@charset "utf-8";
.m-btn{
    display: none;
    position: absolute;
    cursor: pointer;
    right:20px;
    top:28px;
}
.m-btn span{
    display: block;
    width:20px;
    height:2px;
    background:#3b3b3b;
    position: relative;
    -webkit-transition: all 200ms cubic-bezier(.4,0,0,1);
    -o-transition: all 200ms cubic-bezier(.4,0,0,1);
	transition: all 200ms cubic-bezier(.4,0,0,1);
}
.m-btn span::before, .m-btn span::after{
    content:'';
    display: block;
    height:2px;
    width:20px;
    background:#3b3b3b;
    position: absolute;
	left: 0;
    -webkit-transition: all 200ms cubic-bezier(.4,0,0,1);
    -o-transition: all 200ms cubic-bezier(.4,0,0,1);
	transition: all 200ms cubic-bezier(.4,0,0,1);
}
.m-btn span:before {
	top: -8px;
}
.m-btn span:after {
	bottom: -8px;
}
.m-btn.active span {
	background: transparent;
	margin-left: 10px;
}
.m-btn.active span:before {
    transform: rotate(-48deg) translate(-6px, 5px);
    -webkit-transform: rotate(-48deg) translate(-6px, 5px);
    -o-transform: rotate(-48deg) translate(-6px, 5px);
	width: 24px;
}
.m-btn.active span:after {
    transform: rotate(48deg) translate(-6px, -5px);
    -webkit-transform: rotate(48deg) translate(-6px, -5px);
    -o-transform: rotate(48deg) translate(-6px, -5px);
	width: 24px;
}
@media (max-width: 1199px){
    .ny-header .nav>ul>li{
        padding-left:0;
    }
    .ny-header .language{
        margin:0;
    }
}
@media (max-width: 992px){
    .m-btn{
        display: block;
    }    
}
/* 内页banner */
.ny-ban{
    position: relative;
    overflow: hidden;
    min-height: 150px;
    background-color: #2b2b2b;
}
.ny-ban img{    
    width:100%;
}
.ny-ban .ny-title{
    width:100%;
    position: absolute;
    bottom:12%;
    color:#fff; 
}
.ny-ban .ny-title h5.cntitle{
    font-size: 35px; 
    font-weight: 300;
    line-height: 1;    
}
.ny-ban .ny-title h5.cntitle:after{
    content: "";
    width: 60px;
    height: 2px;
    display: block;
    margin-top: 15px;
    background-color: #fff;
}
.ny-ban .ny-title h5.entitle{
    font-size: 40px; 
    text-transform: uppercase;
    font-weight: lighter;  
}
.ny-ban .ny-title p{
    font-size: 16px; 
}
@media(max-width:991px){
    .ny-ban .ny-title h5.cntitle{
        font-size: 22px;
    }
    .ny-ban .ny-title h5.entitle {
        font-size: 18px;
    }
    .ny-ban img {       
        width: 150%;
        margin-left: -25%;
    }
}
/* 当前位置 */
.position{
    position: relative;    
    padding: 10px 0px;
    font-size: 14px;
    background-color: #f1f1f1;
    line-height: 35px;   
}
.search-key{
    display: flex;
}
.position span {
    font-weight: bolder;
    display: inline-block;
}
.position ul{
    display: flex;   
} 
.position ul li{  
    padding: 0px 5px;
}
.position ul li a:hover{
    font-weight: bold;
}
.position ul.ny-nav li a{
    background: #e7e7e7;    
    font-size: 16px;
    padding: 12px 25px;
    border-radius: 20px;
}
.position ul.ny-nav li a.active,.position ul.ny-nav li a:hover{
    background: #e93404; 
    color: #fff;
}
/*搜索*/
.search .search-input{
    width: 100%;
    position: relative;
}
.search p{
    font-size: 16px;
    font-weight: bolder;
    margin-bottom: 15px;
}
.search .search-input input{
    width: 100%;
    line-height: 35px;
    font-size: 14px;
    color: #848484;
    padding-left: 15px;
    padding-right: 5px;
    border: 1px solid #e2e2e2;
    border-radius: 25px;
}
.search .search-icon{
    position: absolute;
    right: 0px;
    top: 0px;
}
.search .search-icon button{
    border: 0px;
    background: transparent;
    width: 100px;   
    cursor: pointer;   
    font-size: 18px;
    text-align: center;
}
/*关于我们*/
.imglist img{
    max-width:100%;
    margin: 15px 0px;
}
.ny-about-box img{
    width: auto;
    max-width:100%;
}
.ny-about-box ol{
    margin-left: 20px;
}
.ny-about-box h3{
    font-size: 16px;
    font-weight: 400;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin: 15px 0px;
}
.main{
    background: #fff;
    border-top: 40px solid #fff;
    border-bottom: 40px solid #fff;    
}
.ny-comm{
    min-height: 500px;
    position: relative;    
}
.ny-comm .comm-left{
    width: 22%;
    padding: 40px 40px 40px 40px;
    float: left;
    background-color: #fafafa;
}
.ny-comm .comm-right{ 
    width: 78%;
    padding: 0px 0px 0px 40px;   
    float: right;
}
.ny-comm .ny-title{
    font-size: 24px;  
    line-height:2;     
    text-transform: uppercase;
    position: relative;
    font-weight: 800;
    margin-bottom: 30px;
    border-bottom: 2px solid #e5e5e5;   
}
.ny-comm .ny-title:after {
    content: "";
    display: block;
    background: #0070bc;
    width: 35px;
    height: 2px;
    margin-bottom: -2px;
}
@media(max-width:767px){
    .ny-comm .ny-title {
        font-size: 20px;
    }   
}

/*产品类别*/
.ny-comm .comm-left .cstlayer{
    font-size: 20px;
    font-weight: bolder;
    color: #3c4a76;
    padding-bottom: 15px;
}
.ny-comm .comm-left .ny-nav li a{
    display: block;
}
.ny-comm .comm-left .ny-nav li a i{
    font-size: 14px;
    font-weight: lighter;
}
.ny-comm .comm-left .ny-nav li a.active,.ny-comm .comm-left .ny-nav li a:hover{
    color:#004ba5;
}
.ny-comm .comm-left ul.subnav{
    padding:0px 0px;
    margin-bottom: 10px;
}
.ny-comm .comm-left ul.nonesub li a,
.ny-comm .comm-left ul.subnav li a{
    display: block;
    padding:12px 10px 12px 5px;
    line-height: 1.3; 
}
.ny-comm .comm-left ul.nonesub li,
.ny-comm .comm-left ul.subnav li{
    display: block; 
    position: relative;  
    margin: 0px 0px;    
    border-bottom:1px solid #d9d9d9;
}
.ny-comm .comm-left ul.subnav li span{
    display: block;
}
.ny-comm .comm-left ul.subnav li a:before{
    content: "•";
    position: absolute;
    left: 0px;
}
.ny-comm .comm-left ul.nonesub li a:hover,
.ny-comm .comm-left ul.subnav li a:hover,.ny-comm .comm-left ul.subnav li.subactive a{
    color: #004ba5;
}
.comm-right .pname{
    font-size: 16px;
    padding-left: 10px;
    margin-bottom: 25px;
    border-style: solid;
    border-width: 0px 0px 1px 5px;
    border-color: #0070bc;
}
.ny-comm-box .comm-right .ny-pro-list{
    margin-bottom:30px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
/*产品列表*/
.ny-comm .m-pro-nav{
    display: none;
}
.ny-comm .m-pro-nav .dropdown .btn{
    width:100%;
    padding:10px 0;
}
.ny-comm .m-pro-nav .dropdown .dropdown-menu{
    width:100%;
    padding:10px 20px;
    height:313px;
    overflow: auto;
}
.ny-comm .m-pro-nav .dropdown .dropdown-menu li{
    padding:8px 10px;
    border-bottom:1px solid #ddd;
}
@media (max-width:991px){
    .ny-comm .about-title,.ny-img .img-con h5{
        font-size: 24px;
    }
    .ny-comm .entitle {
        font-size: 40px;
    }
    .ny-comm .comm-left{
        display: none;
    }
    .ny-comm .comm-right{
        width:100%;
        padding: 0px 0px;
        background: transparent;
    }
    .ny-comm .m-pro-nav{
        display: block;
        margin:0px 0px 20px;
    }
    .product-img{
        margin-bottom: 10px;
    }
    .ny-img .img-con {
        position: relative;
        width: 100%; 
    }
    .ny-comm-box .comm-right .pname {
        font-size: 20px;
    }    
}
.copys {
    font-weight: 300;     
    padding-top: 1px;
    padding-bottom: 0px;
    color: #0070bc;
}
.copy-e {   
    font-family: "Century Gothic", Arial;
    padding-bottom: 1em;
    padding-top: 1px;
    color: #666666;
}
/*产品展示详情 */
.product-info h5{
    font-size: 16px;
    font-weight: 400;
}
.ny-product .product-info-content {
    padding: 20px 0;
}
.ny-product .product-info-content .pro-img{
     width: 30%;
     float: right;
     margin-left: 15px;
}
.ny-product .product-info-content img{
    width: auto;
    max-width: 100%;
}
.ny-product .product-info-content strong{
    margin: 10px 0px;
    display: block;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px 10px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
@media(max-width:992px){        
    .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
        padding: 8px 2px;
    }
}
/*上一页下一页*/
.pre-next{
    font-size: 14px;
    line-height: 1.6;
    margin-top: 30px;
}
.pre-next span{
    font-weight: bold;
}
.product_back{
    padding: 30px 0px;
    border-bottom: 2px solid #e1e1e1;
}
@media(max-width:991px){
    .pre-next .text-right{
        text-align: left;
    }
}
.production li{
    margin: 15px 0px;
    border-bottom: 1px solid #efefef;
    padding-bottom: 15px;
}
/* 新闻*/
.ny-news .ny-news-list {    
    margin-top:40px;
    margin-bottom:40px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.ny-news .ny-news-list .ny-news-img img{
    width:100%;
}
.ny-news .ny-news-list .ny-news-content{
    padding:10px 10px;
    font-weight: lighter;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.ny-news .ny-news-list .ny-news-content .ny-news-title{    
    line-height: 1;
    font-size: 16px;
    font-weight: 400;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.ny-news .ny-news-list .ny-news-content .ny-news-intro{    
    margin-top:10px;
}
@media (max-width:991px){
    .ny-news .ny-news-list .ny-news-img{
        margin-top: 20px;
    }   
}
/* 新闻详情页 */
.news-box{
    width: 75%;
    margin: 0px auto; 
}
.ny-comm .news-info-title{   
    padding-bottom: 10px;   
    border-bottom: 0px solid #e0e0e0;
}
.ny-comm .news-info-title p{
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: bold;
    margin: 20px 0 0;
    line-height: 1.333;
}
.ny-comm .news-info-title .category {
    color: #403c3e;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 10px;
}
.ny-news-info .news-info-content{
    line-height: 28px;
    margin: 30px 0px;
}
.news-info-content .theme-thumbnail {
    margin-bottom: 30px;
}
.news-info-content img{
    max-width: 100%;
}
/* 联系我们 */
.contact .contact-title{
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 15px;
}
.contact{ 
    font-size: 16px;
    line-height: 2;
}
.contact strong{    
    width: 80px;
    height: 2px;
    float: left;
    display: block;
}
.contact img{   
    width: 138px;
}
.map{
    border: 1px solid #ddd; 
    padding: 15px; 
    background: #fff;
} 
.BMap_stdMpCtrl, .BMapLabel, .BMap_omCtrl{
    display: none !important;
}
/* 在线留言 */
#message .modal-content{
    margin-top: 30%; 
}
#message .modal-body{
     padding: 30px 50px 50px;
}
#message .modal-content .modal-header{
    border-bottom: 0px solid #e5e5e5;
}
.form-control{
    height:50px;
    margin-bottom:10px;
}
.form-control1{
    height:120px !important;
}
.message-btn button{
    width:100%;
    height:50px;
    font-size: 18px;
    font-weight: bold;
    border:none;
}
/* 搜索页面 */
.ny-search .ny-search-box .search-img-top{
    width:100%;
}
.ny-search .ny-search-box .search-title{
    padding:8px 0 8px 10px;
}
.ny-search .ny-search-box:hover .search-title{
    background:#004080;
    color:#fff;
}
.ny-search .ny-search-box {
    margin-bottom:30px;
}
@media(max-width:992px){
    .contact ul li{
        margin: 25px 0px;
    }
    .contact .contact-title p {
        font-size: 20px;  
    }
    .messsage{
        margin-top: 20px;
    }
}
/*使用条件*/
.ul-circledNum {
    counter-reset: number 0
}

.ul-circledNum li {
    position: relative;
    padding-bottom: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 35px;
    border-bottom: 1px solid #e7e7e7;
}

.ul-circledNum-child-head {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6
}
.ul-circledNum li:before {
    counter-increment: number 1;
    content: "0" counter(number);
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    color: #0070bc;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    line-height: 25px
}
.ul-decimal{
    margin-left: 15px;
}
.ul-decimal>li {
    list-style: decimal;
    margin-bottom: 5px;
}
.mod-head02 {
    position: relative;
    display: block;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
}
.mod-borderBottom{
   border-bottom: 1px solid #e7e7e7;
   padding-bottom: 20px;
   margin-bottom: 20px;
}