﻿body {
  text-align: left;
  padding: 0;
  margin: 0;
  font-size: 14px;
  color: #333;
  font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma, sans-serif !important;
  height: auto;
  background: #fff;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
div,
p,
li {
  word-break: break-all;
}
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding: 0;
  margin: 0;
}
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th {
  padding: 0;
  margin: 0;
}
fieldset {
  border-top-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-width: 0;
}
a,
img,
iframe {
  border: 0;
  padding: 0;
  margin: 0;
}
i {
  font-style: normal;
}
address,
caption,
cite,
cite,
code,
dfn,
em,
th,
var {
  font-weight: normal;
  font-style: normal;
}
ul,
ol,
li {
  list-style: none;
}
caption {
  text-align: left;
}
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}
q:unknown {
  content: '';
}
button,
input,
select,
textarea {
  font-size: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.por {
  position: relative;
}
.poa {
  position: absolute;
}
input,
textarea,
select {
  font-family: inherit;
  font-size: 100%;
}
a:link {
  color: #333;
  text-decoration: none;
}
a:visited {
  color: #333;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  color: #9ebc16;
  text-decoration: none;
}
.ease,
.ease * {
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}
.noease,
.noease * {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
:-moz-placeholder {
  color: #fff;
}
::-moz-placeholder {
  color: #fff;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #333;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #333;
}
.fl,
.left {
  float: left;
}
.fr,
.right {
  float: right;
}
.tac {
  text-align: center;
}
.tar {
  text-align: right;
}
/*æ¸…é™¤æµ®åŠ¨*/
.clear {
  clear: both;
  font-size: 0;
  margin: 0;
  padding: 0;
  display: block;
  _height: 0;
  overflow: hidden;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix {
  *zoom: 1;
}
.hidden {
  display: none;
}
.icon {
  background-image: url("../images/icon.png");
  display: inline-block;
  vertical-align: middle;
}
.w1365 {
  width: 1365px;
  max-width: 1365px;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .w1365 {
    width: 1200px;
    max-width: 1200px;
  }
}
/*banner背景图片动画*/
/*@-webkit-keyframes scale-bg {
  from {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale-bg {
  from {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}*/
/*--banner大图基础样式****/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  /*   opacity: .25;*/
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}*/
/*banner */
.index_main {
  background: #f7f7f7;
}
.index_main .section1 {
  position: relative;
}
.index_main .section1 .index_banner .item {
  background-size: cover;
  -webkit-background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  position: relative;
}
.index_main .section1 .index_banner .item video{width:100%;top:0; position:absolute;left:0;} 
.index_main .section1 .index_banner .item.slick-current .scaleBg {
  visibility: visible;
  -webkit-animation: scale-bg 6s linear forwards;
  animation: scale-bg 6s linear forwards;
}
.index_main .section1 .index_banner .items {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  transition: opacity 1500ms ease;
}
.index_main .section1 .index_banner .items:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
 
}
.index_main .section1 .index_banner .item .inner .block_txt {
  position: absolute;
  top: 44%;
  right: 10px;
  left:50%;
  opacity: 0;width:1440px; margin-left:-720px;
  transform: translateY(40px);
  -webkit-transform: translateY(40px);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;text-align:left;
}
.index_main .section1 .index_banner .item.active .inner .block_txt {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}
.index_main .section1 .index_banner .item .inner .block_txt h4 {
  font-size: 22px;
  color:#9ebc16;
  text-align: left;
   font-weight: lighter; margin-top: 10px;
}
.index_main .section1 .index_banner .item .inner .block_txt h2 {
  color:#9ebc16;
  font-size: 50px;
  font-weight: lighter;
  text-align: left;
 
}
.index_main .section1 .index_banner .item .inner .block_txt h2 span {
  color:#9ebc16;
  display: inline-block;
  letter-spacing: 5px;
}
.index_main .section1 .index_banner .item .inner .block_txt h3 {
  color: #9ebc16;
  font-size: 22px;
  text-align:left; font-weight: lighter;
  margin-top: 10px;
  
}
.index_main .section1 .slick_txt {
  width: 30%;
  height: 100%;
  background-color: transparent;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  font-size: 0;
  outline: none;
  border: 0;
}
.index_main .section1 .left {
  left: 0;
}
.index_main .section1 .right {
  right: 0;
}
.index_main .section1 .slick_txt .slick_arrow {
  width: 77px;
  height: 66px;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: -33px;
  position: absolute;
  top: 50%;
  cursor: pointer;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
}
.index_main .section1 .slick_txt .prev {
  background-image: url("../images/ban_prev.png");
  left: 90px;
}
.index_main .section1 .slick_txt .next {
  background-image: url("../images/ban_next.png");
  right: 90px;
}
.index_main .section1 .slick_txt .prev:hover {
  transform: scale(1.1);
  left: 85px;
}
.index_main .section1 .slick_txt .next:hover {
  transform: scale(1.1);
  right: 85px;
}
.index_main .section1 .number {
  position: absolute;
  bottom: 8%;
  left: 0;
  right: 0;
  display: table;
  width: 100%;
  z-index: 10;
  margin: 0 auto;
  text-align: center;
}
.index_main .section1 .line {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  bottom: 8%;
  margin-bottom: 19px;
  z-index: 9;
  text-align: center;
}
.index_main .section1 .number .inner {
  margin: 0 auto;
  position: relative;
}
.index_main .section1 .number span {
  font-family: "Myriad Pro", "Microsoft YaHei";
  font-size: 14px;
  color: #fff;
  margin-right: 15px;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  text-align: center;
  border-radius: 100%;
  background: #000;
  position: relative;
 
}
.index_main .section1 .number span:last-child {
  margin-right: 0;
}
.index_main .section1 .number span:after {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  position: absolute;
  left: 50%;
  bottom: 0;
  background: #fff;
  visibility: hidden;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
}
.index_main .section1 .number span {
  width: 15px;
  height: 15px;
  background: #fff;
  margin-bottom: 10px;
}
.index_main .section1 .number span.active {
  opacity: 1;
  background: #9ebc16;
}
.index_main .section2 {
  background: #f5f5f5;
}
.index_main .section2 h3 {
  text-align: center;
}
.index_main .section3 {
  width: 100%;
  height: 100%;
  background: url("../image/3.jpg") no-repeat;
  background-size: 100% 100%;
}
.index_main .section3 h3 {
  text-align: center;
}
.index_main .section4 {
  background: #f5f5f5;
}
.index_main .section4 h3 {
  text-align: center;
}
@media only screen and (max-width: 1600px) {
  .index_main .section1 .index_banner .item .inner .block_txt h4 {
    font-size: 28px;
  }
  .index_main .section1 .index_banner .item .inner .block_txt h2 {
    font-size: 60px;
  }
  .index_main .section1 .index_banner .item .inner .block_txt h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1440px) {
  .index_main .section1 .index_banner .item .inner .block_txt h4 {
    font-size: 24px;
  }
  .index_main .section1 .index_banner .item .inner .block_txt h2 {
    font-size: 40px;
  }
  .index_main .section1 .index_banner .item .inner .block_txt h3 {
    font-size: 18px;
    margin-top: 5px;
  }
}
@media only screen and (max-width: 1366px) {
  .index_main .section1 .index_banner .item .inner .block_txt h4 {
    font-size: 20px;
  }
  .index_main .section1 .index_banner .item .inner .block_txt h2 {
    font-size: 26px;
  }
  .index_main .section1 .index_banner .item .inner .block_txt h3 {
    font-size: 16px;
  }
  .index_main .section1 .index_banner .slick-arrow {
    background-size: auto 30px;
  }
}
@media only screen and (max-width: 1300px) {
}
@media only screen and (max-width: 1199px) {
  .index_main .section1 .index_banner .item .inner .block_txt h4 {
    font-size: 18px;
  }
  .index_main .section1 .index_banner .item .inner .block_txt h2 {
    font-size: 22px;
  }
  .index_main .section1 .index_banner .item .inner .block_txt h3 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 992px) {
  .index_main .section1 .index_banner .item {
    height: 100vh;
  }
  .index_main .section1 .index_banner .item .inner .block_txt {
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 0 20px;
    top: 42%;
  }
  .index_main .section1 .index_banner .slick-arrow {
    display: none !important;
  }
  .index_main .section1 .index_banner .slick-dots {
    position: absolute;
    bottom: 12px;
  }
  .index_main .section1 .index_banner .slick-dots li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid #fff;
  }
  .index_main .section1 .index_banner .slick-dots li button {
    display: none;
  }
  .index_main .section1 .index_banner .slick-dots li.slick-active {
    background: #fff;
  }
  .index_main .section1 .number {
    bottom: 12%;
    display: none;
  }
  .index_main .section1 .number span {
    margin-right: 22px;
  }
  .index_main .section1 .number span:after {
    bottom: -14px;
  }
}
.index {
  position: relative;
  overflow: hidden;
}
.header_main {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  height: 78px;
  background: transparent;
  transition: all 0.9s ease-out 0s;
  z-index: 100;
}

.header_main .header.w1365 {
  position: relative;width:1440px;max-width: 1440px;
}
.header_main .webLogo {
  padding-top: 22px;
  float: left;
}
.header_main .webLogo img {
  display: block;
  width: 217px;
  height: 58px;
  float: left;
  margin-right: 14px;
}
.header_main .nav_main {
  float: right;
}
.header_main .nav_main .item {
  padding: 0 22px;
  float: left;
  position: relative;
  height: 78px;
  z-index: 12;
}
.header_main .nav_main .item a {
  display: block;
  height: 38px;
  font-size: 21px;
  line-height: 38px;
  color: #363636;
  padding-top: 20px;
}
.header_main .nav_main .item:hover .alink,
.header_main .nav_main .item.hover .alink {
  color: #9ebc16;
}
.header_main .nav_main .item.hover .alink,
.header_main .nav_main .item:hover .alink {
  border-bottom: 3px solid #9ebc16;
}
.header_main .nav li .subnav {
  position: absolute;
  left: 50%;
  top: 0;
  background-color: #fff;
  width: 120px;
  margin-left: -60px;
  display: none;
  border-radius: 4px;
  overflow: hidden;
  text-shadow: ;
}
.header_main .nav li .subnav .subA {
  color: #333;
  line-height: 35px;
  height: 35px;
  overflow: hidden;
  display: block;
  font-size: 14px;
  border-bottom: 1px dotted #ddd;
  margin: 0;
  text-align: center;
}
.header_main .nav li .subnav .subA:hover {
  font-weight: bold;
  background: #9ebc16;
  color: #4872de;
}
.header_main .nav .sub-box {
  width: 100%;
  position: absolute;
  left: 0;
  text-align: center;
  top: 61px;
  background: #fff;
  display: none;
  line-height: 30px;
}
.header_main .nav .sub-box p a {
  color: #fff;
}
.header_main .nav .sub-box p .icon {
  width: 6px;
  height: 10px;
  background-position: -96px 0;
  position: absolute;
  top: 19px;
  left: 15px;
}
.header_main .nav .sub-box p a {
  border-top: 1px solid #ddd;
  color: #333 !important;
  line-height: 40px !important;
  height: 40px !important;
  padding: 0;
  font-weight: 100;
  text-align: center;
  overflow: hidden;
  vertical-align: top;
  font-size: 14px;
  display: block;
  background: none;
  transition: ease-in-out 0.2s;
}
.header_main .nav .sub-box p a:hover {
  background: #9ebc16;
  color: #fff !important;
}
.header_main .nav .sub-box p a:first-child {
  border: none;
}
.index_title {
  text-align: center;
  padding: 79px 0;
}
.index_title h3 {
  font-size: 54px;
}
.floor_2 .box1 li {
  float: left;
  margin-right: 2%;
  width: 18.4%;
  height: 188px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 3px 5px 4px rgba(0, 0, 0, 0.1);
  text-align: center;
}
.floor_2 .box1 li h3 {
  padding-top: 40px;
  transition: ease-in-out .2s;
}
.floor_2 .box1 li h3 span {
  font-weight: lighter;
  font-size: 25px;
  padding-left: 10px;
  color: #9ebc16;
  vertical-align: top;
}
.floor_2 .box1 li h3 b {
  font-size: 60px;
  color: #9ebc16;
  line-height: 50px;
}
.floor_2 .box1 li p {
  font-size: 24px;
  padding-top: 10px;
}
.floor_2 .box1 li:last-child {
  margin-right: 0;
}
.floor_2 .box1 li:hover h3 {
  padding-top: 33px;
}
.floor_2 .box2 {
  background: url(../images/f2_bg.jpg) top right no-repeat;
  height: 100%;
  margin-top: 95px;
  border-radius: 5px;
  overflow: hidden;
}
.floor_2 .box2 .left {
  width: 45%;
}
.floor_2 .box2 .left img {
  display: block;
  width: 100%;
  cursor: pointer;
}
.floor_2 .box2 .right {
  text-align: center;
  color: #fff;
  width: 55%;
}
.floor_2 .box2 .right p {
  font-size: 30px;
  padding-top: 43px;
  line-height: 66px;
}
.floor_2 .box2 .right p b {
  font-size: 50px;
}
.floor_2 .box2 .right a {
  border: 1px solid #fff;
  width: 199px;
  height: 54px;
  line-height: 54px;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 24px;
  border-radius: 27px;
  margin: 25px auto 0;
}
.floor_2 .box2 .right a:hover {
  transition: ease-in-out .2s;
  background: #f08519;
}
.showVedio2 {
  width: 806px;
  height: 452px;
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -184px 0 0 -403px;
  z-index: 9999;
  background: #000;
  display: none;
}
.showVedio2_shili {
  height: 361px;
}
.showVedio2 .playcon {
  height: 640px;
}
.showVedio2 .close {
  width: 40px;
  height: 40px;
  position: absolute;
  right: -16px;
  top: -16px;
  cursor: pointer;
  background: url(../images/close.png) no-repeat center center;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
  z-index: 10;
}
.showVedio2 .close:hover {
  transform: rotate(180deg);
}
.showVedio2 video {
  width: 100%;
  display: block;
}
.dialog-layout {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  background: #000;
  opacity: .5;
}
.floor_3 .parHd {
  width: calc(100% - 912px);
  float: left;
  box-shadow: 0 3px 5px 4px rgba(0, 0, 0, 0.1);
}
.floor_3 .parHd li {
  height: 97px;
  background: #fff;
  background: linear-gradient(to bottom, #e7e7e7, #fff);
  border: 1px solid #e5e5e5;
  line-height: 97px;
  font-size: 26px;
  text-indent: 50px;
  position: relative;
}
.floor_3 .parHd li i {
  width: 64px;
  height: 5px;
  background-position: 0 0;
  position: absolute;
  left: 176px;
  top: 58px;
  opacity: 0;
  transition: ease-in-out .2s;
}
.floor_3 .parHd li.on {
  background: #9ebc16;
  color: #fff;
}
.floor_3 .parHd li.on i {
  opacity: 1;
  left: 206px;
}
.floor_3 .parBd {
  width: 882px;
  height: 592px;
  background: #fff;
  box-shadow: 0 3px 5px 4px rgba(0, 0, 0, 0.1);
  float: right;
}
.floor_3 .parBd .slideBox {
  position: relative;
  width: 100%;
  height: 590px;
}
.floor_3 .parBd .slideBox .hd {
  position: absolute;
  z-index: 10;
  width: 100%;
  bottom: 122px;
  text-align: center;
  margin: 0 auto;
}
.floor_3 .parBd .slideBox .hd ul {
  display: inline-block;
}
.floor_3 .parBd .slideBox .hd li {
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background: #484a55;
  float: left;
  margin: 0 6px;
}
.floor_3 .parBd .slideBox .hd li.on {
  background: #9ebc16;
  width: 26px;
}
.floor_3 .parBd .slideBox .bd li {
  text-align: center;
}
.floor_3 .parBd .slideBox .bd li img {
  width: 800px;
  height: 450px;
  display: block;
  margin: 36px auto 0;
}
.floor_3 .parBd .slideBox .bd li .title {
  font-size: 30px;
  line-height: 99px;
}
.floor_4_main {
  background: url(../images/f4_bg.jpg) center top no-repeat;
  background-size: 100% auto;
  margin-top: 104px;
}
.floor_4_main .body {
  margin-bottom: 108px;
  padding-top: 124px;
}
.floor_4_main .left {
  width: 48%;
}
.floor_4_main .left li {
  height: 273px;
  width: 52%;
  float: left;
  text-align: center;
}
.floor_4_main .left li h3 {
  font-size: 34px;
  color: #fff;
  padding-top: 93px;
  margin-bottom: 22px;
  font-weight: bold;
}
.floor_4_main .left li span {
  font-size: 16px;
  color: #fff;
  line-height: 27px;
}
.floor_4_main .left li:nth-child(2n) {
  width: 48%;
}
.floor_4_main .left li:nth-child(1) {
  background: url(../images/f4_img1.jpg) center top no-repeat;
  background-size: cover;
}
.floor_4_main .left li:nth-child(2) {
  background: url(../images/f4_img2.jpg) center top no-repeat;
  background-size: cover;
}
.floor_4_main .left li:nth-child(3) {
  text-align: right;
}
.floor_4_main .left li:nth-child(3) h3 {
  font-size: 75px;
  color: #9ebc16;
  padding-top: 36px;
  line-height: 84px;
  padding-right: 30px;
}
.floor_4_main .left li:nth-child(3) h3 b {
  font-size: 101px;
}
.floor_4_main .left li:nth-child(3) span {
  color: #9ebc16;
  font-size: 40px;
  padding-right: 30px;
}
.floor_4_main .left li:nth-child(4) {
   background: url(../images/f4_img33.jpg) center top no-repeat;
  background-size: cover;
}
.floor_4_main .left li:nth-child(4) h3 {
  padding-top: 77px;
}
.floor_4_main .left li:nth-child(6) {
  background: url(../images/f4_img3.jpg) center top no-repeat;
  background-size: cover;
}
.floor_4_main .left li:hover h3 {
  transform: translateY(-8px);
  transition: ease-in-out .2s;
}
.floor_4_main .right {
  width: 52%;
}
.floor_4_main .right li {
  width: 100%;
  height: 273px;
  text-align: center;
}
.floor_4_main .right li h3 {
  font-size: 34px;
  color: #fff;
  padding-top: 93px;
  margin-bottom: 22px;
  font-weight: bold;
}
.floor_4_main .right li span {
  font-size: 16px;
  color: #fff;
  line-height: 27px;
}
.floor_4_main .right li:hover h3 {
  transform: translateY(-8px);
  transition: ease-in-out .2s;
}
.floor_4_main .right li:first-child {
  width: 50%;
  background: #9ebc16;
  position: relative;
}
.floor_4_main .right li:first-child a {
  width: 188px;
  height: 149px;
  background: url(../images/bg5.png) repeat;
  display: block;
  position: absolute;
  right: -188px;
  top: 0;
  color: #fff;
  line-height: 149px;
  font-size: 81px;
}
.floor_4_main .right li:first-child a:hover {
  background: #009b4c;
}
.floor_4_main .right li:nth-child(2) {
  background: url(../images/f4_img4.jpg) center top no-repeat;
  background-size: cover;
  text-align: right;
}
.floor_4_main .right li:nth-child(2) h3 {
  padding-right: 38px;
}
.floor_4_main .right li:nth-child(2) p {
  padding-right: 54px;
  font-size: 16px;
  color: #fff;
  line-height: 27px;
}
.floor_4_main .right li:nth-child(3) {
  background: url(../images/f4_img5.jpg) center top no-repeat;
  background-size: cover;
}
.floor_5_main {
  background: #f7f7f7;
  padding: 128px 0 94px;
}
.floor_5_main .left {
  width: 36%;
}
.floor_5_main .left .hd {
  width: 263px;
  padding-right: 70px;
  float: right;
  position: relative;
}
.floor_5_main .left .hd h3 {
  font-size: 54px;
}
.floor_5_main .left .hd p {
  font-size: 22px;
  line-height: 36px;
  color: #535353;
  padding-top: 30px;
}
.floor_5_main .left .hd span {
  display: block;
  width: 55px;
  height: 2px;
  background: #9ebc16;
  margin-top: 31px;
  margin-bottom: 116px;
}
.floor_5_main .left .hd a {
  display: block;
  width: 46px;
  height: 46px;
  border-radius: 100%;
  background: #a5a5a5;
  color: #fff;
  text-align: center;
  line-height: 46px;
  font-size: 20px;
  position: absolute;
  cursor: pointer;
}
.floor_5_main .left .hd a.next {
  margin-left: 62px;
  background: #9ebc16;
}
.floor_5_main .left .hd a:hover {
  background: #9ebc16;
}
.floor_5_main .right {
  width: 60%;
  margin-right: 4%;
}
.floor_5_main .right ul {
  overflow: hidden;
  zoom: 1;
}
.floor_5_main .right li {
  margin: 0 6px;
  width: 33.333%;
  float: left;
  _display: inline;
  text-align: left;
  position: relative;
}
.floor_5_main .right li img {
  width: 100%;
  border-radius: 10px;
}
.floor_5_main .right li h4 {
  padding-top: 108px;
  font-size: 31px;
  font-family: arial;
  color: #c4c4c4;
  font-weight: lighter;
  line-height: 32px;
}
.floor_5_main .right li h5 {
  padding-top: 5px;
  font-size: 51px;
  font-family: arial;
  color: #c4c4c4;
  font-weight: lighter;
  padding-bottom: 38px;
}
.floor_5_main .right li h3 {
  font-size: 24px;
  padding-top: 28px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.floor_5_main .right li p {
  font-size: 18px;
  color: #888;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 20px;
  padding-top: 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.floor_5_main .right li span {
  display: block;
  border: 1px solid #535353;
  width: 149px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 20px;
  font-size: 18px;
  margin-top: 59px;
}
.floor_5_main .right li i {
  width: 49px;
  height: 14px;
  background-position: 0 -40px;
  margin-top: 65px;
}
.floor_5_main .right li:hover h4,
.floor_5_main .right li:hover h5 {
  color: #9ebc16;
}
.floor_5_main .right li:hover img {
  box-shadow: 5px 5px 3px rgba(0, 0, 0, 0.2);
}
.floor_5_main .right li:hover span {
  background: #9ebc16;
  color: #fff;
  border: 1px solid #9ebc16;
}
.floor_5_main .right li:hover i {
  background-position: 0 -61px;
}
.floor_6_main {
  background: url(../images/f6_bg.jpg) center top no-repeat;
  width: 100%;
  background-size: 100% auto;
}
.floor_6_main .body {
  padding-top: 144px;
  padding-bottom: 90px;
}
.floor_6_main .body .left {
  width: 62%;
}
.floor_6_main .body .left p {
  color: #fff;
  font-size: 30px;
}
.floor_6_main .body .left li {
  height: 245px;
}
.floor_6_main .body .left li img {
  margin-left: 46px;
  padding-top: 40px;
  padding-bottom: 5px;
}
.floor_6_main .body .left li p {
  margin-left: 46px;
  padding-right: 46px;
}
.floor_6_main .body .left li:first-child .box1 {
  text-align: right;
}
.floor_6_main .body .left li:first-child .box1 p {
  color: #9ebc16;
  font-size: 36px;
  padding-right: 26px;
  padding-top: 100px;
}
.floor_6_main .body .left li:first-child .box1 h3 {
  color: #9ebc16;
  font-size: 60px;font-weight: bold;
  padding-right: 26px;
}
.floor_6_main .body .left li:nth-child(2) .box1 {
  background: #9ebc16;
}
.floor_6_main .body .left li:nth-child(2) .box2 {
  background: #9ebc16 url(../images/f6_img1.jpg) top right no-repeat;
}
.floor_6_main .body .left li:nth-child(3) .box1 {
  background: #9ebc16 url(../images/f6_img2.jpg) top left no-repeat;
}
.floor_6_main .body .left .box1 {
  width: 347px;
  float: left;
  height: 100%;
}
.floor_6_main .body .left .box2 {
  width: calc(100% - 347px);
  background: #9ebc16;
  float: left;
  height: 100%;
}
.floor_6_main .body .left li:hover img{transition: ease-in-out .2s; transform: translateX(8px);}
.floor_6_main .body .left li:hover p{transition: ease-in-out .2s; transform: translateX(8px);}
.floor_6_main .body .left li:first-child:hover .box1 p{transform: translateX(0);}
.floor_6_main .body .right {
  width: 34%;
}
.floor_6_main .body .right .tel {
  padding-top: 48px;
  margin-bottom: 53px;
}
.floor_6_main .body .right .tel i {
  width: 54px;
  height: 54px;
  background-position: 0 -87px;
  float: left;
  margin-right: 20px;
  margin-top: 15px;
}
.floor_6_main .body .right .tel p {
  font-size: 23px;
}
.floor_6_main .body .right .tel h3 {
  font-size: 47px;
  color: #9ebc16;
  font-weight: bold;
}
.floor_6_main .body .right .map {
  width: 100%;
  height: 275px;
  border-radius: 20px;
  overflow: hidden;
}
.floor_6_main .body .right .map #allmap {
  width: 100%;
  height: 275px;
}
.floor_6_main .body .right .txt {
  padding-top: 150px;
}
.floor_6_main .body .right .txt p {
  font-size: 36px;
  color: #535353;
}
.floor_6_main .body .right .txt h3 {
  font-size: 48px;
  color: #535353;
}
.bottom_main {
  background: #535353;
  padding: 72px 0 54px;overflow:hidden;
}
.bottom_main .body {
  width: 1200px;
  margin: 0 auto;
}
.bottom_main .body h3 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 38px;
}
.bottom_main .body .tab1 {
  width: 500px;
}
.bottom_main .body .tab1 ul {
  width: 300px;
}
.bottom_main .body .tab1 li {
  float: left;
  width: 150px;
  font-size: 17px;
  line-height: 48px;
}
.bottom_main .body .tab1 li i {
  width: 11px;
  height: 13px;
  background-position: 0 -18px;
  margin-right: 10px;
}
.bottom_main .body .tab1 li a {
  color: #ccc;
}
.bottom_main .body .tab1 li a:hover {
  color: #fff;
}
.bottom_main .body .tab2 h4 {
  color: #fff;
  font-size: 14px;
}
.bottom_main .body .tab2 h5 {
  color: #fff;
  font-size: 30px;
  padding-bottom: 20px;
}
.bottom_main .body .tab2 p {
  color: #ccc;
  line-height: 26px;
}
.bottom_main .body .right {
  border: 1px solid #919191;
  width: 140px;
  height: 191px;
  text-align: center;
}
.bottom_main .body .right img {
  display: block;
  width: 122px;
  height: 122px;
  margin: 9px auto;
}
.bottom_main .body .right p {
  color: #ccc;
}
.bottom_main .bottom_copy {
  text-align: left;
  font-size: 12px;
  color: #ccc;
  margin-top: 56px;
}
.bottom_main .bottom_copy a {
  color: #ccc;
}
.bottom_main .bottom_copy a:hover {
  color: #fff;
}
/*rightFix*/
.rightFix {
  width: 65px;
  position: fixed;
  right: 10px;
  top: 50%;
  margin-top: -120px;
  z-index: 999;
}
.rightFix a {
  width: 65px;
  height: auto;
  background: #9ebc16;
  text-align: center;
  display: block;
  margin-bottom: 6px;
  position: relative;
  padding-top: 8px;
  border-radius: 5px;
  padding-bottom: 5px;
}
.rightFix a h3 {
  color: #fff;
  font-weight: 400;
  font-size: 12px;
}
.rightFix .ico {
  width: 32px;
  height: 32px;
  display: block;
  position: relative;
  overflow: hidden;
  transition: all ease 300ms;
  margin: 0 auto 1px;
  padding: 0;
  background: url("../images/fix-ico.png") no-repeat 0 0;
}
.rightFix .img {
  width: 110px;
  height: auto;
  position: absolute;
  left: -10px;
  top: 0;
  padding: 6px;
  background: #9ebc16;
  border: 1px solid #ddd;
  background: #fff;
  display: none;
  text-align: center;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all ease-in-out 0.2s;
  border-radius: 5px;
  color: #333;
  padding-bottom: 10px;
}
.rightFix .img p {
  padding-top: 5px;
}
.rightFix a:hover .img {
  opacity: 1;
  filter: alpha(opacity=100);
  left: -140px;
  display: block;
}
.rightFix .img img {
  width: 110px;
  height: 110px;
}
.rightFix a span {
  width: 210px;
  text-align: center;
  height: 62px;
  line-height: 62px;
  position: absolute;
  left: -200px;
  top: 0;
  background: #9ebc16;
  color: #fff;
  display: block;
  font-weight: bold;
  font-size: 18px;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all ease-in-out 0.2s;
  border-radius: 7px 0 0 7px;
}
.rightFix a:hover {
  background-color: #9ebc16;
  overflow: visible;
}
.rightFix a:hover h3 {
  color: #fff;
}
.rightFix a.fix-ewm:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
  left: -140px;
}
.rightFix a:hover span {
  opacity: 1;
  filter: alpha(opacity=100);
  left: -214px;
}
.rightFix .fix-tel:hover .ico {
  background-position: -32px 0;
}
.rightFix .fix-xcx .ico {
  background-position: 0 -32px;
}
.rightFix .fix-xcx:hover .ico {
  background-position: -32px -32px;
}
.rightFix .fix-ewm .ico {
  background-position: 0 -64px;
}
.rightFix .fix-ewm:hover .ico {
  background-position: -32px -64px;
}
.rightFix .mess .ico {
  background-position: 0 -96px;
}
.rightFix .mess:hover .ico {
  background-position: -32px -96px;
}
.rightFix .fix_top .ico {
  background-position: 0 -128px;
}
.rightFix .fix_top:hover .ico,
.rightFix .fix_top.hover .ico {
  background-position: -32px -128px;
}
.rightFix .fix-form {
  background-position: 10px -234px;
}
.rightFix .fix-form span {
  font-size: 14px;
  line-height: 23px;
  width: 180px;
}
.rightFix .fix-form:hover {
  background-position: -37px -234px;
}

/* map_ul */
.map_ul {
  list-style: outside none none;
  display: block;
  width: 100%;
  padding-bottom: 50px;
}
.map_ul li {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 25px;
}
.map_ul li a {
  width: 100%;
  height: 35px;
  line-height: 35px;
  font-weight: bold;
  display: block;
  background: #f6f6f6;
  text-indent: 15px;
}
.map_ul .list-inline {
  display: block;
  width: 86%;
}
.map_ul .list-inline li {
  height: 32px;
  display: inline-block;
  *display: inline;
  margin: 15px 5px 15px 0;
  zoom: 1;
  line-height: 32px;
  border-bottom: 0;
  text-align: center;
  width: auto;
  padding: 0;
}
.map_ul .list-inline li a {
  text-indent: 0;
  font-weight: normal;
  display: block;
  line-height: 32px;
  height: 32px;
  display: inline-block;
  padding: 0 10px;
  width: auto;
  border: 1px solid #ccc;
  text-align: center;
}
.map_ul .list-inline li a:hover {
  background: #9ebc16;
  color: #fff;
  border: 1px solid #9ebc16;
}


/* 图片 */
@-webkit-keyframes gradient-rectangle {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    background: -webkit-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    background: -moz-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    /*FireFox*/
    background: -o-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    /* Opear */
    background: -ms-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top;
    transform-origin: top;
    background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    background: -webkit-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    background: -moz-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    /*FireFox*/
    background: -o-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    /* Opear */
    background: -ms-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
    opacity: 0;
  }
}
/* Underline From Center1 */
.hvr-underline-from-center1 {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.hvr-underline-from-center1:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: -3px;
  background: #9ebc16;
  height: 3px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-center1:hover:before,
.hvr-underline-from-center1.hover:before,
.hvr-underline-from-center1:focus:before,
.hvr-underline-from-center1:active:before {
  left: 0;
  right: 0;
}
.hvr-underline-from-center1:hover,
.hvr-underline-from-center1.hover {
  *height: 43px;
  *border-bottom: 3px solid #d74f31;
  *line-height: 43px;
}
@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.02);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.02);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes animatemap {
  0% {
    transform: translateY(-10px);
  }
  20% {
    border-radius: 2px;
  }
  50% {
    transform: translateY(-5px);
    border-bottom-right-radius: 25px;
  }
  80% {
    border-radius: 2px;
  }
  100% {
    transform: translateY(-10px);
  }
}
@-webkit-keyframes big {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
/****内页****/
.sub_banner {
  position: relative;
  width: 100%;
  height: 450px;
  z-index: 2;
}
.sub_local {
  padding-top: 220px;
}
.sub_local .sub_left {
  float: left;
}
.sub_local .sub_left h3 {
  font-weight: lighter;
  font-size: 60px;
  text-align: left;
  line-height: 60px;
  color: #363636;
}
.sub_local .sobtitle {
  margin-top: 30px;
  font-size: 18px;
  line-height: 18px;
  color: #363636;
}
.sub_local .sobtitle a {
  font-size: 18px;
  line-height: 18px;
  color: #363636;
}
.sub_local .sobtitle a:first-child {
  margin-left: 14px;
}
.sub_local .sub_right {
  padding-top: 12px;
  float: right;
  width: 36%;
}
.sub_local .sub_right p {
  font-size: 16px;
  text-align: left;
  line-height: 26px;
  color: #363636;
}
.menuer {
  position: absolute;
  bottom: -30px;
  width: 100%;
  height: 65px;
}
.menuer .common_nav {
  position: relative;
  top: 0;
  height: 65px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.menuer .common_nav .mitem {
  float: left;
  width: 25%;
  height: 65px;
  text-align: left;
  border-right: 1px solid #ddd;
  box-sizing: border-box;
}
.menuer .common_nav .mitem:last-child {
  border: none;
}
.menuer .common_nav .mitem .mt {
  display: block;
  font-size: 20px;
  text-align: center;
  color: #333;
  height: 65px;
  line-height: 65px;
}
.menuer .common_nav .mitem.hover .mt {
  font-weight: bold;
  color: #fff;
  background: #9ebc16;
}
.menuer .common_nav .mitem:hover .mt {
  font-weight: bold;
  color: #fff;
  background: #9ebc16;
}
.menuer .common_nav .nav_sub {
  display: none;
}
.ny_wrapper {
  padding-bottom: 80px;
  background: #fff;
}
/* 单页信息 */
.single_wrapper {
  padding-top: 80px;
}
.single_center {
  min-height: 520px;
  background: #fff;
  border-radius: 3px;
  box-shadow: 1px 0 2px rgba(0, 0, 0, 0.1);border:1px solid #ddd;
}
.single_center .about_con {
  padding:40px 7%;
  line-height: 40px;
}
.single_center .about_con img {
  max-width: 100%;
}

/* 客户案例 */
.case_wrapper {
  padding-top: 80px;
}
.case_wrapper .caselist li {
  position: relative;
  float: left;
  width: 30.66667%;
  margin-bottom: 50px;
  margin-right: 4%;
  transition: all ease 0.36s;
}
.case_wrapper .caselist li:nth-child(3n) {
  margin-right: 0;
}
.case_wrapper .caselist.xiaotu li {
  width: 22%;
  margin-right: 4%;
}
.case_wrapper .caselist.xiaotu li:nth-child(3n) {
  margin-right: 4%;
}
.case_wrapper .caselist.xiaotu li:nth-child(4n) {
  margin-right: 0;
}
.case_wrapper .caselist li .img {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
  z-index: 10;
}
.case_wrapper .caselist li .img.img2 {
  padding-top: 75%;
}
.case_wrapper .caselist li .img.img3 {
  padding-top:121.5%;
}
.case_wrapper .caselist li img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.case_wrapper .caselist li .txtx {
  position: absolute;
  bottom: 0px;
  left: 0;
  background: #646466;
  width: 100%;
  height: 242px;
  z-index: 12;
  z-index: 10;
  transition: ease-in-out .2s;
}
.case_wrapper .caselist li .txtx p {
  font-size: 16px;
  text-align: center;
  color: #fff;
  padding-top: 10px;
  padding-left: 80px;
  padding-right: 80px;
}
.case_wrapper .caselist li .txtx p:last-child {
  padding-bottom: 30px;
}
.case_wrapper .caselist li .txtx .tit {
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  padding-top: 170px;
}
.case_wrapper .caselist li .txtx {
  display: block;
}
.case_wrapper .caselist li:hover .txtx {
  height: 308px;
  
}
.case_wrapper .caselist li .txt {
  display: table;
  width: 100%;
  height: 50px;
  z-index: 2;
  background:#646466;
}
.case_wrapper .caselist li .txt .tit {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  text-indent: 15px;
  color: #fff;
  z-index: 12;
overflow:hidden;
white-space:nowrap;
text-overflow:ellipsis;
 
}
.case_wrapper .caselist li .txt .tit span {
  font-size: 14px;
  padding-left: 10px;
}
.case_wrapper .caselist li .txt p {
  position: relative;
  display: table;
  font-family: arial;
  float: right;
  font-size: 30px;
  width: 75px;
  height: 100%;
  background: #9ebc16;
  z-index: 12;
}
.case_wrapper .caselist li .txt p span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 30px;
  color: #fff;
}
.case_wrapper .caselist li .txt:before,
.case_wrapper .caselist li .txt:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #f08519;
  z-index: 2;
  transition: 0.8s;
}
.case_wrapper .caselist li .txt:before {
  transition: 0.8s;
  background: #f08519;
  z-index: -1;
}
.case_wrapper .caselist li:hover {
  transform: translateY(-3px);
  box-shadow: 8px 0 16px rgba(0, 0, 0, 0.1);
  transition: all ease 0.36s;
}
.case_wrapper .caselist li:hover .txt:after,
.case_wrapper .caselist li:hover .txt:before {
  width: 100%;
}
.case_wrapper .caselist li:hover p {
  background: #f08519;
}
.case_wrapper .caselist li:hover .txtx p {
  background: none;
}
.case_wrapper .caselist li:hover img {
  filter: brightness(105%);
  -webkit-filter: brightness(105%);
}
/* pager */
.pager {
  padding: 30px 0 50px;
  text-align: center;
  *zoom: 1;
  *padding: 40px 0 30px;
}
.pager:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.pager p {
  height: 26px;
  line-height: 26px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  display: none;
}
.pager ul {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  overflow: hidden;
}
.pager ul li {
  float: left;
  margin: 0 5px;
  padding: 0 !important;
  height: auto !important;
  border: none !important;
}
.pager ul a {
  line-height: 30px;
  padding: 0 10px;
  transition: all ease 300ms;
  color: #000000;
  text-decoration: none;
  float: left;
  border: 1px solid #ddd;
}
.pager ul a.current,
.pager ul a:hover {
  color: #fff;
  border: 1px solid #9ebc16;
  background: #9ebc16;
}
.news li {
  padding: 20px;
  border: 1px solid #f2f2f2;
  background: #fff;
  margin-bottom: 50px;
}
.news li .img {
  width: 360px;
  float: left;
  height: 205px;
  overflow: hidden;
  position: relative;
}
.news li .img img {
  width: 360px;
  position: absolute;
  left: 0;
  top:0;
  height: 205px;
  transition: 0.9s;
}
.news li:hover .img img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
}
.news li:hover {
  box-shadow: 4px 4px 4px #ddd;
}
.news li .p {
  width: calc(100% - 440px);
  float: right;
  margin-right: 40px;
}
.search_li li .p {
  width: 1080px;
  margin-right: 40px;
  padding-bottom: 20px;
}
.news li .p h3 {
  color: #363636;
  font-size: 24px;
  font-weight: 400;
  padding: 28px 0;
}
.news li .p p {
  color: #363636;
  line-height: 24px;
  padding-bottom: 24px;
}
.news li .p span {
  line-height: 18px;
  font-family: arial;
  color: #959595;
}
.news li .p .more {
  width: 162px;
  line-height: 34px;
  height: 34px;
  display: block;
  float: right;
  background: #9ebc16;
  color: #fff;
  text-align: center;
}
.news li .p i {
  width: 23px;
  height: 16px;
  background-position: -73px 0;
  margin-right: 10px;
}
.news li .p .i2 {
  background-position: -104px 0;
  margin-left: 30px;
}
.news li:hover .p h3 {
  color: #9ebc16;
  font-weight: bold;
}
.news li .pp {
  width: calc(100% - 80px);
  margin-right: 40px;
  padding-bottom: 20px;
}
.search_li li .p {
  width: 1080px;
  margin-right: 40px;
  padding-bottom: 20px;
}
.detail {
  background: #fff;
  padding: 59px;
  border: 1px solid #e5e5e5;
  width: 1245px;
}
.detail .title {
  padding-bottom: 20px;
  border-bottom: 1px solid #f2f2f2;
  text-align: center;
}
.detail .title h1 {
  font-size: 30px;
  font-weight: 100;
  padding-bottom: 15px;
}
.detail .title span {
  line-height: 18px;
  font-family: arial;
  color: #959595;
}
.detail .title i {
  width: 23px;
  height: 16px;
  background-position: -73px 0;
  margin-right: 10px;
}
.detail .title .i2 {
  background-position: -104px 0;
  margin-left: 30px;
}
.detail .context {
  line-height: 30px;
  padding: 25px 0;
}
.detail .context .flash {
  text-align: center;
  width: 800px;
  margin: 0 auto;
}
.detail .context .flash video {
  width: 100%;
}
.detail .context img {
  max-width: 1080px;
}
/* reLink */
.reLink {
  height: 38px;
  line-height: 38px;
  border: 1px solid #e6e6e6;
  padding: 0 15px;
  margin-bottom: 50px;
}
.reLink .nextLink,
.detail .reLink .prevLink {
  width: 50%;
}
.reLink .nextLink {
  text-align: right;
}
.reLink a {
  -webkit-transition: all ease 500ms;
  -moz-transition: all ease 500ms;
  -ms-transition: all ease 500ms;
  -o-transition: all ease 500ms;
  transition: all ease 500ms;
}
.reLink a:hover {
  color: #9ebc16;
}

.contact_2 {
  padding: 70px 7% 130px;
}
.contact_2 .ctit .tit {
  display: block;
  width: 170px;
  margin: 0 auto;
  font-size: 40px;
  line-height: 44px;font-weight:lighter;
  color: #333;
  
}
.contact_2 .formdata {
  margin-top: 60px;
}
.contact_2 .formdata .item {
  position: relative;
  float: left;
  width: 48%;
  height: 58px;
  line-height: 58px;
  border: 1px solid #d6d6d6;
}
.contact_2 .formdata .item.mr {
  margin-right: 3.5%;
}
.contact_2 .formdata .item label {
  float: left;
  display: block;
  margin-top: 18px;
  width: 17%;
  height: 22px;
  line-height: 22px;
  text-align: center;
  border-right: 1px solid #ddd;
}
.contact_2 .formdata .item .txt {
  float: left;
  width: 76%;
  height: 58px;
  line-height: 58px;
  border: none;
  outline: none;
  text-indent: 20px;
}
.contact_2 .formdata .item .red {
  position: absolute;
  top: 0;
  right: 20px;
  color: #df1f1f;
  font-weight: 100;
  font-size: 22px;
}
.contact_2 .formdata .tarea {
  margin-top: 40px;
}
.contact_2 .formdata .tarea textarea {
  border: 1px solid #d6d6d6;
  width: calc(100% - 23px);
  height: 174px;
  resize: none;
  padding: 10px;
  *margin-top: 15px;
  overflow: hidden;
  outline: none;
  text-indent: 24px;
}
.contact_2 .formdata .btn {
  border: none;
  background: #9ebc16;
  width: 400px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 18px;
  display: block;
  margin: 40px auto 0;
  cursor: pointer;
  transition: ease-in-out 0.2s;
  margin-bottom: 60px;
  outline: none;
}
.contact_2 .formdata .btn:hover {
  text-indent: 6px;
  color: #fff;
  background-color: #f08519;
  transition: all ease 0.36s;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.17);
}
.about_1 {
  margin-top: 105px;
}
.about_1 .box1 {
  margin-bottom: 97px;
  background: url(../images/about_img1.jpg) center top no-repeat;
  background-size: cover;
  position: relative;
  height: 450px;
}
.about_1 .box1 h3 {
  color: #fff;
  font-size: 48px;
  padding-left: 63px;
  padding-top: 138px;
}
.about_1 .box1 p {
  color: #fff;
  font-size: 20px;
  line-height: 36px;
  padding-left: 63px;
  padding-top: 43px;
}
.about_1 .box1::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 450px;
  top: 0;
  left: 0px;
  overflow: hidden;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.2)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  -webkit-transform: skewX(-32deg);
  -ms-transform: skewX(-32deg);
  -moz-transform: skewX(-32deg);
  transform: skewX(-32deg);
  opacity: 0;
}
.about_1 .box1:hover::before {
  -webkit-transition: left 1s;
  -moz-transition: left 1s;
  -ms-transition: left 1s;
  transition: left 1s;
  left: 120%;
  opacity: 1;
}
.about_1 .box2 {
 
}
.about_1 .box2 .left {
  width: 45%;
}
.about_1 .box2 .left li {
  margin-bottom: 53px;
  float: left;
  margin-right: 2%;
  width: 30%;
  text-align: center;
}
.about_1 .box2 .left li h3 {
  transition: ease-in-out .2s;
}
.about_1 .box2 .left li h3 span {
  font-weight: lighter;
  font-size: 25px;
  padding-left: 10px;
  color: #9ebc16;
  vertical-align: top;
}
.about_1 .box2 .left li h3 b {
  font-size: 50px;
  color: #9ebc16;
  line-height: 50px;
}
.about_1 .box2 .left li p {
  font-size: 29px;
  padding-top: 10px;
}
.about_1 .box2 .left li:nth-child(4) {
  margin-left: 17%;
}
.about_1 .box2 .right {
  width: 50%;
  line-height: 36px;
  font-size: 18px;
}
.about_2_main {
  position: relative;
  height: 950px;
  background: url("../images/about_2.jpg") no-repeat center center;
  box-sizing: border-box;
}
.about_2_main .index_title h3 {
  padding-bottom: 30px;
  font-size: 48px;
}
.about_2_main .about_tit2 .tit {
  color: #fff;
}
.about_2_main .develop_box {
  height: 760px;
  width: 1250px;
  margin: 0 auto;
}
.develop {
  margin-top: 0px;
}
.develop .bd li {
  position: relative;
  float: left;
  width: 16.666%;
}
.develop .bd li .timeline .t_tit {
  font-family: arial;
  font-size: 40px;
  background: url(../images/about_ico.png) no-repeat 20px bottom;
  text-align: left;
  height: 120px;
}
.develop .bd li .timeline .t_tit b {
  font-size: 24px;
  font-family: arial;
  font-weight: lighter;
  text-align: left;
  display: block;
}
.develop .bd li .timeline .t_tit span {
  display: block;
}
.develop .bd li .txt {
  z-index: 14;
}
.develop .bd li .t_box {
  padding: 34px 60px 0 40px;
  box-sizing: border-box;
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 100px;
  margin-left: -150px;
  display: block;
  width: 300px;
  height: 462px;
  background: url("../images/path_li.jpg") no-repeat center 0;
  background-size: 300px 462px;
  transition: all ease 0.36s;
  z-index: 12;
  box-shadow: 3px 3px 5px 3px rgba(0, 0, 0, 0.2);
}
.develop .bd li .t_box .time {
  padding-bottom: 10px;
  font-family: arial;
  font-size: 80px;
  line-height: 60px;
  color: #9ebc16;
  background: url("../images/year.png") no-repeat bottom left;
}
.develop .bd li .t_box .time b {
  font-size: 48px;
  display: block;
  font-weight: lighter;
}
.develop .bd li .t_box .desc {
  margin-top: 50px;
  font-size: 16px;
  line-height: 30px;
  color: #666;
  text-align: justify;
}
.develop .bd li .t_box .desc b {
  display: block;
  font-size: 24px;
  padding-bottom: 5px;
}
.develop .bd li:hover {
  cursor: default;
}
.develop .bd li:hover .t_box {
  opacity: 1;
  top: 50px;
  transition: all ease 0.36s;
}
.develop .bd li.sw1 .txt {
  padding-top: 303px;
}
.develop .bd li.sw2 .txt {
  padding-top: 245px;
}
.develop .bd li.sw3 .txt {
  padding-top: 133px;
}
.develop .bd li.sw4 .txt {
  padding-top: 50px;
}
.develop .bd li.sw5 .txt {
  padding-top: 30px;
}
.develop .bd li.sw6 .txt {
  padding-top: 10px;
}
.develop .bd li.sw5:hover .t_box {
  top: 0;
}
.develop .bd li.sw6:hover .t_box {
  top: 0;
}
.develop .hd {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -100px;
  width: 201px;
  height: 100px;
  background: url("../images/path_bg.png") no-repeat center center;
}
.develop .hd .prev,
.develop .hd .next {
  float: left;
  display: block;
  width: 100px;
  height: 100px;
  cursor: pointer;
}
.develop .hd .line {
  margin-top: 50px;
  float: left;
  display: block;
  width: 1px;
  height: 22px;
  background: url("../images/path_line.png") no-repeat center cneter;
}
.about_3 {
  margin-top: 99px;
}
.about_3 .box1 {
  background: url(../images/about_3.jpg) center top no-repeat;
  background-size: cover;
  margin-bottom: 74px;
}
.about_3 .box2 li {
  width: 32%;
  margin-right: 2%;
  float: left;
}
.about_3 .box2 li img {
  width: 100%;
  display: block;
}
.about_3 .box2 li h3 {
  color: #9ebc16;
  font-size: 33px;
  padding-top: 46px;
  font-weight: bold;
}
.about_3 .box2 li p {
  font-size: 22px;
  color: #666;
  padding-top: 5px;
}
.about_3 .box2 li:last-child {
  margin-right: 0;
}
.about_3 .box2 li:hover {
  transition: ease-in-out .2s;
  transform: translateY(-10px);
}
.about_3 .box2 dl {
  padding-top: 68px;
}
.about_3 .box2 dd {
  position: relative;
  padding-left: 60px;
  margin-bottom: 24px;
}
.about_3 .box2 dd span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: #9ebc16;
  color: #fff;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  text-align: center;
  line-height: 45px;
  font-size: 20px;
  font-weight: bold;
}
.about_3 .box2 dd h4 {
  font-size: 23px;
  color: #9ebc16;
  font-weight: bold;
}
.about_3 .box2 dd h5 {
  border-bottom: 1px solid #e7e7e7;
  font-size: 19px;
  padding-bottom: 14px;
  padding-top: 5px;
  line-height: 29px;
  height: 58px;
}
.about_4 {
  margin-top: 29px;
  padding-bottom: 50px;
}
.imgH_about4{padding-bottom:0;margin-top:60px;}
.about_4 .box1 {
  background: url(../images/about_4.jpg) center top no-repeat;
  background-size: cover;
  margin-bottom: 62px;
}
.about_4 li {
  position: relative;
  float: left;
  width: 30.66667%;
  margin-bottom: 50px;
  margin-right: 4%;
  transition: all ease 0.36s;
}
.about_4 li {
  width: 22%;
  margin-right: 4%;
}
.about_4 li:nth-child(4n) {
  margin-right: 0;
}
.about_4 li .img {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 121.5%;
  overflow: hidden;
  z-index: 10;
}
.about_4 li img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.about_4 li .txt {
  background: #f5f5f5;
  height: 72px;
  line-height: 72px;
  text-align: center;
  border-bottom: 1px solid #efeeee;
  font-size: 18px;
  color: #666;
  transition: ease-in-out .2s;
}
.about_4 li .txt b {
  font-size: 30px;
  margin-right: 8px;
}
.about_4 li:hover .txt {
  background: #9ebc16;
  color: #fff;
}
.kehu {
  padding-top: 130px;
  padding-bottom: 80px;
}
.kehu li {
  width: 49%;
  float: left;
  background: url(../images/kehu_bg.jpg) center top no-repeat;
  background-size: cover;
  margin-bottom: 60px;
  height: 234px;
  position: relative;
  overflow: hidden;
}
.kehu li a{display:block;width:100%; height:100%;}
.kehu li .left h3 {
  color: #fff;
  font-size: 36px;
  padding-top: 47px;
  padding-bottom: 12px;
  padding-left: 40px;
}
.kehu li .left .line {
  display: block;
  background: #fff;
  width: 65px;
  height: 1px;
  margin-bottom: 40px;
  margin-left: 40px;
}
.kehu li .left .more {
  display: block;
  background: #fff;
  width: 116px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #9ebc16;
  border-radius: 17px;
  margin-left: 40px;
}
.kehu li .right {
  position: absolute;
  right: 0;
  top: 0;width: 66%;    height: 100%;
}
.kehu li .right img {
  display: block;
  width: 100%;
}
.kehu li:hover {
  box-shadow: 3px 3px 5px 3px rgba(0, 0, 0, 0.2);
}
.kehu li:hover .more {
  background: #f08519;
  color: #fff;
}
.kehu li:nth-child(2n) {
  float: right;
}
.caselist2 {
  padding-top: 130px;
  padding-bottom: 74px;
}
.caselist2 li {
  width: 100%;
  background: url(../images/caselist_bg.jpg) center top no-repeat;
  background-size: cover;overflow:hidden;position:relative;
}
.caselist2 li::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 450px;
  top: 0;
  left: 0px;
  overflow: hidden;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.2)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  -webkit-transform: skewX(-32deg);
  -ms-transform: skewX(-32deg);
  -moz-transform: skewX(-32deg);
  transform: skewX(-32deg);
  opacity: 0;
}
.caselist2 li:hover::before {
  -webkit-transition: left 1s;
  -moz-transition: left 1s;
  -ms-transition: left 1s;
  transition: left 1s;
  left: 120%;
  opacity: 1;
}
.caselist2 li .left {
  padding-left: 67px;
}
.caselist2 li .left h3 {
  color: #fff;
  font-size: 36px;
  padding-top: 127px;
  padding-bottom: 42px;
}
.caselist2 li .left p {
  width: 360px;
  color: #fff;
  font-size: 20px;
  line-height: 36px;
}
.caselist2.about_box{padding-top:100px;padding-bottom: 0px;}
.caselist2.about_box li .left p{width:410px;}
.caselist2 li .right img {
  display: block;
}
.caselist2 li:hover {
  box-shadow: 3px 3px 5px 3px rgba(0, 0, 0, 0.2);
}
.caselist2 li:hover .more {
  background: #f08519;
  color: #fff;
}
.caselist2 li:nth-child(2n) {
  float: right;
}
.case_2 li {
  position: relative;
  float: left;
  width: 30.66667%;
  margin-bottom: 50px;
  margin-right: 4%;
  transition: all ease 0.36s;
}
.case_2 li {
  width: 32%;
  margin-right: 2%;
}
.case_2 li:nth-child(3n) {
  margin-right: 0;
}
.case_2 li .img {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
  z-index: 10;
}
.case_2 li img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.case_2 li .txt {
  background: #f5f5f5;
  height: 72px;
  line-height: 72px;
  text-align: center;
  border-bottom: 1px solid #efeeee;
  font-size: 18px;
  color: #666;
  transition: ease-in-out .2s;
  overflow: hidden;
  padding: 0 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.case_2 li:hover .txt {
  background: #9ebc16;
  color: #fff;
}
.erro{text-align:center;}
.event_box{ background-color:#fff; width:100%;  position:relative; padding-bottom:80px;z-index:1;}
.event_box .w1200{ position:relative;  z-index:3;}
.event_box .parHd{ width:100%; }
.event_box .parHd ul{ width:100%;}
.event_box .parHd ul li{height:55px; width:20%; float:left; text-align: center; position:relative; font-size:24px; color:#000; font-family:"Arial";}
.event_box .parHd ul li p{ padding-top:26px;}
.event_box .parHd ul li i{ display:none; width:10px; height:8px; background:url(../images/hj2_07.png) center center no-repeat; position:absolute; left:50%; top:4px; margin-left:-11px;}
.event_box .parHd ul li.act i{ display:block;}
.event_box .parHd ul li.act p{color:#9ebc16}
.event_box b{ background:url(../images/hj1_09.png) center center no-repeat; width:100%; height:19px; position:absolute; left:0px; bottom:122px; z-index:0;}
.event_box .sPrev{ display:block; width:21px; height:74px; position:absolute; left:0; top:246px; cursor:pointer;}
.event_box .sNext{ display:block; width:21px; height:74px; position:absolute; right:0; top:246px;cursor:pointer;}
.event_box .parBd{ }
.event_box .parBd .slideBox{ width:100%; position:relative;border-bottom:1px solid #ddd;}
.event_box .parBd .slideBox h4{ font-size:150px; color:#f3f7e4; line-height:432px; text-align:center; font-family:"Arial"; font-weight:bold;}
.event_box .parBd .slideBox .p{ width:100%; text-align:center; line-height:60px; font-size:26px; color:#000; position:absolute; left:0; top:100px;}
.w1200{width:1200px;margin:0 auto;}
/* 响应1200屏幕 */
@media (max-width: 1440px) {
    .header_main .header.w1365{width:1300px;max-width:1300px;}
  .header_main .nav_main .item {
    padding: 0 17px;
  }
  .index_main .section1 .index_banner .item .inner .block_txt{width:1000px;margin-left:-500px;}
  .floor_2 .box2 .right p {
    font-size: 28px;
    line-height: 55px;
  }
  .floor_2 .box2 .right p b {
    font-size: 40px;
  }
  .floor_4_main .left li:nth-child(3) h3 {
    font-size: 60px;
  }
  .floor_4_main .left li:nth-child(3) h3 b {
    font-size: 90px;
  }
  .floor_6_main .body .right .tel h3 {
    font-size: 42px;
  }
  .detail {
    width: 1080px;
  }

   .about_1 .box1 p {
    font-size: 16px;
  }
  .about_1 .box2 .left li h3 b {
    font-size: 42px;
  }
  .caselist2 li .left p {
    width: 250px;
  }
  .kehu li .right img{
   width:auto;height:100%;
  }
  .kehu li .left h3 {
    font-size: 30px;
  }
  .caselist2 li .left{padding-left:37px;}
}

