/* 产品展示模块开始 */
.product_show {
  width: 100%;
  height: 290px;
}

.top_box {
  margin-top: 30px;
  width: 100%;
  height: 77.8px;
  text-align: center;
}

.top_box p {
  margin: 0 auto;
}

.name_com {
  width: 220px;
  font-size: 22px;
  color: #672511;
}

.en_com {
  width: 980px;
  height: 14px;
  font-size: 14px;
  line-height: 14px;
  color: #b08f72;
  background: url(../image/pro_en.gif) no-repeat center center;
}

.more_com {
  width: 93px;
  height: 22px;
  margin-top: 3px;
}

.more_com a {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 12px;
  line-height: 22px;
  text-transform: uppercase;
  color: #eeded0;
  background: url(../image/pro_more.png) no-repeat center center;
  transition: color 0.3s ease;
}

.more_com a:hover {
  color: #ffffff;
}

.product_show .product_box {
  width: 100%;
  height: 202px;
}

.product_show .product_box .pro_list {
  width: 900px;
  height: 202px;
  margin: 0 auto;
  overflow: hidden;
}

.product_show .product_box .pro_list ul {
  transition: transform 0.5s ease;
}

/* 清除浮动，避免ul高度塌陷 */
.product_show .product_box .pro_list ul::after {
  content: '';
  display: block;
  clear: both;
}

.product_show .product_box .pro_list ul li {
  float: left;
  margin: 0 29px;
  width: 167px;
  height: 202px;
  text-align: center;
}

.product_show .product_box .pro_list ul li a div {
  width: 167px;
  height: 167px;
  background: url(../image/pro_bg.png) no-repeat center top;
}

.product_show .product_box .pro_list ul li a div:hover {
  animation: rotate 0.3s linear 1;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.product_show .product_box .pro_list ul li a div img {
  width: 159px;
  height: 159px;
  border-radius: 50%;
  margin-top: 4px;
}

.product_show .product_box .pro_list ul li a p {
  width: 167px;
  height: 35px;
  line-height: 35px;
  padding-top: 5px;
  font-size: 14px;
  color: #672511;
  overflow: hidden;
}

.product_show .product_box .left,
.product_show .product_box .right {
  margin-top: -117px;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
}

.product_show .product_box .left {
  float: left;
  margin-left: 270px;
  background: url(../image/pro_left.png) no-repeat center center;
}

.product_show .product_box .right {
  float: right;
  margin-right: 270px;
  background: url(../image/pro_right.png) no-repeat center center;
}

/* 产品展示模块结束 */
/* -------------------------------------------------------- */
/* 新闻资讯模块开始 */

.news_center {
  width: 100%;
  height: 415px;
  background: url(../image/news_bg.gif) center top;
  overflow: hidden;
}

.news_center .top_box {
  margin-top: 60px;
}

.news_center .news {
  width: 100%;
  height: 220px;
}

.news_center .news .news_item {
  width: 980px;
  height: 180px;
  margin: 0 auto;
  overflow: hidden;
}

.news_center .news .news_item ul {
  transition: transform 0.5s ease-in-out;
}

/* 清除浮动，避免ul高度塌陷 */
.news_center .news .news_item ul::after {
  content: "";
  display: block;
  clear: both;
}

.news_center .news .news_item ul li {
  float: left;
  width: 270px;
  height: 150px;
  margin: 30px 50px 0 20px;
}

.news_center .news .news_item ul li:nth-child(3n) {
  margin-right: 0;
}

.news_center .news .news_item ul li a span:nth-child(1) {
  display: -webkit-box;
  width: 270px;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  letter-spacing: 1px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  cursor: pointer;
  color: #ffd6c9;
}

.news_center .news .news_item ul li a span:nth-child(2) {
  display: -webkit-box;
  width: 270px;
  height: 60px;
  font-size: 12px;
  line-height: 20px;
  text-align: justify;
  overflow: hidden;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #b4827b;

}

.news_center .news .news_select {
  width: 980px;
  height: 11px;
  margin: 0 auto;
}

.news_center .news .news_select ul {
  display: flex;
  justify-content: center;
}

.news_center .news .news_select ul li .active {
  background-color: #896548;
}

.news_center .news .news_select ul li a {
  display: block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  margin-right: 10px;
  background-color: #6d3128;
}

/* 新闻资讯模块结束 */
/* -------------------------------------------------------- */
/* 联系模块开始 */

.relation {
  width: 100%;
  height: 358px;
  background: url(../image/relation_bg.png) no-repeat center top;
  overflow: hidden;
}

.relation .re_box {
  display: flex;
  width: 980px;
  height: 235px;
  margin: 77px auto 0 auto;
  justify-content: space-between;
}

.relation .re_box .re_left {
  width: 306px;
  height: 100%;
}

.relation .re_box .re_center {
  width: 336px;
  height: 100%;
}

.relation .re_box .re_right {
  width: 266px;
  height: 100%;
}

.relation .re_box .re_title {
  width: 100%;
  height: 30px;
  border-bottom: 1px solid #d4bba5;
}

.relation .re_box .re_left .re_title ul li {
  display: inline-block;
  overflow: hidden;
}

.relation .re_box .re_left .re_title ul li:nth-child(1) {
  float: left;
  height: 25px;
  font-size: 16px;
  line-height: 25px;
  padding-left: 10px;
  background: url(../image/re_title.gif) no-repeat;
  background-position: 0 5px;
  color: #672511;
}

.relation .re_box .re_left .re_title ul li:nth-child(2) {
  float: left;
  font-size: 14px;
  text-transform: uppercase;
  padding: 8px 101px 0 2px;
  color: #b08f72;
  font-family: Arial, Helvetica, sans-serif;
}

.relation .re_box .re_left .re_title ul li:nth-child(3) a {
  font-size: 12px;
  color: #672511;
}

.relation .re_box .re_left .introduce {
  width: 100%;
  height: 145px;
  margin-top: 30px;
  background: url(../image/introduce.png) no-repeat left bottom;
  background-size: 130px 145px;
  overflow: hidden;
}

.relation .re_box .re_left .introduce p:nth-child(1) {
  padding-top: 12px;
}

.relation .re_box .re_left .introduce p {
  float: right;
  display: -webkit-box;
  width: 170px;
  font-size: 12px;
  text-indent: 2em;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 22px;
  -webkit-line-clamp: 6;
  line-clamp: 6;
  -webkit-box-orient: vertical;
  color: #672511;
}

.relation .re_box .re_center .re_title ul li:nth-child(1) {
  float: left;
  height: 25px;
  font-size: 16px;
  line-height: 25px;
  padding-left: 10px;
  color: #672511;
  background: url(../image/re_title.gif) no-repeat;
  background-position: 0 5px;
}

.relation .re_box .re_center .re_title ul li:nth-child(2) {
  float: left;
  font-size: 14px;
  text-transform: uppercase;
  padding: 8px 150px 0 2px;
  color: #b08f72;
  font-family: Arial, Helvetica, sans-serif;
}

.relation .re_box .re_center .re_title ul li:nth-child(3) a {
  font-size: 12px;
  color: #672511;
}

.relation .re_box .re_right .re_title ul li {
  float: left;
  height: 25px;
  font-size: 16px;
  line-height: 25px;
  padding-left: 10px;
  color: #672511;
  background: url(../image/re_title.gif) no-repeat;
  background-position: 0 5px;
}

.relation .re_box .re_center .license {
  width: 100%;
  height: 145px;
  margin-top: 30px;
}

.relation .re_box .re_center .license p {
  display: inline-block;
  width: 160px;
  height: 145px;
  margin-left: 3.5px;
}

.relation .re_box .re_center .license a img {
  float: left;
  width: 160px;
  height: 120px;
  border: 2px solid #ebebeb;
}

.relation .re_box .re_center .license a:nth-child(1) img,
.relation .re_box .re_center .license span:nth-child(3) {
  margin-right: 16px;
}

.relation .re_box .re_center .license span {
  float: left;
  width: 160px;
  font-size: 14px;
  text-align: center;
  line-height: 25px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #672511;
}

.relation .re_box .re_right .ret {
  width: 100%;
  height: 145px;
  margin-top: 30px;
}

.relation .re_box .re_right .ret .number {
  width: 100%;
  height: 45px;
  margin: 20px 0 4px 0;
  padding: 0 0 0 55px;
  font-size: 26px;
  line-height: 45px;
  color: #672511;
  font-family: Arial, Helvetica, sans-serif;
  background: url(../image/number.png) no-repeat left center;
}

.relation .re_box .re_right .ret .address,
.relation .re_box .re_right .ret .phone,
.relation .re_box .re_right .ret .mailbox {
  width: 100%;
  height: 25px;
  padding-left: 55px;
  font-size: 12px;
  color: #593c33;
}

/* 联系模块结束 */

/* 移动端首页样式 */
@media screen and (max-width: 768px) {
  .product_show {
    position: relative;
    margin-top: 70px;
    height: auto !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  .product_show .top_box {
    margin-top: 10px !important;
    margin-bottom: 0 !important;
    height: auto !important;
  }

  .product_show .product_box {
    height: auto !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .product_show .top_box .name_com,
  .news_center .top_box .name_com,
  .relation .re_box .re_left .re_title ul li:first-child,
  .relation .re_box .re_center .re_title ul li:first-child {
    width: 130px;
    height: 26px;
    background: url("/image/itl.jpg") no-repeat center;
    background-size: 100% 100%;
    text-align: center;
    line-height: 26px;
    font-size: 16.5px;
    color: #eeded0;
  }

  .product_show .top_box .more_com,
  .news_center .top_box .more_com,
  .relation .re_box .re_left .re_title ul li:nth-child(3),
  .relation .re_box .re_center .re_title ul li:nth-child(3) {
    position: absolute;
    top: 360px;
    left: 50%;
    height: 28px;
    width: 100%;
    transform: translateX(-50%);
    text-align: center;
    background-color: #f2f2f2;
  }

  .product_show .top_box .more_com a,
  .news_center .top_box .more_com a,
  .relation .re_box .re_left .re_title ul li:nth-child(3) a,
  .relation .re_box .re_center .re_title ul li:nth-child(3) a {
    display: inline-block;
    width: 100%;
    background: none;
    line-height: 28px;
    font-size: 15px;
    color: #828282;
  }

  .product_show .top_box .en_com,
  .product_show .product_box .left,
  .product_show .product_box .right,
  .news_center .top_box .en_com,
  .relation .re_box .re_left .re_title ul li:nth-child(2),
  .relation .re_box .re_center .re_title ul li:nth-child(2),
  .relation .re_box .re_right .re_title {
    display: none !important;
  }

  .product_show .product_box .pro_list {
    width: 100% !important;
    height: 320px !important;
    overflow: hidden !important;
    margin: 10px auto !important;
  }

  .product_show .product_box .pro_list ul {
    display: flex !important;
    flex-wrap: wrap !important;
    width: 100% !important;
    transform: none !important;
    transition: none !important;
    justify-content: center;
    gap: 15px;
  }

  .product_show .product_box .pro_list ul li {
    float: none !important;
    width: 167px;
    height: 167px;
    margin: 0 0 -22px 0;
    flex-shrink: 0;
  }

  .product_show .product_box .pro_list ul li a div {
    background: none;
    width: 100%;
    height: 120px;
    border: 1px solid #e2e2e2;
    overflow: hidden;
  }

  .product_show .product_box .pro_list ul li a div:hover {
    animation: none !important;
  }

  .product_show .product_box .pro_list ul li a div img {
    margin-top: 0;
    width: 100%;
    border-radius: 0;
  }

  .news_center {
    position: relative;
    width: 100%;
    height: auto !important;
    margin-top: 32px;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    background: none;
  }

  .news_center .news {
    height: 168px;
  }

  .news_center .top_box {
    margin: 10px 0 !important;
    height: auto !important;
  }

  .news_center .news .news_item,
  .news_center .news .news_item ul {
    width: 100%;
  }

  .news_center .news .news_item ul li {
    float: none !important;
    width: 95%;
    height: 35px;
    margin: 0 auto;
    flex-shrink: 0;
    border-bottom: 1px solid #e5e5e5;
  }

  .news_center .news .news_item ul li a span:nth-child(1) {
    display: block;
    width: 100%;
    line-height: 35px;
    padding: 0 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
    color: #281c1b;
  }

  .news_center .news .news_item ul li:nth-child(3n) {
    margin-left: 10px;
  }

  .news_center .news .news_item ul li a span:nth-child(2) {
    display: none;
  }

  .news_center .top_box .more_com {
    top: 186px;
  }

  .relation {
    position: relative;
    height: auto;
    margin-top: 0;
    background: none;
  }

  .relation .re_box {
    display: flex;
    width: 100%;
    padding: 0;
    margin: 10px auto;
    flex-direction: column;
    height: auto !important;
    gap: 30px;
    box-sizing: border-box;
  }

  .relation .re_box .re_left,
  .relation .re_box .re_center,
  .relation .re_box .re_right {
    width: 100% !important;
    height: auto !important;
  }

  .relation .re_box .re_left .re_title,
  .relation .re_box .re_center .re_title {
    width: 100%;
    height: 26px;
    border: none;
  }

  .relation .re_box .re_left .re_title ul li:first-child,
  .relation .re_box .re_center .re_title ul li:first-child {
    margin-left: 50%;
    transform: translateX(-50%);
    padding: 0;
  }

  .relation .re_box .re_left .introduce {
    margin-top: 0;
    padding: 0 15px;
    background: none;
    height: 155px;
  }

  .relation .re_box .re_left .introduce p {
    float: none;
    width: 100%;
    line-height: 1.6;
    font-size: 15px;
    color: #17181a;
  }

  .relation .re_box .re_left .re_title ul li:nth-child(3) {
    top: 200px;
  }

  .relation .re_box .re_center .re_title {
    margin: 17px 0 -17px 0;
  }

  .relation .re_box .re_center .license {
    text-align: center;
    overflow: hidden;
  }

  .relation .re_box .re_center .license p {
    width: 167px;
    height: 167px;
  }

  .relation .re_box .re_center .license a:nth-child(1) img {
    width: 100%;
    margin-right: 0;
  }

  .relation .re_box .re_center .re_title ul li:nth-child(3) {
    top: 430px;
  }

  .relation .re_box .re_right .ret {
    width: 109%;
    height: 215px;
    padding: 2% 8%;
    margin: 6px 0;
    transform: translateX(-15px);
    background-color: #ad3907;
  }

  .relation .re_box .re_right .ret .number {
    font-size: 30px;
    height: 83px;
    color: #ffffff;
    padding: 35px 0 0 0;
    margin-bottom: 2%;
    text-align: center;
    background: url("/image/bao.png") no-repeat center center;
    -webkit-background-size: 96% 100%;
    background-size: 96% 100%;
  }

  .relation .re_box .re_right .ret .address,
  .relation .re_box .re_right .ret .phone,
  .relation .re_box .re_right .ret .mailbox {
    padding-left: 0;
    line-height: 1.7;
    font-size: 15px;
    text-align: center;
    color: #ffffff;
  }
}