@charset "UTF-8";
:root {--themeColor: #c7020c;--themeColor2: #c50b16; --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(#d62f30, #d62f30);
    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布局 */
.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(../images/default.png);
}
/* ========== 主体框架 start ========== */
/* ————— 头部 start ————— */
.top{
	position: relative;
	height: 545px;
}
.top1 {
	height: 50px;
	line-height: 50px;
	position: relative;
	z-index: 2;
}

.topL {
	overflow: hidden;
	margin: 0 -13px;
}

.topL a {
	float: left;
	display: inline;
	margin: 0 13px;
	font-size: 15px;
	color: #333;
	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(102, 102, 102, .2);
}

.topL a:hover {
	color: #f5f5f5;
}
.topL span{
	float: left;
	display: inline;
	font-size: 15px;
	color: #333;
	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(--themeColor);
}
.topR a.wzaBtn{
	padding-left: 25px;
	background: url(../images/wzaIcon1_h.png) left center no-repeat;
	background-size: 20px;
	color: #333;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.topR a.wzaBtn:hover{
	color: var(--themeColor);
	background: url(../images/wzaIcon1.png) left center no-repeat;
	background-size: 20px;
}
.top2{
	padding-top: 105px;

}
.logo{
	text-align: center;
	margin-bottom:38px;
}
.logo a{
	display: inline-block;
	font-size: 0;
	overflow: hidden;
	vertical-align: middle;
}
.logo a img{
	display: block;
	margin: 0 auto;
	font-size: 0;
}
.logo a img.img1{
	height: 90px;
	margin-bottom: 16px;
}
.logo a img.img2{
	height: 85px;
}
.topSearchHot{
	width:560px;
	display: flex;
	margin: 0 auto;
	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: 520px;
	margin: 0 auto;
	box-shadow: 0px 0 10px 0 rgba(57, 42, 34, 0.08);
	border-radius: 6px;
	overflow: hidden;
	display: flex;
	height: 50px;
}
.searchBtn {
	width: 100px;
	height:50px;
	line-height: 50px;
	font-size: 0;
	text-align: center;
	background: var(--themeColor2);
	cursor: pointer;
}

.searchBtn span {
	display: inline-block;
	padding-right: 30px;
	position: relative;
	background: url(../images/searchIcon.png) right 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:50px;
	line-height:50px;
	font-size: 16px;
	color: #333;
	background: none;
	border: none;
}
.searchInput input::-webkit-input-placeholder {
	color: #999;
	font-size: 16px;
	text-align: left;
}

.top3C {
	padding: 55px 0 0;
	height: 230px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.top3C .logo {
	overflow: hidden;
	text-align: left;
	margin-bottom: 0;
}
.top3C .logo a img{
	display: inline-block;
}
.top3C .logo a img.img2{
	margin-left: 20px;
}
.top3C .wrap{
	justify-content: space-between;
	align-items: center;
}
.top3C .topSearch {
	margin-top: 10px;
	justify-content: end;
	margin: 0 0;
}
.subBanner{
	height: 280px;
}
/* ————— 头部 end ————— */

/* indexBanner start */
.indexBanner {
	position: absolute;
	height: 615px;
	top: 0;
	left: 0;
	width: 100%;
	z-index: -1;
}
.indexBanner .swiper-slide .bg {
	position: relative;
	height: 100%;
	background-size: cover;
	background-position: -1px center;
	background-repeat: no-repeat;
}
/* indexBanner end */

/* menu start */
.menuBox{
	background:#b3121a;
	height: 70px;
	position: relative;
	z-index:10;
}
.menuDl{
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 2;
}
.menuDl dd{
	height: 70px;
	position: relative;
}
.menuDl dd .yj a{
	display: block;
	overflow: hidden;
	line-height: 70px;
}
.menuDl dd .yj a em{
	float: left;
	display: inline;
	width: 45px;
	height: 70px;
	background-repeat: no-repeat;
	background-position: left center;
}
.menuDl dd .yj a span{
	float: left;
	display: inline;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}
.menuDl dd .ejBox{position: absolute;top: 100%;left: 0;width: auto;z-index: 3;border-radius: 0 0 3px 3px;height: 0;overflow: hidden;}
.menuDl dd .ejBox .ejBoxC{height: 50px;overflow: hidden;}
.menuDl dd .ejBox .ejBoxC li{float: left;display: inline;}
.menuDl dd .ejBox .ejBoxC a{display: block; padding: 15px 10px;line-height: 40px;font-size: 16px;color: #333;text-align: center;transition: all .3s;-webkit-transition: all .3s;white-space: nowrap;}
.menuDl dd .ejBox .ejBoxC a:hover{color: var(--themeColor);font-weight: bold; }
.menuBox .menuIcon{
	border-radius: 2px;
	overflow: hidden;
}
.menuBg{
	position: absolute;
	width: 100%;
	height: 70px;
	left: 0;
	top: 100%;
	background: #fff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
	z-index: 1;
	display: none;
}
/* menu end */
/* 内页导航栏 start */
/* 内页导航栏 end */

/* ========== 内层框架 end ========== */
/* ========== 首页 start ========== */
.indexHot{
	height: 200px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 20px 55px;
	border-radius: 10px;
	background: #fff;
	position: relative;
}
.indexHot::before{
	display: block;
	content: '';
	position: absolute;
	width: 82px;
	height: 100px;
	left: -4px;
	top: 0;
	background: url(../images/indexHotBg.png) top left no-repeat;
}
.indexHot .bd{
	height: 125px;
	overflow: hidden;
}
.indexHot .swiper-slide{
	height: 125px;
	overflow: hidden;
	text-align: center;
} 
.indexHot .title{
	height: 50px;
	line-height: 50px;
	font-size:26px;
	font-weight: bold;
	color: var(--themeColor);
	text-align: center;
}

.indexHot .aline_r{
	background-size: 0 2px;
}
.indexHot .alin_r:hover .aline_r{
	background-size: 100% 2px;
}
.indexHot .text{
	height: 76px;
	line-height: 38px;
	font-size: 16px;
	color: #666;
	overflow: hidden;
	text-align: center;
}
.indexHotDot{
	text-align: center;
	display: flex;
}
.indexHotDot span{
	margin: 0 10px;
	flex: 1;
	height: 4px;
	background: #f7c2c4;
	opacity: 1;
	border-radius:4px;
	overflow: hidden;
}
.indexHotDot span::before{
	display: block;
	content: '';
	width: 0;
	height: 100%;
	top: 0;
	left: 0;
	background: #b92b2c;
}
.indexHotDot span.swiper-pagination-bullet-active::before{
	animation: wd 5s linear forwards;
}
@keyframes wd {
	0%{
		width: 0;
	}100%{
		width: 100%;
	}
}
.indexFocusBox{
	border-radius: 5px;
	height: 415px;
	margin: 0 -15px;
}
.focusSwiper{
	width:47.0149%;
	overflow:hidden;
	border-radius: 5px;
	position: relative;
	height: 415px;
	margin: 0 15px;
}
.focusSwiper .bd{
	overflow:hidden;
	border-radius: 5px;
}
.focusSwiper .pic::before{
	padding-top: 65.8730%;
}
.focusHtml{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;
	z-index: 5;
	background: rgba(0, 0, 0, 0.5);
	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: 16px;
	color: #fff;
}
.focusDot{
	position: relative;
	height: 60px;
	overflow: hidden;
	display: flex;
	align-items: center;
}
.focusDot span{
	float: left;
	display: inline;
	width: 8px;
	height: 8px;
	opacity: 1;
	background: #fff;
	transition: all .3s;
	-webkit-transition: all .3s;
	margin-left: 12px;
}
.focusDot span.swiper-pagination-bullet-active{
	background: var(--themeColor);
}
.focusRight{
	margin: 0 15px;
}
.indexTitle{
	display: flex;
	margin: 0 -15px;
}
.indexTitle dd{
	margin: 0 15px;
}
.indexTitle dd a{
	display: block;
	padding: 0 24px;
	height: 44px;
	line-height: 44px;
	font-size: 20px;
	font-weight: bold;
	color: #333;
	position: relative;
	transition: all .4s;
	-webkit-transition: all .4s;
}
.indexTitle dd.hover a{
	background: #FFF;
	box-shadow: 0px 5px 10px 1px rgba(2, 32, 109, 0.08);
	border-radius: 4px;
}
.indexTitle dd.hover a::before{
	background: url(../images/indexzsL.png) left center no-repeat;
	opacity: 1;
	visibility: visible;
}
.indexTitle dd.hover a::after{
	background: url(../images/indexzsR.png) right center no-repeat;
	opacity: 1;
	visibility: visible;
}
.indexTitle dd.hover a{
	color: var(--themeColor);
}
.focusTabC{
	padding-top: 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	height: 375px;
	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);
	}
}
.focusRight .focusDl{
	height: 352px;
}
.focusDl a{
	width: 100%;
	height: 44px;
	line-height: 44px;
	font-size: 16px;
	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: 0px;
	height: 0px;
	border: 5px solid transparent;
	border-left-color: #666666;
	margin-right: 5px;
	transition: all .4s;
	-webkit-transition: all .4s;
	font-size: 0;
}
.focusDl .time{
	font-size: 16px;
	color: #666;
}
.focusDl dd:hover a{
	color: var(--themeColor);
	letter-spacing: 1px;
}
.focusDl dd:hover a i{
	border-left-color: var(--themeColor);
}
.focusDl ul li{
	display: flex;
	height: 44px;
	line-height: 44px;
	position: relative;
	padding-left: 20px;
	transition: all .4s;
	-webkit-transition: all .4s;
}
.focusDl ul li::before{
	display: block;
	content: '';
	position: absolute;
	width: 0px;
	height: 0px;
	left: 0;
	top: 50%;
	margin-top: -5px;
	border: 5px solid transparent;
	border-left-color: #666666;
	transition: all .4s;
	-webkit-transition: all .4s;
}
.focusDl ul li:hover::before{
	border-left-color: var(--themeColor);
	transition: all .4s;
	-webkit-transition: all .4s;
	border-radius: 100%;
}
.focusDl ul li a{
	flex: 1;
	transition: all 160ms cubic-bezier(0.2, 1, 0.3, 1);
	word-break: break-all;
    display: -webkit-box !important;
    -webkit-line-clamp: 1 !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
	margin-right: 20px;
}
.focusDl ul li span{
	font-size:16px;
	color: #666;
}
.focusDl ul li:hover {
    color: var(--themeColor);
    letter-spacing: 1px;
}
.focusDl ul li:hover a{
    color: var(--themeColor);
}
.indexInforBox{
	margin: 0 -15px;
}
.indexInforL,
.indexInforR{
	margin: 0 15px;
}
.focusTab1{
	position: relative;
	height: 56px;
	line-height: 56px;
	border-bottom: 2px solid #eaeaea;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.indexTitle1{
	position: relative;
}
.indexTitle1::after{
	display: block;
	content: '';
	clear: both;
	overflow:hidden ;
}
.indexTitle1 dd{
	float: left;
	display: inline;
	margin-right: 60px;
}
.indexTitle1 dd a{
	position: relative;
	display: block;
	height: 56px;
	line-height: 56px;
	font-size: 20px;
	font-weight: bold;
	color: #333;
}
.indexTitle1 dd a::before{
	display: block;
	content: '';
	position: absolute;
	width: 100%;
	height: 4px;
	left: 0;
	bottom: -1px;
	border-radius: 2px;
	background: var(--themeColor);
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	transition: all .3s;
	-webkit-transition: all .3s;
	opacity: 0;
	visibility: hidden;
}
.indexTitle1 dd.hover a::before{
	opacity: 1;
	visibility: visible;
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
}
.indexTitle1 dd.hover a{
	color: var(--themeColor);
}
.indexInforBox .focusTabC{
	height: 275px;
}
/* 通栏图 start */
.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;
}
/* 通栏图3等分 start */
.indexColumImg3{
	position: relative;
	overflow: hidden;
}
.indexColumImg3 .bd{
	margin: 0 -15px;
}
.indexColumImg3 .swiper-slide{
	width: 33.333%;
	float: left;
	display: inline;
	padding: 0 15px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.indexColumImg3 .pic::before{
	padding-top: 26.96629%;
}
.indexColumImg3 a{
	display: block;
	overflow: hidden;
}
.indexColumImg3 .prev,
.indexColumImg3 .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;
	opacity: 0;
	visibility: hidden;
}
.indexColumImg3 .prev {
	left: -15px;
}

.indexColumImg3 .next {
	right: -15px;
}
.indexColumImg3:hover .prev{
	left: 0px;
	opacity: 1;
	visibility: visible;
}
.indexColumImg3:hover .next{
	right:0px;
	opacity: 1;
	visibility: visible;
}
.indexColumImg3 .prev:hover,
.indexColumImg3 .next:hover {
	
	background: rgba(0, 0, 0, 0.5);
}

.indexColumImg3 .prev::before,
.indexColumImg3 .next::before {
	display: block;
	content: '';
	color: #FFFFFF;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 20px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.indexColumImg3 .prev::before {
	left: 15px;
	border-left: solid 1px currentColor;
	border-top: solid 1px currentColor;
}

.indexColumImg3 .next::before {
	left: 8px;
	border-bottom: solid 1px currentColor;
	border-right: solid 1px currentColor;
}
/* 信息公开 start */
.indexTitle2{
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}
.indexTitle2 .title{
	flex: 1;
	overflow: hidden;
	margin-right: 20px;
}
.indexTitle2 .more{
	height:70px;
	line-height: 70px;
}
.indexTitle2 .more a{
	font-size: 16px;
	display: inline-block;
	color: var(--themeColor);
	transition: all .3s;
	-webkit-transition: all .3s;
}
.indexTitle2 .more a:hover{
	font-weight: bold
;
}
.indexTitle2 span{
	display: inline-block;
	height: 70px;
	line-height: 70px;
	font-size: 24px;
	font-weight: bold;
	color: var(--themeColor);
	padding-right: 20px;
	position: relative;
}
.indexTitle2 span::before{
	display: block;
	content: '';
	position: absolute;
	width: 1400px;
	height: 70px;
	right: -1400px;
	top: 0;
	background: url(../images/indexTitleBg1.png) left center no-repeat;
}
.indexInfoPublic .focusTabC{
	height: 285px;
}
.indexInfoPublic .focusDl{
	height: 265px;
}
.indexInfoPublicT{
	margin: 0 -15px;
}
.indexInfoPublicL{
	margin: 0 15px;
}
.indexInfoPublicR{
	width: 560px;
	height: 335px;
	margin: 0 15px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding-top: 40px;
}
.indexInfoPublicDl dd{
	padding: 10px 0;
}
.indexInfoPublicDl dd a{
	display: flex;
	height: 128px;
	background: #fff3f3;
	border-radius: 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 10px;
	align-items: center;
	justify-content: center;
	transition: all .4s;
	-webkit-transition: all .4s;
}
.indexInfoPublicDl dd i{
	display: block;
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
	background-position: center center;
	transition: all .4s;
	-webkit-transition: all .4s;
}
.indexInfoPublicDl dd  span{
	font-size: 22px;
	color: #666;
	font-weight: bold;
	transition: all .4s;
	-webkit-transition: all .4s;
} 
.indexInfoPublicDl dd a:hover i{
	margin-right: 10px;
}
.indexInfoPublicDl dd a:hover{
	background: url(../images/indexBg1.jpg) center center no-repeat;
}
.indexInfoPublicDl dd a:hover span{
	color: #fff;
}
@-webkit-keyframes hvr-icon-wobble-vertical {
	16.65% {
	  -webkit-transform: translateY(6px);
	  transform: translateY(6px);
	}
  
	33.3% {
	  -webkit-transform: translateY(-5px);
	  transform: translateY(-5px);
	}
  
	49.95% {
	  -webkit-transform: translateY(4px);
	  transform: translateY(4px);
	}
  
	66.6% {
	  -webkit-transform: translateY(-2px);
	  transform: translateY(-2px);
	}
  
	83.25% {
	  -webkit-transform: translateY(1px);
	  transform: translateY(1px);
	}
  
	100% {
	  -webkit-transform: translateY(0);
	  transform: translateY(0);
	}
  }
  
  @keyframes hvr-icon-wobble-vertical {
	16.65% {
	  -webkit-transform: translateY(6px);
	  transform: translateY(6px);
	}
  
	33.3% {
	  -webkit-transform: translateY(-5px);
	  transform: translateY(-5px);
	}
  
	49.95% {
	  -webkit-transform: translateY(4px);
	  transform: translateY(4px);
	}
  
	66.6% {
	  -webkit-transform: translateY(-2px);
	  transform: translateY(-2px);
	}
  
	83.25% {
	  -webkit-transform: translateY(1px);
	  transform: translateY(1px);
	}
  
	100% {
	  -webkit-transform: translateY(0);
	  transform: translateY(0);
	}
  }
.infoPublicFast{
	padding-top: 10px;
	flex-wrap: wrap;
	display: flex;
	margin: 0 -10px;
}
.infoPublicFast dd{
	width: 16.66667%;
	padding: 10px 0 0;
}
.infoPublicFast dd .con{
	display: block;
	margin: 0 10px;
	height: 100px;
	display: flex;
	align-items: center;
	border: 1px solid #f8f9fb;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background:#f8f9fb;
	border-radius: 10px;
	padding: 5px 20px;
	position: relative;
	overflow: hidden;
}
  
.infoPublicFast dd .con::before{
	display: block;
	content: '';
	border-radius: 10px;
	background: #fff3f4;
	border: 1px solid var(--themeColor);
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: absolute;
	right: 1px;
	bottom: 0;
	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 .icon{
	position: relative;
	height: 70px;
	width: 70px;
	overflow: hidden;
	z-index: 3;
	margin-right: 5px;
	transition:all .4s;
	-webkit-transition:all .4s;
}
.infoPublicFast dd .icon span{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: center center;
}  
.infoPublicFast dd .icon span.span1{
	z-index: 3;
}
.infoPublicFast dd .con:hover .icon {
	transform: translateX(-5px);
	-webkit-transform: translateX(-5px);
}
.infoPublicFast dd .title{
	overflow: hidden;
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	color: #666;
	transition:all .4s;
	-webkit-transition:all .4s;
	position: relative;
	z-index: 3;
}
.infoPublicFast dd .con:hover .title{
	color: var(--themeColor);
	padding-left: 5px;
}

/* 互动交流 start */
.indexInterflow{
	margin: 0 -15px;
}
.indexInterflowL {
	position: relative;
	z-index: 2;
	margin: 0 15px;
}
.indexInterflowR{
	margin: 0 15px;
	width: 480px;
}
.indexInterflowTab{
	margin: 0 -15px;
	overflow: hidden;
}
.indexInterflowTab dd{
	float: left;
	display: inline;
	width: 33.333%;
}
.indexInterflowTab dd .con{
	display: block;
	height: 145px;
	border-radius: 6px;
	background: #fff3f3;
	margin: 0 15px;
	padding: 35px 30px 0px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	transition: all .4s;
	-webkit-transition: all .4s;
}
.indexInterflowTab dd .title{
	height:40px;
	line-height: 40px;
	font-size: 22px;
	font-weight: bold;
	color: #333;
	margin-bottom: 5px;
}
.indexInterflowTab dd .infor{
	height: 52px;
	line-height: 26px;
	font-size: 14px;
	color: #999;
}
.indexInterflowTab dd.hover .title,
.indexInterflowTab dd.hover .infor{
	color: #fff;
}
.indexInterflowTab dd.hover .con{
	background: url(../images/indexBg2.jpg) center center no-repeat;
}
.indexInterflowDl1{
	padding-top: 15px;
	flex-wrap: wrap;
	display: flex;
	margin: 0 -10px;
}
.indexInterflowDl1 dd{
	width: 16.66667%;
	padding: 15px 0 0;
}
.indexInterflowDl1 dd .con{
	margin: 0 10px;
	height: 122px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border: 1px solid #f8f9fb;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background:#f8f9fb;
	border-radius: 10px;
	padding: 5px 20px;
	position: relative;
	overflow: hidden;
}
  
.indexInterflowDl1 dd .con::before{
	display: block;
	content: '';
	border-radius: 10px;
	background: #fff3f4;
	border: 1px solid var(--themeColor);
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: absolute;
	right: 1px;
	bottom: 0;
	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;
  }
  .indexInterflowDl1 dd .con:hover:before{
	opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .indexInterflowDl1 dd .con:hover{
	border-color: transparent;
  }

  .indexInterflowDl1 dd .icon{
	position: relative;
	height: 60px;
	width: 60px;
	overflow: hidden;
	z-index: 3;
	margin-right: 5px;
	transition:all .4s;
	-webkit-transition:all .4s;
}
.indexInterflowDl1 dd .icon span{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: center center;
}  
.indexInterflowDl1 dd .con:hover .icon {
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
}
.indexInterflowDl1 dd .title{
	overflow: hidden;
	line-height: 34px;
	font-size: 16px;
	color: #333;
	transition:all .4s;
	-webkit-transition:all .4s;
	position: relative;
	z-index: 3;
}
.indexInterflowDl1 dd .con:hover .title{
	color: var(--themeColor);
	padding-top: 5px;
}
.indexInterflowTabC{
	height: 290px;
	overflow: hidden;
}
.indexInterflowDl1{
	opacity: 0;
    transform: translate(0, 10px);
    -webkit-transform: translate(0, 10px);
    animation: fadeXS 0.4s linear forwards;
}
.indexInterflowTabC .focusDl{
	margin-top: 25px;
	padding-top: 10px;
	border-top: 1px solid #eaeaea;
	opacity: 0;
    transform: translate(0, 10px);
    -webkit-transform: translate(0, 10px);
    animation: fadeXS 0.4s linear forwards;
}
.indexInterflowDl2{
	flex-wrap: wrap;
	display: flex;
}
.indexInterflowDl2 dd{
	width:50%;
	padding: 10px 0;
}
.indexInterflowDl2 dd .con{
	margin: 0 10px;
	height: 132px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background:#f1f8ff;
	border-radius: 10px;
	padding: 20px 10px 0;
	position: relative;
	overflow: hidden;
	transition:all .4s;
	-webkit-transition:all .4s;
}
.indexInterflowDl2 dd.dd1 .con{
	background: #fff0df;
}
.indexInterflowDl2 dd.dd2 .con{
	background: #fffbf2;
}
.indexInterflowDl2 dd.dd3 .con{
	background: #f1f8ff;
}
.indexInterflowDl2 dd.dd4 .con{
	background: #f2fbff;
}
.indexInterflowDl2 dd.dd5 .con{
	background: #f3fff3;
}
.indexInterflowDl2 dd.dd6 .con{
	background: #fff3f4;
}
  .indexInterflowDl2 dd .icon{
	position: relative;
	height: 70px;
	width: 70px;
	overflow: hidden;
	z-index: 3;
	margin-right: 5px;
	transition:all .4s;
	-webkit-transition:all .4s;
}
.indexInterflowDl2 dd .icon span{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: center center;
}  
.indexInterflowDl2 dd .con:hover{
	padding-top: 10px;
}
/* .indexInterflowDl2 dd .con:hover .icon {
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
} */
.indexInterflowDl2 dd .title{
	overflow: hidden;
	line-height: 34px;
	font-size: 16px;
	color: #333;
	transition:all .4s;
	-webkit-transition:all .4s;
	position: relative;
	z-index: 3;
}
.indexInterflowDl2 dd .con:hover .title{
	color: var(--themeColor);
	padding-top: 5px;
	font-weight: bold;
}
.indexInterflowTabC{
	height: 290px;
	overflow: hidden;
}
.indexInterflowDl1{
	opacity: 0;
    transform: translate(0, 10px);
    -webkit-transform: translate(0, 10px);
    animation: fadeXS 0.4s linear forwards;
}
/* 边美镇康 start */
.indexBriefIntro{
	background-image: url(../images/indexBg4.png);
	background-position: right 150px;
	background-repeat: no-repeat;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	height: 480px;
}
.indexBriefIntroL{
	width: 178px;
	margin-right: 30px;
}
.indexBriefTitle{
	height: 420px;
	background-position: left center;
	background-repeat: no-repeat;
} 
.indexBriefIntroC{
	width: 395px;
	position: relative;
	margin-right: 15px;
}
.indexBriefIntroC .indexBrieImg{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	top: 16px;
}
.indexBriefIntroR{
	flex: 1;
}
.indexBrief{
	margin: 0 -17px;
	height: 100%;
	overflow: hidden;
}
.indexBrief dd{
	float: left;
	display: inline;
	width: 33.333%;
	padding: 30px 0;
	height: 100%;
}
.indexBrief dd .con{
	margin: 0 17px;
	/* background: #fff7f7; */
	border-radius: 6px;
	height: calc(100% - 60px);
	position: relative;
	z-index: 2;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 40px 20px 0;
	transition: all .4s;
	-webkit-transition: all .4s;
}
.indexBrief dd .con::before{
	display: block;
	content: '';
	border-radius: 10px;
	background: #fff7f7;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: absolute;
	right: 0px;
	bottom: 0;
	left: 0;
	top: 0;
	opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 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;
  }
.indexBrief dd .con:hover:before{
	opacity: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.indexBrief dd  .con:hover{
	height: calc(100% - 20px);
	box-shadow: 0px 2px 11px 3px rgba(178, 0, 0, 0.06);
	transform: translateY(-20px);
}
.indexBrief dd .title{
	margin: 0 auto 5px;
	width: 40px;
	line-height: 24px;
	font-size: 22px;
	font-weight: bold;
	color: var(--themeColor);
	text-align: center;
}
.indexBrief dd .icon{
	width: 60px;
	height: 60px;
	margin: 0 auto 5px;
	background-position: center center;
	background-repeat: no-repeat;
}
.indexBrief dd .indexBriefUl a{
	display: block;
	padding: 5px 0;
	line-height: 26px;
	text-align: center;
	font-size: 16px;
	color: #333;
	transition: all .4s;
	-webkit-transition: all .4s;
}
.indexBrief dd .indexBriefUl a:hover{
	color: var(--themeColor);
	font-weight: bold;
}
.indexBrief dd .more a{
	color: var(--themeColor);
}
/* 专题专栏start */
.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(../images/indexZtmore.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(../images/indexZtmore_h.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;
}
/* ========== 首页 end ========== */

/* 底部 start */
.footer{
	background: var(--themeColor);
	background-image: -moz-linear-gradient( 90deg, #f7f9fa 0%, #fff 100%);
	background-image: -webkit-linear-gradient( 90deg, #f7f9fa 0%, #fff 100%);
	background-image: -ms-linear-gradient( 90deg, #f7f9fa 0%, #fff 100%);
	border-color: var(--themeColor);
}
  
.footerNavDl dd .yj{
	height: 48px;
	line-height: 48px;
	padding: 0 30px;
	background: #f5f5f5;
	border-radius: 5px;
}
.footerNavDl dd .yj a span{
	height: 48px;
	right: -48px;
	width: 48px;
}
.footerNav::after{
	display: none;
}
.footerCon{
	background: transparent;
	padding: 26px 0 32px;
}
.footerNavDl dd .ej{
	bottom: 48px;
}
.footerConL span{
	color: #666666;
	line-height: 44px;
}
.footerConL a{
	color: #666;
}
.footerConL a:hover{
	opacity: .85;
	color: var(--themeColor);
}
.footerDl{
	justify-content: end;
}
.footerConMenu{
	margin-bottom: 10px;
}
.footerDl dd a{
	color: #666;
	line-height: 24px;
}
.footerDl dd:hover a{
	color: var(--themeColor);
}
.footerRPic{
	margin-left: 10px;
	border-radius: 2px;
}


/* 左侧导航栏开始 */
.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: 28px;
	background: var(--themeColor);
	color: #fff;
	text-align: center;
	border-radius: 5px 5px 0 0;
	position: relative;
}
.leftNavTitle:before{
	display: none;
	content: '';
	position: absolute;
	width: 100px;
	height: 140px;
	top: -20px;
	right: 0;
	background: url(../images/leftBg1.png) top left no-repeat;
	background-size: 140px;
	opacity: .1;
}
.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{
	border-left: 5px solid var(--themeColor);
}
.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: 1;
}
.leftNavDl1 dd .yj a:before{
	display: none;
	content: '';
	position: absolute;
	width: 4px;
	height: 100%;
	top: 0;
	left: -4px;
	background: #ffe7e7;
	transition: all .4s linear;
	-webkit-transition: all .4s linear;
	z-index:2;
	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(../images/leftnavicn1.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(../images/leftnavjia.png) no-repeat center center;
}
.leftNavDl1 dd .ejBox{
	display: none;
}
.leftNavDl1 dd.hover .ejBox{
	display: block;
}
.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(../images/leftnavicn1.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(../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 #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: #ffe7e7;
}
.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(../images/leftnavicn1h.png) no-repeat center center;
}
.leftNavDl1 dd .yj:hover span{
	background: url(../images/leftnavjian.png) no-repeat center center;
}
.leftNavDl1 dd.hover .yj{
	background: #ffe7e7;
}
.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(../images/leftnavicn1h.png) no-repeat center center;
}
.leftNavDl1 dd.hover .yj span{
	background: url(../images/leftnavjian.png) no-repeat center center;
}

.leftNavDl1 dd.active .yj a i{
	background: url(../images/leftnavicn1h.png) no-repeat center center;
}
.leftNavDl1 dd.active .yj span{
	background: url(../images/leftnavjian.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(../images/home.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);
}

/* ========== 互动交流 start  ========== */
.hdColumn1Content{
	position: relative;
    z-index: 2;
    padding: 80px 70px 60px 100px;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.hdColumn1Content::before {
    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    right:0;
    bottom: 0;
	background: var(--themeColor);
	mask-image: url(../images/img-1-47.png);
    -webkit-mask-image: url(../images/img-1-47.png);
    mask-size: 100% 100%;
    -webkit-mask-size: 100% 100%;
    overflow: hidden;
    z-index: -1;
}
.hdColumn1Content:after {
	display: block;
    position: absolute;
    content: '';
    top: 20px;
    left: 10px;
    right: 10px;
    bottom: 5px;
	mask-image: url(../images/img-1-47Bg.png);
    -webkit-mask-image: url(../images/img-1-47Bg.png);
	background: linear-gradient(180deg, #fff 0%, #FFFBF6 100%);
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
	mask-size: 100% 100%;
    -webkit-mask-size: 100% 100%;
    z-index: 1;
}
.hdColumn1Left{
	width: 46.58%;
	position: relative;
	z-index: 5;
}
.hdColumn1Title{
	height: 30px;
    margin-bottom: 40px;
	font-size: 50px;
    line-height: 1;
    color: #C4100D;
    font-family: 'YunFengFeiYunTi';
    text-align: center;
}
.hdColumn1Infor {
    margin-bottom: 20px;
	font-size: 16px;
    line-height: 30px;
    color: #111111;
    -webkit-line-clamp: 3;
    height: 90px;
    text-indent: 2em;
}
.hdColumn1Type{
	text-align: center;
	padding-bottom: 25px;
	margin-bottom: 20px;
    border-bottom: 1px dashed #FADFDF;
}
.hdColumn1Type span{
	display: inline-block;
	height: 85px;
	padding-left: 100px;
	background-position: left center;
	background-repeat: no-repeat;
	font-size: 24px;
    line-height: 30px;
    color: #C61613;
	line-height: 85px;
}
.hdjlSearch{
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.hdjlSearchDiv{
	width: calc(100% - 120px);
    display: block;
    position: relative;
    background: #fff url(../images/img-1-4.png) no-repeat 24px center / auto 24px;
    height: 44px;
    padding: 0 10px 0 52px;
    border: 1px solid rgba(196, 16, 13, 0.26);
    border-radius: 3px;
}
.hdjlSearchInput{
    display: block;
    width: 100%;
    height: 42px;
    line-height: 42px;
    color: #111;
    font-size: 16px;
	border: none;
	background: none;
}
.hdjlSearchInput::placeholder{
	font-size: 16px;
    color: rgba(17, 17, 17, 0.24);
}
.hdjlSearchInput::-ms-input-placeholder{
	font-size: 16px;
    color: rgba(17, 17, 17, 0.24);
}
.hdjlSearchBtn a{
	display: block;
	width: 100px;
    height: 44px;
    line-height: 44px;
    font-size: 18px;
    color: #fff;
    background: #C4100D;
    border-radius: 3px;
    cursor: pointer;
	text-align: center;
} 
.hdjlSearchBtn a span{
	display: inline-block;
	padding-left: 25px;
	height: 44px;
	line-height: 44px;
	background: url(../images/img-1-7.png) left center no-repeat;
	position: relative;
}
.hdColumn1Right{
	width: 45.11%;
	position: relative;
	z-index: 5;
}
.hdColumn1Tab{
	height: 250px;
	overflow: hidden;
	margin-bottom: 15px;
}
.hdColumn1TabcContent{
	opacity: 0;
    transform: translate(0, 10px);
    -webkit-transform: translate(0, 10px);
    animation: fadeXS 0.4s linear forwards;
}
.hdColumn1TabTop{
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    background: linear-gradient(270deg, #FADEDE 0%, rgba(250, 222, 222, 0.44) 53%, #FADEDE 100%);
}
.hdColumn1TabTop dd{
    width: 50%;
    text-align: center;
    cursor: pointer;
}
.hdColumn1TabTop dd a{
	display: block;
	font-size: 26px;
    line-height: 54px;
    color: #C4100D;
    font-family: 'SiYuanSongTi';
	opacity: .45;
	transition: .5s;
}
.hdColumn1TabTop dd.hover a{
    opacity: 1;
    font-size: 28px;
}
.hdColumn1Right .more a{
	display: block;
    font-size: 12px;
    line-height: 36px;
    width: 90px;
    color: #fff;
    text-align: center;
    background: #C61613;
    border-radius: 5px;
	margin: 0 auto;
}
.hdColumn1Right .index_Headlines_textList::before{
	display: none;
}
.hdColumn1{
	margin-bottom: 55px;
}
.hdColumn2Top{
	text-align: center;
	height: 52px;
	line-height: 52px;
	position: relative;
	overflow: hidden;
	padding: 20px 0;
}
.hdColumn2Top .hdColumn2TabTitle{
	display: inline-block;
	position: relative;
}
.hdColumn2TabTitle dd{
	float: left;
	display: inline;
	margin: 0 32px;
}
.hdColumn2TabTitle dd a{
	font-size: 36px;
    line-height: 52px;
    color: #000000;
    font-family: 'SiYuanSongTi';
}
.hdColumn2TabTitle dd a span{
	transition: .4s;
	-webkit-transition: .4s;
}
.hdColumn2TabTitle dd.hover a span{
	font-size: 48px;
    line-height: 1;
    color: #C4100D;
    font-family: 'YunFengFeiYunTi';
    margin-right: 12px;
    transform: translateY(8px);
	position: relative;
}
.hdColumn2TabTitle dd.hover a span:after {
	position: absolute;
    content: '';
    right: -10px;
    top: -15px;
    width: 72px;
    height: 77px;
    background: url(../images/tit01.png) no-repeat 50% / 100% 100%;
}
.hdColumn2Top .hdColumn2TabTitle::before{
	display: block;
	content: '';
	position: absolute;
	width: 800px;
	height: 52px;
	left: -800px;
	top: 0;
	background: url(../images/titleLineL.png) right center no-repeat;
}
.hdColumn2Top .hdColumn2TabTitle::after{
	display: block;
	content: '';
	position: absolute;
	width: 800px;
	height: 52px;
	right: -800px;
	top: 0;
	background: url(../images/titleLineR.png) left center no-repeat;
}
.hdColumn2Top .more{
	position: absolute;
    right: 0;
    top: 20px;
    font-size: 14px;
    line-height: 24px;
}
.hdColumn2Top .more a{
	display: block;
	color: #C61613;
}
.hdColumn2Body{
	padding: 24px 0;
	height: 355px;
	overflow: hidden;
	margin: 0 -60px;
}
.hdColumn2Ul{
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
	opacity: 0;
    transform: translate(0, 10px);
    -webkit-transform: translate(0, 10px);
    animation: fadeXS 0.4s linear forwards;
}
.hdColumn2Ul li{
	position: relative;
    width: 29.5%;
	padding: 41px 0;
}
.hdColumn2Ul li:after {
    position: absolute;
    content: '';
    top: 15px;
    left: -32px;
    bottom: 10px;
    right: -41px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(200, 74, 74, 0.3);
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.hdColumn2Ul li:hover:after {
    opacity: 1;
    visibility: visible;
}
.hdColumn2Ul li a{
	position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.hdColumn2Ul li a .time{
	float: left;
	display: inline;
	display: block;
    width: 94px;
    border-radius: 25px 0 25px 0;
    overflow: hidden;
    text-align: center;
    background: #F7F1E9;
    transition: .5s;
}
.hdColumn2Ul li a .time span{
    display: block;
    font-size: 25px;
    color: #111111;
    line-height: 62px;
    font-weight: 700;
    font-family: Arial;
	transition: .5s;
}
.hdColumn2Ul li a .time em{
    display: block;
    font-size: 14px;
    line-height: 32px;
    color: #fff;
	font-style: normal;
	background: #F5B40E;
}
.hdColumn2Ul li a .time.ongoing em{
    background: #F5B40E;
}
.hdColumn2Ul li a .time.ended em{
    background: #B7B7B7;
}
.hdColumn2Ul li:hover a .time span{
	background: var(--themeColor2);
	color: #fff;
}
.hdColumn2Ul li .text{
	overflow: hidden;
	width: calc(100% - 125px);
}
.hdColumn2Ul li .text{
	overflow: hidden;
}
.hdColumn2Ul li .text .title{
	font-size: 18px;
	line-height: 30px;
	color: #303030;
	height: 90px;
}
.hdColumn3{
	padding: 25px 0;
	position: relative;
	z-index: 2;
}
.commonTitleL{
	text-align: left;
    height: 52px;
    line-height: 52px;
    position: relative;
    overflow: hidden;
    padding: 20px 0;
}
.commonTitleL .title{
	display: inline-block;
    padding: 0 20px;
    position: relative;
    font-size: 36px;
    color: #000;
    font-family: 'SiYuanSongTi';
}
.commonTitleL .title::after {
    display: block;
    content: '';
    position: absolute;
    width: 800px;
    height: 52px;
    right: -800px;
    top: 0;
    background: url(../images/titleLineR.png) left center no-repeat;
}
.commonTitleL .title span{
	font-size: 48px;
    line-height: 1;
    color: #C4100D;
    font-family: 'YunFengFeiYunTi';
    margin-right: 12px;
    transform: translateY(8px);
	position: relative;
}
.commonTitleL .title span:after {
	position: absolute;
    content: '';
    right: -10px;
    top: -15px;
    width: 72px;
    height: 77px;
    background: url(../images/tit01.png) no-repeat 50% / 100% 100%;
}
.commonTitleL .more{
	position: absolute;
    right: 0;
    top: 20px;
    font-size: 14px;
    line-height: 24px;
}
.commonTitleL .more a{
	display: block;
	color: #C61613;
}
.hdColumn3Left .commonTitleL .title span:after{
	right: 50%;
	transform: translateX(50%);
}
.hdColumn3 .wrap{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.hdColumn3Left{
    width: 47.64%;
}
.hdColumn3LeftDl{
	padding-top: 35px;
	position: relative;
	z-index: 2;
}
.hdColumn3LeftDl:before {
    position: absolute;
    content: '';
    left: 15px;
    bottom:57px;
    top: 65px;
    width: 1px;
    background: #E7DFDF;
    z-index: -1;
}
.hdColumn3LeftDl dd{
	padding: 7px 0;
}
.hdColumn3LeftDl dd .con{
	display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.hdColumn3LeftDl dd .con i {
   width: 32px;
   height: 32px;
   display: block;
   background: url(../images/img-4-4.png) center center no-repeat;
   margin-right: 6px;
}
.hdColumn3LeftDl dd .con .time{
	display: flex;
    align-items: center;
    font-size: 22px;
    line-height: 32px;
	height: 32px;
    color: var(--themeColor2);
    font-family: 'SiYuanSongTi';
}
.hdColumn3LeftDl dd .text{
	width: calc(100% - 120px);
	margin-left: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #DEDEDE;
}
.hdColumn3LeftDl dd .title {
    font-size: 18px;
    line-height: 30px;
	height: 30px;
    color: #333333;
    margin-bottom: 5px;
	transition: .5;
}
.hdColumn3LeftDl dd:hover .title span{
	color: var(--themeColor);
}
.hdColumn3LeftDl dd  .infor {
    font-size: 14px;
    line-height: 20px;
    color: #999999;
}
.hdColumn3LeftDl dd:hover .title{
	font-weight: 700;
} 
.hdColumn3Right{
    width: 48.78%;
}
.hdColumn3Right .commonTitleL{
	margin-bottom: 32px;
}
.hdColumn3RightTop a{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: url(../images/img-4-6.png) no-repeat bottom right / cover;
}
.hdColumn3RightTop .pic{
	width: 325px;
	height: 220px;
}
.hdColumn3RightTop .pic::before{
	display: none;
}
.hdColumn3RightTop .text{
    width: calc(100% - 325px);
    padding: 30px 25px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.hdColumn3RightTop .text .title{
    font-size: 20px;
    line-height: 30px;
    color: #2C2C2C;
    margin-bottom: 23px;
}
.hdColumn3RightTop .text .ifor{
    font-size: 14px;
    line-height: 30px;
    color: #9E9E9E;
}
.hdColumn3RightDl {
    margin-top: 30px;
    border-top: 1px dashed #DEDEDE;
}
.hdColumn3RightDl dd{
    border-bottom: 1px dashed #DEDEDE;
}
.hdColumn3RightDl dd a {
    padding: 15px 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.hdColumn3RightDl dd a .time{
    display: block;
    width: 85px;
    text-align: center;
    position: relative;
}
.hdColumn3RightDl dd a .time span{
    display: block;
    font-size: 32px;
    color: var(--themeColor2);
    line-height: 1;
    font-family: 'SiYuanSongTi';
    height: 32px;
    line-height: 32px;
    margin-bottom: 5px;
}
.hdColumn3RightDl dd a .time em{
    display: block;
    font-size: 18px;
    color: #111111;
    line-height: 1;
    margin-top: 5px;
    height: 24px;
    font-style: normal;
    line-height: 24px;
}
.hdColumn3RightDl dd a .time:after{
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    transform: translateY(4px);
    background: #D8D8D8;
}
.hdColumn3RightDl dd a .text{
    width: calc(100% - 120px);
}
.hdColumn3RightDl dd a .title{
    font-size: 18px;
    line-height: 30px;
    color: #333333;
	height: 30px;
	transition: .5;
}
.hdColumn3RightDl dd:hover a .title{
	color: #C61613;
    font-weight: 700;
}
.hdColumn3RightDl dd a .infor{
    font-size: 14px;
    line-height: 20px;
    color: #999999;
    margin-top: 4px;
}

.hdColumn4{
	padding: 55px 0 80px;
	position: relative;
	z-index: 1;
}
.hdColumn4::after{
	display: block;
	content: '';
	position: absolute;
	width: 100%;
	right: 0;
	height: 458px;
	bottom: 0;
	background: url(../images/img-4-11.png) no-repeat bottom center;
}
.hdColumn4Swiper{
	margin: 0 -20px;
	position: relative;
}
.hdColumn4Swiper .bd{
	overflow: hidden;
}
.hdColumn4Swiper .swiper-slide{
	float: left;
	display: inline;
	width: 25%;
	height: 117px;
}
.hdColumn4Swiper .swiper-slide a {
	display: block;
    padding: 25px 0 18px;
    background: #FFFBF7;
    border: 1px solid #FFDDB6;
	text-align: center;
	margin: 0 20px;
	border-radius: 3px;
}
.hdColumn4Swiper .swiper-slide a span{
	display: inline-block;
	height: 72px;
	padding-left: 86px;
	transition: .4s;
	-webkit-transition: .4s;
	font-size: 22px;
    color: #111111;
    line-height: 72px;
	background-repeat: no-repeat;
}
.hdColumn4Swiper .swiper-slide a:hover span {
    color: #C61613;
    font-weight: 700;
	padding-left: 90px;
}
.hdColumn4Prev{
	position: absolute;
	width: 40px;
	height: 60px;
	top: 50%;
	margin-top: -30px;
	left: -55px;
	background: url(../images/zmlcPrev.png) left center no-repeat;
	cursor: pointer;
	transition: .5s;
	-webkit-transition: .5s;
}
.hdColumn4Next{
	position: absolute;
	width: 40px;
	height: 60px;
	top: 50%;
	margin-top: -30px;
	right: -55px;
	background: url(../images/zmlcNext.png) left center no-repeat;
	cursor: pointer;
	transition: .5s;
	-webkit-transition: .5s;
}
.hdColumn4Prev:hover{
	background: url(../images/zmlcPrev-h.png) left center no-repeat;
}
.hdColumn4Next:hover{
	background: url(../images/zmlcNext-h.png) left center no-repeat;
}
/* ========== 互动交流 end  ========== */ 