.bottom{
    width: 100%;
    background: #79BC29;
}
.bottom-caes{
    display: flex;
    justify-content: space-around;
    padding: 0.65rem 0;
    border-bottom: 2px solid #75B725;
}
.bottom-caes-li a{
    font-weight: 400;
    font-size: 0.18rem;
    color: #E9F5DB;
    line-height: 0.2rem;
}
.bottom-con{
    width: 15.5rem;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    align-items: center;
    padding: 0.5rem 0;
}
.bottom-con-letf{
    font-weight: 400;
    font-size: 0.18rem;
    color: #E9F5DB;
    line-height: 0.36rem;
}
.bottom-con-logo{
    width: 2.6rem;
    height: 1rem;
}
.bottom-ba{
    height: 0.94rem;
    background: #1E1E1E;
    width: 100%;
    text-align: center;
    font-weight: 400;
    font-size: 0.14rem;
    color: #666666;
    line-height: 0.94rem;
}
.logo img{
    width: 1.9rem;
    height: 0.7rem;
}

.heibu{
    width: 100%;
    height: 100%;
    opacity: 0.4;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 80;
    background-color: #000;
    display: none;
}
.heibu-hov{
    display: block;
}
/*头部*/
.header {
    z-index: 100;
    position: relative;
    height: 1rem;
    background: #FFFFFF;
    top: 0;
}
.header-item{

    margin: 0 auto;
}
.header .logo {
    display: flex;
    align-items: center;
    height: 1rem;
}

.header .topright {
    position: relative;

    height: 1rem;
    line-height: 1rem;
    display: flex;
}

.header .nav {

}

.header .nav .navlist {
    position: relative;
    display: block;

}

.header .nav li {
    float: left;
    display: inline-block;
    list-style: none;
    font-size: 0.16rem;
    text-align: center;
    position: relative;

}

.header .nav li.hover a {
    border-bottom: 5px solid #79BC29;
}

.header .nav li a {
    display: block;
    text-align: center;
    position: relative;
    padding: 0 0.35rem;
    font-weight: 400;
    font-size: 0.18rem;
    height: 0.95rem;
}

.header .nav ul .subnav {
    background: #fff;
    border-top: 2px solid #E74C3C;
    box-shadow: 0 13px 42px 11px rgba(0, 0, 0, 0.05);
    height: auto;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 199;
    opacity: 0;
    visibility: hidden;
    transition: all .6s ease 0s;
    transform: translate3d(0, 10px, 0);
    -moz-transform: translate3d(0, 10px, 0);
    -webkit-transform: translate3d(0, 10px, 0);
}

.header .nav ul li:hover .subnav {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

.header .nav ul .subnav a {
    color: #666;
    display: block;
    font-size: 13px;
    font-weight: 500;
    height: 40px;
    line-height: 40px;
    padding: 0;
    transition: all 0.2s ease-in-out 0s;
    max-width: 100%;
    border: 0 none;
    border-bottom: 1px solid #eee;
    border-radius: initial;
}

.header .nav ul .subnav a:hover {
    color: #E74C3C;
    background: #f9f9f9;
    text-indent: 3px;
}

.header .topbtn {
    padding-right: 7%;
    position: relative;
    z-index: 10;
}

.header .search-box {
    position: absolute;
    right: 0;
    top: -25px;
    height: 80px;
    line-height: 80px;
    z-index: 99;
}

.header .search-box .butn {
    display: block;
    cursor: pointer;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    margin-top: 30px;
    background: url(../images/ico_60.png) no-repeat center;
}

.header .search-box .butn.hov {
    background: none;
}

.header .search-box .butn.hov i {
    display: block;
}

.header .search-box .butn i {
    width: 38px;
    height: 38px;
    display: none;
    background: url(../images/sou.png) no-repeat center;
    margin: 0 auto;
    border: 1px solid #52545b;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
}

.header .search-box .share-sub {
    position: absolute;
    right: 40px;
    top: 25px;
    width: 0;
    height: 48px;
    overflow: hidden;
    background: #ededed;
    border-radius: 5px 0 0 5px;
}

.header .search-box .share-sub .tex {
    width: 220px;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    padding: 14px 10px;
    color: #666;
    border: none;
    background: #ededed;
    outline: none;
}

.header .search-box .share-sub .sub-btn {
    border: none;
    width: 48px;
    height: 48px;
    cursor: pointer;
    outline: none;
    background: url(../images/sou.png) no-repeat center #E74C3C;
}

.lang-q1{
    width: 0.15rem;
    height: 0.12rem;
    margin-left: 5px;
}
.lang-vq{
    font-weight: 400;
    font-size: 16px;
    color: #FEFEFE;
}
.lang-q{
    width: 0.9rem;
    height: 0.3rem;
    background: #0F4583;
    border-radius: 0.15rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lang{
    width: 0.9rem;
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 0.3rem;
}
.lang-sp{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 400;
    font-size: 0.16rem;
    color: #0F4583;
    margin-top: -0.3rem;
    display: none;
}


.fl {
    float: left;
}

.fr {
    float: right;
}

.tc {
    text-align: center;
}

.pr {
    position: relative;
}

.pa {
    position: absolute;
}
.an{
    transition: all 0.3s;
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch /* 0 */;
}
.header-gb{
    display: none;
}
.header-gb2{
    display: none;
}
@media screen and (max-width: 1050px) {
    .header{
        height: auto;
    }
    .bottom-caes{
        flex-wrap: wrap;
        padding: 0.4rem 0.4rem;
        width: auto;
    }
    .bottom-caes-li a{
        font-size: 0.5rem;
        line-height: 0.72rem;
    }
    .bottom-con{
        width: auto;
        padding: 0.4rem;
    }
    .bottom-con-letf{
        font-size: 0.5rem;
        line-height: 0.72rem;
        flex: 1;
        margin-right: 0.4rem;
    }
    .bottom-ba{
        width: 100%;
        height: 1.4rem;
        font-size: 0.4rem;
        line-height: 1.4rem;
    }
    .header .topright{
        flex-direction: column;
        background-color: #fff;
        height: 100%;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 100;
        transform: translateX(100%);

        display: flex;
        padding-top: 0.4rem;
        width: 4rem;
    }
    .header .header-hov{
        transform: translateX(0);
    }
    .header .nav .navlist{
        position: relative;
        display: flex;
        flex-direction: column;
        background-color: #fff;
        z-index: 100;
    }
    .header .nav li a{
        font-size: 0.5rem;
    }
    .header-item{
        height: 1rem;
        line-height: 1rem;
        padding: 0.3rem;
    }
    .lang{
        width: auto;
        margin-left: 0;
        transform: none;
        margin-top: 0;
        flex-direction: column;
    }
    .lang-sp{
        font-size: 0.4rem;
    }
    .lang-sp{
        font-size: 0.4rem;
        position: relative;
        transform: none;
        margin: 0;
        top: 0;
    }
    .lang-q{
        width: auto;
        height: auto;
        padding: 0rem 0.4rem;
    }
    .lang-vq{
        font-size: 0.4rem;
    }
    .header .nav li.hover a{
        border-bottom: none;
        color: #79BC29;
    }
    .header .nav li{
        font-size: 0.5rem;
        padding: 0.3rem 0;
    }
    .header-gb {
        font-size: .5rem;
        color: #00397B;
        background-image: url(../images/ico33_2.png);
        padding-right: 22px;
        background: url(../images/ico33_1.png) no-repeat right center;
        background-size: 14px auto;
        display: block;
        float: right;

    }
    .header-gb2{
        font-size: .5rem;
        color: #00397B;
        background-image: url(../images/ico33_2.png);
        background: url(../images/ico33_1.png) no-repeat right center;
        background-size: 14px auto;
        display: block;
        float: right;
        text-align: center;
        width: 2.2rem;
        margin: 0 auto;
    }
    .lang-q1{
        width: 0.3rem;
        height: 0.3rem;
    }
}
