html,body {
	width: 100%;
	font-size: 14px;
	/*overflow: hidden;*/
}
.container {
	width: 100%;
	overflow: hidden;
}
.section {
	width: 100%;
}
.section .section-bg {
	width: 100%;
	display: block;
}
.section-1 .banner-item {
	position: relative;
	color: white;
}
.section-1 .banner-item img {
	display: block;
	width: 100%;
}
.section-1 .banner-item .banner-text {
	width: 1000px;
	height: 300px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -150px;
	margin-left: -300px;
}
.section-1 .banner-item .banner-text h3 {
	font-size: 50px;
	font-weight: normal;
	margin-bottom: 20px;
}
.section-1 .banner-item .banner-text h3 em {
	font-size: 55px;
	font-weight: bold;
	font-style: normal;
	padding-right: 10px;
}
.section-1 .banner-item .banner-text p {
	font-size: 16px;
	line-height: 30px;
}
.section-1 .swiper-pagination {
	bottom: 20px !important;
}
.section-1 .swiper-pagination-bullet {
	width: 16px;
    height: 16px;
}
.section-1 .swiper-button-next,
.section-1 .swiper-button-prev {
	width: 80px;
	height: 80px;
	background-color: rgba(0,0,0,.3);
	border-radius: 15px;
}
.section-1 .swiper-button-next {
	right: 50px;
}
.section-1 .swiper-button-prev {
	left: 50px;
}
/*我们的服务*/
.section-2 {
	width: 100%;
	background-color: white;
}
.section-2 .intro {
	width: 1200px;
	margin: 0 auto;
	padding-top: 70px;
	padding-bottom: 70px;
}
.section-2 .intro>p {
	width: 1000px;
	margin: 0 auto;
	font-size: 20px;
	line-height: 34px;
	color: #585858;
	text-align: center;
	margin-bottom: 70px;
}
.section-2 .intro>h2 {
	font-size: 25px;
	line-height: 36px;
	color: #585858;
	text-align: center;
	position: relative;
	padding-bottom: 5px;
}
.section-2 .intro>h2:after {
	content: '';
	width: 70px;
	height: 2px;
	background-color: #2299ff;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -35px;
}
.section-2 .intro .ser-list {
	width: 100%;
	margin-top: 50px;
}
.section-2 .intro .ser-list li {
	width: 25%;
	float: left;
	box-sizing: border-box;
	text-align: center;
}
.section-2 .intro .ser-list li img {
	width: 150px;
	display: block;
	margin: 0 auto;
}
.section-2 .intro .ser-list li h4 {
	font-size: 24px;
	color: #239aff;
	margin-top: 15px;
}
.section-2 .intro .ser-list li p {
	font-size: 14px;
	margin-top: 7px;
}

/*PC+移动端网站建设*/
.section-3 {
	width: 100%;
	position: relative;
}
.section-3 .intro {
	width: 400px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -500px;
}
.section-3 .intro h2 {
	width: 400px;
	font-size: 32px;
	color: #239aff;
}
.section-3 .intro p {
	width: 400px;
	font-size: 16px;
	line-height: 30px;
	color: #585858;
	margin-top: 30px;
}
/*品牌策划与企业包装*/
.section-4 {
	width: 100%;
	position: relative;
}
.section-4 .intro {
	width: 400px;
	position: absolute;
	right: 50%;
	top: 50%;
	margin-right: -600px;
}
.section-4 .intro h2 {
	width: 400px;
	font-size: 32px;
	color: #239aff;
}
.section-4 .intro p {
	width: 400px;
	font-size: 16px;
	line-height: 30px;
	color: #585858;
	margin-top: 30px;
}
/*亚马逊入驻*/
.section-5 {
	width: 100%;
	position: relative;
}
.section-5 .intro {
	width: 1000px;
	position: absolute;
	left: 50%;
	top: 20%;
	margin-left: -500px;
	color: white;
}
.section-5 .intro h2 {
	width: 400px;
	font-size: 32px;
}
.section-5 .intro p {
	width: 400px;
	font-size: 16px;
	line-height: 30px;
	margin-top: 30px;
}
.section-5 .intro a {
	font-size: 16px;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    margin-top: 20px;
    display: inline-block;
    background-color: white;
    border-radius: 15px;
    color: #239aff;
}

/*我们为您塑造全新形象*/
.section-6 {
	width: 100%;
	position: relative;
	background-color: white;
	padding: 90px 0;
	margin-bottom: 38px;
}
.section-6:after {
	content: '';
	width: 100%;
	height: 38px;
	background: url(../img/bg-section-6-after.jpg);
	position: absolute;
	bottom: -38px;
	left: 0;
}
.section-6 .intro {
	width: 1000px;
	position: absolute;
	left: 50%;
	top: 90px;
	margin-left: -500px;
}
.section-6 .intro h2 {
	width: 400px;
	font-size: 32px;
	color: #239aff;
}
.section-6 .intro p {
	width: 400px;
	font-size: 14px;
	line-height: 30px;
	margin-top: 30px;
	color: #585858;
}
.section-6 .intro-img {
	width: 50%;
	margin-left: 50%;
}
.section-6 .intro-img img {
	width: 80%;
	display: block;
}

/*超越预期，做到你想不到*/
.section-7 {
	width: 100%;
	position: relative;
	background-color: #f5f5f7;
	padding: 90px 0;
}
.section-7 .intro {
/*	width: 1000px;
	position: absolute;
	left: 50%;
	top: 90px;
	margin-left: -500px;*/
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}
.section-7 .intro h2 {
	font-size: 32px;
	color: #239aff;
}
.section-7 .intro p {
	font-size: 16px;
	line-height: 30px;
	margin-top: 30px;
	color: #585858;
}
.section-7 .intro a {
	font-size: 16px;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    margin-top: 20px;
    display: inline-block;
    background-color: #239aff;
    border-radius: 15px;
    color: white;
}
.section-7 .intro-img {
	width: 40%;
	margin: 20px auto 0;
}
.section-7 .intro-img img {
	width: 100%;
	display: block;
}

/*服务流程*/
.section-8 {
	width: 100%;
	position: relative;
	background-color: white;
}
.section-8 .intro {
	width: 1200px;
	position: absolute;
	left: 50%;
	top: 15px;
	margin-left: -600px;
}
.section-8 .intro>h2 {
	font-size: 25px;
	line-height: 36px;
	color: white;
	text-align: center;
	position: relative;
	padding-bottom: 5px;
}
.section-8 .intro>h2:after {
	content: '';
	width: 70px;
	height: 2px;
	background-color: white;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -35px;
}
.section-8 .intro .ser-flow {
	width: 100%;
	position: relative;
	margin-top: 20px;
}
.section-8 .intro .ser-flow li {
	width: 170px;
	float: left;
	position: absolute;
	line-height: 40px;
	font-size: 18px;
	color: white;
	text-align: center;
}
.section-8 .intro .ser-flow li img {
	width: 70px;
	margin: 0 auto;
	display: block;
}
.section-8 .intro .ser-flow li:nth-child(1) {
	top: 0;
	left: 0;
}
.section-8 .intro .ser-flow li:nth-child(2) {
	top: 0;
	left: 340px;
}
.section-8 .intro .ser-flow li:nth-child(3) {
	top: 0;
	left: 680px;
}
.section-8 .intro .ser-flow li:nth-child(4) {
	top: 0;
	left: 1020px;
}
.section-8 .intro .ser-flow li:nth-child(5) {
	top: 190px;
	left: 170px;
}
.section-8 .intro .ser-flow li:nth-child(6) {
	top: 190px;
	left: 510px;
}
.section-8 .intro .ser-flow li:nth-child(7) {
	top: 190px;
	left: 850px;
}
.section-8 .intro .ser-flow:after {
	content: '';
	width: 1023px;
	height: 1px;
	background-color: rgba(255,255,255,.7);
	position: absolute;
	top: 150px;
	left: 85px;
}
.section-8 .intro .ser-flow li:nth-child(1) i,
.section-8 .intro .ser-flow li:nth-child(2) i,
.section-8 .intro .ser-flow li:nth-child(3) i,
.section-8 .intro .ser-flow li:nth-child(4) i {
	width: 1px;
	height: 30px;
	background-color: rgba(255,255,255,.7);
	position: absolute;
	bottom: -40px;
	left: 85px;
}
.section-8 .intro .ser-flow li:nth-child(1) i:after,
.section-8 .intro .ser-flow li:nth-child(2) i:after,
.section-8 .intro .ser-flow li:nth-child(3) i:after,
.section-8 .intro .ser-flow li:nth-child(4) i:after {
	content: '';
	width: 14px;
	height: 14px;
	border-radius: 7px;
	background-color: white;
	position: absolute;
	bottom: -7px;
	left: -7px;
}
.section-8 .intro .ser-flow li:nth-child(5) i,
.section-8 .intro .ser-flow li:nth-child(6) i,
.section-8 .intro .ser-flow li:nth-child(7) i {
	width: 1px;
	height: 30px;
	background-color: rgba(255,255,255,.7);
	position: absolute;
	top: -40px;
	left: 85px;
}
.section-8 .intro .ser-flow li:nth-child(5) i:after,
.section-8 .intro .ser-flow li:nth-child(6) i:after,
.section-8 .intro .ser-flow li:nth-child(7) i:after {
	content: '';
	width: 14px;
	height: 14px;
	border-radius: 7px;
	background-color: white;
	position: absolute;
	top: -7px;
	left: -7px;
}

/*服务案例*/
.section-9 {
	width: 100%;
	position: relative;
	background-color: white;
	padding: 80px 0 100px;
}
.section-9 .intro {
	width: 100%;
}
.section-9 .intro>h2 {
	font-size: 25px;
	line-height: 36px;
	color: #239aff;
	text-align: center;
	position: relative;
	margin-bottom: 60px;
}
.section-9 .intro>h2:after {
	content: '';
	width: 70px;
	height: 2px;
	background-color: #239aff;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -35px;
}
.section-9 .ser-case {
	width: 1000px;
	margin: 0 auto;
}
.section-9 .ser-case li {
	width: 25%;
	float: left;
	position: relative;
	color: white;
	overflow: hidden;
}
.section-9 .ser-case li img {
	width: 100%;
	display: block;
}
.section-9 .ser-case li .case-behind {
	position: absolute;
	top: 250px;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 15px;
	background-color: #239aff;
    transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
}
.section-9 .ser-case li:hover .case-behind {
	top: 0;
}
.section-9 .ser-case li .case-behind h3 {
	font-size: 22px;
	font-weight: normal;
}
.section-9 .ser-case li .case-behind p {
	font-size: 14px;
	position: relative;
}
.section-9 .ser-case li .case-behind p:after {
	content: '';
	width: 60px;
	height: 1px;
	background-color: white;
	position: absolute;
	left: 0;
	bottom: -7px;
}
.section-9 .ser-case li .case-behind a {
	width: 24px;
	height: 24px;
	background: url(../img/fz-a-icon.png) no-repeat;
	position: absolute;
	right: 15px;
	bottom: 15px;
}

/*宣传*/
.section-10 {
	width: 100%;
	position: relative;
}
.section-10 .intro {
	width: 800px;
	margin: 0 auto;
	position: absolute;
	top: 20%;
	left: 50%;
	margin-left: -400px;
	text-align: center;
	color: #239aff;
}
.section-10 .intro h2 {
	font-size: 32px;
}
.section-10 .intro p {
	font-size: 16px;
	line-height: 30px;
    margin-top: 10px;
}

/*联系我们*/
.section-11 {
	width: 100%;
	padding: 80px 0;
}
.section-11 .intro {}
.section-11 .intro .h2-box {
	width: 170px;
	height: 170px;
	margin: 0 auto;
	border: 2px solid #239aff;
	position: relative;
}
.section-11 .intro .h2-box h2 {
	width: 270px;
	height: 80px;
	line-height: 80px;
	background-color: white;
	position: absolute;
	top: 50%;
	left: -50px;
	margin-top: -40px;
	text-align: center;
	color: #239aff;
	font-size: 36px;
}
.section-11 .intro p {
	color: #239aff;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	margin-top: 30px;
}


/* 分辨率大于1919 */
@media screen and (min-width: 1919px) {
	.section-1 .banner-item .banner-text {
		width: 1000px;
		height: 300px;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-top: -150px;
		margin-left: -300px;
	}
	.section-1 .banner-item .banner-text h3 {
		font-size: 50px;
		margin-bottom: 20px;
	}
	.section-1 .banner-item .banner-text h3 em {
		font-size: 55px;
		padding-right: 10px;
	}
	.section-1 .banner-item .banner-text p {
		font-size: 16px;
		line-height: 40px;
	}
	.section-1 .swiper-pagination {
		bottom: 30px !important;
	}
	.section-1 .swiper-pagination-bullet {
		width: 22px;
	    height: 22px;
	}
	.section-1 .swiper-button-next,
	.section-1 .swiper-button-prev {
		width: 80px;
		height: 80px;
		border-radius: 15px;
	}
	.section-1 .swiper-button-next {
		right: 50px;
	}
	.section-1 .swiper-button-prev {
		left: 50px;
	}
	/*我们的服务*/

	/*PC+移动端网站建设*/
	.section-3 .intro {
		top: 50%;
		margin-left: -600px;
	}
	.section-3 .intro h2 {
		font-size: 36px;
	}
	.section-3 .intro p {
		font-size: 18px;
		line-height: 40px;
		margin-top: 30px;
	}
	/*品牌策划与企业包装*/
	.section-4 .intro {
		top: 50%;
	}
	.section-4 .intro h2 {
		font-size: 36px;
	}
	.section-4 .intro p {
		font-size: 18px;
		line-height: 40px;
		margin-top: 30px;
	}
	/*亚马逊入驻*/
	.section-5 .intro {
		top: 20%;
	}
	.section-5 .intro h2 {
		font-size: 36px;
	}
	.section-5 .intro p {
		font-size: 18px;
		line-height: 40px;
		margin-top: 30px;
	}
	.section-5 .intro a {
		font-size: 16px;
	    height: 30px;
	    line-height: 30px;
	    padding: 0 20px;
	    margin-top: 20px;
	    border-radius: 15px;
	}

	/*我们为您塑造全新形象*/

	/*超越预期，做到你想不到*/

	/*服务流程*/
	.section-8 .intro {
		top: 30px;
	}
	.section-8 .intro>h2:after {
		content: '';
		width: 70px;
		height: 2px;
		left: 50%;
		bottom: 0;
		margin-left: -35px;
	}
	.section-8 .intro .ser-flow {
		margin-top: 70px;
	}
	.section-8 .intro .ser-flow li {
		width: 170px;
		line-height: 40px;
		font-size: 18px;
	}
	.section-8 .intro .ser-flow li img {
		width: 70px;
		margin: 0 auto;
	}

	/*服务案例*/
	.section-9 {
		width: 100%;
		padding: 80px 0 100px;
	}
	.section-9 .intro {
		width: 100%;
	}
	.section-9 .intro>h2 {
		font-size: 25px;
		line-height: 36px;
		margin-bottom: 60px;
	}
	.section-9 .intro>h2:after {
		width: 70px;
		height: 2px;
		left: 50%;
		bottom: 0;
		margin-left: -35px;
	}
	.section-9 .ser-case {
		width: 1000px;
		margin: 0 auto;
	}
	.section-9 .ser-case li {
		width: 25%;
	}
	.section-9 .ser-case li .case-behind h3 {
		font-size: 22px;
	}
	.section-9 .ser-case li .case-behind p {
		font-size: 14px;
	}
	.section-9 .ser-case li .case-behind p:after {
		width: 60px;
		height: 1px;
		left: 0;
		bottom: -7px;
	}
	.section-9 .ser-case li .case-behind a {
		width: 24px;
		height: 24px;
		right: 15px;
		bottom: 15px;
	}

	/*宣传*/
	.section-10 .intro {
		width: 800px;
		margin: 0 auto;
		top: 20%;
		left: 50%;
		margin-left: -400px;
	}
	.section-10 .intro h2 {
		font-size: 32px;
	}
	.section-10 .intro p {
		font-size: 16px;
		line-height: 30px;
	    margin-top: 10px;
	}

	/*联系我们*/
	.section-11 {
		padding: 80px 0;
	}
	.section-11 .intro {}
	.section-11 .intro .h2-box {
		width: 170px;
		height: 170px;
	}
	.section-11 .intro .h2-box h2 {
		width: 270px;
		height: 80px;
		line-height: 80px;
		top: 50%;
		left: -50px;
		margin-top: -40px;
		font-size: 36px;
	}
	.section-11 .intro p {
		font-size: 16px;
		line-height: 30px;
		margin-top: 30px;
	}
}







