
.container::before,.container::after{
    display: none;
}
img{
    width: 100%;
}
#ip-img-preview {
    width: 35%;
    height: auto !important;
}
#imgs img{
    cursor: pointer;
}
.ban{
    position: relative;
    padding-top: 67px;
}
.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;
    color: #fff;
}
/* left */
.location{
    border-bottom: 1px solid #ccc;
}
.location>div{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.ny-nav{
    width: 60%;
}
.ny-nav>ul>li{
    display: inline-block;
    padding: 15px 0;
    position: relative;
}
.ny-nav>ul>li>a{
    color: #333;
    cursor: pointer;
    font-size: 14px;
}
.ny-nav>ul>li.active>a{
    color: #d91f24;
}
.ny-nav>ul>li>a>span{
    font-size: 16px;
    padding: 0 10px;
    display: inline-block;
}
.ny-nav>ul>span{
    font-size: 16px;
    padding: 0 10px;
    display: inline-block;
}
.ny-nav>ul>li>ul{
    position: absolute;
    left: 0;
    top: 50px;
    background: #8ca2b9;
    width: 100%;
    display: none;
    z-index: 999;
}
.ny-nav>ul>li>i{
    font-size: 16px;
    color: #fff;
}
.ny-nav>ul>li>ul>li{
    border-top: 1px solid #fff;
    text-align: center;
}
.ny-nav>ul>li>ul>li a{
    color: #fff;
    display: inline-block;
    padding: 15px 5px;
    width: 100%;
}
.bread{
    width: 39%;
    text-align: right;
}
.bread p{
    padding: 15px 0;
    color: #333;
}
.bread p>a{
    color: #333;
    display: inline-block;
    padding: 0 5px;
}
.bread i{
    padding-right: 5px;
    color: #d91f24;
}

/* about */
.ny-about{
    padding: 80px 0;
    background: #fff;
}
.ny-ab-title{
    margin-bottom: 40px;
    text-align: center;
}
.ny-ab-title>h3{
    font-size: 36px;
    color: #000;
    font-weight: bold;
}
.ny-ab-title>span{
    font-size: 14px;
    color: #999;
}
.ny-ab-con{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-bottom: 80px;
}
.ny-ab-text{
    width: 100%;
}
.ny-ab-text>p{
    font-size: 18px;
    color: #666;
    line-height: 26px;
    text-align: justify;
    margin-bottom: 30px;
}
.ny-ab-img{
    width: 100%;
}
.ny-about ul{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.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-work1{
    background: url(../img/about/hr-bg.png) no-repeat center;
}

.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: 49%;
    margin: 30px 0 ;
    overflow: hidden;
    border-bottom: 1px solid #000;
  }
  .ny-work1 ul>li{
      width: 32%;
  }
  .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(.95);
    -webkit-transform: scale(.95);
    -moz-transform: scale(.95);
    -ms-transform: scale(.95);
    -o-transform: scale(.95);
}
  .ny-work ul>li p{
      font-size: 16px;
      padding: 20px 0;
      text-align: center;
      color: #000;
  }
  .ny-work ul>li p span{
      background: #373737;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      color: #fff;
      padding: 0px 5.3px 2px 5px;
}



/* ny-culture */
.ny-culture ul>li{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin-bottom: 40px;
    width: 100%;
}
.ny-culture ul>li img{
    width: 50%;
    padding: 20px 0;
}

.ny-culture-text{
    width: 50%;
    box-shadow: 0 0 12px -2px #ccc;
    background: #f9f8f6;
    padding: 120px 100px;
}
.ny-culture-text h3{
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    color: #000;
}
.ny-culture-text p{
    font-size: 16px;
    font-weight: bold;color: #000;
    position: relative;
    line-height: 30px;
}
.ny-culture-text p>span{
    position: absolute;
    left: -23px;
    top: 0;
}








/* product */
.ny-product{
    background: url(../img/pro/pro-bg.jpg) no-repeat center;
    padding: 80px 0;
    background-size: cover;
}
.ny-nav-title{
    margin: 80px 0;
}
.ny-nav-title ul{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}
.ny-nav-title ul>li{
    margin: 0 30px;
}
.ny-nav-title ul>li a{
    color: #000;
    padding: 3px 10px;
    font-size: 16px;
}
.ny-nav-title ul>li.active a{
    background: #d91f24;
    color: #fff;
}
.ny-nav-title ul>li:hover a{
    background: #d91f24;
    color: #fff;
}
.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: 48%;
    margin-right: 15px;
    margin-bottom: 30px;
    text-align: center;
}
.ny-pro-img{
    box-shadow: 0 0 12px -2px #ccc;
    overflow: hidden;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.ny-pro-con>ul>li:hover .ny-pro-img{
    transform: scale(.95);
    -webkit-transform: scale(.95);
    -moz-transform: scale(.95);
    -ms-transform: scale(.95);
    -o-transform: scale(.95);
}
.ny-pro-con>ul>li:nth-of-type(4n){
    margin-right: 0;
}
.ny-pro-con>ul>li h3{
    text-align: center;
    font-size: 16px;
    padding: 10px 20px;
    margin: 20px 0 0;
    color: #000;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.ny-pro-con>ul>li:hover h3{
    color: #d91f24;
}
.ny-pro-con>ul>li p{
    font-size: 14px;
    color: #000;
    display: inline-block;
    border-bottom: 1px solid #000;
    padding: 5px 0;
}
/* 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: 18px;
    font-weight: bold;
    background: #d91f24;
    color: #fff;
    display: inline-block;
    padding: 5px 20px;
    margin-top: 30px;
}
.pro-title>h4>span{
    font-size: 14px;
    font-weight: normal;
}
.pro-title p{
    font-size: 14px;
    color: #000;
    line-height: 26px;
}
.ny-pro-info{
    background: #fff;
}
.ny-pro-info h4{
    font-size: 18px;
    font-weight: bold;
    background: #d91f24;
    color: #fff;
    display: inline-block;
    padding: 5px 20px;
    margin-top: 30px;
}
.ny-pro-info h4>span{
    font-size: 14px;
    font-weight: normal;
}
.ny-pro-info table{
    width: 100%;
}
.ny-pro-info table tr:first-of-type{
    
    font-weight: bold;
    font-size: 20px;
}
.ny-pro-info table td{
    border: solid 1px #ccc;
    text-align: center;
    padding: 12px 5px;
    word-break: inherit !important;
}
.ny-pro-info table tr td:first-of-type{
    background: #ddd;
}
.ny-pro-info strong{
    font-size: 20px;
    font-weight: bold;
}
.ny-pro-info img{
    width: 70%;
    margin:  0 auto;
    padding-bottom: 30px;
}

.pro-title table{
    width: 100%;
}
.pro-title table tr:first-of-type{
    
    font-weight: bold;
    font-size: 20px;
}
.pro-title table td{
    border: solid 1px #ccc;
    text-align: center;
    padding: 12px 5px;
    word-break: inherit !important;
}
.pro-title table tr td:first-of-type{
    background: #ddd;
}
.pro-title strong{
    font-size: 20px;
    font-weight: bold;
}





/* news */
.ny-news{
    padding: 120px 0;
}
.ny-news>div>ul{
    display: flex;
    flex-flow: row wrap;
}
.ny-news>div>ul>li{
    margin-bottom: 80px;
    width: 100%;
}
.ny-news>div>ul>li>a{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.ny-news-img{
    width: 46%;
}
.ny-news-text{
    width: 50%;
    padding: 100px 0;
}
.ny-news>div>ul>li:nth-of-type(2n) a{
    flex-direction: row-reverse;
}

.ny-news-text>h2{
    font-size: 16px;
    color: #aaa;
    margin: 15px 0;
    font-weight: normal;
    position: relative;
}
.ny-news-text>h2>span{
    display: inline-block;
    padding-bottom: 10px;
}
.ny-news-text>h2>hr{
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 80px;
    height: 2px;
    background: #aaa;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.ny-news>div>ul>li:hover .ny-news-text>h2>hr{
    width: 100%;
}
.ny-news-text>h3{
    font-size: 24px;
    font-weight: bold;
    color: #000;
    margin: 0;
}
.ny-news>div>ul>li p{
    font-size: 16px;
    color: #aaa;
    padding: 10px 0;
    line-height: 34px;
}





.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-news-xq p{
    font-size: 14px;
    color: #000;
    line-height: 26px;
    margin: 20px 0;
    display: flex;
    justify-content: center;
}
.ny-news-xq p img{
    width: 75%;
}



.ny-recruitment{
    background: url(../img/about/talent.jpg) no-repeat center;
    text-align: center;
}
.ny-talent1-img{
    width: 80px;
    margin: 0 auto;
}
.ny-talent1>h4,.ny-talent2>h4{
    font-size: 28px;
    font-weight: bold;
    color: #16214e;
    letter-spacing: 2px;
}
.ny-talent1-text>p{
    font-size: 16px;
    color: #000;
    box-shadow: 0 0 12px 2px #aaa;
    width: 400px;
    padding: 40px 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #ffff;
    margin: 20px auto 140px;
    letter-spacing: 2px;
}
.ny-talent2-text>div{
    box-shadow: 0 0 12px 2px #aaa;
    width: 100%;
    padding: 30px 200px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #ffff;
    margin:20px 0;
}
.ny-talent2-box>h3{
    font-size: 20px;
    color: #000;
    margin: 0 0 20px;
    font-weight: bold;
}
.ny-talent2-box>p{
    font-size: 16px;
    color: #000;
}


.ny-content{
    padding: 80px 0;
}
.ny-downlad{
    margin-top:50px;
    width: 100%;
    box-shadow: 0 0 12px -2px #ccc;
}
.ny-downlad li{
    margin: 20px 0;
    padding: 30px 20px;
}
.ny-downlad li>a{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.ny-downloadi-img{
    width: 40%;
}
.ny-download-text{
    width: 58%;
    padding: 20px 10% 20px 0;
}

.ny-download-text>h3{
    font-size: 26px;
    color: #000;
    font-weight: bold;
    margin: 0;
}
.ny-download-text>p{
    font-size: 16px;
    color: #000;
    line-height: 26px;
    margin: 15px 0;
    
}

.ny-download-text>small{
    display: inline-block;
    padding: 5px 20px;
    color: #000;
    border: solid 1px #000;
    font-size: 14px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.ny-download-text>small:hover{
    background: #d91f24;
    color: #fff;
}

/* ny-contact */
.ny-contact{
    background: #fff;
    padding: 80px 0;
}
.ny-contact-con{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
#aToMap{
    width: 50%;
}
.ny-contact-text{
    width: 46%;
    padding: 80px 0;
}
.ny-contact-text ul>li:nth-of-type(1){
    font-size: 20px;
    font-weight: bold;
    color: #000;
    margin-bottom: 20px;
}
.ny-contact-text ul>li{
    font-size: 14px;
    color: #000;
    line-height: 26px;
}







.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) {
    .ny-nav{
        width: 100%;
    }
    .bread{
        width: 100%;
        text-align: left;
    }
    .ny-nav>ul>li>a>span,.ny-nav>ul>span{
        padding: 0 5px;
    }
    .ny-ab-title>h3{
        font-size: 26px;
    }
    .ny-work{
        padding: 50px 15px;
    }
    .page span, .page1 span{
        width: 100%;
        text-align: left !important;
        margin: 10px 0;
    }
    #ip-left,#ip-right{
        background: transparent !important;
        border: transparent !important;
    }
    #ip-left>div{
        border: 20px solid !important;
        border-color: transparent #1CB9C4 transparent transparent !important;
        left: -10px !important;
    }
    #ip-right>div{
        border: 20px solid !important;
        border-color: transparent transparent transparent #1CB9C4 !important;
        left: auto !important;
        right: -10px;
    }
    #ip-img-preview{
        width: 78%;
    }
    .ny-culture ul>li img,.ny-culture-text{
        width: 100%;
    }
    .ny-culture-text{
        padding: 20px 30px;
    }
    .ny-work1 ul>li{
        width: 48%;
    }
    .ny-pro-con>ul{
        justify-content: space-between;
    }
    .ny-pro-con>ul>li{
        margin: 0;
    }
    .ny-pro-xq>div{
        width: 100%;
    }
    .ny-pro-info img{
        width: 100%;
    }
    .ny-news-img,.ny-downloadi-img,#aToMap{
        width: 100%;
    }
    .ny-news-text{
        width: 100%;
        padding: 20px 0;
    }
    .ny-talent1-text>p{
        width: 100%;
    }
    .ny-talent2-text>div{
        padding: 36px;
    }
    .ny-download-text{
        width: 100%;
        padding: 20px 0;
    }
    #aToMap{
        padding: 0 10px;
    }
    .map{
        height: 200px !important;
    }
    .ny-contact-text{
        width: 100%;
        padding: 20px 15px;
    }
}