@charset "utf-8";

a:hover,
a:focus {
  text-decoration: none;
}

a {
  color: #353535;
  text-decoration: none;
  outline: none;
}

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;
  list-style:none;
}


@font-face {
  font-family: "misans-normal";
  src: url('../font/MiSans-Normal.woff2') format('woff2'),
       url('../font/MiSans-Normal.woff') format('woff'),
       url('../font/MiSans-Normal.ttf') format('truetype');
}
@font-face {
  font-family: "misans-bold";
  src: url('../font/MiSans-Normal.woff2') format('woff2'),
       url('../font/MiSans-Normal.woff?') format('woff'),
       url('../font/MiSans-Bold.ttf') format('truetype');
}

body {
font-family: 'Source Han Sans Normal';
font-family: "misans-normal" !important;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  /* max-width: 1920px; */
  max-width: none;
  margin: auto;
  color: #333;
  font-size: 14px;
  background:#f7f7f7;
}






form {
  margin: 0;
}

.btn.active, .btn:active {
  box-shadow: none;
}

.row {
  margin-left: 0;
  margin-right: 0;
}

.container {
  padding: 0 5px;
  padding-left: 0;
  padding-right: 0;
}

header {
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99999;
}

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: 16px;
  margin-left: 6px;
  color: #22252a;
}

header .head-top .iconfont {
  font-size: 16px;
  color: #22252a;
  margin-right: 16px;
  transition: all 0.3s;
}

header .head-top .item {
  margin-left: 46px;
  font-size: 16px;
  display: flex;
  align-items: center;
}

header .head-top .item.follow {
  margin-left: 30px;
}

header .head-bottom {
  position: relative;
}
header .head-container { margin:0 3% }
header .head-bottom .logo {
  display: inline-block;
  padding: 3px 0;
}
header .head-bottom .logo img { height:42px }
header .head-bottom .nav-list {
  float: right;
  display: flex;
  align-items: center;
}


ul:before,
ul:after {
  content: "";
  display: table;
  clear: both;
}
.clearfix {}
.clearfix: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: #025AAA;
}

.isFixed {
  position: fixed !important;
/*  transition: all 0.3s;
  background-color: transparent !important;
  box-shadow: none !important;*/
}



.tofixed .nav-list .dropdown_menu li a,
.tofixed .head-bottom .nav-list > li .nav-more-list a {
  color: #656565;
}

header.tofixed .head-top a,
header.tofixed .head-top .iconfont,
footer .footer-share a i,
header.tofixed .head-langBox,
header.tofixed .head-search .iconfont,
header.tofixed .head-langBox .iconfont {
  color: #fff;
}

.tofixed {
  top: 0;
  width: 100%;
  left: 0;
  z-index: 9999;
  box-shadow: 0 0 5px #025AAA;
  background-color: #e7e9ea;
  /* box-shadow: 0 2px 2px rgb(0 0 0 / 6%); */
  box-shadow: 0px 0px 39px 4px rgba(11, 0, 2, 0.13);
}

header .head-bottom .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
}

header .head-bottom .nav-list > li {
  float: left;
  padding: 0 20px;
  position: relative;
}

header .head-bottom .nav-list > li > a {
  display: inline-block;
  font-size: 18px;
  position: relative;
  padding: 31px 0;
  border-radius: 20px;
  line-height: 1;
  letter-spacing:0.5px;
  font-weight: 500;
  color: #333;
}

header .head-bottom .nav-list > li > a:hover,
header .head-bottom .nav-list > .active > a {
  color: #025AAA !important;
}



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 > a:after {
  display: table;
  content: "";
  width: 0;
  height: 2px;
  background: #025AAA;
  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 li.head-share {
  margin-left: 6px;
}

header .head-bottom .nav-list > li.head-share > a:hover:after {
  display: none;
}

footer .footer-share a {
  border: 1px solid #666;
  border-radius: 100%;
  margin-left: 10px;
  width: 39px;
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.6;
}

header .head-bottom .head-share a i,
footer .footer-share a i {
  font-size: 18px;
  color: #666;
  transition: all 0.3s;
}

header .head-bottom .head-share a i {
  margin-left: 0;
}

header .head-bottom .nav-list > li.head-share a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 39px;
  height: 39px;
  padding: 0;
  border: 1px solid #333;
  border-radius: 50%;
  margin-left: 10px;
}

header.tofixed .head-bottom .nav-list > li.head-share a {
  border-color: #666;
}

.foot-contact a:hover i {
  color: #fff;
  opacity: 0.7;
}
.footer-wrap { float:right }
 
/* header .head-bottom .head-share a:nth-child(3):hover i,
footer .footer-share a:nth-child(1):hover i
 {
  color: #0e76a8;

}

header .head-bottom .head-share a:nth-child(3):hover {
  border-color: #0e76a8!important;
}

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(2):hover {
  border-color: #E60023!important;
}

header .head-bottom .head-share a:nth-child(1):hover i,
footer .footer-share a:nth-child(3):hover i
{
  color: #4267B2;
  border-color: #4267B2;
}

header .head-bottom .head-share a:nth-child(1):hover {
  border-color: #4267B2!important;
}

header .head-bottom .head-share a:nth-child(4):hover i,
footer .footer-share a:nth-child(4):hover i
{
  color: #1DA1F2;
  border-color: #1DA1F2;
} */

header .head-bottom .nav-list > .head-langBox {
  padding: 26px 0;
  cursor: pointer;
  padding-right: 0;
}

/* header .head-bottom .nav-list>.head-search {
  margin-left: 20px;
} */

header.tofixed .head-langBox a {
  color: #333;
}

.head-search .iconfont,
.head-langBox .iconfont {
  display:inline-block;
  width:20px;
  height:20px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  transition: all 0.5s;
  box-sizing: border-box;
  scroll-behavior: smooth;
  vertical-align:middle;
}

.head-search .iconfont {
  background:url(../img/search2.png) no-repeat center;
}
.head-langBox .iconfont {
  background:url(../img/language.png) no-repeat center;
}

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:last-child a:hover::after {
  display: none;
}

.nav_normal .dropdown i {
    width: 10px;
    height: 10px;
	position:relative;
	display: inline-block;
	transition: all 0.5s ease 0s;
	font-weight: 600;
	vertical-align:middle; margin-top:-3px;
}
.nav_normal .dropdown i:after {
	position:absolute;
	top:0;
	left:0;
    display: inline-block;
    content: '';
    width: 8px;
    height: 8px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    transform: rotate(135deg);
    border-radius:1px; 
}
header .head-bottom .nav-list > li > a:hover i:after, header .head-bottom .nav-list > .active > a i:after{
    border-top: 2px solid #025AAA;
    border-right: 2px solid #025AAA;
}
 
.nav_normal .dropdown:hover i {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.head-langBox {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333;
  font-weight: 400;
}

.head-langBox span {
  font-size: 16px;
  font-weight: 400;
  margin-left: 5px;
}

header .search-wrap {
  position: relative;
}

header .search-wrap .search-all {
  display: none;
  position: absolute;
  background: #fff;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  box-shadow: 0 0 3px #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 #999;
  width: 80%;
  color: #444;
  padding: 10px;
}

header .search-wrap input[placeholder],
header .search-wrap [placeholder] {
  color: #999 !important;
}

header .search-wrap input::-webkit-input-placeholder,
header .search-wrap textarea::-webkit-input-placeholder {
  color: #999 !important;
}

header .search-wrap input::-moz-input-placeholder,
header .search-wrap textarea::-moz-input-placeholder {
  color: #999 !important;
}

header .search-wrap input::-o-input-placeholder,
header .search-wrap textarea::-o-input-placeholder {
  color: #999 !important;
}

header .search-wrap input::-ms-input-placeholder,
header .search-wrap textarea::-ms-input-placeholder {
  color: #999 !important;
}

header .search-wrap .search-all .search-box button {
  background: #fff;
  border: 1px solid #025AAA;
  color: #025AAA;
  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: #025AAA;
  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 3px #ddd;
  min-width: 100px;
  display: none;
}

.head-langBox ul a {
  white-space: nowrap;
  display: block;
  padding: 10px;
}

.head-langBox ul a:hover {
  background: #025AAA;
  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: #025AAA;
  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: #025AAA;
  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: #025AAA;
  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;
}

.contactBox {
  padding: 3% 0;
}

.contactBox .contactInfo {
  overflow: hidden;
 
}

.contactBox .title {
  margin-bottom: 30px;
}

.contactBox .title h2 {
	position:relative;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 15px;
  color: #025aaa;
}
.contactBox .title h2::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -15px;
    width: 90px;
    height: 3px;
    background: #025aaa;
}
.contactBox .title .txt {
  font-size: 20px;
  color: #22252a;
  line-height: 1.8;
}
.contactBox .contactInfo ul {
}

.contactBox .contactInfo ul li {
  font-size: 18px;
  color: #22252a;
  margin:10px auto;
  padding:2px 0;
  padding-left: 30px;
  line-height: 1.6;
  background-repeat: no-repeat;
  background-position: left 5px;
  background-size: auto 22px;
}

.contactBox .contactInfo ul p {
  font-size: 18px;
  color: #22252a;
  margin:20px auto;
}
.contactBox .contactInfo ul li a {
  color: #22252a;
}
.contactBox .contactInfo ul li a:hover {
  color: #025AAA;
}


.contactBox .contactInfo ul li.contactTel {
  background-image: url("../img/c-tel.png");
}
.contactBox .contactInfo ul li.contactWhatsapp {
  background-image: url("../img/c-fax.png");
}

.contactBox .contactInfo ul li.contactEmail {
  background-image: url("../img/c-email.png");
  background-size:20px auto;
  background-position: left 8px;
}

.contactBox .contactInfo ul li.contactAddress {
  background-image: url("../img/c-add.png");
}
.contactBox .contactInfo ul li.contactmobile {
  background-image: url("../img/c-phone.png");

}



.contactBox .contactForm {
	margin:3% auto;
}

.contactBox .title h2 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.3em;
  margin-bottom: 20px;
}



.contactBox .contactForm form {
	padding:3% 6%;
	background:#f7f7f7;
	 box-shadow: 0 0 10px rgba(100, 100, 100, .3); 
}
.contactBox .contactForm .info {
	display:inline-block;
	vertical-align:top;
  width: 44%;
  position: relative;
  margin:1% 2%;
}

.contactBox .contactForm .info .label_control {
  position: absolute;
  left: 10px;
  top: 0;
  line-height: 45px;
  font-size: 14px;
  color: #c8b5b4;
}

.contactBox .contactForm .info .tips {
  position: absolute;
  top: 0;
  right: 10px;
  line-height: 45px;
  font-size:12px;
  color: #ee0000;
}

.contactBox .contactForm .info input[type="text"] {
  width: 100%;
  height: 45px;
  padding: 0 10px;
  border: 1px solid #c8b5b4;
  font-size: 16px;
  color: #2c2c2c;
  background:none;
}

.contactBox .contactForm .info textarea {
  width: 100%;
  height: 45px;
  padding: 5px 10px;
  resize: none;
  border: 1px solid #c8b5b4;
  font-size: 16px;
  color: #2c2c2c;
  background:none;
}

.contactBox .contactForm .info.imgVerifyCode img {
	position: absolute;
    right: 2px;
    top: 2px;
    height: 32px;
    cursor: pointer;
}

.contactBox .contactForm .infos p{
	text-align:center;
    font-size: 16px;
    color: #c8b5b4;
    line-height: 1.4;
	  margin:20px 2%;
}
.contactBox .contactForm .infos p a{
    color: #22252a;
    text-decoration: underline;
}
.contactBox .contactForm .infos p a:hover{
    color: #025AAA;
}

.contactBox .contactForm .footer_submit {
  display: block;
  width: 180px;
  height: 45px;
  line-height: 45px;
  border: 0;
  font-size: 16px;
  color: #ffffff;
  margin: 5px auto;
  letter-spacing: 2px;
  text-transform: uppercase;
  background: #025AAA;
  cursor: pointer;
  transition: all 0.3s;
}

.contactBox .contactForm .footer_submit:hover {
  background: #025AAA;
  transition: all 0.3s;
}

.product-thumbs .swiper-button-next,
.product-thumbs .swiper-button-prev {
  background: none;
  position: absolute;
  margin: 0;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}

.product-thumbs .swiper-button-next {
  right: 0;
  left: auto;
}

.product-thumbs .swiper-button-prev:after,
.product-thumbs .swiper-button-next:after {
 
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  color: #999999;
  font-size: 36px;
}

.product-thumbs .swiper-button-next:after {
 
}

.product-thumbs .swiper-button-prev:hover:after,
.product-thumbs .swiper-button-next:hover:after {
  color: #025AAA;
}

.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: #025AAA;
  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 {
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 5%;
}

.index-banner .swiper-pagination-bullet,
.index6 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #ffffff;
  opacity: 1;
  margin: 0 10px !important;
}

.index-banner .swiper-pagination-bullet-active,
.index6 .swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
  position: relative;
}

.index-banner .swiper-pagination-bullet-active::before {
  position: absolute;
  width: 8px;
  height: 8px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #025AAA;
  content: "";
}

.img {
  overflow: hidden;
}

.img img {
	width:100%;
  transition: all 1s ease 0s;
}


.foot-txt { color:#fff; }
.foot-txt h2 { font-size: 35px; text-transform:capitalize; margin-bottom:15px }
.foot-txt h3 { font-size: 22px; margin-bottom:50px }
.foot-txt p { color:#9ec4ec; font-size: 14px;}


footer .foot-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}
footer .foot-nav a {
   font-size: 14px;
  font-weight: 300;
  color: #9ec4ec;

}
footer .foot-nav a:hover {
  text-decoration: underline;
  color: #fff;
}

/* .one-wrap,
.two-wrap {
  width: 16%;
}

.four-wrap {
  width: 42%;
} */

footer .five-wrap ul li {
  text-transform: unset;
}

.mfootnavbox { display:none; margin:0 auto 30px auto;}
.mfootnavbox li { position:relative; border-bottom:solid 1px #1187d2; cursor:pointer; font-size:14px; color:#fff; line-height:32px; padding:5px 5px; }
.mfootnavbox li a { display:inline-block; width:80%; color:#fff }
.mfootnavbox li a:hover,.mfootnavbox li.current a { color:#025AAA;}
.mnavbox{ display: none; margin:10px; }
.mnavbox dd a { display:block;heighr:30px; font-size:13px; line-height:30px;color:#eee}
.mnavbox dd a:hover{ color:#025AAA; }
 
.mfootnavbox li .icon-xiala {
	position:absolute;
	right:5px;
	top:16px;
    display: inline-block;
    content: '';
    width: 8px;
    height: 8px;
    border-top: 2px solid #ddd;
    border-right: 2px solid #ddd;
    transform: rotate(45deg);
    border-radius:2px;
}
.mfootnavbox li.current .icon-xiala {
    border-top: 2px solid #025AAA;
    border-right: 2px solid #025AAA;
	transform: rotate(135deg);
}


.one-wrap .text .content:nth-child(2) {
  margin-top: 26px;
}

.one-wrap .text p {
  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;
   opacity: 0.8;
}

footer .footer-wrap .footer-share a:hover {
  text-decoration: none;
  opacity: 1;
}

 



.footer-box {
  background-color: #007dc0;
  padding: 50px 0 40px 0;
  background-image:url(../img/footbg.png);
  background-position:center bottom;
  background-repeat:no-repeat;
  background-size: cover;
}

.footer-box .row {
  position: relative;
 
}
.footer-box .row:before { display:block;content: ""; position:absolute; left:15px; right:15px; bottom:-11px; border-bottom:1px solid #7faddd }



.footer-box .footer-share {
  position: absolute;
  left: 50%;
  bottom: -10%;
  transform: translateX(-50%);
}

 
footer .footerForm .info {
  position: relative;
  margin-bottom: 14px;
  width: 100%;
}

footer .footerForm .info input {
  height: 40px;
  width: 100%;
  background: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 6px;
  padding: 9px;
  outline: none;
  font-size: 16px;
}

footer .footerForm .tips {
  display: block;
  color: #ff000f;
  font-size: 12px;
  line-height: 16px;
  text-align: left;
}

footer .footerForm .info textarea {
  background: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 6px;
  width: 100%;
  padding: 9px;
  font-size: 16px;
  outline: none;
}

footer .footerForm .text p,
footer .footerForm .text p a {
  font-size: 14px;
  font-weight: 400;
  color: #999;
  line-height: 22px;
  margin-bottom: 23px;
}

footer .footerForm .text p a {
  color: #1657a5;
  font-weight: 500;
}

footer .footerForm .text p a:hover {
  text-decoration: underline;
}

footer .Verify_img {
  position: absolute;
  right: 2px;
  top: 2px;
  height: 26px;
  width: 80px;
  cursor: pointer;
}

footer .info input[type="submit"] {
  width: 174px;
  /* height: 31px; */
  background: #025AAA;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  line-height: 3px;
  padding: 16px 0;
  border: none;
}

.footer-copyright {
  padding: 15px 0; 
  font-size: 12px;
  font-weight: 400;
  color: #808080;
  text-align: center; 
}
.footer-copyright .wrap {
 /* display: flex;*/
/*  justify-content: space-between;*/
  align-items: center;
}
.footer-copyright a { color: #808080;}

.footer-copyright .sitemap:hover {
  text-decoration: underline;
  color: #025AAA;
}

footer .footer-other {
  background: url("../img/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;
}


.foot-contact {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom:37px;
}
.foot-contact li {
  position:relative;
  text-align:center;
 
  display:inline-block;
}
.foot-contact li p {
  color: #fff;
  font-size:14px;
}

.foot-contact li img { width:36px; margin-bottom:10px; }
.foot-contact li img.qrcode { width:80px;}
.foot-contact li .foot-con-txt {
	position:absolute;
	left:50%;
	bottom:calc(100% + 20px);
	transform: translateX(-50%);
	padding:25px 25px;
	font-size:18px;
	width: inherit;
	max-width:none;
	min-width:180px;
	display:none;
	z-index:999;
	border:1px solid #005bab;
	background:#fff;
	flex-wrap: nowrap;
}
.foot-contact li .foot-con-txt-w { width:220px; font-size:14px; }
.foot-contact li .foot-con-txt::after {
	position:absolute;
	left:50%;
	bottom:-10px;
    display: inline-block;
	transform: translateX(-50%);
    content: '';
    width: 0;
    height: 0;
    border-top: 10px solid #fff;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
}

.foot-contact li:hover .foot-con-txt { display:block }

.mfoot { display:none; background:url(../img/mfooter.jpg) no-repeat center top; background-size:100% auto; padding:10px 10px 50px 10px; margin-top:8%; }
.mfoot .mfoot-txt h2 { font-weight:700; font-size:22px; color:#025AAA; letter-spacing:1px; font-family: "misans-bold";}
.mfoot .mfoot-txt h3 img { width:100% }
.mfoot .mfoot-txt h3 { font-size:38px; background: linear-gradient(to bottom, #fff 0%, #fff 50%, transparent 100%); -webkit-background-clip: text; background-clip: text;
  color: transparent; letter-spacing:2px; font-family: "misans-bold";}
.mfoot .mfoot-txt p { font-size:15px; color:#222; }
.mfoot .mfoot-txt p b { font-size:16px; color:#000; }
.mfoot .mfoot-txt p.add { border-top:1px solid #ccc; margin-bottom:10px; padding-top:5px; }
.mfoot .mfoot-qr { margin:55px 0; }
.mfoot .mfoot-qr img { width:110px; display:inline-block; vertical-align:bottom; margin-right:10px }
.mfoot .mfoot-qr>div {display:inline-block;}
.mfoot .mfoot-qr>div h4 {  font-weight:700; color:#111; font-family: "misans-bold"; }

.mfoot-copyright p { margin-bottom:10px; font-size:12px}


.imgBanner {
  position: relative;
}
.imgBanner .img {
    width:100%;
    height:100%;
    /*padding-bottom: 280px;*/
	background:#eee;
    position: relative;
}
.imgBanner .img img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   object-position: center;
   /*position: absolute;*/
   /*left:0;*/
}

.imgBanner .content {
  color: #ffffff;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 15%;
  bottom: 0;
  display: flex;
  align-items: center;
}
.imgBanner .content .row { margin-left:8%; margin-right:8% }
.imgBanner h1 {
  float:left;
  font-size: 60px;
  font-weight: bold;
  color: #404040;
  line-height: 1;
  text-transform: uppercase;
  font-family: "misans-bold" !important; 
}
.imgBanner h1 p {font-size: 20px; color:#025AAA;font-weight: 300; text-indent: 11px; font-family: "misans-normal" !important; }
.imgBanner h3 {
  float:left;
  color: #333;
  font-size: 28px;
  line-height: 1.2;
  text-transform: uppercase;
  margin-top: 10px;
  
}
.imgBanner h3 b {
  font-family: "misans-bold" !important; 
}
.imgBanner h3 p {
  font-size: 20px; margin-top: 15px;
}
.imgBanner h1 big { font-size: 80px; display:block;line-height: 1; }


.imgBanner .txt { float:right; color: #333; text-align:right; max-width:420px; margin-top:10px; }
.imgBanner .txt h2 {
  font-size: 60px;
  font-family: "misans-bold" !important;
  font-weight: 700;
  padding:0;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 1px;
  text-transform: capitalize;
}
.imgBanner .txt p {

}
.imgBanner .txt h4 {
  font-size: 54px;
  font-family: "misans-bold" !important;
  font-weight: 700;
  padding:0;
  color: #ffffff;
  line-height: 1.1;
  margin-bottom: 1px;
  text-transform: capitalize;
}

.imgBanner .txt strong { position:relative;
 vertical-align:middle; font-size:14px; color: #ffffff;font-weight: 300; margin-left:2px; }
.imgBanner .txt strong::before {
    display: inline-block;
    content: '';
    width: 4px;
    height: 15px;
    background:#025AAA;
     vertical-align:middle;
     margin-right: 7px;
      margin-top: -2px;
}

.imgBanner img {
  width: 100%;
}


.ban-about h1 {
  color: #232121;
}
.ban-about p {
  color: #333;
}

@media (max-width: 992px) {
    .imgBanner .img {
		padding-bottom:240px;
    }
.imgBanner .img img {
   position: absolute;
   left:0px;
}
}

@media (min-width: 1680px) {
.imgBanner h1 {
  font-size: 88px;
}
.imgBanner h3 {
  font-size: 35px;
}
.imgBanner h3 p {
  font-size: 26px;
}
.imgBanner h1 big { font-size: 110px; }
.imgBanner .txt { max-width:55% }
.imgBanner .txt p {
  font-size: 20px;
}
.imgBanner .txt h4 {
  font-size: 70px;
}

.imgBanner .txt strong { font-size: 18px; }
.imgBanner .txt h2 {
  font-size: 88px;
}
}

.Crumbs_nav {
  padding: 20px 0;
}

.Crumbs ul li a span,
.Crumbs ul li a,
.Crumbs ul i {
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
  color: #b19e9e;
}

.Crumbs ul li:last-child span {
  color: #b19e9e;
}

.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-nav { text-align:center; margin:4% auto 3% auto }
.page-nav a { display:inline-block; padding:10px 3%; border-right:1px solid #bbb; color:#232323 }
.page-nav a:last-child { border-right:none }
.page-nav a.active { color:#025AAA }


.page li {
  border: none;
}

.page {
  border: none;
}

.search-pagination  { text-align:center }
.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: #025AAA;
  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: #025AAA;
  color: #fff;
  border-color: #025AAA;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: #025AAA;
  background-color: #fffdfd;
  border-color: #fff;
}

.page li {
  height: 28px;
  width: auto;
  margin-left: 12px;
}

.pro_S_img .img {
  width: 130px;
}


.parameter_btn a.inquire,
.parameter_btn a.inquire,
.contactBox .contactForm .info input[type="submit"] {
  background: #025AAA;
}

.parameter_btn a:hover {
  background: #025AAA;
}

.productDetailContentBox .title {
  text-align: left;
}

.productDetailContentBox .title h2,
.faq_bt {
  color: #333;
  line-height: 1;
  font-size: 24px;
}



section .title h2 {
  position: relative;
  font-size: 28px;
/*  font-weight: bold;*/
  color: #025AAA;
  line-height: 1.1;
  text-align: center;
  text-transform: capitalize;
font-family: Times New Roman;
font-family: Source Han Serif;
}

section .title h2 span {
  color: #2751a5;
}
section .title h4 {
  font-size:24px;
  font-weight: 400;
  color: #404040;
  text-align: center;
  line-height:1.1;
}

section .title p {
  font-size:18px;
  font-weight: 400;
  color: #444;
  margin:10px auto;
  text-align: center;
 
  line-height:1.6;
  max-width: 900px;
}

section  {
  font-size: 16px;
  font-weight: 500;
  color: #555;
  line-height: 1.6;
}

.tabs-list {
  margin-bottom: 36px;
}

.tabs-list ul {
  margin-top: 28px;
}

.tabs-list li {
  width: 100%;
  background: #ffffff;
  border-radius: 10px;
  color: #999;
  font-weight: 300;
}

.tabs-list li + li {
  margin-top: 37px;
}

.tabs-list .content li + li {
  margin-top: 28px;
}

.tabs-list .tabs-head {
  /* height: 38px; */
  background: #f2f3f3;
  border-radius: 0px 38px 0px 0px;
  font-size: 18px;
  font-weight: bold;
  color: #22252a;
  line-height: 38px;
  padding: 0 36px;
  background: #f2f2f2;
  cursor: pointer;
  background-image: url("../img/add.png");
  background-position: 98%;
  background-repeat: no-repeat;
}

.tabs-list .tabs-head.active {
  border-radius: 0px 38px 0px 0px;
  background-image: url("../img/reduce.png");
}

.tabs-list .text {
  display: none;
  overflow: hidden;
  padding: 26px 32px;
  background: #ffffff;
  box-shadow: 0px 3px 8px 0px rgba(207, 207, 207, 0.36);
  color: #999999;
}

.tabs-list .text h3 {
  color: #3b7fba;
  font-weight: Bold;
  margin-bottom: 16px;
}

.tabs-list .text p {
  color: #999999;
  line-height: 27px;
}

.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: 528px;
  background: url("../img/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: flex-start;
}

.footer-contact .wrap p {
  font-size: 40px;
  font-weight: 800;
  color: #ffffff;
  line-height: 36px;
  text-shadow: 0px 0px 14px rgba(9, 0, 2, 0.39);
  margin-bottom: 40px;
}

.footer-contact a.more {
  padding: 15px 43px 14px 44px;
  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;
}

 
a.more {
  box-sizing: border-box;
  display: inline-block;
  font-size: 15px;
 
  color: #025AAA;
  line-height: 14px;
  padding: 7px 35px;
  border-radius:20px;
  border: 1px solid #025AAA;
}

a.more:hover {
  background: #025AAA;
  color: #fff;
}

.footer-contact a.more {
  padding: 14px 23px 13px 23px;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  background: #025AAA;
  border-color: #025AAA;
}

.footer-contact a.more:hover {
  background: #fff;
  border-color: #025AAA;
  color: #025AAA;
}

.swiper-slide .banner-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  margin-top: 10%;
 /* align-items: center;*/
}

.banner-content .content {
	position:relative;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}

.banner-content h2 {
  position: relative;
  font-size: 38px;
  font-weight: bold;
  color: #005aab;
  line-height: 1.2;
  max-width: 400px;

}


/*.banner-content h2::after {
  content: "";
  display:block;
  margin:10px 0;
  width: 120px;
  height: 3px;
  background: #fff;
}*/
 
.banner-content div.p {
  max-width: 400px;
  font-size: 20px;
  color: #282828;
  line-height: 1.4;
  margin-top: 10px;
}

.banner-content .mores {
  position:absolute;
  right:0;
  top:20px;
  text-align:right;
  font-weight: bold;
  font-size: 36px;
  text-transform:capitalize;
  color:#fff;
}

.index2 .container { text-align:center }
.index2 .title { position:relative; text-align:center }
.index2 .title img { width:40px; margin:5px auto 20px auto; }
.index2 .title h2 {
	position:absolute; bottom:3px; z-index:-1; width:100%;
	text-align:center;
	font-size: 82px;
	color:#e0e4e5;
	font-weight: 700;
	font-family: "misans-bold" !important; 
}
.index2 .title h4 {
	
}
.index2 .more { margin:40px auto; }
.index2 .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 60px;
  gap: 20px;
}

.index2 .item {
  position: relative;
  height: auto;
  background: #eee6e3;
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  align-items: center;
  overflow: hidden;
}



.index2 .item .text {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: all 0.5s ease 0s;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
}

.index2 .item .img {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}

.index2 .item:hover .text {
  opacity: 1;
}

.index2 .item .txt {
  text-align:left;
  color: #fff;
  line-height: 1.4;
  z-index: 2;
font-size: 14px;
  transition: all 0.5s ease 0s;
  position:absolute;
  bottom:20px;
  left:6%;
  right:6%;
}
.index2 .item .txt h2 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
}
.index2 .item:hover h2 {

}
.index2 .item .text:after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index:3;
  left: 0;
  top: 0;
  background: url("../img/plays.png") no-repeat center;
    background-size:25% auto;
}
.index2 .item .text2 .txt h2 { text-align:center; margin-bottom:2px }
.index2 .item .text .more {
  font-size: 15px;
  font-weight: 500;
 
  color: #025AAA;
  line-height: 16px;
  width:100%;
  text-align: center;
  position:absolute;
  top:110px;
}

.index2 .item .text .img {
  display: flex;
  justify-content: center;
  align-items: center;
 
}

.index2 .item .name {
  font-size: 28px;
  font-weight: 700;
  color: #025AAA;
  line-height: 24px;
  text-align: center;
  margin-bottom: 45px;
  text-transform: uppercase;
}

.index2 .item:last-child .text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(235, 236, 236, 0.5);
}

.index2 .item:last-child .text .img {
  flex: none;
}

.index3 {
  padding: 6% 0  8%;
  background: #f3f4f4;
  background:url();
  background-size: cover;
/*  background-attachment: fixed;*/
  background-position:center;
  background-repeat:no-repeat;
}

.index3 .title {
  margin-bottom: 50px;
  color:#fff;
}
.index3 .title h2{
  color:#fff;
}
.index3 .title p{
  color:#fff;
}

.index3 .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3px 4px;
}

.index3 .item {
	overflow:hidden;
  position: relative;
}

.index3 .item .text {
  position: absolute;
  top: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  text-align:center;
  transition: all 0.5s ease 0s;
}

.index3 .item:hover .text {
  top: 0;
  opacity: 1;
}

.index3 .item p {
  color: #ffffff;
  line-height: 28px;
  text-align: center;
  width: 80%;
}

.index3 .item .more {
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
  color: #ffffff;
  line-height: 36px;
  margin-top: 50px;
}

.index4 {
  padding: 85px 0 86px;
  background: #eee6e3;
  background-size: cover;
  background-attachment:fixed;
}

 
.index4 .title {
  margin-bottom: 60px;

}




.index4 .items {
  display: flex;
  flex-wrap: wrap;
  gap: 0 42px;
  justify-content: center;
}

.index4 .item:nth-child(4),
.index4 .item:nth-child(5) {
  margin-top: -80px;
}

.index4 .item {
  position: relative;
}
.index4 .item .img img {
  filter: brightness(0.9);
}



.index4 .item .text {

  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease 0s;
  
}

.index4 .item .text .img {
  margin-bottom: 30px;
}
.index4 .item .text .img img {
	width:auto;
	max-height:100px;
}

.index4 .item .text p {
  font-size: 22px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1.3;
  text-align: center;
  text-transform: uppercase;
  max-width: 80%;
}

.index4 .box {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url("../img/index4ItemBg.png") no-repeat center;
  opacity: 0;

  padding: 0 26px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease 0s;
}

.index4 .box h3 {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 30px;
  text-transform: uppercase;
}


.index4 .box p {
  color: #ffffff;
  line-height: 1.4;
  text-align: center;
  font-size:15px;
}

.index4 .item:hover .text {
  opacity: 0;
}

.index4 .item:hover .box {
  opacity: 1;
}



.index0 .nums {
  display: flex;
  justify-content: space-between;
  margin:8% auto 7% auto;
}

.index0 .nums .item:last-child {
  margin-top: 0;
}

.index0 .nums .item {
	position:relative;
  /*display: flex;*/
  flex-direction: column;
  align-items: center;
 
}
.index0 .nums .item h3 { position:absolute; top:-20px; left:5px; font-size:36px; font-weight:bold; color:#e0e4e5; z-index:-1; font-family: "misans-bold" !important; white-space: nowrap;}
.index0 .nums .num i { font-family: "misans-bold" !important;}
.index0 .nums .item .img { float:left; margin-right:6px; margin-top:5px; }
.index0 .nums .item .img img { max-height:55px; width:auto}
.index0 .nums .item .num sup { vertical-align:bottom }

.index0 .nums .num {
  float:right;
  font-size: 42px;
  font-weight: bold;
  color: #404040;
  line-height: 1;

}

.index0 .nums p {
  font-size: 18px;
  font-weight: 500;
  color: #025AAA;
  line-height: 1.2;
  text-transform: capitalize;
}

.index5 {
  padding: 3% 0 5% 0;
}


.index5 .title {
  margin-bottom: 5%;
}

.index5 .items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px 50px;
  justify-content: center;
}

.index5 .img {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100px;
  background: #f7f7f7;
  /*box-shadow: 0px 5px 5px 0px rgba(163, 163, 163, 0.3);*/
}

.index5 .img:hover img {
  transform: scale(1.05);
}

.index5-box { position:relative }
.index5-box .swiper-button-prev { left:-45px; }
.index5-box .swiper-button-next { right:-45px;}


.index7 {
  padding: 4% 0 3%;
}

.index7 .title {
  margin-bottom: 40px;
}

.index7 .row {
  text-align: center;
}

.index7 .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
}

.index7 .item {
  box-shadow: 0px 3px 7px 0px rgb(161 161 161 / 35%);
  border-radius: 4px;
  background:#fff;
}

.index7 .item .img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
}

.index7 .item .text {
  padding: 15px 15px 12px 15px;
  text-align:left;
}

.index7 .item .bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  color: #bfbfbf;
 
  font-size: 16px;
}

.index7 .item .text h3 {
  font-weight: bold;
  color: #22252a;
  font-size: 18px;
  line-height: 1.2;
  text-align: left;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
 
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; /*溢出部分省略号*/
}
.index7 .item .text p {
  color: #22252a;
  font-size:15px;
  color:#777;
  margin:6px auto;
  min-height:52px;

}
.index7 .item:hover {
  box-shadow: 0px 3px 7px 0px rgba(161, 161, 161, 0.35);
  border-radius: 4px;
}

.index7 .item:hover .more {
  color: #025AAA;
}

.index7 a.more {
  margin-top: 40px;
}

.inside .title h2 {
  position: relative;
  font-size: 32px;
  color: #025aaa;
  line-height: 1.2;
  font-weight:600;
}

.inside .title h2::after {
  position: relative;
  content: "";
  display:block;
  width: 90px;
  height: 3px;
  background: #025aaa;
  margin:10px 0;
}
.about-tit { margin-bottom:3% }
.about-tit b { color:#005bab; font-size:28px; }
.about-tit span { color:#aaa; font-size:20px; text-transform:uppercase; border-left:2px solid #005bab; display:inline-block; line-height:1;padding-left:8px; margin-left:5px; }



.why1 {
  padding: 56px 0 95px;
}

.why1 .title h2 {
  margin-bottom: 77px;
}

.why1 .title h2::after {
  left: 50%;
  transform: translateX(-50%);
}

.why1 .title p {
  font-size: 24px;
  font-weight: 400;
  color: #22252a;
}

.why1 .title p strong {
  font-size: 48px;
  color: #025AAA;
  line-height: 40px;
}

.why1 .title {
  margin-bottom: 14px;
}

.why1 .img {
  display: flex;
  justify-content: center;
}

.why1 .items {
  margin-top: 14px;
}

.why1 .items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 38px;
}

.why1 .item {
  padding: 44px 10px 0;
  height: 246px;
  background: #ffffff;
  box-shadow: 0px 1px 47px 2px rgba(124, 124, 124, 0.18);
}

.why1 .item h3 {
  font-size: 24px;
  font-weight: 600;
  color: #025AAA;
  line-height: 24px;
  margin-bottom: 18px;
}

.why1 .item p {
  color: #22252a;
  font-weight: bold;
}

.why1 .item:nth-child(2) h3 {
  color: #386766;
}

.why1 .item:nth-child(3) h3 {
  color: #e4902f;
}

.why1 .item:nth-child(4) h3 {
  color: #4c95ff;
}

.why1 .item:nth-child(4) {
  padding-top: 32px;
}

.why2 {
  padding: 102px 0 156px;
  background: url("") no-repeat center;
  background-size: cover;
}

.why2 .title h2 {
  color: #fff;
}

.why2 .title h2::after {
  left: 50%;
  transform: translateX(-50%);
}

.why2 .title {
  margin-bottom: 130px;
}

.why2 .items {
  display: grid;
  grid-template-columns: repeat(4, 20%);
  justify-content: space-between;
}

.why2 .item {
  display: flex;
  flex-direction: column;
  align-content: center;
}

.why2 .item .img {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  min-height: 90px;
}
.why2 .item .img img {
	width:auto;
	height:120px;
}
.why2 .item p {
  color: #fff;
  text-align: center;
  font-weight: 500;
}

.why3 {
  margin:1% auto 4% auto;
  padding: 0;
  background:#eee6e3;
  box-shadow: 0 1px 5px 2px rgba(200, 200, 200, .5);
}
.why3 .container { position:relative; }
.why3 .container:after,.why3 .row:after { clear:none }

.why3 .wrap {
  display: flex;
  display:inline;
  justify-content: space-between;
}

.why3 .wrap .content {
  width: 47%;
  float:left;
}
.why3 .img {
  width: 49%;
  float:right;
}
.why3 .title h2 {
  text-align: left;
  text-transform: none;
}

.why3 .title {
  margin: 12% 0 50px;
}

.why3 .txt {
  font-size:19px;
  color: #232121;
  line-height: 2.2;
  font-weight: 500;
}

.why3 p + p {

}

.why4 {
  margin:4% auto;
   box-shadow: 0 1px 5px 2px rgba(200, 200, 200, .5);
   background-repeat:no-repeat;
   background-position:center;
   background-size:cover;
}

.why4 .wrap {
  display: flex;
  justify-content: flex-end;
}

.why4 .content {
  width: 53.29%;
  background: #f4eeed;
  margin-bottom: 12%;
  padding: 5% 50px 6% 50px;
 
}

.why4 .content h2 {
  width: 76%;
  text-align: left;
  text-transform: none;
  margin-bottom: 50px;
}

.why4 .content p {
  font-size:19px;
  color: #232121;
  line-height: 2.2;
  font-weight: 500;
}

.why4 .content p + p {
  margin-top: 30px;
}

.why5 {
  padding: 50px 0 70px;
}

.why5 .title h2 {
  text-transform: none;
  margin-bottom: 87px;
}

.why5 .title h2::after,
.why6 .title h2::after {
  left: 50%;
  transform: translateX(-50%); 
}


.title.center h2::after {
  left: 50%;
  transform: translateX(-50%);
}

.why6 {
  padding-bottom: 100px;
}

.why6 .title h2 {
  text-transform: none;
  margin-bottom: 78px;
}

.why6 .swiper {
  padding: 6px 0;
}

.why6 .swiper-slide {
  width: 220px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  box-shadow: 0px 2px 10px 0px rgba(137, 137, 137, 0.19);
}



 
.about1 {
  padding: 5% 0 2% 0;
}

.about1 .title h2 {
  text-align: left;
  text-transform: none;
  margin-bottom: 4%;
}



.about1 .content {
  margin-bottom: 4%;
  color:#686868;
  line-height:2;
}
.about1 .content>p {
  margin-bottom: 10px;
}

.about2 {
  padding: 50px 0 30px;
  height: auto;
  background: url("../img/about2Bg.png") no-repeat center;
  background-size: cover;
}

.about2 .title h2 {
  text-align: left;
}

.about2 .title {
  margin-bottom: 68px;
}

.about2 .swiper {

}

.about2 ul {
  display: flex;
  padding-bottom: 240px;
}

.about2 ul li {
  list-style-type: none;
  position: relative;
  height: 4px;
  width: 230px;
  background: #025AAA;
  margin-top: 210px;
}

/* .about2 ul li:first-child:before, */
.about2 ul li:last-child:before {
  position: absolute;
  content: "";
  height: 4px;
  width: 140%;
  left: -140%;
  background: #025AAA;
}

.about2 ul li:last-child:before {
  left: auto;
  right: -140%;
  background: #fff;
}

.about2 ul li .timer-box {
  position: relative;
  bottom: 0;
  min-height: 160px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  cursor: pointer;
  padding-top: 1px;
  padding-left: 10px;
}

/* .about2 ul li:hover .timer-box {
  background: #FFFFFF;
  box-shadow: 0px 3px 8px 0px rgba(207,207,207,0.36);
} */

.about2 ul li:nth-of-type(odd) > div {
  bottom: -24px;
}

.about2 ul li:nth-of-type( even) > div {
  top: -200px;
}

.about2 .time {
  font-size: 18px;
  font-weight: bold;
  color: #22252a;
  margin-bottom: 5px;
  height:30px; line-height:30px; overflow:hidden;
}

.about2 .timer-box p {
  font-size: 15px;
  font-weight: 400;
  color: #999999;
  line-height: 1.4;
}

.about2 ul li::after {
  content: '';
  position: absolute;
  left: 8%;
  top: -7px;
  transform: translateX(-50%);
  width: 16px;
  height: 16px;
  z-index: 2;
  background: #FFFFFF;
  border: 3px solid #025AAA;
  border-radius: 50%;
}

.about2 ul li:last-child:after {
  left: 4%;
}

.about-way { margin:2% auto 5% auto }
.about-way ul {
    display: flex;
    justify-content: space-between;
    margin: 3% auto 2% auto;
}
.about-way ul li { max-width:200px; text-align:center }
.about-way ul li img { height:80px; }
.about-way ul li h3 { font-size:24px; margin:10px auto }



.contactBox .about3 h2 { }
.contactBox .about3 h2::after {
	display:none;
}
.contactBox .about3 .txt p {
 
  padding-left:10px;
}




.about4 {
  padding: 48px 0 42px;
  background: #eee6e3;
}

.about4 .title h2,
.about5 .title h2 {
  text-align: left;
  margin-bottom: 60px;
  text-transform: none;
}

.about4 .items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 33px;
}
.about4 .items .img {
	width:100%;
    height:100%;
    padding-bottom: 70%;
    position: relative; }
.about4 .items .img img { width:100%;
	 width: 100%;
	 height: 100%;
	 object-fit: cover;
	 object-position: center;
	 position: absolute;
 }
.about4 .img:hover img {
  transform: scale(1.05);
}

.about5 {
  padding: 2% 0 5% 0;
}

.about5 .title h2 {
  margin-bottom: 4%;
}

.about5 .items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 20px;
}

.about5 .item {
  position: relative;
}

.about5 .text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 84%;
  background: rgba(0, 0, 0, 0.3);

  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease 0s;
}

.about5 .text p {
  text-align: center;
  color: #fff;
}

.about5 .item:hover .text {
  top: 0;
}

.about5 .item:hover img {
  transform: scale(1.05);
}

.solution1 {
  padding: 40px 0 80px;
}

.solution1 .title h2,
.solution2 .title h2 {
  text-transform: none;
  text-align: left;
}

.solution1 .title h2 {
  margin-bottom: 67px;
}

.solution1 .items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 34px 40px;
}

.solution1 .item {
  position: relative;
  background: #fff;
  display: flex;
  flex-direction: column;
}

.solution1 .item .img {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}

.solution1 .item .text {
  position: absolute;
  left: 0;
  top: 100%;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.5s ease 0s;
}

.solution1 .item p,
.solution1 .item .name {
  font-size: 22px;
  font-weight: 500;
  color: #333;
  line-height: 24px;
  text-align: center;
  padding: 20px 0;
}

.solution1 .item .text .name {
  color: #fff;
}

.solution1 .item:hover .text {
  top: 0;
  opacity: 1;
}

.solution1 .item:hover p {
  opacity: 0;
}

.solution1 .item:hover .text p {
  opacity: 1;
}

.solution1 .item:nth-child(3) {
  background: #efefef;
}

.solution2 {
  padding-bottom: 50px;
}

.solution2 .title h2 {
  margin-bottom: 72px;
}

.solution2 .items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 37px 13px;
}

.solution2 .item {
  height: 354px;
}

.solution2 .item .top {
  position: relative;
}

.solution2 .item .content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  opacity: 0;
  transition: all 0.5s ease 0s;
}

.solution2 .item .content h3,
.solution2 .item .content .name {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  line-height: 14px;
  margin-bottom: 16px;
}

.solution2 .item .content .img {
  margin-top: 11px;
}

.solution2 .item .text {
  padding: 17px 15px 0;
}

.solution2 .item .text p {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.solution2 .item:hover .content {
  opacity: 1;
}

.solution2 .item:hover {
  box-shadow: 0px 3px 7px 0px rgba(161, 161, 161, 0.35);
  background: #f7f7f7;
}

.video {
  padding-bottom: 80px;
}

.video .video_click {
  cursor: pointer;
}

.video .wrap {
  border-bottom: 4px solid #f2f4f4;
  padding: 50px 0 50px;
}

.video .items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid: 0 40px;
}
.video .items li { margin:20px; }
.video .items li:nth-of-type(2n) { }


.video .items .item .img {
    width:100%;
    height:100%;
    padding-bottom: 65%;
	background:#eee;
    position: relative;
}
.video .items .item .img img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   object-position: center;
   position: absolute;
   left:0;
   filter: brightness(0.8);
}


.video .item p {
  padding-top: 20px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}


.video .item .video_click::after {
  display: none;
}

.video .item .video_click .text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align:center;
}
.video .item .video_click .text i {
	display:inline-block;
	width:100px;
	height:100px;
	background:url(../img/plays.png) no-repeat center;
	background-size:auto;
}

.video .item .video_click .text h3 {
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1.3;
  margin: 20px 10%;
}



.solution {
  padding: 30px 0 50px;
}

.solution .item:nth-child(2n) {

}

.solution .item:nth-child(2n) .wrap {
  flex-direction: row-reverse;
}

.solution .item {
	position:relative;


}

.solution .item .wrap {
  display: flex;
  justify-content: space-between;
  padding: 4% 0;
  border-bottom:1px solid #ccc;
}

.solution .item .pic {
  position:relative;
  display: flex;
  justify-content: left;
  align-items: center;
  width:52%;

}
.solution .item .pic img { width:45% }


.solution .item .pic h2 { font-size:42px; font-family: "misans-bold" !important; font-weight:bold; line-height:1; position:absolute; left:20%; bottom:0; color:#404040; }
.solution .item:nth-child(2n) .pic {
  justify-content: right;
}
.solution .item:nth-child(2n) .pic img{
  width:39%
}
.solution .item:nth-child(2n) .pic h2 {
  left:0;
}

.solution .item .content {
  width: 42%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.solution .item .content h3 {
  font-size: 28px;
  font-weight: 600;
  color: #025AAA;
  line-height: 1.2;
}
.solution .item .content h4 { font-size:16px; color:#404040; margin-bottom: 20px; }
.solution .item .content h4 span {  border-bottom:1px solid #5792c5; padding:10px 0; display:inline-block }
.solution .item .txt {
  font-size: 14px;
  line-height: 1.7;
  font-weight: 300;
  color:#444;
}

.solution .item .pic:hover img {
  transform: scale(1.05);
}



@media (min-width: 1680px) {
.solution .item .content h3 { font-size:36px;}
.solution .item .content h4 { font-size:20px; }
.solution .item .pic h2 { font-size:58px; }
.solution .item .txt { font-size: 16px; line-height: 1.8; }

}




.service1 {
  padding: 50px 0 43px;
}

.service1 .title h2,
.service2 .title h2,
.service3 .title h2,
.service4 .title h2,
.service5 .title h2,
.service6 .title h2 {
  text-align: left;
  text-transform: none;
}

.service1 .title h2 {
  margin-bottom: 40px;
}

.service1 .content p {
  font-weight: 600;
}

.service1 .content p + p {
  margin-top: 26px;
}

.service2 {
  background: #f2f4f4;
  padding: 40px 0 44px;
}

.service2 .wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 42px;
}

.service2 .wrap .content {
  width: 60%;
}

.service2 .wrap .title h2 {
  margin-bottom: 36px;
}

.service2 .wrap p {
  font-weight: 600;
}

.service2 .wrap p + p {
  margin-top: 30px;
}

.service2 .text h3 {
  font-size: 24px;
  font-weight: 600;
  color: #025AAA;
  line-height: 24px;
  margin-bottom: 10px;
}

.service2 .text p {
  line-height: 27px;
  font-weight: 600;
}

.service3 {
  padding: 100px 0 107px;
  background: url("../img/service3Bg.png") no-repeat center;
  background-size: cover;
}

.service3 .wrap {
  display: flex;
}

.service3 .content {
  width: 60%;
}

.service3 .title h2 {
  color: #fff;
  margin-bottom: 30px;
}

.service3 .content p {
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
  line-height: 29px;
}

.service3 .content .tel {
  color: #025AAA;
  font-size: 30px;
  font-weight: 600;
}

.service3 .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}

.service3 .btn .more1 {
  width: 247px;
  height: 54px;
  background: #025AAA;
  border: 2px solid #025AAA;
  border-radius: 27px;
  line-height: 50px;
  text-align: center;

  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
  transition: all 0.5s ease 0s;
}

.service3 .btn .more1:hover {
  background: #fff;
  color: #025AAA;
}

.service4 .title h2 {
  margin-bottom: 38px;
}

.service4 {
  padding: 40px 0;
}

.service4 p {
  font-weight: 600;
}

.service4 p + p {
  margin-top: 26px;
}

.service4 p img {
  vertical-align: unset;
}

.service5 {
  background: #f2f4f4;
  padding: 30px 0 60px;
}

.service5 .wrap {
  display: flex;
  justify-content: space-between;
}

.service5 .wrap .content {
  width: 50%;
}

.service5 .wrap .title h2 {
  margin-bottom: 38px;
}

.service5 .wrap .imgs {
  display: flex;
  gap: 22px;
}

.service5 .wrap p {
  font-weight: 600;
}

.service5 .wrap p + p {
  margin-top: 30px;
}

.service5 .text {
  margin-top: 30px;
}

.service5 .text h3 {
  font-size: 24px;
  font-weight: bold;
  color: #025AAA;
  line-height: 24px;
  margin-bottom: 10px;
}

.service6 {
  padding: 40px 0 190px;
}

.service6 h2 {
  margin-bottom: 30px;
}

.service6 .title p {
  text-align: left;
  font-weight: 600;
}

.service6 .tabs-list {
  margin-top: 30px;
}

.prods1 {
  padding: 30px 0 50px;
}

.prods1 .item:nth-child(2n) {
  background: #eee6e3;
}

.prods1 .item:nth-child(2n) .wrap {
  flex-direction: row-reverse;
}

.prods1 .item {
  padding: 50px 0;
}

.prods1 .item .wrap {
  display: flex;
  justify-content: space-between;
}

.prods1 .item .img {
  width: 52.7%;
  background: #eee6e3;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 530px;
  box-shadow: 0px 2px 10px 0px rgba(155, 155, 155, 0.3);
}

.prods1 .item:nth-child(2n) .img {
  background: #f4eeed;
  box-shadow: 0px 2px 10px 0px rgba(155, 155, 155, 0.3);
}
.prods1 .item .content {
  width: 41.71%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.prods1 .item h3,
.prods1 .item .name {
  font-size: 32px;
  font-weight: 600;
  color: #025AAA;
  line-height: 1.2;
  margin-bottom: 40px;
}

.prods1 .item p {
  font-size: 18px;
  line-height: 1.8;
  font-weight: 500;
  color:#b19e9e;
}

.prods1 .item a.more1 {
  font-size: 18px;
  font-weight: 300;
  color: #ce977f;
  line-height: 14px;
  margin-top: 40px;
}

.prods1 .item .img:hover img {
  transform: scale(1.05);
}

.product_box .submenu_wrap h2 {
  font-size: 34px;
  font-weight: 600;
  color: #025aaa;
  line-height: 28px;
  padding: 18px 0;
  text-align:center;
  border-bottom:3px solid #025aaa;
  margin-bottom:10px;
}

.product_box .submenu_wrap h3 {
  background: #025AAA;
  font-size: 22px;
  color: #fff;
  line-height: 28px;
  padding: 15px 0;
  text-align:center;
  margin:5px auto;
}
.product_box .submenu_wrap ul {
  border: none;
}
.product_box .submenu_wrap ul li {
	position:relative;
}

.product_box .submenu_wrap ul li a {
  line-height: 1.4;
  white-space: unset;
  font-weight: 500;
  color: #333;
  font-size:20px;
  padding: 12px 10px;
  text-align:center;
  border-top: 1px solid #b19e9e;
  display: block;
 
  
}

.product_box .submenu_wrap ul li:nth-of-type(1) a{
  border-top: 0;
}
.product_box .submenu_wrap ul li:last-child a {
  border-bottom: 1px solid #b19e9e;
}



.product_box .submenu_wrap ul li span.li_click {
  top: 16px;
}
.product_box .submenu_wrap ul li a.active,
.product_box .submenu_wrap ul li a:hover,
.product_box .submenu_wrap_ul .on > a {
    background: #025AAA !important;
    color: #fff !important;
}
.product_box .submenu_wrap ul li a.active > .li_click,
.product_box .submenu_wrap_ul .on > .li_click {
  background: url("../img/pro_click.png");
  background-position-y: 120%;
}

.product_box .submenu_wrap_ul .on ul.submenu_ul {
    display: block;
}
.product_box .submenu_wrap_ul .submenu_ul li a {
    color: #b19e9e;
	font-size:16px;
    border: none !important;
}
.product_box .submenu_wrap_ul .submenu_ul li a:hover {
	background:none !important;
   color: #025AAA !important;
}


.cate h2 {
  font-size: 32px;
  font-weight: bold;
  color: #025AAA;
  line-height: 36px;
 
}

.cate h1 {
  font-size: 34px;
  font-weight: bold;
  color: #025AAA;
  line-height: 36px;
  margin:12px 0;
 
}
.cate .text {
  font-size: 16px;
  color: #b19e9e;
  line-height: 1.6;
}

.cate1 {
  padding: 85px 0 88px;
}

.cate1 .title h2,
.cate2 .title h2 {
  text-align: left;
  text-transform: none;
  margin-bottom: 50px;
}

.cate1 .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 15px;
}

.cate1 .item {
  /* height: 380px; */
  background: #eee6e3;
  box-shadow: 0px 5px 10px 0px rgba(128, 120, 115, 0.3);
}

.cate1 .item .a {
  overflow: hidden;
  display: flex;
  gap: 2%;
  margin: 10px;
}

.cate1 .item .a a {
  display: inline-block;
  text-align: center;
  flex: 1;
  background: #025AAA;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  height: 32px;
  line-height: 30px;
}

.cate1 .item .a a.compareProduct {
  background: #a0a0a0;
}
.cate1 .item .a a.inquire {
  background: #232121;
}
.cate1 .item .a a.compareProduct.on, 
.cate1 .item .a a:hover {
  background: #025aaa;
}

.comparePro .itemBox .btn a.comparison.disabled {
  background: #a0a0a0;
  border-color: #a0a0a0;
}

.comparePro .itemBox .btn a.comparison.disabled span,
.comparePro .itemBox .btn a.comparison.disabled span:before {
  color: #fff;
}

.cate1 .item .a a span {
  display: inline-block;
  font-size: 14px;
  color: #ffffff;
}

.cate1 .item .img {
  position: relative;
  height: 220px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 2px solid #f2f4f4;
}

.cate1 .item input {
  position: absolute;
  bottom: 10px;
  left: 12px;
}

.cate1 .item .text {
  padding: 16px 0 5px 12px;
}

.cate1 .item h3 {
  font-size: 20px;
  font-weight: 600;
  color: #025AAA;
  line-height: 1.2;
  margin-bottom: 8px;
}

.cate1 .item p {
  /* overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; */
  min-height: 72px;
}

.cate1 a.more {
  margin-top: 50px;
}

.cate2 .title h2 {
  margin-bottom: 35px;
}

.cate2 p + p {
  margin-top: 30px;
}

.product_box .submenu_wrap ul li a:hover {
  background: #fff;
}

.category .imgBanner h1 {
  line-height: 1.3;
  text-transform: none;
}
.category .imgBanner p {
 
}

.compare1 {
  padding: 60px 0 44px;
}

.compare1 .title h2 {
  margin-bottom: 25px;
  text-transform: none;
}

.compare1 .title h2::after {
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
}

.compare1 .title {
  margin-bottom: 25px;
}

.compare1 .items {
  display: flex;
  justify-content: space-evenly;
}

.compare1 .item h3 {
  width: 100%;
  margin-bottom: 15px;
  font-size: 20px;
  color: #025AAA;
  /* border: 1px solid #dbdbdb; */
  height: 34px;
  text-align: center;
  line-height: 34px;
  padding: 0 20px;
  font-weight: 600;
}

.compare1 .item .img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 335px;
  height: 270px;
  background: #ffffff;
  box-shadow: 0px 3px 8px 0px rgba(124, 124, 124, 0.18);
}

.compare1 .item .img img {
  width: 100%;
}

.compare2 .btnBox {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  display: flex;
  background: #f2f4f4;
  height: 70px;
}

.compare2 .btnBox .tab {
  flex: 1;
  font-size: 24px;
  font-weight: bold;
  color: #22252a;
  line-height: 70px;
  padding: 0;
  outline: none;
  text-align: center;
  transition: all .5s ease 0s;
}

.compare2 .tab a {
  color: #333;
}

.compare2 .btnBox .tab.on {
  background: #025AAA;
  color: #fff;
}

.compare2 .btnBox .tab.on a {
  color: #fff;
}

.compare2 .conBox {
  margin-left: 10%;
  padding: 40px 0 50px;
}

.compare2 .conBox .content {
  display: flex;
  justify-content: space-around;
}

.compare2 .conBox .left,
.compare2 .conBox .right {
  display: flex;
  flex-direction: column;
  gap: 44px;
  width: 34.43%;
}

.compare2 .conBox.c2 .left,
.compare2 .conBox.c2 .right  {
  flex-direction: row;
}

.compare2 .conBox table tr td:nth-child(4) {
  border-right: 4px solid #F2F4F4;
}

.compare2 .content .name {
  font-size: 18px;
  font-weight: 600;
  color: #22252a;
  line-height: 19px;
  margin-bottom: 18px;
}

.compare2 .title h3 {
  font-size: 24px;
  font-weight: bold;
  color: #666666;
  line-height: 24px;
  border-bottom: 1px solid #dbdbdb;
  padding: 12px 0;
}

.compare2 .content .item {
  padding-top: 32px;
  flex: 1;
}

.compare2 .content .item p {
  padding: 10px 0;
  text-align: center;
}

.compare2 .content .img {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  box-shadow: 0px 4px 16px 2px rgba(155, 155, 155, 0.21);
}

.compare2 .content .img.empty {
  box-shadow: none;
}

.prev-box {
  padding: 44px 0 76px;
}

.prev-box a.prev-btn {
  display: inline-block;
  width: 240px;
  height: 54px;
  background: #025AAA;
  font-weight: bold;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 54px;
  margin-left: 10%;
}

.cateForm .form{
  margin-left: 10%;
}

.cateForm h3 {
  font-size: 36px;
  color: #3f3a39;
  margin-bottom: 20px;
  text-align: center;
}

.cateForm .info {
  position: relative;
  margin-bottom: 14px;
  width: 100%;
}

.cateForm .box {
  display: flex;
  justify-content: space-between;
}

.cateForm .box .info {
  width: 48%;
}

.cateForm .box .info input {
  border: none;
  border-bottom: 1px solid #e1e1e1;
  border-radius: 0;
}

.cateForm .tips {
  display: block;
  color: #ff000f;
  font-size: 14px;
  line-height: 16px;
  text-align: left;
}

.cateForm .info input {
  height: 46px;
  width: 100%;
  background: #ffffff;
  border: 1px solid #e1e1e1;
  border-radius: 6px;
  padding: 18px;
  outline: none;
}

.cateForm .info textarea {
  background: #ffffff;
  border: 1px solid #e1e1e1;
  border-radius: 6px;
  width: 100%;
  padding: 18px;
  outline: none;
}

.cateForm .Verify_img {
  position: absolute;
  right: 4px;
  top: 3px;
  height: 40px;
  cursor: pointer;
}

.cateForm .info input[type="submit"] {
  width: 159px;
  height: 45px;
  background: #ffffff;
  /* border-radius: 23px; */
  font-size: 18px;
  font-weight: bold;
  border: 1px solid #025AAA;
  color: #025AAA;
  line-height: 10px;
  display: block;
  margin: 0 auto;
  margin-top: 30px;
}

.cateForm .info input[type="submit"]:hover {
  background: #025AAA;
  color: #fff;
}

.slider_table td,
.slider_table th,
.slider_table table {
  border: none;
   padding: 13px 11px; 
  font-weight: 500;
  background:#f4eeed;

}
.slider_table tr td { border:1px solid #c5a495 !important; color:#025aaa }
.slider_table tr:hover td { background:#eee6e3 }

.slider_table tbody tr:nth-child(2n + 1) td {
	background:#eee6e3

}
.slider_table tbody th {
  background: #f4eeed;
}


/* .slider_table tbody tr td:first-child {
  color: #333;
  font-weight: 600;
} */

.product-head .product-thumb {
	overflow:hidden;
  height: auto;
  min-height:380px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 4px 16px 2px rgba(155, 155, 155, 0.21);
}
.product-head .product-thumb .mousetrap {
  display: flex !important;
}

.product-head .product-thumb #zoom1 {
  height: auto !important;
  display: flex !important;
}

.product-head .wrapper {
  position: relative;
}

.iqBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}

.iqBox .article_sharethis { display:block; text-align:right; }
.iqBox .article_sharethis>b { text-transform:uppercase; vertical-align:middle; margin-right:5px; color:#666; }
.iqBox .article_sharethis>span { display:inline-block; vertical-align:middle; }
.iqBox .article_sharethis .stButton { 
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    opacity:0.8;
}

.iqBox .bdshare-button-style0-24 a {
    float: left;
    font-size: 18px;
    padding-left: 36px;
    line-height: 36px;
    height: 36px;
    background-image: url(../img/s-qqkj.png);
    background-repeat: no-repeat;
	background-position:center;
	background-size:36px auto;
    cursor: pointer;
    margin: 6px 6px 6px 0;
   filter: brightness(0.6);
 -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    opacity:0.7;
   
}
.iqBox .bdshare-button-style0-24 a.bds_weixin { background-image: url(../img/s-weixin.png); }
.iqBox .bdshare-button-style0-24 a.bds_sqq { background-image: url(../img/s-qq.png); }
.iqBox .bdshare-button-style0-24 a.bds_qzone { background-image: url(../img/s-qzone.png); }
.iqBox .bdshare-button-style0-24 a.bds_tsina { background-image: url(../img/s-sina.png); }
.iqBox .bdshare-button-style0-24 a.bds_more { background-image: url(../img/s-more.png); }
.iqBox .bdshare-button-style0-24 a:hover {
filter: brightness(1);
    opacity:1;
}



.iqBox a.more {
  width: 140px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  color: #fff;
  background: #232121;
  border-radius: 4px;
  border:none;
  padding: 0;
  font-weight:bold;
  text-align: center;
}

.thumb {
  position: absolute;
  left: 22px;
  bottom: 12px;
  z-index: 10000;
  width: 41.4%;
}

.product-thumbs .swiper-slide {
  height: 100px;
  display: flex;
  justify-content: center;
  align-content: center;
  border: 2px solid #fff;
}

.product-thumbs .swiper-slide.on {
  border-color: #025AAA;
}

.product-thumbs .swiper-slide .img {
  display: flex;
  justify-content: center;
  align-content: center;
}

.product-head h2 {
  font-size: 32px;
  font-weight: bold;
  color: #025AAA;
  line-height: 1.2;
  margin-bottom: 15px;
}

.product-head .title h3 {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  color: #ab9494;
  line-height: 1.6;
  margin-bottom: 40px;
}

.product-head .title h3::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -15px;
  width: 90px;
  height: 3px;
  background: #025AAA;
}

.productBtnBox {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background: #eee6e3;
 
}

.productBtnBox .btnBox {
  display: flex;
}

.productBtnBox .tab {
  padding: 0;
  flex: 1;
  border-radius: 0;
  border: none;
}

.productBtnBox .tab a {
  display: block;
  line-height: 60px;
  border-bottom: 0;
  border-bottom-color: currentcolor;
  font-size: 20px;
  font-weight: 700;
  color: #232121;
  text-align: center;
  border-left: 1px solid #fff;
}

.productBtnBox .tab.on {
  background: #025AAA;
}

.productBtnBox .tab.on a {
  color: #f4eeed;
}

.productDetailConBox .title h3 {
  position: relative;
  font-size: 28px;
  font-weight: bold;
  color: #025aaa;
  line-height: 32px;
  margin-bottom: 35px;
}

.productDetailConBox .title h3::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -16px;
  width: 90px;
  height: 3px;
  background: #025aaa;
}
.productDetailCon .conBox {
	padding:3% 1px;
	display:none;
}



.productDetailConBox .product0 {
  padding: 33px 0 92px;
}

.productDetailConBox .product0 p + p {
  margin-top: 28px;
}

.productDetailConBox .product0 .img {
  margin-top: 80px;
}

.productDetailConBox .product1 {
  padding-bottom: 86px;
}

.productDetailConBox .product1 .img {
  margin-top: 48px;
  display: none;
  /* box-shadow: 0px 5px 5px 0px rgba(160,160,160,0.19); */
}

.productDetailConBox .product1 .title .img {
  display: block;
}

.conBox.product2 .table2 .slider_table {
  display: none;
}

.product2 .name {
  font-size: 24px;
  font-weight: bold;
  color: #666666;
  line-height: 24px;
  margin-bottom: 22px;
}

.product2 .box {
  padding: 20px 0;
  border-bottom: 1px solid #dbdbdb;
}

.product2 .items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.product2 .items .item {
  width: 48%;
  margin-bottom: 20px;
}

.product2 .ctxs {
  display: flex;
}

.table1,
.table2 {
  padding: 30px;
}

.table2 thead tr td {
  color: #22252a;
  font-weight: bold;
}

.prod .title h2 {
  text-align: left;
  text-transform: none;
  margin-bottom: 50px;
}

.prod .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.prod .item {
  height: 370px;
  background: #eee6e3;
  box-shadow: 0px 3px 5px 0px rgba(255,255,255,0.3);
}

.prod .item .img {
  height: 240px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #F2F4F4;
}

.prod .item .text {
  padding: 15px 15px 0 15px;
}

.prod .item .text h3 {
  font-size: 18px;
  font-weight: 500;
  color: #025aaa;
  line-height: 20px;
  margin-bottom: 10px;
}

.prod .item .text p {
	font-size:14px;
	color:#555;
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.why5 {
  position: relative;
  margin-bottom: 60px;
}

.why5  .swiper-slide {
  width: 505px;
  height: 715px;
  box-shadow: 0px 2px 10px 0px rgba(137,137,137,0.19);
}

.why5-swiper {
  position: relative;
}

.videoBanner video{
  height: 550px;
  margin-left: -10px;
}

.productDetailConBox .title,
.productDetailConBox .name {
  position: relative;
}

.productDetailConBox .title .img,
.productDetailConBox .name .img {
  position: absolute;
  right: 10%;
  top: 10px;
  margin-top: 0;
  cursor: pointer;
}

.index6  {
  position: relative;
  background:#fff;
  padding:10px 0 50px 0;
}

.index6 .title {
  position: relative;
  margin:5% auto 50px auto;
}

.index6 .title h2 {
  text-align: left;
}

.index6 .title p {
  margin:10px 0; 
  text-align: left;
 
}

.index6 .swiper-slide {
  width: 568px;
}
.index6 .swiper-slide .img  {
	text-align:center;
}
.index6 .swiper-slide .img img {
	width:auto;
	max-height:320px;
}
.index6 .swiper-slide h3 {
  position: relative;
  font-size: 20px;
  font-weight: 500;
  color: #22252a;
  line-height: 15px;
  padding: 32px 0 23px;
  text-align: center;
  border-bottom: 1px solid #cacaca;
}

.index6 .swiper-slide h3::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  width: 14px;
  height: 14px;
  border: 4px solid #2E363A;
  border-radius: 50%;
  background: #fff;
  transform: translate(-50%, 50%);
}

.index6 .swiper-slide p {
  width: 60%;
  padding-top: 20px;
  text-align: center;
  margin: 0 auto;
}

.index6 .swiper-button-next, 
.index6 .swiper-button-prev {
  background: none;
  position: absolute;
  margin: 0;
  /*height: 100%;*/
  top: 0;
  left: auto;
  right: 4%;
  z-index: 999;
}

.index6 .swiper-button-next {
  right: 0;
  left: auto;
}

.index6 .swiper-button-prev:after, 
.index6 .swiper-button-next:after {
 
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  color: #555;
  font-size: 36px;
  font-weight: bold;
}

.index6 .swiper-button-next:after {
 
}

.index6 .swiper-button-prev:hover:after, 
.index6 .swiper-button-next:hover:after {
  color: #025AAA;
}

.about2 {
  position: relative;
  overflow:hidden;
}
.about2-swiper {
  position: relative;
  padding: 0 40px;
}

.about2 .swiper-button-next, 
.about2 .swiper-button-prev {
  background: none;
  position: absolute;
  margin: 0;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;  
}

.about2 .swiper-button-next {
  right: 0;
  left: auto;
}
.about2 .swiper-button-prev:after, 
.about2 .swiper-button-next:after {
 
	font-size:22px;
	color:#fff;
	z-index:99;
}
.about2 .swiper-button-prev, 
.about2 .swiper-button-next {
  content: "";
  position: absolute;
  top: 46%;
  transform: translateY(-50%);
  display: inline-block;
  font-size: 22px;
  background:#999999;
  color: #fff;
  text-align:center;
  border-radius:20px;
  width:32px;
  height:32px;
  line-height:32px;
}


.about2 .swiper-button-prev:hover:after, 
.about2 .swiper-button-next:hover:after {
  color: #025AAA;
}

.comparePro{
  padding: 40px 0;
  height: 300px;
  position: fixed;
  bottom: -1000px;
  left: 0;
  right: 0;
  background: #EEEEEE;
  box-shadow: 0px 5px 15px 1px rgba(87,87,87,0.33);
  z-index: 9999;
  transition: all .3s;
}
.comparePro.on{
  bottom: 0;
  transition: all .3s;
}
.comparePro .conBox{
  position: relative;
}
.comparePro .conBox .closeCompare{
  position: absolute;
  top: -50px;
  right: 0;
  width: 35px;
  height: 35px;
  line-height: 30px;
  font-size: 44px;
  font-weight: 300;
  text-align: center;
  cursor: pointer;
  color: #ffffff;
  background: #a0a0a0;
  transition: all .3s;
}
.comparePro .conBox .closeCompare:hover{
  background: #025AAA;
  transition: all .3s;
}
.comparePro .text{
  width: 34%;
  float: left;
  margin-right: 50px;
}
.comparePro .text h2{
  color: #3F3A39;
  font-size: 36px;
  line-height: 37px;
  font-weight: bold;
  padding: 32px 0 24px;
}
.comparePro .text p{
  font-size: 18px;
  color: #22252a;
  line-height: 29px;
}
.comparePro .itemBox{
  margin-left: 285px;
  min-height: 205px;
  overflow: hidden;
  padding-right: 170px;
  position: relative;
}
.comparePro .itemBox .btn{
  width: 200px;
  position: absolute;
  right: 0;
  top: 0;
}
.comparePro .itemBox .btn a{
  width: 100%;
  text-align: center;
  border: 1px solid #025AAA;
  display: block;
  margin: 20px 0;
  font-weight: bold;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.comparePro .itemBox .btn a span{
  display: inline-block;
  padding-left: 20px;
  color: #025AAA;
  line-height: 40px;
  position: relative;
}
.comparePro .itemBox .btn a.comparison span:before{
  position: absolute;
  content: '√';
  color: #025AAA;
  line-height: 40px;
  left: 0;
}
.comparePro .itemBox .btn a.clearCompare span:before{
  position: absolute;
  content: '';
  width: 10px;
  height: 1px;
  top: 50%;
  background: #025AAA;
  left: 0;
}
.comparePro .itemBox .btn a:hover{
  background: #025AAA;
}
.comparePro .itemBox .btn a:hover span,
.comparePro .itemBox .btn a.comparison:hover span:before{
  color: #fff;
}
.comparePro .itemBox .btn a.clearCompare:hover span:before{
  background: #fff;
}
.comparePro .item{
  width: 30%;
  float: left;
  /* padding: 0 5px; */
  position: relative;
  background: #FFFFFF;
  box-shadow: 0px 3px 8px 0px rgba(124,124,124,0.18);
}

.comparePro .item .img {
  border-bottom: 2px solid #F2F4F4;
}

.comparePro .item + .item {
  margin-left: 20px;
}
.comparePro .item .delete{
  position: absolute;
  top: 0;
  right: 5px;
  width: 19px;
  height: 19px;
  cursor: pointer;
  background: url("../img/removeThisProduct1.png") no-repeat center center;
  opacity: 0;
  transition: all .3s;
}
.comparePro .item:hover .delete{
  opacity: 1;
  transition: all .3s;
}
.comparePro .item .delete:hover{
  background: url("../img/removeThisProduct2.png") no-repeat center center;
  transition: all .3s;
}
.comparePro .item .img{
  line-height: 0;
  text-align: center;
  height: 170px;
  display: flex;
  align-items: center;
  justify-items: center;
}
.comparePro .item .t{
  text-align: center;
  color: #333;
  padding-top: 10px;
}

.comparisonBox h2 a{
  font-size: 16px;
  color: #181818;
  font-weight: 700;
  padding: 25px 0 25px 20px;
  display: inline-block;
  background: url("../img/back.png") no-repeat left center;
}
.comparisonBox h2 a:hover{
  padding-left: 30px;
}

.index-banner .swiper-slide img {
  width: 100%;
}

.flex {
  display: flex;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-column {
  flex-direction: column;
}

.footerForm {
  background: #eee6e3;
  box-shadow: 0px 3px 13px 0px rgba(23, 20, 20, 0.2);
  border-radius: 4px;
  padding: 40px 75px 30px;
  color: #252525;
  margin: 20px auto;
  /* margin-bottom: 56px; */
  font-size: 16px;
}

.footerForm .info-top .info:first-child {
  margin-right: 8px;
}

.footer_box .footerForm .info:last-child {
  text-align: center;
}

.footer_box .footerForm .info-top .info:first-child {
  margin-right: 8px;
}

 .footerForm .tips {
  display: block;
  color: #ff000f;
  font-size: 14px;
  line-height: 16px;
  text-align: left;
}

.footerForm .info input[type="text"],
.footerForm .info textarea {
  width: 100%;
  height: 42px;
  padding: 10px;
  background: #fff;
  border: 1px solid #fff;
 
}

input::-webkit-input-placeholder { /* Chrome/Opera/Safari */ 
  color: #d2c4c3;
}
input::-moz-placeholder { /* Firefox 19+ */
  color: #d2c4c3;
}
input:-ms-input-placeholder { /* IE 10+ */
  color: #d2c4c3;
}
input:-moz-placeholder { /* Firefox 18- */
  color: #d2c4c3;
}
textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */ 
  color: #d2c4c3;
}
textarea::-moz-placeholder { /* Firefox 19+ */
  color: #d2c4c3;
}
textarea:-ms-input-placeholder { /* IE 10+ */
  color: #d2c4c3;
}
textarea:-moz-placeholder { /* Firefox 18- */
  color: #d2c4c3;
}


 .footerForm .info textarea {
  height: 70px;
  resize: none;
}

.footerForm .info .footer_submit {
  width: 120px;
  height: 32px;
  background: #025AAA;
  border-radius: 8px;
  opacity: 1;
  border: 0;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  cursor: pointer;
  margin-top: 20px;
  text-transform:uppercase;
}

.footerForm .info .footer_submit:hover {
  opacity: 0.8;
}

 .footerForm .text a {
  text-decoration: underline;
  font-style: italic;
  font-weight: 400;
  color: #025AAA;
}

.footerForm .info {
  position: relative;
  margin-bottom: 15px;
  width: 100%;
}
.footerForm .info img {
	position:absolute;
	right:1px;
	top:1px;
	
}


.footerForm .info:last-child {
  text-align: center;
}


/* 定义动画 */
@keyframes shaketopleft {
  0%   { transform: translateX(0); }
  25%  { transform: translate(-6px,6px); }
  50%  { transform: translate(-2px,4px);}
  75%  { transform: translate(7px,-7px); }
  100% { transform: translateX(0); }
}
@keyframes shakebottomright {
  0%   { transform: translateX(0); }
  30%  { transform: translate(-6px,6px); }
  50%  { transform: translate(-1px,3px);}
  65%  { transform: translate(3px,1px); transform:scale(1.03,1.04); }
  80%  { transform: translate(6px,-7px); }
  100% { transform: translateX(0);  }
}
.mbanner { position: relative; overflow:hidden; }
.mbanner_t { position:absolute; top:-6px; right:-6px; animation: shaketopleft 2s infinite; }
.mbanner_b { position:absolute; bottom:-6px; left:-6px; animation: shakebottomright 1.6s infinite;   }

.down-arrow-box {    position: absolute;
    left: 50%;
    bottom: 30px;
    margin-left:-8px;}
/* 单个向下箭头 */
.arrow-down {
    margin-top: -3px;
    width: 16px;
    height: 16px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
    border-radius:2px;
  /* 上下浮动动画 */
  animation: arrowMove 1.5s infinite ease-in-out;
}

/* 三个箭头错开延迟，层次感 */
.arrow-down:nth-child(1) { animation-delay: 0s;opacity: 0.2; }
.arrow-down:nth-child(2) { animation-delay: 0.1s;opacity: 0.6; margin-top:-6px; }
.arrow-down:nth-child(3) { animation-delay: 0.2s;margin-top:-6px;  }

/* 上下浮动动画 */
@keyframes arrowMove {
  0% {
    opacity: 0.2;
    transform: rotate(45deg) translateY(0);
  }
  50% {
    /*opacity: 1;*/
    transform: rotate(45deg) translate(1px,1px);
  }
  100% {
    opacity: 1;
    transform: rotate(45deg) translateY(0);
  }
}


@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);
  }
}

@media (min-width: 1920px) {
  .videoBanner video {
    height: auto;
  }

  .videoBanner video {
    width: 100%;
  }
}


@media (max-width: 1720px) {
}

@media (max-width: 1620px) {
	
.swiper-slide .banner-content {
  margin-top: 9%;

}

}

@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;
  } */

  .index2 .content .wrap {
    padding: 20px;
  }

  .index2-bottom .tab {
    height: 140px;
  }

  .index2-bottom .tab .img {
    margin-top: 4%;
  }

  header .head-bottom .nav-list > li > a {
    font-size: 16px;
  }

  .index2 .item h2 {
    font-size: 16px;
  }
}

@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: 28px 0;
  }

  header .head-bottom .nav-list > li {
    padding: 0 20px;
  }

  .index1 .items {
    gap: 30px;
  }

  .index1 .content .text {
    padding: 20px;
  }

  .index4 .wrap {
    height: auto;
  }

  .index4 .text p {
    font-size: 16px;
  }

  .index4 .wrap .content .title h2 {
    margin-bottom: 20px;
  }

  .index4 .text p + p {
    margin-top: 20px;
  }

  .footer-contact {
    height: 400px;
  }
  
.imgBanner h1 big {
    font-size: 64px;
}
.imgBanner .txt h2 { font-size:48px; }
.imgBanner .content .row {
    margin-left: 6%;
    margin-right: 4%;
}

}

@media (min-width: 1400px) {
  .container {
    width: 1320px;
  }

  .container_1600 {
    width: 100%;
  }
}

@media (max-width: 992px) {
	
section {
    font-size: 15px;
}
	
  .Three_menu_box {
    padding-left: 10px;
  }

  .Crumbs ul li a,
  .Crumbs ul li,
  .Crumbs ul li a span,
  .Crumbs ul i {
    font-size: 14px;
    line-height: 1.2;
  }

  .Crumbs span.youAreHere {
    display: none;
  }

  body {

  }

  /*移动端隐藏模块*/
  .header {
    display: none;
  }

  /*移动端头部*/
  .m_header {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: none;
    z-index: 10002;

  }
.m_header.tofixed {
 
  box-shadow: 0 0 5px #025AAA;
  background-color: #e7e9ea;
  /* box-shadow: 0 2px 2px rgb(0 0 0 / 6%); */
  box-shadow: 0px 0px 39px 4px rgba(11, 0, 2, 0.13);
}

  .m_header {
    height: 60px;
  }

  .logo_box {
    width: 100%;
    height: 60px;
    text-align: center;
    padding: 5px 10px;
    zoom: 1;
  }
 

  .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%;
    right: 10px;
    margin-top: -12px;
    z-index: 999;
  }

  .nav_toggle {
    cursor: pointer;
    padding: 10px 35px 16px 0;
  }

  .nav_toggle span,
  .nav_toggle span:before,
  .nav_toggle span:after {
    cursor: pointer;
    height: 3px;
    width: 40px;
    background: #005BAB;
    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;
	padding-top:28%;
    top: 0px;
    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: 10px 15px;
    line-height: 40px;
    text-align: center;
    font-size: 17px;
    color: #000000;
  }
  
  
.m_header .m_nav_list .dropdown_menu a {  padding: 2px 15px; }

  .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: #555;
    top: 18px;
    right: 10px;
    cursor: pointer;
    z-index: 2;
    background: url("../img/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;
  }

.contactBox {
	padding:30px 15px;
}
  .contactBox .textBox h2,
  .contactBox .title h2 {
    letter-spacing: 0;
	font-size:22px;
  }
.contactBox .title h2::after {
    bottom: -10px;
    width: 70px;
    height: 2px;
}


.contactBox .title .txt {
    font-size: 15px;
}
.contactBox .contactInfo ul li {
    font-size: 16px;
	margin: 5px auto;
}
.contactBox .contactInfo ul p {
    font-size: 14px;
}

.contactBox .contactForm form {
    padding: 25px 6%;
}
.contactBox .contactForm .info {
    display: block;
    width: 100%;
    margin: 10px 0;
}
.contactBox .contactForm .info input[type="text"] {
    height: 40px;
    padding: 0 10px;
    font-size: 15px;
}

.contactBox .contactForm .info textarea {
    height: 115px;
}
.contactBox .contactForm .infos p {
    font-size: 14px;
    margin: 10px 2%;
}
.contactBox .contactForm .footer_submit {
    width: 120px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
}


.footer_box .footerForm {
    padding: 20px;
  }
.banner-content .content { text-align:center }
  .banner-content .content h2 {
     padding: 0;

  }
.banner-content h2 span {
 padding-bottom: 10px;
    border-bottom: 3px solid #72422c;
}
  .banner-content div {
    font-size: 14px;
    font-weight: 300;
    color: #ffffff;
    line-height: 20px;
    width: 80%;
    margin: 0 auto;
    margin-top: 10px;
    text-align: center;
  }
.banner-content .mores {
	font-weight:200;
    border-radius: 3px;
    font-size: 16px;
	padding:2px 1px;
    width: 90px;
    margin: 20px auto;
 
}

.imgBanner h1 big {
   font-size: 46px;
}
.imgBanner h1 p {
   font-size: 16px;
}
.imgBanner .txt { max-width:70%; }
.imgBanner .txt h2 {
    font-size: 42px;
    font-family: Arial;
    font-weight: 700;
}
.imgBanner .txt h4 { font-size: 38px; text-align:right; }
.imgBanner h3 {
  float:left;
  color: #333;
  font-size: 22px;
  line-height: 1.1;
  text-transform: uppercase;
  margin-top: 10px;
}
.imgBanner h3 p {
  font-size: 18px; margin-top: 12px;
}
.ban-about.imgBanner h2 { font-size: 38px; }
.imgBanner .txt strong { font-size:12px; }
.imgBanner .txt strong::before {
    width: 4px;
    height: 12px;
}

  .content h2 {
    font-size: 20px;
    padding: 15px 0;
  }
 
  section .contact .wrap h3 {
    font-size: 20px;
  }

  section .contact .wrap p {
    font-size: 15px;
	font-weight:normal;
  }

  section .contact {
    padding: 20px 0;
    background-size: cover;
  }

  section p {
    font-size: 15px;
  }

  .footer-share {
    display: none;
  }

  .copyright-left {
    line-height: 1.2;
    padding: 10px 0;
  }

  .imgBanner .content {
    align-items: center;
    justify-content: center;
  }

  .index-banner .swiper-pagination-bullet, .index6 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }

  .index-banner .swiper-pagination-bullet-active, .index6 .swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
  }

  .index-banner .swiper-pagination-bullet-active::before {
    width: 6px;
    height: 6px;
  }

  .index1 {
    padding: 50px 0;
  }

  .index1 .title {
    margin-bottom: 20px;
  }

  .index1 p,
  .index2 p{
    font-size: 15px;
 
  }

  .index1 a.more {
    margin-top: 20px;
  }

  a.more {
    font-size: 14px;
  }

.page-nav { margin-top:30px; }  
.page-nav a { padding:0px 5px; margin:3px 0; line-height:1; }

.index2 .more { margin:20px auto 0 auto }
  .index2 {
    padding: 20px 0;
  }

  .index2 .items {
    margin-top: 20px;
    grid-template-columns: repeat(1, 1fr);
	gap:20px 10px;
  }

  .index2 .item h2 {
    margin: 20px 0;
    line-height: 26px;
    color: #fff;
  }

  .index2 .item .text {
    opacity: 1;
  }
  .index2 .item .text h2 {
      text-align: center;
  }  
  .index2 .item .text p {
    display:none 
  }  
.index2 .item .text:after { background-size:60px auto; opacity: 0.6; } 
.index2 .item .text .img { display:none }


  .index3 {
    padding: 20px 0;
  }

  .index3 .title {
    margin-bottom: 20px;
  }

  .index3 .items {
    grid-template-columns: 100%;
  }

  .index3 .item .text {
    top: 0;
    opacity: 1;
  }

  .index3 .item {
    grid-column: auto !important;
  }

  .index3 .item:first-child img {
    height: auto;
  }

  .index4 {
    padding: 20px 0;
    margin-bottom: 0;
  }

  .index4 .title {
    margin-bottom: 20px;
  }

  .index4 .wrap {
    flex-direction: column-reverse;
    width: 100%;
    padding: 20px 0;
  }

  .index4 .wrap .content,
  .index4 .img {
    width: 100%;
  }

  .index4 .img {
    position: unset;
  }

  .index4 .img::after {
    display: none;
  }

  .index4 {
    margin-bottom: 20px;
  }

  .index4 .items {
    gap: 0 10px;
    padding: 0;
  }

  .index4 .img {
    display: flex;
    justify-content: center;
    align-items: center;
    filter: brightness(0.5);
  }

.index0 .nums .item .img { filter: brightness(1); }
.index0 .nums .item img { max-height:40px; filter: brightness(1); }

.index2 .title h4 {
	width:80%;
	margin:0 auto 20px auto;
	text-align:center;
	font-size:20px;
}
.index2 .title h2 { font-size:45px; line-height:1 }


  .index4 .item {
    position: relative;
    width: 30%;
  }

  .index4 .item .text p {
    font-size: 12px;
    line-height: 14px;
  }

  .index4 .item:nth-child(4), .index4 .item:nth-child(5) {
    margin-top: -14px;
  }

  .index4 .item .text .img {
    margin-bottom: 10px;
    width: 34px;
    filter: none;
  }

  .index4 .box {
    display: none;
  }

  .index0 .nums {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    flex-direction: column;
    gap: 10px 0;
    margin-top: 40px;
  }

.index0 .nums .item { text-align:center }
.index0 .nums .num { float:none; }
.index0 .nums .item .img { float: none; text-align:center; margin-right:0; }
.index0 .nums .item .img img { max-height: 45px; }
.index0 .nums .item h3 { font-size:18px; display:none }
  .index0 .nums .item {
    width: 100%;
  }

  .index0 .nums .num {
    font-size: 24px;
  }

  .index0 .nums p {
    font-size: 14px;
  }
.index0 .nums .item .num sup {
    font-size: 16px;
 
}
  .index5 {
    padding: 20px 0;
    background-size: cover;
    margin-bottom: 20px;
  }

  .index5 .title {
    margin-bottom: 20px;
  }

  .index5 .items {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }

  .index5 .item {
    height: auto;
    padding: 20px;
  }
  
  .index5 .img {
	min-height:65px;
	text-align:center;
  }

  .index5 .img img {
    width: 80%;
	margin:0 auto;
  }

  .index5 .item h3 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
  }

  .index6 .title h2,
  .index6 .title p {
 
  }


.index6 .swiper-button-next, .index6 .swiper-button-prev { top:-13px; font-size:20px; }
  .index6 .swiper-button-prev {
right: 0;
    left: auto;
	margin-right:30px;
  }
.index6 .swiper-button-prev:after, .index6 .swiper-button-next:after {font-size:20px;}
  .index7 {
    padding: 20px 0;
  }

  .index7 .items {
    grid-template-columns: 100%;
    gap: 20px;
  }
.index7 .item .text h3 {
 
    font-size: 18px;
}
.index7 .item .text p {
	line-height:1.5;
    font-size: 14px;
    margin: 3px auto;
    min-height: 52px;
}
.index7 .item .bottom {
    font-size: 14px;
}

.about-tit { margin-bottom:20px }
.about-tit b { color:#005bab; font-size:20px; }
.about-tit span { color:#aaa; font-size:16px; text-transform:uppercase; border-left:2px solid #005bab; display:inline-block; line-height:1;padding-left:5px; margin-left:3px; }


 
.about-way ul li { max-width:120px; text-align:center; }
.about-way ul li img { height:50px; }
.about-way ul li h3 { font-size:16px; margin:5px auto }
.about-way ul li p { font-size:12px;  }



  .footer-copyright .wrap {
    flex-direction: column;
  }

 
 
.mfootnavbox { display:block;  }

  .row {
    margin: 0 15px;
  }

  .prods1 .item {
    padding: 10px 0;
  }

  .prods1 .item .wrap {
    flex-direction: column!important;
  }
  
.prods1 .item h3, .prods1 .item .name {
    font-size: 20px;
    margin-bottom: 10px;
}
.prods1 .item p {
    font-size: 15px;
    line-height: 1.6;
}
  .prods1 .item a.more1 {
    font-size: 15px;
    margin: 15px 0;
  }


  .prods1 .item .img,
  .prods1 .item .content {
    width: 100%;
  }

  .prods1 .item .img {
    height: auto;
  }

	.foot-txt h3 { margin-bottom:20px; }
    .footer-wrap {
        float:none;  padding:25px 15px 10px 20px;
    }

 
  .footer-contact {
    height: auto;
    padding: 20px 0;
  }

  .footer-contact .wrap p {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .footer-copyright .wrap {
    padding: 10px 0;
    line-height: 20px;
  }

  .logo_box img {
    height: 30px;
  }

  .logo_box {
    display: flex;
    align-items: center;
    /*justify-content: center;*/
  }

  .prods1 .item h3 {
    font-size: 20px;
    line-height: 24px;
    margin: 20px 0;
  }

  .prods1 {
    padding: 0;
    margin-bottom: 20px;
  }

  .prods2 {
    margin-bottom: 20px;
  }

  .prods2 .items {
    grid-template-columns: 100%;
    gap: 20px;
  }

  .prods1 .text {
    display: none;
  }

  .prods2 .item .img {
    min-height: 200px;
    margin-bottom: 20px;
  }

  .prods2 .item {
    height: auto;
    padding: 20px 0;
  }

  .product_box {
    padding: 20px 0;
  }

  .product_box .submenu_wrap h2 {
    font-size: 28px;
    border-width: 2px;
    line-height: 14px;
  }

  .cate h2,
  .cate h1 {
    font-size: 18px;
    line-height: 24px;
	margin-bottom: 10px;
  }

  .cate .text {
    font-size: 20px;
  }

  .cate1 {
    padding: 20px 0;
  }

  .cate1 .items {
    grid-template-columns: 100%;
  }

  .inside .title h2 {
    font-size: 20px;
    margin-bottom: 22px;
  }

  .inside .title h2::after {
    width: 70px;
    height: 2px;
  }
 

  .comparePro {
    padding: 20px 0;
    height: auto;
  }

  .comparePro .text {
    width: 100%;
  }

  .comparePro .itemBox {
    display: flex;
    margin-left: 0;
    padding-right: 0;
    padding-bottom: 156px;
  }

  .comparePro .text h2 {
    padding: 10px 0;
    font-size: 24px;
    line-height: 18px;
  }

  .comparePro .text p {
    font-size: 16px;
    color: #22252a;
    line-height: 20px;
    margin-bottom: 20px;
  }

  .comparePro .conBox {
    display: flex;
    flex-direction: column;
  }

  .comparePro .item {
    width: 50%;
    margin-left: 0;
  }

  .comparePro .itemBox .btn {
    bottom: 0;
    top: auto;
    width: 100%;
  }

  .product-head .product-thumb .mousetrap, .product-head .product-thumb #zoom1 {
    height: 100%!important;
  }

  .product-head .product-thumb {
    height: auto;
  }

  .thumb {
    position: unset;
    width: 100%;
    margin-top: 20px;
  }

  .productBtnBox {

  }
.productBtnBox .tab a {
    line-height: 40px;
    font-size: 15px;
    font-weight: 700;
}

  .productDetailConBox .title h3 {
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 28px;
  }

  .productDetailConBox .title h3::after {
    bottom: -10px;
    width: 70px;
    height: 2px;
  }

  .productDetailConBox .product0 p + p {
    margin-top: 20px;
  }

  .productDetailConBox .product0 {
    padding: 20px 0;
  }

  .productDetailConBox .product0 .img {
    margin-top: 20px;
  }

  .productDetailConBox .product1 {
    padding-bottom: 20px;
  }
 

  .product2 .name {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 20px;
  }

  .table1, .table2 {
    padding: 20px 0;
  }

  .solution1 {
    padding: 20px 0;
  }

  .solution1 .items,
  .solution2 .items {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .solution1 .item p {
    font-size: 16px;
    line-height: 20px;
  }

  .solution1 .item > p {
    font-size: 15px;
    font-weight: 600;
    color: #22252a;
    line-height: 20px;
    text-align: center;
    padding: 10px 0;
    height: 60px;
  }
.solution1 .item p, .solution1 .item .name { font-size:16px; }
  .solution2 .item {
    height: auto;
  }

  .solution2 {
    padding-bottom: 20px;
  }

  .service1 {
    padding: 20px 0;
  }

  .service2 .wrap,
  .service3 .wrap,
  .service5 .wrap {
    flex-direction: column;
  }

  .service2 .wrap .content {
    width: 100%;
    margin-top: 20px;
  }

  .service3 .content,
  .service5 .wrap .content {
    width: 100%;
  }

  .service2 .wrap p + p {
    margin-top: 20px;
  }

  .service3 .content p {
    font-size: 16px;
    line-height: 26px;
    display: flex;
    flex-direction: column;
  }

  .service3 .content .tel,
  .service3 .content a {
    font-size: 18px;
    color: #025AAA;
  }

  .service3 .btn .more1 {
    width: 180px;
    height: 40px;
    font-size: 18px;
    line-height: 40px;
  }

  .service3 .btn {
    margin-top: 20px;
  }

  .tabs-list .tabs-head {
    font-size: 16px;
    line-height: 24px;
  }

  .service6 {
    padding: 20px 0;
  }

  .why1 .items,
  .why3 .wrap,
  .about4 .items {
    grid-template-columns: 100%;
    gap: 20px;
  }

  .why1 .item {
    padding: 20px 10px;
    height: auto;
  }

  .why2 {
    padding: 20px 0;
  }

  .why2 .title {
    margin-bottom: 20px;
  }

  .why2 .items {
    grid-template-columns: repeat(2, 1fr);
  }

  .why2 .item .img img {
    width: 60%;
  }

  .why2 .item .img {
    min-height: 70px;
  }

  .inside .wrap {
    flex-direction: column!important;
    grid-template-columns: 100%!important;
    gap: 20px!important;
  }


.solution .item .wrap {
    display: flex;
	flex-direction: row!important;
	padding-bottom:90px;
	border-bottom:none;
	margin:3% auto;

}
.solution .item .pic { position:absolute; left:10px; bottom:20px; width: 85%; }
.solution .item .pic h2 { font-size:30px }
.solution .item .content { width:100%; padding-left:30% }
.solution .item .content h3 {
    font-size: 22px;
}
.solution .item:nth-child(2n) .content { width:70%; padding-left: 5% }
.solution .item:nth-child(2n) .pic { left:auto; right:10px;width:80%;  }
.solution .item .content h4 {
    font-size: 15px;
    margin-bottom: 10px;
}
.solution .item .txt {
    font-size: 13px;
    line-height: 1.6;
}

  .why3 {
    padding: 20px 0;
  }

  .why3 .wrap .content,
  .why4 .content,
  .why4 .content h2 {
    width: 100%;
	float:none;
  }

  .why3 .title {
    padding: 10px 0;
    margin: 0;
  }
  .why3 .txt {
    font-size: 15px;
    line-height: 1.8;
}
.why3 .img {
    width: auto;
    float: none;
	margin:15px;
}
.why3 .container:after, .why3 .row:after {
    clear: both;
}
  .why4 .content {
    padding: 20px;
    margin:30px 20px;
  }
.why4 .content p {
    font-size: 15px;
    line-height: 1.8;
}
  .why5 {
    display: none;
    padding: 20px 0;
  }

  .why5 .swiper-slide {
    width: 100%;
  }

  .about1 {
    padding: 20px 0;
  }

  .about2 {
    display: none;
  }
.about3 h2 {
    font-size: 20px;
    margin: 10px 0 10px;
}
.about3 h2::after {
    width: 60px;
    height: 2px;
    margin: 8px 0;
}
 
  .about3 .items {
    grid-template-columns: 100%;
  }

  .about4 {
    padding: 20px 0;
  }

  .about5 {
    padding: 20px 0;

  }

  .about5 .items {
    grid-template-columns: 100%;
    gap: 20px;
  }

  .swiper-slide .banner-content {
    padding-top: 6%;
    margin-top: 0;
    /*background-color: rgba(0, 0, 0, 0.4);*/
	display:none;
  }

  .videoBanner video {
    width: 100%;
    height: auto;
  }


.news_box .submenu_wrap ul p a {
    display: block;
    line-height: 28px;
    padding: 5px 15px;
    font-size: 15px;
    color: rgb(35, 33, 33);
}

.news_content_title h1 {
    font-size: 21px;
 
}
.news_content_title .news_infor {
    padding-bottom: 10px;
    margin-bottom: 10px;
	font-size:14px;
}
.news_content_text {
    padding: 10px 1px;
    font-size: 15px;
}

.pager_box {
    padding: 20px 0px;
}
.pager_box li a {
	font-size:14px;
}
.pager_box li a {
    padding: 5px 10px;
    border-radius: 10px;
}

.imgBanner .img {
   text-align:center;
}
 
  .imgBanner h1 {
    font-size: 38px;
	position:absolute;
	left:15px;
	top:22%;
  }
.imgBanner p { margin-top:3px; font-size: 12px; }
.imgBanner p strong { margin-top:3px; font-size: 10px; }

  .video .wrap:first-child {
    padding-top: 0;
  }

  .video .item .video_click .text {
    background: rgba(0,0,0,0.4);
  }

  .video .item .video_click .text img {
    width: 16%;
  }

  .video .item .video_click .text h3 {
    font-size: 22px;
  }

  .compare2 .conBox .left, .compare2 .conBox .right {
    width: 48%;
    gap: 20px;
  }

  .compare2 .content .item {
    flex: none;
  }

  .compare2 .content .name {
    font-size: 14px;
    font-weight: 600;
    color: #22252a;
    line-height: 18px;
    margin-bottom: 14px;
  }

  .c4 {
    margin: 0;
  }

  .c2 .content {
    /* flex-direction: column; */
    gap: 10px;
  }

  .compare2 .content .img {
    padding: 2px;
  }

  .compare2 .content .item p {
    padding: 10px 0;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}


  .conBox.c2 .left, 
  .conBox.c2 .right {
    width: 48%;
    gap: 0;
  }

  .c2 .content .item {
    width: 50%;
  }

  .c2 p {
    font-size: 12px;
  }

  .c4 .row {
    margin: 0;
  }

  .compare2 .conBox {
    margin-left: 0;
    padding: 20px 0;
  }

  .why6 .swiper-slide .img {
    width: 60%;
  }

  .solution2 .item .text {
    padding: 10px;
  }

  .why6 {
    padding-bottom: 20px;
  }

  .why6 .swiper-slide {
    height: 70px;
  }

  .product2 .items {
    gap: 10px;
  }

  section .title p {
    font-size: 16px;
	margin: 10px auto;
  }

  .product_box .row {
    margin-left: 1px;
    margin-right: 1px;
  }

  .product_box {
    padding: 0;
  }

  .product_box .submenu_wrap h2 {
    font-size: 24px;
    border-width: 2px;
    line-height: 30px;
    padding: 10px 10px;
    height: auto;
	display:none
  }

 
  .cate .text {
    font-size: 16px;
  }

  .cate2 .title,
  .cate2 p {
    display: none;
  }

  .cate2 .title:first-child,
  .cate2 p:nth-child(2) {
    display: block;
  }

  .footerForm {
    padding: 10px;
  }

  .product-head .iqBox {
    gap: 10px;
    padding: 10px 0;
  }

  .product-head .iqBox a.more {
    width: 110px;
    height: 32px;
    line-height: 30px;
	font-size: 16px;
  }
}

@media (max-width: 768px) {
  .video .items{
    display: initial;

  }
  .video .items .item{
    margin-bottom: 30px;
  }
  #back_top {
    width: 0;
    height: 0;
    overflow: hidden;
  }

  .contactBox .contactInfo {
    width: 100%;
  }

  .contactBox .contactForm {
    width: 100%;
    padding-left: 0;
    padding-top: 1px;
  }

  .mb-header {
    display: block !important;
  }

  .footer-wrap,
  .index6 .swiper-slide {
    width: 100%;
  }


.mfoot { display:block }
.footer-box {
      display: none;
    padding: 30px 0 18px 0;
  }
.foot-txt h3 { margin-bottom:20px; }
.footer-copyright {display: none;}
  .footer-wrap {
    
  }

  .one-wrap,
  .three-wrap,
  .two-wrap {
    display: none;
  }

  .footer-share {
    margin-top: 20px;
  }


 
  .footer-copyright {
    padding: 0;
 
  }

  .footer-copyright .col-md-3 {
    text-align: center;
    margin-top: 10px;
  }

  section .title h2,
  section .title h3 {
    font-size: 20px;
    padding: 0;
  }

.product-head .title h3 { font-size: 14px; margin-bottom: 30px;}


  .Crumbs_nav {
    padding: 10px 0;
  }
  .compare1 .row{
    margin: 0;
  }
  .compare1 .items{
    justify-content: space-between;
  }
  .compare1 .items .item{
    width: 48.5%;
  }
  .compare1 .item h3{
    height: auto;
  }
  .compare1 .item .img{
    width: 100%;
    height: auto;
    padding: 3% 0;
  }
  .compare2 .btnBox .tab{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3.6vw;
    line-height: normal;
    padding: 0 2%;
  }
  .compare2 .btnBox{
    top:60px;
  }
  .compare2 .conBox .content{
    justify-content: space-between;
    overflow-x: auto;
  }
}

@media (max-width: 640px) {
}

@media (max-width: 540px) {
}

@media (max-width: 480px) {
}
