﻿/* eyoucms.com 易优CMS -- 好用,免费,安全 */
@font-face {
  font-family: BookmanOldStyle;
  src: url("../fonts/dtepzklwcef7z0kojax1a.ttf");
}
#header.fixed {
  position: fixed;
  top: 0;
  bottom: auto;
}
.inContent {
  background-color: #1f2d2e;
}
.titleBox {
  text-align: center;
}
.titleBox .title {
  display: inline-block;
  width: 261px;
  height: 107px;
  background: url(../images/titlebg.png) no-repeat;
}
.titleBox .title .p1 {
  margin: 15px 0 6px;
}
.titleBox .title .p2 {
  font-size: 22px;
  color: #fff;
}

.index-about {
	position: relative;
}

.index-about::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	position: absolute;
	top: 0;
	left: 0;
}

.index-about .titleBox .title {
  background: url(../images/aboutbg.png) no-repeat;
  width: 167px;
  height: 168px;
  position: relative;
  z-index: 10;
}
.index-about .titleBox .title .p1 {
  margin: 50px 0 6px;
}
.content .pro {
  padding: 65px 0;
  background-color: #1f2d2e;
}
.content .pro .proBox {
  margin-top: 70px;
}
.content .pro .proBox dl {
  text-align: center;
}
.content .pro .proBox dl dt {
  overflow: hidden;
  background-color: #000;
  border-radius: 8px;
}
.content .pro .proBox dl dt img {
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all linear 0.2s;
  -moz-transform: all linear 0.2s;

  aspect-ratio: 4/3;
  object-fit: cover;
}
.content .pro .proBox dl dd {
  color: #fff;
  line-height: 50px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.content .pro .proBox dl:hover dt img {
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all linear 0.2s;
  -moz-transform: all linear 0.2s;
}
.content .index-about {
  padding: 65px 0 110px;
  background: url(../images/about_03.jpg) fixed no-repeat center 100%;
}
.content .index-about .aboutBox {
  position: relative;
  margin-top: -40px;
}
.content .index-about .aboutBox .aboutBox-left {
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
}
.content .index-about .aboutBox .aboutBox-left > div {
  height: 339px;
  background: url(../images/about_04.jpg) no-repeat center;
}
.content .index-about .aboutBox .aboutBox-right > div {
  height: 339px;
  background-color: #1f2d2e;
  padding: 0 8% 0 40px;
  color: #fff;
  overflow: hidden;
}
.content .index-about .aboutBox .aboutBox-right > div .p1 {
  font-size: 20px;
  margin: 40px 0 15px 0;
}
.content .index-about .aboutBox .aboutBox-right > div .p2 {
  font-size: 14px;
  line-height: 30px;
  height: 120px;
  overflow: hidden;
  margin-bottom: 40px;
}
.content .index-about .aboutBox .aboutBox-right > div .aboutMore {
  padding: 6px 30px;
  background-color: #5c6041;
  border-radius: 20px;
  color: #fff;
}
.content .index-news {
  padding: 35px 0;
  background-color: #1f2d2e;
}
.content .index-news .newsBox {
  text-align: center;
  margin-top: 40px;
  position: relative;
  height: 510px;
  overflow: hidden;
}
.content .index-news .newsBox .line {
  width: 1px;
  height: 410px;
  background-color: #fff;
  position: absolute;
  top: 60px;
  left: 50%;
}
.content .index-news .newsBox .newsList {
  width: 54%;
  float: left;
  position: relative;
  border: 1px solid transparent;
  padding: 10px 10% 10px 1%;
}
.content .index-news .newsBox .newsList .date {
  float: right;
  color: #fff;
  width: 16%;
  margin-top: 8px;
}
.content .index-news .newsBox .newsList .date .p1 {
  font-family: BookmanOldStyle;
  font-size: 23px;
}
.content .index-news .newsBox .newsList .date .p2 {
  font-family: BookmanOldStyle;
  font-size: 23px;
}
.content .index-news .newsBox .newsList .text {
  margin-right: 20%;
  text-align: right;
}
.content .index-news .newsBox .newsList .text .p1 {
  font-size: 16px;

  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: wrap;
  line-clamp: 1;
}
.content .index-news .newsBox .newsList .text .p1 a {
  color: #fff;
  line-height: 30px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.content .index-news .newsBox .newsList .text .p2 {
  font-size: 14px;
  line-height: 26px;
  height: 52px;
  color: #9f9f9f;
  overflow: hidden;
}
.content .index-news .newsBox .newsList::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: url(../images/circle.png) no-repeat;
  position: absolute;
  right: 6%;
  top: 45px;
}
.content .index-news .newsBox .newsList:hover {
  border: 1px solid #8a6616;
}
.content .index-news .newsBox .newsList:hover::after {
  background: url(../images/circle-hover.png) no-repeat;
}
.content .index-news .newsBox .two {
  float: right;
  padding: 10px 1% 10px 10%;
}
.content .index-news .newsBox .two .date {
  float: left;
}
.content .index-news .newsBox .two .text {
  margin-left: 20%;
  margin-right: 0;
  text-align: left;
}
.content .index-news .newsBox .two::after {
  left: 6.2%;
}
.content .index-news .newsBox .newMore {
  position: absolute;
  left: 48.6%;
  bottom: 7px;
  animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
}
.content .location {
  height: 110px;
  border-bottom: 1px solid #c0830a;
}
.content .location .location-left {
  font-size: 26px;
  color: #e89801;
  position: relative;
  margin: 45px 0 0 20px;
}
.content .location .location-left span {
  font-size: 16px;
}
.content .location .location-left::before {
  content: "";
  display: block;
  position: absolute;
  width: 50px;
  height: 1px;
  background-color: #e89801;
  top: -10px;
  left: 0px;
}
.content .location .location-right {
  color: #bcbebe;
  font-size: 14px;
  margin-top: 65px;
}
.content .location .location-right .p2 {
  margin: 4px 10px 0 10px;
}
.content .location .location-right a {
  color: #fff;
}
.content .list-text {
  color: #c8c8c8;
}
.content .list-text li {
  padding: 25px 0;
  border-bottom: 1px solid #cdcdcd;
}
.content .list-text .p1 {
  font-size: 18px;
  line-height: 30px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #fff;
}
.content .list-text .p2 {
  font-size: 14px;
  line-height: 26px;
}
.content .list-text .p3 {
  line-height: 30px;
  height: 60px;
  overflow: hidden;
}
.content .list-text .p4 {
  font-size: 14px;
  line-height: 30px;
}
.content .list-text .p4 {
  display: flex;
  align-items: center;
}
.content .list-text a {
  color: #c8c8c8;
  display: flex;
  gap: 16px;
}

.content .list-text a img {
  width: 240px;
  height: 140px;
  object-fit: cover;
  flex: none;
  border-radius: 4px;
  overflow: hidden;
}

.content .list-text a:hover {
  text-decoration: underline;
}
.content .searchresult li {
  padding: 15px;
  border: 1px solid #c1c1c1;
  margin-top: 30px;
}
.content .searchresult li .p1 {
  font-size: 14px;
  font-weight: bold;
}
.content .searchresult li a {
  color: #cfcfcf;
}
.content .searchresult li .p2 {
  font-size: 12px;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
}
.content .searchresult li .p3 {
  font-size: 12px;
  padding: 2px 15px;
  background-color: #be8329;
  margin-top: 5px;
}
.content .page {
  padding: 15px 0;
  color: #cfcfcf;
  font-size: 16px;
}
.content .news_detail {
  padding: 25px 0;
}
.content .news_detail,
.content .back,
.content .product_detail {
  color: #cfcfcf;
}
.content .pageTurning {
  color: #424747;
}
#footer .index-contact {
  padding: 75px 0;
  background: url(../images/footerbg.jpg) no-repeat center;
  color: #fff;
  position: relative;
}

#footer .index-contact::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
}

#footer .index-contact .contactTitle .p1 {
  font-size: 32px;
  line-height: 40px;
  font-weight: bold;
  text-align: center;
}
#footer .index-contact .contactTitle .p2 {
  color: #bcbebd;
  text-align: center;
  font-size: 24px;

}
#footer .index-contact .contact-left {
  margin-top: 30px;
}
#footer .index-contact .contact-left h1 {
  font-size: 18px;
  font-weight: normal;
}
#footer .index-contact .contact-left ul {
  color: #bcbebd;
}
#footer .index-contact .contact-left ul li {
  line-height: 40px;
}
#footer .copyright {
  padding: 20px 0;
  background-color: #1f2d2e;
  color: #fff;
}
#footer .copyrightText a{
  color: #fff;
}


@media (max-width: 1200px) {
  .content .index-news .newsBox .newsList::after {
    right: 5.8%;
  }
  .content .index-news .newsBox .two::after {
    left: 5.9%;
  }
  .content .index-news .newsBox .newMore {
    left: 48.4%;
  }
}
@media (min-width: 767px) {
  .aboutBox > div {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .content .index-about {
    background-attachment: scroll;
  }
  .feedback_list_box div {
    padding: 0;
  }
  .placeholder_s {
    left: 0;
  }
  #footer .index-contact {
    padding: 20px 0;
  }
  .feedback_list_box textarea {
    height: 70px;
  }
  .content .index-news .newsBox .newsList::after {
    display: none;
  }
  .content .index-news .newsBox {
    padding: 0 15px;
  }
  .content .index-news .newsBox .newsList {
    width: 100%;
    padding: 20px 2% 20px 0;
    border-bottom: 1px solid #fff;
  }
  .content .index-news .newsBox .newsList .date {
    float: left;
  }
  .content .index-news .newsBox .newsList .text {
    margin-right: 0;
    text-align: left;
    margin-left: 18%;
  }
}
@media (max-width: 767px) {

  #header {
    height: 64px;
    padding: 6px 0;
    
  }

  #header .logo img{
    height: 100%;
    object-fit: cover;
  }
  
#header .container {
	width: 100%;
  height: 100%;
}

  .content .list-text a {
    flex-direction: column;
  }
  .content .list-text a img {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
  }
  .content .list-text .p1 {
    font-size: 18px;
    line-height: 24px;
  }
  .content .list-text li {
    padding: 24px 0;
  }
  .content .list-text .p2 {
    padding-left: 0;
    font-size: 14px;
  }
  .content .list-text .p3 {
    font-size: 12px;
    line-height: 24px;
    height: 48px;
  }
  .content .list-text .p4 {
    font-size: 12px;
    line-height: 24px;
  }
  #footer .index-contact .contactTitle .p1 {
    font-size: 18px;
    line-height: 30px;
  }
  #footer .index-contact .contactTitle .p2 {
    font-size: 12px;
  }
  #footer .index-contact .contact-left ul li {
    font-size: 12px;
    line-height: 30px;
  }
  .placeholder_s,
  .feedback_list_box .submit input {
    font-size: 12px;
  }
  .feedback_list_box input {
    height: 34px;
    line-height: 34px;
  }
  #footer .copyright {
    padding: 40px 0 20px;
  }
  #footer .copyright .copyrightText {
    font-size: 12px;
    padding: 0 10%;
    border-top: 1px solid #d7a746;
    padding-top: 10px;
  }
  .content .index-news .newsBox .newsList .date {
    display: none;
  }
  .content .index-news .newsBox .newsList .text {
    margin-left: 0;
  }
  .content .index-news .newsBox .newsList {
    padding: 10px 5px;
  }
  .content .index-news .newsBox {
    margin-top: 15px;
  }
  .content .index-news .newsBox {
    height: auto;
  }
  .content .index-about .aboutBox .aboutBox-right > div .p2 {
    margin-bottom: 30px;
  }
  .content .index-about .aboutBox .aboutBox-right > div .p1 {
    font-size: 18px;
    margin: 15px 0 10px;
  }
  .content .index-about .aboutBox .aboutBox-right > div {
    padding: 0 4% 0 4%;
  }
  .content .index-about .aboutBox .aboutBox-left > div {
    height: 260px;
  }
  .content .index-about .aboutBox .aboutBox-right > div {
    height: 260px;
  }
  .content .index-about {
    padding: 20px 0 30px;
  }
  .index-about .titleBox .title .p1 {
    margin: 40px 0 6px;
  }
  .index-about .titleBox .title .p1 img {
    width: 80px;
  }
  .titleBox .title {
    width: 200px;
    background-size: 100% auto;
    height: 82px;
  }
  .titleBox .title .p1 img {
    width: 100px;
  }
  .titleBox .title .p1 {
    margin: 10px 0 6px;
  }
  .titleBox .title .p2 {
    font-size: 16px;
  }
  .index-about .titleBox .title {
    width: 130px;
    height: 131px;
    background-size: 100% auto;
  }
  #header .menu_icon {
  }
  #header .logo {
    width: 150px;
    height: 100%;
  }
  .content .pro {
    padding: 25px 0;
  }
  .content .pro .proBox {
    margin-top: 25px;
  }
  .content .pro .proBox dl dd {
    font-size: 12px;
  }

  .feedback_list_box .submit input {
    width: 100%;
  }
}
