﻿* {
  margin: 0;
  padding: 0;
}
html {
  height: 100%;
  overflow-x: hiden;
}
body {
  color: #222;
  font-size: 16px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
div,
ul,
li,
dt,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
h7,
img,
p,
span {
  border-style: none;
  border-color: inherit;
  border-width: 0px;
  padding: 0;
  list-style-type: none;
  margin-left: auto;
  margin-top: 0;
  margin-bottom: 0;
} /* Link */
a:link {
  text-decoration: none;
  outline: none;
}
a:visited {
  text-decoration: none;
  outline: none;
}
a:hover {
  text-decoration: none;
  outline: none;
}
a:active {
  border: 0px;
  background-color: Transparent;
}
a {
  blr: expression(this.onFocus=this.blur());
}
input {
  outline: none;
}
input:focus {
  outline: none;
}
.blank5 {
  width: 100%;
  height: 5px;
  clear: both;
}
.blank10 {
  width: 100%;
  height: 10px;
  clear: both;
}
.blank15 {
  width: 100%;
  height: 15px;
  clear: both;
}
.blank20 {
  width: 100%;
  height: 20px;
  clear: both;
}
.blank30 {
  width: 100%;
  height: 30px;
  clear: both;
}
.blank40 {
  width: 100%;
  height: 40px;
  clear: both;
}
.blank50 {
  width: 100%;
  height: 50px;
  clear: both;
}
.blank60 {
  width: 100%;
  height: 60px;
  clear: both;
}
.blank70 {
  width: 100%;
  height: 70px;
  clear: both;
}
.blank80 {
  width: 100%;
  height: 80px;
  clear: both;
} /*Clear*/
.clear {
  clear: both;
  font-size: 1px;
  height: 0px;
  line-height: 0px;
  overflow: hidden;
}
img {
  max-width: 100%;
}
.max {
  position: relative;
  overflow: hidden;
}
.web {
  display: block;
}
.mobile {
  display: none;
}
.nav {
  display: none;
}
.z_head {
  width: 100%;
  height: 130px;
  background: #fff;
  position: absolute;
  z-index: 22;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 150px;
}
.z_head.web {
  display: flex;
}
.z_head.baise::before {
  background: #fff;
}
.z_head .logo {
  width: auto;
  position: relative;
  z-index: 2;
}
.z_head .logo img {
  width: auto;
}
.z_head .navi {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 0;
  flex: 1;
}
.z_head .navi li {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 96px;
  padding: 0 8px;
  position: relative;
}
.z_head .navi li a {
  font-family: 'SourceHanSansSC-Normal';
  font-size: 17px;
  color: #333;
  text-transform: uppercase;
}
.z_head .navi li:hover > a {
  font-family: 'SourceHanSansSC-Bold';
  color: #333;
  background: url(../images/navhov.jpg) no-repeat left bottom;
}
.z_head .navi li .navi_top {
  width: 120px;
  height: auto;
  float: left;
  position: absolute;
  left: 0;
  margin-left: -10px;
  top: 80px;
  display: none;
  padding-top: 30px;
}
.z_head .navi li:hover .navi_top {
  display: block;
}
.z_head .navi li:nth-child(4) .navi_top{
  width: 160px;
}
/* .z_head .navi li:nth-child(5) {
  width: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 96px;
  padding: 0 10px;
  position: relative;
} */

.z_head .navi li .navi_top dl {
  width: 100%;
  float: left;
  background: #f4fbfe;
}
.z_head .navi li .navi_top dl dd {
  width: 100%;
  height: auto;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  position: relative;
}
.z_head .navi li .navi_top dl dd a {
  /*height: 44px;*/
  height: auto;
  padding: 5px 0;
  line-height: 20px;
  text-align: center;
  font-size: 14px;
  color: #333;
  font-weight: normal;
  display: flex;
  align-items: center;
  justify-content: center;
}
.z_head .navi li .navi_top dl dd::after {
  width: 90%;
  height: 1px;
  float: left;
  background: #dcdcdc;
  content: '';
  position: absolute;
  left: 5%;
  bottom: 0;
  display: block;
}
.z_head .navi li .navi_top dl dd:hover {
  background: #eeeeee;
}
.z_head .navi li .navi_top dl dd:last-child::after {
  width: 100px;
  height: 1px;
  float: left;
  background: #dcdcdc;
  content: '';
  position: absolute;
  left: 10px;
  bottom: 0;
  display: none;
}
.z_head .dt {
  width: 0;
  flex: 1;
  /* margin-right: 1.5vw; */
  margin-left: 1vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.z_head .dt.active .nav {
  visibility: hidden;
}
.z_head .dt.active .search {
  visibility: hidden;
}
.z_head .dt.active .z_sea {
  visibility: visible;
  transform: translateX(0px);
}
.z_head .z_sea {
  display: flex;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: all 0.3s ease-in-out 0s;
  transform: translateX(500px);
  visibility: hidden;
}
.z_head .z_sea .dh {
  width: auto;
  cursor: pointer;
}
.z_head .z_sea .sea {
  flex: 1;
  width: 0;
  height: 46px;
  background: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  margin-left: 6%;
}
.z_head .z_sea .sea font {
  position: relative;
  margin-left: 20px;
}
.z_head .z_sea .sea font img {
  width: auto;
}
.z_head .z_sea .sea font input {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 1;
}
.z_head .z_sea .sea .wz {
  flex: 1;
  width: 0;
  margin: 0 10px;
  height: 100%;
  font-size: 0.85vw;
}
.z_head .z_sea .sea .cha {
  margin-right: 20px;
  cursor: pointer;
}
.z_head .search {
  width: 240px;
  height: 40px;
  float: left;
  margin: 10px 10px 0 20px;
  border-bottom: 1px solid #a0a0a0;
}
.z_head .search input.sinp1 {
  width: 200px;
  height: 30px;
  float: left;
  background: #fff;
  border: none;
  font-size: 14px;
  color: #333;
  text-align: left;
  line-height: 30px;
  font-weight: normal;
}
.z_head .search input.sinp2 {
  width: 23px;
  height: 23px;
  float: left;
  margin: 5px 0 0 5px;
  background: url(../images/sous.png) no-repeat left bottom;
  border: none;
  text-indent: -999px;
} /*9cbf27*/
.z_head .z_qiehuan {
  /* width: 152px; */
  text-align: center;
  width: 130px;
  height: 42px;
  float: left;
  background: #9cbf27;
  border: none;
  border-radius: 21px;
  margin: 10px 10px 10px 10px;
  display: block;
}
.z_qiehuan dl {
  /* width: 104px; */
  width: 100%;
  text-align: center;
  float: none;
  padding: 10px 10px 0px 10px;
  box-sizing: border-box;
  display: inline-block;
}
.z_qiehuan dl dd {
  width: 51px;
  height: 20px;
  float: left;
  border-right: 1px solid #fff;
}
.z_qiehuan dl dd:last-child {
  width: 51px;
  height: 20px;
  float: left;
  border-right: 1px solid #9cbf27;
}
.z_qiehuan dl dd a {
  width: 100%;
  height: 20px;
  float: left;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 20px;
  font-weight: normal;
}
.z_head .z_ying {
  width: auto;
  height: 30px;
  float: left;
  margin: 10px 10px 10px 0;
  font-size: 18px;
  color: #000000;
  text-align: left;
  line-height: 30px;
  font-weight: normal;
  text-transform: uppercase;
}
.z_ying a {
  color: #000;
}
.z_ying img {
  width: 22px;
  float: left;
  margin: 8px 5px 0 0;
}
.z_line{
  border-right: solid 1px #999;
  padding-right: 10px;
}
.m_banner {
  width: 100%;
  margin-top: 90px;
  float: left;
  position: relative;
  z-index: 16;
  overflow: hidden;
}
#certify4 {
  position: relative;
  width: 100%;
  display: block;
  margin: 0px 0px 0px 0px;
  position: relative;
}
#certify4 .swiper-container {
  padding: 0;
  overflow: hidden;
}
#certify4 .swiper-slide-active,
.swiper-slide-duplicate-active {
  /* transform:scale(1);*/
  -webkit-tap-highlight-color: transparent;
  outline: none;
}
#certify4 .swiper-slide {
  width: 100%;
  padding: 0px;
  height: 850px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
#certify4 .swiper-slide img {
  width: 100%;
}
video {
  object-fit: fill;
  object-position: center;
}
#certify4 .swiper-slide video {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  object-fit: fill;
}
#certify4 .swiper-button-prev4 {
  text-indent: -9999px;
  position: absolute;
  z-index: 30;
  top: 50%;
  bottom: auto;
  left: 0px;
  width: 77px !important;
  height: 74px !important;
  background: url(../images/prev1.png) no-repeat !important;
  background-size: 100% 100%;
  border: none;
  -webkit-tap-highlight-color: transparent;
  outline: none;
}
#certify4 .swiper-button-prev4:hover {
  background: url(../images/prev1.png) no-repeat;
  background-size: 100% 100%;
}
#certify4 .swiper-button-next4 {
  text-indent: -9999px;
  right: 0px;
  top: 50%;
  bottom: auto;
  position: absolute;
  z-index: 30;
  width: 77px !important;
  height: 74px !important;
  background: url(../images/next1.png) no-repeat;
  background-size: 100% 100%;
  border: none;
  -webkit-tap-highlight-color: transparent;
  outline: none;
}
#certify4 .swiper-button-next4:hover {
  background: url(../images/next1.png) no-repeat;
  background-size: 100% 100%;
}
#certify4 .swiper-pagination {
  width: auto;
  left: 14%;
  bottom: 13%;
}
#certify4 .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.5);
  width: 14px;
  height: 14px;
  opacity: 1;
  border-radius: 50px;
}
#certify4 .swiper-pagination-bullets .swiper-pagination-bullet-active {
  border: 1px solid rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, 1);
  -webkit-tap-highlight-color: transparent;
  outline: none;
  border-radius: 10px;
}
.m_index {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.c_max {
  width: 94%;
  display: block;
  margin: 0 auto;
  position: relative;
  display: none;
}
.section2 {
  width: 100%;
  float: left;
  height: auto;
  min-height: 800px;
  background: #f6f6f6 url(../images/tuoyuan1.png) no-repeat 75px 380px;
  background-size: 256px 256px;
}
.m_cokkie {
  width: 100%;
  float: left;
  height: 96px;
  margin: 60px 0 40px 0;
  position: relative;
  z-index: 18;
}
.m_cokkie_en {
  width: 100%;
  float: left;
  height: 96px;
  position: relative;
  z-index: 2;
}
.m_cokkie_en img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  display: none;
}
.m_cokkie_zhong {
  width: 100%;
  float: left;
  height: 96px;
  position: absolute;
  z-index: 8;
  left: 0;
  top: 0;
}
.m_cokkie_zhong h4 {
  width: 100%;
  float: left;
  margin: 20px 0 5px 0;
  font-size: 36px;
  color: #333;
  line-height: 40px;
  text-align: center;
  font-weight: normal;
}
.m_cokkie_zhong font {
  width: 100%;
  float: left;
  margin: 0px 0 0 0;
  font-size: 18px;
  color: #666;
  line-height: 30px;
  text-align: center;
  font-weight: normal;
}
.m_company {
  width: 86%;
  max-width: 1560px;
  display: block;
  margin: 0 auto;
  position: relative;
}
.m_abo_wen {
  width: 892px;
  height: auto;
  padding: 50px;
  float: left;
  background: #fff;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 50px;
}
.m_abo_wen h3 {
  width: 100%;
  float: left;
  font-size: 18px;
  color: #333;
  text-align: left;
  line-height: 20px;
  font-weight: normal;
  text-transform: uppercase;
}
.m_abo_wen h3 font {
  float: left;
  width: 37px;
  height: 16px;
  margin: 2px 5px 0 0;
  background: #b1d020;
}
.m_abo_wen h4 {
  width: 100%;
  float: left;
  height: 40px;
  margin: 10px 0 10px 0;
  font-family: 'SourceHanSansSC-Regular';
  font-size: 36px;
  color: #333;
  text-align: left;
  line-height: 40px;
  font-weight: normal;
}
.m_abo_wen h4 font {
  font-family: 'SourceHanSansSC-Light';
  font-size: 36px;
  color: #333;
  text-align: left;
  line-height: 40px;
  font-weight: normal;
}
.m_abo_wen h5 {
  width: 100%;
  float: left;
  height: 120px;
  margin: 10px 0 10px 0;
  font-family: 'SourceHanSansSC-Regular';
  font-size: 14px;
  color: #333;
  text-align: left;
  line-height: 30px;
  font-weight: normal;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.m_abo_wen h6 {
  width: 135px;
  float: left;
  padding: 5px 0;
  margin: 10px 0 20px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.m_abo_wen h6 a {
  float: left;
  font-size: 16px;
  color: #333;
  text-align: left;
  line-height: 30px;
  font-weight: normal;
}
.m_abo_wen h6 a font {
  float: left;
  padding: 0 10px;
  font-size: 16px;
  color: #333;
  text-align: left;
  line-height: 30px;
  font-weight: normal;
}
.m_abo_wen h6 a img {
  width: 21px;
  float: left;
  margin: 6px 0 0 0;
}
.m_abo_imgs {
  width: 692px;
  height: auto;
  max-height: 497px;
  float: right;
  background: #dcdcdc;
  position: relative;
  z-index: 5;
  overflow: hidden;
}
.m_abo_imgs img {
  width: 100%;
}
.section3 {
  background: #fff;
} /*专注领域   Focus areas*/
.m_areas {
  width: 100%;
  float: left;
}
.m_areas dl {
  width: 100%;
  float: left;
}
.m_areas dl dt {
  width: 30%;
  max-width: 490px;
  height: auto !important;
  max-height: 520px;
  float: left;
  margin: 3% 0% 3% 3%;
  overflow: hidden;
}
.m_areas dl dt:first-child {
  background: #bad8ec;
}
.m_areas dl dt:nth-child(2) {
  background: #fcd9db;
}
.m_areas dl dt:nth-child(3) {
  background: #dae8ab;
}
.m_areas dl dt h4 {
  display: none;
  width: 100%;
  float: left;
  height: 40px;
  margin: 120px 0 20px 0;
  font-family: 'SourceHanSansSC-Regular';
  font-size: 35px;
  color: #333333;
  text-align: center;
  line-height: 40px;
  font-weight: normal;
}
.m_areas dl dt img {
  width: 100%;
  display: block;
  margin: 0 auto;
} /*热门产品  hot  product */
.auto {
  width: 760px;
  display: block;
  margin: 0 auto;
  position: relative;
}
#certify3 {
  position: relative;
  height: 620px;
  margin: 0px auto 40px 0px;
}
#certify3 .ipg2-box {
  overflow: hidden;
  display: flex;
  z-index: 3;
}
#certify3 .swiper-container {
  margin: 0 auto;
  overflow: visible;
  width: 1580px;
}
#certify3 .swiper-slide {
  height: 560px !important;
  background: #fff;
  float: none;
  position: relative;
  opacity: 0.2;
  overflow: hidden;
}
#certify3 .ipg2-box .swiper-slide img {
  max-width: 100%;
  transform: scale(1);
}
.swipbox {
  height: 560px !important;
  background: #fff;
  float: left;
  margin-left: 20px;
  position: relative;
  overflow: hidden;
}
.img_big {
  width: 760px;
  height: 548px !important;
  float: left;
  position: relative;
  z-index: 5;
  overflow: hidden;
}
.img_big img {
  width: 760px;
  height: 548px !important;
}
.img_you {
  width: 30%;
  display: none;
  max-width: 182px;
  float: right;
  position: absolute;
  z-index: 8;
  top: 480px;
  right: 0;
  transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
}
.img_you:hover img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
}
#certify3 .swiper-slide .zuo_wenzi {
  width: 70%;
  max-width: 580px;
  height: 140px;
  background: rgba(0, 0, 0, 0);
  float: left;
  position: relative;
  z-index: 8;
  margin: 30px 0 0 0;
  overflow: hidden;
}
.zuo_wenzi h4 {
  width: 100%;
  height: 40px;
  float: left;
  font-size: 28px;
  color: #333;
  text-align: left;
  line-height: 40px;
  font-weight: normal;
}
.zuo_wenzi h5 {
  width: 100%;
  height: 40px;
  float: left;
  margin: 10px 0 10px 0;
  font-size: 15px;
  color: #666666;
  text-align: left;
  line-height: 20px;
  word-break: break-all;
  white-space: pre-wrap;
  font-weight: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.zuo_wenzi h6 {
  width: 100%;
  height: 30px;
  float: left;
  font-size: 16px;
  color: #333;
  text-align: left;
  line-height: 30px;
  font-weight: normal;
}
#certify3 .swiper-slide-active {
  opacity: 1;
}
#certify3 .swiper-slide-prev {
  opacity: 1;
}
#certify3 .swiper-slide-next {
  opacity: 0.2;
}
#certify3 .swiper-slide-active,
.swiper-slide-duplicate-active {
  /* transform:scale(1);*/
  -webkit-tap-highlight-color: transparent;
  outline: none;
}
#certify3 .swiper-pagination {
  width: 1430px;
  height: 34px;
  float: left;
  left: 50%;
  margin-left: -680px;
  bottom: 20px;
}
#certify3 .swiper-pagination::after {
  width: 42%;
  height: 1px;
  float: left;
  background: #bfbfbf;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 16px;
  content: '';
}
#certify3 .swiper-pagination::before {
  width: 42%;
  height: 1px;
  float: right;
  background: #bfbfbf;
  position: absolute;
  z-index: -1;
  right: 0;
  top: 16px;
  content: '';
}
#certify3 .swiper-pagination-bullet {
  width: 40px !important;
  height: 34px !important;
  text-align: center;
  line-height: 34px;
  font-size: 14px;
  color: #999999;
  opacity: 1;
  z-index: 3;
  text-indent: -9999px;
  background: #fff url(../images/ico_rhombus2.png) no-repeat center center !important;
}
#certify3 .swiper-pagination-bullet-active {
  font-size: 14px;
  color: #999999;
  z-index: 3;
  text-indent: 0px;
  background: #fff url(../images/ico_rhombus3.jpg) no-repeat center bottom !important;
}
.auto_mob {
  width: 90%;
  display: block;
  margin: 0 auto;
  position: relative;
}
#certify3m {
  position: relative;
  height: auto;
  margin: 0px auto 80px 0px;
}
#certify3m .swiper-container {
  margin: 0 auto;
}
#certify3m .swiper-slide img {
  max-width: 100%;
  transform: scale(1);
}
#certify3m .swiper-container {
  width: 94%;
}
#certify3m .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff; /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.8);
  opacity: 0.8;
}
#certify3m .swiper-slide-active,
.swiper-slide-duplicate-active {
  transform: scale(1);
  opacity: 1;
}
#certify3m .swiper-pagination {
  width: 90%;
  height: 24px;
  float: left;
  left: 5%;
  margin-left: 0px;
  bottom: -40px;
}
#certify3m .swiper-pagination::after {
  width: 22%;
  height: 1px;
  float: left;
  background: #bfbfbf;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 12px;
  content: '';
}
#certify3m .swiper-pagination::before {
  width: 22%;
  height: 1px;
  float: right;
  background: #bfbfbf;
  position: absolute;
  z-index: -1;
  right: 0;
  top: 12px;
  content: '';
}
#certify3m .swiper-pagination-bullet {
  width: 30px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  font-size: 14px;
  color: #999999;
  opacity: 1;
  z-index: 3;
  text-indent: -9999px !important;
  background: #fff url(../images/ico_rhombus2.png) no-repeat center center;
}
#certify3m .swiper-pagination-bullet-active {
  font-size: 14px;
  color: #999999;
  z-index: 3;
  text-indent: 0px !important;
  background: #fff url(../images/ico_rhombus3.jpg) no-repeat center bottom;
  background-size: 100% 100%;
}
.img_mobig {
  width: 100%;
  height: auto;
  transform: scale(1);
  float: left;
  position: relative;
  z-index: 5;
  overflow: hidden;
}
.img_mobig img {
  width: 100%;
  height: auto;
  transform: scale(1);
}
.img_moyou {
  width: 30%;
  max-width: 182px;
  float: right;
  position: relative;
  z-index: 8;
  top: 0%;
  margin-top: -40px;
  right: 0;
  transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
}
.img_moyou:hover img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
}
.mob_wenzi {
  width: 90%;
  max-width: inherit;
  height: 140px;
  background: rgba(0, 0, 0, 0);
  float: left;
  position: relative;
  z-index: 8;
  margin: 0px 0 0 0;
  overflow: hidden;
}
.mob_wenzi h4 {
  width: 100%;
  height: 40px;
  float: left;
  font-size: 18px;
  color: #333;
  text-align: left;
  line-height: 40px;
  font-weight: normal;
}
.mob_wenzi h5 {
  width: 100%;
  height: 40px;
  float: left;
  margin: 10px 0 10px 0;
  font-size: 14px;
  color: #666666;
  text-align: left;
  line-height: 20px;
  word-break: break-all;
  white-space: pre-wrap;
  font-weight: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.mob_wenzi h6 {
  width: 100%;
  height: 30px;
  float: left;
  font-size: 14px;
  color: #333;
  text-align: left;
  line-height: 30px;
  font-weight: normal;
}
.footer {
  width: 100%;
  min-height: 30px;
  float: left;
  background: #9cbf27;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  font-weight: normal;
  padding: 10px 0;
}
.footer a {
  color: #fff;
} /*登录loginin 注册 register*/
.m_logbox {
  width: 100%;
  height: 850px;
  float: left;
  background: url(../images/cbgc1.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
} /*暂无查看权限  No viewing permission to register*/
.m_tchbox {
  width: 60%;
  max-width: 760px;
  height: 300px;
  float: left;
  position: absolute;
  z-index: 8;
  left: 50%;
  margin-left: -21%;
  top: 30%;
  background: url(../images/tchuangs1.jpg) no-repeat left bottom;
  background-size: 100% 100%;
  border: 2px solid #fff;
  border-radius: 21px;
  box-shadow: 5px 6px 10px rgba(150, 160, 205, 0.49);
}
.m_tchbox h3 {
  width: 94%;
  float: left;
  margin: 15% 0 10% 3%;
  font-family: 'PingFangSC-Light', sans-serif;
  font-size: 35px;
  color: #4b4b4b;
  text-align: center;
  line-height: 30px;
  font-weight: 200;
  letter-spacing: 0px;
}
.m_tchbox h4 {
  width: 94%;
  float: left;
  margin: 20px 0 0 3%;
  font-family: 'SourceHanSansSC-Light';
  font-size: 24px;
  color: #4b4b4b;
  text-align: center;
  line-height: 40px;
  font-weight: 200;
  letter-spacing: 0px;
}
.m_tchbox h5 {
  width: 96%;
  float: left;
  margin: 20px 0 10px 2%;
  font-family: 'SourceHanSansSC-Light', sans-serif;
  font-size: 24px;
  color: #4b4b4b;
  text-align: left;
  line-height: 30px;
  font-weight: 200;
  letter-spacing: 0px;
}
.m_tchbox h5 a {
  width: auto;
  float: left;
  font-family: 'SourceHanSansSC-Light', sans-serif;
  font-size: 24px;
  color: #4b4b4b;
  text-align: left;
  line-height: 30px;
  font-weight: 200;
  letter-spacing: 0px;
}
.m_tchbox h5 a:hover {
  color: #000000;
}
.m_tchbox h5 font {
  float: right;
  font-family: 'SourceHanSansSC-Light', sans-serif;
  font-size: 24px;
  color: #4b4b4b;
  text-align: left;
  line-height: 30px;
  font-weight: 200;
  letter-spacing: 0px;
}
.m_tchbox h5 font a {
  float: right;
  font-family: 'SourceHanSansSC-Light', sans-serif;
  font-size: 24px;
  color: #4b4b4b;
  text-align: left;
  line-height: 30px;
  font-weight: 200;
  letter-spacing: 0px;
} /*登录 login*/
.m_position1 {
  position: relative;
  width: 64%;
  max-width: 674px;
  height: 263px;
  left: 50%;
  margin-left: -20%;
  top: 30%;
}
.m_denglu {
  width: 100%;
  height: 263px;
  float: left;
  position: absolute;
  z-index: 8;
  background: url(../images/lobgc.jpg) no-repeat left bottom;
  background-size: 100% 100%;
  border: 2px solid #fff;
  border-radius: 21px;
}
.m_wangji {
  width: 100%;
  height: 333px;
  float: left;
  position: absolute;
  z-index: 8;
  background: url(../images/lobgc.jpg) no-repeat left bottom;
  background-size: 100% 100%;
  border: 2px solid #fff;
  border-radius: 21px;
}
.m_denglu_bottom {
  width: 102%;
  float: left;
  position: absolute;
  z-index: 5;
  left: -0.7%;
  top: 15px;
}
.m_denglu_bottom img {
  width: 100%;
}
.dlogin {
  width: 72%;
  max-width: 462px;
  float: left;
  margin: 30px 0 0 102px;
  position: relative;
}
input::-webkit-input-placeholder {
  /* WebKit browsers */
  font-family: 'SourceHanSansSC-Light', sans-serif;
  color: #000;
}
input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-family: 'SourceHanSansSC-Light', sans-serif;
  color: #000;
}
input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-family: 'SourceHanSansSC-Light', sans-serif;
  color: #000;
}
input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-family: 'SourceHanSansSC-Light', sans-serif;
  color: #000;
}
table.table1 {
  width: 100%;
  float: left;
  border-collapse: collapse;
}
table.table1 tr td {
  width: 100%;
  height: 36px;
  float: left;
  margin-top: 20px;
  border-bottom: 1px dashed #5d5e5e;
}
table.table1 tr:nth-child(3) td {
  width: 100%;
  height: 36px;
  float: left;
  margin-top: 20px;
  border-bottom: 1px dashed transparent;
}
table.table1 td input.tinp1 {
  width: 94%;
  height: 24px;
  float: left;
  padding-left: 3%;
  background: transparent;
  border: none;
  border-left: 3px solid #5d5e5e;
  font-family: 'SourceHanSansSC-Light', sans-serif;
  font-size: 24px;
  color: #4b4b4b;
  text-align: left;
  line-height: 24px;
  font-weight: 200;
}
table.table1 td input.tinp21 {
  width: 64%;
  height: 24px;
  float: left;
  padding-left: 3%;
  background: transparent;
  border: none;
  border-left: 3px solid #5d5e5e;
  font-family: 'SourceHanSansSC-Light', sans-serif;
  font-size: 24px;
  color: #4b4b4b;
  text-align: left;
  line-height: 24px;
  font-weight: 200;
}
table.table1 td input.tinp22 {
  width: 26%;
  max-width: 90px;
  height: 24px;
  float: right;
  background: #4b4b4b;
  border: none;
  border-radius: 5px;
  font-family: 'SourceHanSansSC-Light', sans-serif;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 24px;
  font-weight: 200;
  cursor: pointer;
}
.dlogin a.ddlu {
  float: left;
  font-size: 24px;
  color: #4b4b4b;
  text-align: left;
  line-height: 24px;
  font-weight: 200;
}
input.ddlu {
  float: left;
  font-size: 26px;
  color: #4b4b4b;
  text-align: left;
  line-height: 36px;
  font-weight: 200;
  background: none;
  border: none;
}
.dlogin a.dzhuce {
  float: left;
  margin-left: 90px;
  font-size: 24px;
  color: #4b4b4b;
  text-align: left;
  line-height: 36px;
  font-weight: 200;
}
.dlogin a.dwji {
  float: right;
  font-size: 24px;
  color: #4b4b4b;
  text-align: left;
  line-height: 36px;
  font-weight: 200;
}
.dlogin a:hover {
  color: #000000;
}
table.table11 {
  width: 100%;
  float: left;
  border-collapse: collapse;
}
table.table11 tr td {
  width: 100%;
  height: 36px;
  float: left;
  margin-top: 20px;
  border-bottom: 1px dashed #5d5e5e;
}
table.table11 tr:nth-child(5) td {
  width: 100%;
  height: 36px;
  float: left;
  margin-top: 20px;
  border-bottom: 1px dashed transparent;
}
table.table11 td input.tinp1 {
  width: 94%;
  height: 24px;
  float: left;
  padding-left: 3%;
  background: transparent;
  border: none;
  border-left: 3px solid #5d5e5e;
  font-family: 'SourceHanSansSC-Light', sans-serif;
  font-size: 24px;
  color: #4b4b4b;
  text-align: left;
  line-height: 24px;
  font-weight: 200;
}
table.table11 td input.tinp21 {
  width: 56%;
  height: 24px;
  float: left;
  padding-left: 3%;
  background: transparent;
  border: none;
  border-left: 3px solid #5d5e5e;
  font-family: 'SourceHanSansSC-Light', sans-serif;
  font-size: 24px;
  color: #4b4b4b;
  text-align: left;
  line-height: 24px;
  font-weight: 200;
}
table.table11 td input.tinp22 {
  width: 38%; /*max-width: 90px;*/
  height: 24px;
  float: right;
  background: #4b4b4b;
  border: none;
  border-radius: 5px;
  font-family: 'SourceHanSansSC-Light', sans-serif;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 24px;
  font-weight: 200;
  cursor: pointer;
}
.dlogin .zhaohui {
  float: left;
  margin-left: 170px;
  font-size: 24px;
  color: #4b4b4b;
  text-align: left;
  line-height: 24px;
  font-weight: 200;
  background: none;
  border: none;
} /*个人中心 person  center*/
.s_person {
  width: 100%;
  float: left;
  font-size: 36px;
  color: #4b4b4b;
  text-align: center;
  line-height: 40px;
  font-weight: 200;
  position: absolute;
  z-index: 33;
  left: 0;
  top: -25%;
}
.m_position2 {
  position: relative;
  width: 74%;
  max-width: 860px;
  height: 307px;
  left: 50%;
  margin-left: -22%;
  top: 35%;
}
.m_center {
  width: 100%;
  height: 282px;
  float: left;
  position: absolute;
  z-index: 8;
  background: url(../images/person1.jpg) no-repeat left bottom;
  background-size: 100% 100%;
  border: 2px solid #fff;
  border-radius: 21px;
}
.c_person {
  width: 96%;
  float: left;
  margin: 0 0 0 2%;
  position: relative;
}
table.table2 {
  width: 100%;
  float: left;
  margin-top: 2%;
  border-collapse: collapse;
}
table.table2 tr {
  width: 50%;
  float: left;
}
table.table2 tr td {
  width: 90%;
  height: 36px;
  float: left;
  margin: 3% 0% 4% 3%;
  border-bottom: 1px dashed #5d5e5e;
}
table.table2 tr:nth-child(8) td {
  width: 50%;
  height: 36px;
  float: left;
  margin-top: 20px;
  border-bottom: 1px dashed transparent;
}
table.table2 tr:last-child {
  width: 100%;
  float: left;
}
table.table2 tr:last-child td {
  width: 97%;
  height: 36px;
  float: left;
  margin: 3% 0% 4% 0%;
  border-bottom: 1px dashed transparent;
}
table.table2 td input.tinp2 {
  width: 94%;
  height: 24px;
  float: left;
  padding-left: 3%;
  background: transparent;
  border: none;
  border-left: 3px solid #5d5e5e;
  font-size: 24px;
  color: #4b4b4b;
  text-align: left;
  line-height: 24px;
  font-weight: 200;
}
table.table2 td input.tinp3 {
  width: 45%;
  height: 24px;
  float: left;
  padding-left: 3%;
  background: transparent;
  border: none;
  border-left: 3px solid #5d5e5e;
  font-family: 'SourceHanSansSC-Light', sans-serif;
  font-size: 24px;
  color: #4b4b4b;
  text-align: left;
  line-height: 24px;
  font-weight: 200;
}
table.table2 td input.tinp4 {
  width: 49%; /*	max-width: 90px;*/
  height: 24px;
  float: right;
  background: #4b4b4b;
  border: none;
  border-radius: 5px;
  font-family: 'SourceHanSansSC-Light', sans-serif;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 24px;
  font-weight: 200;
  cursor: pointer;
}
table.table2 td input.tinp5 {
  width: 60%;
  max-width: 235px;
  height: 38px;
  float: left;
  margin: -10px 0px 0 36%;
  background: #4b4b4b;
  border: none;
  border-radius: 5px;
  font-family: 'SourceHanSansSC-Light', sans-serif;
  font-size: 24px;
  color: #fff;
  text-align: center;
  line-height: 38px;
  font-weight: 200;
  cursor: pointer;
}
table.table3 {
  width: 100%;
  float: left;
  border-collapse: collapse;
}
table.table3 tr {
  width: 100%;
  float: left;
}
table.table3 tr td {
  width: 90%;
  height: 30px;
  float: left;
  margin: 4% 0% 1% 3%;
  border-bottom: 1px dashed #5d5e5e;
}
table.table3 tr:nth-child(8) td {
  width: 50%;
  height: 30px;
  float: left;
  margin-top: 20px;
  border-bottom: 1px dashed transparent;
}
table.table3 td input.mtinp2 {
  width: 94%;
  height: 24px;
  float: left;
  padding-left: 3%;
  background: transparent;
  border: none;
  border-left: 3px solid #5d5e5e;
  font-size: 16px;
  color: #4b4b4b;
  text-align: left;
  line-height: 24px;
  font-weight: 200;
}
table.table3 td input.mtinp3 {
  width: 64%;
  height: 24px;
  float: left;
  padding-left: 3%;
  background: transparent;
  border: none;
  border-left: 3px solid #5d5e5e;
  font-family: 'SourceHanSansSC-Light', sans-serif;
  font-size: 16px;
  color: #4b4b4b;
  text-align: left;
  line-height: 24px;
  font-weight: 200;
}
table.table3 td input.mtinp4 {
  width: 30%;
  max-width: 90px;
  height: 24px;
  float: right;
  background: #4b4b4b;
  border: none;
  border-radius: 5px;
  font-family: 'SourceHanSansSC-Light', sans-serif;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 24px;
  font-weight: 200;
  cursor: pointer;
}
table.table3 td input.mtinp5 {
  width: 70%;
  max-width: initial;
  height: 28px;
  float: left;
  margin: -10px 0px 0 60%;
  background: #4b4b4b;
  border: none;
  border-radius: 5px;
  font-family: 'SourceHanSansSC-Light', sans-serif;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 28px;
  font-weight: 200;
  cursor: pointer;
}
.sect1 {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 94%;
  height: 24px;
  border: none;
  margin-bottom: 10px;
  border-left: 3px solid #5d5e5e;
  padding: 0 2% 0 3%;
  float: left;
  background: url(../images/duo1.png) no-repeat scroll 98% 8px transparent;
  font-family: 'SourceHanSansSC-Light', sans-serif;
  font-size: 24px;
  color: #666;
  line-height: 24px;
  text-align: left;
  font-weight: normal;
}
.sect2 {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 94%;
  height: 24px;
  border: none;
  margin-bottom: 10px;
  border-left: 3px solid #5d5e5e;
  padding: 0 2% 0 3%;
  float: left;
  background: url(../images/duo1.png) no-repeat scroll 98% 8px transparent;
  font-family: 'SourceHanSansSC-Light', sans-serif;
  font-size: 24px;
  color: #4b4b4b;
  line-height: 24px;
  text-align: left;
  font-weight: normal;
}
select::-ms-expand {
  display: none;
}
.sect3 {
  font-size: 20px;
  color: #4b4b4b;
  line-height: 40px;
  background: transparent;
}
.sect11 {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 94%;
  height: 24px;
  border: none;
  margin-bottom: 10px;
  border-left: 3px solid #5d5e5e;
  padding: 0 2% 0 3%;
  float: left;
  background: url(../images/duo1.png) no-repeat scroll 98% 8px transparent;
  background-size: 14px 12px;
  font-family: 'SourceHanSansSC-Light', sans-serif;
  font-size: 16px;
  color: #666;
  line-height: 24px;
  text-align: left;
  font-weight: normal;
}
.sect12 {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 94%;
  height: 24px;
  border: none;
  margin-bottom: 10px;
  border-left: 3px solid #5d5e5e;
  padding: 0 2% 0 3%;
  float: left;
  background: url(../images/duo1.png) no-repeat scroll 98% 8px transparent;
  background-size: 14px 12px;
  font-family: 'SourceHanSansSC-Light', sans-serif;
  font-size: 16px;
  color: #4b4b4b;
  line-height: 24px;
  text-align: left;
  font-weight: normal;
}
.sect13 {
  font-size: 16px;
  color: #4b4b4b;
  line-height: 34px;
  background: transparent;
} /*注册成功 successfull*/
.m_success {
  width: 100%;
  float: left;
}
.m_success h3 {
  width: 94%;
  float: left;
  margin: 50px 0 0 3%;
  font-family: 'PingFangSC-Light', sans-serif;
  font-size: 36px;
  color: #4b4b4b;
  text-align: center;
  line-height: 30px;
  font-weight: 200;
  letter-spacing: 10px;
}
.m_success h4 {
  width: 94%;
  float: left;
  margin: 40px 0 0 3%;
  font-family: 'SourceHanSansSC-Light';
  font-size: 36px;
  color: #4b4b4b;
  text-align: center;
  line-height: 40px;
  font-weight: 200;
  letter-spacing: 0px;
}
.m_success h5 {
  width: 96%;
  float: left;
  margin: 20px 0 10px 2%;
  font-family: 'SourceHanSansSC-Light', sans-serif;
  font-size: 24px;
  color: #4b4b4b;
  text-align: center;
  line-height: 40px;
  font-weight: 200;
  letter-spacing: 0px;
}
.m_success h5 a {
  width: auto;
  float: left;
  font-family: 'SourceHanSansSC-Light', sans-serif;
  font-size: 24px;
  color: #4b4b4b;
  text-align: left;
  line-height: 40px;
  font-weight: 200;
  letter-spacing: 0px;
}
.m_success h5 a:hover {
  color: #000000;
}
.m_success h5 font {
  float: right;
  font-family: 'SourceHanSansSC-Light', sans-serif;
  font-size: 24px;
  color: #4b4b4b;
  text-align: left;
  line-height: 30px;
  font-weight: 200;
  letter-spacing: 0px;
}
.m_success h5 font a {
  float: right;
  font-family: 'SourceHanSansSC-Light', sans-serif;
  font-size: 24px;
  color: #4b4b4b;
  text-align: left;
  line-height: 30px;
  font-weight: 200;
  letter-spacing: 0px;
} /*about*/
.s_abouts {
  width: 100%;
  float: left;
  margin: 30px 0 40px 0;
}
.s_inc_menu1 {
  width: 48%;
  float: left;
}
.s_cokkie {
  width: 100%;
  float: left;
  height: 96px;
  margin: 0px 0 40px 0;
  position: relative;
  z-index: 18;
}
.s_cokkie_en {
  width: 100%;
  float: left;
  height: 96px;
  position: relative;
  z-index: 2;
}
.s_cokkie_en img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  float: left;
  display: none;
}
.s_cokkie_zhong {
  width: 100%;
  float: left;
  height: 96px;
  position: absolute;
  z-index: 8;
  left: 0;
  top: 0;
}
.s_cokkie_zhong h4 {
  width: 100%;
  float: left;
  margin: 30px 0 5px 0;
  font-size: 24px;
  color: #333;
  line-height: 30px;
  text-align: left;
  font-weight: bold;
}
.s_cokkie_zhong h4 em {
  padding: 0 40px 0 20px;
  color: #9cbf27;
  font-style: normal;
}
.s_cokkie_zhong font {
  width: 100%;
  float: left;
  margin: 10px 0 0 0;
  font-size: 18px;
  color: #666;
  line-height: 30px;
  text-align: left;
  font-weight: normal;
}
.s_inc_right1 {
  width: auto;
  float: right;
  margin: 60px 0 0 0;
}
.s_inc_right1 ul {
  width: auto;
  float: right;
}
.s_inc_right1 ul li {
  width: auto;
  height: 40px;
  padding: 0 10px;
  float: left;
  position: relative;
}
.s_inc_right1 ul li a {
  font-family: 'SourceHanSansSC-Normal';
  font-size: 18px;
  color: #333;
  text-transform: uppercase;
  line-height: 40px;
}
.s_inc_right1 ul li a:hover,
.s_inc_right1 ul li a.ahov {
  font-family: 'SourceHanSansSC-Bold';
  color: #333;
  background: url(../images/navhov.jpg) no-repeat left bottom;
}
.s_aboshow {
  width: 94%;
  float: left;
  margin: 3% 0 2% 0;
  font-family: 'SourceHanSansSC-Normal';
  font-size: 18px;
  color: #666;
  line-height: 30px;
  text-align: left;
  font-weight: normal;
}
.s_aboshow strong {
  font-weight: bold;
}
.s_aboshow img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
} /*culture*/
.s_culture_photo {
  width: 100%;
  max-width: 1920px;
  float: left;
  margin: 4% 0 4% 0;
}
#certifyy {
  width: 100%;
  display: block;
  margin: 0px auto 0 0%;
}
#certifyy .swiper-container {
  padding-bottom: 20px;
}
#certifyy .swiper-slide {
  position: relative;
  z-index: 20;
  overflow: hidden;
}
#certifyy .swiper-slide-active,
.swiper-slide-duplicate-active {
  -webkit-tap-highlight-color: transparent;
  outline: none;
}
#certifyy .swiper-slide img {
  width: 100%;
  position: relative;
  z-index: 5;
} /*专注领域   focus areas*/
.s_areas {
  width: 100%;
  float: left;
  margin: 30px 0 40px 0;
}
.s_quest {
  width: 100%;
  float: left;
  margin: 0;
}
.s_quest dl {
  width: 103%;
  float: left;
  margin: 0;
}
.s_quest dl dd {
  width: 47%;
  float: left;
  height: auto;
  margin: 3% 3% 0 0;
  position: relative;
  background: #eeeeee;
  padding: 20px 0;
  overflow: hidden;
}
.s_quest dl dd img {
  width: 40%;
  max-width: 250px;
  float: left;
  margin: 0 0 0 20px;
}
.s_quest dl dd .quecon {
  width: 54%;
  float: left;
  margin: 0 0 0 20px;
}
.s_quest dl dd .quecon h4 {
  width: 100%;
  height: 120px;
  margin: 0 0 3% 0;
  float: left;
  font-size: 18px;
  color: #666;
  text-align: left;
  line-height: 30px;
  font-weight: normal;
  text-overflow: ellipsis;
  overflow: hidden;
}
.s_quest dl dd .quecon h5 {
  width: 136px;
  float: left;
  margin: 0;
}
.s_quest dl dd .quecon h5 img {
  width: 100%;
  margin: 0;
} /*video*/
.s_video {
  width: 100%;
  float: left;
  margin: 0;
}
.s_video dl {
  width: 103%;
  float: left;
  margin: 0;
}
.s_video dl dd {
  width: 26%;
  float: left;
  height: auto;
  margin: 3% 3% 0 0;
  padding: 2% 2% 2% 2%;
  position: relative;
  background: #fff;
  box-shadow: 1px 5px 10px rgba(8, 15, 27, 0.11);
  overflow: hidden;
}
.s_video dl dd .vpic {
  width: 98%;
  height: 226px;
  float: left;
  position: relative;
  z-index: 10;
  overflow: hidden;
}
.s_video dl dd .vpibgc {
  width: 100%;
  height: 100%;
  float: left;
  position: absolute;
  z-index: 6;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3) url(../images/bofang.png) no-repeat center
    center;
  overflow: hidden;
}
.s_video dl dd .vpic img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 3;
}
.s_video dl dd font {
  width: 100%;
  height: 30px;
  margin: 10px 0 0px 0;
  float: left;
  font-size: 18px;
  color: #666;
  text-align: left;
  line-height: 30px;
  font-weight: normal;
  text-overflow: ellipsis;
  overflow: hidden;
} /*学术分享 academic sharing */
.s_sharing {
  width: 100%;
  float: left;
  margin: 0;
}
.s_sharing dl {
  width: 103%;
  float: left;
  margin: 0;
}
.s_sharing dl dd {
  width: 28%;
  float: left;
  height: auto;
  margin: 3% 3% 0 0;
  padding: 1.2% 1% 1% 1%;
  position: relative;
  background: #fff;
  box-shadow: 1px 5px 10px rgba(8, 15, 27, 0.11);
  overflow: hidden;
}
.s_sharing dl dd .vpic {
  width: 99%;
  height: auto;
  float: left;
  position: relative;
  z-index: 10;
  overflow: hidden;
}
.s_sharing dl dd .vpic img {
  width: 100%;
  position: relative;
  z-index: 3;
}
.s_sharing dl dd h4 {
  width: 100%;
  height: 30px;
  margin: 10px 0 0px 0;
  float: left;
  font-size: 18px;
  color: #666;
  text-align: left;
  line-height: 30px;
  font-weight: normal;
  text-overflow: ellipsis;
  overflow: hidden;
}
.s_sharing dl dd h5 {
  width: 100%;
  height: 40px;
  margin: 10px 0 0px 0;
  float: left;
  font-size: 14px;
  color: #666;
  text-align: left;
  line-height: 20px;
  font-weight: normal;
  text-overflow: ellipsis;
  overflow: hidden;
}
.s_sharing dl dd font {
  width: 100%;
  height: 30px;
  margin: 10px 0 0px 0;
  float: left;
  font-size: 14px;
  color: #666;
  text-align: left;
  line-height: 30px;
  font-weight: normal;
  text-overflow: ellipsis;
  overflow: hidden;
} /*责任担当    Responsibility   */ /*环保贡献  Environmental responion contribution  / 公益事业 Public respon undertakings*/
.s_environ {
  width: 100%;
  float: left;
  margin: 0;
}
.s_environ dl {
  width: 103%;
  float: left;
  margin: 0;
}
.s_environ dl dd {
  width: 26%;
  float: left;
  height: auto;
  margin: 3% 3% 0 0;
  padding: 2% 2% 2% 2%;
  position: relative;
  background: #eeeeee;
  box-shadow: 1px 5px 10px rgba(8, 15, 27, 0);
  overflow: hidden;
}
.s_environ dl dd .epic {
  width: 98%;
  height: auto;
  float: left;
  position: relative;
  z-index: 10;
  overflow: hidden;
}
.s_environ dl dd .epic img {
  width: 100%;
  position: relative;
  z-index: 3;
}
.s_environ dl dd font {
  width: 100%;
  height: 210px;
  margin: 20px 0 0px 0;
  display: none;
  float: left;
  font-size: 18px;
  color: #333;
  text-align: left;
  line-height: 30px;
  font-weight: normal;
  text-overflow: ellipsis;
  overflow: hidden;
} /*focus*/
.sfo_type {
  width: 20%;
  max-width: 280px;
  float: left;
}
.demo {
  width: 100%;
  float: left;
  padding: 0px 0;
}
.xiny_head {
  padding: 0px 0px 0px 0px;
  cursor: pointer;
  position: relative;
  margin: 10px 0 0 0;
  font-weight: bold;
  background: #fff url(../images/z_jt1.png) 99% 4px no-repeat;
  border-bottom: 1px solid #bfbfbf;
}
.xiny_head font {
  width: 100%;
  float: none;
  font-size: 14px;
  color: #999999;
  line-height: 30px;
  text-align: left;
  font-weight: normal;
}
.xiny_list .current {
  background: #fff url(../images/z_jt2.png) 99% 4px no-repeat;
  border-bottom: 1px solid #9cbf27;
}
.xiny_head .xbiao {
  width: 100%; /*height: 30px;*/
  padding-right: 30px;
  box-sizing: border-box;
  float: none;
  display: block;
  font-size: 17px;
  color: #333;
  text-align: left;
  line-height: 30px;
  font-weight: normal;
  margin: 0px 0;
}
.xiny_body {
  display: none;
  margin: 0px 0px 0px 0px;
  padding: 0 0px 10px 30px;
  font-size: 16px;
  color: #333333;
  text-align: left;
  line-height: 56px;
  font-weight: normal;
}
.xiny_body dl {
  width: 100%;
  float: none;
}
.xiny_body dl dd {
  width: 100%; /*height: 36px;*/
  float: none;
  padding: 10px 0;
  border-bottom: 1px solid #bfbfbf;
}
.xiny_body dl dd a {
  width: 100%; /*height: 36px;*/
  float: none;
  font-size: 18px;
  color: #333333;
  text-align: left;
  line-height: 36px;
  font-weight: normal;
  display: block;
}
.xiny_body dl dd a font {
  float: right;
  margin: 20px 0 0 0;
}
.xiny_body dl dd a font img.yos1 {
  display: block;
}
.xiny_body dl dd a font img.yos2 {
  display: none;
}
.xiny_body dl dd:hover a {
  color: #9cbf27;
}
.xiny_body dl dd:hover a font img.yos1 {
  display: none;
}
.xiny_body dl dd:hover a font img.yos2 {
  display: block;
}
.xiny_body dl dd.zth a {
  color: #9cbf27;
  display: block;
}
.xiny_body dl dd.zth a font img.yos1 {
  display: none;
}
.xiny_body dl dd.zth a font img.yos2 {
  display: block;
}
.sfo_rlist {
  width: 77%;
  max-width: 1220px;
  float: right;
  margin: 0;
}
.sfo_rlist dl {
  width: 106%;
  float: left;
}
.sfo_rlist dl dd {
  width: 26%;
  padding: 2%;
  float: left;
  margin: 0% 2% 2% 0;
  box-shadow: 0px 6px 16px rgba(51, 51, 51, 0);
}
.sfo_rlist dl dd:hover {
  width: 26%;
  padding: 2%;
  float: left;
  margin: 0% 2% 2% 0;
  box-shadow: 0px 6px 16px rgba(51, 51, 51, 0.1);
}
.sfo_rlist dl dd img {
  width: 100%;
  display: block;
  margin: 0 auto 10px auto;
  border: 1px solid #d7eae8;
}
.sfo_rlist dl dd h4 {
  width: 100%;
  height: 30px;
  float: left;
  font-size: 18px;
  color: #333;
  text-align: center;
  line-height: 30px;
  font-weight: normal;
  margin: 0px 0;
  border-bottom: 1px solid #9cbf27;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.sfo_rlist dl dd font {
  width: 100%;
  height: 30px;
  float: left;
  font-size: 16px;
  color: #9cbf27;
  text-align: center;
  line-height: 30px;
  font-weight: normal;
  margin: 0px 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.sfo_right {
  width: 77%;
  max-width: 1220px;
  float: right;
  margin: 0;
}
.sfo_right img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.sfobox {
  width: 100%;
  float: left;
  margin: 2% 0;
}
.sfo_rtitle {
  width: 54%;
  float: left;
  margin: 0;
  font-size: 16px;
  color: #91c50f;
  text-align: left;
  line-height: 30px;
  font-weight: bold;
}
.sfo_rtitle h4 {
  width: 100%; /*height: 40px;*/
  float: left;
  font-size: 26px;
  color: #616161;
  text-align: left;
  line-height: 40px;
  font-weight: bold;
}
.sfo_rtitle h4 font {
  height: 30px;
  padding: 10px 0 10px 20px;
  font-size: 16px;
  color: #616161;
  text-align: left;
  line-height: 30px;
  font-weight: normal;
}
.sfobox ul {
  float: right;
  width: 26%;
  margin: 2% 0;
}
.sfobox ul li {
  /* float: left; */
  margin: 0% 0 3%;
  height: 40px;
  background: #f5f8e9;
  border: none;
  border-radius: 10px;
}
.sfobox ul li a {
  float: left;
  padding: 0 10px;
  font-size: 16px;
  color: #759801;
  text-align: center;
  line-height: 40px;
  font-weight: normal;
  text-decoration: none;
}
.sfobox ul li a:hover {
  float: left;
  padding: 0 10px;
  font-size: 16px;
  color: #759801;
  text-align: center;
  line-height: 40px;
  font-weight: normal;
  text-decoration: underline;
}
.sfshow {
  width: 100%;
  float: left;
  margin: 2% 0;
  font-size: 14px;
  color: #333;
  text-align: left;
  line-height: 30px;
  font-weight: normal;
}
.sfshow dl {
  width: 100%;
  float: left;
  margin: 20px 0 20px 0;
  padding: 10px 0;
  border-top: 1px dashed #bfc9af;
}
.sfshow dl h5 {
  width: 100%;
  height: 40px;
  float: left;
  font-size: 18px;
  color: #80c01a;
  text-align: left;
  line-height: 40px;
  font-weight: bold;
}
.sfshow dl dt {
  width: 25%;
  padding: 2%;
  float: left;
  margin: 0% 2% 2% 0;
  box-shadow: 0px 6px 16px rgba(51, 51, 51, 0);
}
.sfshow dl dt:hover {
  width: 25%;
  padding: 2%;
  float: left;
  margin: 0% 2% 2% 0;
  box-shadow: 0px 6px 16px rgba(51, 51, 51, 0.1);
}
.sfshow dl dt img {
  width: 100%;
  display: block;
  margin: 0 auto 10px auto;
}
.sfshow dl dt h4 {
  width: 100%;
  height: 30px;
  float: left;
  font-size: 20px;
  color: #616161;
  text-align: center;
  line-height: 30px;
  font-weight: normal;
  margin: 0px 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
} /*fanye*/
.s_fanye {
  width: 100%;
  height: auto;
  float: left;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #bfbfbf;
}
DIV.quotes {
  padding: 0px;
  margin: 0px;
  text-align: center;
}
DIV.quotes A {
  padding: 8px 12px 8px 12px;
  text-align: center;
  font-family: Arial;
  font-size: 16px;
  color: #333;
  margin-right: 8px;
  text-decoration: none;
  border: #fff 1px solid;
}
DIV.quotes A:hover {
  padding: 8px 12px 8px 12px;
  margin-right: 8px;
  text-align: center;
  font-family: Arial;
  font-size: 16px;
  color: #fff;
  border: #9cbf27 1px solid;
  background-color: #9cbf27;
}
DIV.quotes A:active {
  padding: 8px 12px 8px 12px;
  margin-right: 8px;
  text-align: center;
  font-family: Arial;
  font-size: 16px;
  color: #fff;
}
DIV.quotes .current {
  padding: 8px 12px 8px 12px;
  font-weight: bold;
  font-family: Arial;
  text-align: center;
  font-size: 16px;
  color: #fff;
  margin-right: 8px;
  border: #9cbf27 1px solid;
  background-color: #9cbf27;
}
DIV.quotes .disabled {
  padding: 8px 36px 8px 36px;
  font-family: Arial;
  text-align: center;
  font-size: 16px;
  color: #333;
  margin-right: 8px;
  background: #eeeeee;
  border: #eee 1px solid;
}
DIV.quotes .disabled:hover {
  padding: 8px 36px 8px 36px;
  color: #fff;
  border: #9cbf27 1px solid;
  background-color: #9cbf27;
}
.s_sshow {
  width: 100%;
  height: auto;
  margin: 1% 0 1% 0;
  float: left;
  font-size: 16px;
  color: #666;
  text-align: left;
  line-height: 30px;
  font-weight: normal;
}
.s_sshow h4 {
  width: 100%;
  height: auto;
  margin: 0 0 0% 0;
  float: left;
  font-size: 20px;
  color: #333;
  text-align: left;
  line-height: 30px;
  font-weight: normal;
}
.s_sshow h5 {
  width: 100%;
  height: auto;
  margin: 0 0 2% 0;
  float: left;
  font-size: 16px;
  color: #999999;
  text-align: left;
  line-height: 30px;
  font-weight: normal;
}
.s_sshow img {
  max-width: 100%;
} /*fenye*/
.s_fenye {
  width: 100%;
  height: auto;
  float: left;
  padding-top: 10px;
  padding-bottom: 10px;
}
.s_fan1 {
  width: 100%;
  height: auto;
  float: left;
}
.s_fan1 dl {
  width: 103%;
  height: auto;
  float: left;
}
.s_fan1 dl dd {
  width: 43%;
  height: 64px;
  float: left;
  background: #eeeeee;
  padding: 0 2%;
  margin: 2% 3% 1% 0;
}
.s_fan1 dl dd a {
  width: 100%;
  float: left;
  font-size: 18px;
  color: #333;
  text-align: left;
  line-height: 64px;
  font-weight: normal;
}
.s_fan1 dl dd a .span1 {
  /* width: 80px; */
  height: 64px;
  float: left;
  font-size: 18px;
  color: #333;
  text-align: left;
  line-height: 64px;
  font-weight: normal;
  text-decoration: none;
}
.s_fan1 dl dd a font {
  width: 75%;
  height: 64px;
  float: left;
  font-size: 18px;
  color: #333;
  text-align: left;
  line-height: 64px;
  font-weight: normal;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.s_fan1 dl dd a:hover .span1,
.s_fan1 dl dd a:hover font {
  text-decoration: underline;
} /*joins*/
.ddd .span1{
  width: auto !important;
}
.ddd font{
  width: 75% !important;
}
.demo2 {
  width: 100%;
  float: left;
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.menu_head {
  width: 100%;
  float: left;
  padding: 10px 0px 10px 0px;
  cursor: pointer;
  position: relative;
  margin: 10px 0 0 0;
  font-weight: bold;
  background: #fff;
}
.menu_list {
  width: 100%;
}
.menu_list .current {
  background: #fff;
}
.menu_body {
  width: 100%;
  float: left;
  display: none;
  margin: 20px 0px 20px 0px;
  padding: 0 0px 0 0px;
  font-size: 16px;
  color: #333333;
  text-align: left;
  line-height: 30px;
  font-weight: normal;
}
.menu_body a {
  color: #333;
}
.menu_body .biaoshi {
  width: 100%;
  float: left;
  margin: 10px 0 10px 0;
  height: 20px;
  padding-left: 20px;
  font-size: 18px;
  color: #333333;
  text-align: left;
  line-height: 20px;
  font-weight: bold;
  position: relative;
}
.menu_body .biaoshi::after {
  width: 4px;
  height: 20px;
  float: left;
  background: #9cbf27;
  border: none;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 0;
  content: '';
}
.obiao {
  width: 80%;
  max-width: 1400px;
  height: 30px;
  float: left;
  font-size: 24px;
  color: #9cbf27;
  text-align: left;
  line-height: 30px;
  font-weight: bold;
  margin: 10px 0 10px 0;
}
.join_hline {
  width: 100%;
  float: left;
  display: block;
  border-top: 1px solid #9cbf27;
}
.join_bt {
  width: 45%;
  max-width: 450px;
  height: auto;
  float: left;
  font-size: 16px;
  color: #010101;
  text-align: left;
  line-height: 30px;
  font-weight: normal;
  margin: 10px 0 0px 0;
}
.join_bt em {
  width: 100%;
  display: block;
  font-size: 16px;
  color: #010101;
  text-align: left;
  line-height: 30px;
  font-weight: normal;
  font-style: normal;
}
.join_bt font {
  margin: 10px 10px 10px 0;
  background: #fff6e9;
  border: none;
  border-radius: 5px;
  font-size: 18px;
  color: #fca327;
  text-align: center;
  line-height: 26px;
  font-weight: normal;
  padding: 0 10px;
}
.join_hline .jxiang {
  float: right;
  padding: 0 20px;
  background: #9cbf27;
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 26px;
  font-weight: normal;
  cursor: pointer;
} /*contact*/
.s_contact {
  width: 100%;
  float: left;
}
.s_conta_left {
  width: 76%;
  max-width: 940px;
  float: left;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-flow: wrap;
}
.s_map {
  width: 100%;
  height: 288px;
  float: left;
  border: 1px solid #d4d4d3;
  position: relative;
  z-index: 10;
  overflow: hidden;
}
.s_map iframe,
.s_map img {
  position: absolute;
  width: 100%;
  height: 100%;
  float: left;
  left: 0;
  top: 0;
  object-fit: cover;
}
.s_conta_txt {
  width: 56%;
  max-width: 480px;
  float: left;
  margin: 20px 0 20px 0;
  font-size: 16px;
  color: #333;
  text-align: left;
  line-height: 36px;
  font-weight: normal;
}
.s_conta_txt strong {
  width: 100%;
  float: left;
  margin: 10px 0 10px 0;
  font-size: 24px;
  color: #9cbf27;
  text-align: left;
  line-height: 36px;
  font-weight: bold;
}
.s_conta_wxin {
  width: 30%;
  max-width: 195px;
  float: right;
  margin: 20px 0 20px 0;
  font-size: 16px;
  color: #333;
  text-align: left;
  line-height: 36px;
  font-weight: normal;
}
.s_conta_wxin img {
  width: 100%;
}
.s_conta_gbk {
  width: 38%;
  max-width: 385px;
  height: auto;
  float: right;
  background: #727171;
  border: none;
  border-radius: 20px;
}
.s_gbk_bgc {
  width: 100%;
  height: 130px;
  float: left;
  margin: 0 0 4% 0;
  background: #9abd23;
  border-radius: 0px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  font-size: 21px;
  color: #eaecde;
  text-align: center;
  line-height: 30px;
  font-weight: normal;
}
.s_gbk_bgc font {
  width: 100%;
  float: left;
  margin: 30px 0 10px 0;
  font-size: 36px;
  color: #eaecde;
  text-align: center;
  line-height: 40px;
  font-weight: normal;
  text-transform: capitalize;
}
.s_gbk_bgc font img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
input.gbk1 {
  width: 86%;
  height: 50px;
  float: left;
  margin: 4% 0 1% 6%;
  padding-left: 3%;
  background: #eaecde;
  border: none;
  border-radius: 10px;
  font-family: 'SourceHanSansSC-Regular', sans-serif;
  font-size: 16px;
  color: #9abd24;
  text-align: left;
  line-height: 50px;
  font-weight: 200;
}
input.gbk1::-webkit-input-placeholder {
  /* WebKit browsers */
  font-family: 'SourceHanSansSC-Light', sans-serif;
  color: #8cb10d;
}
input.gbk1:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-family: 'SourceHanSansSC-Light', sans-serif;
  color: #8cb10d;
}
input.gbk1::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-family: 'SourceHanSansSC-Light', sans-serif;
  color: #8cb10d;
}
input.gbk1:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-family: 'SourceHanSansSC-Light', sans-serif;
  color: #8cb10d;
}
textarea.gbk2 {
  width: 82.5%;
  height: 115px;
  float: left;
  margin: 4% 0 1% 6%;
  padding: 10px 10px 10px 3%;
  background: #eaecde;
  border: none;
  border-radius: 10px;
  font-family: 'SourceHanSansSC-Regular', sans-serif;
  font-size: 16px;
  color: #9abd24;
  text-align: left;
  line-height: 25px;
  font-weight: 200;
}
textarea.gbk2::-webkit-input-placeholder {
  /* WebKit browsers */
  font-family: 'SourceHanSansSC-Light', sans-serif;
  color: #8cb10d;
}
textarea.gbk2:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-family: 'SourceHanSansSC-Light', sans-serif;
  color: #8cb10d;
}
textarea.gbk2::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-family: 'SourceHanSansSC-Light', sans-serif;
  color: #8cb10d;
}
textarea.gbk2:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-family: 'SourceHanSansSC-Light', sans-serif;
  color: #8cb10d;
}
input.gbk3 {
  width: 86%;
  height: 50px;
  float: left;
  margin: 4% 0 8% 6%;
  padding-left: 0%;
  background: #9abd24;
  border: none;
  border-radius: 10px;
  font-family: 'SourceHanSansSC-Regular', sans-serif;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 50px;
  font-weight: 200;
} /*service*/
.s_servbox {
  width: 100%;
  float: left;
}
.s_servbox dl {
  width: 101%;
  float: left;
}
.s_servbox dl dd {
  width: 46%;
  max-width: 760px;
  height: auto;
  max-height: 260px;
  float: left;
  margin: 1% 2% 1% 0;
  padding: 1%;
  background: #f5f8e9;
}
.s_serv_bt {
  width: 100%;
  height: 36px;
  float: left;
  overflow: hidden;
}
.s_serv_bt .span1 {
  width: 36px;
  height: 36px;
  float: left;
  margin: 0 0 0 2%;
  background: #9cbf27;
  border: none;
  border-radius: 5px;
  font-family: Arial;
  font-size: 26px;
  color: #fff;
  text-align: center;
  line-height: 36px;
  font-weight: bold;
  text-transform: uppercase;
}
.s_serv_bt font {
  width: 90%;
  height: 36px;
  float: left;
  margin: 0 0 0 2%;
  font-family: 'SourceHanSansSC-Regular';
  font-size: 20px;
  color: #333333;
  text-align: left;
  line-height: 36px;
  font-weight: normal;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.s_serv_con {
  width: 100%;
  height: auto;
  float: left;
  margin: 1% 0 1% 0;
  overflow: hidden;
}
.s_serv_con .span1 {
  width: 36px;
  height: 36px;
  float: left;
  margin: 0 0 0 2%;
  background: #faa832;
  border: none;
  border-radius: 5px;
  font-family: Arial;
  font-size: 26px;
  color: #fff;
  text-align: center;
  line-height: 36px;
  font-weight: bold;
  text-transform: uppercase;
}
.s_serv_con font {
  width: 90%;
  height: 108px;
  float: left;
  margin: 0 0 0 2%;
  font-size: 20px;
  color: #333333;
  text-align: left;
  line-height: 36px;
  font-weight: normal;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.s_serv_more {
  width: 98%;
  height: 36px;
  float: left;
  font-family: Arial;
  font-size: 20px;
  color: #9cbf27;
  text-align: right;
  line-height: 36px;
  font-weight: bold;
  text-transform: uppercase;
  overflow: hidden;
}


@media only screen and (max-width: 1400px) {
  .ddd font{
    width: 60% !important;
  }
}

