@charset "utf-8";

body {
  font-family: Montserrat;
}

.no_padding {
  padding: 0;
}

.header {
  position: relative;
  z-index: 1000;
  background: #ffffff;
  transition: all 0.3s;
  border: 1px solid #EEEEEE;
}

.header_top {
  padding: 18px 0;
  border-bottom: 1px solid #eeeeee;
}

.header .conBox {
  padding: 10px 0;
}

.header-contact {
  display: flex;
  justify-content: flex-end;
}

.header-contact > div {
  margin-left: 24px;
  display: flex;
  align-items: center;
}

.header-contact > div i {
  font-size: 22px;
  font-weight: 400;
  color: #666666;
  margin-right: 9px;
}

.header-contact a {
  font-size: 16px;
  font-weight: 400;
  color: #363739;
  transition: all 0.5s;
}

.header-contact a:hover {
  color: #27539f;
  text-decoration: underline;
}

.header .conBox .container_1400 {
  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: #272727;
}

.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: #272727;
}

/* .header.indexHeader.is_stuck .nav_list > li.active > a > span,
.header.indexHeader.is_stuck .nav_list > li.on > a > span {
  /* color: #27539f; */
/* }  */

.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 {
  z-index: 1000;
  background: transparent;
  transition: all 0.3s;
}

.indexHeader.is_stuck {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  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; */
  background: transparent;
  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: 100px;
  flex: 1;
  margin-left: 34px;
}

.headerConBox .line {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 12px;
  background: #666;
}

/* .header .headerConBox .navBox {
  text-align: center;
} */

.header .nav_list {
  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: 40px;
  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: 30px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  /* color: #fff; */
  position: relative;
  transition: all 0.3s;
}

.header.indexHeader.is_stuck .nav_list>li:after, .header .nav_list>li:after {
  content: "";
  width: 0%;
  height: 2px;
  border-radius: 3px;
  background: #E60013;
  position: absolute;
  bottom: 0;
  transition: all 0.5s;
  left: 50%;
  transform: translateX(-50%);
}

.header.indexHeader.is_stuck .nav_list>li.active:after, 
.header.indexHeader.is_stuck .nav_list>li.on:after, 
.header .nav_list>li.active:after, 
.header .nav_list>li.on:after {
  width: 100%;
}

.header .nav_list>li:nth-last-of-type(1).active:after{
  width: 0;
}

.header .nav_list>li.active span, 
.header .nav_list>li.on span {
  color: #E60013!important;
}
.header .nav_list>li:nth-last-of-type(1).active span{
  color: #fff !important;
}

.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: #E60013;
  color: #ffffff;
}

.header .nav_list>li.on:last-child span {
  color: #fff!important;
}

.header .nav_list>li.on:last-child:after {
  width: 0;
}

.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 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 20px;
}

.headerShare .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 39px;
  height: 39px;
  color: #7D7D7D;
  border: 1px solid #7D7D7D;
  border-radius: 50%;
  margin: 0 5px;
}

.headerShare .icon .iconfont {
  font-size: 20px;
}

.headerShare .icon:nth-child(1):hover {
  border-color: #2B65C6;
  color: #2B65C6;
}
.headerShare .icon:nth-child(2):hover {
  border-color: #0b69c7;
  color: #0b69c7;
}
.headerShare .icon:nth-child(3):hover {
  border-color: #f20000;
  color: #f20000;
}

.header_search_box {
  position: absolute;
  right: 0;
  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: #E60013;
  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: #E60013!important;
}

.header.indexHeader .header_search_box a.active:before {
  color: #fff!important;
}

.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;
}
.pr_left_pr{
  margin-top: 30px;
}
.pr_left_pr a{
  padding-left: 0 !important;
}
.pr_left_pr .text a{
  padding-left: 10px !important;
}
.news_contennt_from{
  width: 160px;
  height: 48px;
  background: #2F2F2F;
  color: #fff;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto;
  cursor: pointer;
  border-radius: 8px;
  border: 1px solid #f5f5f5;
}
.langBox {
  position: absolute;
  cursor: pointer;
  right: 36px;
  top: 50%;
  transform: translateY(-50%);
  color: #E60013;
}

.header.indexHeader .langBox span {
  color: #E60013!important;
}

.header.indexHeader .nav_list > li:last-child > a > span,
.header .nav_list > li:last-child > a > span,
.header.indexHeader .nav_list > li.on:last-child > a > span {
  color: #ffffff;
  background: #E60013;
  padding: 0 16px;
  border-radius: 30px;
  line-height: 30px;
}

.navBox {
  text-align: right;
}

.icons {
  position: absolute;
  cursor: pointer;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.icons a.icon {
  display: inline-block;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  color: #123150;
  border-radius: 50%;
  background-color: #fff;
  margin-left: 10px;
}

.icons a.icon:hover:nth-child(2) {
  background-color: #f20000;
  color: #ffffff;
}

.icons a.icon:hover:nth-child(1) {
  background-color: #0b69c7;
  color: #ffffff;
}

.icons a.icon:hover:nth-child(3) {
  background-color: #3b5998;
  color: #ffffff;
}

.icons a.icon span {
  font-size: 16px;
}

/*.langBox:before {*/
/*content: '/';*/
/*position: absolute;*/
/*font-size: 12px;*/
/*top: 0;*/
/*left: -15px;*/
/*color: rgba(22, 22, 22, 0.3);*/
/*}*/

.icon-diqiu-s {
  font-size: 22px;
  transition: all 0.5s;
}

.icon-diqiu-s:hover {
  color: #27539f;
}

.en {
  display: flex;
  align-items: center;
}

i.iconfont.icon-diqiu {
  color: #E60013;
  font-size: 14px;
}

i.iconfont.icon-xiala {
  color: #E60013;
  font-size: 24px;
}

.langBox span {
  margin: 0 0px 0 5px;
  /*margin: 0 7px;*/
  display: inline-block;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  /* color: #fff; */
  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: #E60013;
  /*background: #ffffff;*/
}

.langBox ul li a:hover {
  background: #E60013;
  color: #ffffff;
}

.m_header {
  display: none;
}

.footer-contact {
  background: #4a4f59;
}

.footer-contact .conBox {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px 0;
}

.footer-contact .conBox p {
  font-size: 18px;
  font-weight: 400;
  color: #f0f4f7;
}

.footer-contact .conBox a {
  width: 182px;
  height: 46px;
  text-align: center;
  display: inline-block;
  line-height: 46px;
  background: #27539f;
  border-radius: 23px;
  font-size: 20px;
  font-weight: 900;
  color: #ffffff;
  margin-left: 23px;
  transition: all 0.5s;
}

.footer-contact .conBox a:hover {
  opacity: 0.8;
}

.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: 36px;
  font-weight: 900;
  color: #fff;
  line-height: 36px;
  margin-bottom: 16px;
}

.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 .footerOther .textBox .text .img {
  margin-bottom: 33px;
}

/* .footer_box .footerContentBox {
    overflow: hidden;
    background: #5e6574;
    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;*/
  padding: 64px 0 40px 0;
}

.footer_box .fast_navigation .item:nth-child(4) {
  width: 26%;
}

/* .footer_box .fast_navigation {
  padding-bottom: 52px;
} */

.footer_box .fast_navigation .img {
  line-height: 0;
  padding-bottom: 20px;
}

.footer_box .fast_navigation .footerShare {
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  justify-content: center;
  margin-top: 64px;
}

.footerShare a.icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 39px;
  height: 39px;
  color: #fff;
  border: 1px solid #7D7D7D;
  border-radius: 50%;
  margin-right: 10px;
}

.footerShare a.icon:hover:nth-child(3) {
  border-color: #f20000;
  background-color: #f20000;
}

.footerShare a.icon:hover:nth-child(1) {
  border-color: #0b69c7;
  background-color: #0b69c7;
}

.footerShare a.icon:hover:nth-child(2) {
  border-color: #3b5998;
  background-color: #3b5998;
}

.footerShare a.icon span {
  font-size: 16px;
}

.footer_box .fast_navigation .footerShare em {
  font-size: 24px;
  color: #ffffff;
  margin: 0 10px;
}

.footer_box .fast_navigation h3 {
  margin-bottom: 18px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  line-height: 30px;
}

.footer_box .fast_navigation .item_one {
  margin-top: 18px;
}

.footer_box .fast_navigation .item_one ul {
  padding-top: 0px;
}

.footer_box .fast_navigation li {
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  line-height: 1;
  margin-bottom: 16px;
}

.footer_box .fast_navigation li p {
  line-height: 30px;
}

.footer_box .fast_navigation li a.icon {
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  background-color: #f20000;
  color: #fff;
  border-radius: 50%;
}

.footer_box .fast_navigation li:nth-child(2) a.icon {
  background-color: #0b69c7;
}

.footer_box .fast_navigation li:nth-child(3) a.icon {
  background-color: #3b5998;
}

.footer_box .fast_navigation li a.icon:hover {
  text-decoration: none;
  opacity: 0.8;
}

.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: #27539f;*/
}

.footer_box .fast_navigation .footerForm .info {
  position: relative;
  margin-bottom: 15px;
  width: 100%;
}

/* .footer_box .footerForm .info:last-child {
  text-align: center;
} */

.footer_box .footerForm .info-top .info:first-child {
  margin-right: 8px;
}

.footer_box .fast_navigation .footerForm .tips {
  display: block;
  color: #ff000f;
  font-size: 14px;
  line-height: 16px;
  text-align: left;
}

.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"] {
  margin-top: 21px;
  width: 200px;
  height: 42px;
  font-size: 18px;
  color: #BC2F2F;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  text-align: left;
  padding-left: 30px;
  cursor: pointer;
  background: url("/public/static/images/home/en-us/right.png") no-repeat 140px center;
  border: 2px solid  #E91C2D;
}



.footer_box .fast_navigation .footerForm input[type="submit"]:hover {
  background:  url("/public/static/images/home/en-us/right_w.png") no-repeat 130px center;
  background-color: #E91C2D!important;
  color: #ffffff!important;
  transition: all 0.3s;
}

.fast_navigation .Verify_img {
  position: absolute;
  right: 4px;
  top: 3px;
  height: 37px;
  cursor: pointer;
}

.footer_box .footerForm .text a {
  text-decoration: underline;
  font-style: italic;
  font-weight: 400;
  color: #2a5eb2;
}

.footer_box .footer_copyright .container_1400 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0 17px;
}

.footer_box .footer_copyright .text * {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: #f7f7f7;
  line-height: 1.5em;
  vertical-align: middle;
}

.footer_box .footer_copyright .text a.sitemap {
  margin: 0 5px;
}

.footer_box .footer_copyright .text a:hover {
  text-decoration: underline;
}

.footer_follow {
  padding: 0px;
}

.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: 30px;
  transition: all 0.5s;
  color: #ffffff;
}

.footer_follow ul li:hover .iconfont {
  color: #27539f;
}

.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: 36px;
  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: #E60013;
  transition: all 0.3s;
}

.contentItem3Slick .slick-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.header {
  background-color: #fff;
  color: #272727;
}

.Fast_contact ul li.onlineservice_li,
#back_top a {
  background-color: #E60013;
}

/* add start */
.footerContentBox {
  background-color: #2A2A2A;
}

.footer_box .fast_navigation .footerShare {
  display: flex;
  align-items: center;
  flex-direction:row;
  justify-content: flex-start;
  margin-top: 46px;
}

.footer_box .fast_navigation .footerShare a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid #A1A1A1;
  border-radius: 50%;
  color: #A1A1A1;
  margin-right: 6px;
}

.footer_box .fast_navigation .footerShare a span {
  font-size: 18px;
}

.footer_box .fast_navigation .footerShare a:hover:nth-child(1) {
  background-color: #0b69c7;
  border-color: #0b69c7;
}

.footer_box .fast_navigation .footerShare a:hover {
  background-color: #f20000;
  border-color: #f20000;
  color: #fff;
}

.footer_box .fast_navigation .footerShare a:hover:nth-child(3) {
  background-color: #3b5998;
  border-color: #3b5998;
}

.footerForm {
  color: #fff;
}

.footer_box .fast_navigation .footerForm .info input[type="submit"] {
  width: 200px;
  height: 42px;
  border: 2px solid #E91C2D;
  border-radius: 21px;
  background-color: inherit;
  color: #E91C2D;
  margin-top: 13px;
}

.footer_copyright {
  background-color: #222;
}

.footerOther {
  position: relative;
  margin-bottom: 70px;
}

.footerOther .container_1400 {
  position: relative;
}

.footerOther .container_1400::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background: #e91c2d;
  top: 0;
  right: 100%;
  border: 24px solid #facacf;
  border-right: none;
  z-index: 1;
}

.footerOther .textBox {
  height: 381px;
  background: #e91c2d;
  border: 24px solid #facacf;
  border-left: none;
  border-radius: 0px 191px 191px 0px;
}

.footer_box .footerOther .textBox .text {
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.footerOther .textBox p {
  font-size: 26px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 38px;
}

.footerOther .textBox .text a {
  width: 244px;
  height: 40px;
  border: 2px solid #FFFFFF;
  font-size: 18px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 40px;
  margin-top: 65px;
  text-align: center;
}

.footerOther .textBox .text a:hover {
  opacity: 0.9;
}

.title h2 {
  font-size: 48px;
  font-weight: 800;
  color: #333333;
  line-height: 1;
}

a.btn,
a.btn1 {
  display: inline-block;
  width: 163px;
  height: 39px;
  border: 2px solid #E60013;
  font-size: 16px;
  font-weight: 500;
  color: #E60013;
  line-height: 36px;
  text-align: center;
  transition: all .3s;
}

a.btn:hover {
  background-color: #E60013;
  color: #fff;
}

a.btn1 {
  background-color: #E60013;
  color: #fff;
}

.index1 {
  position: relative;
  margin-top: 92px;
}

.index1 .conBox {
  display: flex;
}

.index1 .left {
  padding-bottom: 132px;
}

.index1 .left .title {
  margin: 48px 0;
}

.index1 .left .tabs {
  display: flex;
  flex-direction: column;
}

.index1 .tabs .tab {
  display: flex;
  align-items: center;
  position: relative;
  width: 85%;
  height: 105px;
  background: #FFFFFF;
  border: 1px solid #CBCBCB;
  padding: 0 20px 0 24px;
  cursor: pointer;
}

.index1 .tab:first-child:after {
  position: absolute;
  content: '';
  height: 50%;
  width: 11px;
  background: #333333;
  left: -4px;
}

.index1 .tab span {
  font-size: 22px;
  font-weight: 500;
  color: #333333;
  line-height: 30px;
}

.index1 .tab.on {
  background-color: #e91c2d;
  color: #fff;
  border-color: #e91c2d;
}

.index1 .tab.on span {
  color: #fff;
}

.index1 .img {
  position: absolute;
}

.index1 .conBox::before {
  position: absolute;
  left: 0;
  bottom: 11%;
  content: 'Solutions';
  font-family: Montserrat-Bold;
  color: rgba(242, 242, 242, 0.59);
  font-size: 233px;
  font-weight: bold;
}

.index1 .right .box,
.index1 .boxs .box {
  display: none;
}

.index1 .right .box.on,
.index1 .boxs .box.on {
  display: block;
}

.index1 .right img {
  border-radius: 8% 0 0 40%;
}

.index1 .right p {
  position: absolute;
  right: 0;
  left: 45%;
  top: 72%;
  font-size: 30px;
  font-weight: 800;
  color: #E60013;
  line-height: 30px;
  text-align: center;
}

.index1 .text {
  font-size: 16px;
  font-weight: 500;
  color: #2F2F2F;
  line-height: 24px;
  margin-bottom: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  word-break: break-all;
}

.index1 .more {
  display: flex;
  justify-content: flex-end;
}

.index2 {
  position: relative;
  margin: 80px 0 100px;
}

.index2 .conBox {
  display: flex;
  align-items: center;
}

.index2 .conBox::before {
  position: absolute;
  top: 0;
  right: 5%;
  content: 'About Us';
  color: rgba(242, 242, 242, 0.59);
  font-size: 156px;
  font-weight: bold;
  line-height: 0.7;
}

.index2 .conBox .content {
  position: relative;
  width: 57.9%;
  height: 846px;
  background: #FFFFFF;
  box-shadow: -14px 14px 16px 0px rgba(55,55,55,0.2000), 14px 2px 16px 0px rgba(55,55,55,0.2000);
  border-top: 14px solid #E60013;
  z-index: 1;
}

.index2 .conBox .content::after {
  content: '';
  position: absolute;
  background-color: #fff;
  box-shadow: -14px 14px 16px 0px rgba(55,55,55,0.2000);
  border-top: 14px solid #E60013;
  width: 100%;
  height: 846px;
  right: 100%;
  top: -14px;
  bottom: 0;
}

.index2 .content {
  padding-right: 32px;
}

.index2 .img {
  position: absolute;
  right: 0;
}

.index2 .content h2 {
  padding: 104px 0 82px;
}

.index2 .content p {
  font-weight: 500;
  color: #2F2F2F;
  line-height: 24px;
  font-size: 16px;
}

.index2 .content p + p {
  margin-top: 32px;
}

.index2 .btn {
  margin-top: 34px;
}

.index2 .nums {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;

  font-size: 16px;
  font-weight: 500;
  color: #333333;
}

.index2 .item {
  display: flex;
  flex-direction: column;
  min-width: 18%;
}

.index2 .num {
  font-size: 48px;
  font-weight: 800;
  color: #E60013;
  line-height: 1;
}

.index2 .num em {
  font-size: 16px;
}

.index2 .item p{
  text-align: center;
  margin-top: 28px;
}

.index3 {
  position: relative;
  background: url("/public/static/images/home/en-us/index3Bg.png") no-repeat center;
  display: flex;
}

.index3 .conBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 55.72%;
  color: #fff;
}

.index3 .content h2 {
  position: relative;
  color: #fff;
  text-align: left;
  margin-bottom: 34px;
}

.index3 .content h2::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: 'Service&Advantages';
  color: rgba(255, 255, 255, 0.05);
  font-size: 139px;
  font-weight: bold;
  line-height: 0.7;
}

.index3 .content .items {
  display: flex;
  align-items: center;
  height: 367px;
}

.index3 .content .item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 270px;
  background: #202020;
  color: #fff;
  padding: 0 17px;
  height: 207px;
  cursor: pointer;
  transition: all .3s;
}

.index3 .content .item:nth-child(2)::after,
.index3 .content .item:nth-child(2)::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 1px;
  height: 117px;
  background-color: rgba(255, 255, 255, 0.55);
  transform: translateY(-50%);
}

.index3 .content .item:nth-child(2)::before {
  right: 0;
  left: auto;
}

.index3 .content .item p {
  display: none;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 22px;
}

.index3 .content .item h3 {
  font-size: 24px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 28px;
  text-align: center;
  margin-top: 18px;
}

.index3 .btn {
  margin-top: 16px;
}

.index3 .item.on {
  height: 100%;
}

.index3 .item.on p {
  display: block;
}

.index3 .item.on h3 {
  margin-bottom: 34px;
}

.index3 .imgs {
  flex:1;
  z-index:1;
}

.index3 .imgs .img {
  display: none;
}

.index3 .imgs .img.on {
  display: block;
}

.index4 .container_1400 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.index4 h2 {
  padding: 78px 0 35px;
}

.index4 .items {
  display: grid;
  grid-template-columns: repeat(3, 31.28%);
  gap: 60px;
  margin-bottom: 26px;
}

.index4 .item {
  transition: all .3s;
  padding: 30px 15px;
}

.index4 .item:hover {
  box-shadow: 0px 9px 18px 0px rgba(55,55,55,0.4700);
}

.index4 .item:hover h3,
.index4 .item:hover .more {
  color: #E60013;
}

.index4 .item:hover .more {
  text-decoration: underline;
}

.index4 .item:hover p {
  color: #333333;
}

.index4 .item h3 {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  padding: 27px 0 20px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.index4 .item p {
  font-size: 16px;
  font-weight: 500;
  color: #999999;
  line-height: 24px;
  margin-bottom: 40px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.index4 .item .more {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
}

.imgContent {
  position: relative;
}

.img {
  overflow: hidden;
}

.img img {
  transition: all 0.3s;
}

.imgContent .text {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.imgContent h1 {
  font-weight: bold;
  color: #fff;
  font-size: 52px;
  text-shadow: 2px 2px 9px rgba(41,41,41,0.8900);
  margin-bottom: 100px;
}

.app1 .container_1400 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.app1 h2 {
  text-align: center;
  padding: 30px 0 22px;
}

.app1 p.desc {
  font-size: 20px;
  font-weight: bold;
  color: #E60013;
  line-height: 30px;
  margin-bottom: 40px;
}

.app1 p {
  font-size: 18px;
  color: #2F2F2F;
  font-weight: 500;
  margin-bottom: 36px;
  text-align: center;
}

.app2 {
  margin-top: 80px;
}

.app2 h2 {
  margin-bottom: 10px;
  text-align: center;
}

.app2 .title-head {
  height: 50px;
  line-height: 50px;
  background: #E60013;
  font-size: 24px;
  font-weight: 800;
  color: #FFFFFF;
  padding-left: 25px;
}

.app2 h4 {
  font-size: 20px;
  font-weight: 800;
  color: #E60013;
  line-height: 30px;
  margin: 20px 0 15px;
}

.app2 p {
  font-size: 16px;
  font-weight: 500;
  color: #2F2F2F;
  line-height: 24px;
}

.app2 p + p {
  margin-top: 34px;
}

.app2 .items {
  display: flex;
  justify-content: space-between;
  margin: 20px 0 36px;
}

.app2 .items .item p {
  text-align: center;
  padding: 16px 0;
}

.app2 .items1 .content ,
.app2 .items2 .content,
.app2 .items3 .content {
  width: 50%;
}

.app2 .items1 .img,
.app2 .items2 .img,
.app2 .items3 .img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 398px;
  width: 48%;
  background: #F8F8F8;
  /* padding: 0 10px; */
}

.app2 .items1 h4 {
  margin-bottom: 14px;
}

.app2 .img1 {
  padding: 24px 25px;
  background: #F8F8F8;
  margin-top: 16px;
}


.app2 .items2 {
  flex-direction: row-reverse;
  margin: 52px 0 52px;
}

.app2 .items2 h4 {
  margin-top: 0;
}

.app2 .items3 {
  display: flex;
  flex-direction: column;
}

.app2 .items3 .item {
  display: flex;
  justify-content: space-between;
  margin: 20px 0 36px;
}

.app2 .items3 .item p {
  text-align: left;
}

.app2 .items3 .item:nth-child(2n) {
  flex-direction: row-reverse;
}

.app3 {
  margin: 67px 0 55px;
}

.app3 h2 {
  text-align: center;
}

.app3 .items {
  display: grid;
  grid-template-columns: repeat(3, 32.6%);
  gap: 34px;
  margin-top: 22px;
}

.app3 .item {
  position: relative;
  transition: all .3s;
}

.app3 .item .text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  color: #FFFFFF;
  opacity: 0;
}

.app3 .item:hover {
  box-shadow: 0px 7px 8px 0px rgba(0,0,0,0.2900);
}

.app3 .item:hover .text {
  opacity: 1;
}




.B_industrial_storage_box{
  width: 100%;
  height: auto;
  padding-top: 33px;
}
.B_industrial_storage_info_box{width: 72.4%;height: auto;margin: 0px auto;}
.B_industrial_storage_info_box h2{text-align: center;}
.B_industrial_storage_info_box p{font-size: 18px;color: #2F2F2F;line-height: 30px;margin-top: 12px;text-align: center;}
.B_industrial_storage_ul{width: 100%;height: auto;padding: 35px 44px;background: #e60013;display: flex;justify-content: space-between;flex-wrap: wrap;margin-top: 50px;}
.B_industrial_storage_ul li{width: 49%;height: auto;font-size: 24px;color: #FFFFFF;line-height: 48px;text-align: center;font-weight: 600;}
.B_industrial_storage_info_img{width: 100%;height: auto;margin-top: 25px;}
.B_industrial_storage_info_img img{width: 100%;height: auto;display: block;}
.B_industrial_application_box{width: 100%;height: auto;padding: 60px 0px;background: #f2f2f2;}
.B_industrial_application_box h2{text-align: center;}
.B_industrial_application_ul{width: 100%;height: auto;display: flex;justify-content: space-between;flex-wrap: wrap;margin-top: 35px;}
.B_industrial_application_ul li{width: 32%;height: auto;position: relative;margin-top: 15px;}
.B_industrial_application_ul li img{width: 100%;height: auto;display: block;}
.B_industrial_application_ul li h4{position: absolute;left: 0;bottom: 36px;text-align: center;font-size: 20px;color: #FFFFFF;display: block;width: 100%;font-weight: 600;}
.B_industrial_application_ul li:nth-last-of-type(1),.B_industrial_application_ul li:nth-last-of-type(2){width: 49%;}
.B_industrial_content{width: 100%;height: auto;}
.B_industrial_content_title{width: 100%;height: 50px;padding: 0 26px;display: flex;justify-content: flex-start;align-items: center;background: #e60013;margin-top: 35px;}
.B_industrial_content_title h4{font-size: 24px;color: #FFFFFF;font-weight: 600;}
.B_industrial_content_first{width: 100%;height: auto;}
.B_industrial_content_first_top{width: 100%;height: auto;font-size: 16px;color: #2F2F2F;line-height: 30px;margin-top: 19px;padding-bottom: 19px;border-bottom: 1px solid rgb(0,0,0,0.1);}
.B_industrial_content_first_center{width: 100%;height: auto;display: flex;justify-content: space-between;flex-wrap: wrap;padding: 19px 0;border-bottom: 1px solid rgb(0,0,0,0.1);align-items: center;}
.B_industrial_content_first_center_left{width: 29.2%;height: auto;}
.B_industrial_content_first_center_left h4{font-size: 20px;color: #E60013;font-weight: 600;}
.B_industrial_content_first_center_left p{font-size: 16px;color: #2F2F2F;line-height: 30px;margin-top: 10px;}
.B_industrial_content_first_center_right{width: 66.7%;height: auto;display: flex;justify-content: space-between;}
.B_industrial_content_first_center_right img{display: block;}
.B_industrial_content_first_center_right img:nth-of-type(1){aspect-ratio: 442/380;width: 47.3%;}
.B_industrial_content_first_center_right img:nth-of-type(2){aspect-ratio: 472/380;width: 50.5%;}
.B_industrial_content_first_right{width: 100%;height: auto;padding-top: 19px;}
.B_industrial_content_first_right p{font-size: 16px;color: #2F2F2F;line-height: 30px;margin-top: 10px;}
.B_industrial_content_first_right img{display: block;max-width: 100%;margin-top: 20px;}
.B_industrial_content_second_content{width: 100%;height: auto;}
.B_industrial_content_second_content_top{width: 100%;height: auto;display: flex;justify-content: space-between;align-items: center;margin-top: 26px;}
.B_industrial_content_second_content_top_left{width: 58.2%;height: auto;}
.B_industrial_content_second_content_top_left img{width: 100%;height: auto;display: block;}
.B_industrial_content_second_content_top_right{width: 39.4%;height: auto;font-size: 16px;color: #2F2F2F;line-height: 30px;}
.B_industrial_content_second_content_top_right p{margin-top: 10px;}
.B_industrial_content_second_content_top_right p:nth-of-type(1){margin-top: 0;}
.B_industrial_content_second_content_center{width: 100%;height: auto;margin-top: 35px;padding-bottom: 19px;border-bottom: 1px solid rgb(0,0,0,0.1);}
.B_industrial_content_second_content_center h4{font-size: 20px;color: #E60013;font-weight: 600;}
.B_industrial_content_second_content_center p{font-size: 16px;color: #2F2F2F;line-height: 30px;margin-top: 10px;}
.B_industrial_content_second_bottom{width: 100%;height: auto;}
.B_industrial_content_second_bottom li{width: 100%;height: auto;display: flex;justify-content: space-between;flex-wrap: wrap;align-items: center;margin-top: 35px;}
.B_industrial_content_second_bottom_left{width: 27.8%;height: auto;}
.B_industrial_content_second_bottom_left img{width: 100%;height: auto;display: block;}
.B_industrial_content_second_bottom_right{width: 68.3%;height: auto;}
.B_industrial_content_second_bottom_right h4{font-size: 24px;color: #E60013;font-weight: 700;}
.B_industrial_content_second_bottom_right p{font-size: 16px;color: #3b3b3b;line-height: 30px;margin-top: 10px;}
.B_industrial_content_third_box{width: 100%;height: auto;margin-top: 30px;}
.B_industrial_content_third_box{font-size: 16px;color: #2f2f2f;line-height: 30px;margin-top: 20px;}
.B_industrial_content_third_box p{margin-top: 15px;}
.B_industrial_case_box{width: 100%;height: auto;padding: 58px 0;position: relative;}
.B_industrial_case_title{font-size: 24px;color: #3B3B3B;font-weight: 700;}
.B_industrial_case_title h4{font-weight: 700;}
.B_industrial_case_sw{width: 100%;height: auto;margin-top: 28px;}
.B_industrial_case_sw img{width: 100%;height: auto;display: block;}
.B_industrial_case_sw h4{font-size: 18px;color: #3B3B3B;text-align: center;font-weight: 600;margin-top: 20px;}
.B_industrial_case_right,.B_industrial_case_left{font-size: 36px;color: #3B3B3B;opacity: 0.4;}
.B_industrial_case_right:after,.B_industrial_case_left:after{display: none;}
.B_industrial_case_right{right: -36px !important;}
.B_industrial_case_left{left: -36px !important;}
.B_industrial_case_right:hover,.B_industrial_case_left:hover{color: #e60013;opacity: 1;}
@media (max-width: 1400px) {
  .B_industrial_storage_ul li{line-height: 36px;}
}
@media (max-width: 1200px) {
  .B_industrial_content_title h4{font-size: 18px;}
  .B_industrial_content_first_center{flex-direction: column-reverse;}
  .B_industrial_content_first_center_left{width: 100%;margin-top: 30px;}
  .B_industrial_content_first_center_right{width: 100%;}
  .B_industrial_content_second_content_top{flex-wrap: wrap;}
  .B_industrial_content_second_content_top_left{width: 100%;}
  .B_industrial_content_second_content_top_right{width: 100%;margin-top: 30px;}
  .B_industrial_content_second_bottom li{flex-direction: column;}
  .B_industrial_content_second_bottom_left{width: 100%;}
  .B_industrial_content_second_bottom_right{width: 100%;margin-top: 30px;}
}
@media (max-width: 768px) {
  .B_industrial_storage_info_box{
    width: 100%;
  }
  .B_industrial_storage_info_box h2{
    font-size: 4.8vw;
  }
  .B_industrial_storage_info_box p{
    font-size: 3.6vw;
    line-height: 5.8vw;
  }
  .B_industrial_storage_ul{
    margin-top: 5.8vw;
    padding: 4%;
  }
  .B_industrial_storage_ul li{
    font-size: 3.6vw;
    line-height: 5.8vw;
    margin-top: 3.8vw;
  }
  .B_industrial_storage_ul li:nth-of-type(1),.B_industrial_storage_ul li:nth-of-type(2){
    margin-top: 0;
  }
  .B_industrial_application_box{
    padding: 8vw 0;
  }
  .B_industrial_application_box h2{
    font-size: 4.8vw;
  }
  .B_industrial_application_ul li{
    width: 100%;
  }
  .B_industrial_application_ul li h4{font-size: 4.2vw;}
  .B_industrial_application_ul li:nth-last-of-type(1), .B_industrial_application_ul li:nth-last-of-type(2){
    width: 100%;
  }
  .B_industrial_content_title h4{font-size: 3.6vw;}
  .B_industrial_content_title{
    height: auto;
    padding: 1.8vw 4%;
  }
  .B_industrial_content_first_top{
    font-size: 3.6vw;
    line-height: 5.8vw;
  }
  .B_industrial_content_first_center_left h4{
    font-size: 4.2vw;
  }
  .B_industrial_content_first_center_left p{
    font-size: 3.6vw;
    line-height: 5.8vw;
  }
  .B_industrial_content_first_right p{
    font-size: 3.6vw;
    line-height: 5.8vw;
  }
  .B_industrial_content_second_content_top_right{
    font-size: 3.6vw;
    line-height: 5.8vw;
  }
  .B_industrial_content_second_content_center h4{
    font-size: 4.2vw;
  }
  .B_industrial_content_second_bottom_right h4{font-size: 4.2vw;}
  .B_industrial_content_second_bottom_right p{
    font-size: 3.6vw;
    line-height: 5.8vw;
  }
  .B_industrial_case_box{
    padding: 8vw 0;
  }
  .B_industrial_case_sw h4{
    font-size: 3.6vw;
  }
}
.prod {
  background: #F2F2F2;
  padding: 50px 0 45px;
}

.prod h2 {
  text-align: center;
}

.prod .item {
  width: 431px;
  background: #FFFFFF;
  margin: 25px;
  transition: all .3s;
}

.prod .item img {
  height: 326px;
}

.prod .item:hover {
  box-shadow: 0px 0px 14px 2px rgba(9,0,2,0.1900);
}

.prod .item p {
  font-size: 20px;
  font-weight: 600;
  color: #333333;
  line-height: 24px;
  text-align: center;
  margin: 16px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
  overflow: hidden;
}

.prod .slick-prev:after,
.cap3 .slick-prev:after,
.project-slick .slick-prev:after {
  content: "\e653";
  font-family: "iconfont", sans-serif;
  color: rgba(51, 51, 51, 0.3);
  font-size: 32px;
  width: 22px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: bold;
}

.prod .slick-next:after,
.project-slick .slick-next:after,
.cap3 .slick-next:after  {
  content: "\e775";
  font-family: "iconfont", sans-serif;
  color: rgba(51, 51, 51, 0.3);
  font-size: 32px;
  width: 22px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: bold;
}

.prod .slick-next,
.cap3 .slick-next,
.project-slick .slick-next {
  background: transparent;
  right: -40px;
  width: 22px;
  height: 28px;
}

.prod .slick-prev,
.project-slick .slick-prev,
.cap3 .slick-prev {
  background: transparent;
  left: -40px;
  width: 22px;
  height: 28px;
}

.prod .slick-next:hover::after,
.prod .slick-prev:hover:after,
.cap3 .slick-next:hover::after,
.cap3 .slick-prev:hover:after,
.project-slick .slick-next:hover::after,
.project-slick .slick-prev:hover:after {
  color: #E60013;
}

.prod5 .swiper-button-next, 
.prod5 .swiper-button-prev,
.prod6 .swiper-button-next, 
.prod6 .swiper-button-prev {
  color: #E60013;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 0;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 0;
}

.contact p {
  font-size: 40px;
  font-weight: 800;
  color: #FFFFFF;
  line-height: 55px;
  text-shadow: 2px 2px 9px rgba(41,41,41,0.8900);
  text-align: center;
  margin-bottom: 100px;
}

.contact h1 {
  margin-bottom: 0;
}

.contact1 {
  position: relative;
  margin-top: -100px;
  z-index: 1;
}

.contact1 p{
  background: #FFFFFF;
  box-shadow: 0px 7px 23px 1px rgba(0,0,0,0.2900);
  border-radius: 95px;
  padding: 48px 48px 63px 93px;

  font-size: 18px;
  font-weight: 500;
  color: #333333;
  line-height: 30px;
}

.contact2 .items {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 55px 0 72px;
}

.contact2 .item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact2 .item .img {
  margin-bottom: 30px;
}

.contact2 .item p {
  font-size: 18px;
  font-weight: 500;
  color: #151515;
  line-height: 26px;
  text-align: center;
}

.contact3 {
  margin-bottom: 100px;
}

.contact3 h2 {
  text-align: center;
  font-size: 36px;
  margin-bottom: 30px;
}

.contact3 .contactForm .info {
  width: 100%;
  position: relative;
  display: inline-block;
  margin-bottom: 22px;
}

.contactForm form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 48px;
}

.contact3 .contactForm .info textarea {
  width: 100%;
  height: 100px;
  padding: 5px 10px;
  resize: none;
  border: 1px solid #ffffff;
  font-size: 16px;
  color: #2c2c2c;
  border-color: #A9A9A9;
  background: #ffffff;
}

.contact3 .contactForm .info input[type="submit"] {
  display: block;
  margin: auto;
  margin-top: 8px;
  width: 164px;
  height: 45px;
  background: #E60013;
  border: 0;
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  letter-spacing: 3px;
  cursor: pointer;
  transition: all .3s;
}

.contact3 .contactForm .info.w50 {
  width: 49.2%;
}

.contact3 .contactForm .info .label_control {
  position: absolute;
  left: 10px;
  top: 0;
  line-height: 50px;
  font-size: 16px;
  font-weight: 400;
  color: #999999;
}

.contact3 .contactForm .info .tips {
  position: absolute;
  top: 0;
  right: 10px;
  line-height: 50px;
  color: #ff0000;
}

.contact3 .contactForm .info input[type="text"],
.contact3 .contactForm .info select  {
  width: 100%;
  height: 50px;
  padding: 0 10px;
  font-size: 16px;
  border: 1px solid #A9A9A9;
  background: #ffffff;
  color: #2c2c2c;
}

.profile1 {
  margin: 40px 0 60px;
}

.profile1 .conBox{
  display: flex;
  justify-content: center;
  align-items: center;
}

.profile1 h2 {
  margin-bottom: 34px;
}

.profile1 .right {
  width: 40%;
  height: 782px;
  background: #FFFFFF;
  box-shadow: 2px 2px 24px 0px rgba(41,41,41,0.3100);
  border-top: 8px solid #E60013;
  padding: 60px 40px;
}

.profile1 .right p {
  font-size: 16px;
  font-weight: 400;
  color: #2c2c2c;
  line-height: 24px;
}

.profile1 .right p + p {
  margin-top: 30px;
}

.profile1 .right p strong {
  font-size: 30px;
  color: #E60013;
  font-weight: bold;
}

.profile1 .right .nums {
  display: grid;
  grid-template-columns: repeat(2, 186px);
  justify-content: space-between;
  row-gap: 28px;
  margin-top: 40px;
}

.profile1 .num {
  font-size: 48px;
  font-weight: 800;
  color: #E60013;
  line-height: 1;
  margin-bottom: 20px;
}

.profile1 .num em {
  font-size: 16px;
  margin-left: 16px;
}

.profile1 .item p {
  color: #333333;
}

.profile2 {
  padding-bottom: 58px;
  background: url("/public/static/images/home/en-us/profile2Bg.png") no-repeat center;
}

.profile2 h2 {
  margin-top: 52px;
  padding: 46px 0 50px;
}

.profile2 .historyYearSlickBox {
  position: relative;
  margin-top: -22px;
}

.profile2 .historyYearSlickBox:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background: #666666;
  top: 10px;
}

.profile2 .historyYearSlick a {
  display: block;
  padding-bottom: 40px;
  position: relative;
}

.profile2 .historyYearSlick span {
  font-size: 18px;
  color: #272727;
  line-height: 1;
  text-align: center;
  display: block;
  height: 60px;
  padding-top: 20px;
  margin-bottom: 10px;
  position: relative;
}

.profile2 .historyYearSlick span:after {
  position: absolute;
  content: '';
  width: 11px;
  height: 11px;
  background: #666;
  top: 6px;
  left: 50%;
  margin-left: -5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.profile2 .historyYearSlick a:before {
  position: absolute;
  content: '';
  width: 27px;
  height: 27px;
  background: rgba(0,0,0,.4);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  bottom: 7px;
  left: 50%;
  margin-left: -13px;
  display: none;
  animation-name: example;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

.profile2 .historyYearSlick a:after {
  position: absolute;
  content: '';
  width: 39px;
  height: 39px;
  background: rgba(0,0,0,.4);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  bottom: 1px;
  left: 50%;
  margin-left: -19px;
  display: none;
  animation-name: example;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

.profile2 .historyYearSlick span:before {
  position: absolute;
  content: '';
  bottom: -16px;
  left: 50%;
  margin-left: -6px;
  display: none;
  border-top: 12px solid #E60013;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}

.profile2 .historyYearSlick .slick-current a:before, 
.profile2 .historyYearSlick .slick-current a:after {
  display: block;
}

.profile2 .historyYearSlick .slick-current span:before {
  display: block;
}

.profile2 .historyYearSlick .slick-current span {
  font-size: 36px;
  font-weight: 700;
  padding-top: 25px;
  color:#E60013;
}

.profile2 .historyYearSlick .slick-current span:after {
  background-color: #E60013;
}

.profile2 .historyTextSlick .textBox {
  padding-top: 24px;
  height: 104px;
  position: relative;
  /* margin-bottom: 35px; */
}

.profile2 .historyTextSlick .textBox span {
  position: absolute;
  top: 0;
  line-height: 1;
  text-align: center;
  width: 100%;
  font-size: 122px;
  font-weight: 700;
  color: rgba(90, 187, 189, 0.1)
}

.profile2 .content .item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.profile2 .content .item p {
  width: 50%;
  color: #2F2F2F;
  font-size: 16px;
  font-weight: 500;
  color: #2F2F2F;
  line-height: 24px;
  margin-bottom: 18px;
}

.historyYearSlick .slick-prev,
.historyYearSlick .slick-next {
  background: transparent;
  top: 0px;
  transform: translateY(11px);
}

.historyYearSlick .slick-prev:after,
.historyYearSlick .slick-next:after {
  /*position: absolute;*/
  font-size: 45px;
  font-family: "iconfont", Poppins;
  text-align: center;
  transition: all 0.5s;
  font-weight: 500;
  color: #999999;
}

.historyYearSlick .slick-prev:after {
  content: "\e7ad";
}

.historyYearSlick .slick-next:after {
  content: "\e7ae";
}

.historyYearSlick .slick-prev:hover::after,
.historyYearSlick .slick-next:hover::after  {
  color: #E60013!important;
}

.profile2 h2,
.profile3 h2,
.profile4 h2,
.cap1 h2,
.cap2 h2,
.cap3 h2,
.cap4 h2 {
  text-align: center;
}

.profile3 h2{
  padding: 44px 0 20px;
}

.profile3 p {
  font-size: 16px;
  font-weight: 500;
  color: #2F2F2F;
  line-height: 24px;
}

.profile3 p.desc {
  margin-bottom: 30px;
}

.profile3 h3 {
  font-size: 24px;
  font-weight: bold;
  color: #E60013;
  line-height: 24px;
}

.profile3 .items {
  display: grid;
  grid-template-columns: repeat(2, 49.5%);
  gap: 14px;
  margin: 10px 0 45px;
}

.profile3 .item {
  position: relative;
  transition: all .3s;
}

.profile3 .item:hover .text {
  top: 0;
  height: auto;
}

.profile3 .item:hover .text p {
  display: block;
}

.profile3 .item .text {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.42);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 44px;
  top: auto;
  transition: all .3s;
}

.profile3 .item .text p {
  width: 86%;
  color: #fff;
  margin-top: 40px;
  display: none;
}

.profile3 .item .text .title {
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 44px;
  text-align: center;
  height: 44px;
}

.profile3 .items1 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 69px;
}

.profile3 .items1 .content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 36px;
}

.profile3 .items1 h4 {
  font-size: 18px;
  font-weight: bold;
  color: #E60013;
  line-height: 24px;
}

.profile3 .items1 p {
  font-size: 16px;
/*   font-weight: bold; */
  color: #2F2F2F;
  line-height: 24px;
  margin: 20px 0;
}

.profile3 .items1 p:last-child {
  margin-bottom: 0;
}

.profile3 .items1 h3 {
  margin-bottom: 10px;
}

.profile3 .items1 .imgs .img:first-child {
  margin-bottom: 16px;
}

.profile4 {
  background: #F8F8F8;
  padding: 50px 0 67px;
}

.profile4 .conBox {
  display: flex;
  margin: 33px 0;
}

.profile4 .conBox >.img:hover img{
  transform: scale(1.1);
}

.profile4 .conBox .content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 33px;
}

.profile4 .conBox .content .item {
  display: flex;
}

.profile4 .content .item + .item {
  margin-top: 30px;
}

.profile4 .content .item .text {
  flex: 1;
  margin-left: 18px;
}

.profile4 .content .title {
  font-size: 18px;
  font-weight: bold;
  color: #E60013;
  line-height: 1;
  margin-bottom: 6px;
}

.profile4 .content p {
  font-size: 16px;
  font-weight: 500;
  color: #2f2f2f;
  line-height: 24px;
}

.profile4 .content .img {
  width: 32px;
}

.profile4 h4 {
  font-size: 18px;
  font-weight: bold;
  color: #E60013;
  line-height: 24px;
  margin-bottom: 10px;
}

.profile4 .items {
  display: grid;
  grid-template-columns: repeat(3, 32.85%);
  gap: 16px 13px;
}

.profile4 .items .item {
  position: relative;
}

.profile4 .items .item:hover img{
  transform: scale(1.2);
}

.profile4 .items .item p {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 46px;
  line-height: 46px;
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
}

.bg {
  background-color: #F7F7F7;
}

.cap1 {
  padding: 30px 0 96px;
}

.cap1 h2 {
  margin-bottom: 50px;
}

.cap1 .items {
  display: grid;
  grid-template-columns: repeat(2, 48.9%);
  gap: 23px 30px;
}

.cap1 .item .img:hover img {
  transform: scale(1.1);
}

.cap1 .item .text{
  background-color: #fff;
  padding: 30px 41px 50px 32px;
}

.cap1 .item p {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  line-height: 26px;
}

.cap2 {
  padding: 36px 0 50px;
}

.cap2 .container_1400 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cap2 h2 {
  margin-bottom: 38px;
}

.cap2 .items {
  display: grid;
  grid-template-columns: repeat(3, 32.57%);
  gap: 16px 18px;
}

.cap2 .item {
  position: relative;
}

.cap2 .item:hover .text {
  opacity: 1;
}

.cap2 .item .text {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0,0,0,0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all .3s;
}

.cap2 .item p {
  font-size: 18px;
  font-weight: 600;
  color: #FFFFFF;
}

.cap2 .btn {
  margin-top: 30px;
}

.cap3 {
  padding: 48px 0 65px;
  background: url("/public/static/images/home/en-us/capabilities3Bg.png") no-repeat center;
}

.cap3 h2 {
  margin-bottom: 22px;
}

.cap3 .cap3-slick .item {
  padding: 0 10px;
}

.cap3 .cap3-slick .item .text {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cap3 .item p {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  line-height: 28px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.cap3 .item a.tpCBox {
  font-weight: 600;
  color: rgba(51, 51, 51, 0.4);
  line-height: 26px;
  text-decoration: underline;
  text-align: center;
}

.cap3 .item a.tpCBox:hover {
  color:#4173C4;
}

.cap4 {
  padding-top: 46px;
}

.cap4 h2 {
  margin-bottom: 30px;
}

.cap4 .imgs {
  display: grid;
  grid-template-columns: repeat(3, 32.57%);
  gap: 16px;
}

.cap4 .img:hover img {
  transform: scale(1.2);
}

.projects-box {
  margin-top: 46px;
  min-height: 80vh;
}

.projects-box .submenu_wrap h2 {
  padding-left: 20px;
  position: relative;
  font-size: 20px;
  font-family: Montserrat-Bold;
  font-weight: bold;
  color: #2c2c2c;
  letter-spacing: 0;
  padding-bottom: 20px;
  border-bottom: 7px solid #E60013;
  margin-bottom: 12px;
}

.projects-box .submenu_wrap h2::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 3px solid #E60013;
  margin-right: 10px;
}

.projects-box ul.submenu_wrap_ul > li {
  position: relative;
  color: #ffffff;
  font-size: 18px;
  margin-top: 12px;
}

.projects-box .submenu_wrap_ul li.active > a {
  background-color: #E60013;
}

.projects-box ul.submenu_wrap_ul li a {
  display: block;
  padding: 0 16px;
  height: 48px;
  line-height: 48px;
}

.projects-box .submenu_wrap ul li span.li_click, 
.projects-box .submenu_wrap_ul .submenu_ul span.sec_click {
  position: absolute;
  height: 10px;
  width: 18px;
  display: block;
  left: auto;
  right: 18px;
  top: 12px;
  z-index: 10;
  font-size: 24px;
  cursor: pointer;
}

.projects-box .submenu_ul {
  color: #333;
}

.projects-box ul.submenu_wrap_ul li a {
  display: block;
  padding: 0 16px;
  height: 48px;
  line-height: 48px;
  padding-left: 48px;
}

.projects-box ul.submenu_ul li a {
  background: #fff;
  border-bottom: 1px dashed #E5E5E5;
}

.container {
  width: 1440px;
}

.projects-box .text h3{
  font-size: 20px;
  font-weight: 600;
  color: #E60013;
  line-height: 1;
  margin: 40px 0 60px;
}

.projects-box .text .items {
  display: grid;
  grid-template-columns: repeat(3, 32.57%);
  gap: 40px 22px;
}

.projects-box .item p {
  font-size: 16px;
  font-family: Montserrat;
  color: #333;
  font-weight: 500;
  line-height: 26px;
  padding: 18px 10px;
}

.projects-box .text {
  margin-left: 100px;
  /* margin-bottom: 210px; */
}

.projects-box .item p strong {
  font-weight: bold;
  color: #E60013;
}

.projects-box .item:hover {
  box-shadow: 0px 0px 14px 2px rgb(9 0 2 / 19%);
}

.prod-items .item {
  background: #FFFFFF;
  margin: 10px;
  margin-left: 0;
  transition: all .3s;
}

.prod-items .item p {
  font-size: 20px;
  font-weight: 600;
  color: #333333;
  line-height: 24px;
  text-align: center;
  padding: 16px 0;
}

.technology h2 {
  margin: 40px 0 20px;
}

.technology p.desc {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  line-height: 26px;
  margin-bottom: 70px;
}

.technology .wrap {
  margin-bottom: 100px;
}

.technology .wrap + .wrap {
  margin-top: 66px;
}

.technology .wrap:last-child {
  margin-bottom: 0;
}

.technology .wrap h3{
  position: relative;
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  line-height: 24px;
  margin-bottom: 33px;
}

.technology .wrap h3::after {
  position: absolute;
  bottom: -15px;
  left: 0;
  content: "";
  width: 421px;
  height: 3px;
  background: #D2D2D2;
}

.technology .wrap .items {
  display: grid;
  grid-template-columns: repeat(3, 32.14%);
  gap: 25px;
}

.technology .wrap .item h4 {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  line-height: 24px;
  margin: 24px 0 10px;
}

.technology .wrap .item p {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  line-height: 26px;
}

.technology .wrap .item .img:hover img {
  transform: scale(1.2);
}

.service1 h3 {
  font-size: 36px;
  font-weight: 800;
  color: #333333;
  line-height: 30px;
  border-bottom: 2px solid #E7E7E7;
  padding: 40px 0 14px;
}

.service1 h4 {
  font-size: 30px;
  font-weight: 500;
  color: #333333;
  line-height: 30px;
}

.service1 h4.title {
  padding: 20px 0 98px;
}

.service1 .content {
  padding: 0 109px 0 42px;
}

.service1 .item {
  display: flex;
  justify-content: space-between;
}

.service1 .wrap {
  position: relative;
  width: 44%;
  border-top: 2px solid #8A8482;
}

.service1 .wrap::after {
  position: absolute;
  left: 0;
  top: -5px;
  content: "";
  height: 7px;
  width: 155px;
  background: #E60013;
}

.service1 .num {
  font-size: 22px;
  font-weight: 800;
  color: #E60013;
  line-height: 30px;
  padding: 26px 0 75px;
}

.service1 .wrap h4 {
  font-size: 23px;
  font-weight: 800;
  color: #231815;
  line-height: 30px;
  margin-bottom: 10px;
}

.service1 .wrap p {
  font-size: 18px;
  font-weight: 500;
  color: #231815;
  line-height: 30px;
}

.service1 .item + .item {
  margin-top: 26px;
}

.service1 .item .img {
  position: relative;
  overflow: inherit;
}

.service1 .item .img::after{
  position: absolute;
  left: 50%;
  bottom: 0;
  content: "";
  width: 76px;
  height: 76px;
  background: url("/public/static/images/home/en-us/serviceIcon.png") no-repeat center;
  transform: translate(-50%, 60%);
  z-index: 1;
  border-radius: 50%;
}

.service1 .item:last-child .img::after {
  display: none;
}

.service2 {
  padding: 45px 0 106px
}

.service2 h2 {
  font-size: 36px;
  padding-bottom: 38px;
}


.service2 .tabs-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.tabs-list li {
  width: 100%;
  background: #ffffff;
  border: 2px solid #E60013;
  border-radius: 10px;
}

.tabs-list li+li {
  margin-top: 16px;
}

.tabs-list .tabs-head {
  height: 60px;
  background: #ffffff;
  border-bottom: 2px solid #e4e4e4;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 500;
  color: #333333;
  line-height: 60px;
  padding: 0 36px;
  background: #f2f2f2;
  cursor: pointer;
  background-image: url("/public/static/images/home/en-us/add.png");
  background-position: 98%;
  background-repeat: no-repeat;
}

.tabs-list .tabs-head.active {
  border-radius: 10px 10px 0 0;
  background-image: url("/public/static/images/home/en-us/reduce.png");
}

.tabs-list .text {
  display: none;
  overflow: hidden;
  padding: 26px 32px;
}

.tabs-list .text h3 {
  color: #E60013;
  font-weight: Bold;
  margin-bottom: 16px;
}

.tabs-list .text .content {
  margin-bottom: 40px;
}

.tabs-list p {
  font-weight: 500;
  color: #666666;
  font-size: 16px;
}

.tabs-list .text .content p+p {
  margin-top: 12px;
}

.tabs-list .text .content:last-child {
  margin-bottom: 0;
}

.service2 b {
  display: block;
  font-weight: 800;
  margin-bottom: calc(1.4em / 1.2);
  margin-top: calc((1.4em * 2) / 1.2);
}

.service2 b:first-child {
  margin-top: 0;
}

.products1 {
  padding: 36px 0 58px;
}

.products1 h2 {
  text-align: center;
  padding-bottom: 25px;
}

.products1 p {
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  line-height: 24px;
  margin-bottom: 26px;
}

.products2 {
  padding: 42px 0 78px;
}

.products2 .conBox {
  display: flex;
}

.products2 .conBox .left {
  width: 302px;
  margin-right: 85px;
}

.products2 .conBox .right {
  flex: 1;
}

.B_air_btn{
  width: 100%;
  height: 79px;
  background: #fff;
  box-shadow: 0px 0px 21px 0px  rgba(0, 0, 0, 0.11);
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  padding: 7px;
}
.B_air_btn li{
  width: 24.5%;
  height: 100%;
  font-size: 22px;
  color: #000;
  text-align: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}
.B_air_btn li:hover,
.B_air_btn li.on{
  background: #d51626;
  color: #fff;
}
.B_air_content_box{
  width: 100%;
  height: auto;
}
.B_air_content_list{
  width: 100%;
  height: auto;
  display: none;
}
.B_air_content_list_ul{
  width: 100%;
  height: auto;
}
.B_air_content_list_ul li{
  width: 100%;
  height: auto;
  margin-top: 50px;
}
.B_air_content_list_ul_content{
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  margin-top: 26px;
}
.B_air_content_list_ul_left{
  width: 33.7%;
  height: auto;
}
.B_air_content_list_ul_left img{
  width: 100%;
  height: auto;
  display: block;
}
.B_air_content_list_ul_right{
  width: 62.4%;
  height: auto;
}
.B_air_content_list_ul_right p{
  font-size: 16px;
  color: #2e2e2e;
  line-height: 25px;
  margin-top: 15px;
}
.B_air_content_list_ul_right p:nth-of-type(1){
  margin-top: 0;
}
.B_air_content_list_ul_title{
  width: 100%;
  height: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #dcdcdc;
}
.B_air_content_list_ul_title_left{
  width: 70px;
  height: auto;
  position: relative;
}
.B_air_content_list_ul_title_left img{
  width: 100%;
  height: auto;
  display: block;
}
.B_air_content_list_ul_title_left p{
  font-size: 18px;
  color: #d51626;
  font-weight: bold;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);

}
.B_air_content_list_ul_title h4{
  font-size: 22px;
  color: #2d2d2d;
  font-weight: bold;
}
.B_air_application_box{
  width: 100%;
  height: auto;
  padding: 80px 0px;
  padding-bottom: 20px;
  background: #f2f2f2;
}
.B_air_application_box h2{
  text-align: center;
}
.B_air_application_sw{
  width: 100%;
  height: auto;
  padding: 60px 0;
}
.B_air_application_sw .swiper-slide{
  width: 49.7%;
}
.B_air_application_sw_img{
  width: 100%;
  height: auto;
  background: #fff;
}
.B_air_application_sw .swiper-slide img{
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.2;
}
.B_air_application_sw .swiper-slide h4{
  font-size: 22px;
  font-weight: 700;
  color: #2d2d2d;
  text-align: center;
  margin-top: 20px;
  opacity: 0;
}
.B_air_application_sw .swiper-slide.swiper-slide-active .B_air_application_sw_img{
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.21);
}
.B_air_application_sw .swiper-slide.swiper-slide-active img{
  opacity: 1;
}
.B_air_application_sw .swiper-slide.swiper-slide-active h4{
  opacity: 1;
}
.B_air_application_sw_box{
  width: 100%;
  height: auto;
  padding: 0 5%;
  position: relative;
}

.B_air_application_sw_right,.B_air_application_sw_left{
  color: rgba(45, 45, 45, 0.5);
}
.B_air_application_sw_right:hover,.B_air_application_sw_left:hover{
  color: #d51626;
}
@media(max-width:768px){
  .B_air_btn{
    flex-wrap: wrap;
    height: auto;
  }
  .B_air_btn li{
    width: 48.5%;
    height: auto;
    padding: 3.2vw 1.8vw;
    font-size: 3.6vw;
  }
  .B_air_content_list_ul_title h4{
    font-size: 4.8vw;
  }
  .B_air_content_list_ul_content{
    flex-wrap: wrap;
  }
  .B_air_content_list_ul_left{
    width: 100%;
  }
  .B_air_content_list_ul_right{
    width: 100%;
  }
  .B_air_content_list_ul_right p:nth-of-type(1){
    margin-top: 3.6vw;
  }
  .B_air_content_list_ul_right p{
    margin-top: 3.6vw;
  }
  .B_air_content_list_ul li{
    margin-top: 5.8vw;
  }
  .B_air_application_box{
    padding: 8vw 0;
  }
  .B_air_application_sw_box{padding: 0;}
  .B_air_application_sw .swiper-slide{
    width: 100%;
  }
  .B_air_application_sw{
    padding: 8vw 0;
  }
  .B_air_application_sw .swiper-slide h4{
    font-size: 4.2vw
  }
  .B_air_application_sw .swiper-slide.swiper-slide-active .B_air_application_sw_img{
    box-shadow: none;
  }
}









.products2 .left li{
  font-size: 20px;
  font-weight: bold;
  color: #666666;
  margin-bottom: 34px;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.products2 .left li .icon {
  color: #999;
  margin-right: 10px;
  font-size: 34px;
}

.products2 .left li.on .icon{
  color: #D51626;
}

.products2 .right .tabs-list .tabs-head {
  background-color: #D51626;
  color: #fff;
  border-bottom: none;
  border-radius: 6px;
  background-image: url(/public/static/images/home/en-us/add1.png);
  background-repeat: no-repeat;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.products2 .right .tabs-list .tabs-head.active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: url(/public/static/images/home/en-us/reduce1.png);
}

.products2 .right .text {
  background-color: #F2F2F2;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 22px 17px 36px 22px;
}

.products2 .right .box {
  display: none;
}

.products2 .right .box.on {
  display: block;
}

.products2 .right .conBox {
  display: flex;
}

.products2 .right .text .content {
  flex: 1;
  margin-left: 16px;
}

.prod1 {
  margin: 34px 0 42px;
}

.prod1 h2 {
  text-align: center;
  margin-bottom: 25px;
}

.prod1 .desc p{
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  line-height: 24px;
}

.prod1 .imgs {
  display: flex;
  justify-content: space-between;
  padding: 36px 0 40px;
  border-bottom: 1px solid rgba(60, 60, 66, 0.1);
}

.prod1 .imgs .img {
  background-color: #F4F4F4;
}

.prod2 .items {
  display: flex;
  flex-direction: column;
  margin-bottom: 65px;
}

.prod2 .item {
  display: flex;
  align-items: center;
}

.prod2 .item + .item {
  margin-top: 28px;
}

.prod2 .item:nth-child(2n) {
  flex-direction: row-reverse;
}

.prod2 .item:nth-child(2n) .text {
  margin-left: 0;
  margin-right: 35px;
}

.prod2 .item .text {
  flex: 1;
  margin-left: 35px;
}

.prod2 .item h3 {
  font-size: 24px;
  font-weight: 800;
  color: #E60013;
  line-height: 24px;
  margin-bottom: 16px;
}

.prod2 .item p {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  line-height: 24px;
}

.prod2 .item .mt30 {
  margin-bottom: 30px;
}

.contentBox h3 {
  font-size: 24px;
  font-weight: 800;
  color: #E60013;
  line-height: 24px;
  margin-bottom: 25px;
}

.prod3 {
  margin-bottom: 40px;
}

.prod3 .text {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  line-height: 24px;
  margin-bottom: 28px;
}

.prod3 .imgs {
  display: grid;
  grid-template-columns: repeat(3, 32.36%);
  gap: 18px 20px;
}

.prod4 {
  margin-bottom: 60px;
}

.prod4 .content {
  display: flex;
}

.prod4 .content .left {
  width: 49.5%;
  margin-right: 12px;
}

.prod4 .content .right {
  flex: 1;
}

.prod4 td, .prod4 th {
  /* background-color: #EEEEEE; */
  border-color: #74747c;
  font-size: 14px;
  font-weight: 500;
  color: #232323;
  text-align: center;
}

.prod4 .title td, .prod4 .title th {
  background-color: #D9D9D9;
  font-weight: bold;
  /* text-align: left; */
}

.text-left {
  text-align: left!important;
}

.prod4 .empty td {
  height: 10px;
}

.prod4 thead th {
  background-color: #94949E;
  color: #000;
  font-size: 14px;
  font-weight: bold;
}

.prod4 + .slider_table {
  margin-top: 52px;
}

.prod4 .module {
  margin-top: 10px;
  width: 50%;
}

.prod4 .module tr:nth-child(4n+2) td{
  height: 48px;
  background: #3C3C42;
  color: #fff;
}

.prod4 .module tr:nth-child(4n+3) td,
.prod4 .module tr:nth-child(4n+4) td {
  background-color: #D9D9D9;
  color: #3C3C42;
}

.prod5,
.prod6 {
  position: relative;
  margin-bottom: 60px;
}

.prod5  .swiper-slide,
.prod6  .swiper-slide {
  width: 418px;
  height: 587px;
}

.prod {
  padding-bottom: 0;
}

.footerOther {
  padding-top: 70px;
}

/* add end */

@media (max-width: 1720px) {
  .index1 .left {
    padding-bottom: 60px;
  }

  .index1 .conBox::before {
    bottom: 12%;
  }

  .index3 .conBox {
    width: 56.3%;
  }
}

@media (max-width: 1620px) {
  .index3 .conBox {
    width: 56.9%;
  }
}

@media (max-width: 1450px) {
  .header .headerConBox {
    margin-left: 0;
  }

  .index1 .tabs .tab {
    height: 74px;
  }

  .index1 .right p {
    top: 70%;
  }

  .index1 .conBox::before {
    bottom: 16%;
    font-size: 190px;
  }

  .index3 .content .item {
    width: 232px;
  }

  .index3 .content .item h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  /* .header .nav_list > li:last-child {
    display: none;
  } */

  .prod .item {
    width: 374px;
    margin: 25px 20px;
  }

  .cap3 .cap3-slick .item {
    width: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: -50px;
  }

  .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: -50px;
  }

  .products2 .right .box .img {
    width: 50%;
  }

  .projects-box .text {
    margin-left: 40px;
  }
}

@media (max-width: 1220px) {
  .contactBox202006131030 .textBox h2,
  .contactBox202006131030 .title h2 {
    font-size: 30px;
  }

  .icons {
    display: none;
  }

  .langBox {
    right: 0;
  }

  .header_search_box {
    right: 50px;
  }

  .headerShare {
    display: none;
  }

  .index1 .tab span {
    font-size: 18px;
    line-height: 20px;
  }

  .index1 .tabs .tab {
    height: 70px;
  }

  .logoBox img {
    width: 86px;
  }

  .header .headerConBox {
    margin-left: 30px;
  }

  .header .nav_list > li {
    margin-left: 18px;
  }

  /* .header .nav_list > li:last-child {
    display: none;
  } */

  .headerConBox .line {
    right: 50px;
  }

  .index1 .right p {
    top: 66%;
  }

  .index1 .left {
    width: 40%;
  }

  .index1 .conBox::before {
    bottom: 21%;
    font-size: 160px;
  }

  .index2 .nums {
    margin-top: 60px;
  }

  .index2 .num {
    font-size: 30px;
  }

  .index2 .content h2 {
    padding: 80px 0 70px;
  }

  .index2 .content {
    padding-right: 20px;
  }

  .index2 .item p {
    width: 100px;
  }

  .index3 .content .item {
    width: 196px;
  }

  .index3 .content .item h3 {
    font-size: 16px;
  }

  .prod .item {
    width: 320px;
    margin: 25px 10px;
  }

  .cap3 .cap3-slick .item {
    padding: 0;
    width: auto;
  }

  .products2 .right .conBox {
    flex-direction: column;
  }

  .products2 .right .conBox .img {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 20px;
  }

  .products2 .right .text .content {
    margin-left: 0;
  }

  .profile1 .right {
    padding: 20px;
  }

  .profile1 .right p + p,
  .profile1 .right .nums {
    margin-top: 20px;
  }

  .profile3 .items1 .imgs {
    width: 50%;
  }

  .profile1 .right {
    height: auto;
    width: 50%;
  }

  .profile4 .conBox > .img {
    width: 50%;
  }

  .projects-box .text .items {
    grid-template-columns: repeat(3, 25%);
    gap: 20px;
  }

  .service2 {
    padding: 20px 0;
  }
}

@media (max-width: 992px) {
  .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 .footerForm {
    padding: 20px;
  }

  .content h2 {
    font-size: 26px;
    padding: 20px 0;
  }

  /* .indexBanner .slick-prev, 
  .indexBanner .slick-next {
    display: none!important;
  } */

  .index1 .conBox {
    flex-direction: column;
  }

  .index1 .left {
    width: 100%;
    padding-bottom: 20px;
  }

  .index1 .left .title {
    margin: 0;
  }

  .index1 {
    margin-top: 0;
  }

  .index1 .tabs .tab {
    width: 100%;
  }

  .index1 .right .box.on {
    display: flex;
}

  .index1 .right .box{
    flex-direction: column-reverse;
    margin-bottom: 20px;
  }

  .index1 .img,
  .index1 .right p,
  .index2 .img {
    position: inherit;
  }

  .index4 {
    margin-bottom: 20px;
  }

  .index1 .right img {
    border-radius: 0;
  }

  .index1 .conBox::before {
    display: none;
  }

  .index1 .more {
    justify-content: center;
  }

  .index2 {
    margin: 20px 0;
  }

  .index2 .conBox {
    flex-direction: column;
  }

  .index2 .conBox .content {
    width: 100%;
    height: auto;
    padding-right: 0;
    box-shadow:none;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .index4 .items {
    grid-template-columns: 100%;
    gap: 20px;
  }

  .index4 .item {
    border: 1px solid #ccc;
  }

  .index2 .nums {
    flex-wrap: wrap;
  }

  .index2 .item {
    align-items: center;
    width: 50%;
    margin-bottom: 20px;
  }

  .index3 {
    display: none;
  }

  .footerOther .textBox {
    border-radius: 0;
    border: none;
  }

  .footer_box .footerOther .textBox .text {
    text-align: center;
    align-items: center;
  }

  .footerOther .textBox p {
    font-size: 20px;
  }

  .footerOther .textBox .text a,
  .footer_box .fast_navigation .footerShare,
  .app2,
  .app2 p + p {
    margin-top: 20px;
  }

  .footerOther,
  .app1 p.desc,
  .app1 p,
  .app2 .items {
    margin-bottom: 20px;
    padding-top: 20px;
  }

  .footer_box .fast_navigation .itemBox {
    padding: 20px 0;
  }

  .footer_box .fast_navigation .item:nth-child(3) {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .app2 .items {
    flex-direction: column;
  }

  .app2 .items1 .content, 
  .app2 .items2 .content, 
  .app2 .items3 .content {
    width: 100%;
  }

  .app2 .items1 .img, 
  .app2 .items2 .img, 
  .app2 .items3 .img {
    width: 100%;
    margin-top: 20px;
  }

  .app2 .items3 .item,
  .app2 .items3 .item:nth-child(2n) {
    flex-direction: column;
  }

  .app3 {
    margin: 20px 0;
  }

  .app3 .items {
    grid-template-columns: 100%;
  }

  .app3 h2,
  .prod {
    padding: 0;
  }

  .prod h2 {
    padding-bottom: 0;
  }

  .contact p,
  .imgContent h1 {
    font-size: 20px;
    text-align: center;
    line-height: 26px;
    margin-bottom: 0;
  }

  .contact1 {
    margin-top: 20px;
  }

  .contact1 p {
    box-shadow: none;
    padding: 0;
  }

  .contact2 .items {
    flex-direction: column;
    align-items: center;
    margin: 20px 0;
  }

  .contact2 .item + .item {
    margin-top: 20px;
  }

  .contact2 .item .img {
    margin-bottom: 10px;
  }

  .contact3 h2,
  .contact3,
  .cap1 h2,
  .cap2 h2,
  .cap4 h2 {
    margin-bottom: 0;
  }

  .cap1,
  .cap2,
  .cap3 {
    padding: 0 0 20px;
  }

  .cap1 .items,
  .cap2 .items,
  .cap4 .imgs,
  .prod3 .imgs {
    grid-template-columns: 100%;
  }

  .cap1 .item .text {
    padding: 20px 10px;
  }

  .cap4 {
    padding-top: 0;
  }

  .prod1,
  .prod1 h2,
  .profile3 .items1 .content {
    margin: 0;
  }

  .prod1 .imgs {
    flex-direction: column;
    padding: 20px 0;
  }

  .prod1 .imgs .img + .img {
    margin-top: 10px;
  }

  .prod2 {
    padding-top: 20px;
  }

  .prod2 .item,
  .prod2 .item:nth-child(2n),
  .prod4 .content {
    flex-direction: column;
  }

  .prod2 .item .text,
  .prod2 .item:nth-child(2n) .text {
    margin: 0;
    margin-top: 20px;
  }

  .prod2 .items {
    margin-bottom: 20px;
  }

  .prod4 .content .left,
  .prod4 .module,
  .profile1 .right,
  .profile3 .items1 .imgs
  {
    width: 100%;
  }

  .products1 {
    padding: 0 0 20px;
  }

  .products2 .conBox,
  .profile3 .items1 {
    flex-direction: column;
  }

  .products2 {
    padding: 20px 0;
  }

  .profile1 .conBox,
  .profile4 .conBox {
    flex-direction: column;
  }

  .profile1 {
    margin: 0 0 20px;
  }

  .profile1 h2 {
    text-align: center;
    margin-bottom: 0;
  }

  .profile1 .right .nums {
    grid-template-columns: repeat(2, 50%);
    row-gap: 20px;
  }

  .profile1 .num {
    font-size: 40px;
    margin-bottom: 10px;
  }

  .profile1 .right p {
    font-size: 14px;
  }

  .profile2 h2 {
    margin-bottom: 20px;
  }

  .profile2 .content .item p,
  .profile4 .conBox > .img {
    width: 100%;
  }

  .profile3 .items,
  .profile4 .items,
  .projects-box .text .items {
    grid-template-columns: 100%;
  }

  .profile3 .items1 {
    margin-bottom: 0;
  }

  .profile4 .conBox {
    margin: 0;
    margin-bottom: 20px;
  }

  .profile4 .conBox .content {
    margin-left: 0;
    margin-top: 20px;
  }

  .profile4 {
    padding: 0;
  }

  .projects-box .text {
    margin-left: 0;
  }

  .projects-box .text h3 {
    margin: 20px 0;
    text-align: center;
  }

  .projects-box .text .items .img {
    display: flex;
    justify-content: center;
  }

  .container {
    width: auto;
  }

  .projects-box .item p {
    padding: 10px 26px;
  }

  .projects-box .text .items {
    gap: 10px;
  }

  .service1 h3,
  .service1 h4.title,
  .service1 .num {
    padding: 20px 0;
  }

  .service1 .content {
    padding: 0;
  }

  .service1 .item {
    flex-direction: column;
  }

  .service1 .wrap {
    width: 100%;
  }

  .service1 .item .img::after {
    display: none;
  }

  .tabs-list .tabs-head {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }

  .technology h2 {
    margin: 0;
  }

  .technology p.desc,
  .technology .wrap {
    margin-bottom: 20px;
  }

  .technology .wrap h3::after {
    width: 100%;
  }

  .technology .wrap .items {
    grid-template-columns: 100%;
  }
}

@media (max-width: 767px) {
  .langBox{
    right: 10px;
  }
  #back_top {
    width: 0;
    height: 0;
    overflow: hidden;
  }

  .contactBox202006131030 .contactInfo {
    width: 100%;
  }

  .contactBox202006131030 .contactForm {
    width: 100%;
    padding-left: 0;
    padding-top: 40px;
  }
}

@media (max-width: 640px) {
}

@media (max-width: 540px) {
}

@media (max-width: 480px) {
}

.pr_left_pr ul li a{word-break: break-all;}