*{
	margin: 0px;
	padding: 0px;
}
body{
	/*background-color: #fff;*/
	font-family:"微软雅黑";
}
.container{

	width: 100%;
	height: 100px;
}
.container .logo{
	display: inline-block;
	width: 400px;
	margin-top: 20px;
	margin-left: 180px;

}
.container .word{
	display: inline-block;
	margin-right: 100px;
	float: right;
	vertical-align: top;
	margin-top: 33px;
	padding-left: 5px;

}
.container .word li{

	display: inline-block;
	font-size: 23px;
	color: rgb(90,22,25);
	font-weight:bold;

}
element.style {
    line-height: 1.4em;
}
.content{
	margin: 0px auto;
	width: 100%;
	height: 460px;
	background-color: rgb(248,245,244);

}
.content_wrapper .content_01{
	width: 700px;
	display: inline-block;

}
.content_wrapper{
	margin-top: 5px;
}
.content_wrapper .content_img{
	margin-left: 370px;
	margin-top: 80px;
	vertical-align: top;
}
.content_wrapper .content_img img{
	height: 130px;
}
.content_wrapper .content_p{
	width: 500px;
	margin-left: 200px;
	margin-top: 20px;
	/*line-height: 20px;*/
	vertical-align: top;
	color: rgb(90,22,25);
}
.content_wrapper .content_p p{
	line-height: 35px;
	text-indent: 20px;
}
.content_wrapper .content_p a{
	text-decoration: none;
	color: rgb(90,22,25);
}
.content_wrapper .content_02{
	margin-left: 100px;
	width: 300px;
	display: inline-block;
	margin-top: 30px;
/*	border: 1px solid blue;*/
	vertical-align: top;
}
.content_wrapper1{
	margin-top: 20px;
	text-align: center;
}
.content_wrapper1 .vip{
	margin-top: 30px;
	width: 300px;
	height: 60px;
	border: none;
	font-size: 20px;
	color: white;
	cursor: pointer;
	border-radius: 3px;
	background-color: #64B5F6;
	box-shadow: 0px 2px 3px #64B5F6;
}
.content1{
	height: 300px;
	width: 100%;
	display: inline-block;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;

}
.content_wrapper1 .img01,.content_wrapper1 .img02{
	display: inline-block;
}
.content_wrapper1 .img01 img{
	width: 400px;
	height: 400px;
}
.content_wrapper1 .img02 img{
	width: 400px;
	height: 400px;
	margin-left: -4px;
}
.footer{
	width: 100%;
	height: 160px;
	background-color: #f5f5f5;
	/*padding-bottom: 10px;*/
	border-top: 1px solid #dfdfdf;
}
.bottom{
	width: 80%;
	margin: 0 auto;
	height: 100px;
	margin-top: 30px;
	border-top: 1px solid rgb(248,245,244);
}
.bottom .address{
	width: 33.33333%;
	float: left;
}
.bottom .address ul{
	border-right: 1px solid darkgray;
}
.bottom .address:last-child ul{
	border-right: none;
}
.bottom .address li{
	list-style: none;
	height: 22px;
	line-height: 22px;
	font-size: 12px;
	padding-left: 50px;
}
.bei{
	/*margin-top: 10px;*/
	/*margin-bottom: 20px;*/
	text-align: center;
	clear: left;
	font-size: 11px;
}
