img {
  max-width: 100%; 
}



*,
*::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/intro/149.png") no-repeat center !important;
}
.EN .en-hidden {
  visibility: hidden;
}
.EN [data-banner] .banner-title :first-child {
 
}
.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/scroll-top/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/scroll-top/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/scroll-top/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;
}
[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 {
    border-radius: 10px; overflow: hidden;
  width: 200px;
  background-color: white;
  position: absolute;
  top: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 99;
  display: none;
}
.func:hover .code-box {
  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;
}
[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: 240px;
  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;
}

	html body .btn-box .btn:hover{
		background-color: #b24c34 !important;
	}
  .contact-info.en{
    background: url("/assets/static/images/footer/qweqwe.png") no-repeat center;
    background-size: contain;
    width: 600px;
  }
	[data-footer] .idea-link{
		color: #60a952;
	}
	[data-footer] .copyright{
		color: #696969;
	}
	[data-footer]{
		padding-bottom: 0 !important;
	}
	[data-footer] .a{
		width: 100%;
		font-size: 16px;
		line-height: 55px;
		display: flex;
		justify-content: center;
		align-items: center;
                	margin-top: 40px;
	}
  [data-footer] .b{
    font-size: 14px;
    color: #939393;
    width: 100%;
    background: #212526;
    display: flex;
    margin-bottom: 0 !important;
    justify-content: center;
    align-items: center;
  }
  [data-footer] .c{
    width: 20px;
    margin-right: 10px;
  }




.FamilySites{ padding: 0px 8px;    border-right: 1px solid #8edec9; margin-right: 30px;}
.FamilySites .FamilySites_content{ max-width: 1300px; margin: 0 auto; position: relative;}
.FamilySites .FamilySites_title{ width: 140px; line-height: 17px; padding: 0px 12px; cursor: pointer; }
.FamilySites .FamilySites_title dd{ color: #fff; font-size: 16px;}
.FamilySites .FamilySites_title dt img{ transition: all 0.3s ease; -webkit-transform: all 0.3s ease; }
.FamilySites .FamilySites_title.on dt img{
-webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
           transition: all 0.3s ease; -webkit-transform: all 0.3s3s ease; 
}
.FamilySites .FamilySites_down{ position: absolute; left: -5px; width: 200px; top: 31px; display: none; z-index: 50;}
.FamilySites .FamilySites_down a{ display: inline-block; width: 100%; line-height: 34px; background: #555; color: #ccc; padding: 0px 15px; border-bottom: 1px solid #30313a; font-size: 14px;}
.FamilySites .FamilySites_down a:hover{ background:#30313a; color:#fff;}










[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: 148px;
}
[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/service/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;
}
#product .item img{width:auto;max-height:220px;}
[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/service/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/service/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/service/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;
}
.banner {
  background: url('../images/intro/banner.png') no-repeat center;
}
[data-timeline] {
  padding-bottom: 80px;
  background: url("../images/intro/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(/assets/static/images/about/progress/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(/assets/static/images/about/progress/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/intro/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/news/banner.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/news/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/global/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: 30px 0px;
  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/news/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: none;
  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/contact/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/contact/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/contact/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/contact/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/contact/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/contact/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/contact/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/contact/banner.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/plane/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;
  margin-right: 43px;
  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;
  -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/base/left.png");
}
[data-team] .swiper-button-prev.swiper-button-disabled {
  background-image: url("../images/base/left-disabled.png");
}
[data-team] .swiper-button-next {
  background-image: url("../images/base/right.png");
}
[data-team] .swiper-button-next.swiper-button-disabled {
  background-image: url("../images/base/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: 0px 15px;
}
[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/plane/banner.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: 15px;
}
[data-top] .product-box .product-list .intro {
  font-size: 16px;
  color: #666;
  line-height: 28px;
}
[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/footer/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/footer/arrow.png") no-repeat center;
  background-size: 20px;
}
[data-footer] .btn-box .btn:last-child {
  margin-right: 0;
}
/*# sourceMappingURL=style.css.map */


.qweq{
      width: 1200px;margin: auto;
      line-height: 94px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .qwwqqwqw{

    }
    .qweqweqweqw{
      margin: 0 40px;
      cursor: pointer;
      position: relative;
    }
    .active.qweqweqweqw{
      color: #07cec9;
    }
    .active.qweqweqweqw::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);
    }
    .qweqweqweqw.on{
      color: #07cec9;
    }
    .a112121212{
      display: block !important;
    }
    .qwwqqwqw{
		max-width: 1200px;
		margin: auto;
      margin-top: 40px;
    }
    .qweqweqweqw:hover::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);
    }







.clear:after{content: "";display: block;height: 0;clear: both;visibility: hidden;}
.clear{zoom: 1;}/* 触发 hasLayout */ 

.fl{ float:left;}
.fr{ float:right;}


.banner-box{ margin-top:160px;}




[data-header] .mo-nav-box{ display:none;}
[data-header] .mo-nav-box .mo-nav-box-left span{ display:none;}
[data-header] .mo-nav-box .mo-nav-box-left .mo-nav-box-left-nav{ display:block;}
[data-header] .mo-nav-box .mo-nav-box-left span img{ width:32px;}
[data-header] .mo-nav-box .mo-nav-box-left .mo-nav-box-left-close img{ height:22px;}
[data-header] .mo-nav-box .mo-nav-box-right{ display:none; position:fixed; top:110px; width:100%; left:0px;background-color: #000; padding:0px 4%; height:100%;}
.mo-img dt{ display:none;}
[data-header] .mo-nav-box .mo-nav-box-right a{ color:#666; font-size:16px; border-bottom: 1px solid #333; display:inline-block; width:100%; line-height:60px; height:auto; margin:0px; font-weight:normal; text-align:left; position:relative; padding:0px;}
[data-header] .mo-nav-box .nav-list.active::after{ display:none;}
[data-header] .mo-nav-box .mo-nav-box-right a:before{
    content: "";
    width: 15px;
    height: 15px;
    border-right: 1px solid #333;
    border-bottom: 1px solid;
	transform: rotate(-45deg);
	right:3px;
	position:absolute;
	top:38%;
}

.banner-title{
    position: absolute !important; background:none !important;
    left: 50% !important;
    top: 50% !important;
    transform: translateX(-50%) translateY(-50%) !important;
}
.banner{ position:relative;/* background:none !important; height:auto;*/}
.banner:before{ content:""; position:absolute; left:0; top:0; width:100%; height:100%;background: rgba(0, 0, 0, 0.4);}
.banner .banner_img img{ width:100%; height:400px; object-fit:cover;}

.mo_pppp{ display:none;}







.page{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 0px;
}
.page li{
  margin: 0 10px;
}
.page li a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  color: #07cfc8;
  border: 1px solid #07cfc8;
}
.page li.active a{
  color: #ffffff;
  background: linear-gradient(to right, #28ffad, #00e6d9);
}












[data-plane] .story{
        padding: 60px 0px;
}
[data-plane] .signatory-right .signatory-right-list{
        width: 31%;
        margin-right: 15px;
}
[data-plane] .declarant{
        margin: 10px 0px;
}
[data-plane] .w1460{
        width: 1200px;
}
[data-plane] .signature-wall{
        background-size: 100% 100%;
}
[data-plane] .sign-user-title{
        width: auto;
}
[data-plane] .wall-left{
        width: 820px;
}

.news-item-box{
}

/* .item-box-li:last-child{
  margin-right: 0 !important;
} */
.item-box-ul{
  width: 1300px;
  margin: 0 auto;
}
.item-box-li{
  width: 25%;
}
.item-box-list .item-list-pic img{
  width: 100%;
}
.list-title{
        line-height: 21px;
}







 .v-html p{
    line-height: 29px;
  }
  .list span{
    line-height: 25px;
    flex: 1;
  }
  [data-header] {
    z-index: 9999 !important;
  }

  [data-header] .nav-list:hover::after {
    content: '';
    width: 100%;
    height: 6px;
    background-color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }

  [data-header] .header-box {
    padding: 0 7%;
  }





.pb90{ padding-bottom: 90px;}






@media screen and (max-width:1300px){
[data-home] .group{ width:1200px;}

}


@media screen and (max-width:1200px){
.FamilySites{ display: none;}
    
    
    
    
.qwwqqwqw,.qweq,[data-contactus] .w1200,[data-join] .w1460,[data-coop] .w1200,[data-recruit] .recruit-notice,[data-plane] .global-w,[data-action] .chuangxin,[data-serve-list] .all-box,.item-box-ul,[data-asdadad] .detail-main{ width: 96% !important; margin: 0 auto; overflow: hidden;}
[data-plane] .story-box1-left{ width: 100%; font-size: 14px;}
[data-plane] .w1460{ width: 96% !important; margin: 0 auto; overflow: hidden;}
[data-plane] .signatory{ padding: 35px 0px;}
[data-plane] .signatory-left{ text-align: center;}
[data-plane] .signatory-left,[data-plane] .signatory-right{ width: 100%;}
[data-plane] .declarant .declarant-left,[data-plane] .declarant .declarant-right{ top: initial; bottom: 0px; width: 38px; height: 38px;}
[data-plane] .signatory-right .signatory-right-list{ width: 100%; text-align: center; margin-right: 0px;}
[data-plane] .sign-right-left,[data-plane] .sign-right-right{ width: 100%; float: initial;}
[data-plane] .signatory-right .signatory-right-listtwo, [data-plane] .signatory-right .signatory-right-listthree{ margin-top: 27px !important;}
[data-plane] .sign-right-right{ padding-left: 0px; margin-top: 20px;}
[data-plane] .support-btn{ width: 120px; line-height: 40px; height: 40px; font-size: 14px;}
[data-plane] .story{ padding: 30px 0px;}
[data-action] .title{ width: 100%;}
[data-action] .chuangxin{ padding: 30px 0px; padding-bottom: 66px;}
[data-screen]{ width: 100%;}
[data-serve-list] .all-box{ padding-bottom: 0px;}
[data-serve-list] .product-box{ padding: 20px 0px; display: inline-block; width: 100%; position: relative; margin-bottom: 0px;}
[data-serve-list] .product-box .arrow{ left: initial; right: 0px; transform: translateY(-50%); top: 50%;}
[data-serve-list] .product-box .l-box{  width: 100%; margin-bottom: 20px; padding-right: 13%}
[data-serve-list] .product-box .main-title{ font-size: 16px; margin: 0px; margin-bottom: 15px;}
[data-serve-list] .product-box .list-graph{ font-size: 14px; line-height: 22px; text-align: justify;}
[data-serve-detail] .v-html{ padding: 30px 0px;}
    
.qweqweqweqw{ margin: 0px;}

.container-main .news-item-box{ padding: 30px 0px; background: #fff;}
.container-main .news-item-box .item-box-ul{ display: block;}
.container-main .news-item-box .item-box-ul .item-box-li{ width: 49%; margin: 0px; float: left;}
.container-main .news-item-box .item-box-ul .item-box-li:nth-child(2n){ float: right;}
.container-main .news-detail-box{ padding: 30px 0px; background: #fff;}
.container-main .news-detail-box .detail-box-title .title-h2{ font-size: 18px; line-height: 30px; text-align: center; padding: 0px 4%;}
.container-main .news-detail-box .detail-box-title .title-time{ margin: 15px 0px !important;}
[data-asdadad] .detail-content{ margin-top: 30px;}
.link-group{display: flex; justify-content: center; }
    
    
    
    
.pb90{ padding-bottom: 0px;}
.page li a{ width: 25px; height: 25px;} 
    
[data-top] .product-box .product-list .filter .txt1{ font-size: 18px;}
[data-top] .product-box .product-list .filter .txt2{ font-size: 14px;}
    
    
 [data-top] .product-box{ width: 100%;}
[data-header] .header-box{ padding:4% 2%;}
[data-header] .nav-box{ display:none;}
[data-header] .mo-nav-box{ display:block;}
[data-home] .banner-link-box{ display:none;}
[data-header] .logo{ display:inline-block; width:auto; min-width:auto;}
[data-header] .logo img{ height:29px; width:auto;}
.banner-box,[data-banner]{ margin-top:110px;}
[data-home] .swiper-pagination-bullet{ width:40px; height:3px;}
.banner .banner_img img{ height:auto;}
.banner .banner-title span{ font-size:20px;}
[data-banner] .banner-title > :last-child{ margin-top:10px; font-size:16px;}

#back-to-top{ display:none;}
[data-home] .group,[data-home] .baize-product,.btn-box,[data-home] .news-center,[data-introduction] .intro-top,[data-timeline] .w1200,[data-introduction] .w1300,[data-map].cooperate-map,[data-team] .main-box,[data-ppp] .news-detail-box,[data-serve-detail] .health-box,.qweq	{ width:96%; padding:25px 0px; margin:0 auto; min-width:auto; height:auto;}
[data-home] .img-list img{ max-width:100%; height:auto;}
[data-home] .b,[data-home] .big-en-title{ margin-bottom:25px;}
.container-main .intro-main .intro-top{ padding:0px !important;}
[data-introduction] .w1300{ padding:35px 0px !important;}

[data-map].cooperate-map img{ max-width:100%;}
.main{ background:#fff;}
[data-team] .leader-box{ width:30%;}
[data-team] .r-leader{ width:70%;}


.map-list{ overflow: hidden;}
[data-map].cooperate-map .map-list li .point{ display: none;}
[data-map].cooperate-map .map-list li{ position:  inherit; left: 0 !important; top: 0 !important; margin-bottom: 20px; overflow: hidden; width: 48%; float: left; text-align: center; margin-bottom: 20px;}
[data-map].cooperate-map .map-list li:nth-child(2n){ float: right;}
[data-map].cooperate-map .map-list li .map-info{ display: block; position: inherit; top: 0; left: 0;}
[data-map].cooperate-map .map-list li .map-info em{ margin: 0 auto; height: 32px; border-radius: 8px;}
[data-map].cooperate-map .map-list li .map-info span{ position: inherit; top: 0; left: 0; padding-left: 20px; line-height: normal; margin-top: 10px; background: none;}


.link-group{ margin-top:20px !important; margin-bottom: 0px;}
.container-main .news-item-box .item-box-ul .item-box-li .item-box-list{ margin-top: 0px; margin-bottom: 20px;}
[data-header] .mo-nav-box .mo-nav-box-left .mo-nav-box-left-close img{ height: auto; width: auto;}

[data-recruit] .recruit-notice{ padding: 0px;}
[data-recruit] .recruit-title h3{ font-size: 18px;}
[data-recruit] .recruit-title p{ margin-top: 11px;}
[data-recruit] .recruit-title p span{ font-size: 14px;}
[data-recruit] .main,[data-coop] .main,[data-join] .join-us,[data-contactus] .contact-us{ padding: 30px 0px; margin-top: 0px;}
[data-coop] .title1 :nth-child(2),[data-join] .title1 :nth-child(2){ text-align: center; font-size: 14px; margin-bottom: 20px;}
[data-coop] .title1 :first-child,[data-join] .title1 :first-child{ font-size: 18px;}
[data-coop] .title1.title3{ margin-bottom: 0px;}
[data-join] .title1{ margin-bottom: 30px;}
[data-join] .main{ padding: 0px;}
[data-join] .requirements-list{  width: 100%; padding: 30px 0px;}
[data-contactus] .contact-us .info-list{ display: block !important; padding: 22px 0px;}
[data-contactus] .contact-us .info-list li{ width: 80%; border: 1px solid #dcdcdc; margin-left: 0px; margin-bottom: 20px; padding: 20px; background: #fff; padding: 15px; text-align: center; border-radius: 8px;}
[data-contactus] .contact-us .info-list li p{ margin-top: 5px;}
[data-contactus] .contact-us .online-message .group .group-item{ width: 100%; margin-left: 0px; margin-bottom: 20px;}
[data-contactus] .contact-us .online-message .group .group-item.group-item2,[data-contactus] .contact-us .online-message .group .group-item.group-item3{ margin-left: 0px;}
[data-contactus] .contact-us .online-message .group .group-item.group-item4{ margin-top: 0px;}
[data-contactus] .contact-us .online-message .group .group-item.group-item5{ border-top: 1px solid #dcdcdc;;}
[data-contactus] .contact-us .online-message .group .group-item .check-box li{ width: 48%; margin-left: 0px; float: left;}
[data-contactus] .contact-us .online-message .group .group-item .check-box li:nth-child(2n){ float: right;}
[data-contactus] .contact-us .online-message .btn-contact{ width: 150px; height: 45px; margin: 0px auto;}
[data-contactus] .contact-us .online-message .btn-contact span{ line-height: 45px; font-size: 16px;}
[data-contactus] .contact-us .online-message .title h3{ font-size: 22px;}



.contact-info.en{ width: 90% !important;}














}

@media screen and (max-width:950px){
[data-home] .news-list-box{ width:100%; display:inline-block; overflow:hidden;}
[data-home] .news-list{ width:32%; margin-right:2%; display:inline-block; float:left; margin-bottom:4%;}
[data-home] .news-list:nth-child(3){ margin-right:0px;}

.container-main .news-item .news-item-nav{ display:inline-block !important; width:100%; padding:0px 2%;}
.container-main .news-item .news-item-nav li{ display:inline-block;
    width: 49%; float:left;
    margin-right: 2%;
    text-align: center;
    font-size: 15px;
    margin-top: 2%;
}
[data-sub-menu] .menu-list{ display:inline-block; border: 1px solid #dcdcdc;
    border-radius: 5px; margin-left:0px;
    width: 49%; float:left; line-height:40px;
    margin-right: 2%;
    text-align: center;
    font-size: 15px;
    margin-top: 2%;
}
[data-sub-menu]{ padding:0px 2%; display:inline-block; overflow:hidden; width:100%;}
[data-sub-menu] .menu-list.active{ color:#fff; background:#07cfc8; border:1px solid #07cfc8;}
[data-sub-menu] .menu-list.active::after{ display:none;}
[data-sub-menu] .menu-list:nth-child(2n){ margin-right:0px;}
.container-main .news-item .news-item-nav li:nth-child(2n){ margin-right:0px;}
.container-main .news-item .news-item-nav li .nav-list{ line-height:40px; padding:0px !important;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
}
.container-main .news-item .news-item-nav li .nav-list-act{ background:#07cfc8; color:#fff !important;  border: 1px solid #07cfc8;}
.container-main .intro-main .intro-top .intro-title-h1{ font-size:18px !important;}
.container-main .intro-main .intro-top .intro-desc{ margin-top:0px !important;}
.container-main .intro-main .intro-top .intro-fun{ display:inline-block !important; overflow:hidden;}
.container-main .intro-main .intro-top .intro-fun .intro-fun-list{ width:33.33%; float:left;text-align:center; height: auto !important; margin-bottom: 50px;}
.container-main .intro-main .intro-top .intro-fun .intro-fun-list img{ margin-bottom: 20px; height: 35px;}
.container-main .intro-main .intro-top .intro-fun .intro-fun-list .intro-fun-desc{ font-size:16px !important; margin-top: 0px;}

.container-main .intro-main .group-struct{ padding:33px 0px !important;}
.container-main .intro-main .group-struct .group-struct-h1{ font-size:20px;}
.container-main .intro-main .group-struct .group-struct-em{ font-size:16px; margin: 15px 0 20px 0;}

.mo_pppp{ display:block;}
[data-introduction] .bbbb{ margin-right:0px; margin-top:0px !important; display:none;}
[data-introduction] .adsa{ top: 27% !important; transform: translateX(-50%) translateY(50%); font-size:12px; display:none;}
[data-introduction] .pppp{ background:#fff;}

[data-team] .leader{ display:inline-block; padding:25px 0px; width:100%;}
[data-team] .leader-box{ text-align:center; margin-bottom:25px; position:relative;}
[data-team] .leader .en-txt{ font-size:16px;}
[data-team] .leader-box:after{ position:absolute; left:0; right:0; bottom:0; margin:0 auto;}
[data-team] .leader-box,[data-team] .r-leader,[data-team] .sci-box{ width:100%; display:inline-block; overflow:hidden;}
[data-team] .leader-list{ width:32%;margin-bottom:4%;}
[data-team] .leader-list:nth-child(3n){ margin-right:0px;}
[data-team] .name{ font-size:16px; line-height:33px;}
[data-team] .intro{ font-size:14px;}

[data-team] .preson-title{ font-size:20px; margin:10px 0px;}
[data-team] .person-intro{ font-size:14px; line-height:24px;}

[data-ppp] p{ font-size:14px; margin-top:18px;}

[data-serve-detail] .first-intro{ padding:30px 0px; display:inline-block;}
[data-serve-detail] .first-intro div{ width:100% !important; margin-right:0px !important;}
[data-serve-detail] .first-intro div img{ max-width:100%; width:auto; margin:0 auto;}
[data-serve-detail] .first-intro div p{ font-size:14px;}

.qwwqqwqw{ margin-top:0px;}
.qwwqqwqw img{ width: 100% !important;}
.qweqweqweqw{ padding:0px 2%; margin:0px; border:1px solid #dcdcdc; border-radius:5px; line-height:40px; font-size:14px; margin-right:10px;}
.active.qweqweqweqw::after{ width:100%;}
[data-screen]{ display:inline-block; overflow:hidden; padding:0px 2%; margin-top:25px;}
[data-screen] a{ display:inline-block; float:left; width:48%; margin-right:4%;
    padding: 10px 0px;
    text-align: center;
}
[data-screen] a:nth-child(2n){ margin-right:0px;}
[data-screen] a span{ border:1px solid #dcdcdc; display:inline-block; width:100%; margin:0px !important; border-radius:100px;}
}




@media screen and (max-width:650px){
.container-main .news-item-box .item-box-ul .item-box-li .item-box-list img{ height: 130px; object-fit: cover;} 
.container-main .news-item-box .item-box-ul .item-box-li .item-box-list .list-title{ min-height: 42px;}
    
    
[data-top] .product-box .product-list img{ width: 100%; height: auto;}
[data-top] .product-box .product-list{ width: 100%;}
    
[data-header] .top-box{ padding:2%; padding-left:0px;}
[data-header] .top-box .func-box{ width:80%; margin-right:0px;}
[data-header] .top-box .func{ font-size:14px; padding:0px; width:20%;}
[data-header] .top-box .language-box{ text-align:center; width:20%;}
[data-header] .top-box .func:nth-child(1){ width:15%;}
[data-header] .top-box .func:nth-child(2){ width:25%;}
[data-header] .top-box .func:nth-child(3){ width:30%;}
[data-header] .top-box .func:nth-child(4){ width:10%;}
[data-header] .top-box .func:nth-child(5){ width:20%; border-right:0px;}
[data-header] .top-box .language-switch{ font-size:14px; width:50%;}


[data-home] .a,[data-home] .big-title{ font-size:20px !important;}
[data-home] .b,[data-home] .big-en-title{ font-size:16px !important;}
[data-home] .apop{ width:49%; margin-right:2%; margin-bottom:2%; display:inline-block; float:left;}
[data-home] .apop:nth-child(2n){ margin-right:0px;}
[data-home] .ckop{ width:100%; display:inline-block; overflow:hidden;}

.mo-img dd{ display:none;}
.mo-img dt{ display:block;}

[data-home] .news-list-box{ width:100%; display:inline-block; overflow:hidden;}
[data-home] .news-list{ width:48%; margin-right:4%; display:inline-block; float:left; margin-bottom:4%;}
[data-home] .news-list:nth-child(3){ margin-right:4%;}
[data-home] .news-list:nth-child(2n){ margin-right:0px;}
[data-home] .news-list div img{ height:130px; width:100%; object-fit:cover;}
[data-home] .filter{ font-size:16px;}
[data-home] .news-list .news-list-desc{ height:auto !important;}
[data-home] .news-list .news-list-desc .news-list-desc-link:last-child{ display:block !important;} 
[data-home] .news-list .news-list-desc .news-list-desc-link{ display:none !important; height:40px !important;}
[data-home] .news-list .news-list-desc .news-list-desc-link p{ font-size:14px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
[data-footer] .contact-info{ width:60%; background-size: 100%; height:100px;}
[data-footer] .btn-box .btn{ width:32%; margin-right:2%; font-size:12px; float:left; padding:10px;}
[data-footer] .btn-box .btn:last-child{ margin-right:0px;}
.banner-box .swiper-slide img{ width:100%; height:195px; object-fit:cover;}
[data-footer] .btn-box .btn::after{ background-size: 100%;width: 14px; height: 14px;}
[data-footer]{ padding-top:0px;}
[data-footer] .btn-box{ display:block; overflow:hidden; padding:0px;}
[data-footer] .a{ text-align:center; line-height:26px !important; margin-top:20px !important; padding:4% 2%; padding-bottom:2%;}
[data-home] .b, [data-home] .big-en-title{ font-size:14px !important;}

[data-home] .link-box span{ font-size:14px;}

[data-header] .top-box .email,[data-header] .top-box .message{ margin-right:4px;}
.banner .banner_img img{ height:180px;}
[data-timeline] .swiper-content .progress-slide .swiper-slide .detail .year h5{ font-size:18px;}
[data-timeline] .swiper-content .progress-slide .swiper-slide .detail .year p{ font-size:14px;}
[data-timeline] .swiper-content .progress-slide .swiper-slide .dot{ right:-4.5%;}

.container-main .intro-main .group-struct .group-struct-main .main-box{ display:inline-block; width:100%;}
.container-main .intro-main .group-struct .group-struct-main .main-box .main-box-list{ overflow:hidden; width:100%; background:#fff !important; margin:0px; padding:25px 2%;}
.container-main .intro-main .group-struct .group-struct-main .main-box .main-box-list .main-box-list-title{ width:38%; float:left; position:inherit; top:0px;}
.container-main .intro-main .group-struct .group-struct-main .main-box .main-box-list .main-box-list-two{ width:58%; float:left; display:inline-block;}
.container-main .intro-main .group-struct .group-struct-main .main-box .main-box-list .main-box-list-two .main-box-list-li{ width:100%; margin-bottom:15px;}
.container-main .intro-main .group-struct .group-struct-main .main-box .main-box-list .main-box-list-two .main-box-list-li:last-child{ margin-bottom:0px;}
.container-main .intro-main .group-struct .group-struct-main .main-box .main-box-list .main-box-list-ul .main-box-list-li a{ display:inline-block; width:100%; background:#fff; overflow:hidden;}
.container-main .intro-main .group-struct .group-struct-main .main-box .main-box-list .main-box-list-ul .main-box-list-li a:last-child{ margin-bottom:0px;}
.container-main .intro-main .group-struct .group-struct-main .main-box .main-box-list .main-box-list-ul .main-box-list-li a img{ float:left; height:46px; width:auto !important; margin-right:10px;}
.container-main .intro-main .group-struct .group-struct-main .main-box .main-box-list .main-box-list-ul .main-box-list-li a .main-box-list-desc{ font-size:12px; float:left; line-height: 46px;}
.container-main .intro-main .group-struct .group-struct-main .main-box .main-box-list .main-box-list-ul{ margin-top:0px; padding:0px; box-shadow: 0 0 16px rgba(125,189,187,.6); display:inline-block; width:58%; padding:15px; margin-left:4%;}


[data-team] .leader-list{ width:100%; margin-right:0%; text-align: center; display: inline-block;}
[data-team] .leader-list:nth-child(2n){ margin-right:0px;}
[data-team] .leader-list:nth-child(3){ margin-right:0%;}




[data-team] .leader-list.sci{ margin: 0px;}
.banner{ height: auto; background: none !important;}
.banner:before{ height: 180px;}

[data-screen] a span{ font-size: 14px;}



[data-top] .product-box .product-list .title{ font-size: 16px;}
[data-top] .product-box .product-list .intro{ font-size: 14px; line-height: 24px;}
[data-top] .product-box .product-list:last-child{ margin-bottom: 0px;}
.page{ margin-top: 30px;}

[data-top] .product-box .product-list .txt-box{ text-align: center;}

}

@media screen and (max-width:375px){
.banner-box,[data-banner]{ margin-top:92px;}
[data-header] .mo-nav-box .mo-nav-box-right{ top:105px;}
[data-header] .top-box .func{ font-size:13px;}
[data-header] .top-box .language-switch{ font-size:13px;}

}
@media screen and (max-width:360px){
.banner-box,[data-banner]{ margin-top:90px;}


}


@media screen and (max-width:320px){

}











































