@charset "UTF-8";
/********/
.adjust{
	width: 100%;
	opacity: 0;
	display: block;
}
.aside-shortcut{
	display: none;
}
.index-bd{
	position: relative;
	z-index: 10;
	overflow: hidden;
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
}
.index-bd .bd{
	position: absolute;
	z-index: 5
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.index-bd ul{
	width: 100% !important;
	height: 100% !important;
}
.index-bd li{
	float: left;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100% !important;
	height: 100%;
}
.index-bd .hd{
	position: absolute;
	z-index: 10;
	width: 100%;
	left: 0;
	bottom: 1.1em;
	text-align: center;
}
.index-bd .hd .cont{
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	padding: 14px 40px;
	border-radius: 20px;
	background-color: rgba(0,0,0,0.4);
}
.index-bd .hd a{
	float: left;
	width: 14px;
	height: 14px;
	border-radius: 100%;
	margin: 0 9px;
	background-color: #fff;
	cursor: pointer;
}
.index-bd .hd a.on{
	background-color: #ff0000;
}

.index-bd .bd-btn{
	position: absolute;
	z-index: 15;
	width: 5em;
	height: 5em;
	background-color: rgba(51,51,51,0.5);
	border-radius: 100%;
	top: 50%;
	margin-top: -2.5em;
	overflow: hidden;
	display: none;
	cursor: pointer;
}
.index-bd .bd-btn:hover{
	background-color: rgba(51,51,51,0.7);
}
.index-bd .bd-btn.on{
	display: block;
}
.index-bd .bd-btn span{
	position: absolute;
	top: 0;
	width: 0.9em;
	height: 100%;
	display: block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 0.9em auto;
}
.index-bd .bd-btn.bd-prev{
	position: absolute;
	left: -2.5em;
}
.index-bd .bd-btn.bd-prev span{
	background-image: url(/Img/images/index-prev.png);
	left: 50%;
	margin-left: 0.4em;
}
.index-bd .bd-btn.bd-next{
	position: absolute;
	right: -2.5em;
}
.index-bd .bd-btn.bd-next span{
	background-image: url(/Img/images/index-next.png);
	right: 50%;
	margin-right: 0.4em;
}

.main-box{
	background-color: #f7f7f7;
	padding-bottom: 1.5em;
}
.first-box{
	padding-top: 2.5em;
}
.first-lb{
	width: 50%;
	height: 23.85em;
	position: relative;
	overflow: hidden;
}
.first-lb .lb-bd{
	width: 100%;
	height: 100%;
}
.first-lb .lb-bd ul, .first-lb .lb-bd li{
	width: 100% !important;
	height: 100% !important;
}
.first-lb li a{
	display: block;
	position: relative;
}
.first-lb .imgs{
	height: 23.85em;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.first-lb .txt{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0 6.1em 0 0.95em;
	background: rgba(4,4,4,.6);
}
.first-lb .txt span{
	display: block;
	font-size: 0.9em;
	line-height: 3.723;
	height: 3.723em;
	color: #fff;
	font-weight: bold;
	overflow: hidden;
}
.first-lb .lb-hd{
	position: absolute;
	right: 1em;
	bottom: 1.3em;
	text-align: right;
}
.first-lb .lb-hd a{
	cursor: pointer;
	width: 0.6em;
	height: 0.6em;
	border-radius: 100%;
	display: inline-block;
	vertical-align: bottom;
	margin: 0 0 0 0.4em;
	background-color: #fff;
	opacity: .5;
}
.first-lb .lb-hd a.on{
	background-color: #046cc4;
	opacity: 1;
}
.first-news{
	float: right;
	width: 47.92%;
	height: 23.85em;
	border-bottom: 1px solid #eaeaea;
}

.index-title{
	overflow: hidden;
	position: relative;
	padding-bottom: 0.85em;
	border-bottom: 2px solid #d6d6d6;
}
.index-title .tit{
	float: left;
	position: relative;
	font-size: 1.2em;
	line-height: 1.25;
	height: 1.25em;
	color: #999;
	margin-right: 1.417em;
	padding-left: 0.667em;
}
.index-title .tit span{
	position: absolute;
	top: 50%;
	left: 0;
	width: 3px;
	height: 0.875em;
	margin-top: -0.375em;
	background-color: #999;
}
.index-title .tit.on{
	color: #d11717;
}
.index-title .tit.on span{
	background-color: #d11717;
}
.index-title .more{
	position: absolute;
	right: 0;
	top: 0;
}
.index-title .more a{
	display: block;
	font-size: 0.8em;
	line-height: 1.875;
	height: 1.875em;
	color: #999;
	padding-right: 11px;
	background: url(/Img/images/index-arr.png) no-repeat right 1px center;
	background-size: 7px 13px;
}
.s-list2 .index-title .more a{
	display: none;
}
.s-list2 .index-title .more a.on{
	display: block;
}
.index-title .more a:hover{
	color: #d11717;
}


.first-box .index-title{
	margin-top: -0.3em;
}
.first-box .index-title .more{
	top: 0.5em;
}
.first-news .f-top{
	margin-top: 1.15em;
}
.first-news .f-top .tit{
	color: #222;
	font-size: 1.3em;
	line-height: 1.462;
	height: 1.462em;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-weight: bold;
}
.first-news .f-top .det{
	font-size: 0.8em;
	line-height: 1.8125;
	height: 3.625em;
	overflow: hidden;
	color: #777;
	margin-top: 0.6875em;
	position: relative;
}
.first-news .f-top .det a{
	height: 3.625em;
	overflow: hidden;
	display: block;
}
.first-news .f-top .det .text_overflow{
	display: inline-block;
	vertical-align: top;
}
.first-news .f-top .det span{
	color: #01458e;
	text-decoration: underline;
	/*position: absolute;*/
    bottom: 0;
	z-index: 22;
	/*right: 0;*/
    background-color: #f7f7f7;
    padding-left: 2px;
    display: inline-block;
    vertical-align: top;
}
/*@media screen and (max-width: 1600px) {
	.first-news .f-top .det span{
		padding-left: 5px;
	}
}*/
.first-news .f-top:hover .tit{
	color: #d11717;
}
.f-list{
	margin-top: 0.85em;
}
.f-list a{
	display: block;
	position: relative;
	padding-right: 5em;
	font-size: 0.8em;
	line-height: 2.375em;
	height: 2.375em;
	padding-left: 17px;
	color: #222;
}
.f-list .icon{
	background-color: #666;
	width: 5px;
	height: 5px;
	border-radius: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -2.5px;
}
.f-list .txt{
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.f-list .time{
	position: absolute;
	right: 0;
	top: 0;
	color: #999;
}
.f-list a:hover{
	color: #d11717;
}
.f-list a:hover .time{
	color: #d11717;
}
.f-list a:hover .icon{
	background-color: #d11717;
}
.s-list3 .f-list .txt{
	margin-left: -5px;
}
.s-list2 .f-list a{
    line-height: 2.4375em;
    height: 2.4375em;
}




.third-box{
	margin-top: 2em;
}
.third-box a{
	position: relative;
	z-index: 10;
	display: block;
}
.third-box .txt{
	width: 2.5em;
	text-align: center;
	font-size: 1em;
	background: url(/Img/images/index_third_bg1.jpg) no-repeat center;
	background-size: cover;
	padding: 0.65em 0;
}
.third-box .txt span{
	width: 1em;
	display: inline-block;
	vertical-align: middle;
	font-size: 1em;
	line-height: 1.25em;
	color: #fff;
}
.third-box .imgbox{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding-left: 2.5em;
	transition: margin .5s;
}
.third-box .imgbox .imgs{
	width: 100%;
	height: 100%;
	margin-left: 1px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.third-box a:hover .imgs{
	box-shadow: 0 9px 8px rgba(0,0,0,0.1);
}


.four-box{
	margin-top: 2em;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 2.1em 0 3em;
}
.four-box h5{
	text-align: center;
	font-size: 1.2em;
	line-height: 1.417;
	color: #000;
	font-weight: bold;
}
.four-box .four-list{
	margin-top: 1.8em;
	box-shadow: 
}
.four-box .four-list .item{
	float: left;
	width: 20%;
	box-shadow: 0 9px 8px rgba(42,42,42,.33);
}
.four-box .four-list .item:nth-child(6){
	display: none;
}
.four-box .four-list .item:nth-child(7){
	display: none;
}
.four-box .four-list .item:nth-child(8){
	display: none;
}
.four-box .four-list .item:nth-child(9){
	display: none;
}
.four-box .four-list .item:nth-child(10){
	display: none;
}

.four-box .four-list a{
	display: block;
	position: relative;
	overflow: hidden;
}
.four-box .four-list .bg{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: -100%;
	z-index: 4;
	background-color: #0c2e6d;
	opacity: 0.9;
	transition: all .5s;
}
.four-box .four-list .txtbox{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 5;
	padding: 1.25em 1.1em;
}
.four-box .four-list .tit{
	font-size: 1.2em;
	line-height: 1.417;
	color: #fff;
}
.four-box .four-list .arr{
	margin-top: 1.25em;
	opacity: 0;
}
.four-box .four-list a:hover .bg{
	left: 0;
}
.four-box .four-list a:hover .arr{
	opacity: 1;
}


.first-second{
	margin-top: 2em;
}
.first-second .item{
	min-height: 16.2em;
}
.s-list1{
	float: left;
	width: 29.86%;
}
.s-list1 .list{
	position: relative;
	z-index: 15;
	margin-top: -2px;
}
.s-list1 .list a{
	display: block;
	position: relative;
	overflow: hidden;
	height: 13.5em;
}
.s-list1 .list .img{
	height: 13.5em;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.s-list1 .list .txt{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	padding: 0 1.8em;
	background: url(/Img/images/index_video_bg.png) no-repeat left center;
	background-size: cover;
}
.s-list1 .list .txt span{
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #fff;
	font-weight: bold;
	font-size: 0.9em;
	line-height: 2.334;
}
.s-list1 .list .ibtn{
	position: absolute;
	z-index: 10;
	width: 3.1em;
	height: 3.1em;
	top: 50%;
	left: 50%;
	margin: -1.55em 0 0 -1.55em;
	background: url(/Img/images/video.png) no-repeat center;
	background-size: 100%;
	transition: all .3s;
}
.s-list1 .list a:hover .ibtn{
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}


.s-list2{
	float: left;
	width: 29.86%;
	margin-left: 4.17%;
}
.s-list2 .index-title .tit{
	cursor: pointer;
}
.s-l-top{
	padding: 0.5em 0 0.75em;
	overflow: hidden;
	border-bottom: 1px solid #eaeaea;
}
.s-l-top a{
	position: relative;
	display: block;
	padding-left: 6.8em;
	padding-top: 3px;
	height: 4.5em;
}
.s-l-top .txt{
	font-size: 0.9em;
	line-height: 2;
	height: 4em;
	overflow: hidden;
	color: #222;
	font-weight: bold;
}
.s-l-top .imgbox{
	position: absolute;
	left: 0;
	top: 0;
	width: 6.1em;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.s-l-top a:hover .txt{
	color: #d11717;
}
.s-list2 .f-list{
	margin-top: 0;
	padding-top: 0.25em;
}
.s-list2 .f-list a{
	padding-left: 0;
}
.s-list2 .sl-item{
	display: none;
}
.s-list2 .sl-item.on{
	display: block;
}



.s-list3{
	float: left;
	width: 32.43%;
	margin-left: 3.68%;
}
.s-list3 .f-list{
	margin-top: 0;
	padding-top: 0.6em;
}
.s-list3 .f-list a{
	padding-left: 0;
}