﻿.service-list-box{
    width: 1800px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    font-size: 0;
    padding-bottom: 80px;
}
.service-list{
	width: 420px;
	height: 560px;
	position: relative;
	max-width: 100%;
	display: inline-block;
	vertical-align: top;
	margin-right: 40px;
	margin-bottom: 40px;
}
.service-list:nth-child(4n+4){
	margin-right: 0;
}
.service-list-info-box{
	width: 380px;
	max-width: 100%;
	height: 100%;
	display: block;
	float: right;
}
.service-list-img-box{
	width: 380px;
	max-width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
	transition: all .5s ease;
}
.service-list-info{
	position: absolute;
	bottom: 10%;
	left: 0;
}
.service-list-info-title{
	width: 200px;
	max-width: 100%;
    display:         flex;
	display: -webkit-flex;
          align-items: center;
    -webkit-align-items: center;
          justify-content: center;
    -webkit-justify-content: center;
    padding: 17px 10px;
    box-sizing: border-box;
    font-size: 14px;
    letter-spacing: 2px;
    color: #FFF;
    background-color: #333333;
    box-sizing: border-box;
    transition: all .5s ease;
}
.service-list-info-read{
	width: 200px;
	height: 40px;
	line-height: 40px;
	margin-left: 20px;
	padding: 0 30px;
	box-sizing: border-box;
	position: relative;
	background-color: #ee1b2d;
	color: #FFF;
	font-size: 18px;
	transition: all .5s ease;
	overflow: hidden;
}
.service-list-info-read span{
	letter-spacing: 2px;
}
.service-list-info-read i{
	position: absolute;
    right: 20%;
    top: calc(50% - 9px);
    transition: all .5s ease;
}



/*-------------service-page----------------*/

.service-page-box{
	width: 1800px;
	max-width: 100%;
	display: block;
	margin: 0 auto;
	margin-top: 200px;
	background-color: #f1f1f1;
	font-size: 0;
	padding-bottom: 80px;
}
.service-page-img-box{
	width: 800px;
	max-width: 100%;
	height: 900px;
	display: block;
	margin: 0 auto;
	position: relative;
	transition: all .8s ease;
	transition-delay: .2s;
}
.service-page-left,
.service-page-right{
	width: 50%;
	display: inline-block;
	vertical-align: top;
}
.service-page-right{
	padding: 0 20px;
	box-sizing: border-box;
}

.service-page-info-title{
	font-size: 24px;
	color: #000;
	font-weight: bold;
	letter-spacing: 2px;
	padding:  20px 0;
}
.service-page-edit-box{
	font-size: 14px;
	color: #555555;
	letter-spacing: 2px;
	line-height: 2;
	margin-bottom: 80px;
}
.service-page-info-box .sum_index_news_more{
	font-size: 16px;
	margin-left: 0;
}
.service-page-info-box .sum_index_news_more i{
	position: absolute;
	left: 10px;
	top: calc(50% - 8px);
}