@charset "utf-8";
/* CSS Document */

*{
	margin:0px;
	padding:0px;
	list-style-type:none;
	text-decoration:none;
	border:0px;
	font-size:16px;
	color:rgb(102,102,102);
	font-family:"Microsoft YaHei";
	}

body{
	overflow-x: hidden;
}
.nav_box{
	background:rgba(255,255,255,0.9);
	height:90px;
	width:100%;
	border-bottom:1px solid #CCC;
	position:fixed;
	z-index:99999;
	}
.nav{
	width:1200px;
	margin:0 auto;
	}
.left_nav img{
	padding:20px 0;
	float:left;
	}
.right_nav{
	float:right;
	}
.right_nav ul li{
	display:inline-block;
    margin-right:30px;
	height:90px;
	line-height:90px;
	}
.right_nav ul li:last-child{
	margin-right:0px;
	}
.right_nav ul li a{
	text-align:center;
	color:rgb(58,58,58);
	}
.right_nav ul li a:hover{
	color:rgb(235,97,0);
	}

.banner_box{
	width:100%;
	margin:0 auto;
	}
.banner ul li {
	float: left;
	}
#banner
{
	width: 100% !important;
}
.banner {
	 position: relative;
	 overflow: auto;
	 text-align: center;
	 width:100%;
	 }
.banner img
{
	width: 100%;
	height:745px;
}

.banner li {
	list-style: none;
	height: 100%;
	}
.banner .dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
	}
.banner .dots li {
	display: inline-block;
	width: 20px;
	height: 20px;
	background:#FFF;
	margin: 0 8px;
	text-indent: -999em;
	border: 1px solid #fff;
	border-radius:20px;
	cursor: pointer;
	opacity:0.5;
	-webkit-transition: background .5s, opacity .5s;
	-moz-transition: background .5s, opacity .5s;
	transition: background .5s, opacity .5s;
	}
.banner .dots li.active {
	background: #fff;
	opacity: 1;
	}
.look_box{
	position: relative;
    width: 245px;
    /* height: 69px; */
    margin: 0 auto;
    top: -70px;
    z-index: 9999;
	}
.look_box img{
	position: absolute;
	right: 0;
	top: 5px;
	right: 25px;
	}
.look_box a{
	padding:15px 45px;
	background:rgb(225,243,250) url(/assets/img/default/highlights/arrow.png) 90% center no-repeat;
	border:0.2em solid rgb(126,206,244);
	border-radius:10px;
	text-align:center;
	color:rgb(0,160,234);
	font-size:24px;
	width: 245px;
    height: 69px;

	}
.look_box a:hover{
	background:rgb(0,160,234) url(/assets/img/default/highlights/arrow2.png) 90% center no-repeat;;
	color:#fff;
	}
.content{
	background: #fff;
	overflow: visible;
	padding-top: 0;
}
.taobao{
	width:100%;
	height:1367px;
	margin-top: -73px;
	background:url(/assets/img/default/highlights/main01.jpg) no-repeat center center / 100% 100%;
	}
.whatis{
	width:1200px;
	margin:0 auto;
	}
h1{
	font-size:36px;
	font-weight:normal;
	}
p{
	line-height:35px;
	}
.whatis h1{
	color:#FFF;
	padding:140px 0 44px 0;
	}
.whatis p{
	color:#FFF;
	width:50%;
	}
.whatis img{
	float:right;
	margin-top:-315px;
	}
.how{
	width:1200px;
	margin:0 auto;
	}
.makemoney{
	float:right;
	margin-top:-600px;
	width:50%;
	}
.how h1{
	color:rgb(58,58,58);
	padding:140px 0 44px 0;
	}
.how img{
	margin-top:480px;
	}
.business_box{
	background:rgb(41,42,45)
	}
.business{
	width:1200px;
	margin:0 auto;
	}
.business h1{
	color:#FFF;
	padding:140px 0 85px 0;
	text-align:center;
	}
.team{
	width:942px;
	margin:0 auto;
	}
.team ul li{
	display:inline-block;
	margin-right:200px;
	text-align:center;
	}
.team ul li:last-child{
	margin-right:0px;
	}
.team ul li img{
	margin-bottom:35px;
	}
.team ul li p{
	color:#FFF;
	}
.flow img{
	margin:85px 0;
	}
.frontdesk{
	width:1200px;
	margin:0 auto;
	padding-bottom:85px;
	}
.frontdesk h1{
	color:rgb(58,58,58);
	padding:140px 0 85px 0;
	text-align:center;
	}
.left_desk{
	width:340px;
	float:left;
	}
.left_desk ul li{
	text-align:center;
	margin:72px 0;

	}
h2{
	font-size:24px;
	font-weight:normal;
	margin-bottom:30px;
	}
.frontdesk h2{
	color:rgb(0,160,234);
	}
.frontdesk p{
	margin-bottom:60px;
	}
.middle_desk{
	width:330px;
	float:left;
	border-right:2px dashed rgba(102,102,102,0.5);
	border-left:2px dashed rgba(102,102,102,0.5);
	margin-left: 50px;
    padding: 0 50px;
	}
.middle_desk ul li{
	text-align:center;
	}
.right_desk{
	width:340px;
	float:right;
	}
.right_desk ul li{
	text-align:center;
	margin:72px 0;
	}
.button{
	width:1200px;
	margin:0 auto;
	margin-top:40px;
	float:left;
	}
.button ul li{
	display:inline-block;
	text-align:center;
	margin-right:60px;
	}
.button ul li:nth-child(5){
	margin:0;
}
.button ul li:last-child{
	margin:0;
}
.button ul li a{
	background:url(/assets/img/default/highlights/bluebox.png) no-repeat;
	width:188px;
	height:59px;
	display:block;
	padding-top:18px;
	margin-bottom:35px;
	}
.button ul li a:hover{
	color:rgb(0,160,234);
	}
.user_box{
	width:1200px;
	height:415px;
	margin:0 auto;
	border:2px dashed rgb(126,206,244);
	clear:both;
	}
.user_box img{
	padding:35px;
	}
.user{
	margin:-300px 0 0 700px;
	width:40%;
	}
.user h2{
	color:rgb(102,102,102);
	}
.user a{
	color:rgb(0,160,234);
	text-decoration:underline;
	font-size:18px;
	}
.user a:hover{
	color:rgb(102,102,102);
	}
.backstage_box{
	background:rgb(0,160,234);
	padding-bottom:85px;
	}
.backstage{
	width:1200px;
	margin:0 auto;
	}
.backstage h1{
	color:#fff;
	padding:140px 0 85px 0;
	text-align:center;
	}
.backstage h2{
	color:rgb(247,255,181);
	}
.backstage p{
	color:#fff;
	}
.left_list{
	width:550px;
	float:left;
	border-right:2px dashed rgba(255,255,255,0.5);
	padding-right: 50px;
	}
.left_list ul li{
	text-align:center;
	margin-bottom:60px;
	}
.right_list{
	width:550px;
	float:right;
	}
.right_list ul li{
	text-align:center;
	margin-bottom:60px;
	}
.button02{
	width:1200px;
	margin:0 auto;
	margin-top:40px;
	float:left;
	}
.button02 ul li{
	display:inline-block;
	text-align:center;
	margin-right:60px;
	}
.button02 ul li:nth-child(5){
	margin:0;
}
.button02 ul li:last-child{
	margin:0;
}
.button02 ul li a{
	background:url(/assets/img/default/highlights/whitebox.png) no-repeat;
	width:188px;
	height:59px;
	display:block;
	padding-top:18px;
	margin-bottom:35px;
	color:#fff;
	}
.button02 ul li a:hover{
	color:rgb(247,255,181);
	}
.opentao_box{
	width:1200px;
	height:415px;
	margin:0 auto;
	border:2px dashed rgb(255,255,255);
	clear:both;
	}
.opentao_box img{
	padding:35px;
	}
.opentao{
	margin:-340px 0 0 700px;
	width:40%;
	}
.opentao h2{
	color:#fff;
	line-height: 36px;
	}
.opentao p{
	margin-bottom:30px;
	}
.opentao a{
	color:rgb(247,255,181);
	text-decoration:underline;
	font-size:18px;
	}
.opentao a:hover{
	color:#fff;
	}
.last{
	background:url(/assets/img/default/highlights/main02.jpg) no-repeat center center / 100% 100%;
	width:100%;
	height:1965px;
	}
.chooseus{
	width:1200px;
	margin:0 auto;
	}
.chooseus h1{
	color:rgb(58,58,58);
	padding:140px 0 85px 0;
	text-align:center;
	}
.description_box{
	width:1200px;
	margin:0 auto;
	}
.description_box h1{
	color:#fff;
	padding:285px 0 85px 0;
	text-align:center;
	}
.description{
	width:1084px;
	margin:0 auto;
	}
.description ul li{
	display:inline-table;
	text-align:center;
	padding:0 85px;
	}
.description img{
	margin-bottom:30px;
	}
.description p{
	color:#fff;
	margin-bottom:60px;
	}
.description_box p{
	color:#fff;
	text-align:center;
	}
.description_box a{
	color:rgb(0,160,234);
	font-size:18px;
	text-decoration:underline;
	}
.description_box a:hover{
	color:#fff;
	}
.contactus{
	width:1200px;
	margin:0 auto;
	padding-bottom:85px;
	}
.contactus h1{
	color:rgb(58,58,58);
	padding:85px 0;
	text-align:center;
	}
.contactus h2{
	color:rgb(0,160,234);
	}
.contactus span{
	margin-left:28px;
	}
.main{
	height:200px;
	}
.main a{
	text-decoration:underline;
	}
.main a:hover{
	color:rgb(0,160,234);
	}
.main01{
	float:left;
	margin-right:140px;
	}
.main02{
	float:left;
	margin-right:140px;
	}
.main03{
	float:left;
	}
.main04{
	float:right;
	}
.main img{
	margin-bottom: 15px;
}
.footer{
	background:rgb(41,42,45);
	width:100%;
	height:auto;
	}
.footer p{
	text-align:center;
	color:rgb(158,156,156);
	font-size:12px;
	line-height:24px;
	padding:35px 0;
	}
.fixed{
	position:fixed;
	top:15%;
	right:1%;
	}
.fixed ul li{
	text-align:center;
    box-shadow:0px 0px 8px #CCC;
	}
.fixed a{
	font-size:14px;
	color:rgb(0,160,234);
	background:#fff;
	padding:15px;
	display:block;
	}
.fixed li:last-of-type a
{
	background: #fff url("/assets/img/default/highlights/top.png") no-repeat center 15px;
}
.fixed li:last-of-type a:hover
{
	background: rgb(0,160,234) url("/assets/img/default/highlights/top2.png") no-repeat center 15px;
}
.fixed a:hover{
	color:#fff;
	background:rgb(0,160,234);
	}

   
/*banner部分--开始*/

@media screen and (min-width: 1300px) and (max-width: 1600px) {
	.banner img
	{
		height: 600px;

	}
}
@media screen and (min-width: 992px) and (max-width: 1300px) {
	.banner img
	{
		height: 480px;

	}
}
@media screen and (min-width: 760px) and (max-width: 992px) {
	.banner img
	{
		height: 390px;
	}
}
@media screen and (min-width: 0px) and (max-width: 760px) {
	.banner img
	{
		height: 300px;
	}
	.look_box{
		top:20px;
	}
	.banner_box
	{
		height: 300px;
		padding-top: 80px;
	}
}
/*banner部分--结束*/


/*淘宝代购--开始*/
@media screen and (min-width: 992px) and (max-width: 1300px) {

	.whatis{
		width:960px;
		}
	.whatis img{
		width:45%;
		padding-right: 30px;
		margin-top: -280px;
		}
	.how{
		width:960px;
		}
	.how img{
		width:45%;
		padding-right: 30px;
		margin-top: 500px;
		}
	.makemoney{
		width:47%;
		margin-top: -670px;
		}
}
@media screen and (min-width: 760px) and (max-width: 992px) {
	.whatis{
		width:720px;
		}
	.whatis img{
		width:50%;
		}
	.whatis h1{
		padding-top: 85px;
	}
	.how{
		width:720px;
		}
	.how img{
		width:50%;
		margin-top: 350px;
		}
	.makemoney{
		width:47%;
		}
}
@media screen and (min-width: 0px) and (max-width: 760px) {
	.taobao{
		height:auto;
	}
	.whatis {
		width:95%;
	}
	.whatis p{
		width:100%;
		}
	.whatis h1{
		padding-top:80px;
	}
	.whatis img{
		width:90%;
		float:none;
		margin: 0 auto;
		}
	.how{
		width:95%;
		}
	.how img{
		width:90%;
		margin: 0 auto;
		margin-top: 100px;
		}
	.makemoney{
		width:100%;
		float:none;
		margin: 10px 0 50px 0;
		}
	.makemoney h1{
		padding-top: 40px;
		}

}
/*淘宝代购--结束*/


/*业务简介--开始*/
@media screen and (min-width: 992px) and (max-width: 1300px) {

	.business{
		width:960px;
		}
	.team{
		width:800px;
		}
	.team ul li{
		margin-right: 16%;
		}
	.flow img{
		width:960px;
	}
}
@media screen and (min-width: 760px) and (max-width: 992px) {
	.business{
		width:720px;
		}
	.business h1{
		padding:85px 0 50px 0;
		}
	.team{
		width:600px;
		}
	.team ul li{
		margin-right: 4%;
		}
	.team ul li img{
		width:65%;
		}
	.team ul li p{
		width:65%;
		margin-left: 15%;
		}

	.flow img{
		width:720px;
		margin: 50px 0 85px 0;
	}
}
@media screen and (min-width: 0px) and (max-width: 760px) {
	.business{
		width:95%;
		}
	.business h1{
		padding:50px 0;
		}
	.team{
		width:100%;
	}
	.team ul li{
		margin: 0 0 35px 0;
		display: block;
		}
	.team ul li img{
		width:30%;
		margin-bottom: 15px;
		}
	.flow img{
		width:100%;
		margin:0 0 50px 0;
	}

}
/*业务简介--结束*/


/*前台功能--开始*/
@media screen and (min-width: 992px) and (max-width: 1300px) {

	.frontdesk{
		width:960px;
		}
	.left_desk{
		width:250px;
	}
	.middle_desk{
		width:250px;
		margin-left: 50px;
	}
	.right_desk{
		width:250px;
	}
	.button{
		width:960px;
	}
	.button ul li{
		margin-right:0;
	}
	.user_box{
		width:960px;
		height:370px;
	}
	.user{
		width:37%;
		margin: -305px 0 0 575px;
	}
	.user_box img{
		width:50%;
	}
}
@media screen and (min-width: 760px) and (max-width: 992px) {

	.frontdesk{
		width:720px;
		}
	.frontdesk h1{
		padding:85px 0 70px 0;
		}
	.left_desk{
		width:180px;
	}
	.middle_desk{
		width:180px;
		margin-left: 40px;
	}
	.right_desk{
		width:180px;
	}
	.button{
		width:720px;
	}
	.button ul li{
		margin-right:73px;
	}
	.button ul li a{
		margin-bottom:20px;
	}
	.user_box{
		width:720px;
		height:295px;
	}
	.user{
		width:37%;
		margin: -257px 0 0 440px;
	}
	.user_box img{
		width:50%;
	}
	.user h2{
		margin-bottom: 10px;
	}
	.user p{
		margin-bottom: 20px;
	}
}
@media screen and (min-width: 0px) and (max-width: 760px) {
	.frontdesk{
		width:95%;
		padding-bottom: 50px;
		}
	.frontdesk h1{
		padding:50px 0;
	}
	.frontdesk h2{
		margin-bottom: 20px;
	}
	.frontdesk p{
		margin-bottom: 35px;
	}
	.left_desk{
		width:100%;
		float:none;
	}
	.left_desk ul li{
		margin:0;
	}
	.middle_desk{
		width:100%;
		float:none;
		margin:0;
		border:none;
		padding:0;
	}
	.right_desk{
		width:100%;
		float:none;
	}
	.right_desk ul li{
		margin:0;
	}
	.button{
		width:95%;
		margin:0;
	}
	.button ul {
		width:356px;
		margin:0 auto;
	}
	.button ul li{
		margin-right: 0;
	}
	.button ul li a{
		margin-bottom: 15px;
		background: url(../images/bluebox.png) no-repeat center center / 100% 75%;
		padding-top: 25px;
		width: 175px;
    	height: 53px;
	}
	.user_box{
		width:95%;
		height:auto;
	}
	.user{
		width:95%;
		margin:0;
		padding: 0 2% 8% 2%;
	}
	.user_box img{
		width:95%;
		padding:2%;
	}
	.user h2{
		margin: 20px 0;
	}
	.user p{
		margin-bottom: 35px;
	}

}
/*前台功能--结束*/


/*后台功能--开始*/
@media screen and (min-width:992px) and (max-width:1300px){

	.backstage{
		width:960px;
	}
	.left_list{
		width:420px;
	}
	.right_list{
		width:420px;
	}
	.button02{
		width:960px;
	}
	.button02 ul li{
		margin-right:0;
	}
	.opentao_box{
		width:960px;
		height:370px;
	}
	.opentao{
		width:37%;
		margin: -333px 0 0 575px;
	}
	.opentao_box img{
		width:50%;
	}
}
@media screen and (min-width: 760px) and (max-width: 992px){
	.backstage{
		width:720px;
		}
	.backstage h1{
		padding:85px 0 50px 0;
		}
	.left_list{
		width:300px;
	}
	.right_list{
		width:320px;
	}
	.button02{
		width:720px;
	}
	.button02 ul li{
		margin-right:72px;
	}
	.opentao_box{
		width:720px;
		height:405px;
	}
	.opentao{
		width:37%;
		margin: -335px 0 0 440px;
	}
	.opentao_box img{
		width:50%;
		padding:75px 35px;
	}
	.opentao h2{
		margin-bottom: 10px;
	}
	.opentao p{
		margin-bottom: 20px;
	}
}

@media screen and (min-width: 0px) and (max-width: 760px) {
	.backstage_box{
		padding-bottom: 0px;
	}
	.backstage{
		width:95%;
		padding-bottom: 50px;
	}
	.backstage h1{
		padding:50px 0;
	}
	.backstage h2{
		margin-bottom: 20px;
	}
	.backstage p{
		margin-bottom: 35px;
	}
	.left_list{
		width:100%;
		float:none;
		margin:0;
		padding:0;
		border:none;
	}
	.right_list{
		width:100%;
		float:none;
	}
	.middle_list{
		border:none;
	}
	.left_list ul li{
		margin-bottom: 0px;
	}
	.middle_list ul li{
		margin-bottom: 0px;
	}
	.right_list ul li{
		margin-bottom: 0px;
	}
	.button02{
		width:95%;
		margin:0;
	}
	.button02 ul{
	    width: 356px;
    	margin: 0 auto;
	}
	.button02 ul li{
    	margin-right: 0 ;
	}
	.button02 ul li a{
		margin-bottom: 15px;
		background: url(../images/whitebox.png) no-repeat center center / 100% 75%;
		padding-top: 25px;
		width: 175px;
    	height: 53px;
    }
	.opentao_box{
		width:95%;
		height:auto;
	}
	.opentao{
		width:95%;
		margin:0;
		padding: 0 2% 8% 2%;
	}
	.opentao_box img{
		width:95%;
		padding:2%;
	}
	.opentao h2{
		margin: 20px 0;
	}
	.opentao p{
		margin-bottom: 35px;
	}

}
/*后台功能--结束*/


/*选择我们--开始*/
@media screen and (min-width: 992px) and (max-width: 1300px){
	.chooseus{
		width:960px;
	}
	.chooseus img{
		width:960px;
	}
	.description_box{
		width:960px;
	}
	.description_box h1{
		padding: 310px 0 60px 0;
	}
	.description{
		width:800px;
	}
	.description ul li{
		padding: 0 35px;
	    width: 320px;
	}
	.last{
		height:1840px;
	}
}

@media screen and (min-width: 760px) and (max-width: 992px){
	.chooseus{
		width:720px;
	}
	.chooseus h1{
		padding:85px 0 50px 0;
	}
	.chooseus img{
		width:720px;
	}
	.description_box{
		width:720px;
	}
	.description_box h1{
		padding: 205px 0 50px 0;
	}
	.description{
		width: 100%;
	}
	.description ul li{
		width: 40%;
    	padding: 0 3%;
	}
	.description ul li p{
		margin-bottom: 20px;
	}
	.last{
		height:1480px;
		background:url(../images/main02-992px.jpg) no-repeat center center / 100% 100%;
	}
}

@media screen and (min-width: 0px) and (max-width: 760px){
	.chooseus{
		width:95%;
	}
	.chooseus img{
		width:100%;
	}
	.chooseus h1{
		padding:50px 0;
	}
	.description_box{
		width:95%;
	}
	.description_box h1{
		padding: 160px 0 50px 0;
	}
	.description{
		width: 100%;
	}
	.description ul li{
		width: 100%;
    	padding: 0 1%;
    	display:block;
    	margin-bottom: 35px;
	}
	.description ul li p{
		margin-bottom: 0;
	}
	.last{
		background:url(../images/main03.jpg) no-repeat center center / 100% 100%;
		height:auto;
	}
}
/*选择我们--结束*/


/*联系我们--开始*/

@media screen and (min-width: 992px) and (max-width: 1300px){
	.contactus{
		width:960px;
	}
	.main01{
		margin-right:70px;
	}
	.main02{
		margin-right:70px;
	}
}
@media screen and (min-width: 760px) and (max-width: 992px){
	.contactus{
		width:720px;
	}
	.main01{
		margin-right:195px;
	}
	.main02{
		margin:0 0 30px 0;
	}
	.main04{
		margin-right: 103px;
	}
	.main{
		height:360px;
	}
}
@media screen and (min-width: 0px) and (max-width: 760px){
	.contactus{
		width:95%;
		padding-bottom: 50px;
	}
	.contactus h1{
		padding:50px 0;
		margin-bottom: -35px;
	}
	.main01{
		margin:0 0 30px 0;
		text-align: center;
		width:100%;
	}
	.main02{
		margin:0 0 30px 0;
		text-align: center;
		width:100%;
	}
	.main03{
		margin:30px auto;
		float: none;
		width:131px;

	}
	.main04{
		float: none;
		width:131px;
		margin:0 auto;
	}
	.main{
		height:auto;
		margin:0 auto;

	}