/*主体内容*/
.main-content {
	width: 1400px;
	margin: 0 auto;
}
.custom-service{
	padding: 80px 0 30px;
}
.custom-service .custom-list{
	width: 32%;
	float: left;
	margin-right: 2%;
	margin-bottom: 30px;
}
.custom-service .custom-list:nth-child(3n){
	margin-right: 0;
}
.custom-service .custom-list .picture{
	overflow: hidden;
}
.custom-service .custom-list .picture img{
	width: 100%;
	transition: all 0.5s;
}
.custom-service .custom-list .picture:hover img{
	transform: scale(1.1);
}
.custom-service .custom-list .custom-content{
	padding: 20px 35px;
}
.custom-service .custom-list .custom-content .title{
	font-size: 22px;
}
.custom-service .custom-list .custom-content .title a{
	display: block;
	color: #000;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.custom-service .custom-list .custom-content .button{
	margin-top: 10px;
}
.custom-service .custom-list .custom-content .button a{
	color: #52acc7;
}

.customized-title {
	height: 103px;
	width: 100%;
}
.customized-title .left-title {
	width: 320px;
	height: 50px;
	float: left;
	margin-top: 31px;
	border-left: solid #52acc7 7px;
	padding-left: 12px;
	position: relative;
}
.customized-title .left-title .en {
	font-size: 40px;
	font-weight: bold;
	color: #eaeaea;
	line-height: 32px;
}
.customized-title .left-title .cn {
	font-size: 28px;
	line-height: 30px;
	position: absolute;
	left: 12px;
	bottom: 0;
}
.customized-title .right-title {
	float: left;
	margin: 40px 0 0 30px;
}
.customized-title .right-title i {
	width: 23px;
	height: 23px;
	display: inline-block;
	vertical-align: middle;
	background: #fff;
	border: solid #52acc7 5px;
	border-radius: 50%;
}
.customized-title .right-title span {
	margin-left: 12px;
	font-size: 20px;
	display: inline-block;
	vertical-align: middle;
}
.customized-content {
	padding-bottom: 80px;
}
.customized-content .content-left {
	width: 320px;
	float: left;
	background-color: white;
	padding: 20px 0;
}
.customized-content .content-left li {
	line-height: 50px;
	padding-left: 32px;
	color: #333;
	font-size: 16px;
	font-weight: bold;
}
.customized-content .content-left li a{
	display: block;
	color: #333;
}
.customized-content .content-left li:hover {
	background: #52acc7;
}
.customized-content .content-left li:hover a{
	color: #fff;
}
.customized-content .content-left .cur {
	background: #52acc7;
}
.customized-content .content-left .cur a{
	color: #fff;
}
.customized-content .content-right {
	float: left;
	margin-left: 30px;
	background-color: white;
	padding: 30px;
	width: 1050px;
	min-height: 550px;
}