﻿* {
  margin: 0;
  padding: 0;
}

body,
html {
  height: 100%;
  position: relative;
  width: 100%;
}

img {
  display: block;
}

a {
  color: #333;
  text-decoration: none;
}

ul,
ol,
li,
dl,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hamburger {
  display: none;
}

.center {
  width: 1400px;
}

.headerBox {
  width: 100%;
  background-color: transparent;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 99;
  transition: 0.3s;
}

.headerBox.active .logo img:last-of-type {
  display: block;
}

.headerBox.active .logo img:first-of-type {
  display: none;
}

.headerBox.active {
  background-color: #FFFFFF;
  border-bottom: 1px solid #E5E5E5;
}

.headerBox.active .right .nav .one-li>a {
  color: #000022;
}

.headerBox.active .right .search i {
  color: #000022;
}

.headerBox.active .right .language .l-left img:last-of-type {
  display: block;
}

.headerBox.active .right .language .l-left img:first-of-type {
  display: none;
}

.headerBox.active .right .language .l-right span {
  color: #000022;
}

.headerBox.active .right .language .l-right i {
  color: #000022;
}

.headerBox.active .right .language .l-right ul {
  box-shadow: 0px 4px 20px 0px rgba(4, 4, 6, 0.3);
}

.headerBox .headerInnerBox {
  width: 90%;
  height: 99px;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.headerInnerBox .logo img:last-of-type {
  display: none;
}

.headerInnerBox .logo img {
  width: 316px;
}

.headerInnerBox .right {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  height: 100%;
}

.headerInnerBox .right .nav {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  height: 100%;
}

.headerInnerBox .right .nav .one-li {
  height: 100%;
}

.headerInnerBox .right .nav .one-li:hover>.two-box {
  transform: scaleY(1);
  opacity: 1;
}

.headerInnerBox .right .nav .one-li .two-box {
  position: absolute;
  top: 100px;
  left: 0px;
  width: 100%;
  background-color: #FFFFFF;
  transform: scaleY(0);
  transform-origin: center top;
  opacity: 0;
  transition: 0.3s;
  box-shadow: 0px 0px 20px 0px rgba(1, 3, 15, 0.06);
}

.headerInnerBox .right .nav .one-li .two-box .content {
  width: 90%;
  margin: 0 auto;
  padding: 70px 0;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.headerInnerBox .right .nav .one-li .two-box .content .left {
  width: calc(100% - 361px);
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  /*border: 1px solid red;*/
}

/* @media only screen and (max-width:1760px) {
  .headerInnerBox .right .nav .one-li .two-box .content .left{
    width: 800px;
  }
} */
.headerInnerBox .right .nav .one-li .two-box .content .left .item {
  width: calc((100% - 15px) / 2);
}

.headerInnerBox .right .nav .one-li .two-box .content .left .item h3 {
  font-family: Source Han Sans CN;
  font-weight: 800;
  color: #222222;
  font-size: 28px;
  line-height: 1;
}

.headerInnerBox .right .nav .one-li .two-box .content .left .item .line {
  width: 30px;
  background: #C02730;
  height: 5px;
  margin: 12px 0 17px 0;
}

.headerInnerBox .right .nav .one-li .two-box .content .left .item .n-box {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  position: relative;
}

/*.headerInnerBox .right .nav .one-li .two-box .content .left .item:first-of-type .n-box{*/
/*  justify-content: flex-end;*/
/*  -webkit-justify-content: flex-end;   */
/*}*/
.headerInnerBox .right .nav .one-li .two-box .content .left .item .n-box .n-item {
  width: calc((100% - 30px) / 3);
  margin-right: 15px;
  margin-bottom: 17px;
}

/*.headerInnerBox .right .nav .one-li .two-box .content .left .item .n-box .n-item.tl{*/
/*  position: absolute;*/
/*  left: 0px;*/
/*  bottom: 0px;*/
/*}*/
.headerInnerBox .right .nav .one-li .two-box .content .left .item .n-box .n-item:nth-of-type(3n) {
  margin-right: 0px;
}

.headerInnerBox .right .nav .one-li .two-box .content .left .item .n-box .n-item:last-of-type {
  margin-right: 0px;
}

.headerInnerBox .right .nav .one-li .two-box .content .left .item .n-box .n-item .title {
  font-size: 16px;
  font-weight: bold;
  color: #222222;
  font-family: Source Han Sans CN;
  /* margin-bottom: 20px; */
}

.headerInnerBox .right .nav .one-li .two-box .content .left .item .n-box .n-item .zj-a a {
  display: block;
  font-family: Arial;
  font-weight: 400;
  color: #555555;
  font-size: 16px;
  margin-top: 12px;
  transition: 0.3s;
}

.headerInnerBox .right .nav .one-li .two-box .content .left .item .n-box .n-item .zj-a a:hover {
  color: #C02730;
}

.headerInnerBox .right .nav .one-li .two-box .content .t-right {
  width: 300px;
  padding-left: 60px;
  border-left: 1px solid #E5E5E5;
}

.headerInnerBox .right .nav .one-li .two-box .content .t-right .img-box {
  width: 100%;
  height: 170px;
  border-radius: 8px;
  overflow: hidden;
  margin-top: 15px;
}

.headerInnerBox .right .nav .one-li .two-box .content .t-right .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.headerInnerBox .right .nav .one-li .two-box .content .t-right h3 {
  font-size: 16px;
  font-weight: 800;
  color: #222222;
  font-family: Source Han Sans CN;
  margin: 40px 0 10px 0;
}

.headerInnerBox .right .nav .one-li .two-box .content .t-right h6 {
  font-size: 16px;
  font-weight: 400;
  color: #222222;
  line-height: 24px;
  font-family: Source Han Sans CN;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.headerInnerBox .right .nav .one-li:not(:first-of-type) {
  margin-left: 55px;
}

.headerInnerBox .right .nav .one-li>a {
  font-size: 16px;
  font-weight: 400;
  color: #6a1c2e;
  font-family: Source Han Sans CN;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
}

.headerInnerBox .right .nav .one-li>a::before {
  display: block;
  content: '';
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 0px;
  height: 1px;
  background-color: #C02730;
  transition: 0.3s;
}

/*.headerInnerBox .right .nav .one-li>a:hover::before{*/
/*  width: 100%;*/
/*}*/
.headerInnerBox .right .nav .one-li.active>a::before {
  width: 100%;
}

.headerInnerBox .right .search {
  margin: 0 40px;
}

.headerInnerBox .right .search i {
  font-size: 18px;
  color: #FFFFFF;
  cursor: pointer;
}

.headerInnerBox .right .language {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  height: 100%;
  cursor: pointer;
}

.headerInnerBox .right .language .l-left img:last-of-type {
  display: none;
}

.headerInnerBox .right .language .l-right {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  margin-left: 15px;
}

.headerInnerBox .right .language .l-right ul {
  position: absolute;
  top: 80px;
  right: 0px;
  background-color: #ffffff;
  border-radius: 6px;
  padding: 10px 15px;
  transform: scaleY(0);
  transform-origin: center top;
  transition: 0.3s;
  opacity: 0;
}

.headerInnerBox .right .language:hover>.l-right ul {
  transform: scaleY(1);
  opacity: 1;
}

.headerInnerBox .right .language .l-right span {
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  font-family: Source Han Sans CN;
}

.headerInnerBox .right .language .l-right i {
  font-size: 18px;
  color: #FFFFFF;
  margin-left: 10px;
}

.headerInnerBox .right .language .l-right li a {
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  color: #555555;
  line-height: 30px;
  font-family: Source Han Sans CN;
  display: block;
  transition: 0.3s;
}

.headerInnerBox .right .language .l-right li.active a {
  color: #C02730;
}

.headerInnerBox .right .language .l-right li a:hover {
  color: #C02730;
}

/* seadershow */
.seadershow {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  background-color: rgba(0, 0, 0, 0.9);
  display: none;
}

.seaderbox {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}

.seader {
  position: relative;
  width: 65%;
}

.seader form {
  width: 100%;
  height: 80px;
  border: 5px solid #8c8c8c;
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
  display: flex;
  display: -webkit-flex;
}

.seader form input {
  display: block;
  width: 80%;
  height: 100%;
  border: none;
  outline: none;
  box-sizing: border-box;
  padding: 0 20px;
  font-size: 16px;
  color: #666666;
}

.seader form button {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: 20%;
  border: none;
  outline: none;
  background-color: #C02730;
  font-size: 18px;
  color: #ffffff;
  cursor: pointer;
}

.seader form button img {
  display: block;
  width: auto;
  filter: brightness(11);
  margin-right: 20px;
}

.seader .close {
  display: block;
  position: absolute;
  right: -60px;
  top: -80px;
}

.seader .close img {
  display: block;
}

.mySwiper .s-c {
  width: 100%;
  height: 100vh;
  position: relative;
}

.mySwiper .s-c img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mySwiper .s-c .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.mySwiper .s-c .content h3 {
  font-size: 55px;
  font-family: Source Han Sans CN;
  font-weight: 800;
  color: #FFFFFF;
  line-height: 68px;
}

.mySwiper .s-c .content h6 {
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 26px;
  font-family: Source Han Sans CN;
  margin-top: 40px;
  width: 600px;
}

.mySwiper .swiper-pagination {
  width: max-content;
  left: auto;
  right: 160px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  bottom: 25px;
}

.mySwiper .swiper-pagination-bullet {
  width: 5px;
  background: #BFBFBF;
  border-radius: 50%;
  height: 5px;
  opacity: 1;
  margin: 0 15px !important;
  position: relative;
}

.mySwiper .swiper-pagination-bullet::before {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: transparent;
  width: 5px;
  height: 5px;
  z-index: 1;
  border-radius: 50%;
}

.mySwiper .swiper-pagination-bullet-active {
  width: 16px;
  height: 16px;
  border: 1px solid #DCDCDC;
  border-radius: 50%;
  background-color: transparent;
}

.mySwiper .swiper-pagination-bullet-active::before {
  background-color: #C02730;
}

.mySwiper .my-jt {
  position: absolute;
  bottom: 23px;
  right: 40px;
  z-index: 5;
}

.mySwiper .my-jt .public {
  color: #FFFFFF;
  font-size: 18px;
  cursor: pointer;
  transition: 0.3s;
}

.mySwiper .my-jt .public:hover {
  color: #C02730;
}

.mySwiper .my-jt .next {
  margin-left: 20px;
}

.i1-indexBox {
  width: 100%;
  background: url('../image/background.jpg') no-repeat center / cover;
}

.i1-indexBox .i1-indexInnerBox {
  margin: 0 auto;
  padding: 160px 0 190px 0;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.i1-indexBox .i1-indexInnerBox .right {
  width: 160px;
  height: 160px;
  margin-right: 75px;
  position: relative;
}

.diaolog {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 99;
  display: none;
}

.diaolog .d-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.diaolog i {
  position: absolute;
  top: 5%;
  right: 5%;
  color: #FFFFFF;
  font-size: 46px;
  cursor: pointer;
}

.public-title p {
  width: 70px;
  background: #C02730;
  height: 8px;
}

.public-title h3 {
  font-size: 80px;
  font-weight: 800;
  color: #222222;
  font-family: Source Han Sans CN;
  line-height: 1;
  margin-top: 34px;
}

.i1-indexInnerBox .left {
  width: 800px;
}

.i1-indexInnerBox .left h6 {
  font-size: 18px;
  font-weight: 400;
  color: #222222;
  line-height: 36px;
  font-family: Source Han Sans CN;
  width: 645px;
  margin-top: 53px;
  text-align: justify;
  word-break: break-all;
}

.i1-indexInnerBox .numContent {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  width: 100%;
  margin: 80px 0;
}

.i1-indexInnerBox .numContent .num-b {
  cursor: pointer;
  /* display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  align-items: center; */
  position: relative;
}

.i1-indexInnerBox .numContent .num-b:last-of-type::before {
  display: block;
  content: ',';
  position: absolute;
  left: 60px;
  top: 20px;
  font-size: 24px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #C02730;
  height: max-content;
}

.i1-indexInnerBox .numContent .num-b:hover>.text {
  color: #C02730;
}

.i1-indexInnerBox .numContent .numText {
  display: flex;
  display: -webkit-flex;
  align-items: flex-start;
  -webkit-align-items: flex-start;
}

.i1-indexInnerBox .numContent .numText .num {
  font-size: 54px;
  font-family: SANDBOX;
  font-weight: 400;
  color: #C02730;
  line-height: 1;
}

.i1-indexInnerBox .numContent span {
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #C02730;
  line-height: 1;
  writing-mode: vertical-rl;
  letter-spacing: 5px;
  padding: 10px 0 0 5px;
}

.i1-indexInnerBox .numContent .num-b:last-of-type span {
  writing-mode: horizontal-tb;
  letter-spacing: 0px;
}

.i1-indexInnerBox .numContent .text {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #666666;
  transition: 0.3s;
  margin-top: 10px;
  width: 120px;
}

.public-more {
  width: 150px;
  border: 1px solid #333333;
  height: 43px;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  font-family: Source Han Sans CN;
  text-align: center;
  line-height: 43px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: 0.3s;
  display: block;
}

.public-more::before {
  display: block;
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0;
  height: 45px;
  background-color: #C02730;
  transition: 0.3s;
  z-index: -1;
}

.public-more:hover {
  color: #FFFFFF;
  border-color: #C02730;
}

.public-more:hover::before {
  width: 100%;
}

.i2-indexBox {
  width: 100%;
}

.i2-indexBox .i2-indexInnerBox {
  margin: 0 auto;
  padding: 68px 0 145px 0;
}

.i2-indexInnerBox .text {
  margin-top: 45px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.i2-indexInnerBox .text h6 {
  width: 915px;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 28px;
  font-family: Source Han Sans CN;
  text-align: justify;
  word-break: break-all;
}

.public-icon {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  width: 49px;
  border: 1px solid #666666;
  border-radius: 50%;
  height: 49px;
  cursor: pointer;
  transition: 0.3s;
}

.public-icon i {
  font-size: 26px;
  color: #666666;
  transition: 0.3s;
}

.public-icon:hover {
  border-color: #C02730 !important;
}

.public-icon:hover>i {
  color: #C02730 !important;
}

.i2-indexInnerBox .container {
  margin-top: 50px;
}

.public-item {
  width: 100%;
  background-color: #F5F5F5;
}

.public-item .content {
  width: 85%;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  padding: 73px 0 70px 0;
}

.i2-indexInnerBox .pt .content {
  width: 93%;
}

.public-item .content .left {
  width: 416px;
}

.public-item .content .left h3 {
  font-size: 48px;
  font-weight: 800;
  color: #222222;
  font-family: Source Han Sans CN;
}

.public-item .content .left h6 {
  font-size: 16px;
  font-weight: 400;
  color: #222222;
  line-height: 28px;
  font-family: Source Han Sans CN;
  margin: 40px 0 58px 0;
  text-align: justify;
  word-break: break-all;
}

.i2-indexInnerBox .public-more {
  width: 110px;
  height: 35px;
  font-size: 14px;
  line-height: 35px;
}

.public-item .content .right {
  width: 630px;
}

.public-item .content .right img {
  width: 100%;
  transition: 0.3s;
}

.public-item .content .right:hover>img {
  transform: scale(1.03);
}

.i2-indexInnerBox .container .row-box {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-top: 40px;
}

.i2-indexInnerBox .container .row-box .row {
  margin-right: 40px;
  width: calc((100% - 40px) / 2);
  background-color: #F5F5F5;
}

.i2-indexInnerBox .container .row-box .row:nth-of-type(2n) {
  margin-right: 0px;
}

.i2-indexInnerBox .container .row-box .row:nth-of-type(2) .content .left h6 {
  width: 90px;
}

.i2-indexInnerBox .container .row-box .row .content {
  width: 85%;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  padding: 55px 0 60px 0;
}

.i2-indexInnerBox .container .row-box .row .content .left {
  width: 180px;
}

.i2-indexInnerBox .container .row-box .row .content .left h5 {
  font-size: 16px;
  font-weight: 400;
  color: #888888;
  font-family: Source Han Sans CN;
}

.i2-indexInnerBox .container .row-box .row .content .left h3 {
  font-size: 24px;
  font-weight: 800;
  color: #222222;
  font-family: Source Han Sans CN;
  margin-top: 10px;
}

.i2-indexInnerBox .container .row-box .row .content .left h6 {
  font-size: 16px;
  font-weight: 400;
  color: #222222;
  font-family: Source Han Sans CN;
  margin: 40px 0 80px 0;
}

.i2-indexInnerBox .container .row-box .row .content .right {
  width: 360px;
}

.i2-indexInnerBox .container .row-box .row .content .right img {
  width: 100%;
  transition: 0.3s;
}

.i2-indexInnerBox .container .row-box .row .content .right:hover>img {
  transform: scale(1.03);
}

.i3-indexBox {
  width: 100%;
  background: url('../image/i3-1.png') no-repeat center / cover;
}

.i3-indexBox .i3-indexInnerBox {
  margin: 0 auto;
  padding: 70px 0 114px 0;
}

.i3-indexInnerBox .text {
  font-size: 16px;
  font-weight: 400;
  color: #222222;
  line-height: 28px;
  font-family: Source Han Sans CN;
  width: 80%;
  text-align: center;
  margin: 48px auto 0;
}

.i3-indexInnerBox .item-box {
  display: flex;
  display: -webkit-flex;
  margin-top: 80px;
}

.i3-indexInnerBox .item-box .item {
  margin-right: 27px;
  width: calc((100% - 81px) / 4);
  box-shadow: 0px 4px 20px 0px rgba(4, 4, 6, 0.3);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  transition: 0.3s;
}

.i3-indexInnerBox .item-box .item:hover {
  transform: translateY(-20px);
}

.i3-indexInnerBox .item-box .item:nth-of-type(4n) {
  margin-right: 0px;
}

.i3-indexInnerBox .item-box .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.i3-indexInnerBox .item-box .item .content {
  position: absolute;
  width: 90%;
  left: 50%;
  transform: translateX(-50%);
  /*bottom: 70px;*/
  top: 290px;
}

.i3-indexInnerBox .item-box .item .content h3 {
  font-size: 24px;
  font-weight: bold;
  color: #FFFFFF;
  font-family: Source Han Sans CN;
  text-align: center;
}

.i3-indexInnerBox .item-box .item .content h6 {
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  font-family: Arial;
  text-align: center;
  line-height: 24px;
  margin-top: 18px;
}

.i3-indexInnerBox .public-title p {
  margin: 0 auto;
}

.i3-indexInnerBox .public-title h3 {
  text-align: center;
}

.i4-indexBox {
  width: 100%;
  height: 680px;
  padding-top: 114px;
}

.i4-indexBox .container {
  width: 100%;
  height: 100%;
  position: relative;
}

.i4-indexBox .i4-indexInnerBox {
  margin: 0 auto;
  height: 100%;
}

.i4-indexInnerBox .right {
  margin-left: auto;
  width: 370px;
}

.i4-indexInnerBox .right .text {
  margin: 65px 0 111px 0;
}

.i4-indexInnerBox .right .text p {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 28px;
  font-family: Source Han Sans CN;
  word-break: break-all;
  text-align: justify;
}

.i4-indexInnerBox .right .text p:not(:first-of-type) {
  margin-top: 28px;
}

.i4-indexBox .my-case-swiper {
  width: calc((100% - 1400px) / 2 + (1400px - 370px - 79px));
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}

.i4-indexBox .my-case-swiper .s-c {
  position: relative;
  width: 100%;
  height: 100%;
}

.i4-indexBox .my-case-swiper .s-c img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(70%);
}

.i4-indexBox .my-case-swiper .s-c .content {
  width: 72%;
  position: absolute;
  bottom: 40px;
  right: 85px;
}

@media only screen and (max-width:1660px) {
  .i4-indexBox .my-case-swiper .s-c .content {
    width: 80%;
  }
}

.i4-indexBox .my-case-swiper .s-c .content h3 {
  font-size: 30px;
  font-weight: bold;
  color: #FFFFFF;
  font-family: Source Han Sans CN;
}

.i4-indexBox .my-case-swiper .s-c .content .text {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  margin-top: 30px;
}

.i4-indexBox .my-case-swiper .s-c .content .text h6 {
  width: 75%;
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  font-family: Source Han Sans CN;
  line-height: 28px;
  word-break: break-all;
  text-align: justify;
}

.i4-indexBox .public-icon {
  border: 1px solid #FFFFFF;
  position: absolute;
}

.i4-indexBox .public-icon i {
  color: #FFFFFF;
}

.i4-indexBox .prev {
  right: calc(50px + 51px + 10px);
  bottom: 50px;
  z-index: 3;
}

.i4-indexBox .next {
  right: 50px;
  bottom: 50px;
  z-index: 3;
}

.i5-indexBox {
  width: 100%;
}

.i5-indexBox .i5-indexInnerBox {
  padding: 90px 0 123px 0;
  margin: 0 auto;
}

.i5-indexInnerBox .text {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 25px 0 40px 0;
}

.i5-indexInnerBox .text h6 {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 28px;
  font-family: Source Han Sans CN;
}

.i5-indexInnerBox ul {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.i5-indexInnerBox ul li {
  width: calc((100% - 80px) / 3);
  margin-right: 40px;
}

.i5-indexInnerBox ul li:nth-of-type(3n) {
  margin-right: 0px;
}

.i5-indexInnerBox ul li a {
  display: block;
  width: 100%;
  height: 100%;
}

.i5-indexInnerBox ul li a .img-box {
  width: 100%;
  height: 270px;
  overflow: hidden;
}

.i5-indexInnerBox ul li a .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.i5-indexInnerBox ul li a .content {
  width: 100%;
  padding-top: 30px;
}

.i5-indexInnerBox ul li a .content h6 {
  height: 42px;
}

.i5-indexInnerBox ul li a .content h6 span {
  font-size: 18px;
  font-weight: bold;
  color: #222222;
  line-height: 24px;
  font-family: Source Han Sans CN;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.i5-indexInnerBox ul li a .content .time {
  font-size: 14px;
  font-weight: 400;
  color: #222222;
  font-family: Arial;
  margin: 19px 0 38px 0;
}

.i5-indexInnerBox ul li a .content .line {
  width: 100%;
  height: 1px;
  background-color: #DCDCDC;
  position: relative;
  z-index: 1;
}

.i5-indexInnerBox ul li a .content .line::before {
  width: 0;
  height: 100%;
  background-color: #C02730;
  display: block;
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  transition: 0.5s;
  z-index: -1;
}

.i5-indexInnerBox ul li a:hover>.content .line::before {
  width: 100%;
}

.a-Box {
  width: 100%;
  position: relative;
  padding: 55px 0 100px 0;
}

.a-Box .a-InnerBox {
  position: relative;
}

.a-Box .a-InnerBox .container {
  margin: 0 auto;
  width: 90%;
  height: 680px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}

.a-InnerBox .left {
  width: 675px;
}

.a-InnerBox .public-title h3 {
  margin-top: 0px;
}

.a-InnerBox .left .text {
  margin-top: 75px;
}

.a-InnerBox .left .text p {
  font-size: 16px;
  font-weight: 400;
  color: #222222;
  line-height: 28px;
  font-family: Source Han Sans CN;
  word-break: break-all;
  text-align: justify;
}

.a-InnerBox .left .text p:not(:first-of-type) {
  margin-top: 30px;
}

.a-InnerBox .a-video-box {
  width: calc((100% - 90%) / 2 + (90% - 675px - 180px));
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
}

.a-InnerBox .a-video-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.a-InnerBox .a-video-box video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.play .icon {
  width: 80px;
  height: 80px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  border-radius: 50%;
  background-color: rgba(192, 39, 48, 0.9);
}

.icon img {
  position: relative;
  z-index: 3;
}

.play .pb {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  animation: pulse 4s linear infinite;
}

.play .pulse1 {
  animation-delay: 0s !important;
  background-color: rgba(192, 39, 48, 0.4);
}

.play .pulse2 {
  animation-delay: 2s !important;
  background: transparent;
  border: 1px solid rgba(202, 201, 201, 0.5);
}

@keyframes pulse {
  0% {
    width: 80px;
    height: 80px;
  }

  40% {
    width: 120px;
    height: 120px;
    /* opacity: 1; */
  }

  100% {
    width: 160px;
    height: 160px;
    /* opacity: 0; */
  }
}

.a2-Box {
  width: 100%;
  background-color: #111111;
}

.a2-Box .a2-InnerBox {
  margin: 0 auto;
  padding: 100px 0 120px 0;
}

.a2-InnerBox h3 {
  font-size: 60px;
  font-weight: 800;
  color: #FFFFFF;
  /* line-height: 80px; */
  font-family: Source Han Sans CN;
  text-align: center;
}

.a2-InnerBox h4 {
  font-size: 40px;
  font-weight: 400;
  color: #FFFFFF;
  font-family: Source Han Sans CN;
  text-align: center;
}

.a3-Box {
  width: 100%;
}

.a3-Box .a3-InnerBox {
  margin: 0 auto;
  padding: 160px 0 190px 0;
}

.a3-InnerBox .ab-swiper-box {
  position: relative;
}

.a3-InnerBox .my-ab-swiper img {
  max-width: 100%;
  transition: 0.3s;
  height: 388px;
}

.a3-InnerBox .my-ab-swiper img:hover {
  transform: scale(1.05);
}

.a3-InnerBox .my-ab-swiper {
  width: 90%;
}

.a3-InnerBox .my-jt .public {
  width: 35px;
  height: 90px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  border: 1px solid #AAAAAA;
  cursor: pointer;
}

.a3-InnerBox .my-jt .public i {
  font-size: 22px;
  color: #AAAAAA;
}

.a3-InnerBox .my-jt .prev {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}

.a3-InnerBox .my-jt .next {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}

.a3-InnerBox .text-content {
  width: 100%;
  background-color: #F8F8F8;
  margin: 160px 0 100px 0;
}

.a3-InnerBox .text-content .content {
  width: 87%;
  margin: 0 auto;
  padding: 90px 0;
}

.a3-InnerBox .text-content .content .line {
  width: 50px;
  background: #C02730;
  height: 8px;
}

.a3-InnerBox .text-content .content .text {
  font-size: 28px;
  font-weight: bold;
  color: #222222;
  line-height: 48px;
  font-family: Source Han Sans CN;
  margin-top: 45px;
  word-break: break-all;
  text-align: justify;
  word-break: break-all;
}

.a3-InnerBox .table-container {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  -webkit-justify-content: space-between;
  -webkit-align-items: center;
}

.a3-InnerBox .table-container .left .row {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}

.a3-InnerBox .table-container .left .row .text {
  font-size: 42px;
  font-weight: 800;
  color: #666666;
  font-family: Source Han Sans CN;
  line-height: 1;
  width: 195px;
  cursor: pointer;
  transition: 0.3s;
}

.a3-InnerBox .table-container .left .row:not(:first-of-type) {
  margin-top: 80px;
}

.a3-InnerBox .table-container .left .row .line {
  width: 0px;
  background: #C02730;
  height: 1px;
  margin-left: 70px;
  transition: 0.3s;
}

.a3-InnerBox .table-container .right {
  width: 880px;
  height: 660px;
  position: relative;
}

.a3-InnerBox .table-container .right .item:not(:first-of-type) {
  display: none;
}

.a3-InnerBox .table-container .right .item {
  width: 100%;
  height: 100%;
}

.a3-InnerBox .table-container .right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.a3-InnerBox .table-container .right .flow-text {
  position: absolute;
  bottom: 45px;
  left: 10%;
  width: 65%;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 24px;
  font-family: Source Han Sans CN;
  text-align: justify;
  word-break: break-all;
}

.a3-InnerBox .table-container .left .row.active .text {
  color: #222222;
}

.a3-InnerBox .table-container .left .row.active .line {
  width: 140px;
}

.n-Box {
  width: 100%;
}

.n-Box .n-InnerBox {
  margin: 0 auto;
  padding: 75px 0 100px 0;
}

.n-InnerBox .bottom {
  margin-top: 120px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.n-InnerBox .bottom .left {
  width: 600px;
}

.n-InnerBox .bottom .left h5 {
  font-size: 36px;
  font-weight: 800;
  color: #222222;
  line-height: 50px;
  font-family: Source Han Sans CN;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  word-break: break-all;
  text-align: justify;
}

.n-InnerBox .bottom .left h6 {
  font-size: 24px;
  font-weight: 400;
  color: #666666;
  line-height: 36px;
  font-family: Source Han Sans CN;
  margin-top: 55px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.n-InnerBox .bottom .left .time {
  font-size: 36px;
  font-weight: 400;
  color: #666666;
  font-family: Arial;
  margin-top: 110px;
}

.n-InnerBox .bottom .right {
  width: 650px;
  height: 420px;
}

.n-InnerBox .bottom .right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.n-InnerBox .news-list {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-top: 95px;
}

.n-InnerBox .news-list li {
  width: calc((100% - 80px) / 3);
  margin-right: 40px;
  margin-bottom: 40px;
}

.n-InnerBox .news-list li:nth-of-type(3n) {
  margin-right: 0px;
}

.n-InnerBox .news-list li a {
  display: block;
  width: 100%;
  height: 100%;
}

.n-InnerBox .news-list li a .img-box {
  width: 100%;
  height: 270px;
  overflow: hidden;
}

.n-InnerBox .news-list li a .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.n-InnerBox .news-list li a .content {
  width: 100%;
  padding-top: 30px;
}

.n-InnerBox .news-list li a .content h6 {
  height: 42px;
}

.n-InnerBox .news-list li a .content h6 span {
  font-size: 18px;
  font-weight: bold;
  color: #222222;
  line-height: 24px;
  font-family: Source Han Sans CN;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.n-InnerBox .news-list li a .content .time {
  font-size: 14px;
  font-weight: 400;
  color: #222222;
  font-family: Arial;
  margin: 25px 0 30px 0;
}

.n-InnerBox .news-list li a .content .line {
  width: 100%;
  height: 1px;
  background-color: #DCDCDC;
  position: relative;
  z-index: 1;
}

.n-InnerBox .news-list li a .content .line::before {
  width: 0;
  height: 100%;
  background-color: #C02730;
  display: block;
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  transition: 0.5s;
  z-index: -1;
}

.n-InnerBox .news-list li a:hover>.content .line::before {
  width: 100%;
}

.nd-Box {
  width: 100%;
  margin-top: 100px;
}

.nd-Box .top-title {
  width: 100%;
  background-color: #F5F5F5;
}

.nd-Box .top-title .title {
  margin: 0 auto;
  padding: 80px 0 45px 0;
}

.nd-Box .top-title .title h3 {
  font-size: 48px;
  font-weight: bold;
  color: #222222;
  font-family: Source Han Sans CN;
  text-align: center;
  line-height: 60px;
}

.nd-Box .top-title .title .time-user {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  margin-top: 70px;
}

.nd-Box .top-title .title .time-user div {
  font-size: 16px;
  font-weight: 400;
  color: #222222;
  font-family: Source Han Sans CN;
}

.nd-Box .top-title .title .time-user .time {
  margin-left: 50px;
}

.nd-Box .nd-InnerBox {
  margin: 0 auto;
  padding: 40px 0 140px 0;
}

.nd-InnerBox .content {
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #222222 !important;
  line-height: 30px !important;
  font-family: Source Han Sans CN !important;
  word-break: break-all !important;
  text-align: justify !important;
}

.nd-InnerBox .content p {
  margin-top: 30px;
}

.nd-InnerBox .content img {
  max-width: 100%;
  margin: 0 auto;
  margin-top: 30px;
}

.nd-InnerBox .bottom {
  margin-top: 90px;
  border-top: 1px solid #DCDCDC;
  padding-top: 45px;
}

.nd-InnerBox .bottom a {
  font-size: 16px;
  font-weight: 400;
  color: #222222;
  line-height: 30px;
  font-family: Source Han Sans CN;
  display: block;
}

.public-nav.ab .content {
  width: 90%;
}

.public-nav {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  margin-top: 127px;
}

.public-nav .content {
  margin: 0 auto;
}

.public-nav a,
.public-nav span {
  font-size: 14px;
  font-weight: 400;
  color: #222222;
  font-family: Source Han Sans CN;
}

.public-nav span {
  margin: 0 15px;
}

.pro-Box {
  width: 100%;
  margin-top: 110px;
}

.pro-Box .pro-InnerBox {
  margin: 0 auto;
  padding-bottom: 200px;
}

.public-top .public-title h3 {
  margin-top: 0px;
}

.public-top {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.public-top .js {
  width: 650px;
  line-height: 36px;
  font-size: 18px;
  font-weight: 400;
  color: #222222;
  font-family: Source Han Sans CN;
  word-break: break-all;
  text-align: justify;
}

.pro-InnerBox .item-box {
  margin-top: 140px;
}

.pro-InnerBox .item-box .item {
  width: 100%;
  height: 480px;
  background-color: #F5F5F5;
}

.pro-InnerBox .item-box .item:not(:first-of-type) {
  margin-top: 50px;
}

.pro-InnerBox .item-box .item .content {
  width: 85%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.pro-InnerBox .item-box .item .content .left {
  width: 416px;
}

.pro-InnerBox .item-box .item .content .left h3 {
  font-size: 60px;
  font-weight: 800;
  color: #222222;
  font-family: Source Han Sans CN;
  line-height: 1;
}

.pro-InnerBox .item-box .item .content .left .text {
  margin: 45px 0 85px 0;
}

.pro-InnerBox .item-box .item .content .left .text p {
  font-size: 16px;
  font-weight: 400;
  color: #222222;
  line-height: 28px;
  font-family: Source Han Sans CN;
}

.pro-InnerBox .item-box .item .content .left a {
  height: 35px;
  border: 1px solid #333;
  display: block;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  width: 120px;
  text-align: center;
  line-height: 35px;
  position: relative;
  z-index: 1;
  transition: 0.3s;
}

.pro-InnerBox .item-box .item .content .left a::before {
  display: block;
  content: '';
  width: 0;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  transition: 0.3s;
  background-color: #C02730;
  z-index: -1;
}

.pro-InnerBox .item-box .item .content .left a:hover {
  color: #FFFFFF;
  border-color: #C02730;
}

.pro-InnerBox .item-box .item .content .left a:hover::before {
  width: 100%;
}

.pro-InnerBox .item-box .item:first-of-type .left .text {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-direction: column;
  -webkit-flex-direction: column;
  /*align-content: flex-start;*/
  height: 104px;
}

.pro-InnerBox .item-box .item:first-of-type .left .text p {
  width: calc(100% / 2);
  height: calc(100% / 4);
}

.pro-InnerBox .item-box .item .content .right {
  width: 630px;
}

.pro-InnerBox .item-box .item .content .right img {
  width: 100%;
  transition: 0.3s;
}

.pro-InnerBox .item-box .item .content .right:hover>img {
  transform: scale(1.03);
}

.pd-Box {
  width: 100%;
  margin-top: 90px;
}

.pd-Box .pd-InnerBox {
  margin: 0 auto;
  padding-bottom: 120px;
}

.pdList-conatiner {
  margin-top: 50px;
}

.pdList-conatiner .dg-rq:not(:first-of-type) {
  margin-top: 60px;
}

.pdList-conatiner .dg-rq .pd-tm {
  font-size: 40px;
  font-weight: 400;
  color: #222222;
  font-family: Source Han Sans CN;
  line-height: 1;
  width: calc(100% - 26px);
  background-color: #F5F5F5;
  padding: 12px 0 12px 26px;
}

.pd-list {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-top: 50px;
}

.pd-list li {
  margin-right: 60px;
  margin-bottom: 60px;
  width: calc((100% - 120px) / 3);
  background-color: #F5F5F5;
  height: 500px;
  transition: 0.3s;
}

.pd-list li:hover {
  transform: translateY(-15px);
  box-shadow: 0px 1px 18px 0px rgb(0 0 0 / 23%);
}

.pd-list li:nth-of-type(3n) {
  margin-right: 0px;
}

.pd-list li a {
  display: block;
  width: 100%;
  height: 100%;
}

.pd-list li a .content {
  width: 85%;
  margin: 0 auto;
  padding-top: 45px;
}

.pd-list li a .content .title {
  border-left: 4px solid #C02730;
  padding-left: 25px;
}

.pd-list li a .content .title h3 {
  font-size: 30px;
  font-weight: 800;
  color: #222222;
  font-family: Source Han Sans CN;
  line-height: 1;
}

.pd-list li a .content .title h4 {
  font-family: Arial;
  font-weight: bold;
  color: #222222;
  font-size: 30px;
  line-height: 1;
  margin-top: 10px;
}

.pd-list li a .content .img-box {
  width: 100%;
  height: 230px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}

.pd-list li a .content .img-box img {
  max-width: 70%;
  max-height: 90%;
  margin: 0 auto;
}

.pd-list li a .content .text p {
  font-size: 14px;
  font-weight: 400;
  color: #888888;
  font-family: Source Han Sans CN;
}

.pd-list li a .content .text p:not(:first-of-type) {
  margin-top: 15px;
}

.pd-list li a .content .text p span {
  font-size: 18px;
  font-weight: 400;
  color: #222222;
  font-family: Arial;
  margin: 0 10px;
}

.pdd-Box {
  margin-top: 85px;
}

.pdd-Box .pdd-InnerBox {
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-bottom: 150px;
}

.pdd-InnerBox .left {
  width: 380px;
}

.pdd-InnerBox .left .name {
  font-size: 14px;
  font-weight: 400;
  color: #888888;
  font-family: Source Han Sans CN;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}

.pdd-InnerBox .left .name .share {
  margin-left: 15px;
  cursor: pointer;
}

.pdd-InnerBox .left .name .share i,
.pdd-InnerBox .left .name .share span {
  color: #C02730;
}

.share-dailog {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: none;
}

.share-dailog .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 12px;
  background-color: #FFFFFF;
  padding: 30px;
}

.share-dailog .container .top {
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #222222;
  font-size: 14px;
  text-align: center;
  margin-bottom: 10px;
}

.share-dailog .container .el-icon-error {
  position: absolute;
  right: 5%;
  top: 5%;
  font-size: 32px;
  cursor: pointer;
}

.pdd-InnerBox .left .details {
  margin: 80px 0 60px 0;
}

.pdd-InnerBox .left h3 {
  font-family: Source Han Sans CN;
  font-weight: 800;
  color: #222222;
  font-size: 60px;
}

.pdd-InnerBox .left .row:not(:first-of-type) {
  margin-top: 30px;
}

.pdd-InnerBox .left .row .r-name {
  font-size: 14px;
  font-weight: 400;
  color: #888888;
  font-family: Source Han Sans CN;
  line-height: 1;
}

.pdd-InnerBox .left .row .r-num {
  font-size: 24px;
  font-weight: bold;
  color: #222222;
  font-family: Arial;
  line-height: 1;
  padding-bottom: 13px;
  margin-top: 22px;
  border-bottom: 1px solid #E5E5E5;
}

.pdd-InnerBox .left a {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 150px;
  border: 1px solid #C02730;
  /* border-radius: 8px; */
  height: 43px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: 0.3s;
  background-color: #C02730;
}

.pdd-InnerBox .left a::before {
  display: block;
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 0;
  height: 100%;
  z-index: -1;
  background-color: #C02730;
  transition: 0.3s;
}

.pdd-InnerBox .left a:hover::before {
  width: 100%;
}

.pdd-InnerBox .left a:hover>span {
  color: #FFFFFF;
}

.pdd-InnerBox .left a span {
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #FFFFFF;
  font-size: 16px;
  transition: 0.3s;
}

/*.pdd-InnerBox .left a span:last-of-type{*/
/*  margin-left: 10px;*/
/*}*/
.pdd-InnerBox .right {
  width: 750px;
}

.pdd-InnerBox .right .my-pd-swiper img {
  max-width: 100%;
  height: 400px;
  margin: 0 auto;
  object-fit: contain;
}

.pdd-InnerBox .right .my-jt {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 150px;
}

.pdd-InnerBox .right .my-jt i {
  color: #888888;
  font-size: 28px;
  cursor: pointer;
  transition: 0.3s;
}

.pdd-InnerBox .right .my-jt i:hover {
  color: #C02730;
}

.pdd-InnerBox .right .my-jt .next {
  margin-left: 80px;
}

.pd2-Box {
  width: 100%;
  background-color: #1B1B1B;
}

.pd2-Box .pd2-InnerBox {
  margin: 0 auto;
  padding: 100px 0;
  width: 90%;
}

.pd2-InnerBox .text {
  width: 86%;
  font-size: 46px;
  font-weight: 500;
  color: #FFFFFF;
  font-family: Source Han Sans CN;
  word-break: break-all;
  text-align: justify;
}

.pd3-Box {
  width: 100%;
}

.pd3-Box .pd3-InnerBox {
  margin: 0 auto;
  padding: 150px 0 110px 0;
}

.pd3-InnerBox .public-title h3 {
  text-align: center;
  margin-top: 0px;
}

.pd3-InnerBox img {
  margin: 49px auto 100px;
  max-width: 100%;
}

.pd3-InnerBox ul {
  width: 70%;
  margin: 49px auto 100px;
  border-collapse: collapse;
}

.pd3-InnerBox ul li .hd {
  background-color: #F6F6F6;
  width: calc(20% - 50px);
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  padding: 12px 25px;
}

/* .pd3-InnerBox ul li .item:not(:first-of-type){
  width: calc((80% - 100px) / 2);
} */
.pd3-InnerBox ul li {
  border-bottom: 1px solid #ECECEC;
  border-right: 1px solid #ECECEC;
  display: flex;
  display: -webkit-flex;
}

.pd3-InnerBox ul li:first-of-type {
  border-top: 1px solid #ECECEC;
}

.pd3-InnerBox ul li .row-box {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  width: calc(80%);
  padding: 12px 0 4px 0;
}

.pd3-InnerBox ul li .row-box .row {
  width: calc((100% - 100px) / 2);
  padding: 0 25px;
  margin-bottom: 8px;
}

/*.pd3-InnerBox ul li .row-box .row:not(:first-of-type){*/
/*  margin-top: 8px;*/
/*}*/
/* .pd3-InnerBox ul li .item{
  padding: 12px 25px;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
} */
.pd3-InnerBox ul li .hd .name {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}

.pd3-InnerBox ul li .name span {
  font-size: 18px;
  color: #333333;
  font-family: Source Han Sans CN;
  font-weight: 400;
  margin-left: 8px;
  width: calc(100% - 8px - 8px);
  word-break: break-all;
}

.pd3-InnerBox ul li .name em {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #C02730;
}

.pd3-InnerBox ul li .row h5 {
  font-size: 14px;
  color: #888888;
  font-family: Source Han Sans CN;
  font-weight: 400;
}

.pd3-InnerBox ul li .row p {
  font-size: 14px;
  color: #333333;
  font-family: Source Han Sans CN;
  font-weight: 400;
  word-break: break-all;
}

.pd3-InnerBox a {
  display: block;
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  color: #222222;
  font-family: Source Han Sans CN;
  margin: 20px auto 0;
}

.pd3-InnerBox a span {
  color: #C02730;
}

.pd3-InnerBox .bz {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #837d7d;
  font-family: Source Han Sans CN;
}

.pd4-Box {
  width: 100%;
}

.pd4-Box .pd4-InnerBox {
  margin: 0 auto;
  padding-bottom: 65px;
}

.pd4-InnerBox .public-title h3 {
  text-align: center;
  margin-top: 0px;
}

.pd4-InnerBox .pd-list {
  margin-top: 70px;
}

.app-Box {
  width: 100%;
  margin-top: 55px;
}

.app-Box .app-InnerBox {
  margin: 0 auto;
  padding-bottom: 160px;
}

.app-Box .app-InnerBox .s-c {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.app-InnerBox .s-c .left {
  width: 665px;
  position: relative;
}

.app-InnerBox .s-c .left h3 {
  font-size: 38px;
  font-family: Source Han Sans CN;
  font-weight: 800;
  color: #222222;
}

.app-InnerBox .s-c .left h6 {
  font-size: 18px;
  font-weight: 400;
  color: #222222;
  line-height: 30px;
  font-family: Source Han Sans CN;
  margin-top: 50px;
  word-break: break-all;
  text-align: justify;
}

.app-InnerBox .jt {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 3;
  cursor: pointer;
  display: block;
}

.app-InnerBox .jt i {
  color: #313131;
  font-size: 28px;
  transition: 0.3s;
}

.app-InnerBox .jt i:hover {
  color: #C02730;
}

.app-InnerBox .prev {
  left: 0px;
  bottom: 0px;
}

.app-InnerBox .next {
  left: 30px;
  bottom: 0px;
}

/* .app-InnerBox .left .jt:hover>img:last-of-type{
  display: block;
}
.app-InnerBox .left .jt:hover>img:first-of-type{
  display: none;
}
.app-InnerBox .left .jt img:last-of-type{
  display: none;
} */
.app-InnerBox .s-c .right {
  width: 650px;
  height: 400px;
}

.app-InnerBox .s-c .right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ser-Box {
  margin-top: 100px;
}

.ser-Box .container {
  width: 100%;
  height: 970px;
  position: relative;
}

.ser-Box .container .img-container {
  width: 100%;
  height: 100%;
}

.ser-Box .container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ser-Box .container .img-container img:not(:first-of-type) {
  display: none;
}

.ser-Box .container .content {
  position: absolute;
  bottom: 130px;
  left: 50%;
  transform: translateX(-50%);
}

.ser-Box .container .content .item-box {
  display: flex;
  display: -webkit-flex;
  border-bottom: 1px solid #E5E5E5;
}

.ser-Box .container .content .item-box .item {
  width: calc(100% / 4);
  text-align: center;
  font-size: 36px;
  font-weight: 800;
  color: #A6A5A5;
  font-family: Source Han Sans CN;
  line-height: 1;
  padding-bottom: 30px;
  border-bottom: 1px solid transparent;
  transform: translateY(1px);
  cursor: pointer;
}

.ser-Box .container .content .item-box .item.active {
  color: #FFFFFF;
  border-bottom-color: #C02730;
}

.ser-Box .container .content .text-box {
  margin-top: 50px;
  position: relative;
  height: 48px;
}

.ser-Box .container .content .text-box p {
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #FFFFFF;
  font-size: 16px;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0px;
  width: 100%;
}

.ser-Box .container .content .text-box p:not(:first-of-type) {
  display: none;
}

.ser-Box .container .content a {
  width: 180px;
  background: #C02730;
  height: 50px;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  font-family: Source Han Sans CN;
  text-align: center;
  line-height: 50px;
  display: block;
  margin: 80px auto 0;
}

.con-Box {
  margin-top: 75px;
}

.con-Box .con-InnerBox {
  margin: 0 auto;
}

.con-Box .container {
  width: 100%;
  margin-top: 65px;
}

.con-Box .container .top {
  width: 100%;
  height: 950px;
}

.con-Box .container .top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.con-Box .container .bottom {
  width: 100%;
  background-color: #111111;
}

.con-Box .container .bottom .content {
  margin: 0 auto;
  padding: 100px 0;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.con-Box .container .bottom .content h3 {
  font-size: 60px;
  font-weight: 800;
  color: #FFFFFF;
  font-family: Source Han Sans CN;
}

.con-Box .container .bottom .content form {
  width: 700px;
}

.con-Box .container .bottom .content form .row {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.con-Box .container .bottom .content form .row input {
  width: calc((100% - 20px) / 2);
  margin-right: 20px;
  margin-bottom: 20px;
  height: 60px;
  background: #313131;
  outline: none;
  border: none;
  font-size: 20px;
  font-weight: 400;
  color: #FFFFFF;
  font-family: Source Han Sans CN;
  text-indent: 25px;
}

.con-Box .container .bottom .content form .row input:nth-of-type(2n) {
  margin-right: 0px;
}

.con-Box .container .bottom .content form .row input::placeholder,
.con-Box .container .bottom .content form .row input::-webkit-input-placeholder {
  font-size: 20px;
  font-weight: 400;
  color: #FFFFFF;
  font-family: Source Han Sans CN;
}

.con-Box .container .bottom .content form textarea {
  width: 100%;
  font-size: 20px;
  font-weight: 400;
  color: #FFFFFF;
  font-family: Source Han Sans CN;
  text-indent: 25px;
  background: #313131;
  outline: none;
  border: none;
  padding-top: 15px;
  height: calc(110px - 15px);
  resize: none;
}

.con-Box .container .bottom .content form textarea::placeholder,
.con-Box .container .bottom .content form textarea::-webkit-input-placeholder {
  font-size: 20px;
  font-weight: 400;
  color: #FFFFFF;
  font-family: Source Han Sans CN;
}

.con-Box .container .bottom .content form button {
  width: 100%;
  height: 60px;
  outline: none;
  border: none;
  background-color: #C02730;
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  font-family: Source Han Sans CN;
  margin-top: 20px;
}

.con2-Box {
  width: 100%;
}

.con2-Box .con2-InnerBox {
  margin: 0 auto;
  padding: 120px 0
}

.con2-InnerBox .public-title h3 {
  margin-top: 0px;
  text-align: center;
}

.con2-InnerBox h5 {
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #222222;
  font-size: 24px;
  text-align: center;
  margin: 30px 0 60px 0;
}

.con2-InnerBox .gw h4 {
  font-family: Source Han Sans CN;
  font-weight: 800;
  color: #666666;
  font-size: 24px;
  text-align: center;
}

.con2-InnerBox .gw ul {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  width: 90%;
  margin: 60px auto 0;
  transform: translateX(50px);
}

.con2-InnerBox .gw ul li {
  width: calc(100% / 4);
  margin-bottom: 15px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #666666;
  font-size: 20px;
}

.con2-InnerBox .bottom {
  margin-top: 80px;
}

.con2-InnerBox .bottom h4 {
  font-size: 18px;
  font-weight: 800;
  color: #222222;
  font-family: Source Han Sans CN;
  text-align: center;
}

.con2-InnerBox .bottom h4 span {
  font-weight: 400;
}

.con2-InnerBox .bottom .item-box {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  margin-top: 35px;
}

.con2-InnerBox .bottom .item-box a {
  width: 150px;
  height: 43px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  position: relative;
  z-index: 1;
  border: 1px solid #C02730;
}

.con2-InnerBox .bottom .item-box a::before {
  display: block;
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0;
  height: 100%;
  background: #C02730;
  z-index: -1;
  transition: 0.3s;
}

.con2-InnerBox .bottom .item-box a:hover::before {
  width: 100%;
}

.con2-InnerBox .bottom .item-box a:hover>span {
  color: #FFFFFF;
}

.con2-InnerBox .bottom .item-box a:hover>i {
  color: #FFFFFF;
}

.con2-InnerBox .bottom .item-box a:not(:first-of-type) {
  margin-left: 90px;
}

.con2-InnerBox .bottom .item-box a span {
  font-size: 14px;
  font-weight: 400;
  color: #C02730;
  font-family: Arial;
  transition: 0.3s;
}

.con2-InnerBox .bottom .item-box a i {
  color: #C02730;
  font-size: 16px;
  margin-left: 5px;
  transition: 0.3s;
}

.tips {
  position: fixed;
  display: none;
  right: 10px;
  top: 37%;
  z-index: 99;
  box-shadow: 0px 0px 20px 0px rgba(119, 119, 119, 0.4);
  border-radius: 8px;
}

.tips ul li {
  width: 70px;
  background: #FFFFFF;
  transition: 0.3s;
  position: relative;
  cursor: pointer;
}

.tips ul li:not(:first-of-type) {
  border-top: 1px solid #E5E5E5;
}

.tips ul li:first-of-type {
  border-radius: 8px 8px 0 0;
}

.tips ul li:last-of-type {
  border-radius: 0 0 8px 8px;
}

.tips ul li a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  align-items: center;
  -webkit-align-items: center;
  padding: 12px 0;
}

.tips ul li a i {
  font-size: 22px;
  color: #666666;
  transition: 0.3s;
}

.tips ul li a img {
  max-width: 70%;
}

.tips ul li a img:last-of-type {
  display: none;
}

.tips ul li p {
  font-size: 12px;
  font-weight: 400;
  color: #222222;
  font-family: Source Han Sans CN;
  text-align: center;
  margin-top: 5px;
  transition: 0.3s;
}

.tips ul li:hover>a i {
  color: #FFFFFF;
}

.tips ul li:hover>a img:last-of-type {
  display: block;
}

.tips ul li:hover>a img:first-of-type {
  display: none;
}

.tips ul li:hover {
  background-color: #C02730;
  border-color: transparent;
}

.tips ul li:hover>a p {
  color: #FFFFFF;
}

.tips ul li .fadein {
  display: none;
  position: absolute;
  top: 50%;
  right: calc(100% + 15px);
  transform: translateY(-50%);
  z-index: 1;
  padding: 10px;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 20px 0px rgba(119, 119, 119, 0.4);
  border-radius: 6px;
}

.tips ul li .fadein .text {
  text-align: center;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #222222;
  font-size: 14px;
  margin-top: 5px;
}

.tips ul li .tip-img img {
  width: 100px;
  height: 100px;
}

.tips ul li .tip-phone {
  font-size: 16px;
  color: #333333;
  width: max-content;
}

.tips ul li .tip-phone p {
  width: max-content;
}

/* 分页 */
.page {
  /* border: 1px solid red; */
  width: 100%;
  margin-top: 60px;
}

.page .el-pagination {
  text-align: center;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  padding: 0px;
}

.page .el-pagination .btn-prev {
  width: 35px;
  height: 35px;
  margin-right: 5px;
  padding: 0;
  background: #ffffff;
  border: 1px solid #DDDDDD;
}

.page .el-pagination .btn-next {
  padding: 0;
  width: 35px;
  background: #ffffff;
  border: 1px solid #DDDDDD;
  height: 35px;
}

/* .page .el-pagination .btn-prev .el-icon-arrow-left:before {
  content: '首页';
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  font-family: Microsoft YaHei;
}
.page .el-pagination .btn-next .el-icon-arrow-right:before {
  content: '末页';
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
} */
.page .el-pager li {
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  background: #555555;
  border: 1px solid #d2d2d2 !important;
  border-radius: 4px;
  margin-right: 5px;
  padding: 0px;
}

.page .el-pager li.active {
  background-color: #C02730;
  color: #ffffff;
}

/* .page .el-pagination .el-pager li:hover {
  color: #3377FA !important;
} */
.page .el-pagination .el-pager .btn-quicknext:hover {
  color: #C02730;
}

.footerBox {
  width: 100%;
  background-color: #313131;
  border-top: 10px solid #C02730;
  padding-top: 75px;
}

.footerBox .container {
  width: 90%;
  margin: 0 auto;
  /* display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between; */
}

.footerBox .foot-nav {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  /* -webkit-justify-content: space-between; */
  /* width: calc(100% - 300px - 200px); */
}

.footerBox .foot-nav .logo {
  width: 100%;
  display: block;
}

.footerBox .foot-nav .logo img {
  width: 316px;
}

.footerBox .foot-nav h3 a {
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #FFFFFF;
}



.footerBox .foot-nav li:nth-of-type(3) .content a,
.footerBox .foot-nav li:nth-of-type(4) .content a {
  white-space: nowrap;
}

.footerBox .foot-nav li .line {
  width: 20px;
  background: #C02730;
  height: 2px;
  margin: 14px 0 25px 0;
}

.footerBox .foot-nav li .content a {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 36px;
  opacity: 0.6;
  display: block;
}

.footerBox .foot-nav li .cp-content {
  margin-top: 31px;
}

.footerBox .foot-nav li .cp-content .row {
  /*display: flex;*/
  /*display: -webkit-flex;*/
  /* align-items: center;
  -webkit-align-items: center; */
}

.footerBox .foot-nav li .cp-content .row .name {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #FFFFFF;
  opacity: 0.6;
}

.footerBox .foot-nav li .cp-content .row img {
  width: 16px;
  height: max-content;
  padding-top: 5px;
}

.footerBox .foot-nav li .cp-content .row P {
  font-size: 16px;
  font-weight: 400;
  color: #D8D8D8;
  line-height: 30px;
  font-family: Source Han Sans CN;
  /*margin-left: 5px;*/
  width: 100%;
  opacity: 0.6;
}

.footerBox .flow-box {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  margin-top: 30px;
}

.footerBox .flow-box .item {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #464646;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  position: relative;
}

.footerBox .flow-box .item:not(:first-of-type) {
  margin-left: 15px;
}

.footerBox .flow-box .item>img {
  max-width: 40%;
}

.footerBox .flow-box .item .flow-img {
  position: absolute;
  bottom: -125px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 100px;
  background-color: #FFFFFF;
  padding: 7px;
  border-radius: 6px;
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.3);
  display: none;
}

.footerBox .flow-box .item .flow-img img {
  width: 100%;
  height: 100%;
}

.footerBox .flow-box .item:hover>.flow-img {
  display: block;
}

.footerInnerBox {
  width: 90%;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding: 20px 0 25px 0;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  margin: 130px auto 0;
}

.footerInnerBox a {
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 36px;
  font-family: Arial;
  opacity: 0.6;
}

@media only screen and (max-width:1560px) {
  .center {
    width: 1000px;
    /* border: 1px solid red; */
  }

  .headerInnerBox .right .nav .one-li .two-box {
    top: 80px;
  }

  .headerInnerBox .right .nav .one-li .two-box .content {
    /* border: 1px solid red; */
    padding: 50px 0;
  }

  /* .headerInnerBox .right .nav .one-li .two-box .content .left{
    width: 900px;
  } */
  .headerInnerBox .right .nav .one-li .two-box .content .left .item h3 {
    font-size: 20px;
  }

  .headerInnerBox .right .nav .one-li .two-box .content .left .item .n-box .n-item .title {
    font-size: 14px;
    /* margin-bottom: 10px; */
  }

  .headerInnerBox .right .nav .one-li .two-box .content .left .item .n-box .n-item .zj-a a {
    font-size: 14px;
  }

  .headerInnerBox .right .nav .one-li .two-box .content .left .item .n-box .n-item .zj-a a:not(:first-of-type) {
    margin-top: 10px;
  }

  .headerInnerBox .right .nav .one-li .two-box .content .left .item .line {
    margin: 10px 0 15px 0;
    width: 20px;
    height: 3px;
  }

  /* .headerInnerBox .right .nav .one-li .two-box .content .left .item .n-box .n-item{
    margin-bottom: 30px;
  } */
  .headerInnerBox .right .nav .one-li .two-box .content .t-right h6 {
    font-size: 14px;
    line-height: 22px;
  }

  .headerInnerBox .right .nav .one-li .two-box .content .left .item .n-box .n-item.tl {
    /* transform: translateY(-62px); */
  }

  .headerInnerBox .right .nav .one-li .two-box .content .t-right h3 {
    font-size: 14px;
    margin: 16px 0 5px 0;
  }

  .headerBox .headerInnerBox {
    height: 79px;
  }

  .headerInnerBox .logo img {
    width: 240px;
  }

  .headerInnerBox .right .nav .one-li>a {
    font-size: 18px;
    font-weight: 400;
  }

  .headerInnerBox .right .nav .one-li:not(:first-of-type) {
    margin-left: 30px;
  }

  .headerInnerBox .right .search i {
    font-size: 16px;
  }

  .headerInnerBox .right .language .l-right span {
    font-size: 14px;
  }

  .headerInnerBox .right .language .l-right {
    margin-left: 10px;
  }

  .headerInnerBox .right .search {
    margin: 0 30px;
  }

  .headerInnerBox .right .language .l-right li a {
    font-size: 14px;
    line-height: 24px;
  }

  .mySwiper .s-c .content h3 {
    font-size: 42px;
    /*width: 500px;*/
    line-height: 50px;
  }

  .mySwiper .s-c .content h6 {
    font-size: 14px;
    line-height: 22px;
    margin-top: 30px;
  }

  .i1-indexBox .i1-indexInnerBox {
    padding: 80px 0 100px 0;
  }

  .public-title h3 {
    font-size: 50px;
    margin-top: 24px;
  }

  .public-title p {
    width: 50px;
    height: 6px;
  }

  .i1-indexInnerBox .left {
    width: 600px;
  }

  .i1-indexInnerBox .left h6 {
    font-size: 16px;
    line-height: 30px;
    width: 100%;
  }

  .i1-indexInnerBox .numContent .num-b:last-of-type::before {
    font-size: 20px;
    left: 42px;
    top: 12px;
  }

  .i1-indexInnerBox .numContent .numText .num {
    font-size: 38px;
  }

  .i1-indexInnerBox .numContent span {
    font-size: 14px;
    padding: 5px 0 0 5px;
  }

  .i1-indexInnerBox .numContent .text {
    margin-top: 7px;
    font-size: 14px;
    width: 90px;
  }

  .public-more {
    width: 120px;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
  }

  .i2-indexBox .i2-indexInnerBox {
    padding: 65px 0 80px 0;
  }

  .i2-indexInnerBox .public-more {
    font-size: 12px;
    width: 95px;
    height: 31px;
    line-height: 31px;
  }

  .i2-indexInnerBox .text h6 {
    width: 700px;
    font-size: 14px;
    line-height: 24px;
  }

  .public-item .content {
    width: 90%;
    padding: 30px 0 40px 0;
  }

  .public-item .content .left {
    width: 380px;
  }

  .public-item .content .left h3 {
    font-size: 32px;
  }

  .public-item .content .right {
    width: 400px;
  }

  .public-item .content .left h6 {
    font-size: 14px;
    line-height: 24px;
    margin: 30px 0 40px 0;
  }

  .i2-indexInnerBox .container .row-box .row .content {
    padding: 30px 0;
  }

  .i2-indexInnerBox .container .row-box .row .content .right {
    width: 240px;
  }

  .i2-indexInnerBox .container .row-box .row .content .left {
    width: 150px;
  }

  .i2-indexInnerBox .container .row-box .row .content .left h3 {
    font-size: 20px;
  }

  .i2-indexInnerBox .container .row-box .row .content .left h5 {
    font-size: 14px;
  }

  .i2-indexInnerBox .container .row-box .row .content .left h6 {
    font-size: 14px;
    margin: 30px 0 60px 0;
  }

  .i2-indexInnerBox .container .row-box {
    margin-top: 20px;
  }

  .i2-indexInnerBox .container .row-box .row {
    margin-right: 20px;
    width: calc((100% - 20px) / 2);
  }

  .public-icon {
    width: 39px;
    height: 39px;
  }

  .public-icon i {
    font-size: 20px;
  }

  .i3-indexBox .i3-indexInnerBox {
    padding: 70px 0 100px 0;
  }

  .i3-indexInnerBox .text {
    font-size: 14px;
    line-height: 24px;
  }

  .i3-indexInnerBox .item-box {
    margin-top: 70px;
  }

  .i3-indexInnerBox .item-box .item .content {
    /*bottom: 50px;*/
    top: 170px;
  }

  .i3-indexInnerBox .item-box .item .content h6 {
    margin-top: 13px;
    font-size: 12px;
    line-height: 20px;
  }

  .i3-indexInnerBox .item-box .item .content h3 {
    font-size: 20px;
  }

  .i4-indexInnerBox .right {
    width: 330px;
  }

  .i4-indexBox .my-case-swiper {
    width: calc((100% - 1000px) / 2 + (1000px - 330px - 60px));
  }

  .i4-indexInnerBox .right .text p {
    font-size: 14px;
    line-height: 24px;
  }

  .i4-indexInnerBox .right .text p:not(:first-of-type) {
    margin-top: 23px;
  }

  .i4-indexInnerBox .right .text {
    margin: 50px 0 124px 0;
  }

  .i4-indexBox {
    height: 580px;
  }

  .i4-indexBox .my-case-swiper .s-c .content h3 {
    font-size: 22px;
  }

  .i4-indexBox .my-case-swiper .s-c .content .text h6 {
    font-size: 14px;
    line-height: 24px;
  }

  .i4-indexBox .my-case-swiper .s-c .content {
    right: 50px;
  }

  .i4-indexBox .my-case-swiper .s-c .content .text h6 {
    width: 85%;
  }

  .i4-indexBox .my-case-swiper .s-c .content {
    width: 65%;
  }

  /*.i4-indexBox .public-icon{*/
  /*  right: 50px;*/
  /*  bottom: 55px;*/
  /*}*/
  .i4-indexBox .prev {
    right: calc(30px + 41px + 10px);
    bottom: 55px;
  }

  .i4-indexBox .next {
    right: 30px;
    bottom: 55px;
  }

  .i5-indexBox .i5-indexInnerBox {
    padding: 80px 0 100px 0;
  }

  .i5-indexInnerBox .text h6 {
    width: 700px;
    font-size: 14px;
    line-height: 24px;
  }

  .i5-indexInnerBox ul li a .content h6 span {
    font-size: 16px;
    line-height: 22px;
  }

  .i5-indexInnerBox ul li a .img-box {
    height: 200px;
  }

  .i5-indexInnerBox ul li a .content {
    padding-top: 20px;
  }

  .i5-indexInnerBox ul li a .content .time {
    font-size: 12px;
    margin: 15px 0 30px 0;
  }

  .public-nav {
    margin-top: 107px;
  }

  .a-InnerBox .left {
    width: 450px;
  }

  .a-InnerBox .a-video-box {
    width: calc((100% - 90%) / 2 + (90% - 450px - 150px));
  }

  .a-InnerBox .left .text {
    margin-top: 55px;
  }

  .a-InnerBox .left .text p {
    font-size: 14px;
    line-height: 24px;
  }

  .a-InnerBox .left .text p:not(:first-of-type) {
    margin-top: 20px;
  }

  .a-Box .a-InnerBox .container {
    height: 470px;
  }

  .a2-InnerBox h4 {
    font-size: 30px;
  }

  .a2-InnerBox h3 {
    font-size: 40px;
  }

  .a2-Box .a2-InnerBox {
    padding: 70px 0 90px 0;
  }

  .a3-InnerBox .my-ab-swiper img {
    height: 264px;
  }

  .a3-Box .a3-InnerBox {
    padding: 80px 0 100px 0;
  }

  .a3-InnerBox .text-content {
    margin: 80px 0;
  }

  .a3-InnerBox .text-content .content {
    padding: 70px 0;
  }

  .a3-InnerBox .text-content .content .text {
    font-size: 24px;
    line-height: 42px;
  }

  .a3-InnerBox .table-container .left .row .text {
    font-size: 32px;
    width: 170px;
  }

  .a3-InnerBox .table-container .left .row .line {
    margin-left: 30px;
  }

  .a3-InnerBox .table-container .right {
    width: 600px;
    height: 400px;
  }

  .a3-InnerBox .table-container .left .row.active .line {
    width: 100px;
  }

  .a3-InnerBox .table-container .left .row:not(:first-of-type) {
    margin-top: 60px;
  }

  .pro-Box {
    margin-top: 80px;
  }

  .public-top .js {
    width: 470px;
    line-height: 30px;
    font-size: 16px;
  }

  .pro-Box .pro-InnerBox {
    padding-bottom: 100px;
  }

  .pro-InnerBox .item-box {
    margin-top: 80px;
  }

  .pro-InnerBox .item-box .item {
    height: 350px;
  }

  .pro-InnerBox .item-box .item .content {
    width: 90%;
  }

  .pro-InnerBox .item-box .item .content .right {
    width: 450px;
  }

  .pro-InnerBox .item-box .item .content .left {
    width: 330px;
  }

  .pro-InnerBox .item-box .item .content .left h3 {
    font-size: 32px;
  }

  .pro-InnerBox .item-box .item .content .left .text p {
    font-size: 14px;
    line-height: 26px;
  }

  .pro-InnerBox .item-box .item .content .left .text {
    margin: 35px 0 65px 0;
  }

  .pro-InnerBox .item-box .item .content .left a {
    width: 110px;
    height: 33px;
    line-height: 33px;
  }

  .pd-Box {
    margin-top: 80px;
  }

  .pdList-conatiner {
    margin-top: 40px;
  }

  .pdList-conatiner .dg-rq .pd-tm {
    font-size: 24px;
    padding: 12px 0 12px 20px;
    width: calc(100% - 20px);
  }

  .pd-list {
    margin-top: 40px;
  }

  .pd-list li {
    margin-right: 30px;
    margin-bottom: 30px;
    width: calc((100% - 60px) / 3);
    height: 370px;
  }

  .pd-list li a .content {
    padding-top: 30px;
  }

  .pd-list li a .content .text p {
    font-size: 12px;
  }

  .pd-list li a .content .text p span {
    font-size: 16px;
  }

  .pd-list li a .content .title h3 {
    font-size: 20px;
  }

  .pd-list li a .content .title h4 {
    font-size: 20px;
    margin-top: 5px;
  }

  .pd-list li a .content .img-box {
    height: 160px;
  }

  .pd-list li a .content .text p:not(:first-of-type) {
    margin-top: 10px;
  }

  .pd-Box .pd-InnerBox {
    padding-bottom: 80px;
  }

  .pdd-Box {
    margin-top: 80px;
  }

  .pdd-InnerBox .right {
    width: 500px;
  }

  .pdd-InnerBox .right .my-pd-swiper img {
    height: 300px;
  }

  .pdd-InnerBox .left h3 {
    font-size: 30px;
  }

  .footerBox .foot-nav .logo img {
    width: 240px;
  }

  .pdd-InnerBox .left .details {
    margin: 60px 0 40px 0;
  }

  .pdd-InnerBox .left a {
    width: 120px;
    height: 38px;
  }

  .pdd-InnerBox .left .name {
    font-size: 12px;
  }

  .pdd-InnerBox .left a span {
    font-size: 14px;
  }

  .pdd-InnerBox .left .row .r-num {
    font-size: 20px;
    margin-top: 16px;
    padding-bottom: 10px;
  }

  .pdd-InnerBox .left .row .r-name {
    font-size: 12px;
  }

  .pdd-InnerBox .left .row:not(:first-of-type) {
    margin-top: 25px;
  }

  .pdd-InnerBox .right .my-jt {
    margin-top: 100px;
  }

  .pdd-InnerBox .right .my-jt i {
    font-size: 24px;
  }

  .public-nav a,
  .public-nav span {
    font-size: 12px;
  }

  .pdd-Box .pdd-InnerBox {
    padding-bottom: 80px;
  }

  .pd2-Box .pd2-InnerBox {
    padding: 70px 0;
  }

  .pd2-InnerBox .text {
    font-size: 32px;
    /*width: 85%;*/
  }

  .pd3-Box .pd3-InnerBox {
    padding: 80px 0;
  }

  .pd3-InnerBox ul {
    width: 90%;
    margin: 49px auto 80px;
  }

  .pd3-InnerBox img {
    margin: 49px auto 80px;
  }

  .pd3-InnerBox a {
    font-size: 20px;
    margin: 15px auto 0;
  }

  .pd3-InnerBox .bz {
    font-size: 12px;
  }

  .pd4-InnerBox .pd-list {
    margin-top: 60px;
  }

  .app-Box .app-InnerBox {
    padding-bottom: 80px;
  }

  .app-InnerBox .s-c .left {
    width: 450px;
  }

  .app-InnerBox .jt i {
    font-size: 22px;
  }

  .app-InnerBox .s-c .left h3 {
    font-size: 28px;
  }

  .app-InnerBox .s-c .left h6 {
    margin-top: 30px;
    font-size: 14px;
    line-height: 26px;
  }

  .app-InnerBox .s-c .right {
    width: 470px;
    height: 320px;
  }

  .ser-Box .container {
    height: 700px;
  }

  .ser-Box .container .content .item-box .item {
    font-size: 26px;
    padding-bottom: 20px;
  }

  .ser-Box .container .content .text-box {
    margin-top: 35px;
  }

  .ser-Box .container .content a {
    font-size: 14px;
    width: 150px;
    height: 43px;
    line-height: 43px;
  }

  .n-InnerBox .bottom {
    margin-top: 80px;
  }

  .n-InnerBox .bottom .left {
    width: 450px;
  }

  .n-InnerBox .bottom .right {
    width: 470px;
    height: 330px;
  }

  .n-InnerBox .bottom .left .time {
    font-size: 20px;
    margin-top: 100px;
  }

  .n-InnerBox .bottom .left h5 {
    font-size: 26px;
    line-height: 38px;
  }

  .n-InnerBox .bottom .left h6 {
    font-size: 18px;
    line-height: 30px;
    margin-top: 35px;
  }

  .n-InnerBox .news-list {
    margin-top: 80px;
  }

  .n-InnerBox .news-list li a .img-box {
    height: 200px;
  }

  .n-InnerBox .news-list li a .content h6 span {
    font-size: 16px;
  }

  .n-InnerBox .news-list li a .content {
    padding-top: 25px;
  }

  .n-InnerBox .news-list li a .content .time {
    margin: 20px 0 25px 0;
  }

  .nd-Box {
    margin-top: 81px;
  }

  .nd-Box .top-title .title {
    padding: 60px 0 40px 0;
  }

  .nd-Box .top-title .title h3 {
    font-size: 36px;
    line-height: 50px;
  }

  .nd-Box .top-title .title .time-user {
    margin-top: 50px;
  }

  .nd-Box .top-title .title .time-user div {
    font-size: 14px;
  }

  .nd-Box .nd-InnerBox {
    padding: 30px 0 80px 0;
  }

  .nd-InnerBox .content {
    font-size: 14px !important;
    line-height: 26px !important;
  }

  .nd-InnerBox .bottom a {
    font-size: 14px;
  }

  .con-Box .container .top {
    height: 700px;
  }

  .con-Box .container .bottom .content {
    padding: 80px 0;
  }

  .con-Box .container .bottom .content h3 {
    font-size: 40px;
  }

  .con-Box .container .bottom .content form .row input {
    font-size: 16px;
  }

  .con-Box .container .bottom .content form .row input::placeholder,
  .con-Box .container .bottom .content form .row input::-webkit-input-placeholder {
    font-size: 16px;
  }

  .con-Box .container .bottom .content form textarea {
    font-size: 16px;
  }

  .con-Box .container .bottom .content form textarea::placeholder,
  .con-Box .container .bottom .content form textarea::-webkit-input-placeholder {
    font-size: 16px;
  }

  .con-Box .container .bottom .content form button {
    font-size: 16px;
  }

  .con2-Box .con2-InnerBox {
    padding: 80px 0;
  }

  .con2-InnerBox h5 {
    font-size: 20px;
  }

  .con2-InnerBox .gw ul li {
    font-size: 18px;
  }

  .con2-InnerBox .bottom .item-box a {
    width: 120px;
    height: 38px;
  }

  .con2-InnerBox .bottom .item-box a span {
    font-size: 14px;
  }

  .con2-InnerBox .bottom .item-box a i {
    font-size: 16px;
  }



  .footerBox .foot-nav li .cp-content .row img {
    width: 15px;
  }

  .footerInnerBox {
    padding: 15px 0 20px 0;
    margin: 55px auto 0;
  }

  .footerInnerBox a {
    font-size: 14px;
  }



  .footerBox .foot-nav h3 a {
    font-size: 16px;
  }

  .footerBox .foot-nav li .line {
    margin: 10px 0 15px 0;
  }

  .footerBox .foot-nav li .content a {
    font-size: 14px;
    line-height: 32px;
  }

  .footerBox .foot-nav li .cp-content {
    margin-top: 22px;
  }

  .footerBox .foot-nav li .cp-content .row .name {
    font-size: 14px;
  }

  .footerBox .foot-nav li .cp-content .row p {
    font-size: 14px;
    line-height: 24px;
  }


  .footerBox {
    padding-top: 50px;
  }

  .tips ul li {
    width: 60px;
  }
}

@media only screen and (max-width:1460px) {
  .i4-indexBox .my-case-swiper .s-c .content {
    width: 70%;
  }

  /*.headerInnerBox .right .nav .one-li .two-box .content .left{*/
  /*  width: 700px;*/
  /*}*/
}

@media only screen and (max-width:1360px) {
  .i4-indexBox .my-case-swiper .s-c .content {

    width: 75%;
  }

  .a-InnerBox .left {
    width: 390px;
  }

  .a-InnerBox .a-video-box {
    width: calc((100% - 90%) / 2 + (90% - 390px - 120px));
  }
}