@charset "utf-8";
.no_padding {
  padding: 0;
}

.header {
  position: relative;
  z-index: 1000;
  background: #ffffff;
  transition: all 0.3s;
}

.header_top {
  padding: 18px 0;
  border-bottom: 1px solid #eeeeee;
}

.header .conBox {
  padding: 20px 0;
}

.header .conBox .container_1200 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header_top .container_1600,
.header_top_right {
  display: flex;
  justify-content: space-between;

  align-items: center;
}

.header.indexHeader .header_top_left p,
.header.indexHeader .header_top_right .item a,
.header.indexHeader .nav_list > li > a > span,
.header.indexHeader .header_search_box a:before,
.header.indexHeader .langBox span,
.header.indexHeader .header_top_right .item .iconfont {
  color: #161616;
}

.header.indexHeader .conBox {
  background: transparent;
}

.header.indexHeader .header_top {
  border-bottom: 1px solid transparent;
}

.header.indexHeader.is_stuck .header_top_left p,
.header.indexHeader.is_stuck .header_top_right .item a,
.header.indexHeader.is_stuck .nav_list > li > a > span,
.header.indexHeader.is_stuck .header_search_box a:before,
.header.indexHeader.is_stuck .langBox span,
.header.indexHeader.is_stuck .header_top_right .item .iconfont {
  color: #161616;
}

.header.indexHeader.is_stuck .nav_list > li.active > a > span,
.header.indexHeader.is_stuck .nav_list > li.on > a > span {
  color: #008ed4;
}

.header.indexHeader.is_stuck .conBox {
  background: transparent;
}

.header.indexHeader.is_stuck .header_top {
  border-bottom: 1px solid #eeeeee;
}

.header_top_left p {
  font-size: 16px;
  font-weight: 500;
  color: #232323;
  opacity: 0.8;
}

.header_top_right .item a {
  font-size: 18px;
  font-weight: 500;
  color: #232323;
  display: inline-block;
  margin-left: 8px;
  height: auto;
}

.header_top_right .item {
  margin-left: 20px;
}

.header_top_right .item .iconfont {
  font-size: 20px;
}

.indexHeader {
  position: fixed;
  left: 0;
  top: 0px;
  right: 0;
  z-index: 1000;
  background: transparent;
  transition: all 0.3s;
}

.indexHeader.is_stuck {
  top: 0;
  background: #ffffff;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
}

.header .conBox {
  position: relative;
  z-index: 2;
  display: flex;
  background: #ffffff;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s;
}

.header .logoBox {
  overflow: hidden;
  line-height: 0;
  text-align: right;
}

.header .headerConBox {
  position: relative;
  padding-right: 76px;
}

.header .headerConBox .navBox {
  float: left;
}

.header .nav_list {
  display: flex;
  font-size: 0;
  line-height: 0;
  position: relative;
}

.header .nav_list > li {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  display: inline;
  vertical-align: top;
  zoom: 1;
  text-align: center;
  margin-left: 20px;
  transition: all 0.3s;
}

.header .nav_list > li:first-child {
  margin-left: 0;
}

.header .nav_list > li > a {
  display: block;
}

.header .nav_list > li > a > span {
  display: inline-block;
  line-height: 70px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #232323;
  position: relative;
  transition: all 0.3s;
}

.header .nav_list > li.active > a > span,
.header .nav_list > li.active > a > i,
.header .nav_list > li.on > a > i,
.header .nav_list > li.on > a > span {
  color: #008ed4;
}

/*.header .nav_list > li:last-child > a > span,*/
/*.header.indexHeader.is_stuck .nav_list > li:last-child > a > span {*/
/*color: #ffffff;*/
/*background: #008ED4;*/
/*padding: 0 16px;*/
/*-webkit-border-radius: 30px;*/
/*-moz-border-radius: 30px;*/
/*border-radius: 30px;*/
/*}*/

.header .nav_list > li > a > i {
  display: inline-block;
  vertical-align: top;
  width: 15px;
  height: 70px;
  line-height: 70px;
  color: #424242;
  -moz-transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  transition: all 0.3s;
}

.nav_list > li:hover i {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

.nav_list > li {
  position: relative;
}

.nav_list > li .dropdown_menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 170px;
  display: none;
  z-index: 1;
  padding: 10px 0;
  background: #ffffff;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
}

.nav_list .dropdown_menu li {
  width: 100%;
}

.nav_normal .dropdown_menu li.Three_menu > ul {
  position: absolute;
  top: 0;
  left: 100%;
  background: #ffffff;
  padding: 10px 0;
  min-width: 160px;
  z-index: 3;
  display: none;
  -webkit-box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
}

.nav_list .dropdown_menu li a {
  display: block;
  letter-spacing: 0;
  line-height: 34px;
  font-size: 16px;
  color: #000000;
  text-align: left;
  padding: 0 20px;
  white-space: nowrap;
}

.nav_list .dropdown_menu li a:hover {
  background: #008ed4;
  color: #ffffff;
}

.headerSearch {
  float: left;
  height: 116px;
  display: flex;
  align-items: center;
  margin: 0 40px;
}

.headerSearch .info {
  position: relative;
  height: 40px;
  width: 220px;
  padding-right: 40px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #e9e9e9;
}

.headerSearch .info input[type="text"] {
  width: 100%;
  height: 40px;
  padding: 10px;
  border: 0;
  background: none;
  font-size: 16px;
  color: #424242;
}

.headerSearch .info input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  border: 0;
  font-size: 0;
  cursor: pointer;
  background: url("/public/static/images/home/en-us/headerSearch.png") no-repeat
    center center;
}

.headerShare {
  float: left;
  width: 140px;
  height: 116px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 20px;
  background: #ef7e0d;
}

.headerShare em {
  display: inline-block;
  font-size: 20px;
  color: #ffffff;
  margin: 0 10px;
}

.header_search_box {
  position: absolute;
  right: 34px;
  width: 32px;
  height: 46px;
  overflow: hidden;
  z-index: 10;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
}

.header_search_box.active {
  width: 260px;
  background: #3c3c3c;
  transition: all 0.3s;
}

.header_search_box a {
  line-height: 0;
  width: 32px;
  height: 46px;
  text-align: right;
  display: block;
  position: relative;
  float: right;
  z-index: 10;
}

.header_search_box a:before {
  position: absolute;
  content: "\e61d";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 46px;
  text-align: center;
  font-family: "iconfont", sans-serif;
  font-size: 18px;
  color: #171717;
}

.indexHeader .header_search_box a:before {
  color: #ffffff;
}

.indexHeader.is_stuck .header_search_box a:before {
  color: #171717;
}

.header_search_box a.active:before {
  content: "\eaf2";
  color: #ffffff;
  transition: all 0.3s;
}

.search_form {
  position: absolute;
  top: 0;
  right: 32px;
  width: 0;
  display: block;
  z-index: -1;
  transition: all 0.3s;
}

.header_search_box.active .search_form {
  width: 220px;
  z-index: 9;
  transition: all 0.3s;
}

.search_form .info {
  width: 100%;
  padding-right: 0;
  position: relative;
}

.header_search_box.active .search_form .info {
  padding-right: 32px;
}

.search_form .info:before {
  position: absolute;
  content: "\e61d";
  top: 0;
  right: 0;
  width: 32px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  font-family: "iconfont", sans-serif;
  font-size: 16px;
  color: #ffffff;
}

.search_form input[type="text"] {
  width: 100%;
  height: 46px;
  background: 0 0;
  border: 0;
  text-indent: 10px;
  font-size: 16px;
  color: #ffffff;
}

.search_form input[type="text"]::-webkit-input-placeholder {
  color: #ffffff;
}

.search_form input.btn_search {
  width: 32px;
  height: 46px;
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  font-size: 0;
  background: none;
  cursor: pointer;
  z-index: 2;
}

.indexHeader .header_search_box a:before {
  color: #ffffff;
}

.indexHeader.is_stuck .header_search_box a:before {
  color: #171717;
}

.header_search_box a.active:before {
  content: "\eaf2";
  color: #ffffff;
  transition: all 0.3s;
}

.search_form {
  position: absolute;
  top: 0;
  right: 32px;
  width: 0;
  display: block;
  z-index: -1;
  transition: all 0.3s;
}

.header_search_box.active .search_form {
  width: 220px;
  z-index: 9;
  transition: all 0.3s;
}

.search_form .info {
  width: 100%;
  padding-right: 0;
  position: relative;
}

.header_search_box.active .search_form .info {
  padding-right: 32px;
}

.search_form .info:before {
  position: absolute;
  content: "\e61d";
  top: 0;
  right: 0;
  width: 32px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  font-family: "iconfont", sans-serif;
  font-size: 16px;
  color: #ffffff;
}

.search_form input[type="text"] {
  width: 100%;
  height: 46px;
  background: 0 0;
  border: 0;
  text-indent: 10px;
  font-size: 16px;
  color: #ffffff;
}

.search_form input[type="text"]::-webkit-input-placeholder {
  color: #ffffff;
}

.search_form input.btn_search {
  width: 32px;
  height: 46px;
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  font-size: 0;
  background: none;
  cursor: pointer;
  z-index: 2;
}

.langBox {
  position: absolute;
  cursor: pointer;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.langBox:before {
  content: "/";
  position: absolute;
  font-size: 12px;
  top: 0;
  left: -15px;
  color: rgba(22, 22, 22, 0.3);
}

.en {
  display: flex;
  align-items: center;
}

i.iconfont.icon-diqiu {
  color: #ffff;
  font-size: 22px;
}

i.iconfont.icon-xiala {
  color: #ffff;
  font-size: 24px;
}

.langBox span {
  /*margin: 0 7px;*/
  display: inline-block;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #232323;
  cursor: pointer;
  transition: all 0.3s;
}

.langBox ul {
  position: absolute;
  z-index: 20;
  right: 0;
  border: 1px solid #eeeeee;
  background: #ffffff;
  display: none;
}

.langBox ul a {
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 28px;
  padding: 0 10px;
  color: #124c8e;
  /*background: #ffffff;*/
}

.langBox ul li a:hover {
  background: #008ed4;
  color: #ffffff;
}

.m_header {
  display: none;
}

.m_header .langBox {
  font-size: 14px;
}

.m_header .langBox ul {
  top: 26px;
}

.footer_box .footerOther {
  /*background: url("/public/static/images/home/en-us/footer-contact.jpg") no-repeat center;*/
  /*height: 374px;*/
  display: flex;
  padding: 90px 0;

  background: #06274f;
  align-items: center;
  justify-content: center;
}

.footer_box .footerOther .textBox {
}

.footer_box .footerOther .textBox .text {
  text-align: center;
}

.footer_box .footerOther .textBox .text h2 {
  font-size: 60px;
  font-weight: 800;
  color: #ffffff;
}

.footer_box .footerOther .textBox .text h3 {
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
  line-height: 36px;
}

.footer_box .footerOther .textBox .text a {
  width: 160px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: block;
  font-size: 18px;
  margin: 20px auto 0;
  font-weight: 700;
  background: #b52525;
  color: #ffffff;
  transition: all 0.5s;
}

.footer_box .footerOther .textBox .text a:hover {
  opacity: 0.8;
}

.footer_box .footerOther .textBox .footerShare {
  margin-left: 20px;
}

.footer_box .footerOther .textBox .footerShare a {
  margin-left: 10px;
  display: inline-block;
  line-height: 0;
  text-align: center;
}

.footer_box .footerContentBox {
  overflow: hidden;
  padding-top: 60px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
}

.footer_box .fast_navigation .itemBox {
  display: flex;
  justify-content: space-between;
  /*padding-bottom: 50px;*/
}

.footer_box .fast_navigation .item {
  /*padding-right: 10px;*/
}

.footer_box .fast_navigation .item:last-child {
  padding-right: 0;
}

.footer_box .fast_navigation .item:nth-of-type(1) {
  width: 190px;
}

.footer_box .fast_navigation .item:nth-of-type(2) {
  width: 270px;
}

.footer_box .fast_navigation .item:nth-of-type(3) {
  width: 180px;
}

.footer_box .fast_navigation .item:nth-of-type(4) {
  width: 300px;
}

.footer_box .fast_navigation .item:nth-of-type(5) {
  width: 103px;
}

.footer_box .fast_navigation .item:nth-of-type(6) {
  width: 378px;
}

.footer_box .fast_navigation .img {
  line-height: 0;
  padding-bottom: 20px;
}

.footer_box .fast_navigation .footerShare {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer_box .fast_navigation .footerShare em {
  font-size: 24px;
  color: #ffffff;
  margin: 0 10px;
}

.footer_box .fast_navigation h3 {
  font-size: 20px;
  font-weight: 600;
  color: #181818;
  margin-bottom: 20px;
}

.footer_box .fast_navigation .item_one h3 {
  font-size: 18px;
  font-weight: 700;
  color: #181818;
  margin-bottom: 0px;
}

.footer_box .fast_navigation .item_one {
  margin-top: 18px;
}

.footer_box .fast_navigation ul {
  /*padding-top: 20px;*/
}

.footer_box .fast_navigation .item_one ul {
  padding-top: 0px;
}

.footer_box .fast_navigation li {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
  /*margin-bottom: 5px;*/
}

.footer_box .fast_navigation .footerInfo li {
  position: relative;
  padding-left: 30px;
}

.footer_box .fast_navigation .footerInfo li em {
  position: absolute;
  left: 0;
}

.footer_box .fast_navigation li a:hover {
  text-decoration: underline;
  color: #008ed4;
}

.footer_box .fast_navigation .footerForm .info {
  margin-bottom: 15px;
}

.footer_box .fast_navigation .footerForm .tips {
  display: block;
  color: #ff000f;
  font-size: 14px;
  line-height: 16px;
}

.footer_box .fast_navigation .footerForm .info input[type="text"],
.footer_box .fast_navigation .footerForm .info textarea {
  width: 100%;
  height: 42px;
  padding: 10px;
  background: none;
  border: 1px solid #dcdcdc;
}

.footer_box .fast_navigation .footerForm .info textarea {
  height: 70px;
  resize: none;
}

.footer_box .fast_navigation .footerForm .info input[type="submit"] {
  width: 158px;
  height: 42px;
  background: #b52525;
  border-radius: 5px 5px 5px 5px;
  opacity: 1;
  border: 0;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  cursor: pointer;
}

.footer_box .fast_navigation .footerForm .info input[type="submit"]:hover {
  opacity: 0.8;
}

.footer_box .footer_copyright {
  padding: 20px 0;
  border-top: 1px solid #e5e5e5;
}

.footer_box .footer_copyright .container_1600 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer_box .footer_copyright .text * {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 1.5em;
  vertical-align: baseline;
}

.footer_box .footer_copyright .text a.sitemap {
  margin: 0 5px;
}

.footer_box .footer_copyright .text a:hover {
  text-decoration: underline;
}

.footer_follow {
  padding: 50px 0 45px;
}

.footer_follow ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer_follow ul li {
  margin: 0 4px;
}

.footer_follow ul li .iconfont {
  font-size: 34px;
  transition: all 0.5s;
  color: #666666;
}

.footer_follow ul li:hover .iconfont {
  color: #008ed4;
}

.contactBox202006131030 {
  padding: 50px 0;
  overflow: hidden;
}

.contactBox202006131030 .contactInfo {
  overflow: hidden;
  width: 50%;
  float: left;
}

.contactBox202006131030 .textBox {
  margin-bottom: 30px;
}

.contactBox202006131030 .textBox h2 {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.3em;
  margin-bottom: 15px;
}

.contactBox202006131030 .textBox p {
  font-size: 16px;
  color: #333333;
  line-height: 1.6;
}

.contactBox202006131030 .contactInfo ul li {
  padding-left: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  color: #333333;
  line-height: 1.6;
  background-repeat: no-repeat;
  background-position: left 7px;
}

.contactBox202006131030 .contactInfo ul li.contactTel {
  background-image: url("/public/static/images/home/en-us/contactTel.png");
}

.contactBox202006131030 .contactInfo ul li.contactWhatsapp {
  background-image: url("/public/static/images/home/en-us/contactWhatsapp.png");
}

.contactBox202006131030 .contactInfo ul li.contactEmail {
  background-image: url("/public/static/images/home/en-us/contactEmail.png");
}

.contactBox202006131030 .contactInfo ul li.contactAddress {
  background-image: url("/public/static/images/home/en-us/contactAddress.png");
}

.contactBox202006131030 .contactInfo ul li a {
  font-size: 16px;
  color: #333333;
  line-height: 1.6;
}

.contactBox202006131030 .contactInfo ul li a:hover {
  color: #5ba1f4;
}

.contactBox202006131030 .contactForm {
  width: 50%;
  float: left;
  padding-left: 40px;
  overflow: hidden;
}

.contactBox202006131030 .title h2 {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.3em;
  margin-bottom: 15px;
}

.contactBox202006131030 .contactForm .info {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 10px;
}

.contactBox202006131030 .contactForm .info .label_control {
  position: absolute;
  left: 10px;
  top: 0;
  line-height: 36px;
  font-size: 16px;
  color: #2c2c2c;
}

.contactBox202006131030 .contactForm .info .tips {
  position: absolute;
  top: 0;
  right: 10px;
  line-height: 36px;
  color: #ff0000;
}

.contactBox202006131030 .contactForm .info input[type="text"] {
  width: 100%;
  height: 90px;
  padding: 0 10px;
  border: 1px solid #dcdcdc;
  font-size: 16px;
  color: #2c2c2c;
}

.contactBox202006131030 .contactForm .info textarea {
  width: 100%;
  height: 100px;
  padding: 5px 10px;
  resize: none;
  border: 1px solid #dcdcdc;
  font-size: 16px;
  color: #2c2c2c;
}

.contactBox202006131030 .contactForm .info input[type="submit"] {
  display: inline-block;
  width: 200px;
  height: 44px;
  border: 0;
  font-size: 16px;
  color: #ffffff;
  margin-top: 20px;
  letter-spacing: 3px;
  text-transform: uppercase;
  background: #000000;
  cursor: pointer;
  transition: all 0.3s;
}

.contactBox202006131030 .contactForm .info input[type="submit"]:hover {
  background: #5ba1f4;
  transition: all 0.3s;
}

.contentItem3Slick .slick-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.indexBanner .slick-dots {
  position: absolute;
  bottom: 80px;
}

.indexBanner .slick-dots li.slick-active {
  background: #008ed4;
}

.indexBanner .slick-dots li {
  background: #ffffff;
}

.indexBanner .slick-prev,
.indexBanner .slick-next {
  top: auto;
  bottom: 11%;
  background: transparent;
}

.indexBanner .slick-next {
  right: 30px;
}

.indexBanner .slick-prev:after {
  content: "\e653";
  /*position: absolute;*/
  font-size: 30px;
  color: #ffffff;
  width: 68px;
  height: 82px;
  line-height: 82px;
  font-family: "iconfont", sans-serif;
  text-align: center;
  background: rgba(50, 50, 50, 0.8);
  transition: all 0.5s;
}

.indexBanner .slick-next:after {
  content: "\e775";
  /*position: absolute;*/
  font-size: 30px;
  color: #ffffff;
  font-family: "iconfont", sans-serif;
  width: 68px;
  height: 82px;
  line-height: 82px;
  text-align: center;
  background: rgba(50, 50, 50, 0.8);
  transition: all 0.5s;
}

.indexBanner .slick-next:hover:after {
  background: #008ed4;
}

.indexBanner .slick-prev:hover:after {
  background: #008ed4;
}

.index2 .line1,
.index2 .line3 {
  display: grid;
  grid-template-columns: 60.7% 38%;
  justify-content: space-between;
}

.index2 .line2 {
  display: grid;
  grid-template-columns: 38% 60.7%;
  justify-content: space-between;
}

.index2 .line4 {
  display: grid;
  grid-template-columns: repeat(3, 32.5%);
  justify-content: space-between;
}

.index2 .line1 a {
  display: inline-block;
}

.index2 .contextItem .item {
  position: relative;
}

.index2 .contextItem {
  margin-bottom: 20px;
}

.index2 .contextItem .item .img_s {
  position: relative;
}

.index2 .contextItem .item .text {
  position: absolute;
  bottom: 30px;
  left: 60px;
  transition: all 0.5s;
}

.index2 .contextItem .item .text h2 {
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
  transition: all 0.5s;
}

.index2 .contextItem .item .text p {
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  margin: 12px 0 10px;
  line-height: 30px;
  transition: all 0.5s;
}

.index2 .contextItem .item .text span {
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  line-height: 30px;
  opacity: 0;
  transition: all 0.5s;
}

.index2 .contextItem .item .img_s .boto_img {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0);
  transition: all 0.5s;
}

.index2 .contextItem .item .img_s .pro_img {
  transition: all 0.5s;
}

.index2 .contextItem .item:hover .img_s .boto_img {
  transform: scale(1);
}

.index2 .contextItem .item:hover .text {
  bottom: 55px;
}

.index2 .contextItem .item:hover .text h2 {
  color: #008ed4;
}

.index2 .contextItem .item:hover .text p {
  color: #008ed4;
  display: none;
}

.index2 .contextItem .item:hover .text span {
  opacity: 1;
  color: #008ed4;
}

.index2 {
  margin-top: 62px;
}

.index2 .content p {
  font-size: 20px;
  text-align: center;
  font-weight: 500;
  color: #666666;
  line-height: 26px;
  margin: 8px 0 40px;
}

.index3 {
  padding: 68px 0 108px;
}

.index3 .content p {
  font-size: 20px;
  text-align: center;
  font-weight: 500;
  color: #666666;
  line-height: 26px;
  margin: 8px 0 40px;
}

.index3 .context {
  padding: 0 5px;
  display: grid;
  grid-template-columns: repeat(4, 24%);
  justify-content: space-around;
}

.index3 .context .text {
  padding: 20px 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.5s;
}

.index3 .context .text span {
  display: inline-block;
  transform: rotate(10deg);
  margin-right: 8px;
  color: #008ed4;
  transition: all 0.5s;
}

.index3 .context .text h2 {
  font-size: 24px;
  font-weight: 400;
  color: #666666;
  line-height: 26px;
  transition: all 0.5s;
}

.index3 .context .text .icon-you {
  opacity: 0;
  transition: all 0.5s;
}

.index3 .context .item:hover .icon-you {
  opacity: 1;
  color: #ffffff;
}

.index3 .context .item:hover {
  background: #008ed4;
}

.index3 .context .item:hover span {
  color: #ffffff;
}

.index3 .context .item:hover h3 {
  color: #ffffff;
}

.index3 .context .item:hover img {
  transform: scale(1.3);
}

.index3 .context .item .img {
  overflow: hidden;
  transition: all 0.5s;
}

.index3 .context .item img {
  overflow: hidden;
  transition: all 0.5s;
}

.index4 {
  background: url("/public/static/images/home/en-us/index4img1.jpg") no-repeat
    center;
  height: 492px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.index4 .title h2 {
  color: #ffffff;
}

.index4 .content p {
  width: 56%;
  text-align: center;
  font-size: 18px;
  margin: 20px auto 40px;
  font-weight: 400;
  color: #ffffff;
  line-height: 25px;
}

.index4 .content .btns {
  display: flex;
  align-items: center;
  justify-content: center;
}

.index4 .content .btns > div {
  margin: 0 10px;
}

.index4 .content .btns .btn_email a {
  line-height: 52px;
  text-align: center;
  width: 259px;
  height: 52px;
  border: 1px solid #ffffff;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.index4 .content .btns .btn_email a i {
  color: #ffffff;
  font-size: 30px;
}

.index4 .content .btns .btn_contact a i {
  color: #ffffff;
  font-size: 30px;
}

.index4 .content .btns .btn_email a span {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  margin-left: 17px;
}

.index4 .content .btns .btn_contact a span {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  margin-left: 17px;
}

.index4 .content .btns .btn_contact a {
  width: 214px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  border: 1px solid #ffffff;
}

.index4 .content .btns a {
  transition: all 0.5s;
}

.index4 .content .btns a:hover {
  background: #008ed4;
  border: 1px solid #008ed4;
}

.Crumbs_nav {
  padding-left: 30px;
  background: url("/public/static/images/home/en-us/xie.png") no-repeat left
    center;
}

.server1 {
  /*     padding: 0 0px; */
}

.server1 .title {
  margin: 35px 0 22px;
}

.server1 .item_title h3 {
  font-size: 30px;
  font-weight: 500;
  color: #ffffff;
  line-height: 30px;
  padding: 20px 0;
  padding-left: 100px;
}
.servers {
  padding: 52px 0 82px;
}
.serviceForm {
  width: 365px;
  float: right;
  padding: 0 30px;
  background: #ffffff;
}
.serviceForm h2 {
  text-align: center;
  font-size: 30px;
  color: #008ed4;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 300;
  padding: 15px 0;
}
.serviceForm .info {
  position: relative;
  margin-bottom: 15px;
}
.serviceForm .label_control {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 36px;
  font-size: 18px;
  color: #9a9a9a;
  font-weight: 300;
  font-family: "Barlow Condensed", sans-serif;
}
.serviceForm .tips {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 36px;
  font-size: 16px;
  color: #ff0000;
  font-weight: 300;
  font-family: "Barlow Condensed", sans-serif;
}
.serviceForm input[type="text"] {
  width: 100%;
  height: 36px;
  border: 0;
  border-bottom: 1px solid #bfbfbf;
}
.serviceForm textarea {
  width: 100%;
  height: 90px;
  border: 0;
  resize: none;
  border-bottom: 1px solid #bfbfbf;
}
.serviceForm input[type="submit"] {
  width: 150px;
  height: 40px;
  border: 0;
  margin: 15px 0 25px;
  background: #008ed4;
  font-size: 18px;
  color: #ffffff;
  font-weight: 300;
  font-family: "Barlow Condensed", sans-serif;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  cursor: pointer;
}
.serviceForm input[type="submit"]:hover {
  background: #2c2c2c;
}
.service_form_box {
  width: 100%;
  background: url("/public/static/images/home/en-us/service_form_bg.jpg")
    no-repeat center center;
  background-size: cover;
  padding: 30px;
  display: flex;
  justify-content: flex-end;
}
.server1 .item:nth-child(1) .item_title {
  background: url("/public/static/images/home/en-us/server1img2.png") no-repeat
    left center;
  margin: 20px 0;
}

.server1 .context {
  padding-left: 56px;
}

.server1 .context h4 {
  font-size: 20px;
  font-weight: 400;
  color: #008ed4;
  margin-bottom: 30px;
}

.server1 .context p {
  font-size: 16px;
  font-weight: 400;
  color: #3c3c3c;
  line-height: 24px;
}

.server1 .item:nth-child(1) {
  padding-bottom: 54px;
}

.server1 .item:nth-child(2) {
  background: url("/public/static/images/home/en-us/server1img3.png") no-repeat
    center;
  height: 462px;
  display: flex;
  align-items: center;
}

.server1 .item:nth-child(2) .item_title {
  background: url("/public/static/images/home/en-us/servertitle2.png") no-repeat
    left center;
  margin-bottom: 12px;
}

.server1 .item:nth-child(4) {
  background: url("/public/static/images/home/en-us/server1img9.png") no-repeat
    center;
  height: 492px;
  display: flex;
  align-items: center;
}

.server1 .item:nth-child(3) .item_title {
  background: url("/public/static/images/home/en-us/servertitle3.png") no-repeat
    left center;
  margin-bottom: 12px;
}

.server1 .item:nth-child(4) .item_title {
  background: url("/public/static/images/home/en-us/servertitle4.png") no-repeat
    left center;
  margin-bottom: 12px;
}

.server1 .item:nth-child(5) .item_title {
  background: url("/public/static/images/home/en-us/servertitle5.png") no-repeat
    left center;
  margin-bottom: 12px;
}

.server1 .item:nth-child(6) .item_title {
  background: url("/public/static/images/home/en-us/servertitle6.png") no-repeat
    left center;
  margin-bottom: 12px;
}

.server1 .item:nth-child(7) .item_title {
  background: url("/public/static/images/home/en-us/servertitle7.png") no-repeat
    left center;
  margin-bottom: 12px;
}

.server1 .item:nth-child(8) .item_title {
  background: url("/public/static/images/home/en-us/servertitle8.png") no-repeat
    left center;
  margin-bottom: 12px;
}

.server1 .item:nth-child(2) .context {
  padding-left: 0;
  display: grid;
  grid-template-columns: 58% 37%;
  justify-content: space-between;
}

.server1 .item:nth-child(2) .context .con_text {
  padding-left: 56px;
}

.server1 .item:nth-child(2) .context p {
  margin-bottom: 35px;
}

.server1 .item:nth-child(4) .context {
  padding-left: 0;
  display: grid;
  grid-template-columns: 35% 62%;
  justify-content: space-between;
}

.server1 .item:nth-child(4) .context .con_text {
  padding-left: 56px;
}

.server1 .item:nth-child(4) .context p {
  margin-bottom: 0px;
}

.server1 .context h5 {
  font-size: 20px;
  margin-bottom: 28px;
  font-weight: 500;
  color: #3c3c3c;
}

.server1 .item:nth-child(3) .context h4 {
  /*font-size: 20px;*/
  margin-bottom: 0px;
  margin-top: 28px;
}

.server1 .item:nth-child(3) {
  padding: 32px 0 75px;
}

.server1 .item:nth-child(3) .imgs {
  display: grid;
  grid-template-columns: repeat(3, 32%);
  justify-content: space-between;
  margin-top: 18px;
}

.server1 .item:nth-child(3) .imgs .img {
  box-shadow: 0px 4px 16px 2px rgba(0, 0, 0, 0.22);
  border-radius: 25px;
}

.server1 .item:nth-child(5) .text_item {
  margin-top: 32px;
}

.server1 .item:nth-child(5) .text_item h4 {
  margin-bottom: 6px;
}

.server1 .item:nth-child(5) {
  padding: 52px 0;
}

.server1 .item:nth-child(5) .container_1200 .img {
  margin-bottom: 16px;
}

.server1 .item:nth-child(6) {
  background: url("/public/static/images/home/en-us/server1img10.png") no-repeat
    center;
  height: 912px;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

.server1 .item:nth-child(6) .context .itemText {
  padding-left: 0;
  display: grid;
  grid-template-columns: 58% 37%;
  justify-content: space-between;
}

.server1 .item:nth-child(6) .context .itemText:nth-child(2) {
  padding-left: 0;
  display: grid;
  grid-template-columns: 37% 58%;
  justify-content: space-between;
  align-items: center;
  margin-top: 38px;
}

.server1 .item:nth-child(6) .context .itemText:nth-child(2) p {
  margin-bottom: 20px;
}

.server1 .item:nth-child(7) .context .itemText {
  padding-left: 0;
  display: grid;
  grid-template-columns: 58% 37%;
  justify-content: space-between;
}

.server1 .item:nth-child(7) .context .itemText:nth-child(2) {
  padding-left: 0;
  display: grid;
  grid-template-columns: 37% 58%;
  justify-content: space-between;
  align-items: center;
  margin-top: 38px;
}

.server1 .item:nth-child(7) .context .itemText:nth-child(2) p {
  margin-bottom: 20px;
}

.server1 .item:nth-child(7) {
  margin-top: 80px;
}

.server1 .item:nth-child(8) {
  margin-top: 42px;
}

.server1 .item:nth-child(8) .context p {
  margin: 16px 0 28px;
}

.server1 .item:nth-child(8) .conBox p {
  font-size: 14px;
  font-weight: 400;
  color: #3c3c3c;
  padding: 17px 0;
}

.server1 .item:nth-child(8) .conBox {
  display: grid;
  display: -ms-grid;
  grid-template-columns: repeat(5, 19%);
  justify-content: space-between;
}

.server2 {
  background: url("/public/static/images/home/en-us/server2img1.png") no-repeat
    center;
  height: 287px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.server2 h2 {
  font-size: 36px;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
}

.server2 a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 157px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  margin: 40px auto 0;
  border: 1px solid #ffffff;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  transition: all 0.5s;
}

.server2 a:hover {
  background: #008ed4;
  border: 1px solid #008ed4;
}

.server3 .conBox {
  padding: 52px 0;
  text-align: center;
}

.server3 .conBox p {
  font-size: 24px;
  padding: 20px 0 14px;
  font-weight: 400;
  color: #3c3c3c;
}

.server3 .conBox a {
  width: 217px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  margin: auto;
  display: block;
  background: #008ed4;
  font-size: 16px;
  font-weight: 400;
  transition: all 0.5s;
  color: #ffffff;
}
.server3 .conBox a:hover {
  opacity: 0.8;
}

.server3 {
  border-bottom: 1px solid #e5e5e5;
}

.country1 {
  margin-top: 40px;
}

.country1 .title {
  margin-bottom: 30px;
}

.country1 .text p {
  font-size: 16px;
  font-weight: 400;
  color: #3c3c3c;
  line-height: 30px;
}

.country1 .conBox .item {
  display: grid;
  grid-template-columns: 30% 60%;
  justify-content: space-between;
  border-bottom: 1px solid #a6a6a6;
  padding: 60px 0;
}

.country1 .conBox .imgs {
  display: grid;
  grid-template-columns: repeat(5, 16%);
  justify-content: space-between;
  grid-row-gap: 52px;
}

.country1 .conBox .img {
  padding: 14px 2px;
  border: 1px solid #e8e8e8;
  display: flex;
  align-items: center;
  height: 118px;
  justify-content: center;
}

.country1 .conBox .imgs .text > p {
  font-size: 14px;
  font-weight: 400;
  color: #3c3c3c;
}

.country1 .conBox .text p {
  font-size: 24px;
  font-weight: 600;
  color: #272727;
  line-height: 25px;
}

.country1 .conBox .ditu {
  margin: 16px 0 52px;
}

.country1 .conBox .text a {
  width: 217px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  display: block;
  margin: auto;
  background: #ffffff;
  border: 2px solid #008ed4;
  font-size: 16px;
  font-weight: 400;
  color: #008ed4;
  transition: all 0.4s;
}

.country1 .conBox .text a:hover {
  background: #008ed4;
  color: #ffffff;
}

.country1 .conBox .item:nth-last-child(1) {
  border-bottom: none;
}

.country2 {
  background: url("/public/static/images/home/en-us/country2img1.png") no-repeat
    center;
  height: 225px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.country2 h3 {
  font-size: 24px;
  font-weight: 400;
  color: #ffffff;
}

.country2 a {
  width: 217px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  margin: 18px auto 0;
  border: 2px solid #ffffff;
  transition: all 0.5s;
}

.country2 a:hover {
  background: #008ed4;
  border: 2px solid #008ed4;
}

.proKind1 {
  padding: 36px 0 84px;
}

.proKind1 .title {
  margin-bottom: 28px;
}

.proKind1 .content > p {
  font-size: 16px;
  font-weight: 400;
  color: #3c3c3c;
  line-height: 30px;
}

.proKind1 .context {
  margin-top: 16px;
  display: grid;
  display: -ms-grid;
  grid-template-columns: 33.33% 33.33% 33.33%;
  -ms-grid-rows: 1fr 1fr;
  -ms-grid-columns: 1fr 1fr 1fr;
}

.proKind1 .context .item {
  position: relative;
  overflow: hidden;
}

.proKind1 .context .item .text {
  position: absolute;
  left: 0;
  background: url("/public/static/images/home/en-us/caidai.png") no-repeat left
    center;
  bottom: 0;
  width: 100%;
}

.proKind1 .context .item .text {
  position: absolute;
  left: 0;
  background: url("/public/static/images/home/en-us/caidai.png") no-repeat left
    center;
  bottom: 0;
  width: 100%;
  transition: all 0.5s;
}

.proKind1 .context .item:hover .text {
  left: -100%;
}

.proKind1 .context .item .contact {
  position: absolute;
  left: 0;
  top: -100%;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: rgba(0, 90, 178, 0.8);
  transition: all 0.5s;
}

.proKind1 .context .item:hover .contact {
  top: 0;
}

.proKind1 .context .item img {
  transition: all 0.5s;
}

.proKind1 .context .item:hover img {
  transform: scale(1.3);
}

.proKind1 .context .item .text p {
  line-height: 40px;
  font-size: 22px;
  font-weight: 400;
  color: #ffffff;
  padding-left: 12px;
}

.proKind1 .context .item .contact p {
  font-size: 30px;
  font-weight: 400;
  color: #ffffff;
}

.proKind1 .context .item .contact a {
  width: 157px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ffffff;
  font-size: 18px;
  font-weight: 400;
  margin-top: 60px;
  color: #ffffff;
}

.proKind2 {
  padding: 82px 0 94px;
  background: #f8f8f8;
}

.proKind2 .content p {
  font-size: 16px;
  font-weight: 400;
  color: #3c3c3c;
  line-height: 30px;
}

.proKind2 .content {
  margin-top: 36px;
}

.proKind2Slick {
  margin: 0 -5px;
  margin-top: 24px;
}

.proKind2Slick .item {
  margin: 0 5px;
  overflow: hidden;
}

.proKind2Slick p {
  font-size: 20px;
  font-weight: 400;
  color: #3c3c3c;
  padding: 14px 0;
  background: #ffffff;
  text-align: center;
  transition: all 0.4s;
}

.proKind2Slick .slick-prev {
  background: transparent;
  left: 80px;
}

.proKind2Slick .slick-next {
  background: transparent;
  right: 80px;
}

.proKind2Slick .slick-next:after {
  content: "\e618";
  font-family: "iconfont", sans-serif;
  font-size: 58px;
  color: #008ed4;
}
.proKind2Slick .slick-prev:after {
  content: "\e619";
  font-family: "iconfont", sans-serif;
  font-size: 58px;
  color: #008ed4;
}

.proKind2Slick .item:hover p {
  background: #0a86cb;
  color: #ffffff;
}

.proKind2Slick .item span {
  opacity: 0;
  transition: all 0.4s;
}

.proKind2Slick .item:hover span {
  opacity: 1;
}

.proKind2Slick .item img {
  transition: all 0.5s;
}

.proKind2Slick .item .img {
  overflow: hidden;
}

.proKind2Slick .item:hover img {
  transform: scale(1.3);
}

.proKind2 .contextImg {
  margin-top: 54px;
}

.proKind2 .contextImg {
  margin-top: 54px;
}

.proKind2 .contextImg .item a {
  display: flex;
}

.proKind2 .contextImg .item {
  margin-top: 30px;
}

.proKind2 .contextImg .item:nth-child(2n) a {
  display: flex;
  flex-direction: row-reverse;
}

.proKind2 .contextImg .item a .img {
  width: 42%;
}

.proKind2 .contextImg .item a .text {
  width: 58%;
  padding: 20px 18px 30px;
  display: flex;
  flex-direction: column;
  transition: all 0.5s;
}

.proKind2 .contextImg .item a .text h2 {
  font-size: 20px;
  font-weight: 600;
  color: #3c3c3c;
  transition: all 0.5s;
}

.proKind2 .contextImg .item a .text p {
  font-size: 16px;
  font-weight: 400;
  color: #3c3c3c;
  margin: 30px 0;
  transition: all 0.5s;
}

.proKind2 .contextImg .item a .text span {
  font-size: 18px;
  display: flex;
  font-weight: 400;
  color: #0a86cb;
  align-items: center;
}

.proKind2 .contextImg .item a .text span i {
  font-size: 30px;
  color: #0a86cb;
  margin-left: 16px;
  transition: all 0.5s;
}

.proKind2 .contextImg .item:hover a .text h2 {
  color: #ffffff;
}

.proKind2 .contextImg .item:hover a .text p {
  color: #ffffff;
}

.proKind2 .contextImg .item:hover a .text span {
  color: #ffffff;
}

.proKind2 .contextImg .item:hover a .text span i {
  color: #ffffff;
}

.proKind2 .contextImg .item a:hover .text {
  background: #0a86cb;
}

.proKind3 {
  padding: 82px 0 68px;
}

.proKind3 .item p {
  font-size: 30px;
  font-weight: 400;
  color: #3c3c3c;
}

.proKind3 .context {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 56px;
}

.proKind3 .item {
  width: 49%;
  border-bottom: 1px #e6e6e6 solid;
}

.proKind3 .item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.proKind3 .item i {
  width: 26px;
  height: 26px;
  border: 2px solid #008ed4;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #008ed4;
}

.proKind4 {
  background: url("/public/static/images/home/en-us/proKind4img1.png") no-repeat
    center;
  height: 225px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.proKind4 h2 {
  font-size: 24px;
  font-weight: 400;
  color: #ffffff;
  text-shadow: 0px 12px 18px rgba(58, 58, 58, 0.6);
}

.proKind4 a {
  width: 217px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #ffffff;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  margin-left: 66px;
  transition: all 0.5s;
}

.proKind4 a:hover {
  background: #008ed4;
  border: 1px solid #008ed4;
}

.proKind4 .text {
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.kindDelBanner {
  position: relative;
}

.kindDelBanner .text {
  position: absolute;
  padding-left: 44px;
  right: 0;
  top: 0;
  width: 48%;
  background: rgba(0, 142, 212, 0.8);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.kindDelBanner .text h1 {
  font-size: 32px;
  font-weight: 400;
  color: #ffffff;
}

.kindDelBanner .text p {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
}

.kindDelBanner .text a {
  width: 157px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ffffff;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  margin-top: 30px;
}

.kindDelBanner .text span {
  margin: 25px 0 35px;
  display: inline-block;
  width: 16px;
  height: 4px;
  background: #ffffff;
}

.kindDel1 {
  padding: 30px 0 60px;
}

.kindDel1 .content p {
  font-size: 16px;
  font-weight: 400;
  color: #3c3c3c;
  line-height: 28px;
  margin-bottom: 30px;
}

.kindDel1 .selects .item {
  position: relative;
  width: 30%;
  margin-top: 24px;
  margin-right: 40px;
}

.kindDel1 .selects .item:nth-last-child(1) input {
  width: 59%;
}

.kindDel1 .selects .item:nth-child(3) input {
  width: 55%;
}

.kindDel1 .selects {
  display: flex;
  /*justify-content: space-between;*/
  flex-wrap: wrap;
}

.kindDel1 .selects label {
  font-size: 20px;
  font-weight: 600;
  color: #008ed4;
}

.select-menu-div {
  position: relative;
  display: flex;
  width: 100%;
  /*border: 1px solid #EEEEEE;*/
}

.select-menu-ul li.select-this {
  color: #f8b419;
}

.select-this:hover {
  color: #f8b419 !important;
}

/*i {*/
/*margin-right: 5px;*/
/*position: absolute;*/
/*right: 5px;*/
/*top: 22px;*/
/*color: #F8B419;*/
/*transform: rotate(180deg);*/
/*}*/

.select-menu-div span {
  height: 55px;
  width: 16%;
  display: inline-block;
  line-height: 55px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  background: #eeeeee;
  color: #1f1f1f;
}

.select-menu-div .input {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.select-menu-input {
  /*margin-left:3%;*/
  height: 46px;
  padding: 10px;
  width: 76%;
  cursor: pointer;
  user-select: none;

  border: 1px solid #c9c9c9;
}

.infos i {
  color: rgba(98, 98, 98, 0.6);
  position: absolute;
  right: 10px;
  top: 20px;
}

.select-menu-i {
  transform: rotate(180deg);
}

.request2 .Inquiry a {
  padding: 8px 25px;
  background: #f5f5f5;
  display: inline-block;
  font-size: 18px;
  font-family: Poppins;
  font-weight: 500;
  color: #252525;
  border: 1px solid #dcdcdc;
  margin-right: 15px;
  margin-bottom: 15px;
}

.request2 .Required a.active {
  color: #ffffff;
  background: #b52525;
  border: 1px solid #b52525;
  position: relative;
}

.request2 .Required a.active:after {
  position: absolute;
  content: "";
  background-image: url("/public/static/images/home/en-us/change.png");
  background-repeat: no-repeat;
  bottom: -8px;
  height: 34px;
  overflow: hidden;
  right: -8px;
  text-indent: -99em;
  width: 34px;
  /*display: none;*/
}

.request2 .Inquiry a {
  padding: 8px 25px;
  background: #f5f5f5;
  display: inline-block;
  font-size: 18px;
  font-family: Poppins;
  font-weight: 500;
  color: #252525;
  border: 1px solid #dcdcdc;
  margin-right: 15px;
  margin-bottom: 15px;
}

.request2 .inquiries a.active {
  color: #ffffff;
  background: #b52525;
  border: 1px solid #b52525;
  position: relative;
}

.request2 .inquiries a.active:after {
  position: absolute;
  content: "";
  background-image: url("/public/static/images/home/en-us/change.png");
  background-repeat: no-repeat;
  bottom: -8px;
  height: 34px;
  overflow: hidden;
  right: -8px;
  text-indent: -99em;
  width: 34px;
  /*display: none;*/
}

.select-menu-ul {
  position: absolute;
  right: 0;
  margin-top: 0px !important;
  list-style: none;
  opacity: 0;
  display: none;
  width: 200px;
  /*padding: 0px 24px;*/
  text-align: left;
  color: #ffffff;
  background: #ffffff;
  position: absolute;
  z-index: 1;

  border: 1px solid #d4d4d4;
}

.kindDel1 i.iconfont.icon-xiala {
  color: #3c3c3c;
  position: absolute;
  right: 6px;
  transition: all 0.4s;
  top: 10px;
}

/*.select-menu-ul:before {*/
/*content: '';*/
/*position: absolute;*/
/*right: 7px;*/
/*top: -10px;*/
/*border-left: 10px solid transparent;*/
/*border-bottom: 10px solid #0B182F;*/
/*border-right: 10px solid transparent;*/
/*}*/

.select-menu-ul li {
  padding: 18px 24px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  color: #3c3c3c;
  transition: all 0.3s;
}

.select-menu-ul li:hover {
  color: #ffffff;
  background: #005fa8;
}

.kindDel1 .contextImg {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(3, 33.33%);
  justify-content: center;
}

.kindDel1 .contextImg .img {
  text-align: center;
  padding: 17px 0;
}

.kindDel1 .contextImg a h3 {
  font-size: 16px;
  font-weight: 600;
  color: #3c3c3c;
  transition: all 0.5s;
}

.kindDel1 .contextImg a p {
  font-size: 14px;
  font-weight: 400;
  color: #888888;
  line-height: 24px;
  margin: 16px 0 18px;
}

.kindDel1 .contextImg a i {
  color: #a6a6a6;
  font-size: 40px;
  display: block;
  margin: auto;
  text-align: center;
  transition: all 0.5s;
}

.kindDel1 .contextImg .item {
  padding: 0px 22px 18px;
  transition: all 0.5s;
}

.kindDel1 .contextImg .item:hover {
  box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.2);
}

.kindDel1 .contextImg .item:hover h3,
.kindDel1 .contextImg .item:hover i {
  color: #1296db;
}

.proDel1 .title {
  margin: auto;
  margin-top: 32px;
  width: 70%;
}

.proDel1Slick {
  /*     padding: 0 10%; */
  width: 100%;

  margin: 26px auto 0;
  margin-bottom: 40px;
}

.proDel1Slick .slick-dots {
  position: absolute;
  bottom: 0;
}

.proDel1Slick .slick-dots li.slick-active {
  background: #008ed4;
}

.proDel1Slick .slick-dots li {
  background: #d0d0d0;
}

.proDel1Slick .slick-prev,
.proDel1Slick .slick-next {
  background: transparent;
}

.proDel1Slick .slick-next {
  right: 30px;
}

.proDel1Slick .slick-prev:after {
  content: "\e653";
  /*position: absolute;*/
  font-size: 30px;
  color: #d0d0d0;
  line-height: 82px;
  font-family: "iconfont", sans-serif;
  text-align: center;
  transition: all 0.5s;
}

.proDel1Slick .slick-next:after {
  content: "\e775";
  /*position: absolute;*/
  font-size: 30px;
  color: #d0d0d0;
  font-family: "iconfont", sans-serif;

  line-height: 82px;
  text-align: center;
  transition: all 0.5s;
}

.proDel1Slick .slick-next:hover:after {
  color: #008ed4;
}

.proDel1Slick .slick-prev:hover:after {
  color: #008ed4;
}

.proDel1 .context {
  padding-top: 36px;
  border-top: 2px solid #e5e5e5;
  display: grid;
  grid-template-columns: repeat(2, 50%);
}

.proDel1 {
  margin-bottom: 48px;
}

.proDel1 .context p {
  font-size: 16px;
  font-weight: 400;
  color: #282828;
}

.proDel1 .down a {
  font-size: 16px;
  font-weight: 400;
  color: #008ed4;
}

.proDel1 .down {
  margin-top: 58px;
}

.proDel1 .down i {
  font-size: 22px;
  font-weight: 400;
  color: #008ed4;
}

.proDel1 .inquired {
  margin-top: 16px;
}

.proDel1 .inquired a {
  width: 217px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #008ed4;
  font-size: 16px;
  font-family: Poppins;
  font-weight: 400;
  color: #ffffff;
}

.proDel1 .inquired a i {
  background: #008ed4;
  font-size: 32px;
}

.proDel1 .context .text {
  padding-right: 5px;
}

.proDel2 {
  /*overflow: hidden;*/
  /*     background: #f3f4f5; */
}

.proDel2 .line {
  overflow: hidden;
}

.proDel2 .line {
  background: #ffffff;
  position: sticky;
  top: 0px;
  left: 0;
  right: 0;
  z-index: 10;
  padding-top: 28px;
  border-bottom: 1px solid rgba(210, 210, 210, 1);
  z-index: 12;
}

.proDel2 .target {
  display: flex;
  justify-content: space-around;
  align-items: center;
  border-bottom: 1px solid rgba(210, 210, 210, 0.2);
}

.proDel2 .target .targetItem {
  margin-right: 20px;
}

.proDel2 .target .targetItem a {
  font-size: 18px;
  font-weight: 500;
  color: #3c3c3c;
  padding: 20px;
  display: inline-block;
  background: #ffffff;
  transform: translateY(2px);
}

.proDel2 .target .targetItem a:hover,
.proDel2 .target .targetItem a.active {
  color: #008ed4;
  border-top: 5px solid #008ed4;
  border-right: 2px solid #008ed4;
  border-left: 2px solid #008ed4;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}

.proDel2 .title h2 {
  font-size: 36px;
  font-weight: 900;
  color: #2a726e;
}

.contextItem1-1 {
  padding-top: 38px;
}

.proDel2 .content .title h2 {
  font-size: 38px;
  font-weight: 600;
  text-align: center;
  color: #3c3c3c;
}

.proDel2 .contextItem1-1 .context p {
  font-size: 16px;
  font-weight: 400;
  color: #3c3c3c;
  line-height: 30px;
}

.proDel2 .contextItem1-1 .context {
  margin-top: 30px;
}

.proDel2 .content .item {
  background: #ffffff;
}

.proDel2 .content .item h3 {
  margin: 20px 0;
  font-size: 24px;
}

.proDel2 .content .item li {
  list-style: inside;
  font-size: 20px;
}

.proDel2 .content .item ul {
  margin-bottom: 20px;
}

.proDel2 .contextItem1-1 .context .img {
  margin-top: 12px;
}

.contextItem1-2 {
  margin-top: 60px;
}

.contextItem1-2 .context {
  margin-top: 35px;
  grid-row-gap: 60px;
}

.contextItem1-2 .context .imgs {
  position: relative;
  display: flex;
}

.contextItem1-2 .context .imgs .img {
  width: 100%;
  height: 23vw;
  background: #f3f4f5;
  display: flex;
  align-items: center;
  justify-content: center;
  /*     border-radius: 15px 0px 0px 15px; */
}

.contextItem1-2 .context .imgs .intro {
  /*     position: absolute; */
  padding: 0 50px;
  /* left: 0;
    top: 0; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  line-height: 30px;
  width: 100%;
  background: rgba(0, 128, 191, 0.8);
  /*     border-radius: 0px 15px 15px 0px; */
  transition: all 0.5s;
  opacity: 0;
}

.contextItem1-2 .context .contextImgItem .intro {
  opacity: 1;
}

/* .contextItem1-2 .context .contextImgItem:hover .intro {
    opacity: 0;
} */

.contextItem1-2 .context .text {
  font-size: 24px;
  margin-top: 20px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}
.contextItem1-2 .contextImgItem {
  margin-top: 38px;
}
.contextItem1-2 .contextImgItem:nth-of-type(even) .imgs {
  flex-direction: row-reverse;
}
.contextItem1-3 {
  margin-top: 78px;
  margin-bottom: 64px;
}

.contextItem1-3 .title {
  margin-bottom: 28px;
}

.contextItem1-3 .slider_table tr:nth-child(2n-1) {
  background: #eeeeee;
}

.contextItem1-3 .slider_table tr th {
  padding: 17px 54px;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  color: #5b5b5b;
}

.contextItem1-3 .slider_table tr:nth-child(1) th {
  background: #008ed4;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
}

.contextItem1-3 .slider_table td,
.contextItem1-3 .slider_table th {
  border: 1px solid #ffffff;
}

.contextItem2-1 {
  padding-top: 80px;
}

.proDel2 .contentItem2 {
  /*     border-top: 15px solid #E5E5E5; */
}

.contextItem2-1 .context {
  padding: 65px 0 54px;
  display: grid;
  grid-template-columns: repeat(6, 18%);
  justify-content: space-around;
  border-bottom: 1px solid #e7e8e9;
}

.contextItem2-1 .context .contextImg {
  text-align: center;
}

.contextItem2-1 .context .contextImg p {
  font-size: 24px;
  font-weight: 500;
  color: #242424;
}

.proIntro {
  padding-top: 40px;
  position: relative;
}

.proIntro .conBox {
  position: relative;
}

.proIntro p {
  font-size: 30px;
  text-align: center;
  font-weight: 400;
  color: #303030;
}

.proIntro .conBox .proIntroItem:nth-child(2) {
  position: absolute;
  top: 18%;
  width: auto;
  left: 13%;
}

.proIntro .conBox .proIntroItem:nth-child(3) {
  position: absolute;
  top: 18%;
  width: auto;
  left: 36%;
}

.proIntro .conBox .proIntroItem:nth-child(4) {
  position: absolute;
  top: 10%;
  width: auto;
  left: 41%;
}

.proIntro .conBox .proIntroItem:nth-child(5) {
  position: absolute;
  top: 12%;
  width: auto;
  left: 47%;
}

.proIntro .conBox .proIntroItem:nth-child(6) {
  position: absolute;
  top: 19%;
  width: auto;
  left: 55%;
}

.proIntro .conBox .proIntroItem:nth-child(7) {
  position: absolute;
  top: 21%;
  width: auto;
  left: 60%;
}

.proIntro .conBox .proIntroItem:nth-child(8) {
  position: absolute;
  top: 23%;
  width: auto;
  left: 65%;
}

.proIntro .conBox .proIntroItem:nth-child(9) {
  position: absolute;
  top: 25%;
  width: auto;
  left: 39%;
}

.proIntro .conBox .proIntroItem:nth-child(10) {
  position: absolute;
  top: 41%;
  width: auto;
  left: 28%;
}

.proIntro .conBox .proIntroItem:nth-child(11) {
  position: absolute;
  top: 46%;
  width: auto;
  left: 39.3%;
}

.proIntro .conBox .proIntroItem:nth-child(12) {
  position: absolute;
  bottom: 44%;
  width: auto;
  right: 43.3%;
}

.proIntro .conBox .proIntroItem:nth-child(13) {
  position: absolute;
  bottom: 41%;
  width: auto;
  right: 35%;
}

.proIntro .conBox .proIntroItem:nth-child(14) {
  position: absolute;
  bottom: 29%;
  width: auto;
  right: 25%;
}

.proIntro .conBox .proIntroItem:hover .text {
  opacity: 1;
}

.proIntro .conBox .proIntroItem .icon {
  position: relative;
}

.proIntro .conBox .proIntroItem .text {
  position: absolute;
  font-size: 16px;
  padding: 15px 9px;
  font-weight: 400;
  background: #008ed4;
  color: #ffffff;
  top: -68px;
  left: -24px;
  display: block;
  white-space: nowrap;
  opacity: 0;
  transition: all 0.5s;
}

.proIntro .conBox .proIntroItem .text:after {
  position: absolute;
  content: "";
  border-top: 11px solid #008ed4;
  border-left: 8px solid transparent;
  border-right: 13px solid transparent;
  bottom: -11px;
  left: 28px;
}

.contentItem3 .contextItem3-1 {
  /*     border-top: 15px solid #E5E5E5; */
  /*     border-bottom: 15px solid #E5E5E5; */
}

.contextItem3-1 {
  padding: 63px 5px 67px;
}

.contextItem3-1 .context > p {
  font-size: 18px;
  margin: 20px 30px;
  font-weight: 400;
  color: #2a2a2a;
  text-align: center;
}

.contextItem3-1 .content .item p {
  font-size: 18px;
  padding: 0 25px;
  margin-top: 18px;
  line-height: 30px;
  font-weight: 400;
  color: #3c3c3c;
  text-align: center;
  background: url("/public/static/images/home/en-us/proDel4Back.png") no-repeat
    left top;
}

.contextItem3-1 .content {
  display: grid;
  grid-template-columns: repeat(4, 24%);
  grid-row-gap: 28px;
  justify-content: space-between;
}

.contextItem3-1 a {
  width: 217px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background: #008ed4;
  font-size: 16px;
  display: block;
  margin: 30px auto 0;
  font-weight: 400;
  color: #ffffff;
}

.proDel2 .contentItem99 {
  padding: 82px 0 74px;
}

.proDel2 .contentItem99 .item {
  padding: 10px;
}

.proDel2 .contentItem99 .content {
  /*margin-top: 70px;*/
  display: grid;
  grid-template-columns: repeat(3, 33%);
  align-items: center;
}

.proDel2 .contentItem99 .content .img {
  text-align: center;
  border-right: 1px dashed #e5e5e5;
}
.proDel2 .contentItem99 .content .item:nth-last-child(1) .img {
  border-right: none;
}

.proDel2 .contentItem99 .content p {
  font-size: 16px;
  margin-top: 50px;
  min-height: 100px;
  font-weight: 400;
  color: #222222;
}

.contact_us {
  background: url("/public/static/images/home/en-us/proDel4img10.png") no-repeat
    center;
  height: auto;
  display: flex;
  align-items: center;
  background-size: cover;
  padding: 80px 0;
}
.product_to_form {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product_to_form .info {
  width: 48.5%;
  margin-top: 14px;
}
.product_to_form .info .label_control {
  font-size: 16px;
  color: #fff;
}
.product_to_form .info .controls input {
  display: block;
  width: 100%;
  height: 50px;
  border: 1px solid #fff;
  background: none;
  color: #fff;
  margin-top: 10px;
  outline: none;
  padding: 0 12px;
}
.product_to_form .info .controls textarea {
  display: block;
  width: 100%;
  height: 80px;
  border: 1px solid #fff;
  background: none;
  color: #fff;
  margin-top: 10px;
  outline: none;
  resize: none;
  padding: 12px;
}

.product_to_form .info .inquire_submit {
  display: block;
  width: 155px;
  height: 40px;
  background: #008ed4;
  color: #fff;
  border: none;
  margin-top: 30px;
  cursor: pointer;
}
.product_to_form .info .tips {
  color: red;
}
.contact_us p {
  font-size: 30px;
  font-weight: 500;
  color: #ffffff;
}
.contact_us a {
  width: 174px;
  height: 48px;
  background: #008ed4;
  display: flex;
  margin-top: 32px;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
}
@media (max-width: 768px) {
  .contact_us {
    padding: 8vw 0;
  }
}
.case1 {
  padding: 34px 0 56px;
}
.case1 .content p {
  font-size: 16px;
  font-weight: 400;
  color: #3c3c3c;
  line-height: 30px;
  margin-bottom: 34px;
}
.case1 .content h2 {
  font-size: 20px;
  font-weight: 400;
  color: #0386da;
  line-height: 30px;
}
.case1 .title {
  margin-bottom: 20px;
}
.case1 .change {
  margin: 40px 0;
  display: flex;
  border-bottom: 1px #ebebeb solid;
}
.case1 .change span {
  font-size: 18px;
  padding: 22px 19px;
  display: inline-block;
  font-weight: 400;
  color: #8c8686;
  transition: all 0.5s;
}
.case1 .change .item.on span {
  background: linear-gradient(0deg, #235da6 0%, #2faeec 51%, #2ac4f9 100%);
  border-radius: 25px 25px 0px 0px;
  color: #ffffff;
}
.case1 .change .item {
  margin-right: 45px;
  cursor: pointer;
}
.case1 .target {
  margin-top: 40px;
}
.case1 .target .item a {
  margin-bottom: 30px;
  display: flex;
}

.case1 .target .item:nth-child(2n) a {
  flex-direction: row-reverse;
}
.case1 .target .item .img {
  width: 45%;
}
.case1 .target .item .text {
  width: 55%;
  padding: 38px 18px;
  transition: all 0.5s;
}
.case1 .target .item:hover .text {
  background: #f1f1f1;
}
.case1 .target .item .text h3 {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  padding: 23px 40px;
  background: url("/public/static/images/home/en-us/case1img2.png") no-repeat
    left center;
}
.case1 .target .item .text .xinhao {
  display: flex;
  padding-left: 28px;
  margin: 8px 0 20px;
}
.case1 .target .item .text .xinhao span {
  font-size: 16px;
  font-weight: 400;
  color: #3c3c3c;
}
.case1 .target .item .text .xinhao ul li {
  font-size: 16px;
  font-weight: 400;
  color: #3c3c3c;
}
.case1 .target .item .text p {
  font-size: 16px;
  font-weight: 400;
  color: #3c3c3c;
  line-height: 20px;
  padding-left: 28px;
}
.case1 .target .item .text h4 {
  margin-top: 30px;
  width: 162px;
  height: 40px;
  display: flex;
  margin-left: 28px;
  align-items: center;
  justify-content: center;
  background: #008ed4;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
}
.case1 .target .targetItem {
  display: none;
}
.case1 .target .targetItem.on {
  display: block;
}
.case1 .target .item .text h4 {
  margin-top: 30px;
  width: 162px;
  height: 40px;
  display: flex;
  margin-left: 28px;
  align-items: center;
  justify-content: center;
  background: #008ed4;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
}
.case1 .target .item .text h4:hover {
  opacity: 0.8;
  transition: all 0.5s;
}

.solution1 {
  margin-top: 20px;
}

.solution1 .content p {
  font-size: 16px;
  margin: 14px 0 18px;
  font-weight: 400;
  color: #3c3c3c;
}

.solution2 {
  padding-top: 50px;
}
.solution2 .target {
  display: grid;
  grid-template-columns: repeat(5, 19%);
  justify-content: space-between;
  margin-top: 30px;
}
.solution2 .target a {
  border: 1px solid #dddddd;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 400;
  color: #3c3c3c;
  padding: 9px 0;
  text-align: center;
  position: relative;
  transition: all 0.5s;
  cursor: pointer;
}
.solution2 .target a:after {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  bottom: -12px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 12px solid #008ed4;
  opacity: 0;
  transition: all 0.5s;
}

.solution2 .line {
  background: #ffffff;
  position: sticky;
  top: 0px;
  left: 0;
  right: 0;
  z-index: 10;
}

.solution2 .target a:hover,
.solution2 .target a.active {
  background: #008ed4;
  border: 1px solid #008ed4;
  color: #ffffff;
}
.solution2 .target a.active:after,
.solution2 .target a:hover:after {
  opacity: 1;
}
.solution2 .content {
  margin-top: 30px;
}
.solution2 .content .item {
  margin-bottom: 40px;
}
.solution2 .content .item span {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1296db;
  border-radius: 5px;
  font-size: 24px;
  font-weight: 400;
  color: #ffffff;
}
.solution2 .content .item h2 {
  font-size: 24px;
  font-weight: 600;
  color: #1296db;
  border-bottom: 1px solid #1296db;
  line-height: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.solution2 .content .item a {
  width: 162px;
  height: 40px;
  background: #ffffff;
  border: 2px solid #008ed4;
  color: #008ed4;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  font-weight: 500;
}
.solution2 .content .item {
  display: flex;
}
.solution2 .content .item:nth-child(2n) {
  display: flex;
  flex-direction: row-reverse;
}
.solution2 .content .item:nth-child(2n) .text {
  padding-right: 20px;
}
.solution2 .content .item .img,
.solution2 .content .item .text {
  width: 50%;
}
.solution2 .content .item .text {
  padding-left: 20px;
}
.solution4 .content {
  display: grid;
  grid-template-columns: repeat(2, 50%);
  background: #ffffff;
  margin-top: -80px;
  box-shadow: 0px 0px 13px 0px rgba(4, 0, 0, 0.22);
}

.solution4 {
  margin-top: 76px;
}
.solution4 .title {
  padding: 46px 0 116px;
  background: #18659d;
}

.solution4 .title h2 {
  color: #ffffff;
}
.solution4 .content .text {
  padding: 45px 40px 80px 35px;
}
.solution4 .content .text p {
  font-size: 16px;
  font-weight: 400;
  color: #3c3c3c;
  line-height: 30px;
}
.solution3 a,
.solution4 a {
  width: 217px;
  height: 48px;
  background: #ffffff;
  border: 2px solid #008ed4;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 26px auto 0;
  font-weight: 400;
  color: #008ed4;
}

.solution6 {
  padding: 60px 0 66px;
}
.solution6 .content1 .change {
  margin: 38px 0 18px;
  display: grid;
  grid-template-columns: repeat(3, 20%);
  justify-content: space-between;
}
.solution6 .content1 .change .item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding-bottom: 13px;
  transition: all 0.5s;
}
.solution6 .content1 .change .item.on,
.solution6 .content1 .change .item:hover {
  border-bottom: 2px solid #1296db;
  border-radius: 2px;
}
.solution6 .content1 .change .item .text p {
  font-size: 24px;
  font-weight: 400;
  color: #1b1b1b;
  margin-left: 20px;
  transition: all 0.5s;
}
.solution6 .content1 .change .item:hover .text p {
  color: #008ed4;
}

.solution6 .content1 .target .item {
  display: none;
}
.solution6 .content1 .target .item.on {
  display: block;
}

.solution6 .content1 .target table tr,
.solution6 .content1 .target table td {
  border: 1px solid #ffffff;
  text-align: center;
  background: #f7f7f7;
  font-size: 14px;
  font-weight: 400;
  color: #3c3c3c;
}
.solution6 .content1 .target table tr:nth-child(1) {
  background: #008ed4;
}
.solution6 .content1 .target table tr:nth-child(1) td {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  width: 10%;
  padding: 20px 0;
  text-align: center;
  background: #008ed4;
}
.solution6 .content1 .target table tr:nth-child(1) td:nth-child(1) {
  color: #ffffff;
  width: 20%;
}
.solution6 .content2 {
  margin-top: 48px;
}
.solution6 .content2 .change p {
  width: 211px;
  height: 51px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
  background: #dddddd;
  font-size: 14px;
  font-weight: 400;
  color: #3c3c3c;
}
.solution6 .content2 .change .item.on p {
  color: #ffffff;
  background: #008ed4;
}
.solution6 .content2 .change {
  padding: 18px 40px;
  display: flex;
  justify-content: center;
}
.solution6 .content2 .target .item {
  display: none;
}
.solution6 .content2 .target {
  margin-top: 24px;
  background: #ffffff;
  padding: 24px 15px;
  box-shadow: 0px 0px 13px 0px rgba(4, 0, 0, 0.22);
}
.solution6 .content2 .target .item.on {
  display: block;
}

.about1 {
  margin-top: 18px;
  margin-bottom: 80px;
}
.about1 .content {
  margin-top: 24px;
}
.about1 .content p {
  font-size: 16px;
  font-weight: 400;
  color: #3c3c3c;
  line-height: 30px;
}

.about3 {
  padding: 70px 0;
  background: #f6f6f6;
}
.about3 .content {
  margin-top: 46px;
  display: grid;
  grid-template-columns: 60% 40%;
}
.about3 .content .text p {
  font-size: 16px;
  font-weight: 400;
  color: #3c3c3c;
  line-height: 30px;
}
.about3 .content .text p:nth-child(2) {
  margin-top: 28px;
}
.about3 .content .text {
  background: #ffffff;
  padding: 67px 32px 130px;
}

.about4 {
  padding: 60px 0 48px;
}
.about4 .content {
  margin-top: 30px;
}
.about4 .content p {
  font-size: 16px;
  font-weight: 400;
  color: #3c3c3c;
  line-height: 30px;
}

.about4Slick {
  margin-top: 40px;
}
.about4Slick .item {
  padding: 0 10px;
  width: 400px;
}

.about4Slick .slick-prev,
.about4Slick .slick-next {
  top: auto;
  bottom: 11%;
  background: transparent;
}

.about4Slick .slick-next {
  right: 20%;
}
.about4Slick .slick-prev {
  left: 20%;
}

.about4Slick .slick-prev:after {
  content: "\e606";
  /*position: absolute;*/
  font-size: 30px;
  color: #ffffff;
  width: 106px;
  height: 36px;
  background: #606060;
  line-height: 36px;
  font-family: "iconfont", sans-serif;
  text-align: center;
  background: rgba(96, 96, 96, 0.8);
  transition: all 0.5s;
}

.about4Slick .slick-next:after {
  content: "\e60c";
  /*position: absolute;*/
  font-size: 30px;
  color: #ffffff;
  font-family: "iconfont", sans-serif;
  width: 106px;
  height: 36px;
  background: rgba(96, 96, 96, 0.8);
  line-height: 36px;
  text-align: center;
  transition: all 0.5s;
}

.about4Slick .slick-next:hover:after {
  background: #008ed4;
}

.about4Slick .slick-prev:hover:after {
  background: #008ed4;
}

.about5 {
  background: url("/public/static/images/home/en-us/about5img1.png") no-repeat
    center;
  height: 499px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about5 p {
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  line-height: 36px;
  width: 70%;
  margin: auto;
  text-align: center;
}
.about5 a {
  width: 217px;
  height: 48px;
  background: #008ed4;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  margin: 40px auto;
  transition: all 0.5s;
}
.about5 a:hover {
  opacity: 0.8;
}

.about2 .conBox {
  position: relative;
}
.about2 .conBox .title {
  position: absolute;
  top: 90px;
  left: 50%;
  transform: translateX(-50%);
}
.about2 .conBox .title h2 {
  color: #ffffff;
}
.about2 .conBox p {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 24px;
}
.about2 .conBox p:nth-child(3) {
  position: absolute;
  left: 3%;
  bottom: 39%;
}
.about2 .conBox p:nth-child(4) {
  position: absolute;
  left: 18%;
  bottom: 41%;
}
.about2 .conBox p:nth-child(5) {
  position: absolute;
  left: 32%;
  bottom: 22%;
}
.about2 .conBox p:nth-child(6) {
  position: absolute;
  left: 50%;
  bottom: 19%;
}
.about2 .conBox p:nth-child(7) {
  position: absolute;
  left: 47%;
  bottom: 66%;
}

.about2 .conBox p:nth-child(8) {
  position: absolute;
  left: 70%;
  bottom: 34%;
}
.about2 .conBox p:nth-child(9) {
  position: absolute;
  right: 0%;
  bottom: 46%;
}

.Three_menu {
  position: relative;
}

.kindDel1 .changed {
  margin-top: 26px;
}
.kindDel1 .changed ul {
  display: flex;
}
.kindDel1 .changed ul li.remove {
  display: none;
}
.kindDel1 .changed ul li.on {
  display: flex;
  padding: 16px 12px;
  background: #005fa8;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  margin-right: 20px;
  align-items: center;
}
.kindDel1 .changed ul i {
  margin-left: 14px;
}

.proKind2 .contextImg .item:nth-last-child(1) a .text p {
  margin: 0;
}
.proKind2 .contextImg .item h4 {
  font-size: 18px;
  font-weight: 600;
  color: #3c3c3c;
  margin: 8px 0;
  transition: all 0.5s;
}
.proKind2 .contextImg .item:hover h4 {
  color: #ffffff;
}

.news h1 {
  font-size: 42px;
  font-weight: 600;
  color: #3c3c3c;
  margin: 20px 0 30px;
}
.news .content {
  display: grid;
  grid-template-columns: repeat(3, 28.5%);
  grid-row-gap: 46px;
  justify-content: space-between;
}
.news .content .item-Img {
  position: relative;
  overflow: hidden;
}
.news .content .item-Img .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(73, 158, 216, 0.7);
  transition: all 0.2s;
  transform: scale(0);
}
.news .content .item-Img .text p {
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  margin-top: 100px;
  transition: all 0.6s;
  opacity: 0;
}
.news .content .item:hover .text p {
  margin-top: 0;
  opacity: 1;
}

.news .content .item:hover .item-Img .text {
  transform: scale(1);
}

.news .content .item .item-Text span {
  font-size: 16px;
  font-weight: 100;
  display: inline-block;
  margin-bottom: 12px;
  margin-top: 20px;
}
.news .content .item .item-Text h2 {
  font-size: 18px;
  font-weight: 600;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news .content .item .item-Text p {
  font-size: 16px;
  font-weight: 100;
  margin-top: 20px;
}
.news .page_box {
  margin-top: 40px;
}

.pro_form form .input {
  position: relative;
  padding: 10px 0;
  overflow: hidden;
}

.pro_form form .input label.tip {
  display: inline-block;
  float: left;
  padding-top: 5px;
  text-align: right;
  width: 160px;
  line-height: 20px;
  font-size: 14px;
  color: #545454;
}

.pro_form form .input label.tip em {
  color: red;
  margin-right: 5px;
}

.pro_form form .input input[type="text"],
.pro_form form .input textarea {
  margin-left: 10px;
  width: 70%;
  height: 30px;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 4px;
  text-indent: 10px;
}

.pro_form form .input textarea {
  resize: none;
  height: 90px;
}

.pro_form form .input .tips {
  color: red;
  display: block;
  margin-left: 170px;
}

.pro_form form .input input.code {
  width: 100px;
}

.pro_form form .input .verify {
  cursor: pointer;
  position: absolute;
  top: 10px;
  left: 300px;
  height: 30px;
}

.pro_form .input .btn {
  background: #337ab7;
  color: #fff;
  font-size: 14px;
  height: 32px;
  padding: 0 30px;
  border: 0;
  display: block;
  margin-left: 170px;
  border-radius: 4px;
  cursor: pointer;
}

.pro_form h3 {
  font-family: Arial;
  font-size: 24px;
  color: #333;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1em;
  margin-bottom: 10px;
}

.email_click {
  transition: all 0.5s;
}

.waterLineBox8 {
  padding-bottom: 75px;
}
.waterLineBox8 .title h2 {
  font-size: 50px;
  color: #1b1b1b;
  text-align: center;
  padding: 35px 0;
  font-family: "Barlow Condensed", sans-serif;
}
.waterLineBox8 form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.waterLineBox8 form .infoBox {
  width: 49%;
}
.waterLineBox8 form .infoBox:last-child {
  width: 100%;
  text-align: center;
}
.waterLineBox8 .infoBox .info {
  position: relative;
  margin-bottom: 10px;
  line-height: 0;
}
.waterLineBox8 .infoBox .info .label_control {
  position: absolute;
  top: 0;
  left: 10px;
  line-height: 46px;
  font-size: 18px;
  color: #2c2c2c;
}
.waterLineBox8 .infoBox .info .tips {
  position: absolute;
  top: 0;
  right: 10px;
  line-height: 46px;
  color: #ff0000;
}
.waterLineBox8 .infoBox .info input[type="text"] {
  width: 100%;
  height: 46px;
  background: #f6f5f5;
  font-size: 18px;
  color: #2c2c2c;
  border: 0;
  padding: 0 10px;
  outline: none;
}
.waterLineBox8 .infoBox .info textarea {
  width: 100%;
  height: 102px;
  background: #f6f5f5;
  font-size: 18px;
  color: #2c2c2c;
  border: 0;
  resize: none;
  padding: 12px 10px;
  outline: none;
}
.waterLineBox8 .infoBox input[type="submit"] {
  width: 300px;
  height: 44px;
  color: #ffffff;
  font-size: 18px;
  background: #008ed4;
  border: 0;
  cursor: pointer;
  margin-top: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  transition: all 0.3s;
}
.waterLineBox8 .infoBox input[type="submit"]:hover {
  background: #2c2c2c;
  transition: all 0.3s;
}

.waterLineTabConBox .box {
  height: 0;
  overflow: hidden;
}
.waterLineTabConBox .box.on {
  height: auto;
}
.wuzi_form_ul .tips {
  color: red;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}

/*.email_click:hover{*/
/*    background: #008ED4;*/
/*    border: 1px solid #008ED4;*/
/*}*/

@media (max-width: 1720px) {
}

@media (max-width: 1620px) {
  .contextItem1-2 .context .imgs .img {
    height: 30vw;
    overflow: hidden;
  }
}

@media (max-width: 1450px) {
  .about2 .conBox p {
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
    line-height: 15px;
  }

  .about2 .conBox .title {
    position: absolute;
    top: 26px;
    left: 50%;
    transform: translateX(-50%);
  }

  .about3 .content .text {
    background: #ffffff;
    padding: 18px 32px 18px;
  }

  .case1 .target .item .text h3 {
    font-size: 14px;
  }

  .case1 .target .item .text {
    padding: 18px;
  }

  .case1 .target .item .text .xinhao span,
  .case1 .target .item .text .xinhao ul li {
    font-size: 14px;
    font-weight: 400;
    color: #3c3c3c;
  }
  .case1 .target .item .text p {
    font-size: 14px;
  }
  .case1 .content p {
    margin-bottom: 20px;
  }
}

@media (max-width: 1220px) {
  .header .nav_list > li > a > span {
    font-size: 14px;
  }

  .index2 .contextItem .item .text h2 {
    font-size: 28px;
  }
  .index2 .contextItem .item .text p {
    font-size: 16px;
  }
  .contactBox202006131030 .textBox h2,
  .contactBox202006131030 .title h2 {
    font-size: 30px;
  }

  .proDel1 .context p {
    font-size: 14px;
    font-weight: 400;
    color: #282828;
  }

  .proDel1 .down {
    margin-top: 50px;
  }

  .proKind2 .contextImg .item a .text p {
    font-size: 14px;
    font-weight: 400;
    color: #3c3c3c;
    margin: 9px 0;
    transition: all 0.5s;
  }

  .server1 .item_title h3 {
    font-size: 18px;
    line-height: 20px;
  }
  .solution4 .content .text {
    padding: 44px 18px 80px 22px;
  }

  .solution4 .content .text p {
    font-size: 14px;
    font-weight: 400;
    color: #3c3c3c;
    line-height: 22px;
  }

  .news .content {
    grid-template-columns: repeat(3, 31.5%);
  }
}

@media (max-width: 992px) {
  .proDel2 .line {
    background: #f5f5f5;
  }
  .proDel2 .target {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .proDel2 .line {
    top: 60px;
  }
  .proDel2 .target .targetItem {
    width: calc(100% / 3);
    margin-right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .proDel2 .target .targetItem a {
    padding: 5px;
    font-size: 14px;
    text-align: center;
    background: none;
  }
  .proDel2 .target .targetItem a:hover,
  .proDel2 .target .targetItem a.active {
    border: none;
    background: #008ed4;
    color: #fff;
  }
  .Three_menu_box {
    padding-left: 10px;
  }

  .Crumbs ul li a,
  .Crumbs ul li,
  .Crumbs ul li a span,
  .Crumbs ul i {
    font-size: 14px;
    line-height: 1.2;
  }

  .Crumbs span.youAreHere {
    display: none;
  }

  body {
    padding-top: 60px;
  }

  /*移动端隐藏模块*/
  .header {
    display: none;
  }

  /*移动端头部*/
  .m_header {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    z-index: 100002;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  }

  .m_header {
    height: 60px;
  }

  .logo_box {
    width: 100%;
    height: 60px;
    text-align: center;
    padding: 5px 0;
    line-height: 0;
    font-size: 0;
    zoom: 1;
  }

  .logo_box img {
    height: 100%;
  }

  .nav_toggle {
    color: #fff;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
    transform-origin: 50% 50%;
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -13px;
    z-index: 999;
  }

  .nav_toggle {
    cursor: pointer;
    padding: 10px 35px 16px 0;
  }

  .nav_toggle span,
  .nav_toggle span:before,
  .nav_toggle span:after {
    cursor: pointer;
    height: 3px;
    width: 40px;
    background: #000000;
    position: absolute;
    display: block;
    content: "";
  }

  .nav_toggle span:before {
    top: -10px;
  }

  .nav_toggle span:after {
    bottom: -10px;
  }

  .nav_toggle span,
  .nav_toggle span:before,
  .nav_toggle span:after {
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
  }

  .nav_toggle.active span {
    background-color: transparent;
  }

  .nav_toggle.active span:before,
  .nav_toggle.active span:after {
    top: 0;
  }

  .nav_toggle.active span:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
  }

  .nav_toggle.active span:after {
    transform: translateY(-10px) rotate(-45deg);
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    top: 10px;
  }

  /*移动端导航*/
  .m_header .m_nav {
    display: none;
    position: fixed;
    top: 60px;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #ffffff;
    z-index: 2;
    overflow: auto;
    border-top: 1px solid #f0f0f0;
    margin-top: -1px;
  }

  .m_header .m_nav_list a {
    display: block;
    width: 100%;
    padding: 0 15px;
    line-height: 35px;
    text-align: left;
    font-size: 14px;
    color: #000000;
  }

  .m_header .m_nav_list > li {
    position: relative;
    border-bottom: 1px solid #f0f0f0;
    transition: transform 0.5s ease;
    transform: matrix(1, -1, 0, 1, 200, 100);
  }

  .m_header .m_nav_list > li > i {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #000;
    top: 8px;
    right: 10px;
    cursor: pointer;
    z-index: 2;
    background: url("/public/static/images/home/en-us/reset/li_click.png")
      no-repeat top center;
  }

  .m_header .m_nav_list > li > a {
    opacity: 0;
  }

  .m_header .m_nav_list .dropdown .dropdown_menu {
    height: 0;
    overflow: hidden;
  }

  .m_header .m_nav_list .dropdown .dropdown_menu.on {
    height: auto;
  }

  .m_header .m_nav_list .dropdown_menu > li {
    border-top: 1px solid #f0f0f0;
    background: #f5f5f5;
  }

  .footer_box .fast_navigation .item {
    display: none;
  }

  .contactBox202006131030 .textBox h2,
  .contactBox202006131030 .title h2 {
    letter-spacing: 0;
  }
  .footer_box .fast_navigation .item {
    display: none;
  }
  .footer_box .fast_navigation .item:nth-of-type(4) {
    display: block;
  }
  .footer_follow ul {
    align-items: flex-start;
    justify-content: flex-start;
  }

  .footer_follow {
    padding: 12px 5px;
  }

  .index2 .contextItem .item .text h2 {
    font-size: 20px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }

  .index2 .contextItem .item .text p {
    font-size: 14px;
    margin: 5px 0 3px;
    line-height: 21px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .index2 .contextItem .item .text {
    position: absolute;
    bottom: -5px;
    left: 16px;
    transition: all 0.5s;
  }

  .index2 .contextItem .item:hover .text {
    bottom: 30px;
  }

  .index2 .contextItem .item .text span {
    font-size: 14px;
  }

  .index3 .context {
    padding: 0 5px;
    display: grid;
    grid-template-columns: repeat(2, 49%);
    justify-content: space-around;
  }

  .index4 .content p {
    width: 98%;
    margin: 20px auto 15px;
  }
  .indexBanner .slick-dots {
    position: absolute;
    bottom: 10px;
  }

  .indexBanner .slick-prev,
  .indexBanner .slick-next {
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
    background: transparent;
  }

  .index2 .content p {
    margin: 8px 0 20px;
  }

  .index3 {
    padding: 30px 0;
  }

  .index3 .context .text {
    font-size: 12px;
    padding: 20px 6px;
  }

  .about2 {
    display: none;
  }
  .about3 .content .text p {
    font-size: 12px;
    font-weight: 400;
    color: #3c3c3c;
    line-height: 15px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
  }

  .about5 p {
    width: 100%;
  }

  .about4Slick .slick-prev {
    left: 2%;
  }
  .about4Slick .slick-next {
    right: 12%;
  }

  .case1 .target .item a {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .case1 .target .item .img {
    width: 100%;
    text-align: center;
  }

  .case1 .target .item .text {
    width: 80%;
  }

  .case1 .target .item .text {
    padding: 18px 0;
  }

  .proKind4 .text {
    flex-wrap: wrap;
  }
  .proKind4 a {
    margin-left: 0px;
    margin-top: 20px;
  }

  .country1 .conBox .item {
    display: grid;
    grid-template-columns: 100%;
    grid-row-gap: 30px;
  }

  .country1 .conBox .item .text {
    text-align: center;
  }

  .kindDelBanner .text h1 {
    font-size: 30px;
  }
  .kindDelBanner .text span {
    margin: 10px 0;
    width: 16px;
    height: 4px;
    background: #ffffff;
  }

  .kindDelBanner .text a {
    width: 121px;
    height: 37px;
    font-size: 16px;
    margin-top: 9px;
  }

  .kindDelBanner .text p {
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
  }
  .kindDelBanner .text {
    position: absolute;
    padding-left: 25px;
    right: 0;
    top: 0;
    width: 50%;
    background: rgba(0, 142, 212, 0.8);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .kindDel1 .selects {
    flex-direction: column;
  }

  .kindDel1 .selects .item {
    position: relative;
    width: 98%;
    margin-top: 24px;
    margin-right: 40px;
  }

  .kindDel1 .selects .item:nth-last-child(1) input {
    width: 76%;
  }
  /*.select-menu-div .input {*/
  /*flex-direction: column;*/
  /*}*/

  .contextItem1-2 .context .imgs .img {
    height: 44vw;
    overflow: hidden;
  }

  /* .proDel2 .line {
        display: none;
    } */

  /* .proIntro {
        display: none;
    } */

  .contextItem3-1 .content {
    display: grid;
    grid-template-columns: repeat(2, 48%);
    grid-row-gap: 28px;
    justify-content: space-between;
  }

  .contextItem3-1 .content .item p {
    font-size: 14px;
    line-height: 17px;
  }

  .proDel2 .contentItem99 .content {
    /* margin-top: 70px; */
    display: grid;
    grid-template-columns: repeat(2, 49%);
    align-items: center;
  }
  .proDel1 .context p {
    font-size: 12px;
    font-weight: 400;
    color: #282828;
  }

  .proDel1 .down {
    margin-top: 8px;
  }
  .proDel1 .title {
    margin: auto;
    margin-top: 32px;
    width: 100%;
  }

  .proKind1 .context .item .text p {
    font-size: 16px;
  }
  .proKind1 .context .item .contact p {
    font-size: 24px;
  }

  .proKind1 .context .item .contact a {
    width: 119px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ffffff;
    font-size: 14px;
    font-weight: 400;
    margin-top: 11px;
    color: #ffffff;
  }

  .proKind2 .contextImg .item a {
    display: flex;
    flex-wrap: wrap;
  }

  .proKind2 .contextImg .item a .img,
  .proKind2 .contextImg .item a .text {
    width: 100%;
  }

  .proKind2 .contextImg .item a .img {
    text-align: center;
  }

  .proKind2 .contextImg .item a .text h2 {
    text-align: center;
  }

  .server1 .title {
    margin: 0px 0 22px;
  }

  .server1 .item:nth-child(2) {
    background-size: cover;
    height: auto;
  }

  .server1 .item:nth-child(2) .context {
    padding-left: 0;
    display: grid;
    grid-template-columns: 100%;
    justify-content: space-between;
  }

  .server1 .item:nth-child(4) .context {
    padding-left: 0;
    display: grid;
    grid-template-columns: 100%;
    justify-content: space-between;
  }

  .server1 .item:nth-child(2) .context .img,
  .server1 .item:nth-child(6) .context .itemText .img,
  .server1 .item:nth-child(7) .context .itemText .img,
  .server1 .item:nth-child(4) .context .img {
    text-align: center;
  }

  .server1 .item:nth-child(4),
  .server1 .item:nth-child(6) {
    height: auto;
    padding: 20px 0;
    background-size: cover;
  }

  .server1 .item:nth-child(6) .context .itemText,
  .server1 .item:nth-child(7) .context .itemText {
    padding-left: 0;
    display: grid;
    grid-template-columns: 100%;
    justify-content: space-between;
    grid-row-gap: 16px;
  }

  .server1 .item:nth-child(6) .context .itemText:nth-child(2),
  .server1 .item:nth-child(7) .context .itemText:nth-child(2) {
    grid-template-columns: 100%;
    grid-row-gap: 16px;
  }
  .server1 .context {
    padding-left: 0px;
  }
  .server1 .item:nth-child(8) .conBox {
    display: grid;
    display: -ms-grid;
    grid-template-columns: repeat(3, 32%);
    justify-content: space-between;
  }

  .server1 .item:nth-child(2) .context .con_text,
  .server1 .item:nth-child(4) .context .con_text {
    padding: 0;
  }
  .solution2 .line {
    display: block;
  }

  .solution2 .content .item {
    display: flex;
    flex-wrap: wrap;
  }

  .solution2 .content .item .img,
  .solution2 .content .item .text {
    width: 100%;
  }
  .solution2 .content .item .text {
    margin-top: 20px;
  }
  .solution2 .content .item .img {
    text-align: center;
  }

  .solution2 .content .item .text {
    padding-left: 0px;
  }

  .solution4 .content {
    padding-top: 20px;
    grid-template-columns: 100%;
  }
  .solution4 .content .img {
    text-align: center;
  }

  .solution6 .content1 .change {
    margin: 38px 0 18px;
    display: grid;
    grid-template-columns: repeat(3, 31%);
    justify-content: space-between;
  }

  .imgTable tr {
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .contextItem1-2 .context .text {
    margin-bottom: 10px;
  }
  .solution2 {
    display: block !important;
  }
  .contextItem1-2 .context .imgs .intro {
    font-size: 16px;
    line-height: 1.6;
    padding: 0 10px;
    padding-bottom: 20px;
  }
  .proIntro p {
    font-size: 18px;
  }

  .contextItem1-2 .context .imgs {
    flex-wrap: wrap;
  }
  .contextItem1-2 .contextImgItem {
    margin-top: 0;
  }
  .kindDel1 .contextImg {
    margin-top: 60px;
    display: grid;
    grid-template-columns: repeat(2, 49%);
    justify-content: center;
  }
  .case1 .target .item .text {
    width: 100%;
  }
  .index4 .content .btns {
    flex-wrap: wrap;
  }

  .index4 .content .btns > div {
    margin: 10px;
  }
  #back_top {
    width: 0;
    height: 0;
    overflow: hidden;
  }

  .contactBox202006131030 .contactInfo {
    width: 100%;
  }

  .contactBox202006131030 .contactForm {
    width: 100%;
    padding-left: 0;
    padding-top: 40px;
  }

  .kindDelBanner .text {
    position: relative;
    width: 100%;
    padding: 5% 4%;
  }

  .kindDelBanner .text h1 {
    font-size: 18px;
  }
  .contextItem2-1 .context {
    padding: 65px 0 54px;
    display: grid;
    grid-template-columns: repeat(3, 32%);
    grid-row-gap: 20px;
    border-bottom: 1px solid #e7e8e9;
  }

  .contextItem2-1 .context .contextImg p {
    font-size: 18px;
    font-weight: 500;
    color: #242424;
  }

  .proKind1 .context {
    margin-top: 16px;
    display: grid;
    display: -ms-grid;
    grid-template-columns: 100%;
    gap: 20px;
  }

  .contextItem1-2 .context .text {
    font-size: 18px;
  }
  .about3 {
    display: none;
  }
  .index2 .contextItem .item:hover .text p {
    display: none;
  }
  .index2 .contextItem .item .text p {
    display: none;
  }
  /* .solution3 {
        display: none;
    } */

  .waterLineBox8 form .infoBox {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .news .content {
    grid-template-columns: repeat(2, 48%);
  }
  .solution6 .content1 .change .item .text p {
    font-size: 16px;
    font-weight: 400;
    color: #1b1b1b;
    margin-left: 9px;
    transition: all 0.5s;
  }
  .solution6,
  .contextItem3-1 {
    padding: 35px 0;
  }
  .proDel2 .contentItem99 .content {
    /* margin-top: 70px; */
    display: grid;
    grid-template-columns: 100%;
    align-items: center;
  }
  .contextItem1-2 .context {
    margin-top: 35px;
    display: grid;
    grid-template-columns: 100%;
    justify-content: space-between;
    align-items: center;
    grid-row-gap: 60px;
  }
  .contextItem1-2 .context .imgs .img {
    height: 77vw;
    overflow: hidden;
  }
  .country1 .conBox .imgs {
    display: grid;
    grid-template-columns: repeat(3, 30%);
    justify-content: space-between;
    grid-row-gap: 52px;
  }
  .about4Slick .slick-next {
    right: 15%;
  }
  .index2 .line1,
  .index2 .line3 {
    display: grid;
    grid-template-columns: 100%;
    justify-content: space-between;
    grid-row-gap: 20px;
  }
  .index2 .line2 {
    display: grid;
    grid-row-gap: 20px;
    grid-template-columns: 100%;
    justify-content: space-between;
  }
  .index2 .line4 {
    display: grid;
    grid-row-gap: 20px;
    grid-template-columns: 100%;
    justify-content: space-between;
  }

  .index2 .title h1,
  .index3 .title h2,
  .index4 .title h2,
  .server1 .title h1,
  .proKind1 .title h2,
  .proDel1 .title h1,
  .proKind2 .title h2,
  .proKind3 .title h2,
  .case1 .title h1,
  .country1 h2,
  .proKind1 .title h2,
  .proDel1 .title h1,
  .proKind2 .title h2,
  .proKind3 .title h2,
  .case1 .title h1,
  .country1 h2,
  .solution2 .title h2,
  .solution3 .title h2,
  .solution4 .title h2,
  .solution5 .title h2,
  .about2 .title h2,
  .about3 .title h2,
  .about4 .title h2,
  .solution6 .title h2,
  .solution1 .title h1,
  .news h1,
  .about1 .title h1 {
    font-size: 28px;
  }

  .about3 .content {
    margin-top: 46px;
    display: grid;
    grid-template-columns: 100%;
  }
  .about3 .content .img {
    text-align: center;
  }

  .contextItem2-1 .context {
    padding: 65px 0 54px;
    display: grid;
    grid-template-columns: repeat(2, 49%);
    grid-row-gap: 20px;
    border-bottom: 1px solid #e7e8e9;
  }

  .contact_us p {
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
  }

  .proDel2 .content .title h2 {
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    color: #3c3c3c;
  }

  .proKind1 .context .item .contact p {
    font-size: 18px;
  }
}

@media (max-width: 540px) {
  .kindDel1 .contextImg {
    margin-top: 60px;
    display: grid;
    grid-template-columns: 100%;
    justify-content: center;
  }

  .proDel1 .context {
    padding-top: 36px;
    border-top: 2px solid #e5e5e5;
    display: grid;
    grid-template-columns: 100%;
    grid-row-gap: 20px;
  }
  .server1 .item:nth-child(8) .conBox {
    display: grid;
    display: -ms-grid;
    grid-template-columns: repeat(2, 49%);
    justify-content: space-between;
  }
}

@media (max-width: 480px) {
  .about4Slick .slick-next {
    right: 20%;
  }
  .news .content {
    grid-template-columns: 100%;
  }
  .news .content .item-Img .img {
    text-align: center;
  }
}
.W_production_ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  margin-top: 30px;
}
/* .W_production_ul:before{
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    border: 1px dashed rgba(210, 210, 210, 1);
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%)

}
.W_production_ul:after{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    border: 1px dashed rgba(210, 210, 210, 1);
    position: absolute;
    left: 0;
    top: 45.5%;
    transform: translateY(-50%)
 */
/* } */
.W_production_ul li {
  width: 48.5%;
  height: auto;
  margin-top: 30px;
  list-style: none !important;
  border-radius: 10px;
  background: #f5f5f5;
  overflow: hidden;
  padding-bottom: 20px;
}
.proDel2 .content .item li:nth-of-type(1),
.proDel2 .content .item li:nth-of-type(2) {
  margin-top: 0;
}
.W_production_ul li img {
  width: 100%;
  height: auto;
  display: block;
}
.W_production_ul li h4 {
  font-size: 20px;
  color: #008ed4;
  text-align: center;
  margin-top: 15px;
  font-weight: bold;
  display: block;
  width: 90%;
  margin: 0px auto;
  margin-top: 20px;
}
.W_production_ul li p {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
  display: block;
  width: 90%;
  margin: 0px auto;
  margin-top: 10px;
}
.certificate_box {
  width: 100%;
  height: auto;
  padding: 80px 0;
}
.certificate_sw .swiper-slide {
  box-shadow: 0px 0px 10px 0px rgba(4, 0, 0, 0.15);
}
.certificate_sw .swiper-slide img {
  width: 100%;
  height: auto;
}
.certificate_sw {
  padding: 12px !important;
  padding-bottom: 60px !important;
}
.certificate_sw2 {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .W_production_ul li {
    width: 100%;
  }
  .W_production_ul:after,
  .W_production_ul:before {
    display: none;
  }
}
@media (max-width: 768px) {
  .certificate_box {
    padding: 8vw 0;
  }
  .certificate_sw {
    padding-bottom: 8vw;
  }
  .certificate_sw2 {
    margin-top: 8vw;
  }
}
.contactBox202006131030 .contactForm .info p {
  font-size: 14px;
  color: #333;
  line-height: 1.4;
}
.contactBox202006131030 .contactForm .info p a {
  color: #333;
  text-decoration: underline;
}
.contactBox202006131030 .contactForm .info p a:hover {
  color: #008ed4;
}
/*新增落地页*/
@font-face {
  font-family: "Lato-Black";
  src: url("/public/static/css/home/en-us/fonts/Lato-Black.ttf");
}
@font-face {
  font-family: "Lato-Bold";
  src: url("/public/static/css/home/en-us/fonts/Lato-Bold.ttf");
}
@font-face {
  font-family: "Lato-Italic";
  src: url("/public/static/css/home/en-us/fonts/Lato-Italic.ttf");
}
@font-face {
  font-family: "Lato-Light";
  src: url("/public/static/css/home/en-us/fonts/Lato-Light.ttf");
}
@font-face {
  font-family: "Lato-Regular";
  src: url("/public/static/css/home/en-us/fonts/Lato-Regular.ttf");
}
@font-face {
  font-family: "Lato-Thin";
  src: url("/public/static/css/home/en-us/fonts/Lato-Thin.ttf");
}
@font-face {
  font-family: "Poppins-SemiBold.";
  src: url("/public/static/css/home/en-us/fonts/Poppins-SemiBold..ttf");
}
.wuzi_banner_box {
  width: 100%;
  height: auto;
}
.wuzi_banner_box img {
  width: 100%;
  height: auto;
  display: block;
}
.wuzi_welcome_box {
  width: 100%;
  height: auto;
  padding: 60px 0px;
}
.contentWH1200 {
  width: 1200px;
  height: auto;
  margin: 0px auto;
}
.wuzi_welcome_title {
  font-size: 36px;
  color: #2a5d9e;
  font-family: "Lato-Black";
  text-align: center;
}
.wuzi_welcome_content {
  width: 100%;
  height: auto;
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wuzi_welcome_content_left {
  width: 45.2%;
  height: auto;
}
.wuzi_welcome_content_left img {
  width: 100%;
  height: auto;
  display: block;
}
.wuzi_welcome_content_right_ico {
  width: 60px;
  height: auto;
  padding-bottom: 15px;
}
.wuzi_welcome_content_right_ico img {
  width: 100%;
  height: auto;
  display: block;
}
.wuzi_welcome_content_right {
  width: 48.92%;
  height: auto;
}
.wuzi_welcome_content_right li {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wuzi_welcome_content_right li + li {
  margin-top: 30px;
}
.wuzi_welcome_content_right_con {
  width: 85.2%;
  height: auto;
  padding-bottom: 15px;
  border-bottom: 1px dashed #2a5d9e;
}
.wuzi_welcome_content_right_con h4 {
  font-size: 20px;
  color: #3c3c3c;
  font-family: "Lato-Regular";
  line-height: 1.6;
}
.wuzi_welcome_content_right_con h4 strong {
  font-family: "Lato-Black";
}
.wuzi_welcome_content_right
  li:nth-last-of-type(1)
  .wuzi_welcome_content_right_con {
  border-bottom: none;
}
.wuzi_want_box {
  width: 100%;
  height: auto;
  padding: 60px 0px;
  background: #f4f6f8;
}
.wuzi_want_top_box {
  width: 100%;
  height: auto;
}
.wuzi_want_top_box p {
  font-size: 18px;
  color: #363636;
  line-height: 1.8;
}
.wuzi_want_top_box p strong {
  font-family: "Lato-Black";
}
.wuzi_want_top_ul {
  width: 100%;
  height: auto;
  margin-top: 20px;
}
.wuzi_want_top_ul li {
  padding-left: 20px;
  font-size: 18px;
  color: #363636;
  position: relative;
  font-family: "Lato-Bold";
}
.wuzi_want_top_ul li:before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  position: absolute;
  left: 0;
  top: 5px;
  background: url(/public/static/images/home/en-us/wuzi_want_ico.png) no-repeat
    center center;
}
.wuzi_want_top_ul li + li {
  margin-top: 12px;
}
.wuzi_want_bottom_box {
  width: 100%;
  height: auto;
  margin-top: 50px;
}
.wuzi_want_title {
  font-size: 24px;
  color: #2a5d9e;
  font-family: "Lato-Black";
}
.wuzi_want_bottom_ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 40px;
}
.wuzi_want_bottom_ul li {
  width: 23.98%;
  height: auto;
}
.wuzi_want_bottom_ul_img {
  width: 100%;
  height: auto;
}
.wuzi_want_bottom_ul_img img {
  width: 100%;
  height: auto;
  display: block;
}
.wuzi_want_bottom_ul li h4 {
  font-size: 16px;
  text-align: center;
  margin-top: 8px;
  font-weight: 600;
  color: #2a5d9e;
}
.wuzi_want_bottom_ul li:nth-last-of-type(1),
.wuzi_want_bottom_ul li:nth-of-type(1) {
  width: 24.75%;
}
.wuzi_solution_box {
  width: 100%;
  height: auto;
  padding: 60px 0px;
  background: url(/public/static/images/home/en-us/wuzi_solution_bg.jpg)
    no-repeat center center;
  background-size: cover;
}
.wuzi_solution_content {
  width: 100%;
  height: auto;
  padding-left: 9.32%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wuzi_solution_content_left {
  width: 36.244%;
  height: auto;
  background: #f4f6f8;
}
.wuzi_solution_content_left_list {
  width: 100%;
  height: auto;
  position: relative;
  padding-bottom: 60px;
}
.wuzi_solution_content_left_list_img {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.wuzi_solution_content_left_list_img img {
  width: 100%;
  height: auto;
  display: block;
  transition: all 0.6s;
}
.wuzi_solution_content_left_list:hover
  .wuzi_solution_content_left_list_img
  img {
  transform: scale(1.1);
}
.wuzi_solution_content_left_list_txt {
  width: 85%;
  height: auto;
  margin: 0px auto;
  margin-top: 20px;
}
.wuzi_solution_content_left_list_txt h4 {
  font-size: 24px;
  font-weight: 600;
}
.wuzi_solution_content_left_list_txt h4 a {
  color: #2a5d9e;
}
.wuzi_solution_content_left_list_txt p {
  font-size: 16px;
  color: #3c3c3c;
  margin-top: 10px;
}
.wuzi_solution_content_left_list:after {
  content: "";
  display: block;
  width: 74.96%;
  height: 7px;
  background: #2a5d9e;
  position: absolute;
  left: 0;
  bottom: 0;
  clip-path: polygon(0 0, 96% 0, 100% 100%, 0% 100%);
}
.wuzi_solution_content_left_list:nth-last-of-type(1) {
  padding-top: 30px;
}
.wuzi_solution_content_left_list:nth-last-of-type(1):after {
  display: none;
}
.wuzi_solution_content_right {
  flex: 1;
}
.wuzi_solution_content_right_top {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
}
.wuzi_solution_content_right_top_left {
  width: 52.1%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.wuzi_solution_content_right_top_left_txt {
  width: 81.834%;
  padding-bottom: 19px;
  position: relative;
}
.wuzi_solution_content_right_top_left_txt h4 {
  font-size: 24px;
  color: #ffffff;
  font-weight: 600;
}
.wuzi_solution_content_right_top_left_txt p {
  font-size: 16px;
  color: #ffffff;
  margin-top: 8px;
}
.wuzi_solution_content_right_top_left_txt:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #ffffff;
  position: absolute;
  left: 0;
  bottom: 0;
  clip-path: polygon(0 0, 96% 0, 100% 100%, 0% 100%);
}
.wuzi_solution_content_right_top_right {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.wuzi_solution_content_right_top_right img {
  width: 100%;
  height: auto;
  display: block;
  transition: all 0.6s;
}
.wuzi_solution_content_right_top_left img {
  width: 100%;
  height: auto;
  display: block;
  transition: all 0.6s;
}
.wuzi_solution_content_right_top_right:hover img,
.wuzi_solution_content_right_top_left:hover img {
  transform: scale(1.1);
}
.wuzi_solution_content_right_bottom {
  width: 89.64%;
  height: auto;
  margin: 0px auto;
  margin-top: 74px;
  display: flex;
  justify-content: space-between;
}
.wuzi_solution_content_right_bottom li {
  width: 47.64%;
  height: auto;
}
.wuzi_solution_content_right_bottom_img {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.wuzi_solution_content_right_bottom_img img {
  width: 100%;
  height: auto;
  display: block;
  transition: all 0.6s;
}
.wuzi_solution_content_right_bottom h4 {
  font-size: 24px;
  color: #ffffff;
  font-weight: 600;
  margin-top: 18px;
}
.wuzi_solution_content_right_bottom p {
  font-size: 16px;
  color: #ffffff;
  margin-top: 8px;
}
.wuzi_solution_content_right_bottom
  li:hover
  .wuzi_solution_content_right_bottom_img
  img {
  transform: scale(1.1);
}
.wuzi_solution_list_box {
  width: 100%;
  height: auto;
}
.wuzi_solution_list_img {
  width: 100%;
  height: auto;
}
.wuzi_solution_list_img img {
  width: 100%;
  height: auto;
  display: block;
}
.wuzi_solution_list_content {
  width: 100%;
  height: auto;
  padding: 36px 0px;
  background: #2a5d9e;
}
.wuzi_solution_list_content_ul {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
}
.wuzi_solution_list_content_ul li {
  width: 32.7%;
  height: auto;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 40px;
}
.wuzi_solution_list_content_ul_ico {
  width: 40px;
  height: auto;
  aspect-ratio: 40/56;
  background: url(/public/static/images/home/en-us/wuzi_solution_list_ico.png)
    no-repeat center center;
  background-size: 100% auto;
  font-size: 18px;
  color: #0082e1;
  font-family: "Lato-Black";
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  padding-top: 10px;
  position: relative;
  z-index: 2;
  margin-bottom: 35px;
}
.wuzi_solution_list_content_ul_ico:after {
  content: "";
  display: block;
  width: 40px;
  height: auto;
  aspect-ratio: 40/56;
  background: url(/public/static/images/home/en-us/wuzi_solution_list_ico.png)
    no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  left: 10px;
  top: 0;
  opacity: 0.2;
}
.wuzi_solution_list_content_ul li h4 {
  font-size: 18px;
  color: #ffffff;
  font-family: "Lato-Black";
  margin-bottom: 8px;
}
.wuzi_solution_list_content_ul li p {
  display: block;
  font-size: 16px;
  color: #ffffff;
  line-height: 1.8;
  font-family: "Lato-Regular";
  position: relative;
}
.wuzi_solution_list_content_ul li:nth-of-type(1) p {
  padding-left: 20px;
}
.wuzi_solution_list_content_ul li:nth-of-type(1) p:before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  position: absolute;
  left: 0;
  top: 10px;
  background: url(/public/static/images/home/en-us/wuzi_solution_list_ico2.png)
    no-repeat center center;
}
.wuzi_solution_list_content_ul li:nth-of-type(2) {
  width: 35.83%;
  padding: 0 68px;
}
.wuzi_solution_list_content_ul li:nth-of-type(3) {
  flex: 1;
  border-right: none;
  padding-left: 37px;
}
.wuzi_offer_box {
  width: 100%;
  height: auto;
  position: relative;
}
.wuzi_offer_bg {
  width: 100%;
  height: auto;
}
.wuzi_offer_bg img {
  width: 100%;
  height: auto;
  display: block;
}
.wuzi_offer_content_box {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.wuzi_offer_content_title {
  width: 100%;
  height: auto;
  margin-top: 70px;
}
.wuzi_offer_content_title h4 {
  font-size: 30px;
  color: #2a5d9e;
  font-weight: 600;
  text-align: center;
}
.wuzi_offer_content_title p {
  font-size: 16px;
  color: #212121;
  text-align: center;
  margin-top: 8px;
}
.wuzi_offer_content_ul {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  margin-bottom: 70px;
}
.wuzi_offer_content_ul li {
  width: 156px;
  height: auto;
  position: relative;
}
.wuzi_offer_content_ul_img {
  width: 115px;
  height: auto;
  aspect-ratio: 1/1;
  background: #ffffff;
  border: 2px solid #2a5d9e;
  margin: 0px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: all 0.6s;
}
.wuzi_offer_content_ul_img img {
  display: block;
  transition: all 0.6s;
}
.wuzi_offer_content_ul li h4 {
  font-size: 16px;
  color: #3c3c3c;
  font-family: "Lato-Bold";
  text-align: center;
  line-height: 1.6;
  margin-top: 10px;
}
.wuzi_offer_content_ul li:hover .wuzi_offer_content_ul_img img {
  filter: brightness(0) invert(1);
}
.wuzi_offer_content_ul li:hover .wuzi_offer_content_ul_img {
  background: #2a5d9e;
}
.wuzi_offer_content_ul li:nth-of-type(odd):after {
  content: "";
  display: block;
  width: 66px;
  height: auto;
  aspect-ratio: 66/17;
  background: url(/public/static/images/home/en-us/wuzi_offer_icos1.png)
    no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  right: -38px;
  top: 100px;
}
.wuzi_offer_content_ul li + li {
  margin-left: 10px;
}
.wuzi_offer_content_ul li:nth-of-type(even):after {
  content: "";
  display: block;
  width: 66px;
  height: auto;
  aspect-ratio: 66/17;
  background: url(/public/static/images/home/en-us/wuzi_offer_icos2.png)
    no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  right: -38px;
  top: 5px;
}
.wuzi_offer_content_ul li:nth-last-of-type(1):after {
  display: none;
}
.wuzi_case_box {
  width: 100%;
  height: auto;
  padding: 60px 0px;
}
.wuzi_case_title {
  width: 100%;
  height: auto;
}
.wuzi_case_title h4 {
  font-size: 36px;
  color: #2a5d9e;
  font-family: "Lato-Black";
  text-align: center;
}
.wuzi_case_title p {
  font-size: 18px;
  color: #3c3c3c;
  text-align: center;
  line-height: 1.6;
  margin-top: 30px;
}
.wuzi_case_title p strong {
  font-weight: 600;
  display: block;
}
.wuzi_case_top_box {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: flex-start;
  margin-top: 50px;
}
.wuzi_case_top_left {
  width: 64.5%;
  height: auto;
}
.wuzi_case_top_left img {
  width: 100%;
  height: auto;
  display: block;
}
.wuzi_case_top_right {
  flex: 1;
  margin-left: 5px;
  background: #f4f6f8;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wuzi_case_top_right_txt h4 {
  font-size: 18px;
  color: #2e364d;
  font-family: "Lato-Regular";
}
.wuzi_case_top_right_txt h4 strong {
  font-size: 30px;
  font-family: "Lato-Bold";
}
.wuzi_case_top_right_txt_con {
  display: flex;
  justify-content: flex-start;
  margin-top: 30px;
}
.wuzi_case_top_right_txt_con span {
  display: block;
  font-size: 18px;
  color: #2e364d;
  font-family: "Lato-Regular";
  line-height: 1.6;
  margin-right: 5px;
}
.wuzi_case_top_right_txt_con p {
  font-size: 18px;
  color: #2e364d;
  font-family: "Lato-Regular";
  line-height: 1.6;
}
.wuzi_case_bottom_box {
  width: 100%;
  height: auto;
  background: #f4f6f8;
  margin-top: 30px;
  display: flex;
  justify-content: flex-start;
}
.wuzi_case_bottom_left {
  width: 42.12%;
  height: auto;
}
.wuzi_case_bottom_left img {
  width: 100%;
  height: auto;
  display: block;
}
.wuzi_case_bottom_center {
  flex: 1;
  background: #f4f6f8;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wuzi_case_bottom_right {
  width: 26.92%;
  height: auto;
}
.wuzi_case_bottom_right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wuzi_booth_box {
  width: 100%;
  height: auto;
  position: relative;
}
.wuzi_booth_bg {
  width: 100%;
  height: auto;
}
.wuzi_booth_bg img {
  width: 100%;
  height: auto;
  display: block;
}
.wuzi_booth_content {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding-top: 52px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.wuzi_booth_content_txt {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wuzi_booth_content a {
  font-size: 36px;
  color: #ffffff;
  text-decoration: underline;
}
.wuzi_booth_content img {
  display: block;
  width: 144px;
  height: auto;
  margin-left: 15px;
}
.wuzi_form_box {
  width: 76.82%;
  height: auto;
  margin: 0px auto;
  background: #ffffff;
  box-shadow: 0px 0px 38px 0px rgba(4, 0, 0, 0.18);
  border-radius: 100px 100px 0px 0px;
  margin-top: -178px;
  position: relative;
  padding: 60px 9.3%;
}
.wuzi_form_box h4 {
  font-size: 24px;
  color: #3c3c3c;
  font-weight: 600;
  line-height: 1.6;
}
.wuzi_form_box p {
  font-size: 16px;
  color: #3c3c3c;
}
.wuzi_form_ul {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
}
.wuzi_form_ul li {
  width: 49.7%;
  height: 43px;
  position: relative;
  margin-top: 10px;
}
.wuzi_form_ul li:nth-of-type(5) {
  width: 100%;
}
.wuzi_form_ul li input {
  display: block;
  width: 100%;
  height: 100%;
  background: #eeeeee;
  border: 1px solid #e5e5e5;
  padding-left: 20px;
  font-size: 16px;
  color: #3c3c3c;
  font-weight: 300;
  outline: none;
}
.wuzi_form_ul li input::placeholder {
  color: #3c3c3c;
}
.wuzi_form_ul li select {
  width: 100%;
  height: 100%;
  display: block;
  background: url(/public/static/images/home/en-us/wuzi_form_ico.png) no-repeat
    right 20px center #eeeeee;
  border: 1px solid #e5e5e5;
  padding-left: 20px;
  font-size: 16px;
  color: #3c3c3c;
  font-weight: 300;
  outline: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-app-region: none;
}
.wuzi_form_ul li:nth-last-of-type(1) {
  height: 184px;
  width: 100%;
}
.wuzi_form_ul li textarea {
  display: block;
  width: 100%;
  height: 100%;
  background: #eeeeee;
  border: 1px solid #e5e5e5;
  padding: 16px 20px;
  font-size: 16px;
  color: #3c3c3c;
  font-weight: 300;
  outline: none;
  resize: none;
}
.wuzi_form_ul li textarea::placeholder {
  color: #3c3c3c;
}
.wuzi_form_btn {
  width: 218px;
  height: 49px;
  background: #008ed4;
  display: block;
  margin-top: 15px;
  outline: none;
  color: #ffffff;
  font-size: 16px;
  border: none;
  cursor: pointer;
}
.dibai_banner {
  width: 100%;
  height: auto;
}
.dibai_banner img {
  width: 100%;
  height: auto;
  display: block;
}
.dibai_time_box {
  width: 100%;
  height: auto;
  background: url(/public/static/images/home/en-us/dibai_time_bg.jpg) no-repeat
    center bottom;
  background-size: cover;
  padding-bottom: 40px;
  position: relative;
  margin-top: 10px;
}
.dibai_time_txt {
  width: 44.96%;
  height: auto;
  margin: 0px auto;
  font-size: 36px;
  color: #000000;
  font-family: "Lato-Bold";
  text-align: center;
  line-height: 1.8;
  position: absolute;
  position: absolute;
  left: 50%;
  top: 70px;
  transform: translateX(-50%);
  z-index: 2;
}
.dibai_time_txt p em {
  color: #2a5d9e;
}
.dibai_time_txt p strong {
  font-size: 48px;
  color: #2a5d9e;
}
.dibai_time_txt img {
  vertical-align: middle;
  margin: 0 8px;
}
.dibai_time_bottom {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: flex-end;
}
.dibai_time_bottom img {
  width: 93.4%;
  height: auto;
  display: block;
}
.dibai_visiting_box {
  width: 100%;
  height: auto;
  padding: 50px 0;
  background: #095da5;
}
.dibai_contentWH {
  width: 74.53%;
  height: auto;
  margin: 0px auto;
}
.dibai_visiting_title h4 {
  font-size: 30px;
  color: #ffffff;
  font-family: "Lato-Bold";
  text-align: center;
}
.dibai_visiting_ul {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 35px;
}
.dibai_visiting_ul li {
  width: 36.5%;
  height: auto;
  margin-top: 13px;
  position: relative;
  margin-left: -4.79%;
}
.dibai_visiting_ul li:nth-of-type(3n + 1) {
  margin-left: 0;
}
.dibai_visiting_ul_bg {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.dibai_visiting_ul_bg img {
  width: 100%;
  height: auto;
  display: block;
}
.dibai_visiting_ul_txt {
  width: 58.62%;
  height: 73px;
  background: #38b1ef;
  border-radius: 5px;
  text-align: center;
  display: flex;
  align-items: center;
  padding-left: 15px;
  font-size: 24px;
  color: #f9f9f9;
  font-family: "Lato-Black";
  line-height: 1.4;
  position: absolute;
  left: 46px;
  bottom: 19px;
}
.dibai_visiting_ul_txt:after {
  content: "";
  display: block;
  width: 16px;
  height: auto;
  aspect-ratio: 16/32;
  background: url(/public/static/images/home/en-us/dibai_vising_img.png)
    no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  left: -16px;
  top: 50%;
  transform: translateY(-50%);
}
.dibai_visiting_ul li:nth-of-type(1) .dibai_visiting_ul_bg,
.dibai_visiting_ul li:nth-of-type(4) .dibai_visiting_ul_bg {
  clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
}
.dibai_visiting_ul li:nth-of-type(2) .dibai_visiting_ul_bg,
.dibai_visiting_ul li:nth-of-type(5) .dibai_visiting_ul_bg {
  clip-path: polygon(15% 0, 100% 0%, 85% 100%, 0% 100%);
}
.dibai_visiting_ul li:nth-of-type(3) .dibai_visiting_ul_bg,
.dibai_visiting_ul li:nth-of-type(6) .dibai_visiting_ul_bg {
  clip-path: polygon(15% 0, 100% 0%, 100% 100%, 0% 100%);
}
.dibai_visiting_ul li:nth-of-type(2) .dibai_visiting_ul_txt {
  left: 61px;
}
.dibai_visiting_ul li:nth-of-type(5) .dibai_visiting_ul_txt {
  width: 78%;
  left: 37px;
}
.dibai_whatsapp_box {
  width: 100%;
  height: auto;
  padding: 43px 0;
  background: #406ea8;
}
.dibai_whatsapp_top {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #f9f9f9;
  font-family: "Lato-Regular";
}
.dibai_whatsapp_top img {
  display: block;
  margin-right: 10px;
}
.dibai_whatsapp_box a {
  display: block;
  font-size: 36px;
  color: #f9f9f9;
  font-family: "Lato-Black";
  text-align: center;
  margin-top: 10px;
}
.dibai_whatsapp_box a:hover {
  text-decoration: underline;
}
.dibai_product_box {
  width: 100%;
  height: auto;
  padding-top: 57px;
}
.dibai_product_title {
  width: 100%;
  height: auto;
}
.dibai_product_title h4 {
  font-size: 30px;
  color: #2a5d9e;
  text-align: center;
  font-family: "Lato-Bold";
}
.dibai_product_title p {
  font-size: 30px;
  color: #000000;
  text-align: center;
  font-family: "Lato-Light";
  margin-top: 20px;
}
.dibai_product_content {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: flex-start;
  background: #2a5d9e;
  padding: 1px 0 5px 0;
  margin-top: 62px;
}
.dibai_product_content_left {
  width: 18.8%;
  height: auto;
  background: #f4f5f9;
  padding-top: 115px;
  padding-bottom: 50px;
}
.dibai_product_content_left_title {
  width: 100%;
  height: auto;
  padding: 0 4%;
}
.dibai_product_content_left_title h4 {
  font-size: 30px;
  color: #2a5d9e;
  text-align: center;
  line-height: 1.6;
  font-family: "Lato-Bold";
}
.dibai_product_content_left_title h4 em {
  display: block;
  font-size: 20px;
  color: #2a5d9e;
  font-family: "Lato-Regular";
}
.dibai_product_content_left_title h4 a {
  color: #2a5d9e;
}
.dibai_product_content_left_title p {
  font-size: 16px;
  color: #000000;
  text-align: center;
  margin-top: 20px;
  font-family: "Lato-Regular";
}
.dibai_product_content_left_img {
  width: 90.3%;
  height: auto;
  margin-top: 80px;
}
.dibai_product_content_left_img img {
  width: 100%;
  height: auto;
  display: block;
}
.dibai_product_content_list {
  width: 34%;
  height: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-left: 1px;
  align-items: flex-start;
}
.dibai_product_content_list li {
  width: 49.92%;
  height: calc(50% - 1px);
  background: #f4f5f9;
  padding: 16px;
  padding-top: 7%;
  padding-bottom: 6.04%;
}
.dibai_product_content_list_title {
  width: 100%;
  height: auto;
}
.dibai_product_content_list_title h4 {
  font-size: 20px;
  color: #2a5d9e;
  font-family: "Lato-Regular";
}
.dibai_product_content_list_title p {
  font-size: 16px;
  color: #000000;
  font-family: "Lato-Light";
  margin-top: 8px;
}
.dibai_product_content_list_img {
  width: 89.6%;
  height: auto;
  margin: 0px auto;
  margin-top: 65px;
}
.dibai_product_content_list_img img {
  width: 100%;
  height: auto;
  display: block;
}
.dibai_product_content_right {
  width: 28.5%;
  height: auto;
}
.dibai_product_content_right img {
  width: 100%;
  height: auto;
  display: block;
}
.dibai_product_content_list2 {
  flex: 1;
}
.dibai_product_content_list2 li {
  width: 100%;
  padding-top: 10%;
  padding-bottom: 8.29%;
}
.dibai_matter_box {
  width: 100%;
  height: auto;
  position: relative;
}
.dibai_matter_bg {
  width: 100%;
  height: auto;
}
.dibai_matter_bg img {
  width: 100%;
  height: auto;
  display: block;
}
.dibai_matter_content {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
}
.dibai_matter_content_title {
  width: 100%;
  height: auto;
}
.dibai_matter_content_title h4 {
  font-size: 30px;
  color: #2a5d9e;
  font-family: "Poppins-SemiBold";
  text-align: center;
}
.dibai_matter_content_title p {
  font-size: 30px;
  color: #000000;
  text-align: center;
  font-family: "Lato-Light";
  line-height: 1.6;
  margin-top: 10px;
}
.dibai_matter_content_ul {
  width: 100%;
  height: auto;
  margin-top: 48%;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.dibai_matter_content_ul:before {
  content: "";
  display: block;
  width: 90%;
  height: 1px;
  border-top: 1px dashed #2a5d9e;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 29%;
}
.dibai_matter_content_ul li {
  width: 9.5%;
  height: auto;
  cursor: pointer;
}
.dibai_matter_content_ul_ico {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  background: #ffffff;
  border-radius: 50%;
  border: 5px solid #2a5d9e;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.6s;
  position: relative;
  z-index: 2;
}
.dibai_matter_content_ul_ico img {
  display: block;
  width: 73.68%;
  height: auto;
  transition: all 0.6s;
}
.dibai_matter_content_ul li h4 {
  font-size: 16px;
  color: #3c3c3c;
  font-family: "Lato-Regular";
  text-align: center;
  line-height: 1.6;
  margin-top: 15px;
}
.dibai_matter_content_ul li:hover .dibai_matter_content_ul_ico {
  background: #2a5d9e;
}
.dibai_matter_content_ul li:hover .dibai_matter_content_ul_ico img {
  filter: brightness(0) invert(1);
}
.dibai_case_box {
  width: 100%;
  height: auto;
  padding: 50px 0px;
  background: #2a5d9e;
}
.dibai_case_title {
  width: 35.42%;
  height: auto;
  margin: 0px auto;
  position: relative;
}
.dibai_case_title h4 {
  font-size: 30px;
  color: #ffffff;
  font-family: "Lato-Bold";
  text-align: center;
}
.dibai_case_title p {
  font-size: 30px;
  color: #ffffff;
  line-height: 1.6;
  font-family: "Lato-Light";
  text-align: center;
  margin-top: 10px;
  position: relative;
  z-index: 2;
}
.dibai_case_title:after {
  content: "";
  display: block;
  width: 33.82%;
  height: auto;
  aspect-ratio: 230/64;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 17%;
  background: url(/public/static/images/home/en-us/dibai_case_title_bg.png)
    no-repeat center center;
  background-size: 100% auto;
}
.dibai_case_ul {
  width: 92.3%;
  height: auto;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0px auto;
  margin-top: 40px;
}
.dibai_case_ul li {
  width: 36.6%;
  height: auto;
  margin-left: -5%;
  overflow: hidden;
  background: #ffffff;
}
.dibai_case_ul li:nth-of-type(1) {
  margin-left: 0;
  clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
}
.dibai_case_ul li:nth-of-type(2) {
  clip-path: polygon(15% 0, 100% 0%, 85% 100%, 0% 100%);
}
.dibai_case_ul li:nth-of-type(3) {
  clip-path: polygon(15% 0, 100% 0%, 100% 100%, 0% 100%);
}
.dibai_case_ul_img {
  width: 100%;
  height: auto;
}
.dibai_case_ul_img img {
  width: 100%;
  height: auto;
  display: block;
}
.dibai_case_ul_txt {
  width: 100%;
  height: auto;
  padding: 18px 25px;
  padding-right: 71px;
}
.dibai_case_ul_txt h4 {
  font-size: 24px;
  color: #2a5d9e;
  font-family: "Lato-Bold";
}
.dibai_case_ul_txt p {
  font-size: 18px;
  color: #000000;
  font-family: "Lato-Regular";
  margin-top: 8px;
}
.dibai_about_box {
  width: 100%;
  height: auto;
  padding: 80px 0px;
}
.dibai_about_title h4 {
  font-size: 30px;
  color: #2a5d9e;
  font-family: "Lato-Bold";
  text-align: center;
}
.dibai_about_title p {
  font-size: 30px;
  font-family: "Lato-Light";
  text-align: center;
  line-height: 1.6;
  margin-top: 10px;
}
.dibai_about_content_box {
  width: 100%;
  height: auto;
  margin-top: 20px;
  position: relative;
}
.dibai_about_content_bg {
  width: 100%;
  height: auto;
}
.dibai_about_content_bg img {
  width: 100%;
  height: auto;
  display: block;
}
.dibai_about_content_content {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 25px;
}
.dibai_about_content_content_box {
  width: 38.24%;
  height: auto;
}
.dibai_about_content_content_box h4 {
  font-size: 30px;
  color: #ffffff;
  font-family: "Lato-Bold";
}
.dibai_about_content_content_ul li {
  font-size: 18px;
  color: #f4f5f9;
  padding: 0 15px;
  display: flex;
  align-items: center;
  border-radius: 11px;
  background: #2a5d9e;
  box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.24);
  margin-top: 18px;
  display: inline-block;
  line-height: 54px;
}
.dibai_form_box {
  width: 100%;
  height: auto;
  background: url(/public/static/images/home/en-us/dibai_booth_bg.png) no-repeat
    center top;
  background-size: 100% auto;
  padding-top: 36px;
  position: relative;
  z-index: 2;
}
.dibai_form_contentWH {
  width: 73%;
  height: auto;
  margin: 0px auto;
}
.dibai_form_title {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dibai_form_title h4 {
  font-size: 30px;
  color: #ffffff;
  font-family: "Lato-Light";
}
.dibai_form_title img {
  width: 196px;
  height: auto;
  display: block;
  margin-left: -10px;
}
.dibai_form_form_box {
  width: 100%;
  height: auto;
  padding: 55px 100px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 0px 49px 0px rgba(108, 108, 108, 0.36);
  margin-top: 28px;
}
.dibai_form_form_box h4 {
  font-size: 30px;
  color: #2a5d9e;
  font-family: "Lato-Bold";
  text-align: center;
}
.dibai_form_form_box h5 {
  font-size: 18px;
  color: #3c3c3c;
  text-align: center;
  font-family: "Lato-Bold";
  margin-top: 10px;
}
.dibai_form_form_box p {
  font-size: 16px;
  color: #3c3c3c;
  line-height: 1.6;
  margin-top: 30px;
  text-align: center;
  font-family: "Lato-Regular";
}
.dibai_form_ul {
  width: 100%;
  height: auto;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.dibai_form_ul .tips {
  color: red;
}
.dibai_form_ul li {
  width: 49.7%;
  height: auto;
  position: relative;
  margin-top: 9px;
}
.dibai_form_ul li input {
  display: block;
  width: 100%;
  height: 43px;
  padding-left: 20px;
  font-size: 14px;
  color: #3c3c3c;
  border: 1px solid #e5e5e5;
  font-family: "Lato-Light";
  outline: none;
}
.dibai_form_ul li input::placeholder {
  color: #3c3c3c;
}
.dibai_form_ul li.phone {
  width: 100%;
}
.dibai_form_ul li.textarea {
  width: 100%;
}
.honeypot {
  display: none !important;
}
.dibai_form_ul li textarea {
  display: block;
  width: 100%;
  height: 105px;
  border: 1px solid #e5e5e5;
  resize: none;
  outline: none;
  padding: 12px 20px;
}
.dibai_form_ul_btn {
  width: 218px;
  height: 49px;
  background: #2a5d9e;
  border-radius: 10px;
  font-size: 16px;
  color: #ffffff;
  font-family: "Lato-Regular";
  margin: 0px auto;
  margin-top: 30px;
  border: none;
  display: block;
}
.dibai_last_box {
  width: 100%;
  height: auto;
  padding-top: 309px;
  padding-bottom: 65px;
  background: url(/public/static/images/home/en-us/dibai_last_bg.jpg) no-repeat
    center center;
  background-size: cover;
  margin-top: -173px;
  border-bottom: 2px solid #e5e5e5;
}
.dibai_last_content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.dibai_last_content img {
  width: 45px;
  height: auto;
  display: block;
}
.dibai_last_content h4 {
  display: block;
  font-size: 24px;
  color: #3c3c3c;
  text-align: center;
  margin-top: 15px;
  font-family: "Lato-Regular";
}
.dibai_last_content_more {
  width: 218px;
  height: 49px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: #2a5d9e;
  margin: 0px auto;
  margin-top: 10px;
  font-size: 16px;
  color: #ffffff;
  font-family: "Lato-Regular";
  text-align: center;
}
/*danzon.html start*/
.danzon_banner {
  width: 100%;
  height: auto;
}
.danzon_banner img {
  width: 100%;
  height: auto;
  display: block;
}
.danzon_customer_box {
  width: 100%;
  height: auto;
  padding: 55px 0 80px;
}
.danzon_contentWH {
  width: 73%;
  height: auto;
  margin: 0px auto;
}
.danzon_customer_title {
  width: 100%;
  height: auto;
}
.danzon_customer_title_top {
  width: 100%;
  height: auto;
  position: relative;
}
.danzon_customer_title_top h5 {
  font-size: 126px;
  font-family: "Lato-Black";
  color: #ffffff;
  text-align: center;
  text-shadow: 0px 18px 9px rgba(0, 0, 0, 0.07);
}
.danzon_customer_title_top h4 {
  font-size: 60px;
  color: #1637aa;
  text-align: center;
  font-family: "Lato-Bold";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.danzon_customer_title_bottom {
  display: flex;
  justify-content: center;
  align-items: center;
}
.danzon_customer_title_bottom img {
  display: block;
}
.danzon_customer_title_bottom h4 {
  font-size: 35px;
  color: #000000;
  font-family: "Lato-Bold";
  margin-left: 8px;
}
.danzon_customer_title_txt {
  width: 100%;
  height: auto;
  margin-top: 50px;
}
.danzon_customer_title_txt h4 {
  font-size: 60px;
  color: #1637aa;
  font-family: "Lato-Bold";
  text-align: center;
}
.danzon_customer_title_txt p {
  font-size: 35px;
  color: #1637aa;
  text-align: center;
  position: relative;
  font-family: "Lato-Bold";
  margin-top: 10px;
}
.danzon_customer_title_txt p strong {
  position: relative;
  z-index: 2;
}
.danzon_customer_title_txt p:after {
  content: attr(data-content);
  -webkit-text-stroke: 8px #fff;
  text-stroke: 8px #ffffff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: 1;
  text-shadow: 0px 0px 29px #000000;
  width: 100%;
}
.danzon_customer_ul {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.danzon_customer_ul li {
  width: 24.3%;
  height: auto;
  margin-top: 24px;
}
.danzon_customer_ul_img {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 10px;
}
.danzon_customer_ul_img img {
  width: 100%;
  height: auto;
  display: block;
  transition: all 0.3s;
}
.danzon_customer_ul li h4 {
  font-size: 30px;
  color: #1637aa;
  font-family: "Lato-Bold";
  margin-top: 15px;
  padding: 0 9px;
}
.danzon_customer_ul li:hover .danzon_customer_ul_img img {
  transform: scale(1.1);
}
.danzon_exhibitors_box {
  width: 100%;
  height: auto;
  padding-bottom: 80px;
}
.danzon_exhibitors_list_title {
  font-size: 40px;
  color: #1637aa;
  font-family: "Lato-Black";
  text-align: center;
}
.danzon_exhibitors_list_ul {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 125px;
}
.danzon_exhibitors_list_ul li {
  width: 34.1%;
  height: auto;
  position: relative;
  margin-left: -0.9%;
}
.danzon_exhibitors_list_ul li:nth-of-type(1) {
  margin-left: 0;
  z-index: 2;
}
.danzon_exhibitors_list_ul li:nth-of-type(2) {
  width: 33.4%;
  z-index: 3;
  margin-left: -0.8%;
}
.danzon_exhibitors_list_ul_title {
  width: 97.35%;
  height: auto;
  padding: 10px 14%;
  font-size: 36px;
  color: #ffffff;
  font-family: "Lato-Black";
  background:
    linear-gradient(-86deg, #0d8bcf 0%, #003173 100%),
    linear-gradient(#1637aa, #1637aa);
  border-radius: 47px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -67px;
}
.danzon_exhibitors_list_ul li:nth-of-type(2) .danzon_exhibitors_list_ul_title {
  width: 88.6%;
  padding: 10px 8%;
  left: 53%;
}
.danzon_exhibitors_list_ul li:nth-of-type(3) .danzon_exhibitors_list_ul_title {
  width: 94.11%;
  left: 52%;
}
.danzon_exhibitors_list_ul_img {
  width: 100%;
  height: auto;
}
.danzon_exhibitors_list_ul_img img {
  width: 100%;
  height: auto;
  display: block;
}
.danzon_exhibitors_box
  .danzon_exhibitors_list_box
  + .danzon_exhibitors_list_box {
  margin-top: 70px;
}
.danzon_exhibitors_list_box:nth-last-of-type(1)
  .danzon_exhibitors_list_ul
  li:nth-of-type(3)
  .danzon_exhibitors_list_ul_title {
  padding: 10px 2%;
  left: 53%;
}
.danzon_exhibitors_txt {
  width: 100%;
  height: auto;
  margin-top: 40px;
}
.danzon_exhibitors_txt p {
  font-size: 29px;
  color: #000000;
  font-family: "Lato-Bold";
  text-align: center;
}
.danzon_exhibitors_business_box {
  width: 100%;
  height: auto;
  padding: 46px 46px;
  background:
    linear-gradient(88deg, #0d8bcf 0%, #003173 100%),
    linear-gradient(#1637aa, #1637aa);
  box-shadow: 0px 0px 14px 2px rgba(101, 101, 101, 0.49);
  border-radius: 15px;
  margin-top: 70px;
}
.danzon_exhibitors_business_box h4 {
  font-size: 46px;
  color: #ffffff;
  font-family: "Lato-Bold";
  text-align: center;
}
.danzon_exhibitors_business_box a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 218px;
  height: 49px;
  background: #ffffff;
  border-radius: 10px;
  margin: 0px auto;
  margin-top: 30px;
  font-family: "Lato-Black";
  color: #1637aa;
  font-size: 18px;
  text-align: center;
  transition: all 0.3s;
}
.danzon_exhibitors_business_box a:hover {
  transform: scale(1.1);
}
.danzon_exhibitors_business_txt {
  width: 100%;
  height: auto;
  margin-top: 40px;
  padding: 0 4%;
}
.danzon_exhibitors_business_txt p {
  font-size: 30px;
  color: #000000;
  line-height: 1.4;
  text-align: center;
}
.danzon_core_products_box {
  width: 100%;
  height: auto;
  padding-top: 60px;
  background: #efefef;
}
.danzon_core_products_box img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0px auto;
}
.danzon_core_products_title h4 {
  font-size: 60px;
  color: #1637aa;
  font-family: "Lato-Bold";
  text-align: center;
}
.danzon_core_products_content {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.danzon_core_products_content_left {
  width: 42%;
  height: auto;
  background: #f5f5f5;
  padding-bottom: 72px;
}
.danzon_core_products_content_left_img {
  width: 100%;
  height: auto;
}
.danzon_core_products_content_left_img img {
  width: 100%;
  height: auto;
  display: block;
}
.danzon_core_products_content_left_txt {
  width: 65.6%;
  height: auto;
  margin-left: 38px;
  margin-top: 10px;
}
.danzon_core_products_content_left_txt h4 {
  font-size: 24px;
  color: #000000;
  font-family: "Lato-Bold";
}
.danzon_core_products_content_left_txt p {
  font-size: 16px;
  color: #000000;
  font-family: "Lato-Light";
  line-height: 1.6;
  margin-top: 10px;
}
.danzon_core_products_content_center {
  width: 29.2%;
  height: auto;
}
.danzon_core_products_content_center_top {
  width: 100%;
  height: 50%;
  background:
    linear-gradient(-86deg, #0d8bcf 0%, #003173 100%),
    linear-gradient(#000000, #000000);
  display: flex;
  align-items: center;
  justify-content: center;
}
.danzon_core_products_content_center_top_txt {
  width: 63.51%;
  height: auto;
}
.danzon_core_products_content_center_top_txt h4 {
  font-size: 24px;
  color: #ffffff;
  font-family: "Lato-Bold";
  position: relative;
  padding-bottom: 29px;
}
.danzon_core_products_content_center_top_txt h4:after {
  content: "";
  display: block;
  width: 245px;
  height: 4px;
  background: url(/public/static/images/home/en-us/danzon_core_product_title.png)
    no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  bottom: 0;
}
.danzon_core_products_content_center_top_txt p {
  font-size: 16px;
  color: #ffffff;
  line-height: 1.6;
  font-family: "Lato-Light";
  margin-top: 18px;
}
.danzon_core_products_content_center_bottom {
  width: 100%;
  height: 50%;
  position: relative;
}
.danzon_core_products_content_center_bottom_img {
  width: 100%;
  height: 100%;
}
.danzon_core_products_content_center_bottom_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.danzon_core_products_content_center_bottom h4 {
  font-size: 24px;
  color: #ffffff;
  font-family: "Lato-Bold";
  position: absolute;
  left: 45px;
  bottom: 38px;
}
.danzon_core_products_content_right {
  flex: 1;
}
.danzon_solution_box {
  width: 100%;
  height: auto;
  padding: 80px 0px;
}
.danzon_solution_title {
  width: 72%;
  height: auto;
  margin: 0px auto;
}
.danzon_solution_title h4 {
  font-size: 60px;
  color: #1637aa;
  font-family: "Lato-Bold";
  text-align: center;
}
.danzon_solution_title p {
  font-size: 18px;
  color: #010101;
  font-family: "Lato-Bold";
  text-align: center;
  margin-top: 40px;
}
.danzon_solution_ul {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.danzon_solution_ul li {
  width: 22.8%;
  height: 60px;
  border: 1px solid #2d37c4;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #2f4bc5;
  font-family: "Lato-Bold";
  border-radius: 5px;
  cursor: pointer;
}
.danzon_solution_ul li.on,
.danzon_solution_ul li:hover {
  background:
    linear-gradient(-86deg, #0d8bcf 0%, #003173 100%),
    linear-gradient(#f0f3f7, #f0f3f7);
  color: #ffffff;
  border-color: transparent;
}
.danzon_solution_ul li + li {
  margin-left: 10px;
}
.danzon_solution_content {
  width: 100%;
  height: auto;
  margin-top: 58px;
  position: relative;
  aspect-ratio: 1400/640;
}
.danzon_solution_content li {
  width: 73%;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  box-shadow: 0px 3px 103px 0px rgba(207, 207, 207, 0.79);
  transition: all 0.3s;
}
.danzon_solution_content_img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}
.danzon_solution_content_img:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s;
}
.danzon_solution_content li:nth-of-type(1) {
  z-index: 3;
}
.danzon_solution_content li:nth-of-type(2) {
  z-index: 2;
  top: 50%;
  height: 85%;
  transform: translateY(-50%);
  left: 201px;
}
.danzon_solution_content li:nth-of-type(3) {
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  left: auto;
  right: 0;
  height: 70%;
}
.danzon_solution_content li:nth-of-type(1) .danzon_solution_content_img:after {
  opacity: 0;
}
.danzon_solution_content_img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}
.danzon_case_box {
  width: 100%;
  height: auto;
  padding: 80px 0px;
  background: #f5f5f5;
}
.danzon_case_ul {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
}
.danzon_case_ul li {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 50px;
}
.danzon_case_ul_img {
  width: 55.86%;
  height: auto;
}
.danzon_case_ul_img img {
  width: 100%;
  height: auto;
  display: block;
}
.danzon_case_ul_txt {
  flex: 1;
  background:
    linear-gradient(-86deg, #0d8bcf 0%, #003173 100%),
    linear-gradient(#ffffff, #ffffff);
  display: flex;
  align-items: center;
  justify-content: center;
}
.danzon_case_ul_txt_content {
  width: 75.84%;
  height: auto;
}
.danzon_case_ul_txt_content h4 {
  font-size: 30px;
  color: #ffffff;
  font-family: "Lato-Bold";
}
.danzon_case_ul_txt_content p {
  font-size: 20px;
  color: #ffffff;
  font-family: "Lato-Light";
  margin-top: 35px;
  line-height: 1.8;
}
.danzon_case_ul_txt_content p strong {
  font-family: "Lato-Bold";
  display: block;
}
.danzon_case_ul li:nth-of-type(2) {
  flex-direction: row-reverse;
}
.danzon_case_ul li:nth-of-type(2) .danzon_case_ul_img {
  width: 56.86%;
}
.danzon_case_ul_txt_content p + p {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px dashed #ffffff;
}
.danzon_case_ul li:nth-last-of-type(1),
.danzon_case_ul li:nth-last-of-type(2) {
  width: 48.33%;
  flex-direction: column;
}
.danzon_case_ul li:nth-last-of-type(1) .danzon_case_ul_img,
.danzon_case_ul li:nth-last-of-type(2) .danzon_case_ul_img {
  width: 100%;
}
.danzon_case_ul_content {
  width: 100%;
  height: auto;
  padding: 49px 69px;
  background:
    linear-gradient(-86deg, #0d8bcf 0%, #003173 100%),
    linear-gradient(#ffffff, #ffffff);
}
.danzon_case_ul_content h4 {
  font-size: 30px;
  color: #ffffff;
  font-family: "Lato-Bold";
}
.danzon_case_ul_content p {
  font-size: 20px;
  color: #ffffff;
  font-family: "Lato-Light";
  margin-top: 35px;
  line-height: 1.8;
}
.danzon_case_ul_content p strong {
  font-family: "Lato-Bold";
  display: block;
}
.danzon_about_box {
  width: 100%;
  height: auto;
  padding-top: 40px;
  padding-bottom: 80px;
}
.danzon_about_video_box {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 4px;
  position: relative;
}
.danzon_about_video_img {
  width: 100%;
  height: auto;
}
.danzon_about_video_img img {
  width: 100%;
  height: auto;
  display: block;
}
.danzon_about_video_img a:after {
  background: url(/public/static/images/home/en-us/danzon_about_video_btn.png)
    no-repeat center center;
  background-size: 108px auto;
  z-index: 9;
}
.danzon_about_video_content {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.4) 16%,
    rgba(0, 0, 0, 0.004) 40%
  );
  display: flex;
  align-items: flex-end;
  padding: 0 47px;
  padding-bottom: 58px;
  justify-content: space-between;
}
.danzon_about_video_content_left {
  width: 63.93%;
  height: auto;
}
.danzon_about_video_content_left h4 {
  font-size: 60px;
  color: #ffffff;
  font-family: "Lato-Bold";
}
.danzon_about_video_content_left em {
  display: block;
  width: 50px;
  height: 4px;
  background: #ffffff;
  margin-top: 10px;
}
.danzon_about_video_content_left p {
  font-size: 18px;
  color: #ffffff;
  line-height: 1.6;
  font-family: "Lato-Light";
  margin-top: 10px;
}
.danzon_about_video_content a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 216px;
  height: 58px;
  background:
    linear-gradient(-86deg, #0d8bcf 0%, #003173 100%),
    linear-gradient(#2a5d9e, #2a5d9e);
  border-radius: 29px;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  position: relative;
  z-index: 10;
}
.danzon_associates_box {
  width: 100%;
  height: auto;
  padding-bottom: 80px;
}
.danzon_associates_title {
  width: 100%;
  height: auto;
}
.danzon_associates_title h4 {
  font-size: 48px;
  color: #1637aa;
  font-family: "Lato-Bold";
  text-align: center;
}
.danzon_associates_title p {
  font-size: 18px;
  color: #010101;
  font-family: "Lato-Bold";
  text-align: center;
}
.danzon_associates_ul {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: flex-start;
}
.danzon_associates_ul li {
  width: calc(100% / 6);
  border: 1px solid #e5e5e5;
  border-right: none;
  margin-top: 65px;
}
.danzon_associates_ul li img {
  width: 100%;
  height: auto;
  display: block;
}
.danzon_associates_ul li:nth-last-of-type(1) {
  border-right: 1px solid #e5e5e5;
}
.danzon_service_box {
  width: 100%;
  height: auto;
  padding: 73px 0px;
  background: #f4f4f4;
}
.danzon_service_content {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: flex-start;
}
.danzon_service_content_left {
  width: 62.8%;
  height: auto;
  padding: 67px 38px;
  background: #ffffff;
}
.danzon_service_content_left_title {
  width: 100%;
  height: auto;
}
.danzon_service_content_left_title h4 {
  font-size: 48px;
  color: #1637aa;
  font-family: "Lato-Bold";
}
.danzon_service_content_left_title p {
  font-size: 18px;
  color: #000000;
  font-family: "Lato-Light";
}
.danzon_service_content_left_form {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 45px;
}
.danzon_service_content_left_form li {
  width: 49.6%;
  height: auto;
  margin-top: 10px;
  position: relative;
}
.danzon_service_content_left_form li:nth-last-of-type(1) {
  width: 100%;
}
.danzon_service_content_left_form input {
  display: block;
  width: 100%;
  height: 44px;
  border: 1px solid #000000;
  border-radius: 2px;
  padding-left: 10px;
  font-size: 14px;
  color: #000000;
  font-family: "Lato-Light";
  outline: none;
}
.danzon_service_content_left_form input::placeholder {
  color: #000000;
}
.danzon_service_content_left_form select {
  width: 100%;
  height: 44px;
  border: 1px solid #000000;
  border-radius: 2px;
  padding-left: 11px;
  font-size: 14px;
  color: #000000;
  font-family: "Lato-Light";
  outline: none;
}
.danzon_service_content_left_form textarea {
  width: 100%;
  height: 108px;
  border: 1px solid #000000;
  border-radius: 2px;
  padding: 11px;
  font-size: 14px;
  color: #000000;
  font-family: "Lato-Light";
  outline: none;
  resize: none;
}
.danzon_service_content_left_form textarea::placeholder {
  color: #000000;
}
.danzon_service_content_left_form_txt {
  display: block;
  font-size: 16px;
  color: #000000;
  font-family: "Lato-Light";
  line-height: 1.6;
  margin-top: 10px;
}
.danzon_service_content_left_form_txt a {
  font-family: "Lato-Bold";
  text-decoration: underline;
  font-style: italic;
}
.danzon_service_content_left_form_btn {
  width: 218px;
  height: 49px;
  background:
    linear-gradient(-86deg, #0d8bcf 0%, #003173 100%),
    linear-gradient(#000000, #000000);
  display: block;
  border-radius: 5px;
  font-size: 16px;
  color: #ffffff;
  font-family: "Lato-Bold";
  outline: none;
  border: none;
  margin-top: 15px;
  cursor: pointer;
}
.danzon_service_content_right {
  flex: 1;
  background:
    linear-gradient(-86deg, #0d8bcf 0%, #003173 100%),
    linear-gradient(#ffffff, #ffffff);
  padding: 50px 49px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.danzon_service_content_right_img {
  width: 64.1%;
  height: auto;
}
.danzon_service_content_right_img img {
  width: 100%;
  height: auto;
  display: block;
}
.danzon_service_content_right_content {
  width: 100%;
  height: auto;
  margin-top: 40px;
}
.danzon_service_content_right_content h4 {
  font-size: 36px;
  color: #ffffff;
  font-family: "Lato-Black";
}
.danzon_service_content_right_content p {
  font-size: 18px;
  color: #ffffff;
  line-height: 1.8;
  margin-top: 18px;
}
/*canton.html start*/
.canton_core_products_box {
  width: 100%;
  height: auto;
  background: url(/public/static/images/home/en-us/canton_core_product_bg.png)
    no-repeat center top;
  background-size: 100% auto;
  padding-bottom: 60px;
}
.canton_core_products_welcome {
  width: 100%;
  height: auto;
  font-size: 30px;
  color: #000000;
  text-align: center;
  margin-top: 40px;
}
.canton_core_products_content_box {
  width: 100%;
  height: auto;
  margin-top: 80px;
}
.canton_title_box {
  width: 100%;
  height: auto;
}
.canton_title_box h4 {
  font-size: 60px;
  color: #065c9f;
  font-family: "Lato-Bold";
  text-align: center;
  color: #065c9f;
}
.canton_core_products_content_ul {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  margin-top: 110px;
  position: relative;
}
.canton_core_products_content_ul li {
  width: 115px;
  height: auto;
}
.canton_core_products_content_ul_ico {
  height: auto;
  aspect-ratio: 1/1;
  border: 5px solid #2a5d9e;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  position: relative;
  z-index: 3;
}
.canton_core_products_content_ul_ico img {
  display: block;
  width: 73.7%;
  height: auto;
  transition: all 0.3s;
}
.canton_core_products_content_ul li h4 {
  font-size: 16px;
  color: #3c3c3c;
  text-align: center;
  font-family: "Lato-Regular";
  text-align: center;
  line-height: 1.6;
  margin-top: 15px;
}
.canton_core_products_content_ul li + li {
  margin-left: 40px;
}
.canton_core_products_content_ul:after {
  content: "";
  width: 80%;
  height: 1px;
  border: 1px dashed #2a5d9e;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 57px;
}
.canton_core_products_content_ul li:hover .canton_core_products_content_ul_ico {
  background: #2a5d9e;
}
.canton_core_products_content_ul
  li:hover
  .canton_core_products_content_ul_ico
  img {
  filter: brightness(0) invert(1);
}
.canton_core_products_img {
  width: 100%;
  height: auto;
  margin-top: 50px;
}
.canton_core_products_img img {
  width: 100%;
  height: auto;
  display: block;
}
.canton_goal_box {
  width: 100%;
  height: auto;
  margin-top: 9px;
}
.canton_goal_title {
  font-size: 30px;
  color: #1194df;
  text-align: center;
  font-family: "Lato-Regular";
}
.canton_goal_ul {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 25px;
}
.canton_goal_ul li {
  width: calc(calc(100% / 3) - 1px);
  height: auto;
  position: relative;
  overflow: hidden;
  margin-top: 1px;
  margin-left: 1px;
}
.canton_goal_ul li:nth-of-type(3n + 1) {
  margin-left: 0;
}
.canton_goal_ul_img {
  width: 100%;
  height: auto;
}
.canton_goal_ul_img img {
  width: 100%;
  height: auto;
  display: block;
}
.canton_goal_ul_img2 {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.3s;
}
.canton_goal_ul_img2 img {
  width: 100%;
  height: auto;
}
.canton_goal_ul_title {
  font-size: 24px;
  color: #ffffff;
  font-family: "Lato-Bold";
  text-align: center;
  position: absolute;
  left: 0;
  width: 100%;
  height: auto;
  bottom: 40px;
}
.canton_goal_ul_content {
  width: 100%;
  height: auto;
  padding: 30px 70px;
  background: #065c9f;
  position: absolute;
  left: 0;
  bottom: -100%;
  z-index: 2;
  transition: all 0.3s;
}
.canton_goal_ul_content h4 {
  font-size: 24px;
  color: #ffffff;
  font-family: "Lato-Bold";
  text-align: center;
}
.canton_goal_ul_content p {
  font-size: 16px;
  color: #ffffff;
  font-family: "Lato-Light";
  line-height: 1.6;
  margin-top: 8px;
}
.canton_goal_ul li:hover .canton_goal_ul_img2 {
  opacity: 1;
}
.canton_goal_ul li:hover .canton_goal_ul_content {
  bottom: 0;
}
.canton_solution_box {
  width: 100%;
  height: auto;
  padding: 80px 0px;
}
.canton_solution_title h4 {
  font-size: 60px;
  color: #065c9f;
  font-family: "Lato-Bold";
  text-align: center;
}
.canton_solution_title p {
  font-size: 24px;
  color: #1194df;
  text-align: center;
  font-family: "Lato-Regular";
  margin-top: 20px;
  line-height: 1.6;
}
.canton_solution_ul {
  width: 100%;
  height: auto;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.canton_solution_ul li {
  width: 48.5%;
  height: auto;
  margin-top: 30px;
}
.canton_solution_ul_img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 114px 0px rgba(0, 0, 0, 0.16);
}
.canton_solution_ul_img img {
  width: 100%;
  height: auto;
  display: block;
}
.canton_solution_ul li:nth-of-type(1) {
  width: 100%;
}
.canton_solution_ul li h4 {
  font-size: 36px;
  color: #065c9f;
  font-family: "Lato-Black";
  text-align: center;
  margin-top: 30px;
}
.canton_case_box {
  width: 100%;
  height: auto;
  background: #efefef;
  padding-top: 80px;
}
.canton_case_content {
  width: 45.1%;
  height: auto;
  margin: 0px auto;
  position: relative;
}
.canton_case_content_sw {
  width: 100%;
  height: auto;
  overflow: unset;
  margin-top: 20px;
}
.canton_case_content_sw .swiper-slide {
  padding-bottom: 60px;
  position: relative;
}
.canton_case_content_sw_txt {
  padding: 64px 0;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 3;
  opacity: 0;
  transition: all 0.3s;
}
.canton_case_content_sw_txt h4 {
  font-size: 30px;
  color: #065c9f;
  font-family: "Lato-Bold";
}
.canton_case_content_sw_txt p {
  font-size: 20px;
  color: #000000;
  font-family: "Lato-Light";
  line-height: 1.6;
  margin-top: 12px;
}
.canton_case_content_sw_txt a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 211px;
  height: 58px;
  border-radius: 29px;
  font-size: 18px;
  color: #ffffff;
  background: linear-gradient(-86deg, #0d8bcf 0%, #003173 100%);
  margin-top: 30px;
}
.canton_case_content_sw_img {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  z-index: 2;
}
.canton_case_content_sw_img img {
  width: 100%;
  height: auto;
  display: block;
}
.canton_case_content_sw_left,
.canton_case_content_sw_right {
  background: none;
  width: 51px;
  height: 62px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  font-size: 48px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 63%;
}
.canton_case_content_sw_left:after,
.canton_case_content_sw_right:after {
  display: none;
}
.canton_case_content_sw
  .swiper-slide.swiper-slide-active
  .canton_case_content_sw_txt {
  opacity: 1;
}
.canton_case_content_sw .swiper-slide:after {
  content: "";
  display: block;
  width: 88.8%;
  height: 100%;
  background: #ffffff;
  position: absolute;
  left: -24px;
  top: 0;
  transition: all 0.3s;
  opacity: 0;
}
.canton_case_content_sw .swiper-slide.swiper-slide-active:after {
  opacity: 1;
}
.canton_case_content_sw_left:hover,
.canton_case_content_sw_right:hover {
  background: #2a5d9e;
}
.canton_case_content_sw_left {
  left: -90px;
}
.canton_case_content_sw_right {
  right: -90px;
}
.canton_exhibition_box {
  width: 100%;
  height: auto;
  padding: 80px 0px;
}
.canton_exhibition_ul {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
}
.canton_exhibition_ul li {
  width: 24.6%;
  height: auto;
  margin-top: 10px;
}
.canton_exhibition_ul li:nth-of-type(2) {
  width: 49.8%;
}
.canton_exhibition_ul li img {
  width: 100%;
  height: auto;
  display: block;
}
.canton_about_box {
  width: 100%;
  height: auto;
  padding: 80px 0px;
  background: url(/public/static/images/home/en-us/canton_about_bg.jpg)
    no-repeat center center;
  background-size: cover;
}
.canton_about_content {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.canton_about_content_left {
  width: 60.3%;
  height: auto;
  border-radius: 50px;
  border: 16px solid #ffffff;
  overflow: hidden;
  position: relative;
  box-shadow: 0px 0px 28px 4px rgba(101, 101, 101, 0.43);
}
.canton_about_content_left img {
  width: 100%;
  height: auto;
  display: block;
}
.canton_about_content_left a:after {
  background: url(/public/static/images/home/en-us/canton_about_video_btn.png)
    no-repeat center center;
  background-size: 56px auto;
  width: 56px;
  height: 56px;
  top: auto;
  left: auto;
  right: 45px;
  bottom: 45px;
}
.canton_about_content_right {
  width: 36.93%;
}
.canton_about_content_right_title {
  width: 100%;
}
.canton_about_content_right_title h4 {
  font-size: 60px;
  color: #065c9f;
  font-family: "Lato-Bold";
}
.canton_about_content_right_title i {
  display: block;
  width: 50px;
  height: 4px;
  background: #000000;
  margin-top: 10px;
}
.canton_about_content_right_title p {
  font-size: 18px;
  color: #000000;
  font-family: "Lato-Light";
  line-height: 1.6;
  margin-top: 10px;
}
.canton_about_content_right_center h4 {
  font-size: 24px;
  color: #000000;
  font-family: "Lato-Bold";
  margin-top: 30px;
}
.canton_about_content_right_center_ul {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.canton_about_content_right_center_ul li {
  width: 48.5%;
  height: auto;
  margin-top: 30px;
}
.canton_about_content_right_center_img {
  width: 102px;
  height: 102px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0px 3px 103px 0px rgba(207, 207, 207, 0.89);
  display: flex;
  justify-content: center;
  align-items: center;
}
.canton_about_content_right_center_img img {
  display: block;
}
.canton_about_content_right_center_ul li p {
  font-size: 18px;
  color: #000000;
  font-family: "Lato-Light";
  margin-top: 9px;
}
.canton_about_content_right_center_more {
  width: 328px;
  height: 58px;
  border-radius: 29px;
  background: linear-gradient(-86deg, #0d8bcf 0%, #003173 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  margin-top: 20px;
}
@media (max-width: 1768px) {
  .wuzi_form_box {
    margin-top: -70px;
  }
  .dibai_time_txt {
    width: 61.96%;
  }
  .dibai_time_bottom img {
    margin-top: 7%;
  }
  .dibai_visiting_ul_txt {
    font-size: 16px;
  }
  .dibai_product_content_right img {
    height: 100%;
    object-fit: cover;
  }
  .dibai_matter_content_ul {
    margin-top: 25vw;
  }
  .dibai_case_title {
    width: 47.42%;
  }
  .dibai_about_content_content_box {
    width: 53.24%;
  }
  .danzon_contentWH {
    width: 83.33%;
  }
  .danzon_customer_title_top h5 {
    font-size: 102px;
  }
  .danzon_exhibitors_list_ul_title {
    font-size: 28px;
  }
  .danzon_core_products_content_center_top_txt {
    width: 80%;
  }
  .danzon_case_ul_txt {
    padding: 30px 0;
  }
  .danzon_case_ul_img img {
    height: 100%;
    object-fit: cover;
  }
  .canton_case_content {
    width: 64.1%;
  }
}
@media (max-width: 1400px) {
  .dibai_contentWH {
    width: 92%;
  }
  .dibai_time_txt {
    width: 92%;
  }
  .contentWH1200 {
    width: 92%;
  }
  .dibai_matter_content_ul {
    margin-top: 16vw;
  }
  .dibai_form_contentWH {
    width: 92%;
  }
  .danzon_contentWH {
    width: 92%;
  }
  .danzon_customer_title_top h5 {
    font-size: 90px;
  }
  .danzon_case_ul_content {
    padding: 49px;
  }
  .danzon_about_video_img a:after {
    background-position-y: 27%;
  }
  .canton_case_content {
    width: 70%;
  }
  .canton_core_products_content_ul li h4 {
    font-size: 12px;
  }
  .canton_core_products_content_ul li {
    width: 8%;
  }
  .canton_goal_ul_content {
    padding: 30px;
  }
}
@media (max-width: 1200px) {
  .contentWH1200 {
    width: 92%;
  }
  .wuzi_offer_content_ul li:nth-of-type(odd):after,
  .wuzi_offer_content_ul li:nth-of-type(even):after {
    width: 45px;
    right: -28px;
  }
  .wuzi_form_box {
    width: 92%;
  }
  .wuzi_booth_content a {
    font-size: 24px;
  }
  .wuzi_booth_content img {
    width: 100px;
  }
  .wuzi_form_box {
    margin-top: -42px;
    border-radius: 60px 60px 0px 0px;
  }
  .dibai_time_txt {
    font-size: 28px;
  }
  .dibai_time_txt p strong {
    font-size: 36px;
  }
  .dibai_visiting_ul_txt {
    font-size: 14px;
  }
  .dibai_matter_content {
    position: relative;
    margin-top: 50px;
    padding-bottom: 50px;
  }
  .dibai_matter_content_ul {
    margin-top: 30px;
    flex-wrap: wrap;
  }
  .dibai_matter_content_ul:before {
    display: none;
  }
  .dibai_about_content_bg {
    height: 600px;
  }
  .dibai_about_content_bg img {
    height: 100%;
    object-fit: cover;
  }
  .danzon_customer_title_top h5 {
    display: none;
  }
  .danzon_customer_title_top h4 {
    position: relative;
    font-size: 48px;
  }
  .danzon_exhibitors_list_ul_title {
    font-size: 24px;
  }
  .danzon_core_products_content {
    flex-wrap: wrap;
  }
  .danzon_core_products_content_left {
    width: 100%;
  }
  .danzon_core_products_content_center {
    width: 48.2%;
  }
  .danzon_case_ul_txt_content h4 {
    font-size: 20px;
  }
  .danzon_case_ul_content h4 {
    font-size: 20px;
  }
  .danzon_about_video_img a:after {
    background-position-y: 19%;
    background-size: 63px auto;
  }
  .danzon_associates_ul {
    flex-wrap: wrap;
    margin-top: 50px;
  }
  .danzon_associates_ul li {
    width: calc(100% / 3);
    margin-top: -1px;
  }
  .canton_core_products_welcome {
    font-size: 20px;
    margin-top: 6px;
  }
  .canton_core_products_content_ul li + li {
    margin-left: auto;
  }
  .canton_core_products_content_ul:after {
    display: none;
  }
  .canton_core_products_content_ul li {
    width: 23.5%;
    margin-left: 2%;
    margin-top: 30px;
  }
  .canton_core_products_content_ul li:nth-of-type(4n + 1) {
    margin-left: 0;
  }
  .canton_core_products_content_ul {
    flex-wrap: wrap;
    margin-top: 0;
  }
  .canton_case_content {
    width: 92%;
  }
}
@media (max-width: 990px) {
  .wuzi_welcome_content {
    flex-wrap: wrap;
  }
  .wuzi_welcome_content_right {
    width: 100%;
    margin-top: 30px;
  }
  .wuzi_welcome_content_left {
    margin: 0px auto;
  }
  .wuzi_solution_content {
    flex-wrap: wrap;
  }
  .wuzi_solution_content_left {
    width: 100%;
    display: flex;
    justify-content: space-between;
    background: none;
  }
  .wuzi_solution_content_left_list {
    width: 48.5%;
    background: #f4f6f8;
  }
  .wuzi_solution_content_left_list:nth-last-of-type(1) {
    padding-top: 0;
  }
  .wuzi_solution_content_left_list_img {
    aspect-ratio: 631/622;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .wuzi_solution_content_left_list:nth-last-of-type(1):after {
    display: block;
  }
  .wuzi_solution_content_right {
    margin-top: 30px;
  }
  .wuzi_solution_content_right_bottom h4 {
    font-size: 20px;
  }
  .wuzi_solution_list_content_ul li:nth-of-type(2) {
    padding: 0 4%;
  }
  .wuzi_solution_list_content_ul li:nth-of-type(3) {
    padding-left: 4%;
  }
  .wuzi_offer_content_ul {
    width: 92%;
    margin: 0px auto;
    margin-bottom: 40px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .wuzi_offer_content_ul li:nth-of-type(odd):after,
  .wuzi_offer_content_ul li:nth-of-type(even):after {
    display: none;
  }
  .wuzi_offer_bg {
    height: 680px;
  }
  .wuzi_offer_bg img {
    height: 100%;
    object-fit: cover;
  }
  .wuzi_offer_content_ul li + li {
    margin-left: 0;
  }
  .wuzi_offer_content_ul li {
    width: 25%;
    margin-bottom: 30px;
  }
  .wuzi_case_top_right_txt h4 {
    font-size: 16px;
  }
  .wuzi_case_top_right_txt h4 strong {
    font-size: 18px;
  }
  .wuzi_case_top_right_txt_con p {
    font-size: 16px;
  }
  .wuzi_form_box {
    padding: 5% 4%;
    border-radius: 30px 30px 0px 0px;
    margin-top: 30px;
  }
  .dibai_time_bottom img {
    margin-top: 0;
  }
  .dibai_time_bottom {
    padding-top: 70px;
  }
  .dibai_time_txt {
    font-size: 24px;
  }
  .dibai_time_txt p strong {
    font-size: 28px;
  }
  .dibai_visiting_ul_bg {
    clip-path: initial !important;
  }
  .dibai_visiting_ul li {
    width: 48.5%;
    margin-left: 0;
  }
  .dibai_visiting_ul {
    justify-content: space-between;
  }
  .dibai_visiting_ul_txt {
    width: 78%;
  }
  .dibai_product_content {
    flex-wrap: wrap;
  }
  .dibai_product_content_left {
    width: 48%;
  }
  .dibai_product_content_list {
    width: 51.8%;
  }
  .dibai_product_content_right {
    width: 48%;
  }
  .dibai_product_content_list2 {
    width: 51.8%;
  }
  .dibai_matter_content_ul {
    flex-wrap: wrap;
    margin-top: 15px;
  }
  .dibai_matter_content_ul li {
    width: 23.5%;
    margin-top: 15px;
  }
  .danzon_exhibitors_list_ul_title {
    font-size: 16px;
    top: -40px;
  }
  .danzon_core_products_content_center_top {
    padding: 50px 0;
  }
  .danzon_about_video_content {
    padding-bottom: 30px;
  }
  .danzon_about_video_content_left h4 {
    font-size: 38px;
  }
  .danzon_about_video_content_left p {
    font-size: 16px;
  }
  .canton_goal_ul {
    justify-content: space-between;
  }
  .canton_goal_ul li {
    width: 49.9%;
    margin-left: 0;
  }
  .canton_case_content_sw_left,
  .canton_case_content_sw_right {
    display: none;
  }
  .canton_case_content_sw .swiper-slide:after {
    width: 100%;
  }
  .canton_about_content {
    flex-wrap: wrap;
  }
  .canton_about_content_left {
    width: 100%;
    border-radius: 20px;
  }
  .canton_about_content_right {
    width: 100%;
    margin-top: 50px;
  }
}
@media (max-width: 768px) {
  .wuzi_welcome_box {
    padding: 8vw 0;
  }
  .wuzi_welcome_title {
    font-size: 4.8vw;
  }
  .wuzi_welcome_content {
    margin-top: 5.8vw;
  }
  .wuzi_welcome_content_left {
    width: 100%;
  }
  .wuzi_welcome_content_right {
    margin-top: 5.8vw;
  }
  .wuzi_welcome_content_right_ico {
    width: 10vw;
    padding-bottom: 3.2vw;
  }
  .wuzi_welcome_content_right_con h4 {
    font-size: 3.8vw;
  }
  .wuzi_welcome_content_right_con {
    padding-bottom: 1.8vw;
  }
  .wuzi_welcome_content_right li + li {
    margin-top: 3.8vw;
  }
  .wuzi_want_box {
    padding: 8vw 0;
  }
  .wuzi_want_top_box p {
    font-size: 3.6vw;
  }
  .wuzi_want_top_ul li {
    font-size: 3.6vw;
    padding-left: 5.8vw;
  }
  .wuzi_want_top_ul li:before {
    aspect-ratio: 1/1;
    width: 2vw;
    height: auto;
    background-size: 100% auto;
  }
  .wuzi_want_bottom_box {
    margin-top: 8vw;
  }
  .wuzi_want_title {
    font-size: 4.8vw;
  }
  .wuzi_want_bottom_ul {
    margin-top: 3.2vw;
    flex-wrap: wrap;
  }
  .wuzi_want_bottom_ul li {
    width: 48.5%;
    margin-top: 3.8vw;
  }
  .wuzi_want_bottom_ul li:nth-last-of-type(1),
  .wuzi_want_bottom_ul li:nth-of-type(1) {
    width: 50%;
  }
  .wuzi_want_bottom_ul li h4 {
    font-size: 3.6vw;
  }
  .wuzi_solution_box {
    padding: 8vw 4%;
  }
  .wuzi_solution_content {
    padding-left: 0;
  }
  .wuzi_solution_content_left {
    flex-wrap: wrap;
  }
  .wuzi_solution_content_left_list {
    width: 100%;
    padding-bottom: 5.8vw;
  }
  .wuzi_solution_content_left_list_txt h4 {
    font-size: 3.8vw;
  }
  .wuzi_solution_content_left_list_txt {
    width: 92%;
    margin-top: 3.2vw;
  }
  .wuzi_solution_content_left_list_txt p {
    font-size: 3.6vw;
    margin-top: 3.2vw;
  }
  .wuzi_solution_content_left_list_img {
    aspect-ratio: initial;
  }
  .wuzi_solution_content_left_list:after {
    height: 0.7vw;
  }
  .wuzi_solution_content_right {
    margin-top: 5.8vw;
  }
  .wuzi_solution_content_right_top {
    flex-direction: column-reverse;
  }
  .wuzi_solution_content_right_top_left {
    width: 100%;
    margin-top: 3.8vw;
  }
  .wuzi_solution_content_right_top_left_txt {
    width: 100%;
    padding-bottom: 3.2vw;
  }
  .wuzi_solution_content_right_top_left_txt h4 {
    font-size: 3.8vw;
  }
  .wuzi_solution_content_right_top_left_txt p {
    font-size: 3.6vw;
    margin-top: 3.2vw;
  }
  .wuzi_solution_content_right_top + .wuzi_solution_content_right_top {
    margin-top: 3.8vw;
  }
  .wuzi_solution_content_right_bottom {
    width: 100%;
    flex-wrap: wrap;
    margin-top: 0;
  }
  .wuzi_solution_content_right_bottom li {
    width: 100%;
    margin-top: 3.8vw;
  }
  .wuzi_solution_content_right_bottom h4 {
    font-size: 3.8vw;
    margin-top: 3.2vw;
  }
  .wuzi_solution_content_right_bottom p {
    font-size: 3.6vw;
    margin-top: 3.2vw;
  }
  .wuzi_solution_list_content {
    padding: 5.8vw 0;
  }
  .wuzi_solution_list_content_ul {
    flex-wrap: wrap;
  }
  .wuzi_solution_list_content_ul li {
    width: 100%;
    border: none;
    padding-bottom: 3.8vw;
  }
  .wuzi_solution_list_content_ul li:nth-of-type(2) {
    width: 100%;
    padding-bottom: 3.8vw;
  }
  .wuzi_solution_list_content_ul li:nth-of-type(3) {
    width: 100%;
  }
  .wuzi_solution_list_content_ul_ico {
    margin-bottom: 3.2vw;
  }
  .wuzi_solution_list_content_ul li h4 {
    font-size: 3.8vw;
  }
  .wuzi_solution_list_content_ul li:nth-of-type(1) p {
    font-size: 3.6vw;
  }
  .wuzi_offer_content_title {
    margin-top: 8vw;
  }
  .wuzi_offer_content_title h4 {
    font-size: 4.8vw;
  }
  .wuzi_offer_content_title p {
    font-size: 3.6vw;
    margin-top: 3.2vw;
  }
  .wuzi_offer_content_ul li {
    width: 48.5%;
    margin-bottom: 3.8vw;
  }
  .wuzi_offer_content_ul_img {
    width: 18vw;
  }
  .wuzi_offer_content_ul_img img {
    width: 70%;
  }
  .wuzi_offer_content_ul li h4 {
    font-size: 3.6vw;
    margin-top: 3.2vw;
  }
  .wuzi_offer_content_ul {
    margin-bottom: 4.2vw;
  }
  .wuzi_offer_bg {
    height: 180vw;
  }
  .wuzi_case_box {
    padding: 8vw 0;
  }
  .wuzi_case_title h4 {
    font-size: 4.8vw;
  }
  .wuzi_case_title p {
    font-size: 3.6vw;
    line-height: 5.8vw;
    margin-top: 3.2vw;
  }
  .wuzi_case_top_box {
    margin-top: 5.8vw;
    flex-wrap: wrap;
  }
  .wuzi_case_top_left {
    width: 100%;
  }
  .wuzi_case_top_right {
    padding: 5% 4%;
  }
  .wuzi_case_top_right_txt h4 strong {
    font-size: 4.2vw;
  }
  .wuzi_case_top_right_txt h4 {
    font-size: 3.6vw;
  }
  .wuzi_case_top_right_txt_con p {
    font-size: 3.6vw;
  }
  .wuzi_case_top_right_txt_con span {
    font-size: 3.6vw;
  }
  .wuzi_case_top_right_txt_con {
    margin-top: 3.6vw;
  }
  .wuzi_case_bottom_box {
    margin-top: 3.8vw;
    flex-wrap: wrap;
  }
  .wuzi_case_bottom_left {
    width: 100%;
  }
  .wuzi_case_bottom_center {
    width: 100%;
    padding: 5% 4%;
  }
  .wuzi_case_bottom_right {
    width: 100%;
  }
  .wuzi_booth_bg {
    height: 48vw;
  }
  .wuzi_booth_bg img {
    height: 100%;
    object-fit: cover;
  }
  .wuzi_booth_content {
    padding: 8vw 0;
    flex-direction: column-reverse;
  }
  .wuzi_booth_content_txt {
    flex-direction: column-reverse;
  }
  .wuzi_booth_content a {
    font-size: 4vw;
    margin-top: 3.2vw;
  }
  .wuzi_booth_content img {
    margin-left: 0;
    width: 18vw;
  }
  .wuzi_form_box {
    border-radius: 2vw 2vw 0px 0px;
    margin-top: 5.8vw;
  }
  .wuzi_form_box h4 {
    font-size: 4.2vw;
    line-height: normal;
  }
  .wuzi_form_box p {
    font-size: 3.6vw;
    margin-top: 3.2vw;
  }
  .wuzi_form_ul {
    margin-top: 3.8vw;
  }
  .wuzi_form_ul li {
    width: 100% !important;
    height: 10.8vw;
  }
  .wuzi_form_ul li input {
    padding-left: 3.2vw;
    font-size: 3.6vw;
  }
  .wuzi_form_ul li select {
    font-size: 3.6vw;
    padding-left: 3.2vw;
  }
  .wuzi_form_ul li textarea {
    padding: 3.2vw;
    font-size: 3.6vw;
  }
  .wuzi_form_ul li:nth-last-of-type(1) {
    height: 36vw;
  }
  .wuzi_form_btn {
    width: 40vw;
    height: 10.8vw;
    font-size: 3.6vw;
  }
  .dibai_time_bottom {
    padding-top: 17vw;
  }
  .dibai_time_txt {
    font-size: 4.8vw;
    line-height: 1.2;
    top: 3vw;
  }
  .dibai_time_txt p strong {
    font-size: 4.8vw;
  }
  .dibai_time_txt img {
    width: 5vw;
    margin: 0 1.8vw;
  }
  .dibai_time_box {
    padding-bottom: 2vw;
  }
  .dibai_visiting_box {
    padding: 8vw 0;
  }
  .dibai_visiting_title h4 {
    font-size: 4.8vw;
  }
  .dibai_visiting_ul {
    margin-top: 3.2vw;
  }
  .dibai_visiting_ul li {
    width: 100%;
    margin-top: 3.8vw;
  }
  .dibai_visiting_ul_txt {
    height: 10.8vw;
    border-radius: 2vw;
    font-size: 3.6vw;
    bottom: 1.8vw;
    padding-left: 1.8vw;
    left: 3.2vw;
  }
  .dibai_visiting_ul_txt:after {
    width: 2.4vw;
    left: -2.4vw;
  }
  .dibai_visiting_ul li:nth-of-type(2) .dibai_visiting_ul_txt {
    left: 3.2vw;
  }
  .dibai_visiting_ul li:nth-of-type(5) .dibai_visiting_ul_txt {
    left: 3.2vw;
  }
  .dibai_whatsapp_box {
    padding: 5.8vw;
  }
  .dibai_whatsapp_top img {
    width: 3.6vw;
    margin-right: 1.2vw;
  }
  .dibai_whatsapp_top {
    font-size: 3.6vw;
  }
  .dibai_whatsapp_box a {
    font-size: 4.8vw;
    margin-top: 3.2vw;
  }
  .dibai_product_box {
    padding: 8vw 0;
  }
  .dibai_product_title h4 {
    font-size: 4.8vw;
  }
  .dibai_product_title p {
    font-size: 3.6vw;
    margin-top: 3.6vw;
  }
  .dibai_product_content {
    margin-top: 5.8vw;
  }
  .dibai_product_content_left {
    width: 100%;
  }
  .dibai_product_content_left {
    padding: 5% 0;
  }
  .dibai_product_content_left_title h4 a {
    font-size: 4.2vw;
  }
  .dibai_product_content_left_title h4 em {
    font-size: 4.2vw;
  }
  .dibai_product_content_left_title h4 {
    font-size: 4.2vw;
  }
  .dibai_product_content_left_title p {
    font-size: 3.6vw;
    margin-top: 3.2vw;
  }
  .dibai_product_content_left_img {
    margin-top: 3.8vw;
  }
  .dibai_product_content_list {
    width: 100%;
    margin-left: 0;
  }
  .dibai_product_content_list li {
    width: 100%;
    margin-top: 1px;
    padding: 5% 4%;
    height: auto;
  }
  .dibai_product_content_list_title h4 {
    font-size: 3.8vw;
  }
  .dibai_product_content_list_title p {
    font-size: 3.6vw;
    margin-top: 3.2vw;
  }
  .dibai_product_content_list_img {
    margin-top: 5.8vw;
  }
  .dibai_product_content_right {
    width: 100%;
  }
  .dibai_matter_content {
    margin-top: 5.8vw;
    padding-bottom: 8vw;
  }
  .dibai_matter_content_title h4 {
    font-size: 4.8vw;
  }
  .dibai_matter_content_title p {
    font-size: 3.6vw;
  }
  .dibai_matter_content_ul li {
    width: 48.5%;
    margin-top: 3.8vw;
  }
  .dibai_matter_content_ul {
    margin-top: 3.2vw;
  }
  .dibai_matter_content_ul_ico {
    width: 22vw;
    border-width: 0.3vw;
    margin: 0px auto;
  }
  .dibai_matter_content_ul li h4 {
    font-size: 3.6vw;
    margin-top: 3.2vw;
  }
  .dibai_case_box {
    padding: 8vw 0;
  }
  .dibai_case_title h4 {
    font-size: 4.8vw;
  }
  .dibai_case_title {
    width: 92%;
  }
  .dibai_case_title p {
    font-size: 3.6vw;
  }
  .dibai_case_ul {
    width: 92%;
    flex-wrap: wrap;
    margin-top: 3.2vw;
  }
  .dibai_case_ul li {
    width: 100%;
    margin-top: 3.8vw;
    clip-path: inherit !important;
    margin-left: 0;
  }
  .dibai_case_ul_txt {
    padding: 5% 4%;
  }
  .dibai_case_ul_txt h4 {
    font-size: 3.8vw;
  }
  .dibai_case_ul_txt p {
    font-size: 3.6vw;
  }
  .dibai_about_box {
    padding: 8vw 0;
  }
  .dibai_about_title h4 {
    font-size: 4.8vw;
  }
  .dibai_about_title p {
    font-size: 3.6vw;
  }
  .dibai_about_content_content_box {
    width: 92%;
  }
  .dibai_about_content_content {
    padding-right: 4%;
  }
  .dibai_about_content_content_ul li {
    font-size: 3.6vw;
    height: 10.8vw;
    display: flex;
    align-items: center;
    line-height: 1;
    margin-top: 3.8vw;
  }
  .dibai_about_content_content_box h4 {
    font-size: 4.8vw;
  }
  .dibai_about_content_bg {
    height: 93vw;
  }
  .dibai_form_box {
    padding-top: 5.8vw;
  }
  .dibai_form_title {
    flex-wrap: wrap;
  }
  .dibai_form_title h4 {
    font-size: 4.2vw;
    display: block;
    width: 100%;
    text-align: center;
  }
  .dibai_form_title img {
    width: 24vw;
    margin-top: 3.2vw;
  }
  .dibai_form_form_box {
    padding: 5% 4%;
  }
  .dibai_form_form_box h4 {
    font-size: 4.8vw;
  }
  .dibai_form_form_box {
    margin-top: 5.8vw;
  }
  .dibai_form_form_box h5 {
    font-size: 3.8vw;
    margin-top: 1.8vw;
  }
  .dibai_form_form_box p {
    font-size: 3.6vw;
    margin-top: 3.2vw;
  }
  .dibai_form_ul {
    margin-top: 3.2vw;
    flex-wrap: wrap;
  }
  .dibai_form_ul li {
    width: 100%;
    margin-top: 1.8vw;
  }
  .dibai_form_ul li input {
    padding-left: 3.2vw;
    height: 10.8vw;
    font-size: 3.2vw;
  }
  .dibai_form_ul li textarea {
    padding: 3.2vw;
    font-size: 3.2vw;
    height: 28vw;
  }
  /*.dibai_form_ul li.textarea{}*/
  .dibai_form_ul_btn {
    width: 42vw;
    height: 10.8vw;
    border-radius: 1.8vw;
    font-size: 3.6vw;
    margin-top: 3.8vw;
  }
  .dibai_last_box {
    margin-top: -65vw;
    padding-bottom: 8vw;
    padding-top: 74vw;
  }
  .dibai_last_content img {
    width: 9vw;
  }
  .dibai_last_content h4 {
    font-size: 4.8vw;
    margin-top: 3.2vw;
  }
  .dibai_last_content_more {
    width: 42vw;
    height: 10.8vw;
    font-size: 3.8vw;
    border-radius: 1.2vw;
    margin-top: 3.8vw;
  }
  .danzon_customer_box {
    padding: 8vw 0;
  }
  .danzon_customer_title_top h4 {
    font-size: 4.8vw;
  }
  .danzon_customer_title_bottom h4 {
    font-size: 4.2vw;
  }
  .danzon_customer_title_bottom img {
    width: 5vw;
  }
  .danzon_customer_title_txt {
    margin-top: 5.8vw;
  }
  .danzon_customer_title_txt h4 {
    font-size: 4.8vw;
  }
  .danzon_customer_title_txt p {
    font-size: 4.2vw;
  }
  .danzon_customer_ul li {
    width: 48.5%;
    margin-top: 3.8vw;
  }
  .danzon_customer_ul li h4 {
    font-size: 3.8vw;
    margin-top: 3.2vw;
  }
  .danzon_exhibitors_list_title {
    font-size: 4.8vw;
  }
  .danzon_exhibitors_list_ul {
    margin-top: 0;
    flex-wrap: wrap;
  }
  .danzon_exhibitors_list_ul li {
    width: 100%;
    margin-top: 8.8vw;
  }
  .danzon_exhibitors_list_ul li:nth-of-type(2) {
    width: 100%;
  }
  .danzon_exhibitors_list_ul_title {
    font-size: 3.6vw;
    padding: 3.2vw 5.8vw;
    top: -3.2vw;
  }
  .danzon_exhibitors_box
    .danzon_exhibitors_list_box
    + .danzon_exhibitors_list_box {
    margin-top: 8vw;
  }
  .danzon_exhibitors_txt {
    margin-top: 5.8vw;
  }
  .danzon_exhibitors_txt p {
    font-size: 3.8vw;
  }
  .danzon_exhibitors_business_box {
    padding: 5% 4%;
    border-radius: 1.2vw;
    margin-top: 5.8vw;
  }
  .danzon_exhibitors_business_box h4 {
    font-size: 4.8vw;
  }
  .danzon_exhibitors_business_box a {
    width: 42vw;
    height: 10.8vw;
    font-size: 3.8vw;
    border-radius: 1.2vw;
    margin-top: 5.8vw;
  }
  .danzon_exhibitors_business_txt {
    margin-top: 8vw;
  }
  .danzon_exhibitors_business_txt p {
    font-size: 3.8vw;
  }
  .danzon_exhibitors_box {
    padding-bottom: 8vw;
  }
  .danzon_core_products_box {
    padding: 8vw 4%;
    padding-top: 2.2vw;
  }
  .danzon_core_products_content {
    margin-top: 5.8vw;
  }
  .danzon_core_products_content_left_txt {
    width: 100%;
    padding: 5% 4%;
    margin-left: 0;
  }
  .danzon_core_products_content_left_txt h4 {
    font-size: 4.2vw;
  }
  .danzon_core_products_content_left_txt p {
    font-size: 3.6vw;
    margin-top: 3.2vw;
  }
  .danzon_core_products_content_left {
    padding-bottom: 5%;
  }
  .danzon_core_products_content_center {
    width: 100%;
  }
  .danzon_core_products_content_center_top {
    padding: 5% 4%;
  }
  .danzon_core_products_content_center_top {
    height: auto;
  }
  .danzon_core_products_content_center_top_txt {
    width: 100%;
  }
  .danzon_core_products_content_center_top_txt h4 {
    font-size: 4.2vw;
    padding-bottom: 3.6vw;
  }
  .danzon_core_products_content_center_top_txt p {
    font-size: 3.6vw;
    margin-top: 0;
  }
  .danzon_core_products_content_center_top_txt h4:after {
    display: none;
  }
  .danzon_core_products_content_center_bottom {
    height: auto;
  }
  .danzon_core_products_content_center_bottom h4 {
    font-size: 4.2vw;
    left: 4%;
    bottom: 5%;
  }
  .danzon_core_products_content_right {
    flex: auto;
    width: 100%;
  }
  .danzon_solution_box {
    padding: 8vw 0;
  }
  .danzon_solution_title {
    width: 100%;
  }
  .danzon_solution_title h4 {
    font-size: 4.8vw;
  }
  .danzon_solution_title p {
    font-size: 3.6vw;
    margin-top: 3.2vw;
  }
  .danzon_solution_ul {
    margin-top: 3.2vw;
    flex-wrap: wrap;
  }
  .danzon_solution_ul li {
    width: 100%;
    height: 10.8vw;
    margin-top: 3.8vw;
    font-size: 3.6vw;
    margin-left: 0;
  }
  .danzon_solution_ul li + li {
    margin-left: 0;
  }
  .danzon_solution_content {
    margin-top: 5.8vw;
    aspect-ratio: initial;
    overflow: hidden;
  }
  .danzon_solution_content li {
    width: 100%;
  }
  .danzon_case_ul li {
    margin-top: 5.8vw;
    flex-wrap: wrap;
  }
  .danzon_case_ul_img {
    width: 100%;
  }
  .danzon_case_ul_txt_content {
    width: 100%;
  }
  .danzon_case_ul_txt {
    flex: auto;
    width: 100%;
    padding: 5% 4%;
  }
  .danzon_case_ul_txt_content h4 {
    font-size: 4.2vw;
  }
  .danzon_case_ul_txt_content p {
    font-size: 3.6vw;
    line-height: 1.6;
    margin-top: 3.2vw;
  }
  .danzon_case_ul li:nth-last-of-type(1),
  .danzon_case_ul li:nth-last-of-type(2) {
    width: 100%;
  }
  .danzon_case_ul_content {
    padding: 5% 4%;
  }
  .danzon_case_ul_content h4 {
    font-size: 4.2vw;
  }
  .danzon_case_ul_content p {
    font-size: 3.6vw;
    line-height: 1.6;
    margin-top: 3.2vw;
  }
  .danzon_case_box {
    padding: 8vw 0;
  }
  .danzon_about_box {
    padding: 8vw 0;
  }
  .danzon_about_video_content {
    position: relative;
    flex-wrap: wrap;
    background: none;
    padding: 5% 4%;
  }
  .danzon_about_video_content_left h4 {
    font-size: 4.2vw;
    color: #000000;
  }
  .danzon_about_video_content_left p {
    font-size: 3.6vw;
    margin-top: 3.6vw;
    color: #333333;
  }
  .danzon_about_video_content_left em {
    display: none;
  }
  .danzon_about_video_content a {
    width: 42vw;
    height: 10.8vw;
    font-size: 3.6vw;
    margin-top: 3.8vw;
    border-radius: 5.4vw;
  }
  .danzon_about_video_content_left {
    width: 100%;
  }
  .danzon_associates_title h4 {
    font-size: 4.8vw;
  }
  .danzon_associates_title p {
    font-size: 3.6vw;
    margin-top: 3.2vw;
  }
  .danzon_associates_ul {
    margin-top: 5.8vw;
  }
  .danzon_associates_ul li {
    width: 50%;
  }
  .danzon_associates_box {
    padding-bottom: 8vw;
  }
  .danzon_service_box {
    padding: 8vw 0;
  }
  .danzon_service_content {
    flex-wrap: wrap;
  }
  .danzon_service_content_left {
    width: 100%;
    padding: 5% 4%;
  }
  .danzon_service_content_left_title h4 {
    font-size: 4.8vw;
  }
  .danzon_service_content_left_title p {
    font-size: 3.6vw;
    margin-top: 3.2vw;
  }
  .danzon_service_content_left_form {
    margin-top: 3.6vw;
  }
  .danzon_service_content_left_form li {
    width: 100%;
  }
  .danzon_service_content_left_form li input {
    height: 8.8vw;
    padding-left: 1.2vw;
    font-size: 3.2vw;
  }
  .danzon_service_content_left_form select {
    height: 8.8vw;
    padding-left: 1.2vw;
    font-size: 3.2vw;
  }
  .danzon_service_content_left_form textarea {
    padding: 1.2vw;
    font-size: 3.2vw;
    height: 20vw;
  }
  .danzon_service_content_left_form_txt {
    font-size: 3.2vw;
  }
  .danzon_service_content_left_form_btn {
    width: 42vw;
    height: 10.8vw;
    font-size: 3.6vw;
  }
  .danzon_service_content_right {
    flex: auto;
    width: 100%;
    height: auto;
    padding: 5% 4%;
  }
  .danzon_service_content_right_img {
    width: 49%;
  }
  .danzon_service_content_right_content {
    margin-top: 5.8vw;
  }
  .danzon_service_content_right_content h4 {
    font-size: 4.2vw;
  }
  .danzon_service_content_right_content p {
    font-size: 3.6vw;
    margin-top: 3.2vw;
    line-height: 1.6;
  }
  .canton_core_products_box {
    padding-bottom: 0;
  }
  .canton_core_products_welcome {
    font-size: 3.8vw;
    padding: 0 4%;
  }
  .canton_core_products_content_box {
    margin-top: 8vw;
  }
  .canton_title_box h4 {
    font-size: 4.8vw;
  }
  .canton_core_products_content_ul_ico {
    border-width: 1.2vw;
  }
  .canton_goal_title {
    font-size: 3.8vw;
  }
  .canton_goal_ul li {
    width: 100%;
  }
  .canton_goal_ul_title {
    font-size: 3.8vw;
    bottom: 3.8vw;
  }
  .canton_goal_ul_content {
    padding: 5% 4%;
  }
  .canton_goal_ul_content h4 {
    font-size: 3.8vw;
  }
  .canton_goal_ul_content p {
    font-size: 3.6vw;
  }
  .canton_solution_box {
    padding: 8vw 0;
  }
  .canton_solution_title h4 {
    font-size: 4.8vw;
  }
  .canton_solution_title p {
    font-size: 3.6vw;
    margin-top: 3.2vw;
  }
  .canton_solution_ul {
    margin-top: 1.8vw;
  }
  .canton_solution_ul li {
    margin-top: 3.8vw;
  }
  .canton_solution_ul_img {
    border-radius: 2vw;
  }
  .canton_solution_ul li h4 {
    font-size: 3.8vw;
    margin-top: 3.2vw;
  }
  .canton_case_content_sw_txt {
    padding: 5% 4%;
  }
  .canton_case_content_sw_txt h4 {
    font-size: 3.8vw;
  }
  .canton_case_content_sw_txt p {
    font-size: 3.6vw;
  }
  .canton_case_content_sw_txt a {
    width: 38vw;
    height: 10.8vw;
    font-size: 3.8vw;
    border-radius: 5.4vw;
    margin-top: 3.8vw;
  }
  .canton_case_content_sw .swiper-slide:after {
    left: 0;
  }
  .canton_case_content_sw .swiper-slide {
    padding-bottom: 5%;
  }
  .canton_exhibition_box {
    padding: 8vw 4%;
  }
  .canton_exhibition_ul {
    margin-top: 3.2vw;
  }
  .canton_exhibition_ul li {
    width: 100%;
    margin-top: 3.8vw;
  }
  .canton_exhibition_ul li:nth-of-type(2) {
    width: 100%;
  }
  .canton_about_box {
    padding: 8vw 0;
  }
  .canton_about_content_left {
    border-radius: 1.2vw;
    border-width: 2vw;
  }
  .canton_about_content_left a:after {
    width: 11vw;
    height: 11vw;
    background-size: 11vw auto;
    right: 5.8vw;
    bottom: 5.8vw;
  }
  .canton_about_content_right {
    margin-top: 5.8vw;
  }
  .canton_about_content_right_title h4 {
    font-size: 4.8vw;
  }
  .canton_about_content_right_title i {
    width: 10vw;
    height: 1.2vw;
  }
  .canton_about_content_right_title p {
    font-size: 3.6vw;
    margin-top: 3.2vw;
  }
  .canton_about_content_right_center h4 {
    font-size: 4.2vw;
    margin-top: 3.6vw;
  }
  .canton_about_content_right_center_ul li {
    margin-top: 3.8vw;
  }
  .canton_about_content_right_center_ul li p {
    font-size: 3.8vw;
    margin-top: 1.8vw;
  }
  .canton_about_content_right_center_more {
    width: 42vw;
    height: 10.8vw;
    border-radius: 5.4vw;
    margin-top: 3.8vw;
    font-size: 3.6vw;
  }
}
