.base-ban{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.base-ban img{
	display: block;
	width: 100%;
}

.base-ban .warp{
	position: absolute;
	top:33%;
	left:0;
	right: 0;
	margin: auto;
	z-index: 2;
}
.base-ban .warp h2{
	font-size: 48px;
	color: #fff;
	line-height:72px;
	font-weight: bold;
	margin: 0;
}
.base-ban .warp .fa{
	font-size: 26px;
	line-height: 36px;
	color: #fff;
	margin-bottom: 0;
}

.base-box{
	width: 100%;
	position: relative;
	top: -32px;
	z-index: 3;
	left: 0;
}
.base-box.on{
	position: fixed;
	top:48px;
	z-index: 600;
}
.base-title{
	width: 285px;
	position: relative;
	top:0;
	left: 50%;
	height:48px;
	z-index:3;
	margin-left: -720px;
}
.base-box .img{
	height: 80px;
	line-height: 80px;
	width: 100%;
	position: absolute;
	left: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	top: -48px;
	transition: all 0.3s;
	-webkit-transition: all  0.3s;
	background: url(img49.jpg) center/cover no-repeat;
	text-align: center;
	color: #fff;font-size: 24px;
}

.base-box.on .img{
	opacity: 1;
	filter: alpha(opacity=100);
}

.base-title .warp,.base-title .mian{
	position: absolute;
	top: 0;
	left: 0;
	width: 300px;
	height: 100%;
	z-index: 4;
}
.base-title .mian{display: none;}
.base-title .warp a i,.base-title .mian a i{
	display: block;
	width: 100%;
	background-color: #368fd9;
	position: absolute;
	bottom: 0;
	height: 1px;
	left: 0;
	transition: all 0.3s;
	-webkit-transition: all  0.3s;
}
.base-title .warp a,.base-title .mian a{
	display: block;
	font-size: 18px;
	line-height: 48px;
	color: #fff;
	overflow: hidden;
	height: 0;
	text-decoration: none;
	padding:0 25px 0 35px;
	position: relative;
	cursor: pointer;
	transition: all 0.3s;
	-webkit-transition: all  0.3s;
	background:#0372cd url(img4.png) 245px center no-repeat;
}
.base-title .warp a:hover i,.base-title .warp a.on i,.base-title .mian a.on i{
	background-color: #0063a9;
}
.base-title .warp a.on,.base-title .mian a.on{
	color: #fff;
	height: 48px;
	line-height: 48px;
	text-decoration: none;
	background-color: #0063a9;
}
.base-title .warp:hover a,.base-title .mian a.cur{
	height: 48px;
	line-height: 48px;
}

/*# sourceMappingURL=style.css.map */

@media (min-width:320px){

	.equi,.honor,.produ,.quali,.profile,.history{
		padding-left:4.5%;
    	padding-right:4.5%;
    	max-width: 1200px;
		margin: 0 auto;
	}  
/*	.equi.on,.honor.on,.produ.on,.quali.on,.profile.on,.history.on{margin-top: 30px;}*/
	.equi .row .box{margin-bottom:20px;}
	.equi .row .box .pic{
		overflow: hidden;
		width: 100%;
	}
	.equi .row .box .pic img{
		display: block;
		width: 100%;
	}
	.equi .row .fa{
		font-size: 14px;
		line-height: 24px;
		color: #555555;
		text-align: center;
		margin: 10px 0 0;
	} 

	.honor .undefined{
		padding: 0;
	}
	.honor .item .box{
		background-color: #f7f7f7;
	    padding: 20px 20px 15px;
	    margin-bottom: 15px;
	}
	.honor .item .box h2{
		font-size:30px;
		line-height: 30px;
		color: #808080;
		font-family: 'BebasNeueRegular';
		font-style: italic;
		margin: 0 0 15px;
		padding-bottom: 15px;
		position: relative;
	}
	.honor .item .box h2:before{
		display: block;
		width: 33px;
		height:2px;
		background-color: #808080;
		position: absolute;
		left: 0;
		bottom: 0;
		content: '';
	}
	.honor .item .box .details,.honor .item .box .details p,.honor .item .box .details p a{
		font-size: 14px;
		line-height: 24px;
		color: #888888;
		display: block;
	}
	.honor .item .box .details p a{
		cursor: pointer;
		-webkit-transition: all 0.5s;
            transition: all 0.5s;
	}
	.honor .item .box .details p a:hover{color: #006cb8}
	.honor .item .box .details p{padding-bottom:8px;margin-bottom: 0;}

	.produ .row .titl{margin-bottom: 10px;}
	.produ .row .titl p{
		margin-bottom: 0;
		font-size: 16px;
	    line-height: 24px;
	    color: #888888;
	    cursor: pointer;
	    padding: 0 0 5px 30px;
		border-bottom: 2px solid #f5f7f9;
		background: url(img27.png) 3px 3px no-repeat;
		-webkit-transition: all 0.5s;
            transition: all 0.5s;
	}
	.produ .row .titl.on p{
		color: #0372cd;
		background: url(img28.png) 3px 3px no-repeat;
		border-bottom: 2px solid #0372cd;
	}
	.mt90{margin-top: 30px;}
	.produ .mt90 h2{
		font-size: 20px;
    	line-height: 30px;
		color: #555555;
		font-weight: bold;
		margin: 0 0 20px;
	}
	.produ .mt90 .details,.produ .mt90 .details p{
		font-size: 14px;
		line-height: 24px;
		color: #888888;
		margin-bottom: 0;
	}
	.produ .mt90 .details img{max-width: 100%;margin:25px 0;}
	.produ .mt90 .box .left,.produ .mt90 .box .right,.produ .mt90 .box .left p,.produ .mt90 .box .right p{
		font-size: 14px;
		line-height: 24px;
		color: #888888;
		margin-bottom: 0;
	}
	.produ .mt90 .box .left,.produ .mt90 .box .right{width:100%;text-align: justify;}

	.quali .row .titl{
		font-size: 16px;
		line-height: 26px;
		color: #888888;
		margin-bottom: 10px
	}
	.quali .row .titl p{
		padding:0 0 5px 40px;
		border-bottom: 2px solid #f5f7f9;
		margin-bottom: 0;
		cursor: pointer;
		-webkit-transition: all 0.5s;
            transition: all 0.5s;
    }
	.quali .row .titl.on p{
		color: #006cb8;
		border-bottom: 2px solid #006cb8;
	}
	.quali .row .tit1 p{
		background: url(../../img/img30.png) 5px 4px/auto 18px no-repeat;
	}
	.quali .row .tit1.on p{
		background: url(../../img/img29.png) 5px 4px/auto 18px no-repeat;
	}
	.quali .row .tit2 p{
		background: url(../../img/img31.png) 5px 5px/auto 16px no-repeat;
	}
	.quali .row .tit2.on p{
		background: url(../../img/img32.png) 5px 5px/auto 16px no-repeat;
	}
	.quali .row .tit3 p{
		background: url(../../img/img33.png) 5px 5px/auto 17px no-repeat;
	}
	.quali .row .tit3.on p{
		background: url(../../img/img34.png) 5px 5px/auto 17px no-repeat;
	}
	.quali .row .tit4 p{
		background: url(../../img/img35.png) 5px 5px/auto 17px no-repeat;
	}
	.quali .row .tit4.on p{
		background: url(../../img/img37.png) 5px 5px/auto 17px no-repeat;
	}
	.quali .mbt59{margin:25px 0 30px;}
	.mt90,.mt990{margin-bottom:30px;}
	.quali .mbt59 .pa0,.pa00{padding:0}
	.quali .mbt59 .details,.quali .mbt59 .details p{
		font-size: 14px;
		line-height:24px;
		color: #888888;
		margin-bottom: 0;
	}



	.profile .row h2{
		font-size:40px;
	    line-height: 30px;
	    color: #555555;
	    font-weight: bold;
	    margin: 0 0 20px 0;
	}
	.profile .list2{
		margin-right: 0px;
    	margin-left: 0px;
	}
	.quali #list2 .mina{
		position: relative;
		top: 50px;
		left: 0;
		opacity: 0;
		filter: alpha(opacity=0);
		-webkit-transition: all 0.5s;
            transition: all 0.5s;
	}
	.quali #list2 .mina.on{
		top: 0;
		opacity: 1;
		filter: alpha(opacity=100);
	}
/*	.profile .list2 .bort{
    	border-top: 1px solid #d5d1ce;
    	
	}*/
	.profile .list2 .bort{padding: 0}
	.profile .list2 .bort .box{
		border-bottom: 1px solid #d5d1ce;
		padding:27px 0;
	}

/*	.profile .list2222 .bort:last-child{
		
	}*/
	.profile .list2 .box h3{
		font-size:30px;
		line-height:40px;
		color: #006cb8;
		margin: 0 0 15px;
		font-family: 'BebasNeueRegular';
		padding-bottom: 15px;
		position: relative;
	}
	.profile .list2 .box h3:before{
		display: block;
		width: 35px;
		height: 2px;
		background-color: #d5d1ce;
		position: absolute;
		bottom: 0;
		left: 0;
		content: '';
	}
	.profile .list2 .box .details{
		font-size: 14px;
		line-height: 24px;
		color: #555;
		text-align: justify;
	}
	.profile .word{
/*		margin-top:30px;*/
	}
	.profile .word h3{
		color: #006cb8;
		font-size: 40px;
	    line-height:80px;
		padding: 20px 0 0 0
	}
	.profile .word .details,.profile .word .details p{
		font-size:14px;
		line-height: 24px;
		color: #555;
		margin-bottom: 0;
	}
	.profile .dlist{margin-bottom: 35px;}
	.profile .dlist .pic{
		width: 100%;
		margin:30px 0 20px;
	}
	.profile .dlist .pic img{
		max-width: 100%;
	}
	.profile .dlist .box,.profile .dlist .box .details,.profile .row .word2 .details{
		font-size: 14px;
		line-height: 24px;
		color: #555;
	}
	.profile .dlist .box h3,.profile .row .word2 h3{
		margin: 0 0 15px;
	    font-size: 20px;
	    line-height: 30px;
	    color: #006cb8;
	}
	.profile .dlist .box .details,.profile .row .word2 .details{
		text-align: justify;
	}
	.profile .row .word2{
		padding-top:35px;
		border-top: 1px solid #d5d1ce;
	}
	.profile .row .word2 .details{
		margin-bottom:20px;
	}
	.profile .row .word2 h4{
		font-size:16px;
		line-height: 26px;
		color: #888888;
		margin: 0;
	}
	.history .year{margin-bottom: 40px;}
	.history .year p{
		font-size:24px;
		line-height: 30px;
		cursor: pointer;
		color: #888888;
		padding:5px 0;
		font-family: 'BebasNeueRegular';
		border-bottom: 3px solid #f5f7f9;
	}
	.history .year .myear.on p,.history .year .myear:hover p{
		color: #0372cd;
		border-bottom: 3px solid #0372cd;
	}
	.history .title{margin-bottom: 30px;}
	.history .title h2{
		font-size:40px;
		color: #006cb8;
		line-height:50px;
		margin: 0;
		font-style: italic;
		font-family: 'BebasNeueRegular';
	}
	.history .title .fa{
		font-size: 16px;
		line-height: 24px;
		color: #006cb8;
	}
	.history .mian .cssani{
		opacity: 0;
		filter: alpha(opacity=0);
		position: relative;
		top: 50px;
		-webkit-transition: all 0.5s;
            transition: all 0.5s;
	}
	.history .mian .cssani.on{
		opacity: 1;
		filter: alpha(opacity=100);
		top: 0px;
	}
	.history .row .wap{
		background-color: #0372cd;
		margin-bottom: 20px;
	}
	.history .row .wap.on{
		background-color:#7e9ab1
	}
	.history .row .wap .pic{
		width: 100%;
		overflow: hidden;
	}
	.history .row .wap .pic img{
		display: block;
		width: 100%;
	}
	.history .row .wap .box{
		padding: 25px 25px 35px;
	}
	.history .row .wap .box h3{
		font-size: 30px;
		line-height: 40px;
		color: #fff;
		font-family: 'BebasNeueRegular';
		font-style: italic;
		margin:  0 0 10px;
	}
	.history .row .wap .box .details,.history .row .wap .box .details p{
		font-size: 14px;
		line-height: 24px;
		color: #fff;
	}
	.history .row .wap .box .details p{margin-bottom: 0}
	.history .last .pic{display: none;}
}


@media (min-width:768px){
	.equi,.produ,.quali,.profile,.history{
		padding-left: 30px;
    	padding-right: 30px;
	}
	.honor{
		padding-left: 15px;
    	padding-right: 15px;
	}

	.equi .row .box{margin-bottom: 50px;}
	.equi .row .fa{
		font-size: 18px;
		line-height: 30px;
		margin-top: 20px;
	} 
	.honor .item .box{
		background-color: #f7f7f7;
		padding: 30px 20px 25px;
		margin-bottom: 30px;
	}
	.honor .item .box h2:before{
		height: 3px;
	}
	.honor .undefined{
		padding-left: 15px;
		padding-right: 15px;
	}
	.honor .item .box .details p{padding-bottom:8px;margin-bottom: 0;}

	.mt90{margin-top: 70px;}
	.produ .row .titl{margin-bottom: 30px;}
	.produ .row .titl.on p{border-bottom: 3px solid #0372cd;}
	.produ .row .titl p{
		font-size: 20px;
		padding:0 0 20px 35px;
		border-bottom: 3px solid #f5f7f9;
	}
	.produ .mt90 .details img{margin: 40px 0;}
	.produ .mt90 .details,.produ .mt90 .details p{line-height: 30px;font-size: 16px;line-height: 30px}
	.produ .mt90 .box .left,.produ .mt90 .box .right{width: 47%;text-align: justify;}
	.produ .mt90 .box .left,.produ .mt90 .box .right,.produ .mt90 .box .left p,.produ .mt90 .box .right p{
		line-height: 30px;
		font-size: 16px;
		line-height: 30px;
	}
	.produ .mt90 .box .left{float: left;}
	.produ .mt90 .box .right{float: right;}
	.produ .mt90 h2{
		font-size: 30px;
    	line-height: 40px;
    	margin: 0 0 30px;
	}
	.quali .row .titl{font-size: 20px;line-height: 30px;}
	.quali .row .tit1 p{
		background: url(../../img/img30.png) 5px 4px no-repeat;
	}
	.quali .row .tit1.on p{
		background: url(../../img/img29.png) 5px 4px no-repeat;
	}
	.quali .row .tit2 p{
		background: url(../../img/img31.png) 5px 7px no-repeat;
	}
	.quali .row .tit2.on p{
		background: url(../../img/img32.png) 5px 7px no-repeat;
	}
	.quali .row .tit3 p{
		background: url(../../img/img33.png) 5px 7px no-repeat;
	}
	.quali .row .tit3.on p{
		background: url(../../img/img34.png) 5px 7px no-repeat;
	}
	.quali .row .tit4 p{
		background: url(../../img/img35.png) 5px 7px no-repeat;
	}
	.quali .row .tit4.on p{
		background: url(../../img/img37.png) 5px 7px no-repeat;
	}
	.quali .mbt59 .details, .quali .mbt59 .details p{
		font-size: 16px;
		line-height: 30px;
	}
	.quali .list2 .box{
		min-height: 160px;
		padding: 33px 30px 10px;
		margin-bottom: 30px;
	}
	.quali .list2 .box h2{min-height: 110px;}
	.profile .word .details,.profile .list2 .box .details,.profile .word .details, .profile .word .details p,
	.profile .dlist .box, .profile .dlist .box .details, .profile .row .word2 .details,.honor .item .box .details,
	.honor .item .box .details p,.honor .item .box .details p a,.history .row .wap .box .details, .history .row .wap .box .details p{
		font-size: 16px;
		line-height: 30px;
	}

	.profile .list2 .bort .box {padding: 30px 0;}
	.profile .list2 .box h3{margin: 0 0 20px;}
}

@media (min-width:1200px){
	.profile .list2 .box h3{
		font-size: 75px;
		line-height: 70px;
	}
	.honor .item .box .details p{padding-bottom:12px;margin-bottom: 0;}
	.history .title h2{
		font-size:80px;
		line-height: 80px;
	}
	.history .row .wap .box{
		padding: 30px 30px 55px;
	}
}

.cpjs_r h1{font-size: 36px}











@media (max-width:1200px){
	
	.base-ban .warp h2{font-size: 18px;margin-left: 20px}
	.profile .row h2{font-size: 20px;margin-top: 20px}
	.list2,.gs_com h3{display: none}
	.dlist {padding-bottom: 45px}
	
}



