header{
  width:100%;
  background-color: rgba(255,255,255,.9);
  position: fixed;
  z-index: 999;
  left: 0;
  top: -100px;
  box-shadow: 2px 2px 5px rgba(0,0,0,.3);
  opacity: 0;
  transition:all 0.8s ease;
}
.m-banner{
  display: none;
}
.welcome{
  background-color: #ba1011;
  color: #fff;
  line-height: 30px;
  font-size: 13px;
}
.welcome p>img{
  width: 20px;
  float: left;
  margin-top:5px;
  margin-right: 10px;
}
.box>.active{
  top: 0;
  opacity: 1;
}
header>.cont>a{
  padding:10px 0;
}
header>.cont>a>img{
  height: 65px;
}
nav{
  width:50%;
  
  margin-left:auto;
  margin-right: 8%;
}
nav>ul>li{
  padding:10px 0;
  line-height: 65px;
}
nav>ul>li>a{
  font-size: 17px;
}
nav>ul>.active>a{
  font-weight: bold;
  color: #ba1011;
}
.seach{
  padding:10px 0;
  margin-right: 2%;
}
.seach>form{
  /*border-bottom: 1px solid #7b7b7b;*/
  box-sizing: border-box;
}
.seach input{
  background-color: rgba(0,0,0,0);
  border:none;
  height: 40px;
  box-sizing: border-box;
  margin-top: 12.5px;
  display: none;
}
.seach button{
  width:40px;
  height: 40px;
  border:none;
  background-color: rgba(0,0,0,0);
  margin-top: 12.5px;
}
.seach button>img{
  width:100%;

}
.top-link{
  width:6%;
  padding:10px 0;
  position: relative;
}
.top-link:after{
  position: absolute;
  width:30px;
  height: 30px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background-image: url(../images/ico-0.png);
  background-size: 100%;
  z-index: 9;
}
.top-link>a{
  line-height: 65px;
}
.top-link>ul{
  width: 240px;
  position: absolute;
  background-color: #fff;
  padding:15px;
  box-sizing: border-box;
  right: 0;
  top: 90%;
  display: none;
  box-shadow: 2px 5px 5px rgba(0,0,0,.1);
}
.top-link:hover>ul{
  display: block;
}
.top-link>ul>li{
  width: 100%;
  line-height: 40px;
  font-size: 15px;
  border-bottom: 1px solid rgba(0,0,0,.1);
  padding-left: 10px;
  box-sizing: border-box;
}
.top-link>ul>li:hover{
  background-color: #ba1011;
}
.top-link>ul>li:hover>a{
  color: #fff;
}
/*二级导航*/
.web_2nav{
  width: 100%;
  background-color:#ccc;
}
.web_2nav_box{
  width: 100%;
  position: relative;
}
.web_2nav_box>li{
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  background-color:#f2f3f5;
  display: none;
}

.web_2nav_box>li>.web_2nav_list{
  padding-left:10%;
  box-sizing: border-box;
  box-shadow: 1px 5px 10px rgba(0,0,0,.1);

}
.web_2nav_box>li:nth-child(6)>.web_2nav_list,.web_2nav_box>li:nth-child(7)>.web_2nav_list{
  display: none;
}
.web_2nav_list>dl{
  padding:40px 0 60px 0;
  box-sizing: border-box;
  width: 60%;
}
.web_2nav_list>dl>dd{
  width: 28%;
  line-height: 50px;
  float: left;
  margin-top: 20px;
  margin-right:5%;
  position: relative;
  border-bottom:1px solid rgba(0,0,0,.1);
}
.web_2nav_list>dl>dd:after{
  content:"";
  width: 0;
  height: 50px;
  position: absolute;
  background-color:#ba1011;
  top: 0;
  left: 0;
  z-index: 0;
  transition: all 0.6s;
}
.web_2nav_list>dl>dd:before{
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  background-image: url(../images/ico_a.png);
  background-size: 100% 100%;
  right: 20px;
  top: 18px;
  z-index: 1;
}
.web_2nav_list>dl>dd>a{
  position: relative;
  font-size: 15px;
  z-index: 1;
  text-indent: 20px;
  transition: all 0.6s;
}
.web_2nav_list>dl>dd:hover:after{
  width: 100%;
}
.web_2nav_list>dl>dd:hover:before{
  width: 20px;
  height: 20px;
  top: 15px;
  background-image: url(../images/ico_b.png);
}
.web_2nav_list>dl>dd:hover>a{
  color: #fff;
}
.web_2nav_info{
  width: 35%;
  /*background-color:#fff;*/
  padding:20px 10% 10px 5%;
  box-sizing: border-box;
}
.web_2nav_info .img_box{
  height: 160px;
}
.web_2nav_info>p{
  line-height: 30px;
  font-size: 15px;
  margin-top: 15px;
}
.web_2nav_info>a{
  width: 120px;
  line-height: 40px;
  background-color:#ba1011;
  color: #fff;
  font-size: 14px;
  margin-top: 20px;
  text-indent: 15px;
  position: relative;
}
.web_2nav_info>a:after{
  content:"";
  width: 16px;
  height: 16px;
  position: absolute;
  right: 15px;
  background-image:url(../images/ico_b.png);
  background-size: 100% 100%;
  top: 12px;
}

.section{
  height: 100%;
  overflow: hidden;
}
/*首页banner*/
.banner{
  width:100%;
  height: 100%;
}
.banner-box{
  width:100%;
  height: 100%;
  position: relative;
  overflow:hidden;
}
.banner-box>video{
  width:120%;
  margin-left:-10%;
}
.banner-text{
  width:100%;
  height: 100%;
  background-image: url(../images/bug.png);
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.banner-text-par{
  width:100%;
  height: 100%;
  position: relative;
}
.banner-text-box{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 9;
  color: #fff;
}
.banner-ani>.swiper-slide i{
  padding:0 15px;
  margin-top: -80px;
  opacity: 0;
  font-weight: bold;
}
.banner-ani>.active i{
  margin-top: 0;
  opacity: 1;
}
.banner-ani>.swiper-slide i:first-child{
  transition: all 0.3s;
}
.banner-ani>.swiper-slide i:nth-child(2){
  transition: all 0.6s;
}
.banner-ani>.swiper-slide i:nth-child(3){
  transition: all 0.9s;
}
.banner-ani>.swiper-slide i:nth-child(4){
  transition: all 1.2s;
}
.banner-ani>.swiper-slide i:nth-child(5){
 transition: all 1.5s;
}
.banner-ani>.swiper-slide i:nth-child(6){
  margin-right: 30px;
  transition: all 1.8s;
}
.banner-ani>.swiper-slide i:nth-child(7){
 transition: all 2.1s;
}
.banner-ani>.swiper-slide i:nth-child(8){
 transition: all 2.4s;
}
.banner-ani>.swiper-slide i:nth-child(9){
 transition: all 2.7s;
}
.banner-ani>.swiper-slide i:nth-child(10){
 transition: all 3s;
}
.banner-ani>.swiper-slide i:nth-child(11){
 transition: all 3.3s;
}
.banner-ani>.swiper-slide i:nth-child(12){
 transition: all 3.6s;
}
.banner-ani>.swiper-slide p{
  font-size: 21px;
  letter-spacing: 7px;
  text-align:center;
  margin-top: 60px;
  color: #ebebeb;
  opacity: 0;
  transition: all 3s;
}
.banner-ani>.active p{
  margin-top: 10px;
  opacity: 1;
}
.banner-prev{
  width:50px;
  position: absolute;
  left: 4%;
  top: 50%;
  transform: translateY(-50%);
  height: 50px;
  background-image: url(../images/prev.png);
  background-size:100% 100%;
  z-index: 9;
  opacity: .2;
}
.banner-prev:hover{
  opacity: 1;
}
.banner-next{
  width:50px;
  position: absolute;
  right: 4%;
  top: 50%;
  transform: translateY(-50%);
  height: 50px;
  background-image: url(../images/next.png);
  background-size:100% 100%;
  z-index: 9;
  opacity: .2;
}
.banner-next:hover{
  opacity: 1;
}
.sec-02{
  width:100%;
  height: 100%;
  background-image: url(../images/img-3.jpg);
  background-size: cover;
  position: relative;
}
.sec-02-pic{
  width:42%;
  position: absolute;
  right: -20%;
  bottom: 7%;
  z-index: 8;
  opacity: 0;
  transition: all 3s ease;
}
.sec-02>.act1{
  right: 6%;
  opacity: 1;
}
.sec-02-bj{
  width:50%;
  position: absolute;
  right: 0;
  bottom: 100px;
  z-index: 9;
  background-image: url(../images/pic-2.png);
  background-size: 100% 100%;
  height: 150px;
  background-repeat: no-repeat;
  color: #fff;
  padding-left: 80px;
  padding-top: 40px;
  box-sizing: border-box;
  opacity: 0;
  transition:all 1s ease;
  transition-delay:.5s;
}
.sec-02>.act2{
  bottom: 0;
  opacity: 1;
}
.sec-02-data{
  width:40%;
  padding-top: 180px;
  box-sizing: border-box;
  padding-left: 3%;
  position: relative;
  margin-left: -30%;
  opacity: 0;
  transition: all 1s ease;
}
.sec-02>.cont>.active{
  margin-left: 0;
  opacity: 1;
}
.sec-02-data>li{
  width: 40%;
  margin-top: 80px;
}
.data-box{
  width:100%;
  height: 140px;
  position: relative;
}
.data-box:after{
  position: absolute;
  width:160px;
  height: 120px;
  border:1px solid #dfdddd;
  content: "";
  left: 0;
  top: 0;
  z-index: 0;
  border-radius: 50%;
}
.data-box>img{
  position: absolute;
  left: 0;
  top: 60px;
  z-index: 9;
  opacity: 0;
  transition:all 1.5s ease;
  transition-delay: .5s;
}
.sec-02>.cont>.active>li>.data-box>img{
  top: -40px;
  opacity: 1;
}
.data-box>h2{
  padding-top: 200px; 
  position: relative;
  z-index: 9;
  font-size: 42px;
  font-weight: bold;
  width:70%;
  text-align:center;
  opacity: 0;
  transition:all .8s;
  transition-delay: .8s;
}
.sec-02>.cont>.active>li>.data-box>h2{
  padding-top:90px;
  opacity: 1;
}
.sec-02-data>li>h4{
  width:70%;
  margin-top: 50px;
  font-size: 20px;
  text-align:center;
  opacity: 0;
  transition:all .8s ease;
  transition-delay: 1.5s;
}
.sec-02>.cont>.active>li>h4{
  margin-top: 10px;
  opacity: 1;

}
.sec-02>.cont>a{
  width:110px;
  padding:15px 20px;
  border:1px solid #7b7b7b;
  font-size: 18px;
  margin-left: -100px;
  margin-top: 50px;
  opacity: 0;
  transition: all 1s ease;
  transition-delay: 2s;
}
.sec-02>.cont>.act1{
  margin-left: 50px;
  opacity: 1;
}
.sec-02>.cont>a>img{
  width:10px;
  float: right;
  margin-top: 5px;
}
.sec-03{
  width:100%;
  height: 100%;
  background-image: url(../images/img-4.jpg);
  background-size: cover;
  position: relative;
  padding-top: 120px;
  box-sizing: border-box;
  overflow: hidden;
}
.sec-03-top{
  position: relative;
  z-index: 9;
}
.sec-03-tit{
  width:30%;
  margin-left: -300px;
  opacity: 0;
  transition:all 1.5s ease;
  transition-delay:.5s;
}
.sec-03-top>.act1{
  opacity: 1;
  margin-left: 0;
}
.sec-03-tit>h2{
  font-size: 64px;
  font-weight: bold;
  opacity: .1;
  line-height: 70px;
}
.sec-03-tit>h3{
  font-size: 42px;
  letter-spacing: 15px;
}
.sec-03-info{
  width:55%;
  margin-top: -120px;
  opacity: 0;
  transition:all 2s ease;
  transition-delay:0s;
  position: relative;
}
.sec-03-top>.act2{
  opacity: 1;
  margin-top: 30px;
}
.sec-03-info>ul{
  position: absolute;
  top: -200px;
  left: 0;
  z-index: 3;
  opacity: 0;
  width:100%;
  transition:all 2s ease;
}
.sec-03-info>.active{
  top: 0;
  opacity: 1;
}
.sec-03-info>ul>li{
  width:25%;
  padding: 0 40px;
  box-sizing: border-box;
  border-right: 2px solid rgba(0,0,0,.6);
}
.sec-03-info>ul>li:last-child{
  border:none;
}
.sec-03-info>ul>li>h5{
  font-size: 18px;
  color: #7b7b7b;
}
.sec-03-info>ul>li>h4{
  font-size: 26px;
  font-weight: bold;
  margin-top: 10px;
}
.sec-03-tap{
  width:100%;
  position: absolute;
  left: 0;
  bottom: -100px;
  background-color: rgba(255,255,255,.9);
  z-index: 9;
  opacity: 0;
  transition:all 1.5s ease;
  transition-delay:.5s;
}
.sec-03>.act3{
  bottom: 0;
  opacity: 1;
}
.sec-03-tap>ul>li{
  width:25%;
  height: 100%;
  padding:25px 0;
  position: relative;
}
.sec-03-tap>ul>li:after{
  position: absolute;
  content: "";
  right: 0;
  width:1px;
  top: 50%;
  background-color: rgba(0,0,0,.1);
  height: 80%;
  transform: translateY(-50%);
}
.sec-03-tap>ul>.active{
  background-color: rgba(186,16,17,.8);
  color: #fff;
}
.sec-03-tap>ul>li>img{
  width:auto;
  height: 50px;
}
.sec-03-tap>ul>li>h4{
  text-align:center;
  line-height: 50px;
}
.sec-03-pic{
  width:100%;
  position: absolute;
  left: 0;
  bottom: -200px;
  z-index: 2;
  opacity: 0;
  transition:all 2s ease;
}
.sec-03>.act1{
  bottom: 0;
  opacity: 1;
}
.sec-03-pic-box{
  width:100%;
  position: relative;
}
.sec-03-pic-box>img{
  width:100%;
  height: auto;
  position: absolute;
  bottom: -200px;
  left: 0;
  opacity: 0;
  z-index: 1;
  transition:all 1s ease;
}
.sec-03-pic-box>.active{
  bottom: 0;
  opacity: 1;
}
.sec-03-img{
  width:100%;
  position: absolute;
  right: -50%;
  bottom: 140px;
  z-index: 3;
  opacity: 0;
  transition:all 2s ease;
  transition-delay:0s;
}
.sec-03-img-box{
  width:100%;
  position: relative;
}
.sec-03>.act2{
  right: 0;
  opacity: 1;
}
.sec-03-img-box>img{
  position: absolute;
  width:50%;
  left: 100%;
  bottom: 0;
  z-index: 2;
  transform: translateX(-50%);
  transition:all 2s ease;
  opacity: 0;
}
.sec-03-img-box>.active{
  left: 50%;
  opacity: 1;
}
.sec-04{
  width:100%;
  height: 100%;
  overflow: hidden;
}
.sec-04>ul{
  width:120%;
  height: 100%;
  margin-left: -10%;
}
.sec-04>ul>li{ 
  float:left; 
  width:33.333%;
   overflow:hidden; 
   height:100%;
   transform:skewX(-15deg); 
   position:relative; 
   background:#f7f8f8;
   transition:all 0.8s ease
 }
.sec-04>ul>li:nth-child(2){ 
  float:left; 
  width:33.333%; 
  overflow:hidden; 
  height:100%; 
  background:#efefef 
}
.sec-04>ul>li:nth-child(3){ 
  float:left; 
  width:33.333%; 
  overflow:hidden;
  height:100%;
  background:#dcdddd
}

.sec-04>ul>li img{
  width:auto; 
  height:100%;
  object-fit:cover; 
  position:absolute;
  left:50%;
  top:0px; 
  z-index:12;
  opacity:1;
  transform:skewX(17deg) translateX(-50%);
  transition:all 0.8s ease;
  opacity:1
}
.sec-04>ul>li img:nth-child(2){opacity:0}
.sec-04>ul>li:hover{ width:60%}
.sec-04>ul>li:hover img{opacity:0}
.sec-04>ul>li:hover img:nth-child(2){opacity:1;}
.content-3{ width:220px; overflow:hidden; position:absolute;left:50%;bottom:45%;margin-top:55px; z-index:23;margin-left:-110px;transform:skewX(17deg) translateY(50%);color:#333 }
.content-3 h3{ float:left; width:100%; overflow:hidden; font-size:36px;  letter-spacing:3px;color: #fff;}
.content-3 span{ float:left; width:100%; overflow:hidden; font-size:24px; position:relative; padding-bottom:40px; margin-top:6px;color: #fff;}
.content-3 span:before{ width:24px; height:6px; position:absolute;left:0px;bottom:0px; z-index:12; background:#c7000b; content:""}
.content-3 p{ float:left; width:100%; overflow:hidden; font-size:18px; line-height:36px; margin-top:20px;opacity:0; height:0px}

.sec-04>ul>li:nth-child(1):hover .content-3{ bottom:24%; width:90%; color:#fff;margin-left:-24%;animation:shows 3s ease 1;animation-fill-mode: forwards;}
.sec-04>ul>li:nth-child(1):hover .content-3 h3,.sec-04>ul>li:nth-child(1):hover .content-3 span,.sec-04>ul>li:nth-child(1):hover .content-3 p{ width:590px; height:auto}
.sec-04>ul>li:nth-child(2):hover .content-3{ bottom:24%; width:80%; color:#fff; margin-left:-35%;animation:shows 3s ease 1;animation-fill-mode: forwards;}
.sec-04>ul>li:nth-child(2):hover .content-3 h3,.sec-04>ul>li:nth-child(2):hover .content-3 span,.sec-04>ul>li:nth-child(2):hover .content-3 p{ width:590px; height:auto}
.sec-04>ul>li:nth-child(3):hover .content-3{ bottom:24%; width:80%; color:#fff; margin-left:-25%;animation:shows 3s ease 1;animation-fill-mode: forwards; text-align:right}
.sec-04>ul>li:nth-child(3):hover .content-3 h3,.sec-04>ul>li:nth-child(3):hover .content-3 span,.sec-04>ul>li:nth-child(3):hover .content-3 p{ width:590px; height:auto}
.sec-04>ul>li:nth-child(3):hover .content-3 span:before{left:auto;right:0px}
.sec-04>ul>li:hover .content-3 p{opacity:1}

.sec-05{
  width:100%;
  height: 100%;
  background-image: url(../images/img-8.jpg);
  background-size: cover;
  padding-top: 200px;
  box-sizing: border-box;
}
.sec-05-tap{
  width:100%;
  position: relative;
  height: 61px;
}
.sec-05-tap>ul{
  position: absolute;
  top: -120px;
  left: 0;
  width:100%;
  opacity: 0;
  transition:all 2s ease;
}
.sec-05-tap>.active{
  top: 0;
  opacity: 1;
}
.sec-05-tap>ul>li{
  padding-bottom: 10px;
  box-sizing: border-box;
}
.sec-05-tap>ul>li:last-child{
  margin-right: auto;
  margin-left: 5%;

}

.sec-05-tap>ul>.active{
  border-bottom: 4px solid #c7000b;
}
.sec-05-tap>ul>li:hover{
  border-bottom: 4px solid #c7000b;
}

.sec-05-tap>ul>.active h3{
  font-weight: bold;
}
.sec-05-tap>ul>li:hover h3{
  font-weight: bold;
}
.sec-05-list{
  margin-top:10%;
  opacity: 0;
  transition:all 2s ease;
}
.sec-05>.cont>.active{
  margin-top: 4%;
  opacity: 1;
}
.sec-05-list>ul{
  width:100%;
}
.sec-05-list>ul>li{
  width:32%;
  
}
.sec-05-list>ul>li .img_box{
  width: 100%;
  height: 320px;
}
.sec-05-list>ul>li h4{
  margin-top:30px;
  text-align:center;
}
.sec-05>.cont>a{
  width:140px;
  padding:15px 20px;
  border:1px solid #7b7b7b;
  font-size: 18px;
  margin:0 auto;
  margin-top: 80px;
}
.sec-05>.cont>a>img{
  width:10px;
  float: right;
  margin-top: 5px;
}
.sec-06{
  width:100%;
  padding:40px 0 0 0;
  background-color: #fafafa;
}
.sec-07-bottom{
    width: 100%;
  }
  .sec-07-bt-top{
    width: 100%;
  }
  .bt-nav{
    padding-top: 40px;
    box-sizing:border-box;
    width: 72%;
    padding-right: 40px;
    padding-bottom: 40px;
    border-right: 1px solid #ededed;
  }
  .bt-nav dt{
    font-size: 24px;
    font-weight: lighter;
    margin-bottom: 10px;
  }
  .bt-nav dd>a{
    font-size: 18px;
    font-weight: lighter;
    color: rgba(0,0,0,.65);
    line-height: 46px;
  }
  .bt-lx{
    width: 28%;
    padding-top: 40px;
    padding-left: 40px;
    box-sizing:border-box;
    position: relative;
  }
  .bt-lx>.img_box{
    width: 120px;
    height: 120px;
    background-color: #fff;
    left: 40px;
    bottom: 0;
    z-index: 99;
    position: absolute;
    opacity: 0;
  }
  .bt-lx>h4{
    font-weight: bold;
  }
  .bt-lx>h3{
    font-size: 32px;
    font-weight: bold;
    color: #c7000b;
    margin-top: 15px;
  }
  .bt-lx>p:nth-child(3){
    font-size: 18px;
    color: #7b7b7b;
    font-weight: lighter;
    margin-top: 5px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .bt-lx>p{
    line-height: 30px;
    margin-top: 5px;
    font-weight: lighter;
  }
  .bt-lx>p:last-child{
    margin-top: 20px;
  }
  .wx{
    position: relative;
    z-index: 999;
    cursor: pointer;
  }
  .bt-lx>p:last-child>em{
    line-height: 25px;
    display: block;
    margin-left: 10px;
    float: left;
    font-weight: lighter;
  }
  .bt-lx>p>img{
    float: left;
    margin-top: 3px;
    margin-right: 10px;
  }
  .sec-07-ft{
    width: 100%;
    height: 20%;
    border-top: 1px solid #ededed;
    
    box-sizing:border-box;
  }
  .sec-07-ft-l{
    width: 69%;
    padding-left:3%;
    padding-top:15px;
    box-sizing:border-box;
  }
  .sec-07-ft-l>p{
    line-height: 30px;
    font-weight: lighter;
    color: #7b7b7b;
  }
  .sec-07-ft-l>p>img{
    float: left;
    margin-right: 5px;
    margin-top: 3px;
  }
  .sec-07-ft-r{
    width: 31%;
    background-color: #c7000b;
  }
  .sec-07-ft-r>img{
    width: 78%;
    margin-top: 10px;
  }
/*面包屑*/
  .mbx{
    width: 100%;
    padding:20px 0;
    background-color: #f5f5f5;
  }
  .mbx ul>li{
    padding:0 30px;
    box-sizing: border-box;
    font-size: 18px;
    border-right: 1px solid rgba(0,0,0,.2);
    position: relative;
  }
  .mbx ul>li:last-child{
    border:none;
  }
  .mbx ul>li:after{
    position: absolute;
    width: 0;
    height: 6px;
    background-color: #ba1011;
    content: "";
    bottom: -15px;
    border-radius: 15px 15px 0 0;
    left: 0;
    transition: all 0.6s;
  }
  .mbx ul>.active:after{
    width: 100%;
  }
  .mbx ul>li:hover::after{
    width: 100%;
  }
  .mbx ul>.active a{
    font-weight: bold;
    color: #ba1011;
  }
  .mbx ul>li:hover a{
    font-weight: bold;
    color: #ba1011;
  }
  .mbx p a{
    display: inline-block;
  }
/*关于我们*/
  .pic-box{
    width: 100%;
    height: 580px;
    position: relative;
  }
  .pic-box>.img_box{
    height: 100%;
  }
  .pic-tit{
    position: absolute;
    right: 5%;
    bottom: 20%;
    color: #fff;
    text-align: right;
    
  }
  .pic-tit>h3{
    font-weight: bold;
    padding-left: 80px;
    box-sizing: border-box;
    position: relative;
  }
  .pic-tit>h3:before{
    position: absolute;
    content: "";
    left: 0;
    width: 60px;
    height: 8px;
    background-color: #ba1011;
    top: 50%;
    transform: translateY(-50%);
  }
  .pic-tit>h4{
    margin-top:10px;
  }
/*内容区域*/
  .ab-1{
    width: 100%;
    background-image: url(../images/ab-bj1.jpg);
    background-position: bottom left;
    background-repeat:no-repeat;
  }
  .ab-1-left{
    width: 48%;
  }
  .tit-all>h3{
    font-weight: bold;
    color: #ba1011;
  }
  .tit-all>h4{
    margin-top:5px;
  }
  .ab-1-left>p{
    line-height: 36px;
    color: #7b7b7b;
    margin-top:30px;
    text-align:justify;
  }
  .ab-1-right{
    width: 45%;
  }
  .ab-1-right>img{
    width: 100%;
  }
  .abo-2{
    width: 100%;
    position: relative;
  }
  .abo-2-box{
    width: 100%;
    position: relative;
  }
  .abo-2-pic{
    width: 100%;
    height: 600px;
    overflow: hidden;
    position: relative;
  }
  .abo-2-pic>.img_box{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all 0.6s;
  }
  @keyframes san{
  0%{transform:scale(1)}
  100%{transform:scale(1.2)}
  }
  .abo-2-pic>.img_box>img{
    animation:san 20s linear alternate infinite;
  }
  .abo-2-pic>.active{
    opacity: 1;
  }
  .abo-2-tit{
    width: 100%;
    position: absolute;
    left: 0;
    top: 80px;
    z-index: 1;
  }
  .abo-2-info{
    width: 50%;
   margin-top: 70px;
  }
  .abo-2-info>ul{
    width: 100%;
    height: 100%;
    position: relative;
  }
  .abo-2-info>ul>li{
    width: 100%;
    position: absolute;
    left: 0;
    top: 100px;
    opacity: 0;
    transition: all 0.6s ease;
  }
  .wh-info>.active{
    top: 0;
    opacity: 1;
  }
  .abo-2-info li>p{
    margin-top: 10px;
    line-height: 36px;
    font-size: 17px;
  }
  .abo-2-tap{
    width: 100%;
    position: absolute;
    bottom: -50px;
    left: 0;
    z-index: 1;
  }
  .abo-2-tap ul{
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
    background-color:#fff;
    box-shadow: 2px 5px 5px rgba(0,0,0,.1);
  }
  .abo-2-tap ul>li{
    width: 25%;
    padding:40px 0;
    box-sizing: border-box;
    position: relative;
  }
  .abo-2-tap ul>li:after{
    position: absolute;
    content: "";
    width: 0;
    height: 5px;
    border-radius: 5px 5px 0 0;
    background-color:#ba1011;
    bottom: 0;
    left: 0;
    transition: all 0.6s ease;
  }
  .abo-2-tap ul>li:hover::after{
    width: 100%;
  }
  .abo-2-tap ul>li>h4{
    width: 100%;
    line-height: 30px;
    border-right: 1px solid rgba(0,0,0,0.3);
  }
  .abo-2-tap ul>li:hover>h4{
    color: #ba1011;
  }
  .abo-2-tap ul>li:last-child>h4{
    border:none;
  }
  .abo-2-tap ul>li>h4>img{
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
  .wh-tap>.active:after{
    width: 100%;
  }
  .wh-tap>.active>h4{
    color: #ba1011;
  }
  .abo-3{
    padding-top: 140px;
    width: 100%;
    background-image: url(../images/ab-bj2.jpg);
    border-bottom: 3px solid #ba1011;
  }
  .abo-3 .tit-all{
    text-align: center;
  }
  .abo-3-list{
    width: 100%;
    margin-top: 50px;
  }
  .abo-3-box{
    width: 100%;
  }
  .abo-3-box>ul{
    width: 100%;
  }
  .abo-3-box>ul>li{
    width: 20%;
    padding:0 20px;
    box-sizing: border-box;
  }
  .abo-3-box>ul>li>.img_box{
    width: 100%;
    border:1px solid rgba(0,0,0,.2);
  }
  .abo-3-box>ul>li>p{
    width: 100%;
    line-height: 50px;
    color: #fff;
    background-color: #ba1011;
    text-align: center;
    margin-top:20px;
  }
/*机械租赁*/
  .rent-list{
    width: 100%;
    border-bottom: 3px solid #ba1011;
  }
  .rent-list ul>li{
    width: 50%;
    padding:0 20px;
    box-sizing: border-box;
    margin-top:50px;
  }
  .rent-list ul>li:first-child,.rent-list ul>li:nth-child(2){
    margin-top: 0;
  }
  .rent-list ul>li>a{
    box-shadow:1px 2px 8px 1px rgba(0,0,0,.1);
    padding:20px;
    box-sizing: border-box;
    background-color: #fff;
  }
   .rent-list ul>li:hover>a{
    background-color: #ba1011;
   }
  .rent-list ul>li .img_box{
    width: 36%;
    height: 360px;
  }
  .rent-list-info{
    width: 60%;
  }
  .rent-list-info>h4{
    color: #ba1011;
    font-weight: bold;
    height: 80px;
    line-height: 40px;
    margin-bottom: 10px;
  }
  .rent-list ul>li:hover h4{
    color: #fff;
  }
  .rent-list-info>dl>dt{
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    background-color: #f5f5f5;
    line-height: 36px;
    padding-left: 10px;
    box-sizing: border-box;
  }
  .rent-list ul>li:hover dt{
    background-color: rgba(255,255,255,.8);
    color: #ba1011;
  }
  .rent-list-info>dl>dd{
    min-width: 48%;
    margin-top: 10px;
    line-height: 40px;
    border-bottom: 1px dashed rgba(0,0,0,.1);
    padding-left: 15px;
    box-sizing: border-box;
    position: relative;
  }
  .rent-list ul>li:hover dd{
    color: #fff;
    border-bottom: 1px dashed rgba(255,255,255,.4);
  }
  .rent-list-info>dl>dd:before{
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    background-color: #ba1011;
    border-radius: 50%;
  }
  .rent-list ul>li:hover dd::before{
    background-color: #fff;
  }
  .rent-list-info>p{
    width: 120px;
    line-height: 40px;
    background-color: #333;
    color: #fff;
    border-radius: 25px;
    text-align: center;
    font-size: 15px;
    margin-top: 30px;
    margin-left: auto;
  }
/*生产制造*/
  .make-1{
    width: 100%;
  }
  .make-1 .tit-all{
    text-align: center;
  }
  .make-1 ul>li{
    width: 25%;
    padding:0 20px;
    box-sizing: border-box;
    margin-top:50px;
  }
  .make-1 ul>li:last-child{
    margin-right: auto;
  }
  .make-1 ul>li>a>.img_box{
    width: 100%;
    height: 260px;
  }
  .make-1 ul>li>a>p{
    width: 100%;
    margin-top:5px;
    background-color: #ba1011;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 17px;
  }
  .make-2{
    width: 100%;
    background-image: url(../images/make-bj1.jpg);
    background-size:cover;
    border-bottom: 3px solid #ba1011;
  }
  .make-2 .tit-all{
    text-align: center;
  }
  .make-2-box{
    width: 100%;
    padding:40px;
    box-sizing: border-box;
    background-color: rgba(255,255,255,.8);
    margin-top:50px;
  }
  .make-2-list>.img_box{
    width: 48%;
    height: 430px;
    
  }
  .make-2-info{
    width: 48%;
  }
  .make-2-info>h4{
    font-size: 30px;
    font-weight: bold;
    line-height: 50px;
    color: #ba1011;
  }
  .make-2-info>em{
    width: 100%;
    height: 1px;
    background-color: rgba(0,0,0,.2);
    display: block;
    margin-top: 20px;
  }
  .make-2-info>h5{
    margin-top: 20px;
    font-weight: bold;
  }
  .make-2-info>p{
    line-height: 36px;
    margin-top: 20px;
    color: #7b7b7b;
  }
/*工程案例*/
  .case-list{
    width: 100%;
    padding-top: 20px;
    border-bottom: 3px solid #ba1011;
  }
  .case-list ul>li{
    width: 33.3%;
    padding: 0 30px;
    box-sizing: border-box;
    margin-top:40px;
  }
  .case-list ul>li:last-child{
    margin-right: auto;
  }
  .case-list ul>li>a{
    background-color: #f5f5f5;
    padding:20px;
    box-sizing: border-box;
  }
  .case-list ul>li>a>.img_box{
    width: 100%;
    height: calc(90%);
  }
  .case-list ul>li>a>p{
    width: 100%;
    line-height: 50px;
    text-align: center;
    background-color: #ba1011;
    color: #fff;
    font-size: 17px;
    margin-top: 10px;
  }
  .case-show{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.8);
    top: 0;
    left: 0;
    z-index: 9999;
  }
  .case-show-box{
    padding:80px;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    height: 100%;
  }
  .case-show-all{
    position: absolute;
    width: 60%;
    height: 70%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
  }
  .case-show-list{
    width: 100%;
    height: 100%;
  }
  .case-show-all ul{
    height: 100%;
  }
  .case-show-all ul>li{
    width: 100%;
    height: 100%;
  }
  .case-show-all ul>li>.img_box{
    height: 100%;
    position: relative;
  }
  .case-show-all ul>li p{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 50px;
    background-color: #ba1011;
  }
  .case-left{
    position: absolute;
    width: 50px;
    height: 50px;
    z-index: 3;
    left: 10%;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../images/prev.png);
    background-size: 100% 100%;
  }
  .case-right{
    position: absolute;
    width: 50px;
    height: 50px;
    z-index: 3;
    right: 10%;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../images/next.png);
    background-size: 100% 100%;
  }
  .case-show-box>a{
    position: absolute;
    right: 5%;
    top: 5%;
    z-index: 4;
  }
  .case-show-box>a{
    font-weight: bold;
    color: #fff;
    line-height: 37px;
    font-size: 17px;
  }
  .case-show-box>a>img{
    width: 25px;
    display: inline-block;
    margin-top: 6px;
    float: left;
    margin-right:5px;
  }
/*服务支持*/
  .sev-box{
    padding-top: 80px;
    /*border-bottom: 3px solid #ba1011;*/
  }
  .sev-box .tit-all{
    text-align: center;
  }
  .img-center {
    text-align: center;
    font-size: 0;
}

.img-center img {
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.yunu-section {
    padding: 65px 0;
}

.yunu-section-title {
    margin-bottom: 40px;
    font-size: 40px;
    text-align: center;
}

.yunu-section-title strong {
    color: #d82634;
}

.yunu-section-title i {
    display: block;
    margin: 0 auto 0;
    width: 57px;
    height: 66px;
    background: url(../images/sl_tbg.png) no-repeat center;
    line-height: 66px;
    text-align: center;
}

.yunu-section-title p {
    font-size: 20px;
    margin: 5px 0 0;
}

.yunu-section-title p span {
    color: #ddd;
    padding: 0 10px;
}

.s1 {
    text-align: center;
    font-size: 16px;
    line-height: 2.2;
    color: #6e6e6e;
}

.s2 li {
    float: left;
    width: 20%;
    margin-top: 40px;
}

.s2 li a {
    display: block;
}

.s2 li .img-center {
    overflow: hidden;
    width: 218px;
    margin: 0 auto;
}

.s2 li .img-center img {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.s2 li a:hover .img-center img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.bg1 {
    background-color: #f5f5f5;
    position: relative;
    overflow: hidden;
}

.bg1:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    border-top: 50px solid #fff;
    border-right: 960px solid transparent;
    border-left: 960px solid transparent;
    left: 50%;
    top: 0;
    margin-left: -960px;
}

.bg1 .yunu-section-title {
    margin-top: -50px;
}

.s3 {
    margin-left: -34px;
}

.s3 li {
    float: left;
    width: 14.2857142857%;
}

.s3 li a {
    display: block;
    margin-left: 34px;
}

.s3 li .img-center {
    border: 2px solid #fff;
    border-radius: 50%;
    background-color: #fff;
    width: 135px;
    height: 135px;
    line-height: 135px;
    margin: 0 auto;
    overflow: hidden;
}

.s3 li .text {
    text-align: center;
    line-height: 34px;
    background: url(../images/pz_titbg.png) no-repeat center;
    color: #fff;
    font-size: 18px;
    margin-top: 20px;
}

.s3 li a:hover .img-center {
    border-color: #d82634;
}

.s3 li a:hover .text {
    background-image: url(../images/pz_titbgh.png);
}

.s4 {
    margin: 20px 0 0 -20px;
}

.s4 li {
    float: left;
    width: 33.333333%;
}

.s4 li a {
    display: block;
    background-color: #fff;
    margin: 20px 0 0 20px;
}

.s4 li .img-center {
    position: relative;
    height: 290px;
    line-height: 290px;
    overflow: hidden;
}

.s4 li .img-center:after {
    content: '';
    cursor: pointer;
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
    -webkit-transform: skewx(-25deg);
    transform: skewx(-25deg);
}

.s4 li .text {
    border-top: 1px solid #eee;
    padding: 20px 60px 20px 20px;
    position: relative;
}

.s4 li .text:after {
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    width: 52px;
    height: 55px;
    margin-top: -27px;
    background: url(../images/pz_more2.png) no-repeat center;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.s4 li .text h4 {
    margin: 0;
    font-size: 18px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s4 li .text p {
    font-size: 16px;
    color: #8B8B8B;
    margin: 10px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s4 li a:hover .img-center:after {
    left: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.s4 li a:hover .text:after {
    -webkit-transform: translateY(-85%);
    transform: translateY(-85%);
    background-image: url(../images/pz_more2h.png);
}

.bg2 {
    background: url(../images/sl_bg.png) no-repeat center 0 #000;
    position: relative;
    overflow: hidden;
    color: #fff;
}

/*.bg2:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    border-top: 50px solid #fff;
    border-right: 960px solid transparent;
    border-left: 960px solid transparent;
    left: 50%;
    top: 0;
    margin-left: -960px;
}
*/
/*.bg2:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    border-bottom: 50px solid #fff;
    border-right: 960px solid transparent;
    border-left: 960px solid transparent;
    left: 50%;
    bottom: 0;
    margin-left: -960px;
}*/

.bg2 .yunu-section-title {
    margin-top: -50px;
    position: relative;
    z-index: 1;
    text-align: left;
}

.sl-tit {
    float: right;
    font-size: 30px;
    padding-top: 14px;
}

.sl-tit span {
    color: #d82634;
}

.sl-desc {
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    float: left;
}

.sl-desc li {
    float: left;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
    width: 140px;
    text-align: center;
}

.sl-desc li .img-center {
    height: 48px;
    line-height: 48px;
}

.sl-desc li p {
    margin: 10px 0 0;
    line-height: 1;
    font-size: 24px;
}

.sl-tel {
    float: right;
    width: 520px;
    margin-top: 20px;
}

.sl-tel span {
    display: block;
    font-size: 16px;
    opacity: 0.4;
}

.sl-tel p {
    margin: 0;
    font-size: 36px;
    padding-left: 38px;
    background: url(../images/sl_tel.png) no-repeat left center;
}

.sec-1{
  width: 100%;
}
.sec-1-box{
  width: 100%;
  margin-top:50px;
}
.sec-1-box:first-child{
  margin-top:0;
}

.sec-1-left{
  width: 48%;
  padding:30px;
  box-sizing: border-box;
}
.sec-1-left>img{
  width: 70%;
  margin:0 auto;
}
.sec-1-right{
  width: 48%;
  padding:30px;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(0,0,0,.2);
}
.sec-1-tit>h3{
  background: url(../images/sl_ctit.png) no-repeat center;
  color: #fff;
  width: 61px;
  line-height: 70px;
  text-align: center;
  font-weight: bold;
}
.sec-1-tit>span{
  margin-right: auto;
  margin-left: 20px;
}
.sec-1-right>p{
  line-height: 36px;
  color: #7b7b7b;
  margin-top:30px;
}
.sec-1-right>ul{
  width: 100%;
  margin-top:50px;
}
.sec-1-right>ul>li{
  width: 47%;
}
.sec-1-right>ul>li>.img_box{
  height: 200px;
}




  
/*资讯动态*/
  .news-list{
    width: 100%;
   }
   .news-list ul:after {
        display:block;
        content:"";
        width: 30%;
        height:0px;
    }
   .news-list ul>li{
    width: 30%;
    margin-bottom: 60px;
   }
   .news-list ul>li>a>.img_box{
    width: 100%;
    height: 260px;
   }
   .news-list-info{
    width: 100%;
    padding:30px;
    box-sizing: border-box;
    box-shadow: 2px 2px 10px rgba(0,0,0,.1);
   }
   .news-list-info>p{
    font-weight: lighter;
   }
   .news-list-info>h5{
    margin-top: 15px;
    font-weight: bold;
   }
   .news-list-info>p:nth-child(3){
    margin-top: 15px;
    line-height: 30px;
   }
   .news-list-info>img{
    margin-top: 15px;
   }
   .new-tap>ul>li:hover{
    background-color: #2329a2;
   }
   .new-tap>ul>li:hover>a{
    color: #fff;
   }
   .new-tap>ul>li:hover .img-1{
    display: none;
   }
   .new-tap>ul>li:hover .img-2{
    display: block;
   }
/*联系东福锐*/
  .dt{
    position: fixed;
    z-index: 6;
    width: 100%;
    height: 100%;
    padding-top: 80px;
    padding-bottom:50px;
    box-sizing: border-box;
  }
  .dt-box{
    width: 100%!important;
    height: 100%!important;
    display: block;
  }
  .BMap_mask{
    width: 100%;
    height: 100%;
  }
  .ft-3-1{
    width: 100%;
    position: fixed;
    bottom:0;
    left: 0;
    z-index: 9;
    padding-bottom: 15px;
  }
  .cat-box{
    width: 30%;
    position: fixed;
    padding:30px;
    background-color: #fff;
    box-sizing: border-box;
    left: 10%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 8;
  }
  .cat-box>h5{
    color: #ba1011;
    font-weight: bold;
    line-height: 32px;
    padding-bottom:10px;
    border-bottom: 1px solid rgba(0,0,0,.1);
  }
  .cat-box>h5>img{
    float: left;
    margin-right:5px;
  }
  .cat-box>p{
    margin-top:15px;
    color: #7b7b7b;
  }
  .cat-box>h5:nth-child(3){
    margin-top:60px;
  }
/*产品详情*/
  .product-info-l{
    width: 75%;
    padding-right: 40px;
    box-sizing: border-box;
    border-right: 1px solid rgba(0,0,0,.1);
  }
  .product-info-l>h4{
    text-align: center;
  }
  .pro-show{
    width: 100%;
    margin-top: 40px;
  }
  .pro-pic{
    width: 40%;
    padding:20px;
    box-sizing: border-box;
    border:1px solid rgba(0,0,0,.2);
  }
  .pro-name{
    width: 55%;
  }
  .pro-name>h4{
    color: #ba1011;
    margin-bottom: 40px;
    font-weight: bold;
  }
  .pro-cs{
    width: 100%;
  }
  .pro-cs>p{
    width: 48%;
    line-height: 36px;
    color: #7b7b7b;
    margin-top: 20px;
  }
  .pro-cs>p:first-child,.pro-cs>p:nth-child(2){
    margin-top:0;
  }
  .pro-cs>p>i{
    font-size: 17px;
    display: inline-block;
    font-weight: bold;
    color: #333;
    margin-right:10px;
  }
  .pro-name>span{
    display: block;
    margin-top:20px;
    font-size:28px;
    color: #ba1011;
  }
  .pro-name>span>i{
    font-size: 17px;
    display: inline-block;
    font-weight: bold;
    color: #333;
    margin-right:10px;
  }
  .pro-name>i{
    width: 100%;
    height: 1px;
    background-color: rgba(0,0,0,.1);
    display: block;
    margin-top: 20px;
  }
  .pro-name>p>a{
    width: 140px;
    line-height: 50px;
    background-color: #333;
    color: #fff;
    text-align: center;
    margin-top: 50px;
  }
  .pro-name>p>a:last-child{
    margin-right: auto;
    margin-left:50px;
    background-color: #ba1011;
  }

  .pro-pic>img{
    width: 100%;
  }
  .pro-nr{
    margin-top:30px;
    line-height: 36px;
  }
  .tab{
    width: 100%;
    background-color: #f5f5f5;
    box-sizing: border-box;
    overflow: hidden;
  }
  .tab>p{
    line-height: 50px;
    float: left;
    width: 120px;
    text-align: center;
    margin-right:20px;
    cursor: pointer;
  }
  .tab>.active{
    background-color: #ba1011;
    color: #fff;
  }
  .pro-js{
    padding:20px;
    box-sizing: border-box;
  }
  .pro-js>.pro-js-box{
    display: none;
  }
  .pro-js>.pro-js-box img{
    width: 100%;
    display: block;
  }
  .pro-js>.active{
    display: block;
  }
  .pro-js td{
    border:1px solid rgba(0,0,0,.2);
  }
  .product-info-r{
    width: 25%;
    padding-left: 40px;
    box-sizing: border-box;
  }
  .product-info-r>h5{
    padding-left: 20px;
    line-height: 40px;
    position: relative;
    color:#ba1011; 
    font-weight: bold;
  }
  .product-info-r>h5:before{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: 4px;
    height: 24px;
    background-color: #ba1011;
  }
  .product-info-r>em{
    width: 100%;
    height: 1px;
    background-color: rgba(0,0,0,.1);
    display: block;
    margin-top:15px;
  }
  .product-info-r>ul>li{
    background-color: #f5f5f5;
    padding:20px;
    box-sizing: border-box;
    margin-top:30px;
  }
  .product-info-r>ul>li .img_box{
    position: relative;
  }
  .product-info-r>ul>li .img_box>p{
    position: absolute;
    width: 100%;
    line-height: 50px;
    background-color: #ba1011;
    left: 0;
    bottom: 0;
    z-index: 1;
    color: #fff;
    padding-left: 20px;
    box-sizing: border-box;
  }
  /*新闻详情*/
  .news_inner{
    width: 100%;
    padding: 60px 0;
    position: relative;
    z-index: 99;
    background:#fff;
  }
  .news_inner img{
    margin: 0 auto;
  }
  .news_inner>.cont>.ym_tit{
    margin-bottom: 30px;
    text-align:center;
    font-size: 26px;
    font-weight: bold;
  }
  .news_inner>.cont>p:nth-child(2){
    text-align: center;
    height: 40px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
  }
  .news_inner>.cont>span{
    padding: 20px 0;
    display: block;
    font-size: 14px;
    color: #6f7173;
  }
  .news_inner>.cont>span img{
    max-width: 100% !important;
    height: auto!important;
  }
  .news_inner>.cont>div{
    width: 100%;
    margin-top:30px;
    height: 60px;
    line-height:30px;
   }
  .news_inner>.cont>div>em:first-child{
    float: left;
    display: block;
  }
  .news_inner>.cont>div>em:last-child{
    float: right;
    display: block;
  }
  .news_inner>.cont>div>em>a{
    color: #333;
    display: inline-block;
  }
  .news_inner>.cont>div>em>a:hover{
    color: #00478B;
  }
  .news_inner>.cont>.video-box{
    width:100%;
    height: 100%;
  }
  .news_inner video{
    width:80%;
    margin:0 auto;
    display: block;
  }