@font-face{
	font-family: "BEBAS";
	src: url('../font/BEBAS.ttf'),url('../font/BEBAS.eot');
	font-weight: normal; 
	font-style: normal;
}
@font-face {
  font-family: 'Khand';
  src: url(../font/Khand/Khand-Regular.ttf);
}
@font-face {
  font-family: 'Poppins';
  src: url(../font/Poppins/Poppins-Regular.ttf);
}

/** 清除内外边距 **/
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
form, fieldset, legend, button, input, textarea, /* form elements 表单元素 */
th, td /* table elements 表格元素 */ {
    margin: 0;
    padding: 0;
}

/** 设置默认字体 **/
body,button, input, select, textarea /* for ie */ {
    font: 14px/1.0 "Poppins","Arial","PingFangSC-Regular","Microsoft YaHei","黑体","宋体","KaiTi",sans-serif;
}
h1, h2, h3, h4, h5, h6 {font-size: 100%; font-weight: 400;}
address, cite, dfn, em, var, i { font-style: normal; } /* 将斜体扶正 */
code, kbd, pre, samp { font-family: courier new, courier, monospace; } /* 统一等宽字体 */
small { font-size: 12px; } /* 小于 12px 的中文很难阅读, 让 small 正常化 */

/** 重置列表元素 **/
ul, ol { list-style: none; }

/** 重置文本格式元素 **/
a { color: #333; text-decoration: none; -webkit-tap-highlight-color: rgba(0,0,0,0);}
a:hover { text-decoration: none; cursor: pointer; }

/*sup { vertical-align: text-top; font-size: 0.5em;} /* 重置, 减少对行高的影响 */
/*sub { vertical-align: text-bottom; }*/

/** 重置表单元素 **/
legend { color: #000; } /* for ie6 */
fieldset, img { border: 0; } /* img 搭车：让链接里的 img 无边框 */
button, input, select, textarea { font-size: 100%; outline: none; border: none; background: none;} /* 使得表单元素在 ie 下能继承字体大小 */
button, input[type="button"] { cursor: pointer;-webkit-appearance: none;}
input::-ms-clear{display:none;}/*隐藏文本框叉子*/
input::-ms-reveal{display:none;}/*隐藏密码框小眼睛*/
/* 注：optgroup 无法扶正 */

/** 重置表格元素 **/
table { border-collapse: collapse; border-spacing: 0; }

/* 重置 HTML5 元素 */
article, aside, details, figcaption, figure, footer,header, hgroup, menu, nav, section,
summary, time, mark, audio, video {
    display: block;
    margin: 0;
    padding: 0;
}
img{
	vertical-align: top;
	image-rendering: -webkit-optimize-contrast;
  	image-rendering: crisp-edges;
	/* -ms-interpolation-mode: nearest-neighbor;
    image-rendering: pixelated; */
}

html{
	font-size: 100px;
}
body{
	color: #333;
	background-color: #fff;
	width: 100%;
	overflow-x: hidden;
	position: relative;
}
body::-webkit-scrollbar{
	width: 4px;
	height: 1px;
}
body::-webkit-scrollbar-thumb{
	background: #d3001e;
}
.clear-both::after{
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}
.w1440{
	width: 14.4rem;
	display: block;
	margin: 0 auto;
	box-sizing: border-box;
}
.pd{
	padding: 0.8rem 0;
}
.is{
	display: block;
	height: 1px;
}
.md-i{
	display: block;
	height: 1px;
	transform: translateY(-1.0rem);
	pointer-events: none;
}

.tdt-infowindow-content-wrapper{
	padding: 0 !important;
}
.tdt-infowindow-content{
	margin: 0 !important;
	width: 6.5rem !important;
}
.tdt-infowindow-content-wrapper, .tdt-infowindow-tip{
	background-color: #d3001e !important;
}
.tdt-container a.tdt-infowindow-close-button{
	display: none;
}
.tdt-infowindow-content dl{
	display: flex;
	align-items: center;
	background-color: #d3001e;
	color: #fff;
	padding: 0.16rem;
}
.tdt-infowindow-content dl dt{
	flex-shrink: 0;
	width: 0.6rem;
	margin-right: 0.16rem;
}
.tdt-infowindow-content dl img{
	width: 100%;
}
.tdt-infowindow-content dl dd{
	
}
.tdt-infowindow-content dl span{
	display: block;
	font-size: 0.2rem;
	white-space: nowrap;
}
.tdt-infowindow-content dl small{
	display: block;
	font-size: 0.14rem;
	white-space: nowrap;
	margin-top: 0.1rem;
}

.swiper-pagination{
	width: 100%;
	padding: 7px 0;
	height: 8px;
	bottom: 0.2rem !important;
}
.swiper-pagination span{
	vertical-align: top;
	position: relative;
	width: 8px;
	height: 8px;
	opacity: 1;
	margin: 0 0.12rem !important;
	background-color: #dedede;
}
.swiper-pagination span:last-of-type{
	margin: 0;
}
.swiper-pagination span::after{
	content: "";
	position: absolute;
	top: -5px;
	left: -5px;
	width: 16px;
	height: 16px;
	border: 1px solid #d3001e;
	border-radius: 50%;
	opacity: 0;
	transform: scale(0.4);
	transition: all 0.5s;
}
.swiper-pagination .swiper-pagination-bullet-active{
	background-color: #d3001e;
}
.swiper-pagination .swiper-pagination-bullet-active::after{
	opacity: 1;
	transform: scale(1);
}
.swiper-button{
	background: none;
	width: 0.44rem;
	height: 0.44rem;
	border: 2px solid #333;
	background-color: transparent;
	color: #333;
	text-align: center;
	line-height: 0.44rem;
	font-size: 0.2rem;
	font-weight: bold;
	margin-top: 0;
	transform: translateY(-50%);
	transition: all 0.5s;
}
.swiper-button-prev{
	left: -0.7rem;
}
.swiper-button-prev::after{
	content: "\e870";
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
}
.swiper-button-next{
	right: -0.7rem;
}
.swiper-button-next::after{
	content: "\e87c";
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
}
.swiper-button-group{
	display: flex;
}
.swiper-button-group .swiper-button{
	position: static;
	margin: 0 0 0 0.1rem;
	transform: translateY(0);
}

.title-h5{
	text-align: center;
	margin-bottom: 0.6rem;
}
.title-h5 strong{
	display: block;
	font-size: 0.48rem;
	text-transform: uppercase;
}
.title-h5 span{
	display: block;
	font-size: 0.36rem;
	margin-top: 0.16rem;
}
.title-h5 p{
	font-size: 0.18rem;
	line-height: 1.8;
	margin-top: 0.3rem;
}

.header-box{
	position: fixed;
	z-index: 9;
	width: 100%;
	height: 1.0rem;
	top: 0;
	left: 0;
	transition: all 0.5s;
}
.header-box .view{
	position: relative;
	width: 93.7%;
	max-width: 18.0rem;
	height: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.header-box .lg-a{
	position: absolute;
	top: 0;
	left: 0;
	width: 1.98rem;
	height: 100%;
}
.header-box .lg-a img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: all 0.5s;
}
.header-box .lg-a img:nth-of-type(1){
	opacity: 1;
}
.header-box .lg-a img:nth-of-type(2){
	opacity: 0;
}
.header-box .cd-ul{
	display: flex;
	justify-content: center;
	transition: all 0.5s;
}
.header-box .cd-ul li{
	position: relative;
	margin-right: 0.1rem;
}
.header-box .cd-ul li:last-of-type{
	margin-right: 0;
}
.header-box .cd-ul li::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 0.36rem;
	top: 50%;
	left: 0;
	margin-top: -0.18rem;
	background-color: #d3001e;
	opacity: 0;
	transition: all 0.5s;
}
.header-box .cd-ul li .a{
	position: relative;
	z-index: 3;
	display: block;
	height: 1.0rem;
	line-height: 1.0rem;
	padding: 0 0.24rem;
	font-size: 0.16rem;
	color: #fff;
	transition: all 0.5s;
}
.header-box .cd-ul .pitchon .a{
	color: #fff;
}
.header-box .cd-ul .pitchon::before{
	opacity: 1;
}
.header-box .cd-ul li .a i{
	display: none;
	transition: all 0.5s;
}
.header-box .cd-ul .show .a i{
	transform: rotate(135deg);
}
.header-box .cd-ul li p{
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -0.8rem;
	width: 1.6rem;
	background-color: #fff;
	text-align: center;
	box-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, 0.15);
	opacity: 0;
	transform: translateY(0.16rem);
	pointer-events: none;
	transition: all 0.5s;
}
.header-box .cd-ul li p a{
	position: relative;
	display: block;
	font-size: 0.16rem;
	height: 0.7rem;
	line-height: 0.7rem;
	color: #333;
	transition: all 0.5s;
}
.header-box .cd-ul li p a::after{
	content: "";
	position: absolute;
	width: 76%;
	height: 1px;
	background-color: #dedede;
	top: 0;
	left: 12%;
	transition: all 0.5s;
}
/* .header-box .cd-ul li p a:first-of-type::after{
	display: none;
} */
.header-box .gn-div{
	display: flex;
	align-items: center;
	margin-left: 0.6rem;
}
.header-box .gn-div .ss-a{
	font-size: 0.24rem;
	color: #fff;
	cursor: pointer;
	transition: all 0.5s;
}
.header-box .gn-div .ss-active{
	color: #d3001e !important;
}
.header-box .gn-div .ss-a::after{
	content: "\e881";
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
}
.header-box .gn-div i{
	flex-shrink: 0;
	width: 2px;
	height: 0.16rem;
	background-color: #fff;
	margin: 0 0.14rem;
	transition: all 0.5s;
}
.header-box .gn-div .yy-h6{
	position: relative;
}
.header-box .gn-div .yy-h6 .a{
	font-size: 0.22rem;
	color: #fff;
	transition: all 0.5s;
}
.header-box .gn-div .yy-h6 .a::after{
	content: "\e89f";
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
}
.header-box .gn-div .yy-h6 p{
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -0.2rem;
	width: 0.4rem;
	background-color: #fff;
	border-radius: 6px;
	text-align: center;
	padding: 5px 0;
	margin-top: 8px;
	box-shadow: 0 0 0.12rem rgba(0,0,0,0.15);
	transform: translateY(0.16rem);
	opacity: 0;
	pointer-events: none;
	transition: all 0.5s;
}
.header-box .gn-div .yy-h6 p::before{
	content: "";
	width: 0;
	height: 0;
	border-bottom: 8px solid #fff;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	position: absolute;
	top: -7px;
	left: 50%;
	transform: translateX(-8px);
}
.header-box .gn-div .yy-h6 p::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 0.1rem;
	bottom: 100%;
	left: 0;
}
.header-box .gn-div .yy-h6 p a{
	display: block;
	font-size: 0.14rem;
	height: 0.2rem;
	line-height: 0.2rem;
	transition: all 0.5s;
}

.header-box .menu-dl{
	display: none;
	position: absolute;
	width: 0.5rem;
	height: 0.5rem;
	top: 0.1rem;
	right: 0.1rem;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	background-color: #d3001e;
	z-index: 12;
	border-radius: 4px;
	transition: all 0.5s;
}
.header-box .menu-dl dt{
    width: 24px;
}
.header-box .menu-dl dt i{
	display: block;
	width: 100%;
	height: 2px;
	background-color: #fff;
	margin: 6px 0;
	transition: all 0.5s;
}
.header-box .menu-active{
	
}
.header-box .menu-active dt i:nth-of-type(1){
    transform: rotate(45deg) translate(5.5px, 6px);
}
.header-box .menu-active dt i:nth-of-type(2){
    opacity: 0;
}
.header-box .menu-active dt i:nth-of-type(3){
    transform: rotate(-45deg) translate(5.5px, -6px);
}

.headerh-box{
	background-color: #fff;
	height: 0.8rem;
	box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.2);
}
.headerh-box .lg-a img:nth-of-type(1){
	opacity: 0;
}
.headerh-box .lg-a img:nth-of-type(2){
	opacity: 1;
}
.headerh-box .cd-ul li .a{
	color: #333;
	height: 0.8rem;
	line-height: 0.8rem;
}
.headerh-box .gn-div .ss-a{
	color: #333;
}
.headerh-box .gn-div .yy-h6 .a{
	color: #333;
}
.headerh-box .gn-div i{
	background-color: #dedede;
}

.header-show{
	background-color: #fff;
	height: 0.8rem;
	box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.2);
}
.header-show .lg-a img:nth-of-type(1){
	opacity: 0;
}
.header-show .lg-a img:nth-of-type(2){
	opacity: 1;
}
.header-show .cd-ul li .a{
	color: #333;
}
.header-show .gn-div .ss-a{
	color: #333;
}
.header-show .gn-div .yy-h6 .a{
	color: #333;
}
.header-show .gn-div i{
	background-color: #dedede;
}

.search-box{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 6;
	background-image: url(../img/tp40.jpg);
	background-size: cover;
	background-position: center;
	opacity: 0;
	pointer-events: none;
	transition: all 0.5s;
}
.search-show{
	opacity: 1;
	pointer-events: auto;
}
.search-box .w1440{
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%,-50%);
	transition: all 0.5s;
}
.search-show .w1440{
	top: 50%;
}
.search-box h6{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.search-box h6 strong{
	font-size: 0.56rem;
	font-weight: normal;
}
.search-box h6 span{
	font-size: 0.28rem;
	cursor: pointer;
	transition: all 0.5s;
}
.search-box form{
	display: flex;
	background-color: #fff;
	height: 0.8rem;
	margin: 0.56rem 0 0.4rem;
}
.search-box form::before{
	content: "\e881";
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	flex-shrink: 0;
	width: 0.86rem;
	line-height: 0.8rem;
	text-align: center;
	font-size: 0.32rem;
	color: #d3001e;
}
.search-box form input{
	flex: 1;
	min-width: 0;
	height: 100%;
	font-size: 0.18rem;
}
.search-box form button{
	flex-shrink: 0;
	width: 2.4rem;
	height: 100%;
	background-color: #d3001e;
	color: #fff;
	font-size: 0.18rem;
}
.search-box form button::after{
	content: "\e87c";
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	margin-left: 0.16rem;
}
.search-box dl{
	display: flex;
	align-items: flex-start;
}
.search-box dt{
	flex-shrink: 0;
	/*width: 1.36rem;*/
  width: auto;
	display: flex;
	align-items: center;
	height: 0.3rem;
	font-size: 0.2rem;
}
.search-box dt img{
	flex-shrink: 0;
	width: 0.2rem;
	margin-right: 0.1rem;
}
.search-box dd a{
	font-size: 0.18rem;
	line-height: 0.3rem;
	margin: 0 0.06rem;
	transition: all 0.5s;
}

.footer-box{
	position: relative;
	z-index: 3;
	background-color: #222;
	color: #fff;
}
.footer-box .box1{
	padding: 0.8rem 0;
	display: flex;
	justify-content: space-between;
}
.footer-box .box1 .div{
	
}
.footer-box .box1 .div a{
	display: block;
	width: 2.14rem;
}
.footer-box .box1 .div a img{
	width: 100%;
}
.footer-box .box1 .div p{
	margin-top: 0.5rem;
}
.footer-box .box1 .div p img{
	width: 0.6rem;
	margin-right: 0.38rem;
}
.footer-box .box1 .ul{
	flex-shrink: 0;
	width: 65%;
	display: flex;
	justify-content: space-between;
}
.footer-box .box1 .ul li{
	
}
.footer-box .box1 .ul li a{
	display: block;
	font-size: 0.16rem;
	color: #888;
	line-height: 2.0;
	transition: all 0.5s;
}
.footer-box .box1 .ul li a:first-of-type{
	line-height: 0.6rem;
	color: #fff;
}
.footer-box .box2{
	border-top: 1px solid #353535;
	padding: 0.3rem 0;
	text-align: center;
	line-height: 2.0;
	font-size: 0.16rem;
	color: #888;
}

.banner-box{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 6.0rem;
	box-sizing: border-box;
}
.banner-box .img,
.banner-box .video{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.banner-box .w1440{
	position: absolute;
	z-index: 3;
	top: 55%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
}
.banner-box .w1440 h5{
	font-size: 0.4rem;
	font-weight: bold;
	text-transform: uppercase;
}
.banner-box .w1440 h6{
	font-size: 0.4rem;
	margin: 0.16rem 0 0.18rem;
}
.banner-box .w1440 i{
	display: block;
	width: 0.4rem;
	height: 4px;
	background-color: #d3001e;
}
.banner2-box{
	height: 100vh;
}
.banner2-box .img{
	display: none;
}
.banner2-box .video{
	display: block;
}
.banner2-box .w1440{
	text-align: center;
}
.banner2-box .w1440 h5{
	font-weight: normal;
	font-size: 0.6rem;
	line-height: 1.5;
}
.banner2-box .w1440 span{
	display: block;
	width: 1.2rem;
	height: 4px;
	background-color: #d3001e;
	margin: 0.24rem auto 0.32rem;
}
.banner2-box .w1440 img{
	width: 7.45rem;
}
.banner2-box .w1440 p{
	margin-top: 0.6rem;
}
.banner2-box .w1440 .more-a{
	margin: 0 auto;
}
.banner2-box .i{
	position: absolute;
	bottom: 0.4rem;
	left: 50%;
	margin-left: -13px;
	width: 26px;
	height: 36px;
	background-image: url(../img/ic14.png);
	background-size: 100% 100%;
}
.banner2-box .i::before{
	content: "";
	position: absolute;
	top: 4px;
	left: 12px;
	width: 2px;
	height: 8px;
	background-color: #fff;
	animation: dh1 2s infinite;
}
@keyframes dh1{
	0% {
		opacity: 0;
		top: 4px;
	}
	60% {
		opacity: 1;
		top: 12px;
	}
	100% {
		opacity: 0;
		top: 24px;
	}
}

.more-a{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 1.76rem;
	height: 0.5rem;
	border: 2px solid rgba(255,255,255,0.4);
	transition: all 0.5s;
}
.more-a::before{
	content: "";
	position: absolute;
	width: 0;
	height: calc(100% + 4px);
	top: -2px;
	left: -2px;
	background-color: #d3001e;
	transition: all 0.5s;
}
.more-a small{
	position: relative;
	z-index: 3;
	font-size: 0.16rem;
	color: #fff;
	margin-right: 0.16rem;
	transition: all 0.5s;
}
.more-a::after{
	content: "\e87f";
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	position: relative;
	z-index: 3;
	font-size: 0.18rem;
	color: #fff;
	transition: all 0.5s;
}
.more2-a{
	border: 2px solid rgba(0,0,0,0.4);
}
.more2-a small{
	color: #333;
}
.more2-a::after{
	color: #333;
}

.paging-box{
	margin-top: 0.6rem;
	display: flex;
	justify-content: center;
}
.paging-box a{
	flex-shrink: 0;
	width: 0.4rem;
	height: 0.4rem;
	line-height: 0.4rem;
	text-align: center;
	font-size: 0.16rem;
	background-color: #fff;
	border-radius: 0.06rem;
	border: 1px solid #ccc;
	margin: 0 0.06rem;
	transition: all 0.5s;
}
.paging-box .prev::after{
	content: "\e870";
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
}
.paging-box .next::after{
	content: "\e87c";
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
}
.paging-box .active{
	background-color: #d3001e;
	border-color: #d3001e;
	color: #fff;
}

.type-box{
	background-color: #fff;
	border-bottom: 1px solid #dedede;
	overflow: hidden;
}
.type-box .w1440{
	display: flex;
	justify-content: space-between;
	height: 0.8rem;
}
.type-box h6{
	display: flex;
	align-items: center;
	height: 100%;
	font-size: 0.16rem;
}
.type-box h6::before{
	content: "\e8a1";
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	font-size: 0.2rem;
	color: #999;
	transform: translateY(-1px);
	margin-right: 0.1rem;
}
.type-box h6 a{
	color: #999;
	transition: all 0.5s;
}
.type-box h6 a:last-of-type{
	color: #333;
}
.type-box h6 i{
	color: #999;
	margin: 0 0.1rem;
}
.type-box h6 i::after{
	content: "\e87c";
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
}
.type-box h6 i:last-of-type{
	display: none;
}
.type-box h5{
	display: flex;
	height: 100%;
}
.type-box h5 a{
	height: 100%;
	line-height: 0.8rem;
	font-size: 0.18rem;
	margin-left: 0.4rem;
	transition: all 0.5s;
}
.type-box h5 a:first-of-type{
	margin-left: 0;
}
.type-box h5 .active{
	color: #d3001e
}
.type-box h5 .pitchon{
	color: #d3001e
}
.type2-box{
	background-color: #f8f8f8 !important;
}

.lz-div{
	position: absolute;
	width: 100%;
	height: 2.0rem;
	left: 0;
	bottom: 0;
}
.lz-div div{
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.lz-div canvas{
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.content-box{
	padding-top: 6.0rem;
}
.content2-box{
	padding-top: 100vh;
}
.box{
	position: relative;
	z-index: 3;
	background-color: #fff;
	/* overflow-x: hidden; */
}

/* .info-body{
	
}
.info-body .header-box .nav-div{
	background-color: #fff;
}
.info-body .header-box .lg-a img:nth-of-type(1){
	opacity: 0;
}
.info-body .header-box .lg-a img:nth-of-type(2){
	opacity: 1;
}
.info-body .header-box .cd-ul li .a{
	color: #333;
}
.info-body .header-box .gn-dl{
	color: #333;
}
.info-body .content-box{
	padding-top: 1.0rem;
} */


.xwzx-box{
	background-color: #f8f8f8;
}
.xwzx-box .ul{
	
}
.xwzx-box .ul li{
	background-color: #fff;
	margin-top: 0.3rem;
	transition: all 0.5s;
}
.xwzx-box .ul li a{
	display: flex;
	align-items: center;
	padding: 0.58rem;
}
.xwzx-box .ul li div{
	flex: 1;
	min-width: 0;
}
.xwzx-box .ul li strong{
	display: block;
	font-size: 0.4rem;
	transition: all 0.5s;
}
.xwzx-box .ul li small{
	display: block;
	font-size: 0.16rem;
	margin: 0.16rem 0 0.2rem;
}
.xwzx-box .ul li h6{
	font-size: 0.24rem;
	line-height: 1.2;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.xwzx-box .ul li p{
	font-size: 0.16rem;
	line-height: 1.2;
	margin: 0.14rem 0 0.24rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.xwzx-box .ul li span{
	display: flex;
	align-items: center;
}
.xwzx-box .ul li span i{
	transition: all 0.5s;
}
.xwzx-box .ul li span::before{
	content: "\e87f";
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	margin-right: 0.15rem;
	transition: all 0.5s;
}
.xwzx-box .ul li em{
	flex-shrink: 0;
	width: 3.6rem;
	height: 2.16rem;
	overflow: hidden;
	margin-left: 0.5rem;
}
.xwzx-box .ul li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
}


.xwxq-box{
	background-color: #f8f8f8;
}
.xwxq-box .box1{
	display: flex;
	align-items: flex-start;
}
.xwxq-box .box1 .view1{
	flex: 1;
	min-width: 0;
}
.xwxq-box .box1 .view1 .dl{
	box-sizing: border-box;
	padding: 0.5rem 0.56rem;
	background-color: #fff;
}
.xwxq-box .box1 .view1 .dt h5{
	font-size: 0.32rem;
	line-height: 1.3;
	margin-bottom: 0.32rem;
}
.xwxq-box .box1 .view1 .dt span{
	font-size: 0.16rem;
	color: #999;
}
.xwxq-box .box1 .view1 .dd{
	margin-top: 0.36rem;
	padding-top: 0.28rem;
	border-top: 1px solid #dedede;
}
.xwxq-box .box1 .view1 .dd p{
	font-size: 0.16rem;
	line-height: 1.6;
}
.xwxq-box .box1 .view1 .dd img,
.xwxq-box .box1 .view1 .dd video{
	width: auto !important;
	height: auto !important;
	max-width: 100% !important;
}
.xwxq-box .box1 .view1 .h6{
	margin-top: 0.34rem;
	position: relative;
	display: flex;
	justify-content: space-between;
	font-size: 0.16rem;
	line-height: 2;
}
.xwxq-box .box1 .view1 .h6 .a1{
	flex-shrink: 0;
	width: 45%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	transition: all 0.5s;
}
.xwxq-box .box1 .view1 .h6 .a1:nth-of-type(2){
	text-align: right;
}
.xwxq-box .box1 .view1 .h6 .a2{
	position: absolute;
	top: 0;
	left: 45%;
	width: 10%;
	text-align: center;
	transition: all 0.5s;
}
.xwxq-box .box1 .view1 .h6 .a2::after{
	content: "\e8ad";
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	margin-left: 0.1rem;
}
.xwxq-box .box1 .view2{
	flex-shrink: 0;
	width: 4.2rem;
	background-color: #fff;
	margin-left: 0.2rem;
}
.xwxq-box .box1 .view2 h5{
	display: flex;
	align-items: center;
	height: 0.8rem;
	background-color: #d3001e;
	color: #fff;
	padding: 0 0.4rem;
	font-size: 0.2rem;
}
.xwxq-box .box1 .view2 h5 img{
	flex-shrink: 0;
	width: 0.21rem;
	margin-right: 0.12rem;
}
.xwxq-box .box1 .view2 a{
	display: block;
	padding: 0.26rem 0.4rem 0;
}
.xwxq-box .box1 .view2 a h6{
	font-size: 0.2rem;
	line-height: 1.5;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	transition: all 0.5s;
}
.xwxq-box .box1 .view2 a span{
	display: block;
	font-size: 0.14rem;
	color: #999;
	margin: 0.1rem 0 0.16rem;
}
.xwxq-box .box1 .view2 a p{
	font-size: 0.14rem;
	line-height: 1.6;
	color: #666;
	height: 0.44rem;
	overflow: hidden;
}
.xwxq-box .box1 .view2 a::after{
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #dedede;
	margin-top: 0.26rem;
}
.xwxq-box .box1 .view2 a:last-of-type{
	padding-bottom: 0.26rem;
}
.xwxq-box .box1 .view2 a:last-of-type::after{
	display: none;
}


.cpzx-box{
	position: relative;
}
.cpzx-box .box1{
	position: relative;
	z-index: 3;
}
.cpzx-box .box1 .form{
	display: flex;
	align-items: center;
	background-color: #f8f8f8;
	height: 0.72rem;
	padding-left: 0.38rem;
	margin-bottom: 0.6rem;
}
.cpzx-box .box1 .form::before{
	content: "\e881";
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	flex-shrink: 0;
	font-size: 0.36rem;
	color: #999;
}
.cpzx-box .box1 .form input{
	flex: 1;
	min-width: 0;
	height: 100%;
	font-size: 0.18rem;
	box-sizing: border-box;
	padding: 0 0.24rem;
}
.cpzx-box .box1 .form button{
	flex-shrink: 0;
	width: 2.0rem;
	height: 100%;
	background-color: #222;
	font-size: 0.18rem;
	color: #fff;
	transition: all 0.5s;
}
.cpzx-box .box1 .form button::after{
	content: "\e87f";
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	margin-left: 0.16rem;
	transition: all 0.5s;
}
.cpzx-box .box1 .ul{
	display: flex;
	flex-wrap: wrap;
	margin-top: -0.4rem;
}
.cpzx-box .box1 .ul li{
	flex-shrink: 0;
	width: 23.5%;
	margin-right: 2%;
	margin-top: 0.4rem;
	background-color: #fff;
}
.cpzx-box .box1 .ul li:nth-of-type(4n){
	margin-right: 0;
}
.cpzx-box .box1 .ul li a{
	display: block;
}
.cpzx-box .box1 .ul li em{
	display: block;
	width: 100%;
	height: 3.3rem;
	overflow: hidden;
}
.cpzx-box .box1 .ul li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
}
.cpzx-box .box1 .ul li dl{
	border: 1px solid #dedede;
	border-top: 0;
	padding: 0.26rem 0.18rem 0.24rem;
	font-size: 0.18rem;
}
.cpzx-box .box1 .ul li dt{
	transition: all 0.5s;
}
.cpzx-box .box1 .ul li dd{
	color: #999;
	margin-top: 0.16rem;
}


.cpxq-box{
	
}
.cpxq-box .box1{
	position: relative;
	display: flex;
	align-items: flex-start;
}
.cpxq-box .box1::before{
	content: "";
	position: absolute;
	width: 1px;
	height: 100%;
	top: 0;
	right: 2.2rem;
	background-color: #dedede;
}
.cpxq-box .box1 .view1{
	flex: 1;
	min-width: 0;
	box-sizing: border-box;
	padding-right: 10%;
}
.cpxq-box .box1 .view1 .title-h5{
	text-align: left;
}
.cpxq-box .box1 .view1 .h5{
	position: relative;
	font-size: 0.36rem;
	padding-bottom: 0.46rem;
	border-bottom: 1px solid #dedede;
}
.cpxq-box .box1 .view1 .h5::after{
	content: "";
	position: absolute;
	width: 0.8rem;
	height: 4px;
	background-color: #d3001e;
	left: 0;
	bottom: -1px;
}
.cpxq-box .box1 .view1 .dl{
	margin-top: 0.6rem;
}
.cpxq-box .box1 .view1 .dl dd{
	padding-bottom: 0.4rem;
	margin-bottom: 0.4rem;
	border-bottom: 1px solid #dedede;
}
.cpxq-box .box1 .view1 .dl dd:last-of-type{
	margin-bottom: 0;
	border-bottom: 0;
	padding-bottom: 0;
}
.cpxq-box .box1 .view1 .dl h6{
	display: flex;
	align-items: center;
	font-size: 0.28rem;
	margin-bottom: 0.2rem;
}
.cpxq-box .box1 .view1 .dl h6 i{
	flex-shrink: 0;
	width: 0.34rem;
	height: 0.34rem;
	background-color: #d3001e;
	color: #fff;
	text-align: center;
	line-height: 0.34rem;
	font-size: 0.2rem;
	margin-right: 0.14rem;
}
.cpxq-box .box1 .view1 .dl p{
	font-size: 0.18rem;
	line-height: 1.6;
	color: #666;
}
.cpxq-box .box1 .view1 .dl .swiper-container{
	margin: 0.2rem 0 0;
	width: 4.8rem;
}
.cpxq-box .box1 .view1 .dl .swiper-slide img{
	width: 100%;
}
.cpxq-box .box1 .view1 .dl .swiper-pagination{
	position: static;
	text-align: left;
	margin-top: 0.2rem;
	margin-left: -6px;
}
.cpxq-box .box1 .view1 .dl table{
	width: 100%;
	background-color: #f8f8f8;
}
.cpxq-box .box1 .view1 .dl table td{
	border: 1px solid #dedede;
	font-size: 0.2rem;
	line-height: 1.4;
	padding: 0.24rem 0.46rem;
}
.cpxq-box .box1 .view1 .dl table td:nth-of-type(2n){
	background-color: #fff;
}
.cpxq-box .box1 .view2{
	position: sticky;
	top: 1.2rem;
	flex-shrink: 0;
	width: 2.2rem;
	margin-top: 0.6rem;
}
.cpxq-box .box1 .view2 h6{
	/* position: relative;
	top: 1.2rem; */
}
.cpxq-box .box1 .view2 .fixH6{
	position: fixed;
	/* right: 0; */
}
.cpxq-box .box1 .view2 h6 a{
	position: relative;
	display: block;
	font-size: 0.16rem;
	height: 0.6rem;
	line-height: 0.6rem;
	padding-left: 0.76rem;
	transition: all 0.5s;
}
.cpxq-box .box1 .view2 h6 a::before{
	content: "";
	position: absolute;
	width: 0.1rem;
	height: 0.1rem;
	background-color: #d3001e;
	border-radius: 50%;
	top: 50%;
	left: 0.66rem;
	transform: translateY(-50%);
	opacity: 0;
	transition: all 0.5s;
}
.cpxq-box .box1 .view2 h6 .active{
	color: #d3001e;
}
.cpxq-box .box1 .view2 h6 .active::before{
	opacity: 1;
	left: 0.56rem;
}

.cpxq-box .box2{
	position: relative;
	z-index: 6;
	background-color: #f8f8f8;
}
.cpxq-box .box2 .div{
	position: relative;
}
.cpxq-box .box2 .swiper-slide a{
	background-color: #fff;
	display: block;
}
.cpxq-box .box2 .swiper-slide a em{
	display: block;
	width: 100%;
	height: 3.3rem;
	overflow: hidden;
}
.cpxq-box .box2 .swiper-slide a img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
}
.cpxq-box .box2 .swiper-slide a dl{
	border: 1px solid #dedede;
	border-top: 0;
	padding: 0.26rem 0.18rem 0.24rem;
	font-size: 0.18rem;
}
.cpxq-box .box2 .swiper-slide a dt{
	transition: all 0.5s;
}
.cpxq-box .box2 .swiper-slide a dd{
	color: #999;
	margin-top: 0.16rem;
}
.cpxq-box .box2 .more-div{
	margin-top: 0.4rem;
}
.cpxq-box .box2 .more-div .more-a{
	margin: 0 auto;
}


.fwnr-box{
	
}
.fwnr-box .box1 .view1 .dl .swiper-container{
	width: 100%;
}


.hxjzl-box{
	
}
.hxjzl-box .box1{
	
}
.hxjzl-box .box1 .h6{
	display: flex;
	border: 1px solid #dedede;
	margin-bottom: 0.6rem;
}
.hxjzl-box .box1 .h6 a{
	flex: 1;
	min-width: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 0.8rem;
	border-right: 1px solid #dedede;
}
.hxjzl-box .box1 .h6 a:last-of-type{
	border-right: 0;
}
.hxjzl-box .box1 .h6 a img{
	flex-shrink: 0;
	width: 0.3rem;
	margin-right: 0.18rem;
}
.hxjzl-box .box1 .h6 a span{
	font-size: 0.16rem;
	transition: all 0.5s;
}
.hxjzl-box .box1 .ul{
	
}
.hxjzl-box .box1 .ul li{
	position: relative;
	display: flex;
	align-items: center;
	background-color: #f8f8f8;
	margin-top: 0.56rem;
}
.hxjzl-box .box1 .ul li:nth-of-type(2n){
	flex-direction: row-reverse;
}
.hxjzl-box .box1 .ul li .md-i{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.hxjzl-box .box1 .ul li em{
	flex-shrink: 0;
	width: 59.7%;
	padding-bottom: 38%;
	position: relative;
	overflow: hidden;
}
.hxjzl-box .box1 .ul li img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
}
.hxjzl-box .box1 .ul li dl{
	flex: 1;
	min-width: 0;
	padding: 0 0.78rem;
}
.hxjzl-box .box1 .ul li dt{
	font-size: 0.32rem;
	margin-bottom: 0.2rem;
}
.hxjzl-box .box1 .ul li dt::after{
	content: "";
	display: block;
	width: 0.4rem;
	height: 4px;
	background-color: #d3001e;
	margin-top: 0.16rem;
}
.hxjzl-box .box1 .ul li dd{
	font-size: 0.16rem;
	line-height: 1.6;
	/*text-align: justify;*/
	color: #666;
	margin-top: 0.12rem;
}


.gsgk-box{
	
}
.gsgk-box .box1{
	
}
.gsgk-box .box1 dt{
	font-size: 0.32rem;
	line-height: 1.4;
}
.gsgk-box .box1 dt::after{
	content: "";
	display: block;
	width: 0.6rem;
	height: 4px;
	background-color: #d3001e;
	margin-top: 0.16rem;
}
.gsgk-box .box1 dd{
	font-size: 0.18rem;
	line-height: 1.6;
	margin-top: 0.34rem;
	
	text-align: justify;
}
.gsgk-box .box1 p{
	font-size: 0.18rem;
	line-height: 1.6;
	margin-top: 0.34rem;
	
	text-align: justify;
}

.gsgk-box .box2{
	background-image: url(../img/tp11.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}
.gsgk-box .box2 ul{
	display: flex;
}
.gsgk-box .box2 ul li{
	flex: 1;
	min-width: 0;
	color: #fff;
	text-align: center;
	border-right: 1px solid rgba(255,255,255,0.3);
}
.gsgk-box .box2 ul li:last-of-type{
	border-right: 0;
}
.gsgk-box .box2 ul li strong{
	font-size: 0.8rem;
}
.gsgk-box .box2 ul li small{
	font-size: 0.16rem;
	margin-left: 0.1rem;
}
.gsgk-box .box2 ul li p{
	font-size: 0.2rem;
	margin-top: 0.2rem;
}

.gsgk-box .box3{
	position: relative;
}
.gsgk-box .box3 .ul{
	position: relative;
	z-index: 3;
	width: 11.0rem;
	margin: 0 auto;
}
.gsgk-box .box3 .ul::after{
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -1px;
	width: 2px;
	height: 100%;
	background-color: #dedede;
}
.gsgk-box .box3 .ul li{
	display: flex;
	align-items: center;
	margin-top: 0.7rem;
}
.gsgk-box .box3 .ul li:first-of-type{
	margin-top: 0;
}
.gsgk-box .box3 .ul li strong{
	flex: 1;
	min-width: 0;
	font-size: 0.56rem;
	color: #ccc;
	text-align: right;
}
.gsgk-box .box3 .ul li i{
	position: relative;
	z-index: 3;
	flex-shrink: 0;
	width: 1.6rem;
	text-align: center;
}
.gsgk-box .box3 .ul li i::after{
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background-color: #d3001e;
	border: 10px solid #fff;
	margin: 0 auto;
}
.gsgk-box .box3 .ul li p{
	flex: 1;
	min-width: 0;
	font-size: 0.18rem;
	line-height: 1.8;
}
.gsgk-box .box3 .ul li:nth-of-type(2n){
	flex-direction: row-reverse;
}
.gsgk-box .box3 .ul li:nth-of-type(2n) strong{
	text-align: left;
}
.gsgk-box .box3 .ul li:nth-of-type(2n) p{
	text-align: right;
}

.gsgk-box .box4{
	background-image: url(../img/tp12.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}
.gsgk-box .box4 .swiper-container{
	
}
.gsgk-box .box4 .swiper-slide{
	display: flex;
	flex-wrap: wrap;
	margin-top: -0.36rem;
}
.gsgk-box .box4 .swiper-slide em{
	flex-shrink: 0;
	width: 23.5%;
	margin-right: 2%;
	margin-top: 0.36rem;
}
.gsgk-box .box4 .swiper-slide em:nth-of-type(4n){
	margin-right: 0;
}
.gsgk-box .box4 .swiper-slide img{
	width: 100%;
}
.gsgk-box .box4 .swiper-slide span{
	display: block;
	font-size: 0.18rem;
	margin-top: 0.18rem;
	text-align: center;
}
.gsgk-box .box4 .swiper-pagination{
	position: static;
	margin-top: 0.4rem;
}


.qywh-box{
	
}
.qywh-box .title-h5{
	text-align: left;
}
.qywh-box .box1{
	
}
.qywh-box .box1 .div{
	position: relative;
}
.qywh-box .box1 .div img{
	width: 100%;
}
.qywh-box .box1 .div dl{
	position: absolute;
	width: 40%;
	top: 50%;
	left: 0.58rem;
	color: #fff;
	transform: translateY(-50%);
}
.qywh-box .box1 .div dt{
	font-size: 0.2rem;
	line-height: 2.2;
	font-style: italic;
}
.qywh-box .box1 .div dd{
	font-size: 0.28rem;
	line-height: 1.6;
}
.qywh-box .box1 .div dl::after{
	content: "";
	display: block;
	width: 0.4rem;
	height: 4px;
	background-color: #d3001e;
	margin-top: 0.2rem;
}

.qywh-box .box2{
	
}
.qywh-box .box2 .ul{
	display: flex;
}
.qywh-box .box2 .ul li{
	flex: 1;
	min-width: 0;
	margin-right: 2.4%;
	border-top: 1px solid #dedede;
	padding-top: 0.52rem;
}
.qywh-box .box2 .ul li:last-of-type{
	margin-right: 0;
}
.qywh-box .box2 .ul li .img1{
	width: 0.58rem;
}
.qywh-box .box2 .ul li .img2{
	width: 100%;
}
.qywh-box .box2 .ul li h6{
	font-size: 0.24rem;
	margin: 0.34rem 0 0.14rem;
}
.qywh-box .box2 .ul li h6::after{
	content: "";
	display: block;
	width: 0.4rem;
	height: 4px;
	background-color: #d3001e;
	margin-top: 0.16rem;
}
.qywh-box .box2 .ul li p{
	font-size: 0.16rem;
    line-height: 1.5;
    color: #666;
    height: 1.76rem;
    border-bottom: 1px solid #dedede;
    margin-bottom: 0.38rem; 
}

.qywh-box .box3{
	
}
.qywh-box .box3 .ul{
	display: flex;
}
.qywh-box .box3 .ul li{
	flex: 1;
	min-width: 0;
	margin-right: 2.4%;
	height: 3.3rem;
	background-color: #f8f8f8;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.qywh-box .box3 .ul li:last-of-type{
	margin-right: 0;
}
.qywh-box .box3 .ul li em{
	flex-shrink: 0;
	width: 1.0rem;
	height: 1.0rem;
	border: 1px dashed #d3001e;
	border-radius: 50%;
}
.qywh-box .box3 .ul li img{
	width: 100%;
}
.qywh-box .box3 .ul li span{
	font-size: 0.24rem;
	margin-top: 0.28rem;
}


.ryzz-box{
	
}
.ryzz-box .box1{
	
}
.ryzz-box .box1 .div{
	margin-top: 0.8rem;
}
.ryzz-box .box1 .div:first-of-type{
	margin-top: 0;
}
.ryzz-box .box1 .h6{
	position: relative;
	font-size: 0.36rem;
	padding-bottom: 0.44rem;
	border-bottom: 1px solid #dedede;
	margin-bottom: 0.56rem;
}
.ryzz-box .box1 .h6::after{
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 0.8rem;
	height: 4px;
	background-color: #d3001e;
}
.ryzz-box .box1 .swiper-container{
	
}
.ryzz-box .box1 .swiper-slide{
	
}
.ryzz-box .box1 .swiper-slide i{
	display: block;
	height: 3.3rem;
	background-color: #f8f8f8;
}
.ryzz-box .box1 .swiper-slide img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.ryzz-box .box1 .swiper-slide span{
	display: block;
	text-align: center;
	font-size: 0.18rem;
	margin-top: 0.26rem;
}
.ryzz-box .box1 .dl{
	display: flex;
	align-items: center;
	margin-top: 0.56rem;
}
.ryzz-box .box1 .dl .swiper-button{
	flex-shrink: 0;
	position: static;
	transform: translateY(0);
	width: 24px;
	height: 24px;
	line-height: 1;
	font-size: 24px;
	border: 0;
}
.ryzz-box .box1 .dl .swiper-pagination{
	flex: 1;
	min-width: 0;
	margin: 0 0.2rem;
	position: static;
	background-color: #dedede;
	height: 6px;
	padding: 0;
}
.ryzz-box .box1 .dl .swiper-pagination .swiper-pagination-progressbar-fill{
	background-color: #d3001e;
}
.ryzz-box .box1 .dl .swiper-pagination span{
	margin: 0 !important;
}


.lxwm-box{
	
}
.lxwm-box .box1{
	
}
.lxwm-box .box1 .div{
	width: 100%;
	height: 4.0rem;
}
.lxwm-box .box1 .mapDiv{
	width: 100%;
	height: 100%;
}
.lxwm-box .box1 .ul{
	display: flex;
	justify-content: space-between;
	margin-top: 0.56rem;
}
.lxwm-box .box1 .ul li{
	flex-shrink: 0;
	width: 30%;
}
.lxwm-box .box1 .ul li h6{
	font-size: 0.28rem;
	padding-bottom: 0.28rem;
	margin-bottom: 0.16rem;
	border-bottom: 1px solid #dedede;
}
.lxwm-box .box1 .ul li i{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 0.3rem;
	height: 0.3rem;
	border: 1px solid #d3001e;
	border-radius: 50%;
	font-size: 0.2rem;
	color: #d3001e;
	margin-bottom: 0.2rem;
}
.lxwm-box .box1 .ul li i::after{
	content: "";
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
}
.lxwm-box .box1 .ul li:nth-of-type(1) i::after{
	content: "\e8a6";
}
.lxwm-box .box1 .ul li:nth-of-type(2) i::after{
	content: "\e89c";
}
.lxwm-box .box1 .ul li:nth-of-type(3) i::after{
	content: "\e874";
}
.lxwm-box .box1 .ul li strong{
	display: block;
	font-size: 0.36rem;
	line-height: 1.3;
	font-weight: normal;
	font-family: "BEBAS";
}
.lxwm-box .box1 .ul li span{
	display: block;
	font-size: 0.32rem;
	line-height: 1.4;
}

.lxwm-box .box2{
	background-image: url(../img/tp21.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}
.lxwm-box .box2 .ul{
	
}
.lxwm-box .box2 .ul li{
	display: flex;
	align-items: center;
}
.lxwm-box .box2 .ul li:nth-of-type(2n){
	flex-direction: row-reverse;
}
.lxwm-box .box2 .ul li em{
	flex-shrink: 0;
	width: 50%;
	height: 4.0rem;
}
.lxwm-box .box2 .ul li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.lxwm-box .box2 .ul li dl{
	flex-shrink: 0;
	width: 50%;
	box-sizing: border-box;
	padding: 0 0.78rem;
}
.lxwm-box .box2 .ul li dt{
	display: inline-block;
	vertical-align: top;
	font-size: 0.16rem;
	color: #fff;
	background-color: #d3001e;
	padding: 0.12rem 0.14rem;
	margin-bottom: 0.16rem;
}
.lxwm-box .box2 .ul li dd{
	font-size: 0.28rem;
	line-height: 1.5;
}

.lxwm-box .box3{
	
}
.lxwm-box .box3 .div1{
	display: flex;
	justify-content: space-between;
}
.lxwm-box .box3 .div1 dl{
	flex-shrink: 0;
	width: 48%;
	height: 2.0rem;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	padding: 0 0.6rem;
	background-color: #f8f8f8;
}
.lxwm-box .box3 .div1 dt{
	flex: 1;
	min-width: 0;
	margin-right: 0.6rem;
}
.lxwm-box .box3 .div1 h6{
	font-size: 0.28rem;
}
.lxwm-box .box3 .div1 p{
	position: relative;
	font-size: 0.18rem;
	line-height: 1.5;
	color: #666;
	margin-top: 0.16rem;
}
.lxwm-box .box3 .div1 p::before{
	content: "";
	position: absolute;
	top: 50%;
	left: -0.2rem;
	width: 0.1rem;
	height: 0.1rem;
	transform: translateY(-50%);
	background-color: #d3001e;
	border-radius: 50%;
}
.lxwm-box .box3 .div1 dd{
	font-size: 1.0rem;
	font-family: "BEBAS";
	color: #f6e9eb;
}
.lxwm-box .box3 .div2{
	margin-top: 0.6rem;
	background-image: url(../img/tp24.jpg);
	background-size: cover;
	background-position: center;
	box-sizing: border-box;
	padding-right: 7.5%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.lxwm-box .box3 .div2 dl{
	width: 5.3rem;
	display: flex;
	color: #fff;
	padding-bottom: 0.54rem;
	margin-bottom: 0.58rem;
	border-bottom: 1px solid #404040;
}
.lxwm-box .box3 .div2 dl:last-of-type{
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: 0;
}
.lxwm-box .box3 .div2 dt{
	flex-shrink: 0;
	width: 1.34rem;
	font-size: 0.2rem;
}
.lxwm-box .box3 .div2 dd{
	flex: 1;
	min-width: 0;
	display: flex;
	justify-content: space-between;
}
.lxwm-box .box3 .div2 p{
	font-size: 0.2rem;
}
.lxwm-box .box3 .div2 strong{
	font-family: "BEBAS";
	font-weight: normal;
	display: block;
	color: #d3001e;
	font-size: 0.32rem;
	margin-top: 0.12rem;
}


.index-box{
	
}
.index-box .box1{
	
}
.index-box .box1 .ul{
	display: flex;
	flex-wrap: wrap;
	margin-top: -0.4rem;
}
.index-box .box1 .ul li{
	flex-shrink: 0;
	width: 32%;
	margin-right: 2%;
	margin-top: 0.4rem;
}
.index-box .box1 .ul li:nth-of-type(3n){
	margin-right: 0;
}
.index-box .box1 .ul a{
	display: block;
	height: 3.0rem;
	overflow: hidden;
	position: relative;
}
.index-box .box1 .ul a::before{
	content: "";
	position: absolute;
	z-index: 3;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50%;
	background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.7));
}
.index-box .box1 .ul img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
}
.index-box .box1 .ul h6{
	position: absolute;
	z-index: 5;
	width: 100%;
	left: 0;
	bottom: 0.28rem;
	font-size: 0.18rem;
	color: #fff;
	padding: 0 0.38rem;
	box-sizing: border-box;
	transition: all 0.5s;
}

.index-box .box2{
	position: relative;
	background-color: #f8f8f8;
}
.index-box .box2 .div{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 0.6rem;
}
.index-box .box2 .div .title-h5{
	text-align: left;
	margin-bottom: 0;
}
.index-box .box2 .ul{
	position: relative;
	z-index: 3;
	display: flex;
	height: 5.4rem;
}
.index-box .box2 .ul li{
	position: relative;
	flex: 1;
	min-width: 0;
	height: 100%;
	margin-right: 0.2rem;
	transition: all 0.5s;
}
.index-box .box2 .ul li:last-of-type{
	margin-right: 0;
}
.index-box .box2 .ul li a{
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	color: #fff;
}
.index-box .box2 .ul li a::before{
	content: "";
	position: absolute;
	z-index: 3;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50%;
	background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.7));
	transition: all 0.5s;
}
.index-box .box2 .ul li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.index-box .box2 .ul li strong{
	position: absolute;
	z-index: 5;
	width: 100%;
	text-align: center;
	font-size: 0.18rem;
	left: 0;
	bottom: 0.54rem;
	font-weight: normal;
	transition: all 0.5s;
}
.index-box .box2 .ul li div{
	position: absolute;
	z-index: 5;
	left: 0;
	bottom: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 0 0.6rem;
	opacity: 0;
}
.index-box .box2 .ul li h6{
	font-size: 0.24rem;
	padding-bottom: 0.24rem;
	border-bottom: 1px solid rgba(255,255,255,0.6);
	margin-bottom: 0.2rem;
}
.index-box .box2 .ul li p{
	font-size: 0.16rem;
	line-height: 1.6;
}
.index-box .box2 .ul li span{
	display: flex;
	align-items: center;
	font-size: 0.14rem;
	margin-top: 0.3rem;
}
.index-box .box2 .ul li span::after{
	content: "\e87f";
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	margin-left: 0.16rem;
}

.index-box .box3{
	display: flex;
	justify-content: space-between;
}
.index-box .box3 .div1{
	flex-shrink: 0;
	width: 5.0rem;
}
.index-box .box3 .div1 h6{
	font-size: 0.2rem;
	padding-bottom: 0.2rem;
}
.index-box .box3 .div1 h5{
	font-size: 0.38rem;
	line-height: 1.2;
}
.index-box .box3 .div1 img{
	width: 100%;
	margin-top: 0.9rem;
}
.index-box .box3 .div2{
	flex-shrink: 0;
	width: 7.0rem;
	padding-top: 0.4rem;
}
.index-box .box3 .div2 p{
	font-size: 0.14rem;
	line-height: 1.5;
	
	text-align: justify;
}
.index-box .box3 .div2 p:first-of-type{
	margin-bottom: 0.36rem;
}
.index-box .box3 .div2 ul{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0.66rem;
	margin-top: 0.26rem;
}
.index-box .box3 .div2 ul li{
	flex-shrink: 0;
	width: 2.56rem;
	margin-top: 0.32rem;
}
.index-box .box3 .div2 ul li:nth-of-type(2n){
	width: 2.28rem;
}
.index-box .box3 .div2 ul li:last-of-type{
	flex: 1;
}
.index-box .box3 .div2 ul span{
	display: block;
	font-size: 0.16rem;
	color: #666;
	margin-bottom: 0.14rem;
}
.index-box .box3 .div2 ul strong{
	display: block;
	font-size: 0.6rem;
	color: #d3001e;
}

.index-box .box4{
	height: 100vh;
	background-image: url(../img/tp34.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	display: flex;
	align-items: center;
	color: #fff;
}
.index-box .box4 .ul{
	display: flex;
}
.index-box .box4 .ul li{
	flex: 1;
	min-width: 0;
	box-sizing: border-box;
	padding: 0 0.5rem;
	text-align: center;
}
.index-box .box4 .ul li em{
	display: block;
	width: 0.8rem;
	height: 0.8rem;
	border: 1px solid #fff;
	border-radius: 50%;
	margin: 0 auto;
}
.index-box .box4 .ul li img{
	width: 100%;
}
.index-box .box4 .ul li a h6{
	font-size: 0.24rem;
	margin: 0.3rem 0 0.28rem;
color:#fff;
   transition: color 0.5s ease; /* 背景色变化过渡效果 */
}
.index-box .box4 .ul li a p{
	font-size: 0.16rem;
	line-height: 1.6;
	opacity: 0.7;
color:#fff;
   transition: color 0.5s ease; /* 背景色变化过渡效果 */
}

.index-box .box5{
	background-color: #f8f8f8;
}
.index-box .box5 .ul{
	display: flex;
}
.index-box .box5 .ul li{
	flex: 1;
	min-width: 0;
	margin-right: 2.3%;
}
.index-box .box5 .ul li:last-of-type{
	margin-right: 0;
}
.index-box .box5 .ul li a{
	display: block;
}
.index-box .box5 .ul li em{
	display: block;
	width: 100%;
	height: 3.3rem;
	overflow: hidden;
}
.index-box .box5 .ul li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
}
.index-box .box5 .ul li h6{
	text-align: center;
	font-size: 0.24rem;
	margin-top: 0.36rem;
	transition: all 0.5s;
}
.index-box .box5 .ul li h6::after{
	content: "";
	display: block;
	margin: 0.18rem auto 0;
	width: 0.4rem;
	height: 4px;
	background-color: #333;
	transition: all 0.5s;
}

.index-box .box6{
	
}
.index-box .box6 .tab-h6{
	display: flex;
	justify-content: center;
}
.index-box .box6 .tab-h6 span{
	flex-shrink: 0;
	width: 1.2rem;
	height: 0.36rem;
	border: 1px solid #a7a7a7;
	text-align: center;
	line-height: 0.36rem;
	font-size: 0.14rem;
	margin: 0 0.2rem;
	cursor: pointer;
	transition: all 0.5s;
}
.index-box .box6 .tab-h6 .active{
	background-color: #d3001e;
	border-color: #d3001e;
	color: #fff;
}
.index-box .box6 .tab-view{
	margin-top: 0.5rem;
}
.index-box .box6 .view{
	height: 5.7rem;
	display: none;
}
.index-box .box6 .show{
	display: flex;
}
.index-box .box6 .div1{
	position: relative;
	flex: 1;
	min-width: 0;
	height: 100%;
}
.index-box .box6 .div1::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.7));
}
.index-box .box6 .div1 img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.index-box .box6 .div1 dl{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0.7rem;
	box-sizing: border-box;
	padding: 0 0.38rem;
	color: #fff;
}
.index-box .box6 .div1 dt{
	font-size: 0.22rem;
	margin-bottom: 0.24rem;
}
.index-box .box6 .div1 dd{
	font-size: 0.38rem;
	line-height: 1.4;
}
.index-box .box6 .div2{
	flex: 1;
	min-width: 0;
	height: 100%;
	margin: 0 0.2rem;
	display: flex;
	flex-direction: column;
}
.index-box .box6 .div2 a{
	flex: 1;
	min-height: 0;
	margin-bottom: 0.2rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	height: calc(50% - 0.1rem);
	background-color: #f8f8f8;
	box-sizing: border-box;
	padding: 0 0.46rem;
}
.index-box .box6 .div2 a:last-of-type{
	margin-bottom: 0;
}
.index-box .box6 .div2 a h6{
	font-size: 0.2rem;
	line-height: 1.2;
	/*white-space: nowrap;*/
	text-overflow: ellipsis;
	overflow: hidden;
	transition: all 0.5s;
}
.index-box .box6 .div2 a p{
	font-size: 0.16rem;
	line-height: 1.5;
	height: 0.48rem;
	overflow: hidden;
	color: #666;
	margin-top: 0.12rem;
}
.index-box .box6 .div2 a span{
	position: relative;
	display: block;
	margin-top: 0.24rem;
	padding-top: 0.28rem;
	border-top: 1px solid #dedede;
}
.index-box .box6 .div2 a strong{
	display: block;
	font-size: 0.4rem;
	transition: all 0.5s;
}
.index-box .box6 .div2 a small{
	display: block;
	font-size: 0.16rem;
	margin-top: 0.12rem;
}
.index-box .box6 .div2 a span::after{
	content: "\e87f";
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	right: 0;
	top: 0.52rem;
	font-size: 0.2rem;
	color: #999;
	transition: all 0.5s;
}
.index-box .box6 .div3{
	flex: 1;
	min-width: 0;
	height: 100%;
	display: flex;
	flex-direction: column;
}
.index-box .box6 .div3 a{
	flex: 1;
	min-height: 0;
	margin-bottom: 0.2rem;
	display: flex;
	align-items: center;
	width: 100%;
	height: calc(50% - 0.1rem);
	background-color: #f8f8f8;
	box-sizing: border-box;
	padding: 0 0.46rem;
}
.index-box .box6 .div3 a:last-of-type{
	margin-bottom: 0;
}
.index-box .box6 .div3 a span{
	flex-shrink: 0;
	width: 0.94rem;
	border-right: 1px solid #dedede;
	margin-right: 0.32rem;
}
.index-box .box6 .div3 a strong{
	display: block;
	font-size: 0.4rem;
	transition: all 0.5s;
}
.index-box .box6 .div3 a strong::after{
	content: "";
	display: block;
	width: 0.2rem;
	height: 1px;
	background-color: #dedede;
	margin-top: 0.14rem;
}
.index-box .box6 .div3 a small{
	display: block;
	font-size: 0.16rem;
	margin-top: 0.16rem;
}
.index-box .box6 .div3 a dl{
	
}
.index-box .box6 .div3 a dt{
	font-size: 0.2rem;
	line-height: 1.3;
	margin-bottom: 0.18rem;
	transition: all 0.5s;
}
.index-box .box6 .div3 a dl::after{
	content: "\e87f";
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	display: block;
	font-size: 0.2rem;
	color: #999;
	transition: all 0.5s;
}












@media (min-width: 1200px) {
  
  .index-box .box4 .ul li a:hover h6{
  color: #d3001e;transform: transition: transform 0.5s ease; /* 平滑过渡效果 */
  }
  .index-box .box4 .ul li a:hover p{
  color: #d3001e;transform: transition: transform 0.5s ease; /* 平滑过渡效果 */
  }
  .index-box .box4 .ul li a:hover img{
    transform: rotatey(180deg); /* 旋转360度 */
    transition: transform 0.5s ease; /* 平滑过渡效果 */
  }
  .index-box .box4 .ul li a:hover em{
  }
	.index-box .box6 .div3 a:hover dl::after{
		color: #d3001e;
		transform: translateX(0.1rem);
	}
	.index-box .box6 .div3 a:hover dt{
		color: #d3001e;
	}
	.index-box .box6 .div3 a:hover strong{
		color: #d3001e;
	}
	.index-box .box6 .div2 a:hover span::after{
		color: #d3001e;
		transform: translateX(0.1rem);
	}
	.index-box .box6 .div2 a:hover strong{
		color: #d3001e;
	}
	.index-box .box6 .div2 a:hover h6{
		color: #d3001e;
	}
	.index-box .box6 .tab-h6 span:hover{
		background-color: #d3001e;
		border-color: #d3001e;
		color: #fff;
	}
	.index-box .box5 .ul li:hover h6::after{
		/*background-color: #d3001e;*/
	}
	.index-box .box5 .ul li:hover h6{
		/*color: #d3001e;*/
	}
	.index-box .box5 .ul li:hover img{
		/*transform: scale(1.1);*/
	}
	.index-box .box2 .ul li:hover{
		flex: 3;
	}
	.index-box .box2 .ul li:hover a::before{
		height: 100%;
	}
	.index-box .box2 .ul li:hover strong{
		bottom: 0;
		opacity: 0;
	}
	.index-box .box2 .ul li:hover div{
		transition: all 0.5s 0.5s;
		opacity: 1;
		bottom: 0.82rem;
	}
	.index-box .box1 .ul li:hover img{
		transform: scale(1.1);
	}
	.index-box .box1 .ul li:hover h6{
		color: #d3001e;
	}
	.cpxq-box .box1 .view2 h6 a:hover{
		color: #d3001e;
	}
	.cpxq-box .box1 .view2 h6 a:hover::before{
		opacity: 1;
		left: 0.58rem;
	}
	.hxjzl-box .box1 .h6 a:hover span{
		color: #d3001e;
	}
	.cpzx-box .box1 .ul li:hover dt{
		color: #d3001e;
	}
	.cpzx-box .box1 .ul li:hover img{
		transform: scale(1.1);
	}
	.cpzx-box .box1 .form button:hover{
		background-color: #d3001e;
	}
	.cpzx-box .box1 .form button:hover::after{
		margin-left: 0.26rem;
	}
	.cpxq-box .box2 .swiper-slide a:hover img{
		transform: scale(1.1);
	}
	.cpxq-box .box2 .swiper-slide a:hover dt{
		color: #d3001e;
	}
	.xwxq-box .box1 .view1 .h6 .a1:hover,
	.xwxq-box .box1 .view1 .h6 .a2:hover{
		color: #d3001e;
	}
	.xwxq-box .box1 .view2 a:hover h6{
		color: #d3001e;
	}
	.type-box h6 a:hover{
		color: #d3001e;
	}
	.type-box h5 a:hover{
		color: #d3001e;
	}
	.xwzx-box .ul li:hover{
		box-shadow: 0px 0.1rem 0.1rem 0px rgba(0,0,0,0.05);
	}
	.xwzx-box .ul li:hover img{
		transform: scale(1.1);
	}
	.xwzx-box .ul li:hover strong{
		color: #d3001e;
	}
	.xwzx-box .ul li:hover span i{
		color: #d3001e;
	}
	.xwzx-box .ul li:hover span::before{
		color: #d3001e;
		margin-right: 0.25rem;
	}
	.paging-box a:hover{
		background-color: #d3001e;
		color: #fff;
		border-color: #d3001e;
	}
	.footer-box .box1 .ul li a:hover{
		color: #fff;
	}
	.more-a:hover{
		border-color: rgba(211,0,30,1);
	}
	.more-a:hover::before{
		width: calc(100% + 4px);
	}
	.more-a:hover small{
		color: #fff;
		margin-right: 0.26rem;
	}
	.more-a:hover::after{
		color: #fff;
	}
	.search-box dd a:hover{
		color: #d3001e;
	}
	.search-box h6 span:hover{
		color: #d3001e;
	}
	.header-box .cd-ul li:hover .a{
		color: #d3001e;
	}
	.header-box .cd-ul .pitchon:hover .a{
		color: #fff;
	}
	.header-box .cd-ul li:hover p{
		transform: translateY(0);
		opacity: 1;
		pointer-events: auto;
	}
	.header-box .cd-ul li p a:hover{
		background-color: #d3001e;
		color: #fff;
	}
	.header-box .cd-ul li p a:hover::after{
		background-color: #d3001e;
	}
	.header-box .gn-div .yy-h6:hover p{
		transform: translateY(0);
		opacity: 1;
		pointer-events: auto;
	}
	.header-box .gn-div .yy-h6:hover p a:hover{
		color: #d3001e;
	}
	.header-box .gn-div .yy-h6:hover .a{
		color: #d3001e;
	}
	.header-box .gn-div .ss-a:hover{
		color: #d3001e;
	}
	.swiper-button:hover{
		background-color: #d3001e;
		border-color: #d3001e;
		color: #fff;
	}
}

@media (max-width: 1600px) {
	html{
		font-size: 95px;
	}
}

@media (max-width: 1500px) {
	html{
		font-size: 90px;
	}
}

/* 小屏电脑端 */
@media (max-width: 1400px) {
	html{
		font-size: 85px;
	}
}

/* 竖屏平板端 */
@media (max-width: 1200px) {
	html{
		font-size: 80px;
	}
}

/* 手机端 */
@media (max-width: 992px) {
	body{
		padding-top: 0.7rem;
	}
	.w1440{
		width: calc(100% - 0.48rem);
	}
	.header-box{
		height: 0.7rem;
		background-color: #fff;
		box-shadow: 0 0 0.2rem rgba(0,0,0,0.2);
	}
	.header-box .view{
		width: 100%;
		box-sizing: border-box;
	}
	.header-box .lg-a{
		width: 1.7rem;
		left: 0.2rem;
	}
	.header-box .lg-a img:nth-of-type(1){
		opacity: 0;
	}
	.header-box .lg-a img:nth-of-type(2){
		opacity: 1;
	}
	.header-box .menu-dl{
		display: flex;
	}
	.header-box .gn-div{
		padding-right: 0.8rem;
	}
	.header-box .gn-div .ss-a{
		color: #333;
		font-size: 0.28rem;
	}
	.header-box .gn-div i{
		background-color: #dedede;
	}
	.header-box .gn-div .yy-h6 .a{
		color: #333;
		font-size: 0.28rem;
	}
	.header-box .cd-ul{
		display: none;
	}
	.header-box .cd-ul{
		position: absolute;
		width: 100%;
		top: 100%;
		left: 0;
		background-color: #fff;
		box-sizing: border-box;
		padding: 0.2rem 0.24rem;
		box-shadow: 0 0.06rem 0.1rem rgba(0,0,0,0.2);
		border-top: 1px solid #e5e5e5;
		transition: none;
		display: none;
	}
	.header-box .cd-ul li{
		padding: 0;
		border-bottom: 1px solid #e5e5e5;
		margin-right: 0;
	}
	.header-box .cd-ul .pitchon{
		border-color: #d3001e;
	}
	.header-box .cd-ul li .a{
		padding: 0;
		height: 0.56rem;
		line-height: 0.56rem;
		color: #666;
		opacity: 1;
		font-size: 0.18rem;
	}
	.header-box .cd-ul .pitchon .a{
		color: #d3001e;
	}
	.header-box .cd-ul li::before{
		display: none;
	}
	.header-box .cd-ul li .a i{
		display: block;
		float: right;
	}
	.header-box .cd-ul li p{
		position: static;
		width: 100%;
		border-radius: 0;
		margin: 0;
		background-color: #f7f7f7;
		padding: 0.1rem 0.2rem;
		opacity: 1;
		pointer-events: auto;
		transform: translateX(0);
		box-sizing: border-box;
		box-shadow: none;
		transition: none;
		text-align: left;
		display: none;
	}
	.header-box .cd-ul li p a{
		font-size: 0.16rem;
		line-height: 2.4;
		height: auto;
	}
	.header-box .cd-ul li p a::after{
		display: none;
	}
	.search-box h6 strong{
		font-size: 0.48rem;
	}
	.search-box form::before{
		width: 0.7rem;
	}
	.search-box form button{
		width: 1.2rem;
	}
	.search-box form button::after{
		display: none;
	}
	.search-box dl{
		display: block;
	}
	.search-box dt{
		margin-bottom: 0.16rem;
	}
	.banner-box{
		top: 0.7rem;
		height: 55vw;
	}
	.banner-box .w1440{
		top: 50%;
	}
	.banner2-box{
		height: calc(100vh - 0.7rem);
	}
	.banner2-box .img{
		display: block;
	}
	.banner2-box .video{
		display: none;
	}
	.banner2-box .w1440 h5{
		font-size: 0.46rem;
	}
	.banner2-box .w1440 img{
		width: 100%;
	}
	.content-box{
		padding-top: 55vw;
	}
	.content2-box{
		padding-top: calc(100vh - 0.7rem);
	}
	.pd{
		padding: 0.6rem 0;
	}
	.title-h5{
		margin-bottom: 0.5rem;
	}
	.title-h5 strong{
		font-size: 0.4rem;
	}
	.title-h5 span{
		font-size: 0.32rem;
	}
	.type-box h6{
		display: none;
	}
	.type-box .w1440{
		height: 0.7rem;
	}
	.type-box h5 a{
		line-height: 0.7rem;
		margin-left: 0.28rem;
	}
	.footer-box .box1 .ul{
		display: none;
	}
	.footer-box .box1{
		padding: 0.5rem 0;
	}
	.footer-box .box1 .div{
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.footer-box .box1 .div p{
		margin-top: 0;
	}
	.footer-box .box1 .div p img:last-of-type{
		margin-right: 0;
	}
	.footer-box .box2{
		padding: 0.2rem 0;
	}
	.paging-box{
		margin-top: 0.4rem;
	}
	
	.lxwm-box .box1 .div{
		height: 70vw;
	}
	.lxwm-box .box1 .ul{
		display: block;
	}
	.lxwm-box .box1 .ul li{
		width: 100%;
		margin-top: 0.3rem;
	}
	.lxwm-box .box1 .ul li:first-of-type{
		margin-top: 0;
	}
	.lxwm-box .box1 .ul li h6{
		padding-bottom: 0.16rem;
		margin-bottom: 0.16rem;
	}
	.lxwm-box .box1 .ul li strong{
		font-size: 0.32rem;
	}
	.lxwm-box .box1 .ul li span{
		font-size: 0.24rem;
	}
	.lxwm-box .box2 .ul li{
		display: block;
		margin-top: 0.3rem;
	}
	.lxwm-box .box2 .ul li:first-of-type{
		margin-top: 0;
	}
	.lxwm-box .box2 .ul li em{
		display: block;
		height: 50vw;
		width: 100%;
	}
	.lxwm-box .box2 .ul li dl{
		width: 100%;
		padding: 0.24rem 0 0;
	}
	.lxwm-box .box2 .ul li dd{
		font-size: 0.24rem;
	}
	.lxwm-box .box3 .div1{
		display: block;
	}
	.lxwm-box .box3 .div1 dl{
		width: 100%;
		height: 1.4rem;
		margin-top: 0.2rem;
		padding: 0 0.3rem 0 0.4rem;
	}
	.lxwm-box .box3 .div1 dl:first-of-type{
		margin-top: 0;
	}
	.lxwm-box .box3 .div1 dt{
		margin-right: 0.3rem;
	}
	.lxwm-box .box3 .div1 dd{
		font-size: 0.72rem;
	}
	.lxwm-box .box3 .div2{
		padding: 0.3rem 0.24rem;
	}
	.lxwm-box .box3 .div2 dl{
		display: block;
		width: 100%;
		padding-bottom: 0.24rem;
		margin-bottom: 0.28rem;
		border-color: #fff;
	}
	.lxwm-box .box3 .div2 dt{
		width: 100%;
		font-weight: bold;
		margin-bottom: 0.2rem;
	}
	
	.xwzx-box .ul li{
		margin-top: 0.24rem;
	}
	.xwzx-box .ul li a{
		flex-direction: column-reverse;
		padding: 0.24rem;
	}
	.xwzx-box .ul li em{
		margin-left: 0;
		width: 100%;
		height: 50vw;
		margin-bottom: 0.2rem;
	}
	.xwzx-box .ul li div{
		flex: auto;
		flex-shrink: 0;
		width: 100%;
	}
	
	.xwxq-box{
		background-color: #fff;
	}
	.xwxq-box .box1{
		display: block;
	}
	.xwxq-box .box1 .view1 .dl{
		padding: 0;
	}
	.xwxq-box .box1 .view1 .dt h5{
		margin-bottom: 0.2rem;
	}
	.xwxq-box .box1 .view1 .dd{
		margin-top: 0.24rem;
		padding-top: 0.2rem;
	}
	.xwxq-box .box1 .view1 .h6{
		margin-top: 0.24rem;
	}
	.xwxq-box .box1 .view1 .h6 .a2{
		display: none;
	}
	.xwxq-box .box1 .view2{
		display: none;
	}
	
	.gsgk-box .box2 ul{
		justify-content: space-between;
	}
	.gsgk-box .box2 ul li{
		flex: none;
		border-right: 0;
	}
	.gsgk-box .box2 ul li strong{
		font-size: 0.6rem;
	}
	.gsgk-box .box3 .ul{
		width: 100%;
	}
	.gsgk-box .box3 .ul li{
		display: block;
		position: relative;
		margin-top: 0.3rem;
	}
	.gsgk-box .box3 .ul::after{
		display: none;
	}
	.gsgk-box .box3 .ul li i{
		position: absolute;
		top: 0.25rem;
		left: 0;
		width: auto;
		margin-top: -6px;
	}
	.gsgk-box .box3 .ul li i::after{
		margin: 0;
		border: 0;
		width: 12px;
		height: 12px;
	}
	.gsgk-box .box3 .ul li strong{
		display: block;
		padding-left: 0.3rem;
		text-align: left !important;
		margin-bottom: 0.16rem;
		font-size: 0.48rem;
	}
	.gsgk-box .box3 .ul li p{
		text-align: left !important;
	}
	.gsgk-box .box4 .swiper-slide{
		margin-top: -0.24rem;
	}
	.gsgk-box .box4 .swiper-slide em{
		width: 48%;
		margin-right: 4%;
		margin-top: 0.24rem;
	}
	.gsgk-box .box4 .swiper-slide em:nth-of-type(2n){
		margin-right: 0;
	}
	
	.qywh-box .box1 .div{
		height: 50vw;
	}
	.qywh-box .box1 .div img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.qywh-box .box1 .div dd{
		font-size: 0.22rem;
	}
	.qywh-box .box1 .div dl{
		width: 80%;
		left: 10%;
	}
	.qywh-box .box2 .ul{
		display: block;
	}
	.qywh-box .box2 .ul li{
		margin-right: 0;
	}
	.qywh-box .box2 .ul li p{
		height: auto;
		padding-bottom: 0.2rem;
		margin-bottom: 0.24rem;
	}
	.qywh-box .box3 .ul{
		margin-top: -0.2rem;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.qywh-box .box3 .ul li{
		flex: none;
		flex-shrink: 0;
		width: 48%;
		margin-right: 0;
		height: 2.8rem;
		margin-top: 0.2rem;
	}
	
	.ryzz-box .box1 .div{
		margin-top: 0.5rem;
	}
	.ryzz-box .box1 .h6{
		font-size: 0.32rem;
		padding-bottom: 0.30rem;
		margin-bottom: 0.40rem;
	}
	.ryzz-box .box1 .swiper-slide i{
		height: 42vw;
	}
	.ryzz-box .box1 .dl{
		margin-top: 0.4rem;
	}
	
	.hxjzl-box .box1 .h6{
		display: none;
	}
	.hxjzl-box .box1 .ul li{
		display: block;
		margin-top: 0.24rem;
	}
	.hxjzl-box .box1 .ul li em{
		display: block;
		width: 100%;
		padding-bottom: 62%;
	}
	.hxjzl-box .box1 .ul li dl{
		padding: 0.3rem 0.24rem;
	}
	
	.cpzx-box .box1 .form{
		padding-left: 0.2rem;
		margin-bottom: 0.4rem;
	}
	.cpzx-box .box1 .form button{
		width: 1.5rem;
	}
	.cpzx-box .box1 .form input{
		padding: 0 0.12rem;
	}
	.cpzx-box .box1 .ul{
		margin-top: -0.24rem;
	}
	.cpzx-box .box1 .ul li{
		width: 100%;
		margin-right: 0;
		margin-top: 0.24rem;
	}
	.cpzx-box .box1 .ul li em{
		height: 72vw;
	}
	
	.cpxq-box .box1 .view1 .dl .swiper-container{
		width: 100%;
	}
	.cpxq-box .box1 .view2{
		display: none;
	}
	.cpxq-box .box1::before{
		display: none;
	}
	.cpxq-box .box1 .view1{
		padding-right: 0;
	}
	.cpxq-box .box1 .view1 .dl table td{
		padding: 0.16rem;
	}
	.cpxq-box .box2 .swiper-button-prev{
		left: -0.24rem;
	}
	.cpxq-box .box2 .swiper-button-next{
		right: -0.24rem;
	}
	
	.index-box .box1 .ul{
		margin-top: -0.2rem;
	}
	.index-box .box1 .ul li{
		width: 48%;
		margin-right: 4% !important;
		margin-top: 0.2rem;
	}
	.index-box .box1 .ul li:nth-of-type(2n){
		margin-right: 0 !important;
	}
	.index-box .box1 .ul a{
		height: 55vw;
	}
	.index-box .box1 .ul h6{
		padding: 0 0.2rem;
	}
	.index-box .box2 .div{
		display: block;
	}
	.index-box .box2 .div .title-h5{
		margin-bottom: 0.3rem;
	}
	.index-box .box2 .ul{
		display: block;
		height: auto;
	}
	.index-box .box2 .ul li{
		width: 100%;
		height: 62vw;
		margin-right: 0;
		margin-top: 0.2rem;
	}
	.index-box .box2 .ul li strong{
		display: none;
	}
	.index-box .box2 .ul li div{
		opacity: 1;
		bottom: 50%;
		transform: translateY(50%);
		padding: 0 0.4rem;
	}
	.index-box .box2 .ul li a::before{
		height: 100%;
	}
	
	.index-box .box3{
		display: block;
	}
	.index-box .box3 .div1{
		width: 100%;
	}
	.index-box .box3 .div1 img{
		margin-top: 0.3rem;
	}
	.index-box .box3 .div2{
		width: 100%;
	}
	.index-box .box3 .div2 p:first-of-type{
		margin-bottom: 0.3rem;
	}
	.index-box .box3 .div2 ul{
		margin-bottom: 0.4rem;
		margin-top: 0.1rem;
	}
	.index-box .box3 .div2 ul li{
		width: 50% !important;
	}
	
	.index-box .box4{
		padding: 0.5rem 0;
		height: auto;
	}
	.index-box .box4 .ul{
		flex-wrap: wrap;
		justify-content: space-between;
		margin-top: -0.3rem;
	}
	.index-box .box4 .ul li{
		flex: none;
		flex-shrink: 0;
		width: 47%;
		padding: 0;
		margin-top: 0.3rem;
	}
	.index-box .box5 .ul{
		flex-wrap: wrap;
		justify-content: space-between;
		margin-top: -0.3rem;
	}
	.index-box .box5 .ul li{
		flex: none;
		flex-shrink: 0;
		width: 48%;
		margin-right: 0;
		margin-top: 0.3rem;
	}
	.index-box .box5 .ul li em{
		height: 44vw;
	}
	.index-box .box5 .ul li h6{
		margin-top: 0.24rem;
		font-size: 0.2rem;
	}
	.index-box .box6 .div1,
	.index-box .box6 .div2{
		display: none;
	}
	.index-box .box6 .view{
		height: auto;
		display: block;
	}
	.index-box .box6 .div3{
		display: block;
	}
	.index-box .box6 .div3 a{
		height: 32vw;
	}
}
