﻿.section{
    padding: 3rem 0;
}
.section .section-title{
    text-align: center;
}
.section-title p{
    font-size: 1.7rem;
    color: #333333;
    font-weight: bold;
    margin-bottom: 0.9rem;
}
.section-title .section-line{
    width: 3.85rem;
    height: 0.25rem;
    background: #ee7d5d;
    border-radius: 3px;
    margin: 0.7rem auto;
}
.section-title text{
    font-size: 0.85rem;
    color: #666666;
	font-weight: bold;
}
/* 内容0 */
.section-0{
    height: 32.5rem;
    background: url(/images/scheme/industry_scheme/qcfw/section-0-bg.png) no-repeat;
    background-size: cover;
}
.section-0 .section-banner {
    padding: 8.75rem 0 0 18rem;
}
.section-0 .section-banner p{
	font-size: 2.4rem;
	color: #fff;
	letter-spacing: 0.96px;
	font-weight: bold;
	margin-bottom: 1rem;
}
.section-0 .section-banner text{
	font-size: 1.1rem;
	color: #fff;
	letter-spacing: 0.44px;
}
.section-0 .section-buttons{
	margin-top: 2.5rem;
	display: flex;
}
.section-0 .section-buttons a{
	width: 6.7rem;
	height: 2rem;
	line-height: 2rem;
	text-align: center;
	background: #fff;
	border-radius: 1rem;
	font-size: 0.95rem;
	color: #f84f3f;
	letter-spacing: 0.38px;
	display: inline-block;
	position: relative;
	z-index: 1;
}
.section-0 .section-buttons .section-button{
	position: relative;
}
.section-0 .section-buttons .section-button2{
	margin-left: 1.35rem;
}
.section-0 .section-buttons .section-button .section-btn-zhezhao{
	position: absolute;
	width: 6.7rem;
	height: 2rem;
	opacity: 0.66;
	background: #d82109;
	border-radius: 1rem;
	filter: blur(4px);
	top: 0.25rem;
	left: 0;
}
/* 内容1 */
.section-1{
	background: #fef4ef;
}
.section-1 .section-title .section-title-o .section-title-image{
	width: 19.7rem;
	height: 4.7rem;
}
.section-1 .section-group{
	display: flex;
	justify-content: center;
	margin-top: 3rem;
}
.section-1 .section-group .section-item{
	width: 10.1rem;
	background: #FFFFFF;
	cursor: pointer;
}
.section-1 .section-group .section-item .section-image{
	width: 100%;
	height: 13.5rem;
}
.section-1 .section-group .section-item .section-image img{
	width: 100%;
	height: 100%;
}
.section-1 .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-1 .section-group .section-item:nth-child(odd) .section-icon{
	bottom: auto;
	top: -1.5rem;
}
.section-1 .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-1 .section-group .section-item.active .section-icon .section-icon-o{
	background: #ff7053;
}
.section-1 .section-group .section-item .section-icon .section-icon-o img{
	width: 1.65rem;
	height: 1.65rem;
}
.section-1 .section-group .section-item .section-desc{
	text-align: center;
	height: 7.75rem;
	position: relative;
	box-sizing: border-box;
	padding-top: 3rem;
}
.section-1 .section-group .section-item:nth-child(even) .section-desc{
	padding-top: 2.25rem;
}
.section-1 .section-group .section-item .section-desc p{
	color: #434245;
	font-size: 1.1rem;
	font-weight: bold;
}
.section-1 .section-group .section-item.active .section-desc p{
	color: #ff7053;
}
.section-1 .section-group .section-item .section-desc text{
	color: #999999;
	font-size: 0.45rem;
}
.section-1 .section-group .section-item .section-desc .line{
	margin: 0 auto;
	margin-top: 0.8rem;
	width: 1.65rem;
	height: 3px;
	background: #ff7053;
}
.section-1 .section-group .section-item:nth-child(even) .section-desc .line{
	margin-top: 1rem;
}
/* 内容2 */
.section-2 .section-image{
	margin-top: 2.5rem;
	text-align: center;
}
.section-2 .section-image img{
	width: 44.3rem;
	height: 32.5rem;
}
.section-2 .section-btn{
	text-align: center;
	margin-top: 1.7rem;
}
.section-2 .section-btn a{
	display: inline-block;
	width: 8.2rem;
	text-align: center;
	height: 2.35rem;
	line-height: 2.35rem;
	background: linear-gradient(90deg,#ffc27e, #ff8c63 68%);
	border-radius: 24px;
	letter-spacing: 1px;
	font-weight: bold;
	color: #fff;
	font-size: 1.25rem;
}
/* 内容3 */
.section-3{
	background: #fef4ef;
}
.section-3 .section-image{
	margin-top: 1.5rem;
	text-align: center;
}
.section-3 .section-image img{
	width: 53.5rem;
	height: 30.2rem;
}
/* 内容4 */
.section-4 .section-content{
	margin-top: 2.75rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.section-4 .section-content .section-left{
	width: 30rem;
}
.section-4 .section-content .section-left ul{
	display: flex;
	flex-wrap: wrap;
}
.section-4 .section-content .section-left ul li{
	width: 10rem;
	display: flex;
	align-items: center;
	color: #434245;
	font-size: 1rem;
	line-height: 3rem;
}
.section-4 .section-content .section-left ul li img{
	width: 1.9rem;
	height: 1.9rem;
	margin-right: 0.5rem;
}
.section-4 .section-content .section-right{
	width: 24.4rem;
	height: 19.25rem;
}
.section-4 .section-content .section-right img{
	width: 100%;
	height: 100%;
}
/* 内容5 */
.section-5{
	height: 27.65rem;
    background: url(/images/scheme/industry_scheme/qcfw/section-5-bg.png) no-repeat;
    background-size: cover;
	box-sizing: border-box;
}
.section-5 .section-group{
	display: flex;
	margin-top: 3.7rem;
	padding: 0 22.5rem;
	justify-content: space-between;
}
.section-5 .section-group .section-item{
	text-align: center;
}
.section-5 .section-group .section-item img{
	width: 10rem;
	height: 10rem;
}
.section-5 .section-group .section-item p{
	margin-top: 1.7rem;
	color: #fff;
	font-size: 1.1rem;
	font-weight: bold;
	letter-spacing: 0.44px;
}
/* 内容6 */
.section-6{

}
.section-6 .section-content{
	display: flex;
	justify-content: center;
	margin-top: 2rem;
}
.section-6 .section-content .section-left{
	width: 31rem;
}
.section-6 .section-content .section-left ul{
	padding-left: 6rem;
	margin-top: 2rem;
}
.section-6 .section-content .section-left li{
	display: flex;
	align-items: center;
	line-height: 3rem;
	font-size: 1.1rem;
	font-weight: bold;
	color: #434245;
	letter-spacing: 0.44px;
}
.section-6 .section-content .section-left li .section-circle{
	margin-right: 1.35rem;
	width: 2.05rem;
	height: 2.05rem;
	background: #f5bd04;
	border-radius: 50%;
	color: #ffffff;
	letter-spacing: 1.8px;
	font-size: 1.5rem;
	line-height: 2.05rem;
	text-align: center;
	position: relative;
	font-weight: 400;
}
.section-6 .section-content .section-left li .section-circle-bg{
	display: inline-block;
	width: 2.1rem;
	height: 2.1rem;
	background: #d8d8d8;
	border-radius: 50%;
	position: absolute;
	left: 0.15rem;
	z-index: -1;
}
.section-6 .section-content .section-right{
	display: flex;
	align-items: center;
}
.section-6 .section-btn{
	text-align: center;
	margin-top: 1.6rem;
}
.section-6 .section-btn a{
	display: inline-block;
	width: 8.2rem;
	text-align: center;
	height: 2.35rem;
	line-height: 2.35rem;
	background: linear-gradient(90deg,#ffc27e, #ff8c63 68%);
	border-radius: 24px;
	color: #ffffff;
	letter-spacing: 1px;
	font-size: 1.25rem;
	font-weight: bold;
}
/* 内容7 */
.section-7{
    background: url(/images/scheme/industry_scheme/qcfw/section-7-bg.png) no-repeat;
    background-size: cover;
	box-sizing: border-box;
	padding: 5rem 0;
}
.section-7 .section-box{
	width: 65.2rem;
	height: 29.1rem;
	background: linear-gradient(153deg,#ffcf97 8%, #f36755 92%);
	border: 2px solid #ffffff;
	border-radius: 27px;
	margin: 0 auto;
	box-sizing: border-box;
}
.section-7 .section-box .section-box-o{
	width: 63.65rem;
	height: 27.4rem;
	margin: 0 auto;
	margin-top: 0.55rem;
	background: #ffffff;
	border: 2px solid #ffffff;
	border-radius: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.section-7 .section-box .section-left .section-title-o p{
	font-size: 1.85rem;
	color: #363636;
	letter-spacing: 2.59px;
	font-weight: bold;
	margin-bottom: 0.95rem;
}
.section-7 .section-box .section-left .section-title-o text{
	font-size: 0.85rem;
	color: #666666;
}
.section-7 .section-box .section-left ul{
	margin-top: 3.5rem;
	display: flex;
	flex-wrap: wrap;
	width: 22rem;
}
.section-7 .section-box .section-left ul li{
	width: 7.2rem;
	display: flex;
	align-items: center;
	line-height: 2.5rem;
}
.section-7 .section-box .section-left ul li span{
	width: 0.55rem;
	height: 0.55rem;
	background: #f8906f;
	border-radius: 50%;
	margin-right: 0.5rem;
}
.section-7 .section-box .section-right{
	width: 35.4rem;
	height: 18.55rem;
}
.section-7 .section-box .section-right img{
	width: 100%;
	height: 100%;
}
/* 内容8 */
.section-8 .section-icons{
	margin-top: 3rem;
	padding: 0 22.9rem 0 21.3rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.section-8 .section-icons li{
	width: 7rem;
	display: flex;
	align-items: center;
	line-height: 3rem;
}
.section-8 .section-icons li img{
	width: 1.9rem;
	height: 1.9rem;
	margin-right: 0.2rem;
}
.section-8 .section-icons li span{
	font-size: 0.9rem;
	color: #434245;
}
.section-8 .section-group{
	display: flex;
	margin-top: 0.55rem;
	padding: 0 17.7rem;
	justify-content: space-between;
}
.section-8 .section-group .section-item{
	text-align: center;
}
.section-8 .section-group .section-item img{
	width: 12.1rem;
	height: 23.3rem;
}
.section-8 .section-group .section-item p{
	margin-top: 1.45rem;
	font-size: 1.2rem;
	color: #333333;
	letter-spacing: 0.72px;
}
.section-8 .section-btn{
	text-align: center;
	margin-top: 2.35rem;
}
.section-8 .section-btn a{
	display: inline-block;
	width: 8.2rem;
	text-align: center;
	height: 2.35rem;
	line-height: 2.35rem;
	background: linear-gradient(90deg,#ffc27e, #ff8c63 68%);
	border-radius: 24px;
	font-weight: bold;
	color: #ffffff;
	letter-spacing: 1px;
	font-size: 1.25rem;
}
/* 内容9 */
.section-9{
	background: #fef4ef;
}
.section-9 .section-flex{
	display: flex;
	align-items: center;
	justify-content: center;
}
.section-9 .section-flex .section-left{
	margin-right: 0.75rem;
}
.section-9 .section-flex .section-right{
	margin-top: 3rem;
}
.section-9 .section-flex .section-right .section-box{
	width: 27.55rem;
	padding: 2rem 0 2rem 2rem;
	background: linear-gradient(179deg,#fffffb 1%, #feebe1 56%, #fcc48f 100%);
	border-radius: 14px;
	box-shadow: 0px 3px 6px 0px rgba(246,127,74,0.01); 
	box-sizing: border-box;
	position: relative;
}
.section-9 .section-flex .section-right .section-box p{
	font-size: 1.25rem;
	font-weight: bold;
	color: #333333;
	letter-spacing: 1px;
	margin-bottom: 0.65rem;
}
.section-9 .section-flex .section-right .section-box text{
	color: #595a5a;
	line-height: 1.7rem;
	font-size: 0.9rem;
	letter-spacing: 0.72px;
}
.section-9 .section-flex .section-right .section-box img{
	position: absolute;
	right: 1.1rem;
	top: 50%;
	transform: translate(0,-50%);
}
/* 内容10 */
.section-10 .section-group{
	margin-top: 2.5rem;
	padding: 0 22rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.section-10 .section-group .section-item{
	width: 16.55rem;
	height: 18.2rem;
	background: #f0f0f0;
	border-radius: 0.7rem;
	text-align: center;	
	margin-top: 1rem;
}
.section-10 .section-group .section-item .section-image{
	height: 11rem;
	margin-top: 2.5rem;
	display: flex;
    justify-content: center;
    align-items: center;
}
.section-10 .section-group .section-item p{
	font-size: 1.1rem;
	color: #333333;
	font-weight: bold;
	letter-spacing: 0.99px;
}
/* 内容11 */
.section-11{
	background: rgba(243,166,127,0.12);
}
.section-11 .section-box-o{
	margin-top: 2rem;
}
.section-11 .section-box{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 1rem;
}
.section-11 .section-box .section-square{
	width: 1.2rem;
	height: 1.2rem;
}
.section-11 .section-box .section-border{
	width: 10.55rem;
	height: 5.3rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 4px solid #ffb57d;
	border-radius: 12px;
	background: #FFFFFF;
}
.section-11 .section-box .section-border img{
	height: 3rem;
}