body{font-size: 16px; }
/* html{min-width: 1280px;min-width: 1280px;} */
.w80{  width:80%; margin: 0 auto; max-width: 1440px;} 
.w90{  width: 90%; margin: 0 auto; max-width: 1680px;}

.logo{ padding-bottom: 8px;}
.topForm{ width: 80%; border: 1px solid var(--blue); border-radius: 25px; -webkit-border-radius: 25px; -moz-border-radius: 25px; -ms-border-radius: 25px; -o-border-radius: 25px; }
.topForm .keys{ width: calc(100% - 90px); height: 45px; } 
.topForm .submit{ width: 90px; height: 45px; background: url(../images/searchBtn.png) no-repeat center center var(--blue); background-size: auto 60%;}


.searchtopForm{ width: 80%; border: 1px solid var(--blue);   }
.searchtopForm .keys{ width: calc(100% - 120px); height: 60px; background-color: #fff; } 
.searchtopForm .submit{ width:120px; height: 60px; background: url(../images/searchBtn.png) no-repeat center center var(--blue); background-size: auto 40%;}

header{ height: 100px;}
nav{ height: 50px;}
.oneNav{ font-size: 18px; line-height: 50px; padding: 0 20px; display: block;}
.oneNav .iconfont{ display: inline-block;}
nav li.on .oneNav,nav li:hover .oneNav{ background-color: #fff; color: var(--blue);}
nav li.on .oneNav .iconfont,nav li:hover .oneNav .iconfont{ transform: rotate(180deg); -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); }
nav li dl{ position: absolute; left: 0; top: 50px; background-color: #fff; width: 100%;   box-shadow:inset 0px 5px 10px rgb(0 0 0 / 15%); height: 410px;
     display: none; }     
nav .w90>ul>li:hover dl{  display: block;}
/* nav .iconfont.icon-youxiang{ margin-top: 2px;} */
.yscopytext{ padding-bottom:  ;}
.navlogo{ height: 50px;flex-shrink: 0;   display: none;}
.navsearch{ display: none;}
.sticky  nav .navlogo{ display: flex;}
.sticky  nav .navsearch{ display: block;}


.searchBtnImg{ height: 20px;}

/* .mcd-menu{ display: flex; flex-direction: column;}
.mcd-menu .iconfont{ font-size: 16px;}
  .border-right-none{ border-right: none !important;}
.tewNav{ width: 15vw;}  
.mcd-menu a{  }
.mcd-menu li {width:15vw;line-height: 40px; padding: 0 10px;  }
.mcd-menu li ul,.mcd-menu li ul li ul { border-left: 1px solid #ddd; position: absolute;height: 100%;width: 15vw;padding: 0;margin: 0; display: none;visibility: hidden;transition: all 300ms linear;z-index: 1000;left: 15vw;top: 0px; right: auto; bottom: auto; }
.mcd-menu li:hover>ul,.mcd-menu li ul li:hover>ul {display: flex;visibility: visible;left: 15vw;}
.mcd-menu li ul,.mcd-menu li ul li ul {background: #fff;height: 100%;flex-direction: column; }
.mcd-menu li ul li { line-height: 40px;cursor: pointer;}
.mcd-menu li ul li ul {background: #fff;}
.mcd-menu li ul li ul li {line-height: 40px; border-right: none;}
.mcd-menu li ul li ul li ul {background: #fff; }
.mcd-menu li a:hover{ color: var(--blue);}
 .mcd-menu .nav-four { width:  ;height:  ; }
.mcd-menu .nav-four:hover {color: #fff;background: #369b35;}
.mcd-menu li:hover>a{ color: #369b35 ;} */

.nav-link-box {display: none;position: fixed;z-index: 99999;top: 0;left: 0;width: 100vw;height: 100vh; background: rgba(0, 0, 0, 0.5);}  
.downTj .img{ width: 255px;}
.downTj:hover .img img{ transform:scale(1.1) ; -webkit-transform:scale(1.1) ; -moz-transform:scale(1.1) ; -ms-transform:scale(1.1) ; -o-transform:scale(1.1) ; } 
.maxImg img{max-width: 100% ;max-height: 100%; object-fit: cover;}
.downTj  .more{ width: 100px; height: 28px; border-color: #fff; border-radius: 30px;  -webkit-border-radius: 30px; -moz-border-radius: 30px; -ms-border-radius: 30px; -o-border-radius: 30px; }
.downTj  .more:hover{ transform:scale(.95) ; background-color: #fff; color: var(--green); -webkit-transform:scale(.95) ; -moz-transform:scale(.95) ; -ms-transform:scale(.95) ; -o-transform:scale(.95) ; }
.downNav>li{ margin-bottom: 5px;}
.downNav>li .downNaavOne{ width: 25vw;}
.downNav>li .downNaavOne .iconfont{ transition:all .36s ; opacity: 0; transform: translateX(15px); -webkit-transition:all .36s ; -moz-transition:all .36s ; -ms-transition:all .36s ; -o-transition:all .36s ; -webkit-transform: translateX(15px); -moz-transform: translateX(15px); -ms-transform: translateX(15px); -o-transform: translateX(15px); }
.downNav>li.on  .downNaavOne,.downNav>li:hover  .downNaavOne{ font-weight: bold; background-color: #f9f9f9;}
 .downNav>li:hover  .downNaavOne .iconfont{ transform: translateX(0); opacity: 1; -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); }
.downNav li ul{ transition:all .36s ; position: absolute; left: 100%; top: 0; visibility:hidden; opacity:0; transform: translateX(20px); -webkit-transform: translateX(20px); -moz-transform: translateX(20px); -ms-transform: translateX(20px); -o-transform: translateX(20px); -webkit-transition:all .36s ; -moz-transition:all .36s ; -ms-transition:all .36s ; -o-transition:all .36s ; }
.downNav li:hover ul{ visibility:visible;  opacity: 1; transform: translateX(0); -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); }
.downNav li ul a:hover{ color: var(--blue);}

.line-height2-3{ line-height: 2.3;}
.banner  .swiper-pagination{ bottom: 50px;}
.banner .swiper-pagination-bullet{ width: 70px; height: 5px; border: 1px solid #fff; opacity: 1; border-radius: 0; margin: 0 10px !important; background-color: transparent; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; }
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active{ background-color: #fff;}
.idxUl li{ width: calc((100% - 120px)/4); margin-right: 40px;}.idxUl li:nth-child(4n){ margin-right: 0;}
.idxUl li .text{ border-top: none;}
.idxUl li .more{ height: 30px; border-radius: 15px; padding: 0 20px; -webkit-border-radius: 15px; -moz-border-radius: 15px; -ms-border-radius: 15px; -o-border-radius: 15px; }
.idxUl li .right{ filter: grayscale(100%); -webkit-filter: grayscale(100%); }
.idxUl li .text::after{ width: 0; height: 100%; background-color: var(--blue); position: absolute; left: 0; top: 0; display: block; content: ''; transition: all .36s; -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; } 

.idxUl li:hover{ color: #fff; transform: translateY(-10px); box-shadow: 0 0 10px rgba(3,185 ,191, .2); -webkit-transform: translateY(-10px); -moz-transform: translateY(-10px); -ms-transform: translateY(-10px); -o-transform: translateY(-10px); }
.idxUl li:hover .img img{ transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); }
.idxUl li:hover .text .jiantou { filter: grayscale(100%) brightness(500%);transform: translateX(-10px); -webkit-transform: translateX(-10px); -moz-transform: translateX(-10px); -ms-transform: translateX(-10px); -o-transform: translateX(-10px); }
.idxUl li:hover .text::after{ width: 100%;}
.idxUl li:hover .text .color-666{ color: rgba(255,255 ,255, .6);}
.idxUl li:hover .text .more{ background-color: #fff; color: var(--blue);}

.idxPro .idxUl .line-clamp2.f20{ height: 3em;}

.idxMore{ border: 1px solid var(--green); color: var(--green); width: 220px; height: 50px; border-radius: 25px; -webkit-border-radius: 25px; -moz-border-radius: 25px; -ms-border-radius: 25px; -o-border-radius: 25px; }
.idxMore:hover{ background-color: var(--green); color: #fff; transform: scale(0.95); box-shadow: 0 0 10px rgb(0 0 0 / 15%); -webkit-transform: scale(0.95); -moz-transform: scale(0.95); -ms-transform: scale(0.95); -o-transform: scale(0.95); }

.idxCell .idxUl li  .text::after{ width: 100%; height: 3px; bottom: auto; top: 0;}
.idxCell .idxUl li:hover .text::after{ height: 100%;}
.idxCell .idxUl li:hover .color-blue{  color: #fff;}

.idxSer .idxUl li .text::after{ display: none;}
.idxSer .idxUl li:hover{ color: #333; box-shadow: 0 0 0   2px var(--blue);}

.idxClassUl li{ width: calc((100% - 240px)/4); margin-right: 80px;}
.idxClassUl li:nth-child(4n){ margin-right: 0;}
.idxClassUl li:hover .img img{ transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); }
.idxClassUl li .txt{ width: 100%; background: rgba(3,185 ,191, .8); position: absolute; left: 0; bottom: 0; transform: translateY(100%); -webkit-transform: translateY(100%); -moz-transform: translateY(100%); -ms-transform: translateY(100%); -o-transform: translateY(100%); }
.idxClassUl li .txt .line-clamp{  width: calc(100% - 50px);}
.idxClassUl li:hover .txt{ transform: translateY(0); -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); }

footer{ border-top: 3px solid var(--green);}
footer .line{ background: rgba(255,255 ,255, .2); width: 1px;} 
footer dd:hover{ color: #fff;}
/* .footContact{ width: 22%;} */
.footContact .tit::before{ width: 100%; height: 1px; position: absolute; right: 0; top: 50%; background: rgba(255,255 ,255, .2); display: block; content: '';}
footer .bottom{ border-top: 1px solid rgba(255,255 ,255, .2);}
footer a:hover{ color: #fff;}
.footImg{ width: 12.5%;}

.linka a:hover{ color: var(--green); }
.proLeft{ width: 19.4%;}

.yiji{  padding-bottom: 1px;}
.yiji li{background-color:#f3f3f3;   } 
.yiji>li{margin-bottom: 10px;}
.yiji li a{ color: #333;      position: relative;}
 
.yiji li .inactive{  position: relative;}
 
 /* white-space: nowrap;  */
.yiji li ul li a{ padding-left:28px;   }
.last{ background-color:#fff; border-color:transparent !important; }
.yiji li ul li  a{ color:#666;   height: auto;  padding-left: 30px; }
.yiji li   a:hover{ color: #36afc0;} 
.yiji li ul a::before{ width: 4px; height: 4px; border-radius: 50%; background-color: #666; display: block; content: ''; position: absolute; left:10px; top: 50%; margin-top: -3px;
    -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; } 

.yiji li .inactives::before{ background-color: #36afc0; }

.yiji a.inactive{   height:50px;line-height: 50px; padding-right: 40px;  }
 
.yiji .close .anniu{ transform: rotate(90deg); -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); }
.yiji .inactive .anniu{ width: 50px; height: 50px; position: absolute; right: 0; top: 0; z-index: 2;background:url(../images/san.png) no-repeat center center transparent;}
.yiji li .inactive.inactives .anniu{ transform: rotate(180deg); -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); } 

.proRight{ width: 77.4%;}
.prolist li{ width: calc((100% - 75px)/4);   margin-right: 25px; box-shadow: 0 0 10px rgba(0,0,0,0.05);}
.prolist li:nth-child(n + 5) {  margin-top: 25px;}
.prolist li:nth-child(4n){ margin-right: 0;}
.prolist li:hover{ box-shadow: 0 0 0 3px var(--blue); }
.prolist li:hover .more{ padding-right: 20px; color: var(--blue);}
.prolist li:hover .img img{ transform: scale(1.05); -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); }

.seriveNav a{ margin: 0 1vw; height: 58px;}
.seriveNav a.on,.seriveNav a:hover{ color: #fff; background-color: var(--blue);}

.serviceList li{ width: calc((100% - 30px)/2); margin-right: 30px;  box-shadow: 0 0 10px rgba(0,0,0,0.05);}
.serviceList li:nth-child(2n){ margin-right: 0;}
.serviceList li:nth-child(n + 3) {  margin-top: 30px;}
.serviceList li  .tit::after{ width: 10px; height: 100%; display: block; content: ''; position: absolute; left: 0;top: 0; background-color: var(--blue);}
.serviceList li .desc{ height: 9em;}
.serviceList li .txt{ width: 61%;}
.serviceList li .img{ width: 35%;}
.serviceList li:hover{ box-shadow: 0 0 10px rgba(3,185 ,191, .2);transform: translateY(-10px); } 
.serviceList li:hover  .img img{ transform: scale(1.05); -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); }

.serviceList li:hover .iflex{ transform: translateX(10%); -webkit-transform: translateX(10%); -moz-transform: translateX(10%); -ms-transform: translateX(10%); -o-transform: translateX(10%); }

.servicecellList li{ width: 100%; margin-right: 0;  margin-top: 30px;}
.servicecellList li:first-child{ margin-top: 0;}
.servicecellList li:hover{ box-shadow: 0 0 10px rgba(3,185 ,191, .2); transform: translateY(0); -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); } 
.servicecellList li .txt{ width: 35%;}
.servicecellList li .img{ width: 60%;}
.servicecellList li .more{ background: url(../images/moreBg.jpg) no-repeat bottom right; background-size: auto ; }


.payBox .left{  width: 32%;}
.payBox .title{ display: inline-block; border-radius: 0 16px 0 16px; -webkit-border-radius: 0 16px 0 16px; -moz-border-radius: 0 16px 0 16px; -ms-border-radius: 0 16px 0 16px; -o-border-radius: 0 16px 0 16px; }
.serviceList li .clamp{  height: 12em;}
.servicecellList li:hover .img.text-right img{ transform:scale(0.95) ; -webkit-transform:scale(0.95) ; -moz-transform:scale(0.95) ; -ms-transform:scale(0.95) ; -o-transform:scale(0.95) ; }

.ywlist li:hover .img img{ transform: scale(.95); -webkit-transform: scale(.95); -moz-transform: scale(.95); -ms-transform: scale(.95); -o-transform: scale(.95); }

.proInfoOne .img{ width: 30%;}
.proInfoOne .txt{ width: 64.5%;}
.mr-5{ margin-right: 5px;}
.proInfoOne .txt .downBtn{ height: 43px; border-radius: 6px; -webkit-border-radius: 6px; -moz-border-radius: 6px; -ms-border-radius: 6px; -o-border-radius: 6px; }

/*.proInfoOne table{margin:0 auto;width:100%; line-height: 42px;border-top: 1px solid #666666 !important; }*/

.proInfoOne table{margin:0 auto;width:100%; line-height: 28px;border-top: 1px solid #666666 !important; }
/*.proInfoOne table,.proInfoOne tr,.proInfoOne td,.proInfoOne th {border: none;padding: 0;border-collapse: collapse;text-align:center;}*/
.proInfoOne table,.proInfoOne tr,.proInfoOne td,.proInfoOne th {border: none;padding: 0;border-collapse: collapse;text-align:center; height:42px;}
.proInfoOne .txt thead{ background-color: #eaeaea; font-weight: bold;}

/*.proInfoOne .txt table tbody tr:first-child td{ background-color: #eaeaea; font-weight: bold;}*/
.proInfoOne .txt thead tr{border-top: 1px solid #666666;}
.proInfoOne .txt  tr  { border-bottom: 1px solid #666666;}
.proInfoOne .txt tbody tr:hover{font-weight: bold;}

.proInfoTit li{ position: relative; line-height: 50px; cursor: pointer;}
.proInfoTit li.on::after{ width: 100%  ;height: 2px; position: absolute; left: 0; bottom: -1px; background-color: var(--blue); display: block; content: '';}
.proInfoCon li{ display: none;}
.proInfoCon li.on{ display: block;} 

.proInfoCon  .title::after{ width: 5px; height: 100%; display: block; content: ''; position: absolute; left: 0;top: 0; background-color: var(--blue);}
.likeSwiper .prev,.likeSwiper .next{ width: 42px; cursor: pointer;}
.likeSwiper .swiper-container{ width: calc(100% - 200px);}
.likeSwiper .img{ height: 240px;}
.likeSwiper .prev:hover,.likeSwiper .next:hover{ background-color: var(--blue); color: #fff;}
.ckwexin{ line-height: 1.6; border-radius: 20px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -ms-border-radius: 20px; -o-border-radius: 20px; }
.wxitem:hover{ box-shadow: 0 0 10px rgb(0 0 0 / 15%);}

.explainList li{ width: calc((100% - 76px)/3);  margin-right: 38px;}
.explainList li:nth-child(n + 4){ margin-top: 38px;}
.explainList li:nth-child(3n){ margin-right: 0;}
.explainList li .tit::after{ width: 10px; height: 100%; display: block; content: ''; position: absolute; left: 0;top: 0; background-color: var(--blue);}
.explainList li:hover{ transform: translateY(-8px); box-shadow: 0 0 10px rgb(0 0 0 / 15%); -webkit-transform: translateY(-8px); -moz-transform: translateY(-8px); -ms-transform: translateY(-8px); -o-transform: translateY(-8px); }


.tutorialList li{ width: calc((100% - 110px)/3);   margin-right: 55px; transition: all .36s; -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; }
.tutorialList li:nth-child(3n){ margin-right: 0;}
.tutorialList li .play{ background-color: rgb(0 0 0 / 15%); transform: scale(.5); opacity: 0; -webkit-transform: scale(.5); -moz-transform: scale(.5); -ms-transform: scale(.5); -o-transform: scale(.5); }
.tutorialList li:hover .play{ opacity: 1; transform:scale(1) ; -webkit-transform:scale(1) ; -moz-transform:scale(1) ; -ms-transform:scale(1) ; -o-transform:scale(1) ; }
.tutorialList li .txt::after{ width: 0; height: 100%; position: absolute; left: 0; top: 0; display: block; content: ''; background-color: #fff; transition: all .36s; -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; }
.tutorialList li:hover .txt::after{ width: 100%;}
.tutorialList li:hover{ box-shadow: 0 0 10px rgb(0 0 0 / 15%);}
.tutorialList li .txt{ word-wrap: break-word; /* 允许单词内断行 */
  white-space: normal;   /* 处理空白符，自动换行 */}
  .tutorialList li:nth-child(n + 4){ margin-top: 30px;}
 
.paperbOX table{margin:0 auto;width:100%;  max-width:100%; }
.paperbOX table,.paperbOX tr,.paperbOX td,.paperbOX th {border: 1px solid #03b9bf;padding: 0 1.4em;border-collapse: collapse; text-align: left;  line-height: 2.4;}
.paperbOX table tr:first-child  td{ background-color: #e0f2f3; font-weight: bold; line-height: 3; text-align: center;}

.contentBiao table{margin:0 auto; width: 66%;  max-width:100%; }
.contentBiao table,.contentBiao tr,.contentBiao td,.contentBiao th {border: 1px solid #03b9bf;padding: 0 2em;border-collapse: collapse; text-align: left;  line-height: 4;}
.contentBiao table tr:first-child  td{ background-color: #e0f2f3; font-weight: bold; line-height: 3; text-align: center;}

.aboutLeft{ width: 47.5%;}
.aboutRight{ width: 48%;}
.aboutLeft  .title::after{ width: 8px; height: 100%; display: block; content: ''; position: absolute; left: 0;top: 0; background-color: var(--blue);}
.aboutBox{ background: url(../images/map.png) no-repeat center center; background-size: 63% auto;}
.aboutLeft ul{ width: 540px;}
.aboutLeft ul li{ width: calc((100% - 40px)/2); margin-right: 40px;}
.aboutLeft ul li:nth-child(2n){ margin-right: 0;}
.aboutLeft ul li:hover .color-green{ color: var(--blue);}

.newslist li{  border-bottom: 1px dashed #e5e5e5;}
.newslist li .img{ width: 15%;}
.newslist li .img img{ width: 100%; height: 132px; object-fit: cover;}
.bigtext{ width: 87%;}
.newslist li .txt{ width: 80%;height: 132px;}
.newslist .date .line{ height: 4px; background-color: var(--green); width: 40%;}
.newslist li .txt .more{ border-color: #999; display: inline-flex !important; height: 32px; border-radius: 15px; -webkit-border-radius: 15px; -moz-border-radius: 15px; -ms-border-radius: 15px; -o-border-radius: 15px; }
.newslist li:hover{ background-color: #fff; box-shadow: 0 0 10px rgb(0 0 0 / 5%);}
.newslist li:hover .more{ background-color: var(--green); border-color: var(--green); color: #fff; transform: translateX(10px); -webkit-transform: translateX(10px); -moz-transform: translateX(10px); -ms-transform: translateX(10px); -o-transform: translateX(10px); }
.newslist li:hover .img img{ transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); }

.color-e5{ color: #e5e5e5;}
.joblist .click{ background: url(../images/jia.png) no-repeat center right; width: 50px; height: 50px; cursor: pointer;}
.jobContacINof{ width:55%;}
.jobContac .bg-white{ border: 1px dashed var(--blue);}

.jobContac{ position: absolute; top: 50%; transform: translateY(-50%) ; right: 5%; -webkit-transform: translateY(-50%) ; -moz-transform: translateY(-50%) ; -ms-transform: translateY(-50%) ; -o-transform: translateY(-50%) ; }
.joblist li .bottom{ display: none;}
.joblist li.on  .click{ background: url(../images/jian.png) no-repeat center right;  }
.joblist li:first-child{ margin-top: 0;}
.contactBox{ background: url(../images/map.png) no-repeat center top; background-size: 63% auto;}

.mapBox{ width: 62%; height: 370px;}
.mapBtn{ border-radius: 20px; height: 30px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -ms-border-radius: 20px; -o-border-radius: 20px; }
.fotmBtn .reset,.fotmBtn .submit{ height: 50px; border-radius: 25px;  -webkit-border-radius: 25px; -moz-border-radius: 25px; -ms-border-radius: 25px; -o-border-radius: 25px; }

.BMap_cpyCtrl {
  display: none;
}

.anchorBL {display: none;}

.header{ z-index: 101;}
.pb-100{ padding-bottom: 110px;}
.locaton{ font-size: 14px;     background-color: #f9f9f9;}
.newsPage span{ transition: all .36s; width: 50px; height: 50px; border-radius: 50%; box-shadow: 0 0 10px rgba(0, 0, 0, .15); background: url(../images/newsPage.png) no-repeat center center; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s;
}
.newsPage.next span{ transform: rotate(180deg); -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); }
.newsPage:hover{ color: #36afc0;}
.newsPage:hover span{background: url(../images/newsPage-w.png) no-repeat center center #36afc0;}

.backBtn{ background-color: rgba(54, 175, 192, 0.2); width: 160px; height: 40px; border-radius: 20px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -ms-border-radius: 20px; -o-border-radius: 20px; }
.newspage{ width: calc(100% - 200px);}

/* .locaton.sticky{ top: 50px !important;} */



.bg-f3{background-color: #f3f3f3;}
.pop{width: 100vw; height: 100vh; position: fixed; top: 0; left: 0; z-index: 1000; display: none;}
.pop .bg{ width: 100% ; height: 100%; background-color: rgba(0, 0, 0, .3); position: absolute; top: 0; left: 0; z-index: 1;}
.pop .con{ position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 5; -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); }
 
.closeBtn:hover{ color: #36afc0; }
.addPop .con{ width: 58vw; min-width: 1100px;}
.border-blue{ border: 1px solid #36afc0;}
.border-666{ border: 1px solid #666;}
.delBtn img{filter: grayscale(100%);}
.formTabl{ max-height: 30vh; overflow-y: scroll;  }
.formTabl::-webkit-scrollbar {/*滚动条整体样式*/    /*高宽分别对应横竖滚动条的尺寸*/  width: 2px;}
.formTabl::-webkit-scrollbar-thumb {/*滚动条里面小方块*/border-radius: 3px; background: #36afc0; width: 2px; }
.formTabl::-webkit-scrollbar-track {/*滚动条里面轨道*/border-radius: 3px; background: transparent; width: 2px; }
.formTabl li + li{margin-top: 15px; }
    

.bg-qian{ background: #f2fbfc;}
.borderBlue{ border-bottom: 4px solid #03b9bf;}
.borderBlue-dc{border-bottom: 4px solid #dcdcdc;}
.color-dc{ color: #dcdcdc;}


.iblock{ display: inline-block;}
.yszcpop{ display: none;   width: 100vw; height: 100%; position: fixed; top: 0; left: 0; z-index: 10000;}
.yszcpop .bg{background: rgba(0, 0, 0, .6); width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 10;}
.yszcpop .con{ max-width: 1200px; width: 90%; left: 50%; top: 50%; transform: translate(-50%,-50%); position: absolute; z-index: 20; -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); }
.yszcpop .close{ position: absolute ; right: 0; top: -25px; z-index: 10;  transition: all .36s; -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s;  }
.yszcpop .close:hover{   }
.ysCon{ max-height: 50vh; overflow-y: scroll;  }
.ysCon::-webkit-scrollbar {width: 5px;}
.ysCon::-webkit-scrollbar-thumb {border-radius: 3px; background: #03b9bf; width: 5px; }
.ysCon::-webkit-scrollbar-track {border-radius: 3px; background: #eae9e9; width: 5px; }