.grid {
	position: relative;
	margin: 0 auto;
	padding: 1em 0 1em;
	max-width: 1330px;
	list-style: none;
	text-align: center;
	overflow:hidden;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px .5%;
	width:calc((100% - 38px) / 3);
	background:#393838;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}


figure.effect-lily img {
	max-width: none;
	width: -webkit-calc(100% + 50px);
	width: calc(100% + 50px);
	opacity: 0.7;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-40px,0, 0);
	transform: translate3d(-40px,0,0);
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	transform:scale(1.1);
}

figure.effect-lily figcaption {
	text-align: left;
}

figure.effect-lily figcaption > div {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 2em;
	width: 100%;
	height: 48%;
}

figure.effect-lily h2,
figure.effect-lily p {
	-webkit-transform: translate3d(0,40px,0);
	transform: translate3d(0,40px,0);
}

figure.effect-lily h2 {
	font-size:26px;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-lily p {
	color: rgba(255,255,255,0.8);
	opacity: 0;
	-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
	transition: opacity 0.2s, transform 0.35s;
}

figure.effect-lily:hover img,
figure.effect-lily:hover p {
	opacity: .8;
}

figure.effect-lily:hover img,
figure.effect-lily:hover h2,
figure.effect-lily:hover p {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-lily:hover p {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
}


/******为什么选择我们*******/

.choice-content{
		overflow: hidden;
		max-width:1330px;
}
.choice-item{
	overflow:hidden;
	margin-top:30px;
	}	

.title-t,.service-title-t{
  text-align:center;
  margin-top: 30px;
	}
.title-t .big-title,.service-big-title{
	font-size:38px;
	line-height:48px;
	letter-spacing: 2px;
	}	
.title-t .lit-title,.service-lit-title{
	font-size: 20px;
    border-bottom: 2px solid #000;
	line-height:34px;
	display:inline-block;
	padding:12px 0 5px;
	}	

.why-choice-layout{
   /**width:calc((100% - 40px) / 3);**/
   width: 27.333%;
   margin: 20px 3%;
   float: left;
   border-radius: 6px;
   -moz-box-shadow: 0 1px 5px 0px rgba(106, 106, 106, 0.3);
   -webkit-box-shadow: 0 1px 5px 0px rgba(106, 106, 106, 0.3);
   box-shadow: 0 1px 5px 0px rgba(106, 106, 106, 0.3);
   -moz-transition:all .3s linear;
   -webkit-transition:all .3s linear;
   transition:all .3s linear;
}
.why-choice-imgbox{
    margin: 0 auto 40px;
	overflow: hidden;
}

.why-choice-imgbox img{
	width: 100%;
	display:block;
	border-radius: 6px 6px 0 0;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}
.why-choice-imgbox img:hover{
	transform: scale(1.1);
	}

.why-choice-layout:hover{
	box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.3);
	}

.why-choice-textbox{
    text-align: center;
    margin: 0 auto;
	min-height: 185px;
}
.why-choice-textbox span{
	font-size:16px;
	color:#7a7a7a;
	letter-spacing:1.5px;
	opacity:.8;
	}
.why-choice-textbox h4{
  font-size:16px;
  font-weight:500;
  color: #303234;
  margin-top: 10px;
  letter-spacing: 2px;
}
.why-choice-textbox p{
    font-size: 16px;
    color: #494b4e;
    line-height: 26px;
	margin-top: 14px;
    letter-spacing: 2px;
	padding: 0px 40px;
	}


/******与我们联系*******/
.service-bg{
    background: url(/image/data/website/service-bg/service01-bg.jpg) no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
	padding: 10px 0 80px;
	margin-top:40px;
	}
.service-big-title{
   padding-top:40px;
}
.service-text{
	text-align:center;
	}

.service-text p{
    font-size: 16px;
	color: #4a4a4a;
	margin-top: 60px;
    letter-spacing: 1px;
	}
.service-text h4{
	font-size: 32px;
    margin-top: 20px;
    line-height: 44px;
    font-weight: 500;
    color: #4b4b4b;
    margin-bottom: 29px;
    letter-spacing: 2px;
	}	
	
.service-btn{
	display: block;
    height: 50px;
    width: 220px;
    text-align: center;
    line-height: 50px;
    font-size: 14px;
    color: #fff;
    background: #545454;
    border-radius: 6px;
    margin: 42px auto 30px;
	transition:all .3s linear;
	}
.service-btn:hover{
	color:#fff;
	background:#1a1a1a;
	}	