@charset "utf-8";
.home-body{
    /* padding-top: 10rem; */
}
.header{
    top: 0;
    left: 0;
    right: 0;
    /* display: flex; */
    z-index: 999999;
    /* position: absolute; */
    background: #fff;
}
.header:hover{
    background: #fff;
}
.header .logo{
    float: left;
    /* position: absolute; */
    z-index: 9999;
    margin-top: 2rem;
}
.header .logo img{
    height: 80px;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    float: left;
    margin-right: 2rem;
}
.header .logo dl{
    float: left;
    position:relative;
    padding-left: 2rem;
}
.header .logo dl:before{
    content:"";
    position: absolute;
    width: 1px;
    height: 30px;
    background: #e5e5e5;
    left: 0;
    top: 50%;
    margin-top: -15px;
}
.header .logo dl dt{
    font-weight: bold;
    color: #0051c7;
    font-size: 2.6rem;
    line-height: 5rem;
}
.header  .logo dl dd{
    font-size: 1.8rem;
    color: #666;
    line-height: 3rem;
    margin: 0;
}
.header-t .tel{
    float: right;
    margin-top: 2.5rem;
}
.header-t .tel .tel-dh{
    float: left;
    background: url(../images/t-tel.png) left center no-repeat;
    padding-left: 65px;
    /* margin-top: 10px; */
}
.header-t .tel .tel-dh p{
    font-size: 1.6rem;
    color: #666;
    line-height: 25px;
}
.header-t .tel .tel-dh p span{
    font-size: 2.6rem;
    font-weight: bold;
    color: #0051c7;
    display: block;
    line-height: 4rem;
}
.header-t .tel .tel-img{
    float: right;
    width: 84px;
    margin-left: 25px;
}
.header-t .tel .tel-img img{
    width:100%;
}
.header .nav{
    float: right;
    width: 100%;
    background: #0051c7;
    margin-top: 2rem;
}
.header .nav ul li{
    float: left;
    line-height: 6rem;
    height: 6rem;
    margin-right: 5px;
}
.header .nav ul li:first-child{
    margin-left:0;
}
.header .nav ul li>a{
    font-size: 1.8rem;
    color: #fff;
    display: block;
    padding: 0 3.5rem;
}
.header .nav ul li>a{
    color: #fff;
}
.header .nav ul li:hover>a,.header .nav ul li>a.on,.header.hide .nav ul li:hover>a{
    color: #fff!important;
    font-weight: bold;
    background: #ef8200;
}
.header .nav ul li div{
    display: none;
    position: absolute;
    z-index: 999;
    background: #0051c7;
    min-width: 215px;
}
.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:#0051c7;
  background:#fff;
}
.header .search{
    float: left;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    margin-left: 3rem;
    width: 2.5rem;
}
.header .search i{
    font-size: 2.4rem;
    cursor: pointer;
    color: #fff;
}
.header .search i:hover{
    color: #fff;
}
.header.hide{
    background: #fff;
}
.header.hide .nav ul li>a,.header.hide .search i{
    color: #333;
}
.search_wrap{
    display: none;
}
.header.hide .nav ul li{
    height: 10rem;
    line-height: 10rem;
    margin-top: 0;
}
.header.hide .logo img{
    width: 100px;
}
.top-fr{
    line-height: 6rem;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    margin-left: 1rem;
}
.header.hide .top-fr{
  line-height: 10rem;
}


/*头部搜索*/
.search_wrap {
    width: 1200px;
    min-height: 521px;
    position: fixed;
    top: 236px;
    left: 50%;
    z-index: 999999;
    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: #0051c7;
    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: 999999;
    display: none;
}
.search_rm{
    margin-top: 2rem;
}
.search_rm .tit{
    color: #0051c7;
    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:#0051c7;
}


.sj-btn{
    display: none;
}
.sj-btn{
    width: auto;
    height: 6rem;
    line-height: 6rem;
    text-align: center;
    color: #0051c7;
    font-size: 3rem;
    float: right;
    margin-right: 0;
}
/*手机侧导航*/
.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,.header .logo dl,.header-t .tel{
        display: none;
    }
    .sj-btn{
        display: block;
        font-size: 3.6rem;
    }   
    .header{
        padding: 2rem 0;
    }
    .swiper-banner .swiper-pagination-bullets{
        bottom:1rem!important;
    }
    .header .logo{
        margin-top: 0;
        margin-right: 0;
        width: 100%;
    }
    .header .logo img,.header.hide .logo img{
        height: 5rem;
    }
    .top-fr,.header.hide .top-fr{
        line-height:6rem;
    }
    .header .search{
        margin-right: 2rem;
    }
    .header .search i{
      font-size: 3rem;
  }
}