.ui-main-width {
  width: 1200px;
  position: relative;
  height: auto;
  overflow: hidden;
  margin: auto;
}
header {
  height: auto;
  overflow: hidden;
}
header .logoBar {
  height: 110px;
  background-color: #fff;
}
header .logoBar .logo {
  margin-top: 25px;
  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: 16px;
  color: #333333;
  font-weight: bold;
  margin-top: 20px;
  padding-left: 27px;
  line-height: 25px;
}
header .logoBar .text span {
  display: block;
}
header .logoBar .qrcode {
  margin-top: 12px;
}
header .menu {
  width: 100%;
  height: 45px;
  line-height: 45px;
  background: url(../images/menu_bg.jpg) no-repeat;
}
header .menu li {
  float: left;
  color: #fff;
  margin-right: 73px;
  transition: all .3s;
  -webkit-transition: all .3s;
}
header .menu li a {
  padding-bottom: 2px;
  transtion: all .3s;
  border-bottom: 1px solid #008237;
  -webkit-transtion: all .3s;
}
header .menu li:last-child {
  margin-right: 0px;
}
header .menu li:hover {
  color: #ff6203;
}
header .menu li:hover a {
  border-bottom: 1px solid #ff6203;
}
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: 838px;
  margin: auto;
  position: relative;
}
header .banner ul li .ani-text .ui-text img {
  position: absolute;
  top: 200px;
}
header .banner ul li .text02 {
  position: absolute;
  top: 200px;
}
header .banner ul li .text01 {
  position: absolute;
  top: 200px;
  left: 450px;
}
header .middle {
  width: 100%;
  height: 45px;
  background: #008237;
  line-height: 45px;
  color: #fff;
}
header .middle .search {
  width: 220px;
  height: 45px;
  line-height: 40px;
}
header .middle .search:after {
  width: 17px;
  height: 18px;
  content: '';
  background: url(../images/icon_search.png) no-repeat;
  position: absolute;
  right: 11px;
  top: 14px;
}
header .middle .search input {
  padding-left: 20px;
  height: 30px;
  background: #fff;
  border-radius: 5px;
  position: relative;
  display: inline-block;
  padding-right: 31px;
}
.container .section {
  padding-top: 20px;
}
.container .section .title {
  text-align: center;
  height: 71px;
}
.container .section .title .en {
  text-transform: uppercase;
  display: block;
  font-size: 20px;
  color: #008237;
  width: auto;
  margin: auto;
  background: url(../images/bg_title.jpg) no-repeat bottom center;
  padding-bottom: 8px;
}
.container .section .title .zh {
  margin-top: 17px;
  font-size: 30px;
}
.container .section .text {
  width: 1054px;
  margin: auto;
  margin-top: 42px;
}
.container .section .text p {
  text-indent: 42px;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 30px;
}
.container .section .text b {
  color: #ff0000;
  font-size: 20px;
}
.container .section .text a {
  font-size: 14px;
  color: #008237;
}
.container .section .slide {
  margin-top: 63px;
}
.container .section .slide .tempWrap {
  width: 100%!important;
}
.container .section .slide ul li {
  float: left;
  width: 283px;
  height: 212px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 6px;
  border: 1px solid #aaaaaa;
  margin-right: 20px;
  overflow-y: hidden;
}

.container .section .slide ul li img
{
  height: 212px;
  width: auto;
}

.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: #0f59b2;
  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: 24px;
  text-align: left;
  color: #999999;
  margin-right: 0px;
}
.container .section.section4 .content .mol .title span {
  display: inline;
}
.container .section.section4 .content .mol .title .zh {
  font-size: 24px;
  color: #008237;
}
.container .section.section4 .content .mol .title .en {
  font-size: 16px;
  color: #999;
  background: transparent;
}
.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;
}
.middle {
  width: 100%;
  min-height: 221px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../images/middle_bg.jpg) no-repeat center;
  background-size: cover;
  padding-top: 29px;
  padding-bottom: 21px;
  color: #fff;
}
.middle dl {
  width: 285px;
  float: left;
  margin-right: 166px;
  margin-bottom: 50px;
  line-height: 25px;
}
.middle dl:first-child
{
  line-height: 30px;
}
.middle dl:nth-child(3n) {
  margin-right: 0px;
}
.middle dl dt {
  font-size: 18px;
  font-weight: bold;
}
.middle dl dd {
  font-weight: bold;
}
.middle dl.son {
  line-height: 20px;
}
.middle dl.son:nth-child(2n) {
  margin-right: 43px;
}
.middle dl.son dt {
  font-size: 16px;
}
.container .middle dl.son dd {
  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: -116px;
  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: 10px;
}
#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  .sideBar .title .en {
  text-transform: uppercase;
  font-size: 14px;
}
#container  .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: 3px;
}
footer {
  margin-top: 70px;
  width: 100%;
  height: 206px;
  background-color: #008237;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 36px;
}
footer .content {
  height: auto;
  overflow: hidden;
}
footer .content .logo {
  padding-right: 30px;
  height: 105px;
  border-right: 1px dashed #fff;
  width: auto;
  overflow: hidden;
}
footer .content .logo img {
  display: block;
}
footer .content .nav {
  width: 410px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px dashed #fff;
  height: 105px;
}
footer .content .nav li {
  width: 127px;
  text-align: center;
  color: #fff;
  float: left;
  font-size: 14px;
  margin-bottom: 24px;
}
footer .copyright {
  margin-top: 5px;
  height: 38px;
  line-height: 38px;
  font-size: 12px;
  color: #fff;
  border-top: 1px solid #00903d;
}
.footlink{  background-color: #008237; width:100%}
.flink{ width:1200px; line-height:25px; color:#FFFFFF; margin:0 auto;  font-size: 12px;
}
.flink a{  color:#FFFFFF}
    .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;
    }
