﻿a:focus {
  outline: none;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../font/OpenSans-Bold.eot');
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url('../font/OpenSans-Bold.eot') format('embedded-opentype'), url('../font/OpenSans-Bold.woff2') format('woff2'), url('../font/OpenSans-Bold.woff') format('woff'), url('../font/OpenSans-Bold.ttf') format('truetype'), url('../font/OpenSans-Bold.svg') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../font/OpenSans-SemiBold.eot');
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url('../font/OpenSans-SemiBold.eot') format('embedded-opentype'), url('../font/OpenSans-SemiBold.woff2') format('woff2'), url('../font/OpenSans-SemiBold.woff') format('woff'), url('../font/OpenSans-SemiBold.ttf') format('truetype'), url('../font/OpenSans-SemiBold.svg') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../font/OpenSans-Regular.eot');
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url('../font/OpenSans-Regular.eot') format('embedded-opentype'), url('../font/OpenSans-Regular.woff2') format('woff2'), url('../font/OpenSans-Regular.woff') format('woff'), url('../font/OpenSans-Regular.ttf') format('truetype'), url('../font/OpenSans-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: 'Open Sans', Arial, 'Helvetica Neue', Helvetica, 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Heiti SC', 'PingFang SC', 'Hiragino Sans GB', sans-serif;
}
.img-box {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  height: 0;
  padding-bottom: 100%;
}
.img-box img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.hide {
  display: none;
}
.xs-online {
  display: none;
  font-weight: 300;
  position: fixed;
  z-index: 998;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, 0.2);
}
.xs-online ul {
  display: table;
  width: 100%;
  table-layout: fixed;
  text-align: center;
  color: #fff;
  margin: 0;
  padding: 0;
  height: 68px;
}
.xs-online ul li {
  display: table-cell;
  width: 20%;
  border-left: 1px solid #FCF3F2;
  height: 68px;
}
.xs-online ul li a {
  display: block;
  padding: 7px 0 5px;
}
.xs-online ul li a span {
  display: block;
  color: #30375B;
  font-size: 12px;
}
.xs-online ul li a span i {
  font-size: 22px;
}
.xs-online ul li .qrcode {
  position: absolute;
  width: 120px;
  height: 120px;
  padding: 5px;
  left: 50%;
  transform: translateX(-50%);
  top: 68px;
  opacity: 0;
  background-color: #edb509;
  transition: all 0.35s;
}
.xs-online ul li .qrcode img {
  width: 100%;
}
.xs-online ul li .qrcode-look {
  top: -130px;
  opacity: 1;
  transition: all 0.35s;
}
.xs-online ul li:first-child {
  border-left: none;
}
.am-container {
  max-width: 1440px;
}
header {
  background-color: #101011;
  color: #fff;
}
header .header-top {
  padding: 12px 0;
  border-bottom: 1px solid #282829;
}
header .header-top .am-container > div {
  display: flex;
  justify-content: space-between;
}
header .header-msg {
  display: flex;
}
header .header-msg > div {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
header .header-msg i {
  font-size: 18px;
  display: block;
  width: 36px;
  height: 36px;
  background-color: #1A1A1B;
  border-radius: 50%;
  text-align: center;
  line-height: 36px;
  margin-right: 12px;
}
header .header-msg a {
  color: #fff;
  transition: all 0.35s;
}
header .header-msg a:hover {
  color: #edb509;
  text-decoration: underline;
  transition: all 0.35s;
}
header .header-btn {
  display: flex;
}
header .header-btn2 {
  display: flex;
  padding: 24px 0;
}
header .header-share {
  display: flex;
  align-items: center;
}
header .header-share a {
  color: #fff;
  margin: 0 11px;
  font-size: 18px;
  transition: all 0.35s;
}
header .header-share a:hover {
  color: #edb509;
  transition: all 0.35s;
}
header .header-language .am-btn-primary {
  background-color: transparent;
  border: none;
}
header .header-language i{
  font-size: 12px;
  margin-left: 5px;
}
header .header-language>div{
  position: relative;
}
header .header-language>div>a{
  display: flex!important;
  align-items: center;
}
header .header-language>div:hover ul{
  padding: 10px 0;
  transition: all .35s;
  height: 72px;
}
header .header-language ul{
  margin: 0;
  border-radius: 5px;
  overflow: hidden;
  background-color: #edb509;
  position: absolute;
  z-index: 100;
  height: 0;
  width: 100%;
  padding: 0;
  transition: all .35s;
}
header .header-language li{
  list-style: none;
  text-align: center;
}
header .header-language li a{
  color: #fff;
  display: block;
  transition: all .35s;
}
header .header-language li a:hover{
  background-color: rgba(255, 255, 255, .2);
  transition: all .35s;
}
header .header-language .am-btn-primary.am-dropdown-toggle {
  background-color: transparent;
  transition: all 0.35s;
  display: none;
}
header .header-language .am-btn-primary.am-dropdown-toggle.active {
  display: block;
}
header .header-language .am-btn-primary.am-dropdown-toggle:hover {
  color: #edb509;
  transition: all 0.35s;
}
header .header-language .am-btn-primary:active:focus {
  outline: none;
}
header .header-language ul.am-dropdown-content > .am-active > a {
  background-color: #edb509;
}
header .header-logo {
  padding: 14px 0;
}
header .header-logo a {
  display: flex;
  align-items: center;
  height: 70px;
}
header .header-logo a img {
  height: 100%;
}
header .header-logo span {
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2;
  /* margin-bottom: 10px; */
  padding-left: 13px;
  width: 310px;
}
header .header-sticky {
  background-color: #101011;
  position: relative;
}
header .header-sticky .am-container > div {
  display: flex;
  justify-content: space-between;
}
header .header-sticky .am-container > div > div {
  display: flex;
}
header .header-inquiry {
  margin-left: 22px;
}
header .header-inquiry:hover i {
  color: #edb509;
  transform: rotateY(180deg);
  transition: all 0.35s;
}
header .header-inquiry a {
  display: flex;
  width: 50px;
  height: 50px;
  background-color: #1A1A1B;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  position: relative;
}
header .header-inquiry i {
  font-size: 20px;
  color: #fff;
  transition: all 0.35s;
}
.header-search {
  float: right;
  text-align: center;
  position: relative;
}
.header-search a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  width: 50px;
  height: 50px;
  background-color: #1A1A1B;
  border-radius: 50%;
  padding-right: 0;
  transition: opacity 0.25s ease-in-out 0s;
  -webkit-transition: opacity 0.25s ease-in-out 0s;
}
.header-search i {
  font-size: 21px;
  transition: all 0.35s;
}
.header-search:hover > a > i {
  color: #edb509;
  transform: rotateY(180deg);
  transition: all 0.35s;
}
.header-search button:before {
  display: none;
}
.header-search button i {
  color: #fff;
  font-size: 14px;
  line-height: 38px;
}
.search-wrap {
  font-size: 14px;
  position: absolute;
  z-index: 1100;
  top: 100%;
  right: 0;
  right: 10%;
  display: none;
  width: 300px;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.search-wrap .search-box {
  position: relative;
}
.search-wrap input {
  line-height: 24px;
  width: 100%;
  padding: 6px 10px;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #dcdcdc;
  color: #333;
}
.search-wrap input:focus-visible {
  outline: none;
}
.search-wrap .submit {
  font-size: 0;
  line-height: 38px;
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 38px;
  padding: 0;
  color: #fff;
  border-radius: 0;
  background-color: #edb509;
  border-color: #edb509;
}
.search-wrap .submit:focus {
  outline: none;
}
.search-wrap .submit:before {
  font-family: 'iconfont' !important;
  content: '\e600';
}
.search-wrap .search-box {
  height: 38px;
}
.in-desc {
  color: #888;
}
.in-title {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
}
.in-title:after {
  content: '';
  width: 64px;
  height: 8px;
  display: block;
  background-image: url(../image/in-line.png);
  background-size: cover;
  margin-top: 28px;
}
@keyframes heart {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.category {
  background-color: #101011;
  padding-top: 110px;
  padding-bottom: 120px;
  background-image: url(../image/cate-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
}
.category .in-desc {
  text-align: center;
}
.category .in-title {
  text-align: center;
  margin-top: 10px;
}
.category .in-title:after {
  margin: 0 auto;
  margin-top: 28px;
}
.category .cate-list {
  padding: 0 40px;
  margin-top: 70px;
  margin-bottom: 40px;
}
.category .cate-list:after {
  content: '';
  display: block;
  clear: both;
}
.category .cate-box {
  display: flex;
  width: calc(50% - 22.5px);
  margin-right: 45px;
  position: relative;
  float: left;
  margin-bottom: 40px;
}
.category .cate-box:nth-child(2n) {
  margin-right: 0;
}
.category .cate-box:after {
  content: '';
  width: 122px;
  height: 122px;
  position: absolute;
  top: calc(50% - 61px);
  left: calc(50% - 61px);
  background-image: url(../image/around.png);
  background-size: 120% 120%;
  background-repeat: no-repeat;
  background-position: center center;
  animation: heart 5000ms infinite linear;
  border-radius: 50%;
  z-index: 1;
  opacity: 0;
  transition: all 0.35s;
}
.category .cate-box:first-child .cate-ico > div img {
  width: 58px;
}
.category .cate-box:hover .cate-img img {
  transform: scale(1.1);
  transition: all 0.35s;
}
.category .cate-box:hover:after {
  opacity: 1;
  transition: all 0.35s;
}
.category .cate-box:hover .cate-title {
  color: #edb509;
  transition: all 0.35s;
}
.category .cate-box:hover .cate-more span {
  color: #edb509;
  transition: all 0.35s;
}
.category .cate-box .cate-img {
  width: 50%;
  overflow: hidden;
}
.category .cate-box .cate-img img {
  width: 100%;
  transition: all 0.35s;
}
.category .cate-box .cate-txt {
  width: 50%;
  padding: 0 70px 0 80px;
  background-color: #1E1E1F;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.category .cate-box .cate-txt p {
  line-height: 28px;
  margin: 0;
  color: #888;
  margin-bottom: 25px;
  /* display: -webkit-box; */
  /* -webkit-box-orient: vertical; */
  /* -webkit-line-clamp: 4; */
  /* overflow: hidden; */
}
.category .cate-box .cate-ico {
  position: absolute;
  top: calc(50% - 61px);
  left: calc(50% - 61px);
  width: 122px;
  height: 122px;
  border: 6px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  z-index: 2;
}
.category .cate-box .cate-ico a {
  display: block;
  width: 100%;
  height: 100%;
}
.category .cate-box .cate-ico div {
  background-color: #222121;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.category .cate-box .cate-title {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 20px;
  display: block;
  transition: all 0.35s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.category .cate-box .cate-more {
  display: flex;
  align-items: center;
}
.category .cate-box .cate-more span {
  color: #fff;
  font-weight: bold;
  margin-right: 15px;
  transition: all 0.35s;
}
.category .catelist-more {
  display: flex;
  margin: 0 auto;
  width: 270px;
  height: 64px;
  justify-content: center;
  align-items: center;
  border: 1px solid #666;
}
.category .catelist-more span {
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  margin-right: 17px;
}
.big-data {
  background-image: url(../image/data-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 340px;
  display: flex;
  align-items: center;
}
.big-data .counter-box {
  color: #edb509;
  font-family: Arial;
  font-weight: bold;
  font-size: 64px;
  display: flex;
  line-height: 1;
  align-items: flex-end;
}
.big-data i {
  color: #fff;
  font-size: 60px;
  line-height: 1;
}
.big-data .data-allbox {
  display: flex;
  justify-content: space-between;
}
.big-data .data-allbox > div {
  width: 230px;
}
.big-data .data-allbox > div:nth-child(2) .counter-box span {
  font-size: 48px;
  padding-bottom: 3px;
}
.big-data .data-allbox > div:nth-child(3) .counter-box span {
  font-size: 48px;
  padding-bottom: 3px;
}
.big-data .data-allbox > div:nth-child(3) i {
  display: block;
  transform: rotateY(180deg);
}
.big-data .data-allbox > div:nth-child(4) .counter-box span {
  font-size: 48px;
  padding-bottom: 3px;
}
.big-data .data-allbox > div > div {
  justify-content: space-between;
  display: flex;
  margin-bottom: 15px;
}
.big-data .data-allbox > div p {
  font-weight: 600;
  color: #fff;
  font-size: 20px;
  margin: 0;
}
.about {
  background-image: url(../image/about-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 0;
}
.about .about-img {
  width: 600px;
}
.about .about-img a {
  display: block;
  position: relative;
  overflow: hidden;
}
.about .about-img a > img {
  transition: all 0.35s;
  width: 100%;
}
.about .about-img a:hover > img {
  transform: scale(1.1);
  transition: all 0.35s;
}
.about .about-box {
  display: flex;
}
.about .about-imgbtn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
}
.about .about-imgbtn div {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #edb509;
  text-align: center;
  line-height: 100px;
  font-size: 0;
}
.about .about-txt {
  width: calc(100% - 600px);
  padding-left: 68px;
  position: relative;
}
.about .in-title{
    font-size: 38px;
}
.about .about-cont {
  padding-top: 35px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}
.about .about-cont p {
  line-height: 30px;
  color: #888;
  margin: 0;
  margin-bottom: 12px;
}
.about .about-cont p:last-child {
  margin-bottom: 0;
}
.about .about-more {
  width: 224px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #666;
  position: absolute;
  bottom: 0;
}
.about .about-more span {
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  margin-right: 17px;
}
.ch-do {
  background-image: url(../image/ch-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 115px;
  padding-bottom: 120px;
}
.ch-do .choose {
  padding-right: 10px;
}
.ch-do .choose ul {
  padding: 0;
  margin: 0;
  margin-top: 70px;
}
.ch-do .choose li {
  list-style: none;
  display: flex;
  padding: 25px 30px;
  position: relative;
  align-items: center;
  background-color: #1E1E1F;
  overflow: hidden;
}
.ch-do .choose li:hover i {
  background-color: #edb509;
  border-color: #edb509;
  color: #000;
  transition: all 0.35s;
}
.ch-do .choose li + li {
  margin-top: 20px;
}
.ch-do .choose p {
  margin: 0;
  width: calc(100% - 50px);
  color: #fff;
  line-height: 24px;
  padding-left: 23px;
}
.ch-do .choose i {
  width: 50px;
  height: 50px;
  border: 1px solid #626263;
  border-radius: 50%;
  color: #fff;
  font-size: 24px;
  text-align: center;
  line-height: 47px;
  transition: all 0.35s;
}
.ch-do .choose i.icon-jingyan {
  font-size: 20px;
}
.ch-do .choose i.icon-jishuzhichi {
  font-size: 20px;
}
.ch-do .choose i.icon-fuwu_o {
  font-size: 20px;
}
.ch-do .choose .num {
  position: absolute;
  font-size: 60px;
  color: #fff;
  opacity: 0.05;
  right: 26px;
  font-weight: bold;
  font-style: italic;
  bottom: -35px;
}
.ch-do .service {
  padding-left: 10px;
}
.ch-do .service ul {
  margin: 0;
  padding: 0;
  margin-top: 70px;
}
.ch-do .service li {
  list-style: none;
  display: flex;
  padding: 10px;
  background-color: #1E1E1F;
  align-items: center;
}
.ch-do .service li + li {
  margin-top: 20px;
}
.ch-do .service li:hover img {
  transform: scale(1.1);
  transition: all 0.35s;
}
.ch-do .service li:hover .service-txt h4 {
  color: #edb509;
  transition: all 0.35s;
}
.ch-do .service .img-box {
  padding-bottom: 70%;
}
.ch-do .service .img-box img {
  transition: all 0.35s;
}
.ch-do .service .service-img {
  width: 200px;
}
.ch-do .service .service-txt {
  width: calc(100% - 200px);
  padding-left: 20px;
}
.ch-do .service .service-txt h4 {
  margin: 0;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  margin-bottom: 5px;
  text-transform: uppercase;
  transition: all 0.35s;
}
.ch-do .service .service-txt p {
  margin: 0;
  line-height: 24px;
  color: #888;
}
.news {
  background-color: #161616;
  padding-top: 115px;
  padding-bottom: 120px;
  overflow: hidden;
}
.news [class*=am-u-] + [class*=am-u-]:last-child {
  float: left;
}
.news .am-g {
  margin-top: 70px;
}
.news .img-box {
  padding-bottom: 62.22222222%;
}
.news .img-box img {
  transition: all 0.35s;
}
.news .in-desc {
  text-align: center;
}
.news .in-title {
  text-align: center;
}
.news .in-title:after {
  margin: 28px auto 0;
}
.news .news-box {
  background-color: #1E1E1F;
}
.news .news-box:hover .img-box img {
  transform: scale(1.1);
  transition: all 0.35s;
}
.news .news-box:hover .news-more span {
  color: #edb509;
  transition: all 0.35s;
}
.news .news-txt {
  padding: 27px 40px 32px;
  border-bottom: 1px solid #303030;
}
.news .news-txt .news-date {
  color: #fff;
}
.news .news-txt a {
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  line-height: 34px;
  margin-top: 13px;
  margin-bottom: 5px;
  transition: all 0.35s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news .news-txt p {
  margin: 0;
  font-size: 14px;
  color: #888;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 67px;
}
.news .news-more {
  padding: 35px 40px 30px;
}
.news .news-more span {
  font-weight: bold;
  color: #fff;
  margin-right: 14px;
  transition: all 0.35s;
}
.news .news-more a {
  display: flex;
  align-items: center;
}
.page-banner {
  overflow: hidden;
}
.page-banner .item {
  position: relative;
}
.page-banner .item img {
  width: 100%;
}
.page-banner .item h2 {
  font-size: 44px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 0;
  transform: translate(-50%, -50%);
}
.crumb {
  background-color: #1E1E1F;
  padding: 10px 0;
}
.crumb a {
  color: #fff;
  font-size: 16px;
}
.crumb .am-container ul{
						color: #fff;
					}
.crumb a:hover {
  text-decoration: underline;
}
.crumb ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.crumb li {
  list-style: none;
  font-size: 0;
}
.crumb li + li:before {
  content: '>';
  color: #fff;
  font-size: 16px;
  margin: 0 5px;
}
.company-profile {
  background-color: #161616;
  padding-top: 80px;
  padding-bottom: 100px;
}
.company-profile .in-title {
  text-align: center;
}
.company-profile .in-title:after {
  margin: 28px auto 0;
}
.company-profile .profile-txt {
  margin-top: 35px;
}
.company-profile .profile-txt p {
  margin: 0;
  line-height: 30px;
  color: #888;
  text-align: center;
}
.company-profile .profile-video {
  position: relative;
  margin-top: 50px;
  overflow: hidden;
}
.company-profile .profile-video a > img {
  width: 100%;
  transition: all 0.35s;
}
.company-profile .profile-video a:hover > img {
  transform: scale(1.1);
  transition: all 0.35s;
}
.company-profile .profile-video .profile-imgbtn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
}
.company-profile .profile-video .profile-imgbtn div {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #edb509;
  text-align: center;
  line-height: 100px;
  font-size: 0;
}
.history {
  background-color: #161616;
  padding-top: 80px;
  padding-bottom: 120px;
}
.history .in-title {
  text-align: center;
}
.history .in-title:after {
  margin: 28px auto 0;
}
.history .history-cont {
  margin-top: 70px;
  position: relative;
  padding: 0 87px;
}
.history .history-cont:before {
  content: '';
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #666;
  left: 50%;
  transform: translateX(-50%);
}
.history .history-cont:after {
  content: '';
  display: block;
  clear: both;
}
.history .history-cont .history-img {
  width: 505px;
  position: relative;
}
.history .history-cont .history-img:after {
  content: '';
  width: 59px;
  height: 316px;
  display: block;
  position: absolute;
  z-index: 0;
  bottom: -23px;
  right: -20px;
  background-color: #edb509;
}
.history .history-cont .history-img .img-box {
  padding-bottom: 62.45059289%;
}
.history .history-cont .history-img .img-box img {
  transition: all 0.35s;
}
.history .history-cont .history-img .img-box:hover img {
  transform: scale(1.1);
  transition: all 0.35s;
}
.history .history-box {
  float: right;
  width: 50%;
  padding-left: 90px;
  display: flex;
  flex-direction: column;
  position: relative;
  padding-top: 10px;
  margin-bottom: 105px;
}
.history .history-box:before {
  content: '';
  display: block;
  position: absolute;
  width: 40px;
  height: 1px;
  top: 30px;
  background-color: #666;
  left: 0;
}
.history .history-box:after {
  content: '';
  display: block;
  position: absolute;
  width: 20px;
  height: 1px;
  top: 30px;
  background-color: #fff;
  left: 40px;
}
.history .history-box:nth-child(2) {
  margin-top: 180px;
}
.history .history-box:nth-child(2n) {
  float: left;
  padding-left: 0;
  padding-right: 90px;
  text-align: right;
  align-items: flex-end;
}
.history .history-box:nth-child(2n):before {
  left: auto;
  right: 0;
}
.history .history-box:nth-child(2n):after {
  left: auto;
  right: 40px;
}
.history .history-box:nth-child(2n) .history-img:after {
  right: auto;
  left: -20px;
}
.history .history-box:last-child {
  margin-bottom: 0;
}
.history .history-box h4 {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 12px;
  line-height: 1;
}
.history .history-box p {
  font-size: 18px;
  color: #888;
  margin: 0;
  margin-bottom: 40px;
}
.factory {
  background-color: #161616;
  padding-top: 90px;
  padding-bottom: 100px;
}
.factory [class*=am-u-] + [class*=am-u-]:last-child {
  float: left;
}
.factory .in-title {
  text-align: center;
}
.factory .in-title:after {
  margin: 28px auto 0;
}
.factory .img-box {
  padding-bottom: 62.22222222%;
}
.factory .img-box img {
  transition: all 0.35s;
}
.factory .img-box:hover img {
  transform: scale(1.1);
  transition: all 0.35s;
}
.factory .factory-cont {
  margin-top: 60px;
  margin-bottom: 30px;
}
.factory .am-u-md-4 {
  margin-bottom: 30px;
}
.pagenum {
  text-align: center;
  font-size: 0;
}
.pagenum a {
  display: inline-block;
  font-size: 18px;
  min-width: 55px;
  height: 55px;
  border: 1px solid #2B2B2C;
  line-height: 55px;
  vertical-align: middle;
  color: #fff;
  margin: 0 5px;
  transition: all 0.35s;
}
.pagenum a.active {
  background-color: #edb509;
  color: #000;
  transition: all 0.35s;
  border-color: #edb509;
}
.pagenum a:hover {
  background-color: #edb509;
  color: #000;
  transition: all 0.35s;
  border-color: #edb509;
}
.pagenum i {
  font-size: 15px;
}
.strength {
  background-color: #161616;
  padding-top: 90px;
  padding-bottom: 70px;
}
.strength .in-title {
  text-align: center;
}
.strength .in-title:after {
  margin: 28px auto 0;
}
.strength .strength-cont {
  margin-top: 60px;
}
.strength .img-box {
  padding-bottom: 68.18181818%;
}
.strength .strength-box {
  background-color: #1E1E1F;
  display: flex;
  margin-bottom: 30px;
}
.strength .strength-box:nth-child(2n) {
  flex-direction: row-reverse;
}
.strength .strength-box:hover .strength-img img {
  transform: scale(1.1);
  transition: all 0.35s;
}
.strength .strength-img {
  width: 440px;
  overflow: hidden;
}
.strength .strength-img img {
  width: 100%;
  transition: all 0.35s;
}
.strength .strength-txt {
  width: calc(100% - 440px);
  padding: 50px 70px 50px 50px;
}
.strength .strength-txt h4 {
  font-weight: bold;
  font-size: 24px;
  color: #fff;
  margin: 0;
  line-height: 1;
  margin-bottom: 30px;
}
.strength .strength-txt p {
  line-height: 30px;
  color: #888;
  margin: 0;
}
.world {
  background-color: #161616;
  padding-top: 80px;
  padding-bottom: 105px;
}
.world .in-title {
  text-align: center;
}
.world .in-title:after {
  margin: 28px auto 0;
}
.world .world-img {
  margin-top: 80px;
}
.world .world-img img {
  width: 100%;
}
.honor {
  padding-top: 80px;
  padding-bottom: 100px;
  background-color: #161616;
}
.honor .in-title {
  text-align: center;
}
.honor .in-title:after {
  margin: 28px auto 0;
}
.honor .honor-txt {
  font-size: 18px;
  color: #fff;
  height: 50px;
  line-height: 50px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.honor .honor-box {
  margin-bottom: 10px;
}
.honor .honor-box img {
  transition: all 0.35s;
}
.honor .honor-box:hover img {
  transform: scale(1.1);
  transition: all 0.35s;
}
.honor .honor-img {
  overflow: hidden;
}
.honor .honor-img .img-box {
  padding-bottom: 133.33333333%;
}
.honor [class*=am-u-] + [class*=am-u-]:last-child {
  float: left;
}
.honor .honor-list {
  margin-top: 60px;
  margin-bottom: 30px;
}
.download {
  padding-top: 80px;
  background-color: #161616;
  padding-bottom: 100px;
}
.download .in-title {
  text-align: center;
}
.download .in-title:after {
  margin: 28px auto 0;
}
.download .download-box {
  background-color: #1E1E1F;
  display: flex;
  padding: 37px 50px 37px 45px;
  justify-content: space-between;
  margin-bottom: 30px;
}
.download .download-box:hover .download-ico i {
  background-color: #edb509;
  border-color: #edb509;
  color: #000;
  transition: all 0.35s;
}
.download .download-txt {
  width: calc(100% - 96px);
}
.download .download-txt a {
  display: block;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  line-height: 28px;
  margin-bottom: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.download .download-msg {
  font-size: 0;
  color: #888;
}
.download .download-msg span {
  display: inline-block;
  font-size: 18px;
  margin-right: 30px;
}
.download .download-ico i {
  display: block;
  width: 76px;
  height: 76px;
  border: 1px solid #565656;
  border-radius: 50%;
  color: #fff;
  font-size: 24px;
  text-align: center;
  line-height: 74px;
  transition: all 0.35s;
}
.download [class*=am-u-] + [class*=am-u-]:last-child {
  float: left;
}
.download .download-list {
  margin-top: 60px;
  margin-bottom: 30px;
}
.support {
  background-color: #161616;
  padding-top: 90px;
  padding-bottom: 100px;
}
.support .in-desc {
  text-align: center;
}
.support .in-title {
  text-align: center;
}
.support .in-title:after {
  margin: 28px auto 0;
}
.support .support-t {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 25px;
}
.support .support-ico i {
  width: 68px;
  height: 68px;
  border: 1px solid #606061;
  color: #fff;
  display: block;
  border-radius: 50%;
  line-height: 66px;
  text-align: center;
  font-size: 24px;
  transition: all 0.5s;
}
.support .support-box {
  background-color: #1E1E1F;
  padding: 30px 40px 30px 50px;
}
.support .support-box:hover i {
  transform: rotateY(180deg);
  color: #edb509;
  transition: all 0.5s;
}
.support .support-num {
  font-size: 60px;
  font-family: Arial;
  line-height: 1;
  color: #fff;
  opacity: 0.05;
  font-weight: bold;
  font-style: italic;
  margin-top: 10px;
}
.support .support-txt {
  line-height: 24px;
  color: #fff;
  margin-top: 25px;
}
.support .am-g {
  margin-top: 70px;
}
.fold {
  padding-left: 0;
}
.fold .am-list {
  background-color: #F5F5F5;
  transition: all 0.35;
}
.fold .am-list > li {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.fold .am-list > li > a {
  padding: 25px 0;
  font-size: 22px;
  transition: all 0.35s;
  color: #fff;
  font-weight: bold;
  padding-left: 15px;
  transition: 0.35s;
  display: flex;
  justify-content: space-between;
}
.fold .am-list > li > a i {
  display: inline-block;
  transform: rotate(0);
  transition: all 0.1s;
  margin-right: 30px;
}
.fold .am-list > li.rotate .am-list {
  transition: all 0.35s;
}
.fold .am-list > li.rotate > a {
  font-size: 22px;
  padding: 1.5rem 0;
  transition: all 0.35s;
  color: #fff;
  padding-left: 15px;
}
.fold .am-list > li.rotate > a i {
  transition: all 0.1s;
  display: inline-block;
  transform: rotate(90deg);
}
.am-list > li > a.son-fold {
  font-size: 16px;
  color: #505050;
  padding-left: 80px;
}
.am-list > li > a.son-fold.active {
  color: #28A30B;
}
.faqpage {
  padding: 100px 0 90px;
  background-color: #161616;
}
.faqpage h1 {
  text-align: center;
}
.faqpage .faqpage-desc {
  font-size: 20px;
  color: #666;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 30px;
}
.rotate45 {
  transform: rotate(45deg);
  transition: all 0.35s;
}
.faq-fold .am-list {
  background-color: transparent;
}
.faq-fold .am-list > li {
  margin-bottom: 10px;
  background-color: #1E1E1F;
}
.faq-fold .am-list > li.rotate > a {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  padding: 25px 30px 15px 50px;
}
.faq-fold .am-list > li.rotate .am-list {
  height: auto;
  transition: all 0.35s;
}
.faq-fold .am-list > li > a {
  padding-left: 50px;
  padding-right: 30px;
}
.faq-fold .am-list > li > a > span {
  font-size: 20px;
  font-weight: bold;
  margin-right: 35px;
  display: block;
}
.faq-fold .am-list > li > a div {
  float: right;
  font-size: 18px;
  color: #edb509;
  position: relative;
}
.faq-fold .am-list > li > a div:after {
  content: '';
  display: block;
  position: absolute;
  height: 40px;
  width: 1px;
  background-color: #3C3C3F;
  top: -6px;
  left: -25px;
}
.faq-fold .am-list .am-panel > ul {
  height: 0;
  overflow: hidden;
  transition: all 0.35s;
}
.faqpage-answer {
  padding: 15px 50px 35px;
  font-size: 16px;
  color: #888;
  margin-bottom: 0!important;
  border-bottom: 2px solid #edb509 !important;
}
.news-list {
  background-color: #161616;
  padding-top: 100px;
  padding-bottom: 100px;
}
.news-list .am-g {
  margin-bottom: 30px;
}
.news-list .img-box {
  padding-bottom: 62.22222222%;
}
.news-list .img-box img {
  transition: all 0.35s;
}
.news-list .news-box {
  background-color: #1E1E1F;
  margin-bottom: 30px;
}
.news-list .news-box:hover .news-more span {
  color: #edb509;
  transition: all 0.35s;
}
.news-list .news-box:hover .img-box img {
  transform: scale(1.1);
  transition: all 0.35s;
}
.news-list .news-txt {
  padding: 27px 40px 32px;
  border-bottom: 1px solid #303030;
}
.news-list .news-txt .news-date {
  color: #fff;
}
.news-list .news-txt h4 {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  line-height: 34px;
  margin-top: 13px;
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 68px;
}
.news-list [class*=am-u-]+[class*=am-u-]:last-child{
    float: left;
}
.news-list .news-txt p {
  margin: 0;
  font-size: 14px;
  color: #888;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 67px;
}
.news-list .news-more {
  padding: 35px 40px 30px;
}
.news-list .news-more span {
  font-weight: bold;
  color: #fff;
  margin-right: 14px;
  transition: all 0.35s;
}
.news-list .news-more a {
  display: flex;
  align-items: center;
}
.contact {
  background-color: #161616;
  padding-top: 100px;
}
.contact .contact-cont {
  display: flex;
  padding-bottom: 100px;
}
.contact .contact-cont .contact-msg {
  width: 380px;
  padding: 45px;
  background-color: #1E1E1F;
}
.contact .contact-cont i {
  color: #fff;
  font-size: 20px;
}
.contact .contact-cont ul {
  margin: 0;
  padding: 0;
  margin-top: 40px;
}
.contact .contact-cont li {
  list-style: none;
  display: flex;
}
.contact .contact-cont li + li {
  margin-top: 25px;
}
.contact .contact-logo {
  display: flex;
  align-items: center;
}
.contact .contact-logotxt {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  padding-left: 13px;
}
.contact .contact-listbox {
  padding-left: 15px;
  padding-top: 3px;
}
.contact .contact-listbox h4 {
  font-weight: 400;
  color: #edb509;
  margin: 0;
}
.contact .contact-listbox p {
  color: #fff;
  margin: 0;
}
.contact .contact-listbox a {
  color: #fff;
}
.contact .contact-listbox a:hover {
  text-decoration: underline;
}
.contact .contact-form {
  width: calc(100% - 380px);
  padding-left: 40px;
}
.contact .contact-form .in-title {
  text-transform: none;
}
.contact .contact-form .in-title:after {
  margin-top: 12px;
}
.contact .contact-form .form-desc {
  color: #fff;
  font-style: italic;
  margin-top: 28px;
}
.contact .contact-form form {
  font-size: 0;
  margin-top: 30px;
  color: #fff;
}
.contact .contact-form form input {
  font-size: 18px;
  background-color: #1E1E1F;
  border: 1px solid #1E1E1F;
  height: 62px;
  padding: 0 30px;
  width: calc(50% - 16px);
  margin-right: 32px;
  margin-bottom: 30px;
  transition: all 0.35s;
}
.contact .contact-form form input:focus {
  outline: none;
  border-color: #edb509;
  transition: all 0.35s;
}
.contact .contact-form form input:nth-child(2n) {
  margin-right: 0;
}
.contact .contact-form form textarea {
  height: 150px;
  width: 100%;
  font-size: 18px;
  background-color: #1E1E1F;
  border: 1px solid #1E1E1F;
  transition: all 0.35s;
  resize: none;
  padding: 20px 30px;
  margin-bottom: 30px;
}
.contact .contact-form form textarea:focus {
  outline: none;
  border-color: #edb509;
  transition: all 0.35s;
}
.contact .contact-form form button {
  width: 224px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #666;
  background-color: #edb509;
}
.contact .contact-form form button span {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  margin-right: 17px;
}
.contact .contact-form form button img {
  margin-top: 2px;
}
.map {
  width: 100%;
  height: 500px;
}
.map .map-content {
  width: 100%;
  height: 500px;
}
.banner {
  overflow: hidden;
  background-color: #161616;
}
.banner img {
  width: 100%;
}
.banner .control-links {
  top: 50%;
  transform: translateY(-50%);
  right: 100px;
  display: flex;
  width: fit-content;
  min-width: auto;
  flex-direction: column;
}
.banner .control-links li {
  margin-left: 0;
  font-size: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid transparent;
  transition: all 0.35s;
  position: relative;
  margin-top: 14px;
  margin-bottom: 14px;
}
.banner .control-links li:after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.banner .control-links li.active {
  border-color: #fff;
  transition: all 0.35s;
}
.pro-cate {
  position: relative;
  padding-bottom: 100px;
  padding-top: 80px;
  background-color: #161616;
}
.pro-cate .pro-cateall {
  width: calc(75% - 30px);
}
.pro-cate .pro-catelist {
  padding-bottom: 30px;
}
.pro-cate .pro-catelist:after {
  content: '';
  display: block;
  clear: both;
}
.pro-cate .pro-catelist .pro-catebox {
  width: calc(33.33333333% - 20px);
  margin-right: 30px;
  float: left;
  margin-bottom: 30px;
}
.pro-cate .pro-catelist .pro-catebox img {
  transition: all 0.35s;
}
.pro-cate .pro-catelist .pro-catebox .img-box {
  padding-bottom: 74.24242424%;
}
.pro-cate .pro-catelist .pro-catebox:nth-child(3n) {
  margin-right: 0;
}
.pro-cate .pro-catelist .pro-catebox:hover .img-box img {
  transform: scale(1.1);
  transition: all 0.35s;
}
.pro-cate .pro-catetitle a {
  font-size: 20px;
  color: #fff;
  line-height: 64px;
  padding: 0 25px;
  white-space: nowrap;
  overflow: hidden;
  font-weight: 600;
  text-overflow: ellipsis;
  border-bottom: 1px dashed #5F5F62;
  transition: all 0.35s;
  display: block;
}
.pro-cate .prod-txt {
  background-color: #1E1E1F;
}
.pro-cate .prod-msg {
  padding: 17px 25px 23px;
  min-height: 216px;
  display: none;
}
.pro-cate .prod-msg h4 {
  font-weight: 400;
  color: #888;
  font-size: 16px;
  margin: 0;
  line-height: 26px;
}
.pro-cate .prod-msg p {
  color: #fff;
  margin: 0;
  line-height: 26px;
}
.pro-cate .prod-msg div + div {
  margin-top: 10px;
}
.pro-cate .prod-more {
  width: 100%;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #666;
  background-color: #edb509;
}
.pro-cate .prod-more span {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  margin-right: 17px;
}
.pro-cate .prod-more img {
  margin-top: 2px;
}
.sticky-content {
  display: -webkit-box;
  display: flex;
  overflow: hidden;
}
.list-l {
  background-clip: content-box;
  width: calc(25% + 30px);
  position: relative;
  z-index: 9;
  background-color: #161616;
}
.list-l h2 {
  text-align: center;
  color: #000;
  padding: 21px;
  font-size: 34px;
  font-weight: 600;
  margin: 0 0 20px;
}
.list-l .menu {
  position: relative;
  z-index: 10;
}
.list-l .menu h4 {
  color: #000;
  font-size: 22px;
  font-weight: bold;
  background-color: #edb509;
  line-height: 74px;
  height: 74px;
  margin-bottom: 0;
  text-align: center;
}
.list-l .menu a {
  display: block;
}
.list-l .menu1 {
  position: relative;
  padding-left: 0;
  margin-bottom: 120px;
  margin-top: 0;
  border-left: 1px solid #313132;
  border-right: 1px solid #313132;
  text-align: left;
}
.list-l .menu1 > li {
  color: #666666;
  margin-bottom: 5px;
  font-size: 18px;
  list-style: none;
}
.list-l .menu1 > li:hover a {
  color: #edb509;
  transition: all 0.35s;
}
.list-l .menu1 > li.active > a {
  font-weight: bold;
  color: #edb509;
}
.list-l .menu1 > li.active > a:before {
  transform: rotate(90deg);
  transition: all 0.35s;
}
.list-l .menu1 > li.more > a:after {
  border: none;
}
.list-l .menu1 > li > a {
  display: flex;
  align-items: center;
  padding: 0;
  position: relative;
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 16px;
  padding-left: 50px;
  border-bottom: 1px solid #313132;
  transition: all 0.35s;
}
.list-l .menu1 > li > a div {
  width: 65px;
  padding-right: 10px;
}
.list-l .menu1 > li > a div img {
  max-width: 100%;
}
.list-l .menu1 > li > a span {
  display: block;
  width: calc(100% - 65px);
  position: relative;
  line-height: 24px;
}
.list-l .menu1 ul {
  font-size: 14px;
  display: none;
  margin: 0;
}
.list-l .menu2 {
  padding: 0;
  padding-top: 10px;
  padding-bottom: 20px;
  padding-right: 30px;
  border-bottom: 1px dashed #DCDCDC;
}
.list-l .menu2 > li {
  list-style: none;
}
.list-l .menu2 > li.active > a span {
  border-bottom: 1px solid #edb509;
  color: #edb509;
}
.list-l .menu2 > li > a {
  display: inline-block;
  font-size: 16px;
  max-width: 100%;
  position: relative;
  line-height: 20px;
  padding: 14px 0;
  color: #666;
  height: auto;
}
.list-l .menu2 > li > a:hover span {
  border-color: #edb509;
  color: #edb509;
  transition: all 0.35s;
}
.list-l .menu2 > li > a span {
  display: block;
  border-bottom: 1px solid transparent;
  transition: all 0.35s;
}
.list-l .menu2 > li > a span:after {
  content: ' -';
}
.list-l .menu3 > li {
  padding-left: 12px;
  margin-top: 5px;
  list-style: none;
}
.list-l .menu3 > li > a {
  color: #83868a;
}
.list-l .menu3 > li > a:before {
  content: '- ';
}
@media (max-width: 1469px) {
  .list-l .menu1 > li {
    font-size: 16px;
  }
}
@media (max-width: 1349px) {
  .list-l .menu1 > li {
    font-size: 15px;
  }
}
footer {
  background-color: #101011;
  padding-top: 100px;
}
footer .footer-logo {
  height: 70px;
  display: flex;
  align-items: center;
}
footer .footer-logo img {
  height: 100%;
}
footer .footer-logo span {
  color: #fff;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 600;
  padding-left: 13px;
  width: 280px;
}
footer .footer-t {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 65px;
  border-bottom: 1px solid #303030;
}
footer .form-msg {
  height: 62px;
  padding-left: 18px;
  border-left: 1px solid #edb509;
}
footer .form-msg h4 {
  margin: 0;
  font-weight: 600;
  font-size: 30px;
  color: #fff;
  line-height: 1;
  margin-bottom: 10px;
}
footer .form-msg p {
  line-height: 1;
  margin: 0;
  color: #9e9e9e;
  font-size: 18px;
}
footer .form-cont form {
  font-size: 0;
}
footer .form-cont input {
  height: 62px;
  font-size: 16px;
}
footer .form-cont input[type="text"] {
  background-color: transparent;
  border: 1px solid #fff;
  padding: 0 15px;
  width: 320px;
  margin-right: 14px;
  transition: all 0.35s;
  color: #fff;
}
footer .form-cont input[type="text"]:focus {
  outline: none;
  border-color: #edb509;
  transition: all 0.35s;
}
footer .form-cont button {
  height: 62px;
  font-size: 16px;
  text-transform: uppercase;
  background-color: #edb509;
  font-weight: bold;
  color: #000;
  border: none;
  width: 210px;
}
footer .form-cont *::-webkit-input-placeholder {
  color: #fff;
}
footer .form-cont *:-moz-placeholder {
  /* FF 4-18 */
  color: #fff;
}
footer .form-cont *::-moz-placeholder {
  /* FF 19+ */
  color: #fff;
}
footer .form-cont *:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
footer .footer-msg {
  padding-top: 35px;
  padding-right: 90px;
  color: #fff;
}
footer .footer-msg li {
  display: flex;
  margin-bottom: 10px;
}
footer .footer-msg li span {
  font-weight: bold;
  font-size: 16px;
  line-height: 28px;
  padding-right: 3px;
}
footer .footer-msg li p {
  margin: 0;
  line-height: 30px;
  font-size: 14px;
}
footer .footer-msg li a {
  color: #fff;
  line-height: 30px;
}
footer .footer-msg li a:hover {
  text-decoration: underline;
}
footer .footer-msg ul {
  margin: 0;
  padding: 0;
}
footer .footer-link ul {
  padding: 0;
  margin: 0;
  padding-top: 15px;
}
footer .footer-link li {
  list-style: none;
  position: relative;
  padding-left: 25px;
}
footer .footer-link li:before {
  content: '';
  width: 6px;
  height: 6px;
  display: block;
  background-color: #818181;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
footer .footer-link li a {
  display: block;
  width: fit-content;
  color: #888;
  text-transform: capitalize;
}
footer .footer-link a {
  color: #fff;
  font-size: 16px;
  line-height: 36px;
  transition: all 0.35s;
}
footer .footer-link a:hover {
  text-decoration: underline;
  color: #edb509;
  transition: all 0.35s;
}
footer .footer-link h4 {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0;
  position: relative;
}
footer .footer-link h4:after {
  content: '';
  width: 30px;
  height: 8px;
  display: block;
  background-image: url(../image/footer-adorn.png);
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 10px;
}
footer .am-accordion-gapped {
  margin: 0!important;
}
footer .am-accordion-gapped .am-accordion-item {
  border: none;
  margin: 0;
}
footer .am-accordion-gapped .am-accordion-item.am-active {
  border: none;
}
footer .am-accordion-gapped .am-accordion-title {
  padding: 0;
  border-bottom: none;
  pointer-events: none;
  margin-bottom: 10px;
}
footer .am-accordion-gapped .am-accordion-title:after {
  color: #fff;
  opacity: 0;
}
footer .am-accordion-gapped .am-active .am-accordion-title {
  background-color: transparent;
}
footer .footer-form {
  padding-left: 55px;
}
footer .footer-form p {
  margin: 0;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
}
footer .footer-form *::-webkit-input-placeholder {
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  font-weight: bold;
}
footer .footer-form *:-moz-placeholder {
  /* FF 4-18 */
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  font-weight: bold;
}
footer .footer-form *::-moz-placeholder {
  /* FF 19+ */
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  font-weight: bold;
}
footer .footer-form *:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  font-weight: bold;
}
footer .footer-form input[type="text"] {
  background-color: transparent;
  outline: none;
  border: 1px solid rgba(255, 255, 255, 0.3);
  width: 100%;
  height: 45px;
  padding-left: 10px;
  color: #fff;
  margin-bottom: 10px;
}
footer .footer-form input[type="submit"] {
  background-color: #278A48;
  color: #fff;
  font-size: 14px;
  width: 100%;
  height: 45px;
  border: 1px solid #278A48;
  margin-top: 5px;
  transition: all 0.35s;
}
footer .footer-form input[type="submit"]:hover {
  transform: translateY(-5px);
  transition: all 0.35s;
}
footer .am-accordion-content {
  padding: 0;
  padding-top: 20px;
}
footer .footer-link3 .am-accordion-item {
  padding-left: 30px;
}
footer .footer-link2 {
  padding-left: 25px;
}
footer .am-g {
  padding-top: 60px;
  padding-bottom: 34px;
}
footer .footer-about p {
  color: #9e9e9e;
  font-size: 14px;
  margin-bottom: 40px;
}
footer .footer-share {
  display: flex;
  margin-bottom: 28px;
}
footer .footer-share a {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  text-align: center;
  display: block;
  line-height: 32px;
  color: #aaa;
  background-color: #292929;
  margin-right: 10px;
  transition: all 0.35s;
}
footer .footer-share a:hover {
  text-decoration: none;
  color: #000;
  background-color: #edb509;
  transition: all 0.35s;
}
footer .footer-share a.icon-instagram {
  font-size: 18px;
}
footer .footer-share a.icon-linkedin {
  font-size: 18px;
}
footer .goog-te-gadget-simple .goog-te-menu-value {
  font-size: 10pt;
  line-height: 15px;
}
footer .goog-te-gadget-simple .goog-te-menu-value:hover {
  text-decoration: none;
}
footer .footer-contact .am-accordion-content {
  padding-top: 0;
}
footer .footer-contact .am-accordion-item {
  padding-left: 55px;
}
footer .footer-contact .footer-contactbox {
  display: flex;
  height: 82px;
  align-items: center;
}
footer .footer-contact .footer-contactbox:nth-child(n+2) {
  border-top: 1px solid #303030;
}
footer .footer-contact .footcontact-ico i {
  font-size: 34px;
}
footer .footer-contact .footcontact-txt {
  padding-left: 20px;
}
footer .footer-contact .footcontact-txt div {
  font-size: 16px;
  color: #888;
  line-height: 1;
  margin-bottom: 5px;
}
footer .footer-contact .footcontact-txt a,
footer .footer-contact .footcontact-txt p {
  line-height: 1;
  color: #fff;
  font-size: 18px;
  margin: 0;
  transition: all 0.35s;
}
footer .footer-contact .footcontact-txt a:hover {
  color: #edb509;
  transition: all 0.35s;
}
footer .footer-about2 .am-accordion-item {
  padding-left: 90px;
}
footer .foot-bot {
  border-top: 1px solid #303030;
}
footer .foot-bot .foot-botcont {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 22px 0;
}
footer .foot-bot .foot-botcont p {
  margin: 0;
  color: #888;
  margin-right: 10px;
}
footer .foot-bot .foot-botcont a {
  color: #888;
  margin-left: 20px;
  transition: all 0.35s;
}
footer .foot-bot .foot-botcont a:hover {
  text-decoration: underline;
  color: #edb509;
  transition: all 0.35s;
}
.prod-deta {
  background-color: #161616;
  padding-top: 80px;
  padding-bottom: 115px;
}
.prod-deta .prod-detaslick {
  width: 610px;
}
.prod-deta .img-box {
  padding-bottom: 73.7704918%;
}
.prod-deta .pro-details-thumbslick {
  padding: 0 32px;
  margin-top: 12px;
}
.prod-deta .pro-details-thumbslick .slick-slide > div {
  margin: 0 6px;
}
.prod-deta .pro-details-thumbslick .item {
  border: 1px solid transparent;
  transition: all 0.35s;
}
.prod-deta .pro-details-thumbslick .slick-current .item {
  border-color: #edb509;
  transition: all 0.35s;
}
.prod-deta .item-video {
  position: relative;
}
.prod-deta .item-video.noplay:after {
  display: none;
}
.prod-deta .item-video:after {
  font-family: 'iconfont' !important;
  font-size: 40px;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  content: '\e625';
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  color: #fff;
}
.prod-deta .slick-slide > div {
  font-size: 0;
}
.prod-deta .slick-prev,
.prod-deta .slick-next {
  width: 26px;
  height: 100%;
  background-color: #1E1E1F;
  transition: all 0.35s;
}
.prod-deta .slick-prev:before,
.prod-deta .slick-next:before {
  font-family: 'iconfont';
  opacity: 1;
  transition: all 0.35s;
}
.prod-deta .slick-prev:hover,
.prod-deta .slick-next:hover {
  background-color: #edb509;
  transition: all 0.35s;
}
.prod-deta .slick-prev:hover:before,
.prod-deta .slick-next:hover:before {
  color: #000;
  transition: all 0.35s;
}
.prod-deta .slick-prev {
  left: -32px;
}
.prod-deta .slick-prev:before {
  content: '\e757';
}
.prod-deta .slick-next {
  right: -32px;
}
.prod-deta .slick-next:before {
  content: '\eb38';
}
.prod-deta iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.prod-deta .prod-detacont {
  display: flex;
}
.prod-deta .prod-detamsg {
  width: calc(100% - 610px);
  padding-left: 70px;
  padding-top: 25px;
}
.prod-deta .prod-detamsg h1 {
  font-size: 30px;
  color: #fff;
  font-weight: bold;
}
.prod-deta .prod-detamsg .prod-attr div {
  color: #fff;
  margin-bottom: 10px;
}
.prod-deta .prod-detamsg .prod-attr span {
  color: #888;
  margin-right: 5px;
}
.prod-deta .prod-detamsg .prod-detadesc {
  color: #fff;
  line-height: 26px;
  min-height: 170px;
  margin-bottom: 10px;
}
.prod-deta .prod-detamsg .prod-share {
  display: flex;
  align-items: center;
}
.prod-deta .prod-detamsg .prod-share > span {
  color: #fff;
  font-weight: bold;
  margin-right: 12.5px;
}
.prod-deta .prod-detamsg .prod-share .at-resp-share-element .at-share-btn {
  margin: 0 2.5px;
}
.prod-deta .prod-detamsg .prod-btngroup {
  margin-top: 50px;
  display: flex;
}
.prod-deta .prod-detamsg .make-inquiry {
  width: 170px;
  height: 50px;
  background-color: #edb509;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  color: #000;
  font-weight: bold;
  border: none;
  margin-right: 30px;
}
.prod-deta .prod-detamsg .make-inquiry span {
  display: flex;
  align-items: center;
}
.prod-deta .prod-detamsg .make-inquiry i {
  font-size: 23px;
  margin-right: 12px;
}
.prod-deta .prod-detamsg .addcart {
  width: 170px;
  height: 50px;
  background-color: #edb509;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  color: #000;
  font-weight: bold;
  border: none;
}
.prod-deta .prod-detamsg .addcart span {
  display: flex;
  align-items: center;
}
.prod-deta .prod-detamsg .addcart i {
  font-size: 23px;
  margin-right: 12px;
}
.prod-deta .prod-subtitle {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 40px;
}
.prod-deta .prod-subtitle:after {
  width: 64px;
  height: 8px;
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(../image/in-line.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.prod-deta .prod-detaedit {
  padding-top: 65px;
}
.prod-deta .prod-detaedit .prod-editbox {
  background-color: #1E1E1F;
  padding: 20px;
  color: #fff;
}
.prod-deta .inquiry-now {
  padding-top: 65px;
}
.prod-deta .inquiry-now form {
  font-size: 0;
}
.prod-deta .inquiry-now input[type="text"] {
  font-size: 16px;
  height: 50px;
  background-color: #1E1E1F;
  border: 1px solid transparent;
  transition: all 0.35s;
  width: calc(25% - 15px);
  margin-right: 20px;
  margin-bottom: 20px;
  color: #fff;
  padding: 0 20px;
}
.prod-deta .inquiry-now input[type="text"]:focus {
  outline: none;
  border-color: #edb509;
  transition: all 0.35s;
}
.prod-deta .inquiry-now input[type="text"]:first-child {
  width: 100%;
  margin-right: 0;
}
.prod-deta .inquiry-now input[type="text"]:first-child:focus {
  border-color: transparent;
}
.prod-deta .inquiry-now input[type="text"]:nth-child(5) {
  margin-right: 0;
}
.prod-deta .inquiry-now *::-webkit-input-placeholder {
  color: #fff;
}
.prod-deta .inquiry-now *:-moz-placeholder {
  /* FF 4-18 */
  color: #fff;
}
.prod-deta .inquiry-now *::-moz-placeholder {
  /* FF 19+ */
  color: #fff;
}
.prod-deta .inquiry-now *:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
.prod-deta .inquiry-now textarea {
  height: 240px;
  width: 100%;
  background-color: #1E1E1F;
  border: 1px solid transparent;
  resize: none;
  font-size: 16px;
  padding: 20px;
  transition: all 0.35s;
  margin-bottom: 30px;
  color: #fff;
}
.prod-deta .inquiry-now textarea:focus {
  outline: none;
  border-color: #edb509;
  transition: all 0.35s;
}
.prod-deta .inquiry-now button {
  width: 160px;
  height: 50px;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  background-color: #edb509;
  border: none;
  margin: 0 auto;
  display: block;
}
.prod-deta .related {
  padding-top: 65px;
}
.prod-deta .related .related-slick {
  overflow: hidden;
}
.prod-deta .related .related-slick ul{
    display: flex;
    width: fit-content;
    padding: 0;
    margin: 0;
}
.prod-deta .related .related-slick li{
    list-style: none;
}
.prod-deta .related .pro-catebox {
  /* float: left; */
  width: 360px;
  padding: 0 15px;
}
.prod-deta .related .pro-catebox img {
  transition: all 0.35s;
}
.prod-deta .related .pro-catebox .img-box {
  padding-bottom: 74.24242424%;
}
.prod-deta .related .pro-catebox:nth-child(3n) {
  margin-right: 0;
}
.prod-deta .related .pro-catebox:hover .img-box img {
  transform: scale(1.1);
  transition: all 0.35s;
}
.prod-deta .related .pro-catetitle a {
  font-size: 20px;
  color: #fff;
  line-height: 64px;
  padding: 0 25px;
  white-space: nowrap;
  overflow: hidden;
  font-weight: 600;
  text-overflow: ellipsis;
  border-bottom: 1px dashed #5F5F62;
  transition: all 0.35s;
  display: block;
}
.prod-deta .related .prod-txt {
  background-color: #1E1E1F;
}
.prod-deta .related .prod-msg {
  padding: 17px 25px 23px;
  min-height: 216px;
  display: none;
}
.prod-deta .related .prod-msg h4 {
  font-weight: 400;
  color: #888;
  font-size: 16px;
  margin: 0;
  line-height: 26px;
}
.prod-deta .related .prod-msg p {
  color: #fff;
  margin: 0;
  line-height: 26px;
  font-size: 16px;
}
.prod-deta .related .prod-msg div + div {
  margin-top: 10px;
}
.prod-deta .related .prod-more {
  width: 100%;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #666;
  background-color: #edb509;
}
.prod-deta .related .prod-more span {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  margin-right: 17px;
}
.prod-deta .related .prod-more img {
  margin-top: 2px;
}
.prod-deta .related .slick-prev,
.prod-deta .related .slick-next {
  width: 44px;
  height: 44px;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #fff;
}
.prod-deta .related .slick-prev:before,
.prod-deta .related .slick-next:before {
  font-size: 12px;
}
.prod-deta .related .slick-prev:hover,
.prod-deta .related .slick-next:hover {
  border-color: #edb509;
  background-color: #edb509;
  color: #000;
}
.prod-deta .related .slick-prev {
  left: -82px;
}
.prod-deta .related .slick-next {
  right: -82px;
}
.site-map {
  padding-top: 65px;
  padding-bottom: 60px;
  background-color: #161616;
}
.site-map h2 {
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 28px;
  text-transform: uppercase;
}
.site-map ul {
  margin: 0;
  padding: 0;
}
.site-map li {
  list-style: none;
  font-size: 0;
}
.site-map a {
  display: inline-block;
}
.site-map .site-list1 > li {
  margin-bottom: 20px;
}
.site-map .site-list1 > li > a {
  text-transform: uppercase;
  font-size: 18px;
  border: 1px solid #EAEAEA;
  width: 350px;
  height: 50px;
  padding-left: 30px;
  line-height: 50px;
  color: #fff;
  font-weight: bold;
  transition: all 0.35s;
}
.site-map .site-list1 > li > a:hover {
  background-color: #edb509;
  color: #fff;
  transition: all 0.35s;
}
.site-map .site-list2 {
  padding-left: 25px;
  padding-top: 14px;
  padding-bottom: 10px;
}
.site-map .site-list2 > li {
  margin-bottom: 16px;
}
.site-map .site-list2 > li:last-child {
  margin-bottom: 0;
}
.site-map .site-list2 > li > a {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  transition: all 0.35s;
}
.site-map .site-list2 > li > a:hover {
  text-decoration: underline;
  color: #edb509;
  transition: all 0.35s;
}
.site-map .site-list3 {
  padding-top: 7px;
}
.site-map .site-list3:after {
  content: '';
  display: block;
  clear: both;
}
.site-map .site-list3 > li {
  float: left;
  margin-right: 28px;
}
.site-map .site-list3 > li > a {
  font-size: 14px;
  color: #fff;
  transition: all 0.35s;
}
.site-map .site-list3 > li > a:hover {
  color: #edb509;
  text-decoration: underline;
  transition: all 0.35s;
}
.details {
  padding: 60px 0 90px;
  background-color: #161616;
}
.details h1 {
  font-size: 36px;
  margin-bottom: 15px;
  line-height: 1.1;
  color: #fff;
}
.details .details-date {
  color: #edb509;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.42857143;
}
.details .info {
  padding-bottom: 25px;
  border-bottom: 2px solid #e3e3e3;
  margin-bottom: 25px;
  position: relative;
}
.details .txt {
  color: #fff;
}
.details .txt p {
  margin: 0;
  color: #fff;
  font-size: 16px;
  line-height: 1.75;
}
.details .txt img {
  max-width: 100%;
  height: auto!important;
}
.details .news-page {
  overflow: hidden;
  margin-top: 40px;
  font-size: 16px;
}
.details .news-page p {
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.details .news-page p a {
  color: #888;
  transition: all 0.35s;
}
.details .news-page p a:hover {
  color: #edb509;
  text-decoration: underline;
  transition: all 0.35s;
}
.details .news-page p span {
  text-transform: uppercase;
  color: #fff;
}
.details .news-page .next {
  margin-top: 15px;
}
.details .share-box {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.details .share-box > span {
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  margin-right: 6px;
}
.details .share-box .at-style-responsive .at-share-btn {
  margin-bottom: 0;
}
.table-box {
  width: 100%;
  max-width: 100%;
  overflow: auto;
}
.table-box table {
  width: 100%;
  max-width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  color: #333;
  line-height: 1.2;
  font-size: 16px;
  text-align: center;
}
@media (max-width: 767px) {
  .table-box table {
    font-size: 14px;
  }
}
.table-box table tr,
.table-box table td,
.table-box table th {
  width: auto !important;
  height: auto !important;
}
.table-box table td,
.table-box table th {
  padding: 14px 8px !important;
  border: 1px solid #a0a0a0 !important;
}
@media (max-width: 991px) {
  .table-box table td,
  .table-box table th {
    padding: 12px 8px !important;
  }
}
@media (max-width: 767px) {
  .table-box table td,
  .table-box table th {
    padding: 8px 8px !important;
  }
  .table-box table td,
  .table-box table th,
  .table-box table td *,
  .table-box table th * {
    font-size: 12px !important;
  }
}
@media (max-width: 575px) {
  .table-box table td,
  .table-box table th {
    padding: 8px 8px !important;
  }
  .table-box table td,
  .table-box table th,
  .table-box table td *,
  .table-box table th * {
    font-size: 2.7vmin !important;
  }
}
.table-box table tr p,
.table-box table tr span {
  background: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.table-box table th {
  text-align: center;
}
.table-box table img {
  height: auto !important;
  max-width: 100%;
}
.inquiry {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #161616;
}
.inquiry a {
  color: #fff;
}
.inquiry .inquiry-box {
  padding-top: 30px;
}
.inquiry .send-message {
  padding-top: 40px;
}
.inquiry .send-message h4 {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}
.inquiry .send-message input[type="text"]:focus-visible {
  outline: none;
  transition: all 0.35s;
}
.inquiry .send-message input[type="text"]:first-child:focus-visible {
  border-color: transparent;
}
.inquiry .send-message input[type="text"] {
  border: 1px solid transparent;
  padding: 10px 15px;
  margin-bottom: 20px;
  transition: all 0.35s;
  font-size: 14px;
  color: #fff;
  background-color: #1E1E1F;
}
.inquiry .send-message *::-webkit-input-placeholder {
  color: #fff;
  font-size: 14px;
}
.inquiry .send-message *:-moz-placeholder {
  /* FF 4-18 */
  color: #fff;
  font-size: 14px;
}
.inquiry .send-message *::-moz-placeholder {
  /* FF 19+ */
  color: #fff;
  font-size: 14px;
}
.inquiry .send-message *:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
  font-size: 14px;
}
.inquiry .send-message .am-u-lg-3 {
  margin-right: 20px;
  width: calc(25% - 15px);
}
.inquiry .send-message .am-u-lg-3:nth-child(5) {
  margin-right: 0;
}
.inquiry .send-message textarea {
  resize: none;
  padding: 10px 15px;
  border: 1px solid transparent;
  transition: all 0.35s;
  font-size: 14px;
  color: #fff;
  background-color: #1E1E1F;
}
.inquiry .send-message textarea:focus-visible {
  outline: none;
  transition: all 0.35s;
}
.inquiry .send-message input[type="submit"] {
  border: none;
  font-size: 16px;
  color: #fff;
  background-color: #edb509;
  width: 120px;
  height: 40px;
  margin-top: 20px;
  transition: all 0.35s;
}
.inquiry .send-message input[type="submit"]:hover {
  transform: translateY(-5px);
  transition: all 0.35s;
}
.inquiry .send-message input[type="text"]:focus-visible {
  border-color: #edb509;
}
.inquiry .send-message textarea:focus-visible {
  border-color: #edb509;
}
.inquiry input::-webkit-outer-spin-button,
.inquiry input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.inquiry input[type="number"] {
  -moz-appearance: textfield;
}
.inquiry-form .fix-name {
  text-align: center;
  font-weight: bold;
  color: #ff8161;
  font-size: 36px;
  margin-bottom: 20px;
}
.inquiry-form > p {
  color: #777777;
  margin-bottom: 15px;
  font-size: 16px;
}
.inquiry-form input::-webkit-input-placeholder,
.inquiry-form textarea::-webkit-input-placeholder {
  color: #444;
}
.inquiry-form input:-o-placeholder,
.inquiry-form textarea:-o-placeholder {
  color: #444;
}
.inquiry-form input::-moz-placeholder,
.inquiry-form textarea::-moz-placeholder {
  color: #444;
}
.inquiry-form input:-ms-input-placeholder,
.inquiry-form textarea:-ms-input-placeholder {
  color: #444;
}
.inquiry-form input:focus::-webkit-input-placeholder,
.inquiry-form textarea:focus::-webkit-input-placeholder {
  color: #c3c3c3;
}
.inquiry-form input:focus::-o-placeholder,
.inquiry-form textarea:focus::-o-placeholder {
  color: #c3c3c3;
}
.inquiry-form input:focus::-moz-placeholder,
.inquiry-form textarea:focus::-moz-placeholder {
  color: #c3c3c3;
}
.inquiry-form input:focus::-ms-input-placeholder,
.inquiry-form textarea:focus::-ms-input-placeholder {
  color: #c3c3c3;
}
.inquiry-form form .row {
  margin: 0 -10px;
}
.inquiry-form form .row li {
  padding: 0 10px;
}
.inquiry-form form label {
  margin: 0 0 20px;
  position: relative;
  font-weight: normal;
  width: 100%;
}
.inquiry-form form input,
.inquiry-form form textarea {
  display: block;
  padding: 13px 25px;
  width: 100%;
  font-size: 16px;
  background: #f8f8f8;
}
.inquiry-form form textarea {
  height: 320px;
}
.inquiry-form form .pro-name {
  background-color: #2c2c2c;
  border: 1px solid #2c2c2c;
  margin-bottom: 20px;
  font-weight: 600;
  color: #fff;
}
.inquiry-form form .placeholder {
  display: block;
  position: absolute;
  font-weight: 500;
  top: 0;
  left: 5px;
  padding: 0 5px;
  color: #ff8161;
  font-size: 16px;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.inquiry-form form .input-box:placeholder-shown + .placeholder {
  visibility: hidden;
  z-index: -1;
}
.inquiry-form form .input-box:not(:placeholder-shown) + .placeholder,
.inquiry-form form .input-box:focus:not(:placeholder-shown) + .placeholder {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(-17px) scale(0.8);
  -ms-transform: translateY(-17px) scale(0.8);
  transform: translateY(-17px) scale(0.8);
}
.inquiry-form form .submit {
  margin: 10px auto 0;
  padding: 14px 57px;
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background: #ff8161;
}
.inquiry-wrap .iq-title,
.inquiry-wrap .list li {
  text-align: justify;
  text-justify: distribute-all-lines;
  width: 100%;
  font-size: 0;
  padding-left: 60px;
  padding-right: 45px;
}
.inquiry-wrap .iq-title:after,
.inquiry-wrap .list li:after {
  width: 100%;
  height: 0;
  margin: 0;
  display: inline-block;
  overflow: hidden;
  content: '';
}
.inquiry-wrap .iq-title > div,
.inquiry-wrap .list li > div {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.inquiry-wrap .iq-title {
  background-color: #e6e6e6;
  border: 1px solid #d5d5d5;
  padding-top: 14px;
  padding-bottom: 14px;
}
.inquiry-wrap .iq-title .th {
  border: none;
  font-weight: 600;
  text-align: center;
  font-size: 16px;
  color: #000000;
}
.inquiry-wrap .iq-title .th.qty-box {
  text-align: center;
}
.inquiry-wrap .iq-title .th span {
  display: inline-block;
  vertical-align: middle;
}
.inquiry-wrap .iq-title .pic-box {
  text-align: center;
  padding: 11px 0;
}
.inquiry-wrap .inquiry-box {
  width: 100%;
  border: none;
}
.inquiry-wrap .inquiry-box > .list {
  margin: 0;
  padding: 0;
}
.inquiry-wrap .inquiry-box label {
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  margin-bottom: 0;
}
.inquiry-wrap .inquiry-box label:before {
  background-color: #e6e6e6;
  border: 1px solid #d5d5d5;
  border-radius: 4px;
}
.inquiry-wrap .inquiry-box .check-box {
  text-align: left;
  width: 65px;
}
.inquiry-wrap .inquiry-box .check-box .check-all {
  margin: 0;
}
.inquiry-wrap .inquiry-box .check-box .check-all > label {
  margin-right: 10px;
}
.inquiry-wrap .inquiry-box .check-box label.replace {
  display: inline-block;
  background-color: #fff;
  width: 16px;
  height: 16px;
  line-height: 14px;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  position: relative;
  border: 1px solid #e3e3e3;
}
.inquiry-wrap .inquiry-box .check-box label.replace:after {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  font-family: 'iconfont' !important;
  content: '\eaf1';
  opacity: 0;
  color: #333;
  font-size: 14px;
  line-height: 1;
  text-align: center;
}
.inquiry-wrap .inquiry-box .check-box label.replace input {
  display: none;
}
.inquiry-wrap .inquiry-box .check-box label.change:after {
  opacity: 1;
}
.inquiry-wrap .inquiry-box .introduce-box {
  text-align: left;
}
.inquiry-wrap .inquiry-box .introduce-box > div {
  display: inline-block;
  vertical-align: middle;
}
.inquiry-wrap .inquiry-box .introduce-box .pic-box {
  width: 150px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.inquiry-wrap .inquiry-box .introduce-box .pic-box .img-box {
  padding-bottom: 74.24242424%;
}
.inquiry-wrap .inquiry-box .introduce-box .intro {
  width: -webkit-calc(-90%);
  width: calc(100% - 190px);
}
.inquiry-wrap .inquiry-box .introduce-box .name {
  margin: 0 0 5px 0;
  -webkit-line-clamp: 2;
  height: auto;
  font-size: 16px;
}
.inquiry-wrap .inquiry-box .introduce-box .name:hover {
  color: #ff8161;
}
.inquiry-wrap .inquiry-box .introduce-box .name ~ span {
  color: #999;
  margin-left: 15px;
}
.inquiry-wrap .inquiry-box .introduce-box .name ~ span:first-of-type {
  margin-left: 0;
}
.inquiry-wrap .inquiry-box .introduce-box p {
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.inquiry-wrap .inquiry-box .number-box {
  zoom: 1;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  min-width: 90px;
}
.inquiry-wrap .inquiry-box .number-box:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.inquiry-wrap .inquiry-box .number-box a {
  float: left;
  width: 30px;
  height: 30px;
  line-height: 28px;
  border: 1px solid #e5e5e5;
}
.inquiry-wrap .inquiry-box .number-box a:before {
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.inquiry-wrap .inquiry-box .number-box a.del1:before {
  content: '\e67a';
}
.inquiry-wrap .inquiry-box .number-box a.add1:before {
  content: '\e664';
}
.inquiry-wrap .inquiry-box .number-box a.disable {
  cursor: not-allowed;
}
.inquiry-wrap .inquiry-box .number-box .ipt-num {
  float: left;
  width: 60px;
  min-width: 26px;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
  text-align: center;
  max-width: 60px;
  color: #fff;
  background: none;
  border: none;
}
.inquiry-wrap .inquiry-box .number-box .ipt-num:focus {
  outline: none;
}
.inquiry-wrap .inquiry-box .qty-box {
  text-align: center;
}
.inquiry-wrap .inquiry-box .del-box {
  text-align: center;
}
.inquiry-wrap .inquiry-box .del-box .del:before {
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e628';
  color: #fff;
  font-size: 20px;
}
.inquiry-wrap .inquiry-box .del-box .del:hover:before {
  color: #ff8161;
}
.inquiry-wrap .inquiry-box .list li {
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #dedede;
}
.inquiry-wrap .inquiry-box .inquiry-form {
  margin-top: 80px;
}
.inquiry-wrap .inquiry-box .inquiry-form h3 {
  text-align: center;
  font-weight: bold;
  font-size: 36px;
  margin: 0 0 25px;
}
@media (max-width: 1199px) {
  .inquiry-form .fix-name {
    font-size: 32px;
  }
  .inquiry-form form .submit:active {
    box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.2);
  }
  .inquiry-wrap .inquiry-form {
    margin-top: 65px;
  }
  .inquiry-wrap .inquiry-form h3 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .inquiry-form .fix-name {
    font-size: 28px;
  }
  .inquiry-form > p {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .inquiry-form form textarea {
    height: 240px;
  }
  .inquiry-form form .submit {
    padding: 10px 54px;
    margin-top: 15px;
  }
  .inquiry-wrap .iq-title,
  .inquiry-wrap .list li {
    padding-left: 30px;
    padding-right: 30px;
  }
  .inquiry-wrap .inquiry-form {
    margin-top: 50px;
  }
  .inquiry-wrap .inquiry-form h3 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .inquiry-form .fix-name {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .inquiry-form > p {
    font-size: 14px;
  }
  .inquiry-form form label {
    margin-bottom: 15px;
  }
  .inquiry-form form input,
  .inquiry-form form textarea {
    padding: 10px 15px;
    font-size: 14px;
  }
  .inquiry-form form textarea {
    height: 130px;
  }
  .inquiry-form form .pro-name {
    margin-bottom: 15px;
  }
  .inquiry-form form .submit {
    padding: 8px 35px;
    font-size: 14px;
    margin-top: 5px;
  }
  .inquiry-wrap .iq-title,
  .inquiry-wrap .list li {
    padding-left: 2%;
    padding-right: 0;
  }
  .inquiry-wrap .iq-title .th {
    font-size: 14px;
  }
  .inquiry-wrap .iq-title .th.introduce-box {
    width: -webkit-calc(30%);
    width: calc(100% - 70px);
  }
  .inquiry-wrap .iq-title .check-box {
    padding: 0;
  }
  .inquiry-wrap .iq-title .del-box {
    opacity: 0;
    width: 30px;
  }
  .inquiry-wrap .inquiry-box .introduce-title {
    padding-left: 0px !important;
    text-align: center;
  }
  .inquiry-wrap .inquiry-box .check-box .check-all span {
    display: none;
  }
  .inquiry-wrap .inquiry-box .introduce-box {
    width: -webkit-calc(-20%);
    width: calc(100% - 120px);
  }
  .inquiry-wrap .inquiry-box .introduce-box .intro {
    padding-left: 5%;
  }
  .inquiry-wrap .inquiry-box .introduce-box .name {
    margin-bottom: 10px;
  }
  .inquiry-wrap .inquiry-box .number-box .ipt-num {
    width: 50px;
    height: 30px;
    line-height: 30px;
  }
  .inquiry-wrap .inquiry-box .qty-box {
    display: none;
  }
  .inquiry-wrap .inquiry-form {
    margin-top: 35px;
  }
  .inquiry-wrap .inquiry-form h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .inquiry-form form .submit {
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .inquiry-form form .submit:hover {
    box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.2);
  }
  .inquiry-wrap .inquiry-box .introduce-box img {
    -webkit-transition: transform 0.7s;
    -webkit-transition: -webkit-transform 0.7s;
    transition: -webkit-transform 0.7s;
    transition: transform 0.7s;
    transition: transform 0.7s, -webkit-transform 0.7s;
  }
  .inquiry-wrap .inquiry-box .introduce-box:hover img {
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
  }
  .inquiry-wrap .inquiry-box .introduce-box .pic-box .pic img {
    -webkit-transition: transform 0.7s;
    -webkit-transition: -webkit-transform 0.7s;
    transition: -webkit-transform 0.7s;
    transition: transform 0.7s;
    transition: transform 0.7s, -webkit-transform 0.7s;
  }
  .inquiry-wrap .inquiry-box .introduce-box .pic-box .pic:hover img {
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
  }
  .inquiry-wrap .inquiry-box .number-box a:active {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  }
}
@media only screen and (min-width: 768px) {
  .inquiry-wrap .iq-title .th.check-box label.replace:after {
    display: block;
  }
  .inquiry-wrap .inquiry-box .introduce-box .intro {
    padding-left: 30px;
  }
}
@media (max-width: 575px) {
  .inquiry-wrap .iq-title .th.introduce-box {
    width: -webkit-calc(55%);
    width: calc(100% - 45px);
  }
  .inquiry-wrap .inquiry-box .check-box label.replace {
    margin-left: 5px;
  }
  .inquiry-wrap .inquiry-box .introduce-box {
    width: -webkit-calc(30%);
    width: calc(100% - 70px);
  }
  .inquiry-wrap .inquiry-box .introduce-box .pic-box {
    width: 80px;
  }
  .inquiry-wrap .inquiry-box .introduce-box .intro {
    width: -webkit-calc(10%);
    width: calc(100% - 90px);
  }
  .inquiry-wrap .inquiry-box .introduce-box .name {
    font-size: 13px;
  }
  .inquiry-wrap .inquiry-box .number-box a {
    width: 25px;
    height: 25px;
    line-height: 23px;
    font-size: 12px;
  }
  .inquiry-wrap .inquiry-box .number-box .ipt-num {
    width: 35px;
    height: 25px;
    line-height: 23px;
  }
  .inquiry-wrap .inquiry-box .list li {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .inquiry-wrap .inquiry-box .check-box {
    width: 100px;
  }
}
@media (max-width: 576px) and (max-width: 767px) {
  .inquiry-wrap .inquiry-box .check-box {
    width: 30px;
  }
}
@media (min-width: 768px) {
  .inquiry-wrap .inquiry-box .introduce-box {
    width: 48%;
  }
  .inquiry-wrap .inquiry-box .introduce-box .number-box {
    display: none;
  }
  .inquiry-wrap .inquiry-box .qty-box {
    width: 150px;
    text-align: center;
  }
  .inquiry-wrap .inquiry-box .del-box {
    width: 80px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .inquiry-wrap .inquiry-box .introduce-box {
    width: 40%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .inquiry-wrap .inquiry-box .introduce-box {
    width: 200px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .inquiry-wrap .inquiry-box .introduce-box .intro {
    padding-left: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .inquiry-wrap .inquiry-box .introduce-box .intro {
    width: 100%;
    padding-left: 0;
    margin-top: 10px;
  }
}
.btn12 {
  border: 1px solid #d0d0d0;
  position: relative;
  color: #666;
  overflow: hidden;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.btn12 img {
  transition: all 0.35s;
  width: 25px;
}
.btn12 span {
  transition: all 0.35s;
  position: relative;
  z-index: 1;
}
.btn12:hover {
  color: #fff;
  border-color: #edb509;
}
.btn12:hover img {
  width: 0px;
  transition: all 0.8s;
}
.btn12:hover > span {
  margin-right: 0;
  transition: all 0.8s;
}
.btn12:hover > span.w {
  color: #000;
}
.btn12:hover .bgsqr1 {
  -webkit-animation: criss-cross-left 0.8s both;
  animation: criss-cross-left 0.8s both;
  width: 375px\9;
  height: 375px\9;
  opacity: 1;
}
.btn12:hover .bgsqr2 {
  -webkit-animation: criss-cross-right 0.8s both;
  animation: criss-cross-right 0.8s both;
  width: 375px\9;
  height: 375px\9;
  opacity: 1;
}
.btn12 .bgsqr1,
.btn12 .bgsqr2 {
  background: #edb509;
  position: absolute;
  top: 50%;
  top: 0\9;
  content: '';
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  opacity: 0.5;
}
.btn12 .bgsqr1.w,
.btn12 .bgsqr2.w {
  background-color: #fff;
}
.btn12 .bgsqr1 {
  left: -20px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.btn12 .bgsqr2 {
  right: -20px;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
@-webkit-keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}
@-webkit-keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}
.suspended-list {
  width: 48px;
  position: fixed;
  right: 0;
  top: calc(50% - 79px);
  z-index: 999;
}
.suspended-list ul {
  display: block;
  position: relative;
  /* background-color: #fff; */
  padding-left: 0;
}
.suspended-list ul li {
  position: relative;
  width: 50px;
  height: 50px;
  margin-bottom: 3px;
  list-style: none;
}
.suspended-list ul li a {
  display: block;
  border-radius: 8px;
  width: 48px;
  height: 48px;
  background: #1F1F1F;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.suspended-list ul li a:before {
  display: block;
  text-align: center;
  line-height: 48px;
  font-size: 21px;
  color: #fff;
  transition: all 0.35s;
}
.suspended-list ul li .icon-whatAPP:before {
  font-size: 22px;
}
.suspended-list ul li .icon-weixin:before {
  font-size: 24px;
}
.suspended-list ul li .icon-youxiang1:before {
  font-size: 19px;
}
.suspended-list ul li .icon-tubiao-:before {
  font-size: 22px;
}
.suspended-list ul li .icon-top:before {
  font-size: 24px;
}
.suspended-list ul li .qrcode {
  width: 110px;
  height: 100px;
  padding-right: 10px;
  position: absolute;
  top: -50%;
  z-index: -10;
  left: 0;
  transition: all 0.35s;
  opacity: 0;
}
.suspended-list ul li .qrcode > div {
  width: 100px;
  height: 100px;
  background-color: #edb509;
  padding: 5px;
}
.suspended-list ul li .qrcode > div img {
  width: 100%;
}
.suspended-list ul li .whatsapp-num {
  width: 170px;
  height: 48px;
  line-height: 48px;
  position: absolute;
  color: #000;
  top: 0;
  z-index: -10;
  background-color: #edb509;
  padding-left: 10px;
  left: 0;
  transition: all 0.35s;
  opacity: 0;
  border-radius: 8px;
}
.suspended-list ul li:first-child a:before {
  font-size: 34px;
}
.suspended-list ul li:hover {
  transition: all 0.5s;
}
.suspended-list ul li:hover .qrcode {
  left: -110px;
  opacity: 1;
  transition: all 0.35s;
}
.suspended-list ul li:hover a {
  background-color: #edb509;
}
.suspended-list ul li:hover a .ycxf_imgbox img:first-child {
  display: none;
}
.suspended-list ul li:hover a .ycxf_imgbox img:last-child {
  display: block;
  left: 15px;
}
.suspended-list ul li:hover a:before {
  color: #000;
}
.suspended-list ul li:hover .j_dhzs {
  left: -210px;
}
.suspended-list ul li:hover .whatsapp-num {
  left: -160px;
  opacity: 1;
  transition: all 0.35s;
}
.open-suspended {
  width: 48px;
  height: 48px;
  position: fixed;
  right: 30px;
  z-index: 999;
  background: #1F1F1F;
  border-radius: 8px;
  bottom: 70px;
  display: none;
}
.open-suspended a {
  line-height: 48px;
  text-align: center;
  display: block;
  color: #fff;
  transition: all 0.35s;
}
.Bulknum {
  position: absolute;
  right: 5px;
  top: 5px;
  background-color: red;
  width: 15px;
  height: 15px;
  color: #fff;
  border-radius: 50%;
  font-size: 12px;
  text-align: center;
  line-height: 15px;
}



.table-box {
    width: 100%;
    max-width: 100%;
    overflow: auto;
    
}
.table-box table {
        width: 50%;
        max-width: 100%;
        border-spacing: 0;
        border-collapse: collapse;
        color: #fff;
        line-height: 1.2;
        font-size: 16px;
        text-align: left;
    }
@media (max-width: 767px) {
    .table-box table {
      font-size: 14px;
    }
}
.table-box table tr,
.table-box table td,
.table-box table th {
    width: auto !important;
    height: auto !important;
}
.table-box table td,
.table-box table th {
    padding: 14px 8px !important;
    border: 1px solid #a0a0a0 !important;
}
@media (max-width: 991px) {
    .table-box table td,
    .table-box table th {
      padding: 12px 8px !important;
    }
}
@media (max-width: 767px) {
    .table-box table td,
    .table-box table th {
      padding: 8px 8px !important;
    }
    .table-box table td,
    .table-box table th,
    .table-box table td *,
    .table-box table th * {
      font-size: 12px !important;
    }
}
@media (max-width: 575px) {
    .table-box table td,
    .table-box table th {
      padding: 8px 8px !important;
    }
    .table-box table td,
    .table-box table th,
    .table-box table td *,
    .table-box table th * {
      font-size: 2.7vmin !important;
    }
}
.table-box table tr p,
.table-box table tr span {
    background: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.table-box table th {
    text-align: center;
}
.table-box table img {
    height: auto !important;
    max-width: 100%;
}




.slider-caption{
    display: none!important;
}