
/*样式开始*/
  a:hover{
    color: #ae8235;
  }
  .sec-01-box{
    position: fixed;
    z-index: 999;
    width: 100%;
    top:0;
    left: 0;
    background-image: url(../images/top-bj.png);
  }
  .top-welcome{
    width: 100%;
    padding:10px 0;
    background-color:rgba(174,130,53,.8);
  }
  .top-welcome p{
    line-height: 26px;
    font-size: 14px;
    color: #fff;
  }
  .search p{
    text-indent: 20px;
    background-image: url(../images/gh.png);
    background-repeat: no-repeat;
    background-position: left;
    margin-left:20px;
  }
  .search p a{color: #fff;}
  .search>form{
    margin-left: 40px;
  }
  .search>form>input:first-child{
    width: 22px;
    height: 22px;
    border:none;
    background-size: 100% 100%;
    background-image: url(../images/seach.png);
    background-color: rgba(0,0,0,0);
  }
  .search>form>input:last-child{
    width: 120px;
    height: 20px;
    border:1px solid #c6c6c6;
    color: #c6c6c6;
    margin-left: 15px;
    border-radius: 10px;
    text-indent: 10px;
    background-color: #fafafa;
  }
  .top-nav{
    overflow:hidden;
    box-shadow: 2px 2px 5px rgb(0 0 0 / 10%);
  }
  .logo{
    width: 440px;
    float: left;
    margin-top: 25px;
  }
  .logo>a{
    width: 100%;
  }
  .logo>a>img{
    width: 100%;
  }
  .top-nav ul{
    width: 50%;
    float: left;
    margin-top:25px;
    margin-left: 80px;
  }
  .top-nav ul>li{
   padding-bottom: 20px;
   box-sizing: border-box;
  }
  .top-nav ul>li>a>em{
    display: block;
    text-align: center;
  }
   .top-nav ul>li>a>em:last-child{
    font-size: 12px;
    color: #c6c6c6;
    margin-top: 10px;
   }
  .top-nav dl{
    width: 10%;
    float: right;
    margin-top: 30px;
  }
  .top-nav dl>dd{
    width: 33.3%;
  }
  .top-nav dl>dd>a{
    color: #c6c6c6;
  }
  /*二级栏*/
  .pc_2nav{
    width: 100%;
    background-color:#fafafa;
    position: relative;
    overflow:hidden;
  }
  .pc_2nav>dl{
    width: 100%;
    padding:30px 7%;
    box-sizing: border-box;
    position: relative;
  }
  .pc_2nav>dl>dt{
    position: absolute;
    width: 100%;
    height:100%;
    background-color: #ccc;
    top: 0;
    right: 0;
    z-index: 99;
  }

  .pc_2nav>dl:after {
    display:block;
    content:"";
    width: 30%;
    height:0px;
    }
  .pc_2nav>dl>dd{
    width: 30%;
    margin-top: 40px;
    font-size: 14px;

    position: relative;
  }
  .pc_2nav>dl>dd:nth-child(2){
    margin-top: 20px;
  }
  .pc_2nav>dl>dd:nth-child(3){
    margin-top: 20px;
  }
  .pc_2nav>dl>dd:nth-child(4){
    margin-top: 20px;
  }
  .pc_nav_dd_bj{
    position: absolute;
    width: 0;
    height: 100%;
    background-color:#ae8235;
    z-index: -1;
    left: 0;
    top: 0;
    transition: all 0.8s;
  }
  .pc_2nav>dl>dd>a:hover>.pc_nav_dd_bj{
    width: 100%;
  }
  .pc_2nav>dl>dd>a{
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    line-height: 36px;
    border-bottom: 1px solid rgba(0,0,0,.2);
    position: relative;
    padding-bottom: 10px;
    box-sizing: border-box;
    z-index: 9;
  }
  .pc_2nav>dl>dd>a:hover{
    color: #fff;
    font-weight: bold;
  }
  .pc_2nav>dl>dd>a>em:last-child{
     width: 20px;
    height: 20px;
    margin-top: 8px;
    display: block;
    background-image: url(../images/ico_a1.png);
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: content;
    transition: all 0.1s;
  }
  .pc_2nav>dl>dd>a:hover>em:last-child{
    background-image: url(../images/ico_b.png);
    background-size: 100%;
  }

  .pc_2nav>dl>dd>ul{
    padding: 0 20px;
    box-sizing: border-box;
    display: none;
  }
  .pc_2nav>dl>dd>ul>li{
    width: 50%;
    float: left;
    margin-top: 20px;
    line-height: 36px;
    border-bottom: 1px solid rgba(0,0,0,.2);
    box-sizing: border-box;
  }
  .pc_2nav>dl>dd>ul>li>a{
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    position: relative;
  }
  .pc_2nav>dl>dd>ul>li:hover>a{
    color: #fff;
    font-weight: bold;
  }
  .pc_nav_li_bj{
    position: absolute;
    width: 0;
    height: 100%;
    background-color:#ae8235;
    z-index: 0;
    left: 0;
    top: 0;
    transition: all 0.6s;
  }
  .pc_2nav>dl>dd>ul>li:hover>a>.pc_nav_li_bj{
    width: 100%;
  }
  .pc_2nav>dl>dd>ul>li>a>em{
    position: relative;
    z-index: 9;
  }
  .pc_2nav>dl>dd>ul>li>a>em:last-child{
     width: 20px;
    height: 20px;
    margin-top: 8px;
    display: block;
    background-image: url(../images/ico_a1.png);
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: content;
    transition: all 0.1s;
  }
  .pc_2nav>dl>dd>ul>li:hover>a>em:last-child{
    background-image: url(../images/ico_b.png);
    background-size: 100%;
  }

  /*手机导航*/
  .auto-nav{
    width: 100%;
    position: fixed;
    left: 0;
    top: -100%;
    z-index: 10000;
    padding:10px 0;
    box-sizing: border-box;
   /* background-color: rgba(174,130,53,.9);*/
   background-color: #fff;
   box-shadow: 2px 2px 5px rgb(0 0 0 / 10%);
   transition:all 0.4s;
   opacity: 0;
   background-image: url(../images/top-bj.png);
   background-size: cover;
   background-repeat: no-repeat;
  }
  .auto-nav-logo{
    height: 36px;
  }
  .auto-nav-logo>a{
    height: 100%;
  }
  .auto-nav-logo>a>img{
    height: 100%;
    margin-top: 4px;
  }
  .auto-nav-open{
    width: 50px;
    height: 45px;
    /*background-color: rgba(174,130,53,.8);*/
    display: flex;
    align-items:center;
    position: relative;
  }
  .auto-nav-open>button{
      background-color: rgba(0,0,0,0);
      border:none;
      width: 30px;
      height: 16px;
      margin-left:20px;
      position: relative;
      cursor: pointer;
      outline: none;
  }
  .auto-nav-close{
      width: 50px;
      height: 50px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%,-50%);
      z-index: 99;
      display: none;
      cursor: pointer;
  }
  .auto-nav-open em{
      width: 25px;
      height: 3px;
      background-color: #ae8235;
      display: block;
      position: absolute;
      border-radius: 5px;
  }
  .m_ht1{
      left: 0;
      top: 0;
      transition: all 0.8s;
  }
  .m_ht2{
      left: 0;
      top: 6px;
  }
  .m_ht3{
      left: 0;
      bottom:0;
      transition: all 0.8s;
  }
  .m_htl_an{
      -moz-transform: rotate(225deg);
      -webkit-transform: rotate(225deg);
      -o-transform: rotate(225deg);
       -ms-transform: rotate(225deg);
      transform: rotate(225deg);
      top: 7px;
  }
  .m_ht3_an{
      -moz-transform: rotate(-225deg);
      -webkit-transform: rotate(-225deg);
      -o-transform: rotate(-225deg);
      -ms-transform: rotate(-225deg);
      transform: rotate(-225deg);
      top: 7px;
  }
  .m_nav_box{
        width: 100%;
        height: 100%;
        position: fixed;
        background-color: rgba(0,0,0,.6);
        z-index: 9999;
        left: 100%;
        opacity: 0;
        top: 65px;
        display: block;
      }
      .m_nav_list{
        width: 40%;
        height: 100%;
        background-color: #f7f7f7;
        margin-left:auto;
        background-color: rgba(174,130,53,.6);
        overflow:auto;
        padding:10px 20px 80px 20px;
        box-sizing: border-box;
      }
    .m_nav_list>dl{
      width: auto;
      line-height: 40px;
      overflow:hidden;
    }
    .m_nav_list>dl>dt{
      /*background-color: #034ea1;*/
      width:auto;
      position: relative;
      box-sizing: border-box;
      padding-left: 10px;
      margin-bottom:10px;
    }
    .m_nav_list>dl>dt:before{
      content: "";
      position: absolute;
      width:6px;
      height: 6px;
      background-color: #fff;
      border-radius: 50%;
      left: 0;
      top: 50%;
      transform:translateY(-50%);
    }
    .m_nav_list>dl:first-child>dt{
      padding-left: 0;
    }
    .m_nav_list>dl:first-child>dt:before{
      display: none;
    }
    .m_nav_list>dl>dt:after{
      position: absolute;
      width: 10px;
      height: 1px;
      background:#fff;
      content:"";
      bottom: 0;
      left: 0;
    }
    .m_nav_list>dl:first-child>dt:after{
      width:10px;
    }
    .m_nav_list>dl>dt>a{
      color: #fff;
      font-size: 14px;
      font-weight: bold;
    }
    .m_nav_list>dl>dd{
      width: 32%;
      float: left;
      line-height: 30px;
      box-sizing: border-box;
    }
    .m_nav_list>dl>dd>a{
      color: #fff;
      font-size: 13px;
      padding-right: 10px;
      box-sizing: border-box;
      color: #ebebeb;
    }

  .banner-all{
    width: 100%;
    height: 100%;
    position:fixed;
    z-index: 0;
  }
  .banner-all-box{
    width: 100%;
    height: 100%;
    position: relative;
  }

  .banner{
    width: 100%;
    height: 100%;
  }
  .sec-01{
    width: 100%;
    height: 100%;
    overflow:hidden;
    position: relative;
  }

  .sec-01-text{
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/pic_wg.png);
    background-size:100% 100%;
    top: 0;
    left: 0;
    z-index: 9;
  }
  .sec-01-text>.cont{
    position: relative;
    height: 100%;
  }
  .banner-text{
    width:100%;
    position: absolute;
    left: 0%;
    top: 45%;
    z-index: 9;
    transform: translateY(-50%);
    color: #fff;
    opacity: 1;
  }
  .banner-text-box{
    width:100%;
    position: relative;
  }
  .banner-text-box>h3:first-child{
    position: absolute;
    top: 100px;/*30*/
    left: 0;
    opacity: 0; 
    transition: all 0.8s;
  }
  .banner-text-box>h3:nth-child(2){
    position: absolute;
    top: 150px;/*80*/
    left: 0;
    opacity: 0; 
    font-size: 42px;
    font-weight: bold;
    transition: all 0.8s;
    transition-delay:0.8s;
  }
  .banner-text-box>p{
    width:100%;
    margin-top: 30px;
    color: #fff;
    font-size: 36px;
    line-height: 30px;
    color: #fafafa;
    position: absolute;
    top: 170px;/*110*/
    left: 0;
    opacity: 0; 
   transition: all 0.8s;
    transition-delay:1.6s;
  }
  .banner-text-box>ul{
    margin-top: 40px;
    width: 150px;
    position: absolute;
    top: 270px;/*200*/
    left: 0;
    opacity: 0; 
    transition: all 0.8s;
    transition-delay:2.4s;
  }
  .banner-text-box>ul>li{
    width: 10px;
    height: 10px;
    background-color:#fff;
    border-radius: 50%;
    position: relative;
  }
  .banner-text-box>ul>.active:after{
    width: 200%;
    height: 200%;
    position: absolute;
    border:1px solid #fff;
    border-radius: 50%;
    box-sizing: border-box;
    content:"";
    top:-50%;
    left: -50%;
  }
  .banner_box>.active h3:first-child{
    top: 0;
    opacity: 1;
  }
   .banner_box>.active h3:nth-child(2){
    top: 50px;
    opacity: 1;
  }
    .banner_box>.active p{
    top: 80px;
    opacity: 1;
  }
    .banner_box>.active ul{
    top: 170px;
    opacity: 1;
  }
  .sec-01>img{
    width: 100%;
  }
  .sec-01>video{
    width: 100%;
    margin:0 auto;
    display: block;
  }
  .section{
    overflow:hidden;
  }
  .sec-03{
    position: relative;
    background-color: #fff;
    z-index: 99;
    /*background-image: url(../images/bj-0.jpg);*/
    padding-top:240px;
    box-sizing:border-box;
  }
  .sec-03-box{
    position: absolute;
    width: 80%;
    height: 60%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(../images/bj-0.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position:left top;
    padding-top: 180px;
    box-sizing:border-box;
    
  }
  .sec-03-box .cont{
    position: relative;
    height: 100%;
  }
  .top-tt{
    text-align: center;
  }
  .top-tt>h3>p{
    font-weight: bold;
    color: #e62318;
    text-shadow: 3px 3px 3px #ccc;
  }
  .top-tt>h3>img{
    margin-top: 2px;
    margin-right: 5px;
  }
  .top-tt>p{
    margin-top: 15px;
    color: #ae8235;
  }
  .top-tt>p>a{
    color: #e62318;
    display: inline-block;
  }
  .tit_box>h4{
    font-weight: bold;
  }
  .tit_box>h4>i{
    font-weight: bold;
    color: #ae8235;
  }
  .tit_box>h4>em{
    color: #c6c6c6;
    font-size: 14px;
    font-weight: lighter;
  }
  .tit_box>a{
    font-size: 13px;
    color: #c6c6c6;
    margin-top: 10px;
  }
  .sec-03-l{margin-top: 30px;width: 100%;}
  .sec-03-l>ul{
    margin-top: 30px;
  }
  .sec-03-l>ul>li{
    padding: 15px 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #c6c6c6;
    line-height: 26px;
  }
  .sec-03-l>ul>li:hover{
    background-color: #ae8235;

  }
  .sec-03-l>ul>li:hover>a{
    color: #fff;
  }
  .sec-03-con{
    width: 36%;
    position: absolute;
    left: 0;
    top: 120px;
    z-index: 9;
  }
  .sec-03-con em{color: #e62318;}
  .sec-03-con>.img_box{
    width: 100%;
    height: 380px;
    position: relative;
  }
  .text-mb{
    width: 100%;
    height: 100%;
    background-image:url(../images/mb.png);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    background-size:100% auto;
    background-repeat: no-repeat;
    background-position: bottom;
  }
  .text-mb-box{
    width: 100%;
    height: 100%;
    position: relative;
  }
  .text-mb-info{
    width: 100%;
    padding:30px;
    box-sizing:border-box;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
  }
  .text-mb-info>a{
    color: #fff;
  }
  .text-mb-info>a:hover>h4{
    font-weight: bold;
  }
  .text-mb-info>a>em{
    font-weight: lighter;
    font-size: 14px;
    color: #c6c6c6;
    margin-top: 15px;
    display: block;
  }
  .text-mb-info>a>p{
    font-size: 15px;
    color: #c6c6c6;
    margin-top: 15px;
    line-height: 26px;
  }
  .sec-03-con>.tit_box>h4{
    font-weight: bold;
    margin-top: 30px;
  }
  .sec-03-con>.tit_box>a{
    margin-top: 40px;
  }
  .sec-03-con>h4>i{
    font-weight: bold;
    color: #ae8235;
  }
  .sec-03-con>h4>em{
    color: #c6c6c6;
    font-size: 14px;
    font-weight: lighter;
  }
  .sec-03-con>ul{
    margin-top: 30px;
  }
  .sec-03-con>ul>li{
    padding: 15px 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #c6c6c6;
    line-height: 26px;
  }
  .sec-03-con>ul>li:hover{
    background-color: #ae8235;

  }
  .sec-03-con>ul>li:hover>a{
    color: #fff;
  }
  .sec-03-r{
    width: 60%;
    position: absolute;
    right: 0;
    top: 120px;
    z-index: 99;
  }
  .sec-03-tap{
    margin-top: 40px;
  }
  .sec-03-tap>ul{
    width: 100%;
    height: auto;
    border-bottom: 1px solid #c6c6c6;
  }
  .sec-03-tap>ul>li{
    width: 12%;
    float: left;
    font-size: 20px;
    text-align:center;
    padding-bottom: 15px;
    box-sizing:border-box;
    position: relative;
    margin-right: 60px;
  }
  .sec-03-tap>ul>.active:after{
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #ae8235;
    content:"";
    bottom: -2px;
    left: 0;
  }
  .sec-03-tap>ul>.active>a{
    font-weight: bold;
    color: #ae8235;
  }
  .sec-03-list{
    margin-top: 40px;
  }
   .sec-03-show{
    width: 56%;
  }
  .sec-03-show>ul{
    width: 100%;
    display: none;
  }
  .sec-03-show>ul.active{
    display: block;
  }
  .sec-03-show>ul>li{
    padding:15px 10px;
    box-sizing:border-box;
  }
  .sec-03-show>ul>li>a>p{
    width:72%;
    text-indent:20px;
    position: relative;
  }
  .sec-03-show>ul>li>a>p:before{
    width: 8px;
    height: 8px;
    border-radius:50%;
    background-color: #666;
    content:"";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .sec-03-show>ul>li>a>em{
    width: 20%;
    /*font-size: 15px;*/
    line-height: 24px;
  }
  .sec-03-show>ul>li:hover{
    background-color: #ae8235;
  }
  .sec-03-show>ul>li:hover>a{
    color: #fff;
  }
  .sec-03-show>ul>li:hover>a>p:before{
    background-color: #fff;
  }
  .sec-03-list-l{
    width: 42%;
  }
  .sec-03-list-l>.img_box{
    height: 220px;
    position: relative;
  }
  .sec-03-list-l>.img_box>a{
    position: absolute;
    width: 100%;
    color: #fff;
    background-color: rgba(174,130,53,.6);
    line-height: 40px;
    bottom: 0;
    z-index: 999;
    padding:0 5px;
    box-sizing: border-box;
  }
  .sec-03-list-l>.tit_box{
    margin-top: 30px;
  }
  .sec-03-list-l>ul{
    margin-top: 30px;
  }
 .sec-03-list-l>ul>li{
    padding: 15px 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #c6c6c6;
    line-height: 26px;
  }
  .sec-03-list-l>ul>li p{
    width: 70%;
  }
  .sec-03-list-l>ul>li:hover{
    background-color: #ae8235;
  }
  .sec-03-list-l>ul>li:hover>a{
    color: #fff;
  }







  .sec-10{
    width: 100%;
    height: 100%;
    position: relative;
    background-image: url(../images/bj-7.jpg);
  }
  .gif{
    position: absolute;
    width: 80%;
    height: 40%;
    right: 0%;
    top: 180px;
    opacity: 0.2;
  }
  .gif>.img_box{
    width: 100%;
    height: 100%;
  }
  .sec-10-box{
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);

  }
  .sec-10-cont{
    margin-top:210px;
  }
  .sec-10-text{
    width: 40%;
  }
  .sec-10-text span{display: none;}
  .sec-10-text span.active{display: block;}
  .sec-10-text h3{
    font-weight: bold;
    text-shadow: 3px 3px 3px #ccc;
  }
  .sec-10-text p{
    width: 80%;
    margin-top: 30px;
    color: #c6c6c6;
    font-size: 13px;

  }
  .sec-10-tap{
    width: 40%;
    margin-left: auto;
    padding-top: 150px;
    box-sizing: border-box;
  }
  .sec-10-tap>p{
    float: left;
    color: #c6c6c6;
  }
  .sec-10-tap>p>em{
    color: #333;
  }
  .sec-10-tap>i{
    width: 60%;
    height: 2px;
    background-color: #c6c6c6;
    display: block;
    float: left;
    margin-top: 7px;
    margin-left: 10px;
  }
  .sec-10-btn{
    width: 160px;
    margin-left: auto;
  }
  .sec-10-btn>span{
    width: 80px;
    height: 80px;
    display: block;
    background-color: #c6c6c6;
    margin-top: -40px;
    background-image: url(../images/left.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 30%;
  }
  .sec-10-btn>span:last-child{
    background-color: #ae8235;
    background-image: url(../images/right.png);
  }
  .sec-10-bottom{
    width: 86%;
    position: absolute;
    left: 7%;
    bottom: 0;
  }
  .sec-10-bottom-box{
    width: 100%;
    position: relative;
  }
  .sec-10-l{
    width:45%;
    height: 500px;
    float: left;
  }
  .sec-10-info-box{
    width:100%;
    height: 100%;
  }
  .sec-10-info{
    width: 100%;
    height: 100%;
  }
  .sec-10-bottom-l{
    width: 100%;
    height: 100%;
    background-color: #ae8235;
    padding:80px 110px;
    box-sizing: border-box;
    color: #fff;
    overflow:hidden;
    position: relative;
  }
  .sec-10-bottom-l>em{
    font-size: 15px;
    margin-bottom: 30px;
    display: block;
    color: #fafafa;
  }
  .sec-10-bottom-l>h3{
    margin-bottom: 60px;
    font-weight: bold;
  }
  .sec-10-bottom-l>p{
    font-size: 14px;
    line-height: 30px;
  }
  .sec-10-bottom-l>i{
    width: 100%;
    height: 1px;
    background-color: #fff;
    display: block;
    margin-top: 50px;
  }
  .sec-10-bottom-l>img{
    position: absolute;
    bottom: 0;
    left: -50px;
    opacity: 0.4;
  }
  .sec-10-bottom-r{
    width: 55%;
    height: 500px;
    position: relative;
    float: right;
  }
  .sec-10-r{
    width: 100%;
    height: 100%;
  }
  .sec-10-pic-box{
    width: 100%;
    height: 100%;
  }
  .sec-10-pic{
    width: 100%;
    height: 100%;
  }
  .sec-10-bottom-r img{
    width: 100%;
    height: 100%;
  }
  .sec-10-more{
    margin-top: 30px;
  }
  .sec-10-more>a{
    color:#fff;
    font-size: 14px;
    line-height: 30px;
  }
  .sec-10-more>img{
    height: 30px;
  }
  .sec-10-data{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.3);
    color: #fff;
    z-index: 99;
  }
  .sec-10-data-box>ul{
    width: 80%;
    margin:0 auto;
    margin-top: 400px;
  }
  .sec-10-data-box>ul>li>p{
    font-size: 18px;
  }
  .sec-10-data-box>ul>li>h3{
    font-weight: bold;
    margin-top: 10px;
  }
  .sec-10-data-box>ul>li>h3>p{
    font-weight: bold;
  }
  .sec-10-data-box>ul>li>h3>em{
    font-size: 14px;
    font-weight: lighter;
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 50px;
  }






  


  
 
  
  
  .sec-06{
    padding-top: 200px;
    box-sizing: border-box;
   position: relative;
   background-image:url(../images/bj-7.jpg);
   background-size: cover;
  }
  .sec-06>.cont{
    position: relative;
    height: 100%;
  }
  .sec-06-top{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
  }
  .sec-06-top>ul>li{
    text-align: center;
    width: 130px;
    height: 130px;
    border:1px solid #fff;
    box-sizing:border-box;
    background-color: #f5f5f5;
    
    cursor: pointer;
  }
  .sec-06-top>ul>li>img{
    width: 40px;
    height: 40px;
    margin:0 auto;
    margin-top: 25px;
  }
  .sec-06-top>ul>li>.img2{
    display: none;
  }
  .sec-06-top>ul>li.active{
    color: #fff;
    background-color: #ae8235;
    /*border:1px solid #ae8235;*/
  }
  .sec-06-top>ul>.active>.img1{
    display: none;
  }
  .sec-06-top>ul>.active>.img2{
    display: block;
  }
  .sec-06-top>ul>li>p{
    margin-top:10px;
    font-size: 15px;
    font-weight: lighter;
  }
  .sec-06-box{
    width: 100%;
    height: 65%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 9;
  }
  .sec-06-box>ul{
    width: 100%;
    height: 100%;
  }
  .sec-06-box>ul>li{
    width: 100%;
    height: 100%;
    display: none;
  }
  .sec-06-box>ul>.active{
    display: block;
  }
  .sec-06-box>ul>li>.img_box{
    width: 100%;
    height: 100%;
    position: relative;
  }
  .sec-06-js.swiper-container{
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    
    z-index: 999;
  }
  .sec-06-js>ul{width: 100%;height: 100%;}
  .sec-06-js li{
    float: left;
    width: 25%;
    height: 100%;
    line-height: 60px;
    text-align: center;
    border-right: 1px solid rgba(255,255,255,.3);
    box-sizing:border-box;
    position: relative;
  }
  .sec-06-js li::after{position: absolute;content: '';width: 100%;height: 100%;background-color: rgba(174,130,53,.8);left: 0;bottom: 0;z-index: 1;opacity: 0;transition: all .6s;}
  .sec-06-js li>.img_box{width: 100%;display: flex;justify-content: center;align-items: center;height: 100%;}
  .sec-06-js li>.img_box>img{width: 70%;height: auto;}
  .sec-06-js .info{position: absolute;bottom: 0px;z-index: 2;left: 0;padding:0 20px;background-color: rgba(174,130,53,.8);box-sizing: border-box;width: 100%;color: #fff;height: 60px;overflow: hidden;transition: all .6s;}
  .sec-06-js .info>a{
    color: #fff;
    width: 100%;
    line-height: 60px;
    z-index: 3;
    font-size: 22px;
  }
  .sec-06-js .info>p{line-height: 30px;color: #ebebeb;}
  .sec-06-js .info>em{width: 30px;height: 2px;background-color: #fff;margin: 0 auto;margin-top: 10px;display: block;margin-bottom: 20px;}
  .sec-06-js li:hover .info{height: 60%;background-color: rgb(0 0 0 / 0);}
  .sec-06-js li:hover::after{opacity: 1;}
  .inx-6{position: relative;}
  @keyframes hmp4Bg {  0% {
    opacity:0.2;
    transform:scale(1)
    }
     50% {
    opacity:.6;
    transform:scale(1.25)
    }
     100% {
    opacity:0.2;
    transform:scale(1)
    }
    }
  .inx-6::after{content: "";
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    position: absolute;
    background: url(../images/bg.jpg) no-repeat center center;
    background-size: 100vw 100vh;
    animation: hmp4Bg 10s linear infinite;
 
}
.t1>h4{font-size: 2.4vw;}
.t1>h4>em,.t1>p{font-size: 1.2vw;}
.inx-6{background-color: #fff;}
.inx-6>.cont{width: 86%;height: 100%;position: relative;}
  .inx-6-box{width: 100%;position: absolute;left: 0;top: 55%;transform: translateY(-50%);z-index: 3;}
  .inx-6-box>.t1{text-align: center;}
  .inx-6-box>ul{background-color: #fafafa;padding:20px;box-sizing: border-box;box-shadow: 2px 5px 20px rgba(0,0,0,.05);margin-top: 30px;}
  .inx-6-box>ul>li{width: 20%;padding: 5px;box-sizing: border-box;}
  .inx-6-box>ul>li>.img_box{height: 140px;position: relative;width: 100%;background-color: #fff;}
  .inx-6-box>ul>li>.img_box:hover{box-shadow: 2px 5px 20px rgba(0,0,0,.1);}
  .inx-6-box>ul>li>.img_box>img{position: absolute;width:60%;left: 50%;top: 50%;transform: translate(-50%,-50%);height: auto;}
  .inx-6-box>a{font-size: 18px;
    line-height: 55px;
    color: #FFF;
    background: #ae8235 url(../images/hmc2_ar.png) no-repeat 139px center;
    height: 55px;
    width: 162px;
    padding-left: 45px;
    display: inline-block;
    border-radius: 1.8em;
    text-align: left;
    margin: 0 auto;
    display: block;
    margin-top: 40px;
  }
  .window{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.2);
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
  }
  .window-box{
    width: 100%;
    height: 100%;
    position: relative;
  }
  .win-all{
    position: absolute;
    width: 600px;
    height: 360px;
    left: 50%;
    top: 53%;
    background-color: rgba(174,130,53,.8);
    transform: translate(-50%,-50%);
    padding:30px;
    box-sizing: border-box;
    color: #fff;
  }
  .box{
    width: 100%;
    height:100%;
    position: relative;
  }
  .close{
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
  }
  .box>p{
    font-size: 18px;
  }
  .box>h3{
    margin-top: 10px;
  }
  .box>div{
    margin-top: 25px;
  }
  .box>div>a{
    width: 50%;
    height: 50px;
    background-color: #fff;
    line-height: 50px;
    text-align: center;
    /*border-radius: 28px;*/
    font-size: 18px;
  }
  .box>div>a:last-child{
    background-color: #191e81;
    color: #fff;
  }
  .box>form{
    width: 100%;
    border:1px solid #fff;
    /*border-radius: 28px;*/
    margin-top: 35px;
  }
  .box>form>input{
    font-size: 18px;
    height:50px;
    text-indent: 1rem;
    background-color: rgba(0,0,0,0);
    color: #fff;
    border:none;
    display: block;
  }
  input::-webkit-input-placeholder{
  color:#fff;
}
  .box>form>button{
    width: 130px;
    height: 52px;
    /*border-radius: 28px;*/
    outline: none;
    font-size: 17px;
    border:none;
  }
  .box>i{
    display: block;
    padding-left: 15px;
    background-image: url(../images/icon-8.png);
    background-position: left;
    background-repeat: no-repeat;
    margin-top: 10px;
    font-size: 14px;
  }

  .sec-07{
    position: relative;
    width: 100%;
    height: 100%;
  }
  .sec-07-t{
    position: absolute;
    width: 100%;
    height:100%;
    top: 0;
    left: 0;
  }
  .sec-07-top{
    width: 100%;
    height: 55%;
    position: relative;
  }
  .sec-07-top-box{
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/img-2.jpg);
    top: 0;
    left: 0;
    z-index: 99;
    color: #fff;
    padding-top:270px;
    box-sizing:border-box;
    text-align: center;
  }
  .sec-07-top-box>h3{
    font-weight: bold;
    margin-bottom: 15px;
    opacity: 0.8;
    font-size: 42px;

  }
  .sec-07-top-box>h4{
    opacity: 0.8;
  }
  .sec-07-bottom{
    width: 100%;
    height: 45%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #f5f5f5;
  }
  .sec-07-bt-top{
    width: 100%;
  }
  .bt-nav{
    padding-top: 40px;
    box-sizing:border-box;
    width: 72%;
    padding-right: 40px;
    padding-bottom: 40px;
    border-right: 1px solid #ededed;
  }
  .bt-nav dt{
    font-size: 24px;
    font-weight: lighter;
    margin-bottom: 10px;
  }
  .bt-nav dd>a{
    font-size: 18px;
    font-weight: lighter;
    color: rgba(0,0,0,.65);
    line-height: 46px;
  }
  .bt-lx{
    width: 28%;
    padding-top: 40px;
    padding-left: 40px;
    box-sizing:border-box;
    position: relative;
  }
  .bt-lx>.img_box{
    width: 120px;
    height: 120px;
    background-color: #fff;
    left: 40px;
    bottom: 0;
    z-index: 99;
    position: absolute;
    opacity: 0;
  }
  .bt-lx>h4{
    font-weight: bold;
  }
  .bt-lx>h3{
    font-size: 32px;
    font-weight: bold;
    color: #ae8235;
    margin-top: 15px;
  }
  .bt-lx>p:nth-child(3){
    font-size: 18px;
    color: #7b7b7b;
    font-weight: lighter;
    margin-top: 5px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .bt-lx>p{
    line-height: 30px;
    margin-top: 5px;
    font-weight: lighter;
  }
  .bt-lx>p:last-child{
    margin-top: 20px;
  }
  .wx{
    position: relative;
    z-index: 999;
    cursor: pointer;
  }
  .bt-lx>p:last-child>em{
    line-height: 25px;
    display: block;
    margin-left: 10px;
    float: left;
    font-weight: lighter;
  }
  .bt-lx>p>img{
    float: left;
    margin-top: 3px;
    margin-right: 10px;
  }
  .sec-07-ft{
    width: 100%;
    height: 20%;
    border-top: 1px solid #ededed;
    
    box-sizing:border-box;
  }
  .sec-07-ft-l{
    width: 86%;
    padding-left:7%;
    padding-top:15px;
    box-sizing:border-box;
  }
  .sec-07-ft-l>p{
    line-height: 30px;
    font-weight: lighter;
    color: #7b7b7b;
  }
  .sec-07-ft-l>p>img{
    float: left;
    margin-right: 5px;
    margin-top: 3px;
  }
  .sec-07-ft-l a{display: inline-block;color: #7b7b7b;font-weight: lighter;}
  .sec-07-ft-r{
    width: 31%;
    height: 100%;
    background-color: #ae8235;
  }
  .sec-07-ft-r>img{
    width: 78%;
    margin-top: 10px;
  }
  /*内页区域============================================================*/
  .web-mbx {
    padding: 20px 0;
    background-color: #f5f5f5;
  }
  .web-mbx p {
    line-height: 32px;
  }
  .web-mbx p img {
    display: inline-block;
    margin-right: 10px;
    height: 32px;
    width: auto;
  }
  .web-mbx p a {
    display: inline-block;
  }
  .web-mbx p a:last-child {
    margin-right: auto;
  }
   /*内页banner*/
  .pic-hengfu{
    width: 100%;
    height: 500px;
    position: relative;
  }
  .pic-hengfu::after{
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.4);
    z-index: 1;
  }
  .pic-hengfu h2{
    color: #fff;
    font-weight: 600;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
    font-size: 2.4vw;
  }
  .img-box{width: 100%;height: 100%;}
  .ny-bottom{position: static;}
  .oth-tit-box{width: 100%;text-align: center;margin-bottom: 60px;}
  .oth-tit-box>h3{font-size: 2.2vw;font-weight: 600;}
  .oth-tit-box>h5{font-size: 24px;color: #7b7b7b;text-transform: uppercase;letter-spacing: 3px;opacity: .6;margin-top: 10px;}
  .ab-01-left{width: 42%;}
  .ab-01-left h4{font-weight: 600;font-size: 30px;}
  .ab-01-left em{width: 60px;height: 4px;background-color: #ae8235;display: block;margin: 20px 0;}
  .ab-01-left p{margin-top: 20px;line-height: 36px;color: #7b7b7b;text-indent: 2rem;text-align: justify;}
  .ab-01-right{width: 48%;}
  .ab-01-right .img-box{width: 100%;}
  .ab-01-right .img-box img{width: 100%;}
  .ab-02{width: 100%;background-color: #f5f5f5;background-image: url(../images/bj-1.jpg);background-size: cover;}
  .ab-02 .oth-tit-box{color: #fff;}
  .ab-02-box{position: relative;}
  .ab-02 ul{width: 100%;position: relative;z-index: 2;}
  .ab-02 ul li{width: 23%;text-align: center;padding: 80px 0;background-color: #fff;position: relative;border-radius: 5px;}
  .ab-02 ul li::after{position: absolute;content: "";width: 0%;height: 7px;background-color: #ae8235;border-radius: 2px 2px 0 0 ;left: 50%;bottom: 0%;transform: translateX(-50%);z-index: 1;transition: all .6s;}
  .ab-02 ul li:hover::after{width: 100%;}
  .ab-02 ul li .ico-box{border: 2px solid #333;border-radius: 50%;width: 80px;height: 80px;display: flex;justify-content: center;align-items: center;margin: 0 auto;}
  .ab-02 ul li .ico-box img{width: 40px;height: 40px;}
  .ab-02 ul li h4{font-weight: 600;margin-top: 40px;font-size: 30px;}
  .ab-02 ul li h5{margin-top: 20px;color: #7b7b7b;}
  .ab-03{background-color: #fafafa;}
  .ab-03-box li{width: 33.33%;padding: 0 15px;box-sizing: border-box;}
  .ab-03-box li .img_box{height: 18vw;}
  .ab-04 .box{padding-top: 0px;}
  .ab-04 .box ul{padding-top: 30px;}
  .ab-04 .box ul li{width: 25%;padding:0 20px;box-sizing: border-box;}
  .ab-04 .box ul li a{transition: all .6s;}
  .ab-04 .box ul li a:hover{margin-top: -30px;box-shadow: 2px 5px 5px 5px rgb(0 0 0 / 10%);}
  .ab-04 .box ul li .img-box{width: 100%;height: 24vw;background-color: #fafafa;display: flex;justify-content: center;align-items: center;}
  .ab-04 .box ul li .img-box img{width: 80%;}
  .ab-04 .box ul li p{text-align: center;background-color: #f5f5f5;margin-top: 5px;line-height: 40px;}

  .pro-list ul>li{
		width:33.3%;
		padding:0 20px;
		box-sizing: border-box;
		margin-bottom:30px;
	}
	.pro-list ul>li>a{
		padding:10px;
		background-color:#f5f5f5;
		box-sizing: border-box;
	}
	.pro-list ul>li>a>.img_box{
		height: 360px;
		position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
	}
  .case-list ul>li>a>.img_box{
    height: 320px;
		position: relative;
  }
  .pro-list ul>li>a>.img_box>img{
    width: 60%;
    height: auto;
  }
  .pro-list ul>li>a>.img_box.active>img{
    width: 100%;
    height: 100%;
  }
  .case-list ul>li>a>.img_box>img{
    width: 100%;
    height: 100%;
  }
	.pro-list-pic{
		position: absolute;
		width:100%;
		height: 100%;
		left: 0;
		top: 0;
		background-color:rgba(174,130,53,.8);
		padding:15px;
		box-sizing: border-box;
		opacity: 0;
		transition: all .6s;
	}
	.pro-list ul>li:hover .pro-list-pic{
		opacity: 1;
	}
	.pro-list-pic-tit{
		width:100%;
		height: 100%;
		position: relative;
	}
	.pro-list-pic-tit>em{
		position: absolute;
		opacity: 0;
		transition:all .6s;
		background-color:#fff;
	}
	.pro-list-pic-tit>.line-1{
		width:0%;
		height: 1px;
		top: 0;
		left: 50%;
		transform:translateX(-50%);
	}
	.pro-list-pic-tit>.line-2{
		width:1px;
		height: 0%;
		top: 50%;
		right: 0;
		transform:translateY(-50%);
	}
	.pro-list-pic-tit>.line-3{
		width:0%;
		height: 1px;
		bottom: 0;
		left: 50%;
		transform:translateX(-50%);
	}
	.pro-list-pic-tit>.line-4{
		width:1px;
		height: 0%;
		top: 50%;
		left: 0;
		transform:translateY(-50%);
	}
	.pro-list ul>li:hover .pro-list-pic-tit>.line-1,.pro-list ul>li:hover .pro-list-pic-tit>.line-3{
		width:100%;
		opacity: 1;
	}
	.pro-list ul>li:hover .pro-list-pic-tit>.line-2,.pro-list ul>li:hover .pro-list-pic-tit>.line-4{
		height: 100%;
		opacity: 1;
	}
	.pro-list-pic-tit>h5{
		position: absolute;
		color: #fff;
		top: 80%;
		left: 50%;
		text-align:center;
		transform:translate(-50%,-50%);
		opacity: 0;
		transition:all .6s;
	}
	.pro-list ul>li:hover .pro-list-pic-tit>h5{
		opacity: 1;
		top: 50%;
	}
	.pro-list-info{
		padding:15px;
    background-color: #fff;
	}
	.pro-list-info>span{
		max-width: 73%;
	}
  .case-list .pro-list-info>span{
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
	.pro-list-info>span>p{
		line-height: 36px;
		font-size: 17px;
		max-height: 36px;
		font-weight: bold;
	}
  .case-list .pro-list-info>span>p{
    width: 100%;
    text-align: center;
  }
	.pro-list ul>li:hover .pro-list-info>span>p{
		color: #ae8235;
	}
	.pro-list ul>li:last-child{
		margin-right:auto;
	}
	.pro-list-info>p{
		line-height: 36px;
	}

  /*产品详情*/
  .product-info-l{
    width: 75%;
    padding-right: 40px;
    box-sizing: border-box;
    border-right: 1px solid rgba(0,0,0,.1);
  }
  .product-info-l>h4{
    text-align: center;
  }
  .pro-show{
    width: 100%;
    margin-top: 40px;
  }
  .pro-pic{
    width: 40%;
    padding:20px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    border:1px solid rgba(0,0,0,.2);
  }
  .pro-name{
    width: 55%;
  }
  .pro-name>h4{
    color: #ae8235;
    margin-bottom: 40px;
    font-weight: 600;
  }
  .pro-name>p{
    line-height: 36px;
    margin-top: 30px;
    color: #7b7b7b;
  }
  .pro-name>p>i{
    font-size: 17px;
    display: inline-block;
    font-weight: bold;
    color: #333;
    margin-right:10px;
  }
  .pro-name>span{
    display: block;
    margin-top:20px;
    font-size:28px;
    color: #ae8235;
  }
  .pro-name>span>i{
    font-size: 17px;
    display: inline-block;
    font-weight: bold;
    color: #333;
    margin-right:10px;
  }
  .pro-name>i{
    width: 100%;
    height: 1px;
    background-color: rgba(0,0,0,.1);
    display: block;
    margin-top: 20px;
  }
  .pro-name>p>a{
    width: 140px;
    line-height: 50px;
    background-color: #333;
    color: #fff;
    text-align: center;
    margin-top: 50px;
  }
  .pro-name>p>a:last-child{
    margin-right: auto;
    margin-left:50px;
    background-color: #ae8235;
  }

  .pro-pic>img{
    width: 100%;
  }
  .pro-nr{
    margin-top:30px;
    line-height: 36px;
  }
  .tab{
    width: 100%;
    background-color: #f5f5f5;
    box-sizing: border-box;
    overflow: hidden;
  }
  .tab>p{
    line-height: 50px;
    float: left;
    width: 120px;
    text-align: center;
    margin-right:20px;
    cursor: pointer;
  }
  .tab>.active{
    background-color: #ae8235;
    color: #fff;
  }
  .pro-js{
    padding:20px;
    box-sizing: border-box;
  }
  .pro-js>.pro-js-box{
    display: none;
  }
  .pro-js>.active{
    display: block;
  }
  .pro-js td{
    border:1px solid rgba(0,0,0,.2);
  }
  .product-info-r{
    width: 25%;
    padding-left: 40px;
    box-sizing: border-box;
  }
  .product-info-r>h5{
    padding-left: 20px;
    line-height: 40px;
    position: relative;
    color:#ae8235; 
  }
  .product-info-r>h5:before{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: 4px;
    height: 24px;
    background-color: #ae8235;
  }
  .product-info-r>em{
    width: 100%;
    height: 1px;
    background-color: rgba(0,0,0,.1);
    display: block;
    margin-top:15px;
  }
  .product-info-r>ul>li{
    background-color: #f5f5f5;
    padding:20px;
    box-sizing: border-box;
    margin-top:30px;
  }
  .product-info-r>ul>li .img_box{
    position: relative;
  }
  .product-info-r>ul>li .img_box>p{
    position: absolute;
    width: 100%;
    line-height: 50px;
    background-color: #ae8235;
    left: 0;
    bottom: 0;
    z-index: 1;
    color: #fff;
    padding-left: 20px;
    box-sizing: border-box;
  }
  .product-info-l>h3{padding-bottom: 20px;border-bottom: 1px solid rgb(0 0 0 / 10%);font-weight: 600;}
  .nr-js{margin-top: 40px;}
  .nr-js img{max-width: 100%;display: inline-block;margin: 2vw 0;}
  /*新闻中心*/
  .news-list{
    width: 100%;
   }
   .news-tap{margin-bottom: 60px;}
   .news-tap a{box-sizing: border-box;border:1px solid #333;width: 140px;line-height: 50px;text-align: center;margin: 0 20px;border-radius: 5px;}
   .news-tap a.active{color: #fff;background-color: #ae8235;border-color: #ae8235;}
   .news-list ul:after {
        display:block;
        content:"";
        width: 31%;
        height:0px;
    }
   .news-list ul>li{
    width: 31%;
    margin-bottom: 60px;
   }
   .news-list ul>li>a>.img_box{
    width: 100%;
    height: 260px;
   }
   .news-list-info{
    width: 100%;
    padding:30px;
    box-sizing: border-box;
    box-shadow: 2px 2px 10px rgba(0,0,0,.1);
   }
   .news-list-info>p{
    font-weight: lighter;
   }
   .news-list-info>h5{
    margin-top: 15px;
    font-weight: bold;
   }
   .news-list-info>p:nth-child(3){
    margin-top: 15px;
    line-height: 30px;
   }
   .news-list-info>img{
    margin-top: 15px;
   }
   .news-list .zlxz>li{
    width: 100%;
    background-color: #fafafa;
    padding:30px 40px;
    box-sizing: border-box;
    border-radius: 5px;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
   }
   .news-list .zlxz>li img{
    width: 30px;
    height: 30px;
   }
/*新闻详情*/
  .news_inner{
    width: 100%;
    background:#fff;
  }
  .news_inner img{
    margin: 0 auto;
  }
  .news_inner>.cont>.ym_tit{
    margin-bottom: 30px;
    text-align:center;
    font-size: 26px;
    font-weight: bold;
  }
  .news_inner>.cont>p:nth-child(2){
    text-align: center;
    height: 40px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
  }
  .news_inner>.cont>span{
    padding: 20px 0;
    display: block;
    font-size: 14px;
    color: #6f7173;
  }
  .news_inner>.cont>span img{
    max-width: 100% !important;
    height: auto!important;
  }
  .news_inner>.cont>div{
    width: 100%;
    margin-top:30px;
    height: 60px;
    line-height:30px;
   }
  .news_inner>.cont>div>em:first-child{
    float: left;
    display: block;
  }
  .news_inner>.cont>div>em:last-child{
    float: right;
    display: block;
  }
  .news_inner>.cont>div>em>a{
    color: #333;
    display: inline-block;
  }
  .news_inner>.cont>div>em>a:hover{
    color: #00478B;
  }
  .news_inner>.cont>.video-box{
    width:100%;
    height: 100%;
  }
  .news_inner video{
    width:80%;
    margin:0 auto;
    display: block;
  }
  /*联系我们*/
  .cat-1{
    width: 100%;
    background-color: #fafafa;
  }
  .cat-1-l{
    width: 40%;
    background-color: #fff;
    padding: 30px;
    box-sizing: border-box;
  }
  .cat-1-l>ul>li{
    padding:20px 0;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(0,0,0,.1);
  }
  .cat-1-l>ul>li:last-child{
    border-bottom: none;
  }
  .cat-1-l>ul>li>img{
    height: 30px;
    margin-top:10px;
  }
  .cat-1-l>ul>li>span{
    width: 80%;
    margin-right: auto;
    margin-left: 10px;
  }
  .cat-1-l>ul>li>span>h5:first-child{
    color: #ae8235;
    font-size: 22px;
  }
  .cat-1-l>ul>li>span>h5:last-child{
    margin-top: 5px;
    font-size: 17px;
  }
  .zxdt_box{
    width: 60%;
    background-color:#fff;
  }
  .zxdt{
    width: 100%;
    height: 100%;
  }
  .bddt_box{
    width: 100%;
    height: 100%;
  }
  .bddt{
    width: 100%;
    height: 100%;
  }
  .cat-2{
    background-image:url(../images/cat-bj1.jpg);
    background-size:cover;
    background-position: bottom;
  }
  .cat-2 h3{
    text-align: center;
    margin-top: 10px;
    font-family: font_2;
  }
  .cat-2 .tit>h5{
    color: #ae8235;
    text-align: center;
  }
  .cat-2 form{
    margin-top: 60px;
  }
  .cat-2 form>p{
    background-color:#fafafa;
    width: 30%;
    padding:10px 20px;
    box-sizing: border-box;
    line-height: 30px;
    border:1px solid rgb(0 0 0 / 10%);
  }
  .cat-2 form>p>input{
    width: 80%;
    border:none;
    background-color: rgba(255,255,255,.0);
    height: 30px;
    
  }
  .cat-2 form>p:nth-child(4){
    width: 100%;
    margin-top: 30px;
  }
  .cat-2 form>p:nth-child(4)>i{
    width: 100%;
    display: block;
  }
  .cat-2 form>p:nth-child(4)>textarea{
    width: 100%;
    height: 150px;
    margin-top: 10px;
    border:none;
    outline: none;
    background-color: rgba(255,255,255,.0);
  }
  .cat-2 form>button{
    margin:0 auto;
    margin-top: 40px;
    border:none;
    display: block;
    width: 240px;
    color: #fff;
    border-radius: 5px;
    height: 60px;
    background-color: #ae8235;
  }

