@charset "utf-8";
.dingbu{
    background: #323334;
    color: #a0a0a0;
    height: 3.5rem;
    line-height: 3.5rem;
    overflow: hidden;
    font-size: 13px;
}
.dingbu .gsm{
    float: left;
}
.dingbu .gsm .bt{
    float: left;
}
.dingbu .gsm ul{
    float: left;
    margin-left: 2rem;
}
.dingbu .gsm ul li{
    float: left;
    margin-left: 15px;
    position: relative;
    padding-left: 15px;
}
.dingbu .gsm ul li:first-child{
    margin-left: 0;
    padding: 0;
}
.dingbu .gsm ul li::after{
    content:"";
    width: 1px;
    height: 11px;
    position: absolute;
    background: #a0a0a0;
    top: 13px;
    left: 0;
}
.dingbu .gsm ul li:first-child::after{
    display:none;
}
.dingbu .gsm ul li a{
    color: #a0a0a0;
    font-size: 13px;
}
.dingbu .shop{
    float: right;
}
.dingbu .shop a{
    color: #a0a0a0;
    display: block;
    float: left;
    border-left: 1px solid #a0a0a0;
    padding: 0 20px 0 41px;
}
.dingbu .shop a.tb{
    background: url(../images/t-tb01.png) 20px center no-repeat;
}
.dingbu .shop a.pdd{
    background: url(../images/t-tb02.png) 20px center no-repeat;
}
.dingbu .shop a.al{
    background: url(../images/t-tb03.png) 20px center no-repeat;
}
.dingbu .shop a.wx{
    background: url(../images/t-tb04.png) 20px center no-repeat;
}
.dingbu .shop a:hover.tb{
    background: url(../images/t-tb01on.png) 20px center no-repeat;
}
.dingbu .shop a:hover.pdd{
    background: url(../images/t-tb02on.png) 20px center no-repeat;
}
.dingbu .shop a:hover.al{
    background: url(../images/t-tb03on.png) 20px center no-repeat;
}
.dingbu .shop a:hover.wx{
    background: url(../images/t-tb04on.png) 20px center no-repeat;
}
.dingbu .shop a:hover{
    color:#fff;
}


.header{
    top: 0;
    left: 0;
    right: 0;
    z-index: 999999;
    box-shadow: 0 0 5px 1px rgb(0 0 0 / 10%);
    position: fixed;
    background: #fff;
}
.header .logo{
    float: left;
    margin-top: 1.5rem;
    display: flex;
    position: relative;
}
.header .logo img{
    height: 7rem;
}
.header .logo p{
    font-size: 2rem;
    color: #005cbf;
    font-weight: bold;
    line-height: 7rem;
    padding-left: 1rem;
    margin-left: 1rem;
    position: relative;
}
.header .logo p::after{
    content:"";
    width: 1px;
    height: 15px;
    position: absolute;
    background: #c2c2c2;
    top: 50%;
    margin-top: -7.5px;
    left: 0;
}
.header .nav{
    float: right;
    height: 10rem;
}
.header .nav ul li{
    float: left;
    margin-left: 4rem;
    line-height: 10rem;
    height: 10rem;
    position: relative;
}
.header .nav ul li:first-child{
    margin-left:0;
}
.header .nav ul li>a{
    font-size: 1.8rem;
    padding-bottom: 10px;
}
.header .nav ul li>a:hover,.header .nav ul li>a.on{
    color: #005cbf;
    border-bottom: 2px solid #005cbf;
}
.header .nav ul li div{
    display: none;
    position: absolute;
    z-index: 999;
    background: #005cbf;
    top: 100px;
}
.header .nav ul li div dl dd{
    line-height: 50px;
    border-bottom: 1px solid #efefef;
}
.header .nav ul li div dl dd a{
  color: #fff;
  font-size: 1.6rem;
  display:
  block;
  white-space: nowrap;
  padding: 0 25px;
  min-width: 198.8px;
}
.header .nav ul li div dl dd a:hover{
  color:#fff;
  background:#3ea9b1;
}

.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;
}
.header .search i{
    font-size: 2.4rem;
    cursor: pointer;
    color: #939393;
}
.header .search i:hover{
    color: #005cbf;
}
.header .yuyan{
    float: right;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    height: 100%;
    position: relative;
}
.header .yuyan:after{
    content: "";
    display: inline-block;
    margin-left: 10px;
    width: 8px;
    height: 8px;
    border-color: #333;
    border-style: solid;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.header .yuyan img{
    vertical-align: middle;
}
.header .yuyan dl{
    position:absolute;
    display: none;
    bottom: 2rem;
}
.header.hide .yuyan dl{
    bottom: 5px;
}
.header .yuyan dl dd{
    line-height: 1rem;
}
.header .yuyan:hover dl{
    display:block;
}
.search_wrap{
    display: none;
}
.header.hide .nav ul li{
    height: 80px;
    line-height: 80px;
    transition: all .5s;
    -moz-transition:all .5s;    /* Firefox 4 */
    -webkit-transition:all .5s; /* Safari å’Œ Chrome */
    -o-transition:all .5s;  /* Opera */
    margin-top: 0;
}
.header.hide .logo img{
    height: 51px;
    transition: all .5s;
    -moz-transition:all .5s;    /* Firefox 4 */
    -webkit-transition:all .5s; /* Safari å’Œ Chrome */
    -o-transition:all .5s;  /* Opera */
}
.top-fr{
    line-height: 10rem;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    margin-left: 3rem;
}
.header.hide .top-fr{
  line-height: 8rem;
}
.top-tel{
    display: flex;
    line-height: 40px;
    margin-top: 3rem;
    margin-left: 2rem;
    position: relative;
    padding-left: 2rem;
}
.top-tel::after{
  content:"";
  background: #cbcbcb;
  width: 1px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 10px;
}
.top-tel .hm{
    color: #005cbf;
    font-size: 2.4rem;
    padding-left: 30px;
    background: url(../images/t-tb05.png) left no-repeat;
}
.top-tel a{
    margin-right: 2rem;
}
.top-tel a.al{
    display: block;
    width: 36px;
    height: 36px;
    background: url(../images/t-tb06.png) center center no-repeat;
    background-size: cover;
    margin-top: 2px;
}
.top-tel a.al:hover{    
    background: url(../images/t-tb06on.png) center center no-repeat;
}


/*头部搜索*/
.search_wrap {
    width: 1200px;
    min-height: 521px;
    position: fixed;
    top: 236px;
    left: 50%;
    z-index: 99999999999;
    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: #e0c110;
    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: #e0c110;
    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:#225560;
}


.sj-btn{
    display: none;
}
.sj-btn{
    width: auto;
    height: 4rem;
    line-height: 4rem;
    text-align: center;
    color: #34364e;
    font-size: 3rem;
    float: left;
    margin-right: 2rem;
}
/*手机侧导航*/
.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: #005cbf;
  color: #fff;
}
.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;
}


/*搜索*/

.isearch{

    line-height: 70px;

    border-bottom: 1px solid #EAEAEA;

}

.isearch .wz{

    max-width: 1050px;

}

.isearch .wz a{

    color: #999999;

    margin-left: 10px;

}

.isearch .wz a:hover{

    color: #35594d;

}

.isearch .wz a:first-child{

    margin-left: 0;

}

.isearch .input{
    position: relative;
    width: 25%;
    background: #EAEAEA;
    border-radius: 15px;
    display: flex;
    overflow: hidden;
    margin-top: 20px;
}
.isearch .input .bian{
    height: 3.5rem;
    line-height: 3.5rem;
    border: 0;
    width: 80%;
    padding: 0 10px 0 40px;
    background: url(../images/pj_home_icon_02.png) 5px center no-repeat #f3f3f3;
    font-size: 1.6rem;
    background-size: 3rem;
    outline: 0;
}
.isearch .input .tb{
    border: 0;
    width: 20%;
    height: 3.5rem;
    background: #005cbf;
    line-height: 3.5rem;
    color: #fff;
    font-size: 1.6rem;
}








@media (max-width:1024px){
    .header .nav ul,.dingbu,.hm{
        display: none;
    }
    .sj-btn{
        display: block;
    }

    .header .yuyan{
        float: right;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        height: 100%;
        position: relative;
    }
    .header .yuyan:after{
        content: "";
        display: inline-block;
        margin-left: 10px;
        width: 8px;
        height: 8px;
        border-color: #333;
        border-style: solid;
        border-width: 0 1px 1px 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .header .yuyan img{
        vertical-align: middle;
    }
    .header .yuyan dl{
        position:absolute;
        display: none;
        bottom: -.5rem;
    }
    .header.hide .yuyan dl{
        bottom: -0.5rem;
    }
    .header .yuyan dl dd{
        line-height: 1rem;
    }
    .header{
        padding: 2rem 0;
    }
    .header .nav{
    height: auto;
}
    .header .logo{
        margin-top: 0;
        margin-right: 0;
    }
    .header .logo img,.header.hide .logo img{
        height: 4rem;
    }
    .top-fr,.header.hide .top-fr{
        line-height: 4rem;
        margin-left: 0;
    }
    .header .search{
        margin-right: 0;
        margin-left: 0;
    }
    .header .search i{
        font-size: 3rem;
    }
    .top-tel{
        margin-top: 0;
    }
    .top-tel a.al{
        margin-right:0;
    }



    /*头部搜索*/
    .search_wrap {
        width: 100%;
        min-height: auto;
        position: fixed;
        top: auto;
        left: 0;
        z-index: 99999999999;
        margin-left: 0;
        display: none;
        padding: 4rem 2rem 2rem;
        box-sizing: border-box;
        background: #fff;
        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 {
        float: left;
        width: 20%;
        height: 50px;
        background-color: #005cbf;
        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: 1rem;
        right: 1rem;
    }
    .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: #005cbf;
        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:#225560;
    }

    .isearch{
        line-height: 4rem;
        padding: 1rem 0;
    }
    .isearch .wz{
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%;
    }
    .isearch .input{
        margin: auto;
        float: inherit;
        width: 100%;
    }


}