@charset "utf-8";
.header{
    /* position: fixed; */
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    z-index: 9999999;
    padding: 4rem 0;
    background: #fff;
}
.header.hide{
    background: #141414;
}
.header .logo{
    float: left;
}
.header .logosj{
    display:none;
}
.header .logo img{
    height: 50px;
}
.header .nav{
    float: right;
}
.header .nav ul{
    float:left;
}
.header .nav ul li{
    float: left;
    margin-left: 40px;
    line-height: 50px;
    height: 50px;
}
.header .nav ul li:first-child{
    margin-left:0;
}
.header .nav ul li>a{
    font-size: 1.8rem;
    padding-bottom: 10px;
    color: #2c2c2c;
}
.header .nav ul li:hover>a,.header .nav ul li>a.on{
    border-color: #005fbb;
    color: #005fbb;
    border-bottom: 2px solid #005fbb;
}
.header .nav ul li div{
    display: none;
    position: absolute;
    z-index: 999;
    background: #005fbb;
    top: 89px;
}
.header .nav ul li div dl dd{
    line-height: 50px;
}
.header .nav ul li div dl dd a{
  color: #fff;
  font-size: 1.6rem;
  display:
  block;
  white-space: nowrap;
  padding: 0 25px;
  min-width: 130px;
}
.header .nav ul li div dl dd a:hover{
  color:#005fbb;
  background:#fff;
}
.header .search{
    float: left;
    display: flex;
    margin-left: 3rem;
    margin-top: 1rem;
}
.header .search .ss{
    background: #fff;
    width: 3rem;
    text-align: center;
    line-height: 3rem;
    height: 3rem;
    border-radius: 50%;
}
.header .search .ss i{
    font-size: 1.6rem;
    cursor: pointer;
    color: #2c2c2c;
}
.header .search .yuyan{
    margin-left: 1rem;
}
.header .search .yuyan a{
    display: block;
    width: 3rem;
    height: 3rem;
    background: #316a7c;
    color: #fff;
    text-align: center;
    line-height: 3rem;
    border-radius: 50%;
}


/*头部搜索*/
.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: #005fbb;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    border: 0;
    cursor: pointer;
}
.search_close {
    transition: 0.3s all linear;
    cursor: pointer;
    position: absolute;
    top: 2rem;
    right: 3rem;
}
.search_close i{
    font-size: 2.4rem;
}
.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: 9999999;
    display: none;
}
.search_rm{
    margin-top: 2rem;
}
.search_rm .tit{
    color: #005fbb;
    font-weight: bold;
    font-size: 2rem;
}
.search_rm dl{
    display: table;
    width: 100%;
    margin-top: 1rem;
}
.search_rm dl dd{
    display: block;
    float: left;
    font-size: 1.6rem;
    margin-right: 1.5rem;
}
.search_rm dl dd a:hover{
    color: #005fbb;
}


.sj-btn{
    width: auto;
    height: 3.5rem;
    line-height: 3.5rem;
    text-align: center;
    color: #fff;
    font-size: 2.8rem;
    float: left;
    margin-right: 1rem;
    display: none;
}
/*手机侧导航*/
.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: #34364e;
}
.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: #34364e;
}
.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){
    .header .nav ul,.header .logo{
        display: none;
    }
    .sj-btn,.header .logosj{
        display: block;
    }
    .header{
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        display: flex;
        z-index: 99;
        padding: 2rem 0;
    }
    .header .logo img{
        height: 3.5rem;
    }
    .header .search{
        float: left;
        display: flex;
        margin-left: 3rem;
        margin-top: 0;
    }
    .header .search .ss{
        background: #000;
        width: 3.5rem;
        text-align: center;
        line-height: 3.5rem;
        height: 3.5rem;
        border-radius: 50%;
    }
    .header .search .ss i{
        font-size: 2.8rem;
    }
    .header .search .yuyan{
        margin-left: 1rem;
    }
    .header .search .yuyan a{
        width: 3.5rem;
        height: 3.5rem;
        line-height: 3.5rem;
        font-size: 1.4rem;
    }


    /*头部搜索*/
    .search_wrap {
        width: 100%;
        min-height: auto;
        position: fixed;
        top: auto;
        left: 0;
        z-index: 99999999999;
        margin-left: 0;
        padding: 4rem 2rem;
        bottom: 0;
    }
    .header_search {
        height: 4rem;
    }
    .search_txt {
        padding-left: 1rem;
        width: 80%;
        line-height: 4rem;
        font-size: 1.6rem;
    }
    .search_btn {
        width: 20%;
        height: 4rem;
        line-height: 4rem;
        font-size: 1.6rem;
    }
    .search_close {
        top: 0rem;
        right: 1rem;
    }
    .search_close i{
        font-size: 2.4rem;
    }
    .maskbase{
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background: rgba(0,0,0,0.5);
        z-index: 999999;
        display: none;
    }
    .search_rm{
        margin-top: 2rem;
    }
    .search_rm .tit{
        font-size: 2rem;
    }
    .search_rm dl dd{
        font-size: 1.4rem;
        margin-right: 1.5rem;
    }
}