@font-face{
	font-family: "AlibabaR";
	src: url('../font/AwbNLH6DRKdm.woff2');
	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 "AlibabaR",Arial,sans-serif;
}
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal;}
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: #111; 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; }
strong{ font-weight: normal; }

/** 重置表单元素 **/
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: #111;
	overflow-x: hidden;
	background-color: #fff;
}
.clear_both::after{
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}
.w1200{
	width: 12.0rem;
	display: block;
	margin: 0 auto;
	box-sizing: border-box;
}
.w1400{
	width: 14.0rem;
	display: block;
	margin: 0 auto;
}

.w2300{
	width: 100%;
	display: block;
	margin: 0 auto;
	box-sizing: border-box;
}

.swiper-dl{
	font-size: 0;
}
.swiper-dl .swiper-button-prev,
.swiper-dl .swiper-button-next{
	display: inline-block;
	vertical-align: top;
	position: static;
	margin: 0;
	background: none;
	outline: none;
	width: 0.36rem;
	height: 0.36rem;
	text-align: center;
	line-height: 0.38rem;
	border: 2px solid #111;
	font-size: 0.2rem;
	transition: all 0.5s;
}
.swiper-dl .swiper-button-next{
	margin-left: 0.1rem;
}
.swiper-dl .swiper-button-prev::after{
	content: "\eb15";
    font-family: "icon" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}
.swiper-dl .swiper-button-next::after{
	content: "\eb16";
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}

.swiper-dlh .swiper-button-prev,
.swiper-dlh .swiper-button-next{
	border: 2px solid #fff;
	color: #fff;
	transition: all 0.5s;
}



.swiper-pagination{
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	left: 0;
	bottom: 0.5rem !important;
	font-size: 0;
}
.swiper-pagination span{
	outline: none;
	width: 8px;
	height: 8px;
	background-color: #fff;
	border-radius: 4px;
	opacity: 1;
	margin: 0 5px !important;
	transition: all 0.5s;
}
.swiper-paginations span{
	background-color: #0093dd;
}
.swiper-pagination .swiper-pagination-bullet-active{
	width: 0.4rem;
}

.mCustomScrollBox{
	padding-right: 0.2rem;
}
.mCSB_inside>.mCSB_container{
	margin-right: 0;
}
.mCSB_scrollTools{
	width: 2px;
	right: 0;
}
.mCSB_scrollTools .mCSB_draggerRail{
	background: #ddd;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	background: #0d68b7 !important;
	width: 2px;
}

.md_i{
	display: block;
	transform: translateY(-1.56rem);
}



.my-wechat{
	box-sizing: border-box;
	padding: 0.3rem 0.5rem;
}
.head_box{
	position: fixed;
	width: 100%;
	height: 0.78rem;
	top: 0;
	left: 0;
	z-index: 9;
	border-bottom: 1px solid #1CA2FF17;
	/* border-bottom: 1px solid #f2f2f2; */
	/* background-color: #fff; */
	box-sizing: border-box;
	padding: 0 4%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	transition: all 0.5s;
}
.headh_box{
	background-color:#fff ;
	box-shadow: 0 0 0.1rem rgba(0,0,0,0.2);
}
.head_box .logo_a{
	flex-shrink: 0;
	width: 149px;
	height: 100%;
	background-image: url(../img/logo.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-position: center;
}
.head_box .function_div{
	display: flex;
	height: 100%;
	align-items: center;
}
.head_box .function_div .dw_dl{
	font-size: 0.18rem;
	display: flex;
}
.head_box .function_div .dw_dl dt{
	color: #a4a4a4;
}
.head_box .function_div .dw_dl dd{
	position: relative;
	cursor: pointer;
}
.head_box .function_div .dw_dl dd i{
	color: #0093dd;
}
.head_box .function_div .dw_dl dd i::after{
	content: "\e65e";
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}
.head_box .function_div .dw_dl dd p{
	position: absolute;
	width: auto;
	top: 0.3rem;
	left: 50%;
	transform: translateX(-50%);
	padding: 0.1rem 0;
	border-radius: 0.04rem;
	background-color: #fff;
	box-shadow: 0 0 0.1rem rgba(0,0,0,0.2);
	display: none;
}
.head_box .function_div .dw_dl dd span{
	display: block;
	white-space: nowrap;
	padding: 0 0.16rem;
	font-size: 0.16rem;
	line-height: 1.8;
	transition: all 0.5s;
}
.head_box .function_div .dw_dl dd a{
	display: block;
	white-space: nowrap;
	/*padding: 0 0.16rem;*/
	font-size: 0.16rem;
	line-height: 1.8;
	transition: all 0.5s;
}
.head_box .function_div .dw_dl dd a:hover{
	 color:#0093dd
}


.head_box .function_div .ss_a{
	margin: 0 0.16rem;
	font-size: 0.26rem;
	color: #111;
	transition: all 0.5s;
}
.head_box .function_div .ss_a::after{
	content: "\eafe";
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}
.head_box .function_div .dl_a{
	flex-shrink: 0;
	width: 0.8rem;
	height: 0.4rem;
	background-color: #0093dd;
	border-radius: 0.08rem;
	font-size: 0.18rem;
	text-align: center;
	line-height: 0.4rem;
	color: #fff;
	cursor: pointer;
	transition: all 0.5s;
}

.head_box .nav_ul{
	font-size: 0;
}
.head_box .nav_ul li{
	display: inline-block;
	vertical-align: top;
	margin: 0 0.33rem;
}
.head_box .nav_ul li .a1{
	display: block;
	height: 0.78rem;
	line-height: 0.78rem;
	font-size: 0.18rem;
	position: relative;
	transition: all 0.5s;
}
.head_box .nav_ul li:last-of-type{display:none}
.head_box .nav_ul li .a1 i{
	display: none;
	float: right;
	font-size: 0.24rem;
	transition: all 0.5s;
}
.head_box .nav_ul li.active_li .a1 i{
	transform: rotate(135deg);
}
.head_box .nav_ul li .a1::before{
	content: "";
	position: absolute;
	width: 0;
	height: 2px;
	margin: auto;
	left: 0;
	right: 0;
	bottom: 0.2rem;
	background-color: #0093dd;
	opacity: 0;
	transition: all 0.5s;
}
.head_box .nav_ul li.active .a1{
	color: #0093dd;
}
.head_box .nav_ul li.active .a1::before{
	width: 100%;
	opacity: 1;
}

.head_box .nav_ul li.active_li .a1 i{
	transform: rotate(135deg);
}
.head_box .nav_ul li .a1::before{
	content: "";
	position: absolute;
	width: 0;
	height: 2px;
	margin: auto;
	left: 0;
	right: 0;
	bottom: 0.2rem;
	background-color: #0093dd;
	opacity: 0;
	transition: all 0.5s;
}
.head_box .nav_ul li.on .a1{
	color: #0093dd;
}
.head_box .nav_ul li.on .a1::before{
	width: 100%;
	opacity: 1;
}

.head_box .xl_div{
	position: absolute;
	z-index: 3;
	top: 100%;
	left: 0;
	width: 100%;
	border-top: 1px solid #f2f2f2;
	box-shadow: 0 0.12rem 0.12rem rgba(0,0,0,0.1);
	display: none;
}
.head_box .xl_div dl{
	display: flex;
	background-color: #ebebeb;
}
.head_box .xl_div dt{
	flex-shrink: 0;
	width: 50%;
	padding: 0.5rem 0.6rem 0.5rem 0;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.head_box .xl_div dt a{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 4.2rem;
	height: 0.66rem;
	border-radius: 0.1rem;
	margin-bottom: 0.1rem;
	box-sizing: border-box;
	padding: 0 0.24rem;
	position: relative;
	overflow: hidden;
	transition: all 0.5s;
}
.head_box .xl_div dt a:last-of-type{
	margin-bottom: 0;
}
.head_box .xl_div dt a::before{
	content: "";
	position: absolute;
	width: 0;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #0093dd;
	opacity: 0;
	transition: all 0.5s;
}
.head_box .xl_div dt a em{
	position: relative;
	z-index: 3;
	flex-shrink: 0;
	width: 0.4rem;
	height: 0.4rem;
	overflow: hidden;
}
.head_box .xl_div dt a em img{
	width: 0.4rem;
	transition: all 0.5s;
}
.head_box .xl_div dt a span{
	position: relative;
	z-index: 3;
	font-size: 0.2rem;
	flex: 1;
	min-width: 0;
	margin: 0 0.2rem;
}
.head_box .xl_div dt a::after{
	content: "\eb08";
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
	position: relative;
	z-index: 3;
    font-size: 0.26rem;
}

.head_box .xl_div dt a.active{
	color: #fff;
}
.head_box .xl_div dt a.active::before{
	opacity: 1;
	width: 100%;
}
.head_box .xl_div dt a.active em img{
	transform: translateY(-0.4rem);
}

.head_box .xl_div dt .hide_a{
	display: none;
}
.head_box .xl_div dt .hide_div{
	display: none;
}

.head_box .xl_div dd{
	flex-shrink: 0;
	width: 50%;
	padding: 0.5rem 0 0.5rem 0.6rem;
	background-color: #fff;
	box-sizing: border-box;
}
.head_box .xl_div dd div{
	display: none;
	width: 4.2rem;
}
.head_box .xl_div dd div:nth-of-type(1){
	display: block;
}
.head_box .xl_div dd img{
	width: 100%;
	border-radius: 0.1rem;
}
.head_box .xl_div dd h6{
	font-size: 0.2rem;
	color: #666;
	margin-top: 0.2rem;
  line-height:1.6;
}
.head_box .xl_div dd .more_a{
	margin-top: 0.48rem;
}

.menu_box{
	display: none;
	position: absolute;
    width: 0.5rem;
    height: 0.5rem;
	top: 0;
	right: 0;
	justify-content: center;
	align-items: center;
	background-color: #111;
	cursor: pointer;
	z-index: 12;
	transition: all 0.5s ease;
}
.menu_box dt{
	width: 25px;
	font-size: 0;
	text-align: right;
}
.menu_box dt i{
	display: inline-block;
	vertical-align: top;
	width: 100%;
    height: 2px;
    background-color: #e1e1e1;
    margin: 3px 0;
    transition: all 0.5s ease;
}
.menu_active{
	
}
.menu_active dt i:nth-of-type(1){
	transform: rotate(45deg) translate(5.5px, 6px);
}
.menu_active dt i:nth-of-type(2){
	opacity: 0;
}
.menu_active dt i:nth-of-type(3){
	transform: rotate(-45deg) translate(5.5px, -6px);
}


.banner_box{
	position: fixed;
	width: 100%;
	height: 34vw;
	top: 0.78rem;
	left: 0;
	background-size: cover;
	background-position: center;
}
.banner_box div{
	color: #fff;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.banner_box div h6{
	font-size: 0.6rem;
	font-weight: bold;
}
.banner_box div strong{
	display: block;
	font-size: 0.28rem;
	margin-top: 0.2rem;
}
.banner_box div small{
	display: block;
	width: 0.3rem;
	height: 3px;
	background-color: #fff;
	margin: 0.26rem auto 0.22rem;
}
.banner_box div p{
	font-size: 0.22rem;
	line-height: 1.6;
}


.foot_box{
	position: relative;
    z-index: 6;
	background-image: linear-gradient(278.15deg, #5297E6 15.61%, #43C0FF 99.7%);

	background-size: cover;
	background-position: center;
	padding-top: 0.74rem;
}
.foot_box .jxw_img{
	width: 0.99rem;
	position: absolute;
	top: -1.2rem;
	left: 4%;
}
.foot_box .div1{
	display: flex;
	justify-content: space-between;
}
.foot_box .div1 ul{
	display: flex;
}
.foot_box .div1 ul li{
	margin-right: 0.74rem;
}
.foot_box .div1 ul li:last-of-type{
	margin-right: 0;
}
.foot_box .div1 ul li a{
	display: block;
	font-size: 0.16rem;
	color: #fff;
	margin-top: 0.26rem;
	transition: all 0.5s;
}
.foot_box .div1 ul li a.a1{
	font-size: 0.2rem;
	color: #fff;
}
.foot_box .div1 ul li a:first-of-type{
	font-size: 0.2rem;
	color: #fff;
	margin-bottom: 0.36rem;
	margin-top: 0;
}

.foot_box .div1 ul li div{

}

.foot_box .div1 ul li .sub-title{
	font-size: 0.2rem;
	color: #fff;
}
.foot_box .div1 ul li .tel{
	font-size: 0.24rem;
	font-weight: 600;
	color: #fff;
	margin-top: 0.26rem;
}
.foot_box .div1 ul li .zip-code{
	font-size: 0.18rem;
	color: #fff;
	margin-top: 0.26rem;
}
.foot_box .div1 ul li .wechat-img-box{
	display: flex;
	gap: 0.2rem;
	text-align: center;
	color: #fff;
	margin-top: 0.2rem;
}
.foot_box .div1 ul li .wechat-img img{
	width: 1.08rem;
	height: 1.08rem;
	display: inline-block;
	margin-bottom: 0.12rem;
}




.foot_box .div1 div img{
	width: 1.4rem;
}
.foot_box .div1 div span{
	display: block;
	font-size: 0.15rem;
	color: #888;
	text-align: center;
	margin-top: 0.12rem;
}

.foot_box .div2{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: column;
	font-size: 0.14rem;
	color: #fff;
	margin-top: 0.84rem;
	padding: 0.2rem 0 0.36rem;
	border-top: 1px solid #FFFFFF;
}
.foot_box .div2 h6{
	
}
.foot_box .div2  a{
	color: #fff;
	line-height: 17px;
	margin-top: 12px;
	margin-left: 0.2rem;
	transition: all 0.5s;
	text-decoration: underline;
}
.foot_box .div2 .bdsharebuttonbox{
	
}
.foot_box .div2 .bdsharebuttonbox span{
	line-height: 0.22rem;
}
.foot_box .div2 .bdsharebuttonbox a{
	float: none;
	margin: 0;
	padding: 0;
	margin-left: 0.06rem;
	display: inline-block;
	vertical-align: top;
	width: 0.22rem;
	height: 0.22rem;
	background-size: cover;
	background-position: center;
}
.foot_box .div2 .bdsharebuttonbox a.wx_a{
	background-image: url(../img/tb110.png);
}
.foot_box .div2 .bdsharebuttonbox a.wb_a{
	background-image: url(../img/tb111.png);
}


.foot_box .div3{
	width: 100%;
	height: 0.83rem;
	padding-bottom: 0.34rem;
	box-sizing: border-box;
	background: #6BB3FF;
	font-size: 0.1rem;
	line-height: 0.18rem;
	color: #fff;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}
.foot_box .div3 .div3_card{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #fff;
}
.foot_box .div3 .div3_card i{
	width: 0.24rem;
	height: 0.24rem;
	background-size: 100% 100%;
}

.box{
    position: relative;
    z-index: 6;
    margin-top: calc(34vw + 0.78rem);
	left: 0;
	top: 0;
    background-color: #fff;
}

.boxs{
	position: relative;
    z-index: 6;
    margin-top: 0.78rem;
	left: 0;
	top: 0;
    background-color: #fff;
}

.is{
	display: block;
    height: 1px;
    visibility: hidden;
}

.pd{
	padding: 1.0rem 0;
}

.title_h5{
	text-align: center;
	font-size: 0.42rem;
	margin-bottom: 0.56rem;
	line-height: 1.2;
	font-weight: 600;
	position: relative;
}
.title_h5 i{
	color: #0093dd;
}
.title_h5::after{
	content: "";
	position: relative;
	z-index: 2;
	display: block;
	width: 0.3rem;
	height: 3px;
	background-color: #0093dd;
	margin: 0.16rem auto 0;
}
.title_h5h{
	color: #001030;
}
.title_h5h::after{
	background-color: #0093dd;
}
.title_h5l{
	text-align: left;
}
.title_h5l::after{
	margin: 0.16rem 0 0;
}

.paging_div{
	font-size: 0;
	text-align: center;
	margin-top: 0.76rem;
}
.paging_div a{
	display: inline-block;
	vertical-align: top;
	width: 0.44rem;
	height: 0.44rem;
	border-radius: 0.08rem;
	background-color: #f7f7f7;
	text-align: center;
	line-height: 0.44rem;
	font-size: 0.16rem;
	margin: 0 0.05rem;
	font-weight: bold;
	transition: all 0.5s;
}
.paging_div .active{
	background-color: #0093dd;
	color: #fff;
}
.paging_div .first,
.paging_div .prev,
.paging_div .next,
.paging_div .last{
	color: #999;
}
.paging_div .first::after{
	/*content: "\eb06";*/
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}
.paging_div .prev::after{
	/*content: "\eb15";*/
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}
.paging_div .next::after{
	content: "\eb16";
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}
.paging_div .last::after{
	/*content: "\eb07";*/
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}



.zxjjfa_box{

}
.zxjjfa_box .div1{
	
}
.zxjjfa_box .div1 .ul{
	display: flex;
	flex-wrap: wrap;
	margin-top: -0.2rem;
}
.zxjjfa_box .div1 .ul li{
	flex-shrink: 0;
	width: 32%;
	margin-right: 2%;
	margin-top: 0.2rem;
	background-color: #f8f8f8;
	text-align: center;
	box-sizing: border-box;
	padding: 0.3rem 0.24rem 0.24rem;
}
.zxjjfa_box .div1 .ul li:nth-of-type(3n){
	margin-right: 0;
}
.zxjjfa_box .div1 .ul li img{
	width: 0.8rem;
}
.zxjjfa_box .div1 .ul li h6{
	font-size: 0.24rem;
	margin: 0.14rem 0;
}
.zxjjfa_box .div1 .ul li p{
	font-size: 0.16rem;
	color: #888;
	line-height: 1.6;
}

.zxjjfa_box .div2{
	height: 28vw;
	background-image: url(../img/tp66.jpg);
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
}
.zxjjfa_box .div2 .w1200{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.zxjjfa_box .div2 .w1200 p{
	font-size: 0.18rem;
	color: #fff;
	width: 50%;
	text-align: center;
	margin: 0 auto;
	line-height: 1.6;
}

.zxjjfa_box .div3{

}
.zxjjfa_box .div3 li{
	position: relative;
	margin-bottom: 0.76rem;
}
.zxjjfa_box .div3 li:last-of-type{
	margin-bottom: 0;
}
.zxjjfa_box .div3 li::after{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -0.59rem;
	width: 0.85rem;
	height: 1.17rem;
	/* background-image: url(.../img/jxw7h.png); */
	background-size: 100% 100%;
	opacity: 0;
	transition: all 0.5s;
}
.zxjjfa_box .div3 li:nth-of-type(2n)::after{
	/* background-image: url(../img/jxw7.png); */
	left: auto;
	right: 0;
}
.zxjjfa_box .div3 li dl{
	display: flex;
	align-items: center;
	background-color: #f9f9f9;
	position: relative;
	cursor: pointer;
	transition: all 0.5s;
	position: relative;
	z-index: 3;
}
.zxjjfa_box .div3 li:nth-of-type(2n) dl{
	flex-direction: row-reverse;
}
.zxjjfa_box .div3 dl dt{
	flex-shrink: 0;
	width: 50%;
	box-sizing: border-box;
	padding: 0 8%;
}
.zxjjfa_box .div3 dl dt h6{
	font-size: 0.24rem;
	padding-bottom: 0.24rem;
	margin-bottom: 0.22rem;
	border-bottom: 1px solid #ddd;
	transition: all 0.5s;
}
.zxjjfa_box .div3 dl dt p{
	font-size: 0.16rem;
	color: #888;
	line-height: 1.6;
	transition: all 0.5s;
}
.zxjjfa_box .div3 dl dd{
	flex-shrink: 0;
	width: 50%;
	padding-bottom: 31%;
	position: relative;
	overflow: hidden;
}
.zxjjfa_box .div3 dl dd i{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	transition: all 0.5s;
}

.xwzx_box{
	background-image: url(../img/tp54.jpg);
    background-size: 100%;
	background-repeat: no-repeat;
    background-attachment: fixed;
	background-color: #fff;
}
.xwzx_box .div1{

}
.xwzx_box .div1 .h5{
	font-size: 0.8rem;
	font-weight: 600;
	text-align: center;
	margin-bottom: 0.46rem;
}
.xwzx_box .div1 .h6{
	font-size: 0;
	text-align: center;
	margin-bottom: 0.46rem;
}
.xwzx_box .div1 .h6 a{
	display: inline-block;
	vertical-align: top;
	font-size: 0.18rem;
	color: #666;
	margin: 0 0.2rem;
	padding-bottom: 0.12rem;
	position: relative;
	transition: all 0.5s;
}
.xwzx_box .div1 .h6 a::after{
	content: "";
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	bottom: 0;
	width: 0;
	height: 2px;
	background-color: #0093dd;
	opacity: 0;
	transition: all 0.5s;
}
.xwzx_box .div1 .h6 a.active{
	color: #0093dd;
}
.xwzx_box .div1 .h6 a.active::after{
	opacity: 1;
	width: 100%;
}
.xwzx_box .div1 .h6 a.on{
	color: #0093dd;
}
.xwzx_box .div1 .h6 a.on::after{
	opacity: 1;
	width: 100%;
}
.xwzx_box .div1 .div{
	display: flex;
	height: 4.3rem;
}
.xwzx_box .div1 .div a{
	flex-shrink: 0;
	width: 32%;
	height: 100%;
	margin-right: 3%;
	border-radius: 0.06rem;
	overflow: hidden;
	position: relative;
	color: #fff;
	transition: all 0.5s;
}
.xwzx_box .div1 .div a:nth-of-type(2){
	margin-right: 0;
}
.xwzx_box .div1 .div a i{
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	transition: all 0.5s;
}
.xwzx_box .div1 .div a::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: url(../img/tp13.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: left bottom;
}
.xwzx_box .div1 .div a dl{
	position: absolute;
	z-index: 3;
	width: 100%;
	bottom: 0;
	left: 0;
	box-sizing: border-box;
	padding: 0.34rem 0.24rem;
	transition: all 0.5s;
}
.xwzx_box .div1 .div a dt{
	font-size: 0.24rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-bottom: 0.16rem;
}
.xwzx_box .div1 .div a dd{
	font-size: 0.16rem;
	line-height: 1.6;
	max-height: 0.5rem;
	overflow: hidden;
}

.xwzx_box .div1 .div a.active{
	width: 65%;
}
.xwzx_box .div1 .div a.active i{
	transform: scale(1.1);
}
.xwzx_box .div1 .div a.active dl{
	padding: 0.34rem 0.4rem;
}

.xwzx_box .div1 .ul{
	margin-top: 0.16rem;
}
.xwzx_box .div1 .ul li{
	float: left;
	width: 31.6%;
	margin-right: 2.6%;
	margin-top: 0.3rem;
	position: relative;
}
.xwzx_box .div1 .ul li:nth-of-type(3n){
	margin-right: 0;
}
.xwzx_box .div1 .ul li::after{
	content: "";
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -0.59rem;
    width: 1.02rem;
    height: 1.17rem;
    /* background-image: url(../img/jxw3.png); */
	background-size: 100% 100%;
    opacity: 0;
    transition: all 0.5s;
}
.xwzx_box .div1 .ul li a{
	position: relative;
	z-index: 3;
	display: block;
	padding: 0.32rem 0.36rem;
	background-color: #f9f9f9;
	color: #737373;
	transition: all 0.5s;
}
.xwzx_box .div1 .ul li a h6{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 0.28rem;
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 0.26rem;
}
.xwzx_box .div1 .ul li a h6 strong{
	font-size: 0.14rem;
	font-weight: bold;
}
.xwzx_box .div1 .ul li a h6 span{
	display: block;
	font-size: 0.46rem;
	margin-bottom: 0.06rem;
}
.xwzx_box .div1 .ul li a h6::after{
	content: "\eb08";
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
	font-size: 0.32rem;
}
.xwzx_box .div1 .ul li a p{
	font-size: 0.2rem;
	line-height: 1.4;
	height: 0.56rem;
	overflow: hidden;
	color: #111;
	transition: all 0.5s;
}



.xwxq_box{

}
.xwxq_box .div1{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 4%;
	height: 0.7rem;
	background-color: #f4f4f4;
	font-size: 0.15rem;
	line-height: 0.21rem;
}
.xwxq_box .div1 h6{
	color: #868689;
}
.xwxq_box .div1 h6 a{
	color: #868689;
	transition: all 0.5s;
}
.xwxq_box .div1 h6 a:first-of-type::before{
	content: "\eaf1";
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
	font-size: 0.18rem;
	display: inline-block;
	vertical-align: top;
}
.xwxq_box .div1 h6 i::after{
	content: "\eb16";
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}
.xwxq_box .div1 .fh_a{
	color: #333;
	transition: all 0.5s;
}
.xwxq_box .div1 .fh_a::before{
	content: "\eaf0";
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
	font-size: 0.21rem;
	display: inline-block;
	vertical-align: top;
}

.xwxq_box .div2{
	/* width: 13.6rem; */
	margin: 0 auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.xwxq_box .divl{
	flex-shrink: 0;
	/* width: 9.0rem; */
	flex: 1;
}
.xwxq_box .divl .dl{

}
.xwxq_box .divl .dl dt{
	font-size: 0.32rem;
	font-weight: 500;
	line-height: 0.33rem;
	padding-bottom: 0.24rem;
	margin-bottom: 0.24rem;
	border-bottom: 1px solid #e0e0e0;
}
.xwxq_box .divl .dl dd{
	display: flex;
	align-items: center;
	font-size: 0.16rem;
	color: #888;
}
.xwxq_box .divl .dl dd span{
	/* border-right: 1px solid #dedede; */
	padding-right: 0.3rem;
	margin-right: 0.3rem;
}
.xwxq_box .divl .dl dd .bdsharebuttonbox{
	margin-top: -1px;
}
.xwxq_box .divl .dl dd .bdsharebuttonbox a{
	float: none;
    margin: 0;
    padding: 0;
    margin-left: 0.06rem;
    display: inline-block;
    vertical-align: top;
    width: 0.18rem;
    height: 0.18rem;
    background-size: cover;
    background-position: center;
	opacity: 0.6;
}
.xwxq_box .divl .dl dd .bdsharebuttonbox a.qq_a{
	background-image: url(../img/tb112.png);
}
.xwxq_box .divl .dl dd .bdsharebuttonbox a.kj_a{
	background-image: url(../img/tb113.png);
}
.xwxq_box .divl .dl dd .bdsharebuttonbox a.wb_a{
	background-image: url(../img/tb114.png);
}

.xwxq_box .divl .div{
	margin-top: 0.24rem;
}
.xwxq_box .divl .div p{
	font-size: 0.18rem;
	color: #666;
	line-height: 1.8;
	text-indent: 0.36rem;
	margin-bottom: 0.24rem;
}
.xwxq_box .divl .div h3{
	font-size: 0.22rem;
	color: #333;
	line-height: 1.8;
	text-indent: 0.36rem;
	margin-bottom: 0.24rem;
}
.xwxq_box .divl .div p img{
	display: block;
	width: auto;
	max-width: 100%;
}
.xwxq_box .divl .div p:last-of-type{
	margin-bottom: 0;
}


.xwxq_box .divl .div table{
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #eee;
}
.xwxq_box .divl .div table th{
	border: 1px solid #eee;
	padding: 0.1rem;
	line-height: 1.6;
}
.xwxq_box .divl .div table td{
	border: 1px solid #eee;
	padding: 0.1rem;
	line-height: 1.6;
}
.xwxq_box .divl .div p{
	font-size: 0.16rem;
	line-height: 1.8;
}

.xwxq_box .divl .div strong{
	font-weight:bold
}

.xwxq_box .divl .h6{
	margin-top: 0.48rem;
	padding-top: 0.36rem;
	border-top: 1px solid #e0e0e0;
	display: flex;
	justify-content: space-between;
}
.xwxq_box .divl .h6 a{
	flex-shrink: 0;
	width: 45%;
	font-size: 0.15rem;
	color: #a3a3a3;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	transition: all 0.5s;
}
.xwxq_box .divl .h6 a.prev::before{
	content: "\eb15";
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
	margin-right: 0.1rem;
}
.xwxq_box .divl .h6 a.next{
	text-align: right;
}
.xwxq_box .divl .h6 a.next::after{
	content: "\eb16";
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
	margin-left: 0.1rem;
}

.xwxq_box .divl .h4{
	font-size: 0.36rem;
	padding-top: 0.8rem;
	margin-bottom: 1rem;
	color: #14358A;
}
.xwxq_box .divl .ul{
	display: flex;
	padding-bottom: 1.5rem;
}
.xwxq_box .divl .ul li{
	flex: 1;
	margin-right: 0.15rem;
}
.xwxq_box .divl .ul li:last-of-type{
	margin-right: 0;
}
.xwxq_box .divl .ul li a{
	display: block;
	padding: 0.4rem 0.2rem;
	border-radius: 0.2rem;
	background-image: url(../img/sk1.png);
	background-size: 100% 100%;
	box-shadow: 0.02rem 0.04rem 0.13rem 0px rgba(27,27,27,0.1);
	transition: all 0.5s;
}
.xwxq_box .divl .ul li em{
	display: block;
	width: 0.6rem;
	height: 0.6rem;
	overflow: hidden;
	margin: 0 auto;
}
.xwxq_box .divl .ul li em img{
	width: 100%;
	transition: all 0.5s;
}
.xwxq_box .divl .ul li span{
	display: block;
	font-size: 0.16rem;
	text-align: center;
	margin-top: 0.2rem;
}

.xwxq_box .divr{
	flex-shrink: 0;
	width: 2.38rem;
	margin-left: 0.48rem;
}
.xwxq_box .divr .diva{

}
.xwxq_box .divr .diva a{
	display: block;
	width: 100%;
	min-height: 2.52rem;
	position: relative;
	overflow: hidden;
	color: #fff;
	margin-bottom: 0.3rem;
	border-radius: 0.04rem;
	box-shadow: 4px 8px 13px 0px #7E8AFD14;
}
.xwxq_box .divr .diva a i{
	display: block;
	width: 100%;
	height: 1.57rem;
	border-radius: 0.04rem 0.04rem 0rem 0rem;
	background-size: cover;
	background-position: center;
	transition: all 0.5s;
}
/* .xwxq_box .divr .diva a::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: url(../img/tp12.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: left bottom;
} */
.xwxq_box .divr .diva a div{
	/* position: absolute;
	z-index: 3;
	bottom: 0;
	left: 0; */
	width: 100%;
	box-sizing: border-box;
	padding: 0.12rem 0.16rem;
	color: #999999;
}
.xwxq_box .divr .diva a div span{
	display: block;
	font-size: 0.13rem;
	margin-top: 0.08rem;
}
.xwxq_box .divr .diva a div h6{
	color: #03133D	;
	font-size: 0.14rem;
	line-height: 0.16rem;
	max-height: 0.54rem;
	overflow: hidden;
}

.xwxq_box .divr .divb{
	padding-top: 0.25rem;
	border-top: 4px solid #0093dd;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	background-color: #fff;
	box-shadow: 4px 6px 22.8px 0px #7E8AFD14;
}
.xwxq_box .divr .divb .h5{
	display: inline-block;
	vertical-align: top;
	margin-left: 0.3rem;
	font-size: 0.14rem;
	color: #666;
	padding-bottom: 0.21rem;
}
.xwxq_box .divr .divb ul{

}
.xwxq_box .divr .divb ul li{
	position: relative;
	border-bottom: 1px solid #f0f0f0;
}
/* .xwxq_box .divr .divb ul li:last-of-type{
	border-bottom: none;
} */
.xwxq_box .divr .divb ul li::after{
	content: "";
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -0.43rem;
    width: 0.74rem;
    height: 0.86rem;
    background-image: url(../img/jxw3h.png);
	background-size: 100% 100%;
    opacity: 0;
    transition: all 0.5s;
}
.xwxq_box .divr .divb ul a{
	display: block;
	padding: 0.16rem 0.24rem;
}
.xwxq_box .divr .divb ul a h6{
    font-size: 0.16rem;
    line-height: 0.19rem;
    overflow: hidden;
	color: #333;
	transition: all 0.5s;
}
.xwxq_box .divr .divb ul a span{
	display: block;
	font-size: 0.14rem;
	color: #999;
	margin-top: 0.04rem;
	transition: all 0.5s;
}



.zsjm_box{
	
}
.zsjm_box .div1{
	background-color: #f8f9fa;
}
.zsjm_box .div1 .ul{
	padding-top: 0.3rem;
	display: flex;
	justify-content: space-between;
}
.zsjm_box .div1 .ul li{
	flex-shrink: 0;
	position: relative;
	text-align: center;
	width: 23.5%;
	height: 2.8rem;
	margin-right: 2%;
	cursor: pointer;
}
.zsjm_box .div1 .ul li:nth-of-type(4n){
	margin-right: 0;
}
.zsjm_box .div1 .ul li::after{
	content: "";
    position: absolute;
    left: 55%;
    top: 0;
    transform: translateX(-50%);
    width: 0.87rem;
    height: 1.05rem;
    background-image: url(../img/jxw6h.png);
	background-size: 100% 100%;
    opacity: 0;
    transition: all 0.5s;
}
.zsjm_box .div1 .ul li div{
	overflow: hidden;
	width: 100%;
	height: 100%;
	background-image: url(../img/sk1.png);
	background-size: 100% 100%;
	border-radius: 0.2rem;
	position: relative;
	z-index: 2;
	transition: all 0.5s;
}
.zsjm_box .div1 .ul li .img1{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 2.4rem;
	transform: translate(30%,30%);
}
.zsjm_box .div1 .ul li .img2{
	position: relative;
	z-index: 3;
	display: block;
	width: 0.84rem;
	margin: 0.6rem auto 0.4rem;
	transition: all 0.5s;
}
.zsjm_box .div1 .ul li h6{
	position: relative;
	z-index: 3;
	font-size: 0.26rem;
	padding-bottom: 0.32rem;
	margin-bottom: 0.28rem;
	border-bottom: 1px solid rgba(255,255,255,1);
	transition: all 0.5s;
}
.zsjm_box .div1 .ul li p{
	position: relative;
	z-index: 3;
	width: 80%;
	margin: 0 auto;
	font-size: 0.18rem;
	line-height: 1.6;
	height: 0.84rem;
	overflow: hidden;
	opacity: 0;
	transition: all 0.5s;
}

.zsjm_box .div2{
	height: 20vw;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}
.zsjm_box .div2 h6{
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	transform: translate(-50%,-50%);
	font-size: 0.42rem;
	color: #fff;
	line-height: 1.5;
}

.zsjm_box .div3{

}
.zsjm_box .div3 .div{
	display: flex;
	justify-content: space-between;
}
.zsjm_box .div3 .div h5{
	margin-bottom: 0;
}
.zsjm_box .div3 .div h6{
	flex-shrink: 0;
	width: 50%;
	font-size: 0.16rem;
	color: #888;
	line-height: 1.6;
}

.zsjm_box .div3 .ul{
	display: flex;
	flex-wrap: wrap;
	margin-top: 0.2rem;
}
.zsjm_box .div3 .ul li{
	flex-shrink: 0;
	width: 32%;
	margin-right: 2%;
	margin-top: 0.3rem;
	box-sizing: border-box;
}
.zsjm_box .div3 .ul li:nth-of-type(3n){
	margin-right: 0;
}
.zsjm_box .div3 .ul li a{
	display: block;
	padding: 0.34rem;
	text-align: center;
	background-color: #f8f8f8;
	transition: all 0.5s;
}
.zsjm_box .div3 .ul li img{
	width: 0.8rem;
}
.zsjm_box .div3 .ul li h6{
	font-size: 0.24rem;
	margin: 0.2rem 0 0.18rem;
	color: #0093dd;
}
.zsjm_box .div3 .ul li p{
	font-size: 0.16rem;
	color: #888;
	line-height: 1.6;
}

.zsjm_box .div4{
	background-color: #f8f9fa;
}
.zsjm_box .div4 .ul{
	display: flex;
	justify-content: space-between;
}
.zsjm_box .div4 .ul li{
	flex: 1;
	margin-right: 0.24rem;
	cursor: pointer;
}
.zsjm_box .div4 .ul li:last-of-type{
	margin-right: 0;
}
.zsjm_box .div4 .ul li dl{
	width: 100%;
	height: 100%;
	background-color: #fff;
	border-radius: 0.1rem;
	text-align: center;
	overflow: hidden;
	transition: all 0.5s;
}
.zsjm_box .div4 .ul li dt{
	display: flex;
	height: 0.8rem;
	flex-direction: column;
	justify-content: center;
	background-image: url(../img/sk4.png);
	background-size: 100% 100%;
	font-size: 0.24rem;
	color: #fff;
	transition: all 0.5s;
}
.zsjm_box .div4 .ul li dt span{
	font-size: 0.18rem;
	margin-top: 0.06rem;
}
.zsjm_box .div4 .ul li dd{
	padding: 0.32rem 0.32rem 0.52rem;
}
.zsjm_box .div4 .ul li dd p{
	font-size: 0.18rem;
	color: #444;
	line-height: 1.6;
}


.form_box{
	padding: 0.4rem 0;
	background-image: url(../img/tp41.jpg);
	background-size: cover;
	background-position: center;
	display: none;
} 
.form_box form{
	display: flex;
	height: 0.36rem;
	font-size: 0.16rem;
}
.form_box form p{
	flex: 1;
	height: 100%;
	margin-right: 0.1rem;
	border-radius: 0.1rem;
	background-color: #fff;
	position: relative;
	overflow: hidden;
}
.form_box form p input{
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 0 0.18rem;
}
.form_box form p input::-webkit-input-placeholder {
    color: #111;
}
.form_box form p input:-moz-placeholder {
    color: #111;
}
.form_box form p input::-moz-placeholder {
    color: #111;
}
.form_box form p input:-ms-input-placeholder {
    color: #111;
}
.form_box form p button{
	position: absolute;
	top: 0;
	right: 0;
	width: 1.02rem;
	height: 100%;
	background-color: #fbefe5;
	color: #0093dd;
}
.form_box form .tj_btn{
	flex-shrink: 0;
	width: 1.62rem;
	height: 100%;
	background-color: #0093dd;
	color: #fff;
	border-radius: 0.1rem;
}



.gywm_box{

}
.gywm_box .div1{
	display: flex;
	justify-content: space-between;
}
.gywm_box .div1 .divl{
	flex-shrink: 0;
	width: 47.5%;
	box-sizing: border-box;
	padding-right: 7%;
	border-right: 1px solid #ddd;
	margin-right: 7%;
}
.gywm_box .div1 .divl h5{
	line-height: 1.2;
}
.gywm_box .div1 .divl img{
	width: 100%;
}
.gywm_box .div1 .divr{
	flex: 1;
	min-width: 0;
}
.gywm_box .div1 .divr .h6{
	font-size: 0.18rem;
	line-height: 1.6;
	margin-bottom: 0.35rem;
	text-align: justify; text-indent:2em;
}
.gywm_box .div1 .divr ul{
	
}
.gywm_box .div1 .divr ul li{
	padding: 0.31rem 0;
	border-top: 1px solid #ddd;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.gywm_box .div1 .divr ul li:last-of-type{
	padding-bottom: 0;
}
.gywm_box .div1 .divr ul li strong{
	color: #0093dd;
	font-size: 1.2rem;
	font-weight: bold;
}
.gywm_box .div1 .divr ul li i{
	
}
.gywm_box .div1 .divr ul li span{
	font-size: 0.24rem;
	color: #888;
}

.gywm_box .div2{
	padding-bottom: 0.5rem;
}
.gywm_box .div2 .img{
	width: 100%;
}
.gywm_box .div2 ul{
	padding: 0.2rem 0.54rem;
	position: relative;
	width: 9.6rem;
	margin: -1.3rem auto 0;
	background-color: #fff;
	position: relative;
}
.gywm_box .div2 ul .jxw_img{
	position: absolute;
	width: 1.1rem;
	top: -0.83rem;
	left: 50%;
	margin-left: -0.55rem;
}
.gywm_box .div2 ul li{
	float: left;
	width: 45%;
	height: 1.2rem;
	margin-right: 10%;
	display: flex;
	align-items: center;
}
.gywm_box .div2 ul li:nth-of-type(2n){
	margin-right: 0;
}
.gywm_box .div2 ul li img{
	flex-shrink: 0;
	width: 0.54rem;
}
.gywm_box .div2 ul li dl{
	flex: 1;
	min-width: 0;
	margin-left: 0.24rem;
}
.gywm_box .div2 ul li dt{
	font-size: 0.22rem;
	margin-bottom: 0.08rem;
}
.gywm_box .div2 ul li dd{
	font-size: 0.16rem;
	line-height: 1.6;
}

.gywm_box .div3{
	background-image: url(../img/tp9.jpg);
	background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
	color: #fff;
	position: relative;
}
.gywm_box .div3 .divt{
	display: flex;
	justify-content: space-between;
	margin-bottom: 0.56rem;
}
.gywm_box .div3 .divt h5{
	margin-bottom: 0;
}
.gywm_box .div3 .divt .swiper-dl{
	
}

.gywm_box .div3 .swiper-container{
	width: 100%;
	padding: 0 calc(50vw - 6.0rem);
	margin-left: calc(-50vw + 6.0rem);
}
.gywm_box .div3 .swiper-slide{
	
}
.gywm_box .div3 .swiper-slide::before{
	content: "";
	display: block;
	width: calc(100% + 38px);
	height: 0.15rem;
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
	margin-bottom: 0.12rem;
	box-sizing: border-box;
}
.gywm_box .div3 .swiper-slide:last-of-type:before{
	width: 100%;
}
.gywm_box .div3 .swiper-slide span{
	display: block;
	font-size: 0.22rem;
}
.gywm_box .div3 .swiper-slide i{
	display: block;
	width: 100%;
	padding-bottom: 68%;
	background-size: cover;
	background-position: center;
	margin: 0.42rem 0 0.26rem;
}
.gywm_box .div3 .swiper-slide h6{
	font-size: 0.22rem;
	margin-bottom: 0.14rem;
}
.gywm_box .div3 .swiper-slide p{
	font-size: 0.16rem;
	line-height: 1.6;
}

.gywm_box .div4{
	position: relative;
}
.gywm_box .div4 .divt{
	display: flex;
	justify-content: space-between;
	margin-bottom: 0.56rem;
}
.gywm_box .div4 .divt h5{
	margin-bottom: 0;
}

.gywm_box .div4 .swiper-container{

}
.gywm_box .div4 .swiper-slide{
	background-color: #f8f8f8;
	box-sizing: border-box;
	padding: 0.26rem 0.28rem;
	color: #888;
	transition: all 0.5s;
}
.gywm_box .div4 .swiper-slide span{
	position: relative;
	z-index: 3;
	display: block;
	text-align: right;
	font-size: 0.18rem;
}
.gywm_box .div4 .swiper-slide em{
	position: relative;
	z-index: 3;
	display: block;
	margin: 0.3rem auto 0.34rem;
	width: 2.4rem;
	height: 2.4rem;
	border-radius: 50%;
	background-color: #fff;
	overflow: hidden;
}
.gywm_box .div4 .swiper-slide i{
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	transition: all 0.5s;
}
.gywm_box .div4 .swiper-slide h6{
	position: relative;
	z-index: 3;
	font-size: 0.24rem;
	margin-bottom: 0.1rem;
	color: #333;
	transition: all 0.5s;
}
.gywm_box .div4 .swiper-slide div{
	position: relative;
	z-index: 3;
	font-size: 0.16rem;
	line-height: 1.6;
	width: 90%;
	height: 1.0rem;
	overflow: hidden;
}
.gywm_box .div4 .swiper-slide::before{
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0.64rem;
	height: 0.64rem;
	background-color: #0093dd;
	transition: all 0.5s;
}
.gywm_box .div4 .swiper-slide b{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0.64rem;
	height: 0.64rem;
	background-color: #0093dd;
	color: #fff;
	font-size: 0.24rem;
	text-align: center;
	line-height: 0.64rem;
}
.gywm_box .div4 .swiper-slide b::after{
	content: "\eaf5";
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}



.ppsl_box{

}
.ppsl_box .div1{
	background-image: url(../img/tp21.jpg);
	background-size: cover;
	background-position: center;
	position: relative;
}
.ppsl_box .div1 .jxw_img{
	position: absolute;
	z-index: 5;
	width: 9.2vw;
	right: 4%;
	bottom: 0.2rem;
}
.ppsl_box .div1 .divt{
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 0.56rem;
}
.ppsl_box .div1 .divt h5{
	margin-bottom: 0;
}
.ppsl_box .div1 .divt .h6{
	display: flex;
}
.ppsl_box .div1 .divt .h6 span{
	font-size: 0.18rem;
	margin-left: 0.18rem;
	line-height: 0.26rem;
	padding-left: 0.18rem;
	cursor: pointer;
	border-left: 1px solid #ddd;
}
.ppsl_box .div1 .divt .h6 span:first-of-type{
	margin-left: 0;
	border-left: none;
	padding-left: 0;
}
.ppsl_box .div1 .divt .h6 span::before{
	content: "\e61e";
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
	display: inline-block;
	vertical-align: top;
	font-size: 0.24rem;
	line-height: 1;
	color: #888;
	margin-right: 0.02rem;
}
.ppsl_box .div1 .divt .h6 .active::before{
	color: #0093dd;
}

.ppsl_box .div1 .divb{
	border: 1px solid #dcdcdc;
	position: relative;
	box-shadow: 0.02rem 0.06rem 0.26rem 2px rgba(180,180,180,0.3);
}
.ppsl_box .div1 .divb .img{
	width: 100%;
}

.ppsl_box .div1 .divb #map{
	width: 100%;
	height: 5.5rem;
}
.ppsl_box .div1 .divb .dl{
	position: absolute;
	z-index: 3;
	width: 3.0rem;
	height: 3.1rem;
	transform: translateY(-50%);
	top: 50%;
	right: 5%;
	background-color: #fff;
	border-radius: 0.05rem;
	box-sizing: border-box;
	border: 1px solid #dcdcdc;
	/* box-shadow: -0.02rem 0.18rem 0.38rem 0px rgba(242,108,9,0.09); */
}
.ppsl_box .div1 .divb .dl dd{
	padding: 0.4rem 0.3rem 0;
	display: none;
}
.ppsl_box .div1 .divb .dl dd:first-of-type{
	display: block;
}
.ppsl_box .div1 .divb .dl dd h5{
	font-size: 0.2rem;
	padding-bottom: 0.18rem;
	border-bottom: 1px solid #dcdcdc;
	margin-bottom: 0.2rem;
}
.ppsl_box .div1 .divb .dl dd h6{
	
}
.ppsl_box .div1 .divb .dl dd p{
	font-size: 0.15rem;
	color: #888;
	display: flex;
	line-height: 1.6;
	margin-bottom: 0.08rem;
}
.ppsl_box .div1 .divb .dl dd p:last-of-type{
	margin-bottom: 0;
}
.ppsl_box .div1 .divb .dl dd p span{
	flex-shrink: 0.8rem;
}
.ppsl_box .div1 .divb .dl dd p small{
	font-size: 0.15rem;
	flex: 1;
	min-width: 0;
}

.ppsl_box .div1 .divb .ul{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.ppsl_box .div1 .divb .ul li{
	position: absolute;
	top: 10%;
	left: 10%;
	width: 0.21rem;
	height: 0.26rem;
	background-image: url(../img/tb119.png);
	background-size: 100% 100%;
	cursor: pointer;
	font-size: 0;
}
.ppsl_box .div1 .divb .ul li.show{
	background-image: url(../img/tb120.png);
}
.ppsl_box .div1 .divb .ul li.active{
    animation: dh1 1s infinite;
}
@keyframes dh1 {
	0% {
		opacity: 0.5;
		transform: translateY(1);
	}
	60% {
		opacity: 1;
		transform: translateY(-0.15rem);
	}
	100% {
		opacity: 0.5;
		transform: translateY(1);
	}
}
.ppsl_box .div1 .divb .ul li:nth-of-type(1){
	top: 54%;
    left: 51.6%;
}
.ppsl_box .div1 .divb .ul li:nth-of-type(2){
	top: 49%;
    left: 54%;
}
.ppsl_box .div1 .divb .ul li:nth-of-type(3){
	top: 63%;
    left: 53%;
}
.ppsl_box .div1 .divb .ul li:nth-of-type(4){
	top: 86%;
    left: 41%;
}
.ppsl_box .div1 .divb .ul li:nth-of-type(5){
	top: 71%;
    left: 46%;
}

.ppsl_box .div2{
	background-image: url(../img/tp30.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: #fff;
	position: relative;
}
.ppsl_box .div2 .divt{
	display: flex;
	justify-content: space-between;
	margin-bottom: 0.56rem;
}
.ppsl_box .div2 .divt h5{
	margin-bottom: 0;
}
.ppsl_box .div2 .swiper-container{

}
.ppsl_box .div2 .swiper-slide{
	background-color: #fff;
	border-radius: 3px;
	overflow: hidden;
}
.ppsl_box .div2 .swiper-slide:nth-of-type(2n){
	margin-top: 0.3rem !important;
}
.ppsl_box .div2 .swiper-slide img{
	width: 100%;
}

.ppsl_box .div3{
	background-image: url(../img/tp71.jpg);
    background-position: center bottom;
    background-size: cover;
	position: relative;
}
.ppsl_box .div3 .divt{
	display: flex;
	justify-content: space-between;
	margin-bottom: 0.56rem;
}
.ppsl_box .div3 .divt h5{
	margin-bottom: 0;
}

.ppsl_box .div3 .swiper-container{

}
.ppsl_box .div3 .swiper-wrapper{
	align-items: flex-end;
}
.ppsl_box .div3 .swiper-slide{
	
}
.ppsl_box .div3 .swiper-slide em{
	display: block;
	margin: 0 auto;
	width: 78%;
	padding-bottom: 104%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	transform: scale(0.8);
	transition: all 0.5s;
}
.ppsl_box .div3 .swiper-slide span{
	display: block;
	text-align: center;
	font-size: 0.2rem;
	color: #888;
	margin-top: 0.2rem;
	transition: all 0.5s;
}
.ppsl_box .div3 .swiper-slide-active em{
	transform: scale(1);
}
.ppsl_box .div3 .swiper-slide-active span{
	color: #111;
}
.ppsl_box .div3 .swiper-pagination{
	bottom: 0.26rem !important;
}



.jjfa_box{

}
.jjfa_box .divt{
	display: flex;
	background-color: #fff;
	box-shadow: 0.02rem 0.04rem 0.4rem 0px rgba(27,27,27,0.15);
}
.jjfa_box .divt .divl{
	flex-shrink: 0;
	width: 2.72rem;
	height: 100%;
}
.jjfa_box .divt .divl li{
	width: 100%;
	height: 1.6rem;
	background-size: cover;
	background-position: center;
	position: relative;
	cursor: pointer;
	transition: all 0.5s;
}
.jjfa_box .divt .divl li::before{
	content: "";
    position: absolute;
	z-index: 3;
    top: 50%;
    left: 0;
    margin-top: -0.59rem;
    width: 1.02rem;
    height: 1.17rem;
    /* background-image: url(../img/jxw3.png); */
	background-size: 100% 100%;
    opacity: 0;
    transition: all 0.5s;
}
.jjfa_box .divt .divl li em{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.jjfa_box .divt .divl li em i{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transition: all 0.5s;
}
.jjfa_box .divt .divl li em i:nth-of-type(1){
	opacity: 1;
	transform: scale(1);
}
.jjfa_box .divt .divl li em i:nth-of-type(2){
	opacity: 0;
	transform: scale(1.2);
}
.jjfa_box .divt .divl li span{
	position: absolute;
	width: 100%;
	text-align: center;
	font-size: 0.24rem;
	color: #fff;
	left: 0;
	top: 50%;
	margin-top: -0.12rem;
}

.jjfa_box .divt .divl li.active::before{
	opacity: 1;
	left: -0.8rem;
}
.jjfa_box .divt .divl li.active em i:nth-of-type(1){
	opacity: 0;
	transform: scale(1.2);
}
.jjfa_box .divt .divl li.active em i:nth-of-type(2){
	opacity: 1;
	transform: scale(1);
}

.jjfa_box .divt .divl li.on::before{
	opacity: 1;
	left: -0.8rem;
}
.jjfa_box .divt .divl li.on em i:nth-of-type(1){
	opacity: 0;
	transform: scale(1.2);
}
.jjfa_box .divt .divl li.on em i:nth-of-type(2){
	opacity: 1;
	transform: scale(1);
}

.jjfa_box .divt .divr{
	flex-shrink: 0;
	width: calc(100% - 2.72rem);
}
.jjfa_box .divt .divr .swiper-container{
	width: 100%;
}
.jjfa_box .divt .divr .swiper-slide{
	height: 1.6rem;
	box-sizing: border-box;
	cursor: pointer;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.jjfa_box .divt .divr .swiper-slide[data-swiper-row="2"]{
	border-bottom: none;
}
.jjfa_box .divt .divr .swiper-slide a{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
}
.jjfa_box .divt .divr .swiper-slide::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 0;
	bottom: 0;
	left: 0;
	background-image: url(../img/tp72.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: left 0 bottom -1px;
	transition: all 0.5s;
}
.jjfa_box .divt .divr .swiper-slide img{
	position: relative;
	z-index: 3;
	width: 0.55rem;
}
.jjfa_box .divt .divr .swiper-slide span{
	position: relative;
	z-index: 3;
	display: block;
	font-size: 0.18rem;
	margin-top: 0.14rem;
}

.jjfa_box .divb{
	margin-top: 0.4rem;
}
.jjfa_box .divb .swiper-pagination{
	position: static;
	display: none;
}
.jjfa_box .divb .swiper-pagination:first-of-type{
	display: block;
}
.jjfa_box .divb .swiper-pagination span{
	background-color: #ddd;
}
.jjfa_box .divb .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #0093dd;
}



.yjh_box{

}
.yjh_box .div1{
	
}
.yjh_box .div1 .ul{
	display: flex;
	flex-wrap: wrap;
}
.yjh_box .div1 .ul li{
	flex-shrink: 0;
	width: 32%;
	margin-right: 2%;
}
.yjh_box .div1 .ul li:nth-of-type(3n){
	margin-right: 0;
}
.yjh_box .div1 .ul li a{
	display: block;
	width: 100%;
	height: 100%;
	padding: 0.32rem 0.32rem 0.28rem;
	text-align: center;
	box-sizing: border-box;
	transition: all 0.5s;
}
.yjh_box .div1 .ul li img{
	width: 0.8rem;
}
.yjh_box .div1 .ul li h6{
	font-size: 0.24rem;
	margin: 0.16rem 0;
	transition: all 0.5s;
}
.yjh_box .div1 .ul li p{
	font-size: 0.16rem;
	color: #888;
	line-height: 1.6;
}

.yjh_box .div2{
	padding-top: 0;
	padding-bottom: 0.7rem;
	position: relative;
}
.yjh_box .div2 .jxw_img{
	position: absolute;
    z-index: 5;
    width: 1.32rem;
    right: 4%;
    top: -2.0rem;
}
.yjh_box .div2 .dl{
	display: flex;
	height: 3.5rem;
}
.yjh_box .div2 .dl dd{
	flex: 1;
	height: 100%;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	color: #fff;
	cursor: pointer;
}
.yjh_box .div2 .dl dd em{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
}
.yjh_box .div2 .dl dd em i{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-size: 100% 100%;
	transition: all 0.5s;
}
.yjh_box .div2 .dl dd em i:nth-of-type(1){
	opacity: 1;
}
.yjh_box .div2 .dl dd em i:nth-of-type(2){
	opacity: 0;
}
.yjh_box .div2 .dl dd h6{
	position: relative;
	z-index: 3;
	font-weight: 600;
	font-size: 0.42rem;
}
.yjh_box .div2 .dl dd p{
	position: relative;
	z-index: 3;
	font-size: 0.2rem;
	line-height: 1.4;
	margin-top: 0.16rem;
}

.yjh_box .div2 .dl dd.active em i:nth-of-type(1){
	opacity: 0;
}
.yjh_box .div2 .dl dd.active em i:nth-of-type(2){
	opacity: 1;
}

.yjh_box .div2 .swiper-container{
	margin-top: 0.4rem;
	padding: 0.3rem;
	width: 100%;
	margin-left: -0.3rem;
} 
.yjh_box .div2 .swiper-slide{
	background-color: #fff;
	box-sizing: border-box;
	transition: all 0.5s;
} 
.yjh_box .div2 .slide1{
	padding-right: 1.14rem;
}
.yjh_box .div2 .slide2{
	padding-left: 1.14rem;
}

.yjh_box .div2 .swiper-slide .h4{
	position: absolute;
	top: 0;
	height: 100%;
	width: 0.25rem;
	padding: 0 0.26rem;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	box-shadow: 0px 0px 0.27rem 0px rgba(165,165,179,0.25);
	transition: all 0.5s;
}
.yjh_box .div2 .swiper-slide .h4 span{
	flex-shrink: 0;
	width: 100%;
	font-size: 0.24rem;
	color: #888;
	line-height: 1.2;
	transition: all 0.5s;
}
.yjh_box .div2 .swiper-slide .h4 i{
	flex-shrink: 0;
	margin-top: 0.1rem;
	width: 0.21rem;
	height: 0.21rem;
	line-height: 0.21rem;
	color: #888;
	border: 2px solid #888;
	border-radius: 50%;
	transition: all 0.5s;
}
.yjh_box .div2 .swiper-slide .h4 i::after{
	content: "\eb16";
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
	vertical-align: top;
	margin-left: 0.04rem;
	font-size: 0.16rem;
}

.yjh_box .div2 .slide1 .h4{
	right: 0;
}
.yjh_box .div2 .slide2 .h4{
	left: 0;
}
.yjh_box .div2 .slide2 .h4 i::after{
	content: "\eb15";
	margin-left: 0.03rem;
}

.yjh_box .div2 .swiper-slide .h5{
	font-size: 0.32rem;
	text-align: center;
	margin-bottom: 0.4rem;
}

.yjh_box .div2 .swiper-slide .ul{
	display: flex;
	justify-content: space-between;
	margin-bottom: 0.7rem;
}
.yjh_box .div2 .swiper-slide .ul li{
	flex-shrink: 0;
	width: 23.5%;
	background-color: #f6f6f9;
	padding: 0.56rem 0;
	text-align: center;
}
.yjh_box .div2 .swiper-slide .ul li img{
	width: 0.52rem;
}
.yjh_box .div2 .swiper-slide .ul li span{
	font-size: 0.24rem;
	display: block;
	color: #444;
	margin-top: 0.16rem;
}

.yjh_box .div2 .swiper-slide .h6{
	font-size: 0.24rem;
	margin-bottom: 0.56rem;
}
.yjh_box .div2 .swiper-slide .lct_img{
	width: 100%;
}

.yjh_box .div3{

}
.yjh_box .div3 .div{
	width: 100%;
	height: 3.8rem;
	background-image: url(../img/tp60.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
.yjh_box .div3 .div h6{
	text-align: center;
	color: #fff;
	padding-top: 0.7rem;
}
.yjh_box .div3 .div h6 strong{
	display: block;
	font-weight: 600;
	font-size: 0.42rem;
}
.yjh_box .div3 .div h6 p{
	font-size: 0.18rem;
	margin-top: 0.1rem;
}

.yjh_box .div3 .ul{
	position: relative;
	background-color: #fff;
	box-shadow: 0.02rem 0.04rem 0.4rem 0px rgba(27,27,27,0.15);
	margin-top: -1.76rem;
}
.yjh_box .div3 .ul li{
	float: left;
	width: 25%;
	box-sizing: border-box;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	text-align: center;
	padding: 0.44rem 0;
	position: relative;
	cursor: pointer;
}
.yjh_box .div3 .ul li:nth-of-type(4n){
	border-right: none;
}
.yjh_box .div3 .ul li:nth-of-type(1),
.yjh_box .div3 .ul li:nth-of-type(2),
.yjh_box .div3 .ul li:nth-of-type(3),
.yjh_box .div3 .ul li:nth-of-type(4){
	border-top: none;
}
.yjh_box .div3 .ul li::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    background-image: url(../img/tp72.png);
    background-repeat: repeat-x;
    background-position: left 0 bottom -1px;
    transition: all 0.5s;
}
.yjh_box .div3 .ul li img{
	width: 0.56rem;
	position: relative;
	z-index: 3;
}
.yjh_box .div3 .ul li span{
	display: block;
	font-size: 0.18rem;
	margin-top: 0.14rem;
	position: relative;
	z-index: 3;
}

.yjh_box .div4{

}
.yjh_box .div4 dl{
	display: flex;
	justify-content: space-between;
	margin-bottom: 0.5rem;
}
.yjh_box .div4 dl dt{
	font-size: 0.32rem;
}
.yjh_box .div4 dl dd{
	flex-shrink: 0;
	width: 38%;
	font-size: 0.18rem;
	color: #333;
	line-height: 1.6;
}
.yjh_box .div4 dl dd i{
	color: #ff8e00;
}
.yjh_box .div4 img{
	width: 100%;
}
.yjh_box .div4 h6{
	text-align: center;
	margin-top: 0.64rem;
	font-size: 0.32rem;
}
.yjh_box .div4 h6 i{
	color: #ff8e00;
}



.lhyg_box{

}
.lhyg_box .div1{
	
}
.lhyg_box .div1 .dl{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.lhyg_box .div1 .dl dd{
	flex-shrink: 0;
	width: 2.8rem;
	background-color: #fafafc;
	border-radius: 0.15rem;
	border: 1px solid #eee;
	text-align: center;
	padding: 0.34rem 0;
}
.lhyg_box .div1 .dl dd img{
	width: 1.6rem;
}
.lhyg_box .div1 .dl dd span{
	display: block;
	font-size: 0.26rem;
	margin-top: 0.18rem;
}
.lhyg_box .div1 .dl dt{
	flex: 1;
	margin: 0 5%;
}
.lhyg_box .div1 .dl dt p{
	font-size: 0.16rem;
	color: #888;
	text-align: center;
}
.lhyg_box .div1 .dl dt i{
	display: block;
	width: 100%;
	height: 9px;
	background-color: #ddd;
	margin: 0.12rem 0;
	position: relative;
}
.lhyg_box .div1 .dl dt i::after{
	content: "";
	position: absolute;
	width: 30px;
	height: 35px;
	background-image: url(../img/tp3.png);
	background-size: 100% 100%;
	right: 0;
	top: -13px;
}

.lhyg_box .div1 .ul{
	display: flex;
	justify-content: space-between;
	margin-top: 0.54rem;
}
.lhyg_box .div1 .ul li{
	flex: 1;
	margin-right: 4%;
	border-radius: 0.15rem;
	background-color: #f6f6f9;
	box-sizing: border-box;
	padding: 0.34rem 0.4rem;
	font-size: 0.2rem;
	line-height: 1.5;
	position: relative;
}
.lhyg_box .div1 .ul li:last-of-type{
	margin-right: 0;
}
.lhyg_box .div1 .ul li::before{
	content: "";
	position: absolute;
	width: 0.1rem;
	height: 0.1rem;
	border-radius: 50%;
	background-color: #0093dd;
	top: 0.15rem;
	left: 0.15rem;
}

.lhyg_box .div2{
	padding-top: 0;
}
.lhyg_box .div2 .ul{
	display: flex;
	justify-content: space-between;
	padding-top: 0.35rem;
}
.lhyg_box .div2 .ul li{
	flex: 1;
	margin-right: 2%;
	background-color: #f2f2f7;
	border-radius: 0.15rem;
	padding: 0 0.2rem 0.48rem;
	text-align: center;
}
.lhyg_box .div2 .ul li:last-of-type{
	margin-right: 0;
}
.lhyg_box .div2 .ul li:nth-of-type(2n){
	background-color: #f8ece5;
}
.lhyg_box .div2 .ul li img{
	width: 0.7rem;
	transform: translateY(-50%);
}
.lhyg_box .div2 .ul li p{
	font-size: 0.22rem;
	line-height: 1.4;
}

.lhyg_box .div3{
	height: 31vw;
    background-image: url(../img/tp19.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
	position: relative;
}
.lhyg_box .div3 .w1200{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #fff
}
.lhyg_box .div3 .w1200 .title_h5{
	margin-bottom: 0.2rem;
}
.lhyg_box .div3 .w1200 p{
	font-size: 0.18rem;
}
.lhyg_box .div3 .w1200 h6{
	font-size: 0;
	margin: 0.38rem 0 0.7rem;
}
.lhyg_box .div3 .w1200 h6 span{
	display: inline-block;
	vertical-align: top;
	margin-right: 0.2rem;
	width: 0.98rem;
	height: 0.38rem;
	border: 2px solid #ddd;
	border-radius: 2px;
	text-align: center;
	line-height: 0.38rem;
	font-size: 0.18rem;
}
.lhyg_box .div3 .w1200 a{
	display: inline-block;
	vertical-align: top;
	white-space: nowrap;
	height: 0.38rem;
	line-height: 0.38rem;
	border-radius: 0.19rem;
	color: #fff;
	padding-right: 0.14rem;
	font-size: 0.2rem;
	background-image: linear-gradient(#ffaa1b, #ff7028);
}
.lhyg_box .div3 .w1200 a::before{
	content: "\e6d7";
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
	display: inline-block;
	vertical-align: top;
	width: 0.38rem;
	height: 0.38rem;
	text-align: center;
	background-color: #fff;
	border-radius: 50%;
	color: #0093dd;
	font-size: 0.24rem;
	margin-right: 0.1rem;
}

.lhyg_box .div4{

}
.lhyg_box .div4 .title_h5{
	margin-bottom: 0;
}
.lhyg_box .div4 .img{
	width: 100%;
}
.lhyg_box .div4 .ul{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 0.7rem;
}
.lhyg_box .div4 .ul i{
	flex-shrink: 0;
	width: 1.2rem;
	height: 7px;
	background-color: #e9e9e9;
	margin: 0 0.18rem;
	position: relative;
}
.lhyg_box .div4 .ul i::after{
	content: "";
	position: absolute;
	top: -8px;
	right: 0;
	width: 19px;
	height: 23px;
	background-image: url(../img/tp73.png);
}
.lhyg_box .div4 .ul li{
	flex: 1;
	height: 0.9rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-color: #f6f6f9;
	border-radius: 0.08rem;
}
.lhyg_box .div4 .ul li img{
	width: 0.52rem;
	margin-right: 0.18rem;
}
.lhyg_box .div4 .ul li span{
	font-size: 0.24rem;
}

.lhyg_box .div5{
	border-top: 1px solid #eee;
}
.lhyg_box .div5 .div{
	display: flex;
	justify-content: space-between;
}
.lhyg_box .div5 .div h5{
	margin-bottom: 0;
}
.lhyg_box .div5 .div h6{
	flex-shrink: 0;
    width: 38%;
    font-size: 0.18rem;
    color: #888;
    line-height: 1.6;
}
.lhyg_box .div5 .ul{
	margin-top: 0.7rem;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	padding-bottom: 0.3rem;
}
.lhyg_box .div5 .ul li{
	width: 0.8rem;
	height: 0.8rem;
	position: relative;
}
.lhyg_box .div5 .ul li:nth-of-type(2n){
	margin-bottom: 0.9rem;
}
.lhyg_box .div5 .ul li::before{
	content: "";
	position: absolute;
	left: 68%;
	top: -10%;
	width: 1.6rem;
	height: 1px;
	background-color: #e2e2e2;
	transform: rotate(-30deg);
}
.lhyg_box .div5 .ul li:nth-of-type(2n)::before{
	transform: rotate(30deg);
	top: auto;
	bottom: -10%;
}
.lhyg_box .div5 .ul li:last-of-type::before{
	display: none;
}
.lhyg_box .div5 .ul li::after{
	content: "\eb16";
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
	position: absolute;
	left: 1.22rem;
    top: -19.5%;
	font-size: 0.2rem;
	color: #e2e2e2;
	transform: rotate(-30deg);
}
.lhyg_box .div5 .ul li:nth-of-type(2n)::after{
	transform: rotate(30deg);
	top: auto;
	bottom: -20%;
}
.lhyg_box .div5 .ul li:last-of-type::after{
	display: none;
}
.lhyg_box .div5 .ul li img{
	position: relative;
	z-index: 3;
	width: 0.8rem;
}
.lhyg_box .div5 .ul li span{
	position: absolute;
	width: 100%;
	top: 114%;
	left: 0;
	text-align: center;
	font-size: 0.18rem;
}

.lhyg_box .div6{
	background-color: #f6f6f9;
}
.lhyg_box .div6 .div{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.lhyg_box .div6 .div .h5{
	flex-shrink: 0;
	width: 4.18rem;
	position: relative;
	z-index: 3;
}
.lhyg_box .div6 .div .h5 .img1{
	width: 100%;
}
.lhyg_box .div6 .div .h5 .img2{
	position: absolute;
	width: 1.02rem;
	left: 50%;
	bottom: 14%;
	margin-left: -0.51rem;
}
.lhyg_box .div6 .div ul{
	flex-shrink: 0;
	width: 3.4rem;
}
.lhyg_box .div6 .div ul li{
	width: 100%;
	height: 1.1rem;
	border-radius: 0.6rem;
	background-color: #fff;
	box-shadow: 0px 0px 0.14rem 0.02rem rgba(179,179,179,0.32);
	margin-bottom: 0.46rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}
.lhyg_box .div6 .div ul li:last-of-type{
	margin-bottom: 0;
}
.lhyg_box .div6 .div ul li p{
	flex: 1;
	min-width: 0;
	font-size: 0.18rem;
	line-height: 1.4;
	margin: 0 0.18rem 0 0;
	text-align: right;
	color: #333;
	margin: 0 0.12rem 0 0.2rem;
}
.lhyg_box .div6 .div ul li h6{
	flex-shrink: 0;
	width: 1.06rem;
	height: 1.06rem;
	border-radius: 50%;
	background-color: #fd8200;
	margin: 2px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.lhyg_box .div6 .div ul li h6 img{
	width: 0.54rem;
}
.lhyg_box .div6 .div ul li h6 span{
	font-size: 0.16rem;
	color: #fff;
	margin-top: 4px;
}

.lhyg_box .div6 .div ul li::after{
	content: "";
	position: absolute;
	width: 1.38rem;
	height: 0.25rem;
	background-size: 100% 100%;
}
.lhyg_box .div6 .div .ull li:nth-of-type(1):after{
	background-image: url(../img/xd1.png);
	top: 49%;
	left: 100%;
}
.lhyg_box .div6 .div .ull li:nth-of-type(2):after{
	background-image: url(../img/xd5.png);
	height: 2px;
	width: 0.74rem;
	top: 49%;
	left: 100%;
}
.lhyg_box .div6 .div .ull li:nth-of-type(3):after{
	background-image: url(../img/xd2.png);
	bottom: 49%;
	left: 100%;
}
.lhyg_box .div6 .div .ulr li:nth-of-type(1):after{
	background-image: url(../img/xd3.png);
	top: 49%;
	right: 100%;
}
.lhyg_box .div6 .div .ulr li:nth-of-type(2):after{
	background-image: url(../img/xd5.png);
	height: 2px;
	width: 0.74rem;
	top: 49%;
	right: 100%;
}
.lhyg_box .div6 .div .ulr li:nth-of-type(3):after{
	background-image: url(../img/xd4.png);
	bottom: 49%;
	right: 100%;
}
.lhyg_box .div6 .div .ulr li{
	flex-direction: row-reverse;
}
.lhyg_box .div6 .div .ulr li p{
	margin: 0 0.2rem 0 0.12rem;
	text-align: left;
}



.scfw_box{

}
.scfw_box .title_h4{
	font-size: 0.52rem;
	text-align: center;
	font-weight: 600;
	margin-bottom: 0.56rem;
}
.scfw_box .title_h4::before{
	content: "";
	display: inline-block;
	vertical-align: top;
	width: 0.41rem;
	height: 0.52rem;
	background-image: url(../img/tp5.png);
	background-position: center;
	background-repeat: no-repeat;
	margin-right: 0.12rem;
}
.scfw_box .title_h4::after{
	content: "";
	display: inline-block;
	vertical-align: top;
	width: 0.41rem;
	height: 0.52rem;
	background-image: url(../img/tp6.png);
	background-position: center;
	background-repeat: no-repeat;
	margin-left: 0.12rem;
}
.scfw_box .title_h4 i{
	color: #f57e18;
}

.scfw_box .title_h6{
	font-size: 0.24rem;
	color: #888;
	text-align: center;
	margin-top: -0.24rem;
	margin-bottom: 0.56rem;
}

.scfw_box .div1 .ul{
	display: flex;
	justify-content: space-between;
}
.scfw_box .div1 .ul li{
	flex-shrink: 0;
	width: 1.38rem;
	text-align: center;
}
.scfw_box .div1 .ul i{
	flex-shrink: 0;
	width: 1px;
	background-color: #f0f0f0;
}
.scfw_box .div1 .ul li img{
	width: 100%;
}
.scfw_box .div1 .ul li span{
	display: block;
	font-size: 0.28rem;
	white-space: nowrap;
	margin-top: 0.2rem;
}

.scfw_box .div2{
	margin-top: 0.5rem;
	background-image: url(../img/tp74.jpg);
	background-position: top center;
	background-size: cover;
}
.scfw_box .div2 .dl{
	position: relative;
	width: 11.14rem;
	margin: 0 auto;
}
.scfw_box .div2 .dl dt{
	
}
.scfw_box .div2 .dl dt .img1{
	width: 100%;
}
.scfw_box .div2 .dl dt .img2{
	position: absolute;
	width: 4.54rem;
	bottom: 42%;
	left: 50%;
	transform: translate(-50%,50%);
}
.scfw_box .div2 .dl dd{
	position: absolute;
	width: 1.66rem;
	height: 1.66rem;
}
.scfw_box .div2 .dl dd a{
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-image: url(../img/tp76.png);
	background-size: 100% 100%;
	border-radius: 50%;
	transition: all 0.5s;
}
.scfw_box .div2 .dl dd em{
	display: block;
	width: 0.7rem;
	height: 0.7rem;
	overflow: hidden;
}
.scfw_box .div2 .dl dd em img{
	width: 100%;
	transition: all 0.5s;
}
.scfw_box .div2 .dl dd span{
	font-size: 0.2rem;
	margin-top: 0.1rem;
}

.scfw_box .div2 .dl .dd1{
	top: 12%;
    left: 23%;
}
.scfw_box .div2 .dl .dd2{
	top: 12%;
    right: 23%;
}
.scfw_box .div2 .dl .dd3{
	top: 50%;
    left: 5%;
}
.scfw_box .div2 .dl .dd4{
	top: 50%;
	right: 5%;
}

.scfw_box .div3{

}
.scfw_box .div3 .ul{
	display: flex;
	flex-wrap: wrap;
	margin-top: -0.4rem;
}
.scfw_box .div3 .ul li{
	flex-shrink: 0;
	width: 23.5%;
	margin-right: 2%;
	background-image: url(../img/tp44.jpg);
	border-radius: 0.1rem;
	color: #fff;
	text-align: center;
	margin-top: 0.75rem;
	padding-bottom: 0.28rem;
}
.scfw_box .div3 .ul li:nth-of-type(2),
.scfw_box .div3 .ul li:nth-of-type(8){
	background-image: url(../img/tp45.jpg);
}
.scfw_box .div3 .ul li:nth-of-type(3),
.scfw_box .div3 .ul li:nth-of-type(5){
	background-image: url(../img/tp46.jpg);
}
.scfw_box .div3 .ul li:nth-of-type(4),
.scfw_box .div3 .ul li:nth-of-type(6){
	background-image: url(../img/tp47.jpg);
}
.scfw_box .div3 .ul li:nth-of-type(4n){
	margin-right: 0;
}
.scfw_box .div3 .ul li img{
	width: 0.7rem;
	display: block;
	margin: -0.35rem auto 0;
}
.scfw_box .div3 .ul li h6{
	font-size: 0.28rem;
	margin: 0.18rem 0 0.12rem;
}
.scfw_box .div3 .ul li p{
	font-size: 0.22rem;
	line-height: 1.4;
}

.scfw_box .div4{
	background-color: #fff7f1;
	text-align: center;
	padding-bottom: 0.7rem;
}
.scfw_box .div4 img{
	width: auto;
	max-width: 100%;
}

.scfw_box .div5{

}
.scfw_box .div5 #message_div{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.scfw_box .div5 .str_move{
	position: absolute; 
	top: 0; 
	left: 0;
	cursor: move;
}
.scfw_box .div5 .ul{
	display: flex;
	align-items: flex-end;
}
.scfw_box .div5 #message_div1{
	position: relative;
}
.scfw_box .div5 #message_div2{
	margin-top: 0.8rem;
	position: relative;
}
.scfw_box .div5 .ul li{
	flex-shrink: 0;
	font-size: 0;
	width: 3.8rem;
	margin-right: 1.4rem;
}
.scfw_box .div5 .ul li em{
	display: inline-block;
	vertical-align: top;
	width: 0.8rem;
	height: 0.8rem;
	border-radius: 50%;
	overflow: hidden;
	background-size: cover;
}
.scfw_box .div5 .ul li h6{
	display: inline-flex;
	vertical-align: top;
	margin-left: -0.17rem;
	align-items: center;
	width: 3.17rem;
	height: 0.8rem;
	background-image: url(../img/tp10.png);
	background-size: 100% 100%;
	box-sizing: border-box;
	padding: 0 0.26rem 0 0.56rem;
}
.scfw_box .div5 .ul li h6 p{
	font-size: 0.2rem;
	color: #fff;
	line-height: 1.4;
	max-height: 0.56rem;
	overflow: hidden;
}

.scfw_box .div6{
	background-image: url(../img/tp48.jpg);
	background-size: cover;
	background-position: top center;
	padding-bottom: 0.8rem;
}
.scfw_box .div6 .dl{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.scfw_box .div6 .dl dt{
	flex-shrink: 0;
	width: 6.85rem;
}
.scfw_box .div6 .dl dt img{
	width: 7.33rem;
	margin-left: 50%;
	transform: translateX(-50%);
}
.scfw_box .div6 .dl dd{
	flex: 1;
	margin-left: 8%;
}
.scfw_box .div6 .dl dd h5{
	height: 0.5rem;
	line-height: 0.52rem;
	color: #e64e0b;
	font-size: 0.24rem;
	background-color: #ffe1c9;
	border-radius: 0.06rem;
	border-left: 4px solid #ff8c4d;
	padding-left: 0.24rem;
	margin-bottom: 0.1rem;
}
.scfw_box .div6 .dl dd h6{
	
}
.scfw_box .div6 .dl dd h6 a{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0.24rem 0 0.18rem;
	border-bottom: 1px solid #cfcbc8;
	box-sizing: border-box;
}
.scfw_box .div6 .dl dd h6 a::before{
	content: "";
	flex-shrink: 0;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #ff8c4d;
}
.scfw_box .div6 .dl dd h6 a::after{
	content: "\eb16";
	font-size: 0.2rem;
	color: #888;
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
	transition: all 0.5s;
}
.scfw_box .div6 .dl dd h6 a p{
	font-size: 0.2rem;
	line-height: 1.4;
	flex: 1;
	min-width: 0;
	margin: 0 0.2rem;
	transition: all 0.5s;
}



.gsl_box{

}
.gsl_box .div1{
	
}
.gsl_box .div1 .ul{
	display: flex;
	justify-content: space-between;
}
.gsl_box .div1 .ul li{
	flex-shrink: 0;
	width: 30%;
	background-color: #f1f3f8;
	border-radius: 0.1rem;
	overflow: hidden;
}
.gsl_box .div1 .ul li em{
	display: block;
	width: 100%;
	padding-bottom: 57%;
	background-size: cover;
	background-position: center;
}
.gsl_box .div1 .ul li dl{
	padding: 0.22rem 0.24rem 0.28rem;
}
.gsl_box .div1 .ul li dt{
	font-size: 0.24rem;
	padding-bottom: 0.18rem;
	margin-bottom: 0.18rem;
	border-bottom: 1px solid #cdcfd3;
}
.gsl_box .div1 .ul li dd{
	font-size: 0;
}
.gsl_box .div1 .ul li dd p{
	font-size: 0.15rem;
	color: #60646c;
	line-height: 1.5;
	margin-bottom: 0.15rem;
	position: relative;
	padding-left: 0.16rem;
	box-sizing: border-box;
}
.gsl_box .div1 .ul li dd p:last-of-type{
	margin-bottom: 0;
}
.gsl_box .div1 .ul li dd p::before{
	content: "●";
	position: absolute;
	top: 0;
	left: 0;
	color: #0093dd;
	font-size: 0.12rem;
}
.gsl_box .div1 .ul li:nth-of-type(3) dd p{
	display: inline-block;
	vertical-align: top;
	width: 55%;
}
.gsl_box .div1 .ul li:nth-of-type(3) dd p:nth-of-type(2n){
	width: 45%;
}

.gsl_box .div2{
	position: relative;
	background-color: #f6f6f9;
}
.gsl_box .div2 .jxw_img {
    position: absolute;
    z-index: 5;
    width: 1.32rem;
    right: 4%;
    bottom: 0;
}
.gsl_box .div2 .div{
	display: flex;
	justify-content: space-between;
}
.gsl_box .div2 .divl{
	flex-shrink: 0;
	width: 45%;
	box-sizing: border-box;
	padding-right: 0.8rem;
	margin-right: 0.8rem;
	border-right: 1px solid #d5d5d7;
}
.gsl_box .div2 .divl dl{
	padding-bottom: 0.32rem;
	margin-bottom: 0.36rem;
	border-bottom: 1px solid #d5d5d7;
}
.gsl_box .div2 .divl dl:last-of-type{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.gsl_box .div2 .divl dt{
	font-size: 0.26rem;
	color: #0093dd;
	margin-bottom: 0.2rem;
}
.gsl_box .div2 .divl dd{
	font-size: 0.16rem;
	color: #666;
	line-height: 1.6;
	text-align: justify;
}
.gsl_box .div2 .divr{
	flex: 1;
	min-width: 0;
}
.gsl_box .div2 .divr h5{
	font-size: 0.24rem;
	color: #0093dd;
	margin-bottom: 0.24rem;
}
.gsl_box .div2 .divr table{
	width: 100%;
	text-align: center;
}
.gsl_box .div2 .divr table tr{
	height: 0.5rem;
	border: 1px solid #e0e0e2;
}
.gsl_box .div2 .divr table tr:nth-of-type(odd){
	background-color: #f1f1f3;
}
.gsl_box .div2 .divr table tr:nth-of-type(1){
	height: 0.52rem;
	background-color: #f6e8e1;
}
.gsl_box .div2 .divr table th{
	font-size: 0.16rem;
	font-weight: normal;
}
.gsl_box .div2 .divr table td{
	font-size: 0.15rem;
	color: #666;
}
.gsl_box .div2 .divr table td:nth-of-type(1){
	text-align: left;
	padding-left: 0.16rem;
}
.gsl_box .div2 .divr table .ts{
	color: #0093dd;
}

.gsl_box .div3{

}
.gsl_box .div3 .ul{
	display: flex;
	justify-content: space-between;
	margin-bottom: 0.7rem;
}
.gsl_box .div3 .ul li{
	flex-shrink: 0;
	width: 23.5%;
	background-color: #f6f6f9;
	padding: 0.56rem 0;
	text-align: center;
}
.gsl_box .div3 .ul li img{
	width: 0.52rem;
}
.gsl_box .div3 .ul li span{
	display: block;
	font-size: 0.24rem;
	color: #444;
	margin-top: 0.16rem;
}
.gsl_box .div3 .h6{
	text-align: center;
	font-size: 0.36rem;
	margin-bottom: 0.4rem;
}
.gsl_box .div3 .img{
	width: 100%;
}
.gsl_box .div3 .dl{
	display: flex;
	justify-content: space-between;
	margin-top: 0.7rem;
}
.gsl_box .div3 .dl dd{
	flex-shrink: 0;
	width: 31%;
	height: 0.56rem;
	background-color: #f6f6f9;
	text-align: center;
	border-radius: 4px;
	box-sizing: border-box;
	border-left: 3px solid #ddd;
	font-size: 0.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.gsl_box .div3 .dl dd i{
	flex-shrink: 0;
	margin: 0 0.2rem;
	width: 0.8rem;
	height: 1px;
	background-color: #111;
	position: relative;
}
.gsl_box .div3 .dl dd i::after{
	content: "\eb16";
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
	font-size: 16px;
	position: absolute;
	right: -6px;
	top: -7.5px;
}

.gsl_box .div4{
	width: 100%;
	height: 2.8rem;
	background-image: url(../img/tp4.jpg);
	background-size: cover;
	background-position: center;
	position: relative;
}
.gsl_box .div4 h6{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 0.32rem;
	color: #fff;
	text-align: center;
}

.gsl_box .div5{

}
.gsl_box .div5 .ul{
	display: flex;
	flex-wrap: wrap;
	margin-top: -0.24rem;
}
.gsl_box .div5 .ul li{
	flex-shrink: 0;
	width: 32%;
	margin-top: 0.24rem;
	margin-right: 2%;
	cursor: pointer;
}
.gsl_box .div5 .ul li:nth-of-type(3n){
	margin-right: 0;
}
.gsl_box .div5 .ul li a{
	display: block;
	width: 100%;
	height: 100%;
	background-color: #f6f6f9;
	border-radius: 0.1rem;
	box-sizing: border-box;
	text-align: center;
	padding: 0.42rem 0.56rem 0.36rem;
	transition: all 0.5s;
}

.gsl_box .div5 .ul li span{
	display: block;
	width: 100%;
	height: 100%;
	background-color: #f6f6f9;
	border-radius: 0.1rem;
	box-sizing: border-box;
	text-align: center;
	padding: 0.42rem 0.56rem 0.36rem;
	transition: all 0.5s;
}
.gsl_box .div5 .ul li span:hover{
	display: block;
	width: 100%;
	height: 100%;
	background-color: #0093dd;
	border-radius: 0.1rem;
	box-sizing: border-box;
	text-align: center;
	padding: 0.42rem 0.56rem 0.36rem;
	transition: all 0.5s;
}
.gsl_box .div5 .ul li em{
	display: block;
	margin: 0 auto;
	overflow: hidden;
	width: 0.54rem;
	height: 0.54rem;
}
.gsl_box .div5 .ul li em img{
	width: 100%;
	transition: all 0.5s;
}
.gsl_box .div5 .ul li h6{
	font-size: 0.24rem;
	margin: 0.2rem 0 0.12rem;
	transition: all 0.5s;
}
.gsl_box .div5 .ul li p{
	font-size: 0.16rem;
	line-height: 1.6;
	color: #666;
	height: 0.5rem;
	overflow: hidden;
	transition: all 0.5s;
}

.gsl_box .div6{
	background-color: #f6f6f9;
}
.gsl_box .div6 .ul{
	display: flex;
	justify-content: space-between;
}
.gsl_box .div6 .ul li{
	flex-shrink: 0;
	width: 46%;
}
.gsl_box .div6 .ul li .h6{
	font-size: 0.26rem;
	display: flex;
	align-items: center;
	margin-bottom: 0.24rem;
}
.gsl_box .div6 .ul li .h6 img{
	width: 0.28rem;
	margin-right: 0.1rem;
}
.gsl_box .div6 .ul li dl{
	border-radius: 0.1rem;
	overflow: hidden;
	background-color: #fff;
}
.gsl_box .div6 .ul li dl dt{
	width: 100%;
	padding-bottom: 55%;
	border-radius: 0.1rem;
	overflow: hidden;
	background-size: cover;
	background-position: center;
}
.gsl_box .div6 .ul li dl dd{
	padding: 0.26rem 0.22rem;
}
.gsl_box .div6 .ul li dl dd p{
	font-size: 0.16rem;
	color: #666;
	line-height: 1.6;
	margin-bottom: 0.28rem;
	padding-left: 0.16rem;
	position: relative;
}
.gsl_box .div6 .ul li dl dd p:last-of-type{
	margin-bottom: 0;
}
.gsl_box .div6 .ul li dl dd p::before{
	content: "●";
    position: absolute;
    top: 2px;
    left: 0;
    color: #0093dd;
    font-size: 0.12rem;
}

.gsl_box .div7{

}
.gsl_box .div7 .ul{
	display: flex;
	justify-content: space-between;
}
.gsl_box .div7 .ul li{
	flex: 1;
	margin-right: 0.2rem;
	text-align: center;
}
.gsl_box .div7 .ul li:last-of-type{
	margin-right: 0;
}
.gsl_box .div7 .ul li div{
	background-color: #f6f6f9;
	padding: 0.52rem 0;
	position: relative;
}
.gsl_box .div7 .ul li div::before{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -0.12rem;
	width: 0.15rem;
	height: 0.24rem;
	background-image: url(../img/tb121.png);
}
.gsl_box .div7 .ul li div::after{
	content: "";
	position: absolute;
	left: 100%;
	top: 50%;
	margin-top: -0.12rem;
	width: 0.15rem;
	height: 0.24rem;
	background-image: url(../img/tb122.png);
}
.gsl_box .div7 .ul li div img{
	width: 0.56rem;
}
.gsl_box .div7 .ul li:first-of-type div::before{
	display: none;
}
.gsl_box .div7 .ul li:last-of-type div::after{
	display: none;
}
.gsl_box .div7 .ul li div span{
	display: block;
	font-size: 0.24rem;
	letter-spacing: 2px;
	margin-top: 0.26rem;
}
.gsl_box .div7 .ul li p{
	font-size: 0.18rem;
	margin-top: 0.14rem;
}



.more_a{
	display: block;
	width: 1.5rem;
	height: 0.5rem;
	line-height: 0.5rem;
	text-align: center;
	background-color: #0093dd;
	border-radius: 4px;
	color: #fff;
	font-size: 0.16rem;
	letter-spacing: 2px;
	margin-top: 0.76rem;
}
.more_a::after{
	content: "\eb16";
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
	font-size: 0.17rem;
	margin-left: 0.05rem;
	transition: all 0.5s;
}
.more_ah{
	background-color: #f5f5f5;
	color: #0093dd;
}

.banner_swiper{
	position: fixed;
    width: 100%;
    height: 50vw;
    top: 0rem;
    left: 0;
}
.banner_swiper .swiper-slide{
	background-size: cover;
	background-position: center;
}

/*旧的*/
.banner_swiper .swiper-slide .w1200{
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #333;
}
.banner_swiper .swiper-slide .w1200 h5{
	font-size: 0.64rem;
	font-weight: bold;
	opacity: 0;
    transform: translateY(1rem);
    transition: all 0.8s 0.2s;
}
.banner_swiper .swiper-slide .w1200 h6{
	font-size: 0.24rem;
	/* letter-spacing: 0.1rem; */
	margin-top: 0.2rem;
	opacity: 0;
    transform: translateY(1rem);
    transition: all 0.8s 0.4s;
}
.banner_swiper .swiper-slide .w1200 a{
    width: 100%;
    height: 39vw;
    display: block;
}
.banner_swiper .swiper-slide .w1200 dl{
	margin-top: 0.24rem;
	opacity: 0;
	transform: translateY(1rem);
	transition: all 0.8s 0.4s;
}
.banner_swiper .swiper-slide .w1200 dd{
	font-size: 0.2rem;
	line-height: 1.6;
}
.banner_swiper .active_slide .w1200 h5{
	opacity: 1;
	transform: translateY(0);
}
.banner_swiper .active_slide .w1200 h6{
	opacity: 1;
	transform: translateY(0);
}
.banner_swiper .active_slide .w1200 .more_a{
	opacity: 1;
	transform: translateY(0);
}
.banner_swiper .active_slide .w1200 dl{
	opacity: 1;
	transform: translateY(0);
}
/*新增*/
.banner_swiper .swiper-slide .w2300{
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #333;
}
.banner_swiper .swiper-slide .w2300 h5{
	font-size: 0.64rem;
	font-weight: bold;
	opacity: 0;
    transform: translateY(1rem);
    transition: all 0.8s 0.2s;
}
.banner_swiper .swiper-slide .w2300 h6{
	font-size: 0.24rem;
	/* letter-spacing: 0.1rem; */
	margin-top: 0.2rem;
	opacity: 0;
    transform: translateY(1rem);
    transition: all 0.8s 0.4s;
}
.banner_swiper .swiper-slide .w2300 a{
    width: 100%;
    height: 39vw;
    display: block;
}
.banner_swiper .swiper-slide .w2300 dl{
	margin-top: 0.24rem;
	opacity: 0;
	transform: translateY(1rem);
	transition: all 0.8s 0.4s;
}
.banner_swiper .swiper-slide .w2300 dd{
	font-size: 0.2rem;
	line-height: 1.6;
}
.banner_swiper .active_slide .w2300 h5{
	opacity: 1;
	transform: translateY(0);
}
.banner_swiper .active_slide .w2300 h6{
	opacity: 1;
	transform: translateY(0);
}
.banner_swiper .active_slide .w2300 .more_a{
	opacity: 1;
	transform: translateY(0);
}
.banner_swiper .active_slide .w2300 dl{
	opacity: 1;
	transform: translateY(0);
}







.index_box{
    position: relative;
    z-index: 6;
    margin-top: calc(50vw + 0.78rem);
    left: 0;
    top: 0;
    background-color: #fff;
}
.index_box .div1{
}
.index_box .div1 .ul{
	display: flex;
	justify-content: space-between;
	padding-top: 0.4rem;
}
.index_box .div1 .ul li{
	flex-shrink: 0;
	width: 23%;
}
.index_box .div1 .ul a{
	display: block;
	width: 100%;
	text-align: center;
	background-color: #fff;
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: -45% center;
	box-shadow: 0.02rem 0.03rem 0.13rem 0px rgba(27,27,27,0.1);
	box-sizing: border-box;
	padding: 0.24rem;
	border-radius: 0.08rem;
	transition: all 0.5s;
}
.index_box .div1 .ul a img{
	width: 0.6rem;
}
.index_box .div1 .ul a h6{
	font-size: 0.24rem;
	margin-top: 0.24rem;
  height:0.5rem;
}
.index_box .div1 .ul a p{
	font-size: 0.15rem;
	line-height: 1.5;
	color: #888;
	height: 0.66rem;
	overflow: hidden;
	margin: 0.14rem 0 0.28rem;
}
.index_box .div1 .ul a span{
	font-size: 0.15rem;
	color: #888;
	transition: all 0.5s;
}
.index_box .div1 .ul a span::after{
	content: "\eb16";
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
	margin-left: 0.04rem;
}

.mid-cube{
	max-width: 12rem;
    width: 100%;
    display: flex;
    /* margin: 0px auto; */
    position: absolute;
    bottom:0.6rem;
    left: 50%;
    transform: translateX(-50%);
    /* right: 0; */
    z-index: 1;
	backdrop-filter: blur(7.900000095367432px);
	border-top: 2px solid rgb(255, 255, 255);


}
.mid-cube .text-cube{
	width: 2.25rem;
	height: 1rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.mid-cube .text-cube .text-cube-num{
	font-size: 0.28rem;
	color:#1C7EFF;
}
.mid-cube .text-cube .text-cube-txt{
	font-size: 0.16rem;
	color:#434D54;
	line-height: 0.22rem;
}
.mid-cube  .text-cube-img{
	border-radius: 10px;
	overflow: hidden;
}



.topmenu {
    max-width: 1200px;
    width: 100%;
    /*margin: 0px auto;*/
    position: fixed;
    height: 39vh;
    top: 0.78rem;
    left: 0;
    right: 0;
    z-index: 1;
}
.topmenu ul {
    display: block;
    width: 2rem;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 0.1rem;
    margin-top: 0.4rem;
    margin-left: 0.2rem;
    padding: 0.2rem;
}
.topmenu ul a, .topmenu ul span{
    display: block;
    color: #fff;
    text-align: center;
    font-size: 0.16rem;
    line-height: 0.4rem;
}
.topmenu ul span {
    font-size: 0.22rem;
    line-height: 0.6rem;
}

.my-calc-cube-box{
	position: absolute;
	left: 1.5rem;
	top: 2.5rem;
	width: 3.8rem;
	height: 5rem;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: -0.78rem;
	padding-top: 0.78rem;
	box-sizing: border-box;
	z-index: 990;
}

.my-calc-cube-box .calc-describe{
	top: 0;
	position: absolute;
}

.my-calc-cube-box .calc-describe .calc-describe-title{
	color: #1C7EFF;
	font-size: 0.36rem;
	margin-bottom: 0.24rem;
}
.my-calc-cube-box .calc-describe .calc-describe-content{
	width: 100%;
	font-size: 0.16rem;
	line-height: 0.24rem;
}


.my-calc-cube-box .calc-cube{
	width: 100%;
	height: 100%;
	background-image: url('../img/index-calc-cube2.png');
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center top;
	position: absolute;
	right: 0rem;
}
.my-calc-cube-box .calc-cube .calc{
	position: absolute;
	top: 0rem;
    right: 0rem;
	width: calc(100% - 0.82rem);
    /* box-shadow: 0.02rem 0.03rem 0.13rem 0px rgba(27,27,27,0.1); */
    padding: 0.2rem;
}

.my-calc-cube-box .calc-cube .calc .switch-box{ 
	display: flex;
	align-items: center;
	justify-content:space-between;
	margin-bottom: 0.32rem;
	padding:  0  0.4rem;

}
.my-calc-cube-box .calc-cube .calc .switch-box .switch-item{ 
	font-size: 0.2rem;
	line-height: 0.32rem;
	color: #FFFFFF80;

}

.my-calc-cube-box .calc-cube .calc .switch-box .switch-item.switch-item-active{ 
	color: #FFFFFF;
	position: relative;
}
.my-calc-cube-box .calc-cube .calc .switch-box .switch-item.switch-item-active::before{ 
	content: '';
	width: 0.4rem;
	height: 1px;
	background-color: #fff;
	position: absolute;
	bottom: -8px;
	left: 50%;
	transform: translateX(-50%);
}
.my-calc-cube-box .calc-cube .calc .switch-box i{ 
	display: block;
    width: 1px;
	height: 0.32rem;
    text-align: center;
	background-color: #fff;
}

.my-calc-cube-box .calc-cube .calc h6{
    font-size: 0.24rem;
    line-height: 0.5rem;
    text-align: center;
}
.my-calc-cube-box .calc-cube .calc p {
    padding: 0.1rem;
    color: #FFFFFF;
    font-size: 0.15rem;
    line-height: 2;
}
.my-calc-cube-box .calc-cube .calc .inp {
    /* box-shadow: 0.02rem 0.03rem 0.13rem 0px rgba(27,27,27,0.1); */
	background: linear-gradient(83.95deg, rgba(27, 69, 180, 0.4) 3%, rgba(28, 39, 146, 0.4) 96.84%);
	border: 1px solid #FFFFFF;
    border-radius: 0.08rem;
    margin-bottom: 0.15rem;
    padding: 0.2rem;
	color: #fff;
    font-size: 0.15rem;
    display: flex;
}
.my-calc-cube-box .calc-cube .calc .inp input::placeholder {
	color:#CDD0D8 ;
}
.my-calc-cube-box .calc-cube .calc i {
    display: block;
    width: 0.2rem;
    text-align: center;
    font-size: 0.15rem;
}
.my-calc-cube-box .calc-cube .calc span {
    display: block;
}
.my-calc-cube-box .calc-cube .calc .tit {
    flex: 0 0 auto;
    width: 30%;
}
.my-calc-cube-box .calc-cube .calc .con {
    flex: 1;
}
.my-calc-cube-box .calc-cube .calc input {
	color: #fff;
    width: 100%;
}
.my-calc-cube-box .calc-cube .calc .btn {
    display: block;
    font-size: 0.15rem;
    color: #fff;
    line-height: 0.35rem;
    border-radius: 0.08rem;
    background-color: #59B1FF;
    text-align: center;
    padding: 0.1rem 0.2rem;
    margin-bottom: 0.1rem;
}
.my-calc-cube-box .calc-cube .calc .sum {
    display: flex;
}
.my-calc-cube-box .calc-cube .calc .sum span {
    height: 0.35rem;
    overflow: hidden;
}
.my-calc-cube-box .calc-cube .calc .count {
    padding: 0rem 0.15rem;
    text-align: right;
    flex: 1;
    color: #ddd;
}


.index_box .calc-cube-box{
	width: 100%;
	height: 10rem;
	background-image: url('../img/index-calc-back.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: -0.78rem;
	padding-top: 0.78rem;
	box-sizing: border-box;
}


.index_box .calc-cube-box>.w1200{
	display: flex;
	justify-content: space-between;
	/* align-items: center; */
	height: 100%;
	position: relative;
}
.index_box .calc-cube-box .calc-describe{
	top: 1.70rem;
	position: absolute;
}

.index_box .calc-cube-box .calc-describe .calc-describe-title{
	color: #1C7EFF;
	font-size: 0.36rem;
	margin-bottom: 0.24rem;
}
.index_box .calc-cube-box .calc-describe .calc-describe-content{
	width: 4rem;
	font-size: 0.16rem;
	line-height: 0.24rem;
}


.index_box .calc-cube-box .calc-cube{
	width: 7.72rem;
	height: 8rem;
	background-image: url('../img/index-calc-cube.png');
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center top;
	position: absolute;
	right: -1.2rem;
}
.index_box .calc-cube-box .calc-cube .calc{
	position: absolute;
	top: 1.4rem;
    left: 1.9rem;
	width: 3.6rem;
	padding: 0 0.4rem;
    margin-right: 0.25rem;
    /* box-shadow: 0.02rem 0.03rem 0.13rem 0px rgba(27,27,27,0.1); */
    padding: 0.2rem;
}

.index_box .calc-cube-box .calc-cube .calc .switch-box{ 
	display: flex;
	align-items: center;
	justify-content:space-between;
	margin-bottom: 0.15rem;
	padding:  0  0.4rem;

}
.index_box .calc-cube-box .calc-cube .calc .switch-box .switch-item{ 
	font-size: 0.2rem;
	line-height: 0.32rem;
	color: #FFFFFF80;

}

.index_box .calc-cube-box .calc-cube .calc .switch-box .switch-item.switch-item-active{ 
	color: #FFFFFF;
	position: relative;
}
.index_box .calc-cube-box .calc-cube .calc .switch-box .switch-item.switch-item-active::before{ 
	content: '';
	width: 0.4rem;
	height: 1px;
	background-color: #fff;
	position: absolute;
	bottom: -8px;
	left: 50%;
	transform: translateX(-50%);
}
.index_box .calc-cube-box .calc-cube .calc .switch-box i{ 
	display: block;
    width: 1px;
	height: 0.32rem;
    text-align: center;
	background-color: #fff;
}

.index_box .calc-cube-box .calc-cube .calc h6{
    font-size: 0.24rem;
    line-height: 0.5rem;
    text-align: center;
}
.index_box .calc-cube-box .calc-cube .calc p {
    padding: 0.1rem;
    color: #FFFFFF;
    font-size: 0.15rem;
    line-height: 2;
}
.index_box .calc-cube-box .calc-cube .calc .inp {
    /* box-shadow: 0.02rem 0.03rem 0.13rem 0px rgba(27,27,27,0.1); */
	background: linear-gradient(83.95deg, rgba(27, 69, 180, 0.4) 3%, rgba(28, 39, 146, 0.4) 96.84%);
	border: 1px solid #FFFFFF;
    border-radius: 0.08rem;
    margin-bottom: 0.1rem;
    padding: 0.1rem;
	color: #fff;
    font-size: 0.15rem;
    display: flex;
}
.index_box .calc-cube-box .calc-cube .calc .inp input::placeholder {
	color:#CDD0D8 ;
}
.index_box .calc-cube-box .calc-cube .calc i {
    display: block;
    width: 0.2rem;
    text-align: center;
    font-size: 0.15rem;
}
.index_box .calc-cube-box .calc-cube .calc span {
    display: block;
}
.index_box .calc-cube-box .calc-cube .calc .tit {
    flex: 0 0 auto;
    width: 30%;
}
.index_box .calc-cube-box .calc-cube .calc .con {
    flex: 1;
}
.index_box .calc-cube-box .calc-cube .calc input {
	color: #fff;
    width: 100%;
}
.index_box .calc-cube-box .calc-cube .calc .btn {
    display: block;
    font-size: 0.15rem;
    color: #fff;
    line-height: 0.2rem;
    border-radius: 0.08rem;
    background-color: #59B1FF;
    text-align: center;
    padding: 0.1rem 0.2rem;
    margin-bottom: 0.1rem;
}
.index_box .calc-cube-box .calc-cube .calc .sum {
    display: flex;
}
.index_box .calc-cube-box .calc-cube .calc .sum span {
    height: 0.2rem;
    overflow: hidden;
}
.index_box .calc-cube-box .calc-cube .calc .count {
    padding: 0rem 0.15rem;
    text-align: right;
    flex: 1;
    color: #ddd;
}

.index_box .div2{
	padding-top: 0;
	position: relative;
	height: 7.74rem;
	background: #F7FCFF;
}

.index_box .div2 .calc {
	position: absolute;
	left: 0;
	top: 0;
    width: 100%;
	height: 2.33rem;
	background-image: url(../img/work_fw_top.png);
	background-size: 100% 100%;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	z-index: 20;
}
.index_box .div2 .calc p {
    color: #68718B;
    font-size: 0.16rem;
    line-height: 0.19rem;
	margin-top: 0.24rem;
}
.index_box .div2 .server {
	height: 100%;
	z-index: 19;
	background-image: url(../img/work_fw_bg.png);
	background-size: 100% 100%;
	/* padding-left: 2.54rem; */
	box-sizing: border-box;
	display: flex;
	justify-content: center;
}
.index_box .div2 .server .div2_card{
	width: 0.65rem;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: end;
	align-items: center;
	box-sizing: border-box;
	z-index: 22;
}
.index_box .div2 .server .div2_card i{
	width: 0.56rem;
	height: 0.56rem;
	border-radius: 50%;
	border:	0.01rem solid #5586DB;
	box-shadow: 0.02rem 0.06rem 0.09rem 0.02rem #639CCADE inset;
	background-size: 100% 100%;
}
.index_box .div2 .server .div2_card span{
	padding: 0.09rem 0rem 0.06rem;
	color: #347EFF;
	font-size: 0.16rem;
	line-height: 0.19rem;
}
.index_box .div2 .server .def_p{
	width: 1px;
	background: linear-gradient(100deg, #347EFF 0%, rgba(52, 126, 255, 0) 100%);
}

.index_box .div2 .server .m1{
	margin: 0rem 0.33rem 0rem 0.56rem;
}
.index_box .div2 .server .m2{
	margin: 0rem 0.13rem 0rem 0.3rem;
}
.index_box .div2 .server .m3{
	margin: 0rem 0.41rem 0rem 0.53rem;
}
.index_box .div2 .server .m4{
	margin: 0rem 0.31rem 0rem 0.33rem;
}
.index_box .div2 .server .m5{
	margin-left: 0.04rem;
}
.index_box .div2 .server .p1{
	height: 0.64rem;
	margin-bottom: 2.76rem;
}
.index_box .div2 .server .p2{
	height: 1.53rem;
	margin-bottom: 2.89rem;
}
.index_box .div2 .server .p3{
	height: 1.22rem;
	margin-bottom: 1.96rem;
}
.index_box .div2 .server .p4{
	height: 1.23rem;
	margin-bottom: 2.97rem;
}
.index_box .div2 .server .p5{
	height: 0.85rem;
	margin-bottom: 2.14rem;
}
.index_box .div2 .server .p6{
	height: 0.85rem;
	margin-bottom: 2.39rem;
}
.index_box .div2 .server .p7{
	height: 2.2rem;
	margin-bottom: 2.63rem;
}
.index_box .div2 .server .p8{
	height: 1.78rem;
	margin-bottom: 1.78rem;
}
.index_box .div2 .server .p9{
	height: 2.33rem;
	margin-bottom: 1.92rem;
}
.index_box .div2 .server .p10{
	height: 0.85rem;
	margin-bottom: 2.11rem;
}
.index_box .div2 .server ul{
    display: flex;
    margin-bottom: 0.2rem;
    justify-content: space-between;
}
.success_bg{
	width: 100%;
	height: 7.5rem;
	background-image: url(../img/work_success_bg.png);
	background-size: 100% 100%;
	box-sizing: border-box;
	position: relative;
}
.index_box .div2 .server ul li{
    width:24%;
    display: block;
    text-align: center;
    background-color: #fff;
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: -45% center;
    box-shadow: 0.02rem 0.03rem 0.13rem 0px rgba(27,27,27,0.1);
    box-sizing: border-box;
    padding: 0.5rem 0;
    border-radius: 0.08rem;
    transition: all 0.5s;
}
.index_box .div2 .server ul li:hover{
    border-color: #0093dd;
    transform: translateY(-0.1rem);
    box-shadow: 0.02rem 0.03rem 0.4rem 0px rgba(27,27,27,0.22);
}
.index_box .div2 .server p {
    font-size: 0.18rem;
    line-height: 200%;
}

.index_box .div2 .server img { width: 32%; }
.index_box .div2 .server .img {
    display: block;
    line-height: auto;
}
.index_box .div2 .c1 { color: #1893d6; }
.index_box .div2 .c2 { color: #e4252d; }
.index_box .div2 .c3 { color: #0fd8c8; }
.index_box .div2 .c4 { color: #f17f0d; }

.news_bg{
	width: 100%;
	height: 6.19rem;
	background: #F5F7FA;
	box-sizing: border-box;
}
.index_box .news_bg .news {
	height: 5.49rem;
    display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 0.6rem;
	box-sizing: border-box;
}
.index_box .news_bg .news .news_cards{
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 0.24rem;
}
.index_box .news_bg .news .news_cards .news_card{
	width: 2.82rem;
	height: 1.8rem;
	position: relative;
}
.index_box .news_bg .news .news_cards .new_card_hover{
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	overflow: hidden;
	position: absolute;
	bottom: 0;
}
.index_box .news_bg .news .news_cards .new_card_hover i{
	position: absolute;
	left: 0;
	top: 0;
	display: none;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
}
.index_box .news_bg .news .news_cards .new_card_hover i::after{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}
.index_box .news_bg .news .news_cards .new_card_hover:hover{
	height: 2.26rem;
	transition: all 0.3s;
}
.index_box .news_bg .news .news_cards .new_card_hover:hover i{
	display: block;
	transition: all 0.3s;
}
.index_box .news_bg .news .news_cards .new_card_hover:hover .top .news_p1{
	color: #FFFFFF;
	z-index: 11;
}
.index_box .news_bg .news .news_cards .new_card_hover:hover .top .news_p2{
	color: rgba(255, 255, 255, 0.75);
	z-index: 11;
}
.index_box .news_bg .news .news_cards .new_card_hover:hover .bottom span{
	color: #fff;
	cursor: pointer;
	z-index: 12;
}
/* .index_box .news_bg .news .news_cards .new_card_hover:hover::after{
	content: '';
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
} */
.index_box .news_bg .news .news_cards .news_card .top{
	width: 100%;
	height: 1.8rem;
	padding: 0.24rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	box-sizing: border-box;
}
.index_box .news_bg .news .news_cards .news_card .bottom{
	width: 100%;
	height: 0.46rem;
	border-top: 0.5px solid #5E5E5E;
	font-size: 0.14rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.index_box .news_bg .news .news_cards .news_card .top .news_p1{
	font-size: 0.18rem;
	font-weight: 500;
	line-height: 0.21rem;
	color: #333;
}
.index_box .news_bg .news .news_cards .news_card .top .news_p2{
	font-size: 0.14rem;
	font-weight: 400;
	line-height: 0.16rem;
	color: #666;
}
.index_box .news_bg .news .news_btn{
	width: 1.8rem;
	height: 0.54rem;
	border-radius: 0.04rem;
	background: rgba(71, 147, 255, 1);
	color: #fff;
	font-size: 0.16rem;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.index_box .link_div{
	width: 100%;
	background: #EBF7FF;
	box-sizing: border-box;
}
.index_box .link_div .link_title{
	margin-bottom: 0.7rem;
	color: #333;
}
.index_box .link_div .link_title p{
	font-size: 0.16rem;
	font-weight: 400;
	line-height: 0.19rem;
	text-align: center;
	margin-top: 0.24rem;
}
.index_box .link_div ul {
	overflow: hidden;
	display: block;
	height: 0.9rem;
	margin: 0.24rem 0rem;
}
.index_box .link_div li {
	float: left;
	height: 0.9rem;
	width: 1.8rem;
	background-color: #fff;
	border-radius: 0.04rem;
	text-align: center;
	margin: 0rem 0.24rem;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}
.index_box .link_div li img {
    width: 1.5rem;
}

.index_box .div2 .div{
	width: 100%;
	background-size: cover;
	background-position: center;
	box-sizing: border-box;
	padding-top: 1.0rem;
}
.index_box .div2 .jjfa_box{
	margin-top: -1.77rem;
	position: relative;
	z-index: 3;
}

.index_box .div2 .dl{
	display: flex;
	margin-top: 1.0rem;
	justify-content: space-between;
}
.index_box .div2 .dl dt{
	flex-shrink: 0;
	width: 42%;
}
.index_box .div2 .dl dt .title_h5{
	margin-bottom: 0.4rem;
}
.index_box .div2 .dl dt .title_h5::before{
	content: "";
	position: absolute;
	left: 0;
	bottom: 1px;
	width: 100%;
	height: 1px;
	background-color: #e1e2e3;
}
.index_box .div2 .dl dt p{
	font-size: 0.16rem;
	color: #888;
	line-height: 2.5;
	text-align: justify;
	margin-bottom: 0.3rem;
    text-indent:2em;
}
.index_box .div2 .dl dt .more_a{
	margin-top: 0.56rem;
}
.index_box .div2 .dl dd{
	padding: 0.38rem 0.6rem 0 0;
	position: relative;
}
.index_box .div2 .dl dd::before{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 3.82rem;
	height: 4.06rem;
	box-sizing: border-box;
	border: 0.12rem solid #f5e4d9;
}
.index_box .div2 .dl dd img{
	width: 4.12rem;
	position: relative;
}

.nt_box{
	padding: 0.3rem 1.5rem;
	background-color: #EAF7FF;
}
.nt_box .zs_box{
	display: flex;
	justify-content: space-between;
}
.nt_box .zs_box .card{
	width: 18%;
	overflow: hidden;
	background: #fff;
	padding: 0.15rem;
}
.nt_box .zs_box .card i{
	display: block;
	width: 0.48rem;
	height: 0.48rem;
	background-size: 100% 100%;
	margin-bottom: 0.1rem;
}
.nt_box .zs_box .card h2{
	font-size: 20px;
    font-weight: 700;
    margin-bottom: 0.12rem;
    color: #333;
}
.nt_box .zs_box .card p{
	font-size: 0.16rem;
    font-weight: 400;
    line-height: 0.22rem;
    color: #68718B;
}

.lq-btn-card{
	width: 100%;
	display: flex;
	justify-content: center;
    position: absolute;
    bottom: 0.2rem;
	z-index: 99;
}
.lq-btn-card .card{
	color: #fff;
    font-size: 0.16rem;
    font-size: 0.24rem;
    font-weight: 700;
    padding: 0.1rem 0.25rem;
    background: #B2D9FF;
    border-radius: 0.3rem;
	cursor: pointer;
}

.ms-card{
	width: 100%;
	background-color: #EAF7FF;
	padding: 0.3rem 0rem;
}
.ms-card img{
	width: 100%;
	height: auto;
}


/* 成功案例 */
.cgal {
    overflow: hidden;
	margin-top: 0.72rem;
}

.cgal ul li{
    height: 100%;
}
.cgal .cg_card{
	width: 100%;
	height: 2.57rem;
	background-color: #fff;
	box-shadow: 8px 24px 96px 0px #7E8AFD14;
	border-radius: 0.04rem;
}
.cgal .cg_card i{
	display: block;
	width: 100%;
	height: 1.2rem;
	border-radius: 0.04rem 0.04rem 0rem 0rem;
	background-size: 100% 100%;
}
.cgal .cg_card .my{
	width: 100%;
	height: 1.37rem;
	border-radius: 0rem 0rem 0.04rem 0.04rem;
	padding: 0.12rem 0.16rem;
	box-sizing: border-box;
}
.cgal .cg_card .my h5{
	font-size: 0.16rem;
	line-height: 0.17rem;
	color: #006FBA;
}
.cgal .cg_card .my p{
	font-size: 0.12rem;
	line-height: 0.16rem;
	margin-top: 0.08rem;
	color: #68718B;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cgal a {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: block;
    background-color: #CCC;
    border-radius: 0.04rem;
    height: 3.8rem;
    margin: 0.1rem;
    overflow: hidden;
    box-shadow: 0.02rem 0.03rem 0.13rem 0px rgba(27,27,27,0.1);
}
.cgal .mk {
    width: 100%;
    height: 100%;
	background: #071C2FCC;
	backdrop-filter: blur(2px);
    position: absolute;
}
.cgal .show{
	opacity: 0;
}
.cgal a .item {
    position: absolute;
    border-radius: 0.04rem;
    bottom: 0rem;
    width: 100%;
	height: 100%;
    color: #fff;
	padding: 0.4rem 0.72rem 0.56rem 0.4rem;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.cgal a .item .item_btn{
	width: 2.26rem;
	height: 0.48rem;
	border-radius: 0.04rem;
	background: #4793FF;
	font-size: 0.16rem;
	line-height: 0.24rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.cgal a h5 {
    font-size: 0.24rem;
    line-height: 0.28rem;
}
.cgal a p {
    margin-top: 0.32rem;
	font-size: 0.14rem;
    line-height: 0.24rem;
} 

.cgal .swiper-pagination span {
    background-color: #C4CBD4;
	width: 0.3rem;
}
.cgal .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #4793FF;
}

.index_box .div3{
	width: 100%;
	height: 4.1rem;
	background-image: url(../img/tp38.jpg);
	background-size: cover;
	background-position: center;
	position: relative;
}
.index_box .div3 h6{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 0.42rem;
	color: #fff;
	text-align: center;
}

.index_box .div4{

}
.index_box .div4 .divt{
	margin-bottom: 0.56rem;
	display: flex;
	justify-content: space-between;
}
.index_box .div4 .divt .title_h5{
	margin-bottom: 0;
}
.index_box .div4 .divt .more_a{
	margin-top: 0;
}
.index_box .div4 .divb{
	display: flex;
	height: 4.9rem;
}
.index_box .div4 .divb .d1{
	flex-shrink: 0;
	width: 31%;
	height: 100%;
	margin-right: 0.2rem;
}
.index_box .div4 .divb .d1 a{
	display: block;
	width: 100%;
	height: 100%;
}
.index_box .div4 .divb .d1 a em{
	display: block;
	width: 100%;
	height: calc(100% - 1.08rem);
	overflow: hidden;
}
.index_box .div4 .divb .d1 a em i{
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	transition: all 0.5s;
}
.index_box .div4 .divb .d1 a div{
	padding: 0.14rem 0.24rem;
	background-color: #f9f9f9;
	position: relative;
}
.index_box .div4 .divb .d1 a div::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	width: 0;
	height: 100%;
	box-sizing: border-box;
	border-left: 3px solid #0093dd;
	background-image: url(../img/tp79.png);
	background-size: 100% 100%;
	transition: all 0.5s;
}
.index_box .div4 .divb .d1 a h5{
	position: relative;
	z-index: 3;
	font-size: 0.2rem;
	line-height: 1.4;
	height: 0.56rem;
	overflow: hidden;
	transition: all 0.5s;
}
.index_box .div4 .divb .d1 a span{
	position: relative;
	z-index: 3;
	display: block;
	font-size: 0.14rem;
	color: #737373;
	margin-top: 0.1rem;
	transition: all 0.5s;
}

.index_box .div4 .divb .d2{
	flex-shrink: 0;
	width: 28%;
	height: 100%;
	margin-right: 0.2rem;
}
.index_box .div4 .divb .d2 a{
    display: flex;
	flex-direction: column;
	justify-content: center;
	height: calc(50% - 0.1rem);
	margin-bottom: 0.2rem;
    padding: 0 0.36rem;
    background-color: #f9f9f9;
    color: #737373;
	position: relative;
	transition: all 0.5s;
}
.index_box .div4 .divb .d2 a::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	width: 0;
	height: 100%;
	box-sizing: border-box;
	border-left: 3px solid #0093dd;
	background-image: url(../img/tp79.png);
	background-size: 100% 100%;
	transition: all 0.5s;
}
.index_box .div4 .divb .d2 a:last-of-type{
	margin-bottom: 0;
}
.index_box .div4 .divb .d2 a h6{
	position: relative;
	z-index: 3;
	display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 0.24rem;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 0.24rem;
}
.index_box .div4 .divb .d2 a h6 strong{
	font-size: 0.13rem;
    font-weight: bold;
}
.index_box .div4 .divb .d2 a h6 span{
	display: block;
    font-size: 0.42rem;
}
.index_box .div4 .divb .d2 a h6::after{
	content: "\eb08";
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    font-size: 0.32rem;
}
.index_box .div4 .divb .d2 a h5{
	position: relative;
	z-index: 3;
	font-size: 0.18rem;
    overflow: hidden;
    color: #111;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-bottom: 0.1rem;
    transition: all 0.5s;
}
.index_box .div4 .divb .d2 a p{
	position: relative;
	z-index: 3;
	font-size: 0.14rem;
	line-height: 1.5;
	height: 0.42rem;
	overflow: hidden;
}

.index_box .div4 .divb .d3{
	flex: 1;
	min-width: 0;
    height: 100%;
}
.index_box .div4 .divb .d3 a{
	display: flex;
	align-items: center;
	height: 25%;
    padding: 0 0.28rem 0 0.32rem;
    background-color: #f9f9f9;
    color: #737373;
	box-sizing: border-box;
	border-bottom: 1px solid #ebebeb;
	position: relative;
	transition: all 0.5s;
}
.index_box .div4 .divb .d3 a::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	width: 0;
	height: 100%;
	box-sizing: border-box;
	border-left: 3px solid #0093dd;
	background-image: url(../img/tp79.png);
	background-size: 100% 100%;
	transition: all 0.5s;
}
.index_box .div4 .divb .d3 a::after{
	content: "\eb16";
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
	font-size: 0.2rem;
	position: relative;
	z-index: 3;
}
.index_box .div4 .divb .d3 a strong{
	font-size: 0.13rem;
    font-weight: bold;
	position: relative;
	z-index: 3;
}
.index_box .div4 .divb .d3 a strong span{
	display: block;
    font-size: 0.42rem;
}
.index_box .div4 .divb .d3 a div{
	flex: 1;
	min-width: 0;
	margin: 0 0.2rem;
	position: relative;
	z-index: 3;
}
.index_box .div4 .divb .d3 a div h5{
	position: relative;
    z-index: 3;
    font-size: 0.18rem;
    overflow: hidden;
    color: #111;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	padding-top: 0.06rem;
    margin-bottom: 0.14rem;
    transition: all 0.5s;
}
.index_box .div4 .divb .d3 a div p{
	position: relative;
	z-index: 3;
	font-size: 0.14rem;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.index_box .div5{
	background-color: #f2f2f2;
}
.index_box .div5 .ul{
	display: flex;
}
.index_box .div5 .ul li{
	flex-shrink: 0;
	width: 25%;
	text-align: center;
	box-sizing: border-box;
	border-right: 1px solid rgba(136,136,136,0.2);
	cursor: pointer;
	transition: all 0.5s;
}
.index_box .div5 .ul li:last-of-type{
	border-right: none;
}
.index_box .div5 .ul li span{
	display: block;
}
.index_box .div5 .ul li span i{
	display: inline-block;
	vertical-align: top;
	font-size: 0.64rem;
	font-weight: bold;
	color: #0093dd;
}
.index_box .div5 .ul li span small{
	display: inline-block;
	vertical-align: top;
	font-size: 0.36rem;
	color: #0093dd;
}
.index_box .div5 .ul li p{
	font-size: 0.16rem;
	color: #888;
	margin-top: 0.08rem;
	transition: all 0.5s;
}
.index_box .div5 .more_a{
	margin: 0.56rem auto 0;
}



.bayWindow_box{
	position: fixed;
	z-index: 8;
	right: 0.1rem;
	bottom: 0.2rem;
}
.bayWindow_box a{
	display: block;
	width: 0.7rem;
	height: 0.7rem;
	background-color: #6BB3FF;
	border-radius: 0.08rem;
	margin-bottom: 0.08rem;
	box-shadow: 0 0 0.06rem rgba(0,0,0,0.1);
	text-align: center;
	box-sizing: border-box;
	padding-top: 0.1rem;
	position: relative;
	transition: all 0.5s;
}
.bayWindow_box a:last-of-type{
	margin-bottom: 0;
}
.bayWindow_box a i{
	margin: 0 auto;
	display: block;
	width: 0.32rem;
	height: 0.32rem;
	font-size: 0.28rem;
	color: #ffffff;
	background-size: 100% 100%;
	transition: all 0.5s;
}
.bayWindow_box a span{
	display: block;
	font-size: 0.12rem;
	margin-top: 0.06rem;
	color: #ffffff;
}
/* .bayWindow_box a strong{
	position: absolute;
	top: 0;
	right: -0.9rem;
	min-width: 2.6rem;
	color: #6BB3FF;
	text-align: center;
	font-size: 0.4rem;
	font-weight: bold;
	background-color: #fff;
	border-radius: 0.08rem;
	box-shadow: 0 0 0.1rem rgba(0,147,221,0.5);
	opacity: 0;
	padding: 0.25rem;
	transition: all 0.5s;
} */
.bayWindow_box a .strong2{
	position: absolute;
	top: 0;
	right: -4rem;
	color: #6BB3FF;
	text-align: center;
	font-size: 0.4rem;
	font-weight: bold;
	border-radius: 0.08rem;
	opacity: 0;
	padding: 0.25rem;
	transition: all 0.5s;
}
.bayWindow_box a .bgdh{
	width: 3rem;
	height: 1rem;
	background: url('../img/dhzx.png') no-repeat;
	background-size: 100% 100%;
}
.bayWindow_box a .bgwx{
	width: 4rem;
	height: 2rem;
	background: url('../img/zsgw-bg.png') no-repeat;
	background-size: 100% 100%;
	/* position: relative; */
}
.bayWindow_box a .bgwx img{
	position: absolute;
    left: 17%;
    bottom: 15%;
    width: 25%;
	height: auto;
	cursor: pointer;
}
.bayWindow_box a strong img {
    width: 1.7rem;
}

.swhg_box{
	margin-top: calc(39vw + 0.78rem);
}
.swhg_box .title_h4{
	font-size: 0.52rem;
	text-align: center;
	font-weight: 600;
	margin-bottom: 0.56rem;
}
.swhg_box .title_h4::before{
	content: "";
	display: inline-block;
	vertical-align: top;
	width: 0.94rem;
	height: 0.52rem;
	background-image: url(../img/tb140.png);
	background-position: center;
	background-repeat: no-repeat;
	margin-right: 0.20rem;
}
.swhg_box .title_h4::after{
	content: "";
	display: inline-block;
	vertical-align: top;
	width: 0.94rem;
	height: 0.52rem;
	background-image: url(../img/tb141.png);
	background-position: center;
	background-repeat: no-repeat;
	margin-left: 0.20rem;
}
.swhg_box .title_h4 i{
	color: #f57e18;
}
.swhg_box .title_h4h{
	color: #fff;
}
.swhg_box .title_h4h::before{
	background-image: url(../img/tb140h.png);
}
.swhg_box .title_h4h::after{
	background-image: url(../img/tb141h.png);
}
.swhg_box .title_h6{
	font-size: 0.20rem;
	line-height: 1.4;
	color: #888;
	text-align: center;
	margin-top: -0.24rem;
	margin-bottom: 0.56rem;
}
.swhg_box .title_h6h{
	color: #fff;
}

.swhg_box .div1{
	
}
.swhg_box .div1 .ul{
	display: flex;
	flex-wrap: wrap;
	margin-top: -0.45rem;
}
.swhg_box .div1 .ul li{
	flex-shrink: 0;
	width: 28%;
	margin-right: 8%;
	margin-top: 1.0rem;
	background-color: #fff;
	border-radius: 0.1rem;
	box-shadow: 0px 0px 0.15rem rgba(149,149,149,0.53);
	cursor: pointer;
	transition: all 0.5s;
}
.swhg_box .div1 .ul li:nth-of-type(3n){
	margin-right: 0;
}
.swhg_box .div1 .ul li em{
	display: block;
	margin: -0.45rem auto 0;
	width: 0.9rem;
	height: 0.9rem;
	border-radius: 50%;
	box-sizing: border-box;
	overflow: hidden;
	background-color: #fff;
	border: 2px solid #efefef;
	transition: all 0.5s;
}
.swhg_box .div1 .ul li em img{
	width: 100%;
	height: 100%;
}
.swhg_box .div1 .ul li h6{
	text-align: center;
	font-size: 0.26rem;
	line-height: 1.4;
	font-weight: bold;
	padding: 0.18rem 0.2rem 0.24rem;
}

.swhg_box .div2{
	position: relative;
    background-image: url(../img/tp82.jpg);
    background-position: center;
    background-size: cover;
}
.swhg_box .div2 .w1200{
	width: 11.0rem;
}

.swhg_box .div3{
	
}
.swhg_box .div3 .ul{
	display: flex;
	padding-top: 0.2rem;
}
.swhg_box .div3 .ul i{
	flex-shrink: 0;
	width: 5%;
	background-image: url(../img/tb139.png);
	background-size: 80%;
	background-repeat: no-repeat;
	background-position: left center;
}
.swhg_box .div3 .ul li{
	flex-shrink: 0;
	width: 21.25%;
	position: relative;
}
.swhg_box .div3 .ul li .img{
	position: absolute;
	top: -0.3rem;
	width: 71%;
	left: 14.5%;
}
.swhg_box .div3 .ul li div{
	position: relative;
	z-index: 3;
	border-radius: 0.2rem;
	border: 1px solid #fff;
	background-color: rgba(255,255,255,0.4);
	box-sizing: border-box;
	padding: 0.08rem 0.22rem 0.16rem;
	text-align: center;
	box-shadow: 0px 0.1rem 0.24rem 0px rgba(0,0,0,0.13);
}
.swhg_box .div3 .ul li div span{
	display: block;
	font-size: 0.36rem;
	color: #fff;
	font-weight: bold;
}
.swhg_box .div3 .ul li div img{
	width: 0.6rem;
	height: 0.6rem;
	margin-top: 0.26rem;
}
.swhg_box .div3 .ul li div h6{
	font-size: 0.24rem;
	margin: 0.16rem 0 0.22rem;
	font-weight: bold;
}
.swhg_box .div3 .ul li div dl{
	text-align: left;
}
.swhg_box .div3 .ul li div dd{
	font-size: 0.18rem;
	color: #888;
	line-height: 1.4;
	margin-top: 0.08rem;
	cursor: pointer;
	transition: all 0.5s;
}

.swhg_box .div4{
	background-image: url(../img/tp83.jpg);
	background-size: cover;
	background-position: center;
}
.swhg_box .div4 .w1200{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.swhg_box .div4 .w1200 img{
	flex-shrink: 0;
	width: 50%;
}
.swhg_box .div4 .w1200 dl{
	flex-shrink: 0;
	width: 38%;
	border-radius: 0.2rem;
	overflow: hidden;
	border: 1px solid #ffc7aa;
	background-color: #fff;
}
.swhg_box .div4 .w1200 dt{
	height: 0.6rem;
	text-align: center;
	color: #fff;
	line-height: 0.6rem;
	font-size: 0.24rem;
	background-image: linear-gradient(180deg,#ff5605,#ff9d4b);
}
.swhg_box .div4 .w1200 dd{
	padding: 0 0.24rem;
	box-sizing: border-box;
	background-image: linear-gradient(180deg,#fef7f2,#fef5eb);
}
.swhg_box .div4 .w1200 dd a{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0.2rem 0;
	border-bottom: 1px solid #e0ae94;
	box-sizing: border-box;
	cursor: pointer;
}
.swhg_box .div4 .w1200 dd a:last-of-type{
	border-bottom: 0;
}
.swhg_box .div4 .w1200 dd a:before{
	content: "";
	flex-shrink: 0;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #ff8c4d;
}
.swhg_box .div4 .w1200 dd a::after{
	content: "\eb16";
	font-size: 0.2rem;
	color: #a87052;
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	transition: all 0.5s;
}
.swhg_box .div4 .w1200 dd a p{
	font-size: 0.2rem;
	line-height: 1.4;
	flex: 1;
	min-width: 0;
	margin: 0 0.2rem;
	transition: all 0.5s;
}

.swhg_swiper{
	height: 30vw;
}



.head_box .function_div .tel_a{
	display: flex;
	align-items: center;
	padding-right: 0.14rem;
	margin-right: 0.14rem;
	/*  border-right: 1px solid #DEDEDE;  */
}
.head_box .function_div .tel_a img{
	flex-shrink: 0;
	width: 0.24rem;
	margin-right: 0.06rem;
}
.head_box .function_div .tel_a p{
	font-size: 0.18rem;
	font-weight: bold;
	color: #333;
}



.gsl_box .div8{
	position: relative;
	height: 100vh;
	overflow: hidden;
}
.gsl_box .div8 .divs{
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: absolute;
	z-index: 9;
	top: 0.1rem;
	left: 50%;
	transform: translateX(-50%);
}
.gsl_box .div8 .divs .swiper-container{
	flex-shrink: 0;
	width: 50%;
	height: 1.5rem;
	margin: 0;
	margin-left: calc(-0.2rem - 6px);
}
.gsl_box .div8 .divs .swiper-slide{
	display: flex;
	align-items: center;
	font-size: 0.22rem;
	height: 0.5rem;
	transition: all 0.5s;
	color: #888;
	cursor: pointer;
}
.gsl_box .div8 .divs .swiper-slide::before{
	content: "";
	flex-shrink: 0;
	width: 6px;
	height: 6px;
	border-radius: 3px;
	background-color: #e35a00;
	opacity: 0;
	margin-right: 0.2rem;
	transition: all 0.5s;
}
.gsl_box .div8 .divs .swiper-slide-active{
	color: #333;
	font-size: 0.6rem;
	font-weight: 900;
}
.gsl_box .div8 .divs .swiper-slide-active::before{
	height: 0.3rem;
	opacity: 1;
}
.gsl_box .div8 .divs .h6{
	font-size: 0.2rem;
	line-height: 1.6;
}
.gsl_box .div8 .dl{
	position: relative;
	width: 100%;
	height: 100%;
}
.gsl_box .div8 .dd{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.gsl_box .div8 .dd .bg_img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.gsl_box .div8 .dd1{
	
}
.gsl_box .div8 .dd1 .bg_img{
	transform: scale(1.5);
	opacity: 0;
	transition: all 0.8s 0.8s ease;
}
.gsl_box .div8 .dd1 .div{
	position: absolute;
	width: 8.0rem;
	top: 66%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.gsl_box .div8 .dd1 .img{
	width: 100%;
	height: auto;
	transform: scale(0.5);
	opacity: 0;
	transition: all 0.8s 0.7s ease;
}
.gsl_box .div8 .dd1 .h5{
	position: absolute;
	width: 4.0rem;
	top: 3%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.gsl_box .div8 .dd1 .h5 .img1{
	width: 100%;
	transform: translateY(1rem);
	opacity: 0;
	transition: all 0.8s 0.6s ease;
}
.gsl_box .div8 .dd1 .ul{
	position: absolute;
	width: 100%;
	height: 100%;
	top: -20%;
	left: 0;
}
.gsl_box .div8 .dd1 .ul li{
	position: absolute;
	width: 2.6rem;
	opacity: 0;
	text-align: center;
}
.gsl_box .div8 .dd1 .ul h6{
	position: relative;
	width: 100%;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 0.16rem;
	padding: 0.06rem 0.16rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	box-shadow: 0px 0px 0.27rem 0px rgba(152, 114, 67, 0.1);
}
.gsl_box .div8 .dd1 .ul h6::before{
	content: "\e65e";
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	left: 50%;
	bottom: -0.24rem;
	width: 0.4rem;
	height: 0.4rem;
	text-align: center;
	line-height: 0.4rem;
	transform: translateX(-50%);
	font-size: 0.4rem;
	color: #fff;
}
.gsl_box .div8 .dd1 .ul h6 span{
	flex-shrink: 0;
	white-space: nowrap;
	font-size: 0.16rem;
	height: 0.32rem;
	line-height: 0.32rem;
	text-align: left;
}
.gsl_box .div8 .dd1 .ul h6 span::before{
	content: "· ";
	color: #e35a00;
	font-size: 0.2rem;
}
.gsl_box .div8 .dd1 .ul img{
	width: 1.6rem;
	margin: 0.12rem 0;
}
.gsl_box .div8 .dd1 .ul strong{
	display: block;
	font-size: 0.2rem;
}
.gsl_box .div8 .dd1 .ul li:nth-of-type(1){
	top: 20%;
	left: 20%;
	transform: translate(-50%,-50%);
	transition: all 0.8s 0.5s ease;
}
.gsl_box .div8 .dd1 .ul li:nth-of-type(2){
	top: 20%;
	right: 20%;
	transform: translate(50%,-50%);
	transition: all 0.8s 0.4s ease;
}
.gsl_box .div8 .dd1 .ul li:nth-of-type(3){
	bottom: 20%;
	left: 20%;
	transform: translate(-50%,50%);
	transition: all 0.8s 0.3s ease;
}
.gsl_box .div8 .dd1 .ul li:nth-of-type(4){
	bottom: 20%;
	right: 20%;
	transform: translate(50%,50%);
	transition: all 0.8s 0.2s ease;
}
.gsl_box .div8 .dd1.active .bg_img{
	opacity: 1;
	transform: scale(1);
	transition: all 0.8s 0.2s ease;
}
.gsl_box .div8 .dd1.active .img{
	opacity: 1;
	transform: scale(1);
	transition: all 0.8s 0.4s ease;
}
.gsl_box .div8 .dd1.active .h5 .img1{
	transform: translateY(0);
	opacity: 1;
    transition: all 0.8s 0.8s ease;
}
.gsl_box .div8 .dd1.active .ul li:nth-of-type(1){
	top: 0;
	left: 0;
	opacity: 1;
	transition: all 0.8s 1.0s ease;
}
.gsl_box .div8 .dd1.active .ul li:nth-of-type(2){
	top: 0;
	right: 0;
	opacity: 1;
	transition: all 0.8s 1.2s ease;
}
.gsl_box .div8 .dd1.active .ul li:nth-of-type(3){
	bottom: 0;
	left: 0;
	opacity: 1;
	transition: all 0.8s 1.4s ease;
}
.gsl_box .div8 .dd1.active .ul li:nth-of-type(4){
	bottom: 0;
	right: 0;
	opacity: 1;
	transition: all 0.8s 1.6s ease;
}

.gsl_box .div8 .dd2{
	
}
.gsl_box .div8 .dd2 .bg_img{
	transform: scale(1.5);
	opacity: 0;
	transition: all 0.8s 0.6s ease;
}
.gsl_box .div8 .dd2 .div{
	position: absolute;
	width: 5.2rem;
	height: 4.72rem;
	top: 44%;
	left: 46%;
	transform: translate(-50%,-50%);
}
.gsl_box .div8 .dd2 .div .img1{
	position: absolute;
	top: 56%;
	left: 55%;
	width: 3.1rem;
	transform: translate(-50%,-50%) scale(0.5);
	opacity: 0;
	transition: all 0.8s 0.4s ease;
}
.gsl_box .div8 .dd2 .div .img2{
	position: absolute;
	top: 48%;
	left: 55%;
	width: 1.7rem;
	transform: translate(-50%,-50%) scale(0.5);
	opacity: 0;
	transition: all 0.8s 0.3s ease;
}
.gsl_box .div8 .dd2 .div .img3{
	position: absolute;
	top: 48%;
	left: 55%;
	width: 1.24rem;
	transform: translate(-50%,-50%) scale(0.5);
	opacity: 0;
	transition: all 0.8s 0.2s ease;
}
.gsl_box .div8 .dd2.active .bg_img{
	opacity: 1;
	transform: scale(1);
	transition: all 0.8s 0.2s ease;
}
.gsl_box .div8 .dd2.active .div .img1{
	top: 48%;
	opacity: 1;
	transform: translate(-50%,-50%) scale(1);
	transition: all 0.8s 0.4s ease;
}
.gsl_box .div8 .dd2.active .div .img2{
	top: 43%;
	left: 18%;
	opacity: 1;
	transform: translate(-50%,-50%) scale(1);
	transition: all 0.8s 0.6s ease;
}
.gsl_box .div8 .dd2.active .div .img3{
	top: 69%;
	left: 84%;
	opacity: 1;
	transform: translate(-50%,-50%) scale(1);
	transition: all 0.8s 0.8s ease;
}

.gsl_box .div8 .dd3{
	
}
.gsl_box .div8 .dd3 .bg_img{
	transform: scale(1.5);
	opacity: 0;
	transition: all 0.8s 0.6s ease;
}
.gsl_box .div8 .dd3 .div{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.gsl_box .div8 .dd3 .div .img1{
	position: absolute;
	z-index: 9;
	top: 52%;
	right: 58%;
	width: 10%;
	pointer-events: none;
	transform: scale(1.5);
	opacity: 0;
	transition: all 0.8s 0.5s ease;
}
.gsl_box .div8 .dd3 .div .img{
	position: absolute;
	width: 9%;
	top: 39.8%;
	right: 40.6%;
	opacity: 0;
	transform: translate(-50%,-50%);
}
.gsl_box .div8 .dd3 .div .img2{
	transition: all 0.8s 0.4s ease;
}
.gsl_box .div8 .dd3 .div .img3{
	transition: all 0.8s 0.3s ease;
}
.gsl_box .div8 .dd3 .div .img4{
	transition: all 0.8s 0.2s ease;
}
.gsl_box .div8 .dd3.active .bg_img{
	opacity: 1;
	transform: scale(1);
	transition: all 0.8s 0.2s ease;
}
.gsl_box .div8 .dd3.active .div .img1{
	transform: scale(1);
	opacity: 1;
	transition: all 0.8s 0.2s ease;
}
.gsl_box .div8 .dd3.active .div .img2{
	top: 42.8%;
	right: 43.6%;
	opacity: 1;
	transition: all 0.8s 0.6s ease;
}
.gsl_box .div8 .dd3.active .div .img3{
	top: 45.8%;
	right: 46.6%;
	opacity: 1;
	transition: all 0.8s 0.8s ease;
}
.gsl_box .div8 .dd3.active .div .img4{
	top: 48.8%;
	right: 49.6%;
	opacity: 1;
	transition: all 0.8s 1.0s ease;
}
.gsl_box .div8 .ol{
	position: relative;
	z-index: 9;
	display: none;
	padding: 0 4%;
	margin-top: 0.1rem;
}
.gsl_box .div8 .ol li{
	flex-shrink: 0;
	width: 32%;
	box-sizing: border-box;
	padding: 0 0.1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.14rem;
	line-height: 1.3;
	height: 0.46rem;
	border-radius: 6px;
	text-align: center;
	background-color: #f6f6f9;
	margin-right: 2%;
}
.gsl_box .div8 .ol li:last-of-type{
	margin-right: 0;
}
.gsl_box .div8 .ol .active{
	background-color: #0093dd;
	color: #fff;
}


.slideYt{
	transform: translateY(1rem);
    opacity: 0;
}
.slideYd{
	transform: translateY(-1rem);
    opacity: 0;
}
.slideXl{
	transform: translateX(2rem);
    opacity: 0;
}
.slideXr{
	transform: translateX(-2rem);
    opacity: 0;
}
.zoomX{
	transform: scale(0.5);
	opacity: 0;
}
.gsl_box .div8 .ani-slide .slideYd{
	transform: translateY(0);
    opacity: 1;
}
.gsl_box .div8 .ani-slide .slideYt{
	transform: translateY(0);
    opacity: 1;
}
.gsl_box .div8 .ani-slide .slideXl{
	transform: translateX(0);
    opacity: 1;
}
.gsl_box .div8 .ani-slide .slideXr{
	transform: translateX(0);
    opacity: 1;
}
.gsl_box .div8 .ani-slide .zoomX{
	transform: scale(1);
    opacity: 1;
}

.ty_mask {
  position: fixed;
  z-index: 99;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  align-items: center;
  justify-content: center;
}

.ty_mask::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.8);
}
.ty_mask>div {
  background: white;
  border-radius: 0.6rem;
  width: 740px;
  position: relative;
  z-index: 2;
  /* padding: 40px; */
  margin: 0px auto;
  top: 160px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.ty_mask .leftimg{
	background: url('../img/leftimg.png') no-repeat;
	background-size: 100% 100%;
	border-radius: 0.6rem 0rem 0rem 0.6rem;
}

.gbook {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999;
    padding: 0.2rem;
}

.gbook .del-btn{
	position: absolute;
    top: -0.2rem;
    right: 0.2rem;
    width: 0.35rem;
    height: 0.35rem;
    background-color: #fff;
    border-radius: 50%;
	padding: 0.05rem;
}
.gbook .del-btn>span{
	display: block;
	width: 100%;
	height: 100%;
	background-color: #6BB3FF;
    border-radius: 50%;
	cursor: pointer;
	position: relative;
}
.gbook .del-btn>span::before{
	content: '';
	position: absolute;
	left: 0rem;
	top: 0rem;
	width: 100%;
	height: 100%;
	background: url('../img/del-icon.png') no-repeat;
	background-size: 100%;
}

.gbook .top {
	color: #6BB3FF;
    font-size: 0.3rem;
    height: 0.5rem;
    letter-spacing: 0.1rem;
    font-weight: 700;
    text-align: center;
    text-shadow: #DDDDDD 0px 5px 3px;
    margin-top: 0.7rem;
}
.gbook .top span{
    float: right;
    text-align: right;
    font-size: 14px;
    cursor: pointer;
}
.gbook .item {
    display: flex;
    line-height: 0.4rem;
    margin: 0.1rem auto;
    padding: 0.03rem 0.6rem;
    border-bottom: 1px solid rgba(255,255,255,0.5);
}
.gbook .item div{
	width: 100%;
}
.gbook .yyjz img{
	width: 100%;
	height: auto;
}
.gbook i {
    font-size: 0.25rem;
    color: #fff;
    display: block;
    width: 0.4rem;
    text-align: center;
}
.gbook input {
    /* width: 430px; */
	width: 100%;
    padding-left: 8px;
    opacity: 1;
    color: #333333;
    font-size: 0.15rem;
    height: 36px;
	border-bottom: 1px solid #B4B4B4;
}
.gbook .mybtn {
	width: auto;
    background: radial-gradient(#80B3F8,#035EF3);
    height: 0.5rem;
    border-radius: 0.1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 0.2rem;
    margin: 0.4rem 0.35rem 0rem;
    cursor: pointer;
}
.gbook .mybtn a{
	color: #fff;
}
.WeChat{}
.WeChat div{
    text-align: center;
}
.WeChat div form div{
    text-align: center;
    margin-bottom: 20px;
}

.WeChat div form a{
    margin-top: 20px;
    height: 50px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background: #2e67d8;
    color: white;
    margin-bottom: 30px;
}



@media (min-width: 992px) {
	.gsl_box .div8 .d1 .swiper-slide:hover::before{
		opacity: 1;
	}
	.swhg_box .div4 .w1200 dd a:hover p{
		color: #ff8c4d;
		margin-left: 0.3rem;
	}
	.swhg_box .div3 .ul li div dd:hover{
		color: #0093dd;
	}
	.swhg_box .div1 .ul li:hover{
		box-shadow: 0px 0px 0.22rem 0.04rem rgba(255,84,40,0.4);
	}
	.swhg_box .div1 .ul li:hover em{
		border-color: #fff;
		box-shadow: 0px 0px 0.14rem rgba(255,134,61,0.4);
	}
	.yjh_box .div2 .swiper-slide .h4:hover{
		background-color: #0093dd;
	}
	.yjh_box .div2 .swiper-slide .h4:hover span{
		color: #fff;
	}
	.yjh_box .div2 .swiper-slide .h4:hover i{
		border-color: #fff;
		color: #fff;
	}
	.zsjm_box .div3 .ul li:hover a{
		background-color: #fff;
		box-shadow: 0px 0px 0.27rem 0px rgba(0,0,0,0.1);
	}
	.search_box .div2 .ul li a:hover{
		color: #0093dd;
	}
	.bayWindow_box a:hover{
		background-color: #0093dd;
		color: #fff;
	}
	.bayWindow_box a:hover i {
	    color: #fff;
	}
	.bayWindow_box a:hover .strong2{
		right: 0.8rem;
		opacity: 1;
	}
	.bayWindow_box a .strong2:hover{
		right: 0.8rem;
		opacity: 1;
	}
	.index_box .div5 .ul li:hover p{
		color: #0093dd;
	}
	.index_box .div5 .ul li:hover{
		color: #0093dd;
	}
	.index_box .div4 .divb .d3 a:hover div h5{
		color: #0093dd;
	}
	.index_box .div4 .divb .d3 a:hover{
		color: #0093dd;
	}
	.index_box .div4 .divb .d3 a:hover::before{
		width: 100%;
		opacity: 1;
	}
	.index_box .div4 .divb .d2 a:hover h5{
		color: #0093dd;
	}
	.index_box .div4 .divb .d2 a:hover{
		color: #0093dd;
	}
	.index_box .div4 .divb .d2 a:hover::before{
		width: 100%;
		opacity: 1;
	}
	.index_box .div4 .divb .d1 a:hover span{
		color: #0093dd;
	}
	.index_box .div4 .divb .d1 a:hover h5{
		color: #0093dd;
	}
	.index_box .div4 .divb .d1 a:hover em i{
		transform: scale(1.2);
	}
	.index_box .div4 .divb .d1 a:hover div::before{
		width: 100%;
		opacity: 1;
	}
	.index_box .div1 .ul li:hover a{
		border-color: #0093dd;
		transform: translateY(-0.2rem);
		box-shadow: 0.02rem 0.03rem 0.4rem 0px rgba(27,27,27,0.22);
	}
	.index_box .div1 .ul li:hover span{
		color: #0093dd;
	}
	.more_a:hover::after{
		margin-left: 0.15rem;
	}
	.gsl_box .div5 .ul li:hover p{
		color: #fff;
	}
	.gsl_box .div5 .ul li:hover h6{
		color: #fff;
	}
	.gsl_box .div5 .ul li:hover a{
		background-color: #0093dd;
	}
	.gsl_box .div5 .ul li:hover em img{
		transform: translateY(-0.54rem);
	}
	.scfw_box .div6 .dl dd h6 a:hover::after{
		color: #ff8c4d;
	}
	.scfw_box .div6 .dl dd h6 a:hover p{
		color: #ff8c4d;
		margin-left: 0.3rem;
	}
	.scfw_box .div2 .dl dd:hover a{
		color: #fff;
		background-image: url(../img/tp77.png);
		box-shadow: 0.14rem 0.22rem 0.68rem 0px rgba(237,89,6,0.23);
	}
	.scfw_box .div2 .dl dd:hover em img{
		transform: translateY(-0.7rem);
	}
	.yjh_box .div3 .ul li:hover::before{
		height: 100%;
	}
	.yjh_box .div2 .dl dd:hover em i:nth-of-type(1){
		opacity: 0;
	}
	.yjh_box .div2 .dl dd:hover em i:nth-of-type(2){
		opacity: 1;
	}
	.yjh_box .div1 .ul li:hover h6{
		color: #0093dd;
	}
	.yjh_box .div1 .ul li:hover a{
		box-shadow: 0px 0px 0.27rem 0px rgba(0,0,0,0.1);
	}
	.jjfa_box .divt .divr .swiper-slide:hover::before{
		height: 100%;
	}
	.jjfa_box .divt .divl li:hover::before{
		opacity: 1;
		left: -0.8rem;
	}
	.jjfa_box .divt .divl li:hover em i:nth-of-type(1){
		opacity: 0;
		transform: scale(1.2);
	}
	.jjfa_box .divt .divl li:hover em i:nth-of-type(2){
		opacity: 1;
		transform: scale(1);
	}
	.jjfa_box .divt .divl li:hover::before{
		opacity: 1;
		left: -0.8rem;
	}
	.gywm_box .div4 .swiper-slide:hover::before{
		width: 100%;
		height: 100%;
	}
	.gywm_box .div4 .swiper-slide:hover h6{
		color: #fff;
	}
	.gywm_box .div4 .swiper-slide:hover{
		color: #fff;
	}
	.gywm_box .div4 .swiper-slide:hover i{
		transform: scale(1.1);
	}
	.swiper-dl .swiper-button-prev:hover,
	.swiper-dl .swiper-button-next:hover{
		background-color: #111;
		color: #fff;
	}
	.swiper-dlh .swiper-button-prev:hover,
	.swiper-dlh .swiper-button-next:hover{
		background-color: #fff;
		color: #111;
	}
	.zsjm_box .div4 .ul li:hover dl{
		box-shadow: -0.06rem 0.18rem 0.9rem 0px rgba(242,108,9,0.1);
	}
	.zsjm_box .div4 .ul li:hover dt{
		background-image: url(../img/sk3.png);
	}
	.zsjm_box .div1 .ul li:hover::after{
		opacity: 1;
    	top: -0.66rem;
		z-index: 3;
	}
	.zsjm_box .div1 .ul li:hover p{
		color: #fff;
		opacity: 1;
	}
	.zsjm_box .div1 .ul li:hover h6{
		color: #fff;
		border-bottom: 1px solid rgba(255,255,255,0.3);
	}
	.zsjm_box .div1 .ul li:hover .img2{
		margin-top: -0.74rem;
		opacity: 0;
	}
	.zsjm_box .div1 .ul li:hover div{
		background-image: url(../img/sk3.png);
		box-shadow: 0px 0.07rem 0.68rem 0px rgba(237,89,6,0.3);
	}
	.xwxq_box .divr .divb ul li:hover::after{
		right: -0.58rem;
		opacity: 1;
	}
	.xwxq_box .divr .divb ul li:hover h6{
		color: #0093dd;
	}
	.xwxq_box .divr .divb ul li:hover span{
		color: #0093dd;
	}
	.xwxq_box .divr .div a:hover i{
		transform: scale(1.1);
	}
	.xwxq_box .divl .ul li:hover em img{
		transform: translateY(-0.6rem);
	}
	.xwxq_box .divl .ul li:hover a{
		color: #fff;
		background-image: url(../img/sk3.png);
		box-shadow: 0.05rem 0.09rem 0.4rem 0px rgba(250,149,13,0.3);
	}
	.xwxq_box .divl .h6 a:hover{
		color: #0093dd;
	}
	.xwxq_box .div1 .fh_a:hover{
		color: #0093dd;
	}
	.xwxq_box .div1 h6 a:hover{
		color: #0093dd;
	}
	.xwzx_box .div1 .ul li:hover::after{
		left: -0.8rem;
		opacity: 1;
		z-index: 3;
	}
	.xwzx_box .div1 .ul li:hover a p{
		color: #fff;
	}
	.xwzx_box .div1 .ul li:hover a{
		background-color: #0093dd;
		color: #fff;
	}
	.paging_div a:hover{
		background-color: #0093dd;
		color: #fff;
	}
	.xwzx_box .div1 .h6 a:hover{
		color: #0093dd;
	}
	.xwzx_box .div1 .h6 a:hover::after{
		opacity: 1;
		width: 100%;
	}
	.login_box .ul li:hover a{
		background-image: url(../img/sk2.png);
		color: #fff;
		transform: translateY(-0.24rem);
	}
	.login_box .ul li:hover a::after{
		opacity: 1;
		top: -0.83rem;
	}
	.login_box .ul li:hover a em{
		background-color: rgba(245,245,245,0.1);
	}
	.login_box .ul li:hover a em i img:nth-of-type(1){
		transform: translateY(-0.7rem);
	}
	.zxjjfa_box .div3 li:hover dl{
		background-color: #0093dd;
	}
	.zxjjfa_box .div3 li:hover dl dt h6{
		color: #fff;
	}
	.zxjjfa_box .div3 li:hover dl dt p{
		color: #fff;
	}
	.zxjjfa_box .div3 li:hover dl dd i{
		transform: scale(1.1);
	}
	.zxjjfa_box .div3 li:hover::after{
		transform: translateX(-100%);
		opacity: 1;
	}
	.zxjjfa_box .div3 li:nth-of-type(2n):hover::after{
		transform: translateX(100%);
	}
	.foot_box .div2 h6 a:hover{
		color: #0093dd;
	}
	.foot_box .div1 ul li a:hover{
		color: #0093dd;
	}
	.head_box .nav_ul li:hover .a1::before{
		width: 100%;
		opacity: 1;
	}
	.head_box .nav_ul li:hover .a1{
		color: #0093dd;
	}
	.head_box .function_div .dw_dl dd span:hover{
		color: #0093dd;
	}
	.head_box .function_div .ss_a:hover{
		color: #0093dd;
	}
	.head_box .function_div .dl_span:hover{
		background-color: #dc6209;
	}

}
@media (max-width: 900px) {
    .index_box .div2 .news .d1 {
	    display: none;
	}
	.index_box .div2 .news .d2 {
	    flex: 1;
	}
}

@media (max-width: 640px) {
    .topmenu {
        opacity: 0;
    }
    .gbook{
        padding: 0px;
    }
    .ty_mask>div{
		position: fixed;
        width: 100%;
		top: unset;
		left: 0rem;
		bottom: 0rem;
		grid-template-columns: 1fr;
		border-radius: 0.3rem 0.3rem 0rem 0rem;
    }
	.gbook .item{
		display: block;
		line-height: unset;
		margin: unset;
		padding: unset;
		border-bottom: unset;
	}
	.gbook .title_h3{
		margin-top: 0.3rem;
	}
	.gbook input{
		height: auto;
		border-bottom: none;
	}
    .index_box .div2 .server ul li {
        padding: 0.25rem 0;
    }
    .index_box .div2 .server p {
        font-size: 0.14rem;
    }
    .index_box .div1 .ul a h6 {
        height: 0.2rem;
    }
    .index_box .div1 .ul a p {
        height: 0.45rem;
        margin: 0.1rem 0;
    }
}
@media (max-width: 1500px) {
	html{
		font-size: 80px;
	}
	.head_box .nav_ul li{
		margin: 0 0.24rem;
	}
	.login_box .ul li{
		width: 14%;
	}
	.lhyg_box .div6 .div ul{
		width: 3.6rem;
	}
}

@media (max-width: 1300px) {
	.login_box .ul li a span{
		font-size: 0.18rem;
	}
}

@media (max-width: 1240px) {
	html{
		font-size: 100px;
	}
	body{
		padding-top: 0.5rem;
	}
	.w1200{
		width: 100%;
	}
	.w1400{
		width: 100%;
	}
	.head_box{
		height: 0.5rem;
		padding-right: 0.5rem;
	}
	.head_box .logo_a{
		width: 1.0rem;
	}
	.head_box .function_div .dw_dl{
		display: none;
	}
	.head_box .function_div .dl_a{
		/* width: 0.5rem;
		height: 0.5rem;
		line-height: 0.52rem;
		font-size: 0.16rem;
		background: none;
		color: #111;
		border-radius: 0;
		border-left: 1px solid #eee; */
		display: none;
	}
	.head_box .function_div .ss_a{
		margin: 0;
		width: 0.5rem;
		height: 0.5rem;
		text-align: center;
		line-height: 0.5rem;
		font-size: 0.24rem;
		border-left: 1px solid #eee;
	}
	.head_box .function_div .tel_a{
		padding-right: 0;
		border-right: 0;
	}
	.head_box .function_div .tel_a img{
		width: 0.2rem;
	}
	.head_box .function_div .tel_a p{
		font-size: 0.14rem;
	}
	.head_box .nav_ul{
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		background-color: #fff;
		box-sizing: border-box;
		padding: 0 4%;
		border-top: 1px solid #eee;
		box-shadow: 0 6px 6px rgba(0,0,0,0.2);
		display: none;
	}
	.head_box .nav_ul li{
		display: block;
		width: 100%;
		margin: 0;
		border-bottom: 1px solid #eee;
	}
	.head_box .nav_ul li:last-of-type{
		border-bottom: 0;
      display:block
	}
	.head_box .nav_ul li .a1{
		height: 0.44rem;
		line-height: 0.44rem;
		font-size: 0.16rem;
	}
	.head_box .nav_ul li .a1 i{
		display: block;
	}
	.head_box .nav_ul li .a1::before{
		bottom: 0;
	}
	.head_box .xl_div{
		position: static;
		box-shadow: none;
	}
	.head_box .xl_div dl{
		display: block;
		background-color: #f9f9f9;
	}
	.head_box .xl_div dt{
		width: 100%;
		padding: 0.1rem 0;
	}
	.head_box .xl_div dd{
		display: none;
	}
	.head_box .xl_div dt a{
		width: 100%;
		height: 0.34rem;
		padding: 0 0.2rem;
		margin-bottom: 0;
	}
	.head_box .xl_div dt a em{
		display: none;
	}
	.head_box .xl_div dt a::before{
		display: none;
	}
	.head_box .xl_div dt a::after{
		display: none;
	}
	.head_box .xl_div dt a.active{
		color: #0093dd;
	}
	.head_box .xl_div dt a span{
		margin: 0;
		font-size: 0.15rem;
	}
	.head_box .xl_div dt .hide_a{
		display: flex;
	}

	.menu_box{
		display: flex;
	}

	.banner_box{
		position: relative;
		width: 100%;
		height: 56vw;
		top: 0;
		left: 0;
	}
	.banner_box div h6{
		font-size: 0.3rem;
	}
	.banner_box div strong{
		font-size: 0.2rem;
	}
	.banner_box div small{
		margin: 0.16rem auto 0;
	}
	.banner_box div p{
		margin-top: 0.14rem;
		font-size: 0.16rem;
		/* display: none; */
	}
	.foot_box{
		padding-top: 0.5rem;
	}
	.foot_box .jxw_img{
		display: none;
	}
	.foot_box .div1{
		display: block;
		text-align: center;
	}
	.foot_box .div1 ul{
		display: none;
	}
	.foot_box .div2{
		margin-top: 0.4rem;
		padding: 0.2rem 0;
	}
	.foot_box .div2 .bdsharebuttonbox{
		display: none;
	}
	.foot_box .div2 h6{
		line-height: 1.4;
	}
	.pd{
		padding: 0.5rem 0;
	}
	.title_h5{
		font-size: 0.28rem;
		margin-bottom: 0.4rem;
	}
	.box{
		margin-top: 0;
	}
	.boxs{
		margin-top: 0;
	}
	.paging_div{
		margin-top: 0.4rem;
	}
	.paging_div a{
		display: none;
	}
	.paging_div a.prev,
	.paging_div a.next{
		display: inline-block;
		vertical-align: top;
		width: 40%;
	}


	.gywm_box .div1{
		display: block;
	}
	.gywm_box .div1 .divl{
		width: 100%;
		padding-right: 0;
		border-right: none;
	}
	.gywm_box .div1 .divr{
		width: 100%;
		margin-top: 0.3rem;
	}
	.gywm_box .div1 .divr .h6{
		font-size: 0.16rem;
		margin-bottom: 0.24rem;
	}
	.gywm_box .div1 .divr ul li{
		padding: 0.24rem 0;
	}
	.gywm_box .div1 .divr ul li strong{
		font-size: 0.8rem;
	}
	.gywm_box .div1 .divr ul li span{
		font-size: 0.18rem;
	}
	.gywm_box .div2 ul{
		width: 100%;
		padding: 0;
		margin: 0;
		margin-top: 0.3rem;
	}
	.gywm_box .div2 ul .jxw_img{
		display: none;
	}
	.gywm_box .div2 ul li{
		width: 100%;
		float: none;
		height: auto;
		margin-bottom: 0.3rem;
	}
	.gywm_box .div2 ul li:last-of-type{
		margin-bottom: 0;
	}
	.gywm_box .div3 .swiper-container{
		padding: 0;
		margin: 0;
	}
	.gywm_box .div3 .swiper-slide::before{
		width: calc(100% + 10px);
	}
	.gywm_box .div3 .divt{
		margin-bottom: 0.4rem;
	}
	.gywm_box .div3 .swiper-slide i{
		margin: 0.36rem 0 0.26rem;
	}
	.gywm_box .div4 .divt{
		margin-bottom: 0.4rem;
	}
	.gywm_box .div4 .swiper-slide::before{
		display: none;
	}
	.gywm_box .div4 .swiper-slide div{
		width: 100%;
	}
	.gywm_box .div4 .swiper-slide b{
		display: none;
	}


	.ppsl_box .div1 .divt{
		margin-bottom: 0.2rem;
	}
	.ppsl_box .div1 .divt{
		display: block;
	}
	.ppsl_box .div1 .divb #map{
		height: 60vw;
	}
	.ppsl_box .div1 .jxw_img{
		display: none;
	}
	.ppsl_box .div1 .divt h5{
		margin-bottom: 0.4rem;
	}
	.ppsl_box .div1 .divb .dl{
		display: none;
	}
	.ppsl_box .div2 .divt{
		margin-bottom: 0.4rem;
	}
	.ppsl_box .div2 .swiper-slide:nth-of-type(2n){
		margin-top: 15px !important;
	}
	.ppsl_box .div2 .swiper-pagination{
		bottom: 0.24rem !important;
	}
	.ppsl_box .div3 .divt{
		margin-bottom: 0.4rem;
	}
	.ppsl_box .div3 .swiper-slide span{
		font-size: 0.16rem;
		line-height: 1.3;
		height: 0.4rem;
	}

	.zsjm_box .div1 .ul{
		flex-wrap: wrap;
		padding-top: 0;
		margin-top: -0.16rem;
	}
	.zsjm_box .div1 .ul li{
		width: 48%;
		margin-right: 4%;
		height: 1.8rem;
		margin-top: 0.16rem;
	}
	.zsjm_box .div1 .ul li:nth-of-type(2n){
		margin-right: 0;
	}
	.zsjm_box .div1 .ul li div{
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.zsjm_box .div1 .ul li .img1{
		display: none;
	}
	.zsjm_box .div1 .ul li .img2{
		width: 0.7rem;
		margin: 0 auto 0.24rem;
	}
	.zsjm_box .div1 .ul li h6{
		padding-bottom: 0;
		margin-bottom: 0;
		font-size: 0.22rem;
	}
	.zsjm_box .div1 .ul li p{
		display: none;
	}
	.zsjm_box .div2{
		height: 50vw;
	}
	.zsjm_box .div2 h6{
		font-size: 0.2rem;
	}
	.zsjm_box .div3 .div{
		display: block;
	}
	.zsjm_box .div3 .div h6{
		width: 100%;
		margin-top: 0.4rem;
	}
	.zsjm_box .div3 .ul{
		margin-top: 0;
	}
	.zsjm_box .div3 .ul li{
		width: 48%;
		margin-right: 4%;
		margin-top: 0.2rem;
	}
	.zsjm_box .div3 .ul li:nth-of-type(3n){
		margin-right: 4%;
	}
	.zsjm_box .div3 .ul li:nth-of-type(2n){
		margin-right: 0;
	}
	.zsjm_box .div3 .ul li a{
		padding: 0.14rem 0.1rem;
	}
	.zsjm_box .div3 .ul li img{
		font-size: 0.6rem;
	}
	.zsjm_box .div3 .ul li h6{
		font-size: 0.2rem;
		margin: 0.14rem 0;
	}
	.zsjm_box .div3 .ul li p{
		font-size: 0.14rem;
	}
	.zsjm_box .div4 .ul{
		flex-wrap: wrap;
	}
	.zsjm_box .div4 .ul li{
		flex: none;
		width: 48%;
		margin-right: 4%;
		margin-top: 0.2rem;
	}
	.zsjm_box .div4 .ul li:nth-of-type(2n){
		margin-right: 0;
	}
	.zsjm_box .div4 .ul li dt{
		font-size: 0.2rem;
		height: 0.7rem;
	}
	.zsjm_box .div4 .ul li dt span{
		font-size: 0.14rem;
	}
	.zsjm_box .div4 .ul li dd{
		padding: 0.14rem 0.1rem;
	}
	.zsjm_box .div4 .ul li dd p{
		font-size: 0.14rem;
	}

	.form_box{
		padding: 0.3rem 0;
	}
	.form_box form{
		flex-wrap: wrap;
		height: auto;
	}
	.form_box form p{
		flex: none;
		width: 48%;
		height: 0.42rem;
		margin-right: 4%;
		margin-bottom: 0.16rem;
	}
	.form_box form p:nth-of-type(2n){
		margin-right: 0;
	}
	.form_box form .tj_btn{
		width: 100%;
		height: 0.46rem;
	}


	.xwxq_box .div1{
		height: 0.6rem;
	}
	.xwxq_box .div1 .fh_a{
		display: none;
	}
	.xwxq_box .div2{
		display: block;
		/* width: 92%; */
		padding: 0.4rem 0.2rem;
	}
	.xwxq_box .divr{
		display: none;
	}
	.xwxq_box .divl{
		width: 100%;
	}
	.xwxq_box .divl .dl dt{
		font-size: 0.24rem;
		margin-bottom: 0.3rem;
		padding-bottom: 0.24rem;
	}
	.xwxq_box .divl .dl dd em{
		display: none;
	}
	.xwxq_box .divl .dl dd .bdsharebuttonbox{
		display: none;
	}
	.xwxq_box .divl .dl dd{
		justify-content: space-between;
	}
	.xwxq_box .divl .dl dd span{
		margin-right: 0;
		padding-right: 0;
		border-right: none;
	}
	.xwxq_box .divl .div{
		margin-top: 0.4rem;
	}
	.xwxq_box .divl .div p{
		font-size: 0.16rem;
	}
	.xwxq_box .divl .h6{
		display: none;
		margin-top: 0.4rem;
	}
	.xwxq_box .divl .h6 a{
		display: none;
	}
	.xwxq_box .divl .h4{
		display: none;
		margin-top: 0.1rem;
	}
	.xwxq_box .divl .ul{
		flex-wrap: wrap;
		margin-top: -0.16rem;
		display: none;
	}
	.xwxq_box .divl .ul li{
		flex: none;
		width: 48%;
		margin-right: 4%;
		margin-top: 0.16rem;
	}
	.xwxq_box .divl .ul li:nth-of-type(2n){
		margin-right: 0;
	}
	.xwxq_box .divl .ul li a{
		padding: 0.3rem 0.2rem;
	}


	.xwzx_box .div1 .h5{
		font-size: 0.28rem;
		margin-bottom: 0.4rem;
	}
	.xwzx_box .div1 .h6{
		margin-bottom: 0.24rem;
	}
	.xwzx_box .div1 .h6 a{
		margin: 0 0.2rem 0 0;
	}
	.xwzx_box .div1 .h6 a:last-of-type{
		margin: 0;
	}
	.xwzx_box .div1 .div{
		display: block;
		height: auto;
	}
	.xwzx_box .div1 .div a{
		display: block;
		width: 100%;
		height: 70vw;
		margin-top: 0.2rem;
	}
	.xwzx_box .div1 .div a dl{
		padding: 0.2rem;
	}
	.xwzx_box .div1 .div a dt{
		font-size: 0.2rem;
		margin-bottom: 0.1rem;
	}
	.xwzx_box .div1 .div a.active{
		width: 100%;
	}
	.xwzx_box .div1 .div a.active dl{
		padding: 0.2rem;
	}
	.xwzx_box .div1 .ul li{
		float: none;
		width: 100%;
		margin-top: 0.2rem;
	}
	.xwzx_box .div1 .ul li a{
		padding: 0.24rem;
	}
	.xwzx_box .div1 .ul li a h6{
		padding-bottom: 0.22rem;
		margin-bottom: 0.20rem;
	}


	.gsl_box .div1 .ul{
		display: block;
	}
	.gsl_box .div1 .ul li{
		width: 100%;
		margin-top: 0.2rem;
	}
	.gsl_box .div2 .div{
		display: block;
	}
	.gsl_box .div2 .divl{
		width: 100%;
		padding-right: 0;
		border-right: none;
	}
	.gsl_box .div2 .divr{
		width: 100%;
		margin-top: 0.34rem;
	}
	.gsl_box .div2 .jxw_img{
		display: none;
	}
	.gsl_box .div3 .ul{
		flex-wrap: wrap;
		margin-top: -0.2rem;
	}
	.gsl_box .div3 .ul li{
		width: 23.5%;
		margin-right: 2%;
		margin-top: 0.2rem;
		padding: 0.2rem 0;
	}
	.gsl_box .div3 .ul li:nth-of-type(4n){
		margin-right: 0;
	}
	.gsl_box .div3 .ul li img{
		width: 0.4rem;
	}
	.gsl_box .div3 .ul li span{
		font-size: 0.18rem;
	}
	.gsl_box .div3 .h6{
		font-size: 0.24rem;
	}
	.gsl_box .div3 .dl{
		display: block;
		margin-top: 0.4rem;
	}
	.gsl_box .div3 .dl dd{
		width: 100%;
		font-size: 0.18rem;
		justify-content: start;
		padding-left: 0.3rem;
		margin-top: 0.1rem;
	}
	.gsl_box .div3 .dl dd i{
		width: 0.4rem;
	}
	.gsl_box .div4{
		height: 2.0rem;
	}
	.gsl_box .div4 h6{
		font-size: 0.2rem;
		line-height: 1.5;
	}
	.gsl_box .div5 .ul{
		margin-top: -0.2rem;
	}
	.gsl_box .div5 .ul li{
		width: 48%;
		margin-right: 4%;
		margin-top: 0.2rem;
	}
	.gsl_box .div5 .ul li:nth-of-type(3n){
		margin-right: 4%;
	}
	.gsl_box .div5 .ul li:nth-of-type(2n){
		margin-right: 0;
	}
	.gsl_box .div5 .ul li a{
		padding: 0.34rem 0.2rem;
	}
  .gsl_box .div5 .ul li span{
		padding: 0.34rem 0.2rem;
	}
	.gsl_box .div5 .ul li h6{
		font-size: 0.2rem;
	}
	.gsl_box .div6 .ul{
		display: block;
	}
	.gsl_box .div6 .ul li{
		width: 100%;
		margin-top: 0.3rem;
	}
	.gsl_box .div6 .ul li .h6{
		font-size: 0.24rem;
	}
	.gsl_box .div7 .ul li div::before{
		display: none;
	}
	.gsl_box .div7 .ul li div::after{
		display: none;
	}
	.gsl_box .div7 .ul{
		flex-wrap: wrap;
		margin-top: -0.2rem;
	}
	.gsl_box .div7 .ul li{
		flex: none;
		width: 48%;
		margin-right: 4%;
		margin-top: 0.2rem;
	}
	.gsl_box .div7 .ul li:nth-of-type(2n){
		margin-right: 0;
	}
	.gsl_box .div7 .ul li div{
		padding: 0.34rem 0;
	}
	.gsl_box .div7 .ul li div span{
		font-size: 0.2rem;
	}


	.lhyg_box .div1 .dl{
		
	}
	.lhyg_box .div1 .dl dd{
		width: 25%;
		padding: 0.2rem 0;
	}
	.lhyg_box .div1 .dl dd img{
		width: 0.5rem;
	}
	.lhyg_box .div1 .dl dd span{
		font-size: 0.18rem;
	}
	.lhyg_box .div1 .dl dt{
		margin: 0 0.2rem;
	}
	.lhyg_box .div1 .dl dt p{
		text-align: left;
		font-size: 0.14rem;
		line-height: 1.4;
	}
	.lhyg_box .div1 .dl dt i{
		height: 7px;
	}
	.lhyg_box .div1 .dl dt i::after{
		width: 20px;
		height: 25px;
		top: -9px;
	}
	.lhyg_box .div1 .ul{
		display: block;
		margin-top: 0.3rem;
	}
	.lhyg_box .div1 .ul li{
		width: 100%;
		margin-top: 0.2rem;
		font-size: 0.18rem;
	}
	.lhyg_box .div2 .ul{
		flex-wrap: wrap;
		padding-top: 0;
		margin-top: -0.25rem;
	}
	.lhyg_box .div2 .ul li{
		flex: none;
		width: 48%;
		margin-right: 4%;
		margin-top: 0.6rem;
		padding: 0 0.1rem 0.2rem;
		box-sizing: border-box;
	}
	.lhyg_box .div2 .ul li:nth-of-type(2n){
		margin-right: 0;
	}
	.lhyg_box .div2 .ul li p{
		font-size: 0.18rem;
	}
	.lhyg_box .div3{
		height: 90vw;
	}
	.lhyg_box .div3 .w1200 h6{
		margin: 0.24rem 0;
	}
	.lhyg_box .div3 .w1200 h6 span{
		font-size: 0.14rem;
		width: 0.7rem;
		height: 0.28rem;
		line-height: 0.28rem;
		margin-right: 0.1rem;
	}
	.lhyg_box .div3 .w1200 h6 span:last-of-type{
		margin-right: 0;
	}

	.lhyg_box .div4 .ul{
		margin-top: 0.4rem;
	}
	.lhyg_box .div4 .ul li{
		display: block;
		text-align: center;
		height: auto;
		padding: 0.2rem 0;
		margin-right: 0.1rem;
	}
	.lhyg_box .div4 .ul li:last-of-type{
		margin-right: 0;
	}
	.lhyg_box .div4 .ul li img{
		margin-right: 0;
		width: 0.48rem;
	}
	.lhyg_box .div4 .ul li span{
		width: 100%;
		margin-top: 0.12rem;
		display: block;
		font-size: 0.18rem;
	}
	.lhyg_box .div4 .ul i{
		display: none;
	}
	.lhyg_box .div5 .ul{
		flex-wrap: wrap;
		margin-top: 0.1rem;
	}
	.lhyg_box .div5 .ul li{
		width: 25%;
		height: auto;
		text-align: center;
		margin-top: 0.24rem;
	}
	.lhyg_box .div5 .ul li span{
		position: static;
		display: block;
		font-size: 0.16rem;
		margin-top: 0.1rem;
	}
	.lhyg_box .div5 .ul li img{
		width: 0.7rem;
	}
	.lhyg_box .div5 .ul li::before{
		display: none;
	}
	.lhyg_box .div5 .ul li::after{
		display: none;
	}
	.lhyg_box .div5 .div{
		display: block;
	}
	.lhyg_box .div5 .div h6{
		width: 100%;
		margin-top: 0.4rem;
	}
	.lhyg_box .div5 .ul li:nth-of-type(2n){
		margin-bottom: 0;
	}
	.lhyg_box .div6 .div ul{
		width: 100%;
	}
	.lhyg_box .div6 .div .ull{
		margin-bottom: 0.2rem;
	}
	.lhyg_box .div6 .div ul li{
		flex-direction: row-reverse;
		margin-bottom: 0.2rem;
		height: 0.94rem;
	}
	.lhyg_box .div6 .div{
		display: block;
	}
	.lhyg_box .div6 .div ul li::after{
		display: none;
	}
	.lhyg_box .div6 .div .h5{
		display: none;
	}
	.lhyg_box .div6 .div ul li h6{
		width: 0.9rem;
		height: 0.9rem;
	}
	.lhyg_box .div6 .div ul li h6 img{
		width: 0.46rem;
	}
	.lhyg_box .div6 .div ul li h6 span{
		font-size: 0.14rem;
	}
	.lhyg_box .div6 .div ul li p{
		text-align: left;
		margin: 0 0.2rem 0 0.12rem;
	}
	

	.scfw_box .title_h4{
		font-size: 0.28rem;
		margin-bottom: 0.4rem;
		line-height: 1.3;
	}
	.scfw_box .title_h4::before{
		height: 0.26rem;
		width: 0.24rem;
		background-size: 100%;
		margin-right: 0.05rem;
		display: none;
	}
	.scfw_box .title_h4::after{
		height: 0.26rem;
		width: 0.24rem;
		background-size: 100%;
		margin-left: 0.05rem;
		display: none;
	}
	.scfw_box .title_h4 i{
		display: block;
	}
	.scfw_box .div1 .ul i{
		display: none;
	}
	.scfw_box .div1 .ul{
		flex-wrap: wrap;
	}
	.scfw_box .div1 .ul li{
		width: 23.5%;
		margin-right: 2%;
	}
	.scfw_box .div1 .ul li:nth-of-type(4){
		margin-right: 0;
	}
	.scfw_box .div1 .ul li span{
		font-size: 0.16rem;
	}
	.scfw_box .div2{
		padding-bottom: 0.5rem;
		margin-top: 0.2rem;
	}
	.scfw_box .div2 .dl dt{
		display: none;
	}
	.scfw_box .div2 .dl{
		width: 92%;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		margin-top: -0.2rem;
	}
	.scfw_box .div2 .dl dd{
		position: static;
		flex-shrink: 0;
		width: 47%;
		margin-right: 6%;
		margin-top: 0.2rem;
	}
	.scfw_box .div2 .dl dd:nth-of-type(2n){
		margin-right: 0;
	}
	.scfw_box .div2 .dl dd span{
		font-size: 0.18rem;
	}
	.scfw_box .div3 .ul{
		margin-top: -0.15rem;
	}
	.scfw_box .div3 .ul li{
		width: 48%;
		margin-right: 4%;
		margin-top: 0.5rem;
	}
	.scfw_box .div3 .ul li:nth-of-type(2n){
		margin-right: 0;
	}
	.scfw_box .div3 .ul li h6{
		font-size: 0.22rem;
	}
	.scfw_box .div3 .ul li p{
		font-size: 0.16rem;
	}
	.scfw_box .title_h6{
		font-size: 0.18rem;
	}
	.scfw_box .div5{
		overflow-x: hidden;
	}
	.scfw_box .div5 #message_div2{
		margin-top: 0.4rem;
	}
	.scfw_box .div5 .ul li{
		width: 2.4rem;
		margin-right: 0.4rem;
	}
	.scfw_box .div5 .ul li em{
		width: 0.5rem;
		height: 0.5rem;
	}
	.scfw_box .div5 .ul li h6{
		width: 2.0rem;
		height: 0.5rem;
		margin-left: -0.12rem;
		padding: 0 0.2rem 0 0.4rem;
	}
	.scfw_box .div5 .ul li h6 p{
		font-size: 0.14rem;
		max-height: 0.38rem;
	}
	.scfw_box .div6{
		padding-bottom: 0.5rem;
	}
	.scfw_box .div6 .dl{
		display: block;
	}
	.scfw_box .div6 .dl dt{
		width: 100%;
	}
	.scfw_box .div6 .dl dt img{
		width: 100%;
		transform: none;
		margin: 0;
	}
	.scfw_box .div6 .dl dd{
		width: 100%;
		margin-left: 0;
	}
	.scfw_box .div6 .dl dd h5{
		font-size: 0.2rem;
	}
	.scfw_box .div6 .dl dd h6 a{
		padding: 0.14rem 0;
	}
	.scfw_box .div6 .dl dd h6 a p{
		font-size: 0.18rem;
	}
	

	.yjh_box .div1 .ul{
		display: block;
	}
	.yjh_box .div1 .ul li{
		width: 100%;
		margin-top: 0.3rem;
	}
	.yjh_box .div1 .ul li a{
		padding: 0;
	}
	.yjh_box .div1 .ul li img{
		width: 0.7rem;
	}
	.yjh_box .div1 .ul li h6{
		font-size: 0.22rem;
	}
	.yjh_box .div2{
		padding-bottom: 0.5rem;
	}
	.yjh_box .div2 .jxw_img{
		display: none;
	}
	.yjh_box .div2 .dl dd p{
		display: none;
	}
	.yjh_box .div2 .dl dd h6{
		font-size: 0.24rem;
		text-align: center;
		line-height: 1.4;
	}
	.yjh_box .div2 .dl{
		height: 1.0rem;
	}
	.yjh_box .div2 .dl dd{
		padding: 0 0.2rem;
	}
	.yjh_box .div2 .swiper-container{
		margin-top: 0.4rem;
		padding: 0;
		margin-left: 0;
	}
	.yjh_box .div2 .swiper-slide{
		padding: 0 !important;
	}
	.yjh_box .div2 .swiper-slide .h5{
		font-size: 0.24rem;
	}
	.yjh_box .div2 .swiper-slide .ul{
		flex-wrap: wrap;
		margin-top: -0.2rem;
		margin-bottom: 0.4rem;
	}
	.yjh_box .div2 .swiper-slide .ul li{
		width: 23.5%;
		margin-right: 2%;
		margin-top: 0.2rem;
		padding: 0.2rem 0;
	}
	.yjh_box .div2 .swiper-slide .ul li:nth-of-type(4n){
		margin-right: 0;
	}
	.yjh_box .div2 .swiper-slide .ul li img{
		width: 0.4rem;
	}
	.yjh_box .div2 .swiper-slide .ul li span{
		font-size: 0.18rem;
	}
	.yjh_box .div2 .swiper-slide .h6{
		margin-bottom: 0.3rem;
	}
	.yjh_box .div2 .swiper-slide .h4{
		display: none;
	}
	.yjh_box .div3 .div h6 strong{
		font-size: 0.28rem;
	}
	.yjh_box .div3 .div h6 p{
		font-size: 0.16rem;
	}
	.yjh_box .div3 .div h6{
		padding-top: 0.5rem;
	}
	.yjh_box .div3 .ul{
		margin-top: -2.2rem;
	}
	.yjh_box .div3 .ul li{
		width: 50%;
		padding: 0.24rem 0;
	}
	.yjh_box .div3 .ul li img{
		width: 0.48rem;
	}
	.yjh_box .div3 .ul li:nth-of-type(3), 
	.yjh_box .div3 .ul li:nth-of-type(4){
		border-top: 1px solid #ddd;
	}
	.yjh_box .div3 .ul li:nth-of-type(2n){
		border-right: none;
	}
	.yjh_box .div4 dl{
		display: block;
	}
	.yjh_box .div4 dl dt{
		font-size: 0.24rem;
	}
	.yjh_box .div4 dl dd{
		width: 100%;
		margin-top: 0.2rem;
	}
	.yjh_box .div4 h6{
		font-size: 0.24rem;
		margin-top: 0.3rem;
		line-height: 1.4;
	}


	.zxjjfa_box .div1 .ul{
		margin-top: 0;
	}
	.zxjjfa_box .div1 .ul li{
		width: 48%;
		margin-right: 4%;
		padding: 0.14rem 0.1rem;
	}
	.zxjjfa_box .div1 .ul li:nth-of-type(3n){
		margin-right: 4%;
	}
	.zxjjfa_box .div1 .ul li:nth-of-type(2n){
		margin-right: 0;
	}
	.zxjjfa_box .div1 .ul li img{
		width: 0.6rem;
	}
	.zxjjfa_box .div1 .ul li h6{
		font-size: 0.18rem;
		line-height: 1.3;
	}
	.zxjjfa_box .div1 .ul li p{
		font-size: 0.14rem;
	}
	.zxjjfa_box .div2{
		height: auto;
		padding: 0.5rem 0;
	}
	.zxjjfa_box .div2 .w1200{
		position: static;
		transform: none;
	}
	.zxjjfa_box .div2 .w1200 p{
		width: 100%;
	}
	.zxjjfa_box .div3 li{
		margin-bottom: 0.2rem;
	}
	.zxjjfa_box .div3 li dl{
		flex-direction: column-reverse;
	}
	.zxjjfa_box .div3 dl dt{
		width: 100%;
		padding: 0.24rem;
	}
	.zxjjfa_box .div3 dl dt h6{
		font-size: 0.2rem;
		padding-bottom: 0.18rem;
		margin-bottom: 0.16rem;
	}
	.zxjjfa_box .div3 dl dd{
		width: 100%;
		padding-bottom: 55%;
	}
	.zxjjfa_box .div3 li:nth-of-type(2n) dl{
		flex-direction: column-reverse;
	}


	.jjfa_box .divt .divl li::before{
		display: none;
	}
	.jjfa_box .divt{
		display: block;
	}
	.jjfa_box .divt .divl{
		width: 100%;
		display: flex;
	}
	.jjfa_box .divt .divl li{
		flex: 1;
		height: 0.6rem;
	}
	.jjfa_box .divt .divl li span{
		font-size: 0.18rem;
		margin-top: -0.1rem;
	}
	.jjfa_box .divt .divr{
		width: 100%;
	}
	.jjfa_box .divt .divr .swiper-slide{
		height: 1.4rem;
	}
	.jjfa_box .divt .divr .swiper-slide img{
		width: 0.5rem;
	}
	.jjfa_box .divt .divr .swiper-slide span{
		font-size: 0.16rem;
		display: block;
		width: 80%;
		line-height: 1.4;
		text-align: center;
	}

	.login_box{
		display: block;
		height: auto;
		padding: 0.5rem 4%;
	}
	.login_box .title_h5{
		font-size: 0.28rem;
		margin-bottom: 0.4rem;
	}
	.login_box .ul{
		margin-top: -0.16rem;
	}
	.login_box .ul li{
		width: 48%;
		margin-right: 4%;
		margin-top: 0.16rem;
	}
	.login_box .ul li:nth-of-type(2n){
		margin-right: 0;
	}
	.login_box .ul li a{
		padding: 0.2rem;
	}
	.login_box .ul li a::after{
		display: none;
	}
	.login_box .ul li a em{
		width: 1.0rem;
		padding-bottom: 1.0rem;
	}
	.login_box .ul li a em i{
		width: 0.6rem;
		height: 0.6rem;
	}
	.login_box .ul li a span{
		font-size: 0.16rem;
		margin-top: 0.14rem;
	}
	.search_box .div1{
		padding: 0.3rem 4%;
	}
	.search_box .div1 form input{
		height: 0.5rem;
		width: calc(100% - 0.5rem);
	}
	.search_box .div1 form button{
		width: 0.5rem;
		height: 0.5rem;
		font-size: 0.3rem;
	}
	.search_box .div2{
		margin-top: 0.4rem;
	}
	.search_box .div2 .ul li{
		height: 0.5rem;
		line-height: 0.5rem;
	}
	.search_box .div2 .ul li a{
		font-size: 0.16rem;
	}


	.more_a{
		width: 1.1rem;
		height: 0.40rem;
		line-height: 0.40rem;
		margin-top: 0.3rem;
		font-size: 0.14rem;
	}
	.more_a::after{
		font-size: 0.15rem;
	}
	.banner_swiper{
		position: relative;
		top: 0;
		left: 0;
		height: 60vw;
	}
	.swiper-pagination{
		bottom: 0.2rem !important;
	}
	/*旧的*/
	.banner_swiper .swiper-slide .w1200{
		top: 50%;
		text-align: center;
	}
	.banner_swiper .swiper-slide .w1200 h5{
		font-size: 0.3rem;
	}
	.banner_swiper .swiper-slide .w1200 h6{
		font-size: 0.16rem;
		/* letter-spacing: 0.1rem; */
		margin-top: 0.1rem;
	}
	.banner_swiper .swiper-slide .w1200 dd{
		font-size: 0.16rem;
	}
	.banner_swiper .swiper-slide .w1200 dl{
		margin-top: 0.14rem;
	}
	.banner_swiper .swiper-slide .w1200 .more_a{
		margin: 0.3rem auto 0;
	}
    /*新增*/
    .banner_swiper .swiper-slide .w2300{
		top: 50%;
		text-align: center;
	}
	.banner_swiper .swiper-slide .w2300 h5{
		font-size: 0.3rem;
	}
	.banner_swiper .swiper-slide .w2300 h6{
		font-size: 0.16rem;
		/* letter-spacing: 0.1rem; */
		margin-top: 0.1rem;
	}
	.banner_swiper .swiper-slide .w2300 dd{
		font-size: 0.16rem;
	}
	.banner_swiper .swiper-slide .w2300 dl{
		margin-top: 0.14rem;
	}
	.banner_swiper .swiper-slide .w2300 .more_a{
		margin: 0.3rem auto 0;
	}
	/*新增end*/
	.index_box{
		margin-top: 0;
	}
	.index_box .div1 .ul{
		flex-wrap: wrap;
	}
	.index_box .div1 .ul li{
		width: 48%;
		margin-right: 4%;
		margin-bottom: 0.54rem;
	}
	.index_box .div1 .ul li:nth-of-type(2n){
		margin-right: 0;
	}
	.index_box .div1 .ul li:last-of-type{
		margin-bottom: 0;
	}

	.index_box .div1 .ul a h6{
		font-size: 0.2rem;
	}
	.index_box .div2 .div{
		padding-top: 0.5rem;
	}
	.index_box .div2 .dl{
		flex-direction: column-reverse;
		margin-top: 0.4rem;
	}
	
	.index_box .div2 .dl .calc {
	    margin-right: 0;
	    width: auto;
	}
	
	.index_box .div2 .dl dt{
		width: 100%;
		margin-top: 0.3rem;
	}
	.index_box .div2 .dl dd{
		width: 100%;
		padding: 0;
	}
	.index_box .div2 .dl dd::before{
		display: none;
	}
	.index_box .div2 .dl dd img{
		width: 100%;
	}
	.index_box .div2 .dl dt .title_h5{
		margin-bottom: 0.2rem;
	}
	.index_box .div2 .jxw_img{
		display: none;
	}
	.index_box .div2 .dl dt p{
		margin-bottom: 0.14rem;
	}
	.index_box .div2 .dl dt .more_a{
		margin-top: 0.3rem;
	}
	.index_box .div3{
		height: 2.2rem;
	}
	.index_box .div3 h6{
		font-size: 0.24rem;
		line-height: 1.4;
	}
	.index_box .div4 .divt{
		margin-bottom: 0.4rem;
	}
	.index_box .div4 .divb{
		display: block;
		height: auto;
	}
	.index_box .div4 .divb .d1{
		display: none;
	}
	.index_box .div4 .divb .d2{
		display: none;
	}
	.index_box .div4 .divb .d3 a{
		padding: 0.2rem;
	}
	.index_box .div5 .ul{
		flex-wrap: wrap;
		margin-top: -0.2rem;
	}
	.index_box .div5 .ul li{
		width: 50%;
		margin-top: 0.2rem;
	}
	.index_box .div5 .more_a{
		margin: 0.4rem auto 0;
	}
	.bayWindow_box{
		right: 0.1rem;
		bottom: 0.1rem;
	}
	.bayWindow_box a{
		width: 0.44rem;
		height: 0.44rem;
	}
	.bayWindow_box a i{
		font-size: 0.28rem;
		height: 0.28rem;
	}
	.bayWindow_box a span{
		display: none;
	}
	.bayWindow_box a strong{
		display: none;
	}
	
	.swhg_box .title_h4{
		font-size: 0.28rem;
		margin-bottom: 0.4rem;
		line-height: 1.3;
	}
	.swhg_box .title_h4::before,
	.swhg_box .title_h4::after{
		display: none;
	}
	.swhg_box .div1 .ul{
		padding-top: 0.2rem;
	}
	.swhg_box .div1 .ul li{
		width: 48%;
		margin-right: 4%;
		margin-top: 0.6rem;
	}
	.swhg_box .div1 .ul li:nth-of-type(3n){
		margin-right: 4%;
	}
	.swhg_box .div1 .ul li:nth-of-type(2n){
		margin-right: 0;
	}
	.swhg_box .div1 .ul li em{
		width: 0.8rem;
		height: 0.8rem;
		margin-top: -0.4rem;
	}
	.swhg_box .div1 .ul li h6{
		font-size: 0.2rem;
	}
	.swhg_box .div2 .w1200{
		width: 92%;
	}
	.swhg_box .title_h6{
		font-size: 0.18rem;
		margin-bottom: 0.4rem;
	}
	.swhg_box .div3 .ul{
		flex-wrap: wrap;
		justify-content: space-between;
		padding-top: 0;
		margin-top: -0.2rem;
	}
	.swhg_box .div3 .ul li{
		width: 48%;
		border-radius: 0.2rem;
		margin-top: 0.2rem;
		background-color: #fff;
		box-shadow: 0px 0.1rem 0.24rem 0px rgba(0,0,0,0.13);
	}
	.swhg_box .div3 .ul i{
		display: none;
		width: 0.6rem;
		height: 0.6rem;
		margin: 0 auto;
		transform: rotate(90deg);
	}
	.swhg_box .div3 .ul li .img{
		display: none;
	}
	.swhg_box .div3 .ul li div{
		padding: 0.2rem 0.1rem;
		text-align: center;
		box-shadow: none;
	}
	.swhg_box .div3 .ul li div span{
		color: #fff;
		width: 0.4rem;
		height: 0.4rem;
		border-radius: 50%;
		text-align: center;
		line-height: 0.4rem;
		background-color: #0093dd;
		font-size: 0.24rem;
	}
	.swhg_box .div3 .ul li div img{
		width: 0.5rem;
		height: 0.5rem;
		margin-top: 0.1rem;
	}
	.swhg_box .div3 .ul li div h6{
		font-size: 0.2rem;
	}
	.swhg_box .div3 .ul li div dd{
		text-align: center;
		font-size: 0.14rem;
		margin-top: 0;
	}
	.swhg_box .div4 .w1200{
		display: block;
	}
	.swhg_box .div4 .w1200 img{
		width: 100%;
	}
	.swhg_box .div4 .w1200 dl{
		width: 100%;
		margin-top: 0.4rem;
	}
	.swhg_box .div4 .w1200 dt{
		font-size: 0.22rem;
	}
	.swhg_box .div4 .w1200 dd a{
		padding: 0.16rem 0;
	}
	.swhg_box .div4 .w1200 dd a p{
		font-size: 0.18rem;
	}
	

	.swiper-dl .swiper-button-prev,
	.swiper-dl .swiper-button-next{
		width: 0.32rem;
		height: 0.32rem;
		line-height: 0.34rem;
	}
	
	
	.gsl_box .div8{
		height: auto;
		padding-bottom: 0.5rem;
	}
	.gsl_box .div8 .divs{
		position: static;
		transform: translateX(0);
		margin-bottom: 0.16rem;
	}
	.gsl_box .div8 .divs .h6{
		width: 100%;
		font-size: 0.18rem;
		text-align: center;
	}
	.gsl_box .div8 .divs .swiper-container{
		display: none;
	}
	.gsl_box .div8 .dl{
		height: 60vw;
		overflow: hidden;
	}
	/* .gsl_box .div8 .dd1{
		position: static;
		height: auto;
	}
	.gsl_box .div8 .dd1 .div{
		width: 100%;
		position: static;
		transform: translate(0,0);
		box-sizing: border-box;
		padding: 1.1rem 4% 0.5rem;
	}
	.gsl_box .div8 .dd1 .bg_img{
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
	}
	.gsl_box .div8 .dd1 .img{
		display: none;
	}
	.gsl_box .div8 .dd1 .h5{
		display: none;
	}
	.gsl_box .div8 .dd1 .ul{
		position: static;
	}
	.gsl_box .div8 .dd1 .ul li{
		position: static;
		width: 100%;
		transform: translate(0,0) !important;
		margin-bottom: 0.3rem;
	}
	.gsl_box .div8 .dd1 .ul li:last-of-type{
		margin-bottom: 0;
	}
	.gsl_box .div8 .dd1 .ul h6{
		padding: 0.1rem 0.16rem;
		margin-bottom: 0.2rem;
	}
	.gsl_box .div8 .dd1 .ul h6 span{
		width: 50%;
	}
	.gsl_box .div8 .dd1 .ul img{
		display: none;
	} */
	.gsl_box .div8 .dd1 .div{
		top: 60%;
		transform: translate(-50%,-50%) scale(0.28);
	}
	.gsl_box .div8 .dd2 .div{
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%) scale(0.4);
	}
	.gsl_box .div8 .dd3 .div{
		transform: scale(1.4);
	}
	.gsl_box .div8 .ol{
		display: flex;
		justify-content: space-between;
	}
	
	
}
@media screen and (max-width: 760px) {
	.app_no{
		display: none !important;
	}
	.foot_box{
		padding-top: 0rem;
	}
	.head_box{
		background-color: #fff;
	}
}

@media (min-width:760px){
	.web_no{
		display: none !important;
	}
	.csfw_card .padding_left{
		padding-left: 0.48rem;
	}
	.csfw_card .padding_right{
		padding-right: 0.48rem;
	}
} 


.my-gbook{
	padding: 0.3rem 1rem;
}
.my-gbook .form-card{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0.1rem;
}
.my-gbook .form-card .item{
	width: 100%;
	color: #93979D;
	font-size: 0.16rem;
}
.my-gbook .form-card .item .span{
	color: red;
	padding-left: 0.05rem;
}
.my-gbook .form-card .item .input_card{
	padding: 0.05rem 0.1rem;
	box-sizing: border-box;
	background-color: #DAE7EE;
	line-height: 0.4rem;
	border-radius: 0.04rem;
	margin-top: 0.1rem;
}
.myform-btn{
	width: 50%;
	background-color: rgba(71, 147, 255, 1);
	height: 0.5rem;
	border-radius: 0.04rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 600;
	font-size: 0.2rem;
	margin:0.2rem auto 0rem;
	cursor: pointer;
}
.myform-btn a{
	color: #fff;
}
.my-gbook .form-card .item .input_card input{
	width: 100%;
}


.zjjj-card{
	width: 100%;
	padding: 0.2rem 3.5rem 0.6rem;
	text-align: center;
	background-color: #EAF7FF;
	box-sizing: border-box;
}
.zjjj-card h5{
	font-size: 0.45rem;
	font-weight: 700;
	color: #fff;
	-webkit-text-stroke: #999 1px;
	letter-spacing: 0.02rem;
	margin-bottom: 0.64rem;
}
.jjfa-gbook{
	display: flex;
	justify-content: space-between;
}
.jjfa-gbook .item{
	width: 30%;
	display: flex;
	align-items: center;
}
.jjfa-gbook .item .input_card{
	height: 0.5rem;
	width: 100%;
	border: #999 2px solid;
	display: flex;
	padding: 0rem 0.2rem;
	background-color: #fff;
}
.jjfa-gbook .item .input_card input{
	width: 100%;
	font-size: 0.16rem;
}
.jjfz-form-btn{
	width: 3rem;
	background-color: rgba(71, 147, 255, 1);
	height: 0.5rem;
	border-radius: 0.1rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 600;
	font-size: 0.2rem;
	cursor: pointer;
}
.jjfz-form-btn a{
	color: #fff;
}



































































