:root {--themeColor: #d63032;--themeColor2: #c50b16; --themeColor3: #d01122;}
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;
}
.pdlr50{
	padding: 0 50px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.pdtb50{
	padding: 50px 0px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.pd50{
	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: 5px;
}

.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(/fqx/pc/images/default.png);
}


.top{
	position: relative;
	height:540px;
}
.top1 {
	height: 50px;
	line-height: 50px;
}

.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: var(--themeColor);
}
.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: #d63032;
}
.topR a.wzaBtn{
	padding-left: 25px;
	background: url(../png/fo4qxq.png) left center no-repeat;
	background-size: 20px;
	color: #333;
	transition: all .3s;
	-webkit-transition: all .3s;
}

.topR a.wzaBtn:hover{
	color: var(--themeColor);
}
.top2 {
	padding-top: 40px;
}
.logo{
	text-align: center;
	margin-bottom:28px;
}
.logo a{
	display: inline-block;
	font-size: 0;
	overflow: hidden;
	vertical-align: middle;
}
.logo a img{
	display: block;
	margin: auto;
}
.logo a img.img1{
	height: 126px;
}
.logo a img.img2{
	height: 89px;
}
.top3C .logo a img {
	display: inline-block;
}
.topSearchHot{
	 width: 560px;
	 display: flex;
	 margin: 0 auto;
	 padding: 15px 0;
	display: none !important;
 }
.topSearchHot .title{
	line-height: 24px;
	font-size: 14px;
	color: #333;
}
.topSearchHot .text{
	flex: 1;
	overflow: hidden;
}
.topSearchHot .text a{
	float: left;
	display: inline;
	margin: 0 5px;
	line-height: 24px;
	font-size: 14px;
	color: #333;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.topSearchHot .text a:hover{
	color: var(--themeColor);
}

.topSearch {
	width: 560px;
	box-shadow: 0px 0 10px 0 rgba(57, 42, 34, 0.08);
	border-radius: 6px;
	background: #fff;
	overflow: hidden;
	display: flex;
	height: 50px;
	margin: 0 auto;
}
.searchBtn {
	width: 80px;
	height:50px;
	line-height: 50px;
	font-size: 0;
	text-align: center;
	background: var(--themeColor2) url(../png/mcog1h.png) center center no-repeat;;
	cursor: pointer;
}

.searchBtn span {
	display: inline-block;
	padding-right: 30px;
	position: relative;
	background: url(../png/mcog1h.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;
}
.topImg{
	padding: 30px 0;
}
.topImg img{
	display: block;
	margin: 0 auto;
	height: 45px;
}
.top3C {
	padding: 40px 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 {
	width: 480px;
	margin-top: 10px;
	justify-content: end;
	margin: 0 0;
}
.subBanner{
	height: 280px;
}



.indexBanner {
	position: absolute;
	height:540px;
	top: 0;
	left: 0;
	width: 100%;
	z-index: -1;
}
.indexBanner .swiper-slide .bg {
	position: relative;
	height: 100%;
	background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat;
}


.menuBox{
	background:var(--themeColor) url(../png/nxwa5g.png) left -5px repeat-x;
	position: relative;
	z-index: 10;
	height: 70px;
}
.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;
}
.menuDl dd:hover::before{
	display: block;
	content: '';
	width: 3840px;
	height: 60px;
	position: absolute;
	left: 0;
	top: 70px;
	transform: translateX(-50%);
}




.indexHot{
	height: 190px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 35px 65px 20px;
	border-radius: 20px 20px 0px 0;
	overflow: hidden;
}
.indexHot .bd{
	height: 100px;
	overflow: hidden;
	margin-bottom: 27px;
}
.indexHot .swiper-slide{
	height: 100px;
	overflow: hidden;
	text-align: center;
} 
.indexHot .title{
	height: 58px;
	line-height: 58px;
	font-size: 32px;
	font-weight: bold;
	color: #333;
	text-align: center;
}

.indexHot .aline_r{
	background-size: 0 2px;
}
.indexHot .alin_r:hover .aline_r{
	background-size: 100% 2px;
	color: var(--themeColor);
}
.indexHot .text{
	height: 42px;
	line-height: 42px;
	font-size: 18px;
	color: #666;
	overflow: hidden;
	text-align: center;
}
.indexHotDot{
	text-align: center;
}
.indexHotDot span{
	margin: 0 10px;
	width: 100px;
	height: 5px;
	background: #b28850;
	opacity: 1;
	border-radius: 0;
	transform: skewX(-15deg);
	-webkit-transform: skewX(-15deg);
	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 3s linear forwards;
}
@keyframes wd {
	0%{
		width: 0;
	}100%{
		width: 100%;
	}
}
.indexFocusBox{
	height: 445px;
	margin: 0 -10px;
}
.focusSwiper{
	width:48.5714%;
	overflow:hidden;
	position: relative;
	margin: 0 10px;
}
.focusSwiper .bd{
	overflow:hidden;
}
.focusSwiper .pic::before{
	padding-top: 66.6667%;
}
.focusHtml{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	z-index: 5;
	background: rgba(0, 0, 0, 0.5);
	display: flex;
	padding: 0 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.focusSwiperTitle{
	flex: 1;
	overflow: hidden;
	margin-right: 20px;
}
.focusSwiperTitle a{
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #fff;
}
.focusDot{
	position: relative;
	height: 50px;
	overflow: hidden;
}
.focusDot span{
	float: left;
	display: inline;
	width: 8px;
	height: 8px;
	background: #fff;
	border-radius: 8px;
	opacity: 1;
	
	transition: all .3s;
	-webkit-transition: all .3s;
	margin: 21px 5px 0;
}
.focusDot span.swiper-pagination-bullet-active{
	background:var(--themeColor) ;
}
.focusRight{
	overflow: hidden;
	margin: 0 10px;
}
.focusRight .focusTabC{
	margin: 0 20px;
}
.focusTitle{
	background: url(../png/rvyt1g.png) center center no-repeat;
	background-size: 100% auto;
	height: 52px;
	line-height: 52px;
	padding: 0 62px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}
.focusTitle dd a{
	display: block;
	position: relative;
	z-index: 1;
	height: 52px;
	line-height: 52px;
	padding: 0 30px;
	border-radius: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	transition: all .4s;
	-webkit-transition: all .4s;
}
.focusTitle dd a::before{
	display: block;
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	left: 50%;
	margin-left: -7px;
	bottom: 0px;
	border: 7px solid transparent;
	border-top-color: #d01122;
	transition: all .4s;
	-webkit-transition: all .4s;
	opacity: 0;
	visibility: hidden;
	z-index: -1;
}
.focusTitle dd.hover a::before{bottom: -13px;opacity: 1;visibility: visible;}
.focusTitle dd.hover a{
	background: #d01122;
	color: #fff;
}
.focusTabC{
	padding-top: 30px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	height:385px;
	overflow: hidden;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.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: 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: 4px;
	height: 4px;
	background: var(--themeColor);
	margin-right: 12px;
	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{
	background: var(--themeColor);
}
@keyframes pulse1 {
    0% {
		top: -56px;
		left: -56px;
    }
    100% {
		top: -25px;
		left: -25px;
    }
}
@keyframes pulse2 {
    0% {
		right: -56px;
		bottom: -56px;
    }
    100% {
		right: -25px;
		bottom: -25px;
    }
}


.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;
}
.indexColumPage{
	position: absolute;
	right:15px;
	bottom: 5px;
	z-index: 6;
	text-align: right;
}
.indexColumPage span{
	width: 20px;
	height: 20px;
	border-radius: 2px;
	background: rgba(255, 255, 255, .8);
	opacity: 1;
	text-align: center;
	line-height: 20px;
	font-size: 16px;
	color: #333;
	transition: all .4s;
	-webkit-transition: all .4s;
}
.indexColumPage span.swiper-pagination-bullet-active{
	background: rgba(238, 190, 195, 0.8);
	color: #d01122;
}


.indexInforBox{
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.08);
}
.indexInforBox .focusTabC{
	height: 285px;
	padding-top: 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.focusDl{
	height: 265px;
}
.indexTitle{
	display: flex;
}
.indexTitle dd {
	height: 45px;
	background: #fafafa;
	border: 1px solid #e5e5e5;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 8px;
	overflow: hidden;
	margin-right: 10px;
	padding: 0 30px;
	position: relative;
	transition: all .4s;
	-webkit-transition: all .4s;
}
.indexTitle dd::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--themeColor3);
    z-index: -1;
    opacity: 0;
    -webkit-transform: scale3d(0.4, 1, 1);
    transform: scale3d(0.4, 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);
}
.indexTitle dd.hover::before {
    z-index: 1;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.indexTitle dd.hover{
	border-color: var(--themeColor3);
}
.indexTitle dd a{
	display: block;
	height: 43px;
	line-height: 43px;
	font-size: 18px;
	color: #333;
	position: relative;
	z-index: 5;
	transition: all .4s;
	-webkit-transition: all .4s;
}
.indexTitle dd.hover a{
	font-weight: bold;
	color: #fff;
}
.focusDl ul li{
	display: flex;
	height: 44px;
	line-height: 44px;
	position: relative;
	padding-left: 16px;
	transition: all .4s;
	-webkit-transition: all .4s;
}
.focusDl ul li::before{
	display: block;
	content: '';
	position: absolute;
	width: 4px;
	height: 4px;
	left: 0;
	top: 50%;
	margin-top: -2px;
	background: var(--themeColor3);
}
.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;
	padding-right: 10%;
}
.focusDl ul li span{
	font-size:16px;
	color: #333;
}
.focusDl ul li:hover {
    color: var(--themeColor);
    letter-spacing: 1px;
}
.focusDl ul li:hover a{
    color: var(--themeColor);
}
.indexInforL{margin-right: 20px;}
.indexInforR{
	margin-left: 20px;
}
.indexInforBox{
	border-radius: 0 0 5px 5px;
}


.indexInfoPublic{
	position: relative;
	background: #fcf8f5;
}
.indexInfoPublicL{
	background: #fff;
}
.indexInfoPublicT{
	position: relative;
	height: 53px;
}
.indexInfoPublicTC{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 65px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 100% 65px;
	border-radius: 10px 0 0 0;
}
.indexInfoPublicTC::before {
    display: block;
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    right: -12px;
    top: 0px;
    border-style: solid;
    border-color: transparent transparent #ae0e1c #ae0e1c;
    border-width: 7px 6px;
}
.indexInfoPublicC{
	margin: 0 28px;
}
.indexInfoPublicR{
	width: 310px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding-right: 8px;
}
.indexInfoPublicL{
	width: 430px;
}
.indexInfoPublicTC .title{
	height: 65px;
	line-height: 65px;
	text-align: center;
	font-family: 'YouSheBiaoTiHei';
	font-size: 36px;
	color: #fff;
}
.indexInfoPublicTC  span{
	font-size: 42px;
	color: #fdefd5;
}
.infoPublicDl{
	padding: 20px;
	background: #fff;
	display: flex;
	flex-wrap: wrap;
}
.infoPublicDl dd{
	width: 50%;
	padding: 10px 0;
}
.infoPublicDl dd a{
	display: flex;
	height: 85px;
	align-items: center;
	background: #fcf8f2;
	border-radius: 3px;
	margin: 0 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 10px;
	transition: all .4s;
	-webkit-transition: all .4s;
}
.infoPublicDl dd a i{
	display: block;
	width: 60px;
	height: 60px;
	background-position: center center;
	background-repeat: no-repeat;
	transition: all .2s;
	-webkit-transition: all .2s;
}
.infoPublicDl dd a:hover i{
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
}
.infoPublicDl dd a  span{
	flex: 1;
	font-size: 16px;
	color: #333;
	padding: 0 10px 0 5px;
}
.infoPublicDl dd a:hover{
	transform: translateY(-1px);
	-webkit-transform: translateY(-1px);
	box-shadow: 0 0 15px 0 rgba(208, 17, 34, .1);
} 
.infoPublicDl dd a:hover span{
	color: var(--themeColor);
}
.indexInfoPublicC .indexInfoPublicTC{
	display: flex;
	justify-content: space-between;
	padding: 0 30px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.infoPublicTab{
	background: #fff;
	padding: 20px 20px;
	height: 460px;
	overflow: hidden;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.infoPublicDl1{
	display: flex;
	flex-wrap: wrap;
	height: 435px;
	transform: translate(0, 10px);
    -webkit-transform: translate(0, 10px);
    animation: fadeXS 0.4s linear forwards;
}
.infoPublicDl1 dd{
	width: 20%;
	padding: 10px 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.infoPublicDl1 dd .icon{
	margin: 0 auto 10px;
	display: block;
	width: 75px;
	height: 75px;
	display: flex;
	flex-direction: column;
	border: 1px solid #e5c08c;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 100%;
	justify-content: center;
	position: relative;
	overflow: hidden;
}
.infoPublicDl1 dd .icon::before{
	display: block;
	content: '';
	border-radius: 10px;
	background-image: -moz-linear-gradient( 90deg, #fdefd5 0%, #fdefd5 100%);
	background-image: -webkit-linear-gradient( 90deg, #fdefd5 0%, #fdefd5 100%);
	background-image: -ms-linear-gradient( 90deg, #fdefd5 0%, #fdefd5 100%);
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0;
    -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;
  }
  .infoPublicDl1 dd .icon:hover:before{
	opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .infoPublicDl1 dd .icon:hover{
	border-color: #fdefd5;
  } 
  .infoPublicDl1 dd .icon span{
	display: block;
	width: 75px;
	height: 75px;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	z-index: 5;
  } 
  .infoPublicDl1 dd .title{
	padding: 5px 0;
	line-height: 20px;
	font-size: 16px;
	color: #666;
	text-align: center;
	transition: all .3s;
	-webkit-transition: all .3s;
  }
  .infoPublicDl1 dd:hover .title{
	color: var(--themeColor);
  }
  .infoPublicDl1 dd:last-child .icon{
	background: #fcf8f2;
	border-color: #fcf8f2;
  }
  .indexInfoPublicBg{
	align-items: center;
  }
  .indexInfoPublicHref{
	height: 40px;
	border: 1px dashed #e5e5e5;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 8px;
	overflow: hidden;
	margin-left: 10px;
	padding: 0 20px;
	position: relative;
	transition: all .4s;
	-webkit-transition: all .4s;
  }
  .indexInfoPublicHref a{
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #fff;
	position: relative;
	z-index: 5;
	transition: all .4s;
	-webkit-transition: all .4s;
  }
  .indexInfoPublicHref a:hover{
	font-weight: bold;
  }
  .indexInfoPublicTDl{
	display: flex;
	align-items: center;
  }
  .indexInfoPublicTDl dd {
	height: 40px;
	background: url(../png/qnxoyd.png) center top no-repeat;
	background-size: 100% auto;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 8px;
	overflow: hidden;
	margin-left: 10px;
	padding: 0 20px;
	position: relative;
	transition: all .4s;
	-webkit-transition: all .4s;
}
.indexInfoPublicTDl dd::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background-image: -moz-linear-gradient(-90deg, rgb(250, 229, 204) 0%, rgba(250, 229, 204,0) 100%);
    background-image: -webkit-linear-gradient(-90deg, rgb(2250, 229, 204) 0%, rgba(250, 229, 204,0) 100%);
    background-image: -ms-linear-gradient(-90deg, rgb(250, 229, 204) 0%, rgba(250, 229, 204,0) 100%);
    z-index: -1;
    opacity: 0;
    -webkit-transform: scale3d(0.4, 1, 1);
    transform: scale3d(0.4, 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);
}
.indexInfoPublicTDl dd.hover::before {
    z-index: 1;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.indexInfoPublicTDl dd.hover{
	border-color: var(--themeColor3);
}
.indexInfoPublicTDl dd a{
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #fff;
	position: relative;
	z-index: 5;
	transition: all .4s;
	-webkit-transition: all .4s;
}
.indexInfoPublicTDl dd.hover a{
	font-weight: bold;
	color: #fff;
}
.indexInfoPublicDl3{
	padding: 8px 20px;
	background: #fff;
}
.indexInfoPublicDl3 dd{
	padding: 5px 0;
}
.indexInfoPublicDl3 dd a{
	display: flex;
	height: 64px;
	align-items: center;
	background: #fcf8f2;
	border-radius: 5px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 10px;
	transition: all .4s;
	-webkit-transition: all .4s;
}
.indexInfoPublicDl3 dd.dd1 a{
	background: #eff4fc;
}
.indexInfoPublicDl3 dd.dd2 a{
	background: #f2fbff;
}
.indexInfoPublicDl3 dd.dd3 a{
	background: #edfcf5;
}
.indexInfoPublicDl3 dd.dd4 a{
	background: #fff7e9;
}
.indexInfoPublicDl3 dd.dd5 a{
	background: #fde9e8;
}
.indexInfoPublicDl3 dd a i{
	display: block;
	width: 60px;
	height: 60px;
	background-position: center center;
	background-repeat: no-repeat;
	transition: all .2s;
	-webkit-transition: all .2s;
}
.indexInfoPublicDl3 dd a  span{
	flex: 1;
	font-size: 18px;
	color: #333;
	padding: 0 10px;
}
.indexInfoPublicDl3 dd a:hover{
	transform: translateY(-1px);
	-webkit-transform: translateY(-1px);
	box-shadow: 0 0 15px 0 rgba(208, 17, 34, .1);
} 
.indexInfoPublicDl3 dd a:hover span{
	color: var(--themeColor);
}
.infoPublicFast{
	overflow: hidden;
	margin: 0 -10px;
	padding: 10px 0;
	
}
.infoPublicFast dd{
	float: left;
	display: inline;
 	width: 14.2857%;
}
.infoPublicFast dd a{
	display: flex;
	flex-direction: column;
	margin: 0 10px;
	background: #fff;
	height: 130px;
	align-items: center;
	justify-content: center;
	transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
}
.infoPublicFast dd .icon{
	width: 65px;
	height:65px;
	position: relative;
}
.infoPublicFast dd .icon::after{
	display: block;
	content: '';
	position: absolute;
	width: 35px;
	height: 35px;
	top: 15px;
	right: 0px;
	background: rgba(208, 24, 25, 0.1);
	border-radius: 46px;
}
.infoPublicFast dd:hover .icon::after{
	animation: pulse3 400ms linear forwards;
}
@keyframes pulse3 {
    0% {
		width: 35px;
		height: 35px;
		right: 0px; 
		top: 15px;
    }
    100% {
		width: 65px;
		height: 65px;
		right: 0;
		top: 0;
    }
}
.infoPublicFast dd .icon i{
	position: relative;
	display: block;
	width:65px;
	height:65px;
	z-index: 5;
	background-repeat: no-repeat;
	background-position: center;
}
.infoPublicFast dd .title{
	height: 28px;
	line-height: 28px;
	text-align: center;
	font-size: 17px;
	color: #333;
	overflow: hidden;
	transition: all .4s;
	-webkit-transition: all .4s;
}
.infoPublicFast dd a:hover{
	transform: translateY(-2px);
	-webkit-transform: translateY(-2px);
	box-shadow: 0 0 15px 0 rgba(208, 17, 34, .1);
	border-radius: 5px;
} 
.infoPublicFast dd a:hover .title{
	color: var(--themeColor);
}

.indexIntroDl{
	margin: 0 -10px;
	overflow: hidden;
}
.indexIntroDl dt{
	float: left;
	display: inline;
	width: 44.0125%;
}
.indexIntroDl dd{
	float: left;
	display: inline;
	width: 18.6625%;
}
.indexIntroDl a{
	display: block;
	margin: 0 10px;
	overflow: hidden;
	position: relative;
}
.indexIntroDl a .pic::before{
	padding-top: 175.515%;
}
.indexIntroDl dt .pic::before{
	padding-top: 71.08%;
}
.indexIntroDl .pic:after{
	display: block;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 2;
	background: rgba(0, 0, 0, .1);
	background-image: -moz-linear-gradient(90deg, rgba(0, 0, 0,0) 50%, rgba(0, 0, 0,0.15) 100%);
    background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0,0) 50%, rgba(0, 0, 0,0.15) 100%);
    background-image: -ms-linear-gradient(90deg, rgba(0, 0, 0,0) 50%, rgba(0, 0, 0,0.15) 100%);
	transition: all .4s;
	-webkit-transition: all .4s;
}
.indexIntroDl .text{
	position: absolute;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0 20px;
	left: 0;
	bottom: 0;
	z-index: 4;
	bottom: 10px;
	transition: all .4s;
	-webkit-transition: all .4s;
}
.indexIntroDl a:hover .text{
	bottom: 20px;
}
.indexIntroDl .text .title{
	height: 42px;
	line-height: 42px;
	font-size: 22px;
	color: #fff;
	font-weight: bold;
}
.indexIntroDl .text .infor{
	padding: 13px 0 17px;
	height: 56px;
	line-height: 28px;
	color: #fff;
	font-size: 16px;
}

.columnImgHalve{
	background: #fff;
	background-position: bottom center;
	background-repeat: no-repeat;
}
.columnImgHalve .wrap{
	box-shadow: 0px -6px 10px 0 rgba(0, 0, 0, 0.02);
}
.columnImgTitle{
	position: relative;
	z-index: 3;
	text-align: center;
	overflow: hidden;
}
columnImgTitle a{
	display: inline-block;
}
.columnImgTitle span{
	display: inline-block;
	height: 60px;
	line-height: 60px;
	font-size: 36px;
	font-weight: bold;
	color: #333;
	padding: 0 26px;
	position: relative;
}
.columnImgTitle em{
	font-style: normal;
	color: #bb2c2d;
}
.columnImgTitle span::before{
	display: block;
	content: '';
	position: absolute;
	width: 1200px;
	height: 60px;
	left: -1200px;
	top: 0;
	background: url(../png/5wp1vb.png) right center no-repeat;
}
.columnImgTitle span::after{
	display: block;
	content: '';
	position: absolute;
	width: 1200px;
	height: 60px;
	right:-1200px;
	top: 0;
	background: url(../png/de39v2.png) left center no-repeat;
}
.columnImgTitle .more{
	position: absolute;
	right: 0;
	top: 0px;
	font-size: 14px;
	line-height: 24px;
}
.columnImgTitle .more a{
	display: block;
	color: var(--themeColor);
	transition: all .4s;
	-webkit-transition: all .4s;
}
.columnImgTitle .more a:hover{
	font-weight: bold;
}
.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: #bb2c2d;
}
.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/guztd5.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:215px;
	padding-right:30px;
	position: relative;
}
.footerDl {
	flex-wrap: wrap;
}
.footerDl dd{
	width: 50%;
	padding: 10px 0;
}
.footerDl dd::before{
	display: none;
}
.footerDl dd a{
	color: #555;
	display: block;
	height: 38px;
	line-height: 38px;
}

.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;
}



.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(../png/0ii6oj.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(/fqx/pc/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(../png/nrad9y.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(/fqx/pc/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(../png/51z0ub.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(/fqx/pc/images/leftnavicn1h.png) no-repeat center center;
}
.leftNavDl1 dd .yj:hover span{
	background: url(../png/avbu71.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(/fqx/pc/images/leftnavicn1h.png) no-repeat center center;
}
.leftNavDl1 dd.hover .yj span{
	background: url(../png/avbu71.png) no-repeat center center;
}
.leftNavDl1 dd.hover .ejBox{
	display: block;
}
.leftNavDl1 dd.active .yj a i{
	background: url(/fqx/pc/images/leftnavicn1h.png) no-repeat center center;
}
.leftNavDl1 dd.active .yj span{
	background: url(../png/avbu71.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/msa6mh.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);
}