
.container::before,.container::after{
    display: none;
}
img{
    width: 100%;
}
#ip-img-preview {
    width: 60%;
    height: auto;
}
#imgs img{
    cursor: pointer;
}
.ban{
    position: relative;
}
.ban-text{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ban-text h3{
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    padding-top: 80px;
}
.ban-text p{
    text-align: center;
    font-size: 16px;
    color: #ccc;
}
/* leftt */
.ny-nav{
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    padding-top: 30px;
    background: #f8f8f8;
}
.ny-nav>ul{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin: 0;
    position: relative;
}
.ny-nav>ul>li{
    margin: 0 50px;
}
.ny-nav>ul>li>a{
    font-size: 16px;
    color: #333;
    padding-bottom: 15px;
    position: relative;
    cursor: pointer;
}
.ny-nav>ul>li.active>a{
    color: #123984;
}
.ny-nav>ul>li:hover>a{
    color: #123984;
}
.ny-nav>ul>li>a>hr{
    position: absolute;
    left: 50%;
    bottom: -22px;
    width: 0;
    height: 2px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.ny-nav>ul>li.active>a>hr{
    background: #123984;
    width: 80%;
    left: 10%;
}
.ny-nav>ul>li:hover>a>hr{
    background: #123984;
    width: 80%;
    left: 10%;
}

.ny-nav>ul>li>ul{
    position: absolute;
    left: 0;
    top: 40px;
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    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: #f8f8f8;
}
.ny-ab-title{
    border-bottom: 1px solid #eee;
    margin-bottom: 50px;
}
.ny-ab-title>h3{
    font-size: 24px;
    color: #000;
    font-weight: bold;
    margin-left: 50px;
}
.ny-ab-title>span{
    font-size: 14px;
    color: #999;
    margin-left: 50px;
}
.ny-ab-title>hr{
    width: 100px;
    height: 1px;
    background: #123984;
    border: none;
    margin: 0;
    margin-top: 10px;
    margin-left: 50px;
}
.ny-ab-con{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 0 50px 50px;
}
.ny-ab-text{
    width: 100%;
    padding-top: 20px;
}
.ny-ab-text>p{
    font-size: 14px;
    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: 32%;
    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: 32%;
    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-pr-con>ul{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.ny-pr-con>ul>li{
    width: 24%;
    background: #fff;
    text-align: center;
    padding: 60px 20px;
    box-shadow: 0 0 12px -2px #ccc;
    position: relative;
}
.ny-pr-con>ul>li>h3{
    font-size: 20px;
    color: #000;
    font-weight: bold;
}
.ny-pr-con>ul>li>p{
    font-size: 14px;
    color: #333;
    line-height: 26px;
    margin-top: 30px;
}
.ny-pr-icon{
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background: #133984;
}
.ny-pr-icon>span{
    color: #fff;
    font-size: 20px;
    line-height: 35px;
}
.ny-pro-img{
    width: 90%;
    margin: 80px auto 0;
    position: relative;
    padding: 30px 0;
}
.ny-pro-img>h3{
    font-size: 26px;
    color: #000;
    font-weight: bold;
    text-align: center;
    margin-bottom: 70px;
}
.ny-pro-text{
    position: absolute;
}
.ny-pro-text p{
    font-size: 22px;
    color: #133984;
    font-weight: bold;
}
.ny-pro-text1{
    top: 395px;
    left:163px;
}
.ny-pro-text2{
    top: 395px;
    left:512px;
}
.ny-pro-text3{
    top: 395px;
    right:100px;
}
.ny-pro-text4{
    bottom: 302px;
    left:131px;
}
.ny-pro-text5{
    bottom: 302px;
    left:541px;
}
.ny-pro-text6{
    bottom: 302px;
    right:89px;
}






/* 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;
}
.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-product-img{
    overflow: hidden;
}
.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(1.2);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.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-title>h4{
    font-size: 22px;
    margin: 0;
    padding: 15px 0;
}
.pro-title>p{
    font-size: 14px;
    line-height: 25px;
}
.ny-xq-title>h2{
    font-size: 18px;
    font-weight: bold;
}
.ny-xq-title>p{
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 1px;
}
.ny-xq-title{
    width: 100% !important;
}
.pro-xq-con{
    padding-top: 20px;
}
.pro-xq-con table{
    width: 100%;
}
.pro-xq-con table tr:first-of-type{
    border: solid 1px #ccc;
    
}
.pro-xq-con table tr:first-of-type>td{
    font-weight: bold;
    font-size: 18px;
}
.pro-xq-con table td{
    border-bottom: solid 1px #ccc;
    text-align: center;
    padding: 5px 5px;
    word-break: inherit !important;
}
.pro-xq-con>p img{
    width: 32%;
    padding:10px 30px;
    border: solid 1px #333;
    margin-top: 20px;
    margin-right: 19px;
}
.pro-xq-con>p img:nth-of-type(3n){
    margin-right: 0;
}
.pro-xq-con>p{
    display: flex;
    flex-flow: row wrap;
    line-height: 40px;
    font-size: 22px
}
/* news */
.ny-news{
    padding:80px 0;
}
.ny-news ul>li{
    width: 100%;
    border-bottom: solid 2px #ccc;
    padding: 30px 0;
    margin-bottom:30px;
}
.ny-news ul>li>a{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}
.ny-news-img{
    width: 45%;
}
.ny-news-text{
    width: 40%;
    text-align: right;
}
.ny-news-text>h3{
    font-size: 24px;
    color: #000;
    font-weight: bold;
    margin: 0;
    padding-bottom: 15px;
}
.ny-news-text>p{
    font-size: 14px;
    line-height: 24px;
    color: #666;
}
.ny-news-date{
    width: 10%;
    text-align: center;
}
.ny-news-date>h3{
    font-size: 30px;
    color: #bfa67d;
    margin: 0;
}
.ny-news-date>h2{
    font-size: 16px;
    color: #000;
    margin: 10px 0;
    font-weight: bold;
}


.ny-news-xq{
    padding: 80px 0;
}
.ny-news-xq>h2{
    font-size: 24px;
    font-weight: bold;
    color: #000;
}
.ny-news-xq>h3{
    font-size: 16px;
    color: #666;
}
.ny-news-xq>h3>span{
    margin-right: 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{
    background: #f6f6f6;
}
.ny-contact-con{
    padding: 120px 0;
}
.ny-contact-con>h1{
    text-align: center;
    font-size: 24px;
    color: #123984;
    font-weight: bold;
}
.ny-contact-con>ul{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    padding: 30px 0 30px 17%;
}
.ny-contact-con>ul>li{
    width: 40%;
    margin: 0 20px;
}
.ny-contact-con>ul>li>h3{
    font-size: 16px;
    color: #123984;
    font-weight: bold;
}
.ny-contact-con>ul>li>p{
    font-size: 14px;
    color: #333;
}

/* message */
.ny-ditu{
    display: flex;
    flex-flow: row wrap;
}
.ny-message{
    width: 50%;
    background: #fff;
    padding: 30px 50px;
}
.ny-message>h3{
    font-size: 20px;
    color: #000;
    font-weight: bold;
    text-align: center;
}
.ny-message form input{
    width: 100%;
    height: 28px;
    border: 1px solid #dadada;
    color: #4e4e4e;
    font-size: 16px;
    line-height: 28px;
    text-indent: 10px;
    background:#fff;
} 
.ny-message form textarea {
    width: 100%;
    border: 1px solid #dadada;
    color: #4e4e4e;
    font-size: 16px;
    line-height: 28px;
    text-indent: 10px; resize:none;
  
  }
  .ny-message form span{
      font-size: 16px;
      color: #000;
      padding: 20px 0 5px;
      display: inline-block;
  }
  .ny-message form input.botton {
    display: inline-block;
    border: none;
    cursor: pointer;
    color: #ffffff;
    font-size: 14px;
    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: #da251c;
    width: auto;
    height: 30px;
    margin-left: 45%;
    margin-top: 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-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;
    }
    .ny-contact-con>ul{
        padding: 20px 20px;
    }
    .ny-contact-con>ul>li{
        width: 100%;
    }
    #dituContent{
        height: 300px !important;
    }
    .ban-text{
        display: none;
    }
    .ny-about ul>li{
        width: 49%;
    }
    .ny-nav>ul>li{
        margin: 0 10px;
    }
    .ny-news ul>li{
        width: 100%;
        border-left: none;
    }
    .ny-news{
        padding: 20px 0;
    }
    .ny-work{
        padding: 20px;
    }
    .ny-work ul>li{
        width: 48%;
    }
    .ny-news ul>li>a>div{
        width: 100%;
        text-align: left;
    }
}