
.container::before,.container::after{
    display: none;
}
img{
    width: 100%;
}
#ip-img-preview {
    width: 50%;
    height: auto;
}
#imgs img{
    cursor: pointer;
}
.ban{
    position: relative;
    padding-top: 67px;
}
.ban-text{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    margin: auto;
    padding: 25px 0;
    background: rgba(36,66,138,.5);
}
.ban-text p{
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 3px;
}
.ban-text p>a{
    text-transform: uppercase;
    color: #fff;
}
/* leftt */
.ny-nav{
    border-bottom: 1px solid #ccc;
    background: #e6e6e6;
}
.ny-nav ul{
    display: flex;
    flex-flow: row wrap;
    margin: 0;
    position: relative;
}
.ny-nav ul>li{
    padding: 15px 0;
}
.ny-nav ul>li.active{
    background: #123984;
}
.ny-nav ul>li>a{
    font-size: 18px;
    color: #333;
    padding: 0 15px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    border-right: 1px solid #ccc;
}
.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: #123984;
}
/* about */
.ny-about{
    padding: 80px 0;
    background: #fff;
}
.ny-about>h1{
    font-size: 40px;
    color: #000;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
}
.ny-ab-con{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 0 0 50px;
}
.ny-ab-text{
    width: 48%;
}
.ny-ab-text>p{
    font-size: 18px;
    color: #666;
    text-indent: 2em;
    line-height: 42px;
    text-align: justify;
}
.ny-ab-img{
    width: 48%;
    padding-top: 15px;
}




.ny-ab-cul{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 50px 0;
}
.ny-ab-cul-box{
    width: 32%;
    padding: 30px 20px;
    border: solid 1px #000;
    background: url(../img/about/ab1.jpg) no-repeat center;
}
.ny-ab-cul-box>h3{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    margin: 0;
}
.ny-ab-cul-box>h3>span{
    font-size: 20px;
    font-weight: bold;
    color: #000;
}
.ny-ab-cul-box>h3>img{
    width: 40px;
}
.ny-ab-cul-box>p{
    font-size: 16px;
    margin-top: 30px;
    letter-spacing: 3px;
}
.ny-ab-title{
    margin-top: 150px;
}
.ny-ab-title>h3{
    font-size: 24px;
    color: #000;
    font-weight: bold;
}
.ny-ab-title>p{
    font-size: 16px;
    color: #000;
    margin: 20px 0;
}

.ny-work{
    padding: 15px 0 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,.ny-work1 ul{
    display: flex;
    flex-flow: row wrap;
   justify-content: space-between;
  }
  .ny-work1 ul{
      margin-top: 80px;
  }
  .ny-work ul>li{
    width: 32%;
    margin: 15px 0;
    overflow: hidden;
  }
  .ny-work1 ul>li{
      width: 17%;
      margin: 20px 0;
  }
  .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;
}
.ny-pro-xq-title>h5{
    display: inline-block;
    background: #123984;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 15px 40px;
}
.ny-pro-xq-title>h5>a{
    color: #fff;
}
.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: #23448e;
    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%;
}








/* ny-project */
.ny-project ul{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-top: 50px;
}
.ny-project ul>li{
    width: 33.3%;
    text-align: center;
}
.ny-project ul>li>h3{
    font-size: 18px;
    color: #fff;
    background: #24428a;
    padding: 30px 30px;
    margin: 0;
    letter-spacing: 2px;
    font-weight: bold;
}

/* contact */
.ny-contact{
    padding: 50px 0;
}
.ny-ditu{
    position: relative;
    margin-top: 80px;
}

.ny-contact-con{
    background: #f5f5f5;
    margin-bottom: -100px;
    position: relative;
    z-index: 9;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
    box-shadow: 0 0 12px -2px #ccc;
}
.ny-contact-logo{
    width: 8%;
}
.ny-contact-wx{
    width: 10%;
    margin: 0 10%;
    text-align: center;
}
.ny-contact-wx>span{
    font-size: 14px;
    display: inline-block;
    padding: 5px 0;
}
.ny-contact-con>ul{
    width: 40%;
}
.ny-contact-con>ul>li{
    line-height: 33px;
}
.ny-contact-con>ul>li:first-of-type>small{
    background: #f08300;
    padding:9px 10px 5px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    margin-right: 10px;
}
.ny-contact-con>ul>li:nth-of-type(2)>small{
    padding: 11px 10px 4px;
    background: #f08300;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    margin-right: 10px;
}
.ny-contact-con>ul>li:nth-of-type(2) i{
    font-size: 23px;
}
.ny-contact-con>ul>li:nth-of-type(3)>small{
    padding: 8px 8px 5px;
    background: #f08300;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    margin-right: 10px;
}
.ny-contact-con>ul>li:nth-of-type(4)>small{
    padding: 7px 7px 7px;
    background: #f08300;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    margin-right: 10px;
}
.ny-contact-con>ul>li:nth-of-type(4) i{
    font-size: 15px;
}
.ny-contact-con>ul>li:nth-of-type(5)>small{
    padding: 7px 7px 6px;
    background: #f08300;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    margin-right: 10px;
}
.ny-contact-con>ul>li i{
    font-size: 18px;
    color: #fff;
    line-height: 30px;
}
.ny-contact-con>ul>li:nth-of-type(5) i{
    font-size: 15px;
}


.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-top: 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;
    }
    .ny-contact-con>ul{
        padding: 20px 20px;
    }
    .ny-contact-con>ul>li{
        width: 100%;
    }
    #dituContent{
        height: 300px !important;
    }
    .ny-news ul>li{
        width: 100%;
    }
    .ny-message form{
        padding: 0 20px;
    }
    .online img{
        width: 20%;
    }
    .ban{
        padding-top: 0;
    }
    .ny-work{
        padding: 20px 0;
    }
    .ny-work-video{
        width: 100%;
    }
    .ny-work ul>li{
        width: 48%;
    }
    .ny-nav ul>li>a{
        font-size: 15px;
    }
    .ny-news{
        padding: 40px 0;
    }
    .ban-text{
        padding: 5px 0;
    }
    .ny-ab-text,.ny-ab-img{
        width: 100%;
    }
    .ny-about>h1{
        padding: 0 15px;
    }
    .ny-ab-cul-box{
        width: 100%;
        margin: 10px 0;
    }
    .ny-work1 ul>li{
        width: 48%;
    }
    .ny-project ul>li{
        width: 100%;
        margin: 10px ;
    }
}