img {
  width: 100%;
  display: block;
}
*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
button {
  border: none;
  outline: none;
}
a {
  color: #666;
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: none;
}
[type="button"] {
  font-size: 20px;
  border-radius: 0;
  line-height: 40px;
}
ul,
li {
  list-style: none;
}
mark {
  background-color: transparent;
}
input {
  width: 100%;
  border: none;
  outline: none;
}
select {
  border: none;
  outline: none;
}
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  min-width: $minWidth;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.ZH .nav-list {
  white-space: nowrap;
}
.ZH .zh-no {
  display: none !important;
}
.EN .en-no {
  display: none !important;
}
.EN .pppp {
  background: url("../images/149.png") no-repeat center !important;
}
.EN .en-hidden {
  visibility: hidden;
}
.EN [data-banner] .banner-title :first-child {
  display: none;
}
.clearboth:after {
  display: block;
  clear: both;
  content: "";
  overflow: hidden;
  height: 0;
}
[data-header] {
  color: #ffffff;
  background-color: #1dbd92;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}
[data-header] .nav-list {
  color: #ffffff;
  width: 121px;
  font-size: 19px;
  margin: 0 17px;
  padding: 0 20px;
  text-align: center;
  height: 116px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
[data-header] .nav-list:hover {
  font-weight: 700;
}
[data-header] .nav-list.active {
  font-weight: 700;
}
[data-header] .nav-list.active::after {
  content: '';
  width: 100%;
  height: 6px;
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
[data-header] .top-box {
  border-bottom: 1px solid #4acaa8;
  padding: 7px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
[data-header] .top-box .language-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
[data-header] .top-box .email {
  width: 22px;
  height: 17px;
  background: url("../images/email.png") no-repeat center;
  background-size: 17px;
  margin-right: 12px;
}
[data-header] .top-box .email.single {
  margin-right: 0;
}
[data-header] .top-box .message {
  width: 22px;
  height: 17px;
  background: url("../images/message.png") no-repeat center;
  background-size: 17px;
  margin-right: 12px;
}
[data-header] .top-box .message.single {
  margin-right: 0;
}
[data-header] .top-box .wechat {
  width: 22px;
  height: 17px;
  background: url("../images/wechat.png") no-repeat center;
  background-size: 17px;
  margin-right: 12px;
}
[data-header] .top-box .wechat.single {
  margin-right: 0;
}
[data-header] .top-box .func-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 40px;
}
[data-header] .top-box .func {
  padding: 0 17px;
  border-right: 1px solid #8edec9;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
[data-header] .top-box .code-box {
  width: 200px;
  position: absolute;
  top: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 99;
  display: none;
}
[data-header] .top-box .code-box.show {
  display: block;
}
[data-header] .top-box .language-switch {
  color: #fff;
  width: 41px;
  line-height: 30px;
  background-color: #285c56;
  text-align: center;
  cursor: pointer;
}
[data-header] .top-box .language-switch.active {
  color: #285c56;
  background-color: #fff;
}
[data-header] .top-box .language-switch:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
[data-header] .top-box .language-switch:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
[data-header] .nav-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 7%;
}
[data-header] .header-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 40px;
}
[data-header] .logo {
  width: 360px;
  min-width: 200px;
}
[data-sub-menu] {
  color: #000;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
[data-sub-menu] .menu-list {
  position: relative;
  text-align: center;
  line-height: 95px;
  margin: 0 40px;
}
[data-sub-menu] .menu-list.active {
  color: #07cec9;
}
[data-sub-menu] .menu-list.active::after {
  content: '';
  width: 90px;
  height: 5px;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: -webkit-gradient(linear, left top, right top, from(#27ffaa), to(#07cec9));
  background: linear-gradient(to right, #27ffaa, #07cec9);
}
[data-scroll-top] {
  width: 60px;
  position: fixed;
  right: 50px;
  bottom: 100px;
  cursor: pointer;
  z-index: 9;
}
[data-scroll-top].show {
  display: block;
}
[data-screen] {
  color: #666;
  font-size: 15px;
  padding: 70px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
[data-screen] .screen-list {
  margin: 0 10px;
  padding: 10px 15px;
  cursor: pointer;
}
[data-screen] .screen-list.active {
  border-radius: 100px;
  color: #fff;
  background-color: #03d4be;
}
[data-home] .baize-product {
  width: 1200px;
  margin: auto;
}
[data-home] .ckop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
[data-home] .apop {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 20px;
}
[data-home] .news-center {
  width: 1200px;
  margin: auto;
}
[data-home] .baize-product-box {
  background-color: #fff;
}
[data-home] .news-center-box {
  background-color: #dcdddd;
}
[data-home] .big-title {
  color: #1dbd92;
  font-size: 21px;
  margin-bottom: 5px;
}
[data-home] .news-center .big-en-title {
  color: #fff;
}
[data-home] .news-list-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
[data-home] .news-list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
[data-home] .news-list:last-child {
  margin-right: 0;
}
[data-home] .product-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
[data-home] .img-list {
  width: 25%;
}
[data-home] .img-list img{
  width: 300px;
  height: 300px;
}
[data-home] .filter {
  color: #fff;
  font-size: 30px;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.1);
}
[data-home] .graph {
  margin: 25px 0;
  line-height: 20px;
}
[data-home] .link-box {
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
[data-home] .link-box::before {
  content: '';
  margin-right: 12px;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 14px solid #000000;
}
[data-home] .xuanfu {
  display: none;
}
[data-home] .box {
  padding: 70px 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
[data-home] .baize-product .big-en-title {
  color: #595757 ;
}
[data-home] .big-en-title {
  font-size: 30px;
  margin-bottom: 55px;
}
[data-home] .swiper-pagination-bullet {
  width: 75px;
  height: 4px;
  border-radius: 0;
  background-color: #fff;
  opacity: 1;
}
[data-home] .banner-box {
  position: relative;
}
[data-home] .banner-link-box {
  position: absolute;
  right: 50px;
  top: 0;
  bottom: 0;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
[data-home] .one {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
}
[data-home] .a {
  color: #1dbd92;
  font-size: 24px;
  margin-bottom: 10px;
}
[data-home] .b {
  font-size: 23px;
  margin-bottom: 100px;
  color: #595757;
}
[data-home] .group {
  width: 1300px;
  margin: auto;
  padding: 120px 0 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
[data-home] .banner-link-list {
  width: 250px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid #f3f4f4;
}
[data-home] .banner-link-list:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
[data-home] .two {
  color: #e0e0e4;
  line-height: 20px;
}
[data-home] .scroll {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 50px;
  z-index: 99;
}
[data-home] .swiper-pagination-bullet-active {
  background-color: #07cec9;
}
[data-banner] {
  color: #fff;
  font-size: 40px;
  height: 400px;
  background-size: cover;
  position: relative;
  margin-top: 161px;
}
[data-banner] .banner-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
}
[data-banner] .banner-title > :last-child {
  color: #a7bcc7;
  font-size: 25px;
  margin-top: 25px;
}
[data-serve-list] .banner {
  background-image: url('../images/banner.png');
}
[data-serve-list] .all-box {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 130px;
}
[data-serve-list] .item {
  display: none;
}
[data-serve-list] .item:first-child {
  display: block;
}
[data-serve-list] .product-box {
  padding: 33px 55px;
  background-color: #fff;
  height: 280px;
  position: relative;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
[data-serve-list] .product-box.revese .l-box {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
[data-serve-list] .product-box .arrow {
  width: 30px;
  height: 30px;
  background-image: url("../images/arrow.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px;
  position: absolute;
  left: 0;
  bottom: 0;
}
[data-serve-list] .product-box .l-box {
  width: 431px;
  position: relative;
}
[data-serve-list] .product-box .sub-title {
  color: #adadad;
  font-size: 16px;
}
[data-serve-list] .product-box .main-title {
  font-size: 22px;
  margin: 10px 0 25px;
}
[data-serve-list] .product-box .list-graph {
  color: #777;
  line-height: 30px;
}
[data-serve-list] .product-box:hover {
  -webkit-box-shadow: 5px 10px 10px #d3d6da;
          box-shadow: 5px 10px 10px #d3d6da;
}
[data-serve-list] .product-box:hover .arrow {
  background-image: url("../images/arrow_hover.png");
}
[data-serve-list] .product-box:hover::after {
  content: '';
  width: 4px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #fe844e;
}
[data-serve-detail] .banner {
  background-image: url('../images/banner.png');
}
[data-serve-detail] .health-box {
  width: 1200px;
  margin: 0 auto;
  padding: 40px 0 110px;
}
[data-serve-detail] .v-html {
  padding: 35px 40px;
  background-color: #fff;
}
[data-serve-detail] .first-img {
  margin-right: 50px;
}
[data-serve-detail] .first-intro {
  padding: 35px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  margin-bottom: 25px;
}
[data-serve-detail] .r-title {
  font-size: 22px;
  margin: 5px 0 35px;
}
[data-serve-detail] .ul {
  margin-bottom: 30px;
}
[data-serve-detail] .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 0;
}
[data-serve-detail] .list::before {
  content: '';
  border-radius: 50%;
  margin-right: 9px;
  background-color: #999;
  width: 8px;
  height: 8px;
}
[data-serve-detail] .r-title-sub {
  color: #4ec9a6;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 700;
}
[data-serve-detail] .title {
  font-size: 19px;
  color: #a6a6a6;
  margin-bottom: 10px;
  display: inline-block;
}
[data-serve-detail] .big-title {
  font-size: 25px;
  color: #000;
  margin-bottom: 30px;
}
[data-serve-detail] .detail-txt {
  color: #4ec9a6;
  margin-bottom: 35px;
  font-size: 20px;
}
[data-intro-banner] .banner {
  background: url('../images/banner_fa9604faaeca4587b9e00d7d2fabaf88.png') no-repeat center;
}
[data-timeline] {
  padding-bottom: 80px;
  background: url("../images/develo_history_bg.png") no-repeat center;
  background-size: cover;
}
[data-timeline] .swiper-content {
  position: relative;
  height: 980px;
}
[data-timeline] .swiper-slide:nth-child(odd) h5,
[data-timeline] .swiper-slide:nth-child(odd) p {
  text-align: right;
}
[data-timeline] mark {
  color: #fc8021;
  font-weight: normal;
}
[data-timeline] .swiper-button-prev {
  margin-top: 0 !important;
  top: 0 !important;
}
[data-timeline] .w1200 {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
}
[data-timeline] .swiper-content .progress-slide .swiper-button-prev,
[data-timeline] .swiper-content .progress-slide .swiper-button-next {
  left: 49.8%;
  right: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 50px;
  height: 50px;
}
[data-timeline] .swiper-button-disabled {
  opacity: 1 !important;
}
[data-timeline] .swiper-content .progress-slide .swiper-button-prev {
  top: -1px;
  z-index: 7;
  background-image: url(../images/left-hover.png);
  background-size: cover;
}
[data-timeline] .swiper-content .progress-slide {
  width: 100%;
  height: 980px;
  padding: 90px 0 0 0;
}
[data-timeline] .swiper-content .middle-line {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 100%;
  background: #e5e5e5;
}
[data-timeline] .swiper-content .progress-slide .swiper-button-next {
  top: 96.5%;
  background-image: url(../images/right-hover.png);
  background-size: cover;
}
[data-timeline] .swiper-content .progress-slide .swiper-button-prev,
[data-timeline] .swiper-content .progress-slide .swiper-button-next {
  left: 50%;
  right: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 50px;
  height: 50px;
}
[data-timeline] .swiper-content .progress-slide .swiper-slide:nth-of-type(2n) {
  left: 50%;
}
[data-timeline] .swiper-content .progress-slide .swiper-slide {
  width: 50%;
  cursor: pointer;
}
[data-timeline] .swiper-content .progress-slide .swiper-slide:nth-of-type(2n) .dot {
  left: -1.6%;
}
[data-timeline] .swiper-content .progress-slide .swiper-slide .dot {
  position: absolute;
  top: 21px;
  right: -1.5%;
}
[data-timeline] img {
  width: auto;
}
[data-timeline] .swiper-content .progress-slide .swiper-slide:nth-of-type(2n) .detail {
  margin-left: 10%;
}
[data-timeline] .swiper-content .progress-slide .swiper-slide .detail .year p {
  color: #666;
  line-height: 25px;
}
[data-timeline] .swiper-content .progress-slide .swiper-slide .detail .year h5 {
  font-weight: bold;
  font-size: 30px;
  -webkit-transition: all .5s;
  transition: all .5s;
  margin-bottom: 15px;
}
[data-timeline] .swiper-content .progress-slide .swiper-slide:nth-of-type(2n) .detail .year {
  text-align: left;
}
[data-timeline] .swiper-content .progress-slide .swiper-slide .detail {
  width: 90%;
}
[data-introduction] .intro-top {
  width: 1300px;
  margin: 0 auto !important;
  padding: 0 152px !important;
}
[data-introduction] .w1300 {
  padding: 100px 0 120px !important;
  background-color: #fbfbfb;
}
[data-introduction] .bbbb {
  width: 250px;
  -webkit-animation: myfirst 4s;
          animation: myfirst 4s;
  -webkit-transform-origin: center;
          transform-origin: center;
  margin-top: 190px;
  margin-right: 40px;
}
[data-introduction] .pppp {
  position: relative;
  height: 800px;
  background: url("../images/aaa.png") no-repeat center;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
[data-introduction] .adsa {
  font-size: 16px;
  position: absolute;
  left: 50%;
  top: 50%;
  font-weight: 700;
  -webkit-transform: translateX(-74%) translateY(268%);
          transform: translateX(-74%) translateY(268%);
  z-index: 999;
  text-align: center;
}
@-webkit-keyframes myfirst {
  from {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
  }
  to {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}
@keyframes myfirst {
  from {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
  }
  to {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}
[data-news-banner] .banner {
  background: url(../images/banner_444bfddd57eb45968dcb3528b0f2e105.png) no-repeat center;
}
[data-ppp] .news-detail {
  width: 1100px;
  margin: 0 auto;
  padding: 90px 0;
}
[data-ppp] .container-main {
  background-color: #f7f7f7;
}
[data-ppp] .detail-main img {
  margin-top: 30px;
}
[data-ppp] h3 {
  font-size: 18px;
  line-height: 30px;
  color: #333;
  margin-top: 30px;
  font-weight: bold;
}
[data-ppp] .news-detail-box {
  width: 1100px;
  margin: auto;
}
[data-ppp] .title-share {
  margin-top: 30px;
  margin-bottom: 20px;
}
[data-ppp] p {
  font-size: 16px;
  line-height: 30px;
  color: #333;
  margin-top: 30px;
}
[data-ppp] .news-detail .detail-content p {
  font-size: 16px;
  line-height: 30px;
  color: #333;
  margin-top: 30px;
}
[data-ppp] .news-detail .detail-title h3 {
  font-size: 24px;
  line-height: 30px;
  color: #333;
}
[data-ppp] .news-detail .detail-title p {
  font-size: 16px;
  line-height: 30px;
  color: #666;
  margin-top: 15px;
}
[data-person] .line {
  background: #f7f7f7;
  height: 10px;
  display: block;
}
[data-asdadad] .title-time {
  margin: 30px 0 !important;
}
[data-asdadad] .detail-main {
  width: 1200px;
  margin: auto;
}
[data-asdadad] .detail-content {
  margin-top: 50px ;
}
[data-asdadad] .detail-content p,
[data-asdadad] .detail-content span {
  line-height: 28px;
  margin: 10px 0;
}
[data-asdadad] .title-time {
  margin: 30px 0;
}
[data-asdadad] .btn-default.back:before {
  width: 142px;
  height: 33px;
  background: #f7f7f7;
}
[data-asdadad] .btn-default:before {
  content: '';
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  width: 148px;
  height: 38px;
  background: transparent;
  border-radius: 53px;
  z-index: 10;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
[data-asdadad] .btn-default.back i {
  width: 13px;
  height: 13px;
  background-image: url(../images/icon_back.png);
  margin-left: 0;
  margin-right: 10px;
}
[data-asdadad] .btn-default i {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  background-image: url(../images/btn_green.png);
  background-repeat: no-repeat;
  margin-left: 8px;
  position: relative;
  z-index: 20;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
[data-asdadad] .btn-default.back span {
  font-size: 14px;
  line-height: 35px;
  color: #07cfc8;
}
[data-asdadad] .btn-default span {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  line-height: 40px;
  color: #259699;
  position: relative;
  z-index: 20;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.link-group {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.link-group button {
  border: 1px solid #29ffac;
  border-radius: 100px;
  line-height: 25px;
  font-size: 15px;
  color: #07cfc8;
  background-color: transparent;
  padding: 3px 35px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.link-group button::before {
  content: '';
  width: 13px;
  height: 13px;
  background: url(../images/icon_back.png) no-repeat center;
  background-size: contain;
  margin-right: 15px;
}
[data-map].cooperate-map .map-list li {
  position: absolute;
  z-index: 5;
}
[data-map].cooperate-map .map-list li.place1 {
  left: 838px;
  top: 508px;
}
[data-map].cooperate-map .map-list li .map-info {
  position: absolute;
  left: -20px;
  top: -75px;
  display: none;
}
[data-map] .place.most {
  z-index: 999 !important;
}
[data-map].cooperate-map .map-list li .map-info em {
  width: 67px;
  height: 67px;
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  background: #f8975c;
  border-radius: 50%;
  position: relative;
  z-index: 20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
[data-map].cooperate-map .map-list li .map-info span {
  display: block;
  position: absolute;
  left: 37px;
  top: 13px;
  font-size: 16px;
  line-height: 42px;
  color: #333;
  padding-right: 17px;
  padding-left: 40px;
  border-radius: 21px;
  background: #fff;
  z-index: 10;
  white-space: nowrap;
}
[data-map].cooperate-map .map-list li .point {
  width: 27px;
  height: 31px;
  background: url(../images/point.png) no-repeat;
}
[data-map].cooperate-map {
  width: 1016px;
  height: 838px;
  position: relative;
  margin-bottom: 114px;
}
[data-coop] .main {
  padding: 60px 0 70px;
}
[data-coop] .cooperate {
  text-align: center;
}
[data-coop] .w1200 {
  width: 1200px;
  margin: 0 auto;
}
[data-coop] .main-title {
  font-size: 0;
}
[data-coop] .cooperate .content p {
  font-size: 16px;
  line-height: 30px;
  color: #333;
  margin-top: 10px;
}
[data-coop] .cooperate .content {
  margin-top: 40px;
}
[data-coop] .title1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 45px;
}
[data-coop] .title1.title3 {
  margin-bottom: 30px;
}
[data-coop] .title1 :first-child {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
[data-coop] .title1 :nth-child(2) {
  color: #fc8021;
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 40px;
}
[data-coop] .title1 .line {
  width: 50px;
  height: 2px;
  background-color: #fc8021;
}
[data-contactus] .contact-us {
  padding-top: 85px;
}
[data-contactus] .w1200 {
  width: 1200px;
  margin: 0 auto;
}
[data-contactus] .contact-us .main-title {
  text-align: center;
  font-size: 0;
}
[data-contactus] .contact-us .online-message .group .group-item .check-box li i.active {
  background-image: url(../images/icon_check_box_active.png);
}
[data-contactus] .online-message {
  padding-bottom: 1px;
}
[data-contactus] .contact-us .main-title h3 {
  font-size: 22px;
  line-height: 32px;
  color: #333;
}
[data-contactus] .contact-us .main-title p {
  font-size: 14px;
  line-height: 20px;
  color: #999;
  margin-top: 5px;
}
[data-contactus] .contact-us .main-title span {
  width: 42px;
  margin-top: 25px;
}
[data-contactus] .main-title span {
  display: inline-block;
  width: 82px;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#ffb11b), to(#ff793c));
  background: linear-gradient(to right, #ffb11b, #ff793c);
  margin-top: 20px;
}
[data-contactus] .contact-us .info-list {
  font-size: 0;
  text-align: center;
  padding: 70px 0;
}
[data-contactus] .contact-us .info-list li {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  padding-left: 46px;
  background-image: url(../images/icon3.png);
  background-repeat: no-repeat;
  margin-left: 100px;
  text-align: left;
}
[data-contactus] .contact-us .info-list li:nth-of-type(1) {
  background-position: 0 -7px;
  margin-left: 0;
}
[data-contactus] .contact-us .info-list li:nth-of-type(2) {
  background-position: -328px -7px;
}
[data-contactus] .contact-us .info-list li:nth-of-type(3) {
  background-position: -588px -7px;
}
[data-contactus] .contact-us .info-list li:nth-of-type(4) {
  background-position: -860px -7px;
}
[data-contactus] .contact-us .info-list li p {
  color: #888;
  margin-top: 10px;
}
[data-contactus] .contact-us .info-list li h3 {
  color: #333;
}
[data-contactus] .contact-us .map {
  height: 558px;
  background: url(../images/cooperate_map2.jpg) no-repeat center;
  background-size: cover;
}
[data-contactus] .contact-us .online-message .title {
  padding: 70px 0 40px;
  text-align: center;
}
[data-contactus] .contact-us .online-message .title h3 {
  font-size: 30px;
  line-height: 30px;
  color: #333;
}
[data-contactus] .contact-us .online-message .title span {
  display: inline-block;
  width: 47px;
  height: 2px;
  background: #333;
  margin-top: 25px;
}
[data-contactus] .contact-us .online-message .group .group-item {
  float: left;
  width: 360px;
  padding: 0 20px;
  border: 1px solid #dcdcdc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
[data-contactus] .contact-us .online-message .group .group-item .label {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 50px;
  color: #666;
}
[data-contactus] .contact-us .online-message .group .group-item input {
  display: inline-block;
  vertical-align: middle;
  width: 240px;
  font-size: 14px;
  line-height: 26px;
  color: #333;
  background: transparent;
}
[data-contactus] .contact-us .online-message .group .group-item .must-sign {
  position: absolute;
  top: 0;
  right: -20px;
  font-size: 14px;
  line-height: 50px;
  color: #333;
}
[data-contactus] .contact-us .online-message .group .group-item.group-item2 {
  margin-left: 60px;
}
[data-contactus] .contact-us .online-message .group .group-item.group-item3 {
  margin-left: 60px;
}
[data-contactus] .contact-us .online-message .group .group-item.group-item4 {
  width: 100%;
  margin-top: 20px;
}
[data-contactus] .contact-us .online-message .group .group-item.group-item5 {
  width: 100%;
  border-top: 0;
}
[data-contactus] .contact-us .online-message .group .group-item textarea {
  width: 100%;
  height: 120px;
  padding: 15px 0;
  border: 0;
  background: transparent;
  resize: none;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  outline: none;
  border: none;
}
[data-contactus] .contact-us .online-message .group .group-item .check-box li:nth-of-type(1) {
  margin-left: 0;
}
[data-contactus] .contact-us .online-message .group .group-item .check-box li {
  float: left;
  margin-left: 40px;
}
[data-contactus] .contact-us .online-message .group .group-item .check-box li i {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background: url(../images/icon_check_box.png) no-repeat;
}
[data-contactus] .contact-us .online-message .group .group-item .check-box li span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 50px;
  color: #333;
  margin-left: 10px;
}
[data-contactus] .contact-us .online-message .btn-contact {
  width: 250px;
  margin: 40px auto 90px;
}
[data-contactus] .btn-default.orange {
  width: 180px;
  background: -webkit-gradient(linear, left top, right top, from(#ffb11b), to(#ff793c));
  background: linear-gradient(to right, #ffb11b, #ff793c);
}
[data-contactus] .btn-default:before {
  content: '';
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  width: 148px;
  height: 38px;
  background: transparent;
  border-radius: 53px;
  z-index: 10;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
[data-contactus] .contact-us .online-message .btn-contact span {
  line-height: 60px;
}
[data-contactus] .btn-default.orange span {
  line-height: 45px;
  color: #fff;
}
[data-contactus] .btn-default span {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  line-height: 40px;
  color: #259699;
  position: relative;
  z-index: 20;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
[data-contactus] .btn-default {
  display: block;
  width: 150px;
  text-align: center;
  background: #fff;
  border-radius: 100px;
  position: relative;
}
[data-join] .join-title {
  font-size: 22px;
}
[data-join] .join-content {
  margin-top: 20px;
  line-height: 1.8;
}
[data-join] .welfare {
  margin-top: 35px;
}
[data-join] .w1460 {
  width: 1200px;
  margin: auto;
}
[data-join] .main {
  padding: 40px 0 80px;
}
[data-join] .requirements-list {
  width: 590px;
  background-color: #fff;
  float: left;
  margin-top: 38px;
  padding: 40px 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
[data-join] .requirements-list:nth-child(odd) {
  margin-right: 15px;
}
[data-join] .requirements-lists .requirements-list .requirements-title {
  font-size: 16px;
  color: #25d0b5;
  margin-bottom: 10px;
  margin-top: 27px;
}
[data-join] .requirements-lists .requirements-list ul {
  line-height: 1.8;
  font-size: 14px;
}
[data-join] .requirements-lists .requirements-list .requirements-name {
  font-size: 20px;
  height: 52px;
  line-height: 52px;
  border-bottom: 1px solid #dbdbdb;
}
[data-join] .title1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 45px;
}
[data-join] .title1.title2 {
  margin: 50px 0 20px;
}
[data-join] .title1 :first-child {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
[data-join] .title1 :nth-child(2) {
  color: #fc8021;
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 40px;
}
[data-join] .title1 .line {
  width: 50px;
  height: 2px;
  background-color: #fc8021;
}
[data-join] .join-us .join-us-right .join-info {
  line-height: 1.8;
  position: relative;
  margin-left: 10px;
  padding-left: 7px;
}
[data-join] .join-us {
  padding: 62px 40px;
  background-color: #fff;
  margin-top: 39px;
}
[data-join] .join-us .join-us-right .join-content {
  margin-top: 20px;
}
[data-join] .join-us .join-us-right .join-info:before {
  content: '';
  border-radius: 50%;
  width: 6px;
  height: 6px;
  background-color: #f59750;
  position: absolute;
  top: 10px;
  left: -10px;
}
[data-recruit] .main {
  padding: 50px 0;
}
[data-recruit] .recruit-notice {
  width: 1370px;
  padding: 60px 135px 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  min-height: 500px;
  background: #ffffff url(../images/paper.png) no-repeat right bottom;
}
[data-recruit] .recruit-title {
  text-align: center;
}
[data-recruit] .recruit-title::after {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background: -webkit-gradient(linear, left top, right top, from(#ffb11b), to(#ff793c));
  background: linear-gradient(to right, #ffb11b, #ff793c);
  margin-top: 40px;
}
[data-recruit] .recruit-title h3 {
  font-size: 24px;
  line-height: 30px;
  color: #333;
}
[data-recruit] .recruit-title p {
  margin-top: 30px;
}
[data-recruit] .recruit-title p span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  line-height: 30px;
  color: #666;
  margin-left: 20px;
}
[data-recruit] .recruit-title i {
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 21px;
  background: url(../images/icon1.png) no-repeat;
}
[data-recruit] .recruit-title i.icon1 {
  background-position: 0 0;
}
[data-recruit] .recruit-title i.icon2 {
  background-position: -44px 0;
  margin-left: 50px;
}
[data-recruit] .recruit-content h3 {
  font-size: 16px;
  line-height: 30px;
  color: #333;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 6px;
}
[data-recruit] .recruit-content ul li {
  position: relative;
  font-size: 16px;
  line-height: 30px;
  color: #333;
  padding-left: 45px;
}
[data-recruit] .recruit-content ul li span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
[data-recruit] .recruit-content .graph {
  margin-bottom: 25px;
}
[data-recruit] .recruit-content p {
  font-size: 16px;
  line-height: 30px;
  color: #333;
}
[data-contact-banner] .banner {
  background: url("../images/banner_7ad4e564e76345c09533cbf306eb03b7.png") no-repeat center;
}
[data-plane] .story {
  padding: 110px;
  padding-bottom: 80px;
  background: #f7f7f7;
}
[data-plane] .global-w {
  width: 1200px;
  margin: auto;
}
[data-plane] .clearboth:after {
  display: block;
  clear: both;
  content: "";
  overflow: hidden;
  height: 0;
}
[data-plane] .story-box1-left {
  color: #333333;
  font-size: 16px;
  line-height: 29px;
  width: 920px;
  float: left;
}
[data-plane] .story-box1-right {
  overflow: hidden;
  text-align: right;
}
[data-plane] .story-box1-right p:first-child {
  color: #FC8021;
  font-size: 55px;
  letter-spacing: 9px;
  margin-bottom: 10px;
}
[data-plane] .story-box1-right p:nth-child(2) {
  font-size: 24px;
  color: #333;
  letter-spacing: 7px;
  margin-bottom: 30px;
}
[data-plane] .story-box1-right p:last-child {
  width: 82px;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#ffb11b), to(#ff793c));
  background: linear-gradient(to right, #ffb11b, #ff793c);
  float: right;
  margin-right: 144px;
  margin-top: 20px;
}
[data-plane] .story-img {
  margin-top: 32px;
}
[data-plane] .support-btn {
  width: 306px;
  height: 77px;
  text-align: center;
  line-height: 77px;
  font-size: 22px;
  margin: 0 auto;
  margin-top: 20px;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#ffb11b), to(#ff793c));
  background: linear-gradient(to right, #ffb11b, #ff793c);
  border-radius: 60px 60px;
  cursor: pointer;
}
[data-plane] .support {
  text-align: center;
  margin-top: 27px;
}
[data-plane] .support span {
  font-size: 20px;
}
[data-plane] .signatory {
  color: #fff;
  padding: 80px 0;
  background-color: #1dbd92;
}
[data-plane] .w1460 {
  width: 1280px;
  margin: 0 auto;
}
[data-plane] .signatory-left {
  width: 219px;
  float: left;
  text-align: right;
}
[data-plane] .signatory-left p:first-child {
  font-size: 20px;
}
[data-plane] .signatory-left p:nth-child(2) {
  font-size: 14px;
  margin: 15px 0 20px;
}
[data-plane] .signatory-left p:nth-child(3) {
  font-size: 30px;
}
[data-plane] .signatory-left p:last-child {
  width: 82px;
  height: 2px;
  background-color: #fff;
  float: right;
  margin-top: 20px;
}
[data-plane] .signatory-right {
  overflow: hidden;
}
[data-plane] .signatory-right .signatory-right-listone {
  text-align: center;
  margin-top: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
[data-plane] .signatory-right .signatory-right-listone img {
  width: 220px;
}
[data-plane] .signatory-right .signatory-right-listtwo,
[data-plane] .signatory-right .signatory-right-listthree {
  margin-top: 0 !important;
}
[data-plane] .signatory-right .signatory-right-list {
  width: 33.33%;
  float: left;
  margin-top: 27px;
}
[data-plane] .sign-right-left {
  float: left;
}
[data-plane] .sign-right-right {
  overflow: hidden;
  padding-left: 13px;
}
[data-plane] .sign-user-name {
  font-size: 16px;
  margin-bottom: 10px;
}
[data-plane] .sign-user-title {
  font-size: 14px;
  width: 196px;
  color: #bbefdf;
  line-height: 20px;
}
[data-plane] .signature-wall {
  padding: 45px 0;
  height: 887px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(../images/wall-bg.png) no-repeat;
  background-size: cover;
}
[data-plane] .signature-wall img {
  width: auto;
}
[data-plane] .w1200 {
  width: 1200px;
  margin: 0 auto;
}
[data-plane] .w1460 {
  width: 1460px;
  margin: 0 auto;
}
[data-plane] .wall-left {
  width: 1092px;
  margin-top: 45px;
  margin-left: 45px;
  float: left;
}
[data-plane] .signature-wall .wall-left .signature-walls ul li {
  border: 1px solid #EFEFEF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
[data-plane] .walls-title {
  color: #333;
  margin-top: 62px;
  text-align: center;
}
[data-plane] .walls-title p:first-child {
  font-size: 18px;
  letter-spacing: 10px;
  margin-bottom: 15px;
}
[data-plane] .walls-title p:last-child {
  font-size: 12px;
}
[data-plane] .declarant {
  margin: 10px;
}
[data-plane] .declarant .declarant-right img {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
[data-plane] .declarant ul li {
  width: 260px;
  position: relative;
  text-align: center;
}
[data-plane] .declarant .declarant-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #afafaf;
  cursor: pointer;
  text-align: center;
  line-height: 60px;
  float: left;
  margin-left: 129px;
  margin-top: 80px;
  position: absolute;
  top: 77px;
  z-index: 111;
}
[data-plane] .declarant .declarant-left img {
  width: auto;
}
[data-plane] .declarant .declarant-right {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #afafaf;
  cursor: pointer;
  text-align: center;
  line-height: 60px;
  float: left;
  margin-left: 129px;
  margin-top: 80px;
  position: absolute;
  top: 77px;
  z-index: 111;
  right: 166px;
}
[data-plane] .declarant .declarant-right img {
  width: auto;
}
[data-plane] .wall-right {
  overflow: hidden;
  padding-top: 45px;
  text-align: right;
  margin-right: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
[data-plane] .wall-right .wall-logo {
  margin-top: 45px;
}
[data-plane] .wall-right .walls-right {
  margin-left: 0;
  padding-left: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
[data-plane] .wall-right .walls-left {
  margin-right: 50px;
}
[data-plane] .wall-right .walls-right,
[data-plane] .wall-right .walls-left {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #afafaf;
  cursor: pointer;
  text-align: center;
  line-height: 60px;
  float: left;
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
[data-plane] .wall-right p:first-child {
  font-size: 30px;
  letter-spacing: 20px;
  margin-right: -22px;
  margin-bottom: 15px;
}
[data-team] .main-box {
  width: 1200px;
  margin: 0 auto;
}
[data-team] .leader-box {
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
[data-team] .leader-box::after {
  content: '';
  width: 60px;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#feb234), to(#fe854e));
  background: linear-gradient(to right, #feb234, #fe854e);
}
[data-team] .leader {
  padding: 80px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
[data-team] .leader.sci {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 0;
}
[data-team] .leader .zh-txt {
  font-size: 20px;
}
[data-team] .leader .en-txt {
  font-size: 31px;
  color: #fc8021;
  margin: 10px 0 35px;
}
[data-team] .leader .r-line {
  width: 1000px;
  border-bottom: 1px dashed #e5e5e5;
}
[data-team] .r-leader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
[data-team] .swiper-button-prev {
  margin-right: 80px;
  background-image: url("../images/left.png");
}
[data-team] .swiper-button-prev.swiper-button-disabled {
  background-image: url("../images/left-disabled.png");
}
[data-team] .swiper-button-next {
  background-image: url("../images/right.png");
}
[data-team] .swiper-button-next.swiper-button-disabled {
  background-image: url("../images/right-disabled.png");
}
[data-team] .swiper-button-next,
[data-team] .swiper-button-prev {
  opacity: 1;
  width: 50px;
  height: 50px;
  margin-top: 0;
  position: static;
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: center;
}
[data-team] .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
[data-team] .swiper-button-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 80px 0;
}
[data-team] .preson-title {
  font-weight: 700;
  font-size: 40px;
  line-height: 51px;
  color: #000;
  margin: 40px 0 20px;
}
[data-team] .person-en {
  color: #cbcbcb;
  font-style: italic;
  margin-bottom: 50px;
}
[data-team] .person-intro {
  color: #999;
  font-size: 18px;
  line-height: 35px;
  margin-bottom: 80px;
}
[data-team] .leader-list {
  width: 280px;
  margin-right: 40px;
}
[data-team] .leader-list:last-child {
  margin-right: 0;
}
[data-team] .leader-list.sci {
  width: auto;
  margin-right: 30px;
}
[data-team] .leader-list.sci:last-child {
  margin-right: 0;
}
[data-team] .sci-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 60px;
}
[data-team] .name {
  font-size: 19px;
  line-height: 60px;
}
[data-team] .intro {
  color: #999;
  line-height: 26px;
}
.main {
  background-color: #f7f7f7;
}
[data-action] .content:nth-child(odd) {
  background-color: #f7f7f7;
}
[data-action] .content:nth-child(even) {
  background-color: #fff;
}
[data-action] .title {
  width: 460px;
  margin-bottom: 60px;
}
[data-action] .chuangxin {
  width: 1000px;
  margin: auto;
  padding: 90px 0 130px;
  position: relative;
}
[data-action] .swiper-pagination-bullet-active {
  background-color: #36b38c;
}
[data-action] .swiper-pagination {
  position: absolute;
  bottom: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
[data-action] .swiper-pagination > * {
  margin-right: 12px;
}
[data-action] .box {
  width: 800px;
  margin: auto;
  padding: 70px 0;
}
[data-action] .box2 {
  width: 1000px;
  margin: auto;
  padding: 80px 0;
}
[data-plane-banner] .banner {
  background: url("../images/banner_27cad2c41eae4efea601b18714ec20e2.png") no-repeat center;
}
[data-top] .product-box {
  width: 1200px;
  margin: 0 auto;
  display: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
[data-top] .product-box:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
[data-top] .product-box .product-list {
  border-bottom: 1px solid #e5e5e5;
  position: relative;
  width: 558px;
  margin-bottom: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
[data-top] .product-box .product-list img{
  width: 558px;
  height: 360px;
}
[data-top] .product-box .product-list:hover .filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
[data-top] .product-box .product-list .txt-box {
  margin: 25px 0;
  padding-left: 10px;
}
[data-top] .product-box .product-list .title {
  font-size: 21px;
  margin-bottom: 10px;
}
[data-top] .product-box .product-list .intro {
  font-size: 16px;
  color: #666;
}
[data-top] .product-box .product-list .filter {
  padding: 0 30px;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(252, 135, 91, 0.9);
}
[data-top] .product-box .product-list .filter .txt1 {
  font-size: 25px;
  color: #fff;
  margin-bottom: 15px;
  line-height: 32px;
}
[data-top] .product-box .product-list .filter .txt2 {
  color: #ffe3df;
  font-size: 16px;
}
[data-top] .pagition {
  padding: 35px 0 100px;
}
[data-pagetion] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
[data-pagetion] .page-list {
  color: #07cec9;
  width: 45px;
  height: 45px;
  margin: 0 10px;
  line-height: 45px;
  border: 1px solid #07cec9;
  text-align: center;
  cursor: pointer;
}
[data-pagetion] .page-list.active {
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#27ffaa), to(#07cec9));
  background: linear-gradient(to right, #27ffaa, #07cec9);
}
[data-footer] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0 40px;
}
[data-footer] .contact-info {
  width: 349px;
  height: 134px;
  background: url("../images/contact.png") no-repeat center;
  background-size: 349px;
}
[data-footer] .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
[data-footer] .btn-box .btn {
  border-radius: 100px;
  font-size: 16px;
  color: #fff;
  padding: 10px 30px;
  margin-right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fda74a;
  cursor: pointer;
}
[data-footer] .btn-box .btn:hover {
  background-color: #b24c34;
}
[data-footer] .btn-box .btn::after {
  content: '';
  width: 20px;
  height: 20px;
  margin-left: 20px;
  background: url("../images/arrow_d49654dd156347778dff4c97ebef0895.png") no-repeat center;
  background-size: 20px;
}
[data-footer] .btn-box .btn:last-child {
  margin-right: 0;
}
/*# sourceMappingURL=style.css.map */
