﻿@charset "utf-8";
/* CSS Document */

.gray {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}
/* reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, p , form, fieldset, legend, input, button, textarea, th, td {
    margin:0;
    padding:0;    
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
fieldset, img {
    border:0;
}
ul,li {
    list-style:none;
}
body {
    background: #f6f7f9;
    color: #666;
    font:12px/1.7 Helvetica,Arial,Tahoma,sans-serif,"\5B8B\4F53";
}
.row:after {
    clear:both;
    content:'\0020';
    display:block;
    height:0;    
}
.row {
    zoom:1;
}



/*链接颜色*/
a,button{outline:none; /*移除虚线框  IE8,FF有用*/ hide-focus: expression(this.hideFocus=true); /*IE6、IE7*/}
a{
    color:#999;
    text-decoration:none;
}


a:hover{
    color:#be0000;
    text-decoration: underline;
}

.fst{
    font-family: "\5B8B\4F53";
}
h1,h2,h3,h4,h5,h6{font-family:\5FAE\8F6F\96C5\9ED1; font-size: 16px;}

/* end reset */
.row{
    width:1200px;
    margin:0 auto;
}

.link2:hover{background-position:-265px 0;}


/*模板头部，所有专题页面公用*/
.index_nav{width:1200px; height:260px; margin: 0 auto; background: #f6f7f9;padding-top: 40px;}
.index_nav li{width: 182px; height: 208px; float: left;}
.index_nav li a:hover{background-position:  -182px 0; }
/* heading */
/* -------------------------------------------------- */

.location-choose-lists h4{
	margin: 60px 0 70px 0;
	font-size: 24px;
	color: #000;
	font-weight: normal;
	padding: 15px 0;
	background: url(../images/select-park_1.png) no-repeat bottom left;
}
.location-choose-lists h4 span{
	font-size: 14px;
	color: #a0a0a0;
	margin-left: 12px;
	font-weight: lighter;
}

.company-records .location-choose-lists h4{
	margin: 0px 0 10px 0;
}

.compant-records-item{
	float: left;
	width: 33%;
	height: 302px;
	padding: 30px 0;
}
.compant-records-item>div{
	width: 300px;
	height: 302px;
	background: #F4F7F9;
	border-radius: 10px;
}

.cmpant-records-img img{
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	margin: auto auto;
}
.compant-records-item:nth-child(2)>div{
	margin: 0 auto;
}
.compant-records-item:last-child>div{
	margin: 0 0 0 auto;
}
.compant-records-item>div:hover{
	transform:scale(1.1);
    -webkit-transform:scale(1.1);  /*兼容-webkit-引擎浏览器*/
    -moz-transform:scale(1.1);  
	box-shadow: 0 10px 15px rgba(233,233,233,0.5);
}
.company-records .location-choose-lists{
	width: 1200px;
	margin: 0 auto;
}
.company-records .maxW{
	width: 100%;
	min-width: 1200px;
}
#demo2 {
	clear: both;
	width: 1300px;
	margin-bottom: 25px;
}
#demo2 .swiper-wrapper .swiper-slide{
	width: 1100px !important;
	padding: 0 100px;
}
#demo2 .swiper-button-prev,#demo2 .swiper-button-prev.swiper-button-disabled{
	background: url(../images/btn-prev_1.png) no-repeat center;
}
#demo2 .swiper-button-next, .swiper-button-next.swiper-button-disabled{
	background: url(../images/btn-next_1.png) no-repeat center;
}

/**
 * Swiper 3.2.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2015, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: November 21, 2015
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height;
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}


/* 服务案例 */
.success-ex{
	padding: 50px 0;
}
.success-ex>div>div{
	width: 585px;
}
.success-show>div{
	position: relative;
}
.success-infos{
	padding: 0 5px;
	position: absolute;
	top: 195px;
}	
.success-infos a{
	display: block;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	
}

.success-title{
	padding: 15px 0;
	margin-bottom: 10px;
	border-bottom: 1px solid #ECECEC;
}
.success-title .f_l{
	height: 25px;
	line-height: 23px;
	padding-left: 26px;
	font-size: 20px;
	color: #333333;
}
.success-title .f_r{
	height: 20px;
	line-height: 20px;
	color: #A5A5A5;
	font-size: 22px;
}
.waste-details table{
	width: 100%;
	table-layout: fixed;
}
.waste-details table th,.waste-details table td{
	text-align: center;
	box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	padding: 0 8px;
}
.waste-details table th:nth-child(3),.waste-details table td:nth-child(3){
	text-align: left;
}

.waste-details table tbody tr td:first-child{
	font-weight: bold;
}
.waste-details table tbody tr:nth-child(odd) td{
	background: #FFFFFF;
}
.waste-details table tbody tr:nth-child(even) td{
	background: #F7F7F7;
}
.waste-details .str_wrap{
	height: 236px;
	overflow: hidden;
	zoom:1;
	position: relative;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	white-space: nowrap;
}

.policy-infos .location-choose-lists h4{
	margin: 0;
	margin-bottom: 15px;
}
.success-title.infos .f_l{
	background: url(../images/infos-icon_1.png) no-repeat left center;
}
.success-title.infos{
	border-bottom: 1px solid #E3E5E6;
}
.policy-infos>div>div.cl>div{
	width: 320px;
}
.infos-item{
	margin-bottom: 15px;
}
.infos-item>div.f_r{
	width: 340px;
	height: 10px;
	position: relative;
	font-size: 16px;
	color: #333333;
}
.infos-item>div.f_r .infos-details a{
	display: block;
	font-size: 16px;
	color: #333333;
}
.infos-item>div.f_r .infos-details a:hover{
	color: #019853;
}

.infos-item>div.f_r .time{
	position: absolute;
	bottom: 0;
	font-size: 12px;
	color: #666;
}
.success-title.policy .f_l{
	background: url(../images/policy-icon_1.png) no-repeat left center;
}
.success-title.policy{
	border-bottom: 1px solid #E3E5E6;
}
.policy-item{
	margin-bottom: 22px;
}
.policy-item>div.f_l{
	width: 58px;
	height: 58px;
	padding: 15px;
	background: #C2C2C2;
}
.policy-item>div.f_l p{
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	margin: 0;
}
.policy-item>div.f_l p.day{
	font-size: 30px;
}
.policy-item>div.f_r{
	width: 485px;
}
.policy-title{
	height: 35px;
	line-height: 35px;
	font-size: 18px;
	color: #000000;
}
.policy-title a{
	display: block;
	width: 25px;
	height: 35px;
	background: url(../images/download01_1.png) no-repeat right center;
}
.policy-details{
	font-size: 14px;
	color: #666;
	line-height: 25px;
}
.policy-item:hover>div.f_l{
	background: #019853;
}
.policy-item:hover .policy-title a{
	background: url(../images/download_1.png) no-repeat right center;
}

.link3:hover{background-position:-350px 0;}
