*{
	margin: 0;
	padding: 0;
	/*overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;*/
}
.sN_cont{
	width: 100%;
	height: auto;
	min-height: 100vh;
}
.sN_Bac{
	width: 100%;
	height: 580px;
	background-image: url(../img/saleNet/snBac.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.sN_Box{
	width: 100%;
	height: auto;
	border-top: 1px solid #ded7cb;
	padding-bottom: 100px;
}
.sN_Div{
	width: 1200px;
	height: auto;
	min-height: 600px;
	margin: auto;
	position: relative;
}
.sN_div{
	position: absolute;
	width: 100%;
	height: auto;
	top: 0px;
	left: 0px;
}
.sN_div01, .sN_div02{
	/*display: none;*/
}
.sN_Head{
	width: 100%;
	height: 246px;
	background-color: #F3F3F3;
	display: flex;
	margin-top: 66px;
}
.head_Div01{
	width: 35%;
	height: 246px;
}
.head_Div02{
	width: 65%;
	height: 246px;
}
.head_imgDiv{
	width: 300px;
	height: 200px;
	margin: 23px 0px 0px 22px;
	background-color: #666666;
}
    .head_imgDiv > img {
        width: 100%;
        display: block;
        height: 100%;
    }
.head_Title{
	font-size: 15px;
	color: #333333;
	margin-top: 23px;
}
.head_indtr{
	width: 670px;
	font-size: 18px;
	color: #666;
	line-height: 40px;
	margin-top: 50px;
}
.sN_Content{
	width: 100%;
	height: auto;
	display: flex;
	margin-top: 108px;
}
.gzMap{
	width: 75%;
	height: 520px;
	position: relative;
	cursor: pointer;
	/*background-image: url(../img/saleNet/gzMap.jpg);*/
	background-size: 100%;
	background-repeat: no-repeat;
}
.chinaMap{
	width: 75%;
	height: 600px;
	position: relative;
	cursor: pointer;
	background-image: url(../img/saleNet/chinaMap.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
}
.content_Div02{
	width: 25%;
	height: 520px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.content_Div02 > img{
	width: 206px;
	margin-top: -45px;
}
.popBox{
	width: 185px;
	height: 100px;
}
.popDiv{
	width: 185px;
	height: 50px;
	background-color: #d1a759;
	position: relative;
	border-radius: 10px;
	font-size: 14px;
	color: #fefefe;
	display: flex;
	justify-content: center;
	align-items: center;
}
.popDiv:after{
	content: "";
	position: absolute;
	width:0;
    border-width:10px;
    border-style:solid;
    border-color:#d1a759 transparent transparent transparent; /* transparent 设置边框颜色透明 */
    bottom: -20px;
    left: 50%;
    margin-left: -10px;
}
.popDiv01, .popDiv02, .popDiv03, .popDiv04, .popDiv05, .popDiv06, .popDiv07, .popDiv08, .popDiv09, .popDiv010{
	visibility: hidden;
}
.gzMap01{
	position: absolute;
	top: -13px;
	left: 32%;
}
.gzMap02{
	position: absolute;
    left: 45%;
    top: 12px;
}
.gzMap03{
	position: absolute;
    left: 25%;
	top: 110px;
}
.gzMap04{
	position: absolute;
    left: 48%;
	top: 107px;
}
.gzMap05{
	position: absolute;
    left: 14%;
	top: 170px;
}
.gzMap06{
	position: absolute;
  	left: 32%;
	top: 193px;
}
.gzMap07{
	position: absolute;
   	left: 56%;
	top: 210px;
}
.gzMap08{
	position: absolute;
    left: 16%;
	top: 272px;
}
.gzMap09{
	position: absolute;
   	left: 47%;
	top: 287px;
}
.gzMap010{
	position: absolute;
    left: 27%;
	top: 334px;
}
.popBtn{
	width: 50px;
	height: 50px;
	background: rgba(0,0,0,0);
	margin: auto;
}
.chinaMap01{
	position: absolute;
    top: -2px;
    left: 66%;
}
.chinaMap02{
    position: absolute;
    top: 90px;
    left: 58%;
}
.chinaMap03{
	position: absolute;
    left: 26%;
    top: 160px;
}
.chinaMap04{
	position: absolute;
    top: 160px;
    left: 49%;
}
.chinaMap05{
	position: absolute;
    left: 12%;
    top: 220px;
}
.chinaMap06{
	position: absolute;
    left: 38%;
    top: 231px;
}
.chinaMap07{
	position: absolute;
    left: 24%;
    top: 302px;
}
.chinaMap08{
    position: absolute;
    left: 56%;
    top: 273px;
}
.chinaMap09{
	position: absolute;
    left: 37%;
    top: 366px;
}
.chinaMap010{
	position: absolute;
    left: 58%;
    top: 367px;
}

@media only screen and (max-width: 1250px) {
	
	.sN_Div{
		width: 1000px;
	}
	.sN_Head{
		height: 220px;
	}
	.head_Div01{
		width: 30%;
		height: 220px;
	}
	.head_imgDiv{
		width: 260px;
		height: 173px;
	}
	.head_Div02{
		width: 70%;
		height: 220px;
	}
	.head_indtr{
		font-size: 16px;
		line-height: 30px;
		margin-top: 55px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		/*overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 6;-webkit-box-orient: vertical;*/
	}
	.popBox{
		width: 125px;
		height: 80px;
	}
	.popDiv{
		width: 100%;
	}
	.gzMap01{
		top: -20px;
		left: 35%;
	}
	.popBtn{
		height: 30px;
	}
	.gzMap02{
		left: 48%;
		top: 4px;
	}
	.gzMap03{
		left: 27%;
		top: 85px;
	}
	.gzMap04{
		left: 51%;
		top: 90px;
	}
	.gzMap05{
		left: 16%;
		top: 135px;
	}
	.gzMap06{
		left: 34%;
		top: 160px;
	}
	.gzMap07{
		left: 58%;
		top: 175px;
	}
	.gzMap08{
		left: 18%;
		top: 225px;
	}
	.gzMap09{
		left: 49%;
		top: 240px;
	}
	.gzMap010{
		left: 29%;
		top: 270px;
	}
	.chinaMap01{
		top: -5px;
		left: 67%;
	}
	.chinaMap02{
		top: 70px;
		left: 60%;
	}
	.chinaMap03{
		left: 27%;
		top: 130px;
	}
	.chinaMap04{
		top: 125px;
		left: 50%;
	}
	.chinaMap05{
		left: 15%;
		top: 180px;
	}
	.chinaMap06{
		left: 42%;
		top: 185px;
	}
	.chinaMap07{
		left: 26%;
		top: 240px;
	}
	.chinaMap08{
	    left: 58%;
		top: 215px;
	}
	.chinaMap09{
		left: 38%;
		top: 295px;
	}
	.chinaMap010{
	    left: 58%;
		top: 290px;
	}
	
}

@media only screen and (max-width: 1050px) {
	
	.sN_Bac{
		height: 380px;
	}
	.sN_Div{
		width: 750px;
	}
	.head_imgDiv{
		width: 185px;
	}
	.head_Title{
		font-size: 18px;
	}
	.head_indtr{
		width: 90%;
		font-size: 14px;
	}
	.sN_Content{
		margin-top: 65px;
	}
	.content_Div02 > img{
		width: 155px;
	}
	.gzMap{
		height: 365px;
	}
	.content_Div02{
		height: 365px;
	}
	.popBox{
		width: 95px;
	}
	.popDiv{
		height: 40px;
		font-size: 12px;
	}
	.gzMap02{
		top: 0px;
	}
	.gzMap03{
		top: 55px;
	}
	.gzMap04{
		top: 55px;
	}
	.gzMap05{
		top: 95px;
	}
	.gzMap06{
		top: 115px;
	}
	.gzMap07{
		top: 122px;
	}
	.gzMap08{
		left: 17%;
		top: 163px;
	}
	.gzMap09{
		left: 48%;
		top: 170px;
	}
	.gzMap010{
		left: 28%;
		top: 200px;
	}
	.chinaMap{
		height: 470px;
	}
	.chinaMap01{
		top: -10px;
	}
	.chinaMap02{
		top: 45px;
	}
	.chinaMap03{
		top: 90px;
	}
	.chinaMap04{
		top: 85px;
	}
	.chinaMap05{
		top: 125px;
	}
	.chinaMap06{
		top: 130px;
	}
	.chinaMap07{
		left: 25%;
		top: 173px;
	}
	.chinaMap08{
		top: 150px;
	}
	.chinaMap09{
		left: 37%;
		top: 215px;
	}
	.chinaMap010{
		left: 57%;
		top: 220px;
	}
	
}

@media only screen and (max-width: 767px) {
	
	.sN_Bac{
		height: 7.368421rem;
		background-image: url(../img/saleNet/snBacM.jpg);
	}
	.sN_Div{
		width: 96%;
	}
	.sN_Head{
		margin-top: 0.657894rem;
		flex-wrap: wrap;
		height: auto;
	}
	.head_Div01{
		width: 100%;
		height: auto;
	}
	.head_imgDiv{
		width: 80%;
		margin: auto;
		margin-top: 0.526315rem;
		height: auto;
	}
	.head_Div02{
		width: 96%;
		height: auto;
		padding: 0rem 2%;
	}
	.head_Title{
		font-size: 0.421052rem;
	}
	.head_indtr{
		width: 100%;
		font-size: 0.315789rem;
		margin-top: 0.263157rem;
		line-height: 0.657894rem;
	}
	.sN_Content{
		margin-top: 0.657894rem;
		display: flex;
		flex-wrap: wrap;
	}
	.gzMap{
		width: 100%;
		height: 5.657894rem;
	}
	.gzMap > li{
		display: none;
	}
	.content_Div02{
		width: 100%;
		height: 2.289473rem;
	}
	.content_Div02 > img{
		margin-top: 0rem;
		width: 4.078947rem;
	}
	.chinaMap{
		width: 100%;
		height: 6.973684rem;
	}
	
}