@charset "utf-8";
@import url(./fonts/iconfont.css);
body {
  font-family: "Poppins";
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  font-size: 14px;
  max-width: 1920px;
  margin: auto;
  background: #fff;
}
a:hover,
a:focus {
  text-decoration: none;
}
a {
  color: #656565;
  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;
  color: #333;
  font-size: 16px;
}
form {
  margin: 0;
}
.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;
  background-color: #fff;
  /* box-shadow: 0 2px 2px rgb(0 0 0 / 6%); */
  box-shadow: 0px 0px 39px 4px rgba(11, 0, 2, 0.13);
}
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: #333333;
}
header .head-top .iconfont {
  font-size: 16px;
  color: #333333;
  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-bottom .logo {
  display: inline-block;
  padding: 3px 0;
}
header .head-bottom .nav-list {
  float: right;
  display: flex;
  align-items: center;
}
ul:before,
ul:after {
  content: "";
  display: table;
  clear: both;
}
button,
input {
  outline: none;
}
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  background-color: #f5f5f5;
}
/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}
/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background: #2751a6;
}
.isFixed {
  position: sticky !important;
  transition: all 0.3s;
}
.tofixed {
  position: fixed !important;
  background-color: transparent !important;
  box-shadow: none !important;
  color: #fff;
  transition: all 0.3s;
}
.tofixed a {
  color: #fff;
}
.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,
header.tofixed .head-bottom .nav-list > li > a,
header.tofixed .head-bottom .head-share a i,
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: 9999999;
  background: rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0 0 5px #2751a6;
}
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;
  font-weight: 500;
  color: #333;
}
header .head-bottom .nav-list > li > a:hover,
header .head-bottom .nav-list > .active > a {
  color: #2751a6 !important;
}
header .head-bottom .nav-list > li.contact > a:hover {
  color: #fff !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.contact > a:hover:after {
  width: 0;
}
header .head-bottom .nav-list > li > a:after {
  display: table;
  content: "";
  width: 0;
  height: 3px;
  background: #2751a6;
  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;
}
footer .footer-share a:hover i {
  color: #fff;
}
footer .footer-share a:nth-child(1):hover {
  border-color: #0e76a8;
  background: #0e76a8;
  opacity: 1;
}
footer .footer-share a:nth-child(2):hover {
  border-color: #e60023;
  background: #e60023;
  opacity: 1;
}
footer .footer-share a:nth-child(3):hover {
  border-color: #4267b2;
  background: #4267b2;
  opacity: 1;
}
/* 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: block;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  transition: all 0.5s;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
.head-langBox .iconfont {
  font-size: 20px;
}
header .head-bottom .nav-list > .head-search i:hover {
  -webkit-animation-name: hvr-buzz-out;
  animation-name: hvr-buzz-out;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
header .head-bottom .nav-list > li.contact a {
  position: relative;
  padding: 10px 13px;
  color: #ffffff !important;
  background: #2751a6;
  transition: all 0.3s;
  border-radius: 17px;
}
header .head-bottom .nav-list > li.contact a::after {
  display: none;
}
header .head-bottom .nav-list > li:last-child a:hover::after {
  display: none;
}
.nav_normal .dropdown i {
  display: inline-block;
  transition: all .5s ease 0s;
  font-weight: 600;
}
.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: #2751a6;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  box-shadow: 0 0 10px #fff;
}
header .search-wrap .search-all .search-box {
  padding: 30px 0 30px 100px;
  position: relative;
}
header .search-wrap .closed {
  position: absolute;
  right: 0;
  color: #fff;
  top: 0;
  font-size: 30px;
}
header .search-wrap .search-all .search-box input {
  background: none;
  font-size: 18px;
  border: none;
  border-bottom: 1px solid #fff;
  width: 80%;
  color: #fff;
  padding: 10px;
}
header .search-wrap input[placeholder],
header .search-wrap [placeholder] {
  color: #fff !important;
}
header .search-wrap input::-webkit-input-placeholder,
header .search-wrap textarea::-webkit-input-placeholder {
  color: #fff !important;
}
header .search-wrap input::-moz-input-placeholder,
header .search-wrap textarea::-moz-input-placeholder {
  color: #fff !important;
}
header .search-wrap input::-o-input-placeholder,
header .search-wrap textarea::-o-input-placeholder {
  color: #fff !important;
}
header .search-wrap input::-ms-input-placeholder,
header .search-wrap textarea::-ms-input-placeholder {
  color: #fff !important;
}
header .search-wrap .search-all .search-box button {
  background: #fff;
  border: 1px solid #2751a6;
  color: #2751a6;
  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: #2751a6;
  color: #fff;
  border-color: #fff;
}
header .head-bottom .head-langBox ul {
  position: absolute;
  top: 100%;
  /* left: 0; */
  background: #fff;
  z-index: 999;
  box-shadow: 0 0 4px #ddd;
  min-width: 100px;
  display: none;
}
.head-langBox ul a {
  white-space: nowrap;
  display: block;
  padding: 10px;
}
.head-langBox ul a:hover {
  background: #2751a6;
  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: #2751a6;
  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: #2751a6;
  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: #2751a6;
  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;
}
.pr_left_pr{
  margin-top: 30px;
}
.pr_left_pr a{
  padding-left: 0 !important;
}
.pr_left_pr .text a{
  padding-left: 10px !important;
}
.news_contennt_from{
  width: 160px;
  height: 48px;
  background: #2F2F2F;
  color: #fff;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto;
  cursor: pointer;
  border-radius: 8px;
  border: 1px solid #f5f5f5;
}
.mb-header,
.m_header {
  display: none;
}
.mb-header .wrap {
  box-shadow: none !important;
  position: relative;
  z-index: 1000;
  align-items: center;
}
.mb-header .logo {
  display: inline-block;
  width: 160px;
  margin: 6px 19px;
}
.mb-header .wrap > ul {
  position: relative;
  top: 0;
  align-items: center;
  flex-direction: row-reverse;
  display: flex;
  float: right;
}
.contactBox202006131030 {
  padding: 50px 0;
  overflow: hidden;
}
.contactBox202006131030 .contactInfo {
  overflow: hidden;
  width: 50%;
  float: left;
}
.contactBox202006131030 .textBox {
  margin-bottom: 30px;
}
.contactBox202006131030 .textBox h2 {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.3em;
  margin-bottom: 15px;
  color: #333;
}
.contactBox202006131030 .textBox p {
  font-size: 16px;
  color: #333333;
  line-height: 1.6;
}
.contactBox202006131030 .contactInfo ul li {
  padding-left: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  color: #333333;
  line-height: 1.6;
  background-repeat: no-repeat;
  background-position: left 7px;
}
.contactBox202006131030 .contactInfo ul li.contactTel {
  background-image: url("https://eiskuhl.usa02.wondercdn.com/public/static/images/home/en-us/contactTel.png");
}
.contactBox202006131030 .contactInfo ul li.contactWhatsapp {
  background-image: url("https://eiskuhl.usa02.wondercdn.com/public/static/images/home/en-us/contactWhatsapp.png");
}
.contactBox202006131030 .contactInfo ul li.contactEmail {
  background-image: url("https://eiskuhl.usa02.wondercdn.com/public/static/images/home/en-us/contactEmail.png");
}
.contactBox202006131030 .contactInfo ul li.contactAddress {
  background-image: url("https://eiskuhl.usa02.wondercdn.com/public/static/images/home/en-us/contactAddress.png");
}
.contactBox202006131030 .contactInfo ul li a {
  font-size: 16px;
  color: #333333;
  line-height: 1.6;
}
.contactBox202006131030 .contactInfo ul li a:hover {
  color: #2751a6;
}
.contactBox202006131030 .contactForm {
  width: 50%;
  float: left;
  padding-left: 40px;
  overflow: hidden;
}
.contactBox202006131030 .title h2 {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.3em;
  margin-bottom: 15px;
}
.contactBox202006131030 .contactForm .info {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 10px;
}
.contactBox202006131030 .contactForm .info .label_control {
  position: absolute;
  left: 10px;
  top: 0;
  line-height: 36px;
  font-size: 16px;
  color: #2c2c2c;
}
.contactBox202006131030 .contactForm .info .tips {
  position: absolute;
  top: 0;
  right: 10px;
  line-height: 36px;
  color: #ff0000;
}
.contactBox202006131030 .contactForm .info input[type="text"] {
  width: 100%;
  height: 36px;
  padding: 0 10px;
  border: 1px solid #dcdcdc;
  font-size: 16px;
  color: #2c2c2c;
}
.contactBox202006131030 .contactForm .info textarea {
  width: 100%;
  height: 100px;
  padding: 5px 10px;
  resize: none;
  border: 1px solid #dcdcdc;
  font-size: 16px;
  color: #2c2c2c;
}
.contactBox202006131030 .contactForm .info input[type="submit"] {
  display: inline-block;
  width: 200px;
  height: 44px;
  line-height: 42px;
  border: 0;
  font-size: 16px;
  color: #ffffff;
  margin-top: 20px;
  letter-spacing: 3px;
  text-transform: uppercase;
  background: #000000;
  cursor: pointer;
  transition: all 0.3s;
}
.contactBox202006131030 .contactForm .info input[type="submit"]:hover {
  background: #2751a6;
  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 {
  content: "\e653";
  font-family: "iconfont";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  color: #999999;
  font-size: 34px;
}
.product-thumbs .swiper-button-next:after {
  content: "\e775";
}
.product-thumbs .swiper-button-prev:hover:after, .product-thumbs .swiper-button-next:hover:after {
  color: #2751A6;
}
.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: #2751a6;
  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: 6%;
}
.index-banner .swiper-pagination-bullet,
.index6 .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: #ffffff;
  opacity: 1;
  margin: 0 10px !important;
}
.index-banner .swiper-pagination-bullet-active,
.index6 .swiper-pagination-bullet-active {
  width: 18px;
  height: 18px;
  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: #2751a6;
  content: "";
}
.img {
  overflow: hidden;
}
.img img {
  transition: all 1s ease 0s;
}
footer .footer-wrap h3 {
  height: 16px;
  font-size: 18px;
  font-weight: bold;
  color: #666;
  line-height: 1;
  margin-bottom: 22px;
}
footer .footer-wrap ul a,
footer .footer-wrap ul li {
  font-size: 16px;
  font-weight: 400;
  color: #666;
  line-height: 24px;
  /* text-transform: uppercase; */
}
.one-wrap ul a,
.two-wrap ul a {
  text-transform: uppercase;
}
footer .footer-wrap ul li + li {
  margin-top: 10px;
}
footer .footer-wrap ul a:hover {
  text-decoration: underline;
  color: #2751a6;
}
footer .footer-wrap i {
  color: #666;
  margin-right: 19px;
}
/* .one-wrap,
.two-wrap {
  width: 16%;
}
.four-wrap {
  width: 42%;
} */
footer .five-wrap ul li {
  text-transform: unset;
}
.one-wrap li + li {
  margin-top: 20px;
}
.one-wrap .text .content:nth-child(2) {
  margin-top: 26px;
}
.one-wrap .text p {
  font-size: 14px;
}
.footer-wrap li {
  display: flex;
  font-size: 14px;
}
.four-wrap li:last-child {
  align-items: flex-start;
}
.footer-wrap li .text {
  flex: 1;
}
.footer-wrap .img img {
  vertical-align: text-top;
}
.one-wrap li {
  display: flex;
  align-items: flex-start;
}
.one-wrap li .img {
  margin-right: 4px;
}
.footer-share ul {
  display: flex;
  justify-content: center;
}
.footer-wrap .label {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  padding: 0;
  margin-right: 4px;
}
footer .footer-share ul img {
  height: 31px;
  width: 31px;
  margin-right: 0;
}
.footer-share ul li {
  margin-right: 6px;
}
.footer-share a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
footer .footer-wrap .footer-share a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.footer-copyright .wrap {
  display: flex;
  justify-content: center;
  font-size: 16px;
}
.footer-box {
  background-color: #fff;
  padding: 50px 0 67px;
}
.footer-box .row {
  position: relative;
}
.footer-box .footer-share {
  position: absolute;
  left: 50%;
  bottom: -10%;
  transform: translateX(-50%);
}
.footer-copyright {
  background-color: #fafafa;
  border-top: 1px solid rgba(196, 196, 196, 0.53);
}
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: #2751a6;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  line-height: 3px;
  padding: 16px 0;
  border: none;
}
.footer-copyright {
  padding: 20px 0;
  font-size: 14px;
  font-weight: 400;
  color: #666;
  line-height: 14px;
  text-align: center;
}
.footer-copyright .sitemap:hover {
  text-decoration: underline;
  color: #2751a6;
}
footer .footer-other {
  background: url("https://eiskuhl.usa02.wondercdn.com/public/static/images/home/en-us/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;
}
.imgBanner {
  position: relative;
}
.imgBanner .content {
  color: #ffffff;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}
.imgBanner h1 {
  font-size: 48px;
  font-weight: bold;
  color: #ffffff;
  line-height: 35px;
  text-transform: uppercase;
}
.prod h1 {
  font-size: 66px;
  color: #2751a6;
}
.imgBanner p {
  font-size: 24px;
  font-family: Arial;
  font-weight: 400;
  color: #ffffff;
  line-height: 30px;
  margin-top: 37px;
  width: 46%;
}
.Crumbs_nav {
  padding: 20px 0;
}
.Crumbs ul li a span,
.Crumbs ul li a,
.Crumbs ul i {
  font-size: 18px;
  line-height: 23px;
  font-weight: 500;
  color: #333;
}
.Crumbs ul li:last-child span {
  color: #2751a6;
}
.indexBanner .icon span {
  position: relative;
  z-index: 1;
  font-size: 48px;
  color: #fff;
}
.indexBanner .icon:before {
  position: absolute;
  content: "";
  width: 53px;
  height: 53px;
  background: rgba(90, 187, 189, 1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.indexBanner .icon:after {
  position: absolute;
  content: "";
  width: 75px;
  height: 75px;
  background: rgba(90, 187, 189, 0.6);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  animation: example 1.6s linear infinite;
}
.page li {
  border: none;
}
.page {
  border: none;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  font-size: 14px;
  border: none;
  color: #666666;
}
.pagination > li > a,
.pagination > li > span {
  border: none;
  color: #666666;
  font-size: 14px;
}
.page li.active,
.page li.active a,
.page li:hover a,
.page li.active span {
  background: #2751a6;
  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: #2751a6;
  color: #fff;
  border-color: #2751a6;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: #2751a6;
  background-color: #fffdfd;
  border-color: #fff;
}
.page li {
  height: 28px;
  width: auto;
  margin-left: 12px;
}
.pro_S_img .img {
  width: 130px;
}
.product_box .submenu_wrap h2,
.parameter_btn a.inquire,
.parameter_btn a.inquire,
.contactBox202006131030 .contactForm .info input[type="submit"] {
  background: #2751a6;
}
.parameter_btn a:hover {
  background: #2751a6;
}
.productDetailContentBox .title {
  text-align: left;
}
.productDetailContentBox .title h2,
.faq_bt {
  color: #333;
  line-height: 1;
  font-size: 24px;
}
.contactBox202006131030 .title h2 {
  color: #333;
}
section .title h2 {
  position: relative;
  font-size: 48px;
  font-weight: bold;
  color: #333333;
  line-height: 36px;
  text-align: center;
  text-transform: uppercase;
}
section .title h2 span {
  color: #2751a5;
}
section p {
  font-size: 18px;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
}
section p a{
    color: #2751A6;
  }
.tabs-list {
  margin-bottom: 36px;
}
.tabs-list li {
  width: 100%;
  background: #ffffff;
  border-radius: 10px;
}
.tabs-list li + li {
  margin-top: 30px;
}
.tabs-list .tabs-head {
  height: 38px;
  background: #f2f3f3;
  border-radius: 0px 38px 0px 0px;
  font-size: 18px;
  font-weight: bold;
  color: #013286;
  line-height: 38px;
  padding: 0 36px;
  background: #f2f2f2;
  cursor: pointer;
  background-image: url("https://eiskuhl.usa02.wondercdn.com/public/static/images/home/en-us/add.png");
  background-position: 98%;
  background-repeat: no-repeat;
}
.tabs-list .tabs-head.active {
  border-radius: 0px 38px 0px 0px;
  background-image: url("https://eiskuhl.usa02.wondercdn.com/public/static/images/home/en-us/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;
}
.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("https://eiskuhl.usa02.wondercdn.com/public/static/images/home/en-us/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;
}
.footer-share .wrap .icon i {
  color: #fff;
}
a.more {
  box-sizing: border-box;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  line-height: 12px;
  padding: 17px 31px 19px 31px;
  background: #2751a6;
  border-radius: 20px;
  border: 1px solid #2751a6;
}
a.more:hover {
  background: #fff;
  color: #2751a6;
}
.footer-contact a.more {
  padding: 14px 23px 13px 23px;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  background: #2751a6;
  border-color: #2751a6;
}
.footer-contact a.more:hover {
  background: #fff;
  border-color: #2751a6;
  color: #2751a6;
}
.index1 {
  padding: 84px 0 96px;
}
.index1 .title h2,
.index1 .title {
  margin-bottom: 30px;
}
.index1 .context {
  display: flex;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
}
.index1 .context .boxs {
  width: 71.1%;
  z-index: 10;
}
.index1 .context .wrap {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: #eaedf1;
}
.index1 .context .container,
.index1 .context .row,
.index1 .context .tabs {
  height: 100%;
}
.index1 .context .tabs {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 30%;
}
.index1 .context .tab {
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 500;
  color: #666666;
  cursor: pointer;
}
.index1 .context .tab span {
  position: relative;
  z-index: 2;
}
.index1 .context .tab.on {
  color: #fff;
}
.index1 .context .tab.on::after {
  position: absolute;
  content: "";
  background-color: #2751a6;
  width: 200%;
  top: 0;
  bottom: 0;
  right: 0;
}
.index1 .box {
  display: none;
  position: relative;
}
.index1 .box.on {
  display: block;
}
.index1 .box .content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index1 .content .text {
  background: rgba(22, 22, 22, 0.68);
  border-radius: 30px;
  padding: 57px 43px 50px;
  width: 51.2%;
}
.index1 .content .text h3,
.index1 .content .text h3 a{
  font-size: 30px;
  font-weight: bold;
  color: #0b93f5;
  line-height: 64px;
  margin-bottom: 30px;
}
.index1 .content .text p {
  color: #fff;
}
.index1 .content .text .more {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.index1 .content .text a.more1 {
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  text-decoration: underline;
  color: #0b93f5;
}
.index1 .content .text .more i {
  font-size: 25px;
  color: #0b93f5;
  margin-left: 18px;
}
.index1 .content .img {
  width: 228px;
  margin-left: 80px;
}
.index2 {
  position: relative;
  background: #fafafa;
  overflow: hidden;
}
.index2 .context {
  display: flex;
  justify-content: flex-end;
}
.index2 .context .content {
  width: 50%;
  height: 37vw;
}
.index2 .content .title {
  padding-top: 65px;
  padding-left: 58px;
}
.index2 .content .title h2 {
  text-align: left;
  margin-bottom: 50px;
}
.index2 .content .wrap {
  background: #fff;
  display: flex;
  padding: 70px 0 78px 57px;
  position: relative;
  z-index: 10;
}
.index2 .content .boxs {
  position: relative;
}
.index2 .content .boxs::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 140%;
  background: #fff;
}
.index2 .content .box {
  display: none;
}
.index2 .content .box.on {
  display: block;
}
.index2 .content .wrap .icon-img {
  background: #2751a5;
  border-radius: 50%;
  width: 138px;
  height: 138px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 36px;
}
.index2 .content .wrap .text {
  flex: 1;
}
.index2 .content .text h3 {
  font-size: 26px;
  font-weight: bold;
  color: #333333;
  line-height: 30px;
  margin-bottom: 30px;
}
.index2 .text p {
  color: #333333;
  font-weight: 500;
}
.index2 .context > .img {
  position: absolute;
  left: 0;
  width: 50%;
}
.index2-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(136, 139, 142, 0.6);
  z-index: 20;
}
.index2-bottom .tabs {
  display: flex;
}
.index2-bottom .tab {
  flex: 1;
  height: 160px;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
.index2-bottom .tab.on {
  background: #2751a5;
  color: #fff;
}
.index2-bottom .tab .img {
  text-align: center;
  min-height: 50px;
  margin-top: 8%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.index2-bottom .tab .img img {
  width: 50%;
}
.index2-bottom .tab p {
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  line-height: 24px;
  text-align: center;
  width: 80%;
  margin-top: 16px;
}
.index3 {
  padding: 80px 0 94px;
}
.index3 .title {
  margin-bottom: 30px;
}
.index3 .items {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}
.index3 .item {
  position: relative;
  overflow: hidden;
}
.index3 .item h4 {
  position: absolute;
  bottom: 10%;
  left: 20px;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 15px;
}
.index3 .item .text {
  position: absolute;
  top: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(39, 81, 165, 0.7);
  padding: 70px 27px 140px;
  transition: all .5s ease 0s;
}
.index3 .item .text .name {
  display: block;
  font-size: 28px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 21px;
  margin-bottom: 30px;
}
.index3 .item:hover .text {
  top: 0;
}
.index3 .item:hover h4 {
  opacity: 0;
}
.index3 .item .text p {
  color: #FFFFFF;
  line-height: 24px;
}
.index3 .item a.more1 {
  position: absolute;
  bottom: 20%;
  font-size: 18px;
  font-weight: 400;
  text-decoration: underline;
  color: #FFFFFF;
  line-height: 16px;
}
.index3 .item:nth-child(1) {
	grid-column: 1 / 7;
}
.index3 .item:nth-child(2) {
	grid-column: 7 / 10;
}
.index3 .item:nth-child(3) {
	grid-column: 10 / 13;
}
.index3 .item:nth-child(4) {
	grid-column: 1 / 5;
}
.index3 .item:nth-child(5) {
	grid-column: 5 / 9;
}
.index3 .item:nth-child(6) {
	grid-column: 9 / 13;
}
.index4 {
  position: relative;
  background: url("https://eiskuhl.usa02.wondercdn.com/public/static/images/home/en-us/index4Bg.png") no-repeat left top;
  background-size: cover;
  margin-bottom: 106px;
}
.index4 .wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 39.6vw;
}
.index4 .wrap .content {
  width: 50%;
}
.index4 .wrap .content a.more1 {
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  color: #2751a5;
  margin-top: 30px;
}
.index4 .wrap .content .title h2 {
  text-align: left;
  margin-bottom: 30px;
}
.index4 .text p + p {
  margin-top: 40px;
}
.index4 .img {
  position: absolute;
  right: 0;
  width: 46.71%;
}
.index4 .img::after {
  display: inline-block;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0%, -50%);
  border-top: 18px solid transparent;
  border-left: 40px solid #fff;
  border-bottom: 18px solid transparent;
}
.index5 {
  padding: 88px 0 98px;
  margin-bottom: 100px;
  background: url("https://eiskuhl.usa02.wondercdn.com/public/static/images/home/en-us/index5Bg.png") no-repeat center;
}
.index5 .title h2 {
  color: #fff;
  margin-bottom: 30px;
}
.index5 .items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px 28px;
}
.index5 .item {
  height: 304px;
  background: rgba(0, 0, 0, 0.25);
  border-bottom: 8px solid transparent;
  
/*   cursor: pointer; */
  transition: all 0.5s ease 0s;
}
.index5 .item a{
    display: block;
    padding: 45px 20px 0;
    width: 100%;
    height: 100%;
}
.index5 .item:hover {
  background: #2751a6;
  border-color: #0a93f5;
}
.index5 .item:hover h3,
.index5 .item:hover p {
  color: #fff;
}
.index5 .item h3 {
  font-size: 22px;
  font-weight: 600;
  color: #ffffff;
  line-height: 24px;
  margin-bottom: 36px;
}
.index5 .item p {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
}
.app1 {
  margin: 37px 0 98px;
}
.app1 .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 38px 19px;
}
.app1 .item {
  position: relative;
}
.app1 .item .text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 66%;
  background: rgba(39, 81, 165, 0.8);
  transition: all 0.5s ease 0s;
}
.app1 .text h3 {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  line-height: 16px;
  text-align: center;
  padding: 20px 0;
  width: 100%;
}
.app1 .text p {
  display: none;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  line-height: 24px;
  padding: 25px 30px 0;
}
.app1 .item:hover .text {
  top: 0;
}
.app1 .item:hover p {
  display: block;
}
.profile1 {
  padding: 48px 0 90px;
}
.profile1 .title {
  margin-bottom: 30px;
}
.profile2 .title {
  margin-bottom: 38px;
}
.profile2 .items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  z-index: 10;
  position: relative;
}
.profile2 .item {
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  align-items: center;
  background: #f7f7f7;
  padding: 60px 20px;
  transition: all 0.5s ease 0s;
}
.profile2 .item .img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 133px;
  height: 154px;
  background: url("https://eiskuhl.usa02.wondercdn.com/public/static/images/home/en-us/about2IconBg.png") no-repeat center;
  margin-bottom: 47px;
}
.profile2 .item .img img:nth-child(2) {
  display: none;
}
.profile2 .item h3 {
  font-size: 22px;
  font-weight: 600;
  color: #333333;
  line-height: 22px;
  text-align: center;
  margin-bottom: 26px;
}
.profile2 .item p {
  text-align: center;
}
.profile2 .item:hover {
  background: #1657a5;
}
.profile2 .item:hover h3,
.profile2 .item:hover p {
  color: #fff;
}
.profile2 .item:hover .img {
  background: url("https://eiskuhl.usa02.wondercdn.com/public/static/images/home/en-us/about2IconOnBg.png") no-repeat center;
}
.profile2 .item:hover .img img:nth-child(1) {
  display: none;
}
.profile2 .item:hover .img img:nth-child(2) {
  display: block;
}
.profile2 .bg-img {
  margin-top: -10%;
}
.profile3 {
  padding: 92px 0 53px;
}
.profile3 h2 {
  margin-bottom: 30px;
}
.profile3 .title p {
  width: 68%;
  margin: 0 auto;
  text-align: center;
}
.profile3 .title {
  margin-bottom: 32px;
}
/* .profile3 .items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
} */
.profile3 .item p {
  width: 100%;
  padding: 20px 0;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 14px;
  text-align: center;
}
.prods1 {
  padding: 35px 0 90px;
}
.prods1 .title h2 {
  margin-bottom: 35px;
}
.prods1 .title {
  margin-bottom: 54px;
}
.prods1 .img {
  position: relative;
}
.prods1 .text {
  position: absolute;
  width: 72.42%;
  left: 50%;
  bottom: 6px;
  box-shadow: 4px 0px 5px 2px rgb(9 0 2 / 27%);
  background: rgba(255, 255, 255, 0.86);
  display: flex;
  align-items: center;
  z-index: 10;
  transform: translateX(-50%);
  height: 225px;
  padding-left: 60px;
}
.prods1 .text li {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 36px;
}
.prods2 {
  margin-bottom: 103px;
}
.prods2 .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 56px 52px;
}
.prods2 .item {
  position: relative;
  height: 500px;
  background: #f3f3f3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 96px 0 40px;
  transition: all 0.5s ease 0s;
}
.prods2 .item h3 {
  position: relative;
  font-size: 22px;
  font-weight: 600;
  color: #333333;
  line-height: 36px;
  z-index: 10;
}
.prods2 .item .img {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 280px;
}
.prods2 .item .img img {
  width: 56%;
}
.prods2 .item .text {
  /* display: none; */
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(243, 243, 243, 0.9);
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.5s ease 0s;
}
.prods2 .item .text p {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
  padding: 86px 26px 0;
}
.prods2 .item .text p + p {
  padding: 0 26px;
}
.prods2 .item .text i.iconfont {
  position: absolute;
  bottom: 20%;
  font-size: 36px;
  color: #2751a6;
}
.prods2 .item:hover .text {
  opacity: 1;
}
.prods2 .item:hover {
  box-shadow: 0px 4px 14px 2px rgba(9, 0, 2, 0.27);
}
.cate1 {
  padding: 105px 0 60px;
  background: url("https://eiskuhl.usa02.wondercdn.com/public/static/images/home/en-us/cate1Bg.png") no-repeat center;
}
.cate1 .title h2 {
  font-size: 55px;
  font-weight: 500;
  color: #333333;
  line-height: 40px;
  text-align: center;
  margin-bottom: 32px;
}
.cate1 .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cate1  .swiper-button-next,
.cate1 .swiper-button-prev,
.profile3  .swiper-button-next,
.profile3 .swiper-button-prev
 {
  background: none;
  position: absolute;
  margin: 0;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}
.cate1 .swiper-button-next,
.profile3 .swiper-button-next
 {
  right: 0;
  left: auto;
}
.profile3 .swiper-button-prev {
  left: 1%;
}
.profile3  .swiper-button-next {
  right: 1%;
}
.cate1 .swiper-button-prev:after,
.cate1 .swiper-button-next:after,
.profile3 .swiper-button-prev:after,
.profile3 .swiper-button-next:after
 {
  content: "\e653";
  font-family: "iconfont";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  color: #AEAEAE;
  font-size: 44px;
}
.cate1 .swiper-button-next:after,
.profile3 .swiper-button-next:after {
  content: "\e775";
}
.cate1 .swiper-button-prev:hover:after,
.cate1 .swiper-button-next:hover:after,
.profile3 .swiper-button-prev:hover:after,
.profile3 .swiper-button-next:hover:after {
  color: #2751a6;
}
.cate2 {
  padding-top: 40px;
}
.cate2 h1{font-size: 48px;text-align: center;font-weight: bold;}
.cate2 .info p {
  color: #333;
  width: 70%;
  text-align: center;
  margin: 0 auto;
}
.cate2 .info p a{
  color: #2751A6;
}
.cate2 .info {
  margin-bottom: 58px;
}
.cate3 {
  padding-bottom: 105px;
}
.cate4{
    clear: both;
    margin-bottom: 58px;
}
.cate3 p{
  font-size: 20px;
  color: #333;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
.cate3 .slider_table table th {
  background: #1657A5;
  color: #fff;
  text-align: center;
}
.cate3 .slider_table table tr td:nth-last-of-type(1) a{
  color: #f09720;
  text-decoration: underline;
}
.cate3 .slider_table table a:hover {
  font-weight: 500;
  color: #1657A5;
  text-decoration: underline;
}
.cate3 .slider_table td,
.cate3 .slider_table th {
  border-color: #E4E4E4;
  text-align: center;
  padding: 18px 10px;
  color: #666;
  font-weight: 500;
}
.cate3 .slider_table td:nth-of-type(1) a{
  color: #f09720;
}
.cate3 .slider_table tbody tr:nth-child(2n) {
  background: #F7F7F7;
}
.note1 {
  margin-bottom: 82px;
}
.note1 .row {
  margin-right: -15px;
  margin-left: -15px;
}
.note1 h3 {
  font-size: 40px;
  font-weight: 600;
  color: #333333;
  line-height: 33px;
  margin-bottom: 30px;
}
.note1 p {
  font-weight: 400;
  color: #333333;
  line-height: 24px;
}
.note1 p + p {
  margin-top: 30px;
}
.note2 .title {
  margin-bottom: 28px;
}
.slider_table td,
.slider_table th {
  border-color: #E4E4E4;
  padding: 17px 0 19px;
}
.note2 .slider_table td,
.note2 .slider_table th {
  text-align: center;
}
.note2 .slider_table tr:nth-child(2n+1) {
  background: #F7F7F7;
}
.note3 {
  padding: 72px 0 44px;
}
.note3 .title {
  margin-bottom: 20px;
}
.note3 .row {
  margin-left: -18px;
  margin-right: -18px;
}
.note3 .box h3 {
  width: 100%;
  height: 50px;
  background: #1657A5;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 50px;
  padding: 0 20px;
}
.note3 .box .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 20px 42px;
  min-height: 600px;
}
.note3 .box .content p {
  color: #666666;
  line-height: 24px;
}
.note3 .box .content p + p {
  margin-top: 20px;
}
.note3 .col-md-6,
.note3 .col-md-7,
.note3 .col-md-5,
.note3 .col-md-4,
.note3 .col-md-12 {
  padding-right: 18px;
  padding-left: 18px;
}
.note3 .col-md-12 .content {
  min-height: 400px;
}
.note3 h4 {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #666666;
  line-height: 18px;
  margin-top: 20px;
}
.note3 .col-md-4 .img {
  border: 1px solid #1657A5;
  margin-top: 10px;
}
.note3 .col-md-5 .img {
  display: flex;
  justify-content: flex-end;
}
.product-head {
  margin-bottom: 70px;
}
.product-head .product-thumb {
  display: flex;
  justify-content: center;
  align-items: center;
  /* background: #e8e8e8; */
  margin-bottom: 9px;
  border: 1px solid #e5e5e5;
}
.product-head .row {
  margin-left: -16px;
  margin-right: -16px;
}
.product-head .col-md-5,
.product-head .col-md-7 {
  padding-left: 16px;
  padding-right: 16px;
}
.product-head h1 {
  font-size: 48px;
  font-weight: bold;
  color: #2751A5;
  line-height: 52px;
  margin-bottom: 20px;
}
.product-head .swiper-slide {
  border: 1px solid #e5e5e5;
}
.product-head ul {
  padding-bottom: 20px;
  border-bottom: 1px solid #D2D2D2;
}
.product-head ul li {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
}
.product-head .share {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.product-head .share .key {
  min-width: 100px;
}
.product-head .share .value {
  display: flex;
  align-items: center;
}
.product-head .share a {
  font-size: 16px;
  font-weight: 500;
  color: #2751A5;
  line-height: 12px;
  margin-left: 9px;
}
.product-head a.more {
  width: 135px;
  height: 39px;
  line-height: 40px;
  background: #2751A5;
  text-align: center;
  padding: 0;
  margin-top: 30px;
  border-radius: 0;
}
.product-head a.more:hover {
  background: #fff;
}
.product-detail .title {
  margin-bottom: 16px;
}
.slider_table td,
.slider_table th {
  text-align: center;
}
.product-detail .slider_table tr:nth-child(2n + 1) {
  background: #F7F7F7;
}
.product-detail .table1 {
  margin: 0 auto;
  margin-bottom: 64px;
}
.product-detail .col-md-12,
.product-detail .col-md-6 {
  padding-left: 16px;
  padding-right: 16px;
}
.product-detail .row {
  margin-left: -16px;
  margin-right: -16px;
}
.product-detail h3 {
  font-size: 24px;
  font-weight: 600;
  color: #1657A5;
  line-height: 21px;
  padding-bottom: 15px;
  border-bottom: 1px solid #E4E4E4;
  margin-bottom: 26px;
}
.product-detail .product1 {
  padding-bottom: 60px;
}
.product-detail .product1 .row:nth-child(2) {
  margin-bottom: 80px;
}
.prod {
  padding-bottom: 40px;
}
.prod .title {
  margin-bottom: 28px;
}
.prod .items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.prod .item p {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  line-height: 20px;
  padding: 23px 0;
}
.prod .item .img {
  position: relative;
  overflow: unset;
  border: 1px solid #e5e5e5;
}
.prod .item .img img {
  position: relative;
  z-index: 10;
}
.prod .item .img::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #1657A5;
  transform: translate(9px, 9px);
  opacity: 0;
  transition: all .5s ease 0s;
}
.prod .item:hover .img::after {
  opacity: 1;
}
@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 (max-width: 1720px) {
}
@media (max-width: 1620px) {
}
@media (max-width: 1400px) {
  header .head-bottom .nav-list > .prod .nav-two-div {
    width: 100%;
  }
  .container {
    width: 100%;
    padding: 0 20px;
  }
  .container_1600,
  .container_1400 {
    width: 1400px;
  }
  .index2 .content .wrap {
    padding: 20px;
  }
  .index2-bottom .tab {
    height: 140px;
  }
  .index2-bottom .tab .img {
    margin-top: 4%;
  }
}
@media (max-width: 1220px) {
  .container_1600,
  .container_1400 {
    width: 100%;
  }
}
@media screen and (max-width: 1280px) {
  header .head-bottom .nav-list > li a {
    font-size: 16px;
  }
  header .head-bottom .logo {
    padding: 6px 0;
  }
  header .head-bottom .nav-list > li > a {
    padding: 26px 0;
  }
  header .head-bottom .nav-list > li {
    padding: 0 15px;
  }
  .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;
  }
}
@media (min-width: 1400px) {
  .container {
    width: 1400px;
  }
  .container_1600 {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .Three_menu_box {
    padding-left: 10px;
  }
  .Crumbs ul li a,
  .Crumbs ul li,
  .Crumbs ul li a span,
  .Crumbs ul i {
    font-size: 14px;
    line-height: 1.2;
  }
  .Crumbs span.youAreHere {
    display: none;
  }
  body {
    padding-top: 60px;
  }
  /*移动端隐藏模块*/
  .header {
    display: none;
  }
  /*移动端头部*/
  .m_header {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    z-index: 100002;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  }
  .m_header {
    height: 60px;
  }
  .logo_box {
    width: 100%;
    height: 60px;
    text-align: center;
    padding: 5px 0;
    line-height: 0;
    font-size: 0;
    zoom: 1;
  }
  .logo_box img {
    height: 100%;
  }
  .nav_toggle {
    color: #fff;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
    transform-origin: 50% 50%;
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -13px;
    z-index: 999;
  }
  .nav_toggle {
    cursor: pointer;
    padding: 10px 35px 16px 0;
  }
  .nav_toggle span,
  .nav_toggle span:before,
  .nav_toggle span:after {
    cursor: pointer;
    height: 3px;
    width: 40px;
    background: #000000;
    position: absolute;
    display: block;
    content: "";
  }
  .nav_toggle span:before {
    top: -10px;
  }
  .nav_toggle span:after {
    bottom: -10px;
  }
  .nav_toggle span,
  .nav_toggle span:before,
  .nav_toggle span:after {
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
  }
  .nav_toggle.active span {
    background-color: transparent;
  }
  .nav_toggle.active span:before,
  .nav_toggle.active span:after {
    top: 0;
  }
  .nav_toggle.active span:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
  }
  .nav_toggle.active span:after {
    transform: translateY(-10px) rotate(-45deg);
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    top: 10px;
  }
  /*移动端导航*/
  .m_header .m_nav {
    display: none;
    position: fixed;
    top: 60px;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #ffffff;
    z-index: 2;
    overflow: auto;
    border-top: 1px solid #f0f0f0;
    margin-top: -1px;
  }
  .m_header .m_nav_list a {
    display: block;
    width: 100%;
    padding: 0 15px;
    line-height: 35px;
    text-align: left;
    font-size: 14px;
    color: #000000;
  }
  .m_header .m_nav_list > li {
    position: relative;
    border-bottom: 1px solid #f0f0f0;
    transition: transform 0.5s ease;
    transform: matrix(1, -1, 0, 1, 200, 100);
  }
  .m_header .m_nav_list > li > i {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #000;
    top: 8px;
    right: 10px;
    cursor: pointer;
    z-index: 2;
    background: url("https://eiskuhl.usa02.wondercdn.com/public/static/images/home/en-us/reset/li_click.png") no-repeat top center;
  }
  .m_header .m_nav_list > li > a {
    opacity: 0;
  }
  .m_header .m_nav_list .dropdown .dropdown_menu {
    height: 0;
    overflow: hidden;
  }
  .m_header .m_nav_list .dropdown .dropdown_menu.on {
    height: auto;
  }
  .m_header .m_nav_list .dropdown_menu > li {
    border-top: 1px solid #f0f0f0;
    background: #f5f5f5;
  }
  .footer_box .fast_navigation .item {
    display: none;
  }
  .contactBox202006131030 .textBox h2,
  .contactBox202006131030 .title h2 {
    letter-spacing: 0;
  }
  .footer_box .footerForm {
    padding: 20px;
  }
  .content h2 {
    font-size: 26px;
    padding: 20px 0;
  }
  section .title h2 {
    margin-bottom: 20px !important;
    line-height: 1 !important;
  }
  section .contact .wrap h3 {
    font-size: 20px;
  }
  section .contact .wrap p {
    font-size: 16px;
  }
  section .contact {
    padding: 20px 0;
    background-size: cover;
  }
  section p {
    font-size: 16px;
  }

  .footer-share {
    display: none;
  }
  .copyright-left {
    line-height: 1.2;
    padding: 10px 0;
  }
  .imgBanner .content {
    align-items: center;
    justify-content: center;
  }
  .index1 {
    padding: 20px 0;
  }
  .index1 .context {
    flex-direction: column;
  }
  .index1 .context .wrap {
    position: unset;
  }
  .index1 .context .tabs {
    width: 100%;
  }
  .index1 .context .boxs {
    width: 100%;
  }
  .index1 .box .content {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }
  .index1 .content .img {
    margin-left: 0;
    margin-bottom: 20px;
  }
  .index1 .content .text {
    width: 100%;
  }
  .index1 .content .text h3,
  .index1 .content .text h3 a{
    font-size: 22px;
    margin-bottom: 20px;
    line-height: 1;
  }
  .index1 .content .text .more {
    margin-top: 20px;
  }
  .index1 .box .content {
    position: unset;
  }
  .index1 .box > .img {
    display: none;
  }
  .index1 .box {
    padding: 20px;
    background: url("https://eiskuhl.usa02.wondercdn.com/public/static/images/home/en-us/index1Img1.png") no-repeat center;
  }
  .index1 .context .tab.on::after {
    left: 0;
    width: 100%;
  }
  .index2-bottom {
    position: unset;
  }
  .index2 .context {
    flex-direction: column;
  }
  .index2 .context > .img {
    position: unset;
    width: 100%;
    display: none;
  }
  .index2-bottom .tabs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .index2 .context .content {
    width: 100%;
    height: auto;
  }
  .index2-bottom .tab {
    height: auto;
    padding: 20px 0;
  }
  .index2 {
    display: flex;
    flex-direction: column-reverse;
    background: url("https://eiskuhl.usa02.wondercdn.com/public/static/images/home/en-us/index2Img.png") no-repeat center;
    background-size: cover;
  }
  .index2 .content .title {
    padding: 20px 0;
    text-align: center;
  }
  .index2 .content .title h2 {
    text-align: center;
    margin-bottom: 0 !important;
  }
  .index2 .content .wrap {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .index2 .content .wrap .icon-img {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .index2 .content .text h3 {
    text-align: center;
    margin-bottom: 20px;
  }
  .index2 .content .boxs {
    margin-bottom: 20px;
  }
  .index2 .content .boxs::after {
    display: none;
  }
  .index2-bottom .tab p {
    width: 100%;
    font-size: 16px;
  }
  .index3 {
    padding: 20px 0;
  }
  .index3 .title {
    margin-bottom: 0;
  }
  .index3 .items {
    grid-template-columns: 100%;
  }
  .index3 .item {
    grid-column:auto!important;
  }
  .index3 .item:first-child img {
    height: 460px;
  }
  .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;
  }
  .index5 {
    padding: 20px 0;
    background-size: cover;
    margin-bottom: 20px;
  }
  .index5 .items {
    grid-template-columns: 100%;
    gap: 20px;
  }
  .index5 .item {
    height: auto;
    padding: 20px;
  }
  .index5 .item h3 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
  }
  .footer-contact {
    height: auto;
    padding: 20px 0;
  }
  .footer-contact .wrap p {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .footer-copyright .wrap {
    padding: 20px 0;
    line-height: 20px;
  }
  .logo_box img {
    height: auto;
  }
  .logo_box {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .prods1 {
    padding: 20px 0;
  }
  .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;
  }
}
@media (max-width: 768px) {
  #back_top {
    width: 0;
    height: 0;
    overflow: hidden;
  }
  .contactBox202006131030 .contactInfo {
    width: 100%;
  }
  .contactBox202006131030 .contactForm {
    width: 100%;
    padding-left: 0;
    padding-top: 40px;
  }
  .mb-header {
    display: block !important;
  }
  .footer-wrap,
  .index6 .swiper-slide {
    width: 100%;
  }
  .footer-box {
    padding: 20px 0;
  }
  .footer-wrap {
    padding: 0;
  }
  .one-wrap,
  .four-wrap,
  .two-wrap {
    display: none;
  }
  .footer-share {
    margin-top: 20px;
  }
  footer {
    padding: 20px 0;
  }
  .footer-box {
    padding-bottom: 20px;
  }
  .footer-copyright {
    padding: 0;
    margin-bottom: 28px;
  }
  .footer-copyright .col-md-3 {
    text-align: center;
    margin-top: 10px;
  }
  section .title h2,
  section .title h3 {
    font-size: 28px;
    line-height: 40px;
    padding: 0;
  }
  .Crumbs_nav {
    padding: 20px 0;
  }
}
@media (max-width: 640px) {
}
@media (max-width: 540px) {
}
@media (max-width: 480px) {
}
.product_tage_frist_content{
  margin-bottom: 20px;
}
.product_tage_second_content{
  padding: 20px 0;
  clear: both;
}
.product_tage_list{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.product_tage_list:before,
.product_tage_list:after{
  display: none;
}
.product_tage_list li{
  width: 18%;
  height: 48px;
  border: 1px solid #2751A6;
  border-radius: 5px;
  margin-left: 2%;
  margin-top: 10px;
}
.product_tage_list li:nth-of-type(5n+1){
  margin-left: 0;
}
.product_tage_list li a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #2751A6;
}
.product_tage_list li:hover{
  background: #2751A6;
}
.product_tage_list li:hover a{
  color: #fff;
}
@media (max-width: 1768px) {
  .product_tage_list li{
    height: auto;
    padding: 10px 0;
  }
}
@media (max-width: 1200px){
  .product_tage_list li{
    width: 32%;
  }
  .product_tage_list li:nth-of-type(5n+1){
    margin-left: 2%;
  }
  .product_tage_list li:nth-of-type(3n+1){
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .product_tage_list{
    justify-content: space-between;
    width: 100%;
  }
  .product_tage_list li{
    width: 48.5%;
    margin-left: 0!important;
    
  }
}
.product_tage_second_content a,
.product_tage_frist_content a{
  color: #2751A6;
}
.news_content_text h2{margin-top: 20px;}
  .news_content_text a{text-decoration: underline;}
.news_content_text h3{margin-top: 20px;}
.news_content_text ul, .news_content_text ol{margin-left:20px;margin-top:20px;list-style-type: disc;}
.faq_shop_box{
  width: 100%;
  height: auto;
}
.faq_shop_ul{
  width: 100%;
  height: auto;
}
.faq_shop_ul li{
  width: 100%;
  height: auto;
}
.faq_shop_ul li a{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 0;
  background: #2751A6;
  font-size: 18px;
  color: #fff;
} 
.faq_shop_ul li img{
  width: 100%;
  height: auto;
  display: block;
} 
.comLanguage{
	cursor: pointer;
	position: relative;
}
.comLanguage .language{
	    width: 19px;
	    height: 19px;
	    object-fit: contain;
	    filter: brightness(0);
}
.downsLanguage {
  position: absolute;
  display: none;
  left: 50%;
  transform: translateX(-50%);
  top: 50px;
  min-width: 200px;
  background-color: #fff;
  border-radius: 0.1rem;
  box-shadow: 0px 0px 0.375rem 0px rgba(53, 117, 87, 0.1);
}
.downsLanguage a {
  display: block;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  width: 100%;
  color: #000;
  transition: all 0.3s;
}
.downsLanguage a:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.downsLanguage a:last-child {
  border-bottom-left-radius:5px;
  border-bottom-right-radius: 5px;
}
.downsLanguage a:hover {
  color: #fff;
  background-color: #2751A6;
}
@media (max-width:992px) {
	.comLanguage{
		position: absolute;
		           right: 4%;
		    top: 50%;
		    transform: translateY(-50%);
	}
	.downsLanguage {
	    top: 40px;
		left: 0;
		    transform: translateX(-75%);
		    min-width: 140px;
	}
}