.bread_3 {
  background-color: #352f2a;
  padding: 12px;
}

.bread_3 .unite {
  padding: 50px 0;
}

.bread_3 .unite .bread_mian {
  text-align: center;
}

.bread_3 .unite .bread_mian h4 {
  color: #fff;
  font-size: 40px;
}

.bread_3 .unite .bread_mian .bread_bottom {
  width: 100%;
}

.bread_3 .unite .bread_mian .bread_bottom .add i {
  color: #fff;
}

.bread_3 .unite .bread_mian .bread_bottom .add span {
  color: #fff;
}

.bread_3 .unite .bread_mian .bread_bottom .sub_menu .breadcrumb {
  margin-bottom: 0;
  background-color: initial;
}

.bread_3 .unite .bread_mian .bread_bottom .sub_menu .breadcrumb li {
  display: flex;
  align-items: center;
}

.bread_3 .unite .bread_mian .bread_bottom .sub_menu .breadcrumb li::after {
  content: '>';
  margin: 0 5px;
  color: #fff;
}

.bread_3 .unite .bread_mian .bread_bottom .sub_menu .breadcrumb li:last-child:after {
  content: '';
}

.bread_3 .unite .bread_mian .bread_bottom .sub_menu .breadcrumb li a {
  color: #fff;
  font-size: 14px;
  transition: all .5s ease;
}

.bread_3 .unite .bread_mian .bread_bottom .sub_menu .breadcrumb li a:hover {
  color: #cca772;
}

.bread_4 .unite {
  padding: 0;
}

.advantage_img {
  padding: 15px 0;
}

.advantage_text p {
  line-height: 35px;
}

.advantage_img img {
  width: 100%;
}

.slogan .slogan_mian {
  margin: 50px 0;
  text-align: center;
  background-color: #cca772;
  padding: 45px;
}

.slogan .slogan_mian p {
  margin-bottom: 0;
  color: #fff;
}

.history_2 .history_main ul li:nth-child(2n-1) {
  display: flex;
  justify-content: flex-end;
}

.history_2 .history_main ul li:nth-child(2n-1) .time {
  position: relative;
  padding-left: 15px;
}

.history_2 .history_main ul li:nth-child(2n-1) .time::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-100%, -50%);
  width: 20px;
  height: 20px;
  background-color: #cca772;
  border-radius: 50%;
}

.history_2 .history_main ul li:nth-child(2n-1) .time::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-10px, -50%);
  width: 1px;
  height: 100%;
  background-color: #cca772;
  border-radius: 50%;
}

.history_2 .history_main ul li:nth-child(2n) {
  display: flex;
}

.history_2 .history_main ul li:nth-child(2n) .time {
  padding-right: 30px;
  position: relative;
  text-align: end;
}

.history_2 .history_main ul li:nth-child(2n) .time::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0%, -50%);
  width: 20px;
  height: 20px;
  background-color: #cca772;
  border-radius: 50%;
}

.history_2 .history_main ul li:nth-child(2n) .time::before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-9px, -50%);
  width: 1px;
  height: 100%;
  background-color: #cca772;
  border-radius: 50%;
}

.history_2 .history_main ul li .time {
  width: 50%;
}

.history_2 .history_main ul li .time span {
  font-size: 30px;
  font-weight: 600;
  font-weight: bold;
  color: #231816;
}

.history_2 .history_main ul li .time p {
  color: #666;
}

.faq .unite {
  width: 1400px;
}

.faq .unite .list_faq_1 .question_title h3 {
  font-size: 25px;
  color: #cca772;
}

.faq .unite .list_faq_1 .faq_ul li:hover .question span {
  color: #cca772;
}

.faq .unite .list_faq_1 .faq_ul li:hover .question i {
  color: #cca772;
}

.faq .unite .list_faq_1 .faq_ul li .question {
  display: flex;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
}

.faq .unite .list_faq_1 .faq_ul li .question i {
  font-weight: bold;
  font-size: 20px;
}

.faq .unite .list_faq_1 .faq_ul li .answer {
  padding: 15px 30px;
  display: none;
}

.faq .unite .list_faq_1 .faq_ul li .answer img {
  width: auto;
  max-width: 100%;
}

.faq .unite .list_faq_1 .faq_ul .question_border .question {
  border-bottom: 1px solid #cca772;
}

.list_news {
  background-color: initial;
}

.list_news .unite {
  width: 1400px;
}

.list_news .unite .news_main {
  background-color: #f9f9f9;
  margin: 25px 0;
}

.contact_2 .unite .contact_form .in_group {
  margin-bottom: 15px;
}

.contact_2 .unite .contact_form .in_group label {
  display: block;
  font-weight: 600;
  font-weight: bold;
}

.contact_2 .unite .contact_form .in_group label i {
  color: #ff0000;
}

.contact_2 .unite .contact_form .in_group input {
  display: block;
  background-color: #f9f9f9;
  width: 100%;
  padding: 15px;
}

.contact_2 .unite .contact_form .in_group textarea {
  width: 100%;
  padding: 15px;
  display: block;
  background-color: #f9f9f9;
  resize: none;
  height: 150px;
}

.contact_2 .unite .contact_form .group_btn {
  text-align: center;
}

.contact_2 .unite .contact_form .group_btn .content_btn {
  width: 30%;
  background-color: #cca772;
  border: 1px solid #cca772;
  color: #fff;
  padding: 15px 0;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
}

.contact_2 .unite .contact_form .group_btn .content_btn:hover {
  background-color: initial;
  color: #cca772;
}

.contact_2 .unite .contact_way li span {
  font-weight: bold;
  font-size: 18px;
  color: #CCA772;
  position: relative;
  padding-bottom: 10px;
  display: block;
  border-bottom: 1px solid #f9f9f9;
}

.contact_2 .unite .contact_way li span::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #CCA772;
  width: 100px;
  height: 2px;
}

.contact_2 .unite .contact_way li p {
  margin: 15px;
}

.contact_2 .unite .map {
  margin-top: 50px;
  background-color: #f9f9f9;
}

.show_news_1 {
  padding-bottom: 0px;
}

.show_news_1 .news_content .news_content_title {
  border-bottom: 1px solid #c4c4c4;
  padding-bottom: 15px;
}

.show_news_1 .news_content .news_content_title h3 {
  font-size: 35px;
  font-weight: 600;
  font-weight: bold;
  color: #333;
  text-align: center;
}

.show_news_1 .news_content .news_content_title .time {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.show_news_1 .news_content .news_content_title .time .time_box {
  display: flex;
  margin: 0 15px;
}

.show_news_1 .news_content .news_content_title .time .time_box i {
  margin-right: 5px;
}

.show_news_1 .news_content .contact_article {
  padding-top: 25px;
}

.show_news_1 .news_content .contact_article p img {
  width: auto;
  max-width: 100%;
}

.related_unite_1 {
  width: 1700px;
}

.related_unite_1 .articleRelated {
  padding-left: 50px;
  position: relative;
}

.related_unite_1 .articleRelated::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 2px;
  width: 30px;
  background-color: #ff2d38;
}

.related_unite_1 .articleRelated p {
  font-size: 25px;
  color: #333;
}

.related_unite_1 .articleRelated p span {
  font-size: 25px;
  color: #666;
}

.related_unite_1 .related .related_img img {
  width: 100%;
}

.related_unite_1 .related .related_title {
  padding: 10px 0px;
}

.related_unite_1 .related .related_title a {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  /* text-align: center; */
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
}

.related_unite_1 .related .related_title a:hover {
  color: #cca772;
}

.product_2 {
  background: initial;
}

.product_3 .unite {
  width: 1400px;
}

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

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

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

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

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

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

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

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

.product_3 .unite .show_pro .left {
  width: 100%;
}

.product_3 .unite .show_pro .left ul {
  margin-bottom: 0;
}

.product_3 .unite .show_pro .left ul li {
  background-color: #f9f9f9;
  padding: 15px;
  cursor: pointer;
  width: 25%;
}

.product_3 .unite .show_pro .left ul li img {
  width: 100%;
}

.product_3 .unite .show_pro .left ul .left_bg {
  position: relative;
  z-index: 1;
}

.product_3 .unite .show_pro .left ul .left_bg::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(204, 167, 114, 0.5);
  z-index: 2;
}

.product_3 .unite .show_pro .right {
  width: 100%;
  border-bottom: 1px solid #fff;
}

.product_3 .unite .show_pro .right .show_img {
  overflow: hidden;
  background-color: #f9f9f9;
}

.product_3 .unite .show_pro .right .show_img .show_ul {
  transform: translateX(0px);
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
}

.product_3 .unite .show_pro .right .show_img .show_ul li img {
  width: 100%;
}

.product_3 .unite .details_list h3 {
  font-size: 40px;
  color: #231816;
  margin-bottom: 50px;
}

.product_3 .unite .details_list .details_ul li {
  padding: 5px 0;
}

.product_3 .unite .details_list .details_ul li .show_group span {
  font-weight: 600;
  font-weight: bold;
  color: #231816;
}

.product_3 .unite .details_list .details_ul li .ico ul li a {
  display: inline-block;
  background-color: #cca772;
  padding: 10px 15px;
  border-radius: 5px;
  margin-left: 5px;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
}

.product_3 .unite .details_list .details_ul li .ico ul li a:hover {
  background-color: #ad7d38;
}

.product_3 .unite .details_list .details_ul li .ico ul li a i {
  font-size: 18px;
  color: #fff;
}

.product_3 .unite .recommend {
  position: sticky;
  top: 0;
}

.product_3 .unite .recommend .recommend_title {
  padding: 15px;
  text-align: center;
}

.product_3 .unite .recommend .recommend_title span {
  font-size: 25px;
  color: #cca772;
}

.product_3 .unite .pro {
  width: 100%;
  display: block;
  margin-bottom: 30px;
}

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

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

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

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

.product_3 .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_3 .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_3 .unite .pro .pro_img_box img {
  width: 100%;
}

.product_3 .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_3 .unite .pro .pro_img_box .pro_name span {
  color: #fff;
  font-size: 16px;
  display: inline-block;
  position: relative;
  padding-bottom: 10px;
}

.product_3 .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_3 .unite .details_title {
  padding: 15px;
  margin-bottom: 25px;
}

.product_3 .unite .details_title span {
  display: inline-block;
  font-size: 23px;
  padding-bottom: 15px;
  border-bottom: 1px solid #cca772;
  color: #cca772;
  font-weight: bold;
  font-weight: 600;
}

.product_3 .unite .product_details .details_title {
  border-bottom: 1px solid #f9f9f9;
  padding: 15px;
}

.product_3 .unite .product_details .details_title span {
  display: inline-block;
  font-size: 23px;
  padding-bottom: 15px;
  border-bottom: 1px solid #cca772;
  color: #cca772;
  font-weight: bold;
  font-weight: 600;
}

.product_3 .unite .product_details .details_content {
  padding: 15px;
}

.product_3 .unite .product_details .details_content p img {
  width: auto;
  max-width: 100%;
}

.quote_1 {
  background: url(../img/getAQuter.jpg);
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
}

.quote_1::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.22);
  z-index: -1;
}

.quote_1 .unite {
  width: 1200px;
}

.quote_1 .unite .quote_main .in_group {
  margin-bottom: 15px;
}

.quote_1 .unite .quote_main .in_group label {
  display: block;
  font-weight: 600;
  font-weight: bold;
  color: #fff;
}

.quote_1 .unite .quote_main .in_group label i {
  color: #ff0000;
}

.quote_1 .unite .quote_main .in_group input {
  display: block;
  background-color: #f9f9f9;
  width: 100%;
  padding: 15px;
}

.quote_1 .unite .quote_main .in_group textarea {
  width: 100%;
  padding: 15px;
  display: block;
  background-color: #f9f9f9;
  resize: none;
  height: 150px;
}

.quote_1 .unite .quote_main .content_btn {
  width: 100%;
  background-color: #cca772;
  border: 1px solid #cca772;
  color: #fff;
  padding: 15px 0;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
}

.quote_1 .unite .quote_main .content_btn:hover {
  background-color: initial;
  color: #cca772;
}

.list_base .unite .left_main {
  margin: 25px 0;
}

.list_base .unite .left_main img {
  width: 100%;
}

.list_base .unite .right_main span {
  font-size: 23px;
  font-weight: 600;
  font-weight: bold;
  color: #cca772;
}

.list_base .unite .right_main p {
  margin-bottom: 0;
}

@media only screen and (max-width: 1200px) {
  .product_3 .unite .details_list h3 {
    font-size: 25px;
  }
}

@media only screen and (max-width: 992px) {
  .list_base .unite .right_main span {
    font-size: 18px;
  }

  .footer_2 .unite .footer_group .footer_mian .menu li a {
    padding: 10px 15px;
  }

  .contact_2 .unite .contact_form .group_btn .content_btn {
    width: 100%;
  }

  .contact_2 .unite .contact_way {
    margin-top: 25px;
  }

  .contact_2 .unite .map {
    margin-top: 25px;
  }

  .product_3 .unite .details_list {
    margin-top: 25px;
  }

  .product_3 .unite .details_list h3 {
    font-size: 23px;
    margin-bottom: 15px;
  }

  .product_3 .unite .details_list .details_ul li {
    width: 100%;
  }

  .product_3 .unite .details_list .details_ul li .ico li {
    width: initial;
  }

  .product_3 .unite .details_list .details_ul li .show_group_btn {
    text-align: center;
  }

  .product_3 .unite .details_list .details_ul li .show_group_btn input {
    width: 100%;
  }

  .product_3 .unite .product_details .details_title {
    margin-bottom: 0;
    padding: 15px 0;
  }

  .product_3 .unite .product_details .details_content {
    padding: 15px 0;
  }

  .product_3 .unite .form_btn {
    margin-top: 0;
  }

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

  .faq .unite .list_faq_1 .faq_ul li .answer {
    padding: 15px 0;
  }

  .list_contact_unite_1 .list_contact .grid {
    width: 50%;
  }

  .list_contact_unite_1 .map .map_text {
    display: none;
  }

  .list_contact_unite_1 .map .map_box {
    width: 100%;
  }

  .slogan .slogan_mian {
    margin: 10px 0;
    padding: 30px 15px;
  }

  .history_2 .history_main ul li .time {
    width: 100%;
  }

  .history_2 .history_main ul li .time::after {
    content: none !important;
  }

  .history_2 .history_main ul li .time::before {
    content: none !important;
  }

  .history_2 .history_main ul li .time span {
    color: #CCA772;
    font-size: 23px;
  }

  .history_2 .history_main ul li:nth-child(2n - 1) .time {
    padding-left: 0;
  }

  .history_2 .history_main ul li:nth-child(2n) .time {
    text-align: initial;
  }
}

@media only screen and (max-width: 768px) {
  .show_news_1 .news_content .news_content_title h3 {
    font-size: 25px;
  }

  .related_unite_1 .articleRelated p {
    font-size: 20px;
  }

  .related_unite_1 .articleRelated p span {
    font-size: 20px;
  }

  .related_unite_1 .related .related_title a {
    font-size: 16px;
  }

  .list_contact_unite_1 .list_contact {
    padding: 20px 0;
  }

  .list_contact_unite_1 .list_contact .grid {
    width: 50%;
    padding: 0 15px;
  }

  .list_contact_unite_1 .message {
    margin-top: 25px;
    padding: 25px;
  }

  .list_contact_unite_1 .message ul li {
    width: 100%;
    padding: 10px 0px;
  }

  .list_contact_unite_1 .message .submit_bnt input {
    padding: 10px 0;
    width: 70%;
  }

  .list_contact_unite_1 .map {
    margin-top: 25px;
    padding: 10px;
  }

  .list_contact_unite_1 .map .map_box {
    width: 100%;
  }
}

@media only screen and (max-width: 576px) {
  .show_news_1 .news_content .news_content_title h3 {
    font-size: 20px;
  }

  .related_unite_1 .articleRelated p {
    font-size: 18px;
  }

  .related_unite_1 .articleRelated p span {
    font-size: 18px;
  }

  .related_unite_1 .related .related_title {
    padding: 15px 0;
  }

  .related_unite_1 .related .related_title a {
    font-size: 15px;
  }

  .list_contact_unite_1 .list_contact .grid {
    width: 100%;
  }

  .bread_3 .unite {
    padding: 15px 0;
  }

  .bread_3 .unite .bread_mian h4 {
    font-size: 20px;
    margin-bottom: 0;
  }

  .bread_3 .unite .bread_mian .bread_bottom .add span {
    display: none;
  }

  .bread_3 .unite .bread_mian .bread_bottom .sub_menu .breadcrumb {
    padding-left: 0;
    padding-right: 0;
    padding: 0;
  }
}