﻿* {
  font-family: Gotham A, Gotham B;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  height: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.product-del-table-cont table {
  width: 100%;
}

.product-del-table-cont table .firstRow td {
  background-color: #e7b032;
  font-weight: bold;
  color: #ffffff;
  font-size: 16px;
}

.product-del-table-cont table tr:nth-child(2n+3) td {
  background-color: #dcddde;
}

.product-del-table-cont table tr td {
  background-color: #ECEDED;
  font-size: 14px;
  font-weight: 400;
  min-height: 15px;
  line-height: 15px;
  padding: 5px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  z-index: 0;
  border: 2px solid #ffffff;
}

.fix {
  clear: both;
  zoom: 1;
}

.head {
  width: 100%;
  background-color: #fff;
  z-index: 9;
  box-shadow: 0 0 30px rgba(0, 0, 0, .1);
}


.head .head-body {
  position: relative;
  width: 95%;
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.head .head-logo {
  max-width: 95px;
}

.head .head-logo img {
  vertical-align: -10px;
}

.head .head-logo span {
  font-size: 24px;
  font-weight: bold;
  line-height: 84px;
  margin-left: 10px;
}

.head .head-list {
  display: flex;
  color: #333;
  /* width: 65%; */
  justify-content: space-between;
}

.head .head-list .head-item a {
  font-size: 20px;
  text-transform: capitalize;
  display: inline-block;
  padding: 20px;
}

.head .head-list .head-item {
  border: 1px solid #ffffff;
}

.head .head-list .head-item:hover {
  color: #e7b032;
  border: 1px solid #e7b032;
}

.head .head-list .head-item:hover .fa {
  color: #e7b032 !important;
  transform: rotate(180deg);
}

.head .head-list .head-item .head-act {
  color: #e7b032;
}


.head .head-list .head-item ul.dropdown {
  position: absolute;
  top: 100%;
  z-index: 99;
  min-width: 200px;
  white-space: nowrap;
  background: #fff;
  border-top: solid 0px #e92900;
  box-shadow: 0 1px 3px rgb(5 5 5 / 10%);
}

.head .head-list .head-item:hover .dropdown {
  display: block !important;
}

.head .head-list .head-item ul.dropdown li {
  line-height: normal;
  clear: both;
  width: 100%;
  border: 0 none;
  font-size: 14px;
  position: relative;
  border-bottom: 1px solid #f7f7f7;
}

.head .head-list .head-item ul.dropdown li a {
  width: 100%;
  background: none;
  padding: 10px 25px 10px 22px;
  color: #666;
  text-decoration: none;
  display: inline-block;
  float: left;
  clear: both;
  position: relative;
  outline: 0;
  -webkit-transition: padding .2s linear;
  transition: padding .2s linear;
}

.head .head-bar {
  display: none;
  font-size: 45px;
}

.head .fa-bars {
  color: #333;
}

.menu {
  overflow-y: auto;
  background-color: #fff;
  position: absolute;
  z-index: 999;
  box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
}

.menu>li {
  position: relative;
}

.menu>li>a {
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.42857143;
  color: #111;
  border-top: solid 1px #f0f0f0;
  padding: 12px 20px;
}

.menu>li .fa {
  width: 60px;
  height: 45px;
  position: absolute;
  color: #111;
  right: 0;
  top: 0;
  font-size: 22px;
  text-align: center;
  line-height: 43px;
}

.menu li .dropdown li a {
  font-size: 14px;
  background: none;
  padding: 10px 25px 10px 35px;
  color: #666;
  display: block;
  clear: both;
  position: relative;
  outline: 0;
  border-top: solid 1px #f0f0f0;
}


/* .head1 {
  background: none;
} */

/* banner */

.banner .fa {
  font-size: 18px;
}

.banner .bread-body {
  width: 95%;
  max-width: 1600px;
  margin: 0 auto;
}

.banner .bread-body .banner-tit {
  color: rgb(255, 255, 255);
  font-size: 70px;
  /* font-family: TIMESBI; */
  font-weight: bold;
  text-transform: uppercase
}

.banner .bread-body .banner-bread {
  padding: 20px 0;
  text-transform: uppercase;
}

.banner .bread-body .banner-bread a:first-child {
  padding-left: 20px;
  position: relative
}

.banner .bread-body .banner-bread a:first-child:after {
  content: "\f015";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px
}

/* index */
.indexban {
  width: 100%;
  height: 866px;
}

.indexban .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 0.55;
}

.indexban .swiper-pagination-bullet-active {
  background-color: #333;
  opacity: 1;
}

.indexban .indexban-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.indexban .indexban-bg1 {
  background-image: url(../img/image/banner1.jpg);
}

.indexban .indexban-bg2 {
  background-image: url(../img/image/banner2.jpg);
}

.indexban .indexban-bg3 {
  background-image: url(../img/image/banner3.jpg);
}

.indexban .indexban-item {
  width: 95%;
  max-width: 1600px;
  margin: 0 auto;
  /* display: flex; */
  align-items: center;
}

.indexban .indexban-item .indexban-box {
  margin-top: 4%;
}

.indexban .indexban-item-t1 {
  text-align: left;
  /* font-family: TIMES; */
  font-size: 92px;
  color: #e7b032;
}

.indexban .indexban-item-t2 {
  text-align: left;
  /* font-family: TIMES; */
  font-size: 70px;
  color: #000000;
  margin-top: 30px;
}

.indexban .indexban-item-t3 {
  text-align: left;
  /* font-family: TIMESBI; */
  font-size: 107px;
  color: #fff;
}

.indexban .indexban-item-t4 {
  text-align: left;
  /* font-family: TIMESBI; */
  font-size: 107px;
  color: #fff;
  margin-top: 30px;
}

.indexban .indexban-item-t4::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 195px;
  height: 6px;
  background-color: #e7b032;
}

.indexban .indexban-item-t5 {
  text-align: left;
  /* font-family: TIMESI; */
  font-size: 50px;
  color: #fff;
  margin-top: 30px;
}

.indexban .indexban-item-t6 {
  text-align: center;
  /* font-family: TIMES; */
  font-size: 68px;
  color: #fff;
  margin-top: 30px;
}

.indexban .indexban-item-t7 {
  font-size: 40px;
  color: #fff;
}

.indexban .indexban-item-t7 img {
  vertical-align: -3px;
}

.indexban-pbox {
  max-width: 1200px;
  margin: 5% auto 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.indexban .indexban-item-link {
  position: relative;
  display: block;
  width: 152px;
  border: solid 1px #000;
  font-size: 18px;
  color: #000;
  text-align: center;
  padding: 10px 0;
  margin-top: 80px;
  transition: all .5s;
}

.indexban .indexban-item-link:hover {
  background: #e7b032;
  color: #fff;
  border-color: #e7b032;
  transition: all .5s;
}

.indexban .indexban-item-link .index-arr {
  position: absolute;
  margin-left: 10px;
  transition: all .5s;
}

.indexban .indexban-item-link:hover .index-arr {
  margin-left: 20px;
}

.indexban .indexban-item-link2 {
  position: relative;
  display: block;
  width: 152px;
  border: solid 1px #fff;
  font-size: 18px;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  margin-top: 80px;
  transition: all .5s;
}

.indexban .indexban-item-link2:hover {
  background: #e7b032;
  color: #fff;
  border-color: #e7b032;
  transition: all .5s;
}

.indexban .indexban-item-link2 .index-arr {
  position: absolute;
  margin-left: 10px;
  transition: all .5s;
}

.indexban .indexban-item-link2:hover .index-arr {
  margin-left: 20px;
}

/* .indexban .indexban-item-link:hover {
  border-color: transparent;
  background-color: #e92900;
} */

/* index-ab */
.index-ab-body {
  background-repeat: no-repeat;
  background-position: center right;
  background-size: auto;
  background-image: url(../img/image/aboutsy_bg.jpg);
  padding: 70px 0;
  margin: 130px 0 80px 0;
  background-attachment: fixed;
}

.index-ab-body .index-ab-box {
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.index-ab-body .index-ab-box .index-ab-l {
  width: 51%;
  display: flex;
  flex-wrap: wrap;
}

.index-ab-body .index-ab-box .index-ab-l .index-ab-l-box {
  font-size: 0;
  overflow: hidden;
  width: 47%;
}

.index-ab-body .index-ab-box .index-ab-l .index-ab-l-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index-ab-body .index-ab-box .index-ab-l .index-ab-l-box:hover img {
  transform: scale(1.2);
  transition: all 0.8s;
}

.index-ab-body .index-ab-box .index-ab-r {
  width: 46%;
  background-color: #fff;
  padding: 60px;
  box-sizing: border-box;
}

.index-ab-body .index-ab-box .index-ab-r p {
  font-size: 18px;
  text-align: left;
  line-height: 30px;
}

.index-ab-body .index-ab-box .index-ab-r .index-ab-tits {
  margin-bottom: 10px;
  /* font-family: 'Times New Roman'; */
}

.index-ab-body .index-ab-box .index-ab-r .index-ab-tits .index-ab-tit1 {
  font-size: 35px;
  color: #000;
  font-weight: bold;
}

.index-ab-body .index-ab-box .index-ab-r .index-ab-tits .index-ab-tit2 {
  font-size: 63px;
  color: #e7b032;
  font-weight: bold;
  padding-left: 20px;
}

.indexban-item-link3 {
  position: relative;
  display: block;
  width: 152px;
  border: solid 1px #000;
  font-size: 18px;
  color: #000;
  text-align: center;
  padding: 10px 0;
  margin-top: 60px;
  transition: all .5s;
}

.indexban-item-link3:hover {
  background: #e7b032;
  color: #fff;
  border-color: #fff;
}

.index-arr {
  position: absolute;
  margin-left: 10px;
  transition: all .5s;
}

.indexban-item-link3:hover .index-arr {
  margin-left: 20px;
}

/* index-cate */
.index-cate .index-cate-body {
  width: 95%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 30px 0;
}

.index-cate-t {
  font-size: 72px;
  color: #000;
  text-align: left;
  /* font-family: 'Times New Roman'; */
}

.index-cate .index-cate-d {
  color: #333;
  line-height: 23px;
  /* max-width: 550px; */
  max-width: 1600px;
  margin-top: 20px;
}

.index-cate .index-cate-list {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.index-cate .index-cate-list .index-cate-item {
  width: 24%;
  position: relative;
}

.index-cate .index-cate-list .index-cate-item .index-cate-item-img {
  font-size: 0;
}

.index-cate .index-cate-list .index-cate-item .index-cate-item-img img {
  transition: 0.8s;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
}

.index-cate .index-cate-list .index-cate-item .index-cate-item-name {
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #333;
  margin-top: 20px;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.index-cate .index-cate-list .index-cate-item .index-cate-item-link {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.index-cate .index-cate-list .index-cate-item:last-child {
  margin-right: 0;
}

.index-cate .index-cate-list .index-cate-item:hover .index-cate-item-img img {
  transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
}

.index-story {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto;
  background-image: url(../img/image/index-bg1.jpg);
  padding: 85px 0 0;
  margin-top: 80px;
  /*background-attachment: fixed;*/
}

.index-story .index-story-body {
  width: 95%;
  max-width: 1600px;
  margin: 0 auto;
  text-align: center;
}

.index-story .index-story-tit {
  font-size: 58px;
  color: #fff;
  margin-bottom: 20px;
  text-transform: uppercase;
  /* font-family: 'Times New Roman'; */
  font-weight: bold;
}

.index-story .index-story-box {
  margin-bottom: 30px;
}

.index-story .index-story-box .index-story-cont {
  font-size: 20px;
  color: #fff;
}

.index-story .index-story-video-box {
  position: relative;
  margin: 0 auto;
}

.vidbtn {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: inline-block;
  margin: auto;
  width: 90px;
  height: 90px;
  cursor: pointer;
}

.vidbtn .vidbtn-bg {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  animation: vidbtn 1.2s infinite alternate;
  -webkit-animation: vidbtn 1.2s infinite alternate;
  -moz-animation: vidbtn 1.2s infinite alternate;
  -o-animation: vidbtn 1.2s infinite alternate;
  -ms-animation: vidbtn 1.2s infinite alternate;
}

.vidbtn .vidbtn-bg .vidbtn-rd {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.vidbtn .vidbtn-bg .vidbtn-rd i {
  font-size: 30px;
  margin-left: 5px;
}

/* index-zz */
.index-zz {
  text-align: center;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-image: url(../img/image/index-bg2.jpg);
  padding: 35px 0;
  margin: 60px auto 100px auto;
  box-sizing: border-box;
  width: 100%;
  max-width: 1856px;
}

.index-zz .index-zz-body {
  margin: 0 auto;
  position: relative;
}

.index-zz .index-zz-body .index-zz-icon span {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: auto;
  background-color: #fff;
  border-radius: 50%;
}

.index-zz .index-zz-body .index-zz-icon span:nth-of-type(1) {
  margin-right: 33px;
}

.index-zz .index-zz-body .index-zz-icon span:nth-of-type(3) {
  margin-left: 33px;
}

.index-zz .index-zz-tit1 {
  font-size: 36px;
  color: #fff;
  display: inline-block;
  margin-top: 10px;
  font-weight: bold;
  /* font-family: "Times New Roman"; */
}

.index-zz .index-zz-tit2 {
  font-size: 36px;
  color: #e7b032;
  display: inline-block;
  font-weight: bold;
  /* font-family: "Times New Roman"; */
}

/* index-partner */
.index-partner {
  margin: 0 auto;
  margin-bottom: 110px;
}

.index-partner-body {
  max-width: 1600px;
  margin: 0 auto;
}

.index-partner-body .index-part-tit {
  font-size: 55px;
  text-align: center;
  margin-bottom: 55px;
}

.index-partner-body .index-partner-box {
  padding: 0 45px;
  box-sizing: border-box;
}

.index-partner-body .index-partner-box .index-partner-list,
.index-partner-body .index-partner-box .index-partner-list2 {
  display: flex;
  flex-wrap: wrap;
}

.index-partner-body .index-partner-box .index-partner-list .index-partner-item {
  width: calc(100% / 5);
  text-align: center;
  padding: 10px;
  border-right: 1px solid #c6c6c6;
  border-bottom: 1px solid #c6c6c6;
}

.index-partner-body .index-partner-box .index-partner-item img {
  max-width: 150px;
}

.index-partner-body .index-partner-box .index-partner-list .index-partner-item:last-child {
  border-right: none;
}

.index-partner-body .index-partner-box .index-partner-list2 .index-partner-item {
  width: calc(100% / 5);
  text-align: center;
  padding: 10px;
  border-right: 1px solid #c6c6c6;
}

.index-partner-body .index-partner-box .index-partner-list2 .index-partner-item:last-child {
  border-right: none;
}

/* index-xpan */
.index-xpan {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-image: url(../img/image/index-bg3.jpg);
  padding: 116px 10px;
}

.index-xpan-body {
  display: flex;
  max-width: 1600px;
  margin: 0 auto;
}

.index-xpan-body .index-xpan-l,
.index-xpan-body .index-xpan-r {
  width: 50%;
}

.index-xpan-body .index-xpan-l {
  /* font-family: 'Times New Roman'; */
}


.index-xpan-body .index-xpan-l .index-xpan-l-tit {
  font-size: 20px;
  color: #fff;
  text-align: left;
}

.index-xpan-body .index-xpan-l .index-xpan-l-tit:nth-of-type(1) {
  margin-top: 70px;
  margin-bottom: 50px;
}

.index-xpan-body .index-xpan-l .index-xpan-l-tit:nth-of-type(4) {
  margin-top: 50px;
}

.index-xpan-body .index-xpan-l .index-xpan-l-tits {
  font-size: 42px;
  color: #fff;
  text-align: left;
  font-weight: bold;
}

.indexban-item-link4 {
  position: relative;
  display: inline-block;
  width: 203px;
  border: solid 1px #fff;
  font-size: 18px;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  margin-top: 100px;
}

.indexban-item-link4:hover {
  background: #e7b032;
  border-color: #e7b032;
  color: #fff;
}

.indexban-item-link4:hover .index-arr {
  margin-left: 20px;
}

.index-xpan-but .indexban-item-link4:nth-of-type(1) {
  margin-right: 150px;
}

.index-xpan-body .index-xpan-r {
  padding-left: 150px;
}

.index-xpan-body .index-xpan-r .index-xpan-r-line {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.index-xpan-body .index-xpan-r .index-xpan-r-line .index-xpan-item {
  width: 48%;
  margin-bottom: 30px;
}

.index-xpan-body .index-xpan-r .index-xpan-r-line .index-xpan-item p {
  color: #fff;
  font-size: 14px;
  text-indent: 1em;
  margin-bottom: 5px;
}

.index-xpan-body .index-xpan-r .index-xpan-inp {
  width: 100%;
  background-color: #fff;
  font-size: 12px;
  padding: 25px 0;
  text-indent: 1em;
}

.index-xpan-body .index-xpan-r .index-xpan-r-line .index-xpan-item:nth-of-type(2n) {
  margin-right: 0;
}

.index-xpan-body .index-xpan-r .index-xpan-inp::placeholder {
  /* font-family: TIMES; */
  color: #c8c8c8;
}

.index-xpan-body .index-xpan-r .index-xpan-r-line .index-xpan-ite {
  width: 100%;
}

.index-xpan-body .index-xpan-r .index-xpan-r-line .index-xpan-ite p {
  color: #fff;
  font-size: 14px;
  text-indent: 1em;
  margin-bottom: 5px;
}

.index-xpan-body .index-xpan-r .index-xpan-r-line .index-xpan-ite .index-xpan-tex {
  width: 100%;
  background-color: #fff;
  font-size: 12px;
  text-indent: 1em;
  padding-top: 20px;
  height: 224px;
  box-sizing: border-box;
  /* font-family: TIMES; */
}

.index-xpan-body .index-xpan-r .index-xpan-tex::placeholder {
  color: #c8c8c8;
  font-size: 14px;
}

.index-xpan-r .index-xpan-r-line .index-xpan-btn .index-xpan-sub {
  width: 232px;
  background-color: #e7b032;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  margin-top: 18px;
  cursor: pointer;
}

/* map */
.index-map {
  font-size: 0;
  height: 400px;
}


.index-news {
  width: 95%;
  max-width: 1600px;
  margin: 70px auto;
  display: flex;
  justify-content: space-between;
}

.index-news .index-news-l {
  width: 48%;
}

.index-news .index-news-r {
  width: 48%;
}

.index-news .index-news-r .index-news-r-tit {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.index-news .index-news-r .index-news-r-tit p {
  font-size: 30px;
  color: #111;
}

.index-news .index-news-r .index-news-r-tit a {
  color: #888;
}

.index-news .index-news-r .index-news-r-tit a:hover {
  text-decoration: underline;
}

.index-news .index-news-r .index-news-r-list {
  margin-top: 30px;
}

.index-news .index-news-r .index-news-r-list .index-news-r-item {
  margin-top: 35px;
}

.index-news .index-news-r .index-news-r-list .index-news-r-item .index-news-r-item-time {
  font-size: 15px;
  color: #ffba00;
}

.index-news .index-news-r .index-news-r-list .index-news-r-item .index-news-r-item-tit {
  display: block;
  font-size: 18px;
  line-height: 23px;
  color: #111;
  margin-top: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.index-news .index-news-r .index-news-r-list .index-news-r-item .index-news-r-item-tit:hover {
  text-decoration: underline;
}

.index-news .index-news-r .index-news-r-list .index-news-r-item .index-news-r-item-desc {
  font-size: 15px;
  line-height: 20px;
  color: #888;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.index-news .index-news-r .index-news-r-list .index-news-r-item:first-child {
  margin-top: 0;
}

/* touch form */
.touch {
  background-color: #eee;
}

.touch .touch-body {
  width: 95%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 70px 0;
  display: flex;
  justify-content: space-between;
}

.touch .touch-body .touch-l {
  width: 45%;
}

.touch .touch-body .touch-l .touch-l-t {
  font-size: 30px;
  color: #111;
  line-height: 35px;
}

.touch .touch-body .touch-l .touch-l-d {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 17px;
  color: #888;
  line-height: 22px;
}

.touch .touch-body .touch-r {
  width: 49%;
}

.touch .touch-body .touch-r .touch-r-line {
  margin-top: 10px;
}

.touch .touch-body .touch-r .touch-r-line:first-child {
  margin-top: 0;
}

.touch .touch-body .touch-r .touch-r-inp {
  width: 100%;
  background: none;
  font-size: 15px;
  padding: 15px 0;
  outline: solid 1px #111;
  text-indent: 1em;
}

.touch .touch-body .touch-r .touch-r-inp::webkit-input-placeholder {
  color: #111;
}

.touch .touch-body .touch-r .touch-r-msg {
  resize: none;
  height: 90px;
}

.touch .touch-body .touch-r .touch-r-line1 {
  display: flex;
  justify-content: space-between;
}

.touch .touch-body .touch-r .touch-r-line1 .touch-r-codebox {
  display: flex;
  align-items: center;
}

.touch .touch-body .touch-r .touch-r-line1 .touch-r-codebox img {
  margin-left: 10px;
}

.touch .touch-body .touch-r .touch-r-code {
  width: 180px;
}

.touch .touch-body .touch-r .touch-r-sub {
  width: 180px;
  color: #fff;
  background-color: #111;
  padding: 15px 0;
  cursor: pointer;
}

.touch .touch-body .touch-r .touch-r-sub:hover {
  background-color: #ffba00;
}

.touch-botline {
  background-color: #111;
  height: 15px;
}

/* footer */
.foot {
  padding-top: 20px;
  background-image: url(../img/image/foot_bg.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}

.foot .foot-logo {
  max-width: 1600px;
  margin: 0 auto;
  text-align: center;
}

.foot .foot-logo img {
  max-width: 110px;
}

.foot .foot-body {
  width: 95%;
  max-width: 1600px;
  margin: 20px auto 0;
  padding: 60px 0 20px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  position: relative;
  border-top: 1px solid #ffffff;
}

.foot .foot-body .foot-cate {
  display: flex;
  width: 60%;
}

.foot .foot-body .foot-cate-item {
  margin-right: 4%;
}

.foot-cate-tit {
  font-size: 18px;
  margin-bottom: 10px;
}

.foot-cate-tit .foot-line {
  width: 2px;
  height: 17px;
  background-color: #fff;
  display: inline-block;
  margin-right: 15px;
  vertical-align: -2px;
}

.foot-cate-item-list>dd {
  font-size: 14px;
  margin-top: 25px;
  padding-left: 17px;
}

.foot-cate-item-list dd a {
  color: #b7b8bb;
}

.foot .foot-body .foot-cate-item-cat {
  width: 25%;
  text-align: right;
}

.foot .foot-body .foot-cate-item-cat .index-xpan-item {
  height: 40px;
  margin-bottom: 10px;
}

.foot .foot-body .foot-cate-item-cat .index-xpan-item-textarea {
  height: 90px;
  margin-bottom: 10px;
}

.foot .foot-body .foot-cate-item-cat .index-xpan-item-textarea textarea {
  color: #ffffff;
  background: none;
  border: 1px solid #ffffff;
}

.foot .foot-body .foot-cate-item-cat .index-xpan-r-line {
  width: 84%;
  margin-left: auto;
}

.foot .foot-body .foot-cate-item-cat .index-xpan-item .index-xpan-inp {
  width: 100%;
  height: 40px;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
  background-color: transparent;

}

.foot .foot-body .foot-cate-item-cat .index-xpan-btn {
  max-width: 80px;
  height: 40px;
  margin-left: auto;
  background-color: #e7b032;
}

.foot .foot-body .foot-cate-item-cat .index-xpan-btn input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #ffffff;
  background-color: transparent;
  cursor: pointer;
}

.foot .foot-body .foot-cate-item-cat .index-xpan-item input::placeholder {
  font-size: 14px;
  color: #ffffff;
}

.foot .foot-body .foot-cate-item-cat h2 {
  font-size: 18px;
}

.foot .foot-body .foot-cate-item-cat .foot-ways {
  margin-top: 30px;
}

.foot .foot-body .foot-cate-item-cat .foot-ways a {
  margin-left: 10px;
}

.product-del-table {
  background-color: #ffffff;
}

.product-del-table .product-del-table-body {
  width: 95%;
  max-width: 1600px;
  margin: 0 auto;
  padding-top: 50px;
}

.product-del-table .product-del-table-body .rowl {
  margin-bottom: 20px;
}

.product-del-table .product-del-table-body .rowl h3 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.foot-boxmain {
  position: relative;
}

.foot-boxmain .foot-inp {
  width: 210px;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  background: none;
  border: 1px solid #e7b032;
  border-radius: 20px;
  padding: 0 25px 0 15px;
  box-sizing: border-box;
}

.foot-boxboxmainl input::placeholder {
  font-size: 15px;
  color: #8a8989;
}

.foot-boxmain .foot-search-btn {
  position: absolute;
  top: 7px;
  right: 0;
  background: none;
  padding: 0 5px;
  cursor: pointer;
}

.foot .foot-gotop {
  position: fixed;
  bottom: 40px;
  right: 20px;
  /*box-shadow: 0 1px 5px 0 rgb(0 0 0 / 60%);*/
  display: none;
}

.foot .foot-copy {
  width: 100%;
  border-top: 1px solid #ffffff;
  margin-top: 30px;
}
.foot .foot-copy a {
  text-transform: uppercase;
  color: #b7b8bb;
  font-size: 12px;
}
.foot .foot-copy p:nth-child(1) {
  margin-right: 2%;
}
.foot .foot-copy .foot-copy-wrap {
  width: 95%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 30px 0;
  box-sizing: border-box;
  display: flex;
}

.foot .foot-copy p {
  text-transform: uppercase;
  color: #b7b8bb;
  font-size: 12px;
}

.foot .foot-copy p:nth-child(1) {
  margin-right: 7%;
}

.foot-cate-cat-list dd {
  display: flex;
  margin-top: 25px;
}

.foot-cate-cat-list dd span {
  color: #b7b8bb;
  padding-left: 10px;
}

.foot-cate-cat-list dd .foot-cat-text {
  line-height: 30px;
  color: #e7b032;
  text-decoration: underline;
}


/* product */
.product {
  background-color: #fafafa;
  padding: 84px 0;
}

.product-body {
  width: 95%;
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.product .product-cat {
  width: 23%;
}

.product .product-main {
  width: 75%;
}

/* .product-cat-item .product-cat-item-se {
  display: none;
} */

.prod-line {
  display: block;
  width: 80%;
  height: 10px;
  margin-left: 20px;
  border-bottom: 1px dashed #333;
}

.product-cat .product-cat-item .product-cat-name {
  display: block;
  padding: 20px;
  position: relative;
}

.product-cat .product-cat-item .product-cat-item-se .product-cat-item-sei:hover a {
  color: #e7b032;
}

.product-cat .product-cat-item .product-cat-name .product-cat-name-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product-cat .product-cat-item .product-cat-name .product-cat-name-box a {
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  /* font-family: TIMESBD; */
  /* width: 70%; */
}

.product-cat .product-cat-item .product-cat-name span {
  display: inline-block;
  font-size: 20px;
  cursor: pointer;
  transition: all .3s ease-out;
}

.product-cat .product-cat-item .product-cat-item-se .product-cat-name-box a {
  font-size: 18px;
  display: inline-block;
}

.product-cat .product-cat-item .product-cat-item-se .product-cat-item-sei-name {
  display: block;
  padding: 10px 20px;
}

.animated {
  color: #e7b032;
  transform: rotate(90deg);
}

.triangle-topleft {
  background-color: #fff;
}

.product .product-main {
  padding: 80px 40px;
  box-sizing: border-box;
  background-color: #fff;
}

.product .product-main .product-list {
  display: flex;
  flex-wrap: wrap;
  /*justify-content: space-between;*/
}

.product .product-main .product-list .product-list-item {
  width: 32.333%;
  padding: 0 10px;
  box-sizing: border-box;
}

.product .product-main .product-list .product-list-item .product-list-item-img {
  display: block;
  overflow: hidden;
  height: auto !important;
}

.product .product-main .product-list .product-list-item .product-list-item-img img {
  display: block;
}

.product .product-main .product-list .product-list-item .product-list-item-name {
  font-size: 14px;
  text-align: center;
  margin-top: 25px;
  color: #e7b032;
}

.product .product-main .product-list .product-list-item .product-list-item-name span {
  display: inline-block;
  padding: 5px 25px;
  border: 1px solid #e7b032;
}

.product .product-main .product-list .product-list-item .product-list-item-name span:hover {
  background-color: #e7b032;
  color: #fff;
}

.product .product-main .product-list .product-list-item {
  margin-bottom: 50px;
}

.pagination ul {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.pagination ul a {

  padding: 5px 10px;
  margin-right: 10px;
  border: 1px solid #e7b032;
  box-sizing: border-box;
  border-radius: 5px;
  color: #e7b032;
  font-size: 14px;
}

.pagination ul a:hover {
  background: #e7b032;
  color: #fff;
  cursor: pointer;
}

.pagination ul a.page-num-current {
  background: #e7b032;
  color: #fff;
}

.prod-we {
  background-color: #fafafa;
  padding-bottom: 100px;
}

.prod-we-body {
  width: 95%;
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
}

.prod-we-text {
  /* font-family: 'Times New Roman'; */
  font-size: 75px;
  font-weight: bold;
  color: #e7b032;
  position: absolute;
  bottom: -11%;
}

/* product detail */
.product-del {
  background-color: #fafafa;
  padding-top: 84px;
}

.product-del .product-del-body {
  width: 95%;
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.product-del .product-del-body .prod-del-wrap {
  position: relative;
  overflow: hidden;
}

.product-del .product-del-body .prod-del-l {
  width: 38%;
}

.product-del .product-del-body .prod-del-l .prod-de-cat {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
}

.product-del .product-del-body .prod-del-l .prod-de-cat .prod-de-cats-item {
  display: flex;
  align-items: center;
  padding-left: 10px;
  margin-bottom: 10px;
}

.product-del .product-del-body .prod-del-l .prod-de-cat .prod-de-cats-item .prod-cat-icon {
  width: 10%;
  min-width: 30px;
}

.product-del .product-del-body .prod-del-l .prod-de-cat .prod-del-phone {
  display: flex;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
  border-bottom: 1px dashed #dcdcdc;
}

.product-del .product-del-body .prod-del-l .prod-de-cat .prod-del-phone .prod-textwrap {
  margin-left: 15px;
}

.product-del .product-del-body .prod-del-l .prod-de-cat h2 {
  width: 100%;
  padding: 10px 0;
  color: #fff;
  text-align: center;
  background-color: #e7b032;
}

.product-del .product-del-body .prod-del-wrap {
  width: 55%;
}

.product-del .product-del-body .prod-del-wrap .big-title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}

.product-del .product-del-body .prod-del-wrap .prod-del-btn {
  display: inline-block;
  width: 20%;
}

.product-del .product-del-body .prod-del-wrap .prod-del-btn:first-child a{
  background-color:#7d0000 !important
}
.product-del .product-del-body .prod-del-wrap .prod-del-btn .glands {
  background-color: #e7b032;
  color: #ffffff;
  display: block;
  font-weight: 500;
  font-size: 11px;
  line-height: 16px;
  padding: 10px;
  position: relative;
  text-transform: uppercase;
}

.product-del .product-del-body .prod-del-wrap .prod-del-btn .glands .pb_enquire {
  background-image: url(../img/image/pb_enquire.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  width: 36px;
  height: 42px;
  position: absolute;
  right: 0;
  top: 0;
}

.product-del .product-del-body .prod-del-wrap .prod-del-btn .glands .pb_download {
  background-image: url(../img/image/pb_download.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  width: 36px;
  height: 42px;
  position: absolute;
  right: 0;
  top: 0;
}

.product-del .product-del-body .prod-del-l .mySwiper2 {
  width: 100%;
  overflow: hidden;
  margin-left: 0;
  margin-bottom: 20px;
}

.product-del .product-del-body .prod-del-l .mySwiper2 .swiper-slide {
  text-align: center;
}

.product-del .product-del-body .prod-del-l .mySwiper3 .swiper-slide {
  cursor: pointer;
}

.product-del .product-del-body .prod-del-l .mySwiper3 .swiper-slide.swiper-slide-thumb-active {
  border: 2px solid #e7b032;
}

.product-del .button-next {
  right: 2%;
}

.product-del .button-prev {
  left: 0;
}

.product-del .prod-del-arr {
  position: absolute;
  top: 0;
  bottom: 20%;
  margin: auto 0;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #fff;
  line-height: 1;
  cursor: pointer;
  z-index: 99;
  border-radius: 50%;
  display: block;
  background-color: #dcdcdc;
  text-align: center;
}

.product-del .prod-del-arr:hover {
  background-color: #e7b032;

}

.prod-del-wrap .prod-del-bot {
  margin-top: 40px;
}

.prod-del-wrap .prod-del-bot .prod-del-box .prod-del-content {
  display: none;
}
.prod-del-wrap .prod-del-bot .prod-del-box .prod-contact {
 margin-top:50px
}
.prod-del-wrap .prod-del-bot .prod-del-box .prod-contact ul li {display:flex;align-items: center;margin-bottom:10px}
.prod-del-wrap .prod-del-bot .prod-del-box .prod-contact ul li img{margin-right:.5rem}
.prod-del-wrap .prod-del-bot .prod-del-box .prod-contact ul li a{color:black;text-decoration:underline;font-weight:bold;font-size:30px}
.prod-del-wrap .prod-del-bot .prod-del-box .prod-del-content iframe {
  width: 100%;
}

.prod-del-wrap .prod-del-bot .prod-del-lis {
  width: 100%;
  margin-bottom: 15px;
}

.prod-del-wrap .prod-del-bot .prod-del-lis ul {
  display: flex;
  justify-content: space-between;
}

.prod-del-wrap .prod-del-bot .prod-del-lis li {
  width: 49%;
  padding: 8px 40px;
  color: #afaead;
  text-align: center;
  cursor: pointer;
  position: relative;
  background-color: #ffffff;
}

.prod-del-wrap .prod-del-bot .prod-del-lis .tab-bgc {
  color: #ffffff;
  background-color: #e7b032;
}

.prod-del-wrap .prod-del-bot .prod-del-lis .tab-bgc:before {
  display: inline-block;
}

.prod-del-wrap .prod-del-bot .prod-del-box .prod-del-content * {
  font-size: 16px;
  line-height: 1.5;
}

.prod-del-wrap .prod-del-bot .prod-del-box .prod-del-content table {
  width: 100%;
  border-collapse: collapse;
}

.prod-del-wrap .prod-del-bot .prod-del-box .prod-del-content tr {
  border-bottom: dashed 1px #d2d2d2;
}

.prod-del-wrap .prod-del-bot .prod-del-box .prod-del-content tr:last-child {
  border-bottom: none;
}

.prod-del-wrap .prod-del-bot .prod-del-box .prod-del-content td {
  padding: 25px 10px;
}

.prod-del-wrap .prod-del-bot .prod-del-box {
  min-height: 440px;
}

.prod-del-l .prod-pack {
  margin-top: 50px;
}

.prod-del-l .prod-pack .prod-pack-tit span {
  display: inline-block;
  padding: 15px 10px;
  background: #e7b032;
  color: #fff;
  font-size: 20px;
  /* font-family: TIMESBD; */
}

.prod-del-l .prod-pack .prod-pack-des {
  margin-top: 25px;
  font-size: 15px;
  line-height: 1.5;
}

.prod-del-l .prod-pack .prod-pack-imgbox {
  margin-top: 30px;
}

/* prod-fprm */
.prodform {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  padding: 2% 3%;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
}

.prodform .prodform-wrap {
  max-width: 475px;
  background-color: #f0f0f0;
}

.prodform .prodform-header {
  background-color: #e7b032;
  color: #ffffff;
  text-transform: uppercase;
  padding: 15px;
  display: flex;
  justify-content: space-between;
}

.prodform .prodform-header h4 {
  font-size: 18px;
  font-weight: 600;
}

.prodform .prodform-header .prodform-btn span {
  font-size: 25px;
  font-weight: 400;
  cursor: pointer;
}

.prodform .prodform-wrap .prodform-p {
  font-size: 15px;
  line-height: 25px;
  margin: 0 0 25px 0;
  padding: 25px 25px 0;
}

.prodform form {
  position: relative;
  background-color: #f0f0f0;
  padding: 0 25px 25px;
}

.prodform form .ant-form-item {
  display: flex;
  margin-bottom: 12px;
  overflow: hidden;
}

.prodform form .ant-form-item .ant-form-label {
  width: 24%;
  line-height: 25px;
  margin-bottom: 0;
  text-align: left;
  vertical-align: top;
}

.prodform form .ant-form-item .ant-form-item-control {
  width: 75%;
  line-height: 25px;
  margin-bottom: 0;
  text-align: left;
  vertical-align: top;
}

.prodform form .ant-form-item .ant-form-item-control .ant-input {
  height: 40px;
  text-indent: 9px;
  border: 1px solid #BDBDBD;
  display: block;
  margin: 7px 0px;
  width: calc(100% - 14px);
}

.prodform form .ant-form-item .ant-form-item-textarea {
  width: 75%;
  line-height: 75px;
  margin-bottom: 0;
  text-align: left;
  vertical-align: top;
}

.prodform form .ant-form-item .ant-form-item-textarea textarea {
  width: calc(100% - 14px);
}

.prodform form .ant-form-item-btn {
  padding-top: 15px;
  margin-bottom: 12px;
}

.prodform form .ant-form-item-btn button {
  padding: 9px 18px;
  background-color: #e7b032;
  color: #ffffff;
  cursor: pointer;
}
.news_list{
  margin-bottom:200px
}
.news_list .zs_innner_container {
  display:flex;
  flex-wrap:wrap;


}
.news_list .items{width:25%;padding:0 10px;margin-bottom:50px}
.news_list .items a{display:block;}
.news_list .items a .img{overflow:hidden;font-size:0}
.news_list .items a .img img{transition:.3s}
.news_list .items a:hover img{transition:.3s;transform:scale(1.1)}
.news_list .items a .text{padding:10px 0}
.news_list .items a .text span{font-size:22px;font-weight:bold;width:100%;margin-bottom:15px;display:inline-block}
.news_list .items a .text h2{font-size:20px;font-weight:normal;height:50px;line-height:25px;display: block;word-break: break-all;display: -webkit-box!important;-webkit-box-orient: vertical;overflow: hidden;-webkit-line-clamp: 2;margin-bottom:10px;color:black;border-bottom:1px solid black}
.news_list .items a .text p{font-size:16px;font-weight:normal;height:50px;line-height:25px;display: block;word-break: break-all;display: -webkit-box!important;-webkit-box-orient: vertical;overflow: hidden;-webkit-line-clamp: 2;color:#000000a6;border-bottom:1px solid #000000a6}

.show_news {padding:45px 0 90px;}
.show_news h2 {font-size:36px;color:#333;text-align:center;}
.show_news .met_infos {padding:15px 0 35px;font-size:14px;color:#585858;text-align:center;}
.show_news .met_infos span {display:inline-table;margin:0 10px;}
.show_news .met_infos span a {font-size:.14rem;color:#585858}
.show_news .editor {font-size:16px;color:#333;line-height:18px}
.show_news .met_page {padding:45px 0 0;margin:45px 0 0;border-top:1px solid #e5e5e5;}
.show_news .met_page li {margin:10px 0;font-size:15px;color:#333}
.show_news .met_page li a {font-size:15px;color:#333}
/* Aboutus */
.aboutab {
  position: relative;
 
}

.indexcomp .indexcomp-img {
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  background-image: url(../img/image/ab_img01.jpg);
  font-size: 0;
}

.aboutab .aboutab-info {
  font-size: 18px;
  /* font-family: "Times New Roman"; */
  color: rgb(0, 0, 0);
  line-height: 31px;
  text-align: left;
  position: absolute;
  left: 165px;
  top: 350px;
  max-width: 733px;
}

.aboutadv {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  background-image: url(../img/image/ab_img02.jpg);
  font-size: 0;
}

.aboutadv .aboutadv-body {
  width: 95%;
  max-width: 1600px;
  margin: 0 auto;
  padding-top: 120px;
}

.aboutadv .aboutadv-body h2 {
  font-size: 75px;
  /* font-family: "Times New Roman"; */
  color: rgb(0, 0, 0);
  font-weight: bold;
  text-transform: uppercase
}

.aboutadv-menu {
  padding-top: 80px;
}

.aboutadv-menu .aboutadv-item {
  display: flex;
  padding-bottom: 60px;
}

.aboutadv-menu .aboutadv-item:nth-last-of-type(1) {
  padding-bottom: 200px;
}

.aboutadv-menu .aboutadv-item .aboutadv-item-ic {
  padding-right: 25px;
}

.aboutadv-menu .aboutadv-item .aboutadv-item-ic img {
  max-width: 100%;
}

.aboutadv-menu .aboutadv-item .aboutadv-item-wrap .aboutadv-item-p {
  font-size: 26px;
  /* font-family: "Times New Roman"; */
  color: rgb(2, 138, 214);
  font-weight: bold;
  text-align: left;
  margin-bottom: 20px;
}

.aboutadv-menu .aboutadv-item .aboutadv-item-wrap .aboutadv-item-cont {
  font-size: 16px;
  line-height: 24px;
  color: #000;
  text-align: left;
}

.aboutds {
  max-width: 1854px;
  background-repeat: no-repeat;
  background-image: url(../img/image/aboutds.jpg);
  background-size: cover;
  background-position: top center;
  padding: 90px 0 115px;
  margin: 50px auto 100px;
  border-radius: 10px;
  background-attachment: fixed;
}

.aboutds .aboutds-body {
  width: 95%;
  max-width: 1600px;
  margin: 0 auto;
}

.aboutds .aboutds-body h2 {
  font-size: 75px;
  /* font-family: "Times New Roman"; */
  color: #fff;
  font-weight: bold;
  text-align: right;
  text-transform: uppercase;
}

.aboutds-menu {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.aboutds-menu li {
  width: 22%;
  padding-top: 75px;
  /*margin-right: 106px;*/
}

.aboutds-menu li:nth-of-type(4n) {
  /*margin-right: 0;*/
}

.aboutds-menu li .aboutds-item-t {
  display: flex;
}

.aboutds-menu li .aboutds-item-t .aboutds-item-t-img {
  width: 10%;
}

.aboutds-menu li .aboutds-item-t .aboutds-item-t-year {
  width: 86%;
  font-size: 22px;
  color: #fff;
  background-image: url(../img/image/abds-r.png);
  background-position: right bottom;
  background-repeat: no-repeat;
}

.aboutds-menu li .aboutds-item-t .aboutds-item-t-year span {
  padding-left: 40px;
}

.aboutds-menu li .aboutds-item-b {
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  margin-top: 10px;
  padding: 45px 25px 0 25px;
  box-sizing: border-box;
  height: 317px;
  background-color: rgba(255, 255, 255, 0.4);
}

.contact {
  width: 100%;
  max-width: 1600px;
  margin: 100px auto 0;
}

.row {
  display: flex;
  zoom: 1;
}

.contact .contact-tit h2 {
  font-size: 74px;
  color: #e7b032;
  margin-bottom: 80px;
  font-weight: bold;
  /* font-family: "Times New Roman"; */
}

.col-md-6 {
  width: 45%;
}

.mt10 {
  margin-top: 10px;
}

.mt10 .ant-form-item {
  display: block;
  margin-bottom: 30px;
  width: 50%;
  float: left;
}

.mt10 .controls {
  padding: 0 10px;
}

.mt10 .control-group .controls input {
  display: inline-block;
  width: 100%;
  line-height: 20px;
  height: 40px !important;
  padding: 4px 0;
  text-indent: 6px;
  box-sizing: content-box;
  margin-left: -1px;
  border: 1px solid #ccc;
  vertical-align: middle;
  box-shadow: 1px 1px 2px rgb(0 0 0 / 10%) inset;
}

.mt10 .control-group .controls input::placeholder,
.mt10 .control-group .controls textarea::placeholder {
  font-size: 12px;
  color: rgb(202, 198, 198);
  /* font-family: TIMES; */
}

.mt10 .control-group.textarea {
  width: 100%;
  margin-left: 0;
}

textarea {
  width: 100%;
  height: 80px;
  vertical-align: middle;
  display: inline-block;
  padding: 4px 0;
  text-indent: 6px;
  box-sizing: content-box;
  border: 1px solid #ccc;
}

.control-group.submitGroup {
  margin: 0;
}

.btn-primary {
  border: 0 solid #e7b032;
  border-radius: 0;
  background: #e7b032;
  color: #fff;
  font-size: 18px;
  width: 177px;
  height: 42px;
}

.ant-form-item .ant-form-item-label {
  color: #6d6e6f;
  font-size: 14px;
  display: block;
  text-align: left;
  padding-left: 10px;
  margin-bottom: 5px;
}

.col-md-1 {
  width: 10%;
}

.col-md-1 .contact-line {
  margin-left: 49.54337899543379%;
  margin-right: 49.54337899543379%;
}

.col-md-1 .contact-line hr {
  border-left: 1px dashed rgba(221, 221, 221, 1) !important;
  border-left: 350px;
  height: 350px;
}

.fas .sitewidget-text .contact-icon {
  width: 35px;
}

.fas .sitewidget-text .contact-text {
  font-size: 20px;
  font-weight: bold;
  /* font-family: 'Times New Roman'; */
  color: #000;
  margin-left: 10px;
  width: calc(100% - 45px);
}

.fas .sitewidget-text {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}

/* Catalog&Guides */
.cg .cg-body {
  width: 95%;
  max-width: 1600px;
  margin: 0 auto;
  /* font-family: "Times New Roman"; */
}

.cg .cg-body .cg-wrap {
  margin-bottom: 60px;
}

.cg .cg-body .cg-box1 {
  margin-top: 90px;
  margin-bottom: 160px;
}

.cg-wrap h1 {
  font-size: 60px;
  text-align: left;
  color: #e7b032;
  margin-bottom: 60px;
  /* font-family: 'Times New Roman'; */
  font-weight: bold;
}

.cg-wrap .cg-wrap-tit {
  font-size: 18px;
  color: #e7b032;
  margin-bottom: 20px;
  font-weight: bold;
}

.cg-wrap .cg-wrap-cont {
  font-size: 16px;
  color: #000;
  line-height: 28px;
}

.cg-box2 {
  margin-left: 159px;
}

.cg-box2 .cg-qt {
  display: flex;
  box-sizing: border-box;
  align-items: center;
  margin-bottom: -150px;
}

.cg-box2 .cg-qt .cg-imgbox {
  margin-right: 20px;
}

.cg-box2 .cg-qt .cg-img-tit {
  margin-top: 5%;
  margin-left: 7%;
}

.cg-imgbox img {
  width: 100%;
  display: block;
}

.cg-box2 .cg-qt .cg-img-tit h1 {
  font-size: 60px;
  text-align: right;
  color: #e7b032;
  /* font-family: 'Times New Roman'; */
  font-weight: bold;
}

.cg-box2 .cg-qt-cont {
  background-color: #f1f1f1;
  padding-top: 200px;
  padding-left: 40px;
  padding-bottom: 50px;
}

.cg-box2 .cg-qt-cont .cg-qt-wrap {
  width: 100%;
  max-width: 1560px;
}

.cg-box2 .cg-qt-cont .cg-qt-wrap .cg-qt-wrap-bt {
  font-size: 16px;
  color: #e7b032;
}

.cg-box2 .cg-qt-cont .cg-qt-wrap .cg-qt-wrap-tit {
  font-size: 18px;
  color: #e7b032;
  margin-bottom: 20px;
  font-weight: bold;
  text-align: left;
}

.cg-box2 .cg-qt-cont .cg-qt-wrap .cg-qt-wrap-cont {
  font-size: 16px;
  margin-bottom: 40px;
  line-height: 28px;
}

.cg-box3 {
  margin-left: 159px;
}

.cg-box3 p {
  line-height: 28px;
}

.cg-box3 .cg-qt-cont {
  margin-top: 20px;
  background-color: #f1f1f1;
  padding-top: 50px;
  padding-left: 40px;
  padding-bottom: 50px;
}

.cg-box3 .cg-qt-cont .cg-qt-wrap {
  width: 100%;
  max-width: 1560px;
}

.cg-box3 .cg-qt-cont .cg-qt-wrap .cg-qt-wrap-tit {
  font-size: 18px;
  color: #e7b032;
  margin-bottom: 20px;
  font-weight: bold;
  text-align: left;
}

.cg-download .cg-download-body {
  width: 95%;
  max-width: 1600px;
  margin: 120px auto 40px;
  /* font-family: "Times New Roman"; */
}

.cg-download .cg-download-body .cg-dl-title h1 {
  font-size: 60px;
  color: #e7b032;
  /* font-family: 'Times New Roman'; */
  font-weight: bold;
}

.cg-download .cg-download-body .cg-dl-title p {
  font-size: 24px;
  line-height: 28px;
  color: #6a6c6d;
  margin-bottom: 40px;
}

.cg-download .cg-download-body .cg-dl-wrap .cg-dl-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10%;
  margin-bottom: 50px;
  flex-wrap: wrap;
}

.cg-download .cg-download-body .cg-dl-wrap .cg-dl-item .cg-dl-dd {
  width: 25%;
  margin: 0 0 100px
}

.cg-download .cg-download-body .cg-dl-wrap .cg-dl-item .cg-dl-dd .cg-dl-imgbox {
  text-align: center
}

.cg-download .cg-download-body .cg-dl-wrap .cg-dl-item .cg-dl-dd .cg-dl-imgbox img {
  display: block;
  margin: 0 auto;
  box-shadow: 4px 1px 6px 0px rgb(51 51 51 / 10%);
}

.cg-download .cg-download-body .cg-dl-wrap .cg-dl-item .cg-dl-dd .cg-dl-tit {
  text-align: center;
  margin-top: 20px;
}

.cg-download .cg-download-body .cg-dl-wrap .cg-dl-item .cg-dl-dd .cg-dl-imgbox .download2 {
  display: none;
}

.cg-download .cg-download-body .cg-dl-wrap .cg-dl-item .cg-dl-dd .cg-dl-imgbox .download1:hover {
  display: none;
}

.cg-download .cg-download-body .cg-dl-wrap .cg-dl-item .cg-dl-dd .cg-dl-imgbox .download1:hover~.download2 {
  display: block;
}

/* APP */
.clear {
  clear: both
}

.app_main_container {
  width: 100%;
  max-width: 1585px;
  margin: 100px auto
}

.app_main_container li {
  overflow: hidden;
}

.app_main_container img {
  transition: all .5s;
}

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

.app_ec_container {
  width: 100%;
  padding-left: 40px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}

.app_ec_container .ec_pics {
  width: 53%;
  position: relative;
}

.app_ec_container .ec_pics ul {
  width: 100%;
  display: block;
}

.app_ec_container .ec_pics ul li {
  width: 49%;
  display: block;
  float: left;
  margin-bottom: 10px
}

.app_ec_container .ec_pics ul li:nth-child(2n+1) {
  margin-right: 2%
}

.app_ec_container .ec_pics .ec_title {
  position: absolute;
  z-index: 100;
  bottom: 14px;
  left: 51%;
  width: 100%;
  display: none
}

.app_ec_container .ec_pics .ec_title p {
  font-size: 50px;
  color: #e7b032;
  /* font-family: 'Times New Roman'; */
  line-height: 44px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: bold;
}

.app_ec_container .ec_pics .ec_title hr {
  border: none;
  height: 4px;
  background: #e7b032;
  outline: none;
  width: 16%;
  max-width: 165px
}

.app_ec_container .ec_info {
  width: 44%;
}

.app_ec_container .ec_info .fonts {
  font-size: 20px;
  color: #000;
  /* font-family: 'Times New Roman'; */
  line-height: 22px;
  margin-bottom: 20px
}

.app_ec_container .ec_info .ec_title2 {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px
}

.app_ec_container .ec_info .ec_title2 p {
  font-size: 50px;
  color: #e7b032;
  /* font-family: 'Times New Roman'; */
  line-height: 44px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: bold;
}

.app_ec_container .ec_info .ec_title2 hr {
  border: none;
  height: 4px;
  background: #e7b032;
  outline: none;
  width: 16%;
  max-width: 165px
}

.app_nev_container {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-top: 200px;
  padding: 50px 0 50px 40px;
}

.app_nev_container .bg_layer {
  position: absolute;
  z-index: -1;
  width: 100%;
  left: -159px;
  top: 0;
  background: #f1f1f1;
  height: 100%
}

.app_nev_container .nev_info {
  width: 56%;
}

.app_nev_container .nev_info .fonts {
  font-size: 20px;
  color: #000;
  /* font-family: 'Times New Roman'; */
  line-height: 22px;
  margin-bottom: 20px
}

.app_nev_container .nev_info .fonts:last-child {
  margin-bottom: 0
}

.app_nev_container .nev_info .nev_title {
  margin-bottom: 40px
}

.app_nev_container .nev_info .nev_title p {
  font-size: 50px;
  color: #e7b032;
  /* font-family: 'Times New Roman'; */
  line-height: 44px;
  text-transform: uppercase;
  font-weight: bold;
}

.app_nev_container .nev_info .nev_title hr {
  border: none;
  height: 4px;
  background: #e7b032;
  outline: none;
  width: 16%;
  max-width: 165px;
  margin-bottom: 10px
}

.app_nev_container .nev_pics {
  width: 36%;
  position: absolute;
  right: 0;
  top: -100px
}

.app_nev_container .nev_pics ul {
  width: 100%;
  display: block;
}

.app_nev_container .nev_pics ul li {
  width: 49%;
  display: block;
  float: left;
  margin-bottom: 10px
}

.app_nev_container .nev_pics ul li img {
  width: 100%;
}

.app_nev_container .nev_pics ul li:nth-child(2n+1) {
  margin-right: 2%
}

.app_ps_container {
  width: 100%;
  padding-left: 40px;
  box-sizing: border-box;
  margin-top: 290px
}

.app_ps_container .ps_pics {
  width: 100%;
}

.app_ps_container .ps_pics ul {
  width: 100%;
  display: block;
  margin-bottom: 36px;
  display: flex;
  justify-content: space-between;
}

.app_ps_container .ps_pics ul li {
  width: 32%;
  display: block;
  font-size: 0;
}

.app_ps_container .ps_pics ul li:nth-child(1) {
  margin-right: 2%
}

.app_ps_container .ps_pics ul li:nth-child(2) {
  margin-right: 2%
}

.app_ps_container .ps_pics .ps_title {
  margin-bottom: 30px;
}

.app_ps_container .ps_pics .ps_title p {
  font-size: 50px;
  color: #e7b032;
  /* font-family: 'Times New Roman'; */
  line-height: 44px;
  text-transform: uppercase;
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold;
}

.app_ps_container .ps_pics .ps_title hr {
  border: none;
  height: 4px;
  background: #e7b032;
  outline: none;
  width: 16%;
  max-width: 165px;
  display: block;
  margin: auto;
}

.app_ps_container .ps_info {
  width: 100%;
}

.app_ps_container .ps_info .fonts {
  font-size: 20px;
  color: #000;
  /* font-family: 'Times New Roman'; */
  line-height: 22px;
  margin-bottom: 20px
}

.app_rc_container {
  width: 100%;
  padding-left: 40px;
  box-sizing: border-box;
  margin-top: 160px
}

.app_rc_container .rc_pics {
  width: 100%;
}

.app_rc_container .rc_pics ul {
  width: 100%;
  display: block;
  margin-bottom: 36px;
  display: flex;
  justify-content: space-between;
}

.app_rc_container .rc_pics ul li {
  width: 23%;
  display: block;
  font-size: 0;
}

.app_rc_container .rc_pics ul li:nth-child(4) {
  margin-right: 0%
}

.app_rc_container .rc_pics ul li:nth-child(2n) {
  margin-top: 50px
}

.app_rc_container .rc_pics .rc_title {
  margin-bottom: 20px;
}

.app_rc_container .rc_pics .rc_title p {
  font-size: 50px;
  color: #e7b032;
  /* font-family: 'Times New Roman'; */
  line-height: 44px;
  text-transform: uppercase;
  margin-bottom: 10px;
  text-align: right;
  font-weight: bold;
}

.app_rc_container .rc_pics .rc_title hr {
  border: none;
  height: 4px;
  background: #e7b032;
  outline: none;
  width: 16%;
  max-width: 165px;
  display: block;
  float: right;
}

.app_rb_container {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-top: 200px;
  margin-bottom: 370px;
  padding: 10px 0 90px 40px;
}

.app_rb_container .bg_layer {
  position: absolute;
  z-index: -1;
  width: 100%;
  right: -159px;
  top: 0;
  background: #f1f1f1;
  height: 100%
}

.app_rb_container .rb_info {
  width: 60%;
  margin-top: 92px;
  position: relative;
}

.app_rb_container .rb_info .fonts {
  font-size: 20px;
  color: #000;
  /* font-family: 'Times New Roman'; */
  line-height: 22px;
  margin-bottom: 20px
}

.app_rb_container .rb_info .fonts:last-child {
  margin-bottom: 0
}

.app_rb_container .rb_info .rb_bottom_pic {
  position: absolute;
  z-index: 100;
  top: 400px;
  width: 100%;
  overflow: hidden;
}

.app_rb_container .rb_pics {
  width: 33.6%;
  text-align: center;
  overflow: hidden;
}

.app_rb_container .rb_pics .rb_title {
  margin-bottom: 40px
}

.app_rb_container .rb_pics .rb_title p {
  font-size: 50px;
  color: #e7b032;
  /* font-family: 'Times New Roman'; */
  line-height: 44px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: left;
}

.app_rb_container .rb_pics .rb_title hr {
  border: none;
  height: 4px;
  background: #e7b032;
  outline: none;
  width: 30%;
  max-width: 165px;
  margin-left: 0%;
}

/* cetificate */
.zs_out_container {
  width: 100%;
  max-width: 1920px;
  margin: 30px auto;
  background: #fff;
  /* background-image: url('../img/image/zs_back.jpg'); */
  background-position: center;
  background-repeat: no-repeat;
}

.zs_innner_container {
  width: 100%;
  max-width: 1485px;
  margin: auto;
  margin-top: 70px
}

.zs_innner_container .zs_row1 {
  width: 100%;
  display: flex;

  flex-wrap: wrap;
}

.zs_innner_container .zs_row1 li {
  display: block;
  width: 25%;
  position: relative;
  margin: 0 0 100px;
  padding: 0 30px
}

.zs_innner_container .zs_row1 li .zs_pic {
  box-shadow: 8px 5px 8px rgba(0, 0, 0, .3);
}

.zs_innner_container .zs_row1 li .zs_left {
  position: absolute;
  left: -20px;
  bottom: 10px;
  
  width: 10px
}

.zs_innner_container .zs_row1 li p {
  font-size: 28px;
  color: #000;
  /* font-family: 'Times New Roman'; */
  margin-top: 25px
}

.zs_innner_container .zs_row2 {
  width: 100%;
  padding: 0 12%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  margin-top: 120px
}

.zs_innner_container .zs_row2 li {
  display: block;
  width: 30%;
  position: relative;
}

.zs_innner_container .zs_row2 li .zs_pic {
  box-shadow: 8px 5px 8px rgba(0, 0, 0, .3);
  max-width: 297px
}

.zs_innner_container .zs_row2 li .zs_left {
  position: absolute;
  left: -20px;
  bottom: 10px;
  z-index: 100;
  width: 10px
}

.zs_innner_container .zs_row2 li p {
  font-size: 28px;
  color: #000;
  /* font-family: 'Times New Roman'; */
  margin-top: 25px
}

.zs_related_pro {
  width: 100%;
  max-width: 1610px;
  margin: 100px auto;
}

.zs_related_pro .related_pro_title {
  color: #e7b032;
  font-size: 60px;
  /* font-family: 'Times New Roman'; */
  margin-bottom: 65px;
  text-transform: uppercase;
  font-weight: bold;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev{background-image:none;font-size:60px;color:#e7b032}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{background-image:none;font-size:60px;color:#e7b032}

.headermb-bg {
  position: fixed;
  top: 0;
  right: 100%;
  z-index: 4;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  transition: 0.8s;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  -ms-transition: 0.8s;
}

.headermb-bg1 {
  transform: translate(100%);
  -webkit-transform: translate(100%);
  -moz-transform: translate(100%);
  -o-transform: translate(100%);
  -ms-transform: translate(100%);
}

.headermb {
  position: fixed;
  top: 0;
  right: 100%;
  z-index: 4;
  width: 80%;
  max-width: 500px;
  height: 100%;
  background-color: #fff;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  -ms-transition: 0.6s;
}

.headermb .headermb-body {
  margin: 20px;
}

.headermb .headermb-i {
  margin-top: 10px;
}

.headermb .headermb-i a {
  font-size: 18px;
}

.headermb .headermb-i .headermb-i-name {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: solid 1px #333;
}

.headermb .headermb-i .headermb-i-name a {
  display: inline-block;
  max-width: calc(100% - 25px);
}

.headermb .headermb-i .headermb-i-name i {
  font-size: 23px;
  line-height: 0.6;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  -ms-transition: 0.6s;
  width: 15px;
}

.headermb .headermb-i .headermb-i-sec {
  margin-top: 10px;
  display: none;
}

.headermb .headermb-i .headermb-i-sec dd {
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: solid 1px #333;
  padding-left: 20px;
}

.headermb .headermb-i .headermb-i-sec dd a {
  font-size: 16px;
}

.headermb .headermb-i .headermb-i-sec dd:first-child {
  margin-top: 0;
}

.headermb .headermb-i:first-child {
  margin-top: 0;
}

.headermb .headermb-iac .headermb-i-name a {
  color: #e7b032;
}

.headermb1 {
  transform: translate(100%);
  -webkit-transform: translate(100%);
  -moz-transform: translate(100%);
  -o-transform: translate(100%);
  -ms-transform: translate(100%);
}

.animation-delay-2 {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.animation-delay-5 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.animation-delay-7 {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.animation-delay-10 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animation-delay-12 {
  -webkit-animation-delay: 1.25s;
  animation-delay: 1.25s;
}

.animation-delay-15 {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.animation-delay-17 {
  -webkit-animation-delay: 1.75s;
  animation-delay: 1.75s;
}

.animation-delay-20 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

/*.animated{*/
/*    opacity: 0;*/
/*}    */
.msg1 {
  font-size: 50px;
  font-weight: bold;
  /* font-family: "Times New Roman"; */
  color: #e7b032;
  margin-bottom: 30px;
}

.msg2,
.msg3 {
  font-size: 20px;
}

.msg3 {
  margin-top: 70px;
}

.msg3 a {
  text-decoration: underline;
}

.searchs_box .w1400 {
  margin: 0 200px
}

.searchs_box {
  padding: 75px 0 150px;
}

.searchs_box .boxs {
  position: relative;
  margin: 0 0 65px;
}

.searchs_box .boxs input[type="text"] {
  width: 100%;
  background: #f5f5f5;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 0 55px 0 15px;
  font-size: 18px;
  color: #333;
  height: 65px;
  min-height: 35px;
}

.searchs_box .boxs button {
  position: absolute;
  right: .15rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 25px;
  color: #333;
  z-index: 1;
  outline: none;
  border: 0;
  background: none;
}

.searchs_box .lists {
  display: flex;
  flex-wrap: wrap;
}

.searchs_box .lists>div {
  width: 25%
}

.searchs_box .lists>div {
  padding: 0 .15rem;
  margin: 0 0 .35rem;
}

.searchs_box .lists>div .card-img-150 a {
  display: block;
  position: relative;
  overflow: hidden;
}

.searchs_box .lists>div .card-body h5 {
  font-size: .16rem;
  color: #333;
  margin: .15rem 0;
}

.searchs_box .lists>div .card-body p {
  font-size: .14rem;
  color: #333;
  line-height: 1.7
}

.searchs_box .text-secondary {
  font-size: .18rem;
  color: red;
  line-height: 1.65
}

/* ÃƒÂ¤Ã‚Â¾Ã‚Â§ÃƒÂ¨Ã‚Â¾Ã‚Â¹ÃƒÂ¦Ã‚Â Ã‚Â */
.right-nav {
  position: fixed;
  top: 30vh;
  right: 0;
  z-index: 9999;
  border-radius: 15px;
}

.right-nav ul li {
  cursor: pointer;
  border: 1px solid #ffffff;
}
.right-nav ul li:nth-child(1) div,.right-nav ul li:nth-child(2) div{}
.right-nav ul li div {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #e7b032;
  transition: all 0.6s;
}

.right-nav ul li img {
  vertical-align: middle;
}

.right_text {
  width: 190px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0;
  transition: 0.8s;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  -ms-transition: 0.8s;
  border: 1px solid #e7b032;
}

.right_text2 {
  width: 280px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0;
  transition: 0.8s;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  -ms-transition: 0.8s;
  border: 1px solid #e7b032;
}

.right-nav ul .rili div:hover .right_text {
  opacity: 1;
  left: -191px;
}

.right-nav ul .rili div:hover .right_text2 {
  opacity: 1;
  left: -281px;
}

.right-nav .rili .fa {
  font-size: 29px;
}

/* ÃƒÂ©Ã‚Â¡Ã‚Â¶ÃƒÂ©Ã†â€™Ã‚Â¨ */
.nav {
  width: 100%;
  background-color: #ffffff;
}

.head .head-top {
  width: 100%;
  height: 39px;
  line-height: 39px;
  background: linear-gradient(to right, #1b1b1b, #434343);
  transition: margin-top 0.3s ease-in-out;
}

.head .head-top .head-top-cont {
  width: 95%;
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.language {
  position: relative;
  width: 85px;
  z-index: 1000;
  border: 1px solid #ffffff;
}

.language-toggle {
  display: block;
  height: 26px;
  width: 100%;
  line-height: 26px;
  text-align: left;
  border: 0;
  padding-left: 25px;
  padding-right: 10px;
  color: #000;
  font-size: 16px;
  background-color: #ffffff;
  cursor: pointer;
  box-sizing: border-box;

}

.language-toggle:hover {
  background-color: #e7b032;
  color: #ffffff;
}

.language-toggle:before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  display: block;
  width: 23px;
  height: 26px;
  background: #000 url(../img/image/select_arrow.jpg) 50% no-repeat;
  background-size: 100%;
  border-left: 1px solid #ffffff;
}

.language-dropdown {
  width: 87px;
  position: absolute;
  top: 27px;
  left: -2px;
  background-color: #ffffff;
  display: none;
  border: 1px solid #e7b032;
}

.language-dropdown:hover {
  background-color: #e7b032;
}

.language-dropdown:hover a {
  color: #ffffff;
}

.language-link {
  width: 85px;
  display: block;
  height: 26px;
  padding-left: 26px;
  padding-right: 10px;
  line-height: 26px;
  color: #000;
  font-size: 16px;
  transition: all .3s;
}

/* ÃƒÂ©Ã‚Â¦Ã¢â‚¬â€œÃƒÂ©Ã‚Â¡Ã‚ÂµÃƒÂ¨Ã‚Â§Ã¢â‚¬Â ÃƒÂ©Ã‚Â¢Ã¢â‚¬Ëœ */
.index-ban {
  position: relative;
}

.index-ban .index-ban-body {
  /* position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; */
  z-index: 1;
}
.index-ban-body .img img{width:100%}
.index-ban .index-ban-body .index-video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;

}

.index-video {
  /* position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1; */

}

.index-vidcont {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 50%;
  max-width: 720px;
  max-width: 45rem;
  padding: 144px 96px;
  background-color: hsla(0, 0%, 100%, .9);
  height: 100%;
  position: relative;
  z-index: 5;
  line-height: 1.5;
}

.index-vidcont h2 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 25px;
}

.index-vidcont p {
  margin-bottom: 30px;
  line-height: 24px;
  font-size: 17px;
}

.btn-yellow {
  display: inline-flex;
  align-items: center;
  font-weight: bold;
  font-size: 14px;
  background-color: #7d0000;
  padding: 7px 27px;
  text-align: center;
  color: #ffffff;
}

.btn-yellow:nth-child(2) {

  background-color: #e7b132;

}

.index-ap {
  margin-top: 100px;
}

.index-ap .index-ap-body {
  width: 95%;
  max-width: 1600px;
  margin: 0 auto;
}

.index-ap .index-ap-body .index-ap-l {
  margin-bottom: 25px;
}

.index-ap .index-ap-body .index-ap-l h2 {
  font-size: 55px;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 25px;
  text-align: center;
}

.index-ap .index-ap-body .index-ap-l p {
  margin-bottom: 30px;
  line-height: 24px;
  text-align: center;
  font-size: 20px;
}

.index-ap .index-ap-body .index-ap-r {
  display: flex;
  gap: 6px;
}

.index-ap .index-ap-body .index-ap-r .index-ap-r-item {
  width: calc(100% / 4);
  overflow: hidden;
  position: relative;
}

.index-ap .index-ap-body .index-ap-r .index-ap-r-item:before {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  padding-top: 143.75%;
}

.index-ap .index-ap-body .index-ap-r .index-ap-r-item .index-ap-r-a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all .4s cubic-bezier(.4, 0, .2, 1);
}

.index-ap .index-ap-body .index-ap-r .index-ap-r-item .index-ap-r-a::before,
.index-ap .index-ap-body .index-ap-r .index-ap-r-item .index-ap-r-a::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  display: block;
}

.index-ap .index-ap-body .index-ap-r .index-ap-r-item .index-ap-r-a::before {
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, .9));
  z-index: 2;
}

.index-ap .index-ap-body .index-ap-r .index-ap-r-item .index-ap-r-a img {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  transition: all .4s cubic-bezier(.4, 0, .2, 1);
  background-color: #fff;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.index-ap .index-ap-body .index-ap-r .index-ap-r-item .ap-body {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 25px;
  z-index: 5;
}

.index-ap .index-ap-body .index-ap-r .index-ap-r-item .ap-body h3 {
  margin-bottom: 15px;
  font-size: 18px;
  color: #ffffff;
}

.index-ap .index-ap-body .index-ap-r .index-ap-r-item .ap-body h3 a:hover {
  text-decoration: underline;
}

.index-ap .index-ap-body .index-ap-r .index-ap-r-item .ap-body .ap-body-right {
  font-size: 14px;
  font-weight: bold;

  color: #e7b032;
  display: flex;
  align-items: center;
  gap: 5px;
  text-transform: uppercase;
}

.index-ap .index-ap-body .index-ap-r .index-ap-r-item .ap-body .ap-body-right:hover {
  text-decoration: underline;
}

.index-ap .index-ap-body .index-ap-r .index-ap-r-item:hover .index-ap-r-a img {
  transform: scale(1.2);
}

.index-prod {
  margin-top: 100px;
}

.index-prod .index-prod-body {
  width: 95%;
  max-width: 1600px;
  margin: 0 auto;
}

.index-prod .index-prod-body .index-prod-body-t {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.index-prod .index-prod-body .index-prod-body-t .imgbox {
  width: 50%;
}

.index-prod .index-prod-body .index-prod-body-t .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index-prod .index-prod-body .index-pro-index {
  margin-top: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.index-prod .index-prod-body .index-pro-index .items {
  width: 49%;
  margin: 0 0 50px;
  position:relative;
  padding:10px
}

.index-prod .index-prod-body .index-pro-index .items a {
  display: flex;
  border: 1px solid #e7b032
}

.index-prod .index-prod-body .index-pro-index .items a .img {

  font-size: 0;
  overflow:hidden
}

.index-prod .index-prod-body .index-pro-index .items a .left {
  width: 40%;
  position: relative
}

.index-prod .index-prod-body .index-pro-index .items a .left .title {
  height: 82%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 50px;
  border-right:1px solid #f39800
}
.index-prod .index-prod-body .index-pro-index .items a img{
  transition:.5s
}
.index-prod .index-prod-body .index-pro-index .items a:hover img{
  transform:scale(1.1);
  transition:.5s
}
.index-prod .index-prod-body .index-pro-index .items a .left .title h2 {
  font-size: 24px;
  color: black;
  text-align:center
}
.biankuang{
	width: 3px;
	height: 3px;
	position: absolute;
	z-index: 2;;
	border-radius:10px;
	/*background: black;*/
}
.biankuang_1{
	height: 1px;
	top: 0px;
	left:0px;
	border-left: 3px solid #f39800;
}
.biankuang_2 {
	width: 0px;
	bottom:-3px;
	left: 0px;
	border-top: 3px solid #f39800;
}
.biankuang_3{
	height: 0px;
	bottom:0px;
	right:0px;
	border-right: 3px solid #f39800;
}
.biankuang_4{
	width:0px;
	top:-3px;
	right:0px;
	border-bottom: 3px solid #f39800;
}
.index-prod .index-prod-body .index-pro-index .items a .left .more {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
  display:flex;
  padding:0 20px;
  align-items: center;
  border-top:1px solid #e7b032
}
.index-prod .index-prod-body .index-pro-index .items a .left .more span{
  font-size:18px;color:black
}
.index-prod .index-prod-body .index-pro-index .items a .left .more:after {
  content: '+';
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: #e7b032;
  text-align: center;
  line-height: 50px;
  color: white;
  font-size: 20px;
  right:0;top:0
}

.index-prod .index-prod-body .index-pro-index .items a .img {
  width: 60%
}

.index-prod .index-prod-body .index-prod-body-t .index-prod-cont {
  width: 50%;
  padding: 99px 105px;
}

.index-prod .index-prod-body .index-prod-body-t .index-prod-cont h2 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 25px;
}

.index-prod .index-prod-body .index-prod-body-t .index-prod-cont p {
  margin-bottom: 30px;
  line-height: 24px;
}

.index-prod .index-prod-body .index-prod-body-b {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.index-prod .index-prod-body .index-prod-body-b .index-prod-body-item {
  width: calc(100% / 3);
  box-shadow: 0 0 11px 3px #efefef;
}

.index-prod .index-prod-body .index-prod-body-b .index-prod-body-item .imgbox:hover img {
  transform: scale(1.2);
}

.index-prod .index-prod-body .index-prod-body-b .index-prod-body-item .imgbox img {
  transition: all 0.5s ease-in-out;
}

.index-prod .index-prod-body .index-prod-body-b .index-prod-cont {
  padding: 40px 10px;
}

.index-prod .index-prod-body .index-prod-body-b .index-prod-cont h2 {
  font-size: 24px;
  font-weight: bold;
  height: 52px;
  line-height: 1.1;
  margin-bottom: 25px;
}

.index-prod .index-prod-body .index-prod-body-b .index-prod-cont p {
  margin-bottom: 30px;
  line-height: 24px;
  /* display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden; */
}

.index-cer {
  margin-top: 100px;
  margin-bottom: 100px;
  background-color: #e7b032;
  padding: 50px 0 60px;
}

.index-cer .index-cer-body {
  width: 95%;
  max-width: 1600px;
  margin: 0 auto;
}

.index-cer .index-cer-body .index-cer-tit {
  font-size: 55px;
  margin-bottom: 25px;
  text-align: center;
  color: #ffffff;
}

.index-cer .index-cer-body .index-cer-tit2 {
  text-align: center;
  font-size: 20px;
  color: #ffffff;
  max-width: 1200px;
  margin: 0 auto 30px;
}

.index-cer .index-cer-body .index-cer-cont img {
  width: 300px;
  height: 400px;
  margin-left: 10px;
  margin-right: 10px;
}

/*Plugin CSS*/
.str_wrap {
  overflow: hidden;
  width: 100%;
  font-size: 12px;
  line-height: 16px;
  position: relative;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  background: #e7b032;
  white-space: nowrap;
}

.str_move {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  cursor: move;
}

.str_move_clone {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  left: 100%;
  top: 0;
}

.str_vertical .str_move_clone {
  left: 0;
  top: 100%;
}

.str_down .str_move_clone {
  left: 0;
  bottom: 100%;
}

.str_vertical .str_move,
.str_down .str_move {
  white-space: normal;
  width: 100%;
}

.str_static .str_move,
.no_drag .str_move,
.noStop .str_move {
  cursor: inherit;
}

.str_wrap img {
  max-width: none !important;
}

.imgbox {
  overflow: hidden;
}

.product-top {
  width: 95%;
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.product-top .product-top-l {
  width: 66%;
  padding: 30px 30px 30px 0;
}

.product-top .product-top-l h1 {
  margin-bottom: 25px;
  font-size: 25px;
  text-transform: uppercase;
}

.product-top .product-top-l p {
  margin-bottom: 15px;
}

.product-top .product-top-r {
  width: 33%;
}

.product-top .product-top-r .product-top-r-cont {
  background-color: #F0F0F0;
  margin: 30px 0;
  padding: 30px 10px;
  text-align: center;
}

.product-top .product-top-r .product-top-r-cont h2 {
  font-size: 22px;
  margin-bottom: 10px;
}

.product-top .product-top-r .product-top-r-cont h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.product-top .product-top-r .product-top-r-cont h3 span {
  display: inline-block;
  color: #fbb911;
  font-weight: 600;
  font-size: 27px;
  padding-left: 7px;
}

.product-top .product-top-r .product-top-r-cont a {
  text-transform: uppercase;
}

.prod-container .bread-body {
  width: 95%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 10px 0;
}

.msgbody {
  margin: 100px auto;
  text-align: center;
  max-width: 1600px;
}



.str_move_clone {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  left: 100%;
  top: 0;
}

.str_vertical .str_move_clone {
  left: 0;
  top: 100%;
}

.str_down .str_move_clone {
  left: 0;
  bottom: 100%;
}

.str_vertical .str_move,
.str_down .str_move {
  white-space: normal;
  width: 100%;
}

.str_static .str_move,
.no_drag .str_move,
.noStop .str_move {
  cursor: inherit;
}

.str_wrap img {
  max-width: none !important;
}

.imgbox {
  overflow: hidden;
}

.product-top {
  width: 95%;
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.product-top .product-top-l {
  width: 66%;
  padding: 30px 30px 30px 0;
}

.product-top .product-top-l h1 {
  margin-bottom: 25px;
  font-size: 25px;
  text-transform: uppercase;
}

.product-top .product-top-l p {
  margin-bottom: 15px;
}

.product-top .product-top-r {
  width: 33%;
}

.product-top .product-top-r .product-top-r-cont {
  background-color: #F0F0F0;
  margin: 30px 0;
  padding: 30px 10px;
  text-align: center;
}

.product-top .product-top-r .product-top-r-cont h2 {
  font-size: 22px;
  margin-bottom: 10px;
}

.product-top .product-top-r .product-top-r-cont h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.product-top .product-top-r .product-top-r-cont h3 span {
  display: inline-block;
  color: #fbb911;
  font-weight: 600;
  font-size: 27px;
  padding-left: 7px;
}

.product-top .product-top-r .product-top-r-cont a {
  text-transform: uppercase;
}

.prod-container .bread-body {
  width: 95%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 10px 0;
}

.msgbody {
  margin: 100px auto;
  text-align: center;
  max-width: 1600px;
}