
.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: #2f3b53;
    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 #2f3b53;
    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 #2f3b53;
    background: #f5f5f5;
    display: block;
}

.nav-pro>ul>li>a {
    color: #333;
    font-size: 14px;
}

.nav-pro>ul>li>ul>li>a {
    color: #333;
    padding: 10px 5px;
    margin: 0 10px;
    border-bottom: 1px solid #ccc;
    display: block;
}

.nav-pro>ul>li>ul>.active {
    background: #2f3b53;
}

.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: 30%;
    bottom: 40%;
    z-index: 9;
    text-align: center;
}

.ban-title>h3,.ban-title-left>h3{
    font-size: 24px;
    color: #2f3b53;
}
.ban-title>span,.ban-title-left>span{
    display: inline-block;
    padding: 3px 15px;
    background: #2f3b53;
    color: #fff;
    font-size: 14px;
}
.ban-title-left{
    position: absolute;
    left: 20%;
    top: 40%;
    z-index: 9;
    text-align: center;
}
/* 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;
}
.ny-ab-title>span{
    font-size: 14px;
    color: #999;
}
.ny-ab-title>hr{
    width: 100px;
    height: 1px;
    background: #123984;
    border: none;
    margin: 0;
    margin-top: 10px;
}
.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: 49%;
    margin: 10px 0;
}
.ny-about ul>li>p{
    text-align: center;
    font-size: 16px;
    padding: 10px 0;
    margin: 0;
}

.ny-work{
    width: 100%;
}
.ny-case{
    width: 100%;
}
.ny-work>ul{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 30px 0;
    
}
.ny-work>ul>li{
    width: 32%;
    margin: 10px 0;
   
    overflow: hidden;
}
.ny-work>ul>li img{
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    border: solid 1px #ccc;
}
.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;
    text-align: center;
    color: #000;
    padding: 10px 0;
}
/*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: 70%;
    -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-search{
    width: 100% !important;
}
.ny-product{
    padding: 40px 0;
    width: 76%;
}
.ny-product>h3{
    font-size: 20px;
    color: #000;
    border-left: 5px solid #2f3b53;
    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-p{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    background: #2f3b53;
    padding: 10px 20px;
    border-top: 1px solid #ccc;
}
.ny-product ul>li p{
    font-size: 14px;
    
    color: #fff;
    
   
}
.ny-product-p span{
    font-size: 14px;
    color: #fff;
}

/* 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: #2f3b53;
    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: #2f3b53;
    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: 60% ;
}

/* 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: #2f3b53;
}
.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: -50px;
    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: 20%;
}
.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: #2f3b53;
    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: #2f3b53;
    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: #2f3b53;
    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: #2f3b53;
    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: #2f3b53;
    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;
}


.ny-contact-right{
        font-size: 16px;
        color: #000;
        line-height: 26px;
}

.foot-map{
    position: absolute;
    left: 44%;
    top: 60%;
    width: 100%;
    height: 100%;
    z-index: 99999;
}
.foot-map>p{
    font-size: 20px;
    color: #2f3b53;
    font-weight: bold;
}

.sonmenu{
    display: none;
}

.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;
}

.pro-xq-con{
    width: 100%;
    margin-top: 40px;
}
.pro-xq-con>p{
    border-bottom: 3px solid #2f3b53;
}
.pro-xq-con>p>span{
    display: inline-block;
    padding: 10px 30px;
    border: solid 1px #ccc;
    margin-right: 15px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
}
.pro-xq-con>p>span.xq-cut{
    background: #2f3b53;
    color: #fff;
}
.pro-xq-box{
    margin-top: 10px;
}
.pro-xq-box p{
    font-size: 16px;
    line-height: 26px;
    color: #000;
}
.pro-xq-box table{
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.pro-xq-box table tr>td{
    padding: 15px 15px;
    border: #ededeb solid 2px;
    text-align: center;
}
.pro-xq-box table tr>td>strong{
    font-size: 18px;
}

.search-index{
    text-align: center;
}
.search-index input{
    border: solid 1px transparent;
    padding: 15px 0 15px 10px;
    width: 80%;
    
}
.search-index form{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    
}
.search-bg{
    border: solid 1px #eee;
    width: 92%;
    text-align: left;
    padding-left: 20px;
}
.search-index input::placeholder{
    font-size: 14px;
}
.search-index button{
    background: #2f3b53;
    border: none;
    color: #fff;
    padding: 16px 20px;
    margin-left: -10px;
}

.down p{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.down a{
    display: inline-block;
    width: 80%;
    color: #000;
}
.down hr{
    width: 100%;
}

@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: 100%;
    }
    .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: #2f3b53;
        text-align: center;
        margin: 10px auto;
        padding: 10px 30px;
        display: inline-block;
    }
    .ny-about,.ny-work,.ny-product,.ny-product-xq,.exzoom,.ny-contact{
        width: 100%;
        padding: 20px 0;
    }
    .ny-ab-con{
        padding: 0 20px;
    }
    .map{
        width: 100%;
        height: 300px;
    }
    .foot-map {
        position: absolute;
        left: 25%;
        top: 69%;
        width: 100%;
        height: 100%;
        z-index: 99999;
    }
    .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;
    }
    .search-bg{
        width: 73%;
    }
    
}
.pinch-zoom-container{
    height: 100% !important;
}

.pro-xq-pic{
    position: relative;
}
.pro-xq-pic>h3>span{
    display: inline-block;
    padding: 5px 20px;
    background: #2f3b53;
    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;
}















.Box {
    position: relative;
    display: none;
}

.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;
}