#nav-header .zypx-nav a{
	background: none;
	color:#004baa;
	border-bottom: 4px solid #004baa;
}
@media (min-width: 1367px){
	.slides-box{
		max-height: 726px;
		margin-top: 70px;
	}
}
@media (max-width: 1366px){
	.slides-box{
		max-height: 515px;
		margin-top: 70px;
	}
}
/*轮播图*/
.slides-box{
	height: auto;
	overflow: hidden;
	background-color: #222222;
}
.slides-box .slides{
	min-height: 100%;
	height: 100%;
}
.slides-box .slides li {
	position: relative;
	cursor: pointer;
	display: list-item;
	background: transparent;
	padding-bottom: 32%;
}
.slides-box .slides li img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	animation : imageAnimation 36s infinite linear;
	cursor: default;
}
.slides-box:hover .prev,.slides-box:hover .next{
	display: block;
}
.prev, .next {
	position: absolute;
	z-index: 99;
	top: 45%;
	margin-top: -40px;
	height: 60px;
	width: 40px;
	color: #fff;
	cursor: pointer;
	background-color: #000;
	opacity: .5;
	display: none;
}
.prev:hover, .next:hover{
	opacity: .7;
}

.prev{
	left: 40px;
	background-image: url("/assets/eevee/img/home/pre1.png");
}
.next {
	right: 40px;
	background-image: url("/assets/eevee/img/home/next1.png");
}
.total-block-title{
	font-size: 50px;
	color: #004BAA;
	padding-top: 40px;
	line-height: 100px;
	text-align: center;
}
.total-block-title-en{
	font-size: 40px;
	color: #004BAA;
	padding-top: 40px;
	line-height: 100px;
	text-align: center;
}
.total-block-desc{
	color: #424242;
	font-size: 20px;
	text-align: center;
	line-height: 40px;
}
.total-block-desc-en{
	color: #424242;
	font-size: 20px;
	text-align: center;
	line-height: 30px;
}
.notted-line{
	height: 1px;
	background-color: #bfbfbf;
}
.img-block1{
	margin: auto;
	text-align: center;
	background-color: #fff;
	width: 100%;
}
.img-block2{
	background-color: #f0f0f7;
	width: 100%;
}
.block-inner-1200{
	padding: 85px 0 75px 0;
	width: 1200px;
	margin: 0 auto;
	background-color: inherit;
}
.block-title{
	font-size: 40px;
	color: #272727;
	text-align: center;
	width: 230px;
	margin: 0 auto;
	background-color: inherit;
	margin-top: -30px;
}
.block-title-en{
	font-size: 40px;
	color: #272727;
	text-align: center;
	width: 400px;
	margin: 0 auto;
	background-color: inherit;
	margin-top: -35px;
}
.block-title-second{
	text-align: center;
	font-size: 24px;
	color:#a5a5a5;
	line-height: 40px;
}
.img-list{
	margin-top: 50px;
	cursor: default;
}
.img-list img,.img-list div{
	cursor: default;
}
.col-lg-3{
	float: left;
	color: #444343;
	text-align: center;
}
.col-lg-3:hover{
	cursor: pointer;
}
.col-lg-3:hover .col-3-desc{
	color: #004BAA;
}
.col-3-desc{
	text-align: center;
	padding: 0!important;
	font-size: 28px;
	line-height: 80px;
}
.col-3-desc-en{
	text-align: center;
	padding: 0!important;
	font-size: 18px;
	line-height: 30px;
	margin-top: 10px;
}
.hover-big{
	transition: all .3s ease-in-out;
	background-color: #fff;
}
.hover-big img{
	position: relative;
}
.hover-big>a.a-cn{
	display: block;
	position: absolute;
	bottom: 0;
	height: 75px;
	line-height: 75px;
	color: #fff;
	font-size: 30px;
	background-color: #004BAA;
	width: 100%;
}
.hover-big>a.a-en{
	display: block;
	position: absolute;
	bottom: 0;
	height: 75px;
	line-height: 75px;
	color: #fff;
	font-size: 14px;
	background-color: #004BAA;
	width: 100%;
}
.hover-big:hover{
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	z-index: 2;
	cursor: pointer;
}
.col-md-4{
	width: 390px;
	float: left;
	padding: 0!important;
	margin-right: 15px;
}
.table-en th,.table-en td{
	font-size: 12px;
}
table thead th{
	background-color: #004BAA;
	color: #fff;
	padding: 18px!important;
	text-align: center;
	font-size: 22px;
	border: none;
}
table tbody tr:nth-child( 2n+1 ){
	background-color: #fff;
	color: #444343;
}
table tbody tr:nth-child( 2n ){
	background-color: #e4edf9;
	color: #444343;
}
table tbody tr td{
	border: none!important;
	line-height: 60px;
	text-align: center;
	font-size: 18px;
}

.row {
	margin-right: -80px;
	margin-left: -80px;
}


.ban{width:100%; height:457px; position:relative; overflow:hidden;margin:60px auto;transition: .6s}
.ban2{width: 1200px; height:457px; position:relative; overflow:hidden; margin-left: 80px;}
.ban2 ul{position:absolute; left:0; top:0;}
.ban2 ul li{width:390px; height:457px;float: left; margin-right: 20px;}
.prev_btn1{width:16px; text-align:center; height:18px; margin-top:40px; margin-right:20px; cursor:pointer; float:left;}
.next_btn1{width:16px; text-align:center; height:18px; margin-top:40px;cursor:pointer;float:right;}
.prev1{float:left; cursor:pointer;position:absolute; top:220px; left:0; width:28px; height:60px;z-index:9;cursor:pointer;background-image: url("/assets/eevee/img/home/pre.png");transition: .6s}
.next1{position:absolute; top:220px; right:0; width:28px; height:60px;z-index:9;cursor:pointer;background-image: url("/assets/eevee/img/home/next.png");transition: .6s}
.pop_up{width:100%; height:310px; padding:10px; background:#fff; position:fixed; -position:absolute; left:50%; top:50%; margin-left:-255px; margin-top:-255px; display:none; z-index:99;}
.pop_up_xx{width:40px; height:40px; position:absolute; top:-40px; right:0; cursor:pointer;}
.pop_up2{width:100%; height:310px; position:relative; overflow:hidden;}
.pop_up2{width:100%; height:310px; position:relative; overflow:hidden; float:left;}
.pop_up2 ul{position:absolute; left:0; top:0;}
.pop_up2 ul li{width:100%; height:310px; float:left;}
.ban2 img{width:100%;height:100%;}
