@charset "utf-8";

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

body {
  margin: 0 auto;
  font-family: OpenSans, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  height: 100%;
  background: #fff;
  width: 100%;
  /* max-width: 1920px; */
  overflow-x: hidden;
}


img {
  border: none;
}

ul li {
  list-style-type: none;
}

ul,
form,
p,
a,
img,
table,
tr,
td,
li,
dd,
dt,
dl,
span,
em {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #333;
}

img {
  display: block;
  transition: 0.5s;
}

a {
  text-decoration: none;
  color: #333;
  outline: none;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
}

h1,
h2 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  color: #333;
}

.clear {
  clear: both;
}

.maln {
  margin-left: auto !important
}

input,
textarea,
select {
  font-family: OpenSans, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  color: #999999;
  border: none;
  outline: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
  display: block
}

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

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

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

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

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

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

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


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

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

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

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

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

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

  .zong1 {
    width: calc(100% - 160px);
    max-width: 1200px;
    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: #f6671a;
}

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

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

@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 #f6671a;
  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 #f6671a;
  -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: #f6671a;
  -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: #f6671a;
  -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;
  background: #fff;
  transition: 0.5s;
  z-index: 99999;
  box-shadow: 0px 0 5px rgba(0, 0, 0, 0.1)
}

.head .zong {}


.logo {
  display: block;
  float: left;
  width: 187px;
  margin-top: 18px;
}

.logo img {
  display: block;
  margin: auto;
  width: 100%;
  transition: 1s;
  transform: scale(1) !important;
  transition: 0.5s;
}

/*  sousuo  */
.sousuo {
  float: right;
  width: 55px;
  height: 99px;
  margin-right: 18px;
  position: relative;
  z-index: 9999;
  transition: 0.5s;
}

.sousuo form {
  width: 500px;
  height: 0px;
  overflow: hidden;
  position: absolute;
  right: 0px;
  top: 105%;
  background: #3892ef;
  border-radius: 4px;
  color: #3892ef;
  border: 0px solid rgba(0, 0, 0, 0);
  transition: 0.5s;
  z-index: 99999
}

.sou {
  width: 100%;
  height: 53px;
  line-height: 53px;
  border-radius: 4px;
  padding-left: 10px;
  padding-right: 60px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
  border: 1px solid #ccc;
  background: #fff;
}

.suo {
  width: 55px;
  height: 55px;
  float: right;
  background: none;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 9999999;
  border-radius: 4px;
  cursor: pointer;
}

.sou2,
.sou1 {
  width: 55px;
  height: 99px;
  text-align: center;
  line-height: 99px;
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 18px !important;
  color: #333333;
  cursor: pointer;
  z-index: 99990;
  transition: 1s;
}

.sou1 {
  color: #595968;
  width: 55px;
  height: 55px;
  line-height: 55px;
  top: 10px;
  right: 10px;
  font-size: 20px !important;
}

.sousuof form {
  height: 75px;
  padding: 10px;
}

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

.yvzhonga {
  display: block;
  text-align: center;
  height: 99px;
  line-height: 99px;
  transition: 1s;
  color: #666;
  font-size: 16px;
  font-size: 1.6rem;
  padding-right: 34px;
  padding-left: 24px;
  cursor: pointer;
  position: relative;
  z-index: 99999
}

.yvzhonga i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  font-size: 20px;
}

.yvzhonga:before {
  content: "";
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 4px;
  width: 0;
  border: 6px solid #666;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  transition: 1s;
}

.yvzhonga:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 35px;
  background: #e4e4e4;
  opacity: 0.8;
}

.yvul {
  width: 100%;
  min-width: 100px;
  position: absolute;
  top: 100%;
  right: -20px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  overflow: hidden;
  display: none;
}

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

.yvul a:hover {
  background: #3892ef;
  color: #fff !important;
}

.yvzhonga:hover {
  color: #3892ef;
}

.daoz {
  float: right;
  margin-right: 0px;
}

.daohang {
  transition: 0.5s;
}

.daohang:after {
  content: "";
  clear: both;
  display: block;
  margin: 0px;
}

.daohang>li {
  float: left;
  z-index: 999;
  position: relative;
  margin-left: 10px;
}

.daohang>li>a {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 99px;
  padding: 0 23px;
  color: #333333;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.5s;
  position: relative;
}

.daohang>li>a:before {
  content: "";
  position: absolute;
  width: 0px;
  height: 100%;
  background: #3892ef;
  left: 50%;
  top: 0px;
  transform: translateX(-50%);
  transition: 0.5s;
  z-index: -1
}

.daohang>.dangqiandao>a,
.daohang>li:hover>a {
  color: #fff !important;
}

.daohang>.dangqiandao>a:before,
.daohang>li:hover>a:before {
  width: 100% !important;
}

.yijiw {
  background: #fff;
  position: absolute;
  width: 220px;
  left: 50%;
  transform: translateX(-50%);
  top: -9999px;
}

.yiji {
  background: #ffffff;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.09);
  padding: 20px 0;
}

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

.yiji li a {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 0px;
  padding: 6px 22px;
  position: relative;
}

.yiji li:hover>a {
  color: #3892ef !important;
}

.erji {
  position: absolute;
  width: 220px;
  background: #fff;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.09);
  ;
  top: -9999px;
  left: 100%;
  padding: 20px 0;
}

.sanji {
  position: absolute;
  width: 220px;
  background: #fff;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.09);
  ;
  top: -9999px;
  left: 100%;
  padding: 20px 0;
}

.daohang>li:hover .yijiw {
  top: 100%;
}

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

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

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

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

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

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

.hepr {
  position: inherit !important
}

.xiala {
  position: absolute;
  width: 100%;
  left: 0px;
  top: 100%;
  padding: 0px 20px;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  background-image: linear-gradient(0deg,
      rgba(255, 255, 255, 0.9) 0%,
      rgba(231, 232, 232, 0.9) 100%);
  background-blend-mode: normal,
    normal;
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.08);
  max-height: 0px;
  visibility: hidden;
  overflow: hidden;
  transition: 1s;
}

.xllie {
  width: calc(100% / 6);
  padding: 30px 1px;
  text-align: center;
}

.xla {
  display: block;
  background: #e6e6e6;
  padding: 0px 10px;
  height: 98px;
  line-height: 98px;
  text-align: center;
  position: relative;
  z-index: 0
}

.xla span {
  display: inline-block;
  vertical-align: middle;
  font-family: OpenSans-Semibold, Arial, "Arial Black", "sans-serif", Verdana;
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
  color: #3892ef;
}

.xla:before {
  content: "";
  position: absolute;
  top: 100%;
  margin-top: -5px;
  left: 50%;
  transform: translateX(-50%);
  border: 16px solid #3892ef;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  transition: 0.5s;
  opacity: 0;
  z-index: -1
}

.xltu {
  display: block;
  margin-top: 28px;
  overflow: hidden;
}

.xlmor {
  display: inline-block;
  padding: 0 26px;
  height: 46px;
  line-height: 44px;
  margin-top: 16px;
  opacity: 0;
  font-family: OpenSans-Semibold, Arial, "Arial Black", "sans-serif", Verdana;
  color: #3892ef;
  border-radius: 10px;
  border: solid 1px #3892ef;
}

.xllie:hover .xla {
  background: #3892ef;
}

.xllie:hover .xla span {
  color: #fff;
}

.xllie:hover .xla:before {
  margin-top: 0px;
  opacity: 1
}

.xllie:hover .xlmor {
  opacity: 1
}

.xlmor:hover {
  background: #3892ef;
  color: #fff;
}

.daohang>li:hover .xiala {
  max-height: calc(100vh - 110px);
  visibility: visible;
}

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

@media screen and (max-width:1559px) {
  .xla span {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
  }

  .xlmor {
    padding: 0 10px;
    height: 40px;
    line-height: 38px !important;
    margin-top: 16px;
  }

  .daohang>li {
    margin-left: 0px;
  }

  .daohang>li>a {
    text-transform: none;
    padding: 0 15px;
  }
}

@media screen and (max-width:1359px) {
  .logo {
    width: 130px;
    margin-top: 7px;
  }

  .sousuo {
    height: 60px;
    margin-right: 5px;
  }

  .sou2 {
    height: 60px;
    line-height: 60px;
  }

  .daohang>li>a {
    font-size: 14px;
    font-size: 1.4rem;
    height: 60px;
    line-height: 60px;
    padding: 0 10px;
  }

  .yiji li a {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .yvzhonga {
    font-size: 12px;
    font-size: 1.2rem;
    padding-right: 15px;
    padding-left: 10px;
    height: 60px;
    line-height: 60px;
  }

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

  .xiala {
    padding: 0 10px;
  }

  .xllie {
    padding: 10px 1px;
  }

  .xla {
    padding: 0px 5px;
    height: 70px;
    line-height: 70px;
  }

  .xla span {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
  }

  .xla:before {
    border-width: 8px;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
  }

  .xlmor {}
}

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

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

@media screen and (max-width:999px) {
  .head {
    position: fixed;
    padding-bottom: 5px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    background: #fff
  }

  .head .zong {
    padding-top: 5px;
  }

  .logo {
    width: 80px;
    margin-top: 3px;
  }

  .logo2 {
    opacity: 1
  }

  .head a {
    color: #333
  }

  .yvzhonga {
    padding-left: 0px;
  }

  .yvzhonga:after {
    display: none;
  }

  .yvzhonga:before {
    border-top-color: #333;
  }

  .daoz {
    display: none;
  }

  .daohang {
    margin-top: 20px;
    float: none;
    text-align: center;
  }

  .yijiw,
  .yiji2,
  .xiala {
    display: none
  }

  .daohang {
    margin-top: 10px;
    display: none
  }

  .daohang>li {
    float: none;
    display: inline-block;
    *float: left;
    margin: auto;
    padding-bottom: 0px;
    margin: 0 19px;
  }

  .daohang>li>a {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
  }

  .clear2 {
    clear: both;
  }

  .sousuo {
    display: none
  }

  .yvn {
    margin-right: 45px;
    margin-top: 0px;
  }

  .yvzhonga {
    height: 26px;
    line-height: 26px;
  }

  .yvzhonga i {
    font-size: 18px;
  }

  .yvul {
    top: 38px;
  }

  .slide .dotList {
    bottom: 10px;
  }

  .slide .dotList ul li {
    margin: 0 4px;
    width: 8px;
    height: 8px;
  }

  .xnav {
    display: block
  }

  .nav {
    position: fixed;
    width: 35px;
    height: 24px;
    background: none;
    right: 2.5%;
    top: 7px;
    cursor: pointer;
    border-radius: 5px;
    transition: 1s;
    z-index: 999999999
  }

  .nav span {
    display: block;
    width: 20px;
    height: 2px;
    background: #3892ef;
    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 {
    background: #fff
  }

  .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: #3892ef;
    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: 15px 5px;
    padding-left: 0px;
    color: #fff;
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    padding-right: 50px;
    border-bottom: 1px dashed #fff;
    font-family: Lato-Regular, Arial, Helvetica, sans-serif;
  }

  ul.topnav ul {
    display: none;
  }

  ul.topnav ul li {
    clear: both;
  }

  ul.topnav ul li a {
    padding: 10px 5px;
    padding-left: 20px;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    outline: 0;
    border: none;
  }

  ul.topnav ul li a:hover {}

  ul.topnav ul ul li a {
    padding-left: 40px;
    font-size: 12px;
    font-size: 1.2rem;
  }

  ul.topnav ul ul {
    border-top: 1px dashed rgba(255, 255, 255, 0.5);
    border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
  }

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

  ul.topnav span {
    display: block;
    position: absolute;
    right: 0px;
    top: 15px;
    width: 20px;
    height: 20px;
    background: #fff;
    background: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    border-radius: 50%;
    transition: 0.5s;
  }

  ul.topnav span:before {
    content: "";
    width: 6px;
    height: 2px;
    background: #333;
    position: absolute;
    left: 50%;
    margin-left: -3px;
    top: 50%;
    margin-top: 0px;
    transform: rotate(45deg);
    transform-origin: right center
  }

  ul.topnav span:after {
    content: "";
    width: 6px;
    height: 2px;
    background: #333;
    position: absolute;
    left: 50%;
    margin-left: -3px;
    top: 50%;
    margin-top: -1px;
    transform: rotate(-45deg);
    transform-origin: right center;
    transition: 0.5s;
  }

  ul.topnav span.yizi {
    transform: rotate(90deg)
  }

  .smdaohang form {
    margin-top: 10px;
    margin-bottom: 15px;
    width: 240px;
    height: 36px;
    border: 1px solid #fff;
    position: relative;
    background: #fff;
  }

  .smdaohang form .iptc {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 15px;
    background-color: #fff;
    width: 80%;
    height: 34px;
    line-height: 34px;
    display: block;
    float: left;
    border-radius: 10px;
  }

  .smdaohang form .ipsc {
    width: 20%;
    height: 34px;
    line-height: 34px;
    display: block;
    float: right;
    background: transparent;
    position: relative;
    z-index: 99;
  }

  .smdaohang form i {
    position: absolute;
    right: 10px;
    top: 6px;
  }
}

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

@media screen and (max-width:767px) {
  .daohang2 {
    display: block;
    text-align: center;
    margin-top: 20px;
  }

  .daohang2 a {
    float: left;
    width: 25%;
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
    line-height: 24px;
    text-align: center;
  }

  .daohang2 .dangqiandao {
    color: #082b2f !important
  }

  .daohang,
  .daohang1 {
    display: none
  }

  .clear3 {
    clear: both;
  }
}

/*  banner  */
.banner1 img {
  max-width: 100%;
  border: 0px solid #ccc;
  transform: scale(1) !important;
  width: 100%;
}

.banner1 {
  position: relative;
  z-index: 2;
  line-height: 0;
  font-size: 0;
  margin-top:0 !important;
}

.banner1 .slick-arrow {
  position: absolute;
  z-index: 99;
  display: block !important;
  top: 50%;
  transform: translateY(-50%);
  width: 47px;
  height: 96px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100% !important;
}

.banner1 .slick-prev {
  left: 0;
  background-image: url("../images/baleft.png");
  cursor: pointer;
}

.banner1 .slick-next {
  right: 0;
  background-image: url("../images/baright.png");
  cursor: pointer;
}

.banner1 .slick-prev:hover {
  left: 0;
  background-image: url("../images/balefth.png");
  cursor: pointer;
}

.banner1 .slick-next:hover {
  right: 0;
  background-image: url("../images/barighth.png");
  cursor: pointer;
}

.banner1 .slick-dots {
  position: absolute;
  z-index: 999999;
  left: 0;
  right: 0;
  bottom: 113px;
  text-align: center;
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
}

.banner1 .slick-dots li {
  margin: 0 13px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.banner1 .slick-dots li.slick-active a {
  background: #f6671a;
  cursor: pointer;
}

.banner1 .slick-dots a {
  display: block;
  width: 13px;
  height: 13px;
  background: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}

.banner.hide {
  display: none;
}

@media screen and (max-width: 1359px) {
  .banner1 .slick-arrow {
    width: 24px;
    height: 48px;
  }

  .banner1 .slick-dots {
    bottom: 70px;
  }

  .banner1 .slick-dots li {
    margin: 0 5px;
  }

  .banner1 .slick-dots a {
    width: 8px;
    height: 8px;
  }
}

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

  .banner1.hide {
    display: block;
  }

  .banner1 .slick-arrow {
    display: none !important;
  }

  .banner1 .slick-dots {
    bottom: 20px;
  }

  .banner2 {
    display: none;
  }
}

.slick-list,
.slick-slider,
.slick-track {
  position: relative;
  display: block
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
  visibility: hidden
}

.slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
  clip-path: inset(0% -35% 0% -35% round 0% 0% 110% 110% / 0% 0% 92% 92%);
}

.slick-list:focus {
  outline: 0
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.slick-track {
  top: 0;
  left: 0
}

.slick-track:after,
.slick-track:before {
  display: table;
  content: ''
}

.slick-track:after {
  clear: both
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px
}

[dir=rtl] .slick-slide {
  float: right
}

.slick-slide img {
  display: block
}

.slick-slide.slick-loading img {
  display: none
}

.slick-slide.dragging img {
  pointer-events: none
}

.slick-initialized .slick-slide {
  display: block
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}

.slick-arrow.slick-hidden {
  display: none
}

.slick-dots .slide-count {
  display: none;
}

.slick-slide {
  position: relative;
}

.slick-slide iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.slick-slide video {
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 101%;
  min-height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  display: none \9;
  display: block \9\0;
}

@media screen and (max-width: 999px) {
  .slick-slide video {
    object-position: inherit;
    object-fit: inherit;
    width: 100%;
    height: 100%;
    transform: translate(0, 0);
    left: 0;
    top: 0;
  }
}

/*  main1  */
.main1 {
  margin-top: -112px;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 99
}

.m1lie {
  width: 30%;
  text-align: center;
}

.m1lie:nth-child(2) {
  padding-top: 46px;
}

.m1tu {
  display: block;
  width: 102px;
  height: 102px;
  position: relative;
  margin: auto;
  background: #fdfbfc;
  border-radius: 50%;
  box-shadow: 0px 0px 20px 0px rgba(11, 11, 11, 0.15);
}

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

.m1zi {}

.m1a {
  display: block;
  line-height: 26px;
  margin-top: 22px;
  font-family: OpenSans-Bold, Arial, "Arial Black", "sans-serif", Verdana;
  color: #333333;
  font-weight: bolder;
  font-size: 2.5rem;
}

.m1p {
  margin-top: 15px;
}

.m1p a {
  color: #333;
}

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

  .m1tu {
    width: 60px;
    height: 60px;
  }

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

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

  .m1a {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px !important
  }

  .m1p {
    margin-top: 8px;
  }
}

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

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

  .m1lie {
    width: 100%;
    text-align: left;
    position: relative;
    padding: 10px 0px !important;
    padding-left: 70px !important;
    border-bottom: 1px solid #ddd;
  }

  .m1tu {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    margin: auto;
  }

  .m1a {
    margin-top: auto;
  }
}

/*  main2  */
.main2 {
  padding-top: 50px;
}

.m2t {
  position: relative;
  padding-right: 200px;
}

.m2az {
  display: block;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 30px;
  color: #4472c4;
  font-family: OpenSans-Bold, Arial, "Arial Black", "sans-serif", Verdana;
  font-weight: bolder;
}

.m2az strong {
  font-weight: normal;
  color: #f6671a;
  font-weight: bolder;
}

.m2biao {
  display: block;
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 60px;
  margin-top: 7px;
  font-family: OpenSans-Bold, Arial, "Arial Black", "sans-serif", Verdana;
  color: #04114c;
  font-weight: bolder;
}

.m2mor {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.mor {
  display: inline-block;
  padding: 0 38px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: OpenSans-Semibold, Arial, "Arial Black", "sans-serif", Verdana;
  color: #ffffff;
  background: #f6671a;
  border-radius: 10px;
}

.m2n {
  display: flex;
  flex-flow: wrap;
  /*justify-content: space-between;*/
  padding-top: 45px;
  
}

.m2lie {
  width: calc((100% - 12px) / 3);
  margin-top: 5px;
  margin-right:0.15%;
}

.m2lie:nth-child(3n){
    margin-right:0;
}

.m2tu {
  display: block;
  overflow: hidden;
}

.m2a {
  display: block;
  background: #3892ef;
  padding: 20px 30px;
  font-size: 22px;
  font-size: 2.2rem;
  font-size: 3rem;
  line-height: 32px;
  font-family: OpenSans-Semibold, Arial, "Arial Black", "sans-serif", Verdana;
  color: #ffffff;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
}

.m2mor:hover {
  background: #4472c4;
  color: #fff;
}

.m2lie:hover .m2a {
  background: #f6671a;
  color: #fff;
}

.m2lie:hover .m2tu img {
  transform: scale(1.1)
}

@media screen and (max-width:1559px) {
  .m2az {
    font-size: 20px;
    font-size: 2rem;
  }

  .m2biao {
    font-size: 38px;
    font-size: 3.8rem;
    line-height: 60px;
  }

  .mor {
    padding: 0 28px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .m2a {
    padding: 20px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 26px;
  }
}

@media screen and (max-width:999px) {
  .m2az {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
  }

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

  .m2n {
    padding: 0 20px;
    padding-top: 20px;
  }

  .mor {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .m2a {
    padding: 10px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
  }
}

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

  .m2t {
    padding-right: 0px;
  }

  .m2n {
    padding: 0px;
    padding-top: 20px;
    width: 95%;
    margin: auto;
  }

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

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

  .m2mor {
    display: none;
  }

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

  .m2a {
    padding: 5px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 26px;
  }

  .m2lie {
    width: calc((100% - 5px) / 2);
    margin-top: 5px;
      margin-right:0.2%;
  }

.m2lie:nth-child(3n){
    margin-right:0.2%;
}
.m2lie:nth-child(2n){
    margin-right:0%;
}
}

/*  main3  */
.main3 {
  background: url("../images/m3bei.jpg") no-repeat top center;
  background-size: cover;
  background-attachment: fixed;
  overflow: hidden;
  position: relative;
}

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

.m3tuz {
  width: 101%;
}

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

.m3l {
  width: 44.79%;
  padding-top: 20px;
  text-align: right;
}

.m3r {
  width: 52%
}

.m3lnz {
  display: inline-block;
  width: 95%;
  max-width: 700px;
  text-align: left;
}

.m3ln {
  line-height: 26px;
  margin-top: 27px;
}

.m3ln p,
.m3ln a {
  color: #333;
}

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

.m3lie {
  width: 32%;
  margin-top: 56px;
}

.m3a {
  display: block;
  font-family: OpenSans-Semibold, Arial, "Arial Black", "sans-serif", Verdana;
  color: #333333 !important;
}

.m3a span {
  font-size: 48px;
  font-size: 4.8rem;
}

.m3p {
  margin-top: 14px;
  line-height: 26px;
  color: #333333 !important;
}

.m3mor {
  margin-top: 53px;
}

.m3tu {
  display: block;
  overflow: hidden;
}

@media screen and (max-width:1559px) {
  .m3a span {
    font-size: 38px;
    font-size: 3.8rem;
  }

  .m3l {
    padding-top: 0px;
  }

  .m3ln {
    margin-top: 15px;
  }

  .m3lie {
    margin-top: 20px;
  }

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

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

@media screen and (max-width:999px) {
  .m3a span {
    font-size: 30px;
    font-size: 3rem;
  }

  .m3l {
    width: 100%;
    text-align: center;
  }

  .m3r {
    width: 100%;
    padding-top: 30px;
  }

  .m3lnz {
    max-width: none;
  }
}

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

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

  .m3p {
    margin-top: 10px;
    line-height: 20px;
  }
}

/*  main4  */
.main4 {
  padding-top: 50px;
}

.m4b {
  background: #f4f5f5;
  padding-bottom: 30px;
}

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

.m4lie {
  width: 100%;
  padding: 20px 10px;
  padding-top: 60px;
  transition: 0.5s;
  cursor: pointer
}

.m4tu {
  display: block;
  margin: auto;
  width: 62px;
  height: 60px;
  position: relative;
  overflow: hidden;
}

.m4tu img {
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}

.m4a {
  display: block;
  text-align: center;
  margin-top: 5px;
  font-family: OpenSans-Bold, Arial, "Arial Black", "sans-serif", Verdana;
  color: #333333;
}

.m4lie:hover,
.swiper-pagination-bullet-active {
  background: #f6671a !important;
  color: #fff !important;
}

.m4lie:hover .m4a,
.swiper-pagination-bullet-active .m4a {
  color: #fff !important;
}

.m4lie:hover .m4tu img,
.swiper-pagination-bullet-active .m4tu img {
  transform: translateY(-60px) !important;
}

.main4 .swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin-top: 70px;
  background-image: linear-gradient(180deg, #f4f5f5 0%, #f4f5f5 175px, #fff 100%);
}

.main4 .swiper-container-no-flexbox .swiper-slide {
  float: left
}

.main4 .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.main4 .swiper-container-android .swiper-slide,
.main4 .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.main4 .swiper-container-multirow>.swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}

.main4 .swiper-container-free-mode>.swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto
}

.main4 .swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative
}

.main4 .swiper-container-autoheight,
.main4 .swiper-container-autoheight .swiper-slide {
  height: auto
}

.main4 .swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height
}

.main4 .swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000
}

.main4 .swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y
}

.main4 .swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x
}

.main4 .swiper-button-next,
.main4 .swiper-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 100px;
  width: 42px;
  height: 42px;
  z-index: 10;
  cursor: pointer;
}

.main4 .swiper-button-next.swiper-button-disabled {
  opacity: 0.5;
  cursor: auto;
  pointer-events: none;
  background: url("../images/m4right.png")
}

.main4 .swiper-button-prev.swiper-button-disabled {
  opacity: 0.5;
  cursor: auto;
  pointer-events: none;
  background: url("../images/m4left.png")
}

.main4 .swiper-button-prev {
  left: 21%;
  margin-left: -42px;
  background: url("../images/m4left.png")
}

.main4 .swiper-button-prev:hover {
  background: url("../images/m4lefth.png")
}

.main4 .swiper-button-next {
  right: 21%;
  margin-right: -42px;
  background: url("../images/m4right.png")
}

.main4 .swiper-button-next:hover {
  background: url("../images/m4righth.png")
}

.main4 .swiper-pagination {}

.main4 .swiper-pagination.swiper-pagination-hidden {
  opacity: 0
}

.main4 .swiper-pagination-bullet {
  width: calc(100% / 6);
  display: inline-block;
}

.m4b2 {}

.m4blie {
  position: relative;
}

.m4btu {
  display: block;
  overflow: hidden;
}

.m4bzi {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
      pointer-events: none;
}

.m4bzin {
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 0px;
  padding: 35px;
      pointer-events: all;
}

.m4ba {
  display: block;
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
  color: #fff;
  font-family: OpenSans-Bold, Arial, "Arial Black", "sans-serif", Verdana;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}

.m4bp {
  line-height: 26px;
  margin-top: 15px;
}

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

.main4 .swiper-slide-prev .m4bzi,
.main4 .swiper-slide-next .m4bzi {
  background: rgba(0, 0, 0, 0.6)
}

.main4 .swiper-slide-prev .m4bzin,
.main4 .swiper-slide-next .m4bzin {
  display: none;
}

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

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

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

@media screen and (max-width:999px) {
  .swiper-container {
    margin-top: 30px;
  }

  .m4lie {
    padding-top: 30px;
  }

  .m4tu {
    width: 40px;
    height: 40px;
  }

  .m4tu img {
    top: 0px;
  }

  .m4lie:hover .m4tu img,
  .main4 .swiper-pagination-bullet-active .m4tu img {
    transform: translateY(-40px) !important
  }

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

  .main4 .swiper-button-next,
  .main4 .swiper-button-prev {
    margin-top: 70px;
  }
}

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

  .m4lie {
    padding: 10px;
  }

  .m4tu {
    width: 30px;
    height: 30px;
  }

  .m4lie:hover .m4tu img,
  .main4 .swiper-pagination-bullet-active .m4tu img {
    transform: translateY(-30px) !important
  }

  .m4a {
    display: none;
  }

  .m4b {
    padding-bottom: 20px;
  }

  .main4 .swiper-button-next,
  .main4 .swiper-button-prev {
    display: none;
  }
}

/*  main5  */
.main5 {
  background: url("../images/m5bei.jpg") no-repeat center top;
  background-size: cover;
  position: relative;
  padding-top: 92px
}

.m5pz {
  margin-top: 20px;
  line-height: 26px;
  color: #333333;
}

.m5pz a {
  color: #333333;
}

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

.m5l {
  width: 36%;
}

.m5r {
  width: 60%;
}

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

.m5l li i {
  display: block;
  line-height: 40px;
  color: #3892ef;
  font-size: 30px;
}

.m5lir {
  width: calc(100% - 50px);
}

.m5a {
  line-height: 24px;
  font-family: OpenSans-Semibold, Arial, "Arial Black", "sans-serif", Verdana;
  color: #333;
}

.m5p {
  line-height: 24px;
  color: #04114c;
}

.m5p a {
  color: #04114c;
}

.m5biao {
  font-size: 30px;
  font-size: 3rem;
  line-height: 48px;
  font-family: OpenSans-Bold, Arial, "Arial Black", "sans-serif", Verdana;
  color: #666666;
}

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

.m5rl {
  width: 43.75%
}

.m5rr {
  width: 54%
}

.m5xin {
  padding-top: 17px;
}

.m5xin .int1 {
  width: 100%;
  margin-top: 10px;
}

.m5xin .int2 {
  width: 100%;
  margin-top: 10px;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}

.m5xin input {
  width: 100%;
  height: 54px;
  line-height: 54px;
  padding: 0 19px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  background: #f4f4f4;
}

.m5xin textarea {
  width: 100%;
  height: 245px;
  height: 180px;
  line-height: 30px;
  padding: 12px 19px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  background: #f4f4f4;
}

.m5xin .verify_img {
  width: 42%;
  height: 54px;
  cursor: pointer;
}

.m5xin .int3 {
  width: 54.6%;
  height: 54px;
  line-height: 54px;
  padding: 0px;
  color: #ffffff;
  background: #f6671a;
  transition: 0.5s;
  cursor: pointer;
}

.m5xin .int3:hover {
  background: #3892ef;
}

.m5tuz {
  width: 101%;
}

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

  .m5l li {
    padding: 5px 0;
  }

  .m5l li i {
    font-size: 20px;
  }

  .m5lir {
    width: calc(100% - 35px);
  }

  .m5biao {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 32px;
  }

  .m5xin input,
  .m5xin textarea {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width:999px) {
  .m5rl {
    width: 43%
  }

  .m5rr {
    width: 56%
  }

  .m5xin input {
    padding: 0 10px;
  }

  .m5xin textarea {
    padding: 12px 10px;
  }
}

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

  .m5n {
    padding-top: 20px;
  }

  .m5l {
    width: 100%
  }

  .m5r {
    width: 100%;
    margin-top: 20px;
    padding-bottom: 10px;
  }

  .m5xin input,
  .m5xin textarea {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

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

  .m5rr {
    width: 100%
  }

  .m5xin input {
    height: 40px;
    line-height: 40px;
  }

  .m5xin textarea {
    height: 120px;
    padding: 10px;
  }
}

/*  main6  */
.main6 {
  background-image: linear-gradient(180deg, #eff1f4 1%, #fff 70%);
  padding-top: 90px;
}

.m6n {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  margin-top: 65px;
}

.m6l {
  width: 34.4%;
}

.m6r {
  width: 60%;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.m6lie1 {
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 54px;
  margin-bottom: 50px;
}

.m6a {
  font-family: OpenSans-Semibold, Arial, "Arial Black", "sans-serif", Verdana;
  line-height: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #333333;
}

.m6riqi {
  display: block;
  margin-top: 15px;
  transition: 0.5s;
}

.m6p {
  margin-top: 8px;
}

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

.m6mor1 {
  display: block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  margin-top: 17px;
  text-align: center;
  color: #fff;
  background: #f6671a;
  border-radius: 6px;
}

.m6mor1:hover {
  background: #3892ef;
  color: #fff;
}

.m6lie2 {
  width: 47.7%;
  background: #f1f3f6;
  transition: 0.5s;
}

.m6tu {
  display: block;
  overflow: hidden;
}

.m6zi {
  padding: 30px 25px;
}

.m6zi .m6p a {
  color: #666;
}

.m6mor2 {
  display: block;
  margin-top: 22px;
  color: #3892ef;
  font-family: OpenSans-Semibold, Arial, "Arial Black", "sans-serif", Verdana;
}

.m6lie2:hover {
  background: #3892ef;
}

.m6lie2:hover a,
.m6lie2:hover span {
  color: #fff;
}

.m6lie2:nth-child(1) {
  margin-top: 56px;
}

.m6bei {
  position: relative;
  background: url("../images/fobei.jpg") no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  margin-top: 2px;
}

.beizi {
  position: absolute;
  width: 100%;
  height: 101%;
  left: 0px;
  bottom: 0px;
  background: #fff;
  clip-path: inset(0% -10% 0% -5% round 0% 0% 50% 70% / 0% 0% 100% 100%);
  z-index: 1;
}

.beitu {
  clip-path: inset(0% -10% 0% -5% round 0% 0% 50% 70% / 0% 0% 100% 100%);
  position: relative;
  z-index: 2
}

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

  .m6r {
    width: 63%;
  }

  .m6lie1 {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .m6zi {
    padding: 20px 15px;
  }
}

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

  .m6n {
    margin-top: 40px;
  }
}

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

  .m6p {
    margin-top: 5px;
  }

  .m6mor1 {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-top: 5px;
  }

  .m6zi {
    padding: 10px;
  }

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

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

  .m6l {
    width: 100%;
  }

  .m6r {
    width: 100%;
    margin-top: 10px;
  }

  .m6lie2:nth-child(1) {
    margin-top: 0px;
  }

  .m6n {
    margin-top: 20px;
  }

  .m6lie2 {
    width: 49%;
  }
}

/*  foot  */
.foot {
  background: url("../images/fobei.jpg") no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

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

.fot {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.29);
  padding-bottom: 43px;
  padding-top: 50px;
}

.fologo {
  width: 187px;
}

.shejiao {
  font-size: 0px;
}

.shejiao a {
  display: inline-block;
  vertical-align: middle;
  width: 46px;
  height: 46px;
  text-align: center;
  line-height: 46px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  margin-left: 9px;
}

.shejiao a i {
  color: #fff;
  font-size: 20px;
}

.shejiao a:hover {
  background: #f6671a
}

.foc {
  display: flex;
  flex-flow: wrap;
}

.folie {
  margin-top: 43px;
}

.fo1 {
  width: 34%;
}

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

.fo2 .fonav{
    height: 138px;
}
.fo3 {
  width: 23%;
  margin-left: 1%;
}
.fo4 {
  width: 16.6%;
  margin-left: 1.2%;
}

.fobiao {
  display: block;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 34px;
  font-family: OpenSans-Semibold, Arial, "Arial Black", "sans-serif", Verdana;
  color: #efefef;
}

.fonav {
  display: flex;
  flex-flow: wrap;
  line-height: 32px;
  margin-top: 37px;
  flex-direction: column;
  flex-direction: row;
  flex-wrap: wrap;
}

.fonav a {
  min-width: 49%;
  color: #efefef;
}

.fonav li {
  width: 100%;
  color: #efefef;
}

.fonav li>a {
  display: inline;
}

.fo4tu {
  margin-top: 20px;
  font-size: 0px;
}

.fo4tu p {
  width: 54px;
  margin-right: 10px;
  margin-top: 10px;
  display: inline-block;
  vertical-align: middle;
}

.fo4tu p:hover{
        border-radius: 10px;
    background: #f6671a;
}

.fo4tu p img {
  width: 100%;
}

.fob {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 20px;
  padding-bottom: 25px;
  margin-top: 40px;
}

.fop {
  color: #efefef;
  line-height: 34px;
}

.fop a {
  display: inline-block;
  color: #efefef;
}

.youlian {}

.youlian span,
.youlian a {
  display: inline-block;
  vertical-align: middle;
  color: #efefef;
}

@media screen and (max-width:1359px) {
  .fobiao {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 30px;
  }

  .fo4tu p {
    width: 30px;
    margin-right: 5px;
    margin-top: 5px;
  }
}

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

  .fologo {
    display: none;
  }

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

  .shejiao {
    text-align: center;
    width: 100%;
  }

  .shejiao a {
    width: 34px;
    height: 34px;
    line-height: 34px;
    margin: 2px;
  }

  .shejiao a i {
    font-size: 16px;
  }

  .folie {
    width: 100%;
    margin-left: 0px;
    margin-top: 0px;
  }

  .fobiao {
    padding: 10px 0px !important;
    position: relative;
    font-size: 18px;
    font-size: 1.8rem;
    padding-right: 15px !important;
    margin-top: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }

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

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

  .fonav,
  .fo4tu {
    display: none;
    margin-top: 20px;
  }

}

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

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

.lianxi div a {
  display: block;
  margin-top: 1px;
  width: 52px;
  height: 52px;
  text-align: center;
  line-height: 52px;
  font-size: 24px;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  margin-top: 2px;
  border-radius: 6px;
  cursor: pointer;
}

.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;
  margin-left: -75px;
}

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

.lianxi div a:hover {
  background: #f6671a;
}

.clear2 {
  display: none
}

@media screen and (max-width:999px) {
  .youlian {
    display: none
  }

  .top {
    width: 25%;
    height: 50px;
    line-height: 50px;
    bottom: 0px;
    right: 0px;
    border-radius: 0px;
    border: none
  }

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

  .lianxi div a {
    margin: auto;
    width: 100%;
    background: #f6671a;
    color: #fff !important;
    border-radius: 0px;
  }

  .weixin2 {
    display: block
  }

  .weixin1 {
    display: none
  }
}

/****************************  product  ***************************/
.mcomain {
  background: none;
}

.mianbao {
  background: #efefef;
  padding: 19px 0;
  text-transform: uppercase;
}

.mianbao i {
  display: inline-block;
  color: #888888;
  margin-right: 8px;
}

.mianbao a {
  display: inline-block;
  color: #333;
}

.mianbao .comian,
.mianbao a:hover {
  font-weight: normal;
  color: #3892ef;
}

.prmain1 {
  padding-top: 50px;
}

.prbiao {
  text-align: center;
}

.mcbiao {
  display: block;
  font-size: 38px;
  font-size: 3.8rem;
  line-height: 44px;
  margin-bottom: 22px;
  font-family: OpenSans-Bold, Arial, "Arial Black", "sans-serif", Verdana;
  color: #04114c;
  text-transform: uppercase;
  font-weight: bolder;
}

@media screen and (max-width:999px) {
  .mcbiao {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 34px;
    margin-bottom: 0px;
  }
}

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

  .mcbiao {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 30px;
    margin-bottom: 0px;
  }

  .mianbao {
    padding: 10px 0;
  }
}

/****************************  product2  ***************************/
.prmain1 {
  padding-top: 70px;
}

.prbiao2 {
  display: block;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 44px;
  color: #04114c;
  font-family: OpenSans-Bold, Arial, "Arial Black", "sans-serif", Verdana;
  font-weight: bolder;
}

.prtn {
  line-height: 28px;
  margin-top: 18px;
}

.prtn p {
  color: #333;
}

.fenye {
  text-align: center;
  font-size: 0px;
  padding-top: 111px;
}

.fenye a {
  display: inline-block;
  vertical-align: middle;
  height: 30px;
  line-height: 28px;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0 15px;
  margin: 4px;
  color: #666666;
  border: solid 1px #e5e5e5;
  background: #f8f8f8;
}

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

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

  .fenye {
    padding-top: 50px;
  }

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

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

@media screen and (max-width:999px) {
  .fenye a {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 0 10px;
    margin: 2px;
    height: 28px;
    line-height: 26px;
  }
}

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

  .fenye {
    padding-top: 30px;
  }

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

.prfaq {
  padding-top: 87px;
}

.prfan {
  padding-top: 15px;
}

.prfalie {
  margin-top: 13px;
}

.prfaa {
  display: block;
  padding: 17px;
  padding-right: 60px;
  position: relative;
  background: #f2f2f2;
  border-radius: 10px;
  color: #333333;
  font-family: OpenSans-Bold, Arial, "Arial Black", "sans-serif", Verdana;
  cursor: pointer;
  font-weight: bolder;
}

.prfaa:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 2px;
  background: #a3a3a3;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}

.prfaa:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 2px;
  background: #a3a3a3;
  right: 30px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
}

.prfap {
  padding: 17px;
  color: #333333;
  line-height: 28px;
  display: none;
}

.prfap p,
.prfap p strong {
  color: #333333;
}

.prfalieh .prfaa:after {
  transform: translateY(-50%)
}

.prfalieh .prfap {
  display: block;
}

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

@media screen and (max-width:767px) {
  .prfalie {
    margin-top: 8px;
  }

  .prfaq {
    padding-top: 30px;
  }

  .prfaa {
    padding: 10px;
    padding-right: 40px;
  }

  .prfaa:before,
  .prfaa:after {
    right: 10px;
  }

  .prfap {
    padding: 15px 10px;
  }
}

.tankaunga {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 9999999999
}

.tankaunga:before {
  content: "X";
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  top: 10px;
  right: 10px;
  background: #fff;
  border-radius: 50%;
  font-size: 18px;
}

.tankaungn2 {
  position: fixed;
  left: 5%;
  top: 5%;
  right: 5%;
  bottom: 5%;
}

.tankaungn2 iframe,
.tankaungn2 video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.tankaungn2 iframe body {
  margin: 0px !important;
}

@media screen and (max-width:767px) {
  .tankaungn2 {
    position: fixed;
    left: 5%;
    top: 10%;
    right: 5%;
    bottom: 10%;
  }
}

.prvi {
  padding-top: 77px;
}

.prvin {
  display: flex;
  flex-flow: wrap;
}

.prvilie {
  width: 23.75%;
  margin-left: 1.666%;
  margin-top: 20px;
}

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

.prvitu {
  display: block;
}

.prvia {
  display: block;
  color: #333;
  margin-top: 11px;
  font-family: OpenSans-Bold, Arial, "Arial Black", "sans-serif", Verdana;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.prvimor {
  display: block;
  border-bottom: 1px solid #efefef;
  text-align: center;
  padding-bottom: 30px;
  margin-top: 40px;
  color: #333;
  cursor: pointer;
  transition: 0.5s;
}

.prvimor i {
  transition: 0.5s;
  display: inline-block;
}

.prvimor span {
  display: inline-block;
  transition: 0.5s;
}

.prvimor:hover {
  color: #3892ef;
}

.prvimor:hover span {
  color: #3892ef;
}

.prvimorh i {
  transform: rotate(180deg)
}

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

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

  .prvilie {
    width: 49%;
    margin-left: 2%;
  }

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

  .prvimor {
    margin-top: 20px;
    padding-bottom: 20px;
  }
}

/****************************  product3  ***************************/
.pr3main {
  background-image: linear-gradient(180deg, #fefefe 1%, #ececec 100%);
  padding-top: 74px;
}

.pr3main h1 {
  text-align: center;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 50px;
  text-align: center;
  font-family: OpenSans-Semibold, Arial, "Arial Black", "sans-serif", Verdana;
  color: #3892ef;
}

.pr31n {
  line-height: 28px;
  text-align: center;
  margin-top: 26px;
  margin-bottom: 45px;
}

.pr31n p {
  color: #333;
}

.pr3main .swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  overflow: clip;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block
}

.pr3main .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box
}

.pr3main .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
  opacity: 0.14
}

.pr3main .swiper-slide-active {
  opacity: 1
}


.pr3main .swiper-button-next,
.pr3main .swiper-button-prev {
  position: absolute;
  z-index: 99;
  opacity: 0.5;
  width: 42px;
  height: 42px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.pr3main .swiper-button-next.swiper-button-disabled,
.pr3main .swiper-button-prev.swiper-button-disabled {
  opacity: .2;
}

.pr3main .swiper-button-next.swiper-button-hidden,
.pr3main .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none
}

.pr3main .swiper-navigation-disabled .swiper-button-next,
.pr3main .swiper-navigation-disabled .swiper-button-prev {
  display: none !important
}

.pr3main .swiper-button-prev {
  background: url("../images/prleft.png") no-repeat center;
  left: 18%;
}

.pr3main .swiper-button-next {
  background: url("../images/prright.png") no-repeat center;
  right: 18%;
}

.pr3main .swiper-button-prev.swiper-button-disabled {
  background: url("../images/prleft.png") no-repeat center !important;
  background-size: cover !important
}

.pr3main .swiper-button-next.swiper-button-disabled {
  background: url("../images/prright.png") no-repeat center !important;
  background-size: cover !important
}

.pr3main .swiper-button-prev:hover {
  background: url("../images/m4lefth.png") no-repeat center;
}

.pr3main .swiper-button-next:hover {
  background: url("../images/m4righth.png") no-repeat center;
}

.pr3main .swiper-button-lock {
  display: none
}

.pr3b {
  margin-top: 11px;
  border-top: solid 2px #3892ef;
  border-bottom: solid 2px #3892ef;
  font-size: 0px;
}

.pr3main .mySwiper {
  width: 56.45%;
  margin: auto;
}

.pr3main .mySwiper .swiper-slide {
  opacity: 0.2;
  cursor: pointer;
}

.pr3main .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
  border-left: solid 1px #3892ef;
  border-right: solid 1px #3892ef;
}

.pr31b {
  text-align: center;
  font-size: 0px;
  padding: 20px;
}

.pr31bn {
  display: inline-block;
  vertical-align: middle;
  padding: 0 25px;
  min-width: 236px;
  margin: 5px 16px;
  height: 68px;
  line-height: 68px;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: OpenSans-Semibold, Arial, "Arial Black", "sans-serif", Verdana;
  color: #3892ef;
  text-align: center;
  background: #ffffff;
  border-radius: 2px;
  text-transform: uppercase;
  transition: 0.5s;
}

.pr31bn>i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  font-size: 30px;
}

.pr31bn:hover {
  background: #f6671a;
  color: #fff;
}

.pr31p {
  cursor: pointer;
}

.share {
    display:none;
}

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

.share2 {
  display: inline-block;
  vertical-align: middle;
  transform: translateY(33%);
}

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

  .pr3main h1 {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 34px;
  }

  .pr31n {
    margin-top: 15px;
    margin-bottom: 25px;
  }

  .pr31bn {
    padding: 0 25px;
    min-width: 200px;
    margin: 5px;
    height: 68px;
    line-height: 68px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width:1359px) {
  .pr31bn {
    padding: 0 10px;
    min-width: 150px;
    margin: 5px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .pr31bn>i {
    font-size: 24px;
  }

  .share2 {
    display: inline-block;
    vertical-align: middle;
    transform: translateY(26%);
  }
}

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

  .pr3main .swiper-button-next,
  .pr3main .swiper-button-prev {
    width: 30px;
    height: 30px;
    background-size: cover !important
  }

  .pr3main .swiper-button-prev {
    left: 4%;
  }

  .pr3main .swiper-button-next {
    right: 4%;
  }

  .pr3main .mySwiper {
    width: 95%;
  }

  .pr31bn {
    padding: 0 10px;
    min-width: 0px;
    margin: 2px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    font-size: 1.2rem;
  }

  .pr31bn>i {
    font-size: 20px;
    margin-right: 5px;
  }

  .share2 {
    display: inline-block;
    vertical-align: middle;
    transform: translateY(20%);
  }
}

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

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

  .pr31n {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}

.pr3tan {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 999999999;
}

.guanbi {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: rgba(0, 0, 0, 0);
  cursor: pointer;
  z-index: 1
}

.pr3tann {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.15);
  padding: 45px;
  max-height: 90%;
  overflow: auto;
  z-index: 2
}

.pr3tbiao {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 30px;
  font-family: OpenSans-Semibold, Arial, "Arial Black", "sans-serif", Verdana;
}

.don {
  padding-top: 5px;
}

.dolie {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 30px 0;
  padding: 18px 30px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

.dotu {
  width: 322px;
}

.domor {
  width: 150px;
}

.dozi {
  width: calc(100% - 513px);
}

.dotu span {
  display: block;
  position: relative;
  padding-bottom: 69.565%;
}

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

.doa {
  display: block;
  font-family: OpenSans-Semibold, Arial, "Arial Black", "sans-serif", Verdana;
  color: #333
}

.doriqi {
  display: block;
  margin-top: 25px;
  line-height: 26px;
}

.dop {
  line-height: 28px;
}

.domor a,
.domor input {
  display: block;
  height: 42px;
  line-height: 40px;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  background: #fff;
  color: #f6671a;
  border-radius: 10px;
  border: solid 1px #f6671a;
  font-family: OpenSans-Semibold, Arial, "Arial Black", "sans-serif", Verdana;
  margin: 17px 0;
  width: 150px
}

.domor a:last-child,
.domor input:last-child {
  background: #f6671a;
  color: #fff;
}

.domor a:hover,
.domor input:hover {
  background: #f6671a;
  color: #fff;
}

.domor a:last-child:hover,
.domor input:last-child:hover {
  background: #fff;
  color: #f6671a;
}

.dotb {
  display: flex;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
}

.dotbp {
  margin-right: 30px;
  cursor: pointer;
}

.dotbp label {
  cursor: pointer;
}

.dotbp input {
  margin-right: 10px;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}

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

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

  .dolie {
    margin: 20px 0;
    padding: 10px;
    justify-content: unset;
  }

  .dotu {
    width: 220px;
  }

  .domor {
    width: 120px;
  }

  .dozi {
    width: calc(100% - 370px);
  }

  .domor a,
  .domor input {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

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

  .dotu {
    width: 120px;
  }

  .domor {
    width: 100px;
  }

  .dozi {
    width: calc(100% - 240px);
  }

  .domor a,
  .domor input {
    font-size: 12px;
    font-size: 1.2rem;
    height: 30px;
    line-height: 28px;
    margin: 3px 0;

    width: 110px;
    transform: translateX(-5px);
  }

  .dotbp {
    margin-right: 10px;
  }

  .pr3tann {
    max-height: calc(100% - 120px);
  }
}

@media screen and (max-width:599px) {
  .pr3tann {
    padding: 20px 10px;
  }

  .dolie {
    margin: 15px 0;
    padding: 5px;
  }

  .dotu {
    width: 100px;
  }

  .domor {
    width: 100%;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    margin-top: 10px;
  }

  .dozi {
    width: calc(100% - 110px);
  }

  .domor a,
  .domor input {
    width: 49%;
    transform: unset;
  }

  .dotb .domor {
    width: 120px;
    margin-top: 0px;
  }

  .dotb .domor a,
  .dotb .domor input {
    width: 100%;
  }
}

.pr3main2 {
  position: relative;
  padding-top: 116px;
}

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

.pr32r {
  float: right;
  width: 503px;
  padding: 9px 28px;
  padding-bottom: 46px;
  background: #ffffff;
  box-shadow: 0px 15px 29px 0px rgba(150, 141, 160, 0.15);
  position: sticky;
  right: 0px;
  top: 100px;
  max-height: calc(100vh - 120px);
  overflow: auto;
}

.pr32l {
  width: calc(100% - 578px);
}

.pr32ra {
  display: block;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 30px;
  font-family: OpenSans-Bold, Arial, "Arial Black", "sans-serif", Verdana;
  color: #3892ef;
}

.pr32rp {
  margin-top: 20px;
  line-height: 28px;
}

.pr32rp p {
  color: #333333;
}

.pr3xin {
  margin-top: 30px;
}

.pr3xin .int1 {
  width: 100%;
  margin-top: 10px;
}

.pr3xin .int2 {
  width: 100%;
  margin-top: 10px;
  position: relative;
}

.pr3xin .int3 {
  width: 100%;
  margin-top: 27px;
}

.pr3xin input {
  width: 100%;
  height: 54px;
  line-height: 54px;
  padding: 0 10px;
  padding-left: 25px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  background: #f4f4f4;
}

.pr3xin textarea {
  width: 100%;
  height: 183px;
  line-height: 30px;
  padding: 12px 10px;
  padding-left: 25px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  background: #f4f4f4;
}

.pr3xin .verify_img {
  width: 190px;
  height: 54px;
  position: absolute;
  right: 0px;
  top: 0px;
  cursor: pointer;
}

.pr3xin .verify_img input {
  padding-right: 200px;
}

.pr3xin .int3 input {
  background: #f6671a;
  padding: 0px;
  color: #fff;
  cursor: pointer;
  font-family: OpenSans-Bold, Arial, "Arial Black", "sans-serif", Verdana;
  transition: 0.5s;
}

.pr3xin .int3 input:hover {
  background: #3892ef;
}

.pr3xin .xing input {
  background: #f4f4f4 url("../images/xing.png") no-repeat 14px 20px;
}

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

.pr32lie {
  width: 50%;
  padding: 10px;
  padding-left: 0px;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #cfcfcf;
}

.pr32lie span {
  display: inline-block;
  vertical-align: middle;
  width: 67px;
  height: 60px;
  position: relative;
}

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

.pr32lie p {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 80px);
  color: #333333;
}

.pr32lie:last-child,
.pr32lie:nth-last-child(2) {
  border-bottom: none;
}

.chanxiang {
  padding-top: 20px;
  line-height: 28px;
}

.chanxiang p,
.chanxiang em,
.chanxiang strong {
  color: #333333;
}

.chanxiang strong {
  /*font-weight: normal;*/
  font-family: OpenSans-Bold, Arial, "Arial Black", "sans-serif", Verdana;
}
.chanxiang .table table{ border-collapse: collapse; }
.chanxiang .table table tr td{ border: 1px solid #d2d2d2;padding: 15px 5px;}

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

  .pr32r {
    width: 300px;
    padding: 15px;
  }

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

  .pr32lie span {
    width: 35px;
    height: 30px;
  }

  .pr32lie p {
    width: calc(100% - 40px);
  }

  .pr3xin {
    margin-top: 20px;
  }

  .pr3xin .int3 {
    margin-top: 10px;
  }

  .pr3xin input,
  .pr3xin textarea {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .pr3xin .verify_img {
    width: 100px;
  }

  .pr3xin .verify_img input {
    padding-right: 110px;
  }
}

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

  .pr3xin textarea {
    height: 100px;
  }

  .pr32lie {
    width: 100%;
  }

  .pr32lie:nth-last-child(2) {
    border-bottom: 1px solid #cfcfcf;
  }
}

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

  .pr32r {
    width: 100%;
    padding: 15px 10px;
    position: relative;
    top: auto;
    float: none;
    max-height: none;
  }

  .pr32l {
    width: 100%;
    margin-top: 30px;
  }

  .pr3xin input,
  .pr3xin textarea {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.pr3main3 {
  padding-top: 100px;
}

.img-scroll {
  position: relative;
  margin-top: 60px;
}

.img-scroll .prev,
.img-scroll .next {
  position: absolute;
  text-align: center;
  display: block;
  width: 42px;
  height: 42px;
  top: -98px;
  transition: 0.5s;
  z-index: 999;
  cursor: pointer;
  background-size: cover !important;
}

.img-scroll .prev {
  right: 50%;
  margin-right: -740px;
  background: url("../images/prleft.png") no-repeat center;
  opacity: 0.2;
}

.img-scroll .next {
  right: 50%;
  margin-right: -800px;
  background: url("../images/prright.png") no-repeat center;
  opacity: 0.2;
}

.img-scroll .prev:hover {
  background: url("../images/m4lefth.png") no-repeat center;
  opacity: 0.5;
}

.img-scroll .next:hover {
  background: url("../images/m4righth.png") no-repeat center;
  opacity: 0.5;
}

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

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

.img-list li {
  float: left;
  width: calc(0.333% - 4px);
  margin-right: 6px;
  position: relative;
}

.img-list li .m2lie {
  width: 100%;
}

@media screen and (max-width:1759px) {
  .pr3main3 {
    padding-top: 60px;
  }

  .img-scroll .prev {
    right: 80px;
    margin-right: 60px;
  }

  .img-scroll .next {
    right: 80px;
    margin-right: auto;
  }
}

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

  .img-scroll .prev,
  .img-scroll .next {
    width: 30px;
    height: 30px;
    top: 50%;
    transform: translateY(-50%);
  }

  .img-scroll .prev {
    right: auto;
    left: 10px;
    margin-right: auto;
  }

  .img-scroll .next {
    right: 10px;
    margin-right: auto;
  }
}

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

  .img-list li {
    width: calc(0.5% - 4px);
    margin-right: 4px;
  }
}

/****************************  about  ***************************/
.abmain1 {
  overflow: hidden;
  padding-top: 87px;
}

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

.ab1zi {
  width: 43%;
  padding-top: 20px;
  padding-bottom: 70px;
}

.ab1tu {
  width: calc(52.5% + 160px);
  margin-right: -160px;
}

.ab1b {
  background: #f66719;
  padding: 10px;
  margin-top: -57px;
  display: flex;
  flex-flow: wrap;
  position: relative;
  z-index: 5;
}

.ab1lie {
  width: 20%;
  padding: 33px 40px;
  font-family: OpenSans-Semibold, Arial, "Arial Black", "sans-serif", Verdana;
}

.ab1a {
  color: #fff !important;
}

.ab1a span {
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 50px;
  color: #fff;
}

.ab1p {
  color: #fff !important;
  line-height: 26px;
  margin-top: 14px;
}

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

  .ab1zi {
    padding-top: 0px;
  }

  .ab1lie {
    padding: 20px 10px;
  }

  .ab1p {
    margin-top: 5px;
  }

  .ab1tu {
    width: calc(52.5% + 80px);
    margin-right: -80px;
  }
}

@media screen and (max-width:1359px) {
  .ab1a span {
    font-size: 38px;
    font-size: 3.8rem;
    line-height: 40px;
    color: #fff;
  }

  .ab1zi {
    width: 100%;
    padding-bottom: 20px;
  }

  .ab1tu {
    width: 100%;
    max-width: 900px;
    margin: auto;
  }

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

@media screen and (max-width:999px) {
  .ab1a span {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 30px;
  }

  .ab1lie {
    padding: 10px;
  }

  .ab1p {
    line-height: 22px;
  }
}

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

  .ab1b {
    padding: 0px;
  }

  .ab1lie {
    width: 50%;
  }

  .ab1a span {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 26px;
  }

  .ab1p {
    line-height: 20px;
  }
}

.abmain2 {
  background-image: linear-gradient(180deg, #e7eaef 5%, #f7f8fa 100%);
  overflow: hidden;
}

.ab2tu {
  width: 101%;
}

.abmain2 .zong {
  padding-top: 46px;
}

.ab2pz {
  line-height: 26px;
  margin-top: 28px;
}

.ab2pz p {
  color: #333;
}

.ab2t {}

.abmain2 .swiper {
  margin-left: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  margin-top: 50px;
  mask-image: linear-gradient(to right, #fff 80%, transparent 95%, transparent 100%);
  mask-size: cover;
}

.abmain2 .swiper-vertical>.swiper-wrapper {
  flex-direction: column
}

.abmain2 .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.abmain2 .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform
}

.abmain2 .swiper-scrollbar {
  border-radius: 2px;
  position: relative;
  -ms-touch-action: none;
  background: #cfcfcf
}

.abmain2 .swiper-scrollbar-disabled>.swiper-scrollbar,
.abmain2 .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important
}

.abmain2 .swiper-horizontal>.swiper-scrollbar,
.abmain2 .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 122px;
  right: 160px;
  bottom: 21px;
  z-index: 50;
  height: 2px;
}

.abmain2 .swiper-scrollbar.swiper-scrollbar-vertical,
.abmain2 .swiper-vertical>.swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%
}

.abmain2 .swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: #3892ef;
  border-radius: 2px;
  left: 0;
  top: 0
}

.abmain2 .swiper-scrollbar-cursor-drag {
  cursor: move
}

.abmain2 .swiper-scrollbar-lock {
  display: none
}

.abmain2 .swiper {
  width: calc(100% + 160px);
  margin-right: -160px;
  height: 100%;
  padding-bottom: 92px;
}

.abmain2 .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.abmain2 .swiper-slide img {
  display: block;
  width: 100%
}

.abmain2 .swiper-button-prev,
.abmain2 .swiper-button-next {
  width: 42px;
  height: 42px;
  position: absolute;
  background-size: cover !important;
  bottom: 0px;
  opacity: 0.5;
  transition: 0.5s;
  cursor: pointer;
}

.abmain2 .swiper-button-prev {
  background: url("../images/m4lefth.png") no-repeat;
  left: 0px;
}

.abmain2 .swiper-button-next {
  background: url("../images/m4righth.png") no-repeat;
  left: 56px
}

.abmain2 .swiper-button-prev:hover,
.abmain2 .swiper-button-next:hover {
  opacity: 1
}

.abmain2 .swiper-button-prev.swiper-button-disabled,
.abmain2 .swiper-button-next.swiper-button-disabled {
  opacity: 0.2;
  cursor: auto;
}

.ab2shu {
  display: block;
  width: 57px;
  height: 57px;
  line-height: 57px;
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
  font-family: OpenSans-Semibold, Arial, "Arial Black", "sans-serif", Verdana;
  text-align: center;
  background: #3892ef;
  border-radius: 50%;
}

.ab2a {
  display: block;
  margin-top: 16px;
  line-height: 25px;
  color: #333;
  font-family: OpenSans-Bold, Arial, "Arial Black", "sans-serif", Verdana;
}

.ab2p {
  line-height: 26px;
  margin-top: 12px;
  color: #333333;
}

.ab2p p {
  color: #333333;
}

@media screen and (max-width:1659px) {
  .abmain2 .swiper {
    width: calc(100% + 80px);
    margin-right: -80px;
  }

  .abmain2 .swiper-horizontal>.swiper-scrollbar,
  .abmain2 .swiper-scrollbar.swiper-scrollbar-horizontal {
    right: 80px;
  }
}

@media screen and (max-width:1359px) {
  .abmain2 .swiper {
    width: 100%;
    margin-right: 0px;
    margin-top: 20px;
    padding-bottom: 60px;
  }

  .abmain2 .swiper-horizontal>.swiper-scrollbar,
  .abmain2 .swiper-scrollbar.swiper-scrollbar-horizontal {
    right: 0px;
  }

  .ab2shu {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

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

  .abmain2 .swiper-button-prev,
  .abmain2 .swiper-button-next {
    width: 30px;
    height: 30px;
  }

  .abmain2 .swiper-button-next {
    left: 40px
  }

  .abmain2 .swiper-horizontal>.swiper-scrollbar,
  .abmain2 .swiper-scrollbar.swiper-scrollbar-horizontal {
    left: 80px;
    right: 0px;
    bottom: 15px;
  }
}

.abmain3 {
  background-image: linear-gradient(0deg, #fff 0%, #f7f8fa 100%);
  padding-top: 43px;
  padding-bottom: 92px;
}

.ab3biao {
  text-align: center;
}

.abmain3 .row {
  margin-left: -9px;
  margin-right: -9px;
  margin-top: 40px;
}

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

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

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

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

.abmain3 .owl-carousel .owl-item {
  float: left;
  padding: 9px;
}

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

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

.abmain3 .owl-theme .owl-controls {
  text-align: center;
  margin-top: 16px;
}

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

.abmain3 .owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  background: #3892ef;
  margin: 3px;
  border-radius: 6px;
  font-size: 0px;
  opacity: 0.5;
  transition: 0.5s;
}

.abmain3 .owl-theme .owl-controls .owl-page.active span {
  width: 33px;
  opacity: 1;
}

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

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

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

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

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

.ab3tu {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  position: relative;
  padding-bottom: 60%
}

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

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

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

  .abmain3 .row {
    margin-top: 20px;
    margin-left: -4px;
    margin-right: -4px;
  }

  .abmain3 .owl-carousel .owl-item {
    padding: 4px;
  }

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

  .abmain3 .owl-theme .owl-controls .owl-page span {
    width: 8px;
    height: 8px;
    margin: 2px;
    border-radius: 4px;
  }
}

/*  main4  */
.abmain4 {
  background: url("../images/ab4bei.jpg") no-repeat center;
  padding: 37px 35px;
  position: relative;
}

.ab4biao {
  color: #fff;
  position: absolute;
  left: 35px;
  top: 70px;
}

#outer {
  font-size: 0px;
  position: relative;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-end;
}

#tab {
  zoom: 1;
  font-size: 0px;
  text-align: center;
  position: relative;
  width: 40.6%;
  display: flex;
  flex-flow: wrap;
}

#tab li {
  transition: 0.5s;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: center;
  width: 31.7%;
  margin: 8px 0;
  padding: 20px 10px;
  margin-left: 2.45%;
  padding-top: 47px;
  background: #ffffff;
  border-radius: 4px;
  z-index: 1
}

#tab li:nth-child(1) {
  margin-left: 34.15%;
}

#tab li:nth-child(3) {
  margin-left: 0;
}

.ab4tu {
  display: block;
  width: 68px;
  height: 68px;
  position: relative;
  overflow: hidden;
  margin: auto;
}

.ab4tu img {
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  transition: 0.5s;
}

.ab4a {
  display: block;
  line-height: 24px;
  margin-top: 24px;
  color: #333;
  font-weight: bold;
}

#tab li.current {
  background: #3892ef;
}

#tab li.current .ab4tu img {
  top: -72px;
}

#tab li.current .ab4a {
  color: #fff;
}

#content {
  display: block;
  width: 44.4%;
}

#content .tabul {
  display: none;
  font-size: 0px;
  vertical-align: middle;
  padding-bottom: 45px;
  padding-top: 90px;
}

.ab4a2 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 30px;
  color: #ffffff;
  font-family: OpenSans-Semibold, Arial, "Arial Black", "sans-serif", Verdana;
}

.ab4p {
  margin-top: 20px;
  line-height: 26px;
}

.ab4p p {
  color: #fff;
}

@media screen and (max-width:1359px) {
  #tab li {
    padding: 20px 10px;
  }

  .ab4tu {
    width: 34px;
    height: 34px;
  }

  #tab li.current .ab4tu img {
    top: -36px;
  }

  .ab4a {
    margin-top: 10px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px !important;
  }

  #content {
    width: 55%;
  }

  .ab4biao {
    position: relative;
    left: auto;
    top: auto;
  }

  #content .tabul {
    padding-bottom: 0px;
    padding-top: 0px;
  }

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

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

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

  #tab {
    width: 100%;
    margin-top: 20px;
  }

  #content {
    width: 100%;
    margin-top: 20px;
  }

  #tab li {
    width: 25%;
    margin-left: 0px !important;
    border-radius: 0px;
    padding: 10px;
  }

  .ab4a {
    display: none;
  }
}

/*  main5  */
.abmain5 {
  padding-top: 62px;
}

.ab5biao {
  text-align: center;
}

.ab5n {
  display: flex;
  flex-flow: wrap;
  padding-top: 20px;
}

.ab5lie {
  width: 32%;
  margin-left: 2%;
  margin-top: 32px;
  background: #3892ef;
}

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

.ab5tu {}

.ab5a {
  display: block;
  padding: 10px 20px;
  color: #fff;
  text-align: center;
font-size: 2.5rem;
}

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

  .ab5n {
    padding-top: 10px;
  }

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

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

  .ab5a {
    padding: 5px 10px;
  }
}

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

  .ab5lie {
    width: 49%;
    margin-top: 10px;
  }

  .ab5lie:nth-child(3n-2) {
    margin-left: 2%;
  }

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

/*  main6  */
#baguetteBox-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #222;
  background-color: rgba(0, 0, 0, .8);
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
  z-index: 99999999999999999999999999999999999999;
}

#baguetteBox-overlay.visible {
  opacity: 1
}

#baguetteBox-overlay .full-image {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}

#baguetteBox-overlay .full-image figure {
  display: inline;
  margin: 0;
  height: 100%
}

#baguetteBox-overlay .full-image img {
  display: inline-block;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  box-shadow: 0 0 8px rgba(0, 0, 0, .6);
}

#baguetteBox-overlay .full-image figcaption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  line-height: 1.8;
  color: #ccc;
  background-color: #000;
  background-color: rgba(0, 0, 0, .6);
  font-family: Verdana, Geneva, sans-serif;
}

#baguetteBox-overlay .full-image:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px
}

#baguetteBox-slider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  -webkit-transition: left .4s ease, -webkit-transform .4s ease;
  transition: left .4s ease, -moz-transform .4s ease;
  transition: left .4s ease, transform .4s ease
}

#baguetteBox-slider.bounce-from-right {
  -webkit-animation: bounceFromRight .4s ease-out;
  animation: bounceFromRight .4s ease-out
}

#baguetteBox-slider.bounce-from-left {
  -webkit-animation: bounceFromLeft .4s ease-out;
  animation: bounceFromLeft .4s ease-out
}

.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
  top: 50%;
  top: calc(50% - 30px);
  width: 44px;
  height: 60px
}

.baguetteBox-button {
  position: absolute;
  cursor: pointer;
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0;
  -moz-border-radius: 15%;
  border-radius: 15%;
  background-color: #323232;
  background-color: rgba(50, 50, 50, .5);
  color: #ddd;
  font: 1.6em sans-serif;
  -webkit-transition: background-color .4s ease;
  transition: background-color .4s ease;
}

.baguetteBox-button:hover {
  background-color: rgba(50, 50, 50, .9)
}

.baguetteBox-button#next-button {
  right: 2%
}

.baguetteBox-button#previous-button {
  left: 2%
}

.baguetteBox-button#close-button {
  top: 20px;
  right: 2%;
  right: calc(2% + 6px);
  width: 30px;
  height: 30px
}

.baguetteBox-button svg {
  position: absolute;
  left: 0;
  top: 0
}

.spinner {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px
}

.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  opacity: .6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2s infinite ease-in-out;
  animation: bounce 2s infinite ease-in-out
}

.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s
}

@-webkit-keyframes bounceFromRight {
  0% {
    margin-left: 0
  }

  50% {
    margin-left: -30px
  }

  100% {
    margin-left: 0
  }
}

@keyframes bounceFromRight {
  0% {
    margin-left: 0
  }

  50% {
    margin-left: -30px
  }

  100% {
    margin-left: 0
  }
}

@-webkit-keyframes bounceFromLeft {
  0% {
    margin-left: 0
  }

  50% {
    margin-left: 30px
  }

  100% {
    margin-left: 0
  }
}

@keyframes bounceFromLeft {
  0% {
    margin-left: 0
  }

  50% {
    margin-left: 30px
  }

  100% {
    margin-left: 0
  }
}

@-webkit-keyframes bounce {

  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0)
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@keyframes bounce {

  0%,
  100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0)
  }

  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1)
  }
}

.abmain6 {
  padding-top: 72px;
}

.img-scroll1 {
  position: relative;
  margin-top: 60px;
  padding-bottom: 99px;
}

.img-scroll1 .prev,
.img-scroll1 .next {
  position: absolute;
  text-align: center;
  display: block;
  width: 42px;
  height: 42px;
  bottom: 0px;
  transition: 0.5s;
  z-index: 999;
  cursor: pointer;
  background-size: cover !important;
}

.img-scroll1 .prev {
  left: 50%;
  margin-left: -49px;
  background: url("../images/m4lefth.png") no-repeat center;
  opacity: 0.2;
}

.img-scroll1 .next {
  right: 50%;
  margin-right: -49px;
  background: url("../images/m4righth.png") no-repeat center;
  opacity: 0.2;
}

.img-scroll1 .prev:hover {
  background: url("../images/m4lefth.png") no-repeat center;
  opacity: 1;
}

.img-scroll1 .next:hover {
  background: url("../images/m4righth.png") no-repeat center;
  opacity: 1;
}

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

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

.img-list1 li {
  float: left;
  width: 0.175%;
  margin-right: 0.03125%;
  position: relative;
}

.ab6tu {
  display: block;
  overflow: hidden;
}

.ab6tu img {
  transform: scale(1) !important;
  width: 100%;
}

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

  .img-scroll1 {
    margin-top: 35px;
    padding-bottom: 60px;
  }
}

@media screen and (max-width:999px) {
  .img-list1 li {
    width: 0.3233%;
    margin-right: 0.015%;
  }

  .img-scroll1 .prev,
  .img-scroll1 .next {
    width: 30px;
    height: 30px;
  }

  .img-scroll1 .prev {
    left: 50%;
    margin-left: -39px;
  }

  .img-scroll1 .next {
    right: 50%;
    margin-right: -39px;
  }
}

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

  .img-scroll1 {
    margin-top: 25px;
    padding-bottom: 50px;
  }

  .img-list1 li {
    width: 0.49%;
    margin-right: 0.02%;
  }
}

/****************************  4-1  ***************************/
.in1main {
  background: #f7f9fb;
  padding-top: 68px;
  padding-bottom: 60px;
}

.in1n {
  display: flex;
  flex-flow: wrap;
  padding-top: 16px;
}

.in1lie {
  width: 23.75%;
  margin-left: 1.666%;
  margin-top: 30px;
  background: #ffffff;
  padding: 5px;
  transition: 0.5s;
}

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

.intu {
  display: block;
  overflow: hidden;
}

.ina {
  display: block;
  line-height: 27px;
  margin: 15px 10px;
  font-family: OpenSans-Bold, Arial, "Arial Black", "sans-serif", Verdana;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.in1lie:hover {
  background: #3892ef;
}

.in1lie:hover .ina {
  color: #fff;
}

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

  .in1lie {
    width: 24%;
    margin-left: 1.333%;
    margin-top: 20px;
  }

  .ina {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px !important;
    margin: 5px 0px;
  }
}

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

  .in1n {
    padding-top: 10px;
  }

  .in1lie {
    width: 49%;
    margin-left: 2%;
    margin-top: 15px;
    padding: 1px;
  }

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

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

/****************************  4-2  ***************************/
.in2main {
  padding-top: 69px;
  padding-bottom: 60px;
}

.in2main h1 {
  text-align: center;
  font-size: 34px;
  font-size: 3.4rem;
  line-height: 40px;
  font-family: OpenSans-Semibold, Arial, "Arial Black", "sans-serif", Verdana;
  color: #3892ef;
}

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

.in2t p {
  color: #333;
}

.in2n {
  margin-top: 45px;
}

.in2n .swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  overflow: clip;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block
}

.in2n .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box
}

.in2n .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
  opacity: 0.14
}

.in2n .swiper-slide-active {
  opacity: 1
}

.in2n .swiper-button-next,
.in2n .swiper-button-prev {
  position: absolute;
  z-index: 99;
  opacity: 0.5;
  width: 42px;
  height: 42px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.in2n .swiper-button-next.swiper-button-disabled,
.in2n .swiper-button-prev.swiper-button-disabled {
  opacity: .2;
}

.in2n .swiper-button-next.swiper-button-hidden,
.in2n .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none
}

.in2n .swiper-navigation-disabled .swiper-button-next,
.in2n .swiper-navigation-disabled .swiper-button-prev {
  display: none !important
}

.in2n .swiper-button-prev {
  background: url("../images/prleft.png") no-repeat center;
  left: 10%;
}

.in2n .swiper-button-next {
  background: url("../images/prright.png") no-repeat center;
  right: 10%;
}

.in2n .swiper-button-prev.swiper-button-disabled {
  background: url("../images/prleft.png") no-repeat center !important;
  background-size: cover !important
}

.in2n .swiper-button-next.swiper-button-disabled {
  background: url("../images/prright.png") no-repeat center !important;
  background-size: cover !important
}

.in2n .swiper-button-prev:hover {
  background: url("../images/m4lefth.png") no-repeat center;
}

.in2n .swiper-button-next:hover {
  background: url("../images/m4righth.png") no-repeat center;
}

.in2n .swiper-button-lock {
  display: none
}

.in2n .mySwiper {
  width: 75%;
  margin: auto;
}

.in2n .mySwiper .swiper-slide {
  opacity: 0.2;
  cursor: pointer;
}

.in2n .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
  border-left: solid 1px #3892ef;
  border-right: solid 1px #3892ef;
}

.in2n img {
  width: 100%;
}

.in2b {
  border-width: 1px;
  margin-top: 26px;
}

.inxiang {
  margin-top: 47px;
  line-height: 26px;
}

.inxiang p,
.inxiang em,
.inxiang strong {}

.inxiang a {
  display: inline-block;
  color: #3892ef;
}

.inxiang img {
  display: inline-block;
}

.fanpian {
  padding-top: 56px;
}

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

.fanpian li i {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  border: solid 1px #3892ef;
  border-radius: 50%;
  color: #3892ef;
}

.fanpian li p {
  width: calc(100% - 53px)
}

.fanpian li a:hover {
  color: #3892ef;
}


@media screen and (max-width:1559px) {
  .in2main h1 {
    font-size: 30px;
    font-size: 3rem;
    line-height: 40px;
  }
}

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

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

  .in2t {
    margin-top: 20px;
  }

  .in2n {
    margin-top: 20px;
  }

  .in2b {
    margin-top: 10px;
  }

  .inxiang {
    margin-top: 25px;
  }

  .fanpian {
    padding-top: 30px;
  }

  .fanpian li {
    padding: 5px 0;
  }

  .fanpian li i {
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 14px;
  }

  .fanpian li p {
    width: calc(100% - 43px)
  }
}

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

  .in2n .swiper-button-next,
  .in2n .swiper-button-prev {
    width: 30px;
    height: 30px;
    background-size: cover !important
  }

  .in2n .swiper-button-prev {
    left: 2%;
  }

  .in2n .swiper-button-next {
    right: 2%;
  }

  .in2n .mySwiper {
    width: 95%;
  }
}

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

  .in2main h1 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 26px;
  }

  .fanpian {
    padding-top: 20px;
  }
}

/****************************  download1  ***************************/
.domain {
  padding-top: 90px;
}

.dot {
  display: flex;
  flex-flow: wrap;
  margin-bottom: 26px;
}

.dot>li {
  width: 247px;
  margin-right: 9px;
  margin-top: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
  transition: 0.5s;
}

.dot>li>a {
  padding: 16px 10px;
  line-height: 24px;
  color: #333333;
  text-align: center;
  background: #f4f5f5;
  display: block;
}

.dot>li>a i {
  margin-left: 10px;
}

.doerji {
  position: absolute;
  width: 100%;
  background: #f4f5f5;
  display: none;
  z-index: 999
}

.doerji>li {
  border-bottom: 1px solid #f4f5f5;
  background: #f4f5f5;
  text-align: left;
  line-height: 24px;
  transition: 0.5s;
}

.doerji>li>a {
  display: block;
  vertical-align: middle;
  color: #333;
  padding: 16px 20px;
}

.doerji>li:hover {
  border-bottom-color: #3892ef;
  background-color: rgba(56, 146, 239, 0.2)
}

.doerji>li:hover a {
  color: #3892ef
}

.dot>li:hover {}

.dot>li:hover>a,
.dangdo>a {
  background: #3892ef !important;
  color: #fff !important
}

.dot>li:hover .doerji {
  display: block;
}

.donava {
  display: none;
}

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

  .dot>li {
    width: 200px;
    margin-right: 5px;
    margin-top: 5px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width:999px) {
  .donav {
    position: fixed;
    width: 34px;
    right: 10px;
    top: 50px;
    z-index: 99999
  }

  .donava {
    width: 34px;
    height: 34px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    display: block;
    background: #3892ef;
    border: 2px solid #fff;
    cursor: pointer;
    margin-bottom: 10px;
  }

  .donava img {
    width: 60%;
    display: inline-block;
    vertical-align: middle;
  }

  .dot {
    width: 290px;
    background: #3892ef;
    padding: 5px 10px;
    border-radius: 10px;
    display: none;
    right: 0px;
    position: absolute;
    margin-bottom: 0px;
  }

  .dot>li {
    width: 100%;
    margin: 5px 0;
  }

  .dot>li>a {
    text-align: left;
    padding: 10px;
    padding-right: 30px;
    border-radius: 10px;
  }

  .dot>li>a i {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 12px;
  }

  .doerji {
    position: relative;
    border-top: 2px solid #3892ef;
    border-radius: 10px;
    overflow: hidden;
  }

  .doerji>li>a {
    padding: 10px;
  }

  .dot>li:hover .doerji {
    display: none;
  }

  .domain {
    padding-top: 30px;
  }

  .dot>li:hover>a,
  .dangdo>a {
    background: rgba(255, 255, 255, 0.2) !important;
    color: #fff !important
  }
}

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

  .domain .fenye {
    margin-bottom: 20px;
  }
}

/****************************  news  ***************************/
.nemain {
  background: #f7f9fb;
  padding-top: 70px;
  padding-bottom: 82px;
}

.nea {
  font-family: OpenSans-Semibold, Arial, "Arial Black", "sans-serif", Verdana;
}

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

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

/****************************  news2  ***************************/
.ne2main {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  padding-top: 93px;
}

.ne2l {
  width: calc(100% - 553px)
}

.ne2r {
  width: 500px;
}

.ne2l h1 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 30px;
  font-family: OpenSans-Semibold, Arial, "Arial Black", "sans-serif", Verdana;
}

.net {
  border-bottom: 2px solid #eeeeee;
  display: flex;
  flex-flow: wrap;
  align-items: center;
  margin-top: 36px;
  padding-bottom: 32px;
}

.neriqi {
  color: #3892ef;
  margin-right: 23px;
}

.neriqi i {
  margin-right: 10px;
}

.nexiang {
  margin-top: 23px;
  line-height: 26px;
  padding-bottom: 50px;
  border-bottom: 1px solid #eeeeee;
}

.nexiang p,
.nexiang em,
.nexiang strong {}

.nexiang a {
  display: inline-block;
  color: #3892ef;
}

.nexiang img {
  display: inline-block;
}

.nefan {
  padding-top: 28px;
}

.nera {
  display: block;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 32px;
  font-family: OpenSans-Semibold, Arial, "Arial Black", "sans-serif", Verdana;
}

.nern {}

.ne2lie {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 30px;
  margin-top: 30px;
}

.ne2a {
  display: block;
  line-height: 26px;
  font-family: OpenSans-Semibold, Arial, "Arial Black", "sans-serif", Verdana;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.ne2p {
  line-height: 24px;
  margin-top: 22px;
}

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

.ne2mor {
  display: block;
  margin-top: 30px;
  color: #3892ef;
  font-family: OpenSans-Semibold, Arial, "Arial Black", "sans-serif", Verdana;
  text-transform: uppercase;
}

@media screen and (max-width:1559px) {
  .ne2l {
    width: calc(100% - 340px)
  }

  .ne2r {
    width: 300px;
  }

  .ne2lie {
    padding: 20px 10px;
  }

  .ne2mor {
    margin-top: 10px;
  }

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

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

  .net {
    margin-top: 10px;
    padding-bottom: 10px;
  }

  .nexiang {
    padding-bottom: 30px;
  }
}

@media screen and (max-width:999px) {
  .ne2l {
    width: 100%
  }

  .ne2r {
    width: 100%;
    margin-top: 30px;
  }

  .ne2l h1 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 26px;
  }

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

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

  .neriqi i {
    margin-right: 5px;
  }

  .neriqi {
    margin-right: 10px;
  }

  .nefan {
    padding-top: 15px;
  }

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

/****************************  video  ***************************/
.prvilie {
  margin-top: 40px;
}

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

.ditu {
  margin-top: 90px;
  position: relative;
  background: url("../images/fobei.jpg") no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}

.ditu img {
  width: 100%;
}

.ditu1 {
  display: block;
  clip-path: inset(0% -10% 0% -5% round 0% 0% 50% 70% / 0% 0% 26% 28%);
  position: relative;
  padding-bottom: 33.59%;
  height: 0;
  overflow: hidden;
}

.ditu1 iframe,
.ditu1 video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.ditu1 iframe body {
  margin: 0px !important;
}

.ditu2 {
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 0px;
  clip-path: inset(0% -10% 0% -5% round 0% 0% 50% 70% / 0% 0% 100% 100%);
}

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

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


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

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

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

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






















@font-face {
  font-family: OpenSans-Bold;
  font-display: swap;
  src: url("../fonts/OpenSans-Bold.woff2") format("woff2"),
    url("../fonts/OpenSans-Bold.woff") format("woff"),
    url("../fonts/OpenSans-Bold.ttf") format("truetype"),
    url("../fonts/OpenSans-Bold.eot") format("embedded-opentype"),
    url("../fonts/OpenSans-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}



@font-face {
  font-family: OpenSans;
  font-display: swap;
  src: url("../fonts/opensans.woff2") format("woff2"),
    url("../fonts/opensans.woff") format("woff"),
    url("../fonts/opensans.ttf") format("truetype"),
    url("../fonts/opensans.eot") format("embedded-opentype"),
    url("../fonts/opensans.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: OpenSans-Semibold;
  font-display: swap;
  src: url("../fonts/OPENSANS-SEMIBOLD.woff2") format("woff2"),
    url("../fonts/OPENSANS-SEMIBOLD.woff") format("woff"),
    url("../fonts/OPENSANS-SEMIBOLD.ttf") format("truetype"),
    url("../fonts/OPENSANS-SEMIBOLD.eot") format("embedded-opentype"),
    url("../fonts/OPENSANS-SEMIBOLD.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "iconfont";
  /* Project id 4896398 */
  font-display: swap;
  src: url('../fonts/iconfont.woff2?t=1744868667953') format('woff2'),
    url('../fonts/iconfont.woff?t=1744868667953') format('woff'),
    url('../fonts/iconfont.ttf?t=1744868667953') 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-video:before {
  content: "\e636";
}

.icon-duihuakuang2:before {
  content: "\e61f";
}

.icon-chanpin:before {
  content: "\e6e6";
}

.icon-pdf:before {
  content: "\e86e";
}

.icon-telegram:before {
  content: "\ec25";
}









/*  */


.g_list {
  display: flex;
  flex-wrap: wrap;
}

.g_list li {
  width: 16.6666%;
  padding: 20px 10px;
  padding-top: 60px;
  transition: 0.5s;
  cursor: pointer;
}

.g_list .svgbox {
  display: block;
  margin: auto;
  width: 62px;
  height: 60px;
  position: relative;
  overflow: hidden;
}

.g_list .g_title {
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  margin-top: 5px;
  font-family: OpenSans-Bold, Arial, "Arial Black", "sans-serif", Verdana;
  color: #333333;
}

.g_list .active {
  background-color: #f6671a;
}

.g_list .active .svgbox img {
  transform: translateY(-60px) !important;
}

.g_list .active .g_title {
  color: #fff;
}

.g_list li:hover {
  background-color: #f6671a;
}

.g_list li:hover .svgbox img {
  transform: translateY(-60px) !important;
}

.g_list li:hover .g_title {
  color: #fff;
}

@media(max-width:1600px) {
  .g_list li {
    width: 16.6666%;
    padding: 20px 10px;
    padding-top: 40px;
  }

  .g_list .g_title {
    font-size: 18px;
    line-height: 26px;
    margin-top: 10px;
  }
}

@media(max-width:1333px) {
  .g_list .g_title {
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
  }

  .g_list .svgbox {
    width: 54px;
    height: 57px;
  }

  .g_list .active .svgbox img {
    transform: translateY(-50px) !important;
  }

  .g_list li:hover .svgbox img {
    transform: translateY(-50px) !important;
  }
}

@media(max-width:999px) {
  .main4 .m4b {
    display: none;
  }

  .main4 .swiper-container {
    margin-top: 30px;
  }
}

.is_none0{
    display:none !important;
}

.lianxi .whatsapp {
  position: relative;
}

.lianxi .whatsapp .whatsapp-txyts {
  min-width: 230px;
  padding: 10px;
  position: absolute;
  right: 100%;
  background-color: #fff;
  color: #333;
  top: 50%;
  transform: translateY(-50%);
  display: none;
  font-size:20px;
  color:#f6671a;
}

.lianxi .whatsapp:hover .whatsapp-txyts {
  display: block;
}

.lianxi .email {
  position: relative;
}

.lianxi .email .email-txyts {
  min-width: 230px;
  padding: 10px;
  position: absolute;
  right: 100%;
  background-color: #fff;
  color: #333;
  top: 50%;
  transform: translateY(-50%);
  display: none;
  color:#f6671a;
   font-size:20px;
}

.lianxi .email:hover .email-txyts {
  display: block;
}


@media(max-width:999px) {
  .lianxi .whatsapp {
    /*display: none !important;*/
  }

  .lianxi .email {
    /*display: none !important;*/
  }
  .lianxi .email .email-txyts{
      display: none !important;
  }
}



/* banner */

.banner .item {
  position: relative;
}

.banner .box-text {
  position: absolute;
  bottom: 15%;
  width: 80%;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 10;
}

.banner .title {
  font-family: OpenSans-Bold;
  font-size: 40px;
  color: #ffffff;
  margin-bottom: 25px;
  line-height: 50px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.banner .content {
  font-family: Roboto-Medium;
  font-size: 26px;
  line-height: 36px;
  color: #ffffff;
  width: 90%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.banner .vid {
  position: relative;
}

.banner .vid::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/banner_videobg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  top: 0;
  opacity:0.8;
}

@media(max-width:1600px) {
  .banner .title {
    font-size: 32px;
    margin-bottom: 20px;
    line-height: 40px;
  }

  .banner .content {
    font-size: 24px;
    line-height: 34px;
    width: 90%;
  }
}

@media(max-width:1333px) {

  .banner .title {
    font-size: 28px;
    margin-bottom: 8px;
    line-height: 38px;
  }

  .banner .content {
    font-size: 22px;
    line-height: 34px;
    width: 90%;
  }
}

@media(max-width:999px) {
  .banner .title {
    font-size: 24px;
    margin-bottom: 8px;
    line-height: 34px;
  }

  .banner .content {
    font-size: 18px;
    line-height: 34px;
    width: 99%;
  }

  .banner .box-text {
    position: absolute;
    bottom: 15%;
    width: 90%;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 10;
  }

}

@media(max-width:768px) {
  .banner .content {
    font-size: 16px;
    line-height: 26px;
    width: 100%;
  }

  .banner .title {
    font-size: 20px;
    margin-bottom: 5px;
    line-height: 30px;
  }
}

@media(max-width:570px) {
  .banner .content {
    font-size: 12px;
    line-height: 22px;
    width: 100%;
  }

  .banner .title {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 26px;
  }
}



/* telbox */

.telbox{
     float: right;
     margin-top:20px;
     margin-left:30px;
}

.telbox>div {
    display: flex;
    align-items: center;
}

.telbox .l {}

.telbox .name {
      font-size: 14px;
    text-align: right;
    color: #666;
}

.telbox .num {
    font-size: 24px;
    
}

.telbox .r {
    flex-shrink: 0;
    margin-left: 15px;
}

.telbox .r i {
    font-size: 26px;
    color:#f6671a;
}


@media(max-width:1360px) {
    .telbox .num {
        font-size: 20px;
    }
    .telbox {
        float: right;
        margin-top: 6px;
        margin-left: 15px;
    }
}

@media(max-width:999px) {
    .telbox{
        margin-right:55px;
    }
    .telbox .name {
        display:none;
    }
    .telbox .num {
        font-size: 14px;
    }
    .telbox .r i {
        font-size: 22px;
    }
}

@media(max-width:768px) {
        .telbox {
        margin-right: 48px;
        margin-top:4px;
    }
        .telbox .r i {
        font-size: 18px;
    }
}

    

