* {
  padding: 0;
  margin: 0;
  list-style: none;
}
.clearfix {
  clear: both;
}
body {
  background: #fdf9e2;
  background: url(../images/sz.jpeg);
}
div {
  box-sizing: border-box;
}
p,
h1,
h2,
h3,
h4 {
  font-weight: 300;
}
a {
  display: inline-block;
  color: #333;
  text-decoration: none;
  font-weight: 300;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
hr {
  color: #c8b977;
  width: 60%;
}
header form {
  font-size: 20px;
}
#div1 {
  background-image: url(../images/banner.jpg);
  height: 600px;
  background-size: cover;
  position: relative;
}
#div2 {
  position: relative;
  background-color: #f4f4f4;
  margin: 50px auto;
}
#div2 article {
  width: 400px;
  padding: 50px 100px;
}
#div2 img {
  border-radius: 50%;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 400px;
}
#div2 span {
  color: red;
  text-transform: uppercase;
}
#div2 h3 {
  color: crimson;
}
#div3 {
  width: 900px;
  margin: 0 auto;
}
#div3 p {
  cursor: pointer;
  margin-bottom: 20px;
  transition: 0.2s;
}
#div3 p:hover {
  color: red;
}
#div3 img {
  float: left;
  width: 400px;
  margin-right: 20px;
  margin-top: 20px;
  border-radius: 6px;
}
.search {
  width: 500px;
}
.search {
  width: 800px;
}
.box {
  width: 1200px;
  margin: 0 auto;
  background: #fff;
}
header {
  width: 100%;
  padding: 20px 30px;
  box-sizing: border-box;
  position: relative;
}
header .h1 {
  position: absolute;
  left: 30%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 50px;
  letter-spacing: 2px;
  color: #c8b977;
  cursor: pointer;
  font-weight: 300;
}
header .time1 {
  font-weight: 300;
  font-size: 14px;
  position: absolute;
  right: 80px;
  bottom: 20px;
  cursor: default;
  display: block;
  width: 240px;
  transition: 0.2s;
}
header .time1:hover {
  background: #000;
  color: #fff;
}
header .time2 {
  font-weight: 300;
  font-size: 18px;
  position: absolute;
  left: 60%;
  top: 50%;
  transform: translateY(-50%);
  cursor: default;
  display: block;
  width: 320px;
  transition: 0.2s;
}
header .time2:hover {
  background: #000;
  color: #fff;
}
header .left {
  float: left;
}
header .right {
  float: right;
  margin-right: 50px;
  margin-top: 20px;
  height: 30px;
  width: 240px;
  border: 2px solid #000;
  position: relative;
}
header .right a {
  display: block;
  width: 70px;
  height: 29px;
  line-height: 29px;
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 14px;
  position: absolute;
  top: -1px;
  right: -1px;
}
header .right input {
  width: 160px;
  height: 25px;
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  outline: none;
  padding: 0 5px;
}
nav {
  display: block;
  width: 100%;
  height: 60px;
  background: #000;
}
nav ul {
  width: 100%;
  height: 100%;
}
nav ul li {
  width: 33.3%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  float: left;
  color: #fff;
  transition: 0.2s;
  position: relative;
}
nav ul li a {
  font-size: 18px;
  color: #fff;
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  transition: 0.2s;
}
nav ul li a:hover {
  font-size: 20px;
  cursor: pointer;
  background: #c8b977;
}
nav ul li .mask {
  width: 100%;
  position: absolute;
  z-index: 100000;
  background: #000;
  display: none;
}
nav ul li .mask a:hover {
  background: #c8b977;
}
nav ul .active {
  background: #c8b977;
}
#div1 article {
  position: absolute;
  left: 0;
  width: 400px;
  height: 300px;
  color: #eee;
  background: rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  padding: 40px;
}
#div1 article h1 {
  font-weight: 300;
  cursor: default;
}
#div1 article p {
  line-height: 2;
  font-weight: 300;
  cursor: default;
}
.title {
  font-weight: 300;
  text-align: center;
  width: 100%;
  padding: 30px 0;
}
.title h2 {
  display: block;
  text-align: center;
  color: #c8b977;
  height: 60px;
  line-height: 60px;
  font-size: 30px;
  letter-spacing: 3px;
}
.title .line {
  width: 100px;
  height: 3px;
  background: #c8b977;
  margin: 0 auto;
  margin-bottom: 10px;
}
.title span {
  display: block;
  width: 800px;
  margin: 0 auto;
  margin-top: 10px;
  color: #999;
  line-height: 1.5;
  font-size: 14px;
  text-indent: 2em;
}
p {
  line-height: 1.5;
  text-align: justify;
}
#div6 p {
  margin-bottom: 10px;
}
.main-info {
  width: 880px;
  margin: 0 auto;
}
.main-info h2 {
  margin-bottom: 20px;
}
.main-info p {
  margin-bottom: 10px;
}
.main-info img {
  width: 400px;
  border-radius: 10px;
}
.tuijian1 {
  width: 100%;
  background-color: #f4f4f4;
  margin-top: 40px;
  padding: 40px 0;
}
.tuijian1 .tuijian-text {
  width: 400px;
}
.desc {
  width: 600px;
  margin: 0 auto;
}
.desc p {
  text-align: center;
}
.tuijian2 {
  width: 100%;
  background-color: #f4f4f4;
  margin-top: 40px;
  padding: 40px 0;
  text-align: center;
}
.tuijian2 .tuijian-text h3 {
  font-size: 20px;
  margin: 10px 0;
}
.tuijian2 .tuijian-text p {
  font-size: 16px;
  line-height: 1.8;
}
.tuijian2 img {
  width: auto;
  height: 400px;
  margin: 0 20px;
  margin-bottom: 20px;
}
.chapin {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 30px;
}
.chapin .chapin-info {
  float: left;
  width: 30%;
  height: 600px;
  background: #f4f4f4;
  margin-right: 20px;
  margin-left: 20px;
  transition: 0.3s;
  margin-bottom: 20px;
}
.chapin h2 {
  margin-bottom: 10px;
  text-align: center;
}
.chapin p {
  text-indent: 2em;
  margin-bottom: 10px;
  font-size: 14px;
  padding: 0 30px;
  line-height: 1.5;
}
.chapin .img {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
.chapin .img img {
  transition: 0.3s;
  width: 100%;
}
.chapin .chapin-info:hover {
  background: #c8b977;
  cursor: pointer;
  color: #fff;
}
.chapin .chapin-info:hover img {
  transform: scale(1.2);
}
footer {
  margin-top: 40px;
  width: 100%;
  display: block;
  box-sizing: border-box;
  background: #000;
  color: #fff;
  padding: 40px;
}
footer .footer-main {
  width: 880px;
  margin: 0 auto;
}
footer .left_footer {
  width: 300px;
  height: 150px;
  float: left;
}
footer .left_footer img {
  width: 60px;
  margin-top: 20px;
  margin-right: 10px;
}
footer .center_footer {
  width: 300px;
  float: left;
}
footer .center_footer p {
  font-size: 18px;
  margin-bottom: 20px;
}
footer .center_footer li {
  list-style: none;
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 5px;
}
footer .center_footer li {
  margin-bottom: 4px;
}
footer .right_footer {
  width: 200px;
  height: 150px;
  float: left;
}
footer .right_footer li {
  margin-bottom: 15px;
  list-style: none;
}
footer .right_footer a {
  color: white;
  font-family: "微软雅黑";
  font-size: 14px;
}
footer .right_footer a:hover {
  color: #fd5050;
}
li {
  list-style: none;
}

.shell {
  /* 修改轮播宽高 */
  width: 1200px;
  height: 500px;
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0px auto;
}

.images_l {
  height: 100%;
  display: flex;
  position: absolute;
  left: 0;
  transition: 0.3s;
}

.img_l {
  width: 100%;
  height: 100%;
  background-size: cover;
}

.min_l_box {
  display: flex;
  position: absolute;
  bottom: 20px;
  width: 100%;
  z-index: 100;
}

.min_l {
  width: 10px;
  height: 10px;
  background: #fff;
  cursor: pointer;
  border-radius: 10px;
  background-size: cover;
  background-position: -20px 0;
  opacity: .5;
  margin-left: 10px;
}

.button_l {
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  justify-content: space-between;
  user-select: none;
}

.button_l em {
  background-color: #ffffff47;
  line-height: 0px;
  display: inline-block;
  padding: 30px 10px 30px 10px;
}

.button_left,
.button_right {
  display: flex;
  height: 100%;
  font-size: 50px;
  align-items: center;
  justify-content: center;

}