@charset "utf-8";
.top-com{
    background: #f5f5f5;
    line-height: 35px;
    height: 35px;
}
.top-com .wz,.top-com .tel{
    color: #5a5a5a;
}
.top-com .tel i{
    font-style: inherit;
    background: url(../images/top-tel.png) left no-repeat;
    padding-left: 22px;
}
.top-nav{
    padding-top: 30px;
}
.top-nav .logo a{
    display: block;
    float: left;
}
.top-nav .logo img{
    display: block;
    float: left;
    height: 45px;
}
.top-nav .logo p{
    display: block;
    float: left;
    border-left: 1px solid #e5e5e5;
    font-size: 22px;
    padding-left: 10px;
    margin-left: 10px;
    line-height: 35px;
    height: 35px;
    margin-top: 5px;
    color: #b10000;
}
.top-nav .daohang{
    margin-top: 16px;
    height: 60px;
    float: left;
}
.top-nav .daohang ul li{
    float: left;
    margin-left: 30px;
}
.top-nav .daohang ul li:first-child{
    margin-left:0;
}
.top-nav .daohang ul li a{
    font-size: 16px;
    border-bottom: 2px solid #fff;
    padding-bottom: 35px;
}
.top-nav .daohang ul li.on a{
    color:#1249b7;
    border-bottom: 2px solid #1249b7;
}
.top-nav .daohang ul li:hover a{
    border-bottom: 2px solid #1249b7;
}
.top-nav .seach{
    margin-top: 12px;
    float: left;
    margin-left: 30px;
}
.top-nav .seach i{
    font-size: 18px;
    color: #b10000;
    cursor: pointer;
}
.top-nav.hide{
    position: fixed;
    top: 0;
    z-index: 999999;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 7px 2px rgb(0 0 0 / 10%);
}
.top-nav.hide .xiala{
    top:106px
}

.xiala{
    position: absolute;
    top: 141px;
    background: #fff;
    width: 100%;
    left: 0;
    display: none;
    padding: 2rem 0;
    border-top: 1px solid #eee;
    z-index:9999;
}
.xiala-list{
    display: table;
    float: right;
}
.xiala-list dl{
    float: left;
    margin-left: 5rem;
}
.xiala-list dl:first-child{
    margin-left: 0;
}
.xiala-list dl dt{
    color: #797979;
    font-weight: 500;
    margin-top: 5px;
}
.xiala-list dl:hover dt{
    color: #1249b7;
}
.xiala-list dl dd{
    text-align: center;
}
.xiala-list dl dd img{
    height: 45px;
    transition: 0.3s;
}
.xiala-list dl:hover dd img{ transform:rotateY(180deg); -webkit-transform:rotateY(180deg); -ms-transform:rotateY(180deg);}
.xiala-qygw{
    margin-right: 445px;
}



/*头部搜索*/
.search_wrap {
    width: 1200px;
    min-height: 521px;
    position: fixed;
    top: 236px;
    left: 50%;
    z-index: 9999999;
    margin-left: -600px;
    display: none;
    padding: 119px 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: #b10000;
    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 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: 99999;
    display: none;
}


.sj-btn{
    display: none;
}
.sj-btn{
    width: 3rem;
    height: 4rem;
    line-height: 4rem;
    text-align: center;
    color: #2f7fe2;
    font-size: 3rem;
    float: left;
}
/*手机侧导航*/
.menu_theme_write .am-offcanvas.am-active{
    z-index: 9999999999;
}
.menu_theme_write .am-offcanvas-bar {
  background: #ffffff;
}
.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: #4d515f;
  -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);
  font-size: 2rem;
  line-height: 6rem;
  height: 6rem;
}
.menu_theme_write .am-offcanvas-bar .am-menu-nav > li.active > a{
    color: #2f7fe2;
}
.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: #f9fafc;
  color: #2f7fe2;
}
.menu_theme_write .am-offcanvas-bar .am-menu-sub {
  background: #f5f7fa;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 5px 5px 0 0;
}
.menu_theme_write .am-offcanvas-bar .am-menu-sub li{
  line-height: 3rem;
  padding: 1rem 0;
}
.menu_theme_write .am-offcanvas-bar .am-menu-sub li.xlactive{
    background: #eaedf7;
}
.menu_theme_write .am-offcanvas-bar .am-menu-sub li a{
  padding: 0;
  color: #798092;
  font-size: 1.8rem;
  padding-left: 15px;
}
.am-menu-offcanvas1 .am-menu-nav>.am-parent>a:after{
    top: 2rem!important;
}


@media (max-width:1024px){
    .top-com,.daohang,.top-nav .logo p{
        display: none;
    }
    .sj-btn{
        display: block;
    }
    .top-nav{
        padding: 2rem 0;
    }
    .top-nav .logo img{
        height: 4rem;
    }
    .top-nav .seach{
        margin-top: 0;
        margin-left: 0;
        margin-right: 2rem;
    }
    .top-nav .seach i{
        font-size: 2.8rem;
        line-height: 4rem;
        height: 4rem;
    }


    /*头部搜索*/
    .search_wrap {
        width: 100%;
        min-height: auto;
        top: auto;
        left: 0;
        margin-left: 0;
        padding: 5rem 1rem;
        bottom: 0;
    }
    .header_search {
        height: 50px;
        background-color: #f6f6f6;
    }
    .search_txt {
        padding-left: 20px;
        width: 80%;
        display: block;
        float: left;
        border: 0;
        line-height: 50px;
        color: #999;
        font-size: 16px;
        background: #f6f6f6;
        box-sizing: border-box;
        outline: 0;
    }
    .search_btn {
        width: 20%;
        height: 5rem;
        line-height: 5rem;
        font-size: 1.6rem;
    }
    .search_close {
        top: 1.5rem;
        right: 1.5rem;
    }
    .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: 99999;
        display: none;
    }
}