﻿/*高考招生*/
img{
	width: 100%;
}
.gk_c1_tit{
	padding: 0 .5rem;
	box-sizing: border-box;
}
.gk-con-t1{ 
	color: #989898; 
	font-size: .16rem;
	margin:.1rem 0 0 0; 
	font-weight:normal; 
	text-align:center; 
	line-height:.36rem;
	padding: 0 .3rem;
}
.s1_t2{
	font-size: .24rem;
}
.sec_g_c{
	width: 6.2rem;
	height: 4rem;
	border-radius: .5rem;
	box-shadow: 2px 0px 50px #e7e7e7;
	box-sizing: border-box;
	position: relative;
	margin: .4rem auto 0;
/*	padding: 0 .1rem;*/
}
.sec_g_c li{
	width: 3.1rem;
	height: 1.3rem;
	cursor: pointer;
	overflow: hidden;
	position: absolute;
}
.gk_c1_img{
	width: .8rem;
	height: .8rem;
	float: left;
	margin-right: .05rem; 
}
.sec_g_c li:nth-child(1){
	top: .8rem;
	left: .2rem;
}
.sec_g_c li:nth-child(2){
	top: .8rem;
	left: 3.2rem;
}
.sec_g_c li:nth-child(3){
	top: 2.2rem;
	left: .2rem;
}
.sec_g_c li:nth-child(4){
	top: 2.2rem;
	left: 3.2rem;
}

.gk_c1_t1{
	font-size: .24rem;
	color: #333;
	font-weight: bold;
	margin-top: .1rem;
}
.gk_c1_t2{
	font-size: .16rem;
	color: #d3d3d3;
	margin-top: .05rem;
}

.gk_click{
	width: 2.52rem;
	height: .73rem;
	display: block;
	margin: .5rem auto;
	background: url('../img/gaokao/click.png') no-repeat;
	background-size: 100% 100%;
	color: #fff;
	font-size: .18rem;
	line-height: .73rem;
	text-align: center;
}

.gk_c2_tit{
	padding: 0 .5rem 0 0;
	margin-top: -1rem;
}

.sec_g_c2{
	width: 6rem;
	height: 7.24rem;
	position: relative;
	margin: .5rem auto 0;
}
.sec_g_c2 li{
	width: 4.5rem;
	height: 6rem;
	position: absolute;
	top: 0;
	left: .7rem;
	color: #fff;
	overflow: hidden;
}
.sec_g_c2 li:nth-child(1){
	background: url(../img/gaokao/sec2_bg01.png) no-repeat center;
	background-size: 100% 100%;
}
.sec_g_c2 li:nth-child(2){
	background: url(../img/gaokao/sec2_bg02.png) no-repeat center;
	background-size: 100% 100%;
}
.gk_c2_t1{
	font-size: .5rem;
	text-align: center;
	font-weight: bold;
	margin-top: .4rem;
}
.gk_c2_t2{
	width: 4rem;
	height: .6rem;
	background-color: #fff;
	background-color: rgba(255,255,255,0.2);
	margin: .3rem auto 0;
	border-radius: .1rem;
	font-size: .18rem;
	line-height: .6rem;
	text-align: center;
}
.gk_c2_w{
	margin-left: .8rem;
}

.gk_big{
	z-index: 10;
	transform: translate3d(0,0,0);
}
.gk_sml{
	z-index: 1;
	transform: translate3d(0,0,0) scale(.3);
}
.sm{
	animation: big 0.7s linear;
	animation-fill-mode: forwards;
}
.bg{
	animation: sml 0.7s linear;
	animation-fill-mode: forwards;
}
@keyframes big {
	0% {
		transform:  translate3d(0,0,0) scale(0);
		z-index: 1;
	}
	50% {
		transform:  translate3d(-1rem,0,0) scale(0.5);
		z-index: 5;
	}
	100% {
		transform:  translate3d(0,0,0) scale(1);
		z-index: 10;
	}
}
@keyframes sml {
	0% {
		transform: translate3d(0,0,0) scale(1);
		z-index: 10;
	}
	50% {
		transform: translate3d(1rem,0,0) scale(0.5);
		z-index: 5;
	}
	100% {
		transform: translate3d(0,0,0) scale(0);
		z-index: 1;
	}
}

.gk_c4{
	width: 100%;
	height: 9.7rem;
	background: url(../img/gaokao/gk_c4_bg.png) no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
}
.gk_c3_tit{
	padding: 0 .6rem;
	margin-top: 1rem;
}
.sec_g_c4 li{
	width: 2.1rem;
	height: 2.5rem;
	float: left;
	margin-left: .6rem;
	text-align: center;
	font-size: .14rem;
	line-height: .26rem;
	overflow: hidden;
	margin-top: .35rem;
}
.sec_g_c4 li:nth-child(1){
	background: url(../img/gaokao/sec5_bg01.png) no-repeat center;
	background-size: 100% 100%;
}
.sec_g_c4 li:nth-child(2){
	background: url(../img/gaokao/sec5_bg02.png) no-repeat center;
	background-size: 100% 100%;
}
.sec_g_c4 li:nth-child(3){
	background: url(../img/gaokao/sec5_bg03.png) no-repeat center;
	background-size: 100% 100%;
}
.sec_g_c4 li:nth-child(4){
	background: url(../img/gaokao/sec5_bg04.png) no-repeat center;
	background-size: 100% 100%;
}
.gk_c4_t1{
	font-size: .22rem;
	font-weight: bold;
	margin-top: .5rem;
        color: #fff;
}
.gk_c4_t2{
	font-size: .18rem;
	margin-top: .05rem;
         color: #fff;

}
.gk_c4_t3{

         color: #fff;

}
.gk_c4_t4{

         color: #fff;

}
.gk_c4_w{
	width: .2rem;
	height: .02rem;
	background: #fff;
	margin: .15rem auto;
}

.gk_con4_c1{
	width: 5.8rem;
	height: 9.5rem;
	margin: auto;
}
.gk_con4_c1 li{
	width: 2.7rem;
	height: 4.5rem;
	float: left;
	margin-right: .2rem;
	padding: .3rem .2rem;
	box-sizing: border-box;
	color: #fff;
	position: relative;
	margin-top: .3rem;
}
.gk_first,.gk_third{
	background: url('../img/gaokao/sec4_bg01.png') no-repeat;
}
.gk_second{
	cursor: pointer;
	background: url('../img/gaokao/sec4_01.png') no-repeat;
}
.gk_fourth{
	cursor: pointer;
	background: url('../img/gaokao/sec4_02.png') no-repeat;
}
.gk_con4_c1 h4{
	font-size: .28rem;
	line-height: .38rem;
	text-align: center;
}
.gk_con4_c1 p{
	font-size: .14rem;
	line-height: .26rem;
}
.gk_con4_c1 span{
	width: .38rem;
	height: .03rem;
	background: #fff;
	margin: .2rem auto;
	display: block;
}
.gk_second .li01,.gk_fourth .li02{
	width: 5.6rem;
	height: 4.5rem;
	position: absolute;
	top: .1rem;
	z-index: 100;
	opacity: 0;
}
.gk_second .li01{
	left: -2.9rem;
}
.gk_fourth .li02{
	right: 0;
}
.gk_second:hover .li01,.gk_fourth:hover .li02{
	opacity: 1;
	transition: .8s all;
}


/*首页*/
.focus {width: 100%; min-width: 320px; position: relative; overflow: hidden; }
.focus .hd {width: 100%; height: 3px; position: absolute; z-index: 100; bottom: 0; text-align: center; overflow: hidden; } 
.focus .hd ul {overflow: hidden; height: 3px; background-color: rgba(51, 51, 51, 0.5); }
.focus .hd ul li {width: 20%; float: left; }
.focus .hd ul li.on {background: #328FE1; }
.focus .bd {position: relative; z-index: 0; }
.focus .bd li img {display: block; width: 100%; height: auto; overflow: hidden; }
.ban_cur{ width:100%; height:10rem;}
.ban_cur li{ width:33%; height:2rem; float:left;}
.ban_cur li a{ width:100%; height:2rem; display:block; border:1px solid #e5e5e5;}
.bor_l{
	border-left: 0!important;
}
.bor_b{
	border-bottom: 0!important;
}
.ban_cur li img{
	transform: scale(.5);
	margin-top: -.3rem;
}
/*news*/
.news{ height:5.4rem; background:#f5f5f5; padding:0.36rem 0.42rem;}
.con-title{ color:#454545; font-size:0.32rem;}
.news li{ width:5.5rem; margin-top:0.24rem; white-space:nowrap; text-overflow:ellipsis; -webkit-text-overflow:ellipsis; overflow:hidden;}
.n-first{ height:2rem; position:relative;}
.toutiao{ width:5.5rem; height:0.5rem; font-size:0.2rem; background:rgba(0,0,0,.5); position:absolute; left:0; bottom:0; color:#fff; line-height:0.5rem; text-align:center; white-space:nowrap; text-overflow:ellipsis; -webkit-text-overflow:ellipsis; overflow:hidden; padding:0 0.1rem;}
.con-text{ font-size:0.22rem; color:#666; line-height:0.4rem;}
/*学籍查询*/
.sel{ height:1.36rem; padding:0 0.1rem;}
.sel-left{ width:3.09rem; float:left; border-right:1px solid #999;}
.sel-right{ width:3.1rem; float:right;}
.sel-tit{ font-size:0.2rem; color:#545454; line-height:1.36rem; text-align:center; float:left;}
.sel-img{ height:0.82rem; float:right; margin:0.22rem 0 0;}
.mleft{ margin-left: 0.2rem;}
.mright{ margin-right: 0.2rem;}
.apply{ height: 4rem; background: #f5f5f5; padding: 0.36rem 0.42rem;}
.app-img{ margin-top: 0.22rem;}
/*项目展示*/
.item{ height: 7.8rem; padding: 0.36rem 0.42rem;}
.item-con{ height: 6.6rem;}
.item-con li{ width: 2.64rem; height: 2rem; float: left; margin-top: 0.2rem;}
.item-con li:nth-child(1){ background: url(../img/index/guahao.png) no-repeat; background-size: 100% 100%; margin-right: 0.2rem;}
.item-con li:nth-child(2){ background: url(../img/index/yuntiku.jpg) no-repeat; background-size: 100% 100%;}
.item-con li:nth-child(3){ background: url(../img/index/jishitong.png) no-repeat; background-size: 100% 100%; margin-right: 0.2rem;}
.item-con li:nth-child(4){ background: url(../img/index/paike.png) no-repeat; background-size: 100% 100%;}
.item-con li:nth-child(5){ background: url(../img/index/xueshe.jpg) no-repeat; background-size: 100% 100%; margin-right: 0.2rem;}
.item-con li:nth-child(6){ background: url(../img/index/yichan.png) no-repeat; background-size: 100% 100%;}
.item-a{ width: 2.64rem; height: 2rem; display: block; color: #fff; position: relative;}
.item-h6{ width: 2.64rem; height: 0.6rem; line-height: 0.6rem; background: rgba(0,0,0,.5); position: absolute; left: 0; bottom: 0; font-size: 0.26rem; text-align: center;}
/*校园环境*/
.school{ height: 3.7rem; background: #f5f5f5; padding: 0.36rem 0.42rem;}
.sch-con{ height: 2.41rem; margin-top: 0.22rem; position: relative;}
.sch-first,.sch-second{ height: 2.41rem; position: absolute; top: 0; left: 0;}
.first{ width: 3.63rem; height: 2.41rem;}
.second,.third{ width: 1.74rem; height: 1.13rem; margin-left: 0.14rem;}
.third{ margin-top: 0.13rem;}
.no-margin{ margin-left: 0;}
.sch-second .first{ position: absolute; top: 0; left: 1.88rem;}

/*zhuanye*/
.hot-sec1{ margin: 0.32rem 0 0.2rem 2.32rem; width: 1.8rem;}
.hot-sec1-1{ height: 1.82rem; padding: 0 0.42rem;}
.hot-sec1-p{ width: 5.5rem; height: 1.82rem; padding: 0.1rem 0 0.1rem 0.2rem; background: #009aea; color: #fff; font-size: 0.22rem; border-radius: 0.1rem; line-height: 0.3.4rem;}
.hot-sec1-span{ font-size: 0.3rem; font-weight: bold;}

.hot-sec2{ height: 8.8rem; padding: 0.32rem 0.42rem;}
.hot-sec2-h3{ font-size: 0.34rem; text-align: center; color: #009aea; font-weight: bold;}
.hot-sec2-h4{ font-size: 0.26rem; text-align: center; color: #009aea; margin-top: 0.2rem;}
.hot-sec2-img{ height: 3.22rem; position: relative; margin-top: 0.3rem;}
.hot-img-con{ width: 5.5rem; height: 3.2rem;}
.hot-sec2-img2{ width: 5.5rem; height: 2.47rem; margin-top: 0.3rem;}

.hot-sec3{ height: 5rem; padding: 0.32rem 0.42rem;}
.hot-class{ height: 0rem;}
.hot-class li{ width:2.7rem; height: 1.8rem; float: left; margin-top: 0.2rem;}
.class-img1{ width: 1.47rem; height: 1.12rem; margin-left: 0.6rem;}
.class-img2{ width: 1.14rem; height: 1.05rem; margin-left: 0.8rem;}
.class-img3{ width: 1.93rem; height: 0.76rem; margin-left: 0.5rem;}
.class-img4{ width: 1.32rem; height: 1.02rem; margin-left: 0.7rem;}
.class-img5{ width: 1.14rem; height: 1.02rem; margin-left: 0.8rem;}
.class-p{ line-height: 0.4rem;}
.class-a{ font-size: 0.2rem; text-align: center; color: #333;}

/*shizi*/
.tea-sec1-h4{ font-size: 0.24rem; text-align: center; color: #009aea; margin-top: 0.2rem; line-height: 0.36rem;}
.tea-sec1-img{ height: 5.55rem; margin-top: 0.28rem;}

.tea-sec2{ height: 10.4rem; padding: 0.32rem 0.42rem;}
.tea-sec2-con{ width: 5.5rem; height:7.1rem; margin-top: 0.2rem; }
.tea-sec2-con li{ width: 5.5rem; height: 1.1rem; border-bottom: 1px solid #49a6ef; margin-top: 0.1rem;}
.tea-left{ width: 1.17rem; height: 1.1rem; float: left;}
.tea-right{ width: 4.25rem; height: 1.1rem; float: right;}
.tea-sec2-h5{ font-size: 0.18rem;}
.special{ font-size: 0.22rem; font-weight: bold;}
.tea-sec2-p{ font-size: 0.14rem; margin-top: 0.05rem; line-height: 0.18rem;}

.tea-sec3{ height: 7.68rem; padding:0 0.42rem 0.32rem;}
.tea-sec3-img{ height: 4.2rem; margin-top: 0.28rem;}

/*jiuye*/
.job-sec1{ height: 11rem; padding: 0.32rem 0.42rem 0;}
.job-h2{ font-size: 0.36rem; font-weight: bold; margin-left: 1.12rem; color: #009aea;}
.job-h3{ font-size: 0.26rem; margin:0.1rem 0 0 1.12rem; color: #009aea;}
.job-img{ margin-top: 0.28rem;}
.job-p{ font-size: 0.22rem; text-align: center; color: #009aea; margin-top: 0.28rem;}
.job-sec2{ height: 5.12rem; padding: 0 0.42rem;}
.job-sec3{ height: 6.92rem; padding: 0.32rem 0.42rem 0;}
.job-sec4{ height: 15.6rem; padding: 0.32rem 0.42rem 0;}
.black{ color: #454545;}
.job-sec5{ height: 5rem; padding: 0.32rem 0.42rem 0;}
.job-sec6{ height: 21.7rem; padding: 0.32rem 0.42rem;}
.job-h4{ font-size: 0.22rem; color: #333; margin: 0.28rem 0;}
.sec6-jul01{ width: 5.5rem; height: 7.6rem; }
.sec6-jul01 li{ width: 2.75rem; height: 3.55rem; float: left;}
.sec6-jul01 li p{ font-size: 0.2rem; color: #fff; background: #009aea; padding: 0.15rem; line-height: 0.3rem; border-radius: 5px;}
.sec6-jli{ margin-top: 0.2rem;}
.job-sec6-img{ width: 2.51rem; height: 1.94rem; margin-top: 0.8rem;}
.sec6-jleft{ margin-left: 0.1rem;}
.sec6-jtext{ text-align: left;}
.sec6-jul02{ width: 5.5rem; height: 9rem; margin-top: 0.28rem;}
.sec6-jul02 li{ width: 2.75rem; height: ; float: left;}
.sec6-jul02 li p{ font-size: 0.2rem; color: #666; padding: 0.15rem; line-height: 0.3rem;}
.jul02-top{ margin-top: 1rem;}


/*gaozhong*/
.gz-sec1{ height: 6.55rem;}
.gz-sec1-con{ padding: 0.28rem 0 0;}
.gz-sec1-img{ width: 2.04rem; height: 1.34rem; margin-top: 0.2rem;}
.gz-sec1-text{ width: 3.2rem;}
.gz-sec1-p{ font-size: 0.22rem; color: #666; line-height: 0.3rem;}
.gz-sec2-img1{ height: 2.94rem;}
.gz-sec2-img2{ height: 5.56rem;}
.gz-sec3{ margin-bottom: 0.32rem;}
.gz-sec3-con{ margin-top: 0.22rem;}
.gz-sec3-img{ width: 1.8rem; margin-top: 0.2rem;}

/*nansheng*/
.boy-sec1{ height: 8.4rem; margin-top: 0.28rem;}
.boy-sec1 li{ width: 2.52rem; height: 2.52rem; float: left;}
.boy-sec1 li:nth-child(1){ background: url(../images/sec-b-01.png); background-size: 100%;}
.boy-sec1 li:nth-child(2){ background: url(../images/sec-b-02.png); background-size: 100%; margin-left: 0.4rem;}
.boy-sec1 li:nth-child(3){ background: url(../images/sec-b-03.png); background-size: 100%; margin: 0.4rem 0 0.4rem;}
.boy-sec1 li:nth-child(4){ background: url(../images/sec-b-04.png); background-size: 100%; margin: 0.4rem 0 0.4rem 0.4rem;}
.boy-sec1 li:nth-child(5){ background: url(../images/sec-b-05.png); background-size: 100%;}
.boy-sec1 li:nth-child(6){ background: url(../images/sec-b-06.png); background-size: 100%; margin-left: 0.4rem;}
.boy-sec1-text{ width: 2.52rem; height: 2.52rem; background: rgba(0,0,0,.5); color: #fff; font-size: 0.36rem; text-align: center; line-height: 2.52rem;}
.boy-sec2{ height: 3.02rem; margin-top: 0.28rem;}
.boy-sec2 li{ width: 1.8rem; height: 1.22rem; float: left; position: relative;}
.boy-sec2 li:nth-child(1){ width: 5.5rem; height: 1.72rem; background: url(../images/sec-b-07.png); background-size: 100%;}
.boy-sec2 li:nth-child(2){ background: url(../images/sec-b-08.png); background-size: 100%; margin-top: 0.05rem;}
.boy-sec2 li:nth-child(3){ background: url(../images/sec-b-09.png); background-size: 100%; margin: 0.05rem 0.05rem 0;}
.boy-sec2 li:nth-child(4){ background: url(../images/sec-b-10.png); background-size: 100%; margin-top: 0.05rem;}
.boy-sec2 li p{ width: 1.8rem; height: 0.23rem; background: rgba(0,227,208,.5); color: #fff; position: absolute; bottom: 0; left: 0; text-align: center; line-height: 0.23rem; font-size: 0.18rem;}
.boy-sec2 li .boy-big{ width: 5.5rem; height: 0.36rem; font-size: 0.22rem; text-align: right; line-height: 0.36rem; padding-right: 0.1rem;}
#money li:nth-child(1){ background: url(../images/sec-b-11.png); background-size: 100%;}
#money li:nth-child(2){ background: url(../images/sec-b-12.png); background-size: 100% 100%;}
#money li:nth-child(3){ background: url(../images/sec-b-13.png); background-size: 100% 100%;}
#money li:nth-child(4){ background: url(../images/sec-b-14.png); background-size: 100% 100%;}
#money li p{ background: rgba(227,112,0,.5);}
.boy-IT-img{ width: 5.5rem; margin-top: 0.28rem;}
.boy-fs{ font-size: 0.22rem;}

/*nvsheng*/
.choose{ width: 3.04rem; height: 0.78rem; margin-left: 1.32rem;}
.pk{ width: 4rem; height: 0.26rem; margin:0.14rem 0 0 0.86rem;}
.girl-sec1{ height: 21.1rem; margin-top: 0.28rem;}
.girl-sec1 li{ width: 2.57rem; float: left;}
.txtpink{ color: #e05e6e;}
.bgpink{ background: #e05e6e;}
.txtpurple{ color: #ab54a1;}
.bgpurple{ background: #ab54a1;}
.g-mleft{ margin-left: 0.36rem;}
.girl-sec1-tit{ font-size: 0.2rem; text-align: center;}
.girl-sec1-img1{ width: 2.46rem; height: 1.98rem; margin-top: 0.2rem;}
.girl-sec1-txt{ width: 2.57rem; height: 1.9rem; padding: 0.1rem ; font-size: 0.18rem; color: #fff; margin-top: 0.2rem; line-height: 0.24rem; border-radius: 0.1rem;}
.girl-sec1-img2{ width: 2.57rem; height: 0.32rem; margin-top: 0.2rem;}
.girl-tea{ width: 3.42rem; height: 0.38rem; margin-left: 1.02rem;}
.girl-sec2{ height: 11.18rem; margin-top: 0.2rem;}
.girl-sec2 li{ width: 5.5rem; height: 2.1rem; margin-top: 0.15rem;}
.girl-pro{ width: 3.58rem; height: 0.38rem; margin-left: 0.93rem;}
.girl-good{ width: 4.52rem; height: 0.8rem; margin-left: 0.57rem;}
.girl-sec4{ width: 5.5rem; height: 1.92rem; margin: 0.28rem 0;}

/*daxuesheng*/
.uni-road{ height: ; margin-top: 0.15rem;} 
.uni-road li{ padding: 0.15rem;}
.uni-graduate{ width: 4.2rem; height: 3.48rem; margin-left: 0.66rem;}
.uni-graduate1{ height: 4.2rem;}
.uni-graduate2{ height: 4rem;}
.uni-tit{ width: 1.92rem; height: 0.4rem; font-size: 0.24rem; color: #fff; font-style: italic; line-height: 0.4rem; text-align: center; margin: 0.2rem 0 0 0.28rem;}
.uni-bgred{ background: #ff5353;}
.uni-bggreen{ background: #ade10d;}
.uni-bgblue{ background: #1995ff;}
.uni-bgyellow{ background: #fcbe00;}
.uni-bgpurple{ background: #9940fc;}
.uni-sec{ margin: 0.2rem 0.28rem 0;}
.uni-sec p{ float: left; font-size: 0.18rem; line-height: 0.3rem;}
.uni-sec p:nth-child(1){ width: 0.24rem; height: 0.24rem; margin-right: 0.1rem;}
.uni-sec p:nth-child(2){ width: 4.34rem;}
.smail-txt{ color: #ffd144;}
.cry-txt{ color: #0090da;}
.uni-txt{ width: 5.5rem; padding: 0.15rem; color: #fff; font-size: 0.18rem; line-height: 0.36rem; margin-top: 0.28rem; border-radius: 0.1rem;}
.uni-big{ font-size: 0.22rem;}
.uni-sec2{ width: 5.5rem; height: 3.61rem; margin-top: 0.28rem;}
.click{ width: 3.5rem; height: 0.58rem; background: #215592; border-radius: 0.08rem; line-height: 0.58rem; text-align: center; color: #fff; font-size: 0.26rem; display: block; margin:0.28rem auto;}

/*shili*/
.shili-bg{ width: 6.4rem; background: url(../images/shili-bg-1.png); background-size: 100%;}
.shili-sec1{ width: 5.5rem; height: 3.02rem;}
.shili-tit{ font-size: 0.3rem; color: #333; text-align: center; margin-top: 0.15rem;}
.shili-sec1-p{ font-size: 0.18rem; color: #666; line-height: 0.32rem; margin-top: 0.2rem;}
.shili-sec1-s{ font-size: 0.22rem; color: #333; line-height: 0.36rem;}
.shili-click{ width: 1.8rem; height: 0.6rem; display: block; float: right; margin-top: 0.2rem; background: url(../images/shili-btn.png) no-repeat; background-size: 100%; line-height: 0.46rem; text-align: center; font-size: 0.18rem; color: #333;}

.history{ height: 3.4rem; position: relative; background: url(../images/sec1-bg.png) no-repeat; background-size: 100%; margin-top: 0.32rem; overflow:hidden;}
.shili-E-tit{ font-size: 0.24rem; color: #333; text-align: center;}
.mtop40{ margin-top: 0.4rem;}
.history-con{ width: 5.5rem; height: 2.1rem; position: absolute; top: 1.15rem; left: 0.42rem; background: url(../images/sec1-01.png) no-repeat; background-size: 100%;}
.history-con li{ width: 2.36rem; height: 1.98rem; position: absolute; top: 0; left: 1.5rem; display: none;}
.history-con .his-show{ display: block;}
.history-con-p{ font-size: 0.16rem; color: #454545; margin-top: 0.05rem;}
.his-year{ font-size: 0.2rem; line-height: 0.3rem;}
.his-Lbtn,.his-Rbtn{ width: 0.53rem; height: 0.53rem; display: block; background: rgba(0,0,0,.5); border-radius: 50%; position: absolute; top: 1.9rem;}
.his-Lbtn{ left: 0.9rem;}
.his-Rbtn{ right: 0.9rem;}

.str{ width: 0.17rem; height: 0.29rem; margin:0.11rem 0.17rem 0;}
.ins-con{ width: 5.5rem; height: 4.2rem; background: url(../images/sec2-01.png) no-repeat; overflow: hidden; background-size: 100%; margin-top: 0.2rem;}
.ins-con-img{ width: 4.83rem; height: 0.76rem; margin: 0.4rem 0.3rem 0.3rem; background: url(../images/sec2-t.png) no-repeat; background-size: 100%;}
.ins-h5{ font-size: 0.26rem; color: #003a8f; text-align: center; margin-top: 0.2rem;}
.ins-p{ font-size: 0.16rem; color: #666; line-height: 0.26rem; padding: 0.2rem 0.3rem 0;}
.ins-sec2{ width: 4.72rem; height: 5.47rem; background: url(../images/sec2-02.png) no-repeat; background-size: 100%; margin: 0.3rem 0 0 0.36rem;}

.system{ height: 4rem; background: #fafafa; margin-top: 0.3rem; overflow: hidden;}
.sys-con li{ width: 1.85rem; height: 1.34rem; float: left;}
.sys-a{ font-size: 0.18rem; color: #666; text-align: center;}
.sys-accp{ width: 1.18rem; height: 0.88rem; margin-left: 0.4rem; background: url(../images/sec4-1.png) no-repeat; background-size: 100%;}
.sys-benet{ width: 0.97rem; height: 0.88rem; margin-left: 0.4rem; background: url(../images/sec4-2.png) no-repeat; background-size: 100%;}
.sys-java{ width: 0.98rem; height: 0.88rem; margin-left: 0.4rem; background: url(../images/sec4-3.png) no-repeat; background-size: 100%;}
.sys-net{ width: 1.16rem; height: 0.88rem; margin-left: 0.4rem;  background: url(../images/sec4-4.png) no-repeat; background-size: 100%;}
.sys-android{ width: 1rem; height: 0.88rem; margin-left: 0.4rem; background: url(../images/sec4-5.png) no-repeat; background-size: 100%;}
.sys-wlyx{ width: 1.02rem; height: 0.88rem; margin-left: 0.4rem; background: url(../images/sec4-6.png) no-repeat; background-size: 100%;}

.Honor{ height: 2rem; margin-top: 0.2rem; overflow: hidden;}
.Honor li{ width: 1.82rem; height: 1.74rem; float: left; background: #fafafa; box-shadow:0.01rem 0.02rem 0.1rem ; margin-top: 0.07rem;}
.Honor li:nth-child(2){ width: 1.9rem; height: 1.84rem; margin: 0;}
.honor-p{ width: 1.82rem; height: 0.54rem; background: #cacaca; color: #fff; font-size: 0.18rem; padding: 0.1rem 0 0 0.1rem; line-height: 0.2rem;}
.Honor li:nth-child(2) .honor-p{ width: 1.9rem; height: 0.6rem; background: #ff5656;}
.honor-img{ width: 0.82rem; height: 1.04rem; margin: 0.05rem 0 0 0.5rem;}
.Honor li:nth-child(2) .honor-img{ width: 1.36rem; height: 0.96rem; margin: 0.1rem 0 0 0.25rem;}

.coo-con{ height: 1.2rem; margin-top: 0.3rem;}
.cooL{ width: 3.45rem; height: 1.2rem; float: left;}
.cooR{ width: 2.55rem; height: 1.2rem; float: right;}
.coo-h5{ height: 0.4rem; font-size: 0.18rem; color: #333; line-height: 0.28rem; border-bottom: 0.01rem solid #9ad9d8;}
.cooL .coo-h5{ width: 3.45rem; padding-left: 0.62rem;}
.cooR .coo-h5{ width: 2.55rem;}
.coo-img1{ width: 2.8rem; height: 0.44rem; margin: 0.2rem 0 0 0.62rem;}
.coo-img2{ width: 1.64rem; height: 0.44rem; margin: 0.2rem 0 0 0.1rem;}

/*jieshao*/
.info-con{ padding: 0.2rem; background: #fff; border-radius: 0.2rem; margin-top: 0.2rem;}
.info-tit{ font-size: 0.3rem; text-align: center; line-height: 0.4rem; margin-top: 0.2rem;}
.info-txt{ font-size: 0.22rem; text-indent: 0.4rem; line-height: 0.3rem; margin-top: 0.2rem;}
.info-Xtit{ font-size: 0.26rem; line-height: 0.36rem; margin-top: 0.2rem;}















