* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
}
.banner img{
  width:100%;
}
.container {
  		position: relative;
            background: url(../imgs/bodyBg2.jpg) repeat-y center;
			background-size:100% auto;
}
.container h1 {
  font-size: 50px;
  color: #c98d59;
  margin:60px 0;
  font-weight: bold;
  text-decoration: underline;
  text-transform: uppercase;
}
ul,
li {
  list-style: none;
}
a {
  text-decoration: none;
}
a::before {
  color: inherit;
}
.trans {
  transition: all 0.3s ease-in;
}
/* 顶部 */
.top-area {
  background: #fff;
  width: 100%;
  height: 680px;
  overflow: hidden;
  position: relative;
}


/* 内容盒子*/
.contentBox {
  padding: 0 100px;
  	width: 1200px;
			margin: 0 auto;
}
.contentBox h2 {
  font-size: 50px;
  color: #000;
  margin-bottom: 60px;
  line-height: 1.3;
  text-align: left;
  font-weight: normal;
}
.content {
  line-height: 1.3;
  font-family: arial;
  margin-bottom: 60px;
}
.content p {
  font-family: arial;
  margin-bottom: 30px;
  font-size: 30px;
  color: #000;
  line-height: 1.5;
}
