@charset "UTF-8";

@font-face {
  font-family: openSans;
  src: url(../font/OpenSans-Regular.ttf);
}

body,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
img,
legend,
li,
ol,
p,
ul {
  margin: 0;
  padding: 0;
}

body {
  font-family: openSans, Arial, Helvetica, sans-serif, Microsoft YaHei, "宋体";
}

fieldset,
img {
  border: 0;
}

img {
  vertical-align: middle;
}

address,
caption,
cite,
code,
dfn,
th,
var {
  font-style: normal;
  font-weight: 400;
}

ol,
ul {
  list-style: none;
}

input {
  padding-top: 0;
  padding-bottom: 0;
  font-family: openSans, Arial, Helvetica, sans-serif, Microsoft YaHei, "宋体";
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

input,
select,
textarea {
  font-size: 12px;
  margin: 0;
}

input {
  outline: 0;
  color: #6d6d6d;
  -webkit-tap-highlight-color: transparent;
}

textarea {
  resize: none;
}

table {
  border-collapse: collapse;
}

a {
  text-decoration: none;
}

section {
  color: #7c7c7c;
}

.blue-line {
  width: 88px;
  height: 2px;
  background-color: #2972d8;
  display: inline-block;
  margin-bottom: 6px;
}

.blue-ellipse {
  padding: 0 7px;
  border: 1px solid #2972d8;
  border-radius: 5px;
  margin-top: 5px;
  display: inline-block;
}

.v {
  color: #fff;
}

.col-lg-5ths,
.col-md-5ths,
.col-sm-5ths,
.col-xs-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}

@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}

.col-xs-5ths {
  width: 20%;
  float: left;
}

.oh {
  overflow: hidden;
}

.a {
  color: #fff;
}

.color-black {
  color: #000;
}

.center {
  text-align: center;
}

.box {
  padding-top: 60px;
  padding-bottom: 60px;
}

.carousel-inner img {
  width: 100%;
}

.mt55 {
  margin-top: 55px;
}

.mt40 {
  margin-top: 40px;
}

.mb15 {
  margin-bottom: 15px;
}

.text-indent2 {
  text-indent: 2em;
}

.bg-f0 {
  background-color: #f0f0f0;
}

.bg-fff {
  background-color: #fff;
}

.db {
  display: block !important;
}

.dn {
  display: none !important;
}

.dib {
  display: inline-block !important;
}

.activeItem {
  font-size: 14px !important;
  font-family: Microsoft YaHei !important;
  font-weight: bold !important;
  color: rgba(55, 109, 224, 1) !important;
  padding-bottom: 11px;
  position: relative;
}

.activeItem:after {
  position: absolute;
  content: "";
  bottom: 4px;
  left: 50%;
  margin-left: -15px;
  width: 30px;
  height: 3px;
  background: rgba(55, 109, 225, 1);
  border-radius: 1px;
}

.activeItem-m {
  color: #fff !important;
  background-color: #2972d8 !important;
}

nav.navbar {
  width: 100%;
  position: relative;
  margin-bottom: 0;
}

.navbar-main {
  /* position: absolute;
	right: 300px;
	top: 0 */
}

.navbar-header button {
  border: none;
  color: #fff;
  padding: 1px 3px;
  background-color: #2972d8;
}

@media (max-width: 768px) {
  .carousel-control .icon-chevron-left {
    width: 40px !important;
    height: 40px !important;
    margin-top: -20px !important;
  }

  .carousel-control .icon-chevron-right {
    width: 40px !important;
    height: 40px !important;
    margin-top: -20px !important;
  }

  .honourImg {
    display: none;
  }

  nav.navbar {
    width: auto;
  }

  .navbar-header {
    position: fixed;
    top: -3px;
    right: 10px;
    z-index: 99999;
  }

  .navbar-collapse {
    top: 0;
    position: fixed;
    overflow: hidden;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 3333;
    max-height: 100%;
    padding: 0 26px !important;
  }

  .color-black {
    font-size: 25px;
  }

  .box {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}

.navbar {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-collapse {
  padding: 0;
}

.navbar .nav-link {
  color: #000;
  font-size: 16px;
  width: 120px;
  text-align: center;
  padding: 20px 0 16px 0;
  border-bottom: 3px solid transparent;
}

.navbar .nav-link-hover {
  /* border-bottom: 3px solid #376DE1; */
  /* color: #376DE1; */
  /* background-color:  !important */
  background-color: rgba(244, 244, 244, 1);
}

.navbar-brand {
  padding: 20px 0 15px;
  font-size: 16px;
  text-align: center;
  color: #fff;
}

.logo {
  margin-top: 11px;
  margin-right: 165px;
}

.logo img {
  width: 235px;
  height: 38px;
}

.navbar-main {
  float: left;
  overflow: hidden;
}

@media (max-width: 768px) {
  .navbar-brand {
    padding: 15px 0 13px 10px !important;
    width: 100%;
    line-height: inherit;
    color: #000;
    text-align: left;
  }

  .navbar-toggle {
    margin-top: 15px;
  }
}

header {
  position: relative;
}

.gxMargin {
  margin: 38px 0;
}

@media (min-width: 992px) {
  .gxMargin {
    margin: 53px 0;
  }
}

@media (min-width: 1200px) {
  .gxMargin {
    margin: 66px 0;
  }
}

.cfun {
  background-color: rgba(41, 114, 216, 0.6);
  color: #fff;
  height: 60px;
}

.cfun .row {
  height: 100%;
}

.cfun .col-sm-5ths {
  height: 100%;
  padding: 10px;
}

.cfun .col-sm-5ths:hover {
  background-color: #255f94;
}

.h-item > p {
  color: #000000 !important;
}

@media (min-width: 768px) {
  .navbar-brand {
    height: 56px;
    width: 150px;
    line-height: 29px;
    background-color: #2f77d0;
  }

  .cfun {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }

  .carousel-indicators {
    bottom: 60px;
  }

  header .navbar {
    margin-bottom: 0;
    background-color: #fff;
    border-radius: 0;
    height: 60px;
    display: flex;
    justify-content: center;
  }
}

.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
  background-color: #2f77d0 !important;
  color: #fff;
}

.carousel-control.left {
  background-image: none;
}

.carousel-control.right {
  background-image: none;
}

.carousel-control .icon-chevron-left {
  position: absolute;
  top: 50%;
  left: 20%;
  /* color: #2972d8 */
  width: 56px;
  height: 56px;
  margin-top: -28px;
}

.carousel-control .icon-chevron-right {
  position: absolute;
  top: 50%;
  right: 20%;
  width: 56px;
  height: 56px;
  transform: scale(-1, 1);
  margin-top: -28px;
  /* color: #2972d8 */
}

.about {
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  margin-bottom: 6px;
}

.blue-line2 {
  width: 28px;
  height: 2px;
  background-color: #0f5bd7;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 28px;
}

.honour {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 65px;
  padding-bottom: 83px;
}

.honourImg {
  width: 667px;
  height: 423px;
  background-image: url(../img/tupian@2x.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 87px;
  /* margin-bottom: 83px; */
}

.wordItem {
  position: relative;
  align-items: center;
  margin-top: 32px;
}

.wordItem > div:nth-child(3) {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
}

.getImgCode {
  width: 118px;
  height: 42px;
  cursor: pointer;
  /* background-color: greenyellow; */
}

.ring {
  width: 9px;
  height: 9px;
  border: 2px solid #0095fb;
  background-color: #fff;
  border-radius: 50%;
}

.ring2 {
  width: 9px;
  height: 9px;
}

.wordTime {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  margin-left: 23px;
  margin-right: 30px;
  width: 6em;
  text-align: right;
}

.grayLine1 {
  width: 1px;
  height: 32px;
  background-color: rgba(207, 207, 207, 1);
  position: absolute;
  bottom: 22px;
  left: 3.8px;
}

.grayLine2 {
  width: 1px;
  height: 58px;
  background-color: rgba(207, 207, 207, 1);
  position: absolute;
  bottom: -4px;
  left: 3.8px;
}

.grayLine3 {
  width: 1px;
  height: 56px;
  background-color: rgba(207, 207, 207, 1);
  position: absolute;
  bottom: -2px;
  left: 3.8px;
}

.flex {
  display: flex;
}

.carousel-indicators .active {
  width: 16px !important;
  height: 6px !important;
  background: rgba(255, 255, 255, 1);
  border-radius: 3px;
  margin: 1px;
}

.carouselBox {
  display: none;
}

.carousel-indicators li {
  width: 16px !important;
  height: 6px !important;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 3px;
  border: 0;
}

#serviceArea {
  background-image: url(../img/fuwufanwei@2x.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.white {
  color: white;
}

.fb {
  font-weight: bold;
}

.service {
  margin-top: 6px;
  margin-bottom: 20px;
}

.whiteLine {
  width: 28px;
  height: 2px;
  background: rgba(255, 255, 255, 1);
  margin: 0 auto;
}

@media (max-width: 768px) {
  .about {
    margin-bottom: 3px;
  }

  .blue-line2 {
    margin-top: 10px;
    margin-bottom: 14px;
  }

  .carousel-indicators .active {
    width: 8px;
    height: 8px;
  }

  .carousel-control .icon-chevron-left,
  .carousel-control .icon-chevron-right {
    font-size: 1em;
  }

  .carousel-indicators li {
    width: 7px;
    height: 7px;
  }

  nav {
    position: relative;
  }
}

* {
  word-break: break-all;
}

@media (min-width: 768px) {
  .banner:hover .carouselBox {
    display: block;
  }

  .navbar-nav > li.nav-item {
    float: right;
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    width: 100%;
  }
}

@media (min-width: 860px) {
  .nav .nav-link {
    width: 80px;
  }

  .ctf-mask p {
    font-size: 12px;
  }
}

@media (min-width: 1000px) {
  .nav .nav-link {
    width: 100px;
  }

  .ctf-mask p {
    font-size: 14px;
  }
}

.navbar-nav > li > a.navbar-brand {
  line-height: 29px;
}

.banner {
  width: 100%;
}

.ctf-main {
  height: 100%;
  width: 50%;
  display: flex;
  flex-wrap: wrap;
}

.ctf-main > div {
  margin-top: 18px;
}

.checkMore,
.noMore {
  width: 128px;
  height: 32px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(234, 234, 234, 1);
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin: 0 auto;
  margin-top: 30px;
}

.checkMore > div:nth-child(2) {
  margin-left: 10px;
  width: 16px;
  height: 16px;
  background-image: url(../img/xiala@2x.png);
}

.noMore > div:nth-child(2) {
  margin-left: 10px;
  width: 16px;
  height: 16px;
  background-image: url(../img/xiala@2x.png);
  transform: scale(1, -1);
}

@media (max-width: 768px) {
  .icon-bar {
    background-color: #ff6a00;
  }

  .navbar-nav {
    margin: 0;
    margin-top: 50px;
  }

  .nav .nav-link {
    width: 100%;
    padding: 10px 0 10px;
    color: #000;
    text-align: left;
    padding-left: 10px;
    border-radius: 5px;
  }

  .col-lg-5ths,
  .col-md-5ths,
  .col-sm-5ths,
  .col-xs-5ths {
    padding-right: 6px;
    padding-left: 6px;
  }
}

@media (min-width: 1553px) {
  .cfun .col-sm-2 {
    padding: 25px 5px;
  }
}

@media (max-width: 1080px) {
  .cfun .col-sm-2 {
    font-size: 0.6em;
  }

  .cfun img {
    width: 30px;
  }
}

@media (max-width: 768px) {
  .cfun {
    display: none;
  }
}

.history {
  position: relative;
  margin-top: 30px;
  margin-bottom: 60px;
}

.history .history-l,
.history .history-r {
  width: 41%;
  display: inline-block;
}

.history img {
  width: 17%;
}

@media (max-width: 768px) {
  .history .history-l,
  .history .history-r {
    width: 39%;
  }

  .history img {
    width: 22%;
  }
}

.history h5 {
  color: #42aeef;
  font-size: 20px;
}

.history p {
  font-size: 14px;
}

@media (max-width: 768px) {
  .history h5 {
    font-size: 16px;
  }

  .history p {
    font-size: 12px;
  }
}

.history .history-l .info {
  position: absolute;
  left: 0;
  color: #666;
  width: 40%;
}

.history .history-l h5,
.history .history-l p {
  text-align: right;
}

.history .history-l .info-1 {
  top: 17%;
  padding-right: 10px;
}

.history .history-l .info-2 {
  top: 41%;
  padding-right: 10px;
}

.history .history-l .info-3 {
  top: 65%;
  padding-right: 10px;
}

.history .history-l .info-4 {
  top: 89%;
  padding-right: 10px;
}

@media (max-width: 768px) {
  .history .history-l .info-1 {
    top: 12%;
    padding-right: 5px;
  }

  .history .history-l .info-2 {
    top: 34%;
    padding-right: 5px;
  }

  .history .history-l .info-3 {
    top: 59%;
    padding-right: 5px;
  }

  .history .history-l .info-4 {
    top: 80%;
    padding-right: 5px;
  }
}

.history .history-r .info {
  position: absolute;
  right: 0;
  color: #666;
  width: 40%;
}

.history .history-r h5,
.history .history-r p {
  text-align: left;
}

.history .history-r .info-1 {
  top: 5%;
  padding-left: 10px;
}

.history .history-r .info-2 {
  top: 29%;
  padding-left: 10px;
}

.history .history-r .info-3 {
  top: 53%;
  padding-left: 10px;
}

.history .history-r .info-4 {
  top: 77%;
  padding-left: 10px;
}

@media (max-width: 768px) {
  .history .history-r .info-1 {
    top: 2%;
    padding-right: 5px;
  }

  .history .history-r .info-2 {
    top: 23%;
    padding-right: 5px;
  }

  .history .history-r .info-3 {
    top: 49%;
    padding-right: 5px;
  }

  .history .history-r .info-4 {
    top: 74%;
    padding-right: 5px;
  }
}

.ctf {
  /* margin-bottom: 130px; */
  padding-top: 0;
}

.rowWp {
  width: 200%;
  position: relative;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.bigger-img {
  width: 90%;
  max-height: 430px;
}

.ctf .row {
  margin: 0;
}

.ctf .container {
  position: relative;
}

.ctf .vw {
  overflow: hidden;
  width: 100%;
}

.ctf .ctf-item {
  position: relative;
  left: 0;
  border: 1px solid #ddd;
  padding: 5px;
  cursor: pointer;
  background-color: #bdcee7;
}

.ctf .icon-btn {
  color: #c1c1c1;
  padding: 33px 10px 33px 8px;
  background-color: #eee;
  position: absolute;
  z-index: 999;
  top: 50%;
  right: 99%;
  margin-top: -7%;
}

.ctf .icon-btn2 {
  color: #c1c1c1;
  padding: 33px 8px 33px 10px;
  background-color: #eee;
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 99%;
  margin-top: -7%;
}

@media (max-width: 768px) {
  .ctf .icon-btn2 {
    left: 94%;
  }

  .ctf .icon-btn {
    right: 94%;
  }

  .ctf .icon-btn,
  .ctf .icon-btn2 {
    font-size: 1em;
    padding: 8px 2px 8px 2px;
  }

  .ctf .vw {
    width: 96%;
    margin: 0 auto;
  }
}

.ctf-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 12px;
  background-color: rgba(41, 114, 216, 0.8);
  display: none;
}

.ctf-mask p {
  position: absolute;
  width: 100%;
  height: 20px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.ctf-mask img {
  position: absolute;
  top: 25%;
  left: 39%;
  margin-bottom: 20px;
}

.ctf-mask div {
  width: 245px;
  text-indent: 2em;
  margin: 150px auto;
}

.ctf-item:hover .ctf-mask {
  display: none;
}

@media (max-width: 768px) {
  .ctf {
    margin-bottom: 0;
  }

  .mt55 {
    margin-top: 30px;
  }
}

.f-icon {
  width: 67px;
  height: 67px;
  float: left;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 21px;
}

#aboutUs {
  padding-bottom: 0;
}

#aboutUs .container {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 22px;
}

.tac {
  text-align: center;
}

#serviceArea .features h4 {
  color: white !important;
}

.f-icon1 {
  background-image: url(../img/sa1.png);
}

.f-icon2 {
  background-image: url(../img/sa2.png);
}

.f-icon3 {
  background-image: url(../img/sa3.png);
}

.f-icon4 {
  background-image: url(../img/sa4.png);
}

.f-icon5 {
  background-image: url(../img/sa5.png);
}

.f-icon6 {
  background-image: url(../img/sa6.png);
}

.f-icon7 {
  background-image: url(../img/sa7.png);
}

.f-icon8 {
  background-image: url(../img/sa8.png);
}

.f-icon9 {
  background-image: url(../img/sa9.png);
}

.f-icon1-1 {
  background-image: url(../img/sa1.png);
  display: none;
}

.f-icon2-1 {
  background-image: url(../img/sa2.png);
  display: none;
}

.f-icon3-1 {
  background-image: url(../img/sa3.png);
  display: none;
}

.f-icon4-1 {
  background-image: url(../img/sa4.png);
  display: none;
}

.f-icon5-1 {
  background-image: url(../img/sa5.png);
  display: none;
}

.f-icon6-1 {
  background-image: url(../img/sa6.png);
  display: none;
}

.f-icon7-1 {
  background-image: url(../img/sa7.png);
  display: none;
}

.f-icon8-1 {
  background-image: url(../img/sa8.png);
  display: none;
}

.f-icon9-1 {
  background-image: url(../img/sa9.png);
  display: none;
}

.features h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  padding-right: 25px;
}

.features h5 {
  padding-right: 25px;
  line-height: 23px;
  font-weight: 400;
}

.features > div {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  height: 168px;
}

.features > div:hover {
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-radius: 2px;
  box-shadow: none !important;
}

.features > div > div:hover {
  border: 0;
  box-shadow: none !important;
}

@media (max-width: 768px) {
  .f-icon {
    width: 60px;
    height: 60px;
  }

  .mt40 {
    margin-top: 10px;
  }

  .features h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 14px;
  }

  .features h5 {
    font-size: 14px;
  }
}

.partnerBoxs {
  width: 100%;
}

.partnerBoxs > div:not(:nth-child(4n)) {
  margin-right: 1%;
}

@media (max-width: 584px) {
  .OurProducts {
    justify-content: center !important;
  }

  .partnerBoxs {
    justify-content: center !important;
  }

  .partnerBoxs > div:not(:nth-child(4n)) {
    margin-right: 0%;
  }
}

.customerBoxs {
  width: 100%;
}

.customerBoxs > div:not(:nth-child(5n)) {
  margin-right: 1%;
}

@media (max-width: 482px) {
  .customerBoxs {
    justify-content: center !important;
  }

  .customerBoxs > div:not(:nth-child(5n)) {
    margin-right: 0;
  }
}

#OurProducts {
  background: rgba(241, 241, 241, 1);
}

.OurProducts {
  margin-top: 40px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.product {
  width: 276px;
  height: 304px;
  background-color: #fff;
  border-radius: 2px;
  padding: 0 25px;
  margin-bottom: 22px;
  text-align: left;
  text-indent: 2em;
  text-align: justify;
  text-justify: inter-ideograph;
}

.product:hover {
  box-shadow: 0px 4px 26px 0px rgba(163, 162, 162, 0.5);
}

.product2 {
  height: 460px;
}

.product4 {
  height: 360px;
}

.product > div:first-child {
  width: 107px;
  height: 107px;
  margin: 0 auto;
  margin-top: 15px;
}

.product > div:nth-child(2) {
  margin-top: 4px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  text-indent: 0;
  text-align: center;
}

.product > div:nth-child(3) {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 22px;
  margin-top: 14px;
}

.productOption {
  text-indent: 0;
}

.productOption > span {
  font-weight: bold;
}

.productOption > .point {
  margin-left: 1em;
  margin-right: 5px;
  display: inline-block;
  transform: scale(1.4);
}

.bgi {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.pl56 {
  padding-left: 56px;
}

.OurProducts .col-sm-4 {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}

.OurProducts .row {
  margin-left: -5px;
  margin-right: -5px;
}

.OurProducts .op-icon {
  width: 74px;
  height: 74px;
  display: inline-block;
}

.OurProducts .op-icon1 {
  background: url(../img/chanpin1.png) center no-repeat;
}

.OurProducts .op-icon1-1 {
  background: url(../img/chanpin1_1.png) center no-repeat;
  display: none;
}

.OurProducts .op-icon2 {
  background: url(../img/chanpin2.png) center no-repeat;
}

.OurProducts .op-icon2-1 {
  background: url(../img/chanpin2_1.png) center no-repeat;
  display: none;
}

.OurProducts .op-icon3 {
  background: url(../img/chanpin3.png) center no-repeat;
}

.OurProducts .op-icon3-1 {
  background: url(../img/chanpin3_1.png) center no-repeat;
  display: none;
}

.OurProducts .op-icon4 {
  background: url(../img/chanpin4.png) center no-repeat;
}

.OurProducts .op-icon4-1 {
  background: url(../img/chanpin4_1.png) center no-repeat;
  display: none;
}

.OurProducts .op-icon5 {
  background: url(../img/chanpin5.png) center no-repeat;
}

.OurProducts .op-icon5-1 {
  background: url(../img/chanpin5_1.png) center no-repeat;
  display: none;
}

.OurProducts .op-icon6 {
  background: url(../img/chanpin6.png) center no-repeat;
}

.OurProducts .op-icon6-1 {
  background: url(../img/chanpin6_1.png) center no-repeat;
  display: none;
}

.OurProducts .op-icon7 {
  background: url(../img/chanpin7.png) center no-repeat;
}

.OurProducts .op-icon7-1 {
  background: url(../img/chanpin7_1.png) center no-repeat;
  display: none;
}

.OurProducts .op-icon8 {
  background: url(../img/chanpin8.png) center no-repeat;
}

.OurProducts .op-icon8-1 {
  background: url(../img/chanpin8_1.png) center no-repeat;
  display: none;
}

.OurProducts .op-icon9 {
  background: url(../img/chanpin9.png) center no-repeat;
}

.OurProducts .op-icon9-1 {
  background: url(../img/chanpin9_1.png) center no-repeat;
  display: none;
}

.OurProducts .op-box {
  color: #666;
  border: 1px solid #ddd;
  background-color: #e7f0fe;
  padding: 30px;
  height: 330px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.OurProducts .op-box div h4 {
  color: #7c7c7c;
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 18px;
}

.OurProducts .op-box p {
  line-height: 28px;
}

.OurProducts .op-box div {
  font-size: 0;
}

.p-item {
  border: 1px solid #ddd;
  padding: 50px 25px 50px;
  margin-bottom: 40px;
  height: 150px;
}

.p-item:hover {
  box-shadow: 0 0 10px #888;
  -webkit-box-shadow: 0 0 10px #888;
  -moz-box-shadow: 0 0 10px #888;
  -o-box-shadow: 0 0 10px #888;
  -ms-box-shadow: 0 0 10px #888;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .p-item {
    padding: 50px 5px 50px;
  }
}

@media (max-width: 768px) {
  .p-item {
    padding: 50px 15px 50px;
  }

  .erweima {
    margin: 0 auto !important;
    margin-bottom: 10px !important;
  }

  .bottomInfos {
    padding-left: 20px;
    padding-top: 20px;
  }

  .beian {
    padding-left: 20px;
    padding-top: 20px;
  }

  .jieru {
    margin-top: 14px !important;
  }
}

.p-item .media-body,
.p-item .media-left,
.p-item .media-right {
  float: left;
}

.p-item .media {
  position: relative;
}

.p-item .media .media-object-name {
  white-space: nowrap;
  font-size: 12px;
  padding-left: 20px;
}

.p-item .media .wxFont {
  position: relative;
  left: 5px;
}

.p-item .media-body {
  font-size: 14px;
  width: 190px;
}

.p-item .media-heading {
  font-size: 17px;
  margin-bottom: 10px;
  font-weight: 600;
  white-space: nowrap;
}

@media (min-width: 1200px) {
  .p-item .media-heading {
    font-size: 19px;
  }

  .p-item .media-body {
    width: 219px;
  }
}

.c-item {
  border: 1px solid #ddd;
  padding: 20px 15px;
  margin-bottom: 35px;
  height: 200px;
}

.c-item:hover {
  box-shadow: 0 0 10px #888;
  -webkit-box-shadow: 0 0 10px #888;
  -moz-box-shadow: 0 0 10px #888;
  -o-box-shadow: 0 0 10px #888;
  -ms-box-shadow: 0 0 10px #888;
}

.c-item p {
  font-size: 14px;
  margin-top: 10px;
}

.c-item .c-item-img {
  width: 80%;
  margin: 10px auto;
}

.footer {
  padding-top: 30px;
  padding-bottom: 20px;
  color: #fff;
  background: #212831;
  /* width: 100%;
	position: absolute;
	bottom: 0;
	left: 0; */
}

.footer > div {
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
}

.footer a {
  color: #fff;
}

.w16 {
  width: 16px;
  height: 16px;
  margin-right: 12px;
}

.bottomInfos > div {
  margin-bottom: 14px;
}

.jieru {
  margin-top: 18px;
}

.erweima {
  width: 80px;
  height: 80px;
  margin-bottom: 10px;
  margin-left: 95px;
  margin-right: 100px;
}

.bottomLine {
  width: 1px;
  height: 147px;
  margin: 36px 0;
  background: rgba(62, 68, 77, 1);
  margin-right: 120px;
}

.ewm {
  position: fixed;
  z-index: 9999;
  right: 50px;
  top: 50%;
  margin-top: -100px;
}

@media (max-width: 768px) {
  .ewm {
    right: 0;
    display: none;
  }
}

.ewm .btn-group-vertical button {
  border-radius: 0 !important;
  height: 66px;
  width: 65px;
  padding: 0;
  position: relative;
}

.ewm .btn-group-vertical .activeItem {
  background-color: #f88929;
  border-color: #f88929;
}

.ewm .back-to-top {
  width: 100%;
  height: 100%;
  display: inline-block;
}

.ewm .back-to-top img {
  margin-top: 25px;
}

.form-control:focus {
  border: 1px solid #ccc;
  box-shadow: none;
}

.popover img {
  margin-right: 5px;
  margin-top: -2px;
}

.cu-head img {
  width: 250px;
}

.codeInput,
.imgCodeInput {
  width: 60%;
  margin-right: 20px;
}

.teamBoxs {
  margin-top: 62px;
  margin-bottom: 100px;
}

.teamBoxs:before {
  content: none;
}

.teamBoxs:after {
  content: none;
}

.teamBox {
  box-shadow: 0px 1px 20px 0px rgba(170, 170, 170, 0.2);
  margin-bottom: 40px;
  height: 242px;
}

.teamBoxLeft {
  flex: 1.2;
  background: rgba(242, 244, 247, 1);
  justify-content: center;
}

.teamHeadBottom {
  width: 96px;
  height: 96px;
  border: 2px solid rgba(66, 127, 255, 0.2);
  padding: 2px;
  border-radius: 50%;
}

.teamHead {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-image: url(../img/chanyehulianwang@2x.png);
}

.teamName {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  margin-top: 16px;
  margin-bottom: 10px;
}

.teamProfession {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
}

.teamBoxRight {
  flex: 2;
  padding: 23px 20px 23px 24px;
}

.teamBoxRight > div {
  width: 100%;
  height: 100%;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 20px;
  text-indent: 2em;
  /* overflow: hidden; */
  text-overflow: ellipsis;
  /* 超出部分显示省略号 */
  display: flex;
  align-items: center;
}

.getCode {
  background-color: rgba(55, 110, 225, 1);
  color: white;
  padding: 6px 10px;
  border-radius: 2px;
  cursor: pointer;
}

.aic {
  align-items: center;
}

.cu-main {
  padding-top: 80px;
  padding-bottom: 100px;
}

.cu-main .form-group {
  margin-bottom: 20px;
  margin-right: 100px;
}

.cu-main .form-control {
  border-radius: 2px;
  height: 42px;
}

.cu-main .textArea {
  height: 100px;
}

.cu-main button {
  background: rgba(55, 110, 225, 1);
  box-shadow: 0px 7px 18px 0px rgba(55, 110, 225, 0.26);
  border-radius: 2px;
  text-align: left;
  margin-left: 134px;
  height: 42px;
}

.btn-primary:hover {
  background-color: #164ec2;
}

button:focus {
  outline: none !important;
  box-shadow: none !important;
}

@media (max-width: 768px) {
  .teamBox {
    height: auto;
  }

  .cu-main button {
    margin-left: 0;
    text-align: center;
  }

  .cu-main {
    padding-top: 40px;
  }

  .cu-main h3 {
    padding-bottom: 30px;
  }

  .cu-main .form-group {
    margin-right: 0;
  }

  .cu-main .col-sm-12 {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .cu-main button {
    margin-left: 158px;
  }

  .cu-main h3 {
    padding: 20px 0 30px;
  }

  .mobileFooter {
    display: none;
  }

  .cu-main {
    min-height: 820px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .cu-main button {
    margin-left: 64px;
  }
}

@media (min-width: 1200px) {
  .cu-main button {
    margin-left: 134px;
  }
}

@media (min-width: 768px) {
  .cu-main .form-horizontal .control-label {
    text-align: left;
  }
}

.cu-main button {
  padding-left: 100px;
  padding-right: 100px;
}

.cu-main .cu-main-r {
  margin: 0;
  padding-top: 75px;
  padding-bottom: 68px;
}

.cu-main .cu-main-l {
  margin: 0;
  margin-bottom: 10px;
}

.cu-main .tips {
  color: #2972d8;
  font-size: 12px;
}

.honer {
  display: none;
  position: relative;
  padding-top: 70px;
  margin-bottom: 60px;
}

.mt25 {
  margin-top: 25px;
}

.mt60 {
  margin-top: 60px;
}

.honer button {
  width: 100%;
  height: 50px;
  outline: none;
  filter: chroma(color=#000000);
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  background-color: #e1e8eb;
  border: 0;
  color: rgba(51, 51, 51, 1);
  border-radius: 0;
}

.honer button:focus {
  outline: 0;
  border: 0;
}

.certificates {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  background-color: #e1e8eb;
  margin: 0;
}

.certificates > div {
  padding: 0;
}

.honer button:hover {
  background-color: #fff !important;
}

@media (min-width: 768px) {
  .certificates {
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 992px) {
  .honer button {
    font-size: 12px;
    padding-left: 1px;
    padding-right: 1px;
  }
}

.ctf-list-wp {
  display: none;
}

.ctf-list div {
  cursor: pointer;
}

.ctf-big {
  display: block;
}

.ctf-big p {
  margin-bottom: 18px;
}

.huaweiyun-box {
  /* border: 1px solid #ddd; */
  padding: 5px;
  color: #000;
  /* box-shadow:0px 1px 20px 0px rgba(170,170,170,0.2); */
}

.erweimaBox {
  box-shadow: 0px 1px 20px 0px rgba(170, 170, 170, 0.2);
}

.huaweiyun-box > p {
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: rgba(51, 51, 51, 1) !important;
}

.jcb {
  justify-content: space-between;
}

.partnerBox {
  width: 276px;
  height: 128px;
  background: rgba(247, 247, 247, 1);
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(101, 101, 101, 1);
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.partnerBox > div:first-child {
  width: 60px;
  height: 60px;
  margin-right: 14px;
}

.partnerBox > div:nth-child(2) {
  width: 120px;
}

#partner {
  padding-bottom: 0;
}

.partnerTitle {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  margin-bottom: 10px;
}

.wrap {
  flex-wrap: wrap;
}

.customerBox {
  width: 224px;
  height: 140px;
  background: rgba(247, 247, 247, 1);
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(101, 101, 101, 1);
  margin-bottom: 14px;
}

.customerBox > div:first-child {
  width: 194px;
  height: 60px;
  margin: 0 auto;
  margin-top: 12px;
  margin-bottom: 8px;
}

.customerBox > .customerTitle {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  margin-bottom: 8px;
}

.goTop {
  position: fixed;
  background-image: url(../img/dingbu_nor@2x.png);
  width: 52px;
  height: 52px;
  bottom: 100px;
  right: 86px;
  cursor: pointer;
  z-index: 999;
}

.mb25 {
  margin-bottom: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.goTop:hover {
  background-image: url(../img/dingbu_sell@2x.png);
}

.goTop > a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.h-item {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  font-size: 0;
}

.h-item p {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
}

.h-item .h-icon {
  width: 34px;
  height: 34px;
  display: inline-block;
}

.h-item .h-icon1 {
  background-image: url(../img/jisuan%20@2x.png);
}

.h-item .h-icon1-1 {
  background-image: url(../img/jisuan%20@2x.png);
  display: none;
}

.h-item .h-icon2 {
  background-image: url(../img/chucun@2x.png);
}

.h-item .h-icon2-1 {
  background-image: url(../img/chucun@2x.png);
  display: none;
}

.h-item .h-icon3 {
  background-image: url(../img/wangluo@2x.png);
}

.h-item .h-icon3-1 {
  background-image: url(../img/wangluo@2x.png);
  display: none;
}

.h-item .h-icon4 {
  background-image: url(../img/shujuku@2x.png);
}

.h-item .h-icon4-1 {
  background-image: url(../img/shujuku@2x.png);
  display: none;
}

.h-item .h-icon5 {
  background-image: url(../img/anquan@2x.png);
}

.h-item .h-icon5-1 {
  background-image: url(../img/anquan@2x.png);
  display: none;
}

.h-item .h-icon6 {
  background-image: url(../img/yingyongfuwu@2x.png);
}

.h-item .h-icon6-1 {
  background-image: url(../img/yingyongfuwu@2x.png);
  display: none;
}

.h-item .h-icon7 {
  background-image: url(../img/EIqiyezhinneg@2x.png);
}

.h-item .h-icon7-1 {
  background-image: url(../img/EIqiyezhinneg@2x.png);
  display: none;
}

.h-item .h-icon8 {
  background-image: url(../img/ruanjianyuyanfa@2x.png);
}

.h-item .h-icon8-1 {
  background-image: url(../img/ruanjianyuyanfa@2x.png);
  display: none;
}

.h-item .h-icon9 {
  background-image: url(../img/gunliyubushu@2x.png);
}

.h-item .h-icon9-1 {
  background-image: url(../img/gunliyubushu@2x.png);
  display: none;
}

.h-item .h-icon10 {
  background-image: url(../img/tongxin@2x.png);
}

.h-item .h-icon10-1 {
  background-image: url(../img/tongxin@2x.png);
  display: none;
}

.huaweiyun_ewm {
  margin: 0 auto;
}

.huaweiyun_ewm + p {
  font-size: 16px;
  color: #2972d8;
  font-weight: 700;
}

.huaweiyun-pc {
  display: none;
}

.huaweiyun-mobile {
  display: none;
}

.huaweiyun-mobile .huaweiyun-box {
  height: 212px;
}

.huaweiyun-mobile .h-item {
  padding-top: 15px;
  padding-bottom: 15px;
}

.huaweiyun-mobile .huaweiyun_ewm {
  margin: 10px auto;
}

.huaweiyun-mobile .huaweiyun_ewm + p {
  font-size: 12px;
}

@media (max-width: 768px) {
  .honour {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .footer > .bottomBox {
    display: none;
  }

  #huaweiyun .huaweiyun-mobile {
    display: block;
  }

  .goTop {
    width: 40px;
    height: 40px;
    right: 10px;
  }

  html {
    overflow-y: scroll;
  }

  :root {
    overflow-y: auto;
    overflow-x: hidden;
  }

  :root body {
    position: absolute;
  }

  body {
    width: 100vw;
    overflow: hidden;
  }

  .h-item > img {
    width: 34px;
    height: 34px;
  }

  .h-item > p {
    margin-top: 10px;
  }

  .wordTime {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
}

@media (min-width: 768px) {
  .footer {
    padding: 0 20px;
  }

  .mb15 {
    margin-bottom: 8px;
  }

  #huaweiyun .huaweiyun-pc {
    display: block;
  }

  #huaweiyun .col-sm-3 {
    width: 22%;
    float: left;
  }

  #huaweiyun .col-sm-6 {
    width: 56%;
    float: left;
  }

  #huaweiyun .huaweiyun-box {
    height: 181.7px;
  }

  #huaweiyun .h-item {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  #huaweiyun .huaweiyun_ewm {
    margin: 10px auto;
  }

  #huaweiyun .huaweiyun_ewm + p {
    font-size: 12px;
  }

  .goTop {
    right: 40px;
  }
}

@media (min-width: 992px) {
  #huaweiyun .col-md-3 {
    width: 22%;
    float: left;
  }

  #huaweiyun .col-sm-6 {
    width: 56%;
    float: left;
  }

  #huaweiyun .huaweiyun-box {
    height: 248.45px;
  }

  #huaweiyun .h-item {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  #huaweiyun .huaweiyun_ewm {
    margin: 20px auto;
  }

  #huaweiyun .mb15 {
    margin-bottom: 10px;
  }

  .product3 {
    height: 304px;
  }

  /* .whiteLine{
		margin-right: 70px;
	} */
}

@media (min-width: 1200px) {
  .product3 {
    height: 360px;
  }

  .goTop {
    right: 86px;
  }

  #huaweiyun .col-lg-3 {
    width: 22%;
    float: left;
  }

  #huaweiyun .col-sm-6 {
    width: 56%;
    float: left;
  }

  #huaweiyun .huaweiyun-box {
    height: 283px;
  }

  #huaweiyun .erweimaBox {
    width: 180px;
    height: 256px;
    margin-top: 18px;
    float: right;
  }

  #huaweiyun .erweimaBox > img {
    width: 147px;
    height: 147px;
  }

  #huaweiyun .h-item {
    padding-top: 37px;
    padding-bottom: 37px;
  }

  #huaweiyun .huaweiyun_ewm {
    margin: 0 auto;
    margin-top: 32px;
    margin-bottom: 16px;
  }

  #huaweiyun .huaweiyun_ewm + p {
    font-size: 14px;
  }
}

#huaweiyun .col-xs-3 {
  width: 22%;
  float: left;
}

#huaweiyun .col-sm-6 {
  width: 56%;
  float: left;
}

.business-new {
  letter-spacing: 2px;
}

.business-new div:nth-child(1),
.business-new div:nth-child(2),
.business-new div:nth-child(3) {
  padding-left: 5em;
  font-size: 16px;
  letter-spacing: 1px;
  margin-top: 5px;
}

.business-new-bottom {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}

.business-new-bottom li {
  width: 28%;
  padding: 10px 20px 50px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 6px;
  border-radius: 6.5px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.business-new-bottom li i {
  display: block;
  width: 150px;
  height: 100px;
  background: no-repeat 0 0;
  background-size: 100% 100%;
  margin-bottom: 15px;
}

.business-new-bottom li p {
  text-align: center;
  font-size: 14px;
}

.business-new-bottom li:nth-child(2) p {
  color: #fff;
}

@media (max-width: 992px) {
  .business-new-bottom li {
    width: 31%;
  }

  .business-new div:nth-child(1),
  .business-new div:nth-child(2),
  .business-new div:nth-child(3) {
    padding-left: 3em;
  }
}

@media (max-width: 768px) {
  .business-new-bottom {
    flex-wrap: wrap;
  }

  .business-new-bottom li {
    width: 47%;
    min-height: 310px;
    margin-top: 15px;
  }

  .business-new div:nth-child(1),
  .business-new div:nth-child(2),
  .business-new div:nth-child(3) {
    padding-left: unset;
  }
}

@media (max-width: 560px) {
  .business-new-bottom {
    display: block;
  }

  .business-new-bottom li {
    width: 100%;
    float: left;
  }
}

/*# sourceMappingURL=index.min.css.map */
