*{
	margin: 0 auto;
	padding: 0;
}
body{
	background: #fff;
	color: #666;
	font-size: 14px;
}
li{
	list-style: none;
	float: left;
}
a{
	text-decoration: none;
}
.hidden{
	display: none;
}
.clearfix:after {
    content: "\200B";
    display: block;
    height: 0;
    clear: both;
}
.head{
	width: 100%;
	height: 568px;
	position: relative;
}
.banner{
	width: 100%;
	height: 568px;
}
.head_nav_warp{
	width: 960px;
	position: absolute;
	top: 12px;
	left: 50%;
	margin-left: -480px;
	overflow: hidden;
}
.head_nav_warp .logo_title{
	width: 140px;
	height: 46px;
	float: left;
}
.head_nav_warp .logo_title img{
	width: 100%;
}
.head_nav_warp .head_nav{
	float: right;
	min-width: 460px;
	line-height: 46px;
}
.head_nav_warp .head_nav li{
	margin-left: 44px;
	padding: 0 20px;
	height: 26px;
	line-height: 26px;
	margin-top: 10px;
	position: relative;
}
.head_nav_warp .head_nav li a{
	color: #0F121A;
	font-size: 16px;
}
.head_nav_warp .head_nav li span{
	display: block;
	width: 24px;
	height: 4px;
	border-radius: 2px;
	background: #0036ff;
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -12px; 
	visibility: hidden;
}
.head_nav_warp .head_nav li.select{
	visibility: visible;
	background-color: #FAE850;
	border-radius: 15px;
}

/* .head_nav_warp .head_nav li a:hover{
	color: #FAE850;
} */
.footer{
	width: 100%;
	height: 202px;
	background: url("../image/footer_bg.png")/*tpa=http://goateen.com/images/footer_bg.png*/;
	margin-top: 120px;
}
.footer_content{
	width: 840px;
}
.footer_content ul{
	width: 400px;
	height: 38px;
	padding-top: 45px;
}
.footer_content ul li{
	margin: 0 45px;
}
.footer_content ul li a{
	display: block;
	width: 108px;
	height: 36px;
	border-radius: 4px;
	border: 1px solid #6874ba;
	line-height: 36px;
	text-align: center;
	font-size: 16px;
	color: #6874ba;
}
.footer_content ul li a:hover{
	border: 1px solid #bec7ff;
	color: #bec7ff;
}
.footer_content .company_name{
	height: 28px;
	line-height: 28px;
	font-size: 14px;
	color: #81828a;
	margin-top: 16px;
	text-align: center;
}
.footer_content .company_reg{
	height: 28px;
	line-height: 28px;
	font-size: 14px;
	color: #81828a;
	margin-top: 16px;
}
.footer_content .company_reg .copybar{
	float: left;
}
.footer_content .company_reg .regNum{
	margin-left: 90px;	
	color: #81828a;
}
.friendLink{
	width: 104px;
	height: 26px;
	line-height: 26px;
	border-radius: 4px;
	border: 1px solid #81828a;
	text-align: center;
	font-size: 14px;
	color: #81828a;
	float: right;
	cursor: pointer;
}
.friendLink:hover{
	border: 1px solid #6874ba;
	color: #6874ba;
}
.friendLink span{
	display: inline-block;
	width: 9px;
	height: 5px;
	background: url("../image/down.png")/*tpa=http://goateen.com/images/down.png*/;
	margin-left: 6px;
	vertical-align: middle;
}
.friendLink:hover span{
	background: url("../image/down_h.png")/*tpa=http://goateen.com/images/down_h.png*/;
}
#toTop{
	width: 40px;
	height: 40px;
	background: url("../image/toTop.png")/*tpa=http://goateen.com/images/toTop.png*/;
	position: fixed;
	right: 30px;
	bottom: 30px;
	cursor: pointer;
	display: none;
}


.jiazhang_banner{
	background: url("../image/bg4.jpg")/*tpa=http://goateen.com/images/bg4.jpg*/;
}
.dispute_banner{
	background: url("../image/bg5.jpg")/*tpa=http://goateen.com/images/bg5.jpg*/;
}
.care_content{
	width: 840px;
	margin-top: 50px;
}
.care_content p {
	text-indent: 20px;
	line-height: 28px;
}
.care_content h1{
	font-size: 20px;
    color: #333;
    margin-bottom: 20px;
    text-align: center;
}
.care_content h4{
	font-size: 16px;
    color: #333;
    margin-top: 20px;
    margin-bottom: 20px;
}


.dispute_content{
	width: 840px;
	margin-top: 50px;
}
.dispute_content p {
	text-indent: 20px;
	line-height: 28px;
}
.dispute_content h1{
	font-size: 20px;
    color: #333;
    margin-bottom: 20px;
    text-align: center;
}
.dispute_content h4{
	font-size: 16px;
    color: #333;
    margin-top: 20px;
    margin-bottom: 20px;
}