* {
  margin: 0;
  padding: 0;
}

html,
body {
  width: 100%;
  height: 100%;
}

a,
li,
p,
span {
  list-style: none;
  color: #666;
  font-size: 16px;
  text-decoration: none;
}

a:hover {
  text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

input,
textarea {
  outline: none;
  border: none;
}

body::-webkit-scrollbar {
  width: 1px;
  height: 0px;
}

body::-webkit-scrollbar-thumb {
  width: 1px;
  background-color: #cca772;
}

@font-face {
  font-family: Anto;
  src: url('../font/PlayfairDisplay-Bold-4.ttf');
}

body {
  font-family: "Anto";
}

.family {
  font-family: '微软雅黑';
}

.whole {
  overflow: hidden;
}

.unite {
  width: 1700px;
  max-width: 90%;
  margin: auto;
  padding: 70px 0;
}

.header {
  background-color: #f9f9f9;
  z-index: 1111;
}

.header .header_head {
  border-bottom: 1px solid #f0f0f0;
}

.header .header_head .head {
  width: 1700px;
  max-width: 90%;
  margin: auto;
  padding: 15px 0;
}

.header .header_head .head .logo a {
  display: block;
}

.header .header_head .head .logo a img {
  height: 85px;
}

.header .header_head .head .logo a span {
  font-size: 35px;
  margin-left: 10px;
  color: #231816;
}

.header .header_head .head .tel_email .tel_email_box {
  margin-left: 15px;
}

.header .header_head .head .tel_email .tel_email_box img {
  display: block;
  margin-right: 10px;
}

.header .header_head .head .tel_email .tel_email_box .text span {
  color: #777;
  font-weight: 600;
  font-weight: bold;
}

.header .header_head .head .tel_email .tel_email_box .text p {
  color: #231816;
  margin-bottom: 0;
  font-weight: 600;
}

.header .header_menu {
  background-color: #f9f9f9;
  width: 100%;
  z-index: 111111;
}

.header .header_menu .menu {
  width: 1700px;
  max-width: 90%;
  margin: auto;
}

.header .header_menu .menu .menu_ul {
  margin-bottom: 0;
  height: 100%;
  position: relative;
}

.header .header_menu .menu .menu_ul .menu_bg>a {
  color: #cca772 !important;
}

.header .header_menu .menu .menu_ul li {
  padding: 15px 0;
}

.header .header_menu .menu .menu_ul li:hover .sort {
  display: block;
}

.header .header_menu .menu .menu_ul li a {
  color: #231816;
  font-weight: 600;
  font-weight: bold;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
}

.header .header_menu .menu .menu_ul li a:hover {
  color: #cca772;
}

.header .header_menu .menu .menu_ul li .sort {
  display: none;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 100%);
  width: 50%;
  z-index: 111;
  background-color: #f9f9f9;
}

.header .header_menu .menu .menu_ul li .sort .sort_box .sort_list {
  flex: 1;
}

.header .header_menu .menu .menu_ul li .sort .sort_box .sort_list ul li {
  padding: 0;
}

.header .header_menu .menu .menu_ul li .sort .sort_box .sort_list ul li:hover {
  background-color: #fff;
}

.header .header_menu .menu .menu_ul li .sort .sort_box .sort_list ul li:hover a {
  color: #cca772;
}

.header .header_menu .menu .menu_ul li .sort .sort_box .sort_list ul li a {
  display: block;
  padding: 15px;
}

.header .header_menu .menu .menu_ul li .sort .sort_box .sort_img {
  flex: 1;
}

.header .header_menu .menu .menu_ul li .sort .sort_box .sort_img img {
  width: 100%;
}

.header .header_menu .menu .quote {
  background-color: #cca772;
  display: inline-block;
  padding: 5px 10px;
  color: #fff;
  border-radius: 10px;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  font-weight: bold;
}

.header .header_menu .menu .quote:hover {
  background-color: initial;
  color: #cca772;
}

.banner {
  max-width: 1920px;
  margin: auto;
  position: relative;
}

.banner img {
  width: 100%;
}

.banner .banner_text {
  position: absolute;
  left: 0;
  top: 30%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
}

.banner .banner_text span {
  font-size: 90px;
  margin-bottom: 50px;
  color: #fff;
}

.banner .banner_text p {
  font-size: 40px;
  color: #fff;
  margin-bottom: 100px;
}

.banner .banner_text a {
  display: inline-block;
  padding: 10px 30px;
  border: 1px solid #cca772;
  color: #fff;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
}

.banner .banner_text a:hover {
  background-color: #cca772;
}

.banner .active .banner_text {
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  top: 50%;
}

.title_2 {
  text-align: center;
}

.title_2 span {
  font-size: 40px;
  display: inline-block;
  padding-bottom: 15px;
  margin-bottom: 70px;
  font-weight: bold;
  color: #231816;
  position: relative;
}

.title_2 span::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 50%;
  height: 3px;
  background-color: #cca772;
}

.product_2 {
  background: url(../img/pro_bg.jpg);
  background-position: center center;
  background-size: cover;
}

.product_2 .unite {
  width: 1700px;
}

.product_2 .unite .pro {
  display: block;
  margin-bottom: 30px;
}

.product_2 .unite .pro .pro_img_box {
  position: relative;
  z-index: 1;
}

.product_2 .unite .pro .pro_img_box:hover::before {
  opacity: 1;
}

.product_2 .unite .pro .pro_img_box:hover .pro_name {
  opacity: 1;
}

.product_2 .unite .pro .pro_img_box:hover .pro_name span::before {
  width: 70%;
}

.product_2 .unite .pro .pro_img_box:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(204, 167, 114, 0.42);
  z-index: -1;
}

.product_2 .unite .pro .pro_img_box::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  opacity: 0;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
}

.product_2 .unite .pro .pro_img_box img {
  width: 100%;
}

.product_2 .unite .pro .pro_img_box .pro_name {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  z-index: 2;
  opacity: 0;
}

.product_2 .unite .pro .pro_img_box .pro_name span {
  color: #fff;
  font-size: 25px;
  display: inline-block;
  position: relative;
  padding-bottom: 10px;
}

.product_2 .unite .pro .pro_img_box .pro_name span::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 0%;
  height: 3px;
  background-color: #fff;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}

.product_2 .unite .pro_btn {
  text-align: center;
}

.product_2 .unite .pro_btn a {
  display: inline-block;
  background-color: #cca772;
  color: #fff;
  padding: 10px 30px;
  border: 1px solid #cca772;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}

.product_2 .unite .pro_btn a:hover {
  background-color: initial;
  color: #cca772;
}

.advantage .ad {
  margin-bottom: 50px;
}

.advantage .advantage_img {
  overflow: hidden;
  border-radius: 15px;
}

.advantage .advantage_img img {
  width: 100%;
}

.advantage .advantage_text p {
  font-size: 16px;
  line-height: 35px;
}

.news_2 {
  background-color: #cca772;
}

.news_2 .unite .title_2 span {
  color: #fff;
}

.news_2 .unite .title_2 span::after {
  background-color: #fff;
}

.news_2 .unite .news_main {
  padding: 30px;
  background-color: #fff;
  border-radius: 15px;
  margin-bottom: 50px;
}

.news_2 .unite .news_main a {
  color: #231816;
  font-size: 18px;
}

.news_2 .unite .news_main a:hover {
  color: #cca772;
}

.news_2 .unite .news_main a:hover h3 {
  color: #cca772;
}

.news_2 .unite .news_main a h3 {
  color: #231816;
  font-size: 25px;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.news_2 .unite .news_main span {
  color: #3c3c3c;
  font-size: 14px;
}

.news_2 .unite .news_main p {
  color: #838181;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.news_2 .unite .news_btn {
  text-align: center;
}

.news_2 .unite .news_btn a {
  display: inline-block;
  padding: 10px 30px;
  border: 1px solid #fff;
  color: #fff;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
}

.news_2 .unite .news_btn a:hover {
  background-color: #fff;
  color: #cca772;
}

.advantage_2 {
  background: url(../img/odds_bg.jpg);
  background-position: center center;
  background-size: cover;
}

.advantage_2 .unite {
  width: 1200px;
}

.advantage_2 .unite .advantage_main {
  padding: 25px 0;
  text-align: center;
}

.advantage_2 .unite .advantage_main .img {
  text-align: center;
  margin-bottom: 40px;
}

.advantage_2 .unite .advantage_main p {
  font-size: 40px;
  color: #e9e4d0;
  margin-bottom: 50px;
}

.advantage_2 .unite .advantage_main span {
  font-size: 23px;
  color: #e9e4d0;
}

.about_3 {
  background-color: #f1f2f3;
}

.about_3 .unite .about_img {
  overflow: hidden;
  border-radius: 15px;
  width: 100%;
}

.about_3 .unite .about_img img {
  width: 100%;
}

.about_3 .unite .about_text h2 {
  font-size: 38px;
  color: #231816;
  margin-bottom: 40px;
}

.about_3 .unite .about_text p {
  line-height: 35px;
}

.about_3 .unite .about_text a {
  margin-top: 30px;
  display: inline-block;
  background-color: #cca772;
  border: 1px solid #cca772;
  color: #fff;
  padding: 10px 30px;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
}

.about_3 .unite .about_text a:hover {
  background-color: initial;
  color: #cca772;
}

.message_1 .unite {
  width: 1400px;
}

.message_1 .unite .title_2 span {
  margin-bottom: 25px;
}

.message_1 .unite .subtitle {
  text-align: center;
  margin-bottom: 70px;
}

.message_1 .unite .form-group {
  margin-bottom: 25px;
}

.message_1 .unite .form-group label {
  display: block;
  font-weight: 600;
  font-weight: bold;
}

.message_1 .unite .form-group label i {
  color: #ff0000;
}

.message_1 .unite .form-group input {
  background-color: #f9f9f9;
  padding: 10px 15px;
  width: 100%;
}

.message_1 .unite .form-group textarea {
  padding: 10px 15px;
  width: 100%;
  background-color: #f9f9f9;
  resize: none;
  height: 150px;
}

.message_1 .unite .form_btn {
  text-align: center;
  margin-top: 25px;
}

.message_1 .unite .form_btn button {
  width: 30%;
  padding: 15px 15px;
  background-color: #cca772;
  border: 1px solid #cca772;
  color: #fff;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
}

.message_1 .unite .form_btn button:hover {
  background-color: initial;
  border: 1px solid #cca772;
  color: #cca772;
}

.footer_2 {
  background-color: #352f2a;
}

.footer_2 .unite {
  width: 1700px;
  border-bottom: 1px solid #534940;
}

.footer_2 .unite .footer_group .footer_title {
  margin-bottom: 25px;
}

.footer_2 .unite .footer_group .footer_title span {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  font-weight: bold;
  position: relative;
  padding-bottom: 10px;
}

.footer_2 .unite .footer_group .footer_title span::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40%;
  height: 3px;
  background-color: #cca772;
}

.footer_2 .unite .footer_group .footer_mian p {
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  margin-bottom: 5px;
}

.footer_2 .unite .footer_group .footer_mian p:hover {
  color: #cca772;
}

.footer_2 .unite .footer_group .footer_mian a {
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
}

.footer_2 .unite .footer_group .footer_mian .about {
  color: #777;
}

.footer_2 .unite .footer_group .footer_mian .about:hover {
  color: #cca772;
}

.footer_2 .unite .footer_group .footer_mian .menu li {
  padding: 0px 0;
}

.footer_2 .unite .footer_group .footer_mian .menu li a {
  color: #777;
}

.footer_2 .unite .footer_group .footer_mian .menu li a:hover {
  color: #cca772;
}

.footer_2 .unite .footer_group .footer_mian .ico {
  margin-top: 15px;
  margin-bottom: 0;
}

.footer_2 .unite .footer_group .footer_mian .ico li a {
  display: inline-block;
  padding: 0 10px;
  background-color: #534e4a;
  margin-right: 5px;
  border-radius: 5px;
}

.footer_2 .unite .footer_group .footer_mian .ico li a:hover i {
  color: #cca772;
}

.footer_2 .unite .footer_group .footer_mian .ico li a i {
  font-size: 30px;
  color: #fff;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
}

.footer_2 .copyright {
  padding: 15px;
  text-align: center;
}

.footer_2 .copyright p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
}

.footer_2 .copyright p a {
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  color: #fff;
  font-size: 14px;
}

.footer_2 .copyright p a:hover {
  color: #cca772;
}

@media only screen and (max-width: 1400px) {
  .banner .banner_text span {
    font-size: 70px;
  }

  .banner .banner_text p {
    font-size: 30px;
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 1300px) {
  .header .header_head .head {
    max-width: 100%;
  }

  .header .header_menu .menu {
    max-width: 100%;
  }
}

@media only screen and (max-width: 1200px) {
  .banner .banner_text span {
    font-size: 50px;
  }

  .banner .banner_text p {
    font-size: 30px;
    margin-bottom: 40px;
  }

  .advantage .advantage_text p {
    font-size: 18px;
  }
}

@media only screen and (max-width: 992px) {
  .unite {
    max-width: 100%;
  }

  .banner {
    margin-top: 90px;
  }

  .banner .banner_text span {
    font-size: 40px;
  }

  .banner .banner_text p {
    font-size: 25px;
    margin-bottom: 20px;
  }

  .unite {
    padding: 25px 0;
  }

  .footer_2 .unite .footer_group .footer_mian .ico {
    margin-top: 15px;
    margin-bottom: 0;
  }

  .footer_2 .unite .footer_group .footer_mian .ico li a {
    padding: 10px 25px;
  }

  .message_1 .unite .form_btn input {
    width: 90%;
  }

  .about_3 .unite .about_img {
    margin-bottom: 25px;
  }

  .about_3 .unite .about_text h2 {
    font-size: 23px;
    margin-bottom: 15px;
  }

  .about_3 .unite .about_text a {
    width: 100%;
    text-align: center;
  }

  .advantage_2 .advantage_main {
    padding: 25px 0;
  }

  .advantage_2 .advantage_main .img {
    text-align: center;
    margin-bottom: 20px;
  }

  .advantage_2 .advantage_main p {
    font-size: 18px;
    margin-bottom: 50px;
  }

  .advantage_2 .advantage_main span {
    font-size: 16px;
  }

  .advantage .ad {
    margin-bottom: 5px;
  }

  .advantage .advantage_text {
    padding: 15px 0;
  }

  .title_2 span {
    font-size: 20px;
    padding-bottom: 5px;
    margin-bottom: 25px;
  }

  .header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
  }

  .header .header_head .head {
    padding: 10px 0;
  }

  .header .header_head .head .logo a span {
    font-size: 25px;
  }

  .header .header_head .head .menu_btn i {
    font-size: 40px;
  }

  .header .header_menu {
    display: none;
  }

  .header .header_menu .menu .menu_ul li:hover .sort {
    display: none;
  }

  .header .header_menu .menu .menu_ul li a {
    display: block;
  }

  .header .header_menu .menu .menu_ul li i {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .banner .banner_text span {
    font-size: 30px;
  }

  .banner .banner_text p {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .banner .banner_text a {
    padding: 5px 15px;
  }

  .advantage_2 .unite .advantage_main p {
    font-size: 25px;
  }

  .advantage .advantage_text p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 576px) {
  .product_2 .unite .pro .pro_img_box .pro_name span {
    font-size: 16px;
  }

  .advantage_2 .unite .advantage_main p {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .advantage_2 .unite .advantage_main span {
    font-size: 16px;
  }

  .news_2 .unite .news_main {
    padding: 15px;
  }

  .news_2 .unite .news_main a h3 {
    font-size: 18px;
  }

  .news_2 .unite .news_main p {
    -webkit-line-clamp: 2;
  }

  .banner .banner_text span {
    font-size: 30px;
    color: #fff;
    text-shadow: 5px 5px 5px #000;
  }

  .banner .banner_text p {
    font-size: 16px;
    margin-bottom: 10px;
    color: #fff;
    text-shadow: 5px 5px 5px #000;
  }

  .banner .banner_text a {
    padding: 5px 10px;
    font-size: 12px;
  }

  .carousel-indicators {
    margin-bottom: 0px;
  }

  .footer_2 .unite .footer_group .footer_mian .ico li a {
    padding: 10px 30px;
  }

  .footer_2 .unite .footer_group .footer_mian .ico li a i {
    font-size: 18px;
  }
}