*{
	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%;
	min-width: 900px;
	height: 108px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #49A653;
	/* position: sticky;
	top: 0; */
	z-index: 10;
}
.logo{
	width: 319px;
}
.head_nav_warp{
}
.head_nav_warp .head_nav{
}
.head_nav_warp .head_nav li{
	height: 108px;
	margin-left: 44px;	
	line-height: 16px;
	position: relative;
}
.head_nav_warp .head_nav li a{
	font-family: PingFangSC, PingFang SC;
	font-size: 21px;
	color: #FFFFFF;
	line-height: 108px;
	text-align: center;
	font-style: normal;
}
.head_nav_warp .head_nav li span{
	display: block;
	width: 100%;
	height: 3px;
	border-radius: 2px;
	background: #fff;
	visibility: hidden;
	position: absolute;
	bottom: 0;
}
.head_nav_warp .head_nav li.select a{
	font-weight: 600;
}
.head_nav_warp .head_nav li.select span{
	visibility: visible;
}

.head_nav_warp .head_nav li a:hover{
	color: #49A653;
}

.img_wrap{
	width: 100%;
}

.img_wrap img{
	width: 100%;
	display: block;
}

.about_img{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	top: -180px;
}

.about_img img{
	width: 1280px;
}

.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;
}