@charset "UTF-8";
/* CSS Document */
body {
  font-family: "Microsoft YaHei", sans-serif;
  min-width: 1200px;
  background: #FFFFFF;
  color: #666666;
}

html, body {
  height: 100%;
  min-height: 100%;
  width: 100%;
  min-width: 1200px;
}

/* 图片自适应 */
img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */
  -ms-interpolation-mode: bicubic;
  /*为了照顾ie图片缩放失真*/
  border: none;
}

.container {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  min-width: 1200px;
}

.warp {
  width: 100%;
  min-width: 1200px;
}

/*header*/
header {
  z-index: 99;
}
header .logo {
  padding-top: 10px;
}
header .logo img {
  display: block;
}
header nav {
  padding-top: 33px;
}
header nav ul li {
  float: left;
  margin-left: 30px;
  position: relative;
}
header nav ul li > a {
  display: block;
  width: 100px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  border-radius: 3px;
  color: #ffffff;
}
header nav ul li > a:hover, header nav ul li > a.current {
  color: #ffffff;
  background: #84c33e;
}
header nav ul li.active > a {
  border-radius: 3px 3px 0 0;
  color: #ffffff;
  background: #84c33e;
}
header nav ul li .down-menu {
  background: #76bc28;
  padding-bottom: 10px;
  position: absolute;
  border-top: 1px solid #4e4d4c;
  width: 100%;
  display: none;
}
header nav ul li .down-menu a {
  display: block;
  height: 32px;
  line-height: 32px;
  width: 100%;
  overflow: hidden;
  text-align: left;
  padding: 0 12px;
  color: #cfe6bd;
}
header nav ul li .down-menu a:hover {
  color: #ffffff;
  text-decoration: underline;
}
header .search-box {
  margin-left: 30px;
  position: relative;
  z-index: 9999;
  margin-top: 38px;
}
header .search-box .search-a {
  display: block;
  padding-top: 3px;
  padding-bottom: 3px;
  width: 24px;
}
header .search-box .search-a img {
  display: block;
  margin: 0 auto;
}
header .search-box .search-cont {
  position: absolute;
  width: 200px;
  margin-right: 10px;
  right: -14px;
  top: -2px;
  display: none;
}
header .search-box .search-cont .s-inp {
  height: 30px;
  line-height: 30px;
  border-radius: 16px;
  background: #ffffff;
  width: 163px;
  border: 1px solid #76bc28;
  padding-right: 30px;
  padding-left: 15px;
  color: #76bc28;
  font-size: 16px;
}
header .search-box .search-cont .s-btn {
  background: url("../images/search-bar.png") no-repeat center center;
  border: none;
  width: 24px;
  height: 24px;
  position: absolute;
  display: block;
  border-radius: 0;
  right: 4px;
  top: 4px;
}
header.index-header {
  background: url("../images/nav-bg.png") repeat;
  height: 100px;
  position: fixed;
  left: 0;
  right: 0;
}
header.other-header {
  background: url("../images/nav-bg-02.png") repeat;
  height: 130px;
  border-bottom: 1px solid #5d5c5c;
  position: relative;
}

/*footer*/
footer {
  height: 40px;
  line-height: 40px;
  background: #000000;
  color: #a3a3a3;
}
footer.index-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
footer.index-footer .container {
  margin-top: 0;
}
footer a {
  color: #a3a3a3;
}
footer a:hover {
  text-decoration: underline;
}

/*other-warp*/
.other-warp {
  padding-top: 65px;
  padding-bottom: 55px;
}

/*bread-crumbs*/
.bread-crumbs {
  height: 68px;
  line-height: 68px;
  color: #999999;
  text-align: right;
  width: 100%;
  z-index: 99;
}
.bread-crumbs a {
  color: #999999;
}
.bread-crumbs span {
  color: #004da1;
}

.page {
  text-align: right;
  padding-top: 35px;
  color: #ffffff;
}
.page span {
  display: inline-block;
  margin: 0 2px;
}
.page a {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  background: transparent;
  padding: 0 10px;
  color: #ffffff;
  border: 1px solid #76bc28;
}
.page a:hover, .page a.current {
  background: #76bc28;
  color: #ffffff;
}

.page strong {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  background: transparent;
  padding: 0 10px;
  border: 1px solid #76bc28;
  background: #76bc28;
  color: #ffffff;
}

/*内页*/
.main-bg {
  background: url("../images/main-bg.png") repeat;
}

.side-main {
  width: 240px;
}

.cont-main {
  width: 870px;
}

.side-nav .side-title {
  margin-bottom: 35px;
}
.side-nav .side-title .title-en {
  margin-bottom: 15px;
}
.side-nav .side-title .title-en img {
  display: block;
}
.side-nav .side-title .title-ch {
  height: 20px;
  line-height: 20px;
  background: url("../images/img-01.png") repeat-x 0 14px;
}
.side-nav .side-title .title-ch span {
  color: #ffffff;
  font-size: 16px;
  background: #353432;
}
.side-nav ul li {
  overflow: hidden;
  vertical-align: bottom;
  margin-bottom: 10px;
}
.side-nav ul li:last-child {
  margin-bottom: 0;
}
.side-nav ul li a {
  display: block;
  border: 1px solid #76bc28;
  height: 42px;
  line-height: 42px;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  transition: all .7s;
}
.side-nav ul li a:hover, .side-nav ul li a.current {
  background: #76bc28;
}

/*module*/
.mod-01 {
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
}

.mod-02 {
  margin-left: -22px;
}
.mod-02 li {
  float: left;
  position: relative;
  width: 275px;
  height: 200px;
  overflow: hidden;
  transition: all .7s;
  margin-left: 22px;
  margin-bottom: 30px;
}
.mod-02 li img {
  display: block;
  width: 275px;
  height: 200px;
  transition: all .7s;
}
.mod-02 li .a-mc {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url("../images/img-03.png") repeat;
  text-align: center;
  height: 200px;
  line-height: 200px;
  font-size: 18px;
  color: #ffffff;
  display: none;
  opacity: 1;
  transition: all .7s;
}
.mod-02 li:hover img {
  transform: scale(1.1);
}
.mod-02 li:hover .a-mc {
  opacity: 1;
  display: block;
}

.mod-03 .m-title {
  border-bottom: 1px dashed #595957;
  padding-bottom: 10px;
  color: #9c9c9b;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 35px;
}
.mod-03 .m-title h1 {
  font-size: 20px;
  color: #ffffff;
  font-weight: normal;
  margin-bottom: 15px;
}
.mod-03 .main {
  font-size: 14px;
  color: #ffffff;
  line-height: 24px;
}
.mod-03 .go-back {
  background: url("../images/img-06.png") no-repeat left center;
  height: 24px;
  line-height: 24px;
  padding-left: 35px;
  color: #76bc28;
  font-size: 14px;
  display: block;
}
.mod-03 .other-page {
  border-top: 10px solid #4e4d4b;
  padding-top: 20px;
  color: #ffffff;
  font-size: 14px;
  line-height: 26px;
}
.mod-03 .other-page a {
  display: block;
  color: #ffffff;
}
.mod-03 .other-page a:hover span {
  color: #76bc28;
}

.mod-04 li {
  overflow: hidden;
  vertical-align: bottom;
  padding-bottom: 22px;
  margin-bottom: 22px;
  border-bottom: 1px dashed #595857;
}
.mod-04 li .box-date {
  border: 1px solid #76bc28;
  padding: 4px;
  width: 90px;
  text-align: center;
  color: #76bc28;
  height: 80px;
  font-size: 20px;
  line-height: 38px;
}
.mod-04 li .box-date span {
  display: block;
  border-bottom: 1px solid #76bc28;
  height: 42px;
  line-height: 42px;
  font-size: 35px;
}
.mod-04 li .box-info {
  width: 750px;
  color: #ffffff;
}
.mod-04 li .box-info .box-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 26px;
  line-height: 26px;
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 18px;
}
.mod-04 li .box-info .box-txt {
  line-height: 22px;
  height: 44px;
  overflow: hidden;
}
.mod-04 li:hover .box-date {
  background: #76bc28;
  color: #ffffff;
}
.mod-04 li:hover .box-date span {
  border-bottom: 1px solid #ffffff;
}
.mod-04 li:hover .box-info {
  color: #76bc28;
}
.mod-04 li:hover .box-info .box-title {
  color: #76bc28;
}

.mod-05 li {
  overflow: hidden;
  vertical-align: bottom;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px dashed #595857;
}
.mod-05 li .box-img {
  width: 295px;
  height: 190px;
  overflow: hidden;
  position: relative;
}
.mod-05 li .box-img img {
  display: block;
  width: 295px;
  height: 190px;
  transition: all .7s;
}
.mod-05 li .box-img .a-mc {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url("../images/img-09.png") repeat;
  display: none;
}
.mod-05 li .box-info {
  width: 550px;
  color: #ffffff;
}
.mod-05 li .box-info .box-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  color: #ffffff;
  font-size: 16px;
}
.mod-05 li .box-info .box-date {
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  margin-bottom: 5px;
}
.mod-05 li .box-info .box-txt {
  line-height: 22px;
  height: 66px;
  overflow: hidden;
}
.mod-05 li .box-info .box-more {
  display: block;
  background: url("../images/img-07.png") no-repeat;
  width: 62px;
  height: 29px;
}
.mod-05 li:hover .box-img img {
  transform: scale(1.1);
}
.mod-05 li:hover .box-img .a-mc {
  display: block;
}
.mod-05 li:hover .box-info {
  width: 550px;
  color: #ffffff;
}
.mod-05 li:hover .box-info .box-title {
  color: #76bc28;
}
.mod-05 li:hover .box-info .box-txt {
  color: #76bc28;
}
.mod-05 li:hover .box-info .box-more {
  background: url("../images/img-08.png") no-repeat;
}

.mod-06 .box-info {
  margin-bottom: 55px;
  color: #ffffff;
  position: relative;
  padding-right: 330px;
  font-size: 14px;
  line-height: 60px;
  min-height: 260px;
}
.mod-06 .box-erwm {
  width: 295px;
  position: absolute;
  right: 0;
  top: 0;
}
.mod-06 .box-erwm .erwm {
  width: 220px;
  height: 220px;
  padding: 15px;
  background: #76bc28;
}
.mod-06 .box-erwm .erwm img {
  display: block;
  width: 220px;
  height: 220px;
}
.mod-06 .box-erwm .title {
  padding: 0 10px;
  width: 20px;
  background: #76bc28;
  font-size: 16px;
  color: #ffffff;
  line-height: 1.2;
  padding-top: 40px;
  height: 210px;
}
.mod-06 .box-map {
  border: 3px solid #76bc28;
  padding: 5px;
  background: #ffffff;
  margin-bottom: 50px;
}
.mod-06 .box-map img {
  display: block;
}

.message-board .message-title {
  font-size: 16px;
  text-align: center;
  line-height: 30px;
  color: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.message-board .form-box {
  width: 870px;
  margin: 0 auto;
}
.message-board .inp-s {
  border-radius: 0;
  height: 40px;
  line-height: 40px;
  border: 1px solid #ffffff;
  width: 238px;
  font-size: 14px;
  padding: 0 10px;
  background: transparent;
  color: #ffffff;
}
.message-board .txt-s {
  line-height: 40px;
  font-size: 14px;
  border: 1px solid #ffffff;
  padding: 0 10px;
  width: 848px;
  background: transparent;
  color: #ffffff;
}
.message-board .btn-s {
  display: block;
  border: 1px solid #4d9a53;
  background: transparent;
  width: 134px;
  height: 36px;
  line-height: 32px;
  margin: 0 auto;
  color: #ffffff;
  font-size: 14px;
}

/*index*/
/*banner*/
.slideBox {
  width: 100%;
  height: 880px;
  overflow: hidden;
  position: relative;
}
.slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}
.slideBox .bd ul li {
  height: 880px;
  width: 100%;
}
.slideBox .bd ul li a {
  display: block;
  height: 880px;
  width: 100%;
}
.slideBox .hd {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  z-index: 9;
}
.slideBox .hd ul {
  overflow: hidden;
  zoom: 1;
  width: 100%;
  text-align: center;
}
.slideBox .hd ul li {
  display: inline-block;
  margin: 0 10px;
  width: 16px;
  height: 16px;
  cursor: pointer;
  background: url("../images/img-02.png") no-repeat;
}
.slideBox .hd ul li.on {
  background: url("../images/img-03.png") no-repeat;
}
.slideBox.other-banner {
  height: 600px;
}
.slideBox.other-banner .bd ul li {
  height: 600px;
}
.slideBox.other-banner .bd ul li a {
  height: 600px;
}

/*index*/
/*public-box*/
.public-box {
  height: 674px;
  position: relative;
  /*public-box-02*/
  /*public-box-03*/
  /*public-box-04*/
}
.public-box .public-box-frame {
  background: url("../images/img-17.png") no-repeat;
  width: 223px;
  height: 674px;
  position: absolute;
  top: 0;
  z-index: 8;
}
.public-box .public-box-bg {
  background: url("../images/img-14.png") repeat;
  position: absolute;
  height: 532px;
  top: 80px;
  left: 0;
}
.public-box .public-box-title {
  position: absolute;
  z-index: 7;
}
.public-box .public-box-title img {
  display: block;
}
.public-box .public-box-cont {
  position: absolute;
  z-index: 9;
}
.public-box.public-box-02 .public-box-frame {
  left: 132px;
}
.public-box.public-box-02 .public-box-bg {
  width: 1200px;
}
.public-box.public-box-02 .public-box-title {
  left: 44px;
  top: 120px;
}
.public-box.public-box-02 .public-box-cont {
  left: 210px;
  top: 135px;
}
.public-box.public-box-03 {
  width: 315px;
}
.public-box.public-box-03 .public-box-frame {
  left: 38px;
}
.public-box.public-box-03 .public-box-bg {
  width: 315px;
}
.public-box.public-box-03 .public-box-title {
  left: 60px;
  top: 120px;
}
.public-box.public-box-03 .public-box-cont {
  left: 60px;
  top: 220px;
}
.public-box.public-box-04 .public-box-frame {
  left: 132px;
}
.public-box.public-box-04 .public-box-bg {
  width: 1200px;
}
.public-box.public-box-04 .public-box-title {
  left: 44px;
  top: 120px;
}
.public-box.public-box-04 .public-box-cont {
  left: 270px;
  top: 120px;
}
.public-box.public-box-05 {
  width: 660px;
}
.public-box.public-box-05 .public-box-frame {
  left: 132px;
}
.public-box.public-box-05 .public-box-bg {
  width: 660px;
}
.public-box.public-box-05 .public-box-title {
  left: 44px;
  top: 120px;
}
.public-box.public-box-05 .public-box-cont {
  left: 210px;
  top: 135px;
}

.public-more {
  display: block;
  width: 62px;
  height: 30px;
  background: url("../images/next.png") no-repeat;
}

/*scroll-box*/
.scroll-box {
  overflow: hidden;
  position: relative;
}
.scroll-box .hd {
  overflow: hidden;
  height: 30px;
  text-align: right;
  margin-top: 35px;
}
.scroll-box .hd .prev, .scroll-box .hd .next {
  width: 62px;
  height: 30px;
  display: inline-block;
}
.scroll-box .hd .prev {
  background: url("../images/prev.png") no-repeat;
  margin-right: 30px;
}
.scroll-box .hd .next {
  background: url("../images/next.png") no-repeat;
}
.scroll-box .bd {
  overflow: hidden;
}
.scroll-box .bd ul {
  overflow: hidden;
  zoom: 1;
}
.scroll-box .bd ul li {
  float: left;
  _display: inline;
  overflow: hidden;
}
.scroll-box .bd ul.ul-01 li {
  width: 295px;
  margin-right: 39px;
}
.scroll-box .bd ul.ul-02 li {
  width: 275px;
  margin-right: 15px;
}
.scroll-box .bd ul.ul-03 li {
  width: 275px;
  margin-right: 35px;
}
.scroll-box.scroll-box-01 {
  width: 964px;
}
.scroll-box.scroll-box-02 {
  width: 855px;
  margin-top: 120px;
}
.scroll-box.scroll-box-03 {
  width: 890px;
}

.section {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.section .container {
  margin-top: 100px;
}
.section h1 {
  text-align: center;
  font-size: 100px;
  color: #ffffff;
}

#section0 {
  /*news*/
}
#section0 .slide {
  position: relative;
}
#section0 .a-box {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
}
#section0 .a-box .cont {
  width: 1200px;
  height: 100%;
  min-height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
#section0 .a-box .cont .img-s {
  float: right;
  margin-top: 20%;
}
#section0 .fp-controlArrow {
  width: 50px !important;
  height: 100px !important;
  margin-top: -50px !important;
}
#section0 .fp-controlArrow.fp-prev {
  left: 5%;
  border: none;
  background: url("../images/prev-banner.png") no-repeat;
}
#section0 .fp-controlArrow.fp-next {
  right: 5%;
  border: none;
  background: url("../images/next-banner.png") no-repeat;
}
#section0 .news-warp {
  width: 1200px;
  position: absolute;
  left: 50%;
  margin-left: -600px;
  bottom: 20%;
  z-index: 999;
}
#section0 .news-box {
  background: url("../images/img-14.png") repeat;
  width: 530px;
  padding: 10px;
}
#section0 .news-box ul li {
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  vertical-align: bottom;
  background: url("../images/img-15.png") no-repeat left center;
  padding-left: 15px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}
#section0 .news-box ul li a {
  display: block;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 410px;
  color: rgba(255, 255, 255, 0.8);
}

#section1 {
  background-image: url("../images/banner-02.png");
}
#section1 .ul-s {
  width: 470px;
  margin-top: 80px;
}
#section1 .ul-s li {
  float: left;
  margin-left: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  vertical-align: bottom;
}
#section1 .about-us-box {
  width: 435px;
  height: 370px;
  overflow: hidden;
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
}
#section1 .about-us-box p {
  text-indent: 2em;
}
#section1 .about-us-box h5 {
  color: #76bc28;
  font-size: 16px;
}
#section1 .mCSB_dragger_bar {
  background: #76bc28 !important;
}
#section1 .public-more {
  margin-right: 45px !important;
}
#section1 .box {
  width: 225px;
  height: 125px;
  position: relative;
  overflow: hidden;
}
#section1 .box img {
  display: block;
  width: 225px;
  height: 125px;
  transition: all .7s;
}
#section1 .box .a-mc {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url("../images/img-03.png") repeat;
  display: none;
  opacity: 0;
  transition: all .7s;
}
#section1 .box:hover img {
  transform: scale(1.1);
}
#section1 .box:hover .a-mc {
  opacity: 1;
  display: block;
}

#section2 {
  background-image: url("../images/banner-03.png");
}
#section2 .box {
  color: #ffffff;
  width: 295px;
}
#section2 .box .box-img {
  position: relative;
  margin-bottom: 15px;
  overflow: hidden;
  width: 295px;
  height: 190px;
}
#section2 .box .box-img img {
  display: block;
  width: 295px;
  height: 190px;
  transition: all .7s;
}
#section2 .box .box-img .a-mc {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url("../images/img-09.png") repeat;
  display: none;
}
#section2 .box .box-title {
  display: block;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #ffffff;
}
#section2 .box .box-date {
  height: 24px;
  line-height: 24px;
  font-size: 16px;
}
#section2 .box .box-txt {
  line-height: 22px;
  height: 110px;
  overflow: hidden;
}
#section2 .box:hover .box-img img {
  transform: scale(1.1);
}
#section2 .box:hover .box-img .a-mc {
  display: block;
}
#section2 .box:hover .box-title {
  color: #76bc28;
}
#section2 .box:hover .box-txt {
  color: #76bc28;
}

#section3 {
  background-image: url("../images/banner-04.png");
}
#section3 .ul-s li {
  overflow: hidden;
  vertical-align: bottom;
  margin-bottom: 1px;
}
#section3 .ul-s li a {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  color: #ffffff;
  padding: 0 10px;
  font-size: 16px;
}
#section3 .ul-s li a:hover, #section3 .ul-s li a.current {
  background: #76bc28;
}
#section3 .box {
  position: relative;
  width: 275px;
  height: 200px;
  overflow: hidden;
  transition: all .7s;
}
#section3 .box img {
  display: block;
  width: 275px;
  height: 200px;
  transition: all .7s;
}
#section3 .box .a-mc {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url("../images/img-03.png") repeat;
  text-align: center;
  height: 200px;
  line-height: 200px;
  font-size: 18px;
  color: #ffffff;
  display: none;
  opacity: 1;
  transition: all .7s;
}
#section3 .box:hover img {
  transform: scale(1.1);
}
#section3 .box:hover .a-mc {
  opacity: 1;
  display: block;
}

#section4 {
  background-image: url("../images/banner-05.png");
}
#section4 .ul-s {
  margin-left: -50px;
}
#section4 .ul-s li {
  overflow: hidden;
  vertical-align: bottom;
  width: 450px;
  float: left;
  margin-left: 50px;
  margin-bottom: 45px;
}
#section4 .ul-s li .box-date {
  border: 1px solid #76bc28;
  padding: 4px;
  width: 90px;
  text-align: center;
  color: #76bc28;
  height: 80px;
  font-size: 20px;
  line-height: 38px;
}
#section4 .ul-s li .box-date span {
  display: block;
  border-bottom: 1px solid #76bc28;
  height: 42px;
  line-height: 42px;
  font-size: 35px;
}
#section4 .ul-s li .box-info {
  width: 330px;
  color: #ffffff;
}
#section4 .ul-s li .box-info .box-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 26px;
  line-height: 26px;
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 18px;
}
#section4 .ul-s li .box-info .box-txt {
  line-height: 22px;
  height: 44px;
  overflow: hidden;
}
#section4 .ul-s li:hover .box-date {
  background: #76bc28;
  color: #ffffff;
}
#section4 .ul-s li:hover .box-date span {
  border-bottom: 1px solid #ffffff;
}
#section4 .ul-s li:hover .box-info {
  color: #76bc28;
}
#section4 .ul-s li:hover .box-info .box-title {
  color: #76bc28;
}

#section5 {
  background-image: url("../images/banner-06.png");
}
#section5 .box {
  position: relative;
  width: 275px;
  height: 200px;
  overflow: hidden;
  transition: all .7s;
}
#section5 .box img {
  display: block;
  width: 275px;
  height: 200px;
  transition: all .7s;
}
#section5 .box .a-mc {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url("../images/img-03.png") repeat;
  text-align: center;
  height: 200px;
  line-height: 200px;
  font-size: 18px;
  color: #ffffff;
  display: none;
  opacity: 1;
  transition: all .7s;
}
#section5 .box:hover img {
  transform: scale(1.1);
}
#section5 .box:hover .a-mc {
  opacity: 1;
  display: block;
}

#section6 {
  background-image: url("../images/banner-07.png");
}
#section6 .box-form {
  border: 6px solid #76bc28;
  width: 430px;
  height: 550px;
  padding: 65px 130px 0 60px;
}
#section6 .box-form .box-title {
  font-size: 36px;
  color: #feffff;
  line-height: 1.2;
  margin-bottom: 25px;
}
#section6 .box-form .inp-s {
  height: 50px;
  line-height: 50px;
  color: #ffffff;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 16px;
  background: transparent;
  width: 100%;
}
#section6 .box-form .txt-s {
  height: 150px;
  line-height: 50px;
  color: #ffffff;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 16px;
  background: transparent;
  width: 100%;
}
#section6 .box-form .btn-s {
  border: 1px solid rgba(255, 255, 255, 0.3);
  width: 148px;
  height: 42px;
  background: transparent;
  font-size: 16px;
  color: #76bc28;
  letter-spacing: 3px;
}
#section6 .box-info {
  position: absolute;
  left: 570px;
  height: 500px;
  background: url("../images/img-28.png") no-repeat;
  background-size: cover;
  width: 100%;
  top: -40px;
}
#section6 .box-info .cont {
  padding: 125px 20px 0 180px;
}
#section6 .box-info .box-s {
  background: url("../images/img-27.png") no-repeat left top;
  color: #ffffff;
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 40px;
}
#section6 .box-info .box-s h5 {
  height: 36px;
  line-height: 36px;
  font-size: 16px;
}
#section6 .erwm-s {
  width: 200px;
  height: 140px;
  position: absolute;
  left: 745px;
  bottom: 0;
}
#section6 .erwm-s .img-s {
  padding: 7px;
  background: #76bc28;
}
#section6 .erwm-s .img-s img {
  display: block;
  width: 124px;
  height: 124px;
}
#section6 .erwm-s .txt-s {
  height: 140px;
  line-height: 140px;
}
#section6 .erwm-s .txt-s img {
  vertical-align: middle;
}

/*css3 动画*/
.active .animate-box-bg {
  animation: fadeInRight 2s both;
}

.active .animate-box-cont {
  animation: fadeInRight 2s .5s both;
}

.active .animate-box-frame {
  animation: fadeInLeft 2s both;
}

.active .animate-box-title {
  animation: fadeInDown 2s both;
}

.active .animate-box-up {
  animation: fadeInUp 2s both;
}

.active .animate-box-down {
  animation: fadeInDown 2s both;
}

.active .animate-box-left {
  animation: fadeInLeft 2s both;
}

.active .animate-box-right {
  animation: fadeInRight 2s both;
}

/*# sourceMappingURL=style.css.map */
