
.section .pa100{
    padding-top: 71px;
    height: 100%;
    box-sizing: border-box;
}
.fp-section,
.section1 .slide{
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.section1 .main{
  text-align: center;
}
.section1 .btn{
  width: 78px;
  transition:1s all;
  height: 78px;
  margin: 40px auto 0;
  background: url(../images/banner_video.png) no-repeat center;
}
.section1 .btn:hover{
  transform: rotate(360deg);
}
.section1 .fp-controlArrow.fp-prev{
  width: 47px;
  height: 47px;
  border: 0;
  left: 80px;
  background: url(../images/banner_left.png) no-repeat center;
  margin-top: -24px;
}
.section1 .fp-controlArrow.fp-next{
  width: 47px;
  height: 47px;
  border: 0;
  right: 80px;
  background: url(../images/banner_right.png) no-repeat center;
  margin-top: -24px;
}
.section1 .fp-slidesNav ul li{
  width: 50px;
  height: 3px;
  background: rgba(255,255,255,0.3);
}
.section1 .fp-slidesNav ul li span{
  display: none;
}
.section1 .fp-slidesNav ul li a.active{
  background: #fff;
}
.section2 .left{
  width: 50%;
  position: relative;
}
.section2 .left .main{
  width: 730px;
  margin-left: calc( 100% - 800px )
}
.section2 .img1{
  position: absolute;
  top: 0;
  left: 50%;
}
.section2 .font{
  margin-top: 5vh;
}
.section2 .font .p1{
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  color: #333;
}
.section2 .font .p2{
  font-size: 16px;
  line-height: 30px;
}
.section2 .slides{
  width: 570px;
  transform: translate(-15px,0);
  margin-left: calc( 100% - 800px );
}
.section2 .mySwiper{
  width: 100%;
  overflow: hidden;
}
.section2 .swiper-slide{
  transform: scale(0.9);
  opacity: 0;
}
.section2 .swiper-slide-next,
.section2 .swiper-slide-prev{
  opacity: 1;
  transition: 0.3s all;
}
.section2 .swiper-slide-active{
  transform: scale(1);
  z-index: 2;
  transition: 0.3s all;
  opacity: 1;
}



/*基本样式*/
.poster-main{
  width: 570px;
  height: 354px;
  position: relative;
}
.poster-main a,.poster-main img{
  display:block;
}
.poster-main .poster-list{
  width: 570px;
  height: 354px;
}
.poster-main .poster-list .poster-item{
  width: 200px;
  height: 500px;
  position:absolute;
  left:0;
  top:0;
}
.poster-main .poster-btn{
  position:absolute;
  top:0;
  z-index:10;
  cursor:pointer;
}
.poster-main .poster-prev-btn{
  left:0;
}
.poster-main .poster-next-btn{
  right:0;
}

.poster-main .poster-prev-btn i{
  position: absolute;
  left: -88px;
  top: 50%;
  margin-top: -24px;
  width: 47px;
  height: 47px;
  transition: 0.3s all;
  background: #cfcfd0 url(../images/slides_btn1.png) no-repeat center;
  border-radius: 50%;
}
.poster-main .poster-prev-btn i:hover{
  background: #e50214 url(../images/slides_btn11.png) no-repeat center;
}
.poster-main .poster-next-btn i{
  position: absolute;
  right: -88px;
  top: 50%;
  margin-top: -24px;
  width: 47px;
  height: 47px;
  transition: 0.3s all;
  background: #cfcfd0 url(../images/slides_btn2.png) no-repeat center;
  border-radius: 50%;
}
.poster-main .poster-next-btn i:hover{
  background: #e50214 url(../images/slides_btn22.png) no-repeat center;
}
.poster-main li p{
  text-align: center;
  color: #333;
  font-size: 18px;
  font-weight: bold;
}
.section1 .slide{
  position: relative;
}
.section1 video{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section2 .left{
  height: calc( 100vh - 100px )
}
.section2 .slides{
  position: absolute;
  bottom: 45px;
  left: 0;
}
.section2 .swiper-button-prev{
  position: absolute;
  left: -88px;
  top: 50%;
  margin-top: -24px;
  width: 47px;
  height: 47px;
  transition: 0.3s all;
  background: #cfcfd0 url(../images/slides_btn1.png) no-repeat center;
  border-radius: 50%;
}
.section2 .swiper-button-prev:hover{
  background: #e50214 url(../images/slides_btn11.png) no-repeat center;
}
.section2 .swiper-button-next{
  position: absolute;
  right: -88px;
  top: 50%;
  margin-top: -24px;
  width: 47px;
  height: 47px;
  transition: 0.3s all;
  background: #cfcfd0 url(../images/slides_btn2.png) no-repeat center;
  border-radius: 50%;
}
.section2 .swiper-button-next:hover{
  background: #e50214 url(../images/slides_btn22.png) no-repeat center;
}
.section2 .swiper-slide p{
  text-align: center;
  padding-top: 30px;
  position: relative;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  font-weight: bold;
  display: none;
}
.section2 .swiper-slide p:before{
  content: "";
  position: absolute;
  left: 50%;
  width: 1px;
  height: 18px;
  top: 5px;
  background: #e50214;
}
.section2 .bg{
  width: 893px;
  height: 163px;
  max-width: 90%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../images/section2_bg.png) no-repeat top right;
}
.section2 .swiper-slide-active p{
  display: block;
}
.section2 .right{
  width: 50%;
}
.section2 .right video{
  width: 100%;
  /*object-fit: cover;*/
  height: calc( 85vh - 80px  );
}
.section2 .right .main{
  width: 800px;
  height: calc( 15vh - 20px  );
  font-size: 0;
  box-sizing: border-box;
}
.section2 .right .main p{
  font-size: 16px;
  line-height: 30px;
}
.section2 .right .main li{
  display: table;
  width: 50%;
  height: 100%;
  padding-left: 30px;
  float: left;
  position: relative;
  box-sizing: border-box;
}
.section2 .right .main li div{
  display: table-cell;
  vertical-align: middle;
}
.section2 .right .main li:before{
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  margin-top: -34px;
  height: 68px;
  background: #e2e3ea;
}
.section2 .right .main p i{
  font-size: 36px;
  font-weight: bold;
  color: #e50214;
}
.section2 .right .main p span{
  font-size: 24px;
  color: #e50214;
}
.section2 .right .main p:first-child{
  margin-bottom: 20px;
}

.section3 .main li{
  width: 10.875%;
  float: left;
  transition: 0.5s all;
  opacity: 0;
  margin-top: 5vh;
  height: calc( 100vh - 258px );
  max-height: 625px;
  position: relative;
  overflow: hidden;
  margin-right: 0.1875%;
}
.section3 .main li .bg1{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  filter:blur(5px);
}
.section3 .main li.active .bg1{
  filter:blur(0);
}
.section3 .main li:before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0,0,0,0.5);
}
.section3 .main li a{
  display: block;
  height: 100%;
}
.section3 .main li:nth-of-type(4n){
  margin-right: 0;
}
.section3 .main li.active{
  width: 66.5%;
}
.section3 .main li .p0{
  font-size: 22px;
  font-weight: bold;
  position: absolute;
  left: 50%;
  width: 24px;
  margin-left: -12px;
  transition: 0s all;
  bottom: 50%;
  transform: translate(0,50%);
  color: #fff;
}
.section3 .main li.active .p0{
  /*width: calc( 100% - 120px );
  left:60px;
  margin-left: 0;
  top: inherit;
  bottom: 100px;
  transform: translate(0,0);*/
  opacity: 0;
  visibility: hidden;
}
.section3 .main li .font{
  position: absolute;
  width: calc( 100% - 120px );
  left: 60px;
  bottom: 120px;
  opacity: 0;
  visibility: hidden;
}
.section3 .main li.active .font{
  transition: 0.2s all;
  transition-delay: 0.2s;
  opacity: 1;
  bottom: 60px;
  visibility: visible;
}
.section3 .main li .font .p1{
  font-size: 28px;
  font-weight: bold;
  color: #fff;
}
.section3 .main li .font .p2{
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  margin-top: 20px;
}


.section3 .main li.l1 {
  -webkit-transform: translate3d(-600px, 0, 0);
  -ms-transform: translate3d(-600px, 0, 0);
  transform: translate3d(-600px, 0, 0);
}
.section3 .main li.l2 {
  -webkit-transform: translate3d(-300px, 0, 0);
  -ms-transform: translate3d(-300px, 0, 0);
  transform: translate3d(-300px, 0, 0);
}
.section3 .main li.l3 {
  -webkit-transform: translate3d(300px, 0, 0);
  -ms-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0);
}
.section3 .main li.l4 {
  -webkit-transform: translate3d(600px, 0, 0);
  -ms-transform: translate3d(600px, 0, 0);
  transform: translate3d(600px, 0, 0);
}
.section3.active .main li {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
}








.section4 .tab{
  margin-top: 5vh;
}
.section4 .tab a{
  float: left;
  background: #eeeef3;
  width: 15.625%;
  border-top: 1px solid transparent;
  margin-right: 1.25%;
}
.section4 .tab a.active,
.section4 .tab a:hover{
  border-top: 1px solid #e50214;
}
.section4 .tab a:nth-of-type(6n){
  margin-right: 0;
}
.section4 .tab a .img{
  height: 190px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section4 .tab a .p1{
  font-size: 16px;
  color: #333;
  font-weight: bold;
  padding-bottom: 20px;
  text-align: center;
}
.section4 .tab a .p1 span{
  
}
.section4 .pc_main .tab a .img{
  overflow: hidden;
}
.section4 .pc_main .tab a .img img{
  transition: 0.3s all;
}
.section4 .pc_main .tab a:hover{
  transform: scale(1.1);
}
.section4 .rela{
  margin-top: 3vh;
  height: 421px;
}
.section4 .main{
  position: absolute;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  z-index: -99;
}
.section4 .main.active{
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
.section4 .main .slider{
  overflow: hidden;
}
.section4 .main:before{
  position: absolute;
  content: "";
  width: 520px;
  height: 160px;
  background: url(../images/wj.png) no-repeat center;
}
.section4 .main .swiper-slide{
  text-align: center;

}
.section4 .main .swiper-slide .img{
  height: 330px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section4 .main .swiper-slide .img img{
  max-height: 100%;
}
.section4 .main .swiper-slide{
  transform: scale(0.7);
  transition: 0.3s all;
}
.section4 .main .swiper-slide-active{
  transform: scale(1);
}
.section4 .main i{
  width: 40px;
  height: 2px;
  opacity: 0;
  transition: 0.3s all;
  background: #e50214;
  margin: 20px auto 15px;
}
.section4 .main p{
  font-size: 24px;
  opacity: 0;
  transition: 0.3s all;
  color: #333;
}
.section4 .main .swiper-slide-active p,
.section4 .main .swiper-slide-active i{
  opacity: 1;
}

.section4{
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
}
.section4 .swiper-button-prev{
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -24px;
  width: 47px;
  height: 47px;
  transition: 0.3s all;
  background: #cfcfd0 url(../images/slides_btn1.png) no-repeat center;
  border-radius: 50%;
}
.section4 .swiper-button-prev:hover{
  background: #e50214 url(../images/slides_btn11.png) no-repeat center;
}
.section4 .swiper-button-next{
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -24px;
  width: 47px;
  height: 47px;
  transition: 0.3s all;
  background: #cfcfd0 url(../images/slides_btn2.png) no-repeat center;
  border-radius: 50%;
}
.section4 .swiper-button-next:hover{
  background: #e50214 url(../images/slides_btn22.png) no-repeat center;
}
.section5 .all_title{
  margin-bottom: 5vh;
}
.section5 .main li{
  width: 440px;
  height: 25vh;
  display: flex;
  margin-bottom: 4vh;
  padding: 0 60px;
  box-sizing: border-box;
  position: relative;
  flex-direction:column;
  background: rgba(255,255,255,0.03);
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(255,255,255,0.5);
}
.section5 .main li:last-child{
  margin-bottom: 0;
}
.section5 .main li .p1{
  font-size: 30px;
  line-height: 44px;
  color: #fff;
}
.section5 .main li .p2{
  line-height: 30px;
  font-size: 16px;
  color: #ccc;
}
.section5 .main li .font{
  width: 100%;
  box-sizing: border-box;
  padding-left: 135px;
  margin-bottom: 10px;
}
.section5 .main li.ico1 .font{
  background: url(../images/section5_1.png) no-repeat left;
}
.section5 .main li.ico2 .font{
  background: url(../images/section5_2.png) no-repeat left;
}
.section5 .main li.ico3 .font{
  background: url(../images/section5_3.png) no-repeat left;
}
.section5 .main li.ico4 .font{
  background: url(../images/section5_4.png) no-repeat left;
}
.section5 .main li .p3{
  flex-direction: row-reverse;
  display: flex;
  width: 100%;
}
.section5 .main li .btn{
  width: 47px;
  height: 47px;
  border: 1px solid rgba(255,255,255,0.5);
  border-radius: 50%;
  box-sizing: border-box;
  background: url(../images/slides_btn22.png) no-repeat center;
}
.section5 .main li .btn:hover{
  border: 1px solid #e50214;
  background: #e50214 url(../images/slides_btn22.png) no-repeat center;
}
.section5 .pc_main{
  position: relative;
}
.section5 .img{
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -235px;
  padding: 18px;
  width: 470px;
  border-radius: 50%;
  height: 470px;
  overflow: hidden;
  box-sizing: border-box;
  background: url(../images/in5.png) no-repeat center;
  background-size: cover;
  margin-top: -235px;
}
.section5 .img .bg{
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.section5 .pc_main .main li:before{
  content: "";
  width: 23px;
  height: 56px;
  position: absolute;
}
.section5 .pc_main .main li:after{
  content: "";
  position: absolute;
  width: 1px;
  height: calc( 100% - 54px );
  background: rgba(255,255,255,0.5);
}
.section5 .pc_main .main li.ico1:before{
  bottom: -1px;
  right: -23px;
  background: url(../images/section5_dot1.png) no-repeat center;
}
.section5 .pc_main .main li.ico2:before{
  top: -1px;
  right: -23px;
  background: url(../images/section5_dot2.png) no-repeat center;
}
.section5 .pc_main .main li.ico3:before{
  bottom: -1px;
  left: -23px;
  background: url(../images/section5_dot3.png) no-repeat center;
}
.section5 .pc_main .main li.ico4:before{
  top: -1px;
  left: -23px;
  background: url(../images/section5_dot4.png) no-repeat center;
}
.section5 .pc_main .main li.ico2,
.section5 .pc_main .main li.ico1{
  border-right: 0;
}
.section5 .pc_main .main li.ico3,
.section5 .pc_main .main li.ico4{
  border-left: 0;
}
.section5 .pc_main .main li.ico1:after{
  right: 0;
  top: 0;
}
.section5 .pc_main .main li.ico2:after{
  right: 0;
  bottom: 0;
}
.section5 .pc_main .main li.ico3:after{
  left: 0;
  top: 0;
}
.section5 .pc_main .main li.ico4:after{
  left: 0;
  bottom: 0;
}

.section6 .all_title{
  margin-bottom: 5vh;
}
.section6 .main li{
  width: 23.75%;
  box-sizing: border-box;
  background: #e2e3e3;
  padding: 50px 50px 0;
  height: 33.3333vh;
  float: left;
  margin-right: 1.66666%;
}
.section6 .main li:nth-of-type(4n){
  margin-right: 0;
}
.section6 .main li .p1{
  font-size: 18px;
  color: #27292c;
  margin-top: 30px;
  margin-bottom: 15px;
}
.section6 .main li .p2{
  font-size: 21px;
  font-weight: bold;
  color: #27292c;
}
.aligncenter{
  display: block;
  margin: 0 auto;
}
.section6 .main li.code img{
  max-width: 170px;
}
.section6 .main li .p3{
  font-size: 18px;
  color: #27292c;
  margin-top: 15px;
  text-align: center;
}
.section6 .code{
  padding-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section6 .top{
  height: calc( 100vh - 71px - 253px );
}
.section6 .footer{
  height: 253px;
}


.need_move{
  transition: 1.6s all;
  transition-delay: 0.3s;
  opacity: 0;
}
.section.active .need_move{
  opacity: 1;
}
.section5 .ico1{
  transform: translate(-300px,-300px);
}
.section5 .ico2{
  transform: translate(-300px,300px);
}
.section5 .ico3{
  transform: translate(300px,-300px);
}
.section5 .ico4{
  transform: translate(300px,300px);
}
.section5 .img{
  transform:scale(0.5);
}
.section5.active .img{
  transform:scale(1);
}
.normal_move,
.section .all_title,
.section6 li{
  transform: translate(0,100px);
}
.section6 li:nth-of-type(2){
  transition-delay: 0.2s;
}
.section6 li:nth-of-type(3){
  transition-delay: 0.4s;
}
.section6 li:nth-of-type(4){
  transition-delay: 0.6s;
}
.section.active .normal_move,
.section.active .all_title,
.section5.active .ico2,
.section5.active .ico1,
.section6.active li,
.section5.active .ico3,
.section5.active .ico4{
  transform: translate(0,0);
}


.about .part1 .font{
  padding-top: 35px;
  width: 740px;
}
.about .part1 .font .p1{
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin-bottom: 25px;
}
.about .part1 .font .p2{
  font-size: 16px;
  line-height: 30px;
  color: #333;
  margin-bottom: 25px;
}

.about .part1 .font .main{
  font-size: 0;
}
.about .part1 .font .main p{
  font-size: 16px;
  line-height: 30px;
}
.about .part1 .font .main li{
  display: table;
  width: 50%;
  height: 100%;
  padding-left: 30px;
  float: left;
  position: relative;
  box-sizing: border-box;
}
.about .part1 .font .main li div{
  display: table-cell;
  vertical-align: middle;
}
.about .part1 .font .main li:before{
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  margin-top: -34px;
  height: 68px;
  background: #e2e3ea;
}
.about .part1 .font .main p i{
  font-size: 48px;
  font-weight: bold;
  color: #e50214;
}
.about .part1 .font .main p span{
  font-size: 24px;
  color: #e50214;
}
.about .part1 .font .main p:first-child{
  margin-bottom: 20px;
}
.about .part1 .img{
  width: 517px;
  position: relative;
  height: 345px;
}
.about .part1 .img img{
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.about .part1 .img:after{
  content: "";
  position: absolute;
  left: 11%;
  width: 90%;
  height: 100%;
  background: #cc0000;
  top: 7px;
}
.about .part1{
  padding-bottom: 50px;
}
.about .part2 li{
}
.about .part2 li .top{
  border-bottom: 1px solid #eaeaea;
  line-height: 120px;
  padding: 0 60px;
  /*background: #fff;*/
}
.about .part2 li .top *{
  display: inline-block;
  vertical-align: middle;
}
.about .part2 li .top span{
  font-size: 24px;
  color: #333;
  margin-left: 50px;
  font-weight: bold;
}
.about .part2 li .top em{
  font-size: 16px;
  margin-left: 40px;
  width: calc( 100% - 275px );
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;

}
.about .part2 li .main{
  font-size: 16px;
  line-height: 30px;
  border-bottom: 1px solid #d4d7dc;
  border-top: 0;
  padding: 40px 60px;
  color: #333;
}
.about .all_bg{
  padding-bottom: 100px;
}
.about .part3{
  padding: 60px 40px;
}
.about .part3 .pw{
  font-size: 24px;
}
.about .part3 .main{
  margin-top: 40px;
}
.about .part3 li{
  width: 25%;
  float: left;
}
.about .part3 li .p1 i{
  font-size: 36px;
  color: #e50214;
  font-weight: bold;
}
.about .part3 li .p1 em{
  font-size: 18px;
  font-weight: bold;
}
.about .part3 li .p2{
  font-size: 18px;
  color: #333;
}
.all_title .right2 a{
  float: left;
  padding: 0 15px;
  font-size: 16px;
  line-height: 45px;
  text-align: center;
  border-radius: 45px;
  box-sizing: border-box;
  margin-right: 15px;
  border: 1px solid #ccc;
  background: rgba(255,255,255,0.8);
}
.all_title .right2 a:last-child{
  margin-right: 0;
}
.all_title .right2 a.active{
  background: #e50214;
  font-weight: bold;
  border: 1px solid #e50214;
  color: #fff;
}
.honor .slider{
  width: 100%;
  overflow: hidden;
}
.honor .swiper-slide{
  float: left;
  width: 246px;
  margin-right: 20px;
}
.honor .swiper-container-initialized{
  margin-right: inherit;
  width: inherit;
  float: none;
}
.honor .all_title{
  margin-bottom: 45px;
}
.honor .main{
  position: relative;
}

.honor .swiper-button-prev{
  position: absolute;
  left: -47px;
  top: 50%;
  margin-top: -24px;
  width: 47px;
  height: 47px;
  transition: 0.3s all;
  background: #cfcfd0 url(../images/slides_btn1.png) no-repeat center;
  border-radius: 50%;
}
.honor .swiper-button-prev:hover{
  background: #e50214 url(../images/slides_btn11.png) no-repeat center;
}
.honor .swiper-button-next{
  position: absolute;
  right: -47px;
  top: 50%;
  margin-top: -24px;
  width: 47px;
  height: 47px;
  transition: 0.3s all;
  background: #cfcfd0 url(../images/slides_btn2.png) no-repeat center;
  border-radius: 50%;
}
.honor .swiper-button-next:hover{
  background: #e50214 url(../images/slides_btn22.png) no-repeat center;
}

.news .main li{
  border: 1px solid #eee;
  margin-top: 25px;
}
.news .main li .img{
  width: 332px;
  height: 182px;
  float: left;
  overflow: hidden;
}
.news .main li .img img{
  transition: 0.3s all;width: 100%;
}
.news .main li .font{
  width: calc( 100% - 372px );
  float: left;
  padding-top: 25px;
  margin-left: 40px;
}
.news .main li .font .p1{
  font-size: 16px;
  color: #e50214;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 10px;
  text-overflow: ellipsis;
}
.news .main li .font .p2{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
  font-size: 24px;
  color: #333;
}
.news .main li .font .p3{
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 15px;
  text-overflow: ellipsis;
}
.news .main li .font .p4 a{
  display: inline-block;
  padding-left: 16px;
  background: url(../images/section4_dot.png) no-repeat left;
}
.news .main li:hover .font .p2,
.news .main li:hover .font .p4 a{
  color: #e50214;
}
.news .main li:hover .img img{
  transform: scale(1.2);
}
.news .all_bg{
  padding-bottom: 0;
}
.news_detail .all_bg{
  padding-bottom: 120px;
}

.news_detail .top{
  text-align: center;
  padding-bottom: 25px;
  margin-bottom: 45px;
  border-bottom: 1px solid #c3c5d1;
}
.news_detail .top .p1{
  font-size: 30px;
  color: #1a1d3c;
  font-weight: bold;
  margin-bottom: 25px;
}
.news_detail .top .p2 span{
  margin: 0 10px;
}
.news_detail .main{
  line-height: 30px;
  font-size: 16px;
  color: #797b89;
}
.news_detail .all_bg{
  padding-left:210px;
  padding-right:210px;
}
.news_detail .btn{
  width: 200px;
  line-height: 43px;
  text-align: center;
  margin: 50px auto 40px;
  border-radius: 43px;
  background: #e50214;
}
.news_detail .btn span{
  color: #fff;
  padding-left: 36px;
  display: inline-block;
  background: url(../images/news_detail.png) no-repeat left;
}
.news_detail .np{
  font-size: 16px;
  padding-top: 35px;
  line-height: 30px;
  border-top: 1px solid #c9cede;
}
.news_detail .np span{
  font-weight: bold;
  color: #e50214;
}
.news_detail .np a:hover{
  color: #e50214;
}
.case .main li{
  border: 1px solid #e6e5e5;
}
.case .main .font{
  width: 718px;
  padding: 110px 80px 0;
  box-sizing: border-box;
  position: relative;
}
.case .main .font .p1{
  font-size: 30px;
  font-weight: bold;
  position: relative;
  line-height: 30px;
  margin-bottom: 25px;
  color: #333;
}
.case .main .font .p1:before{
  content: "";
  position: absolute;
  left: -80px;
  top: 0;
  width: 35px;
  height: 3px;
  background: url(../images/case1.png) no-repeat center;
}
.case .main .font .p2{
  font-size: 18px;
  line-height: 36px;
  margin-bottom: 70px;
  overflow:hidden;
display:-webkit-box;
-webkit-box-orient:vertical;
-webkit-line-clamp:3;
}
.case .main .font .btn{
  padding-left: 45px;
  line-height: 40px;
  background: url(../images/case2.png) no-repeat left;
}
.case .main li{
  margin-top: 40px;
}
.case .main li .img{
  width: 588px;
  height: 400px;
  overflow: hidden;
}
.case .main li .img img{
  transition: 0.3s all;
}
.case .main li:hover .img img{
  transform: scale(1.2);
}
.case .main li:hover .btn,
.case .main li:hover .p1{
  color: #e50214;
}
.case .all_bg{
  padding-bottom: 80px;
}
.contact .title,
.pro_detail .title,
.case_detail .title{
  color: #1a1d3c;
  font-weight: bold;
  font-size: 30px;
  border-bottom: 1px solid #d3d3dc;
  text-align: center;
}
.pro_detail .title span,
.case_detail .title span{
  display: inline-block;
  padding-bottom: 15px;
  border-bottom: 2px solid #e50214;
}
.contact .title span{
  position: relative;
  padding-bottom: 15px;
}
.contact .title span:after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -15px;
  width: 30px;
  height: 3px;
  background: #e50214;
}
.case_detail .all_bg{
  padding-left:210px;
  padding-right:210px;
}

.case_detail .top{
  position: relative;
}
.case_detail .top .slider{
  overflow: hidden;
}
.case_detail .top .img{
}




.case_detail .top .swiper-button-prev{
  position: absolute;
  left: -23px;
  top: 50%;
  margin-top: -24px;
  width: 47px;
  height: 47px;
  transition: 0.3s all;
  background: #cfcfd0 url(../images/slides_btn1.png) no-repeat center;
  border-radius: 50%;
}
.case_detail .top .swiper-button-prev:hover{
  background: #e50214 url(../images/slides_btn11.png) no-repeat center;
}
.case_detail .top .swiper-button-next{
  position: absolute;
  right: -23px;
  top: 50%;
  margin-top: -24px;
  width: 47px;
  height: 47px;
  transition: 0.3s all;
  background: #cfcfd0 url(../images/slides_btn2.png) no-repeat center;
  border-radius: 50%;
}
.case_detail .top .swiper-button-next:hover{
  background: #e50214 url(../images/slides_btn22.png) no-repeat center;
}
.case_detail .main{
  font-size: 16px;
  padding-top: 50px;
  line-height: 30px;
}
.case_detail .all_bg{
  padding-bottom: 120px;
}
.product .all_bg{
  padding-bottom: 0;
}
.product .all_name{
  margin-bottom: 30px;
}
.product .tab li{
  float: left;
  border-top: 3px solid transparent;
  margin-bottom: 1px;
  transition: 0.3s all;
  width: calc( 100% / 6 - 5px / 6 );
  margin-right: 1px;
  background: rgba(255,255,255,0.95);
}
.product .tab li:hover{
  transform: scale(1.1);
  position: relative;
  z-index: 2;
}
.product .tab li:last-child{
  margin-right: 0;
}
.product .tab li:hover,
.product .tab li.active{
  border-top: 3px solid #e50214;
  background: #f3f2f7;
}
.product .tab .img{
  height: 190px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product .tab .p1{
  font-size: 16px;
  color: #333;
  font-weight: bold;
  text-align: center;
  padding-bottom: 20px;
}
.product .main li{
  border-bottom: 1px solid #dadcde;
  background: url(../images/pro_bg1.png) no-repeat center;
  background-size: cover;
}
.product .main li:nth-of-type(2n){
  background: url(../images/pro_bg.png) no-repeat center;
  background-size: cover;
}
.product .main li .img{
  height: 520px;
  float: left;
  /*overflow: hidden;*/
    text-align: center;
    display: flex;
  width: 50%;
    align-items: center;
}
.product .paging{
  padding: 30px 0 44px;
}
.product .main li .font{
  height: 520px;
  width: 45%;
  float: left;
  margin-left: 5%;
    display: flex;
    align-items: center;
}
.product .main li .img img{
  transition: 0.3s all;
}
.product .main li:hover .img img{
  transform: scale(1.2);
}
.product .main li .font .p1{
  font-size: 30px;
  margin-bottom: 30px;
  color: #333;
  font-weight: bold;
}
.product .main li .font .p2{
  font-size: 16px;
  line-height: 30px;
}
.product .main li .font .btn{
  width: 140px;
  line-height: 50px;
  border-radius: 50px;
  background: #e7e6e6;
  margin-top: 100px;
  text-align: center;
}
.product .main li .font .btn span{
  padding-right: 25px;
  background: url(../images/section4_dot.png) no-repeat right;
}
.product .main li:hover .font .btn{
  background: #e50214;
  color: #fff;
}
.product .main li:hover .font .btn span{
  background: url(../images/slides_btn22.png) no-repeat right;
}
.product .main li:hover .font .p1{
  color: #e50214;
}
.product .main li:nth-of-type(2n) .font{
  float: left;
  margin-left: 0;
  margin-right: 5%;
}

.product .main li:nth-of-type(2n) .img{
  float: right;
}
.pro_detail .top .p1{
  font-size: 16px;
  line-height: 30px;
  margin-top: 40px;
  color: #333;
}
.pro_detail .top .p1 i{
  font-weight: bold;
}
.pro_detail .img{
  text-align: center;
  margin-top: 50px;
}









.pro_detail .top_slide{
  position: relative;
  margin-top: 50px;
}
.pro_detail .top_slide .slider{
  overflow: hidden;
  text-align: center;
}
.pro_detail .top_slide .swiper-button-prev{
  position: absolute;
  left: -132px;
  top: 50%;
  margin-top: -24px;
  width: 47px;
  height: 47px;
  transition: 0.3s all;
  background: #cfcfd0 url(../images/slides_btn1.png) no-repeat center;
  border-radius: 50%;
}
.pro_detail .top_slide .swiper-button-prev:hover{
  background: #e50214 url(../images/slides_btn11.png) no-repeat center;
}
.pro_detail .top_slide .swiper-button-next{
  position: absolute;
  right: -132px;
  top: 50%;
  margin-top: -24px;
  width: 47px;
  height: 47px;
  transition: 0.3s all;
  background: #cfcfd0 url(../images/slides_btn2.png) no-repeat center;
  border-radius: 50%;
}
.pro_detail .top_slide .swiper-button-next:hover{
  background: #e50214 url(../images/slides_btn22.png) no-repeat center;
}
.pro_detail .title1{
  margin-top: 100px;
  padding: 70px 0 15px;
  border-top: 1px solid #c9cede;
  border-bottom: 1px solid #dadcde;
}
.pro_detail .title1 span{
  padding-top: 20px;
  display: block;
  font-size: 30px;
  color: #333;
  font-weight: bold;
  background: url(../images/all_top.png) no-repeat top left;
}
.pro_detail .main{
  line-height: 36px;
  font-size: 18px;
  color: #333;
  padding-top: 30px;
}

.support .main{
  margin-top: 30px;
  font-size: 18px;
  line-height: 36px;
  color: #333;
}
.support .all_bg{
  padding-bottom: 50px;
}
.map .all_bg .p0,
.team .all_bg .p1{
  font-size: 24px;
  color: #333;
  margin-top: 30px;
}
.team .main{
  margin-bottom: -65px;
  margin-top: 50px;
}
.team .main li{
  width: 50%;
  float: left;
  padding: 30px 0;
  text-align: center;
}
.team .main li .img{
  height: 522px;
  text-align: center;
}
.team .main li p{
  font-size: 24px;
  color: #333;
  margin-top: 35px;
}

.map .right{
  border: 1px solid #ee0109;
  padding: 15px 50px;
  border-radius: 90px;
}
.map .right .ico{
  padding-left: 90px;
  background: url(../images/map.png) no-repeat left;
}
.map .right .ico .p1{
  font-size: 18px;
  color: #333;
  line-height: 30px;
}
.map .right .ico .p2{
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
  color: #333;
}
.map .main img{
  text-align: center;
  display: block;
  margin: 0 auto;
}
.map .main{
  width: 1100px;
  margin: 40px auto 0;
  position: relative;
}
.map .main i{
  width: 6px;
  background: #cc3300;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.5);
  height: 6px;
  position: absolute;
}
.map .main i:before{
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0.4;
  border-radius: 50%;
  background: #cc3300;
  position: absolute;
  animation: xing 2s linear infinite;
}
@keyframes xing{
  0%{
    transform: scale(1);
  }
  50%{
    transform: scale(4);
  }
  100%{
    transform: scale(1);
  }

}
.map .main .ico1{
  left: 146px;
  top: 259px;
}
.map .main .ico2{
  left: 146px;
  top: 482px;
}
.map .main .ico3{
  left: 388px;
  top: 308px;
}
.map .main .ico4{
  left: 370px;
  top: 414px;
}
.map .main .ico5{
  left: 484px;
  top: 549px;
}
.map .main .ico6{
  left: 457px;
  top: 705px;
}
.map .main .ico7{
  left: 576px;
  top: 308px;
}
.map .main .ico8{
  left: 594px;
  top: 374px;
  display: none;
  background: #0d3178;
}
.map .main .ico9{
  left: 587px;
  top: 408px;
}
.map .main .ico10{
  left: 595px;
  top: 591px;
}
.map .main .ico11{
  left: 623px;
  top: 723px;
}
.map .main .ico12{
  left: 648px;
  top: 433px;
}
.map .main .ico13{
  left: 659px;
  top: 839px;
}
.map .main .ico14{
  left: 698px;
  top: 363px;
}
.map .main .ico15{
  left: 729px;
  top: 461px;
}
.map .main .ico16{
  left: 718px;
  top: 485px;
}
.map .main .ico17{
  left: 579px;
  top: 648px;
  background: #0d3178;
}
.map .main .ico18{
  left: 691px;
  top: 628px;
}
.map .main .ico19{
  left: 693px;
  display: none;
  top: 785px;
  background: #0d3178;
}
.map .main .ico20{
  left: 737px;
  top: 558px;
}
.map .main .ico21{
  left: 691px;
  top: 531px;
}
video{
  max-width: 100%;
}
.map .main .ico22{
  left: 766px;
  top: 381px;
}
.map .main .ico23{
  left: 733px;
  top: 714px;
}
.map .main .ico24{
  right: 337px;
  bottom: 122px;
  display: none;
  background: #0d3178;
}
.map .main .ico25{
  right: 339px;
  bottom: 147px;
}
.map .main .ico26{
  right: 266px;
  bottom: 223px;
}
.map .main .ico27{
  right: 221px;
  bottom: 304px;
}
.map .main .ico28{
  right: 196px;
  bottom: 349px;
}
.map .main .ico29{
  right: 224px;
  bottom: 373px;
}
.map .main .ico30{
  right: 256px;
  bottom: 419px;
}
.map .main .ico31{
  right: 290px;
  bottom: 355px;
}
.map .main .ico32{
  right: 317px;
  bottom: 258px;
}
.map .main .ico33{
  right: 273px;
  bottom: 471px;
}
.map .main .ico34{
  right: 173px;
  top: 128px;
}
.map .main .ico35{
  right: 154px;
  top: 168px;
}
.map .main .ico36{
  right: 156px;
  top: 226px;
}
.map .main .ico37{
  right: 192px;
  top: 267px;
}
.map .main .ico38{
  right: 193px;
  top: 295px;
}
.map .main .ico39{
  right: 295px;
  top: 349px;
}
.map .main .ico40{
  right: 188px;
  bottom: 168px;
  background: #0d3178;
}

.map .main .no_ss{
  background: #0d3178;
}
.map .main .ico8:before,
.map .main .ico24:before,
.map .main .ico19:before,
.map .main .no_ss:before,
.map .main .ico40:before,
.map .main .ico17:before{
  background: #0d3178;
  display: none;
}
.map .content{
  padding-top: 25px;
}
.map .content li{
  width: 615px;
  padding: 30px 0 60px;
  float: left;
  border-top: 2px solid #e8e7e7;
}
.map .content li:nth-of-type(2n){
  float: right;
}
.map .content li .p1{
  padding-left: 20px;
  font-size: 24px;
  color: #333;
  font-weight: bold;
  position: relative;
}
.map .content li .p2{
  padding-left: 20px;
  color: #333;
  font-size: 18px;
  margin-top: 20px;
}
.map .content li .p1:before{
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 12px;
  height: 4px;
  background: #e50214;
}
.map .all_bg{
  padding-bottom: 60px;
}
.service .main{
  margin-top: 40px;
}
.service .main li{
  width: 25%;
  position: relative;
  float: left;
  text-align: center;
}
.service .main li .font{
  padding: 70px 0 115px;
  cursor: pointer;
}
.service .main li p{
  font-size: 18px;
  margin-top: 25px;
  color: #333;
}
.service .main li .mask{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
  height: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 3;
}
.service .main li .show{
  position: fixed;
  left: 50%;
  margin-left: -188px;
  top: 50%;
  transform: translate(0,-50%);
  width: 376px;
  padding: 40px 0;
  opacity: 0;
  z-index: 4;
  visibility: hidden;
  background: linear-gradient(to top, #e0e5ec, #f7fafe);
}
.service .main li .show.active{
  opacity: 1;
  visibility: visible;
}
.service .main li .show .close{
  width: 30px;
  height: 30px;
  position: absolute;
  right: -15px;
  z-index: 1;
  top: -15px;
  background: url(../images/service_close.png) no-repeat center;
}
.contact .all_bg .p0{
  font-size: 24px;
  color: #333;
  margin-top: 15px;
}
.contact .part{
  padding-top: 40px;
}

.contact .part .main{

}
.contact .part .main li{
  padding: 20px 0 20px 20px;
  float: left;
  width: 620px;
  border-bottom: 1px solid #cccccc;
}
.contact .part .main li:nth-of-type(2n){
  float: right;
}
.contact .part .main li .font{
  margin-left: 65px;
  position: relative;
  float: left;
  width: calc( 100% - 111px );
  color: #333;
  padding-top: 10px;
}
.contact .part .main li .font i{
  width: 26px;
  height: 1px;
  background: #e50214;
  position: absolute;
  left: -15px;
  top: 0;
}
.contact .part .main li .p1{
  font-size: 18px;
  line-height: 25px;
}
.contact .part .main li .p2{
  font-size: 20px;
  margin-top: 10px;
  line-height: 25px;
}
.contact .part .main li:nth-of-type(4) .p2,
.contact .part .main li:nth-of-type(3) .p2{
  height: 50px;
}
.contact .part .main li .ico{
  margin-top: 7px;
}
.contact .end{
  margin-top: 40px;
}
#map_1508923924{
  width: 100%;
  height: 700px;
}
#map_1508923924 img{
  max-width: inherit;
}
.contact .all_bg{
  padding-bottom: 80px;
}
.contact .content{
  margin-top: 40px;
}
.contact .content li{
}
.contact .content .top{
  padding-left: 55px;
  padding-right: 40px;
  padding-top: 30px;
  padding-bottom: 25px;
  border-top: 1px solid #d7d4d2;
}
.contact .content .top .name{
  width: 500px;
}
.contact .content .top .p1{
  color: #333;
  font-size: 24px;
  margin-bottom: 10px;
  line-height: 30px;
  font-weight: bold;
}
.contact .content .top .p2 span{
  font-size: 18px;
  color: #333;
  margin-right: 50px;
  line-height: 30px;
}
.contact .content .top .p2 span:last-child{
  margin-right: 0;
}
.contact .content .top .p3{
  font-size: 18px;
  line-height: 70px;
}
.contact .content .top .btn{
  padding-right: 62px;
  font-size: 16px;
  line-height: 70px;
  background: url(../images/join1.png) no-repeat right;
}
.contact .content .top.active .btn{
  background: url(../images/join2.png) no-repeat right;
}
.contact .content .top.active .btn span{
  display: none;
}
.contact .content .top.active{
  border-top: 1px solid transparent;
  background: rgba(255,255,255,0.6)
}
.contact .content .top.active .btn em{
  display: block;
}
.contact .content .top .btn:hover{
  color: #e50214;
}
.contact .content .top .btn em{
  display: none;
}
.contact .content .show{
  padding-left: 55px;
  display: none;
  padding-right: 40px;
}
.contact .content .show dd{
  width: 50%;
  padding: 25px 0;
  float: left;
}
.contact .content .show dd .p1{
  font-size: 16px;
  margin-bottom: 15px;
  color: #333;
  font-weight: bold;
}
.contact .content .show dd .p2{
  font-size: 16px;
  line-height: 36px;
  color: #333;
}
.case_detail .title{
  margin-bottom: 40px;
}
.pc_hide{
  display: none;
}






.section1 .main{
  height: 100%;
}
.section1 .swiper-button-prev{
  width: 47px;
  height: 47px;
  border: 1px solid #fff;
  border-radius: 50%;
  left: 80px;
  margin-top: -24px;
  background: url(../images/slides_btn11.png) no-repeat center;
}
.section1 .swiper-button-next{
  width: 47px;
  height: 47px;
  border: 1px solid #fff;
  border-radius: 50%;
  right: 80px;
  margin-top: -24px;
  background: url(../images/slides_btn22.png) no-repeat center;
}

.about .all_bg{
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}
.product .all_bg{
  padding-left: 0;
  padding-right: 0;
}
.product .main li{
  padding-left: 110px;
  padding-right: 110px;
}
.team .main li:hover,
.support .all_bg:hover,
.service .main li:hover,
.product .main li:hover,
.pro_detail .all_bg:hover,
.news_detail .all_bg:hover,
.news .main li:hover,
.map .content li:hover,
.contact .content li:hover,
.honor .all_bg:hover,
.contact .part:hover,
.case_detail .all_bg:hover,
.case .main li:hover,
.hover_white:hover,
.about .part2 li:hover{
  background: #fff;
  transition: 0.3s all;
}

.section1 .main,
.section1 .main1{
  height: 100%;
  padding-top: 70px;
  box-sizing: border-box;
}
.section1 .swiper-container,
.section1 .banner{
  height: 100%;
}
.section1 .main,
.section1 .main1{
  color: #fff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.section1 .main .contain{
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.section1 .main1 .contain{
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
}
.section1 .main1 .font{
  width: 45%;
}
.section1 .main1 .img{
  width: 54.5%;
  text-align: center;
}
.section1 .main1 .img img{
  max-height: calc( 100vh - 91px )
}
.section1 .main1 .font .p1{
  font-weight: bold;
  font-size: 38px;
  line-height: 48px;
  margin-bottom: 45px;
}
.section1 .main1 .font .p2{
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
}
.section1 .main1 .font .p3{
  font-size: 18px;
  line-height: 30px;
  display: flex;
}
.section1 .main1 .font .p3 span{
  width: 90px;
}
.section1 .main1 .font .p3 em{
  width: calc( 100% - 90px );
}

.pro_detail .all_bg{
  padding-bottom: 500px;
  padding-left: 65px;
  padding-right: 65px;
}
.section1 .swiper-container-horizontal>.swiper-pagination-bullets{
  bottom: 30px;
}
.section1 .swiper-pagination-bullet{
  opacity: 1;
  width: 50px;
  height: 3px;
  margin: 0 11px !important;
  border-radius: 0;
  background: rgba(255,255,255,0.3);
}
.section1 .swiper-pagination-bullet-active{
  background: rgba(255,255,255,1);
}
















