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

/** 清除内外边距 **/
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 "宋体","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;
	overflow-x: hidden;
}
body::-webkit-scrollbar{
	width: 4px;
	height: 1px;
}
body::-webkit-scrollbar-thumb{
	background: #7F0B1C;
}
.clear-both::after{
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}
.w1400{
	width: 14.0rem;
	display: block;
	margin: 0 auto;
	box-sizing: border-box;
}
.pd{
	padding: 0.7rem 0;
}
.pd2{
	padding: 0.7rem 0 1.0rem;
}
.pds{
	padding: 1.0rem 0;
}
.is{
	display: block;
	height: 1px;
	margin-bottom: -1px;
}
.md-i{
	display: block;
	height: 1px;
	transform: translateY(-0.9rem);
}
.more-a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.4rem;
	height: 0.64rem;
	font-size: 0.18rem;
	background-color: #7F0B1C;
	color: #fff;
	margin-top: 0.5rem;
	transition: all 0.4s;
}

.swiper-pagination{
	font-size: 0;
	bottom: 0 !important;
}
.swiper-pagination span{
	position: relative;
	background: none;
	opacity: 1;
	width: 10px;
	height: 10px;
	border: 2px solid transparent;
	border-radius: 50%;
	margin: 0 5px;
	transition: all 0.4s;
}
.swiper-pagination span::after{
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	margin: 2px;
	background-color: #B91F36;
	border-radius: 50%;
	transition: all 0.4s;
}
.swiper-pagination .swiper-pagination-bullet-active{
	border-color: #B91F36;
}
.swiper-pagination .swiper-pagination-bullet-active::after{
	opacity: 0;
}

.swiper-button{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 0.46rem;
	height: 0.46rem;
	background: none;
	background-color: #fff;
	color: #666;
	font-size: 0.24rem;
	margin-top: 0;
	transform: translateY(-50%);
	transition: all 0.4s;
}
.swiper-button-prev{
	left: 0;
}
.swiper-button-prev::after{
	content: "\e83d";
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
}
.swiper-button-next{
	right: 0;
}
.swiper-button-next::after{
	content: "\e842";
	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.1rem;
	transform: translateY(0);
}

.header-box{
	position: fixed;
	z-index: 9;
	width: 100%;
	height: 1.2rem;
	top: 0;
	left: 0;
	background-color: rgba(255, 255, 255, 0);
	backdrop-filter: blur(0.08rem);
	transition: all 0.4s;
}
.header-box .w1400{
	display: flex;
	justify-content: space-between;
	height: 100%;
}
.header-box .logo-a{
	flex-shrink: 0;
	height: 1.2rem;
	transition: all 0.4s;
}
.header-box .logo-a img{
	height: 100%;
}
.header-box .nav-ul{
	display: flex;
}
.header-box .nav-ul li{
	position: relative;
	margin-right: 0.4rem;
}
.header-box .nav-ul li:last-of-type{
	margin-right: 0;
}
.header-box .nav-ul li .a{
	display: flex;
	align-items: center;
	height: 1.2rem;
	font-size: 0.18rem;
	padding: 0 0.1rem;
	color: #fff;
	/* opacity: 0.8; */
	transition: all 0.4s;
}
.header-box .nav-ul li::after{
	content: "";
	position: absolute;
	width: 0;
	height: 5px;
	left: 0;
	bottom: 0;
	background-color: #7F0B1C;
	transition: all 0.4s;
}
.header-box .nav-ul .active .a{
	color: #7F0B1C;
	opacity: 1;
}
.header-box .nav-ul .active::after{
	width: 100%;
}
.header-box .nav-ul li p{
	position: absolute;
	top: calc(100% + 0.3rem);
	left: 50%;
	transform: translateX(-50%);
	width: 1.3rem;
	background-color: rgba(255,255,255,0.7);
	border-radius: 0.06rem;
	text-align: center;
	padding: 0.16rem 0;
	pointer-events: none;
	opacity: 0;
	box-shadow: 0 0 0.15rem rgba(0,0,0,0.1);
	transition: all 0.5s;
}
.header-box .nav-ul li p::before{
	content: "";
	position: absolute;
	top: -0.1rem;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-bottom: 0.1rem solid rgba(255,255,255,0.7);
	border-right: 0.1rem solid transparent;
	border-left: 0.1rem solid transparent;
}
.header-box .nav-ul li p::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 0.2rem;
	top: -0.15rem;
	left: 0;
}
.header-box .nav-ul li p a{
	display: block;
	height: 0.32rem;
	line-height: 0.32rem;
	font-size: 0.15rem;
	color: #444;
	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: #7F0B1C;
    z-index: 12;
	border-radius: 4px;
    transition: all 0.5s ease;
}
.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 ease;
}
.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);
}

.xq-body .header-box{
	box-shadow: 0 0 0.1rem rgba(0,0,0,0.2);
}
.xq-body .header-box .nav-ul li .a{
	color: #333;
}

.headerh-box{
	height: 0.9rem;
	background-color: #fff;
	box-shadow: 0 0 0.1rem rgba(0,0,0,0.2);
}
.headerh-box .logo-a{
	height: 1.1rem;
}
.headerh-box .nav-ul li .a{
	height: 0.9rem;
	color: #333;
}


.footer-box{
	position: relative;
	z-index: 4;
	background-image: url(../img/bg2.jpg);
	background-size: cover;
	background-position: center;
}
.footer-box .box1{
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 0.8rem;
	height: 0.8rem;
	border-radius: 50%;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #999;
	font-size: 0.4rem;
	box-shadow: 0px 4px 0.36rem 0px rgba(0,0,0,0.14);
	cursor: pointer;
	transition: all 0.4s;
}
.footer-box .box1::after{
	content: "\e84b";
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	opacity: 0;
	transform: translateY(0.15rem);
	-webkit-animation: dh1 2s infinite;
	animation: dh1 2s infinite
}
@keyframes dh1 {
    0% {
        opacity: 0;
        transform: translateY(0.15rem)
    }
    50% {
        opacity: 1;
        transform: translateY(0)
    }
    to {
        opacity: 0;
        transform: translateY(-0.15rem)
    }
}
.footer-box .box2{
	padding: 0.7rem 0 0.4rem;
	border-bottom: 1px solid #dedede;
}
.footer-box .box2 .w1400{
	display: flex;
	justify-content: space-around;
}
.footer-box .box2 dd{
	flex-shrink: 0;
	width: 2.6rem;
	font-size: 0.22rem;
	line-height: 1.5;
	text-align: center;
}
.footer-box .box2 dd:before{
	content: "";
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	display: block;
	font-size: 0.4rem;
	line-height: 1;
	margin-bottom: 0.16rem;
}
.footer-box .box2 .dd1:before{
	content: "\e857";
}
.footer-box .box2 .dd2:before{
	content: "\e83f";
}
.footer-box .box2 .dd3:before{
	content: "\e85f";
}
.footer-box .box3{
	padding-bottom: 0.2rem;
}
.footer-box .box3 dl{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 0.3rem;
}
.footer-box .box3 dd{
	display: flex;
	justify-content: space-between;
}
.footer-box .box3 dd a{
	padding: 0 0.24rem;
	height: 0.4rem;
	line-height: 0.4rem;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	font-size: 0.18rem;
	margin-right: 0.76rem;
	transition: all 0.4s;
}
.footer-box .box3 dd a:last-of-type{
	margin-right: 0;
}
.footer-box .box3 dt{
	flex-shrink: 0;
	width: 1.2rem;
	margin: 0 0.76rem;
}
.footer-box .box3 dt a{
	display: block;
}
.footer-box .box3 dt img{
	width: 100%;
}
.footer-box .box3 p{
	display: block;
	font-size: 0.18rem;
	line-height: 1.6;
	text-align: center;
}

.banner-box{
	position: fixed;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 5.8rem;
	overflow: hidden;
}
.banner2-box{
	height: 100vh;
}
.banner-box .img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.banner-box .video{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.15);
}
.banner-box .dl{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: 0.32rem;
	transform: translate(-50%,-50%);
	color: #fff;
}
.banner-box .dl dt{
	font-size: 0.4rem;
	line-height: 1.3;
	margin-bottom: 0.18rem;
	font-weight: bold;
}
.banner-box .dl dt img{
	width: 4.5rem;
}
.banner-box .dl dd{
	font-size: 0.2rem;
	line-height: 1.8;
}

.banner-box .dl1{
	text-align: center;
}
.banner-box .dl1 .dd1{
	display: flex;
	justify-content: center;
	margin-top: 0.5rem;
}
.banner-box .dl1 .dd1 a{
	flex-shrink: 0;
	width: 0.62rem;
	margin: 0 0.5rem;
}
.banner-box .dl1 .dd1 img{
	width: 100%;
}
.banner-box .h6{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	padding: 0.3rem 0 0.24rem;
	text-align: center;
	font-size: 0.18rem;
	color: #fff;
	background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.6));
}
.banner-box .swiper-container{
	width: 100%;
	height: 100%;
}
.banner-box .swiper-container .swiper-slide{
	overflow: hidden;
}
.banner-box .swiper-container .swiper-slide img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 1s linear 2s;
	transform: scale(1.1, 1.1);
}
.banner-box .swiper-container .swiper-slide-active img{
	transition: 6s linear;
	transform: scale(1, 1);
}
.banner-box .view{
	position: absolute;
	z-index: 6;
	top: 50%;
	left: 50%;
	margin-top: 0.4rem;
	transform: translate(-50%, -50%);
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.banner-box .view .swiper-button{
	position: static;
	width: 0.5rem;
	height: 0.4rem;
	font-size: 0.4rem;
	color: #fff;
	background: none;
	transform: translateY(0);
}
.banner-box .view .swiper-button-prev::after{
	content: "\e84b";
}
.banner-box .view .swiper-button-next::after{
	content: "\e83a";
}
.banner-box .view .swiper-pagination{
	position: static;
	font-size: 0.2rem;
	text-align: right;
	width: 0.5rem;
	text-align: center;
	margin: 1.0rem 0;
}
.banner-box .view .swiper-pagination span{
	margin: 0;
	border: 0;
	font-size: 0.18rem;
}
.banner-box .view .swiper-pagination .swiper-pagination-current{
	font-size: 0.36rem;
	font-weight: bold;
}
.banner-box .view .swiper-pagination span::after{
	display: none;
}

.content-box{
	padding-top: 5.8rem;
}
.content1-box{
	padding-top: 1.3rem;
}
.content2-box{
	padding-top: 100vh;
}
.content3-box{
	padding-top: 0.9rem;
}

.box{
	position: relative;
	z-index: 3;
	background-color: #fff;
	overflow: hidden;
}

.title-box{
	border-bottom: 1px solid #dedede;
}
.title-box dl{
	display: flex;
	justify-content: space-between;
	height: 0.8rem;
}
.title-box dt{
	display: flex;
	height: 100%;
	align-items: center;
	font-size: 0.18rem;
}
.title-box dt:before{
	content: "\e85a";
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	font-size: 0.3rem;
	color: #7F0B1C
}
.title-box dt a{
	margin-left: 0.14rem;
}
.title-box dt a::after{
	content: "\e842";
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	margin-left: 0.14rem;
}
.title-box dt a:last-of-type::after{
	display: none;
}
.title-box dd{
	display: flex;
	height: 100%;
}
.title-box dd a{
	position: relative;
	display: flex;
	align-items: center;
	font-size: 0.18rem;
	height: 100%;
	padding: 0 0.1rem;
	margin-left: 0.3rem;
	transition: all 0.4s;
}
.title-box dd a::after{
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 0;
	height: 5px;
	background-color: #7F0B1C;
	transition: all 0.4s;
}
.title-box dd .active{
	color: #7F0B1C
}
.title-box dd .active::after{
	width: 100%;
}

.title-h5{
	text-align: center;
	margin-bottom: 0.5rem;
	font-weight: bold;
}
.titlel-h5{
	text-align: left;
}
.titleh-h5{
	color: #fff;
	text-align: left;
}
.title-h5 strong{
	display: block;
	font-size: 0.42rem;
}
.title-h5 strong::after{
	content: "";
	display: block;
	width: 0.8rem;
	height: 5px;
	background-color: #7F0B1C;
	margin: 0.1rem auto 0;
}
.titlel-h5 strong::after{
	margin: 0.1rem 0 0;
}
.title-h5 span{
	display: block;
	font-weight: bold;
	opacity: 0.2;
	font-size: 0.36rem;
	text-transform: uppercase;
	transform: scaleY(0.8);
	margin-top: 0.1rem;
}

.title-div{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 0.5rem;
}
.title-div .title-h5{
	margin-bottom: 0;
}
.title-div .a{
	font-size: 0.2rem;
	color: #7F0B1C;
	opacity: 0.7;
	transition: all 0.4s;
}
.title-div .a::after{
	content: "\e847";
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
}

.paging-div{
	font-size: 0;
	text-align: center;
	margin-top: 0.56rem;
}
.paging-div a,
.paging-div span{
	display: inline-block;
	vertical-align: top;
	width: 0.4rem;
	height: 0.4rem;
	line-height: 0.4rem;
	background-color: #fff;
	border: 1px solid #dedede;
	font-size: 0.16rem;
	color: #666;
	margin: 0 0.05rem;
	transition: all 0.4s;
}
.paging-div .els{
	border-color: transparent;
}
.paging-div .pg-prev::after{
	content: "\e83d";
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
}
.paging-div .pg-next::after{
	content: "\e842";
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
}
.paging-div .current{
	background-color: #7F0B1C;
	border-color: #7F0B1C;
	color: #fff;
}
.paging-div a.prev{
	
}
.paging-div a.prev::after{
	content: "\eb0d";
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	font-size: 0.2rem;
}
.paging-div a.next{
	
}
.paging-div a.next::after{
	content: "\eb0a";
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	font-size: 0.2rem;
}


.wqpm-box{
	
}
.wqpm-box .box1{
	
}
.wqpm-box .box1 .form{
	display: flex;
	justify-content: flex-end;
	height: 0.66rem;
}
.wqpm-box .box1 .form select{
	flex-shrink: 0;
	width: 3.6rem;
	height: 100%;
	box-sizing: border-box;
	border: 1px solid #dedede;
	padding: 0 0.2rem;
	font-size: 0.18rem;
	margin-right: 0.24rem;
}
.wqpm-box .box1 .form select:last-of-type{
	width: 2.6rem;
}
.wqpm-box .box1 .form button{
	width: 0.66rem;
	height: 100%;
	background-color: #7F0B1C;
	color: #fff;
	font-size: 0.3rem;
}
.wqpm-box .box1 .form button::after{
	content: "\e845";
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
}
.wqpm-box .box1 .ul{
	display: flex;
	flex-wrap: wrap;
	margin-top: -0.6rem;
}
.wqpm-box .box1 .ul li{
	flex-shrink: 0;
	width: 31%;
	margin-right: 3.5%;
	margin-top: 0.6rem;
	background-color: #fff;
	transition: all 0.4s;
}
.wqpm-box .box1 .ul li:nth-of-type(3n){
	margin-right: 0;
}
.wqpm-box .box1 .ul li a{
	display: block;
	padding-bottom: 0.3rem;
	text-align: center;
}
.wqpm-box .box1 .ul li em{
	display: block;
	width: 100%;
	padding-bottom: 136%;
	position: relative;
	overflow: hidden;
}
.wqpm-box .box1 .ul li em img{
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	top: 0;
	left: 0;
	transition: all 0.4s;
}
.wqpm-box .box1 .ul li h6{
	font-size: 0.3rem;
	font-weight: bold;
	margin-top: 0.24rem;
	transition: all 0.4s;
}
.wqpm-box .box1 .ul li p{
	font-size: 0.24rem;
	margin-top: 0.18rem;
}
.wqpm-box .box1 .ul li span{
	display: inline-block;
	vertical-align: top;
	width: 70%;
	height: 0.58rem;
	line-height: 0.58rem;
	margin-top: 0.32rem;
	font-size: 0.18rem;
	background-color: #7F0B1C;
	color: #fff;
	display: none;
}
.wqpm-box .box1 .ul li small{
	display: block;
	font-size: 0.24rem;
	color: #7F0B1C;
	margin-top: 0.18rem;
}
.wqpm-box .box1 .div{
	display: flex;
	align-items: center;
	padding-bottom: 0.6rem;
	margin-bottom: 0.6rem;
	border-bottom: 1px solid #dedede;
}
.wqpm-box .box1 .div em{
	flex-shrink: 0;
	width: 3.8rem;
	height: 3.8rem;
}
.wqpm-box .box1 .div em img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.wqpm-box .box1 .div dl{
	flex: 1;
	min-width: 0;
	margin: 0 0.68rem;
}
.wqpm-box .box1 .div dt{
	font-size: 0.36rem;
	font-weight: bold;
	margin-bottom: 0.5rem;
	margin-left: -0.14rem;
}
.wqpm-box .box1 .div dd{
	display: flex;
	margin-top: 0.24rem;
}
.wqpm-box .box1 .div dd span{
	flex-shrink: 0;
	width: 1.08rem;
	font-size: 0.2rem;
	line-height: 0.36rem;
	color: #666;
}
.wqpm-box .box1 .div dd p{
	flex: 1;
	min-width: 0;
	font-size: 0.24rem;
	line-height: 0.36rem;
}
.wqpm-box .box1 .div h6{
	text-align: center;
}
.wqpm-box .box1 .div h6 span{
	display: block;
	font-family: "BEBAS";
	font-size: 0.7rem;
	color: #7F0B1C;
}
.wqpm-box .box1 .div h6 small{
	display: block;
	font-size: 0.18rem;
	color: #666;
	margin-top: 0.16rem;
}


.lxwm-box{
	
}
.lxwm-box .box1 .p{
	text-align: center;
	font-size: 0.24rem;
	line-height: 1.5;
	margin-top: -0.36rem;
}
.lxwm-box .box1 .h6{
	font-family: "BEBAS";
	text-align: center;
	font-size: 0.5rem;
	margin-top: 0.3rem;
}
.lxwm-box .box1 .ul{
	display: flex;
	justify-content: space-between;
	margin-top: 0.6rem;
}
.lxwm-box .box1 .ul i{
	flex-shrink: 0;
	width: 1px;
	background-color: #ccc;
}
.lxwm-box .box1 .ul li{
	position: relative;
	line-height: 1.5;
	padding-left: 0.7rem;
}
.lxwm-box .box1 .ul li strong{
	display: block;
	font-size: 0.24rem;
}
.lxwm-box .box1 .ul li span{
	display: block;
	font-size: 0.22rem;
	color: #666;
}
.lxwm-box .box1 .ul li:before{
	content: "";
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	font-size: 0.44rem;
	color: #7F0B1C;
}
.lxwm-box .box1 .ul .li1:before{
	content: "\e83f";
}
.lxwm-box .box1 .ul .li2:before{
	content: "\e85f";
}
.lxwm-box .box1 .ul .li3:before{
	content: "\e857";
}

.lxwm-box .box2{
	background-image: url(../img/bg4.jpg);
	background-size: cover;
	background-position: center;
	display: none;
}
.lxwm-box .box2 .w1400{
	display: flex;
	justify-content: space-between;
}
.lxwm-box .box2 .div{
	flex-shrink: 0;
	width: 35%;
}
.lxwm-box .box2 .div dl{
	
}
.lxwm-box .box2 .div dd{
	font-size: 0.2rem;
	line-height: 1.6;
	text-align: justify;
	margin-bottom: 0.16rem;
}
.lxwm-box .box2 .div dt{
	width: 100%;
	height: 0.7rem;
	line-height: 0.7rem;
	background-color: #7F0B1C;
	font-size: 0.18rem;
	text-align: center;
	color: #fff;
	margin-top: 0.7rem;
}
.lxwm-box .box2 .form{
	flex-shrink: 0;
	width: 58%;
}
.lxwm-box .box2 .form dl{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lxwm-box .box2 .form dd{
	flex-shrink: 0;
	width: 100%;
	margin-top: 0.24rem;
}
.lxwm-box .box2 .form dd:nth-of-type(1),
.lxwm-box .box2 .form dd:nth-of-type(2){
	width: 49%;
	margin-top: 0;
}
.lxwm-box .box2 .form dd span{
	display: block;
	font-size: 0.2rem;
	margin-bottom: 0.1rem;
}
.lxwm-box .box2 .form dd input,
.lxwm-box .box2 .form dd select,
.lxwm-box .box2 .form dd textarea{
	width: 100%;
	height: 0.64rem;
	box-sizing: border-box;
	border: 1px solid #ccc;
	padding: 0 0.2rem;
	font-size: 0.2rem;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
}
.lxwm-box .box2 .form dd textarea{
	height: 1.14rem;
	resize: none;
	padding: 0.16rem 0.2rem;
	line-height: 1.4;
}

.lxwm-box .box3{
	display: none;
}
.lxwm-box .box3 .ul{
	display: flex;
	justify-content: space-between;
}
.lxwm-box .box3 .ul li{
	flex-shrink: 0;
	width: 23.5%;
	background-color: #F8F9FB;
}
.lxwm-box .box3 .ul li em{
	display: block;
	height: 2.2rem;
}
.lxwm-box .box3 .ul li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.lxwm-box .box3 .ul li dl{
	padding: 0.2rem 0.28rem;
}
.lxwm-box .box3 .ul li dt{
	font-size: 0.22rem;
	font-weight: bold;
	margin-bottom: 0.2rem;
}
.lxwm-box .box3 .ul li dd{
	display: flex;
	align-items: center;
	font-size: 0.18rem;
	margin-top: 0.12rem;
}
.lxwm-box .box3 .ul li .dd1:before{
	content: "\e828";
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	margin-right: 0.1rem;
}
.lxwm-box .box3 .ul li .dd2:before{
	content: "\e85f";
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	margin-right: 0.1rem;
}


.sshg-box{
	
}
.sshg-box .box1{
	
}
.sshg-box .box1 .ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: -0.3rem;
}
.sshg-box .box1 .ul li{
	position: relative;
	flex-shrink: 0;
	width: 23.5%;
	margin-top: 0.3rem;
	overflow: hidden;
}
.sshg-box .box1 .ul li:nth-of-type(1),
.sshg-box .box1 .ul li:nth-of-type(2),
.sshg-box .box1 .ul li:nth-of-type(3){
	width: 32%;
}
.sshg-box .box1 .ul img{
	width: 100%;
}
.sshg-box .box1 .ul span{
	position: absolute;
	width: 100%;
	text-align: center;
	left: 0;
	bottom: 0.2rem;
	font-size: 0.2rem;
	transition: all 0.4s;
}

.sshg-box .box2{
	display: flex;
	justify-content: space-between;
	color: #fff;
}
.sshg-box .box2 .title-h5{
	position: relative;
	z-index: 3;
}
.sshg-box .box2 .div1{
	position: relative;
	flex-shrink: 0;
	width: 50%;
	box-sizing: border-box;
	padding-right: 0.6rem;
}
.sshg-box .box2 .div1::before{
	content: "";
	position: absolute;
	width: 50vw;
	height: 100%;
	top: 0;
	right: 0;
	background-color: #7F0B1C;
}
.sshg-box .box2 .div1 p{
	position: relative;
	z-index: 3;
	display: block;
	font-size: 0.2rem;
	line-height: 2;
	margin-top: 0.1rem;
}
.sshg-box .box2 .div1 p::before{
	content: "•";
	margin-right: 0.16rem;
	display: inline-block;
	vertical-align: top;
}
.sshg-box .box2 .div2{
	position: relative;
	flex-shrink: 0;
	width: 50%;
	box-sizing: border-box;
	padding-left: 0.6rem;
}
.sshg-box .box2 .div2::before{
	content: "";
	position: absolute;
	width: 50vw;
	height: 100%;
	top: 0;
	left: 0;
	background-image: url(../img/bg5.jpg);
	background-size: cover;
	background-position: center;
}
.sshg-box .box2 .div2 p{
	position: relative;
	z-index: 3;
	font-size: 0.18rem;
	line-height: 2;
	text-align: justify;
}

.sshg-box .box3{
	
}
.sshg-box .box3 .h6{
	font-size: 0.18rem;
	text-align: center;
	line-height: 1.5;
}
.sshg-box .box3 .ul{
	display: flex;
	justify-content: space-between;
	margin-top: 0.2rem;
}
.sshg-box .box3 .ul i{
	flex: 1;
	min-width: 0;
	height: 0;
	border-top: 1px dashed #ccc;
	margin-top: 0.5rem;
}
.sshg-box .box3 .ul li{
	text-align: center;
	flex-shrink: 0;
	width: 1.2rem;
}
.sshg-box .box3 .ul img{
	width: 1.0rem;
	height: 1.0rem;
}
.sshg-box .box3 .ul span{
	display: block;
	font-size: 0.2rem;
	margin-top: 0.1rem;
}

.sshg-box .box4{
	background-image: url(../img/bg6.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}
.sshg-box .box4 .view{
	position: relative;
}
.sshg-box .box4 .view .div{
	width: 66%;
	height: 7.0rem;
	overflow: hidden;
}
.sshg-box .box4 .view .map{
	width: 100%;
	height: 100%;
	transform: translateX(-0.2rem);
}
.sshg-box .box4 .view .swiper-container{
	position: absolute;
	width: 4.4rem;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background-color: #fff;
}
.sshg-box .box4 .view .swiper-dl{
	display: flex;
	border-top: 1px solid #eee;
}
.sshg-box .box4 .view .swiper-button{
	position: static;
	transform: translateY(0);
	width: 50%;
}
.sshg-box .box4 .view .swiper-slide em{
	display: block;
	width: 100%;
	height: 2.9rem;
}
.sshg-box .box4 .view .swiper-slide img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.sshg-box .box4 .view .swiper-slide div{
	padding: 0.24rem 0.2rem;
}
.sshg-box .box4 .view .swiper-slide h6{
	font-size: 0.28rem;
	font-weight: bold;
	line-height: 1.4;
}
.sshg-box .box4 .view .swiper-slide strong{
	display: block;
	font-size: 0.2rem;
	margin: 0.2rem 0 0.1rem;
}
.sshg-box .box4 .view .swiper-slide strong:before{
	content: "\e85f";
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	margin-right: 0.06rem;
}
.sshg-box .box4 .view .swiper-slide strong:nth-of-type(2):before{
	content: "\e83f";
}
.sshg-box .box4 .view .swiper-slide p{
	font-size: 0.18rem;
	line-height: 1.5;
}

.sshg-box .box5{
	position: fixed;
	z-index: 3;
	right: 0;
	bottom: 0;
	width: 1.4rem;
	background-color: #fff;
	padding: 0.18rem 0.14rem;
	box-shadow: 0 0.05rem 0.15rem rgba(0,0,0,0.1);
}
.sshg-box .box5 img{
	width: 100%;
}
.sshg-box .box5 span{
	display: block;
	font-size: 0.13rem;
	color: #999;
	text-align: center;
	padding-top: 0.16rem;
}


.xwzx-box{
	
}
.xwzx-box .box1{
	
}
.xwzx-box .box1 .swiper1{
	height: 4.8rem;
}
.xwzx-box .box1 .swiper-slide{
	display: flex;
	align-items: center;
	background-color: #7F0B1C;
	height: 100%;
	color: #fff;
}
.xwzx-box .box1 .swiper-slide em{
	flex-shrink: 0;
	width: 55%;
	height: 100%;
	overflow: hidden;
}
.xwzx-box .box1 .swiper-slide img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.4s;
}
.xwzx-box .box1 .swiper-slide div{
	flex: 1;
	min-width: 0;
	padding: 0 0.5rem;
}
.xwzx-box .box1 .swiper-slide strong{
	display: block;
	font-size: 0.32rem;
	font-weight: normal;
	font-family: "BEBAS";
}
.xwzx-box .box1 .swiper-slide h6{
	font-size: 0.22rem;
	line-height: 1.4;
	margin: 0.3rem 0 0.2rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.xwzx-box .box1 .swiper-slide p{
	font-size: 0.18rem;
	line-height: 1.8;
	height: 0.97rem;
	opacity: 0.7;
	overflow: hidden;
	text-align: justify;
}
.xwzx-box .box1 .swiper-slide span{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 1.8rem;
	height: 0.48rem;
	box-sizing: border-box;
	border: 2px solid #fff;
	font-size: 0.16rem;
	transition: all 0.4s;
	margin-top: 0.4rem;
}
.xwzx-box .box1 .swiper-pagination{
	width: 55%;
	bottom: 0.2rem !important;
}
.xwzx-box .box1 .swiper-pagination span::after{
	background-color: #fff;
}
.xwzx-box .box1 .swiper-pagination .swiper-pagination-bullet-active{
	border-color: #fff;
}
.xwzx-box .box1 .ul{
	
}
.xwzx-box .box1 .ul li{
	margin-top: 0.42rem;
	padding-bottom: 0.42rem;
	border-bottom: 1px solid #dedede;
}
.xwzx-box .box1 .ul li a{
	display: flex;
	align-items: center;
	transition: all 0.4s;
}
.xwzx-box .box1 .ul li em{
	flex-shrink: 0;
	width: 4.2rem;
	height: 2.6rem;
	overflow: hidden;
}
.xwzx-box .box1 .ul li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.4s;
}
.xwzx-box .box1 .ul li dl{
	flex: 1;
	min-width: 0;
	margin: 0 0.5rem;
}
.xwzx-box .box1 .ul li dt{
	font-size: 0.22rem;
	line-height: 1.4;
	margin-bottom: 0.2rem;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	transition: all 0.4s;
}
.xwzx-box .box1 .ul li dd{
	font-size: 0.18rem;
	line-height: 1.8;
	height: 0.64rem;
	overflow: hidden;
	text-align: justify;
}
.xwzx-box .box1 .ul li h6{
	flex-shrink: 0;
	padding-left: 0.5rem;
	border-left: 1px solid #dedede;
	width: 1.06rem;
	text-align: center;
	font-family: "BEBAS";
}
.xwzx-box .box1 .ul li span{
	display: block;
	font-size: 0.9rem;
}
.xwzx-box .box1 .ul li small{
	display: block;
	font-size: 0.28rem;
	margin-top: 0.24rem;
}


.xwxq-box{
	padding-top: 1.2rem;
}
.xwxq-box .box1 .div1{
	
}
.xwxq-box .box1 .div1 .h6{
	font-size: 0.32rem;
	line-height: 1.4;
	margin-bottom: 0.24rem;
	font-weight: bold;
}
.xwxq-box .box1 .div1 .span{
	font-size: 0.18rem;
	color: #999;
}
.xwxq-box .box1 .div2{
	padding: 0.32rem 0;
	margin: 0.32rem 0;
	border-top: 3px solid #7F0B1C;
	border-bottom: 3px solid #7F0B1C;
}
.xwxq-box .box1 .div2 p{
	font-size: 0.18rem;
	line-height: 2;
}
.xwxq-box .box1 .div2 img,
.xwxq-box .box1 .div2 video{
	display: block;
	margin: 0 auto;
	width: 8.0rem !important;
	height: auto !important;
	max-width: 100% !important;
}
.xwxq-box .box1 .div3{
	position: relative;
	padding-right: 2.8rem;
}
.xwxq-box .box1 .div3 .a{
	display: block;
	font-size: 0.18rem;
	line-height: 0.35rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #666;
	transition: all 0.4s;
}
.xwxq-box .box1 .div3 .a i{
	
}
.xwxq-box .box1 .div3 .as{
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 2.2rem;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.18rem;
	background-color: #7F0B1C;
	color: #fff;
	transition: all 0.4s;
}
.xwxq-box .box1 .div3 .as::before{
	content: "\e845";
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	font-size: 0.3rem;
	margin-right: 0.1rem;
}


.ssdz-box{
	
}
.ssdz-box .box1{
	
}
.ssdz-box .box1 .p{
	text-align: center;
	font-size: 0.22rem;
	line-height: 1.5;
	margin-top: -0.36rem;
}
.ssdz-box .box1 .h6{
	margin: 0.4rem 0 0.1rem;
	display: flex;
	justify-content: center;
}
.ssdz-box .box1 .h6 span{
	flex-shrink: 0;
	width: auto;
	height: 0.6rem;
	padding: 0 0.36rem;
	margin: 0 0.2rem;
	border: 1px solid #fff;
	text-align: center;
	line-height: 0.6rem;
	font-size: 0.2rem;
	cursor: pointer;
	transition: all 0.4s;
}
.ssdz-box .box1 .h6 .active{
	border-color: #7F0B1C;
	color: #7F0B1C;
}
.ssdz-box .box1 .view{
	position: relative;
	height: 5.2rem;
}
.ssdz-box .box1 .swiper-container{
	position: absolute;
	top: 0.3rem;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 0.2rem 3.6rem 0.46rem;
	opacity: 0;
	pointer-events: none;
	transition: all 0.4s;
}
.ssdz-box .box1 .show{
	top: 0;
	opacity: 1;
	pointer-events: all;
}
.ssdz-box .box1 .swiper-slide{
	box-sizing: border-box;
	padding: 0 0.2rem;
}
.ssdz-box .box1 .swiper-slide a{
	display: block;
	position: relative;
	height: 100%;
}
.ssdz-box .box1 .swiper-slide .div1{
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
	width: 3.4rem;
	height: 100%;
	overflow: hidden;
}
.ssdz-box .box1 .swiper-slide-prev .div1{
	left: calc(100% - 3.4rem);
}
.ssdz-box .box1 .swiper-slide .div1 img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.4s;
}
.ssdz-box .box1 .swiper-slide .div1 span{
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 0.6rem 0.24rem 0.3rem;
	width: 100%;
	box-sizing: border-box;
	color: #fff;
	font-size: 0.2rem;
	background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.6));
}
.ssdz-box .box1 .swiper-slide .div2{
	position: absolute;
	top: 0;
	right: 0;
	width: calc(100% - 3.4rem);
	height: 100%;
	box-sizing: border-box;
	padding: 0.6rem 0.28rem 0;
}
.ssdz-box .box1 .swiper-slide .div2 img{
	width: 76%;
	margin-bottom: 0.56rem;
}
.ssdz-box .box1 .swiper-slide .div2 h6{
	font-size: 0.22rem;
	margin-bottom: 0.18rem;
	line-height: 1.5;
	font-weight: bold;
	transition: all 0.4s;
}
.ssdz-box .box1 .swiper-slide .div2 p{
	font-size: 0.18rem;
	line-height: 1.6;
	height: 1.43rem;
	overflow: hidden;
	text-align: justify;
}
.ssdz-box .box1 .swiper-slide .div2 span{
	position: absolute;
	display: flex;
	align-items: center;
	right: 0.28rem;
	bottom: 0.4rem;
	color: #7F0B1C;
	font-size: 0.16rem;
}
.ssdz-box .box1 .swiper-slide .div2 span::after{
	content: "\e842";
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
}

.ssdz-box .box1 .swiper-slide-active a{
	box-shadow: 0 0 0.18rem 0px rgba(0,0,0,0.1);
}
.ssdz-box .box1 .swiper-slide-active .div1{
	left: 0;
}
.ssdz-box .box1 .swiper-slide-active .div1 span{
	opacity: 0;
}

.ssdz-box .box2{
	
}
.ssdz-box .box2 .p{
	text-align: center;
	font-size: 0.24rem;
	line-height: 1.5;
	margin-top: -0.36rem;
}
.ssdz-box .box2 .div{
	position: relative;
	margin-top: 0.4rem;
}
.ssdz-box .box2 .dl{
	width: 46%;
	border-top: 1px solid #dedede;
}
.ssdz-box .box2 .dl dd{
	position: relative;
	display: flex;
	align-items: center;
	height: 1.2rem;
	padding: 0 0.32rem;
	border-bottom: 1px solid #dedede;
	cursor: pointer;
}
.ssdz-box .box2 .dl dd:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background-color: #7F0B1C;
	transition: all 0.4s;
}
.ssdz-box .box2 .dl dd i{
	position: relative;
	z-index: 3;
	flex-shrink: 0;
	width: 0.6rem;
	font-size: 0.4rem;
	color: #7F0B1C;
	font-family: "BEBAS";
	transition: all 0.4s;
}
.ssdz-box .box2 .dl dd strong{
	position: relative;
	z-index: 3;
	flex: 1;
	min-width: 0;
	font-size: 0.24rem;
	line-height: 1.5;
	transition: all 0.4s;
}
.ssdz-box .box2 .dl .active:before{
	width: 100%;
}
.ssdz-box .box2 .dl .active i{
	color: #fff;
}
.ssdz-box .box2 .dl .active strong{
	color: #fff;
}
.ssdz-box .box2 .swiper-container{
	position: absolute;
	left: 50%;
	top: 0;
	width: 50vw;
	height: 100%;
}
.ssdz-box .box2 .swiper-slide img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.ssdz-box .box2 .swiper-slide strong{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	font-size: 0.18rem;
	padding: 0.24rem;
	box-sizing: border-box;
	color: #fff;
	background-color: rgba(0,0,0,0.4);
	display: none;
}
.ssdz-box .box2 .swiper-button{
	height: 0.8rem;
}

.ssdz-box .box3{
	background-image: url(../img/bg7.jpg);
	background-size: cover;
	background-position: center;
}
.ssdz-box .box3 .h6{
	display: flex;
	justify-content: space-between;
}
.ssdz-box .box3 .h6 img{
	flex-shrink: 0;
	height: 1.0rem;
}

.ssdz-box .box4{
	
}
.ssdz-box .box4 .p{
	text-align: center;
	font-size: 0.22rem;
	line-height: 1.5;
	margin-top: -0.36rem;
}
.ssdz-box .box4 .ul{
	display: flex;
	margin-top: 0.5rem;
}
.ssdz-box .box4 .ul li{
	flex-shrink: 0;
	width: 30%;
	text-align: center;
}
.ssdz-box .box4 .ul li:nth-of-type(2){
	width: 40%;
}
.ssdz-box .box4 .ul i{
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	width: 0.78rem;
	height: 0.78rem;
	font-size: 0.5rem;
}
.ssdz-box .box4 .ul i::after{
	content: "";
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
}
.ssdz-box .box4 .ul .i1::after{
	content: "\e860";
}
.ssdz-box .box4 .ul .i2::after{
	content: "\e859";
}
.ssdz-box .box4 .ul img{
	width: 0.78rem;
	height: 0.78rem;
}
.ssdz-box .box4 .ul span{
	display: block;
	font-size: 0.18rem;
	color: #666;
	margin: 0.3rem 0 0.1rem;
}
.ssdz-box .box4 .ul strong{
	display: block;
	font-size: 0.24rem;
	height: 0.3rem;
	line-height: 0.3rem;
}
.ssdz-box .box4 .ul li:nth-of-type(2) strong{
	border-left: 1px solid #3a3a3a;
	border-right: 1px solid #3a3a3a;
}


.dzal-box{
	
}
.dzal-box .box1{
	display: flex;
	align-items: flex-start;
}
.dzal-box .box1 .div1{
	flex-shrink: 0;
	width: 44%;
	margin-right: 4%;
}
.dzal-box .box1 .swiper-top1{
	height: 5.4rem;
}
.dzal-box .box1 .swiper-thumbs1{
	height: 1.36rem;
	margin-top: 16px;
}
.dzal-box .box1 .swiper-thumbs1 .swiper-slide{
	box-sizing: border-box;
	cursor: pointer;
}
.dzal-box .box1 .swiper-thumbs1 .swiper-slide::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	box-sizing: border-box;
	border: 4px solid #7F0B1C;
	opacity: 0;
	transition: all 0.4s;
}
.dzal-box .box1 .swiper-thumbs1  .swiper-slide-thumb-active::after{
	opacity: 1;
}
.dzal-box .box1 .swiper-slide img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.dzal-box .box1 .div2{
	flex: 1;
	min-width: 0;
	padding-top: 0.3rem;
}
.dzal-box .box1 .div2 h4{
	
}
.dzal-box .box1 .div2 h4 strong{
	display: block;
	font-size: 0.36rem;
	line-height: 1.3;
	/* transform: translateX(-0.16rem); */
}
.dzal-box .box1 .div2 h4 span{
	display: block;
	font-size: 0.2rem;
	color: #999;
	margin-top: 0.2rem;
}
.dzal-box .box1 .div2 h5{
	display: flex;
	margin-top: 0.3rem;
}
.dzal-box .box1 .div2 h5 span{
	flex-shrink: 0;
	width: 1.3rem;
	height: 0.44rem;
	text-align: center;
	line-height: 0.44rem;
	background-color: #F0E4E4;
	color: #7F0B1C;
	font-size: 0.18rem;
	margin-right: 0.24rem;
}
.dzal-box .box1 .div2 h6{
	font-size: 0.2rem;
	line-height: 1.5;
	margin-top: 0.3rem;
}
.dzal-box .box1 .div2 dl{
	margin-top: 0.3rem;
}
.dzal-box .box1 .div2 dt{
	margin-bottom: 0.24rem;
	border-bottom: 1px solid #dedede;
}
.dzal-box .box1 .div2 dt strong{
	display: inline-block;
	vertical-align: top;
	font-size: 0.2rem;
	white-space: nowrap;
	color: #7F0B1C;
	border-bottom: 3px solid #7F0B1C;
	padding-bottom: 0.1rem;
}
.dzal-box .box1 .div2 dd{
	font-size: 0.18rem;
	line-height: 1.5;
	margin-top: 0.16rem;
}
.dzal-box .box1 .div2 .dd1{
	display: flex;
	flex-wrap: wrap;
}
.dzal-box .box1 .div2 .dd2{
	font-size: 0.32rem;
	font-weight: bold;
	color: #7F0B1C;
 line-height: 1.6; /* 调整行高 */
}
.dzal-box .box1 .div2 .dd2 .category {
    font-weight: bold; /* 分类标题加粗 */
    margin-top: 0.5rem; /* 增加分类标题的间距 */
}

.dzal-box .box1 .div2 .dd2 .item {
    display: flex; /* 使用 Flexbox 对齐内容 */
    align-items: center; /* 垂直居中 */
}

.dzal-box .box1 .div2 .dd2 .item .weight {
    flex: 0 0 3rem; /* 固定宽度，用于对齐 */
    text-align: left;
}

.dzal-box .box1 .div2 .dd2 .item .price {
    flex: 1; /* 自动填充剩余空间 */
    text-align: left;
}
.dzal-box .box1 .div2 dd span{
	flex-shrink: 0;
	width: 50%;
	display: flex;
	align-items: center;
	margin-top: 0.08rem;
}
.dzal-box .box1 .div2 dd span:nth-of-type(1),
.dzal-box .box1 .div2 dd span:nth-of-type(2){
	margin-top: 0;
}
.dzal-box .box1 .div2 dd span:before{
	content: "";
	flex-shrink: 0;
	width: 0.08rem;
	height: 0.08rem;
	background-color: #7F0B1C;
	border-radius: 50%;
	margin-right: 0.1rem;
}
.dzal-box .box1 .div2 h3{
	margin-top: 0.5rem;
	display: flex;
}
.dzal-box .box1 .div2 a{
	flex-shrink: 0;
	width: 2.6rem;
	height: 0.64rem;
	background-color: #7F0B1C;
	border: 2px solid #7F0B1C;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.2rem;
	color: #fff;
}
.dzal-box .box1 .div2 .a2{
	background-color: #fff;
	color: #7F0B1C;
	margin-left: 0.5rem;
}

.dzal-box .box2{
	border-top: 1px solid #dedede;
}
.dzal-box .box2 .ul{
	display: flex;
}
.dzal-box .box2 .ul li{
	flex-shrink: 0;
	width: 23.5%;
	margin-right: 2%;
	background-color: #f7f7f7;
	display: none;
}
.dzal-box .box2 .ul li:nth-of-type(1),
.dzal-box .box2 .ul li:nth-of-type(2),
.dzal-box .box2 .ul li:nth-of-type(3),
.dzal-box .box2 .ul li:nth-of-type(4){
	display: block;
}
.dzal-box .box2 .ul li:nth-of-type(4n){
	margin-right: 0;
}
.dzal-box .box2 .ul li a{
	display: block;
}
.dzal-box .box2 .ul li em{
	display: block;
	width: 100%;
	height: 4.0rem;
	overflow: hidden;
}
.dzal-box .box2 .ul li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.4s;
}
.dzal-box .box2 .ul li strong{
	display: block;
	text-align: center;
	font-size: 0.2rem;
	line-height: 1.4;
	padding: 0.2rem;
	transition: all 0.4s;
}

.dzal-box .box3{
	border-top: 1px solid #dedede;
}
.dzal-box .box3 .ul{
	display: flex;
}
.dzal-box .box3 .ul li{
	flex-shrink: 0;
	width: 23.5%;
	margin-right: 2%;
	background-color: #f7f7f7;
}
.dzal-box .box3 .ul li:nth-of-type(4n){
	margin-right: 0;
}
.dzal-box .box3 .ul li a{
	display: block;
}
.dzal-box .box3 .ul li em{
	display: block;
	width: 100%;
	height: 4.2rem;
	overflow: hidden;
}
.dzal-box .box3 .ul li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.4s;
}
.dzal-box .box3 .ul li strong{
	display: block;
	text-align: center;
	font-size: 0.2rem;
	line-height: 1.4;
	padding: 0.24rem 0.2rem;
	transition: all 0.4s;
}


.sshj-box{
	
}
.sshj-box .box1{
	
}
.sshj-box .box1 .h5{
	font-size: 0.4rem;
	font-weight: bold;
	text-align: center;
}
.sshj-box .box1 .p{
	font-size: 0.18rem;
	margin: 0.3rem 0 0.6rem;
	text-align: center;
}
.sshj-box .box1 .ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: -0.24rem;
}
.sshj-box .box1 .ul li{
	flex-shrink: 0;
	width: 19%;
	margin-right: 1.25%;
	height: 4.2rem;
	margin-top: 0.24rem;
}
.sshj-box .box1 .ul li:nth-of-type(5n){
	margin-right: 0;
}
.sshj-box .box1 .ul li a{
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}
.sshj-box .box1 .ul li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.sshj-box .box1 .ul li h6{
	position: absolute;
	z-index: 3;
	top: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 0.24rem 0.2rem;
	font-size: 0.18rem;
	line-height: 1.5;
	text-align: center;
	color: #463226;
	transition: all 0.4s;
	/* background-image: linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.0)); */
}
.sshj-box .box1 .ul li i{
	position: absolute;
	z-index: 3;
	right: 0.24rem;
	bottom: 0.24rem;
	width: 0.36rem;
	height: 0.36rem;
	background-color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.2rem;
	transition: all 0.4s;
}
.sshj-box .box1 .ul li i::after{
	content: "\e842";
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
}
.sshj-box .box1 .ul li a::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.7);
	opacity: 0;
	transition: all 0.4s;
}
.sshj-box .box1 .ul li span{
	position: absolute;
	z-index: 4;
	top: 56%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 60%;
	height: 0.56rem;
	margin-top: 0;
	font-size: 0.16rem;
	opacity: 0;
	transition: all 0.4s;
}

.sshj-box .box2{
	
}
.sshj-box .box2 a{
	position: relative;
	display: block;
}
.sshj-box .box2 img{
	width: 100%;
}
.sshj-box .box2 .more-a{
	margin-top: 0;
	position: absolute;
	bottom: 0.8rem;
	left: 50%;
	transform: translateX(-50%);
}


.mljxq-box{
	
}
.mljxq-box .box1{
	padding-top: 0;
}
.mljxq-box .box1 p{
	font-size: 0.22rem;
	line-height: 1.6;
	font-weight: bold;
}
.mljxq-box .box1 img{
	display: block;
	width: 100%;
}


.gywm-box{
	
}
.gywm-box .box1{
	display: flex;
	align-items: center;
}
.gywm-box .box1 .div1{
	flex-shrink: 0;
	width: 50%;
	margin-right: 5%;
}
.gywm-box .box1 .div1 p{
	font-size: 0.18rem;
	line-height: 1.8;
	margin-top: 0.16rem;
	text-align: justify;
}
.gywm-box .box1 .div2{
	position: relative;
	flex: 1;
	height: 5.6rem;
}
.gywm-box .box1 .div2 img{
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% + 50vw - 7.0rem);
	height: 100%;
	object-fit: cover;
}

.gywm-box .box2{
	background-image: url(../img/bg1.jpg);
	background-size: cover;
	background-position: center;
}
.gywm-box .box2 .gallery-thumbs{
	
}
.gywm-box .box2 .gallery-thumbs:before{
	content: "";
	position: absolute;
	top: 18px;
	left: 0;
	width: 100%;
	border-top: 1px dashed #ccc;
}
.gywm-box .box2 .gallery-thumbs .swiper-slide{
	cursor: pointer;
}
.gywm-box .box2 .gallery-thumbs .swiper-slide i{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 37px;
	height: 37px;
	margin: 0 auto;
	transition: all 0.4s;
}
.gywm-box .box2 .gallery-thumbs .swiper-slide i:before{
	content: "";
	flex-shrink: 0;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: #7F0B1C;
	transition: all 0.4s;
}
.gywm-box .box2 .gallery-thumbs .swiper-slide i::after{
	content: "";
	position: absolute;
	z-index: 3;
	top: 10px;
	left: 10px;
	width: 17px;
	height: 17px;
	border-radius: 50%;
	background-color: #D8D8D8;
	transition: all 0.4s;
}
.gywm-box .box2 .gallery-thumbs .swiper-slide span{
	display: block;
	text-align: center;
	font-size: 0.2rem;
	margin-top: 0.14rem;
	font-weight: bold;
	color: #666;
	transition: all 0.4s;
}
.gywm-box .box2 .gallery-thumbs .swiper-slide-thumb-active i:before{
	opacity: 0.3;
	width: 100%;
	height: 100%;
}
.gywm-box .box2 .gallery-thumbs .swiper-slide-thumb-active i:after{
	background-color: #7F0B1C;
}
.gywm-box .box2 .gallery-thumbs .swiper-slide-thumb-active span{
	color: #7F0B1C;
}
.gywm-box .box2 .swiper-top-div{
	position: relative;
	margin-top: 0.6rem;
	padding: 0 0.5rem;
}
.gywm-box .box2 .swiper-top-div .swiper-button{
	width: 0.5rem;
	height: 100%;
	background-color: rgba(127,11,28,0);
	color: #7F0B1C;
	font-size: 0.3rem;
}
.gywm-box .box2 .gallery-top .swiper-slide{
	display: flex;
	align-items: center;
}
.gywm-box .box2 .gallery-top .swiper-slide em{
	flex-shrink: 0;
	width: 5.0rem;
	height: 3.4rem;
}
.gywm-box .box2 .gallery-top .swiper-slide img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.gywm-box .box2 .gallery-top .swiper-slide dl{
	flex: 1;
	min-width: 0;
	margin-left: 5%;
	margin-right: 2%;
}
.gywm-box .box2 .gallery-top .swiper-slide dt{
	font-size: 0.36rem;
	font-family: "BEBAS";
	line-height: 1.4;
	margin-bottom: 0.2rem;
}
.gywm-box .box2 .gallery-top .swiper-slide dd{
	font-size: 0.18rem;
	line-height: 1.8;
}

.gywm-box .box3{
	background-image: url(../img/bg8.jpg);
	background-size: cover;
	background-position: center;
}
.gywm-box .box3 .view{
	display: flex;
	height: 6.0rem;
}
.gywm-box .box3 .gallery-thumbs{
	flex-shrink: 0;
	width: 4.8rem;
	height: 100%;
	margin: 0;
	margin-right: 5%;
	border-right: 4px solid #7F0B1C;
}
.gywm-box .box3 .gallery-thumbs .swiper-slide{
	box-sizing: border-box;
	border-bottom: 1px solid #dedede;
	cursor: pointer;
}
.gywm-box .box3 .gallery-thumbs .swiper-slide:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background-color: #7F0B1C;
	transition: all 0.4s;
}
.gywm-box .box3 .gallery-thumbs .swiper-slide span{
	position: relative;
	z-index: 3;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	height: 100%;
	padding-left: 0.3rem;
	font-size: 0.22rem;
	transition: all 0.4s;
}
.gywm-box .box3 .gallery-thumbs .swiper-slide-thumb-active:before{
	width: 100%;
}
.gywm-box .box3 .gallery-thumbs .swiper-slide-thumb-active span{
	color: #fff;
}
.gywm-box .box3 .gallery-top{
	flex: 1;
	min-width: 0;
	height: 100%;
	margin: 0;
	background-color: #fff;
	box-shadow: 0 0 0.24rem rgba(0,0,0,0.1);
}
.gywm-box .box3 .gallery-top .swiper-slide{
	
}
.gywm-box .box3 .gallery-top .swiper-slide img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.gywm-box .box3 .gallery-top .swiper-slide span{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	font-size: 0.18rem;
	padding: 0.24rem;
	box-sizing: border-box;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.4);
	display: none;
}
.gywm-box .box3 .gallery-top .swiper-button{
	height: 0.8rem;
}

.gywm-box .box4{
	
}
.gywm-box .box4 .ul{
	display: flex;
	flex-wrap: wrap;
	margin-top: -0.34rem;
}
.gywm-box .box4 .ul li{
	position: relative;
	flex-shrink: 0;
	width: 22.75%;
	margin-right: 3%;
	background-color: rgba(216,216,216,0.3);
	margin-top: 0.34rem;
	cursor: pointer;
	transition: all 0.4s;
}
.gywm-box .box4 .ul li:nth-of-type(4n){
	margin-right: 0;
}
.gywm-box .box4 .ul li::after{
	content: "\e846";
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 3;
	width: 0.4rem;
	height: 0.4rem;
	text-align: center;
	line-height: 0.4rem;
	background-color: #7F0B1C;
	color: #fff;
	font-size: 0.24rem;
	opacity: 0;
	transition: all 0.4s;
}
.gywm-box .box4 .ul em{
	display: block;
	height: 4.6rem;
	overflow: hidden;
}
.gywm-box .box4 .ul img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.4s;
}
.gywm-box .box4 .ul dl{
	box-sizing: border-box;
	padding: 0.18rem;
	text-align: center;
}
.gywm-box .box4 .ul dt{
	font-size: 0.3rem;
	margin-bottom: 0.12rem;
	font-weight: bold;
}
.gywm-box .box4 .ul dd{
	font-size: 0.18rem;
	opacity: 0.6;
}

.tdxq-box{
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 11;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.6);
	display: none;
}
.tdxq-box .div{
	position: absolute;
	width: 12.0rem;
	box-sizing: border-box;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	padding: 0 0.6rem;
}
.tdxq-box .swiper-container{
	
}
.tdxq-box .swiper-slide{
	background-color: #fff;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	padding: 0.24rem;
}
.tdxq-box .swiper-slide em{
	flex-shrink: 0;
	width: 26%;
}
.tdxq-box .swiper-slide em img{
	width: 100%;
}
.tdxq-box .swiper-slide div{
	flex: 1;
	min-width: 0;
	padding: 0 0.3rem 0 0.6rem;
}
.tdxq-box .swiper-slide div h5{
	font-size: 0.36rem;
	font-weight: bold;
}
.tdxq-box .swiper-slide div h6{
	font-size: 0.24rem;
	color: #7F0B1C;
	margin: 0.2rem 0 0.3rem;
}
.tdxq-box .swiper-slide div h6::after{
	content: "";
	display: block;
	width: 0.7rem;
	height: 4px;
	border-radius: 2px;
	background-color: #7F0B1C;
	margin-top: 0.2rem;
}
.tdxq-box .swiper-slide div p{
	font-size: 0.18rem;
	line-height: 1.8;
	margin-top: 0.16rem;
	color: #6D6D6D;
	text-align: justify;
}
.tdxq-box .swiper-slide div .p{
	margin-top: 0.16rem;
}
.tdxq-box .out-i{
	position: absolute;
	z-index: 3;
	width: 0.4rem;
	height: 0.4rem;
	top: 0;
	right: 0;
	cursor: pointer;
	text-align: center;
	line-height: 0.4rem;
	color: #888;
	background-color: #dedede;
	transition: all 0.4s;
}
.tdxq-box .out-i::after{
	content: "\e83b";
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	font-size: 0.2rem;
}


.title-h4{
	text-align: center;
	margin-bottom: 0.44rem;
}
.title-h4 strong{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.42rem;
}
.title-h4 strong:before,
.title-h4 strong::after{
	content: "";
	flex-shrink: 0;
	width: 0.36rem;
	height: 0.36rem;
	background-size: 100% 100%;
}
.title-h4 strong::before{
	background-image: url(../img/ic11.png);
	margin: 0 0.16rem;
}
.title-h4 strong::after{
	background-image: url(../img/ic12.png);
	margin: 0 0.16rem;
}
.title-h4 span{
	display: block;
	font-size: 0.88rem;
	opacity: 0.1;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 3px;
	transform: scaleY(0.8);
	margin-top: -0.1rem;
}
.titlel-h4{
	text-align: left;
}
.titlel-h4 strong{
	justify-content: flex-start;
}
.titlel-h4 strong:before{
	display: none;
}

.index-box{
	overflow: inherit;
	position: relative;
}
.index-box .box1{
	position: absolute;
	z-index: 6;
	top: -0.9rem;
	left: 50%;
	transform: translateX(-50%);
	height: 1.8rem;;
}
.index-box .box1 ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
	padding: 0 6%;
	color: #fff;
	background-color: #7F0B1C;
}
.index-box .box1 li{
	
}
.index-box .box1 li strong{
	display: inline-block;
	vertical-align: top;
	font-size: 0.72rem;
}
.index-box .box1 li small{
	display: inline-block;
	vertical-align: top;
	font-size: 0.4rem;
}
.index-box .box1 li p{
	font-size: 0.2rem;
	margin-top: 0.12rem;
}
.index-box .box1 i{
	flex-shrink: 0;
	width: 1px;
	height: 1.0rem;
	background-color: #fff;
	opacity: 0.3;
}

.index-box .box2{
	position: relative;
	padding-top: 0.9rem;
	background-image: url(../img/bg1.jpg);
	background-size: cover;
	background-position: center;
	overflow: hidden;
}
.index-box .box2 .w1400{
	
}
.index-box .box2 .div1{
	flex-shrink: 0;
	width: 45%;
}
.index-box .box2 .div1 h5{
	font-size: 0.36rem;
	font-weight: bold;
	color: #7F0B1C;
	margin-bottom: 0.3rem;
}
.index-box .box2 .div1 h6{
	font-size: 0.18rem;
	color: #999;
	line-height: 1.8;
	margin-top: 0.16rem;
	padding-bottom: 0.2rem;
	border-bottom: 1px solid #dedede;
}
.index-box .box2 .div1 p{
	font-size: 0.2rem;
	line-height: 1.8;
	margin-top: 0.2rem;
	text-align: justify;
}
.index-box .box2 .div2{
	position: absolute;
	width: 50%;
	height: 100%;
	background-color: #000;
	top: 0;
	right: 0;
	cursor: pointer;
	overflow: hidden;
}
.index-box .box2 .div2:before{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 4;
	width: 1.1rem;
	height: 1.1rem;
	margin: -0.55rem 0 0 -0.55rem;
	background-image: url(../img/ic13.svg);
	background-size: contain;
	transition: all 0.4s;
}
.index-box .box2 .active:before{
	opacity: 0;
	transform: scale(2.0);
}
.index-box .box2 .div2 video{
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.index-box .box2 .div2 img{
	position: absolute;
	z-index: 3;
	width: 100%;
	height: 100%;
	object-fit: cover;
	top: 0;
	left: 0;
	transition: all 0.4s;
}
.index-box .box2 .active img{
	opacity: 0;
	transform: scale(1.2);
}
.index-box .box2 .active video{
	z-index: 6;
}

.index-box .box3{
	overflow: hidden;
}
.index-box .box3 .ul{
	display: flex;
	height: 6.8rem;
	background-image: url(../img/bg1.jpg);
	background-position: center;
	background-size: cover;
}
.index-box .box3 .ul li{
	flex: 1;
	min-width: 0;
	height: 100%;
	overflow: hidden;
	transition: all 0.4s;
}
.index-box .box3 .ul li a{
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
.index-box .box3 .ul li .dl{
	position: absolute;
	z-index: 3;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transition: all 0.4s;
}
.index-box .box3 .ul li .dl dt{
	width: 100%;
	height: 100%;
}
.index-box .box3 .ul li .dl dt img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.index-box .box3 .ul li .dl dd{
	position: absolute;
	width: 100%;
	text-align: center;
	top: 1.0rem;
	left: 0;
}
.index-box .box3 .ul li .dl dd strong{
	display: block;
	font-size: 0.24rem;
	color: #fff;
	margin-bottom: 0.2rem;
}
.index-box .box3 .ul li .dl dd img{
	width: 0.8rem;
}
.index-box .box3 .ul li .div{
	position: absolute;
	top: 0.4rem;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 0.6rem;
	opacity: 0;
}
.index-box .box3 .ul li .div h6{
	display: flex;
	align-items: center;
	margin-bottom: 0.3rem;
}
.index-box .box3 .ul li .div img{
	flex-shrink: 0;
	width: 0.7rem;
	margin-right: 0.1rem;
}
.index-box .box3 .ul li .div strong{
	font-size: 0.28rem;
	color: #7F0B1C;
}
.index-box .box3 .ul li .div p{
	font-size: 0.2rem;
	line-height: 1.8;
	text-align: justify;
	margin-top: 0.16rem;
}
.index-box .box3 .ul li .div span{
	position: absolute;
	bottom: 0.6rem;
	right: 0.6rem;
	font-size: 0.18rem;
	color: #7F0B1C;
	display: flex;
	align-items: center;
}
.index-box .box3 .ul li .div span:before{
	content: "";
	flex-shrink: 0;
	width: 0.8rem;
	height: 1px;
	background-color: #7F0B1C;
	margin-right: 0.1rem;
}
.index-box .box3 .ul li .div span::after{
	content: "\e842";
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	margin-left: 0.1rem;
}

.index-box .box4{
	padding-bottom: 0.55rem;
	background-image: url(../img/bg1.jpg);
	background-size: cover;
	background-position: center;
	overflow: hidden;
}
.index-box .box4 .title-h4{
	margin-bottom: 0;
}
.index-box .box4 .div1{
	width: 100%;
	height: 6.4rem;
	margin-top: -1.2rem;
}
.index-box .box4 .map{
	width: 100%;
	height: 100%;
}
.index-box .box4 .div2{
	position: relative;
	z-index: 3;
	overflow: hidden;
	margin-top: -0.2rem;
}
.index-box .box4 .div2 .swiper-button{
	width: 0.3rem;
	height: 0.8rem;
	background-color: rgba(127,11,28,1);
	color: #fff;
}
.index-box .box4 .div2 .swiper-button::after{
	font-size: 0.2rem;
}
.index-box .box4 .swiper-container{
	
}
.index-box .box4 .swiper-slide{
	height: auto;
	padding: 0.15rem;
	box-sizing: border-box;
}
.index-box .box4 .swiper-slide dl{
	background-color: #fff;
	height: 100%;
	padding: 0.18rem 0.3rem;
	box-sizing: border-box;
	cursor: pointer;
	box-shadow: 0 0 0.15rem 0px rgba(0,0,0,0.1);
	overflow: hidden;
}
.index-box .box4 .swiper-slide dt{
	font-size: 0.22rem;
	line-height: 1.5;
	margin-bottom: 0.1rem;
	transition: all 0.4s;
}
.index-box .box4 .swiper-slide dd{
	font-size: 0.16rem;
	line-height: 1.6;
	margin-top: 4px;
	color: #999;
}

.index-box .box5{
	overflow: hidden;
}
.index-box .box5 .div{
	position: relative;
	margin-top: -0.15rem;
}
.index-box .box5 .swiper-container{
	
}
.index-box .box5 .swiper-slide{
	height: auto;
	padding: 0.15rem;
	box-sizing: border-box;
	opacity: 0.4;
}
.index-box .box5 .swiper-slide-prev,
.index-box .box5 .swiper-slide-next,
.index-box .box5 .swiper-slide-active{
	opacity: 1;
}
.index-box .box5 .swiper-slide a{
	display: block;
}
.index-box .box5 .swiper-slide a em{
	position: relative;
	display: block;
	width: 100%;
	height: 35vw;
	overflow: hidden;
	transition: all 0.4s;
}
.index-box .box5 .swiper-slide a img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.index-box .box5 .swiper-slide a .more-a{
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 46%;
	height: 0.6rem;
	margin-top: 0;
	opacity: 0;
}
.index-box .box5 .swiper-slide a dl{
	padding: 0.24rem 0 0;
	transition: all 0.4s;
}
.index-box .box5 .swiper-slide a dt{
	font-size: 0.24rem;
	font-weight: bold;
}
.index-box .box5 .swiper-slide a dd{
	font-size: 0.18rem;
	margin-top: 0.12rem;
}
.index-box .box5 .swiper-button{
	top: 17.5vw;
	width: 0.58rem;
	height: 1.5rem;
	background-color: rgba(127,11,28,1);
	color: #fff;
}
.index-box .box5 .swiper-button::after{
	font-size: 0.36rem;
}
.index-box .box5 .more-a{
	margin: 0.4rem auto 0;
}

.index-box .box6{
	background-image: url(../img/bg1.jpg);
	background-size: cover;
	background-position: center;
	overflow: hidden;
}
.index-box .box6 .ul{
	display: flex;
}
.index-box .box6 .ul li{
	flex-shrink: 0;
	width: 32%;
	margin-right: 2%;
	background-color: #fff;
	transition: all 0.4s;
}
.index-box .box6 .ul li:nth-of-type(3n){
	margin-right: 0;
}
.index-box .box6 .ul li a{
	display: block;
}
.index-box .box6 .ul li em{
	display: block;
	width: 100%;
	height: 2.6rem;
	overflow: hidden;
}
.index-box .box6 .ul li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.4s;
}
.index-box .box6 .ul li div{
	padding: 0.3rem;
}
.index-box .box6 .ul li h5{
	font-size: 0.22rem;
	line-height: 1.5;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	transition: all 0.4s;
}
.index-box .box6 .ul li p{
	font-size: 0.18rem;
	line-height: 1.6;
	height: 0.57rem;
	overflow: hidden;
	margin: 0.16rem 0 0.4rem;
	color: #666;
}
.index-box .box6 .ul li h6{
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 0.2rem;
}
.index-box .box6 .ul li strong{
	font-family: "BEBAS";
	font-weight: normal;
}
.index-box .box6 .ul li span{
	font-size: 0.16rem;
	color: #999;
	transition: all 0.4s;
}
.index-box .box6 .ul li span::after{
	content: "\e842";
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
}
.index-box .box6 .more-a{
	margin: 0.5rem auto 0;
}

.index-box .box7{
	overflow: hidden;
}
.index-box .box7 .h6{
	display: flex;
	justify-content: space-between;
	padding: 0 12%;
	margin-bottom: 0.2rem;
}
.index-box .box7 .h6 span{
	position: relative;
	padding-bottom: 0.18rem;
	cursor: pointer;
	display: block;
	white-space: nowrap;
	font-size: 0.22rem;
	color: #666;
	transition: all 0.4s;
}
.index-box .box7 .h6 span::after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 0.06rem;
	background-color: #7F0B1C;
	transition: all 0.4s;
}
.index-box .box7 .h6 .active{
	color: #7F0B1C;
}
.index-box .box7 .h6 .active::after{
	width: 100%;
}
.index-box .box7 .swiper4{
	
}
.index-box .box7 .swiper-slide{
	display: flex;
	flex-wrap: wrap;
}
.index-box .box7 .swiper-slide a{
	position: relative;
	flex-shrink: 0;
	width: 18.8%;
	margin-right: 1.5%;
	margin-top: 0.21rem;
	box-sizing: border-box;
	padding: 0.1rem 0.1rem 0.28rem;
	overflow: hidden;
	border: 1px solid #eee;
	background-color: #fff;
}
.index-box .box7 .swiper-slide a:nth-of-type(5n){
	margin-right: 0;
}
.index-box .box7 .swiper-slide a img{
	width: 100%;
	height: 1.6rem;
	object-fit: cover;
	transition: all 0.4s;
}
.index-box .box7 .swiper-slide a span{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 0.1rem;
	font-size: 0.12rem;
	line-height: 1.5;
	color: #999;
	text-align: center;
	transition: all 0.4s;
}
.index-box .box7 .more-a{
	margin: 0.5rem auto 0;
}


.sspm-box{
	
}
.sspm-box .box1{
	
}
.sspm-box .box1 .ul{
	display: flex;
	flex-wrap: wrap;
	margin-top: -0.5rem;
}
.sspm-box .box1 .ul li{
	flex-shrink: 0;
	width: 23.5%;
	margin-right: 2%;
	margin-top: 0.5rem;
}
.sspm-box .box1 .ul li:nth-of-type(4n){
	margin-right: 0;
}
.sspm-box .box1 .ul li a{
	display: block;
}
.sspm-box .box1 .ul li em{
	display: block;
	width: 100%;
	height: 4.46rem;
	position: relative;
	overflow: hidden;
	margin-bottom: 0.2rem;
}
.sspm-box .box1 .ul li em span{
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
	color: #fff;
	font-size: 0.2rem;
	padding: 0.12rem 0.24rem;
}
.sspm-box .box1 .ul li em img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.4s;
}
.sspm-box .box1 .ul li h6{
	font-size: 0.2rem;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 0.04rem;
}
.sspm-box .box1 .ul li p{
	font-size: 0.16rem;
	color: #666;
	margin-top: 0.1rem;
}

.sspm-box .box2{
	padding-bottom: 0;
	background-image: url(../img/bg1.jpg);
	background-size: cover;
	background-position: center;
}
.sspm-box .box2 .w1400{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.sspm-box .box2 .div{
	flex-shrink: 0;
	width: 40%;
}
.sspm-box .box2 .div ul{
	display: flex;
	justify-content: space-between;
}
.sspm-box .box2 .div li{
	flex-shrink: 0;
	width: 1.4rem;
	text-align: center;
}
.sspm-box .box2 .div li img{
	width: 100%;
}
.sspm-box .box2 .div li strong{
	display: block;
	font-size: 0.18rem;
	margin: 0.2rem 0 0.1rem;
}
.sspm-box .box2 .div li span{
	display: block;
	font-size: 0.14rem;
	color: #666;
}
.sspm-box .box2 .img{
	flex-shrink: 0;
	width: 50%;
}

.sspm-box .box3{
	
}
.sspm-box .box3 .swiper3{
	width: calc(100% + 0.6rem);
	margin-left: -0.3rem;
	padding-bottom: 0.5rem;
}
.sspm-box .box3 .swiper3 .swiper-slide{
	box-sizing: border-box;
	padding: 0 0.3rem;
}
.sspm-box .box3 .swiper3 img{
	width: 100%;
	border: 1px solid #dedede;
	box-sizing: border-box;
}
.sspm-box .box3 .swiper3 small{
	display: block;
	font-size: 0.16rem;
	color: #999;
	line-height: 1.6;
	text-align: center;
	margin-top: 0.16rem;
}


.ppjj-box{
	background-image: url(../img/bg9.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}
.ppjj-box .box1{
	
}
.ppjj-box .box1 .div{
	font-size: 0.18rem;
	line-height: 1.8;
	margin-top: 0.16rem;
	text-align: justify;
}
.ppjj-box .box1 .div strong{
	color: #7F0B1C;
	font-size: 0.24rem;
}
.ppjj-box .box2{
	
}
.ppjj-box .box2 .ul{
	display: flex;
	justify-content: space-between;
}
.ppjj-box .box2 .ul li{
	flex-shrink: 0;
	width: 26%;
	display: flex;
	align-items: center;
	height: 0.7rem;
	border-radius: 0.4rem;
	border: 4px solid #d8d8d8;
	overflow: hidden;
}
.ppjj-box .box2 .ul li:before{
	content: "";
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	font-size: 0.56rem;
	color: #fff;
	flex-shrink: 0;
	width: 1.0rem;
	height: 0.7rem;
	text-align: center;
	line-height: 0.7rem;
	background-color: #d8d8d8;
	color: #7F0B1C;
}
.ppjj-box .box2 .ul li:nth-of-type(1):before{
	content: "\e6d5";
}
.ppjj-box .box2 .ul li:nth-of-type(2):before{
	content: "\e67b";
}
.ppjj-box .box2 .ul li:nth-of-type(3):before{
	content: "\e61f";
}
.ppjj-box .box2 .ul li span{
	flex: 1;
	min-width: 0;
	font-size: 0.36rem;
	font-weight: bold;
	text-align: center;
}
.ppjj-box .box3{
	
}
.ppjj-box .box3 .view{
	display: flex;
	align-items: center;
	background-color: #7F0B1C;
}
.ppjj-box .box3 .div1{
	position: relative;
	flex-shrink: 0;
	width: 58%;
	height: 4.6rem;
}
.ppjj-box .box3 .div1 img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.ppjj-box .box3 .div1 a{
	position: absolute;
	bottom: 0.4rem;
	left: 27%;
	width: 46%;
	margin-left: -1px;
	height: 0.6rem;
	border: 1px solid #7F0B1C;
	color: #7F0B1C;
	background-color: #fff;
	text-align: center;
	line-height: 0.6rem;
	font-size: 0.18rem;
	transition: all 0.4s;
}
.ppjj-box .box3 .div2{
	flex: 1;
	min-width: 0;
	color: #fff;
	padding: 0 0.6rem;
}
.ppjj-box .box3 .div2 dl{
	margin: 0.4rem 0;
}
.ppjj-box .box3 .div2 dt{
	font-size: 0.24rem;
	display: flex;
	align-items: center;
	margin-bottom: 0.16rem;
	font-weight: bold;
}
.ppjj-box .box3 .div2 dt:before{
	content: "\e85f";
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	margin-right: 0.1rem;
	font-weight: normal;
}
.ppjj-box .box3 .div2 dl:nth-of-type(2) dt:before{
	content: "\e83f";
}
.ppjj-box .box3 .div2 dd{
	font-size: 0.18rem;
	line-height: 1.8;
	opacity: 0.7;
}


.wqpmxq-box{
	
}
.wqpmxq-box .box1{
	
}
.wqpmxq-box .box1 .form{
	display: flex;
	align-items: center;
	height: 0.54rem;
}
.wqpmxq-box .box1 .form select{
	flex-shrink: 0;
	width: 2.6rem;
	height: 100%;
	box-sizing: border-box;
	border: 1px solid #dedede;
	padding: 0 0.16rem;
	font-size: 0.16rem;
}
.wqpmxq-box .box1 .form button{
	flex-shrink: 0;
	width: 0.6rem;
	box-sizing: border-box;
	height: 100%;
	background-color: #7F0B1C;
	color: #fff;
	font-size: 0.24rem;
}
.wqpmxq-box .box1 .form button::after{
	content: "\e846";
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
}
.wqpmxq-box .box1 .ul{
	display: flex;
	flex-wrap: wrap;
	margin-top: -0.5rem;
}
.wqpmxq-box .box1 .ul li{
	position: relative;
	flex-shrink: 0;
	width: 23.5%;
	margin-right: 2%;
	margin-top: 0.5rem;
	cursor: pointer;
	padding-bottom: 0.4rem;
}
.wqpmxq-box .box1 .ul li:nth-of-type(4n){
	margin-right: 0;
}
.wqpmxq-box .box1 .ul li em{
	display: block;
	width: 100%;
	height: 3.0rem;
	position: relative;
	overflow: hidden;
	padding: 0.1rem;
	box-sizing: border-box;
	margin-bottom: 0.16rem;
	background-color: #000;
}
.wqpmxq-box .box1 .ul li em span{
	position: absolute;
	z-index: 3;
	top: 0;
	right: 0;
	color: #fff;
	font-size: 0.16rem;
	padding: 0.08rem 0.16rem;
}
.wqpmxq-box .box1 .ul li em img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: all 0.4s;
}
.wqpmxq-box .box1 .ul li h6{
	font-size: 0.18rem;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 0.16rem;
}
.wqpmxq-box .box1 .ul li p{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	font-size: 0.16rem;
	line-height: 1.4;
	color: #666;
	margin-top: 0.1rem;
}
.wqpmxq-box .box1 .ul li .p{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
}
.wqpmxq-box .box1 .ul li strong{
	color: #7F0B1C;
	font-size: 0.24rem;
}


.pmdt-box{
	
}
.pmdt-box .box1{
	
}
.pmdt-box .box1 .ul{
	display: flex;
	flex-wrap: wrap;
	margin-top: -0.4rem;
}
.pmdt-box .box1 .ul li{
	flex-shrink: 0;
	width: 32%;
	margin-right: 2%;
	margin-top: 0.4rem;
	background-color: #eee;
	transition: all 0.4s;
}
.pmdt-box .box1 .ul li:nth-of-type(3n){
	margin-right: 0;
}
.pmdt-box .box1 .ul li em{
	display: block;
	width: 100%;
	height: 2.6rem;
	position: relative;
	overflow: hidden;
}
.pmdt-box .box1 .ul li em img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.4s;
}
.pmdt-box .box1 .ul li h6{
	font-size: 0.18rem;
	font-weight: bold;
	line-height: 1.4;
	padding: 0.14rem 0.24rem;
	color: #333;
	transition: all 0.4s;
}


.pmgz-box{
	
}
.pmgz-box .box1{
	
}
.pmgz-box .box1 .div{
	font-size: 0.18rem;
	line-height: 1.8;
}
.pmgz-box .box1 .div h5{
	font-size: 0.36rem;
	line-height: 1.4;
	text-align: center;
	color: #7F0B1C;
	font-weight: bold;
	padding-bottom: 0.24rem;
	margin-bottom: 0.24rem;
	border-bottom: 1px solid #ddd;
}
.pmgz-box .box1 .div h6{
	color: #7F0B1C;
	font-weight: bold;
	margin-top: 0.2rem;
	margin-bottom: 0.1rem;
}


.ppzj-box{
	
}
.ppzj-box .box1{
	
}
.ppzj-box .box1 .h6{
	font-size: 0.24rem;
	font-weight: bold;
	color: #7F0B1C;
	border-left: 4px solid #7F0B1C;
	padding-left: 0.12rem;
	margin-bottom: 0.3rem;
}
.ppzj-box .box1 .ul{
	display: flex;
}
.ppzj-box .box1 .ul li{
	flex: 1;
	min-width: 0;
	margin-right: 0.2rem;
	background-image: linear-gradient(#fff,#ddd);
	box-sizing: border-box;
	padding: 0.2rem;
	text-align: center;
}
.ppzj-box .box1 .ul li:last-of-type{
	margin-right: 0;
}
.ppzj-box .box1 .ul li img{
	width: 100%;
}
.ppzj-box .box1 .ul li span{
	display: block;
	font-size: 0.18rem;
	margin-top: 0.2rem;
}
.ppzj-box .box1 .dl{
	margin-top: 0.4rem;
	display: flex;
	justify-content: space-between;
}
.ppzj-box .box1 .dl dd{
	flex-shrink: 0;
	width: 46%;
}
.ppzj-box .box1 .dl p{
	position: relative;
	font-size: 0.18rem;
	line-height: 1.8;
	padding-left: 0.16rem;
}
.ppzj-box .box1 .dl p:before{
	content: "•";
	position: absolute;
	top: 0;
	left: 0;
	color: #7F0B1C;
}

.ppzj-box .box2{
	background-image: url(../img/bg1.jpg);
	background-size: cover;
	background-position: center;
	/* padding-top: 0; */
}
.ppzj-box .box2 .ul{
	display: flex;
	flex-wrap: wrap;
	margin-top: -0.66rem;
}
.ppzj-box .box2 .li1{
	flex-shrink: 0;
	width: 16%;
	text-align: center;
	padding-top: 0.6rem;
}
.ppzj-box .box2 .li1 i{
	font-size: 1.0rem;
	font-family: "BEBAS";
	color: #ddd;
}
.ppzj-box .box2 .li1 img{
	width: 74%;
	margin-top: -0.44rem;
}
.ppzj-box .box2 .li1 strong{
	display: block;
	font-size: 0.2rem;
	margin: 0.12rem 0;
}
.ppzj-box .box2 .li1 span{
	display: block;
	font-size: 0.18rem;
	line-height: 1.5;
}
.ppzj-box .box2 .li2{
	position: relative;
	flex-shrink: 0;
	width: 12%;
	font-size: 0.36rem;
	color: #7F0B1C;
}
.ppzj-box .box2 .li2::after{
	content: "\e847";
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.ppzj-box .box3{
	
}
.ppzj-box .box3 .dl{
	display: flex;
	justify-content: center;
}
.ppzj-box .box3 .dl dd{
	flex-shrink: 0;
	width: 30%;
	text-align: center;
}
.ppzj-box .box3 .dl dd strong{
	font-size: 0.28rem;
}
.ppzj-box .box3 .dl dd p{
	font-size: 0.24rem;
	margin-top: 0.2rem;
}








@media (min-width: 1200px) {
	.wqpmxq-box .box1 .ul li:hover em img{
		transform: scale(1.1);
	}
	.wqpmxq-box .box1 .ul li:hover h6{
		color: #7F0B1C;
	}
	.ppjj-box .box3 .div1 a:hover{
		background-color: #7F0B1C;
		color: #fff;
	}
	.pmdt-box .box1 .ul li:hover{
		background-color: #7F0B1C;
	}
	.pmdt-box .box1 .ul li:hover h6{
		color: #fff;
	}
	.pmdt-box .box1 .ul li:hover em img{
		transform: scale(1.1);
	}
	.sspm-box .box1 .ul li:hover em img{
		transform: scale(1.1);
	}
	.sspm-box .box1 .ul li:hover h6{
		color: #7F0B1C;
	}
	.xwxq-box .box1 .div3 .a:hover{
		color: #7F0B1C;
	}
	.index-box .box7 .swiper-slide a:hover span{
		color: #7F0B1C;
	}
	.index-box .box7 .swiper-slide a:hover img{
		transform: scale(1.1);
	}
	.index-box .box7 .h6 span:hover{
		color: #7F0B1C;
	}
	.index-box .box7 .h6 span:hover::after{
		width: 100%;
	}
	.index-box .box6 .ul li:hover span{
		color: #7F0B1C;
	}
	.index-box .box6 .ul li:hover h5{
		color: #7F0B1C;
	}
	.index-box .box6 .ul li:hover img{
		transform: scale(1.1);
	}
	.index-box .box6 .ul li:hover{
		box-shadow: 0 0 0.15rem 0px rgba(0,0,0,0.2);
	}
	.index-box .box5 .swiper-slide a:hover dl{
		color: #7F0B1C;
	}
	.index-box .box5 .swiper-slide a:hover .more-a{
		opacity: 1;
		top: 50%;
	}
	.index-box .box5 .swiper-slide a:hover em{
		box-shadow: 0 0 0.15rem 0px rgba(0,0,0,0.2);
	}
	.index-box .box3 .ul li:hover .div{
		opacity: 1;
		top: 0;
		transition: all 0.4s 0.4s;
	}
	.index-box .box3 .ul li:hover .dl{
		width: 0;
		opacity: 0;
	}
	.index-box .box3 .ul li:hover{
		flex: 1.8;
	}
	.gywm-box .box2 .swiper-top-div .swiper-button:hover{
		background-color: rgba(127,11,28,1);
		color: #fff;
	}
	.gywm-box .box4 .ul li:hover{
		background-color: #7F0B1C;
		color: #fff;
	}
	.gywm-box .box4 .ul li:hover::after{
		opacity: 1;
	}
	.gywm-box .box4 .ul li:hover img{
		transform: scale(1.1);
	}
	.tdxq-box .out-i:hover{
		background-color: #7F0B1C;
		color: #fff;
	}
	.sshj-box .box1 .ul li:hover a::after{
		opacity: 1;
	}
	.sshj-box .box1 .ul li:hover h6{
		color: #fff;
	}
	.sshj-box .box1 .ul li:hover span{
		opacity: 1;
		top: 50%;
	}
	.sshj-box .box1 .ul li:hover i{
		background-color: #7F0B1C;
		color: #fff;
	}
	.dzal-box .box3 .ul li:hover strong{
		color: #7F0B1C;
	}
	.dzal-box .box3 .ul li:hover img{
		transform: scale(1.1);
	}
	.dzal-box .box2 .ul li:hover strong{
		color: #7F0B1C;
	}
	.dzal-box .box2 .ul li:hover img{
		transform: scale(1.1);
	}
	.ssdz-box .box2 .dl dd:hover i{
		color: #fff;
	}
	.ssdz-box .box2 .dl dd:hover strong{
		color: #fff;
	}
	.ssdz-box .box2 .dl dd:hover:before{
		width: 100%;
	}
	.ssdz-box .box1 .swiper-slide a:hover .div1 img{
		transform: scale(1.1);
	}
	.ssdz-box .box1 .swiper-slide a:hover .div2 h6{
		color: #7F0B1C;
	}
	.ssdz-box .box1 .h6 span:hover{
		border-color: #7F0B1C;
		color: #7F0B1C;
	}
	.xwzx-box .box1 .ul li a:hover{
		transform: translateX(0.3rem);
	}
	.xwzx-box .box1 .ul li a:hover dt{
		color: #7F0B1C;
	}
	.xwzx-box .box1 .ul li a:hover img{
		transform: scale(1.1);
	}
	.xwzx-box .box1 .swiper-slide:hover img{
		transform: scale(1.1);
	}
	.wqpm-box .box1 .ul li:hover h6{
		color: #7F0B1C;
	}
	.wqpm-box .box1 .ul li:hover em img{
		transform: scale(1.1);
	}
	.wqpm-box .box1 .ul li:hover{
		box-shadow: 0px 0.12rem 0.2rem rgba(0,0,0,0.1);
	}
	.paging-box a:hover{
		border-color: #7F0B1C;
		color: #7F0B1C;
	}
	.title-box dd a:hover{
		color: #7F0B1C
	}
	.title-box dd a:hover::after{
		width: 100%;
	}
	.title-div .a:hover{
		opacity: 1;
	}
	.footer-box .box1:hover{
		color: #7F0B1C;
	}
	.footer-box .box3 dd a:hover{
		color: #7F0B1C;
	}
	.header-box .nav-ul li:hover .a{
		color: #7F0B1C;
	}
	.header-box .nav-ul li:hover::after{
		width: 100%;
	}
	.header-box .nav-ul li p a:hover{
		color: #B91F36;
	}
	.header-box .nav-ul li:hover p{
		top: calc(100% + 0.1rem);
		pointer-events: auto;
		opacity: 1;
	}
	.swiper-button:hover{
		background-color: #7F0B1C;
		color: #fff;
	}
	.more-a:hover{
		box-shadow: 0.08rem 0.08rem 0 rgba(0,0,0,0.4);
	}
	.paging-div a:hover{
		border-color: #7F0B1C;
		color: #7F0B1C;
	}
	
}

@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;
	}
	.w1400{
		width: 92%;
	}
	.index-box .box5 .swiper-slide a em{
		height: 42vw;
	}
}

/* 手机端 */
@media (max-width: 992px) {
	body{
		padding-top: 0.7rem;
	}
	.w1400{
		width: calc(100% - 0.48rem);
	}
	.pd,.pds{
		padding: 0.5rem 0;
	}
	.pd2{
		padding: 0.5rem 0 0.8rem;
	}
	.header-box{
		height: 0.7rem;
		background-color: #fff;
		box-shadow: 0 0 0.2rem 0px rgba(0, 0, 0, 0.2);
	}
	.header-box .logo-a{
		position: relative;
		z-index: 3;
		height: 0.9rem;
	}
	.header-box .w1400{
		width: 100%;
	}
	.header-box .nav-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;
		display: none;
	}
	.header-box .nav-ul li{
		padding: 0;
		border-bottom: 1px solid #e5e5e5;
		margin-right: 0;
	}
	.header-box .nav-ul li .a{
		padding: 0;
		height: 0.56rem;
		line-height: 0.56rem;
		color: #666;
		opacity: 1;
		font-size: 0.18rem;
	}
	.header-box .nav-ul li .a i{
		display: block;
	}
	.header-box .nav-ul li p{
		display: none;
		pointer-events: auto;
		opacity: 1;
		position: static;
		width: 100%;
		box-shadow: none;
		box-sizing: border-box;
		text-align: left;
		transform: translateX(0);
		background-color: #f7f7f7;
		padding: 0.08rem 0.2rem;
		transition: none;
	}
	.header-box .nav-ul li p a{
		font-size: 0.16rem;
		color: #999;
		height: 0.4rem;
		line-height: 0.4rem;
		display: block;
	}
	.header-box .nav-ul li p::before,
	.header-box .nav-ul li p::after{
		display: none;
	}
	.header-box .nav-ul .active::after{
		width: 100%;
		height: 2px;
	}
	.header-box .menu-dl{
		display: flex;
	}

	.banner-box{
		top: 0.7rem;
		height: 52vw;
	}
	.banner-box .img{
		position: absolute;
		height: 100%;
		width: auto;
		min-width: 100%;
		top: 0;
		right: 0;
	}
	.banner-box .dl{
		margin-top: 0;
		text-align: left;
	}
	.banner-box .dl dt{
		font-size: 0.34rem;
		margin-bottom: 0.12rem;
	}
	.banner-box .dl dd{
		font-size: 0.18rem;
	}
	.banner-box .dl1 .dd1{
		display: none;
	}
	.banner-box .dl dt img{
		width: 60%;
	}
	.banner-box .h6{
		display: none;
	}
	.content-box{
		padding-top: 52vw;
	}
	.title-box dl{
		height: 0.72rem;
	}
	.title-box dt{
		display: none;
	}
	.title-box dd{
		width: 100%;
		justify-content: space-between;
	}
	.title-box dd a{
		font-size: 0.18rem;
		margin-left: 0;
		padding: 0;
	}
	.title-box dd a:first-of-type{
		margin-left: 0;
	}
	.title-h5{
		margin-bottom: 0.4rem;
	}
	.title-h5 strong{
		font-size: 0.34rem;
	}
	.title-h5 span{
		font-size: 0.32rem;
	}
	.titlel-h4{
		margin-bottom: 0.4rem;
	}
	.title-h4 strong{
		font-size: 0.34rem;
	}
	.title-h4 span{
		font-size: 0.6rem;
	}
	.paging-div{
		margin-top: 0.4rem;
	}
	.footer-box .box2{
		padding: 0.6rem 0 0.2rem;
	}
	.footer-box .box2 .w1400{
		display: block;
	}
	.footer-box .box2 dd{
		display: flex;
		align-items: center;
		text-align: left;
		width: 100%;
		font-size: 0.2rem;
		margin-bottom: 0.1rem;
	}
	.footer-box .box2 dd:before{
		margin-bottom: 0;
		font-size: 0.28rem;
		margin-right: 0.16rem;
	}
	.footer-box .box3{
		display: flex;
		padding: 0.2rem 0;
		align-items: center;
		justify-content: center;
	}
	.footer-box .box3 dl{
		margin-bottom: 0;
		margin-right: 0.16rem;
	}
	.footer-box .box3 dt{
		width: 0.4rem;
		margin: 0;
	}
	.footer-box .box3 dd{
		display: none;
	}
	
	
	.lxwm-box .box1 .p{
		font-size: 0.2rem;
		margin-top: 0;
	}
	.lxwm-box .box1 .h6{
		font-size: 0.4rem;
	}
	.lxwm-box .box1 .ul{
		display: block;
		margin-top: 0.3rem;
	}
	.lxwm-box .box1 .ul li{
		margin-top: 0.2rem;
	}
	.lxwm-box .box1 .ul li:first-of-type{
		margin-top: 0;
	}
	.lxwm-box .box2 .w1400{
		display: block;
	}
	.lxwm-box .box2 .div,
	.lxwm-box .box2 .form{
		width: 100%;
	}
	.lxwm-box .box2 .form{
		margin-top: 0.5rem;
	}
	.lxwm-box .box2 .div dd{
		font-size: 0.18rem;
		line-height: 1.8;
	}
	.lxwm-box .box2 .div dt{
		margin-top: 0.3rem;
	}
	
	.xwzx-box .box1 .swiper1{
		height: auto;
	}
	.xwzx-box .box1 .swiper-pagination{
		width: 100%;
		bottom: 60% !important;
	}
	.xwzx-box .box1 .swiper-slide{
		display: block;
	}
	.xwzx-box .box1 .swiper-slide em{
		height: 52vw;
		width: 100%;
		display: block;
	}
	.xwzx-box .box1 .swiper-slide div{
		padding: 0.3rem 0.24rem;
	}
	.xwzx-box .box1 .swiper-slide p{
		height: 0.63rem;
	}
	.xwzx-box .box1 .ul li{
		margin-top: 0.32rem;
		padding-bottom: 0.24rem;
	}
	.xwzx-box .box1 .ul li a{
		display: block;
	}
	.xwzx-box .box1 .ul li em{
		width: 100%;
		height: 52vw;
		display: block;
	}
	.xwzx-box .box1 .ul li dl{
		padding-top: 0.3rem;
		margin: 0;
	}
	.xwzx-box .box1 .ul li h6{
		display: none;
	}
	
	.xwxq-box{
		padding-top: 0;
	}
	.xwxq-box .box1 .div3{
		padding-right: 1.7rem;
	}
	.xwxq-box .box1 .div3 .as{
		width: 1.6rem;
	}
	
	.sshg-box .box1 .ul li{
		width: 48% !important;
	}
	.sshg-box .box1 .ul span{
		position: static;
		display: block;
		margin-top: 0.16rem;
	}
	.sshg-box .box2{
		display: block;
	}
	.sshg-box .box2 .div1{
		width: 100%;
		padding: 0.4rem 0.24rem;
	}
	.sshg-box .box2 .div2{
		width: 100%;
		padding: 0.3rem 0.24rem;
	}
	.sshg-box .box2 .div1::before{
		width: 100%;
	}
	.sshg-box .box2 .div2::before{
		width: 100%;
	}
	.sshg-box .box3 .ul{
		flex-wrap: wrap;
		margin-top: 0;
	}
	.sshg-box .box3 .ul li{
		width: 30%;
		margin-top: 0.3rem;
	}
	.sshg-box .box3 .ul i{
		flex: auto;
		flex-shrink: 0;
		width: 5%;
	}
	.sshg-box .box3 .ul i:nth-of-type(3){
		display: none;
	}
	.sshg-box .box4 .view .div{
		width: 100%;
		height: 70vw;
	}
	.sshg-box .box4 .view .map{
		transform: translateX(0);
	}
	.sshg-box .box4 .view .swiper-container{
		position: static;
		transform: translateY(0);
		width: 100%;
		margin-top: 0.24rem;
	}
	
	.ssdz-box .box1 .p{
		font-size: 0.2rem;
		margin-top: 0;
	}
	.ssdz-box .box1 .h6{
		justify-content: space-between;
		margin: 0.4rem 0 0.2rem;
	}
	.ssdz-box .box1 .h6 span{
		margin: 0;
		padding: 0 0.1rem;
		font-size: 0.18rem;
		height: 0.5rem;
		line-height: 0.5rem;
	}
	.ssdz-box .box1 .view{
		height: 76vw;
	}
	.ssdz-box .box1 .swiper-container{
		padding: 0 0 0.4rem;
	}
	.ssdz-box .box1 .swiper-slide{
		padding: 0;
	}
	.ssdz-box .box1 .swiper-slide a{
		background-color: #7F0B1C;
	}
	.ssdz-box .box1 .swiper-slide .div2 h6,
	.ssdz-box .box1 .swiper-slide .div2 p{
		color: #fff;
	}
	.ssdz-box .box1 .swiper-slide-active a{
		box-shadow: none;
	}
	.ssdz-box .box1 .swiper-slide .div1{
		width: 50%;
	}
	.ssdz-box .box1 .swiper-slide .div2{
		padding-top: 0;
		width: 50%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding: 0 0.2rem;
	}
	.ssdz-box .box1 .swiper-slide .div2 p{
		height: 1.46rem;
	}
	.ssdz-box .box1 .swiper-slide-prev .div1{
		left: 0;
	}
	.ssdz-box .box1 .swiper-slide .div1 span{
		display: none;
	}
	.ssdz-box .box2 .p{
		font-size: 0.2rem;
		margin-top: 0;
	}
	.ssdz-box .box2 .dl{
		display: none;
	}
	.ssdz-box .box2 .swiper-container{
		position: static;
		width: 100%;
		height: 66vw;
	}
	.ssdz-box .box2 .swiper-slide strong{
		display: block;
	}
	.ssdz-box .box3 .h6{
		flex-wrap: wrap;
		justify-content: space-between;
		margin-top: -0.4rem;
	}
	.ssdz-box .box3 .h6 img{
		width: 46%;
		height: auto;
		margin-top: 0.4rem;
	}
	.ssdz-box .box4 .ul{
		display: block;
		margin-top: 0.2rem;
	}
	.ssdz-box .box4 .ul li{
		display: flex;
		align-items: center;
		width: 100% !important;
	}
	.ssdz-box .box4 .ul span{
		display: none;
	}
	.ssdz-box .box4 .ul i,
	.ssdz-box .box4 .ul img{
		margin: 0;
		margin-right: 0.3rem;
	}
	.ssdz-box .box4 .ul strong{
		border: 0 !important;
	}
	
	.sshj-box .box2 .more-a{
		bottom: 0.2rem;
	}
	.sshj-box .box1 .h5{
		font-size: 0.34rem;
	}
	.sshj-box .box1 .p{
		margin: 0.3rem 0 0.4rem;
	}
	.sshj-box .box1 .ul{
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.sshj-box .box1 .ul li{
		width: 48%;
		height: 74vw;
		margin-top: 0.16rem;
	}
	
	.wqpm-box .box1 .ul{
		margin-top: -0.4rem;
	}
	.wqpm-box .box1 .ul li{
		width: 48%;
		margin-right: 4%;
		margin-top: 0.4rem;
	}
	.wqpm-box .box1 .ul li:nth-of-type(3n){
		margin-right: 4%;
	}
	.wqpm-box .box1 .ul li:nth-of-type(2n){
		margin-right: 0;
	}
	.wqpm-box .box1 .ul li a{
		padding-bottom: 0;
	}
	.wqpm-box .box1 .ul li h6{
		font-size: 0.2rem;
	}
	.wqpm-box .box1 .ul li p{
		font-size: 0.2rem;
	}
	.wqpm-box .box1 .ul li small{
		font-size: 0.2rem;
	}
	.wqpm-box .box1 .div{
		display: block;
	}
	.wqpm-box .box1 .div em{
		display: block;
		width: 100%;
		height: 60vw;
	}
	.wqpm-box .box1 .div dl{
		margin: 0;
		margin-top: 0.3rem;
	}
	.wqpm-box .box1 .div dt{
		font-size: 0.3rem;
		text-align: center;
		margin-left: 0;
		margin-bottom: 0.24rem;
	}
	.wqpm-box .box1 .div h6{
		margin-top: 0.3rem;
	}
	.wqpm-box .box1 .div dd{
		margin-top: 0.12rem;
	}
	.wqpm-box .box1 .div dd p{
		font-size: 0.2rem;
	}
	
	.mljxq-box .title-box{
		display: none;
	}
	
	.dzal-box .box1{
		display: block;
	}
	.dzal-box .box1 .div1{
		width: 100%;
		margin-right: 0;
	}
	.dzal-box .box1 .swiper-top1{
		height: 80vw;
	}
	.dzal-box .box1 .swiper-thumbs1{
		display: none;
	}
	.dzal-box .box1 .div2{
		margin-top: 0.3rem;
	}
	.dzal-box .box1 .div2 h4 strong{
		font-size: 0.32rem;
	}
	.dzal-box .box1 .div2 a{
		width: 48%;
	}
	.dzal-box .box1 .div2 .a2{
		margin-left: 4%;
	}
	.dzal-box .box1 .div2 h3{
		margin-top: 0.4rem;
	}
	.dzal-box .box1 .div2 dd span{
		width: 100%;
		margin-top: 0 !important;
	}
	
	.dzal-box .box2 .ul{
		flex-wrap: wrap;
	}
	.dzal-box .box2 .ul li{
		width: 48%;
		display: none;
	}
	.dzal-box .box2 .ul li:nth-of-type(2n){
		margin-right: 0;
	}
	.dzal-box .box2 .ul li:nth-of-type(1),
	.dzal-box .box2 .ul li:nth-of-type(2){
		display: block;
	}
	.dzal-box .box2 .ul li em{
		height: 48vw;
	}
	.dzal-box .box2 .ul li strong{
		font-size: 0.18rem;
		padding: 0.2rem;
	}
	
	.dzal-box .box3 .ul{
		flex-wrap: wrap;
	}
	.dzal-box .box3 .ul li{
		width: 48%;
		display: none;
	}
	.dzal-box .box3 .ul li:nth-of-type(2n){
		margin-right: 0;
	}
	.dzal-box .box3 .ul li:nth-of-type(1),
	.dzal-box .box3 .ul li:nth-of-type(2){
		display: block;
	}
	.dzal-box .box3 .ul li em{
		height: 48vw;
	}
	.dzal-box .box3 .ul li strong{
		font-size: 0.18rem;
		padding: 0.2rem;
	}
	
	.sspm-box .box1 .ul{
		margin-top: -0.3rem;
	}
	.sspm-box .box1 .ul li{
		width: 100%;
		margin-right: 0;
		margin-top: 0.3rem;
	}
	.sspm-box .box2 .w1400{
		display: block;
	}
	.sspm-box .box2 .div{
		width: 100%;
	}
	.sspm-box .box2 .img{
		width: 100%;
		margin-top: 0.3rem;
	}
	.sspm-box .box3 .swiper3{
		width: calc(100% + 0.2rem);
		margin-left: -0.1rem;
	}
	.sspm-box .box3 .swiper3 .swiper-slide{
		padding: 0 0.1rem;
	}
	
	.wqpmxq-box .box1 .title-div{
		display: block;
		margin-bottom: 0.3rem;
	}
	.wqpmxq-box .box1 .form{
		margin-top: 0.4rem;
	}
	.wqpmxq-box .box1 .form select{
		width: 80%;
	}
	.wqpmxq-box .box1 .form button{
		width: 20%;
	}
	.wqpmxq-box .box1 .ul{
		margin-top: -0.3rem;
	}
	.wqpmxq-box .box1 .ul li{
		width: 100%;
		margin-top: 0.3rem;
		margin-right: 0;
	}
	
	.ppjj-box .box2 .ul{
		display: block;
	}
	.ppjj-box .box2 .ul li{
		width: 100%;
		margin-top: 0.2rem;
		margin-right: 0;
		box-sizing: border-box;
	}
	.ppjj-box .box2 .ul li:before{
		font-size: 0.52rem;
	}
	.ppjj-box .box2 .ul li span{
		font-size: 0.3rem;
	}
	
	.ppjj-box .box3 .view{
		display: block;
	}
	.ppjj-box .box3 .div1{
		width: 100%;
		height: 70vw;
	}
	.ppjj-box .box3 .div2{
		width: 100%;
		padding: 0.3rem 0.24rem 0.26rem;
		box-sizing: border-box;
	}
	.ppjj-box .box3 .div2 dl{
		margin: 0 0 0.24rem 0;
	}
	.ppjj-box .box3 .div2 dl:last-of-type{
		margin: 0;
	}
	
	.pmdt-box .box1 .ul{
		margin-top: -0.24rem;
	}
	.pmdt-box .box1 .ul li{
		width: 100%;
		margin-right: 0;
		margin-top: 0.24rem;
	}
	.pmdt-box .box1 .ul li:nth-of-type(3n){
		margin-right: 0;
	}
	
	.ppzj-box .box1 .h6{
		margin-bottom: 0.24rem;
	}
	.ppzj-box .box1 .ul{
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.ppzj-box .box1 .ul li{
		flex: none;
		flex-shrink: 0;
		width: 48%;
		margin-right: 0;
	}
	.ppzj-box .box1 .dl{
		display: block;
	}
	.ppzj-box .box1 .dl dd{
		width: 100%;
		margin-top: 0.3rem;
	}
	.ppzj-box .box2 .li1{
		width: 45%;
		padding-top: 0.3rem;
	}
	.ppzj-box .box2 .li2{
		width: 10%;
	}
	.ppzj-box .box2 .li2:nth-of-type(4n),
	.ppzj-box .box2 .li2:nth-of-type(11){
		display: none;
	}
	.ppzj-box .box2 .li1 i{
		font-size: 0.9rem;
	}
	.ppzj-box .box2 .li1 img{
		width: 68%;
	}
	.ppzj-box .box3 .dl{
		display: block;
		border: 1px solid #dedede;
	}
	.ppzj-box .box3 .dl dd{
		width: 100%;
		box-sizing: border-box;
		border-top: 1px solid #dedede;
		padding: 0.3rem 0;
	}
	.ppzj-box .box3 .dl dd:first-of-type{
		border-top: 0;
	}
	
	.gywm-box .box1{
		display: block;
	}
	.gywm-box .box1 .div1{
		width: 100%;
		margin-right: 0;
	}
	.gywm-box .box1 .div2{
		height: auto;
	}
	.gywm-box .box1 .div2 img{
		position: static;
		width: 100%;
		height: auto;
	}
	.gywm-box .box2 .swiper-top-div{
		margin-top: 0.4rem;
		padding: 0;
	}
	.gywm-box .box2 .swiper-top-div .swiper-button{
		display: none;
	}
	.gywm-box .box2 .gallery-top .swiper-slide{
		display: block;
	}
	.gywm-box .box2 .gallery-top .swiper-slide em{
		width: 100%;
		height: 50vw;
		display: block;
	}
	.gywm-box .box2 .gallery-top .swiper-slide dl{
		margin: 0;
		margin-top: 0.24rem;
	}
	.gywm-box .box3 .view{
		height: 70vw;
	}
	.gywm-box .box3 .gallery-thumbs{
		display: none;
	}
	.gywm-box .box3 .gallery-top .swiper-slide span{
		display: block;
	}
	.gywm-box .box4 .ul{
		margin-top: -0.2rem;
	}
	.gywm-box .box4 .ul li{
		width: 48%;
		margin-right: 4%;
		margin-top: 0.2rem;
	}
	.gywm-box .box4 .ul li:nth-of-type(2n){
		margin-right: 0;
	}
	.gywm-box .box4 .ul em{
		height: 60vw;
	}
	.gywm-box .box4 .ul dt{
		font-size: 0.24rem;
	}
	.tdxq-box .div{
		width: calc(100% - 0.48rem);
		padding: 0;
	}
	.tdxq-box .swiper-container{
		height: 120vw;
	}
	.tdxq-box .swiper-slide{
		box-sizing: border-box;
		align-items: flex-start;
		padding: 0.4rem 0.3rem;
	}
	.tdxq-box .swiper-slide em{
		display: none;
	}
	.tdxq-box .swiper-slide div{
		padding-left: 0;
	}
	.tdxq-box .swiper-button-prev,
	.tdxq-box .swiper-button-next{
		display: none;
	}
	
	.banner-box .view{
		margin-top: 0;
	}
	.banner-box .view .swiper-pagination{
		margin: 0.3rem 0;
	}
	
	.index-box .box1{
		width: 100%;
		position: static;
		height: auto;
		transform: translateX(0);
	}
	.index-box .box1 ul{
		flex-wrap: wrap;
		padding: 0.14rem 0.24rem;
	}
	.index-box .box1 li{
		flex-shrink: 0;
		width: 48%;
		margin: 0.1rem 0;
	}
	.index-box .box1 i{
		display: none;
	}
	.index-box .box1 li strong{
		font-size: 0.52rem;
	}
	.index-box .box1 li small{
		font-size: 0.3rem;
	}
	.index-box .box1 li p{
		font-size: 0.18rem;
	}
	.index-box .box2{
		padding-top: 0.5rem;
	}
	.index-box .box2 .w1400{
		display: flex;
		flex-direction: column-reverse;
	}
	.index-box .box2 .div2{
		position: relative;
		width: 100%;
		height: 50vw;
	}
	.index-box .box2 .div2:before{
		width: 0.8rem;
		height: 0.8rem;
		margin: -0.4rem 0 0 -0.4rem;
	}
	.index-box .box2 .div1{
		width: 100%;
		padding: 0.3rem 0 0.5rem;
	}
	.index-box .box2 .div1 h5{
		font-size: 0.32rem;
	}
	.index-box .box2 .div1 p{
		font-size: 0.18rem;
	}
	.index-box .box2 .div1 .more-a{
		margin-top: 0.3rem;
		height: 0.6rem;
		width: 100%;
	}
	.index-box .box3 .ul{
		display: block;
		height: auto;
		background: none;
	}
	.index-box .box3 .ul li{
		height: auto;
		background-image: url(../img/bg1.jpg);
		background-position: center;
		background-size: cover;
		margin-top: 0.24rem;
	}
	.index-box .box3 .ul li .dl{
		display: none;
	}
	.index-box .box3 .ul li .dl dd{
		top: 0;
		height: 100%;
		display: flex;
		flex-direction: row-reverse;
		align-items: center;
		justify-content: center;
	}
	.index-box .box3 .ul li .dl dd strong{
		margin-bottom: 0;
		margin-left: 0.1rem;
	}
	.index-box .box3 .ul li .div{
		position: static;
		opacity: 1;
		padding: 0.24rem;
	}
	.index-box .box3 .ul li .div img{
		font-size: 0.5rem;
	}
	.index-box .box3 .ul li .div strong{
		font-size: 0.24rem;
	}
	.index-box .box3 .ul li .div h6{
		margin-bottom: 0.2rem;
	}
	.index-box .box3 .ul li .div p{
		font-size: 0.18rem;
	}
	.index-box .box3 .ul li .div span{
		position: static;
		justify-content: flex-end;
		margin-top: 0.24rem;
	}
	.index-box .box4 .div1{
		height: 72vw;
		margin-top: 0;
	}
	.index-box .box5 .div{
		margin-top: -0.1rem;
	}
	.index-box .box5 .swiper-slide{
		padding: 0.1rem;
	}
	.index-box .box5 .swiper-button{
		top: 45vw;
	}
	.index-box .box5 .swiper-slide a em{
		height: 90vw;
	}
	.index-box .box5 .swiper-slide a dl{
		font-size: 0.2rem;
	}
	.index-box .box6 .ul{
		display: block;
	}
	.index-box .box6 .ul li{
		width: 100%;
		margin-right: 0;
		display: none;
	}
	.index-box .box6 .ul li:nth-of-type(1){
		display: block;
	}
	.index-box .box6 .ul li div{
		padding: 0.3rem 0.24rem;
	}
	.index-box .box6 .ul li p{
		margin: 0.16rem 0 0.3rem;
	}
	.index-box .box7 .h6{
		padding: 0;
		justify-content: center;
		flex-wrap: wrap;
		margin-top: -0.36rem;
	}
	.index-box .box7 .h6 span{
		flex-shrink: 0;
		width: 31%;
		margin-right: 3.5%;
		font-size: 0.2rem;
		text-align: center;
		margin-top: 0.36rem;
	}
	.index-box .box7 .h6 span:nth-of-type(3n),
	.index-box .box7 .h6 span:nth-of-type(5){
		margin-right: 0;
	}
	.index-box .box7 .swiper-slide a{
		width: 48%;
		margin-right: 4%;
	}
	.index-box .box7 .swiper-slide a:nth-of-type(5n){
		margin-right: 4%;
	}
	.index-box .box7 .swiper-slide a:nth-of-type(2n){
		margin-right: 0;
	}
}
