*{
	margin:0;
	padding:0;
}
/*头部导航*/
.left{
	margin-left:1%; 
	line-height: 37px;
}
.logo{
	width: 100%;
	padding: 0% 15%;
	box-sizing: border-box;
}
.logo img{
	width: 180px;
}
.logo span{
	float: right;
	font-size: 20px;
	color: #515151;
	margin-top: 25px;
}
.logo i{
	float: right;
}


/*banner开始*/
.banner{
	width:100%;
}
.banner img{
	width: 100%;
}
.dingwei{
    position:fixed;
    top: 0;
    left: 0;
    z-index: 100000;
}


/*热卖推荐*/
.sell{
	width: 100%;
	margin-top: 5%;
}
.sell_top{
	width: 100%;
	height: 120px;
	background-image: url(../images/sell2.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
}
.sell_top .sell_top_tit{
	color: white;
	font-size: 32px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 0;
	padding-top: 18px;
}
.sell_top .sell_top_tits{
	color: #F5CEB2;
	font-size: 14px;
	text-align: center;
}
.sell_con{
	width: 100%;
	padding: 6% 4%;
	box-sizing: border-box;
}
.sell_con .sell_left{
	width: 50%;
	float: left;
}
.sell_con .sell_left img{
	width: 100%;
}
.sell_con .sell_right{
	width: 32%;
	float: left;
	margin-left: 10%;
	margin-top: 36px;
}
.sell_con .sell_right .sell_tit{
	text-align: right;
	font-size: 40px;
	font-weight: bold;
	color: #ff8b27;
}
.sell_con .sell_right .sell_tits{
	width: 100%;
	color: #0056B3;
	font-size: 22px;
	font-weight: bold;
	text-align: justify;
	text-indent: 2em;
	line-height: 40px;
	margin: 8% 0;
}
.sell_con .sell_right .sell_tites{
	width: 100%;
	margin: 8% 0;
	box-sizing: border-box;
}
.sell_con .sell_right .sell_tites span{
	padding: 1% 4%;
	margin-right: 13.8%;
	font-size: 22px;
	color: white;
	border: 0;
	background-image: linear-gradient(to right, #3a86d7 , #b3d7ff, #3a86d7 );
}
.sell_con .sell_right .sell_tites span:nth-child(3){
	margin-right: 0;
}
.clear{
	clear: both;
}



/*五大优势*/
.advan{
	width: 100%;
	padding: 5% 0;
	background-color: #fcfcfc;
}
.advan img{
	width: 100%;
}
.advan_top{
	width: 70%;
	margin: 0 auto;
	border-bottom: 3px solid #efefef;
}
.advan_top .advan_tit{
	font-size: 46px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0;
	color: #333;
}
.advan_top .advan_tits{
	color: #ccc;
	font-size: 14px;
	text-align: center;
}
.advan .advan_bot{
	width: 70%;
	margin: 0 auto;
}
.advan .advan_bot ul{
	width: 100%;
}
.advan .advan_bot li{
	width: 18%;
	float: left;
	margin: 6% 1% 0 1%;
	padding: 40px 0 10px 0;
	list-style-type: none;
	border: 1px solid #ccc;
}
.advan .advan_bot li:hover{
	box-shadow: 3px 5px 10px #ccc;
}
.advan .advan_bot li:nth-child(5){
	margin-right: 0;
}
.advan .advan_bot li img{
	width:139px;
	height: 179px;
	padding: 20px 0;
	display: table-cell;
	margin: 0 auto;
}
.advan_bot .advan_tit{
	text-align: center;
	color: #6A6A6A;
	font-size: 20px;
	font-weight: bold;
}
.advan_bot .advan_tits{
	text-align: center;
	color: #D8311A;
	font-size: 12px;
}



/*引流资源*/
.resource{
	width: 100%;
	margin-top: 5%;
}
.resource .resou_top{
	width: 100%;
	min-height: 460px;
	background-image: url(../images/yinliu.jpg);
	background-size: cover;
}
.resource .resou_top .resou_tit{
	font-size: 48px;
	font-weight: bold;
	color: white;
	text-align: center;
	padding-top: 4%;
}
.resource .resou_top .resou_tits{
	width: 10%;
	float: right;
	margin-top: -3.6%;
	margin-right: 33%;
}
.resource .resou_top .resou_tite{
	font-size: 12px;
	color: white;
	padding: 4px 8px;
	border: 1px solid #fff;
	border-radius: 10px;
}
.resource .resou_top .resou_tites{
	color: #fff;
	font-size: 14px;
	float: left;
}
.resource .resou_con{
	width: 58%;
	margin: 0 auto;
	margin-top: -13%;
	padding: 3% 6%;
	box-shadow: 3px 2px 10px #C6C8CA;
	border-bottom: 10px solid #fc732a;
	background-color: #fff;
	z-index: 2;
}
.resource .resou_con li{
	color: #f88f4f;
	font-size: 38px;
	line-height: 72px;
	list-style-type: none;
}
.resou_bot{
	width: 59%;
	margin: 0 auto;
	clear: both!important;
	padding: 3% 0 0 0;
}
.resou_bot li{
	width: 18%;
	float: left;
	margin: 0 1%;
	list-style-type: none;
	position: relative;
}
.resou_bot li img{
	width: 100%;
}
.resou_bot li .biao{
	position: absolute;
	z-index: 3;
	margin-left: -100.5%;
	margin-top: 33.5%;
}


/*倒三角开始*/
.conclu{
	width: 100%;
	margin: 8% 0;
}
.conclu .conclu_top{
	width: 100%;
	min-height: 460px;
	background-image: url(../images/yinliu.jpg);
	background-size: cover;
}
.conclu .conclu_top .conclu_tit{
	width: 70%;
	color: white;
	font-size: 48px;
	font-weight: bold;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 10px;
	padding-top: 3rem;
	padding-bottom: 8px;
	border-bottom: 2px solid #f6f7ee;	
}
.conclu .conclu_top .conclu_tits{
	color: white;
	font-size: 18px;
	text-align: center;
}
.conclu .conclu_con{
	width: 58%;
	margin: 0 auto;
	margin-top: -13%;
	padding: 3%;
	box-shadow: 3px 2px 10px #C6C8CA;
	background-color: #fff;
	z-index: 2;
}
.conclu .conclu_con img{
	width: 100%;
}

/*三板块开始*/
.box{
	width: 100%;
}
.box img{
	width: 100%;
}

/*版权*/
.footer{
	width: 100%;
}
.footer p{
  	text-align: center;
  	line-height: 30px;
}




@media only screen and (max-width: 1853px){
	.sell_con .sell_right .sell_tites span{
		margin-right: 12.8%;
	}
}

@media only screen and (max-width: 1788px){
	.sell_con .sell_right .sell_tites span{
		margin-right: 11.8%;
	}
}

@media only screen and (max-width: 1770px){
	.sell_con .sell_right .sell_tites span{
		margin-right: 11.8%;
	}
}

@media only screen and (max-width: 1720px){
	.sell_con .sell_right .sell_tites span{
		margin-right: 10.8%;
	}
}

@media only screen and (max-width: 1738px){
	.sell_top .sell_top_tit{
		font-size: 30px;
	}
	.sell_con .sell_right{
		margin-left: 7%;
	}
	.sell_con .sell_right .sell_tit{
		margin-bottom: 0;
	}
	.sell_con .sell_right .sell_tits{
		margin: 4% 0;
	}
	.resource .resou_top .resou_tits{
		margin-right: 32%;
		margin-top: -3.9%;
	}
	.sell_con .sell_right{
		width: 34%;
	}
}

@media only screen and (max-width: 1614px){
	.sell_top .sell_top_tit{
		font-size: 24px;
		padding-top: 12px;
	}
}

@media only screen and (max-width: 1790px){
	.resource .resou_con{
		margin-top: -16%;
	}
	.conclu .conclu_con{
		margin-top: -16%;
	}
}

@media only screen and (max-width: 1788px){
	.sell_con .sell_right .sell_tites span{
		margin-right: 9.8%;
	}
}

@media only screen and (max-width: 1556px){
	.sell_con .sell_right .sell_tites span{
		margin-right: 9.8%;
	}
}

@media only screen and (max-width: 1548px){
	.sell_con .sell_right{
		width: 38%;
		margin-top: 39px;
	}
}

@media only screen and (max-width: 1521px){
	.resource .resou_top .resou_tits{
		margin-right: 31%;
		margin-top: -4.5%;
	}
}

@media only screen and (max-width: 1496px){
	.resource .resou_con{
		margin-top: -20%;
	}
	.conclu .conclu_con{
		margin-top: -18%;
	}
	.resource .resou_top .resou_tits{
		margin-right: 30%;
		margin-top: -4.5%;
	}
}

@media only screen and (max-width: 1405px){
	.sell_top .sell_top_tit{
		font-size: 26px;
		padding-top: 12px;
	}
	.sell_top .sell_top_tits{
		font-size: 12px;
	}
	.sell_con .sell_right .sell_tits{
		font-size: 20px;
		line-height: 34px;
	}
	.sell_con .sell_right .sell_tites span{
		font-size: 18px;
		margin-right: 12.8%;
	}
	.sell_con .sell_right .sell_tites span:nth-child(3){
		margin-right: 0;
	}
}

@media only screen and (max-width: 1400px){
	.sell_con .sell_right{
		width: 40%;
		margin-top: 0;
	}
}

@media only screen and (max-width: 1380px){
	.resource .resou_top .resou_tits{
		margin-top: -5%;
	}
}

@media only screen and (max-width: 1332px){
	.sell_top .sell_top_tit{
		font-size: 20px;
		padding-top: 12px;
	}
	.sell_top .sell_top_tits{
		font-size: 12px;
	}
	.sell_con .sell_right .sell_tits{
		font-size: 20px;
		line-height: 34px;
	}
	.sell_con .sell_right .sell_tites span{
		font-size: 18px;
		margin-right: 12.8%;
	}
	.sell_con .sell_right .sell_tites span:nth-child(3){
		margin-right: 0;
	}
}

@media only screen and (max-width: 1267px){
	.sell_top .sell_top_tit{
		font-size: 20px;
		padding-top: 12px;
	}
	.sell_top .sell_top_tits{
		font-size: 12px;
	}
	.sell_con .sell_right .sell_tits{
		font-size: 20px;
		line-height: 34px;
	}
	.sell_con .sell_right .sell_tites span{
		font-size: 18px;
		margin-right: 12.8%;
	}
	.sell_con .sell_right .sell_tites span:nth-child(3){
		margin-right: 0;
	}
	.advan .advan_bot li img{
		width: 90px!important;
		height: 130px!important;
	}
	.resource .resou_top .resou_tits{
		margin-right: 28%;
		margin-top: -5.5%;
	}
	.resource .resou_con li{
		font-size: 24px;
		line-height: 48px;
	}
}

@media only screen and (max-width: 1251px){
	.sell_top .sell_top_tit{
		font-size: 20px;
		padding-top: 12px;
	}
	.sell_top .sell_top_tits{
		font-size: 12px;
	}
	.sell_con .sell_right .sell_tits{
		font-size: 20px;
		line-height: 34px;
	}
	.sell_con .sell_right .sell_tites span{
		font-size: 18px;
		margin-right: 12.8%;
	}
	.sell_con .sell_right .sell_tites span:nth-child(3){
		margin-right: 0;
	}
	.advan .advan_bot li img{
		width: 90px!important;
		height: 130px!important;
	}
	.resource .resou_top .resou_tits{
		margin-right: 28%;
		margin-top: -5.5%;
	}
	.resource .resou_con li{
		font-size: 24px;
		line-height: 48px;
	}
}

@media only screen and (max-width: 1213px){
	.sell_top .sell_top_tit{
		font-size: 20px;
		padding-top: 12px;
	}
	.sell_top .sell_top_tits{
		font-size: 12px;
	}
	.sell_con .sell_right .sell_tit{
		font-size: 32px;
	}
	.sell_con .sell_right .sell_tites{
		margin: 0;
	}
	.sell_con .sell_right .sell_tits{
		font-size: 20px;
		line-height: 34px;
	}
	.sell_con .sell_right .sell_tites span{
		font-size: 18px;
		margin-right: 12.8%;
	}
	.sell_con .sell_right .sell_tites span:nth-child(3){
		margin-right: 0;
	}
	.advan .advan_bot li img{
		width: 90px!important;
		height: 130px!important;
	}
	.advan_bot .advan_tits{
		font-size:10px;
		-webkit-transform:scale(0.8);
	}
	.resource .resou_top .resou_tits{
		margin-right: 28%;
		margin-top: -5.5%;
	}
	.resource .resou_con li{
		font-size: 24px;
		line-height: 48px;
	}
}

@media only screen and (max-width: 1184px){
	
	.sell_con .sell_right .sell_tites{
		margin: 2% 0;
		margin-right: 9.8%;
	}
	.sell_con .sell_right .sell_tit{
		font-size: 34px;
	}
	.sell_con .sell_right .sell_tits{
		font-size: 20px;
		line-height: 30px;
	}
	.sell_con .sell_right .sell_tites span{
		font-size: 18px;
	}
}

@media only screen and (max-width: 1180px){
	.sell_con .sell_right .sell_tites span{
		margin-right: 11.8%;
	}
}

@media only screen and (max-width: 1133px){
	.sell_con .sell_right .sell_tites span{
		margin-right: 10.8%;
	}
}

@media only screen and (max-width: 1090px){
	.sell_con .sell_right .sell_tites span{
		margin-right: 9.8%;
	}
}

@media only screen and (max-width: 1057px){
	.sell_con .sell_right .sell_tites span{
		margin-right: 8.8%;
	}
}

@media only screen and (max-width: 1049px){
	.sell_con .sell_right .sell_tites span{
		margin-right: 8.8%;
	}
}

@media only screen and (max-width: 1024px){
	.resource .resou_top .resou_tits{
		width: 21%;
		margin-right: 15%;
		margin-top: -6.5%;
	}
	.resource .resou_con{
		margin-top: -30%;
	}
	.conclu .conclu_con{
		margin-top: -25%;
	}
}

@media only screen and (max-width: 1020px){
	.sell_top .sell_top_tit{
		padding-top: 5px;
	}
	.sell_top .sell_top_tits{
		font-size:10px;
		-webkit-transform:scale(0.8);
	}
	.sell_con .sell_right .sell_tites span{
		margin-right: 9.4%;
	}
	.resource .resou_top .resou_tits{
		width: 12%;
		margin-right: 25%;
		margin-top: -6.5%;
	}
	.resource .resou_con{
		margin-top: -30%;
	}
	.conclu .conclu_con{
		margin-top: -25%;
	}
}

@media only screen and (max-width: 768px){
	.logo{
		padding: 0 8%;
	}
	.sell_top{
		height: 50px;
	}
	.sell_con .sell_left{
		width: 100%;
	}
	.sell_con .sell_right{
		width: 85%;
		margin-top: 10px;
	}
	.sell_con .sell_right .sell_tites span{
		margin-right: 20%;
	}
	.advan .advan_bot li{
		width: 31%;
	}
	.resource .resou_top .resou_tits{
		width: 15%;
		margin-right: 18%;
		margin-top: -8.5%;
	}
	.resource .resou_con{
		width: 80%;
		margin-top: -42%;
	}
	.resou_bot{
		width: 81%;
	}
	.conclu .conclu_con{
		width: 80%;
		margin-top: -34%;
	}
}


/*手机端*/
@media only screen and (max-width: 441px){
	.logo{
		padding: 0 5%;
	}
	.logo img{
		width: 32%;
	}
	.logo span{
		width: 55%;
		font-size: 14px;
		margin-top: 17px;
	}
	.banner{
		margin: 0;
	}
	
	/*热卖推荐*/
	.sell{
		margin-top: 5%;
	}
	.sell_top{
		width: 100%;
		height: 48px;
		background-image: url(../images/phone_tit.png);
	}
	.sell_top .sell_top_tit{
		font-size: 20px;
		line-height: 38px;
	}
	.sell_con .sell_left{
		width: 100%;
		margin-top: 5%;
	}
	.sell_con .sell_right{
		width: 100%;
		margin-top: 5%;
		margin-left: 0;
	}
	.sell_con .sell_right .sell_tits{
		font-size: 18px;
	}
	
	/*五大优势*/
	.advan_top .advan_tit{
		font-size: 28px;
	}
	.advan .advan_bot li{
		width: 100%;
	}
	
	/*引流资源*/
	.resource .resou_top .resou_tit{
		font-size: 32px;
		padding-top: 3rem;
	}
	.resource .resou_top .resou_tits{
		width: 27%;
		float: none;
		margin: 0 auto;
	}
	.resource .resou_top{
		min-height: 300px;
		background-image: url(../images/phone_yinliu.jpg);
		background-size: cover;
	}
	.resource .resou_con{
		width: 90%;
		margin: 0 auto;
		margin-top: -28%;
	}
	.resource .resou_con li{
		font-size: 22px;
	}
	.resource .resou_bot{
		width: 98%;
	}
	
	/*客户成交*/
	.conclu{
		margin: 18% 0;
	}
	.conclu .conclu_top{
		min-height: 300px;
		background-image: url(../images/phone_yinliu.jpg);
		background-size: cover;
	}
	.conclu .conclu_top .conclu_tit{
		font-size: 32px;
	}
	.conclu .conclu_top .conclu_tits{
		font-size: 14px;
	}
	.conclu .conclu_con{
		width: 90%;
		margin: 0 auto;
		margin-top: -34%;
	}
}

@media only screen and (max-width: 414px){
	.sell_con .sell_right .sell_tites span{
		margin-right: 9%;
	}
}

@media only screen and (max-width: 411px){
	.logo span{
		width: 62%;
		font-size: 16px;
		margin-top: 15px;
	}
}
@media only screen and (max-width: 375px){
	.logo span{
		font-size: 14px;
	}
	.sell_con .sell_right .sell_tites span{
		padding: 5px 10.5px;
		margin-right: 9%;
	}
}

@media only screen and (max-width: 360px){
	.sell_con .sell_right .sell_tites span{
		padding: 5px 8.5px;
	}
}

@media only screen and (max-width: 320px){
	.sell_con .sell_right .sell_tites span{
		padding: 3px 3.8px;
	}
	.sell_top .sell_top_tit{
		font-size: 16px;
		line-height: 30px;
	}
	.resource .resou_top .resou_tits{
		width: 36%;
	}
	.logo span{
		width: 60%;
		font-size: 12px;
		margin-top: 11px;
	}
}