* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
     /*font-size: 8.8888889vw;*/
    /*font-size: 20px;*/
}
body{
    font-family: Microsoft YaHei;
}
:focus {
    outline:none;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #666666;
    font-family: Microsoft YaHei;
}

img{
    /*display: block;*/
}
.clearfix:after {
    display: block;
    clear: both;
    content: '';
    visibility: hidden;
    height: 0;
}

.oh {
    overflow: hidden;
}

.fl {
    float: left;
}

.fr {
    float: right;
}


/* ä»¥ä¸Šé€šç”¨ */

.header_wrap{
    width: 100%;
    height: 3.55rem;
    padding: 1.6835rem 0 0.7rem 0;
    overflow: hidden;
}
.header{
    width: 100%;
    height: 100%;
    position: relative;
}
.header img{
    width: 100%;
    height: 100%;
}
.menu_wrap{
    width: 1rem;
    height: 0.8rem;
    position: absolute;
    left: 1rem;
    top: 50%;
    margin-top: -0.4rem;
}
.logo_wrap{
    width: 3.94rem;
    height: 1.6rem;
    position: absolute;
    left: 50%;
    margin-left: -1.5rem;
}


/* å°¾éƒ¨ */


/* footer */

.footer{
    width: 100%;
    height: auto;
    background: #515151;
    padding:1rem 0.9rem 0.75rem 1rem;  
}

.footer div.fot_tit{
    font-size: 0.6rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom:0.75rem;
}
.footer .mbpx{
    margin-bottom: 0.3rem;
}
.footer>div{
    font-size: 0.5rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}
.foot_down{
    width:100%;
    height: auto;
    margin-top:0.7rem;
    padding-top: 0.75rem;
    display:flex;
    justify-content:space-between;
    align-items:center;
}
.down_left{
    width:60%;
}
.down_left div{
    display:flex;
    justify-content:start;
    align-items:center;    
    margin-bottom: 0.4rem;
}
.down_left div:last-of-type{
    margin-bottom: 0;
}
.down_left div img{
    margin-right: 0.4rem;    
    width: 0.55rem;
    height: 0.55rem;
}
.down_left div:first-of-type img{
    width: 0.5rem;
    height: 0.6rem;
}
.down_right{

    display:flex;
    justify-content:start;
    align-items:center;
    position: relative;
}
.down_right .hover_a:hover .weichatcode{
    display: block;
}
.down_right .weichatcode{
    display: none;
    width: 5rem;
    height: 5rem;
    position: absolute;
    top: -5rem;
    right: -0.9rem;
}

.down_right img{
    width: 1.7rem;
    height: 1.7rem;
}
.down_right img:first-of-type{
    margin-right: 0.6rem;
}
/* å¼¹çª—èœå• */
.maincont{
    position: relative;
    top: 0;
    left: 0;
    transition: all 0.36s;
}
.maincontshow{
    left: 83%;
    transition: all 0.36s;
}
.mb_menu_mask{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -100%;
    transition: all 0.36s;
    z-index: 999;
}
.mb_menushow{
    left: 0;  
    transition: all 0.36s;
}
.mb_menu{
    width: 83%;
    height: 100%;
    background: #F6F7F8;
}

.menu_head{
    width: 100%;
    /* height: 2.15rem;
    padding: 1.01rem 0.6rem 0.42rem 0.6rem; */
    height: 3.55rem;
    padding: 1.6835rem 1rem 0.7rem 1rem;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu_head img{
    
}
.menu_head img:first-of-type{
    width: 3.5rem;
    height:1.4rem;
}
.menu_head img:last-of-type{
    width: 0.85rem;
    height: 0.85rem;   
}

.mb_menu_ul_wrap{
    width: 100%;
    /*height: auto;*/
    /*overflow: hidden;*/
    height: 55vh;
    overflow-y: scroll;
}

.mb_menu_ul_wrap ul{
    display: block;
    width: 100%;
    height: auto;
}
.mb_menu_ul_wrap ul li{
    width: 100%;
    height: auto;
    display: flex;
    padding: 1.05rem 1rem;
    justify-content: start;
    align-items: center;
    border-bottom: 1px solid #F2F2F2;
}


.mb_menu_ul_wrap ul li.child_box{
    display: none;
    padding: 0px 1rem ;
}
.mb_menu_ul_wrap ul .child_box .child_item a{
    display: block;
    padding: 1.05rem;
    font-size: 0.7rem;
    color: #666666;
}
.mb_menu_ul_wrap ul .child_box .child_item{
    display: block;
    padding: 1.05rem;
    font-size: 0.7rem;
    color: #666666;
}
.mb_menu_ul_wrap ul .hover_li{
    background-image: none !important;
}
.mb_menu_ul_wrap ul .hover_li .a_box{
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mb_menu_ul_wrap ul .hover_li .hover_img{
    height: 0.7rem;
    position: absolute;
    right: 10%;
}
.mb_menu_ul_wrap ul .hover_active .hover_img{
    transform: rotate(90deg);
    position: absolute;
    right: 10%;
}
.mb_menu_ul_wrap ul li.child_box{
    display: none;
    padding: 0 0.6rem;
}
#about_us_id{
    position: relative;
}
/*.mb_menu_ul_wrap ul .child_box .child_item a{*/
/*    display: block;*/
/*    padding: 0.62rem;*/
/*    font-size: 0.42rem;*/
/*    color: #666666;*/
/*    padding-left: 1.5rem;*/
/*}*/
.mb_menu_ul_wrap ul .child_box .child_item label{
    display: block;
    padding: 0.62rem;
    font-size: 14px;
    color: #666666;
    padding-left: 1.5rem;
}
.mb_menu_ul_wrap ul li span{
    display: block;
    width: 0.4rem;
    height: 0.4rem;
    background: transparent;
    border-radius: 50%;
    margin-right: 0.7rem;
    border: 2px solid #999999;
}
.mb_menu_ul_wrap ul li a{
    font-size: 0.7rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}
.mb_menu_ul_wrap ul li.active_mbmenu{ 
    background:url(../images/arrow_right.png) no-repeat 90% #FFFFFF;
    background-size: 0.4rem 0.7rem;
}
.mb_menu_ul_wrap ul li.active_mbmenu span{
    background: #D7282B;
    border: none;
}
.mb_menu_ul_wrap ul li.active_mbmenu a{
    color: #D7282B;
}
.mb_menu_ul_wrap ul li.active_mbmenu{
    color: #D7282B;
}
.tab_lang{
    width: 13.5rem;
    height: 1.8rem; 
    /* border: 1px solid #333333; */
    border-radius: 0.9rem;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 1rem;
    position: absolute;
    bottom: 1.6rem;
    background-color: #F6F7F8;
}
.tab_lang a{
    display: flex;
    width: 50%;
    height: 100%;
    color: #666666;
    font-size: 0.6rem;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.lang_active{
    background: #EE273A;
    color: #ffffff !important;
}
.lang_cn{
    border: 1px solid #BCBCBC;
    border-right: none;
    border-radius: 0.9rem 0 0 0.9rem;
}
.lang_en{
    border: 1px solid #BCBCBC;
    border-left: none;
    border-radius: 0 0.9rem 0.9rem 0;
}

.swiper-pagination3 .swiper-pagination-bullet-active , .swiper-pagination3 .swiper-pagination-bullet-active{
    background: #E90017 !important;
}


/* æœç´¢æ¡† */
.search_input_wrap{
    width: 100%;
    height: auto;
    padding: 1rem;
    background: #F6F7F8;
}

#searchinput{
    width: 100%;
    height: 1.8rem;
    border-radius: 0.9rem;
    outline: none;
    border: none;
    background: url(../images/search_icon.png) no-repeat 0.75rem center #E5E7E9;
    background-size: 0.6rem 0.6rem;
    padding-left: 1.85rem;
}
