header{
    height: 130px;
    width: 100%;
}
.hed1{
    width: 100%;
    background-color: #262626;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
}
.hed1 span{
    color: white;
    font-size: 14px;
    margin-right: 35px;
    /* line-height: 21px; */
}
.hed1 span img{
    margin-right: 10px;
}
.language div{
    float: left;
    width: 80px;
    height: 30px;
    color: white;
    margin-top: 10px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
}
.language .active{
    background-color: #ff671f;
}

.hed2{
    height: 80px;
    line-height: 80px;
    width: 100%;
    background-color: white;
    z-index: 11;
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.15);
    position: relative;
}
.hed2 .logo{
  
}
.hed2 ul {
    width: auto;
    float: left;
    height: 80px;
    margin-left: 50px;
}
.hed2 ul li{
    float: left;
    /* margin-left: 50px; */
    padding-left: 50px;
    font-size: 14px;
    color: #333333;
  
}
.hed2 ul li a{
    color: #333333; 
}
.hed2 ul .active{
    background: url(../img/dianico.png) no-repeat;
    background-position-y: center;
    background-position-x: 35px;
}
.hed2 .search{
    height: 50px;
    margin-top: 15px;
    width: 50px;
    background-color: #ff671f;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
}


footer{
    width: 100%;
    background-color: #262626;

}
.foot1{    
    padding: 50px 0;
    width: 100%;
    position: relative;
    overflow: hidden;
    /* height: 260px; */
}
.ulbox{
    float: left;
    width: auto;
    margin-right: 70px;
    color: white;
    font-size: 14px;
}
.foot1 .ulbox:nth-child(1){
    width: 260px;
}
.foot1 .ulbox:nth-child(1) ul li{
    width: 100%;
}
.foot1 .ulbox:nth-child(2){
    width: 190px;
}
.foot1 .ulbox:nth-child(3){
    width: 250px;
}
.ulbox .xian{
    width: 25px;
    height: 1px;
    background-color: white;
    margin-top: 7px;

}
.foot1 .main{
    position: relative;
}
.foot1 ul{
    width: 100%;
    margin-top: 25px;
}
.foot1 ul li{
     width: 50%;
    float: left;
    text-align: left;
    font-size: 12px;
    line-height: 32px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    /*margin-right: 20px;*/
}
.foot1 ul li a{
    color: white;
}
.foot1 .code{
    position: absolute;
    right: 0;

}
.foot1 .code .codebox{
    float: left;
    margin-left: 20px;
}
.codebox p{
    text-align: center;
    color: white;
    font-size: 14px;
    line-height: 30px;

}
.foot2{
    height: 60px;
    width: 100%;
    border-top:1px solid white; 
    line-height: 60px;
    text-align: center;
}
.foot2 a{
    color: white;
    margin:0 20px ;
    /* margin-left: 40px; */
    font-size: 14px;
}

.sou{
    width: 100%;
    height: 80px;
    background-color: white;
    position: absolute; 
    top: 0;
    left: 0;
    display: none;
    text-align: center;
}
.sou span{
    font-size: 24px;
    cursor: pointer;
}
.sou span:nth-child(1){
    float: left;
    margin-left: 5%;
}
.sou span:nth-child(3){
    float: right;
    margin-right: 5%;
    color: black;
}
.sou input{
    border: none;
    height: 60px;
    font-size: 18px;
    width: 80%;
    padding-left: 20px;
}
.sou input:focus{
    outline:none
}

.bn{
    height: 200px;
    width: 100%;
    background: url(../img/bn1.png) no-repeat;
    background-position: center;
    position: relative;
}
.bn .bntext{
    color: white;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 30px;
    margin-left: 200px;
}
.bn .bntext p:nth-child(1){
    font-size: 22px;
}
.bn .bntext p:nth-child(2){
    font-size: 14px;
}
.mnav {
    display: none;
}
.navxl {
    display: none;
}
@media screen and (max-width: 700px){
    header{
        display: none;
    }
    .main{
        width: 100%;
        /* overflow: hidden; */
    }
    .mnav {
        width: 100%;
        height: 1rem;
        text-align: center;
        line-height: 1rem;
        padding: 0 0.2rem;
        font-size: 0;
        position: fixed;
        top: 0;
        display: block;
        background-color: white;
        z-index: 99;
        box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.15);
    }
    .navxl ul li {
        font-size: 0.32rem;
        line-height: 1.4rem;
        color: #333333;
        border-top: 1px #f2f2f2 solid;
    }
    .Hui-iconfont-close {
        float: left;
        display: none;
    }
    .Hui-iconfont-menu {
        float: left;
    }
    .mnav span {
        font-size: 0.5rem;
    }
    .mnav img {
        height: 80%;
        line-height: 1rem;
    }
    .navxl {
        background: white;
        display: none;
        height: calc(100% - 1rem);
        width: 100%;
        position: fixed;
        top: 1rem;
        z-index: 999;
        overflow-y: scroll;
    }
    .navxl ul {
        padding:0 0.2rem;
    }
    .msou{
        float: right;
    }
    .msoubox{
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        height: 1rem;
        width: 100%;
        background-color: white;
    }
    .msoubox input {
        border: none;
        height: 0.8rem;
        font-size: 0.26rem;
        width: 60%;
        padding-left: 20px;
    }
    .msoubox span:nth-child(1){
        float: left;
        margin-left: 0.3rem;
    }
    .msoubox span:nth-child(3){
        float: right;
        margin-right: 0.3rem
    }
    .msoubox input:focus{
        outline:none
    }
    .foot1{
        display: none;
    }
    .foot2 {
        height: 0.6rem;
        width: 100%;
        border-top: 1px solid white;
        line-height: 0.6rem;
        font-size: 0;
        text-align: center;
        overflow: hidden;
    }
    .foot2 a {
        color: white;
        margin: 0 0;

        font-size: 0.2rem;
    }

    .bn {
        height: 2rem;
        margin-top: 1rem;
        width: 100%;
        background: url(../img/bn1.png) no-repeat;
        background-size: cover;
        background-position: center;
        position: relative;
    }
    .bn .bntext {
        width: 100%;
        color: white;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        line-height: 0.5rem;
        margin-left: 0;
        text-align: center;
    }
    .bn .bntext p:nth-child(1) {
        font-size: 0.28rem;
    }
    .bn .bntext p:nth-child(2) {
        font-size: 0.24rem;
    }
 

    .fenye div{
        width: 100%;
        margin: 0.5rem auto 0;
        overflow: hidden;
        height: 0.8rem;
        display: flex;
        flex-wrap: wrap;
        justify-content:space-between;
        font-size: 0;
        position: relative;
    }
    .fenye .next{
        position: absolute;
        right: 0.2rem;
    }
    .fenye .sx {
        width: 1.8rem;
        height: 0.8rem;
        line-height: 0.8rem;
        border: 1px solid #e6e6e6;
        border-radius: 20px;
        text-align: center;
        margin-left: 0px;
        font-size: 0.24rem;
        color: #666666;
        background-color: white;
    }
    .fenye .sz{
        display: none;
    }
    .fenye .current{
        display: inline-block;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
    .fenye .sz {
        width: 0.8rem;
        height: 0.8rem;
        border: 1px solid #ebebeb;
        border-radius: 50%;
        text-align: center;
        line-height: 0.75rem;
        /* margin-left: 1rem; */
        margin: 0 auto;
        font-size: 0.24rem;
        color: white;
    }

    .nx{
        float: right;
        font-size: 0.32rem;
        font-weight: bold;
        
    }
    .lnul{
        width: 100%;
        display: none;

    }
    .lnul li{
        line-height: 0.8rem !important;
        width: 100%;
        border: none !important;
        color: #666666 !important;
   

    }
    .lnul span{
        font-size: 0.28rem;
        padding-left: 0.3rem;
        background: url(../img/yjt.png) no-repeat;
        background-position: 0 center;
   
    }
    .noxl{
        width: 100%;
        display: none;
        padding: 0 0.2rem;
        transition: all 0.5s;
        -webkit-transition: all  0.5ss;
        -moz-transition: all  0.5s;
        -o-transition: all  0.5s;
        -ms-transition: all 2 0.5s;
    }
    
    .noxl p{
        font-size: 0.24rem;
        line-height: 0.6rem;
    }
    .lnul .hover span{
        background: url(../img/xjt.png) no-repeat;
        background-position: 0 center;
    }
    .lnul .hover .noxl {
        /* display: block; */
    }
}
