﻿@charset "UTF-8";
/* 背景定位 */
.wbj{
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background-image: url(../images/img1.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}


/* 首页 */
.app{
  display: none !important;
}
.banner{
  width: 100%;
  position: relative;
}
.banner .bj{
  width: 100%;
  vertical-align: middle;
}

/* banner文字 */
.banner .container{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.banner .rq{
  float: left;
}
.banner .p1{
  font-size: 60px;
  color: #ededef;
  text-transform: uppercase;
  position: relative;
  font-family: "han";
  margin-bottom: 14px;
}
.banner .p1::before{
  content: '';
  width: 2px;
  height: 40px;
  background: #fff;
  position: absolute;
  bottom: 100%;
  left: 10px;
  transform: translateY(-12px);
}
.banner .p2{
  width: 100%;
  font-size: 18px;
  color: #ededef;
  font-family: "Roman";

  letter-spacing: 1.5px;
}
.banner .swiper-pagination{
  bottom: 35px;
}
.banner .swiper-pagination-bullet{
  width: 50px;
  height: 4px;
  border-radius: 0;
  background: #fff;
  opacity: 1;
  transition: all .5s;
  
}
.banner .swiper-pagination-bullet-active{
  background: #20abd9;
}

.banner .a1{
    display: block;
    font-family: "Roman";
    font-size: 20px;
    color: #ffffff;
    width: 164px;
    height: 50px;
    background:#20abd9;
    letter-spacing: 1.5px;
    margin-top: 2vw;
    text-align: center;
    line-height: 50px;
}

@media(max-width: 1459px){
  .banner .a1{
    font-size: 16px;
    width: 124px;
    height: 44px;
    line-height: 44px;
  }
}
@media(max-width: 1259px){
  .banner .a1{
    font-size: 14px;
    width: 110px;
    height: 38px;
    line-height: 38px;
  }
}


/* 视屏 */
#publicity-video {
	width: 100%;
	height: 100%;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
}
#publicity-video video {
	display: block;
}




/* sy_con1 */
.sy_con1{
  width: 100%;
  position: relative;
}
.sy_con1 .rq{
  width: 100%;
  position: relative;
}
.sy_con1 .bj{
  width: 100%;
  vertical-align: middle;
}
.sy_con1 .container{
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.sy_con1 .lef{
  width: 40.6%;
  height: 750px;margin-left: 50px;
  background-image: url(../images/img2.png);
  background-size: contain;
  background-repeat: no-repeat;
  float: left;
  padding: 0 153px;
  padding-top: 155px;
}
.sy_con1 .lef .p1{
  font-size: 60px;
  color: #1d1d1e;
  line-height: 78px;
  text-transform: uppercase;
  font-family: "han";
}
.sy_con1 .lef .p2{
  font-size: 22px;
  color: #666666;
  font-family: "Thin";
  font-weight: bold;
  letter-spacing: 1.5px;
}
.sy_con1 .lef .div{
  margin-top: 60px;
  padding-top: 45px;
  width: 100%;
  position: relative;
}
.sy_con1 .lef .div::before{
  content: '';
  width: 40px;
  height: 2px;
  background: rgb(140,140,140);
  position: absolute;
  top: 0;
  left: 0;
}
.sy_con1 .lef .div p{
  font-size: 20px;
 color: #999;
 line-height: 30px;
 letter-spacing: 0.5px;
}
.sy_con1 .lef a{
  display: block;
  font-size: 18px;
  color: #fff;
 /* text-transform: uppercase;*/
  width: 150px;
  height: 44px;
  line-height: 44px;
  border-radius: 30px;
  background:#20abd9;
  text-align: center;
  margin-top: 80px;
}
.sy_con1 .lef a:hover{
  color: #fff;
  background:#55d3ff;
}

.sy_con1 .rig{
  width: 55.3%;
  height: 100%;
  float: right;
  position: relative;
}
.sy_con1 .rig .ig2{
  max-width: 75%;
  max-height: 75%;
  position: absolute;
  right: 134px;
  top: 58.5%;
  transform: translateY(-50%);
}

.sy_con1 .gallery-thumbs{
  position: absolute;
  left: 60px;
  top: 50%;
  transform: translateY(-50%);
}

.sy_con1 .gallery-thumbs .swiper-slide{
  font-size: 14px;
  color: #999999;
  margin: 18px 0;
  cursor: pointer;
  transition: all .5s;
  text-align: right;
  font-family: "Roman";
  padding-right: 20px;
  position: relative;
}
.sy_con1 .gallery-thumbs .swiper-slide::before{
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #999999;
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  transition: all .5s;
}
.sy_con1 .gallery-thumbs .swiper-slide-thumb-active{
  font-size: 18px;
  color: #20abd9;
}
.sy_con1 .gallery-thumbs .swiper-slide-thumb-active::before{
  width: 12px;
  height: 12px;
  background: #20abd9;
  right: 0;
}







/* sy_con2 */
.sy_con2{
  width: 100%;
}
.sy_con2 .top{
  width: 100%;
  position: relative;
}
.sy_con2 .top img{
  width: 100%;
  vertical-align: middle;
}
.sy_con2 .top .container{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.sy_con2 .top .rig{
  width: 94%;
  float: right;
  padding-left: 100px;
  padding-right: 250px;
  position: relative;
}
.sy_con2 .top .rig .a1{
  display: block;
  font-family: "Roman";
  font-size: 18px;
  color: #ffffff;
  width: 200px;
  height: 50px;
  background: #1ea5d4;
  letter-spacing: 1.5px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -25px;
  text-align: center;
  line-height: 50px;
  border-radius: 10px;
}
.sy_con2 .top .rig .p1,
.sy_con2 .top .rig .p2{
  font-size: 62px;
  font-family: "han";
  line-height: 80px;
}

.sy_con2 .top .rig .p2{
  color: #f0f0f0;
}
.sy_con2 .top .rig .p3{
  font-size: 30px;
  color: #abe9ff;
  font-family: "han";
  line-height:200%;
  margin-top: 10px;
}

@media(max-width:1459px){
  .sy_con2 .top .rig .a1{
    font-size: 16px;
    width: 200px;
    height: 44px;
    line-height: 44px;
  }
  .sy_con2 .top .rig .p3{
    font-size: 24px;
  }
}
@media(max-width:1259px){
  .sy_con2 .top .rig .a1{
    font-size: 14px;
    width: 180px;
    height: 38px;
    line-height: 38px;
  }
}
@media(max-width:768px){
  .sy_con2 .top .rig .p3{
    font-size: 18px;
  }
}

.sy_con2 .bot{
  width: 100%;
  display: flex;
  align-items: center;
  padding: 50px 0;
}
.sy_con2 .bot .lef{
  width: 45%;
  position: relative;
}
.abo_video{
  width: 100%;
  cursor: pointer;
}
.abo_video .bj{
  width: 100%;
  vertical-align: middle;
}
.abo_video p{
  font-size: 22px;
  color: #6b6b6b;
  font-family: "han";
  line-height: 122px;
  float: left;
  padding-left: 30px;
  text-transform: uppercase;
}
.abo_video p i{
  display: inline-block;
  width: 18px;
  height: 17px;
  background-image: url(../images/img8.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 10px;
}
.abo_video .bf{
  width: 120px;
  float: left;
  position: absolute;
  left: 54px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.abo_video .bf::before{
  content: '';
  width: 32px;
  height: 37px;
  background-image: url(../images/img7.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 54%;
  transform: translate(-50%,-50%);
}
.abo_video .bf img{
  width: 100%;
  vertical-align: middle;
  animation: xz 6s linear infinite;
}

/* 视频弹窗 */
.msg-box-bg {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	display: none;
	z-index: 1001;
	background: rgba(0,0,0,0.8);
}
.msg-box {
	width: 70%;
	height: 70%;
	background: rgba(0,0,0,0.8);
	position: absolute;
	left: 50%;
	top: 47%;
	transform: translate(-50%, -50%);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
.msg-box .close-box {
	width: 30px;
	height: 30px;
	background: url("../images/btn-close-modal.png") no-repeat center;
	cursor: pointer;
	position: absolute;
	right: 20px;
	top: 20px;
	-webkit-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.msg-box .close-box:hover {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.sy_con2 .bot .rig{
  width: 55%;
  padding-right: 128px;
  padding-left: 100px;
  position: relative;
}
.sy_con2 .bot .rig::before{
  content: '';
  width: 2px;
  height: 140px;
  background: rgb(221,221,221);
  position: absolute;
  right: 0;
  top: 5%;
}
.sy_con2 .bot .rig .p1{
  font-family: "Roman";
  font-size: 18px;
  margin-bottom: 28px;
  /*word-break: break-all;*/

  color: #555555;
  line-height: 34px;
  letter-spacing: 1.5px;
}
.sy_con2 .bot .rig a {
  display: block;
  font-size: 18px;
  color: #fff;
  /* text-transform: uppercase; */
  width: 150px;
  height: 44px;
  line-height: 44px;
  border-radius: 30px;
  background: #1ea5d4;
  text-align: center;
  margin-top: 60px;
}
.sy_con2 .bot .rig a:hover{
  color: #fff;
  background: #55d3ff;
}


/* content3 */
@media screen and (min-width: 1024px) {.sy_con3{
  width: 100%;
  /* height: 730px; */
  height: auto !important;
  background-image: url(../images/img9_2.jpg);
  background-size: cover;
  background-position: center;
  padding: 75px 0;
}}
@media screen and (max-width: 1024px) {.sy_con3{
  width: 100%;
   height: 730px !important; 
  background-image: url(../images/img9_2.jpg);
  background-size: cover;
  background-position: center;
  padding: 75px 0;
}}

.sy_con3 .p1{
  font-size: 44px;
  color: #ffffff;
  text-align: center;
  font-family: "han";
  text-transform: uppercase;
}
.sy_con3 .rq{
  width: 100%;
  padding-top: 95px;
}
.sy_con3 .rq .div{
  width: 25%;
  float: left;
}
.sy_con3 .rq1{
  width: 50%;
  margin: 0 auto;
  display: none;
}
.sy_con3 .rq1 .div{
  width: 50%;
}
.sy_con3 .rq .div a{
  display: block;
}
.sy_con3 .rq .div img{
  width: 85px;
  display: block;
  margin: 0 auto;
  transition: all .5s;
}
.sy_con3 .rq .div:hover img{
  transform: translateY(-10px);
}
@media screen and (min-width: 1024px) {.sy_con3 .rq .div p{
  font-family: "Thin";
  font-size: 20px; padding: 0px 44px 0px 44px;
  text-align: center;
  color: #fff;
  margin-top: 25px;

  letter-spacing: 1.5px;
}
.kdkd01{ font-size:16px !important; line-height:200%;}
}
@media screen and (max-width: 1024px) {.sy_con3 .rq .div p{
  font-family: "Thin";
  font-size: 20px; 
  text-align: center;
  color: #fff;
  margin-top: 25px;

  letter-spacing: 1.5px;
}
.kdkd01{ font-size:14px !important; line-height:170%;}
}





/* sy_con4 */
.sy_con4{
  width: 100%;
  padding-top: 75px;
  padding-bottom: 100px;
  position: relative;
}
.sy_con4::before{
  content: '';
  width: 36%;
  height: 100%;
  background-image: url(../images/img14.png);
  background-size: cover;
  background-position-y: bottom;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.sy_con4 .p{
  font-size: 44px;
  color: #1d1d1e;
  font-family: "han";
  text-align: center;
  text-transform: uppercase;
}
.sy_con4 .rq{
  width: 100%;
  padding-top: 85px;
}
.sy_con4 .rq .div{
  width: 31.5%;
  float: left;
  margin-right: 2.75%;
}
.sy_con4 .rq .div:nth-child(3n){
  margin-right: 0;
}
.sy_con4 .rq .div .top{
  width: 100%;
  height: 136px;
  border-bottom: 2px solid rgb(48,48,48);
}
.sy_con4 .rq .div .top .p1{
  font-size: 70px;
  line-height: 70px;
  color: #303030;
  font-family: "bebas";
  margin-bottom: 10px;
}
.sy_con4 .rq .div .top .p2{
  font-size: 16px;
  color: #303030;
  padding-left: 10px;
}
.sy_con4 .rq .div .con{
  width: 100%;
  height: 465px;
  padding-top: 32px;
  border-bottom: 2px solid rgb(218, 216, 216);
  position: relative;
}
.sy_con4 .rq .div .con::before{
  content: '';
  width: 0%;
  height: 2px;
  background: rgb(32 171 217);
  position: absolute;
  bottom: -2px;
  left: 0;
  transition: all .5s;
}
.sy_con4 .rq .div:hover .con::before{
  width: 100%;
}
.sy_con4 .rq .div .con .div1{
  width: 100%;
  height: 248px;
  overflow: hidden;
  position: relative;
}
.sy_con4 .rq .div .con .div1 img{
  width: 100%;
  -webkit-transition: ease .3s;
  -moz-transition: ease .3s;
  -o-transition: ease .3s;
  transition: ease .3s;
  position: absolute;
  bottom: 0;
  left: 0;
}
.sy_con4 .rq .div .con .p1{
  font-size: 20px;
  color: #303030;
  text-transform: uppercase;
  font-family: "bebas";
  margin-top: 30px;
}
.sy_con4 .rq .div .con i{
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(../images/img16.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 18px;
  margin-bottom: 15px;
}
@keyframes xz{
  0%{
    transform: rotate(0deg);
  }
  100%{
    transform: rotate(360deg);
  }
}
.sy_con4 .rq .div:hover .con i{
  animation: xz 3s linear infinite;
}
.sy_con4 .rq .div .con .p2{
  font-size: 16px;
  color: #303030;
  letter-spacing: 0.5px;
  line-height: 24px;

}
.sy_con4 .rq .div button{
  display: block;
  margin-top: 65px;
  width: 150px;
  height: 44px;
  border-radius: 32px;
  font-size: 18px;
  color: #fff;
 background:#20abd9;
  transition: all .5s;
}
.sy_con4 .rq .div:hover button{
  color: #fff;
  background:#55d3ff;
}

/* sy_con5 */
.sy_con5{
  width: 100%;
  background-image: url(../images/img17.jpg);
  background-size: cover;
}
.sy_con5 .top{
  width: 100%;
  padding-top: 160px;
  padding-bottom: 65px;
}
.sy_con5 .top .lef{
  width: 60%;
  float: left;
  padding-top: 80px;
  padding-right: 170px;
}
.sy_con5 .top .lef .p1{
  font-size: 72px;
  color: #ffffff;
  font-family: "han";
  text-transform: uppercase;
  margin-bottom: 55px;
}
.sy_con5 .top .lef .p2{
  font-size: 30px;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "Roman";
  letter-spacing: 1.5px;
}
.sy_con5 .top .lef .p3{
  width: 100%;
  margin-top: 34px;
  padding-left: 34px;
  position: relative;
  font-size: 18px;
  color: #8c8c8c;
  font-family: "Thin";
  font-weight: bold;
  line-height: 28px;
  letter-spacing: 1.5px;
}
.sy_con5 .top .lef .p3:hover{
  color: #fff;
}
.sy_con5 .top .lef .p3 img{
  width: 20px;
  position: absolute;
  left: 0;
  top: 0;
}
.sy_con5 .top .lef .div{
  margin-top: 55px;
  border-top: 1px solid rgba(255,255,255,.1);
  padding-top: 22px;
}
.sy_con5 .top .lef .div a{
  width: 150px; text-align:center; padding:14px 0px 14px 0px;
  border-radius: 3px;
  border: 4px solid rgba(255,255,255,.1);
  float: left;
  position: relative;
  margin-right: 88px;
}
.sy_con5 .top .lef .div a:last-child{
  margin-right: 0;
}
.sy_con5 .top .lef .div a img{
  max-width: 75%;
  max-height: 75%;
  opacity: .74;
  transition: all .5s;
}
.sy_con5 .top .lef .div a:hover img{
  opacity: 1;
}
.sy_con5 .top .rig{
  width: 40%;
  float: left;
  padding-right: 56px;
}
.sy_con5 .top .rig .div{
  width: 100%;
  padding: 60px 36px;
  border: 1px solid rgb(31,36,50);
  background: #333;
}
.sy_con5 .top .rig .div .p1{
  font-size: 48px;
  line-height: 48px;
  color: #ffffff;
  font-family: "Roman";
  margin-bottom: 36px;
}
.sy_con5 .top .rig .div input{
  font-size: 16px;
  color: #ccc;
  font-weight: bold;
  font-family: "Thin";
  display: block;
  width: 100%;
  height: 64px;
  background: #191919;
  padding-left: 22px;
  margin-bottom: 24px;
  letter-spacing: 1.5px;
}
.sy_con5 .top .rig .div textarea{
  font-size: 16px;
  color: #ccc;
  font-weight: bold;
  font-family: "Thin";
  display: block;
  width: 100%;
  height: 178px;
  background: #191919;
  padding-left: 22px;
  padding-top: 22px;
  margin-bottom: 44px;
  letter-spacing: 1.5px;
}
.sy_con5 .top .rig .div button{
  display: block;
  font-family: "Roman";
  font-size: 20px;
  color: #ffffff;
  width: 164px;
  height: 50px;
  background:#20abd9;
  letter-spacing: 1.5px;
}
.sy_con5 .bot{
  width: 100%;
  /* border-top: 1px solid rgba(255,255,255,.1); */
}
.sy_con5 .bot .div1{
  width: 100%;
  line-height: 60px;
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.sy_con5 .bot .div1 a{
  font-size: 22px;
  color: #3a3a3a;
  font-weight: bold;
  font-family: "Thin";
  display: block;
  float: left;
  margin-right: 90px;
  letter-spacing: 1.5px;
}
.sy_con5 .bot .div1 a:last-child{
  margin-right: 0;
}
.sy_con5 .bot .div1 a:hover{
  color: #fff;
}
.sy_con5 .bot .div2{
  width: 100%;
  line-height: 64px;
}
.sy_con5 .bot .div2 .lef{
  float: left;
}
.sy_con5 .bot .div2 .lef a,
.sy_con5 .bot .div2 .rig a{
  font-size: 16px;
  color: #3a3a3a;
}
.sy_con5 .bot .div2 .lef a:hover,
.sy_con5 .bot .div2 .rig a:hover{
  color: #fff;
}
.sy_con5 .bot .div2 .rig{
  float: right;
}

/* 手机端 */
/* app_con1 */
.app_con1{
  width: 100%;
  background-image: url(../images/img5.jpg);
  background-size: cover;
  padding: 40px 0;
}
.app_con1 .top{
  width: 100%;
  display: flex;
}
.app_con1 .top p{
  font-size: 14px;
  color: #999999;
  font-family: "Roman";
  text-transform: uppercase;
  flex: 1;
  text-align: center;
  padding: 15px 0;
  border: 1px solid rgb(48,48,48);
  margin: 0 5px;
  cursor: pointer;
  transition: all .5s;
}
.app_con1 .top p.on{
  color: #fff;
  background: #20abd9;
  border: 1px solid #20abd9;
}
.app_con1 .bot{
  width: 100%;
}
.app_con1 .bot .div{
  display: none;
}
.app_con1 .bot .div.on1{
  display: block;
}
.app_con1 .bot .div1{
  width: 100%;
  padding: 20px 0;
}
.app_con1 .bot .div1 img{
  display: block;
  max-width: 75%;
  max-height: 75%;
  margin: 0 auto;
}
.app_con1 .bot .div2{
  width: 100%;
}
.app_con1 .bot .div2 .p1{
  font-size: 26px;
  color: #1d1d1e;
  text-transform: uppercase;
  font-family: "han";
}
.app_con1 .bot .div2 .p2 {
  font-size: 16px;
  color: #666666;
  font-family: "Thin";
  font-weight: bold;
}
.app_con1 .bot .div2 .p3 {
  font-size: 14px;
  color: #1d1d1e;
  line-height: 30px;
  padding-top: 12px;
  margin-top: 20px;
  position: relative;
}
.app_con1 .bot .div2 .p3::before {
  content: '';
  width: 30px;
  height: 2px;
  background: rgb(140,140,140);
  position: absolute;
  top: 0;
  left: 0;
}
.app_con1 .bot .div2 a {
  display: block;
  color: #fff;
  text-transform: uppercase;
  background: #20abd9;
  text-align: center;

  font-size: 14px;
  width: 115px;
  height: 26px;
  line-height: 26px;
  border-radius: 30px;
  margin-top: 30px;
}


.sy_xz{
  width: 100%;
  position: relative;
  padding: 4vw 0;
  overflow: hidden;
  background: rgba(246,246,246);
}
.sy_xz_t{
  font-size: 44px;
  line-height: 1;
  color: #1d1d1e;
  font-family: "han";
  text-align: center;
  margin-bottom: 4vw;
}
.sy_xz .bj{
  width: 100%;
  vertical-align: middle;
}

.sy_xz .rq{
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 80px;
}

.sy_xz .rq .p1{
  font-size: 60px;
    color: #ffffff;
    text-align: center;
    font-family: "han";
    text-transform: uppercase;
}
.sy_xz .swiper-pagination{
  bottom: 50px;
}
.sy_xz .swiper-pagination-bullet{
  background: #fff;
  opacity: 1;
}
.sy_xz .swiper-pagination-bullet-active{
  background: #20abd9;
}
.sy_xz_list{
  display: flex;
  flex-wrap: wrap;
}
.sy_xz_list li{
  width: 24%;
  margin-right: 1.3%;
  padding: 2.5vw 15px;
  background: #fff;
  box-shadow: 0px 0px 5px 0 rgba(0,0,0,0.15);
}
.sy_xz_list li:last-child{
  margin-right: 0;
}
.sy_xz_list li:hover .imgbox img{
  transform: translate(0%,0%) scale(1.15);
}
.sy_xz_list li .imgbox{
  width: 100%;
  position: relative;
  overflow: hidden;
}
.sy_xz_list li .imgbox img{
  
  max-width: 100%;
  max-height: 100%;
  transition: all .5s;
}

.sy_xz_list li h3{
  font-size: 20px;
  color: #303030;
  margin-bottom: 15px;
  text-align: center;
}
.sy_xz_list li p {
  font-size: 16px;
  color: #848484;
  letter-spacing: 0.5px;
  margin-top: 26px;
  line-height: 24px;
}
@media(max-width: 1459px){
  .sy_xz_t{
    font-size: 40px;
  }
  .sy_xz_list li h3{
    font-size: 18px;
  }
  .sy_xz_list li p {
    font-size: 14px;
  }
}
@media(max-width: 1259px){
  .sy_xz_t{
    font-size: 50px;
  }
}
@media(max-width: 991px){
  .sy_xz_t{
    font-size: 38px;
  }
}
@media(max-width: 768px){
  .sy_xz_t{
    margin-bottom: 15px;
  }
  .sy_xz_list li{
    width: 100%;
    margin-bottom: 10px;
    padding: 20px 15px;
  }
  .sy_xz_list li:nth-child(2n){
    margin-right: 0;
  }
  .sy_xz_list li h3{
    font-size: 16px;
  }
  .sy_xz_list li p {
    font-size: 12px;
  }
}
@media(max-width: 500px){
  .sy_xz_t{
    font-size: 30px;
  }
}

/* 首页分辨率 */
@media(max-width:1680px){
  .sy_con1 .lef {
    padding: 0 90px;
    padding-top: 130px;
}
}
@media(max-width:1459px){
  .sy_xz .rq .p1{
    font-size: 50px;
  }
  .sy_xz .rq {
    padding-top: 54px;
}
  .banner .p1 {
    font-size: 70px;
    margin-bottom: 10px;
}
.banner .p1::before {
  height: 32px;
  left: 6px;
}
.banner .p2 {
  font-size: 14px;
}
.sy_con1 .gallery-thumbs {
  left: 60px;
}
.sy_con1 .rig .ig2 {
  max-width: 60%;
  max-height: 60%;
}
.sy_con1 .lef {
  height: 520px;
  padding: 0 90px;
  padding-top: 115px;
}
.sy_con1 .lef .p1 {
  font-size: 40px;
}
.sy_con1 .lef .p2 {
  font-size: 18px;
}
.sy_con1 .lef .div {
  margin-top: 30px;
  padding-top: 12px;
}
.sy_con1 .lef .div p {
  font-size: 16px;
  line-height: 26px;
}
.sy_con1 .lef a {
  font-size: 14px;
  width: 115px;
  height: 26px;
  line-height: 26px;
  border-radius: 30px;
  margin-top: 50px;
}
.sy_con1 .rq1 {
  padding-top: 220px;
  padding-bottom: 220px;
  padding-right: 0;
}
.sy_con1 .gallery-thumbs .swiper-slide{
  font-size: 12px;
  margin: 13px 0;
}
.sy_con1 .gallery-thumbs .swiper-slide-thumb-active{
  font-size: 16px;
}
.sy_con1 .gallery-thumbs .swiper-slide::before {
  width: 4px;
  height: 4px;
  right: 4px;
}
.sy_con1 .gallery-thumbs .swiper-slide-thumb-active::before {
  width: 8px;
  height: 8px;
  right: 0;
}
.sy_con2 .top .rig .p1, .sy_con2 .top .rig .p2 {
  font-size: 40px;
  line-height: 60px;
}
.abo_video .bf {
  width: 90px;
}
.abo_video .bf::before {
  width: 24px;
  height: 28px;
}
.abo_video p {
  font-size: 16px;
  line-height: 90px;
  padding-left: 22px;
}
.abo_video p i {
  width: 14px;
  height: 13px;
  margin-left: 6px;
}
.sy_con2 .bot .rig {
  padding-right: 90px;
  padding-left: 70px;
}
.sy_con2 .top .rig {
  padding-left: 70px;
}
.sy_con2 .bot .rig .p1 {
  font-size: 16px;
  margin-bottom: 22px;
  line-height: 26px;
}

.sy_con2 .bot .rig a {
  font-size: 14px;
  width: 115px;
  height: 26px;
  line-height: 26px;
  border-radius: 26px;
  margin-top: 40px;
}
.sy_con3 {
  height: 560px;
  padding-top: 57px;
}
.sy_con3 .p1 {
  font-size: 48px;
}
.sy_con3 .rq {
  padding-top: 72px;
}
.sy_con3 .rq .div img {
  width: 64px;
}
.sy_con3 .rq .div p {
  font-size: 16px;width: 100%;padding: 0px 14px 0px 14px;
  margin-top: 4px;
}
.sy_con4 {
  padding-top: 56px;
  padding-bottom: 76px;
}
.sy_con4 .p {
  font-size: 48px;
}
.sy_con4 .rq {
  padding-top: 64px;
}
.sy_con4 .rq .div .top {
  height: 102px;
}
.sy_con4 .rq .div .top .p1 {
  font-size: 48px;
  line-height: 60px;
  margin-bottom: 6px;
}
.sy_con4 .rq .div .top .p2 {
  font-size: 14px;
  padding-left: 6px;
}
.sy_con4 .rq .div .con {
  height: 352px;
  padding-top: 24px;
}
.sy_con4 .rq .div .con .div1 {
  height: 186px;
}
.sy_con4 .rq .div .con .p1 {
  font-size: 18px;
  margin-top: 22px;
  line-height: 30px;
}
.sy_con4 .rq .div .con i {
  width: 18px;
  height: 18px;
  margin-top: 14px;
  margin-bottom: 4px;
}
.sy_con4 .rq .div .con .p2 {
  font-size: 14px;
}
.sy_con4 .rq .div button {
  margin-top: 80px;
  width: 115px;
  height: 28px;
  border-radius: 28px;
  font-size: 14px;
}

.sy_con5 .top {
  padding-top: 100px;
  padding-bottom: 50px;
}
.sy_con5 .top .lef {
  padding-top: 60px;
  padding-right: 120px;
}
.sy_con5 .top .lef .p1 {
  font-size: 48px;
  margin-bottom: 40px;
}
.sy_con5 .top .lef .p2 {
  font-size: 20px;
}
.sy_con5 .top .lef .p3 {
  margin-top: 25px;
  padding-left: 25px;
  font-size: 14px;
  line-height: 24px;
}
.sy_con5 .top .lef .p3 img {
  width: 16px;
  top: 5px;
}
.sy_con5 .top .lef .div {
  margin-top: 40px;
  padding-top: 16px;
}
.sy_con5 .top .lef .div a {
  width: 140px;text-align: center;
  border: 2px solid rgba(255,255,255,.1);
  margin-right: 52px;
}
.sy_con5 .top .rig .div {
  padding: 45px 26px;
}
.sy_con5 .top .rig .div .p1 {
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 26px;
}
.sy_con5 .top .rig .div input {
  font-size: 14px;
  height: 48px;
  padding-left: 16px;
  margin-bottom: 16px;
}
.sy_con5 .top .rig .div textarea {
  font-size: 14px;
  height: 135px;
  padding-left: 16px;
  padding-top: 16px;
  margin-bottom: 32px;
}
.sy_con5 .top .rig .div button {
  font-size: 16px;
  width: 124px;
  height: 44px;
}
.sy_con5 .bot .div1 {
  line-height: 45px;
}
.sy_con5 .bot .div1 a {
  font-size: 16px;
  margin-right: 66px;
}
.sy_con5 .bot .div2 {
  line-height: 50px;
}
.sy_con5 .bot .div2 .lef a, .sy_con5 .bot .div2 .rig a {
  font-size: 14px;
}

}
@media(max-width:1259px){
  .sy_xz .rq .p1 {
    font-size: 50px;
}
  .banner .p1 {
    font-size: 60px;
    margin-bottom: 8px;
}
.sy_con1 .gallery-thumbs {
  left: 40px;
}
.sy_con1 .lef {
  height: 456px;
  padding: 0 70px;
  padding-top: 80px;
}
.sy_con1 .lef .p1 {
  font-size: 50px;
}
.sy_con1 .lef .p2 {
  font-size: 18px;
}
.sy_con1 .lef .div {
  margin-top: 30px;
}
.sy_con1 .rq1 {
  padding-top: 190px;
  padding-bottom: 190px;
}
.sy_con1 .rq1 {
  right: 88px;
}
.sy_con2 .top .rig .p1, .sy_con2 .top .rig .p2 {
  font-size: 50px;
  line-height: 50px;
}

.abo_video .bf {
  width: 70px;
}
.abo_video .bf::before {
  width: 18px;
  height: 20px;
}
.abo_video p {
  line-height: 70px;
}
.sy_con3 .p1 {
  font-size: 50px;
}
.sy_con4 .p {
  font-size: 50px;
}
.sy_con4 .rq {
  padding-top: 45px;
}
.sy_con4 .rq .div .top .p1 {
  font-size: 46px;
  line-height: 50px;
  margin-bottom: 6px;
}
.sy_con4 .rq .div .top {
  height: 90px;
}
.sy_con4 .rq .div .con .div1 {
  height: 160px;
}
.sy_con4 .rq .div .con .p1 {
  font-size: 18px;
  margin-top: 20px;
}
.sy_con4 .rq .div .con {
  height: 315px;
  padding-top: 18px;
}
.sy_con4 .rq .div .con .p2 {
  font-size: 18px;
}
.sy_con4 .rq .div button {
  margin-top: 34px;
}
.sy_con5 .top {
  padding-top: 60px;
  padding-bottom: 30px;
}
.sy_con5 .top .lef .p1 {
  font-size: 50px;
  margin-bottom: 30px;
}
.sy_con5 .top .lef .p2 {
  font-size: 18px;
}
.sy_con5 .top .lef {
  padding-top: 30px;
  padding-right: 180px;
}
.sy_con5 .top .rig {
  width: 40%;
  float: left;
  padding-right: 0px;
}
.sy_con5 .top .rig .div {
  padding: 26px 26px;
}
.sy_con5 .top .rig .div .p1 {
  font-size: 28px;
  line-height: 28px;
  margin-bottom: 16px;
}
.sy_con5 .top .rig .div input {
  font-size: 12px;
  height: 36px;
  padding-left: 12px;
  margin-bottom: 12px;
}
.sy_con5 .top .rig .div textarea {
  font-size: 12px;
  height: 135px;
  padding-left: 12px;
  padding-top: 12px;
  margin-bottom: 30px;
}
.sy_con5 .top .rig .div button {
  font-size: 14px;
  width: 110px;
  height: 38px;
}

}
@media(max-width:991px){
  .sy_xz .rq .p1 {
    font-size: 38px;
}
  .pc{
    display: none !important;
  }
  .app{
    display: block !important;
  }
  .msg-box {
    width: 96%;
    height: 40%;
}
  .sy_con2 .top .container{
    width: 100% !important;
    padding: 0 !important;
  }
  .sy_con2 .top .rig{
    width: 100%;
    padding-left: 15px;
  }
  .sy_con2 .bot {
    padding-bottom: 50px;
    flex-wrap: wrap;
}
.sy_con2 .bot .lef{
  width: 100%;
  padding-left: 0;
}
.sy_con2 .bot .rig{
  width: 100%;
  padding-right: 0;
  padding-left: 0px;
  padding-top: 20px;
}
.sy_con2 .bot .rig::before{
  display: none;
}
.sy_con3 .p1,.sy_con4 .p,.sy_con5 .top .lef .p1,
.sy_con2 .top .rig .p1, .sy_con2 .top .rig .p2 {
  font-size: 38px;
  line-height: 38px;
}
.sy_con3 {
  height: auto;
  padding-top: 40px;
  padding-bottom: 55px;
}
.sy_con3 .rq .div img {
  width: 50px;
}
.sy_con4 {
  padding-top: 40px;
  padding-bottom: 56px;
}
.sy_con4::before{
  display: none;
}
.sy_con4 .rq .div .top .p1 {
  font-size: 34px;
  line-height: 34px;
  margin-bottom: 6px;
}
.sy_con4 .rq {
  padding-top: 32px;
}
.sy_con4 .rq .div .top {
  height: 70px;
}
.sy_con4 .rq .div .con .div1 {
  height: 124px;
}
.sy_con4 .rq .div .con .p1 {
  font-size: 16px;
  margin-top: 10px;
}
.sy_con4 .rq .div .con .p2 {
  font-size: 16px;
}
.sy_con4 .rq .div .con {
  height: 274px;
  padding-top: 18px;
}
.sy_con4 .rq .div button {
  margin-top: 20px;
}
.sy_con5 .top {
  padding-top: 45px;
  padding-bottom: 30px;
}
.sy_con5 .top .lef {
  width: 100%;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 30px;
}
.sy_con5 .top .rig{
  width: 100%;
}

}
@media(max-width:768px){
  .sy_xz .rq{
    width: 100%;
    padding: 0 15px;
    padding-top: 30px;
  }
  .sy_xz .swiper-pagination {
    bottom: 20px;
}
.banner .container{
  width: 100%;
}
.banner .p1 {
  font-size: 26px;
  margin-bottom: 8px;
}
.banner .p1::before {
  height: 24px;
  left: 4px;
}
.sy_con2 .top .rig{
  padding-right: 15px;
}
.sy_con2 .top .rig .a1{
  position: relative;
  top: 0;
  left: 0;
  margin: 15px 0 0;
}
.sy_con2 .top img{
  min-height: 250px;
  object-fit: cover;
}
}
@media(max-width:500px){
  .sy_xz .rq .p1 {
    font-size: 30px;
}
  .banner .swiper-pagination-bullet {
    width: 28px;
    height: 2px;
}
.banner .swiper-pagination {
  bottom: 20px;
}
  .app_con1 .top p {
    padding: 7px 0;
    margin: 0 5px;
    flex: auto;
}
.app_con1 .bot .div1 img {
  max-width: 60%;
  max-height: 60%;
}
.app_con1 .bot .div2 .p1 {
  font-size: 26px;
}
.app_con1 .bot .div2 .p2 {
  font-size: 16px;
}
.app_con1 .bot .div2 .p3 {
  font-size: 16px;
  line-height: 22px;
  padding-top: 10px;
  margin-top: 16px;
}
.app_con1 .bot .div2 a {
  font-size: 12px;
  width: 100px;
  margin-top: 30px;
}
.sy_con3 .p1, .sy_con4 .p, .sy_con5 .top .lef .p1, .sy_con2 .top .rig .p1, .sy_con2 .top .rig .p2 {
  font-size: 24px;
  line-height: 30px;
}
.sy_con2 .bot .rig .p1 {
  font-size: 16px;
  margin-bottom: 14px;
  line-height: 24px;
}
.sy_con2 .bot {
  padding-bottom: 30px;
  padding-top: 15px;
}
.sy_con2 .bot .rig a {
  margin-top: 22px;
}
.sy_con2 .abo_video .bf {
  left: 16px;
}
.sy_con3 .rq {
  padding-top: 40px;
}
.sy_con3 .rq1{
  width: 100%;
  padding-top: 40px;
}
.sy_con3 .rq .div{
  width: 50%;
  height: 200px;
  margin-bottom: 35px;
}
.sy_con3 {
  padding-bottom: 22px;
}
.sy_con4 .rq .div{
  width: 100%;
  margin-right: 0;
  margin-bottom: 30px;
}
.sy_con4 .rq .div .con::before{
  width: 100%;
}
.sy_con4 {
  padding-top: 40px;
  padding-bottom: 24px;
}
.sy_con4 .rq .div .con{
  height: auto;
}
.sy_con4 .rq .div .con .p2{
  padding-bottom: 10px;
}
.sy_con5 .top .lef .p1 {
  margin-bottom: 18px;
}
.sy_con5 .top .lef .p2 {
  font-size: 16px;
}
.sy_con5 .top .lef .p3 {
  margin-top: 16px;
  font-size: 14px;
}

.sy_con5 .top .lef .div {
  margin-top: 24px;
  padding-top: 14px;
}
.sy_con5 .top .lef .div a {
  margin-right: 46px;
}
.sy_con5 .top .rig .div {
  padding: 18px 15px;
}
.sy_con5 .top .rig .div .p1 {
  font-size: 26px;
}
.sy_con5 .bot .div1 a {
  font-size: 14px;
  margin-right: 24px;
}
.sy_con5 .bot .div2 .rig,
.sy_con5 .bot .div2 .lef{
  width: 100%;
  text-align: center;
}
.sy_con5 .bot .div2 {
  line-height: 24px;
  padding-top: 10px;
  padding-bottom: 70px;
}

}
@media(max-width:375px){
  .sy_con5 .top .lef .div a {
    margin-right: 22px;
}
.sy_con5 .bot .div1 a {
  margin-right: 10px;
}
}










/* 产品列表 */
.ny_banner{
  width: 100%;
  position: relative;
  overflow: hidden;
}
.ny_banner .bj{
  width: 100%;
  vertical-align: middle;
}
.ny_banner .rq{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.ny_banner .p{
  font-size: 58px;
  color: #ededef;
  text-align: center;
  text-transform: uppercase;
  font-family: "Roman";
}
.ny_banner .p2{
  font-size: 24px;
  color: #ededef;
  text-align: center;
  text-transform: uppercase;
  font-family: "Roman";
  margin-top: 5px;
}

@media(max-width:1459px){
  .ny_banner .p2{
    font-size: 20px;
  }
}
@media(max-width:1259px){
  .ny_banner .p2{
    font-size: 18px;
  }
}
@media(max-width:1459px){
  .ny_banner .p2{
    font-size: 16px;
  }
}


/* pro_con1 */
.pro_con1{
  width: 100%;
  line-height: 82px;
}
.pro_con1 a{
  font-size: 24px;
  color: #121212;
  font-family: "Roma2";
  margin-right: 32px;
  display: inline-block;
  position: relative;
}
.pro_con1 a.on{
  color: #1ea5d4;
  border-bottom: 3px solid #1ea5d4;
}
.pro_con1 a:hover{
  color: #1ea5d4;
}
.pro_con1 a:last-child{
  margin-right: 0;
}

/* pro_con2 */
.pro_con2{
  width: 100%;
  padding-top: 70px;
  padding-bottom: 90px;
  background: rgb(238,238,238);
}
.pro_con2 .rq{
  display: block;
  width: 100%;
  height: 654px;
  background: #000;
  display: flex;
  /* align-items: center; */
  padding: 4.16vw;
  margin-bottom: 46px;
}
.pro_con2 .rq:last-child{
  margin-bottom: 0px;
}
.pro_con2 .rq:nth-child(2n){
  flex-direction:row-reverse;
}
.pro_con2 .rq .lef{
  width: 50%;
  padding-right: 208px;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
.pro_con2 .rq:nth-child(2n) .lef{
  padding-left: 208px;
  padding-right: 0;
}
.pro_con2 .rq .lef .p1{
  font-size: 80px;
  color: #ffffff;
}
.pro_con2 .rq .lef .p2{
  font-size: 28px;
  color: #666666;
  padding-top: 10px;
  padding-bottom: 30px;
  position: relative;
  margin-bottom: 30px;
}
.pro_con2 .rq .lef .p2::before{
  content: '';
  width: 44px;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.pro_con2 .rq .lef .p3{
  font-size: 20px;
  color: #999999;
  line-height: 30px;
}
.pro_con2 .rq .lef .p3.p32{
  margin-bottom: 15px;
  word-break: break-all;
}
.pro_con2 .rq .lef button{
  display: block;
  font-size: 18px;
  color: #ffffff;
  width: 152px;
  height: 32px;
  border-radius: 32px;
  text-align: center;
  background: rgb(24,24,24);
  margin-top: 46px;
  transition: all .5s;
}
.pro_con2 .rq:hover .lef button{
  background: rgb(167,46,43);
}
.pro_con2 .rq .rig{
  width: 50%;
  /* height: 100%; */
  position: relative;
  overflow: hidden;
}
.pro_con2 .rq .rig img{
  width: 100%;
  position: absolute;
  top: 58%;
  left: 0;
  transform: translateY(-50%);
  transition: all .5s;
}
.pro_con2 .rq .rig .ig2{
  opacity: 0;
  top: 54%;
}
.pro_con2 .rq .rig:hover .ig2{
  opacity: 1;
}
.pro_con2 .rq .rig:hover .ig1{
  opacity: 0;
}

@media(max-width:1459px){
  .ny_banner .p {
    font-size: 44px;
}
.pro_con1 {
  line-height: 62px;
}
.pro_con1 a {
  font-size: 20px;
  margin-right: 24px;
}
.pro_con2 {
  padding-top:40px;
  padding-bottom: 68px;
}
.pro_con2 .rq {
  /* height: 496px; */
  /* padding: 0 60px; */
  margin-bottom: 30px;
}
.pro_con2 .rq .lef {
  padding-right: 90px;
}
.pro_con2 .rq:nth-child(2n) .lef {
  padding-left: 90px;
  padding-right: 0;
}
.pro_con2 .rq .lef .p1 {
  font-size: 54px;
}
.pro_con2 .rq .lef .p2 {
  font-size: 22px;
  padding-top: 6px;
  padding-bottom: 44px;
  margin-bottom: 36px;
}
.pro_con2 .rq .lef .p3 {
  font-size: 18px;
  line-height: 28px;
}
.pro_con2 .rq .lef button {
  font-size: 16px;
  width: 116px;
  height: 32px;
  border-radius: 32px;
  margin-top: 30px;
}


}
@media(max-width:991px){
  .ny_banner .p {
    font-size: 34px;
}
.pro_con1 a {
  font-size: 18px;
}
.pro_con2 {
  padding-top: 58px;
  padding-bottom: 56px;
}
.pro_con2 .rq {
  /* height: 400px; */
  padding: 20px;
  margin-bottom: 20px;
}
.pro_con2 .rq .lef {
  padding-right: 60px;
}
.pro_con2 .rq:nth-child(2n) .lef {
  padding-left: 60px;
  padding-right: 0;
}
.pro_con2 .rq .lef .p1 {
  font-size: 44px;
}
.pro_con2 .rq .lef .p2 {
  font-size: 20px;
  padding-top: 6px;
  padding-bottom: 26px;
  margin-bottom: 24px;
}
.pro_con2 .rq .lef .p3 {
  font-size: 16px;
  line-height: 26px;
}

}
@media(max-width:768px){
  .ny_banner .rq{
    width: 100%;
  }
  .ny_banner .p {
    font-size: 28px;
}
.pro_con1 {
  line-height: 46px;
}
.pro_con1 a {
  font-size: 16px;
}
.pro_con1 a.on {
  border-bottom: 2px solid #1ea5d4;
}
.pro_con2 {
  padding-top: 48px;
  padding-bottom: 48px;
}
.pro_con2 .rq {
  height: auto;
  padding:  20px;
  margin-bottom: 20px;
  flex-wrap: wrap-reverse;
}
.pro_con2 .rq .lef{
  width: 100%;
  padding: 0;
}
.pro_con2 .rq:nth-child(2n) .lef{
  padding: 0;
}
.pro_con2 .rq .rig{
  width: 100%;
  height: 500px;
}

}
@media(max-width:500px){
  .pro_con1 a {
    font-size: 14px;
}
  .pro_con2 .rq .rig {
    height: 300px;
}
.pro_con2 .rq .lef .p1 {
  font-size: 28px;
}
.pro_con2 .rq .lef .p2 {
  font-size: 16px;
  padding-top: 6px;
  padding-bottom: 18px;
  margin-bottom: 18px;
}
.pro_con2 .rq .lef button {
  font-size: 14px;
  width: 100px;
  height: 28px;
  border-radius: 28px;
  margin-top: 25px;
}

}



/* 产品详情 */
/* por_dat13 */
.por_dat13{
  width: 100%;
    /*padding: 0px 100px;*/
}
.por_dat13 img{
  width: 100%;
  max-width: 100%;
  height: auto !important;
}

/* por_dat1 */
.por_dat1{
  width: 100%;
  height: 1080px;
  background-image: url(../images/img38.jpg);
  padding-top: 150px;
}
.por_dat1 .p1{
  font-size: 92px;
  color: #b81d23;
  text-align: center;
  font-family: "Roma2";
}
.por_dat1 .p2{
  font-size: 29px;
  color: #ffffff;
  font-family: "Roma2";
  text-align: center;
  margin-top: 10px;
}
.por_dat1 .rq{
  width: 926px;
  display: block;
  margin: 0 auto;
  margin-top: 62px;
  position: relative;
}
.por_dat1 .rq .bj{
  width: 100%;
}
.por_dat1 .rq .div{
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 25px;
  color: #ffffff;
  transform: translate(-50%,-50%);
}
.por_dat1 .rq .div .yd{
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 0;
  right: -4px;
  animation: dx 3s linear infinite;
}
@keyframes dx{
  0%{
    transform: scale(0.8);
  }
  50%{
    transform: scale(1.2);
  }
  100%{
    transform: scale(0.8);
  }
}
.por_dat1 .rq .div .yd::after{
  content: '';
  width: 23px;
  height: 22px;
  background-image: url(../images/img40.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.por_dat1 .rq .div img{
  position: absolute;
  right: 0;
  bottom: 12px;
}
.por_dat1 .rq .div1{
  bottom: 8%;
  left: 6%;
  padding-right: 146px;
  padding-top: 55px;
}
.por_dat1 .rq .div1 img{
  width: 135px;
}
.por_dat1 .rq .div2{
  bottom: -15%;
  left: 33%;
  padding-right: 78px;
  padding-top: 70px;
}
.por_dat1 .rq .div2 img{
  width: 67px;
}
.por_dat1 .rq .div3{
  bottom: -16%;
  left: 80%;
  padding-right: 156px;
  padding-top: 58px;
}
.por_dat1 .rq .div3 img{
  width: 144px;
}


/* por_dat2 */
.por_dat2{
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 10;
  display: none;
}
.por_dat2 .bj{
  width: 100%;
  vertical-align: middle;
  opacity: 0;
}
.por_dat2 .rq{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  /* overflow: hidden; */
}
.por_dat2 .rq .rq1{
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 600;
  opacity: 1;

}
.por_dat2 .rq .rq1 .div1{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
.por_dat2 .rq .rq1 .div1 img{
  display: block;
  width: 100%;
  margin: 0 auto;
  transform: scale(1);
}
.por_dat2 .rq .rq1 .div2{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.por_dat2 .rq .rq1 .div2 p{
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);

  font-size: 68px;
  color: #fefefe;
  font-family: "Roma2";
}

.por_dat2 .rq2{
  width: 100%;
  /* height: 100%; */
  height: 100vh;
  opacity: 0;
  z-index: 500;
  transition: all .5s;
  position: relative;
  /* bottom: 0;
  left: 0; */
}
.por_dat2 .rq2 .div{
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.por_dat2 .rq2 .top{
  position: relative;
  width: 40vw;
  margin-left: auto;
  margin-right: auto;
}
.por_dat2 .rq2 .top .bj{
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.por_dat2 .rq2 .top .swiper-container{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
.por_dat2 .rq2 .top .swiper-slide{
  width: 100%;
  height: 100%;
  position: relative;
}
.por_dat2 .rq2 .top .swiper-slide .div{
  position: relative;
  height: 100%;
  overflow: hidden;
}
.por_dat2 .rq2 .top .swiper-slide .div1 p,
.por_dat2 .rq2 .top .swiper-slide .div p{
  position: absolute;
  top: 30px;
  right: 34px;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  z-index: 100;
}
.por_dat2 .rq2 .top .swiper-slide .div1 p{
  left: 34px;
  width: 400px;
}
.por_dat2 .rq2 .top .swiper-slide .div img{
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 100%;
  transform: scale(1.1);
}
.por_dat2 .rq2 .top .swiper-slide .div1{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
  overflow: hidden;
  border-right: 1px solid rgba(255,255,255,0.4);
}

.por_dat2 .rq2.on .top .swiper-slide-active .div1{
	animation-duration: 3s;
	animation-fill-mode: both;
	animation-iteration-count: 1;
	animation-name: anim;
}

@-webkit-keyframes anim {
	0% {
		width: 100%;
	}
	50%{
		width: 0%;
	}
	100%{
		width: 50%;
	}
}

@keyframes anim {
	0% {
		width: 100%;
	}
	50%{
		width: 0%;
	}
	100%{
		width: 50%;
	}
}
.por_dat2 .rq2 .top .swiper-slide .div1 img{
  /* width: 36.45833vw; */
  width: 40vw;
  transform: scale(1.1);
}
.por_dat2 .rq2 .bot{
  width: 100%;
  margin-top: 60px;
}
.por_dat2 .rq2 .bot img{
  width: 44px;
  display: block;
  margin: 0 auto;
}
.por_dat2 .rq2 .bot .p1{
  font-size: 30px;
  color: #000;
  margin-top: 10px;
  text-align: center;
}
.por_dat2 .rq2 .bot .p2{
  font-size: 16px;
  color: #000;
  text-align: center;
}
.por_dat2 .rq2 .bot .container{
  padding: 0 100px;
}
.por_dat2 .rq2 .bot .swiper-slide{
  font-size: 25px;
  color: #be2320;
  font-family: "Roma2";
  text-align: center;
}

/* por_dat3 */
.por_dat3{
  width: 100%;
  padding-top: 230px;
  background: #000;
}
.por_dat3 .lef{
  width: 50%;
  float: left;
}
.por_dat3 .lef img{
  width: 95%;
  float: right;
}
.por_dat3 .rig{
  width: 50%;
  padding-left: 115px;
  padding-right: 70px;
  padding-top: 20px;
  float: left;
}
.por_dat3 .rig .p1{
  font-size: 50px;
  color: #b81d23;
  font-family: "Roma2";
}
.por_dat3 .rig .div{
  width: 100%;
  padding-top: 26px;
  font-size: 25px;
  color: #ffffff;
  line-height: 37px;
  font-family: "Roma2";
}

/* por_dat4 */
.por_dat4{
  width: 100%;
  padding-top: 78px;
  padding-bottom: 125px;
}
.por_dat4 .rq{
  padding: 0 144px;
}
.por_dat4 .rq .p1{
  font-size: 50px;
  color: #b81d23;
  font-family: "Roma2";
}
.por_dat4 .rq .p2{
  font-size: 25px;
  color: #040406;
  font-family: "Roma2";
  padding-top: 18px;
  width: 64%;
  line-height: 36px;
}
.por_dat4 .rq1{
  width: 100%;
  padding-top: 80px;
}
.por_dat4 .rq1 .div{
  width: 25%;
  float: left;
  margin-right: 12.5%;
  position: relative;
}
.por_dat4 .rq1 .div:nth-child(3n){
  margin-right: 0;
}
.por_dat4 .rq1 .div .bj{
  width: 100%;vertical-align: middle;
}
.por_dat4 .rq1 .div .div1{
  font-size: 34px;
  color: #040406;
  font-family: "Roma2";
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(-50%,-50%);
}
.por_dat4 .rq1 .div1 .yd{
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 0;
  left: -4px;
  animation: dx 3s linear infinite;
} 
.por_dat4 .rq1 .div1 .yd::before{
  content: '';
  width: 23px;
  height: 22px;
  background-image: url(../images/img40.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.por_dat4 .rq1 .div1 img{
  width: 125px;
  position: absolute;
  left: 0;
  bottom: 16px;
}
.por_dat4 .rq1 .div .div2{
  left: 50%;
  bottom: -28%;
  padding-top: 54px;
  padding-left: 130px;
}


/* por_dat5 */
.por_dat5{
  width: 100%;
  position: relative;
}
.por_dat5 .bj{
  width: 100%;
  vertical-align: middle;
}
.por_dat5 .container{
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 126px;
  padding-top: 10%;
}
.por_dat5 .p1{
  font-size: 50px;
  color: #b81d23;
  font-family: "Roma2";
}
.por_dat5 .p2{
  font-size: 24px;
  color: #ffffff;
  line-height: 36px;
  width: 42%;
  padding-top: 16px;
  font-family: "Roma2";
}



/* por_dat6 */
.por_dat6{
  width: 100%;
  padding: 115px 0;
}
.por_dat6 .rq{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.por_dat6 .rq .lef{
  width: 55%;
}
.por_dat6 .rq .lef .bj{
  width: 100%;
  vertical-align: middle;
}
.por_dat6 .rq .lef .abo_video{
  position: relative;
  overflow: hidden;
}
.por_dat6 .rq .lef .abo_video video{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.por_dat6 .rq .lef .abo_video::before{
  content: '';
  width: 60px;
  height: 60px;
  /*background-image: url(../images/img82.png);*/
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  transition: all .5s;
  z-index: 10;
}
.por_dat6 .rq .lef .abo_video:hover::before{
  top: 45%;
}
.por_dat6 .rq .rig{
  width: 45%;
  padding-left: 50px;
  padding-right: 158px;
}
.por_dat6 .rq .rig .p1{
  font-size: 50px;
  color: #b81d23;
  font-family: "Roma2";
  padding-bottom: 24px;
}
.por_dat6 .rq .rig .div{
  font-size: 25px;
  color: #040406;
  line-height: 36px;
  font-family: "Roma2";
}



/* content7 */
.por_dat7{
  width: 100%;
  padding-top: 40px;
  background: rgb(7,12,16);
}
.pro_p{
  font-size: 50px;
  color: #b81d23;
  font-family: "Roma2";
  padding-bottom: 22px;
}
.por_dat7 .pro_p{
  text-align: center;
}
.por_dat7 .div{
  width: 40%;
  margin: 0 auto;
  font-size: 25px;
  color: #ffffff;
  line-height: 36px;
  text-align: center;
  font-family: "Roma2";
}
.por_dat7 .div1{
  width: 100%;
  padding-top: 46px;
}
.por_dat7 .div1 img{
  width: 90%;
  display: block;
  margin: 0 auto;
}


/* por_dat8 */
.por_dat8{
  width: 100%;
  position: relative;
}
.por_dat8 .bj{
  width: 100%;
  vertical-align: middle;
}
.por_dat8 .container{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  padding-left: 148px;
}
.por_dat8 .div{
  width: 46%;
  font-size: 25px;
  color: #ffffff;
  line-height: 36px;
  font-family: "Roma2";
}
.por_dat8 a{
  display: block;
  font-family: "Roman";
  font-size: 20px;
  color: #ffffff;
  background: rgb(162,63,66);
  letter-spacing: 1.5px;
  position: absolute;
  padding: 15px 25px;
  left: 50%;
  bottom: 10%;
  transform: translateX(-50%);
  border-radius: 10px;
}

@media(max-width:1459px){
  .por_dat8 a{
    font-size: 16px;
    padding: 10px 20px;
  }
}
@media(max-width:1259px){
  .por_dat8 a{
    font-size: 14px;
    padding: 8px 15px;
    bottom: 5%;
  }
}

/* por_dat9 */
.por_dat9{
  width: 100%;
  padding: 42px 0;
}
.por_dat9 .rq{
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap-reverse;
}
.por_dat9 .rq .lef{
  width: 47%;
  padding-left: 115px;
  padding-right: 36px;
}
.por_dat9 .rq .lef .div{
  font-size: 25px;
  color: #040406;
  line-height: 36px;
  font-family: "Roma2";
}
.por_dat9 .rq .rig{
  width: 53%;
}
.por_dat9 .rq .rig img{
  width: 100%;
  vertical-align: middle;
}




/* por_dat10 */
.por_dat10{
  width: 100%;
  padding-top: 208px;
  padding-bottom: 98px;
  background: rgb(24,26,28);
}
.por_dat10 .swiper-wrapper{
  padding-bottom: 60px;
}
.por_dat10 .swiper-slide{
	width: 816px;
	height: 484px;
}
.por_dat10 .swiper-slide img{
  width: 100%;
  vertical-align: middle;
}
.por_dat10 .swiper-slide p{
  font-size: 24px;
  color: #ffffff;
  padding-top: 22px;
  opacity: 0;
  font-family: "Roma2";
}
.por_dat10 .swiper-slide-active p{
  text-align: center;
  opacity: 1;
}


/* content11 */
.por_dat11{
  width: 100%;
  padding-top: 130px;
}
.por_dat11 .p{
  font-size: 60px;
  color: #be2320;
  text-align: center;
  font-family: "Roma2";
}
.por_dat11 .rq{
  width: 100%;
  padding-top: 30px;
}
.por_dat11 .rq table{
  width: 100%;
}
.por_dat11 .rq table th{
  font-size: 24px;
  color: #121212d9;
  font-family: "Roma2";
  background: rgb(222,222,222);
  line-height: 66px;
  font-weight: 100;
}
.por_dat11 .rq table th:first-child{
  width: 390px;
  border-right: 1px solid rgb(229,229,229);
}
.por_dat11 .rq table td{
  font-size: 24px;
  color: #121212d9;
  text-align: center;
 font-family: "Roma2";
  padding: 20px 0;
  border: 1px solid rgb(229,229,229);
 font-weight: 100;
}
.por_dat11 .rq table tr td:first-child{
  font-size: 22px;
  color: #121212d9;
  font-family: "Roma2";
 font-weight: 100;
}


/* por_dat12 */
.por_dat12{
  width: 100%;
  padding-top: 150px;
  padding-bottom: 160px;
}
.por_dat12 .p1{
  font-size: 60px;
  color: #be2320;
  text-align: center;
  font-family: "Roma2";
}
.por_dat12 .rq{
  width: 100%;
  padding-bottom: 52px;
  border-bottom: 1px solid rgb(158,158,158);
}
.por_dat12 .rq .div{
  width: 100%;
  padding-top: 40px;
  padding-bottom: 22px;
  padding-right: 184px;
  padding-left: 54px;
  border-bottom: 1px solid rgb(229,229,229);
  position: relative;
}
.por_dat12 .rq .div .ig1{
  width: 52px;
  position: absolute;
  left: 0;
  bottom: 22px;
}
.por_dat12 .rq .div p{
  width: 100%;
  padding-left: 95px;
  line-height: 42px;
  font-size: 24px;
  color: #121212;
  font-family: "Roma2";
  position: relative;

  text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.por_dat12 .rq .div p::before{
  content: '/';
  color: rgb(238,238,238);
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
}
.por_dat12 .rq .div a{
  font-size: 18px;
  color: #ffffff;
  width: 170px;
  height: 32px;
  line-height: 32px;
  border-radius: 32px;
  text-align: center;
  background: rgb(39,39,39);
  position: absolute;
  right: 0;
  bottom:22px;
}
.por_dat12 .rq .div a:hover{
  background: #20abd9;
}
.por_dat12 .rq .div a img{
  width: 30px;
  display: inline-block;
  margin-bottom: -5px;
}
.por_dat12 .rq1{
  width: 100%;
  padding-top: 18px;
}
.por_dat12 .rq1 .lef{
  float: left;
}
.por_dat12 .rq1 .rig{
  float: right;
}
.por_dat12 .rq1 .lef,
.por_dat12 .rq1 .rig{
  font-size: 16px;
  color: #3a3a3a;
  font-family: "Roma2";
}

.por_dat12 .rq2{
  width: 100%;
  padding-top: 260px;
}
.por_dat12 .rq2 .div{
  width: 68%;
  margin: 0 auto;
}
.por_dat12 .rq2 .div img{
  width: 100%;
}
.por_dat12 .rq2 .div2{
  display: table;
  margin: 0 auto;
  width: auto;
  padding-top: 34px;
}
.por_dat12 .rq2 .div2 a{
  font-size: 25px;
  color: #be2320;
  font-family: "Roma2";
  margin-right: 120px;
  float: left;
}
.por_dat12 .rq2 .div2 a:last-child{
  margin-right: 0;
}

@media(max-width:1459px){
  .por_dat1 .p1 {
    font-size: 62px;
}
.por_dat1 {
  height: 820px;
  padding-top: 110px;
}
.por_dat1 .p2 {
  font-size: 22px;
  margin-top: 6px;
}
.por_dat1 .rq {
  width: 704px;
  margin-top: 62px;
}
.por_dat1 .rq .div {
  font-size: 18px;
}
.por_dat1 .rq .div .yd {
  width: 8px;
  height: 8px;
  right: -3px;
}
.por_dat1 .rq .div .yd::after {
  width: 19px;
  height: 18px;
}
.por_dat1 .rq .div1 {
  padding-right: 110px;
  padding-top: 40px;
}
.por_dat1 .rq .div1 img {
  width: 102px;
}
.por_dat1 .rq .div2 {
  padding-right: 58px;
  padding-top: 53px;
}
.por_dat1 .rq .div2 img {
  width: 50px;
}
.por_dat1 .rq .div3 {
  padding-right: 118px;
  padding-top: 44px;
}
.por_dat1 .rq .div3 img {
  width: 109px;
}
.por_dat2 .rq .rq1 .div2 p {
  font-size: 50px;
}
.por_dat2 .rq2 .bot .swiper-slide {
  font-size: 20px;
}
.por_dat3 {
  padding-top: 160px;
}
.por_dat3 .rig {
  padding-left: 86px;
  padding-right: 52px;
  padding-top: 10px;
}
.pro_p,
.por_dat6 .rq .rig .p1,
.por_dat5 .p1,
.por_dat4 .rq .p1,
.por_dat3 .rig .p1 {
  font-size: 36px;
}

.por_dat5 .p2,
.por_dat4 .rq .p2,
.por_dat3 .rig .div {
  padding-top: 20px;
  font-size: 20px;
  line-height: 32px;
}
.por_dat4 {
  padding-top: 58px;
  padding-bottom: 95px;
}
.por_dat4 .rq1 .div .div1 {
  font-size: 22px;
}
.por_dat4 .rq1 .div1 .yd {
  width: 8px;
  height: 8px;
  left: -3px;
}
.por_dat4 .rq1 .div .div2 {
  padding-top: 40px;
  padding-left: 98px;
}
.por_dat4 .rq1 .div1 img {
  width: 90px;
  bottom: 12px;
}
.por_dat5 .container {
  padding: 0 90px;
  padding-top: 6%;
}
.por_dat6 {
  padding: 80px 0;
}
.por_dat6 .rq .rig {
  padding-left: 34px;
  padding-right: 110px;
}
.por_dat9 .rq .lef .div,
.por_dat8 .div,
.por_dat6 .rq .rig .div{
  font-size: 20px;
  line-height: 32px;
}
.por_dat7 .div{
  width: 50%;
  font-size: 20px;
  line-height: 32px;
}
.por_dat8 .container {
  padding-left: 100px;
}
.por_dat10 {
  padding-top: 118px;
  padding-bottom: 60px;
}
.por_dat11 {
  padding-top: 82px;
}
.por_dat12 .p1,
.por_dat11 .p {
  font-size: 45px;
}
.por_dat11 .rq table th {
  font-size: 18px;
  line-height: 50px;
}
.por_dat11 .rq table td {
  font-size: 18px;
  padding: 12px 0;
font-family: "Roma2"
}
.por_dat11 .rq table tr td:first-child {
  font-size: 16px;
}
.por_dat11 .rq table th:first-child {
  width: 300px;
}
.por_dat12 {
  padding-top: 90px;
  padding-bottom: 100px;
}
.por_dat12 .rq .div {
  padding-top: 30px;
  padding-bottom: 16px;
  padding-right: 170px;
  padding-left: 44px;
}
.por_dat12 .rq .div .ig1 {
  width: 38px;
}
.por_dat12 .rq .div p {
  padding-left: 66px;
  line-height: 36px;
  font-size: 18px;
}
.por_dat12 .rq .div p::before {
  left: 28px;
}
.por_dat12 .rq .div a {
  font-size: 14px;
  width: 130px;
  height: 30px;
  line-height: 30px;
  border-radius: 30px;
  bottom: 18px;
}
.por_dat12 .rq .div a img {
  width: 20px;
  margin-bottom: -1px;
}
.por_dat12 .rq {
  padding-bottom: 40px;
}
.por_dat12 .rq1 {
  padding-top: 12px;
}
.por_dat12 .rq1 .lef, .por_dat12 .rq1 .rig {
  font-size: 14px;
}
.por_dat12 .rq2 {
  padding-top: 126px;
}
.por_dat12 .rq2 .div2 {
  padding-top: 18px;
}
.por_dat12 .rq2 .div2 a {
  font-size: 20px;
  margin-right: 90px;
}

}
@media(max-width:1259px){
  .por_dat1 {
    height: 730px;
    padding-top: 64px;
}
.por_dat1 .p1 {
  font-size: 48px;
}
.por_dat1 .p2 {
  font-size: 18px;
  margin-top: 6px;
}
.por_dat2 .rq2 .bot {
  margin-top: 45px;
}
.por_dat2 .rq2 .bot img {
  width: 34px;
}
.por_dat2 .rq2 .bot .p1 {
  font-size: 22px;
  margin-top: 6px;
}
.por_dat2 .rq2 .bot .p2 {
  font-size: 14px;
}
.por_dat3 {
  padding-top: 100px;
}
.por_dat3 .rig {
  padding-left: 50px;
  padding-right: 0px;
  padding-top: 6px;
}

}
@media(max-width:991px){
  .por_dat1 .rq {
    width: 500px;
    margin-top: 40px;
}
.por_dat1 {
  height: 550px;
  padding-top: 55px;
}
.por_dat1 .rq .div {
  font-size: 14px;
}
.por_dat1 .rq .div1 {
  padding-right: 78px;
  padding-top: 30px;
}
.por_dat1 .rq .div img {
  bottom: 6px;
}
.por_dat1 .rq .div1 img {
  width: 73px;
}
.por_dat1 .rq .div2 {
  padding-right: 38px;
  padding-top: 36px;
}
.por_dat1 .rq .div2 img {
  width: 33px;
}
.por_dat1 .rq .div3 {
  padding-right: 85px;
  padding-top: 32px;
}
.por_dat1 .rq .div3 img {
  width: 80px;
}
.por_dat1 .p1 {
  font-size: 40px;
}
.por_dat2 .rq{
  position: static !important;
  height: auto;
}
.por_dat2 .rq .rq1{
  opacity: 1 !important;
}
.por_dat2 .bj{
  display: none;
}
.por_dat2 .rq .rq1 .div1{
  position: static !important;
  transform: translate(0,0);
}
.por_dat2 .rq .rq1 .div1 img{
  transform: scale(1) !important;
  width: 100%;
  vertical-align: middle;
}
.por_dat2 .rq .rq1 .div2{
  transform: translateY(-50%) !important;
  opacity: 1 !important;
  top: 50%;
}
.por_dat2 .rq .rq1 .div2 p {
  font-size: 34px;
}
.por_dat2{
  height: auto !important;
}
.por_dat2 .rq2{
  height: auto;
  opacity: 1 !important;
  padding: 40px 0;
  display: none;
}
.por_dat2 .rq2 .div{
  position: static !important;
  transform: translate(0,0);
}
.por_dat2 .rq2 .top{
  /* width: 340px;
  height: 275px; */
  width: 393px;
    height: 229px;
}
.por_dat2 .rq2 .top .swiper-slide .div1 img{
  /* width: 358px; */
  width: 393px;
}
.por_dat2 .rq2 .bot .container {
  padding: 0 0px;
}
.por_dat2 .rq2 .bot .swiper-slide {
  font-size: 16px;
}
.por_dat3 {
  padding-top: 60px;
  padding-bottom: 40px;
}
.por_dat3 .lef{
  width: 100%;
}
.por_dat3 .rig{
  width: 100%;
  padding-left: 0;
  padding-top: 0;
}
.por_dat4 .rq{
  padding: 0;
}
.por_dat4 .rq .p2{
  width: 100%;
}
.por_dat5 .container {
  padding: 0 40px;
  padding-top: 4%;
}
.por_dat6 .rq .lef{
  width: 100%;
}
.por_dat6 .rq .rig{
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 20px;
}
.por_dat7 .div{
  width: 100%;
}
.por_dat8 .container{
  padding-left: 0;
}
.por_dat9 .rq .lef{
  width: 100%;
  padding: 0 15px;
  padding-top: 20px;
}
.por_dat9 .rq .rig{
  width: 100%;
}
.por_dat10 .swiper-slide {
  width: 600px;
  height: 356px;
}
.por_dat10 .swiper-slide p {
  font-size: 18px;
  padding-top: 11px;
}
.por_dat10 {
  padding-top: 70px;
  padding-bottom: 40px;
}
.por_dat11 {
  padding-top: 46px;
}
.por_dat12 .p1, .por_dat11 .p {
  font-size: 30px;
}
.por_dat11 .rq table th:first-child {
  width: 230px;
}
.por_dat11 .rq table td {
  font-size: 16px;
  padding: 12px 0;
font-family: "Roma2"
}

}
@media(max-width:768px){
  .por_dat1 .p1 {
    font-size: 32px;
}
.por_dat1 {
  height: 510px;
  padding-top: 55px;
}
.por_dat3 .lef img {
  width: 100%;
}
.pro_p, .por_dat6 .rq .rig .p1, .por_dat5 .p1, .por_dat4 .rq .p1, .por_dat3 .rig .p1 {
  font-size: 28px;
}
.por_dat5 .p2, .por_dat4 .rq .p2, .por_dat3 .rig .div {
  padding-top: 10px;
  font-size: 18px;
  line-height: 28px;
}
.por_dat4 .rq1 {
  padding-top: 44px;
}
.por_dat4 .rq1 .div .div1 {
  font-size: 18px;
}
.por_dat4 .rq1 .div .div2 {
  padding-top: 26px;
  padding-left: 74px;
}
.por_dat4 .rq1 .div1 img {
  width: 69px;
  bottom: 9px;
}
.por_dat5 .container{
  width: 100%;
  padding: 0 15px;
  padding-top: 4%;
}
.por_dat5 .p2{
  width: 100%;
}
.por_dat9 .rq .lef .div, .por_dat8 .div, .por_dat6 .rq .rig .div {
  font-size: 18px;
  line-height: 28px;
}
.por_dat6 .rq .rig .p1 {
  padding-bottom: 10px;
}
.por_dat6 {
  padding: 32px 0;
}
.por_dat8 .div{
  width: 100%;
}
.por_dat8 .container{
  width: 100%;
  padding: 0 15px;
}
.por_dat11 .rq{
  width: 100%;
  overflow-x: auto;
}
.por_dat11 .rq table{
  width: 750px;
}
.por_dat12 .rq .div p {
  padding-left: 28px;
  line-height: 36px;
  font-size: 16px;
}
.por_dat12 .rq .div p::before {
  left: 7px;
}
.por_dat12 .rq .div .ig1 {
  width: 28px;
  bottom: 24px;
}
.por_dat12 .rq2 {
  padding-top: 65px;
}
.por_dat12 .rq2 .div2 a {
  font-size: 16px;
  margin-right: 40px;
}
.por_dat12 {
  padding-top: 48px;
  padding-bottom: 55px;
}

}
@media(max-width:500px){
  .por_dat1 .rq {
    width: 84%;
    margin: 0 auto;
    margin-top: 35px;
}
.por_dat1{
  height: auto;
  padding-top: 35px;
  padding-bottom: 40px;
}
.por_dat1 .rq .div1 {
  padding-right: 32px;
  padding-top: 17px;
}
.por_dat1 .rq .div .yd {
  width: 6px;
  height: 6px;
  right: -3px;
}
.por_dat1 .rq .div .yd::after {
  width: 15px;
  height: 14px;
}
.por_dat1 .rq .div1 img {
  width: 36px;
}
.por_dat1 .rq .div2 {
  padding-right: 16px;
  padding-top: 20px;
}
.por_dat1 .rq .div2 img {
  width: 19px;
}
.por_dat1 .rq .div3 {
  padding-right: 46px;
  padding-top: 16px;
}
.por_dat1 .rq .div3 img {
  width: 42px;
}
.por_dat2 .rq .rq1 .div2 p {
  font-size: 26px;
}
.por_dat2 .rq2 .top .swiper-slide .div1 p, .por_dat2 .rq2 .top .swiper-slide .div p {
  top: 14px;
  right: 15px;
  font-size: 14px;
}
.por_dat2 .rq2 .top .swiper-slide .div1 p {
  left: 15px;
  width: 154px;
}
.por_dat2 .rq2 .bot {
  margin-top: 18px;
}
.por_dat2 .rq2 .bot .p1 {
  font-size: 20px;
  margin-top: 6px;
}
.pro_p, .por_dat6 .rq .rig .p1, .por_dat5 .p1, .por_dat4 .rq .p1, .por_dat3 .rig .p1 {
  font-size: 26px;
}
.por_dat5 .p2, .por_dat4 .rq .p2, .por_dat3 .rig .div {
  padding-top: 10px;
  line-height: 26px;
}
.por_dat4 {
  padding-top: 40px;
  padding-bottom: 60px;
}
.por_dat4 .rq1 .div .div1 {
  font-size: 14px;
}
.por_dat4 .rq1 .div .div2 {
  padding-top: 17px;
  padding-left: 24px;
}
.por_dat4 .rq1 .div1 img {
  width: 25px;
  bottom: 5px;
}
.por_dat4 .rq1 .div1 .yd {
  width: 6px;
  height: 6px;
  left: -3px;
}
.por_dat4 .rq1 .div1 .yd::before {
  width: 15px;
  height: 14px;
}
.por_dat4 .rq1 {
  padding-top: 28px;
}

.por_dat9 .rq .lef .div, .por_dat8 .div, .por_dat6 .rq .rig .div {
  font-size: 18px;
  line-height: 26px;
}
.por_dat6 .rq .lef .abo_video::before {
  width: 44px;
  height: 44px;
}
.por_dat7 .div {
  font-size: 18px;
  line-height: 26px;
}
.pro_p {
  padding-bottom: 10px;
}
.por_dat7 .div1 {
  padding-top: 25px;
}
.por_dat10 {
  padding-top: 46px;
  padding-bottom: 0;
}
.por_dat10 .swiper-slide {
  width: 340px;
  height: auto;
}
.por_dat11 {
  padding-top: 34px;
}
.por_dat12 .p1, .por_dat11 .p {
  font-size: 26px;
}
.por_dat11 .rq {
  padding-top: 14px;
}
.por_dat11 .rq table th {
  font-size: 16px;
  line-height: 38px;
}
.por_dat11 .rq table tr td:first-child {
  font-size: 14px;
}
.por_dat11 .rq table td {
  font-size: 14px;
  padding: 10px 0;
}
.por_dat12 .rq .div {
  padding-top: 20px;
  padding-bottom: 50px;
  padding-right: 0;
  padding-left: 30px;
}
.por_dat12 .rq .div p {
  padding-left: 12px;
  line-height: 30px;
  font-size: 16px;
}
.por_dat12 .rq .div .ig1 {
  width: 22px;
  top: 24px;
}
.por_dat12 .rq .div a {
  font-size: 12px;
  width: 115px;
  height: 26px;
  line-height: 26px;
  border-radius: 26px;
  bottom: 10px;
}
.por_dat12 .rq .div p::before {
  left: 0px;
}
.por_dat12 .rq1 .lef, .por_dat12 .rq1 .rig{
  width: 100%;
  text-align: center;
}
.por_dat12 .rq {
  padding-bottom: 25px;
}
.por_dat12 .rq2 .div {
  width: 100%;
}
.por_dat12 .rq2 .div2 {
  padding-top: 10px;
}
.por_dat12 .rq2 .div2 a {
  font-size: 14px;
  margin-right: 8px;
}

.por_dat8 .container,
.por_dat5 .container{
  position: static;
  transform: translate(0,0);
}
.por_dat8 .div,
.por_dat5 .p2{
  color: #333;
  line-height: 24px;
}
.por_dat8 .container{
  padding-top: 20px;
}

}
@media(max-width:375px){
  .por_dat1 .rq .div1 {
    padding-right: 25px;
    padding-top: 13px;
}
.por_dat1 .rq .div2 {
  padding-right: 7px;
  padding-top: 16px;
}
.por_dat1 .rq .div3 {
  padding-right: 30px;
  padding-top: 13px;
}
.por_dat2 .rq2 .bot .p2 {
  font-size: 12px;
}
.por_dat5 .p2, .por_dat4 .rq .p2, .por_dat3 .rig .div {
  padding-top: 4px;
  font-size: 16px;
}
.pro_p, .por_dat6 .rq .rig .p1, .por_dat5 .p1, .por_dat4 .rq .p1, .por_dat3 .rig .p1 {
  font-size: 24px;
}
.por_dat9 .rq .lef .div, .por_dat8 .div, .por_dat6 .rq .rig .div {
  font-size: 16px;
  line-height: 24px;
}
.por_dat12 .rq2 .div2 a {
  width: 100%;
  text-align: center;
}

}





/* 联系我们 */
.con_cont1{
  width: 100%;
  padding-top: 108px;
  padding-bottom: 108px;
}
.con_cont1 .ig1{
  width: 167px;
  display: block;
  margin: 0 auto;
}
.con_cont1 .p1{
  font-size: 36px;
  color: #000000;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 18px;
}
.con_cont1 .rq{
  width: 100%;
  padding-top: 55px;
}
.con_cont1 .rq .div{
  width: 33.3333%;
  float: left;
}
.con_cont1 .div .div1{
  width: 118px;
  height: 118px;
  border-radius: 20px;
  box-shadow: 0 0 15px rgba(0,0,0,.1);
  position: relative;
  margin: 0 auto;
  transition: all .5s;
}
.con_cont1 .rq .div:hover .div1{
  transform: translateY(-15px);
}
.con_cont1 .div .div1 img{
  max-width: 70%;
  max-height: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  transition: all .5s;
}
.con_cont1 .div .div1 .ig2{
  opacity: 0;
}
.con_cont1 .div:hover .div1 .ig2{
  opacity: 1;
}
.con_cont1 .div:hover .div1 .ig1{
  opacity: 0;
}
.con_cont1 .div .p2{
  font-size: 26px;
  color: #161616;
  font-weight: bold;
  text-align: center;
  padding-top: 28px;
  text-transform: uppercase;
}
.con_cont1 .div:hover .p2{
  color: #1ea5d4;
}
.con_cont1 .div .p3{
  font-size: 22px;
  color: #666666;
  text-align: center;
  padding-top: 84px;
  font-weight: bold;
  width: 74%;
  margin: 0 auto;
  position: relative;
}
.con_cont1 .div .p3::before{
  content: '';
  width: 1px;
  height: 30px;
  background: rgb(212,212,212);
  position: absolute;
  left: 50%;
  top: 28px;
  transform: skewX(-15deg);
}

/* con_cont2 */
.con_cont2{
  width: 100%;
  height: 645px;
  position: relative;
}
.con_cont2 .bj{
  width: 100%;
  vertical-align: middle;
}
.con_cont2 .ig{
  width: 198px;
  position: absolute;
  top: 52%;
  left: 43.5%;
  transform: translate(-50%,-50%);
}

@media(max-width:1459px){
  .con_cont1 {
    padding-top: 80px;
    padding-bottom: 80px;
}
.con_cont1 .ig1 {
  width: 126px;
}
.con_cont1 .p1 {
  font-size: 26px;
  margin-top: 16px;
}
.con_cont1 .rq {
  padding-top: 40px;
}
.con_cont1 .div .div1 {
  width: 90px;
  height: 90px;
  border-radius: 15px;
}
.con_cont1 .div .p2 {
  font-size: 20px;
  padding-top: 20px;
}
.con_cont1 .div .p3 {
  font-size: 18px;
  padding-top: 62px;
  width: 90%;
}
.con_cont1 .div .p3::before {
  height: 22px;
  top: 20px;
}
.con_cont2 .ig {
  width: 150px;
}

}
@media(max-width:1259px){
  .con_cont1 {
    padding-top: 58px;
    padding-bottom: 58px;
}
.con_cont1 .ig1 {
  width: 110px;
}
.con_cont1 .p1 {
  font-size: 20px;
  margin-top: 14px;
}
.con_cont1 .rq {
  padding-top: 36px;
}
.con_cont1 .div .p3 {
  font-size: 16px;
  padding-top: 56px;
  width: 100%;
}
.con_cont2{
  width: 100%;
  height: 387px;
  position: relative;
}
.con_cont2 .ig {
  width: 90px;
}

}
@media(max-width:500px){
  .con_cont1 {
    padding-top: 36px;
    padding-bottom: 38px;
}
.con_cont1 .ig1 {
  width: 84px;
}
.con_cont1 .p1 {
  font-size: 18px;
  margin-top: 14px;
}
.con_cont1 .rq {
  padding-top: 30px;
}
.con_cont1 .rq .div{
  width: 100%;
  margin-bottom: 20px;
}
.con_cont1 .rq .div:nth-child(2),
.con_cont1 .rq .div:nth-child(3){
  width: 50%;
}
.con_cont1 .div .p3 {
  font-size: 14px;
  padding-top: 34px;
}
.con_cont1 .div .p3::before {
  top: 4px;
}
.con_cont1 .div .p2 {
  font-size: 20px;
  padding-top: 14px;
}
.con_cont2{
  width: 100%;
  height: 257px;
  position: relative;
}
.con_cont2 .ig {
  width: 57px;
}

}


/* 联系我们新增 */
.con_cont3{
  width: 100%;
  padding-top: 90px;
  padding-bottom: 80px;
  background: rgb(246,246,246);
}
.con_cont3 .p{
  font-size: 48px;
  color: #333333;
  text-align: center;
}
.con_cont3 .rq{
  width: 100%;
  padding-top: 50px;
}
.con_cont3 .rq .div{
  width: 48.2%;
  margin-right: 3.6%;
  float: left;
  margin-bottom: 40px;
  background: #fff;
  padding: 50px 52px;
}
.con_cont3 .rq .div:nth-child(2n){
  margin-right: 0;
}
.con_cont3 .rq .div .p1{
  font-size: 30px;
  color: #1ea5d4;
}
.con_cont3 .rq .div .p2{
  font-size: 18px;
  color: #666666;
  margin-top: 10px;
  margin-bottom: 20px;
}
.con_cont3 .rq .div .div1{
  width: 100%;
}
.con_cont3 .rq .div .div1 p{
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  padding-left: 30px;
  position: relative;
}
.con_cont3 .rq .div .div1 p span{
  width: 17px;
  height: 18px;
  position: absolute;
  top: 4px;
  left: 0;
}
.con_cont3 .rq .div .div1 p span img{
  width: 100%;
}

@media(max-width:1459px){
  .con_cont3 {
    padding-top: 70px;
    padding-bottom: 50px;
}
.con_cont3 .p {
  font-size: 40px;
}
.con_cont3 .rq {
  padding-top: 34px;
}
.con_cont3 .rq .div {
  margin-bottom: 30px;
  padding: 36px 38px;
}
.con_cont3 .rq .div .p1 {
  font-size: 26px;
}
.con_cont3 .rq .div .p2 {
  font-size: 16px;
  margin-top: 8px;
  margin-bottom: 15px;
}
.con_cont3 .rq .div .div1 p {
  font-size: 15px;
  line-height: 28px;
  padding-left: 30px;
}

}
@media(max-width:768px){
  .con_cont3 .rq .div{
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    padding: 15px;
  }

}
@media(max-width:500px){
  .con_cont3 {
    padding-top: 50px;
    padding-bottom: 40px;
}
.con_cont3 .p {
  font-size: 28px;
}
.con_cont3 .rq {
  padding-top: 20px;
}
.con_cont3 .rq .div {
  padding: 20px 15px;
}
.con_cont3 .rq .div .p1 {
  font-size: 22px;
}

}


/* 新闻列表 */
.new_con1{
  width: 100%;
  position: relative;
  padding-top: 58px;
  padding-bottom: 128px;
}
.new_con1::before{
  content: '';
  width: 919px;
  height: 792px;
  background-image: url(../images/img67.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.new_con1 .rq{
  width: 100%;
}
.new_con1 .rq .p{
  font-size: 82px;
  color: #303030;
  font-family: "bebas";
}
.new_con1 .rq .p span{
  font-size: 16px;
  color: #303030;
  font-family: "Arial";
  display: block;
}
.new_con1 .rq .div{
  width: 100%;
  margin-top: 18px;
}
.new_con1 .rq .div a{
  width: 100%;
  display: block;
  padding: 50px 0;
  border-bottom: 2px solid rgb(48,48,48);
  border-top: 2px solid rgb(48,48,48);
  display: flex;
  flex-wrap: wrap;
}
.new_con1 .rq .div .lef{
  width: 44.5%;
  overflow: hidden;
}
.new_con1 .rq .div .lef img{
  width: 100%;
  vertical-align: middle;
  transition: all .5s;
}
.new_con1 .rq .div a:hover .lef img{
  transform: scale(1.05);
}
.new_con1 .rq .div .rig{
  width: 55.5%;
  padding-left: 90px;
  padding-bottom: 48px;
  position: relative;
}
.new_con1 .rq .div .rig .p1{
  font-size: 26px;
  color: #303030;
  font-family: "bebas";
  padding-bottom: 50px;
  position: relative;
}
.new_con1 .rq .div .rig .p1::before{
  content: '';
  width: 1px;
  height: 26px;
  background: rgb(64,64,64);
  position: absolute;
  left: 12px;
  bottom: 8px;
  transform: skewX(-40deg);
}
.new_con1 .rq .div .rig .p2{
  font-size: 26px;
  color: #303030;
  font-family: "Italic";
}
.new_con1 .rq .div .rig button{
  font-size: 18px;
  color: #8c8c8c;
  width: 150px;
  height: 30px;
  border-radius: 30px;
  background: rgb(39,39,39);
  /* text-transform: uppercase; */
  position: absolute;
  bottom: 14px;
  left: 90px;
  transition: all .5s;
}
.new_con1 .rq .div a:hover .rig button{
  background: #20abd9;
  color: #fff;
}


/* new_con2 */
.new_con2{
  width: 100%;
  padding-bottom: 98px;
}
.new_con2 .rq{
  width: 100%;
  padding-bottom: 90px;
}
.new_con2 .rq .div{
  width: 31.3%;
  padding-top: 115px;
  margin-right: 3.05%;
  float: left;
}
.new_con2 .rq .div:nth-child(3n){
  margin-right: 0;
}
.new_con2 .rq .div a{
  display: block;
  width: 100%;
  height: 100%;
}
.new_con2 .rq .div .top{
  width: 100%;
  overflow: hidden;
}
.new_con2 .rq .div .top img{
  width: 100%;
  vertical-align: middle;
  transition: all .5s;
}
.new_con2 .rq .div:hover .top img{
  transform: scale(1.05);
}
.new_con2 .rq .div .bot{
  width: 100%;
  padding-top: 34px;
  border-bottom: 2px solid rgb(48,48,48);
  position: relative;
}
.new_con2 .rq .div .bot::before{
  content: '';
  width: 0%;
  height: 2px;
  background: #1ea5d4;
  position: absolute;
  bottom: -2px;
  left: 0;
  transition: all .5s;
}
.new_con2 .rq .div:hover .bot::before{
  width: 100%;
}
.new_con2 .rq .div .bot .p1{
  font-size: 20px;
  color: #303030;
  font-family: "bebas";
  margin-bottom: 15px;
  
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
  transition: all .5s;
}
.new_con2 .rq .div:hover .bot .p1{
  color: #1ea5d4;
}
.new_con2 .rq .div .bot .p2{
  font-size: 16px;
  color: #999999;
  font-family: "Arial";
  padding-bottom: 14px;
  position: relative;
}
.new_con2 .rq .div .bot .p2::before{

}
.new_con2 .rq .div .bot .p3{
  font-size: 16px;    padding-bottom: 14px;
  color: #303030;
  font-family: "Italic";

  text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}


/* 分页 */
.fy{
  display: table;
  width: auto;
  margin: 0 auto;
}
.fy li{
  float: left;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.fy .hom{
  width: 72px;
  margin-right: 18px;
}
.fy .hom,.fy .per, .fy .nex{
  border: 1px solid rgb(229,229,229);
  position: relative;
}
.fy .per::before, .fy .nex::before{
  content: '';
  width: 16px;
  height: 24px;
  background-image: url(../images/img70.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.fy .per::before{
  transform: translate(-50%,-50%) rotate(180deg);
}
.fy li a{
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 10;
  font-size: 18px;
  color: #999999;
}
.fy li:hover a,
.fy li.on a{
  color: #1ea5d4;
}

@media(max-width:1680px){
  .new_con1::before {
    width: 810px;
    height: 700px;
}
}
@media(max-width:1459px){
  .new_con1 {
    padding-top: 44px;
    padding-bottom: 96px;
}
.new_con1::before {
  width: 675px;
  height: 580px;
}
.new_con1 .rq .p {
  font-size: 54px;
}
.new_con1 .rq .p span {
  font-size: 14px;
}
.new_con1 .rq .div {
  margin-top: 14px;
}
.new_con1 .rq .div a {
  padding: 34px 0;
}
.new_con1 .rq .div .rig {
  padding-left: 62px;
  padding-bottom: 48px;
}
.new_con1 .rq .div .rig .p1 {
  font-size: 22px;
  padding-bottom: 46px;
}
.new_con1 .rq .div .rig .p2 {
  font-size: 22px;
}
.new_con1 .rq .div .rig button {
  font-size: 16px;
  width: 120px;
  height: 30px;
  border-radius: 30px;
  bottom: 14px;
  left: 62px;
}
.new_con2 .rq .div {
  padding-top: 76px;
}
.new_con2 .rq .div .bot {
  height: 188px;
  padding-top: 20px;
}
.new_con2 .rq .div .bot .p1 {
  font-size: 20px;
  margin-bottom: 10px;
}
.new_con2 .rq .div .bot .p2 {
  font-size: 14px;
  padding-bottom: 66px;
}
.new_con2 .rq .div .bot .p2::before {
  bottom: 20px;
}
.new_con2 .rq .div .bot .p3 {
  font-size: 22px;
}
.new_con2 .rq {
  padding-bottom: 60px;
}

}
@media(max-width:1366px){
  .new_con1::before {
    width: 624px;
    height: 540px;
}
}
@media(max-width:1259px){
  .new_con1::before {
    width: 624px;
    height: 540px;
}
.new_con1::before {
  width: 575px;
  height: 496px;
}



}
@media(max-width:991px){
  .new_con1::before{
    display: none;
  }
  .new_con1 .rq .p {
    font-size: 38px;
}
.new_con1 .rq .div a {
  padding: 20px 0;
}
.new_con1 .rq .div .rig {
  padding-left: 26px;
  padding-bottom: 32px;
}
.new_con1 .rq .div .rig .p1 {
  font-size: 20px;
  padding-bottom: 40px;
}
.new_con1 .rq .div .rig .p1::before {
  height: 18px;
  left: 12px;
  bottom: 10px;
}
.new_con1 .rq .div .rig .p2 {
  font-size: 20px;
}
.new_con1 .rq .div .rig button {
  font-size: 14px;
  width: 110px;
  height: 26px;
  border-radius: 26px;
  bottom: 0px;
  left: 26px;
}
.new_con1 {
  padding-top: 44px;
  padding-bottom: 0px;
}
.new_con2 .rq .div{
  width: 49%;
  margin-right: 2%;
}
.new_con2 .rq .div:nth-child(3n){
  margin-right: 2%;
}
.new_con2 .rq .div:nth-child(2n){
  margin-right: 0%;
}

}
@media(max-width:500px){
  .new_con1 .rq .div .lef{
    width: 100%;
  }
  .new_con1 .rq .div .rig{
    width: 100%;
    padding-left: 0;
    padding-top: 15px;
    padding-bottom: 50px;
  }
  .new_con1 .rq .div .rig button{
    left: 0;
  }
  .new_con2 .rq .div {
    padding-top: 30px;
}
.new_con2 .rq .div .bot {
  height: 130px;
  padding-top: 8px;
}
.new_con2 .rq .div .bot .p1 {
  font-size: 16px;
  margin-bottom: 5px;
}
.new_con2 .rq .div .bot .p2 {
  font-size: 14px;
  padding-bottom: 45px;
}
.new_con2 .rq .div .bot .p2::before {
  bottom: 13px;
  height: 20px;
}
.new_con2 .rq .div .bot .p3 {
  font-size: 16px;
}
.fy li {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.fy li a {
  font-size: 14px;
}
.fy .hom {
  width: 60px;
  margin-right: 6px;
}
.fy .per::before, .fy .nex::before {
  width: 10px;
  height: 16px;
}
.new_con2 .rq {
  padding-bottom: 35px;
}
.new_con2 {
  padding-bottom: 46px;
}

}






/* 下载列表 */
.dow_con1{
  width: 100%;
  padding-top: 62px;
  padding-bottom: 140px;
  background: rgb(248,248,248);
}
.dow_con1 .rq{
  width: 100%;
  background: #fff;
}
.dow_con1 .rq .top{
  width: 100%;
  height: 80px;
  line-height: 80px;
  border-bottom: 1px solid rgb(126,126,128);
}
.dow_con1 .rq .top .div{
  display: table;
  width: auto;
  margin: 0 auto;
}
.dow_con1 .rq .top .div a{
  float: left;
  font-size: 28px;
  color: #000000;
  margin-right: 44px;
  font-weight: bold;
}
.dow_con1 .rq .top .div a:hover{
  color: #1ea5d4;
}
.dow_con1 .rq .top .div a.on{
  color: #1ea5d4;
  border-bottom: 1px solid #1ea5d4;
}
.dow_con1 .rq .top .div a:last-child{
  margin-right: 0;
}
.dow_con1 .rq .bot{
  width: 100%;
  padding-bottom: 70px;
}
.dow_con1 .rq .bot .rq1{
  width: 100%;
  padding: 0 30px;
  padding-bottom: 24px;
}
.dow_con1 .bot .rq1 a{
  width: 100%;
  display: block;
  padding-top: 46px;
  padding-bottom: 28px;
  border-bottom: 1px solid rgb(229,229,229);
}
.dow_con1 .bot .rq1 .lef{
  width: 85%;
  float: left;
  padding-left: 80px;
  position: relative;
}
.dow_con1 .bot .rq1 .lef i{
  width: 51px;
  height: 52px;
  background-image: url(../images/img71.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all .5s;
}
.dow_con1 .bot .rq1 a:hover .lef i{
  background-image: url(../images/img72.png);
}
.dow_con1 .bot .rq1 .lef p{
  font-size: 26px;
  color: #121212;
  font-weight: bold;
}
.dow_con1 .bot .rq1 .lef p span{
  font-size: 18px;
  color: #999999;
  padding-left: 30px;
}
.dow_con1 .bot .rq1 .rig{
  max-width: 15%;
  float: right;
  font-size: 22px;
  color: #1e1e1e;
  font-weight: bold;
  padding-left: 45px;
  position: relative;
  transition: all .5s;
}
.dow_con1 .bot .rq1 .rig i{
  width: 40px;
  height: 35px;
  background-image: url(../images/img73.png);
  background-size: contain;
  background-repeat: no-repeat; 
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all .5s;
}
.dow_con1 .bot .rq1 a:hover .rig i{
  background-image: url(../images/img74.png);
}
.dow_con1 .bot .rq1 a:hover .rig{
  color: #20abd9;
}

@media(max-width:1459px){
  .dow_con1 {
    padding-top: 46px;
    padding-bottom: 106px;
}
.dow_con1 .rq .top .div a {
  font-size: 20px;
  margin-right: 33px;
}
.dow_con1 .rq .bot .rq1 {
  padding: 0 20px;
  padding-bottom: 54px;
}
.dow_con1 .bot .rq1 .lef i {
  width: 38px;
  height: 38px;
}
.dow_con1 .bot .rq1 .lef {
  padding-left: 60px;
}
.dow_con1 .bot .rq1 .lef p {
  font-size: 18px;
}
.dow_con1 .bot .rq1 .lef p span {
  font-size: 14px;
  padding-left: 30px;
}
.dow_con1 .bot .rq1 .rig {
  font-size: 16px;
  padding-left: 35px;
}
.dow_con1 .bot .rq1 .rig i {
  width: 28px;
  height: 25px;
}
.dow_con1 .rq .bot {
  padding-bottom: 48px;
}

}
@media(max-width:991px){
  .dow_con1 .bot .rq1 .lef {
    width: 80%;
    padding-left: 60px;
}
.dow_con1 .bot .rq1 .rig {
  max-width: 20%;
}

}
@media(max-width:500px){
  .dow_con1 .rq .top .div a {
    font-size: 14px;
    margin-right: 24px;
}
.dow_con1 .rq .top {
  height: 54px;
  line-height: 54px;
}
.dow_con1 .bot .rq1 a {
  padding-top: 24px;
  padding-bottom: 12px;
}
.dow_con1 .bot .rq1 .lef{
  width: 100%;
  padding-left: 35px;
}
.dow_con1 .bot .rq1 .lef i {
  width: 24px;
  height: 24px;
}
.dow_con1 .bot .rq1 .lef p {
  font-size: 14px;
}
.dow_con1 .bot .rq1 .lef p span {
  font-size: 12px;
  padding-left: 18px;
}
.dow_con1 .bot .rq1 .rig {
  max-width: 100%;
  margin-top: 15px;
}
.dow_con1 .bot .rq1 .rig {
  font-size: 15px;
  padding-left: 30px;
}
.dow_con1 .bot .rq1 .rig i {
  width: 19px;
  height: 18px;
}
.dow_con1 .rq .bot .rq1 {
  padding: 0px 10px;
  padding-bottom: 30px;
}
.dow_con1 .rq .bot {
  padding-bottom: 34px;
}
.dow_con1 {
  padding-top: 42px;
  padding-bottom: 48px;
}

}



/* 服务支持 */
.ser_div{
  width: 100%;
  padding: 95px 50px;
  padding-bottom: 120px;
}
.ser_div .lef{
  width: 50%;
  float: left;
}
.ser_div .lef img{
  width: 100%;
  vertical-align: middle;
}
.ser_div .rig{
  width: 50%;
  float: left;
  padding-top: 40px;
  padding-left: 32px;
}
.ser_div .rig .p1{
  font-size: 48px;
  color: #121212;
  font-weight: bold;
  padding-bottom: 95px;
  position: relative;

  text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.ser_div .rig .p1::before{
  content: '';
  width: 1px;
  height: 50px;
  background: rgb(213,213,213);
  transform: skewX(-30deg);
  position: absolute;
  left: 22px;
  bottom: 10px;
}
.ser_div .rig .div{
  width: 100%;
  padding-top: 36px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgb(238,238,238);
}
.ser_div .rig .div .p2{
  font-size: 32px;
  color: #121212;
  font-weight: bold;
}
.ser_div .rig .div .p2 img{
  width: 36px;
  display: inline-block;
  margin-bottom: -4px;
  margin-right: 16px;
}
.ser_div .rig .div .p3{
  font-size: 24px;
  color: #666666;
}
.ser_div .rig .div:last-child{
  border-bottom: none;
}
@media(max-width:1459px){
  .ser_div {
    padding: 72px 38px;
    padding-bottom: 90px;
}
.ser_div .rig {
  padding-top: 20px;
  padding-left: 22px;
}
.ser_div .rig .p1 {
  font-size: 36px;
  padding-bottom: 70px;
}
.ser_div .rig .p1::before {
  height: 36px;
  left: 18px;
  bottom: 10px;
}
.ser_div .rig .div {
  padding-top: 24px;
  padding-bottom: 20px;
}
.ser_div .rig .div .p2 {
  font-size: 24px;
}
.ser_div .rig .div .p2 img {
  width: 26px;
  margin-bottom: -4px;
  margin-right: 10px;
}
.ser_div .rig .div .p3 {
  font-size: 20px;
}

}
@media(max-width:1259px){
  .ser_div {
    padding: 45px 14px;
    padding-bottom: 50px;
}
  .ser_div .rig {
    padding-top: 0px;
    padding-left: 22px;
}
.ser_div .rig .p1 {
  font-size: 30px;
  padding-bottom: 70px;
}

}
@media(max-width:991px){
  .ser_div .lef{
    width: 100%;
  }
  .ser_div .rig{
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }

}
@media(max-width:500px){
  .ser_div {
    padding: 32px 10px;
}
.ser_div .rig .p1 {
  font-size: 24px;
  padding-bottom: 46px;
}
.ser_div .rig .p1::before {
  height: 30px;
  left: 16px;
  bottom: 0px;
}
.ser_div .rig .div {
  padding-top: 20px;
  padding-bottom: 16px;
}
.ser_div .rig .div .p2 {
  font-size: 20px;
}
.ser_div .rig .div .p3 {
  font-size: 18px;
}

}




/* 视频列表 */
.vid_con1{
  width: 100%;
  padding-top: 95px;
  padding-bottom: 100px;
  background: rgb(248,248,248);
}
.vid_con1 .rq{
  width: 100%;
  padding: 60px 40px;
  padding-bottom: 90px;
  background: #fff;
}
.vid_con1 .rq1{
  width: 100%;
  padding-bottom: 54px;
}
.vid_con1 .rq .div{
  width: 23.8%;
  margin-right: 1.6%;
  float: left;
  margin-bottom: 35px;
}
.vid_con1 .rq .div:nth-child(4n){
  margin-right: 0;
}
.vid_con1 .rq .div .bj{
  width: 100%;
  vertical-align: middle;
}
.vid_con1 .rq .div p{
  font-size: 18px;
  color: #121212;
  text-align: center;
  padding-top: 16px;
  font-weight: bold;

  text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
  transition: all .3s;
}
.vid_con1 .rq .div:hover p{
  color: #1ea5d4;
}
.vid_con1 .rq .div .abo_video{
  position: relative;
}
.vid_con1 .rq .div .abo_video::before{
  content: '';
  width: 60px;
  height: 60px;
  background-image: url(../images/img82.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  transition: all .5s;
}
.vid_con1 .rq .div:hover .abo_video::before{
  top: 45%;
}

@media(max-width:1459px){
  .vid_con1 {
    padding-top: 70px;
    padding-bottom: 74px;
}
.vid_con1 .rq {
  padding: 40px 30px;
  padding-bottom: 64px;
}
.vid_con1 .rq1 {
  padding-bottom: 36px;
}
.vid_con1 .rq .div .abo_video::before {
  width: 44px;
  height: 44px;
}
.vid_con1 .rq .div p {
  font-size: 16px;
  padding-top: 12px;
}
.vid_con1 .rq .div {
  margin-bottom: 22px;
}

}
@media(max-width:991px){
  .vid_con1 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.vid_con1 .rq {
  padding: 30px 18px;
  padding-bottom: 38px;
}
.vid_con1 .rq .div{
  width: 49%;
  margin-right: 2%;
}
.vid_con1 .rq .div:nth-child(4n){
  margin-right: 2%;
}
.vid_con1 .rq .div:nth-child(2n){
  margin-right: 0%;
}

}
@media(max-width:500px){
  .vid_con1 {
    padding-top: 33px;
    padding-bottom: 44px;
}
  .vid_con1 .rq .div .abo_video::before {
    width: 36px;
    height: 36px;
}
.vid_con1 .rq {
  padding: 24px 10px;
  padding-bottom: 32px;
}
.vid_con1 .rq1 {
  padding-bottom: 14px;
}
.vid_con1 .rq .div p {
  font-size: 14px;
  padding-top: 10px;
}

}




/* 关于我们 */
/* abo_con1 */
.abo_con1{
  width: 100%;
  padding-top: 44px;
  position: relative;
}
.abo_con1::before{
  content: '';
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.abo_con1 .top{
  width: 100%;
  padding-bottom: 48px;
  position: relative;
}
.abo_con1 .top .rq1{
  position: absolute;
  bottom: 200px;
  left: -185px;
  font-size: 28px;
  color: #1ea5d4;
  padding-left: 110px;
  transform: rotate(-90deg);
  text-transform: uppercase;
}
.abo_con1 .top .rq1::before{
  content: '';
  width: 85px;
  height: 1px;
  background: #1ea5d4;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.abo_con1 .top .rq{
  width: 77%;
  float: right;
  padding-left: 46px;
}
.abo_con1 .top .rq .p1{
  font-size: 34px;
  color: #1ea5d4;
  font-weight: bold;
  text-transform: uppercase;
}
.abo_con1 .top .rq .p2{
  font-size: 20px;
  color: #999;
  font-weight: bold;
}
.abo_con1 .top .rq .div{
  width: 1px;
  height: 40px;
  background: rgb(97,97,97);
  transform: skewX(-30deg);
  margin-left: 15px;
  margin-top: 57px;
  margin-bottom: 46px;
}
.abo_con1 .top .rq .div1{
  width: 100%;
  font-size: 16px;
  color: #636363;
  line-height:200%;
  letter-spacing: 1px;
}
.abo_con1 .bot{
  width: 100%;
  position: relative;
}
.abo_con1 .bot .div{
  width: 77.3%;
}
.abo_con1 .bot .div img{
  width: 100%;
  vertical-align: middle;
}
.abo_con1 .bot .div1{
  position: absolute;
  right: 20px;
  top: 60%;
  transform: translateY(-50%);
  font-size: 24px;
  color: #969696;
}
.abo_con1 .bot .div1 img{
  width: 66px;
  margin-bottom: -22px;
  margin-right: 10px;
}


/* abo_con2 */
.abo_con2{
  width: 100%;
  padding-top: 120px;
  padding-bottom: 80px;
}
.abo_con2 .rq{
  width: 100%;
}
.abo_con2 .rq .lef{
  width: 33%;
  float: left;
  padding-top: 85px;
}
.abo_con2 .rq .lef .p1{
  font-size: 36px;
  color: #1ea5d4;
  font-family: "Roma2";
  text-transform: uppercase;
}
.abo_con2 .rq .lef .div{
  width: 1px;
  height: 28px;
  background: rgb(149,149,149);
  transform: skewX(-30deg);
  margin-left: 15px;
  margin-top: 60px;
  margin-bottom: 74px;
}
.abo_con2 .rq .lef .div1{
  font-size: 22px;
  color: #999999;
  line-height: 40px;
}
.abo_con2 .rq .rig{
  width: 67%;
  float: left;
}
.abo_con2 .rq .rig .div{
  width: 100%;
  padding: 48px 0;
  position: relative;
  border-top: 1px solid rgb(238,238,238);
}
.abo_con2 .rq .rig .div:first-child{
  padding-top: 70px;
}
.abo_con2 .rq .rig .div .rq1{
  position: relative;
  padding-left: 180px;
}
.abo_con2 .rq .rig .div1{
  width: 145px;
  height: 145px;
  border: 1px solid rgb(223,223,223);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 40%;
  transition: all .5s;
}
.abo_con2 .rq .rig .div:hover .div1{
  border: 1px solid #fff;
  box-shadow: 0 0 15px #ccc;
}
.abo_con2 .rq .rig .div1 img{
  width: 57px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  transition: all .5s;
}
.abo_con2 .rq .rig .div1 .ig2{
  opacity: 0;
}
.abo_con2 .rq .rig .div:hover .div1 .ig2{
  opacity: 1;
}
.abo_con2 .rq .rig .div:hover .div1 .ig1{
  opacity: 0;
}
.abo_con2 .rq .rig .div2{
  width: 100%;
}
.abo_con2 .rq .rig .div2 .p1{
  font-size: 22px;
  color: #121212;
  font-weight: bold;
  letter-spacing: 1px;
  transition: all .5s;
}
.abo_con2 .rq .rig .div:hover .div2 .p1{
  color: #1ea5d4;
}
.abo_con2 .rq .rig .div2 .p2{
  font-size: 22px;
  color: #999999;
  line-height: 30px;
  padding-top: 28px;
}


/* .abo_con3 */
.abo_con3{
  width: 100%;
  padding-top: 108px;
  padding-bottom: 92px;
  background: rgb(37,37,37);
}
.abo_con3 .rq{
  width: 100%;
}
.abo_con3 .rq .div{
  width: 49.4%;
  float: left;
  margin-right: 1.2%;
}
.abo_con3 .rq .div:nth-child(2n){
  margin-right: 0;
}
.abo_con3 .rq .div .top{
  width: 100%;
  overflow: hidden;
}
.abo_con3 .rq .div img{
  width: 100%;
  vertical-align: middle;
  transition: all .5s;
}
.abo_con3 .rq .div:hover .top img{
  transform: scale(1.05);
}
.abo_con3 .rq .div .bot{
  width: 100%;
  padding-top: 32px;
}
.abo_con3 .rq .div .bot .p1{
  font-size: 30px;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 1px;
}
.abo_con3 .rq .div .bot .p2{
  font-size: 16px;
  color: #ffffff;
  line-height: 24px;
  padding-top: 22px;
  letter-spacing: 1px;
}


/* abo_con4 */
.abo_con4{
  width: 100%; 
  padding-top: 74px;
  padding-bottom: 74px;
  position: relative;
}
.abo_con4 .dp{
  font-size: 331px;
  color: #fff;
  position: absolute;
  right: 18px;
  bottom: -110px;
  font-family: "fra";
  text-transform: uppercase;
  z-index: -1;
}
.abo_con4 .dp span{
  color: #e8e8e8;
}
.abo_con4::before{
  content: '';
  width: 51.3%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.abo_con4 .p{
  font-size: 34px;
  color: #1ea5d4;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  letter-spacing: 2px;
}
.abo_con4 .rq{
  width: 100%;
  padding-top: 40px;
}
.abo_con4 .rq .lef{
  width: 20%;
  padding-left: 160px;
  padding-right: 0px;
  padding-top: 20px;
  float: left;
}
.abo_con4 .rq .lef .div{
  width: 140px;
  border-right: 2px solid rgb(229,229,229);
}
.abo_con4 .rq .lef p{
  font-size: 22px;
  color: #999999;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 26px;
  position: relative;
  transition: all .5s;
  cursor: pointer;
}
.abo_con4 .rq .lef p.on{
  color: #1ea5d4;
}
.abo_con4 .rq .lef p::before{
  content: '';
  width: 2px;
  height: 100%;
  background: rgb(229,229,229);
  position: absolute;
  right: -2px;
  top: 0;
  transition: all .5s;
}
.abo_con4 .rq .lef p.on::before{
  background: #1ea5d4;
}

.abo_con4 .rq .rig{
  width: 74.7%;
  position: relative;
  float: left;
}
.abo_con4 .rq .rig .rq1{
  width: 100%;
  position: relative;
  display: none;
}
.abo_con4 .rq .rig .rq1.on1{
  display: block;
}
.abo_con4 .rq .rig .swiper-container{
  padding: 0 15px;
}
.abo_con4 .rq .rig .swiper-slide .top{
  width: 100%;
  transition: all .5s;
  overflow: hidden;
}
.abo_con4 .rq .rig .swiper-slide:hover .top{
  box-shadow: 0 0 15px #ccc;
}
.abo_con4 .rq .rig .swiper-slide .top img{
  width: 100%;
  vertical-align: middle;
  transition: all .5s;
}
.abo_con4 .rq .rig .swiper-slide:hover .top img{
  transform: scale(1.05);
}
.abo_con4 .rq .rig .swiper-slide p{
  font-size: 18px;    width: 70%;
  color: #161616;
  padding-top: 15px;
  transition: all .5s;
}
.abo_con4 .rq .rig .swiper-slide:hover p{
  color: #1ea5d4;
}
.abo_con4 .rq .rig .div{
  width: 44px;
  height: 112px;
  position: absolute;
  left: -54px;
  bottom: 42px;
}
.abo_con4 .swiper-button-next,
.abo_con4 .swiper-button-prev{
  width: 44px;
  height: 44px;
  background-image: url(../images/img97.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 60%;
  margin-top: 0;
  opacity: 1;
  transition: all .5s;
}
.abo_con4 .swiper-button-next{
  top: 0;
}
.abo_con4 .swiper-button-prev{
  transform: rotate(180deg);
}
.abo_con4 .swiper-button-next:hover,
.abo_con4 .swiper-button-prev:hover{
  background-image: url(../images/img98.png);
}

@media(max-width:1680px){
  .abo_con1::before {
    width: 1045px;
    height: 795px;
}
  .abo_con4 .dp {
    font-size: 288px;
}
}
@media(max-width:1459px){
  .abo_con1 {
    padding-top: 82px;
}
.abo_con1 .top .rq .p1 {
  font-size: 44px;
}
.abo_con1 .top .rq .p2 {
  font-size: 22px;
}
.abo_con1 .top .rq .div {
  height: 32px;
  margin-left: 15px;
  margin-top: 38px;
  margin-bottom: 34px;
}
.abo_con1 .top .rq .div1 {
  font-size: 16px;
  line-height: 30px;
}
.abo_con1 .top .rq1 {
  bottom: 140px;
  left: -132px;
  font-size: 20px;
  padding-left: 80px;
}
.abo_con1 .top .rq1::before {
  width: 66px;
}
.abo_con1 .top {
  padding-bottom: 34px;
}
.abo_con1 .bot .div1 {
  right: 10px;
  top: 60%;
  font-size: 18px;
}
.abo_con1 .bot .div1 img {
  width: 50px;
  margin-bottom: -16px;
  margin-right: 5px;
}
.abo_con1::before {
  width: 860px;
  height: 654px;
}
.abo_con2 {
  padding-top: 90px;
  padding-bottom: 60px;
}
.abo_con2 .rq .lef {
  padding-top: 60px;
}
.abo_con2 .rq .lef .p1 {
  font-size: 26px;
}
.abo_con2 .rq .lef .div {
  height: 26px;
  margin-left: 15px;
  margin-top: 44px;
  margin-bottom: 44px;
}
.abo_con2 .rq .lef .div1 {
  font-size: 18px;
  line-height: 34px;
}
.abo_con2 .rq .rig .div {
  padding: 36px 0;
}
.abo_con2 .rq .rig .div:first-child {
  padding-top: 50px;
}
.abo_con2 .rq .rig .div1 {
  width: 110px;
  height: 110px;
}
.abo_con2 .rq .rig .div1 img {
  width: 42px;
}
.abo_con2 .rq .rig .div2 .p1 {
  font-size: 18px;
}
.abo_con2 .rq .rig .div2 .p2 {
  font-size: 18px;
  line-height: 26px;
  padding-top: 16px;
}
.abo_con2 .rq .rig .div .rq1 {
  padding-left: 140px;
}
.abo_con2 {
  padding-top: 68px;
  padding-bottom: 44px;
}
.abo_con3 {
  padding-top: 80px;
  padding-bottom: 60px;
}
.abo_con3 .rq .div .bot {
  padding-top: 24px;
}
.abo_con3 .rq .div .bot .p1 {
  font-size: 24px;
}
.abo_con3 .rq .div .bot .p2 {
  font-size: 15px;
  line-height: 24px;
  padding-top: 14px;
}
.abo_con4 {
  padding-top: 94px;
  padding-bottom: 160px;
}
.abo_con4 .p {
  font-size: 44px;
}
.abo_con4 .rq {
  padding-top: 30px;
}
.abo_con4 .rq .lef p {
  font-size: 20px;
  margin-bottom: 18px;
}
.abo_con4 .rq .rig .swiper-slide p {
  font-size: 18px;
  padding-top: 10px;
}
.abo_con4 .swiper-button-next, .abo_con4 .swiper-button-prev {
  width: 33px;
  height: 33px;
}
.abo_con4 .rq .rig .div {
  width: 33px;
  height: 90px;
  left: -40px;
  bottom: 33px;
}
.abo_con4 .dp {
  font-size: 242px;
  bottom: -80px;
}

}
@media(max-width:1366px){
  .abo_con4 .dp {
    font-size: 230px;
}

}
@media(max-width:1259px){
  .abo_con1 {
    padding-top: 60px;
}
.abo_con1 .top .rq .p1 {
  font-size: 34px;
}
.abo_con1 .top .rq .p2 {
  font-size: 16px;
}
.abo_con1 .top .rq .div {
  height: 22px;
  margin-left: 10px;
  margin-top: 22px;
  margin-bottom: 18px;
}
.abo_con1 .top .rq .div1 {
  font-size: 14px;
  line-height: 26px;
}
.abo_con1 .top .rq {
  padding-left: 0px;
}
.abo_con1 .top .rq1 {
  bottom: 100px;
  left: -88px;
  font-size: 14px;
  padding-left: 50px;
}
.abo_con1 .top .rq1::before {
  width: 38px;
}
.abo_con1::before {
  width: 735px;
  height: 560px;
}
.abo_con4 {
  padding-top: 53px;
  padding-bottom: 130px;
}
.abo_con4 .rq .lef .div {
  width: 110px;
}
.abo_con4 .rq .lef p {
  font-size: 16px;
  margin-bottom: 10px;
}
.abo_con4 .rq .rig .swiper-slide p {
  font-size: 14px;width: 70%;
  padding-top: 7px;
}
.abo_con4 .dp {
  font-size: 200px;
}

}
@media(max-width:1024px){
  .abo_con4 .dp {
    font-size: 170px;
    bottom: -55px;
}

}
@media(max-width:991px){
  .abo_con1::before{
    display: none;
  }
  .abo_con1 .top .rq{
    width: 100%;
  }
  .abo_con1 .top .rq1{
    transform: rotate(0);
    bottom: 10px;
    left: 0;
  }
  .abo_con1 .bot .div{
    width: 100%;
  }
  .abo_con1 .bot .div1{
    width: 200px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
  }
  .abo_con2 .rq .lef{
    width: 100%;
    padding-top: 0;
  }
  .abo_con2 .rq .lef .div {
    height: 26px;
    margin-left: 15px;
    margin-top: 18px;
    margin-bottom: 10px;
}
.abo_con2 .rq .rig{
  width: 100%;
  padding-top: 20px;
}
.abo_con4 .rq .lef{
  width: 100%;
  padding: 0 15px;
}
.abo_con4 .rq .lef .div{
  display: table;
  width: auto;
  margin: 0 auto;
  border-right:none;
}
.abo_con4 .rq .lef p{
  display: inline-block;
  margin: 0 10px;
}
.abo_con4 .rq .lef p::before{
  width: 100%;
  height: 2px;
  top: 100%;
  left: 0;
}
.abo_con4 .rq {
  padding-top: 14px;
}
.abo_con4 .rq .rig{
  width: 100%;
  padding-top: 20px;
}
.abo_con4 .rq .rig .div{
  display: none;
}
.abo_con4 .dp{
  display: none;
}
.abo_con4 {
  padding-top: 53px;
  padding-bottom: 60px;
}
.abo_con4 .p {
  font-size: 32px;
}

}
@media(max-width:500px){
  .abo_con1 {
    padding-top: 42px;
}
.abo_con1 .top .rq .p1 {
  font-size: 24px;
}
.abo_con1 .top .rq .div {
  height: 16px;
  margin-left: 6px;
  margin-top: 16px;
  margin-bottom: 13px;
}
.abo_con1 .top .rq .div1 {
  line-height: 24px;
}
.abo_con1 .top {
  padding-bottom: 46px;
}
.abo_con1 .bot .div1 {
  font-size: 16px;
}
.abo_con2 {
  padding-top: 46px;
  padding-bottom: 22px;
}
.abo_con2 .rq .lef .p1 {
  font-size: 24px;
}
.abo_con2 .rq .lef .div {
  height: 16px;
  margin-left: 6px;
  margin-top: 16px;
  margin-bottom: 10px;
}
.abo_con2 .rq .lef .div1 {
  font-size: 16px;
  line-height: 26px;
}
.abo_con2 .rq .rig .div:first-child {
  padding-top: 20px;
}
.abo_con2 .rq .rig .div {
  padding: 20px 0;
}
.abo_con2 .rq .rig .div1 {
  width: 80px;
  height: 80px;
}
.abo_con2 .rq .rig .div1 img {
  width: 32px;
}
.abo_con2 .rq .rig .div .rq1 {
  padding-left: 100px;
}
.abo_con2 .rq .rig .div2 .p2 {
  font-size: 16px;
  line-height: 24px;
  padding-top: 10px;
}
.abo_con3 .rq .div{
  width: 100%;
  margin-right: 0;
  margin-bottom: 20px;
}
.abo_con3 {
  padding-top: 46px;
  padding-bottom: 26px;
}
.abo_con3 .rq .div .bot {
  padding-top: 14px;
}
.abo_con3 .rq .div .bot .p1 {
  font-size: 20px;
}
.abo_con3 .rq .div .bot .p2 {
  font-size: 14px;
  line-height: 24px;
  padding-top: 10px;
}
.abo_con4 {
  padding-top: 40px;
  padding-bottom: 35px;
}
.abo_con4 .p {
  font-size: 24px;
}
.abo_con4 .rq .rig .swiper-container {
  padding: 0;
}
.abo_con4 .rq .rig{
  padding: 0 15px;
  padding-top: 20px;
}
.abo_con4 .rq .rig .swiper-slide p {
  font-size: 14px;
  padding-top: 7px;
}

}


/* 关于我们新增 */
.abo_con5{
  width: 100%;
}
.abo_con5 .div{
  width: 50%;
  float: left;
  position: relative;
}
.abo_con5 .div img{
  width: 100%;
  vertical-align: middle;
}
.abo_con5 .div .rq{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.abo_con5 .div .rq .div1{
  width: 83%;
  float: right;
  padding-top: 128px;
}
.abo_con5 .div:nth-child(2) .rq .div1{
  float: left;
  padding-left: 155px;
}
.abo_con5 .div .rq .div1 .p1{
  font-size: 48px;
  color: #fff;
  font-family: "arial";
}
.abo_con5 .div .rq .div1 .p2{
  font-size: 30px;
  color: #ffffff;
  padding-top: 18px;
}
.abo_con5 .div .rq .div1 .p4{
  font-size: 18px;
  color: #ffffff;
  padding-top: 12px;
}
.abo_con5 .div .rq .div1 a{
  display: block;
  font-size: 16px;
  color: #1ea5d4;
  width: 190px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #fff;
  margin-top: 34px;
}

@media(max-width:1459px){
  .abo_con5 .div .rq .div1 {
    padding-top: 97px;
}
.abo_con5 .div .rq .div1 .p1 {
  font-size: 36px;
}
.abo_con5 .div .rq .div1 .p2 {
  font-size: 24px;
  padding-top: 14px;
}
.abo_con5 .div .rq .div1 .p4 {
  font-size: 16px;
  padding-top: 12px;
}
.abo_con5 .div .rq .div1 a {
  font-size: 14px;
  width: 140px;
  height: 44px;
  line-height: 44px;
  margin-top: 26px;
}
.abo_con5 .div:nth-child(2) .rq .div1 {
  padding-left: 100px;
}

}
@media(max-width:1259px){
  .abo_con5 .div .rq .div1 {
    padding-top: 60px;
}
.abo_con5 .div .rq .div1 a {
  height: 40px;
  line-height: 40px;
}
.abo_con5 .div:nth-child(2) .rq .div1 {
  padding-left: 76px;
}

}
@media(max-width:991px){
  .abo_con5 .div {
    width: 100%;
}
.abo_con5 .div .rq .div1{
  width: 100%;
  padding: 0 15px !important;
}
.abo_con5 .div .rq {
  height: auto;
  top: 50%;
  transform: translateY(-50%);
}

}
@media(max-width:500px){
  .abo_con5 .div .rq .div1 .p1 {
    font-size: 26px;
}
.abo_con5 .div .rq .div1 .p2 {
  font-size: 20px;
  padding-top: 2px;
}
.abo_con5 .div .rq .div1 .p4 {
  font-size: 14px;
  padding-top: 10px;
}
.abo_con5 .div .rq .div1 a {
  height: 35px;
  line-height: 35px;
  font-size: 13px;
  width: 100px;
  margin-top: 18px;
}

}



/* technology */
.tec_con1{
  width: 100%;
  position: relative;
  overflow: hidden;
  background: rgb(15,15,17);
  padding: 80px 0;
}
.tec_con1 .bj{
  width: 100%;
  vertical-align: middle;
}
.rec_p{
  font-size: 60px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding-bottom: 44px;
}
.rec_p2{
  font-size: 22px;
  color: #ffffff;
  line-height: 36px;
  text-align: center;
  padding: 0 100px;
  letter-spacing: 1px;
}
.tec_con1 .rq{
  width: 100%;
  position: relative;
  margin-top: 60px;
}


/* tec_con2 */
.tec_con2{
  width: 100%;
  /* height: 936px; */
  background-image: url(../images/img100.jpg);
  background-size: cover;
  padding: 80px 0;
  padding-top: 0 ;
  position: relative;
}
.tec_con2 .rq{
  width: 958px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.tec_con2 .rq .ig{
  width: 100%;
}
.tec_con2 .rq .div{
  width: 180px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  opacity: 0;
  transition: all .5s;
}
.tec_con2 .rq .div img{
  width: 100%;
}
.tec_con2 .rq .div1{
  top: 0%;
  left: 25%;
  z-index: 2;
}
.tec_con2 .rq .div1.on{
  top: 40%;
  opacity: 1;
}
.tec_con2 .rq .div2{
  top: 0%;
  left: 35%;
  z-index: 1;
}
.tec_con2 .rq .div2.on{
  top: 5%;
  opacity: 1;
}
.tec_con2 .rq .div3{
  top: 0%;
  left: 48%;
  z-index: 2;
}
.tec_con2 .rq .div3.on{
  top: 40%;
  opacity: 1;
}
.tec_con2 .rq .div4{
  top: 0%;
  left: 58%;
  z-index: 1;
}
.tec_con2 .rq .div4.on{
  top: 5%;
  opacity: 1;
}
.tec_con2 .rq .div5{
  top: 0%;
  left: 71%;
  z-index: 2;
}
.tec_con2 .rq .div5.on{
  top: 40%;
  opacity: 1;
}
.tec_con2 .rq .div6{
  top: 0%;
  left: 81%;
  z-index: 1;
}
.tec_con2 .rq .div6.on{
  top: 5%;
  opacity: 1;
}

.tec_con2 .rq2{
  width: 100%;
  padding-top: 0px;
  position: relative;
  z-index: 1;
}
.tec_con2 .rq2 .rec_p,
.tec_con2 .rq2 .rec_p2{
  color: #1d1d1e;
}
.tec_con2 .rq3{
  width: 613px;
  height: 613px;
  background: rgb(28,164,234);
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 43%;
  left: 43%;
  transform: translate(-50%,-50%);
  z-index: 0;
}
.tec_con2 .rq3::before{
  content: '';
  width: 100%;
  height: 100%;
  background-image: url(../images/img104.png);
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  animation: jb 5s linear infinite;
}

@keyframes jb{
  0%{
    transform: translate(-50%,-50%) scale(1);
  }
  70%{
    transform: translate(-50%,-50%) scale(1.4);
  }
  100%{
    transform: translate(-50%,-50%) scale(1);
  }
}
.tec_con2 .rq4{
  width: 484px;
  height: 484px;
  background-image: url(../images/img105.png);
  background-size: cover;
  position: absolute;
  top: 42%;
  left: 58%;
  transform: translate(-50%,-50%);
  z-index: 0;
}
.tec_con2 .rq5{
  display: table;
  width: auto;
  position: relative;
  margin: 0 auto;
}
.tec_con2 .rq5 .bj{
  width: 100%;
  vertical-align: middle;
}



/* tec_con3 */
.tec_con3{
  width: 100%;
  position: relative;
  overflow: hidden;
  background: rgb(15,15,17);
  padding: 80px 0;
  padding-bottom: 120px;
}
.tec_con3 .rec_p2{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.tec_con3 .bj{
  width: 100%;
  vertical-align: middle;
}
/* .tec_con3 #publicity-video{
  display: none;
}
.tec_con3 #publicity-video.on{
  display: block;
} */
.tec_con3 .container{
  position: relative;
}
/* .tec_con3 .container{
  padding-top: 130px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
} */
.tec_con3 .rq1{
  width: 100%;
  position: relative;
  margin-top: 60px;
  /* position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%); */
  display: none;
}
.tec_con3 .rq1.on{
  display: block;
}
.tec_con3 .container .rec_p2{
  padding: 0;
}
.tec_con3 .rq{
  width: 387px;
  margin: 0 auto;
  position: relative;
  transition: all .5s;
  display: block;
}
.tec_con3 .rq.on{
  display: none;
}
.tec_con3 .rq img{
  width: 100%;
}
.tec_con3 .rq .div{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,15%);
  background-image: url(../images/img108.png);
  background-size: cover;
  transition: all .8s;
  opacity: 0;
}
.tec_con3 .rq .div.on{
  transform: translate(-50%,-50%);
  opacity: 1;
}
.tec_con3 .rq .div p{
  width: 100%;
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-size: 24px;
  color: #ffffff;
  text-align: center;
}
.tec_con3 .rq .div1{
  width: 204px;
  height: 204px;
  top: 36%;
  left: -23%;
}
.tec_con3 .rq .div2{
  width: 182px;
  height: 182px;
  top: 26%;
  left: 118%;
}
.tec_con3 .rq .div3{
  width: 205px;
  height: 205px;
  top: 85%;
  left: 101%;
}



/* tec_con4 */
.tec_con4{
  width: 100%;
  padding-top: 135px;
  padding-bottom: 90px;
  background: rgb(232,232,232);
}
.tec_con4 .rec_p,
.tec_con4 .rec_p2{
  color: #141315;
}
.tec_con3 .rec_p2,
.tec_con4 .rec_p2{
  line-height: 30px;
}
.tec_con4 .rq{
  width: 100%;
  padding-top: 40px;
}
.tec_con4 .rq .div1{
  display: table;
  width: auto;
  margin: 0 auto;
  padding: 0 65px;
  background: rgb(46,44,46);
  line-height: 74px;
  border-radius: 74px;
}
.tec_con4 .rq .div1 p{
  float: left;
  font-size: 24px;
  color: #999999;
  width: 186px;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.tec_con4 .rq .div1 p.on{
  color: #fff;
}
.tec_con4 .rq .div1 p::before{
  content: '';
  width: 2px;
  height: 29px;
  background-image: url(../images/img109.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.tec_con4 .rq .div1 p:last-child::before{
  display: none;
}

.tec_con4 .rq .div2{
  width: 100%;
  padding-top: 108px;
}
.tec_con4 .rq .div3{
  width: 881px;
  margin: 0 auto;
  display: none;
}
.tec_con4 .rq .div3.on1{
  display: block;
}
.tec_con4 .rq .div3 img{
  width: 100%;
  vertical-align: middle;
}

@media(max-width:1680px){
  .rec_p {
    font-size: 44px;
    padding-bottom: 32px;
}
.rec_p2 {
  font-size: 18px;
  line-height: 32px;
  padding: 0 60px;
}



}
@media(max-width:1459px){
  .tec_con2 {
    padding: 60px 0; padding-top: 0;
}
.tec_con1 {
  padding: 60px 0;
 
}
.tec_con2 .rq {
  width: 730px;
}
.tec_con2 .rq .div {
  width: 134px;
}
.tec_con2 .rq2 {
  padding-top: 0px;
}
.tec_con2 .rq5 .bj {
  width: 84%;
  display: block;
  margin: 0 auto;
}
.tec_con2 .rq3 {
  width: 466px;
  height: 466px;
}
.tec_con2 .rq4 {
  width: 368px;
  height: 368px;
}
.tec_con3 .rec_p2, .tec_con4 .rec_p2 {
  line-height: 26px;
}
.tec_con3 .rq {
  width: 290px;
}
.tec_con3 .container {
  /* padding-top: 46px; */
}
.tec_con3 {
  padding: 60px 0;
  padding-bottom: 80px;
}
.tec_con3 .rq .div p {
  font-size: 18px;
}
.tec_con3 .rq .div3,
.tec_con3 .rq .div1 {
  width: 154px;
  height: 154px;
}
.tec_con3 .rq .div2 {
  width: 138px;
  height: 138px;
}
.tec_con4 {
  padding-top: 80px;
  padding-bottom: 50px;
}
.rec_p {
  font-size: 38px;
  padding-bottom: 24px;
}
.tec_con4 .rq .div1 {
  padding: 0 50px;
  line-height: 56px;
  border-radius: 56px;
}
.tec_con4 .rq .div1 p {
  font-size: 18px;
  width: 140px;
}
.tec_con4 .rq .div2 {
  padding-top: 74px;
}
.tec_con4 .rq .div3 {
  width: 670px;
}

}
@media(max-width:1259px){
  .rec_p {
    font-size: 34px;
    padding-bottom: 16px;
}
  .rec_p2 {
    font-size: 16px;
    line-height: 28px;
    padding: 0 20px;
}
.tec_con3 .rec_p2, .tec_con4 .rec_p2 {
  line-height: 24px;
}
.tec_con3 .rq {
  width: 244px;
}
.tec_con3 .rq .div p {
  font-size: 14px;
}
.tec_con3 .rq .div3, .tec_con3 .rq .div1 {
  width: 116px;
  height: 116px;
}
.tec_con3 .rq .div2 {
  width: 100px;
  height: 100px;
}

}
@media(max-width:991px){
  .rec_p {
    font-size: 28px;
    padding-bottom: 16px;
}
.rec_p2 {
  font-size: 16px;
  line-height: 24px;
  padding: 0 0px;
}
.tec_con2 .rq3 {
  width: 386px;
  height: 386px;
}
.tec_con2 .rq4 {
  width: 280px;
  height: 280px;
}
.tec_con2 .rq {
  width: 630px;
}

.tec_con3 .rq{
  display: none;
}
.tec_con3 .rq1{
  display: block;
}
.tec_con3 .rq1 {
  margin-top: 30px;
}

}
@media(max-width:768px){
  .tec_con1 .container{
    width: 100%;
    padding: 0 15px;
  }
  .rec_p {
    font-size: 24px;
    padding-bottom: 10px;
}
.rec_p2 {
  font-size: 14px;
  line-height: 24px;
}
.tec_con2 .rq{
  width: 80%;
}
.tec_con2{
  height: auto;
  padding: 40px 0;
  padding-top: 0;
}
.tec_con2 .rq5 .bj {
  width: 100%;
}
.tec_con2 .rq2 {
  padding-top: 0px;
}
.tec_con2 .rq3 {
  width: 340px;
  height: 340px;
}
.tec_con3 .container{
  width: 100%;
}

.tec_con4 {
  padding-top: 50px;
  padding-bottom: 24px;
}
.tec_con4 .rq {
  padding-top: 24px;
}
.tec_con4 .rq .div1 {
  padding: 0 28px;
  line-height: 38px;
  border-radius: 38px;
}
.tec_con4 .rq .div1 p {
  font-size: 14px;
  width: 100px;
}
.tec_con4 .rq .div2 {
  padding-top: 47px;
}
.tec_con4 .rq .div3 {
  width: 70%;
}

}
@media(max-width:500px){
  .tec_con1 {
    padding: 40px 0;
}
  .rec_p2 {
    font-size: 14px;
    line-height: 20px;
}
.tec_con2 .rq3 {
  width: 280px;
  height: 280px;
  left: 38%;
  top: 37%;
}
.tec_con2 .rq4 {
  width: 216px;
  height: 216px;
  left: 70%;
  top: 33%;
}
.tec_con2 .rq {
  width: 100%;
}
.tec_con3 {
  padding: 40px 0;
  padding-bottom: 40px;
}
.tec_con3 .rec_p2, .tec_con4 .rec_p2 {
  line-height: 20px;
}
.tec_con4 {
  padding-top: 36px;
  padding-bottom: 24px;
}
.tec_con4 .rq .div1 {
  padding: 0 14px;
  line-height: 34px;
  border-radius: 34px;
}
.tec_con4 .rq .div1 p {
  font-size: 14px;
  width: auto;
  padding: 0 18px;
}
.tec_con4 .rq .div2 {
  padding-top: 30px;
}
.tec_con4 .rq .div3 {
  width: 100%;
}

}
@media(max-width:375px){
  .rec_p {
    font-size: 22px;
}
.tec_con2 .rq3 {
  width: 244px;
  height: 244px;
}
.tec_con2 .rq4 {
  width: 184px;
  height: 184px;
}
}
















/* 拼单 */
/* 新闻详情 */

.nesdeta_con1{
  width: 100%;
  background: rgb(246,246,246);
  padding-bottom: 140px;  padding-top: 120px;

}
.nesdeta_con1 .lef{
  width: 70%;
  float: left;
  padding: 0 65px;
}
.nesdeta_con1 .foot-container{
  background: #fff;

    padding-top: 50px;
}
.nesdeta_con1 .lef .top {
  padding-bottom: 35px;
  border-bottom: 1px solid rgb(224,224,224);
}
.nesdeta_con1 .lef .p1{
  font-size: 30px;
  color: #333333;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin-bottom: 10px;
}
.nesdeta_con1 .lef .p2,.nesdeta_con1 .lef .p2 span{
  font-size: 16px;
  color: #666666;
}
.nesdeta_con1 .lef .p2 span{
  margin-left: 35px;
}
.nesdeta_con1 .lef .top .rq {
  padding-top: 10px;
}
.nesdeta_con1 .lef .top .rq .p3 img{
  margin-right: 10px;
  margin-bottom: -3px;
}
.nesdeta_con1 .lef .top .rq .p3,
.nesdeta_con1 .lef .top .rq #share-4{
  display: inline;
}
.nesdeta_con1 .social-share .icon-weibo,
.nesdeta_con1 .social-share .icon-wechat{
    background: rgb(204,204,204);
    width: 32px;
}
.nesdeta_con1 .social-share .icon-weibo:hover{
  background: #20abd9;
}
#share-4 a{
  font-size: 17px;
}
.nesdeta_con1 .social-share .icon-wechat .wechat-qrcode .help p{
  font-size: 14px;
}

.nesdeta_con1 .social-share .icon-wechat .wechat-qrcode{
  z-index: 10000;
}

.nesdeta_con1 .lef .p4{
  font-size: 16px;
  color: #666;
  line-height: 25px; 
  padding-top: 9px;
  padding-bottom: 3px;
}

.nesdeta_con1 .lef .bot p{
	line-height:2;
	color:#666;
	font-size: 16px;
}

.nesdeta_con1 .lef div img,
.nesdeta_con1 .lef p img,
.nesdeta_con1 .lef span img{
  max-width: 100%;
}
.nesdeta_con1 .sy{
  padding-top: 70px;
  padding-bottom: 85px;
}
.nesdeta_con1 .sy a{
  font-size: 16px;
  color: #444444; 
  margin-right: 90px;
  padding-left: 20px;
  background-repeat: no-repeat;
  background-position-x: left;
  background-position-y: center;
  transition: all .5s;
}

.nesdeta_con1 .sy a:nth-child(1){
 background-image: url(../images/imgx53.png);
}
.nesdeta_con1 .sy a:nth-child(2){
  padding-left: 0;
  padding-right: 20px;
  background-image: url(../images/imgx54.png);
  background-position-x: right;
 }
 .nesdeta_con1 .sy a:nth-child(3){
  background-image: url(../images/imgx55.png);
  padding-left: 30px;
 }
 .nesdeta_con1 .sy a:nth-child(1):hover{
  background-image: url(../images/imgx56.png);
 }
 .nesdeta_con1 .sy a:nth-child(2):hover{
  background-image: url(../images/imgx57.png);
 }
 .nesdeta_con1 .sy a:nth-child(3):hover{
  background-image: url(../images/imgx58.png);
 }

 .nesdeta_con1 .sy a:hover{
   color: #20abd9;
   letter-spacing: 2px;
 }

 .nesdeta_con1 .rig{
   width: 30%;
   float: right;
   padding-right: 20px;
   position: sticky;
   top: 100px;
 }
 .nesdeta_con1 .rig .p1, .nesdeta_con1 .rig .p2{
   padding-left: 19px;
 }
 .nesdeta_con1 .rig .p1{
   font-size: 26px;
   color: #333333;
   position: relative;
      margin-bottom: 30px;
 }
 .nesdeta_con1 .rig .p1::before{
   content: '';
   width: 4px;
   height: 29px;
   background: #20abd9;
   position: absolute;
   left: 0;
   top: 50%;
   transform: translateY(-50%);
 }
 .nesdeta_con1 .rig .p2{
   display: block;
  font-size: 16px;
  color: #666666;
    position: relative;line-height: 50px;
  border-bottom: 1px solid rgb(228,228,228);
  transition: all .3s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
 }
 .nesdeta_con1 .rig .p2::before{
   content: '';
   width: 6px;
   height: 6px;
   background: #20abd9;
   position: absolute;
   left: 0;
   top: 50%;
   transform: translateY(-50%);
 }
 .nesdeta_con1 .rig .p2:hover{
   color: #20abd9;
   letter-spacing: 1px;
 }
 .nesdeta_con1 .rig .rq3{
   width:100%;
   position: relative;
   height: 50px;
 }
 .nesdeta_con1 .rig .rq3 a{
  font-size: 16px;
  color: #666666;
  text-align: center;
  transition: all .3s;
}
.nesdeta_con1 .rig .rq3 a:nth-child(1){
  width: 10px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/imgx53.png);
  background-repeat: no-repeat;
  transition: all .3s;
}
.nesdeta_con1 .rig .rq3 a:nth-child(1):hover{
  background-image: url(../images/imgx56.png);
}
.nesdeta_con1 .rig .rq3 a:nth-child(2){
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  background-image: url(../images/imgx55.png);
  background-repeat: no-repeat;
  padding-top: 27px;
  background-position-y: top;
  background-position-x: center;
  transition: all .3s;
}
.nesdeta_con1 .rig .rq3 a:nth-child(2):hover{
  background-image: url(../images/imgx58.png);
  color: #20abd9
}
.nesdeta_con1 .rig .rq3 a:nth-child(3){
  width: 10px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/imgx54.png);
  background-repeat: no-repeat;
  transition: all .3s;
}
.nesdeta_con1 .rig .rq3 a:nth-child(3):hover{
  background-image: url(../images/imgx57.png);
}
.nesdeta_con1 .rig .p1{
  margin-top: 49px;
}
@media(max-width:1440px){
  .nesdeta_con1 .lef .p1{
    font-size: 25px;
  }
  .nesdeta_con1 .lef .p2,
   .nesdeta_con1 .lef .p2 span,
   .nesdeta_con1 .lef .top .rq .p3{
    font-size: 14px;
  }
  .nesdeta_con1 .rig .p1 {
    font-size: 23px;
  }
  .nesdeta_con1 .rig .p2 {
    font-size: 14px;
    line-height: 44px;
  }
  .nesdeta_con1 .lef .p4 {
    font-size: 14px;
  }
  .nesdeta_con1 .foot-container {
    padding-top: 40px;
  }

}
@media(max-width:991px){
  .nesdeta_con1 {
    padding-top: 0px;
}
  .nesdeta_con1 .lef div img,
  .nesdeta_con1 .lef p img,
  .nesdeta_con1 .lef span img{
    height: auto !important;
  }
  .nesdeta_con1 {
    padding-bottom: 88px;
  }
  .nesdeta_con1 .rig{
    display: none;
  }
  .nesdeta_con1 .lef{
    width: 100%;
  }
  .nesdeta_con1 .lef .p1 {
    font-size: 22px;
  }
  .nesdeta_con1 .foot-container {
    padding-top: 31px;
  }
  
}
@media(max-width:768px){
  .nesdeta_con1 .lef {
    padding: 0 0px;
  }
  .nesdeta_con1 .lef .top .rq{
    display: none;
  }
  .nesdeta_con1 .lef .top {
    padding-bottom: 13px;
  }
  
}
@media(max-width:414px){
  .nesdeta_con1 .sy a {
    font-size: 16px;
    margin-right: 35px;
  }
  .nesdeta_con1 .sy {
    padding-top: 39px;
    padding-bottom: 33px;
  }
  .nesdeta_con1 {
    padding-bottom: 29px;
  }
  .nesdeta_con1 .lef .p1 {
    font-size: 20px;
  }
}


.zy_gsys{
 padding: 4vw 0 2vw;
}
.zy_gsys h2{
  font-size: 44px;
  color: #1d1d1e;
  text-align: center;
  font-family: "han";
  line-height: 1;
padding-bottom: 60px;
}
.zy_gsys ul{
  display: flex;
  flex-wrap: wrap;
  margin-top: 2vw;
}
.zy_gsys ul li{
  width: 24%;
  margin-right: 1.3%;
}
.zy_gsys ul li:last-child{
  margin-right: 0;
}
.zy_gsys ul li .icon{
  width: 5vw;
  height: 4vw;
  min-height: 50px;
  min-width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.zy_gsys ul li .icon img{
  max-width: 100%;
  max-height: 100%;
}
.zy_gsys ul li h3{
  font-size: 20px;
  color: #303030;
  text-transform: uppercase;
  font-family: "bebas";
  margin: 15px auto;
  text-align: center;
}
.zy_gsys ul li p {
  font-size: 16px;
  color: #303030;
  letter-spacing: 0.5px;
  text-align: center;
}
@media(max-width:1459px){
  .zy_gsys h2{
    font-size: 40px;
  }
  .zy_gsys ul li h3{
    font-size: 18px;
  }
  .zy_gsys ul li p {
    font-size: 14px;
  }
}

@media(max-width:1259px){
  .zy_gsys h2{
    font-size: 44px;
  }
}
@media(max-width:991px){
  .zy_gsys h2{
    font-size: 38px;
  }
}
@media(max-width:768px){
  .zy_gsys{
    padding: 40px 0 10px;
  }
  .zy_gsys ul li{
    width: 49%;
    margin-right: 2%;
    margin-bottom: 10px;
  }
  .zy_gsys ul li:nth-child(2n){
    margin-right: 0;
  }
  .zy_gsys ul li h3{
    font-size: 16px;
  }
  .zy_gsys ul li p {
    font-size: 12px;
  }
}


.foot_list{
  width: 100%;
  display: flex;
  padding-bottom: 2vw;
  padding-top: 2vw;
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.foot_list li{
  margin-right: 3.6vw;
}
@media (max-width: 1459px){.foot_list li{
  margin-right: 1.4vw;
}}

.foot_list li a{
  font-size: 14px;
  color: #696969;
  font-weight: bold;
  font-family: "Thin";
  display: block;
  letter-spacing: 1.5px;
  line-height: 30px;
}
.foot_list li a:hover{
  color: #fff;
}
.foot_list li a:first-child{
  font-size: 16px;
  margin-bottom: 10px;
}

@media(max-width: 1459px){
  .foot_list li a{
    font-size: 14px;
  }
  .foot_list li a:first-child{
    font-size: 18px;
  }
}

@media(max-width: 1259px){
  .foot_list li a{
    font-size: 12px;
  }
  .foot_list li a:first-child{
    font-size: 16px;
  }
}
@media(max-width: 768px){
  .foot_list {
    display: none;
  }
}



.dqwz {
  width: 100%;
  height: 60px;
  margin-top: -60px;
  position: relative;
  z-index: 2;
}
.dqwz .container {
  height: 100%;
  font-family: 'din_l';
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.dqwz .container i {
  font-style: normal;
  font-size: 20px;
  color: #fefefe;
  margin: 0 0.8vw;
}
.dqwz .container a {
  font-size: 16px;
  color: #fefefe;
  font-family: 'din_l';
  white-space: nowrap;
}
.dqwz .container a:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dqwz .container a:hover {
  color: #0a6ebc;
}
@media (max-width: 990px) {
  .dqwz {
    margin-top: 0;
    height: 40px;
    border-bottom: 1px solid #e5e5e5;
  }
  .dqwz .container i,
  .dqwz .container a {
    color: #333;
    font-size: 14px;
  }
}


.proVal{float: left; width: 100%;}
.proVal ul{margin: 0 -23px;}
.proVal ul li{float: left; width: 33.333%; padding: 60px 23px 0 23px; margin-top: 40px;position: relative;}
.proVal ul li img{ position: absolute; left: 50%; top: 0; width: 124px; margin-left: -62px; display: block;}
.proVal .proValBox{float: left; width: 100%; padding: 87px 32px 23px 32px; background: #edecec; text-align: center;
 -webkit-border-radius:10px; 
    -moz-border-radius:10px;
         border-radius:10px;}
.proVal .proValBox h4{float: left; width: 100%; line-height: 30px; height: 30px; font-size: 18px; color: #4d4d4d; font-weight: bold;}
.proVal .proValBox span{float: left; width: 100%; line-height: 30px; height: 120px; overflow: hidden; font-size: 14px; color: #4d4d4d;display: block;}

@media  screen and (max-width:1429px){
  .proVal ul{margin: 0 -12px;}
  .proVal ul li{padding: 60px 12px 0 12px; }
  .proVal .proValBox{padding: 80px 20px 23px 20px;}
}
@media  screen and (max-width:1199px){
  .proTop .proTopPic .proTop_h h4{height: 40px; line-height: 38px; font-size: 16px; margin-top: -20px;}
  .proVal ul{margin: 0 -10px;}
  .proVal ul li{padding: 50px 10px 0 10px; }
  .proVal ul li img{width: 100px; margin-left: -50px;}
  .proVal .proValBox{padding: 80px 15px 20px 15px;}
  .proVal .proValBox span{ line-height: 26px; height: 130px; }
}
@media  screen and (max-width:991px){
  .proTit{margin-top: 50px;}
  .proTit h4{font-size: 24px; line-height: 32px; height: 32px;}
  .proTit h5{ font-size: 14px; line-height: 24px; }
  .proTop{padding-bottom: 30px;}
  .proTop ul li{margin-top: 30px;}
  .proTop .proTopTit{line-height: 22px; font-size: 14px; margin-top: 10px;}
  .proVal ul{margin: 0 -5px;}
  .proVal ul li{padding: 40px 5px 0 5px; }
  .proVal ul li img{width: 80px; margin-left: -40px;}
  .proVal .proValBox{padding: 50px 15px 20px 15px;}
  .proVal .proValBox h4{font-size: 16px;}
  .proVal .proValBox span{ line-height: 22px; height: 132px; font-size: 13px; }
}
@media  screen and (max-width:767px){
  .proTit{margin-top: 30px;}
  .proTit h4{font-size: 18px; line-height: 26px; height: 26px;}
  .proTit h5{ font-size: 13px; line-height: 20px; }
  .proTop ul li{margin-top: 20px; width: 100%;}
  .proTop .proTopTit{line-height: 22px; font-size: 14px; margin-top: 10px;}
  .proVal ul{margin: 0;}
  .proVal ul li{padding: 30px 0 0 0; width: 100%; margin-top: 20px;}
  .proVal .proValBox{padding: 50px 15px 20px 15px;}
  .proVal .proValBox span{ line-height: 22px; height: 88px; }
}

.fwsm_20220217 {
  background: #f8f8f8;
}
@media (max-width: 1920px) {
  .fwsm_20220217 {
    padding-top: 0px;
    padding-bottom: 100px;
  }
}
@media (max-width: 1776px) {
  .fwsm_20220217 {
    padding-top: 90.6122449px;
    padding-bottom: 90.6122449px;
  }
}
@media (max-width: 1680) {
  .fwsm_20220217 {
    padding-top: 85.71428571px;
    padding-bottom: 85.71428571px;
  }
}
@media (max-width: 1600px) {
  .fwsm_20220217 {
    padding-top: 81.63265306px;
    padding-bottom: 81.63265306px;
  }
}
@media (max-width: 1500px) {
  .fwsm_20220217 {
    padding-top: 76.53061224px;
    padding-bottom: 76.53061224px;
  }
}
@media (max-width: 1440px) {
  .fwsm_20220217 {
    padding-top: 73.46938776px;
    padding-bottom: 73.46938776px;
  }
}
@media (max-width: 1366px) {
  .fwsm_20220217 {
    padding-top: 69.69387755px;
    padding-bottom: 69.69387755px;
  }
}
@media (max-width: 1280px) {
  .fwsm_20220217 {
    padding-top: 65.30612245px;
    padding-bottom: 65.30612245px;
  }
}
@media (max-width: 1152px) {
  .fwsm_20220217 {
    padding-top: 58.7755102px;
    padding-bottom: 58.7755102px;
  }
}
@media (max-width: 1024px) {
  .fwsm_20220217 {
    padding-top: 52.24489796px;
    padding-bottom: 52.24489796px;
  }
}
@media (max-width: 990px) {
  .fwsm_20220217 {
    padding-top: 0px;
    padding-bottom: 50.51020408px;
  }
}
.fwsm_20220217 .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.fwsm_20220217 .items .item {
  width: 32%;
  background: #fff;
  padding: 6vw 1.56vw 3vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.fwsm_20220217 .items .item:hover {
  background: rgba(32, 171, 217, 0.9);
}
.fwsm_20220217 .items .item:hover h3 p,
.fwsm_20220217 .items .item:hover h3 span {
  color: #fff;
}
.fwsm_20220217 .items .item:hover > p {
  color: #fff;
}
.fwsm_20220217 .items .item h3 {
  position: relative;
}
@media (max-width: 1920px) {
  .fwsm_20220217 .items .item h3 {
    margin-top: 0px;
    margin-bottom: 50px;
  }
}
@media (max-width: 1776px) {
  .fwsm_20220217 .items .item h3 {
    margin-top: 0px;
    margin-bottom: 45.30612245px;
  }
}
@media (max-width: 1680) {
  .fwsm_20220217 .items .item h3 {
    margin-top: 0px;
    margin-bottom: 42.85714286px;
  }
}
@media (max-width: 1600px) {
  .fwsm_20220217 .items .item h3 {
    margin-top: 0px;
    margin-bottom: 40.81632653px;
  }
}
@media (max-width: 1500px) {
  .fwsm_20220217 .items .item h3 {
    margin-top: 0px;
    margin-bottom: 38.26530612px;
  }
}
@media (max-width: 1440px) {
  .fwsm_20220217 .items .item h3 {
    margin-top: 0px;
    margin-bottom: 36.73469388px;
  }
}
@media (max-width: 1366px) {
  .fwsm_20220217 .items .item h3 {
    margin-top: 0px;
    margin-bottom: 34.84693878px;
  }
}
@media (max-width: 1280px) {
  .fwsm_20220217 .items .item h3 {
    margin-top: 0px;
    margin-bottom: 32.65306122px;
  }
}
@media (max-width: 1152px) {
  .fwsm_20220217 .items .item h3 {
    margin-top: 0px;
    margin-bottom: 29.3877551px;
  }
}
@media (max-width: 1024px) {
  .fwsm_20220217 .items .item h3 {
    margin-top: 0px;
    margin-bottom: 26.12244898px;
  }
}
@media (max-width: 990px) {
  .fwsm_20220217 .items .item h3 {
    margin-top: 0px;
    margin-bottom: 25.25510204px;
  }
}
.fwsm_20220217 .items .item h3 p {
  color: #20abd9;
  position: relative;
  top: -0.5vw;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
@media (max-width: 2048px) {
  .fwsm_20220217 .items .item h3 p {
    font-size: 29.86666667px;
  }
}
@media (max-width: 1920px) {
  .fwsm_20220217 .items .item h3 p {
    font-size: 28px;
  }
}
@media (max-width: 1680px) {
  .fwsm_20220217 .items .item h3 p {
    font-size: 24.5px;
  }
}
@media (max-width: 1459px) {
  .fwsm_20220217 .items .item h3 p {
    font-size: 21.27708333px;
  }
}
@media (max-width: 1366px) {
  .fwsm_20220217 .items .item h3 p {
    font-size: 19.92083333px;
  }
}
@media (max-width: 1280px) {
  .fwsm_20220217 .items .item h3 p {
    font-size: 18.66666667px;
  }
}
@media (max-width: 1259px) {
  .fwsm_20220217 .items .item h3 p {
    font-size: 18.36041667px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .fwsm_20220217 .items .item h3 p {
    font-size: 14.45208333px;
  }
}
.fwsm_20220217 .items .item h3 span {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #20abd9;
  line-height: 1;
  opacity: 0.16;
  text-align: center;
  font-family: "DIN";
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
@media (max-width: 2048px) {
  .fwsm_20220217 .items .item h3 span {
    font-size: 106.66666667px;
  }
}
@media (max-width: 1920px) {
  .fwsm_20220217 .items .item h3 span {
    font-size: 100px;
  }
}
@media (max-width: 1680px) {
  .fwsm_20220217 .items .item h3 span {
    font-size: 87.5px;
  }
}
@media (max-width: 1459px) {
  .fwsm_20220217 .items .item h3 span {
    font-size: 75.98958333px;
  }
}
@media (max-width: 1366px) {
  .fwsm_20220217 .items .item h3 span {
    font-size: 71.14583333px;
  }
}
@media (max-width: 1280px) {
  .fwsm_20220217 .items .item h3 span {
    font-size: 66.66666667px;
  }
}
@media (max-width: 1259px) {
  .fwsm_20220217 .items .item h3 span {
    font-size: 65.57291667px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .fwsm_20220217 .items .item h3 span {
    font-size: 51.61458333px;
  }
}
.fwsm_20220217 .items .item > p {
  line-height: 26px;
  text-align: center;
  color: #666;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
@media (max-width: 2048px) {
  .fwsm_20220217 .items .item > p {
    font-size: 17.06666667px;
  }
}
@media (max-width: 1920px) {
  .fwsm_20220217 .items .item > p {
    font-size: 16px;
  }
}
@media (max-width: 1680px) {
  .fwsm_20220217 .items .item > p {
    font-size: 14px;
  }
}
@media (max-width: 1459px) {
  .fwsm_20220217 .items .item > p {
    font-size: 12.15833333px;
  }
}
@media (max-width: 1366px) {
  .fwsm_20220217 .items .item > p {
    font-size: 11.38333333px;
  }
}
@media (max-width: 1280px) {
  .fwsm_20220217 .items .item > p {
    font-size: 10.66666667px;
  }
}
@media (max-width: 1259px) {
  .fwsm_20220217 .items .item > p {
    font-size: 10.49166667px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .fwsm_20220217 .items .item > p {
    font-size: 8.25833333px;
  }
}

.gsgs01{font-size: 20px; color: #999;  font-weight: bold; text-align:center; line-height:200%;}
@media screen and (min-width: 1024px) {.qc01{ clear:both; height:144px;}}
@media screen and (max-width: 1024px) {.qc01{ clear:both; height:44px;}}

/*åˆ†é¡µ*/
.layui-laypage a, .layui-laypage span{
    line-height: 40px!important;
    height: 40px!important;
    color:#999999!important;
    padding:0 18px!important;
    margin :0 4px 0 0!important;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em{
    background: #20abd9;
}

.layui-laypage .layui-laypage-curr em{
    color:#fff!important;
}
.gride{ width:100%; text-align:center; line-height:240%; padding-top:24px;}
.gride01{    color: #fff;
    border: 1px solid #20abd9;
    background: #20abd9;
    padding: 10px;
    border-radius: 20px;}