@charset "utf-8";
/* CSS Document */

.banner-wxfxsc{
	background-image: url(../images/minshop/banner-bg.jpg);
}
.banner-box{
	width: 1200px;
	height: 420px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.banner-img{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0,-50%);
}
.banner-box p{
	font-size: 18px;
	color: #fff;
}
.banner-box .line{
	width: 60px;
	height: 2px;
	background-color: #fff;
	margin: 40px 0;
}
.banner-box .btn{
	width: 160px;
	height: 46px;
	border-radius: 3px;
	background-color: #fff;
	box-shadow:0px 10px 10px 0px rgba(0, 0, 0, 0.1);
	color: #28A0F1;
	text-align: center;
	line-height: 46px;
	font-size: 20px;
	letter-spacing: 2px;
	font-weight: bold;
}

.cont1-list{
	width: 1200px;
	height: auto;
	margin: 50px auto;
	overflow: hidden;
}
.cont1-list li{
	width: 400px;
	height: 200px;
	float: left;
}
.cont1-list li .icon{
	width: 80px;
	height: 80px;
	margin: 0 auto;
}
.cont1-list li span{
	font-size: 18px;
	color: #333;
	text-align: center;
	line-height: 36px;
	display: block;
}
.cont1-list li p{
	font-size: 14px;
	color: #999;
	line-height: 24px;
	text-align: center;
}

.cont2{
	width: 100%;
	height: auto;
	background-color: #F5F7FA;
	overflow: hidden;
	padding-bottom: 40px;
}
.cont2-main{
	width: 1200px;
	height: auto;
	position: relative;
	margin: 50px auto 0;
}
.cont2-main .cont2-list{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	z-index: 2;
}
.cont2-main .cont2-list li{
	float: left;
	width: 300px;
	height: 463px;
}
.cont2-main .cont2-list li .num{
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background:linear-gradient(-45deg,rgba(0,108,255,1) 0%,rgba(93,174,255,1) 100%);
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 48px;
	margin: 0 auto;
}
.cont2-main .cont2-list li p{
	font-size: 16px;
	color: #006CFF;
	text-align: center;
	margin-top: 20px;
}
.cont2-main .cont2-list li img{
	margin-top: 20px;
}

.cont2-main .line{
	width: 900px;
	height: 1px;
	position: absolute;
	top: 24px;
	left: 50%;
	background-color: #217EFF;
	opacity: 0.4;
	transform: translate(-50%,0);
	z-index: 1;
}


.cont3{
	width: 100%;
	height: 400px;
	background-image: url(../images/minshop/cont3-bg.jpg);
	background-position: center;
}
.cont3-main{
	width: 1200px;
	height: 400px;
	position: relative;
	margin: 0 auto;
}
.cont3-main .left{
	left: 60px;
	height: 400px;
	top: 0;
	overflow: hidden;
}
.cont3-main .left .p1{
	font-size: 36px;
	color: #fff;
	margin-top: 60px;
}
.cont3-main .left .ewm{
	margin-top: 60px;
}

.cont3-main .left .img{
	width: 142px;
	height: 142px;
	background-image: url(../images/minshop/cont3-img02.png);
	background-repeat: no-repeat;
	overflow: hidden;
	float: left;
}
.cont3-main .left .img img{
	display: block;
	width: 130px;
	height: 130px;
	object-fit: cover;
	margin: 6px;
}
.cont3-main .left .ewm p{
	float: left;
	width: 200px;
	color: #fff;
	line-height: 36px;
	margin: 35px 0 35px 30px;
}
.cont3-main .right{
	position: absolute;
	right: 130px;
	top: 20px;
}


.cont4{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-top: 60px;
	padding-bottom: 50px;
}
.cont4-list{
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 50px auto 0;
}
.cont4-list li{
	float: left;
	width: 240px;
	height:180px;
}
.cont4-list li .icon{
	width: 100px;
	height: 100px;
	margin: 0 auto;
}
.cont4-list li p{
	font-size: 14px;
	color: #999;
	text-align: center;
	line-height: 24px;
	margin-top: 16px;
}
.cont4 .btn{
	width:160px;
	height:46px;
	background:rgba(33,126,255,1);
	box-shadow:0px 10px 10px 0px rgba(33,126,255,0.2);
	border-radius:3px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	line-height: 46px;
	font-weight: bold;
	letter-spacing: 2px;
	margin: 30px auto 0;
}
.cont4 .btn a{
	display: block;
	width: 160px;
	height: 46px;
}


.cont5{
	width: 100%;
	height: 480px;
	background-color: #F5F7FA;
	overflow: hidden;
}
.cont5-main{
	width: 1200px;
	height: 480px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.cont5-main .left{
	position: absolute;
	left: 0;
	top: 22px;
}

.cont5-main .right{
	position: absolute;
	width: 400px;
	right: 0;
	top: 40px;
	text-align: right;
}

.cont5-main .right .btn{
	width:160px;
	height:46px;
	background:rgba(33,126,255,1);
	box-shadow:0px 10px 10px 0px rgba(33,126,255,0.2);
	border-radius:3px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	line-height: 46px;
	font-weight: bold;
	letter-spacing: 2px;
	float: right;
	margin-top: 30px;
}
.cont5-main .right .btn a{
	display: block;
	width: 160px;
	height: 46px;
}



.cont6{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.cont6-list{
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 50px auto 0;
}
.cont6-list li{
	float: left;
	width: 400px;
	height: 140px;
}
.cont6-list li .icon{
	float: left;
	width: 72px;
	height: 72px;
}
.cont6-list .li-p{
	float: left;
	width: 308px;
	height: auto;
	margin-left: 20px;
}
.cont6-list .li-p .p1{
	font-size: 18px;
	color: #006CFF;
	line-height: 24px;
}
.cont6-list .li-p .p2{
	font-size: 14px;
	color: #999999;
	line-height: 24px;
	margin-top: 10px;
}






