
.container::before,.container::after{
    display: none;
}
img{
    width: 100%;
}
#ip-img-preview {
    width: 33%;
    height: auto;
}
#imgs img{
    cursor: pointer;
}
.ban{
    position: relative;
    padding-top: 80px;
}
.ban-text{
    position: absolute;
    left: 0;
    top: 18%;
    width: 100%;
    margin: auto;
}
.ban-text p{
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
}
.ban-text p>a{
    text-transform: uppercase;
}
/* leftt */
.ny-nav{
    border-bottom: 1px solid #ccc;
    background: #e6e6e6;
}
.ny-nav ul{
    display: flex;
    flex-flow: row wrap;
    margin: 0;
    position: relative;
    justify-content: center
}
.ny-nav ul>li{
    padding: 15px 0;
}
.ny-nav ul>li.active{
    background: #edd58e;
}
.ny-nav ul>li>a{
    font-size: 18px;
    color: #333;
    padding: 0 15px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    border-right: 1px solid #000;
}
.ny-nav ul>li.active>a{
    color: #fff;
}

.ny-nav ul>li>ul{
    position: absolute;
    left: 0;
    top: 40px;
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    background: #fff;
}
.ny-nav ul>li>ul>li{
    padding: 0 50px;
}
.ny-nav ul>li>ul>li>a{
    font-size: 14px;
    color: #000;
    padding: 15px 0;
    display: inline-block;
}
.ny-nav ul>li>ul>li>a:hover{
    color: #edd58e;
}
/* about */
.ny-about{
    padding: 80px 0;
    background: #f8f8f8;
}
.ny-ab-title{
    border-bottom: 1px solid #eee;
    margin-bottom: 50px;
}
.ny-ab-title>h3{
    font-size: 24px;
    color: #000;
    font-weight: bold;
}
.ny-ab-title>span{
    font-size: 14px;
    color: #999;
}
.ny-ab-title>hr{
    width: 100px;
    height: 1px;
    background: #edd58e;
    border: none;
    margin: 0;
    margin-top: 10px;
}
.ny-ab-con{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 0 0 50px;
}
.ny-ab-text{
    width: 100%;
    padding-top: 20px;
}
.ny-ab-text>p{
    font-size: 18px;
    color: #666;
    text-indent: 2em;
    line-height: 36px;
    text-align: justify;
}
.ny-ab-img{
    width: 100%;
}
.ny-about ul{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-top: 50px;
}
.ny-about ul>li{
    width: 49%;
    margin: 10px 0;
}
.ny-about ul>li>p{
    text-align: center;
    font-size: 16px;
    padding: 10px 0;
    margin: 0;
}


.ny-work{
    padding: 50px 50px;
  }
  .ny-work.animated{
    -webkit-animation: polygon 1s linear forwards;
    animation: polygon 1s linear forwards;
  }
  @-webkit-keyframes polygon {
    0% {
        -webkit-clip-path: polygon(0 0, 0 100%, 0 100%, 0 0);
        clip-path: polygon(0 0, 0 100%, 0 100%, 0 0);
        opacity: 0
    }
  
    to {
        -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
        clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
        opacity: 1
    }
  }
  
  @keyframes polygon {
    0% {
        -webkit-clip-path: polygon(0 0, 0 100%, 0 100%, 0 0);
        clip-path: polygon(0 0, 0 100%, 0 100%, 0 0);
        opacity: 0
    }
  
    to {
        -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
        clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
        opacity: 1
    }
  }
  .ny-work ul{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
   
  }
  .ny-work ul>li{
    width: 24%;
    margin: 15px 0;
    overflow: hidden;
  }
  .ny-work ul>li img{
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
  }
  .ny-work ul>li:hover img{
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
  }
  .ny-work ul>li p{
      font-size: 16px;
      padding: 10px;
      text-align: center;
      color: #000;
  }




.ny-pro-xq-title{
    text-align: center;
}
.ny-pro-xq-title>h3{
    font-size: 36px;
    color: #000;
    font-weight: bold;
}
.ny-pro-xq-title>p{
    font-size: 16px;
    color: #000;
}

.search-index{
    margin-top: 50px;
    text-align: center;
}
.search-index input{
    border: solid 1px #fff;
    padding: 15px 0 15px 10px;
    width: 80%;
    
}
.search-index form{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}
.search-bg{
    background: #fff;
    width: 60%;
    text-align: left;
    padding-left: 20px;
}
.search-index input::placeholder{
    font-size: 14px;
}
.search-index button{
    background: #edd58e;
    border: none;
    color: #fff;
    padding: 16px 20px;
    margin-left: -10px;
}


/* product */
.ny-product{
    background: #f8f8f8;
    padding: 80px 0;
}
.ny-pro-con>h3{
    font-size: 18px;
    color: #666;
    text-align: center;
}
.ny-pro-con>ul{
    display: flex;
    flex-flow: row wrap;
    margin-top: 80px;
}
.ny-pro-con>ul>li{
    width: 24%;
    margin-right: 15px;
    margin-bottom: 30px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    overflow: hidden;
    background: #fff;
}
.ny-pro-con>ul>li:hover{
    box-shadow: 0 0 12px -2px #ccc;
}
.ny-pro-con>ul>li img{
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.ny-pro-con>ul>li:hover img{
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
}
.ny-pro-con>ul>li:nth-of-type(4n){
    margin-right: 0;
}
.ny-pro-con>ul>li p{
    text-align: center;
    font-size: 16px;
    padding: 10px 20px;
    margin: 0;
    border-top: 1px solid #eee;
    background: #fff;
    color: #000;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.ny-pro-con>ul>li:hover p{
    color: #1e49b1;
    border-top: 1px solid #1e49b1;
}
/* pro-xq */

.ny-pro-xq{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
   margin-top: 60px;
}
.ny-pro-xq>div{
    width: 48%;
}
.pro-title>h3{
    font-size: 22px;
    margin-top: 10px;
}

.pro-xq-con{
    padding-top: 20px;
}
.pro-xq-con table{
    width: 100%;
}
.pro-xq-con table tr:first-of-type{
    
    font-weight: bold;
    font-size: 20px;
}
.pro-xq-con table td{
    border: solid 1px #ccc;
    text-align: center;
    padding: 12px 5px;
    word-break: inherit !important;
}
.pro-xq-con table tr td:first-of-type{
    background: #ddd;
}
.pro-xq-con strong{
    font-size: 20px;
    font-weight: bold;
}

.ny-pro-info{
    margin-top: 80px;
}
.ny-pro-info strong{
    font-size: 20px;
    font-weight: bold;
}

.ny-pro-info table{
    width: 100%;
}
.ny-pro-info table td{
    border: solid 1px #ccc;
    text-align: center;
    padding: 5px 5px;
    word-break: inherit !important;
}
.ny-pro-info img{
    width: 70%;
}








/* news */
.ny-news{
    padding: 120px 0;
}
.ny-news ul{
    display: flex;
    flex-flow: row wrap;
    
}
.ny-news ul>li{
    width: 48%;
    margin: 0 10px;
}
.ny-news ul>li h2{
    font-size: 16px;
    color: #000;
    margin: 15px 0;
}
.ny-news ul>li img{
    border: solid 1px #ccc;
}
.ny-news ul>li h3{
    font-size: 24px;
    font-weight: bold;
    color: #e41e44;
    margin: 0;
}
.ny-news ul>li p{
    font-size: 18px;
    color: #000;
    padding: 10px 0;
}
.ny-news ul>li h5{
    margin-top: 30px;
    color: #333;
    display: flex;
    align-items: center;

}
.ny-news ul>li h5>span{
    width: 20px;
    height: 1px;
    background: #333;
    display: inline-block;
    margin-left: 10px;
    position: relative;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.ny-news ul>li h5>span>small{
    position: absolute;
    right: -2px;
    top: -3px;
    border-left: 8px solid #000;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
}
.ny-news ul>li:hover h5>span{
    width: 80%;
}


.ny-news-xq{
    padding: 60px 0;
}
.ny-news-xq>h2{
    font-size: 28px;
    font-weight: bold;
    color: #000;
    text-align: center;
}
.ny-news-xq>h3{
    text-align: center;
    font-size: 18px;
    color: #000;
    margin-bottom: 60px;
}
.ny-news-xq>h3>span{
    margin: 0 20px;
}











.ny-downlad{
    margin-top:50px;
    width: 100%;
}
.ny-downlad li{
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
}
.ny-downlad li>a{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.ny-downlad li span{
    font-size: 16px;
    font-weight: bold;
    color: #000;
}
.ny-downlad li span i{
    padding-right: 5px;
}
.ny-downlad li small{
    display: inline-block;
    padding: 5px 20px;
    background: #d91f24;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    color: #fff;
}


/* ny-contact */
.ny-contact-con{
    box-shadow: 0 0 12px -2px #ccc;
    margin-top: -100px;
    position: relative;
    z-index: 999;
    background: #fff;
}
.ny-contact-con>ul{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 30px 0;
}
.ny-contact-con>ul>li{
    width: 20%;
    text-align: center;
}
.ny-contact-con>ul>li i{
    font-size: 36px;
    color: #edd58e;
}
.ny-contact-con>ul>li h3{
    font-size: 24px;
    margin: 0;
    color: #000;
    text-transform: capitalize;
    padding: 15px 0;
    font-weight: bold;
}
.ny-contact-con>ul>li p{
    font-size: 18px;
    color: #000;
}
.ny-message{
    /* box-shadow: 0 0 12px -2px #ccc; */
    padding: 60px 0;
}
.ny-message h2{
    text-align: center;
    font-size: 34px;
    color: #edd58e;
    font-weight: bold;
    text-transform:uppercase;
}
.ny-message form{
    margin: 0 auto;
    padding: 0 20%;
    text-align: center;
}
 
  .online input {
    width: 49%;
    height: 50px;
    border: 1px solid #dadada;
    color: #4e4e4e;
    font-size: 16px;
    line-height: 28px;
    text-indent: 10px;
    background:#fff;
    margin: 10px 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
  .online .mess {
    width: 98.6%;
    border: 1px solid #dadada;
    color: #4e4e4e;
    font-size: 16px;
    line-height: 28px;
    text-indent: 10px; resize:none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding-top: 15px;
    height: 200px;
  }
  .online .mess:focus-visible{
    outline: none;
  }
  .online .submit{
    border: none;
    cursor: pointer;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    padding-right: 10px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    background: #edd58e;
    padding: 10px 40px;
    display: inline-block;
    margin-top: 20px;
}
  .yz{
      
      width: 20% !important;
      height: 30px !important;
      margin-left: 5px !important;
  }
  .online img{
      width: 6%;
      display: inline-block;
      margin-top: -5px;
  }

.foot-map{
    position: absolute;
    left: 38%;
    top: 51%;
    width: 100%;
    height: 100%;
    z-index: 99999;
}
.foot-map>p{
    font-size: 20px;
    color: #000;
    font-weight: bold;
}

.page,.page1{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 10px 10px;
    margin-top: 20px;
    width: 100%;
}
.page span,.page1 span{
    width: 50%;
    color: #000;
    font-size: 14px;
}
.page span:last-of-type,.page1 span:last-of-type{
    text-align: right;
}
.page span>a{
    font-size: 14px;
    color: #000;
    border: solid 1px #ccc;
    padding: 2px 5px;
    border-radius: 5px;
}
.page span>a>select,.page span>a>select:focus{
    border: none;
    background: #f8f8f8;
}
.page-nums{
    display: none;
}
.page1 span>a{
    color: #000;
}
.page-num{
    border: solid 1px #ccc;
    padding: 2px 10px;
    margin: 0 3px;
    border-radius: 5px;
}
.left-menu{
    display: none;
}
@media all and (max-width:768px) {
    .container{
        width: 100%;
    }
    .navbar{
        position: relative;
        background: #fff !important;
    }
    .ban-text h3{
        font-size: 22px;
        margin-bottom: 10px;
        margin-top: 0;
    }
    .ny-about{
        padding: 20px 0;
    }
    .ny-ab-con{
        padding: 0;
    }
    .ny-ab-title{
        margin-bottom: 20px;
    }
    .ny-about ul{
        margin-top: 20px;
    }
    .ny-pro-con>ul{
        margin-top: 0;
    }
    .ny-pro-con>ul>li{
        width: 47%;
        margin: 5px ;
    }
    .page span, .page1 span{
        width: 100%;
        display: inline-block;
        text-align: left !important;
        margin: 10px 0;
    }
    .ny-pro-xq{
        margin-top: 0;
    }
    .ny-pro-xq>div{
        width: 100%;
    }
    .ny-contact-con{
        padding: 20px 0;
        margin-top: -70px;
    }
    .ny-contact-con>ul{
        padding: 20px 20px;
    }
    .ny-contact-con>ul>li{
        width: 100%;
    }
    #dituContent{
        height: 300px !important;
    }
    .ban-text{
        top: 5%;
    }
    .ny-work{
        padding: 15px;
    }
    .ny-work ul>li{
        width: 49%;
    }
    #ip-img-preview{
        width: 100%;
    }
    .page span>a{
        display: inline-block;
        margin: 2px 0;
    }
    .search-index{
        margin: 20px 0;
    }
    .ny-nav{
        padding-top: 0 !important;
    }
    .ny-nav ul>li {
        width: 50%;
        text-align: center;
    }
    .ny-news{
        padding: 20px 0;
    }
    .ny-news ul>li{
        width: 100%;
    }
    .ny-news-xq>h3>span{
        margin: 0 5px;
    }
    .ny-message form{
        padding: 0 15px;
    }
    .online img{
        width: 20%;
    }
    .ny-nav ul>li>a{
        padding: 0 2px;
        border-right: none;
    }
    .ban{
        padding-top: 0;
    }
}


.amap-logo,.amap-copyright{
    display: none !important;
}