@charset "utf-8";
.top-t{
    background: #f5f5f5;
    color: #797979;
    line-height: 35px;
    height: 35px;
    overflow: hidden;
}
.top-a a{
    color: #797979;
    display: block;
    float: left;
    position: relative;
    padding-left: 10px;
    margin-left: 10px;
}
.top-a a:before{
    content:"";
    background: #d7d7d7;
    width: 1px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 7.5px;
}
.top-a a:first-child:before{
    display: none;
    margin-left: 0;
    padding-left: 0;
}
.top-a a:hover{
    color: #98bf19;
}
.top-nav{
    /* padding: 20px 0; */
}
.top-nav .logo img{
    height: 60px;
    margin-top: 15px;
}
.top-nav .dhnav{
    margin-left: 40px;
}
.top-nav .dhnav ul li{
    float: left;
    margin-left: 20px;
}
.top-nav .dhnav ul li:first-child{
    margin-left:0;
}
.top-nav .dhnav ul>li>a{
    font-size: 16px;
    line-height: 55px;
    display: block;
    border-bottom: 2px solid #fff;
    line-height: 88px;
}
.top-nav .dhnav ul>li>a:hover,.nax_main>a{
    color: #98bf19;
    font-weight: bold;
    border-bottom: 2px solid #98bf19!important;
}
.top-nav .tel{
    font-size: 22px;
    color: #98bf19;
    font-weight: bold;
    background: url(../images/top-tel.png) left no-repeat;
    padding-left: 35px;
    line-height: 90px;
    margin-left: 25px;
}
.top-nav .search{
    margin-top: 30px;
}
.top-nav .search i{
    background: #e7e9ec;
    color: #848585;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}
.top-nav .search i:hover{
    background: #98bf19;
    color: #fff;
}

.dhnav ul li div{
    display: none;
    position: absolute;
    z-index: 999;
    background: rgb(255 255 255 / 70%);
    width: 100%;
    padding: 13px 0;
    left: 0;
}
.dhnav ul li div dl{
    display:table;
    margin:auto;
}
.dhnav ul li div dl dd{
    line-height: 35px;
    float: left;
    margin-left: 40px;
    position:relative;
    padding-left: 15px;
}
.dhnav ul li div dl dd a:before{
    content:"";
    position:absolute;
    background: #666;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    left: 0;
    top: 50%;
    margin-top: -3px;
}
.dhnav ul li div dl dd a:hover:before{
    background:#98bf19;
}
.dhnav ul li div dl dd:first-child{
    margin-left:0;
}
.dhnav ul li div dl dd a{
    color: #666;
    font-size:14px;
    white-space: nowrap;
}
.dhnav ul li div dl dd a:hover{
    color:#98bf19;
}



/*搜索*/
.search_wrap {
    width: 1200px;
    position: fixed;
    bottom: 0;
    left: 50%;
    z-index: 99;
    margin-left: -600px;
    display: none;
    padding: 100px 283px;
    box-sizing: border-box;
    background: #fff;
}
.header_search {
    height: 50px;
    background-color: #f6f6f6;
}
.search_txt {
    padding-left: 20px;
    width: 550px;
    display: block;
    float: left;
    border: 0;
    line-height: 50px;
    color: #999;
    font-size: 16px;
    background: #f6f6f6;
    box-sizing: border-box;
    outline: 0;
}
.search_btn {
    float: left;
    width: 84px;
    height: 50px;
    background-color: #98bf19;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    border: 0;
    cursor: pointer;
}
.search_close {
    width: 15px;
    transition: 0.3s all linear;
    cursor: pointer;
    position: absolute;
    top: 30px;
    right: 30px;
}
.search_close {
    width: 15px;
    transition: 0.3s all linear;
    cursor: pointer;
    position: absolute;
    top: 30px;
    right: 30px;
}
.search_close img {
    width: 100%;
    display: none;
}
.search_close .show_img {
    display: block;
}
.search_close:hover .hide_img {
    display: block;
}
.search_close:hover .show_img {
    display: none;
}
.search_close:hover {
    transform: rotateZ(90deg);
    -ms-transform: rotateZ(90deg);
    -webkit-transform: rotateZ(90deg);
    -moz-transform: rotateZ(90deg);
}
.maskbase{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    z-index: 98;
    display: none;
}


.nav-btn{
    display: none;
}

/*手机侧导航*/
.menu_theme_write .am-offcanvas-bar {
  background: #f7f7f7;
}
.menu_theme_write .am-offcanvas-bar:after {
  background: rgba(0, 0, 0, 0);
}
.menu_theme_write .am-offcanvas-bar .am-menu-nav {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.menu_theme_write .am-offcanvas-bar .am-menu-nav > li:first-child > a {
  border-top: 1px solid none;
  border-top: none;
}
.menu_theme_write .am-offcanvas-bar .am-menu-nav > li > a {
  color: #333;
  -webkit-text-shadow: 0 1px 0 rgba(0, 0, 0, 0);
  -ms-text-shadow: 0 1px 0 rgba(0, 0, 0, 0);
  -moz-text-shadow: 0 1px 0 rgba(0, 0, 0, 0);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
}
.menu_theme_write .am-offcanvas-bar .am-menu-nav > .am-open > a,
.menu_theme_write .am-offcanvas-bar .am-menu-nav > li > a:focus,
.menu_theme_write .am-offcanvas-bar .am-menu-nav > li > a:hover {
  background-color: #98bf19;
  color: #fff;
}
.menu_theme_write .am-offcanvas-bar .am-menu-sub {
  background: #88ab16;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}


@media screen and (max-width: 1200px) {
    .top{
      padding:2rem 0;
    }
    .nav-btn{
        display: block;
    }
    .top-t,.top-nav .dhnav,.top-nav .tel{
        display: none;
    }
    .top-nav .logo img{
        margin-top: 0;
        height: 6rem;
    }
    .top-nav .search{
        margin-top: 1.5rem;
    }
    .nav-btn{
        float: right;
        text-align: right;
        color: #98bf19;
        line-height: 6rem;
        margin-right: 1rem;
    }
    .sj-btn{
        border: 0;
        background: none;
        font-size: 3rem;
    }


    /*搜索*/
    .search_wrap {
        width: 100%;
        left: 0;
        z-index: 99;
        margin-left: 0;
        padding: 15% 5%;
    }
    .header_search {
        height: 5rem;
    }
    .search_txt {
        padding-left: 5%;
        width: 80%;
        line-height: 5rem;
        font-size: 1.6rem;
    }
    .search_btn {
        width: 20%;
        height: 5rem;
        line-height: 5rem;
        font-size: 1.6rem;
    }
    .search_close {
        width: 15px;
        transition: 0.3s all linear;
        cursor: pointer;
        position: absolute;
        top: 1rem;
        right: 1rem;
    }
    .search_close img {
        width: 100%;
        display: none;
    }
}