﻿body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
tr,
td,
section,
a,
input,
span {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

html,
body,
form,
fieldset,
p,
div,
h1,
h2,
h3,
h4,
h5,
h6 {
	-webkit-text-size-adjust: none
}

html,
body {
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch
}

body,
input,
textarea {
	font-family: "microsoft yahei", "Helvetica Neue", Helvetica, STHeiTi, sans-serif;
	-webkit-font-smoothing: antialiased
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

fieldset,
img {
	border: 0
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
	font-style: normal;
	font-weight: normal
}

ol,
ul {
	list-style: none
}

caption,
th,
td {
	text-align: center
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal
}

q:before,
q:after {
	content: ''
}

input[type=button],
button {
	-webkit-appearance: none;
	-webkit-user-select: none
}

a,
img,
input,
select,
li {
	-webkit-tap-highlight-color: transparent
}

a,
img {
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none
}

a,
input,
img,
select,
textarea {
	outline: none
}

input::-webkit-clear-button,
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
	-webkit-appearance: none
}

input::-webkit-search-cancel-button {
	display: none
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
	opacity: 0
}

/* ::-webkit-scrollbar {
	display: none;
	width: 0
} */

img {
	-webkit-touch-callou: none
}

* {
	-webkit-tap-highlight-color: transparent
}

.show {
	display: block !important
}

.hide,
.none {
	display: none !important
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table
}

.clearfix:after {
	clear: both
}

*.clearfix {
	zoom: 1
}

.w1200 {
	width: 1200px;
	margin: 0 auto
}


* {
	box-sizing: border-box
}

.fl {
	float: left
}

.fr {
	float: right
}

h1,
h2,
h3,
h4,
h4,
h5,
h6 {
	font-weight: normal
}

/* a标签字体颜色跟随父级样式 */
a {
	color: inherit;
}

/* 头部样式 */
.header-top {
    background-color: #f6f6f6;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
}

.header-top-l{
    color: #898989;
}

.header-top-l a,.header-top-l span {
    margin-right: 12px;
    color: #898989;
}

.header-top-r a,.header-top-r span {
    margin-left: 12px;
    color: #898989;
}

.header-main {
    background-color: #fff;
    height: 200px;
}

.header-main-all{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 200px;
}

.header-main-l {
    height: 120px;
}

.header-main-l-A{
    height: 120px;
    width: 120px;
}

.header-main-l-B{
    margin-left: 30px;
    padding-top: 15px;
    height: 120px;
    width: 500px;
}

.header-main-l-B-college{
    font-size: 30px;
    color: #333;
    font-weight: bold;
}

.header-main-l-B-A{
    display: flex;
}

.header-main-l-B-attention{
    font-size: 12px;
    color: #fff;
    height: 24px;
    line-height: 12px;
    border-radius: 12px;
    background-color: #d43c34;
    padding: 6px 9px;
    margin: 6px 0 0 16px;
    white-space: nowrap;
}

.header-main-l-B-B{
    font-size: 14px;
    margin-top: 22px;
}

.header-main-l-B-B-left{
    color: #333;
}

.header-main-l-B-B-right{
    color: #999;
    margin-right: 36px;
}

.header-main-l-B-B>div{
    margin-bottom: 14px;
}

.header-main-l-B-B-tag{
    font-weight: bold;
    color: #d43c34;
    border: 1px solid #d43c34;
    padding: 2px 8px;
    border-radius: 12px;
    margin-left: 6px;
    margin-right: 36px;
}

.header-main-r{
    display: flex;
}

.header-main .QRcode{
    margin-left: 30px;
    height: 90px;
    display: flex;
    align-items:flex-end;
    font-size: 14px;
    color: #333;
}

.QRcode-img{
    width: 110px;
    height: 110px;
    position: relative;
}

.QRcode-img img{
    position: absolute;
    top: 10px;
    right: 0px;
}

.header-main .QRcode .QRcode-text{
    height: 54px;
    display: flex;
    align-items: center;
    padding: 0 32px 0 12px;
    background-image: linear-gradient(to right, #f9e2e1 , #fff);
    z-index: 999999;
}

.header-menu{
    height: 50px;
    background-color: #d43c34;
}

.header-menu ul{
    display: flex;
}

.header-menu ul li{
    color: #fff;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
}

.header-menu ul li a{
    display: inline-block;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    padding: 0 15px;
}

/*.header-menu ul li:nth-child(8){
    color: #ffff00;
}*/

.header-menu .active{
    background-color: #a12e28;
}

.header-menu ul li a:hover{
    background-color: #a12e28;
    color: #fff;
}

.section{
    background-color: #f6f6f6;
    padding: 0 0 50px 0;
}

.section .path{
	height: 50px;
	line-height: 50px;
	font-size: 12px;
	color: #666;
}

.section .path a:hover{
    color: #d43c34;
}

.footer{
    height: 180px;
    background-color: #333;
}

.footer .links{
    padding: 30px 0;
}

.footer .links ul{
    display: flex;
    font-size: 12px;
    color: #fff;
    display: flex;
    justify-content: center;
}

.footer .links ul span{
    margin: 0 16px;
}

.footer .copyright p{
    font-size: 12px;
    color: #fff;
    text-align: center;
    margin-bottom: 12px;
}

.div_paddinglr_20{
    padding: 0px 20px;
}

.div_paddinglr_30{
    padding: 0px 30px;
}

.div_style{
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 2px 2px rgba(51, 51, 51, 0.06);
}

/* 三角标题样式 */
.tri_title{
    font-size: 20px;
    font-weight: bold;
    color: #333;
}

.tri_title:before {
    content: " ";
    display: inline-block;
    margin-right: 10px;
    height: 16px;
    width: 8px;
    background: url(http://www.555edu.com/skin/default/images/new_version_2020/tri.png) no-repeat;
    background-size: 100%;
}

/* 下划线标题样式 */
.underline_title{
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 16px;
    border-bottom: 3px solid #eee;
}
.underline_title>span{
    padding-bottom: 16px;
    border-bottom: 3px solid #d43c34;
}

.left_and_right{
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    justify-content: space-between;
}

.left{
    width: 880px;
}

.right{
    width: 300px;
}

.mb20{
    margin-bottom: 20px;
}

.mb14{
    margin-bottom: 14px;
}

.mb50{
    margin-bottom: 50px;
}

.w430{
    width: 430px;
}

/* 更多样式 */
.more{
    font-size: 12px;
    color: #999;
    min-width: 26px;
    line-height: 28px;
}

.more:hover{
    color: #d43c34;
}

/* 一行超出隐藏 */
.ellipsis{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

a:hover{
    color: #d43c34;
}

.hide{
    display: none;
}

.necessary{
    position: relative;
}

.necessary:before {
    content: "*";
    position: absolute;
    left: -10px;
    color: #d43c34;
}

.infotextkey{
    color: #999;
}