.head{	background-image: url(../img/tou.png);	height: 250px;	width: 100%;	background-position: center;	min-width: 1200px;	background-repeat: no-repeat;}.head .head-top{	     width: 1200px;	         margin: 0 auto;	         display: flex;	         justify-content: space-between;	         align-items: center;	         font-size: 16px;	         color: #fff;	         height: 60px;}.head-logo{	width: 1200px;	margin: 0 auto;	padding-top: 34px;	    box-sizing: border-box;}






.head-box{
	width: 1200px;
	margin: 0 auto;
	padding: 5px 0;
	justify-content: space-between;
}
.head-box label{
	font-size: 12px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
}
.head-box span{
	font-size: 12px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
}
.head-box-icon{
	width: 120px;
	text-align: center;
	margin-left: -150px;
}
.head-box-icon img{
	width:49px;
	height: 49px;
	margin-top: 4px;
}
.head-box-icon p{
	font-size: 16px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	margin-top: 8px;
}
 
.bg{
	background-image: url(../img/xyhIcon/head-icon.png);
	background-size: 100% 100%;
	padding: 24px 0;
	position: absolute;
	top: 35px;
	width: 100%;
	z-index: -2;
	height: 86px;
min-width:1200px;
}
.nav>div{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
.nav-box{width: 100%; z-index: 9; position: relative;}
.nav-box ul li{flex: 1; text-align: center; padding: 8px 0; background-color: #FFFFFF;}
.nav-box ul{
	/* background-color: #FFFFFF; */
}
.nav-box ul li{ /* background-color: #FFFFFF; */}
.nav-box ul li>a{
	border-right: 1px solid #f2f2f2;
	display: block;
	flex: 1;
	color:#707070;
}
.nav-box ul li:hover{
	background-color: #1183D2;
	color: #FFFFFF !important;
	display: block;
}
.nav-box ul li>a:hover{
	color: #FFFFFF !important;
}
.nav-box ul li:nth-child(5){
	margin-right: 12%;
}
.nav-box ul li:nth-child(6){
	margin-left: 12%;
}


.focus-section {
		position: relative;
		overflow: hidden;
		z-index: 1;
	}

	.focus-section .focus-slider {
		position: relative;
		overflow: hidden;
	}

	.focus-section .focus-slider,
	.focus-section .focus-slider-item,
	.focus-section .focus-slider-item .slider-item-img,
	.focus-section .focus-slider-item .slider-item-img img {
		display: block;
		width: 100%;
		height: 100%;
	}

	.focus-section .focus-slider-item {
		position: relative;
	}

	.focus-section .focus-slider-item,
	.focus-section .focus-slider-item a {
		color: #fff;
	}

	.focus-section .focus-slider-item .slider-item-ft {
		width: 100%;
		background-color: rgba(0, 0, 0, .7);
		position: absolute;
		left: 0;
		bottom: 0;
		z-index: 1;
	}

	.focus-section .focus-slider-item .slider-item-title {
		font-size: 18px;
		line-height: 40px;
		font-weight: normal;
		padding: 20px 20% 20px 30px;
		-webkit-transform: translateX(15px);
		-ms-transform: translateX(15px);
		-o-transform: translateX(15px);
		transform: translateX(15px);
		opacity: 0;
		-webkit-transition: all .9s ease;
		-o-transition: all .9s ease;
		transition: all .9s ease;
	}

	.focus-section .flex-active-slide .slider-item-title {
		-webkit-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
		opacity: 1;
	}

	.focus-section .focus-slider-item .slider-item-title a {
		display: block;
		width: 100%;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

	.focus-section .focus-slider-item img {
		-webkit-transform: scale(1.05);
		-ms-transform: scale(1.05);
		-o-transform: scale(1.05);
		transform: scale(1.05);
		-webkit-transition: all 1.2s ease;
		-o-transition: all 1.2s ease;
		transition: all 1.2s ease;
		object-fit: cover;
	}

	.focus-section .flex-active-slide img {
		-webkit-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}

	.focus-section .flex-control-paging {
		position: absolute;
		right: 35px;
		bottom: 30px;
		z-index: 2;
	}

	.focus-section .flex-control-paging a {
		width: 10px;
		height: 10px;
		border-radius: 6px;
		background-color: #fff;
		opacity: .5;
		margin: 0 6px;
	}

	.focus-section .flex-control-paging a.flex-active {
		width: 34px;
		height: 10px;
		opacity: 1;
	}

	/* owlcarousel */
	.owl-carousel {
		position: relative;
		width: 100%;
	}

	.owl-carousel .owl-item {
		float: left;
		min-height: 1px;
		position: relative;
		overflow: hidden;
	}

	.owl-carousel .owl-stage-outer {
		width: 100%;
		overflow: hidden;
		position: relative;
	}

	.owl-carousel .owl-stage {
		position: relative;
	}

	.owl-carousel .owl-controls {
		overflow: visible;
	}

	.owl-carousel .owl-prev,
	.owl-carousel .owl-next {
		cursor: pointer;
	}

	.owl-dots,
	.flex-control-paging {
		text-align: center;
		padding-top: 20px;
	}

	.owl-dots .owl-dot,
	.flex-control-paging a {
		display: inline-block;
		width: 8px;
		height: 8px;
		vertical-align: middle;
		border-radius: 5px;
		vertical-align: middle;
		background-color: #c5c5c5;
		margin: 0 4px;
		vertical-align: middle;
		cursor: pointer;
		text-indent: -9999px;
		overflow: hidden;
		-webkit-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease;
	}

	.owl-dots .owl-dot.active,
	.flex-control-paging a.flex-active {
		width: 20px;
		background-color: #0046ab;
	}

	.flex-control-paging li {
		display: inline;
	}
	/* 专题 */
	.layer-special{position:relative; height:147px;width: 800px;}
	.layer-special .owl-stage{min-height:147px;}
	.layer-special .special-item{width:33.33333333%;font-size:16px;float:left;box-sizing:border-box;display:none;}
	.layer-special .special-item,.layer-special .special-item a{color:#fff;}
	.layer-special .special-item .item-inner{display:block;position:relative;}
	.layer-special .special-item .item-img,.layer-special .special-item .item-img img{display:block;width:100%;height:147px;border-radius:6px;overflow:hidden;}
	.layer-special .special-item .item-img img{object-fit:cover;}
	.layer-special .special-item .item-info{width:100%;height:100%;padding:5.3%;box-sizing:border-box;position:absolute;left:0;top:0;}
	.layer-special .special-item .item-title{font-size:24px;margin-bottom:5px; color: #0862A0; font-weight: bold;}
	.layer-special .special-item .item-desc{font-size:16px; margin-top: 8px; color: #666;}
	.layer-special .special-item .item-cont{height:85px;}
	.layer-special .special-item .item-btn{display:inline-block;line-height:36px;padding:0 15px;border-radius:2em;background-color:rgba(8, 98, 160,.2);-webkit-transition:all .4s ease;-o-transition:all .4s ease;transition:all .4s ease;}
	.layer-special .special-item .item-btn:after{content:'>';padding-left:3px;}
	.layer-special .special-item:hover .item-btn{background-color:rgba(8, 98, 160,.7);box-shadow:0 0 10px rgba(0,0,0,.1);padding:0 20px;}
	.layer-special .owl-loaded .special-item{width:100%;display:block;}
	.layer-special .owl-prev,.layer-special .owl-next{display:block;width:32px;height:56px;line-height:56px;background-repeat:no-repeat;background-position:center;position:absolute;top:50%;margin-top:-49px;cursor:pointer;background-color:rgba(0,0,0,.7);text-indent:-9999px;overflow:hidden;}
	.layer-special .owl-prev{left:-8px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAUCAMAAABh7EcdAAAAflBMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////vroaSAAAAKXRSTlMA/EEM+PXv6NfIwruso5WFfGxPOCskHwcD4t7PsZyMdGRdVUg8MRoWExJ5y/kAAAB7SURBVBjTRc5XEsIwDEVRgtMrkEqH9Lv/DSYzsWV96Yw00jvZuuWVxQUi03dvINNQCfBSB+YnkHcHqjvw1WtnH9xe4++CP9rLPGqzBkSLeVQCYSMZrg4Ek83ngTcIywCcn7AOgUK4xkDWGrYpkCgZf4BUtH8iFuypimYDmUULxaY7oNAAAAAASUVORK5CYII=);}
	.layer-special .owl-next{right:-8px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAUCAMAAABh7EcdAAAAe1BMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////NgkbwAAAAKHRSTlMAKSAE+vXv6ODFv6yjlYV8bE9CMxgOCQH42dXPyrixnIx0ZF1VSDwTN8qwVQAAAHpJREFUGNNNzlUOxDAMBNCkzAulxTLM/U9YS3Wc+stPMoxSOn8oWzFws8oA9K5R0xH/taGbE7+VDI/ESAuXFxA8hVsAeLNQR7h+qn5EkfO5qAwJd8bqA77JO3lAWJ59WwB4O5wsI8T7iTohpA3vpIShZaiEL/PbwsY9AGA+C6fScEs8AAAAAElFTkSuQmCC);}
	.layer-special .owl-prev:hover,.layer-special .owl-next:hover{opacity:1;}
	.layer-special .owl-dots{padding-top:12px;}
	
	.sys-media-item{max-width:400px;font-size:16px;}
	.sys-media-item .media-item-img,.sys-media-item .media-item-img img{display:block;width:100%;height:175px;border-radius:6px;}
	.sys-media-item .media-item-img img{border:0;background-color:#f2f2f2;object-fit:cover;-webkit-transition:all .4s ease;-o-transition:all .4s ease;transition:all .4s ease;}
	.sys-media-item .media-item-img {margin-bottom:20px;position:relative;overflow:hidden;}
	.sys-media-item .media-item-bd{}
	.sys-media-item .media-item-tit{font-size:20px;font-weight:normal;line-height:1.45em;margin-bottom:15px;position: relative;}
	.sys-media-item .media-item-tit a{display:block;max-height:2.9em;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#0046ab;position:relative;}
	.sys-media-item .media-item-desc{line-height:1.75em;overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical; font-size: 16px; color: #333;}
	.sys-media-item .media-item-ft{}
	.sys-media-item .media-item-ft,.sys-media-item .media-item-ft a{color:#7f93b0;}
	.sys-media-item .media-item-ft a:hover{color:#0046ab;}
	.sys-media-item .media-item-img:hover img{-webkit-transform:scale(1.08) rotate(-1deg);-ms-transform:scale(1.08) rotate(-1deg);-o-transform:scale(1.08) rotate(-1deg);transform:scale(1.08) rotate(-1deg);}











