:root {--themeColor: #0a6fbd;--themeColor2: #1786db; --themeColor3: #f7ac00;}
button{border: none;}
.pdlr20{
	padding: 0 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.pdtb20{
	padding: 20px 0px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.pd20{
	padding: 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.pdlr30{
	padding: 0 30px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.pdtb30{
	padding: 30px 0px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.pd30{
	padding: 30px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.pdlr40{
	padding: 0 40px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.pdtb40{
	padding: 40px 0px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.pd40{
	padding: 30px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.aline_r {
    position: relative;
    background-image: linear-gradient(#0a6fbd, #0a6fbd);
    background-position: 0 100%;
    background-size: 0 1px;
    background-repeat: no-repeat;
    transition: background-size .5s;
}
.alin_r:hover .aline_r {
    background-size: 100% 1px;
}
.bd10{
	border-radius: 10px;
}
.bd5{
	border-radius: 10px;
}

.flex{ display: flex;}
.flexC{ flex: 1;}
.flex-r{display: flex;flex-direction: row;}
.flex-v-html{display: flex;flex-direction: column;}
.flex-v-body{flex-grow: 1;flex-basis: 0;overflow: hidden;overflow-y: auto;}
.flex-1{flex: 1 0 0;}
.flex-2{flex: 2 0 0;}
.default {
	background-image: url(/cyx/pc/images/default.png);
}
body{
	background: #f3f8fe;
}


.top{
	position: relative;
	height: 570px;
}
.top1 {
	height: 50px;
	line-height: 50px;
	position: relative;
	z-index: 2;
}
.top1::before {
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 80px;
    left: 0;
    top: 0px;
    z-index: -1;
    background-image: -moz-linear-gradient(-90deg, rgba(0, 0, 0, .1) 0%, rgba(51, 51, 51, 0) 100%);
    background-image: -webkit-linear-gradient(-90deg, rgba(0, 0, 0, .1) 0%, rgba(51, 51, 51, 0) 100%);
    background-image: -ms-linear-gradient(-90deg, rgba(0, 0, 0, .1) 0%, rgba(51, 51, 51, 0) 100%);
}

.topL {
	overflow: hidden;
	margin: 0 -13px;
}

.topL a {
	float: left;
	display: inline;
	margin: 0 13px;
	font-size: 15px;
	color: #fff;
	position: relative;
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
}

.topL a::before {
	display: block;
	content: '';
	position: absolute;
	width: 1px;
	height: 13px;
	right: -14px;
	top: 50%;
	margin-top: -6px;
	background: rgba(255, 255, 255, .2);
}

.topL a:hover {
	color: #f5f5f5;
}
.topL span{
	float: left;
	display: inline;
	font-size: 15px;
	color: #fff;
	padding: 0 15px;
}
.topR {
	overflow: hidden;
	padding: 12px 0;
}

.topR a {
	font-size: 15px;
	color: #fff;
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
	height: 25px;
	line-height: 25px;
	margin-left: 30px;
}
.topR a:hover {
	opacity: .85;
}
.topR a.oldBtn{
	padding: 0 15px;
	font-size: 15px;
	border-radius: 16px;
	color: #fff !important;
	background: var(--themeColor2);
}
.topR a.wzaBtn{
	padding-left: 25px;
	background: url(../png/3m0oxv.png) left center no-repeat;
	background-size: 20px;
}
.top2{
	padding-top:196px;
}

.top2 .wrap{
	justify-content: space-between;
	align-items: center;
}
.logo{
	text-align: center;
}
.logo a{
	display: inline-block;
	font-size: 0;
	overflow: hidden;
	vertical-align: middle;
}
.logo a img{
	display: inline-block;
	vertical-align: middle;
	font-size: 0;
}
.logo a img.img1{
	height: 109px;
}
.logo a img.img2{
	height: 90px;
	margin-left: 20px;
}
.topSearchHot{
	width: 440px;
	display: flex;
	padding: 15px 0;
	display: none !important;
}
.topSearchHot .title{
	line-height: 24px;
	font-size: 14px;
	color: #fff;
}
.topSearchHot .text{
	flex: 1;
	overflow: hidden;
}
.topSearchHot .text a{
	float: left;
	display: inline;
	margin: 0 5px;
	line-height: 24px;
	font-size: 14px;
	color: #fff;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.topSearchHot .text a:hover{
	font-weight: bold;
}
.topSearch {
	width: 440px;
	box-shadow: 0px 0 10px 0 rgba(57, 42, 34, 0.08);
	border-radius: 28px;
	overflow: hidden;
	display: flex;
	height: 56px;
	border: 1px solid var(--themeColor);
}
.searchBtn {
	width: 140px;
	height: 56px;
	line-height: 56px;
	font-size: 0;
	text-align: center;
	background: var(--themeColor);
	cursor: pointer;
}

.searchBtn span {
	display: inline-block;
	padding-left: 30px;
	position: relative;
	background: url(../png/6v9zw0.png) left center no-repeat;
	font-size: 18px;
	height: 100%;
	color: #FFFFFF;
}

.searchInput{
	overflow: hidden;
	background: #FFFFFF;
	padding: 0 25px;
	flex: 1;
}
.searchInput input {
	width: 100%;
	height:56px;
	line-height: 56px;
	font-size: 16px;
	color: #333;
	background: none;
	border: none;
}
.searchInput input::-webkit-input-placeholder {
	color: #858585;
	font-size: 16px;
	text-align: left;
}


.top3C {
	padding: 60px 0 0;
	height: 230px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.top3C .logo {
	overflow: hidden;
	text-align: left;
	margin-bottom: 0;
}

.top3C .wrap{
	justify-content: space-between;
	align-items: center;
}
.top3C .topSearch {
	margin-top: 10px;
	justify-content: end;
	margin: 0 0;
}
.top3 .topL a,
.top3 .topR a,
.top3 .topL span{
	color: #333;
}
.top3 .topL a::before{
	background: rgba(51,51,51,.2);
}
.top3 .topL a:hover,
.top3 .topR a:hover{
	color: var(--themeColor);
}
.top3 .topR a.wzaBtn{
	background: url(../png/3mt91y.png) left center no-repeat;
	background-size: 20px;
}
.subBanner{
	height: 280px;
}



.indexBanner {
	position: absolute;
	height:640px;
	top: 0;
	left: 0;
	width: 100%;
	z-index: -1;
	mask-image: url(../png/pwd39v.png);
    -webkit-mask-image: url(../png/pwd39v.png);
    mask-size: cover;
    -webkit-mask-size: cover;
    overflow: hidden;
    mask-mode: alpha;
    -webkit-mask-mode: alpha;
}
.indexBanner .swiper-slide .bg {
	position: relative;
	height: 100%;
	background-size: cover;
	background-position: -1px center;
	background-repeat: no-repeat;
}



.menuBox{
	background:#0a6fbd;
	height: 72px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.indexMenu{
	position: relative;
	z-index: 3;
}
.indexMenu::before{
	display: block;
	content: '';
	position: absolute;
	width: 100%;
	height: 72px;
	left: 0;
	top: 0;
	z-index: -1;
	mask-image: url(../png/3zilbn.png);
    -webkit-mask-image: url(../png/3zilbn.png);
    mask-size: 100% 72px;
    -webkit-mask-size: 100% 72px;
    overflow: hidden; 
    mask-mode: alpha;
    -webkit-mask-mode: alpha;
	background-color: var(--themeColor);
	background-image: url(../png/2sko27.png);
	background-position: 30px center;
	background-repeat: no-repeat;
}
.indexMenu::after{
	display: block;
	content: '';
	position: absolute;
	width: 106px;
	height: 72px;
	right: 30px;
	top: 0;
	z-index: -1;
	background-image: url(../png/gr8wc2.png);
	background-position: right center;
	background-repeat: no-repeat;
}
.indexMenu .menuBox{
	background: none;
	padding: 0 106px;
}

.indexMenu .menuBox .wrap{
	width:calc(100%);
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.menuDl{
	display: flex;
	justify-content: space-between;
	position: relative;
}
.menuDl dd{
	height: 72px;
	position: relative;
}
.menuDl dd .yj a{
	display: block;
	overflow: hidden;
	line-height: 72px;
	text-align: center;
	padding: 0 20px;
}
.menuDl dd .yj a span{
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}
.menuDl dd .ejBox{position: absolute;top: 100%;left: 0;width: 100%;background: #fff;padding: 5px 0;z-index: 3;box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.04);border-radius: 0 0 3px 3px;overflow: hidden;display: none;}
.menuDl dd .ejBox .ejBoxC{padding: 5px 0;}
.menuDl dd .ejBox .ejBoxC a{display: block;padding: 5px 10px;line-height: 24px;font-size: 16px;color: #333;text-align: center;transition: all .3s;-webkit-transition: all .3s;}
.menuDl dd .ejBox .ejBoxC a:hover{color: var(--themeColor);font-weight: bold;}






.indexHot{
	height: 140px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 20px 30px;
	background-image: -moz-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(236,245,255) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(236,245,255) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(236,245,255) 100%);
	border-radius: 10px;
	overflow: hidden;
}
  
.indexHot .bd{
	height: 100px;
	overflow: hidden;
}
.indexHot .swiper-slide{
	height: 100px;
	overflow: hidden;
	text-align: center;
} 
.indexHot .title{
	height: 58px;
	line-height: 58px;
	font-size: 36px;
	font-weight: bold;
	color: #eb171a;
	text-align: center;
}

.indexHot .aline_r{
	background-size: 0 2px;
}
.indexHot .alin_r:hover .aline_r{
	background-size: 100% 2px;
	background-image: linear-gradient(#eb171a, #eb171a);
}
.indexHot .text{
	height: 42px;
	line-height: 42px;
	font-size: 18px;
	color: #999;
	overflow: hidden;
	text-align: center;
}
.indexFocusBox{
	border-radius: 10px;
	height: 480px;
}
.focusSwiper{
	width:52.2389%;
	overflow:hidden;
	border-radius: 10px;
	position: relative;
}
.focusSwiper .bd{
	overflow:hidden;
	border-radius: 10px;
}
.focusHtml{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;
	z-index: 5;
	background: rgba(0, 0, 0, 0.8);
	display: flex;
	padding: 0 30px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.focusSwiperTitle{
	flex: 1;
	overflow: hidden;
	margin-right: 20px;
}
.focusSwiperTitle a{
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	color: #fff;
}
.focusDot{
	position: relative;
	height: 60px;
	overflow: hidden;
}
.focusDot span{
	float: left;
	display: inline;
	width: 25px;
	height: 60px;
	opacity: 1;
	background: url(../png/k04o7k.png) center center no-repeat;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.focusDot span.swiper-pagination-bullet-active{
	background: url(../png/uv5gwg.png) center center no-repeat;
}
.focusRight{
	overflow: hidden;
	margin-left: 30px;
}
.indexTitle{
	display: flex;
}
.indexTitle dd a{
	display: block;
	padding: 0 30px;
	height: 36px;
	line-height: 36px;
	font-size: 22px;
	font-weight: bold;
	color: #333;
	position: relative;
	transition: all .4s;
	-webkit-transition: all .4s;
}
.indexTitle dd a::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 36px;
	background: url(../png/f9znlh.png) right center no-repeat;
	transition: all .5s;
	-webkit-transition: all .5s;
	opacity: 0;
	visibility: hidden;
}
.indexTitle dd a::after{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 36px;
	background: url(../png/isknvf.png) left center no-repeat;
	transition: all .5s;
	-webkit-transition: all .5s;
	opacity: 0;
	visibility: hidden;
}
.indexTitle dd.hover a::before{
	background: url(../png/f9znlh.png) left center no-repeat;
	opacity: 1;
	visibility: visible;
}
.indexTitle dd.hover a::after{
	background: url(../png/isknvf.png) right center no-repeat;
	opacity: 1;
	visibility: visible;
}
.indexTitle dd.hover a{
	color: var(--themeColor);
}
.focusTabC{
	padding-top: 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	height: 259px;
	overflow: hidden;
}
.focusTabCBox .focusDl{
	opacity: 0;
    transform: translate(0, 10px);
    -webkit-transform: translate(0, 10px);
    animation: fadeXS 0.4s linear forwards;
}
.focusTabCBox .focusDl{
	opacity: 0;
    transform: translate(0, 10px);
    -webkit-transform: translate(0, 10px);
    animation: fadeXS 0.4s linear forwards;
}
@keyframes fadeXS {
	0% {
		opacity: 0;
		transform: translate(0, 10px);
	}

	100% {
		opacity: 1;
		transform: translate(0, 0px);
	}
}
.focusDl{
	height: 288px;
}
.focusDl a{
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	color: #333;
	transition: all .4s;
	-webkit-transition: all .4s;
}
.focusDl a .title {
	margin-right: 35px;
}
.focusDl a .title i{
	display: inline-block;
	vertical-align: middle;
	width: 8px;
	height: 8px;
	background: #cccccc;
	border-radius: 8px;
	margin-right: 15px;
	transition: all .4s;
	-webkit-transition: all .4s;
	font-size: 0;
}
.focusDl .time{
	font-size: 18px;
	color: #999;
}
.focusDl dd:hover a{
	color: var(--themeColor);
	letter-spacing: 1px;
}
.focusDl dd:hover a i{
	background: var(--themeColor);
}
.focusFast{
	padding-top: 15px;
	margin: 0 -10px;
}
.focusFast dd{
	width: 33.333%;
}
.focusFast dd .con{
	display: block;
	margin: 0 10px;
	height: 110px;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: #f2f5f8;
	border-radius: 10px;
	justify-content: center;
	padding: 10px;
	position: relative;
	overflow: hidden;
}
.focusFast dd .con::before{
	display: block;
	content: '';
	border-radius: 10px;
	background-image: -moz-linear-gradient( 90deg, rgb(10,111,189) 0%, rgb(44,143,219) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(10,111,189) 0%, rgb(44,143,219) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(10,111,189) 0%, rgb(44,143,219) 100%);
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0;
    -webkit-transform: scale3d(0.7, 0.8, 1);
    transform: scale3d(0.7, 0.8, 1);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	z-index: 1;
  }
  .focusFast dd .con:hover:before{
	opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .focusFast dd .con:hover{
	border-color: transparent;
  }
  .focusFast dd .bg{
	display: block;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
  }
  .focusFast dd .bg::before{
	display: block;
	content: '';
	position: absolute;
	width: 56px;
	height: 56px;
	top: -56px;
	left: -56px;
	background: url(/cyx/pc/images/indexYun.png) center center no-repeat;
	z-index: 2;
  }
  .focusFast dd .con:hover .bg::before{
	animation: pulse1 300ms ease-in forwards;
}
@keyframes pulse1 {
    0% {
		top: -56px;
		left: -56px;
    }
    100% {
		top: -25px;
		left: -25px;
    }
}
  .focusFast dd .bg::after{
	display: block;
	content: '';
	position: absolute;
	width: 56px;
	height: 56px;
	bottom: -56px;
	right: -56px;
	background: url(/cyx/pc/images/indexYun1.png) center center no-repeat;
	z-index: 2;
  }
  .focusFast dd .con:hover .bg::after{
	animation: pulse2 300ms ease-in forwards;
}
@keyframes pulse2 {
    0% {
		right: -56px;
		bottom: -56px;
    }
    100% {
		right: -25px;
		bottom: -25px;
    }
}
.focusFast dd .icon{
	position: relative;
	height: 50px;
	width: 50px;
	margin: 0 auto;
	overflow: hidden;
	z-index: 3;
}
.focusFast dd .icon span{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: center center;
	transform:all .6s;
	-webkit-transform:all .6s;
}  
.focusFast dd .icon span.span1{
	z-index: 3;
}
.focusFast dd .icon span.span2{
	z-index: 5;
	transform: translateY(10px);
	-webkit-transform: translateY(10px);
	opacity: 0;
	visibility: hidden;
}
.focusFast dd .con:hover .icon span.span2{
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	opacity: 1;
	visibility: visible;
}
.focusFast dd .con:hover .icon span.span1{
	transform: translateY(10px);
	-webkit-transform: translateY(10px);
	opacity: 0;
	visibility: hidden;
}
.focusFast dd .title{
	overflow: hidden;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 18px;
	color: #333;
	font-weight: bold;
	transform:all .4s;
	-webkit-transform:all .4s;
	position: relative;
	z-index: 3;
}
.focusFast dd .con:hover .title{
	color: #fff;
}


.indexColumImg{
	position: relative;
	overflow: hidden;
}
.indexColumImg .pic::before{
	padding-top: 8.3334%;
}
.indexColumImg .prev,
.indexColumImg .next {
	display: block;
	width: 30px;
	height: 50px;
	background: rgba(0, 0, 0, 0.3);
	cursor: pointer;
	position: absolute;
	z-index: 2;
	top: 50%;
	margin-top: -25px;
	transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
}
.indexColumImg .prev {
	left: -55px;
}

.indexColumImg .next {
	right: -55px;
}
.indexColumImg:hover .prev{
	left: 0;
}
.indexColumImg:hover .next{
	right: 0px;
}
.indexColumImg .prev:hover,
.indexColumImg .next:hover {
	background: rgba(0, 0, 0, 0.5);
}

.indexColumImg .prev::before,
.indexColumImg .next::before {
	display: block;
	content: '';
	color: #FFFFFF;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 20px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.indexColumImg .prev::before {
	left: 15px;
	border-left: solid 1px currentColor;
	border-top: solid 1px currentColor;
}

.indexColumImg .next::before {
	left: 8px;
	border-bottom: solid 1px currentColor;
	border-right: solid 1px currentColor;
}


.indexInfoPublicL{
	width:192px;
	margin-right: 20px;
}
.indexInfoPublicR{
	overflow: hidden;
	height: 445px;
}
.indexInfoPublicLDl dd:nth-child(2n) a{
	background: #0a6fbd;
}
.indexInfoPublicLDl dd:nth-child(2n-1) a{
	background: #116bb9;
}
.indexInfoPublicLDl dd a{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 148px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 10px;
	position: relative;
	overflow: hidden;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.indexInfoPublicLDl dd a::before{
	display: block;
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-right-color: #fff;
	right: -30px;
	top: 50%;
	margin-top: -10px;
	transition: all .4s;
	-webkit-transition: all .4s;
}
.indexInfoPublicLDl dd a .icon{
	width: 60px;
	height: 60px;
	background-position: center center;
	background-repeat: no-repeat;
}
.indexInfoPublicLDl dd a .text{
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
}
.indexInfoPublicLDl dd.hover a{
	background: #248ddd;
}
.indexInfoPublicLDl dd.hover a::before{
	right: 0;
}
.infoPublicTop{
	height: 342px;
}
.infoPublicTopR{
	width: 39.45150%;
}
.infoPublicBtn{
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
.infoPublicBtn::before{
	display: block;
	content: '';
	position: absolute;
	left: 20px;
	right: 0;
	bottom: 0;
	border-bottom: 1px dashed #e3e3e3;
}
.infoPublicBtn dt,
.infoPublicBtn dd{
	width: 50%;
	margin-bottom: 20px;
}
.infoPublicBtn dt a,
.infoPublicBtn dd a{
	display: block;
	margin-left: 20px;
}
.infoPublicBtn dt a{
	height: 92px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: url(../jpg/ompalp.jpg) center center no-repeat;
	font-size: 18px;
	font-weight: bold;
	color: #0a6fbd;
	line-height: 24px;
}
.infoPublicBtn dd a{
	display: flex;
	height: 50px;
	padding: 0 10%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-align: center;
	justify-content: center;
	font-size: 18px;
	color: #333;
	background: #f2f8ff;
	align-items: center;
	transition: all .2s;
	-webkit-transition: all .2s;
}
.infoPublicBtn dd a:hover{
	background: var(--themeColor);
	color: #fff;
	border-radius: 3px;
}

.infoPublicTopTab{
	overflow: hidden;
	border-bottom: 2px solid #ebf0f6;
}
.infoPublicTopTab dd{
	float: left;
	display: inline;
	height: 50px;
	line-height: 50px;
	position: relative;
	margin-right: 18px;
}
.infoPublicTopTab dd::before{
	display: block;
	content: '';
	position: absolute;
	width: 1px;
	height: 26px;
	right: 0;
	top: 50%;
	margin-top: -13px;
	background: #e1e9f3;
}
.infoPublicTopTab dd:last-child:before{
	display: none;
}
.infoPublicTopTab dd a{
	display: block;
	height: 50px;
	line-height: 50px;
	padding-right: 18px;
	font-size: 22px;
	color: #333;
	position: relative;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.infoPublicTopTab dd.hover a{
	font-weight: bold;
	color: var(--themeColor);
}
.infoPublicTopTabC{
	padding-top: 15px;
	height: 270px;
	overflow: hidden;
}
.infoPublicTopTabC .focusDl{
	height: 265px;
}
.infoPublicTopTabC .focusDl a{
	height: 44px;
	line-height: 44px;
	font-size: 16px;
}
.infoPublicTopTabC .focusDl a .title i{
	width: 5px;
	height: 5px;
	margin-right: 10px;
}
.infoPublicTopTabC .focusDl{
	opacity: 0;
    transform: translate(0, 10px);
    -webkit-transform: translate(0, 10px);
    animation: fadeXS 0.4s linear forwards;
}
.infoPublicFast{
	display: flex;
	margin: 0 -10px;
}  
.infoPublicFast dd{
	flex: 1;
}
.infoPublicFast dd a{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 102px;
	margin: 0 10px;
	background: #f2f8ff;
	flex-direction: column;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	justify-content: center;
	padding: 10px;
	position: relative;
	overflow: hidden;
}

.infoPublicFast dd .con::before{
	display: block;
	content: '';
	background-image: -moz-linear-gradient( 90deg, rgb(10,111,189) 0%, rgb(44,143,219) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(10,111,189) 0%, rgb(44,143,219) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(10,111,189) 0%, rgb(44,143,219) 100%);
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0;
    -webkit-transform: scale3d(0.7, 0.8, 1);
    transform: scale3d(0.7, 0.8, 1);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	z-index: 1;
  }
  .infoPublicFast dd .con:hover:before{
	opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .infoPublicFast dd .con:hover{
	border-color: transparent;
  }
  .infoPublicFast dd .bg{
	display: block;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
  }
  .infoPublicFast dd .bg::before{
	display: block;
	content: '';
	position: absolute;
	width: 56px;
	height: 56px;
	top: -56px;
	left: -56px;
	background: url(/cyx/pc/images/indexYun.png) center center no-repeat;
	z-index: 2;
  }
  .infoPublicFast dd .con:hover .bg::before{
	animation: pulse1 300ms ease-in forwards;
}
.infoPublicFast dd .icon{
	position: relative;
	height: 50px;
	width: 50px;
	margin: 0 auto;
	overflow: hidden;
	z-index: 3;
}
.infoPublicFast dd .icon span{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: center center;
	transform:all .6s;
	-webkit-transform:all .6s;
}  
.infoPublicFast dd .icon span.span1{
	z-index: 3;
}
.infoPublicFast dd .icon span.span2{
	z-index: 5;
	transform: translateY(10px);
	-webkit-transform: translateY(10px);
	opacity: 0;
	visibility: hidden;
}
.infoPublicFast dd .con:hover .icon span.span2{
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	opacity: 1;
	visibility: visible;
}
.infoPublicFast dd .con:hover .icon span.span1{
	transform: translateY(10px);
	-webkit-transform: translateY(10px);
	opacity: 0;
	visibility: hidden;
}
.infoPublicFast dd .title {
    overflow: hidden;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
    color: #333;
    transition: all .4s;
    -webkit-transition: all .4s;
    position: relative;
    z-index: 3;
}
.infoPublicFast dd:hover .title{
	color: #fff;
} 
.infoPublicR1{
	width: 37.6775%;
	height: 444px;
	background: url(../jpg/mzjw21.jpg) right bottom no-repeat;
	background-size: cover;
}
.infoPublicR1 a{
	display: block;
	height: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding:43px 4.125%;
}
.infoPublicRTitle{
	line-height: 48px;
	font-size: 30px;
	font-weight: bold;
	color: #15589f;
}
.infoPublicRTitle1{
	height: 34px;
	line-height: 34px;
	font-size: 20px;
	color: #8dafd4;
	margin-bottom: 10px;
}
.infoPublicR1Dl{
	margin-right: -20px;
	overflow: hidden;
}
.infoPublicR1Dl dd{
	padding: 10px 0;
	float: left;
	display: inline;
	width: 120px;
	margin-right: 20px;
}
.infoPublicR1Dl dd span{
	display: block;
	height: 42px;
	line-height: 42px;
	font-size: 16px;
	color: #15589f;
	font-size: 18px;
	background: #fff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0 10px;
	text-align: center;
	transition: all .4s;
	-webkit-transition: all .4s;
}
.infoPublicR1Dl dd span:hover{
	background: #15589f;
	color: #fff;
	border-radius: 3px;
}
.infoPublicL1{
	margin-right: 20px;
}
.infoPublicTopTab1{
	display: flex;
	margin: 0 -10px;
	position: relative;
	padding-bottom: 21px;
}
.infoPublicTopTab1::before{
	display: block;
	content: '';
	position: absolute;
	left: 10px;
	right: 10px;
	height: 2px;
	bottom: 0;
	background: #e0e7f0;
}
.infoPublicTopTab1 dd{
	flex: 1;
	padding: 0 10px;
}
.infoPublicTopTab1 dd a{
	display: block;
	height: 63px;
	padding: 0 10px 0 20px;
	background-image: -moz-linear-gradient( 29deg, rgb(242,248,253) 0%, rgb(251,253,255) 100%);
	background-image: -webkit-linear-gradient( 29deg, rgb(242,248,253) 0%, rgb(251,253,255) 100%);
	background-image: -ms-linear-gradient( 29deg, rgb(242,248,253) 0%, rgb(251,253,255) 100%);
}
.infoPublicTopTab1 dd a span{
	display: block;
	height: 63px;
	line-height: 63px;
	font-size: 20px;
	color: #333;
	font-weight: bold;
	transition: all .25s;
	-webkit-transition: all .25s;
	background-position: right center;
	background-repeat: no-repeat;
}
.infoPublicTopTab1 dd.hover a span{
	color: #3e75b1;
}
.infoPublicfast1{
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
	padding: 10px 0;
	opacity: 0;
    transform: translate(0, 10px);
    -webkit-transform: translate(0, 10px);
    animation: fadeXS 0.4s linear forwards;
}

.infoPublicfast1 dt,
.infoPublicfast1 dd{
	width: 33.33334%;
	padding: 10px 0;
}
.infoPublicfast1 dd a{
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 10px;
	height: 65px;
	border: 1px solid #e0e7f0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.infoPublicfast1 dd a em{
	display: block;
	width: 50px;
	height: 65px;
	background-position: center center;
	background-repeat: no-repeat;
}
.infoPublicfast1 dd a span{
	font-size: 20px;
	color: #333;
}
.infoPublicfast1 dd a:hover{
	background: rgba(224, 231, 240, .5);
	border-color:rgba(224, 231, 240, 0);
}
.infoPublicfast1 dt a{
	display: block;
	height: 85px;
	margin: 0 10px;
	padding: 0 20px;
	font-size: 20px;
	color: #333;
	line-height: 85px;
	background-image: -moz-linear-gradient( 50deg, rgb(243,248,252) 0%, rgb(252,253,255) 100%);
	background-image: -webkit-linear-gradient( 50deg, rgb(243,248,252) 0%, rgb(252,253,255) 100%);
	background-image: -ms-linear-gradient( 50deg, rgb(243,248,252) 0%, rgb(252,253,255) 100%);
	position: relative;
}
.infoPublicfast1 dt a span{
	position: relative;
	z-index: 3;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.infoPublicfast1 dt a:hover span{
	color: var(--themeColor);
} 
.infoPublicfast1 dt a em{
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-position: right center;
	background-repeat: no-repeat;
	overflow: hidden;
}
.infoPublicTopTabC1{
	height: 360px;
	overflow: hidden;
}
.infoPublicTop1{
	height: 342px;
	overflow: hidden;
}
.infoPublicL2 .focusDl a,
.infoPublicR2 .focusDl a{
	height: 42px;
	line-height: 42px;
	font-size: 16px;
	color: #333;
}
.infoPublicL2 .focusDl a .title i,
.infoPublicR2 .focusDl a .title i{
	width: 5px;
	height: 5px;
	margin-right: 10px;
}
.infoPublicL2 .focusDl a .title em{
	font-style: normal;
	font-size: 16px;
	color: #ff0000;
}
.infoPublicL2 .focusDl{
	height: 335px;
}
.infoPublicR2 {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-left: 20px;
}
.infoPublicL2{
	margin-right: 20px;
}
.infoPublicR2Title{
	height: 58px;
	line-height: 24px;
	font-size: 22px;
	font-weight: bold;
	color: #007ad8;
	border-bottom: 2px solid #ebf0f6;
	margin-bottom: 22px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.infoPublicDl{
	margin: 0 -10px;
}
.infoPublicDl dd{
	flex: 1;
}
.infoPublicDl dd .con{
	display: block;
	margin: 0 10px;
	height: 102px;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 5px;
	justify-content: center;
	padding: 10px;
	position: relative;
	overflow: hidden;
	border: 2px solid #f2f8ff;
}
.infoPublicDl dd .con::before{
	display: block;
	content: '';
	border-radius: 5px;
	background: #f2f8ff;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	-webkit-transform: scale(2);
    transform: scale(2);
   	transition: all .3s ease;
   	-webkit-transition: all .3s ease;
	z-index: 1;
  }
  .infoPublicDl dd.hover .con:before{
	opacity: 0;
	-webkit-transform: scale(.8);
    transform: scale(.8);
  }
.infoPublicDl dd .icon{
	position: relative;
	height: 50px;
	width: 50px;
	margin: 0 auto;
	overflow: hidden;
	z-index: 3;
}
.infoPublicDl dd .icon span{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: center center;
	transform:all .6s;
	-webkit-transform:all .6s;
}  
.infoPublicDl dd .icon span.span1{
	z-index: 3;
}
.infoPublicDl dd .title{
	overflow: hidden;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 18px;
	color: #333;
	transform:all .4s;
	-webkit-transform:all .4s;
	position: relative;
	z-index: 3;
}
.infoPublicDl dd.hover .con .title{
	color: var(--themeColor);
}
.infoPublicL2 .focusDl {
    opacity: 0;
    transform: translate(0, 10px);
    -webkit-transform: translate(0, 10px);
    animation: fadeXS 0.4s linear forwards;
}


.indexTitle1{
	text-align: center;
	position: relative;
}
.indexTitle1 a{
	display: inline-block;
}
.indexTitle1 .more{
	position: absolute;
	right: 0;
	top: 15px;
	font-size: 14px;
	line-height: 24px;
}
.indexTitle1 .more a{
	display: block;
	color: var(--themeColor);
	transition: all .4s;
	-webkit-transition: all .4s;
}
.indexTitle1 .more a:hover{
	font-weight: bold;
}
.indexTitle1 span{
	display: inline-block;
	height: 50px;
	line-height: 50px;
	font-size: 22px;
	font-weight: bold;
	padding: 0 30px;
	color: #333;
	position: relative;
	transition: all .4s;
	-webkit-transition: all .4s;
}
.indexTitle1 span::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 50px;
	background: url(../png/f9znlh.png) left center no-repeat;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.indexTitle1 span::after{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 50px;
	background: url(../png/isknvf.png) right center no-repeat;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.indexColumImg4{
	position: relative;
	overflow: hidden;
}
.indexColumImg4 .bd{
	margin: 0 -10px;
}
.indexColumImg4 .swiper-slide{
	width: 25%;
	padding: 0 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.indexColumImg4 .swiper-slide .pic{
	border-radius: 10px;
	overflow: hidden;
}
.indexColumImg4 .swiper-slide a{
	display: block;
	border-radius: 10px;
	overflow: hidden;
}
.indexColumImg4 .swiper-slide .pic::before{
	padding-top: 34.375%;
}
.indexColumImg4Prev,
.indexColumImg4Next {
	display: block;
	width: 30px;
	height: 50px;
	background: rgba(0, 0, 0, 0.3);
	cursor: pointer;
	position: absolute;
	z-index: 2;
	top: 50%;
	margin-top: -25px;
	transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
}

.indexColumImg4Prev {
	left: -50px;
}

.indexColumImg4Next {
	right: -50px;
}
.indexColumImg4:hover .indexColumImg4Prev{
	left: 0;
}
.indexColumImg4:hover .indexColumImg4Next{
	right: 0px;
}
.indexColumImg4Prev:hover,
.indexColumImg4Next:hover {
	background: rgba(0, 0, 0, 0.5);
}

.indexColumImg4 .indexColumImg4Prev::before,
.indexColumImg4 .indexColumImg4Next::before {
	display: block;
	content: '';
	color: #FFFFFF;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 20px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.indexColumImg4 .indexColumImg4Prev::before {
	left: 15px;
	border-left: solid 1px currentColor;
	border-top: solid 1px currentColor;
}

.indexColumImg4 .indexColumImg4Next::before {
	left: 8px;
	border-bottom: solid 1px currentColor;
	border-right: solid 1px currentColor;
}

.zjcyColumn{
	background: url(../png/lptv3j.png) center top no-repeat;
	height: 811px;
	position: relative;
	z-index: 2;
}
.zjcyTitle{
	position: relative;
	height: 45px;
	margin-bottom: 42px;
}
.zjcyTitle span{
	display: block;
	position: relative;
	height: 113px;
	top: -45px;
	background-position:center bottom;
	background-repeat: no-repeat;
	background-size: auto 113px;
}
.zjcyDl{
	display: flex;
	justify-content: center;
} 
.zjcyDl dd{
	margin: 0 15px;
	
}
.zjcyDl dd a{
	display: block;
	width: 100px;
	height: 100px;
	border: 6px solid #e7f1f9;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	border-radius: 100px;
}
.zjcyDl dd a::before{
	display: block;
	content: '';
	position: absolute;
	top: 0px;
	right: 0px;
	left: 0px;
	bottom: 0px;
	z-index: 2;
	background: rgba(13, 70, 148, .3);
	border-radius: 100%;
	transition: all .4s;
	-webkit-transition: all .4s;
} 
.zjcyDl dd a span{
	display: block;
	position: relative;
	z-index: 3;
	line-height: 100px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.zjcyDl dd.hover a::before{
	background: rgba(204, 78, 10, .5);
}
.zjcyDl dd:hover span{
	font-weight: bold;
}
.zjcySwiper{
	overflow: hidden;
	padding-bottom: 122px;
	position: relative;
}
.zjcySwiper .bd{
	margin: 0 -20px;
}
.zjcySwiper .swiper-slide{
	float: left;
	display: inline;
	width: 25%;
	position: relative;
	transition: .2s;
	-webkit-transition: .2s;
}
.zjcySwiper .swiper-slide a{
	display: block;
	margin: 0 20px;
	border-radius: 10px;
	position: relative;
	overflow: hidden;
}
.zjcySwiper .swiper-slide:nth-child(2n-1){
	top: 61px;
}
.zjcySwiper .swiper-slide .pic::before{
	padding-top: 131.25%;
}
.zjcySwiper .swiper-slide span{
	position: absolute;
	right: 10px;
	top: 5px;
	bottom: 20px;
	width: 46px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-size: 18px;
	color: #fff;
	text-align: center;
	padding: 24px 12px 0;
	background: url(../png/z3ukti.png) top center no-repeat;
	background-size: auto 184px;
	overflow: hidden;
}
.zjcySwiperDot{
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	width: 100%;
}
.zjcySwiperDot span{
	margin: 0 6px;
	width: 11px;
	height: 11px;
	background: #cfe7f9;
	opacity: 1;
	transition: all .4s;
	-webkit-transition: all .4s;
	border-radius: 11px;
}
.zjcySwiperDot span.swiper-pagination-bullet-active{
	width: 40px;
	background: var(--themeColor);
}

.columnImgTitle{
	position: relative;
	z-index: 3;
	display: flex;
	justify-content: space-between;
}
.columnImgTitle::before{
	display: block;
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	left: 0;
	right: 0;
	top: 50%;
	background: var(--themeColor);
	z-index: -1;
}
.columnImgTitle .title{
	background: #FFF;
	height: 46px;
	padding-right: 30px;
	line-height: 46px;
	font-size: 24px;
	font-weight: bold;
	color: #181818;
}
.columnImgTitle .more{
	position: relative;
	z-index: 3;
	padding-left: 30px;
	background: #fff;
}
.columnImgTitle .more a{
	display: block;
	height: 46px;
	line-height: 46px;
	padding-right: 20px;
	background: url(../png/1p270p.png) right center no-repeat;
	font-size: 16px;
	color: #666;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.columnImgTitle .more:hover a{
	padding-right: 25px;
	background: url(../png/sw5ej3.png) right center no-repeat;
	color: var(--themeColor);
}
.columnImgHalveSwiper {
	position: relative;
	height: 175px;
	overflow: hidden;
	
}
.columnImgHalveSwiper .bd{
	overflow: hidden;
	margin: 0 -13px;
}
.columnImgHalveSwiper .swiper-slide{
	float: left;
	display: inline;
	width: 25%;
}

.columnImgHalveSwiper  .slickCon {
	margin: 0 13px;
	border-radius: 10px;
	overflow: hidden;
}

.columnImgHalveSwiper .swiper-slide .pic::before {
	padding-top: 51.5152%;
}

.columnImgHalveSwiper .prev,
.columnImgHalveSwiper .next {
	display: block;
	width: 30px;
	height: 50px;
	background: rgba(0, 0, 0, 0.3);
	cursor: pointer;
	position: absolute;
	z-index: 2;
	top: 50%;
	margin-top: -25px;
	transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
}

.columnImgHalveSwiper .prev {
	left: -50px;
}

.columnImgHalveSwiper .next {
	right: -50px;
}
.columnImgHalveSwiper:hover .prev{
	left: 0;
}
.columnImgHalveSwiper:hover .next{
	right: 0px;
}
.columnImgHalveSwiper .prev:hover,
.columnImgHalveSwiper .next:hover {
	background: rgba(0, 0, 0, 0.5);
}

.columnImgHalveSwiper .prev::before,
.columnImgHalveSwiper .next::before {
	display: block;
	content: '';
	color: #FFFFFF;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 20px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.columnImgHalveSwiper .prev::before {
	left: 15px;
	border-left: solid 1px currentColor;
	border-top: solid 1px currentColor;
}

.columnImgHalveSwiper .next::before {
	left: 8px;
	border-bottom: solid 1px currentColor;
	border-right: solid 1px currentColor;
}
.columnImgHalve .columnEwm{
	padding: 0;
	background: transparent;
}
.columnImgHalve .columnEwmDl{
	background: #f7f9fa;
	border-radius: 10px;
}



.footer{
	background: #fff;
	border-top: none;
	padding-top: 0;
}
.footerNav{
	background: var(--themeColor);
}
.footerNavDl dd .yj{
	height: 50px;
	line-height: 50px;
	padding: 0 10px;
	background: none;
}
.footerNavDl dd .yj a {
	display: flex;
	justify-content: center;
	color: #fff;
}
.footerNavDl dd .yj a span{
	height: 50px;
	width: 30px;
	position: relative;
	right: auto;
	background: url(../png/i3g0nu.png) center no-repeat;
}
.footerNav::after{
	display: none;
}
.footerCon{
	background: transparent;
	padding: 45px 0;
}
.footerConL{
	position: relative;
}
.footerConL::before{
	display: block;
	content: '';
	position: absolute;
	width: 1px;
	height: 88px;
	top: 50%;
	margin-top: -44px;
	left: -30px;
	background: #e5e3e3;
}
.footerNavDl dd .ej{
	bottom: 50px;
}
.footerConL span{
	color: #666;
	line-height: 38px;
}
.footerConL a{
	color: #666;
	line-height: 38px;
}
.footerConL a:hover{
	color: var(--themeColor);
}
.footerMenu{
	width:100px;
	padding-right:30px;
	position: relative;
}
.footerDl {
	display: flex;
	align-items: center;
	padding: 25px 0;
}
.footerDl dd{
	width: 100%;
	padding: 10px 0;
}
.footerDl dd::before{
	display: none;
}
.footerDl dd a{
	margin: 0;
	color: #555;
	display: block;
	height: 38px;
	line-height: 38px;
	font-size: 15px;
	font-weight: bold;
}

.footerDl dd:hover a{
	color: var(--themeColor);
}
.footerRPic{
	margin-left: 10px;
	border-radius: 2px;
}
.footerConR1{
	height: 36px;
	line-height: 36px;
	padding-top: 10px;
	display: flex;
	justify-content: space-between;
	font-size: 15px;
	color: #666;
}
.footerConR1 span{
	padding-left: 15px;
}
.footerConR {
	display: flex;
	justify-content: end;
	flex-direction: column;
}
.footerConR2{
	display: flex;
	justify-content: space-between;
}

.subPageR{
	overflow: hidden;
}
.leftNav{
	width: 270px;
	margin-right: 20px;
	box-shadow: 6px 2px 10px 0 rgba(0, 0, 0, 0.08);
}
.leftNavTitle{
	height: 90px;
	line-height: 90px;
	font-size: 32px;
	background: var(--themeColor);
	color: #fff;
	text-align: center;
	border-radius: 5px 5px 0 0;
}
.leftNavDl1 dt{
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	background: var(--themeColor);
	color: #fff;
	text-align: center;
	margin-bottom: 10px;
	border-radius: 5px;
}
.leftNavDl1 dd{
	border-bottom: 1px solid #ebebeb;
}
.leftNavDl1 dd .yj {
	position: relative;
	z-index:3;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.leftNavDl1 dd .yj a{
	line-height:24px;
	display: block;
	font-size: 18px;
	color: #333333;
	padding: 24px 46px 24px 30px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	position: relative;
	z-index:2;
}
.leftNavDl1 dd .yj a:before{
	display: block;
	content: '';
	position: absolute;
	width: 2px;
	height: 100%;
	top: 0;
	left: 0;
	background: var(--themeColor);
	transition: all .4s linear;
	-webkit-transition: all .4s linear;
	transform: scaleY(.7);
	-webkit-transform: scaleY(.7);
	opacity: 0;
	visibility: hidden;
}
.leftNavDl1 dd:last-child .yj a{
	margin-bottom: 0;
}
.leftNavDl1 dd .yj a i{
	width: 16px;
	height: 16px;
	display: inline-block;
	background: url(../png/s6eyds.png) no-repeat center center;
	background-size: cover;
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top: -8px;
	display: none;

}
.leftNavDl1 dd .yj span{
	position: absolute;
	cursor: pointer;
	z-index: -1;
	top: 50%;
	margin-top: -22px;
	right: 0px;
	width: 55px;
	height: 44px;
	display: inline-block;
	background: url(../png/092vq3.png) no-repeat center center;
}
.leftNavDl1 dd .ejBox{
	display: none;
}
.leftNavDl1 dd .ej{
	position: relative;
}
.leftNavDl1 dd .yj {
	position: relative;
}
.leftNavDl1 dd:last-child .yj a{
	margin-bottom: 0;
}
.leftNavDl1 dd .yj a i{
	width: 16px;
	height: 16px;
	display: inline-block;
	background: url(../png/s6eyds.png) no-repeat center center;
	background-size: cover;
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top: -8px;
	display: none;

}
.leftNavDl1 dd .ej a{
	line-height: 20px;
	border-radius: 4px;
	display: block;
	font-size: 16px;
	padding: 15px 42px 15px 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: -5px;
	right: 34px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #999;
	border-right: 2px solid #999;
	transform: rotate(45deg);
	display: block;
	content: '';
}
.leftNavDl1 dd .ej span{
	position: absolute;
	z-index: 2;
	top: 0px;
	width: 55px;
	height: 44px;
	right: 0px;
	background: url(../png/w4pqv6.png) no-repeat center center;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	cursor: pointer;
}
.leftNavDl1 dd .sj{
	border: 1px solid #e4f1fe ;
	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{
	background: #f2f8ff;
}
.leftNavDl1 dd .yj:hover a{
	color: var(--themeColor);
	font-weight: bold;
}
.leftNavDl1 dd .yj:hover a:before{
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	opacity: 1;
	visibility: visible;
}
.leftNavDl1 dd .yj:hover a i{
	background: url(/cyx/pc/images/leftnavicn1h.png) no-repeat center center;
}
.leftNavDl1 dd .yj:hover span{
	background: url(../png/pl1549.png) no-repeat center center;
}
.leftNavDl1 dd.hover .yj{
	background: #f2f8ff;
}
.leftNavDl1 dd.hover .yj a{
	color: var(--themeColor);
	font-weight: bold;
}
.leftNavDl1 dd.hover .yj a:before{
	opacity: 1;
	visibility: visible;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
}
.leftNavDl1 dd.hover .yj a i{
	background: url(/cyx/pc/images/leftnavicn1h.png) no-repeat center center;
}
.leftNavDl1 dd.hover .yj span{
	background: url(../png/pl1549.png) no-repeat center center;
}

.leftNavDl1 dd.active .yj a i{
	background: url(/cyx/pc/images/leftnavicn1h.png) no-repeat center center;
}
.leftNavDl1 dd.active .yj span{
	background: url(../png/pl1549.png) no-repeat center center;
}
.leftNavDl1 dd .ej:hover a{
	color: var(--themeColor);
}
.leftNavDl1 dd .ej:hover span{
	transform: rotateX(180deg);
}
.leftNavDl1 dd .ejCon.hover .ej a{
	font-weight: bold;
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
	color: var(--themeColor);
}
.leftNavDl1 dd .ejCon.hover .ej a:before{
	border-top-color:var(--themeColor);
	border-right-color:var(--themeColor);
}
.leftNavDl1 dd .ejCon:hover .ej a:before{
	border-top-color:var(--themeColor);
	border-right-color:var(--themeColor);
}

.leftNavDl1 dd .ejCon.hover span{
	transform: rotateX(180deg);
}
.leftNavDl1 dd .ejCon.active .ej a{
	background: #e4f1fe ;
	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: var(--themeColor);
}
.leftNavDl1 dd .sj a:hover:before{
	border-color: var(--themeColor);
}
.leftNavDl1 dd .sj a.hover{
	font-weight: bold;
	color: var(--themeColor);
}
.leftNavDl1 dd .sj a.hover:before{
	border-color: var(--themeColor);
}
.subPage{
	background: none;
}
.subPage.flex{
	display: block;
}
.locationIndex{
	display: flex;
	line-height: 60px;
	font-size: 16px;
	color: #333;
}
.locationIndex span{
	display: block;
	height: 60px;
	padding-left: 30px;
	color: #666;
	background: url(../png/jgf0na.png) no-repeat left center;
	background-size: 20px;
}
.locationIndex em{
	font-style: normal;
	padding: 0 5px;
	color: #999;
}
.locationIndex a{
	color: #333;
	transition: all .4s;
	-webkit-transition: all .4s;
}
.locationIndex a.hover,
.locationIndex a:hover{
	color: var(--themeColor);
}