.banner-common {
	background-image: url(../img/service.jpg);
}
.left-common .left-box .menu-top .menu-common ul li a {
	cursor: pointer;
}
.service-right {
	width: 1240px;
	overflow: hidden;
	position: relative;
	margin: 100px 50px 0 510px;
}
.service-title {
	width: 100%;
	color: #6d6d6d;
	font-size: 14px;
	overflow: hidden;
	font-weight: 500;
	margin: 0 0 65px;
	line-height: 20px;
}
.service-title a {
	color: #008b93;
	cursor: pointer;
}
.service-title a:hover {
	text-decoration: underline !important;
}
.service-list {
	width: 100%;
	overflow: hidden;
}
.service-list ul {
	width: 100%;
	overflow: hidden;
	margin: 0 0 95px;
}
.service-list ul li {
	float: left;
	overflow: hidden;
	width: -moz-calc(50% - 32px);
	width: -webkit-calc(50% - 32px);
	width: calc(50% - 32px);
}
.service-list ul:nth-of-type(2n+1) .list-img {
	float: right;
}
.service-list ul .list-img img {
	width: 100%;
}
.service-list ul:nth-of-type(2n) .list-txt {
	float: right;
}
.service-list .list-txt h3 {
	color: #000000;
	font-size: 36px;
	line-height: 45px;
	font-weight: bold;
	margin: 10px 0 25px;
}
.service-list .list-txt p {
	color: #6d6d6d;
	font-size: 16px;
	line-height: 26px;
}
@media only screen and (max-width: 1199px) {
	.service-right {
		margin: 0;
		width: 100%;
		padding: 30px 50px 0;
	}
}
@media only screen and (max-width: 991px) {
	.content-common {
	    top: 0px;
	}
	.service-right {
		padding: 30px 50px 100px;
	}
	.service-title {
		font-size: 16px;
		margin: 0 0 90px;
	}
	.service-list ul li {
		width: 100%;
		float: none !important;
	}
	.service-list ul .list-img {
		margin: 60px 0 0;
	}
	.service-list .list-txt h3 {
		font-size: 48px;
		margin: 0 0 25px;
    	line-height: 55px;
	}
	.service-list .list-txt p {
		font-size: 22px;
		line-height: 35px;
	}
}
@media only screen and (max-width: 750px) {
	.service-right {
		padding: 20px 15px 40px;
	}
	.service-title {
		font-size: 14px;
		margin: 0 0 30px;
	}
	.service-list ul {
		margin: 0 0 50px;
	}
	.service-list ul .list-img {
		margin: 40px 0 0;
	}
	.service-list .list-txt h3 {
		font-size: 28px;
		margin: 0 0 15px;
		line-height: 35px;
	}
	.service-list .list-txt p {
		font-size: 16px;
		line-height: 25px;
	}
}
@media only screen and (min-width: 1200px) {
	.service-right {
		margin: 100px 50px 0 410px;
		width: -moz-calc(100% - 460px);
		width: -webkit-calc(100% - 460px);
		width: calc(100% - 460px);
	}
	.service {
		top: -170px;
		width: 100%;
		display: block;
		overflow: hidden;
		position: relative;
	}
}
@media only screen and (min-width: 1450px) {
	.service-right {
		margin: 100px 50px 0 460px;
		width: -moz-calc(100% - 510px);
		width: -webkit-calc(100% - 510px);
		width: calc(100% - 510px);
	}
}
@media only screen and (min-width: 1700px) {
	.service-right {
		width: 1240px;
		margin: 100px 50px 0 510px;
	}
}