html, body {
  position: relative;
  height: 100%;
}
.indexbody{
  position: absolute;
  height: 100%;
  width: 100%;
}
.index-container{
  width: 100%;
  height: 100%;
}
/*.mbanner-container {
  display: none;
}*/
.indexswiper1 .pcswiper-slidebg{
  display: block;
}
.indexswiper1 .mswiper-slidebg{
  display: none;
}
.menu span{
  display: block;
}
.menu ul{
  display: none;
}
.indexswiper1,.indexswiper2,.indexswiper3,.indexswiper4,.indexswiper5{
  overflow:hidden;
}
 .banner-container {
      width: 100%;
      height: 100%;
    }
    .banner-container .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      overflow:hidden;
     
    }
    
.swiper-slidebg{
  width: 100%;
  height: 100%;
  
}
.swiper-slidebgact{
   transition: all .8s ease; 
      animation: scale11 7s infinite;
      transform: scale(1);
}
.swiper-button-next,.swiper-button-prev{
  background: url(../images/right.png) no-repeat;
  display: block;
  width: 63px;
  height: 44px;
  right: 2.5%;
  cursor: pointer;
  outline: none;
      z-index: 9;

}
.swiper-button-prev{
  background: url(../images/left.png) no-repeat;
  left: 2.5%;
  right: auto;
}
.swiper-button-next:hover{
  background: url(../images/rightact.png) no-repeat;
  background-size: cover;
}
.swiper-button-prev:hover{
  background: url(../images/leftact.png) no-repeat;
  background-size: cover;

}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
  opacity: .5;
}
.swiper-button-next.swiper-button-disabled:hover, .swiper-button-prev.swiper-button-disabled:hover{
  opacity: .5;
  background: url(../images/right.png) no-repeat;

}
.banner-container .swiper-slide .bancon{
  left: 10%;
  position: absolute;
  top: 50%;
  margin-top: -107px;
  z-index: 9;
}
.banner-container .swiper-slide .banner01cbox{
  left: 0;
  width: 100%;
  margin-top: -90px;

}
.banner01c{
  width: 63.48%;
  margin: 0 auto;
}
.bancon p{
  font-size:20px;
color:#FF0000;
text-transform: uppercase;
letter-spacing: 3px;
text-align: left;
}
.bancon h2{
text-align: left;
color:#000;
font-size: 46px;
margin-top:15px;
}

.bancon a{
  display: block;
  width:188px;
  height:52px;
  background:rgba(202,40,55,.6);
  border:1px solid rgba(255, 0, 0, 1);
  font-size:14px;
  
  color:rgba(255,255,255,1);
  line-height:50px;
  color:#FFF;
  margin-top: 60px;
}
.bancon a:hover{
  background:rgba(202,40,55,1);

}
.bancon a span{
  font-size: 12px;
  margin-left: 10px;
}
.banner-pagination .swiper-pagination-bullet{
  width:40px;
height:4px;
background:rgba(255,255,255,1);
outline: none;
border-radius: initial;
}

/*indexswiper2*/
.index-container .indexswiper2{
  background: url(../images/indexswiper2bg.jpg) no-repeat center center;
  background-size:cover; 
}
.indextit h4{
  font-size: 36px;
  
  color:#000;
  margin-top: 136px;
  text-align: left;
  padding-left: 7.8%;
}
.indextit h4 span{
  color:#CCCCCC;
  font-size: 30px;
  text-transform: uppercase;
  margin-left: 20px;
}
.businessbox{
  margin-top: 50px;
}
.businesspic-container .swiper-slide {
  /*width: 650px;*/
  width: 880px;
  height: auto;
  background: #fff;
  box-shadow: 0 4px 4px #5d5d5d;
}
.businesspic-container .swiper-slide img{
  width: 100%;
  height: 100%;
}
.businesspic{
  width: 68%;
  float: left;
  position: relative;
  padding-left: 60px;
  margin-top: -3%;
}
.businesstxt{
  float: left;
  /*width: 48%;*/
  width: 32%;
  padding-left: 7.8%;
  padding-right: 5%;
  box-sizing: border-box;
}
/*.businesstxt .gallery-thumbs .swiper-slide{
  display: none;
}
.businesstxt .gallery-thumbs .swiper-slide-active{
  display: block;
}*/
.businesspic {
  display: none;
}
.businesspic:nth-child(2){
  display: block;

}
.businesstxt h5{
  font-size: 28px;
  
  margin-bottom: 30px;
}
.businesstxttit{
  display: none;
}
.businesstxttit:first-child{
  display: block;

}
.businesstxt p{
  font-size: 16px;
  line-height: 28px;
  margin-top: 40px;
  
}
.businessnav{
  margin-top: 50px;
  position: relative;
}
.businessnavline{
  position: absolute;
  width: 1px;
  background: rgba(50,50,50,.2);
  top: 27px;
  bottom: 27px;
  left: 6px;
}
.businessnav ul li{
  font-size: 18px;
  color:rgba(51,51,51,0.5);
  line-height: 55px;
  
  cursor: pointer;
}
.businessnav ul li span{
  width:11px;
height:11px;
border:1px solid rgba(0,0,0,.2);
border-radius:50%;
margin-top: 18px;
display: block;
float: left;
  margin-right: 27px;
  background:#FFF; 

}
.businessnav ul li.businessnavact{
  color:#CA2837;
}
.businessnav ul li:hover,.businessnav ul li:hover span,.businessnav ul li:hover span  i{
      color: rgba(51,51,51,0.7);
}
.businessnav ul li.businessnavact span{
  border-color: #CA2837;
}
.businessnav ul li.businessnavact span i{
  width:7px;
  margin:1px auto;
height:7px;
display: block;
background:rgba(202,40,55,1);
border-radius:50%;
}
.businesspic-button{
  position: absolute;
  left: -130px;
  bottom: 34px;
  z-index: 3;
}
.businesspic-button-next, .businesspic-button-prev{
  position: static;
  float: left;

}
.businesspic-button-next{
  margin-left: 40px;
}
/*index3*/
.jpxmbox{
  position: absolute;
  left:0;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding:0 8%;

}
.jpxmbox>img{
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  left: 0;right: 0;
  transition: all .8s ease;
    animation: scale11 7s infinite;
    transform: scale(1);
    width: 100%;
}
.indexswiper3  .indextit{
  position: relative;
  z-index: 4;
}
.indexswiper3  .indextit h4{
  color:#FFF;
}
.indexswiper3  .indextit h4 span{
  color:#FFF;
}
.jpxmbox-container{
  height: 100%;
  width: 100%;
}
.jpxmbox-container .swiper-slide{
  width: 33.33%;
}

.jpxmbg{
  display: none;

}
.jpxmbox .swiper-slide{
  padding-top: 15vh;
  padding-bottom: 5vh;
  box-sizing: border-box;
}
.jpxmbox .swiper-slide .slidebox{
  border-left: 1px solid rgba(255,255,255,0.2);
  border-right: 1px solid rgba(255,255,255,0.2);
  height: 100%;
}
.slidebox{
  text-align: center;
  padding:0 14%;
  padding-top: 30%;
  box-sizing: border-box;
}
.jpxmicon{
  margin:0 auto;
  display: inline-block;
}
.slidebox h5{
  font-size:20px;
  
  color: #FFF;
  line-height: 30px;
  margin:20px 0 45px;
}
.slidebox p{
    font-size: 14px;
    line-height: 32px;
    color:#FFF;
    text-align: left;
      height: 128px;
  text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:4;
    display: none;
}
.jpxmbox .swiper-slide:hover .slidebox p{
  display: block;
  display: -webkit-box;
}
.slidebox a{
   border-color: rgba(255,255,255,0.5);
   background-color: transparent;
   margin:30px auto 0;
}
.slidebox a:hover{
  background-color: #CA2837;
  border-color: #CA2837;
}
.jpxmbox-button-next{
  background:url(../images/rightw.png) no-repeat;
}
.jpxmbox-button-prev{
  background:url(../images/leftw.png) no-repeat;
}
/*inedx4*/
.indexswiper4{
  background:url(../images/newsbg1.jpg) no-repeat center center;
  background-size: cover;
}
.newsindexbox{
  height: 100%;
  padding-top: 20px;
  box-sizing: border-box;
}
.newsboxleft{
  float: left;
  height: auto;
  width: 22%;
  box-sizing: border-box;
  padding-left: 6%;
}
.newsboxright{
  height: 100%;
  float: right;
  width: 70%;
  margin-right: 6%;
}
.newsboxright .swiper-slide{
  width: 31.33%;
  background-color:rgba(243, 236, 238, .5);
  padding:5% 2%;
  height: 78%;
  margin-right: 2%;
  box-sizing: border-box;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.newsboxright h5{
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 40px;
  height: 60px;
  text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:2;
}
.newsboxright .line{
  display: none;
}
.newsboxright span{
  font-size: 16px;
  margin-top: 40px;
  display: block;
}
.newsboxright p{
  margin-top: 50px;
  font-size: 16px;
  line-height: 28px;
  height: 112px;
  text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:4;
}
.newspic{
  margin-top:45px;
  display: none;
}
.newspic img{
  width: 100%;
}
.newsboxright .swiper-slide:hover{
  background-color: rgba(227, 229, 232, 0.5);
}
.newsboxright .swiper-slide:hover .line{
  display: block;
}
.newsboxright .swiper-slide:hover .newspic{
  display: block;

}
.newsboxright .swiper-slide a{
  display: block;
  position: absolute;
  top: 50%;
  left: 7%;
  right: 7%;
  transform: translateY(-50%);
}
.newsbox-button-next,.newsbox-button-prev{
  position: static;
  float: left;
}
.newsboxleft{
  padding-top: 25%;
} 
.newsbox-button-prev {
  margin-right: 50px;
}
.newsboxleft .more{
  background-color: #CA2837;
}
/*.indexswiper5*/
.indexswiper5{
  background:url(../images/gsjjbg.png) no-repeat bottom center;
}
.indexswiper5 .gsjjbox {
  position: relative;
  height: 100%;

}
.videobox{
  width: 50%;
  background-color: #F7F7F7;
  box-sizing: border-box;
  position: absolute;
  height: 100%;

}
.video{
  padding: 0 5%;
 
  position: relative;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);

}
.video img{
  width: 100%;
}
.video span{
  position: absolute;
  color:#FFF;
  font-size: 70px;
  left: 50%;
  top: 50%;
 margin-top: -35px;
 margin-left: -35px;
 transition: all .3s;
 cursor: pointer;

}
.video span:hover{
  margin-top: -40px;
}
.gsjjright{
  background: url(../images/gsjjlogobg.png) no-repeat left top;
  width: 49%;
  float: right;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 9%;
  padding-top: 9%;
}
.gsjjright h3{
  font-size: 34px;
  
  margin-bottom: 40px;
}
.gsjjright .gsjjtxt{
  margin-top:38px;

}
.gsjjright .gsjjtxt p{
  font-size: 16px;
  line-height: 32px;
}
.gsjjright .gsjjtxt p:nth-child(2n){
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.gsjjbtn .more{
 background-color: #CA2837; 
 float: left;
 margin-top: 60px;
}
.gsjjbtn ul{
  float: right;
  margin-top: 40px;
}
.gsjjbtn ul li{
  font-size: 16px;
  line-height: 32px;
  overflow:hidden;
}
.gsjjbtn ul li a{
  color:#284665;
  float: left;
  
}
.gsjjbtn ul li s{
  display: block;
  float: left;
  width:43px;
  height:5px;
  background:transparent;
  margin-right: 10px;
  margin-top: 14px;
}
.gsjjbtn ul li:hover,.gsjjbtn ul li.gsjjbtnact{
  font-size: 18px;
}
.gsjjbtn ul li:hover s,.gsjjbtn ul li.gsjjbtnact s{
  background:rgba(202,40,55,1);

}
.gsjjbtn ul li:hover a,.gsjjbtn ul li.gsjjbtnact a{
  color:#333366;
}
.gsjjnum{
  margin-top: 40px;
}
.gsjjnumlist{
  float: left;
  width: 30%;
}
.gsjjnumlist p{
  color:#CA2837;
  font-size: 16px;
  text-align: center;
}
.gsjjnumlist p font{
  font-size: 48px; 
}
.gsjjnumlist span{
  font-size: 24px;
  margin-top: 20px;
  
  text-align: center;
  display: block;
}
@media (max-width: 1700px){
  .businesspic-container .swiper-slide{
    width: 800px;
  }
  .businesspic{
    padding-top: 0;
  }
  .businessnav ul li{
    line-height: 46px;
  }
  .businesstxt h5 {
    font-size: 28px;}
  .indextit h4{
  font-size: 30px;}
  .gsjjnumlist p font{
    font-size: 44px;
  }
}
@media (max-width: 1500px){
.businesspic-button{
	left: -148px;
}
  .newsboxleft{
    padding-top: 22%;
  }
  .more{
    margin-top: 50px;
  }
  .newsboxright h5{
    font-size: 20px;
    margin-bottom: 15px;
  }
  .newspic{
    margin-top: 15px;
  }
  .newsboxright p{
    margin-top: 15px;
  }
  .newsboxright span{
    margin-top: 15px;
  }
  .gsjjnum{
    margin-top: 40px;
  }
  .gsjjnumlist p font{
    font-size: 30px;
  }
  .gsjjnumlist span{
    font-size: 18px;
  }
  .gsjjbtn .more{
    margin-top: 10px;
  }
  .gsjjbtn ul{
    margin-top: 10px;
  }
  .gsjjright h3{
    font-size:26px;
    margin-bottom: 15px;
  }
  .gsjjright .gsjjtxt{
    margin-top: 15px;
  }
  .footnav li{
    margin-right: 8%;
  }
  .businesstxt h5{
    font-size: 24px;
    margin-bottom: 25px;
  }
  .indextit h4{
    font-size: 30px;
  }
  .indextit h4 span{
    font-size: 20px;
  }
  .businesstxt p,.businessnav,.businessbox{
    margin-top: 30px;
  }
  .indextit h4{
    margin-top: 7%;
  }
  .businesspic-container .swiper-slide{
    width: 700px;
    height: auto;
    overflow:hidden;
  }
  .businesspic{
    padding-left: 0;
  }
    .businesspic-container .swiper-slide img{
      width: 100%;
      display: block;
      height: auto;
    }
    .businesspic-button-next{
      margin-left: 24px;
    }
    .swiper-button-next, .swiper-button-prev{
      width: 50px;
      height: 35px;
      background-size: cover;
    }
   
    .gsjjbtn ul li{
      line-height: 28px;
      font-size: 16px;
    }
    .gsjjnum{
      margin-top: 10px;
    }
    .gsjjnumlist span{
      margin-top: 10px;
    }
    .businessnav ul li{
      font-size: 18px;
      line-height: 42px;
    }
    .businessnavline{
    	bottom: 21px;
    }
    .slidebox h5{
      margin-bottom: 30px;
    }
    .newsboxright .swiper-slide{
      padding:20px 15px;
      height: 70%;
    }
  
}
@media screen and (min-width:1400px) and (max-width:1500px){
.newsboxright p,.newsboxright span{
  margin-top: 30px;
}
.newsboxright h5{
  margin-bottom: 30px;
}
.newsindexbox{
  margin-top: 40px;
}
.gsjjbtn .more{
  margin-top: 20px;
  
}
.gsjjbtn ul,.gsjjnum{
  margin-top: 20px;
}
.videobox{
 /* padding: 10% 2.5% 0;
  padding-top: 8%;*/
}
.gsjjright{
  padding-top: 8%;
}
}
@media (max-width: 1400px){
.gsjjright{
	padding-top: 6%;
}
.indextit h4{
	margin-top: 6%;
}
 .businessnav ul li{
 	line-height: 38px;
 }
 .gsjjright .gsjjtxt p{
 	line-height: 28px;
 }
}
@media (max-width: 1400px){
   .businesspic{
    padding-left: 60px;
    margin-top: 0;
  }
.businesspic-button{
  left: -87px;
}
  .businesspic-container .swiper-slide{
  width: 600px;
}

}