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_19{width:100%;margin:0 auto;}
#L_20{width:100%;margin:0 auto;}
#L_21{width:100%;margin:0 auto;}
#M_24 .MS_C_-1{background-color: #1f1f1f;}
#Content_24,#M_24 table{color:#ffffff;font-family:" Microsoft YaHei";font-size:14px;font-weight:normal;font-style:normal;}
#Content_24 a{color:#ffffff;font-family:" Microsoft YaHei";font-size:14px;font-weight:normal;font-style:normal;}
#Content_24 a:hover{color:#ffffff;font-family:" Microsoft YaHei";font-size:14px;font-weight:normal;font-style:normal;}
#M_24 .h-call{width:100%;height: 40px;}
#M_24 .hc-wrap{width: 1170px;height:40px;margin: 0 auto;line-height: 40px;}
#M_24 .lianxi{float: right;}
#M_24 .lianxi a{;margin: 0 5px}
#M_24 .lianxi a:hover{text-decoration: underline}



@media only screen and (max-width:1279px){
#M_24 .h-call,.c-header,.ch-r{display: none}
}#M_25 .MS_C_-1{background-color: #000000;}
#Content_25,#M_25 table{color:#ffffff;font-family:" Microsoft YaHei";font-size:16px;font-weight:normal;font-style:normal;}
#Content_25 a{color:#333333;font-family:" Microsoft YaHei";font-size:14px;font-weight:normal;font-style:normal;}
#Content_25 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_25 {overflow: visible;transition: all 0.3s;}
#M_25 .MS_C_1{overflow: visible;}
#M_25 .MS_C_-1{overflow: visible;}

#M_25 a:hover{text-decoration: none;}

#M_25 .my_nav>.phone_nav{
      display: none;
}
#M_25 .my_nav{
  width: 100%;
   position: relative;
   z-index: 1000;
}
#M_25 .my_nav>.my_pc_content{
  display: flex;
  width: 1200px;
  margin: 0 auto;
}
#M_25 .my_nav>.my_pc_content>a{
  padding: 10px 0px;
  display: flex;
  align-items: center;
}
#M_25 .my_nav>.my_pc_content>a>img{
  height: 70px;
}

#M_25 .pc_nav{
  display: flex;
flex:1;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
  z-index: 1000;
}

#M_25 .pc_nav>li{position: relative;transition: all 0.3s;}
#M_25 .pc_nav>li:hover a:after{
   width: 100%;
   height: 100%;
   background: none;
   background: #333333;
 }
#M_25 .pc_nav>li:hover>a{
color:#cf010e;
}
#M_25 .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_25 .pc_nav>li:last-child>a::after{
opacity:0;
}
#M_25 .pc_nav>li:last-child:hover>a::after{
opacity:1;
}
#M_25 .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_25 .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_25 .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_25 .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_25 .pc_nav_items>li>a:hover{
  color:#cf010e;font-family:" Microsoft YaHei";font-size:14px;font-weight:normal;font-style:normal;
background:#ffffff;
}
#M_25 .pc_nav>li:hover .pc_nav_items{
  transform: scaleX(1);
}
#M_25 .transverse{
  display: flex;
  width: 280%;
  flex-wrap:wrap;
}
#M_25 .transverse>li{
  margin: 6px 10px;
}
#M_25 .flex-box-left{
  justify-content: flex-start;
}
#M_25 .flex-box-center{
  justify-content: center;
}
#M_25 .flex-box-center>li>.transverse{
  left: -80%;
}
#M_25 .flex-box-right{
  justify-content: flex-end;
}
#M_25 .flex-box-right>li>.transverse{
  left: -180%;
}
#M_25 .flex-box-around {
  justify-content: space-around;
}
#M_25 .flex-box-around>li>.transverse{
  left: -80%;
}
#M_25 .flex-box-around>li:nth-child(1)>.transverse{
  left: 0px;
}
#M_25 .flex-box-around>li:last-child>.transverse{
  left: -159%;
}
@media screen and (max-width:1024px) {
#M_25 {
position:fixed;
z-index:10000;
top:0;
left:0;
right:0;
}
#M_25 .my_pc_content>a{
animation-name:none !important;
visibility: inherit !important;
}
  #M_25 .pc_nav{
   display:none;
  }
 #M_25 .my_nav>.phone_nav{
   display: block;
 }
 #M_25 .phone_nav>.phone_nav_btn{
   position: fixed;
   top: 20px;
   right: 20px;
   z-index: 10000;
   width: 35px;
   height: 35px;
 }
 #M_25 .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_25 .phone_nav>.phone_nav_btn::before{
   top: 8px;
 }
 #M_25 .phone_nav>.phone_nav_btn::after{
   bottom: 8px;
 }
 #M_25 .phone_btn_active::before{
    transform: translateY(8px) rotate(-45deg);
    -webkit-transform: translateY(8px) rotate(-45deg);
    -ms-transform: translateY(8px) rotate(-45deg);
 }
 #M_25 .phone_btn_active::after{
    transform: translateY(-8px) rotate(45deg);
    -webkit-transform: translateY(-8px) rotate(45deg);
    -ms-transform: translateY(-8px) rotate(45deg);
 }
 #M_25 .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_25 .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_25 .phone_nav>.phone_nav_items>li>span{
   position: absolute;
   right: 10px;
   top: 10px;
   height: 40px;
   width: 70px;
z-index:100;
 }
  #M_25 .phone_active>.phone_nav_items{
    transform: translateX(0);
  }
  #M_25 .phone_active>.phone_nav_items>li{
    padding-left:12px !important;
    transition: padding 0.5s;
  }
  #M_25 .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_25 .phone_nav_items>li>span::before{
   transform: translateX(-90%) rotate(33deg);
   top: 45%;
 }
 #M_25 .phone_nav_items>li>span::after{
   transform: translateX(-10%) rotate(-33deg);
   top: 45%;
 }
 #M_25 .phone_items_items{
   background: rgba(0, 0, 0, 0.04);
 }
 #M_25 .phone_items_items>a{
   opacity: 0.5;
 }
 #M_25 .phone_items_items>span::before{
   transform: translateX(-90%) rotate(-33deg) !important;
   opacity: 0.8;
 }
  #M_25 .phone_items_items>span::after{
   transform: translateX(-10%) rotate(33deg) !important;
   opacity: 0.8;
 }
 #M_25 .phone_nav_items_child{
   padding: 0 20px;
   box-sizing: border-box;
   display: none;
 }
 #M_25 .phone_nav_items_child>li{
   box-shadow: 2px 1px 4px #000000;
   box-sizing: border-box;
   line-height: 1;
 }
 #M_25 .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_25 .phone_nav>.phone_nav_items>li>a{
color:#ffffff;font-family:" Microsoft YaHei";font-size:16px;font-weight:normal;font-style:normal;
}
#M_25 .my_nav>.my_pc_content>a>img{
  height: 60px;
}
#M_25 .my_nav>.my_pc_content{
padding-left:10px;
}
}#M_26 {width:100%;}
    #M_26 .videoBox {
    width: 100%;
    overflow: hidden;
    height: 100%;
    position: relative;
    }
    #M_26 .banner_ie_video{
    height:auto !important;
    position: relative;
    top:50%;
    transform: translateY(-50%);
    }
    #M_26 .videoBox video {
    height: 100%;
    width: 100%;
    object-fit: cover;
    }
    
    #M_26 .myphone {
    height:500px;
display: none;
    }
    #M_26 .mypc {
    height:500px;
    }
    
    #M_26 .banner_box {
    width: 100%;
    position:relative;
    }
    
    #M_26 .banner_box>div {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    }
    
    @media (max-width:760px) {
    #M_26 .mypc {
    display: none !important;
    }
    
    #M_26 .myphone {
    display: block !important;
    }
    }

#L_22_99{background-color:#15161a;}
#L_22{width:1200px;margin:0 auto;}

#L_23_99{background-color:#3d3d3d;}
#L_23{width:1200px;margin:0 auto;}
#M_27 .MS_C_-1{margin:40px 0px 40px 0px  ; }
#Content_27,#M_27 table{color:#ffffff;font-family:" Microsoft YaHei";font-size:16px;font-weight:normal;font-style:normal;}
#Content_27 a{color:#808080;font-family:" Microsoft YaHei";font-size:14px;font-weight:normal;font-style:normal;}
#Content_27 a:hover{color:#ffffff;font-family:" Microsoft YaHei";font-size:14px;font-weight:normal;font-style:normal;}
#M_27 .footer_content{
  display: flex;
  align-items: flex-start;
    flex-wrap: wrap;
}
#M_27 .footer_content>li{
  padding: 0 50px 0 0;
margin-bottom:20px;
position: relative;
}
#M_27 .footer_content>li:after{
    content: '';
    display: block;
    width: 0px;
    border-left: 1px solid #3b3b3b;
    position: absolute;
top:0;right:25px;bottom:0;
}
#M_27 .footer_content>li:last-child:after{
    display: none;
}
/*#M_27 .footer_content>li:nth-child(n+2){
  border-left: 1px solid #3b3b3b;
}*/
/*#M_27 .footer_content>li:first-child{
  padding-left: 0px;
}*/
/*#M_27 .footer_content>li:nth-child(5n){
  padding-left: 0px;
 border-left: none;
}*/

#M_27 .footer_content>li>h2{
  color:#ffffff;font-family:" Microsoft YaHei";font-size:16px;font-weight:normal;font-style:normal;
  margin-bottom: 15px;
}
#M_27 .footer_content>li>h2::after{
    content: '';
    display: block;
    background-color: #cf010e;
    height: 2px;
    width: 25px;
    transition: all 0.5s;
    margin: 15px 0 0;
}
#M_27 .footer_content>li>div>a{
  display: block;
  margin: 10px 0 0;
}


@media (max-width: 760px){

#M_27 .MS_C_1 {
    padding: 0 5%;
    box-sizing: border-box;
margin:20px 0;
}
#M_27 .MS_C_-1 {
    padding: 0 5%;
    box-sizing: border-box;
margin:20px 0;
}
#M_27 .footer_content{
justify-content: space-between;
}
#M_27 .footer_content>li{
width:48%;
    display: flex;
    flex-wrap: wrap;
margin-bottom:10px;
padding:10px;
border: 1px solid #ffffff;
box-sizing: border-box;
}
#M_27 .footer_content>li:after{
display:none;
}
#M_27 .footer_content>li>h2{
    position: relative;
    width:100%;
font-size:16px;
margin-bottom:0px;
}
#M_27 .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_27 .footer_content>li>div{
display:none;
margin-top:10px;
}
#M_27 .footer_content>li>div>a{
    margin:0;
    padding:6px 0;
}
#M_27 .footer_content>li>.open::after{
-webkit-transform: rotate(315deg) translateX(-50%);transform: rotate(315deg) translateX(-50%);
  right: 0;
  margin-top: -6px;
}
}#M_28 .MS_C_-1{margin:40px 0px 40px 0px  ; }
#Content_28,#M_28 table{color:#ffffff;font-family:" Microsoft YaHei";font-size:18px;font-weight:normal;font-style:normal;}
#M_28 .img_title_content>li:nth-child(1){
  display: flex;
}
#M_28 .img_title_content>li:nth-child(1)>img{
  width: 80px;
  height: 80px;
}
#M_28 .img_title_content>li:nth-child(1)>div{
  margin-left: 10px;
}
#M_28 .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_28 .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_28 .img_title_content>li:nth-child(2){
  margin-top:20px;
}
#M_28 .img_title_content>li:nth-child(2)>h2{
  color:#ffffff;font-family:" Microsoft YaHei";font-size:24px;font-weight:bold;font-style:normal;
}
#M_28 .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_28 .MS_C_1 {
    padding: 0 5%;
    box-sizing: border-box;
margin:20px 0;

}
#M_28 .MS_C_-1 {
    padding: 0 5%;
    box-sizing: border-box;
margin:20px 0;

}
}#M_29 .MS_C_-1{padding:30px 0px ;}
#Content_29,#M_29 table{color:#808080;font-family:" Microsoft YaHei";font-size:14px;font-weight:normal;font-style:normal;}
#Content_29 a{color:#808080;font-family:" Microsoft YaHei";font-size:14px;font-weight:normal;font-style:normal;}
#Content_29 a:hover{color:#ffffff;font-family:" Microsoft YaHei";font-size:14px;font-weight:normal;font-style:normal;}
  #M_29 .myfooter{width:100%;overflow: hidden;text-align: center; box-sizing: border-box;}
  #M_29 .fooP,#M_29 .fooP2{margin-bottom: 10px;;line-height: 18px; display: flex;
  justify-content: center; flex-wrap: wrap;}
#M_29 .fooP{color:#808080;}
  #M_29 .fooP em{display: inline-block;margin:0 7px;}
  #M_29 .fooP a{margin: 0 20px;}
  #M_29 .marSpan{margin-left: 20px;}
  #M_29 .fooP2{width: 100%;}

  @media only screen and (max-width:760px){
  #M_29 .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;}
