@charset "utf-8";

@import url(iconfont_1.css);

a:hover,
a:focus {
  text-decoration: none;
  color: #218DE8;
}

a {
  color: #218DE8;
  text-decoration: none;
  outline: none;
}
.ab_img img{ max-width:100% !important; height:auto !important;display:inline-block;}
.ab_img p{text-wrap: inherit !important;}
.ab_img p span{text-wrap: inherit !important;}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
select,
th,
td {
  padding: 0;
  margin: 0;
  color: #333;
  font-size: 16px;
}

body {
  font-family: "Prompt";
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  font-size: 14px;
  max-width: 1920px;
  margin: auto;
  background: #fff;
  height: 100%; 
}

form {
  margin: 0;
}

.row {
  margin-left: 0;
  margin-right: 0;
}

.container {
  width: 1400px;
  padding: 0 5px;
  padding-left: 0;
  padding-right: 0;
}

header {
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
  background-color: #fff;
}

header .head-top {
  padding-top: 12px;
}

header .header-top-right {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header .head-top .row {
  display: flex;
  justify-content: flex-end;
}

header .head-top a {
  font-size: 14px;
  margin-left: 6px;
  color: #fff;
}

header .head-top .iconfont {
  font-size: 14px;
  color: #fff;
}

header .head-top .item {
  margin-left: 18px;
  display: flex;
  align-items: center;
}

header .head-top .item.follow {
  margin-left: 30px;
}

header .head-bottom {
  position: relative;
}

header .head-bottom .logo {
  display: inline-block;
  padding: 3px 0;
}

header .head-bottom .nav-list {
  float: right;
  display: flex;
  align-items: center;
}

ul:before,
ul:after {
  content: "";
  display: table;
  clear: both;
}

button,
input {
  outline: none;
}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  background-color: #f5f5f5;
}

/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background: linear-gradient(90deg, #0c5c9f 0%, #218DE8 100%);
}

.isFixed {
  position: sticky !important;
  transition: all .3s;
}

.tofixed {
  position: fixed !important;
  background-color: transparent!important;
  box-shadow: none!important;
  color: #fff;
  transition: all .3s;
}

.tofixed a {
  color: #fff;
}

.tofixed .nav-list .dropdown_menu li a,
.tofixed .head-bottom .nav-list>li .nav-more-list a {
  color: #656565;
}

.tofixed {
  top: 0;
  width: 100%;
  left: 0;
  z-index: 9999999;
  background: rgba(0, 0, 0, 0.5)!important;
  box-shadow: 0 0 5px #218DE8;
}

header .head-bottom .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100px;
}

header .head-bottom .nav-list>li {
  float: left;
  padding: 0 24px;
  position: relative;
}

header .head-bottom .nav-list>li.head-search {
  padding: 0 14px;
}

header .head-bottom .nav-list>li>a {
  display: inline-block;
  font-size: 14px;
  position: relative;
  padding: 43px 0;
  border-radius: 20px;
  line-height: 1;
  font-weight: 400;
  color: #000;
}

header .head-bottom .nav-list>li>a:hover,
header .head-bottom .nav-list>.active>a {
  color: #218DE8;
}

header .head-bottom .nav-list>li>a:hover:after,
header .head-bottom .nav-list>.active>a:after {
  width: 100%;
}

header .head-bottom .nav-list>li.contact>a:hover:after {
  width: 0;
}

header .head-bottom .nav-list>li>a:after {
  display: table;
  content: "";
  width: 0;
  height: 3px;
  background: linear-gradient(90deg, #0c5c9f 0%, #218DE8 100%);;
  position: absolute;
  left: 50%;
  bottom: 30%;
  transform: translateX(-50%);
  transition: all 0.5s;
}

header .head-bottom li.head-share,
footer .footer-share .icon
 {
  display: flex;
  align-items: center;
  padding: 0;
}

header .head-bottom .nav-list>li.head-share>a:hover:after {
  display: none;
}
.nav-list li:nth-of-type(2) .dropdown_menu{display: none !important;}
.nav-list li:nth-of-type(5) .dropdown_menu{display: none !important;}
/* header .head-bottom .head-share a:nth-child(1):hover i,
footer .footer-share a:nth-child(1):hover i
 {
  color: #0e76a8;
}

header .head-bottom .head-share a:nth-child(2):hover i,
footer .footer-share a:nth-child(2):hover i
{
  color: #E60023;
}

header .head-bottom .head-share a:nth-child(3):hover i,
footer .footer-share a:nth-child(3):hover i
{
  color: #4267B2;
}

header .head-bottom .head-share a:nth-child(4):hover i,
footer .footer-share a:nth-child(4):hover i
{
  color: #1DA1F2;
} */

header .head-bottom .nav-list>.head-langBox {
  position: relative;
  float: right;
  margin-left: 24px;
  padding: 41px 0;
  cursor: pointer;
  padding-right: 0;
}

.head-langBox::after {
  content: "";
  position: absolute;
  top: 42%;
  left: -12px;
  width: 1px;
  height: 14px;
  background: #000000;
}

.head-search .iconfont,
.head-langBox .iconfont {
  display: block;
  font-size: 14px;
  color: #000;
  font-weight: bold;
  transition: all 0.5s;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

header .head-bottom .nav-list>.head-search i:hover {
  -webkit-animation-name: hvr-buzz-out;
  animation-name: hvr-buzz-out;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

header .head-bottom .nav-list > li.contact a {
    position: relative;
    padding: 31px 18px;
    color: #ffffff;
    background: linear-gradient(90deg, #0c5c9f 0%, #218DE8 100%);
    transition: all .3s;
    border-radius: 0;
}

header .head-bottom .nav-list > li:last-child a:hover::after {
  display: none;
}

.head-langBox {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333;
  font-weight: 400;
}

.head-langBox span {
  font-size: 14px;
  font-weight: 400;
  margin-left: 5px;
}

header .search-wrap {
  position: relative;
}

header .search-wrap .search-all {
  display: none;
  position: absolute;
  background: linear-gradient(90deg, #0c5c9f 0%, #218DE8 100%);;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  box-shadow: 0 0 10px #fff;
}

header .search-wrap .search-all .search-box {
  padding: 30px 0 30px 100px;
  position: relative;
}

header .search-wrap .closed {
  position: absolute;
  right: 0;
  color: #fff;
  top: 0;
  font-size: 30px;
}

header .search-wrap .search-all .search-box input {
  background: none;
  font-size: 18px;
  border: none;
  border-bottom: 1px solid #fff;
  width: 80%;
  color: #fff;
  padding: 10px;
}

header .search-wrap input[placeholder],
header .search-wrap [placeholder] {
  color: #fff !important;
}

header .search-wrap input::-webkit-input-placeholder,
header .search-wrap textarea::-webkit-input-placeholder {
  color: #fff !important;
}

header .search-wrap input::-moz-input-placeholder,
header .search-wrap textarea::-moz-input-placeholder {
  color: #fff !important;
}

header .search-wrap input::-o-input-placeholder,
header .search-wrap textarea::-o-input-placeholder {
  color: #fff !important;
}

header .search-wrap input::-ms-input-placeholder,
header .search-wrap textarea::-ms-input-placeholder {
  color: #fff !important;
}

header .search-wrap .search-all .search-box button {
  background: #fff;
  border: 1px solid #218DE8;
  color: #218DE8;
  padding: 5px 20px;
  position: absolute;
  top: 52px;
  right: 0;
}

header .search-wrap .closed i {
  display: block;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  cursor: pointer;
  font-size: 24px;
  font-weight: bold;
}

header .search-wrap .closed:hover i {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}

header .search-wrap .search-all .search-box button:hover {
  background: linear-gradient(90deg, #0c5c9f 0%, #218DE8 100%);;
  color: #fff;
  border-color: #fff;
}

header .head-bottom .head-langBox ul {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  z-index: 999;
  box-shadow: 0 0 4px #ddd;
  min-width: 100px;
  display: none;
}

.head-langBox ul a {
  white-space: nowrap;
  display: block;
  padding: 10px;
}

.head-langBox ul a:hover {
  background: linear-gradient(90deg, #0c5c9f 0%, #218DE8 100%);;
  color: #fff;
}

header .head-bottom .nav-list>li .nav-more-list {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  z-index: 999;
  box-shadow: 0 0 4px #ddd;
  min-width: 230px;
  visibility: hidden;
}

header .head-bottom .nav-list>li .nav-more-list a {
  white-space: nowrap;
  display: block;
  padding: 10px 20px;
  transition: none;
}

header .head-bottom .nav-list>li .nav-more-list a:hover {
  background: linear-gradient(90deg, #0c5c9f 0%, #218DE8 100%);;
  color: #fff;
}

header .head-bottom .nav-list .nav-two-div {
  position: absolute;
  top: 100%;
  display: flex;
  width: 1360px;
  max-width: 1360px;
  background-color: #fff;
  box-shadow: 0 0 2px 1px rgb(0 0 0 / 10%);
  z-index: 9993;
  left: 50%;
  transform: translateX(-50%);
}

header .head-bottom .nav-list .nav-two-div {
  display: none;
}

header .head-bottom .nav-list .nav-two-div .nav-two-div-left {
  padding: 20px 0;
  background: #f9f9f9;
  min-height: 480px;
}

header .head-bottom .nav-list .nav-two-div .nav-twoa {
  display: block;
  width: 100%;
  padding-right: 40px;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  padding: 15px 30px;
  position: relative;
}

header .head-bottom .nav-list .nav-two-div .nav-two-div-left .nav-left-a {
  font-size: 20px;
  padding: 15px 40px 15px 60px;
  font-weight: bold;
}

header .head-bottom .nav-list .nav-two-div .nav-twoa i {
  color: #218DE8;
  line-height: inherit;
  position: absolute;
  right: 20px;
  top: 16px;
  font-weight: bold;
  font-size: 22px;
}

header .head-bottom .nav-list .nav-two-div .nav-two-div-left .nav-left-a i {
  opacity: 0;
  transition: all 0.3s;
}

header .head-bottom .nav-list .nav-two-div .nav-two-div-center {
  border-right: 1px solid #ddd;
  padding: 30px;
  min-height: 480px;
}

header .head-bottom .nav-list .nav-two-div .nav-lists,
header .head-bottom .nav-list .nav-two-div .nav-in-lists {
  width: 100%;
  display: none;
}

header .head-bottom .nav-list .nav-two-div .nav-two-div-right {
  max-height: 480px;
  overflow: auto;
  padding: 30px;
}

header .head-bottom .nav-list .nav-two-div .nav-lists.active {
  display: block;
}

header .head-bottom .nav-list .nav-two-div .nav-two-div-right a {
  color: #333;
  padding: 10px 0;
}

header .head-bottom .nav-list>.prod {
  position: static;
}

header .head-bottom .nav-list>.prod .nav-two-div .nav-two-div-left .active,
header .head-bottom .nav-list>.prod .nav-two-div .nav-two-div-center .active,
header .head-bottom .nav-list>.prod .nav-two-div .nav-twoa.active,
header .head-bottom .nav-list>.prod .nav-two-div .nav-twoa:hover {
  color: #218DE8;
  background: #fff;
}

header .head-bottom .nav-list>.prod .nav-two-div .nav-two-div-left .active>i {
  opacity: 1;
}

header .head-bottom .nav-list>.prod .nav-two-div .nav-lists.active,
header .head-bottom .nav-list>.prod .nav-two-div .nav-in-lists.active {
  display: block;
}

header .head-bottom .nav-list>.prod .nav-two-div .nav-two-div-center .nav-center-a i {
  transition: all 0.3s;
  opacity: 0;
}

header .head-bottom .nav-list>.prod .nav-two-div .nav-two-div-center .active>i {
  opacity: 1;
}

header .head-bottom .nav-list>.prod .nav-two-div .nav-two-div-center .nav-center-a {
  font-size: 18px;
  font-weight: bold;
  padding: 10px 30px;
}

.mb-header,
.m_header {
  display: none;
}

.mb-header .wrap {
  box-shadow: none !important;
  position: relative;
  z-index: 1000;
  align-items: center;
}

.mb-header .logo {
  display: inline-block;
  width: 160px;
  margin: 6px 19px;
}

.mb-header .wrap>ul {
  position: relative;
  top: 0;
  align-items: center;
  flex-direction: row-reverse;
  display: flex;
  float: right;
}

.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;
  color: #333;
}

.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("../images/contacttel.png");
}

.contactBox202006131030 .contactInfo ul li.contactWhatsapp {
  background-image: url("../images/contactwhatsapp.png");
}

.contactBox202006131030 .contactInfo ul li.contactEmail {
  background-image: url("../images/contactemail.png");
}

.contactBox202006131030 .contactInfo ul li.contactAddress {
  background-image: url("../images/contactaddress.png");
}

.contactBox202006131030 .contactInfo ul li.officeAddress {
  background-image: url("../images/officeaddress.png");
}

.contactBox202006131030 .contactInfo ul li.factoryAddress {
  background-image: url("../images/factoryaddres.png");
}


.contactBox202006131030 .contactInfo ul li a {
  font-size: 16px;
  color: #333333;
  line-height: 1.6;
}

.contactBox202006131030 .contactInfo ul li a:hover {
  color: #218DE8;
}

.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: 14px;
  color: #2c2c2c;
  font-weight: 400;
}

.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: 14px;
  color: #2c2c2c;
}

.contactBox202006131030 .contactForm .info textarea {
  width: 100%;
  height: 100px;
  padding: 5px 10px;
  resize: none;
  border: 1px solid #dcdcdc;
  font-size: 14px;
  color: #2c2c2c;
}

.contactBox202006131030 .contactForm .info input[type="submit"] {
  display: inline-block;
  width: 200px;
  height: 44px;
  line-height: 42px;
  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: linear-gradient(90deg, #0c5c9f 0%, #218DE8 100%);;
  transition: all 0.3s;
}

.nav-list > li .dropdown_menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 170px;
  display: none;
  z-index: 1;
  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%;
  position: relative;
}

.nav-list .dropdown_menu li a {
  display: block;
  letter-spacing: 0;
  font-size: 16px;
  text-align: left;
  padding: 10px 20px;
  white-space: nowrap;
}

.nav-list .dropdown_menu li a:hover {
  background: linear-gradient(90deg, #0c5c9f 0%, #218DE8 100%);;
  color: #ffffff;
}

.nav-list .dropdown_menu li.Three_menu > ul {
  position: absolute;
  top: 0;
  left: 100%;
  background: #ffffff;
  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%);
}


.index-banner .swiper-pagination-bullet,
.index6 .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  background: #ffffff;
  opacity: 1;
  margin: 0 10px !important;
}

.index-banner .swiper-pagination-bullet-active,
.index6 .swiper-pagination-bullet-active {
  background-color: #218DE8;
  position: relative;
}
.index_banner_content_box{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
}
.index_banner_content_title{
  padding: 10px 12px;
  background: #218DE8;
  color: #fff;
  font-size: 48px;
  font-weight: bold;
  width: 950px;
}
.index_banner_content_txt{
  padding: 10px 12px;
  margin-top: 20px;
  width: 560px;
}
.index_banner_content_txt p{
  color: #fff;
  font-size: 18px;
  line-height: 36px;
  background: #218DE8;
  display: inline-block;
}
.index_banner_content_last{
  font-size: 48px;
  background: #218DE8;
  color: #fff;
  font-weight: bold;
  padding: 10px 12px;
  width: 950px;
  margin-top: 20px;
  margin-bottom: 90px;
}


.index-banner .swiper-pagination-bullet-active::before {
  position: absolute;
  width: 21px;
  height: 21px;
  top: -4px;
  left: -4px;
  border-radius: 50%;
  border: 2px solid #218DE8;
  content: "";
}

.img {
  overflow: hidden;
}

.img img {
  transition: all 0.5s;
}

footer .footer-wrap h3 {
  height: 18px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  margin-bottom: 44px;
  text-transform: uppercase;
}

footer .footer-wrap ul a,
footer .footer-wrap ul li {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 24px;
}

footer .footer-wrap ul li + li{
  margin-top: 14px;
}

footer .footer-wrap ul li span {
  min-width: 52px;
}

footer .footer-wrap ul a:hover {
  text-decoration: underline;
  color: #218DE8;
}

footer .footer-wrap i {
  color: #fff;
  margin-right: 10px;
}

footer .footer-wrap.one-wrap a {
  margin-left: 6px;
}

.one-wrap {
  /* width: 30%; */
}

.three-wrap {
  width: 22%;
}

.five-wrap {
  width: 24%;
}

footer .five-wrap ul li {
  text-transform:unset;
}

.one-wrap li + li {
  margin-top: 20px;
}

.one-wrap .text .content:nth-child(2) {
  margin-top: 26px;
}

.one-wrap .text p {
  font-size: 14px;
}

.footer-wrap li{
  display: flex;
  font-size: 14px;
}

.four-wrap li:last-child {
  align-items: flex-start;
}

.footer-wrap li .text {
  flex: 1;
}

.footer-wrap .img img {
  vertical-align: text-top;
}

.one-wrap li {
  display: flex;
  align-items: flex-start;
}

.one-wrap li .img {
  margin-right: 4px;
}


.footer-share ul {
  display: flex;
  justify-content: center;
}

.footer-wrap .label {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  padding: 0;
  margin-right: 4px;
}

footer .footer-share ul img {
  height: 31px;
  width: 31px;
  margin-right: 0;
}

.footer-share ul li {
  margin-right: 6px;
}

.footer-share a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

footer .footer-wrap .footer-share a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.footer-copyright .wrap {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
}

.footer-box {
  background-color: #201A1A;
  padding: 52px 0 20px;

}

.footer-copyright {
  background-color: #201A1A;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

footer .footerForm .info {
  position: relative;
  margin-bottom: 14px;
  width: 100%;
}

footer .footerForm .info input {
  height: 37px;
  width: 100%;
  background: transparent;
  border: 1px solid #FFFFFF;
  padding: 9px;
  outline: none;
  font-size: 12px;
  color: #fff;
}

footer .footerForm .tips {
  position: absolute;
  display: block;
  color: #ff000f;
  font-size: 12px;
  line-height: 16px;
  text-align: left;
}

footer .footerForm .info textarea {
  background: transparent;
  border: 1px solid #e1e1e1;
  width: 100%;
  padding: 9px;
  font-size: 12px;
  outline: none;
  color: #fff;
  min-height: 72px;
}

footer .footerForm .text p,
footer .footerForm .text p a {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  line-height: 22px;
  margin-bottom: 23px;
}

footer .footerForm .text p a:hover {
  text-decoration: underline;
}

footer .footerForm a {
  color: #218DE8!important;
  font-weight: bold!important;
}

footer .Verify_img {
  position: absolute;
  right: 2px;
  top: 6px;
  height: 26px;
  width: 80px;
  cursor: pointer;
}

footer .info input[type="submit"] {
  width: 157px;
  font-weight: bold;
  /* height: 31px; */
  background: #fff;
  border-radius: 4px;
  font-size: 14px;
  color: #010101;
  line-height: 3px;
  padding: 16px 0;
}

.footer-copyright {
  padding: 20px 0;
  font-size: 14px;
  font-weight: 400;
  color: #666;
  line-height: 50px;
  text-align: center;
}

.footer-copyright .sitemap:hover {
  text-decoration: underline;
  color: #218DE8;
}

footer .footer-other {
  background: url("../images/contactbg.jpg") no-repeat;
  height: 425px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

footer .footer-other p {
  font-size: 36px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 43px;
  width: 67%;
}

footer .footer-other a {
  display: inline-block;
  width: 271px;
  height: 66px;
  line-height: 66px;
  text-align: center;
  background: #9BDB32;
  border-radius: 4px;
  font-size: 30px;
  font-weight: bold;
  color: #FFFFFF;
  margin-top: 56px;
}

footer .footer-other i {
  font-size: 26px;
}

footer .footer-share a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  margin-top: 24px;
  margin-right: 17px;
  margin-left: 0!important;
  border-radius: 50%;
}

/*footer .footer-share a:nth-child(1) {
  background: #3A559F;
}*/

/*footer .footer-share a:nth-child(2) {
  background: #FF0000;
}*/

/*footer .footer-share a:nth-child(3) {
  background: #007AB9;
}*/

footer .footer-share a i {
  margin-right: 0;
  font-size: 21px;
}

.imgBanner {
  position: relative;
}

.imgBanner .content {
  color: #ffffff;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}

.imgBanner h1 {
  font-size: 48px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 36px;
  text-transform: uppercase;
}

.prod h1 {
  font-size: 66px;
  color: #218DE8;
}

.imgBanner p {
  font-size: 24px;
  font-family: Arial;
  font-weight: 400;
  color: #ffffff;
  line-height: 36px;
  margin-top: 60px;
  width: 62%;
}

.Crumbs {
  background: #f9f9f9;
}

.Crumbs_nav {
  padding: 20px 0;
}

.Crumbs ul li a span,
.Crumbs ul li a,
.Crumbs ul i {
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  color: #999999;
}

.Crumbs ul i {
  margin-top: 4px;
}

.Crumbs ul li:last-child span {
  color: #000;
}

.indexBanner .icon span {
  position: relative;
  z-index: 1;
  font-size: 48px;
  color: #fff;
}

.indexBanner .icon:before {
  position: absolute;
  content: "";
  width: 53px;
  height: 53px;
  background: rgba(90, 187, 189, 1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.indexBanner .icon:after {
  position: absolute;
  content: "";
  width: 75px;
  height: 75px;
  background: rgba(90, 187, 189, 0.6);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  animation: example 1.6s linear infinite;
}

.page li {
  border: none;
}

.page {
  border: none;
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
  font-size: 14px;
  border: none;
  color: #666666;
}

.pagination>li>a, .pagination>li>span   {
  border: none;
  color: #666666;
  font-size: 14px;
}

.page li.active, .page li.active a, .page li:hover a, .page li.active span {
  background: linear-gradient(90deg, #0c5c9f 0%, #218DE8 100%);;
  color: #fff;
}

.pagination>.active>a, 
.pagination>.active>a:focus, 
.pagination>.active>a:hover,
 .pagination>.active>span, 
 .pagination>.active>span:focus, 
 .pagination>.active>span:hover {
  background: linear-gradient(90deg, #0c5c9f 0%, #218DE8 100%);;
  color: #fff;
  border-color: #218DE8;
}

.pagination>li>a:focus, 
.pagination>li>a:hover, 
.pagination>li>span:focus, 
.pagination>li>span:hover {
  color: #218DE8;
  background-color: #fffdfd;
  border-color: #fff;
}

.page li {
  height: 28px;
  width: auto;
  margin-left: 12px;
}

.pro_S_img .img {
  width: 130px;
}

.product_box .submenu_wrap h2,
.parameter_btn a.inquire,
.parameter_btn a.inquire,
.contactBox202006131030 .contactForm .info input[type="submit"] {
  background: linear-gradient(90deg, #0c5c9f 0%, #218DE8 100%);;
}

.parameter_btn a:hover {
  background: linear-gradient(90deg, #0c5c9f 0%, #218DE8 100%);;
}

.productDetailContentBox .title {
  text-align: left;
}

.productDetailContentBox .title h2,
.faq_bt {
  color: #333;
  line-height: 1;
  font-size: 24px;
}

.contactBox202006131030 .title h2 {
  color: #333;
}

.vlog.product_box .pagination {
  margin-top: 0;
}



.index6 .title h2,
section .title h2 {
  position: relative;
  font-size: 48px;
  font-weight: bold;
  color: #221815;
  line-height: 36px;
  text-align: center;
  text-transform: uppercase;
}

section .title h2 strong {
  color: #218DE8;
}

.tabs-list li {
  width: 100%;
  background: #ffffff;
  border: 2px solid #9BDB32;
  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("../images/add.png");
  background-position: 98%;
  background-repeat: no-repeat;
}

.tabs-list .tabs-head.active {
  border-radius: 10px 10px 0 0;
  background-image: url("../images/reduce.png");
}

.tabs-list .text {
  display: none;
  overflow: hidden;
  padding: 26px 32px;
}

.tabs-list .text h3 {
  color: #3b7fba;
  font-weight: Bold;
  margin-bottom: 16px;
}

.tabs-list .text .content {
  margin-bottom: 40px;
}

.tabs-list .text .content p+p {
  margin-top: 12px;
}

.tabs-list .text .content:last-child {
  margin-bottom: 0;
}

.footer-contact {
  height: 348px;
  background: url("../images/contactbg.png") no-repeat center;
}

.footer-contact .container,
.footer-contact .row,
.footer-contact .wrap  {
  height: 100%;
}

.footer-contact .wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.footer-contact .wrap p {
  font-size: 18px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 18px;
  text-align: center;
  margin-bottom: 38px;
}

.footer-contact .wrap h2 {
  font-size: 50px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 58px;
}

.footer-contact .wrap h2 strong {
  color: #218DE8;
  font-weight: 400;
}

.footer-contact .wrap .more {
  border-radius: 10px;
}

/* .footer-contact a.more {
  width: 180px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: linear-gradient(90deg, #0c5c9f 0%, #218DE8 100%);
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
} */

.footer-share .wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  margin-top: 46px;
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1;
}

.footer-share .wrap .icon i {
  color: #fff;
}

.index1 {
  padding: 130px 0 103px;
}

.index1 .wrap {
  display: flex;
  justify-content: space-between;
}

.index1 .wrap .title h2 {
  text-align: left;
  margin-bottom: 20px;
}

.index1 .content {
  width: 45.5%;
}

.index1 .content h3 {
  font-size: 16px;
  font-weight: bold;
  color: #221815;
  line-height: 24px;
  margin-bottom: 20px;
}

.index1 .img {
  position: relative;
  width: 50%;
  height: 100%;
  overflow:initial;
}

.index1 .img img {
  position: relative;
  z-index: 10;
}

.index1 .img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transform: translate(10px, 20px);
  background: #218DE8;
}

.index1 .content p {
  font-size: 16px;
  font-weight: 400;
  color: #221815;
  line-height: 26px;

  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}

a.more {
  display: block;
  width: 180px;
  height: 50px;
  background: linear-gradient(90deg, #0c5c9f 0%, #218DE8 100%);
  border-radius: 10px;

  font-size: 20px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 50px;
  text-align: center;
  transition: all 0.5s ease 0s;
  text-transform: uppercase;
}

a.more:hover {
  transform: translateY(-4px);
  color: #218DE8;
  background: 0 0;
  border: 1px solid transparent;
  background-clip: padding-box,border-box;
  background-origin: padding-box,border-box;
  background-image: linear-gradient(to right,#ffffff,#ffffff),linear-gradient(90deg, #0c5c9f 0%, #218DE8 100%);
}

section .title p {
  font-size: 16px;
  font-weight: bold;
  color: #221815;
  line-height: 16px;
  text-align: center;
}

.index1 a.more {
  margin-top: 24px;
}

.index2 {
  padding: 78px 0 82px;
}

.index2 .title {
  margin-bottom: 46px;
}

.index2 .title h2 {
  margin-bottom: 26px;
}

.index2 .title p {
  font-size: 16px;
  font-weight: bold;
  color: #221815;
  line-height: 16px;
  text-align: center;
}

.index2 .items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 57px 20px;
}

.index2 .item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  padding-bottom: 0;
  border: 1px solid #D7D3E6;
  border-radius: 12px;
  transition: all 0.5s ease 0s;
}

.index2 .item .content {
  padding-top: 30px;
}

.index2 .item h3 {
  font-size: 20px;
  font-weight: 500;
  color: #221815;
  line-height: 1.2;
  margin-bottom: 20px;
}

.index2 .item p {
  font-size: 16px;
  font-weight: 400;
  color: #221815;

  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  word-break: normal;
  overflow: hidden;
}

.index2 .item .more {
  display: flex;
  justify-content: flex-end;

}

.index2 .item .more i {
  font-size: 36px;
  color: #218DE8;
}

.index2 .item:hover {
  background: #218DE8;
  border-color: #218DE8;
  transform: translateY(-4px);
}

.index2 .item:hover .content h3,
.index2 .item:hover .content p,
.index2 .item:hover .more i {
  color: #fff;
}

.index2 a.more {
  margin: 0 auto;
  margin-top: 60px;
}

.index3 {
  padding: 90px 0 50px;
  background: url("../images/index3bg.jpg") no-repeat center;
}

.index3 .title h2 {
  color: #fff;
  margin-bottom: 23px;
}

.index3 .title p {
  color: #fff;
}

.index3 .title {
  margin-bottom: 37px;
}

.index3 .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 53px 70px;
}

.index3 .item {
  padding: 20px;
  transition: all 0.5s ease 0s;
}

.index3 .item .img img:nth-child(2) {
  display: none;
}

.index3 .item h3 {
  font-size: 15px;
  font-weight: 500;
  color: #FFFFFF;
  margin: 20px 0 16px;
  text-align: center;
  text-transform: uppercase;
}

.index3 .item p {
  font-size: 16px;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 20px;
}

.index3 .item .img {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100px;
}

.index3 .item:hover {
  background: #FEFDFD;
}

.index3 .item:hover h3,
.index3 .item:hover p {
  color: #218DE8;
}

.index3 .item:hover .img img:nth-child(1) {
  display: none;
}

.index3 .item:hover .img img:nth-child(2) {
  display: block;
}

.index4 {
  padding: 118px 0 144px;
}

.index4 .wrap {
  display: flex;
  justify-content: space-between;
}

.index4 .wrap .img {
  position: relative;
  width: 43%;
  overflow: initial;
}

.index4 .wrap .img img {
  position: relative;
  z-index: 10;
}

.index4 .wrap .img::after {
  position: absolute;
  right: 0;
  content: "";
  width: 25%;
  height: 90%;
  transform: translate(30px, 18%);
  background: #218DE8;
}

.index4 .wrap .content {
  width: 56%;
}

.index4 .wrap .title h2 {
  position: relative;
  text-align: left;
  line-height: 70px;
  margin-bottom: 80px;
}

.index4 .wrap .title h2::after,
.index4 .wrap .title h2::before{
  content: "";
  position: absolute;
  left: 0;
  bottom: -10%;
  width: 140px;
  height: 2px;
  background: #218DE8;
}

.index4 .wrap .title h2::before {
  width: 100px;
  bottom: -20%;
}

.index4 .wrap h3 {
  font-size: 16px;
  font-weight: bold;
  color: #221815;
  margin-bottom: 20px;
}

.index4 .wrap .text {
  display: flex;
  justify-content: space-between;
}

.index4 .wrap .text p {
  width: 49%;
  font-size: 16px;
  font-weight: 300;
  color: #676767;
}

.index5 {
  padding: 66px 0 106px;
  background: #F8F8F8;
}

.index5 .title h2 {
  margin-bottom: 25px;
}

.index5 .title {
  margin-bottom: 67px;
}

.index5 .items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.index5 .item .num {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.index5 .item .num .line {
  width: 74%;
  height: 1px;
  background: #d6d4d4;
}

.index5 .item .num span {
  font-size: 50px;
  font-weight: 800;
  color: #218DE8;
  line-height: 36px;
}

.index5 .item .name {
  display: flex;
  align-items: center;
  margin: 33px 0 26px;
  font-size: 22px;
  font-weight: 500;
  color: #221815;
  height: 50px;
}

.index5 .item .name span {
  margin-left: 18px;
  text-transform: uppercase;
}

.index5 .item p {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #221815;
  line-height: 30px;
  height: 20vh;
  margin-bottom: 74px;
}

.index5 .item .img:hover img {
  transform: scale(1.1);
}

.index6 {
  padding: 70px 0 60px;
}

.index6 .title h2 {
  margin-bottom: 29px;
}

.index6 .title {
  margin-bottom: 59px;
}

.index6 .swiper {
  padding-bottom: 4px;
}

.index6 .swiper-slide {
  transition: all .5s ease 0s;
}

.index6 .swiper-slide img {
  height: 250px;
  width: 100%;
}

.index6 .swiper-slide .text {
  width: 100%;
  height: 124px;
  padding: 20px 18px 0 18px;
  border: 1px solid #D7D3E6;
}

.index6 .swiper-slide .text h3 {
  font-size: 20px;
  font-weight: normal;
  color: #221815;
  line-height: 20px;
  margin-bottom: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.index6 .swiper-slide .text p {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: normal;
  overflow: hidden;
  margin-bottom: 4px;
}

.index6 .swiper-slide .text .time {
  font-size: 16px;
  font-weight: 400;
  color: #bfbcbb;
  line-height: 15px;
}

.index6 .swiper-slide:hover {
  box-shadow: 0 12px 20px 0 rgb(95 101 105 / 15%);
}

.index6 .swiper-slide:hover .text{
  background: #218DE8;
  border-color: #218DE8;
}

.index6 .swiper-slide:hover h3,
.index6 .swiper-slide:hover p,
.index6 .swiper-slide:hover .text .time {
  color: #fff;
}

.index6 .index6-swiper {
  position: relative;
}

.index6-swiper .swiper-button-next, 
.index6-swiper .swiper-button-prev {
  background: none;
  position: absolute;
  margin: 0;
  height: 100%;
  top: 0;
  left: 4%;
  z-index: 999;
}

.index6-swiper .swiper-button-next {
  right: 4%;
  left: auto;
}

.index6-swiper .swiper-button-prev::after,
.index6-swiper .swiper-button-next::after {
  content: "\e632";
  font-family: "iconfont";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  color: #999999;
  font-size: 60px;
}

.index6-swiper .swiper-button-next::after {
  content: "\e630";
}

.index6-swiper .swiper-button-prev:hover::after,
.index6-swiper .swiper-button-next:hover::after {
  color: #218DE8;
}

.index6 .more {
  margin: 0 auto;
  margin-top: 60px;
}

.about .top {
  position: relative;
}

.about .top-tabs {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}

.about .top-tabs .tabs {
  display: flex;
  width: 80%;
}

.about .tab {
  flex: 1;
  line-height: 60px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  transition: all .5s ease 0;
}

.about .tab.on,
.about .tab:hover {
  background: linear-gradient(90deg, #0c5c9f 0%, #218DE8 100%);
}

.about1 {
  position: relative;
  padding: 101px 0 143px;
}

.about1 .title {
  margin-bottom: 50px;
}

.about1 .wrap {
  display: flex;
  justify-content: flex-end;
}

.about1 .wrap .img {
  position: absolute;
  left: 0;
  width: 48%;
  overflow: initial;
}

.about1 .wrap .img img {
  position: relative;
  z-index: 10;
}

.about1 .wrap .img::after {
  position: absolute;
  right: 2%;
  content: "";
  width: 25%;
  height: 90%;
  transform: translate(30px, 18%);
  background: #218DE8;
  top: 0;
}

.about1 .wrap .content {
  width: 48%;
}

.about1 .content h3 {
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
  margin-bottom: 30px;
}

.about1 .content p {
  color: #000000;
  font-size: 18px;
  line-height: 36px;
}

.about1 .content p + p {
  margin-top: 20px;
}

.about2 {
  padding-bottom: 72px;
}

.about2 .title p{
  margin-top: 30px;
}

.about2 .title {
  margin-bottom: 39px;
}

.about2 .items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 9px;
}

.about2 .item {
  position: relative;
  background: #F8F8F8;
  min-height: 580px;
  transition: all .5s ease 0s;
}

.about2 .item img {
  width: 100%;
}

.about2 .item .num {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background: #218DE8;
  border-radius: 0px 0px 20px 0px;
  font-size: 30px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 40px;
  text-align: center;
}

.about2 .item .content {
  padding: 30px 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about2 .item .content h3 {
  font-size: 24px;
  font-weight: 400;
  color: #221815;
  line-height: 26px;
  text-align: center;
  margin-bottom: 20px;

}

.about2 .item .content p {
  font-size: 16px;
  font-weight: 400;
  color: #221815;
  line-height: 26px;
  padding: 0 17px;
}

.about2 .item:hover {
  background: #218DE8;
  transform: translateY(-4px);
}

.about2 .item:hover .content h3,
.about2 .item:hover .content p {
  color: #fff;
}

.service1 {
  padding: 99px 0 111px;
}

.service1 .title h2 {
  margin-bottom: 52px;
}

.service1 .title p {
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  line-height: 36px;
  width: 82%;
  display: block;
  margin: 0 auto;
}

.service1 .title {
  margin-bottom: 68px;
}

.service1 .items {
  display: grid;
  grid-template-columns: repeat(3, 24.28%);
  justify-content: center;
  gap: 16px 13px;
}

.service1 .item {
  height: 373px;
  background: #F7F7F7;
  transition: all .5s ease 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.service1 .item .img img:nth-child(2) {
  display: none;
}

.service1 .item .img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 35px;
}
.service1 .item h4 a{
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  color: #221815;
  margin-top: 10px;
  display: block;
  margin-top: 20px;
}
.service1 .item p {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #221815;
  margin-top: 10px;
  word-break: break-all;
  width: 92%;
}

.service1 .item:hover {
  background: #218DE8;
}

.service1 .item:hover p {
  color: #fff;
}

.service1 .item:hover a {
  color: #fff;
}

.service1 .item:hover .img img:nth-child(1) {
  display: none;
}

.service1 .item:hover .img img:nth-child(2) {
  display: block;
}

.service2 {
  display: flex;
  align-items: center;
  height: 28vw;
  background: url("../images/service2imgs.jpg") no-repeat left center;
  background-size: 50%;
  overflow: hidden;
}

.service2 .wrap {
  display: flex;
  justify-content: flex-end;
}

.service2 .content {
  position: relative;
  background: #F7F7F7;
  width: 55%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 24vw;
}

.service2 .content::after {
  content: "";
  position: absolute;
  left: 0;
  right: -50%;
  top: 0;
  bottom: 0;
  background: #F7F7F7;
}

.service2 .content .title {
  width: 80%;
  z-index: 10;
  position: relative;
}

.service2 .content .title h2 {
  text-transform: none;
  margin-bottom: 57px;
}

.service2 .content p {
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  line-height: 36px;
}

.service3 {
  box-shadow: 0px 8px 10px 0px rgba(0,0,0,0.11);
  margin-bottom: 90px;
}

.service3 .items {
  display: flex;
}

.service3 .item {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 200px;
  transition: all .5s ease 0;
}

.service3 .item .img img:nth-child(2) {
  display: none;
}

.service3 .item .img {
  margin-bottom: 25px;
}

.service3 .item:hover {
  background: #218DE8;
}

.service3 .item:hover .img img:nth-child(1) {
  display: none;
}

.service3 .item:hover .img img:nth-child(2) {
  display: block;
}

.service3 .item:hover p {
  color: #fff;
}

.service3 .item p {
  font-size: 18px;  
  font-weight: 400;
  color: #221815;
  line-height: 18px;
  text-align: center;
}

.market1 {
  padding: 94px 0 100px;
}

.market1 .title h2 {
  text-transform: none;
  width: 48%;
  line-height: 60px;
  margin: 0 auto;
  margin-bottom: 50px;
}

.market1 .title p {
  font-weight: 500;
  color: #000000;
  line-height: 36px;
  width: 56%;
  text-align: left;
  margin: 0 auto;
}

.market1 .title {
  margin-bottom: 70px;
}

.market1 .img {
  display: flex;
  justify-content: center;
}

.market2 {
  background: #F8F8F8;
}

.market2 .items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 265px;
}

.market2 .item {

}

.market2 .item .img {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.market2 .item .img img:nth-child(2){
  display: none;
}

.market2 .item .num {
  font-size: 36px;
  font-weight: 600;
  color: #218DE8;
  line-height: 36px;
  text-align: center;
  margin-bottom: 10px;
}

.market2 .item p {
  font-size: 16px;
  font-weight: 400;
  color: #808080;
  line-height: 14px;
  text-align: center;
}

.market2 .item:hover img:nth-child(1){
  display: none;
}

.market2 .item:hover img:nth-child(2){
  display: block;
}

.vison1 {
  padding: 100px 0;
}

.about .title h2 {
  text-transform: none;
}

.vison1 .title {
  margin-bottom: 53px;
}

.vison1 .wrap{
  display: flex;
  align-items: center;
  height: 31.2vw;
  background: url(../images/vison1img.jpg) no-repeat left center;
  background-size: 58%;
}

.vison1 .wrap .content{
  display: flex;
  justify-content: flex-end;
}

.vison1 .wrap .text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  width: 46%;
  height: auto;
  padding:15px 0px 15px 70px;
}

.vison1 .text h3 {
  font-size: 24px;
  font-weight: 600;
  color: #218DE8;
  line-height: 36px;
  margin-bottom: 30px;
}

.vison1 .text p {
  font-size: 18px;
  font-weight: 400;
  color: #221815;
  line-height: 36px;
}

.vison2 {
  padding-bottom: 88px;
}

.vison2 .title h2 {
  margin-bottom: 33px;
}

.vison2 .title p {
  font-size: 16px;
  font-weight: 400;
  color: #221815;
  line-height: 30px;
  width: 56%;
  margin: 0 auto;
}

.vison2 .title {
  margin-bottom: 50px;
}

.vison2 .items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 13px;
}

.vison2 .item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.vison2 .item .content {
  display: flex;
  flex-direction: column;
  height: 406px;
  padding: 20px;
  width: 90%;
  background: #F7F7F7;
  margin-top: -50px;
  transition: all .5s ease 0s;
}

.vison2 .item .img {
  display: flex;
  justify-content: center;
  align-items: center;
}

.vison2 .item .img img:nth-child(2) {
  display: none;
}

.vison2 .item h3 {
  font-size: 20px;
  font-weight: 600;
  color: #221815;
  line-height: 16px;
  text-align: center;
  margin: 30px 0;
  text-transform: uppercase;
}

.vison2 .item:hover .content{
  background: #218DE8;
  transform: translateY(-2px);
}

.vison2 .item:hover h3,
.vison2 .item:hover p {
  color: #fff;
}

.vison2 .item:hover .content img:nth-child(1) {
  display: none;
}

.vison2 .item:hover .content img:nth-child(2) {
  display: block;
}

.company1 {
  padding: 100px 0 128px;
}

.company1 .items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 100px 120px;
}

.company1 .item h2 {
  font-size: 30px;
  font-weight: 600;
  color: #218DE8;
  line-height: 26px;
  margin-bottom: 26px;
}

.company1 .item .time {
  font-size: 24px;
  font-weight: 600;
  color: #707070;
  line-height: 18px;
  margin-bottom: 23px;
}

.company1 .item .text {
  font-size: 20px;
  font-weight: 300;
  color: #707070;
  line-height: 36px;
  margin-bottom: 30px;
}

.company1 .item li {
  display: flex;
  font-size: 18px;
  font-weight: 300;
  color: #707070;
  line-height: 36px;
}

.company1 .item li span {
  width: 64%;
  margin-left: 40px;
}

.company1 .item li + li {
  margin-top: 15px;
}

.company1 .item li:first-child .img {
  padding-top: 7px;
}

.vlog {
  padding: 100px 0 122px;
}

.vlog .submenu_wrap + .submenu_wrap {
  margin-top: 36px;
}

.vlog .submenu_wrap {
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.11);
  border-radius: 6px;
/*   padding-top: 10px; */
}

.vlog .submenu_wrap h2 {
  position: relative;
  background: linear-gradient(90deg, #0c5c9f 0%, #218DE8 100%);
  font-size: 24px;
  line-height: 45px;
  text-transform: uppercase;
  padding-left: 29px;
}

.vlog .submenu_wrap h2::after {
  content: "";
  position: absolute;
  bottom: -10px;
  width: 80%;
  left: 10%;
  height: 1px;
  background: #ebe9e8;
}

.vlog .submenu_wrap:last-child h2::after {
  display: none;
}

.vlog .submenu_wrap ul li a {
  font-size: 18px;
  padding: 0 29px;
}

.vlog .submenu_wrap_ul .submenu_ul li a {
  padding: 0 47px;
}

.vlog .submenu_wrap ul li {
  border: none;
}

.vlog .submenu_wrap > ul {
  border: none;
  padding: 30px 0;
}

/* .vlog .submenu_wrap ul li a.active {
  color: #218DE8;
} */

.vlog .items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 70px 18px;
}

.vlog .item h3{
  font-size: 18px;
  font-weight: normal;
  color: #221815;
  line-height: 26px;
  font-weight: 500;
  margin-top: 20px;
  
}
.related_pro .item .text h3{
   display: block;
  min-height: 60px; 
}
.vlog .item p {
  margin-top: 10px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.page_box {
  float: none;
}

.page_box .page {
  display: flex;
  justify-content: center;
}

.pagination>li>a, .pagination>li>span {
  padding: 12px 22px;
  font-size: 18px;
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
  font-size: 18px;
}

.page li {
  margin-left: 0;
  border: 1px solid #CDCDCD;
  height: auto;
}

.vlog .pagination {
  margin: 0;
  margin-top: 100px;
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
  color: #fff;
}

.vlog .form {
  padding: 12px 12px 20px;
}

.vlog .form .info input {
  height: 37px;
  width: 100%;
  background: #F1F1F1;
  border: none;
  border-radius: 4px;
  padding: 8px;
  outline: none;
  font-size: 12px;
  color: #221815;
}

.vlog .form .info textarea {
  background: #F1F1F1;
  border: none;
  width: 100%;
  padding: 8px;
  font-size: 12px;
  outline: none;
  color: #221815;
}

.vlog .form .info + .info {
  margin-top: 13px;
}

.vlog .form .info {
  position: relative;
}

.vlog .form .info .tips {
  position: absolute;
  color: red;
  left: 0;
  bottom: -20px;
  font-size: 12px;
}

.vlog .form .info input[type="submit"] {
  width: 100%;
  font-weight: 400;
  /* height: 31px; */
  background: linear-gradient(90deg, #0c5c9f 0%, #218DE8 100%);
  border-radius: 6px;
  font-size: 16px;
  color: #FEFEFE;
  line-height: 3px;
  padding: 16px 0;
}

.app {
  padding: 100px 0 92px;
}

.app .left-box {
  background: #F8F8F8;
  padding: 37px 20px 39px;
}

.app .left-box h2 {
  font-size: 24px;
  font-weight: bold;
  color: #221815;
  line-height: 23px;
  padding-left: 10px;
  margin-bottom: 24px;
}

.app .left-box .img img:nth-child(2) {
  display: none;
}

.app .left-box .item {
  display: flex;
  align-items: center;
  height: 62px;
  background: #FFFFFF;
  border-radius: 6px;
  padding: 0 10px;

  font-size: 16px;
  font-weight: 500;
  color: #221815;
}

.app .left-box .item .img {
  margin-right: 16px;
}

.app .left-box .item + .item {
  margin-top: 7px;
}

.app .left-box .item.on,
.app .left-box .item:hover {
  color: #218DE8;
  box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.35);
}

.app .left-box .item.on .img img:nth-child(1),
.app .left-box .item:hover .img img:nth-child(1) {
  display: none;
}

.app .left-box .item.on .img img:nth-child(2),
.app .left-box .item:hover .img img:nth-child(2) {
  display: block;
}

.app .left-box .items {
  display: grid;
  grid-template-columns: 100%;
  gap: 0;
}

.app .right-box h2{
  font-size: 30px;
  font-weight: bold;
  color: #218DE8;
  line-height: 30px;
  margin-bottom: 90px;
}

.app .right-box .wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.app .right-box .wrap .content {
  width: 50%;
}

.app .right-box .content h3 {
  font-size: 24px;
  font-weight: 600;
  color: #221815;
  line-height: 24px;
  margin-bottom: 40px;
}

.app .right-box .content p {
  font-size: 18px;
  font-weight: 400;
  color: #221815;
  line-height: 30px;
}

.app .swiper .text {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* justify-content: center; */
  min-height: 150px;
  border: 1px solid #eee;
  border-top: none;
  padding: 0 15px;
}

.app .prod {
  margin-bottom: 100px;
}

.app .prod .title h3 {
  font-size: 24px;
  font-weight: 600;
  color: #221815;
  line-height: 18px;
  margin-bottom: 50px;
}

.app .swiper .text .title {
  font-size: 15px;
  font-weight: 500;
  color: #221815;
  margin-bottom: 10px;
  margin-top: 20px;
}

.app .swiper .text .p {
  font-size: 14px;
  font-weight: 400;
  color: #221815;
}

.app .prod-swiper,
.app .prod1-swiper,
.app .prod2-swiper,
.app .prod3-swiper,
.app .prod4-swiper {
  position: relative;
  padding-bottom: 54px;
}

.prod .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, 
.prod .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #D4D3D7;
  border-radius: 50%;
  opacity: 1;
}

.prod .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #218DE8;
}

.intro1 {
  padding: 100px 0 94px;
  background: url("../images/intro1bg.png") no-repeat right top #F8F8F8;
  background-size: 44%;
}

.intro1 .wrap {
  display: flex;
  justify-content: space-between;
  align-items: start;
}

.intro1 .wrap .content {
  width: 45%;
}

.intro1 .title h2 {
  text-align: left;
  text-transform: uppercase;
  line-height: 65px;
  margin-bottom: 10px;
}

.intro1 p {
  font-size: 16px;
  font-weight: 400;
  color: #221815;
  line-height: 32px;
}

.intro1 a.more {
  margin-top: 30px;
}

.intro1 .img {
  width: 50%;
}

.intro2 {
  padding: 152px 0 163px;
}

.intro2 .title h2 {
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 60px;
  line-height: 46px;
}

.intro2 .wrap {
  display: flex;
  justify-content: space-between;
}

.intro2 .content  {
  width: 60%;
}

.intro2 .items {
  display: grid;
  grid-template-columns: repeat(2, 50%);
  gap: 72px 20px;
}

.intro2 .item {
  padding: 25px 46px 32px;
  border-bottom: 11px solid #fff;
  transition: all .5s ease 0s;
}

.intro2 .item:hover {
  background: #F8F8F8;
  border-color: #218DE8;
}

.intro2 .item .img {
  margin-bottom: 26px;
}

.intro2 .item .img:hover img {
  transform: none;
}

.intro2 .item h3 {
  font-size: 20px;
  font-weight: 500;
  color: #221815;
  line-height: 19px;
  margin-bottom: 27px;
}

.intro2 .item p {
  font-size: 16px;
  font-weight: 400;
  color: #221815;
}

.intro2 .img:hover img {
  transform: scale(1.1);
}

.intro3 {
  padding-bottom: 160px;
}

.intro .intro3 .title h2 {
  line-height: 65px;
  margin-bottom: 60px;
  text-align: center;
}

.intro3 .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 90px 38px;
}

.intro3 .item h3 {
  padding: 20px 0;
  font-size: 20px;
  font-weight: 500;
  color: #221815;
  text-align: center;
}

.intro3 .item p {
  font-size: 16px;
  font-weight: 400;
  color: #221815;
  height: 68px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  word-break: break-all;
  overflow: hidden;
}

.intro4 {
  background: #F8F8F8;
  padding: 96px 0 80px;
}

.intro .title h2 {
  text-transform: uppercase;
  text-align: left;
  line-height: 65px;
}

.intro4 .title {
  margin-bottom: 55px;
}

.intro .slider_table table th{
  background: #218DE8;
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 50px;
}

.intro .slider_table td, 
.intro .slider_table th {
  border-color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 35px;
}

.intro .slider_table tr:nth-child(2n) {
  background: #EBEBEB;
}

.intro .slider_table tr:nth-child(2n + 1) {
  background: #fff;
}

.intro5,
.intro6,
.intro7 {
  background: #F8F8F8;
  padding-bottom: 82px;
}

.intro5 .title,
.intro6 .title,
.intro7 .title {
  margin-bottom: 55px;
}

.intro5 .slider_table table th {
  line-height: 35px;
}

.intro8 {
  background: url("../images/intro8bg.png") no-repeat center;
  padding: 105px 0 115px;
}

.intro8 .title h2 {
  color: #fff;
  text-align: center;
}

.intro8 .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.intro8 .item {
  position: relative;
}

.intro8 .item .text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all .5s ease 0s;

  font-size: 20px;
  font-weight: 500;
  padding: 17px 0;
  width: 100%;
  color: #fff;
  line-height: 20px;
  text-align: center;
}

.intro8 .item .text p {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  padding: 17px 0;
  width: 100%;
  color: #fff;
  line-height: 20px;
}

.intro8 .item .content {
  position: absolute;
  left: 10%;
  right: 10%;
  top: 10%;
  bottom: 16%;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all .5s ease 0s;
}

.intro8 .item .content p {
  font-size: 16px;
  font-weight: 300;
  color: #FFFFFF;
  width: 86%;
  height: 75%;
  overflow-y: auto;
}

/* .intro8 .item:hover .text {
  opacity: 0;
} */

.intro8 .item:hover .content {
  opacity: 1;
}

.intro9 {
  padding: 92px 0 75px;
}

.intro9 .title h2 {
  text-align: center;
  line-height: 65px;
}

.intro9 .title {
  margin-bottom: 127px;
}

.intro9 .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 85px 106px;
}

.intro9 .item .top {
  display: flex;
  margin-bottom: 30px;
}

.intro9 .item .img {
  margin-right: 60px;
}

.intro9 .item .img img:nth-child(2) {
  display: none;
}

.intro9 .item .top h3 {
  position: relative;
  font-size: 22px;
  font-weight: 600;
  color: #221815;
  line-height: 16px;
  text-transform: uppercase;
}

.intro9 .item .top h3::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 42px;
  height: 1px;
  background: #6F6F6F;
}

.intro9 p {
  font-size: 16px;
  font-weight: 300;
  color: #6F6F6F;
  line-height: 30px;
}

.intro9 .item:hover img:nth-child(1) {
  display: none;
}

.intro9 .item:hover img:nth-child(2) {
  display: block;
}

.intro9 .item:hover h3 {
  color: #218DE8;
}

.intro10 {
  background: #F8F8F8;
  padding: 105px 0 88px;
}

.intro10 .title {
  margin-bottom: 82px;
}

.intro10 .title h2 {
  text-align: center;
  line-height: 50px;
}

.intro10 .img {
  display: flex;
  justify-content: center;
  align-items: center;
}

.Fast_contact ul>li.onlineservice_li>a.onlineService_zalo {
  width: 30px;
  height: 30px;
  background-image: url(../images/zalo.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}

.Fast_contact ul>li.onlineservice_li>a.onlineService_snapchat {
  width: 30px;
  height: 30px;
  background-image: url(../images/snapchat.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}

.Fast_contact ul>li.onlineservice_li>a.onlineService_kakaoTalk {
  width: 30px;
  height: 30px;
  background-image: url(../images/kakao-talk.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}

.Fast_contact ul>li.onlineservice_li>a.onlineService_wechat {
  width: 30px;
  height: 30px;
  background-image: url(../images/wechat.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}

.intro3 .item a.more {
  width: 150px;
  margin: 0 auto;
  margin-top: 20px;
}

.intro8 .title p {
  color: #fff;
  font-size: 20px;
  margin: 20px 0;
}

.intro8 .item .text  {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.intro8 .item .text i.iconfont {
  font-size: 36px;
  color: #fff;
  margin-left: 10px;
}

.pro_S_img .img:not(:last-child) {
  margin-right: 0.1%;
}

.pro_S_img .slick-prev, .pro_S_img .slick-next {
  background: none;
  position: absolute;
  margin: 0;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}

.pro_S_img .slick-next {
  right: 0;
  left: auto;
}

.pro_S_img .slick-prev:after, 
.pro_S_img .slick-next:after {
  content: "\e653";
  font-family: "iconfont";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  color: #999999;
  font-size: 34px;
}

.pro_S_img .slick-next:after {
  content: "\e775";
}

.pro_S_img {
  padding: 0 40px;
}

.app .swiper .text .title:hover,
.app .swiper .text .p:hover {
  color: #218DE8;
}

.intro10 table {
  width: 77%;
  margin: 0 auto;
  margin-top: 64px;
}

.intro10 .slider_table td,
.intro10 .slider_table th {
  border-color: #221815;
}

.intro10 .slider_table tr:nth-child(2n + 1),
.intro10 .slider_table tr:nth-child(2n) {
  background: transparent;
}

.intro10 .slider_table tr th {
  font-size: 24px;
  font-weight: 600;
  color: #221815;
  background: transparent;
}

.productTabBox {
  display: flex;
  position: sticky;
  top: 0;
  left: 0;
  background: #f0f0f0;
  z-index: 999999;
  margin-top: 20px;
}

.productTabBox .tab {
  flex: 1;
  display: block;
  border-bottom: 1px solid #f0f0f0;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 60px;
  text-align: center;
  outline-style: unset;
  cursor: pointer;
}

.productTabBox .tab.on {
  border-bottom-color: #218DE8;
  color: #218DE8;
  font-weight: bold;
}

.product_img_box {
  width: 50%;
  overflow: hidden;
  float: left;
  position: relative;
  max-width: none;
}

.parameter_box {
  width: 50%;
  float: left;
  padding-left: 35px;
  margin-left: 0;
}

.parameter_box h1 {
  display: flex;
  align-items: center;
  font-size: 24px;
  color: #000;
  line-height: 1.2;
}

.parameter_box p{
  font-size: 16px;
  color: #000;
  font-weight: 300;
  margin-bottom: 20px;
}

.product_content .mod tr td:nth-of-type(1) {
  width: auto;
}

.product_content .mod .tip {
  font-size: 16px;
  color: #000;
  line-height: 34px;
  padding-right: 10px;
}

.product_content .mod tr td .checkbox {
  margin: 0 2px 5px 0;
  padding: 0 10px;
  height: 34px;
  line-height: 34px;
  font-size: 16px;
  font-weight: 500;
  background: #e5e5e5;
  border: 0;
}

.product_content .mod tr td .checkbox:hover {
  border: 0;
  background: #218DE8;
  color: #fff;
}

.parameter_btn a.inquire {
  height: 48px;
  line-height: 48px;
  width: auto;
  padding: 0 40px;
  background: #218DE8;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}

.productDetailContentBox .title h2 {
  text-align: center;
  padding: 50px 0 45px;
  font-size: 36px;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: none;
}

.productBox1 tr{
  display: flex;
  align-items: center;
  background: #f4f4f4;
  margin-bottom: 20px;
  padding: 20px 0;
}

.productBox1 tr td:nth-child(1) {
  width: 50%;
  padding: 20px 70px;
  border: none;
}

.productBox1 tr td:nth-child(2) {
  width: 50%;
  line-height: 0;
  text-align: center;
}

.productBox1 .slider_table td, 
.productBox1 .slider_table th,
.productBox1 .slider_table table {
  border: none;
}

.productBox1 tr:nth-child(2n) {
  flex-direction: row-reverse;
}

.productDetailContentBox .title {
  margin-top: 0;
}

.productDetailContentBox .title h2 {
  margin-bottom: 0;
}

.productDetailContentBox .productBox2 table td {
  background: #f0f0f0;
  height: 50px;
  border: 1px solid #fff;
  font-size: 16px;
  color: #000;
  padding: 10px 15px;
}

.productDetailContentBox .contentBox td img {
  width: 100%;
}

.product_content .mod tr td .checkbox.on {
  border: 1px solid #218DE8;
  color: #218DE8;
}

.product_content .mod tr td .checkbox.on:hover {
  color: #fff;
}

.contactBox2 .conBox {
  margin: 25px 0 45px;
  background: #f4f4f4;
}

.contactBox2 .conBox .title {
  text-align: center;
  padding: 65px 10px 50px;
}

.contactBox2 .conBox .title p {
  font-size: 16px;
  color: #000;
  line-height: 1.6;
}

.contactBox2 .conBox form {
  max-width: 670px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 30px;
}

.contactBox2 .conBox .info {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}

.contactBox2 .conBox .info input[type=text], .contactBox2 .conBox .info textarea {
  width: 100%;
  height: 44px;
  padding: 10px;
  color: #282828;
  border: 0;
  background: #fff;
  font-size: 14px;
}

.contactBox2 .conBox .info textarea {
  resize: none;
  height: 140px;
}

.contactBox2 .conBox .tips {
  display: block;
  color: red;
  font-size: 14px;
  line-height: 16px;
}

.contactBox2 .conBox .info.w100 {
  width: 100%;
}

.contactBox2 .conBox .info:last-child {
  text-align: center;
}

.contactBox2 .conBox .info input[type=submit] {
  width: 205px;
  height: 45px;
  margin-top: 25px;
  background: #218DE8;
  color: #fff;
  border: 0;
  font-size: 18px;
  cursor: pointer;
  transition: all .3s;
}

.contactBox2 .conBox .title h2 {
  font-size: 48px;
  font-weight: 600;
  color: #000;
  padding-bottom: 15px;
}

.productDetailContentBox .contentBox img {
  width: 100%;
}

.product_box .submenu_wrap ul li span.li_click,
 .product_box .submenu_wrap_ul .submenu_ul span.sec_click {
  background: url("../images/pro_click.png") top center no-repeat;
}

.product_box .submenu_wrap ul li a:hover,
.product_box .submenu_wrap ul li a.on,
.product_box .submenu_wrap ul.submenu_ul li a:hover  {
  background: linear-gradient(90deg, #0c5c9f 0%, #218DE8 100%);
  color: #ffffff;
}

.product_box .row,
.faq_box .row,
.download_box .row,
.news_box .row {
  margin-right: -15px;
  margin-left: -15px;
}

.vlog.news_box,
.download_box,
.faq_box {
  padding: 40px 0;
}

.droplist_tile {
  background: #fff;

}

.droplist_tile .prod {
  padding-bottom: 20px;
  border-bottom: 1px solid #dadada;
  border-top: 1px solid #dadada;
  margin: 20px 0;
}

.droplist_tile .prod .context {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 0;
  padding-top: 20px;

}

.droplist_tile .prod h2 {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  text-transform: uppercase;
  min-height: 42px;
}

.droplist_tile .prod h2 a {
  color: #218DE8;
  font-size: 14px;
  font-weight: 500;
  margin-left: 15px;
}

.droplist_tile .prod ul li {
  position: relative;
  font-size: 12px;
  font-weight: 500;
  line-height: 28px;
  padding-left: 15px;
}

.droplist_tile .prod ul li a {
  color: #333;
}

.droplist_tile .prod ul li:hover a {
  color: #218DE8;
}

.droplist_tile .prod ul li::after {
  position: absolute;
  left: 0;
  top: 8px;
  content: "";
  width: 5px;
  height: 11px;
  background: url("../images/menuright.png") no-repeat center;
}

.droplist_tile .support {
  padding-bottom: 20px;
}
.droplist_tile .supports {
  padding-bottom: 20px;
  border-top: 1px solid #dadada;
  position: relative;
}
.droplist_tile .supports:after{
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #dadada;
  position: absolute;
  left: 0;
  bottom: 20px;
}
.droplist_tile .support .context{
  padding: 40px 0;
  border-bottom: 1px solid #dadada;
  border-top: 1px solid #dadada;
  display: flex;
}

.droplist_tile .support .context .item {
  width: 20%;
}

.droplist_tile .support .item .img {
  text-align: center;
  margin-bottom: 12px;
}

.droplist_tile .support .item .img img{
  width: 50px;
}

.droplist_tile .support .item p {
  font-weight: 500;
  font-size: 14px;
  color: #221815;
  text-align: center;
  text-transform: uppercase;
}

.droplist_tile .support .item:hover p {
  color: #218DE8;
}

.product_box.vlog {
  padding: 40px 0;
}

.vlog.product_box .submenu_wrap h2 {
  background: linear-gradient(90deg, #0c5c9f 0%, #218DE8 100%);
}

.vlog.product_box .productTitle {
  margin-bottom: 20px;
}

.products_inquire a.inquire {
  color: #fff;
  background: #218DE8;
}

.products_inquire a.inquire:hover {
  background-color: #218DE8;
}

.pager_box li a {
  position: relative;
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
  padding: 14px 0;
  padding-left: 60px;
  border-radius: 0;
}

.pager_box li a::after {
  font-family: 'iconfont';
  line-height: 42px;
  font-size: 28px;
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  border-radius: 0;
  text-align: center;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transition: all .5s;
  background-color: #fff;
  border-radius: 50%;
}

.pager_box .prev a::after{
  left: 10px;
  content: "\e6b9";
  transform: translateY(-50%) rotate(180deg);
}

.pager_box .next a::after{
  left: 10px;
  content: "\e6b9";
}

.pager_box li a:hover::after {
  background: #218DE8;
  color: #fff;
  border-color: #666;
}

.pager_box li a:hover {
  border-color: #fff;
}

.related_pro .item{
  background: #fff;
  border: 1px solid #eee;
  text-align: center;
  padding: 10px;
  padding-bottom: 20px;
  transition: 0.5s all;
  overflow: hidden;
}

.related_pro .item .text {
  margin-top: 10px;
}

.related_pro .item:hover .text a {
  color: #218DE8;
}

.related_pro .item:hover img {
  transform: scale(1.05);
}

.vlog .item .time {
  color: #218DE8;
  margin-top: 15px;
}

.news_list_box .news_text .more {
  display: inline-block;
  padding: 0 20px;
  line-height: 40px;
  background: none;
  color: #fff;
  font-size: 15px;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  background: #218DE8;
  border-radius: 25px;
}

.news_box .news_img {
  position: relative;
  width: 30%;
}

.news_box .news_text {
  margin-left: 30%;
}

.post-image-mask {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -5px;
  margin-left: -22px;
  text-align: center;
  font-size: 0;
}

.li:hover .news_img img {
  transition: 0.6s all;
}

.li:hover .news_img a {
  background: #000;
  overflow: hidden;
}

.li:hover .news_img img {
  transform: scale(1.1);
  opacity: 0.6;
}

.li:hover .post-image-mask span, .li:hover .post-image-mask:after, .li:hover .post-image-mask:before {
  opacity: 1;
  -webkit-animation: wd-fadeInLeft .3s ease;
  animation: wd-fadeInLeft .3s ease;
}

.post-image-mask span, .post-image-mask:after, .post-image-mask:before {
  display: inline-block;
  margin-right: 7px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #FFF;
  vertical-align: middle;
  opacity: 0;
  transition: opacity .2s ease;
  -webkit-animation: wd-fadeOutRight .3s ease;
  animation: wd-fadeOutRight .3s ease;
}

.post-image-mask:after {
  content: '';
  margin-right: 0;
}

.post-image-mask:before {
  content: '';
  transition-delay: .15s;
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}

.li:hover .post-image-mask:before, .li:hover .post-image-mask:before, .li:hover .post-image-mask:before {
  transition-delay: .2s;
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
}

.news_box .news_list:hover {
  top: 0;
}

.vlog .form .info input[type="submit"] {
  text-transform: uppercase;
}

.related_pro .item .img {
  border: none;
}

.related_pro .item_box,
.related_pro .item {
  padding: 0;
}

.related_pro .item .text h3 a {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.Crumbs ul {
  display: flex;
  flex-wrap: wrap;
}

.news_content_text {
  width: 100%;
}

@-webkit-keyframes wd-fadeOutRight{from{-webkit-transform:none;transform:none}to{-webkit-transform:translate3d(50px,0,0);transform:translate3d(50px,0,0)}}@keyframes wd-fadeOutRight{from{-webkit-transform:none;transform:none}to{-webkit-transform:translate3d(50px,0,0);transform:translate3d(50px,0,0)}}
@-webkit-keyframes wd-fadeOutLeft{from{-webkit-transform:none;transform:none}to{-webkit-transform:translate3d(-50px,0,0);transform:translate3d(-50px,0,0)}}@keyframes wd-fadeOutLeft{from{-webkit-transform:none;transform:none}to{-webkit-transform:translate3d(-50px,0,0);transform:translate3d(-50px,0,0)}}
@-webkit-keyframes wd-fadeInLeft{from{-webkit-transform:translate3d(-50px,0,0);transform:translate3d(-50px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes wd-fadeInLeft{from{-webkit-transform:translate3d(-50px,0,0);transform:translate3d(-50px,0,0)}to{-webkit-transform:none;transform:none}}

@keyframes example {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }

  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }

  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

.container {
  width: 94%;
  margin: 0 auto;
  max-width: 1303px;
  padding: 0;
}

.inquireFormBox .info {
  position: relative;
}

.inquireFormBox .label_control {
  width: auto;
  position: absolute;
  left: 10px;
  top: 0;
  line-height: 36px;
  font-size: 13px;
  color: #2c2c2c;
  font-weight: 400;
  text-transform: capitalize;
}

.inquireFormBox .info {
  width: 100%;
}

.inquireFormBox .controls.inputon .label_control {
  display: none;
}

.inquireFormBox .controls textarea {
  outline: none;
}

.inquireFormBox .info.textarea .label_control {
  line-height: 20px;
}

.vlog iframe {
  width: 100%;
  padding: 40px 15px;
}

@media (max-width: 1450px) {
  /* .container {
      width: 1200px;
  } */

  header .head-bottom .nav-list>li {
    padding: 0 20px;
  }

  .about1 .wrap .content {
    width: 50%;
  }

  .about1 .content p + p {
    margin-top: 10px;
  }

  .about1 .content p {
    font-size: 16px;
    line-height: 32px;
  }

  .vison1 .text h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
  }

  .vison1 .text p {
    line-height: 26px;
  }

  .vison1 .wrap .text {
    height: 28vw;
    padding-left: 50px;
  }

  .vison2 .item .content .img {
    height: 50px;
  }

  .vison2 .item .content {
    height: 74%;
  }

  .index4 .wrap .img::after {
    height: 74%;
  }

  .index6-swiper .swiper-button-prev::after, .index6-swiper .swiper-button-next::after {
    font-size: 38px;
  }

  .index6-swiper .swiper-button-next, .index6-swiper .swiper-button-prev {
    left: 2%;
  }

  .index6-swiper .swiper-button-next {
    right: 2%;
    left: auto;
  }
  
  footer .footer-wrap h3 {
    font-size: 22px;
  }

  footer .footer-wrap ul a, footer .footer-wrap ul li {
    font-size: 15px;
  }
}

@media (max-width: 1220px) {
  /* .container {
      width: 992px;
  } */
  /* .about1 .wrap .img {
    width: auto;
  } */

  .index6-swiper .swiper-button-prev::after, .index6-swiper .swiper-button-next::after {
    font-size: 30px;
  }

  .index6-swiper .swiper-button-next, .index6-swiper .swiper-button-prev {
    left: 0.5%;
  }

  .index6-swiper .swiper-button-next {
    right: 0.5%;
    left: auto;
  }

  .intro9 .item .top h3 {
    font-size: 20px;
    line-height: 24px;
  }

  section .title h2 {
    font-size: 38px;
    line-height: 44px!important;
  }

}

@media (max-width: 1720px) {

}

@media (max-width: 1620px) {}

@media (max-width: 1400px) {
  header .head-bottom .nav-list>.prod .nav-two-div {
    width: 100%;
  }

  /* .container {
    width: 100%;
    padding: 0 20px;
  }

  .container_1600,
  .container_1400 {
    width: 1400px;
  } */
}

@media (max-width: 1220px) {

  .container_1600,
  .container_1400 {
    width: 100%;
  }
}

@media screen and (max-width: 1280px) {
  header .head-bottom .nav-list>li a {
    font-size: 16px;
  }

  header .head-bottom .logo {
    padding: 6px 0;
  }

  header .head-bottom .nav-list>li>a {
    padding: 26px 0;
  }

  header .head-bottom .nav-list>.head-search,
  header .head-bottom .nav-list>.head-langBox {
    padding: 23px 0;
  }

  header .head-bottom .nav-list>li {
    padding: 0 15px;
  }

  .index1 .items {
    gap: 30px;
  }

  .index6 .item p,
  .index1 h3 {
    font-size: 22px;
  }

  .index1 ul {
    margin-top: 10px;
  }
}


@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: 5.8vw;
  }

  .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;

    display: flex;
    align-items: center;
    justify-content: center;
  }

  .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;
  }
  .pro_S_img .img img{
    width: 87%;
  }
  .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;
    text-transform: uppercase;
  }

  .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("../images/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;
  }

  section .title h2 {
    margin-bottom: 20px!important;
  }

  .index1 .tabs li::before,
  .index1 .tabs .more,
  ul:before, ul:after {
    display: none;
  }

  .index1 .tabs li {
    font-size: 15px;
    padding: 4px 0;
    justify-content: center;
  }

  .index1 .tabs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 4px;
    padding: 20px 0;
  }

  .index1 .box p {
    padding: 20px 0;
  }

  .index1 .box .items {
    grid-template-columns: 50% 50%;
    gap: 20px 10px;
  }

  .index1 .box .item > .img {
    margin-bottom: 10px;
  }

  .index1 .text {
    font-size: 16px;
    text-align: center;
    justify-content: center;
  }

  .index1 .boxs {
    margin-bottom: 20px;
  }

  .index1 .text .img {
    display: none;
  }

  .index1,
  .index4 {
    padding: 20px 0;
  }

  .index1 h2 {
    margin-bottom: 20px;
}

  .index1 .items {
    grid-template-columns: 100%;
    grid-template-rows: auto;
  }


  .index1 a.more1,
  .index1 .title .more {
    display: none;
  }

  .index1 ul {
    margin-top: 20px;
  }

  .index1 .item:first-child .iconfont {
    bottom: 0;
  }

  .index1 .item .iconfont {
    right: 10px;
    left: auto;
  }

  .index1 .context {
    flex-direction: column;
  }

  .index1 .context .item {
    width: 100%;
    margin-bottom: 10px;
  }

  .index2 .top {
    padding-top: 20px;
  }

  .index2 .items {
    grid-template-columns: 100%;
    gap: 20px;
    padding-bottom: 0;
  }

  .index2 .item .img {
    height: auto;
    padding: 20px 0;
  }

  .index1 .wrap .title h2 {
    font-size: 26px;
    text-align: center;
    line-height: 28px;
    padding-top: 20px;
  }

  .index3 {
    padding: 20px 0;
    background-size: cover;
    background-position: left;
  }

  .index3 .wrap {
    width: 100%;
  }

  .index3 h3 {
    margin-bottom: 20px;
  }

  .index3 a.more {
    margin-top: 20px;
  }

  .index3 p {
    font-size: 16px;
  }

  .index3 h3 {
    font-size: 20px;
  }

  .index4 .swiper-pagination {
    bottom: 0;
  }

  .index5 .items {
    grid-template-columns: 100%;
  }

  .index1 .title h2::after, .index2 .title h2::after, .index5 .title h2::after, .index4 .title h2::after {
    bottom: -8px;
  }

  section .contact .wrap h3 {
    font-size: 20px;
  }

  section .contact .wrap p {
    font-size: 16px;
  }

  section .contact {
    padding:20px 0;
    background-size: cover;
  }
  
  /*.footer-share {
    display: none;
  }*/

  .copyright-left {
    line-height: 1.2;
    padding: 10px 0;
  }

  .index5 a.more {
    margin-top: 20px;
  }

  .about .imgBanner .content h1 {
    font-size: 20px;
    margin: 0;
    text-align: center;
  }

  .about .imgBanner .content h1 span {
    margin-left: 10px;
  }

  .imgBanner .content {
    align-items: center;
    justify-content: center;
  }

  .about1 {
    padding: 20px 0;
  }

  .about .title h2::after {
    height: 4px;
    bottom: -10px;
  }

  .about .title h2 {
    line-height: 1.2;
  }

  .about1 .items,
  .about1 .item:last-child .content h3 {
    margin-bottom: 20px;
  }

  .about1 .items .item {
    flex-direction: column;
  }

  .about1 .item .content {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .about1 .item:last-child .content {
    margin-left: 0;
  }

  .about2 .content {
    padding-top: 30px;
    background-size: cover;
  }

  .about2 .year-item + .year-item {
    padding-top: 20px;
  }

  .about2 .year-box {
    width: 100%;
  }

  .about2 .year-title {
    font-size: 16px;
    min-width: 94px;
  }

  .year-item:before {
    left: 126px;
  }

  .year-item .year-title:before {
    top: 30px;
    left: 124px;
  }

  .about2 .company {
    flex-direction: column;
    margin-top: 20px;
  }

  .about2 .year-item:first-child .year-title::before {
    left: 127px;
  }

  .about2 .company .wrap {
    margin-left: 0;
  }

  .about2 .wrap h3 {
    margin: 20px 0;
    font-size: 28px;
  }

  .about2 .wrap h3::after {
    left: 50%;
    height: 4px;
    bottom: -10px;
    transform: translateX(-50%);
  }

  .about3 .desc {
    margin-left: 0;
    font-size: 16px;
    margin-bottom: 20px;
  }

  .about3 .about3-title, .about4 .about4-title {
    margin-bottom: 20px;
  }

  .about3-img {
    display: none;
  }

  .index5,
  .index6,
  .index7,
  footer .footer-other,
  .about2 {
    height: auto;
    padding: 20px 0;
  }
  .index5 .img img{width: 100%;}
  footer .footer-other p {
    font-size: 20px;
    width: 80%;
  }

  footer .footer-other a {
    width: 60%;
    height: 50px;
    line-height: 50px;
    margin-top: 20px;
    font-size: 20px;
  }

  footer .footer-other i {
    font-size: 18px;
  }

  .about1 .row,
  .about2 .row,
  .about3 .row,
  .cap3 .row {
    flex-direction: column;
  }

  .about1 h3, .about2 h3, .about3 h3, .safety1 h3 {
    margin: 20px 0;
    font-size: 28px;
  }

  .about2 .items {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 20px;
  }

  .about1 p, .about2 p, .about3 p, .safety1 p {
    font-size: 16px;
  }

  .about3 {
    padding: 20px 0;
  }

  .imgBanner h1 {
    font-size: 36px;
  }

  .about3 .img img{
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .quality-swiper p::after, .quality-swiper .one p::before {
    display: none;
  }

  .place,
  .quality {
    margin-top: 0;
  }

  .place .tabs-list .tabs-head {
    line-height: 1;
    height: auto;
    padding: 10px 30px;
  }

  .about4 .img {
    display: flex;
    justify-content: center;
  }

  .about4 .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 10px;
  }

  .prod-top .box {
    flex-direction: column;
    padding: 20px 0;
  }

  .prod-top .box h1 {
    width: 100%;
    font-size: 36px;
    line-height: 42px;
  }

  .prod-top .box .img {
    padding: 20px 0;
  }

  .prod1 .title h3, .prod2 .title h3, .prod3 .title h3 {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .prod1 .items,
  .prod3 .items,
  .product3 .imgs {
    grid-template-columns: 100%;
    gap: 20px;
  }

  .prod1 .item .text,
  .prod3 .item .text {
    top: 80%;
  }

  .prod1 .text h2 {
    font-size: 22px;
    line-height: 1!important;
  }

  .tabs-list .tabs-head,
  .prod3 .text p {
    font-size: 16px;
  }

  .prod3 {
    padding: 20px 0;
  }

  .product-head {
    margin: 0;
    margin-bottom: 20px;
  }

  .product-head .wrapper::after {
    display: none;
  }

  .product-head .product-thumb,
  .product-head .product-thumb img {
    height: auto!important;
  }

  .product-head .box h1 {
    font-size: 28px;
  }

  .product-detail .title h3 {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .product1,
  .product2,
  .product3 {
    margin-bottom: 20px;
  }

  .tabs-list .tabs-head {
    padding: 0 30px;
    display: flex;
    align-items: center;
    line-height: 1.1;
  }

  .about4 .swiper-pagination-bullets {
    bottom: 50px;
  }
  
  .about4 .swiper-button-prev:after, 
  .about4 .swiper-button-next:after {
    top: 50%;
  }

  .tabs-list .text {
    padding: 20px;
  }

  .solution2 h3,
  .solution1 h3 {
    margin-bottom: 20px;
    text-align: center;
  }

  .solution2 {
    padding: 20px 0;
  }

  .solution2 .item {
    flex-direction: column;
  }

  .solution2 .item .content {
    padding: 20px;
  }

  .solution2 .content a.more {
    float: none;
    margin: 0 auto;
    margin-top: 10px;
  }

  .solution1 p + p,
  .prods3 .content li + li {
    margin-top: 20px;
  }

  .prods .imgBanner .text {
    margin-top: 0;
  }

  .prods .imgBanner h2 {
    font-size: 20px;
    line-height: 1;
    margin-top: 6px;
    margin-left: 6px;
    padding: 0;
  }

  .prods .imgBanner .text .img {
    width: 34%;
  }

  .prods1,
  .prods3 {
    padding: 20px 0;
  }

  .prods1 h3,
  .prods3 .title h3 {
    margin-bottom: 20px;
  }

  .prods .title h3 {
    margin-left: 0;
  }

  .prods1 .tabs {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 10px 0;
    border-bottom: 2px solid #ED6F36;
  }

  .prods1 .tabs .tab {
    font-size: 14px;
    border-bottom: none;
    height: 40px;
  }

  .prods1 .box.on {
    flex-direction: column;
  }

  .prods1 .box .boxLeft {
    width: 100%;
    height: auto;
    padding: 20px;
  }

  .prods1 .boxRight,
  .prods3 .box .content {
    padding: 20px;
  }

  .prods .title h3 {
    text-align: center;
    font-size: 24px;
    line-height: 1;
  }

  .prods2 .items {
    grid-template-columns: 50% 50%;
    gap: 10px;
  }

  .prods2 .item p {
    font-size: 16px;
  }

  .prods2 .item .text {
    height: 38px;
  }

  .prods3 .box {
    flex-direction: column;
  }

  .prods4 .items {
    grid-template-columns: 50% 50%;
    gap: 20px 10px;
    margin-bottom: 20px;
  }

  .prods4 .item {
    height: auto;
  }

  .prods4 .item p {
    padding: 10px;
    text-align: center;
  }

  .page {
    display: none;
  }

  .m_page {
    display: block;
    margin-bottom: 20px;
  }

  .prods4 h3,
  .solution-detail1 {
    margin-bottom: 20px;
  }

  .imgBanner h1 {
    font-size: 26px;
    margin-top: 0;
  }

  .solution-content .title h3, .prod-custom .title h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .solution-content,
  .prod-custom1 {
    padding: 20px 0;
  }

  .solution-detail2 .items, .solution-detail3 .items {
    grid-template-columns: 50% 50%;
    gap: 10px;
  }

  .solution-detail2 p {
    font-size: 16px;
    text-align: center;
  }

  .prod-custom2 .wrap {
    flex-direction: column-reverse;
  }

  .prod-custom .imgBanner h1 {
    margin-top: 0;
    line-height: 1.1;
    font-size: 24px;
    text-align: center;
  }

  .solution-content .title h3, .prod-custom .title h3 {
    font-size: 22px;
    text-align: center;
  }

  .prod-custom2 .tabs .tab,
  .prod-custom2,
  .prod-custom3,
  .custom3,
  .custom5,
  .agent3 .wrap {
    padding: 20px 0;
  }

  .prod-custom2 .tab p {
    width: 88%;
  }

  .prod-custom2 .box .text {
    padding: 10px;
    overflow: hidden;
  }

  .prod-custom2 .box .text p {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }

  .prod-custom3 .items {
    grid-template-columns: 100%;
    row-gap: 20px;
  }

  .prod-custom3 .item::before {
    display: none;
  }

  .custom2 .items .item {
    align-items: center;
    flex-direction: column;
    padding: 20px;
    height: auto;
  }

  .custom2 .items .item .text {
    margin-left: 0;
  }

  .custom2 .items .item .img {
    margin-bottom: 20px;
  }

  .custom2 .text h4 {
    text-align: center;
  }

  .custom3 .content .items {
    grid-template-columns: 100%;
    gap: 20px 10px;
  }

  .custom3 .content .item::after,
  .custom3 .content .item:nth-child(1)::before, 
  .custom3 .content .item:nth-child(5)::before {
    display: none;
  }

  .custom3 .items .item:nth-child(1) {
    order: 1;
  }
  .custom3 .items .item:nth-child(2) {
    order: 2;
  }
  .custom3 .items .item:nth-child(3) {
    order: 3;
  }
  .custom3 .items .item:nth-child(4) {
    order: 4;
  }
  .custom3 .items .item:nth-child(5) {
    order: 8;
  }
  .custom3 .items .item:nth-child(6) {
    order: 7;
  }
  .custom3 .items .item:nth-child(7) {
    order: 6;
  }
  .custom3 .items .item:nth-child(8) {
    order: 5;
  }
  .custom3 .items .item:nth-child(9) {
    order: 9;
  }
  .custom3 .items .item:nth-child(10) {
    order: 10;
  }
  .custom3 .items .item:nth-child(11) {
    order: 11;
  }
  .custom3 .items .item:nth-child(12) {
    order: 12;
  }

  .custom5 .items {
    grid-template-columns: 50% 50%;
    gap: 20px 10px;
  }

  .custom5 .img {
    min-height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .agent .imgBanner h1 {
    font-size: 32px;
  }

  .agent1 .wrap,
  .agent3 .wrap {
    flex-direction: column;
  }

  .agent1 {
    margin-top: 20px;
  }

  .agent1 .wrap .content {
    margin-right: 0;
  }

  .agent1 .wrap h3,
  .agent3 .wrap .content h3 {
    margin-bottom: 20px;
    font-size: 31px;
    line-height: 1.2;
  }

  .agent2 {
    margin: 20px 0 0;
  }

  .agent3 {
    background: none;
  }

  .agent3 .wrap .content {
    margin-left: 0;
    margin-top: 20px;
  }

  .agent4 .look-for,
  .agent4 .info {
    width: 100%;
    margin: 0;
    padding: 0 20px;  
  }

  .agent4 .info,
  .agent5 .boxRight {
    margin-top: 20px;
  }

  .agent4 .title h4 {
    margin: 20px;
  }

  .agent5 {
    padding: 20px 0;
    height: auto;
    background: #4e4e4e;
  }

  .agent5 .wrap {
    flex-direction: column;
  }

  .agent5 .boxLeft,
  .agent5 .boxRight {
    width: 100%;
  }

  .index1 .wrap {
    flex-direction: column;
  }

  .index1 .img {
    width: 100%;
  }

  .index1 .wrap > .img {
    position: unset;
  }

  .index1 {
    margin-top: 0;
  }

  .index1 .wrap .content {
    width: 100%;
    padding-top: 20px;
    height: auto;
  }

  .index1 .nums {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 10px;
    margin: 20px 0;
  }

  .index1 .nums .item:last-child {
    width: 100%;
  }

  .index1 a.more {
    margin: 0 auto;
    margin-top: 20px;
    display: block;
    width: 150px;
    height: 44px;
    line-height: 44px;
    font-size: 18px;
  }

  .index1 .wrap .content::after {
    display: none;
  }

  .index2 {
    padding: 20px 0;
  }

  .index2 a.more {
    margin-top: 20px;
  }

  .index2 .swiper-button-prev {
    left: 20%;
    bottom: 0;
  }

  .index2 .swiper-button-next {
    right: 20%;
    bottom: 0;
  }

  .index3 .items {
    gap: 0;
  }

  .index3 .items,
  .index4 .items,
  .index6 .items {
    grid-template-columns: 100%;
  }

  .index3 .items .item:first-child p {
    width: 100%;
  }

  .index3 .items .item:first-child {
    height: auto;
    grid-column: auto;
    padding: 20px;
  }

  .index3 .items .item {
    flex-direction: column-reverse;
    padding: 20px;
    height: auto;
  }

  .index3 .items .item .content {
    margin-bottom: 20px;
  }

  .index4 .wrap {
    flex-direction: column;
  }

  .index4 .wrap .content {
    width: 100%;
  }

  .index4 .wrap .title h2 {
    line-height: 36px;
  }

  .index4 .wrap .text {
    flex-direction: column;
  }

  .index4 .title p,
  .index4 .wrap .text p,
  .index4 .wrap .img {
    width: 100%;
  }

  .index4 .item .text h3 {
    font-size: 38px;
  }

  .index4 .wrap .img {
    margin-top: 20px;
  }

  .index4 .wrap .img::after {
    display: none;
  }

  .index4 .items {
    gap: 20px;
    margin: 20px 0;
  }

  .index5 .content {
    padding: 0;
  }

  .index5 .item p {
    min-height: auto;
    margin-bottom: 20px;
  }

  .index5 .item .name {
    margin: 20px 0;
  }

  .index6 .items {
    gap: 20px;
    margin-top: 20px;
  }

  .index6 .title h2 {
    margin-bottom: 20px!important;
  }

  .index6 .title {
    margin-bottom: 20px;
  }

  .index6 .item {
    padding: 20px;
  }

  .index6 .item h3 {
    margin: 20px 0;
  }

  .index6 .item .more {
    margin-top: 20px;
  }

  .index6 .item {
    box-shadow: 0px 4px 14px 0px rgb(55 55 55 / 22%);
  }

  .footer-copyright .wrap {
    line-height: 27px;
    justify-content: center;
    padding: 10px 0;
  }

  .index2 .title {
    margin-bottom: 20px;
  }

  .profile2 .wrap {
    flex-direction: column;
  }

  .profile2 .wrap .left {
    width: 100%;
  }

  .profile2 .wrap .text {
    margin-left: 0;
  }

  .profile2 .swiper-pagination-bullets.swiper-pagination-horizontal {
    display: none;
  }

  .profile2,
  .profile5,
  .prod1 {
    padding: 20px 0;
  }

  .profile3 .items,
  .profile4 .imgs,
  .product2 .items,
  .prod2 .items,
  .prod1 .content .items {
    grid-template-columns: 100%;
    gap: 20px;
  }

  .profile3 .title h3 {
    margin-bottom: 20px;
    font-size: 32px;
  }

  .profile5 .cert {
    padding: 0;
  }

  .profile5 .swiper-slide {
    width: 100%!important;
  }

  .product-head .box {
    margin-left: 0;
    margin-top: 20px;
  }

  .product-head .pdf {
    margin: 20px 0;
  }

  .product-head .share .key, .product-head .pdf .key {
    margin-right: 10px;
    min-width: 45%;
  }

  .pdf, .share {
    justify-content: space-between;
  }

  .product-head a.more {
    margin-top: 20px;
  }

  .product1 {
    padding: 0;
  }

  .product4 {
    padding: 20px;
  }

  .prods .imgBanner .wrap {
    display: none;
  }

  .prods .imgBanner h1 {
    margin-top: auto;
  }

  .prod1 .wrap {
    flex-direction: column;
  }

  .prod1 .wrap > .img {
    position: unset;
  }

  .prod1 .content .item .img {
    display: flex;
    justify-content: center;
  }

  .services .item .wrap {
    flex-direction: column;
    padding: 20px;
  }

  .services .item .text {
    padding: 0;
    margin-top: 20px;
  }

  .services .item:nth-child(2n) .wrap {
    flex-direction: column;
  }

  .services .case {
    padding: 20px 0;
  }

  .services .case .items {
    margin-top: 20px;
    grid-template-columns: 100%;
  }

  .service .wrap {
    height: auto;
  }

  .service .wrap .tab {
    padding: 20px 0;
    line-height: 1.2;
    font-size: 14px;
  }

  .service .wrap .tab.on::after {
    border-left: 10px solid transparent;
    border-bottom: 16px solid #fff;
    border-right: 10px solid transparent;
  }

  .service .item .wrap,
  .stories-detail .wrap {
    padding: 20px;
    flex-direction: column;
  }

  .service .item .wrap .content,
  .stories-detail .wrap .text {
    padding: 0!important;
    margin-top: 20px;
  }

  .stories-detail .item:nth-child(2n) .wrap,
  .stories .item:nth-child(2n) .wrap {
    flex-direction: column;
  }

  .related-prods .items {
    grid-template-columns: 100%;
  }

  .stories .item .wrap .text {
    position: unset;
    width: 100%;
    transform: none;
    padding: 20px;
  }

  .stories .item .wrap {
    flex-direction: column;
    padding: 0;
  }

  .stories .item + .item {
    margin-top: 20px;
  }

  .stories .item:nth-child(2n) {
    background-color: #fff;
  }

  .index4 .item .text h3 {
    line-height: 1;
    font-size: 32px;
  }

  .index4 .item .text p {
    width: 90%;
    font-size: 16px;
    margin: 20px 0;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    word-break: break-all;
    overflow: hidden;
  }

  .index4 .item .text a.more {
    width: 140px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
  }

  .index4 .item:hover .text p {
    display: -webkit-box;
  }

  .productTabBox {
    display: none;
  }

  .productTabBox a {
      font-size: 14px;
  }

  .footer-contact {
    height: auto;
  }

  .footer-contact .wrap {
    padding: 20px 0;
  }

  .footer-contact .wrap h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  a.more {
    width: 150px;
    height: 40px;
    font-size: 18px;
    line-height: 40px;
  }

  .footer-copyright .wrap .img,
  .footer-copyright .wrap span{ 
    display: none;
  }

  .footer-copyright .wrap .copyright {
    display: block;
  }

  .footer-contact .wrap p {
    margin-bottom: 20px;
  }

  .index6 .more {
    margin-top: 20px;
  }

  .about1 .title {
    margin-bottom: 20px;
  }

  .about1 .wrap {
    flex-direction: column;
  }

  .about1 .wrap .img {
    position: unset;
    width: 100%;
  }

  .about1 .wrap .content {
    width: 100%;
  }

  .about1 .wrap .img::after {
    display: none;
  }

  .about1 .content h3 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
  }

  .about1 .content p {
    line-height: 24px;
  }

  .about2 .title p {
    margin-top: 20px;
  }

  .about2 .title {
    margin-bottom: 20px;
  }

  .about2 .items{
    grid-template-columns: 100%;
  }

  .about2 .item {
    min-height: auto;
  }

  .about2 .item .content {
    padding: 10px;
  }

  .about2 .item .content h3 {
    width: 100%;
    font-size: 22px;
    line-height: 24px;
    margin: 0;
    margin-bottom: 20px;
  }

  .about2 .item .content p {
    padding: 0;
  }

  .app .right-box h2 {
    padding: 20px 0;
    font-size: 24px;
    line-height: 26px;
    text-align: center;
  }

  .app .right-box .wrap {
    flex-direction: column;
    margin-bottom: 20px;
  }

  .app .right-box .wrap .content {
    width: 100%;
    margin-top: 20px;
  }

  .app .right-box .content h3 {
    margin-bottom: 20px;
  }

  .app .right-box .content p {
    font-size: 16px;
    line-height: 24px;
  }

  .app .prod .title h3 {
    margin-bottom: 20px;
  }

  .app .prod {
    margin-bottom: 20px;
  }

  .product_box.vlog {
    padding: 20px 0;
  }

  .vlog .items {
    grid-template-columns: 100%;
    gap: 20px;
  }

  .vlog .item {
    box-shadow: 0 6px 10px 0 rgb(95 101 105 / 15%);
  }

  .vlog .item h3,
  .vlog .item p,
  .vlog .item .time {
    padding: 0 10px;
  }

  .one-wrap {
    display: block!important;
  }

  footer .footer-wrap h3 {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .about .top-tabs {
    display: none;
  }

  .Crumbs ul i {
    margin-top: 0;
  }

  .product_img_box,
  .parameter_box {
    width: 100%;
  }

  .parameter_box {
    padding-left: 0;
  }

  .product_box {
    padding: 0;
  }

  .productDetailContentBox .title h2 {
    padding: 20px 0;
    font-size: 20px;
  }

  .product_content .mod tr td:nth-of-type(2) {
    padding-left: 0;
  }

  .pro_S_img .img {
    width: 100vw;
  }

  .contactBox2 .conBox .title {
    padding: 20px 0;
  }

  .contactBox2 .conBox .title h2 {
    font-size: 24px;
  }

  .intro1,
  .intro2 {
    padding: 20px 0;
    background: unset;
  }

  .intro1 .wrap {
    flex-direction: column;
  }

  .intro1 .wrap .content,
  .intro1 .img {
    width: 100%;
  }

  .intro1 .img {
    margin-top: 20px;
  }

  .intro1 .title h2 {
    line-height: 44px;
  }

  .intro2 .items {
    grid-template-columns: 100%;
    gap: 20px;
  }

  .intro2 .wrap {
    flex-direction: column;
  }

  .intro2 .content {
    width: 100%;
  }

  .intro2 .item {
    padding: 10px;
  }

  .intro2 .item {
    background: #F8F8F8;
    border-color: #218DE8;
  }

  .intro3 .items {
    grid-template-columns: initial;
    gap:initial;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
  }
  .intro3 .items .item{width: 48.5%;display: flex;flex-direction: column;align-items: center;}

  .intro3 {
    margin-bottom: 20px;
  }

  .intro3 .item h3 {
    font-size: 16px;
  }

  .intro4,
  .intro10 {
    padding: 20px 0;
  }

  .intro4 .title {
    margin-bottom: 20px;
  }

  .intro .title h2 {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
  }


  .intro9 .items,
  .intro8 .items {
    grid-template-columns: 100%;
    gap: 20px;
  }

  .intro8 {
    background-size: cover;
    padding: 20px 0;
  }

  .intro9 .title {
    margin-bottom: 20px;
  }

  .intro10 table {
    width: 100%;
  }

  .news_box .news_img,
  .news_box .news_text {
    width: 100%;
  }

  .news_box .news_text {
    margin-left: 0;
  }

  .page_box .page {
    display: none;
  }

  .service1 {
    padding: 20px 0;
  }

  .service1 .title p {
    width: 100%;
    line-height: 28px;
    font-size: 16px;
  }

  .service1 .title {
    margin-bottom: 20px;
  }

  .service1 .items {
    grid-template-columns: repeat(2, 48%);
  }

  .service1 .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
    padding: 20px 10px;
  }

  .service1 .item .img {
    margin-bottom: 20px;
  }

  .service1 .item p {
    font-size: 16px;
  }

  .service2 {
    padding: 20px 0;
    height: auto;
    background-size: 100%;
  }

  .service2 .content {
    width: 100%;
    height: auto;
    padding: 20px 0;
  }

  .service2 .content .title h2 {
    margin-bottom: 10px;
  }

  .service2 .content p {
    font-size: 16px;
    line-height: 24px;
  }

  .service3 .items {
    flex-wrap: wrap;
  }

  .service3 .item {
    width: 48%;
    flex: none;
  }

  .service3 .item p {
    font-size: 16px;
  }

  .service3 {
    margin-bottom: 20px;
  }

  .service2 .content::after {
    display: none;
  }

  .market1 {
    padding: 20px 0;
  }

  .market1 .title h2 {
    width: 100%;
  }

  .market1 .title p {
    width: 100%;
    line-height: 30px;
  }

  .market1 .title {
    margin-bottom: 20px;
  }

  .market2 .items {
    flex-wrap: wrap;
    height: auto;
  }

  .market2 .item {
    width: 50%;
    padding: 20px 0;
    height: 200px;
  }

  .market2 .item .img {
    margin-bottom: 20px;
    height: 60px;
  }

  .vison1 {
    padding: 20px 0;
  }

  .vison1 .title {
    margin-bottom: 20px;
  }

  .vison1 .wrap {
    background: none;
    height: auto;
  }

  .vison1 .wrap .text {
    width: 100%;
  }

  .vison1 .wrap .text {
    height: auto;
    padding-left: 0;
  }

  .vison1 .text h3 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
  }

  .vison2 .title p {
    width: 100%;
  }

  .vison2 .title {
    margin-bottom: 20px;
  }

  .vison2 .items {
    grid-template-columns: 100%;
  }

  /* .vison2 .item .img,
  .vison2 .item img {
    width: 100%;
  } */

  .vison2 .item .content {
    height: auto;
  }

  .vison2 .item h3 {
    margin: 20px 0;
  }

  .vison2 {
    padding-bottom: 20px;
  }

  .company1 {
    padding: 20px 0;
  }

  .company1 .items {
    grid-template-columns: 100%;
    gap: 20px;
  }

  .company1 .item h2 {
    font-size: 20px;
    text-align: center;
    line-height: 14px;
  }

  .company1 .item .time {
    font-size: 18px;
  }

  .company1 .item .text {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 20px;
  }

  .company1 .item .time,
  .company1 .item h2 {
    margin-bottom: 20px;
    text-align: left;
  }

  .company1 .item li span {
    width: 100%;
    line-height: 28px;
  }

  .company1 .item li:first-child .img {
    padding-top: 0;
  }

  .m_header .search-wrap .search-all {
    display: none;
    position: absolute;
    background: linear-gradient(90deg, #0c5c9f 0%, #218DE8 100%);
    top: 60px;
    left: 0;
    z-index: 99999;
    width: 100%;
    box-shadow: 0 0 10px #fff;
  }

  .m_header .search-wrap .search-all .search-box {
    position: relative;
    padding: 20px 0;
  }

  .m_header .search-wrap .search-all .search-box input {
    background: none;
    font-size: 14px;
    border: none;
    border-bottom: 1px solid #fff;
    width: 74%;
    color: #fff;
    padding: 10px;
  }

  .m_header .search-wrap input::placeholder {
    color: #fff;
    font-size: 14px;
  }

  .m_header .search-wrap .search-all .search-box button {
    background: #fff;
    border: 1px solid #218DE8;
    color: #218DE8;
    padding: 5px 8px;
    position: absolute;
    top: 36px;
    right: 0;
    font-size: 14px;
    line-height: 15px;
    border-radius: 4px;
  }

  .m_header .search-wrap .closed {
    position: absolute;
    right: 0;
    color: #fff;
    top: 2px;
    font-size: 26px;
  }

  .m_header .search-wrap .closed i {
    display: block;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
  }

  .m_header .head-search {
    padding: 0 14px;
  }

  .head-search .iconfont, .head-langBox .iconfont {
    display: block;
    font-size: 16px;
    color: #000;
    font-weight: bold;
    transition: all 0.5s;
    box-sizing: border-box;
    scroll-behavior: smooth;
  }

  .m_header .head-langBox ul {
    position: absolute;
    top: 30px;
    right: -10px;
    background: #35363b;
    z-index: 999;
    box-shadow: 0 0 4px #ddd;
    display: none;
  }

  .logo_box a {
    width: 46%;
  }

  .logo_box .head-search {
    position: absolute;
    right: 12%;
  }

  .logo_box .head-langBox {
    position: absolute;
    right: 4%;
  }

  .head-langBox::after {
    display: none;
  }

  .m_header .head-langBox ul a {
    color: #fff;
    width: 100%;
    padding: 5px 10px;
    line-height: 1.4;
    font-size: 14px;
  }

  .vlog iframe {
    height: 300px;
    width: 100%!important;
    display: block;
    padding: 0;
  }

}

@media (max-width: 768px) {
  .nav-list li:nth-of-type(2):hover .dropdown_menu{display: block !important;}
  #back_top {
    width: 0;
    height: 0;
    overflow: hidden;
  }
  .pro_S_img .img img{
    width: 76%;
  }
  .contactBox202006131030 .contactInfo {
    width: 100%;
  }

  .contactBox202006131030 .contactForm {
    width: 100%;
    padding-left: 0;
    padding-top: 40px;
  }

  .mb-header {
    display: block !important;
  }

  .footer-wrap,
  .index6 .swiper-slide {
    width: 100%!important;
  }

  .footer-box {
    padding: 20px 0;
  }

  .footer-wrap {
    padding: 0;
  }

  .one-wrap,
  .three-wrap,
  .four-wrap,
  .two-wrap 
   {
    display: none;
  }

  .footer-share {
    margin-top: 0;
  }

  footer {
    padding: 20px 0;
  }

  .footer-box {
    padding-bottom: 20px;
  }

  .footer-copyright {
    padding: 0;
    margin-bottom: 36px;
  }

  .footer-copyright .col-md-3 {
    text-align: center;
    margin-top: 10px;
  }

  section .title h2,
  section .title h3 {
    font-size: 28px;
    line-height: 40px;
    padding: 0;
  }

  .Crumbs_nav {
    padding: 20px 0;
  }
  /*.intro3 .item h3{
    min-height: 19vw;
  }*/
  .intro3 .item .content{
    display: flex;
    flex-direction: column;
    flex: 1;
  }
  .intro3 .item h3{
    flex: 1 0 auto;
  }
  .intro3 .item p{
    flex: 0 0 auto;
  }
  .intro3 .item a.more{
    flex: 0 0 auto;
  }
  .index6 .index6-swiper{
    padding-bottom: 8vw;
  }
  .index6-swiper .swiper-button-prev{
    left: 39%;
    top: auto;
    bottom: 0;
  }
  .index6-swiper .swiper-button-prev::after, .index6-swiper .swiper-button-next::after{
    bottom: 0vw;
    top: auto;
    transform: none;
  }
  .index6-swiper .swiper-button-next{
    right: 39%;
    top: auto;
    bottom: 0;
  }

}

@media (max-width: 640px) {}

@media (max-width: 540px) {}

@media (max-width: 372px) {
  .Crumbs ul li a, .Crumbs ul li, .Crumbs ul li a span, .Crumbs ul i{
    font-size: 3.2vw;
  }
  .Crumbs ul i{padding: 0}
}
@media(max-width: 950px){
  .index_banner_content_title{
    width: auto;
    font-size: 36px;
    display: inline-block;
  }
}
@media (max-width: 768px) {
  .index_banner_content_title{
    font-size: 3.6vw;
    padding: 1.2vw;
    line-height: 5.8vw;
  }
  .index_banner_content_txt{
    margin-top: 3.2vw;
    padding: 0;
    width: auto;
    display: inline-block
  }
  .index_banner_content_txt p{
    font-size: 3.2vw;
    line-height: 4.8vw;
  }
  .index_banner_page{
    display: none;
  }
}
.related_pro .slick-dots li button{
  background: #ccc;border-radius: 50%;
}
.related_pro .slick-dots li.slick-active button{
  background: #218DE8;
}
.related_pro .item_box{
  padding-bottom: 60px;
}
.related_pro h2{
  border-bottom: none;
  background: linear-gradient(90deg, #0c5c9f 0%, #218DE8 100%);
  color: #fff;
  padding-left: 29px;
}
.faq_bt,
.news_bt,
.download_bt,
.Product_bt{
  color: #fff;
  padding-left: 24px;
  border-bottom: none;
  line-height: 1.8;
  background: linear-gradient(90deg, #0c5c9f 0%, #218DE8 100%);
}
.G_download_img{
  width: 100%;
  height: auto;
}
.G_download_img img{
  width: 100%;
  height: auto;
  display: block;
}
.download_box .items .item h4{font-size: 18px;line-height: 26px;color: #221815;line-height: 26px;margin-top: 20px;text-align: center;display: block;min-height: 52px;margin-bottom: 30px;}
.download_box .items .item span{margin: 0px auto; width: 80%; display: flex;border-radius: 20px;height: 40px;padding: 0 20px;background: linear-gradient(90deg, #0c5c9f 0%, #218DE8 100%);align-items: center; justify-content: center;color: #fff;font-size: 18px;}

li.gt-block.head-search {
    display: none;
}

.about1 .wrap .img:lang(ar) {
  right: 0;
}
@media(max-width:768px){
  .download_box .items .item h4{margin-bottom: 20px;height: auto;min-height: auto;}
  .vlog .item{padding-bottom: 20px;}
}
.news_box .row{display: flex;justify-content: space-between;flex-wrap: wrap;}
.news_box .row .col_box{
    height: 100%;
}
.News_left_fixed{
  width: 100%;
  height: calc(100% - 598px);
  margin-top: 36px;
}
.toc{
  position: sticky;
  top: 0px;
  left: 0;
  background: #fff;
  padding: 12px 12px 20px;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.11);
  border-radius: 6px;
}
/* .toc .name{border-bottom: 2px solid #eeeeee;} */
.toc .name h2 {
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.8;
  background: linear-gradient(90deg, #0c5c9f 0%, #218DE8 100%);;
  padding-left: 29px;
}

.toc .tabs {
  display: flex;
  flex-direction: column;
  margin-top: 15px;
  border-left: 1px solid rgba(110, 110, 110, 0.2);
  min-height: 2.1rem;
/*   padding-left: 15px; */
/*   padding: 0.22rem 0; */
}

.toc .tab {
  position: relative;
  font-size: 18px;
  /* font-family: Lato; */
  color: #0e0e0e;
  padding-left: 15px;
  cursor: pointer;
}

.toc .tab::after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #7d7d7d;
  transform: translate(-50%, -50%);
}

.toc .tab + .tab {
  margin-top: 15px;
}

.toc .tab.on {
  color: #218DE8;
}

.toc .tab.on::after {
  background: #218DE8;
}

.gray,.gray-1{background-color:#f7f7f7}
.region{display:block;width:100%;max-width:1920px;margin:0 auto;padding:0}
.stage{width:100%;margin-right:auto;margin-left:auto;padding-left:20px;padding-right:20px}
.h1--tit{line-height:1.3;font-size:46px;margin:0 0 20px;font-weight:700}
.region--index-con p{font-size:20px;font-weight:300;line-height:1.5;margin-bottom:0}
.font-span{color:#218DE8}
@media (max-width:1519px){.h1-tit{font-size:36px}
.h1--tit{font-size:42px}
}
@media (max-width:1199px){.h1-tit{font-size:30px;line-height:1.3}
.h1--tit{font-size:36px}
.region--index-con p{font-size:18px;font-weight:400}
}
@media (max-width:991px){.h1-tit{font-size:24px}
.h1--tit{font-size:26px}
.region--index-con p{font-size:16px;line-height:1.6}
}
@media (max-width:767px){.h1-tit{font-size:22px}
.h1--tit{font-size:22px}
.region--index-con p{font-size:14px}
}
@media (max-width:575px){.h1-tit{font-size:18px;margin:0 0 10px;line-height:1.4}
.h1--tit{font-size:18px;margin:0 0 10px;line-height:1.4}
.region--index-con p{font-size:12px}
}
@media (min-width:576px){.stage{max-width:92%}
}
@media (min-width:768px){.stage{max-width:92%}
}
@media (min-width:992px){.stage{max-width:960px}
}
@media (min-width:1200px){.stage{max-width:1160px}
}
@media (min-width:1520px){.stage{max-width:1480px}
}
.paddingT-60{padding:60px 0 0}
.marginT-60{margin-top:60px}
.paddingT-80{padding:80px 0 0}
.paddingTB-80{padding:80px 0}
.marginTB-80{margin:80px 0}
.marginT-80{margin:80px 0 0}
.paddingTB-100{padding:100px 0}
.paddingTB-60{padding:60px 0}
.paddingB-60{padding-bottom:60px;}
.marginT90B130{margin: 90px 0 130px;}
.marginT-40{margin-top: 40px;}
.marginB-40{margin-bottom: 40px;}
.marginB-20{margin-bottom: 20px;}
@media (max-width:1499px){.paddingTB-80{padding:70px 0}
.marginTB-80{margin:70px 0}
.marginT-80{margin:70px 0 0}
.paddingT-80{padding:70px 0 0}
.paddingTB-60{padding:50px 0}
.marginT-60{margin-top:50px}
.paddingT-60{padding:50px 0 0}
.paddingB-60{padding-bottom:50px;}
.paddingTB-100{padding:80px 0}
.marginT90B130{margin: 70px 0 110px;}
.marginT-40{margin-top: 35px;}
}
@media (max-width:1199px){.paddingTB-80{padding:60px 0}
.marginTB-80{margin:60px 0}
.marginT-80{margin:60px 0 0}
.paddingT-80{padding:60px 0 0}
.paddingTB-60{padding:45px 0}
.marginT-60{margin-top:45px}
.paddingT-60{padding:45px 0 0}
.paddingB-60{padding-bottom:45px;}
.paddingTB-100{padding:60px 0}
.marginT90B130{margin: 60px 0 90px;}
.marginT-40{margin-top: 30px;}
}
@media (max-width:991px){
  .marginT90B130{margin: 60px 0;}
}
@media (max-width:767px){.paddingTB-80{padding:40px 0}
.marginTB-80{margin:40px 0}
.marginT-80{margin:40px 0 0}
.paddingT-80{padding:40px 0 0}
.paddingT-60{padding:40px 0 0}
.paddingB-60{padding-bottom:40px;}
.marginT-60{margin-top:40px}
.paddingTB-60{padding:40px 0}
.paddingTB-100{padding:50px 0}
.marginT90B130{margin: 40px 0;}
.marginT-40{margin-top: 20px;}
}
@media (max-width:575px){.paddingTB-60{padding:20px 0}
.paddingTB-100{padding:20px 0}
.marginT-80{margin:20px 0 0}
.paddingT-80{padding:20px 0 0}
.paddingT-60{padding:20px 0 0}
.paddingB-60{padding-bottom:20px;}
.marginT-60{margin-top:20px}
.paddingTB-80{padding:20px 0}
.marginTB-80{margin:20px 0}
.marginT90B130{margin: 20px 0;}
.marginT-40{margin-top: 10px;}
}
.cell,.grid{display:block;-webkit-box-sizing:border-box;box-sizing:border-box}
.grid{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:start;-webkit-box-pack:start;justify-content:flex-start;-ms-flex-align:stretch;-webkit-box-align:stretch;align-items:stretch;margin:0;padding:0;list-style:none;margin-top:10px}
.cell{-ms-flex:1 1 auto;-webkit-box-flex:1;flex:1 1 auto;width:100%;max-width:100%;margin:0;border-width:1px!important;border-color:#ebebeb;border-style:none}
.cell:last-child{margin-right:0!important}
.grid.gridcenter{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
.grid--border{padding-top:1px}
.grid.grid--center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
.grid--border>.cell{border-style:solid;margin:0 0 -1px -1px}
.grid--gutter{padding-top:0}
.grid--gutter>.cell{margin:0 0 20px 0}
.grid--center>.cell{text-align:center}
.grid--auto>.cell{width:0;max-width:none;min-width:100%}
@media (min-width:576px){.cell{max-width:50%;margin:0}
.grid--border>.cell{max-width:calc(50% + .5px);margin:-1px -1px 0 0}
.grid--gutter>.cell{max-width:calc(50% - 10px);margin:0 20px 20px 0}
.cell:nth-child(2n){margin-right:0}
.grid--auto>.cell{max-width:none;min-width:50%}
.grid--auto.grid--gutter>.cell{min-width:calc(50% - 10px)}
.gridB-0{margin-bottom:-10px}
.grid{margin-top:10px}
}
@media (min-width:768px){.cell{max-width:33.333333%;margin:0}
.grid--border>.cell{max-width:calc(33.333333% + .67px);margin:-1px -1px 0 0}
.grid--gutter>.cell{max-width:calc(33.333333% - 13.33px);margin:0 20px 20px 0}
.cell:nth-child(3n){margin-right:0}
.grid--auto>.cell{max-width:none;min-width:33.333333%}
.grid--auto.grid--gutter>.cell{min-width:calc(33.333333% - 13.33px)}
}
.grid--1>.cell{max-width:100%;margin:0}
.grid--1.grid--border>.cell{margin:-1px 0 0}
.grid--1.grid--gutter>.cell{margin:0 0 20px}
.grid--2>.cell{max-width:50%;margin:0}
.grid--2.grid--border>.cell{max-width:calc(50% + .5px);margin:-1px -1px 0 0}
.grid--2.grid--gutter>.cell{max-width:calc(50% - 5px);margin:0 10px 10px 0}
.grid--2>.cell:nth-child(2n){margin-right:0}
.grid--2.grid--auto>.cell{max-width:none;min-width:50%}
.grid--2.grid--auto.grid--gutter>.cell{min-width:calc(50% - 10px)}
.grid--3>.cell{max-width:33.333333%;margin:0}
.grid--3.grid--border>.cell{max-width:calc(33.333333% + .67px);margin:-1px -1px 0 0}
.grid--3.grid--gutter>.cell{max-width:calc(33.333333% - 13.33px);margin:0 20px 20px 0}
.grid--3>.cell:nth-child(3n){margin-right:0}
.grid--3.grid--auto>.cell{max-width:none;min-width:33.333333%}
.grid--3.grid--auto.grid--gutter>.cell{min-width:calc(33.333333% - 13.33px)}
.grid--4>.cell{max-width:25%;margin:0}
.grid--4.grid--border>.cell{max-width:calc(25% + .75px);margin:-1px -1px 0 0}
.grid--4.grid--gutter>.cell{max-width:calc(25% - 15px);margin:0 20px 20px 0}
.grid--4>.cell:nth-child(4n){margin-right:0}
.grid--4.grid--auto>.cell{max-width:none;min-width:25%}
.grid--4.grid--auto.grid--gutter>.cell{min-width:calc(25% - 15px)}
.grid--5>.cell{max-width:20%;margin:0}
.grid--5.grid--border>.cell{max-width:calc(20% + .8px);margin:-1px -1px 0 0}
.grid--5.grid--gutter>.cell{max-width:calc(20% - 16px);margin:0 20px 20px 0}
.grid--5>.cell:nth-child(5n){margin-right:0}
.grid--5.grid--auto>.cell{max-width:none;min-width:20%}
.grid--5.grid--auto.grid--gutter>.cell{min-width:calc(20% - 16px)}
.grid--6>.cell{max-width:16.666667%;margin:0}
.grid--6.grid--border>.cell{max-width:calc(16.666667% + .83px);margin:-1px -1px 0 0}
.grid--6.grid--gutter>.cell{max-width:calc(16.666667% - 16.67px);margin:0 20px 20px 0}
.grid--6>.cell:nth-child(6n){margin-right:0}
.grid--6.grid--auto>.cell{max-width:none;min-width:16.666667%}
.grid--6.grid--auto.grid--gutter>.cell{min-width:calc(16.666667% - 16.67px)}
@media (min-width:576px){.grid--sm-1>.cell{max-width:100%;margin:0}
.grid--sm-1.grid--border>.cell{margin:-1px 0 0}
.grid--sm-1.grid--gutter>.cell{margin:0 0 20px}
.grid--sm-2>.cell{max-width:50%;margin:0}
.grid--sm-2.grid--border>.cell{max-width:calc(50% + .5px);margin:-1px -1px 0 0}
.grid--sm-2.grid--gutter>.cell{max-width:calc(50% - 10px);margin:0 20px 20px 0}
.grid--sm-2>.cell:nth-child(2n){margin-right:0}
.grid--sm-2.grid--auto>.cell{max-width:none;min-width:50%}
.grid--sm-2.grid--auto.grid--gutter>.cell{min-width:calc(50% - 10px)}
.grid--sm-3>.cell{max-width:33.333333%;margin:0}
.grid--sm-3.grid--border>.cell{max-width:calc(33.333333% + .67px);margin:-1px -1px 0 0}
.grid--sm-3.grid--gutter>.cell{max-width:calc(33.333333% - 13.33px);margin:0 20px 20px 0}
.grid--sm-3>.cell:nth-child(3n){margin-right:0}
.grid--sm-3.grid--auto>.cell{max-width:none;min-width:33.333333%}
.grid--sm-3.grid--auto.grid--gutter>.cell{min-width:calc(33.333333% - 13.33px)}
.grid--sm-4>.cell{max-width:25%;margin:0}
.grid--sm-4.grid--border>.cell{max-width:calc(25% + .75px);margin:-1px -1px 0 0}
.grid--sm-4.grid--gutter>.cell{max-width:calc(25% - 15px);margin:0 20px 20px 0}
.grid--sm-4>.cell:nth-child(4n){margin-right:0}
.grid--sm-4.grid--auto>.cell{max-width:none;min-width:25%}
.grid--sm-4.grid--auto.grid--gutter>.cell{min-width:calc(25% - 15px)}
.grid--sm-5>.cell{max-width:20%;margin:0}
.grid--sm-5.grid--border>.cell{max-width:calc(20% + .8px);margin:-1px -1px 0 0}
.grid--sm-5.grid--gutter>.cell{max-width:calc(20% - 16px);margin:0 20px 20px 0}
.grid--sm-5>.cell:nth-child(5n){margin-right:0}
.grid--sm-5.grid--auto>.cell{max-width:none;min-width:20%}
.grid--sm-5.grid--auto.grid--gutter>.cell{min-width:calc(20% - 16px)}
.grid--sm-6>.cell{max-width:16.666667%;margin:0}
.grid--sm-6.grid--border>.cell{max-width:calc(16.666667% + .83px);margin:-1px -1px 0 0}
.grid--sm-6.grid--gutter>.cell{max-width:calc(16.666667% - 16.67px);margin:0 20px 20px 0}
.grid--sm-6>.cell:nth-child(6n){margin-right:0}
.grid--sm-6.grid--auto>.cell{max-width:none;min-width:16.666667%}
.grid--sm-6.grid--auto.grid--gutter>.cell{min-width:calc(16.666667% - 16.67px)}
.grid{margin-top:20px}
}
@media (min-width:768px){.grid--md-1>.cell{max-width:100%;margin:0}
.grid--md-1.grid--border>.cell{margin:-1px 0 0}
.grid--md-1.grid--gutter>.cell{margin:0 0 20px}
.grid--md-2>.cell{max-width:50%;margin:0}
.grid--md-2.grid--border>.cell{max-width:calc(50% + .5px);margin:-1px -1px 0 0}
.grid--md-2.grid--gutter>.cell{max-width:calc(50% - 10px);margin:0 20px 20px 0}
.grid--md-2>.cell:nth-child(2n){margin-right:0}
.grid--md-2.grid--auto>.cell{max-width:none;min-width:50%}
.grid--md-2.grid--auto.grid--gutter>.cell{min-width:calc(50% - 10px)}
.grid--md-3>.cell{max-width:33.333333%;margin:0}
.grid--md-3.grid--border>.cell{max-width:calc(33.333333% + .67px);margin:-1px -1px 0 0}
.grid--md-3.grid--gutter>.cell{max-width:calc(33.333333% - 13.33px);margin:0 20px 20px 0}
.grid--md-3>.cell:nth-child(3n){margin-right:0}
.grid--md-3.grid--auto>.cell{max-width:none;min-width:33.333333%}
.grid--md-3.grid--auto.grid--gutter>.cell{min-width:calc(33.333333% - 13.33px)}
.grid--md-4>.cell{max-width:25%;margin:0}
.grid--md-4.grid--border>.cell{max-width:calc(25% + .75px);margin:-1px -1px 0 0}
.grid--md-4.grid--gutter>.cell{max-width:calc(25% - 15px);margin:0 20px 20px 0}
.grid--md-4>.cell:nth-child(4n){margin-right:0}
.grid--md-4.grid--auto>.cell{max-width:none;min-width:25%}
.grid--md-4.grid--auto.grid--gutter>.cell{min-width:calc(25% - 15px)}
.grid--md-5>.cell{max-width:20%;margin:0}
.grid--md-5.grid--border>.cell{max-width:calc(20% + .8px);margin:-1px -1px 0 0}
.grid--md-5.grid--gutter>.cell{max-width:calc(20% - 16px);margin:0 20px 20px 0}
.grid--md-5>.cell:nth-child(5n){margin-right:0}
.grid--md-5.grid--auto>.cell{max-width:none;min-width:20%}
.grid--md-5.grid--auto.grid--gutter>.cell{min-width:calc(20% - 16px)}
.grid--md-6>.cell{max-width:16.666667%;margin:0}
.grid--md-6.grid--border>.cell{max-width:calc(16.666667% + .83px);margin:-1px -1px 0 0}
.grid--md-6.grid--gutter>.cell{max-width:calc(16.666667% - 16.67px);margin:0 20px 20px 0}
.grid--md-6>.cell:nth-child(6n){margin-right:0}
.grid--md-6.grid--auto>.cell{max-width:none;min-width:16.666667%}
.grid--md-6.grid--auto.grid--gutter>.cell{min-width:calc(16.666667% - 16.67px)}
.content{padding:0}
}
@media (min-width:992px){.grid--lg-1>.cell{max-width:100%;margin:0}
.grid--lg-1.grid--border>.cell{margin:-1px 0 0}
.grid--lg-1.grid--gutter>.cell{margin:0 0 20px}
.grid--lg-2>.cell{max-width:50%;margin:0}
.grid--lg-2.grid--border>.cell{max-width:calc(50% + .5px);margin:-1px -1px 0 0}
.grid--lg-2.grid--gutter>.cell{max-width:calc(50% - 10px);margin:0 20px 20px 0}
.grid--lg-2>.cell:nth-child(2n){margin-right:0}
.grid--lg-2.grid--auto>.cell{max-width:none;min-width:50%}
.grid--lg-2.grid--auto.grid--gutter>.cell{min-width:calc(50% - 10px)}
.grid--lg-3>.cell{max-width:33.333333%;margin:0}
.grid--lg-3.grid--border>.cell{max-width:calc(33.333333% + .67px);margin:-1px -1px 0 0}
.grid--lg-3.grid--gutter>.cell{max-width:calc(33.333333% - 13.33px);margin:0 20px 20px 0}
.grid--lg-3>.cell:nth-child(3n){margin-right:0}
.grid--lg-3.grid--auto>.cell{max-width:none;min-width:33.333333%}
.grid--lg-3.grid--auto.grid--gutter>.cell{min-width:calc(33.333333% - 13.33px)}
.grid--lg-4>.cell{max-width:25%;margin:0}
.grid--lg-4.grid--border>.cell{max-width:calc(25% + .75px);margin:-1px -1px 0 0}
.grid--lg-4.grid--gutter>.cell{max-width:calc(25% - 15px);margin:0 20px 20px 0}
.grid--lg-4>.cell:nth-child(4n){margin-right:0}
.grid--lg-4.grid--auto>.cell{max-width:none;min-width:25%}
.grid--lg-4.grid--auto.grid--gutter>.cell{min-width:calc(25% - 15px)}
.grid--lg-5>.cell{max-width:20%;margin:0}
.grid--lg-5.grid--border>.cell{max-width:calc(20% + .8px);margin:-1px -1px 0 0}
.grid--lg-5.grid--gutter>.cell{max-width:calc(20% - 16px);margin:0 20px 20px 0}
.grid--lg-5>.cell:nth-child(5n){margin-right:0}
.grid--lg-5.grid--auto>.cell{max-width:none;min-width:20%}
.grid--lg-5.grid--auto.grid--gutter>.cell{min-width:calc(20% - 16px)}
.grid--lg-6>.cell{max-width:16.666667%;margin:0}
.grid--lg-6.grid--border>.cell{max-width:calc(16.666667% + .83px);margin:-1px -1px 0 0}
.grid--lg-6.grid--gutter>.cell{max-width:calc(16.666667% - 16.67px);margin:0 20px 20px 0}
.grid--lg-6>.cell:nth-child(6n){margin-right:0}
.grid--lg-6.grid--auto>.cell{max-width:none;min-width:16.666667%}
.grid--lg-6.grid--auto.grid--gutter>.cell{min-width:calc(16.666667% - 16.67px)}
.content{padding:0 30px}
.gridB-0{margin-bottom:-20px}
}
@media (min-width:1200px){.grid--xl-1>.cell{max-width:100%;margin:0}
.grid--xl-1.grid--border>.cell{margin:-1px 0 0}
.grid--xl-1.grid--gutter>.cell{margin:0 0 30px}
.grid--xl-2>.cell{max-width:50%;margin:0}
.grid--xl-2.grid--border>.cell{max-width:calc(50% + .5px);margin:-1px -1px 0 0}
.grid--xl-2.grid--gutter>.cell{max-width:calc(50% - 15px);margin:0 30px 30px 0}
.grid--xl-2>.cell:nth-child(2n){margin-right:0}
.grid--xl-2.grid--auto>.cell{max-width:none;min-width:50%}
.grid--xl-2.grid--auto.grid--gutter>.cell{min-width:calc(50% - 15px)}
.grid--xl-3>.cell{max-width:33.333333%;margin:0}
.grid--xl-3.grid--border>.cell{max-width:calc(33.333333% + .67px);margin:-1px -1px 0 0}
.grid--xl-3.grid--gutter>.cell{max-width:calc(33.333333% - 20px);margin:0 30px 30px 0}
.grid--xl-3>.cell:nth-child(3n){margin-right:0}
.grid--xl-3.grid--auto>.cell{max-width:none;min-width:33.333333%}
.grid--xl-3.grid--auto.grid--gutter>.cell{min-width:calc(33.333333% - 20px)}
.grid--xl-4>.cell{max-width:25%;margin:0}
.grid--xl-4.grid--border>.cell{max-width:calc(25% + .75px);margin:-1px -1px 0 0}
.grid--xl-4.grid--gutter>.cell{max-width:calc(25% - 22.5px);margin:0 30px 30px 0}
.grid--xl-4>.cell:nth-child(4n){margin-right:0}
.grid--xl-4.grid--auto>.cell{max-width:none;min-width:25%}
.grid--xl-4.grid--auto.grid--gutter>.cell{min-width:calc(25% - 22.5px)}
.grid--xl-5>.cell{max-width:20%;margin:0}
.grid--xl-5.grid--border>.cell{max-width:calc(20% + .8px);margin:-1px -1px 0 0}
.grid--xl-5.grid--gutter>.cell{max-width:calc(20% - 24px);margin:0 30px 30px 0}
.grid--xl-5>.cell:nth-child(5n){margin-right:0}
.grid--xl-5.grid--auto>.cell{max-width:none;min-width:20%}
.grid--xl-5.grid--auto.grid--gutter>.cell{min-width:calc(20% - 24px)}
.grid--xl-6>.cell{max-width:16.666667%;margin:0}
.grid--xl-6.grid--border>.cell{max-width:calc(16.666667% + .83px);margin:-1px -1px 0 0}
.grid--xl-6.grid--gutter>.cell{max-width:calc(16.666667% - 25px);margin:0 30px 30px 0}
.grid--xl-6>.cell:nth-child(6n){margin-right:0}
.grid--xl-6.grid--auto>.cell{max-width:none;min-width:16.666667%}
.grid--xl-6.grid--auto.grid--gutter>.cell{min-width:calc(16.666667% - 25px)}
.gridB-0{margin-bottom:-30px}
}
@media (min-width:1520px){.grid--xxl-1>.cell{max-width:100%;margin:0}
.grid--xxl-1.grid--border>.cell{margin:-1px 0 0}
.grid--xxl-1.grid--gutter>.cell{margin:0 0 20px}
.grid--xxl-2>.cell{max-width:50%;margin:0}
.grid--xxl-2.grid--border>.cell{max-width:calc(50% + .5px);margin:-1px -1px 0 0}
.grid--xxl-2.grid--gutter>.cell{max-width:calc(50% - 20px);margin:0 40px 40px 0}
.grid--xxl-2>.cell:nth-child(2n){margin-right:0}
.grid--xxl-2.grid--auto>.cell{max-width:none;min-width:50%}
.grid--xxl-2.grid--auto.grid--gutter>.cell{min-width:calc(50% - 10px)}
.grid--xxl-3>.cell{max-width:33.333333%;margin:0}
.grid--xxl-3.grid--border>.cell{max-width:calc(33.333333% + .67px);margin:-1px -1px 0 0}
.grid--xxl-3.grid--gutter>.cell{max-width:calc(33.333333% - 26.666px);margin:0 40px 40px 0}
.grid--xxl-3>.cell:nth-child(3n){margin-right:0}
.grid--xxl-3.grid--auto>.cell{max-width:none;min-width:33.333333%}
.grid--xxl-3.grid--auto.grid--gutter>.cell{min-width:calc(33.333333% - 13.33px)}
.grid--xxl-4>.cell{max-width:25%;margin:0}
.grid--xxl-4.grid--border>.cell{max-width:calc(25% + .75px);margin:-1px -1px 0 0}
.grid--xxl-4.grid--gutter>.cell{max-width:calc(25% - 30px);margin:0 40px 40px 0}
.grid--xxl-4>.cell:nth-child(4n){margin-right:0}
.grid--xxl-4.grid--auto>.cell{max-width:none;min-width:25%}
.grid--xxl-4.grid--auto.grid--gutter>.cell{min-width:calc(25% - 15px)}
.grid--xxl-5>.cell{max-width:20%;margin:0}
.grid--xxl-5.grid--border>.cell{max-width:calc(20% + .8px);margin:-1px -1px 0 0}
.grid--xxl-5.grid--gutter>.cell{max-width:calc(20% - 32px);margin:0 40px 40px 0}
.grid--xxl-5>.cell:nth-child(5n){margin-right:0}
.grid--xxl-5.grid--auto>.cell{max-width:none;min-width:20%}
.grid--xxl-5.grid--auto.grid--gutter>.cell{min-width:calc(20% - 16px)}
.grid--xxl-6>.cell{max-width:16.666667%;margin:0}
.grid--xxl-6.grid--border>.cell{max-width:calc(16.666667% + .83px);margin:-1px -1px 0 0}
.grid--xxl-6.grid--gutter>.cell{max-width:calc(16.666667% - 16.67px);margin:0 20px 20px 0}
.grid--xxl-6>.cell:nth-child(6n){margin-right:0}
.grid--xxl-6.grid--auto>.cell{max-width:none;min-width:16.666667%}
.grid--xxl-6.grid--auto.grid--gutter>.cell{min-width:calc(16.666667% - 16.67px)}
.grid--xxl-7.grid--gutter>.cell{max-width:calc(14.28% - 25.7px);margin: 0 30px 40px 0;}
.grid--xxl-7.grid--gutter>.cell:nth-child(7n){margin-right: 0;}
.grid--xxl-7.grid--auto>.cell{max-width:none;min-width:14.28%}
.grid--xxl-7.grid--auto.grid--gutter>.cell{min-width:calc(14.28% - 25.7px)}
.gridB-0{margin-bottom:-40px}
}
.about--viedo,.carousel--inst-img,.img--100,.img--104-2,.img--125,.img--133,.img--25-8,.img--30,.img--50,.img--55,.img--62-5,.img--66,.img--75,.img--77-27,.img--87-411,.img--150,.img--136{position:relative;width:100%;overflow:hidden;display:block;background:url(../images/logo.svg) no-repeat center center;background-color:#f9f9f9;background-size:30% 30%}
.about--viedo iframe,.carousel--inst-img img,.img--100 img,.img--104-2 img,.img--125 img,.img--133 img,.img--25-8 img,.img--30 img,.img--50 img,.img--55 iframe,.img--62-5 img,.img--66 img,.img--75 img,.img--77-27 img,.img--87-411 img,.img--150 img,.img--136 img{position:absolute;top:50%;left:50%;max-width:101%;width:101%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);background-color:#fff}
.img--25-8{padding-bottom:25.8%}
.img--30{padding-bottom:25.8%}
.about--viedo,.img--50{padding-bottom:50%}
.img--55{padding-bottom:55%}
.carousel--inst-img{padding-bottom:56.25%}
.img--62-5{padding-bottom:62.5%}
.img--66{padding-bottom:66.666%}
.img--75{padding-bottom:75%}
.img--77-27{padding-bottom:77.27%}
.img--87-411{padding-bottom:87.411%}
.img--100{padding-bottom:100%}
.img--104-2{padding-bottom:104.2%}
.img--125{padding-bottom:125%}
.img--133{padding-bottom:133.333%}
.img--136{padding-bottom:136%}
.img--150{padding-bottom: 150%;}
.contact-mail form>div{margin-bottom:20px;position:relative;width:100%}
.contact-mail form .submitdiv{margin-bottom:0}
.input-group-1>input,.input-group-1>textarea{border:1px solid #e0e0e0}
.contact-mail form input{width:100%;background-color:#fff}
.contact-mail form input,.contact-mail form textarea{padding:10px 10px 10px 35px;line-height:20px;position:relative}
.contact-mail .form-name:before{font-family:iconfont;content:"\e6f1";display:block;position:absolute;left:10px;top:7px;z-index:1;color:#8d99ae;font-size:18px}
.contact-mail .form-email:before{font-family:iconfont;content:"\e6f2";display:block;position:absolute;left:10px;top:7px;z-index:1;color:#8d99ae;font-size:18px}
.contact-mail .form-phone:before{font-family:iconfont;content:"\e6f3";display:block;position:absolute;left:10px;top:7px;z-index:1;color:#8d99ae;font-size:18px}
.contact-mail .form-message:before{font-family:iconfont;content:"\e6f4";display:block;position:absolute;left:10px;top:7px;z-index:1;color:#8d99ae;font-size:18px}
.contact-mail form textarea{width:100%;background-color:#fff}
.contact-mail form .form-message{margin-bottom:20px}
.contact-mail form input.input{font-weight:500;cursor:pointer;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;-ms-transition:all .3s;border:solid 1px #218DE8;padding:11px 40px;display:inline-block;width:auto;line-height:1;background:#218DE8;border-radius:5px;color:#fff}
.contact-mail form .input:hover{border:solid 1px #3a4861;background-color:unset;color:#3a4861}
input[name=track_report]{display:none}
.textfield__label{color:rgba(141,153,174,.7);font-weight:400;left:35px;pointer-events:none;position:absolute;top:10px;-webkit-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease;background:unset;padding:0 5px;font-size:14px}
.input-group-1>input .textfield__label,.input-group-1>input:focus~.textfield__label,.input-group-1>textarea:focus~.textfield__label{color:rgba(0,0,0,.55);font-size:12px;top:-12px;background-color:#fff}
.input-group-1>input:focus,.input-group-1>textarea:focus{border:1px solid #4285f4}
.input-group-1.nonoen .textfield__label{color:rgba(141,153,174,.55);font-size:12px;top:-12px;background-color:#fff}
#map{height:500px;margin-bottom:80px}
#firstHeading{font-size:16px}
.form-test1,input.form_required{display:none}
/*! Applications*/
.applications--top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}
.applications--left{width:66.666%}
.applications--right{width:27.777%}
.quotation--message__main{position:fixed;z-index:999;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);display:none;width:1000px}
.quotation--message__main-con{max-height:calc(100vh - 60px);width:1000px;background-color:unset;-webkit-box-shadow:0 0 20px rgba(0,0,0,.3);box-shadow:0 0 20px rgba(0,0,0,.3);border-radius:5px;overflow:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;background-color:#fff;-ms-flex-wrap:wrap;flex-wrap:wrap}
.quotation--message__left{width:45%}
.quotation--message__right{width:55%;padding:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
.applications--right-a>span:after{position:fixed;z-index:998;background-color:rgba(51,51,51,.5);content:"";width:100%;height:100%;left:0;top:0;display:none}
.quotation--message__main.contact-mail form>div{margin-bottom:20px}
.quotation--message__tit{font-weight:700;font-size:28px;line-height:1.1;font-style:italic;color:#218DE8}
.quotation--message__p{font-size:14px;color:#919191;margin-top:10px;margin-bottom:20px}
.quotation--message__main.contact-mail form input.input{background-color:#218DE8;color:#fff}
.quotation--message__main.contact-mail form input.input:hover{border-color:#3a4861;color:#3a4861;background-color:unset}
.close-message1{position:absolute;top:-15px;right:-15px;color:#3a4861;font-size:16px;line-height:1;cursor:pointer;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;background-color:#fff;border:solid 1px #bababa;border-radius:50px;width:36px;height:36px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.close-message1:hover{background-color:#218DE8;color:#3a4861;border-color:#218DE8}
.quotation-opened .quotation--message__main{display:block}
.quotation-opened.applications--right-a>span:after{display:block}
.prolist1--img{margin-top:50px}
.quotationform{margin-top:30px}
.applications--right-a .contact-mail form input,.applications--right-a .contact-mail form textarea{border-radius:5px}
.applications--right-cell>a,.applications--right-cell>span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#f8f8f8;border:solid 1px #e7e7e7;border-radius:5px;padding:15px 20px;font-weight:700;line-height:1;cursor:pointer;color:#3a4861;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}
.applications--right-cell>a i,.applications--right-cell>span i{line-height:1;padding-right:15px;font-weight:400;font-size:20px;cursor:pointer}
.applications--right-cell+.applications--right-cell{margin-top:40px}
.applications--right-cell>a:hover,.applications--right-cell>span:hover{background-color:#218DE8;text-decoration:none;color:#fff}
.applications-list{margin-top:0}
.applications-list a{display:block;background-color:#fff;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.16);box-shadow:0 1px 2px rgba(0,0,0,.16);border-radius:8px 8px 0 0;overflow:hidden;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}
.applications-list a p{margin:0;line-height:1.3;font-weight:600;font-size:20px;color:#3a4861;padding:25px 10px;margin-top:20px;position:relative;text-align: center;}
.applications-list a p:before{content:"";width:40px;height:5px;background-color:#218DE8;top:0;left:50%;position:absolute;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}
.applications-list a:hover{text-decoration:none;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.16);box-shadow:0 6px 12px rgba(0,0,0,.16)}
.applications-list a:hover p:before{width:calc(100% - 40px)}
.applications-top-img{margin-top:20px;max-width:100%}
.application--project ul{column-count: 5;column-gap: 1px; width: 100%;}
.application--project ul li{position:relative;margin-bottom: 1px;}
.application--project ul li:nth-child(5){margin-right:0}
.application--project ul li p{margin:0;padding:25px;width:100%;text-align:center;line-height:1.2;font-size:20px;font-weight:600;position:absolute;left:0;bottom:35px;color:#fff;z-index:2;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s;line-height:1.2}
.application--project--img{position:relative}
.application--project--img:before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background:-webkit-gradient(linear,left top,left bottom,from(rgba(58,72,97,0)),color-stop(53%,rgba(36,45,60,.08)),color-stop(76%,rgba(27,33,44,.53)),to(rgba(12,14,19,.72)));background:-o-linear-gradient(top,rgba(58,72,97,0) 0,rgba(36,45,60,.08) 53%,rgba(27,33,44,.53) 76%,rgba(12,14,19,.72) 100%);background:linear-gradient(180deg,rgba(58,72,97,0) 0,rgba(36,45,60,.08) 53%,rgba(27,33,44,.53) 76%,rgba(12,14,19,.72) 100%);z-index:1;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s}
.application--project ul [data-lightbox]:after{display:none}
.application--project ul li p:after{content:"";width:40px;height:5px;background-color:#fff;top:0;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);position:absolute}
.application--project ul li p:before{content:"\ec32";vertical-align:middle;font-size:46px;font-family:iconfont;line-height:1;cursor:pointer;font-style:normal;color:#fff;font-weight:400;margin-bottom:25px;display:none}
.application--project ul li p a{color: #fff;}
.application--project ul li:hover p{bottom:50%;-webkit-transform:translateY(50%);-ms-transform:translateY(50%);transform:translateY(50%)}
.application--project ul li:hover p:after{display:none}
.application--project ul li:hover p:before{display:block}
.application--project ul li:hover{text-decoration:none}
.application--project ul li:hover .application--project--img:before{background-color:rgba(58,72,97,.72)}
@media (max-width:1519px){.application--project ul{margin-top:50px}
.application--project ul li p{padding:20px 10px;font-size:18px}
.application--project ul li p:before{font-size:40px}
.quotation--message__tit{font-size:26px}
}
@media (max-width:1199px){.quotation--message__tit{font-size:22px}
.application--project ul li p{font-size:18px;padding:20px}
.application--project ul{column-count: 3;}
/* .application--project ul li:nth-child(1),.application--project ul li:nth-child(2),.application--project ul li:nth-child(3){width:calc(33.333% - .666px)}
.application--project ul li:nth-child(4),.application--project ul li:nth-child(5){width:calc(50% - .5px)}
.application--project ul li:nth-child(3),.application--project ul li:nth-child(5){margin-right:0} */
.quotation--message__main-con{max-height:calc(100vh - 60px);width:900px}
.quotation--message__main{width:900px}
}
@media (max-width:991px){.quotation--message__tit{font-size:20px}
.application--project ul{margin-top:40px}
.applications--top{-ms-flex-wrap:wrap;flex-wrap:wrap}
.applications--left{width:100%}
.applications--right{width:100%;margin-top:15px}
.applications--right-cell>a i,.applications--right-cell>span i{font-size:18px}
.applications--right-cell>a,.applications--right-cell>span{padding:12px}
.applications--right-cell+.applications--right-cell{margin-top:15px}
.applications-list a p{font-size:18px}
.application--project ul li p{font-size:16px}
.application--project ul li p:before{font-size:36px}
.application--project ul li p:after{height:3px}
.quotation--message__left{display:none}
.quotation--message__main-con{display:block;max-height:calc(100vh - 60px);width:100%}
.quotation--message__main{width:80%}
.quotation--message__right{width:100%}
}
@media (max-width:767px){.quotation--message__tit{font-size:18px}
.applications-list a p{font-size:16px;padding:20px 10px;margin-top:15px}
.applications-list a p:before{height:3px}
.application--project ul{margin-top:30px;}
.quotation--message__right{padding:20px}
.quotationform{margin-top:15px}
.applications--left p{font-size: 12px;line-height: 1.5;margin: 5px 0 10px;}
}
@media (max-width:575px){.quotation--message__tit{font-size:16px}
.applications-list a p{font-size:14px;padding:10px 10px;margin-top:10px}
.applications--right-cell>a i,.applications--right-cell>span i{font-size:16px}
.applications--right-cell+.applications--right-cell{margin-top:12px}
.applications--right-cell>a,.applications--right-cell>span{padding:10px}
.applications-top-img{margin-top:15px}
.application--project ul{margin-top:20px;column-count: 2;}

./* application--project ul li p{font-size:14px;bottom:10px}
.application--project ul li:nth-child(1),.application--project ul li:nth-child(2),.application--project ul li:nth-child(3),.application--project ul li:nth-child(4),.application--project ul li:nth-child(5){width:calc(50% - .5px);margin-right:1px}
.application--project ul li:nth-child(2n){margin-right:0}
.application--project ul li:nth-child(5){width:100%;margin-right:0} */
}
.h3-tit{font-size:36px;line-height:1.3;color:#3a4861;margin-top:0;margin-bottom:20px}
.h2-left--line{line-height:1.2;padding-left:18px;position:relative}
.h2-left--line:before{content:"";width:5px;height:calc(100% - 10px);left:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);position:absolute;background-color:#218DE8}
.js-tabs,.tabs__body,.tabs__header,.tabs__panel,.tabs__tab{-webkit-box-sizing:border-box;box-sizing:border-box}
.tabs__body{margin-top:40px}
.tabs__panel{display:none}
.tabs__panel.is-active{display:block}
.tabs__panel ul{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:-40px;overflow:hidden;padding:0 2px;width:calc(100% + 4px);margin-left:-2px}
.tabs__panel ul li img{-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}
.tabs__panel ul li{width:calc(16.666% - 33.333px);margin:0 40px 40px 0;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.16);box-shadow:0 1px 2px rgba(0,0,0,.16);background-color:#fff}
.tabs__panel ul li:hover img{-webkit-transform:translate(-50%,-50%) scale(1.1);transform:translate(-50%,-50%) scale(1.1);-ms-transform:translate(-50%,-50%) scale(1.1)}
.tabs__panel ul li a{text-decoration:none}
.tabs__panel ul li:nth-child(6n){margin-right:0}
.inst-at--con{padding:10px}
.inst-at--tit{font-weight:300;line-height:1.2;color:#3a4861;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}
.inst-at--open{color:#8d99ae;font-size:14px;margin-top:1px;font-weight:200}
.inst-at--open span{color:#218DE8;font-weight:700}
.tabs__panel ul li:hover .inst-at--tit{color:#218DE8}
.inst-at--a{margin:40px auto 0;width:110px;height:38px}
.inst-at--a span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#3a4861;font-size:14px;font-weight:700;width:110px;height:38px;border:1px solid #3a4861;margin:auto;cursor:pointer;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}
.inst-at--a span:hover{background-color:#218DE8;color:#fff;border-color:#218DE8}
.inst-at--a span+span{display:none}
.tabs__panel.inst-at-opened .inst-at--a span{display:none}
.tabs__panel.inst-at-opened .inst-at--a span+span{display:-webkit-box;display:-ms-flexbox;display:flex}
.tabs__panel.inst-at-opened ul{max-height:none}
.inst-at--a-12{display:block}
.inst-at--a-10,.inst-at--a-2,.inst-at--a-6,.inst-at--a-8{display:none}
@media (max-width:1519px){.inst-top--con{width:calc(50% - 50px)}
.inst--cell{padding:60px;margin:60px 0}
.inst-ap li{width:calc(9.090% - 18.181px);text-align:center;margin-right:20px}
.inst-ap li i{width:70px;height:70px;font-size:35px}
.tabs__panel ul li{width:calc(16.666% - 16.666px);margin:0 20px 20px 0}
.tabs__panel ul{margin-bottom:-20px;}
.tabs__tab{font-size:17px}
.inst-ap li span{font-size:15px}
.inst-top--con .h1--tit{font-size:36px}
.h3-tit{font-size:32px}
.inst--left ol{margin-top:30px}
.inst--left{width:42.625%}
}
@media (max-width:1199px){.h6-tit{font-size:18px;font-weight:700;margin:25px 0 10px}
.inst--list{margin-top:50px}
.inst-top--con .h1--tit{font-size:30px}
.h3-tit{font-size:30px}
.h2-line{padding-top:20px}
.inst--left ol{margin-top:25px}
.inst--left ol li:after{left:-19px;top:3px}
.inst-ap{-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:-20px}
.inst-ap li{width:calc(16.666% - 16.666px);text-align:center;margin-right:20px;margin-bottom:20px}
.inst-ap li:nth-child(11n){margin-right:20px}
.inst-ap li:nth-child(6n){margin-right:0}
.inst-ap li span{margin-top:8px}
.tabs__panel ul li{width:calc(20% - 16px);margin:0 20px 20px 0}
.tabs__panel ul li:nth-child(6n){margin-right:20px}
.tabs__panel ul li:nth-child(5n){margin-right:0}
.tabs__panel ul{max-height:370px}
.inst-top--main,.region--inst-top{min-height:460px}
.inst--cell{padding:40px;margin:40px 0}
.inst-at--a-10{display:block}
.inst-at--a-12,.inst-at--a-2,.inst-at--a-6,.inst-at--a-8{display:none}
.tabs__tab{padding:12px 30px}
}
@media (max-width:991px){.h6-tit{font-size:16px;margin:20px 0 10px}
.tabs__header{top:50px}
.inst--list-top{margin-top:30px}
.inst--list{margin-top:40px}
.inst--list .cell p{padding:12px}
.inst-top--img{width:100%;position:initial;height:300px}
.inst-top--con{width:100%}
.inst-top--main,.region--inst-top{min-height:auto}
.inst-top--con .h1--tit{font-size:26px}
.inst--cell{-ms-flex-wrap:wrap;flex-wrap:wrap}
.inst--left{width:100%}
.inst--right{width:100%;margin-top:25px}
.h2-line:after{height:3px;width:100px}
.inst--left ol{margin-top:0}
.h3-tit{font-size:26px}
.h3-tit.font-200{font-weight:400}
.inst--left ol li::marker{font-size:13px}
.inst--left ol li:after{top:1px}
.tabs__tab{font-size:15px;padding:10px 20px}
.tabs__tab+.tabs__tab{margin-left:15px}
.tabs__body{margin-top:25px}
.tabs__panel ul li{width:calc(25% - 11.25px);margin:0 15px 15px 0}
.tabs__panel ul li:nth-child(6n){margin-right:15px}
.tabs__panel ul li:nth-child(5n){margin-right:15px}
.tabs__panel ul li:nth-child(4n){margin-right:0}
.inst-at--con{padding:6px}
.inst-at--open{font-size:13px}
.js-tabs{margin:30px auto 0}
.inst-ap{margin-top:30px}
.inst-at--a,.inst-at--a span{font-size:13px;width:100px;height:32px}
.inst-at--a{margin:30px auto 0}
.tabs__panel ul{margin-bottom:-15px}
.h2-line{padding-top:15px}
.inst-ap li span{font-size:14px}
.inst-at--a-8{display:block}
.inst-at--a-10,.inst-at--a-12,.inst-at--a-2,.inst-at--a-6{display:none}
}
@media (max-width:767px){.inst-at--a{margin:20px auto 0}
.tabs__header{-ms-flex-wrap:wrap;flex-wrap:wrap}
.tabs__tab,.tabs__tab+.tabs__tab{margin-left:5px;margin-right:5px;margin-bottom:8px}
.inst--list{margin-top:30px}
.inst-at--open{font-size:12px}
.inst-top--con .h1--tit{font-size:22px}
.inst-top--main{padding:30px 0}
.inst-top--img{height:250px}
.h3-tit{font-size:22px}
.inst--left ol li:after{width:16px;height:16px;left:-17px;top:2px}
.inst-ap li i{width:50px;height:50px;font-size:25px}
.inst-ap li span{font-size:13px}
.inst--cell{padding:30px;margin:30px 0}
.tabs__tab{font-size:13px;padding:8px 14px}
.tabs__panel ul li{width:calc(33.333% - 10px);margin:0 15px 15px 0}
.tabs__panel ul li:nth-child(6n){margin-right:15px}
.tabs__panel ul li:nth-child(5n){margin-right:15px}
.tabs__panel ul li:nth-child(4n){margin-right:15px}
.tabs__panel ul li:nth-child(3n){margin-right:0;}

.tabs__body{margin-top:15px}
.h2-left--line:before{width:3px;height:calc(100% - 6px)}
.inst-at--a-6{display:block}
.inst-at--a-10,.inst-at--a-12,.inst-at--a-2,.inst-at--a-8{display:none}
.lb-outerContainer{margin-top: 20vw !important;}
.index6 .title h2{font-size: 4.8vw;margin-bottom: 0 !important;}
}
@media (max-width:575px){.h6-tit{font-size:14px;margin:15px 0 5px}
.tabs__body{margin-top:10px}
.inst--list-top li{padding:10px 15px;font-size:12px}
.inst--list-top--img{width:15px;margin-right:10px}
.inst--list-top li+li{margin-left:15px}
.inst--list-top{margin-top:20px}
.inst--list{margin-top:25px}
.inst--list .cell p{padding:8px}
.js-tabs{margin:20px auto 0}
.inst-ap{margin-top:20px}
.inst-top--con .h1--tit{font-size:18px}
.inst-top--main{padding:20px 0}
.inst-top--img{height:200px}
.inst--cell{padding:15px;margin:20px 0}
.h3-tit{font-size:16px}
.h2-line:after{height:2px;width:60px}
.inst--left ol li+li{margin-top:10px}
.tabs__tab{font-size:12px;padding:6px 5px}
.tabs__tab,.tabs__tab+.tabs__tab{margin-left:5px;margin-right:5px;margin-bottom:5px}
.tabs__panel{margin-bottom:30px}
.tabs__panel ul li{width:calc(50% - 5px);margin:0 10px 10px 0}
.tabs__panel ul li:nth-child(6n){margin-right:10px}
.tabs__panel ul li:nth-child(5n){margin-right:10px}
.tabs__panel ul li:nth-child(4n){margin-right:10px}
.tabs__panel ul li:nth-child(3n){margin-right:10px}
.tabs__panel ul li:nth-child(2n){margin-right:0}
.inst-at--open,.inst-at--tit{font-size:10px}
.tabs__panel ul{margin-bottom:-10px}
.inst-at--a,.inst-at--a span{font-size:11px;width:90px;height:30px}
.inst-ap li span{font-size:11px}
.inst-ap li{width:calc(25% - 7.5px);text-align:center;margin-right:10px;margin-bottom:10px}
.inst-ap li:nth-child(11n){margin-right:10px}
.inst-ap li:nth-child(6n){margin-right:10px}
.inst-ap li:nth-child(4n){margin-right:0}
.inst-ap li span{margin-top:5px}
.inst-ap{margin-bottom:-5px}
.inst-top--con p{margin-bottom:10px}
.breadcrumbs-a{font-size:10px;padding:15px 0 0}
.region--inst-top{margin-top:15px}
.breadcrumbs-a a:after,.breadcrumbs-a em:after{font-size:10px}
.owl-carousel--inst .owl-dot{width:calc(25% - 7.5px)}
.owl-carousel--inst .owl-dot+.owl-dot{margin-left:10px}
.inst-at--a-2{display:block}
.inst-at--a-10,.inst-at--a-12,.inst-at--a-6,.inst-at--a-8{display:none}
}
.menu--ul-main ul li a:hover{text-decoration:none}
.menu--ul-main{padding:40px 0 10px}
.menu--ul-main ul{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}
.menu--ul-main ul li{width:calc(14.2857% - 25.714px);margin:0 30px 40px 0;text-align:center}
.menu--ul-main ul li:nth-child(6){margin-right:0}
.menu--ul-main ul.navpro-ul li{width:calc(16.666% - 25px);margin:0 30px 40px 0}
.menu--ul-main ul.navpro-ul li:nth-child(6){margin-right:0}
.menu--ul-main .navpro-li-left li{text-align:left;position:relative}
.menu--ul-main .navpro-li-left li p{margin:0;margin-top:20px;line-height:1.2;color:#3a4861;font-weight:600;text-transform:uppercase;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}
.menu--ul-main .navpro-li-left li p+p{color:#3a4861;line-height:1.5;font-weight:200;text-transform:none;margin-top:10px;font-size:14px}
.menu--ul-main .navpro-li-left li a:hover{text-decoration:none}
.menu--ul-main .navpro-ul li .nav-pro-img:before{width:0;position:absolute;left:0;top:0;height:3px;content:"";background-color:#fdc500;z-index:2;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}
.menu--ul-main .navpro-ul li:hover .nav-pro-img:before{width:100%}
.menu--ul-main .navpro-ul li:hover .nav-pro-img+p{color:#fdc500}
.menu--ul-main ul li.active a i{color:#218DE8;}
.menu--ul-main ul li.active a p+p{color:#3a4861}
.menu--ul-main .navpro-ul li.active .nav-pro-img:before{width:100%}
.menu--ul-main ul li a .nav-i+p{text-transform: uppercase;font-weight: 500;font-size: 14px;color: #221815;}
.menu--ul-main ul li a:hover .nav-i i,.menu--ul-main ul li a:hover .nav-i+p{color:#218DE8}
.menu--ul-main ul li i{display: flex;aspect-ratio: 1/1;align-items: center;justify-content: center;width: 50px;height: auto;margin: 0px auto;}
.menu--ul-main ul li i img:nth-last-of-type(1){display: none;}
.menu--ul-main ul li.active i img:nth-last-of-type(1),.menu--ul-main ul li:hover i img:nth-last-of-type(1){display: block;}

.index6 .title p{text-align: center;}
.application_detial_relative_box{column-count: 5;column-gap: 1px;width: 100%;margin-top: 35px;margin-bottom: 50px;}
.application_detial_relative_box li{margin-bottom: 1px;position: relative;}
.application_detial_relative_bg{width: 100%;height: auto;}
.application_detial_relative_bg img{width: 100%;height: auto;display: block;}
.application_detial_relative_content{width: 100%;height: 100%;position: absolute;left: 0;top: 0;transition: all 0.6s;}
.application_detial_relative_content_box{width: 100%;height: auto;padding: 25px;font-size: 20px;font-weight: 600;position: absolute;left: 0;bottom: 35px;color: #fff;transition: all 0.6s;transition: all 0.6s;}
.application_detial_relative_content_box p{font-size: 20px;color: #fff;line-height: 1.2;text-align: center;}
.application_detial_relative_content_btn{width: 40px;height: 5px;margin: 0px auto;margin-bottom: 20px;}
.application_detial_relative_content_btn a{display: block;width: 100%;height: 100%;background: #fff;transition: none}
.application_detial_relative_box li:hover .application_detial_relative_content{background-color: rgba(58,72,97,.72);}
.application_detial_relative_box li:hover .application_detial_relative_content_box{bottom: 50%;transform: translateY(50%);}
.application_detial_relative_box li:hover .application_detial_relative_content_btn{height: auto;aspect-ratio: 1 / 1;}
.application_detial_relative_box li:hover .application_detial_relative_content_btn a{background: url(../images/application_big_img_btn.png) no-repeat center center;background-size: 100% auto;}
@media (max-width:1200px) {
  .application_detial_relative_box{column-count: 4;}
}
@media (max-width:990px) {
  .application_detial_relative_box{column-count: 3;}
}
@media (max-width:769px) {
  .application_detial_relative_box{column-count: 2;margin-bottom: 8vw;margin-top: 5.8vw;}
  .application_detial_relative_content_box p{font-size: 3.6vw;}
  .application_detial_relative_content_btn{margin-bottom: 3.2vw;}
  .application_detial_relative_content_box{padding: 4%;bottom: 5.8vw;}
}


/* AB模板网新增分页样式 www.admibnuy.cn */
.pagebar { padding:20px; overflow:hidden; clear:both}
.pagebar .pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.pagination a {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 12px;
  padding: 8px 10px;
  margin: 0 2px;
  border-radius: 3px; line-height:100%
}
.pagination span {
    color: #333;
    font-size: 12px;
    padding: 7px 2px;
    margin: 0 2px;
    border-radius: 3px;
}
.pagination a:hover {
  color: #333;
  border: 1px solid #333;
}
.pagination a.page-num-current {
  color: #fff;
  background: #333;
  border: 1px solid #333;
}
.pagination .st{ font-family:宋体}
.text-secondary{ text-align:center; padding:20px 0}