@charset "UTF-8";
@font-face {
  font-family: 'Rail';
  src: url("fonts/RailroadGothic.eot");
  src: url("fonts/RailroadGothic.eot") format("embedded-opentype"), url("fonts/RailroadGothic.woff2") format("woff2"), url("fonts/RailroadGothic.woff") format("woff"), url("fonts/RailroadGothic.ttf") format("truetype"), url("fonts/RailroadGothic.svg#RailroadGothic") format("svg");
}
@font-face {
  font-family: 'dinlight';
  src: url("fonts/dinlight.eot");
  src: url("fonts/dinlight.eot") format("embedded-opentype"), url("fonts/dinlight.woff2") format("woff2"), url("fonts/dinlight.woff") format("woff"), url("fonts/dinlight.ttf") format("truetype"), url("fonts/dinlight.svg#dinlight") format("svg");
}
a {
  -webkit-transition: all .1s linear;
          transition: all .1s linear;
}

a:hover {
  -webkit-transition: all .1s linear;
          transition: all .1s linear;
}

.ovh-f {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
}

li {
  list-style-type: none;
}

a {
  display: block;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}

a:hover {
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}

.w75 {
  width: 75%;
  margin: 0 auto;
}

.w776 {
  width: 77.6%;
  margin: 0 auto;
}

.pa90 {
  padding-top: 90px;
  margin-bottom: 100px;
}

.bg-f7 {
  background: #f7f7f7;
}

/*伪加载*/
/*#pageloader{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	overflow:hidden;
	z-index:2000;
}
#pageloader::after,#pageloader::before{
	content:"";
	display:block;
	position:absolute;
	left:0;
	width:100%;
	height:50%;
	background:#fff;
	z-index:-1;
	transition:all 1.2s cubic-bezier(.77,0,.175,1) 0s
}
#pageloader::before{top:0}
#pageloader::after{bottom:0}
#pageloader.hide::after,#pageloader.hide::before{height:0}
#pageloader.hide .loader-icon{opacity:0}*/
body, html {
  min-width: 1280px;
}

.w1200 {
  width: 1100px;
  margin: 0 auto;
}

header {
  z-index: 2;
  position: relative;
}
header .nav {
  height: 100px;
  line-height: 100px;
  position: relative;
  z-index: 3;
  opacity: 0;
  -webkit-transform: translateY(-100px);
      -ms-transform: translateY(-100px);
          transform: translateY(-100px);
  -webkit-transition-timing-function: cubic-bezier(0.52, 0, 0.58, 1);
          transition-timing-function: cubic-bezier(0.52, 0, 0.58, 1);
}
header .nav .logo {
  width: 280px;
  height: 100px;
  line-height: 100px;
}
header .nav .logo a {
  display: block;
}
header .nav .logo img {
  max-width: 100%;
}
header .nav .navbox {
  font-size: 12px;
  color: #fff;
  position: relative;
  z-index: 3;
  height: 100px;
}
header .nav .navbox ul {
  width: 100%;
  height: 100px;
}
header .nav .navbox ul li {
  float: left;
  position: relative;
  /*margin-right: 10px;*/
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  padding: 30px 0 0;
  box-sizing: border-box;
  height: 100px;
  width: 110px;
  text-align: center;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
header .nav .navbox ul li .span {
  color: #333;
}
header .nav .navbox ul li .y {
  font-size: 14px;
  color: #999;
  text-transform: capitalize;
  line-height: 28px;
}
header .nav .navbox ul li > a {
  color: #666;
  -webkit-transition: all .8s ease;
          transition: all .8s ease;
}
header .nav .navbox ul li:hover, header .nav .navbox ul li.cur {
  background: #155a37;
  -webkit-transition: all .5s;
          transition: all .5s;
}
header .nav .navbox ul li:hover, header .nav .navbox ul li.cur {
  -webkit-transition: all .8s ease;
          transition: all .8s ease;
}
header .nav .navbox ul li:hover .span, header .nav .navbox ul li.cur .span {
  color: #fff;
}
header .nav .navbox ul li:hover .y, header .nav .navbox ul li.cur .y {
  color: #fff;
}
header .nav .navbox ul .nav-hide {
  position: absolute;
  left: -1px;
  top: 100px;
  background: #fff;
  border-top: none;
  display: none;
  width: 108px;
  z-index: 3;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.1);
}
header .nav .navbox ul .nav-hide a {
  color: #666;
  display: block;
  border-bottom: 1px solid #e6e6e6;
  line-height: 48px;
}
header .nav .navbox ul .nav-hide a:hover {
  color: #d10413;
}
header .nav .wxbox-top {
  width: 120px;
  line-height: 60px;
  margin: 10px 0;
  text-align: center;
}
header .nav .wxbox-top .p {
  font-size: 12px;
  line-height: 1;
  color: #333;
}

.footer {
  padding: 20px 0 40px;
  background: #155A37;
}
.footer .w1200 {
  text-align: center;
}
.footer .top-ul {
  margin-bottom: 10px;
}
.footer .top-ul .li {
  display: inline-block;
  margin: 0 15px;
  font-size: 16px;
  line-height: 1;
  color: #fff;
}
.footer .bot-ul .sp {
  display: inline-block;
  color: #fff;
}
.footer .bot-ul .li {
  display: inline-block;
  margin: 0 5px;
  font-size: 14px;
  line-height: 1;
  color: #15ad6f;
}

.backtop {
  background: #e8e8e8;
  width: 73px;
  height: 73px;
  color: #fff;
  position: fixed;
  left: 3%;
  bottom: 330px;
  z-index: 8;
  display: none;
  -webkit-transition: all .5s;
          transition: all .5s;
  text-align: center;
  border-radius: 50%;
}
.backtop:hover {
  background: #e60012;
  -webkit-transition: all .5s;
          transition: all .5s;
}
.backtop a {
  display: block;
}
.backtop a img {
  margin-top: 14px;
  display: inline-block;
  -webkit-animation: arrow2 1.5s infinite linear;
  animation: arrow2 1.5s infinite linear;
}

.i-banner {
  /*height: 830px;*/
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}
.i-banner .flexslider {
  border: none;
  margin-bottom: 0;
}
.i-banner .flex-control-nav {
  bottom: 70px;
  z-index: 2;
  display: none;
}
.i-banner .flex-control-paging li a {
  background: #595757;
  box-shadow: inset 0 0 3px transparent;
}
.i-banner .flex-control-paging li a:hover, .i-banner .flex-control-paging li a.flex-active {
  background: #dbdcdc;
}

.xmore {
  font-size: 20px;
  color: #4f4f4f;
  line-height: 40px;
  margin: 50px auto 0;
  width: 120px;
  display: block;
  text-align: center;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
          transition-property: color;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.xmore:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e60012;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
      -ms-transform-origin: 0 50%;
          transform-origin: 0 50%;
  -webkit-transition-property: -webkit-transform;
          transition-property: transform;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.xmore:hover, .xmore:focus, .xmore:active {
  color: white;
}

.xmore:hover:before, .xmore:focus:before, .xmore:active:before {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
          transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.no-mar-right {
  margin-right: 0 !important;
}

.i-list .lista {
  margin-top: -100px;
  margin-bottom: 135px;
}
.i-list .lista .ul {
  width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.i-list .lista .ul .li {
  width: 220px;
  height: 300px;
  float: left;
  background: #eee;
  cursor: pointer;
  background: url(../img/10.png) no-repeat center;
  overflow: hidden;
}
.i-list .lista .ul .li.on {
  background: url(../img/11.png) no-repeat center !important;
}
.i-list .lista .ul .li:hover .btn-j {
  margin-left: 15px;
}
.i-list .lista .ul .img {
  text-align: center;
  height: 100px;
  line-height: 100px;
  padding-top: 30px;
  margin-bottom: 10px;
}
.i-list .lista .ul .img img {
  display: inline-block;
}
.i-list .lista .ul .p-text {
  text-align: center;
  margin-bottom: 25px;
}
.i-list .lista .ul .p-text .h {
  font-size: 25px;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  margin-bottom: 14px;
}
.i-list .lista .ul .p-text .h-tit {
  font-size: 14px;
  margin-bottom: 4px;
  color: #fff;
}
.i-list .lista .ul .p-text .tit-p {
  font-size: 14px;
  line-height: 1;
  color: #fff;
}
.i-list .lista .ul .btn-j {
  height: 20px;
  text-align: center;
  -webkit-transition: all .5s ease;
          transition: all .5s ease;
  background: url(../img/img12.png) no-repeat center;
}
.i-list .listb {
  margin-bottom: 50px;
}
.i-list .listb .p-text {
  width: 1100px;
  margin: 20px auto 0;
  font-size: 16px;
  color: #888;
  box-sizing: border-box;
  position: relative;
}
.i-list .listb .p {
  width: 800px;
  line-height: 1.8;
  margin: 0 auto;
}
.i-list .listb .btn-1 {
  width: 76px;
  height: 76px;
  background: url(../img/img10.png) no-repeat center;
  position: absolute;
  left: 0;
  top: 0;
}
.i-list .listb .btn-2 {
  width: 76px;
  height: 76px;
  background: url(../img/img10-1.png) no-repeat center;
  position: absolute;
  right: 0;
  bottom: 0;
}
.i-list .listc {
  margin-bottom: 130px;
}
.i-list .listc .ul {
  width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.i-list .listc .li {
  width: 255px;
  margin: 0 10px;
  float: left;
  text-align: center;
  cursor: pointer;
  position: relative;
}
.i-list .listc .img {
  margin-bottom: 20px;
}
.i-list .listc .h-tit {
  line-height: 30px;
  background: #fff;
  color: #155a37;
  font-weight: bold;
  display: inline-block;
  overflow: hidden;
}
.i-list .listc .h-tit span {
  padding: 0 10px;
  font-size: 18px;
  font-weight: bold;
  border: 1px solid #b4b4b4;
  float: left;
}
.i-list .listc .h-tit .sp1 {
  float: left;
  font-style: normal;
  color: #d2d2d3;
}
.i-list .listc .h-tit .sp1:nth-child(1){
  margin-right:10px; 
}
.i-list .listc .h-tit .sp1:nth-child(3){
  margin-left:10px; 
}
.i-list .listc .tit-p {
  width: 255px;
  height: 160px;
  border: 2px solid #d2d2d2;
  margin-top: -18px;
  padding-top: 40px;
  font-size: 16px;
  line-height: 1.8;
  color: #155a37;
}
.i-list .listc .btn-j {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -10px;
  height: 20px;
  text-align: center;
  background: url(../img/img12.png) no-repeat center;
}
.i-list .listd {
  margin-bottom: 110px;
}
.i-list .listd .ul {
  margin-top: 50px;
}
.i-list .listd .ul {
  width: 1100px;
  margin: 0 auto 60px;
  position: relative;
  z-index: 2;
}
.i-list .listd .ul .li {
  width: 220px;
  height: 300px;
  cursor: pointer;
  float: left;
}
.i-list .listd .ul .img {
  text-align: center;
  height: 84px;
  line-height: 84px;
  padding-top: 30px;
  margin-bottom: 15px;
}
.i-list .listd .ul .img img {
  display: inline-block;
}
.i-list .listd .ul .p-text {
  text-align: center;
  margin-bottom: 25px;
}
.i-list .listd .ul .p-text .h {
  font-size: 25px;
  line-height: 1;
  color: #155A37;
  font-weight: bold;
  margin-bottom: 14px;
}
.i-list .listd .ul .p-text .h-tit {
  font-size: 14px;
  margin-bottom: 4px;
  color: #333;
}
.i-list .listd .ul .p-text .tit-p {
  font-size: 14px;
  line-height: 1;
  color: #333;
}
.i-list .listd .ul .more {
  width: 80px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #155A37;
  font-size: 14px;
  border-radius: 5px;
  margin: 0 auto;
  border: 1px solid #155A37;
}
.i-list .listd .imga {
  width: 1100px;
  margin: 0 auto;
}
.i-list .listd .imga img {
  max-width: 100%;
}
.i-list .liste {
  margin-bottom: 100px;
}
.i-list .liste .sub-nav {
  margin: 44px auto;
  width: 360px;
}
.i-list .liste .sub-nav .li {
  margin: 0 12px;
  float: left;
  width: 90px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border: 1px solid #155a37;
  font-size: 14px;
  color: #155a37;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.i-list .liste .sub-nav .li.cur, .i-list .liste .sub-nav .li:hover {
  background: #155a37;
  color: #fff;
}
.i-list .liste .ul {
  width: 1100px;
  margin: 0 auto;
}
.i-list .liste .ul .li {
  margin-right: 50px;
  margin-bottom: 20px;
  float: left;
  cursor: pointer;
}
.i-list .liste .ul .li .img {
  width: 330px;
  height: 155px;
  overflow-y: hidden;
}
.i-list .liste .ul .li .p {
  font-size: 20px;
  font-weight: bold;
  color: #155a37;
  margin-top: 10px;
}
.i-list .liste .morex {
  width: 180px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #155A37;
  font-size: 16px;
  margin: 85px auto 0;
  border: 3px solid #155A37;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.i-list .liste .morex:hover {
  color: #fff;
  background: #155A37;
}
.i-list .listf {
  margin-bottom: 50px;
}
.i-list .listf .sub-nav {
  margin: 44px auto;
  width: 360px;
}
.i-list .listf .sub-nav .li {
  margin: 0 12px;
  float: left;
  width: 90px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border: 1px solid #155a37;
  font-size: 14px;
  color: #155a37;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: all .5s ease;
          transition: all .5s ease;
}
.i-list .listf .sub-nav .li.cur, .i-list .listf .sub-nav .li:hover {
  background: #155a37;
  color: #fff;
}
.i-list .listf .news-li .li {
  float: left;
  cursor: pointer;
  overflow: hidden;
}
.i-list .listf .news-li .li .p1 {
  font-size: 18px;
  /*font-weight: bold;*/
  color: #fff;
  width: 20px;
  text-align: center;
  float: left;
  overflow: hidden;
  padding: 10px;
  background: #155A37;
  height: 330px;
  line-height: 22px;
  writing-mode: tb-rl;
}
.i-list .listf .news-li .li .imgbox {
  width: 0px;
  height: 350px;
  float: left;
  /*display: none;*/
  position: relative;
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .8s ease;
          transition: all .8s ease;
}
.i-list .listf .news-li .li .imgbox .p2 {
  position: absolute;
  top: 40px;
  width: 360px;
  padding: 15px 20px;
  background: url(../img/10.png) no-repeat center;
  background-size: cover;
  font-size: 26px;
  color: #fff;
  font-weight: bold;
  line-height: 34px;
}
.i-list .listf .news-li .li.cur .p1 {
  background: #008048;
}
.i-list .listf .news-li .li.on .p1 {
  display: none;
}
.i-list .listf .news-li .li.on .imgbox {
  opacity: 1;
  filter: alpha(opacity=100%);
  -webkit-transition: all .8s ease;
          transition: all .8s ease;
  width: 895px;
}
.i-list .listf .morex {
  width: 180px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #155A37;
  font-size: 16px;
  margin: 85px auto 0;
  border: 3px solid #155A37;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.i-list .listf .morex:hover {
  color: #fff;
  background: #155A37;
}

.n-news-info {
  padding: 90px 0 30px;
}
.n-news-info .p-text .top {
  margin-top: 30px;
}
.n-news-info .p-text img {
  max-width: 100%;
}
.n-news-info .p-text .h {
  text-align: center;
  font-size: 48px;
  line-height: 1;
  color: #333;
  margin-bottom: 30px;
}
.n-news-info .p-text .p {
  font-size: 24px;
  color: #333;
  line-height: 1.2;
  text-indent: 2em;
  margin-bottom: 200px;
}
.n-news-info .p-text .h-news {
  text-align: center;
  font-size: 28px;
  line-height: 1;
  color: #333;
  margin-bottom: 30px;
}
.n-news-info .p-text .p1 {
  font-size: 14px;
  color: #333;
  line-height: 2;
  text-indent: 2em;
  margin-bottom: 50px;
}
.n-news-info .p-text .p1 img {
  display: block;
  margin: 0 auto;
}
.n-news-info .p-text .btn-tit {
  width: 206px;
  height: 60px;
  line-height: 60px;
  text-indent: 72px;
  font-size: 25px;
  color: #fff;
  display: block;
  background: url(../img/img5.png) no-repeat center;
  margin: 0 auto;
  letter-spacing: 40px;
}

.n-cases .listb .btn-img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.n-cases .listb .ul {
  padding-bottom: 40px;
  border-bottom: 1px dashed #b0b0b1;
}
.n-cases .listb .ul .li {
  float: left;
  margin-right: 10px;
  cursor: pointer;
}
.n-cases .listb .ul .li .img {
  position: relative;
  margin-bottom: 35px;
}
.n-cases .listb .ul .li .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.n-cases .listb .ul .li .ptext {
  position: absolute;
  text-align: center;
  height: 96px;
  top: 50%;
  margin-top: -48px;
  width: 100%;
}
.n-cases .listb .ul .li .ptext .h {
  font-size: 45px;
  line-height: 1.2;
  color: #fff;
}
.n-cases .listb .ul .li .ptext .h-tit {
  font-size: 24px;
  line-height: 1;
  color: #fff;
}
.n-cases .listb .ul .li .more {
  width: 130px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 18px;
  color: #333;
  display: block;
  margin: 0 auto;
  background: #ededed;
  border-radius: 5px;
}
.n-cases .listc {
  padding: 30px 0 150px;
}
.n-cases .listc .h {
  font-size: 48px;
  line-height: 1;
  color: #333;
  text-align: center;
}
.n-cases .listc .ul {
  margin-top: 20px;
}
.n-cases .listc .li {
  width: 390px;
  float: left;
  margin-right: 10px;
}
.n-cases .listc .img img {
  max-width: 100%;
}
.n-cases .listc .h-t {
  font-size: 36px;
  line-height: 60px;
  color: #333;
}

.n-contact .top {
  text-align: center;
}
.n-contact .top img {
  max-width: 100%;
  display: inline-block;
}
.n-contact .listb {
  margin: 120px 0;
}
.n-contact .p {
  font-size: 18px;
  line-height: 1.8;
  color: #666;
  margin: 35px 0;
  text-align: center;
}
.n-contact .baidumap {
  width: 100%;
  height: 520px;
}
.n-contact .wximg {
  text-align: center;
}
.n-contact .wximg p {
  font-size: 18px;
  line-height: 1.5;
}

.n-case {
  margin: 60px 0;
}
.n-case .sub-nav {
  margin: 44px auto;
  width: 360px;
}
.n-case .sub-nav .li {
  margin: 0 12px;
  float: left;
  width: 90px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border: 1px solid #155a37;
  font-size: 14px;
  color: #155a37;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.n-case .sub-nav .li.cur, .n-case .sub-nav .li:hover {
  background: #155a37;
  color: #fff;
}
.n-case .ul {
  width: 1100px;
  margin: 0 auto;
}
.n-case .ul .li {
  margin-right: 50px;
  margin-bottom: 20px;
  float: left;
  cursor: pointer;
}
.n-case .ul .li .img {
  width: 330px;
  height: 155px;
  overflow-y: hidden;
}
.n-case .ul .li .p {
  font-size: 20px;
  font-weight: bold;
  color: #155a37;
  margin-top: 10px;
}

.n-news {
  margin: 60px 0;
}
.n-news .sub-nav {
  margin: 44px auto;
  width: 360px;
}
.n-news .sub-nav .li {
  margin: 0 12px;
  float: left;
  width: 90px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border: 1px solid #155a37;
  font-size: 14px;
  color: #155a37;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.n-news .sub-nav .li.cur, .n-news .sub-nav .li:hover {
  background: #155a37;
  color: #fff;
}
.n-news .ul {
  width: 1100px;
  margin: 0 auto;
}
.n-news .ul .li {
  margin-right: 50px;
  margin-bottom: 40px;
  width: 330px;
  float: left;
  cursor: pointer;
}
.n-news .ul .li .img {
  /*height: 155px;*/
  overflow: hidden;
}
.n-news .ul .li .img img {
  width: 100%;
}
.n-news .ul .li .p-text {
  margin-top: 10px;
}
.n-news .ul .li .p-text .h {
  font-size: 24px;
  line-height: 1.2;
  font-weight: bold;
  color: #155a37;
  margin-bottom: 25px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.n-news .ul .li .p-text .h-tit {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 5px;
  color: #333;
  font-weight: bold;
}
.n-news .ul .li .p-text .p {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  margin-bottom: 15px;
}
.n-news .ul .li .p-text .more {
  width: 120px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: 1px solid #155a37;
  border-radius: 5px;
  font-size: 16px;
  color: #155a37;
  -webkit-transition: all .8s ease;
          transition: all .8s ease;
}
.n-news .ul .li:hover .more {
  background: #155a37;
  color: #fff;
}

.n-news .ul .li .img {
  overflow: hidden;
}

.n-news .ul .li img {
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
}

.n-news .ul .li:hover .img img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  -ms-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}

.n-case .ul .li .img {
  overflow: hidden;
}

.n-case .ul .li img {
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
}

.n-case .ul .li .img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  -ms-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}

.i-list .liste .ul .li .img {
  overflow: hidden;
}

.i-list .liste .ul .li img {
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
}

.i-list .liste .ul .li .img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  -ms-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}

.n-news .ul .li:hover .text-l .h {
  color: #dd0617;
}

.n-service .listb .ul .li .more:hover {
  color: #e40012;
}

.n-top-two {
  text-align: center;
}
.n-top-two .h {
  font-size: 32px;
  line-height: 1.2;
  color: #155A37;
  margin-bottom: 10px;
}
.n-top-two .h-tit {
  font-size: 12px;
  line-height: 1.5;
  color: #155A37;
  font-family: "Arial";
  text-transform: capitalize;
  padding: 0 10px;
  background: #fff;
  display: inline-block;
  position: relative;
  z-index: 2;
}
.n-top-two .line {
  position: absolute;
  width: 450px;
  height: 1px;
  left: 50%;
  top: 50%;
  margin-left: -225px;
  background: #125836;
  z-index: 1;
}
.n-top-two .p {
  font-size: 14px;
  line-height: 1.2;
  margin-top: 24px;
  color: #666;
  font-weight: bold;
}

.n-top-title {
  margin: 40px auto;
  text-align: center;
}
.n-top-title .h {
  font-size: 55px;
  line-height: 1.2;
  color: #155A37;
}
.n-top-title .h-tit {
  font-size: 30px;
  line-height: 1.5;
  margin-bottom: 10px;
  color: #717071;
}
.n-top-title .down-btn {
  margin: 20px auto;
}
.n-top-title .down-btn img {
  -webkit-animation: arrow2 1.5s infinite linear;
  animation: arrow2 1.5s infinite linear;
}
.n-top-title .btn-tit {
  width: 206px;
  height: 60px;
  line-height: 60px;
  text-indent: 55px;
  font-size: 25px;
  color: #fff;
  display: inline-block;
  background: url(../img/img5.png) no-repeat center;
  margin: 0 auto;
}

.wpage {
  text-align: center;
  padding: 40px 0 60px;
}

.page {
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
  clear: both;
  display: inline-block;
}

.page a {
  text-decoration: none;
  color: #d2d2d2;
  padding: 3px 10px;
  margin-right: 3px;
  display: inline-block;
  background: #fff;
  border: 1px solid #155a37;
  float: left;
  font-weight: normal;
  -webkit-transition: all .5s;
          transition: all .5s;
}

.page a.prve, .page a.next {
  font-family: "宋体";
}

.page a.active {
  background: #155a37;
  color: #fff;
  border: 1px solid #155a37;
}

.page a:hover {
  text-decoration: none;
  color: #fff;
  background: #155a37;
  border: 1px solid #155a37;
}

@-webkit-keyframes arrow2 {
  0% {
    -webkit-transform: translatey(0);
    transform: translatey(0);
  }
  50% {
    -webkit-transform: translatey(-4px);
    transform: translatey(-4px);
  }
  100% {
    -webkit-transform: translatey(0);
    transform: translatey(0);
  }
}

@keyframes arrow2 {
  0% {
    -webkit-transform: translatey(0);
    transform: translatey(0);
  }
  50% {
    -webkit-transform: translatey(-4px);
    transform: translatey(-4px);
  }
  100% {
    -webkit-transform: translatey(0);
    transform: translatey(0);
  }
}
.ovh-h {
 /* position: fixed;*/
 /* overflow: hidden;*/
}

.alertbox::after, .alertbox::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  /*background: #f7f7f7;*/
  z-index: -1;
  -webkit-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  transition: all 1s cubic-bezier(0.77, 0, 0.175, 1) 0s;
}

.alertbox::before {
  top: 0;
}

.alertbox::after {
  bottom: 0;
}

.alertbox.hide-a::after, .alertbox.hide-a::before {
  height: 0;
}

.alertbox.hidetwo .n-alertbox {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: ease all .5s;
          transition: ease all .5s;
}

.alertbox {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 23;
  display: none;
  overflow-y: auto;
}

.alertbox .bg-close {
  background: rgba(69, 74, 70, 0.9);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 10;
}

.alertbox .colse-btn {
  width: 53px;
  height: 53px;
  background: url(../img/close.png) no-repeat center;
  position: absolute;
  top: 0;
  right: -75px;
  cursor: pointer;
}

.alertbox .fenxbox {
  width: 53px;
  position: absolute;
  top: 70px;
  right: -75px;
  cursor: pointer;
}

.alertbox .fenxbox .sp {
  width: 53px;
  height: 53px;
  position: relative;
  z-index: 2;
  background: url(../img/img8.png) no-repeat center;
}

.alertbox .fenxbox.active .sp {
  background: url(../img/img8-1.png) no-repeat center;
}

.alertbox .fenxbox .ul {
  width: 46px;
  height: 255px;
  background: #fff;
  border-radius: 46px;
  margin-top: -40px;
  display: none;
}

.alertbox .n-alertbox {
  opacity: 0;
  -webkit-transition: ease all .5s;
          transition: ease all .5s;
  -webkit-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
          transform: translateY(-20px);
  z-index: 24;
  width: 1060px;
  top: 0%;
  left: 50%;
  margin-left: -530px;
  position: absolute;
  background: #fff;
  border: 10px solid #155a37;
  border-radius: 15px;
  /*padding: 35px 35px 45px;*/
  box-sizing: border-box;
}
.alertbox .n-alertbox .n-banner {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}
.alertbox .n-alertbox .n-banner img {
  width: 100%;
}
.alertbox .n-alertbox .bdsharebuttonbox {
  text-align: center;
}
.alertbox .n-alertbox .bdsharebuttonbox a.bds_tsina {
  margin-top: 45px;
  background: url(../img/13.png) no-repeat center;
  background-size: 36px auto;
}
.alertbox .n-alertbox .bdsharebuttonbox a.bds_sqq {
  background: url(../img/12.png) no-repeat center;
  background-size: 36px auto;
}
.alertbox .n-alertbox .bdsharebuttonbox a.bds_qzone {
  background: url(../img/14.png) no-repeat center;
  background-size: 36px auto;
}
.alertbox .n-alertbox .bdsharebuttonbox a.bds_weixin {
  background: url(../img/15.png) no-repeat center;
  background-size: 36px auto;
}
.alertbox .n-alertbox .bdsharebuttonbox a {
  width: 36px;
  height: 36px;
  margin: 0px 0px 6px 0;
  display: inline-block;
  float: none;
}
.alertbox .n-alertbox .p-text {
  /*text-align: center;*/
  font-size: 16px;
  color: #888;
  /*font-weight: bold;*/
  padding:30px;
}
.alertbox .n-alertbox .p-text img {
  max-width: 100%;
  display: inline-block;
  margin: 0 auto;
}
.alertbox .n-alertbox .backbox {
  margin-top: 70px;
  margin-bottom: 50px;
  text-align: center;
  cursor: pointer;
}
.alertbox .n-alertbox .backbox img {
  display: inline-block;
  max-width: 100%;
}



.alertbox.hidetwo .srollbox{
  height: 100%;
  width: 100%;
  overflow-y: auto;
  position: fixed;
  z-index: 11;
}

.alertbox{
  position: fixed;
  overflow-y: hidden;
}
.alertbox.hidetwo .n-alertbox{
  height: auto;
}


header.on{
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: #fff;
  box-shadow: 0px 0px 6px 0px rgba(0,0,0,.1);
  z-index: 9;
}

.p-text .h-news {
    text-align: center;
    font-size: 28px;
    line-height: 1;
    color: #333;
    margin-bottom: 15px;
}
.p-text .time{
  font-size: 14px;
  color: #999;
  line-height: 1.5;
  margin-bottom: 30px;
  text-align: center;
}



.i-list .listc .li .p-text{
  background: url(../img/k.png) no-repeat center;
  background-size: 100% auto;
}
.i-list .listc .h-tit .sp1{
  display: none;
}
.i-list .listc .tit-p,.i-list .listc .h-tit span{
  border:none;
}
.i-list .listc .btn-j{
  bottom: -1px;
}

.i-list .listd .imga{

}
.i-list .listd .imga .li1{
  position: absolute;
  bottom: 23px;
  width: 85px;
  height: 32px;
  cursor: pointer;
}
.i-list .listd .imga .sp1{
  left: 45px;
}
.i-list .listd .imga .sp2{
  left: 220px;
}
.i-list .listd .imga .sp3{
  left: 397px;
}
.i-list .listd .imga .sp4{
  left: 613px;
}
.i-list .listd .imga .sp5{
  left: 790px;
}
.i-list .listd .imga .sp6{
  left: 966px;
}
/*# sourceMappingURL=style.css.map */