@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/jjxxx/images/search.png) no-repeat center;margin-top: 36px;margin-left: 30px; cursor: pointer;}
.search:hover{background-image: url(/subsiteSrc/jjxxx/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);
}



.topBox.show .top {
	top: 0;
	background: #fff;
	box-shadow: 0px 2px 8px 0px rgba(0, 0, 112, 0.2);
}

/*头部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;
}

.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/jjxxx/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/jjxxx/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: 36.5345%;
}

.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: 14px;
	height: 15px;
	border-radius: 50%;
	margin: 0 5px;
	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 {
	background-color: #1870b8;
}

.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;
	background: #1870b7 url(../images/more.png) no-repeat center right 25px;
}

.indexTitle .more:hover {
	font-weight: bold;
}

/* —————————— 公共部分 end —————————— */
/* —————————— 第1通栏 start —————————— */
.bg1 {
	background: url(/subsiteSrc/jjxxx/images/indexBg1.png) no-repeat center center;
	background-size: cover;
	padding-bottom: 80px;
}

.tjxIndex-colList {
	overflow: hidden;
	margin-right: -20px;
}

.tjxIndex-colList .tjxIndex-colItem {
	float: left;
	display: inline;
	width: 710px;
}

.tjxIndex-colList .tjxIndex-colItem .tjxIndex-colCon {
	overflow: hidden;
	margin-right: 20px;
}

.focusSlick .prev,
.focusSlick .next {
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.6);
	cursor: pointer;
	position: absolute;
	z-index: 2;
	top: 0;
	bottom: 0;
	margin: auto 0;
}

.focusSlick .prev {
	left: 0;
}

.focusSlick .next {
	right: 0;
}

.focusSlick .prev::before,
.focusSlick .next::before {
	display: block;
	content: '';
	color: #FFFFFF;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 20px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.focusSlick .prev::before {
	left: 20px;
	border-left: solid 1px currentColor;
	border-top: solid 1px currentColor;
}

.focusSlick .next::before {
	left: 18px;
	border-bottom: solid 1px currentColor;
	border-right: solid 1px currentColor;
}

.focusSlick {
	position: relative;
	overflow: hidden;
	border-radius: 5px;
}

.focusSlick .bd {
	overflow: hidden;
}

.focusSlick .slick-list {
	overflow: visible;
}

.focusSlick .myslide {
	float: left;
	display: inline;
}

.focusSlick .slickCon {
	display: block;
	border-radius: 5px;
	overflow: hidden;
}

.focusSlick .slickCon .pic::before {
	padding-top: 66.875%;
}

.focusSlick .focusText {
	width: 100%;
	height: 60px;
	background: rgba(0, 0, 0, 0.5);
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0 30px;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: 0;
}

.focusSlick .focusText .title {
	overflow: hidden;
}

.focusSlick .focusText .title a {
	display: inline-block;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	color: #ffffff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 100%;
}

.focusSlick .focusDots {
	float: right;
	display: inline;
	height: 60px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 28px 0;
}

.focusSlick .slick-dots {
	text-align: right;
	font-size: 0;
}

.focusSlick .slick-dots li {
	background: #ffffff;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin: 0 5px;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	position: relative;
}

.focusSlick .slick-dots li.slick-active {
	background: #1870b8;
}

.tjxIndex-newsTabBox {
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid #d9d9d9;
}

.tjxIndex-newsTabBox .menuIcon div {
	overflow: hidden;
}

.tjxIndex-newsTab {
	position: relative;
	z-index: 6;
}

.tjxIndex-newsTab .title {
	float: left;
	padding-right: 40px;
}

.tjxIndex-newsTab .title a {
	display: block;
	height: 58px;
	line-height: 58px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	font-size: 18px;
	color: #333333;
	overflow: hidden;
	position: relative;
}

.tjxIndex-newsTab .title a::before {
	display: block;
	content: "";
	width: 100%;
	height: 2px;
	background: #1870b8;
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0;
	transition: all .4s ease-in;
	-webkit-transition: all .4s ease-in;
}

.tjxIndex-newsTab .title.hover a::before {
	opacity: 1;
}

.tjxIndex-newsTab .title:hover a,
.tjxIndex-newsTab .title.hover a {
	color: #1870b8;
	font-weight: bold;
}

.tjxIndex-newsMore a {
	font-size: 14px;
	color: #999999;
	line-height: 58px;
}

.tjxIndex-newsMore a:hover {
	color: #1870b8;
	font-weight: bold;
}

.tjxIndex-newsDl {
	overflow: hidden;
}

.tjxIndex-newsDl dt {
	margin-bottom: 10px;
}

.tjxIndex-newsDl dt .con {
	overflow: hidden;
	padding: 24px 0;
	border-bottom: 1px solid #d9d9d9;
}

.tjxIndex-newsDl dt .title {
	font-size: 0;
	text-align: center;
	overflow: hidden;
	margin-bottom: 10px;
}

.tjxIndex-newsDl dt .title a {
	float: left;
	display: inline-block;
	font-size: 16px;
	color: #333;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all 0.4s linear;
	-weblit-transition: all 0.4s linear;
}

.tjxIndex-newsDl dt .info {
	font-size: 14px;
	color: #999999;
	line-height: 24px;
	min-height: 48px;
	overflow: hidden;
}

.tjxIndex-newsDl dd .con {
	overflow: hidden;
}

.tjxIndex-newsDl dd .time {
	float: right;
	display: inline;
	margin-left: 30px;
	font-size: 14px;
	color: #858585;
	height: 36px;
	line-height: 36px;
	overflow: hidden;
}

.tjxIndex-newsDl dd .title {
	font-size: 0;
	overflow: hidden;
	position: relative;
	padding-left: 15px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.tjxIndex-newsDl dd .title::before {
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #c4c4c4;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto 0;
	transition: all 0.4s linear;
	-weblit-transition: all 0.4s linear;
}

.tjxIndex-newsDl dd:hover .title::before {
	background: #1870b8;
}

.tjxIndex-newsDl dd .title a {
	display: inline-block;
	font-size: 16px;
	color: #666666;
	height: 36px;
	line-height: 36px;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all 0.4s linear;
	-weblit-transition: all 0.4s linear;
}

.tjxIndex-newsDl dd:hover .title a,
.tjxIndex-newsDl dt:hover .title a {
	color: #1870b8;
}

/* —————————— 第1通栏 end —————————— */
/* —————————— 第2通栏 start —————————— */
.bg2 {
	background: url(/subsiteSrc/jjxxx/images/indexBg2.png) no-repeat center center;
	background-size: cover;
	padding-bottom: 80px;
}

.column2 {
	overflow: hidden;
}

.indexTitle {
	line-height: 54px;
	height: 54px;
	text-align: center;
	background: url(/subsiteSrc/jjxxx/test/indexTitleBg.png) no-repeat center center;
	margin-bottom: 33px;
}

.indexTitle span {
	font-size: 30px;
	color: #333333;
}

.columnScroll {
	position: relative;
}

.columnScroll .bd {
	overflow: hidden;
	padding: 5px 0;
}

.columnScroll .slick-list {
	overflow: visible;
	margin-right: -30px;
}

.columnScroll .myslide {
	width: 25%;
	float: left;
	display: inline;
}

.columnScroll .con {
	margin-right: 30px;
	position: relative;
	border-radius: 5px;
	display: block;
	overflow: hidden;
}

.columnScroll .con::after {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgb(0,0,0,0.45);
	position: absolute;
	z-index: 2;
}

.columnScroll .con::before {
	display: block;
	content: '';
	padding-top: 150%;
}

.columnScroll .con img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: block;
	z-index: -1;
}

.columnScroll .con .icn {
	position: absolute;
	top: 95px;
	left: 35%;
	width: 90px;
	height: 90px;
	z-index: 3;
}

.columnScroll .con .icn img {
	width: 90px;
	height: 90px;
}

.columnScroll .con .text {
	line-height: 50px;
	height: 50px;
	font-size: 18px;
	color: #ffffff;
	position: absolute;
	left: 0;
	top: 185px;
	width: 100%;
	text-align: center;
	z-index: 3;
}

.columnScroll .con .more {
	background: url(/subsiteSrc/jjxxx/images/column2ConMore.png) no-repeat center center;
	width: 30px;
	height: 30px;
	position: absolute;
	left: 150px;
	bottom: 35px;
	z-index: 3;
}

.columnScroll .con:hover .more {
	background-image: url(/subsiteSrc/jjxxx/images/column2ConMoreH.png);
}

/* —————————— 第2通栏 end —————————— */
/* —————————— 第3通栏 start —————————— */
.bg3 {
	background: url(/subsiteSrc/jjxxx/images/indexBg3.png) no-repeat center center;
	background-size: cover;
}

.col3List {
	overflow: hidden;
	margin-right: -30px;
	margin-bottom: 47px;
}

.col3List dd {
	float: left;
	display: inline;
	margin-bottom: 25px;
}

.col3List dd a {
	display: block;
	width: 100%;
	height: 100%;
}

.col3List dd .con {
	margin-right: 30px;
	position: relative;
	height: 100%;
	overflow: hidden;
}

.col3List dd .con .bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 2;
}

.col3List dd.dd1 {
	width: 25%;
	height: 530px;
}

.col3List dd.dd2 {
	width: 37.5%;
	height: 265px;
}

.col3List dd.dd3 {
	width: 37.5%;
	height: 265px;
}

.col3List dd.dd4 {
	width: 25%;
	height: 240px;
}

.col3List dd.dd5 {
	width: 25%;
	height: 240px;
}

.col3List dd.dd6 {
	width: 25%;
	height: 240px;
}

.col3List dd .con .title {
	line-height: 42px;
	height: 42px;
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 3;
}

.col3List dd .con img {
	height: 100%;
	width: 100%;
}

/* —————————— 第3通栏 end —————————— */
/* —————————— 第4通栏 start —————————— */
.bg4 {
	background: url(/subsiteSrc/jjxxx/images/indexBg4.png) no-repeat center center;
	background-size: cover;
	padding-bottom: 75px;
	padding-top: 80px;
}

.column4Scroll {
	position: relative;
}

.column4Scroll .bd {
	overflow: hidden;
	padding: 5px 0;
}

.column4Scroll .slick-list {
	overflow: visible;
	margin-right: -30px;
}

.column4Scroll .myslide {
	width: 25%;
	float: left;
	display: inline;
}

.column4Scroll .con {
	padding-right: 30px;
}

.column4Scroll .prev:hover,
.column4Scroll .next:hover {
	background-color: #cd291f;
}

.column4List {
	overflow: hidden;
	margin-bottom: 47px;
}

.column4List dd {
	background-color: #ffffff;
}

.column4List dd .pic {
	position: relative;
	margin-bottom: 23px;
}

.column4List dd .pic::before {
	display: block;
	content: '';
	padding-top: 63.6363%;
}

.column4List dd .pic img {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}

.column4List dd .text {
	padding: 0px 20px;
}

.column4List dd .text .time {
	line-height: 25px;
	padding-bottom: 8px;
	height: 25px;
	font-size: 14px;
	color: #bcbcbc;
}

.column4List dd .text .title {
	line-height: 29px;
	height: 58px;
	font-size: 16px;
	color: #666666;
	padding-bottom: 20px;
}

.column4List dd .text .more {
	background: url(/subsiteSrc/jjxxx/images/column3ConMore.png) no-repeat center center;
	width: 28px;
	height: 28px;
	padding-bottom: 20px;
	display: block;
}

.column4List dd:hover .text .more {
	background-image: url(/subsiteSrc/jjxxx/images/column3ConMoreH.png);
}

.column4List dd:hover .text .time {
	color: #1870b8;
}

.column4List dd:hover .text .title {
	color: #1870b8;
}

.seeMore {
	width: 100px;
	height: 35px;
	border: 1px solid #1870b8;
	line-height: 35px;
	border-radius: 30px;
	margin-left: 46%;
	background: url(/subsiteSrc/jjxxx/images/right.png) no-repeat center right 14px;
	transition: all .4s ease-in;
	-webkit-transition: all .4s ease-in;
}

.seeMore a {
	margin-left: 15px;
	font-size: 14px;
	color: #1870b8;
	display: block;
	transition: all .4s ease-in;
	-webkit-transition: all .4s ease-in;
}

.seeMore:hover {
	background-position: center right 12px;
}

.seeMore:hover a {

	margin-left: 12px;
}

/* —————————— 第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;
}

.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/jjxxx/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/jjxxx/images/loctionemh.png);
}
.locationR a.loc:hover{
	background-image: url(/subsiteSrc/jjxxx/images/loctionemh.png);
}
.locationR a.loc{
	background: url(/subsiteSrc/jjxxx/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/jjxxx/images/page/firstPage.png)
}

.page a.prevPage div {
	background-image: url(/subsiteSrc/jjxxx/images/page/prevPage.png)
}

.page a.nextPage div {
	background-image: url(/subsiteSrc/jjxxx/images/page/nextPage.png)
}

.page a.lastPage div {
	background-image: url(/subsiteSrc/jjxxx/images/page/lastPage.png)
}

.page a.firstPage:hover div {
	background-image: url(/subsiteSrc/jjxxx/images/page/firstPageh.png)
}

.page a.prevPage:hover div {
	background-image: url(/subsiteSrc/jjxxx/images/page/prevPageh.png)
}

.page a.nextPage:hover div {
	background-image: url(/subsiteSrc/jjxxx/images/page/nextPageh.png)
}

.page a.lastPage:hover div {
	background-image: url(/subsiteSrc/jjxxx/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/jjxxx/images/page/firstPage.png)
}

.page a.prevPage.disabled div {
	background-image: url(/subsiteSrc/jjxxx/images/page/prevPage.png)
}

.page a.nextPage.disabled div {
	background-image: url(/subsiteSrc/jjxxx/images/page/nextPage.png)
}

.page a.lastPage.disabled div {
	background-image: url(/subsiteSrc/jjxxx/images/page/lastPage.png)
}

/*页码结束*/
/*内页框架结束*/
.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;}
	

.subPagecw {
	/* overflow: hidden; */
}




/*左侧二级 start */
.subPageR {
	overflow: hidden;
	min-height: 400px;
	background: #fff;
}

.leftNav {
	width: 300px;
	margin-right: 40px;
	position: relative;
	top: -40px;
	z-index: 5;
}

.leftNavTitle {
	position: relative;
	height: 85px;
	padding-top: 40px;
	/* padding: 45px 30px 0; */
	/* background: url(/subsiteSrc/jjxxx/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%); */
	z-index: 1;
}

.leftNavTitle .leftNavTitletBg {
	position: absolute;
	width: 230px;
	left: -10px;
	top: 0;
	height: 81px;
	padding-left: 40px;
	padding-top: 10px;
	background: url(/subsiteSrc/jjxxx/images/subLbg.png) no-repeat center center;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.leftNavTitle .leftNavTitletop {
	background: #e7f0f9;
	height: 50px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}

.leftNavTitle .title {
	color: #fff;
	font-size: 24px;
	line-height: 25px;
	height: 25px;
	overflow: hidden;
	margin-bottom: 8px;
}

.leftNavTitle .titlec {
	color: #fff;
	font-size: 14px;
	line-height: 16px;
	height: 16px;
	overflow: hidden;
	opacity: 0.5;
}

.leftNavDl1 {
	padding-top: 50px;
	position: relative;
	margin-top: -50px;
	margin-bottom: 20px;
	background: url(/subsiteSrc/jjxxx/images/leftnavbg.png) no-repeat top center;
}

.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/jjxxx/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/jjxxx/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/jjxxx/images/leftnavicn1h.png) no-repeat center center;
}

.leftNavDl1 dd .yj:hover span {
	background: url(/subsiteSrc/jjxxx/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/jjxxx/images/leftnavicn1h.png) no-repeat center center;
}

.leftNavDl1 dd.hover .yj span {
	background: url(/subsiteSrc/jjxxx/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 */

/*左侧二级 end */
.subPagR {
	overflow: hidden;
}

.subPageC {
	/* 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);
}
