
.container::before,.container::after{
    display: none;
}
ul,li{
    margin: 0;
}
p{
    margin: 0;
}
.location{
    border-bottom: 1px solid #ccc;
}
.location>div{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.ny-content>div.container{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.left-menu{
    display: none;
}
.nav-pro {
    display: block;
    margin: 30px 0;
    width: 20%;
}

.nav-pro>h3 {
    width: 100%;
    background: #f33f26;
    font-size: 20px;
    font-weight: bold;
    padding: 30px 20px;
    margin: 0;
    color: #fff;
}

.nav-pro>ul {
    border: 1px solid #ccc;
    padding: 10px 0;
}

.nav-pro>ul>li {

    position: relative;
    margin: 0 15px;
    border-bottom: 1px solid #f5f5f5;
    transition: .3s;

}

.nav-pro>ul>li>a {
    padding: 10px 5px;
    display: block;
    transition: .3s;
    cursor: pointer;

}

.nav-pro>ul>li:hover>a {
    border-left: 5px solid #f33f26;
    background: #f5f5f5;
}

.nav-pro>ul>li>i {
    position: absolute;
    right: 6px;
    top: 8px;
    font-size: 24px;
}

.nav-pro>ul>.active>a {
    border-left: 5px solid #f33f26;
    background: #f5f5f5;
    display: block;
}

.nav-pro>ul>li>a {
    color: #333;
    font-size: 14px;
}

.nav-pro>ul>li>ul>li>a {
    color: #aaa;
    padding: 10px 5px;
    margin: 0 10px;
    border-bottom: 1px solid #ccc;
    display: block;
}

.nav-pro>ul>li>ul>.active {
    background: #f33f26;
}

.submenu {
    display: none !important;
}

.showsub .submenu {
    display: block !important;
}
.bread{
    width: 39%;
}
.bread p{
    padding: 15px 0;
    color: #333;
}
.bread p>a{
    color: #333;
}
select:focus-visible {
    outline: none;
}
.bread select option:first-of-type{
    display: none;
}





.ban{
    position: relative;
}
.ban-title{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-align: center;
}
.ban-title h3{
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 3px;
}
.ban-title span{
    font-size: 20px;
    color: #fff;
    border-top: 1px solid #fff;
    display: inline-block;
    padding-top: 3px;
}

/* about */
.ny-about{
    width: 76%;
    padding: 30px 0;
}
.ny-about>h3,.ny-news>h3,.ny-contact>h3,.ny-app>h3,.ny-par>h3{
    font-size: 24px;
    font-weight: bold;
    margin: 30px 0;
    text-align: center;
}
.ny-about>h3>i,.ny-news>h3>i,.ny-contact>h3>i{
    padding-left: 10px;
    color: #ccc;
}
.ny-about>p{
    line-height: 50px;
    font-size: 14px;
    text-indent: 2em;
}
.ny-work{
    width: 76%;
}
 
.ny-work>ul{
    display: flex;
    flex-flow: row wrap;
    padding: 30px 0;
    
}
.ny-work>ul>li{
    width: 32%;
    margin: 10px 17px 10px 0;
}
.ny-work>ul>li:nth-of-type(3n){
    margin-right: 0;
}
.ny-work>ul>li p{
    font-size: 14px;
    color: #000;
    text-align: center;
    padding: 10px 0;
    border: solid 1px #ccc;
}
/*honor*/
.carousel {
    -webkit-perspective: 500px;
            perspective: 500px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
            
  }
  .carousel > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .carousel figure {
    margin: 0;
    width: 50%;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
  .carousel figure a{
      display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 0 0px;
  }
  .carousel figure a:not(:first-of-type) {
    position: absolute;
    left: 0;
    top: 0;
  }
  .carousel nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 20px 0 0;
  }
  .carousel nav button {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin: 0 5px;
    cursor: pointer;
    color: #333;
    background: none;
    border: 1px solid;
    letter-spacing: 1px;
    padding: 5px 10px;
  }

  nav.hbtn {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lbtn,
.rbtn {
    height: 50px;
}
/* workshop */
.ny-product{
    padding: 40px 0;
    width: 76%;
}
.ny-product>h3{
    font-size: 20px;
    color: #000;
    border-left: 5px solid #f33f26;
    padding: 5px 0 5px 20px;
    margin-bottom: 40px;
}
.ny-product ul{
    display: flex;
    flex-flow:  row wrap;
}
.ny-product ul>li{
    width: 32%;
    margin: 10px 10px 10px 0 ;
    cursor: pointer;
    border: solid 1px #ccc;
}
.ny-product ul>li:hover{
    box-shadow: 0 0 10px -5px #666;
}
.ny-product ul>li p{
    font-size: 14px;
    text-align: center;
    padding: 10px 0;
    color: #fff;
    background: #f33f26;
}





.ny-app,.ny-par{
    padding: 50px 0;
    width: 100%;
}
.ny-app>ul,.ny-par>ul{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-top: 50px;
}
.ny-app>ul>li{
    width: 48%;
    margin: 15px 0;
}
.ny-app>ul>li:nth-of-type(4n){
    margin-right: 0;
}
.ny-app>ul>li h5{
    font-size: 16px;
    color: #000;
    font-weight: bold;
}
.ny-app>ul>li p{
    font-size: 14px;
    color: #333;
    line-height: 26px;
}


.ny-par>ul>li{
    width: 16%;
    margin: 15px 0;
}
/* pro-xq */
.ny-product-xq{
    padding: 60px 0;
    width: 76%;
}
.ny-pro-xq{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.tz-gallery{
    width: 48%;
}
.pro-title{
    width: 48%;
}
.pro-title>h3{
    font-size: 22px;
    font-weight: bold;
    margin: 0;
}
.pro-title>p{
    font-size: 16px;
    line-height: 30px;
}
.pro-title>h4{
    margin-top: 20px;
    padding: 10px 30px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: #f33f26;
    display: inline-block;
}
.ny-xq-cs{
    margin-top: 20px;
}
.ny-xq-cs>p>span{
    display: inline-block;
    padding: 5px 15px;
    border: solid 1px #ccc;
    margin-right: 15px;
    font-size: 16px;
    cursor: pointer;
}
.ny-xq-cs>p>span.xq-cut{
    background: #f33f26;
    color: #fff;
}
.ny-xq-box{
    margin-top: 10px;
}
.ny-xq-box p{
    font-size: 16px;
    line-height: 26px;
    color: #000;
}






.pro-title table{
    width: 100%;
    margin-top: 20px;
}
.pro-title table td{
    padding: 5px 10px;
    border: solid 1px #ccc;
}
.exzoom{
    width: 48%;
}
.exzoom .exzoom_img_box{
    width: 100% !important;
}
.exzoom .exzoom_img_ul_outer .exzoom_img_ul li img{
    margin: 0 !important;
}
.exzoom_zoom_outer{
    top: 0 !important;
}
#ip-img-preview{
    width: 36% ;
    height: auto !important;
}

/* news */
.ny-news{
    padding: 50px 0;
    width: 100%;
}
.ny-news ul{
    margin-top: 40px;
}
.ny-news ul li{
    margin: 5px 0;
    padding: 40px 30px;
}
.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: 60px 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;
}
.news-con p{
    color: #666;
    line-height: 28px;
    margin: 20px 0 60px;
}
.news-con>h4{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    border-top: 1px solid #ccc;
    padding: 20px 0;
}
.news-con>h4>span:last-of-type{
    color: #f33f26;
}
.news-con>h4>span>i{
    padding-left: 10px;
}
/* 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: #f33f26;
    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: #f33f26;
    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: #f33f26;
    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: #f33f26;
    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: #f33f26;
    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;
}
.page-nums{
    display: none;
}
.page1 span>a{
    color: #000;
}
.page-num{
    border: solid 1px #ccc;
    padding: 2px 10px;
    margin: 0 3px;
    border-radius: 5px;
}

.map{
    width: 100%;
    height: 600px;
}
.map-title{
    position: absolute;
    left: -36px;
    top: 121px;
    width: 100%;
    height: 100%;
    display: flex;align-items: center;
    justify-content: center;
}
.map-title>p{
    font-size: 18px;
    font-weight: bold;
    color: #000;
}
.sonmenu{
    display: none;
}
@media all and (max-width:768px) {
    
    .page span,.page1 span{
        width: 100%;
        text-align: left !important;

    }
    .page span>a{
        margin: 4px 0;
        display: inline-block;
        padding: 2px 8px;
    }
    .bread{
        width: 100%;
    }
    .ny-nav{
        width: 100%;
        text-align: left;
    }
    .ny-nav>ul>li{
        border-bottom: 1px solid #000;
    }
    .ny-con ul>li{
        width: 100%;
        margin: 5px 0;
    }
    .ny-news ul li,.ny-contact ul,.ny-ditu{
        width: 100%;
    }
    .tz-gallery,.pro-title{
        width: 100%;
    }
    .ban-title,.ban-title-left{
        display: none;
    }
    .ny-product ul>li{
        width: 100%;
        margin: 10px 0;
    }
    .ny-news-img,.news-con{
        width: 100%;
    }
    .ny-contact-con{
        padding: 20px 0;
        position: initial;
        margin-bottom: 0;
    }
    .ny-contact-logo{
        width: 30%;
    }
    .ny-contact-wx{
        display: none;
    }
    .ny-contact-con>ul{
        padding: 20px 10px;
    }
    #dituContent{
        height: 300px !important;
    }
    .ny-work>ul>li{
        width: 100%;
    }
    .nav-pro{
        width: 100%;
        display: none;
    }
    .left-menu{
        display: block;
        width: 100%;
        text-align: center;
    }
    .left-menu>p{
        font-size: 16px;
        color: #fff;
        background: #f33f26;
        text-align: center;
        margin: 10px auto;
        padding: 10px 30px;
        display: inline-block;
    }
    .ny-about,.ny-work,.ny-product,.ny-product-xq,.exzoom{
        width: 100%;
    }
    .map{
        width: 100%;
        height: 300px;
    }
    .pro-xq-pic p{
        width: 30% !important;
    }
    .pinch-zoom-container{
        overflow: initial !important;
    }
    .wen-lg img{
        max-width: 95% !important;
        top: 666px;
    }
    .wen-lg>i{
        top: 25%;
        right: 5%;
    }
    .ny-pr-con .carousel{
        display: none !important;
    }
    .Box{
        display: block !important;
    }
    .ny-app>ul>li{
        width: 100%;
    }
    .ny-par>ul>li{
        width: 49%;
    }
    
}
.pinch-zoom-container{
    height: 100% !important;
}

.pro-xq-pic{
    position: relative;
}
.pro-xq-pic>h3>span{
    display: inline-block;
    padding: 5px 20px;
    background: #f33f26;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
}
.pro-xq-pic p{
    width: 23%;
    margin: 0 5px;
    display: inline-block;
}
.pro-xq-pic p img{
    border: solid 1px #ccc;
}
.wen-lg{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    position: fixed !important;
    left: 0;
    top: 0;
    z-index: 9999;
   
}
.pinch-zoom{
    position: relative !important;
    height: 100%;
}
.wen-lg img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 35%;
}
.wen-lg>i{
    display: block;
    position: absolute;
    top: 10%;
    right: 10%;
    font-size: 40px;
    color: #000;
}











