@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","Microsoft YaHei","PingFangSC-Regular","黑体","宋体","KaiTi",sans-serif;
}
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: 200;}
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;
}
.clear-both::after{
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}
.w1200{
    width: 12rem;
    display: block;
    margin: 0 auto;
    box-sizing: border-box;
}

.pd{
	padding: 0.8rem 0;
}
.pd2{
	padding: 1.0rem 0;
}
.is{
    display: block;
    height: 1px;
}
.md-i {
    display: block;
    transform: translateY(-1rem);
}

.mCSB_inside > .mCSB_container{
	margin-right: 0.16rem;
}
.mCSB_scrollTools{
	width: 2px;
}
.mCSB_scrollTools .mCSB_draggerRail{
	width: 2px;
	background-color: #d2d2d2;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	background-color: #e63422;
}
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, 
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
	background-color: #e63422;
}

.swiper-pagination{
	bottom: 0 !important;
	font-size: 0;
	display: flex;
	justify-content: center;
}
.swiper-pagination span{
	height: 2px;
	background-color: #d9d9d9;
	margin: 0 0.12rem 0 0 !important;
	opacity: 1;
	border-radius: 0;
	transition: all 0.4s;
}
.swiper-pagination span:last-of-type{
	margin-right: 0;
}
.swiper-pagination .swiper-pagination-bullet-active{
	background-color: #ed3e29 !important;
}

.head-box{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 9;
	transition: all 0.4s;
}
.head-box .box1{
	height: 0.5rem;
	background-color: rgba(232,53,46,0);
	transition: all 0.4s;
}
.head-box .box1 .w1200{
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.head-box .box1 .w1200 a{
	font-size: 0.16rem;
	color: #999;
	transition: all 0.4s;
}
.head-box .box1 .w1200 i{
	flex-shrink: 0;
	width: 1px;
	height: 0.16rem;
	background-color: #999;
	margin: 0 0.26rem;
}

.head-box .box2{
	position: relative;
	height: 0.7rem;
	background-color: rgba(255,255,255,0);
	transition: all 0.4s;
}
.head-box .box2 .w1200{
	height: 100%;
	display: flex;
	justify-content: space-between;
}
.head-box .box2 .lg-a{
	flex-shrink: 0;
	width: 0.5rem;
	height: 100%;
	position: relative;
}
.head-box .box2 .lg-a img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: all 0.4s;
}
.head-box .box2 .lg-a img:nth-of-type(1){
	opacity: 1;
}
.head-box .box2 .lg-a img:nth-of-type(2){
	opacity: 0;
}
.head-box .box2 .lj-ul{
	display: flex;
}
.head-box .box2 .lj-ul li{
	position: relative;
	margin-right: 0.9rem;
}
.head-box .box2 .lj-ul li:last-of-type{
	margin-right: 0;
}
.head-box .box2 .lj-ul .hide-li{
	display: none;
}
.head-box .box2 .lj-ul li>a{
	display: block;
	height: 0.7rem;
	line-height: 0.7rem;
	white-space: nowrap;
	font-size: 0.16rem;
	color: #999;
	transition: all 0.4s;
}
.head-box .box2 .lj-ul .active>a{
	color: #e63422 !important;
}
.head-box .box2 .lj-ul li>a i{
	display: none;
	transition: all 0.4s;
}
.head-box .box2 .lj-ul .show>a i{
	transform: rotate(-135deg);
}
.head-box .box2 .lj-ul li p{
	position: absolute;
	width: 1.5rem;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	background-color: #fff;
	box-shadow: 0 0.05rem 0.1rem rgba(0,0,0,0.2);
	display: none;
}
.head-box .box2 .lj-ul li p a{
	display: block;
	height: 0.44rem;
	line-height: 0.44rem;
	white-space: nowrap;
	padding: 0 0.2rem;
	font-size: 0.14rem;
	color: #999;
	border-top: 1px solid #dedede;
}

.head-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: #e63422;
    z-index: 12;
	border-radius: 4px;
    transition: all 0.5s ease;
}
.head-box .menu-dl dt{
    width: 24px;
}
.head-box .menu-dl dt i{
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    margin: 6px 0;
    transition: all 0.5s ease;
}
.head-box .menu-active{
	
}
.head-box .menu-active dt i:nth-of-type(1){
    transform: rotate(45deg) translate(5.5px, 6px);
}
.head-box .menu-active dt i:nth-of-type(2){
    opacity: 0;
}
.head-box .menu-active dt i:nth-of-type(3){
    transform: rotate(-45deg) translate(5.5px, -6px);
}

.bodyh .head-box,
.head1h-box{
	box-shadow: 0 0 0.1rem rgba(0,0,0,0.2);
}
.bodyh .head-box .box1,
.head1h-box .box1{
	background-color: rgba(232,53,46,1);
}
.bodyh .head-box .box2,
.head1h-box .box2{
	background-color: rgba(255,255,255,1);
}
.bodyh .head-box .box2 .lj-ul li>a,
.head1h-box .box2 .lj-ul li>a{
	color: #333;
}
.bodyh .head-box .box2 .lg-a img:nth-of-type(1),
.head1h-box .box2 .lg-a img:nth-of-type(1){
	opacity: 0;
}
.bodyh .head-box .box2 .lg-a img:nth-of-type(2),
.head1h-box .box2 .lg-a img:nth-of-type(2){
	opacity: 1;
}

.head1-box .box2 .lj-ul li>a::after{
	content: "";
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 3px;
	background-color: #e63422;
	width: 0;
	opacity: 0;
	transition: all 0.4s;
}
.head1-box .box2 .lj-ul .active>a::after{
	width: 100%;
	opacity: 1;
}

.head1h-box{
	box-shadow: 0 0 0.1rem rgba(0,0,0,0.2);
	margin-top: -0.5rem;
}

.head2-box{
	display: none;
	background-color: #fff;
}
.head2-box .box2{
	height: 1.2rem;
}
.head2-box .w1200 .lg-a{
	width: 2.6rem;
}
.head2-box .box2 .lj-ul li{
	margin-right: 0.65rem;
}
.head2-box .w1200 .lj-ul li a{
	position: relative;
	height: 1.2rem;
	line-height: 1.2rem;
}
.head2-box .w1200 .lj-ul li a::after{
	content: "";
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: calc(50% + 0.14rem);
	width: 0;
	height: 1px;
	background-color: #e63422;
	transition: all 0.4s;
}
.head2-box .w1200 .lj-ul .active a::after{
	width: 100%;
	opacity: 1;
}

.bodys .head1-box{
	display: none;
}
.bodys .head2-box{
	display: block;
}

.head2h-box .box2{
	height: 1.0rem;
}
.head2h-box .w1200 .lj-ul li a{
	height: 1.0rem;
	line-height: 1.0rem;
}

.banner-box{
	position: fixed;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 36.4vw;
	transition: all 0.4s;
}
.banner-box .bj-img,
.banner-box .bj-video{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.banner-box .w1200{
	position: absolute;
	top: 56%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
	display: none;
}
.banner-box .w1200 dt{
	font-size: 0.72rem;
	line-height: 1.2;
}
.banner-box .w1200 dt strong{
	display: block;
}
.banner-box .w1200 dd{
	font-size: 0.22rem;
	line-height: 1.4;
	margin-top: 0.18rem;
}
.banner-box .w1200 h6{
	display: flex;
	margin-top: 0.46rem;
}
.banner-box .w1200 h6 a{
	flex-shrink: 0;
	width: 2.0rem;
	height: 0.5rem;
	border-radius: 0.25rem;
	border: 1px solid #fff;
	color: #fff;
	font-size: 0.2rem;
	text-align: center;
	line-height: 0.5rem;
	margin-right: 0.24rem;
	transition: all 0.4s;
}
.banner-box .w1200 h6 a:last-of-type{
	margin-right: 0;
}
.banner-box .bf-i{
	position: absolute;
	z-index: 3;
	width: 1.0rem;
	height: 1.0rem;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	pointer-events: none;
}
.banner-box .bf-i img{
	width: 100%;
	transition: all 0.4s;
}
.bannerActive-box .bf-i img{
	transform: scale(1.6);
	opacity: 0;
}

.bodys .banner-box{
	top: 1.2rem;
	height: calc(100vh - 1.2rem);
}
.bodys .bannerh-box{
	top: 1.0rem;
}

.foot-box{
	position: relative;
	z-index: 3;
	background-color: #262626;
	color: #fff;
}
.foot-box .box1{
	padding: 0.4rem 0;
	display: flex;
	justify-content: space-between;
}
.foot-box .box1 li{
	
}
.foot-box .box1 li a{
	display: block;
	font-size: 0.16rem;
	color: #fff;
	margin-bottom: 0.3rem;
	transition: all 0.4s;
}
.foot-box .box1 li a:last-of-type{
	margin-bottom: 0;
}

.foot-box .box2{
	background-color: #060606;
}
.foot-box .box2 .w1200{
	display: flex;
	align-items: center;
	padding: 0.28rem 0;
}
.foot-box .box2 .w1200 .lg-a{
	flex-shrink: 0;
	width: 1.1rem;
}
.foot-box .box2 .w1200 .lg-a img{
	width: 100%;
}
.foot-box .box2 .w1200 div{
	margin-left: 1.1rem;
}
.foot-box .box2 .w1200 div h5{
	display: flex;
	align-items: center;
}
.foot-box .box2 .w1200 div h5 a{
	flex-shrink: 0;
	width: 0.44rem;
	position: relative;
}
.foot-box .box2 .w1200 div h5 a em{
	position: absolute;
	z-index: 3;
	left: 50%;
	bottom: 0.2rem;
	transform: translateX(-50%);
	width: 1.2rem;
	opacity: 0;
	pointer-events: none;
	transition: all 0.4s;
}
.foot-box .box2 .w1200 div h5 i{
	flex-shrink: 0;
	width: 2px;
	height: 0.27rem;
	background-color: #fff;
	margin: 0 0.26rem;
}
.foot-box .box2 .w1200 div h5 img{
	width: 100%;
}
.foot-box .box2 .w1200 div h6{
	font-size: 0.18rem;
	margin: 0.2rem 0 0.14rem;
}
.foot-box .box2 .w1200 div h6:before{
	content: "";
	display: block;
	width: 0.27rem;
	height: 2px;
	background-color: #fff;
	margin-bottom: 0.24rem;
}
.foot-box .box2 .w1200 div p{
	font-size: 0.14rem;
}

.content-box{
	padding-top: 36.4vw;
}
.content-box .view-box{
	position: relative;
	z-index: 3;
	background-color: #f9fafa;
}
.contenth-box{
	padding-top: 100vh;
}
.contents-box{
	padding-top: 1.2rem;
}

.title-h5{
	font-size: 0.36rem;
	margin-bottom: 0.5rem;
	font-weight: bold;
	color: #333;
}

.paging-box{
	font-size: 0;
	text-align: center;
	margin-top: 0.6rem;
}
.paging-box a{
	display: inline-block;
	vertical-align: top;
	text-align: center;
	margin: 0 0.1rem;
	width: 0.4rem;
	height: 0.38rem;
	line-height: 0.38rem;
	border: 1px solid #dedede;
	font-size: 0.16rem;
	border-radius: 4px;
	transition: all 0.4s;
}
.paging-box .btn{
	width: 0.8rem;
}
.paging-box .active{
	color: #fff;
	background-color: #e63422;
	border-color: #e63422;
}



.gywm-box{
	
}
.gywm-box .w1200{
	display: flex;
	align-items: flex-start;
}
.gywm-box .left{
	flex-shrink: 0;
	width: 2.42rem;
	background-color: #fff;
}
.gywm-box .left a{
	display: flex;
	height: 0.54rem;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #d5d5d5;
	font-size: 0.16rem;
	padding: 0 0.2rem;
	transition: all 0.4s;
}
.gywm-box .left a:last-of-type{
	border-bottom: 0;
}
.gywm-box .left a::after{
	content: "\eb16";
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	color: #999;
}
.gywm-box .left .active{
	background-color: #e63422;
	color: #fff !important;
}
.gywm-box .left .active::after{
	color: #fff;
}
.gywm-box .right{
	flex: 1;
	min-width: 0;
	margin-left: 0.7rem;
}


.wmss{
	
}
.wmss .box1{
	
}
.wmss .box1 li{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 0.6rem;
}
.wmss .box1 li:last-of-type{
	margin-bottom: 0;
}
.wmss .box1 li div{
	flex: 1;
	min-width: 0;
	margin-right: 0.3rem;
	color: #807d7c;
}
.wmss .box1 li div h5{
	font-size: 0.24rem;
	font-weight: bold;
}
.wmss .box1 li div h6{
	font-size: 0.24rem;
	margin-top: 0.1rem;
}
.wmss .box1 li div h6::after{
	content: "";
	display: block;
	width: 0.86rem;
	height: 1px;
	background-color: #bebebe;
	margin-top: 0.18rem;
}
.wmss .box1 li div p{
	font-size: 0.16rem;
	line-height: 1.6;
	margin-top: 0.16rem;
}
.wmss .box1 li em{
	flex-shrink: 0;
	width: 5.98rem;
	height: 2.16rem;
}
.wmss .box1 li em img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}



.ppsj{
	
}
.ppsj .box1{
	
}
.ppsj .box1 .video{
	width: 100%;
	height: auto;
}

.ppsj .box2{
	padding-top: 0.4rem;
	margin-top: 0.4rem;
	border-top: 1px solid #bebebe;
	color: #807d7c;
}
.ppsj .box2 .h5{
	display: flex;
	align-items: center;
	font-size: 0.24rem;
	margin-bottom: 0.3rem;
}
.ppsj .box2 .h5:before{
	content: "";
	flex-shrink: 0;
	width: 0.1rem;
	height: 0.1rem;
	background-color: #807d7c;
	border-radius: 50%;
	margin-right: 0.1rem;
}
.ppsj .box2 p{
	font-size: 0.16rem;
	line-height: 2.0;
	margin-top: 0.2rem;
}
.ppsj .box2 .dl1{
	display: flex;
	align-items: center;
	margin: 0.34rem 0;
}
.ppsj .box2 .dl1 dt{
	flex-shrink: 0;
	width: 1.58rem;
}
.ppsj .box2 .dl1 dt img{
	width: 100%;
}
.ppsj .box2 .dl1 dd{
	position: relative;
	flex: 1;
	min-width: 0;
	box-sizing: border-box;
	padding: 0.06rem 0 0.2rem 0.5rem;
	margin-left: 0.24rem;
}
.ppsj .box2 .dl1 dd p{
	font-style: italic;
	margin-top: 0;
}
.ppsj .box2 .dl1 dd img:nth-of-type(1){
	position: absolute;
	width: 0.37rem;
	top: 0;
	left: 0;
}
.ppsj .box2 .dl1 dd img:nth-of-type(2){
	position: absolute;
	width: 0.49rem;
	right: 0;
	bottom: 0;
}
.ppsj .box2 .dl2{
	display: flex;
	align-items: center;
}
.ppsj .box2 .dl2 dt{
	flex-shrink: 0;
	width: 2.17rem;
	margin-right: 0.5rem;
}
.ppsj .box2 .dl2 dt img{
	width: 100%;
}
.ppsj .box2 .dl2 dd h6{
	font-size: 0.18rem;
	font-weight: bold;
}
.ppsj .box2 .dl2 dd ul{
	display: flex;
	flex-wrap: wrap;
	width: 4.0rem;
}
.ppsj .box2 .dl2 dd li{
	flex-shrink: 0;
	width: 2.0rem;
	font-size: 0.24rem;
	margin-top: 0.24rem;
}
.ppsj .box2 .dl2 dd li i{
	font-size: 0.36rem;
	color: #e63422;
	font-weight: bold;
}



.zyjs{
	
}
.zyjs .box1{
	color: #807d7c;
}
.zyjs .box1 h5{
	font-size: 0.24rem;
	margin-bottom: 0.3rem;
}
.zyjs .box1 p{
	font-size: 0.16rem;
	line-height: 2.0;
	margin-top: 0.2rem;
}
.zyjs .box1 p img{
	width: 100%;
}
.zyjs .box1 h6{
	font-weight: bold;
	font-size: 0.16rem;
	margin-top: 0.2rem;
}
.zyjs .box1 h6 i{
	font-size: 0.24rem;
	color: #e63422;
	outline: ;
}



.wdgs{
	
}
.wdgs .box1{
	position: relative;
	display: flex;
}
.wdgs .box1:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 0.06rem;
	background-color: #bebebe;
	border-radius: 3px;
	top: 0.19rem;
	left: 0;
}
.wdgs .box1 li{
	position: relative;
	z-index: 3;
	flex-shrink: 0;
	width: 25%;
	text-align: center;
	cursor: pointer;
}
.wdgs .box1 li em{
	display: block;
	width: 0.7rem;
	background-color: #f9fafa;
	text-align: center;
	margin: 0 auto;
}
.wdgs .box1 li em i{
	position: relative;
	display: inline-flex;
	vertical-align: top;
	align-items: center;
	justify-content: center;
	width: 0.42rem;
	height: 0.42rem;
}
.wdgs .box1 li em i:before{
	content: "";
	flex-shrink: 0;
	width: 0.36rem;
	height: 0.36rem;
	border-radius: 50%;
	background-color: #bebebe;
	transition: all 0.4s;
}
.wdgs .box1 li em i::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: -1px;
	left: -1px;
	border-radius: 50%;
	border: 1px solid #e63422;
	opacity: 0;
	transform: scale(0.84);
	transition: all 0.4s;
}
.wdgs .box1 li h6{
	font-size: 0.28rem;
	color: #807d7c;
	margin: 0.18rem 0 0.12rem;
	transition: all 0.4s;
}
.wdgs .box1 li p{
	font-size: 0.12rem;
	color: #807d7c;
	transition: all 0.4s;
}
.wdgs .box1 .active em i:before{
	background-color: #e63422;
}
.wdgs .box1 .active em i::after{
	animation: dh1 1.5s linear infinite;
}
@keyframes dh1 {
	0% {
		opacity: 0;
		transform: scale(1);
	}
	66% {
		opacity: 1;
		transform: scale(1.15);
	}
	100% {
		opacity: 0;
		transform: scale(1.3);
	}
}
.wdgs .box1 .active h6{
	color: #e63422;
}
.wdgs .box1 .active p{
	color: #e63422;
}

.wdgs .box2{
	width: 5.6rem;
	margin-top: 0.7rem;
	border-left: 2px solid #bebebe;
}
.wdgs .box2 .h5{
	position: relative;
	text-align: right;
	padding-bottom: 0.2rem;
	border-bottom: 1px solid #bebebe;
}
.wdgs .box2 .h5 strong{
	display: block;
	font-size: 0.6rem;
	color: #c2c2c1;
}
.wdgs .box2 .h5 span{
	display: block;
	font-size: 0.3rem;
	color: #807d7c;
	margin-top: 0.2rem;
}
.wdgs .box2 .h5::after{
	content: "";
	position: absolute;
	right: 0;
	bottom: -4px;
	width: 2.18rem;
	height: 7px;
	background-color: #e63422;
}
.wdgs .box2 ul{
	padding-top: 0.54rem;
	margin-bottom: 0.8rem;
}
.wdgs .box2 ul:last-of-type{
	margin-bottom: 0;
}
.wdgs .box2 ul li{
	position: relative;
	margin-bottom: 0.8rem;
	padding-left: 0.8rem;
} 
.wdgs .box2 ul li:last-of-type{
	margin-bottom: 0;
}
.wdgs .box2 ul li:before{
	content: "";
	position: absolute;
	top: 0.28rem;
	margin-top: -10px;
	left: -11px;
	width: 20px;
	height: 20px;
	background-color: #807d7c;
	border-radius: 50%;
	transition: all 0.4s;
}
.wdgs .box2 ul li h6{
	font-size: 0.5rem;
	color: #807d7c;
	font-weight: 500;
	transition: all 0.4s;
} 
.wdgs .box2 ul li p{
	font-size: 0.16rem;
	line-height: 1.8;
	margin-top: 0.32rem;
} 
.wdgs .box2 ul li img{
	width: 100%;
} 



.lxwm{
	color: #807d7c;
}
.lxwm .box1{
	
}
.lxwm .box1 h6{
	display: flex;
}
.lxwm .box1 h6 p{
	flex-shrink: 0;
	width: 1.8rem;
	margin-right: 0.34rem;
	text-align: center;
}
.lxwm .box1 h6 img{
	width: 100%;
}
.lxwm .box1 h6 span{
	display: block;
	font-size: 0.14rem;
	line-height: 1.6;
	margin-top: 0.14rem;
}

.lxwm .box2{
	margin-top: 1.0rem;
}
.lxwm .box2 h6{
	display: flex;
	align-items: center;
	margin-top: 0.26rem;
}
.lxwm .box2 h6 img{
	flex-shrink: 0;
	width: 0.25rem;
	margin-right: 0.12rem;
}
.lxwm .box2 h6 p{
	font-size: 0.16rem;
	line-height: 1.6;
}

.lxwm .box3{
	margin-top: 1.0rem;
}
.lxwm .box3 form{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.lxwm .box3 label{
	position: relative;
	flex-shrink: 0;
	width: 32%;
	margin-right: 2%;
	border-radius: 0.1rem;
	background-color: #e0e0e0;
	margin-bottom: 0.3rem;
	box-sizing: border-box;
	padding: 0 0.2rem 0 0.3rem;
}
.lxwm .box3 label:nth-of-type(3n){
	margin-right: 0;
}
.lxwm .box3 label:last-of-type{
	width: 100%;
	margin-right: 0;
}
.lxwm .box3 label:before{
	content: "*";
	position: absolute;
	font-size: 0.16rem;
	color: #e63422;
	top: 0;
	left: 0.2rem;
	height: 0.66rem;
	line-height: 0.66rem;
}
.lxwm .box3 input,
.lxwm .box3 select{
	width: 100%;
	height: 0.66rem;
	font-size: 0.16rem;
}
.lxwm .box3 select{
	width: calc(100% + 4px);
	margin-left: -4px;
}
.lxwm .box3 textarea{
	width: 100%;
	height: 2.5rem;
	resize: none;
	font-size: 0.16rem;
	box-sizing: border-box;
	padding: 0.25rem 0;
}
.lxwm .box3 button{
	flex-shrink: 0;
	width: 4.0rem;
	height: 0.6rem;
	background-color: #e8352e;
	color: #fff;
	border-radius: 0.3rem;
	color: #fff;
	font-size: 0.20rem;
}



.yfcx{
	color: #807d7c;
}
.yfcx .box1{
	
}
.yfcx .box1 .bj-img{
	width: 100%;
	margin-bottom: 0.26rem;
}
.yfcx .box1 p{
	font-size: 0.16rem;
	line-height: 2.0;
	margin-top: 0.2rem;
}

.yfcx .box1 .ol{
	margin: 0.5rem 0;
	display: flex;
	justify-content: space-between;
	background-image: url(../image/tp14.jpg);
	background-size: cover;
	color: #fff;
	padding: 0.6rem 0.4rem;
}
.yfcx .box1 .ol li{
	text-align: center;
}
.yfcx .box1 .ol li h6{
	font-size: 0.12rem;
}
.yfcx .box1 .ol li h6 strong{
	font-size: 0.46rem;
	font-family: "BEBAS";
}
.yfcx .box1 .ol li p{
	font-size: 0.14rem;
	margin-top: 0.2rem;
	line-height: 1;
}

.yfcx .box1 .ul{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.yfcx .box1 .ul li{
	flex-shrink: 0;
	width: 45%;
	background-color: #fff;
	border-radius: 0.2rem;
	overflow: hidden;
	box-shadow: 0px 0px 0.14rem rgba(0,0,0,0.2);
	cursor: pointer;
}
.yfcx .box1 .ul li .img{
	width: 100%;
}
.yfcx .box1 .ul li dl{
	padding: 0.24rem 0.28rem;
}
.yfcx .box1 .ul li dt{
	display: flex;
	align-items: center;
	font-size: 0.18rem;
	font-weight: bold;
}
.yfcx .box1 .ul li dt img{
	flex-shrink: 0;
	width: 0.33rem;
	margin-right: 0.14rem;
}
.yfcx .box1 .ul li dd{
	font-size: 0.14rem;
	line-height: 1.8;
	padding-left: 0.47rem;
	margin-top: 0.06rem;
	display: none;
}

.yfcx .box1 .dl{
	display: flex;
	align-items: center;
	padding-bottom: 0.8rem;
	margin-top: 0.8rem;
	border-bottom: 1px solid #bebebe;
}
.yfcx .box1 .dl:last-of-type{
	padding-bottom: 0;
	border-bottom: 0;
}
.yfcx .box1 .dl dt{
	flex-shrink: 0;
	width: 2.12rem;
	height: 2.12rem;
	border-radius: 50%;
	overflow: hidden;
	box-shadow: 0 0 0.1rem rgba(0,0,0,0.2);
}
.yfcx .box1 .dl dt img{
	width: 100%;
	width: 100%;
	object-fit: cover;
	
}
.yfcx .box1 .dl dd{
	position: relative;
	flex: 1;
	min-width: 0;
	box-sizing: border-box;
	padding: 0.46rem 0.1rem;
	margin-left: 0.8rem;
}
.yfcx .box1 .dl dd img:nth-of-type(1){
	position: absolute;
	width: 0.42rem;
	top: 0;
	left: 0;
}
.yfcx .box1 .dl dd img:nth-of-type(2){
	position: absolute;
	width: 0.42rem;
	right: 0;
	bottom: 0;
}
.yfcx .box1 .dl dd p{
	font-style: italic;
	margin-top: 0;
}

.yfcx .box2{
	margin-bottom: 1.0rem;
}



.jjfa{
	
}
.jjfa .box1{
	margin-bottom: 1.0rem;
}
.jjfa .box1:last-of-type{
	margin-bottom: 0;
}
.jjfa .box1 dt{
	position: relative;
	width: 3.9rem;
	height: 0.7rem;
	background-color: #ed3e29;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	padding: 0 0.34rem;
	color: #fff;
	font-size: 0.18rem;
	border-radius: 0.1rem;
}
.jjfa .box1 dt:before{
	content: "";
	flex-shrink: 0;
	width: 0.1rem;
	height: 0.1rem;
	border-radius: 50%;
	margin-right: 0.12rem;
	background-color: #fff;
}
.jjfa .box1 dt img{
	position: absolute;
	height: 100%;
	top: 0;
	right: 0;
}
.jjfa .box1 dd{
	display: flex;
	flex-wrap: wrap;
}
.jjfa .box1 dd a{
	position: relative;
	flex-shrink: 0;
	width: 31%;
	margin-right: 3.5%;
	background-color: #fff;
	margin-top: 0.6rem;
	border-radius: 0.2rem;
	overflow: hidden;
	transition: all 0.4s;
}
.jjfa .box1 dd a:nth-of-type(3n){
	margin-right: 0;
}
.jjfa .box1 dd a em{
	display: block;
	width: 100%;
	padding-bottom: 100%;
	position: relative;
	overflow: hidden;
}
.jjfa .box1 dd a img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
	transition: all 0.4s;
}
.jjfa .box1 dd a h6{
	height: 0.5rem;
	line-height: 0.5rem;
	text-align: center;
	padding: 0 0.1rem;
	font-size: 0.16rem;
	color: #fff;
	background-color: #928f8e;
	transition: all 0.4s;
}
.jjfa .box1 dd a div{
	position: absolute;
	box-sizing: border-box;
	border-top: 1px solid #fff;
	z-index: 3;
	width: 100%;
	top: 100%;
	left: 0;
	padding: 0.1rem 0.14rem;
	background-color: #928f8e;
	display: none;
	transition: background-color 0.4s;
}
.jjfa .box1 dd a div p{
	font-size: 0.16rem;
	line-height: 1.4;
	color: #fff;
}



.jjfaxq{
	
}
.jjfaxq img{
	width: auto;
	height: auto !important;
	max-width: 100%;
}



.qqhz{
	
}
.qqhz .box1{
	display: flex;
	align-items: center;
}
.qqhz .box1 img{
	flex-shrink: 0;
	width: 6.32rem;
}
.qqhz .box1 dl{
	flex: 1;
	min-width: 0;
	margin-left: 0.26rem;
}
.qqhz .box1 dl p{
	font-size: 0.16rem;
	line-height: 2.0;
	margin-top: 0.3rem;
	color: #807d7c;
}
.qqhz .box1 dl p:first-of-type{
	margin-top: 0;
}

.qqhz .box2{
	position: relative;
	margin-top: 0.6rem;
}
.qqhz .box2 .img{
	width: 100%;
}
.qqhz .box2 ul{
	position: absolute;
	width: 86%;
	top: 50%;
	left: 7%;
	transform: translateY(-50%);
	display: flex;
	justify-content: space-between;
}
.qqhz .box2 ul li{
	text-align: center;
}
.qqhz .box2 ul li img{
	width: 0.66rem;
}
.qqhz .box2 ul li h6{
	font-size: 0.6rem;
	font-family: "BEBAS";
	font-weight: bold;
	color: #ed3e29;
	margin: 0.4rem 0 0.24rem;
}
.qqhz .box2 ul li h6 i{
	
}
.qqhz .box2 ul li p{
	font-size: 0.24rem;
}

.qqhz .box3{
	margin-top: 1.0rem;
}
.qqhz .box3 ul{
	display: flex;
	flex-wrap: wrap;
	margin-top: -0.24rem;
}
.qqhz .box3 ul li{
	flex-shrink: 0;
	width: 32%;
	margin-right: 2%;
	background-color: #f4f4f4;
	border-radius: 0.15rem;
	overflow: hidden;
	box-shadow: 0px 2px 0.11rem rgba(19,19,19,0.21);
	margin-top: 0.24rem;
	cursor: pointer;
	filter: grayscale(100%);
	transition: all 0.4s;
}
.qqhz .box3 ul li:nth-of-type(3n){
	margin-right: 0;
}
.qqhz .box3 ul li img{
	width: 100%;
}

.qqhz .box4{
	margin-top: 1.0rem;
}
.qqhz .box4 ul{
	display: flex;
	flex-wrap: wrap;
	margin-top: -0.24rem;
}
.qqhz .box4 ul li{
	flex-shrink: 0;
	width: 23.5%;
	margin-right: 2%;
	background-color: #f4f4f4;
	border-radius: 0.15rem;
	overflow: hidden;
	box-shadow: 0px 2px 0.11rem rgba(19,19,19,0.21);
	margin-top: 0.24rem;
	cursor: pointer;
	filter: grayscale(100%);
	transition: all 0.4s;
}
.qqhz .box4 ul li:nth-of-type(4n){
	margin-right: 0;
}
.qqhz .box4 ul li img{
	width: 100%;
}

.qqhz .box5{
	margin-top: 1.0rem;
}
.qqhz .box5 ul{
	display: flex;
	justify-content: space-between;
}
.qqhz .box5 ul li{
	text-align: center;
	flex-shrink: 0;
	width: 30%;
	text-align: center;
}
.qqhz .box5 ul li h5{
	font-size: 0.5rem;
	color: #e63422;
	font-weight: bold;
}
.qqhz .box5 ul li h5 sub{
	vertical-align: top;
}
.qqhz .box5 ul li h6{
	font-size: 0.22rem;
	line-height: 1.4;
	font-weight: bold;
	margin: 0.2rem 0;
}
.qqhz .box5 ul li p{
	font-size: 0.18rem;
	line-height: 1.6;
	color: #666;
}
.qqhz .box5 ul li p strong{
	font-size: 0.22rem;
	color: #e63422;
	font-weight: bold;
}
.qqhz .box5 ul li p sub{
	color: #e63422;
	font-size: 0.18rem;
}






.jrwm{
	
}
.jrwm .box1{
	margin-bottom: 1.0rem;
} 
.jrwm .box1 div a{
	position: relative;
	display: block;
	border-radius: 0.1rem;
	overflow: hidden;
	margin-bottom: 0.6rem;
} 
.jrwm .box1 div a:last-of-type{
	margin-bottom: 0;
}
.jrwm .box1 div a .img{
	width: 100%;
	transition: all 0.4s;
} 
.jrwm .box1 div a h6{
	position: absolute;
	box-sizing: border-box;
	left: 0;
	bottom: 0;
	background-color: rgba(255,255,255,0.6);
	width: 100%;
	padding: 0.2rem 0.6rem;
	display: flex;
	align-items: center;
	font-size: 0.36rem;
	color: #ed3e29;
	font-weight: bold;
} 
.jrwm .box1 div a h6 img{
	flex-shrink: 0;
	width: 0.86rem;
	margin-right: 0.18rem;
} 

.jrwm .box2{
	margin-top: 0.6rem;
	padding-bottom: 0.6rem;
	border-bottom: 1px solid #bebebe;
}
.jrwm .box3{
	padding-bottom: 0;
	border-bottom: 0;
}
.jrwm .box2 .h6{
	display: flex;
	align-items: center;
	font-size: 0.24rem;
	margin-bottom: 0.26rem;
}
.jrwm .box2 .h6 img{
	flex-shrink: 0;
	width: 0.35rem;
	margin-right: 0.14rem;
}
.jrwm .box2 p{
	font-size: 0.16rem;
	line-height: 2.0;
	margin-top: 0.12rem;
	color: #807d7c;
}
.jrwm .box2 p img{
	/* width: 7.55rem;
	max-width: 100%; */
	width: 100%;
	display: block;
	margin: 0.5rem auto 0;
}
.jrwm .box2 .div{
	display: flex;
	align-items: center;
}
.jrwm .box2 .div .text-div{
	flex: 1;
	margin-right: 0.5rem;
}
.jrwm .box2 .div .swiper-container{
	flex-shrink: 0;
	width: 4.55rem;
	height: 2.28rem;
	padding-bottom: 0.22rem;
}
.jrwm .box2 .div .swiper-slide img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.jrwm .box2 .div .swiper-pagination{
	display: flex;
}
.jrwm .box2 .div .swiper-pagination span{
	flex: 1;
}

.jrwm .box4{
	margin-top: 1.0rem;
}
.jrwm .box4 .tab-h6{
	display: flex;
	justify-content: flex-end;
	margin-bottom: 0.32rem;
}
.jrwm .box4 .tab-h6 span{
	flex-shrink: 0;
	width: 1.34rem;
	height: 0.38rem;
	border: 1px solid #959595;
	border-radius: 0.2rem;
	text-align: center;
	line-height: 0.38rem;
	font-size: 0.18rem;
	margin-right: 0.26rem;
	cursor: pointer;
	transition: all 0.4s;
}
.jrwm .box4 .tab-h6 span:last-of-type{
	margin-right: 0;
}
.jrwm .box4 .tab-h6 .active{
	background-color: #e63422;
	border-color: #e63422;
	color: #fff;
}
.jrwm .box4 .tab-div .swiper-container{
	display: none;
}
.jrwm .box4 .tab-div .swiper-container:nth-of-type(1){
	display: block;
}
.jrwm .box4 .swiper-slide img{
	width: 100%;
}
.jrwm .box4 .swiper-pagination{
	bottom: 0.16rem !important;
}
.jrwm .box4 .swiper-pagination span{
	width: 1.5rem;
	background-color: #fff;
}

.jrwm .box5{
	margin-top: 1.0rem;
}
.jrwm .box5 .ul{
	position: relative;
	padding-left: calc(50% + 2px);
}
.jrwm .box5 .ul li{
	width: 100%;
}
.jrwm .box5 .ul li em{
	display: block;
	width: 100%;
	height: 2.44rem;
	overflow: hidden;
}
.jrwm .box5 .ul li em img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.4s;
}
.jrwm .box5 .ul li dl{
	padding: 0.18rem 0.32rem;
	background-color: #807d7c;
	color: #fff;
	font-size: 0.24rem;
	transition: all 0.4s;
}
.jrwm .box5 .ul li dl dt{
	font-size: 0.3rem;
	font-weight: bold;
	margin-bottom: 0.14rem;
}
.jrwm .box5 .ul li:nth-of-type(1){
	position: absolute;
	width: calc(50% - 2px);
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
}
.jrwm .box5 .ul li:nth-of-type(1) em{
	height: auto;
	flex: 1;
}
.jrwm .box5 .ul li:nth-of-type(1) dl{
	padding: 0.24rem 0.32rem;
}
.jrwm .box5 .ul li:nth-of-type(2){
	margin-bottom: 4px;
}

.jrwm .box6{
	
}
.jrwm .box6 ul{
	display: flex;
	justify-content: space-between;
}
.jrwm .box6 li{
	flex-shrink: 0;
	width: 4.26rem;
	border-radius: 0.2rem;
	box-shadow: 0px 3px 0.16rem 0px rgba(0,0,0,0.1);
	box-sizing: border-box;
	padding: 0.34rem 0.28rem;
	transition: all 0.4s;
}
.jrwm .box6 li h6{
	display: flex;
	align-items: center;
}
.jrwm .box6 li h6 em{
	position: relative;
	flex-shrink: 0;
	width: 0.3rem;
}
.jrwm .box6 li h6 em img{
	width: 100%;
	transition: all 0.4s;
}
.jrwm .box6 li h6 em img:nth-of-type(2){
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.jrwm .box6 li h6 strong{
	font-size: 0.28rem;
	margin-left: 0.06rem;
}
.jrwm .box6 li div{
	height: 3.6rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.jrwm .box6 li div p{
	font-size: 0.28rem;
	line-height: 1.6;
	text-align: center;
}



.shzp{
	
}
.shzp .box1{
	
}
.shzp .box1 .h6{
	display: flex;
	align-items: center;
	font-size: 0.24rem;
	margin-bottom: 0.22rem;
}
.shzp .box1 .h6 img{
	flex-shrink: 0;
	width: 0.23rem;
	margin-right: 0.06rem;
}
.shzp .box1 form{
	text-align: right;
}
.shzp .box1 form div{
	display: flex;
	justify-content: space-between;
}
.shzp .box1 form div input,
.shzp .box1 form div select{
	flex-shrink: 0;
	width: 2.0rem;
	height: 0.44rem;
	border-radius: 0.08rem;
	border: 1px solid #939190;
	box-sizing: border-box;
	padding: 0 0.21rem;
	font-size: 0.16rem;
}
.shzp .box1 form div input{
	padding: 0 0.24rem;
}
.shzp .box1 form button{
	width: 1.3rem;
	height: 0.4rem;
	border-radius: 0.08rem;
	background-color: #ed3e29;
	color: #fff;
	font-size: 0.16rem;
	margin-top: 0.3rem;
}

.shzp .box2{
	margin-top: 0.5rem;
}
.shzp .box2 dl{
	background-color: #fff;
	margin-bottom: 0.3rem;
}
.shzp .box2 dl:last-of-type{
	margin-bottom: 0;
}
.shzp .box2 dt{
	position: relative;
	padding: 0.2rem 0.26rem;
	cursor: pointer;
}
.shzp .box2 dt:before{
	content: "\eb16";
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	top: 50%;
	right: 0.22rem;
	font-size: 0.24rem;
	margin-top: -0.12rem;
	color: #d5d5d5;
	transition: all 0.4s;
}
.shzp .box2 dt .h5{
	font-size: 0.2rem;
	font-weight: bold;
	transition: all 0.4s;
}
.shzp .box2 .active .h5{
	color: #ed3e29;
}
.shzp .box2 .active:before{
	color: #ed3e29;
	transform: rotate(90deg);
}
.shzp .box2 dt .h6{
	margin-top: 0.18rem;
}
.shzp .box2 dt .h6 span{
	font-size: 0.18rem;
	display: inline-block;
	vertical-align: top;
	padding-right: 0.3rem;
	margin-right: 0.3rem;
	border-right: 1px solid #333;
}
.shzp .box2 dt .h6 span:last-of-type{
	margin-right: 0;
	padding-right: 0;
	border-right: 0;
}
.shzp .box2 dd{
	border-top: 1px solid #ebebeb;
	padding: 0.2rem 0.26rem;
	text-align: right;
	display: none;
}
.shzp .box2 dd .h5{
	font-size: 0.2rem;
	font-weight: bold;
	text-align: left;
}
.shzp .box2 dd .div{
	text-align: left;
	margin-top: 0.18rem;
}
.shzp .box2 dd .div p{
	font-size: 0.14rem;
	line-height: 1.6;
	margin-bottom: 0.14rem;
}
.shzp .box2 dd .h6{
	display: inline-block;
	vertical-align: top;
	width: 1.3rem;
	height: 0.4rem;
	border-radius: 0.08rem;
	background-color: #ed3e29;
	color: #fff;
	font-size: 0.16rem;
	text-align: center;
	line-height: 0.4rem;
	cursor: pointer;
}
.shzp .box2 dd .h6s{
	font-size: 0.14rem;
	color: #0055ff;
}



.resume-box{
	position: fixed;
	z-index: 11;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.7);
	display: none;
}
.resume-box .div{
	position: absolute;
	width: 8.0rem;
	background-color: #fff;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	box-sizing: border-box;
	padding: 0.4rem 0.5rem;
}
.resume-box .div h5{
	text-align: center;
	font-size: 0.24rem;
	
}
.resume-box .div span{
	display: block;
	font-size: 0.18rem;
	margin-bottom: 0.16rem;
	margin-top: 0.4rem;
}
.resume-box .div input{
	display: block;
	width: 100%;
	height: 0.46rem;
	border-radius: 0.08rem;
	border: 1px solid #939190;
	box-sizing: border-box;
	padding: 0 0.2rem;
	font-size: 0.16rem;
}
.resume-box .div .upload-div{
	
}
.resume-box .div .file-btn{
	position: relative;
	width: 1.6rem;
	height: 0.46rem;
	cursor: pointer;
}
.resume-box .div .file-btn input{
	position: absolute;
	z-index: 3;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
}
.resume-box .div .file-btn h6{
	width: 100%;
	height: 100%;
	border-radius: 0.08rem;
	border: 1px solid #ed3e29;
	color: #ed3e29;
	font-size: 0.18rem;
	text-align: center;
	line-height: 0.44rem;
	box-sizing: border-box;
	transition: all 0.4s;
}
.resume-box .div dl{
	display: flex;
	justify-content: center;
	margin-top: 0.4rem;
}
.resume-box .div dl dt,
.resume-box .div dl dd{
	flex-shrink: 0;
	width: 1.6rem;
	height: 0.4rem;
	border: 1px solid #939190;
	border-radius: 0.08rem;
	text-align: center;
	line-height: 0.4rem;
	font-size: 0.16rem;
	cursor: pointer;
}
.resume-box .div dl dt{
	background-color: #ed3e29;
	border-color: #ed3e29;
	color: #fff;
	margin-right: 0.3rem;
}



.shzr{
	
}
.shzr .box1{
	margin-bottom: 1.0rem;
}
.shzr .box1:last-of-type{
	margin-bottom: 0;
}
.shzr .box1:nth-of-type(2n){
	text-align: right;
}
.shzr .box1 .h5{
	position: relative;
	display: inline-block;
	vertical-align: top;
	white-space: nowrap;
	font-size: 0.36rem;
	font-weight: bold;
	padding-bottom: 0.24rem;
	border-bottom: 3px solid #d34539;
}
.shzr .box1 .h5::after{
	content: "";
	position: absolute;
	left: 0;
	bottom: -7px;
	width: 2.06rem;
	height: 11px;
	background-color: #d34539;
}
.shzr .box1:nth-of-type(2n) .h5::after{
	left: auto;
	right: 0;
}
.shzr .box1 a{
	margin-top: 0.6rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.shzr .box1:nth-of-type(2n) a{
	flex-direction: row-reverse;
}
.shzr .box1 a em{
	flex-shrink: 0;
	position: relative;
	width: 48%;
	padding-bottom: 28%;
	overflow: hidden;
}
.shzr .box1 a em img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
	transition: all 0.4s;
}
.shzr .box1 a div{
	flex-shrink: 0;
	width: 48%;
}
.shzr .box1 a div h6{
	font-size: 0.3rem;
	line-height: 1.4;
}
.shzr .box1 a div p{
	font-size: 0.16rem;
	line-height: 1.8;
	height: 0.88rem;
	overflow: hidden;
	margin: 0.18rem 0 0.26rem;
}
.shzr .box1 a div span{
	display: inline-block;
	vertical-align: top;
	width: 1.44rem;
	height: 0.34rem;
	border: 1px solid #ed3e29;
	border-radius: 0.3rem;
	text-align: center;
	line-height: 0.34rem;
	font-size: 0.16rem;
	color: #ed3e29;
	transition: all 0.4s;
}
.shzr .box1 a div span::after{
	content: "\eb16";
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	margin-left: 0.06rem;
}



.fzls{
	
}
.fzls .box2{
	margin: 1.0rem auto 0;
}



.htjz{
	background-color: #fbf3e9 !important;
}
.htjz .box1{
	
}
.htjz .box1 p{
	font-size: 0.24rem;
	color: #767676;
	line-height: 1.8;
}
.htjz .box1 video{
	width: 100%;
	margin-top: 0.6rem;
}

.htjz .box2{
	margin: 1.0rem 0;
}
.htjz .box2 .dl{
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.htjz .box2 .dl dt{
	flex-shrink: 0;
	width: 5.08rem;
}
.htjz .box2 .dl dt a{
	display: block;
	background-color: #fff;
}
.htjz .box2 .dl dt a em{
	display: block;
	width: 100%;
	height: 5.08rem;
	overflow: hidden;
}
.htjz .box2 .dl dt a em img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.4s;
}
.htjz .box2 .dl dt a div{
	height: 2.44rem;
	padding: 0 0.32rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.htjz .box2 .dl dt a div h6{
	font-size: 0.24rem;
	line-height: 1.2;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	transition: all 0.4s;
}
.htjz .box2 .dl dt a div p{
	font-size: 0.18rem;
	line-height: 1.8;
	margin-top: 0.24rem;
	height: 0.98rem;
	overflow: hidden;
}
.htjz .box2 .dl dd{
	flex-shrink: 0;
	width: 6.62rem;
}
.htjz .box2 .dl dd a{
	display: flex;
	width: 100%;
	height: 2.2rem;
	box-sizing: border-box;
	border: 1px solid #cdbea0;
	margin-bottom: 0.46rem;
}
.htjz .box2 .dl dd a:last-of-type{
	margin-bottom: 0;
}
.htjz .box2 .dl dd a em{
	flex-shrink: 0;
	display: block;
	width: calc(2.2rem - 2px);
	height: 100%;
	overflow: hidden;
}
.htjz .box2 .dl dd a em img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.4s;
}
.htjz .box2 .dl dd a div{
	flex: 1;
	min-width: 0;
	padding: 0 0.18rem;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.htjz .box2 .dl dd a div h6{
	font-size: 0.18rem;
	line-height: 1.2;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	transition: all 0.4s;
}
.htjz .box2 .dl dd a div p{
	font-size: 0.18rem;
	line-height: 1.8;
	margin: 0.18rem 0 0.4rem;
	height: 0.65rem;
	overflow: hidden;
}
.htjz .box2 .dl dd a div span{
	font-size: 0.16rem;
}

.htjz .box3{
	
}
.htjz .box3 .h6{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0.4rem;
}
.htjz .box3 .h6 a{
	flex-shrink: 0;
	width: 1.3rem;
	height: 0.34rem;
	text-align: center;
	line-height: 0.34rem;
	font-size: 0.22rem;
	color: #d34539;
	border-radius: 0.18rem;
	border: 1px solid #d34539;
	margin-right: 0.4rem;
	margin-bottom: 0.2rem;
	transition: all 0.4s;
}
.htjz .box3 .h6 a:last-of-type{
	margin-right: 0;
}
.htjz .box3 .h6 .active{
	background-color: #d34539;
	color: #fff;
}
.htjz .box3 .ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: -0.4rem;
}
.htjz .box3 .ul li{
	flex-shrink: 0;
	position: relative;
	width: 49%;
	overflow: hidden;
	margin-top: 0.4rem;
}
.htjz .box3 .ul li a{
	display: block;
	width: 100%;
	height: 3.1rem;
}
.htjz .box3 .ul li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.4s;
}
.htjz .box3 .ul li span{
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #d34539;
	padding: 0.1rem 0.24rem;
	width: 100%;
	box-sizing: border-box;
	color: #fff;
	font-size: 0.24rem;
	line-height: 1.4;
}

.htjz .box4{
	
}
.htjz .box4 .h5{
	font-size: 0.5rem;
	line-height: 1.3;
	font-weight: bold;
	text-align: center;
	color: #a78d59;
	margin-bottom: 0.8rem;
}
.htjz .box4 img{
	width: 100%;
}
.htjz .box4 p{
	font-size: 0.24rem;
	color: #a78d59;
	line-height: 1.8;
	margin-top: 0.24rem;
}



.xwzx{
	background-image: url(../image/tp41.jpg);
	background-size: 100% 100%;
	padding-top: 1.2rem;
}
.xwzx .box1{
	
}
.xwzx .box1 .h5{
	position: relative;
	white-space: nowrap;
	font-size: 0.36rem;
	font-weight: bold;
	padding-bottom: 0.24rem;
	border-bottom: 3px solid #d34539;
	margin-bottom: 0.6rem;
}
.xwzx .box1 .h5::after{
	content: "";
	position: absolute;
	left: 0;
	bottom: -7px;
	width: 30%;
	height: 11px;
	background-color: #d34539;
}
.xwzx .box1 ul{
	display: flex;
	flex-wrap: wrap;
	margin-top: -0.3rem;
}
.xwzx .box1 ul li{
	flex-shrink: 0;
	width: 32%;
	margin-right: 2%;
	margin-top: 0.3rem;
	background-color: #fff;
	box-shadow: 0 0 0.12rem rgba(0,0,0,0.2);
}
.xwzx .box1 ul li:nth-of-type(3n){
	margin-right: 0;
}
.xwzx .box1 ul a{
	display: block;
	padding: 0.18rem 0.18rem 0;
}
.xwzx .box1 ul a em{
	display: block;
	width: 100%;
	padding-bottom: 64%;
	overflow: hidden;
	position: relative;
}
.xwzx .box1 ul a em img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
	transition: all 0.4s;
}
.xwzx .box1 ul a div{
	margin-top: 0.18rem;
}
.xwzx .box1 ul a div strong{
	display: block;
	width: 1.1rem;
	height: 0.26rem;
	text-align: center;
	line-height: 0.26rem;
	font-size: 0.14rem;
	color: #fff;
	background-color: #d34539;
	letter-spacing: 0.04rem;
}
.xwzx .box1 ul a div h6{
	font-size: 0.18rem;
	color: #807d7c;
	line-height: 1.4;
	font-weight: bold;
	height: 0.5rem;
	overflow: hidden;
	margin: 0.14rem 0 0.18rem;
	transition: all 0.4s;
}
.xwzx .box1 ul a div p{
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 0.74rem;
	border-top: 2px solid #efeded;
}
.xwzx .box1 ul a div span{
	font-size: 0.14rem;
	color: #807d7c;
}
.xwzx .box1 ul a div small{
	font-size: 0.14rem;
	color: #d34539;
}



.xwxq{
	padding-top: 1.2rem;
}
.xwxq .h5{
	font-size: 0.3rem;
	margin-bottom: 0.26rem;
	line-height: 1.2;
}
.xwxq .dl{
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 0.54rem;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	font-size: 0.16rem;
	color: #999;
	margin-bottom: 0.3rem;
}
.xwxq .div1{
	margin-bottom: 0.3rem;
}
.xwxq .div1 p{
	font-size: 0.16rem;
	line-height: 1.8;
}
.xwxq .div1 p img,
.xwxq .div1 p video{
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	margin: 0 auto;
}
.xwxq .div2{
	display: flex;
	height: 0.5rem;
	line-height: 0.5rem;
	background-color: #f7f7f7;
	padding: 0 0.2rem;
	justify-content: center;
}
.xwxq .div2 a{
	flex-shrink: 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 0.16rem;
	color: #999;
	width: calc(50% - 1.0rem);
	transition: all 0.5s ease;
}
.xwxq .div2 a.return-a{
	width: 2.0rem;
	color: #e63422;
	text-align: center;
}
.xwxq .div2 a:nth-of-type(3){
	text-align: right;
}



.swiper-box{
	position: fixed;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
}
.swiper-box .swiper-slide{
	
}
.swiper-box .swiper-slide img,
.swiper-box .swiper-slide video{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.swiper-box .swiper-slide .w1200{
	position: absolute;
	top: 56%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
}
.swiper-box .swiper-slide dt{
	font-size: 0.72rem;
	line-height: 1.2;
	opacity: 0;
	transform: translateY(1rem);
	transition: all 0.8s 0.2s;
}
.swiper-box .swiper-slide dt strong{
	display: block;
}
.swiper-box .swiper-slide dd{
	font-size: 0.22rem;
	line-height: 1.4;
	margin-top: 0.18rem;
	opacity: 0;
	transform: translateY(1rem);
	transition: all 0.8s 0.4s;
}
.swiper-box .swiper-slide p{
	margin-top: 0.46rem;
	opacity: 0;
	transform: translateY(1rem);
	transition: all 0.8s 0.6s;
}
.swiper-box .active-slide dt,
.swiper-box .active-slide dd,
.swiper-box .active-slide p{
	opacity: 1;
	transform: translateY(0);
}
.swiper-box .swiper-slide a{
	display: block;
	width: 2rem;
	height: 0.5rem;
	border-radius: 0.25rem;
	border: 1px solid #fff;
	color: #fff;
	font-size: 0.2rem;
	text-align: center;
	line-height: 0.5rem;
	margin-right: 0.24rem;
	transition: all 0.4s;
}
.swiper-box .swiper-pagination{
	bottom: 0.4rem !important;
}
.swiper-box .swiper-pagination span{
	width: 1.5rem;
	background-color: #fff;
}



.index{
	
}
.index .title-h4{
	margin-bottom: 0.8rem;
}
.index .title-h4 strong{
	display: block;
	font-size: 0.48rem;
	font-weight: normal;
}
.index .title-h4 span{
	display: block;
	font-size: 0.24rem;
	margin-top: 0.14rem;
}
.index .title-h4::after{
	content: "";
	display: block;
	width: 0.56rem;
	height: 4px;
	background-color: #e63422;
	margin-top: 0.34rem;
}

.index .box1{
	
}
.index .box1 .swiper-container{
	width: 100%;
	height: 5.2rem;
}
.index .box1 .swiper-slide{
	
}
.index .box1 .swiper-slide img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.index .box1 .swiper-slide .w1200{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
}
.index .box1 .swiper-slide dt{
	font-size: 1.2rem;
	font-weight: bold;
}
.index .box1 .swiper-slide dd{
	font-size: 0.48rem;
	margin-top: 0.18rem;
}
.index .box1 .swiper-slide a{
	display: block;
	margin-top: 0.46rem;
	width: 2rem;
	height: 0.5rem;
	border-radius: 0.25rem;
	border: 1px solid #fff;
	color: #fff;
	font-size: 0.2rem;
	text-align: center;
	line-height: 0.5rem;
	margin-right: 0.24rem;
	transition: all 0.4s;
}
.index .box1 .swiper-pagination{
	bottom: 0.24rem !important;
}
.index .box1 .swiper-pagination span{
	width: 1.5rem;
	background-color: #fff;
}

.index .box2{
	
}
.index .box2 .ol{
	display: flex;
	justify-content: space-between;
}
.index .box2 .ol li{
	text-align: center;
}
.index .box2 .ol li h6{
	font-size: 0.14rem;
}
.index .box2 .ol li h6 strong{
	font-size: 0.62rem;
	font-family: "BEBAS";
}
.index .box2 .ol li p{
	font-size: 0.18rem;
	margin-top: 0.4rem;
}
.index .box2 .h6{
	margin-top: 0.8rem;
	margin-bottom: 0.6rem;
	display: flex;
	border-radius: 0.1rem;
	overflow: hidden;
}
.index .box2 .h6 a{
	flex: 1;
	height: 0.6rem;
	text-align: center;
	line-height: 0.6rem;
	margin-right: 2px;
	background-color: #807d7c;
	color: #fff;
	font-size: 0.18rem;
	cursor: pointer;
	transition: all 0.4s;
}
.index .box2 .h6 a:last-of-type{
	margin-right: 0;
}
.index .box2 .h6 .active{
	background-color: #e63422;
}

.index .box2 .swiper-container{
	height: 30vw;
}
.index .box2 .swiper-slide{
	display: flex;
	align-items: center;
	background-image: url(../image/tp42.jpg);
	background-size: 50% 100%;
	background-repeat: no-repeat;
	background-position: right top;
}
.index .box2 .swiper-slide em{
	flex-shrink: 0;
	width: 50%;
	height: 100%;
	overflow: hidden;
}
.index .box2 .swiper-slide em img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.index .box2 .swiper-slide dl{
	flex-shrink: 0;
	width: 6.0rem;
	box-sizing: border-box;
	padding-left: 0.34rem;
	color: #fff;
}
.index .box2 .swiper-slide dt{
	font-size: 0.3rem;
	font-weight: bold;
}
.index .box2 .swiper-slide dd{
	font-size: 0.18rem;
	line-height: 1.6;
	margin-top: 0.3rem;
	text-align: justify;
}
.index .box2 .swiper-slide a{
	display: block;
	margin-top: 0.46rem;
	width: 2rem;
	height: 0.5rem;
	border-radius: 0.25rem;
	border: 1px solid #fff;
	color: #fff;
	font-size: 0.2rem;
	text-align: center;
	line-height: 0.5rem;
	margin-right: 0.24rem;
	transition: all 0.4s;
}
.index .box2 .swiper-pagination{
	width: 50%;
	bottom: 0.24rem !important;
}
.index .box2 .swiper-pagination span{
	width: 1.5rem;
	background-color: #fff;
}

.index .box3{
	
}
.index .box3 .w1200{
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 0.8rem;
}
.index .box3 .w1200 .title-h4{
	margin-bottom: 0;
}
.index .box3 .w1200 .h6{
	display: flex;
}
.index .box3 .w1200 .h6 a{
	white-space: nowrap;
	padding: 0 0.3rem;
	height: 0.38rem;
	line-height: 0.38rem;
	font-size: 0.16rem;
	margin-right: 0.14rem;
	border-radius: 0.19rem;
	cursor: pointer;
	transition: all 0.4s;
}
.index .box3 .w1200 .h6 a:last-of-type{
	margin-right: 0;
}
.index .box3 .w1200 .h6 .active{
	background-color: #e63422;
	color: #fff;
}
.index .box3 .dl{
	display: flex;
	height: 31.25vw;
}
.index .box3 .dl dt{
	flex-shrink: 0;
	width: 42.8%;
	height: 100%;
}
.index .box3 .dl dt .swiper-container{
	width: 100%;
	height: 100%;
}
.index .box3 .dl dt img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.index .box3 .dl dd{
	flex: 1;
	height: 100%;
	min-width: 0;
	flex-shrink: 0;
	margin: 0 1.0rem 0 0.4rem;
	box-sizing: border-box;
	border-top: 1px solid #807d7c;
}
.index .box3 .dl dd a{
	display: block;
	width: 100%;
	height: 20%;
	box-sizing: border-box;
	border-bottom: 1px solid #807d7c;
}
.index .box3 .dl dd a h6{
	width: calc(100% - (100vw - 13.4rem) / 2);
	height: 100%;
	display: flex;
	align-items: center;
	font-size: 0.18rem;
}
.index .box3 .dl dd .active h6{
	color: #e63422;
}
.index .box3 .dl dd a h6 p{
	flex: 1;
	min-width: 0;
	line-height: 1.5;
	transition: all 0.4s;
}
.index .box3 .dl dd a h6 span{
	flex-shrink: 0;
	width: 0.8rem;
	text-align: right;
	color: #a4a4a4;
}









@media (min-width: 992px) {
	.foot-box .box2 .w1200 div h5 a:hover em{
		opacity: 1;
		bottom: 0.5rem;
	}
	.htjz .box3 .ul li:hover img{
		transform: scale(1.1);
	}
	.xwzx .box1 ul a:hover em img{
		transform: scale(1.1);
	}
	.xwzx .box1 ul a:hover div h6{
		color: #e63422;
	}
	.paging-box a:hover{
		color: #fff;
		background-color: #e63422;
		border-color: #e63422;
	}
	.index .box3 .dl dd a:hover h6 p{
		color: #e63422;
	}
	.index .box3 .w1200 .h6 a:hover{
		background-color: #e63422;
		color: #fff;
	}
	.index .box2 .swiper-slide a:hover{
		background-color: #e63422;
		border-color: #e63422;
	}
	.index .box2 .h6 a:hover{
		background-color: #e63422;
	}
	.index .box1 .swiper-slide a:hover{
		background-color: #e63422;
		border-color: #e63422;
	}
	.swiper-box .swiper-slide a:hover{
		background-color: #e63422;
		border-color: #e63422;
	}
	.htjz .box3 .h6 a:hover{
		background-color: #d34539;
		color: #fff;
	}
	.htjz .box2 .dl dd a:hover em img{
		transform: scale(1.1);
	}
	.htjz .box2 .dl dt a:hover em img{
		transform: scale(1.1);
	}
	.htjz .box2 .dl dt a:hover div h6{
		color: #e63422;
	}
	.htjz .box2 .dl dd a:hover div h6{
		color: #e63422;
	}
	.shzr .box1 a:hover div span{
		background-color: #ed3e29;
		color: #fff;
	}
	.shzr .box1 a:hover em img{
		transform: scale(1.1);
	}
	.resume-box .div .file-btn:hover h6{
		background-color: #ed3e29;
		color: #fff;
	}
	.shzp .box2 dt:hover:before{
		color: #ed3e29;
	}
	.shzp .box2 dt:hover .h5{
		color: #ed3e29;
	}
	.jrwm .box6 li:hover{
		background-color: #d34539;
		color: #fff;
	}
	.jrwm .box6 li:hover em img:nth-of-type(1){
		opacity: 0;
	}
	.jrwm .box6 li:hover em img:nth-of-type(2){
		opacity: 1;
	}
	.jrwm .box4 .tab-h6 span:hover{
		background-color: #e63422;
		border-color: #e63422;
		color: #fff;
	}
	.jrwm .box5 .ul li:hover em img{
		transform: scale(1.1);
	}
	.jrwm .box5 .ul li:hover dl{
		background-color: #ed3e29;
	}
	.jrwm div a:hover .img{
		transform: scale(1.1);
	}
	.qqhz .box4 ul li:hover{
		filter: grayscale(0);
		background-color: #fff;
	}
	.qqhz .box3 ul li:hover{
		filter: grayscale(0);
		background-color: #fff;
	}
	.jjfa .box1 dd a:hover div{
		background-color: #ed3e29;
	}
	.jjfa .box1 dd a:hover h6{
		background-color: #ed3e29;
	}
	.jjfa .box1 dd a:hover{
		box-shadow: 0 0 0.1rem rgba(0,0,0,0.2);
	}
	.jjfa .box1 dd a:hover img{
		transform: scale(1.1);
	}
	.wdgs .box2 ul li:hover h6{
		color: #e63422;
	}
	.wdgs .box2 ul li:hover:before{
		background-color: #e63422;
	}
	.wdgs .box1 li:hover em i:before{
		background-color: #e63422;
	}
	.wdgs .box1 li:hover em i::after{
		opacity: 1;
		transform: scale(1);
	}
	.wdgs .box1 li:hover h6{
		color: #e63422;
	}
	.wdgs .box1 li:hover p{
		color: #e63422;
	}
	.banner-box .w1200 h6 a:hover{
		background-color: #e63422;
		border-color: #e63422;
	}
	.gywm-box .left a:hover{
		color: #e63422;
	}
	.foot-box .box1 li a:hover{
		color: #e63422;
	}
	.head1-box .box2 .lj-ul li:hover>a::after{
		width: 100%;
		opacity: 1;
	}
	.head1-box:hover .box1{
		background-color: rgba(232,53,46,1);
	}
	.head1-box:hover .box2{
		background-color: rgba(255,255,255,1);
	}
	.head1-box:hover .box1 .w1200 a{
		color: #fff;
	}
	.head1-box:hover .box1 .w1200 i{
		background-color: #fff;
	}
	.head1-box:hover .box2 .lj-ul li>a{
		color: #333;
	}
	.head1-box:hover .box2 .lg-a img:nth-of-type(1){
		opacity: 0;
	}
	.head1-box:hover .box2 .lg-a img:nth-of-type(2){
		opacity: 1;
	}
	.head2-box .w1200 .lj-ul li a:hover::after{
		width: 100%;
		opacity: 1;
	}
	.head-box .box1 .w1200 a:hover{
		color: #fff;
	}
	.head-box .box2 .lj-ul li a:hover{
		color: #e63422 !important;
	}
}

@media (max-width: 1400px) {
	html{
		font-size: 90px;
	}
}

@media (max-width: 1200px) {
	html{
		font-size: 80px;
	}
	body{
		padding-top: 0.7rem;
	}
	.w1200{
		width: 92%;
	}
	.head-box .box1{
		display: none;
	}
	.head-box .box2{
		background-color: #fff;
		box-shadow: 0 0 0.15rem rgba(0,0,0,0.1);
	}
	.head-box .box2 .lg-a img:nth-of-type(1){
		opacity: 0;
	}
	.head-box .box2 .lg-a img:nth-of-type(2){
		opacity: 1;
	}
	.head-box .box2 .lj-ul{
		display: none;
	}
	.head1h-box{
		margin-top: 0;
	}
	.head2-box .box2{
		height: 0.7rem;
	}
	.head2-box .w1200 .lj-ul li a::after{
		display: none;
	}
	.head2-box .w1200 .lg-a{
		width: 1.4rem;
	}
	.head-box .menu-dl{
		display: flex;
	}
	.head-box .box2 .lj-ul{
		position: absolute;
		width: 100%;
		top: 100%;
		left: 0;
		background-color: #fff;
		box-sizing: border-box;
		padding: 0.1rem 4%;
		box-shadow: 0 0.06rem 0.1rem rgba(0,0,0,0.2);
		display: none;
	}
	.head-box .box2 .lj-ul li{
		display: block;
		padding: 0;
		border-bottom: 1px solid #e5e5e5;
		margin-right: 0;
	}
	.head-box .box2 .lj-ul li:last-of-type{
		border-bottom: none;
	}
	.head-box .box2 .lj-ul .hide-li{
		display: block;
	}
	.head-box .box2 .lj-ul li>a{
		display: flex;
		font-size: 0.18rem;
		align-items: center;
		justify-content: space-between;
		line-height: 0.56rem;
		height: 0.56rem;
		color: #333;
		padding: 0;
	}
	.head-box .box2 .lj-ul li>a i{
		display: block;
	}
	.head-box .box2 .lj-ul li p{
		width: 100%;
		position: static;
		box-shadow: none;
		text-align: left;
		transform: translate(0);
		box-sizing: border-box;
		background-color: #f7f7f7;
		padding: 0.08rem 0.2rem;
	}
	.head-box .box2 .lj-ul li p a{
		font-size: 0.16rem;
		text-align: left;
		color: #999;
		height: 0.4rem;
		line-height: 0.4rem;
		padding: 0;
		border-top: 0;
	}
	.banner-box .bf-i{
		display: none;
	}
	.bodys .banner-box{
		top: 0.7rem;
		height: 60vw;
	}
	.swiper-box{
		height: 60vw;
		top: 0.7rem;
	}
	.swiper-box .video-slide{
	    display: none;
	}
	.swiper-box .swiper-slide .w1200{
		top: 50%;
	}
	.swiper-box .swiper-slide dt{
		font-size: 0.36rem;
	}
	.swiper-box .swiper-slide p{
		margin-top: 0.2rem;
	}
	.swiper-box .swiper-slide dd{
		font-size: 0.2rem;
	}
	.swiper-box .swiper-slide a{
		width: 1.6rem;
		height: 0.4rem;
		font-size: 0.16rem;
		line-height: 0.4rem;
	}
	.swiper-box .swiper-pagination{
		bottom: 0.2rem !important;
	}
	.swiper-box .swiper-pagination span:last-of-type{
	    display: none;
	}
	.banner-box{
		top: 0.7rem;
		height: 50vw;
	}
	.banner-box .w1200{
		top: 50%;
	}
	.banner-box .w1200 dt{
		font-size: 0.36rem;
	}
	.banner-box .w1200 dd{
		font-size: 0.2rem;
	}
	.banner-box .w1200 h6{
		margin-top: 0.24rem;
	}
	.banner-box .w1200 h6 a{
		width: 1.6rem;
		height: 0.4rem;
		line-height: 0.4rem;
	}
	.pd,.pd2{
		padding: 0.6rem 0;
	}
	.content-box{
		padding-top: 50vw;
	}
	.contenth-box{
		padding-top: 60vw;
	}
	.contents-box{
		padding-top: 0;
	}
	.foot-box .box1{
		display: none;
	}
	.foot-box .box2 .w1200 div{
		margin-left: 0.4rem;
	}
	.foot-box .box2 .w1200 div p{
		line-height: 1.4;
	}
	.title-h5{
		font-size: 0.32rem;
		line-height: 1.2;
		margin-bottom: 0.4rem;
	}
	
	
	.lxwm .box2,
	.lxwm .box3{
		margin-top: 0.6rem;
	}
	.lxwm .box3 label{
		margin-bottom: 0.14rem;
	}
	.lxwm .box3 button{
		width: 100%;
	}
	
	
	.gywm-box .left{
		display: none;
	}
	.gywm-box .right{
		margin-left: 0;
	}
	.jrwm .box1{
		margin-bottom: 0.6rem;
	}
	.jrwm .box1 div a{
		margin-bottom: 0.3rem;
	}
	.jrwm .box1 div a h6{
		justify-content: center;
		font-size: 0.28rem;
		padding: 0.16rem 0;
	}
	.jrwm .box1 div a h6 img{
		width: 0.5rem;
	}
	.jrwm .box2 .div{
		display: block;
	}
	.jrwm .box2 .div .text-div{
		margin-right: 0;
	}
	.jrwm .box5 .ul{
		padding-left: 0;
	}
	.jrwm .box5 .ul li:nth-of-type(1){
		position: static;
		width: 100%;
		height: auto;
	}
	.jrwm .box5 .ul li:nth-of-type(2){
		margin: 0.1rem 0;
	}
	.jrwm .box4 .tab-h6{
		justify-content: flex-start;
	}
	.jrwm .box4 .swiper-pagination span{
		width: 0.6rem;
	}
	.jrwm .box6 li{
		width: 49%;
	}
	.jrwm .box6 li div{
		height: 2.4rem;
	}
	.jrwm .box6 li div p{
		font-size: 0.24rem;
	}
	
	
	.shzp .box1 form div{
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.shzp .box1 form div input, 
	.shzp .box1 form div select{
		width: 49%;
		margin-bottom: 0.14rem;
	}
	.shzp .box1 form button{
		margin-top: 0;
		width: 100%;
	}
	.shzp .box2 dt .h6 span{
		display: block;
		padding-right: 0;
		margin-right: 0;
		border-right: 0;
		margin-top: 0.06rem;
	}
	
	
	.xwzx{
		padding-top: 0;
	}
	.xwzx .box1 ul{
		display: block;
		margin-top: -0.2rem;
	}
	.xwzx .box1 ul li{
		width: 100%;
		margin-right: 0;
		margin-top: 0.2rem;
	}
	
	
	.xwxq{
		padding-top: 0;
	}
	.xwxq .h5{
		font-size: 0.28rem;
	}
	.xwxq .div2 a.return-a{
		width: 1.0rem;
	}
	
	
	.qqhz .box1{
		display: block;
	}
	.qqhz .box1 img{
		width: 100%;
	}
	.qqhz .box1 dl{
		margin-left: 0;
		margin-top: 0.2rem;
	}
	.qqhz .box2{
		margin-top: 0.4rem;
	}
	.qqhz .box2 ul li img{
		width: 0.6rem;
	}
	.qqhz .box2 ul li h6{
		font-size: 0.4rem;
		margin: 0.2rem 0;
	}
	.qqhz .box2 ul li p{
		font-size: 0.2rem;
	}
	.qqhz .box3{
		margin-top: 0.6rem;
	}
	.qqhz .box3 ul li{
		width: 49%;
	}
	.qqhz .box3 ul li:nth-of-type(3n){
		margin-right: 2%;
	}
	.qqhz .box3 ul li:nth-of-type(2n){
		margin-right: 0;
	}
	.qqhz .box4 ul li{
		width: 49%;
	}
	.qqhz .box4 ul li:nth-of-type(2n){
		margin-right: 0;
	}
	.qqhz .box5 ul{
		display: block;
	}
	.qqhz .box5 ul li{
		width: 100%;
		margin-bottom: 0.4rem;
	}
	.qqhz .box5 ul li:last-of-type{
		margin-bottom: 0;
	}
	
	
	.yfcx .box1 p{
		margin-top: 0;
	}
	.yfcx .box1 .ol{
		flex-wrap: wrap;
		padding: 0.4rem;
		margin-top: 0.4rem;
	}
	.yfcx .box1 .ol li{
		flex-shrink: 0;
		width: 50%;
		padding: 0.15rem 0;
	}
	.yfcx .box1 .ul{
		display: block;
	}
	.yfcx .box1 .ul li{
		width: 100%;
		margin-top: 0.3rem;
	}
	.yfcx .box2{
		margin-bottom: 0.6rem;
	}
	.yfcx .box1 .dl{
		margin-top: 0.4rem;
		padding-bottom: 0.4rem;
		flex-direction: column;
		justify-content: center;
	}
	.yfcx .box1 .dl dd{
		margin-left: 0;
	}
	
	
	.jjfa .box1{
		margin-bottom: 0.6rem;
	}
	.jjfa .box1 dt{
		width: 100%;
		height: 0.6rem;
	}
	.jjfa .box1 dd{
		margin-top: 0.2rem;
	}
	.jjfa .box1 dd a{
		width: 49%;
		margin-right: 2%;
		margin-top: 0.2rem;
	}
	.jjfa .box1 dd a:nth-of-type(3n){
		margin-right: 2%;
	}
	.jjfa .box1 dd a:nth-of-type(2n){
		margin-right: 0;
	}
	.jjfa .box1 dd a div{
		position: static;
		display: block;
		border-top: 1px solid #dedede;
	}
	
	
	.wdgs .box1{
		display: none;
	}
	.wdgs .box2{
		width: 100%;
		border-left: 0;
	}
	.wdgs .box2 .h5 strong{
		font-size: 0.56rem;
	}
	.wdgs .box2 .h5 span{
		font-size: 0.28rem;
	}
	.wdgs .box2 ul{
		margin-bottom: 0.6rem;
	}
	.wdgs .box2 ul li{
		padding-left: 0;
		margin-bottom: 0.4rem;
	}
	.wdgs .box2 ul li:before{
		display: none;
	}
	.wdgs .box2 ul li p{
		margin-top: 0.2rem;
		font-size: 0.18rem;
	}
	
	
	.index .title-h4{
		margin-bottom: 0.4rem;
	}
	.index .title-h4 strong{
		font-size: 0.32rem;
	}
	.index .title-h4 span{
		font-size: 0.2rem;
	}
	.index .title-h4::after{
		margin-top: 0.24rem;
	}
	.index .box1 .swiper-container{
		height: 4.0rem;
	}
	.index .box1 .swiper-slide dt{
		font-size: 0.8rem;
	}
	.index .box1 .swiper-slide dd{
		font-size: 0.32rem;
	}
	.index .box1 .swiper-slide a{
		width: 1.6rem;
		height: 0.4rem;
		font-size: 0.16rem;
		line-height: 0.4rem;
	}
	.index .box2 .h6{
		margin-top: 0.6rem;
		margin-bottom: 0.3rem;
	}
	.index .box2 .h6 a{
		font-size: 0.16rem;
	}
	.index .box2 .ol{
		flex-wrap: wrap;
		margin-top: -0.3rem;
	}
	.index .box2 .ol li{
		width: 50%;
		margin-top: 0.3rem;
	}
	.index .box2 .ol li h6 strong{
		font-size: 0.46rem;
	}
	.index .box2 .ol li p{
		margin-top: 0.2rem;
	}
	.index .box2 .swiper-container{
		height: auto;
	}
	.index .box2 .swiper-slide{
		display: block;
		background: none;
	}
	.index .box2 .swiper-slide em{
		display: block;
		width: 100%;
		height: 50vw;
	}
	.index .box2 .swiper-slide dl{
		width: 100%;
		padding-left: 0;
		padding: 0.3rem 0.2rem;
		background-image: url(../image/tp42.jpg);
		background-size: cover;
	}
	.index .box2 .swiper-slide a{
		margin-top: 0.2rem;
		width: 1.6rem;
		height: 0.4rem;
		font-size: 0.16rem;
		line-height: 0.4rem;
	}
	.index .box2 .swiper-pagination{
		left: 0;
		bottom: auto !important;
		width: 100%;
		top: calc(50vw - 0.2rem) !important;
	}
	.index .box3 .dl{
		display: block;
		height: auto;
	}
	.index .box3 .dl dt{
		width: 100%;
		height: 50vw;
	}
	.index .box3 .dl dd{
		height: auto;
		margin: 0;
		margin-top: 0.2rem;
		padding: 0 4%;
		border-top: 0;
	}
	.index .box3 .dl dd a{
		height: auto;
		padding: 0.16rem 0;
		line-height: 1.4;
	}
	.index .box3 .w1200{
		display: block;
		margin-bottom: 0.3rem;
	}
	.index .box3 .w1200 .h6{
		margin-top: 0.4rem;
	}
	.index .box3 .dl dd a h6{
		width: 100%;
	}
	
	
	.fzls .box2{
		margin: 0;
	}
	
	
	.htjz .box2{
		margin: 0.6rem 0;
	}
	.htjz .box2 .dl{
		display: block;
	}
	.htjz .box2 .dl dt{
		width: 100%;
	}
	.htjz .box2 .dl dt a em{
		height: auto;
	}
	.htjz .box2 .dl dt a div{
		height: auto;
		padding: 0.3rem 0.2rem;
	}
	.htjz .box2 .dl dt a div p{
		height: auto;
	}
	.htjz .box2 .dl dd{
		width: 100%;
		margin-top: 0.24rem;
	}
	.htjz .box2 .dl dd a{
		display: block;
		border: 0;
		height: auto;
		background-color: #fff;
	}
	.htjz .box2 .dl dd a div{
		padding: 0.3rem 0.2rem;
	}
	.htjz .box2 .dl dd a em{
		height: auto;
		width: 100%;
	}
	.htjz .box2 .dl dd a div p{
		height: auto;
	}
	.htjz .box3 .h6{
		margin-bottom: 0.3rem;
	}
	.htjz .box3 .h6 a{
		margin-right: 0.2rem;
	}
	.htjz .box3 .ul li{
		width: 100%;
		margin-right: 0;
		padding-bottom: 0;
		height: auto;
		margin-top: 0.3rem;
	}
	.htjz .box4 .h5{
		font-size: 0.36rem;
		margin-bottom: 0.4rem;
	}
	.htjz .box4 p{
		font-size: 0.2rem;
	}
	
	
	.shzr .box1{
		margin-bottom: 0.6rem;
	}
	.shzr .box1:nth-of-type(2n){
		text-align: left;
	}
	.shzr .box1:nth-of-type(2n) .h5::after{
		right: auto;
		left: 0;
	}
	.shzr .box1 a{
		display: block;
	}
	.shzr .box1 a em{
		display: block;
		width: 100%;
		padding-bottom: 0;
		height: 50vw;
	}
	.shzr .box1 a div{
		width: 100%;
		margin-top: 0.3rem;
	}
	.shzr .box1 a div p{
		height: auto;
		font-size: 0.18rem;
	}
	
	
	.wmss .box1 li{
		flex-direction: column-reverse;
		margin-bottom: 0.3rem;
	}
	.wmss .box1 li em{
		width: 100%;
		height: auto;
	}
	.wmss .box1 li em img{
		width: 100%;
	}
	.wmss .box1 li div{
		flex: auto;
		width: 100%;
		margin-right: 0;
		margin-top: 0.2rem;
	}
	
}

@media (max-width: 380px) {
    html {
        font-size: 70px;
    }
}





















































































