@charset "UTF-8";
html, body {
  color: #666;
  font-family: "Microsoft Yahei","宋体";
}

a {
  color: #666;
  -webkit-transition: color 0.3s ease 0s;
          transition: color 0.3s ease 0s;
}

a:hover {
  color: #99cc99;
}

li {
  float: left;
}

ul:after {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  content: ".";
}

.w1412 {
  width: 83.4%;
  margin: 0 auto;
}

.m-header {
  display: none;
  width: 100%;
  position: relative;
  padding: 15px 0;
  z-index: 10;
  background-color: #fff;
}
.m-header .header-logo {
  display: block;
  width: 120px;
  margin: 0 auto;
}
.m-header .header-logo img {
  width: 100%;
}
.m-header .navbtn {
  width: 90px;
  height: 100%;
  background-color: #ebebeb;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.m-header .navbtn .line {
  display: block;
  width: 40px;
  height: 3px;
  background-color: #9acc99;
  position: absolute;
  left: 50%;
  margin-left: -20px;
}
.m-header .navbtn .line-fir {
  top: 20px;
}
.m-header .navbtn .line-sec {
  top: 32px;
}
.m-header .navbtn .line-thi {
  top: 44px;
}

.m-nav {
  width: 100%;
  position: fixed;
  right: -100%;
  top: 0;
  height: 100%;
}
.m-nav .nav-sub {
  width: 88%;
  background-color: #fff;
  height: 100%;
  overflow: auto;
}
.m-nav .home {
  line-height: 66px;
  border-bottom: 1px solid #efefef;
  font-size: 22px;
  font-weight: bold;
}
.m-nav .home a {
  display: block;
  color: #545454;
  padding-left: 6%;
  width: 94%;
}
.m-nav dl {
  width: 100%;
}
.m-nav dl dt {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background-color: #99cc99;
  padding-left: 5%;
  width: 95%;
  line-height: 40px;
  border-bottom: 1px solid #efefef;
}
.m-nav dl dd {
  border-bottom: 1px solid #efefef;
  line-height: 36px;
  font-size: 14px;
}
.m-nav dl dd a {
  display: block;
  width: 84%;
  padding: 0 7% 0 9%;
  color: #545454;
}
.m-nav dl dd i {
  display: inline-block;
  width: 8px;
  height: 17px;
  background: url(../img/ico_22.png) no-repeat center;
  background-size: 100% auto;
  float: right;
  margin-top: 11px;
}
.m-nav dl dd:hover a {
  color: #9acc99;
}
.m-nav dl dd:hover i {
  background: url(../img/ico_22_h.png) no-repeat center;
  background-size: 100% auto;
}
.m-nav .close {
  display: block;
  width: 12%;
  height: 67px;
  background: url(../img/ico_16.png) no-repeat center #ebebeb;
  cursor: pointer;
}

footer {
  text-align: center;
  color: #666;
  padding: 8px 0;
  background-color: #fff;
}
footer p {
  line-height: 24px;
}
footer .blue {
  color: #99cc99;
}

.up-blackbg {
  position: fixed;
  background-color: #000;
  opacity: 0.8;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  display: none;
}

.i-footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 20;
}

.i-ban {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
}
.i-ban .section {
  width: 50%;
  height: 100%;
  float: left;
  position: relative;
  overflow: hidden;
}
.i-ban ul {
  position: absolute;
  left: 0;
}
.i-ban ul, .i-ban li {
  width: 100%;
  height: 100%;
}
.i-ban li {
  background-size: cover !important;
  -webkit-transition: opacity 0.3s ease 0s;
          transition: opacity 0.3s ease 0s;
  opacity: 1;
}
.i-ban li .upbg {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/bg_03.png) repeat 0;
}
.i-ban .section:hover li {
  opacity: 0.8;
}
.i-ban .logo-box {
  width: 356px;
  height: 356px;
  position: absolute;
  left: 50%;
  margin-left: -178px;
  top: 50%;
  margin-top: -216px;
  z-index: 5;
}
.i-ban .logo-box .logo {
  display: block;
  width: 270px;
  height: 270px;
  position: absolute;
  left: 50%;
  margin-left: -135px;
  top: 50%;
  margin-top: -135px;
  z-index: 3;
}
.i-ban .logo-box .logo img {
  width: 100%;
}
.i-ban .logo-box span {
  position: relative;
  -webkit-animation: rotatea 15s linear 0s infinite;
          animation: rotatea 15s linear 0s infinite;
}
.i-ban .logo-box span i {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
}
.i-ban .logo-box .line-fir {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/bg_01.png) no-repeat center;
  background-size: cover;
}
.i-ban .logo-box .line-fir i {
  background: url(../img/bg_01_point.png) no-repeat center;
  background-size: cover;
  left: 85px;
  top: 15px;
}
.i-ban .logo-box .line-sec {
  display: block;
  width: 314px;
  height: 314px;
  background: url(../img/bg_02.png) no-repeat center;
  background-size: cover;
  position: absolute;
  left: 50%;
  margin-left: -157px;
  top: 50%;
  margin-top: -157px;
  z-index: 2;
}
.i-ban .logo-box .line-sec i {
  background: url(../img/bg_02_point.png) no-repeat center;
  background-size: cover;
  left: 243px;
  top: 267px;
}
.i-ban .tips-cont {
  width: 50%;
  height: 100%;
  top: 0;
  position: absolute;
  z-index: 2;
  text-align: center;
}
.i-ban .tips-cont a {
  display: block;
  width: 100%;
  height: 100%;
}
.i-ban .tips-cont .cont {
  left: 0;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -134px;
  color: #fff;
  font-weight: bold;
}
.i-ban .tips-cont .cn {
  font-size: 24px;
  font-weight: bold;
  line-height: 38px;
}
.i-ban .tips-cont .en {
  font-size: 30px;
  font-family: 'Arial';
  line-height: 32px;
  text-transform: uppercase;
}
.i-ban .tips-cont .ico {
  display: block;
  width: 34px;
  height: 60px;
  margin: 14px auto 0;
}
.i-ban .tips-cont .ico1 {
  background: url(../img/ico_01.png) no-repeat center;
}
.i-ban .tips-cont .ico2 {
  background: url(../img/ico_02.png) no-repeat center;
}
.i-ban .left-tips {
  left: 0;
}
.i-ban .right-tips {
  right: 0;
}

@-webkit-keyframes rotatea {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotatea {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.home-wrap {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 10;
  width: 100%;
}
.home-wrap .section {
  width: 50%;
  position: relative;
  height: 100%;
  background-color: #fff;
}
.home-wrap .cont-section.fl .content {
  border-right: 1px solid #fff;
}
.home-wrap .content {
  width: 78%;
  padding: 50px 11% 100px;
  position: relative;
  z-index: 2;
  top: 50%;
  background-color: #fff;
  overflow: hidden;
}
.home-wrap .content h4 {
  line-height: 46px;
  font-size: 24px;
  font-weight: normal;
  padding-left: 38px;
  background: url(../img/ico_04.png) no-repeat left center;
}
.home-wrap .content h4 .tit {
  font-weight: bold;
  color: #75a454;
}
.home-wrap .content .cont {
  margin-top: 36px;
}
.home-wrap .content .cn-word {
  font-size: 14px;
  line-height: 24px;
  color: #333;
}
.home-wrap .content .en-word {
  font-family: "Arial";
  color: #999;
  line-height: 18px;
  margin-top: 20px;
}
.home-wrap .nav-box.fr {
  right: 0;
}
.home-wrap .nav-box.fl {
  left: 0;
}
.home-wrap .nav-box {
  position: fixed;
  top: 0;
  overflow: hidden;
}
.home-wrap .nav-box ul {
  width: 100%;
  height: 100%;
}
.home-wrap .nav-box li {
  width: 33.3%;
  text-align: center;
  position: relative;
  height: 50%;
}
.home-wrap .nav-box li a {
  display: block;
  width: 100%;
  height: 100%;
  background: none;
}
.home-wrap .nav-box .num {
  display: inline-block;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  color: #fff;
  border-radius: 50%;
  background-color: #333;
  font-family: "Arial";
  font-size: 24px;
  font-weight: bold;
}
.home-wrap .nav-box .ico {
  display: block;
  height: 58px;
  margin-top: 7px;
}
.home-wrap .nav-box .ico1 {
  background: url(../img/ico_05.png) no-repeat center;
}
.home-wrap .nav-box .ico2 {
  background: url(../img/ico_06.png) no-repeat center;
}
.home-wrap .nav-box .ico3 {
  background: url(../img/ico_07.png) no-repeat center;
}
.home-wrap .nav-box .ico4 {
  background: url(../img/ico_08.png) no-repeat center;
}
.home-wrap .nav-box .ico5 {
  background: url(../img/ico_50.png) no-repeat center;
}
.home-wrap .nav-box .ico6 {
  background: url(../img/ico_11.png) no-repeat center;
}
.home-wrap .nav-box .ico7 {
  background: url(../img/ico_12.png) no-repeat center;
}
.home-wrap .nav-box .ico8 {
  background: url(../img/ico_13.png) no-repeat center;
}
.home-wrap .nav-box .ico9 {
  background: url(../img/ico_14.png) no-repeat center;
}
.home-wrap .nav-box .ico10 {
  background: url(../img/ico_15.png) no-repeat center;
}
.home-wrap .nav-box .ico99 {
  background: url(../img/ico_99.png) no-repeat center;
}
.home-wrap .nav-box .more {
  display: inline-block;
  line-height: 30px;
  font-family: "Arial";
  margin-top: 9px;
  font-size: 15px;
  text-transform: uppercase;
}
.home-wrap .nav-box li.white a {
  color: #99cc99;
}
.home-wrap .nav-box li.blue {
  background-color: #99cc99;
}
.home-wrap .nav-box li.blue a {
  color: #fff;
}
.home-wrap .nav-box .cent {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  margin-top: -138px;
}
.home-wrap .nav-box .cent .cn {
  font-size: 24px;
  line-height: 38px;
  margin-top: 42px;
}
.home-wrap .nav-box .cent .en {
  font-size: 18px;
  font-family: "Arial";
  line-height: 30px;
  text-transform: uppercase;
}
.home-wrap .nav-box .back {
  display: inline-block;
  padding-left: 48px;
  color: #fff;
  background: url(../img/ico_10.png) no-repeat left center;
  position: absolute;
  top: 50%;
  margin-top: -34px;
  left: 50%;
  margin-left: -44px;
}
.home-wrap .nav-box .back .cn {
  font-size: 24px;
  line-height: 36px;
}
.home-wrap .nav-box .back .en {
  line-height: 30px;
  font-size: 18px;
  font-family: "Arial";
  text-transform: uppercase;
}

.i-nav-home {
  height: auto;
}

.about-home .section.fl .video-wrap {
  left: 0;
}
.about-home .section.fl .video-wrap .up-cont {
  cursor: pointer;
}
.about-home .section.fr .video-wrap {
  right: 0;
}
.about-home .section.fr .video-wrap .up-cont {
  cursor: default;
}
.about-home .section.fr .video-wrap .cont {
  margin-top: -50px;
}
.about-home .video-wrap {
  height: 46%;
  width: 50%;
  position: fixed;
  top: 0;
  z-index: 1;
  overflow: hidden;
}
.about-home .video-wrap .video{
  width: 100%;
  height: 100%;
}
.about-home .video-wrap .up-cont {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover !important;
}
.about-home .video-wrap .cont {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  text-align: center;
  margin-top: -62px;
  color: #fff;
}
.about-home .video-wrap .cn {
  font-size: 24px;
  line-height: 34px;
  font-weight: bold;
}
.about-home .video-wrap .en {
  font-size: 30px;
  font-family: "Arial";
  font-weight: bold;
  text-transform: uppercase;
}
.about-home .video-wrap .ico {
  display: inline-block;
  margin-top: 10px;
  width: 48px;
  height: 48px;
  background: url(../img/ico_03.png) no-repeat center;
}

header {
  text-align: center;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #fff;
  width: 225px;
  box-shadow: 5px 0 5px 0 #ccc;
}
header .logo {
  display: inline-block;
  margin-top: 60px;
}
header .navbox {
  margin-top: 26px;
}
header .navbox ul {
  width: 100%;
}
header .navbox li {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
header .navbox li .line {
  display: block;
  height: 1px;
  background-color: #d1d1d2;
  margin: 8px auto 0;
  width: 20px;
}
header .navbox li a {
  display: block;
  color: #666;
}
header .navbox li .ico {
  display: block;
  height: 35px;
}
header .navbox li .ico1 {
  background: url(../img/ico_17.png) no-repeat center;
}
header .navbox li .ico2 {
  background: url(../img/ico_18.png) no-repeat center;
}
header .navbox li .ico3 {
  background: url(../img/ico_19.png) no-repeat center;
}
header .navbox li .ico4 {
  background: url(../img/ico_20.png) no-repeat center;
}
header .navbox li .ico5 {
  background: url(../img/ico_21.png) no-repeat center;
}
header .navbox li .ico6 {
  background: url(../img/ico_11.png) no-repeat center;
  height: 50px;
}
header .navbox li .ico7 {
  background: url(../img/ico_12.png) no-repeat center;
  height: 42px;
}
header .navbox li .ico8 {
  background: url(../img/ico_13.png) no-repeat center;
  height: 46px;
}
header .navbox li .ico9 {
  background: url(../img/ico_42.png) no-repeat center;
}
header .navbox li .ico10 {
  background: url(../img/ico_43.png) no-repeat center;
}
header .navbox li .ico99{
    background: url(../img/ico_99.png) no-repeat center;
}
header .navbox li p {
  line-height: 30px;
  font-size: 16px;
}
header .navbox li:hover p, header .navbox li.hover p {
  color: #9acc99;
  font-weight: bold;
}
header .navbox li:hover .ico1, header .navbox li.hover .ico1 {
  background: url(../img/ico_17_h.png) no-repeat center;
}
header .navbox li:hover .ico2, header .navbox li.hover .ico2 {
  background: url(../img/ico_18_h.png) no-repeat center;
}
header .navbox li:hover .ico3, header .navbox li.hover .ico3 {
  background: url(../img/ico_19_h.png) no-repeat center;
}
header .navbox li:hover .ico4, header .navbox li.hover .ico4 {
  background: url(../img/ico_20_h.png) no-repeat center;
}
header .navbox li:hover .ico5, header .navbox li.hover .ico5 {
  background: url(../img/ico_21_h.png) no-repeat center;
}
header .navbox li:hover .ico6, header .navbox li.hover .ico6 {
  background: url(../img/ico_11_h.png) no-repeat center;
}
header .navbox li:hover .ico7, header .navbox li.hover .ico7 {
  background: url(../img/ico_12_h.png) no-repeat center;
}
header .navbox li:hover .ico8, header .navbox li.hover .ico8 {
  background: url(../img/ico_13_h.png) no-repeat center;
}
header .navbox li:hover .ico9, header .navbox li.hover .ico9 {
  background: url(../img/ico_42_h.png) no-repeat center;
}
header .navbox li:hover .ico10, header .navbox li.hover .ico10 {
  background: url(../img/ico_43_h.png) no-repeat center;
}
header .navbox li:hover .ico99, header .navbox li.hover .ico99 {
  background: url(../img/ico_99_h.png) no-repeat center;
}
header .back-link {
  margin-top: 58px;
  text-align: center;
}
header .back-link a {
  display: block;
  padding-top: 4px;
}
header .back-link .ico {
  display: inline-block;
  width: 34px;
  height: 60px;
  background: url(../img/ico_49.png) no-repeat center;
  margin: 0 7px;
}
header .back-link .font {
  margin: 0 7px;
  color: #666;
  display: inline-block;
  position: relative;
  top: -4px;
}
header .back-link .f24 {
  font-size: 24px;
  line-height: 40px;
}
header .back-link .f18 {
  font-size: 18px;
  font-family: "Arial";
  line-height: 30px;
  text-transform: uppercase;
}
header .back-link:hover .ico {
  background: url(../img/ico_49_h.png) no-repeat center;
}
header .back-link:hover .font {
  color: #9acc99;
}

.ins-ban {
  width: 100%;
  position: relative;
  height: 600px;
}
.ins-ban .cont {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  color: #fff;
  margin-top: -79px;
}
.ins-ban .cont .cn {
  font-size: 48px;
  font-weight: bold;
  line-height: 70px;
}
.ins-ban .cont .en {
  font-size: 30px;
  font-family: "Arial";
  line-height: 46px;
  text-transform: uppercase;
}
.ins-ban .cont .line {
  display: block;
  height: 1px;
  background-color: #fff;
  width: 55px;
  margin: 40px auto 0;
}

.ins-content .titbox .cn {
  font-size: 46px;
  font-weight: bold;
  color: #333;
  line-height: 56px;
}
.ins-content .titbox .en {
  font-size: 36px;
  font-family: "Arial";
  color: #e5e5e5;
  font-weight: bold;
  line-height: 36px;
  text-transform: uppercase;
}

.about-wrap .fir-wrap {
  padding-top: 80px;
  padding-bottom: 175px;
  width: 83.4%;
  margin: 0 auto;
}
.about-wrap .fir-wrap .word {
  margin-top: 75px;
  font-size: 14px;
}
.about-wrap .fir-wrap .word .rowbox.fr {
  float: right;
}
.about-wrap .fir-wrap .img-box {
  /*margin-top: 100px;*/
}
.about-wrap .fir-wrap .img-box ul {
  width: 100%;
}
.about-wrap .fir-wrap .img-box img {
  max-width: 100%;
}
.about-wrap .sec-wrap {
  padding-top: 80px;
  padding-bottom: 95px;
  background-color: #f5f5f5;
}
.about-wrap .sec-wrap .cent-scroll {
  margin-top: 44px;
  position: relative;
  overflow: hidden;
  padding-top: 30px;
  min-height: 280px;
}
.about-wrap .sec-wrap .cent-scroll .cent-cont {
  width: 85%;
  margin: 0 auto;
}
.about-wrap .sec-wrap .cent-scroll .butn {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -34px;
  width: 26px;
  height: 47px;
  cursor: pointer;
}
.about-wrap .sec-wrap .cent-scroll .prev {
  left: 0;
  background: url(../img/ico_23.png) no-repeat center;
}
.about-wrap .sec-wrap .cent-scroll .next {
  right: 0;
  background: url(../img/ico_24.png) no-repeat center;
}
.about-wrap .sec-wrap .cent-scroll .img {
  width: 32%;
  border: 1px solid #d1d1d1;
  position: relative;
  /*height: 258px;*/
}
.about-wrap .sec-wrap .cent-scroll .img img {
  width: 100%;
  position: relative;
  /*left: -30px;
  top: -30px;*/
}
.about-wrap .sec-wrap .cent-scroll ul, .about-wrap .sec-wrap .cent-scroll li {
  width: 100%;
}
.about-wrap .sec-wrap .cent-scroll li {
  margin-right: 200px;
}
.about-wrap .sec-wrap .cent-scroll .cont {
  width: 61.6%;
}
.about-wrap .sec-wrap .cent-scroll .year {
  font-size: 80px;
  font-family: "Arial";
  line-height: 76px;
  color: #99cc99;
  font-weight: bold;
}
.about-wrap .sec-wrap .cent-scroll .word {
  margin-top: 40px;
  line-height: 24px;
  font-size: 14px;
}
.about-wrap .sec-wrap .year-scroll {
  margin-top: 72px;
  width: 100%;
  position: relative;
}
.about-wrap .sec-wrap .year-scroll .butn {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -24px;
  width: 26px;
  height: 47px;
  cursor: pointer;
}
.about-wrap .sec-wrap .year-scroll .prev {
  left: 0;
  background: url(../img/ico_23.png) no-repeat center;
}
.about-wrap .sec-wrap .year-scroll .next {
  right: 0;
  background: url(../img/ico_24.png) no-repeat center;
}
.about-wrap .sec-wrap .year-scroll .cent {
  width: 95%;
  margin: 0 auto;
  background: url(../img/bg_08.jpg) no-repeat center;
  position: relative;
  overflow: hidden;
}
.about-wrap .sec-wrap .year-scroll .cent li {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 18px;
  margin-right: 130px;
  cursor: pointer;
  background: url(../img/bg_07.jpg) no-repeat center;
  vertical-align: middle;
}
.about-wrap .sec-wrap .year-scroll .cent li span {
  display: inline-block;
  width: 58px;
  height: 58px;
  line-height: 58px;
  margin-top: 11px;
}
.about-wrap .sec-wrap .year-scroll .cent li.on span {
  color: #fff;
  background-color: #99cc99;
}
.about-wrap .thi-wrap {
  padding-top: 80px;
  padding-bottom: 60px;
}
.about-wrap .thi-wrap .nav-box {
  line-height: 30px;
}
.about-wrap .thi-wrap .nav-box li {
  margin-left: 22px;
  position: relative;
  cursor: pointer;
  -webkit-transition: color 0.3s ease 0s;
          transition: color 0.3s ease 0s;
  font-size: 14px;
}
.about-wrap .thi-wrap .nav-box li:hover, .about-wrap .thi-wrap .nav-box li.on {
  color: #9acc99;
}
.about-wrap .thi-wrap .nav-box .line {
  display: inline-block;
  width: 1px;
  height: 14px;
  background-color: #eaeaea;
  position: absolute;
  left: -12px;
  top: 8px;
}
.about-wrap .thi-wrap .scroll-wrap {
  margin-top: 50px;
  position: relative;
}
.about-wrap .thi-wrap .scroll-wrap .tit {
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  padding: 12px 0 12px;
}
.about-wrap .thi-wrap .scroll-wrap .scroll {
  width: 84%;
  margin: 0 auto;
  height: 500px;
  position: relative;
  padding: 10px;
  overflow: hidden;
}
.about-wrap .thi-wrap .scroll-wrap li {
  width: 29.4%;
  box-shadow: 0 10px 4px 0 #e8e7e7;
  position: absolute;
  top: 0;
  left: 35%;
  opacity: 0;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
}
.about-wrap .thi-wrap .scroll-wrap li img {
  width: 100%;
}
.about-wrap .thi-wrap .scroll-wrap .butn {
  width: 33px;
  height: 33px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -55px;
  cursor: pointer;
}
.about-wrap .thi-wrap .scroll-wrap .prev {
  left: 5px;
  background: url(../img/ico_25.png) no-repeat center;
}
.about-wrap .thi-wrap .scroll-wrap .prev:hover{
  background: url(../img/ico_25_h.png) no-repeat center;
}
.about-wrap .thi-wrap .scroll-wrap .next {
  right: 5px;
  background: url(../img/ico_26.png) no-repeat center;
}
.about-wrap .thi-wrap .scroll-wrap .next:hover{
  background: url(../img/ico_26_h.png) no-repeat center;
}
.about-wrap .fou-wrap {
  padding-top: 90px;
  padding-bottom: 120px;
  background-color: #f5f5f5;
}
.about-wrap .fou-wrap .scroll-box {
  margin-top: 50px;
  position: relative;
}
.about-wrap .fou-wrap .scroll-box .bd {
  position: relative;
  overflow: hidden;
}
.about-wrap .fou-wrap .scroll-box .hd {
  position: absolute;
  top: -84px;
  right: 0;
}
.about-wrap .fou-wrap .scroll-box .butn {
  width: 33px;
  height: 33px;
  cursor: pointer;
}
.about-wrap .fou-wrap .scroll-box .line {
  width: 20px;
  height: 1px;
  background-color: #d9d9da;
  margin: 15px 10px 0;
}
.about-wrap .fou-wrap .scroll-box .prev {
  background: url(../img/ico_25.png) no-repeat center;
}
.about-wrap .fou-wrap .scroll-box .next {
  background: url(../img/ico_26.png) no-repeat center;
}
.about-wrap .fou-wrap .scroll-box .prev:hover {
  background: url(../img/ico_25_h.png) no-repeat center;
}
.about-wrap .fou-wrap .scroll-box .next:hover {
  background: url(../img/ico_26_h.png) no-repeat center;
}
.about-wrap .fou-wrap .scroll-box ul {
  width: 105%;
}
.about-wrap .fou-wrap .scroll-box li {
  width: 28.3%;
  margin-right: 5%;
}
.about-wrap .fou-wrap .scroll-box li .img{
  display: block;
  position: relative;
  overflow: hidden;
}
.about-wrap .fou-wrap .scroll-box li img {
  width: 100%;
  transform: translateZ(0px);
  transition: transform 0.3s ease 0s;
}
.about-wrap .fou-wrap .scroll-box li:hover img{
  transform: scale(1.1, 1.1);
  transition: transform 0.6s ease 0s;
}
.about-wrap .fou-wrap .scroll-box li p {
  line-height: 32px;
  font-size: 18px;
  color: #666;
  margin-top: 13px;
  /*opacity: 0;*/
  /*transform: translateY(20px);*/
  transition: all 0.3s ease 0s;
}
.about-wrap .fou-wrap .scroll-box li:hover p {
  color: #99cc99;
  /*opacity: 1;
  transform: translateY(0);*/
}
.about-wrap .fiv-wrap .map {
  width: 61%;
  height: 685px;
}
.about-wrap .fiv-wrap .cont-wrap {
  width: 33%;
  padding: 0 3%;
}
.about-wrap .fiv-wrap .titbox {
  margin-top: 135px;
}
.about-wrap .fiv-wrap .cont {
  margin-top: 66px;
}
.about-wrap .fiv-wrap .cont .call {
  line-height: 36px;
  color: #9acc99;
  font-size: 24px;
  font-weight: bold;
}
.about-wrap .fiv-wrap .cont .font {
  line-height: 36px;
  font-size: 14px;
  margin-top: 5px;
}

.ins-nav {
  padding-top: 45px;
  padding-bottom: 62px;
  text-align: center;
}
.ins-nav a {
  display: inline-block;
  width: 160px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  border: 1px solid #e9e9e9;
  font-size: 14px;
  margin: 0 13px;
  border-radius: 28px;
  -webkit-transition: all 0.3s ease 0s;
          transition: all 0.3s ease 0s;
}
.ins-nav a:hover, .ins-nav a.hover {
  background-color: #9acc99;
  color: #fff;
  border: 1px solid #9acc99;
}

.ins-wrap {
  background-color: #f5f5f5;
}

.product-wrap .pro-list {
  padding: 45px 0 72px;
}
.product-wrap .pro-list .w1412{
  position: relative;
  overflow: hidden;
}
.product-wrap .pro-list ul {
  width: 102.4%;
}
.product-wrap .pro-list li {
  width: 20%;
  margin-right: 5%;
  margin-bottom: 36px;
  background-color: #fff;
  padding-bottom: 12px;
  -webkit-transition: all 0.3s ease 0s;
          transition: all 0.3s ease 0s;
}
.product-wrap .pro-list li .img {
  display: block;
  border-bottom: 1px solid #e9eaeb;
}
.product-wrap .pro-list li img {
  width: 100%;
}
.product-wrap .pro-list li:hover {
  box-shadow: 0 0 5px 0 #d8d7d7;
}
.product-wrap .pro-list .img {
  display: block;
}
.product-wrap .pro-list .cont {
  width: 92%;
  margin: 12px auto 0;
}
.product-wrap .pro-list .cont .word {
  margin-top: 4px;
  font-size: 14px;
  line-height: 22px;
}
.product-wrap .pro-list .cont .tit {
  line-height: 30px;
  width: 126px;
  margin: 0 auto;
  text-align: center;
}
.product-wrap .pro-list .cont .tt {
  font-size: 16px;
  display: block;
  width: 100%;
  height: 120px;
  text-align: center;
  font-weight: bold;
}
.product-wrap .pro-list .cont .tit a{
  display: block;
  width: 100%;
}
.product-wrap .pro-list .cont .star span {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(../img/ico_27.png) no-repeat center;
  margin: 8px 2px 0;
}

.pro-info {
  padding-top: 36px;
  padding-bottom: 123px;
}
.pro-info .top-cont .img {
  width: 17%;
  margin-top: 26px;
}
.pro-info .top-cont .img img {
  width: 100%;
}
.pro-info .top-cont .cont-wrap {
  width: 61%;
  padding-top: 15px;
}
.pro-info .top-cont .cont-wrap h4 {
  font-size: 24px;
  line-height: 50px;
}
.pro-info .top-cont .cont-wrap .lab-list {
  margin-top: 6px;
  /*width: 64%;*/
  width: 100%;
}
.pro-info .top-cont .cont-wrap .lab-list ul {
  width: 100%;
}
.pro-info .top-cont .cont-wrap .lab-list li {
  width: 100%;
  border-top: 1px solid #dcdcdc;
  line-height: 20px;
  font-size: 16px;
 /* padding: 8px 0;*/
 padding: 10px 0 8px;
}
.pro-info .top-cont .cont-wrap .lab-list li:first-child {
  border-top: none;
}
.pro-info .top-cont .cont-wrap .down-link {
  display: block;
  width: 138px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background-color: #9acc99;
  border-radius: 20px;
  margin-top: 30px;
}
.pro-info .recom-case {
  margin-top: 67px;
}
.pro-info .recom-case h3 {
  font-size: 36px;
  line-height: 82px;
  color: #333;
  font-weight: bold;
}
.pro-info .recom-case ul {
  width: 100%;
}
.pro-info .recom-case li {
  width: 10.3%;
  margin-right: 2%;
}
.pro-info .recom-case li a {
  display: block;
}
.pro-info .recom-case li img {
  width: 100%;
}
.pro-info .bot-paging {
  margin-top: 102px;
  border-top: 1px solid #c7c7c7;
  padding-top: 32px;
}
.pro-info .bot-paging p {
  line-height: 24px;
  font-size: 14px;
}
.pro-info .bot-paging .return {
  display: inline-block;
  width: 88px;
  padding-left: 50px;
  height: 42px;
  line-height: 42px;
  font-size: 14px;
  background: url(../img/ico_28.png) no-repeat 30px center;
  border: 1px solid #c7c7c7;
  border-radius: 20px;
}

.shipments {
  padding-top: 45px;
  padding-bottom: 260px;
}
.shipments .search-wrap .tex {
  border: 1px solid #ccc;
  background-color: #fff;
  font-size: 18px;
  height: 19px;
  line-height: 18px;
  padding: 15px 1.4% 14px;
  color: #8c8c8c;
  width: 85%;
}
.shipments .search-wrap .sub-btn {
  border: none;
  width: 10.6%;
  text-align: center;
  background-color: #9acc99;
  color: #fff;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
}
.shipments .state-box {
  margin-top: 50px;
  background: url(../img/bg_09.png) repeat-x left 56px;
  position: relative;
  overflow: hidden;
}
.shipments .state-box ul {
  width: 122.6%;
}
.shipments .state-box li {
  width: 6.3%;
  height: 108px;
  margin-right: 18.7%;
  border-radius: 50%;
}
.shipments .state-box li.ico1 {
  background: url(../img/ico_29.png) no-repeat center #ccc;
  background-size: 100% auto;
}
.shipments .state-box li.ico1.on {
  background: url(../img/ico_29_h.png) no-repeat center #9acc99;
  background-size: 100% auto;
}
.shipments .state-box li.ico2 {
  background: url(../img/ico_30.png) no-repeat center #ccc;
  background-size: 100% auto;
}
.shipments .state-box li.ico2.on {
  background: url(../img/ico_30_h.png) no-repeat center #9acc99;
  background-size: 100% auto;
}
.shipments .state-box li.ico3 {
  background: url(../img/ico_31.png) no-repeat center #ccc;
  background-size: 100% auto;
}
.shipments .state-box li.ico3.on {
  background: url(../img/ico_31_h.png) no-repeat center #9acc99;
  background-size: 100% auto;
}
.shipments .state-box li.ico4 {
  background: url(../img/ico_32.png) no-repeat center #ccc;
  background-size: 100% auto;
}
.shipments .state-box li.ico4.on {
  background: url(../img/ico_32_h.png) no-repeat center #9acc99;
  background-size: 100% auto;
}
.shipments .stit {
  line-height: 46px;
  margin-top: 53px;
  font-size: 16px;
}

.shipment-cont {
  margin-top: 16px;
  border-top: 1px solid #ccc;
}
.shipment-cont .tab-list {
  margin-top: 22px;
  padding-left: 22px;
  line-height: 26px;
  color: #333;
  position: relative;
}
.shipment-cont .tab-list span {
  display: inline-block;
}
.shipment-cont .tab-list .left-point {
  display: block;
  width: 22px;
  height: 100%;
  background: url(../img/bg_10.png) repeat-y 4px 0;
  left: 0;
  top: 10px;
  position: absolute;
}
.shipment-cont ul, .shipment-cont li {
  width: 100%;
}
.shipment-cont .date {
  margin-right: 23px;
}
.shipment-cont .week {
  margin-right: 13px;
  font-weight: bold;
}
.shipment-cont .time {
  margin-right: 26px;
}

.news-wrap {
  padding-top: 86px;
  padding-bottom: 180px;
}
.news-wrap .main {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.news-wrap .main .boxs {
  background-color: #fff;
  width: 330px;
  float: left;
}
.news-wrap .main .img {
  display: block;
  padding: 4px;
}
.news-wrap .main .img img {
  width: 100%;
}
.news-wrap .main .cont {
  width: 84%;
  padding: 15px 8% 15px;
  display: block;
}
.news-wrap .main .cont .tit {
  font-size: 16px;
  font-weight: bold;
  line-height: 32px;
  height: 64px;
  display: block;
}
.news-wrap .main .cont .word {
  line-height: 22px;
  font-size: 14px;
  display: inline-block;
}
.news-wrap .main .cont .date {
  line-height: 32px;
  margin-top: 16px;
  display: inline-block;
  font-size: 14px;
  color: #999;
}
.news-wrap .main .boxs:hover {
  box-shadow: 0 0 5px 0 #d0d0d0;
}

.join-ideality {
  padding-top: 80px;
  padding-bottom: 85px;
}
.join-ideality .word {
  width: 100%;
  margin: 30px auto 0;
  font-size: 14px;
  line-height: 22px;
}
.join-ideality .word.f24{
  font-size: 22px;
  line-height: 40px;
}

.join-post {
  padding-top: 32px;
  padding-bottom: 48px;
  background-color: #f9f9f9;
}
.join-post .titbox .snav{
  line-height: 36px;
  margin-top: 50px;
}
.join-post .titbox .snav a{
  display: inline-block;
  font-size: 14px;
}
.join-post .titbox .snav a.hover{
  color: #9acc99;
}
.join-post .titbox .snav .line{
  display: inline-block;
  width: 1px;
  height: 14px;
  background-color: #eaeaea;
  margin: 11px 10px 0;
}
.join-post .tab-box {
  margin-top: 44px;
  background-color: #fff;
}
.join-post .tab-box th {
  height: 58px;
  background-color: #9acc99;
  color: #fff;
  font-weight: normal;
  font-size: 14px;
  text-align: center;
}
.join-post .tab-box td {
  font-size: 14px;
  text-align: center;
  padding: 0 25px;
  height: 60px;
}
.join-post .tab-box td.text-left {
  text-align: left;
}
.join-post .tab-box .info-td {
  display: none;
}
.join-post .tab-box .info-cont {
  width: 96%;
  padding: 18px 2% 30px;
  line-height: 22px;
  font-size: 14px;
  text-align: left;
}
.join-post .tab-box .info-cont .stit {
  font-size: 16px;
  font-weight: bold;
}
.join-post .tab-box .info-cont .num-link {
  font-weight: bold;
  color: #9acc99;
}

.culture-wrap {
  padding-top: 36px;
  padding-bottom: 200px;
}
.culture-wrap .list-wrap {
  margin-top: 18px;
}
.culture-wrap .list-wrap ul {
  width: 100.4%;
}
.culture-wrap .list-wrap li {
  background-color: #fff;
  width: 23%;
  margin-right: 2%;
 /* padding-bottom: 8px;*/
  margin-bottom: 32px;
}
.culture-wrap .list-wrap li .img {
  display: block;
  width: 90.8%;
  margin: 18px auto 0;
}
.culture-wrap .list-wrap li .img img {
  width: 100%;
}
.culture-wrap .list-wrap li .tit {
  line-height: 52px;
  text-align: center;
  font-size: 14px;
  margin-top: 0;
}
.culture-wrap .list-wrap li .tit a {
  display: block;
}
.culture-wrap .list-wrap li:hover a {
  color: #99cc99;
}
.culture-wrap .main {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.page {
  text-align: center;
  padding-top: 50px;
}

.respons-wrap {
  padding-top: 45px;
  padding-bottom: 60px;
}
.respons-wrap .list-wrap ul, .respons-wrap .list-wrap li {
  width: 100%;
}
.respons-wrap .list-wrap li {
  margin-bottom: 40px;
}
.respons-wrap .list-wrap .img {
  display: block;
  width: 23.5%;
}
.respons-wrap .list-wrap .img img {
  max-width: 100%;
}
.respons-wrap .list-wrap .cont {
  width: 71.8%;
  margin-top: 9px;
}
.respons-wrap .list-wrap .tit {
  line-height: 28px;
  font-size: 18px;
}
.respons-wrap .list-wrap .date {
  font-size: 14px;
  line-height: 22px;
  color: #999;
}
.respons-wrap .list-wrap .word {
  margin-top: 5px;
  font-size: 14px;
  line-height: 22px;
}
.respons-wrap .list-wrap .word a {
  display: inline-block;
}
.respons-wrap .list-wrap .more-link {
  display: inline-block;
  margin-top: 10px;
  border: 2px solid #9acc99;
  width: 155px;
  padding-left: 13px;
  line-height: 40px;
  color: #9acc99;
  font-size: 14px;
  background: url(../img/ico_33.png) no-repeat 132px center;
}

.culture-pray {
  padding-bottom: 195px;
}
.culture-pray .list-wrap ul {
  width: 100%;
}
.culture-pray .list-wrap li {
  margin-top: 45px;
  margin-bottom: 10px;
}
.culture-pray .list-wrap .date {
  width: 65px;
  text-align: center;
}
.culture-pray .list-wrap .date .day {
  font-size: 48px;
  font-family: "Arial";
  line-height: 66px;
  border-bottom: 1px solid #ccc;
}
.culture-pray .list-wrap .date .month {
  font-size: 24px;
  line-height: 34px;
}
.culture-pray .list-wrap .cont {
  width: 92.4%;
}
.culture-pray .list-wrap .tit {
  line-height: 34px;
  font-size: 18px;
}
.culture-pray .list-wrap .tit a {
  display: inline-block;
}
.culture-pray .list-wrap .word {
  line-height: 22px;
  font-size: 14px;
  margin-top: 17px;
}
.culture-pray .list-wrap .word a {
  display: inline-block;
}
.culture-pray .list-wrap .more-link {
  margin-top: 27px;
  border: 2px solid #9acc99;
  width: 155px;
  padding-left: 13px;
  background: url(../img/ico_33.png) no-repeat 132px center;
  display: block;
  line-height: 40px;
  font-size: 14px;
  color: #9acc99;
}

.culture-helper {
  padding-top: 46px;
  padding-bottom: 100px;
  background: url(../img/bg_11.jpg) repeat-y center top;
}
.culture-helper .titbox .en {
  color: #ccc;
}
.culture-helper .list-wrap {
  margin-top: 55px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.culture-helper .list-wrap ul {
  width: 105%;
}
.culture-helper .list-wrap li {
  width: 170px;
  background-color: #9acc99;
  margin-right: 35px;
  -webkit-transition: background 0.3s ease 0s;
          transition: background 0.3s ease 0s;
  margin-bottom: 15px;
}
.culture-helper .list-wrap li a {
  display: block;
  padding-top: 20px;
  padding-bottom: 8px;
}
.culture-helper .list-wrap li p {
  line-height: 44px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}
.culture-helper .list-wrap li .ico {
  display: block;
  width: 100%;
  height: 100px;
}
.culture-helper .list-wrap li .ico1 {
  background: url(../img/ico_34.png) no-repeat center;
  background-size: 100% auto;
}
.culture-helper .list-wrap li .ico2 {
  background: url(../img/ico_35.png) no-repeat center;
  background-size: 100% auto;
}
.culture-helper .list-wrap li .ico3 {
  background: url(../img/ico_36.png) no-repeat center;
  background-size: 100% auto;
}
.culture-helper .list-wrap li .ico4 {
  background: url(../img/ico_37.png) no-repeat center;
  background-size: 100% auto;
}
.culture-helper .list-wrap li .ico5 {
  background: url(../img/ico_38.png) no-repeat center;
  background-size: 100% auto;
}
.culture-helper .list-wrap li .ico6 {
  background: url(../img/ico_39.png) no-repeat center;
  background-size: 100% auto;
}
.culture-helper .list-wrap li .ico7 {
  background: url(../img/ico_40.png) no-repeat center;
  background-size: 100% auto;
}
.culture-helper .list-wrap li .ico8 {
  background: url(../img/img.png) no-repeat center;
  background-size: 100% auto;
}
.culture-helper .list-wrap li:hover {
  background-color: #94cb3c;
}

.culture-info {
  padding-top: 40px;
  padding-bottom: 200px;
}
.culture-info .tit-box {
  text-align: center;
  padding-bottom: 11px;
  border-bottom: 1px solid #ccc;
}
.culture-info .tit-box h4 {
  font-size: 18px;
  line-height: 42px;
  font-weight: normal;
}
.culture-info .tit-box .date {
  line-height: 40px;
}
.culture-info .info-cont {
  padding-top: 30px;
  font-size: 14px;
  line-height: 22px;
  padding-bottom: 60px;
  border-bottom: 1px solid #c7c7c7;
}
.culture-info .paging {
  padding-top: 30px;
}
.culture-info .paging .fl {
  line-height: 26px;
}
.culture-info .paging .return,.shipments-table .return{
  display: inline-block;
  width: 87px;
  line-height: 42px;
  padding-left: 52px;
  background: url(../img/ico_41.png) no-repeat 30px center;
  border: 1px solid #c7c7c7;
  border-radius: 18px;
}
.shipments-table .return-box{
	text-align: center;
	padding-top: 50px;
	
}
.shipments-table .return-box .return{
	width: 95px;
    padding-left: 42px;
}
.back-btn{
  display: inline-block;
  width: 87px;
  line-height: 42px;
  padding-left: 52px;
  background: url(../img/ico_41.png) no-repeat 30px center;
  border: 1px solid #c7c7c7;
  border-radius: 18px;
}

.ins-wrap .nav-link {
  line-height: 42px;
  text-align: center;
  font-size: 14px;
}
.ins-wrap .nav-link a {
  display: inline-block;
}
.ins-wrap .nav-link a.on {
  color: #9acc99;
}

.pro-client {
  padding-top: 33px;
  padding-bottom: 200px;
}
.pro-client .list-wrap {
  margin-top: 37px;
  /*background-color: #fff;*/
}
.pro-client .list-wrap ul {
  width: 100%;
}
.pro-client .list-wrap li {
  width: 16.6%;
  position: relative;
  text-align: center;
  border-bottom: 1px solid #f2f2f2;
  height: 75px;
  padding-bottom: 18px;
  margin-top: 18px;
  line-height: 75px;
}
.pro-client .list-wrap li img {
  max-width: 95%;
}
.pro-client .list-wrap li .line {
  display: inline-block;
  width: 1px;
  height: 75px;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #e5e5e5;
}
.pro-client .list-wrap ul:last-child {
  border-bottom: none;
}
.pro-client .map-wrap {
  position: relative;
  width: 1165px;
  margin: 100px auto 0;
}
.pro-client .map-wrap .up-box {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 1;
}
.pro-client .map-wrap .up-box span {
  display: none;
  position: absolute;
  margin: 0;
}
.pro-client .map-wrap .up-box .span1 {
  width: 376px;
  height: 306px;
  left: 0;
  top: 4px;
  background: url(../img/img_22.png) no-repeat center;
}
.pro-client .map-wrap .up-box .span2 {
  width: 370px;
  height: 253px;
  left: 310px;
  top: 0;
  background: url(../img/img_23.png) no-repeat center;
}
.pro-client .map-wrap .up-box .span3 {
  width: 536px;
  height: 391px;
  left: 630px;
  top: 19px;
  background: url(../img/img_24.png) no-repeat center;
}
.pro-client .map-wrap .up-box .span4 {
  width: 195px;
  height: 131px;
  left: 788px;
  top: 180px;
  background: url(../img/img_25.png) no-repeat center;
}
.pro-client .map-wrap .up-box .span5 {
  width: 270px;
  height: 315px;
  left: 168px;
  top: 261px;
  background: url(../img/img_26.png) no-repeat center;
}
.pro-client .map-wrap .up-box .span6 {
  width: 232px;
  height: 249px;
  left: 491px;
  top: 243px;
  background: url(../img/img_27.png) no-repeat center;
}
.pro-client .map-wrap .up-box .span7 {
  width: 219px;
  height: 132px;
  left: 908px;
  top: 406px;
  background: url(../img/img_28.png) no-repeat center;
}
.pro-client .map-wrap .up-map {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.pro-client .map-wrap .up-cont {
  background-color: #fff;
  position: absolute;
  z-index: 3;
  right: 0;
  top: 28px;
}
.pro-client .map-wrap .up-cont .tit {
  font-size: 22px;
  line-height: 62px;
  color: #333;
  border-bottom: 1px solid #e2e2e2;
}
.pro-client .map-wrap .up-cont .list {
  padding: 28px 0 0;
}
.pro-client .map-wrap .up-cont .list li {
  text-align: center;
  width: 50%;
  height: 75px;
}
.pro-client .map-wrap .up-cont .list ul {
  width: 100%;
}
.pro-client .map-wrap .up-cont .list img {
  max-width: 80%;
}
.pro-client .map-wrap .up-cont .boxs {
  display: none;
  padding: 10px 17px 70px;
  width: 226px;
}

.research-team {
  padding-top: 136px;
  padding-bottom: 280px;
}
.research-team .w1412 {
  position: relative;
  overflow: hidden;
}
.research-team ul {
  width: 100.8%;
}
.research-team li {
  width: 15%;
  margin-right: 5%;
  margin-bottom: 52px;
}
.research-team li .img {
  display: block;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.research-team li .img img {
  width: 100%;
}
.research-team li .name {
  line-height: 42px;
  font-size: 14px;
  text-align: center;
  margin-top: 20px;
}

.research-tech {
  padding-top: 50px;
  padding-bottom: 150px;
}
.research-tech .list-wrap {
  position: relative;
  overflow: hidden;
}
.research-tech .list-wrap ul {
  width: 100.4%;
}
.research-tech .list-wrap li {
  width: 23%;
  margin-right: 2%;
  margin-bottom: 40px;
}
.research-tech .list-wrap .img {
  display: block;
}
.research-tech .list-wrap .img img {
  max-width: 100%;
}
.research-tech .list-wrap .tit {
  line-height: 46px;
  font-size: 18px;
}

.tech-info {
  padding-top: 50px;
  padding-bottom: 200px;
}
.tech-info .img {
  display: block;
  width: 40%;
}
.tech-info .img img {
  max-width: 100%;
}
.tech-info .right-cont {
  width: 56%;
}
.tech-info .right-cont h4 {
  font-size: 36px;
  font-weight: normal;
  line-height: 38px;
  padding-bottom: 28px;
  border-bottom: 1px solid #ccc;
}
.tech-info .right-cont .word {
  line-height: 22px;
  font-size: 14px;
  margin-top: 20px;
}
.tech-info .sec-tit {
  margin-top: 23px;
  line-height: 46px;
  font-size: 24px;
  color: #333;
  margin-bottom: 5px;
}
.tech-info .stit {
  font-size: 14px;
  font-weight: bold;
  line-height: 36px;
  background: url(../img/bg_12.jpg) repeat-x center;
}
.tech-info .stit span {
  display: inline-block;
  background-color: #f8f8f8;
  padding-right: 8px;
}
.tech-info .word {
  line-height: 22px;
  font-size: 14px;
}
.tech-info .word a {
  display: inline-block;
}

.more-link {
  display: inline-block;
  margin-top: 90px;
  border: 2px solid #9acc99;
  width: 155px;
  padding-left: 13px;
  line-height: 40px;
  color: #9acc99;
  font-size: 14px;
  background: url(../img/ico_33.png) no-repeat 132px center;
}

.research-case {
  padding-top: 50px;
  padding-bottom: 100px;
}
.research-case .list-wrap ul, .research-case .list-wrap li {
  width: 100%;
}
.research-case .list-wrap li {
  margin-bottom: 50px;
}
.research-case .list-wrap .img {
  display: block;
  width: 23.5%;
}
.research-case .list-wrap .img img {
  max-width: 100%;
}
.research-case .list-wrap .right-cont {
  width: 71.8%;
}
.research-case .list-wrap .tit {
  line-height: 30px;
  font-size: 18px;
  padding-bottom: 13px;
  border-bottom: 1px solid #ccc;
}
.research-case .list-wrap .tit a {
  display: inline-block;
}
.research-case .list-wrap .word {
  margin-top: 11px;
  line-height: 22px;
  font-size: 14px;
}
.research-case .list-wrap .word a {
  display: inline-block;
}
.research-case .more-link {
  margin-top: 20px;
}

.case-info {
  padding-top: 11px;
  padding-bottom: 180px;
}
.case-info h3 {
  font-weight: normal;
  line-height: 95px;
  font-size: 36px;
  color: #333;
  border-bottom: 1px solid #ccc;
}
.case-info .top-cont {
  margin-top: 15px;
}
.case-info .top-cont .left-cont {
  width: 65.8%;
}
.case-info .top-cont .img {
  width: 32%;
}
.case-info .top-cont .img img {
  max-width: 100%;
}
.case-info .top-cont .stit {
  line-height: 24px;
  font-size: 14px;
  font-weight: bold;
}
.case-info .top-cont .word {
  line-height: 22px;
  font-size: 14px;
  margin-top: 7px;
}
.case-info .sec-wrap {
  margin-top: 30px;
}
.case-info .sec-wrap h4 {
  font-weight: normal;
  font-size: 24px;
  line-height: 46px;
  color: #333;
}
.case-info .sec-wrap .stit {
  font-size: 18px;
  font-weight: bold;
  line-height: 36px;
  margin-top: 7px;
  background: url(../img/bg_12.jpg) repeat-x center;
}
.case-info .sec-wrap .stit span {
  display: inline-block;
  padding-right: 20px;
  background-color: #f5f5f5;
}
.case-info .sec-wrap .word {
  font-size: 14px;
  line-height: 22px;
  padding: 6px 0;
}
.case-info .sec-wrap .link-nav {
  line-height: 44px;
  font-size: 14px;
  font-weight: bold;
  color: #333;
}
.case-info .sec-wrap .link-nav a {
  color: #9acc99;
}
.case-info .sec-wrap .list-box {
  margin-top: 14px;
  overflow: hidden;
  position: relative;
}
.case-info .sec-wrap .list-box ul {
  width: 101%;
  display: none;
}
.case-info .sec-wrap .list-box li {
  width: 21%;
  margin-right: 4%;
  margin-bottom: 30px;
}
.case-info .sec-wrap .list-box .img {
  display: block;
}
.case-info .sec-wrap .list-box .img img {
  max-width: 100%;
}
.case-info .sec-wrap .list-box .name {
  font-size: 18px;
  margin-top: 6px;
  height: 48px;
  line-height: 24px;
  padding: 6px 0;
}
.case-info .sec-wrap .list-box .name a {
  display: inline-block;
}
.case-info .sec-wrap .list-box .word {
  font-size: 14px;
  min-height: 220px;
  overflow: hidden;
  line-height: 22px;
}
.case-info .sec-wrap .list-box .word a {
  display: inline-block;
}

.leave-word {
  padding-bottom: 200px;
}
.leave-word .row-box {
  margin-bottom: 15px;
}
.leave-word .row-box .tex {
  border: 1px solid #ccc;
  font-size: 14px;
  height: 15px;
  line-height: 14px;
  padding: 22px 1.2% 21px;
  width: 21.6%;
  float: left;
  margin-right: 1%;
}
.gold-idea .row-box .tex{
  padding: 22px 1.2% 21px;
  width: 30%;
  margin-right: 1%;
}
.leave-word .row-box .margin0 {
  margin-right: 0;
}
.leave-word .row-box .up-file {
  cursor: pointer;
  border: 1px solid #ccc;
  background-color: #fff;
}
.leave-word .row-box .stt {
  font-size: 14px;
  line-height: 58px;
  margin-left: 1.2%;
}
.leave-word .row-box .down-ico {
  height: 58px;
  width: 38px;
  background: url(../img/ico_44.png) no-repeat center;
  background-size: auto 100%;
  margin-right: 0.7%;
}
.leave-word .row-box .file-inp {
  display: none;
}
.leave-word .row-box .area {
  border: 1px solid #ccc;
  padding: 10px 1.2%;
  width: 97.6%;
  font-size: 14px;
  height: 190px;
}
.leave-word .bot-btn {
  text-align: center;
}
.leave-word input.input-btn {
  width: 178px;
  height: 48px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  margin: 0 28px;
  border: none;
  display: inline-block;
}
.leave-word input.sub-btn {
  background-color: #9acc99;
}
.leave-word input.reset-btn {
  background-color: #b2b2b2;
}

.gold-idea {
  padding-top: 40px;
}
.gold-idea .msg-list ul, .gold-idea .msg-list li {
  width: 100%;
}
.gold-idea .msg-list li {
  margin-bottom: 34px;
}
.gold-idea .msg-list .stit {
  font-size: 18px;
  line-height: 36px;
}
.gold-idea .msg-list .word {
  margin-top: 16px;
  font-size: 14px;
  line-height: 22px;
}
.gold-idea .msg-list .page {
  padding-top: 10px;
  padding-bottom: 60px;
}

.envir-list {
  padding-top: 40px;
  padding-bottom: 200px;
}
.envir-list .list-wrap {
  position: relative;
  overflow: hidden;
}
.envir-list ul {
  width: 101%;
}
.envir-list li {
  margin-bottom: 34px;
  width: 21%;
  margin-right: 4%;
}
.envir-list li .img {
  display: block;
}
.envir-list li .img img {
  max-width: 100%;
}
.envir-list li .name {
  line-height: 22px;
  font-size: 18px;
  margin-top: 9px;
  padding: 5px 0;
}
.envir-list li .word {
  line-height: 22px;
  font-size: 14px;
  margin-top: 3px;
}
.envir-list li .down-link{
  background-color: #9acc99;
  border-radius: 20px;
  color: #fff;
  display: block;
  font-size: 16px;
  height: 42px;
  line-height: 42px;
  margin-top: 10px;
  text-align: center;
  width: 138px;
}

.team-info .img {
  width: 26%;
}

.team-info .right-cont {
  width: 68%;
}

.envir-place {
  padding-top: 40px;
  padding-bottom: 200px;
}
.envir-place .img-big {
  width: 79%;
  padding: 12px 0.8%;
  border: 1px solid #ccc;
  position: relative;
}
.envir-place .img-big .imgbox {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 642px;
}
.envir-place .img-big .up-tit {
  display: block;
  line-height: 54px;
  width: 96%;
  padding: 0 2%;
  font-size: 14px;
  background: url(../img/bg_13.png) repeat 0;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
}
.envir-place .img-list {
  width: 18.2%;
  position: relative;
  overflow: hidden;
  height: 668px;
}
.envir-place .img-list ul {
  width: 100%;
}
.envir-place .img-list li {
  width: 96.8%;
  padding: 2px;
  border: 1px solid #ccc;
  height: 146px;
  cursor: pointer;
  position: relative;
  margin-bottom: 20px;
}
.envir-place .img-list li img {
  width: 100%;
  height: 100%;
}
.envir-place .img-list li .title {
  display: none;
}
.envir-place .img-list li .upbg {
  display: block;
  width: 100%;
  height: 145px;
  position: absolute;
  left: 2px;
  top: 2px;
  background-color: #000;
  opacity: 0.5;
}
.envir-place .img-list li.active {
  background-color: #99cc99;
}
.envir-place .img-list li.active .upbg {
  display: none;
}
.envir-place .img-list .butn {
  display: block;
  width: 100%;
  position: absolute;
  height: 26px;
  left: 0;
  cursor: pointer;
}
.envir-place .img-list .prev {
  top: 54px;
  background: url(../img/ico_45.png) no-repeat center;
}
.envir-place .img-list .next {
  bottom: 62px;
  background: url(../img/ico_46.png) no-repeat center;
}

.study-wrap {
  padding-top: 50px;
  padding-bottom: 100px;
}
.study-wrap .list-wrap {
  position: relative;
  overflow: hidden;
}
.study-wrap .list-wrap ul {
  width: 102.7%;
  margin-top: 14px;
}
.study-wrap .list-wrap li {
  width: 12%;
  margin-right: 13%;
  margin-bottom: 55px;
  min-height: 110px;
}
.study-wrap .list-wrap .tit {
  font-size: 16px;
  min-height: 48px;
  line-height: 24px;
}
.study-wrap .list-wrap .tit a {
  display: inline-block;
  background: url(../img/ico_47.png) no-repeat 8px 16px;
  padding: 8px 0 8px 50px;
  max-height: 66px;
  min-height: 48px;
  overflow: hidden;
}
.study-wrap .list-wrap .msg {
  margin-top: 8px;
  line-height: 28px;
  font-size: 14px;
}
.study-wrap .list-wrap .down-box {
  margin-top: 10px;
}
.study-wrap .list-wrap .down-box a {
  padding: 0;
  margin: 0;
}
.study-wrap .list-wrap .down-box .down-btn {
  display: inline-block;
  width: 96px;
  text-align: center;
  color: #fff;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  text-transform: uppercase;
  background: #99cc99;
  border-radius: 14px;
}
.study-wrap .list-wrap .down-box .share {
  display: inline-block;
  width: 40px;
  height: 24px;
  margin-left: 8px;
  border-radius: 12px;
  background: url(../img/ico_48.png) no-repeat center #99cc99;
  background-size: auto 100%;
}

.pc-video{
  width: 50%;
  margin: 0 auto;
}
.m-video{
  display: none;
  width: 50%;
  margin: 0 auto;
}


.about-teaminfo{
  padding-top: 50px;
  padding-bottom: 60px;
}
.about-teaminfo .top-cont .img{
  display: block;
  width: 26.2%;
}
.about-teaminfo .top-cont .img img{
  width: 100%;
}
.about-teaminfo .top-cont .right-cont{
  width: 71.5%;
  max-height: 500px;
  position: relative;
  overflow: hidden;
}
.about-teaminfo .top-cont .titbox{
  line-height: 34px;
  padding-bottom: 26px;
  border-bottom: 1px solid #ccc;
}
.about-teaminfo .top-cont .titbox .name{
  font-size: 36px;
  color: #333;
}
.about-teaminfo .top-cont .titbox .gender{
  font-size: 18px;
  margin-left: 24px;
  display: inline-block;
}
.about-teaminfo .top-cont .word{
  line-height: 22px;
  font-size: 14px;
  margin-top: 16px;
}
.about-teaminfo .sec-info-wrap{
  margin-top: 25px;
}
.about-teaminfo .sec-info-wrap .tit{
  font-size: 24px;
  line-height: 44px;
  padding-bottom: 10px;
  color: #333;
}
.about-teaminfo .sec-info-wrap img{
  max-width: 100%;
}
.about-teaminfo .paging{
  margin-top: 30px;
}
.about-teaminfo .paging p{
  line-height: 30px;
}
.about-teaminfo .paging .return{
  display: inline-block;
  width: 88px;
  padding-left: 50px;
  height: 42px;
  line-height: 42px;
  font-size: 14px;
  background: url(../img/ico_28.png) no-repeat 30px center;
  border: 1px solid #c7c7c7;
  border-radius: 20px;
}
.b-script img{
  margin-top: 3px;
}


.wenxian-wrap{
  padding-top: 50px;
  padding-bottom: 100px;
  background-color: #f8f8f8;
}
.wenxian-wrap .nav-wrap{
  border-bottom: 2px solid #9acc99;
  margin-top: 15px;
}
.wenxian-wrap .nav-wrap span{
  display: inline-block;
  float: left;
  line-height: 34px;
  padding: 0 24px;
  margin-right: 1px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-color: #ededed;
  color: #3c3024;
  cursor: pointer;
  font-size: 14px;
}
.wenxian-wrap .nav-wrap span.hover{
  background-color: #9acc99;
  color: #fff;
}
.wenxian-wrap .list-wrap{
  margin-top: 40px;
  color: #3c3024;
}
.wenxian-wrap .list-wrap .boxs{
  display: none;
}
.wenxian-wrap .list-wrap ul{
  width: 100%;
  /*border-top: 1px dotted #dedede;*/
}
.wenxian-wrap .list-wrap li{
  border-bottom: 1px dotted #dedede;
  width: 100%;
}
.wenxian-wrap .list-wrap .tit-box{
  line-height: 42px;
  padding-left: 28px;
  cursor: pointer;
}
.wenxian-wrap .list-wrap .tit-box .stt{
  display: inline-block;
  font-size: 14px;
}
.wenxian-wrap .list-wrap .tit-box.cur .stt{
  font-size: 18px;
  color: #9acc99;
  font-weight: bold;
}
.wenxian-wrap .list-wrap .tit-box .hint{
  display: inline-block;
  padding-right: 20px;
  background: url(../img/ico_51.png) no-repeat 30px center;
}
.wenxian-wrap .list-wrap .tit-box.cur .hint{
  background: url(../img/ico_52.png) no-repeat 30px center;
}
.wenxian-wrap .list-wrap .sub-box{
  padding-left: 28px;
  margin-top: 15px;
  font-size: 14px;
  line-height: 24px;
  padding-bottom: 50px;
  display: none;
}
/*# sourceMappingURL=style.css.map */