.ui-main-width {
  width: 1200px;
  position: relative;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}
header {
  height: auto;
  overflow: hidden;
}
header .logoBar {
  height: 110px;
  background-color: #fff;
}
header .logoBar .logo {
  margin-top: 18px;
  padding-right: 27px;
  height: 110px;
  position: relative;
}
header .logoBar .logo:after {
  content: '';
  height: 55px;
  border-right: 1px dashed #e5e5e5;
  position: absolute;
  right: 0;
  top: 0;
}
header .logoBar .text {
  font-size: 30px;
  color: #333333;
  font-weight: bold;
  margin-top: 25px;
  padding-left: 27px;
  line-height: 25px;
}
header .logoBar .text span {
  display: block;
}
header .logoBar .qrcode {
  margin-top: 12px;
  position: relative;
}
header .logoBar .qrcode .collect
{
  color: #3f3f3f;
  font-weight: bold;
  font-size: 16px;
  position: absolute;
  top: 60px;
}
header .menu {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #008337;
}
header .menu li {
  float: left;
  color: #fff;
  padding-left: 35px;
  padding-right: 35px;
  transition: all .3s;
  -webkit-transition: all .3s;
  border-left: 1px solid #00943e;
}
header .menu li:last-child
{
  border-right: 1px solid #00943e;
}
header .menu li a {
  padding-bottom: 2px;
  transtion: all .3s;
  -webkit-transtion: all .3s;
}
header .menu li:hover {
  background: #fff;
  color: #008237;
}
header .banner ul li {
  position: relative;
}
header .banner ul li .ani-text {
  width: 100%;
  height: 87px;
  position: absolute;
  top: 0;
}
header .banner ul li .ani-text .ui-text {
  width: 1200px;
  margin: auto;
  position: relative;
}
header .banner ul li .text02 {
  position: absolute;
  top: 179px;
}
header .banner ul li .text01 {
  position: absolute;
  top: 88px;
}
header .middle {
  width: 100%;
  height: 58px;
  background: #f4f4f4;
  line-height: 58px;
  color: #000;
}
header .middle .search {
  width: 249px;
  height: 34px;
  line-height: 34px;
  border: 1px solid #dedede;
  margin-top: 10px;
}
header .middle .search input {
  padding-left: 20px;
  height: 34px;
  background: #fff;
  position: relative;
  display: inline-block;
  padding-right: 31px;
}
header .middle .search .search-btn{
  display: block;
  width: 37px;
  height: 36px;
  padding-right: 0px;
  background: url(../images/icon_search.png) no-repeat;
  color: transparent;
  position: absolute;
  top: 10px;
  right: 0px;
}
.container .section {
  padding-top: 41px;
}
.container .section .title {
  text-align: center;
  height: 60px;
  margin-bottom: 35px;
}
.container .section .title .en {
  text-transform: uppercase;
  display: block;
  font-size: 16px;
  color: #8d8d8d;
  width: auto;
  margin: auto;
}
.container .section .title .zh {
  display: block;
  font-size: 36px;
  color: #008337;
  padding-bottom: 8px;
  font-weight: bold;
  background: url(../images/bg_title.png)no-repeat center;
}
.container .section.section_show .ui-main-width
{
  overflow: visible;
}
.container .section .slide {
  margin-top: 63px;
}
.container .section .slide .tempWrap {
  width: 100%!important;
}
.container .section .slide ul li {
  float: left;
  width: 282px;
  height: 210px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #aaaaaa;
  margin-right: 20px;
  overflow: hidden;
  text-align: center;
  line-height: 210px;
  background: #fff;
  padding: 5px;
}
.container .section .slide ul li img
{
  display: inline-block;
}
.container .section .slide .hd .next
{
  display: block;
  width: 50px;
  height: 50px;
  background: url(../images/icon_arrow_left.png) no-repeat;
  cursor: pointer;
  position: absolute;
  top: 220px;
  left: -89px;
  transition:all .3s;
}
.container .section .slide .hd .next:hover
{
  background-image: url(../images/icon_arrow_left_on.png);
}
.container .section .slide .hd .prev
{
  display: block;
  width: 50px;
  height: 50px;
  background: url(../images/icon_arrow_right.png) no-repeat;
  cursor: pointer;
  position: absolute;
  top: 220px;
  right: -89px;
  transition:all .3s;
}
.container .section .slide .hd .prev:hover
{
  background-image: url(../images/icon_arrow_right_on.png);
}
.container .section.section1
{
  width: 100%;
  height: 550px;
  background: url(../images/about_bg.jpg)no-repeat;
  background-size: cover;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.container .section.section1 .title .zh
{
  color: #fff;
}
.container .section.section1 .title .en
{
  color: #57c07c;
}
.container .section .slide ul li img
{
  height: 212px;
  width: auto;
}
.container .section.section1 .text
{
  width: 1200px;
}
.container .section.section1 .text p:first-child
{
  text-align: center;
  margin-bottom: 32px;
}
.container .section.section1 .text p:nth-child(2)
{
  color: #fff;
  font-size: 16px;
  line-height: 30px;
}
.container .section.section1 .text b
{
  color: #fff;
  text-align: center;
  font-size: 20px;
}
.container .section.section1 .text .more
{
  display: block;
  width: 150px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  border: 1px solid #fff;
  border-radius: 10px;
  margin: auto;
  margin-top: 46px;
  transition:all .3s;
}
.container .section.section1 .text .more:hover
{
  background: #fff;
  color:#008337;
}
.container .section.section2 .Box {
  margin-top: 35px;
  height: 406px;
}
.container .section.section2 .Box ul li {
  width: 380px;
  height: 207px;
  float: left;
  border-top: 3px solid #008337;
  margin-right: 30px;
  margin-bottom: 28px;
  background: #f2f2f2;
  position: relative;
  overflow: hidden;
}
.container .section.section2 .Box ul li:nth-child(3n) {
  margin-right: 0px;
}
.container .section.section2 .Box ul li .img {
  width: 380px;
  height: auto;
  float: left;
  text-align: center;
  margin-top: 32px;
}
.container .section.section2 .Box ul li .bg
{
  position: absolute;
  top: 213px;
  left: 0px;
  z-index:1;
  transition:all .3s;
}
.container .section.section2 .Box ul li .img img
{
  display: inline-block;
}
.container .section.section2 .Box ul li span
{
  text-align: center;
  width: 380px;
  display: inline-block;
  color: #008337;
  font-size: 20px;
  font-weight: bold;
  margin-top: 24px;
  position: relative;
  z-index: 2;
  transition:all .4s;
}
.container .section.section2 .Box ul li h1
{
  margin:0;
  padding:0;
  text-align: center;
  font-size: 21px;
  font-family: KaiTi;
  color:#000;
  position: relative;
  z-index: 2;
  transition:all .4s;
}
.container .section.section2 .Box ul li:hover span
{
  margin-top: 0px;
  color: #fff;
}
.container .section.section2 .Box ul li:hover h1
{
  margin-top: 0px;
  color: #fff;
}
.container .section.section2 .Box ul li:hover .bg
{
  top: -3px;
}
.container .section.section3 {
  background: url(../images/case_bg.jpg) no-repeat;
}
.container .section.section3 .picMarquee-left {
  margin-top: 20px;
  position: relative;
}
.container .section.section3 .ui-main-width {
  overflow: visible;
}
.container .section.section3 .picMarquee-left .hd .next {
  display: block;
  width: 15px;
  height: 30px;
  background: url(../images/icon_arrow_right.png) no-repeat;
  cursor: pointer;
  position: absolute;
  top: 269px;
  right: -50px;
}
.container .section.section3 .picMarquee-left .hd .prev {
  display: block;
  width: 15px;
  height: 30px;
  background: url(../images/icon_arrow_left.png) no-repeat;
  cursor: pointer;
  position: absolute;
  top: 269px;
  left: -30px;
}
.container .section.section3 ul li {
  float: left;
  width: 379px;
  height: 569px;
  border: 1px solid #d9d9d9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 29px;
  overflow: hidden;
}
.container .section.section3 ul li .img
{
  width: 375px;
  height: 280px;
  overflow:hidden;
}
.container .section.section3 ul li img
{
  width: 375px;
  height: auto;
}
.container .section.section3 ul li .text {
  width: 100%;
  height: 285px;
  text-align: center;
  letter-spacing: 2px;
  background-color: #fff;
  padding-top: 55px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 0px;
  font-size: 16px;
  padding-left: 30px;
  padding-right: 30px;
  line-height: 27px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  transition: color .3s .1s;
  -webkit-transition: color .3s .1s;
}
.container .section.section3 ul li .text:hover {
  color: #fff;
}
.container .section.section3 ul li .text:hover:after {
  opacity: 1;
}
.container .section.section3 ul li .text:after {
  content: '';
  width: 100%;
  height: 285px;
  background: #008237;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 0;
}
.container .section.section3 ul li .text .arrow_up {
  display: block;
  position: absolute;
  top: 20px;
  left: 173px;
  width: 34px;
  height: 17px;
  background: url(../images/icon_case_arrow.png) no-repeat;
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  /*IE*/
  -webkit-filter: FlipV;
  filter: FlipV;
}
.container .section.section3 ul li .text .arrow_down {
  display: block;
  position: absolute;
  bottom: 20px;
  left: 173px;
  width: 34px;
  height: 17px;
  background: url(../images/icon_case_arrow.png) no-repeat;
}
.container .section.section3 ul li .img {
  width: 100%;
}
.container .section.section4 .content {
  margin-top: 20px;
}
.container .section.section4 .content .mol {
  width: 575px;
  overflow: hidden;
  margin-top: 42px;
}
.container .section.section4 .content .mol:nth-child(1) {
  margin-right: 49px;
}
.container .section.section4 .content .mol .title {
  display: block;
  font-size: 20px;
  text-align: left;
  margin-right: 0px;
  height: 56px;
  line-height: 56px;
  color: #999999;
  margin-bottom: 0px;
}
.container .section.section4 .content .mol .title .zh {
  font-size: 24px;
  color: #008237;
  font-weight: initial;
}
.container .section.section4 .content .mol .title .en {
  font-size: 16px;
  color: #999;
  background: transparent;
}
.container .section.section4 .content .mol .title a{
  font-size: 14px;
  margin-right: 10px;
  color:#008237;
}
.container .section.section4 .content .mol .title span {
  display: inline;
  color: #008237;
  font-size: 24px;
}
.container .section.section4 .content .mol .text {
  margin-top: 0px;
}
.container .section.section4 .content .mol .text li {
  width: 575px;
  height: 90px;
  background-color: #f2f2f2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 26px;
  padding-left: 23px;
  margin-bottom: 28px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.container .section.section4 .content .mol .text li:hover {
  background-color: #008237;
}
.container .section.section4 .content .mol .text li:hover .head {
  color: #fff;
}
.container .section.section4 .content .mol .text li:hover .context {
  color: #fff;
}
.container .section.section4 .content .mol .text li:hover .time{
  color: #fff;
}
.container .section.section4 .content .mol .text li .head {
  font-size: 16px;
  color: #333333;
  font-weight: bold;
}
.container .section.section4 .content .mol .text li .context {
  font-size: 14px;
  color: #333333;
}
.container .section.section4 .content .mol .text li .time {
  font-size: 12px;
  color: #008237;
  font-weight: bold;
  position: relative;
  bottom: 30px;
  right: 10px;
}
.container .middle {
  width: 100%;
  min-height: 221px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #f4f4f4;
  background-size: cover;
  padding-top: 29px;
  padding-bottom: 21px;
  color: #3c3c3c;
}
.container .middle dl {
  width: 275px;
  float: left;
  margin-right: 166px;
  margin-bottom: 30px;
  line-height: 25px;
}
.container .middle dl:first-child
{
  line-height: 30px;
}
.container .middle dl:nth-child(3n) {
  margin-right: 0px;
}
.container .middle dl dt {
  font-size: 18px;
  font-weight: bold;
  color: #008237;
}
.container .middle dl dd {
  font-weight: bold;
}
.container .middle dl.son {
  line-height: 20px;
}
.container .middle dl.son:nth-child(2n) {
  margin-right: 43px;
}
.container .middle dl.son dt {
  font-size: 16px;
}
.container .middle dl.son dd {
  font-size: 14px;
}
.container .section.section5
{
  width: 100%;
  background: #f2f2f2;
  padding-bottom: 70px;
}
.container .section.section5 ul li
{
  width: 228px;
  height: 206px;
  float: left;
  margin-right: 15px;
  position: relative;
}
.container .section.section5 ul li:last-child
{
  margin-right: 0px;
}
.container .section.section5 ul li span
{
  display: block;
  width: 100%;
  height: 38px;
  background: rgba(0,0,0,.5);
  line-height: 38px;
  color: #fff;
  position: absolute;
  bottom: 0px;
  text-align: center;
  transition:all .3s;
  font-weight: bold;
  font-size: 14px;
}
// #float {
   //   position: relative;
   //   top: 70px;
   // }
// #float .ui-main-width {
   //   overflow: visible;
   // }
// #float .btn {
   //   width: 58px;
   //   height: 58px;
   //   background: url(../images/icon_position.png) no-repeat;
   //   position: relative;
   //   left: -58px;
   //   cursor: pointer;
   // }
// #float .content {
   //   height: auto;
   //   overflow: hidden;
   //   background: #008237;
   //   position: absolute;
   //   left: -348px;
   //   top: 0;
   //   border-radius: 10px;
   //   padding-top: 14px;
   //   padding-left: 17px;
   //   padding-right: 12px;
   // }
// #float .content li {
   //   width: 271px;
   //   color: #fff;
   //   font-size: 14px;
   //   padding-top: 23px;
   //   padding-bottom: 26px;
   //   border-bottom: 1px dashed #b2e6a4;
   //   font-weight: bold;
   // }
// #float .content li:last-child {
   //   border-bottom: 0px;
   // }
#container {
  width: 100%;
  height: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}
#container .ui-main-width .sideBar {
  width: 330px;
  height: auto;
  overflow: hidden;
}
#container .ui-main-width .sideBar .title {
  width: 100%;
  color: #fff;
  height: 90px;
  background: #008237;
  text-align: center;
  padding-top: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#container .ui-main-width .sideBar .title .zh {
  display: block;
  font-size: 30px;
  letter-spacing: 4px;
}
#container .ui-main-width .sideBar .title .en {
  text-transform: uppercase;
  font-size: 14px;
}
#container .ui-main-width .sideBar .list ul li a {
  display: block;
  padding: 0 30px;
  background: #f3f3f3;
  color: #333333;
  font-size: 14px;
  line-height: 52px;
  border-bottom: 1px solid #e7e7e7;
  -webkit-transition: all .3s;
  transition: all .3s;
  position: relative;
  z-index: 0;
  font-weight: bold;
}
#container .ui-main-width .sideBar .list ul li a:after {
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  left: 0;
  background: #008237;
  z-index: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  transform-origin: 0;
  -webkit-transition: all.3s;
  transition: all.3s;
  z-index: -1;
}
#container .ui-main-width .sideBar .list ul li a:hover {
  color: #fff;
}
#container .ui-main-width .sideBar .list ul li a:hover:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
#container .ui-main-width .sideBar .contact {
  margin-top: 39px;
}
#container .ui-main-width .sideBar .contact .title {
  width: 100%;
  color: #fff;
  height: 90px;
  background: #008237;
  text-align: center;
  padding-top: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#container .ui-main-width .sideBar .contact .content {
  width: 330px;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #f3f3f3;
  padding-top: 10px;
}
#container .ui-main-width .sideBar .contact .content dl {
  display: block;
  padding: 10px 30px 21px;
  color: #333333;
  font-size: 14px;
  line-height: 20px;
  border-bottom: 1px dashed #999999;
  font-weight: bold;
}
#container .ui-main-width .sideBar .contact .content dl:last-child {
  border-bottom: 0px;
}
#container .ui-main-width .sideBar .contact .content dl dt {
  display: inline-block;
  text-align: left;
}
#container .ui-main-width .sideBar .contact .content dl dd {
  display: inline-block;
}
#container .ui-main-width .ui-content {
  width: 825px;
  margin-left: 45px;
}
#container .ui-main-width .ui-content .ui-title {
  width: 825px;
  height: 20px;
}
#container .ui-main-width .ui-content .ui-title .head {
  font-size: 22px;
  color: #008237;
  font-weight: bold;
}
#container .ui-main-width .ui-content .ui-title .head .en {
  display: inline;
  text-transform: uppercase;
  font-size: 14px;
  color: #999999;
  margin-left: 10px;
}
#container .ui-main-width .ui-content .ui-title .location {
  font-size: 14px;
  color: #939393;
  position: relative;
  top: 5px;
}
#container .ui-main-width .ui-content .ui-title .location span
{
  color: #008237;
}
#container .ui-main-width .ui-content .ui-title .location span a
{
  color: #939393;
}
#container .ui-main-width .ui-content .ui-title .location:before {
  content: '';
  width: 12px;
  height: 16px;
  background: url(../images/icon_gray_position.png) no-repeat;
  position: absolute;
  left: -20px;
}
#container .ui-main-width .ui-content .content
{
  padding-top: 43px;
}
#container .ui-main-width .ui-content .content img
{
  display: inline-block;
}
footer {
  width: 100%;
  height: 322px;
  background-color: #067535;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
footer .content {
  height: 279px;
  overflow: hidden;
}
footer .content .logo {
  height: 82px;
  width: auto;
  overflow: hidden;
  margin-top: 29px;
}
footer .content .logo img {
  display: block;
}
footer .content .qrcode
{
  position: absolute;
  top: 129px;
  right: 0px;
}
footer .content .nav {
  width: 100%;
  height: 95px;
  line-height: 95px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 105px;
  border-bottom: 1px solid #1e8d4d;
}
footer .content .nav li{
  width: 150px;
  text-align: left;
  color: #fff;
  float: left;
  font-size: 14px;
  position: relative;
  height: 95px;
  line-height: 95px;
  margin-right: 0px;
}
footer .content .nav li:last-child
{
  margin-right: 0px;
}
footer .content .nav li i
{
  display: inline-block;
  width: 43px;
  height: 43px;
  position: absolute;
  top: 26px;
  left: 0px;
}
footer .content .nav li a
{
  margin-left: 50px;
  font-weight: bold;
}
footer .content .key
{
  margin-top: 25px;
  font-weight:bold;
  color: #fff;
}
footer .copyright {
  margin-top: 5px;
  height: 38px;
  line-height: 38px;
  font-size: 12px;
  color: #757575;
  background: #242424;
}
.page
{
  font-size: 14px;
  padding-top: 10px;
  color: #008237;
  border-top: 1px dashed #999;
  text-align: center;
}
.page a
{
  display: inline-block;
  padding: 0px 2px;
  background: #fff;
  border: 1px solid #dcdcdc;
  font-size: 14px;
  line-height: 24px;
  margin-right: 10px;
}
.page span
{
  display: inline-block;
  width: 24px;
  height: 24px;
  background: #008237;
  border: 1px solid #dcdcdc;
  color: #fff;
  line-height: 24px;
  margin-right: 10px;
}
.page select
{
  display: none;
}
/*QQåœ¨çº¿*/
.kf{width: 82px;height: 80px;background-color: red;position: fixed;right: 0;top: 30%;z-index: 999999;}
.kf-qq{text-align: center;margin-top: 5px;}
.kf-qq img{width: 48px;height: 42px;vertical-align: middle;margin: 0 auto;}
.kf-qq p{font-size: 18px;color: #fff;}
