@charset "utf-8";
/* CSS Document */
* {
  padding: 0;
  margin: 0;
}

img {
  object-fit: cover;
}

ul,
li,
h1,
h2,
h3,
p {
  padding: 0;
  margin: 0;
  list-style: none;
}
a {
  text-decoration: none;
  color: #000;
}
img {
  max-width: 100%;
}
.body {
  /* background: #ffffcc; */
  font-size: 16px;
  margin: 0 auto;
  width: 1200px;
  line-height: 25px;
}
.clear {
  clear: both;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.contain {
  width: 1200px;
  margin: 0 auto;
}
.menu li {
  list-style: none;
}
.logo {
  width: 200px;
  float: left;
  margin-top: 10px;
  padding-left: 20px;
}
.logo img {
  width: 100%;
}

/* 轮播图 */
.wrap img {
  width: 1200px;
  height: 600px;
}
.wrap {
  margin: 0 auto;
  width: 1200px;
  height: 600px;
  position: relative;
}
/* 子绝父相 */
li {
  list-style: none;
}
.slider {
  width: 1200px;
  height: 600px;
  position: relative;
  padding: 0;
}
/* 淡出效果 */
.item {
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 40px;
  opacity: 0;
  transition: all 2s;
}

.slbtn {
  top: 50%;
  width: 40px;
  height: 60px;
  position: absolute;
  /* border-radius: 50%; */
  z-index: 9999;
  font-size: 30px;
  background-color: rgb(156, 156, 156);
  opacity: 0.3;
  border: 0;
}
.slbtn:hover {
  background-color: rgba(85, 84, 84, 0.9);
}
#gopre {
  left: 20px;
}
#gonext {
  right: 20px;
}
/* 两个类名,中间不要逗号 */
.item.active {
  z-index: 100;
  opacity: 1;
}
.pointlist {
  padding: 0;
  list-style: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  z-index: 100;
  text-align: center;
}

.point.active {
  background-color: rgb(253, 253, 253);
  opacity: 1;
}

.point {
  /* 小手形状 */
  cursor: pointer;
  float: left;
  bottom: 20px;
  margin-left: 20px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: rgb(250, 246, 246);
  opacity: 0.5;
}

.banner .contain {
  display: table;
  height: 600px;
}
.banner .contain h1 {
  font-size: 40px;
  padding: 40px 0;
}
.banner div div {
  display: table-cell;
  vertical-align: middle;
}
.banner img {
  display: block;
}
.banner .btn {
  background: #fff;
  display: inline-block;
  padding: 10px 30px;
  font-size: 18px;
  margin-top: 50px;
  color: #555;
}
.banner .btn:hover {
  color: #fff;
  background: #009999;
}
.head {
  z-index: 5;
  position: relative;
  background: #D5C8AF;
}

.menu {
  text-align: center;
  float: right;
  margin-top: 20px;
  padding-right: 20px;
}
.menu li a {
  padding: 10px 20px;
  font-size: 18px;
  color: #fff;
}
.menu li {
  float: left;
  padding: 30px 0;
}
.menu li a:hover {
  color: rgb(84, 85, 73);
}
.xuan {
  padding: 20px 0;
  background: #fff;
}
.xuan li {
  height: 200px;
  position: relative;
  box-shadow: 0px 0px 5px #888888;
  width: 33.33%;
  float: left;
}
.xuan li span {
  width: 240px;
  border-radius: 200px;
  position: absolute;
  left: 0;
  top: 0;
  height: 200px;
  display: inline-block;
}
.xuan li span img {
  width: 200px;
  height: 200px;
  opacity: 1;
}
.xuan li span img:hover {
  box-shadow: rgb(255, 255, 255) 0px 10px 10px;
  opacity: 0.8;
}
.xuan li div {
  margin-left: 220px;
  margin-right: 40px;
  width: 160px;
}
.xuan li div p {
  line-height: 25px;
  font-size: 14px;
}
.xuan li div h3 {
  padding: 20px 0;
  font-size: 24px;
  font-weight: normal;
}

.content {
  font-size: 14px;
  display: inline-block;
  padding-bottom: 10px;
  width: 100%;
}

.contact {
  background: url(../images/9.jpg) no-repeat center center;
  background-size: cover;
  height: 400px;
  width: 100%;
}
.contact .contain {
  display: table;
  height: 400px;
  width: 1100px;
  line-height: 40px;
}
.contact .contain div {
  display: table-cell;
  vertical-align: middle;
}
.contact .contain div a {
  background-color: rgba(253, 165, 31, 1);
  color: #000;
  display: inline-block;
  font-size: 18px;
  padding: 5px 20px;
  border: #000 solid 2px;
}
.contact .contain div h2 {
  font-weight: normal;
  color: rgb(156, 0, 0);
  margin-left: 30px;
  line-height: 60px;
  letter-spacing: 3px;
  font-size: 30px;
}
.contact .contain div p {
  font-size: 18px;
  padding: 20px 0;

  margin-left: 30px;
}
.contact .contain div a:hover {
  background: #cc6633;
}

.god {
  font-size: 18px;
  background: #D5C7AE;
  /* padding: 40px 0; */
  width: 100%;
  margin: 0 auto;
}
.god p {
  padding: 20px 40px;
  color: white;
}

.wenan {
  width: 500px;
  height: 250px;
  float: left;
  margin-top: 20px;
}
.form {
  width: 600px;
  float: right;
  height: 300px;
  margin-top: 20px;
}
.wenan li {
  list-style: square;
  font-size: 18px;
  line-height: 50px;
  color: rgb(161, 46, 46);
}
#name {
  width: 225px;
  padding: 0 5px;
  height: 30px;
  border-radius: 5px;
  border: 1px solid rgb(153, 41, 41);
  background-size: 20px;
}
#code {
  width: 100px;
  padding: 0 5px;
  height: 30px;
  margin-top: 20px;
  border-radius: 5px;
  border: 1px solid rgb(165, 42, 42);
  background-size: 30px;
}
#phone {
  width: 225px;
  padding: 0 5px;
  height: 30px;
  border-radius: 5px;

  margin-left: 20px;
  border: 1px solid rgb(155, 34, 34);
  background-size: 20px;
}
#message {
  width: 490px;
  padding: 4px 5px;
  height: 90px;
  border-radius: 5px;
  margin-top: 20px;
  padding: 9px 10px;
  border: 1px solid rgb(179, 35, 35);
  background-size: 20px;
}
::placeholder {
  padding: 0 10px;
  font-size: 14px;

  line-height: 10px;
}

button {
  width: 120px;
  height: 35px;
  margin-left: 20px;
  color: white;
  background-color: rgb(46, 46, 46);
  border: none;
}
#post {
  background-color: coral;
}
#post:hover,
button:hover {
  background-color: rgb(152, 185, 3);
}

footer {
  height: 300px;
  width: 100%;
  background: linear-gradient(
      #f9f6e0e6,
      #D5C8AF
    ),
    url("../images/6.jpg") no-repeat;
  background-size: 100%;
}
footer .foot {
  /* margin-top: 0px; */
  clear: both;
  padding: 30px 0;
  width: 700px;
  margin: 0 auto;
  /* text-align: center; */
  position: relative;
}
.txt {
  /* width: 200px; */
  margin-top: 50px;
  font-size: 20px;
  line-height: 50px;
}
.foot img {
  float: right;
  margin-top: -140px;
}
.btn {
  background-color: coral;
  border-radius: 40px;
  color: #fff;
  display: inline-block;
  padding: 10px 30px;
  font-size: 16px;
  margin-top: 20px;
}
.btn:hover {
  background: rgb(206, 76, 29);
}
.inbanner {
  width: 100%;
  text-align: center;
}
.inbanner .contain {
  display: table;
  height: 200px;
}
.inbanner .contain div {
  color: #fff;
  display: table-cell;
  vertical-align: middle;
  padding: 0 20px;
}
.imgc {
  width: 37%;
  margin-left: 100px;
  margin-right: 50px;
}

.title {
  text-align: center;
  color: #f00;
  padding: 10px;
}
.fl {
  float: left;
}

.imgs li {
  width: 20%;
  text-align: center;
  margin: 5px 0;
  float: left;
}
.imgs li img {
  width: 95%;
  height: 200px;
  margin: 0 auto;
}
.imgs ul {
  margin-left: -12px;
  margin-right: -12px;
}

.list li {
  width: 33.33%;
  text-align: center;
  margin: 10px 0;
  padding-bottom: 20px;
  float: left;
}
.list li div {
  width: 90%;
  margin: 0 auto;
  background-color: #F8F3E9;
  padding: 30px;
}
.list li img {
  width: 100%;
  object-fit: cover;
  height: 300px;
}
.list ul {
  margin-left: -12px;
  margin-right: -15px;
}
.list li h3 {
  font-size: 20px;
  font-weight: normal;
  text-align: left;
  padding: 20px 0;
}
.list li p {
  text-align: left;
  line-height: 24px;
  color: #777;
}

.bar {
  clear: both;
  font-size: 24px;
  padding: 30px;
  text-align: center;
}
.bar h3 {
  font-weight: normal;
  letter-spacing: 5px;
  color: #990000;
  padding-bottom: 10px;
}
.bar span {
  color: #0bb3a3;
}
.bar p {
  font-size: 20px;
  color: #ff6633;
  margin-top: 20px;
}

#div1 ul li {
  float: left;
  width: 200px;
  height: 190px;
  list-style: none;
}

#div1 {
  /* width: 1000px; */
  height: 240px;
  margin: 0px auto;
  position: relative;
  background: #F9F3E9;
  overflow: hidden;
  text-align: center;
}

#div1 span {
  text-align: center;
  line-height: 28px;
}

#div1 ul {
  position: absolute;
  left: 0;
  top: 0;
}
