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%;
}

.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;z-index:9999;
}

.toux #formsearch input {
  line-height: 34px;
  height: 34px;
  background: none;
  border: none;
}

.toux #formsearch input#keyword {
  text-indent: 10px;
  float: left;
  width: 200px;outline:none;
}

.toux #formsearch input#s_btn {
  background: url(../image/9b80db28567e05dbfc4a5058c068e001d34d97cb.png) no-repeat 50%;
  font-size: 0;
  float: right;
  width: 50px;outline:none;
}

.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(../image/e7c9492a8f4486de475d54f0ae594aafc750005d.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: #0f3a7f;
}

.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;
  }
  .ad1 .ad1-list li:nth-of-type(2):hover {
      background: #92a3b5;
  }
}

@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:155px;
  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%;overflow:hidden;
}

.product-index .proright .ptitle {
  border: 1px solid #e9edf0;
  margin-bottom: 30px;
  text-align: center;
  font-size:22px;
  color: #050505;
  line-height: 2.6;
}

.product-index .proright .p-list2{margin:0 -35px;}
.product-index .proright .p-list2 li {
  position: relative;
}

.p-list2{position:relative;}

.p-list2 .slick-arrow{text-align:center;top:50%;margin-top:-25px;position:absolute;width:50px;height:50px;border:none;outline:none;}
.p-list2 .slick-prev{background: url(../image/eaee665494fd45239e65363c7634db2e8d572c90.png) no-repeat;text-indent:-1000px;overflow:hidden;left:35px;z-index:999;}
.p-list2 .slick-next{background: url(../image/532a7c0ed708ae82352ee3b888a9b846b707eb75.png) no-repeat;outline:none;text-indent:-1000px;overflow:hidden;right:35px;z-index:999;}

.product-index .proright .p-list2 .slick-slide{margin:0 35px;}




.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:#0f3a7f;
  text-align: center;
  color:#fff;
  font-size: 18px;
  padding: 20px 0;
  opacity: 0;
}

.product-index .proright .p-list2 li:hover a h3 {
  opacity: 1;
}

@media (max-width: 1440px) {
 .product-index .proright .ptitle{margin-bottom:40px;}
}




@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;
  }
}



@media (max-width:425px) {
  .product-index .proright .p-list2 li a h3 {
  font-size: 15px;
  padding: 15px 0;
  opacity: 0;
  }
}







.about-bg {
  background: url(../image/47a26aeb2a114cfb394b0505cee5478f45a3195b.jpg) no-repeat top center;
  background-size: cover;
  font-size: 0;
  margin-top:165px;
}

.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:67px 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 .ableft .ab-con a{color:red;font-size:14px;margin-top:15px;display:block;}
.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(../image/ea91f24ea24c1ddbccb2e60355cd6bfb94591fea.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:#0f3a7f;
  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 img{border:1px solid #efefef;}

.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:55px 0;
  margin-top:70px;
}

.news-bg .news-idnex .ntitle {
  font-size: 20px;
  color: #0d0d0c;
  border:1px solid #dddddd;
  text-align: center;
  line-height:3;
}

.news-bg .news-idnex .news-con {}

.news-bg .news-idnex .news-con .news1 {
  margin-top: 46px;
}

.news-bg .news-idnex .news-con .news1 .news1left {
  width: 41%;
  float: left;
}

.news-bg .news-idnex .news-con .news1 .news1left p img {
  width: 100%;
}

.news-bg .news-idnex .news-con .news1 .news1right {
  width: 55%;
  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: #0f3a7f;
}

.news-bg .news-idnex .news-con .news2 {
  margin-top:30px;
}

.news-bg .news-idnex .news-con .news2 .news1left {
  width: 41%;
  float: right;
}

.news-bg .news-idnex .news-con .news2 .news1left p img {
  width: 100%;
}

.news-bg .news-idnex .news-con .news2 .news1right {
  width: 55%;
  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: #0f3a7f;
}

@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:#edecea;
  background-size: cover;
  padding-bottom: 30px;
}

.foot-bg .foot-index {
  padding: 50px 0 30px;
}

.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:25%;
}

.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: #0f3a7f;
  transition: .3s;
  opacity: 0;
}

.foot-bg .foot-index .fnav .fnav-list li a:hover {
  padding-left: 75px;
  color: #0f3a7f;
}

.foot-bg .foot-index .fnav .fnav-list li a:hover::before {
  opacity: 1;
  left: 0px;
}

.foot-bg .foot-index .ct {
  width: 25%;
  float:right;
  text-align: right;
  padding-top: 15px;
}

.foot-bg .foot-index .ct p {
  color: #666666;
  font-size:14px;
  line-height:35px;
}

.foot-bg .foot-index .ct p:nth-of-type(1) {
  color: #0f3a7f;
  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;
  }
  .foot-bg .foot-index .erq1{width:13%;}
  .foot-bg .foot-index .fnav{margin-left:18%;}
  .foot-bg .foot-index .ct{width:35%;}
  .news-bg .news-idnex .news-con .news1 .news1right .n-list li{margin-bottom:6px;}
  .news-bg .news-idnex .news-con .news2 .news1right .n-list li{margin-bottom:6px;}

}

@media (max-width: 1024px) {
  .foot-bg .foot-index .ct {
    float: right;
    width: 38%;
  }
.news-bg .news-idnex .news-con .news1 .news1right .n-list li{padding:8px 26px;}
.news-bg .news-idnex .news-con .news2 .news1right .n-list li{padding:8px 26px;}
}

@media (max-width: 900px) {
  .foot-bg {
    padding-bottom: 20px;
  }
  .foot-bg .foot-index .erq1 {
    width: 48%;margin:0 auto;float:none;
  }
  .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;
  }
}


.page-product-inquiry a {
    color: #fff;
}

@media (max-width: 992px) {
    body {
        padding-top: 60px;
        padding-bottom: 50px;
    }
}
.page-banner .nybt{display: none;}

@media (max-width:1400px){
  .container-fluid{padding: 0 5%;}
}




.bbsm{
    background-color: #fff;
    padding: 5px;
    position: fixed;
    z-index: 999;
    bottom: 10%;
    left: 27%;
    width: 46%;

   box-shadow: 1px 1px 50px rgb(0 0 0 / 30%);
   display: none
}


.bbsm h2{
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    margin-left: 17px;
    color: #333;
    line-height: 42px;
}
.bbsm h2 s1{
    float: right;
    color: #000;
    font-weight: normal;
    font-size: 19px;
    margin-right: 14px;
    line-height: 30px;
}
.bbsm h3 img{
    width: 100%;
}
.bbsmon{
    animation: sm1 0.3s;
    animation-fill-mode: forwards;  
    
    display:block;
}



    @keyframes sm1 {   
      0% {
        transform: scale(0);
     
      }
      100% {
        transform: scale(1);
       
      }
    }

