body{
	color: #555555;
}

.basewidth{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
@media only screen and (max-width:1220px ) {
	.basewidth{
		width: 100%;
		padding:0 10px;
		box-sizing: border-box;
	}
}

/*å…¬ç”¨ç»„ä»¶*/
.color1{
	color: #0b84e1;
}
.head1{
	position: relative;
	padding: 60px 0 30px;
	margin: 0 auto;text-align: center;
	margin-bottom: 70px;
}
.head1>p{
	color: #dddddd;
	font-size: 36px;
	line-height: 26px;
	text-transform: uppercase;
}
.head1>h1{
	width: max-content;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	font-size: 38px;
	line-height: 38px;
	color: #444444;
}
.head1>h1:after,.head1>h1:before{
	content: "";
	width: 20px;
	height: 3px;
	background: #444444;
	display: inline-block;
	position: absolute;
	top: 50%;
}
.head1>h1:after{
	right: -40px;
}
.head1>h1:before{
	left: -40px;
}

/**/
header{
	width: 100%;
}
.head-top{
	height: 40px;
	background-color:#0b84e1 ;text-align: right;
	font-size: 0;
}
.head-top a{
	border-right:1px solid white ;
	padding:0 5px;
	vertical-align: middle;
	color: white;
	font-size: 14px;
	line-height: 14px;
	height: 14px;
	display: inline-block;
	margin: 13px 0;
}
.head-top a:last-child{
	border: none;
}
.head-middle{
	padding: 20px 0;
}
.logo{
	display: inline-block;
	width: 415px;
	height: 70px;
	background-image: url(../image/logo.png);
}
.call{
	display: inline-block;width: 35px;
	height: 30px;
	background-image:url(../image/icon1.png) ;
}
.qrcode{
	display: inline-block;
	width: 100px;
	height: 100px;
	background-image:url(../image/qrcode.jpg) ;
	margin-left: 30px;
}
.callnumber{
	margin-left: 10px;
}
.callnumber h1{
	font-size: 18px;
}
.callnumber p{
	font-size: 24px;
	font-weight: bold;
	color: #2d8de3;
	font-family: arial;
}
.callnumber p span:first-child{
	margin-right: 10px;
}
.head-bottom{
	background-color:#f1f2f4 ;
	height: 64px;
}
.head-nav{
	display: flex;
	align-items: center;
	justify-content: space-around;
	padding: 0;
}
.head-nav>div{
	width: 100%;
	text-align: center;
	position: relative;
	cursor: pointer;
}
.head-nav>div:after{
	content: "";
	display: inline-block;
	position: absolute;
	width: 1px;
	height: 14px;
	background-color:#bfbfbf ;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.head-nav>div:last-child:after{
	display: none;
}
.head-nav>div>a{
	height: 100%;
	line-height: 64px;
	color: #333333;position: relative;
	font-size: 18px;
}
.head-nav>div>a:after{
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 2px ;
	background: #0b84e1;
	left: 0;
	bottom: -20px;
	opacity: 0;
	transition: all 0.2s;
}
.head-nav-show{
	z-index: 2;
	width: max-content;
	position: absolute;
	top: 64px;
	left: 50%;
	transform: translateX(-50%);
	display: none;
}
.head-nav-show a{
	background:#f1f2f4 ;
	display: block;
	height: 45px;
	line-height: 45px;
	padding: 0 20px;
	font-size: 16px;
	color: #555555;
	transition: all 0.2s;
}
.head-nav>div:hover>a:after{
	bottom: -10px;
	opacity: 1;
}
.head-nav-show a:hover{
	background: #e6e8eb;
}
.head-nav-show a:hover{
	color: #333333;
}
.footer{
	background: #353535;
	font-size: 14px;color: #979797;
}
.foot1{
	padding: 45px 0;
	border-bottom: 1px solid #4b4b4b;
}
.foot1>div>div{
	max-width: 270px;
}
.foot1 a{
	font-size: 14px;
	color: #979797;
	display: block;
	margin-bottom: 15px;
	padding-left: 7px;
	width: max-content;
}
.foot1 a:last-child,.foot1 p:last-child{
	margin-bottom: 0;
}
.foot1 a:hover{
	color: white;
}
.foot1 p{
	margin-bottom: 15px;
	display: flex;
	align-items: center;
}
.foot1 p:before{
	content: "";
	margin-right: 5px;
	display: inline-block;
	width: 2px;
	height: 2px;
	background: #979797;
}
.foot1>div{
	display: flex;
	justify-content: space-between;
}
.foot-qr{
	width: 126px;
	height: 126px;
	margin-bottom: 15px;
}

.foot2{
	padding: 20px 0;
}
.foot2>div{
	font-size: 12px;
	text-align: center;
}

.i-banner{
	height: 626px;
}
.i-banner .swiper-slide div{
	height: 100%;
}
.i-banner .swiper-slide p{
	font-size: 57px;
	color: white;
	position: relative;
	top: 30%;
	transform: translateY(-50%);
	margin-left: 55px;
}
.i-banner .swiper-slide p:after{
	content: "";
	display: block;
	width: 86px;
	height: 3px;
	margin-top: 20px;
	background: white;
}
.i-banner .ibanner-pagination{
	position: absolute;
	bottom: 40px;
	text-align: center;
	z-index: 1;
}
.i-banner .ibanner-bullet{
	display: inline-block;width: 10px;
	height: 10px;
	box-sizing: border-box;
	border:1px solid white ;
	margin: 0 5px;
	border-radius:50% ;
}
.i-banner .ibanner-bullet-active{
	background: white;
}

.i2{
	background-image:url(../image/bg1.jpg) ;
	background-size:inherit ;
	background-position:center ;
}
.i2box{
	/*margin-top: 70px;*/
	display: flex;
	justify-content: space-between;
	padding-bottom: 70px;
}
.i2box>div{
	background: white;
	max-width: 370px;
	width: 100%;
	box-shadow: 0px 0px 12px 4px #e3e3e3;
	border-radius: 8px;
	overflow: hidden;
}
.i2-head{
	height: 215px;
	cursor: pointer;
	/*background-image:url(../image/pic1.jpg) ;*/
	position: relative;
	background: black;
}
.i2-head i{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: white;
	font-size:60px;
}
.i2-head video{
	width: 100%;
	height: 100%;
}
.i2-main{
	margin: 0 20px;
	padding-top: 20px;
	border-bottom:1px solid #eeeeee ;
}
.i2-main h1{
	font-size: 20px;
	margin-bottom: 20px;
	font-weight:bold;
	text-align: center;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.i2-main div{
	height: 168px;
	margin-bottom: 20px;
	overflow: hidden;
}
.i2-main div>p{
	width: 100%;
	height: 100%;
	font-size: 14px;
	line-height: 24px;
	color: #555555;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 7;
	overflow: hidden;
}
.i2-main div>a{
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	line-height: 14px;
	margin-bottom: 23px;
	color: #555555;
}
.i2-main div>a>span:first-child{
	flex: 1;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.i2-main div>a:last-child{
	margin-bottom: 0;
}
.i2-main div>a:hover{
	color: #0b84e1;
}
.i2-more{
	display: block;
	text-align: center;
	height: 55px;
	line-height: 55px;
	font-size: 16px;
}
.i2-more:hover i{
	transform: translateX(10px);
}
.i2-more i{
	transition: all .2s;
	margin-left: 10px;
}


/*basetab*/
.basetab{
	margin-top: 40px;
}
.basetab-a{
	text-align: center;
	margin-bottom: 40px;
}
.basetab-a span{
	display: inline-block;
	width: 110px;
	height:36px;
	text-align: center;
	line-height: 34px;
	color: #666666;
	box-sizing: border-box;
	border: 1px solid #bfbfbf;
	border-radius: 40px;
	margin: 0 10px;
	cursor: pointer;
}
.basetab-a span.on{
	color: white;
	background: #0b84e1;
}
.basetab-b{
	margin-top: -40px;
	position: relative;
}
.basetab-b>div{
	display: none;
	transition: all .2s;
}
.basetab-b>div.on{
	display: block;
}
.i3,.i6{
	background-image:url(../image/icon2.png) ;
	padding-bottom: 70px;
}
.basetab-b .tab1{
	display: inline-block;
	float: left;
	width: 31.7%;
	margin-right: 2.45%;
	margin-top: 40px;
	position: relative;
}
.basetab-b .tab1:hover{
	box-shadow: 0px 0px 12px 4px #eeeeee;
}
.basetab-b .tab1:nth-child(3n){
	margin-right: 0;
}
.basetab-b .tab1 i{
	transition: all .2s;
	display: inline-block;	
	height: 250px;
	width: 100%;
	background-image:url(../image/pic4.jpg) ;
}
.basetab-b .tab1>p{
	width: 100%;
	height: 60px;
	line-height: 60px;
	color: white;
	background-color:#f4f5f9;
	box-sizing: border-box;
	padding:0 20px;overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	text-align: center;
	opacity: 1;
	color: #444444;
	transition: all 0.2s;
}
.basetab-b .tab1:hover>p{
	background: #0b84e1;
	color: white;
	font-weight: bold;
}
.basetab-b .tab1:hover i{
	transform: scale(1.1);
}
.basetab-b .tab1>div{
	width: 100%;
	overflow: hidden;
	height: 250px;
}
.i4{
	background-image:url(../image/bg2.jpg) ;
	padding-bottom: 50px;
	background-position:center ;
}
.i4-a{
	background-image:url(../image/pic7.jpg) ;
	background-repeat:no-repeat ;
	background-size:inherit ;
	background-position:right ;
	overflow: hidden;
	z-index: 2;
}
.i4-a-title{
	height: 100%;
	width: 540px;
	color: white;
	padding: 35px;
	box-sizing: border-box;
	position: relative;
}
.i4-a-title:before{
	z-index: 1;
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	width: 140%;
	height: 100%;
	background: #006cd0;
	transform: skew(30deg);
}
.i4-a h1{
	position: relative;z-index: 2;
	font-weight: bold;
	font-size: 26px;
	line-height: 36px;
	margin-bottom: 45px;
}
.i4-a h1:after{
	content: "";
	display: block;
	width: 63px;
	height: 3px;
	background: #dce2f2;
	margin-top: 5px;
}
.i4-a p{position: relative;z-index: 2;
	font-size: 20px;
	display: flex;
	margin-bottom: 10px;
	align-items: center;
}
.i4-a p i{
	vertical-align: middle;
	display: inline-block;
	width: 22px;
	height: 18px;
	margin-right: 10px;
	background-image:url(../image/icon1-1.png) ;
}
.i4-a h2{position: relative;z-index: 2;
	font-weight: bold;
	font-size: 30px;
	font-family: arial;
}
.i4-b{
	display: flex;
	justify-content: space-between;
	position: relative;
	margin-top: 30px;
}
.i4-b:after,.i4-b:before{
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background: #0B84E1;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}
.i4-b:before{
	display: none;
}
.i4-b>div{
	z-index: 1;
	text-align: center;
	flex: 1;
	height: 160px;
}
.i4-b>div:nth-child(even){
	margin-top: 126px;
}
.i4-b h2{
	font-size: 20px;
	line-height: 20px;
	color: #333333;
	margin-bottom: 15px;
}
.i4-b h3{
	color: #555555;
	line-height: 16px;
	word-wrap: normal;
	margin-bottom: 15px;
	height: 32px;
}
.i4-b i{
	font-size: 20px;
	color: #cecece;
	margin-bottom: 15px;
}
.i4-b span{
	margin: 0 auto;
	display:block;
	width: 36px;
	height: 36px;
	border: 2px solid #0B84E1;
	border-radius:50% ;
	text-align: center;
	line-height: 32px;
	box-sizing: border-box;
	background: white;
	font-family: arial;
}
.i5{
	padding-bottom: 70px;
}
.i5-a>div{
	width: 100%;
	/*height: 240px;*/
	padding: 25px 15px 15px;
	box-sizing: border-box;
	background: #f4f4f4;
	text-align: center;
}
.i5-a>div:nth-child(even){
	background: #e8e8e8;
}
.i5-a h1{
	width: 70px;
	height: 70px;
	text-align: center;
	line-height: 70px;
	color: white;
	background: #0b84e1;
	border-radius:50%;
	font-size: 30px;
	font-weight: bold;
	margin: auto;
	margin-bottom: 15px;
}
.i5-a span{
	display: block;
	line-height: 24px;
	height: 72px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	margin-bottom: 10px;
}
.i5-a i{
	color: #d0d0d0;
	font-size:24px;
}
.i6-a{
	height: 340px;
	box-shadow: 0px 0px 12px 4px #ededed;
	margin-bottom: 30px;
}
.i6-a-l{
	background-image:url(../image/pic5.jpg) ;
	display: inline-block;
	width: 50%;
	height: 100%;
}
.i6-a>div{
	width: 50%;
	height: 100%;
	padding:35px;
	box-sizing: border-box;
	background: white;
}
.i6-a h1{
	font-size: 26px;
	font-weight: bold;
	color: #0b84e1;
	margin-bottom: 15px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	line-height: 30px;
	max-height: 60px;
}
.i6-a span{
	display: inline-block;
	color: #bbbbbb;
	margin-bottom: 40px;
}
.i6-a p{
	margin-bottom: 35px;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	color: #666666;
	height: 72px;
}
.i6-a a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 140px;
	height: 40px;
	color: white;
	background: #0b84e1;
	font-size: 14px;
}
.i6-a a i{
	font-size: 24px;
	margin-left: 10px;
}
.i6-b{
	box-shadow: 0px 0px 12px 4px #ededed;
}
.i6-b>a{
	height: 170px;
	display: flex;
	width: 50%;
	float: left;
}
.i6-b>a:hover .i6-b-r{
	background: #0b84e1;
	color: white;
}
.i6-b>a:hover .i6-b-r p,.i6-b>a:hover .i6-b-r span{
	color: white;
}
.i6-b-l,.i6-b-r{
	width: 50%;
}
.i6-b-l{
	background-image:url(../image/pic8.jpg) ;
}
.i6-b-r{
	padding: 20px;
	box-sizing: border-box;
	background: white;
}
.i6-b-r h1{
	font-size: 18px;
	margin-bottom: 20px;overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.i6-b-r p{
	font-size: 14px;line-height: 24px;
	color: #666666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height: 48px;
	margin-bottom: 20px;
}
.i6-b-r span{
	display: block;
	text-align: right;
	color: #bbbbbb;
}
.i7{
	margin-bottom: 50px;
}
.i7 h1{
	color: #0b84e1;
	font-size: 20px;
	margin-bottom: 10px;
}
.i7 h1:after{
	content: "";
	display: block;
	height: 2px;
	width: 50px;
	background: #0b84e1;
	margin-top: 5px;
}
.i7box{
	display: flex;
	flex-wrap: wrap;
}
.i7box a{
	display: inline-block;
	line-height: 24px;
	width: 160px;
	margin-right: 40px;
}


.banner2{
	height: 400px;
	background-image:url(../image/banner3.jpg) ;position: relative;
	margin-bottom: 20px;
}
.banner2>div{
	height: 55px;
	background:rgb(0,0,0,0.4) ;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}
.banner2 p{
	text-align: right;
	line-height: 55px;
	color: white;
	font-size: 14px;
}
.nav2 a{
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	width: 100%;
	color: #333333;
	background: #eeeeee;
	height: 60px;
	box-sizing: border-box;
	border-right:2px solid white ;
	transition: all .2s;
}
.nav2 a:hover{
	background: #0B84E1;
    color: white;
}
.nav2 a:last-child{
	border: none;
}
.nav2 a.on{
	background: #0B84E1;
	color: white;
}
.head2{
	margin: 55px auto;
	text-align: center;
}
.head2 h1{
	font-size: 30px;
	color: #0b84e1;
	font-weight: bold;
}
.head2 p{
	color: #cccccc;
	text-transform: uppercase;
}
.pro-list{
	margin-bottom: 50px;
}
.details {
	margin-bottom: 50px;
	color: #333333;
}
.details .details-head{
	text-align: center;
	margin: 50px 0;
}
.details .details-head h1{
	font-size: 22px;
}
.details .details-head p{
	color: #999999;
	text-transform: uppercase;
}
.details p{
	line-height: 24px;margin-bottom: 20px;
}
.details .details-img>div{
	width: 50%;
	text-align: center;
	margin-bottom: 20px;
}
.details .details-img img,.details-img2 img{
	max-width: 80%;
	margin: auto;
}
.details .details-img p{
	margin: 10px auto 20px;
	width: 80%;
}
.core{
	margin-bottom: 50px;
}
.details-img2>div{
	text-align: center;
	width: 30%;
}
.proj-list{
	/*margin-top: -40px;*/
	margin-bottom: 40px;
}
.proj-list>a{
	display: inline-block;
    float: left;
    width: 31.7%;
    margin-right: 2.45%;
    margin-bottom: 40px;
    position: relative;
}
.proj-list>a:nth-child(3n){
	margin-right: 0;
}
.proj-list>a>div{
	height: 265px;
	position: relative;
	overflow: hidden;
}
.proj-list>a div img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	transition: all 0.2s;
}
.proj-list>a p{
	height: 60px;
	padding: 0 20px;
	background: #f7f7f7;
	box-sizing: border-box;
}
.proj-list>a span{
	flex: 1;overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.proj-list>a i{
	color: #bbbbbb;
	font-size: 20px;
}
.proj-list>a:hover img{
	transform: translate(-50%,-50%) scale(1.1);
}
.proj-list>a:hover p{
	color: white;
	background: #0b84e1;
}
.proj-list>a:hover p i{
	color: white;
}

.page{
	text-align: center;
	margin-bottom: 100px;
}
.page a{
	display: inline-flex;
	width:38px;
	height: 38px;
	box-sizing: border-box;
	border: 1px solid #b5b5b5;
	color: #555555;
	margin: 0 5px;
	justify-content: center;
	align-items: center;
	transition: all 0.2s;
}
.page a:hover{
	background: #0B84E1;
	color: white;
}
.page .prev{
	margin-right: 10px;
}
.page .next{
	margin-left: 10px;
}
.head3{
	display: flex;
	align-items: center;
	margin: 55px 0 30px;
}
.head3 h1{
	font-size: 30px;
	color: #0b84e1;
	font-weight: bold;
	margin-right: 10px;
}
.head3 h1:after{
	content: "";
	display: block;
	width: 44px;
	height: 2px;
	background: #0b84e1;
	margin-top: 5px;
}
.head3 h2{
	color: #cccccc;
	text-transform: uppercase;
}

.about-title>p{
	line-height: 24px;
	color: #333333;
	margin-bottom: 20px;
}
.about-title>p:last-child{
	margin-bottom: 0;
}
.about-img{
}
.about-img img{
	max-width: 100%;
	width: 100%;
}
.about{
	margin-bottom: 80px;
}
.new-list{
	margin-bottom: 80px;
}
.new-list>a{
	padding: 30px;
	box-sizing: border-box;
	border: 1px solid #eeeeee;
	margin-bottom: 30px;
	transition: all 0.2s;
}
.new-list>a:hover{
	box-shadow: 0px 0px 12px 4px #f4f4f4;
}
.new-list>a:hover h1{
	color: #0b84e1;
}
.new-list>a:hover i{
	color: white;
	border-color: #0b84e1;
	background:#0b84e1;
}
.new-list>a:last-child{
	margin-bottom: 0;
}
.new-list .list-img{
	width: 21%;
	overflow: hidden;
	height: 100%;
}
.new-list .list-img img{
	/*max-width: 100%;
	max-height: 100%;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);*/
	width: 100%;
}
.new-list .list-time{
	text-align: center;
	font-family: arial;
	width: 110px;
}
.new-list .list-time h1{
	font-size: 36px;
	line-height: 36px;
	color: #555555;
	margin-bottom: 10px;
}
.new-list .list-time h2{
	font-size: 18px;
	color: #999999;
}
.new-list .list-title{
	width: 50%;
}
.new-list .list-title h1{
	font-size: 20px;
	color: #333333;
	margin-bottom: 20px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.new-list .list-title p{
	font-size: 14px;
	color: #999999;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.new-list i{
	transition: all 0.2s;
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #999999;
	border-radius:50%;
	border:1px solid #999999 ;
	font-size: 20px;
}
.video-list{
	flex-wrap: wrap;
}
.video-list>div{
	width: 48%;
	margin-right: 4%;
}
.video-box{
	position: relative;
	height: 400px;
}
.video-list>div video{
	width: 100%;
	height: 100%;
	background: black;
}
.video-list>div:nth-child(2){
	margin-right: 0;
}
.video-list p{
	font-size: 24px;
	margin: 30px 0;
	text-align: center;
}
.video-mask{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	background: rgba(0,0,0,0.4);
	display:flex;
	justify-content: center;
	align-items: center;
}
.video-mask i{
	cursor: pointer;
	font-size: 60px;color: white;
}
.email{
	background: #f5f5f5;
	margin-bottom: 100px;
	padding: 40px 25px;
	box-sizing: border-box;
}
.email>div{
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 28px;
}
.email span{
	text-align: right;
	display: inline-block;
	width: 80px;
	font-size: 14px;
}
.email input[type=text]{
	height: 50px;
	width: 240px;
	font-size: 14px;
	padding: 0 10px ;
	box-sizing: border-box;
}
.email textarea{
	width: 940px;
	border: none;
	margin: 0;
	padding: 10px;
	resize: none;
	box-sizing: border-box;
	vertical-align: text-top;font-size: 14px;
}
.email input[type=submit]{
	display: block;
	width: 122px;
	height: 46px;
	text-align: center;
	line-height: 46px;
	color: white;font-size: 14px;
	background: #0B84E1;
	margin-left: 85px;
}
.jidi{
	margin-bottom: 100px;
}
.jidi-a{
	margin-bottom: 60px;
}
.jidi-a p{
	margin-bottom: 10px;
	line-height: 24px;
}
.jidi-a .img{
	margin-bottom: 20px;
}
.jidi-a .img>div{
	width: 48%;
	max-height:350px;
}
.jidi-a img{
	width: 100%;
}
.jidi-b-head {
	text-align: center;
	font-size: 0;
	position: relative;
	margin-bottom: 38px;
}
.jidi-b-head:after{
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #e9e9e9;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;z-index: -1;
}
.jidi-b-head span{
	font-size: 16px;
	display: inline-block;
	width: 130px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: #e9e9e9;
	cursor: pointer;
}
.jidi-b-head .on{
	background: #0B84E1;
	color: white;
}
.jidi-b-main>div{
	display: none;
}
.jidi-b-main>div.on{
	display: flex;
}
.jidi-b-main>div>div{
	width: 100%;
	margin-right: 20px;
	height: 260px;
	overflow: hidden;
}
.jidi-b-main>div>div:last-child{
	margin-right: 0;
}
.jidi-b-main>div img{
	max-width: 100%;
	max-height: 100%;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.mainbox{
	margin-bottom: 50px;
}
.service{
	padding: 50px;
	box-sizing: border-box;
}
.service>h1{
	text-align: center;
    font-size: 30px;
    color: #0b84e1;
    font-weight: bold;
    margin-bottom: 50px;
}
.service1{
	margin-top: 50px;
	background: #f9f9f9;
}
.service2 .serbox{
	flex-direction:  row-reverse;
}
.service .serbox>div,.service .serbox>ul{
	width: 48%;
}
.service .serbox>ul{
	box-sizing: border-box;
	padding-left:30px ;
}
.service .serbox>.img{
	height: 320px;
	overflow:hidden;
	box-sizing: border-box;
}
.service .serbox>.img img{
	position: relative;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.service .serbox li{
	line-height: 32px;
}
.honor-list>div{
	float: left;
	width: 31%;
	margin-right: 3.5%;
	margin-bottom: 50px;
}
.honor-list>div:nth-child(3n){
	margin-right: 0;
}
.honor-list>div img{
	max-width: 90%;
	max-height: 90%;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.honor-list>div>div{
	height: 250px;
	border: 1px solid #eeeeee;
	box-sizing: border-box;
}
.honor-list>div>p{
	text-align: center;
	line-height: 50px;overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}

.contact{
	margin-bottom: 50px;
}
.map{
	height: 570px;
	border: 1px solid #eeeeee;
	
}
.map img{
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	max-width: 100%;
	max-height: 100%;
}
.contact-nav span{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    color: #333333;
    background: #eeeeee;
    height: 60px;
    box-sizing: border-box;
    border-right: 2px solid white;
    cursor: pointer;
}
.contact-nav span.on{
	background: #0B84E1;
    color: white;
}
.contact-nav span:last-child{
	border: none;
}
.contact-tablist .contact-li.on{
	display: block;
}
.contact-tablist .contact-li{
	display: none;
	padding: 20px;
	box-sizing: border-box;
	border: 1px solid #eeeeee;
}
.contact-li a{
	display: block;
	width: 140px;
	height: 40px;
	background:#0B84E1;line-height: 38px;
	color: white;
	text-align: center;
	margin: 0 auto;
}
.contact-top.flexbox{
	margin-bottom: 30px;
	align-items: flex-start;
}
.contact-top>div{
	width: 100%;
	text-align: center;
}
.contact-top i{
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	border: 2px solid #0B84E1;
	color: #0B84E1;
	border-radius:50% ;
	font-size: 26px;
	margin-bottom: 15px;
}
.contact-top h2{
	font-size: 18px;
	line-height: 30px;
	color: #333333;
}
.contact-top p{
	font-family: arial;
	color: #666666;
	line-height: 24px;
}


.rec-head{
	height: 360px;
	background-image:url(../image/pic19.jpg);
	background-size:inherit ;
	background-repeat:no-repeat ;
	background-position:left center;
	position: relative;
	margin-bottom: 160px;
}
.rec-head:after{
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 647px;
	height: 189px;
	background-image:url(../image/bg4.png) ;
	background-size:cover ;
	bottom: -112px;
}
.rec-head-title{
	position: absolute;
	right: 0;top: 0;
	height: 100%;
	box-sizing: border-box;
	padding: 40px 30px;
	width: 420px;
	background-image:url(../image/bg3.jpg) ;
	color: white;
}
.rec-head-title h1{
	font-size: 24px;
	line-height: 24px;
	border-bottom:1px solid #5e96e0 ;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.rec-head-title p{
	font-size: 18px;
	line-height: 30px;
	margin-top: 15px;
}
.recruit-list{
	margin-bottom: 100px;
}
.recruit-list li .list-head2{
	height: 60px;
	padding: 0 25px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}
.recruit-list li:not(.list-head){
	border-bottom:1px solid #efefef ;
}
.recruit-list li .list-show{
	border:1px solid #efefef ;
	padding: 20px 25px;
	font-size: 14px;
	border-bottom: none;
	box-sizing: border-box;
	display: none;
}
.recruit-list li .list-show h1{
	color: #1978ce;
	font-weight: bold;
	margin-bottom: 15px;
}
.recruit-list li .list-show p{
	margin-bottom: 15px;
	color: #666666;
}
.recruit-list li:not(.list-head):hover .list-head2 {
	background: #f0f5fa;
}
.recruit-list li:not(.list-head).on .list-head2 {
	background: #f0f5fa;
}
.recruit-list li .list-head2 span{
	display: inline-block;
	width: 12%;
	text-align: center;
	font-size: 14px;
}
.recruit-list li .list-head2 i{
	display: inline-block;width: 20px;

}
.recruit-list li .list-head2 span:first-child{
	text-align: left;
}
.recruit-list .list-head{
	background: #2a74d6;
	color: white;
	cursor: auto;
}
.recruit-list .list-head i{
	opacity: 0;
}

.course{
	margin-bottom: 100px;
}
.g1{
	background: white;
	padding: 0 100px 60px;
	box-sizing: border-box;
	margin-bottom: 60px;
}
.g1-top{
	margin-bottom: 60px;
	position: relative;
}
.g1nav{
	color: #666666;
	height: 72px;
	margin: 0 125px;
	padding: 0 24px;
}
.g1nav .swiper-slide{
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
.g1nav .swiper-slide>div{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.g1nav .swiper-slide>p{
	margin-left: -5px;
	transition: all .2s;
}
.g1nav .g1nav-active>p{
	margin-left: -15px;
	font-size: 24px;
	font-weight: bold;
}
.g1nav .swiper-slide>div i{
	font-size: 24px;
	line-height: 24px;
}
.g1nav .swiper-slide>div:after{
	width: 100%;
	content: "";
	display: block;
	height: 0;
	border: 1px dashed #858585;
}
.g1nav-active{
	color: #2F71CB;
}
.g1main{
	width: 100%;
	height: 400px;
}
.g1nav .g1nav-active>div:after{
	border-color:#2F71CB;
}
.g1-top .g1nav-prev,.g1-top .g1nav-next{
	position: absolute;
	display: inline-block;
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	color: #adadad;
	background: white;
	font-size: 24px;
	cursor: pointer;
	border-radius:50% ;
	top: 50%;
	transform: translateY(-50%);
	box-shadow: 0px 4px 12px 0 #eaeaea;
	transition: all .2s;
}
.g1-top .g1nav-prev:hover,.g1-top .g1nav-next:hover{
	color: white;
	background: #2f71cb;
	box-shadow: 0px 4px 12px 0 #dbe6f6;
}
.g1nav-prev{
	left: 0;
}
.g1nav-next{
	right: 0;
}
.g1main .swiper-slide{
	display: flex;
	justify-content: space-between;
}
.g1main-l{
	width: 46%;
	overflow: hidden;
}

.g1main-l>div{
	width: 100%;
	height: 100%;
}
.g1main-l img{
	width: 100%;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.g1main-r{
	width: 54%;
	box-sizing: border-box;
	padding: 50px 20px 25px 40px;
	display: flex;
	justify-content: space-between;
	flex-direction:column ;
}
.g1main-r-head{
	font-size: 24px;
	color: #2f71cb;
	margin-bottom: 40px;
}
.g1main-r-head span{
	font-weight: bold;
	font-size: 48px;
}
.g1main-r-sel{
	flex: 1;
	overflow-y: hidden;
}
.g1main-r-sel li{
	margin-bottom: 10px;
	line-height: 24px;
	color: #4a4a4a;
	cursor: pointer;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.g1main-r-sel li:hover{
	color: #2f71cb;
}
.g1main-r-sel li:hover:before{
	background:#2f71cb;
}
.g1main-r-sel li:before{
	content: "";
	display: inline-block;
	width: 2px;
	height: 2px;
	background: #4a4a4a;
	margin:0 5px;
	vertical-align: middle;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #e5e5e5 !important;
}
.mCSB_scrollTools .mCSB_draggerRail{
	background: transparent;
}

.mask{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,.4);
	z-index: 10;
}
.mask .dt-mask{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.close-mask{
	display: block;
	width: 24px;
	height: 24px;
	margin: 0 0 10px auto;
	cursor: pointer;
}
.close-mask i{
	font-size: 24px;
	line-height: 24px;
	text-align: center;
	color: white;
}
.mask .dt-mask .main{
	height: 500px;
	overflow: hidden;
	text-align: center;
}
.mask .dt-mask .main img{
	max-width: 100%;
	max-height: 100%;
}
.see-map{
	display: none;
}
/*s1200*/
@media only screen and (max-width:1200px ) {
	body{
		padding-top: 70px;
	}
	header{
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 10;
		background: white;
		border-bottom: 1px solid #f1f2f4;
	}
	.head-top{
		display: none;
	}
	.m-menu{
		cursor: pointer;
	}
	.m-menu i{
		font-size: 30px;
	}
	.logo{
		height: 50px;
		width: 296px;
	}
	.head-middle{
		padding: 0;
	}
	.head-middle>div{
		height: 70px;
	}
	.head-bottom{
		display: none;
		position: absolute;
		top: 70px;
		right: 0;
		z-index: 2;
		width: 300px;
		background: white;
		height: auto;
	}
	.head-nav>div:after{
		display: none;
	}
	.head-nav{
		display: block;
	}
	.head-nav>div:hover{
	    background-color: #f1f2f4;
	}
	.head-nav>div>a:after{
		display: none;
	}
	.head-nav>div>a{
		display: flex;
		padding: 0 20px;
		box-sizing: border-box;
		justify-content: space-between;
		width: 100%;
		line-height: 45px;
		font-size: 14px;
	}
	.head-nav>div{
		border-top:1px solid #f1f2f4;
		box-sizing: border-box;
	}
	.head-nav-show{
		/*display: block;*/
		position: relative;
		top: initial;
		transform: inherit;
		width: 100%;
		left: inherit;
	}
	.head-nav-show a{
		padding-left:30px ;
		font-size: 14px;
		text-align: left;
	}
	.head-nav-show a{
		background: white;
	}
	.head-nav>div>a.on{
		background: #e6e8eb;
	}
	.foot1{
		padding: 20px 0;
		padding-bottom: 0;
	}
	.foot1>div{
		flex-wrap: wrap;
	}
	.foot1>div>div{
		max-width: none;
		margin-bottom: 20px;
		width: 30%;
	}
	.foot1>div>.foot-qrcode{
		text-align: center;
		width: 100%;
	}
	.foot1 .foot-qrcode p{
		justify-content: center;
	}
	.foot1 a{
		width: auto;
	}
	.foot2{
		padding: 15px 0;
	}
	
	.i-banner{
		height: 500px;
	}
	.i-banner .swiper-slide p{
		font-size: 45px;
		margin-left: 30px;
	}
	.head1{
		padding-top: 40px;
		margin-bottom: 40px;
	}
	.i2box{
		/*margin-top: 40px;*/
		padding-bottom: 50px;
	}
	.head1>p{
		font-size: 28px;
		line-height: 10px;
	}
	.head1>h1{
		line-height: 32px;
		font-size: 32px;
	}
	.i2box>div{
		margin-right: 30px;
	}
	.i2box>div:last-child{
		margin-right: 0;
	}
	.i2-main div{
		height: 120px;
		margin-bottom: 15px;
	}
	.i2-main div>p{
		-webkit-line-clamp:5
	}
	.i2-main div>a{
		margin-bottom: 20px;
	}
	.i2-main{
		padding-top: 15px;
	}
	.i2-main h1{
		margin-bottom: 15px;
	}
	.basetab-a{
		margin-bottom: 20px;
	}
	.basetab-a span{
		font-size: 14px;
		width: 96px;
		height: 30px;
		line-height: 28px;
	}
	.i3, .i6{
		padding-bottom: 40px;
	}
	.basetab-b .tab1 i,.basetab-b .tab1>div{
		height: 220px;
	}
	
	.basetab-b .tab1>p{
		height: 45px;
		line-height: 45px;
		font-size: 14px;
	}
	.basetab-b{
		margin-top: -30px;
	}
	.basetab-b .tab1{
		margin-top: 30px;
	}
	.i4{
		padding-bottom: 30px;
	}
	.i4-a-title{
		width: 45%;
		padding: 20px;
		padding-right: 0;
	}
	.i4-b>div{
		height: 144px;
	}
	.i4-b i{
		margin-bottom: 0;
	}
	.i4-b>div:nth-child(even) {
	    margin-top: 102px;
	}
	.i4-b h2{
		font-size: 18px;
		margin-bottom: 10px ;
	}
	.i5{
		padding-bottom: 40px;
	}
	.i5-a h1{
		width: 60px;
		height: 60px;
		line-height: 60px;
		font-size: 24px;
	}
	.i5-a span{
		font-size: 14px;
	}
	.i5-a>div{
		padding: 15px 10px 5px;
	}
	.i6-a>div{
		padding: 20px;
	}
	.i7{
		margin-bottom: 30px;
	}
	.i7box a{
		font-size: 14px;
		margin-right: 20px;
	}
	.i4-a-title{
		width: 40%;
	}
	.i4-a h1{
		font-size: 24px;
		margin-bottom: 20px;
	}
	.i4-a h2{
		font-size: 24px;
	}
	.banner2{
		height: 320px;
		margin-bottom: 10px;
	}
	.banner2>div{
		height: 40px;
	}
	.banner2 p{
		line-height: 40px;
	}
	.nav2 a{
		height: 50px;
		line-height: 50px;
		font-size: 14px;
	}
	.head2{
		margin: 40px auto 20px;
	}
	.head2 h1{
		font-size: 26px;
	}
	.head2 p{
		font-size: 14px;
	}
	.honor-list>div>div{
		height: 230px;
	}
	.head3 {
	    display: flex;
	    align-items: center;
	    margin: 30px 0 15px;
	}
	.head3 h1{
		font-size: 26px;
	}
	.head3 h2{
		font-size: 14px;
	}
	.about{
		margin-bottom: 50px;
	}
	.jidi-a{
		margin-bottom: 30px;
	}
	.jidi-a p{
		font-size: 14px;
		margin-bottom: 5px;
	}
	.jidi-b-main>div>div{
		height: 200px;
	}
	.contact-nav span{
		font-size: 14px;
		height: 40px;
	}
	.details .details-head{
		margin: 30px auto;
	}
	.details p{
		font-size: 14px;
		margin-bottom: 10px;
	}
	.core{
		margin-bottom: 30px;
	}
	.email{
		margin-bottom: 50px;
	}
	.email .email-text{
		display: flex;
		width: 100%;
	}
	.email textarea{
		flex: 1;
		width: auto;
	}
	.honor-list>div{
		margin-bottom: 20px;
	}
	.page{
		margin-bottom: 40px;
	}
	.new-list>a{
		padding:15px 20px;
		margin-bottom: 20px;
	}
	.new-list i{
		width: 30px;
		height: 30px;line-height: 30px;font-size: 18px;
	}
	.new-list .list-time h1{
		font-size: 32px;
		line-height: 32px;
	}
	.new-list .list-time h2{
		font-size: 16px;
	}
	.new-list .list-title h1{
		font-size: 18px;
		margin-bottom: 15px;
	}
	.new-list{
		margin-bottom: 40px;
	}
	.video-box{
		height: 350px;
	}
	.video-list p{
		font-size: 20px;
		margin: 20px 0;
	}
	.service{
		padding: 20px;
	}
	.service1{
		margin-top: 30px;
	}
	.service>h1{
		margin-bottom: 20px;
	}
	.service .serbox li{
		font-size: 14px;
		line-height: 24px;
	}
	.service .serbox>.img{
		height: 250px;
	}
	.mainbox{
		margin-bottom: 20px;
	}
	
	.rec-head{
		height: 310px;
		margin-bottom: 120px;
	}
	.rec-head-title p{
		font-size: 16px;
		line-height: 24px;
		margin-top: 10px;
	}
	.rec-head-title{
		padding: 30px 20px;
	}
	.rec-head:after{
		width: 600px;
		height: 170px;
	}
	.recruit-list{
		margin-bottom: 50px;
	}
	.recruit-list li .list-head2{
		height: 50px;
	}
	.proj-list>a{
		margin-bottom: 20px;
	}
	.proj-list{
		margin-bottom: 20px;
	}
	.proj-list>a>div{
		height: 240px;
	}
	.proj-list>a p{
		height: 50px;
	}
	.course{
		margin-bottom: 40px;
	}
	.g1{
		padding: 0 40px 30px;
		margin-bottom: 30px;
	}
	.g1-top{
		padding: 20px 0 0;
		margin-bottom: 20px;
	}
	.g1-top .g1nav-prev, .g1-top .g1nav-next{
		width: 38px;
		height: 38px;
		line-height: 38px;
	}
	.g1nav{
		margin: 0 90px;
	}
	.g1main{
		height: 370px;
	}
	.g1main-r{
		padding: 15px 15px;
		box-sizing: border-box;
	}
	.g1main-r-head{
		margin-bottom: 25px;
	}
	.g1main-r-head span{
		font-size: 38px;
	}
	.g1main-r-sel li{
		font-size: 15px;
	}
	.g1main-l img{
		width: 95%;
	}
}
/*s1000*/
@media only screen and (max-width:1000px ){
	.i2-head{
		height: 170px;
	}
	.basetab-b .tab1 i,.basetab-b .tab1>div{
		height: 190px;
	}
	
	.video-box{
		height: 300px;
	}
	.proj-list>a>div{
		height: 200px;
	}
}
/*s800*/
@media only screen and (max-width:800px ) {
	body{
		padding-top: 50px;
	}
	.head-middle>div{
		height: 50px;
	}
	.logo{
		width: 200px;
		height: 32px;
	}
	
	.head-bottom{
		top: 50px;
		width: 100%;
	}
	.head-nav>div>a{
		line-height: 35px;
	}
	.head-nav-show a{
		line-height: 35px;
		height: 35px;
	}
	.head-nav>div:hover>a:after{
		bottom: -5px;
	}
	.m-menu i{
		font-size: 26px;
	}
	.foot1{
		padding: 10px 0 0;
	}
	.foot1>div>div{
		max-width: none;
		margin-bottom: 0;
	}
	.foot-qr{
		width: 100px;
		height: 100px;
	}
	.foot2{
		padding: 5px 0;
	}
	.foot1>div>div{
		width: 100%;
	}
	.foot1 p:before{
		display: none;
	}
	.foot1 p,.foot1 a{
		display: flex;
		justify-content: space-between;
		margin-bottom: 0;
		height: 30px;
		line-height: 30px;
		border-bottom: 1px solid #696969;
	}
	.foot-show{
		display: none;
	}
	.foot1 .foot-qrcode p{
		width: auto;
		border: none;
	}
	.foot-qr{
		margin-bottom: 0;
	}
	.foot1 p.on{
		color: white;
	}
	.i-banner{
		height: 300px;
	}
	.i-banner .swiper-slide p{
		font-size: 35px;
		margin-left: 20px;
	}
	.i-banner .ibanner-pagination{
		bottom: 20px;
	}
	.head1{
		padding-top: 25px;
    	margin-bottom: 25px;
	}
	.head1>h1{
		font-size: 24px;
		line-height: 24px;
	}
	.head1>p {
	    font-size: 20px;
	    line-height: 10px;
	}
	.i2box{
		display: block;
		padding-bottom: 20px;
	}
	.i2box>div{
		margin:0 auto 10px;
	}
	.i2-more{
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}
	.i2box>div:last-child{
		margin-right: auto;
	}
	.basetab{
		margin-top: 0;
	}
	.basetab-b .tab1{
		width: 48%;
		margin-right: 4%;
	}
	.basetab-b .tab1:nth-child(3n){
		margin-right: 4%;
	}
	.basetab-b .tab1:nth-child(2n){
		margin-right: 0;
	}
	.i3, .i6{
		padding-bottom: 20px;
	}
	.i4{
		padding-bottom: 0;
	}
	.i4-a-title{
		width: 100%;
		padding:10px 15px;
	}
	.i4-a h1{
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 10px;
	}
	.i4-a p{
		font-size: 18px;
	}
	.i4-a p i{
		width: 20px;
		height: 17px;
	}
	.i4-a-title:before{
		transform: skew(0deg);
	}
	.i4-b{
		flex-wrap: wrap;
	}
	.i4-b>div{
		flex: none;
		width: 50%;
	}
	.i4-b:before{
		display: block;
		top: 25%;
	}
	.i4-b:after{
		top: 75%;
	}
	.i4-b h2{
		font-size: 16px;
	}
	.i4-b h3{
		font-size: 14px;
	}
	.i5{
		padding-bottom: 20px;
	}
	.i5-a h1{
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 20px;
	}
	.i5-a.flexbox{
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.i5-a>div{
		width: 32%;
		margin-right: 2%;
		margin-bottom: 2%;
	}
	.i5-a span{
		line-height: 20px;
		height: 60px;
	}
	.i5-a>div:nth-child(3n){
		margin-right: 0;
	}
	.i6-a.flexbox{
		display: block;
		height: auto;
		margin-bottom: 20px;
	}
	.i6-a-l{
		height: 200px;
		width: 100%;
	}
	.i6-a>div{
		width: 100%;
	}
	.i6-a>div{
		padding: 12px;
	}
	.i6-a h1{
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 5px;
	}
	.i6-a span{
		font-size: 14px;
		margin-bottom: 10px;
	}
	.i6-a p{
		font-size:14px;
		line-height: 20px;
		height: 60px;
		margin-bottom: 15px;		
	}
	.i6-a a{
		margin: auto;
		width: 110px;
		height: 36px;
		line-height: 36px;
		
	}
	.i6-b>a{
		float: none;
		width: 100%;
		margin-bottom: 20px;
		height: auto;
    	box-shadow: 0px 0px 12px 4px #ededed;
	}
	.i6-b>a:last-child{
		margin-bottom: 0;
	}
	.i6-b-l{
		width: 35%;
	}
	.i6-b-r{
		padding: 10px;
		width: 65%;
	}
	.i6-b-r h1{
		margin-bottom: 10px;
	}
	.i6-b-r p{
		line-height: 20px;
		height: 40px;
		margin-bottom: 10px;
	}
	.i6-b-r span{
		font-size: 14px;
	}
	.i6-b {
	    box-shadow: none;
	}
	.i7{
		margin-bottom: 10px;
	}
	.i7box a{
		margin-right: 0;
		width: 50%;
	}
	.banner2{
		height: 150px;
	}
	.banner2>div{
		height: 30px;
	}
	.banner2 p{
		line-height: 30px;
	}
	.honor-list>div>div{
		height: 170px;
	}
	.head3{
		margin: 20px 0 5px;
	}
	.head3 h1{
		font-size: 22px;
	}
	.about-title>p{
		font-size: 14px;
		margin-bottom: 5px;
	}
	.about{
		margin-bottom: 20px;
	}
	.nav2 a{
		height: 35px;
		line-height: 35px;
	}
	.head2{
		margin: 20px auto 10px;
	}
	.head2 h1{
		    font-size: 22px;
	}
	.head2 p{
		    font-size: 14px;
	}
	.jidi-a{
		margin-bottom: 20px;
	}
	.jidi-b-head{
		margin-bottom: 20px;
	}
	.jidi-b-main>div{
		display: none;
	}
	.jidi-b-main>div>div{
		margin-bottom: 20px;
	}
	.jidi-b-main>div>div:last-child{
		margin-bottom: 0;
	}
	.jidi-b-head span{
		width: 110px;
		height: 30px;
		line-height: 30px;
		font-size: 14px;
	}
	.contact{
		margin-bottom: 20px;
	}
	.contact-nav span{
		font-size: 12px;
		text-align: center;
		height: 35px;line-height: 14px;
	}
	.map{
		height: max-content;
		padding: 10px;
		box-sizing: border-box;
	}
	.map img{
		top: auto;
		left: auto;
		transform: inherit;
	}
	.details .details-head{
		margin: 20px auto 10px;
	}
	.details .details-head h1{
		font-size: 20px;
	}
	.details .details-head p{
		font-size: 12px;
		line-height: 22px;
		margin-bottom: 10px;
	}
	.details-img2.flexbox{
		display: block;
	}
	.details-img2>div{
		width: 100%;
		margin-bottom: 20px;
	}
	.core{
		margin-bottom: 20px;
	}
	.email{
		margin-bottom: 20px;
		padding: 10px;
	}
	.email>div{
		display: flex;
		width: 100%;
		margin-right: 0;
		justify-content: space-between;
		margin-bottom: 10px;
	}
	.email span{
		height: max-content;line-height:35px;
	}
	.email input[type=text]{
		flex: 1;
		height: 35px;
		width: auto;
	}
	.email textarea{
		width: auto;
		flex: 1;
	}
	.email input[type=submit]{
		width: 110px;
		height: 35px;
		line-height: 35px;
		margin: 0 auto;
	}
	.page{
		margin-bottom: 20px;
	}
	.page a{
		width: 25px;
		height: 25px;
		font-size: 12px;
	}
	.new-list{
		margin-bottom: 20px;
	}
	.new-list>a{
		padding: 10px;
		display: block;
		margin-bottom: 10px;
	}
	.new-list .list-img{
		width: 100%;
		max-height: 300px;
		margin-bottom: 10px;
	}
	.new-list .list-time{
		width: 100%;
		margin-bottom: 10px;
	}
	.new-list .list-time h1{
		font-size: 24px;
		line-height: 24px;
		margin-bottom: 5px;
	}
	.new-list .list-time h2{
		font-size: 14px;
	}
	.new-list .list-title h1{
		font-size: 16px;
		margin-bottom: 5px;
	}
	.new-list .list-title{
		width: 100%;
	}
	.new-list i{
		display: none;
	}
	.new-list .list-title p{
		line-height: 20px;
	}
	.pro-list{
		margin-bottom: 20px;
	}
	.video-box{
		height: 180px;
	}
	.video-list>div{
		width: 100%;
		margin-right: 0;
	}
	.video-list p{
		font-size: 16px;
	}
	.mainbox{
		margin-bottom: 20px;
	}
	.service>h1{
		margin-bottom: 10px;
		font-size: 24px;
	}
	.service .serbox>.img{
		width: 100%;
	}
	.service .serbox{
		display: block;
	}
	.service .serbox>ul{
		padding: 10px;
		padding-bottom: 0;
		box-sizing: border-box;
		width: 100%;
	}
	.service.service2{
		padding-bottom: 0;
	}
	.details-img.flexbox{
		display: block;
	}
	.details .details-img>div{
		width: 80%;
		margin: auto;
	}
	.details .details-img p{
		margin-bottom: 10px;
	}
	.rec-head{
		height: auto;
	}
	.rec-head-title{
		position: relative;
	}
	.rec-head-title{
		width: 100%;
		padding: 15px;
	}
	.details{
		margin-bottom: 20px;
	}
	.recruit-list li .list-head2{
		height: 40px;
	}
	.recruit-list li .list-head2{
		padding: 0 5px;
	}
	.recruit-list li .list-show{
		padding: 15px;
	}
	.recruit-list{
		margin-bottom: 20px;
	}
	.rec-head-title h1{
		font-size: 20px;
		line-height: 20px;
	}
	.rec-head-title p{
		font-size: 14px;
	}
	.proj-list>a>div{
		height: 160px;
	}
	.proj-list{
		margin-bottom: 10px;
	}
	.proj-list>a p{
		height: 35px;
		font-size: 14px;
		padding: 0 5px;
	}
	.proj-list>a{
		width: 49%;
		margin-right: 2%;
		margin-bottom: 2%;
	}
	.proj-list>a:nth-child(3n){
		margin-right: 2%;
	}
	.proj-list>a:nth-child(2n){
		margin-right: 0;
	}
	.g1nav{
		margin: 0 36px;
	}
	.g1{
		padding: 0;
	}
	.g1main .swiper-slide{
		display: block;
	}
	.g1main{
		height: auto;
	}
	.g1main-l{
		width: 100%;
		height: 150px;
	}
	.g1main-r{
		width: 100%;
		padding: 10px;
	}
	.g1main-r-sel{
		height: 200px;
	}
	.g1main-r-head{
		font-size: 14px;
		margin-bottom: 10px;
	}
	.g1main-r-head span{
		font-size: 32px;
	}
	.g1-top .g1nav-prev, .g1-top .g1nav-next{
		width: 32px;
		height: 32px;
		line-height: 32px;
		font-size: 18px;
	}
	.g1-top{
		padding: 20px 0;
	}
	.course{
		margin-bottom: 20px;
	}
	.jidi-b-main>div.on{
		display: block;
	}
}
@media only screen and (max-width:440px ){
	.i-banner{
		height: 150px;
	}
	.i-banner .swiper-slide p{
		font-size: 16px;
		margin-left: 10px;
	}
	.i-banner .swiper-slide p:after{
		margin-top: 10px;
	}
	.i-banner .ibanner-pagination{
		bottom: 10px;
	}
	.basetab-a{
		margin-bottom: 10px;
	}
	.basetab-a span{
		margin-bottom: 5px;
	}
	.basetab-b .tab1 i,.basetab-b .tab1>div{
		height: 100px;
	}
	.basetab-b .tab1>p{
		line-height: 30px;
		height: 30px;
	}
	.basetab-b{
		margin-top: -10px;
	}
	.basetab-b .tab1{
		margin-top: 10px;
	}
	.nav2>div{
		flex-wrap: wrap;
	}
	.nav2 a{
		width: 50%;
		margin-bottom: 2px;
	}
	.nav2 a:last-child {
	    border-right: 2px solid white;
	}
	.nav2 a:nth-child(2n){
		border: none;
	}
	.contact-top>div{
		margin-bottom: 20px;
	}
	.contact-top.flexbox{
		display: block;
		margin-bottom: 0;
	}
	.honor-list>div{
		width: 49%;
		margin-right: 2%;
		margin-bottom: 2%;
	}
	.honor-list>div:nth-child(3n) {
   		 margin-right: 2%;
	}
	.honor-list>div:nth-child(2n) {
	    margin-right: 0;
	}
	.honor-list>div>div{
		height: 120px;
	}
	.honor-list>div>p{
		height: 35px;
		line-height: 35px;
		font-size: 12px;
	}
	.service .serbox>.img{
		height: 150px;
	}
	.recruit-list li .list-head2 span{
		width: 18%;
		font-size: 12px;
	}
	.rec-head{
		margin-bottom: 50px;
	}
	
	.rec-head:after{
		width: 300px;
		height: 85px;
		bottom: -48px;
	}
	.proj-list>a>div{
		height: 100px;
	}
	.basetab-b .tab1>p{
		padding: 0 10px;
	}
	.basetab-b .tab1>p{
		padding: 0 10px;
	}
}
