.section-product {
    background: url(../images/products/product-bg.jpg) center no-repeat;
    background-size: cover;
	background-color: #333;
	width: 100%;
    height: auto;
    padding-top:70px;
}
.section-product .banner {
    max-width: 1200px;
    width: 100%;
    height: 540px;
    margin: 0 auto;
    color: #fff;
    text-align: left;
}

.banner .title {
	padding-top: 120px;
	padding-left: 40px;
	font-size: 6rem;
	font-weight: bold;
}
.banner .subtitle {
	padding-top: 60px;
	padding-left: 40px;
	font-size: 3rem;
}
.banner .description {
	padding-top: 20px;
	padding-left: 40px;
	font-size: 2rem;
}
.section-fbc {
	background-color: #000;
	padding-bottom: 80px;
}
.section-fbc .description {
    text-align: center;
    width: 80%;
    max-width: 900px;
    margin: 0 auto;
    line-height: 2;
    margin-bottom: 60px;
    font-size: 16px;
}
.section-fbc .description-left {
	text-align: left;
}
.section-fbc .description-big {
    font-size: 24px;
}
.section-fbc .fbc-image {
    background-repeat: no-repeat;
    background-position: top center;
    width: 100%;
    height: 580px;
    background-image: url(../images/cooperation/cooperation.png);
	background-size: contain;
}
/**核心产品*/
.section-app {
	background-color: #000;
	padding-bottom: 80px;
}

.app-container {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 40px 0;
}

.app-phone {
	flex: 0 0 300px;
	text-align: center;
	margin-right: 40px;
}

.app-phone img {
	max-width: 300px;
	height: auto;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
	border-radius: 30px;
}

.app-info {
	flex: 1;
	max-width: 500px;
}

.mall-list {
    width: 100%;
    overflow: hidden;
    color: #fff;
	margin-bottom: 20px;
}
.mall-item {
    width: 100%;
    border: 1px solid transparent;
    position: relative;
}

.mall-item:hover {
	box-shadow: 0 6px 20px 5px rgba(0, 0, 0, .08);
}

.mall-item a.mall-content {
    height: 100%;
    display: flex;
    text-align: center;
    position: relative;
    text-decoration: none;
    overflow: hidden;
}

.mall-item .mall-wrapper {
    float: right;
    padding: 0px;
    background-color: transparent;
    z-index: 1;
    transition: all 0.25s ease 0s;
}

.mall-item .mall-wrapper::before {
    content: "";
    display: inline-block;
    height: auto;
    vertical-align: middle;
}

.mall-item .mall-body {
    height: auto;
    width: 100%;
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
}

.mall-item .mall-body .title {
    font-size: 16px;
    padding: 0;
    display: block;
    height: 18px;
    line-height: 32px;
    text-align: left;
	font-weight: bold;
}

.mall-item .mall-body .description {
    padding: 0;
    width: auto;
    line-height: 2;
    overflow: hidden;
    margin-top: 10px;
    text-align: left;
    font-size: 14px;
}

.mall-item .mall-img {
    margin: 16px;
    float: left;
}

.mall-item .mall-img img {
    height: 50px;
}
.section-service {
	background-color: #000;
	color: #fff;
	padding-bottom: 80px;
}
.service-list {
	max-width: 1200px;
    margin: 0 auto;
    padding-top: 40px;
}
.service-list .service-item {
    width: 50%;
    min-width: 300px;
	height: auto;
    float: left;
    list-style: none;
    padding: 20px 0;
    text-align: center;
	box-sizing: border-box;
}
.service-item .service-img {
	display: inline;
	height: 100px;
    margin: 20px;
}
.service-item .service-info {
    text-align: center;
    margin-top: 15px;
    padding: 0 40px;
}
.service-item .service-info p.title {
    font-size: 22px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0 auto;
	font-weight: bold;
}
.service-item .service-info p.description {
    font-size: 13px;
    line-height: 24px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 10px;
}
.section-about {
	background-color: #000;
	padding-bottom: 80px;
}
.section-about .description {
    text-align: center;
    width: 80%;
    max-width: 900px;
    margin: 0 auto;
    line-height: 2;
    margin-bottom: 60px;
    font-size: 16px;
	color: #fff;
}
.section-about .description-left {
	text-align: left;
}
.section-about .description-big {
    font-size: 24px;
}
.section-about .about-image {
    background-repeat: no-repeat;
    background-position: top center;
    width: 100%;
    height: 580px;
    background-image: url(../images/cooperation/cooperation.png);
	background-size: contain;
}
.section-about-bg {
	background: url(../images/products/hezuo.png) center no-repeat;
	background-size: cover;
	width: 100%;
	height: auto;
}
@media only screen and (max-width: 1208px) {
	.service-list .service-item {
	    width: 50%;
	}
}
@media only screen and (max-width: 900px) {
	.subtitle-title {
	    padding-left: 60px;
	}
	.banner .title {
		padding-top: 120px;
		padding-left: 40px;
		font-size: 4rem;
	}
	.banner .subtitle {
		padding-top: 60px;
		padding-left: 40px;
		font-size: 2rem;
	}
	.banner .description {
		padding-top: 20px;
		padding-left: 40px;
		font-size: 1rem;
	}
	.section-fbc {
		padding-bottom: 0px;
	}
	.section-fbc .description {
	    margin-top: 20px;
	}
	.section-app,.section-about {
	    padding-bottom: 0px;
	}
	/**核心产品*/
	.app-container {
		flex-direction: column;
		padding: 20px 0;
	}
	.app-phone {
		margin-right: 0;
		margin-bottom: 30px;
		flex: 0 0 80px;
	}
	.app-phone img {
		max-width: 200px;
	}
	.app-info {
		text-align: center;
	}
	.mall-item .mall-wrapper {
		width: 90%;
		margin-right: 5%;
	}
	.service-list {
	    padding-top: 10px;
	}
	.service-list .service-item {
	    padding: 10px 0;
		width: 100%;
	}
	.service-item .service-img {
		/*display: none;*/
		max-width: 160px;
	}
	.service-item .service-info {
	    text-align: center;
	    padding: 0 10px;
	}
	.service-item .service-info p.title {
	    height: 20px;
	    line-height: 20px;
	}
	.service-item .service-info p.description {
	    line-height: 18px;
	    width: 80%;
	}
}