.banner {
	width: 100%;
}

.banner img {
	display: block;
	width: 100%;
}

.main {
	background-color: #f7f7f7;
}

.main .r {
	width: calc(100% - 275px);
	background-color: #FFFFFF;
	box-sizing: border-box;
	padding: 0 40px;
	padding-top: 24px;
	border-radius: 5px;
}

.main .r .top_content {
	border-bottom: 1px solid #e0e0e0;
}

.main .r .top_content h4 {
	font-size: 24px;
	color: #f37020;
	line-height: 44px;
	font-weight: 500;
}

.main .r .bottom_content {
	padding-top: 40px;
	padding-bottom: 120px;
}

.main .r .bottom_content .fwln h4,
.main .r .bottom_content .shfw h4 {
	font-family: pingfang;
	font-size: 18px;
	font-weight: 500;
	line-height: 18px;
	color: #f37020;
	padding-bottom: 18px;
}

.main .r .bottom_content .fwln p,
.main .r .bottom_content .shfw p {
	font-family: pingfang;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
}

.main .r .bottom_content ul.ul1 {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	margin-top: 50px;
	margin-bottom: 80px;
}

.main .r .bottom_content ul.ul1>li {
	width: 72px;
	height: 72px;
	border-radius: 50%;
	border: 1px solid #f47a2f;
	font-family: pingfang;
	font-size: 14px;
	color: #333333;
	text-align: center;
	line-height: 72px;
}

.main .r .bottom_content ul.ul1>li.line {
	height: 35px;
	border-radius: inherit;
	border: none;
	border-bottom: 1px dashed #f37020;
	margin: 0 4px;
}

.main .r .bottom_content ul.ul2 {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	margin-top: 40px;
}

.main .r .bottom_content ul.ul2 li {
	padding: 0 50px;
}

.main .r .bottom_content ul.ul2 li .pic {
	margin: 0 auto;
	width: 94px;
	height: 94px;
	border-radius: 50%;
	background-color: #f37020;
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 10px;
}

.main .r .bottom_content ul.ul2 li:nth-of-type(1) .pic {
	background-image: url(../images/fwtx_i1.png);
	background-color: #e8e8e8;
}

.main .r .bottom_content ul.ul2 li:nth-of-type(2) .pic {
	background-image: url(../images/fwtx_i2.png);
}

.main .r .bottom_content ul.ul2 li:nth-of-type(3) .pic {
	background-image: url(../images/fwtx_i3.png);
}

.main .r .bottom_content ul.ul2 li p {
	font-size: 14px;
	font-family: pingfang;
	color: #333333;
	line-height: 22px;
	text-align: center;
}

.main .r .bottom_content ul.ul2 li:first-child p {
	text-align: left;
}

.main .r .bottom_content ul.ul2 li:first-child p:nth-of-type(2) {
	padding-left: 2.5em;
}
