@charset "UTF-8";

/*
********************************外层框架 start********************************
*/
/*头部开始*/
/*搜索*/
.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/jwc/images/search.png) no-repeat center;margin-top: 36px;margin-left: 30px; cursor: pointer;}
.search:hover{background-image: url(/subsiteSrc/jwc/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: #0073bc;
}

.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: #0073bc;
	font-weight: bold;
}

.topBox.show .huakuai {
	background: #0073bc;
}

/*导航栏开始*/
/*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/jwc/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: 60px;
}

/*下拉框*/
.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/jwc/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: #0073bc;
	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: #0073bc;
}

/*最底部*/
.footerm {
	font-size: 14px;
	padding-top: 17px;
	color: #fff;
	height: 55px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: #2467bf;
}

.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********************************
*/

/*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;
	margin: 0 4px;
	border-radius: 50%;
	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结束*/

/*内页框架开始*/
/*内页banner*/
.subBanner {
	padding-top: 20.8333%;
	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;
}

.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/jwc/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/jwc/images/loctionemh.png);
}
.locationR a.loc:hover{
	background-image: url(/subsiteSrc/jwc/images/loctionemh.png);
}
.locationR a.loc{
	background: url(/subsiteSrc/jwc/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/jwc/images/page/firstPage.png)
}

.page a.prevPage div {
	background-image: url(/subsiteSrc/jwc/images/page/prevPage.png)
}

.page a.nextPage div {
	background-image: url(/subsiteSrc/jwc/images/page/nextPage.png)
}

.page a.lastPage div {
	background-image: url(/subsiteSrc/jwc/images/page/lastPage.png)
}

.page a.firstPage:hover div {
	background-image: url(/subsiteSrc/jwc/images/page/firstPageh.png)
}

.page a.prevPage:hover div {
	background-image: url(/subsiteSrc/jwc/images/page/prevPageh.png)
}

.page a.nextPage:hover div {
	background-image: url(/subsiteSrc/jwc/images/page/nextPageh.png)
}

.page a.lastPage:hover div {
	background-image: url(/subsiteSrc/jwc/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/jwc/images/page/firstPage.png)
}

.page a.prevPage.disabled div {
	background-image: url(/subsiteSrc/jwc/images/page/prevPage.png)
}

.page a.nextPage.disabled div {
	background-image: url(/subsiteSrc/jwc/images/page/nextPage.png)
}

.page a.lastPage.disabled div {
	background-image: url(/subsiteSrc/jwc/images/page/lastPage.png)
}

/*页码结束*/
/*内页框架结束*/



/*左侧二级 start */
.subPageR {
	overflow: hidden;
	min-height: 400px;
	background: #fff;
}

.leftNav {
	width: 300px;
	margin-right: 40px;
	position: relative;
	top: -65px;
	z-index: 10;
}

.leftNavTitle {
	height: 142px;
	line-height: 158px;
	font-size: 30px;
	background: url(/subsiteSrc/jwc/images/navLeftBg1.png) no-repeat center center;
	color: #fff;
	border-radius: 5px 5px 0 0;
	text-align: center;
}
.leftNavTitle  em{display: inline-block;width: 50px;height: 50px;position: relative;top: 15px;}
.leftNavDl1{
	padding: 15px 20px 30px;
	background: #e4f0f9;
}
.leftNavDl1 dt {
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	background: #0073bc;
	color: #fff;
	text-align: center;
	margin-bottom: 10px;
	border-radius: 5px;
}
.leftNavDl1 dd{margin-bottom: 10px;}
.leftNavDl1 dd:last-child{margin-bottom: 0;}
.leftNavDl1 dd .yj {
	position: relative;
}

.leftNavDl1 dd .yj a {
	line-height: 60px;
	height: 60px;
	display: block;
	background: #fff;
	font-size: 16px;
	color: #333333;
	padding-left: 70px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	position: relative;
}

.leftNavDl1 dd:last-child .yj a {
	margin-bottom: 0;
}

.leftNavDl1 dd .yj a i{
	width: 42px;
	height: 42px;
	display: inline-block;
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top: -20px;
	background: url(/subsiteSrc/jwc/images/leftnavicn.png) no-repeat center;
}

.leftNavDl1 dd .yj span {
	position: absolute;
	cursor: pointer;
	z-index: 2;
	top: 0;
	right: 0px;
	width: 55px;
	height: 60px;
	display: inline-block;
}
.leftNavDl1 dd .yj span::before {
	display: block;
	content: '';
	position: absolute;
	width: 16px;
	height: 2px;
	left: 50%;
	top: 50%;
	margin-top: -1px;
	margin-left: -8px;
	background: rgba(3, 110, 184, 0.5);
	transition: all .3s;
	-webkit-transition: all .3s;
}
.leftNavDl1 dd .yj span::after {
	display: block;
	content: '';
	position: absolute;
	width: 2px;
	height: 16px;
	left: 50%;
	top: 50%;
	margin-top: -8px;
	margin-left: -1px;
	background: rgba(3, 110, 184, 0.5);
	transition: all .3s;
	-webkit-transition: all .3s;
}
.leftNavDl1 dd .yj:hover span::before,
.leftNavDl1 dd.hover .yj span::before,
.leftNavDl1 dd .yj:hover span::after,
.leftNavDl1 dd.hover .yj span::after{
	background: #fff;
}
.leftNavDl1 dd.hover .yj span::after{
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
}
.leftNavDl1 dd .ejBox {
	display: none;
	border: 1px solid rgba(3, 110, 184, 0.5);
}

.leftNavDl1 dd .ejCon {
	margin-bottom: 0px;
}

.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 #0073bc;
	border-right: none;
	border-left-color: #0073bc;
	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-color: #036eb8;
	color: #fff;
}


.leftNavDl1 dd .yj:hover span {
	background: url(/subsiteSrc/jwc/images/leftnavjian.png) no-repeat center center;
}

.leftNavDl1 dd.hover .yj a {
	background-color: #036eb8;
	color: #fff;
}

.leftNavDl1 dd.hover .yj a i {
	background: url(/subsiteSrc/jwc/images/rightnavicn1.png) no-repeat center center;
}
.leftNavDl1 dd:hover .yj a i {
	background: url(/subsiteSrc/jwc/images/rightnavicn1.png) no-repeat center center;
}
.leftNavDl1 dd.hover .yj span {
	background: url(/subsiteSrc/jwc/images/leftnavjian.png) no-repeat center center;
}

.leftNavDl1 dd.active .yj a {
	background-color: #1870b7;
	color: #fff;
}

.leftNavDl1 dd.active .yj a i {
	background: url(/subsiteSrc/jwc/images/rightnavicn1.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 {
	color:#1870b7
}

.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: #0073bc;
}

.leftNavDl1 dd .sj a:hover:before {
	border-color: #0073bc;
}

.leftNavDl1 dd .sj a.hover {
	font-weight: bold;
	color: #0073bc;
}

.leftNavDl1 dd .sj a.hover:before {
	border-color: #dc4343;
}
/*左侧二级 end */
.subPagR {
	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;}
	
/* ========== 首页 start ========== */
/* ————— 公共部分 start ————— */
.indexTitle{text-align: center;line-height: 55px;height: 55px;font-size: 30px;color: #036eb8;}
.indexTitle em{display: inline-block;width: 55px;height: 55px;margin-right: 20px;vertical-align: bottom;}
.indexMore{width: 160px;height: 45px;line-height: 45px;text-align: center;border-radius: 5px;border: 1px solid #97c7ed;font-size: 14px;color: #1870b7 !important;stransition: all .4s ease-in;-webkit-transition: all .4s ease-in;display: block;margin: 0 auto;}
.indexMore:hover{background: #97c7ed;color: #fff !important;}
/* ————— 公共部分 end ————— */
/* ————— 第一通栏 start ————— */
.column1{padding: 60px 0;background: #f5f4f4;}
.column1 .indexTitle{margin-bottom: 40px;}
.col1L{width: 38.5714%;border-radius: 5px;background: #fff;margin-bottom: 40px;min-height: 515px;}
.col1Slick{padding: 30px;min-height: 10px;}
.col1Slick .pic{margin-bottom: 20px;}
.col1Slick .pic::before{padding-top: 66.6666%;}
.col1Slick .newText .title{overflow: hidden;margin-bottom: 15px;}
.col1Slick .newText .title .time{font-size: 14px;color: #666666;margin-left: 20px;}
.col1Slick .newText .title .info{display: block;overflow: hidden;font-size: 16px;color: #333;height: 18px;line-height: 18px;overflow: hidden;transition: all .4s ease-in;-webkit-transition: all .4s ease-in;}
.col1Slick .newText .title .info:hover{color: #1870b7;}
.col1Slick .newText .textc{font-size: 14px;line-height: 28px;color: #858585;height: 56px;overflow: hidden;margin-bottom: 10px;}
.col1Slick .newDots li{display: inline-block;width: 10px;height: 10px;margin-right: 7px;background: #d4d4d4;border-radius: 50%;transition: all .4s ease-in;-webkit-transition: all .4s ease-in;cursor: pointer;}
.col1Slick .newDots li.slick-active{background: #1870b7;}
.colR{width: 59.2857%;background: #fff;border-radius: 5px;}
.col2RDl{height: 100%;}
.col2RDl dd{float: left;width: 50%;display: inline;background: #fff;overflow: hidden;transition: all .4s ease-in;-webkit-transition: all .4s ease-in;position: relative;height: 33.3333%;}
.col2RDl dd:hover{box-shadow: 0px 4px 7.2px 0.8px rgba(6, 7, 29, 0.07);z-index: 2;}
.col2RDl dd.dd1{border-top-left-radius: 5px;}
.col2RDl dd.dd2{border-top-right-radius: 5px;}
.col2RDl dd.dd5{border-bottom-left-radius: 5px;}
.col2RDl dd.dd6{border-bottom-right-radius: 5px;}
.col2RDl dd .con{border: 1px solid #f0f0f0;margin:  0 -1px 0 0;padding: 0 30px;height: 100%;}
.col2RDl dd .con .time{width: 60px;margin-right: 15px;font-size: 14px;color: #666666;text-align: center;margin-top: 15px;}
.col2RDl dd .con .time span{display: block;font-size: 30px;color: #333333;height: 25px;line-height: 25px;margin-bottom: 20px;}
.col2RDl dd .con .text{overflow: hidden;}
.col2RDl dd .con .text .title{height: 18px;line-height: 18px;overflow: hidden;margin-bottom: 15px;}
.col2RDl dd .con .text .title a{font-size: 16px;color: #333333;}
.col2RDl dd:hover .con .text .title a{color: #1870b7;}
.col2RDl dd .con .text .info{font-size: 14px;line-height: 28px;height: 56px;overflow: hidden;color: #858585;}
/* ————— 第一通栏 end ————— */
/* ————— 第二通栏 start ————— */
.column2{padding: 60px;background: url(/subsiteSrc/jwc/images/col2bg.jpg) no-repeat center /cover;}
.column2 .indexTitle{margin-bottom: 40px;}
.col2Slick .pic{overflow: hidden;border-radius: 5px;}
.col2Slick .pic a{width: 100%;left: 0;height: 100%;top: 0;background: rgb(0,0,0,0.05);position: absolute;z-index: 2;transition: all .4s ease-in;-webkit-transition: all .4s ease-in;}
.col2Slick .pic:hover a{background: rgb(24,112,183,0.8);}
.col2Slick .pic::before{padding-top: 148.4848%;}
.col2Slick .pic .title{width: 26px;position: absolute;top: 7%;left: 13%;font-size: 24px;color: #ffffff;z-index: 3;line-height: 26px;}
.col2Slick .pic .more{position: absolute;bottom: 12%;right: -6%;font-size: 16px;color: #ffffff;z-index: 3;padding-right: 80px;transform: rotateZ(90deg);-webkit-transform: rotateZ(90deg);}
.col2Slick .pic .more::before{display: block;content: "";position: absolute;width: 60px;height: 1px;background: #fff;top: 50%;right: 0;}
.col2Slick {position: relative;min-height: 531px;}
.col2Slick .newDots{text-align: center;}
.col2Slick .newDots li {display: inline-block;width: 8px;height: 8px;border-radius: 100%;margin: 0 4px;vertical-align: middle;cursor: pointer;position: relative;background: #1870b7;transition: all .4s ease-in;-webkit-transition: all .4s ease-in;}
.col2Slick .newDots li.slick-active {width: 36px;border-radius: 30px;}
.col2Slick .bd {overflow: hidden;}
.col2Slick .slick-list {overflow: visible;margin:-15px;padding: 0 15px;padding-bottom: 40px;}
.col2Slick .myslide {float: left;display: inline;}
.col2Slick .slickCon {display: block;margin:15px;transition: all .4s ease-in;-webkit-transition: all .4s ease-in;}
.col2Slick .slickCon:hover{box-shadow: 0px 5px 10px 3.5px rgba(24, 112, 183, 0.25);}
/* ————— 第二通栏 end ————— */
/* ————— 第三通栏 start ————— */
.column3{padding: 60px 0;background: url(/subsiteSrc/jwc/images/col3bg.jpg) no-repeat center /cover;}
.column3 .indexTitle{margin-bottom: 40px;}
.col3R{width: 470px;}
.col3R .title{font-size: 24px;color: #1870b7;line-height: 24px;margin-bottom: 48px;}
.col3R .more{font-size: 14px;color: #1870b7;line-height: 14px;margin-top: 5px;}
.col3RT{border-radius: 5px;background: #fff;overflow: hidden;padding: 20px 30px;height: 210px;margin-bottom: 30px;}
.col3RTDl dd{font-size: 40px;line-height: 40px;overflow: hidden;overflow: hidden;}
.col3RTDl dd .time{font-size: 16px;color: #858585;margin-left: 20px;}
.col3RTDl dd .info{overflow: hidden;padding-left: 15px;position: relative;}
.col3RTDl dd .info a{font-size: 16px;color: #333333;display: block;}
.col3RTDl dd:hover .info a{color: #1870b7;transition: all .4s ease-in;-webkit-transition: all .4s ease-in;}
.col3RTDl dd .info::before{display: block;content: "";width: 5px;height: 5px;background: #ececec;border-radius: 50%;position: absolute;left: 0;top: 18px;transition: all .4s ease-in;-webkit-transition: all .4s ease-in;}
.col3RTDl dd:hover .info::before{background: #1870b7;}
.col3R .pic{overflow: hidden;border-radius: 5px;}
.col3R .pic::before{padding-top: 37.6595%;}
.col3L{margin-right: 500px;}
.col3Tab{margin-bottom: 30px;overflow: hidden;height: 41px;}
.col3Tab span{display: inline-block;margin-right: 30px;font-size: 18px;color: #333333;padding-bottom: 8px;box-sizing: border-box;-webkit-box-sizing: border-box;transition: all .4s ease-in;-webkit-transition: all .4s ease-in;cursor: pointer;}
.col3Tab span.hover{color: #1870b7;font-size: 24px;border-bottom: 2px solid #1870b7;}
.col3TabMore .more{font-size: 14px;color: #1870b7;line-height: 14px;}
.col3TabMore {margin-top: 5px;}
.col3Dl dd{width: 50%;float: left;display: inline;position: relative;transition: all .4s ease-in;-webkit-transition: all .4s ease-in;overflow: hidden;background: #fff;min-height: 209px;}
.col3Dl dd:hover{box-shadow: 0px 4px 7.2px 0.8px rgba(6, 7, 29, 0.07);z-index: 2;}
.col3Dl dd .con{border: 1px solid #f0f0f0;margin:  -1px -1px 0 0;padding: 40px 40px 0 25px;height: 210px;box-sizing: border-box;-webkit-box-sizing: border-box;}
.col3Dl dd.dd1{border-top-left-radius: 5px;}
.col3Dl dd.dd2{border-top-right-radius: 5px;}
.col3Dl dd.dd3{border-bottom-left-radius: 5px;}
.col3Dl dd.dd4{border-bottom-right-radius: 5px;}
.col3Dl dd .con .time{font-size: 16px;height: 16px;line-height: 16px;overflow: hidden;color: #1870b7;margin-bottom: 25px;}
.col3Dl dd .con .title{height: 22px;line-height: 22px;overflow: hidden;margin-bottom: 15px;}
.col3Dl dd .con .title a{font-size: 20px;color: #333333;transition: all .4s ease-in;-webkit-transition: all .4s ease-in;}
.col3Dl dd .con:hover .title a{color: #1870b7;}
.col3Dl dd .con .info{font-size: 14px;height: 56px;line-height: 28px;overflow: hidden;color: #858585;}
/* ————— 第三通栏 end ————— */
/* ————— 第四通栏 start ————— */
.column4{padding: 60px 0;background: url(/subsiteSrc/jwc/images/col4bg.jpg) no-repeat center /cover;}
.column4 .indexTitle{margin-bottom: 40px;}
.col4Tab{text-align: center;margin-bottom: 40px;}
.col4Tab span{display: inline-block;width: 190px;height: 55px;line-height: 55px;border-radius: 5px;border: 1px solid #eeeeef;background: rgb(255,255,255,0.5);font-size: 18px;color: #333333;margin: 0 10px;transition: all .4s ease-in;-webkit-transition: all .4s ease-in;cursor: pointer;}
.col4Tab span.hover{background: #1870b7;color: #fff;border-color: #1870b7;box-shadow: 0px 5px 6.58px 0.42px rgba(24, 112, 183, 0.29);}
.col4TabC{position: relative;margin-bottom: 40px;}
.col4Con{position: absolute;left: 0;top: 0;width: 100%;z-index: -1;opacity: 0;height: 100%;}
.col4Con.active{z-index: 2;opacity: 1;}
.col4R{width: 690px;min-height: 10px;}
.col4Slick{border-radius: 5px;overflow: hidden;position: relative;min-height: 460px;}
.col4Slick .pic::before{padding-top: 66.6666%;}
.col4Slick .newText{position: absolute;bottom: 0;left: 0;width: 100%;line-height: 60px;height: 60px;padding: 0 110px 0 30px;background: rgb(0,0,0,0.5);}
.col4Slick .newText a{font-size: 16px;color: #ffffff;}
.col4Slick .slick-dots {position: absolute;bottom: 23px;right: 30px;font-size: 0;animation-delay: 1.5s;z-index: 2;}
.col4Slick .slick-dots li {display: inline-block;width: 10px;height: 10px;border-radius: 100%;margin: 0 4px;vertical-align: middle;cursor: pointer;position: relative;background: rgb(255,255,255,0.3);cursor: pointer;transition: all .4s ease-in;-webkit-transition: all .4s ease-in;}
.col4Slick .slick-dots li.slick-active {background: #fff;width: 30px;border-radius: 30px;}
.col4L{margin-right: 720px;}
.col4LT .title{height: 18px;line-height: 18px;margin-bottom: 20px;overflow: hidden;}
.col4LT .title a{font-size: 16px;font-weight: bold;color: #333;transition: all .4s ease-in;-webkit-transition: all .4s ease-in;}
.col4LT .title a:hover{color: #1870b7;}
.col4LT .time{font-size: 16px;color: #858585;height: 18px;line-height: 18px;overflow: hidden;margin-bottom: 17px;}
.col4LT .info{font-size: 14px;color: #858585;height: 56px;line-height: 28px;overflow: hidden;margin-bottom: 20px;}
.col4Dl dd{line-height: 61px;height: 61px;overflow: hidden;border-bottom: 1px solid #ebebeb;transition: all .4s ease-in;-webkit-transition: all .4s ease-in;padding-right: 20px;}
.col4Dl dd .time{font-size: 16px;color: #858585;margin-left: 20px;}
.col4Dl dd:hover{box-shadow: 0px 4px 12px 0px rgba(3, 110, 184, 0.18);}
.col4Dl dd .info{overflow: hidden;padding-left: 40px;position: relative;}
.col4Dl dd .info a{display: block;font-size: 16px;color: #333333;transition: all .4s ease-in;-webkit-transition: all .4s ease-in;}
.col4Dl dd:hover .info a{color: #1870b7;}
.col4Dl dd .info::before{display: block;content: "";width: 5px;height: 5px;background: #ececec;border-radius: 50%;position: absolute;left: 20px;top: 28px;transition: all .4s ease-in;-webkit-transition: all .4s ease-in;}
.col4Dl dd:hover .info::before{background: #1870b7;}
/* ————— 第四通栏 end ————— */
.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);
}
/* ========== 首页 end ========== */
