@charset "utf-8";
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@font-face{
	font-family: harmRegular;
	src:url(../fonts/HarmonyOS_Sans_SC_Regular.ttf);
}
/* html{-webkit-text-size-adjust:100%;font-size:5.2083333vw;} */
html{-webkit-text-size-adjust:100%;font-size:100px}

html,body{height:100%;}

body{padding:0; margin:0px auto; font-size:0.18rem;line-height:0.3rem; color:#333333; width:100%; zoom:1;font-family: "harmRegular","Microsoft YaHei","微软雅黑",Arial,sans-serif;background:#fff;}
ul,li,form, dl,dt,dd,div,ul,li,p,em,i,address{ font-style:normal; list-style:none; padding: 0px; margin: 0px;}
h1,h2,h3,h4,h5,h6{ padding:0px; margin:0px;}
select,input,textarea,button{ font-size:16px; border-radius:0; -webkit-border-radius:0; color:#545454;font-family: "harmRegular","Microsoft YaHei","微软雅黑",Arial,sans-serif;}
input:focus { outline: none;}
input,button,select,textarea{ border:0px;outline:none;/*-webkit-appearance:none;*//*强制去除表单自带的样式*/}
button{ cursor:pointer;}
textarea{resize:none;/*-webkit-appearance:none;*//*强制去除textarea自带的样式*/}
textarea,input,select { background:none; border:none; margin:0; padding:0;}
article,aside,footer,header,hgroup,nav,section,figure,fxigcaption,address,pre,time,menu{ padding: 0px;margin: 0; display: block;font-family: "harmRegular","Microsoft YaHei","微软雅黑",Arial,sans-serif;}
pre{white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;}
/*html5设置*/

figure,figcaption{ margin:0px; padding:0px;}
audio,canvas,progress,video { display: inline-block; vertical-align: baseline;}
img{ max-width:100%; border:none; border:0;display: inline-block;vertical-align: middle;}
a{ color:#333333; text-decoration:none; noline:-webkit-tap-highlight-color:rgba(0,0,0,0);/*transition: all ease 0.3s;*/}
a:focus {outline:none; -moz-outline:none;}
a:hover{ text-decoration:none; color:#70B913;}
/**:hover{transition: all ease 0.3s;}*/

/*input字体*/
:-moz-placeholder {color: #999999;}
::-moz-placeholder {color: #999999;}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {color: #999999;}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {color: #999999;}

select {
	/*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
	border: solid 1px #d9d9d9; text-indent:1em;
	/*很关键：将默认的select选择框样式清除*/
	appearance: none; color:#999999;
	-moz-appearance: none;
	-webkit-appearance: none;
	/*在选择框的最右侧中间显示小箭头图片*/
	/* background: url(../images/select.gif) no-repeat scroll 95% center transparent; */
	/*为下拉小箭头留出一点位置，避免被文字覆盖*/
	padding-right: 14px;
}

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand {
display: none;
}

/*网页滚动条*/
::-webkit-scrollbar{
            width: 8px; height:6px;-webkit-overflow-scrolling : touch;
            background-color: #e6e6e6;}
::-webkit-scrollbar-track{
            background-color: #e6e6e6;}
::-webkit-scrollbar-thumb{
            border-radius: 10px;
            background-color: #58504a;}
::-webkit-scrollbar-button{
            height: 0px;
            background-color: #e6e6e6;}

/*公用样式*/
.fl{ float:left;}.fr{ float:right;}.tl{ text-align:left !important;}.tr{ text-align:right;}.tc{ text-align:center !important;}
.hide{ display:none;}
.block{ display:block;}
.clear{ clear:both;}
.clearfix{overflow:hidden;_zoom:1;}
.clearfix:after{ content: ''; display: block; clear: both; height: 0; visibility: hidden;}
.clearfix{*zoom:1;}.relative{ position:relative;}
.bodyon{ overflow:hidden;}
.w1600{ z-index:3; position:relative; clear:both; /*max-width:1600px;*/width: 16rem; margin:0px auto;}
.w1440{ z-index:3; position:relative; clear:both; /*max-width:1440px;*/width: 14.4rem; margin:0px auto;}
.w1200{ z-index:3; position:relative; clear:both; /*max-width:1440px;*/width: 1200px; margin:0px auto;}
.w1000{width: 1000px;margin: 0px auto;}
.table{ display: table; width:100%;}
.table .row{ display: table-row;}
.table .cell{ display: table-cell; vertical-align: middle;}
.iblock{font-size:0;}
.iblock div,.iblock li{ display: inline-block; vertical-align: middle;font-size:16px;}
.pd100{padding-top:1rem;padding-bottom:1rem;}
.pt100{padding-top:1rem;}
.pb100{padding-bottom:1rem;}
.nones{ position:absolute; visibility:hidden; opacity:0; top:0;width: 100%;z-index: -1;}
.relative{position: relative;}

/* button */
.btnam{position: relative;transition: all 0.3s;display: inline-block;text-align: center;overflow: hidden;clear: both;}
.btnam em{position: relative;z-index: 1;display: inline-block;}
.btnam:after{left: 0;bottom: -200%;position: absolute;content: "";width: 200%;height: 200%;transition: all 0.5s 0.1s;background-image: linear-gradient(#73ca24, #92f13e);}
.btnam:hover:after{bottom:0%;width: 120%;height: 120%;}
.btnam:hover{color:#fff;}

/*font*/
.f_red{ color:#cc0000;}
.f_999{ color:#999999;}
.txt_justify{word-wrap:break-word;word-break:normal;text-align:justify;}

.iconfont{ font-size:24px; vertical-align:middle;display: inline-block;}
.iconyjt{margin-top: -3px;font-size: 20px;}
.tit{ display:block;text-overflow:ellipsis; white-space:nowrap; *white-space:nowrap; overflow:hidden; width:100%;}
.p,.dot{overflow: hidden;word-break:normal;
text-overflow: ellipsis;
/* white-space: break-spaces; */
display: -webkit-box;
-webkit-box-orient: vertical;}
.dot1{-webkit-line-clamp: 1;}
.dot2{-webkit-line-clamp: 2;}
.dot3{-webkit-line-clamp: 3;}
.dot4{-webkit-line-clamp: 4;}
.dot5{-webkit-line-clamp: 5;}
.dot6{-webkit-line-clamp: 6;}
.dot7{-webkit-line-clamp: 7;}

@media(max-width:1600px){
	html{font-size:6.25vw}
}
@media(max-width:1440px){
	.w1600,.w1440,.w1200{width: 90%;}
}
@media ( max-width:1024px){
	html{font-size:9.765625vw}
	select,input,textarea,button{font-size: 14px;}
	.w1600,.w1440,.w1200,.w1000{width:92%;min-width: 300px;}
body{min-width:300px;padding-top: 50px;}
.pd100{padding-top:0.8rem;padding-bottom:0.8rem;}
.pt100{padding-top: 0.8rem;}
.pb100{padding-bottom: 0.8rem;}
}
@media(max-width:768px){
	body{font-size: 14px;line-height: 24px;}
	html{font-size:12.02083vw}
	.btnam {font-size: 14px !important;}
}


/*effict*/
.Scale-img {overflow: hidden; zoom:1; overflow: hidden;}
.Scale-img img,.Scale-img span {opacity: 1;-webkit-transition: opacity 0.6s, -webkit-transform 0.6s;transition: opacity 0.6s, transform 0.6s;}
.Scale-img:hover img,.Scale-img:hover span {opacity: 1;-webkit-transform: scale3d(1.05,1.05,1.05);transform: scale3d(1.05,1.05,1.05); top:0px; left:0px;}
.effict{transition: all ease 0.3s;}
.imgbox{ overflow:hidden; position:relative; /*background:url(../uploadfiles/nopic.jpg) center center no-repeat; background-size:contain;*/}
.imgbox span{ background-position:center center; background-repeat:no-repeat; background-size:cover; position:absolute; left:0px; top:0px; width:100%; height:100%;display: flex;align-items: center;justify-content: center;}
.imgbox img{ width:auto; max-height:100%;}

.ico{display: flex;vertical-align: middle;position: relative;align-items: center;justify-content: center;}
.ico .i1,.ico .i2 {position: absolute;z-index: 100;}
.ico .i1 {transition: 400ms;}
.ico .i2 {-webkit-transform: scale(0);transform: scale(0);opacity: 0;filter: alpha(opacity=0);transition: 500ms;}
.li:hover .ico .i2,.li.on .ico .i2 {-webkit-transform: scale(1);transform: scale(1);opacity: 1;filter: alpha(opacity=100);}
.li:hover .ico .i1,.li.on .ico .i1 {opacity: 0;filter: alpha(opacity=0);-webkit-transform: scale(1.2);transform: scale(1.2);}

/*pages*/
.Pages{clear: both;text-align: center;line-height: 34px;font-family: Arial, Helvetica, sans-serif;font-size: 18px;padding-top: 2%;position: relative;}
.Pages a{display: inline-block;vertical-align: middle;}
.Pages .num a{color:#333333;margin:0 0.2rem;}
.Pages .num a:hover,.Pages .num a.a_cur{color:#e60012;text-decoration: underline;}
.Pages .arr{width: 0.6rem;height: 0.6rem;border:1px solid #d8d8d8;z-index: 100;transition: all 0.3s;border-radius: 50%;position: relative;}
.Pages .arr:After{width: 0.5rem;height: 10px;content: "";position: absolute;top: 50%;transform: translateY(-50%);transition: all 0.3s;}
.Pages .a_prev{margin-right: 0.65rem;}
.Pages .a_prev:After{right: -0.2rem;background-image: url(../images/arrleft2.png);}
.Pages .a_prev:hover:After{right: -0.1rem;background-image: url(../images/arrleft3.png);}
.Pages .a_next{ margin-left: .65rem;}
.Pages .a_next:After{left: -0.2rem;background-image: url(../images/arrright2.png);background-position: right center;}
.Pages .a_next:hover:After{left: -0.1rem;background-image: url(../images/arrright3.png);background-position: right center;}
.Pages .arr:hover{border:1px solid rgba(230,0,18,0.4);}

@media ( max-width:1024px){
.Pages{line-height:25px; font-size:14px;}
.Pages .arr{padding:0 5px;}
.Pages .p_page .num a{ width:25px;}
.Pages .a_prev{margin-right: 5px;}
.Pages .a_next{margin-left: 5px;}
}
/*pages end*/


/*Top*/
.Header{ position:fixed; width:100%; left:0; top:0;z-index:1000; transition: all 0.3s;height: 110px;line-height: 110px;border-bottom: 1px solid rgba(255,255,255,0.1);}
.Header .w1440 {text-align: right;position: static;}
.Header .dis{display: inline-block;vertical-align: top;}
.Header .Logo{float: left;}
.Header .Logo img{height: 82px;transition: all 0.3s;}
.Header .Logo .cai{display: none;}

.Searchico{ cursor:pointer; color:#fff;display: inline-block;vertical-align: middle;position: absolute;right: 1.1rem;top: 0;width: 1.13rem;text-align: center;background:rgba(0,0,0,0.3);height: 100%;}
.Searchico:hover{color:#70B913;}
.Searchico .icongb{ display:none;}
.Searchico.on .icongb{ display:block;}
.Searchico.on .iconso{ display:none;}
.Searchico .iconfont{ font-size:25px;}
.searchbox{width:100%;position: absolute;line-height: 35px;opacity: 0;visibility: hidden;z-index: -1;top: 120%;transition: all 0.3s;left: 0;background:rgba(255,255,255,0.85);padding:0.19rem 0 0.4rem 0;text-align: left;}
.searchbox .w1440{position: relative;text-align: left;}
.searchbox .ti{line-height: 0.58rem;color:#333;font-size: 18px;}
.searchbox .input{width:calc(100% - 128px); height:46px; line-height:46px; text-indent:1em;font-size: 14px;background:#fff;float: left;color: #666}
.searchbox .btn {width: 128px;float: right;height: 46px;color:#fff;background: #70B913;}
.searchbox .btn:hover {background:rgba(128,173,52,.8);}
.searchbox.on{opacity: 1;visibility: visible;top: 100%;z-index: 10;right: 0.9rem;}

.menuIco{ position: absolute; display: flex;align-items: center;justify-content: center; right: 0; top: 0; width: 1.1rem; height: 110px; background: #70B913; text-align: center; color: #fff; font-size: 14px; transition: all 0.3s}
.menuIco .flxe{ display: inline-block;line-height: 0.4rem; }
.menuIco .flxe img{display: block;margin: 0 auto}
.menuIco .flxe br{display: none}
.menuIco:hover{ color: #fff; }
.Header.fixed3 .menuIco{height: 80px; }

.MainNav li{float: left; margin-right: 0.4rem; position:relative; z-index:100;}
.MainNav li:last-child{margin-right: 0;}
.MainNav span a{ position:relative; z-index:1;display:block; text-align:center;transition: all ease 0s;color:#fff;font-size: 0.2rem;}
.MainNav span a em{ position:relative; z-index:1;}
.MainNav span a:after{ position:absolute; left:50%; width:0; bottom:1px; height:2px; background:#70B913;transition: all ease 0.3s;content: "";transform: translateX(-50%);}
.MainNav .arr{ display:none;}
.MainNav li:hover span a,.MainNav li.onnav span a{color:#70B913 !important;}
.MainNav li:hover a:after,.MainNav li.onnav a:after{ width:30PX;}
.MainNav .Pro{position: static;}

.NavPull{ z-index:99;display:none; position:absolute; text-align:center; top:110px; left:50%;width:200px;font-size: 0.16rem;margin-left:-100px; line-height:33px; background:rgba(255,255,255,0.9); box-shadow:0 5px 15px rgba(0,0,0,0.2);}
/* .NavPull.null{background:none; padding:0;} */
.NavPull dd{ position:relative;}
.NavPull a{padding:0; display:block; padding:4px 0;}
.NavPull dl p{position: relative;}
.NavPull dl p span{position: absolute;width: 100%;left: 100%;top: 0;background: rgba(255,255,255,.9);display: none;box-shadow: 0 0 29px rgba(0,0,0,0.05);}
.NavPull dl p:hover span{display: block;}
.MainNav .NavPull span a{font-size: 0.16rem;color: #333 !important;font-weight: normal;}
.MainNav .NavPull span a:hover{color: #70B913  !important}
.MainNav .NavPull span a:after{display: none;}
.MainNav li:hover .NavPull span a{color: #333 !important}
.MainNav li:hover .NavPull span a:hover{color: #70B913  !important}
.closebtn{ position:fixed; left:0px; top:50px; width:100%; height:100%; z-index:10; display:none;background: rgba(0,0,0,0.5);}
.openbtn{ cursor:pointer; height:25px; position:absolute; right:0; top:0;height: 80%; z-index:999;color:#fff;font-family: Arial, Helvetica, sans-serif;display: none;font-size: 12px;display: none;}
.openbtn span{ display:inline-block;vertical-align: middle;margin:0 10px 0 0;}
.openbtn i{ display:block; height:2px; background:#333; border-radius:4px; margin:5px 0;transition: all ease 0.3s;width: 25px;}
.openbtn i.sp3{margin-left: 5px;width: 20px;}
.openbtn.on .sp1 {
	-webkit-transform: translate(0, 7px) rotate(45deg) !important;
	-moz-transform: translate(0, 7px) rotate(45deg) !important;
	-ms-transform: translate(0, 7px) rotate(45deg) !important;
	-o-transform: translate(0, 7px) rotate(45deg) !important;
	transform: translate(0, 7px) rotate(45deg) !important;}
.openbtn.on .sp2 {
	-webkit-transform: translate(0, 0) rotate(-45deg) !important;
	-moz-transform: translate(0, 0) rotate(-45deg) !important;
	-ms-transform: translate(0, 0) rotate(-45deg) !important;
	-o-transform: translate(0, 0) rotate(-45deg) !important;
	transform: translate(0, 0) rotate(-45deg) !important;}	
.openbtn.on .sp3 {width: 0;}

.Header.fixed3{background:rgba(255,255,255,0.9);box-shadow: 0 0 15px rgba(0,0,0,0.12);border-bottom: 1px solid #bdd5df;height: 80px;line-height: 80px;}
.Header.fixed3 .Logo img{height: 62px;}
.Header.on{background:rgba(255,255,255,0.9);box-shadow: 0 0 15px rgba(0,0,0,0.12);border-bottom: 1px solid #bdd5df;}
.Header.on .MainNav li:hover span a:after,
.Header.on .MainNav li.onnav span  a:after,
.Header.fixed3 .MainNav li:hover span a:after,
.Header.fixed3 .MainNav li.onnav span a:after{ width:100%;}
.Header.fixed3 .Logo .cai,.Header.on .Logo .cai{display: inline-block;}
.Header.fixed3 .Logo .bai,.Header.on .Logo .bai{display: none;}
.Header.fixed3 .MainNav span a,.Header.on .MainNav span a{color: #333;}
.Header.fixed3 .MainNav.on .Pro .NavPull{height: calc(100vh - 80px);}
.Header.fixed3 .NavPull{top: 80px;}

@media(max-width:1700px){
	.Header .w1440{padding-right: 2rem;}
}
@media(max-width:1024px){
	.Header{height:50px !important;line-height:50px !important;}
    .Header .w1440{padding-right: 0rem;}
	.Header .Logo img{height: 35px !important;}
	.openbtn{right: 1.15rem !important;}
	.menuIco .flxe img{display: none}
	.menuIco{height: 50px;padding: 0 10px;}
	.Header.fixed3 .menuIco{height: 50px;}
	
	.openbtn{display: block;}
	.Searchico{margin-right: 40px;width: 50px;background:transparent;color:#333;}
	
	.MainNav{position: fixed;right: 0;top: 50px;width: 80%;height: calc(100% - 50px);right: -100%;transition: all 0.3s;opacity: 0;background:#fff;box-shadow: 0 0 20px rgba(0,0,0,0.2);padding-top: 20px;overflow-y: auto;z-index: 100;}
	.MainNav ul{float: none;}
	.MainNav.on{right: 0;opacity: 1;}
	.MainNav li{width: auto;float: none;text-align: left;margin-right: 0;position: relative !important;}
	.MainNav span a{text-align: left;font-size: 17px;padding-left: 15px;line-height: 50px;border-bottom: 1px solid #eee;margin:0 10px;color:#333;}
	.MainNav .arr{display: block !important;width: 80px;position: absolute;right: 0;top: 0;height: 50px;line-height: 50px;z-index: 5;}
	.MainNav .arr i{position: absolute;right: 10px;font-size: 14px;color:#666;top: 0;transition: all 0.3s;}
	.MainNav li.onnav .arr i{transform: rotate(-180deg);}
	.NavPull{position: static;width: auto;margin:0 10px;text-align: left;padding: 0;overflow: visible !important;height: auto !important;font-size: 14px;}
	.NavPull dd a{padding: 0 0 0 15px;font-size: 16px;}
	.MainNav .w1440{min-width: auto;}
	.NavPull dl p{padding-left: 15px;font-size: 16px;}
	.NavPull dl p span{position: static;}
	.MainNav .nav3 span a{line-height: 30px;}
		.MainNav li#nav3 .arr i{display: none  !important}
	.MainNav .NavPull span a{font-size: 0.36rem}
	}




/*Bottom*/
.Footer{clear: both;color:#fff;position: relative;padding:1.13rem 0 0 0;z-index: 2;background:#29303e url(../images/footerbg.jpg) center top no-repeat;}
.Footer a{color:rgba(255,255,255,0.5);}
.Footer a:hover{color:#fff;}
.Footer .sitemap{width: calc(100% - 220px);float: right;display: flex;justify-content: space-between; line-height: 0.4rem;margin-bottom: 1.1rem;}
.Footer .sitemap dl{padding-left: 0.3rem;}
.Footer .sitemap dl dt{margin-bottom: 8px;color: #fff;position: relative;font-size: 0.2rem;}
.Footer .sitemap dl dt i{font-size: 16px;position: absolute;right: 0;top: 0;width: 100%;text-align: right;display: none;z-index: 3;}
.Footer .sitemap dl dt a{position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 1;}
.Footer .sitemap dl dd{font-size: 0.16rem;}

.Footer .contact{float: left;width: 212px;}
.Footer .contact .ewm img{display: block;padding:8px;background:#fff;width: 124px;height: 124px;}
.Footer .contact .tel{margin-bottom: 9px;line-height: 0.48rem;font-size: 0.3rem;display: block;font-family: DINM;}

.Footer .Copyright{clear: both;background:rgba(0,0,0,0.11);color:rgba(255,255,255,0.5);padding:0.35rem 0;font-size: 16px;}
.Footer .Copyright a{display: inline-block;margin-left: 0.36rem;}

.totop{position:fixed;right:0;bottom:-100%;text-align: center; cursor: pointer;overflow: hidden;visibility: hidden;opacity: 0;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;width: 0.6rem;height: 0.6rem;line-height: 0.6rem;background:#333;color:#fff;box-shadow:0 0 10px rgba(0,0,0,0.2);z-index:210;}
.totop.cd-is-visible {visibility: visible;opacity: 1; cursor:pointer;bottom: 0;}
.totop:hover{color:#fff;background:#70B913;}

@media(max-width:1440px){
	.Footer:After{width: 65%;}
}
@media(max-width:1024px){
	.Footer{padding:0.5rem 0 0;min-height: auto;}
	.Footer:After{height: 100%;width: 100%;border-radius: 0;}

	.Footer .sitemap{display: block;float: none;width: auto;margin-bottom: 0.3rem;}
	.Footer .sitemap dl{border-bottom: 1px solid rgba(255,255,255,0.05);padding-left: 0;margin-bottom: 5px;}
	.Footer .sitemap dl dd{display: none;padding-bottom: 9px;font-size: 15px;line-height: 30px;}
	.Footer .sitemap dl dt{font-size: 16px;line-height: 35px;margin-bottom: 0;}
	.Footer .sitemap dl dt i{display: block;}

	.Footer .contact{width: auto;margin-bottom: 0.3rem;float: none;}
	.Footer .contact ul{min-height: auto;margin-bottom: 0;}

	.Footer .Copyright {padding-top: 20px;}
	.Footer .Copyright dd{float: none !important;text-align: center;}
}
@media(max-width:767px){
	.Footer {line-height: 24px;}
	.Footer .sitemap{width: auto;float: none;margin-bottom: 20px;}
	.Footer .contact{width: auto;float: none;}
	.Footer .contact li a{font-size: 16px;}
	.Footer .contact li{margin-bottom: 15px;}
	.Footer .contact .ewm{top: -5px;}
	.Footer .contact .ewm img{width: 95px;height: 95px;}

	.Footer .Copyright{font-size: 12px;}
	.totop{width: 38px;height: 38px;line-height: 38px;}
}
/*Bottom*/


.itemhover{transition: all ease 0.3s;display: block;}
.activehover{-webkit-box-shadow: 0 15px 38px rgba(0,0,0,0.18);
	box-shadow: 0 15px 38px rgba(0,0,0,0.18);
	-webkit-transform: translate3d(0, -4px, 0);
	transform: translate3d(0, -4px, 0);}
.itemhover2{transition: all ease 0.3s;display: block;}
.activehover2{
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0);}

		/* title */

		.desc{ word-wrap:break-word;word-break:normal;text-align:justify;color:#333;}
		.Tit38{font-size: 0.38rem;line-height: 0.53rem;padding-bottom: 0.18rem;font-weight: normal;}
		.Tit40{font-size: 0.40rem;line-height: 0.53rem;padding-bottom: 0.18rem;}
		.SupportFa{text-align: center;line-height: 0.55rem;}
		.SupportFa .Tit38{padding-bottom: 0;display: inline-block;vertical-align: middle;}
		.SupportFa .btn{display: inline-block;vertical-align: middle;padding-left: 1.32rem;}
		.SupportFa .btn a{display: inline-block;vertical-align: middle;margin-left: 0.55rem;border: 1px solid #b7d3b7;font-size: 0.22rem;padding:0 0.3rem;color:#70B913;}
		.SupportFa .btn a:hover{border: 1px solid #70B913;}
		.SupportFa .btn img{display: inline-block;vertical-align: middle;margin: -4px 0.2rem 0 0;}

		@media(max-width:1024px){
			.SupportFa .btn{display: block;padding: 0.3rem 0 0 0;}
			.SupportFa .btn a:nth-child(1){margin-left: 0;}
		}
		@media(max-width:767px){
			.Tit38{font-size: 18px;}
			.Tit40{font-size: 20px;}
			.SupportFa .btn a{line-height: 32px;}
		}



/*20240705*/
.MainNav li#nav150{position: static;}
.NavPull.NavPull2{width: 100%;left: 0;margin-left: 0;;padding: 0.4rem 6%;display: none;background: #fff}
.NavPull.NavPull2 dl{float: left;text-align: left;position: relative;width: 30%;padding-left: 0.6rem;}
.NavPull.NavPull2 dl dt{font-size: 18px;color: #3D3D3D;line-height: 32px;font-weight: 500;margin-bottom: 0.1rem;}
.NavPull.NavPull2 dl:nth-of-type(1){width: 40%;padding-left: 0;} 
.NavPull.NavPull2 dl:nth-of-type(1) dd{float: left;width: 48%;}
.NavPull.NavPull2 dl:nth-of-type(1) dd:nth-child(2n){/*float: right;*/}
.NavPull.NavPull2 dl dd a{padding: 0}
.NavPull.NavPull2 dl:after{position: absolute;right: 0;height: calc(100% - 0.5rem);top: 0.5rem;width: 1px;background: #D8D8D8;content: ""}
.NavPull.NavPull2 dl:nth-of-type(3):after{display: none}


.Jjfa_top{height: 0.6rem;line-height: 0.6rem;text-align: center; background: #fff;/*margin-top:1.2rem*/}
.Jjfa_top .back{margin-left: 0.6rem;float: left;}
.Jjfa_top p{display: inline-block;font-size: 0.18rem;color: #3D3D3D;}
.Jjfa_top .fr .share{font-size: 0.14rem;margin-right: 0.5rem;display: inline-block;position: relative;cursor: pointer;}
.Jjfa_top .fr .download{font-size: 0.18rem;font-weight: 500;padding: 4px 12px;line-height: 26px;background: #70B913;border-radius: 40px;color: #fff}
.Jjfa_top .fr {margin-right: 0.6rem;}
.Jjfa_top .fr .download img{margin-right: 0.1rem;}
.Jjfa_top .fr .share .shares{display: none;position: absolute;top: 50%;width: 200px;right: 100%;transform: translateY(-50%);z-index:99;}
.Jjfa_top .fr .share .shares a{font-size: 20px;float: left;margin-right: 0.1rem;}
.Jjfa_top .fr .share .wechat-qrcode p{font-size: 12px;}
.Jjfa_top .fr .share:hover .shares{display: flex;}
.Jjfa_top .fr  .shares a i{font-size: 0.3rem}
.Jjfa_pdf{margin-top: 0;text-align: center;}
.Jjfa_pdf {border: none;background: none}
.Jjfa_ystk .w1440{text-align: left;margin-top: 0.5rem;background: #fff;padding: 0.5rem 1rem;line-height: 2;font-size: 0.16rem}



.mfp-content #popup-content{max-width: 5.2rem;width: 96%;background: #fff;padding: 0.4rem;margin: 0 auto}
.mfp-content #popup-content h2{font-size: 0.2rem;font-weight: normal;text-align: center;margin-bottom: 0.3rem;}
.mfp-content #popup-content .inputbox{margin-bottom: 0.2rem;font-size: 0.16rem;position: relative;}
.mfp-content #popup-content .inputbox .fsyzm img{position: absolute;width: 130px;height: 35px;right: -7px;max-width: unset;top: -7px;}
.mfp-content #popup-content .inputbox p{color: #000000;line-height: 1.5;margin-bottom: 0.05rem;}
.mfp-content #popup-content .inputbox p .red{color: #FF6155;font-size: 0.18rem;}
.mfp-content #popup-content .inputbox input{width: 100%;height: 0.4rem;line-height: 0.4rem;text-indent: 0.1rem;border: 1px solid #EBEBEB;border-radius: 4px;font-size: 0.14rem}
.mfp-content #popup-content .inputbox .fsyzm{position: absolute;right: 8px;;top: 8px;height: 24px;background: #EFF9F0;font-size: 12px;color: #5EC468;line-height: 24px;padding: 0 10px;}
.mfp-content #popup-content .inputbox p input{width: 15px;height: 15px;}
.mfp-content #popup-content .bbns{text-align: right;}
.mfp-content #popup-content .bbns a{display: inline-block;height: 32px;border-radius: 4px;border: 1px solid #F5F5F5;font-size: 16px;line-height: 32px;padding: 0 20px }
.mfp-content #popup-content .bbns{padding: 0.2rem 0;border-top: 2px solid #E5E6E8;}
.mfp-content #popup-content .bbns a.tj{color: #fff;background: #5EC468;margin-left: 0.2rem;}

@media screen and (max-width:1024px){
    .NavPull.NavPull2{
        box-shadow:none !important;
    }
    .NavPull.NavPull2 dl{
            width: 100% !important;
            padding-left: 0px;
    }
    .NavPull.NavPull2 dl dt {
            font-size: 15px;
            border-bottom: 1px solid #eee;
            display: flex;
            align-items: center;
            justify-content: space-between;
    
    }
.MainNav dt .arr {
    position: static;
}
.MainNav dd .arr {
    position: static;
}
.NavPull.NavPull2 dl dd {
    display: flex;
    width: 100% !important;
    border-bottom: 1px solid #eee;
    align-items:center
}
.NavPull.NavPull2 dl:after{
    display:none;
}
.NavPull.NavPull2 dl dd a {
    font-size: 14px;
    padding-left: 10px;
}
    .MainNav li dt .arr i {
        transform: rotate(-90deg);
    }
     .MainNav li dd .arr i {
        transform: rotate(-90deg);
    }
    .NavPull.NavPull2 dl dd::before{
       font-size: 14px;
        color: #666;
        content: "\e63d";
        position: absolute;
        right: 0;
        font-family: "iconfont" !important;
        font-size: 16px;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transform: rotate(-90deg);
    }
      
}

@media screen and (max-width:768px){

    .Jjfa_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.Jjfa_top .fr .download {
  padding: 0px 8px;
    line-height: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    font-size: 14px;
}
.Jjfa_top .fr {
   display: flex;
    align-items: center;
    font-size: 14px;
    margin-right: 14px;
}
.Jjfa_top .back{
    font-size:14px;
}
.Jjfa_top p{
    font-size:14px
}
.Jjfa_top .fr .share {
    font-size: 14px;
    display: flex;
    align-items: center;
    display:none
}
.Jjfa_top .back{
    margin-left:8px;
}
.Jjfa_top .fr .share .shares {
    display: none;
    position: absolute;
    top: 60px;
    width: 200px;
    right: 0;
    transform: translateY(-50%);
    z-index: 99;
    background: #fff;
    justify-content: center;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
    border-radius:20px;
}
}