@charset "UTF-8";
/* 手机端 */
/* 电脑端 */
/* 公共样式 */
.wap {
  display: none !important;
}

.main {
  width: 75%;
  margin: 0 auto;
}

.text-4xl {
  font-size: 1.875vw;
  line-height: 1.6;
}

.text-3xl {
  font-size: 1.5625vw;
  line-height: 1.6;
}

.text-2xl {
  font-size: 1.25vw;
  line-height: 1.6;
}

.text-xl {
  font-size: 1.0416666667vw;
  line-height: 1.6;
}

.text-lg {
  font-size: 0.9375vw;
  line-height: 1.6;
}

.text-base {
  font-size: 0.8333333333vw;
  line-height: 1.6;
}

.text-sm {
  font-size: 0.78125vw;
  line-height: 1.6;
}

.text-xs {
  font-size: 12px;
  line-height: 1.6;
}

.title1 {
  position: relative;
  z-index: 19;
}
.title1 h3 {
  font-weight: bold;
}
.title1 h6 {
  color: #373737;
  opacity: 0.6;
}

.title2 {
  text-align: center;
}

.pagination-home .swiper-pagination-bullet {
  width: 2.6041666667vw;
  height: 0.2083333333vw;
  border-radius: 0;
  position: relative;
  background: #fff;
}
.pagination-home .swiper-pagination-bullet::after {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  background-color: #0674fc;
  left: 0;
  top: 0;
}
.pagination-home .swiper-pagination-bullet-active::after {
  width: 100%;
  transition: all 7.6s linear;
  -webkit-transition: all 7.6s linear;
  -moz-transition: all 7.6s linear;
  -ms-transition: all 7.6s linear;
  -o-transition: all 7.6s linear;
}

.btn1 {
  width: 7.8125vw;
  border-radius: 1.1458333333vw;
  background: -webkit-gradient(linear, left top, right top, from(#0572fd), to(#2bb5fc));
  background: linear-gradient(90deg, #0572fd 0%, #2bb5fc 100%);
  text-align: center;
  line-height: 2.2916666667vw;
  color: #fff;
}
.btn1:hover {
  background: #2bb5fc;
}

/* 顶部导航 */
#header {
  width: 100%;
  height: 5.1041666667vw;
  position: fixed;
  top: 0;
  left: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  z-index: 100;
}

.header-main {
  height: 100%;
  padding: 0 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.header-main:hover {
  background-color: rgb(255, 255, 255) !important;
}
.header-main:hover .head-nav-oneLi .head-nav-oneLiA > a {
  color: #373737 !important;
}
.header-main:hover .head-nav-oneLi .head-nav-oneLiA > a:hover {
  color: #ff7632 !important;
}
.header-main:hover .head-nav-oneLi .head-nav-oneLiA > a:hover::after {
  width: 140%;
  -webkit-box-shadow: 0px 0 1.0416666667vw 0.5208333333vw rgba(255, 118, 50, 0.2);
  box-shadow: 0px 0 1.0416666667vw 0.5208333333vw rgba(255, 118, 50, 0.2);
}
.header-main:hover .head-nav-oneLiAcitve .head-nav-oneLiA a {
  color: #ff7632 !important;
}

.head-logo {
  width: 8.125vw;
}
.head-logo img {
  width: 100%;
}

.head-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 70%;
  margin-right: 3%;
}

.head-nav-oneLi {
  height: 5.1041666667vw;
}
.head-nav-oneLi .head-nav-oneLiA a {
  font-size: 0.9375vw;
  line-height: 5.1041666667vw;
  font-weight: bold;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.head-nav-oneLi .head-nav-oneLiA a::after {
  content: "";
  width: 0;
  height: 0.1041666667vw;
  background-color: #ff7632;
  border-radius: 1px;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 10;
}
.head-nav-oneLi ul {
  width: 100vw;
  padding: 0 13.6%;
  position: absolute;
  top: 5.1041666667vw;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 1.0416666667vw 1.5625vw -1.0416666667vw;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 1.0416666667vw 1.5625vw -1.0416666667vw;
}
.head-nav-oneLi ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 17.1875vw;
  height: 0;
  overflow: hidden;
  padding-left: 1.8229166667vw;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.head-nav-oneLi ul li img {
  width: 3.125vw;
  margin-right: 0.625vw;
}
.head-nav-oneLi ul li a {
  display: block;
  font-size: 0.8333333333vw;
  line-height: 1.2;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.head-nav-oneLi:hover .head-nav-twoUl {
  height: 28.9583333333vw;
  padding-top: 2.6041666667vw;
  overflow-y: auto;
}
.head-nav-oneLi:hover .head-nav-threeUl {
  height: 28.9583333333vw;
  padding-top: 1.5625vw;
}
.head-nav-oneLi:hover ul li {
  height: 7.2916666667vw;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.head-nav-oneLi:hover ul li::after {
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, from(#0572fd), to(#2bb5fc));
  background: linear-gradient(0deg, #0572fd 0%, #2bb5fc 100%);
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.head-nav-oneLi:hover ul li:hover {
  background: url(../esimg/img/nav_bg2.png) no-repeat center;
  background-size: cover;
}
.head-nav-oneLi:hover ul li:hover::after {
  width: 0.2083333333vw;
  height: 3.125vw;
}

.head-nav-oneLiAcitve .head-nav-oneLiA a {
  color: #ff7632 !important;
}
.head-nav-oneLiAcitve .head-nav-oneLiA a::after {
  width: 140%;
  -webkit-box-shadow: 0px 0 1.0416666667vw 0.5208333333vw rgba(255, 118, 50, 0.2);
  box-shadow: 0px 0 1.0416666667vw 0.5208333333vw rgba(255, 118, 50, 0.2);
}

.head-nav-twoUl {
  width: 100vw;
  height: 0;
  position: absolute;
  top: 5.1041666667vw;
  left: 0;
  background: url(../esimg/img/nav_bg1.png) no-repeat left center;
  background-size: 31.1458333333vw 28.9583333333vw;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  overflow: hidden;
  overflow-y: auto;
  z-index: 100;
}
.head-nav-twoUl .head-nav-twoLi {
  width: 31.1458333333vw;
  overflow: hidden;
  padding-left: 17.3958333333vw;
  margin-bottom: 1.5625vw;
}
.head-nav-twoUl .head-nav-twoLi .head-nav-twoTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.head-nav-twoUl .head-nav-twoLi .head-nav-twoTitle img {
  width: 3.125vw;
  height: 3.125vw;
  margin-right: 0.5208333333vw;
}
.head-nav-twoUl .head-nav-twoLi .head-nav-twoTitle p {
  font-size: 0.9375vw;
}
.head-nav-twoUl .head-nav-twoLi .head-nav-twoActive p {
  font-weight: bold;
  color: #0674fc;
}
.head-nav-twoUl .head-nav-twoLi .head-nav-twoActive::after {
  content: "";
  width: 0.2083333333vw;
  height: 3.125vw;
  background: -webkit-gradient(linear, left bottom, left top, from(#0572fd), to(#2bb5fc));
  background: linear-gradient(0deg, #0572fd 0%, #2bb5fc 100%);
  position: absolute;
  right: 0;
  top: 0;
}

.head-nav-threeUl {
  width: 68.8541666667vw;
  padding: 0 14.5833333333vw 0 3.4375vw;
  height: 0;
  background-color: #fff;
  position: fixed;
  left: 31.1458333333vw;
  top: 5.1041666667vw;
  display: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  overflow-y: auto;
  z-index: 1;
}
.head-nav-threeUl .head-nav-threeLi {
  width: 9.375vw;
  text-align: center;
  font-size: 0.8333333333vw;
  margin-right: 8%;
  margin-bottom: 1.5625vw;
  -webkit-transition: all 0.5;
  transition: all 0.5;
}
.head-nav-threeUl .head-nav-threeLi:nth-child(4n) {
  margin-right: 0;
}
.head-nav-threeUl .head-nav-threeLi img {
  width: 100%;
  height: 9.375vw;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 0.5208333333vw;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.head-nav-threeUl .head-nav-threeLi:hover {
  color: #0674fc;
}
.head-nav-threeUl .head-nav-threeLi:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.head-nav-threeActive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.head-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.head-search:hover .head-search-btn {
  max-height: 30.8125vw;
}
.head-search > img {
  width: 1.5104166667vw;
  margin-right: 0.5208333333vw;
}
.head-search p {
  color: #fff;
  background: url(../esimg/icon/sanjiao_a.png) no-repeat center right;
  background-size: 0.46875vw;
  padding-right: 1.25vw;
}
.head-search .head-search-btn {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  position: absolute;
  top: 3.2291666667vw;
  right: -0.5208333333vw;
  background-color: rgb(255, 255, 255);
  width: 6.25vw;
}
.head-search .head-search-btn a {
  width: 100%;
  color: #333;
  line-height: 2;
  padding: 0.5208333333vw 1.0416666667vw;
  text-align: center;
}
.head-search .head-search-btn a:hover {
  color: #0674fc;
}

/* 底部 */
#footer {
  background: url(../esimg/img/footerBg.png) no-repeat center;
  background-size: cover;
}

.foot-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1.5625vw 0;
  border-bottom: 1px solid #d2d7de;
}

.foot-top-li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.foot-top-li img {
  width: 3.125vw;
  margin-right: 0.5208333333vw;
}

.foot-topBtn img {
  width: 2.34375vw;
}

.foot-cen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 2.6041666667vw 0;
}

.foot-cen-nav {
  width: 88%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.foot-cen-nav .foot-cen-li {
  width: 16.6%;
  padding-right: 1.0416666667vw;
}
.foot-cen-nav .foot-cen-li > a {
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.foot-cen-nav .foot-cen-li > a:hover {
  color: #ff7632;
}
.foot-cen-nav .foot-cen-li ul {
  margin-top: 0.5208333333vw;
}
.foot-cen-nav .foot-cen-li ul li a {
  display: inline-block;
  color: #9f9f9f;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  line-height: 1.2;
  padding-bottom: 10px;
}
.foot-cen-nav .foot-cen-li ul li a:hover {
  color: #ff7632;
}

.foot-cen-qr {
  width: 9.0625vw;
}
.foot-cen-qr img {
  width: 100%;
}

.foot-bot {
  margin-top: 2.6041666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1.0416666667vw 0;
  border-top: 1px solid #d2d7de;
}
.foot-bot .foot-bot-build,
.foot-bot .foot-bot-filing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #999;
}
.foot-bot .foot-bot-build a,
.foot-bot .foot-bot-filing a {
  color: #999;
}

/* 侧边栏 */
#sidebar {
  position: fixed;
  right: 1%;
  top: 40%;
  z-index: 10;
}
#sidebar .sidebar_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 0.3125vw;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #0572fd), to(#2bb5fc));
  background: linear-gradient(180deg, #0572fd 30%, #2bb5fc 100%);
  -webkit-box-shadow: 0 0.46875vw 1.8229166667vw 0 #cad8ea;
  box-shadow: 0 0.46875vw 1.8229166667vw 0 #cad8ea;
  border-radius: 0.4166666667vw;
}
#sidebar .sidebar_ul .sidebar_li {
  border-bottom: 1px dashed rgba(243, 243, 243, 0.4);
}
#sidebar .sidebar_ul .sidebar_li:last-child {
  border-bottom: none;
}
#sidebar .sidebar_li {
  width: 4.0625vw;
  height: 4.6875vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
#sidebar .sidebar_li:hover .sidebar_liImg {
  max-width: 20.8333333333vw;
  height: auto;
}
#sidebar .sidebar_li:hover .sidebar_liImg img {
  height: 4.6875vw;
}
#sidebar .sidebar_li .sidebarText {
  color: #fff;
}
#sidebar .sidebar_li > img {
  width: 2.0833333333vw;
}
#sidebar .sidebar_li .sidebar_liImg {
  position: absolute;
  top: 0;
  right: 120%;
  color: #fff;
  border-radius: 0.4166666667vw;
  max-width: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#sidebar .sidebar_li .sidebar_liImg p {
  height: 4.6875vw;
  font-size: 0.8333333333vw;
  line-height: 1.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#sidebar .sidebar_li .sidebar_liP {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#sidebar .sidebar_li .sidebar_liImg img {
  height: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

/* 首页banner */
.swiper-home {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.swiper-home .swiper-slide {
  width: 100%;
}
.swiper-home .swiper-slide img {
  width: 100%;
}
.swiper-home .pagination-home {
  bottom: 2.6041666667vw;
}

/* 解决方案 */
.ind-programme {
  padding-left: 12.5%;
  margin-top: 5.2083333333vw;
  min-height: 41.6666666667vw;
  position: relative;
}

.ind-programmeUl {
  width: 100%;
  margin-top: 2.5vw;
  position: relative;
}
.ind-programmeUl .ind-programmeLi {
  width: 27.0833333333vw;
}
.ind-programmeUl .ind-programmeLi .ind-programmeTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ind-programmeUl .ind-programmeLi .ind-programmeTitle h5 {
  font-weight: bold;
}
.ind-programmeUl .ind-programmeLi .ind-programmeTitle img {
  width: 3.125vw;
  margin-right: 1.3541666667vw;
}
.ind-programmeUl .ind-programmeLi .ind-programmeText {
  padding-left: 2.8125vw;
  margin-left: 1.5625vw;
  max-height: 0;
  overflow: hidden;
  border-left: 1px dashed #c8d0d9;
  -webkit-transition: all 1.4s;
  transition: all 1.4s;
}
.ind-programmeUl .ind-programmeLi .ind-programmeText p {
  color: #292929;
  opacity: 0.8;
  margin-bottom: 2.3958333333vw;
  position: relative;
  z-index: 1;
}
.ind-programmeUl .ind-programmeLi .ind-programmeVideo {
  position: absolute;
  right: 0;
  top: -3.125vw;
  height: 41.6666666667vw;
  display: none;
  max-width: calc(100% - 27.0833333333vw);
}
.ind-programmeUl .ind-programmeLi .ind-programmeVideo img {
  height: 100%;
}
.ind-programmeUl .ind-programmeLiActive .ind-programmeTitle h5 {
  color: #0674fc;
}
.ind-programmeUl .ind-programmeLiActive .ind-programmeText {
  max-height: 20.8333333333vw;
  padding-bottom: 1.7708333333vw;
}
.ind-programmeUl .ind-programmeLiActive .ind-programmeVideo {
  display: block;
}
.ind-programmeUl .ind-programmeLiActive video {
  width: 100%;
}
.ind-programmeUl .ind-programmeLiActive video::-webkit-media-controls-play-button {
  display: none;
}
.ind-programmeUl .ind-programmeLiActive video::-webkit-media-controls-timeline {
  display: none;
}
.ind-programmeUl .ind-programmeLiActive video::-webkit-media-controls-fullscreen-button {
  display: none;
}
.ind-programmeUl .ind-programmeLiActive video::-webkit-media-controls-current-time-display {
  display: none;
}
.ind-programmeUl .ind-programmeLiActive video::-webkit-media-controls-time-remaining-display {
  display: none;
}
.ind-programmeUl .ind-programmeLiActive video::-webkit-media-controls-mute-button {
  display: none;
}
.ind-programmeUl .ind-programmeLiActive video::-webkit-media-controls-toggle-closed-captions-button {
  display: none;
}
.ind-programmeUl .ind-programmeLiActive video::-webkit-media-controls-volume-slider {
  display: none;
}
.ind-programmeUl .ind-programmeLiActive video::-webkit-media-controls-enclosure {
  display: none;
}

/* 推荐产品 */
.ind-recommen {
  margin-top: 5.7291666667vw;
}

.ind-recommenTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ind-recommenTitleUl {
  width: 40vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}
.ind-recommenTitleUl::after {
  content: "";
  width: 92%;
  height: 1px;
  background-color: #d5dee4;
  position: absolute;
  top: 3.5416666667vw;
  left: 1.4583333333vw;
  z-index: -1;
}
.ind-recommenTitleUl .ind-reTitleLi {
  text-align: center;
  position: relative;
  cursor: pointer;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.ind-recommenTitleUl .ind-reTitleLi p {
  line-height: 1.4;
  margin-top: 0.7291666667vw;
  max-width: 300rem;
}
.ind-recommenTitleUl .ind-reTitleLi img {
  width: 3.125vw;
  margin: 0 auto;
}
.ind-recommenTitleUl .ind-reTitleLi::after {
  content: "";
  width: 0.3125vw;
  height: 0.3125vw;
  border-radius: 50%;
  position: absolute;
  top: 3.3854166667vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #d5dee4;
}
.ind-recommenTitleUl .ind-reTitleLi .ind-reImgB {
  display: none;
}
.ind-recommenTitleUl .ind-reTitleLiActive .ind-reImgA {
  display: none;
}
.ind-recommenTitleUl .ind-reTitleLiActive .ind-reImgB {
  display: block;
}
.ind-recommenTitleUl .ind-reTitleLiActive p {
  font-weight: bold;
  color: #0674fc;
}
.ind-recommenTitleUl .ind-reTitleLiActive::after {
  background-color: #0674fc;
}
.ind-recommenTitleUl .ind-reTitleLiActive::before {
  content: "";
  width: 0.7291666667vw;
  height: 0.7291666667vw;
  border-radius: 50%;
  position: absolute;
  top: 3.1770833333vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #0674fc;
  opacity: 0.2;
}

.ind-reContent {
  padding-left: 12.5%;
  margin-top: 2.34375vw;
  overflow: hidden;
}
.ind-reContent .ind-reContentLi {
  width: 100%;
  height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: url(../esimg/img/reContent_bg.png) no-repeat center;
  background-size: cover;
  overflow: hidden;
}
.ind-reContent .ind-reContentLi .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.ind-reContent .ind-reContentLi .ind-reLeft {
  width: 50%;
  padding-left: 3.8541666667vw;
  padding-right: 10%;
}
.ind-reContent .ind-reContentLi .ind-reLeft h4 {
  font-weight: bold;
  margin-top: 2.6041666667vw;
  margin-bottom: 0.2083333333vw;
}
.ind-reContent .ind-reContentLi .ind-reLeft h6 {
  color: #0674fc;
}
.ind-reContent .ind-reContentLi .ind-reLeft .ind-reLine {
  display: block;
  width: 3.125vw;
  height: 0.1041666667vw;
  background: -webkit-gradient(linear, left top, right top, from(#0572fd), to(#2bb5fc));
  background: linear-gradient(90deg, #0572fd 0%, #2bb5fc 100%);
  margin: 1.5625vw 0;
}
.ind-reContent .ind-reContentLi .ind-reLeft p {
  color: #292929;
  opacity: 0.8;
  margin-bottom: 2.0833333333vw;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.ind-reContent .ind-reContentLi .xpz {
  width: 26.0416666667vw;
}
.ind-reContent .ind-reContentLi .swiper-recommen {
  width: 100%;
  height: 26.0416666667vw;
  overflow: hidden;
  position: relative;
}
.ind-reContent .ind-reContentLi .swiper-recommen .pagination-recommen {
  right: auto;
  left: 85%;
}
.ind-reContent .ind-reContentLi .swiper-recommen .pagination-recommen .swiper-pagination-bullet {
  width: 0.2083333333vw;
  height: 2.6041666667vw;
  border-radius: 0;
  position: relative;
  background: #d5dee4;
}
.ind-reContent .ind-reContentLi .swiper-recommen .pagination-recommen .swiper-pagination-bullet::after {
  content: "";
  width: 100%;
  height: 0;
  position: absolute;
  background-color: #0674fc;
  left: 0;
  top: 0;
}
.ind-reContent .ind-reContentLi .swiper-recommen .pagination-recommen .swiper-pagination-bullet-active::after {
  height: 100%;
  -webkit-transition: all 4.6s linear;
  transition: all 4.6s linear;
}
.ind-reContent .ind-reContentLiActive {
  height: 30.2083333333vw;
  padding-top: 2.0833333333vw;
}

/* 研发制造 */
.ind-manufacture {
  margin-top: 6.7708333333vw;
}

.ind-manuContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ind-manuTitle {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 10%;
}
.ind-manuTitle .ind-manuText {
  margin-top: 2.5vw;
  margin-bottom: 3.6458333333vw;
  color: rgba(55, 55, 55, 0.8);
}

.ind-manuImg {
  width: 41.6666666667vw;
  overflow: hidden;
}
.ind-manuImg img {
  width: 100%;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.ind-manuImg img:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.ind-manuUl {
  margin-top: 2.6041666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.ind-manuUl .ind-manuLi {
  text-align: center;
}
.ind-manuUl .ind-manuLi img {
  width: 5.2083333333vw;
  margin: 0 auto;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.ind-manuUl .ind-manuLi:hover img {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
.ind-manuUl .ind-manuLi span {
  display: inline-block;
  font-size: 2.2916666667vw;
  line-height: 1.2;
  font-family: "D-DIN-ExtraBold";
  position: relative;
}
.ind-manuUl .ind-manuLi span::after {
  content: "+";
  font-size: 1.25vw;
  position: absolute;
  right: -0.7291666667vw;
  bottom: 0.2083333333vw;
}
.ind-manuUl .ind-manuLi i {
  display: block;
  width: 80%;
  text-align: center;
  margin: 0 10%;
}

/* 新闻展会 */
.ind-new {
  margin-top: 6.7708333333vw;
  overflow: hidden;
}
.ind-new .btn1 {
  margin: 0.5208333333vw auto 5.2083333333vw;
}

.swiper-new {
  margin-top: 2.6041666667vw;
  position: relative;
  padding-bottom: 3.125vw;
}
.swiper-new .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  /* justify-content: space-between; */
  justify-content: flex-start;
}
.swiper-new .pagination-home {
  width: auto;
  display: inline-block;
  position: absolute;
  left: auto;
  right: 0;
  bottom: 0;
}
.swiper-new .pagination-home .swiper-pagination-bullet {
  background-color: #d5dee4;
}

.ind-newlist {
  width: 29%;
  margin-right: 6%;
  padding-bottom: 2.0833333333vw;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.ind-newlist:nth-child(3n) {
  margin-right: 0;
}
.ind-newlist::after {
  content: "";
  width: 0;
  height: 1px;
  background-color: #0674fc;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.ind-newlist:hover .ind-newText {
  color: #0674fc;
}
.ind-newlist:hover::after {
  width: 100%;
}
.ind-newlist .ind-newImg img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 12.5vw;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.ind-newlist .ind-newTime {
  margin-top: 2.0833333333vw;
  margin-bottom: 1.3541666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ind-newlist .ind-newTime img {
  width: 0.9895833333vw;
  margin-right: 0.3125vw;
}
.ind-newlist .ind-newTime i {
  color: #373737;
  font-family: "D-DIN-Regular";
  opacity: 0.6;
}
.ind-newlist .ind-newText {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.ind-newlist .ind-newLabel {
  display: inline-block;
  margin-top: 2.8125vw;
}

/* 留言 */
.ind-message {
  width: 100%;
  height: 10.4166666667vw;
  background: url(../esimg/img/ind_messageBg.png) no-repeat center;
  background-size: cover;
}

.ind-messageBox {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.ind-messageBox .title1 {
  color: #fff;
}
.ind-messageBox .title1 h6 {
  opacity: 1;
  color: #fff;
}
.ind-messageBox .ind-form {
  width: 52.0833333333vw;
  height: 2.9166666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  border-radius: 1.4583333333vw;
  overflow: hidden;
}
.ind-messageBox .ind-form .ind-formInpt {
  width: 23%;
  height: 100%;
  position: relative;
}
.ind-messageBox .ind-form .ind-formInpt input {
  width: 100%;
  height: 100%;
  padding-left: 1.5625vw;
}
.ind-messageBox .ind-form .ind-formInpt::after {
  content: "";
  width: 1px;
  height: 1.0416666667vw;
  background-color: #dcdcdc;
  position: absolute;
  right: -1.0416666667vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
}
.ind-messageBox .ind-form .ind-formText {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
}
.ind-messageBox .ind-form .ind-formText textarea {
  width: 100%;
  height: 100%;
  font-family: "MicrosoftYaHei";
  padding: 0.78125vw 8.3333333333vw 0vw 1.5625vw;
}
.ind-messageBox .ind-form .ind-formBtn {
  position: absolute;
  right: 0.3125vw;
  z-index: 10;
}
.ind-messageBox .ind-form .ind-formBtn input {
  cursor: pointer;
}

/* 内页banner */
.inner-banner {
  position: relative;
}
.inner-banner img {
  width: 100%;
}
.inner-banner .inn-bannerText {
  position: absolute;
  top: 30%;
  left: 12.5%;
  color: #fff;
  max-width: 40%;
  background: url(./../esimg/img/banner_title_bg.png) no-repeat;
  background-size: 100% 100%;
  padding: 3.125vw 6.25vw 3.125vw 1.5625vw;
}
.inner-banner .inn-bannerText h3 {
  font-weight: bold;
}
.inner-banner .inn-bannerText h6 {
  line-height: 1.4;
}
.inner-banner .inn-bread {
  position: absolute;
  left: 12.5%;
  bottom: 1.0416666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: rgba(255, 255, 255, 0.8);
}
.inner-banner .inn-bread img {
  width: 0.8854166667vw;
  height: 0.9375vw;
  margin-right: 0.46875vw;
}
.inner-banner .inn-bread a {
  color: rgba(255, 255, 255, 0.8);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.inner-banner .inn-bread a:hover {
  color: #ff7632;
}
.inner-banner .inn-bread span {
  display: block;
  margin: 0 0.2604166667vw;
}

.shock-new-banner {
  position: relative;
  width: 100%;
  height: 19.2708333333vw;
}
.shock-new-banner .shock-new-banner-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.shock-new-banner .shock-new-banner-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 7.1875vw;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.shock-new-banner .inn-bannerText {
  position: relative;
  top: 0;
  left: 0;
  color: #fff;
  background: url(./../esimg/img/banner_title_bg.png) no-repeat center;
  background-size: 100% 100%;
  padding: 3.125vw 6.25vw 3.125vw 1.5625vw;
  text-align: center;
}
.shock-new-banner .inn-bannerText h3 {
  font-weight: bold;
}
.shock-new-banner .inn-bread {
  position: absolute;
  bottom: 0.5208333333vw;
}

/* 内页 菜单栏 */
.inn-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 12.5%;
  border-bottom: 1px solid rgba(206, 206, 206, 0.4941176471);
  margin-bottom: 1.0416666667vw;
}
.inn-nav .inn-navLi {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 0.5208333333vw 0;
}
.inn-nav .inn-navLi img {
  width: 3.125vw;
}
.inn-nav .inn-navLi i {
  line-height: 1.3;
}
.inn-nav .inn-navLi::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #0674fc;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.inn-nav .inn-navLi:hover::after {
  width: 100%;
}
.inn-nav .inn-navLiActive::after {
  width: 100%;
}
.inn-nav .inn-navLiActive i {
  color: #0674fc;
  font-weight: bold;
}

.inn-nav-section .inn-navLi {
  min-width: 15%;
  width: auto;
  max-width: 40%;
  padding: 0 1.0416666667vw 1.0416666667vw 0;
}
.inn-nav-section i {
  width: 100%;
  text-align: center;
}

/* 解决方案-列表页 */
.case-main-box {
  padding: 0 0 4.1666666667vw;
  position: relative;
  z-index: 11;
}
.case-main-box .case-item-box {
  width: 100%;
  min-height: 21.875vw;
  background: #ffffff;
  transition: all 0.5s;
  border-radius: 10px;
  border: 1px solid #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 1.3541666667vw;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.case-main-box .case-item-box .case-item-left {
  padding-left: 4.0625vw;
}
.case-main-box .case-item-box .case-item-left .case-item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 2.0833333333vw;
  font-weight: 400;
  color: #373737;
  line-height: 1.4;
}
.case-main-box .case-item-box .case-item-left .case-item-title img {
  width: 3.125vw;
  margin-right: 0.6770833333vw;
}
.case-main-box .case-item-box .case-item-left .case-item-text {
  font-weight: 400;
  color: #373737;
  opacity: 0.6;
  padding-top: 0.5208333333vw;
  width: 77%;
}
.case-main-box .case-item-box .case-item-left .case-item-btn {
  margin-top: 1.875vw;
  width: 7.8125vw;
  height: 2.6041666667vw;
  background: -webkit-gradient(linear, left top, right top, from(#0572fd), to(#2bb5fc));
  background: linear-gradient(90deg, #0572fd 0%, #2bb5fc 100%);
  border-radius: 25px;
  font-weight: 300;
  font-size: 16px;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  opacity: 0;
}
.case-main-box .case-item-box .case-item-left .case-item-btn:hover {
  background: #2bb5fc;
}
.case-main-box .case-item-box .case-item-right img {
  width: 34.8958333333vw;
  margin-right: 0.9375vw;
}
.case-main-box .case-item-box:hover {
  -webkit-box-shadow: 0px 12px 36px 0px #d9e1e8;
  box-shadow: 0px 12px 36px 0px #d9e1e8;
}
.case-main-box .case-item-box:hover .case-item-left .case-item-title {
  font-weight: bold;
  color: #0674fc;
}
.case-main-box .case-item-box:hover .case-item-btn {
  opacity: 1;
}

.caseinfo-advantage-box {
  background: #f5f6f7;
  padding: 3.4375vw 0 4.6875vw;
}
.caseinfo-advantage-box .caseinfo-advantage-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2.0833333333vw;
}
.caseinfo-advantage-box .caseinfo-advantage-item {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.caseinfo-advantage-box .caseinfo-advantage-icon {
  width: 5.2083333333vw;
  height: 5.2083333333vw;
}
.caseinfo-advantage-box h5 {
  font-weight: bold;
  color: #373737;
  padding: 1.3541666667vw 0 1.3541666667vw 0.7291666667vw;
  position: relative;
}
.caseinfo-advantage-box h5::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 60px;
  height: 2px;
  margin-left: 0.7291666667vw;
  background: -webkit-gradient(linear, left top, right top, from(#0572fd), to(#2bb5fc));
  background: linear-gradient(90deg, #0572fd 0%, #2bb5fc 100%);
}
.caseinfo-advantage-box .caseinfo-advantage-cont {
  padding-left: 0.7291666667vw;
  padding-top: 0.5208333333vw;
}
.caseinfo-advantage-box .caseinfo-advantage-text {
  padding-left: 1.40625vw;
  margin-top: 1.0416666667vw;
  position: relative;
}
.caseinfo-advantage-box .caseinfo-advantage-text::after {
  content: "";
  width: 1.0416666667vw;
  height: 1.0416666667vw;
  background-color: #dcdcdc;
  position: absolute;
  left: 0;
  top: 0;
  background: url(./../esimg/icon/duihao.png) no-repeat;
  background-size: 100% 100%;
  z-index: 10;
}

.info-title {
  width: 100%;
  text-align: center;
  font-weight: bold;
}

.caseinfo-plan-box {
  padding: 3.75vw 0;
}
.caseinfo-plan-box .caseinfo-plan-video {
  width: 100%;
  margin-top: 0.9375vw;
  margin-bottom: 1.0416666667vw;
}
.caseinfo-plan-box .caseinfo-plan-video video {
  width: 100%;
}
.caseinfo-plan-box .caseinfo-plan-video video::-webkit-media-controls-play-button {
  display: none;
}
.caseinfo-plan-box .caseinfo-plan-video video::-webkit-media-controls-timeline {
  display: none;
}
.caseinfo-plan-box .caseinfo-plan-video video::-webkit-media-controls-fullscreen-button {
  display: none;
}
.caseinfo-plan-box .caseinfo-plan-video video::-webkit-media-controls-current-time-display {
  display: none;
}
.caseinfo-plan-box .caseinfo-plan-video video::-webkit-media-controls-time-remaining-display {
  display: none;
}
.caseinfo-plan-box .caseinfo-plan-video video::-webkit-media-controls-mute-button {
  display: none;
}
.caseinfo-plan-box .caseinfo-plan-video video::-webkit-media-controls-toggle-closed-captions-button {
  display: none;
}
.caseinfo-plan-box .caseinfo-plan-video video::-webkit-media-controls-volume-slider {
  display: none;
}
.caseinfo-plan-box .caseinfo-plan-video video::-webkit-media-controls-enclosure {
  display: none;
}
.caseinfo-plan-box .caseinfo-plan-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.caseinfo-plan-box .caseinfo-plan-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 20%;
}
.caseinfo-plan-box .caseinfo-plan-item img {
  width: 5.2083333333vw;
  height: 5.2083333333vw;
  margin-right: 0.5208333333vw;
}
.caseinfo-plan-box .caseinfo-plan-item p {
  font-weight: 400;
  color: #373737;
}

.case-product-box {
  padding: 3.3854166667vw 0 5.2083333333vw;
  background: #f5f6f7;
}
.case-product-box .caseinfo-swiper {
  margin-top: 2.5vw;
}
.case-product-box .swiper-slide {
  height: 22.5vw;
  background: #ffffff;
  -webkit-box-shadow: 0px 19px 36px 0px rgba(217, 225, 232, 0.6);
  box-shadow: 0px 19px 36px 0px rgba(217, 225, 232, 0.6);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.case-product-box .swiper-slide-prev,
.case-product-box .swiper-slide-next {
  position: relative;
}
.case-product-box .swiper-slide-prev::after,
.case-product-box .swiper-slide-next::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background: -webkit-gradient(linear, left top, right top, from(#f5f6f7));
  background: linear-gradient(90deg, #f5f6f7 0%);
  -webkit-box-shadow: 0px 12px 27px 0px #eff1f2;
  box-shadow: 0px 12px 27px 0px #eff1f2;
}
.case-product-box .caseinfo-swiper-left {
  width: 52%;
  padding-left: 2.6041666667vw;
}
.case-product-box .caseinfo-swiper-left h5 {
  font-weight: bold;
  color: #373737;
  padding-top: 2.8645833333vw;
  padding-bottom: 1.0416666667vw;
}
.case-product-box .caseinfo-swiper-left .caseinfo-swiper-type {
  font-weight: 400;
  color: #0674fc;
  position: relative;
  padding-bottom: 1.0416666667vw;
}
.case-product-box .caseinfo-swiper-left .caseinfo-swiper-type::after {
  content: "";
  width: 3.125vw;
  height: 0.1041666667vw;
  background: -webkit-gradient(linear, left top, right top, from(#0572fd), to(#2bb5fc));
  background: linear-gradient(90deg, #0572fd 0%, #2bb5fc 100%);
  position: absolute;
  left: 0;
  bottom: 0;
}
.case-product-box .caseinfo-swiper-left p {
  font-weight: 400;
  color: #373737;
  opacity: 0.6;
  width: 78%;
  padding-top: 1.3020833333vw;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.case-product-box .caseinfo-swiper-left .btn1 {
  margin-top: 1.1458333333vw;
}
.case-product-box .caseinfo-swiper-right {
  width: 48%;
  padding-right: 2.6041666667vw;
}
.case-product-box .caseinfo-swiper-right img {
  width: 100%;
}

.caseinfo-other-box {
  padding: 3.6458333333vw 0 3.125vw;
}
.caseinfo-other-box .caseinfo-other-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 2.6041666667vw;
}
.caseinfo-other-box .caseinfo-other-item {
  width: calc((100% - 4.1666666667vw) / 3);
  margin-right: 2.0833333333vw;
  margin-bottom: 2.0833333333vw;
  position: relative;
  cursor: pointer;
}
.caseinfo-other-box .caseinfo-other-item .caseinfo-other-img {
  width: 100%;
  position: relative;
  z-index: 1;
}
.caseinfo-other-box .caseinfo-other-item .caseinfo-other-info {
  width: 100%;
  height: 7.2916666667vw;
  margin-top: -2.0833333333vw;
  background: #f5f6f7;
  border-radius: 10px;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 1.0416666667vw;
}
.caseinfo-other-box .caseinfo-other-item .caseinfo-other-info .caseinfo-other-icon {
  width: 3.125vw;
}
.caseinfo-other-box .caseinfo-other-item .caseinfo-other-info p {
  margin-left: 0.8333333333vw;
  font-weight: bold;
  color: #0674fc;
}
.caseinfo-other-box .caseinfo-other-item .caseinfo-other-info .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.caseinfo-other-box .caseinfo-other-item .caseinfo-other-info .icon-hover {
  display: none;
}
.caseinfo-other-box .caseinfo-other-item .caseinfo-other-right {
  position: absolute;
  top: 0;
  right: 1.3020833333vw;
  width: 0.5729166667vw;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.caseinfo-other-box .caseinfo-other-item .caseinfo-other-right img {
  width: 0.5729166667vw;
  height: 1.0416666667vw;
}
.caseinfo-other-box .caseinfo-other-item:hover .caseinfo-other-info {
  background: -webkit-gradient(linear, left top, right top, from(#0572fd), to(#2bb5fc));
  background: linear-gradient(90deg, #0572fd 0%, #2bb5fc 100%);
}
.caseinfo-other-box .caseinfo-other-item:hover .caseinfo-other-info p {
  color: #fff;
}
.caseinfo-other-box .caseinfo-other-item:hover .icon {
  display: none;
}
.caseinfo-other-box .caseinfo-other-item:hover .icon-hover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.caseinfo-other-box .caseinfo-other-item:nth-child(3n) {
  margin-right: 0;
}

.casinfo-banner-text {
  position: absolute;
  top: 30%;
  left: 12.5%;
  color: #fff;
  padding: 2.34375vw 0 4.4791666667vw;
}
.casinfo-banner-text h3 {
  font-weight: bold;
}
.casinfo-banner-text h6 {
  padding-top: 0.8333333333vw;
  width: 26.71875vw;
}

.partners-main-box {
  padding: 4.1666666667vw 0 6.25vw;
}

.partners-main-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 2.6041666667vw 0 4.1666666667vw;
}
.partners-main-content .partners-main-item {
  width: calc(33.3% - 1.9114583333vw);
  margin-right: 2.8645833333vw;
  margin-bottom: 1.3020833333vw;
  padding-bottom: 1.5625vw;
  position: relative;
}
.partners-main-content .partners-main-item img {
  width: 100%;
}
.partners-main-content .partners-main-item p {
  font-weight: 400;
  color: #373737;
  text-align: center;
}
.partners-main-content .partners-main-item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #d5dee4;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.partners-main-content .partners-main-item:hover::after {
  background-color: #0674fc;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.partners-main-content .partners-main-item:nth-child(3n) {
  margin-right: 0;
}

.pages-nav-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pages-nav-box .pages-nav-home {
  width: 5.2083333333vw;
  height: 3.125vw;
  background: #ffffff;
  border-radius: 6px;
  border: 1px solid #d5dee4;
  font-weight: 400;
  color: rgba(41, 41, 41, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0.2604166667vw;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.pages-nav-box .pages-nav-home:hover {
  color: #ffffff;
  background: linear-gradient(140deg, #0572fd 0%, #2bb5fc 100%);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.pages-nav-box .pages-nav-small,
.pages-nav-box .page-num {
  width: 3.125vw;
  height: 3.125vw;
  background: #ffffff;
  border-radius: 6px;
  border: 1px solid #d5dee4;
  color: rgba(41, 41, 41, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0.2604166667vw;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.pages-nav-box .pages-nav-small:hover,
.pages-nav-box .page-num:hover {
  color: #ffffff;
  background: linear-gradient(140deg, #0572fd 0%, #2bb5fc 100%);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.pages-nav-box .pages-nav-on,
.pages-nav-box .page-num-current {
  color: #ffffff;
  background: linear-gradient(140deg, #0572fd 0%, #2bb5fc 100%);
}

.product-list-box {
  padding: 3.125vw 0 7.2916666667vw;
}
.product-list-box .product-list-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-list-box .product-list-item {
  width: calc((100% - 6.5104166667vw) / 3);
  padding: 55px 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 3.125vw;
  margin-bottom: 3.90625vw;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.product-list-box .product-list-item .product-item-name {
  font-weight: bold;
  color: #373737;
  text-align: center;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  padding: 0 20px;
  height: 6.25vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-list-box .product-list-item .product-item-sort {
  height: 4.0104166667vw;
}
.product-list-box .product-list-item .product-item-type {
  font-weight: 400;
  color: #373737;
  opacity: 0.6;
  padding: 10px 20px 0;
  text-align: center;
}
.product-list-box .product-list-item .product-item-pic {
  margin-top: 12px;
  width: 18.75vw;
}
.product-list-box .product-list-item .product-item-link {
  width: 7.8125vw;
  height: 2.6041666667vw;
  border-radius: 25px;
  background: #ffffff;
  border: 1px solid rgb(5, 115, 253);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 300;
  font-size: 16px;
  color: #0674fc;
  margin-top: 17px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.product-list-box .product-list-item:hover {
  background: #ffffff;
  -webkit-box-shadow: 0px 12px 54px 0px rgba(217, 225, 232, 0.75);
  box-shadow: 0px 12px 54px 0px rgba(217, 225, 232, 0.75);
  border-radius: 10px;
}
.product-list-box .product-list-item:hover .product-item-name {
  color: #0674fc;
}
.product-list-box .product-list-item:hover .product-item-link {
  background: -webkit-gradient(linear, left top, right top, from(#0572fd), to(#2bb5fc));
  background: linear-gradient(90deg, #0572fd 0%, #2bb5fc 100%);
  color: #ffffff;
}
.product-list-box .product-list-item:nth-child(3n) {
  margin-right: 0;
}

.product-header-box {
  position: absolute;
  top: 8.0729166667vw;
  width: 75%;
  margin: 0 12.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product-header-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.product-header-left .product-header-name {
  font-weight: bold;
  color: #ffffff;
  padding-bottom: 2.0833333333vw;
  position: relative;
}
.product-header-left .product-header-name::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 26.0416666667vw;
  height: 1px;
  height: 2px;
  background: #ff7531;
}
.product-header-left .product-header-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 2.65625vw 0 0;
}
.product-header-left .product-header-text img {
  width: 60px;
}
.product-header-left .product-header-text .product-header-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-weight: 400;
  color: #ffffff;
  margin-left: 0.625vw;
}
.product-header-left .product-header-text .product-header-type a {
  font-weight: 400;
  color: #ffffff;
  margin: 0 4px;
}
.product-header-left .product-header-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3.5416666667vw;
}
.product-header-left .product-header-btns .product-header-pdf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 9.375vw;
  height: 2.6041666667vw;
  background: -webkit-gradient(linear, left top, right top, from(#0572fd), to(#2bb5fc));
  background: linear-gradient(90deg, #0572fd 0%, #2bb5fc 100%);
  border-radius: 25px;
  font-weight: 400;
  color: #ffffff;
}
.product-header-left .product-header-btns .product-header-pdf:hover {
  background: #2bb5fc;
}
.product-header-left .product-header-btns .product-header-manual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 9.375vw;
  height: 2.6041666667vw;
  border-radius: 25px;
  font-weight: 400;
  color: #24a9fd;
  border-radius: 25px;
  border: 1px solid #29b2fc;
  margin-left: 1.0416666667vw;
}
.product-header-left .product-header-btns .product-header-manual:hover {
  background: rgba(217, 225, 232, 0.2);
}
.product-header-left .product-header-btns img {
  width: 0.8854166667vw;
  margin-left: 0.6770833333vw;
}

.product-header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-header-right .product-header-big {
  width: 26.0416666667vw;
  height: 26.0416666667vw;
  background: rgba(255, 255, 255, 0.4);
  -webkit-box-shadow: 0px 12px 36px 0px #104774;
  box-shadow: 0px 12px 36px 0px #104774;
  border-radius: 10px;
}
.product-header-right .product-header-small {
  height: 26.0416666667vw;
  margin-left: 1.0416666667vw;
}
.product-header-right .product-header-small .swiper-wrapper-prev {
  width: 6.7708333333vw;
  height: 1.875vw;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-box-shadow: 0px 12px 36px 0px #104774;
  box-shadow: 0px 12px 36px 0px #104774;
  border-radius: 10px;
  position: relative;
  margin-bottom: 0.46875vw;
}
.product-header-right .product-header-small .swiper-wrapper-prev::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(./../esimg/icon/product_shang.png) no-repeat center;
  background-size: 19px 11px;
}
.product-header-right .product-header-small .swiper-wrapper-next {
  width: 6.7708333333vw;
  height: 1.875vw;
  background: rgba(255, 255, 255, 0.4);
  -webkit-box-shadow: 0px 12px 36px 0px #104774;
  box-shadow: 0px 12px 36px 0px #104774;
  border-radius: 10px;
  position: relative;
  margin-top: 0.46875vw;
}
.product-header-right .product-header-small .swiper-wrapper-next::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(./../esimg/icon/product_xia.png) no-repeat center;
  background-size: 19px 11px;
}
.product-header-right .product-header-small .swiper-product {
  height: 21.3541666667vw;
  overflow: hidden;
}
.product-header-right .product-header-small .swiper-product .swiper-slide {
  background: rgba(255, 255, 255, 0.4);
  -webkit-box-shadow: 0px 12px 36px 0px #104774;
  box-shadow: 0px 12px 36px 0px #104774;
  border-radius: 10px;
}
.product-header-right .product-header-small .swiper-product .swiper-slide img {
  width: 6.25vw;
}

.product-intro {
  padding-top: 3.9583333333vw;
}

.product-advantage-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.product-advantage-list .product-advantage-item {
  width: 33.3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 2.2395833333vw;
}
.product-advantage-list .product-advantage-item .product-advantage-icon {
  width: 100px;
}
.product-advantage-list .product-advantage-item .product-advantage-name {
  font-weight: bold;
  color: #373737;
  text-align: center;
}
.product-advantage-list .product-advantage-item .product-advantage-text {
  font-weight: 400;
  color: #373737;
  padding-bottom: 1.5625vw;
  position: relative;
  text-align: center;
  width: 70%;
}
.product-advantage-list .product-advantage-item .product-advantage-text::after {
  content: "";
  position: absolute;
  bottom: 0.3645833333vw;
  left: calc((100% - 1.4583333333vw) / 2);
  width: 1.4583333333vw;
  height: 0.1041666667vw;
  background: #ff7531;
}

.product-parameter-table {
  width: 100%;
  margin: 2.0833333333vw 0 4.9479166667vw;
}
.product-parameter-table tr td {
  line-height: 1.3541666667vw;
  padding: 0.8854166667vw 0;
  padding-left: 1.8229166667vw;
}
.product-parameter-table tr td:nth-child(1) {
  border-right: 4px solid #fff;
}
.product-parameter-table tr:hover {
  background-color: rgba(255, 117, 49, 0.14);
}
.product-parameter-table tr:nth-child(2n + 1) {
  background: #f8f9fa;
}
.product-parameter-table tr:nth-child(2n + 1):hover {
  background-color: rgba(255, 117, 49, 0.14);
}
.product-parameter-table .product-parameter-header {
  background-color: #edf1f4 !important;
  font-weight: 400;
  color: #373737;
}
.product-parameter-table .product-parameter-header:hover {
  background-color: #edf1f4 !important;
}
.product-parameter-table .product-parameter-blue {
  color: #0674fc;
}

.research-research-box {
  background: url(./../esimg/img/research-bf1.png) no-repeat;
  background-size: 100% 100%;
}
.research-research-box .research-research-main {
  padding: 3.4375vw 0 4.4270833333vw;
}
.research-research-box .research-research-main .research-research-title {
  font-weight: bold;
  color: #373737;
  text-align: center;
  padding-top: 1.9270833333vw;
}
.research-research-box .research-research-main .research-research-text {
  font-weight: 400;
  color: #373737;
  text-align: center;
  width: 100%;
  padding: 0.9895833333vw 2.0833333333vw 1.9270833333vw;
}
.research-research-box .research-research-main .research-research-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.research-research-box .research-research-main .research-research-center {
  position: relative;
}
.research-research-box .research-research-main .research-research-center .research-center-box {
  width: 27.5520833333vw;
  height: 27.5520833333vw;
  animation: research-center-rotate 30.2s linear infinite;
  -webkit-animation: research-center-rotate 30.2s linear infinite;
}
.research-research-box .research-research-main .research-research-center .research-center-core {
  position: absolute;
  left: 0;
  top: 0;
  width: 27.65625vw;
  height: 27.65625vw;
}
.research-research-box .research-research-main .research-research-center .research-center-text {
  font-weight: 400;
  color: #ffffff;
}
.research-research-box .research-research-main .research-research-center .research-center-01 {
  position: absolute;
  top: 14.56%;
  left: 57.11%;
}
.research-research-box .research-research-main .research-research-center .research-center-02 {
  position: absolute;
  top: 47.64%;
  left: 73.83%;
}
.research-research-box .research-research-main .research-research-center .research-center-03 {
  position: absolute;
  top: 76.94%;
  left: 51.98%;
}
.research-research-box .research-research-main .research-research-center .research-center-04 {
  position: absolute;
  top: 60.11%;
  left: 13.64%;
}
.research-research-box .research-research-main .research-research-center .research-center-05 {
  position: absolute;
  top: 22.12%;
  left: 20.87%;
}
@-webkit-keyframes research-center-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes research-center-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.research-research-box .research-research-main .research-research-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.research-research-box .research-research-main .research-research-left .research-left-top {
  padding-top: 3.125vw;
  padding-right: 3.9583333333vw;
}
.research-research-box .research-research-main .research-research-left .research-left-center {
  padding-top: 5.625vw;
  padding-right: 10.2083333333vw;
}
.research-research-box .research-research-main .research-research-left .research-left-bottom {
  padding-top: 5.8854166667vw;
  padding-right: 2.8125vw;
}
.research-research-box .research-research-main .research-research-right .research-right-top {
  padding-top: 3.125vw;
  padding-left: 3.8020833333vw;
}
.research-research-box .research-research-main .research-research-right .research-right-center {
  padding-top: 5.625vw;
  padding-left: 10.2083333333vw;
}
.research-research-box .research-research-main .research-research-right .research-right-bottom {
  padding-top: 7.2916666667vw;
  padding-left: 2.8125vw;
}
.research-research-box .research-research-main .research-content-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.research-research-box .research-research-main .research-content-num .research-content-number {
  font-weight: 800;
  font-size: 2.2916666667vw;
  color: #0674fc;
  line-height: 2.2916666667vw;
}
.research-research-box .research-research-main .research-content-num .research-content-util {
  color: #0674fc;
  font-weight: bold;
  line-height: 1.25vw;
}
.research-research-box .research-research-main .research-content-omit {
  width: 2.65625vw;
  height: 0.3125vw;
}
.research-research-box .research-research-main .research-content-text {
  font-weight: 400;
  color: #373737;
}

.research-produce-box {
  width: 100%;
  padding: 4.1666666667vw 2.0833333333vw 4.6875vw;
}
.research-produce-box .research-produce-title {
  font-weight: bold;
  color: #373737;
  padding-top: 2.1354166667vw;
  text-align: center;
}
.research-produce-box .research-produce-text {
  padding: 1.0416666667vw 2.0833333333vw 4.1666666667vw;
  text-align: center;
}
.research-produce-box .research-produce-content {
  padding: 0 9.375vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.research-produce-box .research-produce-content .research-produce-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.research-produce-box .research-produce-content .research-produce-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.research-produce-box .research-produce-content .research-produce-num .research-produce-number {
  font-family: "D-DIN-ExtraBold";
  font-weight: 800;
  font-size: 2.2916666667vw;
  color: #fe7633;
  line-height: 2.2916666667vw;
}
.research-produce-box .research-produce-content .research-produce-num .research-produce-util {
  font-family: "D-DIN-ExtraBold";
  color: #fe7633;
  font-weight: bold;
  line-height: 1.25vw;
}
.research-produce-box .research-produce-content .research-produce-p {
  font-weight: 400;
  color: #373737;
  padding-top: 0.9375vw;
  padding: 0 10%;
  text-align: center;
}
.research-produce-box .swiper-research {
  position: relative;
  margin-top: 3.6458333333vw;
  margin-bottom: 5.2083333333vw;
  padding-bottom: 3.125vw;
}
.research-produce-box .swiper-research .pagination-home {
  bottom: 0;
}
.research-produce-box .swiper-research .pagination-home .swiper-pagination-bullet {
  background: #d5dee4;
}
.research-produce-box .research-produce-swiper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.research-produce-box .research-produce-swiper .research-swiper-item {
  width: calc((100% - 2.34375vw) / 3);
  margin-right: 1.0416666667vw;
  margin-bottom: 1.0416666667vw;
  position: relative;
}
.research-produce-box .research-produce-swiper .research-swiper-item img {
  width: 100%;
}
.research-produce-box .research-produce-swiper .research-swiper-item .research-swiper-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  font-weight: 400;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.research-produce-box .research-produce-swiper .research-swiper-item:nth-child(3n) {
  margin-right: 0;
}

.research-quality-box {
  background: #f4f7fa;
  padding: 4.1666666667vw 0 6.25vw;
}
.research-quality-box .research-quality-title {
  padding-top: 1.9791666667vw;
  font-weight: bold;
  color: #373737;
  text-align: center;
}
.research-quality-box .research-quality-text {
  padding-top: 1.0416666667vw;
  font-weight: 400;
  color: #373737;
  text-align: center;
}
.research-quality-box .research-quality-certificate {
  width: calc(100% - 13.2291666667vw);
  margin: 0 auto;
  padding-top: 2.6041666667vw;
}
.research-quality-box .research-quality-certificate img {
  width: 100%;
}
.research-quality-box .research-quality-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3.125vw;
  background: #ffffff;
  -webkit-box-shadow: 0px 9px 40px 0px #e9eff5;
  box-shadow: 0px 9px 40px 0px #e9eff5;
  border-radius: 10px;
}
.research-quality-box .research-quality-content .research-quality-cont {
  width: 50%;
  padding: 2.0833333333vw 4.6875vw 2.0833333333vw 3.125vw;
}
.research-quality-box .research-quality-content .research-quality-cont .research-quality-item {
  border-bottom: 1px solid #c8d0d9;
  padding: 1.0416666667vw 0;
}
.research-quality-box .research-quality-content .research-quality-cont .research-quality-item .research-quality-name {
  font-weight: bold;
  color: #373737;
  width: 100%;
  position: relative;
}
.research-quality-box .research-quality-content .research-quality-cont .research-quality-item .research-quality-name::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0.5208333333vw;
  width: 100%;
  height: 100%;
  background: url(./../esimg/icon/research-xiala.png) no-repeat center right;
  background-size: 0.9375vw 0.5208333333vw;
}
.research-quality-box .research-quality-content .research-quality-cont .research-quality-item .research-quality-p {
  font-weight: 400;
  color: rgba(41, 41, 41, 0.6);
  text-align: left;
  padding: 1.0416666667vw 0 0.3645833333vw;
  height: 0;
  overflow: hidden;
  padding: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.research-quality-box .research-quality-content .research-quality-cont .research-quality-show .research-quality-name {
  color: #0674fc;
}
.research-quality-box .research-quality-content .research-quality-cont .research-quality-show .research-quality-name::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0.5208333333vw;
  width: 100%;
  height: 100%;
  background: url(./../esimg/icon/research-shousuo.png) no-repeat center right;
  background-size: 0.9375vw 0.5208333333vw;
}
.research-quality-box .research-quality-content .research-quality-cont .research-quality-show .research-quality-p {
  padding: 1.0416666667vw 0 0.3645833333vw;
  height: auto;
  overflow: auto;
}
.research-quality-box .research-quality-content .research-quality-img {
  width: 50%;
}

.service-main-body {
  background: #f5f6f7;
}

.service-service-box {
  padding: 2.8645833333vw 0;
}
.service-service-box .service-shape-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  width: calc(100% - 25.6770833333vw);
  margin: 0.9375vw auto 0;
}
.service-service-box .service-shape-box .service-shape-radius {
  width: 8.3333333333vw;
  height: 8.3333333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 2;
  border-radius: 50%;
}
.service-service-box .service-shape-box .service-shape-radius img {
  width: 3.125vw;
}
.service-service-box .service-shape-box .service-shape-radius p {
  font-weight: bold;
  color: #ffffff;
}
.service-service-box .service-shape-box .service-shape-left {
  background: url(./../esimg/img/5-0bg1.png) no-repeat;
  background-size: 100% 100%;
}
.service-service-box .service-shape-box .service-shape-center {
  background: url(./../esimg/img/5-0bg2.png) no-repeat;
  background-size: 100% 100%;
}
.service-service-box .service-shape-box .service-shape-right {
  background: url(./../esimg/img/5-0bg3.png) no-repeat;
  background-size: 100% 100%;
}
.service-service-box .service-shape-box .service-shape-line {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 3.75vw;
  background: url(./../esimg/icon/5-0tiao.png) no-repeat center;
  background-size: 100% auto;
  width: calc(100% - 8.0729166667vw);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.service-service-box .service-shape-box .service-shape-triangle1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: url(./../esimg/icon/5-0r_arrow.png) no-repeat center;
  background-size: 0.5208333333vw 0.8854166667vw;
}
.service-service-box .service-shape-bgs img {
  width: 100%;
}
.service-service-box .service-service-text {
  padding-top: 2.1875vw;
  text-align: center;
  font-weight: 400;
  color: #373737;
}
.service-service-box .service-content-title {
  font-weight: bold;
  color: #373737;
  text-align: center;
  padding: 2.8125vw 0 2.1875vw;
}
.service-service-box .service-content-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.service-service-box .service-content-list .service-content-item {
  width: calc((100% - 4.5833333333vw) / 3);
  margin-right: 2.2916666667vw;
  margin-bottom: 1.6666666667vw;
  background: #ffffff;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.service-service-box .service-content-list .service-content-item img {
  width: 3.125vw;
  margin-top: 2.0833333333vw;
}
.service-service-box .service-content-list .service-content-item .service-content-name {
  font-weight: bold;
  color: #373737;
  text-align: center;
  margin-top: 0.5729166667vw;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.service-service-box .service-content-list .service-content-item .service-content-text {
  font-weight: 400;
  padding: 0.9895833333vw 1.3020833333vw 2.4479166667vw;
  color: rgba(41, 41, 41, 0.6);
  text-align: center;
}
.service-service-box .service-content-list .service-content-item:hover {
  -webkit-box-shadow: 0px 16px 62px 0px rgba(172, 192, 212, 0.28);
  box-shadow: 0px 16px 62px 0px rgba(172, 192, 212, 0.28);
}
.service-service-box .service-content-list .service-content-item:hover .service-content-name {
  color: #0674fc;
}
.service-service-box .service-content-list .service-content-item:nth-child(3n) {
  margin-right: 0;
}

.service-after-box .service-after-text {
  padding: 1.875vw 0 2.34375vw;
  text-align: center;
  font-weight: 400;
  color: #373737;
}
.service-after-box .service-after-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 2.0833333333vw;
}
.service-after-box .service-after-list .service-after-item {
  width: calc((100% - 4.5833333333vw) / 3);
  margin-right: 2.2916666667vw;
  margin-bottom: 1.6666666667vw;
  background: #ffffff;
}
.service-after-box .service-after-list .service-after-item img {
  width: 100%;
}
.service-after-box .service-after-list .service-after-item:nth-child(3n) {
  margin-right: 0;
}

.service-system-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 3.90625vw 0 0;
  padding-bottom: 13.0208333333vw;
  position: relative;
}
.service-system-box .service-system-bg {
  width: 30.3645833333vw;
  position: relative;
  z-index: 3;
}
.service-system-box .service-system-item {
  border-radius: 10px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.service-system-box .service-system-item .service-system-cont {
  position: relative;
  width: 20.0520833333vw;
  padding: 2.1354166667vw 2.8645833333vw 2.1354166667vw 1.1458333333vw;
}
.service-system-box .service-system-item .service-system-cont .service-system-h5 {
  font-weight: bold;
  color: #373737;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.service-system-box .service-system-item .service-system-cont .service-system-p {
  font-weight: 400;
  font-size: 16px;
  color: rgba(41, 41, 41, 0.6);
  margin-top: 0.9895833333vw;
}
.service-system-box .service-system-item:hover {
  background: #ffffff;
  -webkit-box-shadow: 0px 16px 62px 0px rgba(172, 192, 212, 0.28);
  box-shadow: 0px 16px 62px 0px rgba(172, 192, 212, 0.28);
}
.service-system-box .service-system-item:hover .service-system-h5 {
  color: #0674fc;
}
.service-system-box .service-system-left1 {
  position: absolute;
  top: 0.5729166667vw;
  left: 0;
}
.service-system-box .service-system-left1 .service-system-cont::after {
  content: "";
  position: absolute;
  top: 2.2395833333vw;
  right: -0.8333333333vw;
  background: url(./../esimg/icon/service-after-piont.png) no-repeat;
  background-size: 100% 100%;
  width: 1.6666666667vw;
  height: 1.6666666667vw;
}
.service-system-box .service-system-left1 .service-system-cont::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 3.0729166667vw;
  right: -15.625vw;
  width: 15.625vw;
  height: 0;
  border-bottom: 1px solid #d9e2eb;
}
.service-system-box .service-system-left2 {
  position: absolute;
  top: 15.625vw;
  left: 0;
}
.service-system-box .service-system-left2 .service-system-cont::after {
  content: "";
  position: absolute;
  top: 2.2395833333vw;
  right: -0.8333333333vw;
  background: url(./../esimg/icon/service-after-piont.png) no-repeat;
  background-size: 100% 100%;
  width: 1.6666666667vw;
  height: 1.6666666667vw;
}
.service-system-box .service-system-left2 .service-system-cont::before {
  content: "";
  position: absolute;
  top: 3.0729166667vw;
  right: -15.625vw;
  width: 15.625vw;
  height: 0;
  border-bottom: 1px solid #d9e2eb;
}
.service-system-box .service-system-right1 {
  position: absolute;
  top: 0.5729166667vw;
  right: 0;
}
.service-system-box .service-system-right1 .service-system-cont {
  padding: 2.1354166667vw 1.1458333333vw 2.1354166667vw 2.8645833333vw;
}
.service-system-box .service-system-right1 .service-system-cont::after {
  content: "";
  position: absolute;
  top: 2.2395833333vw;
  left: -0.8333333333vw;
  background: url(./../esimg/icon/service-after-piont.png) no-repeat;
  background-size: 100% 100%;
  width: 1.6666666667vw;
  height: 1.6666666667vw;
}
.service-system-box .service-system-right1 .service-system-cont::before {
  content: "";
  position: absolute;
  top: 3.0729166667vw;
  left: -15.625vw;
  width: 15.625vw;
  height: 0;
  border-bottom: 1px solid #d9e2eb;
}
.service-system-box .service-system-right2 {
  position: absolute;
  top: 15.625vw;
  right: 0;
}
.service-system-box .service-system-right2 .service-system-cont {
  padding: 2.1354166667vw 1.1458333333vw 2.1354166667vw 2.8645833333vw;
}
.service-system-box .service-system-right2 .service-system-cont::after {
  content: "";
  position: absolute;
  top: 2.2395833333vw;
  left: -0.8333333333vw;
  background: url(./../esimg/icon/service-after-piont.png) no-repeat;
  background-size: 100% 100%;
  width: 1.6666666667vw;
  height: 1.6666666667vw;
}
.service-system-box .service-system-right2 .service-system-cont::before {
  content: "";
  position: absolute;
  top: 3.0729166667vw;
  left: -15.625vw;
  width: 15.625vw;
  height: 0;
  border-bottom: 1px solid #d9e2eb;
}
.service-system-box .service-system-bottom {
  position: absolute;
  bottom: 1.3541666667vw;
  left: calc(50% - 9.5052083333vw);
}
.service-system-box .service-system-bottom .service-system-cont {
  padding: 2.1354166667vw 1.1458333333vw 2.1354166667vw 2.8645833333vw;
}
.service-system-box .service-system-bottom .service-system-cont::after {
  content: "";
  position: absolute;
  top: -0.8333333333vw;
  left: calc(50% - 1.3541666667vw);
  background: url(./../esimg/icon/service-after-piont.png) no-repeat;
  background-size: 100% 100%;
  width: 1.6666666667vw;
  height: 1.6666666667vw;
}

.material-item-list {
  padding: 0.8333333333vw 1.4583333333vw 2.34375vw;
}
.material-item-list .material-item-top {
  padding: 0.78125vw 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.material-item-list .material-item-top .material-top-name {
  width: 30%;
  padding-left: 2.1875vw;
  color: rgba(41, 41, 41, 0.6);
}
.material-item-list .material-item-top .material-top-type {
  width: 20%;
  padding-left: 1.0416666667vw;
  color: rgba(41, 41, 41, 0.6);
}
.material-item-list .material-item-top .material-top-size {
  width: 20%;
  padding-left: 1.0416666667vw;
  color: rgba(41, 41, 41, 0.6);
}
.material-item-list .material-item-top .material-top-date {
  width: 20%;
  padding-left: 1.0416666667vw;
  color: rgba(41, 41, 41, 0.6);
}
.material-item-list .material-item-top .material-top-icon {
  width: 10%;
  padding-left: 1.0416666667vw;
  color: rgba(41, 41, 41, 0.6);
}
.material-item-list .material-item-box {
  width: 100%;
  height: 5.2083333333vw;
  background: #ffffff;
  border-radius: 10px;
  margin-bottom: 0.78125vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.material-item-list .material-item-box:hover {
  -webkit-box-shadow: 0px 16px 62px 0px rgba(172, 192, 212, 0.28);
  box-shadow: 0px 16px 62px 0px rgba(172, 192, 212, 0.28);
}
.material-item-list .material-item-box:hover .material-item-name {
  font-weight: bold;
  color: #0674fc;
}
.material-item-list .material-item-box .material-item-name {
  width: 30%;
  padding-left: 2.1875vw;
  padding-right: 3.125vw;
  color: rgb(41, 41, 41);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.material-item-list .material-item-box .material-item-type {
  width: 20%;
  padding-left: 1.0416666667vw;
  color: rgb(41, 41, 41);
}
.material-item-list .material-item-box .material-item-size {
  width: 20%;
  padding-left: 1.0416666667vw;
  color: rgb(41, 41, 41);
}
.material-item-list .material-item-box .material-item-date {
  width: 20%;
  padding-left: 1.0416666667vw;
  color: rgb(41, 41, 41);
}
.material-item-list .material-item-box .material-item-icon {
  width: 10%;
  padding-left: 1.0416666667vw;
  color: rgb(41, 41, 41);
}
.material-item-list .material-item-box .material-item-icon img {
  width: 1.9270833333vw;
}

.swiper-newlist {
  position: relative;
  overflow: hidden;
}
.swiper-newlist .pagination-home {
  bottom: 3.125vw;
  left: 3.125vw;
}
.swiper-newlist .pagination-home .swiper-pagination-bullet {
  background: #d5dee4;
}

.news-list-recommend {
  padding: 3.125vw 0;
}
.news-list-recommend .news-recommend-item {
  width: 100%;
  padding: 3.125vw 2.6041666667vw;
  background: #f8f9fa;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.news-list-recommend .news-recommend-item .news-recommend-left {
  width: 31.25vw;
}
.news-list-recommend .news-recommend-item .news-recommend-left img {
  width: 100%;
}
.news-list-recommend .news-recommend-item .news-recommend-right {
  padding-left: 3.6458333333vw;
  max-width: calc(100% - 34.8958333333vw);
}
.news-list-recommend .news-recommend-item .news-recommend-right .news-recommend-title {
  font-weight: bold;
  color: #373737;
}
.news-list-recommend .news-recommend-item .news-recommend-right .news-recommend-date {
  position: relative;
  padding: 0.8333333333vw 1.3541666667vw 0;
  font-weight: 300;
  color: rgba(55, 55, 55, 0.6);
}
.news-list-recommend .news-recommend-item .news-recommend-right .news-recommend-date::after {
  content: "";
  position: absolute;
  top: 1.1458333333vw;
  left: 0;
  background: url(./../esimg/icon/7-0shijian.png) no-repeat;
  background-size: 100% 100%;
  width: 1.0416666667vw;
  height: 1.0416666667vw;
}
.news-list-recommend .news-recommend-item .news-recommend-right .news-recommend-synopsis {
  padding-top: 0.78125vw;
  font-weight: 400;
  color: rgba(41, 41, 41, 0.6);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.news-list-recommend .news-recommend-item .news-recommend-btn {
  position: absolute;
  bottom: 3.125vw;
  right: 2.6041666667vw;
  width: 7.8125vw;
  height: 2.34375vw;
  background: -webkit-gradient(linear, left top, right top, from(#0572fd), to(#2bb5fc));
  background: linear-gradient(90deg, #0572fd 0%, #2bb5fc 100%);
  border-radius: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
}
.news-list-recommend .news-recommend-item .news-recommend-btn:hover {
  background: #2bb5fc;
}

.news-list-box {
  padding-bottom: 7.2916666667vw;
}
.news-list-box .news-list-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.news-list-box .news-list-main .ind-newlist {
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 2.0833333333vw;
}
.news-list-box .news-list-main .ind-newlist:nth-child(3n) {
  margin-right: 0;
}

.news-info-box {
  padding: 3.125vw 0;
}
.news-info-box .news-info-title {
  font-weight: bold;
  color: #373737;
  text-align: center;
}
.news-info-box .news-info-type {
  width: 100%;
  height: 2.6041666667vw;
  margin-top: 1.0416666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f8f9fa;
  border-radius: 10px;
}
.news-info-box .news-info-type .news-info-date {
  position: relative;
  padding-left: 1.40625vw;
  font-weight: 400;
  color: rgba(41, 41, 41, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.news-info-box .news-info-type .news-info-date::after {
  content: "";
  position: absolute;
  top: 0.2083333333vw;
  left: 0;
  background: url(./../esimg/icon/7-0shijian.png) no-repeat;
  background-size: 100% 100%;
  width: 1.0416666667vw;
  height: 1.0416666667vw;
}
.news-info-box .news-info-type .news-info-author {
  position: relative;
  padding-left: 1.40625vw;
  font-weight: 400;
  color: rgba(41, 41, 41, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 4.1666666667vw;
}
.news-info-box .news-info-type .news-info-author::after {
  content: "";
  position: absolute;
  top: 0.2083333333vw;
  left: 0;
  background: url(./../esimg/icon/7-0fabu.png) no-repeat;
  background-size: 100% 100%;
  width: 1.0416666667vw;
  height: 1.0416666667vw;
}
.news-info-box .news-info-content {
  font-weight: 400;
  color: #373737;
  padding: 2.34375vw 1.5625vw;
}
.news-info-box .news-info-content img {
  margin: 2.34375vw auto;
  max-width: 100%;
}
.news-info-box .news-info-keyword {
  font-weight: 400;
  color: rgba(41, 41, 41, 0.6);
  padding-left: 1.5625vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.news-info-box .news-info-keyword p {
  color: rgba(41, 41, 41, 0.6);
  margin-left: 0.5208333333vw;
}
.news-info-box .news-info-keyword p:hover {
  color: rgb(41, 41, 41);
}
.news-info-box .news-info-keyword a {
  color: rgba(41, 41, 41, 0.6);
  margin-left: 0.5208333333vw;
}
.news-info-box .news-info-keyword a:hover {
  color: rgb(41, 41, 41);
}
.news-info-box .news-info-btns {
  margin-top: 3.5416666667vw;
  padding: 0 1.8229166667vw;
  width: 100%;
  height: 7.2916666667vw;
  background: #f8f9fa;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.news-info-box .news-info-btns .news-info-menu {
  width: 100%;
}
.news-info-box .news-info-btns .news-info-menu .news-info-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 400;
  color: rgba(41, 41, 41, 0.6);
  margin: 0.5208333333vw 0;
}
.news-info-box .news-info-btns .news-info-menu .news-info-prev a {
  font-weight: 400;
  color: #373737;
  max-width: 36.4583333333vw;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-info-box .news-info-btns .news-info-menu .news-info-prev a:hover {
  color: #0674fc;
}
.news-info-box .news-info-btns .news-info-btn {
  width: 7.8125vw;
  height: 2.34375vw;
  background: -webkit-gradient(linear, left top, right top, from(#0572fd), to(#2bb5fc));
  background: linear-gradient(90deg, #0572fd 0%, #2bb5fc 100%);
  border-radius: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
}
.news-info-box .news-info-btns .news-info-btn:hover {
  background: #2bb5fc;
}

.about-introduce-box {
  padding: 3.3854166667vw 0 5.46875vw;
}
.about-introduce-box .about-introduce-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2.34375vw;
}
.about-introduce-box .about-introduce-center .about-introduce-left {
  width: 65%;
  padding-left: 2.34375vw;
  padding-right: 3.90625vw;
  font-weight: 400;
  color: #373737;
}
.about-introduce-box .about-introduce-center .about-introduce-left p {
  padding-bottom: 1.5625vw;
}
.about-introduce-box .about-introduce-center .about-introduce-right {
  width: 35%;
}
.about-introduce-box .about-introduce-center .about-introduce-right img {
  width: 100%;
}
.about-introduce-box .about-introduce-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 3.3854166667vw;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.about-introduce-box .about-introduce-content .about-introduce-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about-introduce-box .about-introduce-content .about-introduce-item .about-introduce-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 0.5208333333vw 0;
}
.about-introduce-box .about-introduce-content .about-introduce-item .about-introduce-number .about-introduce-num {
  font-weight: bold;
  color: #0674fc;
  font-size: 2.2916666667vw;
  margin-left: 0.78125vw;
  font-family: "D-DIN-ExtraBold";
}
.about-introduce-box .about-introduce-content .about-introduce-item .about-introduce-number .about-introduce-util {
  font-weight: bold;
  color: #0674fc;
}
.about-introduce-box .about-introduce-content .about-introduce-item img {
  width: 4.7395833333vw;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.about-introduce-box .about-introduce-content .about-introduce-item img:hover {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
.about-introduce-box .about-introduce-content .about-introduce-item p {
  padding: 0 5%;
  text-align: center;
}

.about-culture-swiper {
  position: relative;
  overflow: hidden;
}
.about-culture-swiper .pagination-home {
  bottom: 0;
}
.about-culture-swiper .pagination-home .swiper-pagination-bullet {
  background: #d5dee4;
}

.about-culture-box {
  width: 100%;
  background: url(./../esimg/img/6-0bg1.png) no-repeat;
  background-size: 100% 100%;
  padding: 4.6875vw 0 5.7291666667vw;
}
.about-culture-box .about-culture-item {
  padding: 3.125vw 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.about-culture-box .about-culture-item .about-culture-bg {
  width: calc((100% - 4.6875vw) / 3);
  margin-right: 2.34375vw;
  height: 13.5416666667vw;
  background: #ffffff;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about-culture-box .about-culture-item .about-culture-bg img {
  margin-top: 2.0833333333vw;
  width: 3.125vw;
}
.about-culture-box .about-culture-item .about-culture-bg .about-culture-name {
  padding-top: 0.78125vw;
  font-weight: bold;
  color: #373737;
}
.about-culture-box .about-culture-item .about-culture-bg .about-culture-text {
  font-weight: 400;
  text-align: center;
  color: #373737;
  padding-top: 0.5208333333vw;
  padding-left: 5%;
  padding-right: 5%;
}
.about-culture-box .about-culture-item .about-culture-bg:nth-child(3n) {
  margin-right: 0;
}
.about-culture-box .about-culture-item .about-culture-bg p {
  padding: 10px 20px 0;
  text-align: center;
}

.about-network-box {
  padding: 4.1666666667vw 4.6875vw;
}
.about-network-box .about-network-main {
  width: 100%;
  margin-top: 2.0833333333vw;
  position: relative;
}
.about-network-box .about-network-main .about-network-bg {
  width: 100%;
}
.about-network-box .about-network-main .about-network-item .about-network-name {
  font-weight: 400;
  color: #303030;
  position: absolute;
  z-index: 4;
}
.about-network-box .about-network-main .about-network-item .about-network-axis {
  background: url(./../esimg/icon/about-network-dingwei.png) no-repeat;
  background-size: 100% 100%;
  width: 0.78125vw;
  height: 1.1458333333vw;
  position: absolute;
  z-index: 4;
}
@-webkit-keyframes hovertreemove {
  from {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
  }
  to {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
}
@keyframes hovertreemove {
  from {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
  }
  to {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
}
.about-network-box .about-network-main .about-network-item .about-network-decoration {
  display: none;
  width: 1.1458333333vw;
  height: 1.1458333333vw;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  position: relative;
  z-index: 3;
}
.about-network-box .about-network-main .about-network-item .about-network-decoration .about-network-shine-small {
  content: "";
  width: 1.6666666667vw;
  height: 1.6666666667vw;
  position: absolute;
  z-index: 1;
  top: -0.2604166667vw;
  left: -0.2604166667vw;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  animation: none;
  -webkit-animation: none;
  animation: hovertreemove 1s linear infinite alternate;
}
.about-network-box .about-network-main .about-network-item .about-network-decoration .about-network-shine {
  content: "";
  width: 2.1875vw;
  height: 2.1875vw;
  position: absolute;
  z-index: 1;
  top: -0.5208333333vw;
  left: -0.5208333333vw;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  animation: none;
  -webkit-animation: none;
  animation: hovertreemove 1s linear infinite alternate;
}
.about-network-box .about-network-main .about-network-item .about-network-decoration .about-network-shine-big {
  content: "";
  width: 2.7083333333vw;
  height: 2.7083333333vw;
  position: absolute;
  z-index: 1;
  top: -0.78125vw;
  left: -0.78125vw;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  animation: none;
  -webkit-animation: none;
  animation: hovertreemove 1s linear infinite alternate;
}
.about-network-box .about-network-main .about-network-item .about-network-popup {
  background: url(./../esimg/img/about-network-popup.png) no-repeat;
  background-size: 100% 100%;
  width: 21.1458333333vw;
  height: 12.7083333333vw;
  display: none;
  position: absolute;
  z-index: 9;
}
.about-network-box .about-network-main .about-network-item .about-network-popup .about-popup-top {
  width: calc(100% - 1.9791666667vw - 1.25vw);
  margin: 1.3020833333vw 1.9791666667vw 0.5208333333vw 1.25vw;
  border-bottom: 1px solid #d6dee6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 2.0833333333vw;
  padding-bottom: 0.5208333333vw;
  position: relative;
}
.about-network-box .about-network-main .about-network-item .about-network-popup .about-popup-top::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.9375vw);
  left: 0.5208333333vw;
  background: url(./../esimg/icon/about-network-dingwei.png) no-repeat;
  background-size: 100% 100%;
  width: 0.78125vw;
  height: 1.09375vw;
}
.about-network-box .about-network-main .about-network-item .about-network-popup .about-popup-top .about-popup-country {
  font-weight: bold;
  color: #1489d9;
}
.about-network-box .about-network-main .about-network-item .about-network-popup .about-popup-top .about-popup-city {
  font-weight: 400;
  color: #303030;
  padding-left: 0.78125vw;
}
.about-network-box .about-network-main .about-network-item .about-network-popup .about-popup-center {
  margin: 0 1.9791666667vw 0 1.25vw;
}
.about-network-box .about-network-main .about-network-item .about-network-popup .about-popup-center p {
  padding-bottom: 0.3125vw;
  font-weight: 400;
  color: #303030;
}
.about-network-box .about-network-main .about-network-item .about-network-america-name {
  position: absolute;
  top: 32.59%;
  left: 19.38%;
}
.about-network-box .about-network-main .about-network-item .about-network-america-axis {
  position: absolute;
  top: 37.48%;
  left: 19.6%;
}
.about-network-box .about-network-main .about-network-item .about-network-america-decoration {
  position: absolute;
  top: calc(37.48% + 0.4166666667vw);
  left: calc(19.6% - 0.2083333333vw);
}
.about-network-box .about-network-main .about-network-item .about-network-america-popup {
  position: absolute;
  top: -5%;
  left: 3.6%;
}
.about-network-box .about-network-main .about-network-item .about-network-brazil-name {
  position: absolute;
  top: 61.33%;
  left: 35.62%;
}
.about-network-box .about-network-main .about-network-item .about-network-brazil-axis {
  position: absolute;
  top: 65.33%;
  left: 33.83%;
}
.about-network-box .about-network-main .about-network-item .about-network-brazil-decoration {
  position: absolute;
  top: calc(65.33% + 0.4166666667vw);
  left: calc(33.83% - 0.2083333333vw);
}
.about-network-box .about-network-main .about-network-item .about-network-brazil-popup {
  position: absolute;
  top: 26%;
  left: 18.6%;
}
.about-network-box .about-network-main .about-network-item .about-network-germany-name {
  position: absolute;
  top: 29.93%;
  left: 52.65%;
}
.about-network-box .about-network-main .about-network-item .about-network-germany-axis {
  position: absolute;
  top: 28.3%;
  left: 49.93%;
}
.about-network-box .about-network-main .about-network-item .about-network-germany-decoration {
  position: absolute;
  top: calc(28.3% + 0.4166666667vw);
  left: calc(49.93% - 0.2083333333vw);
}
.about-network-box .about-network-main .about-network-item .about-network-germany-popup {
  position: absolute;
  top: -7%;
  left: 38.6%;
}
.about-network-box .about-network-main .about-network-item .about-network-beijing-name {
  position: absolute;
  top: 35.2%;
  left: 82.69%;
}
.about-network-box .about-network-main .about-network-item .about-network-beijing-axis {
  position: absolute;
  top: 35.7%;
  left: 79.9%;
}
.about-network-box .about-network-main .about-network-item .about-network-beijing-decoration {
  position: absolute;
  top: calc(35.7% + 0.4166666667vw);
  left: calc(79.9% - 0.2083333333vw);
}
.about-network-box .about-network-main .about-network-item .about-network-beijing-popup {
  position: absolute;
  top: 0%;
  left: 68.6%;
}
.about-network-box .about-network-main .about-network-item .about-network-qingdao-name {
  position: absolute;
  top: 39.4%;
  left: 82.64%;
}
.about-network-box .about-network-main .about-network-item .about-network-qingdao-axis {
  position: absolute;
  top: 38.52%;
  left: 80.63%;
}
.about-network-box .about-network-main .about-network-item .about-network-qingdao-decoration {
  position: absolute;
  top: calc(38.52% + 0.4166666667vw);
  left: calc(80.63% - 0.2083333333vw);
}
.about-network-box .about-network-main .about-network-item .about-network-qingdao-popup {
  position: absolute;
  top: 4%;
  left: 69.6%;
}
.about-network-box .about-network-main .about-network-item .about-network-shanghai-name {
  position: absolute;
  top: 42.77%;
  left: 81.83%;
}
.about-network-box .about-network-main .about-network-item .about-network-shanghai-axis {
  position: absolute;
  top: 41.48%;
  left: 80.89%;
}
.about-network-box .about-network-main .about-network-item .about-network-shanghai-decoration {
  position: absolute;
  top: calc(41.48% + 0.4166666667vw);
  left: calc(80.89% - 0.2083333333vw);
}
.about-network-box .about-network-main .about-network-item .about-network-shanghai-popup {
  position: absolute;
  top: 8%;
  left: 69.6%;
}
.about-network-box .about-network-main .about-network-item .about-network-shenzhen-name {
  position: absolute;
  top: 47.7%;
  left: 81.76%;
}
.about-network-box .about-network-main .about-network-item .about-network-shenzhen-axis {
  position: absolute;
  top: 46.81%;
  left: 78.9%;
}
.about-network-box .about-network-main .about-network-item .about-network-shenzhen-decoration {
  position: absolute;
  top: calc(46.81% + 0.4166666667vw);
  left: calc(78.9% - 0.2083333333vw);
}
.about-network-box .about-network-main .about-network-item .about-network-shenzhen-popup {
  position: absolute;
  top: 12%;
  left: 66.6%;
}
.about-network-box .about-network-main .about-network-item .about-network-australia-name {
  position: absolute;
  top: 71.56%;
  left: 88.91%;
}
.about-network-box .about-network-main .about-network-item .about-network-australia-axis {
  position: absolute;
  top: 75.26%;
  left: 86.48%;
}
.about-network-box .about-network-main .about-network-item .about-network-australia-decoration {
  position: absolute;
  top: calc(75.26% + 0.4166666667vw);
  left: calc(86.48% - 0.2083333333vw);
}
.about-network-box .about-network-main .about-network-item .about-network-australia-popup {
  position: absolute;
  top: 37%;
  left: 72.6%;
}
.about-network-box .about-network-main .about-network-item:hover .about-network-popup {
  display: block;
}
.about-network-box .about-network-main .about-network-item:hover .about-network-decoration {
  display: block;
}

.about-honor-box {
  padding: 3.125vw 0 5.2083333333vw;
}
.about-honor-box .about-honor-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 1.5625vw;
}
.about-honor-box .about-honor-slide .about-honor-item {
  width: calc((100% - 4.1666666667vw) / 3);
  margin-right: 2.0833333333vw;
  margin-bottom: 1.5625vw;
  padding: 1.0416666667vw 1.5625vw;
  height: 7.8125vw;
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.about-honor-box .about-honor-slide .about-honor-item img {
  width: 4.1666666667vw;
  height: 4.1666666667vw;
}
.about-honor-box .about-honor-slide .about-honor-item .about-honor-text {
  padding-left: 0.78125vw;
}
.about-honor-box .about-honor-slide .about-honor-item .about-honor-text .about-honor-name {
  font-weight: 800;
  color: #373737;
}
.about-honor-box .about-honor-slide .about-honor-item .about-honor-text .about-honor-cont {
  font-weight: 400;
  color: #373737;
  line-height: 1.2;
}
.about-honor-box .about-honor-slide .about-honor-item:hover {
  -webkit-box-shadow: 0px 9px 35px 0px #dbe6ea;
  box-shadow: 0px 9px 35px 0px #dbe6ea;
}
.about-honor-box .about-honor-slide .about-honor-item:hover .about-honor-text .about-honor-name {
  color: #0674fc;
}
.about-honor-box .about-honor-slide .about-honor-item:hover .about-honor-text .about-honor-cont {
  color: #0674fc;
}
.about-honor-box .about-honor-slide .about-honor-item:nth-child(3n) {
  margin-right: 0;
}

.contact-main-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5.7291666667vw 0 7.8125vw;
}
.contact-main-box .contact-left-box {
  width: 45%;
  padding-left: 12.5%;
}
.contact-main-box .contact-left-box .contact-title {
  font-weight: bold;
  color: #373737;
}
.contact-main-box .contact-left-box .contact-cont-list {
  padding-top: 3.3854166667vw;
}
.contact-main-box .contact-left-box .contact-cont-list .contact-cont-item {
  padding-bottom: 2.1875vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 95%;
}
.contact-main-box .contact-left-box .contact-cont-list .contact-cont-item img {
  width: 3.0208333333vw;
  margin-right: 1.3020833333vw;
  position: relative;
}
.contact-main-box .contact-left-box .contact-cont-list .contact-cont-item img::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  bottom: 0;
  right: 0;
  width: 9px;
  height: 13px;
  -webkit-box-shadow: 0px 9px 13px 0px rgba(202, 216, 234, 0.7);
  box-shadow: 0px 9px 13px 0px rgba(202, 216, 234, 0.7);
}
.contact-main-box .contact-left-box .contact-cont-weixin {
  display: none;
  margin-top: 2.0833333333vw;
}
.contact-main-box .contact-left-box .contact-cont-weixin .contact-weixin-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contact-main-box .contact-left-box .contact-cont-weixin .contact-weixin-item .contact-cont-qrcode {
  width: 5.2083333333vw;
}
.contact-main-box .contact-left-box .contact-cont-weixin .contact-weixin-item .contact-weixin-right {
  padding: 1.5625vw 2.8645833333vw 0 1.3020833333vw;
}
.contact-main-box .contact-left-box .contact-cont-weixin .contact-weixin-item .contact-weixin-right img {
  width: 1.5625vw;
  margin-bottom: 0.5208333333vw;
}
.contact-main-box .contact-right-box {
  width: 55%;
}
.contact-main-box .contact-right-box img {
  width: 100%;
}
.contact-main-box .contact-right-box #map-iframe {
  width: 100%;
  height: 700px;
}

.develop-main-box {
  background: url(./../esimg/img/develop-bg.png) no-repeat;
  background-size: 100% 100%;
}
.develop-main-box .develop-center-box {
  padding: 3.125vw 0 5.7291666667vw;
  overflow: hidden;
}
.develop-main-box .develop-center-box .develop-cont-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.develop-main-box .develop-center-box .develop-cont-item .develop-cont-left {
  width: 41.7%;
  position: relative;
  z-index: 2;
}
.develop-main-box .develop-center-box .develop-cont-item .develop-cont-left img {
  width: 100%;
  margin-top: 1.6666666667vw;
}
.develop-main-box .develop-center-box .develop-cont-item .develop-cont-right {
  width: 58.3%;
  position: relative;
  z-index: 1;
}
.develop-main-box .develop-center-box .develop-cont-item .develop-cont-right .develop-cont-year {
  font-weight: 800;
  font-size: 100px;
  color: #ebf0f4;
  line-height: 100px;
  margin-left: -0.5208333333vw;
}
.develop-main-box .develop-center-box .develop-cont-item .develop-cont-right .develop-cont-list {
  padding: 2.8645833333vw 0 0 2.8645833333vw;
}
.develop-main-box .develop-center-box .develop-cont-item .develop-cont-right .develop-cont-list .develop-cont-info {
  width: 80%;
}
.develop-main-box .develop-center-box .develop-cont-item .develop-cont-right .develop-cont-list .develop-cont-info .develop-cont-text {
  position: relative;
  font-weight: 400;
  color: #373737;
  padding-left: 1.3020833333vw;
  padding-bottom: 2.0833333333vw;
}
.develop-main-box .develop-center-box .develop-cont-item .develop-cont-right .develop-cont-list .develop-cont-info .develop-cont-text::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0.4166666667vw;
  width: 0.4166666667vw;
  height: 0.4166666667vw;
  background-color: #373737;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.develop-main-box .develop-center-box .develop-control-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.develop-main-box .develop-center-box .develop-control-box::after {
  content: "";
  position: absolute;
  top: 1.1458333333vw;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #d5dee4;
}
.develop-main-box .develop-center-box .develop-control-box .develop-control-item {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 0.78125vw;
}
.develop-main-box .develop-center-box .develop-control-box .develop-control-item .develop-control-circular {
  width: 15px;
  height: 15px;
  background: #cfdbe5;
  border-radius: 50%;
}
.develop-main-box .develop-center-box .develop-control-box .develop-control-item .develop-control-year {
  font-weight: 800;
  color: #373737;
  padding-top: 1.25vw;
}
.develop-main-box .develop-center-box .develop-control-box .develop-control-on .develop-control-circular {
  background: url(./../esimg/icon/6-1lan.png) no-repeat;
  background-size: 100% 100%;
  width: 30px;
  height: 30px;
  margin-top: -8px;
  border-radius: 50%;
}
.develop-main-box .develop-center-box .develop-control-box .develop-control-on .develop-control-year {
  font-weight: 800;
  font-size: 2.2916666667vw;
  color: #0878fd;
  padding-top: 1.0416666667vw;
}

.develop-cont-prev {
  position: absolute;
  z-index: 4;
  left: 0;
  top: 0;
  background: url(./../esimg/icon/develop-cont-prev_hover.png) no-repeat;
  background-size: 100% 100%;
  width: 2.34375vw;
  height: 2.2916666667vw;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.develop-cont-prev:hover {
  background: url(./../esimg/icon/develop-cont-prev.png) no-repeat;
  background-size: 100% 100%;
}

.develop-cont-next {
  position: absolute;
  z-index: 4;
  right: 0;
  top: 0;
  background: url(./../esimg/icon/develop-cont-next_hover.png) no-repeat;
  background-size: 100% 100%;
  width: 2.34375vw;
  height: 2.2916666667vw;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.develop-cont-next:hover {
  background: url(./../esimg/icon/develop-cont-next.png) no-repeat;
  background-size: 100% 100%;
}

.develop-cont-swiper {
  margin-top: 3.4375vw;
}

.develop-control-swiper {
  width: 100%;
}

.big-message {
  background: url(./../esimg/img/big-message-bg.png) no-repeat;
  background-size: 100% 100%;
  padding: 3.3854166667vw 0 4.9479166667vw;
}
.big-message .big-message-main .title1 {
  text-align: center;
}
.big-message .big-message-main .title1 h3 {
  color: #fff;
}
.big-message .big-message-main .title1 h6 {
  color: #fff;
}

.big-message-from {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 2.7083333333vw;
}
.big-message-from .big-message-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 33.3%;
  margin-bottom: 0.78125vw;
}
.big-message-from .big-message-input input {
  width: 14.75vw;
  height: 3.125vw;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 30px;
  padding-left: 1.5625vw;
  color: #303030;
}
.big-message-from input::-webkit-input-placeholder,
.big-message-from textarea::-webkit-input-placeholder {
  color: red;
}
.big-message-from input:-moz-placeholder,
.big-message-from textarea:-moz-placeholder {
  color: red;
}
.big-message-from input::-moz-placeholder,
.big-message-from textarea::-moz-placeholder {
  color: red;
}
.big-message-from input:-ms-input-placeholder,
.big-message-from textarea:-ms-input-placeholder {
  color: red;
}
.big-message-from .big-message-textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0.78125vw;
}
.big-message-from .big-message-textarea textarea {
  width: calc(100% - 5.7291666667vw);
  height: 5.2083333333vw;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 30px;
  padding: 0.5208333333vw 0.5208333333vw 0.5208333333vw 1.5625vw;
  color: #303030;
}
.big-message-from .big-message-textarea .big-message-check {
  width: calc(100% - 5.7291666667vw);
  height: 3.125vw;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.big-message-from .big-message-textarea .big-message-check .big-message-verification {
  cursor: pointer;
  width: 30%;
  height: 3.125vw;
  position: relative;
  padding-left: 6.25vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #303030;
}
.big-message-from .big-message-textarea .big-message-check .big-message-verification::after {
  content: "";
  position: absolute;
  top: 0.5208333333vw;
  left: 3.125vw;
  background: url(./../esimg/icon/yanzheng.png) no-repeat;
  background-size: 100% 100%;
  width: 2.0833333333vw;
  height: 2.0833333333vw;
}
.big-message-from .big-message-textarea .big-message-check .big-message-verification:hover {
  color: #ff7632;
}
.big-message-from .big-message-textarea .big-message-submit {
  cursor: pointer;
  border: none;
  width: 10.4166666667vw;
  height: 2.34375vw;
  background: -webkit-gradient(linear, left top, right top, from(#0572fd), to(#2bb5fc));
  background: linear-gradient(90deg, #0572fd 0%, #2bb5fc 100%);
  border-radius: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
  color: #ffffff;
  margin-right: 0.5208333333vw;
}
.big-message-from .big-message-textarea .big-message-submit:hover {
  background: #2bb5fc;
}
.big-message-from .big-message-name {
  font-weight: 400;
  color: #ffffff;
  width: 5.90625vw;
}

@media screen and (min-width: 1000px) and (max-width: 1440px) {
  .text-4xl {
    font-size: 1.9791666667vw;
  }
  .text-3xl {
    font-size: 1.6666666667vw;
  }
  .text-2xl {
    font-size: 1.3541666667vw;
  }
  .text-xl {
    font-size: 1.1458333333vw;
  }
  .text-lg {
    font-size: 1.09375vw;
  }
  .text-base {
    font-size: 1.0416666667vw;
  }
  .text-sm {
    font-size: 0.9375vw;
  }
  .ind-recommenTitleUl::after {
    width: 90%;
    top: 3.4895833333vw;
    left: 1.875vw;
  }
  .foot-cen-nav {
    width: 82%;
  }
  .research-quality-content .research-quality-cont {
    padding: 2.0833333333vw 2.0833333333vw 2.0833333333vw 3.125vw;
  }
  .service-system-box {
    padding-bottom: 20.8333333333vw;
  }
  .service-system-box .service-system-left2 {
    top: 18.625vw;
  }
  .service-system-box .service-system-right2 {
    top: 18.625vw;
  }
  .service-system-box .service-system-item .service-system-cont .service-system-p {
    line-height: 1.2;
  }
  .service-system-box .service-system-bottom {
    bottom: 0;
  }
  .product-list-box .product-list-item .product-item-name {
    line-height: 1.2;
  }
  .product-list-box .product-list-item .product-item-type {
    line-height: 1.2;
  }
}
@media screen and (max-width: 999px) {
  .text-4xl {
    font-size: 4.8vw;
  }
  .text-3xl {
    font-size: 4.2666666667vw;
  }
  .text-2xl {
    font-size: 3.7333333333vw;
  }
  .text-xl {
    font-size: 3.4666666667vw;
  }
  .text-lg {
    font-size: 3.2vw;
  }
  .text-base {
    font-size: 2.9333333333vw;
  }
  .text-sm {
    font-size: 2.6666666667vw;
  }
  .pc {
    display: none !important;
  }
  .wap {
    display: block !important;
  }
  .main {
    width: 90%;
  }
  .pagination-home .swiper-pagination-bullet {
    width: 6.6666666667vw;
    height: 0.5333333333vw;
  }
  .title1 {
    text-align: center;
  }
  .btn1 {
    width: 20vw;
    border-radius: 2.9333333333vw;
    line-height: 5.8666666667vw;
  }
  /* 顶部导航 */
  #header {
    height: 13.3333333333vw;
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  }
  .header-main {
    padding: 0;
    background-color: rgba(255, 255, 255, 0.9);
    position: relative;
    border-bottom: 1px solid #edf0f2;
    height: 100%;
  }
  .header-main:hover .head-nav-oneLi .head-nav-oneLiA a {
    color: #373737 !important;
  }
  .header-main:hover .head-nav-oneLi .head-nav-oneLiA a:hover {
    color: #373737 !important;
  }
  .header-main:hover .head-nav-oneLiAcitve .head-nav-oneLiA a {
    color: #373737 !important;
  }
  .head-logo {
    width: 20.8vw;
    margin-left: 5%;
  }
  .head-search {
    margin-left: 30%;
  }
  .head-search:hover .head-search-btn {
    max-height: 93.3333333333vw;
  }
  .head-search > img {
    width: 3.8666666667vw;
    margin-right: 1.3333333333vw;
  }
  .head-search p {
    color: #373737;
    background: url(../esimg/icon/sanjiao_b.png) no-repeat center right;
    background-size: 1.2vw;
    padding-right: 3.2vw;
  }
  .head-search .head-search-btn {
    max-height: 0;
    top: 400%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: auto;
    left: 0;
    width: 13.3333333333vw;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .head-search .head-search-btn a {
    color: #fff;
    padding: 0 1.3333333333vw;
  }
  .head-search .head-search-btn a:hover {
    color: #ff7632;
  }
  .head-nav-btnA {
    height: 13.3333333333vw;
    overflow: hidden;
  }
  .head-nav-btnA img {
    height: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .head-nav-btnB img {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  .head-nav {
    display: none;
    position: absolute;
    left: 0;
    top: 13.2vw;
    width: 100vw;
    height: calc(100vh - 13.3333333333vw);
    margin: 0;
    background-color: #fff;
    padding: 5% 0 5% 5%;
    overflow-y: auto;
  }
  .head-nav-oneLi {
    height: auto;
    position: relative;
  }
  .head-nav-oneLi .head-nav-oneLiA a {
    display: inline-block;
    font-size: 2.4vw;
    line-height: 6.6666666667vw;
    color: #333;
  }
  .head-nav-oneLi .head-nav-oneLiA a::after {
    display: none;
  }
  .head-nav-oneLi:last-child::before,
  .head-nav-oneLi:last-child::after,
  .head-nav-oneLi:first-child::before,
  .head-nav-oneLi:first-child::after {
    display: none;
  }
  .head-nav-oneLi::after {
    content: "";
    width: 2.6666666667vw;
    height: 0.4vw;
    background-color: #333;
    position: absolute;
    top: 2.9166666667vw;
    right: 8vw;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .head-nav-oneLi::before {
    content: "";
    width: 0.4vw;
    height: 2.6666666667vw;
    background-color: #333;
    position: absolute;
    top: 2.9166666667vw;
    right: 9.0666666667vw;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .head-nav-oneLi ul {
    width: 100%;
    position: static;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-left: 3%;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: none;
  }
  .head-nav-oneLi ul li {
    width: 100%;
    height: auto;
    padding-left: 0;
  }
  .head-nav-oneLi ul li a {
    font-size: 2.4vw;
    line-height: 4.8vw;
    margin: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .head-nav-oneLi ul li img {
    display: none;
  }
  .head-nav-oneLi:hover .head-nav-twoUl {
    padding-top: 0;
    height: auto;
    overflow: auto;
  }
  .head-nav-oneLi:hover .head-nav-twoUl .head-nav-twoLi {
    line-height: 5.3333333333vw;
  }
  .head-nav-oneLi:hover .head-nav-threeUl {
    height: auto;
    padding-top: 0;
  }
  .head-nav-oneLi:hover ul li {
    height: auto;
    padding-left: 0;
  }
  .head-nav-oneLi:hover ul li:hover {
    background: none;
  }
  .head-nav-oneLi:hover ul li:hover a {
    color: #0674fc;
  }
  .head-nav-oneLi:hover ul li::after {
    display: none;
  }
  .head-nav-oneLi:hover ul li a {
    width: 100%;
    height: auto;
    line-height: 1.2;
    padding-bottom: 10px;
  }
  .head-nav-oneLiWap::before {
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
  }
  .head-nav-twoUl {
    width: 100%;
    height: auto;
    position: static;
    background: none;
    display: none;
    -webkit-transition: none;
    transition: none;
  }
  .head-nav-twoUl .head-nav-twoLi {
    width: 100%;
    height: auto;
    padding-left: 3%;
    margin-bottom: 0;
  }
  .head-nav-twoUl .head-nav-twoLi .head-nav-twoTitle {
    position: relative;
  }
  .head-nav-twoUl .head-nav-twoLi .head-nav-twoTitle::after {
    content: "";
    width: 2.6666666667vw;
    height: 0.4vw;
    background: #333;
    position: absolute;
    top: 2.9166666667vw;
    right: 8vw;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .head-nav-twoUl .head-nav-twoLi .head-nav-twoTitle::before {
    content: "";
    width: 0.4vw;
    height: 2.6666666667vw;
    background-color: #333;
    position: absolute;
    top: 2.9166666667vw;
    right: 9.0666666667vw;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .head-nav-twoUl .head-nav-twoLi .head-nav-twoTitle img {
    display: none;
  }
  .head-nav-twoUl .head-nav-twoLi .head-nav-twoTitle p {
    font-size: 2.4vw;
    line-height: 5.3333333333vw;
  }
  .head-nav-twoUl .head-nav-twoLi .head-nav-twoActive p {
    font-weight: bold;
    color: #0674fc;
  }
  .head-nav-twoUl .head-nav-twoLi .head-nav-twoActive::before {
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
  }
  .head-nav-threeUl {
    width: 100%;
    height: auto;
    padding: 0;
    background-color: #fff;
    position: static;
    display: none;
    -webkit-transition: none;
    transition: none;
  }
  .head-nav-threeUl .head-nav-threeLi {
    width: 100%;
    font-size: 2.1333333333vw;
    line-height: 4.8vw;
    text-align: left;
    margin: 0;
    padding-left: 3%;
    overflow: hidden;
  }
  .head-nav-threeUl .head-nav-threeLi img {
    display: none;
  }
  .head-nav-threeActive {
    display: none;
    color: #373737 !important;
  }
  .inner-banner .inn-bannerText {
    position: absolute;
    top: 45%;
    left: 5.5%;
    background: url(./../esimg/img/banner_title_bg.png) no-repeat;
    background-size: 100% 100%;
    max-width: 70%;
  }
  .inner-banner .inn-bannerText h6 {
    line-height: 1.2;
  }
  .inner-banner .inn-bread {
    left: 5.5%;
  }
  .inner-banner .inn-bread img {
    width: 2.2666666667vw;
    height: 2.4vw;
    margin-right: 1.2vw;
  }
  /* 底部 */
  #footer {
    background: url(../esimg/img/wap_footerBg.png) no-repeat center;
    background-size: cover;
    margin-bottom: 16vw;
  }
  .foot-topCen {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .foot-top {
    padding: 6.6666666667vw 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: none;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .foot-top-li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 3.7333333333vw;
  }
  .foot-top-li img {
    width: 8vw;
    margin-right: 1.3333333333vw;
  }
  .foot-cen {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8vw 0 0;
  }
  .foot-cen-qr {
    width: 22.6666666667vw;
  }
  .foot-bot {
    margin-top: 0;
    padding: 4vw 0;
    border-top: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* 手机底部 */
  @-webkit-keyframes bounce1 {
    0%,
    20%,
    53%,
    80%,
    100% {
      -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      -webkit-transform: translate3d(0, 0, 0) translateX(-50%);
      transform: translate3d(0, 0, 0) translateX(-50%);
    }
    40%,
    43% {
      -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      -webkit-transform: translate3d(0, -14px, 0) translateX(-50%);
      transform: translate3d(0, -14px, 0) translateX(-50%);
    }
    70% {
      -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      -webkit-transform: translate3d(0, -6px, 0) translateX(-50%);
      transform: translate3d(0, -6px, 0) translateX(-50%);
    }
    90% {
      -webkit-transform: translate3d(0, -1px, 0) translateX(-50%);
      transform: translate3d(0, -1px, 0) translateX(-50%);
    }
  }
  @keyframes bounce1 {
    0%,
    20%,
    53%,
    80%,
    100% {
      -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      -webkit-transform: translate3d(0, 0, 0) translateX(-50%);
      transform: translate3d(0, 0, 0) translateX(-50%);
    }
    40%,
    43% {
      -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      -webkit-transform: translate3d(0, -14px, 0) translateX(-50%);
      transform: translate3d(0, -14px, 0) translateX(-50%);
    }
    70% {
      -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      -webkit-transform: translate3d(0, -6px, 0) translateX(-50%);
      transform: translate3d(0, -6px, 0) translateX(-50%);
    }
    90% {
      -webkit-transform: translate3d(0, -1px, 0) translateX(-50%);
      transform: translate3d(0, -1px, 0) translateX(-50%);
    }
  }
  .wap-nav {
    width: 100%;
    height: 16vw;
    background-color: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
  }
  .wap-nav .wap-ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
  }
  .wap-nav .wap-ul .wap-li {
    width: 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .wap-nav .wap-ul .wap-li img {
    height: 6.6666666667vw;
  }
  .wap-nav .wap-ul .wap-li p {
    margin-top: 0.5333333333vw;
  }
  .wap-nav .wap-phone {
    width: 9.8666666667vw;
    position: absolute;
    top: -30%;
    left: 50%;
    -webkit-animation: bounce1 2s infinite;
    animation: bounce1 2s infinite;
  }
  .wap-nav .wap-phone img {
    width: 100%;
  }
  /* 首页banner */
  .swiper-home .pagination-home {
    bottom: 6.6666666667vw;
  }
  /* 解决方案 */
  .ind-programme {
    width: 90%;
    margin: 0 auto;
    padding-left: 0;
    margin-top: 9.3333333333vw;
    min-height: auto;
  }
  .ind-programmeUl {
    width: 100%;
    margin-top: 4vw;
    border-top: 1px solid #dae1e8;
  }
  .ind-programmeUl .ind-programmeLi {
    width: 100%;
  }
  .ind-programmeUl .ind-programmeLi .ind-programmeTitle {
    border-bottom: 1px solid #dae1e8;
    padding: 2vw 0;
  }
  .ind-programmeUl .ind-programmeLi .ind-programmeTitle img {
    width: 8vw;
    margin-right: 3.4666666667vw;
  }
  .ind-programmeUl .ind-programmeLi .ind-programmeText {
    padding-left: 0;
    margin-left: 0;
    max-height: 0vw;
    border-left: none;
  }
  .ind-programmeUl .ind-programmeLi .ind-programmeText p {
    margin-bottom: 4vw;
  }
  .ind-programmeUl .ind-programmeLi .ind-programmeVideo {
    position: static;
    width: 100%;
    height: auto;
    display: none;
    margin: 0 auto;
  }
  .ind-programmeUl .ind-programmeLi .ind-programmeVideo img {
    width: 100%;
    height: auto;
    margin-bottom: 2.6666666667vw;
  }
  .ind-programmeUl .ind-programmeLiActive {
    border-bottom: 1px solid #dae1e8;
  }
  .ind-programmeUl .ind-programmeLiActive .ind-programmeText {
    max-height: 106.6666666667vw;
    padding-bottom: 4.5333333333vw;
    margin-top: 2.6666666667vw;
  }
  .ind-programmeUl .ind-programmeLiActive .ind-programmeVideo {
    display: block;
  }
  /* 推荐产品 */
  .ind-recommen {
    margin-top: 6.6666666667vw;
  }
  .ind-recommenTitle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .ind-recommenTitleUl {
    width: 100%;
    margin-top: 4vw;
  }
  .ind-recommenTitleUl::after {
    width: 85%;
    top: 9.0666666667vw;
    left: 6.5333333333vw;
  }
  .ind-recommenTitleUl .ind-reTitleLi p {
    margin-top: 1.8666666667vw;
    line-height: 1.2;
    font-size: 12px;
  }
  .ind-recommenTitleUl .ind-reTitleLi img {
    width: 8vw;
    margin: 0 auto;
  }
  .ind-recommenTitleUl .ind-reTitleLi::after {
    width: 0.8vw;
    height: 0.8vw;
    top: 8.6666666667vw;
  }
  .ind-recommenTitleUl .ind-reTitleLiActive::before {
    width: 1.8666666667vw;
    height: 1.8666666667vw;
    top: 8.1333333333vw;
  }
  .ind-reContent {
    width: 100%;
    padding-left: 0;
    margin-top: 4vw;
  }
  .ind-reContent .ind-reContentLi {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: url(../esimg/img/wap_reContent_bg.png) no-repeat center;
    background-size: cover;
  }
  .ind-reContent .ind-reContentLi .swiper-slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .ind-reContent .ind-reContentLi .ind-reLeft {
    width: 100%;
    padding: 0 5%;
    text-align: center;
  }
  .ind-reContent .ind-reContentLi .ind-reLeft h4 {
    font-weight: bold;
    margin-top: 8vw;
    margin-bottom: 0.5333333333vw;
  }
  .ind-reContent .ind-reContentLi .ind-reLeft h6 {
    color: #0674fc;
  }
  .ind-reContent .ind-reContentLi .ind-reLeft .ind-reLine {
    display: none;
  }
  .ind-reContent .ind-reContentLi .ind-reLeft p {
    margin: 2.6666666667vw auto 4vw;
  }
  .ind-reContent .ind-reContentLi .ind-reLeft .btn1 {
    margin: 0 auto 4vw;
  }
  .ind-reContent .ind-reContentLi .swiper-recommen {
    width: 100%;
    height: auto;
    padding-bottom: 10.6666666667vw;
  }
  .ind-reContent .ind-reContentLi .swiper-recommen .swiper-slide img {
    margin: 0 auto;
    width: 66.6666666667vw;
  }
  .ind-reContent .ind-reContentLi .swiper-recommen .pagination-recommen {
    bottom: 5.3333333333vw;
    right: auto;
    left: 0vw;
  }
  .ind-reContent .ind-reContentLi .swiper-recommen .pagination-recommen .swiper-pagination-bullet {
    width: 6.6666666667vw;
    height: 0.5333333333vw;
    border-radius: 0;
    position: relative;
    background: #d5dee4;
  }
  .ind-reContent .ind-reContentLi .swiper-recommen .pagination-recommen .swiper-pagination-bullet::after {
    width: 0;
    height: 100%;
  }
  .ind-reContent .ind-reContentLi .swiper-recommen .pagination-recommen .swiper-pagination-bullet-active::after {
    width: 100%;
  }
  .ind-reContent .ind-reContentLiActive {
    height: auto;
    padding-top: 0;
  }
  /* 研发制造 */
  .ind-manufacture {
    width: 100%;
    margin-top: 8vw;
  }
  .ind-manuContent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .ind-manuTitle {
    width: 90%;
    margin: 0 auto;
    padding-right: 0;
    text-align: center;
  }
  .ind-manuTitle .ind-manuText {
    margin: 3.2vw 0;
  }
  .ind-manuTitle .btn1 {
    margin: 0 auto 8vw;
  }
  .ind-manuImg {
    width: 100%;
  }
  .ind-manuUl {
    width: 90%;
    margin: 0 auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .ind-manuUl .ind-manuLi {
    width: 49%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 4vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .ind-manuUl .ind-manuLi img {
    width: 20vw;
    margin: 0 0 0 0;
  }
  .ind-manuUl .ind-manuLi span {
    font-size: 5.8666666667vw;
  }
  .ind-manuUl .ind-manuLi span::after {
    font-size: 3.2vw;
    right: -1.8666666667vw;
    bottom: 0.5333333333vw;
  }
  .ind-manuUl .ind-manuLi i {
    width: 90%;
    margin: 0 5%;
    text-align: center;
  }
  /* 新闻展会 */
  .ind-new {
    margin-top: 10.6666666667vw;
  }
  .ind-new .btn1 {
    margin: 0 auto 12vw;
  }
  .swiper-new {
    margin-top: 5.3333333333vw;
    padding-bottom: 1.3333333333vw;
  }
  .swiper-new .swiper-slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .swiper-new .pagination-home {
    width: 100%;
    left: 0;
    right: auto;
    bottom: -9.3333333333vw;
  }
  .ind-newlist {
    width: 100%;
    padding-bottom: 4vw;
    margin-bottom: 5.3333333333vw;
  }
  .ind-newlist .ind-newTime {
    margin-top: 2.6666666667vw;
    margin-bottom: 3.4666666667vw;
  }
  .ind-newlist .ind-newTime img {
    width: 2.5333333333vw;
    margin-right: 0.8vw;
  }
  .ind-newlist .ind-newLabel {
    margin-top: 4vw;
  }
  /* 留言 */
  .ind-message {
    height: auto;
    background: url(../esimg/img/ind_messageBg.png) no-repeat center;
    background-size: cover;
    padding: 9.3333333333vw 0 13.3333333333vw;
  }
  .ind-messageBox {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .ind-messageBox .title1 {
    margin-bottom: 4vw;
  }
  .ind-messageBox .ind-form {
    width: 90%;
    margin: 0 auto;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 0;
  }
  .ind-messageBox .ind-form .ind-formInpt {
    width: 100%;
  }
  .ind-messageBox .ind-form .ind-formInpt input {
    padding: 4vw 0 4vw 2.6666666667vw;
    background-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    font-weight: lighter;
  }
  .ind-messageBox .ind-form .ind-formInpt input::-webkit-input-placeholder {
    color: #fff;
  }
  .ind-messageBox .ind-form .ind-formInpt input::-moz-placeholder {
    color: #fff;
  }
  .ind-messageBox .ind-form .ind-formInpt input:-ms-input-placeholder {
    color: #fff;
  }
  .ind-messageBox .ind-form .ind-formInpt input::-ms-input-placeholder {
    color: #fff;
  }
  .ind-messageBox .ind-form .ind-formInpt input::placeholder {
    color: #fff;
  }
  .ind-messageBox .ind-form .ind-formInpt::after {
    display: none;
  }
  .ind-messageBox .ind-form .ind-formText {
    width: 100%;
  }
  .ind-messageBox .ind-form .ind-formText textarea {
    height: auto;
    padding: 4vw 0 4vw 2.6666666667vw;
    background-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    font-weight: lighter;
  }
  .ind-messageBox .ind-form .ind-formText textarea::-webkit-input-placeholder {
    color: #fff;
  }
  .ind-messageBox .ind-form .ind-formText textarea::-moz-placeholder {
    color: #fff;
  }
  .ind-messageBox .ind-form .ind-formText textarea:-ms-input-placeholder {
    color: #fff;
  }
  .ind-messageBox .ind-form .ind-formText textarea::-ms-input-placeholder {
    color: #fff;
  }
  .ind-messageBox .ind-form .ind-formText textarea::placeholder {
    color: #fff;
  }
  .ind-messageBox .ind-form .ind-formBtn {
    position: static;
    width: 100%;
    margin-top: 4vw;
  }
  .ind-messageBox .ind-form .ind-formBtn input {
    width: 100%;
    background: #fff;
    color: #0674fc;
  }
  .case-main-box {
    padding: 0 0 10.6666666667vw;
  }
  .case-main-box .case-item-box {
    margin-bottom: 3.4666666667vw;
    padding: 5.3333333333vw 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .case-main-box .case-item-box .case-item-left {
    padding-left: 20px;
  }
  .case-main-box .case-item-box .case-item-left .case-item-title {
    padding-top: 4vw;
  }
  .case-main-box .case-item-box .case-item-left .case-item-title img {
    width: 10.6666666667vw;
    margin-right: 1.7333333333vw;
  }
  .case-main-box .case-item-box .case-item-left .case-item-text {
    line-height: 4.8vw;
    opacity: 0.6;
    padding-top: 1.3333333333vw;
    width: 100%;
    padding-right: 20px;
  }
  .case-main-box .case-item-box .case-item-left .case-item-btn {
    margin-top: 3.2vw;
    width: 20vw;
    height: 7.4666666667vw;
    background: -webkit-gradient(linear, left top, right top, from(#0572fd), to(#2bb5fc));
    background: linear-gradient(90deg, #0572fd 0%, #2bb5fc 100%);
    border-radius: 25px;
    font-weight: 300;
    font-size: 16px;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    opacity: 0;
  }
  .case-main-box .case-item-box .case-item-left .case-item-btn:hover {
    background: #2bb5fc;
  }
  .case-main-box .case-item-box .case-item-right img {
    width: 100%;
    margin-right: 0;
  }
  .case-main-box .case-item-box:hover .case-item-left .case-item-title {
    font-weight: bold;
    color: #0674fc;
  }
  .case-main-box .case-item-box:hover .case-item-btn {
    opacity: 1;
  }
  .casinfo-banner-text {
    position: relative;
    top: 0;
    left: 0;
    color: #fff;
    padding: 5.3333333333vw 5%;
  }
  .casinfo-banner-text h3 {
    font-weight: bold;
    color: #000;
  }
  .casinfo-banner-text h6 {
    padding-top: 2.1333333333vw;
    width: 100%;
    color: #000;
  }
  .caseinfo-advantage-box {
    background: #f5f6f7;
    padding: 8.8vw 0 12vw;
  }
  .caseinfo-advantage-box .caseinfo-advantage-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 5.3333333333vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .caseinfo-advantage-box .caseinfo-advantage-item {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 5.3333333333vw;
  }
  .caseinfo-advantage-box .caseinfo-advantage-icon {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
  }
  .caseinfo-advantage-box h5 {
    font-weight: bold;
    min-width: 70%;
    color: #373737;
    padding: 3.4666666667vw 0 3.4666666667vw 1.8666666667vw;
  }
  .caseinfo-advantage-box span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 35%;
    height: 2px;
    margin-left: 1.8666666667vw;
    background: -webkit-gradient(linear, left top, right top, from(#0572fd), to(#2bb5fc));
    background: linear-gradient(90deg, #0572fd 0%, #2bb5fc 100%);
  }
  .caseinfo-advantage-box .caseinfo-advantage-cont {
    width: 100%;
    padding-left: 1.8666666667vw;
    padding-top: 1.3333333333vw;
  }
  .caseinfo-advantage-box .caseinfo-advantage-text {
    padding-left: 4.2666666667vw;
    margin-top: 2.6666666667vw;
    position: relative;
  }
  .caseinfo-advantage-box .caseinfo-advantage-text::after {
    content: "";
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    background-color: #dcdcdc;
    position: absolute;
    left: 0;
    top: 0.9333333333vw;
    background: url(./../esimg/icon/duihao.png) no-repeat;
    background-size: 100% 100%;
    z-index: 10;
  }
  .caseinfo-plan-box {
    padding: 9.6vw 0;
  }
  .caseinfo-plan-box .caseinfo-plan-video {
    width: 100%;
    margin-top: 2.4vw;
    margin-bottom: 2.6666666667vw;
  }
  .caseinfo-plan-box .caseinfo-plan-video video {
    width: 100%;
  }
  .caseinfo-plan-box .caseinfo-plan-video img {
    width: 100%;
  }
  .caseinfo-plan-box .caseinfo-plan-content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .caseinfo-plan-box .caseinfo-plan-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%;
  }
  .caseinfo-plan-box .caseinfo-plan-item img {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
    margin-right: 1.3333333333vw;
  }
  .caseinfo-plan-box .caseinfo-plan-item p {
    font-weight: 400;
    color: #373737;
  }
  .case-product-box {
    padding: 8.6666666667vw 0 13.3333333333vw;
    background: #f5f6f7;
  }
  .case-product-box .caseinfo-swiper {
    margin-top: 6.4vw;
  }
  .case-product-box .swiper-slide {
    min-height: 110.9333333333vw;
    background: #ffffff;
    -webkit-box-shadow: 0px 19px 36px 0px rgba(217, 225, 232, 0.6);
    box-shadow: 0px 19px 36px 0px rgba(217, 225, 232, 0.6);
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .case-product-box .swiper-slide-prev,
  .case-product-box .swiper-slide-next {
    position: relative;
  }
  .case-product-box .swiper-slide-prev::after,
  .case-product-box .swiper-slide-next::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background: -webkit-gradient(linear, left top, right top, from(#f5f6f7));
    background: linear-gradient(90deg, #f5f6f7 0%);
    -webkit-box-shadow: 0px 12px 27px 0px #eff1f2;
    box-shadow: 0px 12px 27px 0px #eff1f2;
  }
  .case-product-box .caseinfo-swiper-left {
    width: 100%;
    padding: 0 5.3333333333vw 5.3333333333vw;
  }
  .case-product-box .caseinfo-swiper-left h5 {
    font-weight: bold;
    color: #373737;
    padding-top: 2.6666666667vw;
    padding-bottom: 2.6666666667vw;
  }
  .case-product-box .caseinfo-swiper-left .caseinfo-swiper-type {
    font-weight: 400;
    color: #0674fc;
    position: relative;
    padding-bottom: 2.6666666667vw;
  }
  .case-product-box .caseinfo-swiper-left .caseinfo-swiper-type::after {
    content: "";
    width: 8vw;
    height: 0.2666666667vw;
    background: -webkit-gradient(linear, left top, right top, from(#0572fd), to(#2bb5fc));
    background: linear-gradient(90deg, #0572fd 0%, #2bb5fc 100%);
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .case-product-box .caseinfo-swiper-left p {
    font-weight: 400;
    color: #373737;
    opacity: 0.6;
    width: 78%;
    padding-top: 2.6666666667vw;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .case-product-box .caseinfo-swiper-left .btn1 {
    margin-top: 5.3333333333vw;
    width: 26.6666666667vw;
    height: 8vw;
    line-height: 8vw;
  }
  .case-product-box .caseinfo-swiper-right {
    width: 100%;
    padding: 0 20%;
  }
  .case-product-box .caseinfo-swiper-right img {
    width: 100%;
  }
  .caseinfo-other-box {
    padding: 9.3333333333vw 0 8vw;
  }
  .caseinfo-other-box .caseinfo-other-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 6.6666666667vw;
  }
  .caseinfo-other-box .caseinfo-other-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 8vw;
    position: relative;
    cursor: pointer;
  }
  .caseinfo-other-box .caseinfo-other-item .caseinfo-other-img {
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .caseinfo-other-box .caseinfo-other-item .caseinfo-other-info {
    width: 100%;
    height: 18.6666666667vw;
    margin-top: -5.3333333333vw;
    background: #f5f6f7;
    border-radius: 10px;
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 4vw;
  }
  .caseinfo-other-box .caseinfo-other-item .caseinfo-other-info .caseinfo-other-icon {
    width: 8vw;
  }
  .caseinfo-other-box .caseinfo-other-item .caseinfo-other-info p {
    margin-left: 2.1333333333vw;
    font-weight: bold;
    color: #0674fc;
  }
  .caseinfo-other-box .caseinfo-other-item .caseinfo-other-info .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .caseinfo-other-box .caseinfo-other-item .caseinfo-other-info .icon-hover {
    display: none;
  }
  .caseinfo-other-box .caseinfo-other-item .caseinfo-other-right {
    position: absolute;
    top: 0;
    right: 5.3333333333vw;
    width: 1.4666666667vw;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .caseinfo-other-box .caseinfo-other-item .caseinfo-other-right img {
    width: 1.4666666667vw;
    height: 2.6666666667vw;
  }
  .caseinfo-other-box .caseinfo-other-item:hover .caseinfo-other-info {
    background: -webkit-gradient(linear, left top, right top, from(#0572fd), to(#2bb5fc));
    background: linear-gradient(90deg, #0572fd 0%, #2bb5fc 100%);
  }
  .caseinfo-other-box .caseinfo-other-item:hover .caseinfo-other-info p {
    color: #fff;
  }
  .caseinfo-other-box .caseinfo-other-item:hover .icon {
    display: none;
  }
  .caseinfo-other-box .caseinfo-other-item:hover .icon-hover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .caseinfo-other-box .caseinfo-other-item:nth-child(3n) {
    margin-right: 0;
  }
  .product-list-box {
    padding: 8vw 0 18.6666666667vw;
  }
  .product-list-box .product-list-content {
    margin-bottom: 6.6666666667vw;
  }
  .product-list-box .product-list-item {
    width: 100%;
    padding: 4vw 0 4vw;
    margin-right: 0;
    margin-bottom: 3.3333333333vw;
  }
  .product-list-box .product-list-item .product-item-name {
    height: auto;
  }
  .product-list-box .product-list-item .product-item-pic {
    width: 40vw;
  }
  .product-list-box .product-list-item .product-item-link {
    width: 20vw;
    height: 6.6666666667vw;
    font-size: 14px;
  }
  .inn-nav {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 12vw;
    overflow: hidden;
  }
  .inn-nav .inn-navLi {
    width: 100%;
  }
  .inn-nav .inn-navLi img {
    width: 10.6666666667vw;
  }
  .inn-nav .inn-navLi-click {
    height: 60px;
    padding-left: 15px;
  }
  .inn-nav .inn-navLi-click i {
    font-size: 18px;
    font-weight: bold;
  }
  .inn-nav .inn-nav-wap {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
  .inn-nav .inn-nav-wap .inn-navLi::after {
    height: 0;
  }
  .inn-nav .inn-nav-triangle {
    width: 12px;
    height: 8px;
    margin-left: 20px;
    transition: all 0.2s;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
  }
  .inn-nav-click {
    height: auto;
  }
  .inn-nav-click .inn-nav-triangle {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .product-advantage-list .product-advantage-item {
    width: 50%;
    padding-top: 5.7333333333vw;
    padding-left: 2.6666666667vw;
    padding-right: 2.6666666667vw;
  }
  .product-advantage-list .product-advantage-item .product-advantage-icon {
    width: 20vw;
  }
  .product-advantage-list .product-advantage-item .product-advantage-text {
    padding-bottom: 4vw;
  }
  .product-advantage-list .product-advantage-item .product-advantage-text::after {
    bottom: 0.9333333333vw;
    left: calc((100% - 3.7333333333vw) / 2);
    width: 3.7333333333vw;
    height: 0.2666666667vw;
  }
  .product-advantage-list .product-advantage-item img {
    width: 20vw;
  }
  .product-parameter-table {
    width: auto;
    margin: 5.3333333333vw 0 12.6666666667vw;
  }
  .product-parameter-table tr td {
    line-height: 3.4666666667vw;
    padding: 3.0666666667vw 4.6666666667vw;
  }
  .product-parameter-table tr td:nth-child(1) {
    border-right: 4px solid #fff;
  }
  .product-parameter-content {
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none;
  }
  .product-header-box {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    top: 6.6666666667vw;
    width: 90%;
    margin: 0 5%;
  }
  .product-header-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .product-header-left .product-header-name {
    text-align: center;
    color: #373737;
    padding-bottom: 2.6666666667vw;
  }
  .product-header-left .product-header-name::after {
    width: 26.6666666667vw;
    left: calc((100% - 26.6666666667vw) / 2);
  }
  .product-header-left .product-header-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 4.1333333333vw 0 0;
  }
  .product-header-left .product-header-text img {
    width: 40px;
    margin-left: 2.8vw;
  }
  .product-header-left .product-header-text .product-header-type {
    font-weight: 400;
    color: #373737;
    margin-left: 0;
  }
  .product-header-left .product-header-text .product-header-type a {
    color: #373737;
  }
  .product-header-left .product-header-btns {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 4vw;
  }
  .product-header-left .product-header-btns .product-header-pdf {
    width: 33.3333333333vw;
    height: 9.3333333333vw;
  }
  .product-header-left .product-header-btns .product-header-manual {
    width: 36vw;
    height: 9.3333333333vw;
    margin-left: 5.3333333333vw;
  }
  .product-header-left .product-header-btns img {
    width: 3.4666666667vw;
    margin-left: 1.7333333333vw;
  }
  .product-header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 6.6666666667vw;
    margin-bottom: 9.3333333333vw;
  }
  .product-header-right .product-header-big {
    width: 69.3333333333vw;
    height: 69.3333333333vw;
    -webkit-box-shadow: 0px 0 0px #104774;
    box-shadow: 0px 0 0px #104774;
    border: 1px solid rgba(6, 117, 253, 0.4);
  }
  .product-header-right .product-header-small {
    height: 60vw;
    margin-left: 2.6666666667vw;
  }
  .product-header-right .product-header-small .swiper-wrapper-prev {
    width: 17.3333333333vw;
    height: 5.6vw;
    margin-bottom: 2vw;
    -webkit-box-shadow: 0px 0px #104774;
    box-shadow: 0px 0px #104774;
    border: 1px solid rgba(6, 117, 253, 0.4);
  }
  .product-header-right .product-header-small .swiper-wrapper-prev::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: url(./../esimg/icon/product_shang_wap.png) no-repeat center;
    background-size: 19px 11px;
  }
  .product-header-right .product-header-small .swiper-wrapper-next {
    width: 17.3333333333vw;
    height: 5.6vw;
    margin-top: 2vw;
    -webkit-box-shadow: 0px 0px #104774;
    box-shadow: 0px 0px #104774;
    border: 1px solid rgba(6, 117, 253, 0.4);
  }
  .product-header-right .product-header-small .swiper-wrapper-next::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: url(./../esimg/icon/product_xia_wap.png) no-repeat center;
    background-size: 19px 11px;
  }
  .product-header-right .product-header-small .swiper-product {
    height: 54.6666666667vw;
    overflow: hidden;
  }
  .product-header-right .product-header-small .swiper-product .swiper-slide {
    -webkit-box-shadow: 0px 0px #104774;
    box-shadow: 0px 0px #104774;
    border: 1px solid rgba(6, 117, 253, 0.4);
  }
  .product-header-right .product-header-small .swiper-product .swiper-slide img {
    width: 16vw;
  }
  .research-research-box .research-research-main .research-research-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .research-research-box .research-research-main .research-research-center {
    width: 70.6666666667vw;
    margin: 6.6666666667vw auto;
  }
  .research-research-box .research-research-main .research-research-center .research-center-box {
    width: 70.6666666667vw;
    height: 70.6666666667vw;
    animation: research-center-rotate 30.2s linear infinite;
    -webkit-animation: research-center-rotate 30.2s linear infinite;
  }
  .research-research-box .research-research-main .research-research-center .research-center-core {
    position: absolute;
    left: 0;
    top: 0;
    width: 70.6666666667vw;
    height: 70.6666666667vw;
  }
  .research-research-box .research-research-main .research-research-center .research-center-core img {
    width: 100%;
  }
  .research-research-box .research-research-main .research-research-center .research-center-01 {
    position: absolute;
    top: 12.56%;
    left: 49%;
  }
  .research-research-box .research-research-main .research-research-center .research-center-02 {
    position: absolute;
    top: 45.64%;
    left: 72.83%;
    font-size: 14px;
  }
  .research-research-box .research-research-main .research-research-center .research-center-03 {
    position: absolute;
    top: 72.94%;
    left: 50.98%;
  }
  .research-research-box .research-research-main .research-research-center .research-center-04 {
    position: absolute;
    top: 70.11%;
    left: 16.64%;
  }
  .research-research-box .research-research-main .research-research-center .research-center-05 {
    position: absolute;
    top: 20.12%;
    left: 15.87%;
  }
  @-webkit-keyframes research-center-rotate {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes research-center-rotate {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  .research-research-box .research-research-main .research-research-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .research-research-box .research-research-main .research-research-left .research-left-top {
    padding-top: 0;
    padding-right: 0;
  }
  .research-research-box .research-research-main .research-research-left .research-left-center {
    padding-top: 0;
    padding-right: 0;
  }
  .research-research-box .research-research-main .research-research-left .research-left-bottom {
    padding-top: 0;
    padding-right: 0;
  }
  .research-research-box .research-research-main .research-research-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .research-research-box .research-research-main .research-research-right .research-right-top {
    padding-top: 0;
    padding-left: 0;
  }
  .research-research-box .research-research-main .research-research-right .research-right-center {
    padding-top: 0;
    padding-left: 0;
  }
  .research-research-box .research-research-main .research-research-right .research-right-bottom {
    padding-top: 0;
    padding-left: 0;
  }
  .research-research-box .research-research-main .research-content-num .research-content-number {
    font-weight: 800;
    font-size: 5.8666666667vw;
    color: #0674fc;
    line-height: 5.8666666667vw;
  }
  .research-research-box .research-research-main .research-content-num .research-content-util {
    color: #0674fc;
    font-weight: bold;
    line-height: 3.2vw;
  }
  .research-research-box .research-research-main .research-content-omit {
    width: 6.8vw;
    height: 0.8vw;
  }
  .research-research-box .research-research-main .research-research-text {
    padding: 2.5333333333vw 0 4.9333333333vw;
  }
  .research-produce-box {
    padding: 10.6666666667vw 5% 12vw;
  }
  .research-produce-box .research-produce-title {
    padding-top: 5.4666666667vw;
  }
  .research-produce-box .research-produce-text {
    padding: 2.6666666667vw 0 5.3333333333vw;
  }
  .research-produce-box .research-produce-content {
    padding: 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .research-produce-box .research-produce-content .research-produce-item {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    width: 50%;
    margin-bottom: 5.3333333333vw;
  }
  .research-produce-box .research-produce-content .research-produce-num {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .research-produce-box .research-produce-content .research-produce-num .research-produce-number {
    font-size: 5.8666666667vw;
    line-height: 5.8666666667vw;
  }
  .research-produce-box .research-produce-content .research-produce-num .research-produce-util {
    line-height: 3.2vw;
  }
  .research-produce-box .research-produce-content .research-produce-p {
    padding-top: 1.3333333333vw;
  }
  .research-produce-box .swiper-research {
    position: relative;
    margin-top: 4vw;
    margin-bottom: 5.3333333333vw;
    padding-bottom: 2.6666666667vw;
  }
  .research-produce-box .swiper-research .pagination-home {
    bottom: 0;
  }
  .research-produce-box .swiper-research .pagination-home .swiper-pagination-bullet {
    background: #d5dee4;
  }
  .research-produce-box .research-produce-swiper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }
  .research-produce-box .research-produce-swiper .research-swiper-item {
    width: calc((100% - 2.6666666667vw) / 2);
    margin-right: 2.6666666667vw;
    margin-bottom: 2.6666666667vw;
  }
  .research-produce-box .research-produce-swiper .research-swiper-item .research-swiper-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    font-weight: 400;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  .research-produce-box .research-produce-swiper .research-swiper-item:nth-child(3n) {
    margin-right: 0vw;
  }
  .research-produce-box .research-produce-swiper .research-swiper-item:nth-child(2n) {
    margin-right: 0vw;
  }
  .research-produce-box .research-produce-swiper .research-swiper-item:nth-child(2n-1) {
    margin-right: 2.6666666667vw;
  }
  .research-quality-box {
    background: #f4f7fa;
    padding: 10.6666666667vw 0 13.3333333333vw;
  }
  .research-quality-box .research-quality-title {
    padding-top: 5.0666666667vw;
  }
  .research-quality-box .research-quality-text {
    padding-top: 2.6666666667vw;
  }
  .research-quality-box .research-quality-certificate {
    padding-top: 6.6666666667vw;
    width: 100%;
    margin: 0;
  }
  .research-quality-box .research-quality-content {
    margin-top: 8vw;
    background: #ffffff;
    -webkit-box-shadow: 0px 9px 40px 0px #e9eff5;
    box-shadow: 0px 9px 40px 0px #e9eff5;
    border-radius: 10px;
  }
  .research-quality-box .research-quality-content .research-quality-cont {
    width: 100%;
    padding: 5.3333333333vw 4vw 5.3333333333vw 4vw;
  }
  .research-quality-box .research-quality-content .research-quality-cont .research-quality-item {
    border-bottom: 1px solid #c8d0d9;
    padding: 1.8666666667vw 0;
  }
  .research-quality-box .research-quality-content .research-quality-cont .research-quality-item .research-quality-name {
    font-weight: bold;
    color: #373737;
    width: 100%;
    position: relative;
  }
  .research-quality-box .research-quality-content .research-quality-cont .research-quality-item .research-quality-name::after {
    content: "";
    position: absolute;
    top: 0;
    right: 1.3333333333vw;
    width: 100%;
    height: 100%;
    background: url(./../esimg/icon/research-xiala.png) no-repeat center right;
    background-size: 2.4vw 1.3333333333vw;
  }
  .research-quality-box .research-quality-content .research-quality-cont .research-quality-item .research-quality-p {
    font-weight: 400;
    color: rgba(41, 41, 41, 0.6);
    text-align: left;
    padding: 2.6666666667vw 0 0.9333333333vw;
    height: 0;
    overflow: hidden;
    padding: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  .research-quality-box .research-quality-content .research-quality-cont .research-quality-show .research-quality-name {
    color: #0674fc;
  }
  .research-quality-box .research-quality-content .research-quality-cont .research-quality-show .research-quality-name::after {
    content: "";
    position: absolute;
    top: 0;
    right: 1.3333333333vw;
    width: 100%;
    height: 100%;
    background: url(./../esimg/icon/research-shousuo.png) no-repeat center right;
    background-size: 2.4vw 1.3333333333vw;
  }
  .research-quality-box .research-quality-content .research-quality-cont .research-quality-show .research-quality-p {
    padding: 2.6666666667vw 0 0.9333333333vw;
    height: auto;
    overflow: auto;
  }
  .research-quality-box .research-quality-content .research-quality-img {
    width: 100%;
    height: 100%;
  }
  .service-service-box {
    padding: 7.3333333333vw 0;
  }
  .service-service-box .service-shape-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    width: 100%;
    margin: 2.4vw auto 0;
  }
  .service-service-box .service-shape-box .service-shape-radius {
    width: 21.3333333333vw;
    height: 21.3333333333vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    z-index: 2;
  }
  .service-service-box .service-shape-box .service-shape-radius img {
    width: 8vw;
  }
  .service-service-box .service-shape-box .service-shape-radius p {
    font-size: 10px;
    font-weight: bold;
    color: #ffffff;
  }
  .service-service-box .service-shape-box .service-shape-line {
    left: 6.9333333333vw;
    width: calc(100% - 14vw);
  }
  .service-service-box .service-shape-box .service-shape-triangle1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background: url(./../esimg/icon/5-0r_arrow.png) no-repeat center;
    background-size: 1.3333333333vw 2.2666666667vw;
  }
  .service-service-box .service-service-text {
    padding-top: 5.6vw;
  }
  .service-service-box .service-content-title {
    padding: 7.2vw 0 5.6vw;
  }
  .service-service-box .service-content-list .service-content-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2.6666666667vw;
  }
  .service-service-box .service-content-list .service-content-item img {
    width: 13.3333333333vw;
    margin-top: 5.3333333333vw;
  }
  .service-service-box .service-content-list .service-content-item .service-content-name {
    margin-top: 1.4666666667vw;
  }
  .service-service-box .service-content-list .service-content-item .service-content-text {
    padding: 2.5333333333vw 2.6666666667vw 6.2666666667vw;
  }
  .service-service-box .service-content-list .service-content-item:hover {
    -webkit-box-shadow: 0px 16px 62px 0px rgba(172, 192, 212, 0.28);
    box-shadow: 0px 16px 62px 0px rgba(172, 192, 212, 0.28);
  }
  .service-service-box .service-content-list .service-content-item:hover .service-content-name {
    color: #0674fc;
  }
  .service-service-box .service-content-list .service-content-item:nth-child(2n) {
    margin-right: 0;
  }
  .service-service-box .service-content-list .service-content-item:nth-child(2n-1) {
    margin-right: 0;
  }
  .service-after-box .service-after-text {
    padding: 4.8vw 0 6vw;
  }
  .service-after-box .service-after-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 5.3333333333vw;
  }
  .service-after-box .service-after-list .service-after-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2.6666666667vw;
  }
  .service-after-box .service-after-list .service-after-item:nth-child(2n) {
    margin-right: 0;
  }
  .service-after-box .service-after-list .service-after-item:nth-child(2n-1) {
    margin-right: 0;
  }
  .service-system-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 2.6666666667vw 0 0;
    padding-bottom: 6.6666666667vw;
    position: relative;
  }
  .service-system-box .service-system-bg {
    width: 100%;
  }
  .service-system-box .service-system-item {
    background-color: #fff;
    margin-bottom: 2.6666666667vw;
  }
  .service-system-box .service-system-item .service-system-cont {
    position: relative;
    width: 100%;
    padding: 5.4666666667vw 2.6666666667vw 5.4666666667vw 2.6666666667vw;
  }
  .service-system-box .service-system-item .service-system-cont .service-system-p {
    font-weight: 400;
    font-size: 16px;
    color: rgba(41, 41, 41, 0.6);
    margin-top: 2.5333333333vw;
  }
  .service-system-box .service-system-left1 {
    position: relative;
    top: 0;
    left: 0;
  }
  .service-system-box .service-system-left1 .service-system-cont::after {
    display: none;
  }
  .service-system-box .service-system-left1 .service-system-cont::before {
    display: none;
  }
  .service-system-box .service-system-left2 {
    top: 0;
    left: 0;
    position: relative;
  }
  .service-system-box .service-system-left2 .service-system-cont::after {
    display: none;
  }
  .service-system-box .service-system-left2 .service-system-cont::before {
    display: none;
  }
  .service-system-box .service-system-right1 {
    top: 0;
    left: 0;
    position: relative;
  }
  .service-system-box .service-system-right1 .service-system-cont {
    padding: 2.6666666667vw 2.6666666667vw pcVsmVww(20) 2.6666666667vw;
  }
  .service-system-box .service-system-right1 .service-system-cont::after {
    display: none;
  }
  .service-system-box .service-system-right1 .service-system-cont::before {
    display: none;
  }
  .service-system-box .service-system-right2 {
    top: 0;
    left: 0;
    position: relative;
  }
  .service-system-box .service-system-right2 .service-system-cont {
    padding: 2.6666666667vw 2.6666666667vw 2.6666666667vw 2.6666666667vw;
  }
  .service-system-box .service-system-right2 .service-system-cont::after {
    display: none;
  }
  .service-system-box .service-system-right2 .service-system-cont::before {
    display: none;
  }
  .service-system-box .service-system-bottom {
    position: relative;
    top: 0;
    left: 0;
  }
  .service-system-box .service-system-bottom .service-system-cont {
    padding: 2.6666666667vw 2.6666666667vw 2.6666666667vw 2.6666666667vw;
  }
  .service-system-box .service-system-bottom .service-system-cont::after {
    display: none;
  }
  .material-item-list {
    padding: 2.1333333333vw 0 6vw;
  }
  .material-item-list .material-item-top {
    padding: 2vw 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .material-item-list .material-item-top .material-top-name {
    width: 85%;
    padding-left: 4vw;
  }
  .material-item-list .material-item-top .material-top-type {
    width: 20%;
    padding-left: 2.6666666667vw;
  }
  .material-item-list .material-item-top .material-top-size {
    width: 20%;
    padding-left: 2.6666666667vw;
  }
  .material-item-list .material-item-top .material-top-date {
    width: 20%;
    padding-left: 2.6666666667vw;
  }
  .material-item-list .material-item-top .material-top-icon {
    width: 15%;
    padding-left: 0vw;
  }
  .material-item-list .material-item-box {
    width: 100%;
    height: 14.6666666667vw;
    margin-bottom: 2vw;
  }
  .material-item-list .material-item-box:hover {
    -webkit-box-shadow: 0px 16px 62px 0px rgba(172, 192, 212, 0.28);
    box-shadow: 0px 16px 62px 0px rgba(172, 192, 212, 0.28);
  }
  .material-item-list .material-item-box:hover .material-item-name {
    font-weight: bold;
    color: #0674fc;
  }
  .material-item-list .material-item-box .material-item-name {
    width: 85%;
    padding-left: 4vw;
    padding-right: 5.3333333333vw;
    -webkit-line-clamp: 2;
  }
  .material-item-list .material-item-box .material-item-type {
    width: 20%;
    padding-left: 2.6666666667vw;
  }
  .material-item-list .material-item-box .material-item-size {
    width: 20%;
    padding-left: 2.6666666667vw;
  }
  .material-item-list .material-item-box .material-item-date {
    width: 20%;
    padding-left: 2.6666666667vw;
  }
  .material-item-list .material-item-box .material-item-icon {
    width: 15%;
    padding-left: 2.6666666667vw;
  }
  .material-item-list .material-item-box .material-item-icon img {
    width: 4.9333333333vw;
  }
  .swiper-newlist .pagination-home {
    bottom: 4vw;
    left: 0;
  }
  .news-list-recommend {
    padding: 8vw 0;
  }
  .news-list-recommend .news-recommend-item {
    padding: 5.3333333333vw 4vw 10.6666666667vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .news-list-recommend .news-recommend-item .news-recommend-left {
    width: 100%;
  }
  .news-list-recommend .news-recommend-item .news-recommend-left img {
    width: 100%;
  }
  .news-list-recommend .news-recommend-item .news-recommend-right {
    padding-left: 0;
    max-width: 100%;
  }
  .news-list-recommend .news-recommend-item .news-recommend-right .news-recommend-title {
    padding-top: 2.6666666667vw;
  }
  .news-list-recommend .news-recommend-item .news-recommend-right .news-recommend-date {
    padding: 2.1333333333vw 4.2666666667vw 0;
  }
  .news-list-recommend .news-recommend-item .news-recommend-right .news-recommend-date::after {
    top: 3.4666666667vw;
    width: 4vw;
    height: 4vw;
  }
  .news-list-recommend .news-recommend-item .news-recommend-right .news-recommend-synopsis {
    padding-top: 3.3333333333vw;
  }
  .news-list-recommend .news-recommend-item .news-recommend-btn {
    position: relative;
    bottom: 0;
    right: 0;
    width: 20vw;
    height: 6.6666666667vw;
    margin-top: 2.6666666667vw;
  }
  .news-list-box {
    padding-bottom: 7.2916666667vw;
  }
  .news-list-box .news-list-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .news-list-box .news-list-main .ind-newlist {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5.3333333333vw;
  }
  .news-list-box .news-list-main .ind-newlist:nth-child(3n) {
    margin-right: 0;
  }
  .news-info-box {
    padding: 8vw 0;
  }
  .news-info-box .news-info-type {
    width: 100%;
    height: 10.6666666667vw;
    margin-top: 2.6666666667vw;
    padding: 0 2.6666666667vw;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .news-info-box .news-info-type .news-info-date {
    padding-left: 4.2666666667vw;
  }
  .news-info-box .news-info-type .news-info-date::after {
    top: 0.9333333333vw;
    width: 3.3333333333vw;
    height: 3.3333333333vw;
  }
  .news-info-box .news-info-type .news-info-author {
    padding-left: 4.2666666667vw;
    margin-left: 3.3333333333vw;
  }
  .news-info-box .news-info-type .news-info-author::after {
    top: 0.9333333333vw;
    width: 3.3333333333vw;
    height: 3.3333333333vw;
  }
  .news-info-box .news-info-content {
    padding: 6vw 2.6666666667vw;
  }
  .news-info-box .news-info-content img {
    margin: 6vw auto;
    max-width: 100%;
  }
  .news-info-box .news-info-keyword {
    padding-left: 4vw;
  }
  .news-info-box .news-info-keyword p {
    margin-left: 2vw;
  }
  .news-info-box .news-info-keyword a {
    margin-left: 2vw;
  }
  .news-info-box .news-info-btns {
    margin-top: 9.0666666667vw;
    padding: 5.3333333333vw 4.6666666667vw;
    width: 100%;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .news-info-box .news-info-btns .news-info-menu .news-info-prev {
    margin: 2.6666666667vw 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .news-info-box .news-info-btns .news-info-menu .news-info-prev a {
    font-weight: 400;
    color: #373737;
    max-width: 60vw;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .news-info-box .news-info-btns .news-info-btn {
    width: 20vw;
    height: 8vw;
    margin-top: 5.3333333333vw;
  }
  .about-introduce-box {
    padding: 8.6666666667vw 0 8.6666666667vw;
  }
  .about-introduce-box .about-introduce-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 6vw;
  }
  .about-introduce-box .about-introduce-center .about-introduce-left {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .about-introduce-box .about-introduce-center .about-introduce-left p {
    padding-bottom: 4vw;
  }
  .about-introduce-box .about-introduce-center .about-introduce-right {
    width: 100%;
  }
  .about-introduce-box .about-introduce-center .about-introduce-right img {
    width: 100%;
  }
  .about-introduce-box .about-introduce-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 5.3333333333vw;
  }
  .about-introduce-box .about-introduce-content .about-introduce-item {
    width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 6.6666666667vw;
  }
  .about-introduce-box .about-introduce-content .about-introduce-item .about-introduce-number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 0vw 0;
  }
  .about-introduce-box .about-introduce-content .about-introduce-item .about-introduce-number .about-introduce-num {
    font-weight: bold;
    color: #0674fc;
    font-size: 5.3333333333vw;
    margin-left: 2vw;
  }
  .about-introduce-box .about-introduce-content .about-introduce-item .about-introduce-number .about-introduce-util {
    font-weight: bold;
    color: #0674fc;
  }
  .about-introduce-box .about-introduce-content .about-introduce-item img {
    width: 12.1333333333vw;
    -webkit-transition: all 1s;
    transition: all 1s;
  }
  .about-introduce-box .about-introduce-content .about-introduce-item img:hover {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  .about-culture-box {
    padding: 12vw 0 14.6666666667vw;
  }
  .about-culture-box .about-culture-item {
    padding: 8vw 0 5.3333333333vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .about-culture-box .about-culture-item .about-culture-bg {
    width: 100%;
    margin-right: 0;
    height: 40vw;
    margin-bottom: 2.6666666667vw;
  }
  .about-culture-box .about-culture-item .about-culture-bg img {
    margin-top: 5.3333333333vw;
    width: 8vw;
  }
  .about-culture-box .about-culture-item .about-culture-bg .about-culture-name {
    padding-top: 2vw;
  }
  .about-culture-box .about-culture-item .about-culture-bg .about-culture-text {
    padding-top: 1.3333333333vw;
  }
  .about-culture-box .about-culture-item .about-culture-bg:nth-child(3n) {
    margin-right: 0;
  }
  .about-network-box {
    padding: 10.6666666667vw 0vw 60vw;
  }
  .about-network-box .about-network-main {
    width: 200%;
    margin-top: 40vw;
    margin-left: -50%;
    position: relative;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }
  .about-network-box .about-network-main .about-network-bg {
    width: 100%;
  }
  .about-network-box .about-network-main .about-network-item .about-network-axis {
    background: url(./../esimg/icon/about-network-dingwei.png) no-repeat;
    background-size: 100% 100%;
    width: 2vw;
    height: 2.9333333333vw;
  }
  .about-network-box .about-network-main .about-network-item .about-network-decoration {
    width: 2.9333333333vw;
    height: 2.9333333333vw;
  }
  .about-network-box .about-network-main .about-network-item .about-network-decoration .about-network-shine-small {
    content: "";
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    top: -0.6666666667vw;
    left: -0.6666666667vw;
  }
  .about-network-box .about-network-main .about-network-item .about-network-decoration .about-network-shine {
    width: 5.6vw;
    height: 5.6vw;
    top: -1.3333333333vw;
    left: -1.3333333333vw;
  }
  .about-network-box .about-network-main .about-network-item .about-network-decoration .about-network-shine-big {
    width: 6.9333333333vw;
    height: 6.9333333333vw;
    top: -2vw;
    left: -2vw;
  }
  .about-network-box .about-network-main .about-network-item .about-network-popup {
    background: url(./../esimg/img/about-network-popup.png) no-repeat;
    background-size: 100% 100%;
    width: 67.4666666667vw;
    height: 45.8666666667vw;
    display: none;
    position: absolute;
    z-index: 9;
  }
  .about-network-box .about-network-main .about-network-item .about-network-popup .about-popup-top {
    width: calc(100% - 5.0666666667vw - 3.2vw);
    margin: 3.3333333333vw 5.0666666667vw 1.3333333333vw 3.2vw;
    padding-left: 5.3333333333vw;
    padding-bottom: 1.3333333333vw;
  }
  .about-network-box .about-network-main .about-network-item .about-network-popup .about-popup-top::after {
    top: calc(50% - 2.4vw);
    left: 1.3333333333vw;
    width: 2vw;
    height: 2.8vw;
  }
  .about-network-box .about-network-main .about-network-item .about-network-popup .about-popup-top .about-popup-city {
    padding-left: 2vw;
  }
  .about-network-box .about-network-main .about-network-item .about-network-popup .about-popup-center {
    margin: 0 5.0666666667vw 0 3.2vw;
  }
  .about-network-box .about-network-main .about-network-item .about-network-popup .about-popup-center p {
    padding-bottom: 0.8vw;
    font-weight: 400;
    color: #303030;
  }
  .about-network-box .about-network-main .about-network-item .about-network-america-name {
    position: absolute;
    top: 31.59%;
    left: 22.38%;
  }
  .about-network-box .about-network-main .about-network-item .about-network-america-axis {
    position: absolute;
    top: 37.48%;
    left: 19.6%;
  }
  .about-network-box .about-network-main .about-network-item .about-network-america-decoration {
    position: absolute;
    top: calc(37.48% + 1.0666666667vw);
    left: calc(19.6% - 0.5333333333vw);
  }
  .about-network-box .about-network-main .about-network-item .about-network-america-popup {
    position: absolute;
    top: -5%;
    left: 3.6%;
  }
  .about-network-box .about-network-main .about-network-item .about-network-brazil-name {
    position: absolute;
    top: 61.33%;
    left: 35.62%;
  }
  .about-network-box .about-network-main .about-network-item .about-network-brazil-axis {
    position: absolute;
    top: 65.33%;
    left: 33.83%;
  }
  .about-network-box .about-network-main .about-network-item .about-network-brazil-decoration {
    position: absolute;
    top: calc(65.33% + 1.0666666667vw);
    left: calc(33.83% - 0.5333333333vw);
  }
  .about-network-box .about-network-main .about-network-item .about-network-brazil-popup {
    position: absolute;
    top: 26%;
    left: 18.6%;
  }
  .about-network-box .about-network-main .about-network-item .about-network-germany-name {
    position: absolute;
    top: 29.93%;
    left: 52.65%;
  }
  .about-network-box .about-network-main .about-network-item .about-network-germany-axis {
    position: absolute;
    top: 28.3%;
    left: 49.93%;
  }
  .about-network-box .about-network-main .about-network-item .about-network-germany-decoration {
    position: absolute;
    top: calc(28.3% + 1.0666666667vw);
    left: calc(49.93% - 0.5333333333vw);
  }
  .about-network-box .about-network-main .about-network-item .about-network-germany-popup {
    position: absolute;
    top: -7%;
    left: 38.6%;
  }
  .about-network-box .about-network-main .about-network-item .about-network-beijing-name {
    position: absolute;
    top: 35.2%;
    left: 82.69%;
  }
  .about-network-box .about-network-main .about-network-item .about-network-beijing-axis {
    position: absolute;
    top: 35.7%;
    left: 79.9%;
  }
  .about-network-box .about-network-main .about-network-item .about-network-beijing-decoration {
    position: absolute;
    top: calc(35.7% + 1.0666666667vw);
    left: calc(79.9% - 0.5333333333vw);
  }
  .about-network-box .about-network-main .about-network-item .about-network-beijing-popup {
    position: absolute;
    top: 0%;
    left: 68.6%;
  }
  .about-network-box .about-network-main .about-network-item .about-network-qingdao-name {
    position: absolute;
    top: 39.4%;
    left: 82.64%;
  }
  .about-network-box .about-network-main .about-network-item .about-network-qingdao-axis {
    position: absolute;
    top: 38.52%;
    left: 80.63%;
  }
  .about-network-box .about-network-main .about-network-item .about-network-qingdao-decoration {
    position: absolute;
    top: calc(38.52% + 1.0666666667vw);
    left: calc(80.63% - 0.5333333333vw);
  }
  .about-network-box .about-network-main .about-network-item .about-network-qingdao-popup {
    position: absolute;
    top: 4%;
    left: 69.6%;
  }
  .about-network-box .about-network-main .about-network-item .about-network-shanghai-name {
    position: absolute;
    top: 42.77%;
    left: 81.83%;
  }
  .about-network-box .about-network-main .about-network-item .about-network-shanghai-axis {
    position: absolute;
    top: 41.48%;
    left: 80.89%;
  }
  .about-network-box .about-network-main .about-network-item .about-network-shanghai-decoration {
    position: absolute;
    top: calc(41.48% + 1.0666666667vw);
    left: calc(80.89% - 0.5333333333vw);
  }
  .about-network-box .about-network-main .about-network-item .about-network-shanghai-popup {
    position: absolute;
    top: 8%;
    left: 69.6%;
  }
  .about-network-box .about-network-main .about-network-item .about-network-shenzhen-name {
    position: absolute;
    top: 47.7%;
    left: 81.76%;
  }
  .about-network-box .about-network-main .about-network-item .about-network-shenzhen-axis {
    position: absolute;
    top: 46.81%;
    left: 78.9%;
  }
  .about-network-box .about-network-main .about-network-item .about-network-shenzhen-decoration {
    position: absolute;
    top: calc(46.81% + 1.0666666667vw);
    left: calc(78.9% - 0.5333333333vw);
  }
  .about-network-box .about-network-main .about-network-item .about-network-shenzhen-popup {
    position: absolute;
    top: 12%;
    left: 66.6%;
  }
  .about-network-box .about-network-main .about-network-item .about-network-australia-name {
    position: absolute;
    top: 71.56%;
    left: 88.91%;
  }
  .about-network-box .about-network-main .about-network-item .about-network-australia-axis {
    position: absolute;
    top: 75.26%;
    left: 86.48%;
  }
  .about-network-box .about-network-main .about-network-item .about-network-australia-decoration {
    position: absolute;
    top: calc(75.26% + 1.0666666667vw);
    left: calc(86.48% - 0.5333333333vw);
  }
  .about-network-box .about-network-main .about-network-item .about-network-australia-popup {
    position: absolute;
    top: 37%;
    left: 72.6%;
  }
  .about-honor-box {
    padding: 8vw 0 13.3333333333vw;
  }
  .about-honor-box .about-honor-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 4vw;
  }
  .about-honor-box .about-honor-slide .about-honor-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 4vw;
    padding: 2.6666666667vw 4vw;
    height: 26.6666666667vw;
  }
  .about-honor-box .about-honor-slide .about-honor-item img {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
  .about-honor-box .about-honor-slide .about-honor-item .about-honor-text {
    padding-left: 2vw;
  }
  .about-honor-box .about-honor-slide .about-honor-item:nth-child(2n) {
    margin-right: 0;
  }
  .about-honor-box .about-honor-slide .about-honor-item:nth-child(2n-1) {
    margin-right: 0;
  }
  .contact-main-box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 14.6666666667vw 0 8vw;
  }
  .contact-main-box .contact-left-box {
    width: 100%;
    padding-left: 2.5%;
  }
  .contact-main-box .contact-left-box .contact-title {
    text-align: center;
  }
  .contact-main-box .contact-left-box .contact-cont-list {
    padding-top: 8.6666666667vw;
  }
  .contact-main-box .contact-left-box .contact-cont-list .contact-cont-item {
    padding-bottom: 5.6vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
  .contact-main-box .contact-left-box .contact-cont-list .contact-cont-item img {
    width: 7.7333333333vw;
    margin-right: 3.3333333333vw;
  }
  .contact-main-box .contact-left-box .contact-cont-weixin {
    display: none;
    margin-top: 5.3333333333vw;
  }
  .contact-main-box .contact-left-box .contact-cont-weixin .contact-weixin-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .contact-main-box .contact-left-box .contact-cont-weixin .contact-weixin-item .contact-cont-qrcode {
    width: 13.3333333333vw;
  }
  .contact-main-box .contact-left-box .contact-cont-weixin .contact-weixin-item .contact-weixin-right {
    padding: 4vw 7.3333333333vw 0 3.3333333333vw;
  }
  .contact-main-box .contact-left-box .contact-cont-weixin .contact-weixin-item .contact-weixin-right img {
    width: 4vw;
    margin-bottom: 1.3333333333vw;
  }
  .contact-main-box .contact-right-box {
    width: 95%;
    margin: 4vw 2.5%;
  }
  .contact-main-box .contact-right-box img {
    width: 100%;
  }
  .contact-main-box .contact-right-box #map-iframe {
    width: 100%;
    height: 360px;
  }
  .develop-main-box {
    background: url(./../esimg/img/develop-bg.png) no-repeat;
    background-size: 100% 100%;
  }
  .develop-main-box .develop-center-box {
    padding: 8vw 0 14.6666666667vw;
    overflow: hidden;
  }
  .develop-main-box .develop-center-box .develop-cont-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .develop-main-box .develop-center-box .develop-cont-item .develop-cont-left {
    width: 100%;
    position: relative;
    z-index: 2;
  }
  .develop-main-box .develop-center-box .develop-cont-item .develop-cont-left img {
    width: 100%;
    margin-top: 0;
  }
  .develop-main-box .develop-center-box .develop-cont-item .develop-cont-right {
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .develop-main-box .develop-center-box .develop-cont-item .develop-cont-right .develop-cont-year {
    font-size: 50px;
    color: #ebf0f4;
    line-height: 50px;
    margin-left: 0;
  }
  .develop-main-box .develop-center-box .develop-cont-item .develop-cont-right .develop-cont-list {
    padding: 0;
    margin-top: -20px;
  }
  .develop-main-box .develop-center-box .develop-cont-item .develop-cont-right .develop-cont-list .develop-cont-info {
    width: 95%;
  }
  .develop-main-box .develop-center-box .develop-cont-item .develop-cont-right .develop-cont-list .develop-cont-info .develop-cont-text {
    position: relative;
    font-weight: 400;
    color: #373737;
    padding-left: 3.3333333333vw;
    padding-bottom: 5.3333333333vw;
  }
  .develop-main-box .develop-center-box .develop-cont-item .develop-cont-right .develop-cont-list .develop-cont-info .develop-cont-text::after {
    content: "";
    position: absolute;
    left: 0;
    top: 1.8666666667vw;
    width: 6px;
    height: 6px;
  }
  .develop-main-box .develop-center-box .develop-control-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  .develop-main-box .develop-center-box .develop-control-box::after {
    content: "";
    position: absolute;
    top: 2.9333333333vw;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #d5dee4;
  }
  .develop-main-box .develop-center-box .develop-control-box .develop-control-item {
    width: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2vw;
  }
  .develop-main-box .develop-center-box .develop-control-box .develop-control-item .develop-control-circular {
    width: 15px;
    height: 15px;
    background: #cfdbe5;
    border-radius: 50%;
  }
  .develop-main-box .develop-center-box .develop-control-box .develop-control-item .develop-control-year {
    font-weight: 800;
    color: #373737;
    padding-top: 3.2vw;
  }
  .develop-main-box .develop-center-box .develop-control-box .develop-control-on .develop-control-circular {
    background: url(./../esimg/icon/6-1lan.png) no-repeat;
    background-size: 100% 100%;
    width: 30px;
    height: 30px;
    margin-top: -8px;
    border-radius: 50%;
  }
  .develop-main-box .develop-center-box .develop-control-box .develop-control-on .develop-control-year {
    font-weight: 800;
    font-size: 24px;
    color: #0878fd;
    padding-top: 1.3333333333vw;
  }
  .develop-cont-prev {
    position: absolute;
    z-index: 4;
    left: 0;
    top: 0;
    background: url(./../esimg/icon/develop-cont-prev_hover.png) no-repeat;
    background-size: 100% 100%;
    width: 25px;
    height: 25px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  .develop-cont-prev:hover {
    background: url(./../esimg/icon/develop-cont-prev.png) no-repeat;
    background-size: 100% 100%;
  }
  .develop-cont-next {
    position: absolute;
    z-index: 4;
    right: 0;
    top: 0;
    background: url(./../esimg/icon/develop-cont-next_hover.png) no-repeat;
    background-size: 100% 100%;
    width: 25px;
    height: 25px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  .develop-cont-next:hover {
    background: url(./../esimg/icon/develop-cont-next.png) no-repeat;
    background-size: 100% 100%;
  }
  .develop-cont-swiper {
    margin-top: 8.8vw;
  }
  .develop-control-swiper {
    width: 100%;
  }
  .shock-new-banner {
    position: relative;
    width: 100%;
    height: 56vw;
  }
  .shock-new-banner .shock-new-banner-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .shock-new-banner .shock-new-banner-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 16vw;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .shock-new-banner .inn-bannerText {
    width: 60%;
    text-align: left;
    top: 35%;
  }
  .shock-new-banner .inn-bannerText h6 {
    line-height: 1.3;
  }
  .shock-new-banner .inn-bread {
    position: absolute;
    bottom: 3.6458333333vw;
    color: #333;
  }
  .shock-new-banner .inn-bread a {
    color: #333;
  }
  .big-message-from {
    margin-top: 6.9333333333vw;
  }
  .big-message-from .big-message-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-bottom: 4vw;
  }
  .big-message-from .big-message-input input {
    width: 77.3333333333vw;
    height: 8vw;
    padding-left: 4vw;
  }
  .big-message-from .big-message-textarea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-bottom: 4vw;
  }
  .big-message-from .big-message-textarea textarea {
    width: calc(100% - 13.3333333333vw);
    height: 13.3333333333vw;
    border-radius: 25px;
    padding: 1.3333333333vw 4vw 1.3333333333vw 1.3333333333vw;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
  }
  .big-message-from .big-message-textarea .big-message-check {
    width: calc(100% - 13.3333333333vw);
    height: 8vw;
  }
  .big-message-from .big-message-textarea .big-message-check .big-message-verification {
    width: auto;
    height: 8vw;
    padding-left: 10.6666666667vw;
  }
  .big-message-from .big-message-textarea .big-message-check .big-message-verification::after {
    top: 1.3333333333vw;
    left: 4vw;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
  .big-message-from .big-message-textarea .big-message-submit {
    cursor: pointer;
    border: none;
    width: 26.6666666667vw;
    height: 6vw;
    background: -webkit-gradient(linear, left top, right top, from(#0572fd), to(#2bb5fc));
    background: linear-gradient(90deg, #0572fd 0%, #2bb5fc 100%);
    border-radius: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400;
    color: #ffffff;
    margin-right: 1.3333333333vw;
  }
  .big-message-from .big-message-textarea .big-message-submit:hover {
    background: #2bb5fc;
  }
  .big-message-from .big-message-name {
    font-weight: 400;
    color: #ffffff;
    padding-right: 2.6666666667vw;
    width: 16.6666666667vw;
  }
}
@media screen and (max-width: 450px) {
  .text-4xl {
    font-size: 5.3333333333vw;
  }
  .text-3xl {
    font-size: 4.8vw;
  }
  .text-2xl {
    font-size: 4.2666666667vw;
  }
  .text-xl {
    font-size: 4vw;
  }
  .text-lg {
    font-size: 3.7333333333vw;
  }
  .text-base {
    font-size: 3.4666666667vw;
  }
  .text-sm {
    font-size: 3.2vw;
  }
  .head-nav-oneLi .head-nav-oneLiA a {
    font-size: 4.2666666667vw;
    line-height: 2.4;
  }
  .head-nav-threeUl .head-nav-threeLi i,
  .head-nav-twoUl .head-nav-twoLi .head-nav-twoTitle p,
  .head-nav-oneLi ul li a {
    font-size: 4vw;
    line-height: 2.2;
  }
  .btn1 {
    font-size: 3.2vw;
  }
  .ind-messageBox .ind-form .ind-formBtn input {
    padding: 0.8vw 0;
    border-radius: 4vw;
  }
  .partners-main-box {
    padding: 10.6666666667vw 0 16vw;
  }
  .partners-main-content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 13.3333333333vw 0 16vw;
  }
  .partners-main-content .partners-main-item {
    width: calc(50% - 2.6666666667vw);
    margin-right: 5.3333333333vw;
    margin-bottom: 3.3333333333vw;
    padding-bottom: 4vw;
    position: relative;
  }
  .partners-main-content .partners-main-item img {
    width: 100%;
  }
  .partners-main-content .partners-main-item p {
    font-weight: 400;
    color: #373737;
    text-align: center;
  }
  .partners-main-content .partners-main-item::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #d5dee4;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
  }
  .partners-main-content .partners-main-item:hover::after {
    background-color: #0674fc;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
  }
  .partners-main-content .partners-main-item:nth-child(3n) {
    margin-right: 5.3333333333vw;
  }
  .partners-main-content .partners-main-item:nth-child(2n) {
    margin-right: 0;
  }
  .partners-main-content .partners-main-item:nth-child(6n) {
    margin-right: 0;
  }
  .pages-nav-box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .pages-nav-box .pages-nav-home {
    width: 13.3333333333vw;
    height: 8vw;
    border-radius: 6px;
    background: #ffffff;
    border: 1px solid #d5dee4;
    font-weight: 400;
    color: #373737;
    opacity: 0.6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0.6666666667vw;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  .pages-nav-box .pages-nav-home:hover {
    color: #ffffff;
    background: linear-gradient(140deg, #0572fd 0%, #2bb5fc 100%);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  .pages-nav-box .pages-nav-small,
  .pages-nav-box .page-num {
    width: 8vw;
    height: 8vw;
    background: #ffffff;
    border-radius: 6px;
    border: 1px solid #d5dee4;
    color: #373737;
    opacity: 0.6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0.6666666667vw;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  .pages-nav-box .pages-nav-small:hover,
  .pages-nav-box .page-num:hover {
    color: #ffffff;
    background: linear-gradient(140deg, #0572fd 0%, #2bb5fc 100%);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
}
