*{
    font-family:Arial, Helvetica, sans-serif;
}
.w90{
    width:90%;
    margin:0 auto;
}
.header_top{
    width:100%;
    background:#F9BA30;
    color:#fff;
    font-size:16px;
}
.header_top .w90 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height:50px;
}
.header_topr{
    display:flex;
}
.header_topr div:nth-child(2){
    margin-left:30px;
}
.header_topr div:nth-child(3){
  margin-left:30px;
}
.header_topr div:nth-child(3) a{
  color:#fff;
  font-size:16px;
}
.header_bottom{
    height:80px;
}
.header_bottom .w90 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
}
.header_rr img{
    height:56px;
}
.header_rlt {
    font-size: 16px;
    font-family: unset;
    color: #000;
    line-height: 80px;
}
.banner_zt,
.banner{
    height:840px;
}
.w1336{
    width:1336px;
    margin:0px auto;
}
.iabout{
    padding:85px 0px 100px;
}
.ty_title{
    text-align:center;
}
.ty_title1{
    font-size:42px;
    color:rgba(51,51,51);
    text-transform: uppercase;
    border-bottom:1px solid rgb(223, 223, 223);
    position:relative;
    padding-bottom:6px;
}
.ty_title1::after{
    content:'';
    position:absolute;
    left:50%;
    bottom:-2px;
    height:3px;
    width:33px;
    margin-left:-16.5px;
    background:rgb(255, 195, 65);
    z-index: 2;
}
.ty_title2{
    line-height:30px;
    font-size:16px;
    color:rgb(51, 51, 51);
    margin-top:17px;
    text-align:center;
    padding:0px 10px;
}
.ivideo {
    width: 100%;
    height: 510px;
    background: url(../image/video.jpg) center no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.ibutton {
    width: 208px;
    height: 60px;
    border: 1px solid rgb(255, 195, 65);
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin:56px auto;
    transition: .5s;
}
.ibutton:hover{
  background:rgb(255, 195, 65);
}
.ibutton:hover .ibuttonl::after{
  background:#fff;
}
.ibutton:hover .ibuttonl{
  color:#fff;
}
.ibuttonl::after{
    content:'';
    position:absolute;
    right:-20px;
    top:0px;
    width:1px;
    height:100%;
    background:rgb(255, 195, 65);
}
.ibuttonl{
    width:114px;
    text-align:right;
    color:rgb(255, 195, 65);
    margin-right:20px;
    position:relative;
}
.ibuttonr {
    margin-left:20px;
    width: 54px;
    display: flex;
    justify-content: left;
}
.zw_show {
  position: absolute;
  top: 92%;
  left: -20%;
  background: #FFFFFF;
  width: 140% !important;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  z-index: 9;
}
.header_rl li:last-child .zw_show {
  left: -70%;
  width: 240% !important;
}
.play-button {
    position: relative;
    width: 117px;
    height: 117px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    cursor: pointer;
}
.play-button::after{
    content:'';
    position:absolute;
    left:50%;
    top:50%;
    width:75px;
    height:75px;
    background:rgba(0,0,0,0.1);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.play-button:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 52%;
    width:16px;
    height:18px;
    background:url(../image/video_icon.png) center;
    transform: translate(-50%,-50%);
    z-index: 2;
  }
  
  .circle-container {
    position: relative;
    width: 100%;
    height: 100%;
  }
  
  .circle {
    position: absolute;
    width: 75px;
    height: 75px;
    left:50%;
    top:50%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0,0,0,0.05);
    animation: expand-circle 3s infinite ease-out;
    opacity: 0;
  }
  
  .circle:nth-child(1) {
    animation-delay: 0s;
  }
  
  .circle:nth-child(2) {
    animation-delay: 1.5s;
  }
  .iicon{
    height:362px;
    width:100%;
    background:url(../image/icon_bg.jpg) center no-repeat;
  }
  .iicon li:hover .iicon2{
    color:#F9BA30;
  }
 
  .ibutton .ibuttonr img:nth-child(2){
    display:None;
  }
  .ibutton:hover .ibuttonr img:nth-child(1){
    display:None;
  }
  .ibutton:hover .ibuttonr img:nth-child(2){
    display:inline-block;
  }
  .iicon ul {
    display: flex;
    height: 362px;
    align-items: center;
}
.iproduct_sw .swiper-slide a{
  position:relative;
  overflow: hidden;
}
.iproduct_sw .swiper-slide a:before {
  content: '';
  background-color: rgba(0, 0, 0, 0.55);
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
  transition: all 0.3s ease 0.1s;
}
.swiper-wrapper{
  height:auto !important;
}
.iproduct_sw .swiper-slide:hover a:before {
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  opacity: 1;
  animation: bounce-left 0.6s ease-in forwards;
}
@keyframes bounce-left{
  0%{bottom:100%;}
  100%{bottom:0;}
}
.iproduct_sw .box-content {
  color: #fff;
  text-align: center;
  width: 100%;
  height: 100%;
  transform: translateX(-50%) translateY(-50%) scale(1);
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transition: all 0.3s ease 0.5s;
}
.iproduct_swa {
  opacity: 0;
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transition: all 0.3s ease 0s;
}
.iproduct_sw .swiper-slide:hover .iproduct_swa {
  opacity: 1;
}
.iproduct_swa1{
  color: #fff;
  font-size: 18px;
  transform: translateY(-500px);
  opacity: 0;
  transition: all 0.8s ease 0.8s;
}
.iproduct_swa2{
  margin-top:13px;
  color: #fff;
  font-size: 18px;
  transform: translateY(-500px);
  opacity: 0;
  transition: all 0.8s ease 0.6s;
}
.iproduct_swa3{
  text-transform: uppercase;
  transform: translateY(-500px);
  opacity: 0;
  transition: all 0.8s ease 0.4s;
  margin-top:16px;
}
.iproduct_swa3 img{
  display:inline;
  
}
.iproduct_sw .swiper-slide:hover .iproduct_swa1, 
.iproduct_sw .swiper-slide:hover .iproduct_swa2,
.iproduct_sw .swiper-slide:hover .iproduct_swa3 {
  opacity: 1;
  transform: translateY(0);
}
.iicon ul li {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    position:relative;
}
.iicon ul li::after{
    content:'';
    position:absolute;
    right:0px;
    top:-50px;
    width:1px;
    height:100%;
    padding:50px 0px;
    background:rgba(255, 255, 255, 0.3);
}
.iicon2{
    color:#fff;
    font-size:18px;
    line-height:40px;
    margin-top:7px;
}
  
  @keyframes expand-circle {
    0% {
      width:75px;
      height:75px;
      opacity: 0;
    }
    50% {
        width:117px;
        height:117px;
      opacity:1;
    }
    100% {
        width:75px;
        height:75px;
        opacity: 0;
      }
  }
  .ivideo1{
    font-size:32px;
    line-height:49px;
    text-align:center;
    color:#fff;
    font-weight:700;
    text-transform: uppercase;
    margin-bottom:33px;
  }
  .iproduct{
    padding:80px 0px 70px;
  }
  .iproduct_list{
    position:relative;
    padding-bottom:50px;
  }
  .iproduct_swdj{
    position:absolute;
    bottom:0px;
    text-align:center;
  }
  .iproduct_swdj .swiper-pagination-bullet{
    width:14px !important;
    height:14px !important;
  }
  .iproduct_swdj .swiper-pagination-bullet-active{
    background:rgb(255, 195, 65) !important;
  }
  .iproduct_top{
    margin-top:55px;
    margin-bottom:10px;
  }
  .iproduct_top ul {
    display: flex;
    justify-content: space-between;
}
.iproduct_top ul li {
    width: 663px;
    color: #fff;
    height: 170px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left:50px;
}
  .iproduct_top ul li:nth-child(1){
    background:rgb(255, 195, 65);
  }
  .iproduct_top ul li:nth-child(2){
    background:rgb(104, 104, 103);
  }
  .iproduct_top2{
    font-size:24px;
    margin-top:15px;
    color:#fff;
  }
  
  .iproduct_sw .swiper-slide{
    height:574px;
  }
  .yr_bg {
    height: 460px;
    width: 100%;
    background: url(../image/yr_bg.jpg) center no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    font-size: 36px;
    line-height: 50px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    align-items: center;
}
.inews{
  padding:80px 0px 80px;
}
.inews_lig{
  margin-top:30px;
}
.inews_lig ul {
  display: flex;
  justify-content: space-between;
}
.inews_lig ul li{
  width:32.5%;
}
.inews_content{
  background:rgb(249, 249, 249);
  padding:30px;
}
.inews_content1{
  font-size:20px;
  line-height:30px;
  color:#000;
}
.inews_content2{
  color:rgb(118, 118, 118);
  line-height:20px;
  font-size:14px;
  padding-bottom:22px;
  margin-bottom:22px;
  margin-top:6px;
  border-bottom:1px solid rgb(233, 233, 233);
}
.inews_content3{
  font-size:14px;
  line-height:22px;
  color:rgb(118, 118, 118);
}
.ty_img{
  position:relative;
  overflow: hidden;
}
.ty_img img{
  width:100%;
  transition: .5s;
}
  .footer{
    background:rgb(239, 239, 239);
  }
  .footer_top {
    display: flex;
    height: 145px;
    justify-content: space-between;
    align-items: center;
}
.footer_topr{
  text-align:right;
  font-family: 微软雅黑;
  line-height:30px;
  color:rgb(43, 43, 43);
}
  .footer_top img{
    height:80px;
  }
  .footer_x{
    border-bottom:1px solid rgb(212, 212, 212);
  }
  .footer_center .w1336 {
    display: flex;
    justify-content: space-between;
    padding:58px 0px 37px;
}
.footer_centerl{
  width:70%;
}
.footer_centerl ul {
  display: flex;
  justify-content: space-between;
}
  .footer_centerl1{
    font-size:18px;
    font-weight:700;
    color:rgb(14, 14, 14);
  }
  .footer_centerl2{
    margin-top:8px;
  }
  .footer_centerl2 a{
    color:rgb(120, 119, 119);
    line-height:30px;
  }
  .footer_centerr {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.footer_centerr img{
  padding-top:60px;
  margin-left:18px;
}
.footer_bottom{
  border-top:1px solid rgb(212, 212, 212);
  background:none;
  line-height:50px;
}
.footer_bottom li{
  color:rgb(120, 119, 119);
}
.footer_bottom li a{
  color:rgb(120, 119, 119);
}
.hsbg{
  background:#F4F3F3;
}
.en_about_banner{
  height:443px;
  width:100%;
  background:url(../image/en_about_banner.jpg) center no-repeat;
  background-size:cover;
}
.en_jrwm_banner{
  height:443px;
  width:100%;
  background:url(../image/jrwm_banner.jpg) center no-repeat;
  background-size:cover;
}
.en_lxwm_banner{
  height:443px;
  width:100%;
  background:url(../image/lxwm_banner.jpg) center no-repeat;
  background-size:cover;
}
.join{
  padding:50px 0px  80px; 
}
.eznav ul {
  height: 80px;
  width: 100%;
  background: #fff;
  display: flex;
  margin-top: -40px;
  align-items: center;
  justify-content: center;
}
.eznav ul li{
  flex:1;
  text-align:center;
  position:relative;
  height:80px;
  line-height:80px;
}
.eznav ul li::after{
  content:'';
  position:absolute;
  right:0px;
  top:0px;
  width:1px;
  height:100%;
  background:rgb(219, 218, 218);
}
.eznav ul li::before{
  content:'';
  position:absolute;
  left:0%;
  right:0%;
  width:0px;
  height:100%;
  background:rgb(255, 195, 65);
  transition: .5s;
}
.eznav ul li:hover::before,
.eznav ul li.on::before{
  width:100%;
  left:0;
  right:auto;
}
.eznav ul li a{
  color:rgb(77, 77, 77);
  position:relative;
  z-index: 3;
}
.eabout{
  padding:50px 50px 84px 50px;
  background:#fff;
  margin-top:40px;
  margin-bottom:66px;
}
.eabout1{
  font-size:32px;
  color:rgb(77, 77, 77);
  text-align:center;
  position:relative;
  padding-bottom:10px;
}
.eabout1::after{
  content:'';
  position:absolute;
  left:50%;
  bottom:0px;
  margin-left:-19px;
  height:3px;
  background:rgb(255, 195, 65);
  width:38px;
}
.eabout1a{
  line-height:30px;
  color:rgb(51, 51, 51);
  text-align:center;
  width:84%;
  margin:28px auto 0px;
}
.eabout2{
  line-height:30px;
  color:rgb(51, 51, 51);
  margin-top:30px;
}
.eabout_b1 ul {
  display: flex;
  width: 84%;
  margin: 28px auto 0px;
  justify-content: space-between;
}
.eabout_b1 li{
  width:32%;
  position:relative;
}
.eabout_b1b{
  position:absolute;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  padding:38px;
}
.eabout_b1bb{
  margin-top:190px;
  font-size:22px;
  line-height:30px;
  color:#fff;
}
.eabout_b1bc{
  color:#fff;
  line-height:26px;
  word-wrap:break-word;word-break:break-all;
}
.eabout_ca {
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.eabout_ca li{
  width:32.5%;
  margin-right:1.25%;
  padding:13px;
  margin-bottom:15px;
  border:1px solid rgb(201, 201, 201);
}
.eabout_ca li:hover{
  border:none;
  box-shadow: 0px 2px 19px 0px rgba(0, 0, 0, 0.08);
}
.eabout_ca li:hover img{
  transform: scale(1.02);
}
.eabout_ca li:nth-child(3n){
  margin-right:0px;
}
.pages{
  padding:30px 0px 0px;
}
.eabout_da1{
  margin-top:36px;
  margin-bottom:50px;
}
.eabout_da2 li {
  padding: 20px 0px;
  display: flex;
  align-items: center;
  border-bottom:1px dashed rgb(215, 215, 215);
}
.eabout_da2 li:last-child{
  border:none;
}
.eabout_da2a{
  width:91px;
  height:30px;
  line-height:30px;
  background:url(../image/icon12.png) center no-repeat;
  padding-left:10px;
  text-align:center;
}
.eabout_da2b{
  margin-left:30px;
  color:rgb(77, 77, 77);
  line-height:30px;
}
.en_product_banner{
  height:430px;
  width:100%;
  background:url(../image/product_banner.jpg) center no-repeat;
  background-size:cover;
}
.en_news_banner{
  height:430px;
  width:100%;
  background:url(../image/news_banner.jpg) center no-repeat;
  background-size:cover;
}
.en_mtsp_banner{
  height:430px;
  width:100%;
  background:url(../image/mtsp_banner.jpg) center no-repeat;
  background-size:cover;
}
.product{
  padding-bottom:80px;
}
.news_list{
  margin-top:0px;
}
*{
  word-break: break-all;
}
.video{
  padding:50px 0px 80px;
}
.elxwma{
  background:#fff;
  padding-top:63px;
  margin:60px 0px;
  padding-bottom:63px;
}
.elxwma ul{
  display:flex;
}
.elxwma ul li {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.lyfk{
  background:url(../image/ly_bg.jpg) center no-repeat;
  background-size:cover;
  padding:62px 0px;
  height:auto;
  display:block;
}
.lyfk3{
  background:rgba(255, 255, 255, 0.1);
  width:50%;
  padding:50px;
}
.lyfk3 li{
  width: 100%;
  float: NONE;
  margin-bottom: 10px;
  
}
.lyfk3 li input,
.lyfk3 textarea,
.lyfk3 input{
  text-indent:0px;
  border: none;
  border-bottom: 1px solid rgba(255,255,255,0.5);
  background:none;
}
.lxwm_yzm{
  display:flex;
}
.lx_btn {
  width: 100%;
  line-height: 58px;
  text-align: center;
  color: #000;
  margin: 20px auto 0px;
  background: #FFD855;
}
.elxwma2a{
  font-size:20px;
  line-height:40px;
}
.elxwma2{
  text-align:center;
  font-size:18px;
  color:rgb(66, 66, 66);
}
.iicon1{
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 1100px){
  *{
    word-break: break-all;
  }
    .w1336{
      width:94%;
    }
    .banner_zt, .banner{
      height:250px;
      margin-top:0px;
    }
    .banner .swiper-slide img{
      height:250px;
    }
    .iabout {
      padding: 50px 0px 40px;
  }
  .ty_title1 {
    font-size: 28px;
    color: rgba(51, 51, 51);
    text-transform: uppercase;
    border-bottom: 1px solid rgb(223, 223, 223);
    position: relative;
    padding-bottom: 12px;
}
.ty_title2 {
  line-height: 28px;
  font-size: 14px;
  color: rgb(51, 51, 51);
  margin-top: 17px;
  text-align: left;
  padding: 0px 0px;
}
.ibutton {
  width: 150px;
  height: 40px;
  border: 1px solid rgb(255, 195, 65);
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px auto;
}
.ibuttonl {
  width: 100px;
  text-align: right;
  color: rgb(255, 195, 65);
  margin-right: 5px;
  position: relative;
  font-size: 12px;
}
.ibuttonr {
  margin-left: 30px;
  width: 50px;
  display: flex;
  justify-content: left;
}
.ibuttonr img{
  height:20px;
}
.ivideo1 {
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 33px;
}
.ivideo {
  width: 100%;
  height: 300px;
  background: url(../image/video.jpg) center no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.play-button {
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  cursor: pointer;
}
.play-button::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.circle {
  position: absolute;
  width: 50px;
  height: 50px;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.05);
  animation: expand-circle 3s infinite ease-out;
  opacity: 0;
}
.iicon ul {
  display: flex;
  height: 200px;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.iicon ul li {
  flex: unset;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 50%;
  padding:30px 0px;
}
.iicon {
  height: auto;
  width: 100%;
  background: url(../image/icon_bg.jpg) center no-repeat;
}
.iicon ul {
  display: flex;
  height: auto;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}

.iicon1 img{
  height:50px;
}
.iicon2 {
  color: #fff;
  font-size: 14px;
  line-height: 40px;
  margin-top: 7px;
}
.iicon ul li::after {
  content: '';
  position: absolute;
  right: 0px;
  top: -0px;
  width: 1px;
  height: 100%;
  padding: 50px 0px;
  background: rgba(255, 255, 255, 0.3);
}
.iicon ul li::before{
  content: '';
  position: absolute;
  left: 0px;
  top: -0px;
  width: 100%;
  height: 1px;
  padding: 0px 0px;
  background: rgba(255, 255, 255, 0.3);
}
.iproduct {
  padding: 50px 0px 40px;
}
.iproduct_top {
  margin-top: 20px;
  margin-bottom: 0px;
}
.iproduct_top ul {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.iproduct_top ul li {
  width: 100%;
  color: #fff;
  height: 170px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 50px;
  margin-bottom: 10px;
}
.iproduct_list img{
  width:100%;
}
.iproduct_sw .swiper-slide{
  height:auto;
}
.iproduct_swdj .swiper-pagination-bullet{
  width:6px !important;
  height:6px !important;
}
.iproduct_list {
  position: relative;
  padding-bottom: 40px;
}
.yr_bg {
  height: 250px;
  width: 100%;
  background: url(../image/yr_bg.jpg) center no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  align-items: center;
  padding: 0px 5%;
}
.inews {
  padding: 50px 0px 40px;
}
.inews_lig ul li {
  width: 100%;
  margin-bottom:10px;
}
.inews_lig ul {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.inews_content1 {
  font-size: 16px;
  line-height: 28px;
  color: #000;
}
.inews_content {
  background: rgb(249, 249, 249);
  padding: 20px;
}
.inews_content2 {
  color: rgb(118, 118, 118);
  line-height: 20px;
  font-size: 14px;
  padding-bottom: 12px;
  margin-bottom: 12px;
  margin-top: 6px;
  border-bottom: 1px solid rgb(233, 233, 233);
}
.footer_center{
  display:none;
}
.footer_top {
  display: flex;
  height: auto;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  padding:30px 0px;
}
.footer_topr {
  text-align: center;
  font-family: 微软雅黑;
  line-height: 28px;
  color: rgb(43, 43, 43);
  font-size:14px;
  margin-top:18px;
}
.footer_top img{
  height:60px;
}
.en_about_banner {
  height: 200px;
}
.eabout {
  padding: 40px 10px;
  background: #fff;
  margin-top: 40px;
  margin-bottom: 40px;
}
.eabout1 {
  font-size: 22px;
  color: rgb(77, 77, 77);
  text-align: center;
  position: relative;
  padding-bottom: 10px;
}
.eabout2 {
  line-height: 26px;
  color: rgb(51, 51, 51);
  margin-top: 20px;
  font-size: 14px;
}
.eabout_b1 ul {
  display: flex;
  width: 100%;
  margin: 28px auto 0px;
  justify-content: space-between;
  flex-direction: column;
}
.eabout_b1 li {
  width: 100%;
  position: relative;
  margin-bottom: 10px;
}
.eabout1a {
  line-height: 30px;
  color: rgb(51, 51, 51);
  text-align: center;
  width: 100%;
  margin: 14px auto 0px;
}
.eabout_ca li {
  width: 100%;
  margin-right: 0px;
  padding: 8px;
  margin-bottom: 15px;
  border: 1px solid rgb(201, 201, 201);
}
.eabout_da2 li {
  padding: 20px 0px;
  display: flex;
  align-items: center;
  border-bottom: 1px dashed rgb(215, 215, 215);
  flex-direction: column;
}
.eabout_da1 {
  margin: 10px 0px;
}
.en_product_banner,
.en_mtsp_banner,
.en_news_banner,
.en_jrwm_banner {
  height:200px;
}
.video_title::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0px;
  background: rgb(240, 240, 240);
  width: 100%;
  height: 1px;
}
.elxwma ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.elxwma ul li {
  flex: unset;
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding:20px 0px;
}.elxwma {
  background: #fff;
  padding-top: 30px;
  margin: 30px 0px;
  padding-bottom: 30px;
}
.elxwma2a {
  font-size: 18px;
  line-height: 40px;
}
.elxwma2b{
  font-size:12px;
  line-height:22px;
}
.lyfk3 {
  background: rgba(255, 255, 255, 0.1);
  width: 100%;
  padding: 30px 10px;
}
.lyfk {
  background: url(../image/ly_bg.jpg) center no-repeat;
  background-size: cover;
  padding: 30px 0px;
  height: auto;
  display: block;
}
.lxwm_yzm img{
  height:40px;
}
}
