@charset "UTF-8";
@font-face {
  font-family: 'alibaba';
  src: url('../fonts/alibaba-puhuiti-regular.woff');
  src: url('../fonts/alibaba-puhuiti-regular.woff') format('woff'), url('../fonts/alibaba-puhuiti-regular.eot') format('embedded-opentype'), url('../fonts/alibaba-puhuiti-regular.ttf') format('truetype');
}
html,
body {
  line-height: 1;
  color: #333;
  margin: 0 auto;
  padding: 0;
}
* {
  font-family: "alibaba", "微软雅黑", Helvetica, Arial, Verdana, sans-serif;
  box-sizing: border-box;
}
.container-ff {
  padding-left: 15px;
  padding-right: 15px;
}
.pageIndex.c1 {
  padding-top: 5%;
  padding-bottom: 5%;
}
.pageIndex.c1 .title {
  font-size: 86px;
  font-weight: bold;
  color: #000;
  text-align: center;
  margin-bottom: 2%;
}
.pageIndex.c1 .l-title {
  font-size: 58px;
  color: #000;
  text-align: center;
  margin-bottom: 2%;
}
.pageIndex.c1 .l-title i {
  color: #e62129;
  font-style: normal;
  margin-left: 30px;
  margin-right: 30px;
}
.pageIndex.c1 .body {
  font-weight: lighter;
  text-align: center;
  font-size: 30px;
  line-height: 42px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2%;
}
.pageIndex.c1 .list-item {
  font-size: 24px;
  text-align: center;
}
.pageIndex.c2 {
  padding-top: 8%;
  padding-bottom: 5%;
}
.pageIndex.c2 .title {
  position: relative;
  font-size: 86px;
  font-weight: 600;
  color: #000;
  text-align: center;
  margin-bottom: 2%;
}
.pageIndex.c2 .title::after {
  content: '';
  display: block;
  margin: 30px auto 0;
  width: 32px;
  height: 2px;
  background-color: #e62129;
}
.pageIndex.c2 .body {
  font-weight: lighter;
  text-align: center;
  font-size: 30px;
  line-height: 42px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2%;
}
.pageIndex.c3 .list-case {
  overflow: hidden;
}
.pageIndex.c3 .list-case li {
  width: 33.333%;
  float: left;
  padding: 3px;
  box-sizing: border-box;
}
.pageIndex.c3 .list-case li a {
  position: relative;
  display: block;
  font-size: 0;
}
.pageIndex.c3 .list-case li a img {
  width: 100%;
  height: 100%;
}
.pageIndex.c3 .list-case li a .mask {
  content: '';
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: opacity 0.5s linear;
}
.pageIndex.c3 .list-case li a .mask .text {
  text-align: center;
}
.pageIndex.c3 .list-case li a .mask .text .title {
  font-size: 38px;
  color: #fff;
  font-weight: bold;
  font-family: 'OPPPSANS';
  margin-bottom: 20px;
}
.pageIndex.c3 .list-case li a .mask .text .ftitle {
  font-size: 20px;
  color: #fff;
  margin-bottom: 30px;
}
.pageIndex.c3 .list-case li a .mask .text .info {
  width: 55px;
  height: 55px;
  margin-left: auto;
  margin-right: auto;
}
.pageIndex.c3 .list-case li:hover .mask {
  opacity: 1;
}
.page.about {
  text-align: center;
}
.page.about .container-pp {
  max-width: 1490px;
  margin: 5% auto;
}
.page.about .p1 .p-title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5%;
}
.page.about .p1 .p-title .p-m-title {
  font-size: 60px;
  color: #000000;
  font-weight: bold;
  padding: 0 30px;
}
.page.about .p1 .p-title .p-f-title {
  font-size: 60px;
  color: #e62129;
  padding: 0 30px;
}
.page.about .p1 .p-body {
  display: flex;
  justify-content: center;
  align-items: top;
}
.page.about .p1 .p-body .cn-body,
.page.about .p1 .p-body .en-body {
  flex: 1 1 50%;
  text-align: left;
  padding-left: 30px;
  padding-right: 30px;
}
.page.about .p1 .p-body .cn-body p,
.page.about .p1 .p-body .en-body p {
  margin-bottom: 15px;
}
.page.about .p2 {
  text-align: center;
}
.page.about .p2 .logo {
  margin-bottom: 5%;
}
.page.about .p2 .p-body {
  font-size: 24px;
  color: #999;
  font-weight: lighter;
  line-height: 170%;
  margin-bottom: 5%;
}
.page.about .p2 .p-design {
  font-size: 30px;
  color: #333;
  text-transform: uppercase;
  margin-bottom: 5%;
}
.page.about .p2 .p-list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5%;
}
.page.about .p2 .p-list li {
  width: 130px;
  height: 130px;
  line-height: 130px;
  text-align: center;
  border-radius: 50%;
  background-color: #c30d23;
  color: #fff;
  font-size: 48px;
  margin-left: 45px;
  margin-right: 45px;
}
.page.about .p3 .p-title h1 {
  font-size: 46px;
}
.page.about .p3 .p-title h2 {
  font-size: 18px;
}
.page.about .p3 .p-title h2::after {
  content: '';
  display: block;
  width: 36px;
  height: 1px;
  background: url(../images/service.png) no-repeat center center;
  margin: 30px auto 0;
}
.page.about .p3 .p-body {
  text-align: left;
}
.page.about .p3 .p-body .item {
  position: relative;
  padding-top: 5%;
  padding-bottom: 5%;
}
.page.about .p3 .p-body .item .body-head {
  display: flex;
  justify-content: left;
  align-items: center;
  margin-bottom: 40px;
}
.page.about .p3 .p-body .item .body-head h1 {
  font-size: 48px;
  color: #c30d23;
  font-weight: bold;
  margin-right: 30px;
}
.page.about .p3 .p-body .item .body-head h2 {
  font-size: 24px;
  color: #c30d23;
  font-weight: lighter;
}
.page.about .p3 .p-body .item .body-head::before {
  content: '';
  width: 106px;
  height: 91px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 100% 100%;
  margin-right: 42px;
}
.page.about .p3 .p-body .item:nth-child(1) .body-head::before {
  background-image: url(../images/cpcl.png);
}
.page.about .p3 .p-body .item:nth-child(2) .body-head::before {
  background-image: url(../images/ppcl.png);
}
.page.about .p3 .p-body .item .body-con {
  padding-left: 150px;
}
.page.about .p3 .p-body .item .body-con .b-list li {
  margin-bottom: 40px;
}
.page.about .p3 .p-body .item .body-con .b-list li b {
  font-size: 33px;
  margin-bottom: 15px;
  font-weight: normal;
}
.page.about .p3 .p-body .item .body-con .b-list li p {
  font-size: 24px;
  color: #000000;
}
.page.about .p3 .p-body .item:nth-child(1) .body-con::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 100%;
  height: 2px;
  background-color: #c30d23;
}
.page.about .p3 .p-body .item:nth-child(1) .body-con::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100px;
  height: 12px;
  background-color: #c30d23;
}
#footer {
  padding-top: 3%;
  padding-bottom: 3%;
  background-image: url(../images/fbg.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
#footer .wf-wrap {
  display: flex;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  color: #fff;
}
#footer .wf-wrap .foot-item {
  display: flex;
  justify-content: left;
  align-items: top;
}
#footer .wf-wrap .b-titlte {
  position: relative;
  font-size: 24px;
  color: #fff;
  margin-bottom: 40px;
}
#footer .wf-wrap .b-titlte::after {
  content: '';
  display: block;
  width: 150px;
  height: 2px;
  background-color: #a7171a;
  margin-top: 20px;
}
#footer .wf-wrap .foot-l {
  text-align: right;
  flex: 1 1 45%;
}
#footer .wf-wrap .foot-l .foot-logo {
  max-width: 500px;
}
#footer .wf-wrap .foot-l .foot-logo img {
  width: 100%;
}
#footer .wf-wrap .foot-l .title {
  display: inline-block;
  text-align: left;
  margin-top: 60px;
  margin-right: -35px;
}
#footer .wf-wrap .foot-l .title h1 {
  font-size: 16px;
  color: #eee;
  margin-bottom: 10px;
}
#footer .wf-wrap .foot-l .title p {
  font-size: 16px;
}
#footer .wf-wrap .foot-l .title p a {
  font-size: 16px;
  color: #fff;
}
#footer .wf-wrap .foot-c {
  flex: 1 1 33.3%;
}
#footer .wf-wrap .foot-c dl {
  overflow: hidden;
  width: 270px;
}
#footer .wf-wrap .foot-c dl dd {
  width: 50%;
  float: left;
  font-size: 18px;
  margin-bottom: 20px;
}
#footer .wf-wrap .foot-c .foot-qrone-wrapper {
  padding-right: 20%;
}
#footer .wf-wrap .foot-c .foot-qrone-wrapper img {
  max-width: 100%;
}
#footer .wf-wrap .foot-r {
  flex: 1 1 21.7%;
}
#footer .wf-wrap .foot-r .phone {
  margin-bottom: 35px;
}
#footer .wf-wrap .foot-r .phone h1 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 20px;
}
#footer .wf-wrap .foot-r .phone p {
  font-size: 32px;
  color: #fff;
}
#footer .wf-wrap .foot-r .link {
  overflow: hidden;
  margin-bottom: 30px;
}
#footer .wf-wrap .foot-r .link li {
  width: 55px;
  height: 55px;
  float: left;
  margin-right: 30px;
}
#footer .wf-wrap .foot-r .link li a {
  display: block;
}
#footer .wf-wrap .foot-r .link li a img {
  width: 100%;
}
#footer .wf-wrap .foot-r .addresss {
  font-size: 16px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .pageIndex.c1 .title {
    font-size: 24px;
  }
  .pageIndex.c1 .l-title,
  .pageIndex.c2 .title {
    font-size: 20px;
  }
  .pageIndex.c1 .body,
  .pageIndex.c2 .body {
    font-size: 16px;
    line-height: 120%;
  }
  .pageIndex.c1 .list-item {
    font-size: 16px;
  }
  #footer {
    display: none;
  }
  .page.about .p1 .p-title .p-m-title,
  .page.about .p1 .p-title .p-f-title {
    font-size: 24px;
    padding: 0 15px;
  }
  .page.about .p1 .p-body {
    display: block;
  }
  .page.about .p2 .p-list li {
    width: 48px;
    height: 48px;
    margin: 15px;
    font-size: 18px;
    line-height: 48px;
  }
  .page.about .p3 .p-body .item {
    padding-left: 15px;
    padding-right: 15px;
  }
  .page.about .p3 .p-body .item .body-head::before {
    width: 48px;
    height: 48px;
    margin-right: 15px;
  }
  .page.about .p3 .p-body .item .body-head h1 {
    font-size: 18px;
    margin-right: 15px;
  }
  .page.about .p3 .p-body .item .body-head h2 {
    font-size: 14px;
  }
  .page.about .p3 .p-body .item .body-con {
    padding-left: 0;
  }
  .page.about .p3 .p-body .item .body-con .b-list li b {
    font-size: 14px;
  }
  .page.about .p3 .p-body .item .body-con .b-list li p {
    font-size: 14px;
  }
  .page.about .p3 .p-body .item .body-con .b-list li {
    font-size: 15px;
  }
}
/*v2*/
img {
  width: 100%;
  max-width: 100%;
}
ul,
dl,
p,
address {
  margin-bottom: 0;
}
input:focus,
button:focus,
textarea:focus {
  outline: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
.wrap1410 {
  width: 1410px;
  margin: 0 auto;
}
a {
  color: #333;
}
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 75px;
  height: 60px;
  line-height: 60px;
  background-color: #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}
.header .header_logo {
  width: 122px;
  margin-top: 17px;
}
.header .header_nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .header_nav .nav {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .header_nav .nav li {
  padding-right: 48px;
}
.header .header_nav .nav li a {
  font-size: 16px;
  color: #333;
}
.header .header_nav .nav li.on a {
  color: #1245c7;
}
.header .header_nav .phone {
  font-size: 16px;
  color: #1245c7;
  line-height: 18px;
  height: 18px;
  font-weight: bold;
  padding-left: 25px;
  background: url(../images/index_03.png) no-repeat left center;
}
.header.sticky-white-nav {
  position: fixed;
  width: 100%;
  z-index: 999;
}
.homepage_banner {
  position: relative;
}
.homepage_banner .swiper-pagination {
  padding: 0 45px;
  bottom: 25px;
  text-align: left;
}
.homepage_banner .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #c9cbca;
  opacity: 1;
  transform: none;
  margin: 0 10px;
}
.homepage_banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #1245c7;
}
.homepage_main .s1 {
  padding: 100px 0;
}
.homepage_main .s1 .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.homepage_main .s1 .con h1 {
  font-size: 56px;
  padding-left: 170px;
  background: url(../images/3.png) no-repeat left center;
  background-size: 160px auto;
  margin-bottom: 35px;
}
.homepage_main .s1 .con p {
  font-size: 22px;
  line-height: 38px;
  color: #747474;
}
.homepage_main .s1 .con ul {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 35px;
  padding-top: 35px;
}
.homepage_main .s1 .con ul li {
  font-size: 18px;
  color: #1245c7;
  padding-right: 14px;
  background: url(../images/4.png) no-repeat right 3px center;
  background-size: 8px 8px;
}
.homepage_main .s1 .con ul li:last-child {
  background: none;
}
.homepage_main .s1 .con ul::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 45px;
  height: 3px;
  background-color: #747474;
}
.homepage_main .s1 .pic {
  width: 444px;
}
.homepage_main .s2 .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.homepage_main .s2 .list-case {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.homepage_main .s2 .list-case li {
  width: 33.3333%;
  padding: 3px;
}
.homepage_main .s2 .list-case li a {
  display: block;
  position: relative;
}
.homepage_main .s2 .list-case li a .mask {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: rgba(18, 69, 199, 0.8);
}
.homepage_main .s2 .list-case li a .mask .cir-out {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-size: contain;
  clip-path: circle(100% at 50% 50%);
  transition: clip-path 0.4s ease-in 0.1s;
}
.homepage_main .s2 .list-case li a .mask .cir-in {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  background-color: rgba(18, 69, 199, 0.8);
  border-radius: 50%;
  width: 13vw;
  height: 13vw;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.4s ease-out;
}
.homepage_main .s2 .list-case li a .mask .cir-in .con .title {
  position: relative;
  font-size: 2.24vw;
  padding-bottom: 0.9vw;
  color: #fff;
}
.homepage_main .s2 .list-case li a .mask .cir-in .con .title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 1.2vw;
  height: 2px;
  background-color: #fff;
}
.homepage_main .s2 .list-case li a .mask .cir-in .con .ftitle {
  font-size: 1.3vw;
  margin-top: 0.9vw;
  color: #fff;
}
.homepage_main .s2 .list-case li:hover a .mask .cir-out {
  clip-path: circle(30% at 50% 50%);
  transition: clip-path 0.4s ease-out;
}
.homepage_main .s2 .list-case li:hover a .mask .cir-in {
  opacity: 1;
  transition: opacity 0.4s ease-in 0.15s;
}
.homepage_main .s3 {
  padding: 115px 0;
}
.homepage_main .s3 .tit {
  text-align: center;
  margin-bottom: 85px;
}
.homepage_main .s3 .tit h1 {
  display: inline-block;
  font-size: 56px;
  margin-bottom: 30px;
  padding-left: 112px;
  background: url(../images/2.png) no-repeat left top 5px;
  background-size: auto 51px;
}
.homepage_main .s3 .tit p {
  position: relative;
  font-size: 22px;
  color: #747474;
  line-height: 36px;
  padding-top: 40px;
}
.homepage_main .s3 .tit p::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%);
  width: 58px;
  height: 4px;
  background-color: #1245c7;
}
.homepage_main .s3 .list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.homepage_main .s3 .list li a {
  display: block;
}
.homepage_main .s3 .list li a .pic {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background-color: #f0f0f0;
}
.homepage_main .s3 .list li a .pic .icon {
  position: relative;
}
.homepage_main .s3 .list li a .pic img {
  opacity: 1;
  display: block;
}
.homepage_main .s3 .list li a .pic .color-changed {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  opacity: 0;
}
.homepage_main .s3 .list li a .txt {
  margin-top: 38px;
  color: #4a4a4a;
  text-align: center;
}
.homepage_main .s3 .list li a .txt h1 {
  font-size: 25px;
  margin-bottom: 19px;
}
.homepage_main .s3 .list li a .txt p {
  font-size: 22px;
}
.homepage_main .s3 .list li:hover .pic img {
  opacity: 0;
}
.homepage_main .s3 .list li:hover .pic .color-changed {
  opacity: 1;
}
.homepage_main .s3 .list li:hover .txt h1,
.homepage_main .s3 .list li:hover .txt p {
  color: #1245c7;
}
.homepage_main .s4 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 38.38vw;
  background-image: url(../images/index_50.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  overflow: hidden;
}
.homepage_main .s4 .wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.homepage_main .s4 .txt {
  text-align: center;
}
.homepage_main .s4 .txt h1 {
  font-size: 4.95vw;
  color: #fff;
  margin-bottom: 2.6vw;
}
.homepage_main .s4 .txt p {
  font-size: 1.16vw;
  line-height: 1.6;
  color: #cacaca;
  margin-bottom: 3.85vw;
}
.homepage_main .s4 .txt img {
  width: 3vw;
  margin-bottom: 3.85vw;
}
.homepage_main .s4 .txt ul {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(0.35vw);
}
.homepage_main .s4 .txt ul li {
  font-size: 0.9375vw;
  color: #cacaca;
  padding-right: 0.73vw;
  background-image: url(../images/29.png);
  background-size: 0.416vw 0.416vw;
  background-repeat: no-repeat;
  background-position: right center;
}
.homepage_main .s4 .txt ul li:last-child {
  background: none;
}
.homepage_main .s5 {
  padding: 115px 0 200px;
}
.homepage_main .s5 .tit {
  text-align: center;
  margin-bottom: 85px;
}
.homepage_main .s5 .tit h1 {
  display: inline-block;
  font-size: 56px;
  margin-bottom: 30px;
  padding-left: 112px;
  background: url(../images/2.png) no-repeat left top 5px;
  background-size: auto 51px;
}
.homepage_main .s5 .tit p {
  position: relative;
  font-size: 22px;
  color: #747474;
  line-height: 36px;
  padding-top: 40px;
}
.homepage_main .s5 .tit p::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%);
  width: 58px;
  height: 4px;
  background-color: #1245c7;
}
.homepage_main .s5 .countup {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.homepage_main .s5 .countup li {
  width: 312px;
  height: 312px;
  background-color: #f0f0f0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.homepage_main .s5 .countup li .count_wrap {
  text-align: center;
}
.homepage_main .s5 .countup li .count_wrap .num_wrap {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.homepage_main .s5 .countup li .count_wrap .num_wrap .numCX {
  font-size: 92px;
  color: #1245c7;
}
.homepage_main .s5 .countup li .count_wrap .num_wrap .unit {
  padding-left: 10px;
}
.homepage_main .s5 .countup li .count_wrap .num_wrap .unit span {
  display: block;
  text-align: center;
}
.homepage_main .s5 .countup li .count_wrap .num_wrap .unit .more {
  font-size: 65px;
  color: #1245c7;
}
.homepage_main .s5 .countup li .count_wrap .num_wrap .unit .units {
  font-size: 37px;
  color: #4a4a4a;
}
.homepage_main .s5 .countup li .count_wrap .desc {
  font-size: 37px;
  color: #4a4a4a;
  margin-top: 30px;
}
.homepage_main .s5 .customer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 80px;
}
.homepage_main .s5 .customer li {
  width: 226px;
  height: 94px;
  background-color: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.homepage_main .s5 .customer li img {
  width: auto;
}
.homepage_main .s6 {
  margin-bottom: 160px;
}
.homepage_main .s6 .title {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.homepage_main .s6 .title .news {
  font-size: 30px;
  color: #020202;
  padding-bottom: 10px;
}
.homepage_main .s6 .title .news_nav {
  display: flex;
  align-items: center;
  justify-content: center;
}
.homepage_main .s6 .title .news_nav li {
  padding: 0 10px;
}
.homepage_main .s6 .title .news_nav li a {
  font-size: 15px;
  color: #525252;
  padding-bottom: 10px;
  border-bottom: 3px solid transparent;
}
.homepage_main .s6 .title .news_nav li.on a {
  color: #1245c7;
  border-color: #1245c7;
}
.homepage_main .s6 .news_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 20px;
}
.homepage_main .s6 .news_list li {
  width: 451px;
}
.homepage_main .s6 .news_list li a {
  display: block;
}
.homepage_main .s6 .news_list li .news_txt {
  padding-top: 40px;
}
.homepage_main .s6 .news_list li .news_txt h1 {
  font-size: 22px;
  color: #020202;
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.homepage_main .s6 .news_list li .news_txt .desc {
  font-size: 16px;
  color: #727272;
  padding-bottom: 18px;
  border-bottom: 3px solid #dbdbdb;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.homepage_main .s6 .news_list li .news_txt .intro {
  font-size: 16px;
  color: #727272;
  line-height: 26px;
  height: 78px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.homepage_main .s6 .news_list li:hover .news_txt h1,
.homepage_main .s6 .news_list li:hover .news_txt .desc {
  color: #1245c7;
  border-color: #1245c7;
}
.homepage_main .s6 .news_list2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
}
.homepage_main .s6 .news_list2 li {
  width: 451px;
  margin-bottom: 14px;
}
.homepage_main .s6 .news_list2 li a {
  display: block;
}
.homepage_main .s6 .news_list2 li .news_txt h1 {
  font-size: 16px;
  color: #727272;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.homepage_main .s6 .news_list2 li:hover .news_txt h1,
.homepage_main .s6 .news_list2 li:hover .news_txt .desc {
  color: #1245c7;
  border-color: #1245c7;
}
.homepage_main .s7 {
  background-color: #323232;
  text-align: left;
  padding: 82px 0;
}
.homepage_main .s7 h1 {
  font-size: 40px;
  color: #fff;
  padding-left: 35px;
  background: url(../images/xie.png) no-repeat left center;
  background-size: 21px 37px;
  margin-bottom: 60px;
}
.homepage_main .s7 h2 {
  font-size: 40px;
  color: #fff;
  margin-bottom: 60px;
}
.homepage_main .s7 .name {
  position: relative;
  font-size: 25px;
  color: #c2c2c2;
  padding-top: 29px;
}
.homepage_main .s7 .name::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 45px;
  height: 3px;
  background-color: #fff;
}
footer {
  background-color: #141414;
  padding: 70px 0 105px;
}
footer .foot_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid #3f3f3f;
  padding-bottom: 30px;
}
footer .foot_head .foot_nav {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .foot_head .foot_nav dt,
footer .foot_head .foot_nav dd {
  font-size: 15px;
  color: #7f7f7f;
  padding-right: 20px;
}
footer .foot_head .foot_nav dt a,
footer .foot_head .foot_nav dd a {
  color: #7f7f7f;
}
footer .foot_head .foot_nav dt.on a,
footer .foot_head .foot_nav dd.on a {
  color: #1245c7;
}
footer .foot_head .foot_link {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .foot_head .foot_link dt,
footer .foot_head .foot_link dd {
  font-size: 15px;
  color: #7f7f7f;
  padding-right: 20px;
}
footer .foot_head .foot_link dt a,
footer .foot_head .foot_link dd a {
  color: #7f7f7f;
}
footer .foot_bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #ffffff;
  padding-top: 90px;
}
footer .foot_bottom .name {
  text-align: left;
}
footer .foot_bottom .name h1 {
  font-size: 25px;
  margin-bottom: 20px;
  color: #fff;
}
footer .foot_bottom .name p {
  font-size: 15px;
  line-height: 30px;
}
footer .foot_bottom .name a {
  color: #fff;
}
footer .foot_bottom .spec p {
  font-size: 15px;
  margin-bottom: 16px;
}
footer .foot_bottom .email img {
  max-width: 207px;
}
footer .foot_bottom .email p {
  font-size: 15px;
  margin-top: 55px;
}
footer .foot_bottom .qrcode {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: right;
}
footer .foot_bottom .qrcode .code_name span {
  display: block;
  font-size: 15px;
  margin-bottom: 6px;
}
footer .foot_bottom .qrcode .code_name p {
  font-size: 22px;
  margin-bottom: 10px;
}
footer .foot_bottom .qrcode .code_name .business {
  position: relative;
  padding-top: 49px;
  margin-top: 19px;
}
footer .foot_bottom .qrcode .code_name .business::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 2px;
  height: 40px;
  background-color: #1245c7;
}
footer .foot_bottom .qrcode .code_code {
  padding-left: 16px;
}
footer .foot_bottom .qrcode .code_code img {
  width: 144px;
}
.page_product {
  margin-top: 75px;
}
.page_product .page_nav {
  padding: 0 75px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.page_product .page_nav li {
  font-size: 16px;
  padding-bottom: 30px;
  padding-right: 35px;
}
.page_product .page_nav li.on a {
  color: #1245c7;
}
.page_product .list_case {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.page_product .list_case li {
  width: 33.3333%;
  padding: 3px;
}
.page_product .list_case li a {
  display: block;
  position: relative;
}
.page_product .list_case li a .mask {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: rgba(18, 69, 199, 0.8);
}
.page_product .list_case li a .mask .cir-out {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-size: contain;
  clip-path: circle(100% at 50% 50%);
  transition: clip-path 0.4s ease-in 0.1s;
}
.page_product .list_case li a .mask .cir-in {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  background-color: rgba(18, 69, 199, 0.8);
  border-radius: 50%;
  width: 13vw;
  height: 13vw;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.4s ease-out;
}
.page_product .list_case li a .mask .cir-in .con .title {
  position: relative;
  font-size: 2.24vw;
  padding-bottom: 0.9vw;
  color: #fff;
}
.page_product .list_case li a .mask .cir-in .con .title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 1.2vw;
  height: 2px;
  background-color: #fff;
}
.page_product .list_case li a .mask .cir-in .con .ftitle {
  font-size: 1.3vw;
  margin-top: 0.9vw;
  color: #fff;
}
.page_product .list_case li:hover a .mask .cir-out {
  clip-path: circle(30% at 50% 50%);
  transition: clip-path 0.4s ease-out;
}
.page_product .list_case li:hover a .mask .cir-in {
  opacity: 1;
  transition: opacity 0.4s ease-in 0.15s;
}
.page_product .page_list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 75px;
  margin-bottom: 130px;
}
.page_product .page_list li {
  padding: 0 5px;
}
.page_product .page_list li a {
  display: block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  font-size: 16px;
  background-color: #f0f0f0;
  border-radius: 50%;
  text-align: center;
}
.page_product .page_list li.active a {
  background-color: #141414;
  color: #fff;
}
.page_about .about1 {
  margin-bottom: 100px;
}
.page_about .about1 .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 95px;
  padding-bottom: 75px;
  border-bottom: 2px solid #dbdbdb;
}
.page_about .about1 .wrap .about1_zh h1 {
  display: inline-block;
  font-size: 55px;
  padding-right: 110px;
  background-image: url(../images/2.png);
  background-position: right center;
  background-size: 104px 52px;
  background-repeat: no-repeat;
  margin-bottom: 110px;
}
.page_about .about1 .wrap .about1_zh .since {
  font-size: 30px;
  padding-left: 152px;
  background-image: url(../images/l8.png);
  background-position: left center;
  background-size: 147px 29px;
  background-repeat: no-repeat;
  color: #474747;
  margin-bottom: 40px;
}
.page_about .about1 .wrap .about1_zh p {
  font-size: 16px;
  line-height: 36px;
}
.page_about .about1 .wrap .about1_zh .honor {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-left: -5px;
  margin-top: 65px;
}
.page_about .about1 .wrap .about1_zh .honor li {
  font-size: 16px;
  padding: 0 5px;
}
.page_about .about1 .wrap .about1_zh:hover h1,
.page_about .about1 .wrap .about1_zh:hover .since,
.page_about .about1 .wrap .about1_zh:hover p,
.page_about .about1 .wrap .about1_zh:hover .honor {
  color: #1245c7;
}
.page_about .about1 .wrap .about1_zh:hover h1 {
  background-image: url(../images/2_h.png);
}
.page_about .about1 .wrap .about1_zh:hover .since {
  background-image: url(../images/l8_h.png);
}
.page_about .about1 .wrap .about1_en {
  text-align: right;
}
.page_about .about1 .wrap .about1_en h1 {
  font-size: 55px;
  margin-bottom: 110px;
}
.page_about .about1 .wrap .about1_en .since {
  font-size: 30px;
  margin-bottom: 35px;
}
.page_about .about1 .wrap .about1_en p {
  font-size: 16px;
  line-height: 20px;
}
.page_about .about1 .wrap .about1_en:hover h1,
.page_about .about1 .wrap .about1_en:hover .since,
.page_about .about1 .wrap .about1_en:hover p {
  color: #1245c7;
}
.page_about .about2 {
  text-align: center;
  margin-bottom: 140px;
}
.page_about .about2 .wrap .intro {
  font-size: 18px;
  color: #2b2b2b;
  line-height: 36px;
  margin-bottom: 70px;
}
.page_about .about2 .wrap h1 {
  font-size: 22px;
  color: #2b2b2b;
}
.page_about .about2 .wrap .dw {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 65px;
  padding-bottom: 76px;
  background-image: url(../images/ship.png);
  background-repeat: no-repeat;
  background-size: 73px 27px;
  background-position: center bottom;
}
.page_about .about2 .wrap .dw li {
  width: 90px;
  height: 90px;
  line-height: 90px;
  background-color: #1245c7;
  border-radius: 50%;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  margin: 0 30px;
}
.page_about .about_team {
  margin-bottom: 185px;
}
.page_about .about_team .title {
  font-size: 55px;
  padding-left: 110px;
  background-image: url(../images/2.png);
  background-position: left center;
  background-size: 104px 49px;
  background-repeat: no-repeat;
  color: #292929;
  margin-bottom: 66px;
}
.page_about .about_team .swiper {
  overflow: hidden;
}
.page_about .about_news {
  margin-bottom: 110px;
}
.page_about .about_news .title {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding-bottom: 40px;
  border-bottom: 3px solid #dbdbdb;
}
.page_about .about_news .title .news {
  font-size: 30px;
  color: #020202;
  padding-bottom: 10px;
}
.page_about .about_news .title .news_nav {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page_about .about_news .title .news_nav li {
  padding: 0 10px;
}
.page_about .about_news .title .news_nav li a {
  font-size: 15px;
  color: #525252;
}
.page_about .about_news .title .news_nav li.on a {
  color: #1245c7;
}
.page_about .about_news .news_list li {
  padding: 12px 0;
  border-bottom: 2px solid #dbdbdb;
}
.page_about .about_news .news_list li a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page_about .about_news .news_list li a .news_cont {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.page_about .about_news .news_list li a .news_cont .news_date {
  position: relative;
  font-size: 22px;
  color: #545454;
  width: 230px;
}
.page_about .about_news .news_list li a .news_cont .news_date::after {
  content: '';
  position: absolute;
  right: 25px;
  top: 8px;
  width: 60px;
  height: 2px;
  background-color: #545454;
}
.page_about .about_news .news_list li a .news_cont .news_txt {
  width: 870px;
  padding-right: 50px;
}
.page_about .about_news .news_list li a .news_cont .news_txt h1 {
  font-size: 22px;
  color: #545454;
  margin-bottom: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.page_about .about_news .news_list li a .news_cont .news_txt .desc,
.page_about .about_news .news_list li a .news_cont .news_txt .intro {
  font-size: 15px;
  color: #545454;
  margin-bottom: 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.page_about .about_news .news_list li a .news_pic {
  width: 337px;
}
.page_about .about_news .news_list li:hover a .news_cont .news_date {
  color: #1245c7;
}
.page_about .about_news .news_list li:hover a .news_cont .news_date::after {
  background-color: #1245c7;
}
.page_about .about_news .news_list li:hover a .news_cont .news_txt h1 {
  color: #1245c7;
}
.page_about .about_news .news_list li:hover a .news_cont .news_txt .desc,
.page_about .about_news .news_list li:hover a .news_cont .news_txt .intro {
  color: #1245c7;
}
