@import url('/tjh_en/lib/iconfont/iconfont.css');

/* 公用样式 */
.clearFix::after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}

.clearFix2 {
  overflow: hidden;
  zoom: 1;
}
strong{
font-weight:bold;
}
.clearFix {
  zoom: 1;
}

.v-bottom {
  position: absolute;
  bottom: 30%;
}

.v-bottom .current a {
  color: #4b9a7b;
}
.v-middle {
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}


.ml {
  margin-left: 18px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.pr20 {
  padding-right: 20px;
}

.pl20 {
  padding-left: 20px;
}

.font14 {
  font-size: 14px;
}
* {
  margin: 0;
  padding: 0;
  font-size: 20px;
}


.delay0p2{-webkit-animation-delay: 0.2s;animation-delay: 0.2s;}
.delay0p4{-webkit-animation-delay: 0.4s;animation-delay: 0.4s;}
.delay0p6{-webkit-animation-delay: 0.6s;animation-delay: 0.6s;}
.delay0p8{-webkit-animation-delay: 0.8s;animation-delay: 0.8s;}
.delay1p2{-webkit-animation-delay: 1.2s;animation-delay: 1.2s;}
.delay1p4{-webkit-animation-delay: 1.4s;animation-delay: 1.4s;}
.delay1p6{-webkit-animation-delay: 1.6s;animation-delay: 1.6s;}
.delay1p8{-webkit-animation-delay: 1.8s;animation-delay: 1.8s;}
.delay2p2{-webkit-animation-delay: 2.2s;animation-delay: 2.2s;}
.delay2p4{-webkit-animation-delay: 2.4s;animation-delay: 2.4s;}
.delay2p6{-webkit-animation-delay: 2.6s;animation-delay: 2.6s;}
.delay2p8{-webkit-animation-delay: 2.8s;animation-delay: 2.8s;}
.delay3p2{-webkit-animation-delay: 3.2s;animation-delay: 3.2s;}
.delay3p4{-webkit-animation-delay: 3.4s;animation-delay: 3.4s;}
.delay3p6{-webkit-animation-delay: 3.6s;animation-delay: 3.6s;}
.delay3p8{-webkit-animation-delay: 3.8s;animation-delay: 3.8s;}
.delay4{-webkit-animation-delay: 4s;animation-delay: 4s;}
.delay4p2{-webkit-animation-delay: 4.2s;animation-delay: 4.2s;}
.delay4p4{-webkit-animation-delay: 4.4s;animation-delay: 4.4s;}
.delay4p6{-webkit-animation-delay: 4.6s;animation-delay: 4.6s;}
.delay4p8{-webkit-animation-delay: 4.8s;animation-delay: 4.8s;}
.delay5{-webkit-animation-delay: 5s;animation-delay: 5s;}
.delay5p2{-webkit-animation-delay: 5.2s;animation-delay: 5.2s;}
.delay5p4{-webkit-animation-delay: 5.4s;animation-delay: 5.4s;}
.delay6{-webkit-animation-delay: 6s;animation-delay: 6s;}
.delay8{-webkit-animation-delay: 8s;animation-delay: 8s;}
.delay0p5{-webkit-animation-delay: 0.5s;animation-delay: 0.5s;}
.delay1{-webkit-animation-delay: 1s;animation-delay: 1s;}
.delay1p5{-webkit-animation-delay: 1.5s;animation-delay: 1.5s;}
.delay2{-webkit-animation-delay: 2s;animation-delay: 2s;}
.delay2p5{-webkit-animation-delay: 2.5s;animation-delay: 2.5s;}
.delay3{-webkit-animation-delay: 3s;animation-delay: 3s;}
.delay3p5{-webkit-animation-delay: 3.5s;animation-delay: 3.5s;}
.delay4p5{-webkit-animation-delay: 4.5s;animation-delay: 4.5s;}
.delay7{-webkit-animation-delay: 7s;animation-delay: 7s;}


.centerArea{
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.qrcodes {
  width: 302px !important;
  height: auto !important;
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  top: 368px;
}
.hidden {
  display: none;
}
.section {
  width: 100%;
  position: relative;
}
.fs0{
  /* 清除行内块元素的影响 */
  font-size: 0px;
}

/* 头部样式 */
.header{
  width:100%;
  height:150px;
}
 table.header{
  height:0px;
}
.haederContainer{
  width: 1200px;
  height:100%;
  margin:0 auto;
  /* border:1px solid red; */
  position: relative;
}
.haederContainer>img{
  width: 485px;
  height:64px;
}
.haederContainer>ul{
  right:0; 
}
.haederContainer>ul>li{
  float: left;
  list-style: none;
  padding-left:15px;
  font-size: 20px;
  line-height: 2;
}
.haederContainer>ul>li a{
  color: #333;
}
.haederContainer>ul>li a:hover{
  color: #4b9a7b;
}



/* 导航 */
.nav{
  width:100%;
  height:62px;
  border-top:1px solid #f5f5f5;
  background: #fff;
  position: relative;
}
.nav_fixed{
    border-top: 1px solid #f5f5f5;
    position: fixed;
    top: 0;
    z-index: 9999;
    box-shadow: 0 0 30px #d8d8d8;
}
.navContainer{
  margin:0 auto;
  width: 1200px;
  height:100%;
}
#navbar{
  background-color: red;
}
#navbar li{
  float: left;
  display: block;
  height: 61px;
  line-height: 61px;
 /* padding: 0 22px!important;*/
  /*text-align: center;*/
/*  position: relative;*/
  color: #333333;
  font-size: 20px;
}

#navbar .nav-b{
  color: #4b9a7b;
}
.navbar_line{
    position: relative;
    width: 40%;
    left: 30%;
    height: 2px;
    background: #4b9a7b;
    margin-top: -2px;
}
/*#navbar .nav-b:before,#navbar .nav-b before{
  content: '';
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #4b9a7b;
  top: 59px;

}*/

#navbar li ul li span{
  width: 20px;
  height: 10px;
  background: url('../images/publicimg/xiala.png') no-repeat;
  background-size: 20px 10px;
  position: absolute;
  top: -10px; 
  left: 50%;
  margin-left: -10px;
}
#navbar li ul li{
    height: 40px;
    line-height: 40px;
    float: none;
    padding: 0 5px;
  padding-right: 0!important;
    width: 100%;
    position: relative;
}
#navbar li ul li:before,#navbar li ul li before{
    content: none;
}
#navbar li ul li a{
    font-size: 16px;
    color: #999;
    /*position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;*/
    line-height: 20px;
    padding: 0 5px;
    box-sizing: border-box;
}
#navbar li ul li a:hover{
  color: #4b9a7b;
}
#navbar li ul li a.active{
  color: #4b9a7b;
}
/*#navbar li ul{
  position: absolute;
  left:50%;
  transform:translateX(-50%);
  top: 60px;
  display: none;
  z-index: 22;
  background-color: #fff;
  box-shadow:0px -2px 24px -9px rgb(169, 217, 172);
  width:130px;
}*/

.second-wrap{
  position: absolute;
  width: 100%;
  left: 0;
  top: 61px;
  /* padding-top: 20px; */
  background-color: #fff;
  z-index: 9;
  display: none;
  box-shadow: 5px 0px 10px -6px rgb(169, 217, 172);
}
.wrap{
  width: 1200px;
  margin: 0 auto;
  padding: 30px 0;
  min-height: 380px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.wrap .title{
  width: 210px;
  margin-right: 20px!important;
  margin-left: 0!important;
}
.wrap .title p {
  font-size: 15px;
  color: #999999;
  display: block;
  margin-top: 16px;
  line-height: 30px;
}
.wrap .title p:nth-child(1){
  font-size: 30px;
  color: #4b9a7b;
}
.wrap .title p:nth-child(2){
  margin-top: 10px;
}
.wrap .title ul li{
  padding: 0!important;
  width: 360px;
  overflow: hidden!important;
  text-overflow: ellipsis!important;
  white-space: nowrap!important;
  color: #999999!important;
  height: 30px!important;
  line-height: 30px!important;
}
.wrap .title ul li a{
  padding:0!important;
  font-size: 14px!important;
}
.wrap .title .nav_more a{
  font-size: 9px!important;
  padding: 5px 15px!important;
  border: 1px solid #4b9a7b!important;
  border-radius: 30px!important;
}
.wrap .second {
  width: 230px;
  padding-left: 10px;
  border-right: 1px solid #f0f6ef;
  border-left: 1px solid #f0f6ef;
}
.wrap .second li a.active:after{
  content: '>';
  font-size: 17px;
  line-height: 20px;
  color: #4b9a7b;
/*  left: 50%;*/
  margin-left: 3px;
}
.wrap .third {
  padding-left: 20px;
  width: 750px;
/*    float: left;*/
}
.wrap .third div{
  display: none;
}
.wrap .third div ul{
  display: flex;
  flex-wrap: wrap;
}
.wrap .third li{
  width: 500px;
}







/* 底部样式 */
.foot-links {
  width: 1200px;
  margin: 100px auto 0;
  height: 256px;
}

.foot-links-right {
  float: right;
}

.foot-links-left {
  float: left;
  width: 550px;
}

.foot-links-left a {
    line-height: 1em;
    width: 120px;
    color: #333;
    font-size: 22px;
    display: block;
    margin-right: 60px;
    float: left;
    margin-bottom: 24px;
}

.foot-links-left a:hover {
  color: #4b9a7b;
}

/* 底部样式 */
.footer{
  height: 270px;
  background: url('../images/publicimg/footer.png') no-repeat;
  background-size: 100% 100%;
}
.footer-link{
  width: 100%;
  height: 64px;
  line-height: 64px;
  border-bottom: 1px solid #4a4a4a;
}
.link-cont{
  width: 1200px;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  color: #fff;
}
.link-cont ul{
  display: block;
}
.link-cont ul li{
  float: left;
  line-height: 58px;
}
.link-cont ul li a{
  padding:0  20px;
  color: #fff;
  border-right: 1px solid #4a4a4a;
}
.link-cont ul li a.bo-none{
  border-right: none;
}
.footer-wrap{
  width: 1200px;
  margin: 0 auto;
  padding-top: 40px;
  color: #fff;
}
.cell-phone{
  line-height: 40px;
  overflow: hidden;
}
.cell-phone .line{
  display: inline-block;
  width: 1px;
  height: 16px;
  vertical-align: middle;
  margin: 0 20px;
  background-color: #4a4a4a;
}
.zip-code{
  overflow: hidden;
}
#china{
  display: inline-block;
  width: 18px;
  height: 20px;
  vertical-align: middle;
}
.blue{
  line-height: 30px;
  display: block;
  overflow: hidden;
  margin-top: 8px;
}
.footer a {
  font-size: 14px;
}

.footer-wrap p,
.footer-wrap span {
  font-size: 14px;
}


.head-search {
  min-width: 115px;
  height: 100%;
  justify-content: flex-end;
  align-items: center;
  background-color: #f5f5f5;
  border-radius: 19px;
  padding-left: 35px;
  position: relative;
}

.head-search::before {
  color: #666;
  position: absolute;
  height: 16px;
  left: 15px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  line-height: 1em;
  display: block;
}

.head-search input {
  width: 100%;
  height: 40px;
  width: 80px;
  transition: all 0.3s ease;
  border: none;
  background-color: transparent;
  outline: none;
}

.head-search input:focus {
  width: 215px;
  transition: all 0.3s ease;
}
/*升级浏览器*/
.upgrade_browser_container{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 10000;
}
.upgrade_browser_box{
    width: 1200px;
    height: 100%;
    position: absolute;
    left: 50%;
    margin-left: -600px;
}
.notice_icon{
    width: 189px;
    height: 132px;
    background: url(../images/common/9d4ba0ec17f12529.png);
    background-size: 100% 100%;
    margin: 0 auto;
    margin-top: 200px;
}
.upgrade_browser_list{
    width: 920px;
    height: 150px;
    background: #f4faf8;
    margin:0 auto;
    margin-top: 80px; 
}
.upgrade_browser_list .upgrade_browser_item:nth-child(1) .upgrade_browser_icon{
    width: 40px;
    height: 40px;
    background: url(../images/common/4733c42ea16e3679.png);
    background-size: 100% 100%;
}
.upgrade_browser_list .upgrade_browser_item:nth-child(2) .upgrade_browser_icon{
    width: 40px;
    height: 40px;
    background: url(../images/common/a6586f94977094da.png);
    background-size: 100% 100%;
}
.upgrade_browser_list .upgrade_browser_item:nth-child(3) .upgrade_browser_icon{
    width: 40px;
    height: 40px;
    background: url(../images/common/635dde19aade4417.png);
    background-size: 100% 100%;
}
.upgrade_browser_list .upgrade_browser_item:nth-child(4) .upgrade_browser_icon{
    width: 40px;
    height: 40px;
    background: url(../images/common/f27d5fed2f161bf6.png);
    background-size: 100% 100%;
}
.upgrade_browser_list .upgrade_browser_item:nth-child(5) .upgrade_browser_icon{
    width: 40px;
    height: 40px;
    background: url(../images/common/b1c3b7838b981fdd.png);
    background-size: 100% 100%;
}
.upgrade_browser_title{
  font-size: 22px;
  color: #4b997a;
  text-align: center;
  margin-top: 25px;
}
.upgrade_browser_text{
  text-align: center;
  font-size: 20px;
  color: #b2b2b2;
  margin-top: 25px;
}
.upgrade_browser_item{
  width: 20%;
  height: 100%;
  float: left;
}
.upgrade_browser_icon{
  margin: 0 auto;
  margin-top: 35px;
  margin-bottom: -50px;
}
.upgrade_browser_item a{
  width: 100%;
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
  color: #4b997a;
  display: block;
  padding-top: 50px;
}
.upgrade_browser_btn{
  text-align: center;
  margin-top: 28px;
  font-size: 18px;
  color: #cccccc;
  text-decoration: underline;
  cursor: pointer;
}
.mobile_footer{
  display: none;
}
.foot-links-item {
    float: right;
    position: relative;
    width: 140px;
    height: 180px;
      margin-right: 20px;
}
.foot-links-item img{
    position: absolute;
    left: 0;
    top: 0;
    width: 140px;
    height: 140px;
    margin:0;
}
.foot-links-item p{
    width: 100%;
    font-size: 14px;
    text-align: center;
    position: absolute;
    top: 140px;
}
.footer-wrap-fl{
  float:left;
}
.footer-wrap-fr{
  float: right;
}
.footer-wrap-fr div{
  text-align: right;
}
.footer-wrap div{
  font-size: 14px;
  line-height: 2;
}
/*移动端*/
@media screen and (max-width: 768px){
  .header,.nav,.footer{
    display: none!important;
  }
  .foot-links{
    width: 100%!important;
    margin: 1rem auto 0!important;
    height: 4.6rem!important;
  }
  .foot-links-left {
      float: left!important;
      width: calc(100% - 0.48rem)!important;
      margin-left: 0.24rem!important;
  }
  .foot-links-left a {
      line-height: 1em!important;
      width: 25%!important;
      color: #333!important;
      font-size: 0.28rem!important;
      display: block!important;
      margin-right: 0!important;
      float: left!important;
      margin-bottom: 0.38rem!important;
      text-align: center!important;
  }
  .foot-links-right{
      float: right!important;
      width: 100%!important;
      display: flex;
      justify-content: center;
      margin-top:0.15rem;
  }
  .foot-links-right img{
      border: none!important;
      width: 4.4rem!important;
      margin-left: -2.2rem!important;
      left: 50%!important;
      position: absolute!important;
  }
  .foot-links-item{
    width: 2rem!important;
    height: 2.6rem!important;
    position: relative!important;
   margin-right:0;
    margin:0 0.2rem!important;
  
  }
  .foot-links-item img{
    position: absolute!important;
    left: 0!important;
    top: 0!important;
    width: 2rem!important;
    height: 2rem!important;
    margin:0!important;
  }
  .foot-links-item p{
    width: 100%!important;
    font-size: 0.25rem!important;
    text-align: center!important;
    position: absolute!important;
    top: 2.2rem!important;
  }
  .mobile_footer{
    margin-top: 0.5rem!important;
    display: block!important;
    width: 100%!important;
    height: 2.7rem!important;
    background: url(../images/publicimg/footer.png) no-repeat!important;
    background-size: 100% 100%!important;
  }
  .mobile_footer_list{
    width: 100%!important;
    height: 0.85rem!important;
    display: flex!important;
    flex-wrap: nowrap!important;
    justify-content: center!important;
    align-items: center!important;
    color: #fff!important;
  }
  .mobile_footer_btn{
    position: relative!important;
    width: 1.6rem!important;
    height: 100%!important;
    color: #fff!important;
    display: flex!important;
    justify-content: center!important;
    align-items: center!important;
    font-size: 0.24rem!important;
    margin: 0 0.1rem!important;
  }
  .mobile_footer_btn div{
    font-size: 0.24rem!important;
    margin-left: 0.05rem!important;
  }
  .mobile_footer_more_btn{
    font-size: 0.35rem!important;
    width: 0.36rem!important;
    height: 0.36rem!important;
    border: 0.01rem solid #fff!important;
    text-align: center!important;
    line-height: 0.34rem!important;
    border-radius: 0.05rem!important;
  }
  .mobile_footer_info{
    width: 100%!important;
    display: flex!important;
    justify-content: center!important;
    flex-wrap: wrap!important;
    color: #fff!important;
    font-size: 0.24rem!important;
  }
  .mobile_footer_text{
    height: 0.5rem!important;
    width: 100%!important;
    text-align: center!important;
    display: flex!important;
    justify-content: center!important;
    align-items: center!important;
    font-size: 0.22rem!important;
    margin-right: 0.1rem!important;
  }
  .mobile_footer_text a,.mobile_footer_text p{
    font-size: 0.22rem!important;
  }
  .mobile_footer_text img{
    width: 0.25rem!important;
    height: 0.26rem!important;
    margin: 0 0 0 0.3rem!important;
  }
  .mobile_footer_second_wrap{
    position: absolute!important;
    bottom: 0.84rem!important;
    width: 3.5rem!important;
    display: none!important;
    background: url(../images/publicimg/footer.png) no-repeat!important;
    background-size: 100% 100%!important;
  }
  .mobile_footer_second_wrap div,.mobile_footer_second_wrap a{
    font-size: 0.22rem!important;
    display: flex!important;
    flex-wrap: wrap!important;
    justify-content: center!important;
    height: 0.9rem!important;
    align-items: center!important;
    padding: 0 0.2rem!important;
  }
  .show_mobile_menu{
    display: block!important;
  }
}


.alert_container{  position:fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.9);
  z-index: 999999;
}
.alert_box{
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -200px;
  margin-top: -150px;
  width: 400px;
  height: 300px;
  background: #fff;
  border-radius: 10px;
}
.alert_box::before{
  content: '';
  position: absolute;
  top: 0px;
  width: 100%;
  height: 6px;
  background: #4b9a7b;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.alert_text{
  padding: 110px 20px 50px 20px;
  font-size: 16px;
  text-align: center;
}
.alert_btn{
  width: 300px;
  height: 50px;
  background: #4b9a7b;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 50px;
  border-radius: 10px;
  cursor: pointer;
  margin: auto;
}
.alert_close_btn{
  position: absolute;
  top: 320px;
  width: 30px;
  height: 30px;
  color: #fff;
  font-size: 30px;
  border: 2px solid #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(45deg);
  left: 50%;
  margin-left: -15px;
  cursor: pointer;
}
