@charset "utf-8";
:root {
  --color: #00d1d1;
  --vh: 100vh;
}
@font-face {
  font-family: "shu";
  src: url("../font/OPPOSans-M.ttf") format("truetype");
}
.clear {
  zoom: 1;
}
.clear:after {
  content: '';
  display: block;
  clear: both;
}
.container2 {
  margin: 0 auto;
  width: 84%;
  max-width: 1600px;
}
@media (max-width: 1260px) {
  .container2 {
    width: 90%;
  }
}
.font16 {
  font-size: 16px;
}
@media (max-width: 1580px) {
  .font16 {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .font16 {
    font-size: 0.28rem;
  }
}
.font18 {
  font-size: 18px;
}
@media (max-width: 1580px) {
  .font18 {
    font-size: 16px;
  }
}
@media (max-width: 1260px) {
  .font18 {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .font18 {
    font-size: 0.28rem;
  }
}
.font24 {
  font-size: 24px;
}
@media (max-width: 1580px) {
  .font24 {
    font-size: 22px;
  }
}
@media (max-width: 1260px) {
  .font24 {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .font24 {
    font-size: 0.3rem;
  }
}
/* 文本编辑详情页 */
.make-text {
  line-height: 1.66666667;
  color: #222222;
  font-size: 18px;
  font-family: 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial' !important;
}
@media (max-width: 1580px) {
  .make-text {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media (max-width: 1260px) {
  .make-text {
    line-height: 1.3;
  }
}
.make-text img {
  max-width: 100%;
  height: auto!important;
}
.make-text table td {
  border: 1px solid #ddd;
}
.make-text ul,
.make-text li,
.make-text ol {
  list-style: inherit;
}
.make-text ul {
  padding-left: 20px;
}
.make-text video {
  width: auto;
  max-width: 100%;
  height: auto!important;
}
.make-text h1,
.make-text h2,
.make-text h3,
.make-text h4,
.make-text h5,
.make-text h6 {
  font-weight: revert;
  line-height: 1.22;
  font-size: 24px;
  color: #222222;
}
@media (max-width: 1580px) {
  .make-text h1,
  .make-text h2,
  .make-text h3,
  .make-text h4,
  .make-text h5,
  .make-text h6 {
    font-size: 22px;
  }
}
@media (max-width: 1260px) {
  .make-text h1,
  .make-text h2,
  .make-text h3,
  .make-text h4,
  .make-text h5,
  .make-text h6 {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .make-text h1,
  .make-text h2,
  .make-text h3,
  .make-text h4,
  .make-text h5,
  .make-text h6 {
    font-size: 0.3rem;
  }
}
@media (max-width: 767px) {
  .make-text h1,
  .make-text h2,
  .make-text h3,
  .make-text h4,
  .make-text h5,
  .make-text h6 {
    font-size: 16px!important;
    line-height: 1.3;
  }
}
.make-text p,
.make-text span {
  white-space: wrap!important;
  font-size: 16px;
  font-family: 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial' !important;
  color: #222222;
  min-height: 24px;
}
@media (max-width: 767px) {
  .make-text p,
  .make-text span {
    line-height: 24px;
    font-size: 16px!important;
  }
}
/* 面包屑 */
.breadbox .fcont {
  display: flex;
  align-items: center;
  padding: 0.24rem 0;
}
@media (max-width: 1580px) {
}
@media (max-width: 991px) {
  .breadbox .fcont {
    padding: 12px 0;
  }
}
.breadbox .fcont a,
.breadbox .fcont span {
  transition: all 0.4s;
  font-size: 14px;
  flex: 0 0 auto;
  line-height: 26px;
  color: #999999;
  display: flex;
  zoom: 1;
}
@media (max-width: 1580px) {
  .breadbox .fcont a,
  .breadbox .fcont span {
    font-size: 12px;
    line-height: 24px;
  }
}
.breadbox .fcont a:after,
.breadbox .fcont span:after {
  content: '';
  display: block;
  clear: both;
}
.breadbox .fcont a img,
.breadbox .fcont span img,
.breadbox .fcont a svg,
.breadbox .fcont span svg {
  float: left;
  position: relative;
  top: 13px;
  margin-top: -9px;
  width: 16px;
  height: 16px;
  object-fit: contain;
  margin-right: 8px;
}
@media (max-width: 1580px) {
  .breadbox .fcont a img,
  .breadbox .fcont span img,
  .breadbox .fcont a svg,
  .breadbox .fcont span svg {
    width: 14px;
    height: 14px;
    top: 12px;
    margin-top: -8px;
  }
}
.breadbox .fcont a img path,
.breadbox .fcont span img path,
.breadbox .fcont a svg path,
.breadbox .fcont span svg path {
  fill: #999999;
  filter: none;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.breadbox .fcont span {
  margin: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  flex: 0 0 auto;
  width: 10px;
  height: 10px;
}
@media (max-width: 1580px) {
  .breadbox .fcont span {
    margin: 0 8px;
  }
}
@media (max-width: 991px) {
  .breadbox .fcont span {
    margin: 0 6px;
  }
}
.breadbox .fcont span svg {
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  margin: 0;
  object-fit: contain;
}
.breadbox .fcont span svg path {
  fill: #999999;
  filter: none;
}
.breadbox .fcont a:hover {
  color: #354b9c;
}
.breadbox .fcont a:hover svg path {
  fill: #354b9c;
}
.breadbox .fcont .on {
  flex: 1 1 auto;
  color: #333333;
}
.breadbox .fcont a:last-child {
  color: #333333;
  flex: 1 1 auto;
}
@media (max-width: 991px) {
  .breadbox .fcont a:last-child {
    max-width: 36%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
@media (max-width: 375px) {
  .breadbox .fcont a:last-child {
    max-width: 30%;
  }
}
.breadbox .fcont .wofe {
  display: flex;
}
.breadbox .fcont .wofe .li {
  display: flex;
  align-items: flex-start;
  padding: 0 6px;
  border: 1px solid #4070f4;
  line-height: 24px;
  font-size: 14px;
  color: #354b9c;
}
.breadbox .fcont .wofe .li a {
  line-height: 1;
}
/* End */
/* 404 */
.errorbox {
  padding: 1.74rem 0 1.94rem;
}
.errorbox .container {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
}
.errorbox .container .img {
  height: 2.64rem;
  max-width: 100%;
  margin-bottom: 0.6rem;
}
.errorbox .container .img img {
  width: auto;
  max-width: 100%;
  height: 100%;
}
.errorbox .container .f_text {
  color: #222222;
}
.errorbox .container .f_text a {
  color: #354b9c;
  display: inline-block;
  margin-left: 0.1rem;
}
.errorbox .container .f_text a:hover {
  text-decoration: underline;
}
/* End */
/* 网站地图 */
.websitemapbox {
  padding: 0.5rem 0 2rem;
}
.websitemapbox .f_title1 {
  color: #222222;
  padding-bottom: 0.46rem;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 0.56rem;
}
.websitemapbox .f_cont {
  display: flex;
  flex-wrap: wrap;
}
.websitemapbox .f_cont .item {
  width: 16.666%;
  padding-right: 0.16rem;
}
@media (max-width: 767px) {
  .websitemapbox .f_cont .item {
    width: 100%;
    margin-bottom: 0.56rem;
  }
  .websitemapbox .f_cont .item:last-child {
    margin-bottom: 0;
  }
}
.websitemapbox .f_cont .item .f_tit {
  display: block;
  color: #999999;
  font-size: 16px;
}
@media (max-width: 1580px) {
  .websitemapbox .f_cont .item .f_tit {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .websitemapbox .f_cont .item .f_tit {
    font-size: 0.28rem;
  }
}
.websitemapbox .f_cont .item .f_tit:hover {
  text-decoration: underline;
}
.websitemapbox .f_cont .item .f_jut {
  width: 100%;
  padding-top: 0.24rem;
}
@media (max-width: 767px) {
  .websitemapbox .f_cont .item .f_jut {
    display: flex;
    flex-wrap: wrap;
  }
}
.websitemapbox .f_cont .item .f_jut a {
  display: block;
  width: 100%;
  color: #222222;
  font-size: 18px;
  margin-bottom: 8px;
}
@media (max-width: 1580px) {
  .websitemapbox .f_cont .item .f_jut a {
    font-size: 16px;
  }
}
@media (max-width: 1260px) {
  .websitemapbox .f_cont .item .f_jut a {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .websitemapbox .f_cont .item .f_jut a {
    font-size: 0.28rem;
  }
}
@media (max-width: 767px) {
  .websitemapbox .f_cont .item .f_jut a {
    width: auto;
    margin-right: 0.5rem;
  }
}
.websitemapbox .f_cont .item .f_jut a:hover {
  text-decoration: underline;
}
.websitemapbox .f_cont .item .f_jut a:last-child {
  margin-bottom: 0;
}
/* End */
/* 隐私政策-免责声明-cookie协议 */
.prlicybox-sec1 {
  padding: 0.6rem 0 1.2rem;
}
.prlicybox-sec1 .fz_tit {
  padding-bottom: 0.44rem;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 0.5rem;
  text-align: center;
}
.prlicybox-sec1 .prlicy_data {
  display: block;
  border-radius: 0.1rem;
  border: solid 1px #f0f0f0;
}
.prlicybox-sec1 .prlicy_data .f_title {
  padding: 0.22rem 0.4rem;
  border-bottom: 1px solid #f0f0f0;
}
@media (max-width: 767px) {
  .prlicybox-sec1 .prlicy_data .f_title {
    padding: 0.34rem 0.4rem;
  }
}
.prlicybox-sec1 .prlicy_data .f_title .tit {
  display: flex;
  align-items: flex-start;
  color: #222222;
}
.prlicybox-sec1 .prlicy_data .f_title .tit:before {
  content: "";
  display: block;
  background-color: #222222;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: relative;
  top: 0.75em;
  margin-top: -3px;
}
.prlicybox-sec1 .prlicy_data .f_title .tit span {
  display: block;
  width: calc(100% - 6px);
  padding-left: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.prlicybox-sec1 .prlicy_data .jut {
  background-color: #fafafa;
  min-height: 3.84rem;
  padding: 0.4rem 0.4rem 0.26rem;
}
@media (max-width: 767px) {
  .prlicybox-sec1 .prlicy_data .jut {
    padding: 0.48rem 0.48rem 0.36rem;
  }
}
.prlicybox-sec1 .prlicy_data .jut .make-text {
  color: #666666;
  font-size: 16px;
}
.prlicybox-sec1 .prlicy_data .jut .make-text p,
.prlicybox-sec1 .prlicy_data .jut .make-text span,
.prlicybox-sec1 .prlicy_data .jut .make-text strong {
  color: #666666;
  font-size: 16px;
}
/* End */
/* 联系我们 */
figcaption,
article,
aside {
  display: block;
}
.contactbanner {
  position: relative;
}
.contactbanner .bag {
  width: 100%;
}
.contactbanner .bag:before {
  padding-top: 26.04166667%;
}
@media (max-width: 767px) {
  .contactbanner .bag:before {
    padding-top: 80%;
  }
}
.contactbanner .bag img:nth-child(2) {
  display: none;
}
@media (max-width: 767px) {
  .contactbanner .bag img {
    display: none;
  }
  .contactbanner .bag img:nth-child(2) {
    display: block;
  }
}
.contactbanner .bag:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.2;
}
.contactbanner .breadbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
.contactbanner .breadbox .fcont span,
.contactbanner .breadbox .fcont a {
  color: #ffffff;
}
.contactbanner .breadbox .fcont span svg path,
.contactbanner .breadbox .fcont a svg path {
  fill: #ffffff;
}
.contactbanner .cont {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 100%;
  z-index: 2;
  color: #fff;
  text-align: center;
}
.contactbanner .cont .f_tit {
  font-weight: bold;
}
.contactbanner .cont .text {
  font-size: 16px;
  margin-top: 2px;
}
.contactbanner .cont .cn1 {
  display: flex;
  align-items: center;
  color: #Fff;
  justify-content: center;
}
.contactbanner .cont .cn1 img {
  margin-right: 0.15rem;
  width: 0.35rem;
}
.contactbox_tit {
  margin-bottom: 0.54rem;
}
.contactbox_tit .f_tit {
  color: #333333;
  font-weight: bold;
}
.contactbox_tit .text {
  color: #999999;
  margin-top: 2px;
}
.contactbox-sec1 {
  overflow: hidden;
  padding: 1rem 0 1.4rem;
}
.contactbox-sec1 .cont {
  position: relative;
  margin-bottom: 1.76rem;
}
@media (max-width: 767px) {
  .contactbox-sec1 .cont {
    margin-bottom: 0.6rem;
  }
}
.contactbox-sec1 .cont .img {
  width: 88.888%;
}
@media (max-width: 767px) {
  .contactbox-sec1 .cont .img {
    width: 100%;
  }
}
.contactbox-sec1 .cont .img:before {
  padding-top: 40.625%;
}
.contactbox-sec1 .cont .gt {
  width: 100%;
  color: #ffffff;
  padding: 0.36rem 0.3rem;
  background: #354b9c url(../images/layzongimg1.png) left bottom / 75.40540541% auto no-repeat;
}
@media (min-width: 768px) {
  .contactbox-sec1 .cont .gt {
    position: absolute;
    top: 0.78rem;
    top: 2.2rem;
    right: 0;
    z-index: 2;
    height: 100%;
    width: 41.111%;
    background-color: #354b9c;
    padding: 1.16rem 0.9rem;
    padding-right: 2.5rem;
  }
}
@media (min-width: 768px) and (max-width: 1580px) {
  .contactbox-sec1 .cont .gt {
    padding-right: 1.6rem;
  }
}
@media (min-width: 768px) and (max-width: 1260px) {
  .contactbox-sec1 .cont .gt {
    padding-right: 0.9rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .contactbox-sec1 .cont .gt {
    width: 60%;
    padding: 0.4rem 0.4rem;
  }
}
.contactbox-sec1 .cont .gt .f_tit {
  font-weight: bold;
  margin-bottom: 0.34rem;
}
@media (max-width: 991px) {
  .contactbox-sec1 .cont .gt .f_tit {
    margin-bottom: 0.2rem;
  }
}
.contactbox-sec1 .cont .gt .text {
  line-height: 1.625;
}
.contactbox-sec1 .cont .gt .text p {
  position: relative;
  margin-bottom: 0.2rem;
  padding-left: 16px;
}
@media (max-width: 1580px) {
  .contactbox-sec1 .cont .gt .text p {
    padding-left: 12px;
  }
}
.contactbox-sec1 .cont .gt .text p:last-child {
  margin-bottom: 0;
}
.contactbox-sec1 .cont .gt .text p:before {
  content: "";
  position: absolute;
  top: 0.8125em;
  left: 0;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-radius: 50%;
  background-color: #ffffff;
}
.contactbox-sec1 .cont_tit2 {
  font-weight: bold;
  margin-bottom: 0.3rem;
}
.contactbox-sec1 .contactbox1_cont {
  width: auto;
  margin: 0 -0.18rem;
  overflow: visible;
}
.contactbox-sec1 .contactbox1_cont .swiper-slide {
  width: 20%;
  padding: 0 0.18rem;
}
@media (max-width: 1260px) {
  .contactbox-sec1 .contactbox1_cont .swiper-slide {
    width: 25%;
  }
}
@media (max-width: 991px) {
  .contactbox-sec1 .contactbox1_cont .swiper-slide {
    width: 33.333%;
  }
}
@media (max-width: 767px) {
  .contactbox-sec1 .contactbox1_cont .swiper-slide {
    width: 80%;
  }
}
.contactbox-sec1 .contactbox1_cont .swiper-slide .item {
  display: block;
}
.contactbox-sec1 .contactbox1_cont .swiper-slide .item .img:before {
  padding-top: 62.42424242%;
}
.contactbox-sec1 .contactbox1_cont .swiper-slide .item .font {
  width: 100%;
  padding-top: 0.24rem;
}
.contactbox-sec1 .contactbox1_cont .swiper-slide .item .font .f_tit {
  color: #333333;
  font-weight: bold;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 6px;
}
.contactbox-sec1 .contactbox1_cont .swiper-slide .item .font .text {
  line-height: 1.57142857;
  color: #666666;
}
.contactbox-sec1 .contactbox1_cont .swiper-slide .item .font .text p {
  position: relative;
  padding-left: 12px;
  margin-bottom: 4px;
}
.contactbox-sec1 .contactbox1_cont .swiper-slide .item .font .text p:last-child {
  margin-bottom: 0;
}
.contactbox-sec1 .contactbox1_cont .swiper-slide .item .font .text p:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.78571em;
  background-color: #333333;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-top: -3px;
}
.contactbox-sec1 .contactbox1_cont .swiper-slide .item:hover .img img {
  transform: scale(1.04);
  -webkit-transform: scale(1.04);
}
.contactbox-sec1 .contactbox1_pagin {
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  margin: 0;
  width: 100%;
  height: 1px;
  margin-top: 0.82rem;
  background-color: rgba(0, 0, 0, 0.1);
}
.contactbox-sec1 .contactbox1_pagin span {
  background-color: #354b9c;
  height: 2px;
}
.contactbox-sec2 {
  overflow: hidden;
  position: relative;
  background: url(../images/megbagimgfz1.jpg) left top / cover no-repeat;
  padding: 1rem 0 2.08rem;
}
@media (max-width: 767px) {
  .contactbox-sec2 {
    padding: 1rem 0 1rem;
  }
}
.contactbox-sec2 .f_canvas {
  position: absolute;
  left: 0;
  bottom: 0rem;
  width: 100%;
  mix-blend-mode: multiply;
}
@media (max-width: 767px) {
  .contactbox-sec2 .f_canvas {
    display: none;
  }
}
.contactbox-sec2 .f_canvas video {
  width: 100%;
  height: auto;
}
.contactbox-sec2 .container {
  position: relative;
  z-index: 2;
  max-width: 11.7rem;
}
.contactbox-sec2 .container .contactbox_tit {
  margin-bottom: 0.6rem;
}
.contactbox-sec2 .container .cont {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.11rem;
}
@media (max-width: 767px) {
  .contactbox-sec2 .container .cont {
    margin: 0;
  }
}
.contactbox-sec2 .container .cont .item {
  width: 50%;
  padding: 0 0.11rem;
  margin-bottom: 0.34rem;
}
@media (max-width: 767px) {
  .contactbox-sec2 .container .cont .item {
    padding: 0;
    width: 100%;
  }
}
.contactbox-sec2 .container .cont .item .name {
  color: #333333;
  margin-bottom: 0.14rem;
}
.contactbox-sec2 .container .cont .item .name span {
  color: #ff0000;
}
.contactbox-sec2 .container .cont .item .int {
  width: 100%;
}
.contactbox-sec2 .container .cont .item .int input,
.contactbox-sec2 .container .cont .item .int textarea {
  width: 100%;
  color: #333333;
  padding: 0.2rem 0.22rem;
  background-color: #ffffff;
}
.contactbox-sec2 .container .cont .item .int input::-webkit-input-placeholder,
.contactbox-sec2 .container .cont .item .int textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999999;
}
.contactbox-sec2 .container .cont .item .int input::-moz-placeholder,
.contactbox-sec2 .container .cont .item .int textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999999;
}
.contactbox-sec2 .container .cont .item .int input:-ms-input-placeholder,
.contactbox-sec2 .container .cont .item .int textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999999;
}
@media (max-width: 767px) {
  .contactbox-sec2 .container .cont .item .int input,
  .contactbox-sec2 .container .cont .item .int textarea {
    padding: 0.26rem 0.3rem;
  }
}
.contactbox-sec2 .container .cont .item .int textarea {
  height: 1.88rem;
}
.contactbox-sec2 .container .cont .item .f_sub {
  width: 100%;
  background-color: #354b9c;
  height: 0.64rem;
  color: #ffffff;
  font-weight: bold;
  margin-top: 0.36rem;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media (max-width: 767px) {
  .contactbox-sec2 .container .cont .item .f_sub {
    margin-bottom: 0.2rem;
    height: 0.78rem;
  }
}
.contactbox-sec2 .container .cont .item .f_sub:hover {
  opacity: 0.9;
}
.contactbox-sec2 .container .cont .f_tel {
  width: 100%;
}
/* End */
/* 投资者关系 */
.invebox {
  position: relative;
  padding: 0.6rem 0 0;
}
@media (max-width: 767px) {
  .invebox {
    padding: 1rem 0 0;
  }
}
.investorbox1_nav {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 333;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.4rem;
  background-color: #ffffff;
  height: 1.4rem;
  transition: all 0.4s;
}
.investorbox1_nav .container2 {
  position: relative;
  margin: 0;
}
.investorbox1_nav .investorbox_nav {
  line-height: 0.7rem;
}
@media (max-width: 767px) {
  .investorbox1_nav .investorbox_nav {
    line-height: 0.78rem;
  }
}
.investorbox1_nav.active {
  line-height: 1rem;
  height: 1rem;
}
.investorbox_nav {
  width: 100%;
}
.investorbox_nav .swiper-slide {
  width: auto;
  margin: 0 0.26rem;
}
@media (max-width: 767px) {
  .investorbox_nav .swiper-slide {
    margin: 0 0.1rem;
  }
}
.investorbox_nav .swiper-slide .item {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-width: 2.4rem;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  color: #333333;
  height: 0.7rem;
  padding: 0 0.18rem;
  border-radius: 0.36rem;
}
@media (max-width: 767px) {
  .investorbox_nav .swiper-slide .item {
    height: 0.78rem;
    border-radius: 0.38rem;
  }
}
.investorbox_nav .on .item {
  background-color: #354b9c;
  color: #ffffff;
}
.investorbox-sec1 .investorbox_nav {
  margin-bottom: 0.6rem;
}
.investorbox-sec1 .cont {
  background: #f4f7fc url(../images/invesbag1.png) left top / auto 100% no-repeat;
  position: relative;
  padding: 0.4rem 0.8rem 0.16rem;
}
@media (max-width: 767px) {
  .investorbox-sec1 .cont {
    padding: 0.4rem 0.36rem 0.16rem;
  }
}
.investorbox-sec1 .cont .invest_tit {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.38rem;
  border-bottom: 1px solid #e8ebef;
  margin-bottom: 0.4rem;
  flex-wrap: wrap;
}
.investorbox-sec1 .cont .invest_tit .tit {
  font-weight: bold;
  color: #333333;
}
@media (max-width: 767px) {
  .investorbox-sec1 .cont .invest_tit .tit {
    width: 100%;
    margin-bottom: 4px;
  }
}
.investorbox-sec1 .cont .invest_tit .f_text {
  color: #666666;
}
.investorbox-sec1 .cont .f_zhong {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.investorbox-sec1 .cont .f_zhong .f_red .shu {
  color: #e60012;
}
.investorbox-sec1 .cont .f_zhong .f_green .shu {
  color: #39b362;
}
.investorbox-sec1 .cont .f_zhong .lt {
  width: 45.97223%;
  color: #333333;
  display: flex;
  font-family: "shu", 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  align-items: flex-end;
  line-height: 0.78;
}
@media (max-width: 1260px) {
  .investorbox-sec1 .cont .f_zhong .lt {
    width: 30%;
  }
}
@media (max-width: 991px) {
  .investorbox-sec1 .cont .f_zhong .lt {
    width: 100%;
    margin-bottom: 0.36rem;
  }
}
.investorbox-sec1 .cont .f_zhong .lt .shu {
  display: block;
  margin-right: 0.16rem;
}
.investorbox-sec1 .cont .f_zhong .gt {
  width: 54.02777%;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1260px) {
  .investorbox-sec1 .cont .f_zhong .gt {
    width: 70%;
  }
}
@media (max-width: 991px) {
  .investorbox-sec1 .cont .f_zhong .gt {
    width: 100%;
  }
}
.investorbox-sec1 .cont .f_zhong .gt .item {
  width: 25%;
  margin-bottom: 0.36rem;
  padding-right: 0.2rem;
  color: #333333;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .investorbox-sec1 .cont .f_zhong .gt .item {
    width: 50%;
  }
}
.investorbox-sec1 .cont .f_zhong .gt .item .shu {
  font-family: "shu", 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.investorbox-sec2 {
  padding: 0.68rem 0 0.8rem;
}
@media (max-width: 767px) {
  .investorbox-sec2 {
    padding: 1rem 0;
  }
}
.investorbox-sec2 .investorbox_nav {
  margin-bottom: 0.66rem;
}
.investorbox-sec2 .inve2_tit {
  font-weight: bold;
  color: #333333;
}
.investorbox-sec2 .advan_cont {
  margin-top: 0.44rem;
  border-top: 1px solid #f1f1f1;
  margin-bottom: 1rem;
}
.investorbox-sec2 .advan_cont .li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.34rem 0.4rem;
  color: #333333;
}
@media (max-width: 767px) {
  .investorbox-sec2 .advan_cont .li {
    flex-wrap: wrap;
  }
}
.investorbox-sec2 .advan_cont .li .f_tit {
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333333;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  overflow: hidden;
  padding-right: 0.2rem;
  flex: 1 1 auto;
  font-weight: bold;
}
@media (max-width: 767px) {
  .investorbox-sec2 .advan_cont .li .f_tit {
    margin-bottom: 4px;
    padding-right: 0;
  }
}
.investorbox-sec2 .advan_cont .li .f_time {
  flex: 0 0 auto;
}
.investorbox-sec2 .advan_cont .li:nth-child(even) {
  background-color: #f4f7fc;
}
.investorbox-sec2 .advan_cont .li:hover .f_tit {
  color: #354b9c;
}
.investorbox-sec2 .investorbox2_nav {
  margin-top: 0.48rem;
  margin-bottom: 0.56rem;
}
.investorbox-sec2 .investorbox2_nav:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #f1f1f1;
}
.investorbox-sec2 .investorbox2_nav .swiper-slide {
  width: auto;
  margin-right: 1.34rem;
}
@media (max-width: 767px) {
  .investorbox-sec2 .investorbox2_nav .swiper-slide {
    margin-right: 0.6rem;
  }
}
.investorbox-sec2 .investorbox2_nav .swiper-slide:last-child {
  margin-right: 0;
}
.investorbox-sec2 .investorbox2_nav .swiper-slide .item {
  display: block;
  color: #333333;
  font-weight: bold;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  padding-bottom: 0.26rem;
  position: relative;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
}
.investorbox-sec2 .investorbox2_nav .swiper-slide .item:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 0;
  margin: 0 auto;
  height: 2px;
  background-color: #354b9c;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.investorbox-sec2 .investorbox2_nav .swiper-slide-thumb-active .item {
  color: #354b9c;
}
.investorbox-sec2 .investorbox2_nav .swiper-slide-thumb-active .item:before {
  width: 100%;
}
.investorbox-sec2 .investorbox2_cont {
  width: 100%;
  border-bottom: 1px solid #f1f1f1;
}
.investorbox-sec2 .investorbox2_cont .swiper-slide .item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-bottom: 0.84rem;
}
.investorbox-sec2 .investorbox2_cont .swiper-slide .item .flt_tit {
  color: #333333;
  font-weight: bold;
  width: 12.625%;
}
@media (max-width: 767px) {
  .investorbox-sec2 .investorbox2_cont .swiper-slide .item .flt_tit {
    width: 100%;
    margin-bottom: 0.26rem;
  }
}
.investorbox-sec2 .investorbox2_cont .swiper-slide .item .gt {
  width: 87.375%;
}
@media (max-width: 767px) {
  .investorbox-sec2 .investorbox2_cont .swiper-slide .item .gt {
    width: 100%;
  }
}
.investorbox-sec2 .investorbox2_cont .swiper-slide .item .gt .li {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .investorbox-sec2 .investorbox2_cont .swiper-slide .item .gt .li {
    flex-wrap: wrap;
  }
}
.investorbox-sec2 .investorbox2_cont .swiper-slide .item .gt .li:last-child {
  margin-bottom: 0;
}
.investorbox-sec2 .investorbox2_cont .swiper-slide .item .gt .li .f_tit {
  color: #333333;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  overflow: hidden;
  padding-right: 0.2rem;
  flex: 1 1 auto;
  font-weight: bold;
}
@media (max-width: 767px) {
  .investorbox-sec2 .investorbox2_cont .swiper-slide .item .gt .li .f_tit {
    margin-bottom: 4px;
  }
}
.investorbox-sec2 .investorbox2_cont .swiper-slide .item .gt .li .f_time {
  flex: 0 0 auto;
  color: #333333;
}
.investorbox-sec2 .investorbox2_cont .swiper-slide .item .gt .li:hover .f_tit {
  color: #354b9c;
}
.investorbox-sec2 .investorbox2_cont .swiper-slide .item .gt .dut_item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.56rem;
}
.investorbox-sec2 .investorbox2_cont .swiper-slide .item .gt .dut_item:last-child {
  margin-bottom: 0;
}
.investorbox-sec2 .investorbox2_cont .swiper-slide .item .gt .dut_item .font {
  width: 70%;
  width: calc(100% - 56px);
  padding-right: 0.3rem;
}
@media (max-width: 1580px) {
  .investorbox-sec2 .investorbox2_cont .swiper-slide .item .gt .dut_item .font {
    width: calc(100% - 50px);
  }
}
@media (max-width: 767px) {
  .investorbox-sec2 .investorbox2_cont .swiper-slide .item .gt .dut_item .font {
    width: 100%;
    padding-right: 0;
  }
}
.investorbox-sec2 .investorbox2_cont .swiper-slide .item .gt .dut_item .font .f_time {
  color: #354b9c;
  display: block;
  margin-bottom: 2px;
}
.investorbox-sec2 .investorbox2_cont .swiper-slide .item .gt .dut_item .font .f_tit {
  color: #333333;
  font-weight: bold;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.investorbox-sec2 .investorbox2_cont .swiper-slide .item .gt .dut_item .but {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  border: solid 1px #354b9c;
  color: #354b9c;
}
@media (max-width: 1580px) {
  .investorbox-sec2 .investorbox2_cont .swiper-slide .item .gt .dut_item .but {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 767px) {
  .investorbox-sec2 .investorbox2_cont .swiper-slide .item .gt .dut_item .but {
    width: auto;
    height: auto;
    border-radius: 0;
    border: none;
    margin-top: 0.16rem;
    flex-direction: row;
  }
}
.investorbox-sec2 .investorbox2_cont .swiper-slide .item .gt .dut_item .but svg {
  width: 16px;
  height: 16px;
  object-fit: contain;
}
@media (max-width: 1580px) {
  .investorbox-sec2 .investorbox2_cont .swiper-slide .item .gt .dut_item .but svg {
    width: 12px;
    height: 12px;
  }
}
@media (max-width: 767px) {
  .investorbox-sec2 .investorbox2_cont .swiper-slide .item .gt .dut_item .but svg {
    margin-right: 8px;
  }
}
.investorbox-sec2 .investorbox2_cont .swiper-slide .item .gt .dut_item .but svg path {
  fill: #354b9c;
}
.investorbox-sec2 .investorbox2_cont .swiper-slide .item .gt .dut_item:hover .font .f_tit {
  color: #354b9c;
}
.investorbox-sec2 .inve2_font {
  max-width: 10.6rem;
}
@media (max-width: 767px) {
  .investorbox-sec2 .inve2_font {
    max-width: 100%;
  }
}
.investorbox-sec2 .inve2_font .text {
  color: #999999;
  line-height: 1.875;
  margin-top: 8px;
}
@media (max-width: 1580px) {
  .investorbox-sec2 .inve2_font .text {
    margin-top: 6px;
  }
}
.investorbox-sec2 .inves2_map {
  margin-top: 0.52rem;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  padding: 0.96rem 0.8rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .investorbox-sec2 .inves2_map {
    padding: 0;
  }
}
.investorbox-sec2 .inves2_map .img {
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .investorbox-sec2 .inves2_map .img {
    position: absolute;
    left: 0;
    top: 0;
  }
}
@media (max-width: 767px) {
  .investorbox-sec2 .inves2_map .img:before {
    padding-top: 60%;
  }
}
.investorbox-sec2 .inves2_map .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .investorbox-sec2 .inves2_map .img img {
    width: 200%;
    height: 160%;
    margin-top: -15%;
    max-width: initial;
  }
}
.investorbox-sec2 .inves2_map .gt {
  position: relative;
  z-index: 2;
  background-color: #ffffff;
  box-shadow: 0px 2px 0.58rem 9px rgba(0, 0, 0, 0.13);
  padding: 0.6rem 0.7rem 0.54rem;
  padding-right: 0.5rem;
  width: 8.4rem;
}
@media (max-width: 767px) {
  .investorbox-sec2 .inves2_map .gt {
    width: 100%;
    padding: 0.4rem 0.3rem;
  }
}
.investorbox-sec2 .inves2_map .gt .li {
  padding-left: 0.3rem;
  position: relative;
  color: #333333;
  margin-bottom: 0.2rem;
}
.investorbox-sec2 .inves2_map .gt .li:last-child {
  margin-bottom: 0;
}
.investorbox-sec2 .inves2_map .gt .li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.75em;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #000000;
}
.investorbox-sec2 .inves2_map .gt .li span,
.investorbox-sec2 .inves2_map .gt .li a {
  color: #354b9c;
}
.investorbox-sec2 .inves2_map .gt .li a:hover {
  text-decoration: underline;
}
.investorbox-sec2 .inves2_form {
  margin: 0 -0.2rem;
  margin-top: 0.42rem;
  display: flex;
  flex-wrap: wrap;
}
.investorbox-sec2 .inves2_form .lt,
.investorbox-sec2 .inves2_form .gt {
  padding: 0 0.2rem;
  width: 50%;
}
@media (max-width: 991px) {
  .investorbox-sec2 .inves2_form .lt,
  .investorbox-sec2 .inves2_form .gt {
    width: 100%;
  }
}
.investorbox-sec2 .inves2_form .lt .item,
.investorbox-sec2 .inves2_form .gt .item {
  width: 100%;
  margin-bottom: 0.16rem;
}
.investorbox-sec2 .inves2_form .lt .item .name,
.investorbox-sec2 .inves2_form .gt .item .name {
  color: #333333;
  font-weight: bold;
  margin-bottom: 0.16rem;
}
.investorbox-sec2 .inves2_form .lt .item .name span,
.investorbox-sec2 .inves2_form .gt .item .name span {
  color: #ff0000;
}
.investorbox-sec2 .inves2_form .lt .item .int,
.investorbox-sec2 .inves2_form .gt .item .int {
  border: solid 1px #cccccc;
  width: 100%;
  padding: 4px;
  display: flex;
}
.investorbox-sec2 .inves2_form .lt .item .int input,
.investorbox-sec2 .inves2_form .gt .item .int input,
.investorbox-sec2 .inves2_form .lt .item .int textarea,
.investorbox-sec2 .inves2_form .gt .item .int textarea {
  flex: 1 1 auto;
  width: 100%;
  color: #333333;
  padding: 0.16rem 0.2rem;
}
@media (max-width: 767px) {
  .investorbox-sec2 .inves2_form .lt .item .int input,
  .investorbox-sec2 .inves2_form .gt .item .int input,
  .investorbox-sec2 .inves2_form .lt .item .int textarea,
  .investorbox-sec2 .inves2_form .gt .item .int textarea {
    padding: 0.2rem 0.3rem;
  }
}
.investorbox-sec2 .inves2_form .lt .item .int input::-webkit-input-placeholder,
.investorbox-sec2 .inves2_form .gt .item .int input::-webkit-input-placeholder,
.investorbox-sec2 .inves2_form .lt .item .int textarea::-webkit-input-placeholder,
.investorbox-sec2 .inves2_form .gt .item .int textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999999;
}
.investorbox-sec2 .inves2_form .lt .item .int input::-moz-placeholder,
.investorbox-sec2 .inves2_form .gt .item .int input::-moz-placeholder,
.investorbox-sec2 .inves2_form .lt .item .int textarea::-moz-placeholder,
.investorbox-sec2 .inves2_form .gt .item .int textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999999;
}
.investorbox-sec2 .inves2_form .lt .item .int input:-ms-input-placeholder,
.investorbox-sec2 .inves2_form .gt .item .int input:-ms-input-placeholder,
.investorbox-sec2 .inves2_form .lt .item .int textarea:-ms-input-placeholder,
.investorbox-sec2 .inves2_form .gt .item .int textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999999;
}
.investorbox-sec2 .inves2_form .lt .item .int textarea,
.investorbox-sec2 .inves2_form .gt .item .int textarea {
  height: 2.96rem;
}
@media (max-width: 1900px) {
  .investorbox-sec2 .inves2_form .lt .item .int textarea,
  .investorbox-sec2 .inves2_form .gt .item .int textarea {
    height: 3.2rem;
  }
}
@media (max-width: 1580px) {
  .investorbox-sec2 .inves2_form .lt .item .int textarea,
  .investorbox-sec2 .inves2_form .gt .item .int textarea {
    height: 3.48rem;
  }
}
@media (max-width: 1260px) {
  .investorbox-sec2 .inves2_form .lt .item .int textarea,
  .investorbox-sec2 .inves2_form .gt .item .int textarea {
    height: 3.6rem;
  }
}
@media (max-width: 767px) {
  .investorbox-sec2 .inves2_form .lt .item .int textarea,
  .investorbox-sec2 .inves2_form .gt .item .int textarea {
    height: 2rem;
  }
}
.investorbox-sec2 .inves2_form .lt .item .int .f_img,
.investorbox-sec2 .inves2_form .gt .item .int .f_img {
  display: block;
  height: 0.58rem;
  width: auto;
  flex: 1 0 auto;
}
@media (max-width: 991px) {
  .investorbox-sec2 .inves2_form .lt .item .int .f_img,
  .investorbox-sec2 .inves2_form .gt .item .int .f_img {
    height: auto;
    min-height: 0.58rem;
  }
}
@media (max-width: 767px) {
  .investorbox-sec2 .inves2_form .lt .item .int .f_img,
  .investorbox-sec2 .inves2_form .gt .item .int .f_img {
    height: 0.78rem;
    min-height: initial;
  }
}
.investorbox-sec2 .inves2_form .lt .item .int .f_img img,
.investorbox-sec2 .inves2_form .gt .item .int .f_img img {
  width: auto;
  height: 100%;
}
.investorbox-sec2 .inves2_form .lt .item .f_sub,
.investorbox-sec2 .inves2_form .gt .item .f_sub {
  width: 100%;
  background-color: #354b9c;
  height: 0.64rem;
  color: #ffffff;
  font-weight: bold;
  margin-top: 0.4rem;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media (max-width: 1900px) {
  .investorbox-sec2 .inves2_form .lt .item .f_sub,
  .investorbox-sec2 .inves2_form .gt .item .f_sub {
    height: 0.7rem;
  }
}
@media (max-width: 1580px) {
  .investorbox-sec2 .inves2_form .lt .item .f_sub,
  .investorbox-sec2 .inves2_form .gt .item .f_sub {
    height: 0.76rem;
  }
}
@media (max-width: 767px) {
  .investorbox-sec2 .inves2_form .lt .item .f_sub,
  .investorbox-sec2 .inves2_form .gt .item .f_sub {
    height: 0.78rem;
  }
}
.investorbox-sec2 .inves2_form .lt .item .f_sub:hover,
.investorbox-sec2 .inves2_form .gt .item .f_sub:hover {
  opacity: 0.9;
}
.investorbox-sec2 .govern_cont .li {
  padding: 0.22rem 0.4rem;
}
@media (max-width: 767px) {
  .investorbox-sec2 .govern_cont .li {
    padding: 0.36rem 0.3rem;
  }
}
.investorbox-sec2 .govern_cont .li .but {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  flex: 0 0 auto;
  margin-left: 1.66rem;
  width: 56px;
  height: 56px;
  border: solid 1px #354b9c;
  color: #354b9c;
}
@media (max-width: 1580px) {
  .investorbox-sec2 .govern_cont .li .but {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 767px) {
  .investorbox-sec2 .govern_cont .li .but {
    width: auto;
    height: auto;
    border-radius: 0;
    border: none;
    flex-direction: row;
  }
}
.investorbox-sec2 .govern_cont .li .but svg {
  width: 16px;
  height: 16px;
  object-fit: contain;
}
@media (max-width: 1580px) {
  .investorbox-sec2 .govern_cont .li .but svg {
    width: 12px;
    height: 12px;
  }
}
@media (max-width: 767px) {
  .investorbox-sec2 .govern_cont .li .but svg {
    margin-right: 8px;
  }
}
.investorbox-sec2 .govern_cont .li .but svg path {
  fill: #354b9c;
}
.investorbox-sec2 .report_cont {
  margin-top: 0.6rem;
}
.investorbox-sec2 .report_cont .list_cont {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .investorbox-sec2 .report_cont .list_cont {
    margin-bottom: 0.46rem;
  }
}
.investorbox-sec2 .report_cont .list_cont .lt {
  font-weight: bold;
  color: #333333;
  padding-right: 0.22rem;
  width: 18.25%;
}
@media (max-width: 767px) {
  .investorbox-sec2 .report_cont .list_cont .lt {
    padding-right: 0;
    width: 100%;
    margin-bottom: 0.2rem;
  }
}
.investorbox-sec2 .report_cont .list_cont .gt {
  border-top: 1px solid #e5e5e5;
  width: 81.75%;
}
@media (max-width: 767px) {
  .investorbox-sec2 .report_cont .list_cont .gt {
    width: 100%;
  }
}
.investorbox-sec2 .report_cont .list_cont .gt .nei {
  display: flex;
  flex-wrap: wrap;
  padding: 0.34rem 0 0.12rem;
  margin: 0 -0.3rem;
}
@media (max-width: 767px) {
  .investorbox-sec2 .report_cont .list_cont .gt .nei {
    margin: 0 -0.16rem;
    padding: 0.2rem 0 0.12rem;
  }
}
.investorbox-sec2 .report_cont .list_cont .gt .nei .item {
  width: 20%;
  padding: 0 0.3rem;
  margin-bottom: 0.3rem;
}
@media (max-width: 991px) {
  .investorbox-sec2 .report_cont .list_cont .gt .nei .item {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .investorbox-sec2 .report_cont .list_cont .gt .nei .item {
    padding: 0 0.16rem;
    width: 50%;
  }
}
.investorbox-sec2 .report_cont .list_cont .gt .nei .item .f_tit {
  color: #333333;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.investorbox-sec2 .report_cont .list_cont .gt .nei .item .img {
  margin-top: 0.24rem;
}
.investorbox-sec2 .report_cont .list_cont .gt .nei .item .img:before {
  padding-top: 134.02061856%;
}
.investorbox-sec2 .report_cont .list_cont .gt .nei .item:hover .f_tit {
  color: #354b9c;
}
.investorbox-sec2 .report_cont .list_cont .gt .nei .item:hover .img img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.investorbox-sec2 .qeuity_cont {
  margin-top: 0.48rem;
}
@media (max-width: 991px) {
  .investorbox-sec2 .qeuity_cont {
    overflow: auto;
  }
}
.investorbox-sec2 .qeuity_cont table {
  width: 100%;
  border: 1px solid #e6eaf1;
}
@media (max-width: 991px) {
  .investorbox-sec2 .qeuity_cont table {
    width: 1200px;
  }
}
@media (max-width: 767px) {
  .investorbox-sec2 .qeuity_cont table {
    width: 900px;
  }
}
.investorbox-sec2 .qeuity_cont table thead {
  background-attachment: fixed;
}
.investorbox-sec2 .qeuity_cont table thead tr th {
  padding: 0.34rem 0;
  background-color: #f4f7fc;
}
.investorbox-sec2 .qeuity_cont table thead tr th .f_tit {
  color: #333333;
  width: 100%;
  text-align: left;
  font-weight: initial;
}
.investorbox-sec2 .qeuity_cont table tr {
  border-bottom: 1px solid #e6eaf1;
}
.investorbox-sec2 .qeuity_cont table tr th:nth-child(1),
.investorbox-sec2 .qeuity_cont table tr td:nth-child(1) {
  padding-left: 0.4rem;
  position: sticky;
  position: -webkit-sticky;
  left: -1px;
}
.investorbox-sec2 .qeuity_cont table tr th:nth-child(1):before,
.investorbox-sec2 .qeuity_cont table tr td:nth-child(1):before {
  content: "";
  display: none;
  position: absolute;
  left: -1px;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #e6eaf1;
}
@media (max-width: 767px) {
  .investorbox-sec2 .qeuity_cont table tr th:nth-child(1):before,
  .investorbox-sec2 .qeuity_cont table tr td:nth-child(1):before {
    display: none;
  }
}
.investorbox-sec2 .qeuity_cont table tr th:nth-child(3),
.investorbox-sec2 .qeuity_cont table tr td:nth-child(3) {
  padding-right: 1.68rem;
}
.investorbox-sec2 .qeuity_cont table tr th {
  width: 14.375%;
}
.investorbox-sec2 .qeuity_cont table tr th:nth-child(3) {
  width: 48.125%;
}
.investorbox-sec2 .qeuity_cont table tr td {
  background-color: #ffffff;
  padding: 0.22rem 0;
  line-height: 1.4;
}
/* End */
/* 可持续发展 */
.base_prev,
.base_next {
  position: relative;
  right: 0;
  left: 0;
  margin: 0;
  background: none;
  width: 0.68rem;
  height: 0.68rem;
  border-radius: 50%;
  background-color: #f6f6f6;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .base_prev,
  .base_next {
    width: 0.78rem;
    height: 0.78rem;
  }
}
.base_prev svg,
.base_next svg {
  width: 29.41176471%;
  height: 29.41176471%;
}
.base_prev svg path,
.base_next svg path {
  fill: #354b9c;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  filter: none;
}
.base_prev:hover,
.base_next:hover {
  background-color: #354b9c;
}
.base_prev:hover svg path,
.base_next:hover svg path {
  fill: #ffffff;
}
.devebox-sec1 {
  padding: 0.6rem 0 1.1rem;
}
@media (max-width: 767px) {
  .devebox-sec1 {
    padding: 1.2rem 0 1.2rem;
  }
}
.devebox-sec1 .investorbox_nav {
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .devebox-sec1 .investorbox_nav {
    margin-bottom: 0.6rem;
  }
}
.devebox-sec1 .item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.devebox-sec1 .item .font,
.devebox-sec1 .item .img {
  width: 50%;
}
@media (max-width: 767px) {
  .devebox-sec1 .item .font,
  .devebox-sec1 .item .img {
    width: 100%;
  }
}
.devebox-sec1 .item .font {
  padding-right: 1.78rem;
}
@media (max-width: 1260px) {
  .devebox-sec1 .item .font {
    padding-right: 0.6rem;
  }
}
@media (max-width: 991px) {
  .devebox-sec1 .item .font {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .devebox-sec1 .item .font {
    padding-right: 0;
    order: 1;
    margin: 0.26rem 0 0;
    width: 100%;
  }
}
.devebox-sec1 .item .font .f_tit {
  color: #333333;
  font-weight: bold;
  margin-bottom: 0.3rem;
}
.devebox-sec1 .item .font .text {
  color: #666666;
  line-height: 1.875;
}
@media (max-width: 991px) {
  .devebox-sec1 .item .font .text {
    height: 2.6rem;
    overflow: auto;
    line-height: 1.6;
  }
}
@media (max-width: 767px) {
  .devebox-sec1 .item .font .text {
    height: auto;
    overflow: hidden;
  }
}
@media (max-width: 991px) {
  .devebox-sec1 .item .img {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .devebox-sec1 .item .img {
    width: 100%;
  }
}
.devebox-sec1 .item .img:before {
  padding-top: 68.5%;
}
.devebox-sec2 {
  position: relative;
}
.devebox-sec2 .bag {
  width: 100%;
  height: 8.14rem;
  position: relative;
}
@media (max-width: 767px) {
  .devebox-sec2 .bag {
    height: 10rem;
  }
}
.devebox-sec2 .bag:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/boxinglonimg1.png) left top / auto 100% no-repeat;
}
@media (max-width: 991px) {
  .devebox-sec2 .bag:after {
    background: none;
    background-color: #354b9c;
    opacity: 0.5;
  }
}
.devebox-sec2 .bag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.devebox-sec2 .cont {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 100%;
}
.devebox-sec2 .cont .lt {
  width: 44%;
}
@media (max-width: 991px) {
  .devebox-sec2 .cont .lt {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .devebox-sec2 .cont .lt {
    width: 100%;
  }
}
.devebox-sec2 .cont .lt .f_tit {
  font-weight: bold;
  line-height: 1.25;
  color: #ffffff;
  margin-bottom: 0.5rem;
}
.devebox-sec2 .cont .lt .f_nei {
  width: 100%;
}
.devebox-sec2 .cont .lt .f_nei .li {
  display: flex;
  align-items: flex-start;
  color: #ffffff;
  margin-bottom: 0.24rem;
}
.devebox-sec2 .cont .lt .f_nei .li:last-child {
  margin-bottom: 0;
}
.devebox-sec2 .cont .lt .f_nei .li img {
  height: auto;
  margin-top: 4px;
  display: block;
  width: 24px;
}
@media (max-width: 1580px) {
  .devebox-sec2 .cont .lt .f_nei .li img {
    width: 22px;
  }
}
@media (max-width: 767px) {
  .devebox-sec2 .cont .lt .f_nei .li img {
    width: 0.34rem;
  }
}
.devebox-sec2 .cont .lt .f_nei .li .font {
  padding-left: 0.16rem;
  width: 80%;
  width: calc(100% - 24px);
}
@media (max-width: 1580px) {
  .devebox-sec2 .cont .lt .f_nei .li .font {
    width: calc(100% - 22px);
  }
}
@media (max-width: 767px) {
  .devebox-sec2 .cont .lt .f_nei .li .font {
    padding-left: 0.2rem;
    width: calc(100% - 0.34rem);
  }
}
.devebox-sec2 .cont .lt .f_nei .li .font .f_title {
  margin-bottom: 2px;
  font-weight: bold;
}
.devebox-sec2 .cont .lt .f_nei .li .font .text {
  line-height: 1.875;
}
@media (max-width: 991px) {
  .devebox-sec2 .cont .lt .f_nei .li .font .text {
    line-height: 1.6;
  }
}
.devebox-sec3 {
  background-color: #f6f8f9;
  padding: 1rem 0 1.4rem;
}
.devebox-sec3 .contactbox_tit {
  margin-bottom: 0.5rem;
}
.devebox-sec3 .f_cont {
  background-color: #ffffff;
  padding: 0.32rem 0.4rem 1.4rem;
}
.devebox-sec3 .f_cont .devebox3_tit {
  color: #333333;
  font-weight: bold;
  margin-bottom: 0.4rem;
  padding-bottom: 0.32rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.devebox-sec3 .f_cont .devebox3_cont1 {
  margin-bottom: 0.78rem;
}
.devebox-sec3 .f_cont .devebox3_cont1 .nei {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.15rem;
}
@media (max-width: 767px) {
}
.devebox-sec3 .f_cont .devebox3_cont1 .nei .item {
  width: 33.333%;
  padding: 0 0.15rem;
  margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .devebox-sec3 .f_cont .devebox3_cont1 .nei .item {
    width: 50%;
  }
}
.devebox-sec3 .f_cont .devebox3_cont1 .nei .item .list {
  display: block;
  position: relative;
}
.devebox-sec3 .f_cont .devebox3_cont1 .nei .item .list .img {
  background-color: #313131;
  width: 100%;
}
.devebox-sec3 .f_cont .devebox3_cont1 .nei .item .list .img img {
  opacity: 0.82;
}
.devebox-sec3 .f_cont .devebox3_cont1 .nei .item .list .img:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-position: left bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-image: url(../images/bajianbianimg1.png);
}
.devebox-sec3 .f_cont .devebox3_cont1 .nei .item .list .font {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  padding: 0.34rem 0.4rem;
  color: #ffffff;
}
@media (max-width: 767px) {
  .devebox-sec3 .f_cont .devebox3_cont1 .nei .item .list .font {
    padding: 0.26rem 0.2rem;
  }
}
.devebox-sec3 .f_cont .devebox3_cont1 .nei .item .list .font .f_tit {
  font-weight: bold;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  .devebox-sec3 .f_cont .devebox3_cont1 .nei .item .list .font .f_tit {
    margin-bottom: 2px;
  }
}
.devebox-sec3 .f_cont .devebox3_cont1 .nei .item .list .font .text {
  line-height: 1.5;
  height: 3em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 767px) {
  .devebox-sec3 .f_cont .devebox3_cont1 .nei .item .list .font .text {
    font-size: 0.24rem;
  }
}
.devebox-sec3 .f_cont .devebox3_cont1 .nei .item .list:hover .img img {
  transform: scale(1.04);
  -webkit-transform: scale(1.04);
}
@media (min-width: 768px) {
  .devebox-sec3 .f_cont .devebox3_cont1 .nei .item:nth-child(1),
  .devebox-sec3 .f_cont .devebox3_cont1 .nei .item:nth-child(4) {
    width: 66.666%;
  }
  .devebox-sec3 .f_cont .devebox3_cont1 .nei .item:nth-child(1) .list .img:before,
  .devebox-sec3 .f_cont .devebox3_cont1 .nei .item:nth-child(4) .list .img:before {
    padding-top: 48.4063745%;
  }
  .devebox-sec3 .f_cont .devebox3_cont1 .nei .item:nth-child(1) .list .img:after,
  .devebox-sec3 .f_cont .devebox3_cont1 .nei .item:nth-child(4) .list .img:after {
    background-image: url(../images/bajianbianimg2.png);
  }
  .devebox-sec3 .f_cont .devebox3_cont1 .nei .item:nth-child(1) .list .font,
  .devebox-sec3 .f_cont .devebox3_cont1 .nei .item:nth-child(4) .list .font {
    padding-right: 5.74rem;
  }
}
@media (min-width: 768px) and (max-width: 1580px) {
  .devebox-sec3 .f_cont .devebox3_cont1 .nei .item:nth-child(1) .list .font,
  .devebox-sec3 .f_cont .devebox3_cont1 .nei .item:nth-child(4) .list .font {
    padding-right: 4.6rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .devebox-sec3 .f_cont .devebox3_cont1 .nei .item:nth-child(1) .list .font,
  .devebox-sec3 .f_cont .devebox3_cont1 .nei .item:nth-child(4) .list .font {
    padding-right: 3rem;
  }
}
.devebox-sec3 .f_cont .devebox3_cont2 {
  margin-bottom: 1.3rem;
}
.devebox-sec3 .f_cont .devebox3_cont2 .devebox3_cont2_swiper {
  margin-bottom: 0.6rem;
}
.devebox-sec3 .f_cont .devebox3_cont2 .devebox3_cont2_swiper .swiper-slide {
  height: auto;
}
.devebox-sec3 .f_cont .devebox3_cont2 .devebox3_cont2_swiper .item {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #354b9c;
}
@media (max-width: 767px) {
  .devebox-sec3 .f_cont .devebox3_cont2 .devebox3_cont2_swiper .item {
    align-items: flex-start;
  }
}
.devebox-sec3 .f_cont .devebox3_cont2 .devebox3_cont2_swiper .item .img,
.devebox-sec3 .f_cont .devebox3_cont2 .devebox3_cont2_swiper .item .font {
  width: 50%;
}
@media (max-width: 767px) {
  .devebox-sec3 .f_cont .devebox3_cont2 .devebox3_cont2_swiper .item .img,
  .devebox-sec3 .f_cont .devebox3_cont2 .devebox3_cont2_swiper .item .font {
    width: 100%;
  }
}
.devebox-sec3 .f_cont .devebox3_cont2 .devebox3_cont2_swiper .item .img:before {
  padding-top: 72.10526316%;
}
.devebox-sec3 .f_cont .devebox3_cont2 .devebox3_cont2_swiper .item .font {
  padding: 0.46rem 1.36rem;
  padding-right: 2.18rem;
  max-height: 3rem;
  overflow: auto;
  color: #ffffff;
}
@media (max-width: 1580px) {
  .devebox-sec3 .f_cont .devebox3_cont2 .devebox3_cont2_swiper .item .font {
    padding: 0.46rem 1rem;
    padding-right: 1.8rem;
  }
}
@media (max-width: 991px) {
  .devebox-sec3 .f_cont .devebox3_cont2 .devebox3_cont2_swiper .item .font {
    padding: 0.6rem 0.3rem;
  }
}
@media (max-width: 767px) {
  .devebox-sec3 .f_cont .devebox3_cont2 .devebox3_cont2_swiper .item .font {
    padding: 0.46rem 0.26rem;
  }
}
.devebox-sec3 .f_cont .devebox3_cont2 .devebox3_cont2_swiper .item .font .f_tit {
  font-weight: bold;
  margin-bottom: 0.18rem;
}
.devebox-sec3 .f_cont .devebox3_cont2 .devebox3_cont2_swiper .item .font .text {
  width: 100%;
}
.devebox-sec3 .f_cont .devebox3_cont2 .devebox3_cont2_swiper .item .font .text p {
  position: relative;
  line-height: 1.625;
  padding-left: 16px;
  margin-bottom: 0.28rem;
}
@media (max-width: 1580px) {
  .devebox-sec3 .f_cont .devebox3_cont2 .devebox3_cont2_swiper .item .font .text p {
    padding-left: 14px;
  }
}
.devebox-sec3 .f_cont .devebox3_cont2 .devebox3_cont2_swiper .item .font .text p:last-child {
  margin-bottom: 0;
}
.devebox-sec3 .f_cont .devebox3_cont2 .devebox3_cont2_swiper .item .font .text p:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.8125em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ffffff;
  margin-top: -3px;
}
.devebox-sec3 .f_cont .devebox3_cont2 .qie {
  display: flex;
  align-items: center;
}
.devebox-sec3 .f_cont .devebox3_cont2 .qie .devebox3_cont2_prev {
  margin-right: 20px;
}
@media (max-width: 1580px) {
  .devebox-sec3 .f_cont .devebox3_cont2 .qie .devebox3_cont2_prev {
    margin-right: 14px;
  }
}
.devebox-sec3 .f_cont .devebox3_cont3 {
  margin-bottom: 1.2rem;
}
.devebox-sec3 .f_cont .devebox3_cont3 .devebox3_tit {
  margin-bottom: 0.12rem;
}
.devebox-sec3 .f_cont .devebox3_cont3 .devebox3_cont3_swiper {
  width: auto;
  margin: 0 -0.16rem;
}
.devebox-sec3 .f_cont .devebox3_cont3 .devebox3_cont3_swiper .swiper-slide {
  width: 33.33%;
  height: auto;
  padding: 0.28rem 0.16rem;
}
.devebox-sec3 .f_cont .devebox3_cont3 .devebox3_cont3_swiper .swiper-slide .item {
  background-color: #ffffff;
  height: 100%;
  box-shadow: 0px 0px 0.26rem 0px rgba(0, 0, 0, 0.05);
}
.devebox-sec3 .f_cont .devebox3_cont3 .devebox3_cont3_swiper .swiper-slide .item .img:before {
  padding-top: 68.72427984%;
}
.devebox-sec3 .f_cont .devebox3_cont3 .devebox3_cont3_swiper .swiper-slide .item .font {
  padding: 0.32rem 0.4rem;
}
@media (max-width: 767px) {
  .devebox-sec3 .f_cont .devebox3_cont3 .devebox3_cont3_swiper .swiper-slide .item .font {
    padding: 0.32rem 0.26rem;
  }
}
.devebox-sec3 .f_cont .devebox3_cont3 .devebox3_cont3_swiper .swiper-slide .item .font .text {
  color: #666666;
  line-height: 1.875;
}
@media (max-width: 991px) {
  .devebox-sec3 .f_cont .devebox3_cont3 .devebox3_cont3_swiper .swiper-slide .item .font .text {
    line-height: 1.6;
  }
}
.devebox-sec3 .f_cont .devebox3_cont4 .f_nei {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.devebox-sec3 .f_cont .devebox3_cont4 .f_nei .img,
.devebox-sec3 .f_cont .devebox3_cont4 .f_nei .font {
  width: 50%;
}
@media (max-width: 767px) {
  .devebox-sec3 .f_cont .devebox3_cont4 .f_nei .img,
  .devebox-sec3 .f_cont .devebox3_cont4 .f_nei .font {
    width: 100%;
  }
}
.devebox-sec3 .f_cont .devebox3_cont4 .f_nei .img:before {
  padding-top: 72.10526316%;
}
.devebox-sec3 .f_cont .devebox3_cont4 .f_nei .font {
  padding: 0.32rem 1.36rem;
  padding-right: 0.52rem;
}
@media (max-width: 1580px) {
  .devebox-sec3 .f_cont .devebox3_cont4 .f_nei .font {
    padding-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .devebox-sec3 .f_cont .devebox3_cont4 .f_nei .font {
    padding: 0.32rem 0.4rem;
  }
}
@media (max-width: 767px) {
  .devebox-sec3 .f_cont .devebox3_cont4 .f_nei .font {
    padding: 0.32rem 0 0;
  }
}
.devebox-sec3 .f_cont .devebox3_cont4 .f_nei .font .f_tit {
  font-weight: bold;
  color: #333333;
  margin-bottom: 0.26rem;
}
.devebox-sec3 .f_cont .devebox3_cont4 .f_nei .font .text {
  color: #666666;
  line-height: 1.875;
}
@media (max-width: 991px) {
  .devebox-sec3 .f_cont .devebox3_cont4 .f_nei .font .text {
    line-height: 1.6;
    height: 3rem;
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .devebox-sec3 .f_cont .devebox3_cont4 .f_nei .font .text {
    height: auto;
    overflow: hidden;
  }
}
/* End */
/* 技术研发 */
.researchbanner .bag {
  background-color: #000000;
}
@media (min-width: 768px) {
  .researchbanner .bag:before {
    padding-top: 35.41666667%;
  }
}
.researchbanner .bag img {
  opacity: 0.7;
}
.researchbanner .cont .name {
  font-weight: bold;
  margin-bottom: 4px;
  color: #ffffff;
}
.researchbanner .cont .f_tit {
  margin-bottom: 0.1rem;
  color: #ffffff;
}
.researchbanner .cont .xian {
  width: 0.36rem;
  margin: 0 auto 0.28rem;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.6);
  display: block;
}
.researchbanner .cont .fz_text {
  letter-spacing: 0.13rem;
  color: rgba(255, 255, 255, 0.8);
}
.researchbox_tit {
  text-align: center;
}
.researchbox_tit .f_tit {
  color: #333333;
  font-weight: bold;
}
.researchbox_tit .text {
  margin-top: 0.16rem;
  color: #666666;
  line-height: 1.875;
}
@media (max-width: 991px) {
  .researchbox_tit .text {
    line-height: 1.625;
  }
}
.researchbox_nav {
  top: 0;
  line-height: 1.4rem;
  height: 1.4rem;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.researchbox_nav .f_cont {
  width: 100%;
  line-height: 1.4rem;
  height: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.researchbox_nav .f_cont .container2 {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.researchbox_nav .serviceboxre1_cont {
  width: auto;
  max-width: 100%;
  margin: 0 0.12rem;
  line-height: 0.7rem;
}
@media (max-width: 767px) {
  .researchbox_nav .serviceboxre1_cont {
    line-height: 0.78rem;
  }
}
.researchbox_nav .serviceboxre1_cont .swiper-slide {
  width: auto;
}
.researchbox_nav .serviceboxre1_cont .swiper-slide .li {
  border-radius: 0.36rem;
  display: block;
  color: #333333;
  padding: 0 0.3rem;
  text-align: center;
  min-width: 2.4rem;
}
@media (max-width: 767px) {
  .researchbox_nav .serviceboxre1_cont .swiper-slide .li {
    border-radius: 0.38rem;
  }
}
.researchbox_nav .serviceboxre1_cont .on .li {
  background-color: #354b9c;
  color: #ffffff;
}
.researchbox_nav.active .f_cont {
  background-color: #ffffff;
  line-height: 1rem;
  height: 1rem;
  position: fixed;
  top: 0;
  z-index: 333;
}
.researchbox-sec1 {
  background: url(../images/researbagim1.jpg) center / cover no-repeat;
  position: relative;
}
.researchbox-sec1 .f_canvas {
  position: absolute;
  left: 0;
  bottom: 0rem;
  width: 100%;
  height: 4.84rem;
  mix-blend-mode: multiply;
}
@media (max-width: 767px) {
  .researchbox-sec1 .f_canvas {
    display: none;
  }
}
.researchbox-sec1 .f_canvas video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.researchbox-sec1 .res_nav {
  padding: 0.34rem 0;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.researchbox-sec1 .res_nav .f_cont {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.researchbox-sec1 .res_nav .f_cont .container2 {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.researchbox-sec1 .res_nav .serviceboxre1_cont {
  width: auto;
  max-width: 100%;
  margin: 0 0.12rem;
  line-height: 0.7rem;
}
@media (max-width: 767px) {
  .researchbox-sec1 .res_nav .serviceboxre1_cont {
    line-height: 0.78rem;
  }
}
.researchbox-sec1 .res_nav .serviceboxre1_cont .swiper-slide {
  width: auto;
}
.researchbox-sec1 .res_nav .serviceboxre1_cont .swiper-slide .li {
  border-radius: 0.36rem;
  display: block;
  color: #333333;
  padding: 0 0.3rem;
  text-align: center;
  min-width: 2.4rem;
}
@media (max-width: 767px) {
  .researchbox-sec1 .res_nav .serviceboxre1_cont .swiper-slide .li {
    border-radius: 0.38rem;
  }
}
.researchbox-sec1 .res_nav .serviceboxre1_cont .on .li {
  background-color: #354b9c;
  color: #ffffff;
}
.researchbox-sec1 .cont {
  position: relative;
  padding: 0.7rem 0 2rem;
  text-align: center;
}
@media (max-width: 767px) {
  .researchbox-sec1 .cont {
    padding: 1.2rem 0 1rem;
  }
}
.researchbox-sec1 .cont .name,
.researchbox-sec1 .cont .text {
  opacity: 0;
  transition: all 0.4s;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.researchbox-sec1 .cont .name > div,
.researchbox-sec1 .cont .text > div {
  max-width: 100%;
}
.researchbox-sec1 .cont.on .name,
.researchbox-sec1 .cont.on .text {
  opacity: 1;
}
.researchbox-sec1 .cont .name {
  line-height: 0.9;
  transition: all 0.4s;
  font-size: 1.5rem;
  background-image: linear-gradient(to bottom, rgba(51, 51, 51, 0.08), rgba(51, 51, 51, 0) 90%);
  color: rgba(51, 51, 51, 0.15);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .researchbox-sec1 .cont .name {
    font-size: 0.9rem;
  }
}
.researchbox-sec1 .cont .name div {
  background-image: linear-gradient(to bottom, rgba(51, 51, 51, 0.08), rgba(51, 51, 51, 0) 90%);
  color: rgba(51, 51, 51, 0.15);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.researchbox-sec1 .cont .text {
  color: #333333;
  font-weight: bold;
  line-height: 1.27777778;
  max-width: 9rem;
  margin: 0 auto;
  margin-top: -0.54rem;
}
@media (max-width: 767px) {
  .researchbox-sec1 .cont .text {
    max-width: 100%;
  }
}
.researchbox-sec1 .cont .f_jut {
  display: flex;
  flex-wrap: wrap;
  margin: 0.68rem auto 0;
  max-width: 10.84rem;
}
@media (max-width: 767px) {
  .researchbox-sec1 .cont .f_jut {
    max-width: 100%;
  }
}
.researchbox-sec1 .cont .f_jut .li {
  text-align: left;
  flex: 1 1 25%;
}
@media (max-width: 767px) {
  .researchbox-sec1 .cont .f_jut .li {
    width: 50%;
    text-align: center;
    flex: 1 1 50%;
    margin-bottom: 0.36rem;
  }
}
.researchbox-sec1 .cont .f_jut .li .shu {
  color: #354b9c;
  line-height: 0.9;
  display: flex;
  font-family: "shu", 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  align-items: flex-start;
  margin-bottom: 0.2rem;
}
@media (max-width: 767px) {
  .researchbox-sec1 .cont .f_jut .li .shu {
    justify-content: center;
  }
}
.researchbox-sec1 .cont .f_jut .li .shu span {
  font-size: 0.7rem;
  font-weight: bold;
}
.researchbox-sec1 .cont .f_jut .li .f_text {
  color: #666666;
  font-weight: bold;
}
.researchbox-sec2 {
  height: 400vh;
  position: relative;
}
@media (max-width: 991px) {
  .researchbox-sec2 {
    height: auto;
    padding-top: 1.2rem;
  }
}
.researchbox-sec2 .f_zhong {
  overflow: hidden;
}
@media (min-width: 992px) {
  .researchbox-sec2 .f_zhong {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    width: 100%;
    height: 100vh;
  }
}
@media (min-width: 992px) {
  .researchbox-sec2 .f_zhong .cont {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.researchbox-sec2 .f_zhong .cont .container2 {
  position: relative;
}
@media (min-width: 768px) {
  .researchbox-sec2 .f_zhong .cont .container2 {
    margin: 0;
  }
}
.researchbox-sec2 .f_zhong .cont .container2 .item {
  position: relative;
  width: 100%;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  transition: all 0.4s;
  box-shadow: 0 0.24rem 0.24rem rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
}
.researchbox-sec2 .f_zhong .cont .container2 .item:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .researchbox-sec2 .f_zhong .cont .container2 .item {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 6;
    visibility: visible!important;
    animation-name: none!important;
  }
}
.researchbox-sec2 .f_zhong .cont .container2 .item .bag {
  width: 100%;
}
.researchbox-sec2 .f_zhong .cont .container2 .item .bag:before {
  padding-top: 40.625%;
}
.researchbox-sec2 .f_zhong .cont .container2 .item .font {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2;
  padding: 1.36rem 0.9rem;
  height: 100%;
  color: #ffffff;
}
@media (max-width: 991px) {
  .researchbox-sec2 .f_zhong .cont .container2 .item .font {
    padding: 0.4rem 0.6rem;
  }
}
.researchbox-sec2 .f_zhong .cont .container2 .item .font .f_tit {
  font-weight: bold;
  margin-bottom: 0.28rem;
  line-height: 1.2;
  opacity: 0;
  transform: translateY(0.2rem);
}
@media (max-width: 767px) {
  .researchbox-sec2 .f_zhong .cont .container2 .item .font .f_tit {
    margin-bottom: 0.1rem;
    font-size: 0.36rem;
    line-height: 1.4;
  }
}
.researchbox-sec2 .f_zhong .cont .container2 .item .font .text {
  max-width: 5.9rem;
  opacity: 0;
  line-height: 1.875;
  transform: translateY(0.2rem);
}
@media (max-width: 991px) {
  .researchbox-sec2 .f_zhong .cont .container2 .item .font .text {
    max-width: 8rem;
    line-height: 1.6;
  }
}
@media (max-width: 767px) {
  .researchbox-sec2 .f_zhong .cont .container2 .item .font .text {
    max-width: 100%;
  }
}
.researchbox-sec2 .f_zhong .cont .container2 .item .font .shu {
  font-weight: bold;
  line-height: 0.9;
  opacity: 0;
  position: absolute;
  bottom: 0.3rem;
  font-family: "shu", 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  transform: translateY(0.2rem);
}
@media (max-width: 767px) {
  .researchbox-sec2 .f_zhong .cont .container2 .item .font {
    padding: 0.34rem 0.3rem 0.86rem;
    position: relative;
  }
}
.researchbox-sec2 .f_zhong .cont .container2 .item.on {
  opacity: 1;
  visibility: visible;
  position: relative;
}
.researchbox-sec2 .f_zhong .cont .container2 .item.on .font .f_tit,
.researchbox-sec2 .f_zhong .cont .container2 .item.on .font .text,
.researchbox-sec2 .f_zhong .cont .container2 .item.on .font .shu {
  opacity: 1;
  transform: translateY(0);
}
.researchbox-sec2 .f_zhong .cont .container2 .item.on .font .f_tit {
  transition: all 0.8s;
}
.researchbox-sec2 .f_zhong .cont .container2 .item.on .font .text {
  transition: all 0.8s 0.1s;
}
.researchbox-sec2 .f_zhong .cont .container2 .item.on .font .shu {
  transition: all 0.8s 0.2s;
}
@media (max-width: 767px) {
  .researchbox-sec2 .f_zhong .cont .container2 .item {
    margin-bottom: 0.56rem;
    box-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, 0.04);
  }
  .researchbox-sec2 .f_zhong .cont .container2 .item:last-child {
    margin-bottom: 0;
  }
  .researchbox-sec2 .f_zhong .cont .container2 .item .bag {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .researchbox-sec2 .f_zhong .cont .container2 .item .bag:before {
    padding-top: 40.625%;
  }
  .researchbox-sec2 .f_zhong .cont .container2 .item .font {
    position: relative;
  }
  .researchbox-sec2 .f_zhong .cont .container2 .item .font .f_tit {
    color: #333;
  }
  .researchbox-sec2 .f_zhong .cont .container2 .item .font .text {
    color: #666;
  }
  .researchbox-sec2 .f_zhong .cont .container2 .item .font .shu {
    color: #999999;
  }
}
.researchbox-sec3 {
  padding: 1rem 0 1rem;
}
.researchbox-sec3 .researchbox_tit {
  width: 7.7rem;
  margin: 0 auto 0.52rem;
}
@media (max-width: 767px) {
  .researchbox-sec3 .researchbox_tit {
    width: 100%;
  }
}
.researchbox-sec3 .researchbox3_nav {
  background-color: #f8f8f8;
  width: 100%;
  z-index: 2;
}
.researchbox-sec3 .researchbox3_nav .swiper-slide {
  width: 20%;
  border: 1px solid #e5e6e9;
}
@media (max-width: 767px) {
  .researchbox-sec3 .researchbox3_nav .swiper-slide {
    width: 56%;
  }
}
@media (min-width: 768px) {
  .researchbox-sec3 .researchbox3_nav .swiper-slide {
    flex: 1 1 auto;
  }
}
.researchbox-sec3 .researchbox3_nav .swiper-slide:not(:last-child) {
  border-right: none;
}
.researchbox-sec3 .researchbox3_nav .swiper-slide .item {
  width: 100%;
  text-align: center;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  padding: 0.22rem 0.26rem;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  color: #333333;
}
.researchbox-sec3 .researchbox3_nav .swiper-slide .item span {
  display: block;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.researchbox-sec3 .researchbox3_nav .swiper-slide-thumb-active {
  border-color: transparent;
}
.researchbox-sec3 .researchbox3_nav .swiper-slide-thumb-active .item {
  background-color: #354b9c;
  color: #ffffff;
}
.researchbox-sec3 .researchbox3_cont {
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0px 0px 7px 0px rgba(51, 51, 51, 0.1);
}
.researchbox-sec3 .researchbox3_cont .item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  padding: 0.3rem 0.3rem 0.4rem;
}
.researchbox-sec3 .researchbox3_cont .item .lt {
  width: 32.727273%;
  padding-right: 0.48rem;
}
@media (max-width: 991px) {
  .researchbox-sec3 .researchbox3_cont .item .lt {
    padding-right: 0;
    width: 100%;
    order: 1;
    margin-top: 0.36rem;
  }
}
.researchbox-sec3 .researchbox3_cont .item .lt .f_tit {
  color: #333333;
  font-weight: bold;
  margin-bottom: 0.22rem;
}
.researchbox-sec3 .researchbox3_cont .item .lt .text {
  color: #666666;
  min-height: 4rem;
  line-height: 1.875;
  padding: 0.26rem 0.3rem;
  background-color: rgba(53, 75, 156, 0.04);
}
@media (max-width: 991px) {
  .researchbox-sec3 .researchbox3_cont .item .lt .text {
    line-height: 1.6;
  }
}
.researchbox-sec3 .researchbox3_cont .item .lt .text p:last-child {
  margin-bottom: 0;
}
.researchbox-sec3 .researchbox3_cont .item .gt {
  position: relative;
  width: 67.272727%;
}
@media (max-width: 991px) {
  .researchbox-sec3 .researchbox3_cont .item .gt {
    width: 100%;
  }
}
.researchbox-sec3 .researchbox3_cont .item .gt .f_video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.researchbox-sec3 .researchbox3_cont .item .gt .f_video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.researchbox-sec3 .researchbox3_cont .item .img {
  width: 100%;
}
.researchbox-sec3 .researchbox3_cont .item .img:before {
  padding-top: 52.50965251%;
}
/* End */
/* 产品交付 */
.deliverybanner .bag img {
  opacity: 1;
}
.deliverybanner .cont .fz_text {
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .deliverybox-sec1 .cont {
    padding: 2.3rem 0 3.1rem;
  }
}
.deliverybox-sec1 .cont .text {
  max-width: 10.16rem;
}
@media (max-width: 767px) {
  .deliverybox-sec1 .cont .text {
    max-width: 100%;
  }
}
.deliverybox-sec2 {
  padding: 1.2rem 0;
}
.deliverybox-sec2 .contactbox_tit {
  margin-bottom: 0.54rem;
}
.deliverybox-sec2 .cont {
  position: relative;
}
.deliverybox-sec2 .cont .deliverybox1_cont .item {
  width: 100%;
  position: relative;
}
.deliverybox-sec2 .cont .deliverybox1_cont .item .img:before {
  padding-top: 44.44444444%;
}
@media (max-width: 767px) {
}
.deliverybox-sec2 .cont .deliverybox1_cont .item .cnt {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  color: #333333;
  display: none;
  background-color: #f0f0f0;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media (max-width: 991px) {
  .deliverybox-sec2 .cont .deliverybox1_cont .item .cnt {
    display: block;
  }
}
.deliverybox-sec2 .cont .deliverybox1_cont .item .cnt .font {
  padding: 0.34rem 0.26rem;
  text-align: center;
}
@media (max-width: 767px) {
  .deliverybox-sec2 .cont .deliverybox1_cont .item .cnt .font {
    max-width: 100%;
  }
}
.deliverybox-sec2 .cont .deliverybox1_cont .item .cnt .font .f_tit {
  font-weight: bold;
}
.deliverybox-sec2 .cont .deliverybox1_cont .item .cnt .font .text {
  color: #666666;
  line-height: 1.71428571;
  padding-top: 0.22rem;
}
.deliverybox-sec2 .cont .deliverybox1_nav {
  display: none;
}
@media (min-width: 992px) {
  .deliverybox-sec2 .cont .deliverybox1_nav {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    margin: 0;
    display: block;
  }
}
.deliverybox-sec2 .cont .deliverybox1_nav .swiper-wrapper {
  align-items: flex-end;
}
.deliverybox-sec2 .cont .deliverybox1_nav .swiper-slide {
  width: 20%;
  height: auto;
}
@media (max-width: 991px) {
  .deliverybox-sec2 .cont .deliverybox1_nav .swiper-slide {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .deliverybox-sec2 .cont .deliverybox1_nav .swiper-slide {
    width: 100%;
  }
}
.deliverybox-sec2 .cont .deliverybox1_nav .swiper-slide .item {
  display: block;
  height: 100%;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  text-align: center;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  padding: 0.42rem 0.24rem;
  background-color: #f6f6f6;
  position: relative;
}
.deliverybox-sec2 .cont .deliverybox1_nav .swiper-slide .item:before {
  content: "";
  display: block;
  background: url(../images/boxjdidimg1.png) right top / auto 100% no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.deliverybox-sec2 .cont .deliverybox1_nav .swiper-slide .item .f_tit {
  font-weight: bold;
  position: relative;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  color: #333333;
  line-height: 1.41666667;
}
.deliverybox-sec2 .cont .deliverybox1_nav .swiper-slide .item .text {
  color: #666666;
  position: relative;
  line-height: 1.71428571;
  display: none;
  padding-top: 0.22rem;
}
@media (max-width: 767px) {
  .deliverybox-sec2 .cont .deliverybox1_nav .swiper-slide .item .text {
    display: block;
  }
}
.deliverybox-sec2 .cont .deliverybox1_nav .swiper-slide:nth-child(2n) .item {
  background-color: #f0f0f0;
}
.deliverybox-sec2 .cont .deliverybox1_nav .on .item {
  background-color: #354b9c !important;
}
.deliverybox-sec2 .cont .deliverybox1_nav .on .item:before {
  opacity: 1;
}
.deliverybox-sec2 .cont .deliverybox1_nav .on .item .f_tit {
  color: #ffffff;
}
.deliverybox-sec2 .cont .deliverybox1_nav .on .item .text {
  color: #ffffff;
  opacity: 0.6;
}
.deliverybox-sec3 {
  padding-bottom: 0.8rem;
  position: relative;
  height: 300vh;
}
@media (max-width: 991px) {
  .deliverybox-sec3 {
    height: auto;
  }
}
@media (min-width: 992px) {
}
@media (min-width: 768px) {
  .deliverybox-sec3 .f_jt {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .deliverybox-sec3 .f_jt .container {
    position: relative;
  }
  .deliverybox-sec3 .f_jt .container .item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
  }
  .deliverybox-sec3 .f_jt .container .item.on {
    position: relative;
    opacity: 1;
    visibility: visible;
  }
}
.deliverybox-sec3 .item {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background-color: #ffffff;
  background: #354b9c url(../images/guojiliangimg1.png) 0.6rem center / auto 100% no-repeat;
}
@media (max-width: 767px) {
  .deliverybox-sec3 .item {
    margin-bottom: 0.6rem;
  }
}
.deliverybox-sec3 .item .lt,
.deliverybox-sec3 .item .gt {
  width: 50%;
}
@media (max-width: 767px) {
  .deliverybox-sec3 .item .lt,
  .deliverybox-sec3 .item .gt {
    width: 100%;
  }
}
.deliverybox-sec3 .item .lt {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  padding-right: 10%;
  padding: 0.6rem 4% 0.6rem 0.8rem;
}
@media (max-width: 1260px) {
}
@media (max-width: 991px) {
  .deliverybox-sec3 .item .lt {
    padding: 0.6rem 0.4rem;
  }
}
@media (max-width: 767px) {
  .deliverybox-sec3 .item .lt {
    order: 1;
    height: auto;
    padding-right: 0;
    padding: 0.4rem 0.36rem;
  }
}
.deliverybox-sec3 .item .lt .font {
  width: 100%;
  margin-bottom: 0.24rem;
}
.deliverybox-sec3 .item .lt .font .f_tit {
  font-weight: bold;
  color: #333333;
  margin-bottom: 0.16rem;
  color: #ffffff;
}
.deliverybox-sec3 .item .lt .font .f_tit > div:nth-child(2) {
  display: none!important;
}
.deliverybox-sec3 .item .lt .font .text {
  color: #666666;
  color: #ffffff;
  opacity: 0.5;
  line-height: 1.75;
}
@media (max-width: 991px) {
  .deliverybox-sec3 .item .lt .font .text {
    line-height: 1.6;
  }
}
.deliverybox-sec3 .item .lt .font .text > div:nth-child(1),
.deliverybox-sec3 .item .lt .font .text > div:nth-child(3) {
  display: none!important;
}
.deliverybox-sec3 .item .lt .but {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 0.4rem;
  color: #354b9c;
  color: #ffffff;
  font-weight: bold;
  white-space: nowrap;
}
@media (max-width: 1580px) {
  .deliverybox-sec3 .item .lt .but {
    width: 0.6rem;
  }
}
@media (max-width: 767px) {
  .deliverybox-sec3 .item .lt .but {
    width: 0.66rem;
    display: none;
  }
}
.deliverybox-sec3 .item .lt .but i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.4rem;
  height: 0.4rem;
  background-color: #354b9c;
  background-color: #ffffff;
  border-radius: 50%;
  margin-bottom: 0.12rem;
}
@media (max-width: 767px) {
  .deliverybox-sec3 .item .lt .but i {
    width: 0.66rem;
    height: 0.66rem;
  }
}
.deliverybox-sec3 .item .lt .but i svg,
.deliverybox-sec3 .item .lt .but i img {
  width: 50%;
  height: 50%;
  width: 40%;
  height: 40%;
  animation: gundong 2s infinite linear;
}
.deliverybox-sec3 .item .lt .but i svg path,
.deliverybox-sec3 .item .lt .but i img path {
  fill: #333333;
  filter: none;
}
.deliverybox-sec3 .item .lt .f_list {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s linear;
  padding-right: 23.333%;
}
@media (max-width: 991px) {
  .deliverybox-sec3 .item .lt .f_list {
    padding-right: 10%;
  }
}
@media (max-width: 767px) {
  .deliverybox-sec3 .item .lt .f_list {
    padding-right: 0;
  }
}
.deliverybox-sec3 .item .lt .on {
  position: relative;
  visibility: visible;
  opacity: 1;
}
.deliverybox-sec3 .item .gt {
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
}
@media (min-width: 992px) {
  .deliverybox-sec3 .item .gt:before {
    content: "";
    display: block;
  }
}
.deliverybox-sec3 .item .gt .f_nei {
  position: relative;
}
@media (min-width: 992px) {
}
.deliverybox-sec3 .item .gt .f_jut {
  height: 100%;
}
@media (max-width: 991px) {
  .deliverybox-sec3 .item .gt .f_jut {
    margin-bottom: 0.5rem;
  }
}
.deliverybox-sec3 .item .gt .f_jut:last-child {
  margin-bottom: 0;
}
.deliverybox-sec3 .item .gt .deliverybox3_cont {
  width: 100%;
  height: 100%;
}
.deliverybox-sec3 .item .gt .deliverybox3_cont .img {
  width: 100%;
  min-height: 100%;
}
.deliverybox-sec3 .item .gt .deliverybox3_cont .img:before {
  padding-top: 66.66666667%;
}
.deliverybox-sec3 .item .gt .qie {
  position: absolute;
  right: 0.4rem;
  bottom: 0.4rem;
  z-index: 2;
  display: flex;
  align-items: center;
}
.deliverybox-sec3 .item .gt .qie .deliverybox3_prev {
  margin-right: 20px;
}
@media (max-width: 1580px) {
  .deliverybox-sec3 .item .gt .qie .deliverybox3_prev {
    margin-right: 14px;
  }
}
.deliverybox-sec3 .item .gt .font {
  width: 100%;
  margin-bottom: 0.24rem;
  margin-top: 0.36rem;
  display: none;
}
@media (max-width: 991px) {
  .deliverybox-sec3 .item .gt .font {
    display: block;
  }
}
.deliverybox-sec3 .item .gt .font .f_tit {
  font-weight: bold;
  color: #333333;
  margin-bottom: 0.16rem;
}
.deliverybox-sec3 .item .gt .font .text {
  color: #666666;
  line-height: 1.75;
}
@media (max-width: 991px) {
  .deliverybox-sec3 .item .gt .font .text {
    line-height: 1.6;
  }
}
/* End */
/* 品牌策略 */
.strategybox-sec1 {
  background-color: #001c5f;
  overflow: hidden;
}
.strategybox-sec1 .cont {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  padding: 20% 0 15%;
  overflow: hidden;
}
.strategybox-sec1 .cont .bag {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: auto;
  height: 100%;
  text-align: center;
}
.strategybox-sec1 .cont .bag img {
  max-width: initial;
  height: 100%;
}
.strategybox-sec1 .cont .fz_font {
  display: block;
  color: #ffffff;
  width: 28.125%;
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .strategybox-sec1 .cont .fz_font {
    width: 90%;
  }
}
.strategybox-sec1 .cont .fz_font .f_tit,
.strategybox-sec1 .cont .fz_font .text,
.strategybox-sec1 .cont .fz_font .qie {
  position: relative;
}
.strategybox-sec1 .cont .fz_font .f_tit {
  font-weight: bold;
  margin-bottom: 0.1rem;
}
@media (max-width: 991px) {
  .strategybox-sec1 .cont .fz_font .f_tit {
    font-size: 0.4rem;
  }
}
.strategybox-sec1 .cont .fz_font .text {
  font-size: 16px;
}
.strategybox-sec1 .cont .fz_font .strategybox1_cont {
  z-index: 2;
  width: 100%;
  margin-top: 0.56rem;
}
@media (min-width: 768px) {
  .strategybox-sec1 .cont .fz_font .strategybox1_cont {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
  }
}
.strategybox-sec1 .cont .fz_font .strategybox1_cont .swiper-slide {
  overflow: hidden;
}
.strategybox-sec1 .cont .fz_font .strategybox1_cont .swiper-slide .width2 .img {
  width: 1.62rem;
  height: 1.62rem;
}
.strategybox-sec1 .cont .fz_font .strategybox1_cont .swiper-slide .width3 .img {
  width: 1.04rem;
  height: 1.04rem;
}
.strategybox-sec1 .cont .fz_font .strategybox1_cont .swiper-slide .width4 .img {
  width: 1.44rem;
  height: 1.44rem;
}
.strategybox-sec1 .cont .fz_font .strategybox1_cont .swiper-slide .width5 .img {
  width: 1.16rem;
  height: 1.16rem;
}
@media (max-width: 991px) {
  .strategybox-sec1 .cont .fz_font .strategybox1_cont .swiper-slide .width2 .img {
    width: 1.32rem;
    height: 1.32rem;
  }
  .strategybox-sec1 .cont .fz_font .strategybox1_cont .swiper-slide .width3 .img {
    width: 0.74rem;
    height: 0.74rem;
  }
  .strategybox-sec1 .cont .fz_font .strategybox1_cont .swiper-slide .width4 .img {
    width: 1.14rem;
    height: 1.14rem;
  }
  .strategybox-sec1 .cont .fz_font .strategybox1_cont .swiper-slide .width5 .img {
    width: 0.86rem;
    height: 0.86rem;
  }
}
@media (min-width: 768px) {
  .strategybox-sec1 .cont .fz_font .strategybox1_cont .swiper-slide .item {
    position: absolute;
    width: 0;
    height: 0;
    transition: all 1s;
  }
  .strategybox-sec1 .cont .fz_font .strategybox1_cont .swiper-slide .item:nth-child(1n),
  .strategybox-sec1 .cont .fz_font .strategybox1_cont .swiper-slide .item:nth-child(3n),
  .strategybox-sec1 .cont .fz_font .strategybox1_cont .swiper-slide .item:nth-child(5n),
  .strategybox-sec1 .cont .fz_font .strategybox1_cont .swiper-slide .item:nth-child(7n) {
    transform: translate(-8rem, -8rem) scale(1);
  }
  .strategybox-sec1 .cont .fz_font .strategybox1_cont .swiper-slide .item:nth-child(2n),
  .strategybox-sec1 .cont .fz_font .strategybox1_cont .swiper-slide .item:nth-child(4n),
  .strategybox-sec1 .cont .fz_font .strategybox1_cont .swiper-slide .item:nth-child(6n),
  .strategybox-sec1 .cont .fz_font .strategybox1_cont .swiper-slide .item:nth-child(8n) {
    transform: translate(8rem, -8rem) scale(1);
  }
}
@media (min-width: 768px) {
  .strategybox-sec1 .cont .fz_font .strategybox1_cont .swiper-slide .item .img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 2.2rem;
    height: 2.2rem;
    display: block;
    background: url(../images/yuanimg1.png) center / 100% 100% no-repeat;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .strategybox-sec1 .cont .fz_font .strategybox1_cont .swiper-slide .item .img {
    width: 1.9rem;
    height: 1.9rem;
  }
}
@media (min-width: 768px) {
  .strategybox-sec1 .cont .fz_font .strategybox1_cont .swiper-slide .item .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    max-width: 65.4545%;
    max-height: 65.4545%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    mix-blend-mode: multiply;
  }
}
@media (min-width: 768px) {
  .strategybox-sec1 .cont .fz_font .strategybox1_cont .swiper-slide .item:nth-child(1) {
    left: 24.27083333%;
    top: 48.76404494%;
  }
  .strategybox-sec1 .cont .fz_font .strategybox1_cont .swiper-slide .item:nth-child(2) {
    right: 24.27083333%;
    top: 48.76404494%;
  }
  .strategybox-sec1 .cont .fz_font .strategybox1_cont .swiper-slide .item:nth-child(2) .img img {
    margin-top: 4%;
  }
  .strategybox-sec1 .cont .fz_font .strategybox1_cont .swiper-slide .item:nth-child(3) {
    left: 31.77083333%;
    top: 22.02247191%;
  }
  .strategybox-sec1 .cont .fz_font .strategybox1_cont .swiper-slide .item:nth-child(3) .img {
    width: 1.62rem;
    height: 1.62rem;
  }
  .strategybox-sec1 .cont .fz_font .strategybox1_cont .swiper-slide .item:nth-child(4) {
    right: 31.77083333%;
    top: 22.02247191%;
  }
  .strategybox-sec1 .cont .fz_font .strategybox1_cont .swiper-slide .item:nth-child(4) .img {
    width: 1.62rem;
    height: 1.62rem;
  }
  .strategybox-sec1 .cont .fz_font .strategybox1_cont .swiper-slide .item:nth-child(5) {
    left: 31.77083333%;
    top: 75.28089888%;
  }
  .strategybox-sec1 .cont .fz_font .strategybox1_cont .swiper-slide .item:nth-child(5) .img {
    width: 1.62rem;
    height: 1.62rem;
  }
  .strategybox-sec1 .cont .fz_font .strategybox1_cont .swiper-slide .item:nth-child(6) {
    right: 31.77083333%;
    top: 75.28089888%;
  }
  .strategybox-sec1 .cont .fz_font .strategybox1_cont .swiper-slide .item:nth-child(6) .img {
    width: 1.62rem;
    height: 1.62rem;
  }
  .strategybox-sec1 .cont .fz_font .strategybox1_cont .swiper-slide .item:nth-child(7) {
    left: 22.70833333%;
    top: 11.68539326%;
  }
  .strategybox-sec1 .cont .fz_font .strategybox1_cont .swiper-slide .item:nth-child(7) .img {
    width: 1.04rem;
    height: 1.04rem;
  }
  .strategybox-sec1 .cont .fz_font .strategybox1_cont .swiper-slide .item:nth-child(8) {
    right: 22.70833333%;
    top: 11.68539326%;
  }
  .strategybox-sec1 .cont .fz_font .strategybox1_cont .swiper-slide .item:nth-child(8) .img {
    width: 1.04rem;
    height: 1.04rem;
  }
  .strategybox-sec1 .cont .fz_font .strategybox1_cont .swiper-slide .item:nth-child(9) {
    left: 15.9375%;
    top: 27.64044944%;
  }
  .strategybox-sec1 .cont .fz_font .strategybox1_cont .swiper-slide .item:nth-child(9) .img {
    width: 1.44rem;
    height: 1.44rem;
  }
  .strategybox-sec1 .cont .fz_font .strategybox1_cont .swiper-slide .item:nth-child(10) {
    right: 15.9375%;
    top: 27.64044944%;
  }
  .strategybox-sec1 .cont .fz_font .strategybox1_cont .swiper-slide .item:nth-child(10) .img {
    width: 1.44rem;
    height: 1.44rem;
  }
  .strategybox-sec1 .cont .fz_font .strategybox1_cont .swiper-slide .item:nth-child(11) {
    left: 10.41666667%;
    top: 48.31460674%;
  }
  .strategybox-sec1 .cont .fz_font .strategybox1_cont .swiper-slide .item:nth-child(11) .img {
    width: 1.16rem;
    height: 1.16rem;
  }
  .strategybox-sec1 .cont .fz_font .strategybox1_cont .swiper-slide .item:nth-child(12) {
    right: 10.41666667%;
    top: 48.31460674%;
  }
  .strategybox-sec1 .cont .fz_font .strategybox1_cont .swiper-slide .item:nth-child(12) .img {
    width: 1.16rem;
    height: 1.16rem;
  }
  .strategybox-sec1 .cont .fz_font .strategybox1_cont .swiper-slide .item:nth-child(13) {
    left: 15.9375%;
    top: 69.21348315%;
  }
  .strategybox-sec1 .cont .fz_font .strategybox1_cont .swiper-slide .item:nth-child(13) .img {
    width: 1.44rem;
    height: 1.44rem;
  }
  .strategybox-sec1 .cont .fz_font .strategybox1_cont .swiper-slide .item:nth-child(14) {
    right: 15.9375%;
    top: 69.21348315%;
  }
  .strategybox-sec1 .cont .fz_font .strategybox1_cont .swiper-slide .item:nth-child(14) .img {
    width: 1.44rem;
    height: 1.44rem;
  }
  .strategybox-sec1 .cont .fz_font .strategybox1_cont .swiper-slide .item:nth-child(15) {
    left: 22.70833333%;
    top: 86.06741573%;
  }
  .strategybox-sec1 .cont .fz_font .strategybox1_cont .swiper-slide .item:nth-child(15) .img {
    width: 1.04rem;
    height: 1.04rem;
  }
  .strategybox-sec1 .cont .fz_font .strategybox1_cont .swiper-slide .item:nth-child(16) {
    right: 22.70833333%;
    top: 86.06741573%;
  }
  .strategybox-sec1 .cont .fz_font .strategybox1_cont .swiper-slide .item:nth-child(16) .img {
    width: 1.04rem;
    height: 1.04rem;
  }
}
@media (max-width: 767px) {
  .strategybox-sec1 .cont .fz_font .strategybox1_cont .swiper-slide {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .strategybox-sec1 .cont .fz_font .strategybox1_cont .swiper-slide .item {
    width: calc(33.333% - 0.13rem);
    height: 1.1rem;
    background-color: #ffffff;
    margin-bottom: 0.26rem;
  }
  .strategybox-sec1 .cont .fz_font .strategybox1_cont .swiper-slide .item:last-child {
    display: none;
  }
  .strategybox-sec1 .cont .fz_font .strategybox1_cont .swiper-slide .item .img {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .strategybox-sec1 .cont .fz_font .strategybox1_cont .swiper-slide .item .img img {
    max-width: 70%;
    max-height: 70%;
    width: auto;
    height: auto;
  }
}
@media (min-width: 768px) {
  .strategybox-sec1 .cont .fz_font .strategybox1_cont .swiper-slide-active .item {
    transition: all 1s 0.4s;
    transform: translate(0, 0) scale(1) !important;
    -webkit-transform: translate(0, 0) scale(1) !important;
    opacity: 1;
  }
}
.strategybox-sec1 .cont .fz_font .qie {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  margin-top: 0.46rem;
}
.strategybox-sec1 .cont .fz_font .qie .strategybox1_prev,
.strategybox-sec1 .cont .fz_font .qie .strategybox1_next {
  position: relative;
  background: none;
  left: 0;
  right: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.36rem;
  height: 0.46rem;
  border-radius: 0.24rem;
  border: 1px solid #ffffff;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  margin: 0 0.22rem;
}
@media (max-width: 1580px) {
  .strategybox-sec1 .cont .fz_font .qie .strategybox1_prev,
  .strategybox-sec1 .cont .fz_font .qie .strategybox1_next {
    width: 1.5rem;
    height: 0.6rem;
    border-radius: 0.3rem;
  }
}
@media (max-width: 991px) {
  .strategybox-sec1 .cont .fz_font .qie .strategybox1_prev,
  .strategybox-sec1 .cont .fz_font .qie .strategybox1_next {
    width: 1.2rem;
    height: 0.5rem;
    margin: 0 0.1rem;
  }
}
.strategybox-sec1 .cont .fz_font .qie .strategybox1_prev img,
.strategybox-sec1 .cont .fz_font .qie .strategybox1_next img {
  width: 32.8358209%;
}
.strategybox-sec1 .cont .fz_font .qie .strategybox1_prev:hover,
.strategybox-sec1 .cont .fz_font .qie .strategybox1_next:hover {
  background-color: #354b9c;
}
.strategybox-sec2 {
  background: url(../images/bagfwffazj1.jpg) left top / cover no-repeat;
  padding: 1.3rem 0 1.4rem;
}
.strategybox-sec2 .container {
  max-width: 1524px;
}
@media (max-width: 991px) {
  .strategybox-sec2 .container .f_zhong {
    overflow: auto;
  }
  .strategybox-sec2 .container .f_zhong .cont {
    width: 1200px;
  }
}
.strategybox-sec2 .container .f_font {
  text-align: center;
  padding: 0.7rem 0.3rem 0.38rem;
  margin-bottom: 0.2rem;
  background: url(../images/strigmfimg1.png) center / 100% 100% no-repeat;
}
.strategybox-sec2 .container .f_font .f_tit {
  font-weight: bold;
  margin-top: 0.1rem;
}
.strategybox-sec2 .container .f_jut {
  text-align: center;
  background: url(../images/strigmfimg2.png) center / 100% 100% no-repeat;
  padding: 0.22rem 0 0.18rem;
  margin-bottom: 0.2rem;
}
.strategybox-sec2 .container .f_jut .f_tit {
  font-weight: bold;
  color: #354b9c;
  margin-bottom: 0.04rem;
}
.strategybox-sec2 .container .f_jut .f_text {
  color: #333333;
}
.strategybox-sec2 .container .cont {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.strategybox-sec2 .container .cont:before {
  content: "";
  display: block;
  background: url(../images/strigmfimg4.png) center / 100% 100% no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 0.96rem);
}
@media (max-width: 767px) {
  .strategybox-sec2 .container .cont:before {
    display: none;
  }
}
.strategybox-sec2 .container .cont > li {
  position: relative;
  width: calc(14.285% - 0.05rem);
}
.strategybox-sec2 .container .cont > li .f_tit {
  padding: 0.24rem 0.24rem 0.18rem;
  text-align: center;
  display: flex;
  justify-content: center;
  background: url(../images/strigmfimg3.png) center / 100% 100% no-repeat;
  position: relative;
}
.strategybox-sec2 .container .cont > li .f_tit:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  background: url(../images/strigmfimg3-1.png) center / 100% 100% no-repeat;
}
.strategybox-sec2 .container .cont > li .f_tit span {
  display: flex;
  align-items: center;
  position: relative;
  color: #354b9c;
  font-weight: bold;
  z-index: 2;
}
.strategybox-sec2 .container .cont > li .f_tit span:before {
  content: "";
  display: block;
  background-color: #354b9c;
  opacity: 0.5;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  left: -0.14rem;
}
.strategybox-sec2 .container .cont > li ul {
  padding-top: 0.72rem;
  position: relative;
  padding-bottom: 0.44rem;
}
.strategybox-sec2 .container .cont > li ul li {
  position: relative;
  padding-left: 0.12rem;
  padding-right: 0.18rem;
  margin-bottom: 0.2rem;
}
.strategybox-sec2 .container .cont > li ul li:last-child {
  margin-bottom: 0;
}
.strategybox-sec2 .container .cont > li ul li .f_txt {
  text-align: center;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  padding: 0.18rem 0.1rem;
  background-color: #f4f5fa;
  color: #333333;
}
.strategybox-sec2 .container .cont > li:first-child ul li {
  padding-left: 0.24rem;
  padding-right: 0.06rem;
}
.strategybox-sec2 .container .cont > li:last-child ul li {
  padding-left: 0;
  padding-right: 0.3rem;
}
.strategybox-sec2 .container .cont > li:hover .f_tit:before {
  opacity: 1;
}
.strategybox-sec2 .container .cont > li:hover .f_tit span {
  color: #ffffff;
}
.strategybox-sec2 .container .cont > li:hover .f_tit span:before {
  opacity: 1;
}
.strategybox-sec2 .container .cont > li:hover ul li .f_txt {
  background-color: #354b9c;
  color: #ffffff;
}
@media (max-width: 767px) {
}
.strategybox-sec3 {
  padding: 0.8rem 0;
  overflow: hidden;
  background-color: #f4f5fa;
}
.strategybox-sec3 .f_font {
  text-align: center;
  margin-bottom: 1.4rem;
}
@media (max-width: 767px) {
  .strategybox-sec3 .f_font {
    margin-bottom: 0.6rem;
  }
}
.strategybox-sec3 .f_font .name {
  color: #354b9c;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
  background-image: linear-gradient(to bottom, #354b9c 60%, rgba(51, 51, 51, 0) 80%);
  color: rgba(51, 51, 51, 0.15);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.strategybox-sec3 .f_font .f_tit {
  font-weight: bold;
  margin-top: -0.16rem;
  color: #333333;
  margin-bottom: 0.06rem;
}
.strategybox-sec3 .f_font .text {
  color: #333333;
}
.strategybox-sec3 .cont {
  position: relative;
  width: 10.56rem;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .strategybox-sec3 .cont {
    width: 9rem;
  }
}
@media (max-width: 767px) {
  .strategybox-sec3 .cont {
    width: 100%;
  }
}
.strategybox-sec3 .cont .f_tu {
  width: 100%;
  position: relative;
}
.strategybox-sec3 .cont .f_lot {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -56%);
  -webkit-transform: translate(-50%, -56%);
  height: auto;
}
.strategybox-sec3 .cont .img {
  width: 100%;
}
.strategybox-sec3 .cont .img img {
  width: 100%;
}
@media (min-width: 768px) {
  .strategybox-sec3 .cont .f_jut {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .strategybox-sec3 .cont .f_jut {
    display: flex;
    flex-wrap: wrap;
  }
  .strategybox-sec3 .cont .f_jut .item {
    width: 33.333%;
    margin-bottom: 0.3rem;
  }
}
.strategybox-sec3 .cont .f_jut .cent .li {
  margin-left: 5px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.strategybox-sec3 .cont .f_jut .f_tp .li {
  transform: translateY(50%);
  -webkit-transform: translateY(50%);
}
.strategybox-sec3 .cont .f_jut .f_blue .li {
  color: #354b9c;
}
.strategybox-sec3 .cont .f_jut .f_blue .dian {
  background-color: #354b9c;
}
.strategybox-sec3 .cont .f_jut .item {
  color: #00a985;
  font-weight: bold;
}
.strategybox-sec3 .cont .f_jut .item:nth-child(2n) .li {
  color: #354b9c;
}
.strategybox-sec3 .cont .f_jut .item:nth-child(2n) .dian {
  background-color: #354b9c;
}
@media (min-width: 768px) {
  .strategybox-sec3 .cont .f_jut .item:nth-child(1) {
    left: 24%;
    top: -0.5%;
  }
  .strategybox-sec3 .cont .f_jut .item:nth-child(1) .li {
    margin-left: 5px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .strategybox-sec3 .cont .f_jut .item:nth-child(2) {
    left: 76%;
    top: -0.5%;
  }
  .strategybox-sec3 .cont .f_jut .item:nth-child(2) .li {
    margin-left: 5px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .strategybox-sec3 .cont .f_jut .item:nth-child(3) {
    left: 97%;
    top: 40.5%;
  }
  .strategybox-sec3 .cont .f_jut .item:nth-child(3) .li {
    transform: translateY(50%);
    -webkit-transform: translateY(50%);
  }
  .strategybox-sec3 .cont .f_jut .item:nth-child(4) {
    left: 76%;
    top: 84.5%;
  }
  .strategybox-sec3 .cont .f_jut .item:nth-child(4) .li {
    margin-left: 5px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .strategybox-sec3 .cont .f_jut .item:nth-child(4) .li {
    bottom: initial;
    top: 0;
    margin-bottom: 0;
    margin-top: 0.2rem;
  }
  .strategybox-sec3 .cont .f_jut .item:nth-child(5) {
    left: 24%;
    top: 84.5%;
  }
  .strategybox-sec3 .cont .f_jut .item:nth-child(5) .li {
    margin-left: 5px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .strategybox-sec3 .cont .f_jut .item:nth-child(5) .li {
    bottom: initial;
    top: 0;
    margin-bottom: 0;
    margin-top: 0.2rem;
  }
  .strategybox-sec3 .cont .f_jut .item:nth-child(6) {
    left: 2%;
    top: 40.5%;
  }
  .strategybox-sec3 .cont .f_jut .item:nth-child(6) .li {
    transform: translateY(50%);
    -webkit-transform: translateY(50%);
  }
  .strategybox-sec3 .cont .f_jut .item:nth-child(6) .li {
    right: 0;
  }
}
.strategybox-sec3 .cont .f_jut .item .li {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 0.1rem;
  width: 100%;
}
@media (min-width: 768px) {
  .strategybox-sec3 .cont .f_jut .item .li {
    position: absolute;
    bottom: 0;
    width: 1.5rem;
  }
}
.strategybox-sec3 .cont .f_jut .item .li i {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.34rem;
  margin-bottom: 6px;
}
.strategybox-sec3 .cont .f_jut .item .li i img {
  height: 100%;
  width: auto;
  max-width: initial;
}
@media (min-width: 768px) {
  .strategybox-sec3 .cont .f_jut .item {
    position: absolute;
    width: 0;
    height: 0;
  }
  .strategybox-sec3 .cont .f_jut .item .dian {
    width: 0.1rem;
    height: 0.1rem;
    border-radius: 50%;
    display: block;
    background-color: #00a985;
  }
}
.strategybox-sec4 {
  position: relative;
}
@media (min-width: 768px) {
  .strategybox-sec4 {
    height: auto;
  }
  .strategybox-sec4 .f_zhong {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    width: 100%;
  }
}
.strategybox-sec4 .f_zhong .strategybox4_img {
  width: 34.88888889%;
}
.strategybox-sec4 .f_zhong .strategybox4_img img {
  width: 100%;
  height: auto;
}
.strategybox-sec4 .f_zhong .fz_box {
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .strategybox-sec4 .f_zhong .fz_box {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
  }
}
.strategybox-sec4 .f_zhong .strategybox4_cont2 {
  width: 100%;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  padding: 1rem 0;
}
.strategybox-sec4 .f_zhong .strategybox4_cont2 .cont {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
@media (max-width: 991px) {
  .strategybox-sec4 .f_zhong .strategybox4_cont2 .cont {
    align-items: flex-start;
  }
}
.strategybox-sec4 .f_zhong .strategybox4_cont2 .cont .lt,
.strategybox-sec4 .f_zhong .strategybox4_cont2 .cont .gt {
  width: 50%;
}
@media (max-width: 991px) {
  .strategybox-sec4 .f_zhong .strategybox4_cont2 .cont .lt,
  .strategybox-sec4 .f_zhong .strategybox4_cont2 .cont .gt {
    width: 100%;
  }
}
@media (max-width: 1260px) {
  .strategybox-sec4 .f_zhong .strategybox4_cont2 .cont .lt {
    width: 60%;
  }
}
@media (max-width: 991px) {
  .strategybox-sec4 .f_zhong .strategybox4_cont2 .cont .lt {
    width: 100%;
  }
}
.strategybox-sec4 .f_zhong .strategybox4_cont2 .cont .lt:before {
  padding-top: 55.55555556%;
}
.strategybox-sec4 .f_zhong .strategybox4_cont2 .cont .lt .strategybox4_img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  right: 0.26rem;
}
@media (min-width: 992px) {
  .strategybox-sec4 .f_zhong .strategybox4_cont2 .cont .lt .strategybox4_img {
    display: none;
  }
}
.strategybox-sec4 .f_zhong .strategybox4_cont2 .cont .gt {
  margin-top: 0.3rem;
}
@media (max-width: 1260px) {
  .strategybox-sec4 .f_zhong .strategybox4_cont2 .cont .gt {
    width: 40%;
  }
}
@media (min-width: 992px) {
  .strategybox-sec4 .f_zhong .strategybox4_cont2 .cont .gt {
    position: absolute;
    right: 0;
    padding-left: 7%;
    padding-right: 10%;
    margin-top: 0;
  }
}
@media (min-width: 992px) and (max-width: 1260px) {
  .strategybox-sec4 .f_zhong .strategybox4_cont2 .cont .gt {
    padding-left: 3%;
    padding-right: 0%;
  }
}
@media (max-width: 991px) {
  .strategybox-sec4 .f_zhong .strategybox4_cont2 .cont .gt {
    width: 50%;
    width: 100%;
  }
}
.strategybox-sec4 .f_zhong .strategybox4_cont2 .cont .gt .f_tit {
  color: #000000;
  font-weight: bold;
  line-height: 1.16666667;
  margin-bottom: 0.24rem;
}
.strategybox-sec4 .f_zhong .strategybox4_cont2 .cont .gt .f_tit p {
  color: #354b9c;
}
.strategybox-sec4 .f_zhong .strategybox4_cont2 .cont .gt .text {
  color: #666666;
  line-height: 1.66666667;
  margin-bottom: 0.1rem;
}
@media (max-width: 991px) {
  .strategybox-sec4 .f_zhong .strategybox4_cont2 .cont .gt .text {
    line-height: 1.6;
  }
}
.strategybox-sec4 .f_zhong .strategybox4_cont2 .cont .gt .fer {
  width: 1.5rem;
  color: #333333;
  text-align: center;
}
@media (max-width: 1900px) {
  .strategybox-sec4 .f_zhong .strategybox4_cont2 .cont .gt .fer {
    width: 1.8rem;
  }
}
@media (max-width: 767px) {
  .strategybox-sec4 .f_zhong .strategybox4_cont2 .cont .gt .fer {
    width: 2.2rem;
  }
  .strategybox-sec4 .f_zhong .strategybox4_cont2 .cont .gt .fer .er_img {
    border: 1px solid #dddddd;
    margin-top: 0.2rem;
    margin-bottom: 0.1rem;
  }
  .strategybox-sec4 .f_zhong .strategybox4_cont2 .cont .gt .fer .er_tit {
    font-size: 0.26rem;
  }
}
.strategybox-sec4 .f_zhong .strategybox4_cont2 .cont .gt .fer .er_img {
  width: 100%;
  height: auto;
  display: block;
}
.strategybox-sec4 .f_zhong .strategybox4_cont2 .cont .gt .fer .er_img img {
  width: 100%;
  height: auto;
}
.strategybox-sec4 .f_zhong .strategybox4_cont3 {
  position: relative;
}
@media (max-width: 991px) {
  .strategybox-sec4 .f_zhong .strategybox4_cont3 {
    padding: 1rem 0;
  }
}
@media (min-width: 992px) {
  .strategybox-sec4 .f_zhong .strategybox4_cont3 {
    transform: translateY(2rem);
    -webkit-transform: translateY(2rem);
    opacity: 0;
    z-index: -1;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
  }
}
.strategybox-sec4 .f_zhong .strategybox4_cont3 .bag {
  position: relative;
}
@media (max-width: 991px) {
  .strategybox-sec4 .f_zhong .strategybox4_cont3 .bag {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}
.strategybox-sec4 .f_zhong .strategybox4_cont3 .bag:before {
  padding-top: 40.625%;
}
@media (max-width: 1260px) {
  .strategybox-sec4 .f_zhong .strategybox4_cont3 .bag:before {
    padding-top: 50%;
  }
}
.strategybox-sec4 .f_zhong .strategybox4_cont3 .bag:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: url(../images/jianbianimgfqx1.png) left top / auto 100% no-repeat;
}
@media (max-width: 991px) {
  .strategybox-sec4 .f_zhong .strategybox4_cont3 .bag:after {
    background: none;
    background-color: #354b9c;
    opacity: 0.6;
  }
}
@media (max-width: 767px) {
  .strategybox-sec4 .f_zhong .strategybox4_cont3 .bag:after {
    opacity: 1;
  }
}
.strategybox-sec4 .f_zhong .strategybox4_cont3 .cont {
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .strategybox-sec4 .f_zhong .strategybox4_cont3 .cont {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 12.82051282%;
    bottom: 1rem;
  }
}
.strategybox-sec4 .f_zhong .strategybox4_cont3 .cont .f_tit {
  color: #ffffff;
  font-weight: bold;
  line-height: 1.16666667;
  margin-bottom: 0.54rem;
}
.strategybox-sec4 .f_zhong .strategybox4_cont3 .cont .f_jut {
  background-color: #ffffff;
  width: 50%;
  padding: 0.56rem 0.6rem;
  padding-right: 24.22222222%;
}
@media (max-width: 1260px) {
  .strategybox-sec4 .f_zhong .strategybox4_cont3 .cont .f_jut {
    width: 60%;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-right: 22%;
  }
}
@media (max-width: 991px) {
  .strategybox-sec4 .f_zhong .strategybox4_cont3 .cont .f_jut {
    width: 100%;
    display: flex;
    padding: 0.56rem 0.36rem;
    flex-wrap: wrap;
  }
}
.strategybox-sec4 .f_zhong .strategybox4_cont3 .cont .f_jut .font {
  width: 100%;
}
@media (max-width: 991px) {
  .strategybox-sec4 .f_zhong .strategybox4_cont3 .cont .f_jut .font {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .strategybox-sec4 .f_zhong .strategybox4_cont3 .cont .f_jut .font {
    order: 1;
    margin-top: 0.26rem;
    width: 100%;
  }
}
.strategybox-sec4 .f_zhong .strategybox4_cont3 .cont .f_jut .font .f_ti {
  font-weight: bold;
  color: #333333;
}
.strategybox-sec4 .f_zhong .strategybox4_cont3 .cont .f_jut .font .name {
  color: #666666;
  margin-bottom: 0.32rem;
}
.strategybox-sec4 .f_zhong .strategybox4_cont3 .cont .f_jut .font .text {
  color: #666666;
  line-height: 1.5;
}
.strategybox-sec4 .f_zhong .strategybox4_cont3 .cont .f_jut .font .text strong {
  color: #333333;
}
.strategybox-sec4 .f_zhong .strategybox4_cont3 .cont .f_jut .font .text p {
  margin-bottom: 0.12rem;
}
.strategybox-sec4 .f_zhong .strategybox4_cont3 .cont .f_jut .font .text p:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .strategybox-sec4 .f_zhong .strategybox4_cont3 .cont .f_jut .strategybox4_img {
    display: none;
  }
}
@media (max-width: 991px) {
  .strategybox-sec4 .f_zhong .strategybox4_cont3 .cont .f_jut .strategybox4_img {
    width: 26%;
  }
}
@media (max-width: 767px) {
  .strategybox-sec4 .f_zhong .strategybox4_cont3 .cont .f_jut .strategybox4_img {
    width: 40%;
  }
}
.strategybox-sec4 .f_zhong .strategybox4_cont1 {
  z-index: 4;
  background-color: transparent;
}
@media (max-width: 991px) {
  .strategybox-sec4 .f_zhong .strategybox4_cont1 {
    display: none;
  }
}
.strategybox-sec4 .f_zhong .strategybox4_cont1 .cont .lt {
  background-color: transparent;
  padding: 0;
  position: relative;
}
.strategybox-sec4 .f_zhong .strategybox4_cont1 .cont .lt .strategybox4_img {
  position: absolute;
  bottom: 0;
  right: 0.26rem;
  z-index: 4;
  display: block;
}
@media (min-width: 992px) {
  .strategybox-sec4 .f_zhong.on .strategybox4_cont2 {
    opacity: 0;
    visibility: hidden;
  }
  .strategybox-sec4 .f_zhong.on .strategybox4_cont1 {
    opacity: 1;
    visibility: visible;
  }
  .strategybox-sec4 .f_zhong.on .strategybox4_cont3 {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
    z-index: 2;
  }
}
@keyframes leftScale {
  from {
    transform: translateX(-4rem) scale(0);
    -webkit-transform: translateX(-4rem) scale(0);
    opacity: 0;
  }
  to {
    transform: translateX(0) scale(1);
    -webkit-transform: translateX(0) scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes leftScale {
  from {
    transform: translateX(-4rem) scale(0);
    -webkit-transform: translateX(-4rem) scale(0);
  }
  to {
    transform: translateX(0) scale(1);
    -webkit-transform: translateX(0) scale(1);
  }
}
@keyframes leftScale2 {
  from {
    transform: translateX(0) scale(1);
    -webkit-transform: translateX(0) scale(1);
    opacity: 1;
  }
  to {
    transform: translateX(4rem) scale(0);
    -webkit-transform: translateX(4rem) scale(0);
    opacity: 0;
  }
}
@-webkit-keyframes leftScale2 {
  from {
    transform: translateX(0) scale(1);
    -webkit-transform: translateX(0) scale(1);
    opacity: 1;
  }
  to {
    transform: translateX(4rem) scale(0);
    -webkit-transform: translateX(4rem) scale(0);
    opacity: 0;
  }
}
/* End */
/* 设计服务 */
.creativebox-sec1 {
  overflow: hidden;
  padding: 1.3rem 0 1.4rem;
}
.creativebox-sec1 .contactbox_tit {
  margin-bottom: 0.54rem;
}
.creativebox-sec1 .creativebox1_cont {
  width: auto;
  margin: 0 -0.4rem;
}
@media (max-width: 991px) {
  .creativebox-sec1 .creativebox1_cont {
    margin: 0 -0.2rem;
  }
}
.creativebox-sec1 .creativebox1_cont .swiper-slide {
  padding: 0 0.4rem;
}
@media (max-width: 991px) {
  .creativebox-sec1 .creativebox1_cont .swiper-slide {
    padding: 0 0.2rem;
  }
}
.creativebox-sec1 .creativebox1_cont .swiper-slide .item {
  display: block;
  background-color: #f6f6f6;
  overflow: hidden;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.creativebox-sec1 .creativebox1_cont .swiper-slide .item .img:before {
  padding-top: 58.13953488%;
}
.creativebox-sec1 .creativebox1_cont .swiper-slide .item .font {
  position: relative;
  padding: 0.5rem 0.5rem 0.46rem;
}
.creativebox-sec1 .creativebox1_cont .swiper-slide .item .font .f_tit {
  color: #333333;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-weight: bold;
  text-overflow: ellipsis;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  margin-bottom: 4px;
}
.creativebox-sec1 .creativebox1_cont .swiper-slide .item .font .text {
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  color: #666666;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.creativebox-sec1 .creativebox1_cont .swiper-slide .item .font .shu {
  font-family: "shu", 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: #333333;
  opacity: 0.06;
  font-size: 1.6rem;
  line-height: 0.9;
  position: absolute;
  right: 0.5rem;
  bottom: -0.5rem;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.creativebox-sec1 .creativebox1_cont .swiper-slide .item:hover {
  background-color: #354b9c;
}
.creativebox-sec1 .creativebox1_cont .swiper-slide .item:hover .img img {
  transform: scale(1.1);
}
.creativebox-sec1 .creativebox1_cont .swiper-slide .item:hover .font .f_tit {
  color: #ffffff;
}
.creativebox-sec1 .creativebox1_cont .swiper-slide .item:hover .font .text {
  color: #ffffff;
}
.creativebox-sec1 .creativebox1_cont .swiper-slide .item:hover .font .shwu {
  color: #ffffff;
}
.creativebox-sec1 .qie {
  display: flex;
  align-items: center;
  margin-top: 0.6rem;
  margin-left: 0.4rem;
}
@media (max-width: 767px) {
  .creativebox-sec1 .qie {
    margin-left: 0.2rem;
  }
}
.creativebox-sec1 .qie .creativebox1_prev {
  margin-right: 20px;
}
@media (max-width: 1580px) {
  .creativebox-sec1 .qie .creativebox1_prev {
    margin-right: 14px;
  }
}
.creativebox-sec2 {
  background: #354b9c url(../images/guojiliangimg1.png) 0.6rem center / auto 100% no-repeat;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .creativebox-sec2 {
    padding: 1.2rem 0 0;
  }
}
.creativebox-sec2 .cont {
  width: 100%;
}
@media (min-width: 768px) {
  .creativebox-sec2 .cont {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .creativebox-sec2 .cont .container {
    height: 100%;
  }
}
.creativebox-sec2 .cont .lt {
  width: 36.7777%;
  height: 100%;
  padding: 0.65rem 0;
  padding-right: 0.2rem;
}
@media (max-width: 767px) {
  .creativebox-sec2 .cont .lt {
    width: 100%;
    height: auto;
    padding: 0 0 0.42rem;
  }
}
.creativebox-sec2 .cont .lt .f_tit {
  width: 100%;
  font-weight: bold;
  line-height: 1.17857143;
  color: #ffffff;
}
.creativebox-sec2 .creativebox2_cont {
  margin: 0;
  width: 64.375%;
}
@media (max-width: 767px) {
  .creativebox-sec2 .creativebox2_cont {
    width: 100%;
  }
}
.creativebox-sec2 .creativebox2_cont .item {
  display: block;
}
.creativebox-sec2 .creativebox2_cont .item .img {
  max-height: 702px;
}
.creativebox-sec2 .creativebox2_cont .item .img:before {
  padding-top: 56.70436187%;
}
.creativebox-sec2 .creativebox2_cont .item .img:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: url(../images/shejidajigimg1.png) left bottom / 100% auto no-repeat;
}
.creativebox-sec2 .creativebox2_cont .item .font {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: 0.32rem 0.26rem;
  text-align: center;
}
.creativebox-sec2 .creativebox2_cont .item .font .f_tit {
  color: #ffffff;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.creativebox-sec2 .creativebox2_cont .item:hover .img img {
  transform: scale(1.04);
}
.creativebox-sec2 .creativebox2_cont .creativebox2_prev,
.creativebox-sec2 .creativebox2_cont .creativebox2_next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  left: initial;
  right: initial;
  pointer-events: auto;
}
.creativebox-sec2 .creativebox2_cont .creativebox2_prev {
  left: 0.4rem;
}
.creativebox-sec2 .creativebox2_cont .creativebox2_next {
  right: 0.4rem;
}
.creativebox-sec3 {
  padding: 0.8rem 0 1rem;
  overflow: hidden;
}
.creativebox-sec3 .creativebox3_cont {
  width: auto;
  overflow: visible;
  margin: 0 -0.25rem;
}
@media (max-width: 991px) {
  .creativebox-sec3 .creativebox3_cont {
    margin: 0 -0.2rem;
  }
}
.creativebox-sec3 .creativebox3_cont .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}
.creativebox-sec3 .creativebox3_cont .swiper-wrapper .swiper-slide {
  width: 21.66666%;
  height: auto;
  padding: 0 0.25rem;
}
@media (max-width: 1260px) {
  .creativebox-sec3 .creativebox3_cont .swiper-wrapper .swiper-slide {
    width: 28%;
  }
}
@media (max-width: 991px) {
  .creativebox-sec3 .creativebox3_cont .swiper-wrapper .swiper-slide {
    width: 50%;
    padding: 0 0.2rem;
  }
}
@media (max-width: 767px) {
  .creativebox-sec3 .creativebox3_cont .swiper-wrapper .swiper-slide {
    width: 88%;
  }
}
.creativebox-sec3 .creativebox3_cont .swiper-wrapper .swiper-slide .item {
  height: 100%;
  background-color: #ffffff;
  box-shadow: 0px 6px 0.28rem 0px rgba(65, 65, 65, 0.07);
  padding: 0.16rem 0.32rem 0.26rem;
}
.creativebox-sec3 .creativebox3_cont .swiper-wrapper .swiper-slide .item .f_logo {
  display: flex;
  align-items: center;
  height: 0.6rem;
}
.creativebox-sec3 .creativebox3_cont .swiper-wrapper .swiper-slide .item .f_logo img {
  width: auto;
  height: 100%;
  max-width: 100%;
}
.creativebox-sec3 .creativebox3_cont .swiper-wrapper .swiper-slide .item .f_tit {
  margin-top: 8px;
  margin-bottom: 0.12rem;
}
@media (max-width: 1580px) {
  .creativebox-sec3 .creativebox3_cont .swiper-wrapper .swiper-slide .item .f_tit {
    margin-top: 6px;
  }
}
.creativebox-sec3 .creativebox3_cont .swiper-wrapper .swiper-slide .item .xian {
  display: block;
  width: 0.66rem;
  height: 1px;
  background: #e5e5e5;
  margin-bottom: 0.12rem;
}
.creativebox-sec3 .creativebox3_cont .swiper-wrapper .swiper-slide .item .text {
  color: #666666;
  line-height: 1.85714286;
}
.creativebox-sec4 {
  background-color: #f6f6f6;
  padding: 1.2rem 0 1.4rem;
}
.creativebox-sec4 .f_title {
  margin-bottom: 0.46rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.creativebox-sec4 .f_title .font {
  color: #333333;
}
.creativebox-sec4 .f_title .font .f_tit {
  font-weight: bold;
  line-height: 1.17857143;
  margin-bottom: 0.32rem;
}
.creativebox-sec4 .f_title .font .text {
  color: #999999;
  line-height: 1.5;
}
.creativebox-sec4 .f_title .f_num {
  display: flex;
  align-items: flex-start;
  line-height: 0.8;
  color: #333333;
  width: 2.94rem;
  overflow: hidden;
}
.creativebox-sec4 .f_title .f_num .shu {
  position: relative;
  font-size: 2.04rem;
  font-family: "shu", 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
@media (max-width: 767px) {
  .creativebox-sec4 .f_title .f_num .shu {
    font-size: 1rem;
  }
}
.creativebox-sec4 .f_title .f_num .shu span {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1.2px #c3c3c3;
  text-stroke: 1.2px #c3c3c3;
  background-image: -webkit-linear-gradient(top, transparent, transparent, transparent);
  -webkit-background-clip: text;
  position: absolute;
  right: 0;
  top: 0;
}
.creativebox-sec4 .f_title .f_num .shu span:first-child {
  position: relative;
}
.creativebox-sec4 .f_title .f_num .shu span:nth-child(2) {
  right: 6px;
}
@media (max-width: 767px) {
  .creativebox-sec4 .f_title .f_num .shu span:nth-child(2) {
    right: 2px;
  }
}
.creativebox-sec4 .f_title .f_num .shu span:nth-child(3) {
  right: 12px;
}
@media (max-width: 767px) {
  .creativebox-sec4 .f_title .f_num .shu span:nth-child(3) {
    right: 4px;
  }
}
.creativebox-sec4 .f_title .f_num .shu span:nth-child(4) {
  right: 18px;
}
@media (max-width: 767px) {
  .creativebox-sec4 .f_title .f_num .shu span:nth-child(4) {
    right: 6px;
  }
}
.creativebox-sec4 .f_title .f_num .shu span:nth-child(5) {
  right: 24px;
  z-index: 2;
  -webkit-text-stroke: 1.2px #333333;
  text-stroke: 1.2px #333333;
  color: #333333;
  -webkit-text-fill-color: #333333;
}
@media (max-width: 767px) {
  .creativebox-sec4 .f_title .f_num .shu span:nth-child(5) {
    right: 8px;
  }
}
@media (max-width: 767px) {
  .creativebox-sec4 .f_title .f_num {
    width: 2rem;
  }
}
.creativebox-sec4 .f_title .f_num img {
  width: 100%;
}
.creativebox-sec4 .creativebox4_cont {
  width: auto;
  margin: 0 -0.4rem;
}
@media (max-width: 991px) {
  .creativebox-sec4 .creativebox4_cont {
    margin: 0 -0.2rem;
  }
}
.creativebox-sec4 .creativebox4_cont .swiper-slide {
  height: auto;
  padding: 0 0.4rem;
}
@media (max-width: 991px) {
  .creativebox-sec4 .creativebox4_cont .swiper-slide {
    padding: 0 0.2rem;
  }
}
.creativebox-sec4 .creativebox4_cont .swiper-slide .item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 0.54rem 0.3rem 0.86rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .creativebox-sec4 .creativebox4_cont .swiper-slide .item {
    align-content: flex-start;
    justify-content: flex-start;
    padding: 0.4rem 0.3rem;
  }
}
.creativebox-sec4 .creativebox4_cont .swiper-slide .item .img {
  width: 36%;
  height: auto;
}
.creativebox-sec4 .creativebox4_cont .swiper-slide .item .img img {
  width: 100%;
  transition: all 0.4s;
  height: auto;
}
@media (max-width: 767px) {
  .creativebox-sec4 .creativebox4_cont .swiper-slide .item .img {
    width: 100%;
    height: 3.6rem;
    text-align: center;
  }
  .creativebox-sec4 .creativebox4_cont .swiper-slide .item .img img {
    width: auto;
    height: 100%;
  }
}
.creativebox-sec4 .creativebox4_cont .swiper-slide .item .font {
  width: 64%;
  margin-top: 0.48rem;
  padding-left: 0.4rem;
}
@media (max-width: 767px) {
  .creativebox-sec4 .creativebox4_cont .swiper-slide .item .font {
    padding-left: 0;
    width: 100%;
  }
}
.creativebox-sec4 .creativebox4_cont .swiper-slide .item .font .f_tit {
  color: #333333;
  line-height: 1.3;
}
.creativebox-sec4 .creativebox4_cont .swiper-slide .item .font .name {
  color: #666666;
  margin-bottom: 0.48rem;
  display: block;
}
@media (max-width: 767px) {
  .creativebox-sec4 .creativebox4_cont .swiper-slide .item .font .name {
    margin-bottom: 0.26rem;
  }
}
.creativebox-sec4 .creativebox4_cont .swiper-slide .item .font .text {
  line-height: 2;
  color: #666666;
}
@media (max-width: 767px) {
  .creativebox-sec4 .creativebox4_cont .swiper-slide .item .font .text {
    line-height: 1.6;
  }
}
.creativebox-sec4 .creativebox4_cont .swiper-slide .item .font .text strong {
  color: #333333;
}
.creativebox-sec4 .creativebox4_cont .swiper-slide .item .font .text p {
  margin-bottom: 0.26rem;
}
.creativebox-sec4 .creativebox4_cont .swiper-slide .item .font .text p:last-child {
  margin-bottom: 0;
}
.creativebox-sec4 .creativebox4_cont .swiper-slide .item:hover .img img {
  transform: scale(1.04);
}
@media (min-width: 768px) {
  .creativebox-sec4-1 .f_zhong .strategybox4_cont2 {
    opacity: 0;
    visibility: hidden;
  }
  .creativebox-sec4-1 .f_zhong .strategybox4_cont1 {
    opacity: 1;
    visibility: visible;
  }
  .creativebox-sec4-1 .f_zhong .strategybox4_cont3 {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
    z-index: 2;
  }
}
@media (max-width: 767px) {
  .creativebox-sec4-1 .f_zhong {
    margin-bottom: 0.6rem;
  }
  .creativebox-sec4-1 .f_zhong:last-child {
    margin-bottom: 0;
  }
}
.creativebox-sec4-1 .f_zhong .strategybox4_cont3 .cont .f_jut {
  position: relative;
}
.creativebox-sec4-1 .f_zhong .f_title {
  margin-bottom: 0.46rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.creativebox-sec4-1 .f_zhong .f_title .font {
  color: #333333;
}
.creativebox-sec4-1 .f_zhong .f_title .font .f_tit {
  font-weight: bold;
  line-height: 1.17857143;
  margin-bottom: 0.32rem;
}
.creativebox-sec4-1 .f_zhong .f_title .font .text {
  color: #fff;
  opacity: 0.5;
  line-height: 1.5;
}
.creativebox-sec4-1 .f_zhong .f_title .f_num {
  display: flex;
  align-items: flex-start;
  line-height: 0.8;
  color: #333333;
  width: 2.94rem;
  overflow: hidden;
}
.creativebox-sec4-1 .f_zhong .f_title .f_num .shu {
  position: relative;
  font-size: 2.04rem;
  font-family: "shu", 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
@media (max-width: 767px) {
  .creativebox-sec4-1 .f_zhong .f_title .f_num .shu {
    font-size: 1rem;
  }
}
.creativebox-sec4-1 .f_zhong .f_title .f_num .shu span {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1.2px #c3c3c3;
  text-stroke: 1.2px #c3c3c3;
  background-image: -webkit-linear-gradient(top, transparent, transparent, transparent);
  -webkit-background-clip: text;
  position: absolute;
  right: 0;
  top: 0;
}
.creativebox-sec4-1 .f_zhong .f_title .f_num .shu span:first-child {
  position: relative;
}
.creativebox-sec4-1 .f_zhong .f_title .f_num .shu span:nth-child(2) {
  right: 6px;
}
@media (max-width: 767px) {
  .creativebox-sec4-1 .f_zhong .f_title .f_num .shu span:nth-child(2) {
    right: 2px;
  }
}
.creativebox-sec4-1 .f_zhong .f_title .f_num .shu span:nth-child(3) {
  right: 12px;
}
@media (max-width: 767px) {
  .creativebox-sec4-1 .f_zhong .f_title .f_num .shu span:nth-child(3) {
    right: 4px;
  }
}
.creativebox-sec4-1 .f_zhong .f_title .f_num .shu span:nth-child(4) {
  right: 18px;
}
@media (max-width: 767px) {
  .creativebox-sec4-1 .f_zhong .f_title .f_num .shu span:nth-child(4) {
    right: 6px;
  }
}
.creativebox-sec4-1 .f_zhong .f_title .f_num .shu span:nth-child(5) {
  right: 24px;
  z-index: 2;
  -webkit-text-stroke: 1.2px #333333;
  text-stroke: 1.2px #333333;
  color: #333333;
  -webkit-text-fill-color: #333333;
}
@media (max-width: 767px) {
  .creativebox-sec4-1 .f_zhong .f_title .f_num .shu span:nth-child(5) {
    right: 8px;
  }
}
@media (max-width: 767px) {
  .creativebox-sec4-1 .f_zhong .f_title .f_num {
    width: 2rem;
  }
}
.creativebox-sec4-1 .f_zhong .f_title .f_num img {
  width: 100%;
}
.creativebox-sec4-1 .f_zhong .strategybox4_cont3 .cont .f_jut .strategybox4_img {
  display: block;
}
@media (min-width: 768px) {
  .creativebox-sec4-1 .f_zhong .strategybox4_cont3 .cont .f_jut .strategybox4_img {
    position: absolute;
    right: 0.4rem;
    bottom: 0;
  }
}
.creativebox-sec5 {
  padding: 1.3rem 0;
}
.creativebox-sec5 .contactbox_tit {
  margin-bottom: 0.36rem;
}
.creativebox-sec5 .cont {
  position: relative;
}
.creativebox-sec5 .cont .item {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  background-color: #f4f5fa;
  margin-bottom: 0.6rem;
}
.creativebox-sec5 .cont .item:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .creativebox-sec5 .cont .item {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
  }
}
.creativebox-sec5 .cont .item .lt {
  width: 54.44444445%;
  padding: 1.1rem 0.88rem;
  padding-right: 1.74rem;
}
@media (max-width: 1580px) {
  .creativebox-sec5 .cont .item .lt {
    padding: 1.1rem 0.6rem;
    padding-right: 0.8;
  }
}
@media (max-width: 767px) {
  .creativebox-sec5 .cont .item .lt {
    width: 100%;
    padding: 0.4rem 0.26rem;
  }
}
.creativebox-sec5 .cont .item .lt .f_tit {
  color: #354b9c;
  font-weight: bold;
  line-height: 1.25;
}
.creativebox-sec5 .cont .item .lt .fz_text {
  line-height: 1.66666667;
  color: #666666;
  margin-top: 0.2rem;
}
@media (max-width: 767px) {
  .creativebox-sec5 .cont .item .lt .fz_text {
    line-height: 1.6;
  }
}
.creativebox-sec5 .cont .item .lt .f_jut {
  margin-top: 0.88rem;
}
@media (max-width: 1580px) {
  .creativebox-sec5 .cont .item .lt .f_jut {
    margin-top: 0.4rem;
  }
}
.creativebox-sec5 .cont .item .lt .f_jut .li {
  display: block;
  width: 100%;
  margin-bottom: 0.28rem;
}
.creativebox-sec5 .cont .item .lt .f_jut .li:last-child {
  margin-bottom: 0;
}
.creativebox-sec5 .cont .item .lt .f_jut .li .name {
  display: block;
  color: #333333;
  font-weight: bold;
  margin-bottom: 0.14rem;
}
.creativebox-sec5 .cont .item .lt .f_jut .li .f_t2 {
  font-weight: bold;
  color: #333333;
  margin-bottom: 6px;
}
@media (max-width: 1580px) {
  .creativebox-sec5 .cont .item .lt .f_jut .li .f_t2 {
    margin-bottom: 4px;
  }
}
.creativebox-sec5 .cont .item .gt {
  width: 45.55555555%;
}
@media (max-width: 767px) {
  .creativebox-sec5 .cont .item .gt {
    width: 100%;
  }
}
.creativebox-sec5 .cont .item .gt:before {
  padding-top: 109.75609756%;
}
.creativebox-sec6 {
  position: relative;
  overflow: hidden;
}
.creativebox-sec6 .bag {
  width: 100%;
}
.creativebox-sec6 .bag:before {
  padding-top: 39.0625%;
}
@media (max-width: 767px) {
  .creativebox-sec6 .bag:before {
    padding-top: 106.66666667%;
  }
}
.creativebox-sec6 .f_img {
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  width: auto;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  z-index: 2;
}
@media (max-width: 767px) {
  .creativebox-sec6 .f_img {
    opacity: 0.8;
    top: 20%;
  }
}
.creativebox-sec6 .f_img img {
  height: 100%;
  max-width: initial;
  width: auto;
  animation: fangdasuoxiao 10s infinite linear alternate forwards ;
}
.creativebox-sec6 .cont {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  color: #ffffff;
  padding-top: 1.1rem;
}
@media (max-width: 767px) {
  .creativebox-sec6 .cont {
    text-align: center;
  }
}
.creativebox-sec6 .cont .f_tit {
  font-weight: bold;
  margin-bottom: 0.2rem;
}
.creativebox-sec6 .cont .text {
  max-width: 4.12rem;
}
@media (max-width: 767px) {
  .creativebox-sec6 .cont .text {
    max-width: 100%;
  }
}
.creativebox-sec6 .cont .text p {
  opacity: 0.8;
}
/* End */
.creativebox-sec4-1.strategybox-sec4 .f_zhong .strategybox4_cont3 {
  padding: 1rem 0;
}
.creativebox-sec4-1.strategybox-sec4 .f_zhong .strategybox4_cont3 .bag {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.creativebox-sec4-1.strategybox-sec4 .f_zhong .strategybox4_cont3 .cont {
  position: relative;
  left: 0;
  bottom: 0;
}
