.phone-section {
  display: none;
}
.flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.center {
  width: 79%;
  margin: 0 auto;
}
.caption-a {
  justify-content: flex-start;
}
.caption-a .title {
  font-size: 46px;
  color: #3877bc;
}
.caption-a .after {
  width: 40px;
  height: 65px;
  position: relative;
}
.caption-a .after::after{
  position: absolute;
  left: 20px;
  top: 0;
  width: 1px;
  height: 65px;
  background: #4d85c3;
  content: '';
  transform: rotate(30deg);
}
.caption-a .p .en {
  font-size: 15px;
  color: #333333;
  font-weight: bold;
  margin: 0 0 2px 0;
}
.caption-a .p .cn {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
}
.caption-b .en {
  margin: 0 0 10px -20px;
}
.caption-b .cn {
  font-size: 46px;
  color: #333333;
  font-weight: bold;
}
.caption-c {
  font-size: 30px;
  color: #333333;
  padding: 0 0 15px 0;
  position: relative;
}
.caption-c::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 85px;
  height: 3px;
  background: #3877bc;
  content: '';
}
.caption-d {
  justify-content: flex-start;
}
.caption-d .num {
  font-size: 61px;
  color: #dcdcdc;
}
.caption-d .hr {
  width: 3px;
  height: 55px;
  background: #dcdcdc;
  margin: 0 15px 0 5px;
}
.caption-d .p .title {
  font-size: 28px;
  color: #333333;
  font-weight: bold;
  margin: 0 0 10px 0;
}
.caption-d .p .text {
  font-size: 15px;
  color: #666666;
}
.updown {
  justify-content: center;
}
.updown a {
  display: block;
  width: 37px;
  height: 33px;
  line-height: 33px;
  border: 1px solid #dddddd;
  text-align: center;
  font-size: 16px;
  color: #a7a7a7;
  margin: 18px 28px;
  position: relative;
  background: #fff;
}
.updown a::after {
  position: absolute;
  width: 75px;
  height: 72px;
  left: -18px;
  top: -18px;
  background: #f5f6f8;
  content: '';
  z-index: -9;
}
.updown a:hover {
  background: #3877bc;
  color: #fff;
  border: 1px solid #3877bc;
}
.updown a:hover img {
  filter: brightness(100);
}
.updown .pages {
  background: #3877bc !important;
  color: #fff !important;
  border: 1px solid #3877bc !important;
}
.updown .pages img {
  filter: brightness(100);
}
.move1{
  overflow: hidden;
}
.move1 img{
  transition: all .8s ease .1s;
}
.move1 img:hover {
  transform: scale(1.1);
}
@keyframes move2 {
  0%   {transform: rotateY(0deg);}
  50%  {transform: rotateY(180deg);}
  100% {transform: rotateY(360deg);}
}
.move2:hover{
  animation: move2 1s ;
}
@keyframes move3{
  0% {
    bottom: 10%;
  }
  50% {
    transform: rotateY(0deg);
    bottom: 5%;
  }
  100% {
    transform: rotateY(0deg);
    bottom: 10%;
  }
}
.jszc{
  margin: 5px 5px 0 5px;
}
.jszc a{
  justify-content: center;
}
.jszc a .jszc-p{
  font-size: 14px;
  color: #fff;
}
.jszc a .jszc-img{
  width: 50px;
  padding: 4px 0 0 5px;
}
/* 头部 */
header{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99999;
  background: #fff;
}
header .hea {
  justify-content: flex-end;
}
header .hea .logo {
  width: 20%;
  margin: 0 auto 0 0;
}
header .hea .nav {
  width: 55%;
  margin: 0 5% 0 0;
}
header .hea .nav .ul-a .li-a{
  position: relative;
}
header .hea .nav .ul-a .li-a .a-a {
  display: block;
  font-size: 18px;
  color: #333333;
  line-height: 105px;
}
header .hea .nav .ul-a .li-a .ul-b{
  position: absolute;
  left: -50%;
  top: 100%;
  background: #fff;
  width: 200%;
  display: none;
}
header .hea .nav .ul-a .li-a .ul-b .li-b .a-b{
  display: block;
  padding: 10px 0;
  text-align: center;
  font-size: 16px;
  color: #333;
}
header .hea .nav .ul-a .li-a:hover .a-a{
  color: #3877bc;
}
header .hea .nav .ul-a .li-a:hover .ul-b{
  display: block;
}
header .hea .nav .ul-a .li-a .ul-b .li-b .a-b:hover{
  color: #3877bc;
}
header .active-a{
  color: #3877bc !important;
}
/* 轮播 */
.banner{
  margin: 100px 0 0 0;
}
.banner .ban {
  position: relative;
}
.banner .ban .img img {
  display: block;
}
.banner .ban .content {
  position: absolute;
  left: 10.5%;
  top: 30%;
  width: 79%;
}
.banner .ban .content .title {
  font-size: 50px;
  color: #fff;
  line-height: 68px;
  padding: 0 0 20px 0;
  margin: 0 0 25px 0;
  position: relative;
}
.banner .ban .content .title span {
  font-weight: bold;
}
.banner .ban .content .title::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 3%;
  height: 5px;
  background: #fff;
  content: '';
}
.banner .ban .content .text {
  font-size: 22px;
  color: #fff;
  line-height: 28px;
  margin: 0 0 60px 0;
}
.banner .ban .content .more {
  width: 250px;
  border: 1px solid #fff;
  position: relative;
}
.banner .ban .content .more a {
  justify-content: center;
  position: relative;
  z-index: 999;
}
.banner .ban .content .more a .p {
  line-height: 60px;
  font-size: 20px;
  color: #fff;
  margin: 0 20px 0 0;
}
.banner .ban .content .more .bg{
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background: #3877bc;
  transition: 0.3s;
}
.banner .ban .content .more:hover{
  border: 1px solid #3877bc;
}
.banner .ban .content .more:hover .bg{
  width: 100%;
}
.banner .ban .down{
  position: absolute;
  width: 5%;
  left: 47.5%;
  bottom: 5%;
  text-align: center;
  animation-name: move3;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  z-index: 99;
}
.n-banner{
  margin: 100px 0 0 0;
}
.n-banner .ban {
  position: relative;
}
.n-banner .ban .img img {
  display: block;
}
.n-banner .ban .content {
  position: absolute;
  width: 79%;
  left: 10.5%;
  top: 45%;
}
.n-banner .ban .content .caption {
  font-size: 50px;
  color: #ffffff;
  margin: 0 0 30px 0;
}
.n-banner .ban .content .crumbs ul {
  justify-content: flex-start;
}
.n-banner .ban .content .crumbs ul li {
  font-size: 16px;
  color: #ffffff;
}
.n-banner .ban .content .crumbs ul li a {
  font-size: 16px;
  color: #ffffff;
}
/* 推荐 */
.recommended {
  background: #f4f4f4;
}
.recommended .rec .left {
  width: 25%;
  background: #3877bc;
  box-sizing: border-box;
  padding: 0 3% 0 10.5%;
  justify-content: flex-start;
}
.recommended .rec .left .after {
  font-size: 50px;
  font-weight: bold;
  line-height: 95px;
  color: rgba(255, 255, 255, 0.4);
  margin: 0 20px 0 0 ;
}
.recommended .rec .left .p .cn {
  font-size: 24px;
  color: #fff;
  margin: 0 0 5px 0;
}
.recommended .rec .left .p .en {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
}
.recommended .rec .right {
  box-sizing: border-box;
  padding: 0 10.5% 0 3%;
  width: 75%;
}
.recommended .rec .right a {
  font-size: 16px;
  color: #333333;
  margin: 0 20px 0 0;
}
.recommended .rec .right a:hover{
  color: #3877bc;
}
/* 关于 */
.about {
  background: url(../img/ind3.jpg) no-repeat;
  background-size: cover;
}
.about .abo {
  padding: 90px 0;
}
.about .abo .left {
  width: 51%;
}
.about .abo .left .caption-a {
  margin: 0 0 40px 0;
}
.about .abo .left .text h1{
  font-size: 28px;
  color: #333333;
  line-height: 46px;
  padding: 0 0 25px 0;
  margin: 0 0 25px 0;
  border-bottom: 1px solid #eeeeee;
}
.about .abo .left .text p{
  font-size: 16px;
  color: #333333;
  line-height: 31px;
  margin: 0 0 180px 0;
}
.about .abo .left .more {
  width: 200px;
  border: 1px solid #3877bc;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.about .abo .left .more a {
  justify-content: center;
  position: relative;
  z-index: 999;
}
.about .abo .left .more a .p {
  font-size: 15px;
  color: #3877bc;
  line-height: 50px;
  margin: 0 10px 0 0;
}
.about .abo .left .more .bg{
  position: absolute;
  width: 0%;
  height: 100%;
  left: 0;
  top: 0;
  background: #3877bc;
  z-index: 9;
  transition: 0.3s;
}
.about .abo .left .more:hover a .p{
  color: #fff;
}
.about .abo .left .more:hover a .after{
  filter: brightness(100);
}
.about .abo .left .more:hover .bg{
  width: 100%;
}
.about .abo .right {
  width: 44%;
}
.about .abo .right .img {
  margin: 0 0 20px 0;
}
.about .abo .right .element{
  height: 400px;
  overflow: hidden;
  overflow: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,0));
  mask-image: linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,0));
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  position: relative;
}
.about .abo .right .element::-webkit-scrollbar {
  display: none;
}
.about .abo .right .element .box{
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: none !important;
}
.about .abo .right .element .textbox {
  padding: 25px 0;
  border-bottom: 1px solid #f1f1f1;
}
.about .abo .right .element .textbox a .time {
  width: 35%;
}
.about .abo .right .element .textbox a .time .year {
  font-size: 22px;
  color: #3877bc;
  font-weight: bold;
  margin: 0 0 10px 0;
}
.about .abo .right .element .textbox a .time .title {
  font-size: 18px;
  color: #333333;
}
.about .abo .right .element .textbox a .text {
  width: 60%;
  font-size: 16px;
  color: #333333;
  line-height: 28px;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.n-about-a .abo {
  padding: 75px 0;
}
.n-about-a .abo .left {
  width: 48%;
}
.n-about-a .abo .left .caption-b {
  margin: 0 0 40px 0;
}
.n-about-a .abo .left .element h1 {
  font-size: 18px;
  color: #333333;
  line-height: 31px;
  margin: 0 0 30px 0;
}
.n-about-a .abo .left .element p {
  font-size: 16px;
  color: #333333;
  line-height: 31px;
}
.n-about-a .abo .right {
  width: 48%;
}
.n-about-b {
  border-top: 1px solid #eeeeee;
}
.n-about-b .abo {
  padding: 30px 0;
}
.n-about-c {
  background: url(../img/abo3.jpg) no-repeat;
  background-size: cover;
  padding: 80px 0;
}
.n-about-c .abo {
  position: relative;
}
.n-about-c .abo .textbox {
  align-items: flex-start;
  position: relative;
}
.n-about-c .abo .textbox .left {
  width: 10%;
  font-size: 26px;
  color: #ffffff;
  font-weight: bold;
}
.n-about-c .abo .textbox .right {
  width: 90%;
}
.n-about-c .abo .textbox .right .title {
  font-size: 22px;
  color: #ffffff;
  font-weight: bold;
  margin: 0 0 10px 0;
}
.n-about-c .abo .textbox .right .text {
  margin: 0 0 50px 0;
}
.n-about-c .abo .textbox .right .text h1 {
  font-size: 15px;
  line-height: 23px;
  color: #fff;
}
.n-about-c .abo .textbox .right .text p {
  font-size: 15px;
  line-height: 23px;
  color: #fff;
}
.n-about-c .abo .textbox::after {
  position: absolute;
  top: 3px;
  left: 7.5%;
  width: 15px;
  height: 15px;
  border-radius: 30px;
  background: #fff;
  content: '';
}
.n-about-c .abo .textbox::before {
  position: absolute;
  top: -5px;
  left: 7%;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.1);
  content: '';
}
.n-about-c .abo::after {
  position: absolute;
  left: 8%;
  top: 3px;
  width: 2px;
  height: 100%;
  background: #fff;
  content: '';
}
.n-about-c .abo .after {
  position: absolute;
  left: 7%;
  bottom: -5px;
  width: 35px;
  height: 35px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #3877bc;
  border-radius: 30px;
  content: '';
  z-index: 99;
}
.n-about-d .abo {
  padding: 80px 0;
}
.n-about-d .abo .caption-b {
  margin: 0 0 45px 0;
}
.n-about-e {
  background: url(../img/abo7.jpg) no-repeat;
  background-size: cover;
}
.n-about-e .abo {
  padding: 70px 0;
}
.n-about-e .abo .caption-b {
  margin: 0 0 40px 0;
}
.n-about-e .abo .element{
  position: relative;
}
.n-about-e .abo .element .img {
  box-sizing: border-box;
  padding: 12px;
  background: #f8f9fb;
  border-radius: 10px;
}
.n-about-e .abo .element .swipera {
  padding: 0 0 60px 0;
}
.n-about-e .abo .element .swiper-pagination {
  bottom: 0;
}
.n-about-e .abo .element .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: #ffffff;
  opacity: 1;
  margin: 0 5px;
}
.n-about-e .abo .element .swiper-pagination-bullet-active {
  background: #3877bc;
}
.n-about-e .abo .element .swiper-button-prev-a{
  top: -100px;
  left: auto;
  right: 80px;
  width: 55px;
  height: 55px;
  border: 1px solid #bfbfbf;
  border-radius: 50%;
}
.n-about-e .abo .element .swiper-button-prev-a::after{
  font-size: 22px;
  color: #d5d5d5;
}
.n-about-e .abo .element .swiper-button-prev-a:hover {
  background: #3877bc;
  border: 1px solid #3877bc;
}
.n-about-e .abo .element .swiper-button-prev-a:hover::after {
  color: #fff;
}
.n-about-e .abo .element .swiper-button-next-a{
  top: -100px;
  left: auto;
  right: 0px;
  width: 55px;
  height: 55px;
  border: 1px solid #bfbfbf;
  border-radius: 50%;
}
.n-about-e .abo .element .swiper-button-next-a::after{
  font-size: 22px;
  color: #d5d5d5;
}
.n-about-e .abo .element .swiper-button-next-a:hover {
  background: #3877bc;
  border: 1px solid #3877bc;
}
.n-about-e .abo .element .swiper-button-next-a:hover::after {
  color: #fff;
}
.n-about-f .abo {
  padding: 60px 0;
}
.n-about-f .abo .caption-b {
  margin: 0 0 45px 0;
}
.n-about-f .abo .element .img {
  border: 1px solid #ebebeb;
  text-align: center;
  height: 120px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 1px;
}
.n-about-f .abo .element .img img{
  max-height: 100%;
}
.n-about-f .abo .element .swiperb {
  padding: 5px 0 80px 0;
}
.n-about-f .abo .element .swiper-button-prev-b {
  left: 45%;
  bottom: 0;
  top: auto;
  width: 55px;
  height: 55px;
  border: 1px solid #bfbfbf;
  border-radius: 50px;
}
.n-about-f .abo .element .swiper-button-prev-b::after {
  font-size: 22px;
  color: #d5d5d5;
}
.n-about-f .abo .element .swiper-button-prev-b:hover {
  background: #3877bc;
  border: 1px solid #3877bc;
}
.n-about-f .abo .element .swiper-button-prev-b:hover::after {
  color: #fff;
}
.n-about-f .abo .element .swiper-button-next-b {
  right: 45%;
  bottom: 0;
  top: auto;
  width: 55px;
  height: 55px;
  border: 1px solid #bfbfbf;
  border-radius: 50px;
}
.n-about-f .abo .element .swiper-button-next-b::after {
  font-size: 22px;
  color: #d5d5d5;
}
.n-about-f .abo .element .swiper-button-next-b:hover {
  background: #3877bc;
  border: 1px solid #3877bc;
}
.n-about-f .abo .element .swiper-button-next-b:hover::after {
  color: #fff;
}
/* 业务 */
.business {
  background: url(../img/ind5.jpg) no-repeat;
  background-size: cover;
}
.business .bus {
  padding: 95px 0;
}
.business .bus .caption-a {
  margin: 0 0 50px 0;
}
.business .bus .element .imgbox {
  width: 31%;
  border-radius: 10px;
  overflow: hidden;
}
.business .bus .element .imgbox a {
  display: block;
  position: relative;
}
.business .bus .element .imgbox a .img img {
  display: block;
}
.business .bus .element .imgbox a .content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  padding: 40px 5%;
  box-sizing: border-box;
}
.business .bus .element .imgbox a .content .title {
  font-size: 24px;
  color: #fff;
}
.business .bus .element .imgbox a .content .more .p {
  font-size: 15px;
  color: #fff;
  margin: 0 5px 0 0;
}
.q-business-a .bus {
  padding: 80px 0;
}
.q-business-a .bus .form {
  background: #f4f4f4;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 0 45px 0;
}
.q-business-a .bus .form .input {
  width: 85%;
  border: none;
  outline: none;
  line-height: 70px;
  background: rgba(255, 255, 255, 0);
  box-sizing: border-box;
  padding: 0 20px;
  font-size: 16px;
  color: #999999;
}
.q-business-a .bus .form .submit {
  width: 15%;
  border: none;
  outline: none;
  line-height: 70px;
  background: #3877bc url(../img/bus1.png) no-repeat;
  background-position: 25% 25px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  padding: 0 0 0 3%;
  border-radius: 10px;
}
.q-business-a .bus .caption-b {
  margin: 0 0 30px 0;
}
.q-business-a .bus .element {
  align-items: flex-start;
}
.q-business-a .bus .element .q-left {
  width: 20%;
  background: #3877bc;
  box-sizing: border-box;
  padding: 30px 15px 70px 15px;
  border-radius: 10px;
  position: sticky;
  top: 110px;
}
.q-business-a .bus .element .q-left .ul-a .li-a {
  background: #e1ebf5;
  border-radius: 5px;
  margin: 0 0 20px 0;
}
.q-business-a .bus .element .q-left .ul-a .li-a .a-a {
  background: #fff;
  line-height: 55px;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 0 15px;
}
.q-business-a .bus .element .q-left .ul-a .li-a .a-a .p {
  font-size: 18px;
  color: #333333;
}
.q-business-a .bus .element .q-left .ul-a .ul-b {
  padding: 15px 0;
  display: none;
}
.q-business-a .bus .element .q-left .ul-a .ul-b .li-b .a-b {
  display: block;
  box-sizing: border-box;
  padding: 0 15px;
  line-height: 40px;
  font-size: 16px;
  color: #333333;
}
.q-business-a .bus .element .q-left .ul-a .ul-b .li-b:hover .a-b {
  color: #3877bc;
}
.q-business-a .bus .element .q-right {
  width: 75%;
}
.q-business-a .bus .element .q-right .caption-c {
  margin: 0 0 15px 0;
}
.q-business-a .bus .element .q-right .introduction {
  font-size: 16px;
  color: #666666;
  line-height: 26px;
  margin: 0 0 25px 0;
}
.q-business-a .bus .element .q-right .content {
  display: flex;
  flex-wrap: wrap;
}
.q-business-a .bus .element .q-right .content .imgbox {
  width: 31%;
  border: 1px solid #3877bc;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 1% 30px 1%;
}
.q-business-a .bus .element .q-right .content .imgbox a {
  display: block;
  position: relative;
}
.q-business-a .bus .element .q-right .content .imgbox a .down .img img {
  display: block;
}
.q-business-a .bus .element .q-right .content .imgbox a .down .p {
  background: #f4f4f4;
  box-sizing: border-box;
  padding: 10px 25px;
}
.q-business-a .bus .element .q-right .content .imgbox a .down .p .title {
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  margin: 0 0 10px 0;
}
.q-business-a .bus .element .q-right .content .imgbox a .down .p .model {
  font-size: 16px;
  color: #666666;
}
.q-business-a .bus .element .q-right .content .imgbox a .up {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 0 25px;
  background: rgba(66, 126, 191, 0.95);
  display: none;
}
.q-business-a .bus .element .q-right .content .imgbox a .up .body {
  box-sizing: border-box;
  padding: 40px 0 0 0;
}
.q-business-a .bus .element .q-right .content .imgbox a .up .body .title {
  font-size: 20px;
  color: #ffffff;
  font-weight: bold;
  margin: 0 0 5px 0;
}
.q-business-a .bus .element .q-right .content .imgbox a .up .body .text {
  font-size: 16px;
  color: #ffffff;
  line-height: 28px;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.q-business-a .bus .element .q-right .content .imgbox a .up .body .text .model {
  margin: 0 0 10px 0;
}
.q-business-a .bus .element .q-right .content .imgbox a .up .more {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 0 25px;
  justify-content: flex-start;
}
.q-business-a .bus .element .q-right .content .imgbox a .up .more .p {
  line-height: 60px;
  font-size: 15px;
  color: #fff;
}
.q-business-a .bus .element .q-right .content .imgbox a .up .more::after {
  position: absolute;
  left: 6%;
  top: 0;
  width: 88%;
  height: 1px;
  background: #fff;
  content: '';
}
.q-business-a .bus .element .q-right .content .imgbox:hover a .up {
  display: block;
}
.q-business-a .active-a .ul-b {
  display: block !important;
}
.q-business-a .active-b .a-b {
  color: #3877bc !important;
}
.q-business-b {
  background: url(../img/bus5.jpg) no-repeat;
  background-size: cover;
}
.q-business-b .bus {
  padding: 80px 0;
}
.q-business-b .bus .caption-b {
  margin: 0 auto 20px auto;
}
.q-business-b .bus .content {
  font-size: 20px;
  line-height: 24px;
  color: #333333;
  margin: 0 auto 50px auto;
}
.q-business-b .bus .element .imgbox{
  border-radius: 10px;
  overflow: hidden;
  box-sizing: border-box;
  padding: 90px 5%;
  height: 500px;
  position: relative;
}
.q-business-b .bus .element .imgbox .up{
  justify-content: flex-start;
  margin: 0 0 20px 0;
  position: relative;
  z-index: 999;
}
.q-business-b .bus .element .imgbox .up .after{
  width: 10%;
  margin: 0 1% 0 0;
}
.q-business-b .bus .element .imgbox .up .title{
  font-size: 30px;
  color: #ffffff;
}
.q-business-b .bus .element .imgbox .down{
  width: 50%;
  font-size: 16px;
  color: #ffffff;
  line-height: 28px;
  position: relative;
  z-index: 999;
}
.q-business-b .bus .element .imgbox::after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    background-image: linear-gradient(to right, rgb(192, 200, 207) 30% , rgba(192, 200, 207, 00) 100%);
    content: '';
    transition: 0.3s;
}
.q-business-b .bus .element .swiper-slide-active .imgbox::after{
  display: none;
}
.q-business-b .bus .element .swiper-button-prev-a{
  left: 19%;
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 30px;
}
.q-business-b .bus .element .swiper-button-prev-a::after{
  font-size: 22px;
  color: #d5d5d5;
}
.q-business-b .bus .element .swiper-button-prev-a:hover{
  background: #3877bc;
}
.q-business-b .bus .element .swiper-button-prev-a:hover::after{
  color: #fff;
}
.q-business-b .bus .element .swiper-button-prev-a:hover{
  background: #3877bc;
}
.q-business-b .bus .element .swiper-button-prev-a:hover::after{
  color: #fff;
}
.q-business-b .bus .element .swiper-button-next-a{
  right: 19%;
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 30px;
}
.q-business-b .bus .element .swiper-button-next-a::after{
  font-size: 22px;
  color: #d5d5d5;
}
.q-business-b .bus .element .swiper-button-next-a:hover{
  background: #3877bc;
}
.q-business-b .bus .element .swiper-button-next-a:hover::after{
  color: #fff;
}
.x-business-a .bus {
  padding: 80px 0;
}
.x-business-a .bus .form {
  background: #f4f4f4;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 0 45px 0;
}
.x-business-a .bus .form .input {
  width: 85%;
  border: none;
  outline: none;
  line-height: 70px;
  background: rgba(255, 255, 255, 0);
  box-sizing: border-box;
  padding: 0 20px;
  font-size: 16px;
  color: #999999;
}
.x-business-a .bus .form .submit {
  width: 15%;
  border: none;
  outline: none;
  line-height: 70px;
  background: #3877bc url(../img/bus1.png) no-repeat;
  background-position: 25% 25px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  padding: 0 0 0 3%;
  border-radius: 10px;
}
.x-business-a .bus .caption-b {
  margin: 0 0 30px 0;
}
.x-business-a .bus .element {
  align-items: flex-start;
}
.x-business-a .bus .element .x-left {
  width: 20%;
  background: #3877bc;
  box-sizing: border-box;
  padding: 30px 15px 70px 15px;
  border-radius: 10px;
  position: sticky;
  top: 110px;
}
.x-business-a .bus .element .x-left .ul-a .li-a {
  background: #e1ebf5;
  border-radius: 5px;
  margin: 0 0 20px 0;
}
.x-business-a .bus .element .x-left .ul-a .li-a .a-a {
  background: #fff;
  line-height: 55px;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 0 15px;
}
.x-business-a .bus .element .x-left .ul-a .li-a .a-a .p {
  font-size: 18px;
  color: #333333;
}
.x-business-a .bus .element .x-left .ul-a .ul-b {
  padding: 15px 0;
  display: none;
}
.x-business-a .bus .element .x-left .ul-a .ul-b .li-b .a-b {
  display: block;
  box-sizing: border-box;
  padding: 0 15px;
  line-height: 40px;
  font-size: 16px;
  color: #333333;
}
.x-business-a .bus .element .x-left .ul-a .ul-b .li-b:hover .a-b {
  color: #3877bc;
}
.x-business-a .bus .element .x-right {
  width: 75%;
}
.x-business-a .bus .element .x-right .caption {
  padding: 0 0 20px 0;
  border-bottom: 1px solid #d1d1d1;
  margin: 0 0 35px 0;
}
.x-business-a .bus .element .x-right .caption .p {
  font-size: 20px;
  color: #3e3a39;
  box-sizing: border-box;
  padding: 0 0 0 20px;
  position: relative;
}
.x-business-a .bus .element .x-right .caption .p::after {
  position: absolute;
  left: 0;
  top: 5px;
  width: 10px;
  height: 10px;
  border-radius: 30px;
  background: #b9cbff;
  content: '';
}
.x-business-a .bus .element .x-right .element-a {
  margin: 0 0 50px 0;
}
.x-business-a .bus .element .x-right .element-a .left {
  width: 40%;
}
.x-business-a .bus .element .x-right .element-a .left .up {
  margin: 0 0 15px 0;
}
.x-business-a .bus .element .x-right .element-a .left .up .swipera {
  border: 1px solid #eeeeee;
}
.x-business-a .bus .element .x-right .element-a .left .up .swipera .img img {
  display: block;
}
.x-business-a .bus .element .x-right .element-a .left .down .btn {
  width: 45%;
  position: relative;
}
.x-business-a .bus .element .x-right .element-a .left .down .btn .swiper-button-prev-a {
  left: 0;
}
.x-business-a .bus .element .x-right .element-a .left .down .btn .swiper-button-prev-a::after {
  font-size: 24px;
  font-weight: bold;
  color: #cccccc;
}
.x-business-a .bus .element .x-right .element-a .left .down .btn .swiper-button-prev-a:hover::after {
  color: #3551a1;
}
.x-business-a .bus .element .x-right .element-a .left .down .btn .swiper-button-next-a {
  left: 30%;
}
.x-business-a .bus .element .x-right .element-a .left .down .btn .swiper-button-next-a::after {
  font-size: 24px;
  font-weight: bold;
  color: #cccccc;
}
.x-business-a .bus .element .x-right .element-a .left .down .btn .swiper-button-next-a:hover::after {
  color: #3551a1;
}
.x-business-a .bus .element .x-right .element-a .left .down .photo {
  width: 50%;
}
.x-business-a .bus .element .x-right .element-a .left .down .photo .img {
  border: 1px solid #d1d1d1;
}
.x-business-a .bus .element .x-right .element-a .left .down .photo .img img{
  display: block;
}
.x-business-a .bus .element .x-right .element-a .left .down .photo .swiper-slide-thumb-active .img {
  border: 2px solid #3877bc;
}
.x-business-a .bus .element .x-right .element-a .right {
  width: 55%;
}
.x-business-a .bus .element .x-right .element-a .right .title {
  font-size: 36px;
  line-height: 42px;
  color: #3e3a39;
  font-weight: bold;
  margin: 0 0 10px 0;
}
.x-business-a .bus .element .x-right .element-a .right .number {
  font-size: 20px;
  color: #3e3a39;
  margin: 0 0 30px 0;
}
.x-business-a .bus .element .x-right .element-a .right .text {
  font-size: 18px;
  color: #3e3a39;
  line-height: 30px;
}
.x-business-a .bus .element .x-right .element-b h1 {
  font-size: 24px;
  color: #3551a1;
  font-weight: bold;
  margin: 0 0 40px 0;
}
.x-business-a .bus .element .x-right .element-b .table {
  margin: 0 0 70px 0;
}
.x-business-a .bus .element .x-right .element-b .table table {
  width: 100%;
}
.x-business-a .bus .element .x-right .element-b .table table tr td {
  font-size: 16px;
  color: #6c6c72;
  line-height: 40px;
  box-sizing: border-box;
  padding: 0 5%;
}
.x-business-a .bus .element .x-right .element-b .table table tr:nth-child(odd) {
  background: #f1f2f1;
}
.x-business-a .bus .element .x-right .element-b ul {
  margin: 0 0 70px 0;
}
.x-business-a .bus .element .x-right .element-b ul li p{
  font-size: 18px;
  color: #6c6c72;
  line-height: 50px;
  box-sizing: border-box;
  padding: 0 5%;
  border-bottom: 1px solid #6c6c72;
}
.x-business-a .bus .element .x-right .element-b p{
  font-size: 18px;
  color: #3e3a39;
  line-height: 32px;
}
.x-business-a .active-a .ul-b {
  display: block !important;
}
/* 服务 */
.service {
  background: url(../img/ind7.jpg) no-repeat;
  background-size: cover;
  position: relative;
  height: 870px;
}
.service .ser {
  padding: 90px 0;
}
.service .ser .caption-a {
  margin: 0 0 90px 0;
}
.service .ser .caption-a .title {
  color: #fff;
}
.service .ser .caption-a .p .en {
  color: #fff;
}
.service .ser .caption-a .p .cn {
  color: #fff;
}
.service .ser .element {
  align-items: flex-start;
}
.service .ser .element .left {
  width: 50%;
}
.service .ser .element .left .title {
  font-size: 35px;
  color: #ffffff;
  margin: 0 0 15px 0;
}
.service .ser .element .left .text {
  font-size: 16px;
  color: #ffffff;
  line-height: 28px;
  margin: 0 0 80px 0;
}
.service .ser .element .left .more {
  width: 200px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.service .ser .element .left .more a {
  justify-content: center;
  position: relative;
  z-index: 999;
}
.service .ser .element .left .more a .p {
  font-size: 15px;
  color: #ffffff;
  line-height: 50px;
  margin: 0 10px 0 0;
}
.service .ser .element .left .more a .after{
  filter: brightness(100);
}
.service .ser .element .left .more .bg{
  position: absolute;
  width: 0%;
  height: 100%;
  background: #fff;
  left: 0;
  top: 0;
  transition: 0.3s;
}
.service .ser .element .left .more:hover a .p{
  color: #3877bc;
}
.service .ser .element .left .more:hover a .after{
  filter: brightness();
}
.service .ser .element .left .more:hover .bg{
  width: 100%;
}
.service .ser .element .right {
  width: 45%;
  position: relative;
  z-index: 99;
}
.service .ser .element .right .caption {
  justify-content: flex-start;
  margin: 0 0 40px 0;
}
.service .ser .element .right .caption .num {
  font-size: 51px;
  font-style: italic;
  color: #ffffff;
  font-weight: bold;
}
.service .ser .element .right .caption .after {
  width: 45px;
  height: 85px;
  position: relative;
}
.service .ser .element .right .caption .after::after {
  position: absolute;
  left: 20px;
  top: 0;
  width: 1px;
  height: 85px;
  background: #fff;
  content: '';
  transform: rotate(25deg);
}
.service .ser .element .right .caption .p .title {
  font-size: 30px;
  color: #ffffff;
  margin: 0 0 10px 0;
}
.service .ser .element .right .caption .p .text {
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
}
.service .ser .element .right .content {
  box-sizing: border-box;
  padding: 0 0 0 15%;
}
.service .ser .element .right .content .imgbox {
  border: 1px solid #fff;
  border-radius: 10px;
  width: 30%;
  padding: 30px 0;
}
.service .ser .element .right .content .imgbox .img {
  margin: 0 0 15px 0;
  text-align: center;
}
.service .ser .element .right .content .imgbox .img  img{
  border-radius: 50px;
}
.service .ser .element .right .content .imgbox .p {
  font-size: 18px;
  color: #ffffff;
  line-height: 24px;
  text-align: center;
  box-sizing: border-box;
  padding: 0 25px;
}
.service .ser ul {
  position: absolute;
  left: 15%;
  width: 70%;
  bottom: 80px;
  background: url(../img/ind8.jpg) no-repeat;
  background-size: cover;
  z-index: 99;
  border-radius: 10px;
  overflow: hidden;
}
.service .ser ul li {
  width: 100%;
  position: relative;
}
.service .ser ul li a {
  justify-content: center;
}
.service .ser ul li a .num {
  font-size: 36px;
  color: #333333;
}
.service .ser ul li a .title {
  font-size: 20px;
  color: #333333;
  line-height: 105px;
}
.service .ser ul li::after {
  position: absolute;
  right: 0;
  top: 10%;
  width: 1px;
  height: 80%;
  background: #fff;
  content: '';
}
.service .ser ul li:last-child::after {
  display: none;
}
.service .ser ul li:hover {
  background: #65afff;
}
.service .ser ul li:hover a .num {
  color: #fff !important;
}
.service .ser ul li:hover a .title {
  color: #fff !important;
}
.service .ser ul li:hover::after {
  display: none;
}
.service .active-a{
  display: none;
}
.service .active-b {
  background: #65afff;
}
.service .active-b a .num {
  color: #fff !important;
}
.service .active-b a .title {
  color: #fff !important;
}
.service .active-b::after {
  display: none;
}
.service::after {
  position: absolute;
  right: 0;
  top: 0;
  width: 45%;
  height: 870px;
  background: rgba(97, 160, 230, 0.8);
  content: '';
  z-index: 9;
}
.n-service-a .ser {
  padding: 90px 0;
}
.n-service-a .ser .caption-b {
  margin: 0 0 20px 0;
}
.n-service-a .ser .belief {
  font-size: 20px;
  color: #333333;
  line-height: 36px;
  margin: 0 0 60px 0;
}
.n-service-a .ser .element .left {
  width: 40%;
}
.n-service-a .ser .element .right {
  width: 55%;
}
.n-service-a .ser .element .right .caption-d {
  margin: 0 0 35px 0;
}
.n-service-a .ser .element .right .imgbox {
  margin: 0 0 20px 0;
}
.n-service-a .ser .element .right .imgbox .up .img {
  width: 8%;
}
.n-service-a .ser .element .right .imgbox .up .title {
  width: 92%;
  font-size: 20px;
  color: #333333;
  font-weight: bold;
}
.n-service-a .ser .element .right .imgbox .down {
  font-size: 15px;
  color: #666666;
  line-height: 28px;
}
.n-service-b {
  background: #f5f6f8 url(../img/ser2.jpg) top no-repeat;
}
.n-service-b .ser {
  padding: 80px 0;
}
.n-service-b .ser .caption-d {
  margin: 0 0 45px 0;
}
.n-service-b .ser .caption-d .num {
  color: #fff;
}
.n-service-b .ser .caption-d .hr {
  background: #fff;
}
.n-service-b .ser .caption-d .p .title {
  color: #fff;
}
.n-service-b .ser .caption-d .p .text {
  color: #fff;
}
.n-service-b .ser .element .imgbox {
  width: 31%;
  background: #fff;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 50px 20px;
}
.n-service-b .ser .element .imgbox .img {
  text-align: center;
  margin: 0 0 25px 0;
}
.n-service-b .ser .element .imgbox .title {
  font-size: 20px;
  color: #333333;
  text-align: center;
  font-weight: bold;
  padding: 0 0 15px 0;
  position: relative;
  margin: 0 0 15px 0;
}
.n-service-b .ser .element .imgbox .title::after {
  position: absolute;
  width: 14%;
  height: 2px;
  left: 42%;
  bottom: 0;
  background: #3877bc;
  content: '';
}
.n-service-b .ser .element .imgbox .text {
  font-size: 15px;
  color: #666666;
  line-height: 28px;
  height: 120px;
}
.n-service-c {
  background: #f5f6f8;
}
.n-service-c .ser {
  padding: 0 0 90px 0;
}
.n-service-c .ser .caption-d {
  margin: 0 0 40px 0;
}
.n-service-c .ser .element .left {
  width: 55%;
}
.n-service-c .ser .element .left .imgbox {
  margin: 0 0 20px 0;
}
.n-service-c .ser .element .left .imgbox .up .img {
  width: 8%;
}
.n-service-c .ser .element .left .imgbox .up .title {
  width: 92%;
  font-size: 20px;
  color: #333333;
  font-weight: bold;
}
.n-service-c .ser .element .left .imgbox .down {
  font-size: 15px;
  color: #666666;
  line-height: 28px;
}
.n-service-c .ser .element .right {
  width: 40%;
}
.n-service-e{
  background: url(../img/ser3.jpg) no-repeat;
  background-size: cover;
}
.n-service-e .ser{
  padding: 90px 0 70px 0;
}
.n-service-e .ser h1{
  font-size: 35px;
  color: #ffffff;
  text-align: center;
  margin: 0 0 20px 0;
}
.n-service-e .ser p{
  font-size: 18px;
  color: #ffffff;
  line-height: 36px;
  text-align: center;
}
/* 展示 */
.exhibition .exh {
  padding: 90px 0;
}
.exhibition .exh .caption-a {
  margin: 0 auto 50px auto;
}
.exhibition .exh .element {
  margin: 0 0 40px 0;
  position: relative;
}
.exhibition .exh .element img{
  border-radius: 10px
}
.exhibition .exh .element .swiper-slide {
  transform: scale(0.7);
  text-align: center;
}
.exhibition .exh .element .swiper-slide-active {
  transform: scale(1);
}
.exhibition .exh .element .swiper-button-prev-a {
  left: 25%;
  width: 55px;
  height: 55px;
  border: 1px solid #bfbfbf;
  border-radius: 50px;
  background: #fff;
}
.exhibition .exh .element .swiper-button-prev-a::after {
  font-size: 22px;
  color: #bfbfbf;
}
.exhibition .exh .element .swiper-button-next-a {
  right: 25%;
  width: 55px;
  height: 55px;
  border: 1px solid #bfbfbf;
  border-radius: 50px;
  background: #fff;
}
.exhibition .exh .element .swiper-button-next-a::after {
  font-size: 22px;
  color: #bfbfbf;
}
.exhibition .exh .element::after {
  position: absolute;
  left: 0;
  top: 51%;
  width: 100%;
  height: 1px;
  background: #bfbfbf;
  content: '';
}
.exhibition .exh .more {
  width: 200px;
  border: 1px solid #3877bc;
  border-radius: 10px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.exhibition .exh .more a {
  justify-content: center;
  position: relative;
  z-index: 999;
}
.exhibition .exh .more a .p {
  font-size: 15px;
  color: #3877bc;
  line-height: 50px;
  margin: 0 10px 0 0;
}
.exhibition .exh .more .bg{
  position: absolute;
  width: 0%;
  height: 100%;
  background: #3877bc;
  left: 0;
  top: 0;
  transition: 0.3s;
}
.exhibition .exh .more:hover a .p{
  color: #fff;
}
.exhibition .exh .more:hover a .after{
  filter: brightness(100);
}
.exhibition .exh .more:hover .bg{
  width: 100%;
}
.n-exhibition-a .exh {
  padding: 90px 0;
}
.n-exhibition-a .exh .caption-b {
  margin: 0 0 45px 0;
}
.n-exhibition-a .exh .element {
  flex-wrap: wrap;
  justify-content: flex-start;
}
.n-exhibition-a .exh .element .imgbox {
  width: 31%;
  margin: 0 1% 35px 1%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.n-exhibition-a .exh .element .imgbox .img img {
  display: block;
}
.n-exhibition-a .exh .element .imgbox .p {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  line-height: 45px;
  font-size: 18px;
  color: #ffffff;
}
.n-exhibition-b {
  background: url(../img/exh2.jpg) left no-repeat;
  background-size: cover;
}
.n-exhibition-b .exh {
  padding: 50px 0 85px 10.5%;
}
.n-exhibition-b .exh .caption-b {
  margin: 0 0 45px 0;
}
.n-exhibition-b .exh .caption-b .cn {
  color: #fff;
}
.n-exhibition-b .exh .element {
  box-sizing: border-box;
  padding: 0 0 0 15%;
  position: relative;
}
.n-exhibition-b .exh .element .swipera {
  padding: 0 0 70px 0;
}
.n-exhibition-b .exh .element .swipera .img {
  border-radius: 10px;
  overflow: hidden;
}
.n-exhibition-b .exh .element .swiper-button-prev-a{
  width: 55px;
  height: 55px;
  border: 1px solid #c9c9c9;
  border-radius: 30px;
  top: auto;
  bottom: 0;
  right: 15%;
  left: auto;
}
.n-exhibition-b .exh .element .swiper-button-prev-a::after{
  font-size: 22px;
  color: #c9c9c9;
}
.n-exhibition-b .exh .element .swiper-button-prev-a:hover{
  background: #3877bc;
  border: 1px solid #3877bc;
}
.n-exhibition-b .exh .element .swiper-button-prev-a:hover::after{
  color: #fff;
}
.n-exhibition-b .exh .element .swiper-button-next-a{
  width: 55px;
  height: 55px;
  border: 1px solid #c9c9c9;
  border-radius: 30px;
  top: auto;
  bottom: 0;
  right: 10.5%;
  left: auto;
}
.n-exhibition-b .exh .element .swiper-button-next-a::after{
  font-size: 22px;
  color: #c9c9c9;
}
.n-exhibition-b .exh .element .swiper-button-next-a:hover{
  background: #3877bc;
  border: 1px solid #3877bc;
}
.n-exhibition-b .exh .element .swiper-button-next-a:hover::after{
  color: #fff;
}
/* 新闻 */
.news {
  background: #f4f4f4;
}
.news .new {
  padding: 90px 0;
}
.news .new .up {
  margin: 0 0 40px 0;
}
.news .new .up ul li {
  margin: 0 0 0 25px;
}
.news .new .up ul li a {
  padding: 0 35px;
  background: #eeeeee;
  border-radius: 5px;
}
.news .new .up ul li a .p {
  font-size: 15px;
  color: #333333;
  line-height: 50px;
  margin: 0 5px 0 0;
}
.news .new .element {
  margin: 0 0 40px 0;
}
.news .new .element .body{
  justify-content: flex-start;
}
.news .new .element .body .imgbox {
  width: 31%;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 1%;
}
.news .new .element .body .imgbox a .content {
  box-sizing: border-box;
  padding: 20px 5%;
}
.news .new .element .body .imgbox a .content .time {
  font-size: 15px;
  color: #666666;
  margin: 0 0 15px 0;
}
.news .new .element .body .imgbox a .content .title {
  font-size: 18px;
  color: #333333;
  line-height: 29px;
  margin: 0 0 25px 0;
  height: 58px;
}
.news .new .element .body .imgbox a .content .btn {
  justify-content: flex-start;
}
.news .new .element .body .imgbox a .content .btn .p {
  font-size: 15px;
  color: #666666;
  margin: 0 5px 0;
}
.news .new .more {
  width: 200px;
  border: 1px solid #3877bc;
  border-radius: 10px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.news .new .more a {
  justify-content: center;
  position: relative;
  z-index: 999;
}
.news .new .more a .p {
  font-size: 15px;
  color: #3877bc;
  line-height: 50px;
  margin: 0 10px 0 0;
}
.news .new .more .bg{
  position: absolute;
  width: 0%;
  height: 100%;
  background: #3877bc;
  left: 0;
  top: 0;
  transition: 0.3s;
}
.news .new .more:hover a .p{
  color: #fff;
}
.news .new .more:hover a .after{
  filter: brightness(100);
}
.news .new .more:hover .bg{
  width: 100%;
}
.news .active-a a{
  background: #3877bc !important;
}
.news .active-a a .p{
  color: #fff !important;
}
.news .active-a a .after{
  filter: brightness(100);
}
.news .active-b{
  display: none;
}
.q-news .new {
  padding: 60px 0;
}
.q-news .new .nav {
  margin: 0 0 50px 0;
}
.q-news .new .nav ul {
  justify-content: center;
}
.q-news .new .nav ul li {
  width: 15%;
  box-shadow: 0 0 10px 0 #e4e4e4;
  border-radius: 5px;
  margin: 0 30px;
}
.q-news .new .nav ul li a {
  justify-content: center;
}
.q-news .new .nav ul li a .after {
  margin: 0 5px 0 0;
}
.q-news .new .nav ul li a .p {
  font-size: 18px;
  color: #333333;
  line-height: 70px;
}
.q-news .new .nav ul li:hover {
  background: #3877bc;
}
.q-news .new .nav ul li:hover .after {
  filter: brightness(100);
}
.q-news .new .nav ul li:hover .p {
  color: #fff;
}
.q-news .new .imgbox {
  margin: 0 0 30px 0;
}
.q-news .new .imgbox a {
  background: #f5f6f8;
  box-sizing: border-box;
  padding: 45px 30px;
}
.q-news .new .imgbox a .left{
  width: 30%;
}
.q-news .new .imgbox a .right {
  width: 65%;
  position: relative;
  height: 250px;
}
.q-news .new .imgbox a .right .title {
  font-size: 20px;
  color: #3877bc;
  margin: 0 0 15px 0;
}
.q-news .new .imgbox a .right .time {
  font-size: 15px;
  color: #3877bc;
  margin: 0 0 20px 0;
}
.q-news .new .imgbox a .right .text {
  font-size: 15px;
  color: #3877bc;
  line-height: 27px;
}
.q-news .new .imgbox a .right .more {
  position: absolute;
  left: 0;
  bottom: 0;
}
.q-news .new .imgbox a .right .more .p {
  font-size: 15px;
  color: #3877bc;
}
.d-news .new{
  padding: 80px 0;
  align-items: flex-start;
}
.d-news .new .d-left{
  width: 65%;
  box-shadow: 0px 0px 10px 0px rgba(226,225,224,0.42);
  box-sizing: border-box;
  padding: 40px 40px;
}
.d-news .new .d-left .title{
  font-size: 34px;
  color: #212529;
  font-weight: bold;
  margin: 0 0 15px 0;
}
.d-news .new .d-left .time{
  font-size: 16px;
  color: #777;
  padding: 0 0 40px 0;
  margin: 0 0 30px 0;
  border-bottom: 1px solid #ddd;
}
.d-news .new .d-left .element{
  font-size: 18px;
  color: #3e3a39;
  line-height: 32px;
}
.d-news .new .d-right{
  width: 30%;
  box-shadow: 0px 0px 10px 0px rgba(226,225,224,0.42);
  box-sizing: border-box;
  padding: 40px 40px;
}
.d-news .new .d-right .caption{
  font-size: 26px;
  color: #3e3a39;
  font-weight: bold;
  margin: 0 0 30px 0;
}
.d-news .new .d-right .imgbox{
  margin: 0 0 20px 0;
}
.d-news .new .d-right .imgbox a .img{
  width: 25%;
}
.d-news .new .d-right .imgbox a .img img{
  width: 100%;
  height: 70px;
  object-fit: cover;
}
.d-news .new .d-right .imgbox a .p{
  width: 70%;
}
.d-news .new .d-right .imgbox a .p .time{
  font-size: 14px;
  color: #999;
}
.d-news .new .d-right .imgbox a .p .title{
  font-size: 17px;
  color: #333;
  line-height: 26px;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
/* 联系 */
.n-content-a .con {
  padding: 80px 0;
}
.n-content-a .con .caption-b {
  margin: 0 0 45px 0;
}
.n-content-a .con .element {
  margin: 0 0 50px 0;
  align-items: flex-start;
}
.n-content-a .con .element .imgbox {
  width: 31%;
}
.n-content-a .con .element .imgbox .img {
  text-align: center;
  margin: 0 0 25px 0;
}
.n-content-a .con .element .imgbox .title {
  font-size: 18px;
  color: #333333;
  text-align: center;
  font-weight: bold;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
  position: relative;
}
.n-content-a .con .element .imgbox .title::after {
  position: absolute;
  width: 10%;
  left: 45%;
  bottom: 0;
  height: 3px;
  background: #3877bc;
  content: '';
}
.n-content-a .con .element .imgbox .text {
  font-size: 15px;
  text-align: center;
  color: #333333;
  line-height: 30px;
}
.n-content-a .con .map {
  position: relative;
}
.n-content-a .con .map .content {
  position: absolute;
  width: 25%;
  right: 0;
  top: 0;
  height: 100%;
  background: rgba(16, 84, 159, 0.9);
  box-sizing: border-box;
  padding: 50px 30px 0 30px;
  z-index: 999;
}
.n-content-a .con .map .content .caption {
  font-size: 24px;
  color: #ffffff;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #fff;
  margin: 0 0 45px 0;
}
.n-content-a .con .map .content .imgbox {
  margin: 0 0 40px 0;
}
.n-content-a .con .map .content .imgbox .img {
  width: 25%;
}
.n-content-a .con .map .content .imgbox .p {
  width: 70%;
}
.n-content-a .con .map .content .imgbox .p .name {
  font-size: 18px;
  color: #ffffff;
  margin: 0 0 10px 0;
}
.n-content-a .con .map .content .imgbox .p .tel {
  font-size: 18px;
  color: #ffffff;
}
.n-content-b {
  background: #f5f6f8;
}
.n-content-b .con {
  padding: 90px 0;
}
.n-content-b .con .caption-b {
  margin: 0 0 60px 0;
}
.n-content-b .con .formbox138{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.n-content-b .con .formbox138 .namebox{
  width: 24%;
}
.n-content-b .con .formbox138 .companybox{
  width: 24%;
}
.n-content-b .con .formbox138 .emailbox{
  width: 24%;
}
.n-content-b .con .formbox138 .telbox{
  width: 24%;
} 
.n-content-b .con .formbox138 .contentbox{
  width: 100%;
}
.n-content-b .con .formbox138 input{
  width: 100%;
  line-height: 55px;
  border: none;
  outline: none;
  box-sizing: border-box;
  padding: 0 20px;
  font-size: 16px;
  color: #666666;
  margin: 0 0 10px 0;
}
.n-content-b .con .formbox138 textarea{
  width: 100%;
  line-height: 55px;
  height: 160px;
  border: none;
  outline: none;
  box-sizing: border-box;
  padding: 0 20px;
  font-size: 16px;
  color: #666666;
  margin: 0 0 10px 0;
}
.n-content-b .con .formbox138 .button{
  background: #3877bc;
  width: 135px;
  font-size: 16px;
  color: #ffffff;
}
/* 搜索 */
.q-search .sea {
  padding: 80px 0;
}
.q-search .sea .form {
  background: #f4f4f4;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 0 45px 0;
}
.q-search .sea .form .input {
  width: 85%;
  border: none;
  outline: none;
  line-height: 70px;
  background: rgba(255, 255, 255, 0);
  box-sizing: border-box;
  padding: 0 20px;
  font-size: 16px;
  color: #999999;
}
.q-search .sea .form .submit {
  width: 15%;
  border: none;
  outline: none;
  line-height: 70px;
  background: #3877bc url(../img/bus1.png) no-repeat;
  background-position: 25% 25px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  padding: 0 0 0 3%;
  border-radius: 10px;
}
.q-search .sea .element {
  align-items: flex-start;
}
.q-search .sea .element .q-left {
  width: 20%;
  background: #3877bc;
  box-sizing: border-box;
  padding: 30px 15px 70px 15px;
  border-radius: 10px;
}
.q-search .sea .element .q-left .ul-a .li-a {
  background: #e1ebf5;
  border-radius: 5px;
  margin: 0 0 20px 0;
}
.q-search .sea .element .q-left .ul-a .li-a .a-a {
  background: #fff;
  line-height: 55px;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 0 15px;
}
.q-search .sea .element .q-left .ul-a .li-a .a-a .p {
  font-size: 18px;
  color: #333333;
}
.q-search .sea .element .q-left .ul-a .ul-b {
  padding: 15px 0;
  display: none;
}
.q-search .sea .element .q-left .ul-a .ul-b .li-b .a-b {
  display: block;
  box-sizing: border-box;
  padding: 0 15px;
  line-height: 40px;
  font-size: 16px;
  color: #333333;
}
.q-search .sea .element .q-left .ul-a .ul-b .li-b:hover .a-b {
  color: #3877bc;
}
.q-search .sea .element .q-right {
  width: 75%;
}
.q-search .sea .element .q-right .caption-c {
  margin: 0 0 15px 0;
}
.q-search .sea .element .q-right .introduction {
  font-size: 16px;
  color: #666666;
  line-height: 26px;
  margin: 0 0 25px 0;
}
.q-search .sea .element .q-right .content {
  display: flex;
  flex-wrap: wrap;
}
.q-search .sea .element .q-right .content .imgbox {
  width: 31%;
  border: 1px solid #3877bc;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 1% 30px 1%;
}
.q-search .sea .element .q-right .content .imgbox a {
  display: block;
  position: relative;
}
.q-search .sea .element .q-right .content .imgbox a .down .img img {
  display: block;
}
.q-search .sea .element .q-right .content .imgbox a .down .p {
  background: #f4f4f4;
  box-sizing: border-box;
  padding: 10px 25px;
}
.q-search .sea .element .q-right .content .imgbox a .down .p .title {
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  margin: 0 0 10px 0;
}
.q-search .sea .element .q-right .content .imgbox a .down .p .model {
  font-size: 16px;
  color: #666666;
}
.q-search .sea .element .q-right .content .imgbox a .up {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 0 25px;
  background: rgba(66, 126, 191, 0.95);
  display: none;
}
.q-search .sea .element .q-right .content .imgbox a .up .body {
  box-sizing: border-box;
  padding: 40px 0 0 0;
}
.q-search .sea .element .q-right .content .imgbox a .up .body .title {
  font-size: 20px;
  color: #ffffff;
  font-weight: bold;
  margin: 0 0 5px 0;
}
.q-search .sea .element .q-right .content .imgbox a .up .body .text {
  font-size: 16px;
  color: #ffffff;
  line-height: 28px;
}
.q-search .sea .element .q-right .content .imgbox a .up .body .text .model {
  margin: 0 0 10px 0;
}
.q-search .sea .element .q-right .content .imgbox a .up .more {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 0 25px;
  justify-content: flex-start;
}
.q-search .sea .element .q-right .content .imgbox a .up .more .p {
  line-height: 60px;
  font-size: 15px;
  color: #fff;
}
.q-search .sea .element .q-right .content .imgbox a .up .more::after {
  position: absolute;
  left: 6%;
  top: 0;
  width: 88%;
  height: 1px;
  background: #fff;
  content: '';
}
.q-search .sea .element .q-right .content .imgbox:hover a .up {
  display: block;
}
.q-search .active-a .ul-b {
  display: block !important;
}
/* 底部 */
footer {
  background: #0c151a;
}
footer .foo-a .foo {
  padding: 55px 0 30px 0;
  align-items: flex-start;
}
footer .foo-a .foo ul {
  width: 13%;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
footer .foo-a .foo ul .caption {
  font-size: 16px;
  color: #fff;
  padding: 0 0 10px 0;
  margin: 0 0 20px 0;
  position: relative;
}
footer .foo-a .foo ul .caption::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 20px;
  height: 2px;
  background: #fff;
  content: '';
}
footer .foo-a .foo ul li {
  margin: 0 0 15px 0;
}
footer .foo-a .foo ul li a {
  font-size: 15px;
  color: #fff;
  opacity: 0.4;
}
footer .foo-a .foo ul:nth-child(3) {
  width: 20%;
}
footer .foo-a .foo .content {
  width: 30%;
  margin: 0 0 0 5%;
}
footer .foo-a .foo .content .logo {
  margin: 0 0 20px 0;
}
footer .foo-a .foo .content p {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.4);
  line-height: 23px;
}
footer .foo-b .foo {
  text-align: center;
  font-size: 15px;
  color: #fff;
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
footer .foo-b .foo a{
  font-size: 15px;
  color: #fff;
}
/******************************************/
@media screen and (max-width: 1801px) {
  .about .abo .left .text h1 {
    font-size: 24px;
    line-height: 38px;
  }
  .service .ser .element .left {
    width: 47%;
  }
  .service .ser .element .right {
    width: 48%;
  }
  .service .ser .element .right .content {
    padding: 0 0 0 10%;
  }
  .q-news .new .imgbox a .right {
    height: 200px;
  }
}
/******************************************/
@media screen and (max-width: 1601px) {
  .center {
    width: 85%;
  }
  header .hea .nav {
    width: 60%;
  }
  .banner .ban .content .title {
    font-size: 37px;
    line-height: 58px;
  }
  .banner .ban .content .text {
    font-size: 20px;
    line-height: 26px;
    margin: 0 0 40px 0;
  }
  .banner .ban .content .more {
    width: 200px;
  }
  .banner .ban .content .more a .p {
    line-height: 55px;
    font-size: 18px;
  }
  .recommended .rec .left .p .cn {
    font-size: 20px;
  }
  .service .ser .element .left .title {
    font-size: 28px;
  }
  .service .ser .element .right .caption .p .title {
    font-size: 24px;
  }
  .service .ser ul li a .num {
    font-size: 28px;
  }
  .service .ser ul li a .title {
    font-size: 16px;
  }
  .service .ser .element .right .content {
    padding: 0 0 0 0%;
  }
  .service .ser .element .right .content .imgbox .p {
    padding: 0 15px;
  }
  footer .foo-a .foo ul:nth-child(3) {
    width: 22%;
  }
  footer .foo-a .foo .content {
    margin: 0 0 0 2%;
  }
  .n-about-c .abo .textbox .right {
    width: 85%;
  }
  .n-about-c .abo::after {
    left: 11%;
  }
  .n-about-c .abo .textbox::after {
    left: 10.5%;
  }
  .n-about-c .abo .textbox::before {
    left: 9.8%;
  }
  .n-about-c .abo .after {
    left: 9.6%;
  }
  .n-service-b .ser .element .imgbox .text {
    height: 140px;
  }
  .n-service-a .ser .element .right .imgbox .up .title {
    width: 90%;
  }
  .n-service-c .ser .element .left .imgbox .up .title {
    width: 90%;
  }
  .q-business-b .bus .element .imgbox {
    height: 400px;
  }
}
/******************************************/
@media screen and (max-width: 1401px) {
  header .hea .nav {
    width: 65%;
  }
  .banner .ban .content {
    top: 25%;
  }
  .banner .ban .content .title {
    font-size: 32px;
    line-height: 48px;
  }
  .recommended .rec .right a {
    margin: 0 10px 0 0;
  }
  .about .abo .left .text h1 {
    font-size: 20px;
  }
  .about .abo .right .element .textbox a .time .title {
    font-size: 16px;
    color: #333333;
  }
  .business .bus .element .imgbox a .content .title {
    font-size: 20px;
    color: #fff;
  }
  .business .bus .element .imgbox a .content {
    padding: 30px 5%;
  }
  .service .ser ul {
    left: 5%;
    width: 90%;
  }
  .service .ser .caption-a {
    margin: 0 0 60px 0;
  }
  .service .ser .element .left .title {
    font-size: 26px;
  }
  .service .ser .element .right .caption .p .title {
    font-size: 22px;
  }
  .service .ser .element .right .content .imgbox .img {
    margin: 0 auto 15px auto;
    width: 40%;
  }
  .service .ser .element .right .content .imgbox .p {
    font-size: 16px;
  }
  .service {
    height: 780px;
  }
  .service::after {
    height: 780px;
  }
  .service .ser ul li a .title {
    line-height: 85px;
  }
  footer .foo-a .foo ul {
    width: 10%;
  }
  footer .foo-a .foo ul:nth-child(3) {
    width: 26%;
  }
  .n-banner .ban .content .caption {
    font-size: 40px;
  }
  .caption-b .cn {
    font-size: 38px;
  }
  .n-about-c .abo .textbox .left {
    font-size: 24px;
  }
  .q-business-a .bus .element .q-right .content .imgbox a .up .body {
    padding: 20px 0 0 0;
  }
  .q-business-b .bus .element .imgbox {
    height: 370px;
    padding: 60px 5%;
  }
  .q-business-b .bus .element .imgbox .up .title {
    font-size: 26px;
  }
  .n-service-b .ser .element .imgbox .text {
    height: 170px;
  }
  .d-news .new .d-left .title {
    font-size: 26px;
  }
  .d-news .new .d-right {
    padding: 40px 20px;
  }
  .d-news .new .d-right .caption {
    font-size: 21px;
    margin: 0 0 20px 0;
  }
} 
/******************************************/
@media screen and (max-width: 1201px) {
  header {
    display: none;
  }
  .phone-section {
    display: block;
  }
  .phone-logo {
    width: 20%;
  }
  .phone-head {
    width: 100%;
    padding: 15px 10px;
    box-sizing: border-box;
    justify-content: space-between;
    background-color: #fff;
    /* position: fixed; */
    top: 0;
    left: 0;
  }
  .phone-close {
    width: 35px;
  }
  .phone-close .after {
    width: 100%;
    height: 3px;
    background: #333;
    margin: 8px 0;
  }
  .phone-listnav {
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999999999999999;
  }
  .phonelist-nav {
    width: 100%;
    background-color: #fff;
    line-height: 48px;
  }
  .phonelist-nav a {
    color: #333;
    font-size: 14px;
    padding: 0 15px;
  }
  .phonelist-nav1 {
    flex-direction: column;
    align-items: stretch;
    padding-left: 20px;
  }
  .phonelist-nav1 a {
    display: block;
  }
  .phonelist-nav {
    border-bottom: 1px solid #ffffff;
  }
  .phonelist-nav:last-child {
    border-bottom: none;
  }
  .phonelist-navtop > a {
    width: 50%;
  }
  .phonelist-navtop div {
    flex-grow: 1;
    flex-direction: row-reverse;
    box-sizing: border-box;
    padding-right: 10px;
  }
  .phonelist-navtop div img {
    width: 16px;
  }
  .phonelist-nav1 {
    display: none;
  }
  .menucl-img2 {
    display: none;
  }
  .banner {
    margin: 0px 0 0 0;
  }
  .banner .ban .content .title {
    font-size: 26px;
    line-height: 38px;
    padding: 0 0 10px 0;
    margin: 0 0 15px 0;
  }
  .banner .ban .content .title::after {
    width: 10%;
    height: 3px;
  }
  .banner .ban .content .text {
    font-size: 18px;
    margin: 0 0 20px 0;
  }
  .banner .ban .content .more {
    width: 160px;
  }
  .banner .ban .content .more a .p {
    line-height: 45px;
    font-size: 16px;
  } 
  .banner .ban .down {
    width: 2%;
    left: 49%;
  }
  .center {
    width: 90%;
  }
  .recommended .rec .left {
    width: 25%;
    padding: 0 3% 0 5%;
  }
  .recommended .rec .right {
    padding: 0 5% 0 3%;
  }
  .recommended .rec .right a {
    line-height: 24px;
  }
  .about .abo {
    padding: 40px 0;
    flex-wrap: wrap;
  }
  .about .abo .left {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .caption-a .title {
    font-size: 28px;
  }
  .caption-a .after {
    height: 40px;
  }
  .caption-a .after::after {
    height: 45px;
  }
  .caption-a .p .cn {
    font-size: 18px;
  }
  .about .abo .left .caption-a {
    margin: 0 0 20px 0;
  }
  .about .abo .left .text h1 {
    font-size: 18px;
    line-height: 28px;
    padding: 0 0 20px 0;
    margin: 0px 0 20px 0;
  }
  .about .abo .left .text p {
    margin: 0 0 20px 0;
  }
  .about .abo .left .more {
    width: 160px;
  }
  .about .abo .left .more a .p {
    line-height: 45px;
  }
  .about .abo .right {
    width: 100%;
  }
  .about .abo .right .element .textbox {
    padding: 20px 0;
  }
  .business .bus {
    padding: 40px 0;
  }
  .business .bus .caption-a {
    margin: 0 0 20px 0;
  }
  .business .bus .element .imgbox {
    width: 32%;
    border-radius: 5px;
  }
  .business .bus .element .imgbox a .content .title {
    font-size: 18px;
  }
  .business .bus .element .imgbox a .content .more .p {
    font-size: 14px;
  }
  .service .ser {
    padding: 40px 0;
  }
  .service .ser .caption-a {
    margin: 0 0 20px 0;
  }
  .service .ser .element{
    flex-wrap: wrap;
  }
  .service .ser .element .left {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .service::after {
    display: none;
  }
  .service .ser .element .left .title {
    font-size: 20px;
  }
  .service .ser .element .left .text {
    margin: 0 0 20px 0;
  }
  .service .ser .element .left .more {
    width: 160px;
  }
  .service .ser .element .right {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .service .ser ul {
    position: unset;
    width: 100%;
  }
  .service .ser .element .right .caption .num {
    font-size: 36px;
  }
  .service .ser .element .right .caption .after {
    height: 50px;
  }
  .service .ser .element .right .caption .after::after {
    height: 50px;
  }
  .service .ser .element .right .caption .p .title {
    font-size: 20px;
  }
  .service .ser .element .right .caption {
    margin: 0 0 20px 0;
  }
  .service .ser ul {
    position: unset;
    width: 100%;
    overflow-x: auto;
    flex-wrap: wrap;
    flex-direction: column;
    height: 90px;
  }
  .service .ser ul li {
    width: 330px;
  }
  .service .ser ul li a .num {
    font-size: 24px;
  }
  .service {
    height: auto;
  }
  .exhibition .exh {
    padding: 40px 0;
  }
  .exhibition .exh .caption-a {
    margin: 0 auto 20px auto;
  }
  .exhibition .exh .element .swiper-button-prev-a {
    left: 10%;
    width: 50px;
    height: 50px;
  }
  .exhibition .exh .element .swiper-button-next-a {
    right: 10%;
    width: 50px;
    height: 50px;
  }
  .exhibition .exh .more {
    width: 160px;
  }
  .news .new {
    padding: 40px 0;
  }
  .news .new .up {
    margin: 0 0 20px 0;
    flex-wrap: wrap;
  }
  .news .new .up ul{
    width: 100%;
    margin: 20px 0 0 0;
    justify-content: flex-start;
  }
  .news .new .up ul li a .p {
    line-height: 45px;
  }
  .news .new .more {
    width: 160px;
  }
  footer .foo-a .foo {
    padding: 40px 0 30px 0;
    flex-wrap: wrap;
  }
  footer .foo-a .foo ul {
    width: 15%;
  }
  footer .foo-a .foo .content {
    width: 100%;
    margin: 20px 0 0 0;
  }
  footer .foo-a .foo ul:nth-child(3) {
    width: 40%;
  }
  .n-banner {
    margin: 0px 0 0 0;
  }
  .n-banner .ban .content .caption {
    font-size: 26px;
    margin: 0 0 20px 0;
  }
  .n-banner .ban .content {
    top: 35%;
  }
  .n-about-a .abo {
    padding: 40px 0;
    flex-wrap: wrap;
  }
  .caption-b .en {
    height: 40px;
  }
  .caption-b .en img{
    max-height: 100%;
  }
  .caption-b .cn {
    font-size: 24px;
  }
  .n-about-a .abo .left .caption-b {
    margin: 0 0 20px 0;
  }
  .n-about-a .abo .left {
    width: 100%;
  }
  .n-about-a .abo .left .element h1 {
    margin: 0 0 20px 0;
  }
  .n-about-a .abo .left .element p {
    margin: 0 0 20px 0;
  }
  .n-about-a .abo .right {
    width: 100%;
  }
  .n-about-c {
    padding: 40px 0;
  }
  .n-about-c .abo .textbox .left {
    font-size: 20px;
    width: 12%;
  }
  .n-about-c .abo .textbox .right {
    width: 80%;
  }
  .n-about-c .abo::after {
    left: 15%;
  }
  .n-about-c .abo .textbox::after {
    left: 14%;
  }
  .n-about-c .abo .textbox::before {
    left: 13%;
  }
  .n-about-c .abo .textbox .right .title {
    font-size: 18px;
  }
  .n-about-c .abo .after {
    left: 12.6%;
  }
  .n-about-e .abo {
    padding: 40px 0;
  }
  .n-about-e .abo .element .swiper-button-prev-a {
    top: -65px;
    right: 80px;
    width: 50px;
    height: 50px;
  }
  .n-about-e .abo .element .swiper-button-next-a {
    top: -65px;
    width: 50px;
    height: 50px;
  }
  .n-about-f .abo .element .img {
    height: 100px;
  }
  .n-about-f .abo .caption-b {
    margin: 0 0 20px 0;
  }
  .n-about-f .abo .element .swiper-button-prev-b {
    left: 35%;
    width: 50px;
    height: 50px;
  }
  .n-about-f .abo .element .swiper-button-next-b {
    right: 35%;
    width: 50px;
    height: 50px;
  }
  .q-business-a .bus {
    padding: 40px 0;
  }
  .q-business-a .bus .form {
    margin: 0 0 20px 0;
  }
  .q-business-a .bus .form .input {
    width: 75%;
    line-height: 60px;
  }
  .q-business-a .bus .form .submit {
    width: 25%;
    line-height: 60px;
    background-position: 20% 20px;
    font-size: 18px;
  }
  .q-business-a .bus .element .q-left{
    display: none;
  }
  .q-business-a .bus .element .q-right {
    width: 100%;
  }
  .q-business-a .bus .element .q-right .content .imgbox a .down .p .title {
    font-size: 18px;
  }
  .q-business-a .bus .element .q-right .content .imgbox a .up {
    padding: 0 15px;
  }
  .q-business-a .bus .element .q-right .content .imgbox a .up .body .title {
    font-size: 18px;
  }
  .q-business-a .bus .element .q-right .content .imgbox a .up .body .text {
    line-height: 26px;
  }
  .updown a {
    width: 35px;
    height: 30px;
    line-height: 30px;
    margin: 18px 20px;
  }
  .updown a::after {
    width: 60px;
    height: 60px;
    left: -13px;
    top: -15px;
  }
  .q-business-b .bus {
    padding: 40px 0;
  }
  .q-business-b .bus .content {
    font-size: 18px;
    line-height: 26px;
    margin: 0 auto 20px auto;
  } 
  .q-business-b .bus .element {
    width: 90%;
    margin: 0 auto;
  }
  .q-business-b .bus .element .imgbox {
    height: 330px;
    padding: 40px 5%;
  }
  .q-business-b .bus .element .imgbox .up .after {
    width: 8%;
  }
  .q-business-b .bus .element .imgbox .up .title {
    font-size: 20px;
  }
  .q-business-b .bus .element .imgbox .down {
    width: 60%;
  }
  .q-business-b .bus .element .swiper-button-prev-a {
    left: 19%;
    top: 85%;
    width: 50px;
    height: 50px;
  }
  .q-business-b .bus .element .swiper-button-prev-a::after {
    font-size: 18px;
    color: #d5d5d5;
  }
  .q-business-b .bus .element .swiper-button-next-a {
    right: 19%;
    top: 85%;
    width: 50px;
    height: 50px;
  }
  .q-business-b .bus .element .swiper-button-next-a::after {
    font-size: 18px;
    color: #d5d5d5;
  }
  .x-business-a .bus {
    padding: 40px 0;
  }
  .x-business-a .bus .element .x-left{
    display: none;
  }
  .x-business-a .bus .element .x-right {
    width: 100%;
  }
  .x-business-a .bus .element .x-right .element-a .right .title {
    font-size: 24px;
    line-height: 30px;
  }
  .x-business-a .bus .element .x-right .element-a {
    margin: 0 0 20px 0;
  }
  .n-service-a .ser {
    padding: 40px 0;
  }
  .n-service-a .ser .belief {
    font-size: 18px;
    margin: 0 0 20px 0;
  }
  .n-service-a .ser .element {
    flex-wrap: wrap;
  }
  .n-service-a .ser .element .left {
    width: 100%;
    margin: 0 0 20px 0;
  }
   .n-service-a .ser .element .right {
    width: 100%;
  }
  .caption-d .num {
    font-size: 42px;
  }
  .caption-d .hr {
    height: 45px;
  }
  .caption-d .p .title {
    font-size: 22px;
  }
  .n-service-a .ser .element .right .caption-d {
    margin: 0 0 20px 0;
  }
  .n-service-b {
    background: #f5f6f8 url(../img/ser2.jpg) top no-repeat;
    background-size: cover;
  }
  .n-service-b .ser {
    padding: 40px 0;
  }
  .n-service-b .ser .element  {
    flex-wrap: wrap;
  }
  .n-service-b .ser .element .imgbox {
    width: 100%;
    padding: 30px 20px;
    margin: 0 0 20px 0;
  }
  .n-service-b .ser .element .imgbox .text {
    height: auto;
  }
  .n-service-c .ser {
    padding: 40px 0;
  }
  .n-service-c .ser .caption-d {
    margin: 0 0 20px 0;
  }
  .n-service-c .ser .element {
    flex-wrap: wrap;
  }
  .n-service-c .ser .element .left {
    width: 100%;
  }
  .n-service-c .ser .element .right {
    width: 100%;
  }
  .n-service-e .ser {
    padding: 60px 5% 40px 5%;
    box-sizing: border-box;
  }
  .n-service-e .ser h1 {
    font-size: 26px;
  }   
  .q-news .new {
    padding: 40px 0;
  } 
  .q-news .new .nav ul li {
    width: 25%;
    margin: 0px 20px;
  }
  .q-news .new .nav ul li a .p {
    line-height: 55px;
  }
  .q-news .new .nav {
    margin: 0 0 30px 0;
  }
  .q-news .new .imgbox a {
    padding: 30px 20px;
    flex-wrap: wrap;
  }
  .q-news .new .imgbox a .left {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .q-news .new .imgbox a .right {
    width: 100%;
    height: auto;
  }
  .q-news .new .imgbox a .right .text{
    margin: 0 0 15px 0;
  }
  .q-news .new .imgbox a .right .more {
    position: unset;
    justify-content: flex-start;
  }
  .d-news .new {
    padding: 40px 0;
  }
  .d-news .new .d-right {
    display: none;
  }
  .d-news .new .d-left {
    width: 100%;
    padding: 40px 30px;
  }
  .d-news .new .d-left .title {
    font-size: 22px;
  }
  .d-news .new .d-left .time {
    padding: 0 0 20px 0;
    margin: 0 0 30px 0;
  }
  .n-exhibition-a .exh {
    padding: 40px 0;
  }
  .n-exhibition-a .exh {
    padding: 40px 0;
  }
  .n-exhibition-a .exh .caption-b {
    margin: 0 0 20px 0;
  }
  .n-exhibition-a .exh .element .imgbox {
    margin: 0 1% 30px 1%;
    border-radius: 5px;
  }
  .n-exhibition-b .exh {
    padding: 40px 5% 40px 5%;
  }
  .n-exhibition-b .exh .element {
    padding: 0;
  }
  .n-exhibition-b .exh .caption-b {
    margin: 0 0 20px 0;
  }
  .n-exhibition-b .exh .element .swiper-button-prev-a {
    width: 50px;
    height: 50px;
    right: 20%;
  }
  .n-exhibition-b .exh .element .swiper-button-next-a {
    width: 50px;
    height: 50px;
    right: 10%;
  }
  .n-content-a .con {
    padding: 40px 0;
  }
  .n-content-a .con .caption-b {
    margin: 0 0 20px 0;
  }
  .n-content-a .con .element {
    margin: 0 0 30px 0;
    flex-wrap: wrap;
  }
  .n-content-a .con .element .imgbox {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .n-content-a .con .map .content {
    position: unset;
    width: 100%;
    padding: 30px 20px 30px 20px;
  }
  .n-content-a .con .map .content .caption {
    font-size: 22px;
    margin: 0 0 20px 0;
  }
  .n-content-a .con .map .content .imgbox .img {
    width: 10%;
  }
  .n-content-a .con .map .content .imgbox .p {
    width: 90%;
  }
  .n-content-b .con {
    padding: 40px 0;
  }
  .n-content-b .con .caption-b {
    margin: 0 0 20px 0;
  }
  .n-content-b .con .formbox138 .namebox {
    width: 49%;
  }
  .n-content-b .con .formbox138 .companybox {
    width: 49%;
  }
  .n-content-b .con .formbox138 .emailbox {
    width: 49%;
  }
  .n-content-b .con .formbox138 .telbox {
    width: 49%;
  }
  .n-content-b .con .formbox138 .button {
    width: 120px;
    line-height: 45px;
  }
  .q-search .sea {
    padding: 40px 0;
  }
  .q-search .sea .form .input {
    width: 75%;
    line-height: 60px;
  }
  .q-search .sea .form {
    margin: 0 0 20px 0;
  }
  .q-search .sea .form .submit {
    width: 25%;
    line-height: 60px;
    background-position: 20% 20px;
    font-size: 18px;
  }
  .q-search .sea .element .q-left {
    display: none;
  }
  .q-search .sea .element .q-right {
    width: 100%;
  }
  .q-search .sea .element .q-right .content .imgbox a .down .p .title {
    font-size: 18px;
  }
  .n-content-a .con .map #mapDiv{
    display: none;
  }
}
/******************************************/
@media screen and (max-width: 801px) {
  .phone-logo {
    width: 25%;
  }
  .banner .ban .img img {
    width: 100%;
    height: 350px;
    object-fit: cover;
  }
  .banner .ban .content .title {
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 10px 0;
  }
  .banner .ban .content {
    top: 10%;
  }
  .banner .ban .content .text {
    font-size: 16px;
    margin: 0 0 15px 0;
  }
  .banner .ban .down{
    display: none;
  }
  .banner .ban .content .more {
    width: 120px;
  }
  .banner .ban .content .more a .p {
    line-height: 40px;
    font-size: 14px;
    margin: 0 15px 0 0;
  }
  .banner .ban .content .more a .after{
    width: 8px;
  }
  .recommended{
    display: none;
  }
  .caption-a .title {
    font-size: 24px;
  }
  .caption-a .p .en {
    font-size: 14px;
  }
  .caption-a .p .cn {
    font-size: 16px;
  }
  .caption-a .after {
    height: 35px;
  }
  .caption-a .after::after {
    height: 35px;
  }
  .about .abo .left .more {
    width: 120px;
    border-radius: 5px;
  }
  .about .abo .left .more a .p {
    line-height: 40px;
  }
  .about .abo .right .element .textbox a .time .year {
    font-size: 20px;
  }
  .about .abo .right .element .textbox a .text {
    line-height: 24px;
  }
  .business .bus .element{
    flex-wrap: wrap;
  }
  .business .bus .element .imgbox {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .service .ser .element .left .more {
    width: 120px;
    border-radius: 5px;
  }
  .service .ser .element .left .more a .p {
    line-height: 40px;
  }
  .service .ser .element .right .caption {
    flex-wrap: wrap;
  }
  .service .ser .element .right .caption .num {
    margin: 0 0 10px 0;
  }
  .service .ser .element .right .caption .p {
    width: 100%;
  }
  .service .ser .element .right .caption .after {
    display: none;
  }
  .service .ser .element .right .content {
    flex-wrap: wrap;
  } 
  .service .ser .element .right .content .imgbox {
    margin: 0 0 10px 0;
    width: 100%;
    padding: 20px 0;
  }
  .exhibition .exh .element {
    margin: 0 0 30px 0;
    box-sizing: border-box;
    padding: 0 5%;
  }
  .exhibition .exh .more {
    width: 120px;
    border-radius: 5px;
  }
  .exhibition .exh .more a .p {
    line-height: 40px;
  }
  .news .new .up ul li a {
    padding: 0 25px;
  }
  .news .new .element .body {
    flex-wrap: wrap;
  }
  .news .new .element .body .imgbox {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .news .new .more {
    width: 120px;
    border-radius: 5px;
  }
  .news .new .more a .p {
    line-height: 40px;
  }
  footer .foo-a .foo ul {
    display: none;
  }
  footer .foo-b .foo {
    font-size: 15px;
    line-height: 22px;
  }
  .n-banner .ban .img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }
  .n-banner .ban .content .caption {
    font-size: 22px;
    margin: 0 0 15px 0;
  }
  .caption-b .en {
    height: 32px;
    margin: 0 0 10px -10px;
  }
  .caption-b .cn {
    font-size: 20px;
  }
  .n-about-c .abo .textbox {
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 0 0 0 30px;
  }
  .n-about-c .abo .textbox .left {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .n-about-c .abo .textbox .right {
    width: 100%;
  }
  .n-about-c .abo::after {
    left: 0%;
  }
  .n-about-c .abo .textbox::after {
    left: -1.8%;
  } 
  .n-about-c .abo .textbox::before {
    left: -3.6%;
  }
  .n-about-c .abo .after {
      left: -4.4%;
  }
      .n-about-e .abo .element .swiper-button-prev-a {
        top: -55px;
        right: 70px;
        width: 45px;
        height: 45px;
      }
      .n-about-e .abo .element .swiper-button-next-a {
        top: -55px;
        width: 45px;
        height: 45px;
    }
    .n-about-e .abo .element .swiper-button-prev-a::after {
    font-size: 18px;
  }
  .n-about-e .abo .element .swiper-button-next-a::after {
    font-size: 18px;
  }
  .n-about-f .abo .element .swiper-button-prev-b {
    width: 45px;
    height: 45px;
  }
  .n-about-f .abo .element .swiper-button-next-b {
    width: 45px;
    height: 45px;
  }
  .q-business-a .bus .form .input {
    width: 65%;
    line-height: 55px;
  }
  .q-business-a .bus .form .submit {
    width: 35%;
    line-height: 55px;
    background-position: 10% 18px;
    font-size: 16px;
  }
  .q-business-a .bus .element .q-right .content .imgbox {
    width: 100%;
  }
  .q-business-b .bus .element .imgbox .up .after {
    width: 10%;
    margin: 0 5px 0 0;
  }
  .q-business-b .bus .element .imgbox .down {
    width: 100%;
  }
  .x-business-a .bus .element .x-right .element-a {
    margin: 0 0 20px 0;
    flex-wrap: wrap;
  }
  .x-business-a .bus .element .x-right .element-a .left {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .x-business-a .bus .element .x-right .element-a .right {
    width: 100%;
  }
  .x-business-a .bus .element .x-right .element-a .right .title {
    font-size: 22px;
  }
  .caption-d .p .title {
    font-size: 20px;
  }
  .q-news .new .nav ul li {
    width: 45%;
    margin: 0px 10px;
  }
  .q-news .new .nav ul li a .p {
    line-height: 50px;
    font-size: 16px;
  }
  .d-news .new .d-left {
    padding: 40px 20px;
  }
  .n-exhibition-a .exh .element .imgbox {
    width: 100%;
  }
  .n-exhibition-b .exh .element .swiper-button-prev-a {
    width: 45px;
    height: 45px;
    right: 25%;
  }
  .n-exhibition-b .exh .element .swiper-button-next-a {
    width: 45px;
    height: 45px;
  }
  .n-exhibition-b .exh .element .swiper-button-prev-a::after {
    font-size: 18px;
  }
  .n-exhibition-b .exh .element .swiper-button-next-a::after {
    font-size: 18px;
  }
  .n-content-a .con .map .content .imgbox .img {
    width: 20%;
  }
  .n-content-a .con .map .content .imgbox {
    margin: 0 0 20px 0;
  }
  .n-content-b .con .formbox138 .namebox {
    width: 100%;
  }
  .n-content-b .con .formbox138 .companybox {
    width: 100%;
  }
  .n-content-b .con .formbox138 .emailbox {
    width: 100%;
  }
  .n-content-b .con .formbox138 .telbox {
    width: 100%;
  }
  .n-content-b .con .formbox138 input {
    line-height: 50px;
  }
  .q-search .sea .form .input {
    width: 65%;
    line-height: 55px;
  }
  .q-search .sea .form .submit {
    width: 35%;
    line-height: 55px;
    background-position: 10% 18px;
    font-size: 16px;
  }
  .q-search .sea .element .q-right .content .imgbox {
    width: 100%;
  }
  .q-search .sea .element .imgbox .up .after {
    width: 10%;
    margin: 0 5px 0 0;
  }
  .q-search .sea .element .imgbox .down {
    width: 100%;
  }
}