p {
  margin: 0;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.toux {
  position: absolute;
  top: 0;
  z-index: 99;
  width: 100%;
}

.toux .logo {
  /*line-height: 117px;*/
  /*width: 20%;*/
  line-height: 130px;
  width: 30%;
}

.toux .logo img {
  max-width: 100%;
}

.toux .ss {
  margin-top: 27px;
  position: relative;
  line-height: 80px;
}

.toux #formsearch {
  position: absolute;
  right: 0;
  top: 80px;
  border: 1px solid #ccc;
  width: 252px;
  z-index: 11;
  background: #fff;
  display: none;
}

.toux #formsearch input {
  line-height: 34px;
  height: 34px;
  background: none;
  border: none;
}

.toux #formsearch input#keyword {
  text-indent: 10px;
  float: left;
  width: 200px;
}

.toux #formsearch input#s_btn {
  background: url(/html/template/default/assets/images/ss.png) no-repeat 50%;
  font-size: 0;
  float: right;
  width: 50px;
}

.ad1 {
  margin-top: -6%;
  position: relative;
  z-index: 99;
}

.ad1 .ad1-list {
  border-bottom: 1px solid #e8e9ea;
  background: #fff;
}

.ad1 .ad1-list li {
  float: left;
  width: 25%;
  text-align: center;
  overflow: hidden;
  padding: 30px 0;
  height: 200px;
  background: url(/html/template/default/assets/images/ad1.png) no-repeat right center;
}

.ad1 .ad1-list li h3 {
  font-size: 20px;
  color: #050505;
  margin-bottom: 30px;
  padding-top: 5px;
}

.ad1 .ad1-list li h4 {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
}

.ad1 .ad1-list li:last-child {
  background: none;
}

.ad1 .ad1-list li:hover {
  background: #92a3b5;
}

.ad1 .ad1-list li:hover h3 {
  color: #fff;
}

.ad1 .ad1-list li:hover h4 {
  color: #fff;
}

@media (max-width: 1366px) {
  .ad1 .ad1-list li {
    height: 180px;
  }
}

@media (max-width: 1024px) {
  .ad1 .ad1-list li h3 {
    margin-bottom: 18px;
  }
  .ad1 .ad1-list li {
    height: 170px;
  }
}

@media (max-width: 900px) {
  .ad1 {
    margin-top: 10px;
  }
  .ad1 .ad1-list {
    border-bottom: none;
  }
  .ad1 .ad1-list li {
    width: 50%;
    height: auto;
    padding: 10px 0;
  }
  .ad1 .ad1-list li:nth-of-type(2) {
    background: none;
  }
}

@media (max-width: 767px) {
  .ad1 .ad1-list li h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .ad1 .ad1-list li h4 {
    font-size: 13px;
  }
}

.product-index {
  margin-top: 90px;
  display: flex;
}

.product-index .proleft {
  width: 30%;
}

.product-index .proleft .P-list1 li a {
  display: block;
}

.product-index .proleft .P-list1 li a img {
  width: 100%;
}

.product-index .proleft .ptitle {
  border: 1px solid #e9edf0;
  margin-top: 38px;
  text-align: center;
  font-size: 18px;
  color: #666666;
  line-height: 2.6;
}

.product-index .proright {
  width: 65%;
  margin-left: 5%;
}

.product-index .proright .ptitle {
  border: 1px solid #e9edf0;
  margin-bottom: 40px;
  text-align: center;
  font-size: 18px;
  color: #666666;
  line-height: 2.6;
}

.product-index .proright .p-list2 li {
  float: left;
  width: 46%;
  position: relative;
}

.product-index .proright .p-list2 li a {
  display: block;
}

.product-index .proright .p-list2 li a img {
  width: 100%;
}

.product-index .proright .p-list2 li a h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(221, 173, 97, 0.86);
  text-align: center;
  color: rgba(3, 3, 3, 0.71);
  font-size: 18px;
  padding: 20px 0;
  opacity: 0;
}

.product-index .proright .p-list2 li:nth-of-type(2) {
  float: right;
}

.product-index .proright .p-list2 li:hover a h3 {
  opacity: 1;
}

@media (max-width: 1024px) {
  .product-index {
    margin-top: 30px;
  }
}

@media (max-width: 900px) {
  .product-index {
    display: block;
  }
  .product-index .proleft {
    width: 100%;
  }
  .product-index .proleft .ptitle {
    margin-top: 10px;
  }
  .product-index .proright {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
  .product-index .proright .ptitle {
    margin-bottom: 10px;
  }
}

.about-bg {
  background: url(/html/template/default/assets/images/aboutbg.png) no-repeat top center;
  background-size: cover;
  font-size: 0;
  margin-top: 100px;
}

.about-bg .about-index {
  padding-top: 65px;
  display: flex;
}

.about-bg .about-index .ableft {
  width: 60%;
}

.about-bg .about-index .ableft h2 {
  color: #fff;
  font-size: 42px;
  font-family: "Arail";
  text-transform: uppercase;
  padding-top: 20px;
}

.about-bg .about-index .ableft .ab-con {
  background: rgba(12, 12, 12, 0.75);
  padding: 70px 50px;
  margin-top: 34px;
}

.about-bg .about-index .ableft .ab-con h3 {
  color: #fff;
  font-size: 30px;
  text-align: center;
}

.about-bg .about-index .ableft .ab-con .nei {
  font-size: 15px;
  color: #fcfaf9;
  line-height: 30px;
  margin-top: 30px;
}

.about-bg .about-index .abright {
  width: 38%;
  margin-left: 2%;
}

.about-bg .about-index .abright p img {
  width: 100%;
}

@media (max-width: 1600px) {
  .about-bg .about-index .ableft .ab-con {
    padding: 17px 30px;
  }
}

@media (max-width: 1440px) {
  .about-bg .about-index .ableft .ab-con {
    margin-top: 16px;
  }
  .about-bg .about-index .ableft .ab-con .nei {
    margin-top: 6px;
  }
}

@media (max-width: 1366px) {
  .about-bg .about-index .ableft .ab-con {
    margin-top: 26px;
  }
  .about-bg .about-index .ableft .ab-con .nei {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
  }
}

@media (max-width: 1024px) {
  .about-bg {
    margin-top: 30px;
  }
  .about-bg .about-index {
    display: block;
    padding-top: 20px;
  }
  .about-bg .about-index .ableft {
    width: 100%;
  }
  .about-bg .about-index .abright {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}

.slick-wrap {
  margin-top: 100px;
}

.slick-contanier .slick-slide {
  outline: none;
}

.slick-contanier img {
  display: inline-block;
  width: 100%;
}

.slick-contanier .slick-con {
  display: block;
  padding: 0 5%;
  font-size: 0;
}

.tab-li {
  text-align: center;
  font-size: 0;
  cursor: pointer;
  width: 30%;
  float: left;
  padding: 24px 0;
  position: relative;
  background: url(/html/template/default/assets/images/tab.png) no-repeat top center;
  background-size: cover;
}

.tab-li li {
  font-size: 24px;
  color: #0d0d0c;
  padding: 55px 0;
}

.tab-li li:hover, .tab-li li.active {
  background: #92a3b5;
  color: #fff;
}

.tab-con {
  position: relative;
  width: 67%;
  float: right;
  margin-top: 24px;
}

.tab-con .tab-main {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  right: 0;
}

.tab-con .tab-main {
  opacity: 0;
  visibility: hidden;
  transition: all .5s ease;
}

.tab-con .tab-main.active {
  position: static;
  opacity: 1;
  visibility: visible;
}

@media (max-width: 1440px) {
  .tab-li li {
    padding: 30px 0;
  }
  .tab-con {
    margin-top: 5px;
  }
}

@media (max-width: 1024px) {
  .slick-wrap {
    margin-top: 30px;
  }
  .tab-li {
    float: none;
    width: 100%;
  }
  .tab-con {
    float: none;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .tab-li {
    padding: 8px 0;
  }
  .tab-li li {
    padding: 10px 0;
    font-size: 16px;
  }
}

.news-bg {
  background: #fcfcfc;
  padding: 30px 0;
  margin-top: 70px;
}

.news-bg .news-idnex .ntitle {
  font-size: 20px;
  color: #0d0d0c;
  border: 2px solid #92a3b5;
  text-align: center;
  line-height: 2;
}

.news-bg .news-idnex .news-con {
  padding: 0 3%;
}

.news-bg .news-idnex .news-con .news1 {
  margin-top: 46px;
}

.news-bg .news-idnex .news-con .news1 .news1left {
  width: 38.5%;
  float: left;
}

.news-bg .news-idnex .news-con .news1 .news1left p img {
  width: 100%;
      height: auto;
}


.news-bg .news-idnex .news-con .news1 .news1right {
  width: 57%;
  float: right;
}

.news-bg .news-idnex .news-con .news1 .news1right .n-list li {
  border: 2px solid #e3e3e3;
  padding: 20px 26px;
  position: relative;
  margin-bottom: 18px;
}

.news-bg .news-idnex .news-con .news1 .news1right .n-list li a {
  display: block;
  padding-right: 15%;
}

.news-bg .news-idnex .news-con .news1 .news1right .n-list li a h3 {
  font-size: 16px;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-bg .news-idnex .news-con .news1 .news1right .n-list li a h4 {
  font-size: 12px;
  color: #999999;
  line-height: 20px;
  padding-top: 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-bg .news-idnex .news-con .news1 .news1right .n-list li a .more {
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
}

.news-bg .news-idnex .news-con .news1 .news1right .n-list li:hover {
  background: #fff;
  border-color: #5b5b5b;
}

.news-bg .news-idnex .news-con .news2 {
  margin-top: 46px;
}

.news-bg .news-idnex .news-con .news2 .news1left {
  width: 38.5%;
  float: right;
}

.news-bg .news-idnex .news-con .news2 .news1left p img {
  width: 100%;
}

.news-bg .news-idnex .news-con .news2 .news1right {
  width: 57%;
  float: left;
}

.news-bg .news-idnex .news-con .news2 .news1right .n-list li {
  border: 2px solid #e3e3e3;
  padding: 20px 26px;
  position: relative;
  margin-bottom: 18px;
}

.news-bg .news-idnex .news-con .news2 .news1right .n-list li a {
  display: block;
  padding-right: 15%;
}

.news-bg .news-idnex .news-con .news2 .news1right .n-list li a h3 {
  font-size: 16px;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-bg .news-idnex .news-con .news2 .news1right .n-list li a h4 {
  font-size: 12px;
  color: #999999;
  line-height: 20px;
  padding-top: 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-bg .news-idnex .news-con .news2 .news1right .n-list li a .more {
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
}

.news-bg .news-idnex .news-con .news2 .news1right .n-list li:hover {
  background: #fff;
  border-color: #5b5b5b;
}

@media (max-width: 1600px) {
  .news-bg .news-idnex .news-con .news1 .news1right .n-list li {
    padding: 12px 26px;
  }
  .news-bg .news-idnex .news-con .news2 .news1right .n-list li {
    padding: 12px 26px;
  }
}

@media (max-width: 1024px) {
  .news-bg {
    margin-top: 30px;
  }
}

@media (max-width: 900px) {
  .news-bg .news-idnex .news-con .news1 {
    margin-top: 30px;
  }
  .news-bg .news-idnex .news-con .news1 .news1left {
    width: 100%;
    float: none;
  }
  .news-bg .news-idnex .news-con .news1 .news1right {
    width: 100%;
    float: none;
    margin-top: 10px;
  }
  .news-bg .news-idnex .news-con .news2 {
    margin-top: 30px;
  }
  .news-bg .news-idnex .news-con .news2 .news1right {
    width: 100%;
    float: none;
  }
  .news-bg .news-idnex .news-con .news2 .news1left {
    width: 100%;
    float: none;
  }
}

.foot-bg {
  background: url(/html/template/default/assets/images/foot.png) no-repeat top center;
  background-size: cover;
  padding-bottom: 30px;
}

.foot-bg .foot-index {
  padding: 50px 0;
}

.foot-bg .foot-index .erq1 {
  float: left;
  width: 10%;
}

.foot-bg .foot-index .erq1 p {
  text-align: center;
  font-size: 12px;
  color: #666666;
  line-height: 30px;
}

.foot-bg .foot-index .erq1 p img {
  max-width: 100%;
}

.foot-bg .foot-index .erq2 {
  margin-left: 4%;
}

.foot-bg .foot-index .fnav {
  width: 30%;
  float: left;
  margin-left: 10%;
}

.foot-bg .foot-index .fnav .fnav-list li {
  display: inline-block;
  width: 49%;
}

.foot-bg .foot-index .fnav .fnav-list li a {
  display: block;
  font-size: 16px;
  color: #666666;
  line-height: 41px;
  position: relative;
  transition: .3s;
}

.foot-bg .foot-index .fnav .fnav-list li a::before {
  position: absolute;
  left: -15px;
  top: 20px;
  content: "";
  width: 60px;
  height: 1px;
  background: #7993af;
  transition: .3s;
  opacity: 0;
}

.foot-bg .foot-index .fnav .fnav-list li a:hover {
  padding-left: 75px;
  color: #7993af;
}

.foot-bg .foot-index .fnav .fnav-list li a:hover::before {
  opacity: 1;
  left: 0px;
}

.foot-bg .foot-index .ct {
  width: 25%;
  float: left;
  text-align: right;
  padding-top: 15px;
}

.foot-bg .foot-index .ct p {
  color: #666666;
  font-size: 13px;
  line-height: 24px;
}

.foot-bg .foot-index .ct p:nth-of-type(1) {
  color: #597491;
  font-family: "Arail";
  font-size: 36px;
  line-height: 50px;
}

.foot-bg .link {
  font-size: 14px;
  color: #597491;
  font-weight: bold;
}

.foot-bg .link a {
  font-weight: normal;
  font-size: 12px;
  color: #999999;
  padding-right: 5px;
}

.foot-index2 {
  padding: 30px 0;
  color: #666666;
  font-size: 14px;
}

.foot-index2 a {
  color: #666666;
}

.foot-index2 .copyright {
  float: left;
}

.foot-index2 .region {
  float: right;
}

@media (max-width: 1600px) {
  .foot-bg .foot-index {
    padding: 34px 0;
  }
}

@media (max-width: 1440px) {
  .foot-bg .foot-index {
    padding: 20px 0;
  }
  .foot-bg .foot-index .ct p:nth-of-type(1) {
    font-size: 30px;
  }
}

@media (max-width: 1024px) {
  .foot-bg .foot-index .ct {
    float: right;
    width: 35%;
  }
}

@media (max-width: 900px) {
  .foot-bg {
    padding-bottom: 20px;
  }
  .foot-bg .foot-index .erq1 {
    width: 48%;
  }
  .foot-bg .foot-index .fnav {
    width: 100%;
    margin-left: 0;
    text-align: center;
  }
  .foot-bg .foot-index .ct {
    width: 100%;
    text-align: center;
  }
  .link {
    text-align: center;
  }
  .foot-index2 {
    padding: 10px 0;
    text-align: center;
  }
  .foot-index2 .copyright {
    float: none;
  }
  .foot-index2 .region {
    float: none;
  }
}
