@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;
	overflow-x: hidden;
}
body::-webkit-scrollbar{
	width: 4px;
	height: 1px;
}
body::-webkit-scrollbar-thumb{
	background: #ff6631;
}
.clear-both::after{
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}
.w1600{
	width: 83%;
	max-width: 16.0rem;
	display: block;
	margin: 0 auto;
	box-sizing: border-box;
}
.pd{
	padding: 0.7rem 0;
}
.pds{
	padding: 1.0rem 0;
}
.is{
	display: block;
	height: 1px;
}
.md-i{
	display: block;
	height: 1px;
	transform: translateY(-0.8rem);
}
.more-a{
	display: flex;
	align-items: center;
	font-size: 0.16rem;
	font-weight: normal;
	transition: all 0.4s;
}
.more-a i{
	flex-shrink: 0;
	width: 0.5rem;
	height: 0.36rem;
	line-height: 0.36rem;
	text-align: center;
	background-image: url(../img/tb3.png);
	background-size: 100% 100%;
	color: #fff;
	transition: all 0.4s;
}
.more-a i::after{
	content: "\e844";
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	padding-left: 0.1rem;
}

.swiper-pagination{
	width: 100%;
	padding: 7px 0;
	height: 8px;
	bottom: 0.2rem !important;
}
.swiper-pagination span{
	vertical-align: top;
	position: relative;
	width: 8px;
	height: 8px;
	opacity: 1;
	margin: 0 0.12rem !important;
	background-color: #ff6631;
}
.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 #ff6631;
	border-radius: 50%;
	opacity: 0;
	transform: scale(0.4);
	transition: all 0.4s;
}
.swiper-pagination .swiper-pagination-bullet-active{
	background-color: #ff6631;
}
.swiper-pagination .swiper-pagination-bullet-active::after{
	opacity: 1;
	transform: scale(1);
}

.swiper-button{
	width: 0.46rem;
	height: 0.46rem;
	border-radius: 50%;
	background: none;
	border: 1px solid #ccc;
	background-color: #fff;
	color: #666;
	font-size: 0.16rem;
	text-align: center;
	line-height: 0.46rem;
	margin-top: 0;
	transform: translateY(-50%);
	transition: all 0.4s;
}
.swiper-button-prev{
	left: -0.24rem;
}
.swiper-button-prev::after{
	content: "\e83e";
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
}
.swiper-button-next{
	right: -0.24rem;
}
.swiper-button-next::after{
	content: "\e844";
	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.3rem;
	top: 0;
	left: 0;
	transition: all 0.4s;
}
.header-box .w1600{
	display: flex;
	align-items: center;
	height: 100%;
}
.header-box .lg-a{
	flex-shrink: 0;
	position: relative;
	width: 1.32rem;
	height: 100%;
}
.header-box .lg-a img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: all 0.4s;
}
.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{
	flex: 1;
	min-width: 0;
	display: flex;
	justify-content: flex-end;
	margin: 0 1.0rem;
}
.header-box .cd-ul{
	flex: 1;
	min-width: 0;
	display: flex;
	justify-content: flex-end;
	margin: 0 1.0rem;
}
.header-box .cd-ul li{
	position: relative;
	margin-right: 6%;
}
.header-box .cd-ul li:last-of-type{
	margin-right: 0;
}
.header-box .cd-ul li .a{
	position: relative;
	display: block;
	height: 1.3rem;
	line-height: 1.3rem;
	font-size: 0.16rem;
	font-weight: bold;
	color: #fff;
	transition: all 0.4s;
}
.header-box .cd-ul li .a::after{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0.3rem;
	margin: auto;
	width: 0;
	height: 3px;
	border-radius: 3px;
	background-color: #ff6631;
	transition: all 0.4s;
}
.header-box .cd-ul li .a i{
	display: none;
	transition: all 0.4s;
}
.header-box .cd-ul .pitchon .a::after{
	width: 100%;
}
.header-box .cd-ul .show .a i{
	transform: rotate(-135deg);
}
.header-box .cd-ul li p{
	position: absolute;
	top: calc(100% + 0.3rem);
	left: 50%;
	transform: translateX(-50%);
	width: auto;
	padding: 0.12rem 0;
	background-color: #fff;
	opacity: 0;
	pointer-events: none;
	border-radius: 0.08rem;
	box-shadow: 0 0 0.1rem rgba(0,0,0,0.1);
	transition: all 0.5s;
}
.header-box .cd-ul li p::before{
	content: "";
	position: absolute;
	top: -0.1rem;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-bottom: 0.1rem solid #fff;
	border-right: 0.1rem solid transparent;
	border-left: 0.1rem solid transparent;
}
.header-box .cd-ul li p::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 0.3rem;
	top: -0.2rem;
	left: 0;
}
.header-box .cd-ul li p a{
	display: block;
	white-space: nowrap;
	padding: 0 0.2rem;
	font-size: 0.15rem;
	line-height: 2.0;
	text-align: center;
	transition: all 0.5s;
}
.header-box .ss-a{
	flex-shrink: 0;
	margin-right: 0.5rem;
	color: #fff;
	font-size: 0.24rem;
	transition: all 0.4s;
}
.header-box .ss-a::after{
	content: "\e846";
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
}
.header-box .yy-dl{
	flex-shrink: 0;
	display: flex;
	align-items: flex-start;
	color: #fff;
	height: 0.28rem;
	line-height: 0.28rem;
	transition: all 0.4s;
}
.header-box .yy-dl::before{
	content: "\e85c";
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	font-size: 0.24rem;
}
.header-box .yy-dl::after{
	content: "\e83a";
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	font-size: 0.18rem;
}
.header-box .yy-dl dd{
	height: 0.28rem;
	overflow: hidden;
	margin: 0 3px;
	transition: all 0.4s;
}
.header-box .yy-dl dd a{
	display: block;
	color: #fff;
	font-size: 0.18rem;
	height: 0.28rem;
	line-height: 0.28rem;
	transition: all 0.4s;
}
.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: #ff6631;
    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{
	height: 0.9rem;
	background-color: #fff;
	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.9rem;
	line-height: 0.9rem;
	color: #333;
}
.xq-body .header-box .cd-ul li .a::after{
	bottom: 0;
}
.xq-body .header-box .ss-a{
	color: #333;
}
.xq-body .header-box .yy-dl{
	color: #333;
}
.xq-body .header-box .yy-dl dd 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 .lg-a img:nth-of-type(1){
	opacity: 0;
}
.headerh-box .lg-a img:nth-of-type(2){
	opacity: 1;
}
.headerh-box .cd-ul li .a{
	height: 0.9rem;
	line-height: 0.9rem;
	color: #333;
}
.headerh-box .cd-ul li .a::after{
	bottom: 0;
}
.headerh-box .ss-a{
	color: #333;
}
.headerh-box .yy-dl{
	color: #333;
}
.headerh-box .yy-dl dd a{
	color: #333;
}

.footer-box{
	position: relative;
	z-index: 3;
	background-color: #fff;
	/* background-color: #f7f7f7; */
}
.footer-box .box1{
	padding: 0.6rem 0;
	display: flex;
	justify-content: space-between;
}
.footer-box .box1 .div{
	
}
.footer-box .box1 .div img{
	width: 1.94rem;
}
.footer-box .box1 .div h5{
	font-size: 0.3rem;
	margin: 0.26rem 0 0.1rem;
}
.footer-box .box1 .div h6{
	font-size: 0.2rem;
	color: #666;
}
.footer-box .box1 .ul{
	flex: 1;
	min-width: 0;
	display: flex;
	justify-content: flex-end;
}
.footer-box .box1 .ul li{
	margin-left: 8%;
}
.footer-box .box1 .ul li a{
	display: block;
	white-space: nowrap;
	font-size: 0.16rem;
	color: #666;
	margin-top: 0.18rem;
	transition: all 0.4s;
}
.footer-box .box1 .ul li>a:first-of-type{
	font-size: 0.18rem;
	color: #333;
	margin-top: 0;
	margin-bottom: 0.24rem;
}
.footer-box .box1 .ul li dl{
	display: flex;
}
.footer-box .box1 .ul li dl dd:first-of-type{
	margin-right: 0.3rem;
}
.footer-box .box1 .ul li dl dd a:first-of-type{
	margin-top: 0;
}

.footer-box .box2{
	padding: 0.24rem 0;
	border-top: 1px solid #ebebeb;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footer-box .box2 dt{
	
}
.footer-box .box2 dt p{
	font-size: 0.16rem;
	line-height: 1.5;
	margin-bottom: 0.1rem;
}
.footer-box .box2 dt p:last-of-type{
	margin-bottom: 0;
}
.footer-box .box2 dd{
	display: flex;
	align-items: center;
}
.footer-box .box2 dd a{
	flex-shrink: 0;
	width: 0.38rem;
	height: 0.38rem;
	text-align: center;
	line-height: 0.38rem;
	margin-right: 0.3rem;
	font-size: 0.22rem;
	border-radius: 50%;
	color: #666;
	border: 1px solid #ccc;
	transition: all 0.4s;
}
.footer-box .box2 dd a:last-of-type{
	margin-right: 0;
}
.footer-box .box2 dd a::after{
	content: "";
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
}
.footer-box .box2 dd .a1::after{
	content: "\e891";
}
.footer-box .box2 dd .a2::after{
	content: "\e892";
}
.footer-box .box2 dd .a3::after{
	content: "\e6e5";
}
.footer-box .box2 dd .a4::after{
	content: "\e8a5";
}
.footer-box .box2 dd p{
	text-align: center;
	margin-left: 0.48rem;
}
.footer-box .box2 dd p img{
	width: 1.22rem;
	border-radius: 0.1rem;
	border: 1px solid #ccc;
	padding: 0.07rem;
}
.footer-box .box2 dd p span{
	display: block;
	font-size: 0.14rem;
	color: #999;
	margin-top: 0.12rem;
}

.footer-box .box3{
	background-color: #ebebeb;
	padding: 0.2rem 0;
}
.footer-box .box3 .w1600{
	display: flex;
	align-items: center;
	justify-content: space-between;
	line-height: 1.5;
	color: #666;
}
.footer-box .box3 a{
	color: #666;
	transition: all 0.4s;
}

.banner-box{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 6.5rem;
}
.banner-box .img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.banner-box .h5{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
}
.banner-box .h5 img{
	width: 1.9rem;
}
.banner-box .h5 strong{
	display: block;
	font-size: 0.48rem;
	line-height: 1.3;
	margin: 0.06rem 0;
}
.banner-box .h5 p{
	font-size: 0.3rem;
	line-height: 1.4;
}
.banner-box .div{
	position: absolute;
	bottom: 0.3rem;
	left: 50%;
	transform: translateX(-50%);
	margin-bottom: 0;
}
.banner-box .div .crumbs-h6{
	color: #fff;
}
.banner-box .div .crumbs-h6 a{
	color: #fff;
}

.content-box{
	padding-top: 6.5rem;
}
.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;
}

.title-h5{
	display: flex;
	align-items: center;
	font-size: 0.3rem;
	font-weight: bold;
	margin-bottom: 0.56rem;
}
.title-h5 img{
	flex-shrink: 0;
	width: 0.24rem;
}

.paging-box{
	margin-top: 0.56rem;
	display: flex;
	justify-content: center;
}
.paging-box a{
	flex-shrink: 0;
	height: 0.4rem;
	line-height: 0.4rem;
	padding: 0 0.16rem;
	font-size: 0.14rem;
	background-color: #fff;
	border-radius: 0.06rem;
	border: 1px solid #ccc;
	margin: 0 0.06rem;
	transition: all 0.4s;
}
.paging-box .active{
	background-color: #ff6631;
	border-color: #ff6631;
	color: #fff;
}

.crumbs-h6{	
	display: flex;
	align-items: center;
	color: #333;
	font-size: 0.18rem;
	margin-bottom: 0.38rem;
}
.crumbs-h6::before{
	content: "\e85b";
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	flex-shrink: 0;
	width: 0.4rem;
	height: 0.4rem;
	background-color: #ff6631;
	border-radius: 50%;
	text-align: center;
	line-height: 0.4rem;
	font-size: 0.24rem;
	color: #fff;
}
.crumbs-h6 a{
	color: #333;
	padding: 0 0.1rem;
	transition: all 0.4s;
}
.crumbs-h6 i::after{
	content: "\e842";
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
}
.crumbs-h6 i:last-of-type{
	display: none;
}


.cpzx-box{
	
}
.cpzx-box .box1 .ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: -0.56rem;
}
.cpzx-box .box1 .ul li{
	flex-shrink: 0;
	width: 48.5%;
	margin-top: 0.56rem;
}
.cpzx-box .box1 .ul li a{
	display: block;
}
.cpzx-box .box1 .ul li em{
	display: block;
	position: relative;
	width: 100%;
	padding-bottom: 60%;
	border-radius: 0.2rem;
	overflow: hidden;
}
.cpzx-box .box1 .ul li em img{
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	top: 0;
	left: 0;
	transition: all 0.4s;
}
.cpzx-box .box1 .ul li dl{
	display: flex;
	justify-content: space-between;
	padding: 0.4rem 0.1rem 0;
}
.cpzx-box .box1 .ul li dt{
	flex-shrink: 0;
	width: 74%;
}
.cpzx-box .box1 .ul li dt h6{
	font-size: 0.3rem;
	transition: all 0.4s;
}
.cpzx-box .box1 .ul li dt p{
	font-size: 0.16rem;
	line-height: 1.5;
	height: 0.48rem;
	overflow: hidden;
	color: #666;
	margin-top: 0.16rem;
}
.cpzx-box .box1 .ul li dd{
	flex-shrink: 0;
	width: 0.72rem;
	height: 0.53rem;
	line-height: 0.53rem;
	text-align: center;
	background-image: url(../img/tb3.png);
	background-size: 100% 100%;
	color: #fff;
	font-size: 0.2rem;
	transition: all 0.4s;
}
.cpzx-box .box1 .ul li dd::after{
	content: "\e844";
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	padding-left: 0.14rem;
}


.cpxq-box{
	
}
.cpxq-box .box1{
	background-image: linear-gradient(#d7d7d7, #f3f3f2);
}
.cpxq-box .box1 .view{
	display: flex;
	justify-content: space-between;
	height: 5.8rem;
}
.cpxq-box .box1 .swiper-div{
	position: relative;
	flex-shrink: 0;
	width: 55%;
	height: 100%;
}
.cpxq-box .box1 .swiper-container{
	width: 100%;
	height: 100%;
	margin: 0;
	border-radius: 0.2rem;
}
.cpxq-box .box1 .swiper-slide{
	border-radius: 0.2rem;
	overflow: hidden;
}
.cpxq-box .box1 .swiper-slide img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.cpxq-box .box1 .div{
	position: relative;
	flex: 1;
	min-width: 0;
	margin-left: 0.68rem;
	height: 100%;
	background-color: #fff;
	border-radius: 0.2rem;
	box-shadow: 0px 1px 6px 0px rgba(51,51,51,0.15);
	box-sizing: border-box;
	padding: 0.6rem 0.6rem 0;
	color: #666;
}
.cpxq-box .box1 .div .title-h5{
	margin-bottom: 0.24rem;
	color: #333;
}
.cpxq-box .box1 .div p{
	font-size: 0.16rem;
	line-height: 1.6;
}
.cpxq-box .box1 .div dl{
	padding: 0.24rem 0;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	margin-top: 0.3rem;
}
.cpxq-box .box1 .div dt{
	font-size: 0.18rem;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 0.06rem;
}
.cpxq-box .box1 .div dd{
	font-size: 0.16rem;
	line-height: 1.6;
}
.cpxq-box .box1 .div a{
	position: absolute;
	left: 0.6rem;
	bottom: 0.6rem;
	width: calc(100% - 1.2rem);
	height: 0.56rem;
	text-align: center;
	line-height: 0.56rem;
	color: #fff;
	font-weight: bold;
	font-size: 0.18rem;
	border-radius: 0.3rem;
	background-image: linear-gradient(90deg, #ff861f, #ff6631);
}

.cpxq-box .box2{
	
}
.cpxq-box .box2 .div{
	background-color: #fff;
	border: 1px solid #e2e2e2;
	border-top: 2px solid #ff6631;
	border-radius: 0.2rem;
	padding: 0 0.6rem 0.6rem;
	overflow: hidden;
}
.cpxq-box .box2 .h6{
	width: 100%;
	background-color: #f8f8f7;
	padding: 0.3rem 0.6rem;
	margin-left: -0.6rem;
	font-size: 0.3rem;
	font-weight: bold;
}
.cpxq-box .box2 dl{
	padding-top: 0.4rem;
	margin-top: 0.3rem;
	border-top: 1px solid #e1e1e1;
}
.cpxq-box .box2 dl:first-of-type{
	border-top: 0;
	margin-top: 0;
}
.cpxq-box .box2 dt{
	display: flex;
	align-items: center;
	font-size: 0.24rem;
	font-weight: bold;
	margin-bottom: 0.2rem;
}
.cpxq-box .box2 dt img{
	flex-shrink: 0;
	width: 0.2rem;
}
.cpxq-box .box2 dd{
	
}
.cpxq-box .box2 dd{
	font-size: 0.18rem;
	line-height: 1.6;
	color: #666;
	padding-left: 0.2rem;
}


.ssal-box{
	
}
.ssal-box .box1{
	
}
.ssal-box .box1 .ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: -0.56rem;
}
.ssal-box .box1 .ul li{
	flex-shrink: 0;
	width: 48%;
	margin-top: 0.56rem;
}
.ssal-box .box1 .ul li a{
	display: flex;
	flex-direction: column;
	background-color: #f2f1f1;
	border-radius: 0.3rem;
	overflow: hidden;
}
.ssal-box .box1 .ul li:nth-of-type(2n) a{
	flex-direction: column-reverse;
}
.ssal-box .box1 .ul li em{
	flex-shrink: 0;
	display: block;
	position: relative;
	width: 100%;
	padding-bottom: 64%;
	overflow: hidden;
}
.ssal-box .box1 .ul li em img{
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	top: 0;
	left: 0;
	transition: all 0.4s;
}
.ssal-box .box1 .ul li div{
	position: relative;
	padding: 0.52rem 0.6rem;
}
.ssal-box .box1 .ul li div small{
	position: absolute;
	left: 80%;
	top: -0.31rem;
	z-index: 3;
	width: 0.62rem;
	height: 0.62rem;
	text-align: center;
	line-height: 0.62rem;
	font-size: 0.3rem;
	color: #fff;
	border-radius: 50%;
	background-color: #ff6631;
}
.ssal-box .box1 .ul li:nth-of-type(2n) div small{
	top: auto;
	bottom: -0.31rem;
}
.ssal-box .box1 .ul li div span{
	display: flex;
	align-items: center;
	font-size: 0.14rem;
	color: #666;
}
.ssal-box .box1 .ul li div span::before{
	content: "\e834";
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	font-size: 0.2rem;
	margin-right: 0.08rem;
	color: #999;
}
.ssal-box .box1 .ul li div h6{
	font-size: 0.3rem;
	line-height: 1.4;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin: 0.14rem 0 0.1rem;
	transition: all 0.4s;
}
.ssal-box .box1 .ul li div p{
	font-size: 0.16rem;
	line-height: 1.6;
	height: 0.76rem;
	overflow: hidden;
	color: #666;
	margin-bottom: 0.3rem;
}


.ywly-box{
	
}
.ywly-box .box1{
	
}
.ywly-box .box1 .ul{
	
}
.ywly-box .box1 .ul li{
	margin-top: 0.44rem;
}
.ywly-box .box1 .ul li:first-of-type{
	margin-top: 0;
}
.ywly-box .box1 .ul li a{
	position: relative;
	display: block;
	height: 6.0rem;
	background-color: #ccc;
	border-radius: 0.3rem;
	overflow: hidden;
}
.ywly-box .box1 .ul li a::before{
	content: "";
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
	width: 68%;
	height: 100%;
	background-image: linear-gradient(90deg,rgba(241,241,241,1) 66%,rgba(241,241,241,0));
}
.ywly-box .box1 .ul li .img{
	width: 60%;
	height: 100%;
	margin-left: 40%;
	object-fit: cover;
	transition: all 0.4s;
}
.ywly-box .box1 .ul li .i{
	position: absolute;
	top: 10%;
	right: 6%;
	z-index: 3;
	width: 1.1rem;
	height: 1.1rem;
	background-color: #ff6631;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.ywly-box .box1 .ul li .i img{
	width: 100%;
}
.ywly-box .box1 .ul li div{
	position: absolute;
	z-index: 4;
	top: 50%;
	left: 6%;
	width: 36.25%;
	transform: translateY(-50%);
}
.ywly-box .box1 .ul li div small{
	display: block;
	font-size: 0.36rem;
	color: #ff6631;
}
.ywly-box .box1 .ul li div h6{
	font-size: 0.42rem;
	line-height: 1.4;
	font-weight: bold;
	margin: 0.2rem 0;
	transition: all 0.4s;
}
.ywly-box .box1 .ul li div p{
	font-size: 0.16rem;
	line-height: 1.6;
	overflow: hidden;
	color: #666;
	margin-bottom: 0.8rem;
}
.ywly-box .box1 .ul li:nth-of-type(2n) a:before{
	left: auto;
	right: 0;
	transform: rotate(180deg);
}
.ywly-box .box1 .ul li:nth-of-type(2n) .i{
	right: auto;
	left: 6%;
}
.ywly-box .box1 .ul li:nth-of-type(2n) .img{
	margin-left: 0;
}
.ywly-box .box1 .ul li:nth-of-type(2n) div{
	left: auto;
	right: 6%;
}


.lxwm-box{
	
}
.lxwm-box .box1 .dl{
	display: flex;
	justify-content: space-between;
}
.lxwm-box .box1 .dl dd{
	flex-shrink: 0;
	width: 32%;
	background-color: #f8f8f8;
	box-sizing: border-box;
	padding: 0.62rem 0.6rem 0.5rem;
	border-radius: 0.2rem;
}
.lxwm-box .box1 .dl dd img{
	width: 0.6rem;
	margin-left: calc(100% - 0.6rem);
}
.lxwm-box .box1 .dl dd span{
	display: block;
	font-size: 0.18rem;
	color: #666;
	margin: 0.3rem 0 0.2rem;
}
.lxwm-box .box1 .dl dd p{
	font-size: 0.24rem;
	line-height: 1.5;
}

.lxwm-box .box2{
	background-image: url(../img/tp26.jpg);
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
}
.lxwm-box .box2 .h6{
	font-size: 0.24rem;
	margin-top: -0.24rem;
}
.lxwm-box .box2 .form{
	margin-top: 0.3rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.lxwm-box .box2 .form input{
	flex-shrink: 0;
	width: 49%;
	height: 0.52rem;
	box-sizing: border-box;
	background-color: #fff;
	border: 1px solid #e2e2e2;
	border-radius: 6px;
	padding: 0 0.2rem;
	font-size: 0.14rem;
	margin-bottom: 0.2rem;
}
.lxwm-box .box2 .form .message{
	    text-align: center;
    width: 100%;
    padding-top: 20px;
    color: #f00;
}
.lxwm-box .box2 .form textarea{
	flex-shrink: 0;
	width: 100%;
	resize: none;
	height: 1.26rem;
	box-sizing: border-box;
	background-color: #fff;
	border: 1px solid #e2e2e2;
	border-radius: 6px;
	padding: 0.14rem 0.2rem;
	font-size: 0.14rem;
	line-height: 1.6;
}
.lxwm-box .box2 .form button{
	flex-shrink: 0;
	width: 46%;
	height: 0.5rem;
	margin: 0.3rem auto 0;
	font-size: 0.16rem;
	color: #fff;
	font-weight: bold;
	font-size: 0.18rem;
	border-radius: 0.3rem;
	background-image: linear-gradient(90deg, #ff861f, #ff6631);
}

.lxwm-box .box3{
	
}
.lxwm-box .box3 .ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: -0.3rem;
}
.lxwm-box .box3 .ul li{
	flex-shrink: 0;
	width: 49%;
	background-color: #f8f8f8;
	box-sizing: border-box;
	padding: 0.5rem;
	border-radius: 0.2rem;
	margin-top: 0.3rem;
	cursor: pointer;
	transition: all 0.4s;
}
.lxwm-box .box3 .ul li dl{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.lxwm-box .box3 .ul li dt{
	display: flex;
	align-items: center;
	font-size: 0.3rem;
	transition: all 0.4s;
}
.lxwm-box .box3 .ul li dt::before{
	content: "\e827";
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	font-size: 0.5rem;
	color: #999;
	margin-right: 0.14rem;
	transition: all 0.4s;
}
.lxwm-box .box3 .ul li dd{
	display: flex;
	align-items: center;
	font-size: 0.18rem;
}
.lxwm-box .box3 .ul li dd::after{
	content: "\e839";
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	flex-shrink: 0;
	width: 0.4rem;
	height: 0.4rem;
	background-color: #ff6631;
	color: #fff;
	text-align: center;
	line-height: 0.4rem;
	border-radius: 50%;
	margin-left: 0.1rem;
}
.lxwm-box .box3 .ul li p{
	margin-top: 0.16rem;
	display: flex;
	flex-wrap: wrap;
}
.lxwm-box .box3 .ul li span{
	flex-shrink: 0;
	width: 50%;
	font-size: 0.18rem;
	color: #666;
	margin-top: 0.24rem;
}


.gywm-box{
	
}
.gywm-box .box1{
	background-image: url(../img/tp1.png);
	background-repeat: no-repeat;
	background-size: 78% auto;
	background-position: right 0 top 1.0rem;
}
.gywm-box .box1 .h4{
	font-size: 0.48rem;
	font-weight: bold;
	margin-top: -0.28rem;
	margin-bottom: 0.3rem;
}
.gywm-box .box1 p{
	width: 62%;
	font-size: 0.16rem;
	line-height: 1.6;
	margin-top: 0.2rem;
}
.gywm-box .box1 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 62%;
	margin-top: 0.2rem;
}
.gywm-box .box1 li{
	flex-shrink: 0;
	width: 48.5%;
	box-sizing: border-box;
	padding: 0.4rem 0.7rem;
	background-color: #f4f4f4;
	border-radius: 0.2rem;
	margin-top: 0.26rem;
}
.gywm-box .box1 li strong{
	display: inline-block;
	vertical-align: bottom;
	font-size: 0.72rem;
	color: #ff6631;
}
.gywm-box .box1 li small{
	display: inline-block;
	vertical-align: bottom;
	padding-bottom: 0.1rem;
	margin-left: 0.06rem;
	font-size: 0.3rem;
	color: #ff6631;
}
.gywm-box .box1 li span{
	display: block;
	font-size: 0.22rem;
	margin-top: 0.1rem;
	color: #666;
}

.gywm-box .box2{
	background-image: url(../img/tp11.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	color: #fff;
}
.gywm-box .box2 dl{
	display: flex;
	margin-top: -0.28rem;
}
.gywm-box .box2 dt{
	position: relative;
	flex-shrink: 0;
	width: 50%;
}
.gywm-box .box2 dt h4{
	font-size: 0.48rem;
	font-weight: bold;
	margin-bottom: 0.5rem;
}
.gywm-box .box2 dt h6{
	position: absolute;
	left: 0;
	bottom: 0;
}
.gywm-box .box2 dt h6 p{
	margin-top: 0.4rem;
}
.gywm-box .box2 dt h6 span{
	display: block;
	font-size: 0.42rem;
	line-height: 1.2;
}
.gywm-box .box2 dt h6 small{
	display: block;
	font-size: 0.18rem;
	line-height: 1.5;
}
.gywm-box .box2 dd{
	flex-shrink: 0;
	width: 50%;
	text-align: center;
}
.gywm-box .box2 dd p{
	margin-top: 0.8rem;
}
.gywm-box .box2 dd p:first-of-type{
	margin-top: 0;
}
.gywm-box .box2 dd p i{
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	width: 1.1rem;
	height: 1.1rem;
	background-color: rgba(255,102,49,0.8);
	border-radius: 50%;
}
.gywm-box .box2 dd p img{
	flex-shrink: 0;
	width: 0.7rem;
}
.gywm-box .box2 dd p strong{
	display: block;
	font-size: 0.38rem;
	margin: 0.2rem 0 0.1rem;
}
.gywm-box .box2 dd p span{
	display: block;
	font-size: 0.28rem;
	line-height: 1.4;
}

.gywm-box .box3{
	
}
.gywm-box .box3 .swiper-div{
	position: relative;
}
.gywm-box .box3 .swiper-slide{
	box-sizing: border-box;
	background-color: #f2f1f1;
	border-radius: 0.3rem;
	text-align: center;
	padding: 0.64rem 0 0.5rem;
}
.gywm-box .box3 .swiper-slide img{
	width: 60%;
}
.gywm-box .box3 .swiper-slide span{
	display: block;
	font-size: 0.16rem;
	margin-top: 0.4rem;
}
.gywm-box .box3 .swiper-pagination{
	position: static;
	margin-top: 0.4rem;
}


.gsdt-box{
	
}
.gsdt-box .box1{
	
}
.gsdt-box .box1 .ul{
	display: flex;
	flex-wrap: wrap;
	margin-top: -0.3rem;
}
.gsdt-box .box1 .ul li{
	flex-shrink: 0;
	width: 32%;
	margin-right: 2%;
	margin-top: 0.3rem;
	border-radius: 0.2rem;
	overflow: hidden;
	background-color: #f2f1f1;
}
.gsdt-box .box1 .ul li:nth-of-type(3n){
	margin-right: 0;
}
.gsdt-box .box1 .ul li a{
	display: block;
}
.gsdt-box .box1 .ul li em{
	flex-shrink: 0;
	display: block;
	position: relative;
	width: 100%;
	padding-bottom: 64%;
	overflow: hidden;
}
.gsdt-box .box1 .ul li img{
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	top: 0;
	left: 0;
	transition: all 0.4s;
}
.gsdt-box .box1 .ul li div{
	padding: 0.34rem 0.44rem;
}
.gsdt-box .box1 .ul li span{
	display: flex;
	align-items: center;
	font-size: 0.14rem;
	color: #666;
}
.gsdt-box .box1 .ul li span::before{
	content: "\e834";
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	font-size: 0.2rem;
	margin-right: 0.08rem;
	color: #999;
}
.gsdt-box .box1 .ul li h6{
	font-size: 0.24rem;
	line-height: 1.4;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin: 0.14rem 0 0.1rem;
	transition: all 0.4s;
}
.gsdt-box .box1 .ul li p{
	font-size: 0.16rem;
	line-height: 1.6;
	height: 0.76rem;
	overflow: hidden;
	color: #666;
	margin-bottom: 0.3rem;
}


.dtxq-box{
	
}
.dtxq-box .w1600{
	display: flex;
}
.dtxq-box .box1{
	flex: 1;
	min-width: 0;
}
.dtxq-box .box1 .div1{
	padding-bottom: 0.16rem;
}
.dtxq-box .box1 .div1 h5{
	font-size: 0.3rem;
	font-weight: bold;
	line-height: 1.3;
}
.dtxq-box .box1 .div1 h6{
	display: flex;
	align-items: center;
	margin-top: 0.14rem;
}
.dtxq-box .box1 .div1 h6::before{
	content: "\e834";
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	font-size: 0.2rem;
}
.dtxq-box .box1 .div1 span{
	font-size: 0.14rem;
	color: #666;
	padding: 0 0.24rem;
	border-left: 1px solid #ccc;
}
.dtxq-box .box1 .div1 span:first-of-type{
	border-left: 0;
	padding-left: 0.1rem;
}
.dtxq-box .box1 .div2{
	padding: 0.3rem 0;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
}
.dtxq-box .box1 .div2 p{
	font-size: 0.16rem;
	line-height: 1.6;
}
.dtxq-box .box1 .div2 img,
.dtxq-box .box1 .div2 video{
	width: auto !important;
	height: auto !important;
	max-width: 100%;
}
.dtxq-box .box1 .div3{
	display: flex;
	margin-top: 0.24rem;
	align-items: center;
}
.dtxq-box .box1 .div3 p{
	flex: 1;
	min-width: 0;
	margin-right: 0.2rem;
}
.dtxq-box .box1 .div3 p a{
	display: block;
	font-size: 0.18rem;
	padding: 0.1rem 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	transition: all 0.4s;
}
.dtxq-box .box1 .div3 p a i{
	color: #ff6631;
}
.dtxq-box .box1 .div3 .a{
	flex-shrink: 0;
	width: 1.8rem;
	height: 0.48rem;
	line-height: 0.48rem;
	text-align: center;
	border-radius: 0.24rem;
	color: #fff;
	font-size: 0.16rem;
	background-image: linear-gradient(90deg, #ff861f, #ff6631);
}
.dtxq-box .box1 .div3 .a::after{
	content: "\e844";
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	padding-left: 0.1rem;
	transition: all 0.4s;
}

.dtxq-box .box2{
	flex-shrink: 0;
	width: 32.5%;
	margin-left: 5%;
}
.dtxq-box .box2 .div1{
	
}
.dtxq-box .box2 .div1 a{
	position: relative;
	display: block;
	width: 100%;
	padding-bottom: 64%;
	overflow: hidden;
	border-radius: 0.2rem;
	margin-bottom: 0.24rem;
	box-shadow: 0px 1px 6px 0px rgba(51, 51, 51, 0.15);
}
.dtxq-box .box2 .div1 a::after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 3;
	width: 100%;
	height: 60%;
	background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.5));
}
.dtxq-box .box2 .div1 a img{
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	top: 0;
	left: 0;
	transition: all 0.4s;
}
.dtxq-box .box2 .div1 a span{
	position: absolute;
	z-index: 4;
	width: 90%;
	left: 5%;
	bottom: 0.28rem;
	color: #fff;
	font-size: 0.22rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	transition: all 0.4s;
}
.dtxq-box .box2 .div2{
	background-color: #fff;
	border-radius: 0.2rem;
	box-shadow: 0px 1px 6px 0px rgba(51, 51, 51, 0.15);
	border-top: 4px solid #ff6631;
	padding: 0 0.24rem 0.26rem;
}
.dtxq-box .box2 .div2 h6{
	display: flex;
	align-items: center;
	padding: 0.24rem 0;
	font-size: 0.24rem;
	font-weight: bold;
	border-bottom: 1px solid #e0e0e0;
}
.dtxq-box .box2 .div2 h6 img{
	flex-shrink: 0;
	width: 0.24rem;
}
.dtxq-box .box2 .div2 a{
	position: relative;
	display: block;
	padding: 0.24rem 0;
	padding-left: 0.18rem;
	font-size: 0.18rem;
	line-height: 1.5;
	border-bottom: 1px dashed #e0e0e0;
	transition: all 0.4s;
}
.dtxq-box .box2 .div2 a::before{
	content: "- ";
	color: #ff6631;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -0.15rem;
}


.sszx-box .box1{
	
}
.sszx-box .box1 form{
	display: flex;
	padding-bottom: 0.4rem;
	margin-bottom: 0.4rem;
	border-bottom: 1px solid #dedede;
}
.sszx-box .box1 form input{
	flex: 1;
	height: 0.6rem;
	box-sizing: border-box;
	padding: 0 0.2rem;
	font-size: 0.16rem;
	background-color: #f7f7f7;
}
.sszx-box .box1 form button{
	flex-shrink: 0;
	width: 1.4rem;
	height: 0.6rem;
	font-size: 0.28rem;
	color: #fff;
	background-color: #ff6631;
}
.sszx-box .box1 form button::after{
	content: "\e846";
	font-family: iconfont !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
}
.sszx-box .box1 .h5{
	font-size: 0.2rem;
	font-weight: bold;
	margin-bottom: 0.3rem;
}
.sszx-box .box1 .ul li a{
	display: block;
	border-bottom: 1px solid #dedede;
	line-height: 1.4;
	padding: 0.2rem 0;
	font-size: 0.16rem;
	transition: all 0.4s;
}


.swiper-box{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
}
.swiper-box .img1{
	position: absolute;
	z-index: 3;
	width: 2.84rem;
	top: 0;
	left: 4%;
}
.swiper-box .img2{
	position: absolute;
	z-index: 3;
	width: 3.8rem;
	bottom: 0;
	right: 0;
}
.swiper-box .swiper-slide .img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.swiper-box .swiper-slide .w1600{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
}
.swiper-box .swiper-slide .w1600 img{
	width: 1.9rem;
	opacity: 0;
	transform: translateX(1rem);
	transition: all 0.8s 0.3s;
}
.swiper-box .swiper-slide .w1600 strong{
	display: block;
	font-size: 0.48rem;
	line-height: 1.3;
	margin: 0.06rem 0 0.12rem;
	opacity: 0;
	transform: translateX(1rem);
	transition: all 0.8s 0.4s;
}
.swiper-box .swiper-slide .w1600 p{
	font-size: 0.3rem;
	line-height: 1.4;
	opacity: 0;
	transform: translateX(1rem);
	transition: all 0.8s 0.5s;
}
.swiper-box .swiper-slide-active .w1600 img,
.swiper-box .swiper-slide-active .w1600 strong,
.swiper-box .swiper-slide-active .w1600 p{
	opacity: 1;
	transform: translateX(0);
}
.swiper-box .swiper-dl{
	position: fixed;
	z-index: 4;
	display: flex;
	bottom: 0.6rem;
	right: 0;
	width: 3.4rem;
	justify-content: center;
}
.swiper-box .swiper-dl dd{
	position: static;
	transform: translateY(0);
	background: none;
	width: 0.67rem;
	height: 0.51rem;
	line-height: 0.51rem;
	background-size: 100% 100%;
	color: #fff;
	font-size: 0.22rem;
	text-align: center;
	box-sizing: border-box;
	margin-top: 0;
}
.swiper-box .swiper-dl .swiper-button-prev{
	background-image: url(../img/tb6l.png);
	padding-right: 0.14rem;
	margin-right: 0.18rem;
}
.swiper-box .swiper-dl .swiper-button-next{
	background-image: url(../img/tb6r.png);
	padding-left: 0.14rem;
}


.index-box{
	
}
.index-box .t-h5{
	font-size: 0.48rem;
	font-weight: bold;
}
.index-box .t-h5 span{
	font-size: 0.56rem;
	color: #ff6631;
}
.index-box .t-h6{
	font-size: 0.42rem;
	line-height: 1.3;
	margin-top: 0.1rem;
}
.index-box .box1{
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	background-image: url(../img/tp1.png);
	background-repeat: no-repeat;
	background-size: 78% auto;
	background-position: right 0 top 0.5rem;
}
.index-box .box1 .div1{
	flex-shrink: 0;
	width: 49.4%;
}
.index-box .box1 .div1 .t-h5{
	margin-bottom: 0.3rem;
}
.index-box .box1 .div1 p{
	font-size: 0.16rem;
	line-height: 1.6;
	margin-top: 0.2rem;
}
.index-box .box1 .div1 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 0.7rem;
}
.index-box .box1 .div1 li{
	flex-shrink: 0;
	width: 47%;
	box-sizing: border-box;
	padding-bottom: 0.26rem;
	border-bottom: 1px solid #dcdcdc;
	margin-top: 0.54rem;
}
.index-box .box1 .div1 li strong{
	display: inline-block;
	vertical-align: bottom;
	font-size: 0.72rem;
	color: #ff6631;
}
.index-box .box1 .div1 li small{
	display: inline-block;
	vertical-align: bottom;
	padding-bottom: 0.1rem;
	margin-left: 0.06rem;
	font-size: 0.3rem;
	color: #ff6631;
}
.index-box .box1 .div1 li span{
	display: block;
	font-size: 0.22rem;
	margin-top: 0.1rem;
	color: #666;
}
.index-box .box1 .div2{
	flex-shrink: 0;
	width: 5.0rem;
	padding-bottom: 1.06rem;
	text-align: right;
}
.index-box .box1 .div2 dl{
	margin-bottom: 0.8rem;
}
.index-box .box1 .div2 dl dt{
	font-size: 0.42rem;
}
.index-box .box1 .div2 dl dd{
	font-size: 0.3rem;
	color: #666;
	margin-top: 0.22rem;
}
.index-box .box1 .div2 h6{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-bottom: 0.68rem;
	padding-bottom: 0.4rem;
	border-bottom: 1px solid #dcdcdc;
}
.index-box .box1 .div2 h6:last-of-type{
	margin-bottom: 0;
}
.index-box .box1 .div2 h6 p{
	flex: 1;
	min-width: 0;
	margin-right: 0.24rem;
}
.index-box .box1 .div2 h6 strong{
	display: block;
	color: #ff6631;
	font-size: 0.4rem;
}
.index-box .box1 .div2 h6 span{
	display: block;
	font-size: 0.22rem;
	margin-top: 0.12rem;
	color: #666;
}
.index-box .box1 .div2 h6 img{
	flex-shrink: 0;
	width: 0.81rem;
}

.index-box .box2{
	position: relative;
}
.index-box .box2 .img1{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.index-box .box2 .img2{
	position: absolute;
	bottom: -0.6rem;
	left: 0;
	width: 3.84rem;
}
.index-box .box2 .w1600{
	position: relative;
	z-index: 3;
}
.index-box .box2 .dl{
	margin-bottom: 1.2rem;
}
.index-box .box2 .ul{
	display: flex;
	border-radius: 0.2rem;
	overflow: hidden;
}
.index-box .box2 .ul li{
	position: relative;
	flex: 1;
	min-width: 0;
	background-color: #f2f1f1;
	border-radius: 0.2rem;
	box-sizing: border-box;
	padding: 0.7rem 3% 0.5rem;
}
.index-box .box2 .ul .li1{
	position: relative;
	z-index: 3;
}
.index-box .box2 .ul .li2{
	flex: 1.4;
	border-radius: 0;
	color: #fff;
	padding: 0.7rem 4% 0.5rem;
}
.index-box .box2 .ul .li2:before{
	content: "";
	position: absolute;
	width: calc(100% + 0.6rem);
	height: 100%;
	top: 0;
	left: -0.3rem;
	background-image: linear-gradient(90deg, #ff861f, #ff6631);
}
.index-box .box2 .ul .li2::after{
	content: "";
	position: absolute;
	z-index: 3;
	width: 0.44rem;
	height: 1.3rem;
	top: 0;
	right: 10%;
	background-image: url(../img/ic17.png);
	background-size: 100% 100%;
}
.index-box .box2 .ul li h6{
	position: relative;
	z-index: 3;
	margin-bottom: 0.5rem;
}
.index-box .box2 .ul li h6 strong{
	display: block;
	font-size: 0.3rem;
}
.index-box .box2 .ul li h6 span{
	display: block;
	font-size: 0.24rem;
	margin-top: 0.14rem;
	opacity: 0.8;
}
.index-box .box2 .ul li dl{
	height: 3.1rem;
}
.index-box .box2 .ul li dd{
	position: relative;
	z-index: 3;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.index-box .box2 .ul .li1 dd a{
	flex-shrink: 0;
	width: 48%;
	font-size: 0.18rem;
	line-height: 1.4;
	height: 0.6rem;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #ccc;
	box-sizing: border-box;
	padding-left: 0.2rem;
	background-image: url(../img/tb4.png);
	background-size: 0.12rem;
	background-repeat: no-repeat;
	background-position: left center;
	transition: all 0.4s;
}
.index-box .box2 .ul .li3 dd a{
	width: 100%;
}
.index-box .box2 .ul .li2{
	
}
.index-box .box2 .ul .li2 dd a{
	flex-wrap: 0;
	width: 100%;
	font-size: 0.18rem;
	color: #fff;
	line-height: 1.4;
	height: 0.6rem;
	display: flex;
	align-items: center;
	border-bottom: 1px solid rgba(255,255,255,0.5);
	box-sizing: border-box;
	padding-right: 0.2rem;
	background-image: url(../img/tb4h.png);
	background-size: 0.12rem;
	background-repeat: no-repeat;
	background-position: right center;
	font-weight: bold;
}
.index-box .box2 .ul .li2 dd a img{
	flex-shrink: 0;
	width: 0.5rem;
	margin-right: 0.2rem;
}
.index-box .box2 .ul li .more-a{
	position: relative;
	z-index: 3;
}
.index-box .box2 .ul .li2 .more-a{
	color: #fff;
}

.index-box .box3{
	padding-top: 0;
}
.index-box .box3 .t-h5{
	text-align: center;
}
.index-box .box3 .h6{
	text-align: center;
	font-size: 0.3rem;
	line-height: 1.4;
	margin-top: 0.2rem;
}
.index-box .box3 .swiper-container{
	height: 7.4rem;
	border-radius: 0.3rem;
	margin-top: 0.5rem;
}
.index-box .box3 .ol{
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 0 10%;
	box-sizing: border-box;
	background-image: linear-gradient(90deg, rgba(255,134,31,0.8), rgba(255,102,49,0.8));
}
.index-box .box3 .ol li{
	position: relative;
	height: 1.2rem;
	line-height: 1.2rem;
	font-size: 0.24rem;
	color: #fff;
	cursor: pointer;
}
.index-box .box3 .ol li:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 6px;
	background-color: #ff6631;
	transition: all 0.4s;
}
.index-box .box3 .ol li img{
	position: absolute;
	left: 102%;
	top: 50%;
	transform: translateY(-50%);
	width: 0.74rem;
}
.index-box .box3 .ol .active{
	font-weight: bold;
}
.index-box .box3 .ol .active:before{
	width: 100%;
}
.index-box .box3 .swiper-slide{
	
}
.index-box .box3 .swiper-slide a{
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.index-box .box3 .swiper-slide a:before{
	content: "";
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 60%;
	height: 100%;
	background-image: linear-gradient(90deg, rgba(241,241,241,1) 30%, rgba(241,241,241,0));
}
.index-box .box3 .swiper-slide .img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.4s;
}
.index-box .box3 .swiper-slide .w1600{
	position: absolute;
	z-index: 3;
	top: 38%;
	left: 50%;
	transform: translateX(-50%);
}
.index-box .box3 .swiper-slide h6{
	font-size: 0.48rem;
	font-weight: bold;
	transition: all 0.4s;
}
.index-box .box3 .swiper-slide p{
	font-size: 0.3rem;
	margin: 0.24rem 0;
	height: 1.3rem;
}
.index-box .box3 .swiper-dl{
	position: absolute;
	right: 0.3rem;
	bottom: 0.5rem;
	display: flex;
}
.index-box .box3 .swiper-dl dd{
	position: static;
	margin: 0 0.06rem;
	transform: translateY(0);
}

.index-box .box4{
	position: relative;
	background-image: linear-gradient(rgba(241,241,241,1) 10%, rgba(241,241,241,0));
}
.index-box .box4 .img1{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 4.06rem;
}
.index-box .box4 .w1600{
	position: relative;
	z-index: 3;
}
.index-box .box4 .div{
	position: relative;
	padding-right: 1.7rem;
}
.index-box .box4 .div .more-a{
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.index-box .box4 .ul{
	display: flex;
	margin-top: 0.5rem;
}
.index-box .box4 .ul li{
	flex: 1;
	min-width: 0;
	margin-right: 0.16rem;
}
.index-box .box4 .ul li:last-of-type{
	margin-right: 0;
}
.index-box .box4 .ul li a{
	display: flex;
	flex-direction: column;
	border-radius: 0.2rem;
	overflow: hidden;
	background-color: #f2f1f1;
	transition: all 0.4s;
}
.index-box .box4 .ul li:nth-of-type(2n) a{
	flex-direction: column-reverse;
}
.index-box .box4 .ul li em{
	flex-shrink: 0;
	position: relative;
	display: block;
	width: 100%;
	padding-bottom: 2.16rem;
	border-radius: 0.2rem;
	overflow: hidden;
}
.index-box .box4 .ul li img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.4s;
}
.index-box .box4 .ul li div{
	flex-shrink: 0;
	position: relative;
	padding: 0.24rem 0.32rem;
}
.index-box .box4 .ul li small{
	position: absolute;
	font-size: 0.36rem;
	top: -0.18rem;
	right: 12%;
	color: #ff6631;
	transition: all 0.4s;
} 
.index-box .box4 .ul li:nth-of-type(2n) small{
	top: auto;
	bottom: -0.18rem;
}
.index-box .box4 .ul li h6{
	font-size: 0.2rem;
	font-weight: bold;
	transition: all 0.4s;
}
.index-box .box4 .ul li p{
	font-size: 0.16rem;
	line-height: 1.6;
	height: 0.76rem;
	overflow: hidden;
	color: #666;
	margin: 0.16rem 0 0.2rem;
	transition: all 0.4s;
}

.index-box .box5{
	padding-top: 0;
}
.index-box .box5 .div{
	position: relative;
	padding-right: 1.7rem;
}
.index-box .box5 .div .more-a{
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.index-box .box5 .ul{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin-top: 0.5rem;
	padding-left: 40%;
}
.index-box .box5 .ul li{
	flex-shrink: 0;
	width: calc(50% - 0.2rem);
	margin-left: 0.2rem;
	margin-top: 0.2rem;
}
.index-box .box5 .ul li:nth-of-type(2),
.index-box .box5 .ul li:nth-of-type(3){
	margin-top: 0;
}
.index-box .box5 .ul li a{
	display: block;
	border-radius: 0.2rem;
	padding: 0.6rem 0.5rem 0.5rem;
	overflow: hidden;
	background-color: #f2f1f1;
	transition: all 0.4s;
}
.index-box .box5 .ul li span{
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #666;
}
.index-box .box5 .ul li span strong{
	font-weight: normal;
	font-size: 0.14rem;
}
.index-box .box5 .ul li span i{
	display: flex;
	align-items: center;
	font-size: 0.12rem;
}
.index-box .box5 .ul li span i:before{
	content: "\e834";
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	font-size: 0.16rem;
	margin-right: 0.08rem;
	color: #999;
}
.index-box .box5 .ul li h6{
	font-size: 0.22rem;
	line-height: 1.5;
	height: 0.66rem;
	overflow: hidden;
	margin: 0.3rem 0;
	transition: all 0.4s;
}
.index-box .box5 .ul li .more-a{
	justify-content: flex-end;
}
.index-box .box5 .ul li:nth-of-type(1){
	position: absolute;
	width: 40%;
	height: 100%;
	top: 0;
	left: 0;
	margin: 0;
}
.index-box .box5 .ul li:nth-of-type(1) a{
	position: relative;
	padding: 0;
	height: 100%;
}
.index-box .box5 .ul li:nth-of-type(1) em{
	display: block;
	height: calc(50% + 0.1rem);
	overflow: hidden;
	border-radius: 0.2rem;
}
.index-box .box5 .ul li:nth-of-type(1) img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.4s;
}
.index-box .box5 .ul li:nth-of-type(1) div{
	padding: 0.3rem 0.5rem 0;
}
.index-box .box5 .ul li:nth-of-type(1) h6{
	height: auto;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-bottom: 0.16rem;
}
.index-box .box5 .ul li:nth-of-type(1) p{
	font-size: 0.16rem;
	line-height: 1.6;
	color: #666;
	height: 0.52rem;
	overflow: hidden;
	margin-bottom: 0.3rem;
}
.index-box .box5 .ul li:nth-of-type(1) .more-a{
	position: absolute;
	bottom: 0.5rem;
	left: 0.5rem;
	justify-content: flex-start;
}







@media (min-width: 1200px) {
	.index-box .box5 .ul li:hover img{
		transform: scale(1.1);
	}
	.index-box .box5 .ul li:hover .more-a i{
		margin-left: 0.1rem;
	}
	.index-box .box5 .ul li:hover .more-a{
		color: #ff6631;
	}
	.index-box .box5 .ul li:hover h6{
		color: #ff6631;
	}
	.index-box .box4 .ul li:hover .more-a i{
		margin-left: 0.1rem;
	}
	.index-box .box4 .ul li:hover small{
		color: #fff;
	}
	.index-box .box4 .ul li:hover h6{
		color: #fff;
	}
	.index-box .box4 .ul li:hover p{
		color: #fff;
	}
	.index-box .box4 .ul li:hover img{
		transform: scale(1.1);
	}
	.index-box .box4 .ul li:hover a{
		background-color: #ff6631;
	}
	.index-box .box3 .swiper-slide a:hover h6{
		color: #ff6631;
	}
	.index-box .box3 .swiper-slide a:hover .img{
		transform: scale(1.1);
	}
	.index-box .box3 .swiper-slide a:hover .more-a i{
		margin-left: 0.1rem;
	}
	.index-box .box3 .swiper-slide a:hover .more-a{
		color: #ff6631;
	}
	.index-box .box3 .ol li:hover:before{
		width: 100%;
	}
	.index-box .box2 .ul .li1 dd a:hover{
		color: #ff6631;
	}
	.dtxq-box .box1 .div3 p a:hover{
		color: #ff6631;
	}
	.dtxq-box .box1 .div3 .a:hover::after{
		margin-left: 0.14rem;
	}
	.dtxq-box .box2 .div2 a:hover{
		color: #ff6631;
	}
	.dtxq-box .box2 .div1 a:hover img{
		transform: scale(1.1);
	}
	.dtxq-box .box2 .div1 a:hover span{
		color: #ff6631;
	}
	.gsdt-box .box1 .ul li:hover .more-a i{
		margin-left: 0.1rem;
	}
	.gsdt-box .box1 .ul li:hover .more-a{
		color: #ff6631;
	}
	.gsdt-box .box1 .ul li:hover h6{
		color: #ff6631;
	}
	.gsdt-box .box1 .ul li:hover img{
		transform: scale(1.1);
	}
	.lxwm-box .box3 .ul li:hover dt::before{
		color: #ff6631;
	}
	.lxwm-box .box3 .ul li:hover dt{
		color: #ff6631;
	}
	.lxwm-box .box3 .ul li:hover{
		box-shadow: 0 0 0.2rem rgba(0,0,0,0.15);
	}
	.ywly-box .box1 .ul li:hover .more-a i{
		margin-left: 0.1rem;
	}
	.ywly-box .box1 .ul li:hover .more-a{
		color: #ff6631;
	}
	.ywly-box .box1 .ul li:hover div h6{
		color: #ff6631;
	}
	.ywly-box .box1 .ul li:hover .img{
		transform: scale(1.1);
	}
	.ssal-box .box1 .ul li:hover .more-a i{
		margin-left: 0.1rem;
	}
	.ssal-box .box1 .ul li:hover .more-a{
		color: #ff6631;
	}
	.ssal-box .box1 .ul li:hover em img{
		transform: scale(1.1);
	}
	.ssal-box .box1 .ul li:hover div h6{
		color: #ff6631;
	}
	.cpzx-box .box1 .ul li:hover dd{
		transform: translateX(0.1rem);
	}
	.cpzx-box .box1 .ul li:hover dt h6{
		color: #ff6631;
	}
	.cpzx-box .box1 .ul li:hover em img{
		transform: scale(1.1);
	}
	.footer-box .box2 dd a:hover{
		border-color: #ff6631;
		color: #ff6631;
	}
	.paging-box a:hover{
		border-color: #ff6631;
		color: #ff6631;
	}
	.footer-box .box3 a:hover{
		color: #ff6631;
	}
	.footer-box .box1 .ul li a:hover{
		color: #ff6631;
	}
	.banner-box .crumbs-h6 a:hover{
		color: #ff6631;
	}
	.header-box .cd-ul li:hover .a::after{
		width: 0.3rem;
	}
	.header-box .cd-ul li:hover p{
		top: calc(100% + 0.1rem);
		opacity: 1;
		pointer-events: auto;
	}
	.header-box .cd-ul li p a:hover{
		color: #ff6631;
	}
	.header-box .ss-a:hover{
		color: #ff6631;
	}
	.header-box .yy-dl:hover dd{
		height: 0.56rem;
	}
	.header-box .yy-dl dd a:hover{
		color: #ff6631;
	}
	.more-a:hover i{
		margin-left: 0.1rem;
	}
	.more-a:hover{
		color: #ff6631;
	}
	.swiper-button:hover{
		background-color: #ff6631;
		border-color: #ff6631;
		color: #fff;
	}
}

@media (max-width: 1600px) {
	html{
		font-size: 95px;
	}
	.index-box .box3 .view{
		height: 5.6rem;
	}
	.index-box .box3 .div2{
		width: 3.8rem;
	}
}

@media (max-width: 1500px) {
	html{
		font-size: 90px;
	}
}

/* 小屏电脑端 */
@media (max-width: 1400px) {
	html{
		font-size: 85px;
	}
}

/* 竖屏平板端 */
@media (max-width: 1200px) {
	html{
		font-size: 80px;
	}
}

/* 手机端 */
@media (max-width: 768px) {
	body{
		padding-top: 0.7rem;
	}
	.w1600{
		width: calc(100% - 0.48rem);
	}
	.pd,.pds{
		padding: 0.5rem 0;
	}
	.header-box,.xq-body .header-box{
		height: 0.7rem;
		background-color: #fff;
		box-shadow: 0 0 0.15rem rgba(0, 0, 0, 0.2);
	}
	.header-box .ss-a{
		display: none;
	}
	.header-box .yy-dl{
		display: none;
	}
	.header-box .lg-a img:nth-of-type(1){
		opacity: 0;
	}
	.header-box .lg-a img:nth-of-type(2){
		opacity: 1;
	}
	.header-box .w1600{
		justify-content: flex-start;
	}
	.header-box .cd-ul{
		display: none;
		position: absolute;
		width: 100%;
		top: 100%;
		left: 0;
		margin: 0;
		background-color: #fff;
		box-sizing: border-box;
		padding: 0.1rem 0.24rem;
		box-shadow: 0 0.06rem 0.1rem rgba(0,0,0,0.2);
		border-top: 1px solid #e5e5e5;
	}
	.header-box .cd-ul li{
		display: block;
		padding: 0;
		border-bottom: 1px solid #e5e5e5;
		margin-right: 0;
	}
	.header-box .cd-ul li:last-of-type{
		border-bottom: 0;
	}
	.header-box .cd-ul li .a{
		display: flex;
		font-size: 0.18rem;
		align-items: center;
		justify-content: space-between;
		height: 0.56rem !important;
		line-height: 0.56rem !important;
		color: #333;
		padding: 0;
		font-weight: normal;
	}
	.header-box .cd-ul li .a::after{
		bottom: -1px;
	}
	.header-box .cd-ul li .a i{
		display: block;
	}
	.header-box .cd-ul li p{
		position: static;
		width: 100%;
		border-radius: 0;
		background-color: #f7f7f7;
		padding: 0.08rem 0.2rem;
		opacity: 1;
		pointer-events: auto;
		transform: translateX(0);
		box-sizing: border-box;
		box-shadow: none;
		transition: none;
		display: none;
	}
	.header-box .cd-ul li p::before,
	.header-box .cd-ul li p::after{
		display: none;
	}
	.header-box .cd-ul li p a{
		color: #999;
		height: 0.4rem;
		line-height: 0.4rem;
		display: block;
		padding: 0;
		text-align: left;
	}
	.header-box .menu-dl{
		display: flex;
	}
	.banner-box{
		padding-top: 0;
		position: relative;
		height: 52vw;
	}
	.banner-box .h5 img{
		width: 1.4rem;
	}
	.banner-box .h5 strong{
		font-size: 0.36rem;
	}
	.banner-box .h5 p{
		font-size: 0.20rem;
	}
	.banner-box .div{
		display: none;
	}
	.content-box{
		padding-top: 0;
	}
	.content1-box{
		padding-top: 0;
	}
	.content2-box{
		padding-top: 0;
	}
	.content3-box{
		padding-top: 0;
	}
	.title-h5{
		margin-bottom: 0.4rem;
	}
	.paging-box{
		margin-top: 0.4rem;
	}
	.md-i{
		transform: translateY(-0.7rem);
	}
	.footer-box{
		background-color: #f7f7f7;
	}
	.footer-box .box1{
		padding: 0.4rem 0;
	}
	.footer-box .box1 .ul{
		display: none;
	}
	.footer-box .box2{
		display: block;
	}
	.footer-box .box2 dd{
		margin-top: 0.24rem;
	}
	.footer-box .box2 dd a{
		display: none;
	}
	.footer-box .box2 dd p{
		margin-left: 0;
		margin-right: 0.4rem;
	}
	.footer-box .box3 .w1600{
		display: block;
	}
	.footer-box .box3 .w1600 p{
		margin-bottom: 0.1rem;
	}
	
	
	.lxwm-box .box1 .dl{
		display: block;
	}
	.lxwm-box .box1 .dl dd{
		width: 100%;
		margin-top: 0.2rem;
		padding: 0.4rem;
	}
	.lxwm-box .box1 .dl dd span{
		margin: 0.1rem 0 0.2rem;
	}
	.lxwm-box .box1 .dl dd p{
		font-size: 0.22rem;
	}
	.lxwm-box .box2{
		background-attachment: initial;
	}
	.lxwm-box .box2 .h6{
		font-size: 0.2rem;
	}
	.lxwm-box .box3 .ul{
		margin-top: 0;
		display: block;
	}
	.lxwm-box .box3 .ul li{
		width: 100%;
		margin-top: 0.2rem;
		padding: 0.4rem;
	}
	.lxwm-box .box3 .ul li p{
		display: block;
		margin-top: 0.24rem;
	}
	.lxwm-box .box3 .ul li span{
		width: 100%;
		display: block;
		margin-top: 0.16rem;
	}
	
	.ssal-box .box1 .ul{
		display: block;
		margin-top: 0;
	}
	.ssal-box .box1 .ul li{
		width: 100%;
		margin-top: 0.24rem;
	}
	.ssal-box .box1 .ul li:nth-of-type(2n) a{
		flex-direction: column;
	}
	.ssal-box .box1 .ul li:nth-of-type(2n) div small{
		bottom: auto;
		top: -0.31rem;
	}
	.ssal-box .box1 .ul li div{
		padding: 0.4rem;
	}
	
	.dtxq-box .box1 .div1 h5{
		font-size: 0.24rem;
	}
	
	.ywly-box .box1 .ul li{
		margin-top: 0.3rem;
	}
	.ywly-box .box1 .ul li a{
		display: block;
		height: auto;
	}
	.ywly-box .box1 .ul li a::before{
		display: none;
	}
	.ywly-box .box1 .ul li .img{
		height: 50vw;
		margin-left: 0;
		width: 100%;
	}
	.ywly-box .box1 .ul li div{
		position: static;
		width: 100%;
		transform: translateY(0);
		padding: 0.3rem;
		box-sizing: border-box;
		background-color: #f7f7f7
	}
	.ywly-box .box1 .ul li div h6{
		font-size: 0.32rem;
	}
	.ywly-box .box1 .ul li div p{
		margin-bottom: 0.3rem;
	}
	.ywly-box .box1 .ul li .i{
		width: 0.8rem;
		height: 0.8rem;
	}
	.ywly-box .box1 .ul li:nth-of-type(2n) .i{
		right: 6%;
		left: auto;
	}
	
	.cpzx-box .box1 .ul{
		display: block;
		margin-top: 0;
	}
	.cpzx-box .box1 .ul li{
		width: 100%;
		margin-top: 0.3rem;
	}
	.cpzx-box .box1 .ul li dl{
		padding: 0.3rem 0 0;
	}
	
	.cpxq-box .box1 .view{
		display: block;
		height: auto;
	}
	.cpxq-box .box1 .swiper-div{
		width: 100%;
		height: 60vw;
	}
	.cpxq-box .box1 .div{
		height: auto;
		margin-left: 0;
		margin-top: 0.24rem;
		padding: 0.3rem;
	}
	.cpxq-box .box1 .div a{
		position: static;
		display: block;
		width: 100%;
		margin-top: 0.24rem;
	}
	.cpxq-box .box2 .div{
		padding: 0 0.3rem 0.3rem;
	}
	
	.gywm-box .box1{
		background-size: 100% auto;
	}
	.gywm-box .box1 .h4{
		font-size: 0.38rem;
		margin-top: 0;
	}
	.gywm-box .box1 p{
		width: 100%;
	}
	.gywm-box .box1 ul{
		width: 100%;
	}
	.gywm-box .box1 li{
		padding: 0.3rem 0.24rem;
		margin-top: 0.14rem;
	}
	.gywm-box .box1 li span{
		font-size: 0.2rem;
	}
	.gywm-box .box1 li strong{
		font-size: 0.6rem;
	}
	.gywm-box .box2 dl{
		display: block;
		margin-top: 0;
	}
	.gywm-box .box2 dt{
		width: 100%;
	}
	.gywm-box .box2 dt h6{
		position: static;
	}
	.gywm-box .box2 dt h6 span{
		font-size: 0.32rem;
	}
	.gywm-box .box2 dt h4{
		font-size: 0.38rem;
		margin-bottom: 0.3rem;
	}
	.gywm-box .box2 dt h5 span{
		font-size: 0.24rem;
	}
	.gywm-box .box2 dd{
		margin-top: 0.4rem;
		display: flex;
		width: 100%;
		justify-content: space-between;
	}
	.gywm-box .box2 dd p{
		margin-top: 0;
		width: 48%;
	}
	.gywm-box .box2 dd p i{
		width: 1.0rem;
		height: 1.0rem;
	}
	.gywm-box .box2 dd p img{
		width: 0.62rem;
	}
	.gywm-box .box2 dd p strong{
		font-size: 0.28rem;
	}
	.gywm-box .box2 dd p span{
		font-size: 0.22rem;
	}
	.gywm-box .box3 .swiper-slide{
		padding: 0.3rem 0;
	}
	.gywm-box .box3 .swiper-slide span{
		margin-top: 0.24rem;
	}
	
	.gsdt-box .box1 .ul{
		display: block;
		margin-top: 0;
	}
	.gsdt-box .box1 .ul li{
		width: 100%;
		margin-top: 0.24rem;
	}
	.gsdt-box .box1 .ul li div{
		padding: 0.3rem;
	}
	
	.dtxq-box .box2{
		display: none;
	}
	.dtxq-box .box1 .div1 span{
		padding: 0 0.12rem;
	}
	.dtxq-box .box1 .div1 h6::before{
		display: none;
	}
	.dtxq-box .box1 .div1 span:first-of-type{
		padding-left: 0;
	}
	
	.swiper-box{
		position: relative;
		height: 60vw;
	}
	.swiper-box .swiper-dl{
		display: none;
	}
	.swiper-box .img1{
		display: none;
	}
	.swiper-box .img2{
		display: none;
	}
	.swiper-box .swiper-slide .w1600 strong{
		font-size: 0.42rem;
	}
	.swiper-box .swiper-slide .w1600 p{
		font-size: 0.28rem;
	}
	
	.index-box .t-h5{
		font-size: 0.38rem;
	}
	.index-box .t-h6{
		font-size: 0.24rem;
		margin-top: 0.2rem;
	}
	.index-box .box1{
		display: block;
		background-size: 100% auto;
	}
	.index-box .box1 .div1{
		width: 100%;
	}
	.index-box .box1 .div1 .t-h5{
		font-size: 0.38rem;
	}
	.index-box .t-h5 span{
		font-size: 0.38rem;
	}
	.index-box .box1 .div1 ul{
		margin-bottom: 0.4rem;
	}
	.index-box .box1 .div1 li{
		margin-top: 0.4rem;
	}
	.index-box .box1 .div1 li strong{
		font-size: 0.64rem;
	}
	.index-box .box1 .div2{
		width: 100%;
		margin-top: 0.4rem;
		text-align: left;
		padding-bottom: 0;
	}
	.index-box .box1 .div2 dl{
		margin-bottom: 0.4rem;
	}
	.index-box .box1 .div2 dl dt{
		font-size: 0.36rem;
	}
	.index-box .box1 .div2 dl dd{
		font-size: 0.24rem;
	}
	.index-box .box1 .div2 h6{
		margin-bottom: 0.3rem;
		padding-bottom: 0.3rem;
	}
	.index-box .box1 .div2 h6 strong{
		font-size: 0.32rem;
		margin-bottom: 0.2rem;
	}
	
	.index-box .box2 .dl{
		margin-bottom: 0.4rem;
	}
	.index-box .box2 .ul{
		display: block;
	}
	.index-box .box2 .ul li{
		padding: 0.4rem 0.3rem;
	}
	.index-box .box2 .ul li h6{
		margin-bottom: 0.24rem;
	}
	.index-box .box2 .ul li dl{
		height: auto;
		margin-bottom: 0.4rem;
	}
	
	.index-box .box3 .h6{
		font-size: 0.24rem;
	}
	.index-box .box3 .ol li img{
		display: none;
	}
	.index-box .box3 .swiper-container{
		margin-top: 0.4rem;
		height: 66vw;
	}
	.index-box .box3 .ol{
		display: none;
	}
	.index-box .box3 .swiper-slide h6{
		font-size: 0.38rem;
	}
	.index-box .box3 .swiper-slide .w1600{
		top: 23%;
	}
	.index-box .box3 .swiper-slide a:before{
		width: 100%;
	}
	.index-box .box3 .swiper-slide p{
		height: 0.6rem;
		font-size: 0.24rem;
	}
	.index-box .box3 .swiper-dl{
		bottom: 0.3rem;
		right: 0.1rem;
	}
	
	.index-box .box4 .div{
		padding-right: 0;
	}
	.index-box .box4 .div .more-a{
		position: static;
		transform: translateY(0);
		margin-top: 0.3rem;
	}
	.index-box .box4 .ul{
		display: block;
		margin-top: 0.4rem;
	}
	.index-box .box4 .ul li a{
		background-color: #fff;
	}
	.index-box .box4 .ul li div{
		padding: 0.3rem;
	}
	.index-box .box4 .ul li:nth-of-type(2n) a{
		flex-direction: column;
	}
	.index-box .box4 .ul li:nth-of-type(2n) small{
		bottom: auto;
		top: -0.18rem;
	}
	
	.index-box .box5 .div{
		padding-right: 0;
	}
	.index-box .box5 .div .more-a{
		position: static;
		transform: translateY(0);
		margin-top: 0.3rem;
	}
	.index-box .box5 .ul{
		display: block;
		padding-left: 0;
		margin-top: 0.4rem;
	}
	.index-box .box5 .ul li{
		width: 100%;
		margin-left: 0;
		margin-top: 0.2rem !important;
	}
	.index-box .box5 .ul li a{
		padding: 0.3rem;
	}
	.index-box .box5 .ul li:nth-of-type(1){
		position: static;
		width: 100%;
	}
	.index-box .box5 .ul li:nth-of-type(1) div{
		padding: 0.3rem;
	}
	.index-box .box5 .ul li:nth-of-type(1) .more-a{
		position: static;
	}
	
}
