body,
html {
  padding: 0;
  margin: 0;
  background-color: #fff;
  font-size: 14px;
  font-family: "PingFang SC", "黑体", serif;
  color: #262626;
  width: 100vw;
  overflow-x: hidden;
}
body.modelShow {
  overflow-y: hidden;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
a,
a:hover {
  color: inherit;
  text-decoration: inherit;
}
button,
input,
textarea {
  -webkit-appearance: none;
  appearance: none;
}
li,
ul {
  list-style: none;
}
/* .inner{
  margin-left: auto;
  margin-right: auto;
  max-width: 1550px;
} */
.inner {
  margin-left: 8.3%;
  margin-right: 8.3%;
}
.header_tel {
  display: none;
}
.scroll-tip {
  cursor: pointer;
  position: absolute;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.25);
  bottom: 80px;
  left: 50%;
  margin-left: -33px;
  z-index: 10;
}
/* .scroll-tip:before {
  height: 130px;
  width: 1px;
  content: "";
  position: absolute;
  left: 50%;
  background-color: #fff;
  top: 66px;
  opacity: 0.4;
} */
.scroll-tip.no-line:before {
  display: none;
}
.mouse-tip {
  position: absolute;
  width: 24px;
  height: 40px;
  border: 2px solid #fff;
  border-radius: 24px;
  left: 50%;
  bottom: 13px;
  z-index: 5;
  transform: translate(-50%, 0);
  overflow: hidden;
}
.mouse-tip:before {
  content: "";
  position: absolute;
  width: 2px;
  left: 50%;
  margin-left: -1px;
  top: 3px;
  height: 2px;
  background-color: #fff;
  animation: mouse 2s ease infinite;
}
@keyframes mouse {
  0% {
    top: 3px;
    height: 2px;
    margin-top: -1px;
  }
  50% {
    top: 20px;
    margin-top: -5px;
    height: 10px;
  }
  100% {
    top: 35px;
    margin-top: -1px;
    height: 2px;
  }
}
.mobile {
  display: none;
}
.menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  padding: 15px 8.3333333%;
  z-index: 30;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  transition: all 0.35s;
}
.menu.active,
.menu.black {
  padding: 7px 8.3333333%;
  background-color: #fff;
  color: #262626;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.menu.active .logo,
.menu.black .logo {
  width: 280px;
}
.menu.active .logo .white,
.menu.black .logo .white {
  opacity: 0;
}
.menu.active .logo .color,
.menu.black .logo .color {
  opacity: 1;
}
.menu.active .menu-btn span,
.menu.black .menu-btn span {
  background-color: #00487a;
}
.menu.black {
  box-shadow: unset;
  padding: 15px 8.3333333%;
}
.menu.black.active {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 15px 8.3333333%;
}
.menu .right {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.menu .right ul {
  display: flex;
  align-items: center;
  font-size: 16px;
}
.menu .right ul li {
  padding: 2px;
  position: relative;
  text-align: center;
  min-width: 68px;
}
.menu .right ul li a {
  display: block;
}
.menu .right ul li span {
  display: block;
}
.menu .right ul li span.zh{
  display: none;
}
.menu .right ul li span.en{
  display: block;
  text-transform: uppercase;
}
.menu .right ul li:hover .zh{
  display: block;
}
.menu .right ul li:hover .en{
  display: none;
}
.menu .right ul li em {
  text-align: center;
  color: #fff;
  font-style: normal;
  display: block;
}
.menu .right ul li:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  background-color: #fff;
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition-delay: 0.1s;
  transform-origin: right;
}
.menu.active .right ul li span {
  color: #333;
}
.menu.active .right ul li em {
  color: #999;
}
.menu.active .right ul li:after {
  background-color: #10497d;
}
.menu .right ul li:nth-child(1):after {
  background: #fff;
}
.menu .right ul li.active:nth-child(1):after {
  background: #fff;
}
.menu.active .right ul li.active:nth-child(1):after {
  background: #10497d;
}
.menu .right ul li.active:after {
  transform-origin: left;
  transform: scaleX(1);
}
.menu .right ul li + li {
  margin-left: 80px;
}
.menu .logo {
  width: 280px;
  position: relative;
}
.menu .logo img {
  transition: all 0.25s;
  width: 100%;
  height: auto !important;
}
.menu .logo .color {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
}
.menu .menu-btn {
  height: 23px;
  width: 30px;
  position: relative;
  cursor: pointer;
  display: none;
}
.menu .menu-btn span {
  display: block;
  position: absolute;
  width: 30px;
  height: 3px;
  background-color: #1c4597;
  left: 10px;
  top: 13px;
  transition: all 0.25s;
}
.menu .menu-btn span:nth-child(2) {
  top: 23px;
}
.menu .menu-btn span:nth-child(3) {
  top: 33px;
}
.menu .search {
  margin-left: 60px;
  margin-right: 0;
  font-size: 26px;
  cursor: pointer;
  position: relative;
  height: 40px;
  line-height: 40px;
  width: 60px;
  text-align: center;
}
.banner-box {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.banner-box .banner-item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
  padding: 0 8.3333333%;
}
.banner-box .banner-item .c1 {
  padding-left: 40px;
}
.banner-box .banner-item .c1 .line {
  width: 140px;
  height: 3px;
  background-color: #213f6b;
  margin-top: 110px;
}
.banner {
  position: relative;
}
.banner .pagination {
  position: absolute;
  right: 36px;
  top: 50%;
  z-index: 10;
  transform: translateY(-50%);
  width: 34px;
  text-align: center;
  padding: 27px 0;
  background-color: rgba(0, 0, 0, 0.08);
  border-radius: 34px;
  left: auto;
  bottom: auto;
}
.banner .pagination span {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 48px;
  opacity: 0.5;
  cursor: pointer;
  border-radius: 0;
  position: relative;
  background: 0 0;
}
.banner .pagination span:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background: #fff;
  left: 50%;
  transform: translateX(-50%) scaleX(1);
  transition: ease 0.4s;
}
.banner .pagination span + span {
  margin-top: 10px;
}
.banner .pagination span.swiper-pagination-bullet-active {
  width: 4px;
  opacity: 1;
}
.banner .pagination span.swiper-pagination-bullet-active:after {
  content: "";
  transform: translateX(-50%) scaleX(4);
}
.banner .pagination span:hover:after {
  transform: translateX(-50%) scaleX(4);
}
.footer {
  background: url(../images/footer_bg.jpg);
  color: #666;
  padding-top: 85px;
}

.footer .inner {
  display: flex;
  flex-wrap: wrap;
}
.footer .footer-menu {
  display: flex;
  padding-bottom: 80px;
}
.footer .footer-menu .item {
  width: 180px;
}
.footer .footer-menu .item .title {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 35px;
}
.footer .footer-menu .item a {
  display: block;
  color: #666;
}
.footer .footer-menu .item a + a {
  margin-top: 12px;
}
.footer .footer-telephone {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 25px 0 50px;
  flex: auto;
}
.footer .footer-telephone .title {
  font-size: 16px;
  height: 33px;
  position: relative;
  letter-spacing: 1px;
  margin-bottom: 12px;
}
.footer .footer-telephone .title:before {
  width: 52px;
  height: 1px;
  background-color: #666;
  content: "";
  left: 0;
  bottom: 0;
  opacity: 0.5;
  position: absolute;
}
.footer .footer-telephone .phone-number {
  font-size: 40px;
  font-weight: 100;
  font-family: DINCondensed, serif;
  margin-bottom: 17px;
  line-height: 1;
}
.footer .footer-telephone .address {
  font-size: 18px;
  line-height: 1.7;
}
.footer .wx {
  padding-left: 40px;
}
.footer .wx .img-box {
  width: 163px;
  height: 163px;
  overflow: hidden;
}
.footer .wx p {
  opacity: 0.85;
  text-align: center;
  margin-top: 20px;
}
.footer .web-info {
  width: 100%;
  line-height: 50px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.35);
  text-transform: uppercase;
}
.footer .web-info a:hover {
  color: rgba(0, 0, 0, 0.35) !important;
}
.home.banner .dot {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  z-index: 100;
  cursor: pointer;
}
.home.banner .dot div {
  width: 10px;
  height: 10px;
  top: -5px;
  margin-left: -5px;
  transform: translateZ(0) scale(0);
  animation: square 4s linear infinite;
  background: #fff;
  display: block;
  position: absolute;
  left: 50%;
}
.home.banner .dot div:first-child {
  animation-delay: 0.8s;
}
.home.banner .dot div:nth-child(2) {
  animation-delay: 1.6s;
}
.home.banner .dot div:nth-child(3) {
  animation-delay: 2.4s;
}
.home.banner .dot div:nth-child(4) {
  animation-delay: 3.2s;
}
.home.banner .next {
  position: absolute;
  right: 12%;
  bottom: 10%;
  z-index: 100;
  cursor: pointer;
  transform: scale(1.5);
  outline: none;
  border: none;
}
.home.banner .prev {
  position: absolute;
  right: 17%;
  bottom: 10%;
  z-index: 100;
  cursor: pointer;
  transform: scale(1.5);
  outline: none;
  border: none;
}
.home.banner .prev a {
  color: #fff;
  position: relative;
  display: inline-flex;
  align-items: center;
}
.home.banner .next a {
  color: #fff;
  position: relative;
  display: inline-flex;
  align-items: center;
}
.base-cta-text__svg-circle {
  stroke: currentColor;
  opacity: 0.2;
  stroke-dasharray: 112.369 112.369;
  stroke-dashoffset: 112.369;
  -webkit-animation: circle-stroke-out 0.3s forwards;
  animation: circle-stroke-out 0.3s forwards;
}
.home.banner .next .base-cta-text__arrow {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  margin-top: -8px;
  right: 12px;
  transition: transform 0.3s;
  transform: translateX(-20px);
}
.home.banner .prev .base-cta-text__arrow {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  margin-top: -8px;
  right: 12px;
  transition: transform 0.3s;
  transform: translateX(20px);
  transform: rotateY(180deg);
}
.home.banner .next .base-cta-text:hover .base-cta-text__arrow {
  transform: translateX(0) !important;
}
.base-cta-text:hover .base-cta-text__svg-circle {
  -webkit-animation: circle-stroke-in 1s forwards;
  animation: circle-stroke-in 1s forwards;
}

@-webkit-keyframes circle-stroke-in {
  0% {
    stroke-dashoffset: 112.369;
  }
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes circle-stroke-in {
  0% {
    stroke-dashoffset: 112.369;
  }
  to {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes circle-stroke-out {
  0% {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: -112.369;
  }
}

@keyframes circle-stroke-out {
  0% {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: -112.369;
  }
}

@keyframes square {
  0% {
    transform: translateZ(0) scale(0);
  }
  30% {
    transform: translate3d(0, 15px, 0) scale(0.35);
  }
  50% {
    transform: translate3d(0, 30px, 0) scale(1);
  }
  70% {
    transform: translate3d(0, 45px, 0) scale(0.35);
  }
  100% {
    transform: translate3d(0, 60px, 0) scale(0);
  }
}
.home_sec_1 {
  position: relative;
  z-index: 1;
  /* background: url(../images/h-bg1.png); */
  padding: 100px 0 70px 0;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: bottom center !important;
}
.home-about1 {
  text-align: right;
  position: relative;
  z-index: 2;
}
.home-about1 > div {
  position: relative;
  z-index: 2;
}
.title1 {
  display: inline-block;
  font-size: 32px;
  line-height: 50px;
  margin-bottom: 12px;
  color: #10497d;
  position: relative;
  z-index: 2;
  letter-spacing: 3px;
}
.title1 span {
  display: inline-block;
  font-size: 32px;
  line-height: 50px;
  color: #10497d;
  position: relative;
  z-index: 2;
}
.title1 span .span1 {
  color: #fa781b !important;
}
.title1:after {
  display: block;
  content: "";
  width: 70px;
  height: 7px;
  background-color: #ddd;
  position: absolute;
  left: 0;
  bottom: 5px;
  z-index: 1;
}
.home-about1 h3 {
  font-size: 38px;
  line-height: 50px;
  margin-bottom: 22px;
  color: #ddd;
}
.home-about1 img {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -50px;
  z-index: 1;
  opacity: 0.5;
}
.home-about1 P {
  line-height: 36px;
  color: #666;
  font-size: 16px;
}
.home-about1 .inner {
  position: relative;
}
.home_sec_2 {
  position: relative;
  z-index: 3;
  padding-bottom: 110px;
}
.home_sec_2 .r {
  width: 780px;
  float: right;
  margin-top: -40px;
}
.home_sec_2 .r img {
  width: 100%;
}
.home_sec_2 .l {
  margin-right: 850px;
}
.home_sec_2 .inner {
  height: auto;
  min-height: 500px;
}
.home_sec_2 li {
  position: relative;
  padding-left: 65px;
  padding: 20px 0 20px 65px;
}
.home_sec_2 li img {
  width: 34px;
  position: absolute;
  left: 0;
  top: 20px;
}
.home_sec_2 li h2 {
  color: #10497d;
  margin-bottom: 8px;
}
.home_sec_2 li p {
  color: #666666;
  font-size: 14px;
  line-height: 30px;
  overflow: hidden;
}
.home_sec_2 li p.p1 {
  line-height: 25px;
}
.h-sec_1 {
  background: url(../images/h-bg2.jpg);
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: bottom center !important;
}
/* 按钮样式 */

.set_1_btn {
  color: #333;
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 45px;
  margin-right: 2em;
  text-align: center;
  max-width: 160px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  width: 100%;
}
.set_1_btn:hover {
  text-decoration: none;
}
.Vbtn-1 {
  background: transparent;
  text-align: center;
  float: left;
}
.Vbtn-1 svg {
  height: 45px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.Vbtn-1 rect {
  fill: none;
  stroke: #10497d;
  stroke-width: 3;
  stroke-dasharray: 422, 0;
  transition: all 450ms linear 0s;
}
.Vbtn-1:hover {
  background: rgba(225, 51, 45, 0);
  font-weight: 900;
  letter-spacing: 1px;
  transition: all 150ms linear 0s;
}
.Vbtn-1:hover rect {
  stroke-width: 5;
  stroke-dasharray: 15, 310;
  stroke-dashoffset: 48;
  -webkit-transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
}
.a_more {
  display: flex;
  justify-content: flex-start;
}
.a_more a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  line-height: 48px;
  height: 48px;
  position: relative;
  color: #10497d;
}
.a_more a::after {
  display: block;
  content: "";
  background-color: #10497d;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.3s ease;
  transform: scaleX(0.4);
}

.a_more a img {
  width: 24px;
  margin-left: 7px;
  transition: 0.2s ease;
}
.a_more a:hover img {
  transform: translateX(4px);
}
.a_more a:hover::after {
  transform: scaleX(1);
}

a.back {
  background-color: #10497d;
  color: #fff;
  width: 170px;
  height: 40px;
  text-align: center;
  font-size: 15px;
  line-height: 40px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
a.back > div {
  display: flex;
  position: relative;
  z-index: 2;
  align-items: center;
  justify-content: center;
}
a.back span {
  display: inline-block;
  height: 1px;
  width: 20px;
  background-color: #fff;
  margin-right: 10px;
}
a.back::before {
  width: 15px;
  background-color: #fa781b;
  display: block;
  content: "";
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transition: 0.3s ease;
}
a.back:hover::before {
  width: 100%;
}
.h-sec_2 {
  padding: 100px 0;
  background: url(../images/h-probg.jpg);
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: bottom center !important;
}
.h-pro-con {
  margin-left: 8.3%;
  padding: 50px 0 50px 50px;
  /* background-color: rgba(255,255,255,.7); */
}
.title1.white span {
  color: #fff;
}
.h-pro-con .l {
  padding-top: 20px;
  width: 400px;
  float: left;
}
.h-pro-con .r {
  margin-left: 530px;
  overflow: hidden;
}
.h-pro-con .l .intro {
  color: #fff;
  font-size: 15px;
  line-height: 30px;
}
.h-pro-con .l .intro p {
  margin-bottom: 10px;
  margin-top: 10px;
}
.h-pro-con .l .intro p.p1 {
  margin-bottom: 30px;
}
.proBox {
  position: relative;
  display: block;
  cursor: pointer;
  overflow: hidden;
}
.proBox img {
  width: 100%;
  position: relative;
  z-index: 1;
  vertical-align: bottom;
}
.proBox h4 {
  opacity: 1;
  position: absolute;
  padding: 15px 20px;
  color: #fff;
  line-height: 35px;
  font-size: 20px;
  font-weight: normal;
  z-index: 2;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  transition: 0.3s ease;
}
.proBox h5 {
  opacity: 1;
  position: absolute;
  padding: 15px 20px;
  color: #fff;
  line-height: 35px;
  font-size: 20px;
  font-weight: normal;
  z-index: 2;
  position: absolute;
  left: 0;
  bottom: 35px;
  right: 0;
  transition: 0.3s ease;
}
.proBox .cover {
  position: absolute;
  z-index: 3;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.22);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  line-height: 35px;
  font-size: 20px;
  transition: 0.3s ease;
}
.proBox .cover h2 {
  color: #fff;
  line-height: 35px;
  font-size: 20px;
}
.proBox .cover h3 {
  color: #fff;
  line-height: 35px;
  font-size: 20px;
}
.proSwiper {
  position: relative;
  padding-bottom: 50px;
}

.proSwiper .swiper-pagination-bullet {
  width: 29px;
  height: 10px;
  background-color: #d3d3d3;
  border-radius: 5px;
  opacity: 1;
}
.proSwiper .swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #10497d;
}
.proBox:hover .cover {
  left: 0;
}
.proBox:hover h4 {
  opacity: 0;
  bottom: -22px;
}
.proBox:hover h5 {
  opacity: 0;
  bottom: -22px;
}
.h-sec_3 {
  padding: 80px 0;
  background: url(../images/h-bg1.png);
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: bottom center !important;
}
.h-sec_3 .titBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.h-sec_4 .inner {
  height: auto;
  overflow: hidden;
}
.h-sec_4 .l {
  padding-top: 130px;
  width: 400px;
  float: left;
}
.h-sec_4 .r {
  width: 650px;
  float: right;
}
.h-sec_4 .r ul {
  height: auto;
  overflow: hidden;
  border-right: 1px solid rgba(255, 255, 255, 0.6);
}
.h-sec_4 .r li:first-child {
  border: none;
}
.h-sec_4 .r li {
  float: left;
  width: 50%;
  height: 200px;
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  border-left: 1px solid rgba(255, 255, 255, 0.6);
}
.h-sec_4 .r li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  padding-left: 30px;
}
.h-sec_4 {
  padding: 0;
  background: url(../images/h-bg4.jpg);
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: bottom center !important;
}
.h-sec_4 .l p {
  margin-top: 22px;
  color: #fff;
  font-size: 15px;
  line-height: 30px;
}
.h-sec_4 .l p.p1 {
  margin-top: 20px;
}
.h-sec_4 .r li a .lir {
  float: right;
  margin-right: 30px;
  margin-top: 67px;
}
.h-sec_4 .r li a .lir img {
  width: 50px;
}
.h-sec_4 .r li a .lil {
  margin-right: 100px;
  padding-top: 66px;
}
.h-sec_4 .r li a .lil h2 {
  color: #fff;
  line-height: 32px;
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 4px;
}
.h-sec_4 .r li a .lil p {
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  text-transform: uppercase;
}
.h-sec_4 .r li a > div {
  position: relative;
  z-index: 2;
}
.h-sec_4 .r li a::after {
  content: "";
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transform: scale(0);
  transition: 0.3s ease;
  background-color: #10497d;
  z-index: 1;
  position: absolute;
}
.h-sec_4 .r li a:hover::after {
  transform: scale(1);
}
.h-sec_3 .inner {
  height: auto;
  overflow: hidden;
}
.h-sec_3 .l {
  float: left;
  width: 350px;
  height: 520px;
  padding: 55px 40px;
  background-color: #fff;
  background-image: url(../images/ybg.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.h-sec_3 .l H3 {
  font-size: 42px;
  line-height: 50px;
  margin-bottom: 5px;
  color: #ddd;
}
.h-sec_3 .l ul {
  margin: 40px 0 60px 0;
}
.h-sec_3 .l ul a {
  font-size: 16px;
  line-height: 55px;
  text-decoration: underline;
  color: #10497d;
}
.h-sec_3 .r {
  height: 520px;
  margin-left: 400px;
}
.h-sec_3 .r ul {
  width: 400px;
  float: left;
}
.h-sec_3 .r li {
  width: 100%;
  background-color: #f2f2f2;
  height: 520px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: 0 1px 10px 1px #ececec;
}
.h-sec_3 .r li:first-child {
  margin-left: 0;
}
.h-sec_3 .r li .img {
  position: relative;
  z-index: 1;
  height: 310px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
.h-sec_3 .r li .txt {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  position: relative;
  z-index: 2;
  padding: 22px 16px;
  transition: 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.h-sec_3 .r li .txt h2 {
  font-size: 16px;
  margin-bottom: 12px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.h-sec_3 .r li .txt p {
  color: #999;
  font-size: 13px;
  line-height: 22px;
}
.h-sec_3 .r li a {
  display: block;
}
.h-sec_3 .r li a:hover .txt {
  transform: translateY(-15px);
  background-color: #10497d;
  height: 248px;
}
.h-sec_3 .r li a:hover .txt h2,
.h-sec_3 .r li a:hover .txt p {
  color: #fff;
}
.h-sec_3 .r ul {
  height: 370px;
}
.h-sec_3 .r li span {
  display: inline-block;
  width: 110px;
  height: 38px;
  background-color: #10497d;
  text-align: center;
  line-height: 38px;
  margin-top: 25px;
  color: #fff;
}
.h-sec_3 .r li a:hover span {
  background-color: #fa781b;
}
.h-sec_3 .r .news_Con {
  margin-left: 430px;
}
.h-sec_3 .r .news_Con a {
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  height: auto;
  overflow: hidden;
  border-bottom: 1px solid #eded;
  padding-bottom: 20px;
}
.h-sec_3 .r .news_Con a .image {
  float: left;
  width: 250px;
  height: 140px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
.h-sec_3 .r .news_Con a .txt {
  margin-left: 270px;
}
.h-sec_3 .r .news_Con a .txt h2 {
  font-size: 16px;
  margin-bottom: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.h-sec_3 .r .news_Con a .txt p {
  font-size: 13px;
  color: #999;
  line-height: 22px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.h-sec_3 .r .news_Con a .txt span {
  display: inline-block;
  width: 110px;
  height: 38px;
  background-color: #10497d;
  text-align: center;
  line-height: 38px;
  margin-top: 25px;
  color: #fff;
}
.h-sec_3 .r .news_Con a:nth-child(2) {
  padding-top: 20px;
}
.h-sec_3 .r .news_Con a:nth-child(3) {
  padding-top: 20px;
}
.more_box {
  display: flex;
  justify-content: flex-end;
}
.h-sec_3 .r .news_Con a:hover {
  border-bottom: 1px solid #10497d;
}
.h-sec_3 .r .news_Con a:hover span {
  background-color: #fa781b;
  color: #fff;
}
.proSwiper .swiper-pagination {
  padding-top: 30px;
  width: 100%;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  margin: 0 4px;
  outline: none;
  border: none;
}
.home.banner .bannerTxt {
  text-align: center;
  position: absolute;
  z-index: 2;
  left: 0;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.home.banner .bannerTxt h2 {
  color: rgba(255, 255, 255, 0.92);
  font-size: 48px;
  letter-spacing: 5px;
}
.home.banner .bannerTxt::after {
  display: block;
  content: "";
  width: 2px;
  background-color: rgba(255, 255, 255, 0.92);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -110px;
}
.home.banner .bannerTxt::before {
  display: block;
  content: "";
  width: 2px;
  background-color: rgba(255, 255, 255, 0.92);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -110px;
}
.home.banner .swiper-slide-active .bannerTxt h2 {
  animation: fadeInUp 1s ease both;
  animation-delay: 1s;
}
.home.banner .swiper-slide-active .bannerTxt::after {
  animation: line 1s ease both;
  animation-delay: 0.5s;
}
.home.banner .swiper-slide-active .bannerTxt::before {
  animation: line 1s ease both;
  animation-delay: 0.5s;
}
@keyframes fadeInUp {
  0% {
    transform: translateY(40px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes line {
  0% {
    height: 0;
  }

  100% {
    height: 60px;
  }
}

@keyframes line1 {
  0% {
    height: 0;
  }

  100% {
    height: 50px;
  }
}

@keyframes scale {
  0% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes translate {
  0% {
    transform: translateX(-55px);
  }

  100% {
    transform: translateX(0);
  }
}
/* 关于我们 */
.bannerCon1 {
  background: url(../images/nbanner1.jpg);
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
.bannerCon2 {
  background: url(../images/nbanner22.jpg);
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
.bannerCon3 {
  background: url(../images/nbanner3.jpg);
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
.bannerCon4 {
  background: url(../images/nbanner4.jpg);
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
.bannerCon5 {
  background: url(../images/nbanner5.jpg);
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
.nbanner {
  position: relative;
  height: 600px;
  overflow: hidden;
}
.bannerCon {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: calc(100% + 55px);
  height: 100%;
  animation: translate 6.2s ease both;
  animation-delay: 0.5s;
}
.nbanner .bannerTxt {
  text-align: center;
  position: absolute;
  z-index: 2;
  left: 0;
  width: 100%;
  top: 43%;
  transform: translateY(-50%);
}

.nbanner .bannerTxt::after {
  display: block;
  content: "";
  width: 2px;
  background-color: rgba(255, 255, 255, 0.92);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -80px;
}
.nbanner .bannerTxt::before {
  display: block;
  content: "";
  width: 2px;
  background-color: rgba(255, 255, 255, 0.92);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -80px;
}

.nbanner .inner {
  height: 100%;
  position: relative;
  z-index: 2;
}
.nbanner .bannerTxt h2 {
  color: #fff;
  font-size: 40px;
  font-weight: normal;
}
.nbanner .bannerTxt h3 {
  text-transform: capitalize;
  color: #fff;
  font-size: 55px;
  line-height: 90px;
  letter-spacing: 2px;
}
/* .nbanner  .bannerTxt::after{
  animation: line1 1s ease both;
  animation-delay: 0.5s;
}
.nbanner  .bannerTxt::before{
  animation: line1 1s ease both;
  animation-delay: 0.5s;
} */

.nbanner .dot {
  display: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
.nbanner .dot div {
  width: 10px;
  height: 10px;
  top: -5px;
  margin-left: -5px;
  transform: translateZ(0) scale(0);
  animation: square 4s linear infinite;
  background: #fff;
  display: block;
  position: absolute;
  left: 50%;
}
.nbanner .dot div:first-child {
  animation-delay: 0.8s;
}
.nbanner .dot div:nth-child(2) {
  animation-delay: 1.6s;
}
.nbanner .dot div:nth-child(3) {
  animation-delay: 2.4s;
}
.nbanner .dot div:nth-child(4) {
  animation-delay: 3.2s;
}
.nmenu {
  text-align: center;
}
.nmenu a {
  display: inline-block;
  margin: 0 35px;
  padding-bottom: 10px;
}
.nmenu a span {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  display: block;
  padding: 0 15px 18px 0;
}
.nmenu a span.eng{
  text-transform: uppercase;
  font-size: 14px;
  line-height: 30px;
  padding-bottom: 0;
}
.nmenu a .line {
  position: relative;
  height: 1px;
  width: 100%;
  background-color: #fff;
}
.nmenu a .line::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: scaleX(0);
  height: 1px;
  background-color: #fff;
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition-delay: 0.1s;
  transform-origin: right;
}
.nmenu a .line::before {
  position: absolute;
  top: 5px;
  left: 50%;
  margin-left: -20px;
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url(../images/arrow_down.png);
  background-size: 100%;
  transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transform: translateY(-15px);
  opacity: 0;
}
.nmenu a:hover .line::after {
  transform-origin: left;
  transform: scaleX(1);
  background-color: #fa781b;
}
.nmenu a:hover span {
  color: #fa781b;
}
.nmenu a:hover .line::before {
  transform: translateY(0);
  opacity: 1;
}

.nmenu a.active .line::after {
  transform-origin: left;
  transform: scaleX(1);
  background-color: #fa781b;
}
.nmenu a.active span {
  color: #fa781b;
}
.nmenu a.active .line::before {
  transform: translateY(0);
  opacity: 1;
}
/* 关于我们 */
.a-sec1 {
  padding: 80px 0;
  background-image: url(../images/a-bg1.png);
  background-position: center top;
  background-repeat: no-repeat;
}
.a-sec1 .contain{
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}
.a-sec1 .bimg{
  margin-top: 60px;
  margin-bottom: 40px;
}
.a-sec1 .bimg img{
  width: 100%;
}
.a-sec1 .bimg .zh{
  display: none;
}
.a-sec1 p{
  line-height: 30px;
}
.a-sec1  .zh{
  display: none;
}

.ntitle {
  text-align: center;
  letter-spacing: 3px;
  padding-bottom: 30px;
  position: relative;
}
.ntitle span {
  display: inline-block;
  font-size: 32px;
  line-height: 50px;
  color: #10497d;
  position: relative;
  z-index: 2;
}
.ntitle h2 {
  position: relative;
}
.ntitle h4{
  display: inline-block;
  font-size: 32px;
  line-height: 50px;
  color: #DDD;
  text-transform: uppercase;
}
.ntitle span.span1 {
  color: #fa781b !important;
}
.ntitle h2::after {
  display: block;
  content: "";
  width: 60px;
  height: 4px;
  background-color: #ddd;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  bottom: -8px;
  z-index: 1;
}
.abCon {
  padding-top: 45px;
  height: auto;
  overflow: hidden;
}
.abCon .l {
  float: left;
  width: calc(100% - 920px);
}
.abCon .l img {
  margin-bottom: 45px;
}
.abCon .l h2 {
  font-size: 40px;
  line-height: 1.3;
  font-weight: normal;
}
.abCon .l .p {
  margin-top: 50px;
  font-size: 15px;
  line-height: 28px;
}
.abCon .r {
  float: right;
  height: 530px;
  width: 880px;
  overflow: hidden;
}
.abCon .r > div {
  width: 100%;
  height: 100%;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.abCon .r:hover > div {
  transform: scale(1.1);
}
.a-sec2 {
  padding: 80px 0;
  background-image: url(../images/a-img1.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.ntitle.white span {
  color: #fff;
}
.ntitle.white span.span1 {
  color: #fff !important;
}
.ntitle.white h2::after {
  background-color: #fff;
}
.a-sec2 .culUl {
  position: relative;
  z-index: 3;
  color: #262626;
  display: flex;
  margin-top: 40px;
}
.a-sec2 .culUl:before {
  width: 100%;
  height: 90%;
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 5%;
  background-color: #fff;
}
.a-sec2 .culUl .item {
  position: relative;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0);
  width: 25%;
  cursor: pointer;
}
.a-sec2 .culUl .item h2 {
  position: absolute;
  font-size: 20px;
  text-transform: uppercase;
  top: 65px;
  left: 20px;
  transition: all 0.5s;
  z-index: 5;
  font-weight: normal;
}
.a-sec2 .culUl .item p {
  position: absolute;
  font-size: 15px;
  text-transform: uppercase;
  top: 115px;
  left: 20px;
  transition: all 0.5s;
  z-index: 5;
  font-weight: normal;
  opacity: 0;
}
.a-sec2 .culUl .item .img-box {
  clip-path: inset(120px 20px 50px 20px);
  transition: clip-path 0.5s;
  background-position: center center !important;
  background-size: cover !important;
}
.a-sec2 .culUl .item img {
  display: block;
  max-width: 100%;
}
.a-sec2 .culUl .item:hover h2 {
  color: #fff;
  top: 45px;
}
.a-sec2 .culUl .item:hover p {
  color: #fff;
  top: 95px;
  opacity: 1;
}
.a-sec2 .culUl .item:hover {
  z-index: 3;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  transition: box-shadow 0s 0.25s;
}
.a-sec2 .culUl .item:hover .img-box {
  clip-path: inset(0 0 0 0);
}
.a-sec3 {
  padding: 80px 0;
  background-image: url(../images/a-img2.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: auto;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.a-sec3 .r .img1 {
  width: 100%;
  display: block;
  object-fit: contain;
  animation: rotate 8s linear infinite;
}
.a-sec3 .r .img2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
}
.a-sec3 .r {
  float: right;
  width: 35%;
  position: relative;
  transform: translateX(10vw);
}
.a-sec3 .l {
  padding-left: 8.3%;
  float: left;
  width: 65%;
  position: relative;
}
.a-sec3 .l::after {
  content: "";
  display: block;
  height: 1px;
  width: calc(100% + 10vw);
  background-color: #d9d9d9;
  position: absolute;
  left: 0;
  top: 77px;
}

.a-sec3 .l .hisSwiper {
  overflow: hidden;
  width: 100%;
}
.a-sec3 .l .swiper-slide h2 {
  color: #999999;
  font-size: 40px;
  transition: all 600ms;
}
.a-sec3 .l .swiper-slide .p {
  font-size: 15px;
  line-height: 25px;
}
.a-sec3 .l .swiper-slide .circle {
  width: 20px;
  height: 20px;
  border: 1px solid #999999;
  border-radius: 50%;
  position: relative;
  display: flex;
  margin: 15px 0 30px 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  transition: all 600ms;
}
.a-sec3 .l .swiper-slide {
  cursor: pointer;
}
.a-sec3 .l .swiper-slide .circle::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #999999;
  border-radius: 50%;
  display: block;
  transition: all 600ms;
}
.a-sec3 .l .swiper-slide.swiper-slide-active .circle {
  border: 1px solid #10497d;
}
.a-sec3 .l .swiper-slide.swiper-slide-active h2 {
  color: #10497d;
}
.a-sec3 .l .swiper-slide.swiper-slide-active .p {
  color: #10497d;
}
.a-sec3 .l .swiper-slide.swiper-slide-active .circle::after {
  background-color: #10497d;
}
.a-sec3 .sarr {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: -120px;
}
.a-sec3 .sarr .prev {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #10497d;
  outline: none;
  border: none;
  cursor: pointer;
  margin: 0 15px;
  display: inline-block;
  background-image: url(../images/arrl.png);
  background-size: 30px;
  background-position: center center;
  background-repeat: no-repeat;
}
.a-sec3 .sarr .next {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #10497d;
  outline: none;
  border: none;
  cursor: pointer;
  margin: 0 25px;
  display: inline-block;
  background-image: url(../images/arrr.png);
  background-size: 30px;
  background-position: center center;
  background-repeat: no-repeat;
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0);
  }
}
.a-sec4 {
  padding: 80px 0;
  background-image: url(../images/h-bg1.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.strength-page .box5 {
  padding-bottom: 150px;
  text-align: center;
  position: relative;
  background-image: url(../images/hbg.png);
  background-repeat: no-repeat;
  background-position: center 100%;
  background-size: 50%;
}
.strength-page .box5 .swiper-container {
  width: 1400px;
  margin-top: 55px;
  cursor: grab;
}
.strength-page .box5 .swiper-container .swiper-slide {
  padding: 5px;
  backface-visibility: hidden;
}
.strength-page .box5 .swiper-container .swiper-slide .img-box {
  background-color: #fff;
  background-position: center center;
  background-size: cover;
  transition: ease 0.6s;
}
.strength-page .box5 .swiper-container .swiper-slide .img-box img {
  width: 100%;
}
.strength-page .box5 .swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0)
  );
}
.strength-page .box5 .swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.3),
    rgba(0, 0, 0, 0)
  );
}
.InspectionReport .li.swiper-slide-active {
  cursor: pointer;
}

.model {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.55);
}
.model .modelCon {
  background-color: #fff;
  width: 900px;
  min-height: 400px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 222;
  border: 4px solid #10497d;
}
.model .modelCon .imgBox {
  display: flex;
  justify-content: center;
  align-items: center;
}
.model .modelCon .imgBox img {
  max-height: 85vh;
  max-width: 85%;
}
.model .modelCon .close {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #10497d;
  width: 45px;
  height: 45px;
  cursor: pointer;
  background-image: url(../images/close.png);
  background-position: center center;
  background-size: 32px;
  background-repeat: no-repeat;
}
/* 联系我们 */
.contactS1 .l {
  padding-top: 35px;
  float: left;
  width: calc(100% - 900px);
}
.contactS1 .l li {
  float: left;
  width: 50%;
  height: 200px;
  padding: 45px 25px;
}
.contactS1 .l li:nth-child(1) {
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.contactS1 .l li:nth-child(2) {
  border-bottom: 1px solid #eee;
}
.contactS1 .l li:nth-child(3) {
  border-right: 1px solid #eee;
}
.contactS1 .l li h2 {
  color: #10497d;
  font-size: 26px;
  margin-bottom: 25px;
}
.contactS1 .l .lp {
  position: relative;
  padding-left: 45px;
}
.contactS1 .l .lp img {
  display: block;
  width: 35px;
  height: 35px;
  position: absolute;
  left: 0;
  top: 10px;
}
.contactS1 .l li:first-child .lp p {
  padding-top: 10px;
}
.contactS1 .l .lp p {
  padding-top: 16px;
  font-size: 15px;
}
.contactS1 .r {
  float: right;
  width: 850px;
  height: 680px;
  position: relative;
  z-index: 2;
  margin-top: -240px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.contactS1 .inner {
  height: 600px;
}
.nbanner5 .bannerTxt {
  text-align: left;
}
.nbanner5 .dot {
  margin-left: 0;
}
.nbanner5 .bannerTxt {
  top: auto;
  bottom: 30px;
  transform: translateY(0);
}
.nbanner5 .bannerTxt h3 {
  font-size: 45px;
}
.nbanner .bannerTxt h2 {
  font-size: 34px;
}
.nbanner5 .bannerTxt .p {
  margin-top: 30px;
  color: #fff;
  line-height: 23px;
}
.contactS2 {
  padding: 0 0 80px 0;
}
.contactS2 .inner {
  height: 800px;
}
.contactS2 .l {
  position: relative;
  float: left;
  width: 70%;
  height: 800px;
  background: url(../images/contact.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.contactS2 .r {
  position: relative;
  float: right;
  width: 30%;
  height: 800px;
  background-size: 100%;
}
.contactS2 .r .message {
  position: absolute;
  z-index: 2;
  right: 0;
  top: 100px;
  border-top: 5px solid #10497d;
  height: 580px;
  width: 860px;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  padding: 10px 50px 90px 50px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.contactS2 .r .message .title {
  border-bottom: 1px solid #10497d;
  font-weight: bold;
  font-size: 28px;
  color: #10497d;
  padding-bottom: 30px;
  padding-top: 15px;
  margin-bottom: 45px;
}
.inputBox {
  padding: 15px 0;
  border-bottom: 1px solid #10497d;
}
.inputBox input {
  outline: none;
  border: none;
  width: 100%;
  height: 40px;
}
.inputBox textarea {
  outline: none;
  border: none;
  width: 100%;
  height: 130px;
}
.submit {
  text-align: right;
  padding-top: 30px;
}
.submit button {
  width: 150px;
  height: 45px;
  background-color: #10497d;
  color: #fff;
  outline: none;
  border: none;
  font-size: 18px;
  letter-spacing: 5px;
}
/* 招商 */
.j-s1 {
  padding: 80px 0 30px 0;
  background: url(../images/jbg1.png);
  background-position: center top;
  background-repeat: no-repeat;
}
.advBox {
  padding-top: 50px;
  height: auto;
  overflow: hidden;
  padding-bottom: 50px;
}
.advBox .l {
  float: left;
  width: 50%;
  height: 400px;
}
.advBox .l .imgCont {
  float: left;
  height: 100%;
  width: calc(100% - 200px);
}
.advBox .l .imgCont .item {
  height: 100%;
  width: 100%;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
.advBox .line {
  float: right;
  width: 200px;
  height: 100%;
  position: relative;
}
.advBox .line .img {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(180deg);
}
.advBox .line ul {
  height: 100%;
}
.advBox .line ul li {
  height: 25%;
  text-align: right;
  padding-right: 58px;
  position: relative;
}
.advBox .line ul li span {
  display: inline-block;
  width: 90px;
  line-height: 32px;
  border-radius: 32px;
  font-size: 16px;
  text-align: center;
  font-weight: 700;
  cursor: pointer;
  color: #10497d;
  position: absolute;
  right: 58px;
}
.advBox .line ul li.active span {
  background-color: #10497d;
  color: #fff;
}
.advBox .line ul li:first-child span {
  top: -13px;
}
.advBox .line ul li:nth-child(2) span {
  top: 18px;
}
.advBox .line ul li:nth-child(3) span {
  top: 48px;
}
.advBox .line ul li:nth-child(4) span {
  top: 78px;
}
.advBox .r {
  float: right;
  width: 45%;
  height: 400px;
  text-align: right;
  position: relative;
}
.advBox .r .floor {
  width: 100%;
}
.advBox .r img.icon {
  height: 60px;
}
.advBox .r h2 {
  color: #10497d;
  font-size: 16px;
  line-height: 38px;
}
.advBox .r p {
  font-size: 15px;
}
.advBox .r .rbox {
  position: absolute;
  right: 0;
  bottom: 0;
}
.advBox .r .item {
  display: none;
}
.advBox .r .item:first-child {
  display: block;
}
.advBox .l .item {
  display: none;
}
.j-s2 {
  padding: 80px 0;
  background: url(../images/jc.jpg);
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
.j-s2 .inner {
  position: relative;
}
.j-s2 .r {
  position: absolute;
  right: 0;
  bottom: 30px;
  text-align: right;
}
.j-s2 .r .ntitle h2::after {
  margin-left: 0;
}
.j-s2 .r .ntitle {
  text-align: right;
}
.j-s2 .r p {
  color: #fff;
  line-height: 32px;
  font-size: 16px;
}
.j-s3 {
  padding: 80px 0;
  background: url(../images/jbg3.png);
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
.j-s3 ul {
  padding-top: 50px;
  height: auto;
  overflow: hidden;
}
.j-s3 li {
  padding: 30px 25px;
  float: left;
  margin-left: 35px;
  width: calc((100% - 140px) / 5);
  height: 340px;
  border-radius: 10px;
  background-color: #fff;
  cursor: pointer;
}
.j-s3 li:first-child {
  margin-left: 0;
}
.j-s3 li h2 {
  transform: translateY(20px);
  color: #ccc;
  font-size: 40px;
  transition: 0.5s ease;
}
.j-s3 li h3 {
  transform: translateY(20px);
  color: #10497d;
  font-size: 20px;
  margin-bottom: 10px;
  transition: 0.5s ease;
}

.j-s3 li p {
  transform: translateY(20px);
  font-size: 15px;
  line-height: 25px;
  transition: 0.5s ease;
}
.j-s3 li:hover h2,
.j-s3 li:hover h3,
.j-s3 li:hover p {
  transform: translateY(0);
  color: #fff;
}
.j-s3 li:hover {
  background-color: #10497d;
}
.j-s4 .inner {
  height: auto;
  overflow: hidden;
}
.j-s4 {
  padding: 80px 0;
}
.j-s4 .l {
  float: left;
  width: 50%;
}
.j-s4 .r {
  float: right;
  width: 50%;
}
.j-s4 .l h2 {
  font-weight: normal;
  font-size: 36px;
  margin-bottom: 45px;
}
.j-s4 .l h3 {
  font-weight: normal;
  font-size: 18px;
  margin-bottom: 10px;
}

.j-s4 .l p {
  font-size: 32px;
  color: #10497d;
}
.j-s4 .r input {
  width: calc((100% - 20px) / 2);
  float: left;
  height: 60px;
  border: 1px solid #e5e5e5;
  background-color: #f5f5f5;
  font-size: 16px;
  display: block;
  padding-left: 30px;
  font-family: "PingFang SC", "黑体", serif;
  padding-right: 20px;
}
.j-s4 .r input:nth-child(2) {
  margin-left: 20px;
}
.j-s4 .r .formBox {
  height: auto;
  overflow: hidden;
  margin-bottom: 20px;
}
.j-s4 .r textarea {
  width: 100%;
  height: 120px;
  border: 1px solid #e5e5e5;
  background-color: #f5f5f5;
  font-size: 16px;
  display: block;
  padding-left: 30px;
  padding-top: 30px;
  font-family: "PingFang SC", "黑体", serif;
  padding-right: 20px;
}
.j-s4 .r .btnBox {
  text-align: right;
}
.j-s4 .r .btnBox button {
  width: 150px;
  height: 45px;
  background-color: #10497d;
  color: #fff;
  outline: none;
  border: none;
  font-size: 18px;
  letter-spacing: 5px;
  cursor: pointer;
}
/* 新闻 */
.newsSec {
  padding-top: 80px;
}
.newsSec li a {
  display: block;
  height: auto;
  overflow: hidden;
  padding: 35px 0;
  border-bottom: 1px dotted #ccc;
}
.newsSec li .l {
  float: left;
  width: 570px;
}
.newsSec li .l .date {
  width: 90px;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  text-align: center;
  padding: 10px 0 12px 0;
  float: left;
}
.newsSec li .l .date h2 {
  font-size: 40px;
}
.newsSec li .l .date h3 {
  font-size: 20px;
}
.newsSec li .l .img {
  width: 450px;
  float: left;
  margin-left: 30px;
  height: 280px;
  overflow: hidden;
}
.newsSec li .l .img div {
  width: 100%;
  height: 100%;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  transition: all 0.45s ease;
}
.newsSec li a:hover .img div {
  transform: scale(1.2);
}
.newsSec li a:hover {
  background-color: #f2f2f2;
}
.newsSec li a:hover .date {
  border-top: 1px solid #10497d;
  border-bottom: 1px solid #10497d;
}
.newsSec li a:hover .date h2,
.newsSec li a:hover .date h3 {
  color: #10497d;
}
.newsSec li .r {
  margin-left: 640px;
  padding-top: 25px;
}
.newsSec li .r h2 {
  font-weight: normal;
  line-height: 28px;
  margin: 25px 0;
}
.newsSec li .r p {
  font-size: 15px;
  color: #7d7d7d;
  line-height: 28px;
}
.newsSec li .r .more {
  padding-top: 60px;
}
.newsSec li .r .more span {
  margin-left: 10px;
}
.newsSec li a:hover .r h2 {
  color: #10497d;
}
.newsSec li a:hover .more {
  color: #10497d;
}
.pageNation {
  text-align: center;
  margin-top: 80px;
  border-top: 1px solid #ccc;
  border-bottom: 3px solid #10497d;
  height: 60px;
}
.pageNation .acon {
  font-size: 0;
}
.pageNation .acon a {
  display: inline-block;
  width: 57px;
  height: 57px;
  line-height: 57px;
  text-align: center;
  border-left: 1px solid #ccc;
  font-size: 16px;
}
.ppage {
  display: inline-block;
}
.pageNation .acon {
  display: inline-block;
}
.pageNation .acon a.active {
  background-color: #10497d;
  color: #fff;
}
.pageNation .acon a:last-child {
  border-right: 1px solid #ccc;
}
.ppage {
  padding: 0 15px;
}
.ppage.next {
  border: none;
}
.newsCont .newsTitle {
  padding: 80px 0;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 50px;
}
.newsCont .newsTitle h2 {
  font-size: 25px;
  margin-bottom: 35px;
}
.newsCont .newsTitle p {
  font-size: 15px;
  color: #ccc;
}
.nbtn {
  margin-top: -50px;
  display: flex;
  justify-content: flex-end;
  padding-top: 20px;
}
.news1 {
  height: auto;
  overflow: hidden;
  padding-bottom: 80px;
}
.news1 .l {
  float: left;
  width: calc(100% - 500px);
  padding-right: 50px;
  border-right: 1px solid #ebebeb;
}
.news1 .r {
  float: right;
  width: 450px;
}
.n_body {
  font-size: 15px;
  line-height: 24px;
}
.pageP {
  padding-top: 30px;
  font-size: 15px;
}
.pageP p {
  margin-bottom: 15px;
}
.news1 .r {
  float: right;
  width: 450px;
}
.news1 .r a {
  display: block;
  height: auto;
  overflow: hidden;
  margin-bottom: 15px;
}
.news1 .r a .ly {
  float: left;
  width: 180px;
  height: 110px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
.news1 .r a .ry {
  margin-left: 200px;
  width: auto;
  font-size: 16px;
  line-height: 25px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.proSec {
  padding-top: 30px;
}
.proSec ul {
  height: auto;
  overflow: hidden;
}
.proSec ul li {
  cursor: pointer;
  float: left;
  margin-left: 4%;
  width: calc((100% - 12%) / 4);
  margin-bottom: 50px;
}
.proSec ul li:nth-child(4n + 1) {
  margin-left: 0;
}
.proSec ul li .pimg {
  overflow: hidden;
  height: 280px;
}
.proSec ul li .pimg div {
  width: 100%;
  height: 100%;
  transition: 0.35s ease;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
.proSec ul li a:hover .pimg div {
  transform: scale(1.1);
}
.proSec ul li .ptxt {
  border: 1px solid #eee;
  border-top: none;
  padding: 35px 25px 45px 25px;
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.proSec ul li a:hover .ptxt {
  border: 1px solid #10497d;
  border-top: none;
  color: #10497d;
}
.proSec ul li .none {
  display: none;
}
.pmodel {
  opacity: 0;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -100;
  background-color: rgba(0, 0, 0, 0.55);
}
.pmodel .modelCon {
  background-color: #fff;
  width: 1200px;
  min-height: 400px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 222;
  border: 4px solid #10497d;
  padding: 45px 26px;
}
.pmodel .modelCon .close {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #10497d;
  width: 45px;
  height: 45px;
  cursor: pointer;
  background-image: url(../images/close.png);
  background-position: center center;
  background-size: 32px;
  background-repeat: no-repeat;
}
.pmodel .modelCon .wrap {
  height: auto;
  overflow: hidden;
  position: relative;
}
.pmodel .modelCon .wrap .l {
  float: left;
  width: 59%;
  position: relative;
}
.pmodel .modelCon .wrap .l img {
  width: 100%;
}
.pmodel .modelCon .wrap .r {
  padding-top: 25px;
  margin-left: 65%;
}
.pmodel .modelCon .wrap .r .item {
  font-size: 16px;
  border-bottom: 1px solid #eee;
  padding-bottom: 25px;
  padding-top: 25px;
}

.pmodel .modelCon .wrap .sarr {
  text-align: right;
  position: absolute;
  right: 0;
  bottom: 0;
}
.pmodel .modelCon .wrap .sarr .prev {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #10497d;
  outline: none;
  border: none;
  cursor: pointer;
  margin: 0 15px;
  display: inline-block;
  background-image: url(../images/arrl.png);
  background-size: 30px;
  background-position: center center;
  background-repeat: no-repeat;
}
.pmodel .modelCon .wrap .sarr .next {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #10497d;
  outline: none;
  border: none;
  cursor: pointer;
  margin: 0 25px;
  display: inline-block;
  background-image: url(../images/arrr.png);
  background-size: 30px;
  background-position: center center;
  background-repeat: no-repeat;
}
.imgNo {
  display: none;
}
.proPopSwiper {
  width: 100%;
  overflow: hidden;
}
.popPagination {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}
.proPopSwiper {
  position: relative;
  z-index: 1;
}
.popPagination .swiper-pagination-bullet {
  margin: 2px 2px;
}
.popPagination .swiper-pagination-bullet-active {
  background-color: #10497d;
}
.home_about_r {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: flex-end;
}
.home_about_r p {
  display: flex;
  max-width: 890px;
}
.home_sec_2 .a_more {
  margin-top: 30px;
  margin-left: 65px;
}
.title_h3 {
  font-size: 38px;
  line-height: 50px;
  margin-bottom: 22px;
  color: #ddd;
}
.title_h3.white {
  color: #fff;
}
.subPro{
  padding-top: 25px;
  padding-bottom: 85px;
  text-align: center;
}
.subPro a{
  margin: 0 20px;
  display: inline-block;
}
.subPro a .en{
  text-transform: uppercase;
  font-size: 14px;
  line-height: 30px;
  padding-bottom: 0;
}
.subPro a .zh{
  font-size: 18px;
  color: #333;
  font-weight: bold;
  display: block;
  padding: 0 15px 18px 0;
}
.subPro a .line{
  position: relative;
  height: 1px;
  width: 100%;
  background-color: #333;
}
.subPro a.active .en{
  color: #fa781b;
}
.subPro a.active .zh{
  color: #fa781b;
}
.subPro a.active .line{
  background-color: #fa781b;
}