
.container::before,.container::after{
    display: none;
}
img{
    width: 100%;
}
#ip-img-preview {
    width: 33%;
    height: auto;
}
#imgs img{
    cursor: pointer;
}
.nav{
    position: relative;
    padding: 10px 0;
}

.bread{
    background: #015aaa;
    padding: 15px 0;
}

.bread p{
    font-size: 14px;
    color: #fff;
    margin: 0;
}
.bread a{
    font-size: 14px;
    color: #fff;
    padding: 0 5px;
}

/* about */
.ny-content{
    padding: 20px 0;
   
}
.ny-content>div{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.ny-nav {
    display: block;
    width: 20%;
}

.ny-nav>h3 {
    width: 100%;
    background: #015aaa;
    font-size: 20px;
    font-weight: bold;
    padding: 30px 20px;
    margin: 0;
    color: #fff;
    border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;
    -o-border-radius: 10px 10px 0 0;
}
.ny-nav>ul{
    border: 1px solid #ccc;
    padding: 10px 0;
    margin: 0;
}
.ny-nav>ul>li{
    
    position: relative;
    margin: 0 15px;
    border-bottom: 1px solid #f5f5f5;
    transition: .3s;
    
}
.ny-nav>ul>li>a{
    padding: 10px 5px;
    display: block;
    transition: .3s;
    cursor: pointer;
    
}
.ny-nav>ul>li:hover>a{
    border-left: 5px solid #015aaa;
    background: #f5f5f5;
}
.ny-nav>ul>li>i{
    position: absolute;
    right: 6px;
    top: 8px;
    font-size: 24px;
}
.ny-nav>ul>.active>a {
    border-left: 5px solid #015aaa;
    background: #f5f5f5;
    display: block;
}

.ny-nav>ul>li>a {
    color: #333;
    font-size: 14px;
}
.ny-nav>ul>li>ul>li>a{
    color: #aaa;
    padding: 10px 5px;
    margin: 0 10px;
    border-bottom: 1px solid #ccc;
    display: block;
}
.ny-nav>ul>li>ul>.active{
    background: #015aaa;
}
.sonmenu{
    display: none;
}
.submenu{ display: none !important; }
.showsub .submenu{ display: block !important; }



.left-down {
    background: #015aaa;
    border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -ms-border-radius: 0 0 10px 10px;
    -o-border-radius: 0 0 10px 10px;
    text-align: center;
    color: #fff;
    padding: 30px 0;
}

.left-down>h4 {
    margin: 0;
    font-size: 20px;
    font-weight: bold;
}

.left-down>span {
    font-size: 16px;
    margin: 10px 0;
    display: inline-block;
}

.left-down>p {
    font-size: 26px;
    font-weight: bold;
}

.ny-con{
    width: 80%;
    padding:0  20px;
}
.ny-con1{
    width: 100%;
}
.ny-con>h3{
    font-size: 26px;
    color: #000;
    font-weight: bold;
    text-align: center;
    margin: 10px 0 20px;
}
.ny-con>p{
    font-size: 14px;
    color: #333;
    line-height: 50px;
    text-indent: 2em;
}

.ny-con>ul{
    display: flex;
    flex-flow: row wrap;
}
.ny-con>ul>li{
    width: 31%;
    margin: 10px;
    border: solid 1px #015aaa;
}
.ny-con1>ul>li{
    width: 31%;
}
.ny-con>ul>li p{
    padding: 10px 0;
    margin: 0;
    color: #fff;
    text-align: center;
    background: #015aaa;
}
.ny-con>ul>li img{
    padding: 0;
}
.ny-pro>ul{
    display: flex;
    flex-flow: row wrap;
}
.ny-pro>ul>li{
    width: 31%;
    margin: 10px;
    border: solid 1px #015aaa;
}
.ny-pro>ul>li p{
    padding: 10px 0;
    margin: 0;
    color: #fff;
    text-align: center;
    background: #015aaa;
}




.ny-app-pro{
    width: 100%;
    padding-top: 80px;
}
.ny-app-img{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}
.ny-app-pic{
    width: 14%;
    text-align: center;
    margin: 0 40px;
    cursor: pointer;
}
.ny-app-icon{
    background: #eff2f7;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    padding: 20px 40px;
    position: relative;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.ny-app-icon:hover{
    background: #015aaa;
}
.but .ny-app-icon{
    background: #015aaa;
}
.ny-app-icon::before{
    content:"";
    position: absolute;
    left: 40%;
    bottom: -14px;
    border-top: 14px solid #eff2f7;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.ny-app-icon:hover::before{
    border-top: 14px solid #015aaa;
}
.but .ny-app-icon::before{
    border-top: 14px solid #015aaa;
}
.ny-app-icon img{
    padding: 20px;
    background: #fff;
    border: solid 1px #fff;
    border-radius: 80px;
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    -ms-border-radius: 80px;
    -o-border-radius: 80px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.ny-app-icon:hover img{
    background: transparent;
}
.but .ny-app-icon img{
    background: transparent;
}
.ny-app-icon img:last-of-type{
    display: none;
}
.ny-app-icon:hover img:last-of-type{
    display: block;
}
.but .ny-app-icon img:last-of-type{
    display: block;
}
.ny-app-icon:hover img:first-of-type{
    display: none;
}
.but .ny-app-icon img:first-of-type{
    display: none;
}
.ny-app-title{
    margin-top: 50px;
}
.ny-app-title>h3{
    font-size: 16px;
    color: #000;
}
.ny-app-title>hr{
    width: 50px;
    height: 4px;
    background: #015aaa;
    margin: 10px auto;
}


.ny-app-box{
    margin-top: 80px;
}
.ny-app-con{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    padding: 0 40px;
    border-top: 1px solid #ccc;
}
.ny-app-left{
    width: 40%;
    margin: 0 20px;
    padding: 50px;
}
.ny-app-left h3{
    font-size: 24px;
    color: #000;
    text-align: center;
    font-weight: bold;
}
.ny-app-right{
    width: 53%;
    margin: 0 20px;
    display: flex;
    align-items: center;
    
}
.ny-app-right table{
    width: 100%;
}
.ny-app-right table tr:first-of-type{
    background: #015aaa;
    color: #fff;
}
.ny-app-right table tr>td{
    border: solid 1px #ccc;
    padding: 20px 10px;
    text-align: center;
}





.ny-case{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 100%;
}
.ny-case-con{
    width: 15%;
}
.ny-case-con>h3{
    background: #066eb5;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    padding: 20px 0;
    text-align: center;
    border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;
    -o-border-radius: 10px 10px 0 0;
    margin: 0;
}
.ny-case-con>ul>li{
   padding: 15px 20px;
   text-align: center;
   font-size: 16px;
   background-image: linear-gradient(#fffffd, #fbfbf9, #f2f2f2);
   cursor: pointer;
   position: relative;
   z-index: 2;
   transition: .5s;
   -webkit-transition: .5s;
   -moz-transition: .5s;
   -ms-transition: .5s;
   -o-transition: .5s;
}
.ny-case-con>ul>li:hover{
    color: #fff;
}
.ny-case-con>ul>li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #066eb5;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    z-index: -1;
}
.ny-case-con>ul>li:hover::after {
    width: 100%;
}
.ny-ca-con{
    width: 80%;
    padding: 20px 0;
}
.ny-ca-con>div{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.ny-ca-img{
    width: 48%;
    margin: 0 auto;
}
.ny-ca-title{
    width: 100%;
}
.ny-ca-title table{
    width: 100%;
    margin-top: 20px;
}
.ny-ca-title table td{
    font-size: 14px;
    color: #000;
    border: solid 1px #ccc;
    padding: 10px 10px;
    text-align: center;
}
/* pro-xq */
#magnifier {
    position: relative;
  }
  .small-box {
    position: relative;
    margin-bottom: 20px;
    border: 1px solid #eee;
  }
  .small-box table td{
    width: 100%;
}
  .small-box img {
    width: auto;
    height: auto;
    max-height: 450px;
    max-width: 450px;
  }
  .small-box .hover {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 200px;
    height: 200px;
    border: 1px solid #aaa;
    background: #0099ff;
    opacity: .5;
    filter: alpha(opacity: 50);
    cursor: move;
  }
  .thumbnail-box {
    position: relative;
    width: 100%;
  }
  .thumbnail-box .btn {
    position: absolute;
    top: 50%;
    width: 22px;
    height: 32px;
    margin-top: -16px;
  }
  .thumbnail-box .btn-prev {
    left: 0;
    background: url(../img/btn_prev.png) no-repeat;
  }
  .thumbnail-box .btn-prev.btn_prev_disabled{background: url(../img/btn_prev_disabled.png) no-repeat;cursor: not-allowed;}
  .thumbnail-box .btn-next {
    right: 0;
    background: url(../img/btn_next.png) no-repeat;
  }
  .thumbnail-box .btn-next.btn_next_disabled{background: url(../img/btn_next_disabled.png) no-repeat;cursor: not-allowed;}
  .thumbnail-box .list {
    overflow: hidden;
    width: 390px;
    margin: 0 auto;
  }
  .thumbnail-box .wrapper {
    width: 100000px;
  }
  .thumbnail-box .list .item {
    float: left;
    margin: 0 10px;
  }
  
  .thumbnail-box .list .item img {
    border: 2px solid #a9a9a9;
    width: 54px;
    height: 54px;
  }
  .thumbnail-box .list .item-cur img {
    border: 2px solid #e53e41;
  }
  .big-box {
    display: none;
    overflow: hidden;
    position: absolute;
    left: 451px;
    top: 0;
    width: 540px;
    height: 540px;
    border: 1px solid #e4e4e4;
  }
  .big-box img {
    display: block;
  }

.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-con table{
    width: 100%;
}
.pro-xq-con table tr:first-of-type>td{
    font-weight: bold;
    font-size: 18px;
}
.pro-xq-con table td{
    border: solid 1px #ccc;
    text-align: center;
    padding: 5px 5px;
}
.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{
    font-weight: bold;
    display: flex;
    flex-flow: row wrap;
}
/* news */
.ny-news{
    width: 100%;
}
.ny-news ul{
    display: flex;
    flex-flow: row wrap;

}
.ny-news ul>li{
    width: 32%;
    padding: 10px 10px;
    border: solid 1px #ccc;
    margin: 8px;
    
}
.ny-news ul>li:hover{
    border: solid 1px #333;
}
.news-con{
    padding: 0 10px;
}
.news-con h3{
    font-size: 16px;
    color: #000;
    font-weight: bold;
    margin: 20px 0 0;
    height: 18px;
    overflow: hidden;
    
}
.news-con span{
    font-size: 12px;
    color: #999;
}
.news-con p{
    font-size: 14px;
    color: #999;
    line-height: 22px;
    height: 62px;
    overflow: hidden;

}

.ny-news>h2{
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}
.ny-news>h3{
    text-align: center;
    font-size: 14px;
    margin: 20px 0;
}
.ny-news>h3>span{
    padding: 5px 15px;
}

/* message */
form{
    margin: 0 auto;
}
.online {
    width: 1100px;
    padding-top: 30px;
  }
  .online li {
    float: left;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
  }
  .online span {
    float: left;
    width: 160px;
    height: 30px;
    display: block;
    color: #4e4e4e;
    font-family:"微软雅黑";
    font-size: 16px;
    line-height: 30px;
    text-align: right;
  }
  .online input.data {
    background: url(../images/data.jpg) 150px center no-repeat;
  }  
  .online input {
    width: 300px;
    height: 28px;
    border: 1px solid #dadada;
    color: #4e4e4e;
    font-size: 16px;
    line-height: 28px;
    text-indent: 10px;
    background:#fff;
  
  }
  .online input.address {
    width: 759px;
  }
  .online textarea {
    width: 759px;
    border: 1px solid #dadada;
    color: #4e4e4e;
    font-size: 16px;
    line-height: 28px;
    text-indent: 10px; resize:none;
  
  }
  
  .online input.botton {
    width: 120px;
    height: 40px;
    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;
}
  .online input.submit {
    margin-left: 380px;
    background: #015aaa;
  }
  .online input.reset {
    margin-left: 20px;
    background: #666;
  }
#CheckCode{
    width: 55%;
}
/* ny-contact */
.ny-contact{
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.ny-contact>ul{
    width: 33%;
}
.ny-contact>ul>li{
    font-size: 14px;
    line-height: 40px;
}
.ny-contact>ul>li>h3{
    font-weight: bold;
    font-size: 18px;
}
.ny-contact>.ny-ditu{
    width: 100%;
}


.ny-pro>p{
    font-size: 18px;
    font-weight: bold;
    color: #009241;
}


.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;
}
.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) {
    .left-menu{
        display: block;
        text-align: center;
        width: 100%;
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 20px;
        border: solid 1px #ccc;
        padding: 10px 0;
    }
    .left-menu i{
        font-size: 16px;
        color: #000
    }
    .ny-nav{
        display: none;
    }
    .ny-nav,.ny-con{
        width: 100%;
        padding: 0;
    }
    .ny-con>ul>li{
        width: 100%;
        margin: 5px;
    }
    .ny-pro-xq>div{
        width: 100%;
    }
    .pro-xq-con table img{
        width: 100%;
    }
    .ny-news ul>li{
        width: 100%;
    }
    .ny-contact>ul,.ny-contact>.ny-ditu{
        width: 100%;
    }
    .ny-news>h3>span{
        padding: 5px;
    }
    .page span,.page1 span{
        width: 100%;
        text-align: left !important;

    }
    .page span>a{
        margin: 4px 0;
        display: inline-block;
        padding: 2px 8px;
    }
    .foot-add,.foot-sm,.foot-logo{
        width: 100%;
        text-align: left;
        padding: 5px 0;
    }
    .foot-logo img{
        float: none;
    }
    .foot p{
        padding: 5px 0;
    }
    .foot a{
        padding: 5px 0;
    }
    form{
        width: 100%;
    }
    .online{
        width: 100%;
    }
    .online li,#CheckCode {
        width: 100%;
    }
    .online span{
        width: 22%;
        text-align: left;
    }
    .online input,.online input.address{
        width: 75%;
    }
    .online textarea{
        width: 75%;
    }
    .ban{
        padding-top: 56px;
    }
    .pro-xq-con>p img{
        width: 28%;
        padding: 0;
    }
    .ny-app-pro{
        padding-top: 30px;
    }
    .ny-app-pic{
        width: 47%;
        margin: 0 5px;
    }
    .ny-app-con{
        padding: 0;
        margin: 10px 0;
    }
    .ny-app-left{
        width: 100%;
    }
    .ny-app-right{
        width: 100%;
    }
    .ny-case-con{
        width: 100%;
    }
    .ny-case-con>h3{
        display: none;
    }
    .ny-case-con>ul{
        display: flex;
        flex-flow: row wrap;
    }
    .ny-case-con>ul>li{
        width: 49%;
    }
    .ny-ca-con{
        width: 100%;
    }
    .ny-ca-img,.ny-ca-title{
        width: 100%;
    }
}