@charset "utf-8";

/* CSS Document */
html {
  font-size: 62.5%;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0 auto;
  font-family: Inter24pt-Regular, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  height: 100%;
  background: #fff;
  width: 100%;
  max-width: 1920px;
  overflow-x: hidden;
}


img {
  border: none;
}

ul li {
  list-style-type: none;
}

ul,
form,
p,
a,
img,
table,
tr,
td,
li,
dd,
dt,
dl,
span,
em {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #333;
}

img {
  display: block;
  transition: 0.5s;
}

a {
  text-decoration: none;
  color: #333;
  outline: none;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
}

h1,
h2 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  color: #333;
}

.clear {
  clear: both;
}

.maln {
  margin-left: auto !important
}

input,
textarea,
select {
  font-family: Inter24pt-Regular, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  color: #999999;
  border: none;
  outline: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
  display: block
}

input[type="button"],
input[ type="submit"],
input[type="reset"] {
  -webkit-appearance: none;
}

button {
  border-radius: 0px;
  -webkit-border-radius: 0px;
}

::selection {
  color: #fff;
  background: #f7a61c;
}

* {
  margin: 0px;
  padding: 0px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

::-webkit-scrollbar-track {
  background: #e5e5e5
}

::-webkit-scrollbar-thumb {
  background: #f7a61c;
}


.fons0 {
  font-size: 0px;
  font-size: 0rem;
}

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999999;
  opacity: 1
}

:-o-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999999;
  opacity: 1
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999999;
  opacity: 1
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999999;
  opacity: 1
}

@media screen and (min-width:1000px) {
  .zong {
    width: calc(100% - 160px);
    max-width: 1400px;
    margin: auto;
  }

  .zong1 {
    width: 95%;
    max-width: 1715px;
    margin: auto;
  }
}

@media screen and (max-width:999px) {

  .zong,
  .zong1 {
    width: 95%;
    margin: auto;
  }
}

a:hover img {
  transform: scale(1.1, 1.1)
}

img {
  max-width: 100%;
}

a:hover {
  color: #f7a61c;
}

.mp {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  color: #666666;
}

.mp p,
.mp a {
  color: #666666;
  display: block;
}

.mp a:hover {
  color: #f7a61c;
}

.mp1 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  color: #666666;
}

.mp1 p,
.mp1 a {
  color: #666666;
  display: block;
}

.mp1 a:hover {
  color: #f7a61c;
}

@media screen and (max-width:1559px) {
  .mp1 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px !important;
  }
}

@media screen and (max-width:1359px) {

  .mp,
  .mp1 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px !important;
  }

  body {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width:767px) {

  .mp,
  .mp1 {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 22px !important;
  }

  body {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.img1 {
  display: block;
  position: relative;
  overflow: hidden;
}

.img1 img {
  width: 100%;
  position: relative;
  z-index: 1
}

.img1:before {
  content: '';
  position: absolute;
  width: 0px;
  height: 100%;
  background: #fff;
  opacity: 0.5;
  left: 50%;
  transform: translateX(-50%);
  top: 0px;
  transition: 1s;
  z-index: 2
}

.img1:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 0px;
  background: #fff;
  opacity: 0.5;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  transition: 1s;
  z-index: 2
}

.img1:hover:before {
  width: 100%;
  opacity: 0
}

.img1:hover:after {
  height: 100%;
  opacity: 0
}

@keyframes m1tu {
  0% {
    opacity: 0;
    left: 0px;
  }

  50% {
    opacity: 1;
    left: 50%;
  }

  100% {
    opacity: 0;
    left: 100%
  }
}

.img2 {
  display: block;
  width: 300px;
  margin: auto;
  position: relative;
  overflow: hidden;
  z-index: 1
}

.img2 img {
  width: 100%;
}

.img2:after {
  content: "";
  height: 100%;
  position: absolute;
  top: 0px;
  transition: 0.5s;
  background: #fff;
  width: 40px;
  filter: blur(30px);
  opacity: 0;
  z-index: 3
}

.img2:hover:after {
  -webkit-animation-name: m1tu;
  animation-name: m1tu;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1
}

.niu1 {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}

.niu1 span {
  position: relative;
  z-index: 2;
}

.niu1:before {
  position: absolute;
  content: '';
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: -50px;
  border-bottom: 50px solid #f7a61c;
  border-right: 30px solid transparent;
  -webkit-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  transition: all 600ms ease;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}

.niu1:after {
  position: absolute;
  content: '';
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: -50px;
  border-left: 30px solid transparent;
  border-bottom: 50px solid #f7a61c;
  -webkit-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  transition: all 600ms ease;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}

.niu1:hover:before {
  -webkit-transform: translateX(-40%);
  -moz-transform: translateX(-40%);
  -ms-transform: translateX(-40%);
  -o-transform: translateX(-40%);
  transform: translateX(-40%);
}

.niu1:hover:after {
  -webkit-transform: translateX(40%);
  -moz-transform: translateX(40%);
  -ms-transform: translateX(40%);
  -o-transform: translateX(40%);
  transform: translateX(40%);
}

.niu2 {
  overflow: hidden;
  position: relative;
}

.niu2 span {
  position: relative;
  display: block;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.niu2 span:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  content: "";
  background-color: #f7a61c;
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: top right;
  -moz-transform-origin: top right;
  -ms-transform-origin: top right;
  -o-transform-origin: top right;
  transform-origin: top right;
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.niu2:hover span:before {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  -o-transform-origin: bottom left;
  transform-origin: bottom left;
}

.niu3 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: background 0.4s linear, color 0.3s linear;
  -o-transition: background 0.4s linear, color 0.3s linear;
  -moz-transition: background 0.4s linear, color 0.3s linear;
  transition: background 0.4s linear, color 0.3s linear;
}

.niu3:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120%;
  height: 50%;
  opacity: 0;
  z-index: -1;
  content: '';
  background: #f7a61c;
  -webkit-transition: all 0.4s linear 0s;
  -o-transition: all 0.4s linear 0s;
  -moz-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.niu3:hover {
  color: #fff;
}

.niu3:hover:after {
  height: 500%;
  opacity: 1;
}


.at-resp-share-element .at4-share-count-container {
  text-decoration: none;
  float: right;
  padding-right: 15px;
  line-height: 25px !important;
}

.at-resp-share-element .at-icon {
  width: 24px !important;
  height: 24px !important;
}

.at-style-responsive .at-share-btn {
  padding: 0 !important;
  border-radius: 2px !important;
}

.at-resp-share-element .at-share-btn .at-icon-wrapper {
  width: 24px !important;
  height: 24px !important;
}

.at-resp-share-element .at-share-btn {
  margin-bottom: 0 !important;
  margin-right: 3px !important;
}

.at-resp-share-element .at-icon {
  width: 24px !important;
  height: 24px !important;
}

.at-style-responsive .at-share-btn {
  padding: 0 !important;
  border-radius: 2px !important;
}

.at-resp-share-element .at-share-btn .at-icon-wrapper {
  width: 24px !important;
  height: 24px !important;
}

.at-resp-share-element .at-share-btn {
  margin-bottom: 0 !important;
  margin-right: 3px !important;
}


/*  head  */
.head {
  background: #fff;
  position: fixed;
  width: 100%;
  left: 0px;
  top: 0px;
  border-bottom: 1px solid #eee;
  z-index: 99999
}

.het {
  background: #f7a61c;
  transition: 0.5s;
  line-height: 30px;
  padding: 9px 0;
  position: absolute;
  width: 100%;
  left: 0px;
  top: 0px;
  transition: 0.5s;
}

.het .zong1:after {
  content: "";
  clear: both;
  display: block;
}

.het a:hover {
  text-decoration: underline;
}

.heshejiao {
  float: left;
}

.heshejiao a {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 18px;
  margin-right: 13px;
}

.heshejiao a:hover {
  color: #333;
  text-decoration: none;
}

.hexin {
  float: right;
}

.hexin li {
  float: left;
  font-size: 18px;
  font-size: 1.8rem;
  color: #ffffff;
  margin-left: 76px;
  position: relative;
  padding-left: 25px;
}

.hexin li a {
  color: #fff;
}

.hexin li i {
  font-size: 18px;
  color: #fff;
  position: absolute;
  left: 0px;
  top: 0px;
}

.heb {
  transition: 0.5s;
  margin-top: 48px;
}

.heb>.zong1 {
  padding-top: 3px;
  transition: 0.5s;
}

.heb>.zong1:after {
  content: "";
  clear: both;
  display: block;
}

.logo {
  display: block;
  float: left;
  width: 86px;
}

.logo span {
  display: block;
}

.logo img {
  display: block;
  margin: auto
}

.het .zong1 {
  z-index: 999
}

.daohang {
  float: right;
  margin-top: 24px;
  margin-right: 80px;
}

.daohang>li {
  float: left;
  margin-right: 54px;
  padding-bottom: 26px;
  position: relative;
  transition: 0.5s;
}

.daohang>li>a {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 42px;
  color: #333;
  position: relative;
}

.daohang>li>a:before {
  content: "";
  transition: 0.5s;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: #f7a61c;
}

.daohang>li:hover>a {
  color: #f7a61c;
}

.daohang>li:hover>a:before {
  width: 100% !important
}

.dangqiandao>a {
  color: #f7a61c !important;
}

.dangqiandao>a:before {
  width: 100% !important;
}

.yijiw {
  background: rgba(255, 255, 255, 0);
  position: absolute;
  width: 232px;
  top: -9999px;
  left: 50%;
  transform: translateX(-50%);
}

.yiji {
  background: rgba(255, 255, 255, 1);
  padding: 15px 0px;
  box-shadow: 2px 2px 40px 0px rgba(0, 0, 0, 0.06);
  border-radius: 20px;
}

.yiji li {
  position: relative;
  transition: 0.5s;
  text-align: center;
  padding: 5px 0;
}

.yiji li a {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 0px;
  padding: 5px 10px;
}

.yiji li:hover>a {
  color: #fff;
  background: #f7a61c;
}

.erji {
  position: absolute;
  width: 232px;
  background: rgba(255, 255, 255, 1);
  top: -9999px;
  left: 100%;
  box-shadow: 2px 2px 40px 0px rgba(0, 0, 0, 0.06);
  padding: 15px 0px;
  border-radius: 20px;
}

.sanji {
  position: absolute;
  width: 232px;
  background: rgba(255, 255, 255, 1);
  top: -9999px;
  left: 100%;
  box-shadow: 2px 2px 40px 0px rgba(0, 0, 0, 0.06);
  padding: 15px 0px;
  border-radius: 20px;
}

.daohang>li:hover .yijiw {
  top: 100%;
}

.daohang>li:hover .yiji>li>a {
  line-height: 26px;
}

.yiji>li:hover .erji {
  top: -15px;
}

.yiji>li:hover .erji>li>a {
  line-height: 26px;
}

.erji>li:hover .sanji {
  top: -15px;
}

.erji>li:hover .sanji>li>a {
  line-height: 26px;
}

.matn {
  margin-top: auto !important;
}

/*  sousuo  */
.sou::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #fff;
  opacity: 1
}

.sou:-o-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
  opacity: 1
}

.sou::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
  opacity: 1
}

.sou:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #fff;
  opacity: 1
}

.sousuo {
  float: right;
  height: 44px;
  margin-top: 25px;
  margin-right: 20px;
  z-index: 9999;
  border-radius: 50%;
  position: relative;
  transition: 0.5s;
}

.sousuo form {
  width: 340px;
  background: #f7a61c;
  border-radius: 4px;
  height: 0px;
  overflow: hidden;
  position: absolute;
  right: -10px;
  top: 57px;
  transition: 0.5s;
  z-index: 99999
}

.sou {
  width: 100%;
  height: 42px;
  line-height: 42px;
  border-radius: 4px;
  border: solid 1px rgba(255, 255, 255, 0.5);
  padding-left: 13px;
  padding-right: 40px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #ffffff;
  background: none;
}

.suo {
  width: 42px;
  height: 42px;
  position: absolute;
  right: 6px;
  top: 6px;
  z-index: 9999999;
  color: #c70a27;
  border-radius: 0px;
  background: none;
  cursor: pointer;
}

.sou1 {
  width: 42px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  position: absolute;
  right: 6px;
  top: 6px;
  font-size: 18px !important;
  color: #fff;
  cursor: pointer;
  z-index: 99990
}

.sou2 {
  display: block;
  color: #333;
  line-height: 44px;
  font-family: Roboto-Medium, Arial, "Arial Black", "sans-serif", Verdana;
  z-index: 1;
  cursor: pointer;
  transition: 0.5s;
}

.sou2 i {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px !important;
  margin-right: 6px;
}

.sou2:hover {
  color: #f7a61c;
}

.sousuof form {
  height: 54px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 6px;
}

.yvn {
  float: right;
  position: relative;
  z-index: 99999;
  margin-right: 12px;
  margin-top: 34px;
}

.yvzhonga {
  display: block;
  line-height: 25px;
  padding-right: 18px;
  font-size: 20px;
  font-size: 2rem;
  text-transform: uppercase;
  text-align: center;
  color: #333333;
  cursor: pointer;
  position: relative;
  z-index: 999999
}

.yvzhonga:before {
  content: "";
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 19px;
  background: #bababa;
}

.yvul {
  width: 100%;
  min-width: 110px;
  position: absolute;
  top: 40px;
  left: -15px;
  background: #f7a61c;
  border: 1px solid #f7a61c;
  border-radius: 5px;
  display: none;
}

.yvul a {
  display: block;
  padding: 5px 10px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  color: #fff;
  border-radius: 5px;
}

.yvul a:hover {
  background: #fff;
  color: #f7a61c;
  text-decoration: none !important;
}

.hea {
  display: block;
  float: right;
  height: 67px;
  line-height: 65px;
  padding: 0 24px;
  margin-top: 10px;
  font-size: 20px;
  font-size: 2rem;
  border-radius: 10px;
  color: #fff;
  background: #f7a61c;
  border: 1px solid #f7a61c;
  font-family: Inter24pt-Bold, Arial, "Arial Black", "sans-serif", Verdana;
}

.hea:hover {
  background: #fff;
  color: #f7a61c;
}

.xnav {
  display: none
}

.daohang2,
sousuo2 {
  display: none
}

.headh {}

.headh .het {
  top: -50px;
}

.headh .heb {
  margin-top: 0px;
}


@media screen and (max-width:1699px) {
  .daohang {
    margin-right: 10px;
  }
}

@media screen and (max-width:1559px) {
  .logo {
    width: 60px;
    margin-top: 5px;
  }

  .hea {
    padding: 0 20px;
    margin-top: 5px;
    font-size: 14px;
    font-size: 1.4rem;
    height: 50px;
    line-height: 48px;
  }

  .daohang {
    margin-right: 10px;
    margin-top: 7px;
  }

  .daohang>li {
    margin-right: 35px;
    padding-bottom: 10px;
  }

  .daohang>li>a {
    font-size: 16px;
    font-size: 1.6rem;
    padding-bottom: 0px;
    font-family: Roboto-Regular, Arial, "Arial Black", "sans-serif", Verdana;
  }

  .hexin li {
    font-size: 14px;
    font-size: 1.4rem;
    margin-left: 20px;
  }

  .sousuo {
    margin-right: 10px;
    margin-top: 5px;
  }

  .sou {
    font-size: 12px;
    font-size: 1.2rem;
  }

  .sou2 i {
    font-size: 18px !important;
    margin-right: 4px;
  }

  .yvn {
    margin-top: 15px;
    padding: 0 10px;
    margin-right: 10px;
  }

  .yvzhonga {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .yijiw,
  .erji,
  .sanji {
    width: 200px;
  }

  .yiji li a {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 0px;
    padding: 5px 10px;
  }
}

@media screen and (max-width:1359px) {
  .sou2 {
    font-size: 0px;
  }

  .daohang {
    margin-right: 0px;
  }

  .daohang>li {
    margin-right: 20px;
  }

  .daohang>li>a {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .yvn {
    margin-right: 5px;
  }

  .hea {
    padding: 0 12px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media screen and (min-width:1000px) {

  .carousel,
  .nav,
  .clear3 {
    display: none
  }
}

@media screen and (max-width:999px) {

  .het,
  .daohang,
  .sousuo {
    display: none;
  }

  .het {
    margin-top: 0px;
  }

  .het .zong1 {
    z-index: 3;
    padding: 0px;
    position: relative;
  }

  .logo {
    width: 45px;
    margin-top: 0px;
  }

  .heb {
    margin-top: 0px;
  }

  .heb .zong1 {
    padding: 5px 0 !important;
  }

  .hea1 {
    display: none;
  }

  .hea {
    float: none;
    background: #fff;
    color: #f7a61c;
    width: calc(100% - 40px);
    margin: auto;
    padding: 0px;
  }

  .yvn {
    margin-right: 45px;
    margin-top: 7px;
    padding: 0px;
    border: none;
  }

  .yvul {
    min-width: 100px;
    top: 35px;
  }

  .yvul a {
    padding: 5px;
    font-size: 12px;
    font-size: 1.2rem;
  }

  .xnav {
    display: block
  }

  .nav {
    position: fixed;
    width: 35px;
    height: 24px;
    background: #f7a61c;
    right: 2.5%;
    top: 12px;
    cursor: pointer;
    border-radius: 5px;
    z-index: 9999999999
  }

  .xnav2 .nav {
    background: #ffc700;
  }

  .nav span {
    display: block;
    width: 20px;
    height: 2px;
    background: #ffffff;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    top: 50%;
    transition: 0.5s;
    z-index: 9999999991
  }

  .nav .nav1 {
    margin-top: -1px;
  }

  .nav .nav2 {
    margin-top: -8px;
  }

  .nav .nav3 {
    margin-top: 6px;
  }

  .nav:hover .nav1 {
    width: 25px;
  }

  .navh .nav1 {
    transform: rotate(45deg)
  }

  .navh .nav2 {
    transform: rotate(-45deg);
    width: 10px;
    margin-left: -1px;
    margin-top: -5px;
  }

  .navh .nav3 {
    transform: rotate(-45deg);
    width: 9px;
    margin-top: 3px;
    margin-left: -8px;
  }

  .navh:hover .nav2 {
    margin-top: -8px;
    margin-left: 7px;
  }

  .navh:hover .nav3 {
    margin-top: 5px;
    margin-left: -12px;
  }

  .smdaohang {
    position: fixed;
    width: 280px;
    height: 100%;
    overflow: auto;
    top: 0px;
    right: -100%;
    background: #000;
    background: #f7a61c;
    z-index: 9999999;
    transition: 0.5s;
    text-align: center;
  }

  .smdaohangh {
    right: 0px;
  }

  .topnav {
    margin: auto;
    margin-top: 30px;
    padding: 20px;
  }

  ul.topnav li {
    text-align: left;
    position: relative;
  }

  ul.topnav li a {
    padding: 15px 5px;
    padding-left: 0px;
    color: #fff;
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    padding-right: 50px;
    border-bottom: 1px dashed #fff;
    font-family: Lato-Regular, Arial, Helvetica, sans-serif;
  }

  ul.topnav ul {
    display: none;
  }

  ul.topnav ul li {
    clear: both;
  }

  ul.topnav ul li a {
    padding: 10px 5px;
    padding-left: 20px;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    outline: 0;
    border: none;
  }

  ul.topnav ul li a:hover {}

  ul.topnav ul ul li a {
    padding-left: 40px;
    font-size: 12px;
    font-size: 1.2rem;
  }

  ul.topnav ul ul {
    border-top: 1px dashed rgba(255, 255, 255, 0.5);
    border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
  }

  ul.topnav ul ul ul li a {
    padding-left: 60px;
  }

  ul.topnav span {
    display: block;
    position: absolute;
    right: 0px;
    top: 15px;
    width: 20px;
    height: 20px;
    background: #fff;
    background: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    border-radius: 50%;
    transition: 0.5s;
  }

  ul.topnav span:before {
    content: "";
    width: 6px;
    height: 2px;
    background: #333;
    position: absolute;
    left: 50%;
    margin-left: -3px;
    top: 50%;
    margin-top: 0px;
    transform: rotate(45deg);
    transform-origin: right center
  }

  ul.topnav span:after {
    content: "";
    width: 6px;
    height: 2px;
    background: #333;
    position: absolute;
    left: 50%;
    margin-left: -3px;
    top: 50%;
    margin-top: -1px;
    transform: rotate(-45deg);
    transform-origin: right center;
    transition: 0.5s;
  }

  ul.topnav span.yizi {
    transform: rotate(90deg)
  }

  .smdaohang form {
    margin-top: 15px;
    margin-bottom: 15px;
    width: 240px;
    height: 26px;
    border: 1px solid #fff;
    position: relative;
    background: #fff;
    border-radius: 13px;
  }

  .smdaohang form .iptc {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 15px;
    background-color: #fff;
    width: 80%;
    height: 24px;
    line-height: 24px;
    display: block;
    float: left;
    border-radius: 10px;
  }

  .smdaohang form .ipsc {
    width: 20%;
    height: 24px;
    line-height: 24px;
    display: block;
    float: right;
    background: transparent;
    position: relative;
    z-index: 99;
  }

  .smdaohang form i {
    position: absolute;
    right: 10px;
    top: 2px;
  }

  .clear3 {
    clear: both;
  }
}


/*  banner  */
.slideshow {
  position: relative;
}

.batu {
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 0px;
}

.slideshow .wp {
  position: absolute;
  left: 50%;
  margin-left: -600px;
  top: 50%;
  margin-top: -166.5px;
}

.slideshow .wp img {
  max-width: 100%;
  max-height: 80%;
}

.slideshow .item a img {
  width: 100%;
  -webkit-transition: all 6s ease-out;
  -o-transition: all 6s ease-out;
  -moz-transition: all 6s ease-out;
  transition: all 6s ease-out;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.slideshow .item.slick-active img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.slick-dots {
  position: absolute;
  width: 100%;
  bottom: 30px;
  text-align: center;
  display: none !important
}

.slick-dots li {
  display: inline-block;
}

.slick-dots li button {
  cursor: pointer;
  font-size: 0px;
  margin-left: 4.5px;
  margin-right: 4.5px;
  border: none;
  outline: none;
  width: 16px;
  height: 16px;
}

.slick-dots li.slick-active button {}

.slick-prev,
.slick-next {
  width: 52px;
  height: 46px;
  border: 0px;
  font-size: 0px;
  cursor: pointer;
  position: absolute;
  bottom: 36px;
  background-size: cover !important;
  z-index: 999;
}

.slick-prev {
  left: 50%;
  margin-left: -700px;
  background: url("../images/baleft.png") no-repeat center;
}

.slick-next {
  left: 50%;
  margin-left: -640px;
  background: url("../images/baright.png") no-repeat center;
}

.slick-prev:hover {
  background: url("../images/balefth.png") no-repeat center;
}

.slick-next:hover {
  background: url("../images/barighth.png") no-repeat center;
}


.slideshow .item.slick-active.item_one img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.slideshow .item.slick-active.item_one.on img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.slick-list,
.slick-slider,
.slick-track {
  position: relative;
  display: block
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
  visibility: hidden
}

.slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0
}

.slick-list:focus {
  outline: 0
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.slick-track {
  top: 0;
  left: 0
}

.slick-track:after,
.slick-track:before {
  display: table;
  content: ''
}

.slick-track:after {
  clear: both
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px
}

[dir=rtl] .slick-slide {
  float: right
}

.slick-slide img {
  display: block
}

.slick-slide.slick-loading img {
  display: none
}

.slick-slide.dragging img {
  pointer-events: none
}

.slick-initialized .slick-slide {
  display: block
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}

.slick-arrow.slick-hidden {
  display: none
}

.slick-slide iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.slick-slide video {
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 101%;
  min-height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  display: none \9;
  display: block \9\0;
}

.slick-dots .slide-count {
  display: none;
}

@media screen and (max-width: 1559px) {
  .slick-prev {
    left: 2.5%;
    margin-left: 0px;
  }

  .slick-next {
    left: 2.5%;
    margin-left: 60px;
  }
}

@media screen and (max-width: 999px) {
  .slick-slide video {
    object-position: inherit;
    object-fit: inherit;
    width: 100%;
    height: 100%;
    transform: translate(0, 0);
    left: 0;
    top: 0;
  }

  .slick-prev,
  .slick-next {
    width: 30px;
    height: 26px;
    bottom: 20px;
  }

  .slick-prev {
    left: 2.5%;
    margin-left: 0px;
    background: url("../images/balefth.png") no-repeat center;
  }

  .slick-next {
    left: 2.5%;
    margin-left: 40px;
    background: url("../images/barighth.png") no-repeat center;
  }
}

/*  main1  */
.main1 {
  background: #f6f6f6;
  padding: 70px 0;
}

.main1 .zong {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}

.m1lie {
  width: 30.9%;
  margin-left: 3.65%;
  border-radius: 20px;
  text-align: center;
  padding: 23px 10px;
  margin-bottom: 20px;
  background: #fff url("../images/m1bei.jpg") no-repeat top center;
  background-size: 100% auto !important;
}

.m1lie:nth-child(3n-2) {
  margin-left: 0px;
}

.m1tu {
  display: block;
  width: 62px;
  margin: auto;
}

.m1tu img {
  transform: scale(1) !important
}

.m1a {
  display: block;
  margin-top: 25px;
  color: #333333;
}

@media screen and (max-width:999px) {
  .main1 {
    padding: 50px 0;
  }

  .m1lie {
    margin: 5px 0;
  }
}

@media screen and (max-width:767px) {
  .main1 {
    padding: 30px 0;
  }
}

@media screen and (max-width:499px) {
  .m1lie {
    width: 100%;
    padding: 10px;
  }

  .m1a {
    margin-top: 5px;
  }

  .m1tu {
    width: 40px;
  }
}

/*  main2  */
.main2 {
  padding-top: 110px;
  padding-bottom: 127px;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-end;
}

.m2l {
  width: 47.45%;
}

.m2r {
  width: 52.55%;
}

.m2l a {
  display: block;
  overflow: hidden;
}

.m2biao {
  display: block;
  font-size: 46px;
  font-size: 4.6rem;
  line-height: 52px;
  padding-left: 50px;
  background: url("../images/m2biao.png") no-repeat center left;
  text-transform: uppercase;
  font-family: Inter24pt-Bold, Arial, "Arial Black", "sans-serif", Verdana;
}

.m2pz {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 40px;
  margin-top: 76px;
}

.m2p1 {
  margin-top: 8px;
}

.m2p1 a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.m2rn {
  padding-left: 50px;
  width: 90%;
  max-width: 750px;
}

.img-scroll {
  position: relative;
  margin-top: 62px;
  padding-bottom: 98px;
}

.img-scroll .prev,
.img-scroll .next {
  position: absolute;
  text-align: center;
  display: block;
  width: 52px;
  height: 46px;
  background-size: cover !important;
  bottom: 0px;
  transition: 0.5s;
  z-index: 999
}

.img-scroll .prev {
  left: 50%;
  margin-left: -57px;
  cursor: pointer;
  background: url("../images/m2left.png") no-repeat center;
}

.img-scroll .next {
  right: 50%;
  margin-right: -57px;
  cursor: pointer;
  background: url("../images/m2right.png") no-repeat center;
}

.img-scroll .prev:hover {
  background: url("../images/m2lefth.png") no-repeat center;
}

.img-scroll .next:hover {
  background: url("../images/m2righth.png") no-repeat center;
}

.img-list {
  position: relative;
  overflow: hidden;
}

.img-list ul {
  width: 10000%;
}

.img-list li {
  float: left;
  width: 0.455%;
  margin-right: 0.09%;
  position: relative;
}

.m2n {
  padding-top: 96px;
  padding-bottom: 25px;
  position: relative;
}

.m2tu {
  display: block;
  width: 189px;
  border: solid 2px #f5a51c;
  border-radius: 50%;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
}

.m2zi {
  border: 6px solid #f4f4f4;
  border-radius: 20px;
  padding: 50px 30px;
  padding-top: 145px;
  text-align: center;
}

.m2a {
  font-size: 20px;
  font-size: 2rem;
  line-height: 36px;
  font-family: Inter24pt-Bold, Arial, "Arial Black", "sans-serif", Verdana;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.m2p {}

.m2p a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.m2mor {
  display: block;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 181px;
  height: 50px;
  line-height: 48px !important;
  font-size: 16px;
  font-size: 1.6rem;
  background: #f5a51c;
  border: 1px solid #f5a51c;
  color: #ffffff;
  border-radius: 10px;
}

.m2mor:hover {
  background: #fff;
}

@media screen and (max-width:1699px) {
  .m2pz {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 30px;
    margin-top: 20px;
  }

  .m2p {
    margin-top: 5px;
  }

  .img-scroll {
    margin-top: 30px;
    padding-bottom: 65px;
  }

  .m2zi {
    padding: 30px 20px;
    padding-top: 100px;
  }
}

@media screen and (max-width:1359px) {
  .main2 {
    padding: 60px 0;
    align-items: center;
  }

  .m2biao {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 42px;
    padding-left: 35px;
    background-size: 25px;
  }

  .m2pz {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 26px;
    margin-top: 20px;
  }

  .m2rn {
    padding-left: 30px;
  }

  .img-scroll {
    margin-top: 30px;
    padding-bottom: 50px;
  }

  .img-list li {
    width: 0.49%;
    margin-right: 0.02%;
  }

  .m2tu {
    width: 120px;
  }

  .m2n {
    padding-top: 50px;
  }

  .m2zi {
    padding: 20px 10px;
    padding-top: 70px;
  }

  .m2a {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
  }

  .m2mor {
    font-size: 14px;
    font-size: 1.4rem;
    width: 155px;
    height: 40px;
    line-height: 38px !important;
  }

  .img-scroll .prev,
  .img-scroll .next {
    width: 30px;
    height: 28px;
  }

  .img-scroll .prev {
    left: 50%;
    margin-left: -37px;
  }

  .img-scroll .next {
    right: 50%;
    margin-right: -37px;
  }
}

@media screen and (max-width:999px) {
  .m2l {
    display: none;
  }

  .m2r {
    width: 100%;
  }

  .m2rn {
    max-width: none;
    width: 95%;
    padding: 0px;
    margin: auto;
  }

  .m2biao {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 40px;
    padding-left: 30px;
    background-size: 20px;
  }
}

@media screen and (max-width:767px) {
  .main2 {
    padding: 30px 0;
  }

  .m2biao {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 30px;
  }

  .m2pz {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
    margin-top: 15px;
  }

  .m2a {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
  }

  .m2mor {
    font-size: 12px;
    font-size: 1.2rem;
    width: 120px;
  }

  .m2n {
    padding-top: 50px;
    padding-bottom: 15px;
  }

  .m2zi {
    padding: 25px 10px;
    padding-top: 70px;
  }
}

@media screen and (max-width:399px) {
  .img-scroll {
    margin-top: 20px;
  }

  .img-list li {
    width: 1%;
    margin-right: 0.02%;
  }
}

/*  main3  */
.main3 {
  background: #f6f6f6;
  padding-top: 108px;
  position: relative;
}

.m3t {}

.m3tp {
  width: 45%;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 50px;
  font-family: Inter24pt-Bold, Arial, "Arial Black", "sans-serif", Verdana;
}

.img-scroll1 {
  margin-top: 76px;
}

.img-scroll1 .prev,
.img-scroll1 .next {
  position: absolute;
  text-align: center;
  display: block;
  width: 52px;
  height: 46px;
  background-size: cover !important;
  bottom: 60px;
  transition: 0.5s;
  z-index: 999
}

.img-scroll1 .prev {
  left: 30px;
  cursor: pointer;
  background: url("../images/m2left.png") no-repeat center;
}

.img-scroll1 .next {
  left: 91px;
  cursor: pointer;
  background: url("../images/m2right.png") no-repeat center;
}

.img-scroll1 .prev:hover {
  background: url("../images/m2lefth.png") no-repeat center;
}

.img-scroll1 .next:hover {
  background: url("../images/m2righth.png") no-repeat center;
}

.img-list1 {
  position: absolute;
  overflow: hidden;
  width: 37.5%;
  top: 96px;
  right: 50%;
  margin-right: -700px;
  background: #ffffff;
  box-shadow: 0px 6px 40px 0px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  z-index: 99
}

.img-list1 ul {
  width: 10000%;
}

.img-list1 li {
  float: left;
  width: 1%;
  position: relative;
  padding: 34px 30px;
  padding-bottom: 160px;
}

.img-list2 {
  position: relative;
  overflow: hidden;
  z-index: 1
}

.img-list2 ul {
  width: 10000%;
}

.img-list2 li {
  float: left;
  width: 1%;
  position: relative;
}

.m3a {
  display: block;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 44px;
  padding-top: 22px;
  font-family: Inter24pt-Bold, Arial, "Arial Black", "sans-serif", Verdana;
  position: relative;
}

.m3a:before {
  content: "";
  position: absolute;
  width: 152px;
  height: 3px;
  background: #f5a51c;
  left: 0px;
  top: 0px;
}

.m3p {
  margin-top: 18px;
}

.m3p a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

@media screen and (max-width:1699px) {
  .img-list1 {
    width: 45%;
    right: auto;
    margin: auto;
    right: 100px;
  }
}

@media screen and (max-width:1359px) {
  .main3 {
    padding-top: 60px;
  }

  .img-scroll1 {
    margin-top: 30px;
  }

  .img-list1 {
    top: 50px;
  }

  .img-list1 li {
    padding: 30px 20px;
    padding-bottom: 70px;
  }

  .img-scroll1 .prev,
  .img-scroll1 .next {
    bottom: 20px;
  }

  .img-scroll1 .prev,
  .img-scroll1 .next {
    width: 30px;
    height: 28px;
  }

  .img-scroll1 .prev {
    left: 20px;
  }

  .img-scroll1 .next {
    left: 60px;
  }

  .m3a {
    font-size: 30px;
    font-size: 3rem;
    line-height: 40px;
    padding-top: 15px;
  }

  .m3tp {
    width: 42%;
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
  }
}

@media screen and (max-width:999px) {
  .m3tp {
    width: 100%;
  }

  .img-scroll1 {
    margin-top: 1px;
  }

  .img-list1 {
    width: 95%;
    margin-top: 1px;
    position: relative;
    right: auto;
    top: 30px;
  }

  .m3a {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 30px;
    padding-top: 15px;
  }

  .m3a:before {
    width: 60px;
  }
}

@media screen and (max-width:767px) {
  .main3 {
    padding-top: 30px;
  }

  .m3tp {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .m3a {
    font-size: 20px;
    font-size: 2rem;
    padding-top: 10px;
  }

  .img-list1 li {
    padding: 20px 10px;
    padding-bottom: 50px;
  }

  .img-scroll1 .prev,
  .img-scroll1 .next {
    bottom: 10px;
  }

  .img-scroll1 .prev {
    left: 10px;
  }

  .img-scroll1 .next {
    left: 50px;
  }

  .m3p {
    margin-top: 10px;
  }
}

/*  main4  */
.main4 {
  /* background: #f6f6f6 url("../images/m4bei.jpg") no-repeat left top; */
  padding-top: 140px;
  padding-bottom: 100px;
}

.main4 .zong {
  position: relative;
}

.m4biao {
  position: absolute;
  left: 0px;
  top: 28px;
  z-index: 99
}

.img-scroll3 {
  position: relative;
  z-index: 1
}

.img-scroll3 .prev,
.img-scroll3 .next {
  position: absolute;
  text-align: center;
  display: block;
  width: 52px;
  height: 46px;
  background-size: cover !important;
  bottom: 127px;
  transition: 0.5s;
  z-index: 999
}

.img-scroll3 .prev {
  left: 50%;
  margin-left: -700px;
  cursor: pointer;
  background: url("../images/m2left.png") no-repeat center;
}

.img-scroll3 .next {
  left: 50%;
  margin-left: -640px;
  cursor: pointer;
  background: url("../images/m2right.png") no-repeat center;
}

.img-scroll3 .prev:hover {
  background: url("../images/m2lefth.png") no-repeat center;
}

.img-scroll3 .next:hover {
  background: url("../images/m2righth.png") no-repeat center;
}

.img-list3 {
  position: relative;
  overflow: hidden;
}

.img-list3 ul {
  width: 10000%;
}

.img-list3 li {
  float: left;
  width: 1%;
  position: relative;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
}

.m4tu {
  width: 46.875%;
  display: block;
  overflow: hidden;
  border-radius: 20px 0 0 20px;
}

.m4zi {
  width: 53.125%;
  text-align: right;
}

.m4zin {
  width: 90%;
  display: inline-block;
  max-width: 750px;
  padding-right: 60px;
  padding-top: 160px;
  padding-bottom: 200px;
  text-align: left;
}

.m4a {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.m4p {
  margin-top: 24px;
}

.m4p a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.m4mor {
  display: block;
  background: url("../images/m2biao.png") no-repeat left center;
  background-size: 52px;
  padding-left: 10px;
  line-height: 46px !important;
  color: #333;
  margin-top: 34px;
}

.m4mor:hover {
  color: #333;
  text-decoration: underline;
}

@media screen and (max-width:1569px) {
  .img-scroll3 .prev {
    left: 5%;
    margin-left: auto;
  }

  .img-scroll3 .next {
    left: 5%;
    margin-left: 60px;
  }
}

@media screen and (max-width:1359px) {
  .main4 {
    padding: 60px 0;
  }

  .m4biao {
    position: relative;
    top: auto;
  }

  .m4zin {
    padding-top: 0px;
    padding-bottom: 40px;
    padding-right: 30px;
  }

  .m4a {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 40px;
  }

  .img-scroll3 {
    margin-top: 20px;
  }

  .img-scroll3 .prev,
  .img-scroll3 .next {
    width: 30px;
    height: 28px;
    bottom: 0px;
  }

  .img-scroll3 .prev {
    left: 5%;
    margin-left: auto;
  }

  .img-scroll3 .next {
    left: 5%;
    margin-left: 40px;
  }
}

@media screen and (max-width:999px) {
  .m4zin {
    width: 95%;
  }

  .img-scroll3 .prev {
    left: 2.5%;
  }

  .img-scroll3 .next {
    left: 2.5%;
  }

  .m4a {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
  }

  .m4p {
    margin-top: 10px;
  }

  .m4mor {
    margin-top: 10px;
    line-height: 30px;
    background-size: 30px !important;
  }
}

@media screen and (max-width:767px) {
  .main4 {
    padding: 30px 0;
  }

  .m4a {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
  }
}

@media screen and (max-width:499px) {
  .m4tu {
    width: 95%;
    max-width: 300px;
    border-radius: 20px;
    margin: auto;
  }

  .m4zi {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }

  .m4zin {
    width: 95%;
  }
}

/*  main5  */
.main5 {
  background: url("../images/m5bei.jpg") no-repeat center;
  background-size: cover;
  border-radius: 20px;
  padding: 0px 55px;
  margin-top: 148px;
  margin-bottom: 102px;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}

.m5tu {
  width: 370px;
  margin-top: -65px;
}

.m5zi {
  width: calc(100% - 390px);
  padding-top: 54px;
  padding-bottom: 36px;
  text-align: center;
}

.m5a {
  display: block;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 40px;
  font-family: Inter24pt-Bold, Arial, "Arial Black", "sans-serif", Verdana;
  color: #fff;
}

.m5rtu {
  display: block;
  width: 50%;
  max-width: 380px;
  margin: auto;
  margin-top: 30px;
}

.m5rmor {
  display: block;
  width: 202px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  background: #3a3a3a;
  margin: auto;
  margin-top: 25px;
  border-radius: 10px;
}

.m5rmor:hover {
  background: #fff;
}

@media screen and (max-width:1359px) {
  .main5 {
    padding: 0px 20px;
    margin: 70px auto;
  }

  .m5tu {
    width: 280px;
    margin-top: -45px;
  }

  .m5zi {
    width: calc(100% - 300px);
    padding: 30px 0;
  }

  .m5a {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 32px;
  }

  .m5rtu {
    max-width: 280px;
    margin-top: 20px;
  }

  .m5rmor {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 15px;
    width: 180px;
  }
}

@media screen and (max-width:999px) {
  .m5tu {
    width: 200px;
    margin-top: -20px;
  }

  .m5zi {
    width: calc(100% - 220px);
    padding: 20px 0;
  }

  .m5a {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 30px;
  }

  .m5rtu {
    margin-top: 10px;
  }

  .m5rmor {
    font-size: 12px;
    font-size: 1.2rem;
    margin-top: 10px;
    width: 150px;
    height: 40px;
    line-height: 40px;
  }
}

@media screen and (max-width:767px) {
  .main5 {
    padding: 0px 20px;
    margin: 30px auto;
    margin-top: 50px;
  }

  .m5tu {
    width: 200px;
    margin: auto;
    margin-top: -20px;
  }

  .m5zi {
    width: 100%;
    padding: 20px 0;
    padding-top: 10px;
  }

  .m5a {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
  }
}

/*  main6  */
.main6 {
  background: #1f1f1f url("../images/m6bei.jpg") no-repeat center;
  position: relative;
  min-height: 770px;
}

.m6tu1 {
  width: 455px;
  border-radius: 20px;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 27px;
  border-radius: 20px;
}

.m6tu2 {
  width: 455px;
  border-radius: 20px;
  display: block;
  overflow: hidden;
  position: absolute;
  right: 0px;
  bottom: 27px;
  border-radius: 20px;
}

.m6zi {
  width: calc(100% - 1000px);
  margin: auto;
  text-align: center;
  text-align: center;
  padding-top: 140px;
  padding-bottom: 218px;
}

.m6biao {
  margin-top: 25px;
  text-align: center;
  padding: 0px;
  color: #fff;
  background: none;
  text-transform: none;
}

.m6p {
  margin-top: 28px;
}

.m6p a,
.m6p p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  color: #fff;
}

.m6b {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  padding-top: 86px;
}

.m6lie {
  width: 25%;
  padding: 0 10px;
  text-align: center;
  margin-top: 20px;
}

.m6shu {
  font-size: 60px;
  font-size: 6rem;
  line-height: 70px;
  color: #f5a51c;
  font-family: Inter24pt-Bold, Arial, "Arial Black", "sans-serif", Verdana;
}

.m6shu span {
  color: #f5a51c;
}

.m6a {
  color: #ffffff;
  margin-top: 8px;
}

@media screen and (max-width:1699px) {
  .main6 {
    min-height: 520px;
  }

  .m6tu1 {
    width: 300px;
  }

  .m6tu2 {
    width: 300px;
  }

  .m6zi {
    width: calc(100% - 700px);
    padding: 100px 0;
  }

  .m6b {
    padding-top: 0px;
  }

  .m6shu {
    font-size: 40px;
    font-size: 4rem;
    line-height: 50px;
  }
}

@media screen and (max-width:1359px) {
  .main6 {
    min-height: 360px;
  }

  .m6tu1 {
    width: 200px;
  }

  .m6tu2 {
    width: 200px;
  }

  .m6zi {
    width: calc(100% - 460px);
    padding: 60px 0;
  }

  .m6shu {
    font-size: 30px;
    font-size: 3rem;
    line-height: 40px;
  }
}

@media screen and (max-width:999px) {
  .main6 {
    min-height: 0px;
    display: flex;
    flex-flow: wrap;
  }

  .m6tu1 {
    width: 140px;
    left: 50%;
    margin-left: -145px;
  }

  .m6tu2 {
    width: 140px;
    right: 50%;
    margin-right: -145px;
    bottom: auto;
    top: 27px;
  }

  .m6zi {
    width: 95%;
    margin: auto;
    padding: 30px 0;
    margin-top: 240px;
  }

  .m6lie {
    padding: 0 5px;
  }

  .m6shu {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
  }

  .m6biao,
  .m6p {
    margin-top: 10px;
  }
}

/*  main7  */
.main7 {
  padding-top: 102px;
  padding-bottom: 118px;
}

#outer {
  margin-top: 79px;
  font-size: 0px;
  position: relative;
}

#tab {
  zoom: 1;
  font-size: 0px;
  position: absolute;
  right: 0px;
  top: -110px;
}

#tab li {
  transition: 0.5s;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 30px;
  font-family: Inter24pt-Bold, Arial, "Arial Black", "sans-serif", Verdana;
  color: #333;
  margin-left: 45px;
  z-index: 1
}

#tab li span {
  display: block;
  color: #333;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 30px;
  transition: 0.5s;
}

#tab li.current span {
  color: #f5a51c;
  text-decoration: underline;
}

#content {
  display: block;
}

#content .tabul {
  display: none;
  font-size: 0px;
  vertical-align: middle;
}

.m7n {
  display: flex;
  flex-flow: wrap;
}

.m7lie {
  width: 32.3%;
  margin-left: 1.55%;
  border-radius: 20px;
  background: #f3f3f3;
}

.m7lie:nth-child(3n-2) {
  margin-left: 0px;
}

.m7tu {
  display: block;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}

.m7zi {
  padding: 20px;
}

.m7riqi {
  color: #f5a51c;
}

.m7a {
  display: block;
  font-size: 20px;
  font-size: 2rem;
  line-height: 35px;
  font-family: Inter24pt-Bold, Arial, "Arial Black", "sans-serif", Verdana;
  color: #333;
  margin-top: 8px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.m7p {
  margin-top: 16px;
}

.m7p a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.m7mor {
  background-size: 42px !important;
  margin-top: 15px;
}

@media screen and (max-width:1359px) {
  .main7 {
    padding: 60px 0;
  }

  #outer {
    margin-top: 30px;
  }

  #tab {
    top: -60px;
  }

  #tab li {
    margin-left: 30px;
  }

  #tab li span {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 26px;
  }

  .m7zi {
    padding: 20px 10px;
  }

  .m7a {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
  }
}

@media screen and (max-width:767px) {
  .main7 {
    padding: 30px 0;
  }

  #tab {
    top: auto;
    position: relative;
    margin-bottom: 20px;
  }

  #tab li {
    margin-left: auto;
    margin-right: 20px;
  }

  .m7lie {
    width: 49%;
    margin-left: 2%;
  }

  .m7lie:nth-child(3n-2) {
    margin-left: 0px;
  }

  .m7lie:nth-child(2n-1) {
    margin-left: 0px;
  }

  .main7 .m7lie:nth-child(3) {
    display: none;
  }

  .m7zi {
    padding: 10px 6px;
  }

  .m7a {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    margin-top: 5px;
    -webkit-line-clamp: 1;
  }

  .m7p {
    margin-top: 10px;
  }

  .m7mor {
    background-size: 30px !important;
    margin-top: 5px;
  }
}

/*  main8  */
.main8 {
  background: #f5f5f5;
  padding-top: 80px;
  padding-bottom: 70px;
}

#Marquee_x {
  overflow: hidden;
  width: 100%;
  margin: auto;
}

#Marquee_x ul li,
#Marquee_x ul li div {
  float: left;
  line-height: 25px;
  overflow: hidden;
}

#Marquee_x ul li div {
  float: left;
  overflow: hidden;
  margin-right: 68px !important;
}

#Marquee_x ul li {}

#Marquee_x ul li div a {
  display: block;
  width: 226px;
  height: 0px;
  padding-bottom: 35.398%;
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

#Marquee_x ul li div a img {
  max-width: 90%;
  max-height: 90%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s;
  transition: 0.5s;
}

#Marquee_x ul li div a:hover {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.13);
}

@media screen and (max-width:1359px) {
  .main8 {
    padding: 50px 0;
  }

  #Marquee_x ul li div {
    width: 180px;
    margin-right: 20px !important;
  }

  #Marquee_x ul li div a {
    width: 100%;
  }
}

@media screen and (max-width:767px) {
  .main8 {
    padding: 30px 0;
  }

  #Marquee_x ul li div {
    width: 150px;
    padding: 0px;
    margin-right: 10px !important
  }

  #Marquee_x ul li div a {
    border-radius: 10px;
  }

  #Marquee_x ul li div a:hover {
    box-shadow: none;
  }
}

/*  foot  */
.foot {}

.foot2 {
  padding-top: 60px;
}

.foot2 .fot {
  padding-top: 30px;
}

.fot {
  border-bottom: 1px solid #f5f5f5;
  border-top: 1px solid #f5f5f5;
  padding-bottom: 30px;
  padding-top: 75px;
}

.fologo {
  display: block;
  width: 115px;
  margin: auto;
}

.foc {}

.focn {
  width: 95%;
  max-width: 842px;
  padding-top: 24px;
  margin: auto;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}

.fo1 {
  width: 252px;
}

.fo2 {
  width: 143px;
}

.fo3 {
  width: 252px;
}

.fo1 p {
  color: #333;
  padding-left: 38px;
  position: relative;
  margin-bottom: 30px;
}

.fo1 p i {
  color: #333;
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 20px;
}

.fo1 p a {
  color: #333
}

.foxin {}

.foxin .int1 {
  width: 100%;
  margin-bottom: 10px;
}

.foxin .int2 {
  width: 100%;
  margin-bottom: 10px;
  position: relative;
  padding-right: 74px;
}

.foxin .int3 {
  width: 100%;
  margin-bottom: 10px;
}

.foxin input {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #f6f6f6;
  border-radius: 10px;
  padding-left: 33px;
  padding-right: 10px;
  color: #333;
  font-size: 16px;
  font-size: 1.6rem;
}
.foxin textarea{
    width: 100%;
    background: #f6f6f6;
    height: 100px;
    line-height: 45px;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0 10px;
    padding-left: 33px;
    border-radius: 4px;
    color: #333;
}
.foxin .xing input,.foxin .xing textarea {
  background: #f6f6f6 url("../images/xing.png") no-repeat 21px 18px;
}

.foxin .verify_img {
  position: absolute;
  width: 70px;
  height: 50px;
  border-radius: 10px;
  right: 0px;
  top: 0px;
  cursor: pointer;
}

.foxin .int3 input {
  width: 100%;
  height: 50px;
  line-height: 48px;
  background: #f5a51c;
  border: 1px solid #f5a51c;
  padding: 0px;
  color: #ffffff;
  font-family: Inter24pt-Bold, Arial, "Arial Black", "sans-serif", Verdana;
  cursor: pointer;
  transition: 0.5s;
}

.foxin .int3 input:hover {
  background: #fff;
  color: #f5a51c;
}

.shejiao {
  text-align: center;
  font-size: 0px;
  padding-top: 11px;
}

.shejiao a {
  display: inline-block;
  width: 43px;
  height: 43px;
  line-height: 41px;
  font-size: 22px;
  margin: 10px;
  border-radius: 5px;
  text-align: center;
  color: #999999;
  border: 1px solid #999999;
}

.shejiao a:hover {
  background: #999999;
  color: #fff;
}

.fob {
  border-top: 1px solid #f5f5f5;
  text-align: center;
  padding: 25px 0;
  padding-top: 15px;
  margin-top: 10px;
}

.fop {
  width: 95%;
  margin: auto;
  text-align: center;
  color: #999999;
}

.fop a {
  display: inline-block;
  vertical-align: middle;
  color: #999999;
}

.fop a img {
  display: inline-block;
  vertical-align: middle;
}

@media screen and (max-width:999px) {
  .fot {
    padding-bottom: 20px;
    padding-top: 30px;
  }

  .fob {
    padding-top: 15px;
    padding-bottom: 60px;
  }

  .foot2 {
    padding-top: 30px;
  }

  .foot2 .fot {
    padding-top: 10px;
  }
}

@media screen and (max-width:767px) {
  .fologo {
    width: 80px;
  }

  .fo1 {
    width: calc(100% - 110px);
  }

  .fo2 {
    width: 100px;
  }

  .fo3 {
    width: 100%;
  }

  .fo1 p {
    margin-bottom: 22px;
  }

  .foxin input {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .shejiao a {
    width: 40px;
    height: 40px;
    line-height: 38px;
    font-size: 22px;
    margin: 2px;
  }
}


/*  foot  */
.lianxi {
  position: fixed;
  width: 51px;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999999999
}

.lianxi div a {
  display: block;
  width: 51px;
  height: 51px;
  line-height: 51px;
  text-align: center;
  color: #fff;
  background: #dfdfdf;
  border-radius: 4px;
  margin-top: 2px;
  cursor: pointer;
}

.lianxi div a i {
  font-size: 24px;
  line-height: 51px;
  display: block;
}

.lianxi div a em {
  font-style: normal;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 22px;
}

.lianxi .top a em {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
}

.weixin {
  position: relative;
  cursor: pointer;
}

.weixin .spimg {
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translateY(-50%);
  display: none;
  background: #fff;
  padding: 13px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.24);
}

.weixin:hover .spimg {
  display: block;
}

.weixin img {
  position: absolute;
  width: 149px;
  height: 150px;
  max-width: none;
  top: 0px;
  left: -149px;
  display: none;
}

.weixin:hover img {
  display: block;
}

.weixin2,
.tankuang {
  display: none
}

.lianxi div a:hover {
  background: #f7a61c;
  color: #fff;
  text-decoration: none;
}

.clear2 {
  display: none
}

@media screen and (max-width:999px) {
  .lianxi {
    width: 100%;
    right: auto;
    top: auto;
    margin: auto;
    left: 0px;
    bottom: 0px;
    border-top: 1px solid #fff;
    transform: translateY(0);
  }

  .lianxi div {
    width: 25%;
    float: left;
    margin-top: 0px;
  }

  .lianxi div a {
    margin: auto;
    width: 100%;
    background: #222;
    color: #fff !important;
    border-radius: 0px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    padding: 0px;
  }

  .lianxi div a i {
    line-height: 40px;
    font-size: 20px;
  }

  .lianxi div a em {
    display: none !important;
  }

  .weixin2 {
    display: block
  }

  .weixin1 {
    display: none
  }

  .tankuang {
    position: absolute;
    width: auto !important;
    min-width: 100%;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
  }

  .tankuang .spimg {
    display: block;
    position: relative;
    left: auto;
    top: auto !important;
    transform: translate(0);
    right: auto;
    text-align: center;
    margin: auto;
  }

  .weixin img {
    display: block;
    position: relative;
    left: 50%;
    transform: translateX(-50%)
  }
}

/****************************  product  ***************************/
.fenbanner {
  position: relative;
  padding-top: 35px;
  padding-bottom: 197px;
  background-size: cover !important;
}

.mianbao {
  color: #fff;
}

.mianbao a {
  display: inline;
  color: #fff;
}

.mianbao strong,
.comian {
  font-weight: normal;
  display: inline;
  color: #f7a61c !important;
}

.mianbao em {
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.fenn {
  margin-top: 195px;
  max-width: 680px
}

.fenbiao {
  font-size: 50px;
  font-size: 5rem;
  line-height: 60px;
  color: #f7a61c;
  font-family: Inter24pt-Bold, Arial, "Arial Black", "sans-serif", Verdana;
}

.fenp {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 40px;
  margin-top: 34px;
}

.fenp p {
  color: #fff;
}

.fenmor {
  color: #ffffff !important;
  font-size: 18px;
  font-size: 1.8rem;
  margin-top: 62px;
}

@media screen and (max-width:1359px) {
  .fenbiao {
    font-size: 40px;
    font-size: 4rem;
    line-height: 50px;
  }

  .fenp {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
    margin-top: 20px;
  }

  .fenmor {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 20px;
  }
}

@media screen and (max-width:999px) {
  .fenbanner {
    padding-top: 35px;
    padding-bottom: 50px;
  }

  .fenn {
    margin-top: 100px;
  }
}

@media screen and (max-width:767px) {
  .mianbao {
    display: none;
  }

  .fenn {
    margin-top: 10px;
  }

  .fenbiao {
    font-size: 30px;
    font-size: 3rem;
    line-height: 40px;
  }

  .fenp {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
    margin-top: 20px;
  }
}

.prmain {
  padding-top: 150px;
  padding-bottom: 55px;
}

.prrt {}

.prtbiao {
  font-size: 36px;
  font-size: 3.6rem;
  text-transform: none;
}

.pr3biao {
  font-size: 40px;
  font-size: 4rem;
  text-transform: none;
}

.prtn {
  margin-top: 23px;
  overflow: hidden;
}

.prtn p {
  color: #555555;
}

.zhankai {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 26px;
  margin-top: 52px;
  cursor: pointer;
  color: #f5a51c;
  text-decoration: underline;
}

.zhankai span {
  color: #f5a51c;
}

.przhanh {
  height: auto !important;
}


.prn {
  display: flex;
  flex-flow: wrap;
  padding-top: 26px;
}

.prlie {
  width: 22.86%;
  margin-left: 2.853%;
  margin-bottom: 46px;
  transition: 0.5s;
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.prlie:nth-child(4n-3) {
  margin-left: 0px;
}

.prtu {
  display: block;
  background: #fff;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.19);
}

.przi {
  padding-top: 20px;
}

.pra {
  color: #333;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 60px
}

.prin {
  margin-top: 25px;
}

.prin input {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

.prmor {
  display: inline-block;
  vertical-align: middle;
  width: 127px;
  height: 33px;
  line-height: 31px;
  margin-left: 10px;
  text-align: center;
  border: solid 1px #f7a61c;
  background: #f5a51c;
  border-radius: 6px;
  color: #fff;
}

.prmor:hover {
  background: #fff;
  color: #f7a61c;
}

.fenye {
  padding-top: 64px;
  text-align: center;
}

.fenyen {
  display: inline-block;
  *float: left;
  font-size: 0px;
}

.fenyen a {
  display: inline-block;
  *float: left;
  padding: 0 14px;
  height: 40px;
  text-align: center;
  background: #fff;
  line-height: 38px;
  margin: 8px;
  color: #666666;
  font-size: 20px;
  font-size: 2rem;
  border: solid 1px #d8d8d8;
}

.fenyen a:hover {
  color: #fff;
  background: #f7a61c;
}

.fenyen .sx {}

.dangqianfen {
  color: #fff !important;
  background: #f7a61c !important;
}

.fuxuan {
  margin-left: 10px;
  display: inline-block;
  *float: right;
  background: url("../images/fuxuan.png") no-repeat right center;
  padding-right: 27px;
}

.fuxuan input {
  height: 30px;
  line-height: 28px;
  color: #666;
  background: none;
  cursor: pointer;
  transition: 0.5s;
  font-size: 16px;
  font-size: 1.6rem;
}

.fuxuan input:hover {
  color: #f5a51c;
}

.prmain5 {
  margin-bottom: 0px;
}

@media screen and (max-width:1359px) {
  .prmain {
    padding-top: 60px;
    padding-bottom: 55px;
  }

  .prtbiao,
  .pr3biao {
    font-size: 26px;
    font-size: 2.6rem;
  }

  .prin {
    margin-top: 10px;
  }

  .fenye {
    padding-top: 40px;
  }

  .fenyen a {
    padding: 0 10px;
    height: 30px;
    line-height: 28px;
    margin: 4px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width:999px) {
  .fenye {
    padding-top: 30px;
  }

  .fenyen a {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .prlie {
    width: 24%;
    margin-left: 1.333%;
    margin-bottom: 20px;
  }

  .zhankai {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 20px;
  }
}

@media screen and (max-width:767px) {
  .prmain {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .prtbiao,
  .pr3biao {
    font-size: 20px;
    font-size: 2rem;
  }

  .prlie {
    width: 49%;
    margin-left: 2%;
    margin-bottom: 15px;
  }

  .prlie:nth-child(2n-1) {
    margin-left: 0px;
  }

  .przi {
    padding-top: 10px;
  }

  .pra {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
  }

  .prmor {
    width: 100px;
    margin-left: 5px;
  }

  .fenye {
    padding-top: 30px;
  }

  .fenyen a,
  .fuxuan input {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 0 10px;
    height: 26px;
    line-height: 24px;
  }
}

.prmain2 {
  background: #f5a51c;
  border-radius: 20px;
}

.img-scroll4 {
  position: relative;
}

.img-scroll4 .prev,
.img-scroll4 .next {
  position: absolute;
  text-align: center;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  font-size: 20px;
  text-align: center;
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #f5a51c;
  transition: 0.5s;
  z-index: 999
}

.img-scroll4 .prev {
  left: 20px;
  cursor: pointer;
}

.img-scroll4 .next {
  right: 20px;
  cursor: pointer;
}

.img-scroll4 .prev:hover,
.img-scroll4 .next:hover {
  color: #f5a51c;
  background: #fff;
}

.img-list4 {
  position: relative;
  overflow: hidden;
}

.img-list4 ul {
  width: 10000%;
}

.img-list4 li {
  float: left;
  width: 1%;
  padding: 55px 70px;
  position: relative;
}

.pr2p {
  padding: 0px 66px;
  padding-top: 15px;
  position: relative;
}

.pr2p:before {
  content: "";
  position: absolute;
  width: 45px;
  height: 33px;
  background: url("../images/qianyin.png") no-repeat center;
  background-size: cover !important;
  left: 0px;
  top: 0px;
}

.pr2p:after {
  content: "";
  position: absolute;
  width: 45px;
  height: 33px;
  background: url("../images/houyin.png") no-repeat center;
  background-size: cover !important;
  right: 0px;
  bottom: 0px;
}

.pr2p p {
  color: #fff;
}

.pr2b {
  width: 260px;
  margin: auto;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 55px;
}

.pr2tu {
  width: 61px;
  border-radius: 50%;
  overflow: hidden;
}

.pr2zi {
  width: calc(100% - 78px);
}

.pr2a {
  color: #fff !important;
  font-family: Inter24pt-Bold, Arial, "Arial Black", "sans-serif", Verdana;
}

.pr2p2 {
  color: #fff !important;
  margin-top: 3px;
  font-style: italic;
}

@media screen and (max-width:1359px) {
  .img-scroll4 {
    padding-bottom: 70px
  }

  .img-scroll4 .prev,
  .img-scroll4 .next {
    width: 40px;
    height: 40px;
    line-height: 38px;
    font-size: 20px;
    top: auto;
    transform: translate(0);
    bottom: 20px;
  }

  .img-scroll4 .prev {
    left: 50%;
    margin-left: -45px;
  }

  .img-scroll4 .next {
    right: 50%;
    margin-right: -45px;
  }

  .img-list4 li {
    padding: 20px;
  }

  .pr2p {
    padding: 25px 0px;
  }

  .pr2p:before,
  .pr2p:after {
    width: 23px;
    height: 16px;
  }

  .pr2b {
    margin-top: 20px;
  }
}

.prmain3 {
  padding-top: 88px;
}

.pr3pz {
  margin-top: 37px;
}

.pr3n {
  display: flex;
  flex-flow: wrap;
  padding-top: 38px;
}

.pr3lie {
  width: 17.86%;
  margin-left: 2.675%;
  margin-top: 20px;
  background: #f6f6f6;
  padding: 20px 12px;
  padding-bottom: 110px;
  position: relative;
}

.pr3lie:before {
  content: "";
  position: absolute;
  width: 76px;
  height: 3px;
  background: #f7a61c;
  left: 12px;
  bottom: 45px;
}

.pr3lie:nth-child(5n-4) {
  margin-left: 0px;
}

.pr3shu {}

.pr3tu {
  width: 34px;
  margin-top: 10px;
}

.pr3a {
  font-family: Inter24pt-Bold, Arial, "Arial Black", "sans-serif", Verdana;
  color: #333 !important;
  min-height: 60px;
  margin-top: 10px;
}

.pr3p {
  margin-top: 8px;
}

@media screen and (max-width:1359px) {
  .pr3pz {
    margin-top: 10px;
  }

  .pr3n {
    padding-top: 10px;
  }

  .pr3lie {
    width: 19%;
    margin-left: 1.25%;
    margin-top: 20px;
    padding-bottom: 40px;
  }

  .pr3lie:before {
    bottom: 20px;
  }

  .pr3a {
    min-height: 52px;
  }
}

@media screen and (max-width:999px) {
  .prmain3 {
    padding-top: 50px;
  }

  .pr3lie {
    width: 32.333%;
    margin-left: 1.5%;
    margin-top: 15px;
  }

  .pr3lie:nth-child(5n-4) {
    margin-left: 1.5%;
  }

  .pr3lie:nth-child(3n-2) {
    margin-left: 0px;
  }
}

@media screen and (max-width:767px) {
  .prmain3 {
    padding-top: 30px;
  }

  .pr3lie {
    width: 49.5%;
    margin-left: 1%;
    margin-top: 10px;
  }

  .pr3lie:nth-child(5n-4) {
    margin-left: 1%;
  }

  .pr3lie:nth-child(3n-2) {
    margin-left: 1%;
  }

  .pr3lie:nth-child(2n-1) {
    margin-left: 0px;
  }

  .pr3a {
    min-height: 44px;
  }
}

.prmain4 {
  padding-top: 75px;
  padding-bottom: 36px;
}

.img-scroll5 {
  position: relative;
  margin-top: 35px;
}

.img-scroll5 .prev,
.img-scroll5 .next {
  position: absolute;
  text-align: center;
  display: block;
  width: 52px;
  height: 46px;
  background-size: cover !important;
  bottom: 23px;
  transition: 0.5s;
  z-index: 999
}

.img-scroll5 .prev {
  left: 0px;
  cursor: pointer;
  background: url("../images/m2left.png") no-repeat center;
}

.img-scroll5 .next {
  left: 61px;
  cursor: pointer;
  background: url("../images/m2right.png") no-repeat center;
}

.img-scroll5 .prev:hover {
  background: url("../images/m2lefth.png") no-repeat center;
}

.img-scroll5 .next:hover {
  background: url("../images/m2righth.png") no-repeat center;
}

.img-list5 {
  position: relative;
  overflow: hidden;
}

.img-list5 ul {
  width: 10000%;
}

.img-list5 li {
  float: left;
  width: 1%;
  position: relative;
}

.pr4n {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}

.pr4zi {
  width: calc(51.7% - 45px);
  padding-bottom: 80px;
}

.pr4tu {
  width: 48.3%;
}

.pr4tu a {
  display: block;
  overflow: hidden;
}

.pr4tu img {
  width: 100%;
}

.pr4a {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 42px;
  font-family: Inter24pt-Bold, Arial, "Arial Black", "sans-serif", Verdana;
}

.pr4p {
  margin-top: 40px;
}

.pr4p a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

@media screen and (max-width:1359px) {
  .prmain4 {
    padding-top: 50px;
  }

  .pr4a {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 32px;
  }

  .pr4p {
    margin-top: 20px;
  }

  .img-scroll5 .prev,
  .img-scroll5 .next {
    width: 30px;
    height: 28px;
    bottom: 0px;
  }

  .img-scroll5 .prev {
    left: 0px;
  }

  .img-scroll5 .next {
    left: 40px;
  }

  .pr4zi {
    padding-bottom: 50px;
  }
}

@media screen and (max-width:999px) {
  .pr4a {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 26px;
  }
}

@media screen and (max-width:767px) {
  .prmain4 {
    padding-top: 30px;
    padding-bottom: 10px;
  }

  .pr4a {
    font-size: 20px;
    font-size: 2rem;
    line-height: 26px;
  }

  .img-scroll5 {
    margin-top: 0px;
    padding-bottom: 50px;
  }

  .pr4zi {
    width: 100%;
    padding-bottom: 20px;
  }

  .pr4tu {
    width: 100%;
  }
}

/****************************  product2  ***************************/
.pr2main1 {
  padding-top: 150px;
  padding-bottom: 100px;
  background: #f6f6f6;
}

.pr2main1 .zong {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}

.zoomPad {
  position: relative;
  float: left;
  z-index: 99;
  cursor: crosshair;
}

.zoomPreload {
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #333;
  font-size: 12px;
  font-family: Tahoma;
  text-decoration: none;
  border: 1px solid #CCC;
  background-color: white;
  padding: 8px;
  text-align: center;
  background-image: url(../images/zoomloader.gif);
  background-repeat: no-repeat;
  background-position: 43px 30px;
  z-index: 110;
  width: 90px;
  height: 43px;
  position: absolute;
  top: 0px;
  left: 0px;
  *width: 100px;
  *height: 49px;
}

.zoomPup {
  overflow: hidden;
  background-color: #FFF;
  -moz-opacity: 0.6;
  opacity: 0.6;
  filter: alpha(opacity=60);
  z-index: 120;
  position: absolute;
  border: 1px solid #CCC;
  z-index: 101;
  cursor: crosshair;
}

.zoomOverlay {
  position: absolute;
  left: 0px;
  top: 0px;
  background: #FFF;
  z-index: 5000;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 101;
}

.zoomWindow {
  position: absolute;
  left: 110%;
  top: 40px;
  background: #FFF;
  z-index: 6000;
  height: auto;
  z-index: 10000;
  z-index: 110;
}

.zoomWrapper {
  position: relative;
  border: 1px solid #999;
  z-index: 110;
}

.zoomWrapperTitle {
  display: block;
  background: #999;
  color: #FFF;
  height: 18px;
  line-height: 18px;
  width: 100%;
  overflow: hidden;
  text-align: center;
  font-size: 10px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 120;
  -moz-opacity: 0.6;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.zoomWrapperImage {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 110;
}

.zoomWrapperImage img {
  border: 0px;
  display: block;
  position: absolute;
  z-index: 101;
}

.zoomIframe {
  z-index: -1;
  filter: alpha(opacity=0);
  -moz-opacity: 0.80;
  opacity: 0.80;
  position: absolute;
  display: block;
}

.m-propic {
  width: 42.86%;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
}

.m-propic .pic-big {
  position: relative;
  width: 81.17%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.m-propic .big-img {
  display: block;
  line-height: 0;
  font-size: 0;
  background: #ffffff;
  border-radius: 20px;
}

.m-propic .big-img img {
  transform: scale(1, 1) !important;
  transition: 0s;
}

.m-propic .big-img .zoomPad {
  float: none;
  z-index: 8;
}

.m-propic .zoomWrapperImage img {
  max-width: 1200px;
}

.m-propic .pic-small {
  position: relative;
  width: 17%;
  overflow: hidden;
}

.m-propic .pic-btn {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  cursor: pointer;
  color: #333;
  z-index: 1
}

.m-propic .pic-btn.prev {
  top: 0px;
}

.m-propic .pic-btn.next {
  bottom: 0px;
}

.m-propic .pic-btn.prev:hover,
.m-propic .pic-btn.next:hover {
  color: #ff6600;
}

.m-propic .pic-list {
  position: relative;
  height: 0px;
  padding-bottom: 435%;
  margin-top: 21px;
  margin-bottom: 21px;
  overflow: hidden;
}

.m-propic .pic-list ul {
  height: 2000px;
  position: absolute;
  top: 0px;
  left: 0px;
}

.m-propic .list-item {
  margin-bottom: 10%;
}

.m-propic .item-pic,
.m-propic .pic-list .item-video {
  display: block;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #fff;
}

.m-propic .item-pic img,
.m-propic .pic-list .item-video img {
  width: 100%;
  display: block;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
}

.m-propic .item-pic:hover {
  border-color: #ff6600;
}

.m-propic .item-pic:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.m-propic .item-pic.zoomThumbActive {
  border-color: #ff6600;
  border: 1px solid #ff6600;
}

.m-propic:hover .pic-btn {
  opacity: 1
}

.m-propic2 {
  display: none;
}

.m-propic .provideo-box {
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}

.m-propic .provideo-box .provideo {
  position: relative;
  overflow: hidden;
  padding-bottom: 100%;
  height: 0;
}

.m-propic .provideo-box .provideo iframe,
.pro2-box .m-propic .provideo-box .provideo video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.m-propic .provideo-box .provideo iframe body {
  margin: 0px !important;
}

.m-propic .item-pic:hover,
.m-propic .item-pic.active,
.m-propic .item-video:hover,
.m-propic .item-video.active {
  border-color: #ff6600 !important;
}

.item-pic {
  position: relative;
}

.item-pic video,
.item-pic iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}

.jianjie {
  width: 50%;
  position: relative;
}

.jianjie h1 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 44px;
  padding-bottom: 25px;
  border-bottom: 1px solid #e2e2e2;
  color: #333;
  font-family: Inter24pt-Bold, Arial, "Arial Black", "sans-serif", Verdana;
  position: relative;
}

.share {
  margin-top: 16px;
}

.share1 {
  color: #666666;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  display: inline-block;
  vertical-align: middle;
}

.share2 {
  display: inline-block;
  vertical-align: middle;
}

.jiann {
  line-height: 30px;
  margin-top: 31px;
  color: #666666;
}

.jiann p {
  position: relative;
  color: #666666;
}

.prin2 {
  padding-top: 14px;
}

.inno {
  margin-top: 18px;
  width: 473px;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}

.inlie {
  width: 45.45%;
}

.inno1 a {
  display: block;
  background: #f5a51c;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  position: relative;
  height: 51px;
  line-height: 51px;
  color: #fff;
  padding-left: 32px;
  padding-right: 60px;
  overflow: hidden;
}

.inno1 a:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 18px;
  background: #ffffff;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.inno1 a i {
  display: block;
  width: 51px;
  position: absolute;
  right: 0px;
  top: 0px;
}

.inno a i img {
  transform: scale(1) !important
}

.inno2 a {
  display: inline-block;
  background: #f5a51c;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  position: relative;
  height: 51px;
  line-height: 51px;
  color: #fff;
  padding-left: 62px;
  padding-right: 29px;
  overflow: hidden;
}

.inno2 a i {
  display: block;
  width: 51px;
  position: absolute;
  left: 0px;
  top: 0px;
}

.inno a:hover {
  color: #333;
}


@media screen and (max-width: 1559px) {
  .pr2main1 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .jiann {
    margin-top: 20px;
  }

  .share1 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 1359px) {
  .m-propic .pic-btn {
    font-size: 20px;
    font-size: 2rem;
  }

  .jianjie {
    width: 52%;
  }

  .jianjie h1 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
    padding-bottom: 10px;
  }

  .jiann {
    margin-top: 20px;
    min-height: 0px;
  }

  .inno {
    width: 350px;
    margin-top: 7px;
  }

  .inlie {
    width: 49%;
  }

  .inno a {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 5px;
    height: 40px;
    line-height: 40px;
  }

  .inno1 a {
    padding-left: 10px;
    padding-right: 50px;
    overflow: hidden;
  }

  .inno1 a:before {
    display: none;
  }

  .inno1 a i {
    width: 41px;
  }

  .inno2 a {
    padding-left: 46px;
    padding-right: 29px;
  }

  .inno2 a i {
    width: 35px;
  }

  .share {
    margin-top: 10px;
  }
}

@media screen and (max-width:999px) {
  .m-propic {
    width: 100%;
    max-width: 500px;
    float: left;
  }

  .zoomPad {
    cursor: default !important;
  }

  .zoomPup {
    display: none !important;
  }

  .zoomWindow {
    display: none !important;
  }

  .zoomPreload {
    display: none !important;
  }

  .m-propic {
    float: none;
    margin: auto;
  }

  .jianjie {
    width: 100%;
    float: none;
    margin-top: 20px;
    padding: 0px;
    padding-left: 0px;
    text-align: center;
  }

  .jianjie h1 {
    font-size: 20px;
    font-size: 2rem;
    margin-top: 0px;
  }

  .jiann strong {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .jiann {
    min-height: 0px;
    margin-top: 10px;
    padding-top: 5px;
    padding-bottom: 0px;
  }

  .prin2 {
    position: relative;
    margin-top: 20px;
  }

  .prin2 {
    position: relative;
    left: auto;
    bottom: auto;
    padding-top: 5px;
    text-align: center;
    margin: auto;
  }

  .share {
    text-align: center;
  }

  .inno {
    margin: auto;
    margin-top: 10px;
    width: 290px;
  }

  .inno i {
    display: none !important;
  }

  .inno a {
    font-size: 14px;
    font-size: 1.4rem;
    width: 100%;
    padding: 0px;
    text-align: center;
  }
}

@media only screen and (max-width:767px) {
  .pr2main1 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .jianjie .table table tr td {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 5px;
  }

  .jianjie {
    margin-top: 10px;
  }

  .jianjie h1 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 26px;
  }

  .m-propic .pic-big {
    width: 75%;
  }

  .m-propic .pic-small {
    width: 22%;
  }

  .m-propic .pic-list {
    padding-bottom: 300%;
  }

  .inno a {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 0px;
    margin-top: 8px;
  }

  .inno a i {
    display: none;
  }
}

.pr2main2 {
  padding-top: 1px;
}

.pr2main2 .prtbiao {
  margin-top: 60px;
}

.chanxiang {
  margin-top: 43px;
}

.chanxiang p,
.chanxiang em,
.chanxiang strong {
  color: #666;
}

.chanxiang img {
  display: inline-block;
}

.chanxiang a {
  display: inline-block;
  color: #f5a51c;
}

.table {
  width: 100%;
  overflow: auto;
}

.table table {
  width: 100%;
  border-collapse: collapse;
  line-height: 22px;
}

.table table tr {}

.table table tr td {
  padding: 15px 5px;
  border: 1px solid #d2d2d2;
  background: #fff;
}

@media screen and (max-width:999px) {
  .pr2main2 .prtbiao {
    margin-top: 30px;
  }

  .chanxiang {
    margin-top: 20px;
  }
}

.pr2main3 {
  padding-top: 117px;
}

.img-scroll6 {
  position: relative;
  margin-top: 50px;
}

.img-scroll6 .prev,
.img-scroll6 .next {
  position: absolute;
  text-align: center;
  display: block;
  width: 52px;
  height: 46px;
  background-size: cover !important;
  top: -100px;
  transition: 0.5s;
  z-index: 999
}

.img-scroll6 .prev {
  right: 60px;
  cursor: pointer;
  background: url("../images/m2left.png") no-repeat center;
}

.img-scroll6 .next {
  right: 0px;
  cursor: pointer;
  background: url("../images/m2right.png") no-repeat center;
}

.img-scroll6 .prev:hover {
  background: url("../images/m2lefth.png") no-repeat center;
}

.img-scroll6 .next:hover {
  background: url("../images/m2righth.png") no-repeat center;
}

.img-list6 {
  position: relative;
  overflow: hidden;
}

.img-list6 ul {
  width: 10000%;
}

.img-list6 li {
  float: left;
  width: 1%;
  position: relative;
}

.pr23n {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
}

.pr23tu {
  width: 44.4%;
  display: block;
  border-radius: 20px;
  overflow: hidden;
}

.pr23zi {
  width: 49.3%;
}

@media screen and (max-width:1359px) {
  .pr2main3 {
    padding-top: 60px;
  }

  .img-scroll6 {
    margin-top: 30px;
  }

  .img-scroll6 .prev,
  .img-scroll6 .next {
    width: 30px;
    height: 28px;
    top: -65px;
  }

  .img-scroll6 .prev {
    right: 40px;
  }

  .img-scroll6 .next {
    right: 0px;
  }
}

@media screen and (max-width:767px) {
  .pr2main3 {
    padding-top: 30px;
  }

  .img-scroll6 {
    margin-top: 20px;
  }

  .img-scroll6 .prev,
  .img-scroll6 .next {
    top: -50px;
  }

  .pr23tu {
    width: 47%;
  }

  .pr23zi {
    width: 50%;
  }

  .pr2main3 .m4mor {
    display: none;
  }
}

.homain {
  padding-top: 118px;
  padding-bottom: 55px;
}

.hon {
  display: flex;
  flex-flow: wrap;
  padding-top: 40px;
}

.holie {
  width: 22.7%;
  margin-left: 3.066%;
  margin-top: 20px;
}

.holie:nth-child(4n-3) {
  margin-left: 0px;
}

@media screen and (max-width:1359px) {
  .homain {
    padding: 60px 0;
  }

  .hon {
    padding-top: 10px;
  }

  .holie {
    width: 24%;
    margin-left: 1.333%;
    margin-top: 20px;
  }
}

@media screen and (max-width:767px) {
  .homain {
    padding: 30px 0;
  }

  .holie {
    width: 49%;
    margin-left: 2%;
    margin-top: 20px;
  }

  .holie:nth-child(2n-1) {
    margin-left: 0px;
  }
}

/****************************  2-1  ***************************/
.pemain {
  position: relative;
  margin-top: -98px;
  padding-bottom: 115px;
  z-index: 99;
  background: #fff;
}

.pemain:after {
  content: "";
  clear: both;
  display: block;
}

.pel {
  width: 42.4%;
  background: #0c0c0c;
  float: left;
  padding: 90px 38px;
  padding-bottom: 96px;
  position: sticky;
  left: 0px;
  top: 100px;
  max-height: calc(100vh - 120px);
  overflow: auto;
}

.per {
  width: 57.6%;
  padding-left: 109PX;
  padding-right: 20px;
  float: right;
}

.pebiao {
  font-size: 30px;
  font-size: 3rem;
  line-height: 40px;
  font-family: Inter24pt-Bold, Arial, "Arial Black", "sans-serif", Verdana;
  color: #fff;
}

.pexin {
  margin-top: 49px;
}

.pexin .int1 {
  width: 100%;
  margin-top: 19px;
}

.pexin .int2 {
  width: 100%;
  margin-top: 19px;
  position: relative;
}

.pexin .int3 {
  width: 100%;
  margin-top: 19px;
}

.pexin input {
  width: 100%;
  background: #ffffff;
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0 10px;
  padding-left: 25px;
  border-radius: 4px;
  color: #333;
}

.pexin textarea {
  width: 100%;
  background: #ffffff;
  height: 150px;
  line-height: 45px;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0 10px;
  padding-left: 25px;
  border-radius: 4px;
  color: #333;
}

.pexin .verify_img {
  position: absolute;
  width: 105px;
  height: 100%;
  right: 0px;
  bottom: 0px;
  cursor: pointer;
}

.pexin .int2 input {
  padding-right: 115px;
}

.pexin .int3 input {
  background: #f5a51c;
  padding: 0px;
  font-size: 20px;
  font-size: 2rem;
  color: #ffffff;
  cursor: pointer;
  transition: 0.5s;
}

.pexin .int3 input:hover {
  background: #fff;
  color: #f5a51c;
}

.pexin .xing input,
.pexin .xing textarea {
  background: #fff url("../images/xing.png") no-repeat 17px 17px;
  background-size: 5px;
}

@media screen and (max-width:1359px) {
  .pemain {
    margin-top: -40px;
    padding-bottom: 60px;
  }

  .pel {
    width: 40%;
    padding: 20px 10px;
    padding-bottom: 30px;
    top: 100px;
    max-height: calc(100vh - 120px);
  }

  .per {
    width: 60%;
    padding-left: 30px;
    padding-right: 20px;
  }

  .pexin {
    margin-top: 19px;
  }

  .pebiao {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 30px;
  }

  .pexin .int3 input {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width:999px) {
  .pemain {
    margin-top: 30px;
    padding-bottom: 30px;
  }

  .pexin .int1,
  .pexin .int2,
  .pexin .int3 {
    margin-top: 10px;
  }

  .pexin textarea {
    height: 100px;
  }
}

@media screen and (max-width:767px) {
  .pel {
    width: 100%;
    padding: 20px 10px;
    padding-bottom: 30px;
    top: auto;
    max-height: none;
    position: relative;
  }

  .per {
    width: 100%;
    padding: 0px;
  }

  .pebiao {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
  }
}

.img-scroll7 {
  position: relative;
  margin-top: 54px;
  padding-bottom: 73px;
}

.img-scroll7 .prev,
.img-scroll7 .next {
  position: absolute;
  text-align: center;
  display: block;
  width: 52px;
  height: 46px;
  background-size: cover !important;
  bottom: 0px;
  transition: 0.5s;
  z-index: 999
}

.img-scroll7 .prev {
  left: 0px;
  cursor: pointer;
  background: url("../images/ableft.png") no-repeat center;
}

.img-scroll7 .next {
  left: 61px;
  cursor: pointer;
  background: url("../images/abright.png") no-repeat center;
}

.img-scroll7 .prev:hover {
  background: url("../images/ablefth.png") no-repeat center;
}

.img-scroll7 .next:hover {
  background: url("../images/abrighth.png") no-repeat center;
}

.img-list7 {
  position: relative;
  overflow: hidden;
}

.img-list7 ul {
  width: 10000%;
}

.img-list7 li {
  float: left;
  width: 1%;
  position: relative;
}

.pemain .pr4p {
  margin-top: 20px;
}

.pettu {
  display: block;
  margin-top: 44px;
  overflow: hidden;
}

@media screen and (max-width:1359px) {
  .img-scroll7 {
    margin-top: 30px;
    padding-bottom: 50px;
  }

  .img-scroll7 .prev,
  .img-scroll7 .next {
    width: 30px;
    height: 28px;
  }

  .img-scroll7 .prev {
    left: 0px;
  }

  .img-scroll7 .next {
    left: 40px;
  }

  .pettu {
    margin-top: 20px;
  }
}

.pern {
  padding-top: 33px;
}

.pelie {
  margin-top: 40px;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
}

.petu {
  display: block;
  width: 298px;
  overflow: hidden;
}

.pezi {
  width: calc(100% - 326px);
}

.pea {
  display: block;
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
  font-family: Inter24pt-Bold, Arial, "Arial Black", "sans-serif", Verdana;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}

.pep {
  margin-top: 20px;
}

.pep a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.pemain2 {
  padding: 0px;
}

.pemain2 .m2biao {
  top: 100px;
}

@media screen and (max-width:1359px) {
  .pelie {
    margin-top: 20px;
  }

  .petu {
    width: 170px;
  }

  .pezi {
    width: calc(100% - 180px);
  }

  .pea {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
  }

  .pep {
    margin-top: 10px;
  }

  .pemain2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .pemain2 .m2biao {
    top: 0px;
  }
}

@media screen and (max-width:767px) {
  .pern {
    padding-top: 10px;
  }

  .petu {
    width: 150px;
  }

  .pezi {
    width: calc(100% - 160px);
  }

  .pep a {
    -webkit-line-clamp: 2;
  }
}

/****************************  2-2  ***************************/
.pe2main1 {
  padding-top: 165px;
}

.pe2main1 h1 {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 40px;
  padding-top: 57px;
  font-family: Inter24pt-Bold, Arial, "Arial Black", "sans-serif", Verdana;
  color: #333;
  position: relative;
  color: #f7a61c;
}

.pe2main1 h1:before {
  content: "";
  position: absolute;
  width: 196px;
  height: 9px;
  background: #f7a61c;
  left: 0px;
  top: 0px;
  display: none;
}

.nexiang {
  margin-top: 45px;
}

.nexiang p,
.nexiang em,
.nexiang strong {
  color: #666
}

.nexiang img {
  display: inline-block;
}

.nexiang a {
  display: inline-block;
  color: #f7a61c;
}

.fanpian {
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
}

.fanpian p {
  padding: 10px 0;
  margin: 30px 0;
  /* padding-left: 74px; */
  color: #333;
  background: url("../images/fanjian.png") no-repeat left center;
}

.fanpian p a,
.fanpian p span {
  color: #333;
  padding-left: 74px;
}

@media screen and (max-width:1359px) {
  .pe2main1 {
    padding-top: 65px;
  }

  .pe2main1 h1 {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 40px;
    padding-top: 20px;
  }

  .pe2main1 h1:before {
    width: 100px;
    height: 5px;
  }

  .nexiang {
    margin-top: 20px;
  }
}

@media screen and (max-width:999px) {
  .pe2main1 h1 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
  }
}

@media screen and (max-width:767px) {
  .pe2main1 {
    padding-top: 30px;
  }

  .fanpian {
    padding-top: 10px;
  }

  .fanpian p {
    background-size: 30px;
    padding: 5px 0;
    margin: 5px 0;
  }

  .fanpian p a,
  .fanpian p span {
    color: #333;
    padding-left: 40px;
  }

}

/****************************  about  ***************************/
.abmain1 {
  background: url("../images/ab1bei.jpg") no-repeat top right;
  padding-top: 164px;
  padding-bottom: 149px;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
}

.ab1l {
  width: 47.5%;
}

.ab1r {
  width: 52.5%;
}

.ab1rn {
  width: 90%;
  max-width: 755px;
  padding-left: 50px;
}

.img-scroll8 {
  position: relative;
}

.img-scroll8 .prev,
.img-scroll8 .next {
  position: absolute;
  text-align: center;
  display: block;
  width: 52px;
  height: 46px;
  background-size: cover !important;
  bottom: 22px;
  transition: 0.5s;
  z-index: 999
}

.img-scroll8 .prev {
  right: 90px;
  cursor: pointer;
  background: url("../images/m2left.png") no-repeat center;
}

.img-scroll8 .next {
  right: 30px;
  cursor: pointer;
  background: url("../images/m2right.png") no-repeat center;
}

.img-scroll8 .prev:hover {
  background: url("../images/m2lefth.png") no-repeat center;
}

.img-scroll8 .next:hover {
  background: url("../images/m2righth.png") no-repeat center;
}

.img-list8 {
  position: relative;
  overflow: hidden;
}

.img-list8 ul {
  width: 10000%;
}

.img-list8 li {
  float: left;
  width: 1%;
  position: relative;
}

.ab1p {
  margin-top: 40px;
}

.ab1biao {
  margin-top: 110px;
}

@media screen and (max-width:1559px) {
  .abmain1 {
    padding: 60px 0;
  }

  .ab1p {
    margin-top: 20px;
  }

  .ab1biao {
    margin-top: 30px;
  }
}

@media screen and (max-width:1359px) {

  .img-scroll8 .prev,
  .img-scroll8 .next {
    width: 30px;
    height: 28px;
  }

  .img-scroll8 .prev {
    right: 60px;
  }

  .img-scroll8 .next {
    right: 20px;
  }

  .ab1rn {
    padding-left: 30px;
  }

  .ab1p {
    margin-top: 10px;
  }

  .ab1biao {
    margin-top: 20px;
  }
}

@media screen and (max-width:999px) {
  .ab1l {
    width: 95%;
    max-width: 500px;
    margin: auto;
  }

  .ab1r {
    width: 100%;
  }

  .ab1rn {
    width: 95%;
    max-width: none;
    padding: 0px;
    margin: auto;
    padding-top: 20px;
  }
}

@media screen and (max-width:767px) {
  .abmain1 {
    padding: 30px 0;
  }
}

.ab1main2 {
     position: relative;
}

.abshipin {
  /*position: relative;*/
  /* padding-bottom: 46.1%; */
  /* height: 0; */
  overflow: hidden;
}

.iframe-box{
    position: relative;
}

.abshipin iframe,
.abshipin video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.abshipin iframe body {
  margin: 0px !important;
}

.ab12zi {
  position: relative;
  margin-top: -84px;
  z-index: 1;
  padding-top: 73px;
  padding-bottom: 130px;
}

.ab12zi:before {
  content: "";
  position: absolute;
  width: calc(100% + 110px);
  height: 100%;
  left: -55px;
  top: 0px;
  background: #fff;
  z-index: 1
}

.ab12zi .m2biao {
  position: relative;
  z-index: 3
}

.ab12zi .ab12p {
  position: relative;
  z-index: 3;
  margin-top: 33px;
}

@media screen and (max-width:1359px) {
  .ab12zi {
    margin-top: -40px;
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .ab12zi:before {
    width: calc(100% + 60px);
    left: -30px;
  }
}

@media screen and (max-width:999px) {
  .ab12zi {
    margin-top: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .ab12zi .ab12p {
    margin-top: 10px;
  }
}

.ab1main3 {
  background: #1f1f1f url("../images/m6bei.jpg") no-repeat center;
  padding-top: 105px;
  padding-bottom: 105px;
  background-size: contain;
}

.ab13t {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
}

.ab13biao {
  width: 360px;
  padding-left: 40px;
  font-size: 40px;
  font-size: 4rem;
  line-height: 55px;
  color: #fff;
  font-family: Inter24pt-Bold, Arial, "Arial Black", "sans-serif", Verdana;
  position: relative;
}

.ab13biao:before {
  content: "";
  position: absolute;
  width: 7px;
  height: 89px;
  background: #f7a61c;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.ab13tp {
  width: calc(100% - 430px);
}

.ab13tp p {
  color: #fff;
}

.img-scroll9 {
  position: relative;
  margin-top: 80px;
  padding-bottom: 93px;
}

.img-scroll9 .prev,
.img-scroll9 .next {
  position: absolute;
  text-align: center;
  display: block;
  width: 52px;
  height: 46px;
  background-size: cover !important;
  bottom: 0px;
  transition: 0.5s;
  z-index: 999
}

.img-scroll9 .prev {
  left: 50%;
  margin-left: -57px;
  cursor: pointer;
  background: url("../images/m2left.png") no-repeat center;
}

.img-scroll9 .next {
  right: 50%;
  margin-right: -57px;
  cursor: pointer;
  background: url("../images/m2right.png") no-repeat center;
}

.img-scroll9 .prev:hover {
  background: url("../images/m2lefth.png") no-repeat center;
}

.img-scroll9 .next:hover {
  background: url("../images/m2righth.png") no-repeat center;
}

.img-list9 {
  position: relative;
  overflow: hidden;
}

.img-list9 ul {
  width: 10000%;
}

.img-list9 li {
  float: left;
  width: 0.1786%;
  margin-right: 0.02675%;
  position: relative;
}

.img-list9 li img {
  transform: scale(1) !important;
  width: 100%;
}

.ab13b {
  background: url("../images/m2biao.png") no-repeat left top;
  padding-left: 90px;
  margin-top: 47px;
}

.ab13b p {
  color: #fff;
}

@media screen and (max-width:1359px) {
  .ab1main3 {
    padding: 60px 0;
  }

  .ab13biao {
    width: 260px;
    padding-left: 20px;
    font-size: 30px;
    font-size: 3rem;
    line-height: 45px;
  }

  .ab13biao:before {
    width: 3px;
    height: 70px;
  }

  .ab13tp {
    width: calc(100% - 300px);
  }

  .img-scroll9 {
    margin-top: 30px;
    padding-bottom: 50px;
  }

  .img-scroll9 .prev,
  .img-scroll9 .next {
    width: 30px;
    height: 28px;
  }

  .img-scroll9 .prev {
    left: 50%;
    margin-left: -35px;
  }

  .img-scroll9 .next {
    right: 50%;
    margin-right: -35px;
  }

  .ab13b {
    background-size: 20px;
    background-position: left 5px;
    padding-left: 30px;
    margin-top: 20px;
  }
}

@media screen and (max-width:999px) {
  .ab13biao {
    width: 100%;
    padding-left: 0px;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 30px;
  }

  .ab13biao:before {
    display: none;
  }

  .ab13tp {
    width: 100%;
    margin-top: 20px;
  }

  .img-list9 li {
    width: 0.24%;
    margin-right: 0.01333%;
  }
}

@media screen and (max-width:767px) {
  .ab1main3 {
    padding: 30px 0;
  }
}

@media screen and (max-width:599px) {
  .img-list9 li {
    width: 0.3233%;
    margin-right: 0.015%;
  }
}

.ab1main4 {
  background: #f6f6f6 url("../images/m4bei.jpg") no-repeat left top;
  padding-top: 130px;
  padding-bottom: 112px;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  background-position: left 53px;
}

.ab14tu {
  width: 46.46%
}

.ab14zi {
  width: 53.54%;
  text-align: right;
}

.ab14tu img {
  border-radius: 20px 0 0 20px;
}

.ab14zin {
  display: inline-block;
  text-align: left;
  padding-right: 100px;
  width: 90%;
  max-width: 770px;
}

.ab14p {
  margin-top: 45px;
  padding-bottom: 88px;
}

@media screen and (max-width:1359px) {
  .ab14zin {
    padding-right: 50px;
  }

  .ab14p {
    margin-top: 20px;
    padding-bottom: 0px;
  }

  .ab1main4 {
    padding: 60px 0;
    background-position: unset;
  }
}

@media screen and (max-width:767px) {
  .ab1main4 {
    padding: 30px 0;
  }

  .ab14tu {
    width: 95%;
    max-width: 400px;
    margin: auto;
    margin-top: 20px;
  }

  .ab14zi {
    width: 95%;
    text-align: center;
    margin: auto;
  }

  .ab14zin {
    width: 100%;
    max-width: none;
    padding: 0px;
  }
}

.ab1main6 {
  background: #1f1f1f;
  margin-top: 143px;
}

.ab1main6 .zong {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 35px;
  padding-bottom: 90px;
}

.ab16l {
  width: 45.6%;
}

.ab16r {
  width: 45.6%;
}

.ab1main6 .ab13biao {
  margin-top: 35px;
  margin-bottom: 85px;
}

.ab16lie {
  padding: 26px 40px;
  margin-top: 44px;
  background: #1f1f1f;
  border-radius: 20px;
  border: solid 1px #ffffff;
  overflow: hidden;
  background: url("../images/ab16tu.jpg") no-repeat top right;
  transition: 0.5s;
}

.ab16shu {
  font-size: 40px;
  font-size: 4rem;
  line-height: 50px;
  font-family: Inter24pt-Bold, Arial, "Arial Black", "sans-serif", Verdana;
  color: #f7a61c;
}

.ab16a {
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
  margin-top: 12px;
  font-family: Inter24pt-Bold, Arial, "Arial Black", "sans-serif", Verdana;
  color: #fff;
}

.ab16p {
  margin-top: 20px;
}

.ab16p p {
  color: #d3d3d3;
}

.ab16lie:hover {
  border-radius: 0px;
}

@media screen and (max-width:1359px) {
  .ab1main6 {
    margin-top: 60px;
  }

  .ab1main6 .zong {
    padding-bottom: 60px;
  }

  .ab16l,
  .ab16r {
    width: 48%;
  }

  .ab16lie {
    padding: 15px 20px;
    margin-top: 20px;
  }

  .ab16shu {
    font-size: 30px;
    font-size: 3rem;
    line-height: 40px;
  }

  .ab16a {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
    margin-top: 5px;
  }

  .ab16p {
    margin-top: 10px;
  }

  .ab1main6 .ab13biao {
    margin-top: 15px;
    margin-bottom: 0px;
  }
}

@media screen and (max-width:767px) {
  .ab1main6 {
    margin-top: 30px;
  }

  .ab1main6 .zong {
    padding: 30px 0;
  }

  .ab16l,
  .ab16r {
    width: 100%;
  }

  .ab16shu {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
  }
}

.ab1main7 {
  padding-top: 95px;
  padding-bottom: 99px;
}

.ab17n {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 48px;
}

.ab17tu {
  width: 47.3%;
}

.ab17zi {
  width: 52.7%;
}

.ab17zin {
  width: 90%;
  max-width: 747px;
  padding-left: 93px;
}

.img-scroll10 {
  position: relative;
  padding-bottom: 90px;
}

.img-scroll10 .prev,
.img-scroll10 .next {
  position: absolute;
  text-align: center;
  display: block;
  width: 52px;
  height: 46px;
  background-size: cover !important;
  bottom: 0px;
  transition: 0.5s;
  z-index: 999
}

.img-scroll10 .prev {
  left: 0px;
  cursor: pointer;
  background: url("../images/ableft.png") no-repeat center;
}

.img-scroll10 .next {
  left: 61px;
  cursor: pointer;
  background: url("../images/abright.png") no-repeat center;
}

.img-scroll10 .prev:hover {
  background: url("../images/ablefth.png") no-repeat center;
}

.img-scroll10 .next:hover {
  background: url("../images/abrighth.png") no-repeat center;
}

.img-list10 {
  position: relative;
  overflow: hidden;
}

.img-list10 ul {
  width: 10000%;
}

.img-list10 li {
  float: left;
  width: 1%;
  position: relative;
}

.ab17lie {
  background: url("../images/abyin.png") no-repeat left top;
  padding-left: 66px;
  margin-bottom: 68px;
}

.ab17lie .pr2b {
  margin-left: 0px;
  margin-top: 35px;
}

.ab17lie .pr2a {
  color: #333333 !important;
}

.ab17lie .pr2p2 {
  color: #f5a51c !important;
}

@media screen and (max-width:1359px) {
  .ab1main7 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .ab17zin {
    padding-left: 30px;
  }

  .ab17lie {
    background-size: 20px;
    padding-left: 35px;
    margin-bottom: 30px;
  }

  .ab17lie .pr2b {
    margin-top: 10px;
  }

  .img-scroll10 {
    padding-bottom: 20px;
  }

  .img-scroll10 .prev,
  .img-scroll10 .next {
    width: 30px;
    height: 28px;
  }

  .img-scroll10 .prev {
    left: 0px;
  }

  .img-scroll10 .next {
    left: 40px;
  }
}

@media screen and (max-width:999px) {
  .ab17tu {
    display: none;
  }

  .ab17zi {
    width: 100%;
  }

  .ab17zin {
    width: 95%;
    max-width: none;
    padding: 0px;
    margin: auto;
  }
}

@media screen and (max-width:767px) {
  .ab1main7 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .ab17n {
    margin-top: 25px;
  }
}

/****************************  solution  ***************************/
.somain {
  padding-top: 130px;
  padding-bottom: 14px;
}

.solie {
  margin-top: 34px;
}

.solie:nth-child(2n) {
  flex-direction: row-reverse;
}

@media screen and (max-width:1359px) {
  .somain {
    padding-top: 40px;
    padding-bottom: 0px;
  }

  .solie {
    margin-top: 20px;
  }
}

@media screen and (max-width:767px) {
  .somain {
    padding-top: 20px;
  }

  .solie .m4mor {
    display: none;
  }
}

/****************************  solution2  ***************************/
.so2main1 {
  padding-top: 135px;
  padding-bottom: 45px;
}

.so2main1 h1 {
  color: #fff;
}

.soxiang1 {
  margin-top: 37px;
}

.soxiang1 p,
.soxiang1 em,
.soxiang1 strong {
  color: #fff;
}

.so2main2 {
  background: #fff;
  margin-top: -170px;
  position: relative;
  z-index: 1;
  padding: 86px 100px;
  padding-bottom: 0px;
}

@media screen and (max-width:1359px) {
  .so2main1 {
    padding-top: 80px;
    padding-bottom: 45px;
  }

  .so2main2 {
    margin-top: -60px;
    padding: 50px;
    padding-bottom: 0px;
  }
}

@media screen and (max-width:767px) {
  .so2main1 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .so2main2 {
    margin-top: -30px;
    padding: 20px;
    padding-bottom: 0px;
  }
}

/****************************  faq  ***************************/
.famain1 {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  padding-top: 165px;
}

.fal {
  width: 49%;
}

.far {
  width: 46.4%;
  background-size: cover !important;
  border-radius: 20px;
}

.far img {
  border-radius: 20px;
}

.fan {}

.falie {
  background: #ffffff;
  box-shadow: 0px 8px 29px 0px rgba(0, 0, 0, 0.11);
  border-radius: 20px;
  padding: 30px 25px;
  padding-bottom: 72px;
  margin-top: 28px;
}

.faa {
  position: relative;
  padding-left: 56px;
  border-bottom: 1px solid rgba(209, 209, 209, 0.5);
  font-size: 20px;
  font-size: 2rem;
  line-height: 29px;
  padding-bottom: 17px;
  font-family: Inter24pt-Bold, Arial, "Arial Black", "sans-serif", Verdana;
  color: #333;
}

.fap {
  position: relative;
  padding-left: 56px;
  margin-top: 25px;
}

.faa em,
.fap em {
  display: block;
  position: absolute;
  font-size: 30px;
  font-size: 3rem;
  color: #f7a61c;
  font-style: normal;
  left: 0px;
  top: 0px;
  font-family: Inter24pt-Bold, Arial, "Arial Black", "sans-serif", Verdana;
}

.famain2 {
  padding-bottom: 15px;
  padding-top: 10px;
}

.fan2 {
  padding-top: 30px;
}

.fan2 .falie {
  background: #f8f8f8;
  box-shadow: none;
  padding-bottom: 35px;
  margin-top: 52px;
}

.fan2 .faa {
  padding-bottom: 46px;
}

@media screen and (max-width:1359px) {
  .famain1 {
    padding-top: 65px;
  }

  .falie {
    padding: 20px;
  }

  .faa {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 28px;
    padding-bottom: 10px;
    padding-left: 40px;
  }

  .fap {
    padding-left: 40px;
  }

  .faa em,
  .fap em {
    font-size: 20px;
    font-size: 2rem;
  }

  .fan2 .faa {
    padding-bottom: 10px;
  }

  .fan2 .falie {
    margin-top: 20px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width:767px) {
  .famain1 {
    padding-top: 35px;
  }

  .fal {
    width: 100%;
  }

  .far {
    display: none;
  }

  .faa {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    padding-bottom: 10px;
    padding-left: 30px;
  }

  .fap {
    padding-left: 30px;
    margin-top: 15px;
  }

  .faa em,
  .fap em {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .fan2 {
    padding-top: 10px;
  }

  .falie {
    padding: 20px 10px;
  }
}

/****************************  5-2  ***************************/
.tsmain {
  padding-top: 153px;
}

.tslie {
  background: #f8f8f8;
  border-radius: 20px;
  padding: 50px 35px;
  margin-top: 65px;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
}

.tslie2 {
  flex-direction: row-reverse;
}

.tstu {
  width: 47.6%;
  border-radius: 20px;
}

.tszi {
  width: calc(52.4% - 50px);
}

.tstu img {
  border-radius: 20px;
  width: 100%;
}

.tsa1 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 30px;
  font-family: Inter24pt-Bold, Arial, "Arial Black", "sans-serif", Verdana;
  color: #333;
  padding-left: 39px;
  background: url("../images/m2biao.png") no-repeat left center;
  background-size: 22px;
}

.tspz {
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
  margin-top: 30px;
}

.tsp1 {
  margin-top: 30px;
}

.tsn {
  margin-top: 100px;
  border-radius: 20px;
}

.tsn img {
  border-radius: 20px;
}

.tszi2 {
  margin-top: 55px;
}

.tsp1 {}

.tsp1 strong {
  color: #333333;
  font-weight: normal;
  font-family: Inter24pt-Bold, Arial, "Arial Black", "sans-serif", Verdana;
}

@media screen and (max-width:1359px) {
  .tsmain {
    padding-top: 60px;
  }

  .tslie {
    padding: 30px 15px;
    margin-top: 20px;
  }

  .tsa1 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
  }

  .tspz {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
    margin-top: 10px;
  }

  .tsp1 {
    margin-top: 20px;
  }

  .tszi {
    width: calc(52.4% - 30px);
  }

  .tsn {
    margin-top: 30px;
    border-radius: 20px;
  }
}

@media screen and (max-width:767px) {
  .tsmain {
    padding-top: 30px;
  }

  .tstu {
    width: 100%;
    max-width: 400px;
    margin: auto;
    margin-top: 20px;
  }

  .tszi {
    width: 100%;
  }

  .tsa1 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 26px;
    background-size: 16px;
    padding-left: 25px;
  }

  .tspz {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    margin-top: 10px;
  }
}

/****************************  download  ***************************/
.domain {
  padding-top: 150px;
}

.don {
  padding-top: 25px;
}

.dolie {
  position: relative;
  padding: 18px;
  padding-left: 90px;
  margin-top: 35px;
  background: #ffffff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.09);
  border-radius: 10px;
}

.dotu {
  display: block;
  width: 36px;
  position: absolute;
  left: 18px;
  top: 18px;
}

.domor {
  position: absolute;
  right: 18px;
  top: 18px;
  font-family: Inter24pt-Bold, Arial, "Arial Black", "sans-serif", Verdana;
  color: #f7a61c !important;
}

.domor i {
  margin-left: 10px;
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
}

.dop {
  width: calc(100% - 160px);
  padding: 3px 0;
}

.dop a {
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}

@media screen and (max-width:1359px) {
  .domain {
    padding-top: 60px;
  }

  .don {
    padding-top: 10px;
  }

  .dolie {
    padding: 15px 10px;
    padding-left: 55px;
    margin-top: 20px;
  }

  .dotu {
    width: 30px;
    left: 10px;
    top: 15px;
  }

  .domor {
    right: 10px;
    top: 15px;
  }

  .dop {
    width: calc(100% - 120px);
  }
}

@media screen and (max-width:767px) {
  .domain {
    padding-top: 30px;
  }

  .dolie {
    padding-bottom: 46px;
  }

  .domor {
    right: 10px;
    top: auto;
    bottom: 10px;
  }

  .dop {
    width: 100%;
  }
}

/****************************  news  ***************************/
.nenav {
  text-align: right;
}

.nenav a {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 30px;
  margin-left: 46px;
  font-family: Inter24pt-Bold, Arial, "Arial Black", "sans-serif", Verdana;
  color: #333;
}

.nenav a:hover,
.dangne {
  color: #f5a51c !important;
  text-decoration: underline !important;
}

.nen {
  padding-top: 40px;
}

.nen .m7lie {
  margin-top: 33px;
}

@media screen and (max-width:999px) {
  .nenav a {
    font-size: 18px;
    font-size: 1.8rem;
    margin-left: 20px;
  }

  .nen {
    padding-top: 20px;
  }

  .nen .m7lie {
    margin-top: 20px;
  }
}

@media screen and (max-width:767px) {
  .nenav a {
    font-size: 14px;
    font-size: 1.4rem;
    margin-left: 10px;
  }

  .nenav a:first-child {
    margin-left: 0px;
  }

  .nen .m7lie:nth-child(3n-2) {
    margin-left: 2%;
  }

  .nen .m7lie:nth-child(2n-1) {
    margin-left: 0px;
  }

  .nen {
    padding-top: 10px;
  }
}

/****************************  news2  ***************************/
.ne2main1 {
  padding-top: 151px;
  padding-bottom: 64px;
}

.ne2main1 h1 {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 40px;
  font-family: Inter24pt-Bold, Arial, "Arial Black", "sans-serif", Verdana;
  color: #f7a61c;
}

.nexiang1 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 40px;
  color: #fff;
  margin-top: 36px;
}

.nexiang1 p,
.nexiang1 em,
.nexiang1 strong {
  color: #fff;
}

.nefan {
  margin-top: 50px;
  margin-bottom: 0px;
}

@media screen and (max-width:1359px) {
  .ne2main1 {
    padding-top: 60px;
    padding-bottom: 0px;
  }

  .ne2main1 h1 {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 40px;
  }

  .nexiang1 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
    margin-top: 26px;
  }
}

@media screen and (max-width:999px) {
  .ne2main1 {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .ne2main1 h1 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 30px;
  }

  .nexiang1 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width:767px) {
  .ne2main1 {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .ne2main1 h1 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
  }

  .nexiang1 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
  }

  .nefan {
    margin-top: 30px;
  }
}

/****************************  contact  ***************************/
.comain {
  background: url("../images/cobei.jpg") no-repeat top left;
}

.comain .zong {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  padding-top: 155px;
  padding-bottom: 150px;
}

.col {
  width: 46%;
}

.cor {
  width: 51%;
  padding: 30px 80px;
  padding-top: 1px;
  margin-top: 20px;
  background: #f5f5f5;
}

.cobiao {
  font-size: 30px;
  font-size: 3rem;
  line-height: 40px;
  font-family: Inter24pt-Bold, Arial, "Arial Black", "sans-serif", Verdana;
}

.cop1 {
  margin-top: 18px;
}

.coul {
  padding-top: 12px;
}

.colie {
  padding-left: 41px;
  position: relative;
  margin-top: 15px;
}

.colie em {
  color: #f7a61c;
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 24px;
}

.colie p {
  color: #333 !important;
}

.colie p a {
  color: #333
}

.cotu {
  max-width: 140px;
  margin-top: 10px;
}

.cor input,
.cor textarea {
  border: solid 1px #dadada;
}

@media screen and (max-width:1359px) {
  .comain .zong {
    padding: 60px 0;
  }

  .cor {
    padding: 30px 20px;
    padding-top: 10px;
    margin-top: 0px;
  }

  .colie {
    margin-top: 10px;
  }
}

@media screen and (max-width:999px) {
  .cop1 {
    margin-top: 8px;
  }

  .cotu {
    max-width: 100px;
  }

  .cobiao {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 30px;
  }
}

@media screen and (max-width:767px) {
  .comain .zong {
    padding: 30px 0;
  }

  .col {
    width: 100%;
  }

  .cor {
    width: 100%;
    margin-top: 30px;
    padding: 30px 10px;
    padding-top: 10px;
  }
}







@media screen and (max-width:1359px) {}

@media screen and (max-width:999px) {}

@media screen and (max-width:767px) {}





















#baguetteBox-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #222;
  background-color: rgba(0, 0, 0, .8);
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
  z-index: 99999999999999999999999999999999999999;
}

#baguetteBox-overlay.visible {
  opacity: 1
}

#baguetteBox-overlay .full-image {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}

#baguetteBox-overlay .full-image figure {
  display: inline;
  margin: 0;
  height: 100%
}

#baguetteBox-overlay .full-image img {
  display: inline-block;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  box-shadow: 0 0 8px rgba(0, 0, 0, .6);
}

#baguetteBox-overlay .full-image figcaption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  line-height: 1.8;
  color: #ccc;
  background-color: #000;
  background-color: rgba(0, 0, 0, .6);
  font-family: Verdana, Geneva, sans-serif;
}

#baguetteBox-overlay .full-image:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px
}

#baguetteBox-slider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  -webkit-transition: left .4s ease, -webkit-transform .4s ease;
  transition: left .4s ease, -moz-transform .4s ease;
  transition: left .4s ease, transform .4s ease
}

#baguetteBox-slider.bounce-from-right {
  -webkit-animation: bounceFromRight .4s ease-out;
  animation: bounceFromRight .4s ease-out
}

#baguetteBox-slider.bounce-from-left {
  -webkit-animation: bounceFromLeft .4s ease-out;
  animation: bounceFromLeft .4s ease-out
}

.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
  top: 50%;
  top: calc(50% - 30px);
  width: 44px;
  height: 60px
}

.baguetteBox-button {
  position: absolute;
  cursor: pointer;
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0;
  -moz-border-radius: 15%;
  border-radius: 15%;
  background-color: #323232;
  background-color: rgba(50, 50, 50, .5);
  color: #ddd;
  font: 1.6em sans-serif;
  -webkit-transition: background-color .4s ease;
  transition: background-color .4s ease;
}

.baguetteBox-button:hover {
  background-color: rgba(50, 50, 50, .9)
}

.baguetteBox-button#next-button {
  right: 2%
}

.baguetteBox-button#previous-button {
  left: 2%
}

.baguetteBox-button#close-button {
  top: 20px;
  right: 2%;
  right: calc(2% + 6px);
  width: 30px;
  height: 30px
}

.baguetteBox-button svg {
  position: absolute;
  left: 0;
  top: 0
}

.spinner {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px
}

.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  opacity: .6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2s infinite ease-in-out;
  animation: bounce 2s infinite ease-in-out
}

.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s
}

@-webkit-keyframes bounceFromRight {
  0% {
    margin-left: 0
  }

  50% {
    margin-left: -30px
  }

  100% {
    margin-left: 0
  }
}

@keyframes bounceFromRight {
  0% {
    margin-left: 0
  }

  50% {
    margin-left: -30px
  }

  100% {
    margin-left: 0
  }
}

@-webkit-keyframes bounceFromLeft {
  0% {
    margin-left: 0
  }

  50% {
    margin-left: 30px
  }

  100% {
    margin-left: 0
  }
}

@keyframes bounceFromLeft {
  0% {
    margin-left: 0
  }

  50% {
    margin-left: 30px
  }

  100% {
    margin-left: 0
  }
}

@-webkit-keyframes bounce {

  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0)
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@keyframes bounce {

  0%,
  100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0)
  }

  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1)
  }
}


@font-face {
  font-family: Inter24pt-Regular;
  font-display: swap;
  src: url('../fonts/InterRegular.eot');
  src: url('../fonts/InterRegular.eot') format('embedded-opentype'),
    url('../fonts/InterRegular.woff2') format('woff2'),
    url('../fonts/InterRegular.woff') format('woff'),
    url('../fonts/InterRegular.ttf') format('truetype'),
    url('../fonts/InterRegular.svg#InterRegular') format('svg');
}

@font-face {
  font-family: 'InterSemiBold';
  font-display: swap;
  src: url('../fonts/InterSemiBold.eot');
  src: url('../fonts/InterSemiBold.eot') format('embedded-opentype'),
    url('../fonts/InterSemiBold.woff2') format('woff2'),
    url('../fonts/InterSemiBold.woff') format('woff'),
    url('../fonts/InterSemiBold.ttf') format('truetype'),
    url('../fonts/InterSemiBold.svg#InterSemiBold') format('svg');
}

@font-face {
  font-family: Inter24pt-Bold;
  font-display: swap;
  src: url('../fonts/Inter_24ptBold.eot');
  src: url('../fonts/Inter_24ptBold.eot') format('embedded-opentype'),
    url('../fonts/Inter_24ptBold.woff2') format('woff2'),
    url('../fonts/Inter_24ptBold.woff') format('woff'),
    url('../fonts/Inter_24ptBold.ttf') format('truetype'),
    url('../fonts/Inter_24ptBold.svg#Inter_24ptBold') format('svg');
}

@font-face {
  font-family: "iconfont";
  /* Project id 4918013 */
  font-display: swap;
  src: url('../fonts/iconfont.woff2?t=1747015567205') format('woff2'),
    url('../fonts/iconfont.woff?t=1747015567205') format('woff'),
    url('../fonts/iconfont.ttf?t=1747015567205') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-left1:before {
  content: "\e730";
}

.icon-right1:before {
  content: "\e731";
}

.icon-up:before {
  content: "\e73e";
}

.icon-bottom:before {
  content: "\e73f";
}

.icon-instagram:before {
  content: "\e79d";
}

.icon-tumblr:before {
  content: "\e79e";
}

.icon-download:before {
  content: "\e7a0";
}

.icon-download1:before {
  content: "\e7a7";
}

.icon-search4:before {
  content: "\e7b2";
}

.icon-address:before {
  content: "\e7bc";
}

.icon-email:before {
  content: "\e7bd";
}

.icon-contact:before {
  content: "\e7be";
}

.icon-whatsapp:before {
  content: "\e7bf";
}

.icon-fax:before {
  content: "\e7c2";
}

.icon-mobile:before {
  content: "\e7c6";
}

.icon-phone:before {
  content: "\e7c8";
}

.icon-tel:before {
  content: "\e7c7";
}

.icon-phone1:before {
  content: "\e7cb";
}

.icon-skype:before {
  content: "\e7cc";
}

.icon-whatsapp1:before {
  content: "\e7c1";
}

.icon-address1:before {
  content: "\e7c3";
}

.icon-contact1:before {
  content: "\e7c4";
}

.icon-email1:before {
  content: "\e7c5";
}

.icon-skype1:before {
  content: "\e7c9";
}

.icon-fax1:before {
  content: "\e7ca";
}

.icon-qq:before {
  content: "\e7ce";
}

.icon-tel1:before {
  content: "\e7cd";
}

.icon-wechat:before {
  content: "\e7cf";
}

.icon-phone2:before {
  content: "\e7d0";
}

.icon-message:before {
  content: "\e7da";
}

.icon-calendar:before {
  content: "\e7e1";
}

.icon-calendar1:before {
  content: "\e7e3";
}

.icon-top:before {
  content: "\e7ed";
}

.icon-youbian:before {
  content: "\e60f";
}

.icon-jian2:before {
  content: "\e600";
}

.icon-jia2:before {
  content: "\e608";
}

.icon-vk:before {
  content: "\e735";
}

.icon-instagram1:before {
  content: "\e640";
}

.icon-up7:before {
  content: "\e722";
}

.icon-bottom7:before {
  content: "\e723";
}

.icon-left7:before {
  content: "\e724";
}

.icon-right7:before {
  content: "\e725";
}

.icon-sousuo4:before {
  content: "\e610";
}

.icon-sousuo:before {
  content: "\e616";
}

.icon-sousuo1:before {
  content: "\e65b";
}

.icon-shangchuan:before {
  content: "\e602";
}

.icon-top2:before {
  content: "\e637";
}

.icon-biaoqian:before {
  content: "\e649";
}

.icon-twitter3:before {
  content: "\e7fd";
}

.icon-twitter4:before {
  content: "\e7fe";
}

.icon-twitter-new2:before {
  content: "\e800";
}

.icon-twitter-new:before {
  content: "\e7ff";
}

.icon-tiktok:before {
  content: "\e8db";
}

.icon-delete:before {
  content: "\e69d";
}

.icon-chahao:before {
  content: "\e617";
}

.icon-earth:before {
  content: "\e6d5";
}

.icon-earth1:before {
  content: "\e781";
}

.icon-chahao1:before {
  content: "\e60e";
}

.icon-weixin:before {
  content: "\e695";
}

.icon-home:before {
  content: "\e624";
}

.icon-edit:before {
  content: "\e611";
}

.icon-facebook:before {
  content: "\e620";
}

.icon-pinterest:before {
  content: "\e8ab";
}

.icon-linkedin:before {
  content: "\e648";
}

.icon-youtube:before {
  content: "\e6d6";
}

.icon-twitter:before {
  content: "\e607";
}

.icon-bigger:before {
  content: "\e647";
}

.icon-left:before {
  content: "\e72c";
}

.icon-right:before {
  content: "\e72d";
}

.icon-up1:before {
  content: "\e72e";
}

.icon-bottom1:before {
  content: "\e72f";
}










/* 隐藏默认的复选框 */
.custom-checkbox input {
  display: none;
}

/* 创建自定义复选框的外观 */
.checkmark {
  height: 15px;
  width: 15px;
  background-color: #eee;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  border-radius: 0px;
  margin-right: 0px;
  cursor: pointer;
}

/* 当复选框被选中时改变样式 */
.custom-checkbox input:checked~.checkmark::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid #f5a51c;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  cursor: pointer;
}




