
@font-face {font-family: "iconfont";
  src: url('iconfont.eot?t=1544431362247'); /* IE9*/
  src: url('iconfont.eot?t=1544431362247#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAAARwAAsAAAAABswAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADMAAABCsP6z7U9TLzIAAAE8AAAARAAAAFY8dkfzY21hcAAAAYAAAABQAAABfn5D6qlnbHlmAAAB0AAAAK8AAAC8WtLA0mhlYWQAAAKAAAAALgAAADYTh9P/aGhlYQAAArAAAAAcAAAAJAfeA4RobXR4AAACzAAAAAwAAAAMDAAAAGxvY2EAAALYAAAACAAAAAgANABebWF4cAAAAuAAAAAeAAAAIAEPACduYW1lAAADAAAAAUUAAAJtPlT+fXBvc3QAAARIAAAAJgAAADf3iy1IeJxjYGRgYOBikGPQYWB0cfMJYeBgYGGAAJAMY05meiJQDMoDyrGAaQ4gZoOIAgCKIwNPAHicY2BkYWCcwMDKwMHUyXSGgYGhH0IzvmYwYuRgYGBiYGVmwAoC0lxTGByeMTxjZG7438AQw9zA0AAUZgTJAQDdOAvkeJztkLENgDAMBM+JoUCMQUHBMFTsX7FG8rYZg5fupH+5MrAAXVzCwR6MyK3Vcu9suTtH3njsr40hE1b3dJNW/uzp82st/lTU5wraBMdEC1F4nD3NsQ2CQBTG8ffuCcfBAXcXAgQTkqPAzgIRrRzBIdzBygncwSncxgFwAy2MqFho8+Wf/IoPGMD7QSeyIKEAcKoZ1hvMsMQIbTXHboVdiQlHlw5SDIUUVch6TjwetB/zicuuIjfeMBWOYH1oRTAUXBvfN2YkD03mjwbw/TnSnfYQQAaAdo5tt7BNmrioI6zqpW67JqXLcyuVknQe97VGlWudK9z94vZnrT8ihR+qAHicY2BkYGAAYhGp6xPj+W2+MnCzMIDADRMPJgT9v5OFgbkUyOVgAIsCAOpsCAEAAHicY2BkYGBu+N/AEMPCAAJAkpEBFTADAEcJAmwEAAAABAAAAAQAAAAAAAAAADQAXnicY2BkYGBgZpBmYGIAARDJBYQMDP/BfAYAC2wBNwAAeJxlj01OwzAQhV/6B6QSqqhgh+QFYgEo/RGrblhUavdddN+mTpsqiSPHrdQDcB6OwAk4AtyAO/BIJ5s2lsffvHljTwDc4Acejt8t95E9XDI7cg0XuBeuU38QbpBfhJto41W4Rf1N2MczpsJtdGF5g9e4YvaEd2EPHXwI13CNT+E69S/hBvlbuIk7/Aq30PHqwj7mXle4jUcv9sdWL5xeqeVBxaHJIpM5v4KZXu+Sha3S6pxrW8QmU4OgX0lTnWlb3VPs10PnIhVZk6oJqzpJjMqt2erQBRvn8lGvF4kehCblWGP+tsYCjnEFhSUOjDFCGGSIyujoO1Vm9K+xQ8Jee1Y9zed0WxTU/3OFAQL0z1xTurLSeTpPgT1fG1J1dCtuy56UNJFezUkSskJe1rZUQuoBNmVXjhF6XNGJPyhnSP8ACVpuyAAAAHicY2BigAAuBuyAmZGJkZmRhYE9vTQxLynTkDkxJYWBAQAj3AP2AAA=') format('woff'),
  url('iconfont.ttf?t=1544431362247') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  url('iconfont.svg?t=1544431362247#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
  font-family:"iconfont" !important;
  font-size:16px;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-guanbi1:before { content: "\e600"; }

.icon-add:before { content: "\e601"; }



/***重置样式**/
html,body,div,span,p,h1,h2,h3,h4,h5,h6,img,a,b,i,em,strong,section,caption,button,form,textarea,nav,menu,dl,dt,dd,header,footer,article,aside,canvas,svg,frame,iframe,map,pre,video,audio,sub,sup,table,tr,tbody,thead,td,th,ul,li,ol{
    margin:0;
    padding:0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
::before,::after{
box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
a:focus{
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
}
em,i,b,strong{
	font-style: normal;
}

img,button,select,textarea{
	outline: 0;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: none;
	border: none;
	box-shadow: none;
}

img{
	display: block;
	width: 100%;
}

a{
	text-decoration: none;
}

ul,ol,li{
	list-style-type:none; 
}
textarea {
	resize: none;
}
input，textarea{
    border:none;
    outline:none;
    resize:none;
    -webkit-appearance:none;
    -webkit-tap-highlight-color:transpanrant;
} 
.twoline{
	 word-break:break-all; 
  word-wrap:break-word;
	 overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
  -webkit-line-clamp:2;
}

/****公共样式****/
body,html {
	
	font-family: "Microsoft YaHei","Helvetica Neue",Helvetica,STHeiTi,Arial,sans-serif;
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
	-webkit-overflow-scrolling: touch;
}

.max-box {
	position: relative;
  
  font-size: 1rem;
  line-height: 1.6;
  font-family: "微软雅黑";
}
.oneline{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.red{
  color: red;
}
.fl{
  float: left;
}
.fr{
  float:right;
}
.ovf{
  overflow: hidden;
}
.p0{
  padding: 0 !important;
}
.hide {
	display: none !important;
}
.show{
	display: block !important;
}

/**公共样式**/
.li>a{
	display: block;
}
.top50{
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}
.left50{
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
}

.pos_center{
	top: 50%;
	left: 50%;
    z-index: 1000;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
}
/*导航公共样式*/
nav {
    height: 4.9rem;
    width: 100%;
    background: #fff;
    position: relative;
    border-bottom: 1px solid rgba(191,191,191,0.5);
}
.nav_box {
    width: 82.5rem;
    position: relative;
    height: 100%;
    z-index: 1000;
    background: #fff;
    height:4.8rem;
    overflow:hidden
}
.logo{
	position: relative;
	width: 12.5rem;
	display: inline-block;
}

.navbar{
	font-size: 0;
	height: 4.8rem;
	float: right;
	width: auto;
	
}
.navbar li{
	display: inline-block;
	line-height: 4.8rem;
	height: 100%;
	padding:0 1.9rem;
	position: relative;
	margin:0;

}
.navbarliclick {
    border-bottom: 3.2px solid #ffc929;
}
.navbar li a{
	color: #333;
	font-size: 1rem;
	display: block;
}
.navbar > li:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    background-color: #ffc929;
    bottom: -5px;
    left: 0;
    transition: height 1s;
    -moz-transition: width 1s; /* Firefox 4 */
    -webkit-transition: width 1s; /* Safari 和 Chrome */
    -o-transition: width 1s; /* Opera */
}
.navbar > li:hover:before {
    transition: bottom 0.4s;
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #ffc929;
    bottom: 0;
    left: 0;
}
.navbar>li:hover .navbarliclick{
    display: none;
}
.nav_r {
    position: absolute;
    right: 0.6rem;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    z-index:99999999;
}

.nav_r div {
    white-space: nowrap;
    font-size: 1.1rem;
    color: #ffc929;
}
.nav_r div:first-child{
	color: #fff;
}
.nav_r div a{
	font-size: 1.1rem;
	color: #ffc929;
}
.nav_r div a:hover{
	color: #d99400;
}
.nav_icon {
    height: 10.3rem;
    position: absolute;
    z-index: 999;
    top: -6rem;
    width: 100%;
    background-color: #fff;
}
.jinpin:hover .nav_icon{

}
.navi_icondown {
    transition: top 0.5s;
    top: 4.9rem;
    background-color: #3333;
}
.schooland a:hover .nav_icon {
    transition: top 1s;
    top: 6rem;
}
.nav_icon > div {
    width: 82.5rem;
    position: relative;
    overflow: hidden;
    height: 100%;
    margin:0 auto;
}
.head_icons{
	position: relative;
	width: 100%;
}
.head_icons ul{
	text-align: center;
	font-size: 0;
}
.head_icons ul li{
	width: 10.8rem;
	display: inline-block;
	text-align: center;
	position: relative;
	float:inherit;
}
.school li:not(:last-child):before{
	content: "";
	position: absolute;
	height: 3.5rem;
	width: 1px;
	background: #bfbfbf;
	right: 0;
	top: 0.45rem;

}
.school li a{
	font-size: 0.9rem;
	color: #b3b3b3;
	text-align: center;
}
.school li .h_icon_hove{
	display: none;
}
.school li a img{
	height: 4.4rem;
	width: auto;
	display: inline-block;
}
.school li a p{
	padding-top: 0.5rem;
}
.school li:hover .h_icon_normal{
	display: none;
}
.school li:hover .h_icon_hove{
	display: inline-block;
}
.school li:hover p{
	color: #fff;
}
.head_icons .business li{
	width: 10.9rem;
	opacity: 0.5;
	position: relative;
}
.business li:not(:last-child):before{
	content: "";
	position: absolute;
	width: 1px;
	height: 4.6rem;
	background: #ccc;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
    opacity:1;
}
.head_icons .business li:hover{
	opacity: 1;
}
.business li a{
	color: #ccc;
	font-size: 1.2rem;
}
.business_icon{
	height: 2.9rem;
	width: auto;
	display: inline-block;
}
.business li:last-child .business_icon{
	height: 2.6rem;
}
.business li p{
    padding-top:5px;
}
/*底部样式*/
footer {
    height: 24.1rem;
    background-color: #004ea2;
    color: #ccc;
    position: relative;
    width: 100%;
    z-index: 10;
}
footer>div{
	position: relative;
	width: 82.5rem;
	height: 100%;
	padding-top: 4.5rem;
	padding-right: 11.8rem;
}
.qr_code{
	width: 10rem;
	position: absolute;
	right: 0;
	top: 4.5rem;
}
.business_space li{
    line-height:1.8rem;
}
.business_space li:first-child{
    padding-top:0.2rem;
}
.joinusul li{
    line-height:1.8rem;
}
.joinusul li:first-child {
        padding-top: 0.2rem;
}
.touchus li{
    line-height:1.8rem;
}
.touchus li:first-child {
        padding-top: 0.2rem;
}
.footer_txt {
    font-size: 0;
    overflow: hidden;
}
.footer_txt>li{
	float: left;
	 width: 9.3rem;
	 color: #fff;
	 font-size: 0.9rem;
}
.footer_txt>li>p{

	font-size: 1.1rem;
	color: #fff;
}
.footer_site{
	position: absolute;
	bottom: 4.7rem;
	
}
.footer_site p{
	color: #fff;
	font-size: 0.9rem;
}
.footer_site p:first-child{
    padding-bottom:5px;
}
.footer_site p span{
	color:#ccc;
}
.weibo_li a{
    margin:0;
}
.footer_logo {
    display: inline-block;
    position: relative;
    left: 0;
}
.footer_logo a{
  display: block;
  text-align: center;
  width: 100%;
}
.footer_logo a img{
	width: 12.6rem;
	display: block;
    margin:0 auto;
}
.footer_logo p{
	font-family: MicrosoftYaHeiLight;
	font-size: 0.8rem;
	color: #fff;
	padding-top: 6.5rem;
}
.footer_icons li{
	cursor:pointer;
    line-height:1.8rem;
}
    .footer_icons li:first-child {
        padding-top: 0.2rem;
    }
.footer_icons img{
	display: inline-block;
	width: 1.2rem;
	margin-right: 0.2rem;
}
.back_top{
	width: 3.3rem;
	position: fixed;
	bottom: 16rem;
	right: 8rem;
    display:none;
}
.mouserin{
    display:none;
}
    .back_top:hover .mouserin {
        display:block;
    }
    .back_top:hover .mouserout {
        display: none;
    }


/*****主体公共内容*****/
/*页面头部*/

.page_head_box{
	position: relative;
}
.page_til{
	width: 82.5rem;
	position: relative;
}
.page_til_box{
	position: absolute;
	width: 24.8rem;
	height: 12.4rem;
	top: -6.2rem;
	background-color: #f4f4f4;
    font-weight:600;
	box-shadow: 0rem -0.1rem 0.8rem 0rem	rgba(15, 15, 15, 0.24);
	
}
.page_til_box>div{
	display: inline-block;
	position: absolute;
}
.page_til_box>div p:first-child{
	font-family: MicrosoftYaHei-Bold;
	font-size: 1.9rem;

	color: #333333;
}
.page_til_box>div p:last-child{
	font-family: MicrosoftYaHei;
	font-size: 1.3rem;
	color: #999999;
}

