.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:1;
	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;
	z-index: 0;
}

.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){

	.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;}



	.profile .row h2{
		font-size: 36px;
	    line-height: 30px;
	    color: #555555;
	    font-weight: bold;
	    margin: 20px 0 20px;
	}
	.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;
		margin: 20px 0 20px;
		font-size: 26px;
	    line-height: 30px;font-weight: bold;
	}
	.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;
		text-align: center
	}
	.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: 50px;
	    color: #006cb8;
		background: #f5f5f5;
		text-indent: 20px;
		font-weight: bold;border-left: 20px solid #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;
	}

}


@media (min-width:768px){
	.equi,.produ,.quali,.profile,.history{
		padding-left: 30px;
    	padding-right: 30px;
	}
	

	.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;
	}
	
	.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,
	.row .wap .box .details{
		font-size: 16px;
		line-height: 30px;
	}

	.details p a{color: #555;margin-right: 10px}
	.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;
	}
}

@media (max-width:1200px){
	.base-box .img,.base-box{display: none}

}
.cpjs_r h1{font-size: 36px}


