.service-f{
	display: flex;
	align-items: center;
	margin: 0 -20px;
}
.service-f>div{
	flex: 1;
	font-size: 22px;
	font-weight: 600;
	text-align: center;
	padding: 50px 30px;
	border-radius: 10px;
	cursor: pointer;
	user-select: none;
	margin: 0px 20px;
	transition:all 0.5s;
}
.bg1{
	background: -webkit-linear-gradient(bottom, #47b1c3 0%,#e4fcff 100%) ;
	background: -o-linear-gradient(bottom, #47b1c3 0%,#e4fcff 100%) ;
	background: -ms-linear-gradient(bottom, #47b1c3 0%,#e4fcff 100%) ;
	background: -moz-linear-gradient(bottom, #47b1c3 0%, #e4fcff 100%) ;
	color: #33A5B5;
}
.bg2{
	background: -webkit-linear-gradient(bottom, #e69287 0%,#f9e4e1 100%) ;
	background: -o-linear-gradient(bottom, #e69287 0%,#f9e4e1 100%) ;
	background: -ms-linear-gradient(bottom, #e69287 0%,#f9e4e1 100%) ;
	background: -moz-linear-gradient(bottom, #e69287 0%, #f9e4e1 100%) ;
	color: #D65842;
}
.bg3{
	background: -webkit-linear-gradient(bottom, #deb978 0%,#fbecd0 100%) ;
	background: -o-linear-gradient(bottom, #deb978 0%,#fbecd0 100%) ;
	background: -ms-linear-gradient(bottom, #deb978 0%,#fbecd0 100%) ;
	background: -moz-linear-gradient(bottom, #deb978 0%, #fbecd0 100%) ;
	color: #BA9148;
}
.bg4{
	background: -webkit-linear-gradient(bottom, #8eac5d 0%,#f0ffd9 100%) ;
	background: -o-linear-gradient(bottom, #8eac5d 0%,#f0ffd9 100%) ;
	background: -ms-linear-gradient(bottom, #8eac5d 0%,#f0ffd9 100%) ;
	background: -moz-linear-gradient(bottom, #8eac5d 0%, #f0ffd9 100%) ;
	color: #628233;
}
.bg1:hover,.bg1-h{
	color: #1e6e79;
	border-color: #1e6e79 !important;
}
.bg2:hover,.bg2-h{
	color: #ab402d;
	border-color: #ab402d !important;
}
.bg3:hover,.bg3-h{
	color: #98712a;
	border-color: #98712a !important;
}
.bg4:hover,.bg4-h{
	color: #476121;
	border-color: #476121 !important;
}

#service_tit{
	font-size: 24px;
	border-bottom: 2px solid ;
	border-color: #177e8c;
	padding: 8px 0;
	font-weight: 600;
	transition:all 2s;

}
.service-lst{
	display: flex;
	padding: 20px 0px;
	padding: 20px 30px;
}
.service-c-v{
	background: #fff;
	padding: 0px 40px;
	min-height: 500px;
	
}
.service-c-right{
	cursor: pointer;
}
.service-lst>div{
	flex: 1;
}
.service-c-left{
	display: flex;
}
.service-c-left>div{
	flex: 1;
}
.service-c-left img{
    max-width: 265px;
    max-height: 140px;
	max-width: 285px;
	max-height: 160px;
	transition: all 0.5s;
}
.service-c-left img:hover{
	transform: scale(1.04); 
}
.name-img-v{
	display: inline-block;
    width: 60px;
    height: 60px;
	border-radius: 50%;
	overflow: hidden;
	padding: 0 0 0 20px;
}
.name-img{
	width: 100%;
	height: 100%;
}
.name-top{
	display: flex;
	align-items: center;
}
.name-top>div:nth-child(2){
	padding-left: 30px;
}
.name-tit{
	font-size: 21px;
	color: #313131;
	margin-bottom: 8px;
	transition: all 0.5s;
}
.name-tit:hover{
	color: #1787fb;
}
.name-deta{
	font-size: 13px;
	color: #666666;
	text-align: left;
}

.name-cont{
	color: #666666;
	text-indent: 2em;
	height: 72px;
	line-height:24px;
	text-align: justify;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}


.s-tit{
	position: relative;	
    padding: 40px 0;
}
.s-tit-l{
    font-size: 24px;
    text-align: center;
    color: #333333;
}
.s-data{
    position: absolute;
    right: 150px;
    bottom: -6px;
    color: #666666;
}
.s-cont>p{
	line-height: 27px;
	margin-bottom: 5px;
	font-size: 16px;
    color: #4e4e4e;
}
.s-cont-lst{
	text-align: justify;
	text-indent: 2em;
	font-size: 16px;
	color: #636363;
}
.s-cont-tit{
	font-size: 16px;
	font-weight: 600;
	margin: 10px 0;
}

.pages-v{
	text-align: center;
}
.iframe{
	width: 100%;
	height: 200px;
	border: none;
	overflow: visible;
	background: #ffffff;
}
.ser-v{
	padding: 0 15px 20px 15px;
}
.s-cont{
	padding: 0 140px;	
}
.s-cont>p{
	font-size:16px;
}
.park-server .service-c-v{
    padding: 0px 5px;
}
.park-server .service-lst{
    padding: 20px 17px;
}
.park-server .service-c-right{
    padding: 0 30px 0 0;
}
.park-server .service-lst>div{
    flex: 2;
}
.park-server .service-c-left>div{
	margin: 0 10px 0 0;
}