﻿/***********************内容 ***********************/
.section{
	padding: 3rem 0;
}
.section .section-title{
	text-align: center;
}
.section .section-title .section-title-o{
	display: flex;
	margin-bottom: 0.25rem;
	justify-content: center;
}	
.section .section-title .section-title-o .section-title-line{
	height: 1px;
	width: 9rem;
	background-color: rgba(153,153,153,0.32);
	margin-top: 3.75rem;
}
.section .section-title .section-title-o .section-title-image{
	margin: 0 2rem;
}
.section .section-title .section-title-o .section-title-image img{
	width: 100%;
	height: 100%;
}
.section .section-title text{
	color: #666666;
	font-size: 0.85rem;
}
/* 内容0 */
.section-0{
	height: 32.5rem;
	background: url(../../../images/scheme/industry_scheme/car_service/section-0-bg.png) no-repeat center;
	background-size: cover;
}
.section-0 .section-banner{
	padding: 6.65rem 0 0 19.1rem;
}
.section-0 .section-banner img{
	width: 27.75rem;
	height: 5.1rem;
}
.section-0 .section-banner .section-banner-title{
	color: #ffffff;
	letter-spacing: 2.56px;
	font-size: 2.55rem;
	margin: 1.5rem 0;
}
.section-0 .section-banner .section-banner-title span{
	color: #FFF000;
}
.section-0 .section-banner p{
	margin-bottom: 2.75rem;
	color: rgba(255,240,0,0.89);
	font-size: 0.95rem;
}
.section-0 .section-banner .section-down-btn{
	width: 9.25rem;
	height: 2rem;
	line-height: 2rem;
	text-align: center;
	background: #fff000;
	border-radius: 4px 4px 4px 4px;
	color: #0f1011;
	font-size: 1.1rem;
	display: inline-block;
	cursor: pointer;
}
/* 内容1 */
.section-1{
	
}
.section-1 .section-title .section-title-o .section-title-image{
	width: 21.2rem;
	height: 4.7rem;
}
.section-1 .section-group{
	padding: 0 22.5rem;
	margin-top: 3.5rem;
	display: flex;
	justify-content: space-between;
}
.section-1 .section-group .section-item{
	text-align: center;
	cursor: pointer;
}
.section-1 .section-group .section-item .section-item-border{
	position: relative;
	width: 6.5rem;
	height: 6.3rem;
	margin: 0 auto;
}
.section-1 .section-group .section-item .section-item-border .border-bg{
	width: 100%;
	height: 100%;
}
.section-1 .section-group .section-item .section-item-border .border-bg:nth-child(1){
	display: block;
}
.section-1 .section-group .section-item .section-item-border .border-bg:nth-child(2){
	display: none;
}
.section-1 .section-group .section-item.active .section-item-border .border-bg:nth-child(1){
	display: none;
}
.section-1 .section-group .section-item.active .section-item-border .border-bg:nth-child(2){
	display: block;
}
.section-1 .section-group .section-item .section-item-border .border-icon{
	width: 2.25rem;
	height: 2.25rem;
	position: absolute;
	left: 50%; 
	top: 50%;   
	transform: translate(-50%, -50%);
}
.section-1 .section-group .section-item .section-item-border .border-icon:nth-child(3){
	display: block;
}
.section-1 .section-group .section-item .section-item-border .border-icon:nth-child(4){
	display: none;
}
.section-1 .section-group .section-item.active .section-item-border .border-icon:nth-child(3){
	display: none;
}
.section-1 .section-group .section-item.active .section-item-border .border-icon:nth-child(4){
	display: block;
}
.section-1 .section-group .section-item .section-desc{
	text-align: center;
	margin-top: 0.25rem;
}
.section-1 .section-group .section-item .section-desc p{
	color: #434245;
	line-height: 1.5rem;
	font-size: 0.95rem;
	font-weight: bold;
}
.section-1 .section-group .section-item.active .section-desc p{
	color: #f5bd04;
}
.section-1 .section-group .section-item .section-desc text{
	color: #434245;
	line-height: 1rem;
	font-size: 0.7rem;
	display: inline-block;
	width: 9.5rem;
}
/* 内容2 */
.section-2{
	background: url(../../../images/scheme/industry_scheme/car_service/section-2-bg.png) no-repeat center;
	background-size: 100%;
	height: 23rem;
	padding: 0;
}
.section-2 .section-title{
	padding-top: 2.5rem;
}
.section-2 .section-title .section-title-o .section-title-image{
	width: 17.8rem;
	height: 1.85rem;
}
.section-2 .section-title .section-title-o .section-title-line{
	margin-top: 1rem;
}
.section-2 .section-title text{
	color: #FFFFFF;
}
.section-2 .section-group{
	padding: 0 23.2rem;
	margin-top: 5rem;
	display: flex;
	justify-content: space-between;
}
.section-2 .section-group .section-item{
	width: 11.25rem;
	height: 16.8rem;
	background: #f4f4f4;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	cursor: pointer;
}
.section-2 .section-group .section-item.active{
	background: #ffd737;
}
.section-2 .section-group .section-item:hover{
	transform:translate(0,-2rem);
	-webkit-transform:translate(0,-2rem);
	-moz-transform:translate(0,-2rem);
	-o-transform:translate(0,-2rem);
	-ms-transform:translate(0,-2rem);
}
.section-2 .section-group .section-item .section-image{
	height: 7rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.section-2 .section-group .section-item .section-image img{
	width: 4rem;
	height: 4rem;
}
.section-2 .section-group .section-item .section-desc{
	text-align: center;
}
.section-2 .section-group .section-item .section-desc p{
	color: #333333;
	font-size: 0.85rem;
	font-weight: bold;
	margin-bottom: 0.7rem;
}
.section-2 .section-group .section-item .section-desc text{
	display: inline-block;
	width: 9.3rem;
	color: #666666;
	line-height: 1.2rem;
	font-size: 0.7rem;
}
.section-2 .section-group .section-item .section-desc .line{
	width: 1.75rem;
	height: 5px;
	background: #ffd737;
	margin: 0 auto;
	margin-top: 0.5rem;
}
.section-2 .section-group .section-item.active .section-desc .line{
	background: #FFFFFF;
}
/* 内容3 */
.section-3{
	padding-top: 8rem;
	padding-bottom: 2rem;
}
.section-3 .section-title .section-title-o .section-title-image{
	width: 22.5rem;
	height: 5.35rem;
}
.section-3 .section-image{
	width: 39.65rem;
	height: 25.8rem;
	margin: 0 auto;
	margin-top: 2rem;
}
.section-3 .section-image img{
	width: 100%;
	height: 100%;
}
/* 内容4 */
.section-4{
	background: linear-gradient(270deg,#dbdbdb, #f0f0f0 100%, #f4f4f4 100%, #dcdcdc 100%);
}
.section-4 .section-title .section-title-o .section-title-image{
	width: 19.7rem;
	height: 4.7rem;
}
.section-4 .section-group{
	display: flex;
	justify-content: center;
	margin-top: 3rem;
}
.section-4 .section-group .section-item{
	width: 10.1rem;
	background: #FFFFFF;
	cursor: pointer;
}
.section-4 .section-group .section-item .section-image{
	width: 100%;
	height: 13.5rem;
}
.section-4 .section-group .section-item .section-image img{
	width: 100%;
	height: 100%;
}
.section-4 .section-group .section-item .section-icon{
	background: #FFFFFF;
	width: 2.95rem;
	height: 2.95rem;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	bottom: -1.5rem;   
	transform: translate(-50%, 0);
	display: flex;
	align-items: center;
	justify-content: center;
}
.section-4 .section-group .section-item:nth-child(odd) .section-icon{
	bottom: auto;
	top: -1.5rem;
}
.section-4 .section-group .section-item .section-icon .section-icon-o{
	background: #434245;
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.section-4 .section-group .section-item.active .section-icon .section-icon-o{
	background: #f5bd04;
}
.section-4 .section-group .section-item .section-icon .section-icon-o img{
	width: 1.65rem;
	height: 1.65rem;
}
.section-4 .section-group .section-item .section-desc{
	text-align: center;
	height: 7.75rem;
	position: relative;
	box-sizing: border-box;
	padding-top: 2rem;
}
.section-4 .section-group .section-item:nth-child(even) .section-desc{
	padding-top: 1.25rem;
}
.section-4 .section-group .section-item .section-desc p{
	color: #434245;
	font-size: 1.1rem;
	font-weight: bold;
}
.section-4 .section-group .section-item.active .section-desc p{
	color: #f5bd04;
}
.section-4 .section-group .section-item .section-desc text{
	color: #999999;
	font-size: 0.45rem;
}
.section-4 .section-group .section-item .section-desc .line{
	margin: 0 auto;
	margin-top: 1.5rem;
	width: 1.65rem;
	height: 3px;
	background: #f5bd04;
}
.section-4 .section-group .section-item:nth-child(even) .section-desc .line{
	margin-top: 1rem;
}
/* 内容5 */
.section-5{
	padding-bottom: 2rem;
}
.section-5 .section-title .section-title-o .section-title-image{
	width: 23rem;
	height: 4.7rem;
}
.section-5 .section-content{
	display: flex;
	padding-left: 20rem;
	align-items: center;
	margin-top: 3rem;
}
.section-5 .section-content .section-content-l{
	display: flex;
	flex-direction: column;
}
.section-5 .section-content .section-content-l .section-flex{

}
.section-5 .section-content .section-content-l .section-flex .section-flex-item{
	display: flex;
	align-items: center;
	margin-bottom: 1.5rem;
	padding-left: 5rem;
}
.section-5 .section-content .section-content-l .section-flex .section-flex-item .section-circle{
	background: #d8d8d8;
	border-radius: 50%;
	width: 2.1rem;
	height: 2.1rem;
	position: relative;
	margin-right: 1rem;
}
.section-5 .section-content .section-content-l .section-flex .section-flex-item .section-circle .section-circle-o{
	color: #FFFFFF;
	background: #f5bd04;
	border-radius: 50%;
	width: 2.05rem;
	height: 2.05rem;
	line-height: 2.05rem;
	text-align: center;
	font-size: 1.5rem;
	position: absolute;
	top: 0;
	left: -2px;
}
.section-5 .section-content .section-content-l .section-flex .section-flex-item p{
	font-size: 1.1rem;
	font-weight: bold;
	color: #434245;
}
.section-5 .section-content .section-content-l img{
	width: 30.5rem;
	height: 12.15rem;
}
.section-5 .section-content .section-img{
	width: 10.1rem;
	height: 20.5rem;
}
.section-5 .section-content .section-icon{
	width: 2rem;
	height: 2rem;
	margin-left: -1rem;
	margin-right: -1rem;
}
/* 内容6 */
.section-6{
	background: url(../../../images/scheme/industry_scheme/car_service/section-6-bg.png) no-repeat center;
	background-size: 100%;
	height: 26.5rem;
	padding: 0;
}
.section-6 .section-title .section-title-o .section-title-image{
	width: 14.5rem;
	height: 1.85rem;
	padding-top: 3rem;
}
.section-6 .section-title text{
	color: #FFFFFF;
}
.section-6 .section-group{
	padding: 0 20.2rem;
	margin-top: 3rem;
	display: flex;
	justify-content: space-between;
}
.section-6 .section-group .section-item{
	width: 10.9rem;
}
.section-6 .section-group .section-item img{
	width: 100%;
	height: 10.9rem;
}
.section-6 .section-group .section-item p{
	margin-top: 1.5rem;
	color: #ffffff;
	font-size: 1.1rem;
	font-weight: bold;
	text-align: center;
}
/* 内容7 */
.section-7{
	background: url(../../../images/scheme/industry_scheme/car_service/section-7-bg.png) no-repeat center;
	background-size: cover;
}
.section-7 .section-title .section-title-o .section-title-image{
	width: 28.3rem;
	height: 6.9rem;
}
.section-7 .section-title .section-title-o{
	margin-bottom: -2rem;
}
.section-7 .section-content .section-box3{
	display: flex;
	justify-content: center;
	align-items: flex-start;
	margin-top: 3rem;
}
.section-7 .section-content .section-box3 .section-image{
	width: 33.25rem;
	height: 18.5rem;
	margin-right: 0.25rem;
	margin-left: -3.5rem;
}
.section-7 .section-content .section-box3 .section-image img{
	width: 100%;
	height: 100%;
}
.section-7 .section-content .section-box3 .section-flex-group{
	width: 12.3rem;
	background: #ffffff;
	border-radius: 0.5rem;
	box-shadow: 0px 3px 20px 0px rgba(0,0,0,0.09);
}
.section-7 .section-content .section-box3 .section-flex-group p{
	width: 100%;
	height: 2.35rem;
	line-height: 2.35rem;
	background: #F5BF09;
	font-size: 1.1rem;
	text-align: center;
	color: #ffffff;
	letter-spacing: 2px;
	border-top-left-radius: 0.5rem;
	border-top-right-radius: 0.5rem;
}
.section-7 .section-content .section-box3 .section-flex-group ul{
	width: 10rem;
	text-align: center;
	margin: 0 auto;
	margin-top: 0.5rem;
	padding-bottom: 1rem;
}
.section-7 .section-content .section-box3 .section-flex-group ul li{
	width: 100%;
	padding: 0.5rem 0;
	color: #434245;
	letter-spacing: 2px;
	font-size: 1rem;
	position: relative;
	border-bottom: 1px solid #e2e2e2;
}
.section-7 .section-content .section-box3 .section-flex-group ul li img{
	width: 1.95rem;
	height: 2.35rem;
	position: absolute;
	left: -2.5rem;
	top: 0.15rem;
}
/* 内容8 */
.section-8{
	padding-bottom: 2rem;
}
.section-8 .section-title .section-title-o .section-title-image{
	width: 24.9rem;
	height: 6.9rem;
}
.section-8 .section-content{
	margin-top: 2rem;
}
.section-8 .section-content .section-navs-tabs{
	width: 50rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
	border-bottom: 2px solid rgba(153,153,153,0.35);
}
.section-8 .section-content .section-navs-tabs .section-navs-tab{
	padding: 0.5rem;
	cursor: pointer;
	position: relative;
}
.section-8 .section-content .section-navs-tabs .section-navs-tab .section-circle-img{
	width: 2.95rem;
	height: 2.95rem;
	background: #cacaca;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	margin-bottom: 0.25rem;
}
.section-8 .section-content .section-navs-tabs .section-navs-tab.active .section-circle-img{
	background: linear-gradient(183deg,#fefba3 0%, #f5bd04 86%);
}
.section-8 .section-content .section-navs-tabs .section-navs-tab .section-circle-img img{
	width: 1.6rem;
	height: 1.6rem;
}
.section-8 .section-content .section-navs-tabs .section-navs-tab p{
	color: #434245;
	line-height: 1.75rem;
	letter-spacing: 1px;
	font-size: 1rem;
}
.section-8 .section-content .section-navs-tabs .section-navs-tab.active p{
	color: #f0a901;
}
.section-8 .section-content .section-navs-tabs .section-navs-tab.active .line{
	position: absolute;
	background: #f0a901;
	border-radius: 3px;
	height: 5px;
	width: 100%;
	bottom: -3px;
	left: 0;
}
.section-8 .section-content .section-navs-contents{
	
}
.section-8 .section-content .section-navs-contents .section-navs-content{
	padding-top: 3rem;
	display: none;
	min-height: 37rem;
}
.section-8 .section-content .section-navs-contents .section-navs-content .section-content-title{
	color: #f0a901;
	font-weight: bold;
	font-size: 1.3rem;
	text-align: center;
}
.section-8 .section-content .section-navs-contents .section-navs-content .section-box1{
	display: flex;
	padding: 0 20rem;
	justify-content: space-between;
	margin-top: 1rem;
}
.section-8 .section-content .section-navs-contents .section-navs-content .section-box1 .section-item{
	width: 14.4rem;
	margin-left: -1.5rem;
}
.section-8 .section-content .section-navs-contents .section-navs-content .section-box1 .section-item .section-image{
	width: 14.4rem;
}
.section-8 .section-content .section-navs-contents .section-navs-content .section-box1 .section-item .section-image img{
	width: 14.4rem;
	height: 27.65rem;
}
.section-8 .section-content .section-navs-contents .section-navs-content .section-box1 .section-item .section-desc{
	width: 10.1rem;
	margin: 0 auto;
	background: #ffffff;
	border: 1px solid #F5BF09;
	border-radius: 0.45rem;
	padding-bottom: 0.25rem;
}
.section-8 .section-content .section-navs-contents .section-navs-content .section-box1 .section-item .section-desc p{
	background: #f5bf09;
	border-radius: 0.9rem;
	color: #FFFFFF;
	font-size: 1rem;
	font-weight: bold;
	text-align: center;
	padding: 0 0.65rem;
	height: 1.7rem;
	line-height: 1.7rem;
	margin: 0 auto;
	margin-top: -0.8rem;
	display: table;
	margin-bottom: 0.25rem;
}
.section-8 .section-content .section-navs-contents .section-navs-content .section-box1 .section-item .section-desc text{
	color: #666666;
	line-height: 1.4rem;
	letter-spacing: 1px;
	font-size: 0.9rem;
	display: inline-block;
	width: 100%;
	text-align: center;
}
.section-8 .section-content .section-navs-contents .section-navs-content .section-box2{
	display: flex;
	padding: 0 22rem;
	justify-content: space-between;
	align-items: center;
	margin-top: 4rem;
}
.section-8 .section-content .section-navs-contents .section-navs-content .section-box2 img{
	width: 14.4rem;
	height: 27.65rem;
}
.section-8 .section-content .section-navs-contents .section-navs-content .section-box2 img.part2-2{
	margin-left: -1rem;
}
.section-8 .section-content .section-navs-contents .section-navs-content .section-box2 .section-items{
	display: flex;
	flex-wrap: wrap;
}
.section-8 .section-content .section-navs-contents .section-navs-content .section-box2 .section-items .section-item{
	width: 10.1rem;
	margin: 0 auto;
	background: #ffffff;
	border: 1px solid #f5bf09;
	border-radius: 0.45rem;
	padding-bottom: 0.25rem;
	margin-bottom: 3rem;
}
.section-8 .section-content .section-navs-contents .section-navs-content .section-box2 .section-items .section-item p{
	background: #f5bf09;
	border-radius: 0.9rem;
	color: #FFFFFF;
	font-size: 1rem;
	font-weight: bold;
	text-align: center;
	padding: 0 0.65rem;
	height: 1.7rem;
	line-height: 1.7rem;
	margin: 0 auto;
	margin-top: -0.8rem;
	display: table;
	margin-bottom: 0.25rem;
}
.section-8 .section-content .section-navs-contents .section-navs-content .section-box2 .section-items .section-item text{
	color: #666666;
	line-height: 1.2rem;
	letter-spacing: 1px;
	font-size: 0.9rem;
	display: block;
	width: 9.65rem;
	padding-left: 0.45rem;
	margin: 0.35rem 0 1rem 0;
}
.section-8 .section-content .section-navs-contents .section-navs-content .section-box3{
	margin-top: 2rem;
	display: flex;
	padding: 0 20rem;
	justify-content: space-between;
}
.section-8 .section-content .section-navs-contents .section-navs-content .section-box3 .section-item{
	width: 14.4rem;
	margin-left: -1.5rem;
}
.section-8 .section-content .section-navs-contents .section-navs-content .section-box3 .section-item .section-image{
	width: 14.4rem;
}
.section-8 .section-content .section-navs-contents .section-navs-content .section-box3 .section-item .section-image img{
	width: 14.4rem;
	height: 27.65rem;
}
.section-8 .section-content .section-navs-contents .section-navs-content .section-box3 .section-item .section-desc{
	background: #f5bf09;
	border-radius: 0.85rem;
	color: #FFFFFF;
	font-size: 0.9rem;
	font-weight: bold;
	text-align: center;
	padding: 0 0.65rem;
	height: 1.7rem;
	line-height: 1.7rem;
	margin: 0 auto;
	display: table;
	margin-bottom: 0.25rem;
	width: 6.95rem;
	box-sizing: border-box;
}
.section-8 .section-content .section-navs-contents .section-navs-content .section-box4{
	margin-top: 2rem;
	display: flex;
	padding: 0 20rem;
	justify-content: space-between;
}
.section-8 .section-content .section-navs-contents .section-navs-content .section-box4 .section-item{
	width: 14.4rem;
	margin-left: -1.5rem;
}
.section-8 .section-content .section-navs-contents .section-navs-content .section-box4 .section-item .section-image{
	width: 14.4rem;
}
.section-8 .section-content .section-navs-contents .section-navs-content .section-box4 .section-item .section-image img{
	width: 14.4rem;
	height: 27.65rem;
}
.section-8 .section-content .section-navs-contents .section-navs-content .section-box4 .section-item .section-desc{
	background: #f5bf09;
	border-radius: 0.85rem;
	color: #FFFFFF;
	font-size: 0.9rem;
	font-weight: bold;
	text-align: center;
	height: 1.7rem;
	line-height: 1.7rem;
	margin: 0 auto;
	display: table;
	margin-bottom: 0.25rem;
}
/* 内容9 */
.section-9{
	background: #f6f6f6;
}
.section-9 .section-title .section-title-o .section-title-image{
	width: 28.6rem;
	height: 6.9rem;
}
.section-9 .section-title .section-title-o{
	margin-bottom: -2rem;
}
.section-9 .section-box-o{
	margin-top: 3rem;
}
.section-9 .section-box{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 1.5rem;
}
.section-9 .section-box .section-square{
	width: 1.3rem;
	height: 1.3rem;
}
.section-9 .section-box .section-border{
	width: 10.55rem;
	text-align: center;
	border-radius: 0.75rem;
	height: 5.3rem;
	padding: 0.5rem 0;
	background: #FFFFFF;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	-webkit-transition: all 0.5s;
	 transition: all 0.5s;
	 box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.12); 
}
.section-9 .section-box .section-border:hover{
	-webkit-transform: scale(1.08) translate(-10px, -10px);
	 ransform: scale(1.08) translate(-10px, -10px);
}
.section-9 .section-box .section-border img{
	height: 3rem;
}