@charset "utf-8";
/* CSS Document */
html{background:#FFF;font-size:62.5%; /* 10÷16=62.5% */}
body{font-size:14px;font-size:1.4rem ; /* 14÷10=1.4 */color: #333;font-family:'Microsoft YaHei',SimSun,SimHei ,"STHeiti Light",STHeiti,"Lucida Grande", Tahoma,Arial, Helvetica, sans-serif;}
html,body,address,blockquote,div,dl,form,h1,h2,h3,h4,h5,h6,ol,p,pre,table,ul,dd,dl,dt,li,tbody,td,tfoot,th,thead,tr,button,del,ins,map,object,a,abbr,acronym,b,bdo,big,br,cite,code,dfn,em,i,img,kbd,q,samp,small,span,strong,sub,sup,tt,var,legend,fieldset{margin:0px;padding:0px; -webkit-font-smoothing: subpixel-antialiased;}
table{border-collapse:collapse;border-spacing:0;width:100%;}
fieldset,img{border:0;}
img,object{max-width:100%;/*height:auto;*/width:auto\9;/* for ie8 */-ms-interpolation-mode: bicubic;}
a{outline:none;blr:expression(this.onFocus=this.blur());text-decoration:none;color: #323232;}
a:hover{color: #017575;text-decoration: none;}
input[type='button']{outline:none;border:0 none;background-color:transparent;cursor:pointer;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:400;}
ul,ol,li{list-style:none outside none;}
.tc{text-align:center !important;}
.tl{text-align:left  !important;}
.tr{text-align:right  !important;}
.pa{position: absolute;}
.pr{position: relative;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
q:before,q:after{content:'';content:none;}
input,textarea,select{font-weight:inherit;}
input,select,textarea,button {vertical-align:middle}
.imgResponsive{width: 100%;overflow:hidden;height: 0;display: block;padding-bottom: 66.67%}
.imgResponsive img{width: 100%;transition:all 0.8s ease-in-out;}
.imgResponsive img:hover{transform: scale(1.08);opacity: 0.9}
.clear{width: 100%;overflow:hidden;*height: 0}
.clearFix{*zoom:1;clear:both;}
.clearFix:after{content: '';display: block;clear:both;}

/*头部样式*/
.header{width:100%;min-width: 300px; height:auto; z-index:990;position: relative;}
.top{height: 120px;width: 1400px;margin:0 auto;position:relative;}
.logo{ width:auto;float:left;transition: all 0.3s ease;padding-top:50px;}
.logo img{width: auto;}
.mobile-logo{display: none;}
.logo:hover{opacity: 0.8;}
.mobile-logo{display: none;}
.topLinks{width: auto;float:right;padding-top:50px;}
.topLinks a,.topLinks span{color:#333;display: inline-block;*display: inline;*zoom:1;height: 20px;line-height: 20px;}
.topLinks span{margin:0 5px;}
.topLinks a:hover{color:#017575;}
.wrap_nav{width:100%;height: 100px;line-height: 100px;}
.nav{width:1400px;margin:0 auto;height: 100px;}
.nav ul{margin-right: 268px;}
.nav ul > li{float:left;height: 100px;position: relative;width: 12.5%;z-index: 100}
.nav ul > li:first-child a{display: block;}
.nav ul li > a{font-size:20px;font-size:2rem;display: block;text-align: center;font-weight: bold;}
.nav ul li i{width: 12px;height: 6px;display: block;position: absolute;left: 50%;bottom: 6px;margin-left: -6px;}
.nav ul li.on > a,.nav ul li:hover > a,.nav ul li.active > a{color: #fff;background-color: #015c5c;}
.nav ul li.on .subNav{display: block;}
.subNav{width:240px;background:url(../../images/20220726/subnav_bg.png) repeat;position: absolute;left:0;top:100px;display: none;padding:8px 0;}
.subNav dd {width: 50%;float: left;}
.subNav a{color:#fff;display: block;height: 40px;line-height: 40px;padding-left: 25px;position: relative;}
.subNav a:before{content: '';width: 4px;height:0;background-color: #fff;position: absolute;left: 12px;top: 15px;transition: all 0.3s ease-in-out}
.subNav dd:hover a:before{height: 12px;}
.subNav a:hover{}
.header.currents{}
.header.currents .ser{display: none;}
.header.currents .web-logo,.header.currents .ser,.header.currents .topLinks{display: none;}
.header.currents .mobile-logo{display: block;}
.header.currents .top{position: absolute;left: 50%;top:4px;width: auto;height: auto;margin-left: -600px;}
.header.currents .logo{padding-top: 0}
.header.currents .nav{height: 60px;line-height: 60px;width: 1200px;margin:0 auto;}
.header.currents .nav li{background:none;width: 12.5%;*width: 107px;height: 60px;}
.header.currents .nav ul{margin:0 0 0 340px;}
.header.currents .subNav{top:60px;}
.header.currents .nav-wrapper{height: 56px;}
.header.currents .nav ul li > a{color:#fff;font-size: 16px;font-weight: normal;}
.header.currents .nav ul li.on > a,.header.currents .nav ul li:hover > a{color:#fff;}
.header.currents{height: 60px;line-height: 60px;background:none;background-color:#017575;box-shadow: 0 2px 6px rgba(1,117,117,0.4);position: fixed;top: 0;left: 0}
.header.currents .wrap_nav{height: 60px;line-height: 60px;}
.fadeInUpSmall {
  -webkit-animation-name: flipInY ;
  animation-name: flipInY ;
  animation-duration: 0.6s; 
  -webkit-animation-duration: 0.6s;

  animation-timing-function: ease-in-out; 
  -webkit-animation-timing-function: ease-in-out;   

  visibility: visible !important; 
  display: block;
}


@keyframes fadeInUpSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.fadeInUpSmall {
  -webkit-animation-name: fadeInUpSmall;
  animation-name: fadeInUpSmall;
}
.ser{width:268px; height:30px; line-height:30px; z-index:600;position: absolute;right:0;bottom:-60px;border-bottom: 1px solid #017575;}
.search input{position:absolute;  height: 34px;line-height:34px; color:#b9c3cc; border:none; background:none; top:0px; padding-left:0px; }
.search input.notxt{color:#999; padding:0 0 0 15px;width:80%;}   
.search input.notxt1 {position: absolute;width: 27px;height:30px;right:0;border: none;cursor:pointer; overflow: hidden;padding-right:0;color:#fff;border:none;background:url(../../images/20220726/search.svg) no-repeat center center;background-size: 18px;}

.animate{-webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both}


.goTop {position: fixed;bottom: 40px;right: 20px;z-index: 9999999;color: #fff;text-align: center;font-size: 24px;transition: none;background:#000;width: 50px;height: 50px;line-height: 50px;text-align: center;}
.goTop:hover{color:#fff;background-color:#e46856;}
/*手机端导航*/
.mobile{width: 300px;position:absolute;height: 90px;display: none;top:4px;right: 0;z-index: 99;height: 100%;}
/*.mobile.active{overflow:visible;}*/
.mobile-inner-header{width:100%;
    height: 90px;position: absolute;top: 0px;right: 0px;z-index: 2;width: 90px;background-color: #015e5e}
.mobile-inner-header-icon{
  color: #fff; height: 40px;font-size:25px;text-align: center;
  float:right;width: 40px;position: relative;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}
.mobile-inner-header-icon:hover{
  opacity:0.8;
  cursor: pointer;
}
.mobile-inner-header-icon span{
  position: absolute; left: calc((100% - 25px) / 2);
  top: calc((100% - 1px) / 3);  width: 25px;  height: 2px;  background-color: #fff;}
.mobile-inner-header-icon span:nth-child(1){transform: translateY(4px) rotate(0deg);}
.mobile-inner-header-icon span:nth-child(2){transform: translateY(-4px) rotate(0deg);}
.mobile-inner-header-icon-click span:nth-child(1){animation-duration: 0.5s; animation-fill-mode: both;animation-name: clickfirst;}    
.mobile-inner-header-icon-click span:nth-child(2){animation-duration: 0.5s; animation-fill-mode: both;animation-name: clicksecond;}
.mobile-search-btn{width: 90px;height: 90px;background:url(../../images/20220726/mobile-search.png) no-repeat center #016f6f;position: absolute;right:90px;top: 0;cursor: pointer;}
.mobile-search-btn.active{background:#016f6f;}
.mobile-search-btn.active:before{position: absolute; display: block; content: ""; top: 0; bottom: 0; left: 0; right: 0; width: 2px; height: 30px;
  margin: auto;  -o-transform: rotate(-45deg);  -ms-transform: rotate(-45deg);  -moz-transform: rotate(-45deg);  -webkit-transform: rotate(-45deg);  transform: rotate(-45deg);  background-color: #fff;}
  .mobile-search-btn.active:after{position: absolute; display: block; content: ""; top: 0; bottom: 0; left: 0; right: 0; width: 2px; height: 30px;
  margin: auto;  -o-transform: rotate(-135deg);  -ms-transform: rotate(-135deg);  -moz-transform: rotate(-135deg);  -webkit-transform: rotate(-135deg);  transform: rotate(-135deg);  background-color: #fff;}
.mobile-inner-header-icon{
    color: #fff; height: 31px;text-align: left;float:right;width: 50px;position: relative; cursor: pointer;margin-right: 17px;font-weight: bold;text-align: right;margin-top:30px;} 
     
.mobile-inner-header-icon-out span{width: 30px;height: 2px;background-color:#fff;display: block;}
.mobile-inner-header-icon-out span:nth-child(1){
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outfirst;width: 30px;
    }       
.mobile-inner-header-icon-out span:nth-child(2){
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outsecond;width: 24px;margin-left: 6px;
    }
.mobile-inner-header-icon-out span:nth-child(3){
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outthird;width: 18px;margin-left: 12px;
    }
.mobile-inner-header-icon span:nth-child(1){transform: translateY(4px) rotate(0deg);}
.mobile-inner-header-icon span:nth-child(2){transform: translateY(-4px) rotate(0deg);}
.mobile-inner-header-icon span:nth-child(3){transform: translateY(-4px) rotate(0deg);}
.mobile-inner-header-icon-click span:nth-child(1){animation-duration: 0.5s; animation-fill-mode: both;animation-name: clickfirst;}      
.mobile-inner-header-icon-click span:nth-child(2){animation-duration: 0.5s; animation-fill-mode: both;animation-name: clicksecond;}
.mobile-inner-header-icon-click span:nth-child(3){animation-duration: 0.5s; animation-fill-mode: both;animation-name: clickthird;}
@keyframes clickfirst {
  0% {
      transform: translateY(4px) rotate(0deg);
      
  }

  100% {
    transform: translateY(0) rotate(45deg);
  }
}   

@keyframes clicksecond {
  0% {
      transform: translateY(-4px) rotate(0deg);
  }

  100% {
    transform: translateY(0) rotate(-45deg);
  }
} 

@keyframes clickthird {
    0% {
     opacity: 0
  }

  100% {
   opacity: 0
  }
}   
.mobile-inner-header-icon-out span:nth-child(1){
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outfirst;
    }       
.mobile-inner-header-icon-out span:nth-child(2){
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outsecond;
    }
.mobile-inner-header-icon-out span:nth-child(3){
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outthird;
    }
@keyframes outfirst {
  0% {
    transform: translateY(0) rotate(-45deg);
  }

  100% {
    transform: translateY(-4px) rotate(0deg);
  }
}   



@keyframes outsecond {
  0% {
    transform: translateY(0) rotate(45deg);
  }

  100% {
    transform: translateY(4px) rotate(0deg);
  }
}
@keyframes outthird {
  0% {
    transform: translateY(0) rotate(90deg);
  }

  100% {
    transform: translateY(12px) rotate(0deg);
  }
}

.mobile-inner-nav{  background-color:#017575;width: 0; position: absolute;top: 90px;right: 0px;padding-top: 10px;padding-bottom: 25px;border-top: solid 1px #1a8282;overflow-x: hidden;transition: width 0.5s ease}
.mobile-inner-nav ul{width: 100%;overflow: hidden;}
.mobile-inner-nav.active{width: 100%}
.mobile-inner-nav a{display: inline-block;line-height: 2;padding:15px 0;text-decoration: none;  width: 100%;font-size: 1.8rem; border-bottom: solid 1px #1a8282;-webkit-transition: all 0.5s;   -moz-transition: all 0.5s; -o-transition: all 0.5s;    transition: all 0.5s; font-weight: bold;color:#fff;}
.mobile-inner-nav a:hover{color:#fafafa;}
.mobile-inner-nav li{position: relative;}
.mobile-inner-nav li a{text-indent: 30px;}
.mobile-inner-nav li strong{color:#fff;position: absolute;right:0;top:0;font-size: 3.3rem;cursor: pointer;width: 66px;height: 66px;text-align: center;line-height: 64px;-webkit-transition: all 0.5s;   -moz-transition: all 0.5s;    -o-transition: all 0.5s;    transition: all 0.5s;border-left: 1px solid #1a8282 ;font-weight: normal;}
.mobile-inner-nav a{-webkit-animation-duration: 0.5s;animation-duration: 0.5s;-webkit-animation-fill-mode: both;animation-fill-mode: both;-webkit-animation-name: returnToNormal;animation-name: returnToNormal;}
@-webkit-keyframes returnToNormal {
      from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
      }

      to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
      }
    }

    @keyframes returnToNormal {
      from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
      }

      to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
      }
    }
.mobile_subNav{display: none;background-color: #016464;}
.mobile-inner-nav dd a{height: 35px;line-height: 35px;border-bottom: dotted 1px #1a7373;font-weight: normal;font-size: 1.6rem;}
.mobile_search{clear: both;position: relative;height: 36px;margin:10px 30px 0;border:1px solid #d3d3d3;border-radius: 30px;overflow: hidden;}
.mobile_search input.notxt{width: 90%;color:#333;margin-left:55px;border:none;height: 36px;line-height: 36px;}
.mobile_search input.notxt1{width: 55px;background-color:#fff;right:auto;left:0;background:url(../../images/20220726/search_btn.png) no-repeat center center #017575;border:none;height: 36px;line-height: 36px;}
.mobile-inner-nav dd a i{color:#1b7474;margin-right: 6px;font-weight: bold;}
.black_bg01{width: 100%;height: 100%;background-color: #000;opacity: 0.6;;position: fixed;left: 0;top: 0;z-index: 89;display: none;}

/*通知公告*/
.list05{margin:0 -30px;padding-top: 30px;*overflow: hidden;}
.list05 li{width: 33.3%;float: left;margin:40px 0;*width:419px;}
.list05 li > div{margin:0 30px;border:1px solid #ddd;position: relative;padding:40px 20px 20px;transition: all 0.3s ease-in-out}
.item-date05{width: 68px;height: 68px;border:1px solid #ddd;border-radius: 50%;display: block;position: absolute;left: 50%;top: -35px;margin-left: -35px;background-color: #fff;transition: all 0.3s ease-in-out}
.item-date05 strong,.item-date05 i{display: block;color:#015c5c;font-style: normal;text-align: center;}
.item-date05 strong{padding: 7px 0 2px;font-size: 20px;width: 40px;margin:0 auto;font-weight: bold;border-bottom: 1px solid #015c5c}
.item-date05 i{font-size: 16px;padding-top: 3px;}
.list05 li h3{font-size: 16px;line-height: 28px;height: 56px;overflow: hidden;font-weight: normal;}
.list05 li > div:hover .item-date05{background-color: #017575;border-color:#fff;}
.list05 li > div:hover strong,.list05 li > div:hover i{color:#fff;border-color:#fff;}
.list05 li > div:hover{box-shadow: 0 5px 15px rgba(1,117,117,0.2);background-color: #017575}
.list05 li > div:hover h3 a{color:#fff;}

/*footer*/
.wrap_footer{background-color: #015c5c}
.footer{width: 1200px;margin:0 auto;padding:25px 0;overflow: hidden;background:url(../../images/20220726/footer_bg.png) no-repeat bottom center;}
.footer_link{width: 33%;float: left;}
.footer a,.footer span{color:#fff;}
.footer_link h2{font-size: 20px;font-weight: normal;padding-bottom: 15px;margin-right:10%;}
.footer_link ul{padding:10px 0 0;overflow: hidden;}
.footer_link li{width: 33.4%;float: left;padding:6px 0;}
.copyRight{width: 33%;float: left;color:#fff;padding:23px 0;border-left: 1px solid #347d7d;border-right: 1px solid #347d7d;font-size: 14px;line-height: 30px;}
.copyRight span{display: block;margin:0 11%;}
.footer_code{width: 30%;float: right;padding-top: 5px;}
.footer_code li{width: 50%;float: left;}
.footer_code li img{width: auto;height: auto;}
.footer_code li span{float: left;height: 90px;line-height: 90px;padding: 0 10px 0 20px;}
.footer_code li strong{float: right;}
.webClear{display: none;}
.copyRight i{font-style: normal;}
@media screen  and (max-width:1460px) {
  .top,.nav,.footer,.header.currents .nav{width: 1000px;}
  .ser{width: 200px;}
  .nav ul{margin-right: 210px;}
  .nav ul li > a{font-size: 18px;font-size: 1.8rem;}
  .logo{padding-top: 30px;}
  .top{height: 95px;}
  .footer_code li strong{float: none;display: block;}
  .footer_code li span{height: 25px;line-height: 25px;display: block;}
  .list05 li h3{font-size: 1.5rem;}
  .list05 li{margin:30px 0;}
  .header.currents .top{margin-left: -500px;}
}
@media screen  and (max-width:1300px) {
 
  
}

@media screen  and (max-width:1020px) {
  .top, .nav,.footer{width: auto;padding-left:25px;padding-right:25px;}
  .ser{right: 25px;}
  .logo{width: 320px;}
}
@media screen  and (max-width:992px) {
  .topLinks,.web-logo,.wrap_nav{display: none;}
  .mobile-logo{display: block;}
  .logo{width: 300px;padding-top: 18px;}
  .top{height: 90px;background-color: #017575;border-top: 4px solid #009292}
  .ser{width: 100%;background: #fff;right: 0;height: 60px;line-height: 60px;display: none;}
  .search input.notxt{height: 60px;line-height: 60px;font-size: 16px;}
  .search input.notxt1{width: 60px;height: 60px;background-size: 32px;}
  .mobile{display: block;}
  .list05 li > div{margin:0 15px;}
  .list05{margin:0 -15px;}
  


}
@media screen  and (max-width:768px) {
  .top, .nav,.footer{padding-left: 15px;padding-right: 15px;}
  .ser{height: 40px;line-height: 40px;bottom: -40px;}
  .search input.notxt{height: 40px;line-height: 40px;font-size: 14px;}
  .search input.notxt1{width: 40px;height: 40px;background-size: 25px;}
  .footer_link,.copyRight{width: 50%;box-sizing: border-box;}
  .footer_code{float: none;width: 100%;clear:both;border-top: 1px solid #347d7d;padding-top: 20px;margin-top: 20px;overflow: hidden;text-align: center;}
  .webClear{display: block;}
  .copyRight{border-right: none;}
  .footer_code li{display: inline-block;float: none;width: 90px;margin:0 10px;}
  .footer{background-size: contain;}
  .copyRight span{font-size: 1.2rem;line-height: 22px}
  .footer_link h2{font-size: 1.8rem;}
  .list05 li{width: 50%;margin:25px 0;}
  .copyRight i{display: inline-block;}
  .list05 li h3{font-size: 1.4rem;}
  .articleTitle h3{font-size: 1.9rem;}
  .mobile{width: 240px;}
}
@media screen and (max-width:640px) {
  .top{height: 70px;}
  .logo{width: 220px;padding-top:14px;}
  .mobile-inner-header,.mobile-search-btn{height: 70px;width: 70px;}
  .mobile-search-btn{right: 70px;background-size: 20px 20px;}
  .mobile-inner-header-icon{margin:20px 11px 0 0 ;}
  .mobile-inner-nav{top: 70px;}
  .mobile-inner-nav a{font-size: 1.6rem;font-weight: normal;padding:10px 0;}
  .mobile-inner-nav dd a{font-size: 1.4rem;}
  .mobile-inner-nav li strong{font-size: 2.4rem;width: 53px;height: 53px;line-height: 50px;}
  .mobile-inner-header-icon-out span:nth-child(1){width: 24px;}
  .mobile-inner-header-icon-out span:nth-child(2){width: 18px;}
  .mobile-inner-header-icon-out span:nth-child(3){width: 12px;}
  .mobile-search-btn.active:before{height: 26px;}
  .mobile-search-btn.active:after{height: 26px;}
	}
@media screen and (max-width:480px) {
  .list05 li{width: 100%;}
  .list05 li h3{height: auto;}
 
}
	
	

@media screen and (max-width:460px) {
  .footer_link, .copyRight{width: 100%;border:none;float: none;}
  .copyRight{padding: 14px 0 0;margin-top: 12px;border-top:1px solid #347d7d;}
  .copyRight span{margin:0;}
  .footer_link h2{margin-right: 0}
}
@media screen and (max-width:400px) {
  .top{height: 50px;}
  .logo{width: 170px;padding-top: 9px;}
  .mobile-search-btn{width: 50px;right: 50px;background-size: 20px;}
  .mobile-inner-header, .mobile-search-btn{width: 50px;height:50px;}
  .mobile-inner-header-icon{margin:10px 3px 0  0;}
  .mobile-inner-nav{top: 50px;}
  .mobile-search-btn.active:before,.mobile-search-btn.active:after{height: 26px;}

  
}



