body::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
body::-webkit-scrollbar-thumb {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background: #769e02;
  border: none;
}
body::-webkit-scrollbar-track {
  background: #f6f6f6;
  border: none;
}
body::-webkit-scrollbar-button {
  display: none;
}
body::-webkit-scrollbar-corner {
  background: #f6f6f6;
}
img:hover {
  -webkit-filter: saturate(1.36);
  -moz-filter: saturate(1.36);
  -o-filter: saturate(1.36);
  filter: saturate(1.36);
}
.x-head {
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 2px rgba(175, 174, 174, 0.2);
  -moz-box-shadow: 0px 2px 2px rgba(175, 174, 174, 0.2);
  -o-box-shadow: 0px 2px 2px rgba(175, 174, 174, 0.2);
  box-shadow: 0px 2px 2px rgba(175, 174, 174, 0.2);
}
.x-head .wrapper {
  position: relative;
  padding: 0 200px 0 400px;
}
.x-head .logo {
  position: absolute;
  z-index: 1;
  zoom: 1;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.x-head .logo img {
  max-height: 50px;
}
.x-head .search {
  position: absolute;
  z-index: 1;
  zoom: 1;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  line-height: 36px;
  padding: 0 20px;
  color: #fff;
  background-color: #ffba00;
  -webkit-box-shadow: 0px 0 10px #ffba00;
  -moz-box-shadow: 0px 0 10px #ffba00;
  -o-box-shadow: 0px 0 10px #ffba00;
  box-shadow: 0px 0 10px #ffba00;
  -webkit-border-radius: 36px;
  -moz-border-radius: 36px;
  -o-border-radius: 36px;
  border-radius: 36px;
  -webkit-transition: all 0.36s ease-in-out ;
  -moz-transition: all 0.36s ease-in-out ;
  -o-transition: all 0.36s ease-in-out ;
  transition: all 0.36s ease-in-out ;
}
.x-head .search i,
.x-head .search span {
  display: inline-block;
  float: left;
}
.x-head .search i {
  font-size: 24px;
  padding-right: 0.2em;
}
.x-head .search span {
  font-size: 14px;
}
.x-head .search:hover {
  background-color: #769e02;
  -webkit-box-shadow: 0px 0 10px #769e02;
  -moz-box-shadow: 0px 0 10px #769e02;
  -o-box-shadow: 0px 0 10px #769e02;
  box-shadow: 0px 0 10px #769e02;
}
.x-head .m-menu {
  display: none;
}
.x-menu {
  float: right;
}
.x-menu li {
  float: left;
  position: relative;
  line-height: 1;
  padding: 35px 0;
  margin-right: 40px;
}
.x-menu li:after {
  content: " ";
  background-color: #769e02;
  width: 0;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 12px;
}
.x-menu li a {
  color: #333;
  font-size: 16px;
}
.x-menu li a i {
  display: none;
}
.x-menu li:hover a {
  color: #769e02;
}
.x-menu li.active a {
  color: #769e02;
}
.x-menu .m-close {
  display: none;
}
.banner-bg {
  position: relative;
}
.banner-bg:after {
  content: " ";
  position: absolute;
  z-index: 10;
  zoom: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2.812vw;
  background: url(../images/bannertop.png) center bottom no-repeat;
  background-size: contain;
}
.x-banner {
  position: relative;
  background-color: #e9eef2;
}
.x-banner .swiper-slide {
  position: relative;
  display: block;
  height: 600px;
  text-align: center;
}
.x-banner .swiper-slide img {
  width: 100%;
  display: none;
}
.x-banner .x-pagination {
  display: inline-block;
  width: auto;
  position: absolute;
  z-index: 10;
  zoom: 1;
  left: 50%;
  bottom: 50px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.x-banner .x-pagination .bull {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 4px;
  background-color: #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  cursor: pointer;
}
.x-banner .x-pagination .active {
  background-color: #769e02 !important;
}
.x-title {
  text-align: center;
  line-height: 1;
}
.x-title h3 {
  font-size: 36px;
  color: #769e02;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 0.3em;
}
.x-title h1 {
  font-size: 30px;
  color: #474747;
}
.s-title {
  text-align: center;
  line-height: 1;
  max-width: 1000px;
  margin: 0 auto;
}
.s-title h1 {
  font-size: 36px;
  color: #45454b;
  text-transform: uppercase;
}
.s-title h1 b {
  color: #769e02;
}
.s-title h3 {
  font-size: 18px;
  color: #505050;
  padding-top: 1em;
}
.s-title h2 {
  font-size: 20px;
  color: #505050;
  padding-top: 1em;
}
.s-title h2 b {
  color: #ed5964;
}
.s-title h6 {
  padding-top: 1em;
  line-height: 1.8;
  font-size: 16px;
  color: #888;
}
.x-seritem {
  padding: 40px 0 50px;
}
.x-seritem ul {
  padding-top: 40px;
  margin: 0 -15px;
}
.x-seritem ul > li {
  float: left;
  margin: 0 0 0;
  width: 25%;
  padding: 0 15px;
}
.x-seritem ul li a {
  display: block;
  position: relative;
  padding: 25px 35px 35px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
  line-height: 1;
  border: 1px #eee solid;
  -webkit-box-shadow: 0px 0 10px rgba(175, 174, 174, 0.2);
  -moz-box-shadow: 0px 0 10px rgba(175, 174, 174, 0.2);
  -o-box-shadow: 0px 0 10px rgba(175, 174, 174, 0.2);
  box-shadow: 0px 0 10px rgba(175, 174, 174, 0.2);
  -webkit-transition: all 0.36s ease-in-out ;
  -moz-transition: all 0.36s ease-in-out ;
  -o-transition: all 0.36s ease-in-out ;
  transition: all 0.36s ease-in-out ;
}
.x-seritem ul li a:after {
  content: " ";
  position: absolute;
  z-index: 1;
  zoom: 1;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background-size: cover !important;
  -webkit-transition: all 0.36s ease-in-out ;
  -moz-transition: all 0.36s ease-in-out ;
  -o-transition: all 0.36s ease-in-out ;
  transition: all 0.36s ease-in-out ;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
}
.x-seritem ul li a i,
.x-seritem ul li a h1,
.x-seritem ul li a p {
  position: relative;
  z-index: 2;
}
.x-seritem ul li a i {
  display: inline-block;
  width: 64px;
  height: 64px;
  line-height: 64px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  background-color: #ffba00;
  font-size: 30px;
  color: #fff;
  -webkit-box-shadow: 0px 0 10px #ffba00;
  -moz-box-shadow: 0px 0 10px #ffba00;
  -o-box-shadow: 0px 0 10px #ffba00;
  box-shadow: 0px 0 10px #ffba00;
}
.x-seritem ul li a h1 {
  font-size: 18px;
  font-weight: bold;
  padding: 15px 0 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #769e02;
}
.x-seritem ul li a p {
  height: 66px;
  font-size: 13px;
  line-height: 22px;
  overflow: hidden;
  color: #666;
}
.x-seritem ul li a:hover {
  background-color: #769e02;
  background-size: cover;
  border-color: #769e02;
  -webkit-box-shadow: 0px 0 10px #769e02;
  -moz-box-shadow: 0px 0 10px #769e02;
  -o-box-shadow: 0px 0 10px #769e02;
  box-shadow: 0px 0 10px #769e02;
}
.x-seritem ul li a:hover i,
.x-seritem ul li a:hover h1,
.x-seritem ul li a:hover p {
  color: #fff;
}
.x-seritem ul li a:hover i {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 0 #ffffff;
  -moz-box-shadow: 0 0 0 #ffffff;
  -o-box-shadow: 0 0 0 #ffffff;
  box-shadow: 0 0 0 #ffffff;
}
.x-seritem ul li a:hover:after {
  -khtml-opacity: 0.12;
  -webkit-opacity: 0.12;
  -moz-opacity: 0.12;
  -o-opacity: 0.12;
  opacity: 0.12;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=12);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=12);
  filter: alpha(opacity=12);
}
.x-seritem ul li:nth-child(1) a:after {
  background: url(../images/content_1_1.jpg) center no-repeat;
}
.x-seritem ul li:nth-child(2) a:after {
  background: url(../images/content_1_2.jpg) center no-repeat;
}
.x-seritem ul li:nth-child(3) a:after {
  background: url(../images/content_1_3.jpg) center no-repeat;
}
.x-seritem ul li:nth-child(4) a:after {
  background: url(../images/content_1_4.jpg) center no-repeat;
}
.x-aboutx,
.x3-about {
  background-color: #fcf6f0;
  padding: 50px 0;
}
.x-aboutx .wrapper,
.x3-about .wrapper {
  padding: 0 40px;
}
.x-aboutx .info,
.x3-about .info {
  padding: 20px 0;
  font-size: 16px;
  color: #666;
  line-height: 2;
}
.x-aboutx .info b,
.x3-about .info b {
  color: #769e02;
}
.x-aboutx h5,
.x3-about h5 {
  font-size: 22px;
  color: #555;
  padding-bottom: 20px;
}
.x-aboutx .youshi,
.x3-about .youshi {
  padding-bottom: 10px;
}
.x-aboutx .youshi li,
.x3-about .youshi li {
  float: left;
  width: 33.3%;
  line-height: 40px;
  font-size: 16px;
  color: #333;
  padding-left: 50px;
  margin-bottom: 15px;
  position: relative;
}
.x-aboutx .youshi li i,
.x3-about .youshi li i {
  position: absolute;
  z-index: 1;
  zoom: 1;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 36px;
  color: #fff;
  font-size: 24px;
  text-align: center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  background-color: #ffba00;
  border: 2px rgba(255, 186, 0, 0.2) solid;
  -webkit-box-shadow: 0px 0 10px #ffba00;
  -moz-box-shadow: 0px 0 10px #ffba00;
  -o-box-shadow: 0px 0 10px #ffba00;
  box-shadow: 0px 0 10px #ffba00;
}
.x-slidex {
  position: relative;
  margin-bottom: 35px;
}
.x-slidex .swiper-slide {
  background-color: #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  border: 2px #fff solid;
  overflow: hidden;
}
.x-slidex .swiper-slide img {
  width: 100%;
  background-size: cover !important;
}
.x-slidex .slidex-prev,
.x-slidex .slidex-next {
  display: inline-block;
  width: 50px;
  position: absolute;
  z-index: 1;
  zoom: 1;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 50px;
  color: #769e02;
  text-align: center;
  cursor: pointer;
}
.x-slidex .slidex-prev:hover,
.x-slidex .slidex-next:hover {
  color: #ffba00;
}
.x-slidex .slidex-prev {
  right: 100%;
}
.x-slidex .slidex-next {
  left: 100%;
}
.x-more {
  text-align: center;
}
.x-more .a-more {
  display: inline-block;
  line-height: 36px;
  padding: 0 2.8em;
  -webkit-border-radius: 36px;
  -moz-border-radius: 36px;
  -o-border-radius: 36px;
  border-radius: 36px;
  border: 1px #ffba00 solid;
  color: #ffba00;
  -webkit-transition: all 0.36s ease-in-out ;
  -moz-transition: all 0.36s ease-in-out ;
  -o-transition: all 0.36s ease-in-out ;
  transition: all 0.36s ease-in-out ;
}
.x-more .a-more:hover {
  background-color: #ffba00;
  -webkit-box-shadow: 0px 0 10px #ffba00;
  -moz-box-shadow: 0px 0 10px #ffba00;
  -o-box-shadow: 0px 0 10px #ffba00;
  box-shadow: 0px 0 10px #ffba00;
  color: #fff;
}
.x-shizi {
  padding: 50px 0;
}
.x-team {
  padding-top: 30px;
  margin: 0 -35px;
}
.x-team > li {
  float: left;
  margin: 0 0 0;
  width: 25%;
  padding: 0 35px;
}
.x-team li {
  text-align: center;
}
.x-team li .pic {
  display: inline-block;
  width: 70%;
  max-width: 180px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  overflow: hidden;
  margin-bottom: 10px;
  border: 14px #fcf6f0 solid;
}
.x-team li .pic img {
  width: 100%;
  background-color: #fdecc8;
  background-size: cover !important;
}
.x-team li h1 {
  font-size: 28px;
  color: #333;
  padding-bottom: 0.4em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.x-team li h4 {
  line-height: 1.6;
  min-height: 7em;
  font-size: 15px;
  color: #555;
  padding-bottom: 0.8em;
}
.x-team li p {
  color: #888;
  line-height: 1.8;
  font-size: 13px;
  padding-bottom: 1.4em;
}
.x-team li .a-more {
  display: inline-block;
  line-height: 32px;
  padding: 0 2em;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  -o-border-radius: 28px;
  border-radius: 28px;
  border: 1px #ffba00 solid;
  color: #ffba00;
  -webkit-transition: all 0.36s ease-in-out ;
  -moz-transition: all 0.36s ease-in-out ;
  -o-transition: all 0.36s ease-in-out ;
  transition: all 0.36s ease-in-out ;
}
.x-team li .a-more:hover {
  background-color: #ffba00;
  color: #fff;
  -webkit-box-shadow: 0px 0 10px #ffba00;
  -moz-box-shadow: 0px 0 10px #ffba00;
  -o-box-shadow: 0px 0 10px #ffba00;
  box-shadow: 0px 0 10px #ffba00;
}
.x-newsx {
  padding: 50px 0 40px;
  background-color: #f9f9f9;
}
.x-newsx ul {
  padding: 50px 0 20px;
  margin: 0 -18px;
}
.x-newsx ul > li {
  float: left;
  margin: 0 0 20px;
  width: 50%;
  padding: 0 18px;
}
.x-newsx ul li a {
  display: block;
  position: relative;
  height: 180px;
  padding-left: 290px;
}
.x-newsx ul li a img {
  position: absolute;
  z-index: 1;
  zoom: 1;
  left: 0;
  top: 0;
  width: 270px;
  background-size: cover !important;
}
.x-newsx ul li a h1 {
  line-height: 50px;
  font-size: 18px;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  border-bottom: 1px #eee solid;
  margin-bottom: 15px;
}
.x-newsx ul li a p {
  height: 75px;
  line-height: 25px;
  font-size: 13px;
  color: #888;
  overflow: hidden;
  margin-bottom: 15px;
}
.x-newsx ul li a .alt {
  line-height: 20px;
  color: #999;
}
.x-newsx ul li a .alt .link {
  float: right;
  padding-right: 25px;
  position: relative;
}
.x-newsx ul li a .alt .link i {
  display: inline-block;
  width: 20px;
  line-height: 20px;
  text-align: center;
  background-color: #ccc;
  color: #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  z-index: 1;
  zoom: 1;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 12px;
}
.x-newsx ul li a .alt .link:hover i {
  background-color: #769e02;
}
.x-newsx ul li a:hover h1 {
  color: #769e02;
}
.x-footer {
  background-color: #333;
  padding-top: 30px;
  -webkit-box-shadow: 0px -6px 8px rgba(185, 184, 184, 0.09);
  -moz-box-shadow: 0px -6px 8px rgba(185, 184, 184, 0.09);
  -o-box-shadow: 0px -6px 8px rgba(185, 184, 184, 0.09);
  box-shadow: 0px -6px 8px rgba(185, 184, 184, 0.09);
}
.x-footer > .wrapper {
  padding-bottom: 30px;
}
.x-footer .fx {
  text-align: right;
  padding-bottom: 25px;
  margin-bottom: 30px;
  border-bottom: 1px rgba(255, 255, 255, 0.06) solid;
}
.x-footer .fx img {
  float: left;
}
.x-footer .fx a {
  display: inline-block;
  float: right;
  width: 36px;
  line-height: 36px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  background-color: #f2f2f2;
  text-align: center;
  color: #fff;
  margin-left: 0.5em;
  font-size: 16px;
}
.x-footer .fx .fx-weibo {
  background-color: #ed5964;
}
.x-footer .fx .fx-weixin {
  background-color: #2ea23e;
}
.x-footer .fx .fx-qq {
  background-color: #4cafe3;
}
.x-footer .box {
  position: relative;
}
.x-footer .alk {
  padding-bottom: 1.5em;
  font-size: 16px;
}
.x-footer .alk a {
  color: rgba(255, 255, 255, 0.7);
}
.x-footer .alk span {
  padding: 0 1em;
  color: rgba(255, 255, 255, 0.2);
}
.x-footer .txt {
  line-height: 2;
  color: rgba(255, 255, 255, 0.5);
  padding-bottom: 1.8em;
}
.x-footer .txt span,
.x-footer .txt a {
  padding-right: 1em;
  color: rgba(255, 255, 255, 0.5);
}
.x-footer .copy {
  color: rgba(255, 255, 255, 0.5);
  line-height: 1;
  padding-bottom: 0.8em;
}
.x-footer .copy span {
  padding-right: 1em;
}
.x-footer .wx {
  position: absolute;
  z-index: 1;
  zoom: 1;
  right: 0;
  top: 50%;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.6;
  text-align: center;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.x-footer .wx img {
  width: 110px;
  margin-bottom: 8px;
}
.x-footer a:hover {
  color: #769e02;
}
.banner-szkc {
  height: 600px;
  background: url(../images/banner_szkc_.jpg) center no-repeat;
}
.x1-what {
  padding: 20px 0 60px;
}
.x1-what .s-title {
  padding-bottom: 40px;
}
.x1-what .wrapper {
  padding: 30px 60px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0 10px rgba(175, 174, 174, 0.2);
  -moz-box-shadow: 0px 0 10px rgba(175, 174, 174, 0.2);
  -o-box-shadow: 0px 0 10px rgba(175, 174, 174, 0.2);
  box-shadow: 0px 0 10px rgba(175, 174, 174, 0.2);
  font-size: 16px;
  color: #555;
}
.x1-what .wrapper p {
  line-height: 1.8;
  padding: 0.5em 0;
}
.x1-what .wrapper span {
  color: #e86156;
}
.x1-kecheng {
  padding: 50px 0 40px;
  background-color: #f3f3f3;
}
.x1-kecheng ul {
  padding-top: 40px;
  margin: 0 -12px;
}
.x1-kecheng ul > li {
  float: left;
  margin: 0 0 20px;
  width: 50%;
  padding: 0 12px;
}
.x1-kecheng ul li a {
  display: block;
  padding: 20px 25px 20px 140px;
  min-height: 130px;
  position: relative;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  background-color: #fff;
  -webkit-transition: all 0.36s ease-in-out ;
  -moz-transition: all 0.36s ease-in-out ;
  -o-transition: all 0.36s ease-in-out ;
  transition: all 0.36s ease-in-out ;
}
.x1-kecheng ul li a i {
  display: inline-block;
  width: 90px;
  line-height: 90px;
  text-align: center;
  font-size: 42px;
  background-color: #ffba00;
  color: #fff;
  position: absolute;
  z-index: 1;
  zoom: 1;
  left: 25px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.x1-kecheng ul li a h3 {
  line-height: 40px;
  font-size: 20px;
  font-weight: bold;
  color: #555;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-top: 2px;
}
.x1-kecheng ul li a p {
  line-height: 1.6;
  color: #888;
}
.x1-kecheng ul li a:hover {
  -webkit-box-shadow: 0 0 16px rgba(255, 186, 0, 0.8);
  -moz-box-shadow: 0 0 16px rgba(255, 186, 0, 0.8);
  -o-box-shadow: 0 0 16px rgba(255, 186, 0, 0.8);
  box-shadow: 0 0 16px rgba(255, 186, 0, 0.8);
}
.x1-youshi {
  background-color: #f5f6f5;
  padding: 50px 50px 40px;
  -webkit-box-shadow: 0px 2px 10px rgba(175, 174, 174, 0.32);
  -moz-box-shadow: 0px 2px 10px rgba(175, 174, 174, 0.32);
  -o-box-shadow: 0px 2px 10px rgba(175, 174, 174, 0.32);
  box-shadow: 0px 2px 10px rgba(175, 174, 174, 0.32);
  margin-bottom: 50px;
}
.x1-youshi ul {
  padding-top: 40px;
  margin: 0 -20px;
}
.x1-youshi ul > li {
  float: left;
  margin: 0 0 30px;
  width: 33.33333333%;
  padding: 0 20px;
}
.x1-youshi ul a {
  display: block;
  padding-left: 70px;
  position: relative;
}
.x1-youshi ul a i {
  display: inline-block;
  text-align: center;
  width: 50px;
  line-height: 50px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 14px;
  font-size: 28px;
  background-color: #fff;
  color: #769e02;
  position: absolute;
  z-index: 1;
  zoom: 1;
  left: 0;
  top: 0;
}
.x1-youshi ul a h3 {
  line-height: 1;
  font-size: 18px;
  color: #585768;
  padding-bottom: 0.4em;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.x1-youshi ul a p {
  height: 50px;
  line-height: 25px;
  color: #999;
}
.x1-gain {
  padding: 60px 0;
  background-color: #f1f2e6;
}
.x1-gain ul {
  padding-top: 40px;
  margin: 0 -12px;
}
.x1-gain ul > li {
  float: left;
  margin: 0 0 0;
  width: 25%;
  padding: 0 12px;
}
.x1-gain ul li a {
  display: block;
  background-color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 2px 10px rgba(175, 174, 174, 0.32);
  -moz-box-shadow: 0px 2px 10px rgba(175, 174, 174, 0.32);
  -o-box-shadow: 0px 2px 10px rgba(175, 174, 174, 0.32);
  box-shadow: 0px 2px 10px rgba(175, 174, 174, 0.32);
  overflow: hidden;
  -webkit-transition: all 0.36s ease-in-out ;
  -moz-transition: all 0.36s ease-in-out ;
  -o-transition: all 0.36s ease-in-out ;
  transition: all 0.36s ease-in-out ;
}
.x1-gain ul li a img {
  width: 100%;
}
.x1-gain ul li a p {
  height: 70px;
  padding: 10px 20px;
  line-height: 25px;
  text-align: center;
  font-size: 16px;
}
.x1-gain ul li a p span {
  color: #769e02;
}
.x1-gain ul li a:hover {
  -webkit-box-shadow: 0 0 16px rgba(255, 186, 0, 0.8);
  -moz-box-shadow: 0 0 16px rgba(255, 186, 0, 0.8);
  -o-box-shadow: 0 0 16px rgba(255, 186, 0, 0.8);
  box-shadow: 0 0 16px rgba(255, 186, 0, 0.8);
}
.x1-gain .a-swt {
  padding-top: 50px;
  text-align: center;
}
.x1-gain .a-swt a {
  display: inline-block;
  line-height: 48px;
  padding: 0 3em;
  font-size: 18px;
  color: #fff;
  background-color: #769e02;
  margin: 0 1em;
  -webkit-border-radius: 48px;
  -moz-border-radius: 48px;
  -o-border-radius: 48px;
  border-radius: 48px;
  -webkit-transition: all 0.36s ease-in-out ;
  -moz-transition: all 0.36s ease-in-out ;
  -o-transition: all 0.36s ease-in-out ;
  transition: all 0.36s ease-in-out ;
}
.x1-gain .a-swt a:nth-child(2) {
  background-color: #e35d52;
}
.x1-gain .a-swt a:hover {
  -khtml-opacity: 0.9;
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  -o-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  filter: alpha(opacity=90);
  -webkit-box-shadow: 0 0 10px rgba(255, 186, 0, 0.9);
  -moz-box-shadow: 0 0 10px rgba(255, 186, 0, 0.9);
  -o-box-shadow: 0 0 10px rgba(255, 186, 0, 0.9);
  box-shadow: 0 0 10px rgba(255, 186, 0, 0.9);
}
.x1-gain .a-swt a:active {
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  background-color: #ffba00;
}
.list_article {
  background-color: #f9f9f9;
}
.banner-news {
  background-color: #fcf6f0;
  padding: 60px 0 100px;
}
.x2-list {
  padding: 20px 0;
}
.x2-list > ul {
  margin: 0 -12px;
}
.x2-list > ul > li {
  float: left;
  margin: 0 0 20px;
  width: 25%;
  padding: 0 12px;
}
.x2-list > ul li a {
  display: block;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: 1px #eee solid;
  -webkit-box-shadow: 0px 0 10px rgba(175, 174, 174, 0.2);
  -moz-box-shadow: 0px 0 10px rgba(175, 174, 174, 0.2);
  -o-box-shadow: 0px 0 10px rgba(175, 174, 174, 0.2);
  box-shadow: 0px 0 10px rgba(175, 174, 174, 0.2);
  -webkit-transition: all 0.36s ease-in-out ;
  -moz-transition: all 0.36s ease-in-out ;
  -o-transition: all 0.36s ease-in-out ;
  transition: all 0.36s ease-in-out ;
  overflow: hidden;
}
.x2-list > ul li a .pic {
  position: relative;
  background-color: #f2f2f2;
}
.x2-list > ul li a .pic i {
  display: inline-block;
  position: absolute;
  z-index: 2;
  zoom: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 36px;
  color: #fff;
  width: 60px;
  line-height: 60px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.13);
  -webkit-transition: all 0.36s ease-in-out ;
  -moz-transition: all 0.36s ease-in-out ;
  -o-transition: all 0.36s ease-in-out ;
  transition: all 0.36s ease-in-out ;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
}
.x2-list > ul li a .pic i:hover {
  background-color: rgba(255, 255, 255, 0.43);
}
.x2-list > ul li a .pic img {
  width: 100%;
  background-size: cover !important;
}
.x2-list > ul li a .pic:after {
  content: " ";
  position: absolute;
  z-index: 1;
  zoom: 1;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(118, 158, 2, 0.8);
  -webkit-transition: all 0.36s ease-in-out ;
  -moz-transition: all 0.36s ease-in-out ;
  -o-transition: all 0.36s ease-in-out ;
  transition: all 0.36s ease-in-out ;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
}
.x2-list > ul li a .box {
  padding: 15px 20px;
}
.x2-list > ul li a .box h1 {
  line-height: 1.4;
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 0.5em;
}
.x2-list > ul li a .box h4 {
  line-height: 1;
  margin-bottom: 0.8em;
  font-size: 14px;
  color: #666;
}
.x2-list > ul li a .box p {
  height: 60px;
  line-height: 20px;
  font-size: 12px;
  color: #999;
  overflow: hidden;
  margin-bottom: 1em;
}
.x2-list > ul li a .box .alt {
  line-height: 1.8;
  color: #444;
  position: relative;
}
.x2-list > ul li a .box .alt span {
  display: inline-block;
  font-size: 28px;
  position: absolute;
  z-index: 1;
  zoom: 1;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #333;
  -webkit-transition: all 0.36s ease-in-out ;
  -moz-transition: all 0.36s ease-in-out ;
  -o-transition: all 0.36s ease-in-out ;
  transition: all 0.36s ease-in-out ;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
}
.x2-list > ul li a .box .alt span:hover {
  color: #ec6149;
}
.x2-list > ul li a:hover {
  -webkit-box-shadow: 0 0 10px rgba(255, 186, 0, 0.3);
  -moz-box-shadow: 0 0 10px rgba(255, 186, 0, 0.3);
  -o-box-shadow: 0 0 10px rgba(255, 186, 0, 0.3);
  box-shadow: 0 0 10px rgba(255, 186, 0, 0.3);
}
.x2-list > ul li a:hover .pic i,
.x2-list > ul li a:hover .pic:after,
.x2-list > ul li a:hover .box .alt span {
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
}
.x2-list > ul li a:hover .box .alt {
  color: #769e02;
}
.x-page {
  padding: 2rem 0;
  text-align: center;
  font-size: 1rem;
}
.x-page:before,
.x-page:after {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  clear: both;
}
.x-page .page-wrapper {
  display: inline-block;
  margin: 0 auto;
}
.x-page li{display:inline-block; }
.x-page a,
.x-page b,
.x-page input,
.x-page button {
  display: inline-block;
  float: left;
  line-height: 2rem;
  padding: 0 0.7rem;
  color: #2a2c29;
  margin: 0 3px 0.4rem 0;
  border: 1px #e0e5ea solid;
  border-radius: 1px;
  -webkit-transition: all 0.36s ease-in-out ;
  -moz-transition: all 0.36s ease-in-out ;
  -o-transition: all 0.36s ease-in-out ;
  transition: all 0.36s ease-in-out ;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  text-decoration: none;
  cursor: pointer;
}
.x-page a:hover {
  border: 1px solid rgba(236, 97, 73, 0.7);
  background-color: #fef7f6;
  color: rgba(236, 97, 73, 0.87);
}
.x-page a:active {
  color: #fff;
  background-color: rgba(236, 97, 73, 0.7);
}
.x-page b {
  color: #fff;
  background-color: #769e02;
  border-color: #769e02;
  cursor: no-drop;
}
.x-page input {
  width: 5rem;
  height: 2rem;
}
.banner-about {
  height: 500px;
  background: url(../images/banner_about.jpg) center no-repeat;
}
.x3-what {
  padding: 20px 0 60px;
}
.x3-what .s-title {
  padding-bottom: 40px;
}
.x3-what .wrapper {
  padding: 50px 60px;
  background-color: #769e02;
  border-color: #769e02;
  -webkit-box-shadow: 0px 0 10px #769e02;
  -moz-box-shadow: 0px 0 10px #769e02;
  -o-box-shadow: 0px 0 10px #769e02;
  box-shadow: 0px 0 10px #769e02;
  font-size: 16px;
  color: #fff;
}
.x3-what .wrapper p {
  line-height: 1.8;
  padding: 0.5em 0;
}
.x3-what .wrapper span {
  color: #fff713;
}
.banner-jtszkc {
  background: url(../images/banner_jtszkc.jpg) center no-repeat;
  height: 530px;
}
.art-wrapper {
  position: relative;
  padding: 2rem 0;
  min-height: 80vh;
  max-width: 860px;
}
.art-nav {
  color: #999;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 1rem;
}
.art-nav a {
  color: #333;
}
.art-head {
  position: relative;
  padding: 20px 0 25px;
  line-height: 1.2;
  text-align: center;
  border-bottom: 1px #eee solid;
}
.art-head h1 {
  font-size: 2.2em;
  color: #333;
  padding-bottom: 20px;
  font-weight: bold;
  line-height: 1.5;
  font-family: Georgia,Times New Roman,Times,Songti SC,serif;
}
.art-head > p {
  color: #2a2c29;
  font-weight: bold;
}
.art-head > p span,
.art-head > p a {
  padding: 0 5px;
  font-weight: normal;
}
.art-head > p .on,
.art-head > p a {
  color: rgba(0, 39, 80, 0.75);
  cursor: pointer;
  -webkit-transition: all 0.36s ease-in-out ;
  -moz-transition: all 0.36s ease-in-out ;
  -o-transition: all 0.36s ease-in-out ;
  transition: all 0.36s ease-in-out ;
}
.art-head > p .on:hover,
.art-head > p a:hover {
  color: #769e02;
}
.art-head .x-qrcode {
  position: absolute;
  z-index: 1;
  zoom: 1;
  top: 2rem;
  left: 100%;
  margin-left: 2em;
  font-size: 13px;
  font-weight: normal;
  border: 1px #eee solid;
  width: 150px;
  -webkit-box-shadow: 0px 0 10px rgba(175, 174, 174, 0.2);
  -moz-box-shadow: 0px 0 10px rgba(175, 174, 174, 0.2);
  -o-box-shadow: 0px 0 10px rgba(175, 174, 174, 0.2);
  box-shadow: 0px 0 10px rgba(175, 174, 174, 0.2);
  text-align: center;
  padding: 0.5em;
}
.art-head .x-qrcode img {
  width: 100%;
  margin: 0;
}
.art-head .x-qrcode p {
  line-height: 1.6;
  padding-bottom: 0.5em;
}
.art-content {
  padding-top: 1.8rem;
  color: #333;
  word-break: break-word;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.9;
  width: 100%;
  text-align: justify;
}
.art-content img {
  max-width: 100%;
  margin: 1em 0;
}
.art-content a {
  color: #769e02;
  -webkit-transition: all 0.36s ease-in-out ;
  -moz-transition: all 0.36s ease-in-out ;
  -o-transition: all 0.36s ease-in-out ;
  transition: all 0.36s ease-in-out ;
  border-bottom: 1px #769e02 dashed;
  line-height: 1.2;
}
.art-content .g-html * {
  font-size: 15px !important;
  min-height: 50vh;
}
.x4-biaox {
  padding: 60px 0 0;
  background-color: #f9f9f9;
}
.x4-biaox .wrapper {
  text-align: center;
  padding-top: 50px;
}
.x4-biaox .wrapper img {
  max-width: 90%;
}
.x4-zyl {
  padding: 60px 0;
  background-color: #fff;
}
.x4-zyl .pic {
  padding-top: 50px;
  text-align: center;
}
.x4-zyl .pic img {
  max-width: 94%;
}
.x4-youshi {
  background-color: #f5f6f5;
  padding: 50px 0;
}
.x4-youshi ul0 {
  padding-top: 50px;
  margin: 0 -15px;
}
.x4-youshi ul0 > li {
  float: left;
  margin: 0 0 40px;
  width: 33.33333333%;
  padding: 0 15px;
}
.x4-youshi ul0 a {
  display: block;
  padding-left: 75px;
  position: relative;
}
.x4-youshi ul0 a i {
  display: inline-block;
  text-align: center;
  width: 60px;
  line-height: 60px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 14px;
  font-size: 28px;
  background-color: #fff;
  color: #769e02;
  position: absolute;
  z-index: 1;
  zoom: 1;
  left: 0;
  top: 0;
}
.x4-youshi ul0 a h3 {
  line-height: 1;
  font-size: 18px;
  color: #585768;
  padding-bottom: 0.8em;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.x4-youshi ul0 a p {
  height: 50px;
  line-height: 25px;
  color: #999;
  font-size: 15px;
}
.x4-youshi ul {
  padding-top: 50px;
  margin: 0 -10px;
}
.x4-youshi ul > li {
  float: left;
  margin: 0 0 40px;
  width: 16.66666667%;
  padding: 0 10px;
}
.x4-youshi ul a {
  display: block;
  text-align: center;
}
.x4-youshi ul a i {
  display: inline-block;
  text-align: center;
  width: 130px;
  line-height: 130px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  font-size: 60px;
  background-color: #fff;
  color: #769e02;
  -webkit-box-shadow: 0px 0 10px rgba(175, 174, 174, 0.3);
  -moz-box-shadow: 0px 0 10px rgba(175, 174, 174, 0.3);
  -o-box-shadow: 0px 0 10px rgba(175, 174, 174, 0.3);
  box-shadow: 0px 0 10px rgba(175, 174, 174, 0.3);
}
.x4-youshi ul a h3 {
  padding-top: 20px;
  line-height: 1.6;
  font-size: 16px;
  color: #333;
  padding-bottom: 0.8em;
}
.x4-youshi ul a p {
  display: none;
}
.x4-youshi ul a:hover i {
  -webkit-box-shadow: 0px 0 20px #769e02;
  -moz-box-shadow: 0px 0 20px #769e02;
  -o-box-shadow: 0px 0 20px #769e02;
  box-shadow: 0px 0 20px #769e02;
}
.x4-youshi ul a:hover h3 {
  color: #769e02;
}
.x4-bzhz {
  background-color: #fff;
}
.fixed_kefu {
  position: fixed;
  z-index: 9999;
  right: 20px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 120px;
  padding-top: 105px;
  background: url(../images/swt.png) center top no-repeat;
}
.fixed_kefu.hide {
  display: none;
}
.fixed_kefu li {
  margin-bottom: 3px;
  position: relative;
}
.fixed_kefu li a {
  display: block;
  padding: 1em;
  background-color: #fff;
  color: #769e02;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  border: 1px #eee solid;
  -webkit-box-shadow: 0px 0 10px rgba(175, 174, 174, 0.3);
  -moz-box-shadow: 0px 0 10px rgba(175, 174, 174, 0.3);
  -o-box-shadow: 0px 0 10px rgba(175, 174, 174, 0.3);
  box-shadow: 0px 0 10px rgba(175, 174, 174, 0.3);
  -webkit-transition: all 0.36s ease-in-out ;
  -moz-transition: all 0.36s ease-in-out ;
  -o-transition: all 0.36s ease-in-out ;
  transition: all 0.36s ease-in-out ;
}
.fixed_kefu li a span {
  display: inline-block;
  padding-left: 2.2em;
  position: relative;
}
.fixed_kefu li a span i {
  position: absolute;
  z-index: 1;
  zoom: 1;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 1.7em;
}
.fixed_kefu li a:hover {
  background-color: #769e02;
  color: #fff !important;
  border-color: #769e02;
  -webkit-box-shadow: 0px 0 10px #769e02;
  -moz-box-shadow: 0px 0 10px #769e02;
  -o-box-shadow: 0px 0 10px #769e02;
  box-shadow: 0px 0 10px #769e02;
}
.fixed_kefu li .box {
  display: none;
  position: absolute;
  z-index: 1;
  zoom: 1;
  right: 100%;
  margin-right: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-align: center;
  background-color: #769e02;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  padding: 1.1em;
  color: #fff;
  -webkit-transition: all 0.36s ease-in-out ;
  -moz-transition: all 0.36s ease-in-out ;
  -o-transition: all 0.36s ease-in-out ;
  transition: all 0.36s ease-in-out ;
}
.fixed_kefu li .box * {
  position: relative;
  z-index: 2;
}
.fixed_kefu li .box:after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #769e02;
  position: absolute;
  z-index: 1;
  zoom: 1;
  right: -4px;
  top: 50%;
  margin-top: -10px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.fixed_kefu li .box img {
  margin-bottom: 0.6em;
}
.fixed_kefu li .box p {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 16px;
  line-height: 1.6;
}
.fixed_kefu li .box p span {
  display: block;
  font-size: 12px;
}
.fixed_kefu li:hover .box {
  display: block;
  -webkit-box-shadow: 0px 0 10px #769e02;
  -moz-box-shadow: 0px 0 10px #769e02;
  -o-box-shadow: 0px 0 10px #769e02;
  box-shadow: 0px 0 10px #769e02;
}
.layui-ceping {
  max-width: 700px;
  border-radius: 6px !important;
}
.form-ceping {
  position: relative;
  background-color: #fff;
  width: 700px;
  padding: 25px 35px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.form-ceping h1 {
  line-height: 1.2;
  font-size: 18px;
  text-align: center;
  padding-bottom: 1em;
  color: #769e02;
}
.form-ceping h1 b {
  display: block;
  padding-bottom: 0.5em;
  font-size: 22px;
  color: #333;
}
.form-ceping .databox {
  background-color: #fffcf3;
  border: 1px #ffecb5 solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 10px 15px;
  height: 240px;
  margin-bottom: 1em;
  overflow: hidden;
  overflow-y: auto;
}
.form-ceping .databox::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.form-ceping .databox::-webkit-scrollbar-thumb {
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  background: rgba(47, 64, 80, 0.46);
  border: none;
}
.form-ceping .databox::-webkit-scrollbar-track {
  background: #f6f6f6;
  border: none;
}
.form-ceping .databox::-webkit-scrollbar-button {
  display: none;
}
.form-ceping .databox::-webkit-scrollbar-corner {
  background: #f6f6f6;
}
.form-ceping .databox .d_item {
  padding-bottom: 0.5em;
}
.form-ceping .databox h3 {
  line-height: 1.6;
  font-size: 14px;
}
.form-ceping .databox ul {
  padding: 2px 0;
  margin: 0 -10px;
}
.form-ceping .databox ul > li {
  float: left;
  margin: 0 0 0;
  width: 50%;
  padding: 0 10px;
}
.form-ceping .databox ul li {
  line-height: 1.6;
}
.form-ceping .databox ul li input {
  margin-right: 0.5em;
}
.form-ceping .tipbox {
  padding-top: 1em;
  text-align: center;
  line-height: 1.2;
  color: #888;
  font-size: 15px;
}
.form-ceping .tipbox span {
  color: #f00;
}
.form-ceping .tipbox b {
  padding: 0 0.3em;
  margin: 0 .3em;
  background-color: #c00;
  color: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.form-ceping .tipbox p {
  padding-top: 0.5em;
}
.form-ceping .infobox {
  margin: 0 -5px;
  margin-bottom: 0.9em;
}
.form-ceping .infobox > li {
  float: left;
  margin: 0 0 0;
  width: 50%;
  padding: 0 5px;
}
.form-ceping .infobox li {
  position: relative;
  font-size: 15px;
}
.form-ceping .infobox li input {
  display: block;
  width: 100%;
  padding: 10px 10px 10px 4em;
  height: 42px;
  line-height: 42px;
  border: 1px #769e02 solid;
  color: #333;
  background-color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.36s ease-in-out ;
  -moz-transition: all 0.36s ease-in-out ;
  -o-transition: all 0.36s ease-in-out ;
  transition: all 0.36s ease-in-out ;
}
.form-ceping .infobox li input:focus {
  -webkit-box-shadow: 0px 0 6px #769e02;
  -moz-box-shadow: 0px 0 6px #769e02;
  -o-box-shadow: 0px 0 6px #769e02;
  box-shadow: 0px 0 6px #769e02;
}
.form-ceping .infobox li span {
  display: inline-block;
  position: absolute;
  z-index: 1;
  zoom: 1;
  line-height: 20px;
  left: 20px;
  top: 50%;
  margin-top: -10px;
  color: #769e02;
}
.form-ceping .a_submit {
  display: block;
  line-height: 48px;
  text-align: center;
  background-color: #769e02;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  font-size: 18px;
  -webkit-transition: all 0.36s ease-in-out ;
  -moz-transition: all 0.36s ease-in-out ;
  -o-transition: all 0.36s ease-in-out ;
  transition: all 0.36s ease-in-out ;
}
.form-ceping .a_submit:hover {
  -webkit-box-shadow: 0px 0 6px #769e02;
  -moz-box-shadow: 0px 0 6px #769e02;
  -o-box-shadow: 0px 0 6px #769e02;
  box-shadow: 0px 0 6px #769e02;
}
.form-ceping .ceping_close {
  position: absolute;
  z-index: 1;
  zoom: 1;
  top: 20px;
  right: 20px;
}
.form-ceping .ceping_close:hover {
  color: #769e02;
}
.lay_photoBox img {
  max-width: 80vw;
  max-height: 80vh;
}
@media screen and (max-width: 768px) {
  .m-hide {
    display: none;
  }
  .fixed_kefu {
    display: none !important;
  }
  html,
  body {
    font-size: 9pt;
  }
  .x-head {
    position: fixed;
    z-index: 800;
    left: 0;
    top: 0;
    width: 100%;
  }
  .x-head .wrapper {
    padding: 0.8em 0.5em;
  }
  .x-head .logo {
    position: relative;
    left: auto;
    top: auto;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .x-head .logo img {
    height: 2.4em;
    max-width: 70%;
  }
  .x-head .search {
    display: none;
  }
  .x-head .m-menu {
    display: inline-block;
    position: absolute;
    z-index: 1;
    zoom: 1;
    top: 50%;
    right: 0.5em;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 1.8em;
  }
  .x-menu {
    float: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 100%;
    width: 100%;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    padding: 3em 2em 1em;
    background-color: #fff;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -o-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    -webkit-box-shadow: 0px 0 10px rgba(175, 174, 174, 0.2);
    -moz-box-shadow: 0px 0 10px rgba(175, 174, 174, 0.2);
    -o-box-shadow: 0px 0 10px rgba(175, 174, 174, 0.2);
    box-shadow: 0px 0 10px rgba(175, 174, 174, 0.2);
    -webkit-transition: all 0.36s ease-in-out ;
    -moz-transition: all 0.36s ease-in-out ;
    -o-transition: all 0.36s ease-in-out ;
    transition: all 0.36s ease-in-out ;
    min-height: 23em;
  }
  .x-menu:after {
    content: " ";
    background-color: #f2f2f2;
    width: 5em;
    height: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    zoom: 1;
    top: 2em;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .x-menu .m-close {
    display: inline-block;
    position: absolute;
    z-index: 10;
    zoom: 1;
    padding: 1em;
    top: 0;
    right: 0.2em;
    font-size: 1.4em;
    color: #999;
  }
  .x-menu li {
    float: none;
    width: 100%;
    position: relative;
    line-height: 1;
    padding: 0 0 0 3em;
    margin: 0;
  }
  .x-menu li:after {
    display: none !important;
  }
  .x-menu li a {
    padding: 1em 0.2em;
    font-size: 1.26em;
    display: block;
    border-bottom: 1px #eee solid;
    position: relative;
  }
  .x-menu li a i {
    display: inline-block;
    position: absolute;
    z-index: 1;
    zoom: 1;
    right: 100%;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 1.5em;
    margin-right: 0.4em;
    color: #888;
  }
  .x-menu li:last-child a {
    border: 0;
  }
  body {
    padding-top: 4em;
  }
  body.menu-open .m-menubg {
    display: block;
    content: " ";
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 900;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
  }
  body.menu-open .x-menu {
    margin-top: -23em;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
  }
  .x-banner .swiper-slide {
    height: auto;
    background-size: cover !important;
  }
  .x-banner .swiper-slide img {
    display: block;
  }
  .x-banner .x-pagination {
    bottom: 1em;
  }
  .x-banner .x-pagination .bull {
    width: 0.6em;
    height: 0.6em;
    margin: 0 0.2em;
  }
  .x-title h3 {
    font-size: 1.6em;
  }
  .x-title h1 {
    font-size: 1.26em;
    font-weight: bold;
  }
  .s-title {
    max-width: 90%;
  }
  .s-title h1 {
    font-size: 1.6em;
  }
  .s-title h3 {
    font-size: 1.2em;
    line-height: 1.4;
    padding-top: 0.4em;
  }
  .s-title h2 {
    font-size: 1.2em;
    padding-top: 1em;
  }
  .s-title h6 {
    padding-top: 1em;
    line-height: 1.8;
    font-size: 0.9em;
  }
  .x-seritem {
    padding: 1.3em 0.6em 0.8em;
  }
  .x-seritem ul {
    padding-top: 1.8em;
    margin: 0 -4px;
  }
  .x-seritem ul > li {
    float: left;
    margin: 0 0 8px;
    width: 50%;
    padding: 0 4px;
  }
  .x-seritem ul li a {
    padding: 1.2em 1.2em 1.1em;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
  }
  .x-seritem ul li a i {
    width: 2em;
    height: 2em;
    line-height: 2em;
    font-size: 2em;
    -webkit-box-shadow: 0px 0 5px #ffba00;
    -moz-box-shadow: 0px 0 5px #ffba00;
    -o-box-shadow: 0px 0 5px #ffba00;
    box-shadow: 0px 0 5px #ffba00;
  }
  .x-seritem ul li a h1 {
    font-size: 1.26em;
    padding: 0.8em 0 0.4em;
  }
  .x-seritem ul li a p {
    height: 4.2em;
    font-size: 0.9em;
    line-height: 1.4em;
  }
  .x-seritem ul li a:hover {
    -webkit-box-shadow: 0px 0 5px #769e02;
    -moz-box-shadow: 0px 0 5px #769e02;
    -o-box-shadow: 0px 0 5px #769e02;
    box-shadow: 0px 0 5px #769e02;
  }
  .x-aboutx,
  .x3-about {
    padding: 1.4em 0;
  }
  .x-aboutx .wrapper,
  .x3-about .wrapper {
    padding: 0 0.8em;
  }
  .x-aboutx .info,
  .x3-about .info {
    padding: 1em 0;
    font-size: 1em;
  }
  .x-aboutx h5,
  .x3-about h5 {
    font-size: 1.36em;
    padding-bottom: 0.8em;
    font-weight: bold;
    text-align: center;
  }
  .x-aboutx .youshi,
  .x3-about .youshi {
    padding-bottom: 0.9em;
    margin: 0 -0.2em;
  }
  .x-aboutx .youshi li,
  .x3-about .youshi li {
    width: 100%;
    line-height: 1.4em;
    font-size: 1.1em;
    background-color: #fff;
    -webkit-border-radius: 3em;
    -moz-border-radius: 3em;
    -o-border-radius: 3em;
    border-radius: 3em;
    padding: 0.6em 1em 0.6em 3.2em;
    margin-bottom: 0.4em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .x-aboutx .youshi li i,
  .x3-about .youshi li i {
    left: 0.6em;
    width: 1.6em;
    height: 1.6em;
    line-height: 1.6em;
    font-size: 1.2em;
    -webkit-box-shadow: 0px 0 5px #ffba00;
    -moz-box-shadow: 0px 0 5px #ffba00;
    -o-box-shadow: 0px 0 5px #ffba00;
    box-shadow: 0px 0 5px #ffba00;
  }
  .x-slidex {
    margin-bottom: 1.1em;
  }
  .x-slidex .swiper-slide {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    border: 1px #fff solid;
  }
  .x-slidex .slidex-prev,
  .x-slidex .slidex-next {
    display: none;
  }
  .x-more .a-more {
    line-height: 2.4em;
    padding: 0 1.6em;
    -webkit-border-radius: 2.4em;
    -moz-border-radius: 2.4em;
    -o-border-radius: 2.4em;
    border-radius: 2.4em;
  }
  .x-newsx {
    padding: 1.6em 0 1.4em;
    background-color: #f8f9f8;
  }
  .x-newsx ul {
    padding: 1.6em 0.8em 0.3em;
    margin: 0 0px;
  }
  .x-newsx ul > li {
    float: left;
    margin: 0 0px 15px;
    width: 100%;
  }
  .x-newsx ul > li {
    float: left;
    margin: 0 0 15px;
    width: 100%;
    padding: 0 0px;
  }
  .x-newsx ul li a {
    height: 7.5em;
    padding-left: 12.2em;
  }
  .x-newsx ul li a img {
    width: 11.2em;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
  }
  .x-newsx ul li a h1 {
    height: 2.6em;
    line-height: 1.4;
    font-size: 1.12em;
    padding: 0;
    border: 0;
    white-space: normal;
    margin-bottom: 0.4em;
  }
  .x-newsx ul li a p {
    height: 2.6em;
    line-height: 1.4;
    font-size: 0.9em;
    margin-bottom: 0.8em;
    color: #999;
  }
  .x-newsx ul li a .alt {
    line-height: 1;
    font-size: 0.9em;
  }
  .x-newsx ul li a .alt .link {
    display: none;
  }
  .x-footer {
    padding: 1.5em 0.5em 0;
    text-align: center;
  }
  .x-footer > .wrapper {
    padding-bottom: 1.5em;
  }
  .x-footer .alk {
    padding-bottom: 0.8em;
    font-size: 1em;
  }
  .x-footer .alk a {
    color: rgba(255, 255, 255, 0.87);
  }
  .x-footer .alk span {
    padding: 0 0.5em;
  }
  .x-footer .txt {
    font-size: 0.9em;
    line-height: 1.8;
    padding-bottom: 1em;
  }
  .x-footer .txt span,
  .x-footer .txt a {
    padding-right: 1em;
  }
  .x-footer .txt a {
    display: none;
  }
  .x-footer .wx {
    position: relative;
    right: auto;
    top: auto;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .x-footer .wx img {
    width: 7em;
    margin: 0;
  }
  .x-footer .wx p {
    display: none;
  }
  .banner-news {
    padding: 6vw 0;
  }
  .banner-news:after {
    display: none;
  }
  .x2-list {
    padding: 0 0.6em 8px;
    background-color: #fcf6f0;
  }
  .x2-list > ul {
    margin: 0 0px;
  }
  .x2-list > ul > li {
    float: left;
    margin: 0 0px 8px;
    width: 100%;
  }
  .x2-list > ul > li {
    float: left;
    margin: 0 0 8px;
    width: 100%;
    padding: 0 0px;
  }
  .x2-list > ul li a {
    border: 1px #eee solid;
    background-color: #fff;
  }
  .x2-list > ul li a .pic img {
    height: 45vw;
  }
  .x2-list > ul li a .pic i {
    font-size: 2em;
    width: 3em;
    line-height: 3em;
  }
  .x2-list > ul li a .box {
    padding: 1em 1.4em 1.4em;
  }
  .x2-list > ul li a .box h1 {
    line-height: 1.4;
    font-size: 1.36em;
    margin-bottom: 0.4em;
  }
  .x2-list > ul li a .box h4 {
    display: none;
    margin-bottom: 0.5em;
    font-size: 1em;
  }
  .x2-list > ul li a .box p {
    height: auto;
    max-height: 3.2em;
    line-height: 1.6;
    font-size: 1em;
    margin-bottom: 0;
  }
  .x2-list > ul li a .box .alt {
    display: none;
  }
  .x-page {
    padding: 0.6em 0;
    font-size: 0.9em;
  }
  .x-page a,
  .x-page b,
  .x-page input,
  .x-page button {
    line-height: 1.8em;
    padding: 0 0.6em;
    margin: 0 1px 0.3em 0;
  }
  .x-page input {
    width: 5em;
    height: 2em;
  }
  .x-page select {
    width: 4em !important;
    height: 2em;
  }
  .art-wrapper {
    padding: 0 1em;
  }
  .art-nav {
    display: none;
  }
  .art-head {
    padding: 1.5em 0 1.4em;
  }
  .art-head h1 {
    font-size: 1.6em;
    padding-bottom: 0.5em;
  }
  .art-head .x-qrcode {
    display: none;
  }
  .art-content {
    padding-top: 1.2em;
    font-size: 1.06em;
  }
  .art-content img {
    max-width: 100%;
    margin: 1em 0;
  }
  .art-content .g-html * {
    font-size: 1.06em !important;
  }
  .banner-szkc {
    height: 45vw;
    background-size: cover !important;
  }
  .x1-what {
    padding: 1em 0.6em;
  }
  .x1-what .s-title {
    padding-bottom: 0.5em;
  }
  .x1-what .wrapper {
    padding: 0 0.8em;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    font-size: 1.06em;
  }
  .x1-what .wrapper p {
    text-indent: 2em;
  }
  .x1-kecheng {
    padding: 2em 0.8em 1em;
  }
  .x1-kecheng .s-title b {
    display: block;
    padding-top: 0.4em;
    font-size: 0.9em;
  }
  .x1-kecheng ul {
    padding-top: 1.8em;
    margin: 0 0px;
  }
  .x1-kecheng ul > li {
    float: left;
    margin: 0 0px 8px;
    width: 100%;
  }
  .x1-kecheng ul > li {
    float: left;
    margin: 0 0 8px;
    width: 100%;
    padding: 0 0px;
  }
  .x1-kecheng ul li a {
    padding: 1em 1.2em 1em 8em;
    min-height: 7em;
  }
  .x1-kecheng ul li a i {
    width: 1.8em;
    line-height: 1.8em;
    font-size: 3em;
    left: 0.4em;
  }
  .x1-kecheng ul li a h3 {
    line-height: 1;
    font-size: 1.36em;
    margin-bottom: 0.4em;
  }
  .x1-kecheng ul li a p {
    line-height: 1.4;
  }
  .x1-youshi {
    background-color: #fff;
    padding: 2em 1em 1em;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    margin-bottom: 0;
  }
  .x1-youshi ul {
    padding-top: 1.8em;
    margin: 0 0px;
  }
  .x1-youshi ul > li {
    float: left;
    margin: 0 0px 0px;
    width: 100%;
  }
  .x1-youshi ul > li {
    float: left;
    margin: 0 0 0px;
    width: 100%;
    padding: 0 0px;
  }
  .x1-youshi ul a {
    padding-left: 4.6em;
    margin-bottom: 1.8em;
  }
  .x1-youshi ul a i {
    width: 1.8em;
    line-height: 1.8em;
    -webkit-border-radius: 0.7em;
    -moz-border-radius: 0.7em;
    -o-border-radius: 0.7em;
    border-radius: 0.7em;
    font-size: 2em;
    background-color: #f5f6f5;
  }
  .x1-youshi ul a h3 {
    font-size: 1.36em;
    padding: 0.2em 0;
    margin: 0;
  }
  .x1-youshi ul a p {
    height: auto;
    line-height: 1.6;
  }
  .x1-gain {
    padding: 2em 0.8em;
  }
  .x1-gain ul {
    padding-top: 1.6em;
    margin: 0 -5px;
  }
  .x1-gain ul > li {
    float: left;
    margin: 0 0 10px;
    width: 50%;
    padding: 0 5px;
  }
  .x1-gain ul li a p {
    height: 4.2em;
    padding: 0.5em 0.5em;
    line-height: 1.6;
    text-align: center;
    font-size: 1em;
  }
  .x1-gain ul li a p span {
    color: #769e02;
  }
  .x1-gain ul li a p br {
    display: none;
  }
  .x1-gain ul li a:hover {
    -webkit-box-shadow: 0 0 16px rgba(255, 186, 0, 0.8);
    -moz-box-shadow: 0 0 16px rgba(255, 186, 0, 0.8);
    -o-box-shadow: 0 0 16px rgba(255, 186, 0, 0.8);
    box-shadow: 0 0 16px rgba(255, 186, 0, 0.8);
  }
  .x1-gain .a-swt {
    padding-top: 1em;
  }
  .x1-gain .a-swt a {
    line-height: 2.4em;
    padding: 0 2em;
    font-size: 1.2em;
    margin: 0 0.4em;
    -webkit-border-radius: 2.6em;
    -moz-border-radius: 2.6em;
    -o-border-radius: 2.6em;
    border-radius: 2.6em;
  }
  .banner-jtszkc {
    height: 40vw;
    background-size: cover !important;
  }
  .x4-biaox {
    padding: 2em 0 0;
  }
  .x4-biaox .s-title br {
    display: none;
  }
  .x4-biaox .wrapper {
    padding-top: 1em;
  }
  .x4-zyl {
    padding: 2em 0;
  }
  .x4-zyl .pic {
    padding-top: 1em;
  }
  .x4-youshi {
    padding: 2em 0.8em;
  }
  .x4-youshi ul0 {
    padding-top: 1.4em;
    margin: 0 0px;
  }
  .x4-youshi ul0 > li {
    float: left;
    margin: 0 0px 8px;
    width: 100%;
  }
  .x4-youshi ul0 > li {
    float: left;
    margin: 0 0 8px;
    width: 100%;
    padding: 0 0px;
  }
  .x4-youshi ul0 a {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    padding: 1em 1em 1em 5.5em;
    background-color: #fff;
  }
  .x4-youshi ul0 a i {
    width: 1.8em;
    line-height: 1.8em;
    -webkit-border-radius: 0.7em;
    -moz-border-radius: 0.7em;
    -o-border-radius: 0.7em;
    border-radius: 0.7em;
    font-size: 2em;
    background-color: #eaf1d8;
    left: 0.5em;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .x4-youshi ul0 a h3 {
    font-size: 1.16em;
    padding: 0.2em 0 0.5em;
  }
  .x4-youshi ul0 a p {
    height: auto;
    line-height: 1.6;
    font-size: 1em;
  }
  .x4-youshi ul {
    padding-top: 1.4em;
    margin: 0 -5px;
  }
  .x4-youshi ul > li {
    float: left;
    margin: 0 0 8px;
    width: 33.33333333%;
    padding: 0 5px;
  }
  .x4-youshi ul a i {
    width: 1.8em;
    line-height: 1.8em;
    -webkit-border-radius: 0.7em;
    -moz-border-radius: 0.7em;
    -o-border-radius: 0.7em;
    border-radius: 0.7em;
    font-size: 3em;
  }
  .x4-youshi ul a h3 {
    padding-top: 0.8em;
    height: 5em;
    line-height: 1.4;
    font-size: 1em;
    padding-bottom: 0;
  }
  .x4-bzhz {
    background-color: #fff;
  }
  .x4-bzhz .s-title h1 {
    font-weight: bold;
  }
  .x4-bzhz .s-title h6 {
    font-size: 1.2em;
    padding-top: 0.3em;
  }
  .banner-about {
    height: 38vw;
    background-size: cover !important;
  }
  .x3-what {
    padding: 1em 0.8em 1.5em;
  }
  .x3-what .s-title {
    padding-bottom: 1.5em;
  }
  .x3-what .s-title h1 {
    font-weight: bold;
  }
  .x3-what .wrapper {
    padding: 0.6em 1.5em 1em;
    -webkit-box-shadow: 0px 0 5px #769e02;
    -moz-box-shadow: 0px 0 5px #769e02;
    -o-box-shadow: 0px 0 5px #769e02;
    box-shadow: 0px 0 5px #769e02;
    font-size: 1.06em;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
  }
  .x3-what .wrapper p {
    text-indent: 2em;
  }
  .x-shizi {
    padding: 2em 0.5em 1em;
    overflow: hidden;
  }
  .x-team {
    padding-top: 1.5em;
    margin: 0 -5px;
  }
  .x-team > li {
    float: left;
    margin: 0 0 0px;
    width: 50%;
    padding: 0 5px;
  }
  .x-team li {
    margin-bottom: 1em;
  }
  .x-team li .pic {
    width: 60%;
    margin-bottom: 0.5em;
    border: 4px #fcf6f0 solid;
  }
  .x-team li h1 {
    padding-bottom: 0.2em;
    font-size: 1.4em;
  }
  .x-team li h4 {
    line-height: 1.6;
    min-height: 0;
    height: 6em;
    font-size: 0.9em;
    padding: 0;
    overflow: hidden;
    margin-bottom: 1em;
  }
  .x-team li p {
    display: none;
  }
  .x-team li .a-more {
    line-height: 2.2em;
    padding: 0 1.6em;
    -webkit-border-radius: 2.4em;
    -moz-border-radius: 2.4em;
    -o-border-radius: 2.4em;
    border-radius: 2.4em;
  }
}
