
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}
#bsWXBox {
  box-sizing: content-box;
}
.main-color {
  color: #009244;
}
body {
  padding-top: 105px;
  -webkit-overflow-scrolling: touch;
}
.header-shadow {
  box-shadowl: 0 3px 10px rgba(0, 0, 0, 0.2);
}
.header {
  position: fixed;
  left: 0;
  top: 0;
  height: 105px;
  width: 100%;
  background: #fff;
  z-index: 1000;
  transition: all 0.4s;
}
.header .logo {
  float: left;
  margin-top: 15px;
  font-size: 1px;
}
.header .header-top {
  float: right;
  margin-top: 19px;
}
.header .header-top .search {
  float: left;
  position: relative;
}
.header .header-top .search input {
  font-size: 12px;
  border: 1px solid #D6D6D6;
  border-radius: 3px;
  height: 26px;
  line-height: 24px;
  width: 200px;
  padding-left: 10px;
  padding-right: 30px;
}
.header .header-top .search input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
  opacity: 0.6;
}
.header .header-top .search input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
  opacity: 0.6;
}
.header .header-top .search input:-ms-input-placeholder {
  color: #999;
  opacity: 0.6;
}
.header .header-top .search input::-webkit-input-placeholder {
  color: #999;
  opacity: 0.6;
}
.header .header-top .search .sea-btn {
  display: block;
  width: 30px;
  height: 26px;
  position: absolute;
  right: 0;
  top: 0;
  background: url("../image/icon01.png") no-repeat center;
}
.header .header-top .tel {
  margin-left: 20px;
  float: left;
  height: 26px;
  font-size: 24px;
  line-height: 26px;
  padding-left: 30px;
  background: url("../image/icon02.png") no-repeat left center;
}
.header .header-top .language {
  margin-left: 20px;
  float: left;
  width: 68px;
  height: 26px;
  background: #009244;
  color: #fff;
  text-align: center;
  line-height: 26px;
  font-size: 12px;
}
.header .nav {
  position: relative;
  height: 60px;
  float: right;
  right: -46px;
}
.header .nav>li {
  height: 100%;
  padding-top: 20px;
  float: left;
  padding-left: 46px;
  padding-right: 46px;
  position: relative;
}
.header .nav>li > a {
  display: block;
  text-align: center;
  font-size: 15px;
  position: relative;
  line-height: 1;
}
.header .nav>li > a:after {
  content: '';
  display: block;
  height: 2px;
  background: #009244;
  width: 0;
  margin-top: 15px;
  transition: all 0.2s;
}
.header .nav>li .navv {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 100;
  top: 100%;
  background: url("../image/mask01.png");
}
.header .nav>li .navv a {
  width: 100%;
  padding: 5px 10px;
  text-align: center;
  color: #fff;
  display: block;
  font-size: 14px;
  line-height: 24px;
}
.header .nav>li .navv a:hover {
  background-color: #009244;
}
.header .nav>li.active > a:after,
.header .nav>li:hover > a:after {
  width: 100%;
}
.home-banner div{
	display: block !important;
} 
.home-banner .box {
  display: block;
  width: 100%;
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
}
.home-banner .box img{
	width:100%;
}
.home-banner .slick-dots {
  z-index: 100;
  bottom: 40px;
  line-height: 0;
}
.home-banner .slick-dots li {
  margin: 0 10px;
  width: 40px;
  height: 4px;
  padding: 0;
}
.home-banner .slick-dots li button {
  width: 40px;
  height: 4px;
  display: block;
  border-radius: 2px;
  background: none;
  background: #fff;
  opacity: 0.4;
  padding: 0 0;
}
.home-banner .slick-dots li.slick-active button {
  opacity: 1;
}
.inside-banner { 
  overflow: hidden;
  width: 100%;
}
.inside-banner img {
  display: block;
  position: relative; 
  width:100%;
}
.footer {
  padding: 40px 0;
  background: #393D43;
  text-align: center;
  color: #999;
}
.footer .footer-nav a {
  font-size: 14px;
  color: #999;
  line-height: 14px;
  padding: 0 30px;
}
.footer .footer-nav a:hover {
  color: #fff;
}
.footer .footer-nav a + a {
  border-left: 1px solid #999;
}
.footer .copy-right {
  line-height: 22px;
  margin-top: 20px;
  font-size: 14px;
}
.footer .copy-right select {
  font-size: 12px;
  background: none;
  color: #999;
  height: 22px;
  border: 1px solid #999;
  line-height: 20px;
  vertical-align: middle;
  margin-left: 25px;
  padding-left: 5px;
  padding-right: 5px;
}
.home-box {
  padding-top: 33px;
  padding-bottom: 53px;
}
 
.home-box .home-title {
  text-align: center;
  padding-bottom: 35px;
}
.home-box .home-title .cn {
  line-height: 1;
  font-size: 34px;
}
.home-box .home-title .en {
  color: #b4b4b4;
  text-transform: uppercase;
  margin-top: 10px;
}
.home-box .home-title .line {
  text-align: center;
  line-height: 0;
  margin-top: 10px;
}
.home-box .home-title .line span {
  margin: 0 7px;
  display: inline-block;
  width: 9px;
  height: 9px;
  background: #009244;
}
.home-box .home-title .line:before,
.home-box .home-title .line:after {
  content: '';
  display: inline-block;
  width: 227px;
  border-bottom: 1px solid #E9E9E9;
  position: relative;
  top: -4px;
}
.home-box .home-title .summary {
  font-size: 13px;
  color: #777;
  line-height: 25px;
  margin-top: 30px;
}
.home-service {
  background: #F6F6F6;
  overflow: hidden;
  position: relative;
}
.home-service .link {
  position: absolute;
  z-index: 20;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.home-service .mask {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  //background: url("../image/mask-bg01.png") repeat;
  color: #fff;
  padding-top: 10px;
  opacity: 1;
  filter: alpha(opacity=100);
  transition: all 0.4s;
    display: none;
}
.home-service .mask .icon {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  position: relative;
}
.home-service .mask .icon1 {
  background: url("../image/icon13.png") no-repeat center;
}
.home-service .mask .icon2 {
  background: url("../image/icon14.png") no-repeat center;
}
.home-service .mask .icon3 {
  background: url("../image/icon15.png") no-repeat center;
}
.home-service .mask .txt {
  font-size: 20px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  margin-top: 15px;
  text-align: center;
}
.home-service .f-l {
  width: 49.417%; 
  position: relative;
  overflow: hidden; 
}
.home-service .f-l .pic{
	position: relative;
	overflow: hidden; 
}
.home-service .f-l .pic br{
	display: none;
}
.home-service .f-l .pic:after{
	content:'';
	display: block;
	padding-bottom:63.74367%;
}
.home-service .f-l img{
	    position: absolute;
	    top: 0;
	    bottom: 0;
	    left: 0;
	    right: 0;
	    max-width: 100%;
	    max-height: 100%;
	    display: block;
	    vertical-align: middle;
	    text-align: center;
	    margin: auto;
		transition: 0.5s;
}
.home-service .f-l .mask {
  padding-top: 100px;
  display: none;
}
.home-service .f-l .mask02 {
  position: absolute;
  z-index: 10;
  left: 0;
  bottom: -65px;
  transition: all 0.4s;
  width: 100%;
  height: 124px;
  background: url("../image/mask-bg01.png") repeat;
  color: #fff;
  padding: 18px 30px;
}
.home-service .f-l .mask02 .title {
  font-size: 20px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home-service .f-l .mask02 .content {
  margin-top: 10px;
  font-size: 13px;
  line-height: 24px;
 
  overflow: hidden;
}
.home-service .f-l:hover .mask {
  opacity: 0;
  filter: alpha(opacity=100);
}
.home-service .f-l:hover .mask02 {
  bottom: 0;
}
.home-service .f-r {
  width: 49.417%; 
  position: relative;
  overflow: hidden; 
}
.home-service .f-r .box {  
  position: relative;
  overflow: hidden;
}
.home-service .f-r .box .pic{
	position: relative;
	overflow: hidden;
}
.home-service .f-r .box .pic:after{
	content:'';
	display: block;
	padding-bottom:30.69139966273187%;
}
.home-service .f-r .box img{
	    position: absolute;
	    top: 0;
	    bottom: 0;
	    left: 0;
	    right: 0;
	    max-width: 100%;
	    max-height: 100%;
	    display: block;
	    vertical-align: middle;
	    text-align: center;
	    margin: auto;
		transition: 0.5s;
}
.home-service .f-r .box .mask02 {
  position: absolute;
  z-index: 10;
  right: 0;
  bottom:-65px;
  height: 124px;
  width:100%;
  background: url("../image/mask-bg01.png") repeat;
  transition: all 0.4s;
  padding: 18px 30px;
  color: #fff;
}
.home-service .f-r .box .mask02 .title {
  font-size: 20px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home-service .f-r .box .mask02 .content {
  font-size: 13px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  margin-top: 10px;
}
.home-service .f-r .box:hover .mask {
  opacity: 0;
  filter: alpha(opacity=100);
}
.home-service .f-r .box:hover .mask02 {
  bottom: 0;
}
.home-service .f-r .box + .box {
  margin-top: 14px;
}
.home-area ul { 
	    padding: 0 40px;
}
.home-area ul li {
  float: left;
  width:14.28571428571429%;
  height: 140px;
  position: relative;
  padding-top: 30px;
}
.home-box{
	overflow: hidden;
}
.home-area ul li:before {
      z-index: -1;
      content: '';
      border: 1px solid #E9E9E9;
      position: absolute;
      width: 100%;
      height: 100%;
      background: #FAFAFA;
      left: 0;
      top: 0;
      transform: skew(-30deg); 
}
.home-area ul li .icon {
  width: 50px;
  height: 50px;
  position: relative;
  margin: 0 auto;
  transform: rotate(0deg);
  transition: all 0.6s; 
}
.home-area ul li .txt {
  width: 100%;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-top: 15px;
}
.home-area ul li a:hover .icon {
transform:scale(1.1);
transition:all 0.3s;
 
}
 .home-area .show .info{
	 display: none;
	 padding-top:30px;
 }
 .home-area .show .info .text{
	 float:left;
	 width:50%;
	     color: #777;
	     font-size: 13px;
	     line-height: 30px;
	     height: 150px;
	     overflow: hidden;
	     margin-top:62px;
 }
  .home-area .show .info .img{
	  float:right;
	  width:50%;
  }
.home-about {
  overflow: hidden;
  background: url("../image/bg02.jpg") no-repeat center top;
  background-size: 100%;
}
.home-about .home-title .cn {
  color: #fff;
}
.home-about .home-title .en {
  color: #fff;
  opacity: 0.5;
}
.home-about .home-title .line span {
  background: #fff;
}
.home-about .home-title .line:before,
.home-about .home-title .line:after {
  border-bottom: 1px solid #fff;
  opacity: 0.25;
}
.home-about .box { 
  background: #fff;
  overflow: hidden;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.home-about .box .txt {
  float: left;
  width: 50%; 
  padding: 50px;
}
.home-about .box .txt .title {
  font-size: 24px;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home-about .box .txt .en {
  font-size: 14px;
  color: #999;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 15px;
  text-transform: uppercase;
}
.home-about .box .txt .content {
  color: #777;
  font-size: 13px;
  line-height: 30px;
  height: 90px;
  overflow: hidden;
  margin-top: 32px;
}
.home-about .box .txt .more {
  text-align: center;
  display: block;
  width: 100px;
  height: 32px;
  line-height: 30px;
  border: 1px solid #009244;
  background: #009244;
  color: #fff;
  font-weight: bold;
  margin-top: 32px;
  transition: all 0.4s;
  position: relative;
}
.home-about .box .txt .more:after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 30px;
  background: url("../image/right02.png") no-repeat 0 0;
  margin-left: 5px;
  position: relative;
  vertical-align: middle;
  top: -1px;
  transition: all 0.4s;
}
.home-about .box .txt .more:hover {
  background: #fff;
  color: #009244;
}
.home-about .box .txt .more:hover:after {
  background-position: 0 -31px;
}
.home-about .box .video {
  width: 50%; 
  
  float: right;
}
.home-about .box .video video{
	display: block;
}
.home-news {
  padding-top: 0;
}


.home-news ul{
	margin:0 -13px;
}
.home-news ul li {
  float: left;
  width: 25%;
  padding:0 13px;
  padding-bottom: 15px; 
  position: relative;
}
.home-news ul li a{
	display: block;
	overflow: hidden;
}
.home-news ul li .pic {
  width: 100%; 
  position: relative;
}
.home-news ul li .pic:after{
	padding-bottom:53.57142857142857%;
	content:'';
	display: block;
}
.home-news ul li .title {
  margin-top: 20px;
  font-size: 16px;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.home-news ul li .date {
  color: #999;
  font-size: 12px;
  line-height: 18px;
  height: 18px;
  overflow: hidden;
  margin-top: 10px;
}
.home-news ul li:after {
  content: '';
  width: 0;
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 1; 
  transition: all 0.4s;
}
.home-news ul li:hover:after {
  width: 100%;
} 
.home-news ul li a .p{
		font-size:13px;
		line-height:22px;
		height:88px;
		overflow: hidden;
		margin-top:8px;
		color:#666;
	}
.home-news .left{
	width:50%;
	float:left;
}
.home-news .left ul li {
	    float: left;
	    width: 50%; 
	}
	.home-news .left ul li a{
		box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
		    padding:12px 12px 33px 12px;
	}
.home-news .right{
	float:right;
	width:48%;
}
.home-news .right ul{
	margin:0;
}
.home-news .right ul li { 
	    width: 100%; 
		    padding: 0;
			margin-bottom:10px;
	}
	.home-news .right ul li .title{
		margin-top:5px; 
	}
 
	.home-news .right ul li .pic{
		    width: 150px;
		    position: absolute;
		    left: 0;
		    top: 0;
	}
	.home-news .right ul li a{
		position: relative;
		padding-left:170px;
		height:80px;
	}
	.home-news .right ul li a .p{ 
		height:44px; 
		margin-top:5px;
	}
.home-case { 
  background:#f6f6f6 url("../image/bg01.jpg") no-repeat center;
}
.home-case .case-slick { 
  position: relative;
  padding:0 11px;
}
.home-case .case-slick:before {
  content: '';
  display: block;
  width: 11px;
  background: #F6F6F6;
  z-index: 10;
  position: absolute;
  height: 324px;
  left: 0;
  top: 0;
}
.home-case .case-slick:after {
  content: '';
  display: block;
  width: 11px;
  background: #F6F6F6;
  z-index: 10;
  position: absolute;
  height: 324px;
  right: 0;
  top: 0;
}
.home-case .case-slick .slick-slide{
	padding:0 11px;
	width:25%;
	float:left;
}
.home-case .case-slick .box { 
  border: 1px solid #EEEEEE;
  background: #fff;
  padding: 19px;
  margin: 0 auto;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
  transition: all 0.4s;
}
.home-case .case-slick .box .pic { 
  position: relative;
  overflow: hidden;
}
.home-case .case-slick .box .pic:after{
	content:'';
	display: block;
	padding-bottom:52.46376811594203%;
}
.home-case .case-slick .box .title {
  display: block;
  height: 26px;
  line-height: 26px;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 20px;
}
.home-case .case-slick .box .content {
  font-size: 13px;
  color: #777;
  margin-top: 10px;
  height: 72px;
  line-height: 24px;
  overflow: hidden;
}
.home-case .case-slick .box:hover {
  border-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.home-case .case-slick .box:hover .title {
  color: #009244;
}
.home-case .case-slick .slick-prev,
.home-case .case-slick .slick-next {
  z-index: 20;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
  width: 50px;
  height: 50px;
}
.home-case .case-slick .slick-prev {
  left: -39px;
  background: #C5C5C5 url(../image/left01.png) no-repeat center;
}
@media (max-width: 1600px) {
  .home-case .case-slick .slick-prev {
    left: 0px;width:13px;
  }
}
.home-case .case-slick .slick-prev:hover {
  background-color: #009244;
}
.home-case .case-slick .slick-next {
  right: -40px;
  background: #C5C5C5 url(../image/right01.png) no-repeat center;
}
@media (max-width: 1600px) {
  .home-case .case-slick .slick-next {
    right: 0px;width:13px;
  }
}
.home-case .case-slick .slick-next:hover {
  background-color: #009244;
}
.home-case .more {
  margin: 40px auto 0;
  text-align: center;
  display: block;
  width: 210px;
  height: 32px;
  line-height: 30px;
  border: 1px solid #009244;
  color: #009244;
  transition: all 0.4s;
  position: relative;
}
.home-case .more:after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 30px;
  background: url("../image/right03.png") no-repeat 0 0;
  margin-left: 8px;
  position: relative;
  vertical-align: middle;
  top: -1px;
  transition: all 0.4s;
}
.home-case .more:hover {
  background: #009244;
  color: #fff;
}
.home-case .more:hover:after {
  background-position: 0 -31px;
}
.inside-nav {
  line-height: 50px;
  font-size: 12px;
  color: #666;
  background: #F8F8F8;
  border-bottom: 1px solid #DCDCDC;
}
.inside-nav .list {
  float: left;
}
.inside-nav .list a {
  margin-right: 28px;
  font-size: 13px;
  padding: 5px 8px;
}
.inside-nav .list a:hover,
.inside-nav .list a.active {
  background: #009244;
  color: #fff;
}
.inside-nav .bread {
  float: right;
}
.inside-nav .bread a {
  display: inline-block;
  color: #666;
}
.inside-nav .bread a:hover {
  color: #009244;
}
.inside-nav .bread .position {
  position: relative;
}
.inside-nav .bread .position:before {
  content: '';
  display: inline-block;
  width: 11px;
  height: 10px;
  background: url("../image/icon12.png") no-repeat left center;
  margin-right: 10px;
}
.inside-nav .bread .arrow {
  font-family: "宋体";
}
.inside-nav .bread .active {
  color: #009244;
}
.inside-page {
  padding-top: 60px;
  padding-bottom: 100px;
  overflow: hidden;
}
.inside-page .inside-title {
  padding: 15px 0;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  position: relative;
}
.inside-page .inside-title:after {
  content: '';
  display: block;
  width: 70px;
  border-bottom: 2px solid #009244;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -35px;
}
.inside-page .inside-summary {
  font-size: 13px;
  line-height: 24px; 
  color: #777;
  text-align: left;
  margin: 15px auto 0;
}
.service-list {
  margin-top: 50px;
  margin-left: -9px;
  margin-right: -9px;
}
.service-list li {
  margin-bottom: 16px;
  padding-left: 8px;
  padding-right: 8px;
  float: left;
  width: 33.3333333%; 
  position: relative;
  text-align: center;
  color: #333;
}
.service-list li .more {
  position: relative; 
  z-index: 100;
}
.service-list li .more span {
    display: block;
    height: 40px;
    line-height: 40px;
    color: #009244;
    font-size: 16px; 
    width: 140px;
    margin: 0 auto;
    border: 1px solid #009244;
}
.service-list li:hover .more span{
	background-color: #009244;
	color:#fff;
}
.service-list li .pic{
	position: relative;
	overflow: hidden;
}
.service-list li .pic:after{
	padding-bottom:87.17948717948718%;
	content:'';
	display: block;
}
.service-list li .mask {
     position: relative; 
     overflow: hidden; 
}
.service-list li .mask .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.9;
  filter: alpha(opacity=90);
  transition: all 0.4s;
  display: none;
}
/* .service-list li .mask .bg1 {
  background: #009244;
}
.service-list li .mask .bg2 {
  background: #FF6666;
}
.service-list li .mask .bg3 {
  background: #CC3666;
}
.service-list li .mask .bg4 {
  background: #4096D9;
} */
.service-list li .mask .txt {
  position: relative;
  z-index: 1;
  padding: 30px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.service-list li .mask .txt .icon {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  background-position: center;
  background-repeat: no-repeat;
  display: none;
}
.service-list li .mask .txt .icon01 {
  background-image: url("../image/icon22.png");
}
.service-list li .mask .txt .icon02 {
  background-image: url("../image/icon14.png");
}
.service-list li .mask .txt .icon03 {
  background-image: url("../image/icon15.png");
}
.service-list li .mask .txt .icon04 {
  background-image: url("../image/icon13.png");
}
.service-list li .mask .txt .title {
  font-size: 16px;
  line-height: 26px;
  height: 26px;
  overflow: hidden;
  font-weight: bold;
  margin-top: 10px;
  position: relative; 
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.service-list li .mask .txt .line {
  width: 30px;
  opacity: 0.5;
  border-bottom: 1px solid #333;
  margin: 15px auto;
  position: relative; 
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.service-list li .mask .txt .content {
  line-height: 24px;
  height: 120px;
  overflow: hidden;
  opacity: 1;
  filter: alpha(opacity=100);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
 

.service-show {
  font-size: 13px;
  color: #666;
  line-height: 24px;
  padding-bottom: 0;
}
.service-show .service-title {
  font-size: 26px;
  line-height: 1;
  text-align: center;
  color: #333;
}
.service-show .service-intro {
  margin-top: 40px; 
  padding: 80px 0;
}
.service-show .service-intro .content {
  margin-top: 32px;
}
.service-show .service-intro .pic-list {
  margin-top: 35px;
}
.service-show .service-intro .pic-list li {
  width: 25%; 
  padding:0 5px;
  position: relative;
  float: left;
} 
.service-show .details-list {
  padding: 20px 0;
}
.service-show .details-list li {
  padding: 60px 0;
}
.service-show .details-list li .txt .title {
  font-size: 26px;
  color: #333;
  line-height: 1;
}
.service-show .details-list li .pic img {
  max-width: 100%;
}
.service-show .details-list .li01 .txt {
  float: left;
  width: 100%;
}
.service-show .details-list .li01 .txt .summary {
  margin-top: 20px;
}
.service-show .details-list .li01 .txt .ability-list {
  margin-top: 10px;
}
.service-show .details-list .li01 .txt .ability-list p {
  width: 50%;
  float: left;
  padding-right: 10px;
}
.service-show .details-list .li01 .pic {
  max-width: 50%;
  float: right;
}
.service-show .details-list .li02 .txt {
  float: right; 
  width:69%;
}
.service-show .details-list .li02 .txt .cycle-list {
  margin-top: 20px;
}
.service-show .details-list .li02 .txt .cycle-list .cycle-title {
  color: #009244;
  font-weight: bold;
}
.service-show .details-list .li02 .txt .cycle-list .content {
  margin-top: 10px;
}
.service-show .details-list .li02 .txt .cycle-list .cycle01 {
  width: 100%;
  float: left;
}
.service-show .details-list .li02 .txt .cycle-list .cycle02 {
  width: 250px;
  float: right;
}
.service-show .details-list .li02 .pic {
  max-width: 360px;
  float: left;
}
.service-show .details-list .li03 .txt { 
  padding-top: 50px;
  float: left;
}
.service-show .details-list .li03 .txt .design-step {
  margin-top: 20px;
}
.service-show .details-list .li03 .txt .design-step p {
  margin-bottom: 25px;
}
.service-show .details-list .li03 .txt .design-step p:before {
  content: '• ';
}
.service-show .details-list .li03 .pic {
  max-width: 830px;
  float: right;
}
.service-show .details-list li + li {
  border-top: 1px solid #E7E7E7;
}
.service-show .service-case {
  padding-top: 80px;
  padding-bottom: 100px;
  background: #F8F8F8;
}
.service-show .service-case .case-slick {
  margin: 40px -4px 0;
}
.service-show .service-case .case-slick .box { 
  margin: 0 auto;
  padding:0 4px;
}
.service-show .service-case .case-slick .pic {  
  position: relative;
  overflow: hidden;
  background: #fff;
}
.service-show .service-case .case-slick .pic:after{
	content:'';
	display: block;
	padding-bottom:52.41379310344828%;
}
.service-show .service-case .case-slick .pic img {
  transition: all 0.4s;
  transform: scale(1);
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      max-width: 100%;
      max-height: 100%;
      display: block;
      vertical-align: middle;
      text-align: center;
      margin: auto;
      transition: 0.5s;
}
.service-show .service-case .case-slick .pic:hover img {
  transform: scale(1.2);
}
.service-show .service-case .case-slick .title {
  font-size: 16px;
  margin-top: 10px;
  text-align: center;
  display: block;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.service-show .service-case .case-slick .title:hover {
  color: #009244;
}
.service-show .service-case .slick-btn {
  text-align: center;
  width: 100%;
  position: relative;
  margin-top: 30px;
}
.service-show .service-case .slick-btn:before {
  content: '';
  display: block;
  width: 42%;
  border-bottom: 1px solid #DEDEDE;
  position: absolute;
  left: 0;
  top: 15px;
}
.service-show .service-case .slick-btn:after {
  content: '';
  display: block;
  width:42%;
  border-bottom: 1px solid #DEDEDE;
  position: absolute;
  right: 0;
  top: 15px;
}
.service-show .service-case .slick-btn span {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  cursor: pointer;
  background-color: #BABABA;
  margin: 0 5px;
  background-repeat: no-repeat;
  background-position: center ;
}
.service-show .service-case .slick-btn span:hover {
  background-color: #009244;
}
.service-show .service-case .slick-btn .prev {
  background-image: url("../image/left01.png");
}
.service-show .service-case .slick-btn .next {
  background-image: url("../image/right01.png");
}
.recruit-list {
  margin-top: 45px;
}
.recruit-list .recruit-title {
  font-size: 13px;
  color: #333;
  line-height: 40px;
  height: 40px;
}
.recruit-list .recruit-title span {
  float: left;
  text-align: center;
  overflow: hidden;
  height: 40px;
  padding: 0 10px;
}
.recruit-list .recruit-title .job {
  width: 29%;
}
.recruit-list .recruit-title .count {
  width: 17%;
}
.recruit-list .recruit-title .position {
  width: 18%;
}
.recruit-list .recruit-title .education {
  width: 18%;
}
.recruit-list .recruit-title .date {
  width:18%;
}
.recruit-list .recruit-title span + span {
  border-left: 1px solid #EFEFEF;
}
.recruit-list .list-head {
  line-height: 30px;
  height: 30px;
  background: #009244;
  border-left: 1px solid #009244;
  border-right: 1px solid #009244;
  color: #fff;
  font-weight: bold;
}
.recruit-list .list-head span {
  height: 30px;
}
.recruit-list .recruit-box {
  border-left: 1px solid #EFEFEF;
  border-right: 1px solid #EFEFEF;
  border-bottom: 1px solid #EFEFEF;
}
.recruit-list .recruit-box .recruit-title {
  cursor: pointer;
}
.recruit-list .recruit-box .recruit-title.active,
.recruit-list .recruit-box .recruit-title:hover {
  background: #E8EEEB;
}
.recruit-list .recruit-box .recruit-title.active span,
.recruit-list .recruit-box .recruit-title:hover span {
  border-color: #fff;
}
.recruit-list .recruit-box .details {
  display: none;
  background: #F8F8F8;
  padding: 20px 30px;
  line-height: 33px;
  max-height: 337px;
  overflow-y: auto;
}
.recruit-list .recruit-box .details .request {
  font-weight: bold;
  color: #009244;
}
.recruit-list .recruit-box .details::-webkit-scrollbar-track {
  background-color: transparent;
  border: 1px solid #fff;
}
.recruit-list .recruit-box .details::-webkit-scrollbar {
  width: 4px;
  background-color: #F5F5F5;
}
.recruit-list .recruit-box .details::-webkit-scrollbar-button {
  display: none;
}
.recruit-list .recruit-box .details::-webkit-scrollbar-thumb {
  background-color: #009244;
}
.about-txt {
  margin-top: 40px;
  color: #777;
  font-size: 13px;
  text-indent: 2em;
  line-height: 30px;
}
.about-video {
  width: 800px;
  height: 450px;
  margin: 40px auto 0;
}
.page {
  margin-top: 60px;
  width: 100%;
  text-align: center;
}
.page a:hover,
.page .cpb {
  color: #fff;
  background-color: #009244;
}
.page a {
  border-radius: 3px;
  color: #666;
  display: inline-block;
  font-size: 14px;
  background: #F0F0F0;
  height: 40px;
  width: 40px;
  line-height: 40px;
  margin: 0 4px 4px 4px;
}
.inside-tab {
  margin-top: 20px;
  text-align: center;
}
.inside-tab a {
  display: inline-block;
  min-width: 70px;
  line-height: 28px;
  border: 1px solid #009244;
  margin: 10px;
  border-radius: 3px;
  padding: 0 5px;
}
.inside-tab a.active,
.inside-tab a:hover {
  background: #009244;
  color: #fff;
}
.faq-list {
  margin-top: 40px;
  margin-left: -30px;
  margin-right: -30px;
}
.faq-list li {
  border-bottom: 1px solid #F1F1F1;
  transition: all 0.4s;
}
.faq-list li .question {
  cursor: pointer;
  padding-left: 30px;
  height: 55px;
  line-height: 55px;
  padding-right: 100px;
  position: relative;
  font-size: 16px;
}
.faq-list li .question .title { 
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-right: 83px;
}
.faq-list li .question .title:before {
  content: '';
  display: inline-block;
  margin-right: 10px;
  border-left: 5px solid #009244;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
.faq-list li .question .date {
  position: absolute;
  top:0;
  right:47px;
  color: #999;
}
.faq-list li .question .arrow {
  display: block;
  width: 18px;
  height: 9px;
  background: url("../image/arrow01.png") no-repeat center;
  position: absolute;
  right: 30px;
  top: 23px;
}
.faq-list li .question .open {
  background: url("../image/arrow02.png") no-repeat center !important;
}
.faq-list li .question:hover,
.faq-list li .question.active {
  background: #009244;
  color: #fff;
}
.faq-list li .question:hover .title:before,
.faq-list li .question.active .title:before {
  border-left-color: #fff ;
}
.faq-list li .question:hover .date,
.faq-list li .question.active .date {
  color: #fff;
}
.faq-list li .question:hover .arrow,
.faq-list li .question.active .arrow {
  background: url("../image/arrow03.png") no-repeat center;
}
.faq-list li .answer {
  display: none;
  font-size: 13px;
  color: #666;
  line-height: 24px;
  padding: 35px 30px;
  background: #F8F8F8;
}
.feedback {
  margin-top: 45px;
}
.feedback input,
.feedback textarea {
  background: #fff;
  padding: 10px 10px;
  color: #333;
  vertical-align: middle;
  border: #D3D3D3 solid 1px;
  border-radius: 3px;
}
.feedback input:focus,
.feedback textarea:focus {
  border: #009244 solid 1px;
  box-shadow: 0 0 5px rgba(0, 87, 178, 0.69);
}
.feedback .div-01 {
  margin-bottom: 10px;
  clear: both;
  padding:0 10px;
}
.feedback form{ 
}
.feedback .div-03 { 
  margin-bottom: 10px;
  float: left;
  width:50%;
  padding:0 10px;
}
.feedback .div-last {
  margin-right: 0;
}
.feedback .verify {
  clear: both;
  float: left;
  overflow: hidden;
  width:100%;
  padding:0 10px;
}
.feedback .verify input {
  float: left;
  width:200px;
  margin-right: 10px;
}
.feedback .verify img {
  width: 120px;
  height: 40px;
  border-radius: 3px;
  border: 1px solid #DDDDDD;
  float: left;
}
.feedback .verify .a-01 {
  line-height: 40px;
  float: left;
  display: inline-block;
  margin-left: 10px;
  color: #999;
  text-decoration: underline;
}
.feedback .verify .a-01:hover {
  color: #009244;
}
.feedback input {
  width:100%;
  height: 40px;
}
.feedback textarea {
  font-family: "Microsoft YaHei";
  width: 100%;
  min-height: 130px;
}
.feedback .btn {
  float: right;
  text-align: center;
  overflow: hidden;
  padding:0 10px;
}
.feedback .submit,
.feedback .reset {
  border-radius: 3px;
  display: inline-block;
  width: 120px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  color: #fff;
  margin-left: 10px;
  background: #009244;
}
.net-list {
  margin: 50px -25px 0;
}
.net-list li {
  float: left;
  width: 50%;
  padding: 0 25px;
}
.net-list li .txt {
  padding: 45px 0;
  border-top: 1px solid #E7E7E7;
  border-bottom: 1px solid #E7E7E7;
  margin-top: -1px;
}
.net-list li .txt .title {
  padding: 0 16px;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  position: relative;
}
.net-list li .txt .title:before {
  content: '';
  display: block;
  border-left: 5px solid #009244;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
}
.net-list li .txt .content {
  padding: 0 16px;
  margin-top: 20px;
  color: #666;
  font-size: 13px;
  line-height: 24px;
}
.culture-list {
  margin-top: 45px;
}
.culture-list li .pic {
  width: 47.5%;
  text-align: center;
}
.culture-list li .pic img {
  width: 100%;
}
.culture-list li .txt {
  width:47.5%;
  padding-top: 10px;
  padding-right: 320px;
}
.culture-list li .txt .en {
  font-size: 50px;
  font-family: "Times New Roman";
  line-height: 54px;
}
.culture-list li .txt .title {
  font-size: 18px;
  font-weight: bold;
  color: #009244;
  margin-top: 15px;
}
.culture-list li .txt .content {
  font-size: 13px;
  color: #666;
  line-height: 24px;
  margin-top: 45px;
}
.culture-list li .txt .content:after {
  content: '';
  display: block;
  width: 30px;
  margin-top: 35px;
  border-bottom: 1px solid #CECECE;
}
.culture-list li .txt01 {
  background: url("../image/culture-bg01.png") no-repeat 250px 68px;
}
.culture-list li .txt02 {
  background: url("../image/culture-bg02.png") no-repeat 265px 32px;
}
.culture-list li .txt03 {
  background: url("../image/culture-bg03.png") no-repeat 220px 62px;
}
.culture-list li .txt04 {
  background: url("../image/culture-bg04.png") no-repeat 280px 56px;
}
.culture-list li + li {
  margin-top: 40px;
}
.news-box {
  padding-top: 0;
  padding-bottom: 100px;
}
.news-box .news-list li {
  border-bottom: 1px dashed #DEDEDE;
}
.news-box .news-list li a {
  display: block;
  padding: 40px 0 40px 240px; 
  overflow: hidden;
  position: relative;
}
.news-box .news-list li a .pic {
  float: left;
  width: 240px; 
  position: absolute;
  top:40px;
  left:0;
}
.news-box .news-list li a .pic:after{
	padding-bottom:54.16666666666667%;
	content:'';
	display: block;
}
.news-box .news-list li a .txt { 
  padding-left: 30px;
  padding-right: 70px;
  position: relative;
}
.news-box .news-list li a .txt .date {
  line-height: 24px;
  color: #999;
}
.news-box .news-list li a .txt .date span {
  margin-right: 12px;
  text-decoration: underline;
}
.news-box .news-list li a .txt .title {
  transition: all 0.4s;
  font-size: 16px;
  line-height: 26px;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-top: 10px;
}
.news-box .news-list li a .txt .content {
  font-size: 12px;
  color: #666;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  margin-top: 20px;
}
.news-box .news-list li a .txt .arrow {
  position: absolute;
  width: 37px;
  height: 37px;
  border: 1px solid #CBCBCB;
  right: 0;
  top: 50%;
  margin-top: -19px;
  background: url("../image/arrow05.png") no-repeat 0 0;
  transition: all 0.4s;
}
.news-box .news-list li a:hover .txt .title {
  color: #009244;
}
.news-box .news-list li a:hover .txt .arrow {
  border-color: #009244;
  background: #009244 url("../image/arrow05.png") no-repeat 0 -37px;
}
.details-show {
  padding-top: 50px;
  padding-bottom: 100px;
}
.details-show .details-title {
  font-size: 20px;
  font-weight: normal;
  line-height: 30px;
  text-align: center;
}
.details-show .details-source {
  font-size: 13px;
  color: #999;
  border-bottom: 1px dashed #BFBFBF;
  text-align: center;
  padding-bottom: 12px;
  margin-top: 30px;
}
.details-show .details-source .date {
  margin: 0 50px;
}
.details-show .neirong {
	clear: both;
	overflow: hidden;
	padding-top: 40px;
	padding-bottom: 20px;
}
.details-show .details-content {
  line-height: 30px;
  font-size: 13px;
  color: #666;
  /*width: 38%;*/
 	width: 455px;
  float: left;
}
.details-show .details-content img {
 
height:auto;
}
.details-show .page-change {
  margin-top: 50px;
  border-top: 1px solid #EFEFEF;
  font-size: 13px;
}
.details-show .page-change .flip {
  float: left;
  width: 50%;
}
.details-show .page-change .flip p {
  margin-top: 18px;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.details-show .page-change .flip p a:hover {
  color: #009244;
}
.details-show .page-change .return {
  float: right;
  margin-top: 18px;
  width: 142px;
  height: 38px;
  border-radius: 19px;
  background: #6A6A6A;
  line-height: 38px;
  color: #fff;
  text-align: center;
  font-size: 15px;
}
.details-show .page-change .return:hover {
  background: #009244;
}
.details-show .page-change .return:before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 13px;
  background: url("../image/icon16.png") no-repeat center;
  margin-right: 10px;
  position: relative;
  top: 1px;
}
.case-list {
  margin: 0 -4px;
}
.case-list li {
  float: left;
  margin-top: 45px;
  padding: 0 6px ;
  width:25%;
}
.case-list li .pic { 
  position: relative;
  overflow: hidden;
}
.case-list li .pic:after{
	padding-bottom:52.4137%;
	content:'';
	display: block;
}
.case-list li .pic img {
  transition: all 0.4s;
  transform: scale(1);
}
.case-list li .pic:hover img {
  transform: scale(1.2);
}
.case-list li .title {
  font-size: 16px;
  margin-top: 10px;
  text-align: center;
  display: block;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.case-list li .title:hover {
  color: #009244;
}
.contact-box {
  margin-top: 50px;
}
.contact-box .information {
  float: left;
  border: 1px solid #EFEFEF;
  background: #fafafa;
  width: 414px;
  height: 628px;
  padding: 35px 40px;
}
.contact-box .information .title {
  font-size: 30px;
  line-height: 40px;
  height: 40px;
  overflow: hidden;
}
.contact-box .information .sub-title {
  color: #666666;
  font-size: 14px;
  line-height: 24px;
  height: 24px;
  overflow: hidden;
  margin-top: 5px;
}
.contact-box .information .detail-title {
  font-size: 18px;
  line-height: 1;
  overflow: hidden;
  white-space: nowrap;
}
.contact-box .information .detail-content {
  color: #666;
  line-height: 20px;
  overflow: hidden;
  margin-top: 10px;
}
.contact-box .information .detail-content a {
  color: #666;
}
.contact-box .information .detail-content a:hover {
  color: #009244;
}
.contact-box .information .tel {
  padding-left: 48px;
  margin-top: 45px;
  padding-bottom: 15px;
  border-bottom: 1px solid #EAEAEA;
  background: url("../image/icon17.png") no-repeat left top;
}
.contact-box .information .tel .detail-content {
  height: 20px;
}
.contact-box .information .e-mail {
  padding-left: 48px;
  margin-top: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #EAEAEA;
  background: url("../image/icon18.png") no-repeat left top;
}
.contact-box .information .e-mail .detail-content {
  height: 20px;
}
.contact-box .information .add {
  padding-left: 48px;
  margin-top: 30px;
  background: url("../image/icon19.png") no-repeat 2px top;
}
.contact-box .information .add .detail-content {
  max-height: 40px;
  margin-bottom: 22px;
}
.contact-box .contact-map {
  float: right;
  width: 766px;
  border: 1px solid #EFEFEF;
  height: 628px;
}
.contact-box .contact-map .BMapLabel {
  border-color: #ccc !important;
}
.history-list {
  margin-top: 50px;
}
.history-list li {
  min-height: 120px;
  position: relative;
  margin-bottom: 15px;
}
.history-list li:before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  background: url("../image/icon20.png") no-repeat center;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -7px;
}
.history-list li .line {
  width: 14px;
  height: 77px;
  background: url("../image/icon21.png") repeat-y bottom center;
  position: absolute;
  top: 20px;
  left: 50%;
  margin-left: -7px;
}
.history-list li .year {
  font-size: 40px;
  line-height: 1;
  width:45%;
  font-weight: bold;
  position: absolute;
  bottom: 20px;
}
.history-list li .content {
  position: absolute;
  width: 45%;
  line-height: 24px;
  font-size: 13px;
  color: #666;
  top: 135px;
}
.history-list .left {
  background: url("../image/history-left.png") no-repeat left bottom;
}
.history-list .left .year,
.history-list .left .content {
  left: 0;
  text-align: right;
}
.history-list .right {
  background: url("../image/history-right.png") no-repeat right bottom;
}
.history-list .right .year,
.history-list .right .content {
  right: 0;
  text-align: left;
}
.toolbar {
  position: fixed;
  right: 0px;
  bottom: 50px;
  z-index: 999999;
}
.toolbar .toolbar-item {
  display: block;
  width: 56px;
  height: 56px;
  margin-top: 1px;
  position: relative;
  transition: background-position 1s;
  background-position: 0 0;
}
.toolbar .toolbar-item .toolbar-layer {
  position: absolute;
  right: 50px;
  bottom: -9px;
  height: 197px;
  width: 170px;
  opacity: 0;
  filter: alpha(opacity=0);
  transform-origin: 95% 95%;
  transform: scale(0.01);
  transition: all 1s;
}
.toolbar .toolbar-item:hover {
  background-position: 0 -66px;
}
.toolbar .toolbar-item:hover .toolbar-layer {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: scale(1);
}
.toolbar .toolbar-item-erweima {
  background: url(../image/icon-ewm.png) no-repeat;
}
.toolbar .toolbar-item-erweima .toolbar-layer {
  background: url(../image/ewm-bg.png) no-repeat;
}
.toolbar .toolbar-item-erweima .toolbar-layer .ewm {
  width: 100px;
  height: 100px;
  position: relative;
  margin: 70px auto 0;
}
.toolbar .toolbar-item-qq {
  cursor: pointer;
  background: url(../image/icon-qq.png) no-repeat;
}
.toolbar .toolbar-item-qq .toolbar-layer {
  background: url(../image/qq-bg.png) no-repeat;
}
.toolbar .toolbar-item-qq .toolbar-layer a {
  display: block;
  height: 40px;
  width: 106px;
  margin: auto;
  background: url(../image/qq.jpg) no-repeat left center;
  font-size: 14px;
  color: #0da27a;
  line-height: 40px;
  padding-left: 50px;
  margin-bottom: 20px;
}
.toolbar .toolbar-item-qq .toolbar-layer a.qq {
  margin-top: 76px;
}
.toolbar .toolbar-item-zhao {
  background: url(../image/icon-recruit.png) no-repeat;
}
.toolbar .toolbar-item-ditu {
  background: url(../image/icon-contact.png) no-repeat;
}
.toolbar .toolbar-item-top {
  background: url(../image/icon-top.png) no-repeat;
}
.map {
  padding: 30px 50px;
}
.map img {
  margin-left: 20px;
}
.map dl {
  border: #d6dbe1 solid 1px;
  border-top: #009244 solid 2px;
  border-bottom: none;
  margin: 20px 0 20px 0;
  background: #fff;
}
.map dl dt {
  background: #fcfcfc;
  color: #0053a8;
  font-size: 16px;
  line-height: 40px;
  border-bottom: #d6dbe1 solid 1px;
  padding: 0 0 0 20px;
}
.map dl dt a:hover {
  color: #009244;
}
.map dl:hover {
  background: #f5f8fa;
}
.map dd {
  overflow: hidden;
  padding-top: 10px;
}
.map dd .first {
  padding: 10px 0 0 20px;
  clear: both;
  line-height: 30px;
}
.map dd .first a {
  color: #b87500;
  font-weight: bold;
}
.map dd .first a:hover {
  color: #764b00;
}
.map dd div {
  clear: both;
  overflow: hidden;
  line-height: 30px;
  border-bottom: #d6dbe1 solid 1px;
  padding: 0px 20px 10px 10px;
}
.map dd div a {
  color: #333;
  float: left;
  padding: 0 10px 0 10px;
}
.map dd div a:hover {
  background: #009244;
  color: #fff;
}

.search_mask {
	background: url(../image/tm-bg.png) repeat;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
}

.search_mask .s_box {
	width: 350px;
	height: 170px;
	padding: 25px;
	top: 50%;
	left: 50%;
	margin-left: -175px;
	position: absolute;
	margin-top: -68px;
	background: #fff
}

.search_mask .s_box .text1 {
	text-align: center;
	line-height: 24px;
	color: #666;
	font-size: 16px;
	font-style: normal
}

.search_mask .s_box #sure {
	width: 140px;
	height: 36px;
	display: block;
	margin: 20px auto 0;
	background: #009244;
	border-radius: 2px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 36px;
	letter-spacing: 5px
}


.header .nav > li:hover .navv {
  display: block;
}
.header .nav > li .navv > li {
  position: relative;
}
.header .nav > li .navv > li .second {
  display: none;
  background: url("../image/mask01.png");
  width: 100%;
  position: absolute;
  right: -100%;
  top: 0;
}
.header .nav > li .navv > li:hover .second {
  display: block;
}
.table-bordered{border: 1px solid #dee2e6;}
.table{width: 100%;
margin-bottom: 1rem;
color: #212529;}
.table .thead-dark th{color: #fff;
background-color: #343a40;
border-color: #454d55;}
.table-striped tbody tr:nth-of-type(2n+1){background-color: rgba(0,0,0,.05);}
.table-bordered td, .table-bordered th{border: 1px solid #dee2e6;}
.table td, .table th{padding: .75rem;}

/*
.inside-page table td{
	padding:5px;
	font-size:14px;
	font-weight: bold;
	line-height:25px;
	border: 1px solid #dee2e6;
	color: #212529;
}*/
.contact-info{
	padding:30px 0 60px 0;
}
.contact-info .feedback {
	    margin-top: 0;
	}
.contact-info .left{
	width:40%;
	float:left;
}
.contact-info .right{
	width:60%;
	float:left;
}

.contact-info .feedback .btn{
	padding:0;
	float:left;
	margin-top:20px;
}
input#File{
	border:0;
	padding:0;
	height:auto;
}
.feedback input#File:focus{
  border:none;
  box-shadow: none;
}



@media(min-width:2000px){
	.container{
		width:1440px;
	}
	.home-news .right ul li { 
	    margin-bottom: 21px;
	}
}

.header .header-top .menu {
  float: right;
  position: relative;
  width: 36px;
  height: 36px;
  display: none;
}
.header .header-top .menu .navPhoneBtn {
  display: inline-block;
  padding: 10px;
  cursor: pointer;
  float: left;
  position: absolute;
  z-index: 9;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 36px;
  text-align: right;
}
.header .header-top .menu .navPhoneBtn span {
  display: block;
  width: 20px;
  height: 2px;
  margin-bottom: 5px;
  position: relative;
  background: #006600;
  border-radius: 3px;
  z-index: 1;
  -webkit-transform-origin: 20px;
  transform-origin: 20px;
  -webkit-transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, width 0.5s, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, width 0.5s, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), width 0.5s, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), width 0.5s, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.header .header-top .menu .navPhoneBtn span:nth-last-child(2) {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease;
}
.header .header-top .menu .navPhoneBtn span:last-child {
  margin-bottom: 0;
}
.header .header-top .menu a {
  display: block;
}
.header .header-top .menu a svg {
  width: 30px;
  margin-top: 15px;
  fill: #cb1423;
  vertical-align: middle;
  transform: rotate(180deg);
}
.transparent {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.6);
  top: 0;
  left: 0;
  z-index: 888;
  backdrop-filter: blur(5px);
}
.transparent.active {
  display: block;
}
#menu {
  position: fixed;
  top: 0;
  right: -280px;
  width: 280px;
  background: #ffffff;
  z-index: 9999;
  height: 100%;
  transition: 0.5s;
  overflow: auto;
  padding: 62px 10px;
}
#menu ul {
  overflow: hidden;
  padding: 0 10px;
}
#menu ul li {
  position: relative;
}
#menu ul li a {
  font-size: 15px;
  color: #006600;
  display: block;
  line-height: 36px;
  position: relative;
  padding: 0 10px;
  font-weight: bold;
}
@media (min-width: 1025px) {
  #menu ul li:hover a {
    background: #f2f2f2;
  }
}
#menu ul li ul li a {
  font-size: 14px;
  color: #333;
}
#menu ul li ul li ul li a {
  font-weight: normal;
}
#menu ul li:nth-child(1):before {
  display: none;
}
#menu .close {
  display: block;
  height: 36px;
  width: 36px;
  position: absolute;
  right: 17px;
  top: 18px;
  border-radius: 50%;
  background: url(../image/closed.png) no-repeat center center;
  background-size: 15px;
}
#menu.show1 {
  right: 0;
}
@media(max-width:1200px){
	.case-list li { 
	    width: 50%;
	}
	.container{
		padding:0 15px;
		width:100%;
		max-width:750px; 
	}
	.header .nav{
		display: none;
	}

.details-show .details-source .source{width:100%;display:block}
.details-show .details-source .date{margin:0;padding-right:10px;}
.service-show .service-intro .pic-list li{width:50%;}
	.header { 
	    height: 60px; 
	}
	.header .header-top .tel{
		display: none;
	}
	.header .header-top .search{
		display: none;
	}
	.header .logo { 
	    margin-top: 10px;
	}
	.header .logo img{
		height:40px;
	}
	body {
	    padding-top: 60px;
	}
	.header .header-top .menu { 
	    display: block;
	}
	.header .header-top { 
	    margin-top: 12px;
	}
	.header .header-top a{ 
		line-height:36px;
		margin-right:10px; 
	}
	.home-service .f-l {
	    width: 100%; 
	}
	.home-service .f-r {
	    width: 100%; 
	}
	.home-service .f-l .mask02 { 
	    bottom: 0; 
	      
	}
	.home-service .f-r .box .mask02 {
	    position: relative; 
	    right:auto !important;
	    top: auto;
	    height: 100%;
	    width: 100%; 
	    padding: 15px; bottom:0;
	}
	.home-service .f-l .mask02 {
	    position: relative; 
	    left: auto;
	    bottom: auto; 
		height: auto;
		padding: 15px;
	}
	.home-service .f-l {
		margin-bottom:14px;
	}
	.home-service .mask{
		display: none;
	}
	.home-service img{
		width:100%;
	}
	.home-service .f-r .box .mask02 .content { 
	    height: auto;  
	    max-height: 96px;
	}
	.home-area ul li:before { 
	    transform: none;
	}
	.home-area ul li .icon {
	    width: 25px;
	    height: 25px; 
	}
	.home-area ul li { 
	    height: auto; 
	    padding: 15px 0;
	}
	.home-area ul {
	    padding: 0;
	}
.home-area .show{display:none}
	.home-area .show .info .text { 
	    width: 100%; 
	    height: auto; 
		max-height:150px;
	    margin-top: 0;
	}
	.home-area .show .info .img { 
	    width: 100%;
	    margin-top: 10px;
	}
	.home-box {
	    padding-top: 30px;
	    padding-bottom: 30px;
	}
.home-about .home-title .line{display:none;}
.home-about .home-title .en{display:none;}
	.home-box .home-title .cn { 
	    font-size: 24px;
	}
	.home-about .box .txt { 
	    width: 100%;
	    padding: 20px;
	}
	.home-about .box .video {
	    width: 100%;
	    height: 405px; 
	}
	.home-news .right { 
	    width: 100%;
	}
	.home-news .left {
	    width: 100%; 
	}
	.home-case .case-slick .box { 
	    padding: 12px; 
	}
	.home-case .case-slick .slick-slide {
	    padding: 0 6px; 
	}
	.footer {
	    padding: 20px 0; 
	}
	.toolbar{
		display: none;
	}
	.home-box .home-title .line:before, .home-box .home-title .line:after { 
	    width: 100px; 
	}
	.footer .footer-nav a { 
	    padding: 0 10px;
	}
	.inside-page {
	    padding-top: 30px;
	    padding-bottom: 30px; 
	}
	.service-list li .mask .txt { 
	    padding: 10px; 
	}
	.inside-nav .list a {
	    margin-right: 8px; 
	}
	.service-show .service-intro {
	    margin-top: 0;
	    padding: 30px 0;
	}
.service-show .service-intro table td{display: table-row;}
	.service-show .details-list {
	    padding: 20px 15px;
	}
	.service-show .details-list li {
	    padding: 20px 0;
	}
	.service-show .details-list .li02 .txt {
	    float: none;width:100%;
	}
	.service-show .details-list .li03 .txt {
	    padding-top: 20px; 
	
	}
	.service-show .service-case {
	    padding-top: 30px;
	    padding-bottom: 30px; 
	}
	.service-show { 
	    padding-bottom: 0;
	}
	.service-show .details-list .li01 .txt .summary { 
	    width: 100%;
	    overflow: auto;
	}
	.service-show .details-list .li02 .txt .cycle-list .cycle01 { 
	    overflow: auto;
	}
	.inside-page .inside-title {
	    padding: 10px 0;
	    font-size: 24px; 
	}
	.faq-list {
	    margin-top: 20px;
	    margin-left: 0;
	    margin-right: 0;
	}
	.faq-list li .question { 
	    padding-left: 10px; 
	    padding-right: 47px; 
	}
	.faq-list li .question .arrow { 
	    right: 10px; 
	}
	.faq-list li .answer { 
	    padding: 20px; 
	}
	.feedback .btn { 
	    margin-top: 10px;
	}
	.net-list li { 
	    width: 100%; 
	}
	.net-list li .txt {
	    padding: 20px 0; 
	}
	.history-list li .line{
		display: none;
	}
	.history-list .left{
		background: none;
	}
	.history-list li .year {
	    font-size: 30px; 
	    width: 100%; 
	    position: relative;
	    bottom: auto;
	    text-align: left !important;
	}
	.history-list li {
	    min-height: 0;
		  height:auto !important;
	}
	.history-list li:before{
		display: none;
	}
	.history-list li:after{
		display: none;
	}
	.history-list li .content {
	    position: relative;
	    width: 100%; 
	    top: auto !important;
		text-align: left !important;
	}
	.history-list .right .year, .history-list .right .content {
	    right: auto;
	    text-align: left;
	}
	.news-box .news-list li a { 
	    padding: 20px 0 20px 240px; 
	}
	.news-box .news-list li a .pic { 
	    top: 20px; 
	}
	.details-show {
	    padding-top: 30px;
		padding-bottom:30px;
	}
	.contact-info .left {
	    width: 100%; 
	}
	.contact-info .right {
	    width: 100%; 
	    padding-top: 20px;
		margin:0 -10px;
	}
	.culture-list li .pic {
	    width: 100%; 
	}
	.culture-list li .txt {
	    width: 100%;
	    padding-top: 10px;
	    padding-right: 320px;
	}
	.culture-list li .txt .en {
	    font-size: 26px; 
	    line-height: 34px;
	}
	.culture-list li .txt01 {
	    background: url(../image/culture-bg01.png) no-repeat top right;
	    background-size: 140px;
	}
	.culture-list li .txt02 {
	    background: url(../image/culture-bg02.png) no-repeat top right;
	    background-size: 100px;
	}
	.culture-list li .txt03 {
	    background: url(../image/culture-bg03.png) no-repeat top right;
	    background-size: 140px;
	}
	.culture-list li .txt04 {
	    background: url(../image/culture-bg04.png) no-repeat top right;
	    background-size: 140px;
	}
	.culture-list li .txt .content { 
	    margin-top: 15px;
	}
	.net-list li .txt .title { 
	    font-size: 16px; 
	}
	.net-list li .txt .content { 
	    margin-top: 10px; 
	}
	.net-list {
	    margin: 30px -25px 0;
	}
	.inside-banner img {
	    overflow: hidden;
	    width: 1200px;
	    left: 50%;
	    position: relative;
		    max-width: inherit;margin-left:-600px;
	}
}
.home-box{
	position: relative;
}
@media(max-width:500px){
	.home-area ul li { 
	    width: 25%; 
	}
	.service-list li { 
	    width: 100%; 
	}
	.feedback .div-03 { 
	    width: 100%; 
	}
	.feedback .verify input { 
	    width: 130px; 
	}
	.news-box .news-list li a .pic {
	    float: left;
	    width: 100%;
	    position: relative;
	    top: auto;
	    left: auto;
		float:none;
	}
	.news-box .news-list li a {
	    padding: 20px 0 20px 0;
	}
	.news-box .news-list li a .txt { 
	    padding: 10px 0;
	}
	.news-box .news-list li a .txt .arrow {
	    position: relative;
	    width: 37px;
	    height: 37px; 
	    right: auto;
	    top: auto;
	    margin-top: 10px; 
	}
	.culture-list li .txt { 
	    padding-right: 0;
	}
	.home-about .box .video {
	    width: 100%;
	    height: auto;
	}
	.inside-nav .bread .active { 
	    line-height: 24px;
	    display: inline-block;
	}
}