html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, a, q, em, ul, li, ol, form, article, aside, embed, dl, dt, dd, table, td, th, input, button, legend, fiedlset, blockquote, textarea, label, strong, img, fieldset, b { margin: 0; padding: 0; }
body  { font: 12px '宋体'; color: #666; color:#333}
h1, h2, h3, h4, h5, h6 { font-weight: normal; font-size: 100%; }
ul, li { list-style-type: none;}
.clearfix { /*font-size: 0;*/ clear: both; line-height: 0; }
.left { float: left; }
.right{ float: right; }
em, cite { font-style: normal; }
.more {float:right;}
img{border:none; vertical-align: middle;}
a { text-decoration: none;color: #333; }
a:hover { text-decoration: underline; }
.MS_1{overflow: hidden;}
.MS_C_1{overflow: hidden;}
html,body{width:100%;overflow-x:hidden;}
#L_2{width:100%;margin:0 auto;}
#L_4{width:100%;margin:0 auto;}
#M_3 .MS_C_1{background-color: #1f1f1f;}
#Content_3,#M_3 table{color:#ffffff;font-family:" Microsoft YaHei";font-size:14px;font-weight:normal;font-style:normal;}
#Content_3 a{color:#ffffff;font-family:" Microsoft YaHei";font-size:14px;font-weight:normal;font-style:normal;}
#Content_3 a:hover{color:#ffffff;font-family:" Microsoft YaHei";font-size:14px;font-weight:normal;font-style:normal;}
#M_3 .h-call{width:100%;height: 40px;}
#M_3 .hc-wrap{width: 1170px;height:40px;margin: 0 auto;line-height: 40px;}
#M_3 .lianxi{float: right;}
#M_3 .lianxi a{;margin: 0 5px}
#M_3 .lianxi a:hover{text-decoration: underline}



@media only screen and (max-width:1279px){
#M_3 .h-call,.c-header,.ch-r{display: none}
}#M_4 .MS_C_1{background-color: #000000;}
#Content_4,#M_4 table{color:#ffffff;font-family:" Microsoft YaHei";font-size:16px;font-weight:normal;font-style:normal;}
#Content_4 a{color:#333333;font-family:" Microsoft YaHei";font-size:14px;font-weight:normal;font-style:normal;}
#Content_4 a:hover{color:#cf010e;font-family:" Microsoft YaHei";font-size:14px;font-weight:normal;font-style:normal;}

.nac_active_fixed{
position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    right: 0;
}
.nac_active_fixed .wow{visibility: visible !important;}
#M_4 {overflow: visible;transition: all 0.3s;}
#M_4 .MS_C_1{overflow: visible;}
#M_4 .MS_C_-1{overflow: visible;}

#M_4 a:hover{text-decoration: none;}

#M_4 .my_nav>.phone_nav{
      display: none;
}
#M_4 .my_nav{
  width: 100%;
   position: relative;
   z-index: 1000;
}
#M_4 .my_nav>.my_pc_content{
  display: flex;
  width: 1200px;
  margin: 0 auto;
}
#M_4 .my_nav>.my_pc_content>a{
  padding: 10px 0px;
  display: flex;
  align-items: center;
}
#M_4 .my_nav>.my_pc_content>a>img{
  height: 70px;
}

#M_4 .pc_nav{
  display: flex;
flex:1;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
  z-index: 1000;
}

#M_4 .pc_nav>li{position: relative;transition: all 0.3s;}
#M_4 .pc_nav>li:hover a:after{
   width: 100%;
   height: 100%;
   background: none;
   background: #333333;
 }
#M_4 .pc_nav>li:hover>a{
color:#cf010e;
}
#M_4 .pc_nav>li>a::after{
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    height: 1em;
    z-index: -1;
    transform: translateY(-50%);
    background: #b9b9c8;
    width: 1px;
    transition: width 0.3s;
    transition: height 0.3s;
}
#M_4 .pc_nav>li:last-child>a::after{
opacity:0;
}
#M_4 .pc_nav>li:last-child:hover>a::after{
opacity:1;
}
#M_4 .pc_nav>li>a{
  line-height: 70px;
  /* 行高等于图片高即可 */
  padding: 10px 20px;
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  color:#ffffff;font-family:" Microsoft YaHei";font-size:16px;font-weight:normal;font-style:normal;
}
#M_4 .pc_nav>li>.pc_nav_items{
  position: absolute;
  left: 0;
  min-width: 100%;
  top: 100%;
  box-sizing: border-box;
  z-index: 10;
  text-align: center;
  overflow: hidden;
  transition: all 0.3s;
  transform: scaleX(0);
box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}
#M_4 .pc_nav>li>.pc_nav_items:after{
content:"";
position: absolute;
top:0;
left:0;
right:0;
bottom:0;
background: #ffffff;
opacity:0.8;
z-index:-1;
}
#M_4 .pc_nav_items>li>a{
  white-space: nowrap;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
  padding: 0 10px;
  color:#333333;font-family:" Microsoft YaHei";font-size:14px;font-weight:normal;font-style:normal;
  line-height: 3em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
 transition: all 0.1s;
}
#M_4 .pc_nav_items>li>a:hover{
  color:#cf010e;font-family:" Microsoft YaHei";font-size:14px;font-weight:normal;font-style:normal;
background:#ffffff;
}
#M_4 .pc_nav>li:hover .pc_nav_items{
  transform: scaleX(1);
}
#M_4 .transverse{
  display: flex;
  width: 280%;
  flex-wrap:wrap;
}
#M_4 .transverse>li{
  margin: 6px 10px;
}
#M_4 .flex-box-left{
  justify-content: flex-start;
}
#M_4 .flex-box-center{
  justify-content: center;
}
#M_4 .flex-box-center>li>.transverse{
  left: -80%;
}
#M_4 .flex-box-right{
  justify-content: flex-end;
}
#M_4 .flex-box-right>li>.transverse{
  left: -180%;
}
#M_4 .flex-box-around {
  justify-content: space-around;
}
#M_4 .flex-box-around>li>.transverse{
  left: -80%;
}
#M_4 .flex-box-around>li:nth-child(1)>.transverse{
  left: 0px;
}
#M_4 .flex-box-around>li:last-child>.transverse{
  left: -159%;
}
@media screen and (max-width:1024px) {
#M_4 {
position:fixed;
z-index:10000;
top:0;
left:0;
right:0;
}
#M_4 .my_pc_content>a{
animation-name:none !important;
visibility: inherit !important;
}
  #M_4 .pc_nav{
   display:none;
  }
 #M_4 .my_nav>.phone_nav{
   display: block;
 }
 #M_4 .phone_nav>.phone_nav_btn{
   position: fixed;
   top: 20px;
   right: 20px;
   z-index: 10000;
   width: 35px;
   height: 35px;
 }
 #M_4 .phone_nav>.phone_nav_btn::before,.phone_nav>.phone_nav_btn::after{
    background-color: #b2b2b2;
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%;
    content: '';
    transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
 }
 #M_4 .phone_nav>.phone_nav_btn::before{
   top: 8px;
 }
 #M_4 .phone_nav>.phone_nav_btn::after{
   bottom: 8px;
 }
 #M_4 .phone_btn_active::before{
    transform: translateY(8px) rotate(-45deg);
    -webkit-transform: translateY(8px) rotate(-45deg);
    -ms-transform: translateY(8px) rotate(-45deg);
 }
 #M_4 .phone_btn_active::after{
    transform: translateY(-8px) rotate(45deg);
    -webkit-transform: translateY(-8px) rotate(45deg);
    -ms-transform: translateY(-8px) rotate(45deg);
 }
 #M_4 .phone_nav>.phone_nav_items{
   position: fixed;
   box-sizing: border-box;
   top: 80px;
   left: 0;
   width:70%;
   max-width: 100%;
   background-color: #000000;
   bottom: 0;
   transform: translateX(-100%);
   transition: all 0.3s;
padding-top:50px;
overflow-y: auto;
padding-bottom: 50%;
 }
 #M_4 .phone_nav>.phone_nav_items>li{
   box-sizing: border-box;
   padding: 12px 12px 12px 0px;
   line-height: 2em;
   border-bottom: 1px solid rgba(0, 0, 0, 0.05);
   position: relative;
 }
 #M_4 .phone_nav>.phone_nav_items>li>span{
   position: absolute;
   right: 10px;
   top: 10px;
   height: 40px;
   width: 70px;
z-index:100;
 }
  #M_4 .phone_active>.phone_nav_items{
    transform: translateX(0);
  }
  #M_4 .phone_active>.phone_nav_items>li{
    padding-left:12px !important;
    transition: padding 0.5s;
  }
  #M_4 .phone_nav_items>li>span::before,.phone_nav_items>li>span::after{
    background-color: #b2b2b2;
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    width: 20%;
    content: '';
    transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
 }
 #M_4 .phone_nav_items>li>span::before{
   transform: translateX(-90%) rotate(33deg);
   top: 45%;
 }
 #M_4 .phone_nav_items>li>span::after{
   transform: translateX(-10%) rotate(-33deg);
   top: 45%;
 }
 #M_4 .phone_items_items{
   background: rgba(0, 0, 0, 0.04);
 }
 #M_4 .phone_items_items>a{
   opacity: 0.5;
 }
 #M_4 .phone_items_items>span::before{
   transform: translateX(-90%) rotate(-33deg) !important;
   opacity: 0.8;
 }
  #M_4 .phone_items_items>span::after{
   transform: translateX(-10%) rotate(33deg) !important;
   opacity: 0.8;
 }
 #M_4 .phone_nav_items_child{
   padding: 0 20px;
   box-sizing: border-box;
   display: none;
 }
 #M_4 .phone_nav_items_child>li{
   box-shadow: 2px 1px 4px #000000;
   box-sizing: border-box;
   line-height: 1;
 }
 #M_4 .phone_nav_items_child>li>a{
   width: 100%;
   box-sizing: border-box;
   height: 100%;
   display: block;
   padding: 14px;
   line-height: 1;
color:#ffffff;font-family:" Microsoft YaHei";font-size:14px;font-weight:normal;font-style:normal;
 }
#M_4 .phone_nav>.phone_nav_items>li>a{
color:#ffffff;font-family:" Microsoft YaHei";font-size:16px;font-weight:normal;font-style:normal;
}
#M_4 .my_nav>.my_pc_content>a>img{
  height: 60px;
}
#M_4 .my_nav>.my_pc_content{
padding-left:10px;
}
}
#L_5{width:100%;margin:0 auto;}
#L_6{width:1200px;margin:0 auto;}

#L_7_99{background:url(http://files.whhdd.com/style/2021/1116/d8c4257d2db26ba746872226e035b04d.jpg) repeat;}
#L_7{width:1200px;margin:0 auto;}

#L_10_99{background:url(http://files.whhdd.com/style/2021/1125/8481f17e93110e8dac1123bd5edae451.jpg) center center / cover no-repeat;;}
#L_10{width:1200px;margin:0 auto;}

#L_11_99{background:url(http://files.whhdd.com/style/2021/1122/ab23b619d59805eefda5b86aec5bd7b6.jpg) repeat;}
#L_11{width:1200px;margin:0 auto;}

#L_12_99{background-color:#fafafc;}
#L_12{width:1200px;margin:0 auto;}
#L_13{width:1200px;margin:0 auto;}

#L_14_99{background:url(http://files.whhdd.com/style/2021/1123/93f54fbd31de8b989d9123fc27cd665f.jpg) center center / cover no-repeat;;}
#L_14{width:1200px;margin:0 auto;}

#L_15_99{background-color:#f2f2f2;}
#L_15{width:1200px;margin:0 auto;}
#L_16{width:1200px;margin:0 auto;}

#L_17_99{background-color:#15161a;}
#L_17{width:1200px;margin:0 auto;}
#M_6 {width:100%;}  
#M_6 .is_video{display:block;}
#M_6 .no_video{display:none !important;}
#M_6 video::-webkit-media-controls{ 
display:none !important;
}


#M_6 .mutedBtn{
position:absolute;
z-index:999;
left:50px;
bottom:50px;
opacity:0.5;
    cursor: pointer;
transition: all 0.5s;
display:none;
}
#M_6 .mutedBtn img{
width:50px;
display:none;
}
#M_6 .mutedBtn .volumeMiddle{
display:block;
}
#M_6 .mutedBtn .volumeDisable{
display:none;
}

#M_6 .mutedBtn:hover{
opacity:1;
}
#M_6 .volumeMiddleSelect .volumeMiddle{
display:none;
}
#M_6 .volumeMiddleSelect .volumeDisable{
display:block;
}


 #M_6 .videoBox {
      width: 100%;
      overflow: hidden;
      height: 100%;
      position: relative;
    }
#M_6 .banner_ie_video{
      height:auto !important;
      position: relative;
      top:50%;
      transform: translateY(-50%);
}
   #M_6 .videoBox video {
      height: 100%;
      width: 100%;
      object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border: 0;
    bottom: 0;
    z-index: 1;
    }

  #M_6 .swiper-button-prev , #M_6 .swiper-button-next {
      width: 50px !important;
      height: 50px !important;
      transform: translateY(-50%);
      opacity: 0.4;
      transition: all 0.3s;
margin-top:0;
    }

 #M_6 .swiper-button-next {
      background-image: url(http://img.whhdd.com/skin/template_passport_img/right2x.png);
      background-size: 80%;
    }

  #M_6 .swiper-button-prev {
      background-image: url(http://img.whhdd.com/skin/template_passport_img/left2x.png);
      background-size: 80%;
    }

   #M_6 .swiper-button-prev-next:hover {
      opacity: 1 !important;
      background-size: 90% auto !important;
    }

   #M_6 .hiddens {
      display: none;
    }

  #M_6 .hiddens{
   width:100%;
   height:500px;
  }
 #M_6 .shows {
      width: 100%;
      height:650px; 
   }

   #M_6 .swiper-container img {
      width: 100%;
      height: auto;
    }

   #M_6 .swiper-slide {
      width: 100%;
      height: 100%;
position:relative;
    }


  #M_6 .swiper-pagination-bullet{
      /* text-align: right !important;
      padding-right: 8%; */
      margin-bottom: 10px;
      box-sizing: border-box;
      opacity: .5;
width: 40px;
height: 1px;
border-radius: 0%;
      background: #56ffff;
    }
   #M_6 .swiper-pagination-bullet-active{
     /* color: #1D140E !important;
      text-shadow: 1px 1px #cfeeec,-1px -1px #cfeeec,1px -1px #cfeeec,-1px 1px #cfeeec;
      font-size: 44px; */
     background: #ff0000;
         opacity: 1;
    }
   #M_6 .swiper-pagination-total{
      font-size: 30px;
    }
  #M_6 .swiper-slide>div {
      width: 100%;
      height: 100%;
      /* background: linear-gradient(rgba(52, 52, 90, 0.1) 0%, rgba(34, 34, 37, 0.5) 100%); */
      /* background-color: rgba(34, 34, 37, 0.5); */
      position: absolute;
      overflow: hidden;
      top: 0;
      left: 0;
    }

    @media (max-width:760px) {
 /* #M_6 .swiper-slide>div{background-color: rgba(34, 34, 37, 0.5);} */
     #M_6 .shows {
        display: none !important;
      }

    #M_6 .hiddens {
        display: block !important;
      }
     #M_6 .swiper-button-prev-next{display: none !important;}
    }#M_7 .MS_C_1{padding:50px 0px ;}
#Content_7 a{color:#333333;font-family:" Microsoft YaHei";font-size:16px;font-weight:bold;font-style:normal;}
#Content_7 a:hover{color:#d10000;font-family:" Microsoft YaHei";font-size:16px;font-weight:bold;font-style:normal;}
#M_7 a:hover{
text-decoration: none;
}
#M_7 .advantage_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#M_7 .advantage_box>a{
  display: block;
  width: 16%;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #e7e7e7;
  transition: all 0.3s;
  margin-bottom: 10px;
}
#M_7 .advantage_box>a>div{
  width: 100%;
  height: 166px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
#M_7 .advantage_box>a>div>img{
  max-width: 100%;
  max-height: 100%;
  border: none;
  transition: all 1s;
}
#M_7 .advantage_box>a>h3{
  color:#333333;font-family:" Microsoft YaHei";font-size:16px;font-weight:bold;font-style:normal;
  text-align: center;
  margin: 10px 0 0 0;
  transition: all 0.5s;
}
#M_7 .advantage_box>a:hover{
      box-shadow: 0 0 5px rgb(0 0 0 / 20%);
      border-color: #d10000;
}
#M_7 .advantage_box>a:hover h3{
  color:#d10000;font-family:" Microsoft YaHei";font-size:16px;font-weight:bold;font-style:normal;
}
#M_7 .advantage_box>a:hover>div>img{
  transform: scale(1.1);
}
#M_7 .advantage_box .fill{
width: 16%;
height:0px;
visibility: hidden;
}
@media (max-width:1024px){
#M_7 .MS_C_1 {
    padding: 20px 5%;
    box-sizing: border-box;    
}
#M_7 .advantage_box>a{
  display: block;
  width: 30%;
}

#M_7 .advantage_box>a>div{
  height: 89px;
}
#M_7 .advantage_box .fill{
width: 30%;}

}#M_8 .MS_C_1{padding:30px 0px 15px 0px ;}
#Content_8,#M_8 table{color:#cf010e;font-family:" Microsoft YaHei";font-size:24px;font-weight:bold;font-style:normal;}
  #M_8 .my_title_box{
     text-align: center;
   }
#M_8 .my_title_box h3{
     color:#cf010e;font-family:" Microsoft YaHei";font-size:24px;font-weight:bold;font-style:normal;
   }
#M_8 .my_title_box h4{
     
margin-bottom:6px;
   }
  #M_8 .my_title_englist{
     display: flex;
     justify-content: center;
     align-items: center;
   }
  #M_8 .my_title_englist>i{
     flex: 1;
     height: 2px;
     background-color: #d9dadc;
     position: relative;
   }
  #M_8 .my_title_englist>span{
     margin: 0 20px;
color:#666666;font-family:" Microsoft YaHei";font-size:14px;font-weight:normal;font-style:normal;
text-transform: uppercase;
   }
  #M_8 .my_title_englist>i:nth-child(1):after{
     content: '';
     display: block;
     position: absolute;
     top: 50%;
      width: 8px;
      height: 8px;
      background-color: #d9dadc;
      border-radius: 50%;
      margin-top: -4px;
      right: 0;
   }
  #M_8 .my_title_englist>i:nth-child(3):after{
     content: '';
     display: block;
     position: absolute;
     top: 50%;
      width: 8px;
      height: 8px;
      background-color: #d9dadc;
      border-radius: 50%;
      margin-top: -4px;
      left: 0;
   }
@media (max-width:760px) {
#M_8 .MS_C_1{
border: none;
padding: 20px 5%;
box-sizing: border-box;
}
  #M_8 .my_title_englist>span{
     margin: 0 10px;
     font-size: 12px;
   }
}#M_9 .MS_C_1{padding:30px 0px 50px 0px ;}
#Content_9 a{color:#333333;font-family:" Microsoft YaHei";font-size:14px;font-weight:normal;font-style:normal;}
#Content_9 a:hover{color:#ffffff;font-family:" Microsoft YaHei";font-size:14px;font-weight:normal;font-style:normal;}
   #M_9 a:hover{
text-decoration: none;
} 
   #M_9 .case_box{
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
    }
    #M_9 .case_box>div{
      width: 32%;
      box-sizing: border-box;
      margin-bottom: 20px;
    }
    #M_9 .case_box>.fill{
      width: 32%;
      height:0px;
      visibility: hidden;
    }
    #M_9 .case_box>div>a{
      display: block;
      background: #ffffff;
      border: 1px solid #e7e7e7;
      transition: all 0.5s;
    }
    #M_9 .case_box>div>a:hover{
      background: #d10000;
box-shadow: 0 0 5px rgb(0 0 0 / 20%);
    border-color: #d10000;
    }

    #M_9 .case_box>div>a:hover>div>img{
transform: scale(1.2);
}
    #M_9 .case_box>div>a:hover h2{
color:#ffffff;font-family:" Microsoft YaHei";font-size:14px;font-weight:normal;font-style:normal;
    }
    #M_9 .case_box>div>a>div{
      width: 100%;
      height: 382px;
      overflow: hidden;
      display:flex;
      justify-content: center;
      align-items: center;
    }
    #M_9 .case_box>div>a>div>img{
      max-width: 100%;
      max-height: 100%;
transition: all 0.6s ease-in-out;
    }

    #M_9 .case_box>div>a>h2{
color:#333333;font-family:" Microsoft YaHei";font-size:14px;font-weight:normal;font-style:normal;
      text-align: center;
      box-sizing: border-box;
      padding: 0 10px;
      line-height: 3em;
    }

@media (max-width:760px){
#M_9 .MS_C_1 {
    padding: 0 5%;
    box-sizing: border-box;
}
#M_9 .case_box>div{
width:49%;
}
    #M_9 .case_box>div>a>div{
      height: 180px;
}
#M_9 .case_box>.fill{
      width: 49%;
}

}#M_10 .MS_C_1{padding:30px 0px ;}
#Content_10,#M_10 table{font-family:"Microsoft YaHei";font-size:12px;font-weight:normal;font-style:normal;}
#Content_10 a{color:#d12c2a;font-family:"Microsoft YaHei";font-size:32px;font-weight:normal;font-style:normal;}
#Content_10 a:hover{color:#ffffff;font-family:"Microsoft YaHei";font-size:32px;font-weight:normal;font-style:normal;}
#M_10 .word_art>ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#M_10 .word_art>ul>li{
  width:16%;
  display: flex;
  justify-content: center;
  margin:50px 0px;
}
#M_10 .word_art>ul>li>div{
  color:#d12c2a;font-family:"Microsoft YaHei";font-size:32px;font-weight:normal;font-style:normal;
  width: 3em;
  height: 3em;
  border: 1px solid #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(45deg);
  padding: 10px;
  transition: all 0.3s;
}
#M_10 .word_art>ul>li>div>a{
  text-decoration: none;
  display: block;
  text-shadow: 1px 1px #ffffff,-1px -1px #ffffff,1px -1px #ffffff,-1px 1px #ffffff;
  text-align: center;
  color:#d12c2a;font-family:"Microsoft YaHei";font-size:32px;font-weight:normal;font-style:normal;
  width: 2em;
  transform: rotate(-45deg);
transition: all 0.5s;
  }
#M_10 .word_art>ul>li:hover>div{
    transform: rotate(0) !important;
    box-shadow: 0 0 5px #ffffff;
  }
#M_10 .word_art>ul>li:hover>div>a{
    transform: rotate(0);
    color:#ffffff;font-family:"Microsoft YaHei";font-size:32px;font-weight:normal;font-style:normal;
text-shadow: 1px 1px #d12c2a,-1px -1px #d12c2a,1px -1px #d12c2a,-1px 1px #d12c2a;
  }
#M_10 .word_art>ul>.fill_box{
height:0px;
padding:0;
margin:0;
visibility: hidden;
}

@media (max-width:760px){
#M_10 .MS_C_1 {
    padding: 0 5%;
    box-sizing: border-box;
}
#M_10 .word_art>ul>li{
  width:27%;
margin: 30px 0px;
}
#M_10 .word_art>ul>li>div{
font-size:20px;
}
#M_10 .word_art>ul>li>div>a{
font-size:20px;
}
#M_10 .word_art>ul>li:hover>div>a{
    transform: rotate(0);
    font-size:20px;
text-shadow: 1px 1px #d12c2a,-1px -1px #d12c2a,1px -1px #d12c2a,-1px 1px #d12c2a;
  }
}#M_11 .MS_C_1{margin:40px 0px 30px 0px  ; }
#Content_11,#M_11 table{color:#333333;font-family:" Microsoft YaHei";font-size:32px;font-weight:bold;font-style:normal;}
#M_11 h2{
 color:#333333;font-family:" Microsoft YaHei";font-size:32px;font-weight:bold;font-style:normal;
 text-align:center;
}
#M_11 h2>span{
 
margin-left:0;
}
@media (max-width:760px){
#M_11 h2{
 font-size:20px;
}
#M_11 {
    padding: 0 5%;
    box-sizing: border-box;
}
}#M_12 .MS_C_1{padding:0px 0px 50px 0px ;}
#Content_12,#M_12 table{color:#ffffff;font-family:" Microsoft YaHei";font-size:14px;font-weight:normal;font-style:normal;}
#Content_12 a{color:#ffffff;font-family:" Microsoft YaHei";font-size:14px;font-weight:normal;font-style:normal;}
#Content_12 a:hover{color:#ffffff;font-family:" Microsoft YaHei";font-size:14px;font-weight:normal;font-style:normal;}
#M_12 a{
   text-decoration: none;
} 
#M_12 .swiper-wrapper{height:auto;}

 #M_12 .swiper_case>.img_active{
    display: flex;
    margin-bottom: 30px;
  }
#M_12 .img_active:hover .one_img{
transform: translate(-50%,-50%) scale(1.1);
}
 #M_12 .swiper_case>.img_active>div{
    width: 50%;
  }
 #M_12 .swiper_case>.img_active>div:nth-child(1){
    height: 340px;
    position: relative;
    overflow: hidden;
  }
 #M_12 .swiper_case .one_img{
transition: all 0.3s;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    max-width: 100%;
    max-height: 100%;
  }
 #M_12 .swiper_case>.img_active>div:nth-child(2){
    background: #555555;
    padding: 30px 50px 60px 50px;
    box-sizing: border-box;
    position: relative;
  }
 #M_12 .swiper_case .one_url{
    border: 1px solid #ffffff;
    line-height: 2em;
    padding: 0 10px;
    position: absolute;
    left: 50px;
    bottom: 30px;
color:#ffffff;font-family:" Microsoft YaHei";font-size:14px;font-weight:normal;font-style:normal;
transition: all 0.3s;
  }
 #M_12 .swiper_case .one_url:hover{
box-shadow: 0px 0px 4px #ffffff;
    position: absolute;
    left: 50px;
    bottom: 30px;
color:#ffffff;font-family:" Microsoft YaHei";font-size:14px;font-weight:normal;font-style:normal;
  }
 #M_12 .swiper_case .one_text_title{
color:#ffffff;font-family:" Microsoft YaHei";font-size:24px;font-weight:bold;font-style:normal;	
 margin-bottom:30px;
}
 #M_12 .swiper_case .one_text_body{
text-indent:2em;
    line-height: 2em;
 color:#ffffff;font-family:" Microsoft YaHei";font-size:14px;font-weight:normal;font-style:normal;
}
 #M_12 .swiper_case .swiper-slide{
    position: relative;
    height: 163px;
    cursor: pointer;
  }
 #M_12 .swiper_case .swiper-slide-active::after{
  content: '';
  display: block;
  position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   z-index: 2;
   opacity: 0.5;
   background: #003296;
  }
   #M_12 .swiper_case .swiper-slide:hover::after{
  content: '';
  display: block;
  position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   z-index: 2;
   opacity: 0.5;
   background: #003296;
  }
 #M_12 .swiper_case .swiper-slide:hover h3{
    opacity: 1;
  }
 #M_12 .swiper_case .swiper-slide p{
    display: none;
  }
 #M_12 .swiper_case .swiper-slide h3{
    transition: all 0.3s;
    position: absolute;
    opacity: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 3;
    color:#ffffff;font-family:" Microsoft YaHei";font-size:12px;font-weight:normal;font-style:normal;
  }
 #M_12 .swiper_case .swiper-slide img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    max-width: 100%;
    max-height: 100%;
  }

@media (max-width:760px){
#M_12 .MS_C_1 {
    padding: 0 5% 50px 5%;
    box-sizing: border-box;
}
#M_12 .swiper_case>.img_active {
    display: block;
}
#M_12 .swiper_case>.img_active>div{
width:100%;
}
#M_12 .swiper_case>.img_active>div:nth-child(2){
 padding: 24px 24px 60px 24px;
}
#M_12 .swiper_case .one_text_title{
 margin-bottom:10px;
}
#M_12 .swiper_case .one_url{
left: 24px;
bottom: 20px;
}
#M_12 .swiper_case>.img_active{
margin-bottom:10px;
}
#M_12 .swiper_case>.img_active>div:nth-child(1){
height:210px;
}
#M_12 .swiper_case .swiper-slide{
height:102px;
}
}#M_13 .MS_C_1{padding:30px 0px 15px 0px ;}
#Content_13,#M_13 table{color:#cf010e;font-family:" Microsoft YaHei";font-size:32px;font-weight:bold;font-style:normal;}
  #M_13 .my_title_box{
     text-align: center;
   }
#M_13 .my_title_box h3{
     color:#cf010e;font-family:" Microsoft YaHei";font-size:32px;font-weight:bold;font-style:normal;
   }
#M_13 .my_title_box h4{
     color:#333333;font-family:" Microsoft YaHei";font-size:24px;font-weight:normal;font-style:normal;
margin-bottom:6px;
   }
  #M_13 .my_title_englist{
     display: flex;
     justify-content: center;
     align-items: center;
   }
  #M_13 .my_title_englist>i{
     flex: 1;
     height: 2px;
     background-color: #d9dadc;
     position: relative;
   }
  #M_13 .my_title_englist>span{
     margin: 0 20px;
color:#666666;font-family:" Microsoft YaHei";font-size:14px;font-weight:normal;font-style:normal;
text-transform: uppercase;
   }
  #M_13 .my_title_englist>i:nth-child(1):after{
     content: '';
     display: block;
     position: absolute;
     top: 50%;
      width: 8px;
      height: 8px;
      background-color: #d9dadc;
      border-radius: 50%;
      margin-top: -4px;
      right: 0;
   }
  #M_13 .my_title_englist>i:nth-child(3):after{
     content: '';
     display: block;
     position: absolute;
     top: 50%;
      width: 8px;
      height: 8px;
      background-color: #d9dadc;
      border-radius: 50%;
      margin-top: -4px;
      left: 0;
   }
@media (max-width:760px) {
#M_13 .MS_C_1{
border: none;
padding: 20px 5%;
box-sizing: border-box;
}
  #M_13 .my_title_englist>span{
     margin: 0 10px;
     font-size: 12px;
   }
}#M_14 .MS_C_1{padding:16px 0px 30px 0px ;}
#Content_14,#M_14 table{color:#333333;font-family:" Microsoft YaHei";font-size:24px;font-weight:normal;font-style:normal;}
#M_14 .top_bottom_imgtext{
  position: relative;
}
#M_14 .top_bottom_imgtext::after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2px;
  background-color: #d4d4d2;
  left: 50%;
}
#M_14 .top_bottom_imgtext li{
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
#M_14 .top_bottom_imgtext li:nth-child(2n){
  flex-direction: row-reverse;
}
#M_14 .top_bottom_imgtext li>div{
  width: 42%;
  min-height: 282px;
  box-sizing: border-box;
}
#M_14 .top_bottom_imgtext li>div:nth-child(1)>img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
  max-width: 100%;
  max-height: 100%;
}
#M_14 .top_bottom_imgtext li>div:nth-child(1){
  position: relative;
  border: 2px solid #fff;
  box-shadow: 11px 11px 20px #d9d9d9;
  border-radius: 3px;
  overflow: hidden;
}
#M_14 .top_bottom_imgtext li:nth-child(2n)>div:nth-child(1){
  box-shadow: -11px 11px 20px #d9d9d9;
}
#M_14 .top_bottom_imgtext .text_box>span:nth-child(1){
  background-color: #cf010e;
  padding: 4px 10px;
  border-radius: 3px;
  color:#ffffff;font-family:" Microsoft YaHei";font-size:12px;font-weight:normal;font-style:normal;
display:inline-block;
}
#M_14 .top_bottom_imgtext .text_box{
  padding: 20px 0px 10px 0px;
  box-sizing: border-box;
}
#M_14 .top_bottom_imgtext .text_box>h3{
  color:#333333;font-family:" Microsoft YaHei";font-size:24px;font-weight:normal;font-style:normal;
margin:10px 0px;
}
#M_14 .top_bottom_imgtext .text_box>p{
  
  background: url(http://img.whhdd.com/skin/template_passport_img/icon-right.png) no-repeat 0 center;
  padding: 5px 0px 5px 30px;
  color:#666666;font-family:" Microsoft YaHei";font-size:14px;font-weight:normal;font-style:normal;
}
@media (max-width:760px){
#M_14 .MS_C_1{
padding: 0 5%;
box-sizing: border-box;
}
#M_14 .top_bottom_imgtext li{
    flex-wrap: wrap;
}
#M_14 .top_bottom_imgtext li>div{
min-height:auto;
width:100%;
}
#M_14 .top_bottom_imgtext::after{
display:none;
}
#M_14 .top_bottom_imgtext li>div:nth-child(1)>img{
position: initial;
transform: none;
width:100%;
}
}#M_15 .MS_C_1{margin:15px 0px 20px 0px  ; }
#Content_15,#M_15 table{color:#333333;font-family:" Microsoft YaHei";font-size:24px;font-weight:bold;font-style:normal;}
#Content_15 a{color:#333333;font-family:" Microsoft YaHei";font-size:14px;font-weight:normal;font-style:normal;}
#Content_15 a:hover{color:#ffffff;font-family:" Microsoft YaHei";font-size:14px;font-weight:normal;font-style:normal;}
#M_15 .left_text_right_img{
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
  box-sizing: border-box;

}
#M_15 .left_text_right_img>div{
  width: 48%;
}
#M_15 .left_text_right_img>div:nth-child(2){
height:350px;
}
#M_15 .left_text_right_img>div:nth-child(1){
  padding-top: 20px;
padding-bottom: 60px;
padding-right:50px;
  box-sizing: border-box;
    position: relative;
}
#M_15 .left_text_right_img>div:nth-child(1)>strong{
    position: absolute;
    left:0;
top:20px;
z-index:1;
  color:#e5e5e5;font-family:" Microsoft YaHei";font-size:70px;font-weight:bold;font-style:normal;
}
#M_15 .left_text_right_img>div:nth-child(1)>h1{
    position: relative;
z-index:2;
  color:#333333;font-family:" Microsoft YaHei";font-size:24px;font-weight:bold;font-style:normal;
padding-top:50px;
}
#M_15 .left_text_right_img>div:nth-child(1)>p{
  margin-top: 15px;
  line-height: 2;
  text-align: justify;
  text-indent: 2em;
color:#666666;font-family:" Microsoft YaHei";font-size:14px;font-weight:normal;font-style:normal;
}
#M_15 .left_text_right_img>div:nth-child(1)>a{
position: absolute;
bottom:20px;
left:0;
line-height: 2em;
border: 1px solid #333;
padding:0 10px;
color: #333;
color:#333333;font-family:" Microsoft YaHei";font-size:14px;font-weight:normal;font-style:normal;
transition: all 0.3s ease-in-out;
}
#M_15 .left_text_right_img>div:nth-child(1)>a:hover{
  color:#ffffff;font-family:" Microsoft YaHei";font-size:14px;font-weight:normal;font-style:normal;
  background: #333;
text-decoration: none;
}
#M_15 .left_text_right_img>div:nth-child(2)>a{
  width: 100%;
  height: 100%;
  position: relative;
display:block;
}
#M_15 .left_text_right_img>div:nth-child(2)>a>img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
  max-width: 100%;
  max-height: 100%;
}

@media (max-width:760px){
#M_15 .MS_C_1 {
    padding: 0 5%;
    box-sizing: border-box;
    background: none;
}
#M_15 .left_text_right_img{
flex-direction: column-reverse;
padding:0;
}
#M_15 .left_text_right_img>div{
width:100%;
}
#M_15 .left_text_right_img>div:nth-child(1){
    padding: 15px 0 60px 0;
}
#M_15 .left_text_right_img>div:nth-child(2){
height:auto;
}
#M_15 .left_text_right_img>div:nth-child(1)>strong{
position: initial;
font-size: 28px;
}
#M_15 .left_text_right_img>div:nth-child(2)>a>img{
width:100%;
position: initial;
transform: none;
height:auto;
}
#M_15 .left_text_right_img>div:nth-child(1)>h1{
padding:0;
}
}#M_16 .MS_C_1{margin:40px 0px 30px 0px  ; }
#Content_16,#M_16 table{color:#ffffff;font-family:" Microsoft YaHei";font-size:32px;font-weight:bold;font-style:normal;}
#M_16 h2{
 color:#ffffff;font-family:" Microsoft YaHei";font-size:32px;font-weight:bold;font-style:normal;
 text-align:center;
}
#M_16 h2>span{
 
margin-left:0;
}
@media (max-width:760px){
#M_16 h2{
 font-size:20px;
}
#M_16 {
    padding: 0 5%;
    box-sizing: border-box;
}
}#M_17 .MS_C_1{padding:30px 0px 70px 0px ;margin:0px 0px 30px 0px  ; }
#Content_17,#M_17 table{color:#333333;font-family:" Microsoft YaHei";font-size:16px;font-weight:normal;font-style:normal;}
#Content_17 a{color:#414141;font-family:" Microsoft YaHei";font-size:14px;font-weight:normal;font-style:normal;}
#Content_17 a:hover{font-family:"Microsoft YaHei";font-size:12px;font-weight:normal;font-style:normal;}
#M_17 a{
text-decoration:none;
}
 #M_17 .new_message_box {
    display: flex;
  }
 #M_17 .new_img_swiper{
    width: 34%;
  }
 #M_17 .new_message_box .new_img_swiper{
    height: 408px;
  }
 #M_17 .new_img_swiper .swiper-container{
    height: 100%;
  }
 #M_17 .new_img_swiper .swiper-slide>div{
   position: relative; 
   height: 100%;
  }
 #M_17 .new_img_swiper .swiper-slide>div>img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 100%;
    max-height: 100%; 
  }
 #M_17 .new_img_swiper .swiper-slide>div>a{
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color:#ffffff;font-family:" Microsoft YaHei";font-size:16px;font-weight:normal;font-style:normal;
    line-height: 3em;
    z-index: 2;text-align: center;
  }
 #M_17 .new_img_swiper .swiper-slide>div>a::after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background:#000000;
    opacity: 0.3;
  }
 #M_17 .new_nav_message_swiper{
    flex: 1;
    width: 66%;
    box-sizing: border-box;
    padding: 30px 50px;
    background:#ffffff;
  }
 #M_17 .new_nav_message_swiper>.new_navs{
    display: flex;
    justify-content: flex-start;
    margin-bottom: 20px;cursor: pointer;
    flex-wrap: wrap;
  }
 #M_17 .new_nav_message_swiper>.new_navs>span{
    border: 1px solid #dcdcdc;
    padding: 0 20px;
    color:#333333;font-family:" Microsoft YaHei";font-size:16px;font-weight:normal;font-style:normal;
    display: block;
    margin-right: 20px;
    line-height: 2.5em;
  }
 #M_17 .new_nav_message_swiper .swiper-container{
    width: 100%;
height:auto;
  }
 #M_17 .new_nav_message_swiper .swiper-wrapper{
    width: 100%;
height:auto;
  }
 #M_17 .new_nav_message_swiper .swiper-slide{
    display: flex;
    flex-direction: column;
    
  }
 #M_17 .new_nav_message_swiper .swiper-slide a{
    color:#414141;font-family:" Microsoft YaHei";font-size:14px;font-weight:normal;font-style:normal;
    line-height: 2.5em;
    position: relative;
    padding-left: 50px;
  }

 #M_17 .new_nav_message_swiper .swiper-slide a::after{
    background: #dcdcdc;
    content: '';
    position: absolute;
    display: block;
    width: 6px;
    height: 6px;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
 #M_17 .news_msg_active{
    color:#d00000 !important;
  }

 #M_17 .news_msg_active::after{
    background-color: #d00000 !important;
  }
@media (max-width:760px){
#M_17 .MS_C_1 {
    padding: 0 5%;
    box-sizing: border-box;
}
#M_17 .new_message_box{
    display:block;
}
#M_17 .new_message_box>div{
    width:100%;
}
#M_17 .new_nav_message_swiper{
    padding: 30px 10px;
}
#M_17 .new_nav_message_swiper>.new_navs>span{
margin-bottom: 10px;
}
#M_17 .new_message_box .new_img_swiper{
height:372px;
}
}
#M_18 .MS_C_1{margin:50px 0px 50px 0px  ; }
#Content_18,#M_18 table{color:#333333;font-family:" Microsoft YaHei";font-size:22px;font-weight:normal;font-style:normal;}
 #M_18 .map_model{
    display: flex;
  }
 #M_18 .map_model>div:nth-child(1){
  width: 40%;
background:#fff;
  }
 #M_18 .map_model>div:nth-child(2){
  width: 60%;
  }
 #M_18 .address_text{
    padding: 30px 50px;
  }
 #M_18 .address_text>div{
    display: flex;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px #e8e8e8 solid;
  }
 #M_18 .address_text>div:last-child{
    border-bottom: none;
  }
 #M_18 .address_text>div>div{
    flex:1;
  }
 #M_18 .address_text>div>div>h5{
    color:#4c4c4c;font-family:" Microsoft YaHei";font-size:16px;font-weight:normal;font-style:normal;
margin-bottom:10px;
  }
 #M_18 .address_text>div>div>h2{
    color:#333333;font-family:" Microsoft YaHei";font-size:22px;font-weight:normal;font-style:normal;
  }
 #M_18 .address_text>div>.icon{
    margin-right: 20px;
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
    color:#f6213f;font-family:" Microsoft YaHei";font-size:40px;font-weight:normal;font-style:normal;
  }

@media (max-width:760px){
#M_18 .MS_C_1 {
    padding: 0 5%;
    box-sizing: border-box;
}
#M_18 .map_model{
display:block;
}
#M_18 .map_model>div{
width:100% !important;
box-sizing: border-box;
}
#M_18 .map_model>.address_text{
padding: 10px 20px;
}
#M_18 .map_model>.map_box{
height:200px;
}
}#M_19 .MS_C_1{border-width:0px 0px 1px 0px ;border-style:solid;border-color:transparent;;border-bottom-color:#dddddd;padding:0px 0px 15px 0px ;margin:40px 0px 20px 0px  ; }
#Content_19,#M_19 table{color:#cf010e;font-family:" Microsoft YaHei";font-size:18px;font-weight:normal;font-style:normal;}
#M_19 h2{
 color:#cf010e;font-family:" Microsoft YaHei";font-size:18px;font-weight:normal;font-style:normal;
 text-align:left;
}
#M_19 h2>span{
 color:#999999;font-family:" Microsoft YaHei";font-size:14px;font-weight:normal;font-style:normal;
margin-left:6px;
}
@media (max-width:760px){
#M_19 h2{
 font-size:20px;
}
#M_19 {
    padding: 0 5%;
    box-sizing: border-box;
}
}#M_20 .MS_C_1{margin:0px 0px 30px 0px  ; }
#Content_20 a{color:#333333;font-family:" Microsoft YaHei";font-size:14px;font-weight:normal;font-style:normal;}
#Content_20 a:hover{color:#d10000;font-family:" Microsoft YaHei";font-size:14px;font-weight:normal;font-style:normal;}
#M_20 .links{
  display: flex;
  flex-wrap: wrap;
}
#M_20 .links>a{
  margin-bottom:20px;
  padding-right: 20px;
}

@media (max-width: 760px){
#M_20 .MS_C_1 {
    padding: 0 5%;
    box-sizing: border-box;
}
}#M_21 .MS_C_1{margin:40px 0px 40px 0px  ; }
#Content_21,#M_21 table{color:#ffffff;font-family:" Microsoft YaHei";font-size:16px;font-weight:normal;font-style:normal;}
#Content_21 a{color:#808080;font-family:" Microsoft YaHei";font-size:14px;font-weight:normal;font-style:normal;}
#Content_21 a:hover{color:#ffffff;font-family:" Microsoft YaHei";font-size:14px;font-weight:normal;font-style:normal;}
#M_21 .footer_content{
  display: flex;
  align-items: flex-start;
    flex-wrap: wrap;
}
#M_21 .footer_content>li{
  padding: 0 50px 0 0;
margin-bottom:20px;
position: relative;
}
#M_21 .footer_content>li:after{
    content: '';
    display: block;
    width: 0px;
    border-left: 1px solid #3b3b3b;
    position: absolute;
top:0;right:25px;bottom:0;
}
#M_21 .footer_content>li:last-child:after{
    display: none;
}
/*#M_21 .footer_content>li:nth-child(n+2){
  border-left: 1px solid #3b3b3b;
}*/
/*#M_21 .footer_content>li:first-child{
  padding-left: 0px;
}*/
/*#M_21 .footer_content>li:nth-child(5n){
  padding-left: 0px;
 border-left: none;
}*/

#M_21 .footer_content>li>h2{
  color:#ffffff;font-family:" Microsoft YaHei";font-size:16px;font-weight:normal;font-style:normal;
  margin-bottom: 15px;
}
#M_21 .footer_content>li>h2::after{
    content: '';
    display: block;
    background-color: #cf010e;
    height: 2px;
    width: 25px;
    transition: all 0.5s;
    margin: 15px 0 0;
}
#M_21 .footer_content>li>div>a{
  display: block;
  margin: 10px 0 0;
}


@media (max-width: 760px){

#M_21 .MS_C_1 {
    padding: 0 5%;
    box-sizing: border-box;
margin:20px 0;
}
#M_21 .MS_C_-1 {
    padding: 0 5%;
    box-sizing: border-box;
margin:20px 0;
}
#M_21 .footer_content{
justify-content: space-between;
}
#M_21 .footer_content>li{
width:48%;
    display: flex;
    flex-wrap: wrap;
margin-bottom:10px;
padding:10px;
border: 1px solid #ffffff;
box-sizing: border-box;
}
#M_21 .footer_content>li:after{
display:none;
}
#M_21 .footer_content>li>h2{
    position: relative;
    width:100%;
font-size:16px;
margin-bottom:0px;
}
#M_21 .footer_content>li>h2::after{
position: absolute;
    right: 6px;
    top: 40%;
    width: 9px;
    height: 9px;
    border-top: solid 1px #cccccc;
    border-right: solid 1px #cccccc;
    background-color: transparent;
    margin: -3px 0 0;
    -webkit-transform: rotate(135deg) translateX(-50%);
    transform: rotate(135deg) translateX(-50%);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
#M_21 .footer_content>li>div{
display:none;
margin-top:10px;
}
#M_21 .footer_content>li>div>a{
    margin:0;
    padding:6px 0;
}
#M_21 .footer_content>li>.open::after{
-webkit-transform: rotate(315deg) translateX(-50%);transform: rotate(315deg) translateX(-50%);
  right: 0;
  margin-top: -6px;
}
}#M_22 .MS_C_1{margin:40px 0px 40px 0px  ; }
#Content_22,#M_22 table{color:#ffffff;font-family:" Microsoft YaHei";font-size:18px;font-weight:normal;font-style:normal;}
#M_22 .img_title_content>li:nth-child(1){
  display: flex;
}
#M_22 .img_title_content>li:nth-child(1)>img{
  width: 80px;
  height: 80px;
}
#M_22 .img_title_content>li:nth-child(1)>div{
  margin-left: 10px;
}
#M_22 .img_title_content>li:nth-child(1)>div>h4{
  margin-bottom:10px;
  color:#ffffff;font-family:" Microsoft YaHei";font-size:18px;font-weight:normal;font-style:normal;
}
#M_22 .img_title_content>li:nth-child(1)>div>h1{
  color:#808080;font-family:" Microsoft YaHei";font-size:14px;font-weight:normal;font-style:normal;
}
#M_22 .img_title_content>li:nth-child(2){
  margin-top:20px;
}
#M_22 .img_title_content>li:nth-child(2)>h2{
  color:#ffffff;font-family:" Microsoft YaHei";font-size:24px;font-weight:bold;font-style:normal;
}
#M_22 .img_title_content>li:nth-child(2)>span{
  color:#808080;font-family:" Microsoft YaHei";font-size:14px;font-weight:normal;font-style:normal;
}

@media (max-width: 760px){

#M_22 .MS_C_1 {
    padding: 0 5%;
    box-sizing: border-box;
margin:20px 0;

}
#M_22 .MS_C_-1 {
    padding: 0 5%;
    box-sizing: border-box;
margin:20px 0;

}
}

#L_18_99{background-color:#3d3d3d;}
#L_18{width:1200px;margin:0 auto;}
#M_23 .MS_C_1{padding:30px 0px ;}
#Content_23,#M_23 table{color:#808080;font-family:" Microsoft YaHei";font-size:14px;font-weight:normal;font-style:normal;}
#Content_23 a{color:#808080;font-family:" Microsoft YaHei";font-size:14px;font-weight:normal;font-style:normal;}
#Content_23 a:hover{color:#ffffff;font-family:" Microsoft YaHei";font-size:14px;font-weight:normal;font-style:normal;}
  #M_23 .myfooter{width:100%;overflow: hidden;text-align: center; box-sizing: border-box;}
  #M_23 .fooP,#M_23 .fooP2{margin-bottom: 10px;;line-height: 18px; display: flex;
  justify-content: center; flex-wrap: wrap;}
#M_23 .fooP{color:#808080;}
  #M_23 .fooP em{display: inline-block;margin:0 7px;}
  #M_23 .fooP a{margin: 0 20px;}
  #M_23 .marSpan{margin-left: 20px;}
  #M_23 .fooP2{width: 100%;}

  @media only screen and (max-width:760px){
  #M_23 .fooP a {margin: 0 12px;}
  }
/*二级菜单横向展开*/
.hengmenu{width:190px !important;}
.hengmenu li{float:left !important;margin-left:10px !important;}
.last_hengmenu{left:-110px !important;}
.phone_layout_active_box_zdx{width:100% !important; padding:0 !important;}
