.content {
	max-width: 1024px;
	margin: auto;
}

#header-navbar {
	/*width: 96%;*/
	/*margin: 0 2%;*/
}

#carousel-173398 {
	margin-top: 20px;
}

.mb-10 {
	margin-bottom: 10px;
}

.div-footer {
	bottom: 0;
	border-radius: 6px;
	text-align: center;
	padding: 5px 0;
	margin-top: 10px;
	background: #eeeeee;
}

.div-footer p {
	margin: 0;
}

.logo {
	height: 30px;
	width: 30px;
	padding: 5px;
	float: left;
}

.div-scroll-img {
	width: 100%;
}

.scroll-img {
	float: left;
	width: 25%;
}

/*.div-img{
	position: relative;
	display: inline-block;
	width:48%;
	margin:10px auto;
}
.div-img img{
	position: absolute;
	}*/

#ul-class-list li {
	display: inline-block;
	width: 40%;
	margin-right: 10%;
}

#ul-class-list .all-item {
	display: block;
	width: 100%;
}

.com-pad {
	padding: 30px 50px;
}

.com-pad .com-wx strong {
	display: inline;
}

.com-pad .com-wx img {
	display: inline;
	vertical-align: text-top;
	width: 80px;
	height: 80px;
	border-radius: 6px;
}

.com-pad span {
	font-size: 18px;
}

.com-pad .img-qq {
	width: 30px;
	margin-left: 10px;
}

.txt-ali-right {
	text-align: right;
}


.go-top {
	width: 33px;
	height: 33px;
	text-align: center;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 9999;
}

.icon-arrow-up {
	box-sizing: border-box;
	position: relative;
	width: 0;
	height: 0;
	border-right: .9em solid transparent;
	border-bottom: .9em solid #2f96b4;
	border-left: .9em solid transparent;
}

.icon-arrow-up:after {
	content: "";
	position: absolute;
	left: 50%;
	top: .7em;
	margin-left: -.45em;
	/*宽度的一半，结合 left:50%;
	使用*/
	width: .9em;
	height: 1.3em;
	background-color: #2f96b4;
}

.back-to {
	bottom: 35px;
	overflow: hidden;
	position: fixed;
	right: 10px;
	width: 110px;
	z-index: 999;
}

.back-to .back-top {
	background: url("http://static.wetui.com/img/page-back-top.png") no-repeat scroll 0 0 transparent;
	display: block;
	float: right;
	height: 50px;
	margin-left: 10px;
	outline: 0 none;
	text-indent: -9999em;
	width: 50px;
}

.back-to .back-top:hover {
	background-position: -50px 0
}

.com-pad button {
	background: none;
	border: none;
}

.nav img {
	width: 30px;
	margin-right: 5px;
}

.nav-info small {
	margin: 0;
}

.nav-info li {
	text-align: left;
	padding-left: 10px;
}