@charset "UTF-8";

.fy {
    width: auto;
  display: table;
  margin: 0 auto;
}
.fy div {
  width: 100%;
}


/* 视屏 */
#publicity-video {
	width: 100%;
	height: 100%;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
}
#publicity-video video {
	display: block;
}
.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: 60%;
	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);
}
.abo_video{
	width: 100%;
	height: 100%;
	cursor: pointer;
	overflow: hidden;
	position: relative;
}


/* 首页 */
.app{
  display: none !important;
}

/* banner */
.banner{
  position: relative;
  overflow: hidden;
  width: 100%;
}
.banner .bj{
  width: 100%;
  vertical-align: middle;
}
.sy_con2 .swiper-button-next,
.sy_con2 .swiper-button-prev,
.banner .swiper-button-next,
.banner .swiper-button-prev{
  width: 60px;
  height: 60px;
  background-image: url(../images/img11.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 0;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
  transition: all .5s;
}
.sy_con2 .swiper-button-prev,
.banner .swiper-button-prev{
  transform: translateY(-50%) rotate(180deg);
  left: 50px;
}
.sy_con2 .swiper-button-next:hover,
.sy_con2 .swiper-button-prev:hover,
.banner .swiper-button-next:hover,
.banner .swiper-button-prev:hover{
  background-image: url(../images/img12.png);
}
.banner .swiper-pagination{
  bottom: 48px;
}
.banner .swiper-pagination-bullet{
  width: 20px;
  height: 20px;
  background: rgb(136,142,156);
  opacity: 1;
  margin: 0 9px !important;
  transition: all .5s;
}
.banner .swiper-pagination-bullet-active{
  background: rgb(255,13,0);
}
.banner .container{
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.banner .banner3 .container {
    position: absolute;
    top: 56%;
    left: 52%;
    transform: translate(-50%, -50%);
}
.banner .p1{
  font-size: 80px;
  color: #ffffff;
  width: 40%;
  text-transform: uppercase;
}
.banner .p2{
  font-size: 104px;
  color: #ffffff;
  text-transform: uppercase;
}
.banner .p3{
  font-size: 22px;
  color: #ffffff;
  padding-top: 20px;
}
.banner .banner3 .p1 {
    font-size: 76px;
    color: rgb(255, 255, 255);
    width: 36%;
    text-transform: uppercase;
    font-weight: bold;
}
.banner .banner3 .p2 {
    font-size: 44px;
    line-height: 65px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    border-bottom: 1px solid rgb(191, 191, 191);
    width: 35%;
}
.banner .banner3 .p3 {
    font-size: 48px;
    color: rgb(255, 255, 255);
    padding-top: 45px;
    font-weight: bold;
}
.banner .banner3 .p3 span {
    z-index: 50;
    position: relative;
}
.banner .banner3 .p3 img {
    position: absolute;
    left: -10%;
    z-index: 20;
    top: 71%;
    transform: translateY(-50%);
    height: 76px;
}
.banner .banner3 .p4 {
    font-size: 40px;
    color: rgb(255, 255, 255);
    padding-top: 50px;
}
.banner .banner3 .p5 {
    font-size: 24px;
    line-height: 48px;
    color: rgb(255, 255, 255);
}
.banner .banner3 .p5 span {
    padding-right: 50px;
}
.banner .swiper-slide-active .p4 {
    animation: 1s linear 1.2s 1 normal both running bw;
}
.banner .swiper-slide-active .p5 {
    animation: 1s linear 1.4s 1 normal both running bw;
}
.banner .rq{
  width: 100%;
  padding-top: 54px;
}
.banner .rq .div{
  width: 70px;
  float: left;
  margin-right: 56px;
}
.banner .rq .div:last-child{
  margin-right: 0;
}
.banner .rq .div img{
  width: 100%;
  vertical-align: middle;
}
.banner .rq .div p{
  font-size: 14px;
  color: #ffffff;
  text-align: center;margin-top: 10px;
}

.banner .swiper-slide-active .p1{
  animation: bw 1s linear .8s both;
}
.banner .swiper-slide-active .p2{
  animation: bw 1s linear 1s both;
}
.banner .swiper-slide-active .p3{
  animation: bw 1s linear 1.2s both;
}
.banner .swiper-slide-active .rq{
  animation: bw 1s linear 1.4s both;
}
@keyframes bw{
  0%{
    transform: translateY(40px);
    opacity: 0;
  }
  100%{
    transform: translateY(0px);
    opacity: 1;
  }
}

/* sy_con1 */
.sy_con1{
  width: 100%;
  position: relative;
}
.sy_con1::before{
  content: '';
  width: 32.6%;
  height: 100%;
  background: rgb(247,247,247);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.sy_con1 .p{
  font-size: 150px;
  color: #333333;
  position: absolute;
  left:-170px;
  top: 50%;
  opacity: 0.1;
  text-transform: uppercase;
  transform: translateY(-50%) rotate(90deg);
}
.sy_con1 .container{
  position: relative;
}
.sy_con1 .swp1 .swiper-slide{
  width: 100%;
  padding-top: 160px;
  padding-bottom: 185px;
  position: relative;
}
.sy_con1 .swp1 .lef{
  width: 47.5%;
  float: left;
}
.sy_con1 .swp1 .lef img{
  width: 100%;
  vertical-align: middle;
}
.sy_con1 .swp1 .rig{
  width: 52.5%;
  float: left;
  padding-left: 138px;
}
.sy_con1 .swp1 .rig .p1{
  font-size: 24px;
  color: #333333;
}
.sy_con1 .swp1 .rig .p2{
  font-size: 120px;
  text-transform: uppercase;
  color: #333333;
}
.sy_con1 .swp1 .rig .p3{
  font-size: 18px;
  color: #666666;
  line-height: 36px;
  padding-top: 20px;
  font-family: "akz_red";

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.sy_con1 .swp1 .rig a{
  display: block;
  font-size: 18px;
  color: #ffffff;
  width: 190px;
  height: 60px;
  line-height: 60px;
  border-radius: 60px;
  text-align: center;
  margin-top: 46px;
  background: linear-gradient(to right, rgb(255,78,0),rgb(255,11,0));
}
.sy_con5 .a:hover,
.sy_con1 .swp1 .rig a:hover{
  box-shadow: 0 0 10px rgb(255,78,0);
}
.sy_con1 .swp1 .swiper-pagination{
  width: 365px;
  left: 132px;
  bottom: 156px;
  text-align: left;
}
.sy_con1 .swp1 .swiper-pagination-bullet{
  background: none;
  font-size: 16px;
  color: #666666;
  margin-right: 36px;
  margin-left: 0;
  opacity: 1;
  transition: all .5s;
  position: relative;
}
.sy_con1 .swp1 .swiper-pagination-bullet::before{
  content: '';
  width: 0;
  height: 1px;
  background: rgb(194,194,194);
  position: absolute;
  top: 120%;
  left: 25px;
  transform: translateY(-50%);
  transition: all .5s;
}
.sy_con1 .swp1 .swiper-pagination-bullet-active{
  color: rgb(255,13,0);
  margin-right: 110px;
}
.sy_con1 .swp1 .swiper-pagination-bullet-active::before{
  width: 86px;
}

.sy_con1 .swp1 .jd{
  width: 66%;
  height: 4px;
  background: rgb(255,230,229);
  position: absolute;
  right: 0;
  bottom: 102px;
  display: none;
}
.sy_con1 .swp1 .swiper-slide-active .jd{
  display: block;
}
.sy_con1 .swp1 .jd::before{
  content: '';
  width: 25px;
  height: 25px;
  background-size: cover;
  background-image: url(../images/img22.png);
  background-position-x: right;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
}
.sy_con1 .swp1 .swiper-slide-active .jd::before{
  animation: jd 3.5s linear both 1s;
}
@keyframes jd{
  0%{
    width: 0;
  }
  100%{
    width: 100%;
  }
}

.sy_con1 .swp2{
  width: 66%;
  position: absolute;
  right: 0;
  bottom: 150px;
}
.sy_con1 .swp2 .swiper-pagination{
  top: 90%;
}
.sy_con1 .swp2 .swiper-slide{
  cursor: pointer;
}
.sy_con1 .swp2 .swiper-slide i{
  display: inline-block;
  width: 20px;height: 20px;
  background-image: url(../images/img20.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: -3px;
  margin-right: 8px;
}
.sy_con1 .swp2 .swiper-slide{
  font-size: 18px;
  color: #333333;
}
.sy_con1 .swp2 .swiper-slide-thumb-active span{
  color: rgb(255,13,0);
  border-bottom: 1px solid rgb(255,13,0);
}
.sy_con1 .swp2 .swiper-slide-thumb-active i{
  background-image: url(../images/img21.png);
}




/* sy_con2 */
.sy_con2{
  width: 100%;
  position: relative;
}
.sy_con2 .bj{
  width: 100%;
  vertical-align: middle;
}
.sy_con2 .container{
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  padding-top: 150px;
  transform: translateX(-50%);
}
.sy_con2 .p1{
  font-size: 24px;
  color: #ffffff;
  text-align: center;
}
.sy_con2 .p2{
  font-size: 60px;
  color: #ffffff;
  text-align: center;
  padding-top: 12px;
}
.sy_con2 .p3{
  font-size: 18px;
  color: #fff;
  opacity: 0.5;
  line-height: 30px;
  text-align: center;
  width: 60%;
  margin: 0 auto;
  margin-top: 30px;
  font-family: "akz_red";
}
.sy_con2 .swiper-button-next{
  right: 90px;
}
.sy_con2 .swiper-button-prev{
  left: 90px;  
}
.sy_con2 .swiper-pagination{
  bottom: 55px;
}
.sy_con2 .swiper-pagination-bullet{
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  opacity: 1;
  background: rgba(255,9,0,0);
  transition: all .5s;
  margin: 0 7px !important;
}
.sy_con2 .swiper-pagination-bullet-active{
  border: 1px solid rgb(255,9,0);
  background: rgba(255,9,0,1);
}



/* sy_con3 */
.sy_con3{
  width: 100%;
  padding-top: 138px;
  padding-bottom: 148px;
  background-image: url(../images/img24.jpg);
  background-size: cover;
}
.sy_con3 .rq{
  width: 100%;
  display: flex;
  align-items: center;
}
.sy_con3 .rq .lef{
  width: 53.2%;
  padding-left: 162px;
}
.sy_con3 .rq .lef .p1{
  font-size: 90px;
  color: #333333;
  font-weight: bold;
  text-transform: uppercase;
}
.sy_con3 .rq .lef .div{
  width: 100%;
  padding-left: 60px;
  padding-right: 110px;
  margin-top: 75px;
  border-left: 1px solid #dddfdf;
}
.sy_con3 .rq .lef .p2{
  font-size: 24px;
  color: #333333;
  margin-bottom: 30px;
}
.sy_con3 .rq .lef .p3{
  font-size: 18px;
  color: #666666;
  line-height: 32px;
  font-family: "akz_red";
  margin-bottom: 10px;
}
.sy_con3 .rq .lef .a{
  font-size: 18px;
  color: #333333;
  display: inline-block;
  padding-top: 30px;
  padding-bottom: 10px;
  border-bottom: 2px solid rgb(255,13,0);
}
.sy_con3 .rq .lef .a i{
  width: 8px;
  height: 13px;
  display: inline-block;
  margin-left: 5px;
  background-image: url(../images/img25.png);
  background-size: contain;
  background-repeat: no-repeat;
  transition: all .5s;
}
.sy_con3 .rq .lef .a:hover{
  color: #980613;
}
.sy_con3 .rq .lef .a:hover i{
  background-image: url(../images/img26.png);
}
.sy_con3 .rq .lef .div1{
  width: 100%;
  margin-top: 54px;
}
.sy_con3 .rq .lef .div1 a{
  font-size: 17px;
  color: #333333;
  float: left;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #fff;
  margin-right: 40px;
  text-align: center;
  padding-top: 40px;
  transition: all 0s;
}
.sy_con3 .rq .lef .div1 a:last-child{
  margin-right: 0;
}
.sy_con3 .rq .lef .div1 a i{
  width: 8px;
  height: 13px;
  display: block;
  margin-left: 5px;
  background-image: url(../images/img25.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto;
  margin-top: 14px;
}
.sy_con3 .rq .lef .div1 a:hover{
  color: #fff;
  background: linear-gradient(to right, rgb(255,78,0),rgb(255,11,0));
}
.sy_con3 .rq .lef .div1 a:hover i{
  background-image: url(../images/img27.png);
}
.sy_con3 .rq .rig{
  width: 46.8%;
}
.sy_con3 .rq .rig img{
  width: 100%;
  vertical-align: middle;
}





/* sy_con4 */
.sy_con4{
  width: 100%;
  padding-top: 90px;
  padding-bottom: 84px;
  background-image: url(../images/img29.jpg);
  background-size: cover;
}
.sy_con4 .p1{
  font-size: 60px;
  color: #ffffff;
  text-align: center;
}
.sy_con4 .p2{
  font-size: 24px;
  color: #ffffff;
  line-height: 36px;
  text-align: center;
  font-family: "akz_red";
  padding-top: 22px;
}
.sy_con4 .rq{
  width: 100%;
  padding-top: 46px;
}
.sy_con4 .rq .div{
  width: 31.3%;
  margin-right: 3.05%;
  margin-bottom: 44px;
  float: left;
}
.sy_con4 .rq .div .div1{
  height: 286px;
  padding: 0 38px;
  background: #fff;
  transition: all .5s;
}
.sy_con4 .rq .div:hover .div1{
  box-shadow: 0px 16px 22px 0px rgb(90,91,95,30%);
  transform: translate3d(0,-5px,0);
}
.sy_con4 .rq .div:nth-child(3n){
  margin-right: 0;
}
.sy_con4 .rq .div .top{
  width: 100%;
  padding-top: 20px;
  padding-bottom: 14px;
  padding-right: 55px;
  border-bottom: 2px solid rgb(222,222,222);
  position: relative;
}
.sy_con4 .rq .div .top img{
  width: 73px;
  float: left;
}
.sy_con4 .rq .div .top p{
  font-size: 30px;
  color: #333333;
  float: left;
  line-height: 75px;
  padding-left: 19px;

  text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.sy_con4 .rq .div .top i{
  font-size: 48px;
  color: #333333;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.1;
}
.sy_con4 .rq .div .bot{
  width: 100%;
  padding-top: 15px;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  font-family: "akz_red";

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}


/* sy_con5 */
.sy_con5{
  width: 100%;
  padding-top: 86px;
  padding-bottom: 98px;
}
.sy_con5 .p1{
  font-size: 60px;
  color: #333333;
  text-align: center;
}
.sy_con5 .rq{
  width: 100%;
  padding-top: 56px;
}
.sy_con5 .con2{
  display: none;
}
.sy_con5 .rq .div{
  width: 31.3%;
  margin-right: 3.05%;
  float: left;
}
.sy_con5 .rq .div:nth-child(3n){
  margin-right: 0;
}
.sy_con5 .rq .div .top{
  width: 100%;
  overflow: hidden;
}
.sy_con5 .rq .div .top img{
  width: 100%;
  vertical-align: middle;
  transition: all .5s;
}
.sy_con5 .rq .div:hover .top img{
  transform: scale(1.05);
}
.sy_con5 .rq .div .bot{
  width: 100%;
  padding-top: 32px;
}
.sy_con5 .rq .div .bot .p2{
  font-size: 16px;
  color: #999999;
  font-family: "arial";
}
.sy_con5 .rq .div .bot .p3{
  font-size: 20px;
  color: #333333;
  line-height: 32px;
  padding-top: 13px;
}
.sy_con5 .rq .div a:hover .bot .p3{
  color: #980613;
}

.sy_con5 .a{
  font-size: 18px;
  color: #ffffff;
  font-family: "akz_red";
  width: 190px;
  height: 60px;
  line-height: 60px;
  border-radius: 60px;
  display: block;
  margin: 0 auto;
  text-align: center;
  margin-top: 70px;
  background: linear-gradient(to right, rgb(255,78,0),rgb(255,11,0));
}


@media(max-width:1459px){
  .banner .p1 {
    font-size: 53px;
}
.banner .p2 {
  font-size: 70px;
}
.banner .p3 {
  font-size: 16px;
  padding-top: 14px;
}
.banner .banner3 .p1 {
    font-size: 55px;
}
.banner .banner3 .p2 {
    font-size: 34px;
    line-height: 50px;
}
.banner .banner3 .p3 {
    font-size: 36px;
    padding-top: 34px;
}
.banner .banner3 .p3 img {
    left: -8%;
    height: 58px;
}
.banner .banner3 .p4 {
    font-size: 30px;
    padding-top: 38px;
}
.banner .banner3 .p5 {
    font-size: 18px;
    line-height: 36px;
}
.banner .rq {
  padding-top: 40px;
}
.banner .rq .div {
  width: 52px;
  margin-right: 42px;
}
.banner .rq .div p {
  font-size: 12px;
  margin-top: 8px;
}
.banner .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
}
.sy_con2 .swiper-button-next,
.sy_con2 .swiper-button-prev,
.banner .swiper-button-next,
.banner .swiper-button-prev{
  width: 45px;
  height: 45px;
}
.banner .swiper-button-next{
  right: 38px;
}
.banner .swiper-button-prev{
  left: 38px;
}
.sy_con1 .swp1 .swiper-slide {
  padding-top: 120px;
  padding-bottom: 140px;
}
.sy_con1 .swp1 .rig {
  padding-left: 100px;
}
.sy_con1 .swp1 .rig .p1 {
  font-size: 18px;
}
.sy_con1 .swp1 .rig .p2 {
  font-size: 90px;
}
.sy_con1 .swp1 .rig .p3 {
  font-size: 16px;
  line-height: 28px;
  padding-top: 6px;
}
.sy_con1 .swp1 .rig a {
  font-size: 16px;
  width: 140px;
  height: 45px;
  line-height: 45px;
  border-radius: 45px;
  margin-top: 30px;
}
.sy_con1 .swp1 .swiper-pagination {
  width: 278px;
  left: 100px;
  bottom: 110px;
}
.sy_con1 .swp1 .swiper-pagination-bullet {
  font-size: 16px;
  margin-right: 26px;
}
.sy_con1 .swp1 .swiper-pagination-bullet-active {
  margin-right: 80px;
}
.sy_con1 .swp1 .swiper-pagination-bullet-active::before {
  width: 50px;
}
.sy_con1 .swp2 {
  bottom: 110px;
}
.sy_con1 .swp2 .swiper-slide {
  font-size: 15px;
}
.sy_con1 .swp2 .swiper-slide i {
  width: 17px;
  height: 17px;
  margin-bottom: -3px;
  margin-right: 6px;
}
.sy_con1 .swp1 .jd {
  height: 2px;
  bottom: 76px;
}
.sy_con1 .swp1 .jd::before {
  width: 18px;
  height: 18px;
}
.sy_con1 .p {
  font-size: 100px;
  left: -74px;
}
.sy_con2 .container {
  padding-top: 90px;
}
.sy_con2 .p1 {
  font-size: 18px;
}
.sy_con2 .p2 {
  font-size: 45px;
  padding-top: 10px;
}
.sy_con2 .p3 {
  font-size: 16px;
  line-height: 26px;
  margin-top: 22px;
}
.sy_con2 .swiper-button-next {
  right: 68px;
}
.sy_con2 .swiper-button-prev {
  left: 68px;
}
.sy_con2 .swiper-pagination {
  bottom: 41px;
}
.sy_con3 {
  padding-top: 92px;
  padding-bottom: 98px;
}
.sy_con3 .rq .lef {
  padding-left: 108px;
}
.sy_con3 .rq .lef .p1 {
  font-size: 66px;
}
.sy_con3 .rq .lef .div {
  padding-left: 40px;
  padding-right: 80px;
  margin-top: 55px;
}
.sy_con3 .rq .lef .p2 {
  font-size: 20px;
  margin-bottom: 20px;
}
.sy_con3 .rq .lef .p3 {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 10px;
}
.sy_con3 .rq .lef .a {
  font-size: 16px;
  padding-top: 22px;
  padding-bottom: 6px;
}
.sy_con3 .rq .lef .a i {
  width: 7px;
  height: 11px;
  margin-left: 5px;
}
.sy_con3 .rq .lef .div1 {
  margin-top: 44px;
}
.sy_con3 .rq .lef .div1 a {
  font-size: 14px;
  width: 96px;
  height: 96px;
  margin-right: 30px;
  padding-top: 28px;
}
.sy_con3 .rq .lef .div1 a i {
  width: 7px;
  height: 11px;
}
.sy_con4 {
  padding-top: 60px;
  padding-bottom: 56px;
}
.sy_con4 .p1 {
  font-size: 44px;
}
.sy_con4 .p2 {
  font-size: 18px;
  line-height: 30px;
  padding-top: 16px;
}
.sy_con4 .rq {
  padding-top: 32px;
}
.sy_con4 .rq .div {
  margin-bottom: 30px;
}
.sy_con4 .rq .div .div1{
  height: 217px;
  padding: 0 26px;
}
.sy_con4 .rq .div .top {
  padding-top: 14px;
  padding-bottom: 10px;
  padding-right: 40px;
}
.sy_con4 .rq .div .top img {
  width: 54px;
}
.sy_con4 .rq .div .top p {
  font-size: 22px;
  line-height: 55px;
  padding-left: 15px;
}
.sy_con4 .rq .div .top i {
  font-size: 36px;
}
.sy_con4 .rq .div .bot {
  padding-top: 10px;
  font-size: 14px;
  line-height: 22px;
}
.sy_con5 {
  padding-top: 64px;
  padding-bottom: 70px;
}
.sy_con5 .p1 {
  font-size: 45px;
}
.sy_con5 .rq {
  padding-top: 42px;
}
.sy_con5 .rq .div .bot {
  padding-top: 24px;
}
.sy_con5 .rq .div .bot .p2 {
  font-size: 14px;
}
.sy_con5 .rq .div .bot .p3 {
  font-size: 16px;
  line-height: 26px;
  padding-top: 10px;
}
.sy_con5 .a {
  font-size: 16px;
  width: 144px;
  height: 44px;
  line-height: 44px;
  border-radius: 44px;
  margin-top: 50px;
}




}
@media(max-width:1366px){
  .sy_con1 .p {
    left: -130px;
}
}
@media(max-width:1259px){
  .banner .p1 {
    font-size: 44px;
}
.banner .p2 {
  font-size: 58px;
}
.banner .p3 {
  font-size: 16px;
  padding-top: 10px;
}
.banner .banner3 .p1 {
    font-size: 42px;
}
.banner .banner3 .p2 {
    font-size: 28px;
    line-height: 42px;
}
.banner .banner3 .p3 {
    font-size: 31px;
    padding-top: 29px;
}
.banner .banner3 .p4 {
    font-size: 26px;
    padding-top: 32px;
}
.banner .banner3 .p5 {
    font-size: 16px;
    line-height: 24px;
}
.banner .banner3 .p5 span {
    padding-right: 18px;
}
.banner .rq {
  padding-top: 28px;
}
.banner .rq .div {
  margin-right: 28px;
}
.banner .swiper-pagination {
  bottom: 30px;
}
.banner .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
.sy_con1 .swp1 .swiper-slide {
  padding-top: 90px;
  padding-bottom: 110px;
}
.sy_con1 .swp1 .rig {
  padding-left: 40px;
}
.sy_con1 .swp1 .rig .p1 {
  font-size: 16px;
}
.sy_con1 .swp1 .rig .p2 {
  font-size: 70px;
}
.sy_con1 .swp1 .rig .p3 {
  font-size: 14px;
  line-height: 24px;
  padding-top: 3px;
}
.sy_con1 .swp1 .rig a {
  font-size: 14px;
  width: 119px;
  height: 35px;
  line-height: 35px;
  border-radius: 35px;
  margin-top: 25px;
}
.sy_con1 .p {
  font-size: 80px;
  left: -58px;
}
.sy_con1 .swp2 {
  width: 68%;
}
.sy_con1 .swp1 .jd {
  width: 68%;
}
.sy_con1 .swp1 .swiper-pagination {
  width: 201px;
  left: 70px;
  bottom: 100px;
}
.sy_con1 .swp2 .swiper-slide {
  font-size: 13px;
}
.sy_con1 .swp2 {
  bottom: 102px;
}
.sy_con2 .container {
  padding-top: 54px;
}
.sy_con3 .rq .lef .p1 {
  font-size: 56px;
}
.sy_con3 .rq .lef .div {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 28px;
}

}
@media(max-width:991px){
  .banner .p1 {
    font-size: 34px;
}
.banner .p2 {
  font-size: 50px;
}
.banner .banner3 .p1 {
    font-size: 35px;
}
.banner .banner3 .p2 {
    font-size: 22px;
    line-height: 30px;
}
.banner .banner3 .p3 {
    font-size: 24px;
    padding-top: 22px;
}
.banner .banner3 .p3 img {
    left: -16%;
    height: 48px;
}
.banner .banner3 .p4 {
    font-size: 20px;
    padding-top: 25px;
}
.banner .banner3 .p5 {
    font-size: 16px;
    line-height: 24px;
}
.banner .banner3 .p5 span {
    padding-right: 4px;
}
.banner .swiper-button-next {
  right: 18px;
}
.banner .swiper-button-prev {
  left: 18px;
}
.sy_con1 .swp1 .swiper-pagination{
  display: none;
}
.sy_con1 .swp2{
  width: 100%;
  bottom: 90px;
}
.sy_con1 .swp1 .jd{
  width: 100%;
  bottom: 68px;
}
.sy_con1 .swp1 .rig .p2 {
  font-size: 56px;
}
.sy_con1 .p {
  font-size: 64px;
  left: -47px;
}
.sy_con2 .p2 {
  font-size: 38px;
  padding-top: 10px;
}
.sy_con2 .p3{
  width: 100%;
}
.sy_con3 .rq .lef .p1 {
  font-size: 44px;
}
.sy_con3 .rq .lef .div {
  padding-left: 0px;
  padding-right: 6px;
  padding-top: 20px;
  border: none;
}
.sy_con3 .rq .lef .p2 {
  font-size: 18px;
  margin-bottom: 10px;
}
.sy_con3 .rq .lef .p3 {
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 10px;
}
.sy_con3 .rq .lef .div1 a {
  font-size: 14px;
  width: 80px;
  height: 80px;
  margin-right: 22px;
  padding-top: 22px;
}
.sy_con3 .rq .lef .div1 a i {
  margin-top: 10px;
}
.sy_con4 .rq .div {
  margin-bottom: 20px;
}
.sy_con4 .rq .div .div1{
  height: 180px;
  padding: 0 10px;
}
.sy_con4 .rq .div .top img {
  width: 40px;
}
.sy_con4 .rq .div .top p {
  font-size: 18px;
  line-height: 41px;
  padding-left: 10px;
}
.sy_con4 .rq .div .top {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 32px;
  border-bottom: 1px solid rgb(222,222,222);
}
.sy_con4 .rq .div .top i {
  font-size: 30px;
}
.sy_con4 .rq .div .bot {
  padding-top: 8px;
  font-size: 14px;
  line-height: 20px;
}
.sy_con4 .p1 {
  font-size: 38px;
}
.sy_con5 .p1 {
  font-size: 38px;
}
.sy_con5 .rq {
  padding-top: 30px;
}
.sy_con5 .rq .div .bot .p3 {
  font-size: 14px;
  line-height: 22px;
  padding-top: 10px;
}

}
@media(max-width:768px){
  .pc{
    display: none !important;
  }
  .app{
    display: block !important;
  }
  .sy_con1 .swp1 .swiper-slide {
    padding-top: 58px;
    padding-bottom: 90px;
}
.sy_con1 .p{
  left: 50%;
  top: 50%;
  width: 100%;
  text-align: center;
  transform: translate(-50%,-50%) rotate(0deg);
}
.sy_con1::before{
  display: none;
}
.sy_con1 .swp1 .rig {
  padding-left: 20px;
}
.sy_con1 .swp1 .rig .p2 {
  font-size: 38px;
}
.sy_con1 .swp2 {
  width: 90%;
  bottom: 70px;
  left: 50%;
  transform: translateX(-50%);
}
.sy_con1 .swp1 .jd {
  width: 94%;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
}
.sy_con2 .container {
  padding-top: 45px;
}
.sy_con2 .p1 {
  font-size: 16px;
}
.sy_con2 .p2 {
  font-size: 28px;
  padding-top: 4px;
}
.sy_con2 .p3 {
  font-size: 14px;
  line-height: 22px;
  margin-top: 14px;
}
.sy_con2 .swiper-button-next {
  right: 20px;
}
.sy_con2 .swiper-button-prev {
  left: 20px;
}
.sy_con2 .swiper-pagination {
  bottom: 20px;
}
.sy_con3 .rq .rig{
  width: 100%;
  padding-top: 15px;
}
.sy_con3 .rq .lef{
  width: 100%;
  padding: 0 15px;
}
.sy_con3 .rq .lef .p1 {
  font-size: 34px;
}
.sy_con3 .rq .lef .div {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 12px;
}
.sy_con3 .rq .lef .p2 {
  font-size: 16px;
  margin-bottom: 30px;
}
.sy_con3 .rq .lef .p3 {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 6px;
}
.sy_con3 .rq .lef .a {
  font-size: 14px;
  padding-top: 12px;
  padding-bottom: 4px;
}
.sy_con3 .rq .lef .div1 {
  margin-top: 26px;
}
.sy_con3 .rq .lef .div1 a {
  font-size: 12px;
  width: 73px;
  height: 73px;
  margin-right: 17px;
  padding-top: 20px;
}

.sy_con3 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.sy_con4 .p1 {
  font-size: 30px;
}
.sy_con4 .p2 {
  font-size: 16px;
  line-height: 24px;
  padding-top: 6px;
}
.sy_con4 {
  padding-top: 36px;
  padding-bottom: 32px;
}
.sy_con5 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.sy_con5 .p1 {
  font-size: 30px;
}
.sy_con5 .rq {
  padding-top: 20px;
}
.sy_con5 .a {
  font-size: 14px;
  width: 120px;
  height: 38px;
  line-height: 38px;
  border-radius: 38px;
  margin-top: 30px;
}

}
@media(max-width:500px){
  .banner .swiper-button-prev,
  .banner .swiper-button-next{
    display: none;
  }
  .sy_con1 .swp1 .lef{
    width: 100%;
  }
  .sy_con1 .swp1 .rig{
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
  .sy_con1 .swp1 .jd,
  .sy_con1 .swp2{
    z-index: -10;
    opacity: 0;
  }
  .sy_con1 .swp1 .swiper-pagination{
    display: block;
  }
  .sy_con1 .swp1 .swiper-pagination {
    width: 100%;
    left: 50%;
    bottom: 35px;
    transform: translateX(-50%);
    text-align: left;
}
.sy_con1 .swp1 .swiper-pagination-bullet:last-child{
  margin-right: 0 !important;
}
.sy_con1 .swp1 .swiper-pagination-bullet:last-child::before{
  width: 0 !important;
}
.sy_con1 .swp1 .swiper-slide {
  padding-top: 58px;
  padding-bottom: 73px;
}
.sy_con1 .swp1 .rig .p2 {
  font-size: 26px;
}
.sy_con1 .swp1 .rig .p3 {
  font-size: 15px;
  line-height: 24px;
  padding-top: 6px;
  -webkit-line-clamp: 30;
}
.sy_con2 .p2 {
  font-size: 26px;
  padding-top: 2px;
}
.sy_con2 .p3 {
  font-size: 14px;
  line-height: 22px;
  margin-top: 8px;
}
.sy_con2 .container {
  padding-top: 24px;
}
.sy_con2 .swiper-button-next,
.sy_con2 .swiper-button-prev{
  display: none;
}

.sy_con3 .rq{
  flex-wrap: wrap-reverse;
}
.sy_con3 .rq .lef .div {
  margin-top: 10px;
  padding-top: 0px;
}
.sy_con3 .rq .rig {
  margin: 0 15px;
}
.sy_con3 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.sy_con3 .rq .lef .p1 {
  font-size: 26px;
}
.sy_con3 .rq .lef{
  padding-top: 40px;
}
.sy_con3 .rq .lef .p3 {
  font-size: 15px;
  line-height: 22px;
}
.sy_con4 .p1 {
  font-size: 26px;
}
.sy_con4 .p2 {
  font-size: 15px;
}
.sy_con4 .rq .div{
  width: 49%;
  margin-right: 2%;
  margin-bottom: 10px;
}
.sy_con4 .rq .div .div1{
  height: 185px;
}
.sy_con4 .rq .div:nth-child(3n){
  margin-right: 2%;
}
.sy_con4 .rq .div:nth-child(2n){
  margin-right: 0;
}
.sy_con4 .rq .div .top img {
  width: 32px;
}
.sy_con4 .rq .div .top p {
  font-size: 16px;
  line-height: 34px;
  padding-left: 9px;
}
.sy_con4 .rq .div .top i {
  font-size: 24px;
}
.sy_con4 .rq {
  padding-top: 26px;
}
.sy_con5 .rq .div{
  width: 100%;
  margin-bottom: 20px;
  margin-right: 0;
}
.sy_con5 .con1{
  display: none;
}
.sy_con5 .con2{
  display: block;
}
.sy_con5 .rq .div .bot {
  padding-top: 14px;
}
.sy_con5 .rq .div .bot .p3 {
  padding-top: 5px;
}
.sy_con5 .a {
  margin-top: 10px;
}

}
@media(max-width:375px){
  .sy_con4 .rq .div .top img {
    width: 25px;
}
.sy_con4 .rq .div .top p {
  font-size: 15px;
  line-height: 25px;
  padding-left: 6px;
}
.sy_con4 .rq .div .top {
  padding-right: 26px;
}
.sy_con4 .rq .div .top i {
  font-size: 22px;
}
.sy_con4 .rq .div {
  margin-bottom: 6px;
}
}



/* case */
.case1{
  padding-top:28px;
}
.case1 .div1 p{
  font-size: 16px;
  color: #040404;
  font-family: "akz_reg";
}
.case1 .div1 p span{
  color: #980613;
}
.case1 .div2{
  padding-top: 45px;
  width: 100%;
}
.case1 .div2 a{
  width: 25%;
  font-size: 24px;
  color: #ffffff;
  background: #333333;
  height: 75px;
  text-align: center;
  display: block;
  float: left;
  padding-top: 24px;
  border-left:1px solid #484848;
  font-family: "akz_med";
}
.case1 .div2 .on{
  background: #980613;
}
.case1 .div3{
  padding-top: 30px;
  display: block;
}
.case1 .on1{
  display: block;
}
.case1 .div3 .a{
  width: 32%;
  margin-right: 2%;
  margin-top: 34px;
  float: left;
  position: relative;
}
.case1 .div3 .a a{
    display: block;
    width: 100%;
    height: 100%;
}
 .case1 .div3 .a:nth-child(3n){
  margin-right: 0;
}
.case1 .div3 .a img{
  width: 100%;
  vertical-align: middle;
} 
.case1 .div3 .bj{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}
.case1 .div3 .a:hover .bj{
  opacity: 1;
  transition: all .5s;
}
.case1 .div3 .bj p{
  font-size: 30px;
  color: #fff;
  position: absolute;
  bottom: 8%;
  left: 8%;
  font-family: "akz_reg";
  text-transform: uppercase;
}
.case1 .div3 .bj img{
  vertical-align: middle;
}

.case1 .fy{
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 63px;
}
.case1 .fy div{
  float: left;
  margin: 0 auto;
}
.case1 .fy .wz{
  width: 50%;
  padding: 10px 18px;
}
.case1 .fy .wz div:nth-child(1){
  padding-left: 0;
}
.case1 .fy .wz div{
  float: left;
  font-size: 20px;
  color:#333333;
  padding-left: 10px;
}
.case1 .fy .tb{
  width: 25%;
}
.case1 .fy .tb img{
  vertical-align: middle;
  width: 100%;
}
.case1 .fy .tb .a{
  transform: rotate(180deg);
}
.case1 .fy .tb .img2{
  display: none;
}
.case1 .fy .tb:hover .img1{
  display: none;
}
.case1 .fy .tb:hover .img2{
  display: block;
}
@media (max-width: 1680px) {
  .case1 .fy .wz {
    padding: 10px 12px;
}
.banner .banner3 .p1 {
    font-size: 66px;
}
.banner .banner3 .p2 {
    font-size: 38px;
    line-height: 56px;
}
.banner .banner3 .p3 {
    font-size: 42px;
    padding-top: 38px;
}
.banner .banner3 .p4 {
    font-size: 35px;
    padding-top: 43px;
}
.banner .banner3 .p5 span {
    padding-right: 28px;
}
}
@media (max-width: 1459px) {
  .case1 {
    padding-top: 24px;
}
  .case1 .div2 {
    padding-top: 30px;
}
.case1 .div3 {
  padding-top: 15px;
}
.case1 .div3 .bj p {
  font-size: 26px;
}
  .case1 .fy .wz div {
    font-size: 18px;
}
.case1 .fy .wz {
  padding: 6px 5px;
}
.case1 .div1 p {
  font-size: 15px;
}
.case1 .div2 a {
  font-size: 22px;
  height: 70px;
  padding-top: 22px;
}
.case1 .fy {
  margin: 0 auto;
  padding-top: 66px;
  padding-bottom: 50px;
}
}
@media (max-width: 1259px) {
  .case1 .div2 a {
    font-size: 18px;
    height: 60px;
    padding-top: 20px;
}
.case1 .div3 .bj p {
  font-size: 22px;
}
.case1 .fy .wz {
  padding: 4px 0px;
}
}
@media (max-width: 991px) {
  .case1 .div2 {
    padding-top: 30px;
}
.case1 .div1 p {
  font-size: 12px;
}
.case1 .div2 a {
  font-size: 15px;
}
.case1 .div3 {
  padding-top: 38px;
}
.case1 .div3 .bj p {
  font-size: 18px;
}
.case1 .fy {
  padding-top: 48px;
  padding-bottom: 40px;
}
.case1 .fy .wz {
  padding: 8px 8px;
}
}
@media (max-width: 768px){
  .case1 .fy .wz {
    padding: 8px 6px;
}
.case1 .fy .wz div {
  font-size: 16px;
}
}
@media (max-width: 500px){
  .case1 .div2 a {
    width: 100%;
    font-size: 18px;
    margin-bottom: 8px;
    height: 40px;
    padding-top: 0;
    line-height: 40px;
}
.case1 .div3 {
  padding-top: 10px;
}
.case1 .div3 .a{
  width: 49%;
  margin-right: 2%;
   margin-top: 10px;
}
.case1 .div3 .a:nth-child(3) {
  margin-right: 2%;
}
.case1 .div3 .a:nth-child(2n){
  margin-right: 0;
}
.case1 .fy {
  padding-top: 24px;
  padding-bottom: 20px;
}
.case1 .div3 .bj p {
  font-size: 16px;
}
}





/* contact */
.contact-banner{
  width: 100%;
  position: relative;
}
.contact-banner img{
  width: 100%;
  vertical-align: middle;
}
.contact-banner .a1{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.contact-banner .a1 a{
  font-size: 60px;
  color: #fff;
}
.contact-banner .rq{
  position: absolute;
  left: 50%;
  bottom: 38px;
  transform: translateX(-50%);
}
.contact-banner .rq a{
  font-size: 16px;
  color: #fff;
  font-family: "akz_reg";
}
.contact1{
  padding-top: 120px;
}
.contact1 .c-lef{
  width: 40.8%;
  float: left;
  padding-right: 6.4%;
}
.contact1 .c-lef h1{
  font-size: 30px;
  color: #333333;
}
.contact1 .c-lef p{
  font-size: 16px;
  color: #666666;
  padding-top: 44px;
  font-family: "akz_conm";
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.contact1 .c-lef .lef-btm{
  padding-top: 46px;
}
.contact1 .c-lef a{
  width: 44px;
  height: 44px;
  float: left;
  border-radius: 50%;
  border: 1px solid #dfdfe1;
  position: relative;
  margin-right: 8px;
}
.contact1 .c-lef a img{
  vertical-align: middle;
  width: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.contact1 .c-rig {
  width: 59.2%;
  float: left;
}
.contact1 .c-rig .top .div{
  width: 43.2%;
  float: left;
  margin-right: 10%;
  padding-bottom: 47px;
}
.contact1 .c-rig .top .div:nth-child(2n){
  margin-right: 3.6%;
}
.contact1 .c-rig .btm{
  padding-right: 3.6%;
}
.contact1 .c-rig .btm .div1{
  padding-bottom: 45px;
}
.contact1 .c-rig .btm .div1:nth-child(3){
  padding-bottom: 0;
}
.contact1 .c-rig .top p,
.contact1 .c-rig .btm p{
  font-size: 16px;
  font-family: "akz_conl";
}
.contact1 .c-rig .top p span,
.contact1 .c-rig .btm p span{
  color: #ff0a0a;
  font-family: none;
}
.contact1 .c-rig .top p i img,
.contact1 .c-rig .btm p i img{
  width: 25px;
  vertical-align: middle;
}
.contact1 .c-rig .top input,
.contact1 .c-rig .btm input{
  width: 100%;
  height: 50px;
  border: 1px solid #e5e5e5;
  font-family: "akz_conl";
  padding-left: 15px;
  margin-top: 22px;
  font-size: 14px;
}
.contact1 .c-rig .btm .input{
  height: 112px;
}
.contact1 .c-rig .btm textarea{
  border: 1px solid #e5e5e5;
  width: 100%;
  margin-top: 22px;
}
.contact1 .c-rig .btm button{
  background: #980613;
  width: 24.7%;
  height: 48px;
  font-family: "akz_conr";
  font-size: 16px;
  color: #fff;
  line-height: 48px;
}
.contact1 .c-rig .btm button i img{
  margin-right: 20px;
  width: 23px;
  vertical-align: middle;
}
.contact2{
  padding-top: 114px;
}
.contact2 img{
  width: 100%;
  vertical-align: middle;
}
@media (max-width: 1459px){
  .contact-banner .a1 a {
    font-size:56px;
}
.contact-banner .rq a {
  font-size: 15px;
}
.contact-banner .rq {
  bottom: 28px;
}
.contact1 {
    padding-top: 92px;
}
.contact1 .c-lef p {
  padding-top: 33px;

}
.contact1 .c-lef {
  padding-right: 0%;
}
.contact1 .c-lef .lef-btm {
  padding-top: 34px;
}
.contact1 .c-lef a {
  width: 40px;
  height: 40px;
}
.contact1 .c-rig .top .div {
  padding-bottom: 36px;
}
.contact1 .c-rig .btm .div1 {
  padding-bottom: 34px;
}
.contact1 .c-rig .top input,
.contact1 .c-rig .btm input  {
  padding-left: 11px;
  margin-top: 16px;
  font-size: 12px;

}
.contact2 {
  padding-top: 87px;
}
}
@media (max-width: 1259px){
  .contact-banner .rq {
    bottom: 20px;
}
  .contact-banner .a1 a {
    font-size: 48px;
}

.contact1 {
  padding-top: 83px;
}
.contact1 .c-lef h1 {
  font-size: 20px;
}
.contact1 .c-lef p {
  font-size: 14px;
  padding-top: 30px;

}
.contact1 .c-rig .top .div {
  padding-bottom: 20px;
}
.contact1 .c-rig .btm .div1 {
  padding-bottom: 26px;
}
.contact1 .c-rig .top p, .contact1 .c-rig .btm p {
  font-size: 14px;
}
.contact1 .c-rig .btm button i img {
  margin-right: 10px;
  width: 20px;
}
.contact1 .c-rig .top p i img, .contact1 .c-rig .btm p i img {
  width: 22px;
}
.contact1 .c-rig .top input, .contact1 .c-rig .btm input,
.contact1 .c-rig .top input, .contact1 .c-rig .btm textarea {
  padding-left: 10px;
  margin-top: 10px;
}
.contact2 {
  padding-top: 79px;
}
}
@media (max-width: 991px){
  .contact-banner .rq {
    bottom: 14px;
}
.contact-banner .rq a{
  color: #333;
}
  .contact-banner .a1 a {
    font-size: 42px;
}
.contact1 {
  padding-top: 72px;
}
.contact1 .c-lef p {
  font-size: 14px;
  padding-top: 24px;
}
.contact1 .c-lef a {
  width: 36px;
  height: 36px;
}
.contact1 .c-lef .lef-btm {
  padding-top: 26px;
}
.contact2 {
  padding-top: 68px;
}
.contact1 .c-rig .top .div {
  padding-bottom: 15px;
}
.contact1 .c-rig .btm .div1 {
  padding-bottom: 18px;
}
.contact1 .c-rig .btm button {
  background: #980613;
  width: 24.7%;
  height: 40px;
  font-family: "akz_conr";
  font-size: 14px;
  color: #fff;
  line-height: 40px;
}
.contact1 .c-rig .btm button i img {
  margin-right: 6px;
  width: 18px;
}
.contact1 .c-rig .top input, .contact1 .c-rig .btm input {
  height: 36px;
}
.contact1 .c-rig .btm .input {
  height: 90px;
}
}
@media (max-width: 768px){
  .contact-banner .rq {
    bottom: 8px;
}
  .contact1 {
    padding-top: 58px;
}
.contact1 .c-rig .top .div {
  width: 100%;
  margin-right: 0;
}
.contact1 .c-rig .btm {
  padding-right: 0;
}
  .contact2 {
    padding-top: 60px;
}
}
@media (max-width: 500px){
  .contact-banner .a1 a {
    font-size: 26px;
}
.contact-banner .a1 {
  top: 40%;
}
.contact-banner .rq {
  position: static;
  padding-top: 15px;
  left: 0;
  transform: none;
}
.contact-banner .rq a {
  font-size: 12px;
  color: #333;
}
  .contact1 {
    padding-top: 38px;
}
  .contact1 .c-lef {
    width: 100%;
    padding-right: 0;
}
.contact1 .c-lef h1 {
  font-size: 26px;
}
.contact1 .c-rig {
  width: 100%;
  padding-top: 28px;
}

.contact1 .c-rig .btm button {
  width: 100%;
  font-size: 16px;
}
.contact1 .c-rig .btm button i img {
  width: 20px;
}
.contact1 .c-lef a {
  width: 44px;
  height: 44px;
}
.contact2 {
  padding-top: 40px;
}
}



/* news_date */
.news_date1{
  padding-top: 123px;
  padding-bottom: 113px;
}
.news_date1 .lef-b{
  display: none;
}
.news_date1 .lef{
  float: left;
  width: 23%;
}
.news_date1 .lef h1{
  font-size: 16px;
  color: #666666;
  font-family: "akz_light";
}
.news_date1 .lef .lef-btm{
  padding-top: 48px;
}
.news_date1 .lef .lef-btm a{
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid #dfdfe1;
  position: relative;
  float: left;
  margin-right: 8px;
}
.news_date1 .lef .lef-btm a img{
  width: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.news_date1 .rig{
  float: left;
  width: 71.4%;
}
.news_date1 .rig .top h1{
  font-size: 24px;
  color: #333333;
  padding-bottom: 34px;
}
.xt{
  border-bottom: 2px solid #eeeeee;
}
.news_date1 .rig .top p{
  font-size: 16px;
  line-height: 30px;
  color: #666666;
  padding-top: 30px;
  font-family: "akz_conr";
}

.news_date1 .rig .top p.p4{
  padding-top: 0;
  padding-bottom: 68px;
}
.news_date1 .rig .top p.p1{
  padding-top: 40px;
}
.news_date1 .rig .top .img{
  width: 97%;
  padding-top: 68px;
}
.news_date1 .rig .top img {
  vertical-align: middle;
  max-width: 100%;
  margin: auto;
  display: block;
}
.news_date1 .btm{
  padding-top: 64px;
  width: 72.6%;
  float: right;
}
.news_date1 .btm h1{
  font-size: 36px;
  color: #333333;
}
.news_date1 .btm .lbt{
  padding-top:40px;
  position: relative;
}
.news_date1 .btm .an_div{
  height: 170px;
  width: 65px;
  position: absolute;
  left: -130px;
  top: 210px;
}

.news_date1 .btm img{
  width: 100%;
  vertical-align: middle;
}
.news_date1 .btm .lbt h1{
  font-size: 18px;
  color: #333;
  padding-top: 30px;
  display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.news_date1 .btm .lbt p{
  font-size: 14px;
  color: #666;
  padding-top: 26px;
  font-family: "akz_conr";
  line-height: 24px;
  display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.news_date1 .btm .lbt .rq{
  font-size: 14px;
  color: #999;
  padding-top: 30px;
}

.news_date1 .swiper-button-prev,
.news_date1 .swiper-button-next{
  background-image: url(../images/nwes-dlb2.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 65px;
  height: 65px;
  top: 62%;
  left: 0;
  margin-top: 0;
  opacity: 1;
}
.news_date1 .swiper-button-prev{
  transform: rotate(180deg);
  top: 0;
}
.news_date1 .swiper-button-prev:hover,
.news_date1 .swiper-button-next:hover{
  background-image: url(../images/nwes-dlb1.png);
}
@media (max-width: 1459px){
  .news_date1 .lef .lef-btm {
    padding-top: 36px;
}
  .news_date1 .lef .lef-btm a {
    width: 40px;
    height: 40px;
}
  .news_date1 {
    padding-top: 94px;
    padding-bottom: 86px;
  }
  .news_date1 .rig .top h1 {
    padding-bottom: 26px;
}

.news_date1 .rig .top p {
  padding-top: 63px;
  line-height: 28px;
}
.news_date1 .rig .top .img {
  padding-top: 52px;
}
.news_date1 .rig .top p.p4 {
  padding-top: 0;
  padding-bottom: 52px;
}
.news_date1 .btm {
  padding-top: 49px;
}
.news_date1 .btm .an_div {
  height: 130px;
  width: 50px;
  left: -100px;
  top: 161px;
}
.news_date1 .swiper-button-prev,
.news_date1 .swiper-button-next {
  width: 50px;
  height: 50px;
}
.news_date1 .btm .lbt h1 {
  padding-top: 23px;
}
.news_date1 .btm .lbt p {
  padding-top: 20px;
  line-height: 20px;
}
.news_date1 .btm .lbt .rq {
  padding-top: 23px;
}
}
@media (max-width: 1259px){
  .news_date1 .lef .lef-btm a {
    width: 33px;
    height: 33px;
    margin-right: 6px;
}
.news_date1 .lef h1 {
  font-size: 14px;
}
.news_date1 .lef .lef-btm {
  padding-top: 30px;
}
.news_date1 .rig .top h1 {
  font-size: 20px;
}
.news_date1 .rig .top p {
  font-size: 14px;
  padding-top: 40px;
}
.news_date1 .rig .top .img {
  padding-top: 42px;
}
.news_date1 .rig .top p.p4 {
  padding-top: 10px;
  padding-bottom: 40px;
}
.news_date1 .btm {
  padding-top: 37px;
}
.news_date1 .btm .lbt {
  padding-top: 30px;
}
.news_date1 .btm .an_div {
  height: 100px;
  width: 38px;
  left: -76px;
  top: 123px;
}
.news_date1 .swiper-button-prev, .news_date1 .swiper-button-next {
  width: 38px;
  height: 38px;
}
}
@media (max-width: 991px){
  .news_date1 .lef {
    width: 100%;
}
.news_date1 .rig {
  width: 100%;
  padding-top: 40px;
}
.news_date1 .rig .top .img {
  width: 100%;
}
.news_date1 .lef .lef-btm a {
  width: 44px;
  height: 44px;
}
}
@media (max-width: 768px){
  .news_date1 {
    padding-top: 46px;
    padding-bottom: 44px;
}
.news_date1 .lef .lef-btm {
  padding-top: 20px;
}
.news_date1 .rig {
  padding-top: 22px;
}
.news_date1 .rig .top h1 {
  padding-bottom: 18px;
}
.news_date1 .rig .top p {
  padding-top: 26px;
  line-height: 26px;
}
.news_date1 .rig .top .img {
  padding-top: 30px;
}
.news_date1 .rig .top p.p4 {
  padding-bottom: 22px;
}
.news_date1 .btm {
  padding-top: 20px;
}
.news_date1 .btm .lbt {
  padding-top: 22px;
}
.news_date1 .btm .lbt h1 {
  padding-top: 18px;
}
.news_date1 .btm h1 {
  font-size: 26px;
}

}
@media (max-width: 500px){
  .news_date1 {
    padding-top: 20px;
    padding-bottom: 20px;
}
.news_date1 .lef .lef-btm {
  padding-top: 10px;
}
.news_date1 .rig .top h1 {
  font-size: 18px;
  padding-bottom: 30px;
}
.news_date1 .lef .lef-btm a {
  width: 40px;
  height: 40px;
}
.news_date1 .rig .top p {
  padding-top: 30px;
  line-height: 26px;
}
.news_date1 .rig .top p.p4 {
  padding: 30px 0 30px 0;
}
.news_date1 .rig .top p.p1 {
  padding-top: 24px;
}
.news_date1 .rig {
  padding-top: 0px;
  overflow: hidden;
}
.news_date1 .lef-b{
  display: block;
  padding: 30px 0px 60px 0px;
}
.news_date1 .lef-a{
  display: none;
}
.news_date1 .btm .lbt p {
  padding-top: 30px;
  line-height: 22px;
}
.news_date1 .rig .top .img {
  padding-top: 18px;
}
.news_date1 .btm .lbt {
  padding-top: 40px;
}
.news_date1 .btm {
  padding-top: 10px;
  width: 82%;

}

.news_date1 {
  padding-top: 20px;
  padding-bottom: 60px;
}
.news_date1 .btm .lbt h1 {
  padding-top: 24px;
  line-height: 18px;
  font-size: 18px;
}
.news_date1 .btm .lbt .rq {
  padding-top: 20px;
  font-size: 12px;
}
.news_date1 .swiper-button-prev, .news_date1 .swiper-button-next {
  width: 34px;
  height: 34px;
}
.news_date1 .btm .an_div {
  height: 34px;
  width:  86px;
  left: 194px;
  top: -30px;
}
.news_date1 .swiper-button-next {
  top: 0;
  left: 60%;
 }
.news_date1 .btm h1 {
  font-size: 30px;
}
}


/* case_date */
.case_d1 {
  margin-top: 100px;
  position: relative;
  width: 100%;
}
.case_d1 .rq{
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.case_d1 .lef{
  width: 44%;
}
.case_d1 .lef p{
  font-size: 16px;
  color: #666;
  padding-bottom: 25px;
  font-family: "akz_light";
}
.case_d1 .lef p:nth-child(1){
  padding:35px 0;
}
.case_d1 .lef p span{
  color: #333;
}
.case_d1 .lef h1{
  font-size: 30px;
  color: #333;
  line-height: 48px;
  padding-bottom: 62px;
  font-family: "akz_med";
}
.case_d1 .rig{
  float: right;
  width: 54.9%;
}
.case_d1 .rig .lbt{
    position: relative;
}
.case_d1 .rig .lbt img{
  width: 100%;
  vertical-align: middle;
}
.case_d1 .rig .lbt .an_div{
  width: 148px;
  height: 65px;
  position: absolute;
  left: -200px;
  bottom: 0;
}
.case_d1 .swiper-button-prev,
.case_d1 .swiper-button-next{
  background-image: url(../images/nwes-dlb2.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 65px;
  height: 65px;
  top: 0;
  right: 0;
  margin-top: 0;
  opacity: 1;
}
.case_d1 .swiper-button-prev{
  transform: rotate(180deg);
  left: 0;
}
.case_d1 .swiper-button-prev:hover,
.case_d1 .swiper-button-next:hover{
  background-image: url(../images/nwes-dlb1.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.case_d1 .case_dx{
  height: 5px;
  width: 0;
  background: #f5f5f5;
  position: absolute;
  left: 0;
  bottom: 30px;
  border-radius: 0px 5px 5px 0px;
  transition: all 2s;
}
.case_d1 .kd{
  width: 31%;
}

.case_d2{
  margin:120px 0;
  width: 100%;
  position: relative;
}
.case_d2 h1{
  font-size: 30px;
  color: #333;
  padding-bottom: 55px;
  font-family: "akz_med";
}

.case_d2 .lef{
  width: 60.4%;
  position: relative;
}
.case_d2 .lef .lef-img{
  width: 69.5%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.case_d2 .lef .lef-img img{
  width: 100%;
  vertical-align: middle;
}
.case_d2 .lef img{
  vertical-align: middle;
  width: 100%;
}
.case_d2 .ap{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
 .case_d2 .rig{
  width: 37.6%;
  float: right;
  padding-left: 105px;
} 
.case_d2 .rig h1{
  padding-top: 46px;
  font-size: 30px;
  color: #333;
  line-height: 48px;
  padding-bottom: 0;
  font-family: "akz_med";
}
.case_d2 .rig p{
  font-size: 16px;
  color: #666;
  font-family: "akz_lig";
}
.case_d2 .rig .p1{
  margin-top: 50px;
  height: 150px;
  line-height: 32px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.case_d2 .rig a{
  margin-top: 20px;
  display: block;
  width: 240px;
  height: 60px;
  border-radius: 60px;
  border: 1px solid #333333;
  text-align: center;
  line-height: 60px;
  font-family: "akz_lig";
} 
.case_d2 .rig a:hover{
  background: #980613;
  color: #fff;
  border: 1px solid #fff;
}
@media (max-width: 1459px){
  .case_d1 {
    margin-top: 76px;
}
.case_d1 .lef {
  padding-right: 4%;
}
  .case_d1 .lef p:nth-child(1) {
    padding: 26px 0;
}
.case_d1 .lef h1 {
  font-size: 26px;
  line-height: 36px;
  padding-bottom: 47px;
}
.case_d1 .lef p {
  color: #666;
  padding-bottom: 20px;
}
.case_d1 .swiper-button-prev, .case_d1 .swiper-button-next {
  width: 50px;
  height: 50px;
}
.case_d1 .rig .lbt .an_div {
  width: 113px;
  height: 50px;
  left: -151px;
}
.case_d1 .case_dx {
  bottom: 20px;
}
.case_d2 {
  margin: 92px 0;
}
.case_d2 h1 {
  font-size: 26px;
  padding-bottom: 42px;
}
.case_d2 .rig {
  padding-left: 80px;
}
.case_d2 .rig h1 {
  padding-top: 35px;
  font-size: 26px;
  line-height: 36px;
}
.case_d2 .rig .p1 {
  margin-top: 38px;
  line-height: 24px;
  height: 125px;
}
.case_d2 .rig a {
  margin-top: 15px;
  width: 184px;
  height: 46px;
  line-height: 46px;
}
}
@media (max-width: 1259px){
  .case_d1 {
    margin-top: 66px;
}
.case_d1 .lef p:nth-child(1) {
  padding: 20px 0;
}
.case_d1 .lef p {
  padding-bottom: 16px;
}
.case_d1 .lef h1 {
  font-size: 24px;
  line-height: 32px;
  padding-bottom: 41px;
}
.case_d1 .rig .lbt .an_div {
  width: 98px;
  height: 43px;
  left: -131px;
}
.case_d1 .swiper-button-prev,
 .case_d1 .swiper-button-next {
  width: 43px;
  height: 43px;
}
.case_d2 {
  margin: 80px 0;
}
.case_d2 h1 {
  font-size: 24px;
  padding-bottom: 36px;
}
.case_d2 .rig {
  padding-left: 70px;
}
.case_d2 .rig h1 {
  padding-top: 30px;
  font-size: 24px;
  line-height: 32px;
}
}
@media (max-width: 991px){
  .case_d1 .rq {
    height: 100%;
    position: static;
    transform: none;

}
.case_d1 .rig{
  float: none;
  width: 100%;
}
.case_d1  .case_dx{
  display: none;
}
.case_d1 {
  margin-top: 52px;
}
.case_d1 .lef {
  width: 100%;
  padding-left: 0;
}
.case_d1 .lef h1 {
  padding-bottom: 34px;
}
.case_d2 .lef {
  width: 100%;
}
.case_d2 .ap {
  position: static;
  transform: none;
}
.case_d2 .rig {
  width: 100%;
  float: none;
  padding-left: 0px;
  padding-top: 36px;
}
.case_d2 {
  margin: 48px 0;
}
.case_d2 h1 {
  padding-bottom: 28px;
}
.case_d2 .rig h1 {
  padding-top: 24px;
}
.case_d2 .rig .p1 {
  margin-top: 26px;

}
}
@media (max-width: 500px){
  .case_d1 {
    margin-top: 20px;
}
.case_d1 .rig .lbt{
  margin: 0 15px;
}
.case_d1 .lef p {
  font-size: 15px;
  color: #666;
  padding-bottom: 20px;

}
.case_d1 .lef p:nth-child(1) {
  padding: 15px 0;
}
.case_d1 .lef h1 {
  line-height: 22px;
  padding-bottom: 15px;
}
.case_d2 {
  margin-top: 20px;
  margin-bottom: 50px;
}
.case_d2 .rig {
  padding-top: 15px;
}
.case_d2 h1 {
  padding-bottom: 20px;
}
.case_d2 .div2{
  margin:0 15px;
}
.case_d2 .rig h1 {
  padding-top: 15px;
  line-height: 22px;
}
.case_d2 .rig .p1 {
  margin-top: 15px;
  line-height: 20px;
  height: 60px;
}
.case_d2 .rig p {
  font-size: 15px;
}
.case_d2 .rig a {
  margin-top: 15px;
  width: 174px;
  height: 40px;
  line-height: 40px;
  font-size: 15px; 
}
}



/* join */



/* 瑞驰招聘 */
.ta_con1{
  width: 100%;
  background: rgb(245,245,247);
  padding-top: 64px;
  padding-bottom: 145px;
}
.ta_con1 .inv-tit h3{
	text-align: center;
	margin-bottom: 20px;
}
.ta_con1 .p{
	font-size: 18px;
	color: #777;
	text-align: center;
	margin-bottom: 10px;
}
.ta_con1 .pp{
	font-size: 30px;
	color: #333;
	text-align: center;
	margin-bottom: 10px;
	margin-bottom: 55px;
}
.ta_con1 .prda_bt{
  margin-bottom: 30px;
}
.ta_con1 .p1{
  font-size: 18px;
  color: #777777;
  font-family: "normal";
  text-align: center;
  line-height: 30px;
}
.ta_con1 .rq{
  padding-top: 80px;
}

.ta_con1 .rq1{
  width: 100%;
  background: #fff;
  position: relative;
  margin-bottom: 26px;
  overflow: hidden;
  border: 1px solid rgb(229,229,229);;
}
.ta_con1 .rq1::before{
  content: "";
  width: 1px;
  height: 65%;
  background: rgb(229,229,229);
  position: absolute;
  left: 18%;
  top: 50%;
  transform: translateY(-50%);
}
.ta_con1 .rq1.on::before{
  top: 64%;
}

.ta_con1 .rq1 .top{
  width: 100%;
  height: 120px;
}
.ta_con1 .rq1 .top .lef{
  width: 18%;
  height: 100%;
  float: left;
  height: 100%;
}

.ta_con1 .rq1 .top .lef p{
  font-size: 14px;
  color: #444444;
  text-align: center;
  line-height: 50px;
  transition: all .3s;
  padding: 36px 0;
  height: 100%;
}
.ta_con1 .rq1 .top .rig{
  width: 82%;
  height: 100%;
  float: left;
  padding: 0 65px;
  background-image: url(../images/img109.png);
  background-repeat: no-repeat;
  background-position-y: center;
	background-position-x: 96%;
	transition: all .3s;
}
.ta_con1 .rq1:hover .top .rig{
	background: #c53936;
	background-repeat: no-repeat;
	background-image: url(../images/img110.png);
	background-position-y: center;
	background-position-x: 96%;
}
.ta_con1 .rq1:hover .top .lef p{
	background: #c53936;
	color: #fff;
}

.ta_con1 .rq1 .top .rig span{
    line-height: 120px;
    margin-right: 125px;
}
.ta_con1 .rq1:hover .top .rig span{
	color: #fff;
}
.ta_con1 .rq1 .top .rig span:nth-child(3){
  margin-right: 0;
}
.ta_con1 .rq1 .top .rig .sp1{
  font-size: 14px;
  font-family: "com";
  /* color: #c53936; */
}
.ta_con1 .rq1 .top .rig .sp2{
  font-size: 14px;
  color: #777777;
}

.ta_con1 .rq1 .bot{
  width: 82%;
  padding: 0 65px;
  padding-bottom: 30px;
	padding-top: 30px;
  float: right;
  transform: translateY(-15px);
  display: none;
}
.ta_con1 .rq1 .bot .p{
  font-size: 18px;
  color: #444;
  font-family: "normal";
  margin-top: 20px;
  text-align: left;
}
.ta_con1 .rq1 .bot .p2{
  font-size: 16px;
  color: #777777;
  font-family: "normal";
  line-height: 30px;
}

.ta_con1 .rq1 .bot a{
  display: block;
  font-size: 16px;
  color: #777;
  font-family: "normal";
  width: 150px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  border: 1px solid rgb(212,212,212);
  margin-top: 40px;
  margin-bottom: 20px;
}
.ta_con1 .rq1 .bot a:hover{
  background: #148acc;
  color: #fff;
}

.ta_con1 .jz{
  display: block;
  font-size: 16px;
  color: #777777;
  font-family: "normal";
  width: 185px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 1px solid rgb(212,212,212);
  margin: 0 auto;
  margin-top: 70px;
}
.ta_con1 .jz:hover{
  background: #c53936;
  color: #fff;
}

/* inv2_con */
.inv2_con .rq{
	width: 100%;
	display: flex;
	justify-content: center;
	padding: 75px 0;
}
.inv2_con .rq a{
	display: inline-block;
	width: 240px;
	height: 65px;
	line-height: 65px;
	border: 1px solid rgb(204,204,204);
	font-size: 18px;
	color: #777777;
	padding-left: 45px;
	text-align: center;
	position: relative;
	transition: all .5s;
	background: #fff;
}
.inv2_con .rq .a1{
	/*margin-right: 30px;*/
}
.inv2_con .rq a.on,
.inv2_con .rq a:hover{
	background: rgb(197,57,54);
	color: #fff;
	border: 1px solid rgb(197,57,54);
}
.inv2_con .rq .a1::before{
	content: '';
	width: 29px;
	height: 32px;
	background-image: url(../images/img92.png);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 10%;
	transform: translateY(-50%);
}
.inv2_con .rq .a1.on::before,
.inv2_con .rq .a1:hover::before{
	background-image: url(../images/img91.png);
}
.inv2_con .rq .a2::before{
	content: '';
	width: 29px;
	height: 32px;
	background-image: url(../images/img89.png);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 6%;
	transform: translateY(-50%);
}
.inv2_con .rq .a2.on::before,
.inv2_con .rq .a2:hover::before{
	background-image: url(../images/img90.png);
}
@media (max-width: 1469px){
  .inv2_con .rq {
    padding: 50px 0;
  }
  .inv2_con .rq a {
    width: 180px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    padding-left: 35px;
  }
  .inv2_con .rq .a1::before,
  .inv2_con .rq .a2::before {
    width: 25px;
    height: 28px;
  }
}
@media (max-width: 414px){
	.inv2_con .rq a {
    width: 150px;
    height: 45px;
    line-height: 45px;
    font-size: 13px;
    padding-left: 20px;
}
.inv2_con .rq .a1{
	margin-right: 0;
}
.inv2_con .rq .a1::before {
    left: 7%;
}
.inv2_con .rq .a2::before {
    left: 3%;
}
.inv2_con .rq .a1::before, .inv2_con .rq .a2::before {
    width: 18px;
    height: 20px;
}
.inv2_con .rq {
	padding: 30px 0;
}
}

/* 瑞驰招聘分辨率 */
@media(max-width:1460px){
  .ta_con1 {
    padding-top: 4px;
    padding-bottom: 100px;
}
.ta_con1 .pp{
	font-size: 26px;
	margin-bottom: 33px;
}
.ta_con1 .p1 {
  font-size: 16px;
}
.ta_con1 .prda_bt {
  margin-bottom: 20px;
}
.ta_con1 .rq {
  padding-top: 60px;
}
.ta_con1 .rq1 .top .lef p {
    padding: 26px 0;
    line-height: 60px;
}
.ta_con1 .rq1 .top .rig span {
    margin-right: 80px;
}

}
@media(max-width:1260px){
  /* 人才招聘 */
.ta_con1 .rq1 .top .lef p{
  font-size: 14px;
}
.ta_con1 .rq1 .top{
  height: 120px;
}
.ta_con1 .rq1 .bot .p {
  font-size: 16px;
  margin-top: 10px;
}
.ta_con1 .rq1 .bot .p2 {
  font-size: 14px;
  line-height: 30px;
}
.ta_con1 .rq1 .bot {
  padding-bottom: 0px;
}


.ta_con1 .rq1 .top .rig .sp1{
  font-size: 14px;
}
.ta_con1 .rq1 .top .rig{
  background-size: 20px;
}
.ta_con1 .jz {
  font-size: 14px;
  width: 135px;
  height: 50px;
  line-height: 50px;
  margin-top: 110px;
  margin-top: 60px;
}


}
@media(max-width:991px){

  .ta_con1 .rq1 .top .rig span{
    margin-right: 50px;
  }
  .ta_con1 .rq1 .top .rig .sp2 {
    font-size: 14px;
  }
  .ta_con1 .rq1 .top .lef p {
    font-size: 14px;
	padding: 12px 0;
  }
  /* .ta_con1 .rq1 .top .rig span, .ta_con1 .rq1 .top .lef p {
    line-height: 90px;
  } */
  .ta_con1 .rq1 .top {
    height: 90px;
  }
  .ta_con1 .rq1 .top .rig .sp1 {
    font-size: 15px;
  }
  .ta_con1 .rq1 .top .rig .sp2 {
    font-size: 13px;
  }
  .ta_con1 .rq1 .top .rig span {
    line-height: 90px;
    margin-right: 20px;
}
  .ta_con1 .rq1 .bot .p1{
    font-size: 13px;
  }
  .ta_con1 .rq1 .bot a {
    font-size: 13px;
    width: 95px;
    height: 35px;
    line-height: 35px;
	}
	.ta_con1 .pp{
		font-size: 24px;
	}
	.ta_con1 .p{
		font-size: 14px;
		margin-bottom: 10px;
	}

	
}
@media(max-width:414px){
	.ta_con1 .pp{
		font-size: 22px;
	}
	.ta_con1 .rq1 {
    margin-bottom: 10px;
}
  .ta_con1 {
    padding-top: 0px;
    padding-bottom: 50px;
}
.ta_con1 .p1 {
  font-size: 14px;
  line-height: 25px;
}
.ta_con1 .rq {
  padding-top: 30px;
}
.ta_con1 .prda_bt {
  margin-bottom: 15px;
  font-size: 18px;
}

/* 人才招聘 */
.ta_con1 .rq1 .bot a {
  font-size: 12px;
  width: 77px;
  height: 28px;
  line-height: 28px;
}
/* .ta_con1 .rq1 .top .rig span, .ta_con1 .rq1 .top .lef p {
  line-height: 65px;
} */
.ta_con1 .rq1 .top .lef p {
    line-height: 17px;
    padding: 10px 0;
	padding-bottom: 2px;
}
.ta_con1 .rq1 .top .lef p,
.ta_con1 .rq1 .top .rig .sp1,
.ta_con1 .rq1 .top .rig .sp2 {
  font-size: 14px;
}
.ta_con1 .rq1 .top {
  height: auto;
  padding-bottom: 10px;
}
.ta_con1 .rq1 .top .rig span {
  margin-right: 5px;
}
.ta_con1 .rq1 .top .rig .sp2{
	line-height: 20px;
}
.ta_con1 .rq1 .top .lef {
  width: 100%;
}
.ta_con1 .rq1 .top .rig {
	background-position-y: bottom;
  background-size: 15px;    width: 100%;    padding: 0 5px;    background-position-x: 95%;
}
.ta_con1 .rq1::before {
  left: 20%;
  display: none;
}
.ta_con1 .rq1 .bot {
  width: 100%;
  padding: 0 10px;
  transform: translateY(-0px);
  padding-bottom: 20px;
}
.ta_con1 .rq1 .bot p span,
.ta_con1 .rq1 .bot p{
	font-size: 14px !important;
}
.ta_con1 .rq1 .bot .p2 {
  font-size: 12px;
  line-height: 22px;
}
.ta_con1 .rq1 .bot .p {
  font-size: 14px;
  margin-top: 10px;
}
.ta_con1 .rq1 .bot .p1 {
  line-height: 23px;    font-size: 12px;
}
.ta_con1 .jz {
  font-size: 13px;
  width: 95px;
  height: 40px;
  line-height: 40px;    margin-top: 20px;
}
}


/* news */
/* 新闻列表 */
.in4-pic {
	overflow: hidden;
}

.in4-pic img {
	display: block;
	width: 100%;
	transition: all 0.4s;
}

.in4-desc {
	padding: 30px 30px 35px;
	background: #fff;
}

.in4-desc h4 {
	font-size: 16px;
	color: #777;
	margin-bottom: 20px;
}

.in4-desc h4 span {
	font-size: 22px;
	display: inline-block;
	margin-right: 8px;
}

.in4-desc h3 {
	font-size: 18px;
	color: #444;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin-bottom: 20px;
	transition: all 0.4s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.in4-desc p {
	font-size: 14px;
	color: #777;
	line-height: 26px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height: 52px;
}

.in4-desc>span {
	width: 24px;
	height: 14px;
	transition: all 0.4s;
	background: url(../images/right2.png) no-repeat center;
	margin-top: 22px;
	display: inline-block;
}

.news-bpic {
	width: 58.33%;
	overflow: hidden;
}

.news-bpic img {
	display: block;
	width: 100%;
	transition: all 0.4s;
}

.news-bdesc {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 41.67%;
	padding: 146px  50px 0 50px;
	box-shadow: 3px 4px 30px 0px rgb(102 102 102 / 10%);
}

.news-bcon {
  position: relative;
}
.news-a{
  margin-top: 80px;
}
.news-bdesc h3 {
	font-size: 30px;
	margin-bottom: 35px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.news-bdesc p {
	font-size: 18px;
	line-height: 28px;
}

.news-bdesc>span {
	margin-top: 70px;
}

.news-bcon:hover .news-bdesc h3 {
	color: #980613;
}

.news-bcon:hover .news-bpic img {
	transform: scale(1.1);
}

.news-bcon:hover .news-bdesc>span {
	transform: translateX(20px);
	background: url(../images/right2h.png) no-repeat center;
}

.news-list li {
	width: 31.66%;
	float: left;
	margin-right: 2.51%;
	margin-bottom: 30px;
}

.news-list li:nth-child(3n) {
	margin-right: 0;
}

.news-list {
  padding-top: 40px;
  padding-bottom: 50px;
}

.news-list li .in4-desc {
	box-shadow: 3px 4px 30px 0px rgba(102, 102, 102, 0.1);
}

.news-list .page {
	margin-top: 50px;
}

.news-list li:hover .in4-desc h3 {
	color: #980613;
}

.news-list li:hover .in4-pic img {
	transform: scale(1.1);
}

.news-list li:hover .in4-desc>span {
	background: url(../images/right2h.png) no-repeat center;
}

@media (max-width: 1459px){
	.news-bdesc h3 {
		font-size: 26px;
	}
	
	.news-bdesc p {
	    font-size: 16px;
  }
  .news-bdesc {

    padding: 68px 30px 0 30px;
}
}

@media (max-width: 991px){
	.news-list {
		padding: 40px 0;
	}
	.news-a {
    margin-top: 40px;
}
	.news-bpic {
		width: 100%;
		float: none;
	}
	
	.in4-desc {
		padding: 25px 20px 30px;
	}
	
	.in4-desc h3 {
		margin-bottom: 12px;
	}
	
	.in4-desc h4 {
		font-size: 14px;
		margin-bottom: 12px;
	}
	
	.in4-desc p {
	    font-size: 14px;
			line-height: 24px;
			height: 48px;
	}
	
	.news-bdesc {
		width: 100%;
		position: static;
	}
	
	.news-bdesc h3 {
		font-size: 20px;
	}
	
	.news-bdesc>span {
	    margin-top: 25px;
	}
	
	.news-list li {
	    width: 49%;
	    margin-right: 2%;
	    margin-bottom: 15px;
	}
	
	.news-list li:nth-child(3n) {
	    margin-right: 2%;
	}
	
	.news-list li:nth-child(2n) {
	    margin-right: 0;
	}
	
	.news-list li .in4-desc {
	    padding: 20px 10px 15px;
	}
	
	.news-list li .in4-desc h3 {
	    font-size: 14px;
	}
	
	.news-list li .in4-desc p {
	    font-size: 12px;
	    line-height: 20px;
	    height: 40px;
	}
}
@media (max-width: 500px){
  .news-list{
    padding-top: 20px;
    padding-bottom: 30px;
  }
}


/* download */
.banner-a{
  background-color: #f8f8f8;
}
.sec-download{
  padding: 55px 0 75px;
  background: #f8f8f8;
}
.download-menu{
  margin-bottom: 50px;
}
.download-menu a{
  display: inline-block;
  font-size: 12px;
  color: #333;
  line-height: 35px;
  padding: 0 15px;
  border:1px solid #dedede;
  cursor: pointer;
  margin-right: 5px;
  margin-bottom: 5px;
  transition: all .3s;
}
.download-menu a.active,
.download-menu a:hover{
  background: #980613;
  border-color: #980613;
  color: #fff;
}
.download-list.flex-wrap-row{
  margin: 0 -7px;
}
.download-list .col-sm-4{
  margin-bottom: 14px;
  padding: 0 7px;
}
.download-item{
  display: block;
  height: 100%;
  background: #fff;
  text-align: center;
  padding: 25px 20px 20px 20px;
  transition: all .3s;
}
.download-item .m-tit{
  font-size: 18px;
  transition: all .3s;
}
.download-item p{
  font-size: 14px;
  color: rgba(51,51,51,.8);
  margin: 10px 0 15px;
  transition: all .3s;
}
.download-item .m-icon{
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url(../images/download_02.png) no-repeat center center;
  background-size: cover;
  transition: all .3s;
}
.download-item:hover{
  background: url(../images/download_01.png) no-repeat left top #af261c;
  background-size: auto 100%;
}
.download-item:hover p,
.download-item:hover .m-tit{
  color: #fff;
}
.download-item:hover .m-icon{
  background-image: url(../images/download_03.png);
}
@media (min-width: 768px){
  .download-menu a{
      font-size: 18px;
      line-height: 55px;
      padding: 0 50px;
      margin-right: 7px;
      margin-bottom: 7px;
  }
  .download-list.flex-wrap-row{
      margin: 0 -15px;
  }
  .download-list .col-sm-4{
      margin-bottom: 30px;
      padding: 0 15px;
  }
}




/* explore */
.faqContent{ height: auto; overflow: hidden; margin:3% 0px;}
.faqTitle{ font-size: 36px; color: #080b12; background: #f5f5f5; height: 78px; line-height: 78px; width: 100%; text-indent: 10px; padding-right: 20px;}
.faqul{ height: auto; overflow: hidden; margin-top: 3%;  font-family: "OpenSans-Regular";}
.faqul dd{ height: auto; overflow: hidden; background: #fafafa; position: relative; margin-bottom: 10px;}
.faqul dd .faqle{ float: left; width: 60px; margin-right: 18px; background:#f2f2f2; text-align: center; font-size: 18px; color: #080b12; line-height: 60px;  -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s; transition: all .8s;}

.faqContent .span1{ float:right; width:405px; height:45px; border:1px solid #8b8b8b; border-radius: 30px; margin-top: 17px;}
.faqContent .span1 input.Hsearch_text{ border:none; height:45px; width:80%;line-height: 45px; color:#666;background:none; float:left; text-indent: 10px; font-size: 14px;}
.faqContent .span1 .Hsearch_btn{ border:none;float:left; width:20%; font-size: 0px; background:url(../images/Ssear.png) no-repeat 80% center; height:45px;line-height: 45px;}

.faqContent .faqDetail{ font-size: 19px; margin:2% 0px;     font-family: "OpenSans-Regular";}
.faqContent ol{ height:auto; overflow:hidden;}
.faqContent ol li{ float:left; width:30%; margin-right:3%; height:60px; line-height:60px; background:#f5f5f5 url(../images/Sjt.png) no-repeat 90% center; font-size: 19px; text-indent: 88px;}
.faqContent ol li a{     color: #1f2532;}
.faqContent ol li:last-child{ margin-right: 0px; }
.faqContent ol li:hover a{  color:#b20014;}
.faqul dd{ height: auto; overflow: hidden; background: #fafafa; position: relative; margin-bottom: 10px;}
.faqul dd .faqle{ float: left; width: 60px; margin-right: 18px; background:#f2f2f2; text-align: center; font-size: 18px; color: #080b12; line-height: 60px;  -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s; transition: all .8s;}
    .faqul{ height: auto; overflow: hidden; margin-top: 3%;  font-family: "OpenSans-Regular";}
    .faqul dd{ height: auto; overflow: hidden; background: #fafafa; position: relative; margin-bottom: 10px;}
    .faqul dd .faqle{ float: left; width: 60px; margin-right: 18px; background:#f2f2f2; text-align: center; font-size: 18px; color: #080b12; line-height: 60px;  -webkit-transition: all .8s;
        -moz-transition: all .8s;
        -o-transition: all .8s; transition: all .8s;}
    .faqul dd .faqri{ float: right; width: calc(100% - 60px - 18px);}
    .faqul dd .faqri a{ display:  block; width: 86%; }
    .faqul dd .faqri .faqt{ font-size: 18px; color: #080b12; line-height: 60px;}
    .faqul dd .faqri .faqt a{ color: #080b12;}
    .faqul dd .faqri .menson{ height: auto; overflow: hidden; font-size: 18px; display: none; margin-bottom: 22px; height: 50px; overflow: hidden;}
    .faqul dd .faqri .menson a{  color: #080b12;}
    
    .faqul dd .m-title1 {
        position: absolute;
        width: 36px;
        height: 36px;
        right: 24px;
        top:50%;
            margin-top: -18px;
        background:#b20014 url(../images/faqadd.png) no-repeat center; cursor: pointer;
    }
    .faqul dd.cur .m-title1 {
        background:#b20014 url(../images/faqj.png) no-repeat center;
        height: 36px;
    }
    .faqul dd .faqle{ float: left; width: 60px; margin-right: 18px; background:#f2f2f2; text-align: center; font-size: 18px; color: #080b12; line-height: 60px;  -webkit-transition: all .8s;
      -moz-transition: all .8s;
      -o-transition: all .8s; transition: all .8s;}
    
    .faqul dd.cur .faqle{  line-height: 132px;}
    .faqul dd .faqri .faqt a:hover{ color: #b20014;}
    .faqul dd.cur .faqri .faqt a{ color: #b20014;}
    @media screen and (max-width: 414px){
      .faqTitle{ font-size: 20px; height: 50px; line-height: 50px;}
      .faqContent .faqDetail {
        font-size: 14px;
    }
    .faqContent .span1 .Hsearch_btn {
      height: 30px;
      line-height: 30px;
  }
  .faqContent .span1 {
    width: 50%;
    height: 30px;
    margin-top: 10px;
}
    .faqContent ol li {
      width: 31%;
      height: 30px;
      line-height: 30px;
      text-indent: 10px;
      font-size: 14px;
  }
  .faqul dd .faqle {
    line-height: 40px;
    margin-right: 8px;
    width: 40px;
}
.faqul dd .faqri {
  width: calc(100% - 40px - 8px);
}
.faqul dd .faqri .faqt {
  font-size: 18px;
  line-height: 28px;
}
.faqul dd .faqri .menson {
  font-size: 14px;
  height: auto;
  margin-bottom: 0px;
}
.faqul dd .m-title1 {
  width: 25px;
  height: 25px;
  right: 5px;
}
.faqul dd.cur .m-title1 {
  height: 25px;
}
    }


/* cloud */
.cloud1{
  width: 100%;
  height: auto;
  position: relative;
}
.cloud1 img{
  vertical-align: middle;
  width: 100%;
}
.cloud1 .wz{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.cloud1 .wz h1{
  font-size: 48px;
  color: #ffffff;
  text-align: center;
}
.cloud1 .wz a{
  display: block;
  width: 190px;
  height: 62px;
  background: #980613;
  border-radius: 62px;
  margin: 0 auto;
  line-height: 62px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  margin-top: 65px;
  margin-bottom: 60px;
}
.cloud1 .wz p{
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  line-height: 30px;
}



.cloud2 {
  width: 100%;
  height: auto;
  padding-top: 50px;
  padding-bottom: 90px;
  background: #f8f8f8;
}
.cloud2 .con{
  width: 33.333333333333%;
  float: left;
  padding: 0 60px;
  height: 135px;
  display: flex;
  margin-top: 100px;
}
.cloud2 .con .lef{
  width: 62px;
}
.cloud2 .con .lef img{
  width: 62px;
  vertical-align: middle;
}
.cloud2 .con .rig{
  padding-left: 30px;
  color: #333333;
  line-height: 18px;
}
.cloud2 .con .rig h1{
  padding-top: 10px;
  font-size: 18px;
  color: #333;
  font-family: "akz_conb";
}
.cloud2 .con .rig p{
  padding-top: 10px;
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  color: #666;
  font-family: "akz_conr";
}
.cloud2 .con-div{
  display: block;
  width: 100%;
}
.cloud2  .an {
  display: none;
}
.cloud3{
  width: 100%;
  padding-top: 90px;
  padding-bottom: 110px;
  position: relative;
  overflow: hidden;
}
.cloud3:before{
  content: '';
  background-image: url(../images/cloud3-2.png);
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  width: 690px;
  height: 519px;
}
.cloud3:after{
  content: '';
  background-image: url(../images/cloud3-3.png);
  background-size: contain;
  position: absolute;
  bottom: -176px;
  right: 0;
  width: 779px;
  height: 683px;
}
.cloud3 img{
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

@media (max-width: 1459px){
  .cloud1 .wz h1 {
    font-size: 36px;
}
.cloud1 .wz a {
  width: 146px;
  height: 47px;
  border-radius: 47px;
  line-height: 47px;
  margin-top: 50px;
  margin-bottom: 46px;
}
.cloud1 .wz p {
  line-height: 26px;
}
.cloud2 {
  padding-top: 38px;
  padding-bottom: 85px;
}
.cloud2 .con .lef{
  width: 47px;
}
.cloud2 .con .lef img{
  width: 47px;
}
.cloud2 .con .rig {
  padding-left: 24px;
}
.cloud2 .con {
  padding: 0 46px;
  margin-top: 76px;
}
.cloud3 img {
  max-width: 76%;
}
.cloud3:before {
  width: 530px;
  height: 399px;
}
.cloud3:after {
  bottom: -135px;
  width: 599px;
  height: 525px;
}
}

@media (max-width: 1259px){
  .cloud2 .con {
    padding: 0 22px;
}
}

@media (max-width: 991px){
  .cloud1 .wz h1 {
    font-size: 26px;
}
.cloud1 .wz p {
  font-size: 15px;
  line-height: 22px;
}
.cloud2 .con {
  padding: 0 10px;
  margin-top: 60px;
}
.cloud2 {
  padding-top: 28px;
  padding-bottom: 76px;
}
.cloud2 .con .lef {
  width: 32px;
}
.cloud2 .con .lef img {
  width: 32px;
}
.cloud2 .con .rig {
  padding-left: 15px;
}
.cloud3:before {
  width: 363px;
  height: 273px;
}
.cloud3:after {
  bottom: -92px;
  width: 420px;
  height: 359px;
}
.cloud3 img {
  max-width: 52%;
}

.cloud2 .con .rig h1 {
  padding-top: 5px;
  font-size: 16px;
}
.cloud2 .con .rig p {
  padding-top: 10px;
}
}
@media (max-width: 768px){
  .cloud1 .wz a {
    width: 100px;
    height: 32px;
    border-radius: 32px;
    line-height: 32px;
    margin-top: 21px;
    margin-bottom: 20px;
    font-size: 16px;
}
.cloud1 .wz h1 {
  font-size: 24px;
}
.cloud2 .con {
  height: 118px;
  margin-top: 52px;
}
.cloud2 .con .rig {
  padding-left: 10px;
}
.cloud3 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.cloud3:after {
  bottom: -176px;
  right: -10px;
}
.cloud1 .wz{
  width: 100%;
  padding: 0 15px;
}
}
@media (max-width: 500px){
  .cloud2 .con {
    width: 100%;
    padding: 0;
    height: auto;
    margin-top: 40px;
}
.cloud2 .con .lef img {
  width: 47px;
}
.cloud2 .con .lef {
  width: 49px;
}
.cloud2 {
  padding-top: 20px;
  padding-bottom: 60px;
}

.cloud2 .con-div{
  display: none;
  width: 100%;
}
.cloud2  .an {
  overflow: hidden;
  display: block;
  width: 120px;
  height: 32px;
  border-radius: 32px;
  line-height: 32px;
  font-size: 16px;
  background: #980613;
  color: #fff;
  text-align: center;
  margin-top: 40px;
  float: left;
}
.cloud3 img {
  max-width: 100%;
}
.cloud3:after {
  bottom: -46px;
  right: 0;
  width: 205px;
  height: 179px;
}
.cloud3:before {
  width: 180px;
  height: 136px;
}
}







/* about */
.about-banner{
  width: 100%;
  position: relative;
}
.about-banner .ab-rq{
  position: absolute;
  top: 4%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.about-banner .ab-rq a {
  float: left;
  font-size: 16px;
  color: #ffffff;
  font-family: "akz_reg";
}
.about-banner img{
  vertical-align: middle;
  width: 100%;
}
.about-banner .wz{
  overflow: hidden;
  position: absolute;
  left: 50%;
  bottom: 160px;
  transform: translateX(-50%);
}
.about-banner .wz h1{
  margin-bottom: 65px;
  font-size: 60px;
  color: #ffffff;
  position: relative;
  text-transform: uppercase;
}
.about-banner .wz h1 i{
  width: 65px;
  height: 5px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 34%;
  transform: translate(-50%,-50%);
}
.about-banner .wz p{
  font-size: 20px;
  color: #ffffff;
  line-height: 36px;
  font-family: "akz_light";
}




.about1{
  padding-top: 142px;
  background: #f8f8f8;
  position: relative;
  padding-bottom: 130px;
}
.about1 .lef{
  width: 50%;
  float: left;
}
.about1 .lef .p1{
  font-size: 44px;
  color: #3d3f41;
  position: relative;
}
.about1 .lef .p1 span{
  font-size: 80px;
  display: block;
  color: #bc281d;
}
.about1 .lef .p1 i{
  width: 53px;
  height: 5px;
  background: #e5e5e5;
  position: absolute;
  bottom: -63px;
  left: 0;
}

.about1 .ab1_p1{
  margin-top: 220px;
  font-size: 216px;
  color: #3d3f41;
  position: relative;
  font-family: "akz_ebc";
}
.about1 .ab1_p1 .span1{
  display: block;
  color: #bc281d;
  font-size: 30px;
  width: 200px;
  height: 46px;
  background: #fff;
  text-align: center;
  line-height: 46px;
  border-radius: 46px;
  position: absolute;
  top: 50%;
  left: 27%;
  transform: translate(-50%,-50%);
  font-family: "akz_reg";
}
.about1 .about1-x{
  width: 0;
  height: 20px;
  background: #eaeaea;
  border-radius: 20px 0px 0px 20px;
  position: absolute;
  right: 0px;
  top: 153px;
  transition: all 2s;
}
.about1 .kd{
  width: 21.3%;
}

.about1 .rig{
  width: 50%;
  float: left;
}
.about1 .rig .ab1_p1{
  display: none;
}
.about1 .rig .top h1{
  font-size: 36px;
  color: #333;
}
.about1 .rig .top p{
  padding-top: 54px;
  font-size: 22px;
  line-height: 38px;
  color: #666;
  font-family: "akz_light";
}
.about1 .rig .btm{
  padding-top: 136px;
}
.about1 .rig .btm .div{
  background: #fff;
  width: 25.6%;
  float: left;
  margin-right: 11.6%;
  position: relative;
}
.about1 .rig .btm .div:before{
  content: '';
  width: 24px;
  height: 27px;
  background-image: url(../images/about1-4.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: -56px;
  transform: translateY(-50%);

  animation: zy 1s linear infinite;
}

@keyframes zy{
  0%{
    right: -50px;
  }
  50%{
    right: -62px;
  }
  100%{
    right: -50px;
  }
}

.about1 .rig .btm .div:nth-child(3){
  margin-right: 0;
}
.about1 .rig .btm .div:nth-child(3):before{
  display: none;
}
.about1 .rig .btm .div-top{
  width: 100%;
  height: 110px;
  position: relative;
}
.about1 .rig .btm .div-top::before{
  content: '';
  height: 2px;
  width: 81%;
  background: #f2f2f2;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.about1 .rig .btm .div-top img{
  width: 51px;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.about1 .rig .btm .div-btm h1{
  font-size: 26px;
  color: #bc281d;
  text-align: center;
  padding: 15px 0;
  font-family: "akz_med";
}
.about1 .rig .btm .div-btm p{
  font-size: 24px;
  color: #333333;
  text-align: center;
  padding-top: 20px;

  font-family: "akz_reg";
}
.about1 .rig .btm .div-btm .p1{
  color: #999;
  padding-bottom: 20px;
  padding-top: 0;
}
.about2{
  width: 100%;
  height: 750px;
  background-image: url(../images/about2.jpg);
  background-attachment: fixed;
  background-size: cover;
}
.about3{
  position: relative;
  background: #fff;
  z-index: 1;
}
.about3 .ab3{
  margin-top: 130px;
  width: 100%;
  height: auto;
}
.about3 .lef{
  width: 28.9%;
  margin-top: 170px;
}
 .about3 .lef-rq{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
} 
.about3 .lef p{
  font-size: 65px;
  color: #333;
}
.about3 .lef .an{
  width: 100%;
  padding-top: 85px;
}
.about3 .lef .an p{
  font-size: 24px;
  color: #333;
  padding-left: 20px;
}
.about3 .lef .an p i{
  width: 12px;
  height: 2px;
  background: #666;
  position: absolute;
  bottom: 17%;
  left: 0px;
}
.about3 .lef .an .on i{
  background: #bc281d;
}
.about3 .lef .an .on{
  color: #bc281d;
}
.about3 .lef .an p:nth-child(2){
  padding-top: 32px;
}
.about3 .lef .an p:nth-child(2) i{
  bottom: 3%;
}
.about3 .rig{
  width: 64%;
  float: right;
  position: relative;
  margin-top: 170px;
}
.about3 .rig .lbt{
  display: none;
}
.about3 .rig .on1{
  display: block;
}
.about3 .rig .lbt .div{
  background-color: #f8f8f8;
  width: 96%;
  height: 438px;
  position: relative;
}
.about3 .rig .lbt .div1{
  width: 62.3%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.about3 .rig .lbt .div1 img{
  width: 100%;
  vertical-align: middle;
}
.about3 .rig .lbt p{
  text-align: center;
  padding-top: 30px;
  font-size: 18px;
  color: #333333;
}
.about3 .rig .lbt .an-div{
  width: 150px;
  height: 64px;
  position: absolute;
  left: -43%;
  bottom: 54px;
}
.about3 .swiper-button-prev, 
.about3 .swiper-button-next{
  background-image: url(../images/about3-5.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 64px;
  height: 64px;
  top: 0;
  right: 0;
  margin-top: 0;
  opacity: 1;
}
.about3 .swiper-button-prev{
  transform: rotate(180deg);
  left: 0;
}
.about3 .swiper-button-prev:hover,
.about3 .swiper-button-next:hover{
  background-image: url(../images/about3-6.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.about3 .about_dx{
  width: 0%;
  height: 5px;
  background: #eaeaea;
  border-radius: 0px 5px 5px 0px;
  position: absolute;
  left: 0;
  top: 42%;
  transition: all 2s;
}
.about3 .kd{
  width: 30.7%;
}
.about4{
  width: 100%;
  padding-top: 150px;
  position: relative;
  padding-bottom: 177px;
  background: #fff;
  z-index: 1;
}
.about4 .wrap p{
  font-size: 44px;
  color: #333333;
}
.about4 .lbt{
  width: 86.4%;
  padding-top: 68px;
}
.about4 .lbt .img{
  width: 100%

}
.about4 .lbt .img:hover img{
   -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
.about4 .lbt .img img{
  vertical-align: middle;
  width: 100%;
  -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all .5s;
}
.about4 .lbt .an-div {
  width: 64px;
  height: 144px;
  position: absolute;
  right: 160px;
  bottom: 302px;
}
.about4 .swiper-button-prev,
.about4 .swiper-button-next {
  background-image: url(../images/about3-5.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 64px;
  height: 64px;
  top: 60%;
  right: 0;
  margin-top: 0;
  opacity: 1;
}
.about4 .swiper-button-prev {
  transform: rotate(180deg);
  top: 0;
  left: 0;
}
.about4 .swiper-button-prev:hover,
.about4 .swiper-button-next:hover{
  background-image: url(../images/about3-6.png);
}
@media(max-width:1459px){
  .about-banner .wz h1 {
    margin-bottom: 50px;
    font-size: 46px;
}
.about-banner .wz {
  bottom: 110px;
}
.about-banner .ab-rq a {
  font-size: 15px;
}
.about-banner .wz h1 i {
  width: 50px;
  height: 5px;
  left: 36%;
}
.about1 {
  padding-top: 109px;
  padding-bottom: 100px;
}
.about1 .lef .p1 span {
  font-size: 60px;
}
.about1 .lef .p1 {
  font-size: 34px;
}
.about1 .lef .p1 i {
  width: 40px;
  bottom: -48px;
}
.about1 .ab1_p1 {
  margin-top: 207px;
  font-size: 166px;
}
.about1 .rig .top h1 {
  font-size: 28px;
}
.about1 .rig .top p {
  padding-top: 41px;
  font-size: 18px;
  line-height: 30px;
}
.about1 .rig .btm {
  padding-top: 104px;
}
.about1 .rig .btm .div-top {
  height: 84px;
}
.about1 .rig .btm .div-top img {
  width: 39px;
}
.about1 .rig .btm .div-btm p {
  font-size: 20px;
  padding-top: 15px;
}
.about1 .rig .btm .div-btm h1 {
  font-size: 22px;
  padding: 10px 0;
}
.about1 .rig .btm .div-btm .p1 {
  color: #999;
  padding-bottom: 15px;
}
.about1 .about1-x {
  top: 117px;
}
.about1 .rig .btm .div:before {
    content: '';
    width: 18px;
    height: 20px;
    right: -43px;
}
.about1 .ab1_p1 .span1 {
  font-size: 26px;
  width: 156px;
  height: 35px;
  line-height: 35px;
  border-radius: 35px;
  left: 29%;
}
.about2{
  height: 576px;
}
.about3 .lef .an {
  padding-top: 65px;
}
.about3 .lef p {
  font-size: 50px;
}
.about3 .lef .an p:nth-child(2) {
  padding-top: 24px;
}
.about3 .lef .an p {
  font-size: 20px;
}
.about3 .lef .an p i {
  bottom: 16%;
}
.about3 .lef .an p:nth-child(2) i {
  bottom: 3%;
}
.about3 .rig .lbt .div {
  height: 336px;
}
.about3 .rig .lbt p {
  padding-top: 23px;
  font-size: 16px;
}
.about3 .rig .lbt .an-div {
  width: 115px;
  height: 49px;
  left: -376px;
  bottom: 46px;
}
.about3 .swiper-button-prev, .about3 .swiper-button-next {
  width: 49px;
  height: 49px;
}
.about4 {
  padding-top: 115px;
  padding-bottom: 136px;
}
.about4 .wrap p {
  font-size: 34px;
}
.about4 .lbt {
  padding-top: 46px;
}
.about4 .lbt .an-div {
  width: 49px;
  height: 110px;
  right: 100px;
  bottom: 240px;
}
.about4 .swiper-button-prev, .about4 .swiper-button-next {
  width: 49px;
  height: 49px;
}
@keyframes zy{
  0%{
    right: -38px;
  }
  50%{
    right: -47px;
  }
  100%{
    right: -38px;
  }
}
}
@media(max-width:1259px){
  .about-banner .wz h1 {
    margin-bottom: 43px;
    font-size: 40px;
}
.about-banner .wz h1 i {
  width: 43px;
  left: 38%;
}
.about-banner .wz p {
  font-size: 18px;
  color: #ffffff;
  line-height: 28px;
}
.about1 {
  padding-top: 94px;
  padding-bottom: 86px;
}
.about1 .lef .p1 span {
  font-size: 54px;
}
.about1 .lef .p1 {
  font-size: 30px;
}
.about1 .lef .p1 i {
  width: 35px;
  bottom: -42px;
}
.about1 .ab1_p1 {
  margin-top: 180px;
  font-size: 144px;
}
.about1 .ab1_p1 .span1 {
  font-size: 20px;
  width: 136px;
  height: 30px;
  line-height: 30px;
  border-radius: 30px;
  left: 30%;
}
.about1 .rig .top h1 {
  font-size: 24px;
  padding-top: 20px;
}
.about1 .rig .top p {
  padding-top: 20px;
}
.about1 .rig .top p {
  padding-top: 35px;
  font-size: 16px;
  line-height: 30px;
}
.about1 .rig .btm {
  padding-top: 90px;
}
.about1 .rig .btm .div-top {
  height: 73px;
}
.about1 .rig .btm .div-top img {
  width: 34px;
}
.about1 .rig .btm .div-btm p {
  font-size: 18px;
  padding-top: 12px;
}
.about1 .rig .btm .div-btm h1 {
  font-size: 20px;
}
.about1 .rig .btm .div-btm .p1 {
  padding-bottom: 12px;
}
.about1 .rig .btm .div:before {
  right: -36px;
}
@keyframes zy{
  0%{
    right: -30px;
  }
  50%{
    right: -36px;
  }
  100%{
    right: -30px;
  }
}
.about2{
  height: 500px;
}
.about3 .rig{
  margin-top: 113px;
}
.about3 .lef{
  margin-top: 113px;
}
.about3 .rig .lbt .div {
  height: 292px;
}
.about3 .rig .lbt .an-div {
  left: -314px;
}
.about4 {
  padding-top: 100px;
  padding-bottom: 118px;
}
.about4 .lbt .an-div {
  bottom: 200px;
}
.about1 .about1-x {
  top: 102px;
}
}
@media(max-width:991px){
  .about-banner .wz {
    bottom: 84px;
}
.about-banner .wz h1 i {
  left: 32%;
}
.about-banner .wz h1 {
  margin-bottom: 34px;
  font-size: 32px;
}
.about-banner .wz p {
  font-size: 16px;
  line-height: 24px;
}
.about1 {
  padding-top: 74px;
  padding-bottom: 68px;
}
.about1 .kd {
  width: 15.3%;
}
.about1 .about1-x {
  top: 80px;
}
.about1 .lef .p1 span {
  font-size: 42px;
}
.about1 .lef .p1 {
  font-size: 24px;
}
.about1 .lef .p1 i {
  bottom: -29px;
}
.about1 .ab1_p1 {
  margin-top: 142px;
}
.about1 .rig .top p {
  padding-top: 28px;
}
.about1 .rig .btm {
  padding-top: 60px;
}
.about1 .rig .top p {
  padding-top: 25px;
  line-height: 26px;
}
.about1 .rig .btm .div-btm p {
  padding-top: 8px;
}
.about1 .rig .btm .div-btm h1 {
  padding: 5px 0;
}
.about1 .rig .btm .div-btm .p1 {
  padding-bottom: 8px;
}
.about1 .ab1_p1 .span1 {
  left: 38%;
}
.about2{
  height: 394px;
}
.about3  .lef{
  margin-top: 89px;
}
.about3 .rig {
  margin-top: 89px;
}
.about3 .rig .lbt .div {
  height: 230px;
}
.about3 .lef p {
  font-size: 34px;
}
.about3 .lef .an {
  padding-top: 44px;
}
.about3 .lef .an p:nth-child(2) {
  padding-top: 16px;
}

.about3 .rig .lbt .an-div {
  width: 78px;
  height: 33px;
  left: -240px;
  bottom: 40px;
}
.about3 .swiper-button-prev, .about3 .swiper-button-next {
  width: 33px;
  height: 33px;
}
.about4 {
  padding-top: 78px;
  padding-bottom: 93px;
}
.about4 .lbt {
  padding-top: 35px;
}
.about4 .swiper-button-prev, .about4 .swiper-button-next {
  width: 33px;
  height: 33px;
}
.about4 .lbt .an-div {
  width: 33px;
  height: 75px;
  right: 70px;
  bottom: 160px;
}
}
@media(max-width:768px){
  .about-banner .wz {
    bottom: 68px;
}
.about-banner .wz p {
  font-size: 15px;
}
.about1 .lef {
  width: 100%
}
.about1 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.about1 .ab1_p1 {
  margin-top: 40px;
}
.about1 .ab1_p1 .span1 {
  left: 21.8%;
}
.about1 .rig {
  width: 100%;
}
.about1 .about1-x {
  top: 30px;
}
.about1 .kd {
  width: 40%;
}
.about1 .rig .top p {
  padding-top: 10px;
  line-height: 20px;
}
.about1 .rig .btm {
  padding-top: 25px;
}
.about1 .rig .btm .div-btm .p1 {
  padding-bottom: 12px;
}
.about1 .rig .btm .div-btm h1 {
  font-size: 22px;
  padding: 10px 0;
}
.about1 .rig .btm .div-btm p {
  padding-top: 12px;
}
.about1 .rig .btm .div:before {
  right: -50px;
}
@keyframes zy{
  0%{
    right: -56px;
  }
  50%{
    right: -50px;
  }
  100%{
    right: -56px;
  }
}
.about2{
  height: 300px;
}
.about3 {
  margin-top: 20px;
}
.about3 .lef-rq {
  position: static;
  transform: translateX(0);
}
.about3 .lef {
  width: 100%;
  margin-top: 0;
}
.about3 .lef .an p i {
  left: 17px;
  bottom: 34%;

}
.about3 .rig .lbt .div {
  width: 100%;
}
.about3 .about_dx {
  top: 13%;
}
.about3 .rig {
  width: 100%;
  padding-top: 20px;
  margin-top: 0;
}
.about3 .rig .lbt .an-div {
 display: none;
}
.about4 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.about4 .lbt {
  padding-top: 20px;
}
.about4 .lbt .an-div {
  right: 50px;
  bottom: 74px;
}
.about4 .wrap p {
  font-size: 24px;
}
}
@media(max-width:500px){
  .about1 .about1-x {
    top: 44px;
    height: 14px;
}
  .about-banner .wz h1 {
    margin-bottom: 20px;
    font-size: 24px;
}

.about-banner .wz h1 i {
  left: 74%;
}
.about-banner .wz {
  bottom: 50px;
}
.about1 .ab1_p1 .span1 {
  left: 43.3%;
}
.about1 .ab1_p1 {
  margin-top: 0px;
}
.about1 .rig .btm {
  padding-top: 20px;
}
.about1 {
  padding:  30px 0;
}
.about1 .lef .ab1_p1{
  display: none;
}
.about1 .rig{
  margin-top: 30px;
}
.about1 .rig .ab1_p1{
  display: block;
}
.about1 .lef .p1 i {
  bottom: -19px;
}
.about1 .rig .btm .div:before {
  display: none;
}
.about1 .rig .btm .div {
  background: #fff;
  width: 31.333%;
  margin-right: 2%;
}
.about1 .rig .btm .div-btm .p1 {
  padding-bottom: 8px;
}
.about1 .rig .btm .div-btm h1 {
  padding: 5px 0;
  font-size: 20px;
}
.about1 .rig .btm .div-btm p {
  padding-top: 8px;
}
.about1 .rig .top p {
  font-size: 15px;
}
.about3 .rig{
  width: 92%;
  margin-left: 4%;
  float: none;
  margin-top: 20px;
}
.about3 .rig .lbt p {
  padding-top: 10px;
  font-size: 15px;
}
.about3 .lef p {
  font-size: 36px;
}
.about3 {
  margin-top: 60px;
}
.about3 .lef .an {
  padding-top: 20px;
}
.about3 .about_dx {
  top: 48px;
}
.about3 .lef .an p {
  font-size: 18px;
}
.about3 .lef .an p i {
  bottom: 35%;
}
.about3 .lef .an p:nth-child(2) i {
  bottom: 8%;
}
.about3 .lef .an p:nth-child(2) {
  padding-top: 8px;
}

.about4 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.about4 .lbt .img:hover img{
  -webkit-filter: grayscale(100%);
   filter: grayscale(100%);
}
.about4 .lbt {
  padding-top: 40px;
  width: 75%;
}
.about3 .kd {
  width: 35%;
}
.about4 .lbt .an-div {
  right: 30px;
}
.about-banner .ab-rq a {
  font-size: 12px;
}
}
@media (max-width: 414px){
.about1 .ab1_p1 .span1 {
    left: 37.3%;
}
}
@media (max-width: 360px){
  .about1 .ab1_p1 .span1 {
    left: 43.3%;
}
}


/* pro */
.pro-banner{
  background: #0a0c0c;
  background-image: url(../images/probj.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.pro-banner .fx{
  padding-top: 22px;
}
.pro-banner .fx  a{
  float: left;
  font-size: 16px;
  color: #ffffff;
  font-family: "akz_reg";
}
.pro-banner .btm{
  padding-top: 168px;
  padding-bottom: 60px;
}
.pro-banner .btm .lef{
  width: 55%;
  float: left;
}
.pro-banner .btm .lef .lef-img{
  width: 89.7%;
  margin-left: 60px;
}
.pro-banner .btm .lef img{
  width: 100%;
  vertical-align: middle;
}
.pro-banner .btm .rig{
  width: 45%;
  float: left;
  color: #fff;
  position: relative;
}
.pro-banner .btm .rig h1{
  font-size: 48px;
  position: relative;
  line-height: 60px;
  font-family: "akz_bold";
}
.pro-banner .btm .rig h1:nth-child(2){
  padding-left: 120px;
  margin-bottom: 30px;
}
.pro-banner .btm .rig h1 i{
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  width: 100px;
  height: 5px;
  font-family: "akz_bold";
}
.pro-banner .btm .rig p{
  font-size: 18px;
  padding-bottom: 20px;
  color: #fff;
  opacity: 0.7;
  font-family: "akz_light";
}
.pro-banner .btm .rig p.p1{
  padding-bottom: 0px;
}
.pro-banner .btm .rig img{
  width: 33px;
  vertical-align: middle;
  position: absolute;
  left: 0;
  bottom: -40%;
  animation: az 1s linear infinite;
}
@keyframes az{
  0%{
    bottom: -36%;
  }
  50%{
    bottom: -40%;
  }
  100%{
    bottom: -36%;
  }
}
.pro1 {
  width: 100%;
  overflow: hidden;
  padding: 30px 0;
}
.pro1 .lef{
  padding: 100px 0;
  width: 50.6%;
  float: left;
}
.pro1 .pro-2{
  display: none;
}
.pro1 .lef .div h1{
  font-size: 72px;
  color: #333;
  padding-bottom: 20px;
  float: left;
  font-family: "akz_reg";
}
.pro1 .lef .div{
  padding-bottom: 60px;
}
/* .pro1 .lef .div:nth-child(2){
  padding-bottom: 58px;
}
.pro1 .lef .div:nth-child(1) h1{
  padding-bottom: 18px;
  font-size: 48px; 

}*/
.pro1 .lef .div:last-child{
  padding-bottom: 0;
}
.pro1 .lef .div .img{
  width: 80px;
  float: left;
  padding-left: 28px;
}
.pro1 .lef .div .img img{
  width: 100%;
  vertical-align: middle;
}
.pro1 .lef .div p{
  font-size: 22px;
  color: #666666;
  clear: both;
  font-family: "akz_reg";
}
.pro1 .rig{
  float: left;
  width: 49.4%;
  padding-top: 170px;
}
.pro1 .rig .img{
  width: 94.7%;
}
.pro1 .rig .img img{
  width: 100%;
  vertical-align: middle;
}


.pro2{
  width: 100%;
  height: 925px;
  overflow: hidden;
  background: rgb(28,30,33);
}
.pro2 .rq{
  height: 100%;
  position: relative;
}
.pro2 .rq .div{
  width: 736px;
  height: 511px;
  position: absolute;
  top: 38%;
  left: 68%;
  transform: translate(-50%,-50%);
}
.pro2 .rq .div img{
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.pro2 .rq .div .ig2{
  top: 0;
  left: 0;
  z-index: 2;

}
.pro2 .rq .div .ig3{
  top: 0;
  left: 0;
  z-index: 3;
  transform: translate(-20%,6%);
}
.pro2 .rq .div .ig4{
  top: 0;
  left: 0;
  z-index: 4;
  transform: translate(-30%,20%);
}

.pro2  .div1{
  display: none;
}
.pro2 .div1{
  width: 100%;
}
.pro2 .div1 img{
  width: 100%;
  vertical-align: middle;
}





.pro3 {
  width: 100%;
  overflow: hidden;
}
.pro3 .pro3-rq{
  padding-top: 126px;
}
.pro3 .pro3-rq p{
  font-size: 24px;
  color: #333333;
}
.pro3 .img{
  width: 80%;
  margin-left: 46px;
 /*padding: 44px;*/
  margin: 0 auto;
}
.pro3 .oimg img{
  vertical-align: middle;
  margin: 0 auto;
  display: block;
}
.content .a {
    padding-bottom: 0px;
}
.pro4 .img img {
    margin: 0px auto;
    display: block;
    vertical-align: middle;
}
.pro5 img {
    margin: 0px auto;
    display: block;
    vertical-align: middle;
}
.pro6 img {
    margin: 0px auto;
    display: block;
    vertical-align: middle;
}
.pro4{
  padding-bottom: 110px;
  background: url(../images/pro4-bj.png);
  background-size: cover;
  background-position-y: bottom;
  overflow: hidden;
}
.content .a {
  /*background: url("");*/
}
.pro4 .top{
  padding-top: 90px;
  text-align: center;
  padding-bottom: 80px;
}
.pro4 .top h1{
  font-size: 40px;
  color: #fff;
  padding-bottom: 26px;
  font-family: "akz_bold";
}
.pro4 .top p{
  font-size: 18px;
  color: #999999;
  padding-bottom: 10px;
  font-family: "akz_light";
}
.pro4 .top p:nth-child(4){
  padding-bottom: 0;
}
.pro4 .btm{
  width: 100%;
  display: flex;
}
.pro4 .btm .div{
  width: 25.3%;
  margin: auto;
  position: relative;
}
.pro4 .btm .div p{
  font-size: 24px;
  color: #ffffff;
  position: absolute;
  left: 50%;
  top: 13%;
  transform: translate(-50%,-50%);
}
.pro4 .btm  img{
  width: 100%;
  vertical-align: middle;
}
.pro4 .btm .img1 {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pro4 .btm div:nth-child(2) .img1 {
  left: 44%;
}
.pro4 .btm .img1 img{
  width: 100%;
  vertical-align: middle;
}
.pro4 .btm .div-img{
  width: 35px;
  position: absolute;
  top: 50%;
  right: -20%;
  transform: translateY(-50%);
}
.pro4 .btm .div-img img{
  width: 100%;
  vertical-align: middle;
}

.pro5{
  width: 100%;
  position: relative;
  overflow: hidden;
}
.pro5 .lef{
  width: 50%;
  float: left;
  position: relative;
}
.pro5 .rig{
  width: 50%;;
  float: left;
  position: relative;
}
.pro5 .lef img,
.pro5 .rig img{
  width: 100%;
  vertical-align: middle;
}
.pro5 .lef .lef-img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 26%;
}
.pro5 .rig .rig-img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 62%;
}
.content .a {
    padding-bottom: 0px;
}
.pro5 .lef .lef-img img,
.pro5 .rig .rig-img img{
  width: 100%;
  vertical-align: middle;
  animation: img 1s linear infinite;
}
@keyframes rig{
  0%{
    padding-top: 120px;
  }
  50%{
    padding-top: 130px;
  }
  100%{
    padding-top: 120px;
  }
}
.pro5 .con{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background: #fff;
  border-radius: 50%;
  width: 246px;
  height: 246px;
  z-index: 10;
  padding:0 22px ;
}

.pro5 .con::before{
  content: '';
  width: 276px;
  height: 276px;
  position: absolute;
  top: -18px;
  left: -18px;
  border: 2px dashed #fff;
  border-radius: 50%;
  animation: bef 4s linear infinite;
}
@keyframes bef{
  0%{
    transform: rotate(0);
  }
  100%{
    transform: rotate(180deg);
  }
}
.pro5 .con .top{
  height: 50%;
  border-bottom: 1px solid #e5e5e5;
  padding-top: 36px;
}
.pro5 .con .btm{
  padding-top: 14px;
  height: 50%;
}
.pro5 .con .top p,
.pro5 .con .btm p{
  font-size: 28px;
  color: #9a0202;
  text-align: center;
}
.pro5 .con .top img,
.pro5 .con .btm img{
  width: 37px;
  vertical-align: middle;
  margin-left: 50%;
  transform: translateX(-50%);
  box-shadow: 0px 0px 15px rgb(0 0 0 / 20%);
  border-radius: 50%;
  margin-top: 6px;
}


.pro5 .con .top img{
  animation: rig 1s infinite linear;
}
@keyframes rig{
  0%{
    margin-left: 54%;
  }
  50%{
    margin-left: 50%;
  }
  100%{
    margin-left: 54%;
  }
}
.pro5 .con .btm img{
  animation: lef 1s infinite linear;
}
@keyframes lef{
  0%{
    margin-left: 46%;
  }
  50%{
    margin-left: 50%;
  }
  100%{
    margin-left: 46%;
  }
}
.pro6 {
  width: 100%;
  height: 100%;
  position: relative;
  padding-bottom: 296px;
  overflow: hidden;
}
.pro6 .bg{
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.pro6 .bg img{
  width: 100%;
  vertical-align: middle;
}

.pro6 .img{
  display: flex;
  justify-content: space-around;
  padding-top: 55px;
  box-shadow: 0px 0px 15px rgb(0 0 0 / 20%);
  transform: translateY(60%);
  background: #fff;

}
.pro6 .img img{
  width: 100%;
  vertical-align: middle;
}
.pro6 .img .div1{
  width: 32.8%;

}
.pro6 .img .div2{
  width: 15.4%;
  padding-top: 54px;
}
.pro6 .img .div3{
  width: 32.8%;
  position: relative;
}
.pro6 .img .div3 .abo_video::before{
  content: '';
  width: 92px;
  height: 92px;
  background-image: url(../images/pro6-5.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 10;
}
.pro6 .img .div3 .bj{
  width: 100%;
  vertical-align: middle;
}
.pro6 .wz{
  padding-top: 110px;
  text-align: center;
}
.pro6 .wz h1{
  font-size: 40px;
  color: #fff;
  padding-bottom: 25px;
  font-family: "akz_bold";
}
.pro6 .wz p{
  font-size: 18px;
  color: #fff;
  font-family: "akz_light";
}

.pro7{
  padding-top: 90px;
  overflow: hidden;
}
.pro7 h1{
  font-size: 40px;
  color: #333;
  text-align: center;
  font-family: "akz_bold";
}
.pro7 .btm{
  width: auto;
  padding-top: 85px;
  display: flex;
  justify-content: space-between;
}
.pro7 .btm .div{
  width: 19%;
}
.pro7 .btm .div:last-child{
  margin-right: 0;
}
.pro7 .btm .div img{
  width: 100%;
  vertical-align: middle;
}
.pro7 .btm .div p{
  font-size: 20px;
  color: #333;
  text-align: center;
  padding-top: 25px;
  font-family: "akz_reg";
}

.pro8 {
  margin-top: 225px;
  padding-bottom: 118px;
  position: relative;
  overflow: hidden;
}
.pro8::before{
  content: '';
  background: url(../images/pro8-bg.png);
  width: 100%;
  height: 200px;
  position: absolute;;
  bottom: 0;
  left: 0;
}
.pro8 .wz{
  width: 42.4%;
  padding-top: 40px;
  float: left;
}
.pro8 .wz h1{
  font-size: 40px;
  color: #333;
  line-height: 60px;
  font-family: "akz_bold";
}
.pro8 .wz .p1 {
padding-top: 40px;
}
.pro8 .wz p{
  font-size: 18px;
  color: #999;
  line-height: 36px;
  position: relative;
  padding-left: 20px;
  font-family: "akz_med";
  margin-top: 10px;
}
.pro8 .wz p:before{
  content: '';
  background: url(../images/pro8-1.png);
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.pro8 .rig{
  float: right;
  width: 40.7%;
  position: relative;
}
.pro8 .rig img{
  width: 100%;
  vertical-align: middle;
}
.pro8 .rig:before{
  content: '';
  width: 570px;
  height: 570px;
  background-image: url(../images/pro8-3.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  top: 44%;
  transform: translate(-50%,-50%);
  z-index: -1;
  animation: xz 10s infinite linear;
}

@keyframes xz{
  0%{
    transform: translate(-50%,-50%) rotate(0);
  }
  100%{
    transform: translate(-50%,-50%) rotate(-360deg);
  }
}


.pro9{
  padding-top: 100px;
  padding-bottom: 80px;
  background: #eeeeee;
}
.pro9 .wz{ 
  text-align: center;
  padding-bottom: 45px;
}
.pro9 .wz p{
  font-size: 18px;
  color: #999999;
  line-height: 36px;
  font-family: "akz_light";

}
.pro9 .wz h1{
  font-size: 40px;
  color: #333;
  padding-bottom: 45px;
  font-family: "akz_bold";
}
.pro9 .rq{
  width: 100%;
  white-space: nowrap;
  position: relative;
}
.pro9 .rq .div{
  width: 380px;
  margin-right: 26px;
  display: inline-block;
}
.pro9 .rq .div img{
  width: 100%;
  vertical-align: middle;
}
.pro9 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
  width: 146px;
  height: 40px;
  background-image: url(../images/pro9-5.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0;
  background-color: rgba(102, 102, 102, 0);
}
.pro9 .mCSB_scrollTools.mCSB_scrollTools_horizontal{
  height: 40px;
}
.pro9 .mCSB_horizontal.mCSB_inside>.mCSB_container{
  padding-bottom: 90px;
  margin-bottom: 0;
}
.pro9 .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background: rgb(219,219,219);
  margin: 19px 0;
}


.pro10{
  padding-top: 62px;
  padding-bottom: 110px;
  overflow: hidden;
}
.pro10 p{
  margin-top: 30px;
  display: none;
  text-align: center;
  width: 126px;
  height: 35px;
  background: #980613;
  color: #fff;
  border-radius: 35px;
  line-height: 35px;
}
.pro10 h1{
  font-family: "akz_bold";
  text-align: center;
  font-size: 40px;
  color: #333333;
  padding-bottom: 70px;
}
.pro10 table{
  width: 100%;
  
}
.pro10 .bg table th,
.pro10 .bg table td{
  font-family: "akz_lig";
  font-size: 14px;
  color: #333333;
  line-height: 21px;
   padding: 7px 30px;
}
.pro10 .bg table tr{
  background: #eeeeee;
}
.pro10 .bg table tr:nth-child(2n){
  background: #fff;
}

@media (max-width: 1459px){
  .pro-banner .fx a {
    font-size: 15px;
}
.pro-banner .btm {
  padding-top: 129px;
  padding-bottom: 42px;
}
.pro-banner .btm .lef .lef-img {
  margin-left: 46px;
}
.pro-banner .btm .rig h1 {
  font-size: 36px;
  position: relative;
  line-height: 36px;
}
.pro-banner .btm .rig h1 i {
  width: 76px;
}
.pro-banner .btm .rig h1:nth-child(2) {
  padding-left: 92px;
  margin-bottom: 34px;
}
.pro-banner .btm .rig p {
  font-size: 16px;
  padding-bottom: 20px;
}
.pro-banner .btm .rig img {
  width: 25px;
}
.pro1 .lef {
  padding: 76px 0;
}
.pro1 .lef .div {
  padding-bottom: 46px;
}
/* .pro1 .lef .div:nth-child(2) {
  padding-bottom: 44px;
} */
.pro1 .lef .div h1 {
  font-size: 48px;
  padding-bottom: 15px;

}
/* .pro1 .lef .div:nth-child(1) h1 {
  padding-bottom: 14px;
  font-size: 38px;
} */
.pro1 .lef .div p {
  font-size: 18px;
}
.pro1 .lef .div .img {
  width: 61px;
  float: left;
  padding-left: 21px;
}
.pro1 .rig {
  padding-top: 130px;
}
.pro2 {
  height: 711px;
}
.pro2 .rq .div {
  width: 566px;
  height: 393px;
}
.pro3 .pro3-rq p {
  font-size: 22px;
}
.pro3 .pro3-rq{
  padding-top: 96px;
}
.pro3 .img {
  margin-left: 35px;
}
.pro4 .top {
  padding-top: 69px;
  padding-bottom: 61px;
}
.pro4 .top h1 {
  font-size: 30px;
  padding-bottom: 20px;
}
.pro4 .top p {
  font-size: 16px;
  padding-bottom: 8px;
}
.pro4 .btm .div p {
  font-size: 20px;
}
.pro4 .btm .div {
  width: 26.3%;

}
.pro5 .con {
  width: 189px;
  height: 189px;
  padding: 0 16px;
}
.pro5 .con::before {
  width: 226px;
  height: 226px;
}
.pro5 .con .top p, .pro5 .con .btm p {
  font-size: 24px;
}
.pro5 .con .top img, .pro5 .con .btm img {
  width: 28px;
  margin-top: 4px;
}
.pro5 .con .btm {
  padding-top: 20px;
  height: 50%;
}
.pro5 .con .top {
  padding-top: 24px;
}
.pro6 .wz {
  padding-top: 84px;
}
.pro6 .img .div3 .abo_video::before {
  width: 70px;
  height: 70px;
}
.pro6 .img .div2 {
  width: 15.4%;
  padding-top: 30px;
}
.pro6 .wz h1 {
  font-size: 30px;
  color: #fff;
  padding-bottom: 19px;
}
.pro6 {
  padding-bottom: 222px;
}
.pro7 {
  padding-top: 69px;
}
.pro7 .btm {
  padding-top: 65px;
}
.pro7 h1 {
  font-size: 30px;
}
.pro7 .btm .div p {
  font-size: 18px;
  padding-top: 19px;
}
.pro8 {
  margin-top: 196px;
  padding-bottom: 90px;
  position: relative;
}
.pro8 .wz {
  padding-top: 30px;
}
.pro8 .wz h1 {
  font-size: 30px;
  line-height: 46px;
}
.pro8 .rig::before {
  width: 438px;
  height: 438px;
}
.pro8 .wz .p1 {
  padding-top: 30px;
}

.pro8 .wz p {
  line-height: 30px;
  padding-left: 15px;
}
.pro8 .wz .p1:before {
  top: 36%;
}
.pro9 {
  padding-top: 76px;
  padding-bottom: 61px;
}
.pro9 .wz h1 {
  font-size: 30px;
  padding-bottom: 34px;
}
.pro9 .wz p {
  line-height: 30px;
}
.pro9 .wz {
  text-align: center;
  padding-bottom: 34px;
}
.pro9 .mCSB_horizontal.mCSB_inside>.mCSB_container {
  padding-bottom: 69px;
}
.pro9 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 112px;
  height: 30px;
}
.pro9 .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background: rgb(219,219,219);
  margin: 14px 0;
}
.pro10 {
  padding-top: 47px;
  padding-bottom: 84px;
}
.pro10 h1 {
  font-size: 30px;
  padding-bottom: 53px;
}
.pro10 .bg table th, .pro10 .bg table td {
  padding: 15px 20px;
}
}
@media (max-width: 1259px){
  .pro-banner .btm {
    padding-top: 90px;
    padding-bottom: 46px;
}
.pro-banner .btm .rig img{
  bottom: -30%;
}
@keyframes az{
  0%{
    bottom: -26%;
  }
  50%{
    bottom: -30%;
  }
  100%{
    bottom: -26%;
  }
}
.pro6 {
  padding-bottom: 157px;
}
.pro6 .img {
  padding-top: 48px;
  transform: translateY(50%);
}
.pro6 .img .div3 .abo_video::before {
  width: 53px;
  height: 53px;
}
.pro8 {
  margin-top: 152px;
}
.pro8 .rig::before {
  width: 300px;
  height: 300px;
}
.pro9 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 112px;
  height: 30px;
}
.pro10 .bg table th, .pro10 .bg table td {
  padding: 10px 10px;
}
}
@media (max-width: 991px){
  .pro-banner .btm {
    padding-top: 46px;
    padding-bottom: 20px;
}
.pro-banner .btm .rig h1:nth-child(2) {
  padding-left: 80px;
  margin-bottom: 20px;
}
.pro-banner .btm .rig h1 i {
  width: 52px;
}
.pro-banner .btm .rig h1 {
  font-size: 25px;
  line-height: 25px;
}
.pro-banner .btm .rig p {
  font-size: 14px;
  padding-bottom: 4px;
}

.pro-banner .btm .rig img {
  width: 17px;
}
.pro1 .lef {
  padding: 52px 0;
}
/* .pro1 .lef .div:nth-child(1) h1 {
  padding-bottom: 15px;
  font-size: 22px;
} */
.pro1 .lef .div h1 {
  font-size: 37px;
  padding-bottom: 4px;
}
.pro1 .lef .div {
  padding-bottom: 31px;
}
.pro1 .lef .div .img {
  padding-left: 14px;
}
.pro3 .pro3-rq p {
  font-size: 18px;
}
.pro3 .pro3-rq {
  padding-top: 56px;
}
.pro1 .lef .div:nth-child(2) {
  padding-bottom: 30px;
}
.pro4 .top {
  padding-top: 46px;
  text-align: center;
  padding-bottom: 42px;
}
.pro4 .top h1 {
  font-size: 26px;
  color: #fff;
  padding-bottom: 14px;
}
.pro4 .top p {
  font-size: 14px;
  padding-bottom: 4px;
}
.pro4 .btm .div-img {
  width: 26px;
}

.pro5 .con .top p, .pro5 .con .btm p {
  font-size: 22px;
}
.pro5 .con {
  width: 169px;
  height: 169px;
  padding: 0 16px;
}
.pro5 .con .top img, .pro5 .con .btm img {
  margin-top: 2px;
}
.pro5 .con .btm {
  padding-top: 15px;
}
.pro5 .con .top {
  padding-top: 18px;
}
.pro5 .con::before {
  width: 206px;
  height: 206px;
}
.pro6 .img {
  padding-top: 34px;
  transform: translateY(50%);
}
.pro6 .wz h1 {
  font-size: 26px;
  color: #fff;
  padding-bottom: 10px;
}
.pro6 .img .div3 .abo_video::before {
  width: 40px;
  height: 40px;
}
.pro6 .wz p {
  font-size: 14px;
}
.pro6 {
  padding-bottom: 120px;
}
.pro7 {
  padding-top: 47px;
}
.pro7 .btm {
  padding-top: 44px;
}
.pro7 .btm .div p {
  font-size: 16px;
  padding-top: 12px;
}
.pro8 {
  margin-top: 118px;
  padding-bottom: 47px;
}
.pro8 .wz h1 {
  font-size: 22px;
  line-height: 30px;
}
.pro8 .wz p {
  font-size: 16px;
  line-height: 26px;
  padding-left: 15px;
}
.pro8 .wz .p1:before {
  top: 30%;
}
.pro8 .wz {
  padding-top: 12px;
}
.pro9 {
  padding-top: 52px;
  padding-bottom: 42px;
}
.pro9 .wz h1 {
  font-size: 26px;
  padding-bottom: 24px;
}
.pro9 .wz p {
  font-size: 16px;
  color: #999999;
  line-height: 26px;
}
.pro10 {
  padding-top: 32px;
  padding-bottom: 30px;
}
.pro10 .bg table th, .pro10 .bg table td {
  /* line-height: 30px; */
  font-size: 15px;
  line-height: 24px;
  padding: 8px 0px;
}
.pro10 h1 {
  font-size: 28px;
  padding-bottom: 26px;
}

}
@media (max-width: 768px){
  .pro-banner .btm .lef {
    width: 100%;
    float: left;
  }
  .pro-banner .btm .rig {
    width: 100%;
  }
  .pro-banner .btm {
    padding-top: 40px;
  }
  .pro-banner .btm .lef .lef-img {
    width: 89.7%;
    margin-left: 15px;
  }
  .pro-banner .btm .rig {
    padding:30px 15px;
  }
  .pro-banner .btm .rig h1 {
    font-size: 26px;
    line-height: 28px;
  }
  .pro-banner .btm .rig h1:nth-child(2) {
    padding-left: 65px;
    margin-bottom: 12px;
  }
  .pro1 .lef {
    padding: 20px 0;
    width: 100%;
  }
  .pro1 .rig {
    padding-top: 20px;
  }
  .pro1 .lef .div {
    padding-bottom: 15px;
  }
  .pro1 .lef .div:nth-child(2) {
    padding-bottom: 13px;
  }
  .pro1 .lef .div p {
    font-size: 14px;
}
.pro1 .lef .div {
  padding-bottom: 10px;
}
.pro1 .lef {
  padding-top: 0px;
  padding-bottom: 20px;
  width: 100%;
}
  .pro2{
    height: auto;
  }
  .pro2 .rq{
    display: none;
  }
  .pro2  .div1{
    display: block;
  }
  .pro3 .pro3-rq p {
    font-size: 14px;
  }
  .pro4 .top {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .pro4 .btm .div p {
    font-size: 16px;
  }
  .pro5 .lef ,.pro5 .rig{
    width: 100%;
  }

  .pro6 .wz {
    padding-top: 20px;
  }
  .pro7 .btm {
    width: 100%;
}
  .pro7 .btm .div{
    width: 32%;
    float: left;
  }

  .pro7 .btm {
    padding-top: 15px;
  }
  .pro7 {
    padding-top: 40px;
  }
  .pro8 .wz {
    width: 100%;
    padding-top: 15px;
    float: none;
  }
  .pro8 {
    margin-top: 30px;
    padding-bottom: 20px;
  }
  .pro8 .wz .p1 {
    padding-top: 8px;
    font-size: 14px;
}
.pro8 .rig {
  float: none;
  margin: 50px auto;
  margin-top: 80px;
}

.pro8 .wz h1 {
  font-size: 24px;
  line-height: 26px;
}
.pro9 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.pro9 .wz h1 {
  font-size: 24px;
  padding-bottom: 15px;
}
.pro9 .wz {
  padding-bottom: 20px;
}
.pro9 .wz p {
  font-size: 15px;
  color: #999999;
  line-height: 22px;
}
.pro10 .bg{
  overflow-x: auto;
  width: 100%;
}
.pro10 h1 {
  font-size: 24px;
  padding-bottom: 20px;
}
.pro10 table {
  width: 750px;
}

}
@media (max-width: 500px){
  .pro-banner .btm .rig p {
    padding-bottom: 2px;
}
.pro1 .pro-2{
  display: block;
}
.pro1 .pro-1{
  display: none;
}
.pro-banner .btm .rig img{
  display: none;
}
.pro-banner .btm .rig h1 i {
  width: 42px;
  height: 3px;
}
.pro1 .rig {
  width: 100%;
}
.pro-banner .btm .rig h1:nth-child(2) {
  padding-left: 54px;
  margin-bottom: 8px;
}
.pro-banner .btm .rig h1 {
  line-height: 34px;
}
.pro3 {
  /*padding: 60px 0;*/
}
.pro3 .pro3-rq {
  padding:0 15px;
}
  .pro3 .img {
    margin-top: 10px;
    width: 98%;
    margin-left: 10px;
  }
.pro3 .pro3-rq {
  top: 25%;
}
.pro1 .lef .div h1 {
  font-size: 24px;
  padding-bottom: 4px;
}
.pro1 .lef .div .img {
  width: 52px;
  padding-left: 16px;
}
.pro4 {
  padding-bottom: 60px;
}
.pro4 .top h1 {
  padding-bottom: 40px;
}
.pro5 .con::before {
  width: 186px;
  height: 186px;
}
.pro5 .con {
  width: 149px;
  height: 149px;
  padding: 0 14px;
}
.pro5 .con .top p, .pro5 .con .btm p {
  font-size: 18px;
}
.pro5 .con .top img, .pro5 .con .btm img {
  display: none;
}
.pro5 .con .top {
  padding-top: 35px;
}
.pro6 {
  padding-top: 20px;
  padding-bottom: 0px;
}
.pro6 .img {
  padding-top: 30px;
  flex-wrap: wrap;
  transform: translateY(9.8%);
}
.pro6 .img .div1,.pro6 .img .div2 ,.pro6 .img .div3  {
  width: 100%;
}
.pro6 .img .div1{
  width: 100%;
}
.pro6 .img img{
  width: 70%;
  display: block;
  margin: 0 auto;
}
.pro6 .img .div2 img{
  width: 44%;
}
.pro6 .img .div2 {
  padding-top: 0px;
}
.pro6 .img .div3{
  padding-top: 30px;
  padding-bottom: 30px;
}
.pro6 .img .div3 .bj{
  width: 70%;
}
.pro6 .img .div3 .abo_video::before {
  width: 25px;
  height: 25px;
}
.pro6 .img .div3 .abo_video::before {
  width: 53px;
  height: 53px;
  top: 50%;
}
.pro8 .wz {
  padding-top: 30px;
}
.pro8 .rig {
  width: 100%;
}
.pro8 .rig::before {
    width: 300px;
    height: 300px;
}
.pro9 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 86px;
  height: 23px;
}
.pro9 .mCSB_horizontal.mCSB_inside>.mCSB_container {
  padding-bottom: 70px;
}
.pro9 .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background: rgb(219,219,219);
  margin: 10px 0;
}

.pro9 {
    padding: 60px 0;
}
.pro7 h1 {
  font-size: 24px;
}

.pro4 .btm .div-img {
  width: 14px;
}


.pro7 .btm .div p {
  font-size: 14px;
  padding-top: 2px;
}
.pro7 .btm .div {
  padding-bottom: 8px;
}

.pro9 .rq .div {
  width: 230px;
  margin-right: 5px;

}
.pro9 .wz h1 {
  font-size: 26px;
  padding-bottom: 30px;
}
.pro9 .rq {
  margin-top: 40px;
}
.pro10 p{
  display: block;
}
.pro10 {
  padding-top: 60px;
  padding-bottom: 60px;
}
}