﻿@charset "UTF-8";
/* 视屏 */
#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%;
	cursor: pointer;
	overflow: hidden;
	position: relative;
}


/* 首页 */

.app{
  display: none;
}

.banner{
  width: 100%;
  position: relative;
}
.banner .bj{
  width: 100%;
  vertical-align: middle;
  min-height: 200px;
  object-fit: cover;
}
.banner .rq{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.banner .rq .p1{
  font-size: 68px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}
.banner .rq .p2{
  font-size: 36px;
  color: #ffffff;
  text-align: center;
  margin-top: 18px;
}
.banner .rq button{
  display: block;
  font-size: 14px;
  color: #ffffff;
  width: 156px;
  height: 40px;
  border-radius: 40px;
  text-align: center;
  background: #004f9e;
  margin: 0 auto;
  margin-top: 82px;
}


.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 button{
  animation: bw 1s linear 1.2s both;
}
@keyframes bw{
  0%{
    transform: translateY(40px);
    opacity: 0;
  }
  100%{
    transform: translateY(0px);
    opacity: 1;
  }
}

.banner .swiper-button-next,
.banner .swiper-button-prev{
  width: 25px;
  height: 48px;
  background-image: url(../images/img6.png);
  background-size: contain;
  background-repeat: no-repeat;
  right: 60px;
  top: 50%;
  margin-top: 0;
  transform: translateY(-50%);
}
.banner .swiper-button-prev{
  left: 60px;
  transform: translateY(-50%) rotate(180deg);
}




/* sy_con1 */
.sy_con1{
  width: 100%;
  padding-top: 110px;
}
.sy_con1 .bt span{
  border-bottom: 2px solid #004f9e;
}
.bt{
  font-size: 48px;
  color: #171717;
  font-weight: bold;
  text-align: center;
}
.sy_con1 .rq{
  width: 100%;
  padding-top: 75px;
}
.sy_con1 .rq .div{
  width: 23.2%;
  margin-right: 2.4%;
  float: left;
}
.sy_con1 .rq .div:nth-child(4n){
  margin-right: 0;
}
.sy_con1 .rq .div a{
  display: block;
}
.sy_con1 .rq .div .top{
  width: 100%;
  height: 240px;
  background: #f5f5f6;
  position: relative;
  overflow: hidden;
}
.sy_con1 .rq .div .top img{
  max-width: 95%;
  max-height: 95%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  transition: all .5s;
}
.sy_con1 .rq .div:hover .top img{
  transform: translate(-50%,-50%) scale(1.05);
}
.sy_con1 .rq .div .bot{
  width: 100%;
  height: 280px;
  background: #f7fcff;
  padding: 24px 26px;
}
.sy_con1 .rq .div .bot .p1{
  font-size: 20px;
  color: #171717;
  line-height: 26px;
  font-weight: bold;
  height: 52px;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: all .5s;
}
.sy_con1 .rq .div:hover .bot .p1{
  color: #004f9e;
}
.sy_con1 .rq .div .bot .div1{
  width: 100%;
  height: 84px;
  margin-top: 20px;
  margin-bottom: 24px;
  overflow-y: auto;
  padding-right: 15px;
}
.sy_con1 .rq .div .bot .div1::-webkit-scrollbar {
  width: 2px;
  background-color: #999;
  border-radius:50px;
}
.sy_con1 .rq .div .bot .div1::-webkit-scrollbar-thumb {
  border-radius: 50px;
  background-color: #004f9e;
}
.sy_con1 .rq .div .bot .div1 p{
  font-size: 16px;
  color: #333333;
  line-height: 28px;
  position: relative;
  padding-left: 10px;
}
.sy_con1 .rq .div .bot .div1 p::before{
  content: '';
  width: 5px;
  height: 1px;
  background: #333333;
  position: absolute;
  left: 0;
  top: 14px;
}
.sy_con1 .rq .div .bot button{
  font-size: 14px;
  color: #ffffff;
  display: block;
  width: 156px;
  height: 40px;
  border-radius: 40px;
  text-align: center;
  background: #004f9e;
}
.sy_con1 .a{
  font-size: 16px;
  color: #004f9e;
  display: block;
  width: 200px;
  height: 60px;
  border-radius: 60px;
  line-height: 56px;
  border: 2px solid #004f9e;
  text-align: center;
  margin: 0 auto;
  margin-top: 70px;
}
.sy_con1 .a:hover{
  color: #fff;
  background: #004f9e;
}


/* sy_con2 */
.sy_con2{
  width: 100%;
  padding-top: 110px;
}
.sy_con2 .bt span{
  border-bottom: 2px solid #004f9e;
}
.sy_con2 .rq{
  width: 100%;
  padding-top: 70px;
}
.sy_con2 .rq .div{
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}
.sy_con2 .rq .div::before{
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.6);
  position: absolute;
  left: 0;
  top: 0;
}
.sy_con2 .rq .div .bj{
  width: 100%;
  vertical-align: middle;
}
.sy_con2 .rq .div .div1{
    width: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.sy_con2 .rq .div .div1 .img{
  width: 100px;
  height: 100px;
  line-height: 100px;
  display: block;
  margin: 0 auto;
  transition: all .5s;
  border-radius: 50%;
  position: relative;
}
.sy_con2 .rq .div .div1 .img img{
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}
.sy_con2 .rq .div .div1 .img:before{
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px dashed rgba(255,255,255,0.8);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-animation: spin 10s linear infinite;
  animation: spin 10s linear infinite;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
    transition: all 10s;
  }
}

.sy_con2 .rq .div .div1:hover img{
  /* transform: translateY(-15px); */
  /* transform: rotateY(180deg); */
}
.sy_con2 .rq .div .div1 p{
  font-size: 32px;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  padding-top: 50px;
  position: relative;
}
.sy_con2 .rq .div .div1 p::before{
  content: '';
  width: 36px;
  height: 3px;
  background: #fff;
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
}
.sy_con2 .rq .div2{
  width: 195px;
  height: 24px;
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.sy_con2 .swiper-button-next,
.sy_con2 .swiper-button-prev{
  width: 13px;
  height: 24px;
  background-image: url(../images/img22.png);
  background-size: contain;
  background-repeat: no-repeat;
  right: 0;
  top: 0;
  margin-top: 0;
}
.sy_con2 .swiper-button-prev{
  transform: rotate(180deg);
  left: 0;
}
.sy_con2 .rq .div2::before{
  content: '';
  width: 131px;
  height: 4px;
  background-image: url(../images/img23.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  display: none;
}
.sy_con2 .swiper-pagination {
  bottom: 60px;
}
.sy_con2 .swiper-pagination-bullet{
  background: #fff;
}
.sy_con2 .swiper-pagination-bullet-active{
  background: #fff;
}

/* sy_con3 */
.sy_con3{
  width: 100%;
  padding-top: 110px;
}
.sy_con3 .bt span{
  border-bottom: 2px solid #004f9e;
}
.sy_con3 .p1{
  width: 100%;
  margin-top: 30px;
}
.sy_con3 .p1 span{
  font-size: 18px;
  color: #999999;
  line-height: 32px;
  text-align: center;
  display: block;
}
.sy_con3 .rq{
  width: 80%;
  position: relative;
  margin: 0 auto;
  margin-top: 50px;
  transition: all .5s;
}
.sy_con3 .rq.on{
  width: 100%;
}
.sy_con3 .bj{
  width: 100%;
  vertical-align: middle;
}
.sy_con3 .div{
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  z-index: 100;
}
.sy_con3 .div .p2{
  font-size: 48px;
  color: #ffffff;
  font-weight: bold;
}
.sy_con3 .div .div1{
  width: 52px;
  height: 52px;
  background-image: url(../images/img25.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto;
  margin-top: 24px;
  margin-bottom: 20px;
}
.sy_con3 .div .p3{
  font-size: 20px;
  color: #ffffff;
}



/* sy_con4 */
.sy_con4{
  width: 100%;
  padding-top: 110px;
  background: #f7fcff;
}
.sy_con4 .bt span{
  border-bottom: 2px solid #004f9e;
}
.sy_con4 .rq{
  width: 100%;
  margin-top: 76px;
  margin-bottom: 45px;
}
.sy_con4 .div{
  width: 31.2%;
  margin-right: 3.2%;
  float: left;
}
.sy_con4 .div:nth-child(3n){
  margin-right: 0;
}
.sy_con4 .div .top{
  width: 100%;
  overflow: hidden;
  height: 0;
  height: 0;
  padding-bottom: 68%;
  position: relative;
  background: #fff;
}
.sy_con4 .div .top img{
  max-width: 100%;
  max-height: 100%;
  /* vertical-align: middle; */
  transition: all .5s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sy_con4 .div:hover .top img{
  transform: translate(-50%, -50%) scale(1.05);
}
.sy_con4 .div .bot{
  width: 100%;
  height: 260px;
  background: #fff;
  padding: 25px 24px;
  position: relative;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
}
.sy_con4 .div .bot .p1{
  font-size: 20px;
  line-height: 28px;
  height: 56px;
  color: #171717;
  font-weight: bold;
  margin-bottom: 12px;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: all .5s;
}
.sy_con4 .div:hover .bot .p1{
  color: #004f9e;
}
.sy_con4 .div .bot .p2{
  font-size: 16px;
  color: #666666;
  line-height: 26px;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.sy_con4 .div .bot .p3{
  font-size: 16px;
  color: #004f9e;
  position: absolute;
  left: 24px;
  bottom: 25px;
}
.sy_con4 .a{
  font-size: 16px;
  color: #004f9e;
  width: 200px;
  height: 60px;
  border-radius: 60px;
  border: 2px solid #004f9e;
  line-height: 56px;
  text-align: center;
  display: block;
  margin: 0 auto;
  margin-bottom: 75px;
}
.sy_con4 .a:hover{
  background: #004f9e;
  color: #fff;
}
.gd1 {
  background-color: #f7fcff;
}
.gd_a{
  font-size: 30px;
  color: #ffffff;
  display: block;
  width: 395px;
  height: 80px;
  line-height: 80px;
  background: #004f9e;
  text-align: center;
  margin: 0 auto;
  border-radius: 30px 30px 0 0;
}
.gd_a em{
  width: 57px;
  height: 40px;
  display: inline-block;
  background-image: url(../images/img28.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: -10px;
  margin-left: 15px;
}


@media(max-width:1459px){
  .banner .rq .p1 {
    font-size: 50px;
}
.banner .rq .p2 {
  font-size: 26px;
  margin-top: 12px;
}
.banner .rq button {
  font-size: 12px;
  width: 120px;
  height: 36px;
  border-radius: 36px;
  margin-top: 60px;
}
.banner .swiper-button-next, .banner .swiper-button-prev {
  width: 19px;
  height: 36px;
}
.sy_con1 {
  padding-top: 82px;
}
.bt {
  font-size: 36px;
}
.sy_con1 .rq {
  padding-top: 50px;
}
.sy_con1 .rq .div {
  width: 24%;
  margin-right: 1.333%;
}
.sy_con1 .rq .div .top {
  height: 180px;
}
.sy_con1 .rq .div .bot {
  height: 212px;
  padding: 18px 20px;
}
.sy_con1 .rq .div .bot .p1 {
  font-size: 17px;
  line-height: 26px;
  height: 52px;
}
.sy_con1 .rq .div .bot .div1 {
  height: 64px;
  margin-top: 12px;
  margin-bottom: 18px;
  padding-right: 10px;
}
.sy_con1 .rq .div .bot .div1 p {
  font-size: 14px;
  line-height: 21px;
}
.sy_con1 .rq .div .bot .div1 p::before {
  top: 10px;
}
.sy_con1 .rq .div .bot button {
  font-size: 12px;
  width: 118px;
  height: 32px;
  border-radius: 32px;
}
.sy_con1 .a {
  font-size: 14px;
  width: 152px;
  height: 45px;
  border-radius: 45px;
  line-height: 41px;
  margin-top: 52px;
}
.sy_con2 {
  padding-top: 82px;
}
.sy_con2 .rq {
  padding-top: 52px;
}
.sy_con2 .rq .div .div1 .img {
  width: 76px;
  height: 76px;
}
.sy_con2 .rq .div .div1 p {
  font-size: 24px;
  padding-top: 40px;
}
.sy_con2 .rq .div .div1 p::before {
  width: 30px;
  height: 2px;
  top: 22px;
}
.sy_con2 .rq .div2 {
  width: 150px;
  height: 18px;
  bottom: 44px;
}
.sy_con2 .swiper-pagination {
  bottom: 44px;
}
.sy_con2 .swiper-button-next, .sy_con2 .swiper-button-prev {
  width: 10px;
  height: 18px;
}
.sy_con2 .rq .div2::before {
  width: 112px;
  height: 4px;
}
.sy_con3 {
  padding-top: 82px;
}
.sy_con3 .p1 {
  margin-top: 22px;
}
.sy_con3 .p1 span {
  font-size: 15px;
  line-height: 26px;
}
.sy_con3 .rq {
  margin-top: 38px;
}
.sy_con3 .div .p2 {
  font-size: 36px;
}
.sy_con3 .div .div1 {
  width: 40px;
  height: 40px;
  margin-top: 18px;
  margin-bottom: 16px;
}
.sy_con3 .div .p3 {
  font-size: 16px;
}
.sy_con4 {
  padding-top: 82px;
}
.sy_con4 .rq {
  margin-top: 56px;
  margin-bottom: 34px;
}
.sy_con4 .div .bot {
  height: 200px;
  padding: 19px 18px;
}
.sy_con4 .div .bot .p1 {
  font-size: 18px;
  line-height: 26px;
  height: 52px;
  margin-bottom: 8px;
}
.sy_con4 .div .bot .p2 {
  font-size: 14px;
  line-height: 22px;
}
.sy_con4 .div .bot .p3 {
  font-size: 14px;
  left: 18px;
  bottom: 19px;
}
.sy_con4 .div {
  width: 32%;
  margin-right: 2%;
  float: left;
}
.sy_con4 .a {
  font-size: 14px;
  width: 152px;
  height: 46px;
  border-radius: 46px;
  line-height: 42px;
  margin-bottom: 56px;
}
.gd_a {
  font-size: 22px;
  width: 300px;
  height: 60px;
  line-height: 60px;
  border-radius: 22px 22px 0 0;
}
.gd_a em {
  width: 43px;
  height: 30px;
  margin-bottom: -8px;
  margin-left: 12px;
}

}
@media(max-width:1024px){
  .banner .rq .p1 {
    font-size: 36px;
}
.banner .rq .p2 {
  font-size: 19px;
  margin-top: 10px;
}
.banner .rq button {
  width: 110px;
  height: 34px;
  border-radius: 34px;
  margin-top: 40px;
}
.banner .swiper-button-next, .banner .swiper-button-prev {
  width: 16px;
  height: 30px;
  right: 30px;
}
.banner .swiper-button-prev{
  left: 30px;
}
.sy_con1 {
  padding-top: 60px;
}
.bt {
  font-size: 30px;
}
.sy_con1 .rq {
  padding-top: 32px;
}
.sy_con1 .rq .div .top {
  height: 132px;
}
.sy_con1 .rq .div .bot .p1 {
  font-size: 16px;
  line-height: 24px;
  height: 48px;
}
.sy_con1 .rq .div .bot button {
  width: 100px;
}
.sy_con1 .rq .div .bot {
  height: 204px;
  padding: 15px 15px;
}
.sy_con1 .a {
  font-size: 13px;
  width: 120px;
  height: 38px;
  border-radius: 38px;
  line-height: 36px;
  margin-top: 36px;
  border: 1px solid #004f9e;
}
.sy_con2 {
  padding-top: 60px;
}
.sy_con2 .rq {
  padding-top: 32px;
}
.sy_con2 .rq .div .div1 .img {
  width: 66px;
  height: 66px;
}
.sy_con2 .rq .div .div1 p {
  font-size: 18px;
  padding-top: 34px;
}
.sy_con2 .rq .div .div1 p::before {
  width: 26px;
  height: 2px;
  top: 18px;
}
.sy_con3 {
  padding-top: 60px;
}
.sy_con3 .p1 span {
  font-size: 14px;
  line-height: 24px;
}
.sy_con3 .p1 {
  margin-top: 16px;
}
.sy_con3 .rq {
  margin-top: 32px;
}
.sy_con3 .div .p2 {
  font-size: 30px;
}
.sy_con4 {
  padding-top: 60px;
}
.sy_con4 .rq {
  margin-top: 36px;
  margin-bottom: 30px;
}
.sy_con4 .div .bot {
  height: 184px;
  padding: 15px 15px;
}
.sy_con4 .div .bot .p3 {
  left: 15px;
  bottom: 15px;
}
.sy_con4 .div .bot .p1 {
  font-size: 17px;
  line-height: 24px;
  height: 48px;
}
.sy_con4 .a {
  font-size: 14px;
  width: 134px;
  height: 42px;
  border-radius: 42px;
  line-height: 40px;
  margin-bottom: 40px;
  border: 1px solid #004f9e;
}
.gd_a {
  font-size: 20px;
  width: 240px;
  height: 50px;
  line-height: 50px;
  border-radius: 16px 16px 0 0;
}
.gd_a em {
  width: 36px;
  height: 25px;
  margin-bottom: -6px;
  margin-left: 10px;
}

}
@media(max-width:991px){
  .pc{
    display: none !important;
  }
  .app{
    display: block !important;
  }
  .msg-box {
    width: 90%;
    height: 66%;
}
.banner .swiper-button-next{
  right: 20px;
}
 .banner .swiper-button-prev {
  left: 20px;
}
}
@media(max-width:768px){
  .banner .rq .p1 {
    font-size: 28px;
}
.banner .rq .p2 {
  font-size: 16px;
  margin-top: 5px;
}
.banner .rq button {
  margin-top: 30px;
}
.sy_con1 .rq .div{
  width: 49%;
  margin-right: 2%;
  margin-bottom: 15px;
}
.sy_con1 .rq .div:nth-child(2n){
  margin-right: 0;
}
.sy_con1 .rq .div .top {
  height: 170px;
}
.sy_con2 .rq .div2 {
  bottom: 30px;
}
.sy_con2 .swiper-pagination {
  bottom: 30px;
}

}
@media(max-width:500px){
  .banner .rq .p1 {
    font-size: 24px;
}
.sy_con1 {
  padding-top: 45px;
}
.bt {
  font-size: 24px;
}
.sy_con1 .rq {
  padding-top: 26px;
}
.sy_con1 .rq .div{
  width: 100%;
  margin-right: 0;
  margin-bottom: 20px;
}
.sy_con1 .rq .div .bot .p1 {
  font-size: 17px;
}
.sy_con1 .a {
  margin-top: 18px;
}
.sy_con2 {
  padding-top: 45px;
}
.sy_con2 .rq {
  padding-top: 26px;
}
.sy_con2 .rq .div .div1 .img {
  width: 60px;
  height: 60px
}
.sy_con3 {
  padding-top: 45px;
}
.sy_con3 .p1 {
  margin-top: 10px;
}
.sy_con3 .rq {
  margin-top: 24px;
}
.sy_con3 .div .p2 {
  font-size: 24px;
}
.sy_con3 .div .p3 {
  font-size: 14px;
}
.sy_con4 {
  padding-top: 45px;
}
.sy_con4 .rq {
  margin-top: 26px;
  margin-bottom: 10px;
}
.sy_con4 .div{
  width: 100%;
  margin-right: 0;
  margin-bottom: 20px;
}
.gd_a {
  font-size: 18px;
  width: 196px;
}

}




/* 产品列表 */
.ny_banner{
  width: 100%;
  position: relative;
}
.ny_banner .bj{
  width: 100%;
  vertical-align: middle;
}
.ny_banner .rq{
  position: absolute;
  top: 58%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.ny_banner .p1{
  font-size: 44px;
  color: #fff;
  position: relative;
}
.ny_banner .p1 span{
  width: 100%;
  font-size: 60px;
  color: #ffffff;
  opacity: 0.1;
  position: absolute;
  left: 0;
  top: -34px;
  text-transform: uppercase;
}
.dh_div{
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 16px;
}
.dh_div a{
  font-size: 16px;
  color: #fff;
}
.dh_div a i{
  width: 17px;
  height: 17px;
  display: inline-block;
  background-image: url(../images/img29_1.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
  margin-bottom: -1px;
}
.dh_div a.on{
  color: #fff;
}


/* pro_con1 */
.pro_con1{
  width: 100%;
  padding-top: 90px;
  padding-bottom: 66px;
}
.ny_bt{
  font-size: 40px;
  color: #171717;
  font-weight: bold;
  text-align: center;
}
.ny_bt span{
  border-bottom: 2px solid #004f9e;
}
.pro_con1 .rq{
  width: 100%;
  margin-top: 55px;
}
.pro_con1 .div{
  width: 19%;
  margin-right: 1.25%;
  float: left;
  margin-bottom: 44px;
}
.pro_con1 .div:nth-child(5n){
  margin-right: 0;
}
.pro_con1 .div .top{
  width: 100%;
  height: 180px;
  background: #f5f5f6;
  position: relative;
  overflow: hidden;
}
.pro_con1 .div .top a{
  display: block;
  width: 100%;
  height: 100%;
}
.pro_con1 .div .top img{
  max-width: 95%;
  max-height: 95%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  transition: all .5s;
}
.pro_con1 .div:hover .top img{
  transform: translate(-50%,-50%) scale(1.05);
}
.pro_con1 .div .bot{
  width: 100%;
  background: #f7fcff;
  border-bottom: 3px solid #004f9e;
}
.pro_con1 .div .bot .p1{
  font-size: 18px;
  color: #171717;
  line-height: 58px;
  padding: 0 15px;
  border-bottom: 1px solid #eaebec;
  font-weight: bold;
  transition: all .5s;

  text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.pro_con1 .div:hover .bot .p1{
  color: #004f9e;
}
.pro_con1 .div .bot .div1{
  width: 100%;
  padding: 20px 0;
}
.pro_con1 .div .bot .div1 .div2{
  width: 100%;
  height: 182px;
  padding: 0 15px;
  overflow-y: auto;
}
.pro_con1 .div .bot .div1 .div2::-webkit-scrollbar {
  width: 3px;
  background-color: #999;
  border-radius:50px;
}
.pro_con1 .div .bot .div1 .div2::-webkit-scrollbar-thumb {
  border-radius: 50px;
  background-color: #004f9e;
}
.pro_con1 .div .bot .div1 a{
  display: block;
  font-size: 13px;
  color: #666666;
  line-height: 30px;
  padding-right: 12px;
  position: relative;

  text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.pro_con1 .div .bot .div1 a:hover{
  color: #004f9e;
}
.pro_con1 .div .bot .div1 a::before{
  content: '>';
  font-size: 16px;
  color: #004f9e;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media(max-width:1459px){
  .ny_banner .p1 {
    font-size: 33px;
}
.ny_banner .p1 span {
  font-size: 45px;
  top: -30px;
}
.dh_div a {
  font-size: 14px;
}
.dh_div a i {
  width: 14px;
  height: 14px;
}
.dh_div {
  bottom: 14px;
}
.pro_con1 {
  padding-top: 68px;
  padding-bottom: 50px;
}
.ny_bt {
  font-size: 32px;
}
.pro_con1 .rq {
  margin-top: 38px;
}
.pro_con1 .div .top {
  height: 140px;
}
.pro_con1 .div .bot .p1 {
  font-size: 16px;
  line-height: 44px;
  padding: 0 12px;
}
.pro_con1 .div .bot .div1 {
  padding: 15px 0;
}
.pro_con1 .div .bot .div1 .div2 {
  height: 140px;
  padding: 0 12px;
}
.pro_con1 .div .bot .div1 a {
  font-size: 12px;
  line-height: 23px;
  padding-right: 12px;
}
.pro_con1 .div {
  margin-bottom: 32px;
}




}
@media(max-width:1024px){
  .ny_banner .p1 {
    font-size: 30px;
}
.ny_banner .p1 span {
  font-size: 36px;
  top: -24px;
}
.ny_bt {
  font-size: 30px;
}
.pro_con1 .rq {
  margin-top: 30px;
}
.pro_con1 .div{
  width: 23.875%;
  margin-right: 1.5%;
}
.pro_con1 .div:nth-child(5n){
  margin-right: 1.5%;
}
.pro_con1 .div:nth-child(4n){
  margin-right: 0%;
}

}
@media(max-width:768px){
  .ny_banner .p1 {
    font-size: 26px;
}
.dh_div{
  display: none;
}
.pro_con1 {
  padding-top: 60px;
  padding-bottom: 40px;
}
.pro_con1 .div{
  width: 32.333%;
  margin-right: 1.5%;
  margin-bottom: 24px;
}
.pro_con1 .div:nth-child(4n){
  margin-right: 1.5%;
}
.pro_con1 .div:nth-child(3n){
  margin-right: 0%;
}

}
@media(max-width:500px){
  .pro_con1 {
    padding-top: 45px;
    padding-bottom: 20px;
}
.ny_bt {
  font-size: 24px;
}
.pro_con1 .rq {
  margin-top: 26px;
}
.pro_con1 .div{
  width: 49%;
  margin-right: 2%;
  margin-bottom: 20px;
}
.pro_con1 .div:nth-child(3n){
  margin-right: 2%;
}
.pro_con1 .div:nth-child(2n){
  margin-right: 0%;
}

}



/* 产品详情 */
/* pro_dat1 */
.pro_dat1{
  width: 100%;
  background: #f4f4f4;
  position: sticky;
  top: 0;
  z-index: 100;
}
.pro_dat1 span{
  float: left;
  line-height: 90px;
  position: relative;
}
.pro_dat1 span a{
  display: block;
  font-size: 22px;
  color: #333333;
  padding: 0 30px;
}
.pro_dat1 .on a{
  background: #004f9e;
  color: #fff;
}
.pro_dat1 span::before{
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #333333;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.pro_dat1 .on::before,
.pro_dat1 span:last-child:before{
  display: none;
}



/* pro_dat2 */
.i{
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-100px);
  opacity: 0;
}
.pro_dat2{
  width: 100%;
  padding-top: 90px;
  padding-bottom: 35px;
  position: relative;
}
.pro_dat2 .top{
  width: 100%;
  padding-bottom: 26px;
  border-bottom: 1px solid #dddddd;
}
.pro_dat2 .top .lef{
  width: 38%;
  float: left;
}
.pro_dat2 .top .lef p{
  font-size: 40px;
  color: #333333;
  line-height: 60px;
  width: 70%;
}
.pro_dat2 .top .rig{
  width: 62%;
  float: left;
}
.pro_dat2 .top .rig p{
  font-size: 18px;
  color: #666666;
  line-height: 30px;
  margin-bottom: 36px;
}
.pro_dat2 .bot{
  width: 100%;
  padding-top: 28px;
}
.pro_dat2 .bot p{
  font-size: 22px;
  color: #333333;
  line-height: 30px;
}
.pro_dat2 .bot p img{
  width: 40px;
  margin-bottom: -8px;
  margin-right: 10px;
  display: inline-block;
}

/* pro_dat3 */
.pro_dat3{
  width: 100%;
  background: #f4f4f4;
  padding-top: 84px;
  padding-bottom: 86px;
  position: relative;
}
.pro_dat3 .lef{
  width: 47.5%;
  float: left;
}
.pro_dat3 .lef .top{
  width: 100%;
  height: 450px;
  background: #fff;
  position: relative;
  overflow: hidden;
}
.pro_dat3 .lef .top .swiper-container{
  height: 100%;
}
.pro_dat3 .lef .top img{
  max-width: 80%;
  max-height: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.pro_dat3 .swiper-button-next,
.pro_dat3 .swiper-button-prev{
  width: 79px;
  height: 79px;
  background-image: url(../images/img41.png);
  background-size: contain;
  background-repeat: no-repeat;
  right: -40px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
  transition: all .5s;
}
.pro_dat3 .swiper-button-prev{
  left: -40px;
  transform: translateY(-50%) rotate(180deg);
}
.pro_dat3 .swiper-button-next:hover,
.pro_dat3 .swiper-button-prev:hover{
  background-image: url(../images/img42.png);
}
.pro_dat3 .lef .bot{
  width: 100%;
  margin-top: 22px;
}
.pro_dat3 .lef .bot .div{
  width: 100%;
  height: 104px;
  background: #fff;
  position: relative;
}
.pro_dat3 .lef .bot .div::before{
  content: '';
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 2px solid #004f9e;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  opacity: 0;
  transition: all .5s;
}
.pro_dat3 .lef .bot .swiper-slide-thumb-active .div::before{
  opacity: 1;
}
.pro_dat3 .lef .bot .div img{
  max-width: 80%;
  max-height: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.pro_dat3 .rig{
  width: 52.5%;
  float: left;
  padding-left: 60px;
}
.pro_dat3 .rig .p1{
  font-size: 30px;
  color: #004f9e;
  padding-top: 24px;
  padding-bottom: 30px;
  border-bottom: 2px solid #dddddd;
}
.pro_dat3 .rig .div{
  width: 100%;
  padding-top: 40px;
}
.pro_dat3 .rig .div .div1{
  width: 100%;
  height: 420px;
  overflow-y: auto;
  padding-right: 15px;
}
.pro_dat3 .rig .div .div1::-webkit-scrollbar {
  width: 3px;
  background-color: #e8e8e8;
  border-radius:50px;
}
.pro_dat3 .rig .div .div1::-webkit-scrollbar-thumb {
  border-radius: 50px;
  background-color: #004f9e;
}
.pro_dat3 .rig .div .div2{
  width: 100%;
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
}
.pro_dat3 .rig .div .div2::before{
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #004f9e;
  position: absolute;
  top: 13px;
  left: 0px;
}
.pro_dat3 .rig .div .div2 .p2{
  font-size: 16px;
  color: #333333;
  line-height: 30px;
  font-weight: bold;

  text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.pro_dat3 .rig .div .div2 .p3{
  font-size: 16px;
  color: #666;
  line-height: 30px;
}



/* pro_dat4 */
.pro_dat4{
  width: 100%;
  padding-top: 80px;
  padding-bottom: 75px;
  position: relative;
  overflow: hidden;
}
.pro_dat4 .p1{
  font-size: 36px;
  color: #333333;
}
.pro_dat4 .rq{
  width: 100%;
  margin-top: 28px;
  position: relative;
}
.pro_dat4 .rq .top{
  width: 100%;
  height: 216px;
  background: #f5f5f6;
  position: relative;
}
.pro_dat4 .rq .top img{
  max-width: 80%;
  max-height: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  transition: all .5s;
}
.pro_dat4 .rq .swiper-slide:hover .top img{
  transform: translate(-50%,-50%) scale(1.05);
}
.pro_dat4 .rq p{
  font-size: 19px;
  color: #666666;
  text-align: center;
  padding-top: 18px;
  transition: all .5s;
}
.swiper-pagination-bullet-active{
  background: #004f9e;
}
.pro_dat4 .swiper-pagination{
  display: none;
}
.pro_dat4 .rq .swiper-slide:hover p{
  color: #004f9e;
}
.pro_dat4 .swiper-button-next,
.pro_dat4 .swiper-button-prev{
  width: 11px;
  height: 19px;
  background-image: url(../images/img44.png);
  background-size: contain;
  background-repeat: no-repeat;
  right: -60px;
  top: 40%;
  margin-top: 0;
  transform: translateY(-50%);
  opacity: 1;
  transition: all .5s;
}
.pro_dat4 .swiper-button-prev{
  left: -60px;
  transform: translateY(-50%) rotate(180deg);
}
.pro_dat4 .swiper-button-next:hover,
.pro_dat4 .swiper-button-prev:hover{
  background-image: url(../images/img45.png);
}
.dh_div2{
  display: none;
}

@media(max-width:1459px){
  .i {
    transform: translateY(-80px);
}
  .pro_dat1 span {
    line-height: 68px;
}
.pro_dat1 span a {
  font-size: 16px;
  padding: 0 22px;
}
.pro_dat1 span::before {
  width: 4px;
  height: 4px;
}
.pro_dat2 {
  padding-top: 68px;
  padding-bottom: 24px;
}
.pro_dat2 .top .lef p {
  font-size: 30px;
  line-height: 46px;
  width: 62%;
}
.pro_dat2 .top .rig p {
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 25px;
}
.pro_dat2 .top {
  padding-bottom: 16px;
}
.pro_dat2 .bot {
  padding-top: 18px;
}
.pro_dat2 .bot p {
  font-size: 16px;
  line-height: 22px;
}
.pro_dat2 .bot p img {
  width: 30px;
  margin-bottom: -6px;
  margin-right: 10px;
}
.pro_dat3 {
  padding-top: 63px;
  padding-bottom: 64px;
}
.pro_dat3 .lef .top {
  height: 350px;
}
.pro_dat3 .swiper-button-next, .pro_dat3 .swiper-button-prev {
  width: 60px;
  height: 60px;
  right: -30px;
}
.pro_dat3 .swiper-button-prev{
  left: -30px;
}
.pro_dat3 .lef .bot .div {
  height: 84px;
}
.pro_dat3 .rig {
  padding-left: 44px;
}
.pro_dat3 .rig .p1 {
  font-size: 22px;
  padding-top: 18px;
  padding-bottom: 20px;
}
.pro_dat3 .rig .div {
  padding-top: 30px;
}
.pro_dat3 .rig .div .div1 {
  height: 342px;
}
.pro_dat3 .rig .div .div2 {
  margin-bottom: 6px;
  padding-left: 18px;
}
.pro_dat3 .rig .div .div2 .p3,
.pro_dat3 .rig .div .div2 .p2 {
  font-size: 14px;
  line-height: 26px;
}
.pro_dat4 {
  padding-top: 60px;
  padding-bottom: 55px;
}
.pro_dat4 .p1 {
  font-size: 30px;
}
.pro_dat4 .rq {
  margin-top: 24px;
}
.pro_dat4 .rq .top {
  height: 170px;
}
.pro_dat4 .rq p {
  font-size: 16px;
  padding-top: 12px;
}
.pro_dat4 .swiper-button-next, .pro_dat4 .swiper-button-prev {
  right: -36px;
}
.pro_dat4 .swiper-button-prev {
  left: -36px;
}

}
@media(max-width:1259px){
  .pro_dat2 .top .lef p {
    width: 80%;
}

}
@media(max-width:1024px){
  .pro_dat4 .swiper-button-next, .pro_dat4 .swiper-button-prev {
    right: -20px;
}
.pro_dat4 .swiper-button-prev{
  left: -20px;
}

}
@media(max-width:768px){
  .dh_div2{
    display: block;
    position: static;
    height: 40px;
    line-height: 40px;
  }
  .dh_div2 .wrap{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .dh_div a.on{
    color: #000;
  }
  .pro_dat1{
    top: 60px;
  }
  .pro_dat1 .wrap{
    overflow-x: auto;
    white-space: nowrap;
  }
  .pro_dat1 .wrap::-webkit-scrollbar {
    height: 3px;
    background-color: rgba(0, 0, 0, 0);
    border-radius:50px;
}
.pro_dat1 .wrap::-webkit-scrollbar-thumb {
    border-radius: 50px;
    background-color: rgba(0, 0, 0, 0);
}

  .pro_dat1 span {
    line-height: 50px;
    float: none;
    display: inline-block;
}
  .pro_dat2 .top .lef{
    width: 100%;
  }
  .pro_dat2 .top .rig{
    width: 100%;
  }
  .pro_dat2 .top .lef p{
    width: 100%;
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 10px;
  }
  .pro_dat2 {
    padding-top: 50px;
    padding-bottom: 24px;
}
.pro_dat2 .top .rig p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 15px;
}
.pro_dat3 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.pro_dat3 .lef{
  width: 100%;
}
.pro_dat3 .rig{
  width: 100%;
  padding-left: 0;
  padding-top: 20px;
}
.pro_dat4 {
  padding-top: 50px;
  padding-bottom: 40px;
}
.pro_dat4 .swiper-button-next,
.pro_dat4 .swiper-button-prev{
  display: none;
}
.pro_dat4 .swiper-pagination{
  display: block;
  bottom: 0;
}
.pro_dat4 .swiper-container{
  padding-bottom: 40px;
}
.pro_dat4 .p1 {
  font-size: 26px;
}

}
@media(max-width:500px){
  .pro_dat1 span a {
    font-size: 15px;
    padding: 0 15px;
}
.pro_dat2 {
  padding-top: 45px;
  padding-bottom: 24px;
}
.pro_dat2 .top .lef p {
  width: 64%;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 12px;
}
.pro_dat3 {
  padding-top: 45px;
  padding-bottom: 45px;
}
.pro_dat3 .lef .top {
  height: 250px;
}
.pro_dat3 .lef .bot .div {
  height: 70px;
}
.pro_dat3 .lef .bot {
  margin-top: 10px;
}
.pro_dat3 .rig .p1 {
  font-size: 20px;
  padding-top: 14px;
  padding-bottom: 14px;
}
.pro_dat3 .rig .div {
  padding-top: 20px;
}
.pro_dat4 {
  padding-top: 45px;
  padding-bottom: 24px;
}
.pro_dat4 .rq p {
  font-size: 14px;
  padding: 0 5px;
  padding-top: 10px;
}
.pro_dat4 .rq .top {
  height: 120px;
}
.pro_dat4 .p1 {
  font-size: 24px;
}

}
@media(max-width:375px){
  .pro_dat2 .top .lef p {
    width: 70%;
}
}





/* 下载中心 */
/* .dow_con1{
  background: #fff;
  border-bottom: 1px solid #e6e6e6;
}
.dow_con1 .on a{
  background: #fff;
  color: #004f9e;
  border-bottom: 2px solid #004f9e;
} */

.dow_con2{
  width: 100%;
  padding-top: 90px;
  padding-bottom: 80px;
}
.dow_con2 .top{
  width: 100%;
  line-height: 60px;
  background: #f6f6f6;
}
.dow_con2 .div1{
  width: 47.8%;
  float: left;
  padding-right: 15px;
}
.dow_con2 .div2{
  width: 39.6%;
  float: left;
  padding-right: 15px;
}
.dow_con2 .div3{
  width: 12.6%;
  float: left;
}
.dow_con2 .top .div1 span{
  font-size: 18px;
  color: #ffffff;
  width: 170px;
  text-align: center;
  display: block;
  background: #004f9e;
}
.dow_con2 .top .div3,
.dow_con2 .top .div2{
  font-size: 18px;
  color: #999999;
}
.dow_con2 .bot{
  width: 100%;
}
.dow_con2 .bot .div{
  width: 100%;
  line-height: 70px;
  border-bottom: 1px solid #eaeaea;
}
.dow_con2 .bot .div1 p{
  font-size: 16px;
  color: #666666;
  padding-left: 94px;
  position: relative;

  text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.dow_con2 .bot .div1 p em{
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../images/img46.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 50px;
  top: 50%;
  transform: translateY(-50%);
}
.dow_con2 .bot .div2 p{
  font-size: 16px;
  color: #666666;
}
.dow_con2 .bot .div3 a{
  display: block;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  width: 100px;
  height: 33px;
  line-height: 33px;
  border-radius: 33px;
  background: #004f9e;
  margin: 18px 0;
}
.dow_con2 .bot .div3 a em{
  display: inline-block;
  width: 17px;
  height: 15px;
  background-image: url(../images/img47.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
}


@media(max-width:1459px){
  .dow_con2 {
    padding-top: 68px;
    padding-bottom: 60px;
}
.dow_con2 .top {
  line-height: 50px;
}
.dow_con2 .top .div1 span {
  font-size: 15px;
  width: 130px;
}
.dow_con2 .top .div3, .dow_con2 .top .div2 {
  font-size: 15px;
}
.dow_con2 .bot .div {
  line-height: 60px;
}
.dow_con2 .bot .div1 p {
  font-size: 14px;
  padding-left: 56px;
}
.dow_con2 .bot .div1 p em {
  width: 18px;
  height: 18px;
  left: 24px;
}
.dow_con2 .bot .div2 p {
  font-size: 14px;
}
.dow_con2 .bot .div3 a {
  font-size: 14px;
  width: 90px;
  height: 30px;
  line-height: 30px;
  border-radius: 30px;
  margin: 15px 0;
}
.dow_con2 .bot .div3 a em {
  width: 14px;
  height: 13px;
  margin-right: 8px;
}

}
@media(max-width:991px){
  .dow_con2 {
    padding-top: 50px;
    padding-bottom: 45px;
}
  .dow_con2 .div1 {
    width: 62.8%;
}
.dow_con2 .div2 {
  width: 26.6%;
}
.dow_con2 .div2 {
  width: 22.6%;
}
.dow_con2 .bot .div3 a {
  font-size: 12px;
  width: 70px;
  height: 26px;
  line-height: 26px;
  border-radius: 26px;
  margin: 17px 0;
}
.dow_con2 .bot .div3 a em {
  width: 12px;
  height: 12px;
  margin-right: 4px;
}

}
@media(max-width:500px){
  .dow_con2 {
    padding-top: 45px;
    padding-bottom: 45px;
}
  .dow_con2 .div1 {
    width: 58.8%;
}
.dow_con2 .div3 {
  width: 16.6%;
}
.dow_con2 .top .div1 span {
  font-size: 13px;
  width: 106px;
}
.dow_con2 .top .div3, .dow_con2 .top .div2 {
  font-size: 13px;
}
.dow_con2 .top {
  line-height: 46px;
}
.dow_con2 .bot .div {
  line-height: 22px;
  padding: 10px 0;
  padding-top: 15px;
}
.dow_con2 .bot .div1 p {
  font-size: 13px;
  padding-left: 32px;
  white-space: initial;
}
.dow_con2 .bot .div1 p em {
  width: 14px;
  height: 14px;
  left: 10px;
  top: 5px;
  transform: translateY(0);
}
.dow_con2 .bot .div2 p{
  font-size: 13px;
}
.dow_con2 .bot .div3 a{
  width: 100%;
  margin: 0;
}

}



/* 案例列表 */
/* cas_con1 */
.cas_con1{
  width: 100%;
  padding-top: 80px;
  padding-bottom: 90px;
}
.cas_con1 .rq{
  width: 100%;
  padding-bottom: 20px;
}
.cas_con1 .rq .div1{
  width: 100%;
  margin-top: 50px;
}
.cas_con1 .rq .div1 a{
  float: left;
  font-size: 18px;
  color: #171717;
  line-height: 60px;
  padding: 0 31px;
  background: #f3f3f3;
  margin-right: 10px;
  margin-bottom: 10px;
}
.cas_con1 .rq .div1 a:last-child{
  margin-right: 0;
}
.cas_con1 .rq .div1 a.on,
.cas_con1 .rq .div1 a:hover{
  background: #004f9e;
  color: #fff;
}
.cas_con1 .rq .div2{
  width: 100%;
  padding-top: 44px;
}
.cas_con1 .rq .div2 .div{
  width: 23.6%;
  margin-right: 1.866666%;
  margin-bottom: 20px;
  float: left;
}
.cas_con1 .rq .div2 .div:nth-child(4n){
  margin-right: 0;
}
.cas_con1 .rq .div2 .div .top{
  width: 100%;
  overflow: hidden;
}
.cas_con1 .rq .div2 .div .top img{
  width: 100%;
  vertical-align: middle;
  transition: all .5s;
}
.cas_con1 .rq .div2 .div:hover .top img{
  transform: scale(1.05);
}
.cas_con1 .rq .div2 .div .bot{
  width: 100%;
  height: 280px;
  border: 1px solid #eaeaea;
  padding: 26px 20px;
  position: relative;
}
.cas_con1 .rq .div2 .div .bot .p1{
  font-size: 20px;
  color: #171717;
  line-height: 26px;
  height: 52px;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.cas_con1 .rq .div2 .div .bot .p2{
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  margin-top: 20px;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.cas_con1 .rq .div2 .div .bot button{
  font-size: 14px;
  color: #004f9e;
  width: 155px;
  height: 40px;
  border-radius: 40px;
  background: #f3f3f3;
  position: absolute;
  bottom: 36px;
  left: 20px;
  transition: all .5s;
}
.cas_con1 .rq .div2 .div:hover .bot button{
  background: #004f9e;
  color: #fff;
}


/* 分页器 */
.fy{
  display: table;
  width: auto;
  margin: 0 auto;
}
.fy li{
  float: left;
  text-align: center;
  margin: 0 4px;
  overflow: hidden;
}
.fy li a{
  width: 40px;
  height: 40px;
  line-height: 38px;
  font-size: 18px;
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  color: #c2c2c2;
  display: block;
  font-family: "din_rig";
  position: relative;
}
.fy li.on a,
.fy li:hover a{
  border: 1px solid #004f9e;
  background: #004f9e;
  color: #fff;
}
.fy .per a,
.fy .nex a{
  border: 1px solid #eaeaea;
  background: #eaeaea;
  position: relative;
}
.fy .per a::before,
.fy .nex a::before{
  content: '';
  width: 10px;
  height: 19px;
  background-image: url(../images/img50.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  transition: all .5s;
}
.fy .per a::before{
  transform: translate(-50%,-50%) rotate(180deg);
}
.fy .per:hover a::before,
.fy .nex:hover a::before{
  background-image: url(../images/img49.png);
}

@media(max-width:1459px){
  .cas_con1 {
    padding-top: 60px;
    padding-bottom: 68px;
}
.cas_con1 .rq .div1 {
  margin-top: 38px;
}
.cas_con1 .rq .div1 a {
  font-size: 15px;
  line-height: 45px;
  padding: 0 22px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.cas_con1 .rq .div2 {
  padding-top: 32px;
}
.cas_con1 .rq .div2 .div .bot {
  height: 220px;
  padding: 18px 14px;
}
.cas_con1 .rq .div2 .div .bot .p1 {
  font-size: 17px;
  line-height: 26px;
  height: 52px;
}
.cas_con1 .rq .div2 .div .bot .p2 {
  font-size: 14px;
  line-height: 22px;
  margin-top: 10px;
}
.cas_con1 .rq .div2 .div .bot button {
  font-size: 14px;
  width: 110px;
  height: 36px;
  border-radius: 36px;
  bottom: 18px;
  left: 14px;
}




}
@media(max-width:768px){
  .cas_con1 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.cas_con1 .rq .div1 {
  margin-top: 28px;
}
.cas_con1 .rq .div1 a {
  font-size: 14px;
  line-height: 38px;
  padding: 0 10px;
  margin-right: 5px;
  margin-bottom: 5px;
}
.cas_con1 .rq .div2 {
  padding-top: 24px;
}
.cas_con1 .rq .div2 .div{
  width: 49%;
  margin-right: 2%;
}
.cas_con1 .rq .div2 .div:nth-child(3n){
  margin-right: 2%;
}
.cas_con1 .rq .div2 .div:nth-child(2n){
  margin-right: 0;
}


}
@media(max-width:500px){

  .cas_con1 {
    padding-top: 45px;
    padding-bottom: 45px;
}
.cas_con1 .rq .div1 {
  margin-top: 24px;
}
.cas_con1 .rq .div2 .div{
  width: 100%;
  margin-right: 0;
}
.cas_con1 .rq .div2 .div .bot .p1 {
  font-size: 18px;
}
.fy li a {
  width: 32px;
  height: 32px;
  line-height: 30px;
  font-size: 14px;
  border-radius: 5px;
}
.fy .per a::before, .fy .nex a::before {
  width: 7px;
  height: 13px;
}


}



/* 案例详情 */
.cse_dat1{
  width: 100%;
  padding-top: 100px;
  padding-bottom: 40px;
}
.pro_date33333 .cse_dat1{
  width: 100%;
  padding-top: 20px;
  padding-bottom: 40px;
}
.cse_dat1 .top{
  width: 100%;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 36px;
}
.cse_dat1 .top .lef{
  width: 72%;
  float: left;
}
.cse_dat1 .top .lef .p1{
  font-size: 30px;
  color: #333333;
  margin-bottom: 22px;
  padding-right: 15px;
}
.cse_dat1 .top .lef .p2 span{
  font-size: 16px;
  color: #999999;
  margin-right: 14px;
}
.cse_dat1 .top .rig{
  width: 28%;
  float: right;
}
.dat_div1{
  display: flex;
  justify-content: space-between;
}
.dat_div a{
  font-size: 16px;
  color: #666666;
}
.dat_div .pre i,
.dat_div .nex i{
  display: inline-block;
  width: 10px;
  height: 20px;
  background-image: url(../images/img51.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: -5px;
  margin-right: 15px;
}
.dat_div .nex i{
  background-image: url(../images/img52.png);
  margin-right: 0;
  margin-left: 15px;
}
.dat_div .ml i{
  width: 18px;
  height: 18px;
  display: inline-block;
  background-image: url(../images/img53.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: -3px;
  margin-right: 15px;
}
.cse_dat1 .bot{
  width: 100%;
  padding-top: 36px;
}
.cse_dat1 .bot p{
  font-size: 18px;
  color: #666666;
  line-height: 30px;
}
.cse_dat1 .bot .p1{
  margin-bottom: 30px;
}
.cse_dat1 .bot img{
  max-width: 100% !important;
  height: auto !important;
  vertical-align: middle;
}
.cse_dat1 .bot .p2{
  margin-top: 40px;
  margin-bottom: 55px;
}
.cse_dat1 .bot .p3{
  font-size: 24px;
  color: #171717;
}

.cse_dat1 .bot .pro_table{
  width: 100%;
  overflow-x: scroll;
}
.cse_dat1 .bot .pro_table::-webkit-scrollbar {
   width: 3px;
   height: 2px;
   background-color: transparent;
 }
.cse_dat1 .bot .pro_table::-webkit-scrollbar-thumb {
   background-color:transparent;
   border-radius: 10px;
 }


/* cse_dat2 */
.cse_dat2{
  width: 100%;
  padding-top: 76px;
  padding-bottom: 84px;
  background: #f3f3f3;
  overflow: hidden;
}
.cse_dat2 .p1{
  font-size: 30px;
  color: #333333;
}
.cse_dat2 .rq{
  width: 100%;
  margin-top: 38px;
  position: relative;
}
.cse_dat2 .rq .top{
  width: 100%;
  overflow: hidden;
}
.cse_dat2 .rq .top img{
  width: 100%;
  vertical-align: middle;
  transition: all .5s;
}
.cse_dat2 .rq .swiper-slide:hover .top img{
  transform: scale(1.05);
}
.cse_dat2 .rq .bot{
  width: 100%;
  height: 105px;
  background: #fff;
  padding: 22px 20px;
  transition: all .5s;
}
.cse_dat2 .rq .swiper-slide:hover .bot{
  background: #004f9e;
}
.cse_dat2 .rq .bot p{
  font-size: 20px;
  color: #333333;
  line-height: 26px;
  transition: all .5s;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.cse_dat2 .rq .swiper-slide:hover .bot p{
  color: #fff;
}
.cse_dat2 .swiper-pagination{
  display: none;
}
.cse_dat2 .swiper-button-next,
.cse_dat2 .swiper-button-prev{
  width: 11px;
  height: 19px;
  background-image: url(../images/img44.png);
  background-size: contain;
  background-repeat: no-repeat;
  right: -60px;
  top: 50%;
  margin-top: 0;
  transform: translateY(-50%);
  opacity: 1;
  transition: all .5s;
}
.cse_dat2 .swiper-button-prev{
  left: -60px;
  transform: translateY(-50%) rotate(180deg);
}
.cse_dat2 .swiper-button-next:hover,
.cse_dat2 .swiper-button-prev:hover{
  background-image: url(../images/img45.png);
}

.cse_dat3{
  background: #f3f3f3;
}

@media(max-width:1459px){
  .cse_dat1 {
    padding-top: 74px;
    padding-bottom: 30px;
}
.cse_dat1 .top .lef .p1 {
  font-size: 24px;
  margin-bottom: 12px;
}
.cse_dat1 .top .lef .p2 span {
  font-size: 14px;
}
.cse_dat1 .top {
  padding-bottom: 26px;
}
.dat_div a {
  font-size: 14px;
}
.dat_div .pre i, .dat_div .nex i {
  width: 7px;
  height: 15px;
  margin-bottom: -3px;
  margin-right: 10px;
}
.dat_div .nex i {
  margin-right: 0;
  margin-left: 10px;
}
.dat_div .ml i {
  width: 12px;
  height: 12px;
  margin-bottom: -1px;
  margin-right: 10px;
}
.cse_dat1 .bot {
  padding-top: 26px;
}
.cse_dat1 .bot p {
  font-size: 15px;
  line-height: 26px;
}
.cse_dat1 .bot .p1 {
  margin-bottom: 22px;
}
.cse_dat1 .bot .p2 {
  margin-top: 30px;
  margin-bottom: 40px;
}
.cse_dat1 .bot .p3 {
  font-size: 18px;
}
.cse_dat2 {
  padding-top: 56px;
  padding-bottom: 62px;
}
.cse_dat2 .rq {
  margin-top: 26px;
}
.cse_dat2 .rq .bot {
  width: 100%;
  height: 80px;
  padding: 15px 15px;
}
.cse_dat2 .rq .bot p {
  font-size: 16px;
  line-height: 24px;
}
.cse_dat2 .swiper-button-next, .cse_dat2 .swiper-button-prev {
  right: -36px;
}
.cse_dat2 .swiper-button-prev {
  left: -36px;
}

}
@media(max-width:991px){
  .cse_dat1 {
    padding-top: 50px;
    padding-bottom: 40px;
}
.cse_dat1 .top .lef{
  width: 100%;
}
.cse_dat2 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.cse_dat2 .swiper-button-next, .cse_dat2 .swiper-button-prev {
  right: -20px;
}
.cse_dat2 .swiper-button-prev {
  left: -20px;
}

}
@media(max-width:768px){
  .cse_dat2 .swiper-button-next, .cse_dat2 .swiper-button-prev{
    display: none;
  }
  .cse_dat2 .swiper-pagination{
    display: block;
  }
  .cse_dat2 {
    padding-top: 50px;
    padding-bottom: 20px;
}
  .cse_dat2 .swiper-container{
    padding-bottom: 50px;
    bottom: 0;
  }
  .cse_dat2 .p1 {
    font-size: 26px;
}
.cse_dat1 .top .lef .p1{
  padding-right: 0;
}

}
@media(max-width:500px){
  .cse_dat1 {
    padding-top: 40px;
    padding-bottom: 40px;
}
  .pro_date33333 .cse_dat1 {
    padding-top: 0px;
  }
.cse_dat1 .top .lef .p1 {
  margin-bottom: 10px;
  line-height: 34px;
}
.cse_dat1 .top {
  padding-bottom: 20px;
}
.cse_dat1 .bot .p2 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.cse_dat1 .bot p {
  font-size: 14px;
  line-height: 24px;
}
.cse_dat2 {
  padding-top: 40px;
}
.cse_dat2 .p1 {
  font-size: 24px;
}
.cse_dat2 .rq {
  margin-top: 25px;
}
.cse_dat2 .rq .bot p {
  font-size: 14px;
  line-height: 24px;
}

}



/* 售后服务 */
.ser_con1{
  width: 100%;
  background: #f6f6f6;
}
.ser_con1 .rq{
  display: table;
  width: auto;
  margin: 0 auto;
}
.ser_con1 .rq a{
  font-size: 22px;
  color: #333333;
  line-height: 80px;
  float: left;
  position: relative;
  margin: 0 45px;
}
/* .ser_con1 .rq a::before{
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #333;
  position: absolute;
  right: -42px;
  top: 50%;
  transform: translateY(-50%);
} */
.ser_con1 .rq a:last-child::before{
  display: none;
}
.ser_con1 .rq a.on{
  color: #004f9e;
  border-bottom: 4px solid #004f9e;
}
.ser_con1 .rq a:hover{
  color: #004f9e;
}


/* ser_con2 */
.ser_con2{
  width: 100%;
  padding: 115px 0;
}
.ser_con2 .rq{
  width: 100%;
  position: relative;
}
.ser_con2 .rq .rig{
  width: 45.5%;
  position: absolute;
  right: 0;
  top: 0;
}
.ser_con2 .rq .rig img{
  width: 100%;
  vertical-align: middle;
}
.ser_con2 .rq1 .lef{
  width: 56%;
  float: left;
  padding-right: 110px;
}
.ser_con2 .rq1 .lef .p1{
  font-size: 40px;
  color: #171717;
  padding-top: 25px;
  padding-bottom: 36px;
  border-bottom: 1px solid #e7e7e7;
}
.ser_con2 .rq1 .lef .p1 span{
  text-transform: uppercase;
  font-size: 44px;
  color: #171717;
  opacity: 0.1;
  margin-left: 18px;
}
.ser_con2 .rq1 .lef .div{
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}
.ser_con2 .rq1 .lef .div p{
  font-size: 18px;
  color: #666666;
  line-height: 36px;
  margin-bottom: 18px;
}
.ser_con2 .rq1 .lef .div1{
  width: 100%;
}
.ser_con2 .rq1 .lef .div2{
  width: 360px;
  height: 180px;
  border: 1px solid #e4e4e4;
  position: relative;
  overflow: hidden;
  float: left;
}
.ser_con2 .rq1 .lef .div2::before{
  content: '';
  width: 60px;
  height: 60px;
  background-image: url(../images/img59.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -32px;
  right: -32px;
  transform: rotate(45deg);
}
.ser_con2 .rq1 .lef .div3{
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  padding-left: 100px;
}
.ser_con2 .rq1 .lef .div3 img{
  width: 64px;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.ser_con2 .rq1 .lef .div3 .p2{
  font-size: 20px;
  color: #666666;
}
.ser_con2 .rq1 .lef .div3 .p3{
  font-size: 36px;
  color: #004f9e;
  font-family: "din";
}
.ser_con2 .rq1 .lef .div4{
  width: 180px;
  height: 180px;
  border: 1px solid #e4e4e4;
  margin-left: 24px;
  float: left;
  padding-top: 12px;
}
.ser_con2 .rq1 .lef .div4 img{
  display: block;
  margin: 0 auto;
  width: 70%;
}
.ser_con2 .rq1 .lef .div4 p{
  font-size: 16px;
  color: #999999;
  text-align: center;
  padding: 0 10px;
  margin-top: 6px;
}


/* ser_con3 */
.ser_con3{
  width: 100%;
  background: #f3f3f3;
  padding-top: 95px;
  padding-bottom: 75px;
}
.ser_con3 .lef{
  width: 44%;
  float: left;
}
.ser_con3 .lef p{
  font-size: 40px;
  color: #333333;
  line-height: 60px;
  padding-bottom: 44px;
  position: relative;
}
.ser_con3 .lef p::before{
  content: '';
  width: 48px;
  height: 3px;
  background: #004f9e;
  position: absolute;
  bottom: 0;
  left: 0;
}
.ser_con3 .rig{
  width: 56%;
  float: left;
}
.ser_con3 .rig .div{
  width: 100%;
  margin-bottom: 24px;
}
.ser_con3 .rig .div .div1{
  width: 48%;
  float: left;
  margin-right: 4%;
}
.ser_con3 .rig .div .div1:nth-child(2){
  margin-right: 0;
}
.ser_con3 .rig .div p{
  font-size: 18px;
  color: #333333;
}
.ser_con3 .rig .div p span{
  color: #ff0000;
}
.ser_con3 .rig .div input{
  width: 100%;
  height: 55px;
  background: #fff;
  border-radius: 5px;
  margin-top: 10px;
  font-size: 16px;
  color: #c3c3c3;
  padding: 0 16px;
}
.ser_con3 .rig .div textarea{
  width: 100%;
  height: 160px;
  background: #fff;
  border-radius: 5px;
  margin-top: 10px;
  font-size: 16px;
  color: #c3c3c3;
  padding: 16px;
}
.ser_con3 .rig .div input:-moz-placeholder, 
.ser_con3 .rig .div textarea:-moz-placeholder {  
     color: #c3c3c3;   
}  
.ser_con3 .rig .div input:-ms-input-placeholder,
.ser_con3 .rig .div textarea:-ms-input-placeholder { 
    color: #c3c3c3;   
} 
.ser_con3 .rig .div input::-webkit-input-placeholder, 
.ser_con3 .rig .div textarea::-webkit-input-placeholder { 
    color: #c3c3c3;   
}
.ser_con3 .rig button{
  font-size: 16px;
  color: #ffffff;
  width: 220px;
  height: 54px;
  border-radius: 5px;
  background: #004f9e;
  display: block;
}

@media(max-width:1459px){
  .ser_con1 .rq a {
    font-size: 16px;
    line-height: 60px;
    margin: 0 34px;
}
.ser_con1 .rq a::before {
  width: 4px;
  height: 4px;
  right: -34px;
}
.ser_con1 .rq a.on {
  border-bottom: 2px solid #004f9e;
}
.ser_con2 {
  padding: 86px 0;
}
.ser_con2 .rq1 .lef {
  padding-right: 64px;
}
.ser_con2 .rq1 .lef .p1 {
  font-size: 30px;
  padding-top: 18px;
  padding-bottom: 26px;
}
.ser_con2 .rq1 .lef .p1 span {
  font-size: 33px;
  margin-left: 14px;
}
.ser_con2 .rq1 .lef .div {
  padding-top: 30px;
  padding-bottom: 30px;
}
.ser_con2 .rq1 .lef .div p {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 12px;
}
.ser_con2 .rq1 .lef .div2 {
  width: 270px;
  height: 140px;
}
.ser_con2 .rq1 .lef .div3 {
  padding-left: 76px;
}
.ser_con2 .rq1 .lef .div3 img {
  width: 48px;
  left: 15px;
}
.ser_con2 .rq1 .lef .div3 .p2 {
  font-size: 14px;
}
.ser_con2 .rq1 .lef .div3 .p3 {
  font-size: 26px;
}
.ser_con2 .rq1 .lef .div2::before {
  width: 50px;
  height: 50px;
  top: -24px;
  right: -30px;
}
.ser_con2 .rq1 .lef .div4 {
  width: 140px;
  height: 140px;
  margin-left: 18px;
  padding-top: 8px;
}
.ser_con2 .rq1 .lef .div4 p {
  font-size: 12px;
  margin-top: 5px;
}
.ser_con3 {
  padding-top: 72px;
  padding-bottom: 58px;
}
.ser_con3 .lef p {
  font-size: 30px;
  line-height: 48px;
  padding-bottom: 32px;
}
.ser_con3 .rig .div p {
  font-size: 16px;
}
.ser_con3 .rig .div input {
  height: 46px;
  margin-top: 8px;
  font-size: 14px;
  padding: 0 16px;
}
.ser_con3 .rig .div {
  margin-bottom: 18px;
}
.ser_con3 .rig .div textarea {
  height: 130px;
  margin-top: 8px;
  font-size: 14px;
  padding: 16px;
}
.ser_con3 .rig button {
  font-size: 14px;
  width: 190px;
  height: 46px;
}


}
@media(max-width:991px){
  .ser_con2 {
    padding: 60px 0;
}
.ser_con2 .rq1 .lef {
  padding-right: 46px;
}
.ser_con2 .rq1 .lef .p1 {
  font-size: 26px;
  padding-top: 0px;
  padding-bottom: 14px;
}
.ser_con2 .rq1 .lef .p1 span {
  font-size: 26px;
  margin-left: 10px;
}
.ser_con2 .rq1 .lef .div {
  padding-top: 14px;
  padding-bottom: 12px;
}
.ser_con2 .rq1 .lef .div p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 12px;
}
.ser_con2 .rq1 .lef .div2 {
  width: 230px;
  height: 110px;
}
.ser_con2 .rq1 .lef .div4 {
  width: 110px;
  height: 110px;
  margin-left: 12px;
  padding-top: 4px;
}
.ser_con2 .rq1 .lef .div4 p {
  font-size: 12px;
  margin-top: 5px;
  padding: 0;
  transform: scale(.9);
}
.ser_con3 .lef p {
  font-size: 26px;
  line-height: 42px;
  padding-bottom: 24px;
}

}
@media(max-width:768px){
  .ser_con2 .rq1 .lef{
    width: 100%;
    padding-right: 0;
  }
  .ser_con2 .rq .rig{
    width: 100%;
    position: static;
    padding: 0 20px;
    margin-bottom: 20px;
  }
  .ser_con3 {
    padding-top: 60px;
    padding-bottom: 50px;
}
.ser_con3 .lef{
  width: 100%;
}
.ser_con3 .rig{
  width: 100%;
  margin-top: 30px;
}

}
@media(max-width:500px){
  .ser_con1 .rq a {
    font-size: 14px;
    line-height: 44px;
    margin: 0 18px;
}
.ser_con1 .rq a::before {
  right: -20px;
}
  .ser_con2 {
    padding: 45px 0;
}
.ser_con2 .rq1 .lef .p1 span,
.ser_con2 .rq1 .lef .p1 {
  font-size: 24px;
}
.ser_con2 .rq1 .lef .div3 img {
  width: 40px;
  left: 8px;
}
.ser_con2 .rq1 .lef .div3 {
  padding-left: 56px;
}
.ser_con2 .rq1 .lef .div3 .p3 {
  font-size: 24px;
}
.ser_con2 .rq1 .lef .div2 {
  width: 200px;
  height: 110px;
}
.ser_con2 .rq1 .lef .div4 {
  margin-left: 6px;
}
.ser_con3 {
  padding-top: 45px;
  padding-bottom: 34px;
}
.ser_con3 .lef p {
  font-size: 24px;
  line-height: 36px;
  padding-bottom: 20px;
}
.ser_con3 .rig .div p {
  font-size: 14px;
}
.ser_con3 .rig .div input {
  height: 40px;
  font-size: 14px;
  padding: 0 10px;
  border-radius: 3px;
}
.ser_con3 .rig .div textarea {
  height: 110px;
  font-size: 14px;
  padding: 10px;
}

}



/* 资源下载 */
.ser_dow1{
  width: 100%;
  padding-top: 100px;
  padding-bottom: 70px;
}
.ser_dow1 .top{
  width: 100%;
}
.ser_dow1 .top .div{
  display: table;
  width: auto;
  margin: 0 auto;
}
.ser_dow1 .top .div a{
  float: left;
  width: 340px;
  height: 70px;
  line-height: 68px;
  border: 1px solid #c4c4c4;
  border-right: none;
  text-align: center;
  font-size: 24px;
  color: #333333;
}
.ser_dow1 .top .div a:hover{
  color: #004f9e;
}
.ser_dow1 .top .div a.on:hover{
  color: #fff;
}
.ser_dow1 .top .div a.on{
  color: #fff;
  border: 1px solid #004f9e;
  background: #004f9e;
}
.ser_dow1 .top .div a:last-child{
  border-right: 1px solid #c4c4c4;
}
.ser_dow1 .top p{
  font-size: 18px;
  color: #666666;
  margin-top: 25px;
  text-align: center;
}
.ser_dow1 .top p.xiaoZi{
  font-size: 15px;
  opacity: 0.7;
  margin-top: 8px;
}

@media (max-width:1280px) {}
.ser_dow1 .bot{
  width: 100%;
}
.ser_dow1 .bot .rq{
  width: 100%;
  padding-top: 60px;
  padding-bottom: 30px;
}
.ser_dow1 .bot .rq .div{
  width: 32%;
  height: 234px;
  background: #f6f6f6;
  float: left;
  margin-right: 2%;
  margin-bottom: 24px;
}
.ser_dow1 .bot .rq .div:nth-child(3n){
  margin-right: 0;
}
.ser_dow1 .bot .rq .div a{
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px 28px;
}
.ser_dow1 .bot .rq .div .p1{
  font-size: 18px;
  color: #999999;
  border: 1px solid #999999;
  /* width: 140px; */
  line-height: 40px;
  text-align: center;
  transition: all .5s;
  width: auto;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;

}
.ser_dow1 .bot .rq .div:hover .p1{
  color: #004f9e;
  border: 1px solid #004f9e;
}
.ser_dow1 .bot .rq .div .p2{
  font-size: 24px;
  color: #333333;
  margin-top: 20px;
  margin-bottom: 24px;

  text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.ser_dow1 .bot .rq .div .p3{
  font-size: 14px;
  color: #999999;
}
.ser_dow1 .bot .rq .div button{
  width: 100px;
  height: 40px;
  font-size: 16px;
  color: #333333;
  background: #e2e2e2;
  margin-top: 12px;
  transition: all .5s;
}
.ser_dow1 .bot .rq .div button i{
  display: inline-block;
  width: 20px;
  height: 17px;
  background-image: url(../images/img61.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 7px;
  margin-bottom: -4px;
  transition: all .5s;
}
.ser_dow1 .bot .rq .div:hover button{
  background: #004f9e;
  color: #fff;
}
.ser_dow1 .bot .rq .div:hover button i{
  background-image: url(../images/img62.png);
}

@media(max-width:1459px){
  .ser_dow1 {
    padding-top: 76px;
    padding-bottom: 52px;
}
.ser_dow1 .top .div a {
  width: 230px;
  height: 58px;
  line-height: 56px;
  font-size: 18px;
}
.ser_dow1 .top p {
  font-size: 15px;
  margin-top: 20px;
}

.ser_dow1 .top p.xiaoZi{
    font-size: 13px;
}
.ser_dow1 .bot .rq {
  padding-top: 45px;
  padding-bottom: 20px;
}
.ser_dow1 .bot .rq .div {
  height: 180px;
  margin-bottom: 20px;
}
.ser_dow1 .bot .rq .div a {
  padding: 15px 20px;
}
.ser_dow1 .bot .rq .div .p1 {
  font-size: 14px;
  width: 110px;
  line-height: 32px;
}
.ser_dow1 .bot .rq .div .p2 {
  font-size: 18px;
  margin-top: 16px;
  margin-bottom: 18px;
}
.ser_dow1 .bot .rq .div .p3 {
  font-size: 12px;
}
.ser_dow1 .bot .rq .div button {
  width: 80px;
  height: 34px;
  font-size: 14px;
  margin-top: 10px;
}
.ser_dow1 .bot .rq .div button i {
  width: 18px;
  height: 16px;
}

}
@media(max-width:768px){
  .ser_dow1 {
    padding-top: 60px;
    padding-bottom: 50px;
}
.ser_dow1 .top .div a {
  width: 180px;
  height: 50px;
  line-height: 48px;
  font-size: 14px;
}
.ser_dow1 .top p {
  font-size: 14px;
  margin-top: 16px;
}

.ser_dow1 .top p.xiaoZi{
    font-size: 12px;
}
.ser_dow1 .bot .rq {
  padding-top: 34px;
  padding-bottom: 20px;
}
.ser_dow1 .bot .rq .div{
  width: 49%;
  margin-right: 2%;
  margin-bottom: 14px;
}
.ser_dow1 .bot .rq .div:nth-child(3n){
  margin-right: 2%;
}
.ser_dow1 .bot .rq .div:nth-child(2n){
  margin-right: 0%;
}

}
@media(max-width:500px){
  .ser_dow1 {
    padding-top: 45px;
    padding-bottom: 40px;
}
.ser_dow1 .top .div a {
  width: 140px;
  height: 46px;
  line-height: 44px;
  font-size: 14px;
}
.ser_dow1 .bot .rq .div{
  width: 100%;
  margin-right: 0;
}

}



/* 新闻中心 */
.new_con1{
  width: 100%;
  padding-top: 88px;
  padding-bottom: 64px;
}
.new_con1 .rq{
  width: 100%;
  padding-bottom: 30px;
}
.new_con1 .rq .div{
  width: 32%;
  margin-right: 2%;
  float: left;
  margin-bottom: 24px;
}
.new_con1 .rq .div:nth-child(3n){
  margin-right: 0;
}
.new_con1 .rq .div .top{
  width: 100%;
  overflow: hidden;
  padding-bottom: 67%;
  position: relative;
  text-align: center;
  height: 0;
  border: 1px solid #e5e5e5;
  background: #f6f6f6;
}
.new_con1 .rq .div .top img{
  max-width: 100%;
  max-height: 100%;
  transition: all .5s;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.new_con1 .rq .div:hover .top img{
  transform:  translate(-50%,-50%) scale(1.05);
}
.new_con1 .rq .div .bot{
  width: 100%;
  height: 265px;
  background: #f6f6f6;
  padding: 28px 24px;
}
.new_con1 .rq .div .bot .div1{
  width: 100%;
  padding-right: 85px;
  position: relative;
}
.new_con1 .rq .div .bot .div1 .p1{
  font-size: 24px;
  color: #333333;
  line-height: 36px;
  height: 72px;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: all .5s;
}
.new_con1 .rq .div:hover .bot .div1 .p1{
  color: #004f9e;
}
.new_con1 .rq .div .bot .div2{
  width: 70px;
  height: 60px;
  border-radius: 5px;
  background: #004f9e;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.new_con1 .rq .div .bot .div2 p{
  font-size: 30px;
  color: #ffffff;
  text-align: center;
  font-family: "din_rig";
}
.new_con1 .rq .div .bot .div2 p span{
  display: block;
  font-size: 14px;
  color: #ffffff;
  opacity: 0.7;
}
.new_con1 .rq .div .bot .p2{
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  height: 60px;
  margin-top: 30px;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.new_con1 .rq .div .bot .p3{
  font-size: 14px;
  color: #004f9e;
  margin-top: 30px;
}


@media(max-width:1459px){
  .new_con1 {
    padding-top: 66px;
    padding-bottom: 50px;
}
.new_con1 .rq .div .bot {
  height: 210px;
  padding: 20px 16px;
}
.new_con1 .rq .div .bot .div1 .p1 {
  font-size: 18px;
  line-height: 30px;
  height: 60px;
}
.new_con1 .rq .div .bot .div2 p {
  font-size: 26px;
}
.new_con1 .rq .div .bot .div2 {
  width: 70px;
  height: 56px;
}
.new_con1 .rq .div .bot .p2 {
  font-size: 14px;
  line-height: 26px;
  height: 52px;
  margin-top: 20px;
}
.new_con1 .rq .div .bot .p3 {
  font-size: 12px;
  margin-top: 20px;
}

}
@media(max-width:768px){
  .new_con1 .rq .div{
    width: 49%;
    margin-right: 2%;
    margin-bottom: 18px;
  }
  .new_con1 .rq .div:nth-child(3n){
    margin-right: 2%;
  }
  .new_con1 .rq .div:nth-child(2n){
    margin-right: 0;
  }

}
@media(max-width:500px){
  .new_con1 {
    padding-top: 45px;
    padding-bottom: 40px;
}
.new_con1 .rq {
  padding-bottom: 18px;
}
.new_con1 .rq .div{
  width: 100%;
  margin-right: 0;
}

}




/* 关于我们 */
/* abo_con1 */
.abo_con1{
  width: 100%;
  padding-top: 105px;
  padding-bottom: 85px;
}
.abo_con1 .ny_bt{
  padding-bottom: 26px;
  border-bottom: 2px solid #eaeaea;
}
.abo_con1 .rq{
  width: 100%;
  padding-top: 52px;
}
.abo_con1 .rq .div{
  width: 46%;
  float: left;
}
.abo_con1 .rq .div:nth-child(2){
  float: right;
}
.abo_con1 .rq .div p{
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  margin-bottom: 30px;
}
.abo_con1 .rq .div .div1{
  display: none;
}
.abo_con1 .rq .div button{
  font-size: 16px;
  color: #004f9e;
}


/* abo_con2 */
.abo_con2{
  width: 100%;
  background: #f6f6f6;
}
.abo_con2 .rq{
  width: 100%;
  position: relative;
}
.abo_con2 .rq .rig{
  width: 53.5%;
  float: right;
}
.abo_con2 .rq .rig img{
  width: 100%;
  vertical-align: middle;
}
.abo_con2 .rq .rq1{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.abo_con2 .rq1 .lef{
  width: 45%;
  float: left;
}
.abo_con2 .rq1 .lef .div{
  width: 33.333%;
  float: left;
  margin-top: 40px;
}
.abo_con2 .rq1 .lef .div:nth-child(1),
.abo_con2 .rq1 .lef .div:nth-child(2),
.abo_con2 .rq1 .lef .div:nth-child(3){
  margin-top: 0;
}
.abo_con2 .rq1 .lef .div .p1{
  font-size: 16px;
  color: #666666;
}
.abo_con2 .rq1 .lef .div .p2{
  font-size: 48px;
  line-height: 48px;
  color: #004f9e;
  font-family: "din_bold";
  margin-top: 12px;
  margin-bottom: 8px;
  position: relative;
  font-weight: bold;
}
.abo_con2 .rq1 .lef .div .p2 .sp{
  font-size: 40px;
}
.abo_con2 .rq1 .lef .div .p2 em{
  font-size: 20px;
  color: #333333;
  position: absolute;
  top: 0;
  font-family: "din";
  margin-left: 5px;
}
.abo_con2 .rq1 .lef .div .p3{
  font-size: 20px;
  color: #333333;
}


/* abo_con3 */
.abo_con3{
  width: 100%;
  padding-top: 100px;
  padding-bottom: 108px;
}
.abo_con3 .p{
  display: table;
  width: auto;
  margin: 0 auto;
  font-size: 24px;
  color: #004f9e;
  line-height: 54px;
  border-top: 2px solid #ccdcec;
  border-bottom: 2px solid #ccdcec;
  margin-top: 20px;
}
.abo_con3 .rq{
  width: 100%;
  padding-top: 55px;
}
.abo_con3 .rq .div{
  width: 22.5%;
  height: 370px;
  margin-right: 3.3333%;
  float: left;
  border: 1px solid #dedede;
  border-bottom: 6px solid #004f9e;
  padding: 45px 10px;
}
.abo_con3 .rq .div:nth-child(4n){
  margin-right: 0;
}
.abo_con3 .rq .div .div1{
  width: 112px;
  height: 112px;
  border-radius: 50%;
  background: #f6f6f6;
  position: relative;
  margin: 0 auto;
  transition: all .5s;
}
.abo_con3 .rq .div:hover .div1{
  transform: translateY(-10px);
}
.abo_con3 .rq .div .div1 img{
  max-width: 60%;
  max-height: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  transition: all .5s;
}
.abo_con3 .rq .div:hover .div1 img{
  transform: translate(-50%,-50%) scale(1.05);
}
.abo_con3 .rq .div .p1{
  font-size: 30px;
  color: #333333;
  margin-top: 38px;
  margin-bottom: 15px;
  text-align: center;
}
.abo_con3 .rq .div .p2{
  font-size: 20px;
  color: #666666;
  text-align: center;
  line-height: 30px;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}


/* abo_con4 */
.abo_con4{
  width: 100%;
  background-image: url(../images/img69.jpg);
  background-size: cover;
  background-position: bottom;
  padding-top: 80px;
  overflow: hidden;
}
.abo_con4 .rq{
  width: 100%;
  padding-top: 72px;
  padding-bottom: 60px;
}
.abo_con4 .rq .top{
  width: 100%;
  display: flex;
}
.abo_con4 .rq .top .lef{
  width: 50%;
  border: 1px solid #004f9e;
}
.abo_con4 .rq .top .lef img{
  width: 100%;
  vertical-align: middle;
}
.abo_con4 .rq .top .rig2{
  width: 50%;

}
.abo_con4 .rq .top .rig{
  width: 100%;
  padding-left: 98px;
}
.abo_con4 .rq .top .rig .p1{
  font-family: "din_bold";
  font-size: 120px;
  color: #004f9e;
}
.abo_con4 .rq .top .rig .div{
  width: 100%;
  margin-top: 30px;
}
.abo_con4 .rq .top .rig .div p{
  font-size: 18px;
  color: #666666;
  line-height: 30px;
}
.abo_con4 .rq .top .rig .div p span{
  font-size: 18px;
  color: #666666;
  font-family: "din_rig";
}
.abo_con4 .rq .bot{
  width: 100%;
  margin-top: 100px;
  position: relative;
}
.abo_con4 .rq .bot::before{
  content: '';
  width: 100%;
  height: 1px;
  background: #ececec;
  position: absolute;
  bottom: 3px;
  left: 0;
}
.abo_con4 .rq .bot p{
  font-size: 18px;
  color: #666666;
  font-family: "din_bold";
  text-align: center;
}
.abo_con4 .rq .bot .swiper-slide-thumb-active p{
  color: #004f9e;
}
.abo_con4 .rq .bot em{
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #b9b9b9;
  display: block;
  margin: 0 auto;
  margin-top: 15px;
}
.abo_con4 .rq .bot .swiper-slide-thumb-active em{
  background: #004f9e;
}
.abo_con4 .rq .bot .swiper-slide{
  cursor: pointer;
}
.abo_con4 .swiper-button-next,
.abo_con4 .swiper-button-prev{
  width: 42px;
  height: 42px;
  background-image: url(../images/img71.png);
  background-size: contain;
  background-repeat: no-repeat;
  right: -60px;
  top: 18px;
  margin-top: 0;
  transition: all .5s;
}
.abo_con4 .swiper-button-next:hover,
.abo_con4 .swiper-button-prev:hover{
  background-image: url(../images/img72.png);
}
.abo_con4 .swiper-button-prev{
  left: -60px;
  transform: rotate(180deg);
}


@media(max-width:1459px){
  .abo_con1 {
    padding-top: 80px;
    padding-bottom: 64px;
}
.abo_con1 .ny_bt {
  padding-bottom: 20px;
}
.abo_con1 .rq {
  padding-top: 40px;
}
.abo_con1 .rq .div p {
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 22px;
}
.abo_con1 .rq .div {
  width: 48%;
  float: left;
}
.abo_con1 .rq .div button {
  font-size: 14px;
}
.abo_con2 .rq1 .lef .div .p1 {
  font-size: 14px;
}
.abo_con2 .rq1 .lef .div .p2 {
  font-size: 36px;
  line-height: 36px;
  margin-top: 8px;
  margin-bottom: 6px;
}
.abo_con2 .rq1 .lef .div .p2 .sp{
  font-size: 30px;
}
.abo_con2 .rq1 .lef .div .p3 {
  font-size: 16px;
}
.abo_con2 .rq1 .lef .div {
  margin-top: 26px;
}
.abo_con3 {
  padding-top: 76px;
  padding-bottom: 80px;
}
.abo_con3 .p {
  font-size: 18px;
  line-height: 44px;
  margin-top: 18px;
}
.abo_con3 .rq {
  padding-top: 40px;
}
.abo_con3 .rq .div {
  height: 290px;
  padding: 36px 10px;
}
.abo_con3 .rq .div .div1 {
  width: 85px;
  height: 85px;
}
.abo_con3 .rq .div .div1 img {
  max-width: 45%;
  max-height: 45%;
}
.abo_con3 .rq .div .p1 {
  font-size: 22px;
  margin-top: 28px;
  margin-bottom: 12px;
}
.abo_con3 .rq .div .p2 {
  font-size: 16px;
  line-height: 28px;
}
.abo_con4 {
  padding-top: 60px;
}
.abo_con4 .rq {
  padding-top: 50px;
  padding-bottom: 45px;
}
.abo_con4 .rq .top .rig {
  padding-left: 74px;
}
.abo_con4 .rq .top .rig .p1 {
  font-size: 90px;
}
.abo_con4 .rq .top .rig .div {
  margin-top: 20px;
}
.abo_con4 .rq .top .rig .div p span,
.abo_con4 .rq .top .rig .div p {
  font-size: 16px;
  line-height: 28px;
}
.abo_con4 .rq .bot {
  margin-top: 70px;
}
.abo_con4 .rq .bot p {
  font-size: 16px;
}
.abo_con4 .swiper-button-next, .abo_con4 .swiper-button-prev {
  width: 35px;
  height: 35px;
  right: -40px;
  top: 20px;
}
.abo_con4 .swiper-button-prev {
  left: -40px;
}

}
@media(max-width:1024px){
  .abo_con1 {
    padding-top: 60px;
    padding-bottom: 50px;
}
.abo_con2 .rq1 .lef .div .p1 {
  font-size: 12px;
}
.abo_con2 .rq1 .lef .div .p2 {
  font-size: 28px;
  line-height: 28px;
  margin-top: 8px;
  margin-bottom: 6px;
}
.abo_con2 .rq1 .lef .div .p2 .sp{
  font-size: 24px;
}
.abo_con2 .rq1 .lef .div .p3 {
  font-size: 13px;
}
.abo_con2 .rq1 .lef .div {
  margin-top: 16px;
}
.abo_con3 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.abo_con3 .p {
  font-size: 14px;
  line-height: 40px;
  margin-top: 18px;
}
.abo_con3 .rq {
  padding-top: 30px;
}
.abo_con3 .rq .div{
  width: 23%;
  margin-right: 2%;
}
.abo_con3 .rq .div {
  height: 260px;
  padding: 25px 10px;
}
.abo_con3 .rq .div .p1 {
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.abo_con3 .rq .div .p2 {
  font-size: 14px;
  line-height: 24px;
}
.abo_con4 .rq {
  padding-top: 36px;
  padding-bottom: 40px;
}
.abo_con4 .rq .top .rig {
  padding-left: 50px;
}
.abo_con4 .rq .top .rig .p1 {
  font-size: 64px;
}
.abo_con4 .rq .top .rig .div {
  margin-top: 10px;
}
.abo_con4 .rq .bot {
  margin-top: 46px;
}
.abo_con4 .swiper-button-next{
  right: -28px;
}
.abo_con4 .swiper-button-prev {
  left: -28px;
}

}
@media(max-width:768px){
  .abo_con2 .rq .rig{
    width: 100%;
  }
  .abo_con2 .rq .rq1 {
    position: static;
    transform: translate(0%,0%);
}
.abo_con2 .rq1 .lef{
  width: 100%;
  padding: 40px 0;
}
.abo_con2 .rq1 .lef .div {
  margin-top: 30px;
}
.abo_con4 .rq .bot{
  padding: 0 20px;
}
.abo_con4 .swiper-button-next {
  right: -5px;
}
.abo_con4 .swiper-button-prev {
  left: -5px;
}
.abo_con4 .rq .top{
  display: block;
}
.abo_con4 .rq .top .lef{
  width: 100%;
}
.abo_con4 .rq .top .rig2{
  width: 100%;
}
.abo_con4 .rq .top .rig{
  margin-top: 20px;
  padding-left: 0;
}
.abo_con4 .rq .top .rig .p1 {
  font-size: 44px;
}

}
@media(max-width:500px){
  .abo_con1 {
    padding-top: 45px;
    padding-bottom: 40px;
}
.abo_con1 .rq {
  padding-top: 30px;
}
.abo_con1 .rq .div{
  width: 100%;
}
.abo_con1 .rq .div p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 14px;
}
.abo_con3 {
  padding-top: 45px;
  padding-bottom: 45px;
}
.abo_con3 .p {
  font-size: 14px;
  line-height: 24px;
  margin-top: 18px;
  width: 100%;
  text-align: center;
  padding: 10px 0;
}
.abo_con3 .rq .div{
  width: 49%;
  margin-right: 2%;
  height: 240px;
  margin-bottom: 10px;
  border-bottom: 4px solid #004f9e;
}
.abo_con3 .rq .div:nth-child(2n){
  margin-right: 0;
}
.abo_con4 {
  padding-top: 45px;
}
.abo_con4 .rq {
  padding-top: 24px;
  padding-bottom: 40px;
}
.abo_con4 .rq .top .rig .p1 {
  font-size: 34px;
}
.abo_con4 .rq .top .rig .div {
  margin-top: 6px;
}
.abo_con4 .rq .top .rig .div p span, .abo_con4 .rq .top .rig .div p {
  font-size: 14px;
  line-height: 24px;
}
.abo_con4 .rq .bot em {
  width: 6px;
  height: 6px;
  margin-top: 10px;
}
.abo_con4 .swiper-button-next, .abo_con4 .swiper-button-prev {
  top: 13px;
}

}




/* 荣誉资质 */
.hon_con1{
  width: 100%;
  padding-top: 86px;
  padding-bottom: 74px;
}
.hon_con1 .rq{
  width: 100%;
  padding-top: 46px;
}
.hon_con1 .rq .div{
  /*width: 23%;*/
  /*float: left;*/
  /*margin-right: 2.3%;*/
  border: 1px solid #e8e8e8;
  margin-bottom: 38px;
}
.hon_con1 .fyq{
  text-align: center;
  margin: 0 auto;
}
.hon_con1 .rq .div:nth-child(4),.hon_con1 .rq .div:nth-child(8){
  margin-right: 0;
}
.hon_con1 .rq .div a{
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.hon_con1 .rq .div a::before{
  content: '';
  width: 100%;
  height: 100%;
  background: #004f9e;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  transition: all .5s;
}
.hon_con1 .rq .div:hover a::before{
  opacity: 0.7;
}
.hon_con1 .rq .div a::after{
  content: '';
  width: 29px;
  height: 28px;
  background-image: url(../images/img74.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 3;
  opacity: 0;
  transition: all .5s;
}
.hon_con1 .rq .div:hover a::after{
  opacity: 1;
}
.hon_con1 .rq .div .top{
  width: 100%;
  height: 260px;
  position: relative;
  overflow: hidden;
}
.hon_con1 .rq .div .top img{
  max-width: 80%;
  max-height: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  transition: all .5s;
}
.hon_con1 .rq .div:hover .top img{
  transform: translate(-50%,-50%) scale(1.05);
}
.hon_con1 .rq .div .bot{
  width: 100%;
  height: 80px;
  padding: 0 30px;
}
.hon_con1 .rq .div .bot p{
  font-size: 20px;
  color: #333333;
  text-align: center;
  border-top: 2px solid #eaeaea;
  padding-top: 14px;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.hon_con1 .rq .swiper-container{
  padding-bottom: 60px;
  bottom: 0;
}
.hon_con1 .rq .swiper-pagination-bullet{
  width: 14px;
  height: 15px;
  margin: 0 10px !important;
}
.lb-data .lb-number{
  display: none !important;
}
.lightboxOverlay{
  width: 100% !important;
  height: 100% !important;
  position: fixed;
  top: 0;
  left: 0;
}
.lightbox{
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%,-50%);
}
.hon_con2{
  background: #f3f3f3;
}
.hon_con2 .rq .div {
  border: 1px solid #fff;
  background: #fff;
}

@media(max-width:1459px){
  .hon_con1 {
    padding-top: 65px;
    padding-bottom: 56px;
}
.hon_con1 .rq {
  padding-top: 34px;
}
.hon_con1 .rq .div .top {
  height: 200px;
}
.hon_con1 .rq .div .bot {
  height: 74px;
  padding: 0 20px;
}
.hon_con1 .rq .div .bot p {
  font-size: 16px;
  padding-top: 14px;
}

}
@media(max-width:768px){
  .hon_con1 .rq .div .top {
    height: 160px;
}
.hon_con1 .rq .div .bot p {
  font-size: 14px;
  padding-top: 12px;
  line-height: 22px;
}
.hon_con1 .rq .div .bot {
  height: 66px;
  padding: 0 15px;
}
.hon_con1 .rq .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 6px !important;
}

}
@media(max-width:500px){
  .hon_con1 {
    padding-top: 45px;
    padding-bottom: 25px;
}
.hon_con1 .rq {
  padding-top: 24px;
}
.hon_con1 .rq .swiper-container {
  padding-bottom: 44px;
}

}



/* 加入我们 */
.jio_con1{
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
}
.jio_con1 .p1{
  font-size: 60px;
  color: #333333;
  text-align: center;
  font-weight: bold;
}
.jio_con1 .p2{
  font-size: 22px;
  color: #666666;
  line-height: 36px;
  text-align: center;
  width: 62%;
  margin: 0 auto;
  margin-top: 40px;
}
.jio_con1 .rq{
  width: 100%;
  padding: 0 190px;
  padding-top: 82px;
}
.jio_con1 .rq .div{
  width: 50%;
  float: left;
  border-bottom: 1px solid #ceddec;
  border-right: 1px solid #ceddec;
  padding: 18px 82px;
  padding-bottom: 70px;
}
.jio_con1 .rq .div:nth-child(2n){
  border-right:none;
}
.jio_con1 .rq .div:nth-child(4),
.jio_con1 .rq .div:nth-child(3){
  border-bottom:none;
  padding-top: 64px;
  padding-bottom: 30px;
}
.jio_con1 .rq .div .p3{
  font-size: 34px;
  color: #004f9e;
  text-align: center;
}
.jio_con1 .rq .div .p4{
  font-size: 18px;
  color: #666666;
  line-height: 30px;
  text-align: center;
  margin-top: 20px;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}


/* jio_con2 */
.jio_con2{
  width: 100%;
  background-image: url(../images/img87.jpg);
  background-size: cover;
  background-position: bottom;
  padding-top: 85px;
  padding-bottom: 85px;
}
.jio_con2 .p1{
  font-size: 44px;
  color: #ffffff;
  text-align: center;
}
.jio_con2 .p1 span{
  border-bottom: 2px solid #fff;
}
.jio_con2 .rq{
  width: 100%;
  padding-top: 64px;
}
.jio_con2 .rq .div{
  width: 49%;
  height: 180px;
  float: left;
  margin-right: 2%;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.jio_con2 .rq .div:nth-child(2n){
  margin-right: 0;
}
.jio_con2 .rq .div .lef{
  width: 32%;
  height: 100%;
  background: #f3f3f3;
  float: left;
  position: relative;
}
.jio_con2 .rq .div .lef img{
  width: 90px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.jio_con2 .rq .div .rig{
  width: 68%;
  height: 100%;
  float: left;
  position: relative;
}
.jio_con2 .rq .div .rig .div1{
  padding: 0 46px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.jio_con2 .rq .div .rig .div1 .p2{
  font-size: 18px;
  color: #333333;
  margin-bottom: 6px;
}
.jio_con2 .rq .div .rig .div1 .p3{
  font-size: 34px;
  color: #004f9e;
  line-height: 48px;
}


/* .jio_con3 */
.jio_con3{
  width: 100%;
  padding-top: 100px;
  padding-bottom: 80px;
}
.jio_con3 .p{
  font-size: 44px;
  color: #333333;
  text-align: center;
}
.jio_con3 .rq{
  width: 100%;
  margin-top: 60px;
  padding-bottom: 34px;
}
.jio_con3 .rq .div{
  width: 100%;
}
.jio_con3 .rq .div .top{
  width: 100%;
  line-height: 78px;
  padding: 0 30px;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
  cursor: pointer;
}
.jio_con3 .rq .div .top::before{
  content: '';
  width: 32px;
  height: 18px;
  background-image: url(../images/img93.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 46px;
  top: 50%;
  transform: translateY(-50%);
}
.jio_con3 .rq .div .top .p1{
  font-size: 22px;
  color: #333333;
  width: 26%;
  padding-right: 10px;
  float: left;

  text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.jio_con3 .rq .div .top .p2{
  font-size: 16px;
  color: #666666;
  padding-right: 10px;
  float: left;
  width: 20%;
}
.jio_con3 .rq .div .top .p2 img{
  width: 22px;
  display: inline-block;
  margin-bottom: -4px;
  margin-right: 5px;
}
.jio_con3 .rq .div .bot{
  width: 100%;
  padding: 30px;
  background: #f6f6f6;
  display: none;
}
.jio_con3 .rq .div.on .bot{
  display: block;
}
.jio_con3 .rq .div .bot .div1{
  width: 100%;
  margin-bottom: 13px;
}
.jio_con3 .rq .div .bot .div1 .p3{
  font-size: 18px;
  color: #333333;
  margin-bottom: 22px;
}
.jio_con3 .rq .div .bot .div1 div{
  width: 100%;
}
.jio_con3 .rq .div .bot .div1 div p{
  font-size: 16px;
  color: #666666;
  line-height: 30px;
}
.jio_con3 .rq .div .bot a{
  font-size: 16px;
  color: #ffffff;
  width: 165px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #004f9e;
  display: block;
  margin-top: 30px;
}

@media(max-width:1459px){
  .jio_con1 {
    padding-top: 76px;
    padding-bottom: 76px;
}
.jio_con1 .p1 {
  font-size: 44px;
}
.jio_con1 .p2 {
  font-size: 16px;
  line-height: 32px;
  width: 50%;
  margin-top: 30px;
}
.jio_con1 .rq {
  padding: 0 140px;
  padding-top: 60px;
}
.jio_con1 .rq .div {
  padding: 18px 60px;
  padding-bottom: 56px;
}
.jio_con1 .rq .div:nth-child(4), .jio_con1 .rq .div:nth-child(3) {
  padding-top: 46px;
  padding-bottom: 22px;
}
.jio_con1 .rq .div .p3 {
  font-size: 26px;
}
.jio_con1 .rq .div .p4 {
  font-size: 16px;
  line-height: 26px;
  margin-top: 14px;
}

.jio_con2 {
  padding-top: 65px;
  padding-bottom: 65px;
}
.jio_con2 .p1 {
  font-size: 33px;
}
.jio_con2 .rq {
  padding-top: 48px;
}
.jio_con2 .rq .div {
  height: 140px;
  margin-bottom: 16px;
}
.jio_con2 .rq .div .lef img {
  width: 78px;
}
.jio_con2 .rq .div .rig .div1 .p2 {
  font-size: 16px;
}
.jio_con2 .rq .div .rig .div1 .p3 {
  font-size: 26px;
  line-height: 36px;
}
.jio_con3 {
  padding-top: 76px;
  padding-bottom: 60px;
}
.jio_con3 .p {
  font-size: 33px;
}
.jio_con3 .rq {
  margin-top: 40px;
  padding-bottom: 28px;
}
.jio_con3 .rq .div .top {
  line-height: 60px;
  padding: 0 20px;
}
.jio_con3 .rq .div .top .p1 {
  font-size: 16px;
}
.jio_con3 .rq .div .top .p2 {
  font-size: 14px;
}
.jio_con3 .rq .div .top .p2 img {
  width: 18px;
  margin-bottom: -2px;
  margin-right: 5px;
}
.jio_con3 .rq .div .top::before {
  width: 24px;
  height: 14px;
  right: 30px;
}
.jio_con3 .rq .div .bot {
  padding: 20px;
}
.jio_con3 .rq .div .bot .div1 .p3 {
  font-size: 16px;
  margin-bottom: 12px;
}
.jio_con3 .rq .div .bot .div1 div p {
  font-size: 14px;
  line-height: 26px;
}
.jio_con3 .rq .div .bot a {
  font-size: 14px;
  width: 120px;
  height: 40px;
  line-height: 40px;
  margin-top: 20px;
}


}
@media(max-width:991px){
  .jio_con1 {
    padding-top: 60px;
    padding-bottom: 60px;
}
.jio_con1 .p1 {
  font-size: 34px;
}
.jio_con1 .p2 {
  font-size: 14px;
  line-height: 26px;
  width: 62%;
  margin-top: 18px;
}
.jio_con1 .rq {
  padding: 0 0px;
  padding-top: 40px;
}
.jio_con2 {
  padding-top: 56px;
  padding-bottom: 56px;
}
.jio_con2 .p1 {
  font-size: 30px;
}
.jio_con2 .rq {
  padding-top: 34px;
}
.jio_con2 .rq .div {
  height: 110px;
  margin-bottom: 10px;
}
.jio_con2 .rq .div .lef img {
  width: 60px;
}
.jio_con2 .rq .div .rig .div1 {
  padding: 0 20px;
}
.jio_con2 .rq .div .rig .div1 .p2 {
  font-size: 14px;
}
.jio_con2 .rq .div .rig .div1 .p3 {
  font-size: 22px;
  line-height: 30px;
}
.jio_con3 {
  padding-top: 60px;
  padding-bottom: 50px;
}
.jio_con3 .p {
  font-size: 30px;
}
.jio_con3 .rq .div .top .p2 {
  width: 23%;
}

}
@media(max-width:768px){
  .jio_con1 .rq .div {
    padding: 10px 28px;
    padding-bottom: 34px;
}
.jio_con1 .rq .div:nth-child(4), .jio_con1 .rq .div:nth-child(3) {
  padding-top: 28px;
  padding-bottom: 20px;
}
.jio_con3 .rq .div .top .p2:nth-child(4){
  display: none;
}
.jio_con3 .rq {
  margin-top: 24px;
  padding-bottom: 28px;
}
.jio_con3 .rq .div .top .p2 {
  width: 30%;
}
.jio_con3 .rq .div .top .p1{
  width: 32%;
}

}
@media(max-width:500px){
  .jio_con1 {
    padding-top: 45px;
    padding-bottom: 45px;
}
.jio_con1 .p1 {
  font-size: 24px;
}
.jio_con1 .p2 {
  font-size: 14px;
  line-height: 24px;
  width: 100%;
  margin-top: 14px;
}
.jio_con1 .rq {
  padding-top: 24px;
}
.jio_con1 .rq .div {
  padding: 8px 10px;
  padding-bottom: 20px;
}
.jio_con1 .rq .div:nth-child(4), .jio_con1 .rq .div:nth-child(3) {
  padding-top: 20px;
  padding-bottom: 15px;
}
.jio_con1 .rq .div .p3 {
  font-size: 18px;
}
.jio_con1 .rq .div .p4 {
  font-size: 14px;
  line-height: 24px;
  margin-top: 8px;
}
.jio_con2 {
  padding-top: 45px;
  padding-bottom: 45px;
}
.jio_con2 .p1 {
  font-size: 24px;
}
.jio_con2 .rq {
  padding-top: 24px;
}
.jio_con2 .rq .div{
  width: 100%;
  height: 90px;
  margin-right: 0;
}
.jio_con2 .rq .div .rig .div1 .p2 {
  margin-bottom: 2px;
}
.jio_con3 {
  padding-top: 45px;
  padding-bottom: 45px;
}
.jio_con3 .rq .div .top .p2:nth-child(2){
  display: none;
}
.jio_con3 .rq .div .top .p2 {
  width: 45%;
}
.jio_con3 .rq .div .top .p1 {
  width: 50%;
}
.jio_con3 .rq .div .top {
  line-height: 50px;
  padding: 0 10px;
}
.jio_con3 .rq .div .top::before {
  width: 18px;
  height: 10px;
  right: 10px;
}
.jio_con3 .rq .div .bot {
  padding: 15px;
}

}
@media(max-width:375px){
  .jio_con3 .rq .div .top .p2 {
    width: 47%;
}

}




/* 联系我们 */
.con_con1{
  width: 100%;
  padding-top: 96px;
  padding-bottom: 88px;
  background: #f3f3f3;
}
.con_con1 .p{
  font-size: 40px;
  color: #333333;
  text-align: center;
  font-family: "din_bold";
}
.con_con1 .p span{
  font-size: 72px;
  color: #004f9e;
}
.con_con1 .p em{
  font-size: 48px;
  color: #004f9e;
}
.con_con1 .p1{
  font-size: 24px;
  color: #666666;
  text-align: center;
  margin-top: 15px;
}
.con_con1 .rq{
  width: 100%;
  margin-top: 70px;
}
.con_con1 .rq img{
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

/* .con_con2 */
.con_con2{
  width: 100%;
  padding-top: 100px;
  padding-bottom: 60px;
}
.con_con2 .p{
  font-size: 40px;
  color: #333333;
  text-align: center;
}
.con_con2 .rq{
  width: 100%;
  padding-top: 40px;
  padding-bottom: 45px;
}
.con_con2 .rq .div{
  width: 32%;
  height: 260px;
  margin-right: 2%;
  margin-bottom: 18px;
  float: left;
  background: #f6f6f6;
  padding-top: 36px;
}
.con_con2 .rq .div:nth-child(3n){
  margin-right: 0;
}
.con_con2 .rq .div .p1{
  font-size: 22px;
  color: #ffffff;
  width: 205px;
  line-height: 50px;
  background: #004f9e;
  padding-left: 30px;
}
.con_con2 .rq .div .div1{
  padding: 22px 30px;
}
.con_con2 .rq .div .div1 p{
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  position: relative;
  padding-left: 45px;
  margin-bottom: 5px;
}
.con_con2 .rq .div .div1 p span{
  color: #333333;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
}
.con_con2 .rq .div .div2 p{
  width: 50%;
  float: left;
  padding-right: 10px;
  padding-left: 0;
}
.con_con2 .rq .div .div2 p span{
  position: static;
}
.con_con2 .dj{
  font-size: 18px;
  color: #0062a4;
  width: 220px;
  line-height: 62px;
  border-radius: 62px;
  background: #f6f6f6;
  margin: 0 auto;
  display: block;
  transition: all .5s;
}
.con_con2 .dj:hover{
  background: #0062a4;
  color: #fff;
}
.con_con2 .dj i{
  display: inline-block;
  width: 20px;
  height: 11px;
  background-image: url(../images/img96.png);
  background-size: contain;
  background-repeat: no-repeat;
  transition: all .5s;
}
.con_con2 .dj:hover i{
  background-image: url(../images/img97.png);
}

@media (max-width: 1520px){
  .con_con2 .rq .div .div1 {
    padding: 22px 20px;
}
.con_con2 .rq .div .p1 {
  padding-left: 20px;
}
}
@media(max-width:1459px){
  .con_con1 {
    padding-top: 70px;
    padding-bottom: 66px;
}
.con_con1 .p {
  font-size: 30px;
}
.con_con1 .p span {
  font-size: 54px;
}
.con_con1 .p em {
  font-size: 36px;
}
.con_con1 .p1 {
  font-size: 18px;
  margin-top: 15px;
}
.con_con1 .rq {
  margin-top: 54px;
}
.con_con2 {
  padding-top: 76px;
  padding-bottom: 45px;
}
.con_con2 .p {
  font-size: 32px;
}
.con_con2 .rq {
  padding-top: 30px;
  padding-bottom: 36px;
}
.con_con2 .rq .div {
  height: 210px;
  margin-bottom: 18px;
  padding-top: 22px;
}
.con_con2 .rq .div .p1 {
  font-size: 16px;
  width: 160px;
  line-height: 40px;
  padding-left: 16px;
}
.con_con2 .rq .div .div1 {
  padding: 12px 16px;
}
.con_con2 .rq .div .div1 p {
  font-size: 14px;
  line-height: 26px;
  padding-left: 40px;
  margin-bottom: 3px;
}
.con_con2 .rq .div .div2 p{
  padding-left: 0 !important;
}
.con_con2 .dj {
  font-size: 15px;
  width: 180px;
  line-height: 50px;
  border-radius: 50px;
}
.con_con2 .dj i {
  width: 17px;
  height: 10px;
}

}
@media(max-width:1259px){
  .con_con2 .rq .div .div1 p{
    width: 100%;
  }
  .con_con2 .rq .div {
    height: 230px;
}

}
@media(max-width:991px){
  .con_con2 .rq .div{
    width: 49%;
    margin-right: 2%;
  }
  .con_con2 .rq .div:nth-child(3n){
    margin-right: 2%;
  }
  .con_con2 .rq .div:nth-child(2n){
    margin-right: 0;
  }

}
@media(max-width:500px){
  .con_con1 {
    padding-top: 45px;
    padding-bottom: 45px;
}
.con_con1 .p {
  font-size: 24px;
}
.con_con1 .p span {
  font-size: 30px;
}
.con_con1 .p em {
  font-size: 20px;
}
.con_con1 .p1 {
  font-size: 14px;
  margin-top: 10px;
}
.con_con1 .rq {
  margin-top: 30px;
}
.con_con2 {
  padding-top: 45px;
  padding-bottom: 40px;
}
.con_con2 .p {
  font-size: 24px;
}
.con_con2 .rq {
  padding-top: 26px;
  padding-bottom: 18px;
}
.con_con2 .rq .div{
  width: 100%;
  margin-right: 0;
}

}

.cse_dat1 table th,
.cse_dat1 table td{
  vertical-align: middle;
}