.container::before,
.container::after {
    display: none;
}

img {
    width: 100%;
}

#ip-img-preview {
    width: 33%;
    height: auto;
}

#imgs img {
    cursor: pointer;
}
.bread{
    border-bottom: 1px solid #ccc;
}
.bread p,.bread a{
    display: inline-block;
    padding: 10px 0;
    font-size: 16px;
    color: #000;
}
.ban {
    position: relative;
    padding-top: 50px;
}

.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;
}

.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;
    z-index: 1;
    top: 40px;
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    background: #fff;
    border-bottom: 1px solid #999;
}
.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;
    font-weight: bold;
}
.ny-nav>ul>li>ul>li>a:hover{
    color: #c90c13;
}
.ny-nav>ul>li>ul>li.active1>a{
  color: #c90c13;
  
}
.ny-nav>ul>li>ul>li>ul{
    position: absolute;
    left: 0;
    z-index: 1;
    top: 50px;
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    background: #fff;
    border-bottom: 1px solid #999;
}
.ny-nav>ul>li>ul>li>ul>li{
    padding: 0 50px;
}
.ny-nav>ul>li>ul>li>ul>li>a{
    font-size: 14px;
    color: #000;
    padding: 15px 0;
    display: inline-block;
    font-weight: bold;
}
.ny-nav>ul>li>ul>li>ul>li>a:hover{
    color: #c90c13;
}
.ny-nav>ul>li>ul>li>ul>li.active1>a{
  color: #c90c13;
  
}

/* 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;
}

.ny-ab-text {
    width: 100%;
    padding: 30px 0 50px;
}

.ny-ab-text>p {
    font-size: 16px;
    color: #666;
    text-indent: 2em;
    line-height: 36px;
    text-align: justify;
}
.ny-ab-text>p strong{
    font-size: 20px;
    color: #000;
    font-weight: bold;
}
.ny-about ul {
    display: flex;
    flex-flow: row wrap;
}

.ny-about ul>li {
    width: 23%;
    margin: 10px 10px;
}

.ny-about ul>li>p {
    text-align: center;
    font-size: 16px;
    padding: 10px 0;
    margin: 0;
}



.ny-ab-core {
    background: #fff;
    padding: 50px 0;
}
.ny-ab-core h4{
    font-size: 16px;
    color: #000;
    padding: 0 10px;
}
.ny-ab-core ul>li {
    width: 22%;
    text-align: center;
    border: solid 1px #ccc;
    margin-right: 20px;
}

.ny-core-img {
    padding: 10% 30%;
}

.ny-ab-core ul>li h3 {
    font-size: 20px;
    color: #333;
}

.ny-ab-core ul>li span {
    font-size: 14px;
    color: #999;
}

.ny-ab-core ul>li p {
    font-size: 14px;
    color: #888;
}


.ny-ab-team {
    padding: 50px 0;
    background: #f8f8f8;
}
.ny-ab-team ul>li {
    width: 22%;
    padding: 20px 0;
    text-align: center;
}

.ny-core-img {
    padding: 10% 30%;
}

.ny-ab-team ul>li h3 {
    font-size: 20px;
    color: #333;
}

.ny-ab-team ul>li span {
    font-size: 14px;
    color: #999;
}

.ny-ab-team ul>li p {
    font-size: 14px;
    color: #888;
}








.ny-project {
    background: #f8f8f8;
    padding: 80px 0;
}

.ny-project>h5 {
    font-size: 18px;
    color: #666;
    text-align: center;
    line-height: 30px;
    margin-bottom: 80px;
}

.ny-project-con {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-bottom: 80px;
}

.ny-project-left {
    width: 40%;
}

.ny-project-right {
    width: 55%;
}

.ny-project-title {
    display: flex;
    align-items: center;
}

.ny-project-title>i {
    font-size: 40px;
    color: #ccc;
    margin-right: 15px;
}

.ny-project-title>h3 {
    margin: 0;
}

.ny-project-title>h3>span {
    font-size: 18px;
    color: #000;
    font-weight: bold;
    display: inline-block;
}

.ny-project-title>h3>small {
    font-size: 14px;
    color: #999;
    display: inline-block;
}

.ny-project-left p {
    font-size: 16px;
    color: #666;
    line-height: 30px;
    margin-top: 30px;
}

.ny-project-left table {
    width: 100%;
    margin-top: 30px;
}

.ny-project-left table td {
    border: solid 1px #ccc;
    font-size: 16px;
    color: #666;
    padding: 10px;
    text-align: center;
}



.ny-project-die {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 40px 0;
    margin: 40px 0;
}

.ny-die-left {
    width: 55%;
}

.ny-die-right {
    width: 40%;
    padding-top: 80px;
}

.ny-die-right p {
    font-size: 16px;
    color: #666;
    line-height: 30px;
    margin-top: 30px;
}




.ny-project-img>.ny-project-title {
    margin-left: 50px;
    margin-bottom: 50px;
}

.ny-project-img>ul {
    display: flex;
    flex-flow: row wrap;

}
.ny-project-img>ul.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-project-img>ul>li {
    width: 31%;
    margin: 10px 10px;
}
.ny-project-img>ul>li video{
    width: 100%;
}
.ny-project-img>ul>li>div {
    overflow: hidden;

}

.ny-project-img>ul>li>div img {
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.ny-project-img>ul>li:hover>div>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-project-img>ul>li h3{
    font-size: 18px;
    color: #000;
    font-weight: bold;
}
.ny-project-img>ul>li>p {
    font-size: 16px;
    color: #333;
    margin: 0;
}
.ny-project-ul{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.ny-project-ul>li{
    width: 31% !important;
}





/* 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-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: #707173;
    color: #fff;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

/* pro-xq */

.ny-pro-xq {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;

}

.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-con1{
    margin-top: 40px;
}
.pro-xq-con1>h4{
    font-weight: bold;
}
.pro-xq-con1 table {
    width: 100%;
}

.pro-xq-con1 table tr:nth-of-type(2n+1){
    background: #fff;
    color: #000;
}
.pro-xq-con1 table tr:first-of-type{
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: #244288;
}
.pro-xq-con1 table td {
    border: solid 1px #ccc;
    text-align: center;
    padding: 10px 10px;
    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: 26px;
}





/* news */
.ny-news{
    padding: 50px 0;
    width: 100%;
  }
  .ny-news ul{
    margin-top: 40px;
  }
  .ny-news ul li{
    margin: 5px 0;
    padding: 40px 30px;
    border: solid 1px #eee;
  }
  .ny-news ul li:hover{
    box-shadow: 0 0 12px -2px #ccc;
    
  }
  .ny-news ul li>a{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  .ny-news-img{
    width: 48%;
  }
  .ny-news h2{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
  }
  .ny-news>h3>span{
    font-size: 16px;
  }
  .news-con{
    width: 48%;
    padding: 30px 0;
  }
  .news-con h3{
    font-size: 24px;
    font-weight: bold;
    margin: 0;
    color: #333;
  }
  .news-con span{
    padding: 10px 0;
    display: inline-block;
    color: #666;
    font-size: 14px;
    margin: 0 5px;
  }
  .news-con p{
    color: #666;
    line-height: 28px;
    margin: 10px 0 60px;
  }
  .news-con>h4{
    font-size: 80px;
    color: #000;
    font-weight: bold;
    display: inline-block;
    border-bottom: 4px solid #000;
    margin-bottom: 30px;
  }
  
.ny-news-xq h2{
    font-size: 24px;
    color: #000;
    font-weight: bold;
}
.ny-news-xq h3{
    font-size: 16px;
    color: #666;
}
.ny-news-xq p{
    font-size: 16px;
    color: #000;
    line-height: 24px;
    margin: 5px 0;
}



.partner>li{
    width: 16% !important;
}






/* ny-contact */
.ny-contact{
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 80px 0;
}

.ny-contact-left{
    width: 48%;
}
.ny-contact-left h3{
    font-size: 28px;
    color: #000;
    text-transform: uppercase;
}
.ny-contact-left p{
    font-size: 14px;
    color: #aaa;
    line-height: 26px;
    margin: 25px 0;
}
.ny-contact-left h4{
    font-size: 20px;
    color: #000;
    line-height: 30px;
    margin: 30px 0;
}
.ny-message{
    width: 48%;
}
.ny-message form{
    margin: 0 auto;
    
    text-align: center;
  }
  .ny-message form h4{
    text-align: left;
    margin: 10px 0 5px;
    color: #aaa;
  }
  .ny-message input {
    width: 100%;
    height: 50px;
    border: 1px solid #dadada;
    color: #4e4e4e;
    font-size: 16px;
    line-height: 28px;
    text-indent: 10px;
    background:#fff;
    margin: 0 0 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
  }
  .ny-message .mess {
    width: 100%;
    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: 100px;
  }
  .ny-message .mess:focus-visible{
    outline: none;
  }
  .ny-message .submit{
    border: none;
    cursor: pointer;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    padding-right: 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background: #00a2ea;
    padding: 10px 40px;
    display: inline-block;
    margin-top: 20px;
    width: 100%;
}
  .yz{
      
      width: 20% !important;
      height: 30px !important;
      margin-left: 5px !important;
  }
  .ny-message img{
      width: 6%;
      display: inline-block;
      margin-top: -5px;
  }



.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;
}
.Box{
    display: none;
}
@media all and (max-width:768px) {
    .container {
        width: 100%;
    }

    .ban {
        padding-top: 67px;
    }
    .ban-text h3{
        font-size: 24px;
    }
    .in-wrap {
        display: none;
    }

    .numCount li {
        width: 50%;
    }

    .ban-text {
        top: 30px;
    }

    .ny-nav>ul>li {
        margin: 14px 1px;
    width: 36%;
    text-align: center;
    }

    .ny-nav {
        padding-top: 20px !important;
        display: block !important;
    }
    .ny-nav>ul>li>ul>li{
        padding: 0 20px;
    }
    .ny-nav>ul>li>ul>li>ul{
        top: 100px;
    }
    .ny-nav>ul>li>ul>li>ul>li{
        padding: 0 20px;
    }
    .ny-about {
        padding: 20px 0;
    }

    .ny-ab-con {
        padding: 0;
    }

    .ny-ab-text,
    .ny-ab-img {
        width: 100%;
    }

    .ny-ab-core ul>li {
        width: 50%;
        padding: 0;
    }

    .swiper .pic li {
        width: 100% !important;
        top: 0 !important;
        left: 0 !important;
        margin-left: 0 !important;
    }

    .swiper {
        height: 250px !important;
        margin: auto !important;
    }

    .swiper .cricle {
        bottom: 0 !important;
    }

    .ny-pro-img {
        width: 100%;
        margin: 0 auto;
    }

    .ny-ab-title {
        margin-bottom: 0;
    }

    .ny-pro-text p {
        font-size: 14px;
    }

    .ny-pro-text1 {
        top: 220px;
        left: 40px;
    }
    .ny-pro-text2 {
        top: 220px;
        left: 146px;
    }
    .ny-pro-text3 {
        top: 220px;
        right: 22px;
    }
    .ny-pro-text4 {
        top: 250px;
        left: 29px;
    }
    .ny-pro-text5 {
        top: 250px;
        left: 158px;
    }
    .ny-pro-text6 {
        top: 250px;
        right: 17px;
    }
    .ny-pr-con>ul>li{
        width: 100%;
    }
    .carousel figure{
        width: 100%;
    }
    nav.hbtn{
        justify-content: center;
        align-items: flex-end;
        top: -30px;
    }
    .ny-project-left,.ny-project-right{
        width: 100%;
    }
    .ny-pro-con>ul>li{
        width: 47%;
        margin: 5px 5px;
    }
    .page span, .page1 span{
        width: 100%;
        text-align: left !important;
        margin: 5px 0;
    }
    .ny-pro-xq>div{
        width: 100%;
    }
    .ny-contact-con>ul{
        padding: 0;
    }
    #dituContent{
        width: 100% !important;
        height: 200px !important;
    }
    .ny-message{
        width: 100%;
    }
    .ny-contact-con{
        padding: 20px 0;
    }
    .bigbox{
        display: none;
    }
    .Box{
        display: block;
    }
    .ny-project-img>ul>li{
        width: 100%;
    }
    .ny-about ul>li{
        width: 44%;
        margin: 0 5px;
    }
    .ny-news ul li{
        padding: 0;
    }
    .ny-news-img,.news-con{
        width: 100%;
        padding: 10px 15px;
    }
    .partner>li{
        width: 48% !important;
    }
    #ip-img-preview{
        width: 67%;
    }
    #ip-left,#ip-right{
        display: none !important;
    }
}



.Box {
    position: relative;
}

.Box .content {
    width: 1090px;
    margin: 0 auto;
}

.Box .Box_con {
    position: relative;
    margin-top: 50px;
}

.Box .Box_con .btnl {
    position: absolute;
}

.Box .Box_con .btn {
    display: block;
    width: 41px;
    height: 41px;
    position: absolute;
    top: 40%;
    cursor: pointer;
}

.Box .Box_con .btnl {
    background: url(../img/jtl02.png) no-repeat center;
    left: -72px;
}

.Box .Box_con .btnr {
    background: url(../img/jtr02.png) no-repeat center;
    right: -72px;
}

.Box .Box_con .btnl:hover {
    background: url(../img/jtl03.png) no-repeat center;
}

.Box .Box_con .btnr:hover {
    background: url(../img/jtr03.png) no-repeat center;
}

.Box .Box_con .conbox {
    position: relative;
    overflow: hidden;
}

.Box .Box_con .conbox ul {
    position: relative;
    list-style: none;
}

.Box .Box_con .conbox ul li {
    float: left;
    width: 350px;
    margin-left: 20px;
    overflow: hidden;

}

.Box .Box_con .conbox ul li:first-child {
    margin-left: 0;
}

.Box .Box_con .conbox ul li img {
    display: block;
    width: 350px;
    transition: all 0.5s;
    border: solid 1px #ccc;
}

.Box .Box_con .conbox ul li p {
    padding: 15px 0;
    text-align: center;
    font-size: 14px;
    color: #000;
}

.Box .Box_con .conbox 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);
}

.Box .BoxSwitch {
    margin-top: 30px;
    text-align: center;
}

.Box .BoxSwitch span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    width: 30px;
    height: 3px;
    background: #ccc;
    margin: 0 5px;
    cursor: pointer;
}

.Box .BoxSwitch span.cur {
    background: red;
}

.BoxSwitch {
    display: none;
}

.pro-btn {
    text-align: center;
}
