/** 清除内外边距 **/
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: 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;
	padding-top: 0.76rem;
	overflow-x: hidden;
}
.bodyh{
	background-color: #000;
}
.clear-both::after{
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}
.w1440{
    width: 14.4rem;
    display: block;
    margin: 0 auto;
    box-sizing: border-box;
}
.w1200{
    width: 12.0rem;
    display: block;
    margin: 0 auto;
    box-sizing: border-box;
}

.pd{
	padding: 0.7rem 0;
}
.is{
    display: block;
    height: 1px;
	margin-top: -1px;
}

.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: #dc0024;
}
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, 
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
	background-color: #dc0024;
}

.swiper-pagination{
	font-size: 0;
	bottom: 0.2rem !important;
}
.swiper-pagination span{
	vertical-align: top;
	opacity: 1;
	width: 0.14rem;
	height: 0.14rem;
	border-radius: 50%;
	border: 1px solid #fff;
	background-color: rgba(255,255,255,0);
	margin: 0 0.1rem 0 0;
	transition: all 0.4s;
}
.swiper-pagination span:last-of-type{
	margin: 0;
}
.swiper-pagination .swiper-pagination-bullet-active{
	background-color: rgba(255,255,255,1);
}
.swiper-button-white{
	width: 0.4rem;
	height: 0.8rem;
	background-size: 100% 100%;
	margin-top: -0.4rem;
}
.swiper-button-prev{
	left: 0.4rem;
}
.swiper-button-next{
	right: 0.4rem;
}

.head-box{
	position: fixed;
	width: 100%;
	height: 0.76rem;
	top: 0;
	left: 0;
	z-index: 9;
	background-color: #fff;
	box-shadow: 0 0 0.1rem rgba(0,0,0,0.3);
	transition: all 0.4s;
}
.head-box .w1440{
	position: relative;
	display: flex;
	height: 100%;
	justify-content: flex-end;
}
.head-box .lg-a{
	position: absolute;
	width: 1.93rem;
	height: 100%;
	top: 0;
	left: 0;
	transition: all 0.4s;
}
.head-box .lg-a img{
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.head-box .lg-a .img2{
	opacity: 0;
}
.head-box .dh-ul{
	display: flex;
	margin-right: 0.2rem;
}
.head-box .dh-ul li{
	position: relative;
}
.head-box .dh-ul li>a{
	display: block;
	font-size: 0.16rem;
	color: #868686;
	height: 0.76rem;
	line-height: 0.76rem;
	padding: 0 0.2rem;
	transition: all 0.4s;
}
.head-box .dh-ul li>a i{
    display: none;
    transition: all 0.4s;
}
.head-box .dh-ul .show>a i{
	transform: rotate(-135deg);
}
.head-box .dh-ul li::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	background-color: #dc0024;
	transition: all 0.4s;
}
.head-box .dh-ul .active>a{
	color: #dc0024;
}
.head-box .dh-ul .active::after{
	width: 100%;
}
.head-box .dh-ul .pitchon>a{
	color: #dc0024;
}
.head-box .dh-ul .pitchon::after{
	width: 100%;
}
.head-box .dh-ul li p{
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background-color: #fff;
	padding: 0.08rem 0;
	display: none;
	box-shadow: 0 0.05rem 0.1rem rgba(0,0,0,0.2);
}
.head-box .dh-ul li p a{
	display: block;
	font-size: 0.14rem;
	color: #333;
	line-height: 0.3rem;
	text-align: center;
}
.head-box .ss-a{
	font-size: 0.18rem;
	color: #868686;
	height: 0.76rem;
	line-height: 0.76rem;
	transition: all 0.4s;
}
.head-box .ss-a::after{
	content: "\eafe";
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
}

.head-box .menu-dl{
    display: none;
    position: absolute;
    width: 0.5rem;
    height: 0.5rem;
    top: 0.1rem;
    left: 0.1rem;
    justify-content: center;
    align-items: center;
    cursor: pointer;
	background-color: #dc0024;
    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);
}

.headh-box{
	height: 0.66rem;
}
.headh-box .dh-ul li>a{
	height: 0.66rem;
	line-height: 0.66rem;
}
.headh-box .ss-a{
	height: 0.66rem;
	line-height: 0.66rem;
}
.scarf{
	display: flex;justify-content: left;
}
.foot-box{
	position: relative;
	z-index: 3;
	background-color: #031b30;
	padding: 0.52rem 0 1.0rem;
	border-top: 0.14rem solid #dc0024;
	overflow: hidden;
}
.foot-box .w1200{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.foot-box .div1{
	flex-shrink: 0;
	width: 2.0rem;
}
.foot-box .div1 .a{
	display: block;
}
.foot-box .div1 .a img{
	width: 100%;
}
.foot-box .div1 .h6{
	display: flex;
	justify-content: center;
	margin-top: 0.58rem;
}
.foot-box .div1 .h6 a{
	position: relative;
	flex-shrink: 0;
	width: 0.46rem;
	margin-right: 0.1rem;
}
.foot-box .div1 .h6 a:last-of-type{
	margin-right: 0;
}
.foot-box .div1 .h6 b{
	position: relative;
	flex-shrink: 0;
	width: 0.46rem;
	margin-right: 0.1rem;
}
.foot-box .div1 .h6 b:last-of-type{
	margin-right: 0;
}
.foot-box .div1 .h6 i{
	display: block;
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #fff;
	border-radius: 0.12rem;
	transition: all 0.4s; 
}
.foot-box .div1 .h6 i img{
	width: 100%;
}
.foot-box .div1 .h6 em{
	position: absolute;
	top: 0.8rem;
	left: 50%;
	transform: translateX(-50%);
	width: 1.4rem;
	border-radius: 0.12rem;
	overflow: hidden;
	box-sizing: border-box;
	padding: 0.04rem;
	background-color: #fff;
	opacity: 0;
	transition: all 0.4s;
}
.foot-box .div1 .h6 em.em{
width: 2.8rem;
}
.foot-box .div1 .h6 em img{
	width: 100%;
}

.foot-box .div2{
	
}
.foot-box .div2 .ul{
	display: flex;
}
.foot-box .div2 .ul li{
	margin-right: 0.6rem;
}
.foot-box .div2 .ul li:last-of-type{
	margin-right: 0;
}
.foot-box .div2 .ul li a{
	display: block;
	font-size: 0.18rem;
	color: #fff;
	opacity: 0.8;
	margin-top: 0.18rem;
	transition: all 0.4s;
}
.foot-box .div2 .ul li a:nth-of-type(1){
	font-weight: bold;
	opacity: 1;
	margin-top: 0;
}
.foot-box .div2 .h6{
	margin-top: 1.0rem;
	font-size: 0.16rem;
	color: #fff;
	opacity: 0.8;
}
.foot-box .div2 .h6 a{
	color: #fff;
}

.banner-box{
	position: fixed;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
}
.banner-box img,
.banner-box video{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.paging-box{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 0.5rem;
}
.paging-box a{
	margin: 0 0.1rem;
	font-size: 0.16rem;
	color: #999;
	padding: 0.1rem;
	transition: all 0.4s;
}
.paging-box .active{
	color: #dc0024;
	transform: scale(1.3);
}
.paging-box .first::after{
	content: "\eb0d";
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
}
.paging-box .prev::after{
	content: "\eb15";
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
}
.paging-box .next::after{
	content: "\eb16";
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
}
.paging-box .last::after{
	content: "\eb0a";
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
}

.title-h5{
	border-left: 0.26rem solid #dc0024;
	padding: 4px 0 4px 0.22rem;
	margin-bottom: 0.5rem;
	font-size: 0.3rem;
}
.title-h5 span{
	display: block;
}
.title-h5 strong{
	display: block;
	color: #dc0024;
	font-weight: 900;
	margin-top: 0.08rem;
}
.bodyh .title-h5 span{
	color: #fff;
}



.yqsh-box{
	
}
.yqsh-box .box1{
	background-color: #f5f5f5;
}
.yqsh-box .box1 .h4{
	display: flex;
	justify-content: flex-end;
	margin-bottom: 0.2rem;
}
.yqsh-box .box1 .h4 a{
	position: relative;
	font-size: 0.18rem;
	color: #737479;
	margin: 0 0.22rem;
	padding-bottom: 0.1rem;
	transition: all 0.4s;
}
.yqsh-box .box1 .h4 a::after{
	content: "";
	position: absolute;
	width: 0;
	height: 2px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background-color: #dc0024;
	transition: all 0.4s;
}
.yqsh-box .box1 .h4 .active{
	color: #dc0024;
}
.yqsh-box .box1 .h4 .active::after{
	width: 100%;
}
.yqsh-box .box1 .h4 .pitchon{
	color: #dc0024;
}
.yqsh-box .box1 .h4 .pitchon::after{
	width: 100%;
}

.yqsh-box .box1 .div{
	position: relative;
}
.yqsh-box .box1 .div .h5{
	position: absolute;
	z-index: 3;
	top: 1.12rem;
	left: 1.58rem;
	/*width: 3.2rem;*/
	color: #fff;
}
.yqsh-box .box1 .div .h5 small{
	position: relative;
	z-index: 3;
	display: block;
	font-size: 0.28rem;
	font-weight: 900;
}
.yqsh-box .box1 .div .h5 strong{
	position: relative;
	z-index: 3;
	display: block;
	font-size: 0.54rem;
	margin-top: 0.2rem;
}
.yqsh-box .box1 .div .h5::after{
	content: "";
	position: absolute;
	left: 0;
	top: 0.18rem;
	width: 100%;
	height: 0.48rem;
	background-color: #dc0024;
}
.yqsh-box .box1 .div .h6{
	position: absolute;
	left: -0.22rem;
	bottom: 0;
	transform: rotate(-90deg);
	transform-origin: 0 100%;
	z-index: 3;
	display: flex;
	align-items: center;
	font-size: 0.18rem;
	color: #dc0024;
	font-weight: 900;
}
.yqsh-box .box1 .div .h6::after{
	content: "";
	flex-shrink: 0;
	width: 0.84rem;
	height: 2px;
	background-color: #dc0024;
	margin-left: 5px;
}
.yqsh-box .box1 .swiper-container{
	height: 6.0rem;
	border-bottom: 3px solid #dc0024;
}
.yqsh-box .box1 .swiper-slide{
	
}
.yqsh-box .box1 .swiper-slide img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.4s;
}

.yqsh-box .box2{
	
}
.yqsh-box .box2 .ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: -0.5rem;
}
.yqsh-box .box2 .ul li{
	flex-shrink: 0;
	width: 49%;
	margin-top: 0.5rem;
}
.yqsh-box .box2 .ul a{
	position: relative;
	display: block;
	background-color: #f5f5f5;
}
.yqsh-box .box2 .ul a em{
	display: block;
	height: 4.2rem;
	overflow: hidden;
}
.yqsh-box .box2 .ul a em img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.4s;
}
.yqsh-box .box2 .ul a dl{
	padding: 0.3rem 0.36rem;
}
.yqsh-box .box2 .ul a dt{
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	line-height: 1.2;
}
.yqsh-box .box2 .ul a dt h6{
	flex: 1;
	min-width: 0;
	margin-right: 0.3rem;
	font-size: 0.28rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	transition: all 0.4s;
}
.yqsh-box .box2 .ul a dt span{
	font-size: 0.16rem;
	color: #666;
}
.yqsh-box .box2 .ul a dd{
	margin-top: 0.24rem;
}
.yqsh-box .box2 .ul a dd p{
	font-size: 0.16rem;
	color: #666;
	margin-bottom: 0.08rem;
	line-height: 1.4;
}
.yqsh-box .box2 .ul a dd p:last-of-type{
	margin-bottom: 0;
}
.yqsh-box .box2 .ul a::after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 3px;
	background-color: #dc0024;
	transition: all 0.4s;
}



.cgxq-box{
	padding-top: 0;
}
.cgxq-box .h4{
	position: absolute;
	left: 0;
	bottom: 0;
	transform: rotate(-90deg);
	transform-origin: 0 100%;
	z-index: 3;
	padding-top: 0.34rem;
}
.cgxq-box .h4 strong{
	display: block;
	font-size: 0.38rem;
	color: #dc0024;
	font-weight: 900;
}
.cgxq-box .h4 small{
	display: block;
	font-size: 0.18rem;
	color: #999;
	margin-top: 0.1rem;
}
.cgxq-box .box1{
	position: relative;
	margin: 0;
}
.cgxq-box .box1 .em{
	position: relative;
	display: block;
	width: 100%;
	padding-bottom: 40%;
	margin-left: -25%;
}
.cgxq-box .box1 .em img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.cgxq-box .box1 .div{
	width: 100%;
	position: absolute;
	top: 56%;
	left: 0;
	height: 2.0rem;
	overflow: hidden;
	transform: translateY(-50%);
}
.cgxq-box .box1 .h5{
	position: absolute;
	left: 75%;
	top: 0.16rem;
	background-color: #dc0024;
	padding: 0.18rem 0.4rem 0.18rem 1.2rem;
	color: #fff;
	text-align: right;
	margin-left: -1.8rem;
}
.cgxq-box .box1 .h5 strong{
	display: block;
	font-size: 0.54rem;
}
.cgxq-box .box1 .h5 small{
	position: relative;
    z-index: 3;
    display: block;
    font-size: 0.28rem;
    font-weight: 900;
	margin-top: 0.12rem;
}
.cgxq-box .box1 .h5::after{
	content: "";
	position: absolute;
	left: -1.04rem;
	top: -0.16rem;
	width: 2.2rem;
	height: 0.64rem;
	background-color: #fff;
}

.cgxq-box .box2{
	position: relative;
	margin-top: 0.7rem;
}
.cgxq-box .box2 .h4{
	left: 1.0rem;
}
.cgxq-box .box2 .w1440{
	display: flex;
	justify-content: space-between;
	padding-left: 0.72rem;
}
.cgxq-box .box2 .div1{
	flex-shrink: 0;
	width: 62%;
}
.cgxq-box .box2 .div1 .h6{
	display: flex;
	align-items: center;
	margin-bottom: 0.4rem;
}
.cgxq-box .box2 .div1 .h6 strong{
	font-size: 0.5rem;
	color: #dc0024;
	font-weight: 900;
}
.cgxq-box .box2 .div1 .h6 em{
	margin-left: 0.1rem;
}
.cgxq-box .box2 .div1 .h6 small{
	display: block;
	font-size: 0.18rem;
	color: #dc0024;
}
.cgxq-box .box2 .div1 .h6 span{
	display: block;
	font-size: 0.18rem;
	color: #999;
	margin-top: 0.06rem;
}
.cgxq-box .box2 .div1 p{
	font-size: 0.18rem;
	color: #999;
	line-height: 1.8;
	margin-top: 0.3rem;
}
.cgxq-box .box2 .div2{
	flex-shrink: 0;
	width: 25%;
	padding-top: 1.0rem;
}
.cgxq-box .box2 .div2 p{
	display: flex;
	align-items: flex-end;
	margin-bottom: 0.2rem;
}
.cgxq-box .box2 .div2 p strong{
	font-size: 0.36rem;
	color: #dc0024; 
  margin-right: 0.14rem;
} 
.cgxq-box .box2 .div2 p .qianzhui{
	font-size: 0.16rem;
	color: #999; margin-right: 0.14rem;
}
.cgxq-box .box2 .div2 p .houzhui{
	font-size: 0.16rem;
	color: #999;
	font-weight: 400;margin-right: 0.14rem;
}
.cgxq-box .box2 .div2 p small{
	font-size: 0.16rem;
	color: #999;
	margin-right: 0.14rem;
	padding-bottom: 3px;
}
.cgxq-box .box2 .div2 h6{
	display: flex;
	line-height: 1.6;
	font-size: 0.16rem;
	margin-top: 0.38rem;
  margin-left: 0.14rem;
}
.cgxq-box .box2 .div2 h6 span{
	color: #dc0024;
}
.cgxq-box .box2 .div2 h6 em{
	flex: 1;
}

.cgxq-box .box3{
	position: relative;
	margin-top: 0.7rem;
}
.cgxq-box .box3 .h4{
	left: -0.2rem;
}
.cgxq-box .box3 .swiper-container{
	width: 100%;
	padding-right: calc(50vw - 7.2rem);
}
.cgxq-box .box3 .swiper-slide{
	box-sizing: border-box;
	cursor: pointer;
}
.cgxq-box .box3 .swiper-slide i{
	position: relative;
	display: block;
	overflow: hidden;
}
.cgxq-box .box3 .swiper-slide::after{
	content: "";
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 0;
	left: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.3);
	transition: all 0.4s;
}
.cgxq-box .box3 .swiper-slide img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.4s;
}
.cgxq-box .box3 .swiper-slide span{
	position: absolute;
	z-index: 3;
	font-size: 0.14rem;
	color: #fff;
	left: 0.3rem;
	bottom: 0;
	opacity: 0;
	transition: all 0.4s;
}
.cgxq-box .box3 .swiper-slide span::after{
	content: "\eb0a";
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	vertical-align: top;
	margin-left: 0.06rem;
}



.img-box{
	position: fixed;
	z-index: 11;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.8);
	display: none;
}
.img-box .div{
	position: absolute;
	/*width: 5.0rem;*/
  width: 8.0rem;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
  
  max-height: 100vh;
    overflow: auto;
}
.img-box .div i{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 3;
	width: 0.4rem;
	height: 0.4rem;
	text-align: center;
	line-height: 0.4rem;
	font-size: 0.24rem;
	background-color: #dc0024;
	color: #fff;
	cursor: pointer;
}
.img-box .div i::after{
	content: "\eaf4";
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
}
.img-box .div img{
	width: 100%;
}
.img-box .div video{
	width: 100%;
}
.video-box .div{
	width: 9.0rem;
}



.ggfw-box{
	
}
.ggfw-box .h6{
	font-size: 0.3rem;
	text-align: center;
	margin-bottom: 0.42rem;
}
.ggfw-box table{
	width: calc(100% + 2px);
	margin-left: -1px;
	background-color: #eee;
}
.ggfw-box table tr{
	
}
.ggfw-box table td{
	border: 1px solid #fff;
	line-height: 1.6;
	padding: 0.12rem 0.1rem;
	font-size: 0.16rem;
}
.ggfw-box p{
	font-size: 0.16rem;
	line-height: 1.6;
	color: #666;
	margin-top: 0.4rem;
}



.xwzx-box{
	
}
/*2023-3-14新增*/
.xwzx-box .pd{
	padding:0.7rem  0 0.3rem
}
/*2023-3-14新增*/
.xwzx-box .box1{
	border-bottom: 4px solid #dc0024;
}
.xwzx-box .box1 .div1{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.xwzx-box .box1 .img{
	flex-shrink: 0;
	width: 0.38rem;
}
.xwzx-box .box1 .swiper-container{
	flex-shrink: 0;
	width: calc(100% - 0.6rem);
	margin: 0;
}
.xwzx-box .box1 .swiper-slide{
	background-color: #f4f4f4;
	box-sizing: border-box;
	border-left: 0.08rem solid #dc0024;
	padding: 0.1rem 0.18rem;
	line-height: 1.2;
	transition: all 0.4s;
}
.xwzx-box .box1 .swiper-slide span{
	display: block;
	font-size: 0.14rem;
}
.xwzx-box .box1 .swiper-slide p{
	font-size: 0.16rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-top: 0.08rem;
}

.xwzx-box .box1 .div2{
	margin-top: 0.44rem;
	display: flex;
	/*height: 6.6rem;*/
  height:auto;
}
.xwzx-box .box1 .div2 .em{
	flex-shrink: 0;
	width: 66.6%;
	position: relative;
	overflow: hidden;
}
.xwzx-box .box1 .div2 .em img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0;
	transform: scale(1.1);
	transition: all 0.4s;
}
.xwzx-box .box1 .div2 .em .show{
	transform: scale(1);
	opacity: 1;
}
.xwzx-box .box1 .div2 .div{
	flex: 1;
	height: 100%;
}
.xwzx-box .box1 .div2 .div a{
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 2.2rem;
	box-sizing: border-box;
	border-bottom: 1px solid #c6c6c6;
	padding: 0 0.36rem;
	transition: all 0.4s;
}
.xwzx-box .box1 .div2 .div a h6{
	color: #666;
}
.xwzx-box .box1 .div2 .div a h6 strong{
	font-size: 0.36rem;
}
.xwzx-box .box1 .div2 .div a h6 small{
	font-size: 0.16rem;
	margin-left: 0.1rem;
}
.xwzx-box .box1 .div2 .div a p{
	font-size: 0.24rem;
	line-height: 1.4;
	height: 0.68rem;
	overflow: hidden;
	margin: 0.2rem 0;
}
.xwzx-box .box1 .div2 .div a span{
	display: block;
	font-size: 0.14rem;
}
.xwzx-box .box1 .div2 .div a span::before{
	content: "\eb16";
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	margin-right: 0.1rem;
	display: inline-block;
	vertical-align: top;
}

.xwzx-box .box2{
	background-color: #f5f5f5;
}
.xwzx-box .box2 .form{
	display: flex;
	margin-bottom: 0.5rem;
}
.xwzx-box .box2 .form p{
	display: flex;
	align-items: center;
	border: 1px solid #c9c9c9;
	border-radius: 6px;
	background-color: #fff;
	overflow: hidden;
	margin-right: 0.16rem;
}
.xwzx-box .box2 .form select{
	flex-shrink: 0;
	width: 1.36rem;
	height: 0.34rem;
	padding: 0 0.12rem;
	font-size: 0.16rem;
	color: #757575;
	-webkit-appearance: none;
	background-image: url(../img/ic7.png);
	background-size: 0.12rem;
	background-repeat: no-repeat;
	background-position: right 0.12rem center;
}
.xwzx-box .box2 .form p:nth-of-type(1) select{
	color: #dc0024;
}
.xwzx-box .box2 .form input{
	flex-shrink: 0;
	width: 2.36rem;
	height: 0.34rem;
	padding: 0 0.12rem;
	font-size: 0.16rem;
}
.xwzx-box .box2 .form i{
	flex-shrink: 0;
	width: 0.28rem;
	height: 1px;
	background-color: #999;
}
.xwzx-box .box2 .form .btn{
	flex-shrink: 0;
	width: 0.6rem;
	height: 0.34rem;
	border: 1px solid #dc0024;
	border-radius: 6px;
	background-color: #dc0024;
	color: #fff;
	font-size: 0.2rem;
}
.xwzx-box .box2 .form .btn::after{
	content: "\eafe";
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
}
.xwzx-box .box2 .ul{
	
}
.xwzx-box .box2 .ul li{
	margin-top: 0.5rem;
}
.xwzx-box .box2 .ul a{
	display: flex;
	justify-content: space-between;
	height: 3.74rem;
}
.xwzx-box .box2 .ul a .h5{
	flex-shrink: 0;
	width: 46.5%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.xwzx-box .box2 .ul a .h5 img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.4s;
}
.xwzx-box .box2 .ul a .h5::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(255,255,255,0.9);
	opacity: 0;
	transition: all 0.4s;
}
.xwzx-box .box2 .ul a .h5 dl{
	position: absolute;
	z-index: 4;
	width: 100%;
	left: 0;
	top: 60%;
	transform: translateY(-50%);
	color: #dc0024;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	opacity: 0;
	transition: all 0.4s;
}
.xwzx-box .box2 .ul a .h5 i{
	flex-shrink: 0;
	width: 2px;
	height: 1.28rem;
	position: relative;
}
.xwzx-box .box2 .ul a .h5 i::after{
	content: "";
	position: absolute;
	top: -10%;
	left: 0;
	width: 1px;
	height: 120%;
	background-color: #dc0024;
	transform: rotate(35deg);
}
.xwzx-box .box2 .ul a .h5 dt{
	font-size: 0.62rem;
	font-weight: bold;
}
.xwzx-box .box2 .ul a .h5 dd{
	font-size: 0.5rem;
	padding-top: 0.78rem;
}
.xwzx-box .box2 .ul a .ds{
	flex: 1;
	height: 100%;
	margin-left: 0.5rem;
	position: relative;
	box-sizing: border-box;
	padding-top: 0.14rem;
}
.xwzx-box .box2 .ul a .ds h5{
	font-size: 0.24rem;
	line-height: 1.4;
	transition: all 0.4s;
}
.xwzx-box .box2 .ul a .ds p{
	font-size: 0.16rem;
	line-height: 1.6;
	color: #666;
	margin-top: 0.22rem;
	text-align: justify;
	height: 0.77rem;
	overflow: hidden;
}
.xwzx-box .box2 .ul a .ds h6{
	position: absolute;
	left: 0;
	bottom: 0.18rem;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.xwzx-box .box2 .ul a .ds h6 span{
	flex-shrink: 0;
	width: 1.5rem;
	height: 0.38rem;
	background-color: #dc0024;
	color: #fff;
	border-radius: 6px;
	font-size: 0.16rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.xwzx-box .box2 .ul a .ds h6 span::after{
	content: "\eb16";
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	width: 0.18rem;
	height: 0.18rem;
	border-radius: 50%;
	background-color: #fff;
	text-align: center;
	line-height: 0.18rem;
	margin-left: 0.1rem;
	font-size: 0.14rem;
	color: #dc0024;
	transition: all 0.4s;
}
.xwzx-box .box2 .ul a .ds h6 small{
	font-size: 0.14rem;
	color: #999;
}



.dzb-box{
	
}
.dzb-box .div{
	display: flex;
	flex-wrap: wrap;
	margin-top: -0.4rem;
}
.dzb-box .div a{
	flex-shrink: 0;
	width: 13%;
	margin-right: 1.5%;
	margin-top: 0.4rem;
}
.dzb-box .div a:nth-of-type(7n){
	margin-right: 0;
}
.dzb-box .div a em{
	display: block;
	height: 2.8rem;
	box-sizing: border-box;
	border: 1px solid #ddd;
	overflow: hidden;
}
.dzb-box .div a em img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: all 0.4s;
}
.dzb-box .div a span{
	display: block;
	text-align: center;
	margin-top: 0.18rem;
	font-size: 0.16rem;
	transition: all 0.4s;
}



.atgg-box .jedate{
	box-shadow: none;
	width: 100%;
	border: 0;
}
.atgg-box .jedate .jedate-header{
	background-color: #dc0024;
	color: #fff;
}
.atgg-box .jedate .jedate-header em{
	color: #fff;
}
.atgg-box .jedate .jedate-content .daystable td .marks{
	background-color: #dc0024;
}
.atgg-box .jedate .jedate-wrap{
	background-color: #f5f5f5;
}
.atgg-box .jedate table tr{
	border-bottom: 1px solid #d8d8d8;
}
.atgg-box .jedate table thead, 
.atgg-box .jedate table td{
	border: 0;
}
.atgg-box .jedate .jedate-pane{
	width: 100%;
}
.atgg-box .jedate .jedate-content{
	height: auto;
	padding: 0;
	border: 0;
}
.atgg-box .jedate .jedate-content .daystable{
	width: 100%;
	border: 0;
}
.atgg-box .jedate .jedate-content .daystable thead{
	width: 100%;
	background-color: #e0e0e0;
}
.atgg-box .jedate .jedate-content .daystable th{
	width: 0.8rem;
	height: 0.5rem;
}
.atgg-box .jedate .jedate-content .daystable td{
	width: 0.8rem;
	height: 0.5rem;
	cursor: pointer;
}
.atgg-box .jedate .jedate-content .daystable td .nolunar{
	position: relative;
	z-index: 3;
}
.atgg-box .jedate .jedate-content .daystable .action{
	background-color: #f5f5f5;
}
.atgg-box .jedate .jedate-content .daystable .action:hover{
	background-color: #f5f5f5;
}
.atgg-box .jedate .jedate-content .daystable td::after{
	content: "";
	position: absolute;
	width: 0.4rem;
	height: 0.4rem;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background-color: #4d5059;
	opacity: 0;
}
.atgg-box .jedate .jedate-content .daystable .action::after{
	opacity: 1;
}
.atgg-box .jedate .jedate-footbtn{
	border-top: 0;
	display: none;
}
.atgg-box .jedate .jedate-content .yeartable td, 
.atgg-box .jedate .jedate-content .monthtable td{
	width: 1.88rem;
	height: 0.5rem;
}



.atgg-box{
	padding-bottom: 0;
}
.atgg-box .box1{
	background-color: #f5f5f5;
}
.atgg-box .box1 .w1440{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.atgg-box .box1 .div1{
	flex-shrink: 0;
	width: 5.6rem;
}
.atgg-box .box1 .div2{
	flex: 1;
	margin-left: 0.6rem;
}
.atgg-box .box1 .div2 a{
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 0.16rem;
	line-height: 1.6;
	color: #666;
	margin-bottom: 0.16rem;
	transition: all 0.4s;
}
.atgg-box .box1 .div2 a:last-of-type{
	margin-bottom: 0;
}
.atgg-box .box1 .div2 span{
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 0.16rem;
	line-height: 1.6;
	color: #666;
	margin-bottom: 0.16rem;
	transition: all 0.4s;
}
.atgg-box .box1 .div2 span:last-of-type{
	margin-bottom: 0;
}



.search-box{
	
}
.search-box .box1{
	position: relative;
}
.search-box .box1 .form{
	position: absolute;
	top: 50%;
	left: 50%;
	height: 0.46rem;
	transform: translate(-50%,-50%);
	width: 7.6rem;
	display: flex;
}
.search-box .box1 .form input{
	flex-shrink: 0;
	width: 88%;
	height: 100%;
	box-sizing: border-box;
	padding: 0 0.2rem;
	border-radius: 0.1rem 0 0 0.1rem;
	border: 1px solid #cacbcd;
	font-size: 0.2rem;
}
.search-box .box1 .form button{
	flex-shrink: 0;
	width: 12%;
	height: 100%;
	border-radius: 0 0.1rem 0.1rem 0;
	background-color: #dc0024;
	color: #fff;
}
.search-box .box1 .form button::after{
	content: "\eafe";
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	font-size: 0.24rem;
}
.search-box .box2{
	border-top: 2px solid #dc0024;
	padding-top: 0.5rem;
}
.search-box .box2 .h6{
	font-size: 0.24rem;
	margin-bottom: 0.3rem;
}
.search-box .box2 .div{
	
}
.search-box .box2 .div a{
	display: block;
	font-size: 0.16rem;
	line-height: 1.6;
	margin-top: 0.16rem;
	color: #666;
	transition: all 0.4s;
  
  border-bottom:1px dotted #ccc;
}
.search-box .box2 .div a mark{display:inline;color:#f00;    background-color: #fff;}


.zxfw-box{
	
}
.zxfw-box .h6{
	font-size: 0.2rem;
	color: #999;
}
.zxfw-box #map{
	margin-top: 0.14rem;
	width: 100%;
	height: 5.0rem;
}
.zxfw-box .ul{
	margin-top: 0.4rem;
	display: flex;
	justify-content: space-between;
}
.zxfw-box .ul li{
	flex-shrink: 0;
	width: 49%;
	background-color: #f4f4f4;
	border-bottom: 3px solid #dc0024;
}
.zxfw-box .ul li h6{
	background-color: #fff;
	padding-bottom: 0.14rem;
	font-size: 0.24rem;
	color: #dc0024;
	font-weight: bold;
	border-bottom: 3px solid #dc0024;
}
.zxfw-box .ul li dl{
	padding: 0.3rem 0.2rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.zxfw-box .ul li dd{
	flex-shrink: 0;
	width: 50%;
	font-size: 0.18rem;
	line-height: 1.4;
	margin: 0.1rem 0;
	color: #999;
}
.zxfw-box .ul li .dd{
	width: 100%;
}



.cgjs-box{
	
}
.cgjs-box .box1{
	position: relative;
	height: 35.4vw;
	overflow: hidden;
}
.cgjs-box .box1 .div,
.cgjs-box .box1 .ul,
.cgjs-box .box1 .ol{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.cgjs-box .box1 .ul{
	z-index: 3;
}
.cgjs-box .box1 .ul li{
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	transform: scale(1.1);
	transition: all 0.4s;
}
.cgjs-box .box1 .ul li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.cgjs-box .box1 .ul .show{
	transform: scale(1);
	opacity: 1;
}

.cgjs-box .box1 .ol{
	display: flex;
	z-index: 2;
}
.cgjs-box .box1 .ol li{
	flex: 1;
	height: 100%;
}
.cgjs-box .box1 .ol li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cgjs-box .box1 .div{
	display: flex;
	z-index: 4;
}
.cgjs-box .box1 .div a{
	position: relative;
	flex: 1;
	height: 100%;
	color: #fff;
	box-sizing: border-box;
	text-align: center;
	border-right: 1px solid rgba(255,255,255,0.3);
}
.cgjs-box .box1 .div a:last-of-type{
	border-right: 0;
}
.cgjs-box .box1 .div a::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 0;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.2);
	transition: all 0.4s;
}
.cgjs-box .box1 .div a div{
	position: absolute;
	z-index: 3;
	/*width: 2.06rem;*/
	bottom: 0.76rem;
	left: 50%;
	transform: translate(-50%,50%);
	transition: all 0.4s;
}
.cgjs-box .box1 .div a img{
	display: block;
	width: 1.88rem;
	margin: 0 auto 0.48rem;
	opacity: 0;
	transition: all 0.4s;
}
.cgjs-box .box1 .div a strong{
	position: relative;
	z-index: 3;
	display: block;
	font-size: 0.4rem;
	font-weight: normal;
	transform: scale(0.4);
	transition: all 0.4s;
  
  white-space: nowrap;
}
.cgjs-box .box1 .div a small{
	position: relative;
	z-index: 3;
	display: block;
	font-size: 0.2rem;
	font-weight: 900;
	margin-top: 0.12rem;
	opacity: 0;
	transition: all 0.4s;
}
.cgjs-box .box1 .div a div::after{
	content: "";
	position: absolute;
	width: 0;
	height: 0.5rem;
	background-color: #dc0024;
	left: 0;
	bottom: 0;
	opacity: 0;
	transition: all 0.4s;
}
/* .cgjs-box .box1 .div .active img{
	opacity: 1;
}
.cgjs-box .box1 .div .active strong{
	transform: scale(1);
}
.cgjs-box .box1 .div .active small{
	opacity: 1;
}
.cgjs-box .box1 .div .active div::after{
	width: 100%;
	opacity: 1;
}
.cgjs-box .box1 .div .active div{
	bottom: 50%;
}
.cgjs-box .box1 .div .active::after{
	height: 100%;
} */



.tyss-box{
	
}
.tyss-box .ul{
	
}
.tyss-box .ul li{
	margin-top: 0.5rem;
}
.tyss-box .ul a{
	display: flex;
	height: 3.64rem;
	justify-content: space-between;
}
.tyss-box .ul a em{
	flex-shrink: 0;
	width: 64%;
	height: 100%;
	overflow: hidden;
}
.tyss-box .ul a em img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.4s;
}
.tyss-box .ul a dl{
	flex-shrink: 0;
	width: 35%;
	height: 100%;
	background-color: #383842;
	background-image: url(../img/lg5.svg);
	background-size: cover;
	box-sizing: border-box;
	padding: 0.32rem 0.32rem;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
}
.tyss-box .ul a dt{
	font-size: 0.24rem;
	line-height: 1.6;
	transition: all 0.4s;
}
.tyss-box .ul a dd{
	font-size: 0.16rem;
}
.tyss-box .ul a dd::after{
	content: "\eb0a";
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	vertical-align: top;
	margin-left: 0.06rem;
}
.tyss-box .ul a dl::after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 2px;
	background-color: #dc0024;
	transition: all 0.4s;
}



.ssxq-box{
	
}
.ssxq-box .box1{
	
}
.ssxq-box .box1 .h6{
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 0.3rem;
	color: #fff;
	line-height: 1.4;
	padding: 0 0.12rem;
}
.ssxq-box .box1 .h6::after{
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0.22rem;
	width: 100%;
	height: 0.26rem;
	background-color: #dc0024;
}
.ssxq-box .box1 .swiper-container{
	margin-top: 0.5rem;
}
.ssxq-box .box1 .swiper-slide img{
	width: 100%;
}
.ssxq-box .box1 .swiper-pagination{
	position: static;
	width: 100%;
	bottom: 0;
	margin-top: 0.2rem;
}

.ssxq-box .box2{
	margin-top: 0.7rem;
}
.ssxq-box .box2 .div1{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 0.5rem;
}
.ssxq-box .box2 .div1 .title-h5{
	margin-bottom: 0;
}
.ssxq-box .box2 .div1 a{
	color: #fff;
	font-size: 0.16rem;
	padding-bottom: 6px;
	transition: all 0.4s;
}
.ssxq-box .box2 .div1 a::after{
	content: "\eb0a";
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	vertical-align: top;
	margin-left: 0.06rem;
}
.ssxq-box .box2 .div2{
	display: flex;
}
.ssxq-box .box2 .div2 a{
	position: relative;
	flex-shrink: 0;
	width: 23.8%;
	height: 2.0rem;
	margin-right: 1.6%;
	overflow: hidden;
}
.ssxq-box .box2 .div2 a:nth-of-type(4n){
	margin-right: 0;
}
.ssxq-box .box2 .div2 a img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.4s;
}
.ssxq-box .box2 .div2 a h6{
	position: absolute;
	z-index: 3;
	left: 0;
	bottom: 0.12rem;
	width: 100%;
	padding: 0 0.16rem;
	box-sizing: border-box;
	font-size: 0.16rem;
	line-height: 1.5;
	color: #fff;
	opacity: 0.7;
	transition: all 0.4s;
}



.ggfw-box{
	padding-bottom: 0;
}
.ggfw-box .box1{
	margin-top: 0.24rem;
}
.ggfw-box .box1 .div a div{
	bottom: 0.26rem;
}



.wyyc-box{
	padding-top: 0;
}
.wyyc-box .h5{
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding-left: 0.3rem;
	color: #fff;
	margin-bottom: 0.5rem;
}
.wyyc-box .h5 strong{
	position: relative;
	z-index: 3;
	font-weight: 900;
	display: block;
	font-size: 0.28rem;
}
.wyyc-box .h5 small{
	position: relative;
	z-index: 3;
	display: block;
	font-size: 0.24rem;
	margin-top: 0.12rem;
}
.wyyc-box .h5::after{
	content: "";
	position: absolute;
	left: 0;
	top: 0.16rem;
	width: 100%;
	height: 0.34rem;
	background-color: #dc0024;
}
.wyyc-box .box1{
	position: relative;
	overflow: hidden;
}
.wyyc-box .box1 .em{
	position: relative;
	display: block;
	width: 100%;
	padding-bottom: 40%;
	margin-left: -25%;
}
.wyyc-box .box1 .em img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.wyyc-box .box1 .div{
	width: 100%;
	position: absolute;
	top: 56%;
	left: 0;
	height: 2.0rem;
	overflow: hidden;
	transform: translateY(-50%);
}
.wyyc-box .box1 .h5{
	position: absolute;
	left: 75%;
	top: 0.16rem;
	background-color: #dc0024;
	padding: 0.18rem 0.4rem 0.18rem 1.2rem;
	color: #fff;
	text-align: right;
	margin-left: -2.5rem;
}
.wyyc-box .box1 .h5 strong{
	display: block;
	font-size: 0.54rem;
	white-space: nowrap;
}
.wyyc-box .box1 .h5 small{
	position: relative;
    z-index: 3;
    display: block;
    font-size: 0.28rem;
    font-weight: 900;
	margin-top: 0.12rem;
	white-space: nowrap;
}
.wyyc-box .box1 .h5::after{
	content: "";
	position: absolute;
	left: -1.04rem;
	top: -0.16rem;
	width: 2.2rem;
	height: 0.64rem;
	background-color: #fff;
}

.wyyc-box .box2{
	
}
.wyyc-box .box2 .swiper-container{
	width: 100%;
	padding: 0 calc(50vw - 7.2rem);
	margin-left: calc(-50vw + 7.2rem);
}
.wyyc-box .box2 .swiper-slide{
	box-sizing: border-box;
	color: #fff;
}
.wyyc-box .box2 .swiper-slide i{
	position: relative;
	display: block;
	overflow: hidden;
}
.wyyc-box .box2 .swiper-slide i img{
	width: 100%;
	transition: all 0.4s;
}
.wyyc-box .box2 .swiper-slide h6{
	position: relative;
	font-size: 0.24rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 1.2;
	padding-bottom: 0.2rem;
	margin-top: 0.28rem;
	margin-bottom: 0.16rem;
}
.wyyc-box .box2 .swiper-slide h6::after{
	content: "";
	position: absolute;
	width: 0;
	height: 2px;
	background-color: #dc0024;
	left: 0;
	bottom: 0;
	transition: all 0.4s;
}
.wyyc-box .box2 .swiper-slide p{
	font-size: 0.2rem;
	line-height: 1.4;
	opacity: 0.6;
}
.wyyc-box .box2 .swiper-slide span{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 1.5rem;
	height: 0.38rem;
	border-radius: 6px;
	background-color: #dc0024;
	font-size: 0.14rem;
	margin-top: 0.34rem;
	transform: translateY(100%);
	opacity: 0;
	transition: all 0.4s;
}
.wyyc-box .box2 .swiper-slide span::after{
	content: "\eb16";
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	flex-shrink: 0;
	width: 0.18rem;
	height: 0.18rem;
	text-align: center;
	line-height: 0.18rem;
	border-radius: 50%;
	background-color: #fff;
	color: #dc0024;
	margin-left: 0.16rem;
}
.wyyc-box .box2 .swiper-pagination{
	position: static;
	width: 100%;
	height: 5px;
	margin-top: 0.54rem;
	background-color: #686b70;
}
.wyyc-box .box2 .swiper-pagination span{
	background-color: #dc0024;
	border-radius: 0;
	border: 0;
}

.wyyc-box .box3{
	
}
.wyyc-box .box3 .dl{
	margin-bottom: 0.7rem;
}
.wyyc-box .box3 .dl:last-of-type{
	margin-bottom: 0;
}
.wyyc-box .box3 .dl dt{
	font-size: 1.3rem;
	color: #383842;
	font-weight: 900;
	margin-left: 0.54rem;
	margin-bottom: -0.2rem;
}
.wyyc-box .box3 .dl dd{
	display: flex;
	flex-wrap: wrap;
}
.wyyc-box .box3 .dl dd a{
	position: relative;
	flex-shrink: 0;
	margin-right: 1%;
	height: 3.64rem;
	color: #fff;
	overflow: hidden;
}
.wyyc-box .box3 .dl dd a:nth-of-type(1){
	width: 45%;
}
.wyyc-box .box3 .dl dd a:nth-of-type(2){
	width: 54%;
	margin-right: 0;
}
.wyyc-box .box3 .dl dd a:nth-of-type(3){
	width: 64%;
	margin-top: 1%;
}
.wyyc-box .box3 .dl dd a:nth-of-type(4){
	width: 35%;
	margin-top: 1%;
	margin-right: 0;
	background-color: #383842;
	background-image: url(../img/lg5.svg);
	background-size: cover;
}
.wyyc-box .box3 .dl dd a:nth-of-type(4):before{
	display: none;
}
.wyyc-box .box3 .dl dd a::before{
	content: "";
	position: absolute;
	z-index: 3;
	width: 100%;
	height: 0;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.4);
	opacity: 0;
	transition: all 0.4s;
}
.wyyc-box .box3 .dl dd a img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.4s;
}
.wyyc-box .box3 .dl dd a .d1{
	position: absolute;
	width: 90%;
	top: 70%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	z-index: 4;
	opacity: 0;
	transition: all 0.4s;
}
.wyyc-box .box3 .dl dd a .d1 h6{
	font-size: 0.24rem;
}
.wyyc-box .box3 .dl dd a .d1 span{
	font-size: 0.14rem;
	display: block;
	margin-top: 0.5rem;
}
.wyyc-box .box3 .dl dd a .d1 span::after{
	content: "\eb0a";
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	vertical-align: top;
	margin-left: 0.06rem;
}
.wyyc-box .box3 .dl dd a .d2{
	position: absolute;
	width: 90%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	z-index: 4;
}
.wyyc-box .box3 .dl dd a .d2::before{
	content: "";
	position: absolute;
	width: 0;
	height: 0.28rem;
	background-color: #dc0024;
	top: 0.18rem;
	left: 50%;
	margin-left: -0.82rem;
	transition: all 0.4s;
}
.wyyc-box .box3 .dl dd a .d2 h6{
	position: relative;
	z-index: 3;
	font-size: 0.36rem;
}
.wyyc-box .box3 .dl dd a .d2 span{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 1.5rem;
	height: 0.38rem;
	border-radius: 6px;
	background-color: #dc0024;
	font-size: 0.14rem;
	margin: 0.34rem auto 0;
	transition: all 0.4s;
}
.wyyc-box .box3 .dl dd a .d2 span::after{
	content: "\eb16";
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	flex-shrink: 0;
	width: 0.18rem;
	height: 0.18rem;
	text-align: center;
	line-height: 0.18rem;
	border-radius: 50%;
	background-color: #fff;
	color: #dc0024;
	margin-left: 0.16rem;
}



.index-body{
	
}
.index-body .head-box{
	background-color: #031b30;
}
.index-body .head-box .lg-a .img1{
	opacity: 0;
}
.index-body .head-box .lg-a .img2{
	opacity: 1;
}
.index-box{
	padding-top: 100vh;
}
.index .h5{
	display: flex;
	align-items: center;
	margin-bottom: 0.5rem;
}
.index .h5 strong{
	font-size: 0.38rem;
	color: #dc0024;
}
.index .h5 small{
	font-size: 0.32rem;
	color: #fff;
	margin-left: 0.2rem;
}

.index .tab-div{
	margin-bottom: 0.5rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.index .tab-div .h5{
	margin-bottom: 0;
}
.index .tab-div .h6{
	display: flex;
}
.index .tab-div .h6 span{
	position: relative;
	font-size: 0.18rem;
	height: 0.38rem;
	line-height: 0.38rem;
	margin-left: 0.4rem;
	color: #fff;
	cursor: pointer;
	transition: all 0.4s;
}
.index .tab-div .h6 span::after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 2px;
	background-color: #dc0024;
	transition: all 0.4s;
}
.index .tab-div .h6 .active{
	color: #dc0024;
}
.index .tab-div .h6 .active::after{
	width: 100%;
}

.index{
	position: relative;
	z-index: 3;
}
.index .box0{
	position: relative;
}
.index .box0 .em{
	position: absolute;
	top: -2vw;
	left: 0;
	width: 0;
	height: 21.6vw;
	overflow: hidden;
	transition: all 1.0s ease 0.4s;
}
.index .box0 .show{
	width: 100%;
}
.index .box0 .em img{
	height: 100%;
}
.index .box0 .img{
	width: 100%;
}

.index .box1{
	border-top: 1px solid #031b30;
	background-color: #031b30;
	padding-top: 0;
	color: #fff;
}
.index .box1 dl{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 9.3rem;
	margin-left: 44%;
	transform: translateX(-50%);
	margin-top: -15vw;
}
.index .box1 dt{
	flex-shrink: 0;
	width: 40%;
}
.index .box1 dt p{
	margin-bottom: 0.5rem;
}
.index .box1 dt p:last-of-type{
	margin-bottom: 0;
}
.index .box1 dt strong{
	display: inline-block;
	vertical-align: bottom;
	/*display: block;*/
	font-size: 0.46rem;
	font-weight: 900;
	color: #dc0024;
}
.index .box1 dt sup{
	display: inline-block;
	vertical-align: bottom;
	font-size: 0.18rem;
	transform: translateY(-0.04rem);
}
.index .box1 dt .qianzhui{
	font-size: 0.22rem;
	font-weight: 400;
	color: #666666;
}
.index .box1 dt .houzhui{
	 padding-left:0.12rem;
	font-size: 0.22rem;
	font-weight: 400;
	color: #666666;
}
.index .box1 dt .qianzhui{
	padding-right:0.12rem;
	font-size: 0.22rem;
	font-weight: 400;
	color: #666666;
}
.index .box1 dt small{
	display: block;
	font-size: 0.18rem;
	margin-top: 0.14rem;
}
.index .box1 dd{
	flex-shrink: 0;
	width: 60%;
}
.index .box1 dd img{
	width: 2.2rem;
}
.index .box1 dd div{
	margin: 0.56rem 0;
}
.index .box1 dd div p{
	font-size: 0.18rem;
	line-height: 1.8;
}
.index .box1 dd a{
	display: inline-block;
	vertical-align: top;
	font-size: 0.16rem;
	color: #dc0024;
}
.index .box1 dd a::after{
	content: "\eb0a";
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	vertical-align: top;
	margin-left: 0.06rem;
	transition: all 0.4s;
}

.index .box2{
	position: relative;
	height: 35.4vw;
	background-color: #031b30;
	overflow: hidden;
}
.index .box2 .div,
.index .box2 .ul,
.index .box2 .ol{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.index .box2 .ul{
	z-index: 3;
}
.index .box2 .ul li{
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	transform: scale(1.1);
	transition: all 0.4s;
}
.index .box2 .ul .show{
	transform: scale(1);
	opacity: 1;
}
.index .box2 .ul li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.index .box2 .ol{
	display: flex;
	z-index: 2;
}
.index .box2 .ol li{
	flex: 1;
	height: 100%;
}
.index .box2 .ol li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.index .box2 .div{
	display: flex;
	z-index: 4;
}
.index .box2 .div a{
	position: relative;
	flex: 1;
	height: 100%;
	color: #fff;
	box-sizing: border-box;
	text-align: center;
	overflow: hidden;
	/* border-right: 1px solid rgba(255,255,255,0.2); */
}
.index .box2 .div a:last-of-type{
	border-right: 0;
}
.index .box2 .div a::before{
	content: "";
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: 0;
	width: 0;
	height: 0.2rem;
	background-color: #dc0024;
	opacity: 0;
	transition: all 0.4s;
}
.index .box2 .div a::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 0.2rem;
	left: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.6);
	transition: all 0.4s;
}
.index .box2 .div a div{
	position: absolute;
	z-index: 3;
	width: 90%;
	bottom: 5%;
	left: 5%;
	transition: all 0.4s;
}
.index .box2 .div a div img{
	display: block;
	width: 85%;
	margin: 0 auto 0.48rem;
	opacity: 0;
	transition: all 0.4s;
}
.index .box2 .div a div strong{
	position: relative;
	z-index: 3;
	display: block;
	font-size: 0.3rem;
	font-weight: normal;
	transform: scale(0.54);
	transition: all 0.4s;
}
/* .index .box2 .div .active div img{
	opacity: 1;
}
.index .box2 .div .active div strong{
	transform: scale(1);
}
.index .box2 .div .active div{
	bottom: 50%;
}
.index .box2 .div .active::before{
	width: 100%;
	opacity: 1;
}
.index .box2 .div .active::after{
	height: 100%;
	background-color: rgba(0,0,0,0.2);
} */

.index .box3{
	background-color: #031b30;
}
.index .box3 .swiper-container{
	padding: 0.3rem 0;
	margin-top: -0.3rem;
}
.index .box3 .swiper-slide{
	display: flex;
}
.index .box3 .swiper-slide a{
	display: block;
	flex-shrink: 0;
	width: 24.1%;
	margin-right: 1.2%;
	background-color: #253749;
	box-shadow: 0 0 0.3rem rgba(255,255,255,0.1);
	transition: all 0.4s;
}
.index .box3 .swiper-slide a:nth-of-type(4){
	margin-right: 0;
}
.index .box3 .swiper-slide a em{
	display: block;
	width: 100%;
	height: 2.76rem;
	overflow: hidden;
}
.index .box3 .swiper-slide a img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.4s;
}
.index .box3 .swiper-slide a h6{
	padding: 0.14rem 0.18rem;
}
.index .box3 .swiper-slide a p{
	color: #fff;
	font-size: 0.18rem;
	line-height: 1.5;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.index .box3 .mover-div{
	margin-top: 0.2rem;
}
.index .box3 .mover-div a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 3.0rem;
	height: 0.5rem;
	background-color: #dc0024;
	font-size: 0.16rem;
	color: #fff;
	margin: 0 auto;
}
.index .box3 .mover-div a::after{
	content: "\eb0a";
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	vertical-align: top;
	margin-left: 0.06rem;
	transition: all 0.4s;
}





.index .box4{
	padding: 0.3rem 0;
	overflow: hidden;
	background-color: #031b30;
}
.index .box4 .tab-swiper{
	
}
.index .box4 .tab-swiper .swiper-container{
	width: 100%;
	padding: 0 calc(50vw - 7.2rem);
	margin-left: calc(-50vw + 7.2rem);
	display: none;
}
.index .box4 .tab-swiper .swiper-container:nth-of-type(1){
	display: block;
}
.index .box4 .swiper-slide{
	box-sizing: border-box;
	color: #fff;
}
.index .box4 .swiper-slide i{
	position: relative;
	display: block;
	overflow: hidden;
}
.index .box4 .swiper-slide i img{
	width: 100%;
	transition: all 0.4s;
}
.index .box4 .swiper-slide h6{
	position: relative;
	font-size: 0.24rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 1.2;
	padding-bottom: 0.2rem;
	margin-top: 0.28rem;
	margin-bottom: 0.16rem;
}
.index .box4 .swiper-slide h6::after{
	content: "";
	position: absolute;
	width: 0;
	height: 2px;
	background-color: #dc0024;
	left: 0;
	bottom: 0;
	transition: all 0.4s;
}
.index .box4 .swiper-slide p{
	font-size: 0.2rem;
	line-height: 1.4;
	opacity: 0.6;
}
.index .box4 .swiper-slide span{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 1.5rem;
	height: 0.38rem;
	border-radius: 6px;
	background-color: #dc0024;
	font-size: 0.14rem;
	margin-top: 0.34rem;
	transform: translateY(100%);
	opacity: 0;
	transition: all 0.4s;
}
.index .box4 .swiper-slide span::after{
	content: "\eb16";
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	flex-shrink: 0;
	width: 0.18rem;
	height: 0.18rem;
	text-align: center;
	line-height: 0.18rem;
	border-radius: 50%;
	background-color: #fff;
	color: #dc0024;
	margin-left: 0.16rem;
}
.index .box4 .swiper-pagination{
	position: static;
	width: 100%;
	height: 5px;
	margin-top: 0.54rem;
	background-color: #686b70;
}
.index .box4 .swiper-pagination span{
	background-color: #dc0024;
	border-radius: 0;
	border: 0;
}

.index .box5{
	overflow: hidden;
	background-color: #031b30;
}
.index .box5 .swiper-container{
	height: 6rem;
	border-bottom: 3px solid #dc0024;
}
.index .box5 .swiper-slide img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.4s;
}
.index .box5 .swiper-slide h6{
	position: absolute;
	z-index: 3;
	top: 1.12rem;
	left: 1.58rem;
	width: 3.2rem;
	color: #fff;
}
.index .box5 .swiper-slide h6 small{
	position: relative;
	z-index: 3;
	display: block;
	font-size: 0.28rem;
	font-weight: 900;
}
.index .box5 .swiper-slide h6 strong{
	position: relative;
	z-index: 3;
	display: block;
	font-size: 0.54rem;
	margin-top: 0.2rem;
}
.index .box5 .swiper-slide h6::after{
	content: "";
	position: absolute;
	left: 0;
	top: 0.18rem;
	width: 100%;
	height: 0.48rem;
	background-color: #dc0024;
}



.zjat-box{
	overflow: hidden;
	background-color: #fff;
}
.zjat-box .h5{
	text-align: center;
	font-size: 0.4rem;
	margin-bottom: 0.66rem;
}
.zjat-box .h5 span{
	color: #dc0024;
}
.zjat-box .h5 small{
	color: #6a6b70;
	font-size: 0.4rem;
	margin-left: 0.1rem;
}

.zjat-box .box0{
	width: 100%;
	height: calc(100vh - 0.76rem);
	background-color: #1c1d1f;
}
.zjat-box .box0 video{
	position: fixed;
	width: 100%;
	height: 100vh;
	object-fit: cover;
	top: 0;
	left: 0;
}

.zjat-box .box1{
	position: relative;
	width: 100%;
	height: 460vh;
}
.zjat-box .box1 .div{
	position: relative;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100vh !important;
	overflow: hidden;
	box-sizing: border-box;
	padding-top: 0.66rem;
}

.zjat-box .box1 .div1{
	position: relative;
	width: 100%;
	height: 21.8vw;
}
.zjat-box .box1 .div1 .img1{
	position: absolute;
	z-index: 3;
	width: 100%;
	top: 0;
	left: 0;
	opacity: 1;
}
.zjat-box .box1 .div1 .img2{
	position: absolute;
	z-index: 4;
	width: 100%;
	top: 0;
	left: 0;
	opacity: 0;
}
.zjat-box .box1 .div1 .img3{
	position: absolute;
	width: 100%;
	top: 9%;
	left: 0;
}

.zjat-box .box1 .div2{
	position: relative;
	width: 100%;
	height: calc(100% - 21.8vw);
	background-color: #fff;
}
.zjat-box .box1 .div2 .dl1{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.zjat-box .box1 .div2 .dl1 dl{
	position: absolute;
	width: 9.6rem;
	left: 50%;
	top: 26%;
	transform: translateX(0);
	margin-left: -1.15rem;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: -1.8rem;
}
.zjat-box .box1 .div2 .dl1 dt{
	flex-shrink: 0;
	width: 2.3rem;
}
.zjat-box .box1 .div2 .dl1 dt img{
	width: 100%;
	transform: scale(2);
}
.zjat-box .box1 .div2 .dl1 dd{
	flex-shrink: 0;
	width: 6.3rem;
	margin-left: 1.0rem;
	padding-left: 0.9rem;
	border-left: 1px solid #e5e5e7;
	box-sizing: border-box;
	opacity: 0;
}
.zjat-box .box1 .div2 .dl1 dd p{
	font-size: 0.17rem;
	line-height: 1.8;
	color: #848484;
}
.zjat-box .box1 .div2 .dl1 dd img{
	width: 4.48rem;
	margin-top: 0.64rem;
}

.zjat-box .box1 .div2 .dl2{
	position: absolute;
	width: 100%;
	left: 100%;
	top: 26%;
	opacity: 0;
	transform: translateY(-50%);
}
.zjat-box .box1 .div2 .dl2 dl{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: -1.15rem;
}
.zjat-box .box1 .div2 .dl2 dt{
	flex-shrink: 0;
	width: 2.0rem;
}
.zjat-box .box1 .div2 .dl2 dt p{
	margin-bottom: 0.5rem;
}
.zjat-box .box1 .div2 .dl2 dt p:last-of-type{
	margin-bottom: 0;
}
.zjat-box .box1 .div2 .dl2 dt strong{
	/*display: block;*/
	font-size: 0.46rem;
	font-weight: 900;
	color: #dc0024;
}
.zjat-box .box1 .div2 .dl2 dt .houzhui{
	 padding-left:0.12rem;
	font-size: 0.22rem;
	font-weight: 400;
	color: #666666;
}
.zjat-box .box1 .div2 .dl2 dt small{
	display: block;
	font-size: 0.18rem;
	color: #666;
	margin-top: 0.08rem;
}
.zjat-box .box1 .div2 .dl2 dd{
	flex-shrink: 0;
	width: 6.7rem;
	margin-left: 1.0rem;
	padding-left: 0.9rem;
	box-sizing: border-box;
	border-left: 1px solid #e5e5e7;
}
.zjat-box .box1 .div2 .dl2 dd p{
	font-size: 0.17rem;
	line-height: 1.8;
	color: #848484;
}

.zjat-box .box2{
	position: relative;
	z-index: 3;
	background-color: #fff;
	border-top: 1px solid #e5e5e7;
}
/*2023-3-30新增开始

*/

.zjat-box .box2 .div{
	margin-top: -0.2rem;
}
.zjat-box .box2 .mCustomScrollBox,
.zjat-box .box2 .mCSB_container{
	/* overflow: inherit !important; */
	margin-bottom: 0;
}
.zjat-box .box2 .mCSB_scrollTools{
	height: 5px;
	margin-top: 0.34rem;
	position: relative;
}
.zjat-box .box2 .mCSB_dragger_bar{
	margin: 0 !important;
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
	background-color: #dc0024;
}
.zjat-box .box2 .mCSB_draggerRail{
	height: 5px;
	background-color: #e5e5e7;
	margin: 0;
}
.zjat-box .box2 .ul{
	display: flex;
	padding: 0.2rem 0;
}
.zjat-box .box2 .swiper-slide{
	flex-shrink: 0;
	width: 3.6rem;
	margin-right: 0.3rem;
	box-sizing: border-box;
	border: 1px solid #e7e7ee;
	background-color: #fff;
	padding: 0.5rem 0 0.3rem;
}
.zjat-box .box2 .swiper-slide em{
	display: block;
	width: 70%;
	padding-bottom: 52%;
	position: relative;
	margin: 0 auto;
}
.zjat-box .box2 .swiper-slide em img{
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.zjat-box .box2 .swiper-slide span{
	display: block;
	font-size: 0.16rem;
	margin-top: 0.4rem;
	text-align: center;
	color: #999;
}
.zjat-box .box2 .swiper-pagination{
	position: static;
	width: 100%;
	height: 5px;
	margin-top: 0.34rem;
	background-color: #e5e5e7;
}
.zjat-box .box2 .swiper-pagination span{
	background-color: #dc0024;
	border-radius: 0;
	border: 0;
}
/*2023-3-30新增结束

*/

.zjat-box .box2 .swiper-container{
	margin-top: -0.2rem;
	width: 100%;
	padding: 0.2rem calc(50vw - 7.2rem);
	margin-left: calc(-50vw + 7.2rem);
}
.zjat-box .box2 .swiper-slide{
	box-shadow: 0 0 0.2rem rgba(0,0,0,0.15);
	background-color: #fff;
	padding: 0.5rem 0 0.3rem;
}
.zjat-box .box2 .swiper-slide em{
	display: block;
	width: 70%;
	padding-bottom: 52%;
	position: relative;
	margin: 0 auto;
}
.zjat-box .box2 .swiper-slide em img{
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.zjat-box .box2 .swiper-slide span{
	display: block;
	font-size: 0.16rem;
	margin-top: 0.4rem;
	text-align: center;
	color: #999;
}
.zjat-box .box2 .swiper-pagination{
	position: static;
	width: 100%;
	height: 5px;
	margin-top: 0.34rem;
	background-color: #e5e5e7;
}
.zjat-box .box2 .swiper-pagination span{
	background-color: #dc0024;
	border-radius: 0;
	border: 0;
}

.zjat-box .box3{
	position: relative;
	z-index: 3;
	overflow: hidden;
	background-color: #f5f5f5;
}
.zjat-box .box3 .thumbs-div{
	position: relative;
	padding: 0 0.4rem;
	z-index: 6;
}
.zjat-box .box3 .swiper-button{
	background: none;
	margin-top: -0.2rem;
	font-size: 0.4rem;
	color: #96979b;
	width: 0.4rem;
	height: 0.4rem;
	transition: all 0.4s;
}
.zjat-box .box3 .prev1{
	left: 0;
}
.zjat-box .box3 .next1{
	right: 0;
}
.zjat-box .box3 .prev1::after{
	content: "\eb15";
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
}
.zjat-box .box3 .next1::after{
	content: "\eb16";
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
}
.zjat-box .box3 .gallery-thumbs{
	
}
.zjat-box .box3 .gallery-thumbs .swiper-slide{
	font-size: 0.36rem;
	color: #b3b4b6;
	text-align: center;
	cursor: pointer;
	padding: 0.12rem 0;
}
.zjat-box .box3 .gallery-thumbs .swiper-slide-thumb-active{
	color: #dc0024;
	font-weight: 800;
}
.zjat-box .box3 .gallery-thumbs .swiper-slide::after{
	content: "";
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	bottom: 0;
	width: 0;
	height: 2px;
	background-color: #dc0024;
	transition: all 0.4s;
}
.zjat-box .box3 .gallery-thumbs .swiper-slide-thumb-active::after{
	width: 1.4rem;
}
.zjat-box .box3 .ds{
	position: relative;
	width: 100%;
	height: 2px;
}
.zjat-box .box3 .ds::after{
	content: "";
	position: absolute;
	top: -2px;
	left: 50%;
	margin-left: -50vw;
	width: 100vw;
	height: 100%;
	background-color: #dcdddf;
}
.zjat-box .box3 .gallery-top{
	width: calc(100% - 1.4rem);
	margin-top: 0.4rem;
}
.zjat-box .box3 .gallery-top .swiper-slide p{
	position: relative;
	font-size: 0.16rem;
	color: #848484;
	line-height: 1.8;
	padding-left: 0.2rem;
}
.zjat-box .box3 .gallery-top .swiper-slide p::before{
	content: "◆";
	color: #dc0024;
	position: absolute;
	left: 0;
	top: -1px;
	font-size: 0.16rem;
}

.zjat-box .box4{
	position: relative;
	z-index: 3;
	background-color: #fff;
}
.zjat-box .box4 .ul{
	position: relative;
	margin-top: -1.1%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
.zjat-box .box4 .ul li{
	flex-shrink: 0;
	width: 32.6%;
	padding-bottom: 22%;
	overflow: hidden;
	position: relative;
	margin-top: 1.1%;
	cursor: pointer;
}
.zjat-box .box4 .ul li img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
	transition: all 0.4s;
}
.zjat-box .box4 .ul li:nth-of-type(1){
	width: 66.3%;
	padding-bottom: 45.1%;
}
.zjat-box .box4 .ul li:nth-of-type(3){
	position: absolute;
	right: 0;
	top: 33.3%;
}
.zjat-box .box4 .more-div{
	margin-top: 0.4rem;
	text-align: center;
}
.zjat-box .box4 .more-div a{
	color: #dc0024;
	font-size: 0.16rem;
	transition: all 0.4s;
}
.zjat-box .box4 .more-div a::after{
	content: "\eb0a";
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	vertical-align: top;
	margin-left: 0.06rem;
	transition: all 0.4s;
}



.sjat-box{
	
}
.sjat-box .ul{
	position: relative;
	margin-top: -1.1%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
.sjat-box .ul li{
	flex-shrink: 0;
	width: 32.6%;
	padding-bottom: 22%;
	overflow: hidden;
	position: relative;
	margin-top: 1.1%;
	cursor: pointer;
}
.sjat-box .ul li img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
	transition: all 0.4s;
}

.xwxq-box{
	width:10.8rem;
}
/*2023-2-18*/
.xwxq-box img{
	max-width: 100%;
    height: auto;
}
/*2023-2-18*/
.xwxq-box .h6{
	font-size: 0.32rem;
	text-align: center;
	line-height: 1.4;
	margin-bottom: 0.4rem;
}
.xwxq-box p{
	font-size: 0.16rem;
	line-height: 1.8;
    padding-bottom:0.1rem;
}
.xwxq-box div{
	font-size: 0.16rem;
	line-height: 1.8;
}
.xwxq-box table{
	font-size: 0.16rem;
	line-height: 1.8;
}
.xwxq-box p.detailContent{
	text-align: center;
    padding-bottom: 0.2rem;
}
.xwxq-box ul li{
    list-style-type: initial;
}
.xwxq-box ul li span{
	
    line-height:1.8em;
}









@media (min-width: 992px) {
	.sjat-box .ul li:hover img{
		transform: scale(1.1);
	}
	.search-box .box2 .div a:hover{
		color: #dc0024;
	}
	.yqsh-box .box1 .swiper-slide:hover img{
		transform: scale(1.1);
	}
	.index .box5 .swiper-slide:hover img{
		transform: scale(1.1);
	}
	.zjat-box .box4 .more-div a:hover::after{
		margin-left: 0.16rem;
	}
	.zjat-box .box4 .ul li:hover img{
		transform: scale(1.1);
	}
	.zjat-box .box3 .swiper-button:hover{
		color: #dc0024;
	}
	.zjat-box .box3 .gallery-thumbs .swiper-slide:hover{
		color: #dc0024;
	}
	.index .tab-div .h6 span:hover{
		color: #dc0024;
	}
	.index .tab-div .h6 span:hover::after{
		width: 100%;
	}
	.index .box4 .swiper-slide:hover span{
		transform: translateY(0);
		opacity: 1;
	}
	.index .box4 .swiper-slide:hover h6::after{
		width: 100%;
	}
	.index .box4 .swiper-slide:hover i img{
		transform: scale(1.1);
	}
	.index .box3 .swiper-slide a:hover{
		background-color: #dc0024;
	}
	.index .box3 .swiper-slide a:hover img{
		transform: scale(1.1);
	}
	.index .box3 .mover-div a:hover::after{
		margin-left: 0.16rem;
	}
	.index .box1 dd a:hover::after{
		margin-left: 0.16rem;
	}
	.index .box2 .div a:hover div img{
		opacity: 1;
	}
	.index .box2 .div a:hover div strong{
		transform: scale(1);
	}
	.index .box2 .div a:hover div{
		bottom: 40%;
	}
	.index .box2 .div a:hover::before{
		width: 100%;
		opacity: 1;
	}
	.index .box2 .div a:hover::after{
		height: 100%;
		background-color: rgba(0,0,0,0.2);
	}
	.wyyc-box .box3 .dl dd a:hover .d2::before{
		width: 1.64rem;
	}
	.wyyc-box .box3 .dl dd a:hover::before{
		height: 100%;
		opacity: 1;
	}
	.wyyc-box .box3 .dl dd a:hover img{
		transform: scale(1.1);
	}
	.wyyc-box .box3 .dl dd a:hover .d1{
		top: 50%;
		opacity: 1;
	}
	.wyyc-box .box2 .swiper-slide:hover span{
		transform: translateY(0);
		opacity: 1;
	}
	.wyyc-box .box2 .swiper-slide:hover h6::after{
		width: 100%;
	}
	.wyyc-box .box2 .swiper-slide:hover i img{
		transform: scale(1.1);
	}
	.ssxq-box .box2 .div2 a:hover h6{
		opacity: 1;
	}
	.ssxq-box .box2 .div2 a:hover img{
		transform: scale(1.1);
	}
	.ssxq-box .box2 .div1 a:hover{
		color: #dc0024;
	}
	.tyss-box .ul a:hover em img{
		transform: scale(1.1);
	}
	.tyss-box .ul a:hover dt{
		color: #dc0024;
	}
	.tyss-box .ul a:hover dl::after{
		width: 100%;
	}
	.cgjs-box .box1 .div a:hover img{
		opacity: 1;
	}
	.cgjs-box .box1 .div a:hover strong{
		transform: scale(1);
	}
	.cgjs-box .box1 .div a:hover small{
		opacity: 1;
	}
	.cgjs-box .box1 .div a:hover div::after{
		width: 100%;
		opacity: 1;
	}
	.cgjs-box .box1 .div a:hover div{
		bottom: 50%;
	}
	.cgjs-box .box1 .div a:hover::after{
		height: 100%;
	}
	.atgg-box .box1 .div2 a:hover{
		color: #dc0024;
	}
	.dzb-box .div a:hover span{
		color: #dc0024;
	}
	.dzb-box .div a:hover em img{
		transform: scale(1.1);
	}
	.paging-box a:hover{
		color: #dc0024;
	}
	.xwzx-box .box2 .ul a:hover .h5 dl{
		top: 50%;
		opacity: 1;
	}
	.xwzx-box .box2 .ul a:hover .h5::after{
		opacity: 1;
	}
	.xwzx-box .box2 .ul a:hover .ds h6 span::after{
		margin-left: 0.2rem;
	}
	.xwzx-box .box2 .ul a:hover .ds h5{
		color: #dc0024;
	}
	.xwzx-box .box2 .ul a:hover .h5 img{
		transform: scale(1.1);
	}
	.xwzx-box .box1 .div2 .div a:hover{
		background-color: #f4f4f4;
	}
	.xwzx-box .box1 .swiper-slide:hover{
		background-color: #dc0024;
		color: #fff;
	}
	.cgxq-box .box3 .swiper-slide:hover span{
		opacity: 1;
		bottom: 0.18rem;
	}
	.cgxq-box .box3 .swiper-slide:hover img{
		transform: scale(1.1);
	}
	.cgxq-box .box3 .swiper-slide:hover::after{
		height: 100%;
	}
	.yqsh-box .box2 .ul a:hover dt h6{
		color: #dc0024;
	}
	.yqsh-box .box2 .ul a:hover::after{
		width: 100%;
	}
	.yqsh-box .box2 .ul a:hover em img{
		transform: scale(1.1);
	}

	.yqsh-box .box1 .h4 a:hover{
		color: #dc0024;
	}
	.yqsh-box .box1 .h4 a:hover::after{
		width: 100%;
	}
	.foot-box .div1 .h6 a:hover i{
		opacity: 0.6;
	}
	.foot-box .div1 .h6 a:hover em{
		opacity: 1;
		top: 0.6rem;
	}
	.foot-box .div2 .ul li a:hover{
		opacity: 1;
	}
	.head-box .ss-a:hover{
		color: #dc0024;
	}
	.head-box .dh-ul li:hover>a{
		color: #dc0024;
	}
	.head-box .dh-ul li a:hover{
		color: #dc0024;
	}
	.head-box .dh-ul li:hover::after{
		width: 100%;
	}
}

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

@media (max-width: 1500px) {
	
}

@media (max-width: 1400px) {
	html {
		font-size: 80px;
	}
}

@media (max-width: 1200px) {
	.w1440{
		width: 92%;
	}
	.w1200{
		width: 92%;
	}
	body{
		padding-top: 0.7rem;
	}
  .scarf{display:none;}
	.head-box{
		height: 0.7rem;
	}
	.head-box .w1440{
		width: 100%;
	}
	.head-box .menu-dl{
		display: flex;
	}
	.head-box .dh-ul li>a i {
	    display: block;
	}
	.head-box .lg-a{
		left: 50%;
		transform: translateX(-50%);
	}
	.head-box .ss-a{
		padding: 0 0.2rem;
		height: 0.7rem;
		line-height: 0.7rem;
		font-size: 0.24rem;
	}
	.head-box .dh-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 .dh-ul li{
		display: block;
		padding: 0;
		border-bottom: 1px solid #e5e5e5;
		margin-right: 0;
	}
	.head-box .dh-ul li:last-of-type{
		border-bottom: none;
	}
	.head-box .dh-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 .dh-ul li>a i{
		display: block;
	}
	.head-box .dh-ul li p{
		position: static;
		box-shadow: none;
		box-sizing: border-box;
		text-align: left;
		background-color: #f7f7f7;
		padding: 0.08rem 0.2rem;
	}
	.head-box .dh-ul li p a{
		font-size: 0.16rem;
		text-align: left;
		color: #999;
		height: 0.4rem;
		line-height: 0.4rem;
	}
	
	.foot-box{
		padding: 0.4rem 0;
	}
	.foot-box .w1200{
		display: block;
	}
	.foot-box .div1{
		margin: 0 auto;
	}
	.foot-box .div1 .h6{
		margin-top: 0.3rem;
	}
	.foot-box .div2 .ul{
		display: none;
	}
	.foot-box .div2 .h6{
		margin-top: 0.4rem;
	}
	
	.pd{
		padding: 0.6rem 0;
	}
	.title-h5{
		font-size: 0.24rem;
		margin-bottom: 0.4rem;
	}
	.swiper-pagination span{
		width: 0.1rem;
		height: 0.1rem;
	}
	
	.search-box .box1{
		padding-bottom: 0.3rem;
	}
	.search-box .box1 .form{
		position: static;
		width: 100%;
		transform: translate(0);
	}
	
	.yqsh-box .box1 .h4{
		justify-content: flex-start;
	}
	.yqsh-box .box1 .h4 a{
		margin: 0 0.3rem 0 0;
	}
	.yqsh-box .box1 .h4 a:last-of-type{
		margin: 0;
	}
	.yqsh-box .box1 .div .h6{
		position: static;
		transform: rotate(0);
		margin-bottom: 0.2rem;
	}
	.yqsh-box .box1 .div .h5{
		top: 0.8rem;
		left: 0.4rem;
		width: 1.8rem;
	}
	.yqsh-box .box1 .swiper-container{
		height: 55vw;
	}
	.yqsh-box .box1 .swiper-button-white{
		display: none;
	}
	.yqsh-box .box1 .div .h5 small{
		font-size: 0.2rem;
	}
	.yqsh-box .box1 .div .h5 strong{
		font-size: 0.32rem;
		margin-top: 0.14rem;
	}
	.yqsh-box .box1 .div .h5::after{
		height: 0.4rem;
		top: 0.12rem;
	}
	.yqsh-box .box2 .ul li{
		width: 100%;
		margin-top: 0.24rem;
	}
	.yqsh-box .box2 .ul a em{
		height: 50vw;
	}
	.yqsh-box .box2 .ul a dl{
		padding: 0.24rem;
	}
	.yqsh-box .box2 .ul a dd{
		margin-top: 0.2rem;
	}
	.yqsh-box .box2 .ul a dt h6{
		font-size: 0.24rem;
	}
	
	
	.cgjs-box .box1{
		height: auto;
	}
	.cgjs-box .box1 .ul{
		display: none;
	}
	.cgjs-box .box1 .div{
		position: static;
		flex-wrap: wrap;
	}
	.cgjs-box .box1 .div a{
		flex: none;
		flex-shrink: 0;
		width: 50%;
		height: 50vw;
	}
	.ggfw-box{
		padding-bottom: 0;
	}
	.cgjs-box .box1 .div a div{
		bottom: 50%;
		width: 1.8rem;
	}
	.cgjs-box .box1 .div a div::after{
		width: 100%;
		opacity: 1;
		height: 0.44rem;
	}
	.cgjs-box .box1 .div a img{
		opacity: 1;
		width: 1.6rem;
		margin-bottom: 0.3rem;
	}
	.cgjs-box .box1 .div a strong{
		transform: scale(1);
		font-size: 0.3rem;
	}
	.cgjs-box .box1 .div a small{
		opacity: 1;
		font-size: 0.18rem;
	}
	.cgjs-box .box1 .ol{
		flex-wrap: wrap;
	}
	.cgjs-box .box1 .ol li{
		flex: none;
		flex-shrink: 0;
		width: 50%;
		height: 50vw;
	}
	
	
	.cgxq-box{
		padding-top: 0;
	}
	.cgxq-box .box1 .em{
		margin-left: 0;
		padding-bottom: 0;
		height: 55vw;
	}
	.cgxq-box .box1 .h5{
		padding: 0.18rem 0.3rem;
		left: 0.4rem;
		top: 0.4rem;
		margin-left: 0;
		text-align: left;
	}
	.cgxq-box .box1 .div{
		height: 100%;
		top: 0;
		transform: translateY(0);
	}
	.cgxq-box .box1 .h5::after{
		display: none;
	}
	.cgxq-box .box1 .h5 strong{
		font-size: 0.32rem;
	}
	.cgxq-box .box1 .h5 small{
		font-size: 0.2rem;
	}
	.cgxq-box .h4{
		position: static;
		transform: rotate(0);
		padding-top: 0;
		margin-left: 4%;
		margin-bottom: 0.3rem;
	}
	.cgxq-box .h4 strong{
		font-size: 0.32rem;
	}
	.cgxq-box .box2 .w1440{
		padding-left: 0;
		display: block;
	}
	.cgxq-box .box2 .div1{
		width: 100%;
	}
	.cgxq-box .box2 .div2{
		width: 100%;
		padding-top: 0.3rem;
		display: flex;
		flex-wrap: wrap;
	}
	.cgxq-box .box2 .div2 p{
		flex-shrink: 0;
		width: 50%;
	}
	.cgxq-box .box2 .div1 .h6{
		margin-bottom: 0.24rem;
	}
	.cgxq-box .box2 .div1 p{
		margin-top: 0.2rem;
	}
	.cgxq-box .box2 .div2 h6{
		margin-top: 0.2rem;
	}
	.cgxq-box .box3 .h4{
		margin-left: 0;
	}
	.cgxq-box .box3{
		margin-top: 0.5rem;
	}
	
	
	.img-box .div{
		width: 92%;
	}
	
	
	.ssxq-box .box1 .h6{
		padding: 0;
		font-size: 0.24rem;
	}
	.ssxq-box .box1 .h6::after{
		display: none;
	}
	.ssxq-box .box1 .swiper-container{
		margin-top: 0.3rem;
	}
	.ssxq-box .box1 .swiper-button-white{
		display: none;
	}
	.ssxq-box .box2 .div2{
		flex-wrap: wrap;
		margin-top: -2%;
	}
	.ssxq-box .box2 .div2 a{
		width: 49%;
		margin-right: 2%;
		height: 30vw;
		margin-top: 2%;
	}
	.ssxq-box .box2 .div2 a:nth-of-type(2n){
		margin-right: 0;
	}
	.ssxq-box .box2 .div2 a h6{
		opacity: 1;
		height: 0.46rem;
		overflow: hidden;
	}
	
	
	.wyyc-box{
		padding-top: 0;
	}
	.wyyc-box .box1 .em{
		margin-left: 0;
		padding-bottom: 0;
		height: 55vw;
	}
	.wyyc-box .box1 .h5{
		padding: 0.18rem 0.3rem;
		left: 0.4rem;
		top: 0.4rem;
		margin-left: 0;
		text-align: left;
	}
	.wyyc-box .box1 .div{
		height: 100%;
		top: 0;
		transform: translateY(0);
	}
	.wyyc-box .box1 .h5::after{
		display: none;
	}
	.wyyc-box .box1 .h5 strong{
		font-size: 0.32rem;
	}
	.wyyc-box .box1 .h5 small{
		font-size: 0.2rem;
	}
	.wyyc-box .box2 .swiper-container{
		padding: 0;
		margin-left: 0;
	}
	.wyyc-box .h5{
		padding-left: 0.2rem;
		margin-bottom: 0.4rem;
	}
	.wyyc-box .box2 .swiper-slide h6{
		padding-bottom: 0.1rem;
		margin-bottom: 0.1rem;
	}
	.wyyc-box .box2 .swiper-slide span{
		opacity: 1;
		transform: translateY(0);
	}
	.wyyc-box .box2 .swiper-pagination{
		margin-top: 0.4rem;
	}
	.wyyc-box .box3 .dl{
		margin-bottom: 0.4rem;
	}
	.wyyc-box .box3 .dl dt{
		margin-left: 0.2rem;
		margin-bottom: -0.4rem;
	}
	.wyyc-box .box3 .dl dd{
		display: block;
	}
	.wyyc-box .box3 .dl dd a{
		display: block;
		width: 100% !important;
		margin-right: 0;
		height: 50vw;
		margin-top: 0.2rem !important;
	}
	.wyyc-box .box3 .dl dd a:nth-of-type(4){
		margin-top: 0.2rem;
	}
	.wyyc-box .box3 .dl dd a .d2 h6{
		font-size: 0.32rem;
	}
	.wyyc-box .box3 .dl dd a .d1{
		opacity: 1;
		top: 50%;
	}
	.wyyc-box .box3 .dl dd a::before{
		opacity: 1;
		height: 100%;
	}
	
	
	.xwzx-box .box1 .div2{
		display: block;
		height: auto;
	}
	.xwzx-box .box1 .div2 .em{
		display: block;
		width: 100%;
		height: 50vw;
	}
	.xwzx-box .box1 .div2 .div{
		height: auto;
	}
	.xwzx-box .box1 .div2 .div a{
		padding: 0;
		height: auto;
		padding: 0.2rem 0;
	}
	.xwzx-box .box1 .div2 .div a p{
		font-size: 0.2rem;
		height: auto;
	}
	.xwzx-box .box2 .form{
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.xwzx-box .box2 .form p{
		flex-shrink: 0;
		width: 32%;
		margin-right: 0;
	}
	.xwzx-box .box2 .form select{
		width: 100%;
	}
	.xwzx-box .box2 .form .btn{
		flex-shrink: 0;
		width: 100%;
		margin-top: 0.14rem;
	}
	.xwzx-box .box2 .ul li{
		margin-top: 0.3rem;
	}
	.xwzx-box .box2 .ul a{
		display: block;
		height: auto;
	}
	.xwzx-box .box2 .ul a .h5{
		width: 100%;
		height: 50vw;
	}
	.xwzx-box .box2 .ul a .ds{
		margin-left: 0;
		width: 100%;
		padding-top: 0.22rem;
	}
	.xwzx-box .box2 .ul a .ds h5{
		font-size: 0.22rem;
	}
	.xwzx-box .box2 .ul a .ds h6{
		position: static;
		margin-top: 0.2rem;
	}
	
	
	.xwxq-box .h6{
		font-size: 0.28rem;
		margin-bottom: 0.24rem;
	}
	.atgg-box .box1 .w1440{
		display: block;
	}
	.atgg-box .box1 .div1{
		width: 100%;
	}
	.atgg-box .box1 .div2{
		margin-left: 0;
		margin-top: 0.3rem;
	}
	
	
	.dzb-box .div{
		margin-top: -0.3rem;
	}
	.dzb-box .div a{
		width: 49%;
		margin-top: 0.3rem;
		margin-right: 2%;
	}
	.dzb-box .div a:nth-of-type(7n){
		margin-right: 2%;
	}
	.dzb-box .div a:nth-of-type(2n){
		margin-right: 0;
	}
	
	
	.zjat-box .h5{
		margin-bottom: 0.4rem;
		font-size: 0.36rem;
	}
	.zjat-box .box0{
		display: none;
	}
	.zjat-box .box1{
		height: auto;
		padding-bottom: 0.6rem;
	}
	.zjat-box .box1 .div{
		padding-top: 0;
		height: auto !important;
	}
  /*2023-2-18*/
  .zjat-box .box1 .div1
  {padding-top: 36vh;
  }
  /*2023-2-18*/
	.zjat-box .box1 .div1 .img1{
		display: none;
	}
	.zjat-box .box1 .div1 .img2{
		opacity: 1 !important;
	}
	.zjat-box .box1 .div1 .img3{
		display: none;
	}
	.zjat-box .box1 .div2{
		height: auto;
      margin-bottom: -36vh;/*2023-2-18*/
	}
	.zjat-box .box1 .div2 .dl1{
		display: none;
	}
	.zjat-box .box1 .div2 .dl2{
		position: static;
		opacity: 1 !important;
		width: 92%;
		margin: 0 auto;
	}
	.zjat-box .box1 .div2 .dl2 dl{
		display: block;
		margin-left: 0;
	}
	.zjat-box .box1 .div2 .dl2 dt{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}
	.zjat-box .box1 .div2 .dl2 dt p{
		flex-shrink: 0;
		width: 50%;
		margin-bottom: 0.3rem;
	}
	.zjat-box .box1 .div2 .dl2 dd{
		margin-left: 0;
		padding-left: 0;
		border-left: 0;
		width: 100%;
	}
	.zjat-box .box2 .swiper-container{
		padding: 0;
		margin: 0;
	}
	.zjat-box .box2 .swiper-slide{
		box-shadow: none;
		box-sizing: border-box;
		border: 1px solid #e5e5e7;
	}
	.zjat-box .box3 .thumbs-div{
		margin-top: -0.1rem;
	}
	.zjat-box .box3 .gallery-top{
		width: 100%;
		margin-top: 0.3rem;
	}
	
	
	.sjat-box .ul{
		width: 92%;
		margin: -0.14rem auto 0;
	}
	.sjat-box .ul li{
		width: 49%;
		padding-bottom: 34%;
		margin-top: 0.14rem;
	}

	.banner-box{
		display: none;
	}
  
	.banner-box video{
		display: none;
	}
  
  
	.index .h5{
		margin-bottom: 0.4rem;
	}
	.index .h5 strong{
		font-size: 0.34rem;
	}
	.index .h5 small{
		font-size: 0.3rem;
	}
	.index .tab-div{
		display: block;
		margin-bottom: 0.3rem;
	}
	.index .tab-div .h6{
		flex-wrap: wrap;
		margin-top: 0.3rem;
	}
	.index .tab-div .h6 span{
		margin-left: 0;
		margin-right: 0.3rem;
	}
	.index-box{
		padding-top: 0;
	}
	.index .box0{
		
	}
	.index .box0 .em{
		position: static;
		display: block;
		width: 100%;
		height: auto;
	}
	.index .box0 .em img{
		width: 100%;
		height: auto;
	}
	.index .box0 .img{
		display: none;
	}
	.index .box1 dl{
		width: 92%;
		display: block;
		margin: 0 auto;
		transform: translateX(0);
	}
	.index .box1 dt{
		display: flex;
		flex-wrap: wrap;
		width: 100%;
	}
	.index .box1 dt p{
		flex-shrink: 0;
		width: 50%;
	}
	.index .box1 dd{
		width: 100%;
      padding-top:0.5rem; 
	}
	.index .box1 dd div{
		margin: 0.3rem 0;
	}
	.index .box4 .tab-swiper .swiper-container{
		margin: 0;
		padding: 0;
	}
	.index .box4 .tab-swiper .swiper-slide span{
		opacity: 1;
		transform: translateY(0);
	}
	.index .box3 .swiper-slide{
		justify-content: space-between;
	}
	.index .box3 .swiper-slide a{
		display: none;
		width: 48%;
		margin-right: 0;
	}
	.index .box3 .swiper-slide a:nth-of-type(1),
	.index .box3 .swiper-slide a:nth-of-type(2){
		display: block;
	}
	.index .box3 .swiper-slide a em{
		height: 32vw;
	}
	.index .box2{
		height: auto;
	}
	.index .box2 .ul{
		display: none;
	}
	.index .box2 .ol{
		flex-wrap: wrap;
	}
	.index .box2 .ol li{
		flex: none;
		flex-shrink: 0;
		width: 50%;
		height: 50vw;
	}
	.index .box2 .ol li:last-of-type{
		width: 100%;
	}
	.index .box2 .div{
		position: static;
		flex-wrap: wrap;
	}
	.index .box2 .div a{
		z-index: 3;
		flex: none;
		flex-shrink: 0;
		width: 50%;
		height: 50vw;
		background-color: rgba(0,0,0,0.4);
	}
	.index .box2 .div a:last-of-type{
		width: 100%;
	}
	.index .box2 .div a::after{
		display: none;
	}
	.index .box2 .div a::before{
		width: 100%;
		opacity: 1;
		height: 0.1rem;
	}
	.index .box2 .div a div{
		bottom: 50%;
		transform: translateY(50%);
	}
	.index .box2 .div a div::after{
		width: 100%;
		opacity: 1;
		height: 0.44rem;
	}
	.index .box2 .div a div img{
		opacity: 1;
		width: 1.5rem;
		margin-bottom: 0.3rem;
	}
	.index .box2 .div a div strong{
		transform: scale(1);
		font-size: 0.24rem;
	}
	.index .box5 .swiper-container{
		height: 50vw;
	}
	.index .box5 .swiper-button-white{
		display: none;
	}
	.index .box5 .swiper-slide h6{
		top: 0.4rem;
		left: 0.4rem;
		width: 1.8rem;
	}
	.index .box5 .swiper-slide h6 small{
		font-size: 0.2rem;
	}
	.index .box5 .swiper-slide h6 strong{
		font-size: 0.32rem;
		margin-top: 0.14rem;
	}
	.index .box5 .swiper-slide h6::after{
		height: 0.4rem;
		top: 0.12rem;
	}
	
	.tyss-box .ul li{
		margin-top: 0.24rem;
	}
	.tyss-box .ul a{
		display: block;
		height: auto;
	}
	.tyss-box .ul a em{
		display: block;
		width: 100%;
		height: 50vw;
	}
	.tyss-box .ul a dl{
		width: 100%;
		padding: 0.24rem;
	}
	.tyss-box .ul a dd{
		margin-top: 0.2rem;
	}
	
}

@media (max-width: 992px) {
	.index .box0{
		background: url(../img/mobileindexbanner.jpg);
		height: calc(100vh - 0.7rem);
		margin-bottom: 0;
		background-size: cover;
	}
	.index .box0 .em img{
		display: none
	}
	.index .box1{
		margin: -38vh auto 0;
	}
	.index .box1 dt{
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		flex-direction: column;
	}
	.index .box1 dt small{
		display: block;
		font-size: 0.18rem;
		color: #fff;
		margin-top: 0.08rem;
	}
	.index .box1 dt .houzhui{
		padding-left: 0.12rem;
		font-size: 0.22rem;
		font-weight: 400;
		color: #fff;
	}
	.index .box1 dd{
		width: 100%;
		padding-top: 14vh; 
	}
}

@media (max-width: 380px) {
	html{
		font-size: 70px;
	}
}



















































































