@charset "utf-8";
.m-btn{
    display: none;
    position: absolute;
    cursor: pointer;
    right:20px;
    top:25px;
}
.m-btn span{
    display: block;
    width:20px;
    height:2px;
    background:#fff;
    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:#fff;
    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: 992px){
    .m-btn{
        display: block;
    }
}
/* 当前位置 */
.position{
    position: relative;    
    padding: 10px 0px;
    font-size: 14px;
    line-height: 35px;
    border-bottom: 1px solid #ececec;   
}
.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 li:last-child a{
    color:#0072b4;
    font-weight: bold;
}
/* 关于我们 */
.ny-ban{
    position: relative;
    overflow: hidden;
}
@media(max-width:992px){
    .ny-ban{
        margin-top: 55px;
    }
}
.ny-ban img{
    width:100%;
}
.ny-ban .ny-title{
    width:100%;   
    position: absolute;
    bottom:25px;
    z-index:2;
    overflow: hidden;    
}
.ny-ban .ny-title h5{    
    font-size: 40px;
    font-weight: bolder;
    color: #fff;
    line-height: 1.2;
}
.ny-ban .ny-title h5 span{    
    font-size: 25px;
    display: block;
    text-transform: uppercase;
    font-weight: lighter;    
}
.ny-ban .ny-title h5:after{
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background: #fff;
    margin: 5px 0px;
}
@media(max-width:992px){
    .ny-ban img{
        width:180%;
        margin-left: -40%
    }
    .ny-ban .ny-title{
        bottom:10px;
    }
    .ny-ban .ny-title h5{       
        font-size: 20px;
    }
    .ny-ban .ny-title h5 span{ 
        font-size: 16px;
    }
}
@media (max-width:992px){
    .ny-ban .ny-title{
        margin-top:-17px;
    }
}
.ny-nav{
    background: #ececec;
    padding: 30px 0px;
}
.ny-nav ul{
    overflow: hidden;
    display: flex;
    justify-content: space-between;    
}
.ny-nav ul li{
    float: left;
    width:19%;    
    padding: 15px 20px;
    background:#fff;
    transition: all 0.6s;
}
.ny-nav ul li .icon:nth-child(2){
    display: none;
    transition: all 0.6s;
}
.ny-nav ul li h5 {    
    font-weight: bolder;
    font-size: 20px;    
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 1.2;   
}
.ny-nav ul li h5 span {
    display: block;
    font-size: 14px;
    font-weight: normal;
}
.ny-nav ul li h5 span:after{
    content: "";
    display: block;
    background: #fff;
    width: 30px;
    height: 2px;
    transition: all 0.6s;
    margin: 10px 0px;
}
.ny-nav ul li.active{
    background:#0072b4;
}
.ny-nav ul li.active a{
    color:#fff;
}
.ny-nav ul li:hover{
    background:#0072b4;
}
.ny-nav ul li:hover a{
    color:#fff;
}
.ny-nav ul li:hover .icon:nth-child(1),.ny-nav ul li.active .icon:nth-child(1){
    display: none;
}
.ny-nav ul li:hover .icon:nth-child(2),.ny-nav ul li.active .icon:nth-child(2){
    display: block;
}


.ny-about{
    padding:0px 0px 50px;
    line-height: 30px;
}
.ny-about img{
    width:100%;
}
.ny-about .table>tbody>tr>td{
    vertical-align: middle;
}
/* 荣誉证书 */
.ny-ab-box{
    padding:0px 0;
}
.ny-honor .honor-list img{
    width:100%;
}
.ny-honor .honor-list {
    margin-bottom:30px;
    padding: 8px;
    border: 1px solid #ddd;
    text-align: center;   
}
.ny-honor .honor-list a{
    display: block;   
    padding: 8px;
    border: 1px solid #ddd;
}
.ny-honor .honor-list p{
    line-height: 1.4;
    height: 68px;
    overflow: hidden;
    padding: 10px;
    font-size: 14px;
}
/*企业文化*/
.culture-list{
    overflow: hidden;
    background: #f5f5f5;
    margin: 0 0 20px;
}
.culture-box .culture-img img{
    width: 100%;
}
.culture-box .culture-con{
    padding: 5%;
}
.culture-box h3{
    font-size: 24px;
    color: #333;
    margin-bottom: 15px;
    font-weight: bolder;
}
.culture-box p {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
}
.culture-box .culture-zhan{
    counter-reset: number 0;
}
.culture-box .culture-zhan li{
    position: relative;    
    margin-bottom: 1px;
    line-height: 1.6;
    font-size: 16px;
    padding: 10px 15px 10px 30px;
}
.culture-box .culture-zhan li:before {
    counter-increment: number 1;
    content: "0"counter(number);
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 100%;
    padding-top: 10px;
    vertical-align: middle;
    display: block;  
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
}
/*国际合作*/
.ny-case .case-list img{
    width:100%;
}
.ny-case .case-list {
    margin-bottom:30px;
    text-align: center;   
}
.ny-case .case-list a{
    display: block;
    padding: 8px;
    border: 1px solid #ddd;
    line-height: 180px;
}
.ny-case .case-list p{
    line-height: 1.4;   
    overflow: hidden;
    padding: 10px;
    font-size: 14px;
}
/* 产品展示 */
.ny-comm{
    padding: 20px 0px;
    overflow: hidden;
    min-height: 500px;
}
.ny-comm .about-title {
    font-size: 20px;
    margin: 12px 0px 30px;
    color: #0072b4;
    font-weight: 600;
    border-bottom: 2px solid #e8e8e8;   
}
.ny-comm .about-title:after{
    content: "";
    display: block;
    width: 70px;
    height: 2px;
    background: #0072b4;
    margin: 10px 0px -2px;
}
.ny-comm .about-title span img{
    height: 75px;
}
.ny-comm-box .comm-left{
    width: 22%;
    float: left;
}
.ny-comm-box .comm-left .p0{
    height:100px;
    width:100%;
    line-height: 100px;
    background:#0072b4;
    color:#fff;
    font-size: 32px;
    font-weight: bold;
    padding-left:30px;
    margin:0;
}
.ny-comm-box .comm-left ul{
    padding:0px 0px;
    background:#fff;
}
.ny-comm-box .comm-left ul li a{
    display: block;
    font-size: 16px;
    padding:15px 10px 15px 5px;
    border-bottom:1px solid #e8e8e8;
}
.ny-comm-box .comm-left ul li a i{
    font-size: 15px;
    margin-right: 5px;
}
.ny-comm-box .comm-left ul li.active a,.ny-comm-box .comm-left ul li a:hover{    
    color:#0072b4;
    font-weight: bold;
}
.ny-comm-box .comm-left ul.subnav{
    padding:0px 0px;
    background:#ebebeb;
}
.ny-comm-box .comm-left ul.subnav li a{
    display: block;
    padding:5px 10px 5px 10px;
    font-size: 14px;
    color: #424242;
    font-weight: normal;
    border-bottom:1px solid #f8f8f8;
    background: transparent;
    padding-left: 50px;
}
.ny-comm-box .comm-left ul.subnav li a:hover,.ny-comm-box .comm-left ul.subnav li.subactive a{
    background: #0072b4;
    color: #fff;
}
.ny-comm-box .comm-right{
    width: 78%;
    padding: 0px 0px 0px 40px;
    float: right;
}
@media(max-width:992px){
    .ny-comm-box .comm-right{
        width: 100%;
        padding: 0px 0px;
    }
}
/*产品列表*/
.ny-pro-list .ny-pro-content{
    margin-bottom:30px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    border: 1px solid #eaeaea;
    padding: 20px;
}
.ny-pro-list .ny-pro-img{
    overflow: hidden;
}
.ny-pro-list .ny-pro-img img{
    width:100%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.ny-pro-list .ny-pro-title{
    text-align: center;
    padding:8px 0 8px 0px;
    line-height: 1.2;
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.ny-pro-list .ny-pro-title span{
    display: block;
    height: 20px;
    font-weight: normal;
}
.ny-pro-list .ny-pro-intro{
    font-size: 14px;
    font-weight: lighter;
    color: #666;
    line-height: 1.6;
}
.ny-pro-list .more{
    text-align: center;
    font-size: 16px;
    color: #d9d9d9;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.ny-pro-content:hover .more{    
    color: #ef2020;
}
.ny-pro-content:hover{
    box-shadow: 0 0 10px #bbb;
}
.ny-pro-content:hover .ny-pro-img img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}
@media (max-width:992px){
    .ny-pro-list .ny-pro-title{
        font-size: 14px;
    }
    .ny-pro-list .more{
        font-size: 15px;
    }
}
.ny-comm-box .m-pro-nav{
    display: none;
}
.ny-comm-box .m-pro-nav .dropdown .btn{
    width:100%;
    padding:10px 0;
}
.ny-comm-box .m-pro-nav .dropdown .dropdown-menu{
    width:100%;
    padding:10px 20px;
    height:313px;
    overflow: auto;
}
.ny-comm-box .m-pro-nav .dropdown .dropdown-menu li{
    padding:8px 10px;
    border-bottom:1px solid #ddd;
}

@media (max-width:992px){
    .ny-comm .entitle {
        font-size: 40px;
    }
    .ny-comm{
        padding:0px 0;
        border-left:0px;
    }
    .ny-comm-box .comm-left{
        display: none;
    }
    .ny-comm-box .comm-right{
        width:100%;
    }
    .ny-comm-box .m-pro-nav{
        display: block;
        margin:20px 0;
    }
}
/*产品展示详情 */
.product-info{
    padding-bottom:50px;
}
.product-info .product-info-box {
    margin:0px 0 20px 0;
}
.product-info .product-info-box .produc-info-title{
    font-size: 20px;
    font-weight: bolder;
}
.product-info .product-info-box .product-info-img img{
    width:100%;
}
.product-info .product-info-box .product-info-img {
    position: relative;
}
.product-info .product-info-box .product-info-intro{
    padding:30px 0px;
}
.product-info .product-info-box .product-info-intro strong{
    font-size: 18px;
    font-weight: bold;
    color:#0072b4;
    display: block;
    padding-bottom:20px;
}
.product-info .product-info-box .product-info-intro {
    font-weight: 400;
    font-size: 16px;
    color:#424242;
    text-align: left;
    margin:0;
    padding:10px 0;
}
.product-info .product-info-box .product-info-intro img{
    max-width: 450px;
}
.product-info .product-info-box .product-info-intro table{
    border-bottom: 1px solid #ddd;
}
.product-info .product-info-box .product-info-intro table tr td{
    padding: 15px 15px;
    font-size: 14px;
}
.product-info .product-info-box .product-info-intro table tr td:first-child{    
    font-weight: bolder;
    color: #024394;
}
.pro-imglist{
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid #eaeaea;
}
.pro-imglist .product-img{
    margin-bottom: 15px;
}
.pro-imglist .product-img img{
    width: 100%;
}
@media (max-width:992px){
    .product-info .product-info-box .product-info-img .swiper-pagination{
        display: none;
    }
}

/* 新闻 */
.ny-news .ny-news-list {
    padding:10px;
    margin-bottom:20px;
    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 20px 25px 0;
    border-bottom:1px solid #ddd;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.ny-news .ny-news-list .ny-news-content .ny-news-title{   
    font-size: 18px;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.ny-news .ny-news-list .ny-news-content .ny-news-title span{
    color: #0072b4;
    display: block;
    font-size: 14px;
}
.ny-news .ny-news-list .ny-news-content .ny-news-intro{
    width:100%;
    font-size: 14px;
    line-height: 25px;
    color:#828282;
    margin-top:10px;
}
.ny-news .ny-news-list:hover{
    box-shadow: 0 0 10px #ddd;
}
.ny-news .ny-news-list:hover .ny-news-content{
    border-bottom:1px solid transparent;
}
@media (max-width:992px){
    .ny-news .ny-news-list .ny-news-img{
        padding-right:0;
    }
    .ny-news .ny-news-list .ny-news-content .ny-news-title p{
        width:100%;
        font-size: 16px;
    }
    .ny-news .ny-news-list .ny-news-content .ny-news-title span{
        display: block;
        width:100%;
        text-align: left;
    }
    .ny-news .ny-news-list .ny-news-content .ny-news-intro{
        width:100%;
    }
    .ny-news .ny-news-list .ny-news-content{
        padding:10px 0 10px 0;
    }
}

/* 新闻详情页 */
.ny-news-info{
    padding:0px 0px 50px;
}
.ny-news-info .news-info-title{
    text-align: center;
    margin-bottom:30px;
}
.ny-news-info .news-info-title p{
    font-size: 18px;
    font-weight: bold;
    margin:0;
    padding:8px 0;
}
.ny-news-info .news-info-title span{
    font-size: 14px;
    color:#999;
}
.ny-news-info .news-info-content{
    line-height: 28px;
    min-height: 500px;
}
.ny-news-info .news-info-content img{
    max-width: 100%;
}
@media (max-width:992px){
    .ny-news-info{
        padding:20px 0;
    }
    .ny-news-info .news-info-title p{
        font-size: 16px;
    }
    .position{
        padding:0;
    }    
}
/* 联系我们 */
.contact{
    margin-top:30px;
    margin-bottom:50px;
}
.contact .contact-left{    
    margin-bottom: 50px;
}
.contact .contact-left .contact-title p{
    font-size: 24px;
    font-weight: bold;
}
.contact .contact-left .contact-title b{
    display: block;
    width:80px;
    height:2px;
    background:#0072b4;
    margin:15px 0;
}
.contact .contact-left ul li{
    padding:0px 0;
}
.contact .contact-left ul li p{
    margin-bottom: 0px;
}
.contact .contact-left img{
    border: 1px solid #dedede;
    width: 140px;
}
.BMap_stdMpCtrl, .BMapLabel, .BMap_omCtrl{
    display: none !important;
}
@media (max-width:992px){
    .contact .contact-left{
        width:100%;
    }
    .contact .contact-right{
        width:100%;
    }
}
/* 在线留言 */
.messsage{
    overflow: hidden;
    margin:20px 0 100px 0;
}
.form-control{
    height:50px;
    margin-bottom:20px;
}
.form-control1{
    height:200px !important;
}
.message-btn button{
    width:100%;
    height:50px;
    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:#0072b4;
    color:#fff;
}
.ny-search .ny-search-box {
    margin-bottom:30px;
}