* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 8.8888889vw;
}
body{
    font-family: "Helvetica Neue",Helvetica,Arial,"Microsoft Yahei","Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif !important;
}
:focus {
    outline:none;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;  
    font-family: "Helvetica Neue",Helvetica,Arial,"Microsoft Yahei","Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif !important;
    color: #666;
}

img{
    display: block;
}
.clearfix:after {
    display: block;
    clear: both;
    content: '';
    visibility: hidden;
    height: 0;
}

.oh {
    overflow: hidden;
}

.fl {
    float: left;
}

.fr {
    float: right;
}
span,p,div,textarea{
    font-family: "Helvetica Neue",Helvetica,Arial,"Microsoft Yahei","Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif !important;
}

/* 以上通用 */

.header_wrap{
    width: 100%;
    height: 2.15rem;
    padding: 1.01rem 0 0.42rem 0;
    overflow: hidden;
}
.header{
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
}
.header img{
    width: 100%;
    height: 100%;
}
.menu_wrap{
    width: 0.6rem;
    height: 0.48rem;
    position: absolute;
    left: 0.6rem;
    top: 50%;
    margin-top: -0.24rem;
}
.logo_wrap{
    width: 2.36rem;
    height: 0.96rem;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
}


/* 尾部 */


/* footer */

.footer{
    width: 100%;
    height: auto;
    background: #515151;
    padding:0.64rem 0.6rem 0.5rem 0.6rem; 
    margin-top: 0.9rem;
}

.footer div.fot_tit{
    font-size: 0.36rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom:0.45rem
}
.footer .mbpx{
    margin-bottom: 0.14rem;
}
.footer>div{
    font-size: 0.3rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}
.foot_down{
    width:100%;
    height: auto;
    margin-top:0.44rem;
    padding-top:0.46rem;
    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.14rem;
}
.down_left div:last-of-type{
    margin-bottom: 0;
}
.down_left div img{
    margin-right:0.24rem;    
    width:0.32rem;
    height: 0.32rem;
}
.down_left div:first-of-type img{
    width:0.29rem;
    height: 0.36rem;
}
.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: 3rem;
    height: 3rem;
    position: absolute;
    top: -3rem;
    right: -0.6rem;
}

.down_right img{
    width:1.03rem;
    height: 1.03rem;
}
.down_right img:first-of-type{
    margin-right: 0.38rem;
}
/* 弹窗菜单 */
.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;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu_head img{
    
}
.menu_head img:first-of-type{
    width: 2.11rem;
    height: 0.85rem;
}
.menu_head img:last-of-type{
    width: 0.51rem;
    height: 0.51rem;   
}

.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: 0.62rem 0.6rem;
    justify-content: start;
    align-items: center;
    border-bottom: 1px solid #F2F2F2;
}


.mb_menu_ul_wrap ul li.child_box{
    display: none;
    padding: 0 0.6rem;
}
.mb_menu_ul_wrap ul .child_box .child_item a{
    display: block;
    padding: 0.62rem;
    font-size: 0.42rem;
    color: #666666;
}
.mb_menu_ul_wrap ul .child_box .child_item{
    display: block;
    padding: 0.62rem;
    font-size: 0.42rem;
    color: #666666;
}
.mb_menu_ul_wrap ul .child_box .child_item label{
    display: block;
    padding: 0;
    font-size: 0.42rem;
    color: #666666;
}
.mb_menu_ul_wrap ul .hover_li{
    background-image: none !important;
    position: relative;
}
.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.41rem;
    position: absolute;
    right: 10%;
}
.mb_menu_ul_wrap ul .hover_active .hover_img{
    transform: rotate(90deg);
}

.mb_menu_ul_wrap ul li span{
    display: block;
    width: 0.24rem;
    height: 0.24rem;
    background: transparent;
    border-radius: 50%;
    margin-right: 0.3rem;
    border: 2px solid #999999;
}
.mb_menu_ul_wrap ul li a{
    font-size: 0.42rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}
.mb_menu_ul_wrap ul li{
    font-size: 0.42rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}
.mb_menu_ul_wrap ul li label{
    font-size: 0.42rem;
    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.24rem 0.41rem;
}
.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: 8.05rem;
    height: 1.08rem; 
    /* border: 1px solid #333333; */
    border-radius: 0.54rem;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0.6rem;
    position: absolute;
    bottom: 0.96rem;
    background-color: #F6F7F8;
}
.tab_lang a{
    display: flex;
    width: 50%;
    height: 100%;
    color: #666666;
    font-size: 0.36rem;
    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.54rem 0 0 0.54rem;
}
.lang_en{
    border: 1px solid #BCBCBC;
    border-left: none;
    border-radius: 0 0.54rem 0.54rem 0;
}

.swiper-pagination3 .swiper-pagination-bullet-active , .swiper-pagination3 .swiper-pagination-bullet-active{
    background: #E90017 !important;
}


/* 搜索框 */
.search_input_wrap{
    width: 100%;
    height: auto;
    padding: 0.6rem;
    background: #F6F7F8;
}

#searchinput{
    width: 100%;
    height: 1.08rem;
    border-radius: 0.54rem;
    outline: none;
    border: none;
    background: url(../images/search_icon.png) no-repeat 0.5rem center #E5E7E9;
    background-size: 0.36rem 0.36rem;
    padding-left: 1rem;
}

/* 最新公告  更多 公共样式 */
.soc_wrap_g {
    width: 100%;
    height: auto;
    background: #FFFFFF;
    padding-bottom: 0.4rem;
  }
  .soc_wrap_g .title_wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    float: right;
  }
  .soc_wrap_g .h2_title {
    display: block;
    font-size: 0.6rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #454545;
    padding: 0.97rem 0 0.74rem 0;
  }
  .soc_wrap_g .more_tit {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .soc_wrap_g .more_tit a {
    display: block;
    font-size: 0.36rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
  }
  .soc_wrap_g .more_tit i {
    display: block;
    width: 0.28rem;
    height: 0.28rem;
    background: url(../images/tit_more.png) no-repeat;
    background-size: 100% 100%;
    margin-right: 0.25rem;
  }
  .soc_wrap_g .soc_main {
    clear: both;
  }
  .soc_wrap_g .soc_main li {
    border-bottom: 1px solid #CCCCCC;
    margin-top: 0.7rem;
  }
  .soc_wrap_g .soc_main li:last-of-type {
    border-bottom: none;
  }
  .soc_wrap_g .news_date_txt {
    font-size: 0.42rem;
    color: #999999;
    margin-bottom: 0.32rem;
  }

  .news_date_txt_add1{
      color: #999999;
  }

  .news_date_txt_add2{
      color: #999999;
      text-indent: 5px;
  }


  .soc_wrap_g .title_txt {
    font-size: 0.42rem;
    line-height: 0.5333rem;
    color: #6d6e71;
    position: relative;
    padding-left: 0.2667rem;
    margin-bottom: 0.32rem;
  }
  .soc_wrap_g .title_txt::after {
    content: '';
    width: 3px;
    height: 3px;
    background-color: #666666;
    position: absolute;
    left: 0;
    top: 0.1867rem;
  }












































