*{
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
    font-size: 14px;
}
body{
    background-color: #f5f5f5 ;
}
.conter{
    position: relative;
    margin-left: 0 !important;
}
.top{
    width: 1920px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 !important;
    z-index: 999;
}
.banxin{
    margin: 0 auto ;
}
.top_title{
    text-align: center;
    padding: 15px;
    background-color:  rgba(41, 174, 50, 0.5);
    color: #fff;
    margin: 0 auto;
    align-items: center;
    /* justify-content: center; */
}
.top_huanying{
    text-align: left;
}
.top_tit{
    font-size: 20px;
    padding-left: 30px;
}
@media screen and (max-width: 768px) {
    .top_tit{
        display: block;
    }
}
.top_qiehuan{
    text-align: right;
}
.language{
    display: inline-block;
    border: 2px solid #fff;
    color: #000;
    background-color: #fff;
    font-size: 10px !important;
    border-radius: 15px;
}
.language_left{
    padding: 0 10px;
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
    display: inline-block;
    cursor: pointer;
    margin: 0;
}
.language_left:hover{
    background-color: green;
    color: #fff;
}
.language_right{
    padding: 0 10px;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
    display: inline-block;
    cursor: pointer;
    margin: 0;
}
.language_right:hover{
    background-color: green;
    color: #fff;
}
.switch_active{
    background-color: green;
    color: #fff;
}
.nav_two{
    background-color: rgba(0, 0, 0, 0.3);
    padding: 15px;
    margin: 0 !important;
    justify-content: center;
}
.nav_logo{
    text-align: left;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    color: #fff;
}
.nav_logo img{
    width: 214px;
    height: 61px;
}
.nav_list{
    text-align: right;
    display: flex ;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.nav_list > a{
    color: #fff;
    text-decoration: none;
    padding: 5px;
}
.nav_list > a:hover{
    border-bottom: 2px solid rgb(72, 179, 10);
    transition: all .3s ease-in-out;
}
.active{
    border-bottom: 2px solid rgb(72, 179, 10);
}
.page_footer{
    width: 100%;
}
.footer_img{
    width: 200px;
}
#footer{
    padding: 40px 0;
    margin: 0;
    background-color: #000;
    width: 100%;
}
.footer_conter{
    width: 1920px;
    margin: 0 auto;
    padding: 20px;
}
@media screen and (max-width: 768px) {
    .footer_conter{
        width: 100% !important ;
    }
}
.white{
    color: #999;
    text-decoration: none;
    width: 336px;
}
.footer_ban{
    text-align: center;
    color: rgb(214, 210, 210);
    position: relative;
}
.footer_ban_dh{
     cursor: pointer;
}
.footer_ban_dh img{
    position: absolute;
    right: 20px;
    top: 40px;
    z-index: 200;
   
}
.carousel-item{
    border: none !important;
}
.ffex{
    display: flex;
    align-items: center !important;
}
.footer_tubiao{
    border-radius: 5px; 
    color: black; 
    font-size: 16px; 
    padding: 3px;
    background-color:#999;
}
.bottom_p{
    font-size: 12px;
    color: #999;
}


