@charset "UTF-8";

/*
********************************外层框架 start********************************
*/
/*头部开始*/
/*头部1开始*/
/*搜索*/
.animHide{opacity: 0;}
.model.show::before {animation: menu-animation .8s ease-out forwards;transform: scale(2) translateY(0);}
.model.show{display: block;}
.model{position: fixed;top: 0;left: 0;z-index: 10600;display: none;width: 100%;height: 100%;overflow: hidden;outline: 0;}
.model span{opacity: 0;display: inline-block;width: 50px;height: 50px;line-height: 50px;position: absolute;top: 30px;right: 30px;cursor: pointer;font-size: 40px;text-align: center;overflow: hidden;color: #fff;z-index: 10;transition: all 0.4s linear;-webkit-transition: all 0.4s linear;}
.model::before{content: "";position: absolute;top: 0;right: 0;bottom: 0;left: 0;margin: auto;background-color: rgba(0,0,0,.87);width: 100%;height: 0;padding-bottom: 100%;border-radius: 100%;transform: scale(.04) translateY(9999px);overflow: hidden;z-index: 9;}
.searchPWBox {width: 500px;height: 60px;overflow: hidden;background: #fff;border-radius: 5px;position: absolute;top: 50%;left: 50%;z-index: 9;margin: -30px 0 0 -250px;transition: all 0.4s linear;-webkit-transition: all 0.4s linear;transform: scale(0);-webkit-transform: scale(0)}
.searchPWBox input {display: block;float: left;width: 400px;height: 60px;background: none;border: none;line-height: 60px;color: #333;font-size: 16px;margin-left: 10px;}
.searchPWBox input::placeholder {color: #999;font-size: 16px;}
.searchPWBox input::-webkit-placeholder {color: #999;font-size: 16px;}
.searchPWBox a {float: left;display: inline;width: 90px;height: 60px;background: #0073bc url(../images/searchbai.png) no-repeat center center;background-size: 18px 18px;color: #fff;font-size: 30px;text-align: center;line-height: 60px;}
.searchPWBox a:hover {opacity: 0.9;}
.model span.on{opacity: 1;}
.searchPWBox.on{transform: scale(1);-webkit-transform: scale(1);}
@keyframes menu-animation {
	0% {
		opacity: 0;
		transform: scale(.04) translateY(300%)
	}

	40% {
		transform: scale(.04) translateY(0);
		transition: ease-out
	}

	40% {
		transform: scale(.04) translateY(0)
	}

	60% {
		opacity: 1;
		transform: scale(.02) translateY(0)
	}

	61% {
		opacity: 1;
		transform: scale(.04) translateY(0)
	}

	99.9% {
		opacity: 1;
		height: 0;
		padding-bottom: 100%;
		border-radius: 100%
	}

	100% {
		opacity: 1;
		transform: scale(2) translateY(0);
		height: 100%;
		padding-bottom: 0;
		border-radius: 0
	}
}
.search{width: 15px;height: 16px;background: url(/subsiteSrc/ysx/images/search.png) no-repeat center;margin-top: 36px;margin-left: 30px; cursor: pointer;}
.search:hover{background-image: url(/subsiteSrc/ysx/images/searchon.png);}
.top1Box {
	height: 45px;
	background: #18344e;
}

.top1 {
	height: 100%;
	width: 81.25%;
	margin: 0 auto;
}

.top1L {
	height: 100%;
	line-height: 45px;
}

.top1L a {
	display: block;
	color: #fff;
	font-size: 14px;
	height: 100%;
}

.top1L a img {
	height: 30px;
	margin-right: 10px;
	vertical-align: middle;
}

.top1R {
	height: 100%;
	line-height: 45px;
}

.top1Menu {
	height: 100%;
	color: #304960;
	overflow: hidden;
}

.top1Menu a {
	display: inline-block;
	margin: 0 24px;
	font-size: 14px;
	color: rgb(255, 255, 255, .45);
}


/*头部1结束*/
/*导航栏开始*/
.topBox {
	height: 88px;
}

.top {
	height: 88px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	transition: all .3s linear;
	-webkit-transition: all .3s linear
}

.logo {
	margin-top: 16px;
}

.logo img {
	height: 54px;
	display: none;
}

.menu {
	position: relative;
}

.menu dd {
	float: left;
	display: inline;
	position: relative;
	margin-right: 30px;
	z-index: 2;
}

.menu dd.last {
	margin-right: 0;
}

.menu dd .yj {
	overflow: hidden;
}

.menu dd .yj a {
	overflow: hidden;
	display: block;
	height: 88px;
	line-height: 88px;
	text-align: center;
	font-size: 16px;
	position: relative;
	color: #fff;
}

.menu dd .ej {
	position: absolute;
	top: 87px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	width: 150px;
	display: none;
	background: rgb(255, 255, 255, 0.95);
	box-shadow: 0px 2px 11px 0px rgb(0, 0, 0, 0.08);
}

.menu dd .ej div {
	text-align: center;
	position: relative;
	line-height: 14px;
}

.menu dd .ej div::before {
	display: block;
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
}

.menu dd .ej div a {
	font-size: 14px;
	color: #333;
	line-height: 30px;
	z-index: 1;
	position: relative;
	padding: 10px 0;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	display: block;
}

.menu dd .ej div:hover a {
	color: #fff;
	background: rgb(24, 112, 183, 0.8);
}

.menu dd .ej div:hover::before {
	opacity: 1;
	visibility: hidden;
}

.huakuai {
	position: absolute;
	height: 3px;
	background: #fff;
	bottom: 0px;
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
	z-index: 1;
}

.topBox.show .top {
	top: 0;
	background: #fff;
	box-shadow: 0px 2px 8px 0px rgba(0, 0, 112, 0.2);
}

.logo .logo1 {
	display: inline-block;
}

.topBox.show .logo .logo1 {
	display: inline-block;
}

.topBox.show .logo .logo2 {
	display: none;
}

.topBox.show .menu dd .yj a {
	color: #333;
}

.topBox.show .menu dd.hover .yj a {
	color: #1870b7;
	font-weight: bold;
}

.topBox.show .huakuai {
	background: #1870b7;
}

/*导航栏开始*/
/*menu开始*/
.menuBox {
	position: relative;
}

.menuDl dd {
	float: left;
	height: 88px;
}

.menuDl dd .a1 {
	display: block;
	height: 88px;
	padding: 0 16px;
	line-height: 88px;
	overflow: hidden;
	color: #333;
	font-size: 16px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	position: relative;
}
.menuDl dd .a1::before {
    display: block;
    content: "";
    width: 2px;
    left: 50%;
    margin-left: -1px;
    bottom: 0;
    height: 29px;
    background: #01619d;
    transform: scale(0);
    -webkit-transform: scale(0);
    transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
    position: absolute;
}
.menuDl dd .a1.hide::before{display:none;}
.menuDl dd:hover .a1::before {
    transform: scale(1);
-webkit-transform: scale(1);}
.ixTopBox2 .menuDl dd .a1 {
	color: #333333;
	padding: 0 11px;
}

.subTopBox .menuDl dd .a1 {
	color: #333333;
	padding: 0 2px;
}

.ixTopBox .subTopBox .menuDl dd .a1 {
	color: #fff;
}

/* .menuDl dd .a1:after{
	content: "";
	display: block;
	position: absolute;
	bottom:27px;
	left:12px;
	right:12px;
	height:1px;
	background: #72badd;
	opacity:0;
}
.menuDl dd.hover .a1:after{opacity:1} */
.topBox2.typ .menuDl dd .a1 {
	color: #333333;
}
.topBox2.typ .menuDl dd.hover .a1 {
	/* font-weight: bold; */
	color: #00773d;
}

.menuChild {
	padding: 30px;
	display: -ms-flexbox;
	border-top: 2px solid #2467bf;
	position: absolute;
	top: 100%;
	left: 0;
	width: 900px;
	background: #fff;
	background-size: contain;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.2s ease-out 0s;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	overflow:hidden
}

.menuDl dd:hover .menuChild {
	opacity: 1;
	visibility: visible;
}

.menuChild.show {
	visibility: visible;
	opacity: 1;
	transition: opacity 0.2s ease-out 0s;
}

.menuChild .l {
	float: left;
	display: inline;
	margin-right: 10px;
	width: 400px;
	overflow: hidden;
}

.menuChild .l .pic {
	width: 195px;
	/* margin-right: 20px; */
	float: left;
	display: inline;
}

.menuChild .l .pic img {
	width: 100%;
	height: auto;
}

.menuChild .l .txt {
	overflow: hidden;
	font-size: 16px;
	color: #085c86;
	padding-left: 30px;
	line-height: 2.2;
}

.menuChild .r {
	overflow: hidden;
	font-size: 0;
}

.menuChild .r a {
	width: 33.33%;
	font-size: 18px;
	/* margin-top: 10px; */
	display: inline-block;
	text-align: left;
	line-height: 32px;
	padding: 5px 0;
}

.menuChild .r a:hover {
	color: #085c86;
}

.ixTopBox2 {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 9;
	opacity: 0;
	transform: translateY(-100%);
	transition: all 0.5s ease-out 0s;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.ixTopBox2.fxd {
	position: fixed;
}

.ixTopBox2.show {
	transition: all 0.7s ease-in-out 0.5s;
	transform: none;
	opacity: 1;
}

.ixTopBox2.show .topBox2 {
	background: #fff;
	box-shadow: 0px 2px 8px 0px rgba(0, 0, 112, 0.2);
}

/*menu结束*/
/*头部结束*/
/*底部开始*/
.footer {
	background: url(/subsiteSrc/ysx/test/background/footerbg.png)no-repeat center / cover;
	padding-top: 50px;
	height: 200px;
	box-sizing: border-box;
}

.footerL,
.footerR {
	width: 30%;
}

.footerL {
	border-right: 1px solid rgb(255, 255, 255, 0.2);
	padding-bottom: 66px;
}

.footerL .title {
	height: 40px;
	line-height: 40px;
	margin-bottom: 28px;
}

.footerL .title img {
	height: 40px;
	vertical-align: middle;
	display: inline-block;
	margin-right: 19px;
}

.footerL .title .tel {
	display: inline-block;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	vertical-align: middle
}

.footerL .title .tel img {
	height: 22px;
	position: relative;
	top: -4px;
}

.footerL .info {
	font-size: 16px;
	color: #fff;
	line-height: 16px;
	height: 16px;
	overflow: hidden;
}

.footerR {
	border-left: 1px solid rgb(255, 255, 255, 0.2);
	padding-bottom: 55px;
}

.footerR .text {
	height: 30px;
	line-height: 30px;
	font-size: 15px;
	color: #fff;
	text-align: right;
	margin-bottom: 20px;
}

.footerR .text img {
	display: inline-block;
	margin: 0 10px 0 18px;
	vertical-align: middle;
}

.footer-pic {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	position: relative;
	top: -4px;
}

.footer-pic .ewm {
	position: absolute;
	top: -115px;
	left: -35px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
}

.footer-pic .ewm .evm2 {
	height: 100px;
	width: 100px;
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.18);
}

.footer-pic .ewm .up2 {
	display: inline-block;
	position: relative;
}

.footer-pic .ewm .up2:after {
	display: inline-block;
	border: 10px solid transparent;
	border-top-color: rgba(0, 0, 0, 0.2);
	position: absolute;
	top: -18px;
	left: -69px;
	content: "";
	z-index: 1;
}

.footer-pic .ewm .up2:before {
	display: inline-block;
	border: 10px solid transparent;
	border-top-color: #fff;
	position: absolute;
	top: -21px;
	left: -70px;
	content: "";
	z-index: 2;
}

.footer-pic:hover .ewm {
	opacity: 1;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	visibility: visible;
	transform: translateY(0);
	-webkit-transform: translateY(0);
}

.footerC {
	overflow: hidden;
	padding: 24px 0 66px 0;
	;
	text-align: center;
}

.footerC a {
	display: inline-block;
}

.footerC a img {
	height: 59px;
}

/*下拉框*/
.footerZpformSel {
	width: 320px;
	height: 45px;
	position: relative;
	border: 1px solid rgba(255, 255, 255, 0.2);
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	cursor: pointer;
	margin-left: auto;
}

.footerZpformSel .seljg {
	padding-left: 20px;
	line-height: 42px;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
}

.footerZpformSel i {
	transition: all .3s linear;
	display: block;
	width: 42px;
	height: 22px;
	background: url(/subsiteSrc/ysx/images/yqlj.png) no-repeat center center;
	position: absolute;
	right: 0px;
	top: 0px;
	cursor: pointer;
	border-left: 1px solid rgba(255, 255, 255, 0.2);
	margin: 10px 0;
}

.footerZpformSel.active i {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	border-right: 1px solid rgba(255, 255, 255, 0.2);
	border-left: none;
}

.footerZpformSel .selTj {
	width: 100%;
	overflow: hidden;
	border: 1px solid #dedede;
	border-top: none;
	max-height: 75px;
	overflow-y: auto;
	position: absolute;
	left: -1px;
	bottom: 45px;
	background: #FFF;
	display: none;
	z-index: 100000
}

.footerZpformSel ::-webkit-scrollbar-thumb {
	width: 4px;
	background: #085c86;
	border-radius: 8px;
}

.footerZpformSel ::-webkit-scrollbar {
	width: 4px;
	background: #eaeff2;
}

.footerZpformSel .selTj a {
	display: block;
	height: 35px;
	line-height: 35px;
	padding-left: 20px;
	color: #666666;
	margin-bottom: 1px;
	font-size: 13px;
	overflow: hidden;
}

.footerZpformSel .selTj a.hover,
.footerZpformSel .selTj a:hover {
	color: #085c86;
}

/*最底部*/
.footerm {
	font-size: 14px;
	padding-top: 17px;
	color: #fff;
	height: 55px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: #1763a6;
}

.footerm a {
	color: #fff;
}

.footerm a:hover {
	color: #FFFFFF;
}

.footerm div.imgo {
	cursor: pointer;
}

.footerm div.imgo img.img2 {
	margin-left: 15px;
	position: relative;
	top: 1px;
}

.footerm div.imgo img.img1 {
	position: relative;
	top: 4px;
}

.footerm .fr a:hover {
	color: #fff;
}

/*底部结束*/
/*
********************************外层框架 end********************************
*/
/*
********************************首页样式 start********************************
*/

/*banner开始*/
.indexBanner {
	position: relative;
	padding-top: 34.375%;
}

.indexBanner .bd {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
}

.indexBanner .bd .slick-list,
.indexBanner .bd .slick-track {
	height: 100%;
}

.indexBanner.delay .bd .slick-track {
	transition-delay: 1.3s !important;
	-webkit-transition-delay: 1.3s !important;
}

.indexBanner .mySlide {
	height: 100%;
	position: relative;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.indexBanner .mySlide a {
	display: block;
	height: 100%;
	position: relative;
}

.indexBanner .mySlide .text {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 1200px;
	transform: translate(-50%, -50%);
	color: #FFF;
	display: none;
}

.indexBanner .mySlide .text .text1 {
	font-size: 25px;
	margin-bottom: 30px;
}

.indexBanner .mySlide .text .text2 {
	font-size: 0px;
}

.indexBanner .mySlide .text .text2 span {
	font-size: 70px;
	font-family: "宋体";
	font-weight: bold;
	letter-spacing: 3px;
	float: left;
}

.indexBanner .mySlide.slick-active .text {
	display: block;
}

.indexBanner .slick-dots {
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 0;
}

.indexBanner .slick-dots li {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	margin: 0 4px;
	vertical-align: middle;
	cursor: pointer;
	position: relative;
	background: #fff;
	transition: all .4s ease-in;
	-webkit-transition: all .4s ease-in;
}

.indexBanner .slick-dots li.slick-active {
	width: 35px;
	border-radius: 30px;
}

.indexBanner .img {
	position: absolute;
	left: -54px;
	top: 93px;
	font-size: 0;
}

.indexBanner .img .imgItem img {
	overflow: hidden;
	display: inline-block;
	visibility: hidden;
}

.indexBanner .img .imgItem img.show {
	visibility: visible;
}

/*banner结束*/
/* ==================== 内容 start ==================== */
/* —————————— 公共部分 start —————————— */
.indexTitle .title {
	font-size: 28px;
	color: #333;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
}

.indexTitle .title em {
	display: inline-block;
	width: 30px;
	height: 30px;
	vertical-align: middle;
	position: relative;
	top: -2px;
	margin-right: 8px;
}

.indexTitle .more {
	width: 120px;
	height: 35px;
	border-radius: 30px;
	line-height: 35px;
	font-size: 14px;
	color: #fff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-left: 20px;
	padding-left: 27px;
	transition: all .4s ease-in;
	-webkit-transition: all .4s ease-in;
	background: #1870b7 url(../images/more.png) no-repeat center right 25px;
}

.indexTitle .more:hover {
	background-position: center right 20px;
}

.indexTitle.baise .title {
	color: #fff;
}

.indexTitle.baise .more {
	background-color: rgb(255, 255, 255, 0);
	border: 1px solid #fff;
	line-height: 33px;
}

/* —————————— 公共部分 end —————————— */
/* —————————— 第1通栏 start —————————— */
.column1{padding: 20px 0 1px;background: #f2f2f2;}
.col1T{padding: 20px;background: #fff;overflow: hidden;margin-bottom: 20px;padding-bottom: 1px;}
.col1Slick{width: 690px;margin-right: 20px;position: relative;min-height: 460px;border-radius: 3px;overflow: hidden;}
.col1Slick .pic::before{padding-top: 66.6666%;}
.col1Slick .newText{position: absolute;bottom: 0;left: 0;width: 100%;height: 50px;line-height: 50px;box-sizing: border-box;-webkit-box-sizing: border-box;padding: 0 20px;background: rgba(0,0,0,0.5);}
.col1Slick .newDots{margin-left: 20px;}
.col1Slick .newDots li{width: 8px;height: 8px;margin: 0 3px;background: #fff;border-radius: 50%;transition: all .4s ease-in;-webkit-transition: all .4s ease-in;display: inline-block;cursor: pointer;vertical-align: middle;}
.col1Slick .newDots li.slick-active{background: #dd1024;width: 12px;height: 12px;}
.col1Slick .newText .text{overflow: hidden;}
.col1Slick .newText .text a{font-size: 16px;color: #fff;}
.col1R{overflow: hidden;}
.col1Title{height: 55px;line-height: 45px;border-bottom: 1px solid #ebebeb;margin-bottom: 30px;position: relative;}
.col1Title .title{font-size: 22px;font-weight: bold;color: #333333;line-height: 24px;height: 24px;position: relative;padding-left: 13px;float: left;display: inline;margin-top: 8px;}
.col1Title .title::before{display: block;content: "";width: 4px;height: 21px;border-radius: 30px;position: absolute;left: 0;top: 2px;background: #21608c;}
.col1Title .title::after{display: block;content: "";width: 100%;height: 3px;position: absolute;bottom: -25px;left: 0;background: #21608c;}
.col1Title .more{float: right;display: inline;font-size: 14px;color: #999999;line-height: 15px;height: 15px;padding-right: 18px;background: url(/subsiteSrc/ysx/images/col1more.png) no-repeat center right;margin-top: 13px;transition: all 1s ease;-webkit-transition: all 1s ease;}
.col1Title .more:hover{color: #21608c;background-image: url(/subsiteSrc/ysx/images/col1moreh.png);}
.col1R .textc{padding-bottom: 22px;border-bottom: 1px dashed #ebebeb;margin-bottom: 30px;}
.col1R .textc .title{height: 20px;margin-bottom: 15px;}
.col1R .textc .title a{font-size: 18px;color: #333;font-weight: bold;line-height: 20px;transition: all 1s ease;-webkit-transition: all 1s ease;}
.col1R .textc .title a:hover{color: #21608c;}
.col1R .textc .info{position: relative;font-size: 14px;line-height: 24px;color: #666666;}
.col1R .textc .info span{position: absolute;height: 24px;background: #fff;padding-left: 14px;bottom: 0;right: 0;}
.col1Dl dd{margin-bottom: 25px;overflow: hidden;}
.col1Dl dd .time{font-size: 14px;color: #999999;line-height: 14px;height: 14px;margin-left: 30px;transition: all 1s ease;-webkit-transition: all 1s ease;}
.col1Dl dd .info{line-height: 15px;height: 15px;position: relative;padding-left: 18px;}
.col1Dl dd .info a{font-size: 15px;color: #333333;transition: all 1s ease;-webkit-transition: all 1s ease;}
.col1Dl dd .info:hover a{color: #21608c;}
.col1Dl dd .info::before{position: absolute;display: block;content: "";width: 4px;height: 4px;background: #d7d7d7;left: 0;top: 5px;transition: all 1s ease;-webkit-transition: all 1s ease;}
.col1B{margin-right: -20px;overflow: hidden;}
.col1Dl dd:hover .info::before{background: #21608c;}
.col1Dl dd:hover .time{color: #21608c;}
.col1B .item{width: 50%;float: left;display: inline;margin-bottom: 20px;}
.col1B .item .con{margin-right: 20px;background: #fff;padding: 20px;padding-top: 11px;padding-bottom: 10px;height:468px;box-sizing: border-box;-webkit-box-sizing: border-box;}
.col1B .item .col1Title{margin-bottom: 20px;}
.col1B .item .textc .pic{width: 220px;margin-right: 20px;margin-bottom: 25px;}
.col1B .item .textc .pic::before{padding-top: 66.3636%;}
.col1B .item .textc .text{overflow: hidden;padding-top: 10px;}
.col1B .item .textc .text .title{height: 18px;line-height: 18px;margin-bottom: 15px;transition: all 1s ease;-webkit-transition: all 1s ease;}
.col1B .item .textc .text .title a{font-size: 18px;color: #333;font-weight: bold;}
.col1B .item .textc .text .title a:hover{color: #21608c;}
.col1B .item .textc .text .info{font-size: 14px;line-height: 20px;color: #666666;margin-bottom: 26px;}
.col1B .item .textc .text .time{font-size: 14px;line-height: 14px;color: #999999;}

/* —————————— 第1通栏 end —————————— */
/* —————————— 第2通栏 start —————————— */
.column2Box {
	padding-top: 41.9791%;
	position: relative;
	background: #fff url(../images/col2bg.jpg) no-repeat center;
	overflow: hidden;
}

.column2 {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding-top: 80px;
}

.column2 .indexTitle {
	margin-bottom: 38px;
}

.col2L {
	width: 47.5694%;
	margin-right: 30px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: relative;
	height: 514px;
}

.col2L .con {
	padding: 35px 30px 15px 40px;
	background: #4b7ed0;
}

.col2R .con {
	padding: 35px 30px 15px 40px;
}

.col2L .bg {
	height: 544px;
	position: absolute;
	right: -30px;
	top: 0;
	width: 31px;
	background: #3066be;
	-webkit-clip-path: polygon(0 0, 100% 5.6%, 100% 100%, 0 94.5%);
	clip-path: polygon(0 0, 100% 5.6%, 100% 100%, 0 94.5%);
}

.col2List dd {
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid rgb(255, 255, 255, 0.08);
}

.col2List dd:last-child {
	border-bottom: none;
}

.col2List dd .title {
	height: 18px;
	line-height: 18px;
	margin-bottom: 15px;
	overflow: hidden;
}

.col2List dd .title a {
	font-size: 16px;
	color: #fff;
	transition: all .4s ease-in;
	-webkit-transition: all .4s ease-in;
}

.col2List dd .title a:hover {
	margin-left: 5px;
}

.col2List dd .time {
	font-size: 14px;
	color: #fff;
	height: 14px;
	line-height: 14px;
	overflow: hidden;
}

.col2R {
	overflow: hidden;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: #1a4287;
	position: relative;
	top: 30px;
	height: 514px;
}

/* —————————— 第2通栏 end —————————— */
/* —————————— 第3通栏 start —————————— */
.column3 {
	margin-top: -170px;
	background: url(/subsiteSrc/ysx/images/col3bg.png) no-repeat top /100%;
	position: relative;
	z-index: 2;
	padding: 140px 0 115px;
}

.column3 .indexTitle {
	margin-bottom: 45px;
}

.col3List {
	overflow: hidden;
}

.col3List dd {
	float: left;
	display: inline;
	width: 25%;
	height: 300px;
	position: relative;
	overflow: hidden;
}

.col3List dd a {
	display: block;
	height: 100%;
}

.col3List dd.dd2,
.col3List dd.dd3 {
	width: 50%;
}

.col3List dd a::before {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgb(0, 0, 0, 0.2);
	z-index: 2;
}

.col3List dd img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	object-fit: cover;
}

.col3List dd .title {
	position: absolute;
	bottom: 0;
	left: 12px;
	border-bottom: 4px solid #1e5ab0;
	padding: 0 10px 12px 25px;
	font-size: 16px;
	font-weight: bold;
	z-index: 3;
	color: #fff;
}

/* —————————— 第3通栏 end —————————— */
/* —————————— 第4通栏 start —————————— */
.column4 {
	padding: 65px 0 85px;
	background: #fff;
}

.column4 .indexTitle {
	margin-bottom: 50px;
}

.col4List {
	margin-right: -20px;
}

.col4List dd {
	width: 25%;
	float: left;
	display: inline;
}

.col4List dd .con {
	margin-right: 20px;
	height: 155px;
	position: relative;
	background: url(/subsiteSrc/ysx/images/col4bg.jpg) no-repeat center /cover;
	line-height: 155px;
	text-align: center;
	box-shadow: 0px 3px 16.38px 1.62px rgba(0, 0, 0, 0.19);
}

.col4List dd .con::before {
	display: block;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 4px;
	width: 100%;
	background: #1870b7;
	opacity: 0.3;
	transition: all .4s ease-in;
	-webkit-transition: all .4s ease-in;
}

.col4List dd .con:hover::before {
	opacity: 1;
}

.col4List dd .con em {
	display: inline-block;
	width: 42px;
	height: 42px;
	vertical-align: middle;
	margin-right: 15px;
	transition: all .4s ease-in;
	-webkit-transition: all .4s ease-in;
}

.col4List dd .con:hover em {
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
}

.col4List dd .con span {
	display: inline-block;
	vertical-align: middle;
	font-size: 24px;
	color: #444444;
}

/* —————————— 第4通栏 end —————————— */
/* ==================== 内容 end ==================== */
/*
********************************首页样式 end********************************
*/
/*内页框架开始*/
/*内页banner*/
.subBanner {
	padding-top: 17.1875%;
	clear: both;
	width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.location::before{bottom: 0;display: block;content: '';width: 100%;background-color: #ebebeb;height: 2px;position: absolute;}
/*内页banner结束*/
/* 当前位置开始*/
.location {
	height: 77px;
	line-height: 77px;
	background: #fff;
	z-index: 5;
	position: relative;
}

.locationL {
	overflow: hidden;
}

.location .title{   font-size: 24px;color: #0073bc;padding: 0 0 0 14px;position: relative;font-weight: 700;}
.location .title:before{display: block;content: '';position: absolute;left: 0;top: 50%;margin-top: -12px;width: 3px;height: 26px;border-radius: 3px;background: #0073bc;}
.locationL span {
	display: inline-block;
	margin-right: 20px;
}

.locationL span a {
	font-size: 14px;
	color: #333;
	height: 40px;
	display: inline-block;
	-webkit-transition: all .3s linear;
	vertical-align: middle;
	line-height: 40px;
	padding: 0 33px;
	-webkit-box-sizing: border-box;
	border-radius: 25px;
	overflow: hidden;
}

.locationL span.hover a {
	color: #fff;
	background: #0073bc;
}

.locationL span.last {
	margin-right: 0;
}

.locationR {
	overflow: hidden;
}

.locationR a {
	display: inline-block;
	font-size: 16px;
	color: #555555;
	-webkit-transition: all .3s linear;
}

.locationR a:hover {
	color: #0073bc;
}
.locationR a.hover {
	color: #0073bc;
}
.locationR a.home {
	width: 22px;
	height: 77px;
	background: url(/subsiteSrc/ysx/images/loctionhome.png)no-repeat top 27px center;
	vertical-align: middle;
	margin-right: 10px;
}

.locationR em {
	width: 25px;
	height: 25px;
	display: inline-block;
	
	
}
.locationR a.loc.hover{
	background-image: url(/subsiteSrc/ysx/images/loctionemh.png);
}
.locationR a.loc:hover{
	background-image: url(/subsiteSrc/ysx/images/loctionemh.png);
}
.locationR a.loc{
	background: url(/subsiteSrc/ysx/images/loctionem.png)no-repeat center left;
	vertical-align: middle;
	padding:0 15px;
}
/* 当前位置结束*/
/*页码开始*/
.page {
	text-align: center;
	clear: both;
	font-size: 14px;
}

.page a {
	display: inline-block;
	overflow: hidden;
	padding: 6px 12px;
	color: #666666;
	background: #fff;
	margin: 0 3px;
	border: 1px solid #f1f1f1;
	border-radius: 3px;
}

.page span {
	display: inline-block;
	padding: 6px 2px;
	position: relative;
	top: -15px;
}

.page a:hover {
	background: #0073bc;
	color: #fff;
}

.page a.hover {
	background: #0073bc;
	color: #fff;
}

.page input {
	display: inline-block;
	vertical-align: middle;
	height: 22px;
	border: 1px solid #e6e6e6;
	position: relative;
	top: -2px;
}

.page input.pageDetail {
	width: 30px;
	height: 30px;
	text-align: center;
	border-radius: 3px;
	color: #999999;
	position: relative;
	top: -13px;
}

.page label {
	color: #999999;
	position: relative;
	top: -11px;
}

.page input.page_bnt {
	border: none;
	width: 30px;
	height: 25px;
	cursor: pointer;
	background: none;
	color: #999999;
	position: relative;
	top: -13px;
}

.page a div {
	width: 11px;
	height: 19px;
	background-position: center center;
	background-repeat: no-repeat;
}

.page a.firstPage div {
	background-image: url(/subsiteSrc/ysx/images/page/firstPage.png)
}

.page a.prevPage div {
	background-image: url(/subsiteSrc/ysx/images/page/prevPage.png)
}

.page a.nextPage div {
	background-image: url(/subsiteSrc/ysx/images/page/nextPage.png)
}

.page a.lastPage div {
	background-image: url(/subsiteSrc/ysx/images/page/lastPage.png)
}

.page a.firstPage:hover div {
	background-image: url(/subsiteSrc/ysx/images/page/firstPageh.png)
}

.page a.prevPage:hover div {
	background-image: url(/subsiteSrc/ysx/images/page/prevPageh.png)
}

.page a.nextPage:hover div {
	background-image: url(/subsiteSrc/ysx/images/page/nextPageh.png)
}

.page a.lastPage:hover div {
	background-image: url(/subsiteSrc/ysx/images/page/lastPageh.png)
}

.page a.firstPage.disabled {
	background: #E2E2E2;
	border-color: #E2E2E2;
}

.page a.prevPage.disabled {
	background: #E2E2E2;
	border-color: #E2E2E2;
}

.page a.nextPage.disabled {
	background: #E2E2E2;
	border-color: #E2E2E2;
}

.page a.lastPage.disabled {
	background: #E2E2E2;
	border-color: #E2E2E2;
}

.page a.firstPage.disabled div {
	background-image: url(/subsiteSrc/ysx/images/page/firstPage.png)
}

.page a.prevPage.disabled div {
	background-image: url(/subsiteSrc/ysx/images/page/prevPage.png)
}

.page a.nextPage.disabled div {
	background-image: url(/subsiteSrc/ysx/images/page/nextPage.png)
}

.page a.lastPage.disabled div {
	background-image: url(/subsiteSrc/ysx/images/page/lastPage.png)
}

/*页码结束*/
/*内页框架结束*/


/*左侧二级 start */
.subPageR {
	overflow: hidden;
	min-height: 400px;
	background: #fff;
}

.leftNav {
	width: 300px;
	margin-right: 40px;
	position: relative;
	top: -40px;
	z-index: 5;
}

.leftNavTitle {
	height: 130px;
	padding: 45px 30px 0;
	background: url(/subsiteSrc/ysx/images/subLbg.png) no-repeat center /cover;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	/* clip-path: polygon(0 0, 100% 39%, 100% 100%, 0% 100%);
	-webkit-clip-path: polygon(0 0, 100% 39%, 100% 100%, 0% 100%); */
}

.leftNavTitle .title {
	color: #fff;
	font-size: 24px;
	line-height: 25px;
	height: 25px;
	overflow: hidden;
	margin-bottom: 8px;
}

.leftNavTitle .titlec {
	color: #fff;
	font-size: 16px;
	line-height: 16px;
	height: 16px;
	overflow: hidden;
	opacity: 0.5;
}

.leftNavDl1 {
	margin-bottom: 20px;
}

.leftNavDl1 dt {
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	background: #085c86;
	color: #fff;
	text-align: center;
	margin-bottom: 10px;
	border-radius: 5px;
}

.leftNavDl1 dd .yj {
	position: relative;
}

.leftNavDl1 dd .yj a {
	line-height: 76px;
	height: 76px;
	display: block;
	background: #ecf5fd;
	font-size: 18px;
	color: #333333;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	position: relative;
	padding-left: 25px;
	border-bottom: 1px solid #fff;
}

.leftNavDl1 dd:last-child .yj a {
	border-bottom: none;
}

.leftNavDl1 dd .yj a i {
	width: 16px;
	height: 16px;
	display: inline-block;
	background: url(/subsiteSrc/ysx/images/leftnavicn1.png) no-repeat center center;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -8px;

}

.leftNavDl1 dd .yj span {
	position: absolute;
	cursor: pointer;
	z-index: 2;
	top: 0;
	right: 0px;
	width: 55px;
	height: 44px;
	display: inline-block;
	background: url(/subsiteSrc/ysx/images/leftnavjia.png) no-repeat center center;
}

.leftNavDl1 dd .ejBox {
	display: none;
}

.leftNavDl1 dd .ejCon {
	margin-bottom: 10px;
}

.leftNavDl1 dd .ej {
	position: relative;
}

.leftNavDl1 dd .ej a {
	line-height: 20px;
	background: #f9f9f9;
	border-radius: 4px;
	display: block;
	font-size: 16px;
	padding: 10px 42px 10px 50px;
	color: #333333;
	position: relative;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.leftNavDl1 dd .ej a:before {
	position: absolute;
	top: 50%;
	margin-top: -6px;
	left: 34px;
	width: 0px;
	height: 0px;
	border: 6px solid #085c86;
	border-right: none;
	border-left-color: #085c86;
	border-top-color: transparent;
	border-bottom-color: transparent;
	display: block;
	content: '';
}

.leftNavDl1 dd .ej span {
	position: absolute;
	z-index: 2;
	top: 0px;
	width: 55px;
	height: 44px;
	right: 0px;
	background: url(/common/images/leftnavicn2.png) no-repeat center center;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	cursor: pointer;
}

.leftNavDl1 dd .sj {
	border: 1px solid #f9ebe5;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	padding-top: 10px;
	padding-bottom: 7px;
	border-top: none;
	display: none;
}

.leftNavDl1 dd .sj a {
	display: block;
	font-size: 16px;
	color: #666666;
	line-height: 20px;
	padding: 10px 36px 10px 65px;
	position: relative;
}

.leftNavDl1 dd .sj a:before {
	position: absolute;
	top: 50%;
	margin-top: -2px;
	left: 50px;
	width: 4px;
	height: 4px;
	border: 1px solid #717171;
	border-radius: 100%;
	display: block;
	content: '';

}

.leftNavDl1 dd .yj:hover a {
	background: #f6fafe;
	color: #1870b7;
}

.leftNavDl1 dd .yj:hover a i {
	background: url(/subsiteSrc/ysx/images/leftnavicn1h.png) no-repeat center center;
}

.leftNavDl1 dd .yj:hover span {
	background: url(/subsiteSrc/ysx/images/leftnavjian.png) no-repeat center center;
}

.leftNavDl1 dd.hover .yj a {
	background: #f6fafe;
	color: #1870b7;
	font-weight: bold;
	font-size: 16px;
}

.leftNavDl1 dd.hover .yj a {
	border-bottom: none;
}

.leftNavDl1 dd.hover .yj a i {
	background: url(/subsiteSrc/ysx/images/leftnavicn1h.png) no-repeat center center;
}

.leftNavDl1 dd.hover .yj span {
	background: url(/subsiteSrc/ysx/images/leftnavjian.png) no-repeat center center;
}

.leftNavDl1 dd.active .yj a {
	background: #085c86;
	color: #fff;
}

.leftNavDl1 dd.active .yj a i {
	background: url(/common/images/leftnavicn1h.png) no-repeat center center;
}

.leftNavDl1 dd.active .yj span {
	background: url(/common/images/leftnavjian.png) no-repeat center center;
}

.leftNavDl1 dd .ej:hover a {
	background: #f9ebe5;
}

.leftNavDl1 dd .ej:hover span {
	transform: rotateX(180deg);
}

.leftNavDl1 dd .ejCon.hover .ej a {
	background: #e4f0ff;
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

.leftNavDl1 dd .ejCon.hover span {
	/* background: url(/common/images/leftnavicn2h.png) no-repeat center center; */
	transform: rotateX(180deg);
}

.leftNavDl1 dd .ejCon.active .ej a {
	background: #f9ebe5;
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

.leftNavDl1 dd .ejCon.active span {
	transform: rotateX(180deg);
}

.leftNavDl1 dd .sj a:hover {
	font-weight: bold;
	color: #085c86;
}

.leftNavDl1 dd .sj a:hover:before {
	border-color: #085c86;
}

.leftNavDl1 dd .sj a.hover {
	font-weight: bold;
	color: #085c86;
}

.leftNavDl1 dd .sj a.hover:before {
	border-color: #dc4343;
}

.leftNavDl2 {
	padding: 20px;
}

.leftNavDl2 dt {
	font-size: 18px;
	color: #333333;
	padding-bottom: 20px;
	border-bottom: 1px solid #e8e8e8;
	padding-left: 28px;
	position: relative;
	margin-bottom: 8px;

}

.leftNavDl2 dt:before {
	width: 18px;
	height: 18px;
	display: block;
	content: '';
	background: url(/common/images/lefthot.png) no-repeat center center;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 4px;
}

.leftNavDl2 dd {
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.leftNavDl2 dd a {
	font-size: 14px;
	color: #333333;
}

.leftNavDl2 dd a:hover {
	color: #085c86;
}

.leftNavDl2 dd a span {
	display: inline-block;
	width: 18px;
	height: 18px;
	line-height: 18px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	margin-right: 8px;
	vertical-align: middle;
	background: #a5bdcf;
	margin-top: -2px;
}

.leftNavDl2 dd:nth-child(2) a span {
	background: #f54644;
}

.leftNavDl2 dd:nth-child(3) a span {
	background: #ff8548;
}

.leftNavDl2 dd:nth-child(4) a span {
	background: #ffab3c;
}

.leftNavDl2 dd:last-child {
	height: 28px;
}

/*左侧二级 end */
.subPagR {
	overflow: hidden;
}
.return {
	margin-top:22px;
}
.retrunBox {
	width: 140px;
	height: 44px;
	line-height: 44px;
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.5) url(../images/returnIcn.png) no-repeat center left 22px;
	transition: all 200ms linear;
	-webkit-transition: all 200ms linear;
	margin-left: auto;
}
.retrunBox a {
	display: block;
	color: #2467bf;
	font-size: 16px;
	width: 100%;
	padding-left: 52px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.retrunBox:hover {
	background-color: rgba(255, 255, 255, 0.3);
}

