@charset "utf-8";

/* CSS Document */
html {
  font-size: 62.5%;
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0 auto;
  font-family: Poppins-Regular, Arial, "Arial Black", "sans-serif", Verdana;
  font-size: 12px;
  font-size: 1.2rem;
  height: 100%;
  background: #f6f6f6;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  overflow-x: hidden;
}

.indo {
  overflow: 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: Poppins-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
}

::selection {
  color: #fff;
  background: #ff6600;
}

* {
  margin: 0px;
  padding: 0px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.fons0 {
  font-size: 0px;
  font-size: 0rem;
}

::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

::-webkit-scrollbar-track {
  background: #e5e5e5
}

::-webkit-scrollbar-thumb {
  background: #ff6600;
}


input[type="button"],
input[ type="submit"],
input[type="reset"] {
  -webkit-appearance: none;
}

button {
  border-radius: 0px;
  -webkit-border-radius: 0px;
}

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #888888;
  opacity: 1
}

:-o-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #888888;
  opacity: 1
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #888888;
  opacity: 1
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #888888;
  opacity: 1
}

@media screen and (max-width:999px) {

  html,
  .indo {
    overflow: visible;
  }

  .indo {
    overflow-x: hidden
  }
}

@media screen and (min-width:1000px) {
  .zong {
    width: calc(100% - 160px);
    max-width: 1400px;
    margin: auto;
  }

  .zong1 {
    width: 95%;
    max-width: 1680px;
    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: #ff6600;
}

.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: #ff6600;
}

.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: #ff6600;
}

@media screen and (max-height:729px) {
  .mp {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
  }
}

@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 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px !important;
  }
}

@media screen and (max-width:767px) {
  .mp1 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px !important;
  }

  .mp {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 22px !important;
  }
}

.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 #ff6600;
  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 #ff6600;
  -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: #ff6600;
  -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: #ff6600;
  -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 {
  position: fixed;
  width: 100%;
  left: 0px;
  top: 0px;
  transition: 1s;
  z-index: 99999;
}

.head .zong1 {
  position: relative;
  padding-top: 60px;
}

.logo {
  display: block;
  float: left;
  width: 198px;
}

.logo img {
  display: block;
  margin: auto;
  width: 100%;
  transition: 1s;
}

.yvn {
  float: right;
  position: relative;
  margin-right: 3px;
  z-index: 9999
}

.yvzhonga {
  display: block;
  padding-right: 21px;
  line-height: 25px;
  font-size: 20px;
  font-size: 2rem;
  text-transform: uppercase;
  transition: 1s;
  color: #fff;
  cursor: pointer;
  position: relative;
  z-index: 99999
}

.yvzhonga:before {
  content: "";
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 19px;
  background: #fff;
  transition: 1s;
}

.yvul {
  width: 100%;
  min-width: 100px;
  position: absolute;
  top: 53px;
  right: 0px;
  background: #fff;
  border: 1px solid #ccc;
  display: none;
}

.yvul a {
  display: block;
  padding: 5px 10px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 26px;
  color: #333;
}

.yvul a:hover {
  background: #ff6600;
  color: #fff;
}

.yvzhonga:hover {
  color: #ff6600;
}

.daohang {
  float: right;
  transition: 0.5s;
}

.daohang>li {
  float: left;
  position: relative;
  z-index: 999;
  padding-bottom: 20px;
  margin-right: 67px;
}

.daohang>li>a {
  display: block;
  font-size: 20px;
  font-size: 2rem;
  line-height: 25px;
  color: #ffffff;
  cursor: pointer;
  transition: 1s;
  position: relative;
  padding-bottom: 5px;
}

.daohang>li:hover>a {
  color: #ff6600 !important;
}

.dangqiandao>a {
  color: #ff6600 !important;
}

.dangqiandao>a:before {
  width: 59px !important;
}

.yijiw {
  background: #ff6600;
  background: rgba(255, 255, 255, 0);
  position: absolute;
  width: 180px;
  left: 50%;
  transform: translateX(-50%);
  /*visibility:hidden; opacity:0;*/
  top: -9999px;
}

.yiji {
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(4, 0, 0, 0.15);
  border-radius: 10px;
}

.yiji li {
  position: relative;
  transition: 0.5s;
}

.yiji li:first-child>a {
  overflow: hidden;
  border-radius: 10px 10px 0px 0px;
}

.yiji li:last-child>a {
  overflow: hidden;
  border-radius: 0px 0px 10px 10px;
}

.yiji li::after {
  content: "";
  position: absolute;
  width: 90%;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: #eee;
}

.yiji li:last-child:after {
  display: none;
}

.yiji li a {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 0px;
  padding: 10px;
  color: #fff;
  font-family: Poppins-Regular;
  font-size: 16px;
  color: #333333;
}

.yiji li:hover::after {
  display: none;
}

.yiji li:hover>a {
  color: #fff;
  background: #ff6600;
}

.erji {
  position: absolute;
  width: 180px;
  background: #fff;
  top: -9999px;
  left: 100%;
  box-shadow: 0px 0px 10px 0px rgba(4, 0, 0, 0.15);
  border-radius: 10px;
}

.sanji {
  position: absolute;
  width: 180px;
  background: #fff;
  top: -9999px;
  left: 100%;
  box-shadow: 0px 0px 10px 0px rgba(4, 0, 0, 0.15);
  border-radius: 10px;
}

.daohang>li:hover .yijiw {
  visibility: visible;
  opacity: 1;
  top: 100%;
}

.daohang>li:hover .yiji>li>a {
  line-height: 30px;
}

.yiji>li:hover .erji {
  top: 0px;
}

.yiji>li:hover .erji>li>a {
  line-height: 30px;
}

.erji>li:hover .sanji {
  top: 0px;
}

.erji>li:hover .sanji>li>a {
  line-height: 30px;
}

.matn {
  margin-top: auto !important;
}

/*  sousuo  */
.sousuo {
  float: right;
  width: 30px;
  height: 25px;
  z-index: 9999;
  transition: 0.5s;
  position: relative;
}

.sousuo form {
  width: 300px;
  height: 0px;
  overflow: hidden;
  position: absolute;
  right: 0px;
  top: 53px;
  background: #ff6600;
  border-radius: 0px;
  color: #2f3135;
  border: 0px solid rgba(0, 0, 0, 0);
  transition: 0.5s;
  z-index: 99999
}

.sou {
  width: 100%;
  height: 48px;
  line-height: 40px;
  border-radius: 4px;
  padding-left: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #2f3135;
  background: #fff;
}

.suo {
  width: 30px;
  height: 48px;
  position: absolute;
  right: 5px;
  top: 5px;
  background: none;
  z-index: 9999999;
  cursor: pointer;
}

.sou2,
.sou1 {
  display: block;
  width: 30px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 22px !important;
  font-weight: bold;
  color: #ff6600;
  cursor: pointer;
  z-index: 99990;
  transition: 1s;
  border-radius: 50%;
}

.sou2 {
  color: #fff;
  height: 25px;
  line-height: 25px;
}

.sou1 {
  color: #ff6600;
  top: 5px;
  right: 5px;
}

.sousuof form {
  height: 60px;
  border: 1px solid #ff6600;
  padding: 5px;
  border-radius: 5px;
}


.headd {
  float: right;
  margin-top: 40px;
  margin-right: 10px;
}

.daohang2,
sousuo2,
.xnav {
  display: none
}

.headh {
  background: #fff !important;
  border-bottom: 1px solid #eee;
}

.headh .zong1 {
  padding-top: 26px;
}

.headh .daohang>li>a {
  color: #333;
}

.headh .sou2,
.headh .yvzhonga {
  color: #333;
}

.headh .yvzhonga:before {
  background: #333
}

.head:hover {
  background: rgba(255, 255, 255, 0.6);
}

.head:hover .daohang>li>a {
  color: #333;
}

.head:hover .sou2,
.head:hover .yvzhonga {
  color: #333;
}

.head:hover .yvzhonga:before {
  background: #333
}


/*  banner  */
.banner1 {
  height: 100%;
}

.slide {
  position: relative;
}

.slide .carouse {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.slide .carouse .slideItem {
  width: 100%;
  height: 100%;
  position: absolute;
  cursor: pointer;
  overflow: hidden;
}

.slide .carouse .slideItem .banner-img {
  width: 100%;
}

.slide .console {
  height: 57px;
  display: inline-block;
  width: 35px;
  position: absolute;
  top: 40%;
}

.slide .dotList {
  position: absolute;
  width: 100%;
  bottom: 30px;
  text-align: center;
  display: none;
}

.slide .dotList ul li {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #ffffff;
  border-radius: 50%;
  margin: 0 11.5px;
  cursor: pointer;
  position: relative;
}

.slide .dotList ul li.active {
  background: #ff6600;
}

.slideItem iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: #000;
}

.slideItem 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;
}

.slide .carousel-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 65px;
  height: 65px;
  background-size: cover !important;
  cursor: pointer;
  z-index: 999;
}

.slide .carousel-control i {
  font-size: 0px !important;
}

.slide .carousel-control.left {
  left: 70px;
  background: url("../images/baleft.png") no-repeat center;
}

.slide .carousel-control.right {
  right: 70px;
  background: url("../images/baright.png") no-repeat center;
}

.slide .carousel-control.left:hover,
.slide .carousel-control.right:hover {
  color: #35a8a2;
}

.slide .slidedetail {
  display: none;
}

.bajian {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 45px;
  height: 83px;
  border-radius: 23px;
  border: solid 2px #ffffff;
  cursor: pointer;
  z-index: 9999
}

.bajian i {
  font-size: 12px;
  color: #fff;
  position: absolute;
  width: 100%;
  line-height: 20px;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  animation-duration: 1.5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite
}

.bai1 {
  margin-top: -5px;
  animation-name: bajian1;
}

.bai2 {
  margin-top: 0px;
  animation-name: bajian2;
}

.bai3 {
  margin-top: 5px;
  animation-name: bajian3;
}

@keyframes bajian1 {
  0% {
    opacity: 0.1;
    transform: translateY(-150%) scale(1.6);
  }

  100% {
    opacity: 0.6;
    transform: translateY(-50%) scale(1.2);
  }
}

@keyframes bajian2 {
  0% {
    opacity: 0.3;
    transform: translateY(-130%) scale(1.3);
  }

  100% {
    opacity: 0.8;
    transform: translateY(-15%) scale(1.1);
  }
}

@keyframes bajian3 {
  0% {
    opacity: 0.6;
    transform: translateY(-110%) scale(1);
  }

  100% {
    opacity: 1;
    transform: translateY(20%) scale(1);
  }
}

@media screen and (max-height:849px) {
  .head .zong1 {
    padding-top: 30px;
  }
}

@media screen and (max-width:1699px) {
  .head .zong1 {
    padding-top: 25px;
  }

  .daohang>li {
    margin-right: 30px;
  }

  .daohang>li>a {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .yiji li a{
       font-size: 14px;
    font-size: 1.4rem;
  }

  .yvzhonga {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .bajian {
    bottom: 10px;
    width: 30px;
    height: 60px;
    border-radius: 23px;
  }

}

@media screen and (max-width:1359px) {
  .head .zong1 {
    padding-top: 15px;
  }

  .daohang>li {
    margin-right: 25px;
    padding-bottom: 15px;
  }

  .daohang>li>a {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .yiji li a{
       font-size: 12px;
    font-size: 1.2rem;
  }

  .slide .carousel-control {
    width: 40px;
    height: 40px;
  }

  .logo {
    width: 130px;
    margin-top: 4px;
  }

  .yvzhonga {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .yvul,
  .sousuo form {
    top: 43px;
  }
}

@media screen and (min-width:1000px) {

  .carousel,
  .nav,
  .clear2 {
    display: none
  }
}

@media screen and (max-width:999px) {
  .head {
    background: #fff;
    border-bottom: 1px solid #ddd;
  }

  .head .zong1 {
    padding: 10px 0;
  }

  .logo {
    display: block;
    float: left;
    width: 120px;
    margin-top: 4px;
  }

  .daohang {
    display: none;
  }

  .clear2 {
    clear: both;
  }

  .sousuo {
    display: none
  }

  .yvn {
    margin-right: 40px;
  }

  .yvzhonga {
    color: #ff6600 !important;
    padding-right: 10px;
  }

  .yvzhonga:before {
    height: 12px;
    background: #ff6600 !important
  }

  .head:hover {
    background: #fff;
  }

  .bajian {
    display: none;
  }

  .slide .carousel-control {
    width: 30px;
    height: 30px;
    background-size: cover !important;
  }

  .slide .carousel-control.left {
    left: 10px;
  }

  .slide .carousel-control.right {
    right: 10px;
  }

  .slide .dotList {
    display: none
  }

  .xnav {
    display: block
  }

  .nav {
    position: fixed;
    width: 35px;
    height: 24px;
    background: #fff;
    right: 2.5%;
    top: 10px;
    cursor: pointer;
    border-radius: 5px;
    z-index: 999999999
  }

  .nav span {
    display: block;
    width: 20px;
    height: 2px;
    background: #ff6600;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    top: 50%;
    transition: 0.8s;
    z-index: 99999991
  }

  .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: 300px;
    height: 0px;
    overflow: auto;
    top: 0px;
    right: 0px;
    background: #000;
    background: rgba(255, 102, 0, 0.96);
    z-index: 9999999;
    transition: 0.8s;
    text-align: center;
  }

  .smdaohangh {
    right: 0px;
    top: 0px;
    height: 100%;
  }

  .topnav {
    margin: auto;
    margin-top: 30px;
    padding: 20px;
  }

  ul.topnav li {
    text-align: left;
    position: relative;
  }

  ul.topnav li a {
    padding: 5px;
    padding-left: 0px;
    color: #fff;
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    padding-right: 50px;
    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-left: 20px;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    outline: 0;
  }

  ul.topnav ul li a:hover {}

  ul.topnav ul ul li a {
    padding-left: 40px;
  }

  ul.topnav ul ul ul li a {
    padding-left: 60px;
  }

  ul.topnav span {
    display: block;
    position: absolute;
    right: 0px;
    top: 7px;
    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;
  }
}

@media screen and (min-width:768px) {
  .clear3 {
    display: none
  }
}

@media screen and (max-width:767px) {}



.wrapper .page.page1 {
  background: #ddd
}

.wrapper .page.page2 {
  background: url("../images/m1bei.jpg") no-repeat center;
  background-size: cover;
  position: relative;
  padding-top: 1px;
}

.wrapper .page.page3 {
  background: url("../images/m2bei.jpg") no-repeat center;
  background-size: cover;
  position: relative;
  padding-top: 1px;
}

.wrapper .page.page4 {
  background: url("../images/m3bei.jpg") no-repeat center;
  background-size: cover;
  position: relative;
  padding-top: 1px;
}

.wrapper .page.page5 {
  background: url("../images/m4bei.jpg") no-repeat center;
  background-size: cover;
  position: relative;
  padding-top: 1px;
}

.wrapper .page.page6 {
  background: url("../images/m5bei.jpg") no-repeat center;
  background-size: cover;
  position: relative;
  padding-top: 1px;
}

.wrapper .page.page7 {
  background: url("../images/m6bei.jpg") no-repeat center;
  background-size: cover;
  position: relative;
  padding-top: 1px;
}

.wrapper .page.page8 {
  background: url("../images/m6bei.jpg") no-repeat center;
  background-size: cover;
  position: relative;
  padding-top: 1px;
}

.main {
  margin-top: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-height: calc(100% - 100px);
  overflow-y: auto;
  overflow-x: hidden;
}

@media screen and (max-height:849px) {
  .main {
    margin-top: 50px;
  }
}

@media screen and (max-height:729px) {
  .main {
    margin-top: 30px;
    max-height: calc(100% - 60px);
  }
}

@media screen and (max-width:999px) {
  .main {
    position: relative;
    transform: translate(0, 0);
    left: auto;
    top: auto;
    margin: auto;
    padding: 30px 0;
  }
}

/*  mian1  */
.main1 {}

.m1biao {
  display: block;
  text-align: center;
  font-size: 40px;
  font-size: 4rem;
  line-height: 50px;
  font-family: Poppins, Arial, "Arial Black", "sans-serif", Verdana;
}

.m1pz {
  line-height: 37px;
  max-width: 850px;
  margin: auto;
  text-align: center;
  margin-top: 10px;
}

.m1pz a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.main1 .row {
  margin: 0 -31px;
  margin-top: 25px;
}

.main1 .owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.main1 .owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.main1 .owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.main1 .owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.main1 .owl-carousel .owl-item {
  float: left;
}

.main1 .owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.main1 .owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.main1 .owl-theme .owl-controls {
  text-align: center;
  margin-top: 47px;
}

.main1 .owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.main1 .owl-theme .owl-controls .owl-page span {
  display: block;
  width: 16px;
  height: 16px;
  background: #bfbfbf;
  margin: 5px;
  border-radius: 50%;
  font-size: 0px;
}

.main1 .owl-theme .owl-controls .owl-page.active span,
.main1 .owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #ff6600;
  opacity: 1;
}

.main1 .owl-theme .owl-buttons {
  width: 89px;
  height: 42px;
  position: relative;
  margin: auto;
  display: none !important
}

.main1 .owl-theme .owl-buttons div {
  width: 42px;
  height: 42px;
  background: #fff;
  position: absolute;
  line-height: 42px;
  font-size: 24px;
  transition: 0.5s;
}

.main1 .owl-theme .owl-prev {
  left: 0px;
}

.main1 .owl-theme .owl-next {
  right: 0px;
}

.main1 .owl-theme .owl-buttons div:hover {
  background: #3080f9;
  color: #fff;
}

.m1lie {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0px 8px 7px 0px rgba(0, 0, 0, 0.11);
  margin: 10px 31px;
}

.m1tu {
  display: block;
  border-radius: 20px;
  overflow: hidden;
}

.m1tu img {
  width: 100%;
}

.m1zi {
  padding: 20px;
  padding-bottom: 33px;
}

.m1sp {
  display: block;
  color: #71bf1e;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}

.m1a {
  display: block;
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
  margin-top: 5px;
  font-family: Poppins-SemiBold, Arial, "Arial Black", "sans-serif", Verdana;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}

.m1p {
  margin-top: 13px;
}

.m1p a {
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

@media screen and (max-height:849px) {
  .m1pz {
    line-height: 26px;
    margin-top: 7px;
  }

  .main1 .row {
    margin: 0 -31px;
    margin-top: 10px;
  }

  .main1 .owl-theme .owl-controls {
    margin-top: 5px;
  }

  .m1lie {}
}

@media screen and (max-height:729px) {
  .main1 .row {
    max-width: 900px;
    margin: auto;
  }

  .m1lie {
    margin: 10px;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.11);
  }

  .m1a {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .m1p {
    margin-top: 5px;
  }

  .m1zi {
    padding: 10px;
    padding-bottom: 20px;
  }

  .main1 .owl-theme .owl-controls .owl-page span {
    width: 10px;
    height: 10px;
    margin: 2px;
  }

  .m1biao {
    font-size: 30px;
    font-size: 3rem;
    line-height: 40px;
  }
}

@media screen and (max-width:1359px) {
  .m1a {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .m1p {
    margin-top: 5px;
  }

  .m1zi {
    padding: 10px;
    padding-bottom: 20px;
  }

  .m1biao {
    font-size: 34px;
    font-size: 3.4rem;
    line-height: 40px;
  }
}

@media screen and (max-width:999px) {
  .main1 .row {
    margin: 0 -10px;
    margin-top: 10px;
  }

  .m1lie {
    margin: 10px;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.11);
  }

  .main1 .owl-theme .owl-controls .owl-page span {
    width: 10px;
    height: 10px;
    margin: 2px;
  }

  .m1biao {
    font-size: 30px;
    font-size: 3rem;
    line-height: 40px;
  }
}

@media screen and (max-width:767px) {
  .m1biao {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 36px;
  }
}

/*  main2  */
.main2 {
  width: 100%;
}

.main2 .row {
  margin-top: 23px;
  margin-right: -26px;
  margin-left: -88px;
}

.main2 .owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.main2 .owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.main2 .owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.main2 .owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.main2 .owl-carousel .owl-item {
  float: left;
}

.main2 .owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.main2 .owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.main2 .owl-theme .owl-controls {
  text-align: center;
  display: none !important;
}

.main2 .owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.main2 .owl-theme .owl-controls .owl-page span {
  display: block;
  width: 14px;
  height: 14px;
  background: #ffffff;
  margin-right: 9px;
  border-radius: 50%;
  background: #ffffff;
  font-size: 0px;
}

.main2 .owl-theme .owl-controls .owl-page.active span,
.main2 .owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #23aa86;
  opacity: 1;
}

.main2 .owl-theme .owl-buttons {
  width: 89px;
  height: 42px;
  position: relative;
  margin: auto;
  display: none !important
}

.main2 .owl-theme .owl-buttons div {
  width: 42px;
  height: 42px;
  background: #fff;
  position: absolute;
  line-height: 42px;
  font-size: 24px;
  transition: 0.5s;
}

.main2 .owl-theme .owl-prev {
  left: 0px;
}

.main2 .owl-theme .owl-next {
  right: 0px;
}

.main2 .owl-theme .owl-buttons div:hover {
  background: #3080f9;
  color: #fff;
}

.m2lie {
  margin: 0 26px;
  margin-top: 47px;
  padding: 25px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 20px;
  position: relative;
  transition: 0.5s;
}

.m2tu {
  display: block;
  border-radius: 20px;
  overflow: hidden;
}

.m2tu img {
  width: 100%;
}

.m2zi {
  padding-bottom: 35px;
}

.m2a {
  display: block;
  line-height: 28px;
  padding-left: 15px;
  padding-right: 8px;
  font-size: 14px;
  font-size: 1.4rem;
  position: absolute;
  right: 0px;
  top: 27px;
  background: #ffffff;
  border-radius: 16px 0px 0px 16px;
  border: solid 2px #ececec;
}

.m2sp {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  margin-top: 10px;
  color: #25bd19;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}

.m2p {
  color: #333;
  font-family: Poppins-SemiBold;
  line-height: 24px;
}

.m2p a {
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}

.main2 .span12 .item:hover .m2lie {
	background: #fff;
	transform: translateY(-47px);
}


.main2 .span12 .item:hover .m2lie .m2a{
	background: #ff6600;
	color: #fff;
}

@media screen and (max-height:729px) {
  .main2 .row {
    margin-top: 10px;
    margin-right: -26px;
    margin-left: -26px;
  }

  .m2lie {
    margin-top: 27px;
    padding: 25px;
  }

  .m2zi {
    padding-bottom: 0px;
  }
}

@media screen and (max-width:1359px) {
  .main2 .row {
    margin-top: 10px;
    margin-right: -10px;
    margin-left: -30px;
  }

  .m2lie {
    margin: 0 10px;
    margin-top: 27px;
    padding: 15px 10px;
  }
  
  .main2 .span12 .item:hover .m2lie {
	transform: translateY(-27px);
  }


  .m2a {
    font-size: 12px;
    font-size: 1.2rem;
    top: 10px;
  }

  .m2zi {
    padding-bottom: 0px;
  }
}

@media screen and (max-width:999px) {
  .main2 .row {
    margin-top: 20px;
    margin-right: -80px;
    margin-left: 0px;
  }

  .m2lie {
    margin-top: 0px;
  }
  
   .main2 .span12 .item:hover .m2lie {
	transform: translateY(0px);
  }

  .m2sp {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media screen and (max-width:767px) {
  .m2lie {
    margin: 0 5px;
  }
}

/*  main3  */
.main3 {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
}

.m3l {
  width: 44.3%;
}

.m3r {
  width: 50%;
}

.main3 .row {
  padding: 10px;
  margin-top: 50px;
  background: #ffffff;
  border-radius: 20px;
}

.main3 .owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.main3 .owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.main3 .owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.main3 .owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.main3 .owl-carousel .owl-item {
  float: left;
}

.main3 .owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.main3 .owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.main3 .owl-theme .owl-controls {
  margin-left: 115px;
  margin-top: 5px;
  font-size: 0px;
}

.main3 .owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.main3 .owl-theme .owl-controls .owl-page span {
  display: block;
  width: 7px;
  height: 7px;
  background: #dfdfdf;
  margin-right: 6px;
  border-radius: 50%;
  font-size: 0px;
}

.main3 .owl-theme .owl-controls .owl-page.active span,
.main3 .owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #ff6600;
  opacity: 1;
}

.main3 .owl-theme .owl-buttons {
  width: 89px;
  height: 42px;
  position: relative;
  margin: auto;
  display: none !important
}

.main3 .owl-theme .owl-buttons div {
  width: 42px;
  height: 42px;
  background: #fff;
  position: absolute;
  line-height: 42px;
  font-size: 24px;
  transition: 0.5s;
}

.main3 .owl-theme .owl-prev {
  left: 0px;
}

.main3 .owl-theme .owl-next {
  right: 0px;
}

.main3 .owl-theme .owl-buttons div:hover {
  background: #3080f9;
  color: #fff;
}

.m3biao {
  text-align: left;
}

.m3biao strong {
  font-weight: normal;
  color: #ff6600;
  display: block;
}

.m3p {
  margin-top: 24px;
  line-height: 28px;
}

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

.m3ltu {
  display: block;
  width: 95px;
  height: 95px;
  position: relative;
}

.m3ltu img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) !important;
}

.m3lzi {
  width: calc(100% - 115px);
  line-height: 28px;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-family: Poppins-SemiBold, Arial, "Arial Black", "sans-serif", Verdana;
}

.m3rn {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
}

.m3rn2 {
  flex-direction: row-reverse;
  align-items: flex-start
}

.m3lie {
  position: relative;
  margin: 7px 0;
}

.m3lie1 {
  width: 38.57%
}

.m3lie2 {
  width: 59.2857%
}

.m3rtu {
  display: block;
  border-radius: 20px;
  overflow: hidden;
}

.m3rtu img {
  width: 100%;
}

.m3ra {
  position: absolute;
  right: 20px;
  bottom: 10px;
  color: #fefeff;
}

.m3ra:before {
  content: "";
  position: absolute;
  width: 46px;
  height: 2px;
  background: #ff6600;
  right: 0px;
  bottom: 0px;
}

.m3lie:hover .m3rtu img {
  transform: scale(1.1)
}

.m3lie:hover .m3ra {
  color: #ff6600;
}

@media screen and (max-height:779px) {
  .m3r {
    width: 40%;
  }
}

@media screen and (max-width:1359px) {
  .m3l {
    width: 46%;
  }

  .m3r {
    width: 50%;
  }

  .main3 .row {
    margin-top: 20px;
  }

  .m3ltu {
    width: 70px;
    height: 70px;
  }

  .m3lzi {
    width: calc(100% - 85px);
  }

  .main3 .owl-theme .owl-controls {
    margin-left: 85px
  }
}

@media screen and (max-width:767px) {
  .m3l {
    width: 100%;
  }

  .m3r {
    width: 100%;
    margin-top: 20px;
  }

  .m3p {
    margin-top: 10px;
  }

  .m3rtu {
    border-radius: 10px;
  }

  .m3ra {
    right: 8px;
    bottom: 5px;
  }
}


/*  main4  */
.main4 {}

.main4 .row {
  margin-top: 80px;
  position: relative;
}

.main4 .owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.main4 .owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.main4 .owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.main4 .owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.main4 .owl-carousel .owl-item {
  float: left;
}

.main4 .owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.main4 .owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.main4 .owl-theme .owl-controls {}

.main4 .owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  display: none !important
}

.main4 .owl-theme .owl-controls .owl-page span {
  display: block;
  width: 14px;
  height: 14px;
  background: #ffffff;
  margin-right: 9px;
  border-radius: 50%;
  background: #ffffff;
  font-size: 0px;
}

.main4 .owl-theme .owl-controls .owl-page.active span,
.main4 .owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #23aa86;
  opacity: 1;
}

.main4 .owl-theme .owl-buttons {}

.main4 .owl-theme .owl-buttons div {
  position: absolute;
  line-height: 30px;
  font-size: 28px;
  top: 50%;
  transform: translateY(-50%);
  color: #333333;
  transition: 0.5s;
}

.main4 .owl-theme .owl-prev {
  left: 0px;
}

.main4 .owl-theme .owl-next {
  right: 0px;
}

.main4 .owl-theme .owl-buttons div:hover {
  color: #ff6600;
}

.m4lie {
  padding: 0 100px;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
}

.m4tu {
  width: 45.25%;
  border-radius: 20px;
  display: block;
  overflow: hidden;
}

.m4tu img {
  width: 100%;
}

.m4zi {
  width: 54.75%;
  padding-left: 70px;
  text-align: center;
}

.m4a {
  display: block;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 30px;
  font-family: Poppins-SemiBold, Arial, "Arial Black", "sans-serif", Verdana;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}

.m4p {
  margin-top: 24px;
  line-height: 28px;
}

.m4p a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.m4mor {
  display: block;
  width: 185px;
  height: 50px;
  line-height: 50px;
  padding-right: 40px;
  font-size: 16px;
  font-size: 1.6rem;
  margin: auto;
  margin-top: 70px;
  position: relative;
  text-align: center;
  background: #ffffff;
  border-radius: 25px;
}

.m4mor i {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
  position: absolute;
  right: 9px;
  top: 5px;
  background: #ff6600;
  transition: 0.5s
}

.m4mor:hover {
  background: #ff6600;
  color: #fff;
}

.m4mor:hover i {
  background: #fff;
  color: #ff6600;
}

@media screen and (max-height:729px) {
  .main4 .row {
    margin-top: 30px;
  }

  .m4zi {
    padding-left: 40px;
  }

  .m4a {
    font-size: 20px;
    font-size: 2rem;
  }

  .m4mor {
    font-size: 14px;
    font-size: 1.4rem;
    width: 150px;
  }
}

@media screen and (max-width:1359px) {
  .main4 .row {
    margin-top: 30px;
  }

  .main4 .owl-theme .owl-buttons div {
    font-size: 20px;
  }

  .m4lie {
    padding: 0 30px;
  }

  .m4zi {
    padding-left: 40px;
  }

  .m4a {
    font-size: 20px;
    font-size: 2rem;
  }

  .m4mor {
    font-size: 14px;
    font-size: 1.4rem;
    width: 150px;
    margin-top: 30px;
  }
}

@media screen and (max-width:999px) {
  .m4zi {
    padding-left: 20px;
  }

  .m4a {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .m4mor {
    font-size: 12px;
    font-size: 1.2rem;
    width: 130px;
    height: 40px;
    line-height: 40px;
    margin-top: 20px;
    padding-right: 30px;
  }

  .m4mor i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    right: 5px;
  }
}

@media screen and (max-width:767px) {
  .m4a {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .m4p {
    margin-top: 10px;
  }
}

@media screen and (max-width:499px) {
  .m4tu {
    width: 100%;
  }

  .m4zi {
    width: 100%;
    padding: 0px;
    margin-top: 10px;
  }

  .m4mor {
    display: none;
  }
}


/*  main5  */
.main5 {}

.m5n {
  margin-top: 64px;
  border-top: 1px solid #333333;
  padding-top: 1px;
}

.m5lie {
  border-bottom: 1px solid #333333;
  position: relative;
  min-height: 204px;
  margin-top: 30px;
  padding-bottom: 42px;
  padding-left: 422px;
  padding-right: 440px;
}

.m5a {
  display: block;
  position: absolute;
  width: 350px;
  left: 0px;
  top: 0px;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 40px;
  font-family: Poppins-SemiBold, Arial, "Arial Black", "sans-serif", Verdana;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.m5tu {
  display: block;
  width: 249px;
  position: absolute;
  right: 0px;
  top: 7px;
  border-radius: 20px;
  overflow: hidden;
}

.m5tu img {
  width: 100%;
}

.m5zi {
  line-height: 28px;
}

.m5p {}

.m5p a {
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.m5riqi {
  display: block;
  color: #ff6600;
  margin-top: 21px;
}

@media screen and (max-height:729px) {
  .m5n {
    margin-top: 30px;
  }

  .m5lie {
    margin-top: 20px;
    padding-bottom: 30px;
    min-height: 192px;
  }

  .m5a {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
  }
}

@media screen and (max-width:1359px) {
  .m5n {
    margin-top: 30px;
  }

  .m5lie {
    margin-top: 20px;
    padding-bottom: 30px;
    min-height: 192px;
    padding-left: 240px;
    padding-right: 270px;
  }

  .m5a {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
    width: 220px;
  }
}

@media screen and (max-width:999px) {
  .m5lie {
    padding-bottom: 20px;
    min-height: 130px;
    padding-right: 200px;
  }

  .m5tu {
    width: 180px;
    top: 0px;
  }

  .m5a {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
  }
}

@media screen and (max-width:767px) {
  .m5n {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
  }

  .m5lie {
    width: 49%;
    padding: 0px;
    padding-bottom: 15px;
    position: relative;
  }

  .m5tu {
    position: relative;
    width: 100%;
  }

  .m5a {
    position: relative;
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    margin-top: 5px;
  }

  .m5p {
    margin-top: 5px;
  }

  .m5riqi {
    margin-top: 5px;
  }
}

/*  main6  */
.main6 {}

.m6xin input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #666666;
  opacity: 1
}

.m6xin input:-o-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #666666;
  opacity: 1
}

.m6xin input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #666666;
  opacity: 1
}

.m6xin input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #666666;
  opacity: 1
}


.m6xin {
  max-width: 1050px;
  margin: auto;
  margin-top: 46px;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}

.m6xin .int1 {
  width: 34.476%;
}

.m6xin .int2 {
  width: 34.476%;
  position: relative;
}

.m6xin .int3 {
  width: 25.62%;
}

.m6xin .xing input {
  background: #fff url("../images/xing.png") no-repeat 22px 14px;
}

.m6xin input {
  width: 100%;
  height: 64px;
  line-height: 54px;
  padding-top: 10px;
  padding-left: 37px;
  padding-right: 10px;
  color: #666666;
  font-size: 16px;
  font-size: 1.6rem;
  border: 1px solid #e0e2e0;
  border-radius: 20px;
  background: #fff;
}

.m6xin .verify_img {
  width: 110px;
  height: 62px;
  position: absolute;
  right: 1px;
  top: 1px;
  cursor: pointer;
  border-radius: 20px;
}

.m6xin .int2 input {
  padding-right: 120px;
}

.m6xin .int3 input {
  padding: 0px;
  border-color: #ff6600;
  background: #ff6600;
  font-size: 22px;
  font-size: 2.2rem;
  color: #ffffff;
  cursor: pointer;
  transition: 0.5s;
}

.m6xin .int3 input:hover {
  background: #fff;
  color: #ff6600;
}

@media screen and (max-width:999px) {
  .m6xin {
    margin-top: 26px;
  }

  .m6xin .xing input {
    background: #fff url("../images/xing.png") no-repeat 5px 14px;
  }

  .m6xin input {
    padding-left: 20px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .m6xin .int3 input {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width:767px) {
  .m6xin .int1 {
    width: 100%;
  }

  .m6xin .int2,
  .m6xin .int3 {
    width: 100%;
    margin-top: 10px;
  }

  .m6xin .xing input {
    background-size: 6px;
    background-position: 5px 18px;
  }

  .m6xin input {
    padding-top: 0px;
    height: 50px;
    line-height: 48px;
    border-radius: 10px;
    font-size: 12px;
    font-size: 1.2rem;
  }

  .m6xin .verify_img {
    height: 50px;
    border-radius: 10px;
  }
}

/*  foot  */
.foot {
  background: url("../images/m7bei.jpg") no-repeat center !important;
  background-size: cover;
}


.fon {
  top: auto;
  transform: translateY(0);
  bottom: 0px;
  background: #f3f3f3;
  width: 100%;
  left: 0px;
}

.font {
  position: absolute;
  width: 100%;
  bottom: 100%;
  left: 0px;
  background: url("../images/m6bei.jpg") no-repeat center !important;
  background-size: cover;
}

.fot {
  border-bottom: 1px solid #c2c2c2;
  padding-top: 103px;
  padding-bottom: 28px;
}

.fot .zong {
  font-size: 0px;
}

.fobiao {
  display: block;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 30px;
  padding-bottom: 18px;
  font-family: Poppins-SemiBold, Arial, "Arial Black", "sans-serif", Verdana;
  position: relative;
}

.fobiao:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background: #ff6600;
  left: 0px;
  bottom: 0px;
}

.foul {
  margin-top: 40px;
}

.foul a {
  color: #666666;
}

.folie {
  display: inline-block;
  vertical-align: top;
}

.fo1 {
  width: 25%;
}

.fo2 {
  width: 23%;
  margin-left: 2%;
}

.fo3 {
  width: 23%;
  margin-left: 2%;
}

.fo4 {
  width: 19%;
  margin-left: 6%;
}

.foul2 {}

.foul2 li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 19px;
  color: #666666;
}

.foul2 li em {
  color: #666666;
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 20px;
}

.foul2 li a {
  display: inline;
}

.fob {
  margin-top: 22px;
  padding-bottom: 30px;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
}

.fobl {
  width: calc(100% - 280px);
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 30px;
  color: #c2c2c2;
}

.fobl a,
.fobl p,
.fobl span {
  color: #c2c2c2;
}

.youlian a {
  display: inline-block;
  margin: 0 10px;
  color: #ff6600;
}

.shejiao {}

.shejiao a {
  display: inline-block;
  vertical-align: middle;
  margin: 5px 0;
  margin-left: 8px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.shejiao a:hover {
  transform: rotate(360deg);
}

.fobl a:hover {
  color: #ff6600;
}


@media screen and (max-width:1559px) {
  .fo1 {
    width: 22%;
  }

  .fo2 {
    width: 22%;
    margin-left: 2%;
  }

  .fo3 {
    width: 22%;
    margin-left: 2%;
  }

  .fo4 {
    width: 28%;
    margin-left: 2%;
  }

  .fobiao {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
    padding-bottom: 10px;
  }

  .fobiao:before {
    width: 20px;
  }

  .foul {
    margin-top: 20px;
  }
}

@media screen and (max-width:999px) {
  .fot {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .fot .zong {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: top;
  }

  .folie {
    width: 49%;
    margin: 0px;
    margin-bottom: 20px;
  }

  .fobl {
    width: 100%;
    text-align: center;
    padding-top: 10px;
  }

  .shejiao {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
}

@media screen and (max-width:767px) {
  .fot {
    border: none
  }

  .folie {
    width: 100%;
    padding: 0px;
  }

  /*.fo3,.fo6{ width: 200px; padding-right: 0px;}*/
  .foul {
    display: none;
  }

  .fobiao {
    padding-bottom: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .fobiao:before {
    width: 100%;
    height: 1px;
  }

  .fobiao:after {
    content: "";
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    border: 4px solid #ff6600;
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-left-width: 7px;
    transition: 0.5s;
  }

  .fobiaoh:after {
    transform: translateY(-50%) rotate(90deg)
  }
}


.lianxi {
  position: fixed;
  width: 70px;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99999
}

.lianxi div a {
  display: block;
  width: 70px;
  height: 70px;
  background: #e8e8e8;
  color: #333;
  text-align: center;
  line-height: 70px;
  font-size: 30px;
  border-radius: 10px;
  margin-top: 2px;
  cursor: pointer;
}

.ke1 {
  color: #f10506;
}

.ke2 {
  color: #00a8ff;
}

.ke3 {
  color: #21e218;
}

.ke4 {
  background: #d83b1b
}

.weixin {
  position: relative;
  cursor: pointer;
}

.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
}

.tankuang {
  position: absolute;
  bottom: 50px;
  left: 50% !important;
  transform: translateX(-50%)
}

.tankuang img {
  display: block;
  position: relative;
  width: 150px;
  height: 150px;
  left: auto;
  margin: auto;
}

.lianxi div a:hover {
  background: #ff6600;
  color: #fff !important;
}

.clear2 {
  display: none
}

@media screen and (max-width:999px) {
  .clear2 {
    display: block;
    clear: both;
  }
}

@media screen and (max-width:999px) {
  .fob {
    padding-bottom: 30px;
  }

  .youlian {
    display: none
  }

  .top {
    width: 25%;
    height: 45px;
    line-height: 45px;
    bottom: 0px;
    right: 0px;
    border-radius: 0px;
    border: none;
    background: #ff6600;
  }

  .fob {
    margin-top: 0px;
  }

  .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;
    height: 45px;
    line-height: 45px;
    margin: auto;
  }

  .lianxi div a {
    margin: auto;
    width: 100%;
    color: #fff !important;
    border-radius: 0px;
    height: 45px;
    line-height: 45px;
    background: #ff6600;
    font-size: 20px;
  }

  .weixin2 {
    display: block
  }

  .weixin1 {
    display: none
  }
}

@media screen and (max-width:499px) {
  .tankuang {
    left: 0.5% !important;
    transform: translateX(0)
  }
}


/****************************  product  ***************************/
.foot1 {
  position: relative;
  background: #f3f3f3 !important;
}

.foot1 .main {
  position: relative;
}

.fenbanner {
  height: 522px;
  position: relative;
}

.fenbiao {
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 40px;
  font-size: 4rem;
  line-height: 50px;
  font-family: Poppins, Arial, "Arial Black", "sans-serif", Verdana;
  color: #f60;
  text-transform: uppercase;
}

.mianbao {
  color: #999;
  padding-top: 16px;
}

.mianbao a {
  color: #999;
  display: inline-block;
  vertical-align: middle;
}

.mianbao a:hover,
.comian {
  color: #ff6600 !important;
}

@media screen and (max-width:1359px) {
  .fenbanner {
    height: 400px;
  }

  .fenbiao {
    font-size: 30px;
    font-size: 3rem;
    line-height: 40px;
  }

  .fot {
    padding-top: 50px;
  }
}

@media screen and (max-width:999px) {
  .foot1 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .fot {
    padding-top: 0px;
  }
}

@media screen and (max-width:767px) {
  .fenbanner {
    height: 220px;
  }

  .fenbiao {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 30px;
  }

  .mianbao {
    display: none;
  }
}

.prmain {
  padding-top: 60px;
  padding-bottom: 100px;
}

.prmain:after {
  content: "";
  clear: both;
  display: block;
}

.prl {
  width: 387px;
  float: left;
  position: sticky;
  left: 0px;
  top: 80px;
  background: #ffffff;
  border-radius: 20px;
  padding: 30px;
  padding-bottom: 130px;
}

.prr {
  width: calc(100% - 476px);
  float: right;
}

.prbiao {
  display: block;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 30px;
  font-family: Poppins, Arial, "Arial Black", "sans-serif", Verdana;
}

.prnav2 {
  padding-top: 21px;
}

.prnav2 li {
  margin-top: 10px;
}

.prnav2 li a {
  display: block;
  padding: 10px 25px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 43px;
  color: #666666;
}

.prnav2 li:hover a,
.prnavh a {
  background: #ff6600 !important;
  border-radius: 0px 32px 32px 0px !important;
  color: #fff !important;
}

.prrt {}

.prrbiao {
  font-size: 24px;
  font-size: 2.4rem;
  font-family: Poppins-SemiBold, Arial, "Arial Black", "sans-serif", Verdana;
}

.przhan {
  position: relative;
  line-height: 28px;
  margin-top: 10px;
}

.prrb {
  font-size: 0px;
}

.prrn {
  padding-bottom: 18px;
}

.prlie {
  width: 30.8%;
  margin-left: 3.8%;
  margin-top: 27px;
  padding-bottom: 30px;
  display: inline-block;
  vertical-align: top;
}

.prlie1 {
  margin-top: 0px;
}

.prlie:nth-child(3n-2) {
  margin-left: 0px;
}

.prtu {
  display: block;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
}

.przi {
  padding-top: 25px;
}

.prsp {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  color: #25bd19;
}

.pra {
  color: #333333;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}

.prmor {
  width: 148px;
  height: 45px;
  line-height: 45px;
  margin-top: 18px;
  transition: 0.5s;
  text-align: center;
  background: #ffffff;
  border-radius: 0px 22px 22px 0px;
}

.prmor input {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

.prmorn {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-size: 1.6rem;
  margin-left: 12px;
}

.prlie:hover .prtu img {
  transform: translate(-50%, -50%) scale(1.1) !important
}

.prlie:hover a {
  color: #ff6600
}

.prlie:hover .prmor {
  background: #ff6600
}

.prlie:hover .prmorn {
  color: #fff;
}

.prtijiao {
  display: block;
  width: 200px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  background: #ff6600;
  border: 1px solid #ff6600;
  border-radius: 10px;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  transition: 0.5s;
  cursor: pointer;
  margin: auto;
  margin-top: 20px;
}

.prtijiao:hover {
  background: #fff;
  color: #ff6600;
}

.prmain2 {
  background: #fff;
  padding-top: 70px;
  padding-bottom: 87px;
}

@media screen and (max-height:769px) {
  .prl {
    padding: 20px;
  }

  .prnav2 {
    padding-top: 10px;
  }

  .prnav2 li {
    margin-top: 5px;
  }

  .prnav2 li a {
    padding: 10px;
    line-height: 35px;
  }
}

@media screen and (max-width:1359px) {
  .prl {
    padding: 20px 10px;
    width: 280px;
  }

  .prr {
    width: calc(100% - 310px);
  }

  .prnav2 {
    padding-top: 10px;
  }

  .prnav2 li {
    margin-top: 5px;
  }

  .prnav2 li a {
    padding: 5px 10px;
    line-height: 35px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .prbiao,
  .prrbiao {
    font-size: 20px;
    font-size: 2rem;
  }

  .prmorn {
    font-size: 14px;
    font-size: 1.4rem;
    margin-left: 7px;
  }

  .prlie {
    padding-bottom: 0px;
  }

  .przi {
    padding-top: 15px;
  }

  .prmor {
    width: 120px;
    height: 35px;
    line-height: 35px;
    margin-top: 10px;
  }
}

@media screen and (max-width:999px) {
  .prmain {
    padding-top: 30px;
    padding-bottom: 50px;
  }

  .prlie {
    width: 49%;
    margin-left: 2% !important;
    margin-top: 20px;
  }

  .prlie:nth-child(2n-1) {
    margin-left: 0px !important;
  }

  .prsp {
    font-size: 12px;
    font-size: 1.2rem;
  }

  .prmain2 {
    padding: 50px 0;
  }
}

@media screen and (max-width:767px) {
  .prmain {
    padding-bottom: 30px;
  }

  .prl {
    display: none;
  }

  .prr {
    width: 100%;
  }

  .prbiao,
  .prrbiao {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .prmorn {
    font-size: 12px;
    font-size: 1.2rem;
    margin-left: 7px;
  }

  .prmain2 {
    padding: 30px 0;
  }
}

/****************************  product2  ***************************/
.pr2main1 {
  padding-top: 130px;
  padding-bottom: 100px;
  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: 45%;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
}

.m-propic .pic-big {
  position: relative;
  width: 81%;
  -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: 15%;
  overflow: hidden;
}

.m-propic .pic-btn {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 28px;
  font-size: 2.8rem;
  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: 470%;
  margin-top: 33px;
  margin-bottom: 33px;
  overflow: hidden;
}

.m-propic .pic-list ul {
  height: 2000px;
  position: absolute;
  top: 0px;
  left: 0px;
}

.m-propic .list-item {
  margin-bottom: 23%;
}

.m-propic .item-pic,
.m-propic .pic-list .item-video {
  display: block;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #fff;
  border-radius: 20px;
}

.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: 45.7%;
  position: relative;
  padding-bottom: 60px;
}

.jianjie h1 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 44px;
  border-bottom: 1px solid #d1d1d1;
  color: #ff6600;
  font-family: Poppins-SemiBold, Arial, "Arial Black", "sans-serif", Verdana;
  position: relative;
}

.jiann {
  line-height: 28px;
  margin-top: 42px;
  color: #666666;
}

.jiann p {
  position: relative;
  color: #666666;
}

.jiann strong {
  color: #ff6600;
  font-size: 22px;
  font-size: 2.2rem;
}

.table {
  width: 100%;
  overflow: auto;
}

.jianjie .table table {
  width: 100%;
  border-collapse: collapse;
  line-height: 26px;
}

.jianjie .table table tr {}

.jianjie .table table tr td {
  padding: 5px 0px;
  color: #666666;
  ;
}


.prin2 {
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 0px;
}

.inno {
  font-size: 0px;
  padding-top: 12px;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}

.inno a {
  display: inline-block;
  vertical-align: middle;
  width: 185px;
  height: 50px;
  line-height: 50px;
  background: #fff;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333333;
  margin-top: 5px;
  border-radius: 25px;
  padding-right: 50px;
  padding-left: 10px;
  position: relative;
}

.inno a i {
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #ff6600;
  border-radius: 50%;
  right: 10px;
  top: 5px;
  color: #fff;
  transition: 0.5s;
}

.inno a:hover {
  background: #ff6600;
  color: #fff;
}

.inno a:hover i {
  background: #fff;
  color: #ff6600;
}

@media screen and (max-width: 1559px) {
  .pr2main1 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .jiann {
    line-height: 32px;
    min-height: 320px;
    margin-top: 20px;
  }

  .jiann strong {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .inno {
    padding-top: 10px;
  }

  .inno a {
    width: calc(33.33% - 10px);
    margin-right: 10px;
    max-width: 254px;
    height: 40px;
    line-height: 38px;
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 8px;
    padding-left: 5px;
    padding-right: 35px;
  }

  .inno a i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    right: 5px;
  }

  .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%;
  }

  .jiann {
    margin-top: 20px;
    min-height: 0px;
  }

  .inno {
    padding-top: 20px;
    width: 100%;
  }

  .inno a {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 5px;
  }

  .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;
    width: 100%;
    margin-top: 15px;
    text-align: center;
    margin: auto;
  }

  .share {
    text-align: center;
  }

  .inno {
    margin: auto;
  }

  .inno a {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 8px;
    margin: 2px 5px;
  }
}

@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;
  }

  .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;
  }
}

/*  main2  */
.pr2main2 {
  background: #fff;
  padding-top: 90px;
}

.pr22n {
  font-size: 0px;
}

.pr22lie {
  width: 23%;
  margin-left: 2.666%;
  margin-top: 37px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}

.pr22lie:nth-child(4n-3) {
  margin-left: 0px;
}

.pr22tu {
  width: 89px;
  height: 89px;
  border-radius: 50%;
  background: #f2682c;
  margin: auto;
  position: relative;
}

.pr22tu img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.pr22a {
  display: block;
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
  margin-top: 22px;
  font-family: Poppins-SemiBold, Arial, "Arial Black", "sans-serif", Verdana;
  color: #333;
}

.pr22p {
  line-height: 28px;
  margin-top: 10px;
  color: #333333;
}

@media screen and (max-width:1359px) {
  .pr2main2 {
    padding-top: 50px;
  }

  .pr22a {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
    margin-top: 15px;
  }
}

@media screen and (max-width:999px) {
  .pr22tu {
    width: 60px;
    height: 60px;
  }

  .pr22a {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
    margin-top: 15px;
  }

  .pr22n {
    padding-top: 10px;
  }

  .pr22lie {
    width: 49%;
    margin-left: 2%;
    margin-top: 20px;
  }

  .pr22lie:nth-child(2n-1) {
    margin-left: 0px;
  }
}

@media screen and (max-width:767px) {
  .pr2main2 {
    padding-top: 30px;
  }

  .pr22a {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    margin-top: 15px;
  }
}

/*  main3  */
.pr2main3 {
  padding-top: 95px;
  padding-bottom: 104px;
  background: #fff;
}

.chanxiang {
  margin-top: 30px;
}

.chanxiang a {
  display: inline-block;
  color: #004d9d;
}

.chanxiang img {
  display: inline-block;
}

.table {
  width: 100%;
  overflow: auto;
}

.table table {
  width: 100%;
  border-collapse: collapse;
  /*table-layout: fixed;*/
}

.table table tr:nth-child(1) td,
.table table tr:nth-child(2) td {
  /*background-color: #ff6600;*/
  /*color: #fff;*/
}

.table table tr td:nth-child(1) {
  /*text-align: left;*/
}

.table table tr td,
.table table tr:nth-child(2) td {
  /*text-align: center;*/
}
.table table tr:nth-child(1) td, .table table tr td:nth-child(2), .table table tr td:nth-child(3){
    text-align: center;
}
.table table tr td {
  padding: 4px;
  background: #f7f9fc;
  color: #666666;
  border: 1px solid #ddd;
}

.pr23b {
  text-align: center;
  position: relative;
  margin-top: 70px;
}

.share {
  position: absolute;
  left: 0px;
  bottom: 10px;
}

.share1 {
  color: #888;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  display: inline-block;
  vertical-align: middle;
}

.share2 {
  display: inline-block;
  vertical-align: middle;
}

.prdo {
  display: block;
  width: 185px;
  height: 50px;
  line-height: 50px;
  background: #f0f0f0;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333333;
  margin: auto;
  margin-top: 5px;
  border-radius: 25px;
  padding-right: 50px;
  padding-left: 10px;
  position: relative;
}

.prdo i {
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #ff6600;
  border-radius: 50%;
  right: 10px;
  top: 5px;
  color: #fff;
  transition: 0.5s;
}

.prdo:hover {
  background: #ff6600;
  color: #fff;
}

.prdo:hover i {
  background: #fff;
  color: #ff6600;
}

@media screen and (max-width:1359px) {
  .pr2main3 {
    padding: 50px 0;
  }

  .pr23b {
    margin-top: 30px;
  }

  .prdo {
    width: 150px;
    height: 40px;
    line-height: 38px;
    font-size: 14px;
    font-size: 1.4rem;
    padding-left: 5px;
    padding-right: 35px;
  }

  .prdo i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    right: 5px;
  }

  .share1 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width:767px) {
  .pr2main3 {
    padding: 30px 0;
  }

  .share {
    position: relative;
  }
}

/*  main4  */
.pr2main4 {
  padding-top: 92px;
  padding-bottom: 108px;
}

.pr2main4 .row {
  margin-top: 90px;
}

.pr2main4 .owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.pr2main4 .owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.pr2main4 .owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.pr2main4 .owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.pr2main4 .owl-carousel .owl-item {
  float: left;
}

.pr2main4 .owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.pr2main4 .owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.pr2main4 .owl-theme .owl-controls {}

.pr2main4 .owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  display: none !important;
}

.pr2main4 .owl-theme .owl-controls .owl-page span {
  display: block;
  width: 14px;
  height: 14px;
  background: #ffffff;
  margin-right: 9px;
  border-radius: 50%;
  background: #ffffff;
  font-size: 0px;
}

.pr2main4 .owl-theme .owl-controls .owl-page.active span,
.pr2main4 .owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #23aa86;
  opacity: 1;
}

.pr2main4 .owl-theme .owl-buttons {}

.pr2main4 .owl-theme .owl-buttons div {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  line-height: 42px;
  font-size: 30px;
  color: #333;
  transition: 0.5s;
}

.pr2main4 .owl-theme .owl-prev {
  left: 0px;
}

.pr2main4 .owl-theme .owl-next {
  right: 0px;
}

.pr2main4 .owl-theme .owl-buttons div:hover {
  color: #ff6600;
}

.pr2main4 .m2lie {
  margin: 0 55px;
  background: #fff
}

@media screen and (max-width:1359px) {
  .pr2main4 {
    padding: 50px 0;
  }

  .pr2main4 .row {
    margin-top: 40px;
  }

  .pr2main4 .m2lie {
    margin: 0 5px;
  }
}

@media screen and (max-width:999px) {
  .pr2main4 .owl-theme .owl-buttons div {
    font-size: 20px;
  }

  .pr2main4 .owl-theme .owl-prev {
    left: 10px;
  }

  .pr2main4 .owl-theme .owl-next {
    right: 10px;
  }
}

@media screen and (max-width:767px) {
  .pr2main4 {
    padding: 30px 0;
  }

  .pr2main4 .row {
    margin-top: 20px;
  }
}

@media screen and (max-width:479px) {
  .pr2main4 .m2lie {
    margin: 0 30px;
  }

  .pr2main4 .owl-theme .owl-prev {
    left: 0px;
  }

  .pr2main4 .owl-theme .owl-next {
    right: 0px;
  }
}

.pr2main5 {
  background: #fff;
  padding-top: 70px;
}

.pr2main5 .row {
  margin-top: 48px;
}

.pr2main5 .owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.pr2main5 .owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.pr2main5 .owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.pr2main5 .owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.pr2main5 .owl-carousel .owl-item {
  float: left;
}

.pr2main5 .owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.pr2main5 .owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.pr2main5 .owl-theme .owl-controls {}

.pr2main5 .owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  display: none !important
}

.pr2main5 .owl-theme .owl-controls .owl-page span {
  display: block;
  width: 14px;
  height: 14px;
  background: #ffffff;
  margin-right: 9px;
  border-radius: 50%;
  background: #ffffff;
  font-size: 0px;
}

.pr2main5 .owl-theme .owl-controls .owl-page.active span,
.pr2main5 .owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #23aa86;
  opacity: 1;
}

.pr2main5 .owl-theme .owl-buttons {
  width: 89px;
  height: 42px;
  position: relative;
  margin: auto;
  display: none !important
}

.pr2main5 .owl-theme .owl-buttons div {
  width: 42px;
  height: 42px;
  background: #fff;
  position: absolute;
  line-height: 42px;
  font-size: 24px;
  transition: 0.5s;
}

.pr2main5 .owl-theme .owl-prev {
  left: 0px;
}

.pr2main5 .owl-theme .owl-next {
  right: 0px;
}

.pr2main5 .owl-theme .owl-buttons div:hover {
  background: #3080f9;
  color: #fff;
}

.pr2main5 .m4lie {
  background: #f5f5f5;
  border-radius: 20px;
  padding: 40px 25px;
}

.pr2main5 .m4tu {
  width: 41%;
}

.pr2main5 .m4zi {
  width: 59%;
}

.pr2main6 {
  background: #fff;
  padding-top: 80px;
  padding-bottom: 75px;
}

@media screen and (max-width:1359px) {

  .pr2main5,
  .pr2main6 {
    padding-top: 50px;
  }

  .pr2main6 {
    padding-bottom: 50px;
  }

  .pr2main5 .row {
    margin-top: 30px;
  }

  .pr2main5 .m4lie {
    padding: 15px;
  }
}

@media screen and (max-width:767px) {

  .pr2main5,
  .pr2main6 {
    padding-top: 30px;
  }

  .pr2main6 {
    padding-bottom: 30px;
  }

  .pr2main5 .row {
    margin-top: 20px;
  }

  .pr2main5 .m4lie {
    padding: 10px;
  }
}

@media screen and (max-width:499px) {
  .pr2main5 .m4tu {
    width: 100%;
  }

  .pr2main5 .m4zi {
    width: 100%;
  }
}

.pr2main7 {
  background: #fff;
  padding-bottom: 107px;
}

.pr2main7 .zong {
  background: #f7f7f7;
  border-radius: 20px;
  padding: 45px 10px;
  padding-bottom: 75px;
}

.pr27biao {
  text-align: center;
  font-size: 34px;
  font-size: 3.4rem;
  line-height: 40px;
  padding-bottom: 14px;
  font-family: Poppins, Arial, "Arial Black", "sans-serif", Verdana;
  position: relative;
}

.pr27biao:before {
  content: "";
  position: absolute;
  width: 54px;
  height: 3px;
  background: #ff6600;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}

.prxin {
  max-width: 973px;
  margin: auto;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  padding-top: 24px;
}

.prxin .int1 {
  width: 47%;
  margin-top: 15px;
}

.prxin .int2 {
  width: 100%;
  margin-top: 15px;
}

.prxin .int3 {
  width: 47%;
  margin-top: 15px;
  position: relative;
}

.prxin .int4 {
  width: 47%;
  margin-top: 15px;
}

.prxin input {
  width: 100%;
  height: 46px;
  line-height: 46px;
  padding: 0 5px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
  background: #ffffff;
  border-radius: 14px;
}

.prxin textarea {
  width: 100%;
  height: 162px;
  line-height: 46px;
  padding: 0 5px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
  background: #ffffff;
  border-radius: 14px;
}

.prxin .verify_img {
  width: 90px;
  height: 46px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  cursor: pointer;
  border-radius: 14px;
}

.prxin .int3 input {
  padding-right: 100px;
}

.prxin .int4 input {
  background: #ff6600;
  padding: 0px;
  color: #fff;
  border: 1px solid #ff6600;
  font-size: 16px;
  font-size: 1.6rem;
  cursor: pointer;
  transition: 0.5s;
}

.prxin .int4 input:hover {
  background: #fff;
  color: #ff6600;
}

@media screen and (max-width:999px) {
  .pr2main7 {
    padding-bottom: 50px;
  }

  .pr2main7 .zong {
    padding: 30px 10px;
  }

  .pr27biao {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 30px;
  }

  .prxin {
    padding-top: 10px;
  }
}

@media screen and (max-width:767px) {
  .pr2main7 {
    padding-bottom: 30px;
  }

  .pr27biao {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 30px;
  }

  .prxin {
    padding-top: 15px;
  }

  .prxin .int1,
  .prxin .int2,
  .prxin .int3,
  .prxin .int4 {
    width: 100%;
    margin-top: 10px;
  }
}

/****************************  solution  ***************************/
.somain {}

.somain .prl {
  position: relative;
  top: auto;
}

.sorn {}

.solie {
  background: #ffffff;
  border-radius: 20px;
  padding: 15px;
  margin-top: 32px;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
}

.sotu {
  display: block;
  width: 424px;
  border-radius: 20px;
  overflow: hidden;
}

.sozi {
  width: calc(100% - 480px);
}

.sosp {
  display: block;
  color: #71bf1e;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}

.soa {
  display: block;
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
  margin-top: 7px;
  font-family: Poppins-SemiBold, Arial, "Arial Black", "sans-serif", Verdana;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}

.sop {
  margin-top: 12px;
}

.sop a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.somor {
  display: block;
  text-decoration: underline;
  color: #333333;
  margin-top: 67px;
}

.fenye {
  font-size: 0px;
  padding-top: 71px;
}

.fenye a {
  display: inline-block;
  vertical-align: middle;
  padding: 0 18px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666666;
  height: 40px;
  line-height: 38px;
  margin: 5px;
  background: #ffffff;
  border-radius: 4px;
  border: solid 1px #999999;
}

.fenye a:hover,
.dangfen {
  background: #71bf1e !important;
  border-color: #71bf1e !important;
  color: #fff !important;
}

@media screen and (max-width:1559px) {
  .solie {
    padding: 5px;
    margin-top: 20px;
  }

  .sotu {
    width: 300px;
  }

  .sozi {
    width: calc(100% - 320px);
  }

  .sop {
    margin-top: 5px;
  }

  .somor {
    margin-top: 10px;
  }
}

@media screen and (max-width:1359px) {
  .soa {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .fenye {
    padding-top: 30px;
  }

  .fenye a {
    padding: 0 10px;
    font-size: 14px;
    font-size: 1.4rem;
    height: 30px;
    line-height: 28px;
    margin: 2px;
  }
}

@media screen and (max-width:999px) {
  .solie {
    padding: 0px;
    margin-top: 20px;
  }

  .sotu {
    width: 200px;
  }

  .sozi {
    width: calc(100% - 215px);
    padding-right: 10px;
  }

  .soa {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 2px;
  }

  .somor {
    display: none;
  }
}

@media screen and (max-width:767px) {
  .somain .prl {
    display: block;
    width: 100%;
    margin-top: 30px;
  }

  .soa {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 22px;
    margin-top: 2px;
  }

  .sorn {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
  }

  .solie {
    width: 49%;
    display: block;
    border-radius: 10px;
  }

  .sozi {
    width: 100%;
    padding: 10px 5px;
  }

  .sotu {
    width: 100%;
    border-right: 10px;
  }
}

/****************************  solution2  ***************************/
.so2main1 {
  padding-top: 70px;
}

.so2biao {
  text-align: center;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 34px;
  font-family: Poppins-SemiBold, Arial, "Arial Black", "sans-serif", Verdana;
}

.so21p {
  text-align: center;
  margin-top: 28px;
  line-height: 28px;
}

.so21tu {
  position: relative;
  margin-top: 70px;
  margin-bottom: 88px;
}

.so21tu video,
.so21tu iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}

.so2main2 {
  padding-top: 76px;
}

.so2main2 .row {
  margin: 0 -80px;
}

.so2main2 .m2lie {
  margin: 0 80px;
  background: #fff
}

.so2main2 .owl-theme .owl-buttons {
  display: none;
}

@media screen and (max-width:1359px) {
  .so2main1 {
    padding-top: 30px;
  }

  .so2biao {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 30px;
  }

  .so21tu {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .so2main2 {
    padding-top: 30px;
  }

  .so2main2 .row {
    margin: 0 -30px;
  }

  .so2main2 .m2lie {
    margin: 0 30px;
  }
}

@media screen and (max-width:999px) {
  .so2main2 .row {
    margin: 0 -10px;
  }

  .so2main2 .m2lie {
    margin: 0 10px;
  }
}

@media screen and (max-width:767px) {
  .so2biao {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
  }

  .so21p {
    margin-top: 15px;
  }
}

.so2main3 {
  background: #fff;
  padding-top: 74px;
}

.so23biao {
  text-align: center;
  font-size: 34px;
  font-size: 3.4rem;
  line-height: 40px;
  text-transform: uppercase;
  font-family: Poppins-SemiBold, Arial, "Arial Black", "sans-serif", Verdana;
}

.so23n {
  font-size: 0px;
  display: flex;
  flex-flow: wrap;
  padding-top: 38px;
}

.so23lie {
  width: 21.9%;
  margin-left: 4.133%;
  margin-top: 20px;
  padding: 30px 20px;
  padding-bottom: 45px;
  display: inline-block;
  vertical-align: top;
  background: #fff;
  box-shadow: 0px 7px 24px 0px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
}

.so23lie:nth-child(4n-3) {
  margin-left: 0px;
}

.so23tu {
  width: 80px;
  height: 80px;
  margin: auto;
  position: relative;
}

.so23tu img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.so23p {
  color: #333;
  margin-top: 41px;
  line-height: 28px;
  text-align: center;
}

.so2main4 {
  padding-top: 82px;
  padding-bottom: 74px;
}

@media screen and (max-width:1359px) {
  .so2main3 {
    padding-top: 50px;
  }

  .so23biao {
    font-size: 24px;
    font-size: 2.4rem;
  }

  .so23n {
    padding-top: 10px;
  }

  .so23lie {
    width: 24%;
    margin-left: 1.333%;
    padding: 20px 10px;
  }

  .so23tu {
    width: 50px;
    height: 50px;
  }

  .so23p {
    margin-top: 20px;
  }

  .so2main4 {
    padding: 50px 0;
  }

  .so2main3 {
    padding-top: 50px;
  }
}

@media screen and (max-width:999px) {
  .so23lie {
    width: 49%;
    margin-left: 2%;
  }

  .so23lie:nth-child(2n-1) {
    margin-left: 0px;
  }
}

@media screen and (max-width:767px) {
  .so2main3 {
    padding-top: 30px;
  }

  .so2main4 {
    padding: 30px 0;
  }
}

/****************************  about1  ***************************/
.ab1main1 {
  background: url("../images/ab11bei.jpg") no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}

.ab1main1:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: url("../images/ab11bei.jpg") no-repeat center;
  background-size: cover;
  z-index: -1
}

.ab11 {
  padding-top: 65px;
  padding-bottom: 150px;
}

.ab11n {
  padding-top: 10px;
  line-height: 28px;
}

.ab11tu {
  position: relative;
}

.ab11tu video,
.ab11tu iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}

.ab11b {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  padding-top: 70px;
}

.ab11b .m1biao {
  width: 570px;
}

.ab1bzi {
  width: calc(100% - 654px);
}

.ab11mor {
  display: block;
  margin-left: 0px;
  margin-top: 30px;
  color: #333333;
}

@media screen and (max-width:1359px) {
  .ab11 {
    padding-top: 30px;
    padding-bottom: 50px;
  }

  .ab11b {
    padding-top: 40px;
  }

  .ab11b .m1biao {
    width: 450px;
  }

  .ab1bzi {
    width: calc(100% - 500px);
  }
}

@media screen and (max-width:999px) {
  .ab11b {
    padding-top: 30px;
  }

  .ab11b .m1biao {
    width: 100%;
  }

  .ab1bzi {
    width: 100%;
  }
}

@media screen and (max-width:767px) {
  .ab11 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .ab11mor {
    margin-top: 20px;
  }
}

.ab1main2 {
  background: url("../images/ab12bei.jpg") no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 69px;
  padding-bottom: 140px;
}

.ab1main2:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: url("../images/ab12bei.jpg") no-repeat center;
  background-size: cover;
  z-index: -1
}

.ab12biao {
  color: #fff;
}

#outer6 {
  font-size: 0px;
  position: relative;
  padding-top: 33px;
}

#outer6:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #e6e6e6;
  left: 0px;
  bottom: 42px;
}

.tab6 {
  position: relative;
  margin-top: 67px;
}

#tab6 {
  font-size: 0px;
  position: relative;
  margin: auto;
  overflow: hidden;
  white-space: nowrap;
  z-index: 99
}

#tab6 li {
  display: inline-block;
  vertical-align: bottom;
  width: 16.666%;
  transition: 0.8s;
  cursor: pointer;
  position: relative;
  text-align: center;
}

#tab6 li:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background: url("../images/dian.png") no-repeat center;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
}

#tab6 li a {
  display: block;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  padding-top: 24px;
}

#tab4 li a i {
  font-style: normal;
}

#tab6 li.current6:before {
  background: url("../images/dianh.png") no-repeat center;
}

#tab6 li.current6 a {
  color: #ff6600 !important;
}

#content6 {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  position: relative;
  margin-top: 40px;
}

#content6 .tabul6 {
  display: none;
  font-size: 14px;
  vertical-align: middle;
}

.wc3n {
  width: calc(100% - 400px);
  margin: auto;
  position: relative;
  min-height: 96px;
}

.wc3l {
  position: absolute;
  left: 0px;
  top: 1px;
  width: 338px;
  text-align: right;
  padding-right: 44px;
}

.wc3biao {
  font-size: 116px;
  font-size: 11.6rem;
  line-height: 130px;
  color: #ff6600;
  font-family: Poppins, Arial, "Arial Black", "sans-serif", Verdana;
  display: inline-block;
  vertical-align: middle;
}

.wc3p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  color: #fff;
  margin-left: 420px;
  height: 170px;
}

.wc3p p {
  color: #fff;
  padding-left: 29px;
  margin: 32px 0;
  position: relative;
}

.wc3p p:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffffff;
  left: 0px;
  top: 10px;
}

.wc3p p strong {
  color: #ff6600;
  font-weight: normal;
  font-family: Poppins, Arial, "Arial Black", "sans-serif", Verdana;
}

.ab1main2 .prev2,
.ab1main2 .next2 {
  position: absolute;
  line-height: 40px;
  color: #fff;
  font-size: 26px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.ab1main2 .prev2 {
  left: 0px;
}

.ab1main2 .next2 {
  right: 0px;
}

.ab1main2 .prev2:hover,
.ab1main2 .next2:hover {
  color: #ff6600;
}

@media screen and (max-width:1359px) {
  .ab1main2 {
    padding-bottom: 50px;
    padding-top: 48px;
  }

  .ab3biao {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 40px;
    padding-bottom: 16px;
  }

  #outer6 {
    margin-top: 20px;
  }

  #outer6:after {
    bottom: 40px;
  }

  #content6 {
    margin-top: 16px;
  }

  .wc3n {
    width: 100%;
    min-height: 96px;
  }

  .wc3l {
    width: 200px;
    padding-right: 20px;
    padding-top: 20px;
  }

  .wc3biao {
    font-size: 38px;
    font-size: 3.8rem;
    line-height: 43px;
  }

  .wc3a {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 30px;
    margin-left: 10px;
  }

  .wc3p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 30px;
    color: #fff;
    margin-left: 220px;
  }

  .wc3p p {
    margin: 10px 0;
  }

  .tab6 {
    margin-top: 50px;
  }

  #tab6 li a {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
  }

  #tab6 li:before {
    width: 18px;
    height: 18px;
    background-size: cover !important;
  }
}

@media screen and (max-width:1359px) {
  .ab1main2 {
    padding-bottom: 30px;
    padding-top: 30px;
  }

  .ab3biao {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 30px;
    padding-bottom: 14px;
  }
}

@media screen and (max-width:767px) {
  #outer6 {
    padding-top: 2px;
  }

  .ab1main2 .prev2,
  .ab1main2 .next2 {
    font-size: 18px;
    top: auto;
    bottom: -49px;
    transform: translate(0);
    z-index: 999
  }

  .ab1main2 .prev2 {
    left: -4px;
  }

  .ab1main2 .next2 {
    right: -4px;
  }

  .tab6 {
    margin-top: 20px;
    padding: 0 15px;
  }

  #tab6 li {
    width: 16.66%;
  }

  .wc3l {
    width: 100%;
    position: relative;
    text-align: left;
    min-height: 0px;
    padding: 0px;
  }

  .wc3l:before {
    display: none
  }

  .wc3p {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 22px;
    margin-left: 0px;
    margin-top: 20px;
  }

  .wc3biao {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 30px;
  }

  .wc3p p {
    padding-left: 13px;
  }

  .wc3p p:before {
    width: 5px;
    height: 5px;
    top: 7px;
  }
}

@media screen and (max-width:399px) {
  #tab6 li {
    width: 25%;
  }
}

.ab1main3 {
  background: url("../images/ab13bei.jpg") no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 104px;
  padding-bottom: 100px;
}

.ab1main3:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: url("../images/ab13bei.jpg") no-repeat center;
  background-size: cover;
  z-index: -1
}

.ab13tu {
  box-shadow: 0px 7px 32px 0px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  margin-top: 75px;
  overflow: hidden;
}

.ab13b {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  padding-top: 50px;
}

.ab13b p {
  width: 49%;
  position: relative;
  padding-left: 39px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  margin-top: 18px;
}

.ab13b p em {
  display: block;
  width: 23px;
  height: 23px;
  position: absolute;
  left: 0px;
  top: 2px;
}

.ab13b p em img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width:1359px) {
  .ab1main3 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .ab13tu {
    margin-top: 40px;
  }

  .ab13b {
    padding-top: 20px;
  }

  .ab13b p {
    padding-left: 39px;
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 10px;
  }
}

@media screen and (max-width:999px) {
  .ab13b p {
    padding-left: 25px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    margin-top: 10px;
  }

  .ab13b p em {
    width: 15px;
    height: 15px;
    top: 4px;
  }
}

@media screen and (max-width:767px) {
  .ab1main3 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .ab13tu {
    margin-top: 20px;
  }

  .ab13b p {
    width: 100%;
    font-size: 12px;
    font-size: 1.2rem;
  }

  .ab13b p em {
    top: 3px;
  }
}

.ab1main4 {
  background: url("../images/ab13bei.jpg") no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  padding-bottom: 30px;
}

.ab1main4:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: url("../images/ab13bei.jpg") no-repeat center;
  background-size: cover;
  z-index: -1
}

.img-scroll {
  position: relative;
}

.img-scroll .prev,
.img-scroll .next {
  position: absolute;
  text-align: center;
  display: block;
  line-height: 38px;
  color: #333333;
  font-size: 30px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s;
  z-index: 999
}

.img-scroll .prev {
  left: 17.5%;
  cursor: pointer;
}

.img-scroll .next {
  right: 17.5%;
  cursor: pointer;
}

.img-scroll .prev:hover,
.img-scroll .next:hover {
  color: #ff6600;
}

.img-list {
  position: relative;
  overflow: hidden;
}

.img-list ul {
  width: 10000%;
}

.img-list li {
  float: left;
  width: 0.582%;
  margin-left: -0.427%;
  margin-right: 0.48%;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.ab14tu {
  border-radius: 20px;
  display: block;
  overflow: hidden;
}

.ab14fu {
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  padding: 15px 50px;
}

.ab14a {
  font-size: 30px;
  font-size: 3rem;
  line-height: 40px;
  font-family: Poppins-SemiBold, Arial, "Arial Black", "sans-serif", Verdana;
  color: #fff;
}

.ab14p {
  font-size: 0px;
  margin-top: 25px;
}

.ab14p p {
  width: 32%;
  margin-left: 2%;
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
  color: #fff;
  display: inline-block;
  vertical-align: top;
}

.ab14p p:nth-child(3n-2) {
  margin-left: 0px;
}

.ab14p p strong {
  font-size: 30px;
  font-size: 3rem;
  font-weight: normal;
  font-family: Poppins-SemiBold, Arial, "Arial Black", "sans-serif", Verdana;
}

@media screen and (max-width:1559px) {
  .ab14fu {
    padding: 15px 20px;
  }

  .ab14a {
    font-size: 20px;
    font-size: 2rem;
    line-height: 40px;
  }

  .ab14p {
    margin-top: 10px;
  }

  .ab14p p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
  }

  .ab14p p strong {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media screen and (max-width:1359px) {

  .img-scroll .prev,
  .img-scroll .next {
    font-size: 20px;
  }

  .img-scroll .prev {
    left: 17.5%;
  }

  .img-scroll .next {
    right: 17.5%;
  }
}

@media screen and (max-width:999px) {
  .ab14fu {
    padding: 10px;
  }

  .ab14a {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
  }

  .ab14p {
    margin-top: 5px;
  }

  .ab14p p {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 22px;
  }

  .ab14p p strong {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width:767px) {
  .img-list li {
    width: 0.8%;
    margin-left: -0.75%;
    margin-right: 0.8%;
    background: #333;
  }

  .img-scroll .prev {
    left: 5%;
  }

  .img-scroll .next {
    right: 5%;
  }

  .ab14fu {
    position: relative;
    background: none;
  }

  .ab14p p {
    width: 100%;
    margin-left: 0px;
  }
}

.ab1main5 {
  padding-top: 40px;
  padding-bottom: 88px;
  background: #fff;
}

.ab15n {
  font-size: 0px;
  padding-top: 30px;
}

.ab15tu {
  width: 19.6%;
  margin-left: 7.2%;
  margin-top: 56px;
  display: inline-block;
}

.ab15tu:nth-child(4n-3) {
  margin-left: 0px;
}

.ab15tu span {
  display: block;
  background: #fff;
  box-shadow: 0px 7px 24px 0px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  position: relative;
  padding-bottom: 39.64%;
}

.ab15tu span img {
  position: absolute;
  max-width: 90%;
  max-height: 90%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}


@media screen and (max-width:999px) {
  .ab1main5 {
    padding-top: 30px;
    padding-bottom: 50px;
  }

  .ab15n {
    padding-top: 10px;
  }

  .ab15tu {
    width: 24%;
    margin-left: 1.333%;
    margin-top: 10px;
  }
}

@media screen and (max-width:767px) {
  .ab15tu {
    width: 32%;
    margin-left: 2% !important;
    margin-top: 10px;
  }

  .ab15tu:nth-child(3n-2) {
    margin-left: 0px !important;
  }

  .ab15tu span {
    border-radius: 10px;
  }
}

/****************************  about2  ***************************/
.ab2main1 {
  background: url("../images/ab21bei.jpg") no-repeat center;
  background-size: cover;
}

.ab21 {
  padding-top: 68px;
  padding-bottom: 75px;
}

.ab21tu {
  margin-top: 35px;
}

.ab21b {
  font-size: 0px;
  padding: 0 40px;
  padding-top: 40px;
}

.ab21lie {
  width: 33.333%;
  padding: 10px 20px;
  margin-top: 20px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}

.ab21a {
  font-size: 80px;
  font-size: 8rem;
  line-height: 90px;
  color: #ff6600;
  font-family: Poppins, Arial, "Arial Black", "sans-serif", Verdana;
}

.ab21p {
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
}

@media screen and (max-width:1359px) {
  .ab21 {
    padding: 50px 0;
  }

  .ab21b {
    padding: 0;
    padding-top: 10px;
  }

  .ab21a {
    font-size: 60px;
    font-size: 6rem;
    line-height: 70px;
  }

  .ab21p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
  }
}

@media screen and (max-width:999px) {
  .ab21tu {
    margin-top: 20px;
  }

  .ab21a {
    font-size: 40px;
    font-size: 4rem;
    line-height: 50px;
  }

  .ab21p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 22px;
  }
}

@media screen and (max-width:767px) {
  .ab21 {
    padding: 30px 0;
  }

  .ab21b {
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  .ab21lie {
    margin: 0px;
    padding: 10px;
    width: auto;
    display: block;
  }

  .ab21a {
    font-size: 30px;
    font-size: 3rem;
    line-height: 40px;
  }

  .ab21p {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 22px;
  }
}

.ab2main2 {
  background: #f7f7f7;
  padding-top: 50px;
  padding-bottom: 157px;
}

.ab22n {
  font-size: 0px;
  display: flex;
  flex-flow: wrap;
}

.ab22lie {
  width: 23.57%;
  margin-left: 1.9%;
  margin-top: 210px;
  padding: 45px 18px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  border-radius: 20px;
}

.ab22lie:nth-child(4n-3) {
  margin-left: 0px;
}

.ab22lie:nth-child(2n) {
  background: #f8e8de;
}

.ab22t {
  position: absolute;
  width: 100%;
  height: 149px;
  left: 0px;
  bottom: 100%;
  margin-bottom: 17px;
  font-size: 20px;
  font-size: 2rem;
  padding: 10px;
  font-family: Poppins-SemiBold, Arial, "Arial Black", "sans-serif", Verdana;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ff6600;
  border-radius: 20px;
}

.ab22t p {
  color: #fff;
  text-align: center;
  padding: 0 4px;
}

.ab22a {
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
  font-family: Poppins-SemiBold, Arial, "Arial Black", "sans-serif", Verdana;
}

.ab22p {
  margin-top: 10px;
}

.ab22p p {
  position: relative;
  padding-left: 16px;
}

.ab22p p:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #333333;
  border-radius: 50%;
  left: 0px;
  top: 11px;
}

@media screen and (max-width:1359px) {
  .ab2main2 {
    padding: 50px 0;
  }

  .ab22lie {
    padding: 20px 10px;
    margin-top: 170px;
  }

  .ab22t {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 10px;
    height: 130px;
  }

  .ab22a {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
  }

  .ab22p p:before {
    top: 9px;
  }
}

@media screen and (max-width:999px) {
  .ab22lie {
    width: 49%;
    margin-left: 2%;
    margin-top: 130px;
  }

  .ab22lie:nth-child(2n-1) {
    margin-left: 0px;
  }

  .ab22t {
    margin-bottom: 5px;
    height: 100px;
  }
}

@media screen and (max-width:767px) {

  .ab22t,
  .ab22a {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
  }
}

@media screen and (max-width:459px) {
  .ab22lie {
    width: 100%;
    margin-left: 0%;
    margin-top: 120px;
  }
}

.ab2main3 {
  background: #fff;
  padding-top: 72px;
}

.ab23n {
  margin-top: 48px;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
}

.ab23tu {
  width: 48.9%;
}

.ab23zi {
  width: calc(51.1% - 37px);
}

.ab23zi p {
  color: #333;
}

.ab23mor {
  background: #f2f2f2;
  margin-top: 40px;
  display: block;
}

.ab2main4 {
  padding-top: 90px;
  padding-bottom: 155px;
  background: #fff;
}

.ab24tu {
  margin-top: 95px;
}

.ab2main5 {
  padding-top: 140px;
  padding-bottom: 83px;
  background: url("../images/ab25bei.jpg") no-repeat center;
  background-size: cover;
}

@media screen and (max-width:999px) {
  .ab2main3 {
    padding-top: 50px;
  }

  .ab23n {
    margin-top: 25px;
  }

  .ab23tu {
    width: 100%;
    max-width: 600px;
    margin: auto;
    margin-bottom: 20px;
  }

  .ab23zi {
    width: 100%;
  }

  .ab23mor {
    margin-top: 20px;
  }

  .ab2main4,
  .ab2main5 {
    padding: 50px 0;
  }

  .ab24tu {
    margin-top: 50px;
  }
}

@media screen and (max-width:767px) {
  .ab2main3 {
    padding-top: 30px;
  }

  .ab2main4,
  .ab2main5 {
    padding: 30px 0;
  }

  .ab24tu {
    margin-top: 30px;
  }
}

/****************************  about3  ***************************/
.ab3main1 {
  background: #fff;
}

.ab31n {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 75px;
  padding-bottom: 102px;
}

.ab31tu {
  width: 48.9%;
  border-radius: 20px;
  overflow: hidden;
}

.ab31zi {
  width: calc(51.1% - 50px);
}

.ab31biao {
  text-align: left;
}

.ab31p {
  margin-top: 40px;
  line-height: 28px;
}

.ab31mor {
  display: block;
  position: relative;
  background: #ff6600;
  border: 1px solid #ff6600;
  margin-top: 80px;
  height: 66px;
  line-height: 30px;
  border-radius: 20px;
  padding: 0 32px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ab31mor i {
  font-size: 30px;
  padding-left: 5px;
}

.ab31mor:hover {
  background: #fff;
}

@media screen and (max-width:1359px) {
  .ab31n {
    padding: 50px 0;
  }

  .ab31p {
    margin-top: 20px;
  }

  .ab31mor {
    margin-top: 20px;
    font-size: 14px;
    font-size: 1.4rem;
    height: 50px;
    line-height: 24px;
    padding: 0 15px;
  }

  .ab31mor i {
    font-size: 20px;
  }
}

@media screen and (max-width:999px) {
  .ab31tu {
    width: 100%;
    max-width: 600px;
    margin: auto;
  }

  .ab31zi {
    width: 100%;
    margin-top: 20px;
  }
}

@media screen and (max-width:767px) {
  .ab31n {
    padding: 30px 0;
  }
}

.ab3main3 {
  background: #fff;
  padding-top: 93px;
  padding-bottom: 98px;
}

.ab3main3 .zong {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
}

.ab33tu {
  width: 48.9%;
  border-radius: 20px;
  overflow: hidden;
}

.ab33zi {
  width: calc(51.1% - 50px);
}

.ab33biao {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 34px;
  font-family: Poppins-SemiBold, Arial, "Arial Black", "sans-serif", Verdana;
}

.ab33p {
  margin-top: 20px;
  line-height: 28px;
}

.ab33p em {
  font-style: normal;
  color: #ff6600;
}

.ab33p strong {
  color: #333333;
}

@media screen and (max-width:1359px) {
  .ab3main3 {
    padding: 50px 0;
  }

  .ab33biao {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 30px;
  }
}

@media screen and (max-width:999px) {
  .ab33tu {
    width: 100%;
    max-width: 600px;
    margin: auto;
    margin-top: 20px;
  }

  .ab33zi {
    width: 100%;
  }
}

@media screen and (max-width:767px) {
  .ab3main3 {
    padding: 30px 0;
  }

  .ab33biao {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
  }
}

.ab3main4 {
  background: #f2f2f2;
  padding-top: 62px;
  padding-bottom: 55px;
}

.ab34tu {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 74px;
}

.ab34mor {
  width: 328px;
}

.ab3main5 {
  padding-top: 107px;
  padding-bottom: 122px;
  background: url("../images/ab11bei.jpg") no-repeat center;
  background-size: cover;
}

@media screen and (max-width:1359px) {

  .ab3main4,
  .ab3main5 {
    padding: 50px 0;
  }

  .ab34tu {
    margin-bottom: 40px;
  }
}

@media screen and (max-width:767px) {

  .ab3main4,
  .ab3main5 {
    padding: 30px 0;
  }

  .ab34tu {
    margin-bottom: 20px;
  }
}

/****************************  project  ***************************/
.pjmain {
  padding-top: 30px;
  padding-bottom: 95px;
}

.pjmain .pr2main5 {
  background: none;
  padding: 0px;
  margin: 0px;
}

.pjlie {
  background: #fff !important;
  margin-top: 46px;
}

.pjlie .m4mor {
  background: #ececec;
}

.pjlie .m4mor:hover {
  background: #ff6600;
}

.pjlie2 {
  flex-direction: row-reverse;
}

.fenye {
  text-align: center;
}

@media screen and (max-width:1359px) {
  .pjmain {
    padding-bottom: 50px;
  }

  .pjlie {
    margin-top: 20px;
  }
}

@media screen and (max-width:767px) {
  .pjmain {
    padding-bottom: 30px;
    padding-top: 15px;
  }
}

/****************************  service1  ***************************/
.se1main {
  background: url("../images/ab11bei.jpg") no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

.se1main:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../images/ab11bei.jpg") no-repeat center;
  background-size: cover;
  z-index: -1
}

.se1main1 {
  padding-top: 66px;
}

.se11n {
  padding-top: 62px;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
}

.se11zi {
  width: calc(50% - 80px);
}

.se11tu {
  width: 50%;
  border-radius: 20px;
  overflow: hidden;
}

.se11a {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 30px;
  font-family: Poppins, Arial, "Arial Black", "sans-serif", Verdana;
  color: #ff6600;
}

.se11p {
  margin-top: 20px;
  line-height: 28px;
}

@media screen and (max-width:1359px) {
  .se1main1 {
    padding-top: 40px;
  }

  .se11n {
    padding-top: 40px;
  }

  .se11zi {
    width: calc(50% - 30px);
  }

  .se11a {
    font-size: 22px;
    font-size: 2.2rem;
  }

  .se11p {
    margin-top: 10px;
  }
}

@media screen and (max-width:767px) {
  .se1main1 {
    padding-top: 30px;
  }

  .se11n {
    padding-top: 20px;
  }

  .se11zi {
    width: 100%;
    margin-top: 20px;
  }

  .se11tu {
    width: 100%;
    max-width: 600px;
    margin: auto;
  }

  .se11a {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 24px;
  }
}

.se1main2 {
  position: relative;
}

.se1main2:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 310px;
  background: #fff;
  left: 0px;
  bottom: 0px;
  z-index: 1
}

.se1main2 .zong {
  position: relative;
  z-index: 3;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}

.se12lie {
  width: 44%;
  padding: 70px 60px;
  padding-top: 96px;
  margin-top: 96px;
  position: relative;
  background: #ffffff;
  border-radius: 20px;
}

.se12shu {
  display: block;
  width: 58px;
  height: 58px;
  line-height: 58px;
  font-size: 20px;
  font-size: 2rem;
  position: absolute;
  left: 79px;
  top: 0px;
  transform: translateY(-50%);
  font-family: Poppins, Arial, "Arial Black", "sans-serif", Verdana;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  background: #ff6600;
  box-shadow: -4px 6px 24px 0px rgba(0, 0, 0, 0.15);
}

.se12a {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 30px;
  font-family: Poppins, Arial, "Arial Black", "sans-serif", Verdana;
}

.se12ul {
  line-height: 34px;
  margin-top: 15px;
}

.se12ul li {
  color: #666666;
}

.se12ul a {
  display: inline;
}

@media screen and (max-width:1359px) {
  .se12lie {
    width: 49%;
    padding: 20px;
    padding-top: 30px;
    margin-top: 40px;
  }

  .se12shu {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-size: 1.6rem;
    left: 20px;
  }

  .se12a {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 26px;
  }

  .se12ul {
    margin-top: 10px;
  }

  .se1main2:before {
    height: 100px;
  }
}

@media screen and (max-width:767px) {
  .se12a {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
  }
}

@media screen and (max-width:489px) {
  .se12lie {
    width: 100%;
    padding: 20px 10px;
    padding-top: 30px;
  }
}

.se1main3 {
  background: #fff;
  padding-top: 66px;
}

.se13n {
  padding-top: 62px;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
}

.se13tu {
  width: 49.5%;
}

.se13zi {
  width: calc(50.5% - 65px);
}

@media screen and (max-width:1359px) {
  .se1main3 {
    padding-top: 50px;
  }

  .se13n {
    padding-top: 40px;
  }

  .se13zi {
    width: calc(50.5% - 30px);
  }
}

@media screen and (max-width:767px) {
  .se1main3 {
    padding-top: 30px;
  }

  .se13n {
    padding-top: 20px;
  }

  .se13tu {
    width: 100%;
    max-width: 600px;
    margin: auto;
  }

  .se13zi {
    width: 100%;
    margin-top: 20px;
  }
}

/****************************  project2  ***************************/
.pj2main1 {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 75px;
  padding-bottom: 82px;
}

.pj21tu {
  width: 48.2%;
}

.pj21zi {
  width: calc(51.8% - 95px);
}

.pj2main1 .row {}

.pj2main1 .owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.pj2main1 .owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.pj2main1 .owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.pj2main1 .owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.pj2main1 .owl-carousel .owl-item {
  float: left;
}

.pj2main1 .owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.pj2main1 .owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.pj2main1 .owl-theme .owl-controls {}

.pj2main1 .owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  display: none;
}

.pj2main1 .owl-theme .owl-controls .owl-page span {
  display: block;
  width: 14px;
  height: 14px;
  background: #ffffff;
  margin-right: 9px;
  border-radius: 50%;
  background: #ffffff;
  font-size: 0px;
}

.pj2main1 .owl-theme .owl-controls .owl-page.active span,
.pj2main1 .owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #23aa86;
  opacity: 1;
}

.pj2main1 .owl-theme .owl-buttons {}

.pj2main1 .owl-theme .owl-buttons div {
  position: absolute;
  line-height: 30px;
  color: #fff;
  font-size: 30px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s;
}

.pj2main1 .owl-theme .owl-prev {
  left: 13px;
}

.pj2main1 .owl-theme .owl-next {
  right: 13px;
}

.pj2main1 .owl-theme .owl-buttons div:hover {
  color: #ff6600;
}

.pj21tun {
  border-radius: 20px;
  overflow: hidden;
}

.pj21zi h1 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 30px;
  font-family: Poppins, Arial, "Arial Black", "sans-serif", Verdana;
}

.pjsp {
  display: block;
  color: #25bd19;
  border-bottom: 1px solid #cdcdcd;
  margin-top: 9px;
  padding-bottom: 11px;
}

.pj21p {
  margin-top: 34px;
  line-height: 28px;
}

.pj21b {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  max-width: 445px;
  padding-top: 60px;
}

.pj21b .m4mor {
  margin: 0px;
  margin-top: 20px;
  display: block;
}

@media screen and (max-width:1359px) {
  .pj2main1 {
    padding: 50px 0;
  }

  .pj21zi {
    width: calc(51.8% - 30px);
  }

  .pj21b {
    padding-top: 10px;
  }

  .pj21b .m4mor {
    margin-top: 10px;
  }

  .pj21p {
    margin-top: 20px;
  }
}

@media screen and (max-width:999px) {
  .pj21tu {
    width: 100%;
    max-width: 600px;
    margin: auto;
  }

  .pj21zi {
    width: 100%;
    margin-top: 20px;
  }

  .pj21zi h1 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
  }
}

@media screen and (max-width:767px) {
  .pj2main1 {
    padding: 30px 0;
  }

  .pj2main1 .owl-theme .owl-buttons div {
    font-size: 20px;
  }
}

.pj2main2 {
  position: relative;
  background: #fff;
}

.pj2main2:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 110px;
  background: #f5f5f5;
  z-index: 1
}

.pj2main2 .zong {
  position: relative;
  z-index: 2;
  background: #fff;
  border-radius: 20px;
  padding-top: 65px;
}

.pj2main3 {
  background: #fff;
  padding-top: 55px;
  padding-bottom: 95px;
}

.pj23p {
  margin-top: 45px;
}

.pj23p strong,
.pj23p p,
.pj23p em {
  color: #333;
}

.pj23p em {
  display: block;
  font-style: normal;
  padding-left: 28px;
  margin-bottom: 10px;
  position: relative;
}

.pj23p em:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #000000;
  border-radius: 50%;
  left: 0px;
  top: 11px;
}

.pj2main4 {
  padding-bottom: 106px;
}

@media screen and (max-width:1359px) {
  .pj2main2 .zong {
    padding-top: 40px;
  }

  .pj2main3 {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .pj23p {
    margin-top: 30px;
  }

  .pj23p em {
    padding-left: 10px;
  }

  .pj23p em:before {
    width: 5px;
    height: 5px;
    top: 10px;
  }

  .pj2main4 {
    padding-bottom: 50px;
  }
}

@media screen and (max-width:767px) {
  .pj2main2 .zong {
    padding-top: 30px;
  }

  .pj2main3 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .pj23p {
    margin-top: 20px;
  }

  .pj23p em:before {
    width: 5px;
    height: 5px;
    top: 7px;
  }

  .pj2main4 {
    padding-bottom: 30px;
  }
}

/****************************  service2  ***************************/
.se2main1 {
  background: #fff;
  padding-top: 20px;
  padding-bottom: 79px;
}

.se21lie {
  background: #f4f4f4;
  border-radius: 20px;
  margin-top: 55px;
  overflow: hidden;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
}

.se21tu {
  width: 438px;
  border-radius: 20px;
  overflow: hidden;
}

.se21zi {
  width: calc(100% - 514px);
  padding-right: 15px;
}

.se21a {
  display: block;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 30px;
  font-family: Poppins-SemiBold, Arial, "Arial Black", "sans-serif", Verdana;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}

.se21p {
  line-height: 28px;
  margin-top: 15px;
  margin-bottom: 45px;
}

.se21p a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.se21mor {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  font-family: Poppins-SemiBold, Arial, "Arial Black", "sans-serif", Verdana;
  color: #555;
}

.se2main2 {
  background: url("../images/m4bei.jpg") no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  padding-top: 60px;
  padding-bottom: 80px;
}

.se2main2:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: url("../images/m4bei.jpg") no-repeat center;
  background-size: cover;
  z-index: -1
}

@media screen and (max-width:1359px) {
  .se2main1 {
    padding-top: 20px;
    padding-bottom: 50px;
  }

  .se21lie {
    margin-top: 30px;
  }

  .se21tu {
    width: 438px;
  }

  .se21zi {
    width: calc(100% - 460px);
    padding-right: 10px;
  }

  .se21a {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 26px;
  }

  .se21p {
    margin-bottom: 20px;
  }

  .se21mor {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
  }

  .se2main2 {
    padding: 50px 0;
  }
}

@media screen and (max-width:999px) {
  .se21tu {
    width: 300px;
  }

  .se21zi {
    width: calc(100% - 320px);
    padding-right: 10px;
  }

  .se21p {
    margin: 10px 0;
  }
}

@media screen and (max-width:767px) {
  .se2main1 {
    padding-top: 10px;
    padding-bottom: 30px;
  }

  .se21lie {
    margin-top: 20px;
    background: none;
    border-radius: 10px;
  }

  .se21tu {
    width: 150px;
    border-radius: 10px;
  }

  .se21zi {
    width: calc(100% - 160px);
    padding-right: 0px;
  }

  .se21a {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
  }

  .se21p {
    margin-bottom: 0px;
  }

  .se21p a {
    -webkit-line-clamp: 3;
  }

  .se21mor {
    display: none;
  }

  .se2main2 {
    padding: 30px 0;
  }
}


/****************************  service3  ***************************/
.se3main1 {
  padding-bottom: 152px;
}

.se31n {
  padding-top: 78px;
}

.se31lie {
  padding: 50px 45px;
  padding-bottom: 0px;
  max-width: 1253px;
  margin: auto;
  transition: 0.5s;
}

.se31lieh {
  background: #fff;
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
}

.se31a {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  padding-right: 20px;
  cursor: pointer;
  font-family: Poppins-SemiBold, Arial, "Arial Black", "sans-serif", Verdana;
  color: #333;
  position: relative;
}

.se31a i {
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  transition: 0.5s;
  transform: rotate(180deg);
  color: #9f9f9f;
}

.se31a span {
  color: #ff6600;
}

.se31p {
  margin-top: 22px;
  padding-bottom: 50px;
  border-bottom: 1px solid #dfdfdf;
}

.se31p span {
  color: #25bd19;
}

.se31pn {
  line-height: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.se31lieh .se31p {
  border-bottom-color: #fff;
}

.se31lieh .se31pn {
  -webkit-line-clamp: none;
}

.se31lieh .se31a i {
  transform: rotate(0deg);
  color: #333;
}

@media screen and (max-width:1359px) {
  .se3main1 {
    padding-bottom: 52px;
  }

  .se31n {
    padding-top: 20px;
  }

  .se31lie {
    padding: 20px;
    padding-bottom: 0px;
  }

  .se31p {
    margin-top: 10px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width:767px) {
  .se31a {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
  }

  .se31lie {
    padding: 20px 10px;
    padding-bottom: 0px;
  }
}

/****************************  service4  ***************************/
.se4main {
  background: #fff;
}

.se4main1 {
  padding-top: 75px;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
}

.se41tu {
  width: 62.57%;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}

.se41zi {
  width: calc(37.43% - 45px);
}

.se41tu video,
.se41tu iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}

.se41a {
  display: block;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 30px;
  font-family: Poppins-SemiBold, Arial, "Arial Black", "sans-serif", Verdana;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}

.se41p {
  margin-top: 40px;
  line-height: 28px;
}

.se41p a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}

.se4main2 {
  padding-top: 8px;
  padding-bottom: 86px;
  font-size: 0px;
}

.se42lie {
  width: 31%;
  margin-left: 3.5%;
  margin-top: 52px;
  border-radius: 16px;
  display: inline-block;
  vertical-align: top;
  transition: 0.5s;
}

.se42lie:nth-child(3n-2) {
  margin-left: 0px;
}

.se42lie:hover {
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.16);
}

.se42tu {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}

.se42tu video,
.se42tu iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}

.se42zi {
  padding: 20px;
  padding-top: 35px;
}

.se42a {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  font-family: Poppins-SemiBold, Arial, "Arial Black", "sans-serif", Verdana;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}

.se42p {
  line-height: 28px;
  margin-top: 10px;
}

.se42p a {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

@media screen and (max-width:1359px) {
  .se4main1 {
    padding-top: 40px;
  }

  .se41tu {
    width: 50%;
  }

  .se41zi {
    width: calc(50% - 25px);
  }

  .se41a {
    font-size: 20px;
    font-size: 2rem;
  }

  .se41p {
    margin-top: 10px;
  }

  .se4main2 {
    padding-top: 8px;
    padding-bottom: 50px;
  }

  .se42lie {
    margin-top: 30px;
  }

  .se42zi {
    padding: 10px;
  }

  .se42a {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
  }
}

@media screen and (max-width:767px) {
  .se4main1 {
    padding-top: 30px;
  }

  .se41tu {
    width: 100%;
  }

  .se41zi {
    width: 100%;
    margin-top: 20px;
  }

  .se41a {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
  }

  .se4main2 {
    padding-top: 8px;
    padding-bottom: 30px;
  }

  .se42lie {
    width: 49%;
    margin-left: 2% !important;
    margin-top: 20px;
  }

  .se42lie:nth-child(2n-1) {
    margin-left: 0px !important;
  }

  .se42lie:hover {
    box-shadow: none;
  }

  .se42a {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
  }

  .se42zi {
    padding: 0;
    padding-top: 8px;
  }

  .se42p {
    margin-top: 5px;
  }
}

/****************************  news  ***************************/
.nemain1 {
  margin-top: 78px;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
  border-radius: 20px;
}

.ne1tu {
  width: 47.9%;
  border-radius: 20px;
  overflow: hidden;
}

.ne1zi {
  width: calc(52.1% - 50px);
  padding-right: 20px;
}

.ne1a {
  display: block;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 30px;
  font-family: Poppins-SemiBold, Arial, "Arial Black", "sans-serif", Verdana;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}

.ne1riqi {
  display: block;
  color: #ff6600;
  margin-top: 28px;
}

.ne1p {
  margin-top: 20px;
  line-height: 28px;
}

.ne1p a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.ne1mor {
  border: solid 1px #dfdfdf;
  margin-left: 0px;
  margin-top: 40px;
}

@media screen and (max-width:1359px) {
  .nemain1 {
    margin-top: 40px;
  }

  .ne1zi {
    width: calc(52.1% - 30px);
    padding-right: 10px;
  }

  .ne1a {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
  }

  .ne1riqi {
    margin-top: 5px;
  }

  .ne1p {
    margin-top: 10px;
  }

  .ne1p a {
    -webkit-line-clamp: 3;
  }

  .ne1mor {
    margin-top: 10px;
  }
}

@media screen and (max-width:767px) {
  .nemain1 {
    margin-top: 30px;
  }

  .ne1tu {
    width: 100%;
    max-width: 600px;
    margin: auto;
  }

  .ne1zi {
    width: 100%;
    padding: 15px 10px;
  }

  .ne1a {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
  }
}

.nemain2 {
  background: url("../images/nebei.jpg") no-repeat bottom center;
  background-size: 100%;
  padding-top: 63px;
  padding-bottom: 110px;
}

.nen {
  border-top: 1px solid #bdbdbd;
}

.nelie {
  padding-top: 45px;
  padding-bottom: 50px;
  border-bottom: 1px solid #bdbdbd;
  transition: 0.5s;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}

.netu {
  width: 360px;
  border-radius: 20px;
  display: block;
  overflow: hidden;
}

.nezi {
  width: calc(100% - 450px);
}

.nep {
  margin-top: 27px;
  line-height: 28px;
}

.nep a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.nelie:hover {
  border-bottom-color: #ff6600;
}

@media screen and (max-width:1359px) {
  .nemain2 {
    padding: 50px 0;
  }

  .netu {
    width: 260px;
  }

  .nezi {
    width: calc(100% - 300px);
  }

  .nep {
    margin-top: 5px;
  }
}

@media screen and (max-width:767px) {
  .nemain2 {
    padding: 30px 0;
  }

  .nelie {
    padding: 20px 0;
  }

  .netu {
    width: 150px;
    border-radius: 10px;
  }

  .nezi {
    width: calc(100% - 160px);
  }
}

/****************************  news2  ***************************/
.ne2n {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}

.ne2l {
  width: calc(100% - 394px);
}

.ne2r {
  width: 360px
}

.ne2ln {
  background: #fff;
  border-radius: 20px;
  padding: 40px;
}

.ne2l h1 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 30px;
  font-family: Poppins-SemiBold, Arial, "Arial Black", "sans-serif", Verdana;
}

.ne2t {
  border-bottom: 1px solid #c1c1c1;
  margin-top: 26px;
  padding-bottom: 30px;
}

.ne2riqi {
  display: inline-block;
  vertical-align: middle;
  color: #ff6600;
  margin-right: 30px;
}

.ne2t .share {
  display: inline-block;
  vertical-align: middle;
  margin: 0px;
  position: relative;
  left: auto;
  bottom: auto;
}

.nexiang {
  margin-top: 40px;
  line-height: 28px;
}

.nexiang a {
  display: inline;
}

.nexiang img {
  display: inline;
}

.fanpian {
  line-height: 30px;
  padding: 0 14px;
  padding-top: 30px;
  font-size: 16px;
  font-size: 1.6rem;
}

.fanpian li {
  padding: 5px 0;
  padding-left: 62px;
  margin-top: 17px;
  position: relative;
}

.fanpian li i,.fanpian li .iconfont_a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 18px;
  border-radius: 50%;
  background: #ff6600;
  text-align: center;
  position: absolute;
  left: 0px;
  top: 0px;
}

.fanpian li.neno {
  color: #888888;
}

.fanpian li.neno i {
  background: #dfdfdf;
}

.ne2lie {
  background: #ffffff;
  border-radius: 20px;
  padding: 40px 25px;
  margin-bottom: 24px;
}

.ne2a {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 26px;
  font-family: Poppins-SemiBold, Arial, "Arial Black", "sans-serif", Verdana;
}

.ne2riqi {
  margin-top: 11px;
  margin-bottom: 12px;
}

.ne2p {
  line-height: 28px;
}

@media screen and (max-width:1359px) {
  .ne2l {
    width: calc(100% - 280px);
  }

  .ne2r {
    width: 260px
  }

  .ne2ln {
    padding: 20px;
  }

  .ne2l h1 {
    font-size: 20px;
    font-size: 2rem;
  }

  .ne2lie {
    padding: 20px 10px;
  }

  .fanpian {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0px;
  }
}

@media screen and (max-width:767px) {
  .ne2l {
    width: 100%;
  }

  .ne2r {
    width: 100%;
    margin-top: 20px;
  }

  .fanpian {
    padding-top: 10px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 22px;
  }

  .fanpian li {
    padding-left: 40px;
    margin-top: 10px;
  }

  .fanpian li i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }

  .ne2ln {
    padding: 20px 10px;
  }

  .ne2t {
    margin-top: 10px;
    padding-bottom: 10px;
  }

  .ne2riqi {
    margin-right: 10px;
  }

  .nexiang {
    margin-top: 20px;
  }

  .ne2l h1 {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .ne2a {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/****************************  conatct  ***************************/
.comain1 {
  background: #fff url("../images/cobei.jpg") no-repeat bottom center;
  background-size: 100%;
  margin-top: -220px;
  padding: 1px 40px;
  padding-bottom: 116px;
  position: relative;
  z-index: 9;
}

.conav {
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 100%;
}

.conav a {
  display: inline-block;
  vertical-align: middle;
  width: 300px;
  height: 77px;
  line-height: 77px;
  font-size: 24px;
  font-size: 2.4rem;
  margin-right: 3px;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 20px 20px 0px 0px;
}

.conav a:hover,
.dangco {
  background: #ff6600 !important;
  color: #fff !important;
}

.co1n {
  padding: 40px 80px;
}

.cobiao {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 40px;
  font-family: Poppins, Arial, "Arial Black", "sans-serif", Verdana;
  text-align: center;
}

.coxin {
  padding-top: 25px;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}

.coxin .int1 {
  width: 48.75%;
  margin-top: 20px;
}

.coxin .int2 {
  width: 100%;
  margin-top: 20px;
}

.coxin .int3 {
  width: 48.75%;
  margin-top: 20px;
  position: relative;
}

.coxin .int4 {
  width: 48.75%;
  margin-top: 20px;
}

.coxin input {
  width: 100%;
  height: 60px;
  line-height: 58px;
  padding: 0 30px;
  font-size: 16px;
  font-size: 1.6rem;
  background: #fff;
  border-radius: 20px;
  border: solid 1px #272727;
}

.coxin textarea {
  width: 100%;
  height: 160px;
  line-height: 30px;
  padding: 15px 30px;
  font-size: 16px;
  font-size: 1.6rem;
  background: #fff;
  border-radius: 20px;
  border: solid 1px #272727;
}

.coxin .verify_img {
  width: 125px;
  height: 58px;
  position: absolute;
  right: 1px;
  bottom: 29px;
  cursor: pointer;
  border-radius: 20px;
}

.coxin .int3 input {
  padding-right: 130px;
}

.coxin .int4 input {
  padding: 0px;
  border-color: #ff6600;
  background: #ff6600;
  cursor: pointer;
  transition: 0.5s;
  font-size: 22px;
  font-size: 2.2rem;
  color: #ffffff;
}

.coxin .int4 input:hover {
  background: #fff;
  color: #ff6600;
}

@media screen and (max-width:1359px) {
  .comain1 {
    margin-top: -120px;
    padding: 1px 10px;
    padding-bottom: 50px;
  }

  .cobiao {
    font-size: 30px;
    font-size: 3rem;
    line-height: 40px;
  }

  .conav a {
    width: auto;
    padding: 0 15px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    font-size: 1.8rem;
  }

  .co1n {
    padding: 20px 0px;
  }
}

@media screen and (max-width:999px) {
  .comain1 {
    margin-top: 0px;
    padding: 1px 10px;
    padding-bottom: 30px;
  }

  .cobiao {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 30px;
  }

  .coxin {
    padding-top: 15px;
  }

  .coxin .int1,
  .coxin .int2,
  .coxin .int3,
  .coxin .int4 {
    margin-top: 10px;
  }

  .coxin input {
    padding: 0 10px;
    font-size: 14px;
    font-size: 1.4rem;
    border-radius: 10px;
    height: 50px;
    line-height: 48px;
  }

  .coxin textarea {
    padding: 10px;
    font-size: 14px;
    font-size: 1.4rem;
    border-radius: 10px;
    height: 120px;
    line-height: 20px;
  }

  .coxin .verify_img {
    width: 80px;
    height: 48px;
    bottom: 1px;
  }

  .coxin .int3 input {
    padding-right: 90px;
  }

  .coxin .int4 input {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width:767px) {
  .comain1 {
    margin-top: 60px;
    padding: 1px 10px;
    padding-bottom: 30px;
  }

  .conav a {
    padding: 0 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .coxin .int1,
  .coxin .int2,
  .coxin .int3,
  .coxin .int4 {
    margin-top: 10px;
    width: 100%;
  }

  .coxin input,
  .coxin textarea {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.comain2 {
  padding: 0 80px;
  padding-top: 82px;
}

.co2n {
  font-size: 0px;
  padding: 0 25px;
  padding-top: 26px;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}

.co2lie {
  position: relative;
  padding: 5px 0;
  padding-left: 87px;
  min-height: 70px;
  margin-top: 30px;
}

.co2lie em {
  width: 70px;
  height: 70px;
  line-height: 70px;
  position: absolute;
  left: 0px;
  top: 0px;
  text-align: center;
  border-radius: 50%;
  color: #666666;
  font-size: 20px;
  background: #dfdfdf;
  border: solid 1px #dfdfdf;
}

.co2lie em:hover{
  background-color: #ff6600;
  color: #fff;
}

.co2lie strong {
  color: #333;
}

.ditu {
  position: relative;
  height: 506px;
  max-width: 1157px;
  margin: auto;
  margin-top: 56px;
}

.ditu iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}

.dizhi {
  position: absolute;
  width: 295px;
  left: 35px;
  bottom: 27px;
  padding: 28px;
  background: #ffffff;
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.16);
  border-radius: 16px;
}

.dizhi p strong {
  color: #333;
}

.dizhi em {
  font-size: 20px;
}

@media screen and (max-width:1559px) {
  .co2n {
    padding: 0px;
  }
}

@media screen and (max-width:1359px) {
  .comain2 {
    padding: 0;
    padding-top: 50px;
  }

  .co2lie {
    padding: 0px;
    padding-left: 50px;
    min-height: 40px;
    margin-top: 20px;
  }

  .co2lie em {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    top: 7px;
  }

  .ditu {
    margin-top: 30px;
  }

  .dizhi {
    left: 10px;
    bottom: 10px;
  }
}

@media screen and (max-width:999px) {
  .co2lie {
    width: 49%;
  }
}

@media screen and (max-width:767px) {
  .comain2 {
    padding: 0;
    padding-top: 30px;
  }

  .ditu {
    height: 300px;
  }

  .dizhi {
    width: 220px;
    padding: 10px;
  }
}

@media screen and (max-width:399px) {
  .co2lie {
    width: 100%;
  }
}

.comain3 {
  background: #fff;
  margin-top: 70px;
  font-size: 0px;
  padding-top: 40px;
  padding-bottom: 108px;
}

.co3lie {
  width: 29%;
  margin-left: 6.5%;
  margin-top: 58px;
  padding: 45px 35px;
  display: inline-block;
  vertical-align: top;
  background: #ffffff;
  box-shadow: -7px 0px 24px 0px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
}

.co3lie:nth-child(3n-2) {
  margin-left: 0px;
}

.co3a {
  display: block;
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
  font-family: Poppins-SemiBold, Arial, "Arial Black", "sans-serif", Verdana;
  color: #ff6600;
}

.co3p {
  line-height: 34px;
  margin-top: 20px;
}

.co3p a {
  display: inline;
}

@media screen and (max-width:1559px) {
  .co3lie {
    width: 32%;
    margin-left: 2%;
    margin-top: 30px;
    padding: 30px 20px;
  }
}

@media screen and (max-width:1359px) {
  .comain3 {
    margin-top: 40px;
    padding-top: 20px;
    padding-bottom: 50px;
  }

  .co3a {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
  }

  .co3p {
    margin-top: 10px;
  }
}

@media screen and (max-width:767px) {
  .comain3 {
    margin-top: 30px;
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .co3lie {
    width: 49%;
    margin-left: 2% !important;
    margin-top: 20px;
    padding: 20px 10px;
  }

  .co3lie:nth-child(2n-1) {
    margin-left: 0px !important;
  }

  .co3a {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
  }
}

@media screen and (max-width:399px) {
  .co3lie {
    width: 100%;
    margin-left: 0% !important;
  }
}













@media screen and (max-width:1359px) {}

@media screen and (max-width:999px) {}

@media screen and (max-width:767px) {}








@font-face {
  font-family: Poppins;
  font-display: swap;
  src: url("../fonts/Poppins-Bold.woff2") format("woff2"),
    url("../fonts/Poppins-Bold.woff") format("woff"),
    url("../fonts/Poppins-Bold.ttf") format("truetype"),
    url("../fonts/Poppins-Bold.eot") format("embedded-opentype"),
    url("../fonts/Poppins-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: Poppins-Regular;
  font-display: swap;
  src: url("../fonts/Poppins-Regular.woff2") format("woff2"),
    url("../fonts/Poppins-Regular.woff") format("woff"),
    url("../fonts/Poppins-Regular.ttf") format("truetype"),
    url("../fonts/Poppins-Regular.eot") format("embedded-opentype"),
    url("../fonts/Poppins-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: Poppins-SemiBold;
  font-display: swap;
  src: url("../fonts/Poppins-SemiBold.woff2") format("woff2"),
    url("../fonts/Poppins-SemiBold.woff") format("woff"),
    url("../fonts/Poppins-SemiBold.ttf") format("truetype"),
    url("../fonts/Poppins-SemiBold.eot") format("embedded-opentype"),
    url("../fonts/Poppins-SemiBold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "iconfont";
  /* Project id 4811669 */
  font-display: swap;
  src: url('../fonts/iconfont.woff2?t=1736911222220') format('woff2'),
    url('../fonts/iconfont.woff?t=1736911222220') format('woff'),
    url('../fonts/iconfont.ttf?t=1736911222220') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.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";
}

.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-xiazai:before {
  content: "\e612";
}

.frame * {
  transition: .4s ease all;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.downloadBtn {
  cursor: pointer;
}

.frame {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .8);
  z-index: 999999999;
  top: 0;
  left: 0;
  display: none;
  transition: none;
}


.frame .box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 1000px;
  max-height: 90%;
  overflow: auto;
}

.frame .box::-webkit-scrollbar {
  width: 4px;
  height: 6px;
  background-color: #ffffff;
  border-radius: 10px;
}

.frame .box::-webkit-scrollbar-thumb {
  background-color: #ff6600;
  border-radius: 10px;
}

.frame .box::-webkit-scrollbar-track {
  background-color: transparent;
}

.frame .msg {
  padding: 20px;
  background-color: #ff6600;
}


.frame .msg .tit {
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
}

.frameCon {
  padding: 20px;
  background-color: #f6f6f6;
}

.frame .closeBtn {
  position: absolute;
  right: 20px;
  top: 35px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border: solid 2px #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-left: auto;
  margin-bottom: 8px;
  overflow: hidden;
}

.frame .closeBtn:hover svg {
  transform: rotate(-90deg);
}

.frameCon {
  display: flex;
  flex-wrap: wrap;
}

.frameCon a {
  width: 30%;
  margin-right: 5%;
  margin-top: 20px;
  display: block;
  color: #666666;
  text-decoration: none;
  font-size: 16px;
  line-height: 26px;
}

.frameCon a:nth-child(3n) {
  margin-right: 0;
}

.frameCon a:nth-child(-n+3) {
  margin-top: 0;
}

.frameCon a:hover {
  color: #ff6600;
}

@media screen and (max-width:1333px) {
  .frame .box {
    width: 900px;
  }
}

@media screen and (max-width:999px) {
  .frame .box {
    width: 90%;
  }

  .frameCon a {
    font-size: 14px;
  }

  .frame .msg .tit {
    font-size: 18px;
  }
}

@media screen and (max-width:768px) {
  .frameCon {
    justify-content: space-between;
  }

  .frameCon a:nth-child(n) {
    width: 48%;
    margin-right: 0;
    margin-top: 20px;
  }

  .frameCon a:nth-child(-n+2) {
    margin-top: 0;
  }
}

@media screen and (max-width:538px) {
  .frameCon a:nth-child(n) {
    width: 100%;
    margin-right: 0;
    margin-top: 20px;
  }

  .frameCon a:nth-child(-n+1) {
    margin-top: 0;
  }
}


.prmain form .prrn:first-child {
  display: none;
}


/*2025.2.19*/


html {
		scroll-padding-top: 100px; 
}


.ab2main5.main2 .row{
    margin-left: 0px;
}

.se31lieh .se31p,
.se31lie  .se31p{
   display: flex;
	align-items: flex-start;
}


.se31lieh .se31p span,
.se31lie .se31p span{
  	flex-shrink: 0;
  	margin-right:7px;
}


.comain3 .zong{
    display: flex;
	flex-wrap: wrap;
}


.ab1main2 .prev2, .ab1main2 .next2{
    z-index:9999;
}

.ab22lie .ab22t p:nth-child(2){
   		flex-shrink: 0;
}

.ab22lie .ab22t p:nth-child(2) img{
    width:30px;
}


/* 2025.2.25 */


.main2 .owl-theme .owl-buttons,
.main2 .owl-theme .owl-controls {
	display: block !important;
}



.main2 .owl-theme .owl-controls .owl-pagination {
	display: none !important;
}



.main2 .owl-demo5 {
	position: relative;
}

.main2 .owl-theme .owl-buttons div {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 999;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	box-shadow: 0px 0px 10px rgba(122,122,122,0.2);
}

.main2 .owl-theme .owl-buttons {
	position: static;
}


.main2 .owl-theme .owl-buttons div.owl-prev {
	left: 4%;
}

.main2 .owl-theme .owl-buttons div.owl-next {
	right: 4%;
}

.main2 .owl-theme .owl-buttons div:hover{
	background-color: #ff6600 ;
}

.main2 .row{
	margin-left: 0;
	margin-right: 0;
}

@media screen and (max-width:1750px){
 	.main2 .owl-theme .owl-buttons div{
		width: 45px;
		height: 45px;
		font-size: 16px;
	}
	.main2 .owl-theme .owl-buttons div.owl-prev{
		left: 80px;
	}
	.main2 .owl-theme .owl-buttons div.owl-next{
		right: 80px;
	}
}
@media screen and (max-width:1333px){
 	.main2 .owl-theme .owl-buttons div.owl-prev{
 		left: 30px;
 	}
 	.main2 .owl-theme .owl-buttons div.owl-next{
 		right: 30px;
 	}	
	.main2 .owl-theme .owl-buttons div{
		width: 40px;
		height: 40px;
		font-size: 14px;
	}
}
@media screen and (max-width:538px){
 	.main2 .owl-theme .owl-buttons div{
		position: static;
		transform: translateY(0);
		flex-shrink: 0;
 	}	
	.main2 .owl-theme .owl-buttons {
		display: flex !important;
		align-items: center;
		margin-top: 20px;
	}
	.main2 .owl-theme .owl-buttons div.owl-prev{
		margin-right: 20px;
	}
	.main2 .owl-theme .owl-buttons div{
		width: 36px;
		height: 36px;
		font-size: 14px;
	}
}


html {
	scroll-padding-top: 81px;
}

@media screen and (max-width:1699px) {
	html {
		scroll-padding-top: 76px;
	}
}

@media screen and (max-width:1359px) {
	html {
		scroll-padding-top: 61px;
	}
}

@media screen and (max-width:999px) {
	html {
		scroll-padding-top: 46px;
	}
}


.pp{
    display: flex;
    margin-top: 5px;
    font-size: 1.4rem;
    color: #666666;
}
.pp input{
    height: unset;
    width: revert;
    margin-right: 5px;
}
.pp a{
    margin-left: 5px;
    color:#ff6600;
}

.tishi{
    font-size: 15px;
}




/* 2025.4.11 */


.hPiece{
	width: 100%;
}



.hMsgBox{
	display: flex;
	justify-content: space-between;
}


.hMsgBox .ab31tu{
	width: 48.9%;
}


.hMsgBox .ab31tu img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.hMsgBox .ab31p,
.hPiece .m1biao,
.hPiece .ab31mor{
	width: 47.5%;
}

.hPiece .m1biao,
.hPiece .ab31mor{
	margin-left: auto;
}


.hMsgBox .ab31p{
	margin-top: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.hPiece .m1biao{
	margin-bottom: 40px;
}


.hPiece .ab31mor{
	margin-top: 49px;
}

@media screen and (max-width:1333px){
 	.hPiece .m1biao{
		margin-bottom: 30px;
	}
	.hPiece .ab31mor{
		margin-top: 40px;
	}
}
@media screen and (max-width:999px){
 	.hMsgBox .ab31p, .hPiece .m1biao, .hPiece .ab31mor{
		width: 100%;
	}	
	.hMsgBox{
		flex-direction: column-reverse;
		align-items: flex-start;
	}
	.hMsgBox .ab31tu{
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: 30px;
	}
	
	.hMsgBox .ab31tu img{
		object-fit: none;
		max-width: 100%;
	}
}
@media screen and (max-width:768px){
	.hPiece .m1biao{
		margin-bottom: 20px;
	}	 
	.hMsgBox .ab31tu{
		margin-top: 20px;
	}
	.hPiece .ab31mor{
		margin-top: 30px;
	}
}

