@charset "utf-8";
/* CSS Document */
.swiper-container {
    width: 100%;
    height: 46.8vw;
    margin-top: 3.3rem;
}
.swiper-container img{
	width:100%;
}
.introduction{
	background:#fff;
	width: 94%;
	margin-left: 3%;
	padding:0.8rem 0;
	-webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}
.introduction .jianjie{
	width:100%;
	padding: 1.4rem 0;
	padding-bottom: 1rem;
	border-bottom:1px solid #e8e8e8;
}
.jianjie p{
	width:94%;
	margin-left:3%;
	font-family:"微软雅黑";
	color: #222222;
	line-height: 1.6rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
.but{
	width:100%;
	text-align:center;
}
.but a{
	display:inline-block;
	width: 44%;
	line-height: 2rem;
	height: 2rem;
	margin-top: 0.8rem;
	color: #4cc416;
	border: 1px solid #4cc416;
	background: url(../images/lv.png) no-repeat center right 18%;
	background-size: 7px;
}
.product{
	width:94%;
	margin-left:3%;
	margin-top: 1.3rem;
	float: left;
	margin-bottom: 2rem;
}
.product_list{
	width:100%;
}
.product_list li{
	float:left;
	width: 45%;
	margin-top: 2rem;
}
.product_list li:nth-child(even){
	float:right;
}
.product_list li .yuan{
	width: 70%;
	height: 29.6vw;
	border:3px solid #c0c0c0;
	margin: auto;
	border-radius: 500px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 54%;
}
.product_list li span{
	font-size:0.95rem;
	display:block;
	width:100%;
	text-align:center;
	margin-top: 0.6rem;
	color: #222222;
}
/*.product_list li:nth-child(1) .yuan{*/
	/*background-image: url(../images/phone.png);*/
/*}*/
/*.product_list li:nth-child(2) .yuan{*/
	/*background-image: url(../images/web.png);*/
/*}*/
/*.product_list li:nth-child(3) .yuan{*/
	/*background-image: url(../images/gzh.png);*/
/*}*/
/*.product_list li:nth-child(4) .yuan{*/
	/*background-image: url(../images/wechat.png);*/
/*}*/
.flow{
	width:100%;
	float:left;
	background:#fff;
	padding:1rem 0;
	padding-bottom: 1.5rem;
}
.flow .ioc{
	width:95%;
	float:left;
	margin-left:5%;
}
.ioc em{
	width: 16px;
	height: 16px;
	display:block;
	border: 4px solid #4cc416;
	border-radius: 50px;
}
.ioc i{
	border-left:1px solid #4cc416;
	display:block;
	height: 16px;
	margin-left: 12px;
}
.flow_list{
	margin-top:2rem;
}
.flow_list li{
	width:-moz-calc(100% - 5% - 10px);
	width:calc(100% - 5% - 10px);
	float:right;
	border-bottom:1px dashed #cccccc;
	padding: 0.9rem 0;
	margin:0.5rem 0;
	padding-top: 0;
	margin-top: 0.3rem;
}
.flow_list li:last-child{
	border:0;
}
.flow_list li h2{
	font-family:'wxl';
	font-size:1rem;
	font-weight:500;
	margin-left: 5%;
	margin-bottom: 0.5rem;
	color:#222222;
}
.flow_list li p{
	margin-left:5%;
	font-size: 0.95rem;
	color:#222222;
	width: 90%;
}