﻿@charset "utf-8";

/*下载按钮 */
.pro-xzwj {
text-align: center;
margin: 65px 0 30px; 
display: none !important;
}

.pro-xzwj2 {
display: block !important;
}

.pro-xzwj a {
display: inline-block;
}

.pro-xzwj button { /* background-color: red; */
border: 2px solid #37bde8;
font-size: 18px;
padding: 5px 50px 5px 90px;
background: url(/img/xzwj.png) no-repeat 48px 5px;
background-size: 32px;
border-radius: 25px;
line-height: 36px;
color: #37bde8;
}

.pro-xzwj p {
font-size: 18px;
margin-top: 10px;
}

.pro-xzwj button:hover {
background-color: #37bde8;
color: white;
background: #37bde8 url(/img/xzwjh.png) no-repeat 48px 5px;
background-size: 32px;
border: 2px solid white;
}


/* CSS Document */
html {
  font-size: 62.5%;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0 auto;
  font-family: MyriadPro-Regular, Arial, Helvetica, sans-serif;
    font-size: 1.6rem;
    line-height: 30px;
  height: 100%;
  background: #f5f5f5;
  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: MyriadPro-Regular, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  color: #999999;
  border: none;
  outline: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
  display: block
}

input[type="button"],
input[ type="submit"],
input[type="reset"] {
  -webkit-appearance: none;
}

button {
  border-radius: 0px;
  -webkit-border-radius: 0px;
}

::selection {
  color: #fff;
  background: #0090ff;
}

* {
  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: #0090ff;
}


.fons0 {
  font-size: 0px;
  font-size: 0rem;
}

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999999;
  opacity: 1
}

:-o-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999999;
  opacity: 1
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999999;
  opacity: 1
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999999;
  opacity: 1
}

@media screen and (min-width:1000px) {
  .zong {
    width: calc(100% - 160px);
    max-width: initial;
    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: #0090ff;
}

.mp {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 34px;
  color: #666666;
}

.mp p,
.mp a {
  color: #333;
  display: block;
}

.mp a:hover {
  color: #0090ff;
}

@media screen and (max-width:1359px) {
  .mp {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px !important;
  }
}

@media screen and (max-width:767px) {
  .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 #37bde8;
  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 #37bde8;
  -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: #37bde8;
  -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: #37bde8;
  -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: absolute;
  width: 100%;
  left: 0px;
  top: 0px;
  transition: 1s;
  z-index: 99999;
}

.head2 {
  background: #051d29;
}

.head .zong {
  padding-top: 20px;
  border-bottom: 0px solid #eee;
  position: relative;
}

.head .zong:after {
  content: "";
  clear: both;
  display: block;
}

.logo {
  display: block;
  float: left;
  width: 290px;
  margin-top: 0px;
}

.logo img {
  transform: scale(1) !important
}

.yvn {
  float: right;
  position: relative;
  margin-top: 6px;
  z-index: 9999
}

.yvzhonga {
  display: block;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 20px;
  font-size: 2rem;
  transition: 1s;
  color: #ffffff;
  cursor: pointer;
  position: relative;
  font-weight: bold;
  z-index: 99999
}

.yvul {
  width: 100%;
  min-width: 100px;
  position: absolute;
  top: 36px;
  right: 0px;
  background: #fff;
  border: 1px solid #ccc;
  display: none;
}

.yvul a {
  display: block;
  padding: 5px 10px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 26px;
  color: #333;
}

.yvul a:hover {
  background: #37bde8;
  color: #fff;
}

.daohang {
  float: right;
  transition: 0.5s;
  margin-top: 5px;
}

.daohang>li {
  float: left;
  /* position:relative;z-index:999;*/
  margin-right: 50px;
}

.daohang>li>a {
  display: block;
  font-size: 20px;
  font-size: 2rem;
  line-height: 32px;
  padding-bottom: 26px;
  color: #ffffff;
  cursor: pointer;
  transition: 1s;
  position: relative;
}

.daohang>li>a:before {
  content: "";
  position: absolute;
  width: 0px;
  height: 6px;
  background: #0090ff;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.8s;
}

.head2 .daohang>li:hover>a {}

.daohang>li:hover>a:before {
  width: 100%;
}

.daohang .prdao {
  position: static !important
}

.dangqiandao>a {}

.dangqiandao>a:before {
  width: 100% !important;
}

.yijiw {
  background: #fff;
  background: rgba(255, 255, 255, 0);
  position: absolute;
  width: 240px;
  left: 50%;
  transform: translateX(-50%);
  visibility: hidden;
  opacity: 0;
  top: 100%;
  transition: 0.5s;
}

.yiji {
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(4, 0, 0, 0.15);
  padding: 10px 0;
}

.yiji li {
  position: relative;
  transition: 0.5s;
}

.yiji li a {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  padding: 5px 18px;
}

.yiji li:hover {}

.yiji li:hover>a {
  color: #37bde8;
}

.erji {
  position: absolute;
  width: 240px;
  background: #fff;
  top: -9999px;
  left: 100%;
  padding: 10px 0;
}

.sanji {
  position: absolute;
  width: 240px;
  background: #fff;
  top: -9999px;
  left: 100%;
  padding: 10px 0;
}

.daohang>li:hover .yijiw {
  visibility: visible;
  opacity: 1;
  top: 100%;
}

.daohang>li:hover .yiji>li>a {
  line-height: 24px;
}

.yiji>li:hover .erji {
  top: 0px;
}

.yiji>li:hover .erji>li>a {
  line-height: 24px;
}

.erji>li:hover .sanji {
  top: 0px;
}

.erji>li:hover .sanji>li>a {
  line-height: 24px;
}

.matn {
  margin-top: auto !important;
}

.xiala {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  font-size: 0px;
  /*box-shadow:0 0 3px rgba(0,0,0,0.3);*/
  transition: 0.5s;
  visibility: visible;
  opacity: 1;
  display: none;
  top: 100%;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
  padding-top: 7px;
}

.xialan {
  display: flex;
  flex-flow: wrap;
  /*justify-content: space-between;*/
  padding: 25px 75px;
  background: #fff;
  border-radius: 10px;
}

.xllie {
  width: 33.333%;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #f1efeb;
  padding: 24px 0;
  padding-right: 10px;
}

.xltu {
  width: 137px;
  overflow: hidden;
}

.xltu img {
  width: 100%;
}

.xlzi {
  width: calc(100% - 159px);
  font-size: 20px;
  font-size: 2rem;
  line-height: 34px;
}

.xiala2 .xltu {
  width: 173px
}

.xiala2 .xlzi {
  width: calc(100% - 207px)
}

.xllie:nth-last-child(3) {
  border: none;
}

.xllie:nth-last-child(2) {
  border: none;
}

.xllie:nth-last-child(1) {
  border: none;
}

.daohang>li:hover .xiala {
  visibility: visible;
  opacity: 1;
  display: block;
}

/*  sousuo  */
.sousuo {
  float: right;
  margin-right: 39px;
}

.sousuo form {
  width: 303px;
  overflow: hidden;
  background: #fff;
  background: rgba(255, 255, 255, 0.64);
  transition: 0.5s;
  position: relative;
  z-index: 99999
}

.sou {
  width: 100%;
  height: 43px;
  line-height: 43px;
  padding-left: 13px;
  padding-right: 50px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
  background: none;
  font-family: Arial, "Arial Black", "sans-serif", Verdana;
}

.suo {
  width: 43px;
  height: 43px;
  background: none;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 2;
  border-radius: 50%;
  cursor: pointer;
}

.sou1 {
  width: 43px;
  height: 43px;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 1;
  border-radius: 50%;
  text-align: left;
  line-height: 43px;
  font-size: 20px !important;
}

.sou2 {
  display: none;
}

.headd {
  float: right;
  margin-top: 40px;
  margin-right: 10px;
}

.daohang2,
sousuo2,
.xnav {
  display: none
}

.headh {
  background: #333 !important;
}

/*  banner  */
.slide .carouse {
  width: 100%;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.slide .slideItem .banner-img {
  width: 100%;
}

.slide .carouse .slideItem {
  width: 100%;
  position: absolute;
}

.slide .console {
  height: 57px;
  display: inline-block;
  width: 35px;
  position: absolute;
  top: 40%;
}

.slide .dotList {
  position: absolute;
  left: 0;
  bottom: 21px;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.slide .dotList ul li {
  display: inline-block;
  cursor: pointer;
}

.slide .dotList ul li.active {
  width: 38px;
  background: #fff;
}

.slide .carousel-control {
  position: absolute;
  top: 45%;
  width: 62px;
  height: 62px;
  z-index: 999;
  display: none;
}

.slide .carousel-control.left {
  left: 0;
  cursor: pointer;
}

.slide .carousel-control.right {
  right: 0;
  cursor: pointer;
}

.slide .dotList ul li {
  cursor: pointer;
  font-size: 0px;
  margin-left: 2px;
  margin-right: 3px;
  border: none;
  outline: none;
  width: 7px;
  height: 7px;
  background: #0090ff;
  border-radius: 4px;
}

.slide .slidedetail {
  display: none;
}

.slide .slide-count {
  display: none;
}

@media screen and (max-width:1559px) {
  .daohang>li {
    margin-right: 40px;
  }

  .sousuo form {
    width: 200px;
  }

  .xialan {
    padding: 10px 20px;
  }

  .xllie {
    padding: 20px 0;
    padding-right: 10px;
  }

  .xltu {
    width: 137px;
  }

.xlzi {
    width: calc(100% - 159px);
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
}

  .xiala2 .xltu {
    width: 137px
  }

  .xiala2 .xlzi {
    width: calc(100% - 159px)
  }
}

@media screen and (max-width:1359px) {
  .logo {
    width: 180px;
  }

  .yvzhonga {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .daohang>li {
    margin-right: 20px;
  }

  .daohang>li>a {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .xltu {
    width: 100px;
  }

  .xlzi {
    width: calc(100% - 110px);
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
  }

  .xiala2 .xltu {
    width: 100px
  }

  .xiala2 .xlzi {
    width: calc(100% - 110px)
  }

  .sousuo {
    margin-right: 10px;
  }

  .sousuo form {
    width: 160px;
  }

  .slick-dots {
    bottom: 20px;
  }

  .slick-dots li button {
    margin: 0 6px;
    width: 12px;
    height: 12px;
  }

  .slick-prev,
  .slick-next {
    width: 50px;
    height: 50px;
  }
}

@media screen and (min-width:1000px) {

  .carousel,
  .nav,
  .clear2 {
    display: none
  }
}

@media screen and (max-width:999px) {
  .sousuo {
    float: right;
    width: 26px;
    height: 37px;
    position: relative;
    z-index: 9999;
    margin-top: 20px;
    margin-right: 20px;
    transition: 0.5s;
    display: none;
  }

  .sousuo form {
    width: 233px;
    height: 0px;
    overflow: hidden;
    position: absolute;
    right: 0px;
    top: 37px;
    background: #fff;
    border-radius: 4px;
    color: #2f3135;
    border: 0px solid rgba(0, 0, 0, 0);
    transition: 0.5s;
    z-index: 99999
  }

  .sou {
    width: 180px;
    height: 33px;
    line-height: 33px;
    border-radius: 4px;
    padding-left: 10px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #2f3135;
    background: none;
  }

  .suo {
    width: 26px;
    height: 35px;
    float: right;
    background: none;
    position: relative;
    z-index: 9999999;
    border-radius: 4px;
    cursor: pointer;
  }

  .sou2,
  .sou1 {
    display: block;
    width: 26px;
    height: 33px;
    text-align: center;
    line-height: 33px;
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 20px !important;
    color: #333;
    cursor: pointer;
    z-index: 99990;
    transition: 1s;
  }

  .sou1 {
    color: #2f3135;
    font-size: 20px !important;
  }

  .sousuof form {
    height: 35px;
    border: 1px solid #666
  }

  .head {
    background: #061d2a;
    position: fixed;
  }

  .head .zong {
    padding-bottom: 10px;
    padding-top: 10px;
    border: none;
  }

  .daohang {
    display: none;
  }

  .logo {
    width: 260px;
  }

  .yvn {
    margin-top: 2px;
    margin-right: 50px;
    font-size: 14px;
  }

  .yvzhonga {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .slick-dots {
    bottom: 20px;
  }

  .slick-dots li button {
    margin: 0 6px;
    width: 12px;
    height: 12px;
  }

  .slick-prev,
  .slick-next {
    width: 40px;
    height: 40px;
  }

  .slick-prev {
    left: 10px;
  }

  .slick-next {
    right: 10px;
  }

  .slick-slide video {
    object-position: inherit;
    object-fit: inherit;
    width: 100%;
    height: 100%;
    transform: translate(0, 0);
    left: 0;
    top: 0;
  }

  .xnav {
    display: block
  }

  .nav {
    position: fixed;
    width: 35px;
    height: 24px;
    background: #0090ff;
    right: 2.5%;
    top: 18px;
    cursor: pointer;
    border-radius: 5px;
    z-index: 999999999
  }

  .nav span {
    display: block;
    width: 20px;
    height: 2px;
    background: #ffffff;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    top: 50%;
    transition: 0.8s;
    z-index: 99999991
  }

  .nav .nav1 {
    margin-top: -1px;
  }

  .nav .nav2 {
    margin-top: -8px;
  }

  .nav .nav3 {
    margin-top: 6px;
  }

  .nav:hover .nav1 {
    width: 25px;
  }

  .navh .nav1 {
    transform: rotate(45deg)
  }

  .navh .nav2 {
    transform: rotate(-45deg);
    width: 10px;
    margin-left: -1px;
    margin-top: -5px;
  }

  .navh .nav3 {
    transform: rotate(-45deg);
    width: 9px;
    margin-top: 3px;
    margin-left: -8px;
  }

  .navh:hover .nav2 {
    margin-top: -8px;
    margin-left: 7px;
  }

  .navh:hover .nav3 {
    margin-top: 5px;
    margin-left: -12px;
  }

  .smdaohang {
    position: fixed;
    width: 300px;
    height: 0px;
    overflow: auto;
    top: 0px;
    right: 0px;
    background: #0090ff;
    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: 16px;
    width: 20px;
    height: 20px;
    background: #fff;
    background: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    border-radius: 50%;
    transition: 0.5s;
  }

  ul.topnav span:before {
    content: "";
    width: 6px;
    height: 2px;
    background: #333;
    position: absolute;
    left: 50%;
    margin-left: -3px;
    top: 50%;
    margin-top: 0px;
    transform: rotate(45deg);
    transform-origin: right center
  }

  ul.topnav span:after {
    content: "";
    width: 6px;
    height: 2px;
    background: #333;
    position: absolute;
    left: 50%;
    margin-left: -3px;
    top: 50%;
    margin-top: -1px;
    transform: rotate(-45deg);
    transform-origin: right center;
    transition: 0.5s;
  }

  ul.topnav span.yizi {
    transform: rotate(90deg)
  }

  .smdaohang form {
    margin-top: 15px;
    margin-bottom: 15px;
    width: 240px;
    height: 26px;
    border: 1px solid #fff;
    position: relative;
    background: #fff;
    border-radius: 13px;
  }

  .smdaohang form .iptc {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 15px;
    background-color: #fff;
    width: 80%;
    height: 24px;
    line-height: 24px;
    display: block;
    float: left;
    border-radius: 10px;
  }

  .smdaohang form .ipsc {
    width: 20%;
    height: 24px;
    line-height: 24px;
    display: block;
    float: right;
    background: transparent;
    position: relative;
    z-index: 99;
  }

  .smdaohang form i {
    position: absolute;
    right: 10px;
    top: 2px;
  }
}

@media screen and (min-width:768px) {
  .clear3 {
    display: none
  }
}

@media screen and (max-width:767px) {
  .yvzhonga {
    font-size: 12px;
    font-size: 1.2rem;
  }

  .yvzhonga em {
    font-size: 10px;
  }

  .yvzhonga i {
    font-size: 14px;
  }

  .slick-dots {
    bottom: 10px;
  }

  .slick-dots li button {
    margin: 0 4px;
    width: 10px;
    height: 10px;
  }

  .slick-prev,
  .slick-next {
    width: 32px;
    height: 32px;
  }
}

/*  main1  */
.main1 {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
}

.m1l {
  width: 38%;
}

.m1r {
  width: 55%;
}
.main1 .z-btn1 {
    border: 1px solid #7a7a7c;
    width: 180px;
    height: 48px;
    line-height: 48px;
    background: none;
    text-align: center;
    margin-left: 0px;
    position: relative;
    top: 30px;
    float: left;
}
.main1 .z-btn1:hover {
    border: 1px solid #0090ff;
}

.main1 .z-btn1:before {
    content: "";
    width: 0%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    transition: 0.5s;
}

.main1 .z-btn1 span:hover {
    color: #fff;
}

.m1biao {
  display: block;
  font-size: 4.2rem;
  line-height: 48px;
  font-family: MyriadPro-Bold, Arial, "Arial Black", "sans-serif", Verdana;
}

.m1pz a {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  margin-top: 25px;
  color: #666666;
  font-family: MyriadPro-Bold, Arial, "Arial Black", "sans-serif", Verdana;
}
.main1 .z-btn span {
    color: #666;
    position: relative;
    z-index: 999;
    transition: 0.5s;
    display: block;
    font-size: 16px;
}

.m1pz a:hover {
  color: #37bde8;
}
.main1 .z-btn1:hover:before {
    width: 100%;
    background: #0090ff;
    border: none;
}

@media screen and (max-width:1559px) {
  .m1biao {
    font-size: 50px;
    font-size: 5rem;
    line-height: 60px;
  }

  .m1pz a {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    margin-top: 15px;
  }
}

@media screen and (max-width:1359px) {
  .main1 {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .m1l {
    width: 40%;
  }

  .m1r {
    width: 56%;
  }

  .m1biao {
    font-size: 40px;
    font-size: 4rem;
    line-height: 50px;
  }
}

@media screen and (max-width:999px) {
  .main1 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .m1l {
    width: 100%;
  }

  .m1r {
    width: 100%;
    margin-top: 80px;
  }

  .m1biao {
    font-size: 30px;
    font-size: 3rem;
    line-height: 40px;
  }
}

@media screen and (max-width:767px) {
  .main1 {
    padding-top: 50px;
  }

  .m1biao {
    font-size: 3.6rem;
    line-height: 34px;
  }

  .m1pz a {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
    margin-top: 15px;
  }
}

/*  main2  */
.main2 {}

.m2tu {
  display: block;
  width: 95%;
  max-width: 1710px;
  padding-right: 48px;
  position: relative;
  cursor: pointer;
}

.m2tu span {
  display: block;
  overflow: hidden;
}

.bofang {
  width: 100px;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%) !important;
}

.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:1359px) {
  .m2tu {
    padding-right: 30px;
  }

  .bofang {
    width: 60px;
  }
}

@media screen and (max-width:999px) {
  .m2tu {
    padding-right: 20px;
  }

  .bofang {
    width: 40px;
  }
}

@media screen and (max-width:767px) {
  .tankaungn2 {
    position: fixed;
    left: 5%;
    top: 10%;
    right: 5%;
    bottom: 10%;
  }
}

/*  main3  */
.main3 {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}

.m3lie {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding-top: 135px;
  padding-bottom: 167px;
  position: relative;
  z-index: 1
}

.m3lie:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  /*background: #fff;*/
  z-index: -1;
  transition: 0.5s;
}

.m3lien {
  width: 90%;
  max-width: 280px;
  margin: auto;
}

.m3tu {
  display: block;
  width: 85px;
  position: relative;
  margin: auto;
}

.m3tu img {
  width: 100%;
  transition: 0.5s;
}

.m3tu2 {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
}

.m3zi {}

.m3a {
  display: block;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 30px;
  margin-top: 33px;
  color: #000000;
  font-family: MyriadPro-Bold, Arial, "Arial Black", "sans-serif", Verdana;
}

.m3p a {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 28px;
  color: #666666;
  height: 56px;
  margin-top: 28px;
  overflow: hidden;
}

.m3mor {
  display: block;
  width: 184px;
  height: 48px;
  line-height: 46px;
  font-size: 17px;
  font-size: 1.7rem;
  margin: auto;
  margin-top: 45px;
  text-align: center;
  color: #666666;
  border: solid 1px #666666;
}

.m3lie:hover .m3tu1 {
  opacity: 0
}

.m3lie:hover .m3tu2 {
  opacity: 1
}

.m3lie:hover:before {
  opacity: 0
}

.m3lie:hover .m3mor {
  color: #0090ff;
  border-color: #0090ff;
}

@media screen and (max-width:1359px) {
  .m3lie {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
    width: 100% !important;
    /*background: #fff !important;*/
    margin-bottom: 25px;
  }
  .m3tu {
    width: 60px;
  }

  .m3a {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
    margin-top: 20px;
  }

  .m3p a {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
    height: 52px;
    margin-top: 15px;
  }

  .m3mor {
    width: 120px;
    height: 40px;
    line-height: 38px;
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 25px;
  }
}

@media screen and (max-width:999px) {
  .m3lie {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .m3lie:hover:before {
    opacity: 1
  }

  .m3lie:nth-child(2):before {
    opacity: 0
  }

  .m3tu {
    width: 40px;
  }

  .m3a {
    font-size: 16px;
    font-size: 2.6rem;
    line-height: 24px;
    margin-top: 10px;
  }

  .m3p a {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    height: 48px;
    margin-top: 10px;
  }
}

@media screen and (max-width:767px) {
  .m3lie {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .m3mor {
    width: 100px;
    height: 36px;
    line-height: 34px;
    font-size: 12px;
    font-size: 1.2rem;
    margin-top: 15px;
  }

  .m3p a {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 22px;
    height: 44px;
    margin-top: 10px;
  }
}

@media screen and (max-width:399px) {
  .m3lie {
    width: 100%;
    padding: 10px 0;
  }

  .m3mor {
    display: none
  }

  .m3p a {
    height: auto;
  }
}

/*  main4  */
.main4 {}

.main4 .row {}

.main4 .owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.main4 .owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.main4 .owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.main4 .owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.main4 .owl-carousel .owl-item {
  float: left;
}

.main4 .owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.main4 .owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.main4 .owl-theme .owl-controls {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0px;
  bottom: 23px;
}

.main4 .owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.main4 .owl-theme .owl-controls .owl-page span {
  display: block;
  width: 23px;
  height: 23px;
  margin: 0 5px;
  border-radius: 50%;
  background: url("../img/m4dian.png") no-repeat center;
  background-size: cover !important;
  font-size: 0px;
}

.main4 .owl-theme .owl-controls .owl-page.active span {
  background: url("../img/m4dianh.png") no-repeat center;
}

.main4 .owl-theme .owl-buttons {
  width: 89px;
  height: 42px;
  position: relative;
  margin: auto;
  display: none !important
}

.main4 .owl-theme .owl-buttons div {
  width: 42px;
  height: 42px;
  background: #fff;
  position: absolute;
  line-height: 42px;
  font-size: 24px;
  transition: 0.5s;
}

.main4 .owl-theme .owl-prev {
  left: 0px;
}

.main4 .owl-theme .owl-next {
  right: 0px;
}

.main4 .owl-theme .owl-buttons div:hover {
  background: #3080f9;
  color: #fff;
}

.main4 .item {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 25px 0;
  z-index: 1
}

.main4 .item:before {
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  width: 50%;
  height: 100%;
  background: #02151c;
  background: rgba(2, 21, 28, 0.75);
  z-index: -1
}

.m4tu {
  width: 50%;
  text-align: right;
}

.m4zi {
  width: 50%;
}

.m4tun {
  display: inline-block;
  width: calc(100% - 70px);
  max-width: 700px;
}

.m4tun img {
  transform: scale(1) !important
}

.m4zin {
  width: calc(100% - 70px);
  max-width: 700px;
  padding-left: 214px;
}

.m4a {
  display: block;
  color: #37bde8;
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 54px;
  font-family: MyriadPro-Bold, Arial, "Arial Black", "sans-serif", Verdana;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}

.m4nav {
  font-size: 0px;
  padding-top: 15px;
}

.m4nav a {
  display: inline-block;
  vertical-align: top;
  border: solid 1px #ffffff;
  height: 35px;
  line-height: 33px;
  padding: 0 20px;
  color: #ffffff;
  font-size: 14px;
  font-size: 1.4rem;
  margin-right: 14px;
  margin-top: 10px;
}

.m4p {
  color: #e5e5e5;
  padding-top: 20px;
}

.m4p a p {
  display: block;
  color: #e5e5e5;
  padding-left: 23px;
  position: relative;
  margin-top: 10px;
}

.m4p a p:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #37bde8;
  border-radius: 50%;
  left: 0px;
  top: 10px;
}

.m4mor {
  display: block;
  width: 176px;
  height: 44px;
  line-height: 44px;
  padding-right: 47px;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  color: #ffffff;
  background: #0090ff;
  position: relative;
  margin-top: 38px;
}

.m4mor i {
  display: block;
  width: 47px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: #fff;
  color: #0090ff;
  font-size: 18px;
  position: absolute;
  right: 0px;
  top: 0px;
  transition: 0.5s;
}

.m4a:hover {
  color: #fff;
}

.m4nav a:hover {
  background: #37bde8;
  border-color: #37bde8;
}

.m4mor:hover {
  background: #fff;
  color: #0090ff;
}

.m4mor:hover i {
  background: #0090ff;
  color: #fff;
}

@media screen and (max-width:1559px) {
  .m4zin {
    padding-left: 50px;
  }
}

@media screen and (max-width:1359px) {
  .m4a {
    font-size: 38px;
    font-size: 3.8rem;
    line-height: 44px;
  }

  .m4nav {
    padding-top: 15px;
  }

  .m4nav a {
    height: 30px;
    line-height: 28px;
    padding: 0 10px;
    font-size: 12px;
    font-size: 1.2rem;
    margin-right: 5px;
    margin-top: 5px;
  }

  .m4p {
    padding-top: 10px;
  }

  .m4p p a {
    padding-left: 15px;
    margin-top: 5px;
  }

  .m4p p a:before {
    width: 8px;
    height: 8px;
    top: 8px;
  }

  .m4mor {
    width: 140px;
    height: 40px;
    line-height: 40px;
    padding-right: 40px;
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 20px;
  }

  .m4mor i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
}

@media screen and (max-width:999px) {
  .m4a {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 34px;
  }

  .main4 .owl-theme .owl-controls {
    bottom: 10px;
  }

  .main4 .owl-theme .owl-controls .owl-page span {
    width: 16px;
    height: 16px;
  }
}

@media screen and (max-width:767px) {
  .m4tun {
    width: 95%;
  }

  .m4zin {
    padding-left: 20px;
    width: 95%;
  }

  .m4a {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 30px;
  }
}

@media screen and (max-width:569px) {
  .main4 .item {
    padding: 0px;
  }

  .main4 .item:before {
    display: none;
  }

  .m4tu {
    width: 100%;
    text-align: center;
  }

  .m4zi {
    width: 100%;
    background: #02151c;
    background: rgba(2, 21, 28, 0.75);
    padding: 20px 0;
    padding-bottom: 40px;
  }

  .m4tun {
    width: 95%;
    max-width: 400px;
  }
}

/*  main5  */
.main5 {
  background: #f5f5f5;
  padding-top: 87px;
  padding-bottom: 92px;
}

.m5biao {
  display: block;
  text-align: center;
  color: #000000;
  font-family: MyriadPro-Bold, Arial, "Arial Black", "sans-serif", Verdana;
  font-size: 48px;
  font-size: 4.8rem;
}

.m5pz {
  line-height: 28px;
  text-align: center;
  max-width: 1400px;
  margin: auto;
  margin-top: 25px;
}

.m5pz a {
  display: block;
  text-align: center;
}

.m5n {
  background: #fff;
  display: flex;
  flex-flow: wrap;
  margin-top: 52px;
}

#outer {
  margin-top: 50px;
  font-size: 0px;
  position: relative;
}

#tab {
  zoom: 1;
  font-size: 0px;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  background: #fff;
}

.m5lie {
  width: 20%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding: 50px 10px;
  padding-bottom: 36px;
  transition: 0.5s;
  cursor: pointer;
}

.m5lie.current {
  background: #0090ff !important;
}

.m5lie.current .m5zi {
  color: #fff !important;
}

.m5lie.current .m5tu2 {
  opacity: 1 !important;
}

.m5lie.current .m5tu1 {
  opacity: 0 !important;
}

#content {
  display: block;
}

#content .tabul {
  display: none;
  font-size: 0px;
  vertical-align: middle;
}

.m5tu {
  display: block;
  width: 55px;
  margin: auto;
  position: relative;
}

.m5tu img {
  transition: 0.5s;
}

.m5tu1 {}

.m5tu2 {
  opacity: 0;
  position: absolute;
  left: 0px;
  top: 0px;
}

.m5zi {
  text-align: center;
  color: #393939;
}

.m5lie2 {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.m5lie2 .soa em {
  font-family: MyriadPro-Bold, Arial, "Arial Black", "sans-serif", Verdana;
}

.m5morz {
  text-align: right;
  margin-top: 82px;
}

.m5morz a {
  display: inline-block;
  color: #0090ff;
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
}

.m5morz a:hover {
  text-decoration: underline;
}

.main5 .row {}

.main5 .owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.main5 .owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.main5 .owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.main5 .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;
}

.main5 .owl-carousel .owl-item {
  float: left;
}

.main5 .owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.main5 .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);
}

.main5 .owl-theme .owl-controls {
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.main5 .owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.main5 .owl-theme .owl-controls .owl-page span {
  display: block;
  width: 23px;
  height: 23px;
  background: url("../img/m5dian.jpg") no-repeat center;
  background-size: cover !important;
  margin-right: 10px;
  border-radius: 50%;
  font-size: 0px;
}

.main5 .owl-theme .owl-controls .owl-page.active span,
.main5 .owl-theme .owl-controls.clickable .owl-page:hover span {
  background: url("../img/m5dianh.jpg") no-repeat center;
}

.main5 .owl-theme .owl-buttons {
  width: 89px;
  height: 42px;
  position: relative;
  margin: auto;
  display: none !important
}

.main5 .owl-theme .owl-buttons div {
  width: 42px;
  height: 42px;
  background: #fff;
  position: absolute;
  line-height: 42px;
  font-size: 24px;
  transition: 0.5s;
}

.main5 .owl-theme .owl-prev {
  left: 0px;
}

.main5 .owl-theme .owl-next {
  right: 0px;
}

.main5 .owl-theme .owl-buttons div:hover {
  background: #3080f9;
  color: #fff;
}

.main5 .item {
  padding-top: 25px;
}

.main5 .sozi {
  padding-bottom: 40px;
}

@media screen and (max-width:1359px) {
  .main5 {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .m5biao {
    font-size: 38px;
    font-size: 3.8rem;
    line-height: 44px;
  }

  .m5pz {
    margin-top: 15px;
  }

  .m5n {
    margin-top: 30px;
  }

  .m5lie {
    padding: 30px 10px;
  }

  #outer {
    margin-top: 30px;
  }

  .m5morz {
    margin-top: 60px;
  }

  .m5morz a {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
  }
}

@media screen and (max-width:999px) {
  .main5 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .m5biao {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 34px;
  }

  .m5tu {
    width: 40px;
  }

  .m5lie {
    padding: 10px 5px;
  }

  .m5zi {
    display: none;
  }

  .m5morz {
    margin-top: 30px;
  }

  .m5morz a {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
  }

  .main5 .owl-theme .owl-controls .owl-page span {
    width: 18px;
    height: 18px;
  }
}

@media screen and (max-width:767px) {
    #tab22 {
    width: 100% !important;
}
  .m5biao {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 20px;
  }

  .m5pz {
    margin-top: 10px;
  }

  .m5n {
    margin-top: 20px;
  }

  #outer {
    margin-top: 20px;
  }

  .m5morz {
    margin-top: 15px;
  }
}

/*  main6  */
.main6 {
  padding-top: 68px;
  padding-bottom: 110px;
}

.m6n {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 46px;
}

.m6l {
  width: 49.3%;
}

.m6r {
  width: 49.3%;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}

.m6lie {
  position: relative;
}

.m6tu {
  display: block;
  overflow: hidden;
}

.m6tu img {}

.m6zi {
  display: block;
  padding: 20px 10px;
  line-height: 44px;
  text-align: center;
  font-size: 22px;
  font-size: 2.2rem;
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 0px;
  background: rgba(3, 32, 41, 0.8);
  opacity: 0
}

.m6zi span {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  position: relative;
  padding-right: 57px;
  color: #ffffff !important;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}

.m6zi span em {
  font-style: normal;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  line-height: 22px;
  text-align: center;
  border: solid 1px #989898;
  color: #989898;
}

.m6r .m6lie {
  width: 49%;
  margin: 1% 0;
}

.m6lie:hover .m6zi {
  opacity: 1
}

.m6lie:hover .m6tu img {
  transform: scale(1.1)
}

@media screen and (max-width:1559px) {
  .m6zi {
    padding: 10px 5px;
    line-height: 30px;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .m6zi span {
    padding-right: 30px;
  }

  .m6zi span em {
    width: 20px;
    height: 20px;
    line-height: 16px;
    font-size: 12px;
  }
}

@media screen and (max-width:1359px) {
  .main6 {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .m6n {
    margin-top: 20px;
  }

  .m6zi {
    padding: 5px;
    line-height: 30px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width:999px) {
  .main6 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .m6zi {
    opacity: 1
  }
}

@media screen and (max-width:767px) {
  .m6l {
    width: 100%;
    max-width: 500px;
    margin: auto;
  }

  .m6r {
    width: 100%;
  }

  .m6zi {
    padding: 5px;
    line-height: 22px;
    font-size: 12px;
    font-size: 1.2rem;
  }

  .m6zi span {
    padding-right: 0px;
  }

  .m6zi span em {
    display: none;
  }
}

/*  main7  */
.main7 {
  background: url("../img/m7bei.jpg") no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  padding-top: 80px;
  padding-bottom: 40px;
}

.main7:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: url("../img/m7bei.jpg") no-repeat center;
  background-size: cover;
  z-index: -1
}

#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)
  }
}

.m7biao {
  color: #fff !important;
}

.m7biao:hover {
  text-decoration: underline;
}

.main7 .row {
  position: relative;
  margin-top: 10px;
  margin-left: -25px;
  margin-right: -25px;
}

.main7 .row:before {
  content: "";
  position: absolute;
  left: 25px;
  right: 25px;
  height: 1px;
  background: #ffffff;
  bottom: 96px;
}

.main7 .owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.main7 .owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.main7 .owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.main7 .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;
}

.main7 .owl-carousel .owl-item {
  float: left;
  padding: 0 25px;
}

.main7 .owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.main7 .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);
}

.main7 .owl-theme .owl-controls {
  text-align: center;
  margin-top: 10px;
}

.main7 .owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.main7 .owl-theme .owl-controls .owl-page span {
  display: block;
  width: 23px;
  height: 23px;
  background: #ffffff;
  margin: 0 5px;
  border-radius: 50%;
  background: url("../img/m7dian.png") no-repeat center;
  background-size: cover !important;
  font-size: 0px;
}

.main7 .owl-theme .owl-controls .owl-page.active span {
  background: url("../img/m7dianh.png") no-repeat center;
  opacity: 1;
}

.main7 .owl-theme .owl-buttons {
  width: 89px;
  height: 42px;
  position: relative;
  margin: auto;
  display: none !important
}

.main7 .owl-theme .owl-buttons div {
  width: 42px;
  height: 42px;
  background: #fff;
  position: absolute;
  line-height: 42px;
  font-size: 24px;
  transition: 0.5s;
}

.main7 .owl-theme .owl-prev {
  left: 0px;
}

.main7 .owl-theme .owl-next {
  right: 0px;
}

.main7 .owl-theme .owl-buttons div:hover {
  background: #3080f9;
  color: #fff;
}

.main7 .item {
  padding-top: 70px;
  padding-bottom: 42px;
}

.m7tu {
  display: block;
  box-shadow: 0px 9px 14px 2px rgba(5, 29, 37, 0.22);
  position: relative;
  z-index: 3
}

.m7zi {
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 26px;
  margin-top: 8px;
  padding-bottom: 25px;
  position: relative;
}

.main7 .m7zi:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background: #ffffff;
  border-radius: 50%;
  bottom: 4px;
  left: 50%;
  transform: translateX(-50%);
}

.main7 .item:hover .m7tu {
  transform: scale(1.2) translateY(10px);
}

.main7 .item:hover .m7tu img {
  transform: scale(1.1)
}

@media screen and (max-width:999px) {
  .main7 .item:hover .m7tu {
    transform: scale(1) translateY(0px);
  }

  .main7 .item:hover .m7tu img {
    transform: scale(1)
  }

  .main7 .item {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .main7 .row {
    margin-top: 30px;
    margin-left: -5px;
    margin-right: -5px;
  }

  .main7 .row:before {
    bottom: 56px;
    left: 5px;
    right: 5px;
  }

  .main7 .owl-carousel .owl-item {
    padding: 0 5px;
  }

  .m7tu {
    box-shadow: none;
  }

  .m7zi {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
  }
}

@media screen and (max-width:767px) {
  .main7 {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .main7 .owl-theme .owl-controls .owl-page span {
    width: 18px;
    height: 18px;
  }
}


/*  main8  */
.main8 {
  padding-top: 70px;
  padding-bottom: 77px;
}

#outer2 {
  margin-top: 27px;
  font-size: 0px;
  position: relative;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}

#outer2 #tab22 {
    width: 50%;
}
#outer2 #tab22 li{
    border-bottom: 1px solid #cecdcd;
    padding-bottom: 35px;
    padding-top: 32px;
    }

#tab2 {
  zoom: 1;
  font-size: 0px;
  position: relative;
  width: 49.14%;
  border-top: 1px solid #cecdcd;
}

#tab2 li {
  transition: 0.5s;
  cursor: pointer;
  z-index: 1;
  border-bottom: 1px solid #cecdcd;
  padding-bottom: 48px;
  padding-top: 32px;
}

.m8a {
  display: block;
  position: relative;
  padding-right: 140px;
  color: #333333;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
}

.m8a a {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  padding-left: 29px;
}

.m8a a:before {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  background: #999999;
  border-radius: 50%;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s;
}

.m8riqi {
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  color: #989898;
  font-size: 16px;
  font-size: 1.6rem;
  width: 95px;
}

.m8p {
  position: relative;
  margin-top: 26px;
}

.m8mor {
  display: block;
  width: 95px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  color: #999999;
}

.m8mor i {
  font-size: 20px !important;
}

.m8p2 {
  line-height: 22px;
  padding-right: 140px;
  padding-left: 29px;
}

.m8p2 a {
  color: #989898;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  ;
}

.m8a:hover a:before {
  background: #0090ff;
}

#tab2 li.current2 {}

#content2 {
  display: block;
  width: 43.2%;
}

#content2 .tabul2 {
  display: none;
  font-size: 0px;
  vertical-align: middle;
  background: #efefef;
  padding: 40px 55px;
  padding-top: 62px;
}

.m8tu {
  display: block;
  overflow: hidden;
}

.m8mor2 {
  position: relative;
}

@media screen and (max-width:1359px) {
  #tab2 {
    width: 50%;
  }

  #content2 {
    width: 47%;
  }

  #content2 .tabul2 {
    padding: 40px 20px;
  }

  #tab2 li {
    padding: 20px 0;
  }

  .m8p {
    margin-top: 10px;
  }

  .m8a {
    padding-right: 100px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
  }

  .m8a a {
    padding-left: 15px;
  }

  .m8a a:before {
    width: 6px;
    height: 6px;
  }

  .m8riqi {
    font-size: 14px;
    font-size: 1.4rem;
    width: 80px;
  }

  .m8mor {
    width: 80px;
  }

  .m8p2 {
    padding-right: 100px;
    padding-left: 15px;
  }
}

@media screen and (max-width:999px) {
  .main8 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  #tab2 li {
    padding: 10px 0;
  }
}

@media screen and (max-width:767px) {
  .main8 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
    .m9p p {
    font-size: 18px;
    line-height: 28px;}

  #tab2 {
    width: 100%;
  }

  #content2 {
    display: none;
  }

  .m8a {
    padding-right: 90px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
  }

  .m8riqi {
    font-size: 12px;
    font-size: 1.2rem;
    width: 70px;
  }

  .m8mor {
    width: 70px;
  }

  .m8p2 {
    padding-right: 90px;
  }
}

/*  main9  */
.main9 {
  background: #f5f5f5;
  padding-top: 47px;
  padding-bottom: 80px;
}

.m9n {
  position: relative;
}

.m9tu {
  text-align: center;
}

.m9tu img {
  display: inline-block;
}

.m9fu {
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 12px;
}

.m9a {
  width: 100%;
  background: url("../img/m9tiao.png") no-repeat center;
  background-size: 100% 100%;
}

.m9a .zong {
  display: block;
  color: #ffffff;
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 60px;
  padding: 21px 0;
  font-family: MyriadPro-Bold, Arial, "Arial Black", "sans-serif", Verdana;
}

.m9p {
  line-height: 26px;
  color: #8b8b8b;
  margin-top: 16px;
}

.m9p p {
  color: #8b8b8b;
}

#Marquee_x {
  overflow: hidden;
  margin-top: 25px;
}

#Marquee_x ul li,
#Marquee_x ul li div {
  float: left;
  line-height: 25px;
  overflow: hidden;
}

#Marquee_x ul li div {
  float: left;
  overflow: hidden;
  margin-right: 19px !important;
}

#Marquee_x ul li {}

#Marquee_x ul li div a {
  display: block;
  width: 265px;
  height: 0px;
  padding-bottom: 37%;
  background: #fff;
  border-radius: 10px;
  position: relative;
}

.zdkhtxt {
    width: 100%;
    display: block;
    font-size: 4.8rem;
    height: 70px;
    padding-left: 80px;
    margin-top: 50px;
    line-height: 70px;
}

#Marquee_x ul li div a img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s;
}

@media screen and (max-width:1359px) {
  .m9a .zong {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 40px;
    padding: 10px 0;
  }

  #Marquee_x ul li div {
    width: 200px;
    margin-right: 10px !important;
  }

  #Marquee_x ul li div a {
    width: 100%;
  }
}

@media screen and (max-width:999px) {
  .main9 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .m9fu {
    bottom: 10px;
  }

  #Marquee_x ul li div {
    width: 150px;
  }

  .m9a .zong {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 30px;
    padding: 10px 0;
  }
}

@media screen and (max-width:767px) {
  #Marquee_x ul li div {
    width: 135px;
    margin-right: 5px !important;
  }
    .fobiao {
        display: none !important;}

  .m9fu {
    position: relative;
    bottom: auto;
    margin-top: -88px;
  }

  .m9a .zong {
    font-size: 2.4rem;
    line-height: 40px;
  }

  .m9p {
    margin-top: 10px;
  }
    .zdkhtxt {
    font-size: 2.4rem !important;
    padding-left: 10px;
    height: 30px !important;
    margin-top: 30px !important;
    line-height: 30px !important;
}
}

/*  main10  */
.main10 {
  padding-top: 70px;
  padding-bottom: 128px;
  background: url("../img/m10bei.jpg") no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

.main10:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: url("../img/m10bei.jpg") no-repeat center;
  background-size: cover;
  z-index: -1
}

.m10n {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 57px;
}

.m10l {
  width: 39.3%;
}

.m10r {
  width: 58.214%;
  background: #37bde8;
  padding: 27px 35px;
  padding-bottom: 93px;
  background: url("../img/m10rbei.jpg") no-repeat center;
  background-size: cover;
}

.m10lie {
  padding: 26px 0;
}

.m10a {
  display: block;
  font-size: 30px;
  font-size: 3rem;
  line-height: 40px;
  color: #000000;
  font-family: MyriadPro-Bold, Arial, "Arial Black", "sans-serif", Verdana;
  padding-left: 26px;
  position: relative;
}

.m10a:before {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  background: #37bde8;
  border-radius: 50%;
  left: 0px;
  top: 15px;
}

.m10p {
  line-height: 26px;
  padding-left: 27px;
  margin-top: 12px;
  color: #8b8b8b;
}

.m10p a {
  color: #8b8b8b;
}

.m10xin {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}

.m10xin .int1 {
  width: 49%;
  margin-top: 26px;
}

.m10xin .int2 {
  width: 100%;
  margin-top: 26px;
}

.m10xin .int3 {
  width: 49%;
  margin-top: 26px;
  position: relative;
  padding-right: 138px;
}

.m10xin .int4 {
  width: 49%;
  margin-top: 26px;
}

.m10xin input {
  width: 100%;
  height: 43px;
  line-height: 41px;
  padding-left: 23px;
  padding-right: 10px;
  color: #666;
  font-size: 14px;
  font-size: 1.4rem;
  background: #ffffff;
  border: solid 1px #e5e5e5;
}

.m10xin textarea {
  width: 100%;
  height: 118px;
  line-height: 41px;
  padding-left: 23px;
  padding-right: 10px;
  color: #666;
  font-size: 14px;
  font-size: 1.4rem;
  background: #ffffff;
  border: solid 1px #e5e5e5;
}

.m10xin .yanzheng {
  width: 126px;
  height: 40px;
  position: absolute;
  right: 0px;
  top: 0px;
  cursor: pointer;
}

.m10xin .int4 input {
  padding: 0px;
  color: #37bde8;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: MyriadPro-Bold, Arial, "Arial Black", "sans-serif", Verdana;
  cursor: pointer;
  transition: 0.5s;
}

.m10xin .int4 input:hover {
  background: #37bde8;
  color: #fff;
}

.m10xin .xing input,
.m10xin .xing textarea {
  background: #fff url("../img/xing.jpg") no-repeat 11px 15px;
}

@media screen and (max-width:1359px) {
  .main10 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .m10n {
    margin-top: 36px;
  }

  .m10lie {
    padding: 15px 0;
  }

  .m10a {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 30px;
    padding-left: 20px;
  }

  .m10a:before {
    width: 6px;
    height: 6px;
    top: 12px;
  }

  .m10p {
    padding-left: 20px;
    margin-top: 7px;
  }
}

@media screen and (max-width:999px) {
  .main10 {
    padding-top: 30px;
    padding-bottom: 50px;
  }

  .m10l {
    width: 40%;
  }

  .m10r {
    width: 58%;
    padding: 10px 20px;
    padding-bottom: 30px;
  }

  .m10lie {
    padding: 10px 0;
  }

  .m10a {
    font-size: 20px;
    font-size: 2rem;
  }

  .m10xin .int1 {
    width: 49%;
    margin-top: 16px;
  }

  .m10xin .int2 {
    width: 100%;
    margin-top: 16px;
  }

  .m10xin .int3 {
    width: 49%;
    margin-top: 16px;
    padding-right: 88px;
  }

  .m10xin .int4 {
    width: 49%;
    margin-top: 16px;
  }

  .m10xin .yanzheng {
    width: 80px;
    height: 40px;
  }
}

@media screen and (max-width:767px) {
  .main10 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .m10n {
    margin-top: 20px;
  }

  .m10l {
    width: 100%;
  }

  .m10r {
    width: 100%;
    padding: 10px;
    padding-bottom: 24px;
    margin-top: 10px;
  }
}

@media screen and (max-width:449px) {
  .m10r {
    padding: 10px;
    padding-bottom: 20px;
  }

  .m10xin .int1 {
    width: 100%;
    margin-top: 10px;
  }

  .m10xin .int2 {
    width: 100%;
    margin-top: 10px;
  }

  .m10xin .int3 {
    width: 100%;
    margin-top: 10px;
    padding-right: 88px;
  }

  .m10xin .int4 {
    width: 100%;
    margin-top: 10px;
  }
}

/*  foot  */
.foot {
  background: #1c1c1c;
  padding-top: 80px;
}

.fot {
  display: flex;
  flex-flow: wrap;
  border-bottom: 1px solid #000000;
  padding-bottom: 100px;
}

.folie {
  display: inline-block;
  vertical-align: top;
}

.fo1 {
  width: 22%;
}

.fo2 {
  width: 15%;
  margin-left: 6%
}

.fo3 {
  width: 18%;
  margin-left: 3%
}

.fo4 {
  width: 19%;
  margin-left: 0%;
}

.fo5 {
  width: 13%
}

.fologo {
  width: 90%;
  max-width: 234px;
}

.fologo img {
  transform: scale(1) !important
}

.fopz {
  color: #999999;
  margin-top: 40px;
}

.fopz p {
  color: #999999;width: 228px;
}

.fobiao {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: block;
  color: #ffffff;
  font-family: MyriadPro-Bold, Arial, "Arial Black", "sans-serif", Verdana;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
}

.fonav {
  margin-top: 11px;
}

.fonav a {
  color: #999999;
}

.shejiao {
  display: flex;
  flex-flow: wrap;
  padding-top: 17px;
}

.shejiao a {
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
  border: solid 1px #ffffff;
  font-size: 12px;
  width: 36px;
  height: 36px;
  margin-top: 10px;
  border-radius: 50%;
  line-height: 34px;
  color: #fff;
  text-align: center;
}

.foxin {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  padding-top: 4px;
}

.foxin p {
  position: relative;
  padding-left: 51px;
  color: #ffffff;
  margin-top: 33px;
}

.foxin p i {
  color: #ffffff;
  font-size: 30px;
  position: absolute;
  left: 0px;
  top: 0px;
}

.foxin p a {
  color: #ffffff;
}

.fob {
  border-top: 1px solid #343434;
  padding-top: 20px;
  padding-bottom: 20px;
}

.fop {
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 30px;
  color: #999999;
}

.fop a {
  color: #999999;
}

.youlian {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 30px;
  text-align: center;
  color: #999999;
}

.youlian span,
.youlian a {
  color: #999999;
  display: inline-block;
  vertical-align: middle;
}

.youlian a {
  margin: 0 5px;
}

.foot a:hover {
  color: #fff;
}
.zhichi a {
    color: #999999;
    font-size: 1.6rem;
    line-height: 34px;
    display: block;
}
.zhichi{margin-top: 11px;}
.shejiao a:hover {
  background: #37bde8;
  border-color: #37bde8;
  color: #fff;
}

@media screen and (max-width:1399px) {
  .fo1 {
    width: 18%;
  }

  .fo2 {
    width: 18%;
    margin-left: 3%
  }

  .fo3 {
    width: 16%;
    margin-left: 2%
  }

  .fo4 {
    width: 20%;
    margin-left: 2%
  }

  .fo5 {
    width: 15%
  }

  .shejiao a {
    width: 30px;
    height: 30px;
    line-height: 28px;
  }

  .foxin {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 30px;
    padding-top: 24px;
  }

  .foxin p {
    padding-left: 35px;
    margin-top: 10px;
  }

  .foxin p i {
    font-size: 20px;
  }
}

@media screen and (max-width:999px) {
  .foot {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .fot {
    padding-bottom: 40px;
  }

  .shejiao {
    padding-top: 7px;
  }

  .shejiao a {
    font-size: 12px;
    width: 30px;
    height: 30px;
    margin-top: 10px;
    line-height: 28px;
  }
}

@media screen and (max-width:767px) {
  .foot {
    padding-top: 0px;
    padding-bottom: 60px;
  }

  .fot {
    padding-bottom: 0px;
  }

  .fo1,
  .fo2,
  .fo3,
  .fo5 {
    display: none;
  }

  .fo4 {
    text-align: center;
    width: 100%;
  }

  .shejiao {
    max-width: 240px;
    margin: auto;
  }

  .foxin {
    display: none;
  }

  .fop {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 22px;
  }
}

.lianxi {
  position: fixed;
  width: 46px;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99999
}
.lianxi div{
  position: relative;
}
.lx-font{
  width: 200px;
  background-color: 	rgba(0,144,255,0.8);
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  padding: 10px;
  border-radius: 10px;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
 display: none;
 transition: 0.5;
}
.lianxi div:hover
.lx-font{
 display: block;
}



.lianxi div a {
  display: block;
  margin-top: 1px;
  width: 46px;
  height: 52px;
  text-align: center;
  line-height: 52px;
  font-size: 24px;
  background: #dfdfdf;
  color: #fff;
  margin-top: 2px;
  border-radius: 5px 0 0 5px;
  cursor: pointer;
}

.ke1 {
  background: #000000
}

.ke2 {
  background: #555555
}

.ke3 {
  background: #000000
}

.ke4 {
  background: #15418f
}

.weixin {
  position: relative;
  cursor: pointer;
}

.weixin img {
  position: absolute;
  width: 149px;
  height: 150px;
  top: 0px;
  left: -149px;
  max-width: none;
  display: none;
}

.weixin:hover img {
  display: block;
}

.weixin2,
.tankuang {
  display: none
}

.tankuang {
  position: absolute !important;
  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: #0090ff;
}

.clear2 {
  display: none
}

@media screen and (max-width:999px) {
  .lianxi div{
    position: relative;
  }
  .lianxi div:hover .lx-font{
    display: none;
  }
  .lx-font{
    top: -100%;
    left: 0px;
    padding: 6px;
    width: 163px;
  }
  .youlian {
    display: 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: 20%;
    float: left;
  }

  .lianxi div a {
    margin: auto;
    width: 100%;
    background: #0090ff;
    height: 60px;
    line-height: 60px;
    color: #fff !important;
    border-radius: 0px;
  }

  .weixin2 {
    display: block
  }

  .weixin1 {
    display: none
  }
}


/****************************  product  ***************************/
.fenbanner {
  background: url("../img/fenbanner.jpg") no-repeat center top;
  background-size: cover;
  padding-top: 252px;
  padding-bottom: 285px;
}
.fenbanner_cp {
  background: url("../img/fenbanner_cp.jpg") no-repeat center top;
  background-size: cover;
  padding-top: 252px;
  padding-bottom: 285px;
}
.fenbanner_gy {
  background: url("../img/fenbanner_gy.jpg") no-repeat center top;
  background-size: cover;
  padding-top: 252px;
  padding-bottom: 285px;
}
.fenbanner_xw {
  background: url("../img/fenbanner_xw.jpg") no-repeat center top;
  background-size: cover;
  padding-top: 252px;
  padding-bottom: 285px;
}
.fenbanner_lx {
  background: url("../img/fenbanner_lx.jpg") no-repeat center top;
  background-size: cover;
  padding-top: 252px;
  padding-bottom: 285px;
}

.fenbanner .zong,.fenbanner_cp .zong,.fenbanner_gy .zong,.fenbanner_xw .zong,.fenbanner_lx .zong {
  text-align: center;
}

.fenbiao {
  font-size: 100px;
  font-size: 6rem;
  line-height: 110px;
  color: #fff;
}

.mianbao {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  margin-top: 20px;
  color: #fff;
}

.mianbao a {
  color: #fff;
}

.mianbao a:hover,
.comian {
  color: #fff !important;
}

@media screen and (max-width:1359px) {
  .fenbanner {
    padding-top: 230px;
    padding-bottom: 150px;
  }

  .fenbiao {
    font-size: 60px;
    font-size: 6rem;
    line-height: 70px;
  }

  .mianbao {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
    margin-top: 20px;
  }
}

@media screen and (max-width:999px) {
  .fenbanner {
    padding-top: 120px;
    padding-bottom: 100px;
  }

  .fenbiao {
    font-size: 40px;
    font-size: 4rem;
    line-height: 50px;
  }

  .mianbao {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    margin-top: 10px;
  }
}

@media screen and (max-width:767px) {
  .fenbanner,.fenbanner_cp,.fenbanner_gy,.fenbanner_xw,.fenbanner_lx {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .fenbiao {
    font-size: 30px;
    font-size: 3rem;
    line-height: 40px;
  }

  .mianbao {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 22px;
    margin-top: 10px;
  }
}

.pr1main1 {}

.pr1lie {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
}

.pr1tu {
  display: block;
  overflow: hidden;
  width: 810px;
}

.pr1zi {
  width: calc(100% - 810px);
  padding-top: 20px;
  padding-bottom: 20px;
}

.pr1zin {
  width: 90%;
  max-width: 845px;
  text-align: left;
  display: inline-block;
}

.pr1a {
  display: block;
  font-size: 42px;
  font-size: 4.2rem;
  line-height: 50px;
  padding-left: 19px;
  text-align: left;
  position: relative;
}

.pr1a:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 35px;
  background: #0090ff;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.pr1p {
  margin-top: 46px;
  text-align: left;
}

.pr1p a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.pr1b {
  display: flex;
  flex-flow: wrap;
  /*justify-content: space-between;*/
}

.pr11lie {
  width: 25%;
  padding: 2px;
  margin-top: 12px;
}

.pr11tu {
  display: block;
  overflow: hidden;
}

.pr11zi {
  display: block;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  margin-top: 25px;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}

.pr11mor {
  display: block;
  width: 161px;
  height: 49px;
  line-height: 49px;
  font-size: 18px;
  font-size: 1.8rem;
  margin-top: 58px;
  color: #ffffff;
  text-align: center;
  background-color: #3abee9;
  box-shadow: 0px 1px 17px 1px rgba(0, 0, 0, 0.09);
}

.pr1lie1 {
  flex-direction: row-reverse;
}

.pr1lie1 .pr1zi {
  text-align: right;
}

.pr1lie1 .pr1zin {
  text-align: right;
  padding-right: 80px;
}

.pr1lie2 {
  background: #f9f9f9;
}

.pr1lie2 .pr1zin {
  padding-left: 80px;
}

.pr11mor:hover {
  background: #333;
  color: #fff;
}

@media screen and (max-width:1659px) {
  .pr1tu {
    width: 600px;
  }

  .pr1zi {
    width: calc(100% - 600px);
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .pr1a {
    font-size: 30px;
    font-size: 3rem;
    line-height: 40px;
    padding-left: 12px;
  }

  .pr1a:before {
    width: 3px;
    height: 25px;
  }

  .pr1p {
    margin-top: 15px;
  }

  .pr11zi {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
    margin-top: 10px;
  }

  .pr11mor {
    width: 130px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 20px;
  }

  .pr1lie1 .pr1zin {
    padding-right: 40px;
  }

  .pr1lie2 .pr1zin {
    padding-left: 40px;
  }
}

@media screen and (max-width:1359px) {
  .pr1tu {
    width: 500px;
  }

  .pr1zi {
    width: calc(100% - 500px);
  }

  .pr1a {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 30px;
    padding-left: 12px;
  }

  .pr11zi {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    margin-top: 5px;
  }

  .pr11mor {
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 10px;
  }

  .pr1zin {
    width: 95%;
  }

  .pr1lie1 .pr1zin {
    padding-right: 20px;
  }

  .pr1lie2 .pr1zin {
    padding-left: 20px;
  }
}

@media screen and (max-width:999px) {
  .pr1tu {
    display: none;
  }

  .pr1zi {
    width: 100%;
    text-align: center !important;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .pr1zin {
    max-width: none;
  }

  .pr1lie1 .pr1zin {
    padding-right: 0px;
  }

  .pr1lie2 .pr1zin {
    padding-left: 0px;
  }

  .pr1a {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media screen and (max-width:767px) {
  .pr11zi {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 22px;
    margin-top: 5px;
  }
}

@media screen and (max-width:599px) {
  .pr11lie {
    width: 50%;
    padding: 3px;
    margin-top: 5px;
  }

  .pr11mor {
    margin-top: 15px;
  }
}

.pr1main2 {
  background: url("../img/pr12bei.jpg") no-repeat center;
  background-size: cover;
  padding: 117px 0;
  margin-top: 80px;
}

.pr1main2 .zong {
  font-size: 0px;
  display: flex;
  flex-flow: wrap;
  justify-content: space-around;
}

.pr12lie {
  width: 18%;
  max-width: 180px;
  padding: 10px;
  display: inline-block;
  vertical-align: top;
  background: #50c1e6;
  border-radius: 50%;
}

.pr12lien {
  height: 0px;
  padding-bottom: 100%;
  position: relative;
}

.pr12lien2 {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.pr12tu {
  display: block;
  width: 55px;
  margin: auto;
}

.pr12zi {
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  width: 100%;
}

@media screen and (max-width:999px) {
  .pr1main2 {
    padding: 50px 0;
    margin-top: 20px;
  }

  .pr12zi {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .pr12tu {
    width: 35px;
  }
}

@media screen and (max-width:767px) {
  .pr12zi {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 22px;
  }
}

@media screen and (max-width:559px) {
  .pr1main2 {
    padding: 20px 0;
    margin-top: 0px;
  }

  .pr1main2 .zong {
    display: block;
  }

  .pr12lie {
    width: 32.33%;
    margin-left: 1.5%;
    margin-top: 10px;
  }

  .pr12lie:nth-child(3n-2) {
    margin-left: 0px;
  }
}

.pr1main3 {
  padding-top: 78px;
  padding-bottom: 17px;
}

.pr13biao {
  text-align: center;
}

.pr13biao2 {
  display: inline-block;
}

.pr13n {
  padding-top: 74px;
  font-size: 0px;
}

.pr13lie {
  width: 30.4%;
  margin-left: 2.933%;
  margin-top: 20px;
  display: inline-block;
  vertical-align: top;
}

.pr13lie:nth-child(3n-2) {
  margin-left: 0px;
}

.pr13tu {
  display: block;
  overflow: hidden;
}

.pr13zi {
  color: #666464;
  display: block;
  text-align: center;
  margin-top: 19px;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}

.prtag {
  color: #8a8a8a;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  margin-top: 19px;
}

.prtag span {
  display: inline-block;
  vertical-align: middle;
  color: #24b8e6;
  font-family: MyriadPro-Bold, Arial, "Arial Black", "sans-serif", Verdana;
}

.prtag a {
  color: #8a8a8a;
}

.prtag a:hover {
  color: #24b8e6;
}

.prma10 {
  background: none
}

.prma10:before {
  display: none;
}

@media screen and (max-width:1359px) {
  .pr1main3 {
    padding-top: 40px;
    padding-bottom: 17px;
  }

  .pr13n {
    padding-top: 20px;
  }

  .pr13lie {
    width: 30.4%;
    margin-left: 2.933%;
    margin-top: 20px;
  }

  .prtag {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
    margin-top: 19px;
  }
}

@media screen and (max-width:999px) {
  .pr1main3 {
    padding-top: 30px;
    padding-bottom: 17px;
  }

  .pr13n {
    padding-top: 10px;
  }

  .pr13lie {
    width: 32.33%;
    margin-left: 1.5%;
    margin-top: 15px;
  }

  .pr13zi {
    margin-top: 10px;
  }

  .prtag {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    margin-top: 19px;
  }
}

@media screen and (max-width:767px) {
  .prtag {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 22px;
    margin-top: 19px;
  }
}

@media screen and (max-width:599px) {
  .pr1main3 {
    padding-top: 25px;
    padding-bottom: 10px;
  }

  .pr13lie {
    width: 49%;
    margin-left: 2%;
    margin-top: 15px;
  }

  .pr13lie:nth-child(2n-1) {
    margin-left: 0px;
  }

  .pr13lie:nth-child(3) {
    display: none;
  }
}

/****************************  product  ***************************/

.prmain {
  padding-top: 60px;
  padding-bottom: 120px;
}

.prmain:after {
  content: "";
  clear: both;
  display: block;
}

.prl {
  width: 340px;
  float: left;
}

.prr {
  width: calc(100% - 370px);
  float: right;
}


.prsousuo {
  width: 100%;
  height: 83px;
  margin-top: 21px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  border-radius: 10px;
  background: #f3f3f3;
}

.prsou {
  width: 100%;
  height: 83px;
  line-height: 83px;
  padding-left: 26px;
  padding-right: 240px;
  font-size: 14px;
  font-size: 1.4rem;
  background: none;
  color: #666666;
  border-radius: 10px;
}

.prsuo {
  width: 237px;
  height: 83px;
  font-size: 24px;
  font-size: 2.4rem;
  cursor: pointer;
  background: #37bde8;
  position: absolute;
  right: 0px;
  top: 0px;
  border-radius: 10px;
  font-family: MyriadPro-Bold, Arial, "Arial Black", "sans-serif", Verdana;
  z-index: 3;
  color: #ffffff;
}


.j-nextshow {
  position: relative;
  margin-bottom: 20px;
}

.proslide_menubtn {
  width: 19px;
  height: 21px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 12px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  z-index: 9999;
}

.proslide_menubtn span {
  display: none;
  width: 100%;
  height: 3px;
  border-radius: 2px;
  margin-bottom: 4px;
  background-color: #FFFFFF;
}

.prbiao {
  display: block;
  font-size: 28px;
  font-size: 2.8rem;
  background: #0090ff;
  border: 1px solid #0090ff;
  line-height: 33px;
  position: relative;
  padding: 15px 12px;
  color: #ffffff;
}

a.prbiao:hover {
  color: #0090ff;
  background: #fff;
}

.pryiji {}

.pryiji>li>a {
  display: block;
  border-bottom: solid 1px #e1e1e1;
  font-size: 20px;
  font-size: 2rem;
  line-height: 10px;
  padding: 25px 16px;
  position: relative;
}

/*
.pryiji>li>a:before{ content:""; position:absolute; width:9px; height:1px; background:#333333; right:0px; top:50%; margin-top:-1px;}
.pryiji>li>a:after{ content:""; position:absolute; width:9px; height:1px; background:#333333; right:0px; top:50%; margin-top:-1px; transform:rotate(90deg); transition:0.5s;}
*/

.prerji {
  padding: 7px 0;
}

.prerji li a {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 36px;
  padding-left: 13px;
  color: #666666;
}

.prerji>li>a {
  position: relative;
}

.prsanji {
  padding-left: 30px;
}

.pryiji>li:hover>a {
  color: #3abee9;
}

.pryiji>li:hover>a:after {
  transform: rotate(0deg) !important;
  background: #3abee9 !important;
}

.prerji li:hover>a {
  color: #3abee9;
}

.prerji li:hover>a:before {
  background: #3abee9;
}

.dangpryi>a {
  color: #333 !important;
}

.dangprer>a {
  color: #3abee9 !important;
}

.dangprer>a:before {
  background: #3abee9 !important;
}

.dangpryi>a:after {
  transform: rotate(0deg) !important;
  background: #3abee9 !important;
}

.prlb {
  margin-top: 41px;
}

.prlbn {}

.prlblie {
  background: #f9f9f9;
  padding: 17px 14px;
  margin-top: 27px;
  margin-bottom: 5px;
  max-width: 316px;
  transition: 0.5s;
}

.prlblie:hover {
  background: #3abee9;
  box-shadow: 0px 1px 17px 1px rgba(0, 0, 0, 0.09);
}

.prlblie:hover a {
  color: #fff;
}

.prtag {
  margin-top: 35px;
}

.prlcbiao {
  background: #93928c;
  line-height: 26px;
  padding: 10px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #ffffff;
  font-family: Poppins;
  position: relative;
}

.prlcbiao i {
  color: #ffffff;
  font-size: 22px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -13px;
}

.prlcn {
  padding-top: 27px;
}

.prlcn a {
  display: inline-block;
  line-height: 36px;
  margin-left: 14px;
  margin-right: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666666;
}

.prlcn a:hover {
  color: #3abee9;
}

.prrt {
  padding-bottom: 9px;
}

.prrtbiao {
  font-size: 38px;
  font-size: 3.8rem;
  line-height: 45px;
  padding-left: 11px;
  position: relative;
}

.prrtbiao:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 35px;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  background: #0090ff;
}

.prrtn {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  color: #666666;
  margin-top: 48px;
}

.prrtn p,
.prrtn em,
.prrtn strong {
  color: #666666;
}

.przhan {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}

.przhanh {
  height: auto !important;
}

.fuc {
  display: block;
  width: 100%;
  height: 152px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000000), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}

.zhankai {
  cursor: pointer;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  margin-top: 0px;
  color: #3abee9;
  text-decoration: underline;
}

.fuch {
  display: none !important;
}

.prlie input {
  cursor: pointer;
}

.prn {
  display: flex;
  flex-flow: wrap;
  padding-top: 40px;
}

.prlie {
  width: 30.66%;
  float: left;
  margin-left: 4%;
  background: #f9f9f9;
  padding: 17px 14px;
  padding-bottom: 38px;
  margin-top: 30px;
  margin-bottom: 22px;
  transition: 0.5s;
  position: relative;
}

.prlie:nth-child(3n-2) {
  margin-left: 0px;
}

.prtu {
  display: block;
  overflow: hidden;
  position: relative;
}

.prtu img {
  width: 100%;
  transition: 0.5s;
}

.pra {
  display: block;
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
  margin-top: 29px;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}

.prin {
  text-align: center;
  margin-top: 19px;
}

.prin input {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

.prmor {
  display: inline-block;
  vertical-align: middle;
  color: #3abee9;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  margin-left: 22px;
}

.prlie:hover {
  background: #0090ff;
  box-shadow: 0px 1px 17px 1px rgba(0, 0, 0, 0.09);
}

.prlie:hover a {
  color: #fff;
}

.fenye {
  padding-top: 19px;
  text-align: center;
}

.fenyen {
  display: inline-block;
  *float: left;
  font-size: 0px;
}

.fenyen .no:hover {
  border: solid 1px #e5e5e5;
  background-color: #fff;
  color: #999999 !important;
}

.fenyen a {
  display: inline-block;
  /**float: left;
  width: 35px;
  height: 30px;*/
  text-align: center;
  line-height: 28px;
  margin-right: 4px;
  margin-left: 4px;
  color: #999999;
  margin-bottom: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  background: #fff;
  border: solid 1px #e5e5e5;
}

.fenyen a:hover {
  color: #fff;
  background: #24b8e6;
  border: 1px solid #24b8e6;
}

.fenyen .sx {
  width: auto;
  padding: 0 16px;
}

.dangqianfen,
.fenyen .active {
  border: 1px solid #3abee9 !important;
  color: #fff !important;
  background: #3abee9 !important;
}

.fuxuan {
  margin-left: 1px;
  display: inline-block;
  *float: right;
  margin-bottom: 10px;
}

.fuxuan input {
  width: 161px;
  height: 30px;
  border: 1px solid #e5e5e5;
  background: #fff;
  color: #999999;
  cursor: pointer;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  font-size: 14px;
  font-size: 1.4rem;
}

.fuxuan input:hover {
  background: #3abee9;
  border: 1px solid #3abee9;
  color: #fff;
}

.prrb {
  max-width: 658px;
  margin: auto;
  padding-top: 52px;
}

.prbbiao {
  font-size: 42px;
  font-size: 4.2rem;
  line-height: 54px;
  text-align: center;
  font-family: MyriadPro-Bold, Arial, "Arial Black", "sans-serif", Verdana;
}

.prrbp {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 30px;
  color: #999999;
  text-align: center;
}

.prlt2 {
  display: none
}

.prmain5 {
  margin-bottom: 130px;
}

@media screen and (max-width:1559px) {
  .prl {
    width: 280px;
  }

  .prr {
    width: calc(100% - 300px);
  }

  .prbiao {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 33px;
    padding: 10px;
  }

  .pra {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    margin-top: 10px;
  }

  .prmor {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 30px;
    margin-left: 10px;
  }
}

@media screen and (max-width:1359px) {
  .prrtbiao {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 35px;
    padding-left: 11px;
  }

  .prrtn {
    margin-top: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .prn {
    padding-top: 0px;
  }

  .prlbn {
    padding-top: 5px;
  }

  .prlblie {
    padding: 10px;
    margin-top: 15px;
  }

  .prlie {
    margin-top: 20px;
    margin-bottom: auto;
    width: 32.33%;
    margin-left: 1.5%;
    padding: 10px;
  }

  .prin {
    margin-top: 5px;
  }

  .prrb {
    padding-top: 30px;
  }

  .prbbiao {
    font-size: 30px;
    font-size: 3rem;
    line-height: 44px;
  }

  .prsousuo {
    height: 50px;
    margin-top: 21px;
  }

  .prsou {
    height: 50px;
    line-height: 50px;
    padding-left: 26px;
    padding-right: 120px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .prsuo {
    width: 110px;
    height: 50px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width:999px) {
  .prmain {
    padding-top: 30px;
    padding-bottom: 38px;
  }

  .prl {
    width: 220px;
  }

  .prr {
    width: calc(100% - 240px);
  }

  .prbiao {
    font-size: 20px;
    font-size: 2rem;
  }

  .prsou {
    font-size: 12px;
    font-size: 1.2rem;
    padding-left: 10px;
  }

  .pryiji>li>a {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 10px;
    padding: 10px 0;
    line-height: 24px;
  }

  .prerji li a {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .prerji li a:before {
    width: 5px;
    height: 5px;
    top: 17px;
  }

  .prlb {
    margin-top: 20px;
  }

  .prlcn {
    padding-top: 15px;
  }

  .prlcn a {
    font-size: 14px;
    font-size: 1.4rem;
    margin-left: 0px;
    margin-right: 15px;
  }

  .pra {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 10px;
  }

  .prlie,
  .prlblie {
    padding: 5px;
  }

  .fenye {
    padding-top: 35px;
  }

  .fenyen a {
    width: 28px;
    height: 28px;
    line-height: 28px;
    margin-right: 2px;
    margin-left: 2px;
    font-size: 12px;
    font-size: 1.2rem !important;
  }

  .fenyen a i {
    font-size: 12px;
  }

  .fuxuan input {
    width: 120px;
    height: 26px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media screen and (max-width:767px) {
  .prmain {
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .prl {
    width: 100%;
    margin-top: 20px;
  }

  .prr {
    width: 100%;
  }

  .proslide_menubtn,
  .proslide_menubtn span {
    display: block;
  }

  .pryiji {
    display: none
  }

  .pra {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .prlie p a,
  .prrtn {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 22px;
  }

  .prlt2 {
    display: block;
    margin-bottom: 20px;
  }

  .prlt1 {
    display: none;
  }

  .prbiao {
    font-size: 18px;
    font-size: 1.8rem;
  }

  a.prbiao:hover {
    color: #fff;
    background: #3abee9;
  }

  .pryiji>li {
    position: relative;
  }

  .pryiji>li>i {
    display: block;
    width: 30px;
    height: 35px;
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
  }

  .pryiji>li>i:before {
    content: "";
    position: absolute;
    width: 14px;
    height: 2px;
    background: #3abee9;
    left: 50%;
    margin-left: -7px;
    top: 50%;
    margin-top: -1px;
  }

  .pryiji>li>i:after {
    content: "";
    position: absolute;
    width: 14px;
    height: 2px;
    background: #3abee9;
    left: 50%;
    margin-left: -7px;
    top: 50%;
    margin-top: -1px;
    transform: rotate(90deg);
    transition: 0.5s;
  }

  /*.prerji{ display:none}*/
  .pryiji>li>.dangi:after {
    transform: rotate(0deg) !important;
  }

  .pryiji>li>a {
    padding: 5px 10px;
    line-height: 25px;
    padding-right: 34px;
    position: relative;
  }

  .prtag {
    margin-top: 20px;
  }

  .prlcn a {
    font-size: 12px;
    font-size: 1.2rem;
    margin-right: 3px;
    margin-bottom: 3px;
  }

  .prlie {
    padding: 0px;
  }

  .przi {
    padding-bottom: 10px;
  }

  .pra {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 20px;
  }

  .prin {
    margin-top: 5px;
    padding: 0px;
  }

  .prmor {
    font-size: 12px;
    font-size: 1.2rem;
  }

  .prlbn {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
  }

  .prlblie {
    width: 49%;
  }
}

@media screen and (max-width:579px) {
  .prlie {
    width: 48%;
    margin-left: 1% !important;
    margin-right: 1%;
    margin-top: 20px;
  }

  .prrt {
    padding: 5px;
    min-height: 104px;
  }

  .prttu {
    width: 140px;
  }

  .prtzi {
    margin-left: 150px;
  }

  .prta {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 0px;
  }

  .prtp {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 22px;
    max-height: 44px;
    margin-top: 0px;
  }

  .prtmor {
    margin-top: 5px;
  }

  .prtmora1 {
    min-width: 60px;
    margin-left: 2px;
  }

  .prtmora2 {
    margin-right: 0px;
  }

  .prrtbiao {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 22px;
  }
}

/****************************  product3  ***************************/
.mianbao2 {
  color: #5e5e5e;
  padding-top: 25px;
}

.mianbao2 a {
  color: #5e5e5e;
}

.pr3main1 {
  background: #f7f7f7;
  padding: 50px 0;
  padding-bottom: 79px;
  margin-top: 43px;
}

.pr3main1 .zong {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}

.zoomPad {
  position: relative;
  float: left;
  z-index: 99;
  cursor: crosshair;
}

.zoomPreload {
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #333;
  font-size: 12px;
  font-family: Tahoma;
  text-decoration: none;
  border: 1px solid #CCC;
  background-color: white;
  padding: 8px;
  text-align: center;
  background-image: url(../img/zoomloader.gif);
  background-repeat: no-repeat;
  background-position: 43px 30px;
  z-index: 110;
  width: 90px;
  height: 43px;
  position: absolute;
  top: 0px;
  left: 0px;
  * width: 100px;
  * height: 49px;
}

.zoomPup {
  overflow: hidden;
  background-color: #FFF;
  -moz-opacity: 0.6;
  opacity: 0.6;
  filter: alpha(opacity=60);
  z-index: 120;
  position: absolute;
  border: 1px solid #CCC;
  z-index: 101;
  cursor: crosshair;
}

.zoomOverlay {
  position: absolute;
  left: 0px;
  top: 0px;
  background: #FFF;
  z-index: 5000;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 101;
}

.zoomWindow {
  position: absolute;
  left: 110%;
  top: 40px;
  background: #FFF;
  z-index: 6000;
  height: auto;
  z-index: 10000;
  z-index: 110;
}

.zoomWrapper {
  position: relative;
  border: 1px solid #999;
  z-index: 110;
}

.zoomWrapperTitle {
  display: block;
  background: #999;
  color: #FFF;
  height: 18px;
  line-height: 18px;
  width: 100%;
  overflow: hidden;
  text-align: center;
  font-size: 10px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 120;
  -moz-opacity: 0.6;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.zoomWrapperImage {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 110;
}

.zoomWrapperImage img {
  border: 0px;
  display: block;
  position: absolute;
  z-index: 101;
}

.zoomIframe {
  z-index: -1;
  filter: alpha(opacity=0);
  -moz-opacity: 0.80;
  opacity: 0.80;
  position: absolute;
  display: block;
}

.m-propic {
  width: 33%;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
}

.m-propic .pic-big {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.m-propic .big-img {
  display: block;
  line-height: 0;
  font-size: 0;
  ;
}

.m-propic .big-img img {
  transform: scale(1, 1) !important;
  transition: 0s;
}

.m-propic .big-img .zoomPad {
  float: none;
  z-index: 8;
}

.m-propic .zoomWrapperImage img {
  max-width: 1200px;
}

.m-propic .pic-small {
  position: relative;
  width: 16%;
  overflow: hidden;
}

.m-propic .pic-btn {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 21px;
  line-height: 21px;
  background: #ffffff;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  cursor: pointer;
  color: #0090ff;
  z-index: 1
}

.m-propic .pic-btn.prev {
  top: 0px;
}

.m-propic .pic-btn.next {
  bottom: 0px;
}

.m-propic .pic-btn.prev:hover,
.m-propic .pic-btn.next:hover {
  color: #fff;
  background: #0090ff;
}

.m-propic .pic-list {
  position: relative;
  height: 0px;
  padding-bottom: 450%;
  margin-top: 27px;
  margin-bottom: 27px;
  overflow: hidden;
}

.m-propic .pic-list ul {
  height: 2000px;
  position: absolute;
  top: 0px;
  left: 0px;
}

.m-propic .list-item {
  margin-bottom: 17.5%;
}

.m-propic .item-pic,
.m-propic .pic-list .item-video {
  display: block;
  overflow: hidden;
}

.m-propic .item-pic img,
.m-propic .pic-list .item-video img {
  width: 100%;
  display: block;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
}

.m-propic .item-pic:hover {
  border-color: #23a5e3;
}

.m-propic .item-pic:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.m-propic .item-pic.zoomThumbActive {
  border-color: #23a5e3;
}

.m-propic:hover .pic-btn {
  opacity: 1
}

.m-propic2 {
  display: none;
}

.m-propic .provideo-box {
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}

.m-propic .provideo-box .provideo {
  position: relative;
  overflow: hidden;
  padding-bottom: 100%;
  height: 0;
}

.m-propic .provideo-box .provideo iframe,
.pro2-box .m-propic .provideo-box .provideo video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.m-propic .provideo-box .provideo iframe body {
  margin: 0px !important;
}

.m-propic .item-pic:hover,
.m-propic .item-pic.active,
.m-propic .item-video:hover,
.m-propic .item-video.active {
  border-color: #23a5e3 !important;
}

.item-pic {
  position: relative;
}

.item-pic video,
.item-pic iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}

.jianjie {
  padding-top: 30px;
  width: 60%;
  position: relative;
}

.jianjie h1 {
  font-size: 30px;
  font-size: 3rem;
  line-height: 40px;
  font-weight: bold;
  color: #333333;
  position: relative;
}

.jiann {
  line-height: 33px;
  padding-top: 25px;
  padding-bottom: 110px;
}

.jiann p {
  position: relative;
}

.table {
  width: 100%;
  overflow: auto;
}

.jianjie .table table {
  width: 100%;
  border-collapse: collapse;
  line-height: 26px;
}

.jianjie .table table tr {}

.jianjie .table table tr td {
  border: 1px solid rgba(0, 0, 0, 0);
  background: none;
}

.jianjie .table table tr:first-child td {
  background: none;
}

.jianjie .table table tr:first-child td {
  font-weight: normal;
}

.prin2 {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
}

.share {
  text-align: left;
  margin-top: 25px;
}

.share1 {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  margin-right: 5px;
  vertical-align: middle;
  color: #999999;
}

.share2 {
  display: inline-block;
  vertical-align: middle;
}

.inno {
  font-size: 0px;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  max-width: 594px;
}

.inno a {
  display: inline-block;
  vertical-align: middle;
  width: 49%;
  max-width: 275px;
  height: 49px;
  line-height: 49px;
  background: #d9d9d9;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  color: #333333;
  margin-top: 8px;
}

.inno a:hover {
  background: #37bde8;
  color: #fff;
}

@media screen and (max-width: 1359px) {
  .mianbao2 {
    padding-top: 15px;
  }

  .pr3main1 {
    padding: 30px 0;
    margin-top: 20px;
  }

  .jianjie h1 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
  }

  .jiann {
    padding-top: 10px;
  }

  .inno {
    padding-top: 10px;
    width: 100%;
  }

  .inno a {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 8px;
  }

  .share {
    margin-top: 10px;
  }
}

@media screen and (max-width:999px) {
  .m-propic {
    width: 100%;
    max-width: 500px;
    float: left;
  }

  .zoomPad {
    cursor: default !important;
  }

  .zoomPup {
    display: none !important;
  }

  .zoomWindow {
    display: none !important;
  }

  .zoomPreload {
    display: none !important;
  }

  .m-propic {
    float: none;
    margin: auto;
  }

  .jianjie {
    width: 100%;
    float: none;
    margin-top: 20px;
    padding: 0px;
    padding-left: 0px;
    text-align: center;
  }

  .jianjie h1 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-top: 0px;
  }

  .jiann p {
    padding-left: 0px;
  }

  .jiann p:before {
    display: none;
  }

  .jiann {
    min-height: 0px;
    margin-top: 10px;
    padding-top: 5px;
    padding-bottom: 0px;
  }

  .prin2 {
    position: relative;
    margin-top: 20px;
  }

  .m-propic .pic-btn {
    font-size: 12px;
    font-size: 1.8rem;
  }

  .m-propic .pic-btn.prev {
    top: 0px;
  }

  .m-propic .pic-btn.next {
    bottom: 0px;
  }

  .prin2 {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    margin-top: 15px;
    text-align: center;
    margin: auto;
  }

  .share {
    text-align: center;
  }

  .inno {
    margin: auto;
  }

  .inno a {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 8px;
  }
}

@media only screen and (max-width:767px) {

  .jianjie .table table tr td,
  .chanxiang .table table tr td {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 5px;
  }

  .jianjie {
    margin-top: 10px;
  }

  .m-propic .pic-big {
    width: 75%;
  }

  .m-propic .pic-small {
    width: 22%;
  }

  .m-propic .pic-list {
    padding-bottom: 320%;
  }

  .inno a {
    font-size: 12px;
    font-size: 1.2rem;
    margin-top: 8px;
  }
}

.pr3mainz {
  position: relative;
  padding-top: 36px;
}

.prnav {
  position: sticky;
  width: 100%;
  left: 0px;
  top: 0px;
  background: #fff;
  line-height: 35px;
  z-index: 999;
}

.prnav .zong {
  display: flex;
  justify-content: space-between;
}

.prnav a {
  display: inline-block;
  vertical-align: middle;
  font-family: MyriadPro-Bold, Arial, "Arial Black", "sans-serif", Verdana;
  font-size: 24px;
  font-size: 2.4rem;
  padding-bottom: 22px;
  position: relative;
}

.prnav a:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
  width: 0;
  border: 10px solid #37bde8;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  transition: 0.5s;
  opacity: 0
}

.avpr {
  color: #37bde8 !important;
}

.avpr:before {
  opacity: 1 !important
}

.pr3 {
  padding-top: 67px;
}

@media screen and (max-width:1559px) {
  .prnav a {
    font-size: 20px;
    font-size: 2rem;
    padding-bottom: 22px;
  }
}

@media screen and (max-width:1359px) {
  .prnav a {
    font-size: 18px;
    font-size: 1.8rem;
    padding-bottom: 22px;
  }
}

@media screen and (max-width:1179px) {
  .prnav a {
    font-size: 16px;
    font-size: 1.6rem;
    padding-bottom: 10px;
    font-family: MyriadPro-Regular, Arial, "Arial Black", "sans-serif", Verdana;
  }

  .prnav a:before {
    border: 6px solid #37bde8;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    transition: 0.5s;
    opacity: 0
  }
}

@media screen and (max-width:999px) {
  .prnav {
    display: none;
  }

  .pr3mainz {
    padding-top: 10px;
  }

  .pr3 {
    padding-top: 30px;
  }
}

@media screen and (max-width:767px) {
  .pr3mainz {
    padding-top: 1px;
  }
}

.pr3main2 {
  padding-bottom: 51px;
}

.pr3main2 .zong {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}

.pr32tu {
  width: 444px;
}

.pr32zi {
  width: calc(100% - 590px);
}

.pr32tu img {}

.pr32biao {
  font-family: MyriadPro-Bold, Arial, "Arial Black", "sans-serif", Verdana;
}

.pr32p {
  max-width: 615px;
  margin-top: 15px;
}

@media screen and (max-width:1359px) {
  .pr32tu {
    width: 350px;
  }

  .pr32zi {
    width: calc(100% - 370px);
  }
}

@media screen and (max-width:999px) {
  .pr3main2 {
    padding-bottom: 30px;
  }

  .pr32tu {
    width: 300px;
  }

  .pr32zi {
    width: calc(100% - 320px);
  }
}

@media screen and (max-width:767px) {
  .pr32tu {
    width: 100%;
    max-width: 400px;
    margin: auto;
  }

  .pr32zi {
    width: 100%;
    margin-top: 12px;
  }
}

.pr3main3 {
  background: #f5f5f5;
  padding-top: 83px;
  padding-bottom: 123px;
}

.pr33biao {
  display: inline-block;
  font-family: MyriadPro-Bold, Arial, "Arial Black", "sans-serif", Verdana;
}

.chanxiang {
  margin-top: 52px;
}

.chanxiang img {
  display: inline-block;
}

.table {
  width: 100%;
  overflow: auto;
}

.table table {
  width: 100%;
  border-collapse: collapse;
  line-height: 60px;
}

.table table tr {}

.table table tr td {
  padding: 15px 10px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  border: 1px solid #333;
  background: #fff;
}

.table table tr:first-child td {
  background: #37bde8;
  font-weight: bold;
}

@media screen and (max-width:1359px) {
  .pr3main3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .chanxiang {
    margin-top: 20px;
  }

  .table table tr td {
    padding: 10px 5px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width:999px) {
  .pr3main3 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media screen and (max-width:767px) {}

.pr3main4 {
  padding-bottom: 43px;
}

.pr34pz {
  text-align: center;
  margin-top: 41px;
}

.pr34n {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  padding-top: 25px;
}

.pr34lie {
  background: #f5f5f5;
  padding: 35px;
  padding-bottom: 30px;
  width: 46.14%;
  margin-top: 20px;
}

.pr34tu {
  display: block;
  width: 80px;
  margin: auto;
}

.pr34tu img {}

.pr34zi {
  text-align: center;
  margin-top: 5px;
}

.pr34zi strong {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  margin-bottom: 10px;
  font-weight: normal;
  color: #333;
  margin-bottom: 10px;
}

@media screen and (max-width:1359px) {
  .pr34pz {
    margin-top: 20px;
  }

  .pr34n {
    padding-top: 10px;
  }

  .pr34lie {
    padding: 20px;
    width: 49%;
    margin-top: 15px;
  }
}

@media screen and (max-width:999px) {
  .pr3main4 {
    padding-bottom: 20px;
  }

  .pr34zi strong {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 5px;
  }

  .pr34tu {
    width: 50px;
  }
}

@media screen and (max-width:767px) {
  .pr34lie {
    padding: 15px 10px;
    width: 100%;
    margin-top: 10px;
  }

  .pr34tu {
    width: 35px;
  }
}

.pr3main5 {
  padding-bottom: 25px;
}

.pr3main6 {
  padding-bottom: 150px;
}

.pr36n {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  padding-top: 86px;
}

.pr36lie {
  width: 48.3%;
  background: #f5f5f5;
  padding-top: 50px;
  padding-bottom: 27px;
}

.pr36tu {}

.pr36a {
  text-align: center;
  padding: 5px;
  margin-top: 12px;
}


.pr3main7 {
  background: #f5f5f5;
  padding-bottom: 80px;
}

.pr13pz {
  text-align: center;
  margin-top: 24px;
}

.pr37n {
  font-size: 0px;
  padding-top: 56px;
}

.pr37lie {
  width: 23%;
  margin-left: 2.666%;
  margin-top: 30px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}

.pr37lie:nth-child(4n-3) {
  margin-left: 0px;
}

.pr37tu {
  width: 127px;
  margin: auto;
  background: url("../img/pr37tu.jpg") no-repeat center;
  background-size: cover;
}

.pr37tu span {
  display: block;
  height: 0px;
  padding-bottom: 100%;
  position: relative;
}

.pr37tu img {
  position: absolute;
  max-width: 60%;
  max-height: 60%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.pr37zi {
  margin-top: 33px;
}

@media screen and (max-width:1359px) {
  .pr3main6 {
    padding-bottom: 60px;
  }

  .pr36n {
    padding-top: 40px;
  }

  .pr37tu {
    width: 90px;
  }

  .pr3main7 {
    padding-bottom: 50px;
  }

  .pr37lie {
    margin-top: 20px;
  }

  .pr37n {
    padding-top: 20px;
  }

  .pr37zi {
    margin-top: 20px;
  }
}

@media screen and (max-width:999px) {
  .pr37lie {
    width: 49%;
    margin-left: 2%;
  }

  .pr37lie:nth-child(2n-1) {
    margin-left: 0px;
  }

  .pr37tu {
    width: 80px;
  }
}

@media screen and (max-width:767px) {
  .pr3main5 {
    padding-bottom: 10px;
  }

  .pr3main6 {
    padding-bottom: 30px;
  }

  .pr36n {
    padding-top: 20px;
  }

  .pr36lie {
    width: 49%;
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .pr13pz {
    margin-top: 10px;
  }

  .pr3main7 {
    padding-bottom: 30px;
  }

  .pr37n {
    padding-top: 10px;
  }
}

.homain {
  padding-top: 50px;
  padding-bottom: 39px;
}

.hon {
  font-size: 0px;
  padding-top: 60px;
}

.holie {
  width: 22.5%;
  margin-left: 3.33%;
  padding: 17px 13px;
  margin-top: 20px;
  background: #f9f9f9;
  display: inline-block;
  vertical-align: top;
}

.holie:nth-child(4n-3) {
  margin-left: 0px;
}

.holie .pra {
  font-family: MyriadPro-Bold, Arial, "Arial Black", "sans-serif", Verdana;
}

@media screen and (max-width:1359px) {
  .homain {
    padding-top: 50px;
    padding-bottom: 20px;
  }

  .hon {
    padding-top: 20px;
  }

  .holie {
    width: 24%;
    margin-left: 1.33%;
    padding: 10px;
    margin-top: 20px;
  }
}

@media screen and (max-width:999px) {
  .homain {
    padding-top: 30px;
    padding-bottom: 0px;
  }

  .hon {
    padding-top: 10px;
  }

  .holie {
    padding: 5px;
    margin-top: 15px;
  }
}

@media screen and (max-width:767px) {
  .holie {
    width: 49%;
    margin-left: 2%;
  }

  .holie:nth-child(2n-1) {
    margin-left: 0px;
  }
}

/****************************  solution  ***************************/
.sot {
  padding-top: 52px;
  padding-bottom: 85px;
}

.sotn {
  margin-top: 20px;
  line-height: 28px;
}

.somain {}

.son {}

.solie {
  padding: 64px 0;
  padding-top: 90px;
}

.solie1 {
  background: #f5f5f5;
}

.solie .zong {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
}

.solie2 .zong {
  flex-direction: row-reverse;
}

.sotu {
  width: 47.86%;
}

.sozi {
  width: 47.86%;
}

.sotu a {
  display: block;
  overflow: hidden;
}

.soa {
  display: block;
  color: #000000;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 32px;
  padding-left: 120px;
  position: relative;
  font-family: MyriadPro-Bold, Arial, "Arial Black", "sans-serif", Verdana;
}

.soa em {
  display: block;
  position: absolute;
  color: #000000;
  font-size: 68px;
  font-size: 6.8rem;
  line-height: 74px;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  font-style: normal;
  font-family: MyriadPro-Regular, Arial, "Arial Black", "sans-serif", Verdana;
}

.soa a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.soa:before {
  content: "";
  position: absolute;
  width: 26px;
  height: 1px;
  left: 76px;
  top: 50%;
  background: #868686;
}

.sop {
  line-height: 28px;
  margin-top: 35px;
}

.sop a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.sob {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  padding-top: 32px;
}

.sotu1 {
  display: block;
  width: 47.8%;
  margin-top: 20px;
  overflow: hidden;
}

.somor {
  display: block;
  width: 290px;
  height: 52px;
  line-height: 50px;
  font-size: 20px;
  font-size: 2rem;
  color: #ffffff;
  margin: auto;
  margin-top: 67px;
  text-align: center;
  background-color: #0090ff;
  border: 1px solid #0090ff;
}

.somor:hover {
  background: #fff;
}

.somain .fenye {
  padding-top: 58px;
}

@media screen and (max-width:1359px) {
  .soa {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
    padding-left: 85px;
  }

  .soa em {
    font-size: 50px;
    font-size: 5rem;
    line-height: 60px;
  }

  .soa:before {
    width: 16px;
    left: 55px;
  }

  .sop {
    margin-top: 20px;
  }

  .sob {
    padding-top: 15px;
  }

  .sotu1 {
    width: 49%;
    margin-top: 10px;
  }

  .somor {
    width: 150px;
    height: 40px;
    line-height: 38px;
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 20px;
  }

  .solie {
    padding: 40px 0;
  }
}

@media screen and (max-width:999px) {
  .soa {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
    padding-left: 65px;
  }

  .soa em {
    font-size: 30px;
    font-size: 3rem;
    line-height: 40px;
  }

  .soa:before {
    width: 12px;
    left: 38px;
  }

  .somor {
    width: 120px;
    height: 35px;
    line-height: 33px;
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 20px;
  }

  .somain .fenye {
    padding-top: 30px;
  }

  .sop {
    line-height: 24px;
  }
}

@media screen and (max-width:767px) {
  .solie {
    padding: 30px 0;
  }

  .sotu {
    width: 100%;
    display: none;
  }

  .sozi {
    width: 100%;
  }

  .somain .fenye {
    padding-top: 10px;
  }

  .soa {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    padding-left: 65px;
  }

  .soa em {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 30px;
  }

  .sop {
    line-height: 22px;
  }
}

/****************************  solution2  ***************************/
.so2main1 {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 68px;
}

.so21biao {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 44px;
  color: #000000;
}

.so21biao strong {
  display: block;
  font-size: 30px;
  font-size: 3rem;
  font-weight: normal;
}

.so2main1 .so21biao {
  width: 260px;
}

.so21p {
  width: calc(100% - 438px)
}

.so21p p {
  color: #777777;
}

@media screen and (max-width:1359px) {
  .so2main1 {
    margin-top: 30px;
  }

  .so21biao {
    font-size: 20px;
    font-size: 2rem;
    line-height: 32px;
  }

  .so21biao strong {
    font-size: 26px;
    font-size: 2.6rem;
  }

  .so2main1 .so21biao {
    width: 200px;
  }

  .so21p {
    width: calc(100% - 240px)
  }
}

@media screen and (max-width:999px) {
  .so21biao {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 28px;
  }

  .so21biao strong {
    font-size: 22px;
    font-size: 2.2rem;
  }

  .so2main1 .so21biao {
    width: 100%;
  }

  .so21p {
    width: 100%;
    margin-top: 15px;
  }
}

.so2main2 {
  padding-top: 35px;
}

.so2lie {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 49px;
}

.so2lie2 {
  flex-direction: row-reverse;
}

.so2tu {
  width: 48%;
  border-radius: 10px;
}

.so2tu img {
  border-radius: 10px;
}

.so2zi {
  width: 52%;
  padding: 0 113px;
}

.so22p {
  margin-top: 23px;
}

.so22p p {
  position: relative;
  padding-left: 20px;
  margin-top: 6px;
}

.so22p p:before {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  background: #3abee9;
  border-radius: 50%;
  left: 0px;
  top: 10px;
}

.so2mor {
  margin-left: 0px;
  margin-top: 40px;
}

.so2main3 {
  margin-top: 80px;
}

.so2shipin {
  position: relative;
  padding-bottom: 42.85%;
  height: 0;
  overflow: hidden;
  border-radius: 10px;
}

.so2shipin iframe,
.so2shipin video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.so2shipin iframe body {
  margin: 0px !important;
}

@media screen and (max-width:1359px) {
  .so2zi {
    padding: 0 30px;
  }

  .so2mor {
    margin-top: 20px;
  }

  .so2main2 {
    padding-top: 20px;
  }

  .so2lie {
    margin-top: 30px;
  }

  .so22p {
    margin-top: 15px;
  }

  .so22p p {
    margin-top: 2px;
  }

  .so2main3 {
    margin-top: 50px;
  }
}

@media screen and (max-width:999px) {
  .so2zi {
    padding: 0 20px;
  }

  .so2mor {
    margin-top: 10px;
  }

  .so2main2 {
    padding-top: 10px;
  }
}

@media screen and (max-width:767px) {
  .so2main2 {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
  }

  .so2lie {
    width: 49%;
    margin-top: 30px;
  }

  .so2tu {
    width: 100%;
  }

  .so2zi {
    width: 100%;
    padding: 0px;
    padding-top: 20px;
  }

  .so2main3 {
    margin-top: 30px;
  }
}

@media screen and (max-width:559px) {
  .so2lie {
    width: 100%;
    margin-top: 20px;
  }
}

.so2main4 {
  padding-top: 73px;
  padding-bottom: 50px;
}

.so2main4 h1 {
  text-align: center;
  color: #000000;
  font-size: 30px;
  font-size: 3rem;
  line-height: 40px;
}

.nexiang {
  margin-top: 49px;
}

.nexiang img {
  display: inline-block;
}

.nexiang a {}

.nexiang:after {
  content: "";
  clear: both;
  display: block;
}

.fanpian {
  background: #f5f5f5;
  line-height: 35px;
  padding: 15px 22px;
  margin-top: 63px;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}

.fanpian li {
  max-width: 49%;
  color: #666666;
}

.fanpian li span {
  color: #666666;
  padding-right: 5px;
}

.fanpian li a {
  display: inline-block;
  vertical-align: middle;
  color: #666666;
}

@media screen and (max-width:1359px) {
  .so2main4 {
    padding-top: 50px;
  }

  .so2main4 h1 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 34px;
  }

  .nexiang {
    margin-top: 20px;
  }

  .fanpian {
    padding: 10px;
    margin-top: 30px;
  }
}

@media screen and (max-width:999px) {
  .so2main4 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .so2main4 h1 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
  }
}

@media screen and (max-width:767px) {
  .so2main4 {
    padding-top: 30px;
    padding-bottom: 10px;
  }

  .so2main4 h1 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 24px;
  }

  .fanpian {
    padding: 10px;
    margin-top: 20px;
  }

  .fanpian li {
    max-width: 100%;
    width: 100%;
  }

  .nexiang {
    margin-top: 15px;
  }
}

/****************************  support1  ***************************/
.sunav {
  padding-top: 43px;
  position: relative;
  display: block !important
}

.sunav .zong {
  display: block;
}

.sunav a {
  font-family: MyriadPro-Regular, Arial, "Arial Black", "sans-serif", Verdana;
  margin-right: 111px;
}

.sumain1 {
  background: #f5f5f5;
  padding-top: 50px;
  margin-top: 15px;
  padding-bottom: 60px;
}

.su1n {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  padding-bottom: 43px;
  padding-top: 20px;
}

.su1lie {
  width: 29%;
  margin-left: 6.5%;
  margin-top: 40px;
  display: inline-block;
  vertical-align: top;
  background: #ffffff;
  padding: 15px 20px;
}

.su1lie:nth-child(3n-2) {
  margin-left: 0px;
}

.doa {
  display: block;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  color: #000;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}

.donav {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  margin-top: 33px;
  border-top: 1px solid rgba(239, 239, 239, 0.5);
  padding-top: 18px;

}

.dosp {
  color: #383838;
}

.domor {
  color: #37bde8;
}

.domor i {
  font-size: 20px;
  margin-left: 10px;
}

@media screen and (max-width:1359px) {
  .sunav a {
    margin-right: 40px;
  }

  .sumain1 {
    padding-top: 30px;
    margin-top: 10px;
    padding-bottom: 40px;
  }

  .su1n {
    padding-bottom: 20px;
    padding-top: 20px;
  }

  .su1lie {
    width: 32.33%;
    margin-left: 1.5%;
    margin-top: 20px;
    padding: 15px 10px;
  }

  .doa {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
  }

  .donav {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
    margin-top: 30px;
  }

  .domor i {
    font-size: 16px;
    margin-left: 6px;
  }
}

@media screen and (max-width:999px) {
  .sumain1 {
    padding-top: 30px;
    margin-top: 5px;
    padding-bottom: 30px;
  }

  .su1n {
    padding-bottom: 0px;
    padding-top: 1px;
  }

  .doa {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
  }

  .sunav {
    padding-top: 20px;
  }

  .sunav a {
    font-size: 14px;
    font-size: 1.4rem;
    margin-right: 15px;
  }
}

@media screen and (max-width:767px) {
  .su1n {
    padding-bottom: 0px;
    padding-top: 10px;
  }

  .su1lie {
    width: 49%;
    margin-left: 2%;
    margin-top: 10px;
    padding: 10px 5px;
  }

  .su1lie:nth-child(3n-2) {
    margin-left: 2%;
  }

  .su1lie:nth-child(2n-1) {
    margin-left: 0px;
  }

  .sunav {
    font-size: 0px;
  }

  .sunav a {
    line-height: 20px;
    font-size: 12px;
    font-size: 1.2rem;
  }

  .doa {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 22px;
  }

  .donav {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 22px;
    margin-top: 20px;
  }

  .domor i {
    font-size: 16px;
    margin-left: 6px;
  }
}

@media screen and (max-width:469px) {
  .su1lie {
    width: 100%;
    margin-left: 0px;
  }
}

/****************************  support2  ***************************/
.sumain2 {
  background: url("../img/su2bei.jpg") no-repeat center;
  /*background-size: cover; background-attachment: fixed;*/
  position: relative;
}

.sumain2:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: url("../img/su2bei.jpg") no-repeat center;
  background-size: cover;
  z-index: -1
}

.su2n {
  margin-top: 60px;
  padding-bottom: 40px;
}

.su2lie {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
}

.su2lie2 {
  flex-direction: row-reverse;
}

.su2tu {
  width: 614px;
  background: #ffffff;
  border: solid 2px #efefef;
  padding: 37px 0;
  padding-bottom: 80px;
  transition: 0.5s;
}

.su2zi {
  width: calc(100% - 683px);
}

.su2a1 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 26px;
  text-align: center;
  color: #000;
}

.su2tu1 {
  margin-top: 28px;
}

.su2a2 {
  color: #000;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 30px;
}

.su2p {
  margin-top: 33px;
}

.su2tu:hover {
  background: #37bde8;
}

@media screen and (max-width:1559px) {
  .su2tu {
    width: 480px;
    padding: 37px 0;
  }

  .su2zi {
    width: calc(100% - 510px);
  }

  .su2a2 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
  }

  .su2p {
    margin-top: 20px;
  }
}

@media screen and (max-width:1359px) {
  .su2lie {
    padding: 15px 0;
  }

  .su2tu {
    width: 400px;
    padding: 20px 0;
  }

  .su2zi {
    width: calc(100% - 420px);
  }
}

@media screen and (max-width:999px) {
  .sumain2 {
    padding-top: 20px;
  }

  .su2p {
    margin-top: 10px;
  }

  .su2a2 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 26px;
  }

  .su2n {
    margin-top: 20px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width:767px) {
  .su2n {
    margin-top: 20px;
    padding-bottom: 0px;
  }

  .su2lie {
    padding: 10px 0;
  }

  .su2tu {
    width: 100%;
    padding: 20px 0;
    max-width: 400px;
    margin: auto;
  }

  .su2zi {
    width: 100%;
    margin-top: 10px;
  }

  .su2a2,
  .su2a1 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
  }
}

/****************************  support3  ***************************/
.sumain3 {
  padding-top: 12px;
}

.su3n {
  background: url("../img/su3bei.jpg") no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  margin-top: 40px;
  padding-bottom: 157px;
}

.su3n:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: url("../img/su3bei.jpg") no-repeat center;
  background-size: cover;
  z-index: -1
}

.su3n:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 630px;
  background: #ffffff;
  left: 0px;
  bottom: 0px;
  z-index: 1
}

.su3pz {
  text-align: center;
  color: #ffffff;
  padding-top: 53px;
}

.su3pz p {
  color: #ffffff;
}

.su3xin input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #ababab;
  opacity: 1
}

.su3xin input:-o-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ababab;
  opacity: 1
}

.su3xin input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ababab;
  opacity: 1
}

.su3xin input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #ababab;
  opacity: 1
}

.su3xin input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #ababab;
  opacity: 1
}

.su3xin input:-o-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ababab;
  opacity: 1
}

.su3xin input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ababab;
  opacity: 1
}

.su3xin input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #ababab;
  opacity: 1
}

.su3xin {
  background: #fcfcfc;
  padding: 35px 144px;
  padding-bottom: 63px;
  margin-top: 75px;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  box-shadow: 0px 1px 17px 1px rgba(0, 0, 0, 0.09);
  position: relative;
  z-index: 2
}

.su3xin .int1 {
  width: 42.9%;
  margin-top: 20px;
}

.su3xin .int2 {
  width: 100%;
  margin-top: 20px;
}

.su3xin .int3 {
  text-align: center;
  width: 100%;
  margin-top: 60px;
}

.su3p {
  color: #424141;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
}

.su3p i {
  color: #ff0000;
  font-style: normal;
}

.suxinp {
  width: 100%;
  color: #37bde8;
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
  margin-top: 36px;
}

.su3xin input {
  width: 100%;
  height: 46px;
  line-height: 44px;
  padding: 0 18px;
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 17px;
  color: #333;
  background: #ffffff;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.06);
  border-radius: 2px;
  border: solid 1px #ebebeb;
}

.su3xin select {
  width: 100%;
  height: 46px;
  line-height: 44px;
  padding: 0 18px;
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 17px;
  color: #ababab;
  background: #ffffff;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.06);
  border-radius: 2px;
  border: solid 1px #ebebeb;
}

.sudx {
  padding-top: 12px;
}

.sudx label {
  margin-right: 70px;
  margin-top: 10px;
}

.sudx input {
  width: 15px;
  height: 15px;
  background: #ffffff;
  border: solid 1px #cccccc;
  display: inline-block;
  margin-right: 5px;
}

.su3xin .int3 input {
  width: 291px;
  height: 52px;
  line-height: 52px;
  font-size: 20px;
  font-size: 2rem;
  font-family: MyriadPro-Bold, Arial, "Arial Black", "sans-serif", Verdana;
  text-align: center;
  background: #37bde8;
  color: #ffffff;
  font-family: MyriadPro-Bold, Arial, "Arial Black", "sans-serif", Verdana;
  margin: auto;
  cursor: pointer;
  transition: 0.5s;
}

.su3xin .la1 {
  display: block;
  text-align: center;
  width: 100%;
  height: 91px;
  line-height: 91px;
  margin-top: 25px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.06);
  border-radius: 2px;
  border: solid 1px #ebebeb;
  cursor: pointer;
}

.su3xin .la1 input {
  visibility: hidden;
  width: 0px;
  height: 0px;
  padding: 0px;
  font-size: 0px;
  display: inline-block;
  vertical-align: middle;
}

.su3xin .la1 p {
  display: inline-block;
  vertical-align: middle;
  line-height: 24px;
  cursor: pointer;
}

.su3xin .la1 p i {
  display: block;
  color: #c2c2c2;
  font-size: 36px;
}

.su3xin .la1 p span {
  display: block;
  margin-top: 10px;
  color: #ababab;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}

.su3xin .int3 input:hover {
  background: #333;
}

@media screen and (max-width:1559px) {
  .su3xin {
    padding: 35px 44px;
    padding-bottom: 63px;
    margin-top: 50px;
  }

  .su3xin .int1 {
    width: 48%;
    margin-top: 20px;
  }

  .sudx label {
    margin-right: 40px;
    margin-top: 10px;
  }
}

@media screen and (max-width:1359px) {
  .su3n {
    margin-top: 30px;
    padding-bottom: 30px;
  }

  .su3p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
  }

  .suxinp {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 26px;
    margin-top: 20px;
  }

  .su3xin .int3 {
    margin-top: 30px;
  }

  .su3xin .int3 input {
    width: 240px;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .su3xin {
    padding: 20px;
    margin-top: 30px;
  }
}

@media screen and (max-width:767px) {
  .su3pz {
    padding-top: 20px;
  }

  .su3xin {
    padding: 20px 10px;
    padding-top: 10px;
    margin-top: 20px;
  }

  .su3xin .int1 {
    width: 100%;
    margin-top: 20px;
  }

  .sudx {
    padding-top: 5px;
  }

  .sudx label {
    margin-right: 10px;
    margin-top: 5px;
  }

  .su3xin input {
    padding: 0 10px;
    font-size: 12px;
    font-size: 1.2rem;
    margin-top: 10px;
  }

  .su3p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
  }

  .suxinp {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
    margin-top: 20px;
  }
}

/****************************  support4  ***************************/
.sumain4 {
  background: url("../img/su4bei.jpg") no-repeat center top;
  background-size: cover;
  padding-top: 10px;
  padding-bottom: 40px;
}

.su4n {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 57px;
}

.su4tuz {
  width: 47%;
  padding-left: 28px;
  padding-top: 28px;
  background: url("../img/su4jiao.png") no-repeat left top;
}

.su4zi {
  width: 46.5%;
}

.sumain4 .row {}

.sumain4 .owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.sumain4 .owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.sumain4 .owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 2;
}

.sumain4 .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;
}

.sumain4 .owl-carousel .owl-item {
  float: left;
}

.sumain4 .owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.sumain4 .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);
}

.sumain4 .owl-theme .owl-controls {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.sumain4 .owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.sumain4 .owl-theme .owl-controls .owl-page span {
  display: block;
  width: 17px;
  height: 17px;
  background: #ffffff;
  margin-right: 11px;
  border-radius: 50%;
  font-size: 0px;
}

.sumain4 .owl-theme .owl-controls .owl-page.active span,
.sumain4 .owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #37bde8;
  opacity: 1;
}
.sumain4 .owl-pagination{
  display: none !important;
}

.sumain4 .owl-theme .owl-buttons {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  transform: translateY(-5%);
}

.sumain4 .owl-theme .owl-buttons div {
  width: 42px;
  height: 42px;
  line-height: 40px;
  background: #37bde8;
  border: 1px solid #37bde8;
  font-size: 24px;
  transition: 0.5s;
  text-align: center;
  color: #fff;
  z-index: 9;
}

.sumain4 .owl-theme .owl-prev {
  position: absolute;
  left: -30px;
}

.sumain4 .owl-theme .owl-next {
  position: absolute;
  right: -30px;
}

.sumain4 .owl-theme .owl-buttons div:hover {
  background-color: #fff;
  color: #37bde8;
}

.su4tu {
  position: relative;
}

.su4tu iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 3;
}

@media screen and (max-width:1359px) {
  .su4tuz {
    padding-left: 15px;
    padding-top: 15px;
  }

}

@media screen and (max-width:999px) {
  .su4n {
    padding-top: 26px;
  }

  .su4tuz {
    width: 49%;
    padding-left: 0px;
    padding-top: 0px;
  }

  .su4zi {
    width: 47%;
  }

  .sumain4 .owl-theme .owl-controls .owl-page span {
    width: 10px;
    height: 10px;
    margin-right: 5px;
  }
}

@media screen and (max-width:767px) {
  .su4tuz {
    width: 100%;
    max-width: 500px;
    margin: auto;
  }

  .su4zi {
    width: 100%;
    margin-top: 20px;
  }
}

/****************************  news  ***************************/
.nemain {
  padding-top: 66px;margin-bottom: 100px;
}

.nen {
  padding-bottom: 42px;
}

.nelie {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}

.nelie2 {
  flex-direction: row-reverse;
}

.netu {
  display: block;
  width: 504px;
  overflow: hidden;
}

.nezi {
  width: calc(100% - 504px);
  background: #f6f6f6;
  padding: 49px 50px;
}

.nea {
  display: block;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 32px;
  font-family: MyriadPro-Bold, Arial, "Arial Black", "sans-serif", Verdana;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}

.nep {
  margin-top: 13px;
  line-height: 28px;
}

.nep a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.neb {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
}

.neriqi {
  color: #666666;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
}

.nemor {
  display: block;
  width: 202px;
  height: 49px;
  line-height: 47px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #ffffff;
  text-align: center;
  background: #0090ff;
  border: 1px solid #0090ff;
}

.nemor:hover {
  background: #fff;
  color: #0090ff;
}

@media screen and (max-width:1359px) {
  .nemain {
    padding-top: 40px;
  }

  .nelie {
    margin-top: 20px;
  }

  .netu {
    width: 400px;
  }

  .nezi {
    width: calc(100% - 400px);
    padding: 20px;
  }

  .nea {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
  }

  .nep {
    margin-top: 10px;
  }

  .neb {
    margin-top: 10px;
  }

  .neriqi {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
  }

  .nemor {
    width: 140px;
    height: 49px;
    line-height: 47px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .nen {
    padding-bottom: 20px;
  }
}

@media screen and (max-width:999px) {
  .nemain {
    padding-top: 20px;
  }

  .netu {
    width: 300px;
  }

  .nezi {
    width: calc(100% - 300px);
    padding: 20px;
  }

  .nemor {
    width: 120px;
    height: 30px;
    line-height: 28px;
    font-size: 12px;
    font-size: 1.2rem;
    display: none;
  }

  .nea {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 26px;
  }
}

@media screen and (max-width:767px) {
  .netu {
    width: 200px;
  }

  .nezi {
    width: calc(100% - 200px);
    padding: 10px;
  }

  .nea {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
  }

  .neriqi {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 22px;
  }

  .nen {
    padding-bottom: 0px;
  }
}

@media screen and (max-width:439px) {
  .netu {
    width: 100%;
  }

  .nezi {
    width: 100%;
    padding: 10px;
  }
}

/****************************  news2  ***************************/
.nemain2 {
  padding-top: 75px;
  padding-bottom: 100px;
}

.nemain2 h1 {
  text-align: center;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 34px;
  font-family: MyriadPro-Bold, Arial, "Arial Black", "sans-serif", Verdana;
}

.net {
  text-align: center;
  padding-top: 38px;
}

.net .neriqi {
  display: inline-block;
  vertical-align: middle;
}

.net .share {
  display: inline-block;
  vertical-align: middle;
  margin: auto;
  margin-left: 13px;
}

@media screen and (max-width:1359px) {
  .nemain2 {
    padding-top: 40px;
    padding-bottom: 10px;
  }

  .nemain2 h1 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 30px;
  }

  .net {
    padding-top: 20px;
  }
}

@media screen and (max-width:999px) {
  .nemain2 {
    padding-top: 30px;
    padding-bottom: 10px;
  }

  .net {
    padding-top: 10px;
  }
}

@media screen and (max-width:767px) {
  .nemain2 h1 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 26px;
  }

  .net {
    padding-top: 5px;
  }
}

/****************************  5-1  ***************************/
.camain {
  padding-top: 55px;
}

.can {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  padding-bottom: 85px;
}

.calie {
  width: 32%;
  background: #f5f5f5;
  margin-top: 59px;
}

.catu {
  display: block;
  overflow: hidden;
}

.cazi {
  padding: 44px 20px;
  padding-top: 32px;
  text-align: center;
}

.caa {
  display: block;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 34px;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  font-family: MyriadPro-Bold, Arial, "Arial Black", "sans-serif", Verdana;
}

.cap {
  line-height: 28px;
  margin-top: 21px;
}

.cap a {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.camor {
  margin-top: 32px;
}

@media screen and (max-width:1359px) {
  .camain {
    padding-top: 30px;
  }

  .can {
    padding-bottom: 20px;
  }

  .cazi {
    padding: 20px 10px;
  }

  .caa {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
  }

  .cap {
    margin-top: 10px;
  }

  .camor {
    margin-top: 15px;
  }

  .calie {
    width: 49%;
    margin-top: 30px;
  }
}

@media screen and (max-width:999px) {
  .calie {
    margin-top: 20px;
  }

  .caa {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
  }
}

@media screen and (max-width:767px) {
  .camain {
    padding-top: 20px;
  }

  .can {
    padding-bottom: 10px;
  }

  .cazi {
    padding: 15px 5px;
    padding-top: 8px;
  }

  .caa {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
  }

  .cap {
    margin-top: 6px;
  }

  .camor {
    margin-top: 10px;
  }
}

/****************************  5-2  ***************************/
.ne2tu {
  float: left;
  width: 50%;
  max-width: 600px;
  margin-right: 54px;
  margin-bottom: 10px;
}

@media screen and (max-width:1359px) {
  .ne2tu {
    margin-right: 30px;
  }
}

@media screen and (max-width:999px) {
  .ne2tu {
    margin-right: 20px;
  }
}

@media screen and (max-width:529px) {
  .ne2tu {
    float: none;
    margin: auto;
    margin-bottom: 20px;
    width: 80%;
  }
}

/****************************  about  ***************************/
.abmain1 {
  position: relative;
  padding-top: 73px;
  padding-bottom: 82px;
}

.abmain1:before {
  content: "";
  position: absolute;
  width: 771px;
  height: 317px;
  background: #0090ff;
  right: 0px;
  top: 290px;
  z-index: -1
}

.abbiao {
  font-family: MyriadPro-Bold, Arial, "Arial Black", "sans-serif", Verdana;
}

.ab1t {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  /*align-items: center;*/
  margin-top: 20px;
}

.ab1tl {
  width: 45%;
}

.ab1tr {
  width: 50%;
}

.ab1ta {
  /*background: url("../img/hyin.png") no-repeat center right;*/
  padding: 5px 0;
  padding-right: 60px;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 34px;
  color: #333;
}

.ab1tp {
  margin-top: 20px;
}

.ab1tmor {
  /*background: url("../img/qyin.png") no-repeat center left;*/
  text-align: right;
  padding: 5px 0;
  margin-top: 52px;
}

.ab1tmor span {
  color: #0090ff;
  font-size: 30px;
  line-height: 34px;
  font-weight: bold;
}

.abshipin {
  position: relative;
  padding-bottom: 56.2%;
  height: 0;
  overflow: hidden;
}

.abshipin iframe,
.abshipin video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.abshipin iframe body {
  margin: 0px !important;
}

.ab1b {}

.ab1b .row {}

.ab1b .owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.ab1b .owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.ab1b .owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.ab1b .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;
}

.ab1b .owl-carousel .owl-item {
  float: left;
}

.ab1b .owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.ab1b .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);
}

.ab1b .owl-theme .owl-controls {
  position: absolute;
  width: 50%;
  right: 0px;
  bottom: 40px;
  padding-left: 70px;
}

.ab1b .owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.ab1b .owl-theme .owl-controls .owl-page span {
  display: block;
  width: 9px;
  height: 9px;
  background: #37bde8;
  margin-right: 11px;
  border-radius: 50%;
  font-size: 0px;
}

.ab1b .owl-theme .owl-controls .owl-page.active span,
.ab1b .owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #333;
  opacity: 1;
}

.ab1b .owl-theme .owl-buttons {
  width: 89px;
  height: 42px;
  position: relative;
  margin: auto;
  display: none !important
}

.ab1b .owl-theme .owl-buttons div {
  width: 42px;
  height: 42px;
  background: #fff;
  position: absolute;
  line-height: 42px;
  font-size: 24px;
  transition: 0.5s;
}

.ab1b .owl-theme .owl-prev {
  left: 0px;
}

.ab1b .owl-theme .owl-next {
  right: 0px;
}

.ab1b .owl-theme .owl-buttons div:hover {
  background: #3080f9;
  color: #fff;
}

.ab1b .item {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
}

.ab1btu {
  width: 50%;
}

.ab1bzi {
  width: 50%;
  padding: 55px 0;
  padding-left: 68px;
}

@media screen and (max-width:1559px) {
  .abmain1:before {
    width: 400px;
    height: 240px;
    top: 210px;
  }

  .ab1t {
    margin-top: 10px;
  }

  .ab1tp {
    margin-top: 10px;
  }

  .ab1tmor {
    margin-top: 20px;
  }
}

@media screen and (max-width:1359px) {
  .abmain1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .ab1ta {
    background: url("../img/hyin.png") no-repeat center right;
    background-size: 30px;
    padding: 0;
    padding-right: 40px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
  }

  .ab1tmor {
    background: url("../img/qyin.png") no-repeat center left;
    background-size: 30px;
    padding: 0;
    margin-top: 10px;
  }

  .ab1tmor span {
    font-size: 20px;
  }

  .ab1bzi {
    padding: 20px 0;
    padding-left: 20px;
  }

  .ab1b .owl-theme .owl-controls {
    bottom: 0px;
    padding-left: 20px;
  }
}

@media screen and (max-width:999px) {
  .abmain1:before {
    display: none
  }

  .ab1tl {
    width: 100%;
  }

  .ab1tr {
    width: 100%;
    max-width: 680px;
    margin: auto;
    margin-top: 20px;
  }

  .ab1tmor {
    display: none
  }

  .ab1b {
    margin-top: 20px;
  }

  .ab1btu {
    width: 100%;
    max-width: 680px;
    margin: auto;
  }

  .ab1bzi {
    width: 100%;
    padding: 12px 0 20px;
  }

  .ab1ta {
    background: none;
    padding: 0px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
  }

  .ab1b .owl-theme .owl-controls {
    width: 100%;
    padding-left: 0px;
  }
}

@media screen and (max-width:767px) {
  .abmain1 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.abmain2 {
  background: url("../img/ab2bei.jpg") no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

.abmain2:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: url("../img/ab2bei.jpg") no-repeat center;
  background-size: cover;
  z-index: -1
}

.abmain2 .zong {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 59px;
}

.ab2lie {
  width: 30%;
  text-align: center;
}

.ab2tu {
  width: 95px;
  margin: auto;
  display: block;
}

.ab2tu img {
  width: 100%;
}

.ab2zi {}

.ab2a {
  display: block;
  font-size: 60px;
  font-size: 6rem;
  line-height: 70px;
  margin-top: 18px;
  color: #ffffff;
  font-family: MyriadPro-Bold, Arial, "Arial Black", "sans-serif", Verdana;
}

.ab2p {
  text-align: center;
  color: #ffffff;
  margin-top: 4px;
}

@media screen and (max-width:1359px) {
  .ab2tu {
    width: 60px;
  }

  .ab2a {
    font-size: 40px;
    font-size: 4rem;
    line-height: 50px;
    margin-top: 10px;
  }
}

@media screen and (max-width:999px) {
  .ab2tu {
    width: 50px;
  }

  .ab2a {
    font-size: 30px;
    font-size: 3rem;
    line-height: 40px;
    margin-top: 10px;
  }
}

@media screen and (max-width:767px) {
  .abmain2 .zong {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .ab2lie {
    width: 32%;
  }

  .ab2tu {
    width: 30px;
  }

  .ab2a {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 30px;
    margin-top: 10px;
  }
}

.abmain3 {
  padding-top: 72px;
  padding-bottom: 80px;
}

.ab3b {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  padding-top: 49px;
}

.ab3lie {
  height: 540px;
  padding: 10px;
  position: relative;
  width: 30.86%;
  margin-left: 2.47%;
  margin-top: 30px;
  display: inline-block;
  vertical-align: top;
}

.ab3lie:nth-child(3n-2) {
  margin-left: 0px;
}

.ab3lien {
  position: absolute;
  width: 100%;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}

.ab3tu {
  width: 65px;
  margin: auto;
}

.ab3a {
  color: #ffffff;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 30px;
  margin-top: 30px;
}

.ab3p {
  color: #ffffff;
  margin-top: 14px;
}

@media screen and (max-width:1359px) {
  .abmain3 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .ab3b {
    padding-top: 20px;
  }

  .ab3lie {
    height: 400px;
    width: 32.33%;
    margin-left: 1.5%;
    margin-top: 20px;
  }

  .ab3tu {
    width: 40px;
  }

  .ab3a {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 26px;
    margin-top: 10px;
  }

  .ab3p {
    margin-top: 10px;
  }
}

@media screen and (max-width:999px) {
  .abmain3 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media screen and (max-width:767px) {
  .ab3b {
    padding-top: 15px;
  }

  .ab3lie {
    height: 300px;
    margin-top: 10px;
  }

  .ab3a {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
    margin-top: 10px;
  }
}

@media screen and (max-width:539px) {
  .ab3lie {
    width: 100%;
    margin-left: 0px;
    height: 200px;
    margin-top: 10px;
  }

  .ab3p {
    margin-top: 2px;
  }
}

.abmain4 {
  background: url("../img/ab4bei.jpg") no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  padding-top: 63px;
  padding-bottom: 28px;
}

.abmain4:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: url("../img/ab4bei.jpg") no-repeat center;
  background-size: cover;
  z-index: -1
}

.ab4biao {
  text-align: center;
  font-size: 42px;
  font-size: 4.2rem;
  color: #ffffff;
  line-height: 50px;
  font-family: MyriadPro-Bold, Arial, "Arial Black", "sans-serif", Verdana;
}

.ab4n {
  font-size: 0px;
}

.ab4lie {
  width: 23%;
  margin-left: 2.66%;
  padding-top: 65px;
  padding-bottom: 25px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
}

.ab4lie:nth-child(4n-3) {
  margin-left: 0px;
}

.ab4tu {
  width: 70px;
  margin: auto;
}

.ab4zi {
  color: #ffffff;
  font-size: 20px;
  font-size: 2rem;
  line-height: 34px;
  text-align: center;
  margin-top: 20px;
}

@media screen and (max-width:1359px) {
  .abmain4 {
    padding-top: 50px;
    padding-bottom: 48px;
  }

  .ab4lie {
    padding-top: 40px;
    padding-bottom: 0px;
  }

  .ab4zi {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
    margin-top: 20px;
  }

  .ab4biao {
    font-size: 30px;
    font-size: 3rem;
    line-height: 40px;
  }

  .ab4tu {
    width: 50px;
  }
}

@media screen and (max-width:999px) {
  .ab4zi {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    margin-top: 20px;
  }

  .ab4biao {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 32px;
  }
}

@media screen and (max-width:767px) {
  .ab4zi {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
    margin-top: 10px;
  }

  .ab4lie {
    padding-top: 30px;
    width: 49%;
    margin-left: 2%;
  }

  .ab4lie:nth-child(2n-1) {
    margin-left: 0px;
  }

  .ab4biao {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 30px;
  }
}

.abmain5 {
  padding-top: 74px;
  padding-bottom: 40px;
}

.abmain5 .row {
  margin-top: 46px;
  margin-left: -17px;
  margin-right: -17px;
}

.abmain5 .owl-carousel {
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.abmain5 .owl-carousel .item {
    width: 33%;
    float: left;
    padding: 15px;
}

.abmain5 .owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.abmain5 .owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.abmain5 .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;
}

.abmain5 .owl-carousel .owl-item {
  float: left;
  padding: 0 17px;
}

.abmain5 .owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.abmain5 .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);
}

.abmain5 .owl-theme .owl-controls {
  margin-top: 56px;
  text-align: center;
}

.abmain5 .owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.abmain5 .owl-theme .owl-controls .owl-page span {
  display: block;
  width: 7px;
  height: 7px;
  background: #37bde8;
  margin: 0 2.5px;
  border-radius: 4px;
  font-size: 0px;
}

.abmain5 .owl-theme .owl-controls .owl-page.active span {
  width: 38px;
  background: #e3e3e3;
  opacity: 1;
}

.abmain5 .owl-theme .owl-buttons {
  width: 89px;
  height: 42px;
  position: relative;
  margin: auto;
  display: none !important
}

.abmain5 .owl-theme .owl-buttons div {
  width: 42px;
  height: 42px;
  background: #fff;
  position: absolute;
  line-height: 42px;
  font-size: 24px;
  transition: 0.5s;
}

.abmain5 .owl-theme .owl-prev {
  left: 0px;
}

.abmain5 .owl-theme .owl-next {
  right: 0px;
}

.abmain5 .owl-theme .owl-buttons div:hover {
  background: #3080f9;
  color: #fff;
}

.ab5tu {}

.ab5tu img {
  width: 100%;
}

@media screen and (max-width:999px) {
  .abmain5 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .abmain5 .owl-theme .owl-controls {
    margin-top: 20px;
  }
}

@media screen and (max-width:767px) {
  .abmain5 {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .abmain5 .row {
    margin-top: 20px;
    margin-left: -5px;
    margin-right: -5px;
  }

  .abmain5 .owl-carousel .owl-item {
    padding: 0 5px;
  }

  .abmain5 .owl-theme .owl-controls {
    margin-top: 10px;
  }
}

/****************************  search  ***************************/
.scn {
  padding-top: 0px;
}

.sclie {
  margin-top: 0px;
  margin-bottom: 47px;
}

.serb {
  padding-top: 34px;
}

.serbiao {
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 60px;
}

.serxin {
  margin: auto;
  background: url("../img/sexin.jpg") no-repeat center;
  background-size: cover;
  padding-top: 48px;
  padding-bottom: 74px;
  margin-top: 42px;
}

.serb .m10xin {
  width: 95%;
  max-width: 745px;
  margin: auto;
}

@media screen and (max-width:1359px) {
  .serbiao {
    font-size: 38px;
    font-size: 3.8rem;
    line-height: 50px;
  }

  .sclie {
    margin-bottom: 20px;
  }

  .serb {
    padding-top: 20px;
  }

  .serxin {
    padding-top: 15px;
    padding-bottom: 30px;
    margin-top: 20px;
  }
}

@media screen and (max-width:999px) {
  .serbiao {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 40px;
  }
}

@media screen and (max-width:767px) {
  .serbiao {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 30px;
  }
}

/****************************  contact1  ***************************/
.co1main1 {
  background: url("../img/co11bei.jpg") no-repeat left 202px;
  padding-top: 67px;
  padding-bottom: 110px;
}

.co1main1 .zong {
  position: relative;
}

.co1main1 .zong:before {
  content: "";
  position: absolute;
  width: 133px;
  height: 10px;
  right: 102px;
  bottom: -42px;
  background: #37bde8;
  opacity: 0.95;
}

.abbiao {
  padding-left: 36px;
}

.abbiao:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 49px;
  background: #0090ff;
}

.co11n {
  background: rgba(55, 189, 232, 0.98);
  padding: 75px 130px;
  margin-left: 280px;
  margin-top: 35px;
  position: relative;
}

.co11n p {
  color: #fff;
}

.co11n:before {
  content: "";
  position: absolute;
  width: 39px;
  height: 31px;
  background: url("../img/coqyin.jpg") no-repeat center;
  left: 45px;
  top: 40px;
}

.co11n:after {
  content: "";
  position: absolute;
  width: 39px;
  height: 31px;
  background: url("../img/cohyin.jpg") no-repeat center;
  right: 90px;
  bottom: 50px;
}

@media screen and (max-width:1359px) {
  .co1main1 {
    background: url("../img/co11bei.jpg") no-repeat left 130px;
    padding-top: 36px;
    padding-bottom: 50px;
  }

  .co11n {
    padding: 30px 40px;
    margin-left: 60px;
    margin-top: 35px;
  }

  .co11n:before {
    width: 20px;
    background-size: 100%;
    left: 10px;
    top: 10px;
  }

  .co11n:after {
    width: 20px;
    background-size: 100%;
    right: 10px;
    bottom: 10px;
  }

  .abbiao {
    padding-left: 20px;
  }

  .abbiao:before {
    width: 4px;
    height: 30px;
  }

  .co1main1 .zong:before {
    display: none;
  }
}

@media screen and (max-width:999px) {
  .co11n {
    padding: 20px 15px;
    margin-left: 0px;
    margin-top: 20px;
  }

  .co11n:before,
  .co11n:after {
    display: none;
  }
}

@media screen and (max-width:767px) {
  .co1main1 {
    background: url("../img/co11bei.jpg") no-repeat left 100px;
    padding-top: 26px;
    padding-bottom: 30px;
  }
}

.co1main2 {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  padding-top: 60px;
  padding-bottom: 109px;
}

.co12lie {
  margin-top: 50px;
  width: 48%;
  box-shadow: 0px 3px 32px 0px rgba(0, 0, 0, 0.1);
}

.co12biao {
  height: 180px;
  line-height: 180px;
  padding: 0 10px;
  text-align: center;
}

.co12biao p {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  font-size: 38px;
  font-size: 3.8rem;
  line-height: 44px;
  padding-left: 24px;
  position: relative;
  line-height: 180px;
}

.co12biao p:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 58px;
  background: #ffffff;
  left: 0px;
  top: 50%;
  transform: translateY(-50%)
}

.outer3 {
  margin-top: 37px;
  font-size: 0px;
  position: relative;
}

.tab3 {
  zoom: 1;
  font-size: 0px;
  text-align: center;
  position: relative;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 18px;
}

.tab3 li {
  transition: 0.5s;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: center;
  width: 50%;
  padding: 3px 10px;
  padding-bottom: 25px;
  z-index: 1
}

.tab3 li:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
  width: 0;
  border: 10px solid #37bde8;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  transition: 0.5s;
  opacity: 0
}

.tab3 li span {
  display: block;
  text-align: center;
  color: #666666;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  transition: 0.5s;
}

.tab3 li.current3:before {
  opacity: 1
}

.tab3 li.current3 span {
  color: #46bce2;
}

.content3 {
  display: block;
}

.content3 .tabul3 {
  display: none;
  font-size: 0px;
  vertical-align: middle;
}

.co12p {
  padding: 55px 40px;
  padding-bottom: 110px;
}

.co12p p strong {
  display: block;
  background: url("../img/co12hua.png") no-repeat left 7px;
  padding-left: 26px;
  font-weight: normal;
}

@media screen and (max-width:1359px) {
  .co1main2 {
    padding-top: 40px;
    padding-bottom: 49px;
  }

  .co12lie {
    margin-top: 20px;
    width: 49%;
  }

  .co12biao {
    height: 100px;
    line-height: 100px;
  }

  .co12biao p {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 40px;
    padding-left: 20px;
  }

  .co12biao p:before {
    width: 4px;
    height: 30px;
  }

  .outer3 {
    margin-top: 20px;
  }

  .tab3 {
    padding-bottom: 10px;
  }

  .tab3 li {
    padding-bottom: 18px;
  }

  .tab3 li:before {
    border: 6px solid #37bde8;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
  }

  .tab3 li span {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
  }

  .co12p {
    padding: 30px 20px;
  }
}

@media screen and (max-width:999px) {
  .co12p {
    padding: 20px 10px;
  }

  .co12biao {
    height: 60px;
    line-height: 60px;
  }

  .co12biao p {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 30px;
    padding-left: 15px;
  }

  .co12biao p:before {
    width: 2px;
    height: 26px;
  }
}

@media screen and (max-width:767px) {
  .co1main2 {
    padding-top: 25px;
    padding-bottom: 30px;
  }

  .co12lie {
    width: 100%;
  }

  .tab3 li span {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
  }
}

.co1main3 {
  background: url("../img/co13bei.jpg") no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  padding-top: 58px;
  padding-bottom: 57px;
}

.co1main3:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: url("../img/co13bei.jpg") no-repeat center;
  background-size: cover;
  z-index: -1
}

.co13biao {
  color: #ffffff;
  font-size: 42px;
  font-size: 4.2rem;
  line-height: 50px;
  font-family: MyriadPro-Bold, Arial, "Arial Black", "sans-serif", Verdana;
  text-align: center;
}

.co13xin input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999999;
  opacity: 0.57
}

.co13xin input:-o-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999999;
  opacity: 0.57
}

.co13xin input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999999;
  opacity: 0.57
}

.co13xin input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999999;
  opacity: 0.57
}

.co13xin textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999999;
  opacity: 0.57
}

.co13xin textarea:-o-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999999;
  opacity: 0.57
}

.co13xin textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999999;
  opacity: 0.57
}

.co13xin textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999999;
  opacity: 0.57
}


.co13xin {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  margin-top: 30px;
}

.co13xin .int1 {
  width: 49.3%;
  margin-top: 30px;
}

.co13xin .int2 {
  width: 100%;
  margin-top: 30px;
}

.co13xin .int3 {
  width: 49.3%;
  margin-top: 30px;
}

.co13xin .int4 {
  width: 49.3%;
  margin-top: 30px;
}

.co13xin .int5 {
  width: 100%;
  margin-top: 45px;
  text-align: center;
}

.co13a {
  color: #ffffff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  margin-bottom: 13px;
}

.co13xin input {
  width: 100%;
  height: 55px;
  line-height: 55px;
  padding-left: 21px;
  padding-right: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #c5c5c5;
  background: #ffffff;
  border: solid 1px #dedede;
}

.co13xin select {
  width: 100%;
  height: 55px;
  line-height: 55px;
  padding-left: 21px;
  padding-right: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #c5c5c5;
  background: #ffffff url("../img/xing1.jpg") no-repeat 7px center;
  border: solid 1px #dedede;
}

.co13xin textarea {
  width: 100%;
  height: 114px;
  line-height: 35px;
  padding: 10px 0;
  padding-left: 21px;
  padding-right: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #c5c5c5;
  border: solid 1px #dedede;
}

.int3n {
  position: relative;
  padding-right: 440px;
}

.int3n input {
  width: 0px;
  height: 0px;
  padding: 0px;
  font-size: 0px;
  position: absolute;
  left: 0px;
  top: 0px;
  visibility: hidden;
}

.fise {
  position: absolute;
  width: 413px;
  right: 0px;
  bottom: 0px;
  line-height: 55px;
  color: #fefefe;
  font-size: 16px;
  font-size: 1.6rem;
}

.int3fi {
  display: block;
  width: 100%;
  height: 55px;
  line-height: 55px;
  padding-left: 21px;
  padding-right: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #c5c5c5;
  background: #ffffff;
  border: solid 1px #dedede;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
}

.int4n {
  position: relative;
  padding-right: 449px;
}

.int4n .yanzheng {
  width: 153px;
  height: 55px;
  position: absolute;
  left: 278px;
  bottom: 0px;
  cursor: pointer;
}

.co13xin .int5 input {
  width: 356px;
  height: 62px;
  line-height: 62px;
  color: #37bde8;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  background: #ffffff;
  border-radius: 2px;
  cursor: pointer;
}

.co13xin .xing input {
  background: #ffffff url("../img/xing1.jpg") no-repeat 7px center;
}

@media screen and (max-width:1559px) {
  .int3n {
    padding-right: 220px;
  }

  .fise {
    width: 200px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .int4n {
    padding-right: 170px;
  }

  .int4n .yanzheng {
    width: 153px;
    height: 55px;
    left: auto;
    right: 0px;
  }
}

@media screen and (max-width:1359px) {
  .co13biao {
    font-size: 34px;
    font-size: 3.4rem;
    line-height: 40px;
  }

  .co13xin .int1 {
    width: 49.3%;
    margin-top: 10px;
  }

  .co13xin .int2 {
    width: 100%;
    margin-top: 10px;
  }

  .co13xin .int3 {
    width: 49.3%;
    margin-top: 10px;
  }

  .co13xin .int4 {
    width: 49.3%;
    margin-top: 10px;
  }

  .co13xin .int5 {
    width: 100%;
    margin-top: 45px;
  }

  .co13a {
    margin-bottom: 5px;
  }

  .co13xin input,
  .co13xin select,
  .co13xin textarea,
  .int3fi {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .co13xin .int5 input {
    width: 250px;
    height: 62px;
    line-height: 62px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width:999px) {
  .co1main3 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .co13biao {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 34px;
  }

  .co13xin {
    margin-top: 10px;
  }

  .co13a {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
  }

  .co13xin .int1 {
    width: 100%;
    margin-top: 10px;
  }

  .co13xin .int2 {
    width: 100%;
    margin-top: 10px;
  }

  .co13xin .int3 {
    width: 100%;
    margin-top: 10px;
  }

  .co13xin .int4 {
    width: 100%;
    margin-top: 10px;
  }

  .co13xin .int5 {
    width: 100%;
    margin-top: 45px;
  }
}

@media screen and (max-width:767px) {
  .co13xin .int5 {
    margin-top: 30px;
  }

  .fise {
    position: relative;
    width: 100%;
    line-height: 24px;
    margin-top: 5px;
  }

  .int3n {
    padding-right: 0px;
  }

  .int4n {
    padding-right: 120px;
  }

  .int4n .yanzheng {
    width: 100px;
    height: 40px;
  }

  .co13xin input,
  .co13xin select,
  .co13xin .int5 input {
    height: 40px;
    line-height: 40px;
  }
}

/****************************  contact  ***************************/
.co2main1 {
  padding-top: 73px;
  padding-bottom: 45px;
}

.co21n {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  padding-top: 78px;
}

.co21l {
  width: 47%;
}

.co21r {
  width: 45.57%;
  background: #f7f7f7;
  padding: 1px 72px;
  padding-bottom: 66px;
}

.cobiao {
  font-family: MyriadPro-Bold, Arial, "Arial Black", "sans-serif", Verdana;
}

.co21biao {
  font-size: 42px;
  font-size: 4.2rem;
  line-height: 53px;
  font-family: MyriadPro-Bold, Arial, "Arial Black", "sans-serif", Verdana;
}

.co21xin {
  position: relative;
  min-height: 50px;
  padding: 10px 0;
  padding-left: 155px;
  line-height: 30px;
  color: #666666;
  font-size: 18px;
  font-size: 1.8rem;
  margin-top: 40px;
}

.co21xin p {
  color: #666666;
}

.co21xin p em {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #0090ff;
  color: #fff;
  font-size: 26px;
}

.co21xin p strong {
  position: absolute;
  left: 69px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
  font-size: 2.2rem;
  font-family: MyriadPro-Bold, Arial, "Arial Black", "sans-serif", Verdana;
  font-weight: normal;
  color: #333
}

.co21xin p a {
  color: #666666;
}

.co21xin p a:hover {
  color: #37bde8;
}

.coxin {}

.coxin .int1 {
  padding-left: 15px;
  margin-top: 43px;
}

.coxin .int2 {
  padding-left: 15px;
  margin-top: 20px;
}

.coxin .int3 {
  padding-left: 15px;
  margin-top: 43px;
  position: relative;
}

.coxin .int4 {
  padding-left: 15px;
  margin-top: 35px;
}

.coxin input {
  border-bottom: solid 1px #666666;
  width: 100%;
  height: 57px;
  line-height: 57px;
  color: #999999;
  font-size: 16px;
  font-size: 1.6rem;
  background: none;
}

.coxin textarea {
  border-bottom: solid 1px #666666;
  width: 100%;
  height: 110px;
  line-height: 37px;
  color: #999999;
  font-size: 16px;
  font-size: 1.6rem;
  background: none;
}

.coxin .int3 input {
  padding-right: 120px;
}

.coxin .int3 .yanzheng {
  width: 113px;
  height: 40px;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.coxin .int4 input {
  height: 49px;
  line-height: 49px;
  font-size: 26px;
  font-size: 2.6rem;
  border-radius: 6px;
  border: none;
  text-align: center;
  color: #ffffff;
  background: #0090ff;
}

.coxin .xing {
  background: url("../img/xing2.jpg") no-repeat left center;
}

@media screen and (max-width:1359px) {
  .co2main1 {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .co21n {
    padding-top: 40px;
  }

  .co21l {
    width: 49%;
  }

  .co21r {
    width: 47%;
    padding: 1px 30px;
    padding-bottom: 40px;
  }

  .co21biao {
    font-size: 34px;
    font-size: 3.4rem;
    line-height: 44px;
  }

  .coxin .int1 {
    margin-top: 20px;
  }

  .coxin .int2 {
    margin-top: 20px;
  }

  .coxin .int3 {
    margin-top: 20px;
  }

  .coxin .int4 {
    margin-top: 35px;
  }

  .coxin .int4 input {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    font-size: 1.8rem;
  }

  .co21xin {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 30px;
    padding-left: 120px;
    min-height: 40px;
  }

  .co21xin p em {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
  }

  .co21xin p strong {
    font-size: 18px;
    font-size: 1.8rem;
    left: 50px;
  }
}

@media screen and (max-width:999px) {
  .co21biao {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 34px;
  }
}

@media screen and (max-width:767px) {
  .co2main1 {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .co21n {
    padding-top: 20px;
  }

  .co21l {
    width: 100%;
  }

  .co21r {
    width: 100%;
    margin-top: 20px;
    padding: 1px 10px;
    padding-bottom: 30px;
  }

  .co21biao {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
    margin-bottom: 30px;
  }

  .co21xin {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 22px;
    padding: 4px 0;
    margin-top: 16px;
    padding-left: 120px;
    min-height: 30px;
  }

  .co21xin p em {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
  }

  .co21xin p strong {
    font-size: 14px;
    font-size: 1.4rem;
    left: 40px;
  }

  .coxin input {
    height: 34px;
    line-height: 34px;
  }

  .coxin input,
  .coxin textarea {
    font-size: 12px;
    font-size: 1.2rem;
  }

  .coxin .int3 input {
    padding-right: 80px;
  }

  .coxin .int3 .yanzheng {
    width: 70px;
    height: 26px;
  }
}

.co2main2 {
  padding-bottom: 114px;
}

.co22 {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  padding-top: 29px;
}

.co22lie {
  width: 47.79%;
  background: #f5f5f5;
  border-radius: 10px;
  padding: 18px 40px;
  padding-bottom: 30px;
  margin-top: 38px;
}

.co2biao {
  font-size: 30px;
  font-size: 3rem;
  line-height: 40px;
  font-family: MyriadPro-Bold, Arial, "Arial Black", "sans-serif", Verdana;
  position: relative;
  padding-left: 60px;
}

.co2biao em {
  position: absolute;
  left: 0px;
  top: 0px;
  color: #00cdff;
  font-size: 36px;
}

.co22n {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  color: #666666;
  padding-top: 30px;
}

.co22n p {
  color: #666666;
  position: relative;
  padding-left: 79px;
  margin-top: 20px;
}

.co22n p strong {
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 20px;
  font-size: 2rem;
  color: #333;
}

.co22n p a {
  color: #666;
}

.co22n p a:hover {
  color: #00cdff;
}

@media screen and (max-width:1359px) {
  .co2main2 {
    padding-bottom: 60px;
  }

  .co22 {
    padding-top: 10px;
  }

  .co22lie {
    width: 49%;
    padding: 20px;
    padding-bottom: 30px;
    margin-top: 20px;
  }

  .co2biao {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 30px;
    padding-left: 35px;
  }

  .co2biao em {
    font-size: 26px;
  }

  .co22n {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
    padding-top: 10px;
  }

  .co22n p {
    padding-left: 79px;
    margin-top: 15px;
  }

  .co22n p strong {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media screen and (max-width:999px) {
  .co2main2 {
    padding-bottom: 40px;
  }

  .co2biao {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
    padding-left: 30px;
  }

  .co2biao em {
    font-size: 20px;
  }

  .co22n {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
    padding-top: 10px;
  }

  .co22n p {
    padding-left: 65px;
    margin-top: 15px;
  }

  .co22n p strong {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width:767px) {
  .co2main2 {
    padding-top: 10px;
    padding-bottom: 30px;
  }

  .co22lie {
    width: 100%;
    padding: 20px 10px;
    margin-top: 10px;
  }
}




















@media screen and (max-width:1359px) {}

@media screen and (max-width:999px) {}

@media screen and (max-width:767px) {}












@font-face {
  font-family: MyriadPro-Regular;
  font-display: swap;
  src: url('../fonts/myriadproregular.eot');
  src: url('../fonts/MyriadProRegular.eot') format('embedded-opentype'),
    url('../fonts/myriadproregular.woff2') format('woff2'),
    url('../fonts/MyriadProRegular.woff') format('woff'),
    url('../fonts/myriadproregular.ttf') format('truetype'),
    url('../fonts/myriadproregular.svg#myriadproregular') format('svg');
}

@font-face {
  font-family: MyriadPro-Bold;
  font-display: swap;
  src: url("../fonts/myriadpro-bold.woff2") format("woff2"),
    url("../fonts/MyriadPro-Bold.woff") format("woff"),
    url("../fonts/myriadpro-bold.ttf") format("truetype"),
    url("../fonts/myriadpro-bold.eot") format("embedded-opentype"),
    url("../fonts/myriadpro-bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "iconfont"; /* Project id  */
  src: url('../fonts/iconfont2.ttf?t=1711518572666') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-douyin:before {
  content: "\e604";
}


@font-face {
  font-family: "iconfont";
  /* Project id 4064648 */
  font-display: swap;
  src: url('../fonts/iconfont.woff2') format('woff2'),
    url('../fonts/iconfont.woff') format('woff'),
    url('../fonts/iconfont.ttf') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.icon-shangchuan1:before {
  content: "\e60a";
}

.icon-xiajiantou:before {
  content: "\e603";
}

.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-ttd:before {
  content: "\e643";
}

.icon-top3:before {
  content: "\e601";
}

.icon-dianhua:before {
  content: "\e739";
}

.icon-bottom3:before {
  content: "\e8ac";
}





.yijiw {
  padding-top: 0px;
  background: #fff;
  position: absolute;
  width: 255px;
  top: -9999px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.2);
}

.yiji {
  background-color: #ffffff;

}

.yiji li {
  position: relative;
  transition: 0.5s;
}

.yiji li a {
  display: block;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #666666;
  padding: 8px 22px;
  position: relative;
}

.yiji li a i {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  font-size: 10px;
}

.yiji li:hover {
  color: #37bde8;
}

.yiji li:hover>a {
  color: #37bde8;
}

.erji {
  position: absolute;
  width: 189px;
  top: -9999px;
  left: 255px;
  background-color: #ffffff;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.45);
}

.sanji {
  position: absolute;
  width: 189px;
  background-color: #ffffff;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.45);
  top: -9999px;
  left: 189px;
}

.daohang>li:hover .yijiw {
  top: 100%;
}

.daohang>li:hover .yiji>li>a {
  line-height: 26px;
}

.yiji>li:hover .erji {
  top: 0px;
}

.yiji>li:hover .erji>li>a {
  line-height: 26px;
}

.erji>li:hover .sanji {
  top: 0px;
}

.erji>li:hover .sanji>li>a {
  line-height: 26px;
}


.uut {
  position: relative;
}

/* **20232-6-8********** */
.so2-vedio{
  position: relative;
}
.start{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

/* 2023-6-15 */


@media screen and (max-width:1333px){
  .sumain4 .owl-theme .owl-buttons div{
    width: 38px;
    height: 38px;
    line-height: 36px;
    font-size: 16px;
  }
}

@media screen and (max-width:999px){
  .sumain4 .owl-theme .owl-prev{
    left: -10px;
  }
  .sumain4 .owl-theme .owl-next{
    right: -10px;
  }
}

@media screen and (max-width:768px){
  .sumain4 .owl-theme .owl-buttons div{
    width: 34px;
    height: 34px;
    line-height: 32px;
    font-size: 14px;
  }
  .sumain4 .owl-theme .owl-prev{
    left: 0px;
  }
  .sumain4 .owl-theme .owl-next{
    right: 0px;
  }
}

.pr3 img{
        display: inline;
}
.pages {  color: #999;overflow: auto; }
.pages a, .pages .cpb { text-decoration:none;float: left; padding: 0 5px; border: 1px solid #ddd;background: #fff;margin:0 2px; font-size:11px; color:#000;}
.pages a:hover { background-color: #E61636; color:#fff;border:1px solid #E61636; text-decoration:none;}
.pages .cpb { font-weight: bold; color: #fff; background: #E61636; border:1px solid #E61636;    line-height: 28px;
    width: 28px;}
.fdh-01-nav-one {
    background: #dfdfdf;
    line-height: 55px;
    margin-bottom: 3px;
    padding-left: 20px;
}







































































