.index_ban {
  position: relative;
}
.index_ban .swiper-slide {
  height: 100vh;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
.index_ban .swiper-pagination {
  top: 23%;
  bottom: auto;
  width: fit-content;
  left: auto;
  right: 10%;
}
.index_ban .swiper-pagination .swiper-pagination-bullet {
  display: block;
  width: 13px;
  height: 13px;
  border: 1px solid #000;
  background-color: transparent;
  margin-bottom: 18px;
  opacity: 1 !important;
}
.index_ban .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #000;
}
.index_ban .nav {
  height: 180px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}
.index_ban .nav a {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.index_ban .nav a:hover p {
  color: #e5212d;
}
.index_ban .nav a:hover img:nth-child(1) {
  display: none;
}
.index_ban .nav a:hover img:nth-child(2) {
  display: block !important;
}
.index_ban .nav a:nth-child(2)::after {
  display: block;
  content: '';
  width: 2px;
  height: 70px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #f0f0f0;
}
.index_ban .nav a:nth-child(2)::before {
  display: block;
  content: '';
  width: 2px;
  height: 70px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: #f0f0f0;
}
.index_ban .nav a p {
  margin-top: 16px;
  font-size: 16px;
  color: #999999;
  transition: 0.3s;
}
.index_pd {
  background: url(../images/index_pd.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.index_pd .pub_title {
  color: #fff;
  margin-bottom: 96px;
}
.index_pd .pub_title .cn {
  color: #fff;
  position: relative;
  width: fit-content;
  margin: 0 auto;
}
.index_pd .pub_title .cn::after {
  content: '';
  display: block;
  width: 194px;
  height: 1px;
  background: #cbcbcb;
  position: absolute;
  left: -218px;
  top: 50%;
  transform: translateY(-50%);
}
.index_pd .pub_title .cn::before {
  content: '';
  display: block;
  width: 194px;
  height: 1px;
  background: #cbcbcb;
  position: absolute;
  right: -218px;
  top: 50%;
  transform: translateY(-50%);
}
.index_pd ul {
  display: flex;
  margin-bottom: 58px;
}
.index_pd ul li {
  width: 23.3%;
}
.index_pd ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.index_pd ul li a:hover .img {
  border: 3px solid #dc1c27;
}
.index_pd ul li a:hover .name p {
  background: #dc1c27;
  opacity: 1;
}
.index_pd ul li a .img {
  margin-bottom: 37px;
  background: #fff;
  border: 3px solid #696969;
  transition: 0.3s;
}
.index_pd ul li a .name {
  position: relative;
  width: 100%;
}
.index_pd ul li a .name p {
  height: 50px;
  font-size: 20px;
  background: #fff;
  text-align: center;
  opacity: 0.3;
  transition: 0.3s;
}
.index_pd ul li a .name span {
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 0;
  color: #fff;
}
.index_pd .more {
  display: flex;
  width: 178px;
  height: 47px;
  border: 1px solid #d2d2d2;
  margin: 0 auto;
  border-radius: 47px;
  text-align: center;
  line-height: 47px;
  font-size: 16px;
  color: #fff;
  justify-content: center;
  align-items: center;
}
.index_pd .more img {
  margin-left: 14px;
}
.index_adv .pub_title {
  text-align: center;
  margin-bottom: 90px;
}
.index_adv ul li {
  width: 18%;
  text-align: center;
}
.index_adv ul li img {
  margin-bottom: 60px;
}
.index_adv ul li h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 18px;
}
.index_adv ul li p {
  font-size: 16px;
  line-height: 30px;
  color: rgba(59, 59, 58, 0.7);
}
.index_vr {
  background: #f6f6f6;
  padding-bottom: 0;
}
.index_vr .pub_title {
  margin-bottom: 100px;
}
.index_shili .top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 65px;
}
.index_shili .top .title {
  font-size: 36px;
}
.index_shili .top .btn {
  display: flex;
}
.index_shili .top .btn a {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  margin-left: 20px;
}
.index_shili .bottom {
  line-height: 90px;
}
.index_shili .bottom p {
  font-size: 22px;
  text-align: center;
}
.workshop {
  margin-bottom: 5%;
}
.workshop .pub_title {
  text-align: left;
  margin-bottom: 0;
}
.workshop .change {
  display: flex;
  align-items: center;
}
.workshop .change a {
  display: flex;
  width: 72px;
  height: 72px;
  border: 1px solid #bfbfbf;
  border-radius: 4px 14px 4px 14px;
  justify-content: center;
  align-items: center;
  margin-left: 23px;
  background: #000;
}
.workshop .change a img:nth-child(1) {
  display: none;
}
.workshop .change a.prev {
  border-radius: 4px 0 0 12px;
}
.workshop .change a.prev img:nth-child(1) {
  transform: rotateY(-180deg);
}
.workshop .change a.next img:nth-child(2) {
  transform: rotate(-180deg);
}
.workshop .change a.swiper-button-disabled {
  background: #fff;
  cursor: default;
}
.workshop .change a.swiper-button-disabled img:nth-child(1) {
  display: block;
}
.workshop .change a.swiper-button-disabled img:nth-child(2) {
  display: none;
}
.workshop .top {
  margin-bottom: 3%;
}
.workshop .wsSwiper {
  margin-left: 13%;
}
.workshop .wsSwiper .swiper-slide {
  overflow: hidden;
}
.workshop .wsSwiper .swiper-slide img {
  transition: 0.3s;
}
.workshop .wsSwiper .swiper-slide img:hover {
  transform: scale(1.1);
}
.products_list .nav {
  justify-content: center;
  margin-bottom: 130px;
}
.products_list .nav .one {
  line-height: 63px;
  font-size: 21px;
  color: #000;
  display: block;
  border: 1px solid #333333;
  width: 219px;
  transition: 0.3s;
  position: relative;
  z-index: 999;
}
.products_list .nav .one a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.products_list .nav .one:hover,
.products_list .nav .one.active {
  background: #333;
  color: #fff;
  border: 1px solid #fff;
}
.products_list .nav .one:hover img:nth-child(1),
.products_list .nav .one.active img:nth-child(1) {
  display: none;
}
.products_list .nav .one:hover img:nth-child(2),
.products_list .nav .one.active img:nth-child(2) {
  display: block;
  transform: rotate(-90deg);
}
.products_list .nav .one img {
  transition: 0.3s;
}
.products_list .nav .one img:nth-child(2) {
  display: none;
}
.products_list .nav .one:nth-child(2) {
  margin: 0 200px;
}
.products_list .nav .one img {
  margin-left: 45px;
}
.products_list .nav .two {
  text-align: center;
  position: absolute;
  width: 100%;
  display: none;
  background: #fff;
  max-height: 200px;
  overflow-y: scroll;
}
.products_list .nav .two::-webkit-scrollbar {
  width: 6px;
  border-radius: 1.5px;
}
.products_list .nav .two::-webkit-scrollbar-button {
  display: none;
}
.products_list .nav .two::-webkit-scrollbar-track {
  display: none;
}
.products_list .nav .two::-webkit-scrollbar-thumb {
  background: #7d7d7d;
  width: 6px;
}
.products_list .nav .two li {
  background: #333;
  color: #fff;
  line-height: 47px;
  border: 1px solid #333;
  margin-top: 1px;
  font-size: 18px;
  transition: 0.3s;
}
.products_list .nav .two li:hover {
  opacity: 0.8;
}
.product_read .left .prev {
  position: absolute;
  left: 2%;
  top: 50%;
  transform: translateY(-50%) rotateY(180deg);
  cursor: pointer;
}
.product_read .left .next {
  position: absolute;
  right: 2%;
  top: 50%;
  cursor: pointer;
  transform: translateY(-50%);
}
.product_read .left .thumbs .swiper-slide {
  cursor: pointer;
  transition: 0.3s;
}
.product_read .left .thumbs .swiper-slide:hover:after {
  opacity: 1 !important;
}
.product_read .left .thumbs .swiper-slide::after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.product_read .left .thumbs .swiper-slide.swiper-slide-thumb-active {
  cursor: default;
}
.product_read .left .thumbs .swiper-slide.swiper-slide-thumb-active:after {
  opacity: 1;
}
.product_read {
  align-items: start;
}
.product_read .left {
  width: 40%;
}
.product_read .left .mySwiper2 a {
  display: block;
  width: 30%;
  background-color: #f6f6f6;
  text-align: center;
  overflow: hidden;
  padding-top: 18px;
  position: relative;
  margin-bottom: 4.64%;
}
.product_read .left .mySwiper2 a .pd_img {
  width: 54.8%;
}
.product_read .left .mySwiper2 a .logo {
  position: absolute;
  top: 6%;
  left: 5%;
  width: 20%;
}
.product_read .right {
  width: 43%;
}
.product_read .right .title {
  font-size: 34px;
  font-weight: bold;
  line-height: 90px;
}
.product_read .right .cs {
  line-height: 90px;
  font-size: 24px;
  margin-bottom: 70px;
}
.product_read .right .cs p {
  border-bottom: 1px solid #434343;
}
.product_read .right .btn a {
  display: inline-block;
  width: 183px;
  line-height: 55px;
  text-align: center;
  border: 1px solid #4c4c4c;
  color: rgba(0, 0, 0, 0.9);
  font-size: 18px;
}
.product_read .right .btn a:nth-child(1) {
  margin-right: 30px;
}
.product_read .right .btn a:nth-child(2) {
  background: #333;
  color: #fff;
}
.product_read .right .btn a:hover {
  background: #333;
  color: #fff;
}
.contact {
  padding-bottom: 0;
}
.contact .info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 600px;
}
.contact .info li {
  width: 280px;
  height: 190px;
  border-radius: 40px 2px;
  border: 1px solid #333;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
}
.contact .info li .title {
  font-size: 22px;
  color: #000;
  margin-bottom: 20px;
}
.contact .info li .title img {
  vertical-align: middle;
  margin-right: 18px;
}
.contact .info li p {
  font-size: 20px;
  line-height: 34px;
  text-align: center;
}
.contact .bottom {
  position: relative;
}
.contact .bottom .message {
  height: 680px;
  background: #fff;
  box-shadow: 0 0 36px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  bottom: 400px;
  z-index: 999;
  left: 0;
  right: 0;
}
.contact .bottom .message .title {
  font-size: 36px;
  margin-bottom: 70px;
}
.contact .bottom .message input {
  width: 590px;
  border: none;
  border-bottom: 1px solid #bfbfbf;
  line-height: 38px;
  display: block;
  margin-bottom: 60px;
}
.contact .bottom .message input::placeholder {
  font-size: 20px;
  color: #666666;
}
.contact .bottom .message input[type='submit'] {
  line-height: 50px;
  background: #000;
  border-bottom: none;
  width: 33.33%;
  margin: 0 auto;
}
.contact .bottom .message input[type='submit']:valid {
  color: #ffffff;
  font-size: 16px;
}
.contact #amap_container {
  height: 600px;
}
.cloudzoom-zoom {
  z-index: 9999;
}
.header {
  z-index: 99999;
}
@font-face {
  font-family: FuturaBT;
  src: url(../en_css/fonts/LVNM.TTF);
}
@font-face {
  font-family: FuturaBTB;
  src: url(../en_css/fonts/LVNMBD.TTF);
}
@font-face {
  font-family: CenturyGothic;
  src: url(../en_css/fonts/GOTHIC.TTF);
}
@font-face {
  font-family: CenturyGothicB;
  src: url(../en_css/fonts/GOTHICB.TTF);
}
@font-face {
  font-family: AkzidenzGroteskBQ;
  src: url(../en_css/fonts/AKZIDENZGROTESK-MEDIUM.OTF);
}
@font-face {
  font-family: AkzidenzGroteskBQB;
  src: url(../en_css/fonts/AKZIDENZGROTESK-BOLD.OTF);
}
@font-face {
  font-family: PingFang;
  src: url(../en_css/fonts/PINGFANGMEDIUM_0.TTF);
}
@font-face {
  font-family: FrutigerLTStd;
  src: url(../en_css/fonts/FRUTIGERLTSTD-BOLD.OTF);
}
@font-face {
  font-family: FrutigerLTStdB;
  src: url(../en_css/fonts/FRUTIGERLTSTD-BLACK.OTF);
}
* {
  box-sizing: border-box;
}
.Corporate {
  margin: 180px 0 200px 0;
}
.pub_title1 .en1 {
  font-size: 60px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: left;
}
.pub_title1 .en1 span {
  color: #e5212d;
}
.pub_title1 .cn1 {
  color: #d2d2d2;
  font-size: 30px;
}
.pub_title1 .cn1 img {
  margin-top: 15px;
  margin-left: 20px;
}
.Cor {
  margin-top: 98px;
}
.Cor_li {
  width: 32%;
  border: 1px solid #d7d7d7;
  padding: 130px 0 130px 60px;
  background-color: #fff;
}
.Cor_li .p1 {
  font-size: 24px;
  line-height: 35px;
  margin: 50px 0 35px 0;
}
.Cor_li .p2 {
  font-size: 22px;
  line-height: 38px;
}
.Cor_li .img_w {
  display: none;
}
.Cor_li:hover p {
  color: #fff;
}
.Cor_li:hover {
  background-color: #c63435;
  border: 0;
}
.Cor_li:hover .img_w {
  display: block;
}
.Cor_li:hover .img_b {
  display: none;
}
.Cor_ul {
  display: flex;
  justify-content: space-between;
}
.honor {
  margin: 150px 0;
}
.hon_li p {
  font-size: 22px;
  line-height: 68px;
  text-align: center;
}
.hon_li {
  width: 31%;
  margin-bottom: 60px;
  transition: 0.5s;
}
.hon_li:hover {
  margin-top: -15px;
}
.hon_ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.contact {
  margin: 150px 0 200px 0;
}
.lian_img .imm2 {
  margin-bottom: 25px;
}
.lian_img .imm2:last-child {
  margin-bottom: 0;
}
.lian_center1 {
  margin: auto 0;
  padding: 60px 80px;
  border: 1px solid #bcbcbc;
}
.lian_center1:last-child {
  padding: 0;
  border: 0;
}
.lian_center {
  width: 55%;
}
.lian_center p {
  font-size: 18px;
  line-height: 46px;
}
.contact_d_ul {
  margin-bottom: 113px;
}
.contact_d_li {
  display: flex;
  justify-content: space-between;
}
.imm2 {
  cursor: pointer;
}
.imm2 .img22 {
  display: none;
}
.SQ2 .img22 {
  display: block;
}
.SQ2 .img11 {
  display: none;
}
.lian_center1 .input {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.lian_center1 .input input {
  height: 60px;
  padding-left: 20px;
  margin-bottom: 15px;
  border: 1px solid #bfbfbfc1;
  border-radius: 5px;
}
.lian_center1 .input input::placeholder {
  font-size: 16px;
  line-height: 20px;
}
.lian_center1 .input textarea {
  height: 100px;
  padding-left: 20px;
  padding-top: 10px;
  margin-bottom: 15px;
  border: 1px solid #bfbfbfc1;
  border-radius: 5px;
}
.lian_center1 .input textarea::placeholder {
  font-size: 16px;
  line-height: 20px;
}
.form_btn input {
  border: 0;
  font-size: 16px;
  color: #fff;
  border-radius: 0;
}
.form_btn input:hover {
  background-color: #da1d1d;
}
.public_w {
  max-width: 1400px;
  width: 90%;
  margin: 0 auto;
}
body {
  background-color: #000D1E;
  color: #fff;
}
.banner {
  position: relative;
  overflow: hidden;
}
.banner .ban_img {
  width: 100%;
}
.banner .banner_shade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.banner .banner_shade .public_w {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
}
.banner .banner_across {
  display: block;
  width: calc(10px + 0.8rem);
  height: calc(1px + 0.1rem);
  background: #333133;
}
.banner h2 {
  font-family: CenturyGothicB;
  font-size: calc(10px + 2.2rem);
}
.banner h3 {
  font-family: CenturyGothic;
  font-weight: 400;
  font-size: calc(10px + 1.9rem);
  color: #FFFFFF;
  text-shadow: 0px 3px 10px rgba(36, 91, 159, 0.8);
}
.banner h3::after {
  content: "";
  display: block;
  width: calc(26px + 1rem);
  height: calc(2px + 0.15rem);
  margin-top: 1.5rem;
  background-color: #fff;
}
.banner h3.title_ban {
  /*text-align: center;*/
}
.banner h3.title_ban::after {
  /*margin: 1.5rem auto 0;*/
}
.banner p {
  font-family: CenturyGothic;
  font-weight: 400;
  font-size: calc(10px + 0.7rem);
  color: #333133;
}
.banner .banner_but {
  display: flex;
  margin-top: 1.6rem;
  width: calc(60px + 5rem);
  height: calc(16px + 1.5rem);
  background: linear-gradient(189deg, #23C0C1, #278DD8);
  border-radius: calc(13px + 0.5rem);
  font-family: CenturyGothic;
  font-weight: 400;
  font-size: calc(10px + 0.5rem);
  color: #FFFFFF;
  align-items: center;
  justify-content: center;
}
.banner .pro_content h2 {
  color: #199FC3;
}
.banner .pro_content h2 .banner_name {
  color: #333133;
}
.nav_skipage {
  background-color: #052038;
}
.nav_skipage .loc_nav {
  display: flex;
  align-items: center;
  height: calc(36px + 1rem);
}
.nav_skipage .loc_nav img {
  width: calc(12px + 0.5rem);
}
.nav_skipage .loc_nav .crumbsNav {
  display: flex;
  align-items: center;
}
.nav_skipage .loc_nav .crumbsNav span {
  font-size: calc(10px + 0.4rem);
  font-family: FuturaBT;
  font-weight: 500;
  color: #82909C;
}
.nav_skipage .loc_nav .crumbsNav .crumbsEnd {
  color: #23C0C1;
}
.titleName2 h5 {
  font-size: calc(10px + 2rem);
  font-family: CenturyGothicB;
  color: #333333;
  padding-bottom: 1.2rem;
  position: relative;
}
.titleName2 .tranLine2 {
  display: block;
  width: calc(22px + 3rem);
  height: calc(2px + 0.1rem);
  background-color: #EC6600;
}
.popuplayer {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 20;
}
.popuplayer .popuplayer_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 30;
  top: 0;
  left: 0;
  background-color: #000000b9;
}
.popuplayer .popupl_cont {
  position: absolute;
  max-width: 500px;
  width: 70%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 35;
  padding: calc(30px + 1rem) 0;
}
.popuplayer .popupl_cont .popup_img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.popuplayer .popupl_cont .popup_img img {
  width: 100%;
}
.proBox {
  margin-bottom: 6rem;
  margin-top: 6.5rem;
}
.proBox .nav_box {
  background-color: #052038;
  margin-bottom: 6.5rem;
}
.proBox .nav_box ul {
  display: flex;
  padding: 0.5rem 0;
  justify-content: space-between;
}
.proBox .nav_box li {
  width: 50%;
  padding: 0.5rem 0;
}
.proBox .nav_box li:first-of-type {
  border-right: 1px solid #ffffff2a;
}
.proBox .nav_box li a {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.proBox .nav_box li a .nav_boximg {
  height: calc(20px + 1.1rem);
  position: relative;
  margin-right: 1rem;
}
.proBox .nav_box li a .nav_boximg img {
  height: 100%;
  transition: 0.3s;
}
.proBox .nav_box li a .nav_boximg .nav_img2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 5;
}
.proBox .nav_box li .navItems {
  font-family: CenturyGothic;
  font-weight: 400;
  font-size: calc(10px + 0.7rem);
  color: #C0C3C7;
  transition: 0.3s;
}
.proBox .nav_box li:hover a .nav_boximg .nav_img2,
.proBox .nav_box li.activeProli a .nav_boximg .nav_img2 {
  opacity: 0;
}
.proBox .nav_box li:hover a .nav_boximg .nav_img2,
.proBox .nav_box li.activeProli a .nav_boximg .nav_img2 {
  opacity: 1;
}
.proBox .nav_box li:hover .navItems,
.proBox .nav_box li.activeProli .navItems {
  color: #23C0C1;
}
.proBox .pro_pro_ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.proBox .pro_pro_li {
  width: 31.1429%;
  border-radius: calc(2px + 0.1rem);
  overflow: hidden;
  margin-bottom: 1.6rem;
}
.proBox .pro_pro_li a {
  display: block;
}
.proBox .pro_pro_li .pro_img {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  padding: 3rem 0;
  border: 1px solid #ffffff25;
  border-radius: 4px 4px 0px 0px;
}
.proBox .pro_pro_li .pro_img.pro_img1 img {
  width: 80%;
  max-width: 280px;
}
.proBox .pro_pro_li .pro_img.pro_img2 {
  padding: 0;
  border: none;
}
.proBox .pro_pro_li .pro_img.pro_img2 img {
  width: 100%;
}
.proBox .pro_pro_li .pro_name {
  height: calc(44px + 1rem);
  font-family: CenturyGothic;
  font-weight: 400;
  font-size: calc(10px + 0.6rem);
  color: #FFFFFF;
  background-size: 300%;
  background-image: linear-gradient(90deg, #1A2635 10%, #1A2635 40%, #23C0C1 50%, #278DD8 100%);
  transition: background-position 0.5s;
  text-align: center;
  line-height: calc(44px + 1rem);
  padding: 0 0.5rem;
}
.proBox .pro_pro_li .pro_name.pro_name2 {
  font-size: calc(10px + 0.4rem);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  border: none;
}
.proBox .pro_pro_li:hover .pro_name {
  background-position: 100% 0;
}
.proBox .pro_pro_li.pro_pro_li2 {
  border-radius: 0;
}
.proBox2 {
  margin-top: 6.5rem;
  margin-bottom: 6.5rem;
}
.proBox2 .public_w {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.proBox2 .pro_navBox {
  width: 21%;
}
.proBox2 .pro_navBox .pro_navBt {
  display: flex;
  height: calc(30px + 1.5rem);
  font-family: CenturyGothic;
  font-weight: 400;
  font-size: calc(10px + 0.6rem);
  color: #ffffffd8;
  align-items: center;
  background: linear-gradient(90deg, #23C0C1, #278DD8);
  padding-left: 1rem;
  margin-bottom: 0.6rem;
}
.proBox2 .pro_navBox .pro_navItem {
  position: relative;
  padding: calc(12px + 0.5rem) 0;
  border-bottom: 1px solid #666E78;
}
.proBox2 .pro_navBox .pro_navItem .pro_nameTitle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 1rem;
}
.proBox2 .pro_navBox .pro_navItem .pro_nameTitle .stairName {
  font-family: CenturyGothic;
  font-weight: 400;
  font-size: calc(10px + 0.3rem);
  color: #ffffffd7;
}
.proBox2 .pro_navBox .pro_navItem .pro_nameTitle i {
  font-size: calc(10px + 0.3rem);
}
.proBox2 .pro_navBox .pro_navItem .pro_nav_second {
  display: none;
  margin-top: 0.6rem;
}
.proBox2 .pro_navBox .pro_navItem .pro_nav_second .pro_secondItem {
  margin-bottom: calc(5px + 0.3rem);
}
.proBox2 .pro_navBox .pro_navItem .pro_nav_second .pro_secondItem .secondName {
  display: flex;
  align-items: center;
}
.proBox2 .pro_navBox .pro_navItem .pro_nav_second .pro_secondItem .bot {
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
  margin-right: 5%;
}
.proBox2 .pro_navBox .pro_navItem .pro_nav_second .pro_secondItem .secondTitle {
  font-family: CenturyGothic;
  font-weight: 400;
  font-size: calc(10px + 0.3rem);
  color: #FFFFFF;
}
.proBox2 .pro_navBox .pro_navItem .pro_nav_second .pro_secondItem.pro_navActive2 .secondName .bot,
.proBox2 .pro_navBox .pro_navItem .pro_nav_second .pro_secondItem:hover .secondName .bot {
  background-color: #28FDFE;
}
.proBox2 .pro_navBox .pro_navItem .pro_nav_second .pro_secondItem.pro_navActive2 .secondName .secondTitle,
.proBox2 .pro_navBox .pro_navItem .pro_nav_second .pro_secondItem:hover .secondName .secondTitle {
  color: #28FDFE;
}
.proBox2 .pro_navBox .pro_navItem .pro_nav_second.current_pro {
  display: block;
}
.proBox2 .pro_navBox .pro_navItem.pro_navActive .pro_nameTitle .stairName,
.proBox2 .pro_navBox .pro_navItem:hover .pro_nameTitle .stairName {
  color: #28FDFE;
}
.proBox2 .pro_pro_bottom {
  width: 73%;
}
.proBox2 .pro_pro_bottom .pro_pro_ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  /*justify-content: space-between;*/
}
.proBox2 .pro_pro_bottom .pro_pro_li {
  width: 31.37%;
  margin-bottom: 1.8rem;
  margin-right: 1.5rem;
}
.proBox2 .pro_pro_bottom .pro_pro_li:nth-of-type(3n){
    margin-right: 0;
}
.proBox2 .pro_pro_bottom .pro_pro_li a {
  display: block;
}
.proBox2 .pro_pro_bottom .pro_pro_li .pro_img {
  width: 100%;
  position: relative;
}
.proBox2 .pro_pro_bottom .pro_pro_li .pro_img img {
  width: 1000%;
}
.proBox2 .pro_pro_bottom .pro_pro_li .pro_img .more_box {
  display: flex;
  width: calc(30px + 2.5rem);
  height: calc(30px + 2.5rem);
  background: linear-gradient(90deg, #278DD8, #23C0C1);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.3s;
  white-space: nowrap;
}
.proBox2 .pro_pro_bottom .pro_pro_li .pro_name {
  display: flex;
  height: calc(30px + 1rem);
  font-family: CenturyGothic;
  font-weight: 400;
  font-size: calc(10px + 0.3rem);
  color: #FFFFFF;
  align-items: center;
  justify-content: center;
  background-color: #ffffff2a;
  padding: 0 0.5rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.proBox2 .pro_pro_bottom .pro_pro_li:hover .pro_img .more_box {
  opacity: 0.9;
}
.popuplayer {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 20;
}
.popuplayer .popuplayer_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 30;
  top: 0;
  left: 0;
  background-color: #000000b9;
}
.popuplayer .popupl_cont {
  position: absolute;
  max-width: 800px;
  width: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 35;
  padding: calc(30px + 1rem) 0;
}
.popuplayer .popupl_cont .popup_img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.popuplayer .popupl_cont .popup_img img {
  width: 100%;
}
.proReadBox {
  margin-top: 6.5rem;
  margin-bottom: 6.5rem;
}
.proReadBox .details_conter {
  display: flex;
  justify-content: space-between;
}
.proReadBox .details_img {
  width: 47.9%;
  background-color: #fff;
}
.proReadBox .details_img .mySwiper2 {
  width: 100%;
}
.proReadBox .details_img .swiper-slide {
  display: flex;
  height: calc(310px + 15rem);
  align-items: center;
  justify-content: center;
}
.proReadBox .details_img .swiper-slide img {
  width: 70%;
}
.proReadBox .details_left {
  width: 48.5%;
  padding: 4.2rem;
  background-color: #142030;
}
.proReadBox .details_left .title {
  border-bottom: solid #ffffff2f 1px;
}
.proReadBox .details_left .title h3 {
  font-family: CenturyGothic;
  font-weight: 400;
  font-size: calc(10px + 1.3rem);
  color: #FFFFFF;
  margin-bottom: 1rem;
}
.proReadBox .details_left .paramBox {
  padding: 1rem 0;
}
.proReadBox .details_left .paramBox .paramList .paramItem {
  font-family: CenturyGothic;
  font-weight: 400;
  font-size: calc(10px + 0.4rem);
  color: #ffffffd7;
  margin-bottom: 1.8rem;
}
.proReadBox .details_left .paramBox .paramList .param_cont {
  color: #BDC2C9;
}
.proReadBox .details_left .paramBox .paramList .paramItem2 .parameter {
  display: block;
  margin-bottom: 0.8rem;
}
.proReadBox .details_left .paramBox .paramList .paramItem2 .param_cont {
  display: block;
}
.proReadBox .details_left .pro_but {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.proReadBox .details_left .pro_but a {
  display: flex;
  width: 47%;
  height: calc(26px + 1.5rem);
  border: 2px solid #ffffff21;
  font-family: CenturyGothic;
  font-weight: 400;
  font-size: calc(10px + 0.4rem);
  color: #FFFFFF;
  align-items: center;
  justify-content: center;
}
.proReadBox .details_left .pro_but a:hover {
  background-image: linear-gradient(90deg, #23C0C1 50%, #278DD8 100%);
}
.solutionBox {
  margin-top: 8rem;
  margin-bottom: 6.5rem;
}
.solutionBox .explain {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 7rem;
}
.solutionBox .explain h5 {
  font-family: CenturyGothic;
  font-weight: bold;
  font-size: calc(10px + 2.5rem);
  color: #FFFFFF;
}
.solutionBox .explain h5::after {
  content: "";
  display: block;
  margin-top: 0.8rem;
  width: calc(20px + 1.5rem);
  height: calc(2px + 0.15rem);
  background: linear-gradient(189deg, #278DD8, #23C0C1);
  border-radius: 2px;
}
.solutionBox .explain .explain_cont {
  width: 65%;
  font-family: CenturyGothic;
  font-weight: 400;
  font-size: calc(10px + 0.4rem);
  color: #FFFFFF;
  padding-left: 1.8rem;
  border-left: 1px solid #ffffff2d;
}
.solutionBox .explain .explain_cont p {
  line-height: calc(10px + 1.1rem);
}
.solutionBox .solution_bottom .solution_ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.solutionBox .solution_bottom .solution_li {
  width: 32%;
  margin-bottom: 3.2rem;
}
.solutionBox .solution_bottom .solution_li a {
  display: block;
}
.solutionBox .solution_bottom .solution_li .pro_img {
  margin-bottom: 1.1rem;
  overflow: hidden;
}
.solutionBox .solution_bottom .solution_li .pro_img img {
  width: 100%;
  transition: 0.3s;
}
.solutionBox .solution_bottom .solution_li .pro_name {
  font-family: CenturyGothic;
  font-weight: 400;
  font-size: calc(10px + 0.5rem);
  color: #FFFFFF;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.solutionBox .solution_bottom .solution_li:hover .pro_img img {
  transform: scale(1.1);
}
.aboutBox {
  margin-top: 6.5rem;
  margin-bottom: 6rem;
}
.aboutBox .nav_box {
  background-color: #052038;
  margin-bottom: 7rem;
}
.aboutBox .nav_box ul {
  display: flex;
  padding: 0.5rem 0;
  justify-content: space-between;
}
.aboutBox .nav_box li {
  width: 50%;
  padding: 0.5rem 0;
}
.aboutBox .nav_box li:first-of-type {
  border-right: 1px solid #ffffff2a;
}
.aboutBox .nav_box li a {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.aboutBox .nav_box li a .nav_boximg {
  height: calc(20px + 1.1rem);
  position: relative;
  margin-right: 1rem;
}
.aboutBox .nav_box li a .nav_boximg img {
  height: 100%;
  transition: 0.3s;
}
.aboutBox .nav_box li a .nav_boximg .nav_img2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 5;
}
.aboutBox .nav_box li .navItems {
  font-family: CenturyGothic;
  font-weight: 400;
  font-size: calc(10px + 0.7rem);
  color: #C0C3C7;
  transition: 0.3s;
}
.aboutBox .nav_box li:hover a .nav_boximg .nav_img2,
.aboutBox .nav_box li.activeProli a .nav_boximg .nav_img2 {
  opacity: 0;
}
.aboutBox .nav_box li:hover a .nav_boximg .nav_img2,
.aboutBox .nav_box li.activeProli a .nav_boximg .nav_img2 {
  opacity: 1;
}
.aboutBox .nav_box li:hover .navItems,
.aboutBox .nav_box li.activeProli .navItems {
  color: #23C0C1;
}
.aboutBox .about_cont1 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5rem;
}
.aboutBox .about_cont1 .about1_video_data {
  width: 49%;
}
.aboutBox .about_cont1 .about1_video_data .about1_video video {
  width: 100%;
  object-fit: cover;
}
.aboutBox .about_cont1 .about1_video_data .company_case {
  display: flex;
  justify-content: space-between;
  margin-top: 2.2rem;
}
.aboutBox .about_cont1 .about1_video_data .company_case .case {
  text-align: center;
}
.aboutBox .about_cont1 .about1_video_data .company_case .case .caseData {
  display: flex;
  font-family: CenturyGothicB;
  font-size: calc(10px + 1.8rem);
  color: #fff;
  justify-content: center;
  align-items: center;
}
.aboutBox .about_cont1 .about1_video_data .company_case .case .caseData b {
  display: inline-block;
  vertical-align: top;
}
.aboutBox .about_cont1 .about1_video_data .company_case .case .message {
  display: block;
  font-size: calc(10px + 0.3rem);
  font-family: CenturyGothic;
  font-weight: 400;
  color: #ffffffbe;
  line-height: 20px;
  margin: 0 auto;
}
.aboutBox .about_cont1 .about1_title_cont {
  width: 44%;
}
.aboutBox .about_cont1 .about1_title_cont h5 {
  font-family: CenturyGothicB;
  font-size: calc(10px + 0.8rem);
  color: #FFFFFF;
  background: linear-gradient(0deg, #278DD8 0%, #23C0C1 88.0859375%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 1rem;
  border-bottom: solid #ffffff49 1px;
  margin-bottom: 2rem;
}
.aboutBox .about_cont1 .about1_title_cont .about1_content {
  font-family: CenturyGothic;
  font-weight: 400;
  font-size: calc(10px + 0.3rem);
  color: #ffffffe0;
  line-height: calc(10px + 1rem);
}
.aboutBox .about_cont1 .about1_title_cont .about1_content p {
  margin-bottom: 0.5rem;
}
.aboutBox .qualityBox {
  position: relative;
  margin-bottom: 7.5rem;
}
.aboutBox .qualityBox .quality {
  width: 100%;
}
.aboutBox .qualityBox .quality img {
  width: 100%;
}
.aboutBox .qualityBox p {
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  font-family: CenturyGothic;
  font-weight: normal;
  font-size: calc(10px + 1.1rem);
  color: #FFFFFF;
  text-shadow: 0px 3px 10px rgba(36, 80, 135, 0.8);
  /*background-color: rgba(0, 0, 0, 0.562);*/
}
.aboutBox .certificate {
  padding-bottom: 13rem;
  background-image: url("../images/certificate_bg.png");
  background-size: 100% 100%;
  margin-bottom: 2.5rem;
}
.aboutBox .certificate .certificateTit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-bottom: 5.5rem;
}
.aboutBox .certificate .toggleBut {
  position: relative;
  width: calc(54px + 5rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.aboutBox .certificate .toggleBut .swiper-button-next,
.aboutBox .certificate .toggleBut .swiper-button-prev {
  width: calc(27px + 2rem);
  height: calc(27px + 2rem);
  background-size: 300%;
  background-image: linear-gradient(90deg, #1a2635, #1a2635, #278DD8, #23C0C1);
  background-position: 100% 0;
  transition: background-position 0.3s;
  border-radius: 50%;
}
.aboutBox .certificate .toggleBut .swiper-button-next::after,
.aboutBox .certificate .toggleBut .swiper-button-prev::after {
  color: #fff;
  font-size: calc(10px + 0.4rem);
}
.aboutBox .certificate .toggleBut .swiper-button-next.swiper-button-disabled,
.aboutBox .certificate .toggleBut .swiper-button-prev.swiper-button-disabled {
  background-position: 0% 0;
  opacity: 1;
}
.aboutBox .certificate .toggleBut .swiper-button-next {
  right: 0;
}
.aboutBox .certificate .toggleBut .swiper-button-prev {
  left: 0;
}
.aboutBox .certificate .certificate_swiper .swiper-slide a {
  display: block;
}
.aboutBox .certificate .certificate_swiper .swiper-slide .certificate_img {
  width: 80%;
  margin: 0 auto;
}
.aboutBox .certificate .certificate_swiper .swiper-slide .certificate_img img {
  width: 100%;
}
.aboutBox .certificate .certificate_swiper .swiper-slide .certificate_pedestal {
  width: 100%;
}
.aboutBox .certificate .certificate_swiper .swiper-slide .certificate_pedestal img {
  width: 100%;
}
.aboutBox .titleBox {
  font-family: CenturyGothicB;
  font-size: calc(10px + 2.5rem);
  color: #FFFFFF;
  padding-bottom: 1rem;
}
.aboutBox .titleBox::after {
  display: block;
  content: "";
  width: calc(10px + 2rem);
  height: calc(2px + 0.15rem);
  background: linear-gradient(189deg, #278DD8, #23C0C1);
  border-radius: 2px;
  margin-top: 1rem;
}
.aboutBox .sellCountry {
  margin-bottom: 6rem;
}
.aboutBox .sellCountry .sellCountryTit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5rem;
}
.aboutBox .sellCountry .sellCountryDeclare {
  font-family: CenturyGothic;
  font-weight: 400;
  font-size: calc(10px + 0.7rem);
  color: #FFFFFF;
}
.aboutBox .sellCountry .sellCountry_map {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.aboutBox .sellCountry .sellCountry_map .marketingMap {
  width: 74.286%;
  margin-bottom: 3rem;
  position: relative;
}
.aboutBox .sellCountry .sellCountry_map .marketingMap .marketingMap_bg {
  width: 100%;
}
.aboutBox .sellCountry .sellCountry_map .marketingMap .distributeBox {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.aboutBox .sellCountry .sellCountry_map .marketingMap .distributeStart {
  position: absolute;
  width: 4.81%;
  top: 38%;
  left: 76%;
}
.aboutBox .sellCountry .sellCountry_map .marketingMap .mapicon01 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 6;
  transform: scale(1);
  transition: 0.5s;
}
.aboutBox .sellCountry .sellCountry_map .marketingMap .mapicon01 .mapName {
  display: block;
  position: absolute;
  bottom: 110%;
  left: auto;
  font-size: calc(10px + 0.4rem);
  font-family: CenturyGothic;
  font-weight: normal;
  color: #E9CA60;
}
.aboutBox .sellCountry .sellCountry_map .marketingMap .mapicon01 .mapicon_img {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
}
.aboutBox .sellCountry .sellCountry_map .marketingMap .mapicon01 .mapicon_img .map_img {
  width: 56%;
  margin: 0 auto;
  position: relative;
  z-index: 5;
  animation: moves 2s infinite alternate linear  ;
}
.aboutBox .sellCountry .sellCountry_map .marketingMap .mapicon01 .mapicon_img .map_img img {
  width: 100%;
}
.aboutBox .sellCountry .sellCountry_map .marketingMap .mapicon01 .mapicon_img .pedestal {
  width: 50%;
  height: calc(4px + 0.3rem);
  border-radius: 50%;
  background-color: #e3d779c0;
  margin-top: calc(-2px - 0.1rem);
  position: relative;
  animation: moves2 2s infinite alternate linear  ;
}
.aboutBox .sellCountry .sellCountry_map .marketingMap .mapicon01 .mapicon_img .pedestal::before,
.aboutBox .sellCountry .sellCountry_map .marketingMap .mapicon01 .mapicon_img .pedestal::after {
  display: block;
  content: "";
  border-radius: 50%;
  border: 1px solid #E3D779;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.aboutBox .sellCountry .sellCountry_map .marketingMap .mapicon01 .mapicon_img .pedestal::before {
  width: 160%;
  height: calc(9px + 0.4rem);
  opacity: 0.9;
}
.aboutBox .sellCountry .sellCountry_map .marketingMap .mapicon01 .mapicon_img .pedestal::after {
  width: 200%;
  height: calc(12px + 0.6rem);
  opacity: 0.5;
}
@keyframes moves {
  0%,
  100% {
    transform: translateY(5px);
  }
  50% {
    transform: translateY(-6px);
  }
}
@keyframes moves2 {
  0%,
  100% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1.1);
  }
}
.aboutBox .sellCountry .sellCountry_map .marketingMap .linemapAll {
  position: absolute;
  height: 1px;
  background-color: #5BFAFF;
  transition: 0.7s;
}
.aboutBox .sellCountry .sellCountry_map .marketingMap .linemap1 {
  width: 5%;
  transform-origin: left center;
  transform: rotate(32deg);
  bottom: 54.9%;
  left: 78.3%;
}
.aboutBox .sellCountry .sellCountry_map .marketingMap .linemap2 {
  width: 33%;
  bottom: 54.9%;
  right: 21.7%;
  transform: rotate(13deg);
  transform-origin: right center;
}
.aboutBox .sellCountry .sellCountry_map .marketingMap .linemap3 {
  width: 19%;
  bottom: 54.9%;
  right: 21.7%;
  transform: rotate(-6deg);
  transform-origin: right center;
}
.aboutBox .sellCountry .sellCountry_map .marketingMap .linemap4 {
  width: 27%;
  bottom: 54.9%;
  right: 21.7%;
  transform: rotate(-12deg);
  transform-origin: right center;
}
.aboutBox .sellCountry .sellCountry_map .marketingMap .mapiconArrive {
  position: relative;
  display: flex;
  width: 3.85%;
  flex-direction: column;
  align-items: center;
  transition: 0.5s;
}
.aboutBox .sellCountry .sellCountry_map .marketingMap .mapiconArrive img {
  width: 100%;
}
.aboutBox .sellCountry .sellCountry_map .marketingMap .mapiconArrive .mapName {
  display: block;
  position: absolute;
  bottom: 110%;
  left: auto;
  font-size: calc(10px + 0.4rem);
  font-family: CenturyGothic;
  font-weight: bold;
  color: #23C0C1;
  white-space: nowrap;
}
.aboutBox .sellCountry .sellCountry_map .marketingMap .mapicon02 {
  top: 44.5%;
  left: 81%;
}
.aboutBox .sellCountry .sellCountry_map .marketingMap .mapicon02 .mapName {
  top: 0%;
  left: 100%;
}
.aboutBox .sellCountry .sellCountry_map .marketingMap .mapicon03 {
  top: 15%;
  left: 44%;
}
.aboutBox .sellCountry .sellCountry_map .marketingMap .mapicon04 {
  top: 26%;
  left: 57.5%;
}
.aboutBox .sellCountry .sellCountry_map .marketingMap .mapicon05 {
  top: 24.4%;
  left: 50%;
}
.aboutBox .sellCountry .sellCountry_map .marketingMap .mapiconNo {
  transform: scale(0);
}
.aboutBox .sellCountry .sellCountry_map .marketingMap .linemapAllNo {
  width: 0;
}
.aboutBox .sellCountry .sellCountry_map .mainSalesArea {
  width: 20.429%;
  padding: 3.4rem 2.3rem 3.5rem;
  opacity: 0.8;
  border-radius: 5px;
  background-image: url("../images/main_bg.png");
  background-size: cover;
}
.aboutBox .sellCountry .sellCountry_map .mainSalesArea .mainName {
  font-size: calc(10px + 0.5rem);
  font-family: CenturyGothic;
  font-weight: bold;
  color: #FFFFFF;
}
.aboutBox .sellCountry .sellCountry_map .mainSalesArea .mainMap {
  margin-top: 0.4rem;
}
.aboutBox .sellCountry .sellCountry_map .mainSalesArea .mainMap .mainMapItem {
  font-size: calc(10px + 0.5rem);
  font-family: CenturyGothic;
  font-weight: 400;
  color: #ffffffde;
  margin-top: 1.6rem;
}
.aboutBox .serveBox {
  position: relative;
}
.aboutBox .serveBox .serve_bg {
  width: 100%;
  z-index: -1;
}
.aboutBox .serveBox .serve_bg img {
  width: 100%;
}
.aboutBox .serveBox .serveList {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.aboutBox .serveBox .serveList ul {
  display: flex;
  height: 100%;
}
.aboutBox .serveBox .serveList .serveItem {
  width: 25%;
  height: 100%;
  border-right: 1px solid #ffffff2a;
  padding: 5.7rem 3.4rem 4rem;
}
.aboutBox .serveBox .serveList .serveItem .serveItemCon {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
.aboutBox .serveBox .serveList .serveItem .serveImg {
  width: 16.7%;
  margin: 0 auto;
  position: relative;
}
.aboutBox .serveBox .serveList .serveItem .serveImg img {
  width: 100%;
  transition: 0.3s;
}
.aboutBox .serveBox .serveList .serveItem .serveImg .serve_img2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.aboutBox .serveBox .serveList .serveItem .serveCont {
  text-align: center;
  overflow: hidden;
  transition: 0.3s;
}
.aboutBox .serveBox .serveList .serveItem .sequence {
  font-family: CenturyGothic;
  font-weight: 400;
  font-size: calc(10px + 0.6rem);
  color: #FFFFFF;
  margin-bottom: 0.6rem;
  transition: 0.3s;
}
.aboutBox .serveBox .serveList .serveItem .serveTit {
  font-family: CenturyGothicB;
  font-size: calc(10px + 0.8rem);
  color: #FFFFFF;
  margin-bottom: 1.5rem;
  transition: 0.3s;
}
.aboutBox .serveBox .serveList .serveItem .serveDeclare {
  font-family: CenturyGothic;
  font-weight: 400;
  font-size: calc(10px + 0.4rem);
  color: #FFFFFF;
  line-height: calc(10px + 1rem);
  transition: 0.3s;
  overflow: hidden;
}
.aboutBox .serveBox .serveList .serveItem:hover .serveImg .serve_img2 {
  opacity: 1;
}
.aboutBox .serveBox .serveList .serveItem:hover .serveImg .serve_img1 {
  opacity: 0;
}
.aboutBox .serveBox .serveList .serveItem:hover .serveTit {
  background: linear-gradient(0deg, #278DD8 0%, #23C0C1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.aboutBox .photos {
  margin-bottom: 6rem;
}
.aboutBox .photos .photos_title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3rem;
}
.aboutBox .photos .photos_title .toggleBut {
  position: relative;
  width: calc(54px + 5rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.aboutBox .photos .photos_title .toggleBut .swiper-button-next,
.aboutBox .photos .photos_title .toggleBut .swiper-button-prev {
  width: calc(27px + 2rem);
  height: calc(27px + 2rem);
  border-radius: 50%;
  border: 2px solid #23C0C1;
}
.aboutBox .photos .photos_title .toggleBut .swiper-button-next::after,
.aboutBox .photos .photos_title .toggleBut .swiper-button-prev::after {
  color: #23C0C1;
  font-size: calc(10px + 0.4rem);
}
.aboutBox .photos .photos_title .toggleBut .swiper-button-next.swiper-button-disabled::after,
.aboutBox .photos .photos_title .toggleBut .swiper-button-prev.swiper-button-disabled::after {
  color: #fff;
}
.aboutBox .photos .photos_title .toggleBut .swiper-button-next {
  right: 0;
}
.aboutBox .photos .photos_title .toggleBut .swiper-button-prev {
  left: 0;
}
.aboutBox .photos .photos_swiper .swiper1 .swiper-wrapper {
  display: flex;
  width: 100%;
  height: calc(300px + 30rem);
  margin-bottom: 1rem;
  flex-wrap: wrap;
}
.aboutBox .photos .photos_swiper .swiper-slide {
  display: flex;
  height: auto;
  justify-content: center;
  align-items: center;
}
.aboutBox .photos .photos_swiper .swiper-slide a {
  width: 100%;
  height: 100%;
}
.aboutBox .photos .photos_swiper .swiper-slide img {
  width: 100%;
}
.aboutBox .photos .photos_swiper .swiper-slide .photos_pedestal {
  margin: 1.4rem 0 2rem;
  font-family: CenturyGothic;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  text-align: center;
}
.aboutBox .photos .photos_swiper .swiper-pagination1 {
  text-align: center;
  position: absolute;
  bottom: 20px;
  z-index: 10;
}
.aboutBox .photos .photos_swiper .my-bullet {
  display: inline-block;
  width: calc(6px + 0.2rem);
  height: calc(6px + 0.2rem);
  background: #223550;
  /*opacity: 0.4;*/
  border-radius: 1.5rem;
  margin: 0 calc(10px + 0.3rem);
  transition: width 0.3s;
  position: relative;
}
.aboutBox .photos .photos_swiper .my-bullet::after {
  display: block;
  content: "";
  width: calc(18px + 0.5rem);
  height: calc(18px + 0.5rem);
  border-radius: 50%;
  border: 1px solid transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.aboutBox .photos .photos_swiper .swiper-pagination-bullet-active {
  background-color: #23C0C1;
  opacity: 1;
}
.aboutBox .photos .photos_swiper .swiper-pagination-bullet-active::after {
  border-color: #23C0C1;
}
.aboutBox .videosBox {
  margin-bottom: 6.5rem;
}
.aboutBox .videosBox .videos_title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3rem;
}
.aboutBox .videosBox .videos_title .toggleBut {
  position: relative;
  width: calc(54px + 5rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.aboutBox .videosBox .videos_title .toggleBut .swiper-button-next,
.aboutBox .videosBox .videos_title .toggleBut .swiper-button-prev {
  width: calc(27px + 2rem);
  height: calc(27px + 2rem);
  border-radius: 50%;
  border: 2px solid #23C0C1;
}
.aboutBox .videosBox .videos_title .toggleBut .swiper-button-next::after,
.aboutBox .videosBox .videos_title .toggleBut .swiper-button-prev::after {
  color: #23C0C1;
  font-size: calc(10px + 0.4rem);
}
.aboutBox .videosBox .videos_title .toggleBut .swiper-button-next.swiper-button-disabled::after,
.aboutBox .videosBox .videos_title .toggleBut .swiper-button-prev.swiper-button-disabled::after {
  color: #fff;
}
.aboutBox .videosBox .videos_title .toggleBut .swiper-button-next {
  right: 0;
}
.aboutBox .videosBox .videos_title .toggleBut .swiper-button-prev {
  left: 0;
}
.aboutBox .videosBox .videos_swiper .swiper3 .swiper-wrapper {
  display: flex;
  width: 100%;
  height: calc(800px + 5rem);
  margin-bottom: 1rem;
  flex-wrap: wrap;
}
.aboutBox .videosBox .videos_swiper .swiper-slide {
  display: flex;
  height: auto;
  justify-content: center;
  align-items: center;
}
.aboutBox .videosBox .videos_swiper .swiper-slide a {
  width: 100%;
  height: 100%;
}
.aboutBox .videosBox .videos_swiper .swiper-slide video {
  width: 100%;
  object-fit: cover;
}
.aboutBox .videosBox .videos_swiper .swiper-slide .photos_pedestal {
  margin: 1.4rem 0 2rem;
  font-family: CenturyGothic;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  text-align: center;
}
.aboutBox .videosBox .videos_swiper .swiper-pagination3 {
  text-align: center;
  position: absolute;
  bottom: 20px;
  z-index: 10;
}
.aboutBox .videosBox .videos_swiper .my-bullet {
  display: inline-block;
  width: calc(6px + 0.2rem);
  height: calc(6px + 0.2rem);
  background: #223550;
  /*opacity: 0.4;*/
  border-radius: 1.5rem;
  margin: 0 calc(10px + 0.3rem);
  transition: width 0.3s;
  position: relative;
}
.aboutBox .videosBox .videos_swiper .my-bullet::after {
  display: block;
  content: "";
  width: calc(18px + 0.5rem);
  height: calc(18px + 0.5rem);
  border-radius: 50%;
  border: 1px solid transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.aboutBox .videosBox .videos_swiper .swiper-pagination-bullet-active {
  background-color: #23C0C1;
  opacity: 1;
}
.aboutBox .videosBox .videos_swiper .swiper-pagination-bullet-active::after {
  border-color: #23C0C1;
}
.newsBox {
  margin-top: 6.5rem;
  margin-bottom: 6.5rem;
}
.newsBox .news_list .news_ul {
  display: flex;
  margin-bottom: 3rem;
}
.newsBox .news_list .news_ul .news_item {
  width: 24%;
  margin-right: 1.3%;
}
.newsBox .news_list .news_ul .news_item:last-of-type {
  margin-right: 0;
}
.newsBox .news_list .news_ul .news_item a {
  display: block;
}
.newsBox .news_list .news_ul .news_item .news_img {
  overflow: hidden;
}
.newsBox .news_list .news_ul .news_item .news_img img {
  width: 100%;
  transition: 0.3s;
}
.newsBox .news_list .news_ul .news_item .news_content {
  padding: calc(12px + 1rem);
  padding-right: 0;
  background-color: #001533;
}
.newsBox .news_list .news_ul .news_item .news_content .creationTime {
  font-family: CenturyGothic;
  font-weight: 400;
  font-size: calc(10px + 0.3rem);
  color: #ffffff9c;
  margin-bottom: 0.5rem;
}
.newsBox .news_list .news_ul .news_item .news_content .title {
  height: calc(32px + 1rem);
  font-family: CenturyGothic;
  font-weight: 400;
  font-size: calc(10px + 0.5rem);
  color: #FFFFFF;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: calc(15px + 1rem);
}
.newsBox .news_list .news_ul .news_item .news_content .moreBox {
  display: flex;
  align-items: center;
}
.newsBox .news_list .news_ul .news_item .news_content .moreBox img {
  width: calc(18px + 0.5rem);
  margin-right: 1rem;
}
.newsBox .news_list .news_ul .news_item .news_content .moreBox .more_name {
  font-family: CenturyGothic;
  font-weight: 400;
  font-size: calc(10px + 0.3rem);
  color: #23BCC3;
}
.newsBox .news_list .news_ul .news_item:hover .news_img img {
  transform: scale(1.1);
}
.newsReadBox {
  margin-top: 6.5rem;
  margin-bottom: 6.5rem;
}
.newsReadBox .new_read_content {
  display: flex;
  justify-content: space-between;
}
.newsReadBox .new_read_content .new_read_left {
  width: 66.9%;
}
.newsReadBox .new_read_content .new_read_left .title_name {
  font-size: calc(10px + 1.6rem);
  font-family: CenturyGothic;
  color: #fff;
  text-align: center;
  margin-bottom: 1.5rem;
}
.newsReadBox .new_read_content .new_read_left .time_attention {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2.2rem;
  font-family: Arial;
  font-weight: 400;
  font-size: calc(10px + 0.3rem);
  color: #ffffff9c;
  border-bottom: solid #314054 1px;
}
.newsReadBox .new_read_content .new_read_left .time_attention .read_p3,
.newsReadBox .new_read_content .new_read_left .time_attention .read_p4 {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.newsReadBox .new_read_content .new_read_left .time_attention .read_p3 img,
.newsReadBox .new_read_content .new_read_left .time_attention .read_p4 img {
  margin-right: 0.5rem;
}
.newsReadBox .new_read_content .new_read_left .time_attention .read_p3 {
  margin-right: 1.9rem;
}
.newsReadBox .new_read_content .new_read_left .read_p5 {
  font-size: calc(10px + 0.3rem);
  font-family: CenturyGothic;
  font-weight: 500;
  color: #ffffffaf;
  line-height: calc(10px + 1.1rem);
  margin-bottom: 2.5rem;
}
.newsReadBox .new_read_content .new_read_left .read_p5 p {
  text-indent: 2em;
  margin-bottom: 1rem;
}
.newsReadBox .new_read_content .new_read_left .read_Img {
  width: 60%;
  margin: 0 auto;
  margin-bottom: 4.2rem;
}
.newsReadBox .new_read_content .new_read_left .read_Img img {
  width: 100%;
}
.newsReadBox .new_read_content .new_read_left .switchBox {
  font-size: calc(10px + 0.5rem);
  font-weight: 400;
  font-family: CenturyGothic;
  color: #ffffffce;
  line-height: calc(20px + 1rem);
}
.newsReadBox .new_read_content .new_read_left .switchBox .lastSpin,
.newsReadBox .new_read_content .new_read_left .switchBox .nextSpin {
  display: none;
}
.newsReadBox .new_read_content .new_read_right {
  width: 24.647%;
}
.newsReadBox .new_read_content .new_read_right .rd {
  font-size: calc(10px + 0.8rem);
  font-family: CenturyGothicB;
  color: #fff;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #ffffff25;
}
.newsReadBox .new_read_content .new_read_right .new_read_right_li {
  border-bottom: 1px solid #ffffff21;
}
.newsReadBox .new_read_content .new_read_right .new_read_right_li:last-of-type {
  border-bottom-color: transparent;
}
.newsReadBox .new_read_content .new_read_right .new_read_right_li a {
  display: block;
  padding: 2rem 0;
}
.newsReadBox .new_read_content .new_read_right .new_read_right_li .p1 {
  font-size: calc(10px + 0.5rem);
  font-family: CenturyGothic;
  font-weight: 400;
  color: #ffffffde;
  line-height: calc(10px + 1.1rem);
}
.newsReadBox .new_read_content .new_read_right .new_read_right_li .p2 {
  font-size: calc(10px + 0.3rem);
  font-family: CenturyGothic;
  font-weight: 400;
  color: #ffffff4d;
  line-height: calc(10px + 1.5rem);
}
.contactBox {
  margin-top: 6.5rem;
  margin-bottom: 6.5rem;
}
.contactBox .nav_box {
  background-color: #052038;
  margin-bottom: 4.5rem;
}
.contactBox .nav_box ul {
  display: flex;
  padding: 0.5rem 0;
  justify-content: space-between;
}
.contactBox .nav_box li {
  width: 50%;
  padding: 0.5rem 0;
}
.contactBox .nav_box li:first-of-type {
  border-right: 1px solid #ffffff2a;
}
.contactBox .nav_box li a {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.contactBox .nav_box li a .nav_boximg {
  height: calc(20px + 1.1rem);
  position: relative;
  margin-right: 1rem;
}
.contactBox .nav_box li a .nav_boximg img {
  height: 100%;
  transition: 0.3s;
}
.contactBox .nav_box li a .nav_boximg .nav_img2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 5;
}
.contactBox .nav_box li .navItems {
  font-family: CenturyGothic;
  font-weight: 400;
  font-size: calc(10px + 0.7rem);
  color: #C0C3C7;
  transition: 0.3s;
}
.contactBox .nav_box li:hover a .nav_boximg .nav_img2,
.contactBox .nav_box li.activeProli a .nav_boximg .nav_img2 {
  opacity: 0;
}
.contactBox .nav_box li:hover a .nav_boximg .nav_img2,
.contactBox .nav_box li.activeProli a .nav_boximg .nav_img2 {
  opacity: 1;
}
.contactBox .nav_box li:hover .navItems,
.contactBox .nav_box li.activeProli .navItems {
  color: #23C0C1;
}
.contactBox .contList ul {
  display: flex;
}
.contactBox .contItem {
  display: flex;
  width: 33.3%;
  border: 1px solid #126770;
  border-left: none;
  padding: 2.5rem 2rem 3rem 2rem;
  flex-direction: column;
  justify-content: space-between;
}
.contactBox .contItem:first-of-type {
  border-left: 1px solid #126770;
}
.contactBox .contItem .contName {
  font-family: CenturyGothic;
  font-weight: 400;
  font-size: calc(10px + 0.7rem);
  color: #23C0C1;
}
.contactBox .contItem .contImg {
  width: 51.6%;
  margin: 3rem auto 2.5rem;
}
.contactBox .contItem .contImg img {
  width: 100%;
}
.contactBox .contItem .contItem_cont p {
  font-family: CenturyGothic;
  font-weight: 400;
  font-size: calc(10px + 0.4rem);
  color: #98bad888;
  margin-bottom: 0.3rem;
}
.contactBox .contItem .contItem_cont .cont {
  font-family: CenturyGothicB;
  font-size: calc(10px + 0.9rem);
  color: #23C0C1;
  margin-bottom: 1rem;
}
.contactBox .contItem .contItem_cont .introduce {
  font-family: CenturyGothic;
  font-weight: 400;
  font-size: calc(10px + 0.4rem);
  color: #98bad880;
}
.contactBox .mess_form {
  margin-bottom: 1rem;
}
.contactBox .mess_form .inputList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contactBox .mess_form .messageItem {
  display: flex;
  background-color: #fff;
  align-items: center;
  padding-left: 1.6rem;
  margin-bottom: 1rem;
}
.contactBox .mess_form .messageItem .inp_name .name {
  font-family: PingFang;
  font-weight: 500;
  font-size: calc(10px + 0.4rem);
  color: #666666;
}
.contactBox .mess_form .messageItem .inp_name .name span {
  color: #FF3333;
  margin-right: calc(3px + 0.2rem);
}
.contactBox .mess_form .messageItem input,
.contactBox .mess_form .messageItem textarea {
  border: none;
  outline: none;
  width: 90%;
  height: 100%;
  font-family: PingFang;
  font-weight: 500;
  font-size: calc(10px + 0.4rem);
  color: #666666;
}
.contactBox .mess_form .messageItem input::placeholder,
.contactBox .mess_form .messageItem textarea::placeholder {
  font-family: PingFang;
  font-size: calc(10px + 0.4rem);
  color: #666666;
}
.contactBox .mess_form .messageItem1 {
  width: 32%;
  height: calc(27px + 1.5rem);
}
.contactBox .mess_form .messageItem2 {
  width: 49%;
  height: calc(27px + 1.5rem);
}
.contactBox .mess_form .messageItem3 {
  width: 100%;
  height: calc(200px + 6rem);
  padding-top: 1.5rem;
}
.contactBox .mess_form .messageItem3 textarea {
  width: 100%;
  height: 100%;
}
.contactBox .form_btn {
  text-align: center;
}
.contactBox .form_btn input {
  width: calc(111px + 5rem);
  height: calc(20px + 1.5rem);
  color: #FFFFFF;
  font-family: PingFang;
  font-weight: 500;
  font-size: calc(10px + 0.4rem);
  background: linear-gradient(-90deg, #278DD8, #23C0C1);
}
@keyframes moves {
  0%,
  100% {
    transform: translateY(5px);
  }
  50% {
    transform: translateY(-6px);
  }
}
@media screen and (max-width: 1500px) {
  .aboutBox .videosBox .videos_swiper .swiper3 .swiper-wrapper {
    height: calc(400px + 25rem);
  }
}
@media screen and (max-width: 1100px) {
  .aboutBox .videosBox .videos_swiper .swiper3 .swiper-wrapper {
    height: calc(300px + 26rem);
  }
}
@media screen and (max-width: 800px) {
  .proBox .pro_pro_li {
    width: 48%;
  }
  .proBox2 .public_w {
    display: block;
  }
  .proBox2 .pro_navBox {
    width: 100%;
    margin-bottom: 3rem;
  }
  .proBox2 .pro_pro_bottom {
    width: 100%;
  }
  .proReadBox .details_conter {
    display: block;
  }
  .proReadBox .details_img {
    width: 100%;
    margin-bottom: 3rem;
  }
  .proReadBox .details_left {
    width: 100%;
  }
  .solutionBox .explain {
    display: block;
  }
  .solutionBox .explain h5 {
    margin-bottom: 3rem;
  }
  .solutionBox .explain .explain_cont {
    width: 100%;
    padding-left: 0;
    border-left: none;
  }
  .aboutBox .about_cont1 {
    display: block;
  }
  .aboutBox .about_cont1 .about1_video_data {
    width: 100%;
    margin-bottom: 3rem;
  }
  .aboutBox .about_cont1 .about1_title_cont {
    width: 100%;
  }
  .aboutBox .sellCountry .sellCountry_map .mainSalesArea {
    display: none;
  }
  .aboutBox .sellCountry .sellCountry_map .marketingMap {
    width: 90%;
  }
  .aboutBox .serveBox .serveList ul {
    overflow-x: scroll;
  }
  .aboutBox .serveBox .serveList .serveItem {
    width: 50%;
    flex-shrink: 0;
  }
  .aboutBox .serveBox .serve_bg {
    width: 200%;
  }
  .aboutBox .videosBox .videos_swiper .swiper3 .swiper-wrapper {
    height: calc(200px + 30rem);
  }
  .newsBox .news_list .news_ul {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .newsBox .news_list .news_ul .news_item {
    width: 48%;
    margin-bottom: 2rem;
    margin-right: 0;
  }
  .newsReadBox .new_read_content .new_read_left {
    width: 100%;
  }
  .newsReadBox .new_read_content .new_read_right {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .solutionBox .solution_bottom .solution_li {
    width: 48%;
  }
  .aboutBox .videosBox .videos_swiper .swiper3 .swiper-wrapper {
    height: calc(200px + 20rem);
  }
  .contactBox .contList ul {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .contactBox .contItem {
    width: 49%;
    margin-bottom: 2rem;
    border: 1px solid #126770;
  }
}
