@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 "Arial","PingFangSC-Regular","Microsoft YaHei","黑体","宋体","KaiTi",sans-serif;
}
h1, h2, h3, h4, h5, h6 {font-size: 100%; font-weight: 400;}
address, cite, dfn, em, var, i { font-style: normal; } /* 将斜体扶正 */
code, kbd, pre, samp { font-family: courier new, courier, monospace; } /* 统一等宽字体 */
small { font-size: 12px; } /* 小于 12px 的中文很难阅读, 让 small 正常化 */

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

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

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

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

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

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

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

.swiper-pagination{
	width: 100%;
	padding: 7px 0;
	height: 8px;
	bottom: 0.2rem !important;
}
.swiper-pagination span{
	vertical-align: top;
	position: relative;
	width: 8px;
	height: 8px;
	opacity: 1;
	margin: 0 0.12rem !important;
	background-color: #ccc;
}
.swiper-pagination span:last-of-type{
	margin: 0;
}
.swiper-pagination span::after{
	content: "";
	position: absolute;
	top: -5px;
	left: -5px;
	width: 16px;
	height: 16px;
	border: 1px solid #cc0009;
	border-radius: 50%;
	opacity: 0;
	transform: scale(0.4);
	transition: all 0.5s;
}
.swiper-pagination .swiper-pagination-bullet-active{
	background-color: #cc0009;
}
.swiper-pagination .swiper-pagination-bullet-active::after{
	opacity: 1;
	transform: scale(1);
}
.swiper-button{
	background: none;
	width: 0.41rem;
	height: 0.38rem;
	background-color: transparent;
	color: #333;
	text-align: center;
	line-height: 0.38rem;
	font-size: 0.18rem;
	color: #fff;
	margin-top: 0;
	transform: translateY(-50%);
	background-size: 100% 100%;
	transition: all 0.5s;
}
.swiper-button-prev{
	left: -0.61rem;
	background-image: url(../img/ic13.svg);
}
.swiper-button-prev::after{
	content: "\e867";
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
}
.swiper-button-next{
	right: -0.61rem;
	background-image: url(../img/ic12.svg);
}
.swiper-button-next::after{
	content: "\e874";
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
}
.swiper-button-group{
	display: flex;
}
.swiper-button-group .swiper-button{
	position: static;
	margin: 0 0 0 0.1rem;
	transform: translateY(0);
}

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

.title-h5{
	position: relative;
	text-align: center;
	margin-bottom: 0.6rem;
}
.titlel-h5{
	text-align: left;
}
.title-h5 strong{
	display: block;
	font-size: 0.9rem;
	text-transform: uppercase;
	background-image: linear-gradient(rgba(204,0,9,1), rgba(204,0,9,0.2));
	background-clip: text;
	color: transparent;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	opacity: 0.1;
}
.title-h5 span{
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	font-size: 0.4rem;
	font-weight: bold;
}
.title-div{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 0.6rem;
}
.title-div .title-h5{
	margin-bottom: 0;
}

.header-box{
	position: fixed;
	z-index: 9;
	width: 100%;
	height: 1.5rem;
	top: 0;
	left: 0;
	transition: all 0.5s;
}
.header-box .nav-view{
	position: relative;
	width: 89.5%;
	max-width: 17.2rem;
	height: 100%;
	margin: 0 auto;
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
}
.header-box .lg-a{
	position: absolute;
	top: 0;
	left: 0;
	width: 1.98rem;
	height: 100%;
}
.header-box .lg-a img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: all 0.5s;
}
.header-box .lg-a img:nth-of-type(1){
	opacity: 1;
}
.header-box .lg-a img:nth-of-type(2){
	opacity: 0;
}
.header-box .cd-ul{
	display: flex;
	justify-content: center;
	transition: all 0.5s;
}
.header-box .cd-ul li{
	position: relative;
	margin-right: 0.8rem;
}
.header-box .cd-ul li:last-of-type{
	margin-right: 0;
}
.header-box .cd-ul li .a{
	position: relative;
	z-index: 3;
	display: flex;
	align-items: center;
	height: 1.5rem;
	font-size: 0.18rem;
	color: #fff;
	transition: all 0.5s;
}
.header-box .cd-ul li .a::after{
	content: "";
	position: absolute;
	width: 0;
	height: 2px;
	top: 0;
	left: 0;
	background-color: #fff;
	transition: all 0.5s;
}
.header-box .cd-ul li .a i{
	display: none;
	transition: all 0.5s;
}
.header-box .cd-ul li p{
	position: absolute;
	top: 100%;
	left: 50%;
	width: 1.4rem;
	margin-left: -0.7rem;
	background-color: #fff;
	text-align: center;
	box-shadow: 0 0.3rem 0.6rem rgba(0,0,0,0.1);
	border-radius: 0.2rem;
	padding: 0.14rem 0;
	opacity: 0;
	transform: translateY(0.16rem);
	pointer-events: none;
	transition: all 0.5s;
}
.header-box .cd-ul li p a{
	display: block;
	font-size: 0.18rem;
	height: 0.44rem;
	line-height: 0.44rem;
	color: #333;
	transition: all 0.5s;
}
.header-box .cd-ul .pitchon .a{
	color: #fff;
}
.header-box .cd-ul .pitchon .a::after{
	width: 100%;
}
.header-box .gn-div{
	height: 100%;
	display: flex;
	align-items: center;
	margin-left: 1.0rem;
}
.header-box .gn-div span{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 0.5rem;
	height: 0.5rem;
	box-sizing: border-box;
	border: 1px solid rgba(255,255,255,0.2);
	border-radius: 50%;
	color: #fff;
	font-size: 0.28rem;
	cursor: pointer;
	transition: all 0.5s;
}
.header-box .gn-div span::after{
	content: "\e87a";
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
}
.header-box .gn-div a{
	flex-shrink: 0;
	width: 1.2rem;
	height: 0.5rem;
	border-radius: 0.3rem;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.16rem;
	margin-left: 0.2rem;
	transition: all 0.5s;
}

.header-box .menu-view{
	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: #cc0009;
	z-index: 12;
	border-radius: 4px;
	transition: all 0.5s;
}
.header-box .menu-view dt{
    width: 24px;
}
.header-box .menu-view dt i{
	display: block;
	width: 100%;
	height: 2px;
	background-color: #fff;
	margin: 6px 0;
	transition: all 0.5s;
}
.header-box .menu-active{
	
}
.header-box .menu-active dt i:nth-of-type(1){
    transform: rotate(45deg) translate(5.5px, 6px);
}
.header-box .menu-active dt i:nth-of-type(2){
    opacity: 0;
}
.header-box .menu-active dt i:nth-of-type(3){
    transform: rotate(-45deg) translate(5.5px, -6px);
}

.header-box .search-view{
	position: relative;
	pointer-events: none;
	opacity: 0;
	padding-top: 0.4rem;
	transition: all 0.5s;
}
.header-box .search-view::before{
	content: "";
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0,0,0,0.6);	
}
.header-box .search-view .div{
	position: relative;
	z-index: 6;
	width: 100%;
	background-color: #f6f6f6;
	padding: 0.9rem 0;
	transition: all 0.5s;
}
.header-box .search-view .i{
	position: absolute;
	top: 0.2rem;
	right: 0.38rem;
	font-size: 0.24rem;
	color: #999;
	cursor: pointer;
	transition: all 0.5s;
}
.header-box .search-view .i::after{
	content: "\e85f";
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	font-size: 0.28rem;
}
.header-box .search-view form{
	display: flex;
	height: 1.0rem;
	border-radius: 0.5rem;
	background-color: #fff;
	padding-left: 0.1rem;
}
.header-box .search-view form input{
	flex: 1;
	min-width: 0;
	height: 100%;
	font-size: 0.18rem;
}
.header-box .search-view form .btn1{
	flex-shrink: 0;
	width: 0.8rem;
	height: 100%;
}
.header-box .search-view form .btn1::after{
	content: "\e87a";
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	font-size: 0.28rem;
}
.header-box .search-view form .btn2{
	flex-shrink: 0;
	width: 1.6rem;
	height: 100%;
	font-size: 0.2rem;
	color: #cc0009;
	transition: all 0.5s;
}
.header-box .search-view h6{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 0.4rem;
	font-size: 0.2rem;
}
.header-box .search-view h6 a{
	color: #999;
	margin: 0 0.18rem;
	transition: all 0.5s;
}

.showSearch-box .search-view{
	pointer-events: auto;
	opacity: 1;
}

.headerh-box,
.showSearch-box{
	background-color: #fff;
	height: 0.8rem;
	border-bottom: 1px solid #dedede;
	/* box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.2); */
}
.headerh-box .lg-a img:nth-of-type(1),
.showSearch-box .lg-a img:nth-of-type(1){
	opacity: 0;
}
.headerh-box .lg-a img:nth-of-type(2),
.showSearch-box .lg-a img:nth-of-type(2){
	opacity: 1;
}
.headerh-box .cd-ul li .a,
.showSearch-box .cd-ul li .a{
	height: 0.8rem;
	color: #333;
}
.headerh-box .cd-ul .pitchon .a,
.showSearch-box .cd-ul .pitchon .a{
	color: #cc0009;
}
.headerh-box .cd-ul li .a::after,
.showSearch-box .cd-ul li .a::after{
	background-color: #cc0009;
}
.headerh-box .gn-div span,
.showSearch-box .gn-div span{
	color: #333;
	border-color: rgba(0,0,0,0.4);
}
.headerh-box .gn-div a,
.showSearch-box .gn-div a{
	background-color: #cc0009;
	color: #fff;
}
.showSearch-box .search-view{
	padding-top: 0;
}

.xq-body{
	
}
.xq-body .header-box{
	background-color: #fff;
	height: 0.8rem;
	border-bottom: 1px solid #dedede;
	/* box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.2); */
}
.xq-body .header-box .lg-a img:nth-of-type(1){
	opacity: 0;
}
.xq-body .header-box .lg-a img:nth-of-type(2){
	opacity: 1;
}
.xq-body .header-box .cd-ul li .a{
	height: 0.8rem;
	color: #333;
}
.xq-body .header-box .cd-ul .pitchon .a{
	color: #cc0009;
}
.xq-body .header-box .cd-ul li .a::after{
	background-color: #cc0009;
}
.xq-body .header-box .gn-div span{
	color: #333;
	border-color: rgba(0,0,0,0.4);
}
.xq-body .header-box .gn-div a{
	background-color: #cc0009;
	color: #fff;
}

.banner-box{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 7.0rem;
	box-sizing: border-box;
}
.banner-box .img,
.banner-box .video{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.banner-box .w1420{
	position: absolute;
	z-index: 3;
	top: 55%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
}
.banner-box .w1420 h5{
	font-size: 0.56rem;
	font-weight: bold;
}
.banner-box .w1420 h6{
	font-size: 0.48rem;
	line-height: 1.5;
}
.banner-box .w1420 p{
	margin-top: 1.0rem;
}
.banner-box .w1420 .btn-more{
	color: #fff;
}
.banner-box .dl{
	position: absolute;
	z-index: 3;
	bottom: 0.36rem;
	left: 50%;
	width: 1.0rem;
	margin-left: -0.5rem;
	text-align: center;
	color: #fff;
}
.banner-box .dl dt{
	position: relative;
	width: 22px;
	margin: 0 auto 16px;
}
.banner-box .dl dt::after{
	content: "";
	position: absolute;
	top: 0;
	left: 10px;
	width: 2px;
	height: 8px;
	background-color: #fff;
	animation: dh1 2s infinite;
}
@keyframes dh1{
	0%{
		opacity: 0;
		top: 0;
	}
	60%{
		opacity: 1;
		top: 12px;
	}
	100%{
		opacity: 0;
		top: 24px;
	}
}
.banner-box .dl dt img{
	width: 100%;
}
.banner-box .dl dd{
	font-size: 14px;
}
.banner-box .swiper-container{
	width: 100%;
	height: 100%;
}
.index-body .banner-box{
	height: 100vh;
}

.content-box{
	padding-top: 7.0rem;
}
.index-body .content-box{
	padding-top: 100vh;
}
.xq-body .content-box{
	padding-top: 0.8rem;
}
.box{
	position: relative;
	z-index: 3;
	background-color: #f7f7f7;
}

.footer-box{
	position: relative;
	z-index: 3;
	background-color: #222;
	color: #fff;
}
.footer-box .dl{
	position: fixed;
	z-index: 4;
	right: 0.3rem;
	top: 50%;
	margin-top: -0.28rem;
	transition: all 0.5s;
}
.footer-box .show-dl{
	top: 84%;
}
.footer-box .dl dt{
	position: relative;
}
.footer-box .dl dd{
	opacity: 0;
	margin-top: 0.2rem;
	transition: all 0.5s;
}
.footer-box .show-dl dd{
	opacity: 1;
}
.footer-box .dl dt::after,
.footer-box .dl dd::after{
	content: "";
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	position: relative;
	z-index: 5;
	display: block;
	width: 0.56rem;
	height: 0.56rem;
	border-radius: 50%;
	text-align: center;
	line-height: 0.56rem;
	background-color: #fff;
	color: #333;
	font-size: 0.28rem;
	box-shadow: 0px 0.1rem 0.1rem rgba(0,0,0,0.15);
	cursor: pointer;
	transition: all 0.5s;
}
.footer-box .dl dt::after{
	content: "\e8a5";
}
.footer-box .dl dd::after{
	content: "\e884";
}
.footer-box .dl dt p{
	position: absolute;
	z-index: 3;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none;
	padding: 0.14rem 0.24rem;
	background-color: #fff;
	border-radius: 0.2rem;
	box-shadow: 0 0.3rem 0.6rem rgba(0,0,0,0.1);
	opacity: 0;
	transition: all 0.5s;
}
.footer-box .dl dt span{
	display: block;
	white-space: nowrap;
	font-size: 0.18rem;
	height: 0.4rem;
	line-height: 0.4rem;
	color: #999;
}
.footer-box .dl dt i{
	color: #cc0009;
}
.footer-box .w1420 div{
	padding: 0.7rem 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #333;
}
.footer-box .w1420 div .lg-a{
	flex-shrink: 0;
	width: 2.06rem;
}
.footer-box .w1420 div .lg-a img{
	width: 100%;
}
.footer-box .w1420 h6{
	display: flex;
	align-items: center;
}
.footer-box .w1420 h6 a{
	font-size: 0.16rem;
	color: #777;
	transition: all 0.5s;
}
.footer-box .w1420 h6 i{
	flex-shrink: 0;
	width: 1px;
	height: 0.16rem;
	background-color: #444;
	margin: 0 0.3rem;
}
.footer-box .w1420 h5{
	padding: 0.6rem 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	font-size: 0.16rem;
	color: #777;
}
.footer-box .w1420 h5 a{
	color: #777;
	margin-left: 0.3rem;
	transition: all 0.5s;
}

.type-box{
	background-color: #fff;
}
.type-box div{
	display: flex;
	height: 0.8rem;
}
.type-box div a{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 0.34rem;
}
.type-box div a span{
	position: relative;
	z-index: 3;
	font-size: 0.18rem;
	color: #333;
	transition: all 0.5s;
}
.type-box div a::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background-color: #cc0009;
	transition: all 0.5s;
}
.type-box div .active span{
	color: #fff;
}
.type-box div .active::after{
	width: 100%;
}

.btn-small{
	display: inline-flex;
	align-items: center;
	font-size: 0.16rem;
	color: #999;
	transition: all 0.5s;
}
.btn-small i{
	position: relative;
	flex-shrink: 0;
	width: 0.41rem;
	height: 0.38rem;
	transition: all 0.5s;
}
.btn-small i::before{
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 0.41rem;
	height: 0.38rem;
	background-image: url(../img/ic12.svg);
	background-size: 100% 100%;
	opacity: 0;
	transition: all 0.5s;
}
.btn-small i::after{
	content: "\e874";
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 3;
	font-size: 0.18rem;
	width: 0.41rem;
	height: 0.38rem;
	line-height: 0.38rem;
	box-sizing: border-box;
	padding-left: 0.09rem;
	transition: all 0.5s;
}

.btn-more{
	color: #333;
}
.btn-more i{
	margin-left: 0.1rem;
	color: #fff;
}
.btn-more i::before{
	opacity: 1;
}


.pzyq-box{
	
}
.pzyq-box .box1{
	
}
.pzyq-box .box1 .h6{
	display: flex;
	justify-content: center;
	margin-top: -0.2rem;
	margin-bottom: 0.6rem;
}
.pzyq-box .box1 .h6 a{
	flex-shrink: 0;
	width: 1.8rem;
	height: 0.6rem;
	background-color: #fff;
	font-size: 0.18rem;
	color: #666;
	text-align: center;
	line-height: 0.6rem;
	border-radius: 0.3rem;
	margin: 0 0.2rem;
	transition: all 0.5s;
}
.pzyq-box .box1 .h6 .active{
	background-color: #cc0009;
	color: #fff;
}
.pzyq-box .box1 .h6 .pitchon{
	background-color: #cc0009;
	color: #fff;
}
.pzyq-box .box1 .div{
	margin-bottom: 1.0rem;
}
.pzyq-box .box1 .div:last-of-type{
	margin-bottom: 0;
}
.pzyq-box .box1 .div h5{
	font-size: 0.32rem;
	font-weight: bold;
}
.pzyq-box .box1 .div ul{
	display: flex;
	flex-wrap: wrap;
}
.pzyq-box .box1 .div li{
	flex-shrink: 0;
	width: 31.5%;
	margin-right: 2.75%;
	margin-top: 0.45rem;
	cursor: pointer;
}
.pzyq-box .box1 .div li:nth-of-type(3n){
	margin-right: 0;
}
.pzyq-box .box1 .div li em{
	display: block;
	width: 100%;
	height: 2.7rem;
	overflow: hidden;
}
.pzyq-box .box1 .div li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
}
.pzyq-box .box1 .div li h6{
	font-size: 0.24rem;
	line-height: 1.3;
	font-weight: bold;
	margin: 0.26rem 0 0.16rem;
	transition: all 0.5s;
}
.pzyq-box .box1 .div li p{
	font-size: 0.2rem;
	margin-bottom: 0.18rem;
}
.pzyq-box .box1 .div li span{
	display: flex;
	align-items: center;
	font-size: 0.16rem;
}
.pzyq-box .box1 .div li span::after{
	content: "\e874";
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	margin-left: 0.08rem;
	font-size: 0.18rem;
}

.pzyqXq-box{
	position: fixed;
	z-index: 11;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.7);
	display: none;
}
.pzyqXq-box .w1420{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	padding: 0.76rem 0 0.56rem 0.6rem;
	background-color: #fff;
	background-image: url(../img/bg6.png);
	background-size: 45%;
	background-position: right bottom;
	background-repeat: no-repeat;
}
.pzyqXq-box .out-i{
	position: absolute;
	width: 0.6rem;
	height: 0.6rem;
	text-align: center;
	line-height: 0.6rem;
	top: 0;
	right: 0;
	font-size: 0.28rem;
	color: #666;
	cursor: pointer;
	transition: all 0.5s;
}
.pzyqXq-box .out-i::after{
	content: "\e85f";
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
}
.pzyqXq-box .h5{
	font-size: 0.28rem;
	font-weight: bold;
	margin-bottom: 0.4rem;
}
.pzyqXq-box .view{
	display: flex;
}
.pzyqXq-box .div1{
	flex-shrink: 0;
	width: 58.8%;
}
.pzyqXq-box .div1 .swiper-container{
	width: 100%;
	height: 4.8rem;
}
.pzyqXq-box .div1 .swiper-pagination{
	position: static;
	margin-top: 0.16rem;
}
.pzyqXq-box .div1 .swiper-slide{
	
}
.pzyqXq-box .div1 .swiper-slide img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.pzyqXq-box .div1 h6{
	font-size: 0.24rem;
	color: #999;
	font-weight: bold;
	margin-top: 0.86rem;
}
.pzyqXq-box .div2{
	flex: 1;
	min-width: 0;
	margin-left: 4%;
}
.pzyqXq-box .div2 dl{
	display: flex;
	padding-bottom: 0.16rem;
	margin-bottom: 0.24rem;
	border-bottom: 1px solid #dedede;
}
.pzyqXq-box .div2 dl:last-of-type{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}
.pzyqXq-box .div2 dd{
	flex: 1;
	min-width: 0;
}
.pzyqXq-box .div2 small{
	display: block;
	font-size: 0.18rem;
	color: #666;
	margin-bottom: 0.12rem;
}
.pzyqXq-box .div2 span{
	display: block;
	font-size: 0.24rem;
	line-height: 1.4;
	font-weight: bold;
}
.pzyqXq-box .div2 dd:nth-of-type(2) span{
	color: #cc0009;
}
.pzyqXq-box .div2 img{
	width: 1.8rem;
	border: 1px solid #efeded;
	border-radius: 0.1rem;
}
.pzyqXq-box .div2 a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 1.4rem;
	height: 0.48rem;
	border: 1px solid #cc0009;
	color: #cc0009;
	border-radius: 0.25rem;
	font-size: 0.16rem;
	margin-top: 0.12rem;
	transition: all 0.5s;
}
.pzyqXq-box .div2 a::after{
	content: "\e8af";
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	margin-left: 0.06rem;
	transition: all 0.5s;
}
.pzyqXq-box .div2 .dl span{
	position: relative;
	color: #cc0009;
	padding-right: 1.4rem;
}
.pzyqXq-box .div2 .dl span::after{
	content: "\e83a";
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	top: 0;
	right: 0.4rem;
	font-size: 0.5rem;
	line-height: 1;
	font-weight: normal;
}


.yqdt-box{
	
}
.yqdt-box .box1{
	
}
.yqdt-box .box1 .form{
	display: flex;
	justify-content: space-between;
	height: 0.8rem;
	margin-bottom: 0.6rem;
  	position: relative;
    z-index: 9;
}
.yqdt-box .box1 .form label{
	position: relative;
	flex: 1;
	min-width: 0;
	height: 100%;
	margin-right: 0.2rem;
	background-color: #fff;
}
.yqdt-box .box1 .form input{
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 0 0.4rem;
	font-size: 0.18rem;
}
.yqdt-box .box1 .form .rq-label::after{
	content: "\e84a";
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	top: 52%;
	right: 0.2rem;
	font-size: 0.3rem;
	transform: translateY(-50%);
	color: #999;
}
.yqdt-box .box1 .form button{
	flex-shrink: 0;
	width: 1.2rem;
	height: 100%;
	background-color: #cc0009;
	color: #fff;
	font-size: 0.18rem;
}
.yqdt-box .box1 .ul{
	
}
.yqdt-box .box1 .ul li{
	background-color: #fff;
	margin-top: 0.4rem;
}
.yqdt-box .box1 .ul li:first-of-type{
	margin-top: 0;
}
.yqdt-box .box1 .ul li a{
	display: flex;
	align-items: center;
}
.yqdt-box .box1 .ul li div{
	flex: 1;
	min-width: 0;
	box-sizing: border-box;
	padding: 0 1.2rem 0 0.4rem;
}
.yqdt-box .box1 .ul li span{
	font-size: 0.16rem;
	color: #cc0009;
}
.yqdt-box .box1 .ul li h6{
	font-size: 0.24rem;
	line-height: 1.4;
	font-weight: bold;
	display: -webkit-box;
	overflow: hidden;  
	text-overflow: ellipsis;  
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;  
	overflow: hidden;
	margin: 0.12rem 0 0.2rem;
	transition: all 0.5s;
}
.yqdt-box .box1 .ul li p{
	font-size: 0.16rem;
	color: #999;
	line-height: 1.6;
}
.yqdt-box .box1 .ul li em{
	position: relative;
	flex-shrink: 0;
	width: 4.6rem;
	height: 2.76rem;
	overflow: hidden;
}
.yqdt-box .box1 .ul li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
}
.yqdt-box .box1 .ul li em::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(204,0,9,0.3);
	background-image: url(../img/ic11.png);
	background-repeat: no-repeat;
	background-size: 0.42rem;
	background-position: center;
	opacity: 0;
	transition: all 0.5s;
}

.yqdt-box .box1 .swiper-container{
	width: 100%;
	height: 5.4rem;
}
.yqdt-box .box1 .swiper-slide{
	display: flex;
	background-color: #fff;
}
.yqdt-box .box1 .swiper-slide em{
	flex-shrink: 0;
	width: 63.2%;
	height: 100%;
	overflow: hidden;
}
.yqdt-box .box1 .swiper-slide img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
}
.yqdt-box .box1 .swiper-slide div{
	position: relative;
	flex: 1;
	min-width: 0;
	height: 100%;
	box-sizing: border-box;
	padding: 0.56rem 0.56rem 0.46rem;
}
.yqdt-box .box1 .swiper-slide span{
	font-size: 0.16rem;
	color: #cc0009;
}
.yqdt-box .box1 .swiper-slide h6{
	font-size: 0.24rem;
	line-height: 1.4;
	font-weight: bold;
	margin: 0.3rem 0 0.24rem;
	display: -webkit-box;
	overflow: hidden;  
	text-overflow: ellipsis;  
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;  
	transition: all 0.5s;
}
.yqdt-box .box1 .swiper-slide p{
	font-size: 0.16rem;
	color: #999;
	line-height: 1.6;
}
.yqdt-box .box1 .swiper-slide small{
	position: absolute;
	left: 0.56rem;
	bottom: 0.46rem;
	width: calc(100% - 1.12rem);
}
.yqdt-box .box1 .pagination1{
	width: 63.2%;
}
.yqdt-box .box1 .pagination2{
	position: absolute;
	z-index: 3;
	right: 0.56rem;
	bottom: 0.52rem;
	display: flex;
	align-items: flex-end;
	font-size: 0.16rem;
	color: #cc0009;
	font-style: italic;
}
.yqdt-box .box1 .pagination2 dt{
	font-size: 0.32rem;
	transform: translateY(0.03rem);
}
.yqdt-box .box1 .pagination2 dd{
	
}

.yqdt-box .box1 .ol{
	display: flex;
	flex-wrap: wrap;
}
.yqdt-box .box1 .ol li{
	flex-shrink: 0;
	width: 31.5%;
	margin-right: 2.75%;
	margin-top: 0.45rem;
	cursor: pointer;
	background-color: #fff;
	margin-top: 0.4rem;
	transition: all 0.5s;
}
.yqdt-box .box1 .ol li:nth-of-type(3n){
	margin-right: 0;
}
.yqdt-box .box1 .ol li a{
	display: block;
	box-sizing: border-box;
	padding: 0.5rem 0.4rem 0.4rem;
}
.yqdt-box .box1 .ol li span{
	font-size: 0.16rem;
	color: #cc0009;
}
.yqdt-box .box1 .ol li h6{
	font-size: 0.24rem;
	line-height: 1.4;
	font-weight: bold;
	height: 0.67rem;
	margin: 0.3rem 0 0.24rem;
	display: -webkit-box;
	overflow: hidden;  
	text-overflow: ellipsis;  
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;  
	transition: all 0.5s;
}
.yqdt-box .box1 .ol li p{
	font-size: 0.16rem;
	color: #999;
	line-height: 1.6;
	margin-bottom: 0.36rem;
	display: -webkit-box;
	overflow: hidden;  
	text-overflow: ellipsis;  
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;  
}
.yqdt-box .box1 .h4{
	font-size: 0.32rem;
}


.mtss-box{
	background-image: url(../img/bg5.png);
	background-repeat: no-repeat;
	background-size: 14.2rem;
	background-position: center top;
}
.mtss-box .title-h5 span{
	display: flex;
	align-items: center;
	justify-content: center;
}
.mtss-box .title-h5 span img{
	width: 0.41rem;
	margin-right: 0.12rem;
	transform: translateY(2px);
}
.mtss-box .title-h5 span::before,
.mtss-box .title-h5 span::after{
	content: "";
	flex-shrink: 0;
	width: 1.8rem;
	height: 4px;
	background-size: 100% 100%;
}
.mtss-box .title-h5 span::before{
	background-image: url(../img/ic15.png);
	margin-right: 0.4rem;
}
.mtss-box .title-h5 span::after{
	background-image: url(../img/ic16.png);
	margin-left: 0.4rem;
}


.yqxq-box{
	
}
.yqxq-box .box1{
	
}
.yqxq-box .box1 .div1{
	padding-bottom: 0.26rem;
	border-bottom: 1px solid #dedede;
}
.yqxq-box .box1 .div1 h2{
	font-size: 0.32rem;
	line-height: 1.4;
	font-weight: bold;
	margin-bottom: 0.24rem;
}
.yqxq-box .box1 .div1 span{
	font-size: 0.16rem;
	color: #cc0009;
}
.yqxq-box .box1 .div2{
	margin: 0.3rem 0 0.8rem;
}
.yqxq-box .box1 .div2 p{
	font-size: 0.18rem;
	line-height: 1.8;
}
.yqxq-box .box1 .div2 img{
	width: auto;
	height: auto;
	max-width: 100% !important;
}
.yqxq-box .box1 .div3{
	
}
.yqxq-box .box1 .div3 a{
	position: relative;
	display: flex;
	align-items: center;
	height: 1.0rem;
	background-color: #fff;
	padding: 0 1.2rem 0 0.4rem;
	margin-top: 0.1rem;
}
.yqxq-box .box1 .div3 a p{
	font-size: 0.2rem;
	line-height: 1.2;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	transition: all 0.5s;
}
.yqxq-box .box1 .div3 a small{
	position: absolute;
	right: 0.4rem;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.5s;
}


.zhqf-box{
	
}
.zhqf-box .box1{
	background-color: #fff;
	padding-bottom: 0.4rem;
}
.zhqf-box .box1 .ol{
	display: flex;
	justify-content: space-between;
}
.zhqf-box .box1 .ol li{
	
}
.zhqf-box .box1 .ol li strong{
	font-size: 0.36rem;
	color: #cc0009;
}
.zhqf-box .box1 .ol li small{
	font-size: 0.16rem;
	color: #cc0009;
}
.zhqf-box .box1 .ol li p{
	font-size: 0.18rem;
	color: #666;
	margin-top: 0.14rem;
}
.zhqf-box .box1 .dl{
	position: relative;
	margin-top: 1.1rem;
}
.zhqf-box .box1 .dl:before,
.zhqf-box .box1 .dl:after{
	content: "";
	position: absolute;
	z-index: 3;
	top: 0;
	width: 20%;
	height: 100%;
}
.zhqf-box .box1 .dl::before{
	left: 0;
	background-image: linear-gradient(90deg,rgba(255,255,255,0.8),rgba(255,255,255,0));
}
.zhqf-box .box1 .dl::after{
	right: 0;
	background-image: linear-gradient(-90deg,rgba(255,255,255,0.8),rgba(255,255,255,0));
}
.zhqf-box .box1 .dl dd{
	position: relative;
	height: 2.0rem;
	padding: 0.4rem 0 0.6rem;
	margin-top: -1.0rem;
	overflow: hidden;
}
.zhqf-box .box1 .dl ul{
	display: flex;
}
.zhqf-box .box1 .dl li{
	flex-shrink: 0;
	width: 1.8rem;
	margin: 0 0.2rem;
}
.zhqf-box .box1 .dl img{
	width: 100%;
	filter: drop-shadow(0 0.2rem 0.2rem rgba(0,0,0,0.04));
}

.zhqf-box .box2{
	
}
.zhqf-box .box2 .div{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: -0.4rem;
}
.zhqf-box .box2 .div dl{
	flex-shrink: 0;
	width: 48.5%;
	height: 4.4rem;
	background-color: #fff;
	display: flex;
	margin-top: 0.4rem;
}
.zhqf-box .box2 .div dt{
	position: relative;
	flex-shrink: 0;
	width: 2.9rem;
	box-sizing: border-box;
	padding: 0.72rem 0.38rem 0;
}
.zhqf-box .box2 .div h6{
	font-size: 0.32rem;
	font-weight: bold;
	margin-bottom: 0.3rem;
	border-left: 0.06rem solid #cc0009;
	padding-left: 0.15rem;
}
.zhqf-box .box2 .div p{
	font-size: 0.18rem;
	color: #666;
	text-align: justify;
	line-height: 1.6;
}
.zhqf-box .box2 .div i{
	position: absolute;
	left: 0.38rem;
	bottom: 0.4rem;
	font-style: italic;
	font-weight: bold;
	color: #cc0009;
	font-size: 0.56rem;
	opacity: 0.1;
}
.zhqf-box .box2 .div dd{
	flex: 1;
	min-width: 0;
	height: 100%;
	overflow: hidden;
}
.zhqf-box .box2 .div img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
}


.lxwm-box{
	
}
.lxwm-box .box1{
	background-color: #fff;
}
.lxwm-box .box1 .dl{
	position: relative;
}
.lxwm-box .box1 .dl dt{
	width: 35.2%;
}
.lxwm-box .box1 .dl p{
	display: flex;
	align-items: center;
	padding-bottom: 0.38rem;
	margin-bottom: 0.38rem;
	border-bottom: 1px solid #dedede;
}
.lxwm-box .box1 .dl p:last-of-type{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}
.lxwm-box .box1 .dl p span{
	flex: 1;
	min-width: 0;
	margin-right: 0.4rem;
	display: block;
}
.lxwm-box .box1 .dl p small{
	display: block;
	font-size: 0.18rem;
	color: #666;
}
.lxwm-box .box1 .dl p strong{
	display: block;
	font-size: 0.24rem;
	font-weight: normal;
	margin-top: 0.16rem;
}
.lxwm-box .box1 .dl p a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 1.38rem;
	height: 0.48rem;
	border: 1px solid #cc0009;
	color: #cc0009;
	border-radius: 0.25rem;
	font-size: 0.16rem;
	margin-top: 0.34rem;
	transition: all 0.5s;
}
.lxwm-box .box1 .dl p a::after{
	content: "\e8af";
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	margin-left: 0.06rem;
	font-size: 0.18rem;
}
.lxwm-box .box1 .dl p img{
	flex-shrink: 0;
	width: 0.44rem;
}
.lxwm-box .box1 .dl dd{
	position: absolute;
	width: 57%;
	height: 100%;
	right: 0;
	top: 0;
}
.lxwm-box .box1 .dl dd img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.lxwm-box .box2{
	
}
.lxwm-box .box2 .form{
	display: flex;
	justify-content: space-between;
	height: 0.8rem;
}
.lxwm-box .box2 .form label{
	position: relative;
	flex: 1;
	min-width: 0;
	height: 100%;
	margin-right: 0.2rem;
	background-color: #fff;
}
.lxwm-box .box2 .form select{
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 0 0.36rem;
	font-size: 0.18rem;
}
.lxwm-box .box2 .form button{
	flex-shrink: 0;
	width: 1.2rem;
	height: 100%;
	background-color: #cc0009;
	color: #fff;
	font-size: 0.18rem;
}
.lxwm-box .box2 .ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.lxwm-box .box2 .ul li{
	flex-shrink: 0;
	width: 48.5%;
	background-color: #fff;
	margin-top: 0.4rem;
}
.lxwm-box .box2 .ul li a{
	display: block;
	padding: 0.4rem;
}
.lxwm-box .box2 .ul li h6{
	display: flex;
	justify-content: space-between;
	padding-bottom: 0.4rem;
	margin-bottom: 0.4rem;
	border-bottom: 1px solid #dedede;
	font-size: 0.32rem;
}
.lxwm-box .box2 .ul li h6 strong{
	transition: all 0.5s;
}
.lxwm-box .box2 .ul li h6 strong:nth-of-type(2){
	color: #cc0009;
}
.lxwm-box .box2 .ul li div{
	position: relative;
}
.lxwm-box .box2 .ul li span{
	display: block;
	font-size: 0.18rem;
	color: #666;
	margin-top: 0.22rem;
}
.lxwm-box .box2 .ul li span:first-of-type{
	margin-top: 0;
}
.lxwm-box .box2 .ul li small{
	position: absolute;
	right: -0.18rem;
	bottom: -0.1rem;
}
.lxwm-box .box2 .h5{
	color: #666;
	font-size: 0.18rem;
	margin-top: 0.3rem;
}
.lxwm-box .box2 .h5 a{
	color: #cc0009;
	padding-bottom: 4px;
	border-bottom: 1px solid #cc0009;
}


.ppwh-box{
	
}
.ppwh-box .div{
	margin-bottom: 0.36rem;
}
.ppwh-box .div h6{
	font-size: 0.32rem;
	font-weight: bold;
	line-height: 1.3;
}
.ppwh-box .div i{
	color: #cc0009;
}
.ppwh-box .div p{
	font-size: 0.2rem;
	line-height: 1.4;
	margin-top: 0.24rem;
}
.ppwh-box .dl{
	display: flex;
	align-items: center;
	height: 4.6rem;
	background-color: #fff;
	margin-bottom: 0.6rem;
}
.ppwh-box .dl dd{
	flex: 1;
	min-width: 0;
	height: 100%;
	overflow: hidden;
}
.ppwh-box .dl img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
}
.ppwh-box .dl dt{
	flex-shrink: 0;
	width: 4.2rem;
	box-sizing: border-box;
	padding-left: 0.76rem;
}
.ppwh-box .dl h6{
	font-size: 0.32rem;
	font-weight: bold;
	margin-bottom: 0.36rem;
}
.ppwh-box .dl span{
	display: flex;
	align-items: center;
	font-size: 0.18rem;
	margin-top: 0.16rem;
}
.ppwh-box .dl span::before{
	content: "";
	flex-shrink: 0;
	width: 0.08rem;
	height: 0.08rem;
	border-radius: 50%;
	background-color: #cc0009;
	margin-right: 0.1rem;
}
.ppwh-box .ul{
	display: flex;
	justify-content: space-between;
}
.ppwh-box .ul li{
	flex-shrink: 0;
	width: 32%;
	background-color: #fff;
}
.ppwh-box .ul em{
	display: block;
	width: 100%;
	height: 3.6rem;
	overflow: hidden;
}
.ppwh-box .ul em img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
}
.ppwh-box .ul div{
	padding: 0.56rem;
}
.ppwh-box .ul div i{
	font-size: 0.32rem;
}
.ppwh-box .ul div h6{
	font-size: 0.32rem;
	font-weight: bold;
	margin: 0.16rem 0 0.22rem;
}
.ppwh-box .ul div p{
	font-size: 0.18rem;
	line-height: 1.7;
	margin-bottom: 0.4rem;
}
.ppwh-box .ul div img{
	width: 0.4rem;
}


.jtjj-box{
	
}
.jtjj-box .box1{
	position: relative;
	background-image: url(../img/bg2.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.jtjj-box .box1 .w1420{
	position: relative;
}
.jtjj-box .box1 .dl{
	display: flex;
	align-items: center;
}
.jtjj-box .box1 .dl dt{
	flex-shrink: 0;
	width: 39.4%;
	margin-right: 1.0rem;
}
.jtjj-box .box1 .dl h6{
	font-size: 0.32rem;
	font-weight: bold;
	margin-bottom: 0.48rem;
}
.jtjj-box .box1 .dl i{
	color: #cc0009;
}
.jtjj-box .box1 .dl p{
	font-size: 0.18rem;
	line-height: 1.7;
	margin-top: 0.28rem;
	text-align: justify;
}
.jtjj-box .box1 .dl dd{
	flex: 1;
	min-width: 0;
}
.jtjj-box .box1 .dl img{
	width: 100%;
}
.jtjj-box .box1 .div{
	position: relative;
	height: 0.7rem;
	margin-top: 0.6rem;
}
.jtjj-box .box1 .ul{
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	background-image: url(../img/bg7.png);
	background-size: 100% 100%;
	color: #fff;
	box-sizing: border-box;
	padding: 0.32rem 0 0.32rem 1.5rem;
	display: flex;
	flex-wrap: wrap;
}
.jtjj-box .box1 .ul li{
	flex-shrink: 0;
	width: 25%;
	padding: 0.2rem;
	box-sizing: border-box;
}
.jtjj-box .box1 .ul strong{
	font-size: 0.48rem;
}
.jtjj-box .box1 .ul small{
	font-size: 0.18rem;
}
.jtjj-box .box1 .ul p{
	font-size: 0.18rem;
	opacity: 0.8;
	margin-top: 0.14rem;
}

.jtjj-box .box2{
	padding-top: 2.2rem;
	background-color: #fff;
}
.jtjj-box .box2 .view{
	position: relative;
}
.jtjj-box .box2 .view .map-img{
	display: block;
	width: 13.54rem;
	margin: 0 auto;
}
.jtjj-box .box2 .view .h6{
	position: absolute;
	font-size: 0.14rem;
	white-space: nowrap;
	color: #cc0009;
	right: 4%;
	bottom: 10%;
}
.jtjj-box .box2 .view .ul{
	position: absolute;
	z-index: 6;
	width: 4.5rem;
	top: 50%;
	left: 0;
	margin-top: -3.0rem;
	background-color: #fff;
	background-image: url(../img/bg8.png);
	background-repeat: no-repeat;
	background-size: 1.88rem;
	background-position: -0.94rem 3.7rem;
	box-sizing: border-box;
	padding: 0.4rem;
	box-shadow: 0 0.2rem 0.6rem rgba(0,0,0,0.04);
}
.jtjj-box .box2 .view .ul li{
	border-bottom: 1px solid #dedede;
}
.jtjj-box .box2 .view .ul li:last-of-type{
	border-bottom: 0;
}
.jtjj-box .box2 .view .ul a{
	position: relative;
	padding: 0.14rem 0.74rem 0.14rem 0;
	display: block;
}
.jtjj-box .box2 .view .ul h6{
	font-size: 0.24rem;
	line-height: 1.7;
	font-weight: bold;
	transition: all 0.5s;
}
.jtjj-box .box2 .view .ul p{
	font-size: 0.16rem;
	line-height: 1.8;
	color: #666;
}
.jtjj-box .box2 .view .ul small{
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.jtjj-box .box2 .view .ol{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.jtjj-box .box2 .view .ol li{
	position: absolute;
	width: 2.0rem;
	height: 2.0rem;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.jtjj-box .box2 .view .ol .li1{
	top: 58%;
	left: 72%;
}
.jtjj-box .box2 .view .ol .li2{
	top: 80%;
	left: 67%;
}
.jtjj-box .box2 .view .ol .li3{
	top: 36%;
	left: 65.5%;
}
.jtjj-box .box2 .view .ol .li4{
	top: 63%;
	left: 48%;
}
.jtjj-box .box2 .view .ol .li5{
	top: 64%;
	left: 60%;
}
.jtjj-box .box2 .view .ol .li1 .img{
	width: 3.64rem;
	position: absolute;
	left: 60%;
	top: 60%;
	transform: translateY(-50%);
}
.jtjj-box .box2 .view .ol .li2 .img{
	width: 1.67rem;
	position: absolute;
	left: 50%;
	top: 60%;
}
.jtjj-box .box2 .view .ol .li3 .img{
	width: 3.82rem;
	position: absolute;
	left: 60%;
	top: 50%;
	transform: translateY(-50%);
}
.jtjj-box .box2 .view .ol .li4 .img{
	width: 0.77rem;
	position: absolute;
	left: 50%;
	bottom: 60%;
}
.jtjj-box .box2 .view .ol .li5 .img{
	width: 0.78rem;
	position: absolute;
	left: 50%;
	bottom: 60%;
}
.jtjj-box .box2 .view .ol strong{
	position: relative;
	z-index: 3;
	font-size: 0.24rem;
	color: #cc0009;
}
.jtjj-box .box2 .view .ol .ic{
	position: relative;
	z-index: 3;
	width: 0.14rem;
	margin: 0.08rem 0;
}
.jtjj-box .box2 .view .ol span{
	position: relative;
	z-index: 3;
	font-size: 0.2rem;
	font-weight: bold;
	color: #cc0009;
}
.jtjj-box .box2 .view .ol .li1 span{
	color: #b46c12;
}
.jtjj-box .box2 .view .ol i{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	border-radius: 50%;
	box-shadow: 0 0 0.2rem rgba(204,0,9,0.4) inset;
	opacity: 0;
	animation: dh2 3s infinite linear;
}
.jtjj-box .box2 .view .ol .li2 i{
	animation-delay: 0.3s
}
.jtjj-box .box2 .view .ol .li3 i{
	animation-delay: 0.6s
}
.jtjj-box .box2 .view .ol .li4 i{
	animation-delay: 0.9s
}
.jtjj-box .box2 .view .ol .li5 i{
	animation-delay: 1.2s
}
@keyframes dh2{
	0%{
		opacity: 0;
		width: 20%;
		height: 20%;
	}
	50%{
		opacity: 1;
		width: 100%;
		height: 100%;
	}
	100%{
		opacity: 0;
		width: 150%;
		height: 150%;
	}
}








.jtjj-box .box3{
	background-image: url(../img/bg1.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	overflow: hidden;
}
.jtjj-box .box3 .view{
	position: relative;
}
.jtjj-box .box3 .ic{
	position: absolute;
	z-index: 3;
	top: 0;
	width: 1.48rem;
	height: 4.0rem;
	object-fit: contain;
}
.jtjj-box .box3 .ic1{
	left: -1.2rem;
}
.jtjj-box .box3 .ic2{
	right: -1.2rem;
}
.jtjj-box .box3 .swiper-container{
	
}
.jtjj-box .box3 .swiper-slide{
	
}
.jtjj-box .box3 .swiper-slide em{
	position: relative;
	display: block;
	width: 100%;
	height: 4.0rem;
}
.jtjj-box .box3 .swiper-slide img{
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	box-shadow: 0 0.1rem 0.2rem rgba(0,0,0,0.1);
	opacity: 0.2;
	transition: all 0.5s;
}
.jtjj-box .box3 .swiper-slide h6{
	position: relative;
	width: 100%;
	height: 0.56rem;
	font-size: 0.24rem;
	opacity: 0;
	margin-top: 0.24rem;
	transition: all 0.5s;
}
.jtjj-box .box3 .swiper-slide h6 p{
	position: absolute;
	white-space: nowrap;
	top: 0;
	left: 50%;
	height: 100%;
	transform: translateX(-50%);
	display: flex;
	align-items: center;
}
.jtjj-box .box3 .swiper-slide h6 p::before,
.jtjj-box .box3 .swiper-slide h6 p::after{
	content: "";
	flex-shrink: 0;
	width: 0.3rem;
	height: 0.56rem;
	background-size: 100% 100%;
}
.jtjj-box .box3 .swiper-slide h6 p::before{
	background-image: url(../img/ic1.png);
}
.jtjj-box .box3 .swiper-slide h6 p::after{
	background-image: url(../img/ic2.png);
}
.jtjj-box .box3 .swiper-slide-prev img,
.jtjj-box .box3 .swiper-slide-next img{
	z-index: 3;
	width: 144%;
	opacity: 0.8;
}
.jtjj-box .box3 .swiper-slide-active img{
	z-index: 5;
	width: 188%;
	opacity: 1;
}
.jtjj-box .box3 .swiper-slide-active h6{
	opacity: 1;
}


.index-box{
	
}
.index-box .box1{
	background-color: #fff;
}
.index-box .box1 .a-view{
	padding-top: 0.4rem;
}
.index-box .box1 .a-view a{
	position: relative;
	display: block;
	height: 4.2rem;
}
.index-box .box1 .a-view em{
	display: block;
	width: 49.3%;
	height: 100%;
	overflow: hidden;
}
.index-box .box1 .a-view img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
}
.index-box .box1 .a-view div{
	position: absolute;
	top: -0.4rem;
	right: 0;
	width: 53.5%;
	height: 100%;
	background-image: url(../img/bg9.jpg);
	background-size: cover;
	background-position: center;
	box-sizing: border-box;
	padding: 0 0.5rem 0 1.0rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	box-shadow: 0 0.2rem 0.2rem rgba(210,210,210,0.4);
}
.index-box .box1 .a-view h5{
	position: absolute;
	top: 0.1rem;
	left: -2.5rem;
	font-size: 0.56rem;
	font-weight: bold;
	color: #cc0009;
	display: flex;
	align-items: center;
	transform: rotate(-90deg);
	transform-origin: 100% 50%;
	transition: all 0.5s;
}
.index-box .box1 .a-view h5::before{
	content: "";
	flex-shrink: 0;
	width: 1.0rem;
	height: 2px;
	background-color: #cc0009;
	margin-right: 0.32rem;
}
.index-box .box1 .a-view span{
	font-size: 0.16rem;
	color: #cc0009;
}
.index-box .box1 .a-view h6{
	font-size: 0.32rem;
	line-height: 1.4;
	font-weight: normal;
	margin: 0.3rem 0 0.24rem;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	transition: all 0.5s;
}
.index-box .box1 .a-view p{
	font-size: 0.16rem;
	color: #999;
	line-height: 1.6;
	margin-bottom: 0.3rem;
}
.index-box .box1 .swiper-view{
	position: relative;
	
}
.index-box .box1 .swiper-container{
	padding: 0.2rem 0;
}
.index-box .box1 .swiper-slide{
	
}
.index-box .box1 .swiper-slide a{
	display: block;
	height: 100%;
	background-color: #f8f8f8;
	transition: all 0.5s;
}
.index-box .box1 .swiper-slide em{
	display: block;
	width: 100%;
	height: 2.04rem;
	overflow: hidden;
}
.index-box .box1 .swiper-slide img{
	width: 100%;
	height: 100%;
	transition: all 0.5s;
}
.index-box .box1 .swiper-slide h6{
	padding: 0.24rem 0.2rem;
	transition: all 0.5s;
}
.index-box .box1 .swiper-slide p{
	font-size: 0.2rem;
	line-height: 1.5;
	font-weight: normal;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 0.6rem;
}

.index-box .box2{
	position: relative;
	height: 400vh;
}
.index-box .box2:before{
	content: "";
	position: absolute;
	z-index: 3;
	width: 100%;
	height: 3px;
	background-color: #fff;
	top: -1px;
	left: 0;
}
.index-box .box2 .view{
	position: sticky;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100vh !important;
	overflow: hidden;
}
.index-box .box2 .bg-img{
	width: 100%;
	height: 100%;
	object-fit: cover;
} 
.index-box .box2 .lg-img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	object-fit: cover;
}
.index-box .box2 .h5{
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 20%;
	left: 0;
	transform: translateY(50%);
}
.index-box .box2 .h5 .p1{
	opacity: 1;
}
.index-box .box2 .h5 .p2{
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	color: #fff;
	opacity: 0;
}
.index-box .box2 .h5 strong{
	display: block;
	font-size: 0.48rem;
}
.index-box .box2 .h5 span{
	display: block;
	font-size: 0.18rem;
	margin-top: 0.26rem;
}
.index-box .box2 .h6{
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 10%;
	transform: translateY(50%);
	left: 0;
	font-size: 0.4rem;
	/* opacity: 0; */
}
.index-box .box2 .dl{
	position: absolute;
	z-index: 3;
	bottom: 0.36rem;
	left: 50%;
	transform: translateX(-50%);
	color: #999;
}
.index-box .box2 .dl dt{
	position: relative;
	width: 22px;
	margin: 0 auto 16px;
}
.index-box .box2 .dl dt::after{
	content: "";
	position: absolute;
	top: 0;
	left: 10px;
	width: 2px;
	height: 8px;
	background-color: #999;
	animation: dh1 2s infinite;
}
.index-box .box2 .dl dt img{
	width: 100%;
}
.index-box .box2 .dl dd{
	font-size: 14px;
}







.index-box .box3{
	background-image: url(../img/bg4.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}
.index-box .box3 .swiper-container{
	
}
.index-box .box3 .swiper-slide{
	background-color: #fff;
}
.index-box .box3 .swiper-slide a{
	display: flex;
	flex-direction: column;
}
.index-box .box3 .swiper-slide:nth-of-type(2n) a{
	flex-direction: column-reverse;
}
.index-box .box3 .swiper-slide div{
	padding: 0.5rem 0.4rem 0.46rem;
}
.index-box .box3 .swiper-slide h6{
	font-size: 0.22rem;
	line-height: 1.5;
	font-weight: bold;
	height: 0.67rem;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	transition: all 0.5s;
}
.index-box .box3 .swiper-slide p{
	font-size: 0.16rem;
	color: #999;
	line-height: 1.6;
	margin-bottom: 0.36rem;
	display: -webkit-box;
	overflow: hidden;  
	text-overflow: ellipsis;  
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin: 0.2rem 0;
}
.index-box .box3 .swiper-slide span{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.index-box .box3 .swiper-slide small{
	font-size: 0.16rem;
	color: #cc0009;
}
.index-box .box3 .swiper-slide i{
	position: relative;
	flex-shrink: 0;
	width: 0.41rem;
	height: 0.38rem;
	transition: all 0.5s;
}
.index-box .box3 .swiper-slide i::before{
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 0.41rem;
	height: 0.38rem;
	background-image: url(../img/ic12.svg);
	background-size: 100% 100%;
	opacity: 0;
	transition: all 0.5s;
}
.index-box .box3 .swiper-slide i::after{
	content: "\e874";
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 3;
	font-size: 0.18rem;
	width: 0.41rem;
	height: 0.38rem;
	line-height: 0.38rem;
	box-sizing: border-box;
	padding-left: 0.09rem;
	transition: all 0.5s;
}
.index-box .box3 .swiper-slide em{
	display: block;
	width: 100%;
	height: 2.76rem;
	overflow: hidden;
}
.index-box .box3 .swiper-slide img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
}
.index-box .box3 .swiper-pagination{
	position: static;
	width: 100%;
	margin-top: 0.46rem;
}






@media (min-width: 1200px) {
	.ppwh-box .ul li:hover em img{
		transform: scale(1.1);
	}
	.ppwh-box .dl:hover img{
		transform: scale(1.1);
	}
	.zhqf-box .box2 .div dl:hover img{
		transform: scale(1.1);
	}
	.jtjj-box .box2 .view .ul a:hover h6{
		color: #cc0009;
	}
	.jtjj-box .box2 .view .ul a:hover small i::before{
		opacity: 1;
	}
	.jtjj-box .box2 .view .ul a:hover small i::after{
		color: #fff;
	}
	.index-box .box3 .swiper-slide a:hover i::before{
		opacity: 1;
	}
	.index-box .box3 .swiper-slide a:hover i::after{
		color: #fff;
	}
	.index-box .box3 .swiper-slide a:hover img{
		transform: scale(1.1);
	}
	.index-box .box3 .swiper-slide a:hover h6{
		color: #cc0009;
	}
	.index-box .box1 .swiper-slide a:hover{
		background-color: #fff;
		box-shadow: 0 0 0.2rem rgba(210,210,210,0.6);
	}
	.index-box .box1 .swiper-slide a:hover img{
		transform: scale(1.1);
	}
	.index-box .box1 .swiper-slide a:hover h6{
		color: #cc0009;
	}
	.index-box .box1 .a-view a:hover img{
		transform: scale(1.1);
	}
	.index-box .box1 .a-view a:hover h6{
		color: #cc0009;
	}
	.index-box .box1 .a-view a:hover small{
		color: #cc0009;
	}
	.index-box .box1 .a-view a:hover small i{
		margin-left: 0.1rem;
	}
	.index-box .box1 .a-view a:hover small i::before{
		opacity: 1;
	}
	.index-box .box1 .a-view a:hover small i::after{
		color: #fff;
	}
	.lxwm-box .box2 .ul li:hover small{
		right: 0;
		color: #cc0009;
	}
	.lxwm-box .box2 .ul li:hover small i{
		margin-left: 0.1rem;
	}
	.lxwm-box .box2 .ul li:hover small i::before{
		opacity: 1;
	}
	.lxwm-box .box2 .ul li:hover small i::after{
		color: #fff;
	}
	.lxwm-box .box2 .ul li:hover h6 strong{
		color: #cc0009;
	}
	.lxwm-box .box1 .dl p a:hover{
		background-color: #cc0009;
		color: #fff;
	}
	.yqxq-box .box1 .div3 a:hover small{
		right: 0.3rem;
	}
	.yqxq-box .box1 .div3 a:hover small i::before{
		opacity: 1;
	}
	.yqxq-box .box1 .div3 a:hover small i::after{
		color: #fff;
	}
	.yqxq-box .box1 .div3 a:hover p{
		color: #cc0009;
	}
	.yqdt-box .box1 .ol li:hover{
		box-shadow: 0 0.2rem 0.6rem 0px rgba(0,0,0,0.04);
	}
	.yqdt-box .box1 .ol li:hover h6{
		color: #cc0009;
	}
	.yqdt-box .box1 .ol li:hover small{
		color: #cc0009;
	}
	.yqdt-box .box1 .ol li:hover small i{
		margin-left: 0.1rem;
	}
	.yqdt-box .box1 .ol li:hover small i::before{
		opacity: 1;
	}
	.yqdt-box .box1 .ol li:hover small i::after{
		color: #fff;
	}
	.yqdt-box .box1 .swiper-slide:hover img{
		transform: scale(1.1);
	}
	.yqdt-box .box1 .swiper-slide:hover h6{
		color: #cc0009;
	}
	.yqdt-box .box1 .swiper-slide:hover small{
		color: #cc0009;
	}
	.yqdt-box .box1 .swiper-slide:hover small i{
		margin-left: 0.1rem;
	}
	.yqdt-box .box1 .swiper-slide:hover small i::before{
		opacity: 1;
	}
	.yqdt-box .box1 .swiper-slide:hover small i::after{
		color: #fff;
	}
	.yqdt-box .box1 .ul li:hover em::after{
		opacity: 1;
	}
	.yqdt-box .box1 .ul li:hover img{
		transform: scale(1.1);
	}
	.yqdt-box .box1 .ul li:hover h6{
		color: #cc0009;
	}
	.pzyqXq-box .div2 a:hover{
		background-color: #cc0009;
		color: #fff;
	}
	.pzyqXq-box .div2 a:hover::after{
		margin-left: 0.16rem;
	}
	.pzyqXq-box .out-i:hover{
		color: #cc0009;
	}
	.pzyq-box .box1 .div li:hover img{
		transform: scale(1.1);
	}
	.pzyq-box .box1 .div li:hover h6{
		color: #cc0009;
	}
	.pzyq-box .box1 .h6 a:hover{
		background-color: #cc0009;
		color: #fff;
	}
	.btn-small:hover{
		color: #cc0009;
	}
	.btn-small:hover i{
		margin-left: 0.1rem;
	}
	.btn-small:hover i::before{
		opacity: 1;
	}
	.btn-small:hover i::after{
		color: #fff;
	}
	.btn-more:hover i{
		margin-left: 0.2rem;
	}
	.type-box div a:hover span{
		color: #fff;
	}
	.type-box div a:hover::after{
		width: 100%;
	}
	.footer-box .w1420 h6 a:hover{
		color: #fff;
	}
	.footer-box .w1420 h5 a:hover{
		color: #fff;
	}
	.footer-box .dl dt:hover::after,
	.footer-box .dl dd:hover::after{
		background-color: #cc0009;
		color: #fff;
	}
	.footer-box .dl dt:hover p{
		right: 0.6rem;
		opacity: 1;
	}
	.paging-box a:hover{
		background-color: #cc0009;
		border-color: #cc0009;
		color: #fff;
	}
	.header-box .cd-ul li:hover .a::after{
		width: 100%;
	}
	.header-box .cd-ul li:hover p{
		transform: translateY(0);
		opacity: 1;
		pointer-events: auto;
	}
	.header-box .cd-ul li p a:hover{
		color: #cc0009;
	}
	.header-box .gn-div a:hover{
		background-color: #cc0009;
		color: #fff;
	}
	.header-box .gn-div span:hover{
		background-color: #cc0009;
		border-color: #cc0009;
		color: #fff;
	}
	.header-box .search-view .i:hover{
		color: #cc0009;
	}
	.header-box .search-view h6 a:hover{
		color: #cc0009;
	}
	.headerh-box .cd-ul li .a:hover{
		color: #cc0009;
	}
}

@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;
	}
	.w1420{
		width: calc(100% - 0.8rem);
	}
}

/* 手机端 */
@media (max-width: 992px) {
	body{
		padding-top: 0.7rem;
	}
	.swiper-button{
		display: none;
	}
	.w1420,
	.w1200{
		width: calc(100% - 0.48rem);
	}
	.header-box{
		height: 0.7rem;
		background-color: #fff;
		box-shadow: 0 0 0.2rem rgba(0,0,0,0.2);
	}
	.header-box .nav-view{
		width: 100%;
	}
	.header-box .lg-a{
		width: 1.7rem;
		left: 0.2rem;
	}
	.header-box .lg-a img:nth-of-type(1){
		opacity: 0;
	}
	.header-box .lg-a img:nth-of-type(2){
		opacity: 1;
	}
	.header-box .menu-view{
		display: flex;
	}
	.header-box .gn-div{
		display: none;
	}

	.header-box .cd-ul{
		display: none;
	}
	.header-box .cd-ul{
		position: absolute;
		width: 100%;
		top: 100%;
		left: 0;
		background-color: #fff;
		box-sizing: border-box;
		padding: 0.2rem 0.24rem;
		box-shadow: 0 0.06rem 0.1rem rgba(0,0,0,0.2);
		border-top: 1px solid #e5e5e5;
		transition: none;
		display: none;
	}
	.header-box .cd-ul li{
		padding: 0;
		border-bottom: 1px solid #e5e5e5;
		margin-right: 0;
	}
	.header-box .cd-ul .pitchon{
		border-color: #cc0009;
	}
	.header-box .cd-ul li .a{
		padding: 0;
		height: 0.56rem;
		justify-content: space-between;
		color: #666;
		opacity: 1;
		font-size: 0.18rem;
	}
	.header-box .cd-ul li .a::after{
		display: none;
	}
	.header-box .cd-ul .pitchon .a{
		color: #cc0009;
	}
	.header-box .cd-ul li::before{
		display: none;
	}
	.header-box .cd-ul li .a i{
		display: block;
	}
	.header-box .cd-ul li p{
		position: static;
		width: 100%;
		border-radius: 0;
		margin: 0;
		background-color: #f7f7f7;
		padding: 0.1rem 0.2rem;
		opacity: 1;
		pointer-events: auto;
		transform: translateX(0);
		box-sizing: border-box;
		box-shadow: none;
		transition: none;
		text-align: left;
		display: none;
	}
	.header-box .cd-ul li p a{
		font-size: 0.16rem;
		line-height: 2.4;
		height: auto;
	}
	.header-box .cd-ul li p a::after{
		display: none;
	}
	
	.footer-box .dl{
		display: none;
	}
	.footer-box .w1420 div{
		padding: 0.3rem 0 0.24rem;
	}
	.footer-box .w1420 h6{
		display: none;
	}
	.footer-box .w1420 h5{
		padding: 0.24rem 0;
		display: block;
		line-height: 1.5;
	}
	.footer-box .w1420 h5 a{
		display: block;
		margin-left: 0;
	}
	
	.banner-box{
		top: 0.7rem;
		height: 50vw;
	}
	.banner-box .w1420{
		top: 50%;
	}
	.banner-box .w1420 h5{
		font-size: 0.4rem;
	}
	.content-box{
		padding-top: 50vw;
	}
	.xq-body .content-box{
		padding-top: 0;
	}
	.pd{
		padding: 0.6rem 0;
	}
	.title-div{
		margin-bottom: 0.45rem;
	}
	.title-h5{
		margin-bottom: 0.45rem;
		overflow: hidden;
	}
	.title-h5 span{
		font-size: 0.32rem;
	}
	.title-h5 strong{
		font-size: 0.56rem;
		transform: scale(1.16);
	}
	.type-box div{
		height: 0.6rem;
		width: 100%;
	}
	.type-box div a{
		flex: 1;
		min-width: 0;
	}
	.paging-box{
		margin-top: 0.4rem;
	}
	
	
	.lxwm-box .box1 .dl dt{
		width: 100%;
	}
	.lxwm-box .box1 .dl p{
		margin-bottom: 0.24rem;
		padding-bottom: 0.24rem;
	}
	.lxwm-box .box1 .dl p img{
		width: 0.36rem;
	}
	.lxwm-box .box1 .dl dd{
		position: static;
		width: 100%;
		margin-top: 0.4rem;
	}
	.lxwm-box .box2 .form{
		height: 0.6rem;
	}
	.lxwm-box .box2 .form label{
		margin-right: 0.1rem;
	}
	.lxwm-box .box2 .ul li{
		width: 100%;
		margin-top: 0.24rem;
	}
	.lxwm-box .box2 .ul li a{
		padding: 0.3rem;
	}
	.lxwm-box .box2 .ul li h6{
		margin-bottom: 0.24rem;
		padding-bottom: 0.24rem;
		font-size: 0.24rem;
	}
	
	.yqdt-box .box1 .form{
		display: none;
	}
	.yqdt-box .box1 .swiper-slide{
		display: block;
	}
	.yqdt-box .box1 .swiper-slide em{
		display: block;
		width: 100%;
		height: 50vw;
	}
	.yqdt-box .box1 .swiper-slide div{
		padding: 0.3rem;
		height: auto;
	}
	.yqdt-box .box1 .swiper-slide h6{
		margin: 0.16rem 0 0.12rem;
	}
	.yqdt-box .box1 .swiper-slide p{
		display: -webkit-box;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		margin-bottom: 0.2rem;
	}
	.yqdt-box .box1 .pagination2{
		display: none;
	}
	.yqdt-box .box1 .swiper-slide small{
		position: static;
	}
	.yqdt-box .box1 .pagination1{
		width: 100%;
	}
	.yqdt-box .box1 .ol li{
		width: 100%;
		margin-right: 0;
		margin-top: 0.24rem;
	}
	.yqdt-box .box1 .ol li a{
		padding: 0.3rem;
	}
	.yqdt-box .box1 .ol li h6{
		margin: 0.16rem 0 0.12rem;
	}
	.yqdt-box .box1 .ol li p{
		margin-bottom: 0.2rem;
	}
	
	.yqxq-box .box1 .div1 h2{
		font-size: 0.28rem;
	}
	.yqxq-box .box1 .div3 a{
		height: 0.7rem;
		padding: 0 0.8rem 0 0.2rem;
	}
	.yqxq-box .box1 .div3 a small{
		right: 0;
	}
	
	.mtss-box .title-h5 span::before,
	.mtss-box .title-h5 span::after{
		display: none;
	}
	.yqdt-box .box1 .h4{
		font-size: 0.28rem;
	}
	
	.zhqf-box .box1{
		padding-bottom: 0;
	}
	.zhqf-box .box1 .ol{
		flex-wrap: wrap;
		margin-top: -0.3rem;
	}
	.zhqf-box .box1 .ol li{
		flex-shrink: 0;
		width: 50%;
		text-align: center;
		margin-top: 0.3rem;
	}
	.zhqf-box .box1 .dl li{
		width: 1.2rem;
		margin: 0 0.1rem;
	}
	.zhqf-box .box1 .dl{
		margin-top: 1.2rem;
	}
	.zhqf-box .box1 .dl dd{
		margin-top: -0.84rem;
		padding: 0.2rem 0 0.4rem;
		height: 1.6rem;
	}
	.zhqf-box .box2 .div{
		margin-top: -0.24rem;
	}
	.zhqf-box .box2 .div dl{
		width: 100%;
		flex-direction: column-reverse;
		height: auto;
		margin-top: 0.24rem;
	}
	.zhqf-box .box2 .div dd{
		flex: none;
		flex-shrink: 0;
		height: 50vw;
	}
	.zhqf-box .box2 .div dt{
		width: 100%;
		padding: 0.3rem;
	}
	.zhqf-box .box2 .div h6{
		font-size: 0.24rem;
		margin-bottom: 0.2rem;
	}
	
	.pzyq-box .box1 .h6{
		margin-bottom: 0.5rem;
	}
	.pzyq-box .box1 .h6 a{
		width: 1.4rem;
		height: 0.5rem;
		line-height: 0.5rem;
	}
	.pzyq-box .box1 .div{
		margin-bottom: 0.6rem;
	}
	.pzyq-box .box1 .div h5{
		font-size: 0.28rem;
	}
	.pzyq-box .box1 .div li{
		width: 100%;
		margin-right: 0;
		margin-top: 0.3rem;
	}
	.pzyq-box .box1 .div li em{
		height: 50vw;
	}
	
	.pzyqXq-box .view{
		display: block;
	}
	.pzyqXq-box .div1{
		width: 100%;
	}
	.pzyqXq-box .div1 .swiper-container{
		height: 45vw;
	}
	.pzyqXq-box .w1420{
		padding: 0.3rem;
	}
	.pzyqXq-box .h5{
		margin-bottom: 0.2rem;
		font-size: 0.24rem;
	}
	.pzyqXq-box .div1 h6{
		display: none;
	}
	.pzyqXq-box .div2{
		margin-left: 0;
		margin-top: 0.2rem;
	}
	.pzyqXq-box .div2 dl{
		padding-bottom: 0.1rem;
		margin-bottom: 0.16rem;
	}
	.pzyqXq-box .div2 .dl span{
		padding-right: 0;
	}
	.pzyqXq-box .div2 .dl span::after{
		display: none;
	}
	.pzyqXq-box .div2 img{
		width: 1.3rem;
	}
	.pzyqXq-box .div2 a{
		width: 1.4rem;
		height: 0.42rem;
	}
	
	.yqdt-box .box1 .ul li{
		margin-top: 0.24rem;
	}
	.yqdt-box .box1 .ul li a{
		flex-direction: column-reverse;
	}
	.yqdt-box .box1 .ul li em{
		width: 100%;
		height: 50vw;
	}
	.yqdt-box .box1 .ul li div{
		padding: 0.3rem;
	}
	
	.jtjj-box .box1 .dl{
		flex-direction: column-reverse;
	}
	.jtjj-box .box1 .dl dt{
		width: 100%;
		margin-right: 0;
		margin-top: 0.3rem;
	}
	.jtjj-box .box1 .dl h6{
		margin-bottom: 0.2rem;
	}
	.jtjj-box .box1 .div{
		height: auto;
		margin-top: 0.4rem;
	}
	.jtjj-box .box1 .ul{
		position: static;
		padding: 0.2rem 0;
	}
	.jtjj-box .box1 .ul li{
		width: 50%;
		text-align: center;
	}
	.jtjj-box .box2{
		padding-top: 0.6rem;
	}
	.jtjj-box .box2 .view .map-img{
		display: none;
	}
	.jtjj-box .box2 .view .h6{
		display: none;
	}
	.jtjj-box .box2 .view .ol{
		display: none;
	}
	.jtjj-box .box3 .ic{
		display: none;
	}
	.jtjj-box .box2 .view .ul{
		position: static;
		width: 100%;
		margin-top: 0;
	}
	.jtjj-box .box3 .swiper-slide em{
		height: 2.2rem;
	}
	.jtjj-box .box3 .swiper-slide h6{
		font-size: 0.22rem;
	}
	.jtjj-box .box3 .swiper-slide h6 p::before, 
	.jtjj-box .box3 .swiper-slide h6 p::after{
		width: 0.22rem;
		height: 0.48rem;
	}
	
	.ppwh-box .div h6{
		font-size: 0.28rem;
	}
	.ppwh-box .dl{
		flex-direction: column;
		height: auto;
		margin-bottom: 0.3rem;
	}
	.ppwh-box .dl:nth-of-type(2n){
		flex-direction: column-reverse;
	}
	.ppwh-box .dl dd{
		flex: none;
		flex-shrink: 0;
		height: 50vw;
	}
	.ppwh-box .dl dt{
		width: 100%;
		padding: 0.3rem;
	}
	.ppwh-box .dl h6{
		font-size: 0.28rem;
		margin-bottom: 0.24rem;
	}
	.ppwh-box .ul{
		flex-wrap: wrap;
	}
	.ppwh-box .ul li{
		width: 100%;
	}
	.ppwh-box .ul em{
		height: 50vw;
	}
	.ppwh-box .ul div{
		padding: 0.3rem;
	}
	.ppwh-box .ul div h6{
		font-size: 0.28rem;
	}
	
	.index-body .banner-box{
		height: 60vw;
	}
	.index-body .content-box{
		padding-top: 60vw;
	}
	.banner-box .dl{
		display: none;
	}
	.banner-box .w1420 h6{
		font-size: 0.32rem;
	}
	.banner-box .w1420 p{
		margin-top: 0.4rem;
	}
	
	.index-box .box1{
		padding-bottom: 0.4rem;
	}
	.index-box .box1 .a-view{
		padding-top: 0;
	}
	.index-box .box1 .a-view a{
		height: auto;
	}
	.index-box .box1 .a-view em{
		width: 100%;
		height: 50vw;
	}
	.index-box .box1 .a-view div{
		position: static;
		padding: 0.3rem;
		width: 100%;
	}
	.index-box .box1 .a-view h5{
		display: none;
	}
	.index-box .box1 .a-view h6{
		font-size: 0.28rem;
		margin: 0.24rem 0 0.2rem;
	}
	.index-box .box1 .swiper-slide em{
		height: 1.3rem;
	}
	.index-box .box1 .swiper-slide h6{
		padding: 0.2rem;
	}
	
	.index-box .box2{
		height: auto;
		padding-bottom: 0.6rem;
		background-color: #fff;
	}
	.index-box .box2 .view{
		height: auto !important;
	}
	.index-box .box2 .lg-img{
		display: none;
	}
	.index-box .box2 .h5{
		position: static;
		transform: translateY(0);
		width: calc(100% - 0.48rem);
		margin: 0.3rem auto 0;
	}
	.index-box .box2 .h5 strong{
		font-size: 0.32rem;
	}
	.index-box .box2 .h5 span{
		font-size: 0.2rem;
		line-height: 1.4;
	}
	.index-box .box2 .h6{
		position: static;
		font-size: 0.2rem;
		line-height: 1.4;
		transform: translateY(0);
		width: calc(100% - 0.48rem);
		margin: 0 auto;
	}
	.index-box .box2 .dl{
		display: none;
	}
	.index-box .box3 .swiper-slide div{
		padding: 0.3rem;
	}
	
}
.box1 ul.ol + p.title-h5, .box1 ul.ul + p.title-h5{
  display: none;
}
.box1 ul.ol:empty + p.title-h5, .box1 ul.ul:empty + p.title-h5{
  display: block;
}