@charset "utf-8";
/* CSS Document */
.synopsis{
	width:100%;
	float:left;
	margin-top:3.3rem;
}
.jieshao{
	width:100%;
	float:left;
	min-height:2rem;
	background:url(../images/jiejian.png) no-repeat;
	background-size: 100%;
	padding: 1rem 0;
}
.jieshao .title{
	color:#fff;
}
.jieshao .wen{
	width:94%;
	margin-left:3%;
	margin-top:1rem;
	color:#fff;
}
.wen p{
	text-indent: 9%;
	line-height: 1.7rem;
	margin-bottom: 0.5rem;
	font-size: 0.95rem;
}
.abstract{
	width:80%;
	margin-left:10%;
	float:left;
	background: url(../images/dbx.png) no-repeat center top;
	background-size: 100%;
	min-height: 84vw;
	margin-top: 7.5rem;
	text-align: center;
	position: relative;
}
.abstract img{
	width: 24%;
	height: 19.2vw;
	border-radius: 50px;
	background:url(../images/yk.png) no-repeat;
	background-size: 100%;
	padding: 0.4rem;
	margin-top: -9.6vw;
}
.abstract h3 {
    color: #727272;
    font-size: 0.9rem;
    font-weight: bold;
    margin: 0;
    margin-top: 5px;
}
.abstract h2 {
    font-size: 1rem;
    color: #595959;
    font-weight: bold;
    margin-top: 1vw;
    margin-bottom: 0;
    font-family: 'wxl';
}
.abstract em {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/duose.png) no-repeat;
    margin-top: 6px;
    background-size: 100%;
}
.abstract h1 {
    font-size: 0.9rem;
    color: #5cac3b;
    font-weight: bold;
    margin-top: 0.4rem;
    font-family: 'wxl';
}
.yuan{
	background:#fff;
	width: 20%;
	height: 16vw;
	border-radius: 50px;
	position: relative;
}
.yuan span{
	display:block;
	width: 37%;
	float: left;
	color:#3c7c25;
	font-size: 0.9rem;
	font-family: 'wxl';
	line-height: 1rem;
	margin-top: 4vw;
	margin-left: 23%;
}
.yuan em{
	background:none;
	color: #afafaf;
	font-size: 0.8rem;
	font-weight: 600;
	transform: rotate(90deg);
	margin: 0;
	margin-left: -26px;
	position: absolute;
	font-style: normal;
	right: 17%;
	top: 5vw;
}
.linian .yuan{
	position:absolute;
	top: -7vw;
	left: -6%;
}
.yaunjing .yuan{
	position:absolute;
	top: -7vw;
	right: -6%;
}
.yaunjing em{
	top: 3vw;
}
.wenzi{
	position:absolute;
	top: -23vw;
	left: -8%;
	font-size: 0.9rem;
	line-height: 1.6rem;
	color: #595959;
}
.wenzi1{
	position:absolute;
	top: -23vw;
	right: -8%;
	font-size: 0.9rem;
	line-height: 1.6rem;
	color: #595959;
}
.zongzi .yuan{
	position:absolute;
	left:0;
	right:0;
	margin:auto;
	bottom: 16vw;
}
.zongzi em{
	top: 1vw;
}
.wenzi3{
	position:absolute;
	left:0;
	right:0;
	margin:auto;
	font-size: 0.9rem;
	line-height: 1.6rem;
	color: #595959;
	bottom: 8vw;
}
.why{
	width:100%;
	float:left;
	background:#fff;
	padding: 1rem 0;
	padding-bottom: 1.5rem;
}
.why h2 em{
	display:inline-block;
	font-style:normal;
	color:#4cc416;
	transform: rotate(30deg);
	margin-left: 0.9%;
}
.why_list{
	width:94%;
	margin-left:3%;
	text-align:center;
	margin-top: 2.4rem;
}
.why_list li{
	margin-bottom:3.5rem;
}
.why_list li:last-child{
	margin-bottom:0;
}
.why_list li img{
	width:40%;
	border-radius: 2103px;
	margin-bottom: 1rem;
}
.why_list li:nth-child(1) img{
	border:3px solid #4cc416;
}
.why_list li:nth-child(2) img{
	border:3px solid #ffb016;
}
.why_list li:nth-child(3) img{
	border:3px solid #5aaadf;
}
.why_list li:nth-child(4) img{
	border:3px solid #ef5f5d;
}
.why_list li p{
	text-align:left;
	font-size:0.95rem;
	color:3222222;
	line-height:1.5rem;
}