﻿/* 首页 */
.banner {
	width: 100%;
	height: 780px;
}

.banner .swiper-slide {
	text-align: center;
	font-size: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.banner .swiper-slide img {
	width: 100%;
	display: block;
}

.swiper-pagination-bullet {
	background: #fff;
	opacity: 1;
}

.swiper-pagination-bullet-active {
	background: #66b821;;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 100px;
}
.numbershowbox {
	position: relative;
	overflow: visible;
	margin: 28px auto;
}
.numbershow {
	width: 1210px;
	height: 158px;
	background: url(../images/shownumberbg.jpg) no-repeat left center;
	z-index:9999;
	display: flex;
	padding-left: 3px;
	padding-right:4px;
	padding-bottom: 11px;
	box-sizing: border-box;
}
.numbershow .itembox {
	text-align: center;
	position: relative;
	background: url(../images/boxline.jpg) no-repeat right center;
	flex:1;
	font-size: 14px;
	color:#999999;
	background-size: 1px 30px;
}
.numbershow .itembox .number {
	font-size: 52px;
	color:#555555;
	width: 100%;
	margin-top: 30px;
}
.numbershow .itembox .sign {
	font-size: 14px;
	color:#999999;
	position: absolute;
	right:70px;
	top:30px;
}
.numbershow .itembox .sign.special {
	right:35px;
}
.numbershow .itembox .sign.special2 {
	right:95px;
}
.numbershow .itembox .intro {
	width: 100%;
	position:absolute;
	bottom: 30px;
}
.mbc {
	padding-bottom: 60px;
}
.aboutbox .titlebox {
	width: 253px;
	height: 253px;
	border:5px solid #66b821;
	float: left;
	margin-right: 65px;
	position: relative;
}
.aboutbox .titlebox .s {
	position: absolute;
	top: 41px;
	left: 38px;
	color:#66b821;
	font-weight: bold;
	font-size: 30px;
}
.aboutbox .titlebox .title {
	position: absolute;
	bottom: 35px;
	left:0;
	color:#66b821;
	font-size: 30px;
	width: 100%;
	text-indent: 37px;
	font-size: 24px;
	color:rgba(0,0,0,.5)
}
.aboutbox .titlebox .title .l {
	color:#66b821;
	font-weight: bold;
	padding-bottom: 5px;
}
.aboutbox .img {
	width: 454px;
	float: left;
	margin-right: 45px;
}
.aboutbox .introbox {
	float: left;
	width: 365px;
	font-size: 14px;
	color:#666666;
	text-indent: 26px;
	line-height: 2.4;
}
.aboutbox .introbox .more {
	width: 120px;
	height: 40px;
	background:#66b821;
	color:#fff;
	font-size: 14px;
	line-height: 40px;
	text-align: center;
	text-indent:0;
	margin-top: 30px;
	cursor:pointer;
}

.product {
	background:#fafafa;
}
.product .titlebox,.news .titlebox {
	text-align: center;
	font-size: 28px;
	color:#1d1d1d;
	padding-top: 50px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e1e1e1;
	position: relative;
	letter-spacing: 12px;
}
.product .titlebox .intro,.news .titlebox .intro {
	font-size: 14px;
	color: rgba(0,0,0,.5);
	letter-spacing: 12px;
	padding-top:8px;
	
}
.product .titlebox .line,.news .titlebox .line {
	width: 58px;
	height:5px;
	background:#66b821;
	position: absolute;
	left:50%;
	bottom: -3px;
	margin-left: -29px;
}
 .product .tabbox {
	text-align: center;
	font-size: 16px;
	color:#666666;
	padding-top: 38px;
	padding-bottom: 43px;
}
.product .tabbox>a {
	margin-right: 42px;
}
.product .tabcontent {
	display: none;
}
.product .tabcontentbox {
	display: flex;
	flex-wrap: wrap;
}
.product .tabcontent .itembox {
	width: 585px;
	margin-right: 30px;
}
.product .tabcontent .itembox:nth-child(2n) {
	margin-right:0;
}
.product .tabcontent .itembox .img {
	width: 100%;
	height: 402px;
	display: block;
}
.product .tabcontent .itembox .title {
	font-size: #333333;
	color:#333333;
	padding-top: 22px;
	padding-bottom: 11px;
}
.product .tabcontent .itembox a:hover .title {
	color:#66b821;
}
.product .tabcontent .itembox .intro {
	color:#c3c3c3;
	font-size: 14px;
	padding-bottom: 28px;
}
.bmore {
	width: 200px;
	height: 60px;
	border: 1px solid #d5d5d5;
	border-radius: 2px;
	text-align: center;
	line-height: 60px;
	margin:0 auto;
	color:#666666;
	font-size: 14px;
	margin-top: 30px;
	cursor: pointer;
}
.bmore a{color:#666666; display:block}
.bmore a:hover{color:#66b821}
.bmore:hover {
	color:#66b821;
	border: 1px solid #66b821;
}
.case {
	background: url(../images/caseimg.jpg) no-repeat  center;
	background-size: cover;
	height: 420px;
	padding-top: 180px;
}
.case .casebox {
	width: 520px;
	height:233px;
	border:4px solid #66b821;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.case .casebox .title {
	font-size: 34px;
	color:#fff;
	width: 100%;
	text-align: center;
	margin-top: 70px;
}
.case .casebox .intro {
	font-size: 16px;
	color:rgba(225,225,225,.5);
	letter-spacing: 8px;
	width: 100%;
	text-align: center;
	padding-bottom: 25px;
	padding-top: 10px;
}
.case .casebox .img {
	margin-bottom: 60px;
}

.news .newslist {
	padding-top: 44px;
}
.news .newslist .newspic{
	width: 650px;
	float: left;
}
.news .newslist .newspic .l>.img {
	width: 100%;
	display: block;
	margin-bottom: 34px;
}
.news .newslist .newspic .l>.title {
	width: 100%;
	font-size: 16px;
	color:#333333;
	text-indent: 20px;
}
.news .newslist .newspic .l>.title:hover {
	color:#66b821;
}
.news .inewsbox {
	padding: 35px 0;
}
.news .inewsbox .date{
	padding-left: 20px;
	float: left;
	position: relative;
	padding-right: 20px;
	margin-right: 20px;
	color:#333333;
	text-align: center;
}

.news .inewsbox .date .line {
	position: absolute;
	right:0;
	top: 50%;
	height: 30px;
	margin-top: -10px;
	width: 1px;
}
.news .inewsbox .date .year {
	font-size: 22px;
}
.news .inewsbox .date .day {
	font-size: 16px;
}
.news .inewsbox .words .title {
	color:#333333;
	font-size: 16px;
	padding-bottom: 12px;
}
.news .inewsbox .words .intro {
	color:#999999;
	font-size: 14px;
}
.newsword {
	margin-left: 45px;
	float: left;
	width: 485px;
}
.newsword .inewsbox {
	border-bottom: 1px solid #eaeaea;
	width: 100%;
}

.newsword .inewsbox .date {
	padding-left:0;
}
.news .inewsbox a:hover .words .title {
	color:#66b821;
}
@media screen and (max-width: 1205px) {
	.numbershow {
		width: 90%;
		margin:0 5%;
	}
	.numbershow .itembox .number {
		font-size: 32px;
	}
	.numbershow .itembox .sign {
		right: 50px;
	}
	.numbershow .itembox .sign.special {
		right: 15px;
	}
	.numbershow .itembox .sign.special2 {
		right: 70px;
	}
	.aboutbox .titlebox {
		width: 20%;
		height: 200px;
		margin-right:5%;
	}
	.aboutbox .titlebox .title {
		font-size: 20px;
	}
	.aboutbox .img {
		width: 37%;
		margin-right: 3%;
	}
	.aboutbox .introbox {
		width: 30%;
	}
	.product .tabcontent .itembox {
		width: 48.5%;
		margin-right: 3%;
	}
	.product .tabcontent .itembox .img {
		height: 320px;
	}
	.news .newslist .newspic {
		width: 53%;
	}
	.newsword {
		width: 40%;
		margin-left: 7%;
	}
}

@media screen and (max-width: 980px) {
	.numbershow .itembox .sign {
		right: 30px;
	}
	.numbershow .itembox .sign.special {
		right: 0;
	}
	.numbershow .itembox .sign.special2 {
		right: 50px;
	}
	.aboutbox .titlebox {
		width: 90%;
		height: 100px;
		margin-left: 5%;
		margin-bottom: 20px;
	}
	.aboutbox .img {
		width: 40%;
		margin-left:5%;
		margin-right: 5%;
	}
	.aboutbox .titlebox .title {
		bottom: 25px;
	}
	.aboutbox .titlebox .s {
		left: auto;
		right: 10%;
		top: 30px;
	}
	.aboutbox .introbox {
		width: 45%;
	}
	.product .tabcontentbox,.news .newslist {
		width: 90%;
		margin: 0 5%;
	}
	.product .tabcontent .itembox .img {
		height: 200px;
	}
	.top>.mbox>.right {
		margin-right: 3%;
	}
	.banner {
		height: 500px;
	}
}
@media screen and (max-width: 767px) {
	.banner {
		height: 180px;
	}
	.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
		bottom: 10px;
	}
	.numbershow {
		width: 100%;
		margin:0;
		height: 90px;
		background-size: 100% 100%;
		top:0;
	}
	.numbershow .itembox .number {
		font-size: 14px;
	}
	.numbershow .itembox {
		font-size: 11px;
	}
	.numbershow .itembox .sign {
		font-size: 10px;
		right:5%;
	}
	.numbershow .itembox .intro {
		bottom: 15px;
		font-size: 10px;
		overflow:hidden;
		white-space: nowrap;
	}
	.numbershow .itembox .sign.special2 {
		right:15px;
	}
	.aboutbox .img {
		width: 90%;
		margin-bottom: 5px;
	}
	.aboutbox .introbox {
		width: 90%;
		margin-left:5%;
	}
	.aboutbox .introbox .more {
		margin: 20px auto 0 auto;
	}
	.mbc {
		padding-bottom: 45px;
	}
	.product .tabbox {
		width: 90%;
		white-space: nowrap;
		margin-left: 5%;
		margin-right: 5%;
		overflow-x: auto;
		box-sizing: border-box;
	}
	.product .tabbox>a {
		margin-right: 10px;
	}
	.case .casebox {
		width: 90%;
		height: 180px;
		margin-left: 5%;
	}
	.product .tabcontent .itembox .img {
		height: 110px;
	}
	.bmore {
		width: 140px;
		height: 40px;
		line-height: 40px;
	}
	.case {
		height: 300px;
		padding-top: 100px;
	}
	.case .casebox .title {
		font-size: 24px;
		margin-top: 50px;
	}
	.case .casebox .intro {
		font-size: 12px;
	}
	.news .newslist .newspic .l>.title {
		text-indent: 0;
		margin-bottom: 30px;
	}
	.news .inewsbox .date {
		padding-left:0;
	}
	.news .newslist .newspic {
		width: 100%;
	}
	.newsword {
		width: 100%;
		margin-left:0;
	}
	.aboutbox .titlebox .title {
		font-size: 16px;
		bottom:5px;
		text-indent:15px;
	}
	.aboutbox .titlebox {
		border-width: 3px;
		height:60px;
	}
	.aboutbox .titlebox .s {
		top: 14%;
	}
	.product .titlebox, .news .titlebox {
		font-size: 24px;
	}
	.news .inewsbox {
		padding: 15px 0;
		border-top: 1px solid #eaeaea;
		border-bottom: none;
	}
	.numbershow .itembox {
		background-position: right 70%;
		background-size: 1px 15px;
	}
}



/* 内页 */
.conbanner {
	width: 100%;
	height: 600px;
	display: block;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.contain {
	margin-top: 38px;
}

.contain .leftnav {
	width: 270px;
}

.contain .leftnav .nalist {
	border: 1px solid #e7e7e7;
	box-sizing: border-box;
	margin-bottom: 10px;
}

.contain .leftnav .nalist ul {
	display: none;
}

.contain .leftnav .title {
	border-left: 4px solid #d7d4cf;
	font-size: 16px;
	color: #000;
	background: url(../images/arrow1.jpg) no-repeat 85% center;
	box-sizing: border-box;
	padding: 0 24px;
	height: 62px;
	line-height: 62px;
	text-indent: 14px;
	cursor: pointer;
}

.contain .leftnav .nalist.slide .title {
	background: url(../images/arrow2.jpg) no-repeat 85% center;
	border-color: #66b821;
}

.contain .leftnav li {
	border-top: 1px solid #e7e7e7;
}

.contain .leftnav li a {
	display: inline-block;
	height: 50px;
	line-height: 50px;
	color: #333333;
	width: 100%;
	font-size: 14px;
	text-indent: 58px;
}

.contain .leftnav li.on a,
.contain .leftnav li a:hover {
	color: #66b821;
}

.contain .rightcon {
	width: 910px;
}

.contain .rightcon .location {
	border: 1px solid #e7e7e7;
	box-sizing: border-box;
	height: 62px;
	line-height: 62px;
	font-size: 18px;
	color: #000;
	text-indent: 32px;
}

.contain .rightcon .location .lo {
	font-size: 14px;
	color: #999999;
	margin-right: 20px;
}

.contain .rightcon .location .lo a {
	color: #999999;
}

.contain .rightcon .location .lo a:last-child {
	color: #333;
}

.contain .rightcon .newslist {
	margin-top: 10px;
	margin-bottom: 50px;
}

.rightcon .newslist .itembox.flexbox {
	margin-top: 30px;
	-webkit-box-align: start;
}

.rightcon .newslist .itembox .img {
	width: 263px;
	height: 161px;
	display: block;
	margin-right: 24px;
}

.rightcon .newslist .itembox .title {
	font-size: 18px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 1.6;
	margin-bottom: 8px;
}

.rightcon .newslist .itembox .intro {
	font-size: 14px;
	color: #666666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	line-height: 1.8;
}

.rightcon .newslist .itembox .more {
	display: inline-block;
	font-size: 14px;
	background-color: #bfbfbf;
	color: #fff;
	padding: 8px 30px;
	margin-top: 15px;
}

.rightcon .newslist .itembox a:hover .more {
	background-color: #66b821;
}

.page {
	text-align: right;
	padding-bottom: 84px;
}

.page a {
	display: inline-block;
	font-size: 15px;
	color: #686666;
	border: 1px solid #dddddd;
	border-radius: 4px;
	padding: 4px 16px;
	margin-right: 8px;
}

.page a.on,
.page a:hover {
	color: #fff;
	background-color: #66b821;
	border: 1px solid #66b821;
}

.productlist {
	margin-bottom: 50px;
	padding-top: 35px;
}

.productlist .productbox {
	float: left;
	width: 438px;
	margin-right: 32px;
}
.productlist .productbox:nth-child(2n) {
	margin-right:0;
}
.productlist .productbox  .img {
	width: 100%;
	height: 300px;
	display: block;
}
.productlist .productbox .title {
	font-size: #333333;
	color:#333333;
	padding-top: 22px;
	padding-bottom: 11px;
}
.productlist .productbox a:hover .title {
	color:#66b821;
}
.productlist .productbox .intro {
	color:#c3c3c3;
	font-size: 14px;
	padding-bottom: 28px;
}

.detailtop .img {
	width: 510px;
	height: 510px;
	margin-right: 32px;
}

.detailtop .con {
	position: relative;
	min-height: 510px;
	padding-bottom: 145px;
	box-sizing: border-box;
}

.detailtop .con .location {
	font-size: 14px;
	color: #999999;
	height: 48px;
	line-height: 48px;
	border-bottom: 1px solid #e5e5e5;
}

.detailtop .con .location a {
	color: #999999
}

.detailtop .con .location a:last-child {
	color: #333
}

.detailtop .con .title {
	font-size: 23px;
	font-weight: bold;
	line-height: 32px;
	padding: 16px 0;
}

.detailtop .con .intro {
	font-size: 14px;
	line-height: 26px;
	color: #999999;
}

.detailtop .mb {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
}

.detailtop .mb .btnbox {
	padding-bottom: 45px;
	border-bottom: 1px dashed #e5e5e5;
}

.detailtop .mb .btnbox .btn {
	display: inline-block;
	width: 162px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 16px;
	color: #999999;
	border: 1px solid #e7e7e7;
	border-radius: 4px;
	margin-right: 13px;
}

.detailtop .mb .btnbox .btn:hover {
	color: #fff;
	background-color: #f08501;
}

.detailtop .mb .sharebox {
	font-size: 14px;
	color: #999999;
	padding-top: 25px;
	padding-bottom: 5px;
}

.detailintro .title {
	font-size: 18px;
	padding: 20px 0;
	margin-top: 11px;
	font-weight: bold;
	border-bottom: 1px solid #e5e5e5;
	text-indent: 36px;
	position: relative;
}

.detailintro .title .line {
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 140px;
	height: 4px;
	background-color: #f08501;
}

.detailintro .con {
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	margin-bottom: 45px;
}
.detailintro .con table {
	border: 1px solid #e5e5e5;
	width: 100%;
	border-collapse: collapse;
}
.detailintro .con table td {
	border: 1px solid #e5e5e5;
	font-size: 15px;
	padding: 11px 0;
}

.detailintro .con  .name {
	width: 25%;
	text-align: center;
	background:#f1f1f1
}

.detailintro .con  .attr {
	width: 40%;
	text-indent: 36px;
}


.detailsame {
	margin-bottom: 35px;
}
.detailsame .title {
	font-size: 18px;
	padding: 20px 0;
	margin-top: 11px;
	font-weight: bold;
	border-top: 1px solid #e5e5e5;
	text-indent: 36px;
	position: relative;
}

.detailsame .title .line {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 140px;
	height: 4px;
	background-color: #000000;
}

.detailsame .con {
	margin: 20px 0;
}

.detailsame .con .swiper-container {
	width: 100%;
	height: 100%;
	padding: 0 70px;
	box-sizing: border-box;
}

.detailsame .con .swiper-slide {
	text-align: center;
	font-size: 16px;
	font-weight: normal;
}
.detailsame .con .swiper-slide .img {
	width:100%;
	height: 250px;
}
.detailsame .con .swiper-slide .name {
	height: 60px;
	line-height: 60px;
}
.swiper-button-next, .swiper-button-prev {
	height: 100%;
	background-color:#fff;
	top:0;
	margin-top: 0;
	width: 70px;
}
.detailsame .con .swiper-button-next{
	background-image: url(../images/rightarrow.jpg);
    right: 0px;
    left: auto;
}
.detailsame .con .swiper-button-prev {
	background-image: url(../images/leftarrow.jpg);
	right: auto;
	left: 0px;
}
@media screen and (max-width: 1200px) {
	.contain .leftnav {
		width: 20%;
	}

	.contain .rightcon {
		width: 75%;
	}

	.contain .leftnav .title {
		text-indent: 0;
	}

	.contain .leftnav li a {
		text-indent: 28px;
	}

	.productlist .productbox {
		margin-right: 8%;
		width: 46%;
	}

	.productlist .productbox .img {
		height: 300px;
	}
}

@media screen and (max-width: 900px) {
	.contain .leftnav {
		width: 30%;
	}

	.contain .rightcon {
		width: 65%;
	}

	.productlist .productbox .img {
		height: 180px;
	}

	.productlist .productbox .title {
		font-size: 12px;
	}

	.productlist .productbox .word {
		background: url(../images/icon6.png) no-repeat 95% center;
		background-size: 20px;
	}
	
	.detailtop .img {
		width: 380px;
		height: 380px;
	}
	.detailtop .con {
		min-height: 380px;
	}
	.detailtop .mb .btnbox {
		padding-bottom: 25px;
	}
	.detailtop .mb .btnbox .btn {
		width: 124px;
		height: 32px;
		line-height: 32px;
		font-size: 14px;
	}
}

@media screen and (max-width: 768px) {
	.rightcon .newslist .itembox .img {
		width: 240px;
		height: 147px;
	}

	.rightcon .newslist .itembox .intro {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;

	}
	.detailsame .con .swiper-slide .img {
		height: 200px;
	}
	
}

@media screen and (max-width: 767px) {
	.conbanner {
		height: 140px;
	}

	.contain .leftnav {
		display: none;
	}

	.contain .rightcon {
		width: 100%;
	}
.contain .articlecon {
		width: 92%;
		margin: 0 3%;
	}
	.contain .rightcon .location {
		height: 42px;
		line-height: 42px;
		font-size: 16px;
		color: #000;
		text-indent: 12px;
	}

	.contain .rightcon .location .lo {
		font-size: 12px;
		margin-right: 10px;
	}

	.rightcon .newslist .itembox .img {
		width: 160px;
		height: 98px;
		margin-right: 12px;
	}

	.rightcon .newslist .itembox .title {
		font-size: 16px;
		margin-bottom: 4px;
	}

	.rightcon .newslist .itembox .intro {
		font-size: 12px;
		line-height: 1.4;
	}

	.rightcon .newslist .itembox .more {
		padding: 5px 16px;
		margin-top: 12px;
		background-color: #fe8204;
	}

	.page {
		text-align: left;
		padding-bottom: 44px;
		width: 92%;
		margin: 0 auto;
	}
	.pagenext {
		width: 92%;
		margin: 0 auto;
	}
	.page a {
		margin-bottom: 10px;
		font-size: 12px;
		padding: 4px 12px;
	}

	.productlist .productbox .img {
		height: 120px;
	}

	.productlist .productbox .word {
		background: none;
		padding: 10px 5px 0 5px;
	}
	.productlist {
		padding: 0 2%;
		margin-top: 30px;
	}
}

@media screen and (max-width: 640px) {
	.productlist .productbox {
		width: 48%;
		margin-right: 4%;
	}

	.productlist .productbox:nth-child(3n) {
		margin-right: 4%;
	}

	.productlist .productbox:nth-child(2n) {
		margin-right: 0;
	}
	.detailtop.flexbox {
		display: block
	}
	.detailtop .img {
		width: 100%;
		height: 280px;
		margin-right:0;
	}
	.detailintro .con table td {
		font-size: 13px;
	}
	.detailintro .con .attr {
		text-indent: 10px;
	}
}




.article .articleTitles {
	font-size: 26px;
	text-align: center;
	width: 100%;
	margin-top: 44px;
	margin-bottom: 20px;
}

.article .time {
	font-size: 12px;
	color:#666;
	background-color:#f7f7f7;
	height: 35px;
	line-height: 35px;
	text-align: center;
	margin-bottom: 32px;
}
.articlecon {
	font-size: 14px;
	line-height: 1.8;
	padding-bottom: 80px;
	border-bottom: 1px dashed #cccccc;
}
.articlecon img {
	max-width: 100%;
}
.aboutcon {
	background: url(../images/aboutbg.jpg) no-repeat right bottom;
	padding-bottom: 290px;
}
.pagenext{
	color:#999999;
	padding: 30px 0;
}
.pagenext a{
	color:#999999;
}
.conatctlist {
	color:#666666;
	font-size: 14px;
	line-height:2;
}
.conatctlist .tel {
	background: url(../images/tel.png) no-repeat left 6px;
	padding-left: 30px;
	margin-top: 20px;
}
.conatctlist .phone {
	background: url(../images/phone.png) no-repeat left 6px;
	padding-left: 30px;
	margin-top: 20px;
}
.conatctlist .email {
	background: url(../images/email.png) no-repeat left 6px;
	padding-left: 30px;
	margin-top: 20px;
}
.conatctlist .lo {
	background: url(../images/location.png) no-repeat left 6px;
	padding-left: 30px;
	margin-top: 20px;
}