
.cd-popup-yhhd{
       position: fixed;
       left: 0;
       top: 0;
       z-index: 9999;
       height: 100%;
       width: 100%;
       background-color: rgba(0,0,0,.6);
       opacity: 0;
       visibility: hidden;
       -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
       -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
       transition: opacity 0.3s 0s, visibility 0s 0.3s;
     }
     .cd-popup-yhhd.is-visible{
       opacity: 1;
       visibility: visible;
       -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
       -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
       transition: opacity 0.3s 0s, visibility 0s 0s;
     }
     .cd-popup-container{
       width: 30%;
       margin: 4rem auto;
       background-color: #ffffff;
       border-radius: .31rem;
       padding: 1.88rem;
       position: relative;
     }
     .cd-popup-container form{
       display: flex;
       justify-content: space-between;
     }
     .cd-popup-container .sr{
       margin-top: 1.25rem;
       width: 80%;
     }
     .cd-popup-container .sr input{
       width: 100%;
       height: 40px;
       line-height: 40px;
       background: #fff;
       outline: none;
       padding: 0 20px;
       border: 1px solid #e4e4e4;
       border-radius: .13rem;
       color: #999999;
       border-radius: .19rem;
     }
     .cd-popup-container .ss{
       width: 20%;
       margin-top: 1.25rem;
       margin-left: .63rem;
     }
     .cd-popup-container .ss input{
       width: 100%;
       outline: none;
       height: 40px;
       line-height: 40px;
       color: #ffffff;
       background-color:#c1893c;
       border: 1px solid #c1893c;
       border-radius: .19rem;
       cursor: pointer;
     }
     .cd-popup-container .cd-popup-close {
       position: absolute;
       top: 8px;
       right: 8px;
       width: 30px;
       height: 30px;
     }
     .cd-popup-container .cd-popup-close::before, .cd-popup-container .cd-popup-close::after {
       content: '';
       position: absolute;
       top: 12px;
       width: 14px;
       height: 3px;
       background-color: #8f9cb5;
     }
     .cd-popup-container .cd-popup-close::before {
       -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
       -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
       transform: rotate(45deg);
       left: 8px;
     }
     .cd-popup-container .cd-popup-close::after {
       -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
       -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
       transform: rotate(-45deg);
       right: 8px;
     }
     .headerleft{
       display: flex;
       align-items: center;
     }
     .headerleft img{
       width: 17.5rem;
     }
     .headerright ul a{
      font-size: 18px;
      white-space: nowrap;
     }
     /*.headernav{
      max-width: 1350px;
     }*/
     .indexPhone{
      display: flex;
      align-items: center;
      margin-left: 15px;
      color:#ffffff;
     }
     .indexPhone span:first-child{
      font-size: 18px;
     }
     .indexPhone span:last-child{
      font-size: 22px;
     }
     
     
          
          .head-lan{
         display: flex;
         color: #fff;
         margin-left: 9px;
         align-items: center;
     }
     .head-lan a{
color: #fff;
    margin: 0 5px;
     }
     
.head-mb-lan {
    display: flex;
    padding-left: 13px;
    color: #333;
    margin-top: 17px;
}
     
          .head-mb-lan a{
color: #333;
    margin: 0 7px;
     }



#menu>li{
    position: relative;
  }
/*  #menu>li:nth-child(2) #menu_c{
    display: none;
    width: 100%;
    position: absolute;
    padding-top: 0;
    padding-top: 1.6rem;
    border-radius: 2px;
  }
  #menu>li:nth-child(2) .menu_c_xia{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 0;
    padding-bottom: 0;
    background-color: rgba(0,0,0,0.5);
  }
  #menu>li:nth-child(2) .menu_c_xia .title{
    color: #ffffff;
  }
  #menu>li:nth-child(2) .menu_c_xia li{
    padding:.75rem .4rem;
  }
  #menu>li:nth-child(2) .menu_c_xia li .title{
    margin-top: 0;
  }
  #menu>li:nth-child(2) .menu_c_xia li:hover{
    background-color: #ffffff;
  }
  #menu>li:nth-child(2) .menu_c_xia li:hover a{
    color: #c1893c;
  }
  #menu>li:nth-child(4) #menu_c{
    display: none;
    width: 100%;
    position: absolute;
    padding-top: 0;
    padding-top: 1.6rem;
    border-radius: 2px;
  }
  #menu>li:nth-child(4) .menu_c_xia{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 0;
    padding-bottom: 0;
    background-color: rgba(0,0,0,0.5);
  }
  #menu>li:nth-child(4) .menu_c_xia .title{
    color: #ffffff;
  }
  #menu>li:nth-child(4) .menu_c_xia li{
    padding:.75rem .4rem;
  }
  #menu>li:nth-child(4) .menu_c_xia li .title{
    margin-top: 0;
  }
  #menu>li:nth-child(4) .menu_c_xia li:hover{
    background-color: #ffffff;
  }
  #menu>li:nth-child(4) .menu_c_xia li:hover a{
    color: #c1893c;
  }
  #menu>li:nth-child(6) #menu_c{
    display: none;
    width: 100%;
    position: absolute;
    padding-top: 0;
    padding-top: 1.6rem;
    border-radius: 2px;
  }
  #menu>li:nth-child(6) .menu_c_xia{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 0;
    padding-bottom: 0;
    background-color: rgba(0,0,0,0.5);
  }
  #menu>li:nth-child(6) .menu_c_xia .title{
    color: #ffffff;
  }
  #menu>li:nth-child(6) .menu_c_xia li{
    padding:.75rem .4rem;
  }
  #menu>li:nth-child(6) .menu_c_xia li .title{
    margin-top: 0;
  }
  #menu>li:nth-child(6) .menu_c_xia li:hover{
    background-color: #ffffff;
  }
  #menu>li:nth-child(6) .menu_c_xia li:hover a{
    color: #c1893c;
  }

  #menu>li:nth-child(3) .menu_c_xia{
    padding-left: 1.88rem;
    padding-right: 1.88rem;
  }
  #menu>li:nth-child(5) .menu_c_xia{
    padding-left: 1.88rem;
    padding-right: 1.88rem;
  }*/
  #menu_c{
     display: none;
     width: 100%;
     position: fixed;
     margin: 0 auto;
     /* padding: 10px 0; */
     /*padding-top: 1.6rem;*/
     border-radius: 2px;
     left: 0;
     right: 0;
     top:75px;
     z-index:99;
   }
   .menu-ul{
    
     background-color: #ffffff;
     background:url(../images/navbg.jpg);
     background-repeat: no-repeat;
    background-position: top center;
    border-top: 1px #efefef solid;
   }
   .menu_c_xia{
     display: flex; 
     justify-content: flex-start;
     padding-top: 2rem;
     padding-bottom: 2rem;
     border-radius: .13rem;

   }
   .menu_c_xia .thumb{
     overflow: hidden;
   }
   .menu_c_xia .thumb img{
     width: 100%;
     border: 1px solid #eeeeee;
     transition:all .5s;
     border-radius: .31rem;
   }
   #menu_c li{
/*     text-align: center;*/
     transition: all .3s;
     padding: 0 12px;
   }
   /* #menu_c li:first-child{
     margin-top: .94rem;
   } */
   #menu_c li:hover .title{
     /* background-color: #c1893c;
     border-radius: 2px; */
     color: #c1893c !important;
   }
   #menu_c li:hover .thumb img{
     transform: scale(1.1);
   }
   /* #menu_c li:hover .zlm{
     color: #fff;
   } */
   #menu_c li .title{
     font-weight: 400;
     font-size: 15px;
     transition: all .3s;
     /* padding: 10px 0; */
     display: block;
     /* background-color: rgba(0,0,0,0.5); */
     color: #666666;
     transition: all .5s;
     margin-top: .63rem;
   }
   @media screen and (max-width: 62.44rem){
    .header-m #navToggle span{
      margin-top: 1rem;
    }
    #gywmabc{
      line-height: 24px !important;
    }
   }
  .header-m .left a img{
  margin-top: .88rem;
    margin-bottom: .88rem;
  }


  
    .header-m {
        background-color: #c1893c;
    }
    @media screen and (max-width: 62.44rem){
       .m-line{
           height: 60px;
       } 
       
    }
    #lbt1{
        left: 10% !important;
    }