.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*table*/
.table-box {
  width: 100%;
  max-width: 100%;
  overflow: auto;
}
.table-box table {
  width: 100%;
  max-width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  line-height: 1.2;
}
.table-box table tr,
.table-box table td,
.table-box table th {
  width: auto !important;
  height: auto !important;
  background-color: #f2f3f4;
  color: #02152d;
}
.table-box table tr:nth-child(odd) {
  background-color: #f5f5f5;
}
.table-box table tr:nth-child(even) {
  background-color: #ffffff;
}
.table-box table td,
.table-box table th {
  vertical-align: middle;
  font-weight: normal;
  padding: 10px !important;
  border: 1px solid #eeeeee !important;
  font-size: 15px;
}
@media (max-width: 767px) {
  .table-box table td,
  .table-box table th {
    font-size: 14px;
  }
}
.table-box table tr p,
.table-box table tr span {
  line-height: 1.2 !important;
  background: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.table-box table th {
  text-align: center;
}
.table-box .table-nav {
  overflow: hidden;
}
.table-box .table-content {
  overflow-x: auto;
  overflow-y: auto;
  max-height: 300px;
  max-height: 42vh;
}
.banner {
  font-size: 0;
  position: relative;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .banner {
    padding-top: 70px;
  }
}
.banner .banner-content {
  background: no-repeat center;
  background-size: cover;
  position: relative;
  min-height: 800px;
  display: flex;
  align-items: center;
}
.banner .banner-content img{
  width: 100%;
}
.banner .banner-content:after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.36);
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
@media screen and (max-width: 1199px) {
  .banner .banner-content {
    min-height: 550px;
  }
}
@media screen and (max-width: 991px) {
  .banner .banner-content {
    min-height: 450px;
  }
}
@media screen and (max-width: 767px) {
  .banner .banner-content {
    min-height: 400px;
  }
}
@media screen and (max-width: 480px) {
  .banner .banner-content {
    min-height: 450px;
  }
}
@media screen and (max-width: 380px) {
  .banner .banner-content {
    min-height: 540px;
  }
}
.banner .slickbanner .slick-slide {
  height: auto !important;
}
.banner .slickbanner .item {
  display: block;
  position: relative;
  z-index: 0;
}
.banner .slickbanner .item img {
  display: block;
  width: 100%;
}
.banner .banner-txt {
  width: 100%;
  text-align: center;
  position: absolute;
  z-index: 2;
  display: none;
}
.banner .banner-txt h2 {
  margin: 0 0 30px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.075;
  color: #ffffff;
  text-transform: uppercase;
}
@media screen and (max-width: 1439px) {
  .banner .banner-txt h2 {
    font-size: 55px;
  }
}
@media screen and (max-width: 1199px) {
  .banner .banner-txt h2 {
    font-size: 45px;
  }
}
@media screen and (max-width: 991px) {
  .banner .banner-txt h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .banner .banner-txt h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .banner .banner-txt h2 {
    margin-bottom: 10px;
  }
}
.banner .banner-txt .banner-txtbox {
  width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .banner .banner-txt .banner-txtbox {
    width: 100%;
  }
}
.banner .banner-txt p {
  font-weight: 700;
  font-size: 18px;
  color: #ffffff;
}
@media screen and (max-width: 1199px) {
  .banner .banner-txt p {
    font-size: 20px;
  }
}
@media screen and (max-width: 991px) {
  .banner .banner-txt p {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .banner .banner-txt p {
    font-size: 14px;
  }
}
.banner .banner-txt .banner-txt2 {
  background-color: rgba(0, 0, 0, 0.47);
  padding: 20px 40px 50px;
  position: relative;
  margin-bottom: 50px;
}
@media screen and (max-width: 480px) {
  .banner .banner-txt .banner-txt2 {
    margin-bottom: 5px;
  }
}
.banner .banner-txt .banner-txt2 p:first-child {
  font-size: 22px;
}
.banner .banner-txt .banner-txt2 a {
  display: block;
  margin: 20px auto 0;
  border-radius: 13px;
  width: 525px;
  height: 50px;
  background: #f0a816;
  box-shadow: none;
  text-shadow: none;
  color: #fff;
  font-size: 22px;
  line-height: 50px;
  font-weight: 700;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-transform: capitalize;
  max-width: 100%;
}
@media screen and (min-width: 991px) {
  .banner .banner-txt .banner-txt2 a:hover {
    background-color: #f0a816;
  }
}
@media screen and (max-width: 480px) {
  .banner .banner-txt .banner-txt2 a {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
}
.index-parameter {
  overflow: hidden;
}
.index-parameter .content {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 991px) {
  .index-parameter .content {
    display: block;
  }
}
.index-parameter .content .pic {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 57.91666667%;
  background: no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 991px) {
  .index-parameter .content .pic {
    position: relative;
    width: 100%;
    height: 300px;
  }
}
@media screen and (max-width: 767px) {
  .index-parameter .content .pic {
    height: 249px;
  }
}
.index-parameter .content .info {
  position: relative;
  z-index: 5;
  width: 58.33333333%;
  background-color: rgba(0, 0, 0, 0.67);
}
@media screen and (max-width: 991px) {
  .index-parameter .content .info {
    width: 100%;
    margin-top: -30px;
  }
}
.index-parameter .content .info ul {
  padding: 40px 80px;
}
@media screen and (max-width: 767px) {
  .index-parameter .content .info ul {
    padding: 50px 20px 30px 40px;
  }
}
.index-parameter .content .info ul li {
  position: relative;
  padding: 10px 0;
  font-size: 18px;
  line-height: 1.38888889;
  color: #ffffff;
  display: block;
  border-style: none none dotted none;
  border-width: 1px;
  border-color: #ccc;
  border-radius: 0px;
  font-family: Arial, sans-serif;
}
.index-parameter .content .info ul li b{
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .index-parameter .content .info ul li {
    font-size: 15px;
  }
}
.index-parameter .content .info ul li::before {
  position: absolute;
  top: 15px;
  left: -15px;
  transform: translateX(-100%);
  display: block;
  background: #ffffff;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  border-radius: 50%;
  z-index: 113;
  width: 13px;
  height: 13px;
  content: "";
}
@media screen and (max-width: 767px) {
  .index-parameter .content .info ul li::before {
    width: 10px;
    height: 10px;
  }
}
.index-parameter .parameter-btn {
  display: block;
  margin: 60px auto 0;
  border-radius: 13px;
  width: 525px;
  height: 60px;
  background: #f0a816;
  box-shadow: none;
  text-shadow: none;
  color: #fff;
  font-size: 28px;
  line-height: 60px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .index-parameter .parameter-btn {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .index-parameter .parameter-btn {
    margin-top: 30px;
    width: 270px;
    height: 55px;
    line-height: 55px;
    font-size: 20px;
  }
}
.index-parameter .parameter-btn:active {
  background: #f0a816;
  box-shadow: inset 0px 2px 4px #583705;
  color: #fff;
}
.index-parameter .parameter-btn:hover {
  background: #f0a816;
  box-shadow: inset 0px 2px 4px #583705;
  color: #fff;
}
.index-equipment {
  overflow: hidden;
}
.index-equipment .content {
  width: 100%;
  max-width: 1310px;
  padding: 0 15px;
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  .index-equipment .content {
    width: 970px;
  }
}
@media screen and (max-width: 992px) {
  .index-equipment .content {
    width: 750px;
  }
}
@media screen and (max-width: 767px) {
  .index-equipment .content {
    width: 100%;
  }
}
.index-equipment .equipment-list {
  padding-top: 30px;
}
@media screen and (max-width: 991px) {
  .index-equipment .equipment-list {
    padding-top: 15px;
  }
}
.index-equipment .equipment-list > li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 1199px) {
  .index-equipment .equipment-list > li {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 991px) {
  .index-equipment .equipment-list > li {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .index-equipment .equipment-list > li {
    margin-bottom: 20px;
  }
}
.index-equipment .equipment-list > li .pic-box {
  position: relative;
  width: 46.484375%;
}
@media screen and (max-width: 767px) {
  .index-equipment .equipment-list > li .pic-box {
    width: 100%;
  }
}
.index-equipment .equipment-list > li .pic-box .img-box {
  padding-bottom: 67.22689076%;
}
.index-equipment .equipment-list > li .pic-box .pic2 {
  position: absolute;
  top: 10px;
  width: 45%;
  z-index: 5;
  border: 3px solid #fff;
}
.index-equipment .equipment-list > li .txt-box {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .index-equipment .equipment-list > li .txt-box {
    padding-top: 20px;
    width: 100%;
  }
}
.index-equipment .equipment-list > li .txt-box h3 {
  margin: 0;
  font-size: 24px;
  line-height: 1.5;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  .index-equipment .equipment-list > li .txt-box h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .index-equipment .equipment-list > li .txt-box h3 {
    font-size: 20px;
  }
}
.index-equipment .equipment-list > li .txt-box ul li {
  font-size: 18px;
  line-height: 1.5;
  color: #000;
  padding-bottom: 13px;
  margin-bottom: 13px;
  border-bottom: 1px dashed #000;
}
@media screen and (max-width: 991px) {
  .index-equipment .equipment-list > li .txt-box ul li {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .index-equipment .equipment-list > li .txt-box ul li {
    font-size: 15px;
  }
}
.index-equipment .equipment-list > li .txt-box ul li h4 {
  margin: 0;
  font-weight: 700;
}
.index-equipment .equipment-list > li .txt-box ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.index-equipment .equipment-list > li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.index-equipment .equipment-list > li:nth-child(odd) .pic-box .pic2 {
  right: 10px;
}
.index-equipment .equipment-list > li:nth-child(even) {
  flex-direction: row-reverse;
}
.index-equipment .equipment-list > li:nth-child(even) .pic-box .pic2 {
  left: 10px;
}
@media screen and (max-width: 767px) {
  .index-equipment .equipment-list > li:nth-child(even) .pic-box .pic2 {
    left: calc(100% - 10px);
    transform: translateX(-100%);
  }
}
@media screen and (max-width: 991px) {
  .index-equipment .equipment-list > li:nth-child(even) {
    flex-direction: column;
  }
}
.index-delivery,
.index-clients {
  overflow: hidden;
}
.index-delivery .content,
.index-clients .content {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 50px 70px 0;
}
@media screen and (max-width: 1199px) {
  .index-delivery .content,
  .index-clients .content {
    padding: 50px 0 0;
  }
}
@media screen and (max-width: 991px) {
  .index-delivery .content,
  .index-clients .content {
    padding-top: 20px;
  }
}
.index-delivery .content .pic-box,
.index-clients .content .pic-box {
  width: 52.83018868%;
}
@media screen and (max-width: 991px) {
  .index-delivery .content .pic-box,
  .index-clients .content .pic-box {
    width: 100%;
  }
}
.index-delivery .content .pic-box .img-box,
.index-clients .content .pic-box .img-box {
  padding-bottom: 75%;
}
.index-delivery .content .txt-box,
.index-clients .content .txt-box {
  width: 43%;
}
@media screen and (max-width: 1199px) {
  .index-delivery .content .txt-box,
  .index-clients .content .txt-box {
    width: 43%;
  }
}
@media screen and (max-width: 991px) {
  .index-delivery .content .txt-box,
  .index-clients .content .txt-box {
    width: 100%;
    padding-top: 30px;
  }
}
.index-delivery .content .txt-box .txt,
.index-clients .content .txt-box .txt {
  position: relative;
  padding: 90px 30px;
  text-align: center;
  background-color: rgba(234, 230, 230, 0.68);
}
@media screen and (max-width: 767px) {
  .index-delivery .content .txt-box .txt,
  .index-clients .content .txt-box .txt {
    padding: 90px 20px 60px;
  }
}
.index-delivery .content .txt-box .txt::before,
.index-clients .content .txt-box .txt::before {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 59px;
  height: 51px;
  content: "";
  background: url(../images/img/delivery_icon.png) no-repeat center;
  background-color: cover;
}
.index-delivery .content .txt-box .txt::after,
.index-clients .content .txt-box .txt::after {
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 104px;
  height: 103px;
  content: "";
  background: url(../images/img/delivery_arrow.gif) no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .index-delivery .content .txt-box .txt::after,
  .index-clients .content .txt-box .txt::after {
    width: 90px;
    height: 90px;
  }
}
.index-delivery .content .txt-box .txt p,
.index-clients .content .txt-box .txt p {
  font-weight: 400;
  font-size: 20px;
  color: #000000;
}
@media screen and (max-width: 1199px) {
  .index-delivery .content .txt-box .txt p,
  .index-clients .content .txt-box .txt p {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  .index-delivery .content .txt-box .txt p,
  .index-clients .content .txt-box .txt p {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .index-delivery .content .txt-box .txt p,
  .index-clients .content .txt-box .txt p {
    font-size: 15px;
  }
}
.index-delivery .content .txt-box > a,
.index-clients .content .txt-box > a {
  display: block;
  margin: 0 auto;
  margin-top: 45px;
  width: 390px;
  height: 49px;
  background: #f0a816;
  box-shadow: inset 0px 1px 0px #f0a816, inset 0 -1px 2px #f0a816;
  color: #fff;
  font-size: 24px;
  line-height: 49px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .index-delivery .content .txt-box > a,
  .index-clients .content .txt-box > a {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .index-delivery .content .txt-box > a,
  .index-clients .content .txt-box > a {
    width: 283px;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
  }
}
.index-delivery .content .txt-box > a:active,
.index-clients .content .txt-box > a:active {
  background: #f0a816;
  box-shadow: inset 0px 2px 4px #583705;
  color: #fff;
}
.index-delivery .content .txt-box > a:hover,
.index-clients .content .txt-box > a:hover {
  background: #f0a816;
  box-shadow: inset 0px 2px 4px #583705;
  color: #fff;
}
.index-clients .content {
  flex-direction: row-reverse;
}
.index-about {
  position: relative;
  z-index: 1;
  background: no-repeat center;
  background-size: cover;
}
.index-about::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  content: "";
}
.index-about .container {
  position: relative;
  z-index: 5;
}
.index-about .container > a {
  margin: 60px auto 0;
  display: block;
  width: 383px;
  height: 60px;
  line-height: 60px;
  border-radius: 5px;
  background-color: #f0a816;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .index-about .container > a {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .index-about .container > a {
    width: 270px;
    height: 55px;
    line-height: 55px;
    font-size: 20px;
    margin-top: 30px;
  }
}
.index-about .container > a:active {
  background: #f0a816;
  box-shadow: inset 0px 2px 4px #583705;
  color: #fff;
}
.index-about .container > a:hover {
  background: #f0a816;
  box-shadow: inset 0px 2px 4px #583705;
  color: #fff;
}
.index-about .common-title {
  margin-bottom: 80px;
}
@media screen and (max-width: 1199px) {
  .index-about .common-title {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 991px) {
  .index-about .common-title {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .index-about .common-title {
    margin-bottom: 30px;
  }
}
.index-about .content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 40px;
  border: 1px solid #ccc;
  background-color: #fff;
}
@media screen and (max-width: 1199px) {
  .index-about .content {
    padding: 30px;
  }
}
@media screen and (max-width: 991px) {
  .index-about .content {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 767px) {
  .index-about .content {
    padding: 20px;
  }
}
.index-about .content .txt-box {
  width: 43.10344828%;
}
@media screen and (max-width: 991px) {
  .index-about .content .txt-box {
    width: 100%;
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .index-about .content .txt-box {
    margin-top: 20px;
  }
}
.index-about .content .txt-box h3 {
  margin: 0;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px;
  margin-top: 10px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .index-about .content .txt-box h3 {
    font-size: 15px;
  }
}
.index-about .content .txt-box p {
  font-size: 18px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .index-about .content .txt-box p {
    font-size: 15px;
  }
}
.index-about .content .pic-box {
  width: 51.72413793%;
}
@media screen and (max-width: 991px) {
  .index-about .content .pic-box {
    width: 100%;
  }
}
.index-about .content .pic-box .img-box {
  padding-bottom: 70%;
}
@media screen and (min-width: 1200px) {
  .index-about .content .pic-box .img-box:hover img {
    transform: scale(1.05);
  }
}
.index-about .content .pic-box .img-box img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.index-contact {
  background-color: #3a3a3a;
}
.index-contact .title {
  text-align: center;
}
.index-contact .title h2 {
  margin: 0 0 20px;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.25;
  color: #fff;
  font-style: normal;
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  .index-contact .title h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 991px) {
  .index-contact .title h2 {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .index-contact .title h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.index-contact .title p {
  font-size: 16px;
  line-height: 1.8125;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .index-contact .title p {
    font-size: 15px;
  }
}
.index-contact .content form {
  display: block;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.index-contact .content ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -13px;
}
.index-contact .content ul li {
  width: 50%;
  padding: 0 13px;
  margin-bottom: 25px;
}
@media screen and (max-width: 480px) {
  .index-contact .content ul li {
    width: 100%;
    margin-bottom: 20px;
  }
}
.index-contact .content ul li label {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}
.index-contact .content ul li input,
.index-contact .content ul li textarea {
  display: block;
  width: 100%;
  height: 37px;
  padding: 0 10px;
  border-radius: 3px;
  border: 1px solid #bbbbbb;
  background-color: #fff;
}
.index-contact .content ul li textarea {
  height: 97px;
  line-height: 19px;
  padding-top: 9px;
  padding-bottom: 10px;
}
.index-contact .content ul li button {
  display: block;
  width: 100%;
  margin-top: 28px;
  font-size: 26px;
  line-height: 55px;
  border-radius: 5px;
  color: #fff;
  font-weight: 700;
  background-color: #f0a816;
}
@media screen and (max-width: 767px) {
  .index-contact .content ul li button {
    font-size: 20px;
  }
}
.index-contact .content ul li button:hover {
  background: #ffffff;
  box-shadow: none;
  color: #f0a816;
}
.index-contact .content ul li p {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.85714286;
  color: #fff;
  text-align: center;
}
.about-cont1 {
  display: flex;
  align-items: center;
  padding-bottom: 90px;
}
@media screen and (max-width: 991px) {
  .about-cont1 {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .about-cont1 {
    padding-bottom: 40px;
  }
}
.about-cont1 .about-contbox {
  margin-right: 30px;
  background-color: #fff;
  padding: 15px 15px 45px;
  text-align: center;
  height: fit-content;
  width: calc(33.33333333% - 20px);
}
@media screen and (max-width: 991px) {
  .about-cont1 .about-contbox {
    width: 320px;
    margin-right: 0;
    padding-bottom: 20px;
  }
}
.about-cont1 .about-contbox .about-contimg {
  padding-top: 10px;
}
.about-cont1 .about-contbox:last-child {
  margin-right: 0;
}
.about-cont1 .about-contbox:nth-child(2) {
  padding: 65px 15px 95px;
  background-color: #F2C76E;
}
@media screen and (max-width: 991px) {
  .about-cont1 .about-contbox:nth-child(2) {
    padding-bottom: 20px;
  }
}
.about-cont1 .about-contbox:nth-child(2) .about-contimg {
  padding-top: 0;
  padding-bottom: 10px;
  position: relative;
}
.about-cont1 .about-contbox:nth-child(2) .about-contimg:after {
  content: '';
  width: 70px;
  position: absolute;
  left: 50%;
  top: calc(50% - 5px);
  transform: translate(-50%, -50%);
  z-index: 0;
  height: 70px;
  background-color: #F0A816;
  border-radius: 50%;
}
.about-cont1 .about-contbox:nth-child(2) .about-contimg img {
  position: relative;
  z-index: 1;
}
.about-cont1 .about-contbox:nth-child(2) .about-conttxt {
  line-height: 60px;
}
@media screen and (max-width: 991px) {
  .about-cont1 .about-contbox:nth-child(2) .about-conttxt {
    height: auto;
    line-height: 35px;
  }
}
.about-cont1 .about-conttitle {
  font-size: 20px;
  font-weight: bold;
  margin: 15px 0 10px;
}
.about-cont1 .about-conttxt {
  font-size: 16px;
  line-height: 42px;
  height: 170px;
}
@media screen and (max-width: 991px) {
  .about-cont1 .about-conttxt {
    height: auto;
    line-height: 35px;
  }
}
.index-clients .content .pic-box {
  width: 100%;
}
.index-clients .content .pic-box .img-box {
  padding-bottom: 50%;
}
.index-clients .common-title {
  margin-bottom: 0;
  padding-bottom: 0;
}
.index-clients .common-title:after {
  display: none;
}
.index-trading {
  background-image: url('../images/img/trading-bg.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  padding: 30px 0 105px;
}
.index-trading:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(58, 58, 58, 0.41);
}
.index-trading .container {
  position: relative;
  z-index: 2;
}
.index-trading .in-title {
  font-size: 48px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .index-trading .in-title {
    font-size: 38px;
  }
}
@media screen and (max-width: 767px) {
  .index-trading .in-title {
    font-size: 28px;
  }
}
.index-trading .in-desc {
  font-size: 18px;
  color: #fff;
  text-align: center;
  padding-bottom: 25px;
  position: relative;
  margin-bottom: 35px;
}
.index-trading .in-desc:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 79px;
  height: 6px;
  background-color: #f0a816;
}
.index-trading .trading-list {
  background-color: rgba(255, 255, 255, 0.68);
  padding: 10px 50px 20px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 50px;
}
.index-trading .trading-list a {
  display: block;
  margin: 10px auto 0;
  width: 525px;
  height: 60px;
  background: #f0a816;
  box-shadow: none;
  text-shadow: none;
  color: #fff;
  font-size: 28px;
  line-height: 60px;
  font-weight: 700;
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: -35px;
  transform: translateX(-50%);
  text-transform: capitalize;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .index-trading .trading-list a {
    font-size: 18px;
  }
}
.index-trading .trading-box {
  width: calc(50% - 40px);
  margin-right: 80px;
  display: flex;
}
.index-trading .trading-box:nth-child(2n) {
  margin-right: 0;
}
.index-trading .trading-box:nth-child(n+3) {
  margin-top: 30px;
}
@media screen and (max-width: 991px) {
  .index-trading .trading-box {
    width: 100%;
    margin-right: 0;
  }
  .index-trading .trading-box:nth-child(n+2) {
    margin-top: 20px;
  }
}
.index-trading .trading-title {
  font-size: 24px;
  color: #444;
  padding-top: 10px;
  padding-bottom: 8px;
}
@media screen and (max-width: 550px) {
  .index-trading .trading-title {
    font-size: 20px;
  }
}
.index-trading .trading-desc {
  font-size: 18px;
  line-height: 22px;
}
.index-trading .trading-img {
  margin-right: 10px;
  position: relative;
}
.index-trading .trading-img:after {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  left: 5px;
  top: 15px;
  border: 1px solid #f0a816;
}
.index-install {
  position: relative;
  background-image: url('../images/img/install-bg.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 35px;
  padding-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .index-install {
    padding-bottom: 40px;
  }
}
.index-install:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.51);
}
.index-install .container {
  position: relative;
  z-index: 2;
}
.index-install .in-title {
  font-size: 48px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 991px) {
  .index-install .in-title {
    font-size: 38px;
  }
}
@media screen and (max-width: 767px) {
  .index-install .in-title {
    font-size: 28px;
  }
}
.index-install .in-desc {
  font-size: 18px;
  color: #fff;
  text-align: center;
  padding-bottom: 25px;
  position: relative;
  margin-bottom: 25px;
}
.index-install .install-list {
  display: flex;
  justify-content: space-around;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .index-install .install-list {
    flex-wrap: wrap;
  }
}
.index-install .install-img {
  width: 148px;
  height: 148px;
  background-color: #fff;
  border-radius: 50%;
  line-height: 148px;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .index-install .install-img {
    width: 100px;
    height: 100px;
    line-height: 100px;
    margin-bottom: 10px;
  }
  .index-install .install-img img {
    width: 50px;
  }
}
.index-install .install-txt {
  font-size: 20px;
  text-align: center;
}
.index-install .install-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .index-install .install-box {
    width: 50%;
  }
  .index-install .install-box:nth-child(n+3) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 550px) {
  .index-install .install-box {
    width: 100%;
  }
  .index-install .install-box:nth-child(n+2) {
    margin-top: 20px;
  }
}
.index-factory {
  padding-top: 40px;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .index-factory {
    padding-bottom: 40px;
  }
}
.index-factory .in-title {
  font-size: 48px;
  color: #3a3a3a;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 991px) {
  .index-factory .in-title {
    font-size: 38px;
  }
}
@media screen and (max-width: 767px) {
  .index-factory .in-title {
    font-size: 28px;
  }
}
.index-factory .in-desc {
  font-size: 18px;
  color: #3a3a3a;
  text-align: center;
  padding-bottom: 25px;
  position: relative;
  margin-bottom: 25px;
  font-weight: bolder;
}
.index-factory .in-desc:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 79px;
  height: 6px;
  background-color: #f0a816;
}
.index-factory .factory-top img {
  width: 100%;
}
.index-factory .factory-bot {
  display: flex;
  padding-top: 65px;
}
@media screen and (max-width: 550px) {
  .index-factory .factory-bot {
    flex-direction: column;
    padding-top: 10px;
  }
}
.index-factory .factory-imgbox {
  width: calc(33.33333333% - 20px);
  margin-right: 30px;
}
@media screen and (max-width: 550px) {
  .index-factory .factory-imgbox {
    width: 100%;
    margin-right: 0;
  }
  .index-factory .factory-imgbox:nth-child(n+2) {
    margin-top: 10px;
  }
}
.index-factory .factory-imgbox img {
  width: 100%;
}
.index-factory .factory-imgbox:last-child {
  margin-right: 0;
}
.index-certification {
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .index-certification {
    padding-bottom: 30px;
  }
}
.index-certification .common-title {
  margin-bottom: 110px;
}
@media screen and (max-width: 767px) {
  .index-certification .common-title {
    margin-bottom: 30px;
  }
}
.index-certification .honor-list {
  display: flex;
  flex-wrap: wrap;
}
.index-certification .honor-box {
  width: calc(20% - 24px);
  margin-right: 30px;
}
.index-certification .honor-box:nth-child(5n) {
  margin-right: 0;
}
.index-certification .honor-box img {
  width: 100%;
}
.index-certification .honor-box:nth-child(n+6) {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .index-certification .honor-box {
    width: calc(33.33333333% - 20px);
  }
  .index-certification .honor-box:nth-child(5n) {
    margin-right: 30px;
  }
  .index-certification .honor-box:nth-child(3n) {
    margin-right: 0;
  }
  .index-certification .honor-box:nth-child(n+4) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 550px) {
  .index-certification .honor-box {
    width: calc(50% - 10px);
    margin-right: 20px;
  }
  .index-certification .honor-box:nth-child(5n) {
    margin-right: 20px;
  }
  .index-certification .honor-box:nth-child(3n) {
    margin-right: 20px;
  }
  .index-certification .honor-box:nth-child(2n) {
    margin-right: 0;
  }
  .index-certification .honor-box:nth-child(n+3) {
    margin-top: 20px;
  }
}
.index-slogan {
  position: relative;
  background-image: url('../images/img/slogan-bg.jpg');
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 70px;
}
.index-slogan:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(58, 58, 58, 0.18);
}
.index-slogan .container {
  position: relative;
  z-index: 2;
}
.index-slogan .in-title {
  text-align: center;
  font-size: 36px;
  line-height: 44px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 35px;
}
@media screen and (max-width: 991px) {
  .index-slogan .in-title {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .index-slogan .in-title {
    font-size: 20px;
  }
}
.index-slogan .in-desc {
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
}
.index-slogan a {
  display: block;
  margin: 10px auto 0;
  width: 525px;
  height: 60px;
  background: #f0a816;
  box-shadow: none;
  text-shadow: none;
  color: #fff;
  font-size: 28px;
  line-height: 60px;
  font-weight: 700;
  text-align: center;
  text-transform: capitalize;
  border-radius: 9px;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .index-slogan a {
    font-size: 20px;
  }
}






.index-trading .in-desc {
  font-size: 18px;
  color: #fff;
  text-align: center;
  padding-bottom: 25px;
  position: relative;
  margin-bottom: 25px;
}
.index-trading .install-list {
  display: flex;
  justify-content: space-around;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .index-trading .install-list {
    flex-wrap: wrap;
  }
}
.index-trading .install-img {
  width: 148px;
  height: 148px;
  background-color: #fff;
  border-radius: 50%;
  line-height: 148px;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .index-trading .install-img {
    width: 100px;
    height: 100px;
    line-height: 100px;
    margin-bottom: 10px;
  }
  .index-trading .install-img img {
    width: 50px;
  }
}
.index-trading .install-txt {
  font-size: 20px;
  text-align: center;
}
.index-trading .install-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .index-trading .install-box {
    width: 50%;
  }
  .index-trading .install-box:nth-child(n+3) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 550px) {
  .index-trading .install-box {
    width: 100%;
  }
  .index-trading .install-box:nth-child(n+2) {
    margin-top: 20px;
  }
}



.trading-install-more{
  display: block;
  margin: 50px auto 0;
  width: 525px;
  height: 60px;
  background: #f0a816;
  box-shadow: none;
  text-shadow: none;
  color: #fff!important;
  font-size: 28px;
  line-height: 60px;
  font-weight: 700;
  text-align: center;
  text-transform: capitalize;
  max-width: 100%;
}




.index-related .in-title{
  position: relative;
  padding-top: 50px;
  padding-bottom: 30px;
  margin-bottom: 30px;
}


.index-related .in-title h2{
  margin: 0;
  font-weight: 700;
  font-style: normal;
  font-size: 48px;
  line-height: 1.1875;
  color: #3a3a3a;
  text-align: center;
  text-transform: uppercase;
}

.index-related .in-title:after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 6px;
  width: 79px;
  background-color: #f0a816;
}

.index-related .related-list{
  display: flex;
  flex-wrap: wrap;
}


.index-related .related-box{
  width: calc(25% - 22.5px);
  margin-right: 30px;
}

.index-related .related-box:nth-child(4n){
  margin-right: 0;
}
.related-img{
  border: 1px solid #e5e5e5;
}
.related-img .img-box{
  padding-bottom: 80%;
}

.related-tit{
  text-align: center;
  padding: 20px;
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-delivery{
  padding-top: 0;
}


@media screen and (max-width: 991px){
  .index-related .in-title h2{
    font-size: 38px;
  }

  .index-related .related-box{
    width: calc(50% - 10px);
    margin-right: 20px;
  }
  .index-related .related-box:nth-child(2n){
    margin-right: 0;
  }
}