* {
  margin: 0;
  padding: 0;
  font-family: "微软雅黑";
  font-family: 16px;
}
a {
  text-decoration: none;
}

li {
  list-style: none;
}
img {
    border: 0!important;
}
a,li,button,img:hover {
    cursor: pointer;
}
.clearfix{
	clear: both;
	zoom: 1;
}

/*header*/
.header{
	height: 522px;
	width: 100%;
	background-image: url('../img/header_bg.png');
	background-repeat: no-repeat;
	background-position: center;
}

/*container*/
.container{background-color: #eceeef;}
.menu{
	background-image: url('../img/nav_bg.png');
	background-repeat: repeat;
	height: 100px;
	width: 100%;
}
.nav{
	width: 952px;
	margin: 0 auto;
}
.nav ul li {
	float: left;
	margin: 20px 50px;
}
.nav ul li a{
	font-size: 24px;
	color: #fff;
}
.btn-apply{
	float: right;
  margin: 15px 40px 20px 0;
}
.btn-apply a {
	display: inline-block;
	width: 158px;
	height: 48px;
	line-height: 48px;
	background-color: #fff;
	font-size: 24px;
	text-align: center;
	color: #5c4a37;
	border-radius: 5px;
}
.btn-apply a img{vertical-align: middle;}

/*main*/
.main{
	width: 952px;
	margin: 0 auto;
}

.daoyu {
	height: 279px;
	background-image: url('../img/daoyu.png');
	background-repeat: no-repeat;
}
.daoyu div{padding: 85px 50px 30px;}
.daoyu p{
	line-height: 32px;
	font-size: 17px;
	color: #808080;
       font-weight:  600;
}

.item{margin: 10px 0;}

/*footer*/
.footer {
  width: 100%;
  height: 150px;
  background-color: #292929;
  margin-top: 40px;
  color: #787878;
}
.footer-center {
  width: 1000px;
  margin: 0 auto;
  padding-top: 20px;
  _padding-top: 20px ;
  text-align: center;
  font-size: 14px;

}
.footer p {
  line-height:35px ;
}
.button {
  width:60px;
  height:20px;
  background-color: red;
  color:#ffffff;
  border: none;
  text-align: center;
  line-height: 20px;
}

.gotTop{
	width: 72px;
	height: 68px;
	background-color: #fff;
	border: 1px solid #c4c4c4;
	z-index: 1000;
	position: fixed;
	bottom: 194px;
	right: 20%;
	display: none;
	border-radius: 5px;
}
.gotTop a{
	display: block;
  margin: 0 auto;
  height: 68px;
  text-align: center;
  vertical-align: middle;
}
.gotTop a img{margin-top: 10px;}

table {
	border-collapse: collapse;
  border: 4px solid #e4e4e4;
  width: 100%;
  max-width: 100%;
}
table>tbody>tr>td{
  padding: 8px;
  line-height: 2;
  vertical-align: middle;
  font-size:16px;
  border: 4px solid #e4e4e4;
  color: #535353;
}
.table1>tbody>tr>td:first-child{
	color:#ffb040;
	font-weight:bold;
	text-align:center;
}


table.table2>{border: 2px solid #e4e4e4;}
table.table2>tbody>tr>td{
	border: 1px solid #7e7e7e;
	line-height: 1;
}
table.table2>tbody>tr:first-child>td{
	text-align: center;
	font-size: 18px;
}
.table2>tbody>tr>td b{margin-left: 20px;}
.blank{margin-left: 5px;}

@media screen and (max-width:720px) and (min-width:320px){
	.liucheng img{
		width: 952px;
		height: 500px;
	}
}