
.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: #b81c27;
    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 #b81c27;
    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 #b81c27;
    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: #333;
}

.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: #333;
}
.ban-title>span,.ban-title-left>span{
    display: inline-block;
    padding: 3px 15px;
    background: #333;
    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;
}
.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: #333;
    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: 16px;
    color: #666;
    text-indent: 2em;
    line-height: 50px;
    text-align: justify;
}

.ny-ab-img{
    width: 100%;
}
.ny-about ul{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin-top: 50px;
    width: 100%;
}
.ny-about ul>li{
    width: 22%;
    margin: 10px 15px;
    padding: 10px 20px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    text-align: center;
    border: solid 1px #ccc;
}
.ny-about ul>li:hover{
    background: #b81c27;
}
.ny-about ul>li>a{
    display: inline-block;
    width: 100%;
    height: 100%;
}
.ny-about ul>li h3{
    text-align: center;
    font-size: 18px;
    padding: 10px 0;
    margin: 0;
    color: #000;
    font-weight: bold;
}
.ny-about ul>li i{
    font-size: 30px;
    color: #000;
    margin-top: 20px;
}
.ny-about ul>li:hover h3,.ny-about ul>li:hover i{
    color: #fff;
}

.ny-work{
    width: 100%;
}
.ny-work1{
    width: 78% !important;
}
.ny-case{
    width: 100%;
}
.ny-work>ul{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 30px 0;
    
}
.ny-work>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-work>ul>li{
    width: 24%;
    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;
}
.ny-work1{
    padding: 30px 0;
}
.ny-work1>ul>li{
    width: 32%;
}
.ny-work1>p{
    font-size: 16px;
    color: #000;
}

.ny-ab-con1{
    padding: 0 15%;
}
.ny-ab-con1>h3{
    font-size: 17px;
    color: #036;
    font-weight: bold;
    line-height: 30px;
}
.ny-ab-con1>h4{
    font-size: 15px;
    line-height: 20px;
    color: #036;
    margin-top: 20px;
    font-weight: bold;
}
.ny-ab-con1>h5{
    font-size: 14px;
    font-weight: bold;
    color: #000;
}
.ny-ab-con1>p{
    font-size: 14px;
    color: #000;
    line-height: 20px;
}
.ny-ab-con1>p>span{
    display: inline-block;
    margin-left: 1.7em;
    margin-bottom: 15px;
}
.ny-ab-down{
    margin: 60px 0;
    text-align: right;
}
.ny-ab-down>img{
    display: inline-block;
    width: 400px;
}
.ny-ab-con1>ul{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}
.ny-ab-con1>ul>li{
    width: 40%;
    margin: 0 20px;
}
.ny-ab-con1>ul>li>h3{
    font-size: 14px;
    color: #000;
    font-weight: bold;
    text-align: center;
}
.ny-ab-honor{
    width: 60%;
    margin: 0 auto;
}
.ny-ab-honor>h3{
    font-size: 14px;
    color: #000;
    font-weight: bold;
    text-align: center;
}





#certify {
	position: relative;
	width: 1240px;
	margin: 30px auto
}

#certify .swiper-container {
	padding-bottom: 60px;
}

#certify  .swiper-slide {
	width: 500px;
	background: #fff;
	box-shadow: 0 0 12px -2px #000;
}
#certify  .swiper-slide img{
	display:block;
}
#certify  .swiper-slide p {
	line-height: 98px;
	padding-top: 0;
	text-align: center;
	color: #636363;
	font-size: 1.1em;
	margin: 0;
}

#certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #b61d22;
	background-color: #fff;
}

#certify .swiper-button-prev {
	left: -30px;
	width: 45px;
	height: 45px;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
}

#certify .swiper-button-prev:hover {
	background-position: 0 -46px;
	background-size: 100%
}

#certify .swiper-button-next {
	right: -30px;
	width: 45px;
	height: 45px;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 -93px;
	background-size: 100%;
}

#certify .swiper-button-next:hover {
	background-position: 0 -139px;
	background-size: 100%
}









/* support */
.ny-support{
    padding: 40px 0;
    width: 76%;
}
.ny-support h3 {
    font-size: 20px;
    color: #000;
    border-left: 5px solid #b81c27;
    padding: 5px 0 5px 20px;
    margin-bottom: 40px;
}
.ny-support>p{
    font-size: 16px;
    color: #000;
    margin-bottom: 10px;
}
.ny-support table{
    width: 100%;
}
.ny-support table td{
    border: solid 1px #ccc;
    padding: 5px 10px;
    font-size: 14px;
}
.ny-support img{
    width: 65%;
}


/* 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 #b81c27;
    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: #b81c27;
    padding: 10px 20px;
    border-top: 1px solid #ccc;
}
.ny-product>ul>li p{
    font-size: 14px;
    text-transform: uppercase;
    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-bottom: 20px;
    text-transform: uppercase;
}
.pro-title>p{
    font-size: 16px;
    line-height: 36px;
}
.pro-title>h4{
    margin-top: 20px;
    padding: 10px 30px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: #333;
    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: #333;
    color: #fff;
}
.ny-xq-box{
    margin-top: 10px;
}
.ny-xq-box p{
    font-size: 16px;
    line-height: 26px;
    color: #000;
}







.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% ;
}

.pro-xq-con table{
    width: 100%;
    margin-top: 5px;
    margin-bottom: 15px;
}
.pro-xq-con table td{
    padding: 5px 10px;
    border: solid 1px #ccc;
    font-size: 14px;
}
.pro-xq-con>p>strong{
    display: inline-block;
    background: #008ec8;
    color: #fff;
    padding: 5px 15px;
    font-size: 16px;
}
.pro-xq-con img{
    width: 100%;
}

/* 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{
    text-align: center;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.ny-news>h3>span{
    font-size: 16px;
}
.ny-news>p{
    font-size: 16px;
    color: #000;
    line-height: 26px;
    text-indent: 2em;
}
.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: #333;
}
.news-con>h4>span>i{
    padding-left: 10px;
}
/* contact */
/* ny-contact */
.ny-contact-con{
    box-shadow: 0 0 12px -2px #ccc;
    margin-top: -100px;
    position: relative;
    z-index: 999;
    background: #fff;
}
.ny-contact-con>ul{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 30px 0;
}
.ny-contact-con>ul>li{
    width: 24%;
    text-align: center;
}
.ny-contact-con>ul>li img{
    width: 80px;
    margin: 0 auto 5px;
}
.ny-contact-con>ul>li i{
    font-size: 36px;
    color: #333;
}
.ny-contact-con>ul>li h3{
    font-size: 24px;
    margin: 0;
    color: #000;
    text-transform: capitalize;
    padding: 15px 0;
    font-weight: bold;
}
.ny-contact-con>ul>li p{
    font-size: 18px;
    color: #000;
}
.ny-message{
    /* box-shadow: 0 0 12px -2px #ccc; */
    padding: 60px 0;
}
.ny-message h2{
    text-align: center;
    font-size: 34px;
    color: #333;
    font-weight: bold;
    text-transform:uppercase;
}
.ny-message form{
    margin: 0 auto;
    padding: 0 20%;
    text-align: center;
}
 
  .online input {
    width: 49%;
    height: 50px;
    border: 1px solid #dadada;
    color: #4e4e4e;
    font-size: 16px;
    line-height: 28px;
    text-indent: 10px;
    background:#fff;
    margin: 10px 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
  .online .mess {
    width: 98.6%;
    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: 200px;
  }
  .online .mess:focus-visible{
    outline: none;
  }
  .online .submit{
    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;
    background: #333;
    padding: 10px 40px;
    display: inline-block;
    margin-top: 20px;
}
  .yz{
      
      width: 20% !important;
      height: 30px !important;
      margin-left: 5px !important;
  }
  .online img{
      width: 6%;
      display: inline-block;
      margin-top: -5px;
  }






.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>div{
    border-bottom: 3px solid #333;
}
.pro-xq-con>div>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>div>span.xq-cut{
    background: #333;
    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: 91%;
    text-align: left;
    padding-left: 20px;
}
.search-index input::placeholder{
    font-size: 14px;
}
.search-index button{
    background: #333;
    border: none;
    color: #fff;
    padding: 16px 20px;
    margin-left: -10px;
}

.amap-info{
    left: 333px !important;
    top: 155px !important;
}
@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 15px;
        position: initial;
        margin-bottom: 0;
        margin-top: 0;
    }
    .ny-contact-con>ul>li{
        width: 100%;
        margin: 10px 0;
    }
    .ny-message h2{
        font-size: 26px;
    }
    .ny-message form{
        padding: 0 15px;
    }
    .ny-contact-logo{
        width: 100%;
        padding: 0 20%;
    }
    .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: #b81c27;
        text-align: center;
        margin: 10px auto;
        padding: 10px 30px;
        display: inline-block;
    }
    .left-menu>p>i{
        margin-left: 5px;
    }
    .ny-about,.ny-work,.ny-product,.ny-product-xq,.exzoom,.ny-contact{
        width: 100% !important;
        padding: 20px 0;
    }
    .ny-ab-con{
        padding: 0;
    }
    
    .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%;
    }
    .ny-about ul>li{
        width: 48%;
        margin: 5px 0;
    }
}
.pinch-zoom-container{
    height: 100% !important;
}

.pro-xq-pic{
    position: relative;
}
.pro-xq-pic>h3>span{
    display: inline-block;
    padding: 5px 20px;
    background: #333;
    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%;
}



@media all and (max-width:768px) {
    .ban{
        padding-top: 69px;
    }
    .ny-ab-title{
        margin-bottom: 20px;
        margin-top: 30px;
    }
    .ny-about ul{
        margin-top: 0;
        margin-bottom: 30px;
        justify-content: space-between;
    }
    #certify{
        width: 100%;
    }
    #certify .swiper-slide{
        width: 100%;
    }
    .ny-ab-con1{
        padding: 0;
    }
    .ny-ab-con1>ul>li,.ny-ab-down>img{
        width: 100%;
    }
    .ny-news{
        padding: 20px 0;
    }
    .ny-news ul{
        margin-top: 0;
    }
    .ny-support{
        width: 100%;
    }
    .ny-support img{
        width: 100%;
    }
}