.service-nav {
    position: relative;
    height: 36px;
    width: 80%;
    border-bottom: 1px solid #E0E0E0;
    margin: auto;
    padding-top: 50px;
}
.service-nav-left {
    margin-right: 0;
    width: 30%;
}
.service-nav-left a{
	font-family: MicrosoftYaHei;
	font-size: 25px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #434343;
}
.service-nav-left span{
	font-family: MicrosoftYaHeiLight;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #d5002e;
	opacity: 0.3;
    margin-left: 8px;
}
.service-nav-right {
    width: 68%;
    /* float: right; */
}
.service-nav-right ul li {
    float: left;
    margin-right: 5%;
    padding-bottom: 7px;
}

.service-nav-right ul li:hover a{
    color: #d5002e;
}
.cate-father {
    color: #d5002e;
}
.service-nav-right ul li a{
    font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #535353;
}


/* banner */
.service-banner {
	height:100%;
	width: 100%;
    position: relative;
    margin-top: 45px;
}
.service-banner img {
	width: 100%;
	height: 100%;
}

.category-service {
    position: absolute;
    right: 30px;
    bottom: -63px;
    width: 10%;
    background-color: #EAF0F4;
	z-index: 11;
	text-align: center;
	bottom: -83px;
    padding-top: 19px;
}
.category-service a {
    color: #6E6F70;

}
.category-service li {
	height: 32px;
	line-height: 32px;
}
.category-service li:hover {
	border-left: 2px solid #d5002e;
    background-color: #DCE6EC;
}
.cate-cur {
	border-left: 2px solid #d5002e;
    background-color: #DCE6EC;
}
.cate-on {
	border-left: 2px solid #d5002e;
    background-color: #DCE6EC;
}

/* 列表 */
.category-service-list {
	/* margin-top: 45px; */
    width: 80%;
    margin: 45px auto;
}
.category-service-list>ul>li {
	float: left;
    width: 22%;
    overflow: hidden;
	margin-right: 3%;
	margin-bottom: 20px;
    /* height: 350px; */
    min-height: 300px;
    position: relative;
}

.category-service-list  a {
    display: block;
    margin: auto;
    width: 90%;
    padding-top: 3%;
}

.category-service-list  h3:hover,
.seo_description:hover,
.right:hover{
    color: #d5002e!important;
}
.category-service-list img {
    transition: all 0.5s ease;
    display: block;
    margin: auto;
    width: 100%;
    border: 1px #EEEEEE solid;
    padding: 10px;
}
.category-service-list img:hover {
	transform: scale(1.1);
}

.category-service-list  h3 {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 0px;
    color: #7d7d7d;
    margin-bottom: 16px;
    margin-top: 11px;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.seo_description {
    font-family: MicrosoftYaHei;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 20px;
	letter-spacing: 0px;
	color: #898989;
}

.right {
    width: 30px;
    height: 30px;
    margin-top: 10px;
    position: absolute;
    bottom: 3%;
    left: 10%;
}

.right:hover{
    background: url('../img/service/more02.png') no-repeat center;
}



/*详情页*/
.list-tit {
    color: #535353;
    font-weight: bold;
    font-size: 16px;
    position: relative;
    margin-bottom: 20px;
    width: 190px;
    margin-top: 40px;
}
.blue-line {
    width: 100%;
    height: 5px;
    background-color: #0068b7;
    opacity: 0.17;
    position: absolute;
    /* top: 50%; */
    bottom: 1x;
    z-index: -2;
}
.en-title {
    font-family: MicrosoftYaHeiLight;
	font-size: 31px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
    color: #EFEFEF;
    position: absolute;
    bottom: 7px;
    z-index: -1;
}

.service-cont {
    width: 80%;
    margin: 70px auto;
}
.cont1,.cont2,.cont3 {
    width: 33.33%;
    font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 25px;
	letter-spacing: 0px;
    color: #7d7d7d;
    text-align: center;
}
.top span {
    font-family: MicrosoftYaHei-Bold;
	font-size: 14px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 25px;
	letter-spacing: 0px;
	color: #434343;
}
.introduce-cont {
    font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 25px;
	letter-spacing: 0px;
	color: #898989;
}
.num {
    background-color: #EAF0F4;
    font-family: CenturyGothic;
    font-size: 33px;
    font-weight: normal;
    font-style: italic;
    font-stretch: normal;
    line-height: 42px;
    letter-spacing: 0px;
    color: #428abd;
    display: inline-block;
    border-radius: 50%;
    width: 46px;
    height: 46px;
    text-align: center;
}

.category-list {
	width: 96%;
    margin: 45px auto;
}
.category-list>ul>li {
	float: left;
    width: 20%;
    overflow: hidden;
    border: 1px #EEEEEE solid;
	padding: 9px;
	margin-right: 2%;
	margin-bottom: 20px;
    height: 210px;
    position: relative;
    text-align: center;

}

.category-list:hover,
.category-list  h3:hover,
.right:hover{
    color: #d5002e!important;
}
.category-list img {
	transition: all 0.5s ease;
}
.category-list img:hover {
	transform: scale(1.1);
}

.category-list  h3 {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 0px;
    color: #7d7d7d;
    margin-bottom: 16px;
    margin-top: 11px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media only screen and (max-width: 640px) {
    .cate-father a{
        color: #d5002e!important;
    }
}

/*详情页*/
.case-content {
    width: 80%;
    overflow: hidden;
    margin: 50px auto;
}
.case-title {
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 20px;
	letter-spacing: 0px;
	color: #434343;
	font-weight: bold;
}
.case-time {
    font-family: MicrosoftYaHei;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #aaaaaa;
    margin-top: 24px;
    margin-bottom: 40px;
}
.case-detail {
	color: #535353;
}


