#nav-header .dsj-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;
	width: 280px;
	text-align: center;
	margin: 0 auto;
	margin-top: -40px;
	background-color: inherit;
}
.total-block-title-en{
	font-size: 40px;
	color: #0090ff;
	width: 340px;
	text-align: center;
	margin: 0 auto;
	margin-top: -30px;
	background-color: inherit;
}
.block-desc{
	color: #878787;
	font-size: 20px;
	line-height: 35px;
	text-align: center;
}
.block-desc-en{
	color: #878787;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
}
.notted-line{
	height: 1px;
	background: url("/assets/eevee/img/not-blue.png") repeat-x;
}
.img-block1{
	width: 1200px;
	margin: auto;
	text-align: center;
}
.img-block1,.img-block3,.img-block5{
	background-color: #fff;
	width: 100%;
}
.img-block2,.img-block4,.img-block6{
	background-color: #f0f0f7;
	width: 100%;
}
.block-inner-1200{
	padding: 80px 0;
	width: 1200px;
	margin: 0 auto;
	background-color: inherit;
}
.block-inner-1200 .row{
	margin-bottom: 0;
	margin-top: 40px;
}
.block-title{
	font-size: 36px;
	color: #272727;
	text-align: center;
	width: 300px;
	margin: 0 auto;
	background-color: inherit;
}
.block-title-en{
	font-size: 36px;
	color: #272727;
	text-align: center;
	width: 1000px;
	margin: 0 auto;
	background-color: inherit;
}
.col-lg-3{
	float: left;
	color: #444343;
	text-align: center;
}
.col-lg-3:hover{
	cursor: pointer;
}
.col-lg-3:hover .col-3-desc{
	color: #0090ff;
}
.block-title-second{
	text-align: center;
	font-size: 22px;
	color:#a5a5a5;
	line-height: 30px;
}
.col-3-desc{
	padding: 0!important;
	font-size: 24px;
	margin-top: 15px;
}
.col-3-desc-en{
	padding: 0!important;
	font-size: 20px;
	margin-top: 15px;
	line-height: 22px;
}
.col-3-desc .col-6{
	height: 126px;
	padding: 20px 85px;
}
.col-3-desc .col-6:hover{
	border: 1px solid #94d0f4;
}

.col-lg-3{
	float: left;
	color: #444343;
	text-align: center;
}
.col-lg-3:hover{
	cursor: pointer;
}
.col-lg-3:hover .col-3-desc{
	color: #0090ff;
}
