/*导航*/
.scroll-nav{
	z-index: 9;
	width:100%;
	height:70px;
	background:#ffffff;
	box-shadow: 0px 2px 5px rgba(172, 190, 210, 0.337254901960784);
}

.scroll-nav-container{
	text-align: center;
}

.scroll-nav .imgbox {
	display: block;
	float: left;
	/*background: #ffcc00;*/
	width: 135px;
	height: 70px;
	text-align: center;
	font-size: 18px;
	position: relative;
}

.scroll-nav .imgbox img {
	margin: 7px auto;
	width: 155px;
    height: auto;
    padding-right: 20px;
    border-right: 1px solid #808080;
}




.scroll-nav .imgbox .dings{
	position: absolute;
	left: 100%;
	top: 5px;
	width: 200px;
}
.scroll-nav .imgbox .dings select{
	margin: 0;
	padding: 0;
	margin-left: -82px;
	background: none;
	font-size: 12px;
	color: #383838;
	border: 0;
}
.scroll-nav .imgbox .dings p{
	font-size: 12px;
	color: #a7a7a7;
}





.scroll-nav .nav {
	float: left;
	overflow: hidden;
	width: 380px;
	color: #000000;
	font-size: 16px;
	position: absolute;
	/*display: flex;*/
	left: calc(68% - 220px);
	line-height: 70px;
}
.scroll-nav .nav a{
	color: #000000;
}
.scroll-nav .nav .nav-selected{
	color: #282828;
	border-bottom: 2px solid #282828;
	padding-bottom: 10px;
}

.scroll-nav .nav div {
	float: left;
	width: 25%;
	text-align: center;
}

.scroll-nav .other {
	float: right;
	overflow: hidden;
	display: inline-block;
	font-size: 12px;
	color: #000000;
}

.scroll-nav .other .look {
	display: inline-block;
	overflow: hidden;
	line-height: 70px;
	margin-right: 20px;
}

.scroll-nav .other .look img {
	display: inline-block;
	width: 22px;
	height: 18px;
	vertical-align: middle;
	/*margin-right: 5px;
	margin-top: 27px;*/
}

.scroll-nav .other .map {
	display: inline-block;
	overflow: hidden;
	/*display: flex;*/
	line-height: 18px;
	margin-right: 10px;
	line-height: 70px;
}

.scroll-nav .other .map img {
	display: inline-block;
	vertical-align: middle;
	/*margin-top: 27px;
	margin-right: 5px;*/
	width: 15px;
	height: 13px;
	margin-top: -2px;
}
.edit-container{
	width: 100%;
	padding: 20px 5%;
}
.edit-container .content{
	padding: 20px 5%;
	width: 100%;
	background: #ffffff;
}
.w1300 {
    width: 1200px;
    margin: 0 auto;
}