body,
div,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}
fieldset,
img {
  border: none;
}
input,
textarea,
button,
a,
select {
  outline: none;
}
input,
textarea,
button {
  font: 14px 'AlibabaPuHuiTiR', 'Microsoft YaHei', Arial, Helvetica, sans-serif;
}
/*img{vertical-align:top;}*/
input,
button {
  vertical-align: middle;
}
caption,
th {
  text-align: left;
}
a {
  text-decoration: none;
  color: #272323;
}
a:hover {
  color: #085e43;
}
@font-face {
  font-family: 'AlibabaPuHuiTiR';
  src: url('../font/Alibaba-PuHuiTi-Regular.ttf') format('truetype'), url('../font/Alibaba-PuHuiTi-Regular.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'AlibabaPuHuiTiM';
  src: url('../font/Alibaba-PuHuiTi-Medium.ttf') format('truetype'), url('../font/Alibaba-PuHuiTi-Regular.woff') format('woff');
}
html {
  text-align: center;
}
body {
  font: 14px 'AlibabaPuHuiTiR', 'Microsoft YaHei', Arial, Helvetica, sans-serif;
  color: #464b53;
  overflow-x: hidden;
  margin: 0 auto;
  text-align: left;
  background-color: #fff;
}
 
.fcred {
  color: red;
}
.fcbase {
  color: #085e43;
}
.wrap {
  width: 1200px;
  margin: 0 auto;
}
.clearfloat {
  *zoom: 1;
}
.clearfloat:after {
  content: "";
  display: block;
  clear: both;
}
.mgc-success:checked {
  background-color: #085e43;
  border-color: #085e43;
}
.top {
  height: 100px;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 20;
  background: #fff;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.top:after {
  display: block;
  content: '';
  clear: both;
}
.top .wrap {
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.top.curr {
  -webkit-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  -o-transform: translateY(-15px);
  transform: translateY(-15px);
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  height: 84px;
}
.top .logo {
  float: left;
  margin-top: 24px;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.top .nav {
  float: right;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.top .nav .li {
  float: left;
  margin-left: 40px;
  height: 62px;
  padding-top: 38px;
  cursor: pointer;
  position: relative;
}
.top .nav .li a {
  color: #333;
  font-size: 16px;
}
.top .nav .li .a {
  border-bottom: 2px solid #fff;
  position: relative;
  display: block;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.top .nav .li .a:after {
  position: absolute;
  bottom: -4px;
  display: block;
  content: '';
  clear: both;
  width: 0;
  left: 50%;
  height: 2px;
  opacity: 0;
  background: #085e43;
  -webkit-transform: translateY(4px);
  -moz-transform: translateY(4px);
  -o-transform: translateY(4px);
  transform: translateY(4px);
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.top .nav .li:hover .a,
.top .nav .li.curr .a {
  color: #085e43;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.top .nav .li:hover .a:after,
.top .nav .li.curr .a:after {
  opacity: 1;
  width: 100%;
  left: 0;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.top .nav .li .box {
  display: none;
  position: absolute;
  padding: 20px;
  left: 0;
  top: 94px;
  width: 200px;
  z-index: 3;
  background: #fff;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}
.top .nav .li .box:after {
  content: '';
  position: absolute;
  left: 20px;
  top: -18px;
  width: 0;
  height: 0;
  border-width: 8px 8px 10px 8px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
}
.top .nav .li .box .sub-item {
  margin-bottom: 10px;
}
.top .nav .li .box .box-a {
  color: #999;
  position: relative;
  display: block;
  margin-bottom: 5px;
}
.top .nav .li .box .box-a.white-a {
  color: #333;
}
.top .nav .li .box .box-a:hover,
.top .nav .li .box .box-a.curr {
  color: #085e43;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.top .nav .li .three-box {
  margin-bottom: 10px;
}
.top .nav .li .three-box a {
  display: block;
  padding: 6px 0;
  font-size: 14px;
  color: #333;
}
.top .nav .li .three-box a:hover {
  color: #085e43;
}
.top .nav .link-a {
  float: left;
  margin-left: 40px;
  background: #085e43;
  color: #fff;
  border-radius: 35px;
  padding: 6px 15px;
  margin-top: 32px;
  border: 1px solid #085e43;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.top .nav .link-a:hover,
.top .nav .link-a.curr {
  background: #fff;
  border-color: #085e43;
  color: #085e43;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.top .nav .link-a:last-of-type {
  margin-left: 20px;
}
.top-height {
  width: 100%;
  height: 69px;
}
@-webkit-keyframes bullet {
  0% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bullet {
  0% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
.contact-iframe {
  position: fixed;
  right: 10px;
  bottom: 100px;
  z-index: 1000;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
.contact-iframe .contact-a {
  display: block;
  cursor: pointer;
  width: 70px;
  height: 70px;
  text-align: center;
  background-color: #085e43;
  color: #fff;
  position: relative;
  padding-top: 8px;
  box-sizing: border-box;
}
.contact-iframe .contact-a:nth-child(2n) {
  background-color: #fff;
  color: #333;
}
.contact-iframe a:hover {
  opacity: 0.9;
}
.contact-iframe img {
  width: 30px;
}
.contact-iframe .p {
  display: block;
  font-size: 14px;
}
.contact-iframe .phone-txt {
  display: block;
  height: 70px;
  background-color: #fff;
  color: #333;
  width: 140px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  font-size: 16px;
  z-index: -1;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  padding: 12px 10px;
  box-sizing: border-box;
  text-align: left;
}
.contact-iframe .phone-txt.curr {
  animation: aniphone 500ms forwards;
}
@keyframes aniphone {
  0% {
    opacity: 0;
    left: 0px;
  }
  100% {
    opacity: 1;
    left: -145px;
  }
}
.banner {
  text-align: center;
  width: 100%;
}
.banner .swiper-pagination {
  bottom: 40px;
}
.banner .swiper-pagination .swiper-pagination-bullet {
  width: 36px;
  border-radius: 0;
  height: 4px;
  background: #fff;
  margin: 0 10px;
  opacity: 1;
  overflow: hidden;
  position: relative;
}
.banner .swiper-pagination .swiper-pagination-bullet:after {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: '';
  clear: both;
  height: 4px;
  width: 100%;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  background: #085e43;
}
.banner .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}
.banner .swiper-pagination .swiper-pagination-bullet-active:after {
  background: #085e43;
  -webkit-animation-name: bullet;
  animation-name: bullet;
  -webkit-animation-duration: 8.5s;
  animation-duration: 8.5s;
}
.banner .swiper-slide {
  height: calc(100vh - 69px);
}
.banner .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .swiper-slide .title {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 28%;
  z-index: 1;
  color: #fff;
  font-size: 52px;
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  transform: translateY(-30px);
  opacity: 0;
  -webkit-transition: 800ms;
  -moz-transition: 800ms;
  -o-transition: 800ms;
  transition: 800ms;
}
.banner .swiper-slide .con {
  position: absolute;
  top: 55%;
  z-index: 1;
  color: #fff;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.banner .swiper-slide .con .wrap:after {
  display: block;
  content: '';
  clear: both;
}
.banner .swiper-slide .con .li {
  width: 33.33%;
  float: left;
  text-align: center;
  opacity: 0;
  -webkit-transition: 800ms;
  -moz-transition: 800ms;
  -o-transition: 800ms;
  transition: 800ms;
}
.banner .swiper-slide .con .li:nth-of-type(1) {
  -webkit-transform: translateX(-60px);
  -moz-transform: translateX(-60px);
  -o-transform: translateX(-60px);
  transform: translateX(-60px);
}
.banner .swiper-slide .con .li:nth-of-type(3) {
  -webkit-transform: translateX(60px);
  -moz-transform: translateX(60px);
  -o-transform: translateX(60px);
  transform: translateX(60px);
}
.banner .swiper-slide .con .li .tit {
  font-size: 26px;
}
.banner .swiper-slide .con .li .tit span {
  font-size: 62px;
}
.banner .swiper-slide .con .li .info {
  color: #13cf94;
  margin-top: 20px;
  font-size: 20px;
}
.banner .swiper-slide .solve-box {
  top: 40%;
}
.banner .swiper-slide .solve-box .solve-tit {
  font-size: 46px;
  opacity: 0;
  -webkit-transition: 800ms;
  -moz-transition: 800ms;
  -o-transition: 800ms;
  transition: 800ms;
  -webkit-transform: translateY(-60px);
  -moz-transform: translateY(-60px);
  -o-transform: translateY(-60px);
  transform: translateY(-60px);
}
.banner .swiper-slide .solve-box .solve-info {
  font-size: 18px;
  margin: 10px 0 60px 0;
  opacity: 0;
  -webkit-transition: 800ms;
  -moz-transition: 800ms;
  -o-transition: 800ms;
  transition: 800ms;
  -webkit-transform: translateY(-60px);
  -moz-transform: translateY(-60px);
  -o-transform: translateY(-60px);
  transform: translateY(-60px);
}
.banner .swiper-slide .solve-box .solve-more {
  opacity: 0;
  -webkit-transition: 800ms;
  -moz-transition: 800ms;
  -o-transition: 800ms;
  transition: 800ms;
  -webkit-transform: translateY(-60px);
  -moz-transform: translateY(-60px);
  -o-transform: translateY(-60px);
  transform: translateY(-60px);
}
.banner .swiper-slide .solve-box .solve-more span {
  border-radius: 35px;
  padding: 15px 45px;
  color: #fff;
  background: #085e43;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.banner .swiper-slide .solve-box .solve-more:hover span {
  opacity: 0.7;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.banner .swiper-slide .solve-img-box {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.banner .swiper-slide .solve-img-box .solve-img {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
}
.banner .swiper-slide .solve-img-box .solve-img img {
  width: auto;
}
.banner .swiper-slide .solve-img-box .solve-img .solve-options {
  border: 2px solid #32904b;
  margin-top: 30px;
  display: inline-block;
  border-radius: 35px;
  padding: 10px 60px;
}
.banner .swiper-slide .solve-img-box .solve-img .solve-options .solve-options-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.banner .swiper-slide .solve-img-box .solve-img .solve-options .options-li {
  padding: 0 15px;
  font-size: 16px;
}
.banner .swiper-slide .solve-img-box .solve-img .solve-options .options-li img {
  vertical-align: middle;
  margin-right: 4px;
}
.banner .swiper-slide .solve-img-box .solve-img .solve-list .list-li {
  text-align: left;
  color: #ccc;
  font-size: 18px;
  line-height: 35px;
  padding-left: 20px;
  position: relative;
}
.banner .swiper-slide .solve-img-box .solve-img .solve-list .list-li:after {
  display: block;
  content: '';
  clear: both;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ccc;
  position: absolute;
  left: 0;
  top: 13px;
}
.banner .swiper-slide .solve-img-box-center .solve-img {
  text-align: center;
}
.banner .swiper-slide .solve-img-box-center .solve-img img {
  display: initial;
}
.banner .swiper-slide .understand-box {
  top: 40%;
  text-align: center;
}
.banner .swiper-slide .security-box {
  top: 32%;
}
.banner .swiper-slide .security-box .title {
  position: relative;
  margin-bottom: 35px;
}
.banner .swiper-slide .escort-box {
  text-align: left;
}
.banner .swiper-slide .escort-box .solve-tit span {
  font-weight: bold;
  color: #00f0ff;
}
.banner .swiper-slide .escort-box .escort-img {
  position: absolute;
  top: 50%;
  z-index: 1;
  color: #fff;
  right: 0;
  opacity: 0;
  -webkit-transform: translateY(-50%) translateX(20%);
  -moz-transform: translateY(-50%) translateX(20%);
  -o-transform: translateY(-50%) translateX(20%);
  transform: translateY(-50%) translateX(20%);
}
.banner .swiper-slide .security-box-more {
  text-align: center;
  opacity: 0;
  margin-top: 45px;
  -webkit-transition: 800ms;
  -moz-transition: 800ms;
  -o-transition: 800ms;
  transition: 800ms;
  -webkit-transform: translateY(-60px);
  -moz-transform: translateY(-60px);
  -o-transform: translateY(-60px);
  transform: translateY(-60px);
}
.banner .swiper-slide .security-box-more span {
  border-radius: 35px;
  padding: 15px 45px;
  color: #fff;
  background: #085e43;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.banner .swiper-slide .security-box-more:hover span {
  opacity: 0.7;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.banner .swiper-slide.ani-slide .title {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  -webkit-transition: 800ms;
  -moz-transition: 800ms;
  -o-transition: 800ms;
  transition: 800ms;
}
.banner .swiper-slide.ani-slide .con .li {
  -webkit-transition: 800ms;
  -moz-transition: 800ms;
  -o-transition: 800ms;
  transition: 800ms;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.banner .swiper-slide.ani-slide .solve-box .solve-tit {
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.banner .swiper-slide.ani-slide .solve-box .solve-info {
  -webkit-transition: 600ms;
  -moz-transition: 600ms;
  -o-transition: 600ms;
  transition: 600ms;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.banner .swiper-slide.ani-slide .solve-box .solve-more {
  -webkit-transition: 900ms;
  -moz-transition: 900ms;
  -o-transition: 900ms;
  transition: 900ms;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.banner .swiper-slide.ani-slide .security-box-more {
  -webkit-transition: 900ms;
  -moz-transition: 900ms;
  -o-transition: 900ms;
  transition: 900ms;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.banner .swiper-slide.ani-slide .escort-img {
  -webkit-transition: 900ms;
  -moz-transition: 900ms;
  -o-transition: 900ms;
  transition: 900ms;
  -webkit-transform: translateY(-50%) translateX(0);
  -moz-transform: translateY(-50%) translateX(0);
  -o-transform: translateY(-50%) translateX(0);
  transform: translateY(-50%) translateX(0);
  opacity: 1;
}
.banner .swiper-slide.ani-slide .solve-img {
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.banner .swiper-slide.ani-slide .solve-img:nth-of-type(2) {
  -webkit-transition: 600ms;
  -moz-transition: 600ms;
  -o-transition: 600ms;
  transition: 600ms;
}
.banner .swiper-slide.ani-slide .solve-img:nth-of-type(3) {
  -webkit-transition: 900ms;
  -moz-transition: 900ms;
  -o-transition: 900ms;
  transition: 900ms;
}
.ind-title {
  text-align: center;
  font-size: 36px;
}
.ind-info {
  text-align: center;
  margin: 25px 0 125px 0;
  font-size: 16px;
}
.ind-security {
  width: 100%;
  padding: 125px 0;
}
.ind-security .con {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.ind-security .con .left {
  width: 64%;
}
.ind-security .con .left .li {
  float: left;
  width: calc(50% - 64px);
  margin: 30px 64px 30px 0;
}
.ind-security .con .left .li a {
  display: block;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  width: 100%;
  height: 100%;
  position: relative;
}
.ind-security .con .left .li a:after {
  position: absolute;
  left: -30px;
  top: -30px;
  display: block;
  content: '';
  clear: both;
  width: calc(100% + 63px);
  height: 165px;
  border: 1px solid #82c341;
  opacity: 0;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.ind-security .con .left .li a:hover {
  -webkit-transform: translate(3px, -3px);
  -moz-transform: translate(3px, -3px);
  -o-transform: translate(3px, -3px);
  transform: translate(3px, -3px);
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.ind-security .con .left .li a:hover .tit {
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.ind-security .con .left .li a:hover .info-i {
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.ind-security .con .left .li a:hover:after {
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  opacity: 1;
}
.ind-security .con .left .li .tit {
  font-size: 22px;
  margin-bottom: 16px;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.ind-security .con .left .li .info-i {
  height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.ind-security .con .img {
  width: 36%;
  position: relative;
}
.ind-security .con .img:after {
  display: block;
  content: '';
  clear: both;
}
.ind-security .con .img .circular {
  position: absolute;
  right: 50px;
  top: 35px;
  width: 250px;
  height: 250px;
  background: #fff;
  border-radius: 50%;
  border: 30px solid #82c341;
}
.ind-security .con .img .mail {
  position: absolute;
  right: 110px;
  top: 96px;
  width: 190px;
  height: 190px;
  margin: 0 auto;
  line-height: 184px;
  border-radius: 50%;
  text-align: center;
}
.ind-security .con .img .mail img {
  vertical-align: middle;
  position: relative;
  z-index: 2;
}
.ind-security .con .img .mail:after {
  display: block;
  content: '';
  clear: both;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  background: #edf6e3;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: bottomIn;
  animation-name: bottomIn;
  -webkit-transition: 800ms;
  -moz-transition: 800ms;
  -o-transition: 800ms;
  transition: 800ms;
}
.ind-security .con .img .personnel {
  width: 350px;
  height: 350px;
  text-align: right;
  float: right;
}
.page-security .con .left .li a:after {
  height: 210px;
}
.spam-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.spam-box .spam-li {
  margin-right: 5px;
}
.spam-box .spam-li:last-of-type {
  margin-right: 0;
}
.spam-box .spam-li img {
  max-width: 100%;
}
@-webkit-keyframes bottomIn {
  0% {
    opacity: 0.3;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
  }
  100% {
    opacity: 0.3;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes bottomIn {
  0% {
    opacity: 0.3;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
  }
  100% {
    opacity: 0.3;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }
}
.ind-service {
  background: #f6f7f9;
  padding: 125px 0;
}
.ind-service .ind-info {
  margin-bottom: 80px;
}
.ind-service .con:after {
  display: block;
  content: '';
  clear: both;
}
.ind-service .con .li-w {
  width: calc(23.66% - 2px);
  float: left;
  margin-right: 2%;
}
.ind-service .con .li-w:last-of-type {
  margin-right: 0;
}
.ind-service .con .li {
  width: 100%;
  text-align: center;
  background: #e2e2e2;
  border: 1px solid #e2e2e2;
  height: 418px;
  border-radius: 10px;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.ind-service .con .li a {
  display: block;
}
.ind-service .con .li:hover {
  background: #fff;
  box-shadow: -10px 10px 10px rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(10px, -10px);
  -moz-transform: translate(10px, -10px);
  -o-transform: translate(10px, -10px);
  transform: translate(10px, -10px);
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.ind-service .con .li:hover .img img {
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.ind-service .con .li .img {
  padding: 82px 0;
  height: 73px;
}
.ind-service .con .li .img img {
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.ind-service .con .li .tit {
  font-size: 26px;
}
.ind-service .con .li .info {
  margin-top: 36px;
  padding: 0 25px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.ind-solution {
  background: none;
}
.ind-solution .ind-title {
  margin-bottom: 80px;
}
.ind-solution .con {
  display: flex;
}
.ind-solution .con .li {
  background: #fff;
  height: 100%;
  min-height: 418px;
}
.ind-solution .con .li .img {
  height: auto;
  padding: 20px 0;
}
.ind-solution .con .li .img img {
  max-width: 65%;
  max-height: 70%;
}
.ind-solution .con .li .info {
  margin: 20px 0;
  -webkit-line-clamp: initial;
}
.ind-customer {
  padding: 125px 0;
  background: #f6f7f9;
}
.ind-customer .ind-info {
  margin-bottom: 45px;
}
.ind-customer .con:after {
  display: block;
  content: '';
  clear: both;
}
.ind-customer .con a {
  display: block;
  cursor: pointer;
  width: calc(20% - 2px);
  height: 100px;
  line-height: 100px;
  overflow: hidden;
  float: left;
  text-align: center;
  border: 1px solid #f6f7f9;
  border-radius: 4px;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.ind-customer .con a img {
  vertical-align: middle;
  max-width: 68%;
  max-height: 85px;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.ind-customer .con a:hover {
  border-color: #fff;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.ind-customer .con a:hover img {
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.ind-news {
  padding: 125px 0;
}
.ind-news .ind-info {
  margin-bottom: 35px;
}
.ind-news .con:after {
  display: block;
  content: '';
  clear: both;
}
.ind-news .con .left {
  width: 54.6%;
  float: left;
}
.ind-news .con .left a {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  display: block;
}
.ind-news .con .left a:hover {
  box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(5px, -5px);
  -moz-transform: translate(5px, -5px);
  -o-transform: translate(5px, -5px);
  transform: translate(5px, -5px);
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.ind-news .con .left .img {
  width: 100%;
  height: 278px;
  text-align: center;
  overflow: hidden;
  border-radius: 8px;
}
.ind-news .con .left .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.ind-news .con .left .info {
  padding: 35px;
}
.ind-news .con .left .info .time {
  font-size: 16px;
}
.ind-news .con .left .info .tit {
  font-size: 26px;
  margin: 20px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 70px;
}
.ind-news .con .left .info .info-i {
  font-size: 18px;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 50px;
}
.ind-news .con .right {
  width: 43.6%;
  float: right;
}
.ind-news .con .right a {
  display: block;
  border-radius: 8px;
  margin-bottom: 20px;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  overflow: hidden;
}
.ind-news .con .right a:hover {
  box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(5px, -5px);
  -moz-transform: translate(5px, -5px);
  -o-transform: translate(5px, -5px);
  transform: translate(5px, -5px);
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.ind-news .con .right .li {
  position: relative;
}
.ind-news .con .right .li:last-of-type {
  margin-bottom: 0;
}
.ind-news .con .right .li .img {
  width: 100%;
  height: 255px;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.ind-news .con .right .li .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ind-news .con .right .li .info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(100% - 40px);
  padding: 15px 20px;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
}
.ind-news .con .right .li .info .time {
  font-size: 16px;
  margin-bottom: 8px;
}
.ind-news .con .right .li .info .info-i {
  font-size: 16px;
}
.ind-news .more {
  width: 100%;
  text-align: center;
  margin-top: 55px;
}
.ind-news .more a {
  font-size: 18px;
  color: #656766;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  position: relative;
}
.ind-news .more a:after,
.ind-news .more a:before {
  display: block;
  content: '';
  clear: both;
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 2px;
  background: #085e43;
  opacity: 0;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
}
.ind-news .more a:before {
  bottom: auto;
  top: -10px;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}
.ind-news .more a .fa {
  margin-left: 6px;
}
.ind-news .more a:hover {
  color: #085e43;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.ind-news .more a:hover:after {
  opacity: 1;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.ind-news .more a:hover:before {
  opacity: 1;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.secondary {
  padding: 30px 0;
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.1);
}
.secondary .con {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-evenly;
}
.secondary .con a {
  font-size: 18px;
  color: #494b4a;
  border-bottom: 2px solid #fff;
  position: relative;
  display: block;
}
.secondary .con a:after {
  position: absolute;
  bottom: -4px;
  display: block;
  content: '';
  clear: both;
  width: 0;
  left: 50%;
  height: 2px;
  opacity: 0;
  background: #085e43;
  -webkit-transform: translateY(4px);
  -moz-transform: translateY(4px);
  -o-transform: translateY(4px);
  transform: translateY(4px);
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.secondary .con a:hover,
.secondary .con a.curr {
  color: #085e43;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.secondary .con a:hover:after,
.secondary .con a.curr:after {
  opacity: 1;
  width: 100%;
  left: 0;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.et-hero-tabs {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  background: #eee;
  text-align: center;
}
.et-hero-tabs-container {
  position: absolute;
  top: 0;
  width: 100%;
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.1);
  background: #f2f2f2;
  z-index: 21;
}
.et-hero-tabs-container .wrap {
  display: flex;
  flex-direction: row;
}
.et-hero-tabs-container--top {
  position: fixed;
  top: 0;
}
.et-hero-tab,
.secondary-a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  transition: all 0.5s ease;
  color: #085e43;
  font-size: 18px;
  padding: 30px 0;
}
.secondary-a {
  border-bottom: 2px solid #f2f2f2;
  position: relative;
  display: block;
}
.secondary-a:after {
  position: absolute;
  bottom: -4px;
  display: block;
  content: '';
  clear: both;
  width: 0;
  left: 50%;
  height: 2px;
  opacity: 0;
  background: #085e43;
  -webkit-transform: translateY(4px);
  -moz-transform: translateY(4px);
  -o-transform: translateY(4px);
  transform: translateY(4px);
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.secondary-a:hover,
.secondary-a.curr {
  color: #333;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.secondary-a:hover:after,
.secondary-a.curr:after {
  opacity: 1;
  width: 100%;
  left: 0;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.et-hero-tab-slider {
  position: absolute;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #085e43;
  transition: left 0.3s ease;
}
.et-slide {
  padding: 90px 0;
}
.about-title {
  width: 100%;
  text-align: center;
  font-size: 36px;
}
.about-title span {
  position: relative;
}
.about-title span:after,
.about-title span:before {
  content: '';
  clear: both;
  display: block;
  position: absolute;
  right: -80px;
  top: 27px;
  width: 62px;
  height: 1px;
  background: #d9d9d9;
}
.about-title span:before {
  left: -80px;
  right: auto;
}
.company .tit {
  font-size: 34px;
  margin-top: 50px;
}
.company .con {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.company .con .left {
  width: 35%;
}
.company .con .left .info-i {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.company .con .left .info-i .li .year {
  font-size: 44px;
  color: #085e43;
}
.company .con .left .info-i .li .year span {
  font-size: 24px;
  color: #333;
}
.company .con .left .info-i .li .year-t {
  font-size: 24px;
}
.company .con .info {
  width: 55.5%;
  line-height: 35px;
  padding-left: 5%;
  font-size: 18px;
  border-left: 1px solid #d1d1d1;
}
.memorabilia {
  background: #f6f7f9;
  padding: 90px 0;
}
.memorabilia .con .memorabilia-top {
  padding: 0 60px;
  position: relative;
}
.memorabilia .con .memorabilia-top .swiper-button-next,
.memorabilia .con .memorabilia-top .swiper-button-prev {
  height: 42px;
  width: 42px;
  border-radius: 50%;
  background: #e5e5e5;
}
.memorabilia .con .memorabilia-top .swiper-button-next:after,
.memorabilia .con .memorabilia-top .swiper-button-prev:after {
  font-size: 22px;
}
.memorabilia .con .gallery-thumbs {
  margin: 90px 0;
  width: 100%;
}
.memorabilia .con .gallery-thumbs .swiper-slide {
  width: auto;
  min-width: 140px;
  text-align: center;
  padding: 10px 0;
}
.memorabilia .con .gallery-thumbs .swiper-slide span {
  padding: 8px;
  display: block;
  border-radius: 25px;
  background: #e5e5e5;
  border: 1px solid #e5e5e5;
  color: #666666;
  font-size: 16px;
  cursor: pointer;
}
.memorabilia .con .gallery-thumbs .swiper-slide.swiper-slide-thumb-active span {
  background: #fff;
  border-color: #085e43;
  color: #085e43;
}
.memorabilia-con {
  padding-left: 23.5%;
}
.memorabilia-con .li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.memorabilia-con .li .icon {
  width: 8%;
  position: relative;
}
.memorabilia-con .li .icon:after {
  position: absolute;
  left: 8px;
  top: 4px;
  display: block;
  content: '';
  clear: both;
  width: 1px;
  background: #085e43;
  height: 100%;
}
.memorabilia-con .li .icon span {
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #085e43;
  background: #fff;
  position: relative;
  z-index: 1;
  margin-top: 4px;
}
.memorabilia-con .li .tit {
  width: 92%;
  font-size: 18px;
  padding-bottom: 25px;
}
.memorabilia-con .li:last-of-type .tit {
  padding-bottom: 0;
}
.memorabilia-con .li:last-of-type .icon:after {
  display: none;
}
.content .content-info {
  text-align: center;
  width: 100%;
  color: #999;
  margin: 14px 0 10px 0;
  font-size: 16px;
}
.content .con {
  width: 515px;
  margin: 35px auto;
}
.content .input {
  margin: 25px 0;
}
.content .input:after {
  display: block;
  content: '';
  clear: both;
}
.content .input .tit {
  float: left;
  padding: 12px 0;
}
.content .input .tit span {
  color: #C51212;
}
.content .input .text {
  float: right;
  width: calc(100% - 112px);
  position: relative;
}
.content .input .text .input-i {
  width: calc(100% - 34px);
  background: none;
  border-radius: 2px;
  border: 2px solid #ececec;
  padding: 10px 15px;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.content .input .text .input-i.has-error {
  border-color: #C51212;
  box-shadow: 0 0 12px rgba(197, 18, 18, 0.2);
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.content .input .text label {
  margin-right: 35px;
}
.content .input .text label input {
  vertical-align: top;
  margin-top: 2px;
}
.content .input .text label input:checked {
  background-color: #085e43;
  border-color: #085e43;
}
.content .input .text .code {
  position: absolute;
  right: 4px;
  top: 4px;
  height: 36px;
  border-radius: 5px;
  cursor: pointer;
}
.content .input .radio {
  padding: 12.5px 0;
  border: 2px solid #fff;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.content .input .radio.has-error {
  border-color: #C51212;
  box-shadow: 0 0 12px rgba(197, 18, 18, 0.2);
  padding: 15px 15px 0;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.content .input .radio:after {
  display: block;
  content: '';
  clear: both;
}
.content .input .radio label {
  width: 100%;
  display: block;
  margin-right: 0;
  margin-bottom: 15px;
}
.content .sub {
  width: 192px;
  height: 52px;
  text-align: center;
  background: #085e43;
  line-height: 52px;
  border-radius: 35px;
  color: #fff;
  margin: 45px auto 0;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.content .sub:hover {
  opacity: 0.7;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.popup-content {
  position: fixed;
  right: 20px;
  bottom: 30%;
  z-index: 23;
}
.popup-content .img {
  width: 50px;
  height: 50px;
  line-height: 46px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  text-align: center;
  cursor: pointer;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.popup-content .img svg {
  vertical-align: middle;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.popup-content .img:hover {
  background: #085e43;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.popup-content .img:hover svg {
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.popup-content .img:hover svg path {
  fill: #fff;
}
.popup-content .con {
  position: absolute;
  right: 58px;
  bottom: 0;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  min-width: 275px;
  padding: 20px 30px;
  display: none;
}
.popup-content .con .li {
  margin: 15px 0;
  text-align: left;
  line-height: 22px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.popup-content .con .li .icon {
  margin-right: 15px;
}
.popup-content .con .li .icon img {
  display: block;
}
.popup-content .con .li .info .tit {
  margin-bottom: 5px;
}
.popup-content .con .li .info .p {
  color: #999;
}
.product-banner {
  position: relative;
  height: calc(100vh - 70px);
}
.product-banner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-banner .box {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  color: #fff;
}
.product-banner .box.gateway-banner {
  text-align: center;
}
.product-banner .box.gateway-banner .wrap {
  justify-content: center;
}
.product-banner .box.gateway-banner .wrap .info {
  margin: 15px 0 60px 0;
  font-size: 22px;
}
.product-banner .box .tit {
  font-size: 50px;
}
.product-banner .box .info {
  margin: 40px 0 90px 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 38px;
}
.product-banner .box .a {
  color: #fff;
  padding: 8px 45px;
  border-radius: 35px;
  background: #085e43;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.product-banner .box .a:hover {
  opacity: 0.7;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.product-banner .wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  height: 100%;
}
.news-banner {
  width: 100%;
}
.news-banner img {
  width: 100%;
}
.product-li {
  padding-bottom: 80px;
}
.product-li .product-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.product-li .product-box.product-box-top {
  margin-top: 40px;
}
.product-li .product-box.box-img .title {
  width: 50%;
}
.product-li .product-box.box-img .img {
  width: 48%;
  text-align: center;
}
.product-li .product-box.box-img .img img {
  max-width: 100%;
  max-height: 100%;
}
.product-li .product-box .title .tit {
  font-size: 32px;
  margin-bottom: 20px;
}
.product-li .product-box .title .info {
  font-size: 16px;
  line-height: 30px;
}
.product-li:first-of-type {
  padding-top: 80px;
}
.product-li .official-info {
  width: 100%;
  text-align: center;
  margin: 50px 0;
}
.product-li .product-img img {
  max-width: 100%;
}
.product-li img {
  max-width: 100%;
  width: auto !important;
}
.product-more {
  width: 100%;
  text-align: center;
  margin: 60px 0;
}
.product-more a {
  padding: 12px 45px;
  background: #085e43;
  color: #fff;
  border-radius: 35px;
  font-size: 16px;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.product-more a:hover {
  opacity: 0.7;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.product-like {
  width: 100%;
  height: 1px;
  background: #d1d1d1;
  margin-bottom: 80px;
}
.laboratory-box .con {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 80px;
}
.laboratory-box .con .info {
  width: 52%;
  line-height: 30px;
  font-size: 16px;
}
.laboratory-box .con .info .tit {
  font-size: 32px;
  margin-bottom: 20px;
}
.laboratory-box .con .img {
  width: 39%;
}
.laboratory-box .con .img img {
  text-align: center;
  max-width: 100%;
}
.content-info-tit {
  text-align: center;
  margin-top: 40px;
  font-size: 16px;
}
.partners {
  background: #f6f7f9;
  padding: 90px 0;
}
.partners .con {
  margin-top: 90px;
}
.partners .con:after {
  display: block;
  content: '';
  clear: both;
}
.partners .con .li {
  float: left;
  width: 25%;
  text-align: center;
  height: 126px;
  line-height: 126px;
}
.partners .con .li img {
  max-width: 85%;
  max-height: 85%;
  vertical-align: middle;
}
.research {
  padding-bottom: 0;
}
.research .con {
  margin-top: 90px;
}
.research .con:after {
  display: block;
  content: '';
  clear: both;
}
.research .con .li {
  position: relative;
  float: left;
  width: 23.12%;
  text-align: center;
  margin-right: 2.5%;
}
.research .con .li a {
  display: block;
  color: #fff;
}
.research .con .li:last-of-type {
  margin-right: 0;
}
.research .con .li .img {
  height: 360px;
  line-height: 360px;
  width: 100%;
  border: 1px solid #ddd;
}
.research .con .li .img a {
  width: 100%;
  text-align: center;
  height: 360px;
}
.research .con .li .img img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.research .con .li .title {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: calc(100% - 30px);
  background: rgba(0, 0, 0, 0.4);
  padding: 20px 15px;
  font-size: 16px;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.research .con .li .title a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.research .con .li:hover .title {
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.research .more {
  margin-top: 50px;
  text-align: center;
}
.research .more a {
  padding: 8px 30px;
  border-radius: 35px;
  border: 1px solid #085e43;
  color: #085e43;
  font-size: 16px;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.research .more a:hover {
  background: #085e43;
  color: #fff;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.mail-security {
  background: #f6f7f9;
  padding: 90px 0;
}
.mail-security .con {
  margin-top: 90px;
}
.mail-security .con:after {
  display: block;
  content: '';
  clear: both;
}
.mail-security .con .li {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mail-security .con .li:last-of-type {
  margin-bottom: 0;
}
.mail-security .con .li .img {
  width: 418px;
  height: 255px;
  line-height: 251px;
  text-align: center;
  overflow: hidden;
}
.mail-security .con .li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mail-security .con .li .info {
  width: calc(100% - 480px);
  font-size: 16px;
}
.mail-security .con .li .info .tit {
  line-height: 30px;
}
.mail-security .con .li .info .more {
  margin-top: 35px;
}
.mail-security .con .li .info .more a {
  color: #085e43;
}
.mail-security .con .li:hover .img img {
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.results {
  padding-top: 0;
}
.results .con .title {
  margin-bottom: 20px;
  color: #085e43;
  font-size: 18px;
}
.news {
  padding: 90px 0;
}
.news .about-title {
  margin-bottom: 50px;
}
.news .con::after {
  display: block;
  content: "";
  clear: both;
}
.news .con .li {
  margin-bottom: 50px;
}
.news .con .li a {
  display: block;
}
.news .con .li a:after {
  display: block;
  content: '';
  clear: both;
}
.news .con .li .img {
  width: 310px;
  height: 192px;
  float: left;
}
.news .con .li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news .con .li .info {
  width: calc(100% - 330px);
  float: right;
  line-height: 30px;
}
.news .con .li .info .tit {
  font-size: 16px;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.news .con .li .info .info-i {
  font-size: 15px;
  color: #666;
  margin-bottom: 10px;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.news .con .li .info .more {
  text-align: right;
  color: #085e43;
}
.news .con .li .info .more .fa {
  margin-left: 6px;
}
.news .con .li .info .time-box {
  font-size: 14px;
  color: #999;
}
.news .con .li .info .time-box .fa {
  margin-right: 6px;
}
.news .con .li:hover .info .tit {
  color: #085e43;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.news .con .li:hover .info .info-i {
  color: #085e43;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.news .con .li:hover .info .tit {
  color: #085e43;
}
.research-page {
  padding: 90px 0;
}
.research-page .about-title {
  margin-bottom: 50px;
}
.research-page .con .li {
  margin-bottom: 50px;
}
.research-page .con .li a {
  display: block;
}
.research-page .con .li a:after {
  display: block;
  content: '';
  clear: both;
}
.research-page .con .li .img {
  width: 250px;
  height: 326px;
  line-height: 326px;
  float: left;
  text-align: center;
  border: 1px solid #ddd;
}
.research-page .con .li .img img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.research-page .con .li .info {
  width: calc(100% - 280px);
  float: right;
  line-height: 30px;
}
.research-page .con .li .info .tit {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.research-page .con .li .info .info-i {
  font-size: 15px;
  color: #666;
  margin-bottom: 30px;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.page {
  text-align: center;
}
.page span,
.page a {
  border-radius: 5px;
  border: 1px solid #085e43;
  padding: 4px 10px;
  color: #085e43;
}
.page span {
  background: #eee;
  border-color: #eee;
  color: #666;
}
.page a {
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.page a:hover {
  background: #085e43;
  color: #fff;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.news-info {
  padding: 60px 0;
}
.news-info .tit {
  font-size: 24px;
  text-align: center;
}
.news-info .time {
  font-size: 16px;
  margin: 15px 0 30px 0;
  text-align: center;
}
.news-info .keywords {
  font-size: 14px;
  margin-bottom: 30px;
  color: #666;
  text-align: center;
}
.news-info .info {
  line-height: 30px;
  font-size: 16px;
}
.news-info .info img {
  max-width: 100%;
}
.bright-box {
  margin: 50px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  background: #f6f7f9;
  border-radius: 5px;
}
.bright-box .li {
  width: 33.33%;
  text-align: center;
  margin: 50px 0;
  border-right: 2px solid #fff;
}
.bright-box .li:last-of-type {
  border-right: none;
}
.bright-box .li .img {
  height: 64px;
}
.bright-box .li .img img {
  width: 64px;
  max-height: 64px;
}
.bright-box .li .tit {
  margin: 20px 0 25px 0;
  font-size: 26px;
}
.bright-box .li .info {
  line-height: 30px;
  padding: 0 26px;
  font-size: 16px;
  text-align: justify;
}
.enter-step {
  margin-top: 20px;
  font-size: 16px;
  line-height: 30px;
  padding-left: 22px;
}
.enter-step li {
  list-style: circle;
}
.crumbs {
  margin-top: 40px;
}
.crumbs a {
  font-size: 15px;
  border-bottom: 2px solid #fff;
  position: relative;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.crumbs a:after {
  position: absolute;
  bottom: -4px;
  display: block;
  content: '';
  clear: both;
  width: 0;
  left: 50%;
  height: 2px;
  opacity: 0;
  background: #085e43;
  -webkit-transform: translateY(4px);
  -moz-transform: translateY(4px);
  -o-transform: translateY(4px);
  transform: translateY(4px);
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.crumbs a .fa {
  margin: 0 6px;
}
.crumbs a:first-of-type .fa {
  color: #085e43;
}
.crumbs a:hover,
.crumbs a.curr {
  color: #085e43;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.crumbs a:hover:after,
.crumbs a.curr:after {
  opacity: 1;
  width: 83%;
  left: 17%;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.page-turning {
  margin-top: 50px;
}
.page-turning:after {
  display: block;
  content: '';
  clear: both;
}
.page-turning a {
  display: block;
  margin: 14px 0;
  padding: 4px 0;
  font-size: 15px;
  width: 48%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
  text-align: left;
}
.page-turning a:last-of-type {
  float: right;
  text-align: right;
}
.page-turning a span {
  border: 1px solid #085e43;
  color: #085e43;
  margin-right: 10px;
  border-radius: 25px;
  padding: 2px 10px;
  font-size: 14px;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.page-turning a:hover span {
  background: #085e43;
  color: #fff;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.error-page {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.error-page img {
  width: 600px;
}
.error-page .tit {
  margin-top: 20px;
}
.social-media {
  margin-bottom: 18px;
  margin-right: -25px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.social-media:after {
  display: block;
  content: '';
  clear: both;
}
.social-media a {
  background: #0dd068;
  border-radius: 50%;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  float: right;
  margin-left: 6px;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  position: relative;
}
.social-media a .img {
  position: absolute;
  right: 0;
  bottom: 48px;
  display: none;
}
.social-media a .img img {
  display: block;
  width: 150px;
}
.social-media a:last-of-type {
  background: #1389e9;
}
.social-media a .zhihu {
  max-width: 18px;
  max-height: 18px;
  vertical-align: middle;
}
.social-media a .fa {
  color: #fff;
  font-size: 16px;
}
.Facing-challenge {
  padding: 80px 0;
}
.Facing-challenge .title {
  font-size: 36px;
  text-align: center;
  margin-bottom: 40px;
}
.Facing-challenge .con {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.Facing-challenge .con .li {
  width: 48%;
  margin: 20px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.Facing-challenge .con .li .img {
  width: 50px;
}
.Facing-challenge .con .li .img img {
  max-width: 45px;
  max-height: 45px;
}
.Facing-challenge .con .li .info {
  width: calc(100% - 70px);
}
.Facing-challenge .con .li .info .tit {
  font-size: 16px;
  margin: 10px 0;
  font-weight: bold;
}
.Facing-challenge .con .li .info .text {
  color: #666;
}
.Solution-img {
  text-align: center;
  margin-top: 20px;
}
.born-customer {
  margin-top: 40px;
  position: relative;
}
.born-customer .born-li {
  background: #fff;
}
.born-customer .born-info {
  padding: 20px;
  text-indent: 28px;
}
.born-customer .born-img {
  height: 120px;
  line-height: 120px;
  text-align: center;
  border-bottom: 1px solid #e6e6e6;
}
.born-customer .born-img img {
  max-width: 85%;
  max-height: 85%;
  vertical-align: middle;
}
.born-customer .swiper-container .swiper-pagination-bullet-active {
  background: #085e43;
}
.born-customer .swiper-button-next {
  right: -50px;
  color: #085e43;
}
.born-customer .swiper-button-prev {
  left: -50px;
  color: #085e43;
}
.born-customer .swiper-pagination {
  text-align: left;
}
.born-customer .item {
  position: relative;
  text-align: right;
}
.born-customer .item .imgbox {
  display: inline-block;
  width: 70%;
}
.born-customer .item .imgbox img {
  display: block;
  width: 100%;
  height: auto;
}
.born-customer .item .txtbox {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  width: 50%;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  padding: 50px 30px 30px;
  text-align: left;
}
.born-customer .item .txtbox .info {
  margin-bottom: 40px;
  text-align: left;
}
.born-customer .item .txtbox .more {
  color: #085e43;
}
.available-box {
  padding: 80px 0;
  text-align: center;
}
.available-box .text {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: bold;
  color: #333;
}
.available-box a {
  background: #085e43;
  padding: 12px 45px;
  border-radius: 30px;
  color: #fff;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.available-box a:hover {
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  opacity: 0.7;
}
.cloud-services {
  background: #f6f7f9;
  padding: 125px 0;
}
.cloud-services .wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.cloud-services .li {
  width: 31.33%;
  border: 1px solid #eeeeee;
  background: #fff;
}
.cloud-services .li .tit {
  padding: 40px 25px;
  font-size: 20px;
  font-weight: bold;
  background: url(../images/img108.svg) 90% -50% no-repeat #f9fafc;
}
.cloud-services .li .imgbox img {
  width: 100%;
  display: block;
}
.cloud-services .li .box {
  padding: 25px;
}
.cloud-services .li .box .tit2 {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 18px;
  text-align: center;
}
.cloud-services .li .box .p {
  padding: 6px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: baseline;
  color: #888888;
  font-size: 16px;
}
.cloud-services .li .box .p .fa {
  margin-right: 5px;
  color: #085e43;
}
.more-information {
  background: url(../images/bg1.png) no-repeat center center;
  background-size: auto 100%;
  padding: 55px 0 85px;
}
.more-information .swiper {
  position: relative;
}
.more-information .swiper-slide {
  color: #fff;
  text-align: center;
}
.more-information .swiper-slide .tit {
  font-size: 26px;
}
.more-information .swiper-slide .info {
  font-size: 16px;
  margin: 25px 0 35px;
}
.more-information .swiper-slide a {
  height: 40px;
  color: #fff;
  border: 1px solid #fff;
  padding: 8px 20px;
}
.more-information .swiper-pagination {
  bottom: -50px;
}
.more-information .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #fff;
  opacity: 0.7;
}
.more-information .swiper-pagination-bullet-active {
  background: #ffffff;
  opacity: 1;
}
.quarter-tab {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}
.quarter-tab .quarter-li {
  border-radius: 35px;
  padding: 6px 35px;
  color: #085e43;
  font-size: 16px;
  border: 1px solid #085e43;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  margin: 0 10px 25px;
  cursor: pointer;
}
.quarter-tab .quarter-li:hover,
.quarter-tab .quarter-li.curr {
  background: #085e43;
  color: #fff;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.quarter-con {
  display: none;
}
.quarter-con:first-of-type {
  display: block;
}
.footer {
  padding-top: 60px;
  background: #22262f;
}
.footer .footer-top {
  color: #f0f0f0;
  position: relative;
  margin-bottom: 40px;
}
.footer .footer-top:after {
  display: block;
  content: '';
  clear: both;
}
.footer .footer-top .top-info {
  font-size: 16px;
  float: left;
  width: 310px;
}
.footer .footer-top .top-info .tel {
  margin: 20px 0 16px 0;
}
.footer .footer-top .footer-nav {
  float: right;
}
.footer .footer-top .footer-nav:after {
  display: block;
  content: '';
  clear: both;
}
.footer .footer-top .footer-nav .li {
  float: left;
  margin-left: 25px;
}
.footer .footer-top .footer-nav .li .tit {
  font-size: 16px;
  margin-bottom: 15px;
  display: table;
}
.footer .footer-top .footer-nav .li .subtit {
  font-size: 16px;
  margin-bottom: 15px;
  display: block;
  border-bottom: 1px solid #efefef;
  color: #f0f0f0;
}
.footer .footer-top .footer-nav .li .a {
  position: relative;
  display: table;
  color: #f0f0f0;
  font-size: 16px;
  margin-bottom: 15px;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.footer .footer-top .footer-nav .li .a:after {
  position: absolute;
  bottom: -4px;
  display: block;
  content: '';
  clear: both;
  width: 0;
  left: 50%;
  height: 1px;
  opacity: 0;
  background: #fff;
  -webkit-transform: translateY(4px);
  -moz-transform: translateY(4px);
  -o-transform: translateY(4px);
  transform: translateY(4px);
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.footer .footer-top .footer-nav .li .a:hover,
.footer .footer-top .footer-nav .li .a.curr {
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.footer .footer-top .footer-nav .li .a:hover:after,
.footer .footer-top .footer-nav .li .a.curr:after {
  opacity: 1;
  width: 100%;
  left: 0;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.footer .code {
  text-align: right;
}
.footer .code img {
  max-width: 84px;
  max-height: 84px;
}
.footer .record {
  padding: 25px 0;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.footer .record a {
  color: #f0f0f0;
  font-size: 16px;
}
.footer .record span {
  color: #f0f0f0;
  padding: 0 15px;
  vertical-align: top;
}
.remark-box {
  background-color: #f6f7f9;
  padding: 40px 0;
}
.remark-box .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
.remark-box .swiper-pagination-bullet-active {
  background: #085e43;
}
.remark-box .swiper-container-horizontal > .swiper-pagination-bullets,
.remark-box .swiper-pagination-custom,
.remark-box .swiper-pagination-fraction {
  bottom: 0;
}
.remark-box .li {
  text-align: center;
  padding: 0 5%;
  box-sizing: border-box;
}
.remark-box .li .info {
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 1.8;
}
.remark-box .product-more {
  margin: 30px 0;
}
.remark-box .product-more a {
  display: inline-block;
}
.foot-consult {
  background: #23908a url(../images/fb-img.png) no-repeat right center;
  background-size: auto 100%;
  text-align: center;
  padding: 60px 10px;
}
.foot-consult .p1 {
  font-size: 36px;
  margin-bottom: 10px;
  color: #fff;
  font-weight: bold;
}
.foot-consult .p2 {
  font-size: 24px;
  margin-bottom: 25px;
  color: #fff;
}
.foot-consult .btn {
  display: inline-block;
  background-color: #085e43;
  width: 150px;
  padding: 12px 0;
  color: #fff;
  border-radius: 35px;
  font-size: 18px;
}
.foot-consult .btn:hover {
  opacity: 0.8;
}
.products-page {
  padding: 70px 0;
}
.products-page .btnbox {
  text-align: center;
}
.products-page .btnbox .btn {
  display: inline-block;
  width: 150px;
  height: 50px;
  text-align: center;
  background: #085e43;
  border: 1px solid #085e43;
  line-height: 50px;
  border-radius: 35px;
  color: #fff;
  font-size: 16px;
  transition: 0.4s;
  margin: 0 5px;
}
.products-page .btnbox .btn:hover {
  background: #fff;
  color: #085e43;
}
.products-search {
  text-align: center;
  margin-bottom: 20px;
}
.products-search .item {
  display: inline-block;
  position: relative;
  margin: 0 10px;
}
.products-search .item .tit {
  padding: 10px 30px;
  padding-right: 40px;
  border-radius: 30px;
  color: #fff;
  position: relative;
  background-color: #085e43;
  cursor: pointer;
}
.products-search .item .tit.curr:after {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  margin-top: -0.2em;
}
.products-search .item .tit:after {
  position: absolute;
  content: '';
  width: 0.5em;
  height: 0.5em;
  border-width: 0 0 1px 1px;
  border-style: solid;
  right: 20px;
  top: 50%;
  margin-top: -0.5em;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
  -webkit-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}
.products-search .item .options {
  display: none;
  position: absolute;
  left: 0;
  padding: 10px;
  min-width: 100px;
  max-width: 160px;
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #f6f7f9;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.products-search .item .options label {
  display: block;
  margin: 10px 0;
  text-align: left;
  *zoom: 1;
}
.products-search .item .options label:after {
  content: "";
  display: block;
  clear: both;
}
.products-search .item .options label input {
  float: left;
  margin-right: 5px;
  margin-top: 3px;
}
.products-search .item .options label span {
  float: left;
  width: calc(100% - 22px);
}
.product-list {
  list-style: none;
}
.product-list:after {
  content: "";
  display: block;
  clear: both;
}
.product-list li {
  float: left;
  width: calc(100%/3 - 13.5px);
  margin-right: 20px;
  margin-bottom: 20px;
  background-color: #fff;
}
.product-list li:nth-child(3n) {
  margin-right: 0;
}
.product-list li img {
  width: 100%;
  display: block;
  transition: 0.4s;
}
.product-list li:hover img {
  transform: scale(1.1);
  transition: 0.4s;
}
.product-list .imgbox {
  margin-bottom: 10px;
  height: 200px;
  background-color: #eee;
  overflow: hidden;
}
.product-list .imgbox a {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.product-list .tit {
  font-weight: bold;
  font-size: 18px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 50px;
  margin-top: 5px;
}
.product-list .date {
  color: #999;
  margin-bottom: 5px;
}
.product-list .type {
  border: 1px solid #085e43;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 30px;
  color: #085e43;
  margin-bottom: 5px;
  margin-right: 3px;
}
.loading {
  display: none;
  text-align: center;
  padding: 40px 0;
  margin-bottom: 30px;
}
.loading .img {
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: relative;
  -webkit-animation: loading-spinner 1s linear infinite;
  animation: loading-spinner 1s linear infinite;
  margin: auto;
}
@-webkit-keyframes loading-spinner {
  0% {
    box-shadow: 0 -27px 0 0 rgba(0, 0, 0, 0.05), 19px -19px 0 0 rgba(0, 0, 0, 0.1), 27px 0 0 0 rgba(0, 0, 0, 0.2), 19px 19px 0 0 rgba(0, 0, 0, 0.3), 0 27px 0 0 rgba(0, 0, 0, 0.4), -19px 19px 0 0 rgba(0, 0, 0, 0.6), -27px 0 0 0 rgba(0, 0, 0, 0.8), -19px -19px 0 0 #000;
  }
  12.5% {
    box-shadow: 0 -27px 0 0 #000, 19px -19px 0 0 rgba(0, 0, 0, 0.05), 27px 0 0 0 rgba(0, 0, 0, 0.1), 19px 19px 0 0 rgba(0, 0, 0, 0.2), 0 27px 0 0 rgba(0, 0, 0, 0.3), -19px 19px 0 0 rgba(0, 0, 0, 0.4), -27px 0 0 0 rgba(0, 0, 0, 0.6), -19px -19px 0 0 rgba(0, 0, 0, 0.8);
  }
  25% {
    box-shadow: 0 -27px 0 0 rgba(0, 0, 0, 0.8), 19px -19px 0 0 #000, 27px 0 0 0 rgba(0, 0, 0, 0.05), 19px 19px 0 0 rgba(0, 0, 0, 0.1), 0 27px 0 0 rgba(0, 0, 0, 0.2), -19px 19px 0 0 rgba(0, 0, 0, 0.3), -27px 0 0 0 rgba(0, 0, 0, 0.4), -19px -19px 0 0 rgba(0, 0, 0, 0.6);
  }
  37.5% {
    box-shadow: 0 -27px 0 0 rgba(0, 0, 0, 0.6), 19px -19px 0 0 rgba(0, 0, 0, 0.8), 27px 0 0 0 #000, 19px 19px 0 0 rgba(0, 0, 0, 0.05), 0 27px 0 0 rgba(0, 0, 0, 0.1), -19px 19px 0 0 rgba(0, 0, 0, 0.2), -27px 0 0 0 rgba(0, 0, 0, 0.3), -19px -19px 0 0 rgba(0, 0, 0, 0.4);
  }
  50% {
    box-shadow: 0 -27px 0 0 rgba(0, 0, 0, 0.4), 19px -19px 0 0 rgba(0, 0, 0, 0.6), 27px 0 0 0 rgba(0, 0, 0, 0.8), 19px 19px 0 0 #000, 0 27px 0 0 rgba(0, 0, 0, 0.05), -19px 19px 0 0 rgba(0, 0, 0, 0.1), -27px 0 0 0 rgba(0, 0, 0, 0.2), -19px -19px 0 0 rgba(0, 0, 0, 0.3);
  }
  62.5% {
    box-shadow: 0 -27px 0 0 rgba(0, 0, 0, 0.3), 19px -19px 0 0 rgba(0, 0, 0, 0.4), 27px 0 0 0 rgba(0, 0, 0, 0.6), 19px 19px 0 0 rgba(0, 0, 0, 0.8), 0 27px 0 0 #000, -19px 19px 0 0 rgba(0, 0, 0, 0.05), -27px 0 0 0 rgba(0, 0, 0, 0.1), -19px -19px 0 0 rgba(0, 0, 0, 0.2);
  }
  75% {
    box-shadow: 0 -27px 0 0 rgba(0, 0, 0, 0.2), 19px -19px 0 0 rgba(0, 0, 0, 0.3), 27px 0 0 0 rgba(0, 0, 0, 0.4), 19px 19px 0 0 rgba(0, 0, 0, 0.6), 0 27px 0 0 rgba(0, 0, 0, 0.8), -19px 19px 0 0 #000, -27px 0 0 0 rgba(0, 0, 0, 0.05), -19px -19px 0 0 rgba(0, 0, 0, 0.1);
  }
  87.5% {
    box-shadow: 0 -27px 0 0 rgba(0, 0, 0, 0.1), 19px -19px 0 0 rgba(0, 0, 0, 0.2), 27px 0 0 0 rgba(0, 0, 0, 0.3), 19px 19px 0 0 rgba(0, 0, 0, 0.4), 0 27px 0 0 rgba(0, 0, 0, 0.6), -19px 19px 0 0 rgba(0, 0, 0, 0.8), -27px 0 0 0 #000, -19px -19px 0 0 rgba(0, 0, 0, 0.05);
  }
  100% {
    box-shadow: 0 -27px 0 0 rgba(0, 0, 0, 0.05), 19px -19px 0 0 rgba(0, 0, 0, 0.1), 27px 0 0 0 rgba(0, 0, 0, 0.2), 19px 19px 0 0 rgba(0, 0, 0, 0.3), 0 27px 0 0 rgba(0, 0, 0, 0.4), -19px 19px 0 0 rgba(0, 0, 0, 0.6), -27px 0 0 0 rgba(0, 0, 0, 0.8), -19px -19px 0 0 #000;
  }
}
@keyframes loading-spinner {
  0% {
    box-shadow: 0 -27px 0 0 rgba(0, 0, 0, 0.05), 19px -19px 0 0 rgba(0, 0, 0, 0.1), 27px 0 0 0 rgba(0, 0, 0, 0.2), 19px 19px 0 0 rgba(0, 0, 0, 0.3), 0 27px 0 0 rgba(0, 0, 0, 0.4), -19px 19px 0 0 rgba(0, 0, 0, 0.6), -27px 0 0 0 rgba(0, 0, 0, 0.8), -19px -19px 0 0 #000;
  }
  12.5% {
    box-shadow: 0 -27px 0 0 #000, 19px -19px 0 0 rgba(0, 0, 0, 0.05), 27px 0 0 0 rgba(0, 0, 0, 0.1), 19px 19px 0 0 rgba(0, 0, 0, 0.2), 0 27px 0 0 rgba(0, 0, 0, 0.3), -19px 19px 0 0 rgba(0, 0, 0, 0.4), -27px 0 0 0 rgba(0, 0, 0, 0.6), -19px -19px 0 0 rgba(0, 0, 0, 0.8);
  }
  25% {
    box-shadow: 0 -27px 0 0 rgba(0, 0, 0, 0.8), 19px -19px 0 0 #000, 27px 0 0 0 rgba(0, 0, 0, 0.05), 19px 19px 0 0 rgba(0, 0, 0, 0.1), 0 27px 0 0 rgba(0, 0, 0, 0.2), -19px 19px 0 0 rgba(0, 0, 0, 0.3), -27px 0 0 0 rgba(0, 0, 0, 0.4), -19px -19px 0 0 rgba(0, 0, 0, 0.6);
  }
  37.5% {
    box-shadow: 0 -27px 0 0 rgba(0, 0, 0, 0.6), 19px -19px 0 0 rgba(0, 0, 0, 0.8), 27px 0 0 0 #000, 19px 19px 0 0 rgba(0, 0, 0, 0.05), 0 27px 0 0 rgba(0, 0, 0, 0.1), -19px 19px 0 0 rgba(0, 0, 0, 0.2), -27px 0 0 0 rgba(0, 0, 0, 0.3), -19px -19px 0 0 rgba(0, 0, 0, 0.4);
  }
  50% {
    box-shadow: 0 -27px 0 0 rgba(0, 0, 0, 0.4), 19px -19px 0 0 rgba(0, 0, 0, 0.6), 27px 0 0 0 rgba(0, 0, 0, 0.8), 19px 19px 0 0 #000, 0 27px 0 0 rgba(0, 0, 0, 0.05), -19px 19px 0 0 rgba(0, 0, 0, 0.1), -27px 0 0 0 rgba(0, 0, 0, 0.2), -19px -19px 0 0 rgba(0, 0, 0, 0.3);
  }
  62.5% {
    box-shadow: 0 -27px 0 0 rgba(0, 0, 0, 0.3), 19px -19px 0 0 rgba(0, 0, 0, 0.4), 27px 0 0 0 rgba(0, 0, 0, 0.6), 19px 19px 0 0 rgba(0, 0, 0, 0.8), 0 27px 0 0 #000, -19px 19px 0 0 rgba(0, 0, 0, 0.05), -27px 0 0 0 rgba(0, 0, 0, 0.1), -19px -19px 0 0 rgba(0, 0, 0, 0.2);
  }
  75% {
    box-shadow: 0 -27px 0 0 rgba(0, 0, 0, 0.2), 19px -19px 0 0 rgba(0, 0, 0, 0.3), 27px 0 0 0 rgba(0, 0, 0, 0.4), 19px 19px 0 0 rgba(0, 0, 0, 0.6), 0 27px 0 0 rgba(0, 0, 0, 0.8), -19px 19px 0 0 #000, -27px 0 0 0 rgba(0, 0, 0, 0.05), -19px -19px 0 0 rgba(0, 0, 0, 0.1);
  }
  87.5% {
    box-shadow: 0 -27px 0 0 rgba(0, 0, 0, 0.1), 19px -19px 0 0 rgba(0, 0, 0, 0.2), 27px 0 0 0 rgba(0, 0, 0, 0.3), 19px 19px 0 0 rgba(0, 0, 0, 0.4), 0 27px 0 0 rgba(0, 0, 0, 0.6), -19px 19px 0 0 rgba(0, 0, 0, 0.8), -27px 0 0 0 #000, -19px -19px 0 0 rgba(0, 0, 0, 0.05);
  }
  100% {
    box-shadow: 0 -27px 0 0 rgba(0, 0, 0, 0.05), 19px -19px 0 0 rgba(0, 0, 0, 0.1), 27px 0 0 0 rgba(0, 0, 0, 0.2), 19px 19px 0 0 rgba(0, 0, 0, 0.3), 0 27px 0 0 rgba(0, 0, 0, 0.4), -19px 19px 0 0 rgba(0, 0, 0, 0.6), -27px 0 0 0 rgba(0, 0, 0, 0.8), -19px -19px 0 0 #000;
  }
}
.product-info {
  max-width: 1000px;
  margin: 0 auto;
}
.product-info .tit {
  font-size: 30px;
}
.product-info .page-turning {
  text-align: center;
  position: relative;
}
.product-info .page-turning a {
  width: calc((100% - 150px)/2);
}
.product-info .page-turning .backbtn {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  display: inline-block;
  background-color: #085e43;
  padding: 10px 0px;
  color: #fff;
  border-radius: 30px;
  border-color: #085e43;
  width: 120px;
  text-align: center;
  transition: 0.4s;
  float: none;
  margin: 8px 0px;
}
.product-info .page-turning .backbtn:hover {
  background-color: #fff;
  color: #085e43;
}
.price-box {
  display: flex;
  margin-top: 30px;
}
.price-box .price-con {
  width: 535px;
  flex-shrink: 0;
  margin-right: 20px;
  border: 1px solid #ddd;
  border-radius: 5px;
  overflow: hidden;
}
.price-box .price-txtbox {
  flex-grow: 1;
  border: 1px solid #ddd;
  border-radius: 5px;
  overflow: hidden;
}
.price-box .tit {
  padding: 5px 20px;
  background: linear-gradient(45deg, #73bea6, #7de5c4, #7fe7c6);
  color: #fff;
  font-size: 24px;
  line-height: 50px;
}
.price-box .tit img {
  vertical-align: middle;
  height: 50px;
  margin-right: 5px;
}
.price-box .txtbox {
  display: flex;
}
.price-box .txtbox ul {
  flex: 1;
  padding: 5% 20px;
  border-right: 1px solid #e6efec;
  list-style: none;
  margin: 0;
}
.price-box .txtbox ul:last-child {
  border: 0;
}
.price-box .txtbox ul li {
  margin: 30px 0;
  padding-left: 25px;
  background: url(../images/ico-check.png) no-repeat left top 1px;
}
.price-box .price-wrap {
  padding: 30px 20px;
}
.price-box .price-top {
  padding-bottom: 10px;
  margin-bottom: 40px;
  border-bottom: 1px solid #ddd;
  display: flex;
}
.price-box .price-top .li {
  flex: 1;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 5px;
  font-size: 18px;
}
.price-box .price-top .li .price {
  font-size: 24px;
  color: red;
}
.price-box .price-top .li.discount {
  background: url(../images/ico-discount.png) no-repeat top left;
  padding-left: 20px;
  padding-right: 0;
}
.price-box .price-numbox .p {
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px;
}
.price-box .price-numbox .p span {
  color: #999;
  font-size: 14px;
}
.price-box .price-numbox .number {
  display: flex;
  justify-content: center;
}
.price-box .price-numbox .number > * {
  display: inline-block;
  margin-right: 10px;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  box-sizing: border-box;
}
.price-box .price-numbox .number > *:last-child {
  margin-right: 0;
}
.price-box .price-numbox .number .numbtn {
  background-color: #e8f6f2;
  color: #9db6ae;
  font-weight: bold;
  font-size: 20px;
  cursor: pointer;
}
.price-box .price-numbox .number .numbtn.addbtn {
  background-color: #085e43;
  color: #9db6ae;
}
.price-box .price-numbox .number .num {
  border: 2px solid #e8f6f2;
  color: #9db6ae;
  -moz-appearance: none;
  /* Firefox */
  appearance: none;
  font-size: 18px;
  max-width: 200px;
}
.price-box .price-numbox .number input::-webkit-outer-spin-button,
.price-box .price-numbox .number input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
.price-box .price-numbox .btnbox {
  margin-top: 30px;
  text-align: center;
}
.price-box .btn {
  display: inline-block;
  background-color: #085e43;
  width: 150px;
  padding: 12px;
  color: #fff;
  border-radius: 35px;
  font-size: 18px;
  margin-bottom: 10px;
}
.price-box .btn:hover {
  opacity: 0.8;
}
@media screen and (max-width: 1440px) {
}
