@charset "utf-8";

/*通用*/

:root{
  --theme-color:#489d7a;
  --title-font-size:3.2rem;
}

/*产品列表*/
 .pg-product .ix-pro-list .zsy-img{width:35%; }
  .pg-product .ix-pro-list{padding:0px 5rem;}
  .pg-product .row{ gap:2.5rem 0rem;}

/* banner */

.pg-banner .container{position:absolute; left:0; right:0;z-index:11; text-align:center; height:100%; display: flex; align-items: center;  justify-content: center;}
.pg-ban-tit .t1{font-size:2.5rem; color:var(--theme-color); line-height:130%; transition:all 0.36s ease;}
.pg-ban-tit .t2{color:#666; transition:all 0.36s ease;}
.pg-banner{height: 280px;max-width: 1920px;margin: 0px auto;width: 100%; overflow: hidden;  position: relative; }
.pg-ban-img{height: 100%; -webkit-animation: scaleAnim 1s ease forwards;  animation: scaleAnim 1s ease forwards;}
.pg-banner .pg-ban-box{display: table; width:100%; height:100%;position: absolute; top: 0;}
.pg-banner .pg-ban-box .container{display: table-cell; vertical-align: middle;}
.pg-ban-tit .t1:hover, .pg-ban-tit .t2:hover{-webkit-transform: scale(1.05);  transform: scale(1.05);}



@keyframes scaleAnim{
    0%{         
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    100%{
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/*分页*/
.page-next{border-top:dashed 1px #e0e0e0;}
.pn-list a{color:#999;}
.pn-list a:hover{color:var(--theme-color);}
/*翻页*/
.pager{margin: 0px;}
.pager li>a:focus, .pager li>a:hover{ background: var(--theme-color); color:#fff;  border:solid 1px var(--theme-color);}


/*==分页==*/
.paginator{ font-family:Arial; text-align: center; }
.paginator a { transition: all 0.36s ease;  width:36px; color: #666;  text-align:center; height:36px; line-height:36px; display:inline-block; text-decoration:none;  background:#f5f5f5;  margin:0 5px; color:#666; transition: all 0.36s ease;}
.paginator a i {display:inline-block; font-size: 16px; line-height:34px; }
.paginator a:hover { background:var(--theme-color) !important; color:#fff !important; }
.paginator span.cpb { transition: all 0.36s ease; text-align:center;  width:36px; height:36px;  line-height:36px; display:inline-block; color:#fff; background:var(--theme-color); margin-left: 5px; }
.paginatordis{ display:none;}


/*产品详情*/
.pg-pro-img{background:#f5f6f8;border-radius:10px; height:460px; text-align:center;}
.pg-pro-img img{height:460px; margin:0px auto;}
.pg-pro-tit .t1{font-size:2.1rem;color:#333; line-height:120%;}

.pg-pro-tit .t11 span{display:inline-block;
    border-radius: 5px;
    font-size: 16px;
    color: #333; padding:0rem 1.25rem;   color: var(--theme-color);
    border: 1px solid var(--theme-color);
    background:#f4fffa;}

.pg-pro-tit .t2{font-size:1.12rem;color:var(--theme-color); line-height:180%; display:none;}
.pg-pro-tit .t3{font-size: 2.5rem; line-height: 100%; color:var(--theme-color); justify-content: space-between;     height: 50px; width:100%;     margin-top: 150px;     gap: 1.6rem;}
.pg-pro-tit .t3 .jq-zs{ width: calc(50% - 0.8rem);}

.pg-pro-tit .t3 .jj-box{ width: calc(50% - 0.8rem);  justify-content: space-between; color:#333; font-size:1.5rem;}
.pg-pro-tit .t3 .jj-box img{cursor:pointer; transition:all 0.36s ease;}
.pg-pro-tit .t3 .jj-box img:hover{transform:scale(1.05);}
.pg-pro-tit .t4{gap:1.6rem;}
.pg-pro-tit .t4 a{cursor:pointer; width:calc(50% - 0.8rem); height:68px;border-radius:15px;background:#333; text-align:center; line-height:68px;display:block;color:var(--theme-color);font-size:1.5rem; transition:all 0.36s ease;}
.pg-pro-tit .t4 a:hover{background:var(--theme-color); color:#fff;}
.pg-pro-tit{display:grid; height:100%; align-content: space-between;}
.pg-pro-tit .t4 a.a1{border:solid 1px #cccccc; color:#cccccc; background:#fff;}

.pro_detail{width: 100%;  border-radius: 15px; border: 1px solid #eef0f3; padding:3rem 2.5rem;}
.pro_detail .t1{font-size:1.25rem; font-weight:bold; color:#000;}

.pro_cs{width: 100%;  border-radius: 15px;  margin-top:3.75rem; }
.pro_cs .t1{height: 50px;line-height: 50px; text-align: center; background: #f5f6f8; border-radius: 15px 15px 0 0;   font-size: 1.12rem; font-weight: bold;  color: #333; border: 1px solid #eef0f3; border-bottom:none;}
.pro_cs table{border-bottom:solid 1px #eef0f3; border-radius: 0px 0px 15px 15px; overflow:hidden; display: block;}
.pro_cs table tr:nth-last-child(1){border-radius: 0px 0px 15px 15px; overflow:hidden; }
.pro_cs table tr:nth-last-child(1) td{border-bottom:none;}
.pro_cs td{padding:1rem 2rem;  border: 1px solid #eef0f3;     width: 10%;}

/*新闻列表*/
.page-nav{  background:#fff;}
.page-nav ul{display:flex; gap:0rem 2.5rem;}
.page-nav ul li a{display:block; position:relative;transition:all 0.36s ease;color:#999; font-size:1.2rem; padding:1.4rem 0rem;}
.page-nav ul li a:before{content:''; position:absolute; left:0; right:0; bottom:0; height:4px; background:var(--theme-color); width:0%; margin:0px auto; transition:all 0.36s ease;}
.page-nav ul li a:hover{color:#333;}
.page-nav ul li a:hover:before{width:100%;}
.pg-news .row{gap:2.5rem 0rem;}
.pg-news-list{border-radius:15px; background:#fff; overflow:hidden; transition:all 0.36s ease;}
.pg-news-list .pnl-tit{padding:2.5rem;}
.pg-news-list .pnl-tit .t1{font-size:1.5rem; line-height:150%;}
.pg-news-list .pnl-tit .t2{color:#999; margin:1rem 0rem;}
.pg-news-list .pnl-tit .t3 span{ border:solid 1px var(--theme-color); color:var(--theme-color); text-align:center; padding: 0.2rem 1.5rem; border-radius: 4px; transition:all 0.36s ease; }
.pg-news-list .pnl-tit .t3 span:hover{background:#333333;   border:solid 1px #333;}
.pg-news-list .pnl-tit .t3 b{font-weight:normal; color:#999;}
.pg-news-list:hover{-webkit-box-shadow: 0 0 18px 0 rgba(0,0,0,.06);  box-shadow: 0 0 18px 0 rgba(0,0,0,.06); -webkit-transform: scale(1.02); transform: scale(1.02);}
.pg-news .paginator a{background:#fff;}

/*新闻详情*/
.icon{width:20px; height:20px;}
.pg-wz{padding:1rem 0rem; color:#666;  font-size:0.96rem;}
.pg-wz a{color:#666; font-size:0.96rem;} 
.pg-wz img{vertical-align: text-top;}
.pg-deta-text{width:100%;}
.pg-deta-head{text-align:center; }
.pg-deta-head .t1{font-size:1.5rem; font-weight:bold;}
.pg-deta-head .t2{color:#999;}
.pn-sxy-li{padding:0.2rem 0rem;}
.pn-sxy-li, .pn-sxy-li a{color:#999; transition:all 0.36s ease;}
 .pn-sxy-li a:hover{color:var(--theme-color);}

  .news-wp{width:1000px; margin:0px auto;}

 /*视频*/
 .pg-video .pg-news-list .pnl-tit{padding:1rem 1.25rem;}
 .pg-video .pg-news-list .pnl-tit .t1{ height: 72px;}
 .pg-video .zsy-img .icon{ position:absolute; left:0%; right:0%; margin:0px auto; display:inline-block; top:0; z-index:111; width:60px; height:60px; top:calc(50% - 30px); }
  .pg-video .zsy-img::after{position:absolute; content:''; background:rgba(0,0,0,0.3); width:100%; height:100%; display:block; top:0; left:0;}


/*支持*/
.pg-supp-list{border-radius:15px; background:#fff; overflow:hidden; transition:all 0.36s ease; border: 1px solid #d9d9e9; padding:3.75rem 1.25rem;  text-align:center;     min-height: 500px;}
.pg-supp-list:hover{-webkit-box-shadow: 0 0 18px 0 rgba(0,0,0,.06);  box-shadow: 0 0 18px 0 rgba(0,0,0,.06); -webkit-transform: scale(1.02); transform: scale(1.02);}
.pg-supp-list .t1 img{margin:0px auto; width:50px; height:50px;}
.pg-supp-list .t2{font-size:1.5rem; font-weight:bold; color:#333; padding-top:1.25rem;}
.pg-supp-list ul li{padding-top:1rem;}
.pg-supp-list ul li a{color:var(--theme-color);}
.pg-supp-list ul li a.abc{color:#999;}

/*下载*/
.pg-down{gap:0px 2.5rem;}
.pg-down-nav{width:250px; padding:1.87rem 0rem; background:#fff; border-radius:15px; }

.pg-down-nav ul{gap:1.25rem 0rem;}
.pg-down-nav ul li a{padding:1rem 1.5rem; display:block; position:relative; transition:all 0.36s ease;}
.pg-down-nav ul li a::before{position:absolute; left:0; width:4px; height:0%; background:var(--theme-color); content:''; top:0; transition:all 0.36s ease;}
.pg-down-nav ul li a:hover{ background:#f5f5f5;}
.pg-down-nav ul li a:hover::before{height:100%;}
.pg-down-text{ width:calc(100% - 290px); background:#fff; border-radius:15px;}



.pg-down-menu{padding-bottom:2rem;}
.pg-down-menu ul{gap:0rem 2.5rem;}
.pg-down-menu ul li a{font-size:1.1rem;}


.pg-down-list{ border-radius: 6px;  border: 1px solid #f5f6f8; padding:1.25rem;}
.pg-down-list table{width:100%;}
.pg-down-text{padding:2.5rem;}
.pg-down-list thead tr th:nth-child(1){width:40%; text-align:left;}
.pg-down-list thead tr th{ width:20%; text-align:center; padding-bottom:0.625rem;}
.pg-down-list tbody tr td{ padding:0.625rem 0rem;}
.pg-down-list tbody tr td:nth-child(1){ text-align:left;}
.pg-down-list tbody tr td{  text-align:center;}
.pg-down-list tbody tr td a{ padding:0.3rem 2rem; border:solid 1px var(--theme-color); border-radius:4px; color:var(--theme-color); transition:all 0.36s ease; }
.pg-down-list tbody tr td a:hover{background:#333333; border:solid 1px #333333;}
 .pg-down-nav-box{transition:all 0.36s ease; display: block;  position: fixed; width:100%; height:100%; background:rgba(0,0,0,0.5);  left:0; top:0;right:0;bottom:0; z-index:109; opacity:0; visibility:hidden; }
 .pg-down-nav-m{display:none;}




 /*大宗订购*/
 input{outline:none;}
.pg-fw-mess .t1{  color:#333333; font-weight:bold; padding-bottom:0.625rem;}
.pg-fw-mess .t1 b{display:inline-block; padding-left:5px;color:#ff0000;}
.pg-fw-mess .t2 input{padding:0.8rem 1.25rem; background:#fff; border-radius:6px; width:100%; border:none;}
.pg-fw-mess .t2 textarea{padding:0.8rem 1.25rem; background:#fff; border-radius:6px; width:100%; border:none; height:120px;}

.pg-fw-mess .t2 .select2-container--default .select2-selection--single{padding:0.8rem 1.25rem; background:#fff; border-radius:6px; width:100%; border:none; height:auto;}
.pg-fw-mess .t2 .select2-container--default .select2-selection--single .select2-selection__rendered{line-height:inherit; padding:0rem;     padding-right: 2rem;}
.pg-fw-mess .t2 .select2-container--default .select2-selection--single .select2-selection__arrow b{border-width: 8px 8px 0 8px; border-radius:6px;     border-color: #999999 transparent transparent transparent;}
.pg-fw-mess .t2 .select2-container--default .select2-selection--single .select2-selection__arrow b{left: 0%; margin-left: -1.6rem; margin-top: 0.5rem;}

.pg-fw-mess .t2 .select2-container--default .select2-search--inline .select2-search__field{padding:1rem 1.87rem; padding-right:3.87rem; background:#fff; border-radius:6px; width:100%; border:none; margin-top:0px;padding-left: 0rem;}
.select2-container--default .select2-selection--multiple .select2-selection__rendered{padding:0px }
.select2-container--default.select2-container--focus .select2-selection--multiple{border: none;}
.select2-container--default .select2-selection--multiple{border:none; border-radius:6px;}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li{position:relative; border:none;}
/*.pg-fw-mess .t2.abc .select2.select2-container.select2-container--default::before{content:''; position:absolute; top:1.3rem; right:1.65rem;border-color: #999999 transparent transparent transparent;border-width: 10px 10px 0 10px; border-radius:6px;  border-style: solid; z-index:1; }
*/.select2-dropdown{border:none;    border-radius: 6px;   box-shadow:0px 0px 10px rgba(0,0,0,0.1);}
.select2-results__option{padding: 0.8rem 1.87rem;}
.select2-container--default .select2-selection--multiple .select2-selection__clear{font-weight:normal; margin-top: 1rem; margin-right: 1.6rem; z-index: 111111; position: relative; font-size: 1.5rem;background: #999999;     padding: 0rem 0.3rem; border-radius: 6px; color: #fff;}

.t2.abc .select2-selection.select2-selection--multiple{padding-left: 1.875rem;}
.select2-container--default .select2-selection--multiple .select2-selection__choice{margin-top: 0.95rem;}



 .pg-warranty .select2 { border:solid 1px #e0e0e0; border-radius:6px; width: 100% !important;}
.pg-warranty .pg-fw-mess .t2 input{border:solid 1px #e0e0e0; border-radius:6px;}
.pg-warranty .pg-fw-mess .t2 textarea{border:solid 1px #e0e0e0; height:80px;}

.hs-wz{color:#999; font-size:0.9rem; padding-left:1.87rem; padding-right:1.87rem;}

.pg-warr-head .t1{font-size:1.25rem; font-weight:bold; color:var(--theme-color);}
.pg-warr-head .t2{color:#999; font-size:0.9rem;}
.pg-warr-head .t3{font-size: 1.5rem; color: #333333; font-weight:bold;}

.pg-warr-head .t3 span{ width:calc((100% - 0px)/6); display:inline-block;}


.pg-warr-head{padding-bottom:2.5rem; padding-top:1.25rem;}
.pg-fw-mess{padding-bottom:2.5rem;}

.pg-fw-mess .t2.abc{position:relative;}
.pg-warranty .t2.abc .tb-selct{width:160px !important;}
.pg-warranty .t2.abc .select2{ position:absolute; left:1px; top:1px; position: absolute;  width: 160px !important; background: transparent; border-radius: 0px; border: none; border-right:solid 1px #e0e0e0;  }
.pg-warranty .t2.abc input{ padding-left:180px;}
.pg-fw-mess .t2.abc .select2-container--default .select2-selection--single{background: transparent;}


.mw-box{position:relative;}
.mw{position:absolute; right:0; top:0px; padding: 0.8rem 1.25rem;  border-left:solid 1px #e0e0e0; color:#999;}

.mess-button{width:100%;  padding: 0.8rem 1.25rem; background:#333333; color:var(--theme-color); border-radius:6px; text-align:center; font-size:1.25rem; cursor:pointer; transition:all 0.36s ease;}
.mess-button:hover{background:#1a1a1a;}
@media (max-width: 1280px) {
    /*产品*/
    .pg-product .ix-pro-list{ padding:2rem 5rem;}
    .pg-product .ix-pro-list .zsy-img{  width:50%;}
}


@media (max-width: 1080px){


    /*下载*/
    .pg-down-nav ul{display:none;}
    .pg-down-nav-m{display:flex; align-items: center; position: relative; padding-right:2.5rem;}
    .pg-down-nav-m .icon{height:28px; width:28px; position:absolute; right:0; top:5px;}
    .pg-down-nav{width:100%; margin-bottom:1.87rem; padding:1rem 1.25rem;}

    .pg-down-nav ul{display: block;  position: fixed;  top: 0;  right: -120%;  width: 60%;  height: 100%;  background: #fff;   z-index: 111;  overflow: auto; transition:all 0.36s ease;}
    .pg-down-nav.active ul{right:0;}
    .pg-down-nav.active .pg-down-nav-m{display:block;}
    .pg-down-nav.active .pg-down-nav-box{opacity:1; visibility:visible;}


    .pg-down-text{width:100%; padding:1.87rem 1.25rem;}
    .pg-down-menu{padding-bottom:1.25rem;}
    .pg-down-list{padding:0rem; border:none;}

    .pg-down-list table{border-top:solid 1px #e0e0e0;}
    .pg-down-list thead{display:none;}
    .pg-down-menu ul li a{font-size:1.25rem;}
    .pg-down-list tbody tr td:nth-child(1){width:100%; display: block; padding-top:0.625rem;}
    .pg-down-list tbody tr td:nth-child(2), .pg-down-list tbody tr td:nth-child(3){width:100px; color:#999; display:inline-block; padding:0rem; padding-right:0.625rem;}
    .pg-down-list tbody tr td{width:100%; display: block;     text-align: left;}
     .pg-down-list tbody tr{border-bottom:solid 1px #e0e0e0; padding-bottom:0.625rem; display:block;}
	 
	 .news-wp{	width:100%;     padding-right: 0.8rem; padding-left: 0.8rem;}

}

@media (max-width: 780px){
    
   
}

@media (max-width: 640px){

    .ix-nav li.active a{color:var(--theme-color);}

     /*产品*/
    .pg-product .ix-pro-list .zsy-img{  width:100%;}
    .pg-product .ix-pro-list{padding:0rem;}

    /*产品详情*/
    .pro_detail{padding:1.87rem 1.25rem;}
    .pro_cs{margin-top:1.87rem;     border-radius: 20px; }
    .pro_cs td{padding:1rem 1rem; }
    .pro_cs td:nth-child(1){width:30%;}
    .pg-text tbody tr:nth-last-child(1){border-radius:0px 0px 15px 15px;}

    /*新闻列表*/
    .page-nav ul li a{padding:1rem 0rem;}
    .pg-news-list .pnl-tit{padding:1.25rem;}

    /*新闻详情*/
    .pg-news-deta{ background:#f5f5f5;}
    .pg-news-deta .pg-deta{padding:1.25rem; border-radius:15px; background:#fff; }
    .pg-supp-list{min-height:initial;     padding: 1.87rem 1.25rem;}

      /*内页顶部图片*/
    .pg-banner{height:160px;}
    .pg-ban-img{    background-size: 1920px !important; background-position-x: 50% !important;}


    /*大宗订购*/
    .pg-warr-head{ padding-bottom:1.25rem;}
    .pg-fw-mess{padding-bottom:1.25rem;}
    .pg-warr-head .t1{font-size:1.5rem;}
    .pg-ban-tit .t1{font-size:1.8rem;}


    
    .pg-pro-tit{    text-align: center; }
        .pg-pro-tit .t4 a{    margin: 0px auto;     height: 58px; line-height:58px; width:100%;}


          .pg-pro-tit{    text-align: center; }
    .pg-pro-tit .t4 a{    margin: 0px auto;     height: 58px; line-height:58px; width:100%;}

    .pg-pro-tit .t2, .pg-pro-tit .t3{display:block;}
    .pg-pro-tit .t2{display:block;}
   .pg-pro-tit .t11, .pg-pro-tit .t3 .jj-box, .pg-pro-tit .t4 a.a1{display:none;}

      .pg-pro-img{ height:initial;}
.pg-pro-img img{height:initial;}


.pro_cs td{    width: 30%;}


.pg-pro-tit .t3{ margin-top:0px;}
.pg-pro-tit .t33{display:none;}

.pg-pro-tit .t3 .jq-zs{width:100%;}
}
