@charset "utf-8";
html {font-size: 187.5% !important;  }
body{padding: 0;margin: 0;font-family: 'PingFangSC-Regular','Microsoft YaHei';font-size:0.55rem ;color: #313131;background: #fff;-webkit-font-smoothing: antialiased;overflow-x: hidden;}
html,body{scroll-behavior:smooth;}
div,img,ul,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,form,p{padding: 0;margin: 0;border: 0;}
ul{list-style: none;}
a{text-decoration: none;color: #313131;-webkit-transition:all 0.3s ease 0s; transition:all 0.3s ease 0s;}
i,em{font-style: normal;}
img{display: inline-block;max-width: 100%;height: auto;}
/*去掉 input 默认边框*/
input{padding: 0;border: 0;font-family: 'PingFangSC-Regular','Microsoft YaHei';font-size: 1.2rem;color: #313131;}
input[type="submit"]{cursor: pointer;}
/*去掉 textarea 默认边框*/
textarea{padding: 0;border: 0;font-family: 'PingFangSC-Regular','Microsoft YaHei';font-size: 1.2rem;color: #313131;}
/*去掉 button 默认边框*/
button{border: 0;padding: 0;font-family: 'PingFangSC-Regular','Microsoft YaHei';font-size: 1.2rem;color: #313131;cursor: pointer;}
/*清除浮动*/
.clearfix:after{content: '';display: table;clear: both;}
.clearfix{*zoom: 1;/*IE6识别*/}
/*解决chrome浏览器 input,textarea 获得焦点时会有一个边框的问题*/
input,textarea{outline: none;}
/*清除ios端 input,textarea 默认内阴影 默认圆角,radio和checkbox需要还原值为radio和checkbox*/
input,textarea{appearance: none;-webkit-appearance: none;border-radius: 0;}
/*自定义 input,textarea 的placeholder文字样式*/
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder,select::-webkit-input-placeholder{color: #999;}
/*滚动条*/
body *::-webkit-scrollbar{width: 4px;height: 4px;background: #eee;border-radius: 2px;}
body *::-webkit-scrollbar-thumb{background: #aaa;border-radius: 2px;}
/*常用宽度*/
img,em,i,span{-webkit-transition:all 0.4s ease 0s; transition:all 0.4s ease 0s;}
/*左右浮动*/
.fl{float: left;}
.fr{float: right;}
*:focus{outline: none;}
.after::after,.before::before{content: '';position: absolute;transition: 0.3s;}
/*动画*/
.paddingbottom0{padding-bottom:0 !important}
.ani400{-webkit-transition:all 0.4s ease 0s; transition:all 0.4s ease 0s; }
.ani300{-webkit-transition:all 0.3s ease 0s; transition:all 0.3s ease 0s; }
.bgCover{background-position: center;background-repeat: no-repeat;background-size: cover;}
.bgContain{background-position: center;background-repeat: no-repeat;background-size: contain;}
.fontF{font-family: "DINPro-Black";}
.fontB{font-family: "DINPro-Bold";}
/*文字截断*/
.TXTovehid{display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.TXTovehid-two{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.TXTovehid-three{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
.TXTovehid-four{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical;}
.TXTovehid-five{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical;}
.TXTovehid-six{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 6; -webkit-box-orient: vertical;}
.block{display: block;}
.poHiiden{position: relative;overflow: hidden;}
::-webkit-input-placeholder {color: #999;  }
.alignInherit{align-items: inherit !important;}
/* 头部 */
header h1 img{height: 80px;}
header{width: 100%;box-sizing: border-box;z-index: 3;position: sticky;position: -webkit-sticky;top: 0;background: #fff;}
.nav-1st{white-space: nowrap;z-index: 2;}
.nav-1st > li{position: relative;vertical-align: top;float: left;margin-right: 1rem;}
.nav-1st > li > a{position: relative;display: block;font-size: 0.6rem;line-height:48px ;color: #323232;transition: 0.3s;z-index: 2;text-align: center;}
.nav-1st > li.on > a,.nav-1st > li:hover > a{color: #1f525f;}
.nav-2nd{display: none;z-index: 2;position: absolute;left: 50%;top: 100%;width: 100%;min-width: 130px;padding: 8px 0;background-color:#FFFFFF;border: 1px solid #eee; border-radius: 4px;transform: translateX(-50%);}
.nav-2nd > li{position: relative;}
.nav-2nd > li > a{position: relative;display: block;padding: 10px;line-height: 16px;text-align: center;color: #333;white-space: pre-wrap;font-weight: 500;font-size: 0.45rem;}
.nav-2nd > li > a:before{content: "";position: absolute;left: 0;top: 50%;width: 3px;height: 0;background-color: #1f525f;transition: 0.3s;}
.nav-2nd > li > a:hover{background-color: #fff;color: #1f525f;}
.nav-2nd > li > a:hover:before{top: 0;height: 100%;}
header.headerFix{background: #fff;}
header > .flexbetween{padding:0.3rem 1.5%;}
header > .flexbetween::after{width: 100%;height: 4px; background: linear-gradient(45deg,#197D9F,#083a59);content: '';left: 0;bottom: 0;}

.loginIco{background: linear-gradient(45deg,#638ea2,#083a59);width: 178px;border-radius: 24px;text-align: center;color: #FFFFFF;}
.loginIco a{padding-left: 1.46rem;background: url(../fonts/headico1.svg) left center no-repeat;display: inline-block;line-height: 48px;box-sizing: border-box;margin: auto;}
.loginIco:hover{opacity: 0.7;}
.searIco{margin-top:11px ;margin-left: 1rem;margin-right: 1rem;cursor: pointer;}
.pcMenuIco{margin-top: 12.5px;cursor: pointer;}
.menuLine{display: none;cursor: pointer;margin-top: 10px;}
.menuLine img{height: 20px;}
.pcTop .close{margin-top: 12px;cursor: pointer;}
.pcTop .close:hover img{transform: rotate(180deg);}
/* 下拉 */
.pcNavContainer .logo{margin-top: 0.7rem;}
.pcNavContainer .w90{}
.pcNavContainer{position: fixed;left: 0;top: 0;z-index: 6;width: 100%;padding: 0 1.5% 2rem; box-sizing: border-box;background:rgba(243,250,255,0.9);backdrop-filter: blur(8px);display: none;}
.pcNavContainer::after{width: 100%;height: 4px;background-image:-webkit-linear-gradient(-45deg,#197D9F,#083a59); background-image:-moz-linear-gradient(-45deg,#197D9F,#083a59);bottom: 0;left: 0;}
.pcNavContainer .pcTop{justify-content: flex-end;}
.pcTop .search{border: 1px solid #B6B6B6;background: rgba(255,255,255,0.9);border-radius: 26px;overflow: hidden;}
.pcTop .search input[type=text]{color: #919191;line-height: 52px;text-indent: 0.7rem;float: left;width: 11rem;}
.pcTop .search input[type=submit]{float: right;width: 66px;background: url(../fonts/searico.svg) center no-repeat;cursor: pointer;height: 52px;}
.pcTop .language{filter: brightness(0) invert(0.3);margin: 0 1.4rem;}
.pcTop .language a{line-height: 54px;}
.pcNavContainer > .w90 > div:last-child{width: calc(100% - 407px);}
.pcTwo .logo{margin-right: 5%;}
.pcTwo{justify-content: space-between;padding-top: 0.7rem;}
.pcTwo ul:nth-child(1){width: 230px;}
.pcTwo ul:nth-child(1) li{float: left;width: 50%;}
.pcTwo ul:nth-child(1) li:first-child{width: 100%;}
.pcTwo ul li h5{border-bottom: 1px solid rgba(38,145,118,0.2);padding-bottom:0.733rem ;margin-bottom: 0.5rem;}
.pcTwo ul li > a{font-size: 0.6rem;color: #323232;line-height: 2.5;}
.pcTwo ul li a:hover{color: #1f525f;}
.pcThree ul{justify-content: flex-end;margin-top: 3rem;}
.pcThree ul img{margin: 0.93rem auto 0.7rem;}
.pcThree ul li:nth-child(2) img{margin-bottom: 0.4rem;}
.pcThree ul li:nth-child(4) img{margin:1.1rem auto 0.8rem}
.pcThree ul li{margin-left: 0.73rem;width: 20%;}
/* .pcThree ul li:nth-child(5) img{margin-top: 1.2rem;} */
.pcThree ul li a{width: 100%;height: 142px;border: 1px solid #CDCDCD;background-color: rgba(247,247,247,0.44);position: relative;}
.pcThree ul li a::after{content: '';position: absolute;background-image:-webkit-linear-gradient(-45deg,#197D9F,#083a59); background-image:-moz-linear-gradient(-45deg,#197D9F,#083a59);transition: 0.3s ease-in-out;opacity: 0;width: 100%;height: 100%;left: 0;top: 0;}
.pcThree ul li a:hover::after{opacity: 1;}
.pcThree ul li a:hover{border-color: rgba(255,255,255,0);}
.pcThree ul li a:hover *{filter: brightness(0) invert(1);}
.pcThree ul li a *{position: relative;z-index: 2;}
.pcThree ul li a span {line-height: 20px;}
.textAll28{line-height: 28px;}
.textAll26{line-height: 26px; }
.textAll34{line-height: 34px; }
/*搜索弹窗*/
.popup-search-wrap,.popup-search-wrap2,.popup-phone-wrap{position: absolute;left: 50%;top: 50%;width: 80%;transform: translate(-50%,-50%);}
.popup-search-wrap .text-input{width: 100%;height: 40px;padding: 0 50px 0 10px;border: 1px solid #eee;box-sizing: border-box;font-size: 0.5rem;border-radius: 30px;}
.popup-search-wrap .sub-btn{border: none; position: absolute;right: 0;top: 0;width: 40px;height: 40px;background:url(../fonts/headico2.svg) center no-repeat;background-size: 20px 20px;border-top-right-radius: 30px;border-bottom-right-radius: 30px}

/* 切换按钮 */
.qhbtn {position: absolute;top: 50%;transform: translateY(-50%);width: 38px;height: 38px;border: 1px solid #FFFFFF;background-position: center;background-repeat:no-repeat;z-index: 2;border-radius: 50%;background-color: rgba(255,255,255,0);cursor: pointer;background-size: 7px;}
.qhbtn.prev{left: 5%;background-image: url(../fonts/prev.svg) ;margin-right: 15px;}
.qhbtn.next{right: 5%;background-image: url(../fonts/next.svg) ;}
.qhbtn:hover{background-color: #1f525f;border-color: #1f525f;}

.padding80{padding: 2.66rem 0;}
.padding70{padding: 2.33rem 0;}
.padding60{padding: 2rem 0;}
.padding50{padding: 1.66rem 0;}
.padding40{padding: 1.33rem 0;}
.padding30{padding: 1rem 0;}
.padding20{padding: 0.66rem 0;}
.margin50{margin: 1.66rem 0;}
.margin80{margin: 2.66rem 0;}
.paddbottom0{padding-bottom: 0 !important;}
/* flex布局 */
.disflex{display: flex;}
.flexCenter{display: flex;justify-content: center;align-items: center;}
.flexbetween{display: flex;justify-content: space-between;align-items: center;}
.flexwrap{flex-wrap: wrap;}
/* 字号公用 */
.fz12{font-size:0.4rem ;}
.fz14{font-size: 0.466rem;}
.fz16{font-size: 0.533rem;}
.fz18{font-size: 0.6rem;}
.fz20{font-size: 0.66rem;}
.fz22{font-size:0.733rem ;}
.fz24{font-size: 0.8rem;}
.fz26{font-size: 0.866rem;}
.fz28{font-size: 0.933rem;}
.fz30{font-size: 1rem;}
.fz32{font-size: 1.06rem;}
.fz34{font-size: 1.13rem;}
.fz36{font-size: 1.2rem;}
.fz38{font-size: 1.26rem;}
.fz39{font-size: 1.3rem;}
.fz40{font-size: 1.33rem;}
.fz44{font-size: 1.46rem;}
.fz48{font-size: 1.6rem;}
.fz50{font-size: 1.66rem;}
.fz180{font-size: 6rem;}
.fz45{font-size: 1.5rem;}
.fz68{font-size:2.26rem ;}
.fz100{font-size: 3.33rem;}
.color666{color: #666;}
/* 基础样式 */
.fwn{font-weight: normal;}
.fwb{font-weight: bold;}
.textAll{line-height: 2;color: #666;}
.textCenter{text-align: center;}
.white{color: #fff;}
.poRe{position: relative;}
.zindex2{z-index: 2;}
.w90{max-width: 1440px;margin: auto;width: 90%;}
.minheight300{min-height: 300px;}
.whiteBg{background: #fff;box-shadow:0 0 5px rgba(162,162,162,0.3)}
.colorA1{color: #A1A1A1;}
.color32{color: #323232;}
.color8B{color: #8B8B8B;}
.green{color: #1f525f;}
.marginTop40{margin-top: 1.33rem;}
.marginTop60{margin-top:2rem;}

/*  footer  */
.dmui-select{z-index: 1;position: relative;width: 235px;}
.dmui-select .name{position: relative;box-sizing: border-box;height: 45px;padding: 0 50px 0 20px;border: 1px solid #E0E0E0; line-height: 45px;cursor: pointer;user-select: none;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;color: #8B95A0;font-size: 0.533rem;background: rgba(255,255,255,0.18);border-radius: 4px;}
.dmui-select .name:after{content: "";position: absolute;border-left: 4px solid transparent;border-right: 4px solid transparent;border-top: 4px solid #8B95A0; right:17px;top: 50%;}
.dmui-select .list{display: none;position: absolute;left: 0;width: 100%;max-height: 150px;background-color: #fff;overflow-y: auto;box-shadow: 0 0 6px rgba(0,0,0,.2);overscroll-behavior: contain;}
.dmui-select .list li a{display: block;padding: 10px;border: 1px solid #eee;border-bottom: 0;font-size: 12px;line-height: 16px;transition: 0.3s;}
.dmui-select .list li a:hover{background-color: #00AA9E;color: #fff;}
/* 滚动条美化 */
.overscroll{overflow-y: auto;}
.overscroll::-webkit-scrollbar{width: 7px;    }
.overscroll::-webkit-scrollbar-track{        background-color: #f5f5f5;       border-radius:5px;}
.overscroll::-webkit-scrollbar-thumb{        background-color: #ddd;        border-radius: 5px;    }
/* 面包屑导航 */
/*内容从左至右剪裁显示动效*/
.showingLTR{animation: clipLTR 0.8s ease-in-out;-webkit-animation: clipLTR 0.8s ease-in-out;}
@keyframes clipLTR{
	0%{clip-path: polygon(0 0,0 0,0 100%,0 100%);}
	100%{clip-path: polygon(0 0,100% 0,100% 100%,0 100%);}
}
@-webkit-keyframes clipLTR{
	0%{-webkit-clip-path: polygon(0 0,0 0,0 100%,0 100%);}
	100%{-webkit-clip-path: polygon(0 0,100% 0,100% 100%,0 100%);}
}
/*内容从右至左剪裁显示动效*/
.showingRTL{animation: clipRTL 0.8s ease-in-out;-webkit-animation: clipRTL 0.8s ease-in-out;}
@keyframes clipRTL{
	0%{clip-path: polygon(100% 0,100% 0,100% 100%,100% 100%);}
	100%{clip-path: polygon(0 0,100% 0,100% 100%,0 100%);}
}
@-webkit-keyframes clipRTL{
	0%{-webkit-clip-path: polygon(100% 0,100% 0,100% 100%,100% 100%);}
	100%{-webkit-clip-path: polygon(0 0,100% 0,100% 100%,0 100%);}
}
/*内容从上至下剪裁显示动效*/
.showingTTB{animation: clipTTB 1.5s ease-in-out;-webkit-animation: clipTTB 1.5s ease-in-out;}
@keyframes clipTTB{
	0%{clip-path: polygon(0 0,0 0,100% 0,100% 0);opacity: 0;}
	100%{clip-path: polygon(0 0,0 100%,100% 100%,100% 0);opacity: 1;}
}
@-webkit-keyframes clipTTB{
	0%{-webkit-clip-path: polygon(0 0,0 0,100% 0,100% 0);opacity: 0;}
	100%{-webkit-clip-path: polygon(0 0,0 100%,100% 100%,100% 0);opacity: 1;}
}
/* 翻页 */
.page{width: 100%;}
.page input[type=text]{border: 1px solid #DDDDDD;width: 48px;height: 48px;line-height: 48px;text-align: center;box-sizing: border-box;background: none;font-size: 14px;}
.page a,.page .btn{border: 1px solid #DDDDDD;width: 48px;line-height: 48px;height: 48px; box-sizing: border-box; margin-left: 0.5rem;color: #666666;position: relative;}
.page a.on,.page a:hover{color: #fff;background: #1f525f;border-color: #1f525f;}
.page .btn img{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);filter: brightness(0) invert(0.7);width: 10px;}
.page span{margin: 0 0.5rem;}
.page a:first-child{margin-left: 0;}
.page em{margin-left: 0.5rem;display: none;}
/* footer */
.footLeft{max-width: 31%;}
.footLeft ul li{padding-left: 30px;background-position: left center; background-repeat: no-repeat;line-height: 1.2rem;}
.footLeft ul li:nth-child(1){background-image: url(../fonts/dianhua.svg);}
.footLeft ul li:nth-child(2){background-image: url(../fonts/dizhi1.svg);}
.footLeft .ewm{border: 1px solid #DCDCDC;border-radius: 10px;width: 107px;height: 107px;padding: 9px;}
.footLeft .ewm img{width: 100%;height: 100%;}
.footCenter{width: 29.2%;padding-top: 0.7rem;}
.footCenter .item:first-child{width: 62%;}
.footCenter .item:last-child{padding-left: 14.5%;width:38% ;box-sizing: border-box;}
.footCenter .item a{display: block;line-height:2.66 ;}
.footCenter .item:first-child a{width: 50%;float: left;}
.footCenter .item h6{margin-bottom: 1rem;}
.footCenter .item a:hover{color: #1f525f;}
.footRight{width: 25.6%;}
.footRight a{padding-bottom: 142px;border-radius: 10px;}
.footRight a span{position: absolute;left: 1.13rem;top: 50%;transform: translateY(-50%);color: #fff;}
.footRight a:last-child{margin-top:0.76rem ;}
.footRight a:last-child span{color: #4C7D8A;}
.footRight a:hover{box-shadow:  0 30px 30px -25px #7a9aa4;}
.copyright{border-top: 1px solid rgba(142,142,142,0.3 );line-height: 45px;}
.copyright span{margin-left: 1rem;}
.copyright span:first-child{margin-left: 0;}
.copyright span img{position: relative;top: 3px;}
/* 内页banner */
.nbanner .w90{height: 350px;}
.nbanner .w90 .location{opacity: 0.7;padding-left: 28px;margin-top: 0.6rem;}
.nbanner .w90 .location{position: relative;}
.nbanner .w90 .location::before{background: url(../fonts/home.svg) left center no-repeat;content: '';position: absolute;left: 0;top: 2px;width: 18px;height: 16px;}
.nbanner .w90 .location.white * {color: #fff;}
.nbanner .w90 .location.black *{color: #333;}
.nbanner .w90 .location.white::before{filter: brightness(1);}
.nbanner .w90 .location.black::before{filter: brightness(0)}

.nbanner .w90 > div{position: absolute;top: 50%;transform: translateY(-50%);}
.nNav{box-shadow: 0 5px 18px rgba(203,203,203,0.5);}
.nNav a{color: #323232;line-height: 3rem;position: relative;margin-left: 4%;}
.nNav a:first-child{margin-left: 0;}
.nNav a::after{left: 0;bottom: 0;width: 100%;background: linear-gradient(45deg,#197D9F,#083a59);height: 4px;transform: scaleX(0);}
.nNav a.on::after,.nNav a:hover::after{transform: scaleX(1);}
.nNav a.on,.nNav a:hover{color: #1f525f;}
/* 内页背景 */
.margin70{margin: 70px auto;}
.marginBottom24{margin-bottom: 0.8rem;}
.nWrapBg::before{width: 1177px;height: 762px;left: 0;top: 0;background: url(../images/bgleft.png) center top no-repeat; z-index: -1;}
.nWrapBg::after{width: 100%;height: 1321px;left: 0;bottom: -737px;background: url(../images/bgright.png) center bottom no-repeat;z-index: -1;}
.abouttitle span,.abouttitle a{background-image: linear-gradient(45deg,#197D9F, #cc3c57); -webkit-background-clip:text;color: transparent;line-height: 1.1;}
.abouttitle a{color: #888;margin: 0 3%;position: relative;padding-bottom: 0.3rem;}
.abouttitle a.active::after{width: 100%;content: '';position: absolute;left: 0;bottom: 0;height: 3px;background: #3f869f;}
.abouttitle a.active{background-image: linear-gradient(45deg,#197D9F, #083a59); -webkit-background-clip:text;color: transparent;}
.textAll42{line-height:1.4rem ;}
.color000{color: #000;}

.fix{position: fixed;right: 0px;top: 45%;width: 262px;z-index: 9999;}
.fix .ad_close{display: block;text-align: right;cursor: pointer;}

@media screen and (max-width:1800px){
	.nav-1st > li{margin-right: 0.5rem;}
	.searIco{margin-left: 0.5rem;margin-right: 0.5rem;}
}
@media screen and (max-width:1600px){
	.nav-1st > li,.loginIco a{font-size: 0.5rem;line-height: 40px;}
	.loginIco a{padding-left: 1rem;}
	.loginIco{width: 130px;}
	.searIco,.pcMenuIco,.pcTop .close{margin-top: 10px;}
	.searIco img,.pcMenuIco img,.pcTop .close img{height: 20px;}
	.pcThree ul li{margin-left: 10px;}
	.pcThree ul li a span{font-size:0.46rem ;}
	.pcTwo ul li > a{font-size: 0.5rem;}
	.nav-1st > li{margin-right: 10px;}
}
@media screen and (max-width:1440px){
	header h1 img{height: 50px;}
	.pcNavContainer > .w90 .logo{width: 200px;}
	.pcNavContainer > .w90 > div:last-child{width: calc(100% - 300px);}
	.footCenter .item:first-child{width: 55%;}
	.footCenter .item:last-child{width: 45%;}
}
@media screen and (max-width:1240px){
	 html {font-size: 160% !important;}
	 .nav-1st{display: none;}
	 .pcThree ul li a{height: 125px;}
	 .pcNavContainer > .w90 > div:last-child{width: calc(100% - 250px);}
	 .footLeft h2 img{height: 50px;}
	 .footCenter{width: 35%;}
	 .footCenter .item:last-child{padding-left: 0;}
	 .footCenter .item{padding-left: 1rem;box-sizing: border-box;}
}
@media screen and (max-width:1080px){
	.pcNavContainer > .w90 .logo{display: none;}
	.pcNavContainer > .w90 > div:last-child{width: 100%;}
	.nbanner .w90{height: 250px;}
	.nNav a{margin-left: 1%;}
	.margin70{margin: 1.5rem auto;}
	.marginBottom24{margin-bottom: 0.4rem;}
}
@media screen and (max-width:991px){
	 html {font-size: 140% !important;   }
	.page a,.pcMenuIco,.footCenter{display: none;}
	.page a.btn,.page a.on{display: inline-block;}
	.menuLine{display: block;}
	.loginIco a{padding-left: 30px;background-size: 16px;}
	.footRight{width: 50%;}
	.padding70{padding: 1.5rem 0;}
	.marginTop60{margin-top: 1rem;}
}
@media screen and (max-width:760px){
	html { font-size: 150% !important;  }
	.padding80,.padding60{padding: 1rem 0;}
	.padding50,.padding40{padding: 0.7rem 0;}
	.disflex,.flexCenter,.flexbetween{flex-wrap: wrap;}
	.fz16{font-size: 0.6rem;}
	.fz36{font-size: 0.8rem;}
	.fz30{font-size: 0.75rem;}
	.fz28{font-size: 0.7rem;}
	.fz50{font-size: 1rem;}
	.fz32{font-size: 0.76rem;}
	.fz44,.fz40,.fz45{font-size: 0.9rem;}
	.margin80{margin: 1rem 0;}
	.padding30{padding: 0.5rem 0;}
	.textAll34{line-height:2;}
	.textAll34 figure{width:100%;margin:0 auto 10px;}
	.textAll34 figure figcaption{line-height:1.5;}
	.fz68{font-size: 1.26rem;}
	.page a, .page .btn,.page input[type=text]{width: 30px;height: 30px;line-height: 30px;}
	.loginIco a{text-indent: -999rem;overflow: hidden;padding: 0;width: 30px;background-position: center;line-height: 30px;}
	.loginIco{width: 30px;height: 30px;margin-top: 3px;}
	header h1 img{height: 36px;}
	header > .flexbetween{padding:0.5rem 1.5%;}
	.searIco,.menuLine{margin-top: 8px;}
	.footRight{width: 40%;}
	.nNav{display: none;}
	.nbanner .w90{height: 0;padding-bottom: 40%;}
	.page em{display: block;}
	.footLeft{max-width:100%}
}
@media screen and (max-width:650px){
	.footLeft,.footRight,.copyright span{width: 100%;}
	.footLeft h2 img{margin: auto;display: block;}
	.footLeft{margin: 1rem 0 0;}
	footer > .w90 > .flexbetween{flex-direction: column-reverse;}
	.footLeft h2,.footLeft .ewm,.dmui-select{display: none;}
	.footLeft ul li{display: inline-block;}
	.footLeft .ewm{margin: auto;}
	.dmui-select{margin-bottom: 0.5rem;}
	.copyright span{display: block;margin-left: 0;text-align: center;line-height: 30px;}
	.footRight a:last-child{margin-top: 0;}
	.footRight{display: flex;justify-content: space-between;}
	.footRight a{width: 48%;padding-bottom: 70px;}
	.newsWrap .newsPage .qhbtn{width: 28px;height: 28px;}
	.footLeft ul li:nth-child(2){background-position:left 8px}
	.fix{display: none;}
	
}


