/* 适用门店 开始 */
.store-container {
	width: 100%;
	padding: 10px 0 80px 0;
}
.store-container .store-top {
	width: 100%;
}
.store-container .store-top .tit {
	width: 100%;
	font-size: 36px;
	font-weight: 400;
	text-align: center;
	color: #202020;
}
.store-container .store-top .small {
	width: 100%;
	font-size: 20px;
	font-weight: 400;
	text-align: center;
	color: #999;
	margin-bottom: 68px;
}
.store-container .store-box {
	width: 100%;
}
.store-container .store-box .group {
	width: 100%;
	margin-bottom: 50px;
}
.store-container .store-box .group .imgbox {
	width: 100%;
	height: 207px;
	margin-bottom: 18px;
	overflow: hidden;
}
.store-container .store-box .group .imgbox .ibox {
	width: 100%;
	height: 100%;
	background-position: 50%;
	background-size: cover;
	transform:scale(1,1);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.store-container .store-box .group .imgbox:hover .ibox {
	transform:scale(1.1, 1.1);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.store-container .store-box .group .text {
	font-size: 20px;
	font-weight: 400;
	color: #202020;
	padding-left: 30px;
}
/* 适用门店 结束 */

/* 功能介绍 开始 */
.features-container {
	width: 100%;
	padding: 80px 0;
}
.features-container .features-top {
	width: 100%;
	margin-bottom: 90px;
}
.features-container .features-top .tit {
	width: 100%;
	font-size: 36px;
	font-weight: 400;
	text-align: center;
	color: #202020;
}
.features-container .features-box {
	width: 100%;
}
.features-container .features-box .group {
	width: 100%;
	height: 373px;
	overflow: hidden;
	position: relative;
	margin-bottom: 30px;
}
.features-container .features-box .group .mask {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background-color: rgba(0, 0, 0, 0.5);
}
.features-container .features-box .group .ibox {
	width: 100%;
	height: 100%;
	background-position: 50%;
	background-size: cover;
	position: relative;
	z-index: 0;
	transform:scale(1, 1);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.features-container .features-box .group:hover .ibox {
	transform:scale(1.1, 1.1);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.features-container .features-box .group .info {
	width: 100%;
	padding: 30px 30px;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 2;
}
.features-container .features-box .group .info .tit {
	width: 100%;
	font-size: 24px;
	font-weight: 400;
	color: #fff;
	margin-bottom: 30px;
}
.features-container .features-box .group .info .small {
	width: 100%;
	font-size: 18px;
	font-weight: 400;
	color: #fff;
}
.features-container .features-box .group.column1 .info {
	top: 130px;
}
.features-container .features-box .group.column2 .info {
	bottom: 20px;
}
/* 功能介绍 结束 */

/* 优势 开始 */
.advantage-container {
	width: 100%;
	padding: 90px 0;
	background-color: #fafafa;
}
.advantage-container .advantage-top {
	width: 100%;
	margin-bottom: 30px;
}
.advantage-container .advantage-top .tit {
	width: 100%;
	font-size: 36px;
	font-weight: 400;
	text-align: center;
	color: #202020;
}
.advantage-container .advantage-box {
	width: 100%;
}
.advantage-container .advantage-box .group {
	width: 220px;
	height: 240px;
	padding: 20px 0;
	margin: 0 auto 30px;
	border: 2px dashed #1f334c;
	border-radius: 12px;
}
.advantage-container .advantage-box .group .imgbox {
	width: 64px;
	height: 64px;
	margin: 10px auto 30px;
}
.advantage-container .advantage-box .group .imgbox img {
	width: 100%;
	height: 100%;
	transition: 300ms;
}
.advantage-container .advantage-box .group:hover .imgbox img {
	animation: iRotate  0.7s linear alternate;
}
.advantage-container .advantage-box .group .info {
	width: 100%;
	padding: 0 15px;
}
.advantage-container .advantage-box .group .info .tit {
	width: 100%;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	color: #333;
	margin-bottom: 10px;
}
.advantage-container .advantage-box .group .info .small {
	width: 100%;
	font-size: 14px;
	font-weight: 400;
	color: #999;
}
.advantage-container .advantage-box .group .info .small .s_box {
	margin: 0 auto;
}
/* 优势 结束 */

/* 下单步骤 开始 */
.step-container {
	width: 100%;
	padding: 90px 0;
}
.step-container .step-top {
	width: 100%;
	margin-bottom: 50px;
}
.step-container .step-top .tit {
	width: 100%;
	font-size: 36px;
	font-weight: 400;
	text-align: center;
	color: #202020;
}
.step-container .step-box {
	width: 100%;
}
.step-container .step-box .group .top {
	width: 100%;
	height: 138px;
	position: relative;
	margin-bottom: 30px;
}
.step-container .step-box .group .top .hr {
	width: 100%;
	height: 1px;
	background-color: #1F334C;
	position: absolute;
	top: 50%;
	z-index: 0;
}
.step-container .step-box .group .top .imgbox {
	width: 134px;
	height: 134px;
	border: 2px solid #1f334c;
	border-radius: 50%;
	background-color: #fff;
	position: relative;
	z-index: 1;
	margin: 0 auto;
}
.step-container .step-box .group .top .imgbox .icon {
	font-size: 56px;
	color: #1f334c;
}
.step-container .step-box .group .down {
	width: 100%;
	font-size: 20px;
	font-weight: 400;
	text-align: center;
	color: #333;
}
/* 下单步骤 结束 */

/* 技术 开始 */
.technology-container {
	width: 100%;
	padding: 50px 0;
}
.technology-container .technology-top {
	width: 100%;
	margin-bottom: 88px;
}
.technology-container .technology-top .tit {
	width: 100%;
	font-size: 36px;
	font-weight: 400;
	text-align: center;
	color: #202020;
	margin-bottom: 30px;
}
.technology-container .technology-top .small {
	width: 100%;
	font-size: 20px;
	font-weight: 400;
	text-align: center;
	color: #666;
}
.technology-container .technology-box {
	width: 100%;
	padding: 30px 15px 0 15px;
	border-radius: 10px;
	box-shadow: 0 0 4px 4px rgba(221, 221, 221, 0.5);
}
.technology-container .technology-box .group {
	width: 100%;
	margin-bottom: 30px;
	background-color: #fafafa;
}
.technology-container .technology-box .group .imgbox {
	width: 50%;
	height: 200px;
	margin-right: 30px;
	overflow: hidden;
}
.technology-container .technology-box .group .imgbox .ibox {
	width: 100%;
	height: 100%;
	background-position: 50%;
	background-size: cover;
	transform:scale(1, 1);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.technology-container .technology-box .group:hover .imgbox .ibox {
	transform:scale(1.1, 1.1);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.technology-container .technology-box .group .info {
	padding: 30px 0;
}
.technology-container .technology-box .group .info .tit {
	width: 100%;
	font-size: 18px;
	font-weight: 400;
	color: #202020;
	margin-bottom: 5px;
}
.technology-container .technology-box .group .info .hr {
	width: 80%;
	height: 1px;
	background-color: #999;
	margin-bottom: 30px;
}
.technology-container .technology-box .group .info .small {
	width: 70%;
	font-size: 14px;
	font-weight: 400;
	color: #666;
}
/* 技术 结束 */

/* 服务 开始 */
.service-container {
	width: 100%;
	padding: 50px 0;
}
.service-container .service-top {
	width: 100%;
	margin-bottom: 40px;
}
.service-container .service-top .tit {
	width: 100%;
	text-align: center;
	font-size: 36px;
	font-weight: 400;
	color: #202020;
}
.service-container .service-box {
	width: 100%;
	padding: 50px 0 30px 0;
	background-color: #1F334C;
}
.service-container .service-box .group {
	width: 100%;
	margin-bottom: 20px;
}
.service-container .service-box .group .iconbox {
	width: 46px;
	margin: 0 auto;
	transition: 300ms;
}
.service-container .service-box .group:hover .iconbox {
	animation: iRotate  0.7s linear alternate;
}
.service-container .service-box .group .iconbox .icon {
	font-size: 42px;
	color: #f1f1f1;
}
.service-container .service-box .group .info {
	width: 100%;
}
.service-container .service-box .group .info .tit {
	width: 100%;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	color: #f1f1f1;
}
.service-container .service-box .group .info .small {
	width: 100%;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	color: #f1f1f1;
}
/* 服务 结束 */

/* 免费试用 开始 */
.btns-container {
	width: 100%;
	padding: 50px 0;
}
.btns-container .btns-top {
	width: 100%;
	margin-bottom: 50px;
}
.btns-container .btns-top .tit {
	width: 100%;
	font-size: 36px;
	font-weight: 400;
	text-align: center;
	color: #202020;
}
.btns-container .btns-box {
	width: 100%;
	text-align: center;
}
.btns-container .btns-box .btns {
	width: 218px;
	height: 63px;
	line-height: 63px;
	display: inline-block;
	background-color: #1f334c;
	border: 1px solid #1f334c;
	border-radius: 10px;
	text-align: center;
	font-size: 24px;
	font-weight: 400;
	color: #fff;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.btns-container .btns-box .btns:hover {
	color: #1f334c;
	background-color: #fff;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
/* 免费试用 结束 */



/* 移动端兼容性样式 开始 */
.store-container.m-mobile {
	padding: .8rem 0;
}
.store-container.m-mobile .store-top .tit {
	font-size: .72rem;
}
.store-container.m-mobile .store-top .small {
	font-size: .48rem;
	margin-bottom: .4rem;
}
.store-container.m-mobile .store-box .group {
	margin-bottom: .4rem;
}
.store-container.m-mobile .store-box .group .imgbox {
	margin-bottom: .2rem;
}
.store-container.m-mobile .store-box .group .text {
	font-size: .48rem;
	padding-left: .4rem;
}
.features-container.m-mobile {
	padding: .8rem 0;
}
.features-container.m-mobile .features-top {
	margin-bottom: .4rem;
}
.features-container.m-mobile .features-top .tit {
	font-size: .72rem;
}
.features-container.m-mobile .features-box .group {
	height: 5rem;
}
.features-container.m-mobile .features-box .group .info {
	top: .8rem;
	padding: .4rem;
}
.features-container.m-mobile .features-box .group .info .tit {
	font-size: .4rem;
	margin-bottom: .4rem;
}
.features-container.m-mobile .features-box .group .info .small {
	font-size: .36rem;
}
.advantage-container.m-mobile {
	padding: .8rem 0;
}
.advantage-container.m-mobile .advantage-top .tit {
	font-size: .72rem;
}
.advantage-container.m-mobile .advantage-box .col-lg-4.col-md-6.col-sm-6 {
	width: 50%;
	padding: 0 .2rem;
}
.advantage-container.m-mobile .advantage-box .group {
	width: 100%;
	height: 6.4rem;
}
.advantage-container.m-mobile .advantage-box .group .imgbox {
	width: .853333rem;
	height: .853333rem;
}
.advantage-container.m-mobile .advantage-box .group .info {
	padding: 0 .4rem;
}
.advantage-container.m-mobile .advantage-box .group .info .tit {
	font-size: .4rem;
}
.advantage-container.m-mobile .advantage-box .group .info .small {
	font-size: .36rem;
}
.step-container.m-mobile {
	padding: .8rem 0;
}
.step-container.m-mobile .step-top .tit {
	font-size: .72rem;
}
.step-container.m-mobile .step-box .group .top {
	height: 1.84rem;
	margin-bottom: .4rem;
}
.step-container.m-mobile .step-box .group .top .imgbox {
	width: 1.76rem;
	height: 1.76rem;
}
.step-container.m-mobile .step-box .group .top .imgbox .icon {
	font-size: .72rem;
}
.step-container.m-mobile .step-box .group .down {
	font-size: .4rem;
}
.technology-container.m-mobile {
	padding: .64rem 0;
}
.technology-container.m-mobile .technology-top {
	margin-bottom: .8rem;
}
.technology-container.m-mobile .technology-top .tit {
	font-size: .72rem;
	margin-bottom: .4rem;
}
.technology-container.m-mobile .technology-top .small {
	font-size: .4rem;
}
.technology-container.m-mobile .technology-box {
	padding: .4rem .2rem 0 .2rem;
}
.technology-container.m-mobile .technology-box .group {
	margin-bottom: .4rem;
}
.technology-container.m-mobile .technology-box .group .imgbox {
	width: 40%;
	height: 4rem;
	margin-right: .4rem;
}
.technology-container.m-mobile .technology-box .group .info {
	padding: .4rem .2rem;
}
.technology-container.m-mobile .technology-box .group .info .tit {
	font-size: .36rem;
}
.technology-container.m-mobile .technology-box .group .info .hr {
	margin-bottom: .4rem;
}
.technology-container.m-mobile .technology-box .group .info .small {
	width: 100%;
	font-size: .36rem;
}
.service-container.m-mobile {
	padding: .64rem 0;
}
.service-container.m-mobile .service-top {
	margin-bottom: .4rem;
}
.service-container.m-mobile .service-top .tit {
	font-size: .72rem;
}
.service-container.m-mobile .service-box {
	padding: .64rem 0 .4rem 0;
}
.service-container.m-mobile .service-box .col-lg-2.col-md-2.col-sm-4 {
	width: 50%;
}
.service-container.m-mobile .service-box .group {
	margin-bottom: .2rem;
}
.service-container.m-mobile .service-box .group .iconbox {
	width: .64rem;
}
.service-container.m-mobile .service-box .group .iconbox .icon {
	font-size: .64rem;
}
.service-container.m-mobile .service-box .group .info .tit {
	font-size: .4rem;
}
.service-container.m-mobile .service-box .group .info .small {
	font-size: .36rem;
}
.btns-container.m-mobile {
	padding: .64rem 0;
}
.btns-container.m-mobile .btns-top {
	margin-bottom: .48rem;
}
.btns-container.m-mobile .btns-top .tit {
	font-size: .72rem;
}
.btns-container.m-mobile .btns-box .btns {
	width: 2.92rem;
	height: .84rem;
	line-height: .84rem;
	border-radius: .2rem;
	font-size: .36rem;
}
/* 移动端兼容性样式 结束 */



























