/* S banner */
.banner {
	background-position: center;
	background-size: cover;
}
	.banner .banner-container{
		width: 1200px;
		height: 554px;
		margin: 0 auto;
		display: flex;
		justify-content: center;
		align-items: center;
	}
		.banner .banner-container img{
			width: 684px;
		}
/* E banner */

/* S英国商品条形码的用途 */
.yongtu{
	background-color: #fff;
}
	.yongtu .yongtu-container{
		width: 1200px;
		margin: 0 auto;
		padding-top: 40px;
		padding-bottom: 76px;
	}
		.yongtu .yongtu-container .title{
			margin-bottom: 40px;
		}
			.yongtu .yongtu-container .title h1{
				font-size: 36px;
				color: #4a4a4a;
				font-weight: 600;
				text-align: center;
			}
		.yongtu .yongtu-container .con{}
			.yongtu .yongtu-container .con ul{
				display: flex;
				justify-content: space-evenly;
			}
				.yongtu .yongtu-container .con ul>li.con-item{
					width: 200px;
					display: flex;
					flex-direction: column;
					align-items: center;
				}
					.yongtu .con-item .item-icon{
						width: 100px;
						height: 100px;
						margin-bottom: 34px;
					}
						.yongtu .con-item .item-icon img{
							width: 100%;
						}
					.yongtu .con-item h5{
						font-size: 30px;
						color: #4a4a4a;
						font-weight: 600;
						margin-bottom: 20px;
					}
					.yongtu .con-item .des{
						font-size: 14px;
						color: #AEAEAE;
						text-align: center;
					}
					
/* E英国商品条形码的用途 */

/* S英国商品条形码申请程序 */
.chengxu{
	background-position: center;
	background-size: cover;
}
	.chengxu .chengxu-container{
		width: 1200px;
		margin: 0 auto;
		display: flex;
		flex-direction: column;
		align-items: center;
		padding-top: 40px;
		padding-bottom: 80px;
	}
		.chengxu .chengxu-container .title{
			margin-bottom: 50px;
		}
			.chengxu .chengxu-container .title h1{
				font-size: 36px;
				color: #fff;
				font-weight: 600;
				text-align: center;
			}
		.chengxu .chengxu-container .con{
			width: 100%;
		}
			.chengxu .chengxu-container .con img{
				width: 80%;
				display: block;
				margin: 0 auto;
			}
/* E英国商品条形码申请程序 */

/* S英国商品条形码申请提供资料 */
.ziliao{
	background-color: #fff;
}
	.ziliao .ziliao-container{
		width: 1200px;
		margin: 0 auto;
		padding-top: 40px;
		padding-bottom: 60px;
	}
		.ziliao .ziliao-container .title{
			margin-bottom: 40px;
		}
			.ziliao .ziliao-container .title h1{
				font-size: 36px;
				color: #4a4a4a;
				font-weight: 600;
				text-align: center;
			}
		.ziliao .ziliao-container .con{}
			.ziliao .ziliao-container .con ul{
				display: flex;
				justify-content: space-between;
			}
				.ziliao .ziliao-container .con ul>li.item{
					width: 30%;
					padding: 32px 20px 36px;
					box-sizing: border-box;
					box-shadow: 0 4px 10px rgba(0,0,0,0.2);
					border-radius: 10px;
				}
					.ziliao .ziliao-container .con ul>li.item .item-pic{
						height: 174px;
						background-position: center;
						background-size: cover;
						margin-bottom: 36px;
					}
					.ziliao .ziliao-container .con ul>li.item h5{
						font-size: 24px;
						text-align: center;
						color: #4a4a4a;
						font-weight: 600;
					}
/* E英国商品条形码申请提供资料 */

/* S条形码 */
.tiaoxingma{}
	.tiaoxingma .tiaoxingma-container{
		background-color: #fff;
	}
		.tiaoxingma .tiaoxingma-container .con{
			width: 1200px;
			margin: 0 auto;
			display: flex;
			padding: 46px 76px 46px;
			box-sizing: border-box;
			background-position: center;
			background-size: cover;
			border-radius: 40px;
			position: absolute;
			left: 0;
			right: 0;
		}
			.tiaoxingma .tiaoxingma-container .con .left{
				flex: 1;
				box-sizing: border-box;
				padding-right: 96px;
				border-right: 1px solid #fff;
			}
				.tiaoxingma .tiaoxingma-container .con .left .left-title{
					margin-bottom: 80px;
				}
					.tiaoxingma .left-title h5{
						font-size: 30px;
						color: #fff;
						font-weight: 600;
						text-align: center;
					}
				.tiaoxingma .tiaoxingma-container .con .left .left-middle{
					height: 100px;
				}
					.tiaoxingma .left-middle p{
						font-size: 20px;
						color: #fff;
						font-weight: 600;
						text-align: center;
					}
				.tiaoxingma .tiaoxingma-container .con .left .left-bottom{}
					.tiaoxingma .tiaoxingma-container .con .left .left-bottom ul{}
					.tiaoxingma .tiaoxingma-container .con .left .left-bottom ul>li{
						width: 100%;
						height: 60px;
						background-color: #48A8FF;
						color: #fff;
						font-size: 16px;
						font-weight: 600;
						text-align: center;
						margin-bottom: 12px;
						display: flex;
						justify-content: center;
						align-items: center;
					}
			.tiaoxingma .tiaoxingma-container .con .right{
				flex: 1;
				padding-left: 96px;
			}
				.tiaoxingma .tiaoxingma-container .con .right .right-title{
					margin-bottom: 80px;
				}
					.tiaoxingma .tiaoxingma-container .con .right .right-title h5{
						font-size: 30px;
						color: #fff;
						font-weight: 600;
						text-align: center;
					}
				.tiaoxingma .tiaoxingma-container .con .right .right-middle{
					height: 100px;
				}
					.tiaoxingma .tiaoxingma-container .con .right .right-middle p{
						font-size: 20px;
						color: #fff;
						font-weight: 600;
						text-align: center;
					}
				.tiaoxingma .tiaoxingma-container .con .right .right-bottom{}
					.tiaoxingma .tiaoxingma-container .con .right .right-bottom p{
						font-size: 20px;
						color: #fff;
						font-weight: 600;
						text-align: center;
					}
		.tiaoxingma .tiaoxingma-container .bg{}
			.tiaoxingma .tiaoxingma-container .bg .bg-top{
				width: 100%;
				background-color: #fff;
				height: 110px;
			}
			.tiaoxingma .tiaoxingma-container .bg .bg-bottom{
				width: 100%;
				background-color: #F5FAFF;
				height: 430px;
			}
/* E条形码 */

/* S选择正羽商务 专业省心 */
.shengxin{
	background-color: #fff;
}
	.shengxin .shengxin-container{
		width: 1200px;
		margin: 0 auto;
		padding-top: 46px;
		padding-bottom: 40px;
	}
		.shengxin .shengxin-container .title{
			margin-bottom: 36px;
		}
		.shengxin .shengxin-container .title h1{
			font-size: 36px;
			color: #4a4a4a;
			font-weight: 600;
			text-align: center;
		}
		.shengxin .shengxin-container .con{
			display: flex;
			justify-content: space-between;
		}
		.shengxin .shengxin-container .left{
			width: 486px;
			display: flex;
			flex-direction: column;
			justify-content: space-between;
		}
			.shengxin .shengxin-container .left .left-top{}
				.shengxin .shengxin-container .left .left-top img{
					width: 100%;
				}
			.shengxin .shengxin-container .left .left-bot{}
				.shengxin .shengxin-container .left .left-bot img{
					width: 100%;
				}
		.shengxin .shengxin-container .right{
			width: 666px;
		}
			.shengxin .shengxin-container .right img{
				width: 100%;
			}
/* E选择正羽商务 专业省心 */

