@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:#07a2b6;
    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:#07a2b6;
    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);
}
header.on .m-btn span::before,header.on  .m-btn span::after, header.on  .m-btn span{
    background:#07a2b6;
}
.m-btn span:before {
	top: -8px;
}
.m-btn span:after {
	bottom: -8px;
}
.m-btn.active span {
	margin-left: 10px;
}
.m-btn.active span:before {
    transform: rotate(-48deg) translate(-7px, 4px);
    -webkit-transform: rotate(-48deg) translate(-7px, 4px);
    -o-transform: rotate(-48deg) translate(-7px, 4px);
	width: 24px;
}
.m-btn.active span:after {
    transform: rotate(48deg) translate(-7px, -4px);
    -webkit-transform: rotate(48deg) translate(-7px, -4px);
    -o-transform: rotate(48deg) translate(-7px, -4px);
	width: 24px;
}
@media (max-width: 1199px){
    .ny-header .nav>ul>li{
        padding-left:0;
    }
}
@media (max-width: 992px){
    .m-btn{
        display: block;
    }
}

/* 关于我们 */
.ny-ban{
    position: relative;
    overflow: hidden;
}
.ny-ban img{
    width:100%;
}
.ny-ban .ny-title{
    width:100%;   
    position: absolute;
    bottom: 0px;
    color:#fff;    
    z-index:2;
}

@media(max-width:991px){       

    .ny-ban img {
        width: 150%;
        margin-left: -25%;
    }
}
/* 当前位置 */

.position{
    position: relative;  
    padding: 20px 0px;
    color: #fff;   
    font-weight: bold;
    font-size: 35px;
}
.position span{
    font-size: 40px;
    text-transform: uppercase;
}
.position ul{
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 20px;
    float: right !important;   
}
@media(max-width:767px){
    .position ul{
        display: none;
    }
}
.position li{
    display: inline-block;       
}
.position li a{
    color:#fff;
}
.position li.active a{
    color:#fff;
}
.ny-about{
    padding:0px 0px 50px;
    line-height: 30px;
}
.ny-about p{
    margin:0;
}
.ny-about img,.ny-img img{
    max-width:100%;
}
.ny-img{
    position: relative;
    margin-bottom: 50px;
}
.ny-img .img-con{ 
    padding: 10px;
    border: 1px solid #ddd;   
    background: #fff;
    margin: 15px 0px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all 0.5s ease; 
}
.ny-img a:hover .img-con{
    transform: scale(1.05);
}
/* 荣誉证书 */
.about-honor{
    background: #f6f6f6;
}
.ny-ab-box{
   padding-top: 30px;
}
.ny-honor .honor-list img{
    max-width: 100%;
    max-height: 260px;
}
.ny-honor .honor-list {   
    text-align: center;  
}
.ny-honor .honor-list a{
    display: block;
    padding: 8px;
    border: 1px solid #ddd;
    line-height: 260px;
    background: #fff;
}
.ny-honor .honor-list p{
    line-height: 1.4;
    overflow: hidden;
    padding: 15px;
    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;
    background-color: #fff;
}
.ny-case .case-list p{
    line-height: 1.4;
    overflow: hidden;
    padding: 10px;
    font-size: 14px;
}
/*发展历程*/

.timeline{padding-top:80px;overflow: hidden;}

.timeline .tit{text-align:center; font-size: 36px; color:#333;margin:15px 0 45px}

.timeline .tit span{

    display: block;

    font-size: 24px;

    color: #666666;

}

.timeline ul li{

    position: relative;

    padding: 10px 0;

    height: auto;

}

.timeline ul li:nth-child(2n){

    padding-left: 54%;

    text-align: left;

}

.timeline ul li:nth-child(2n+1){

    padding-right: 54%;

    text-align: right;

}

.time-con::before {

    content: '';

    position: absolute;

    top: 50%;

    left: 50%;

    width: 16px;

    height: 16px;

    margin: -8px 0 0 -8px;

    border-radius: 50%;

    z-index: 2;

    background: #0088e5;

    border: 3px solid #7fc3f2;

}

.time-con::after {

    content: '';

    position: absolute;

    top: calc(50% - 1px);

    left: calc(50% + 6px);

    width: calc(4% - 6px);

    height: 2px;

    background: #0088e5;

}

.timeline ul li:nth-child(2n+1) .time-con::after{

    left: auto;

    right: calc(50% + 6px);

}

.timeline ul li::before,.timeline ul li::after{

    content: '';

    position: absolute;

    top: 0;

    width: 2px;

    height: calc(50% - 4px);

    left: 50%;

    background: #0088e5;

    margin-left: -1px;

}

.timeline ul li::after {

    top: auto;

    bottom: 0;

}

.time-con{

    display: inline-block;

    min-width: 40%;

    min-height: 40px;    

    border-radius: 4px;

    padding: 15px 20px;

    cursor: pointer;

}

.time-con h4{
    font-size: 26px;
    color: #0088e5;
}
.main{
    background: #f8f8f8;
}
/* 产品展示 */
.ny-comm{
    min-height: 500px;
    padding: 50px 0px;
    position: relative;
}
.ny-comm .about-title {
    font-size: 36px;
    margin: 30px 0px;
    color: #004080; 
}
.ny-comm .about-title span{
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    color: #999999;
}
/*产品类别*/
.comm-left{
    background: #fff;
    padding: 30px 0px;
}
.comm-left .ny-nav{
  display: flex;
  justify-content: flex-end;  
  overflow: hidden;  
}
.comm-left span{    
    color: #07a2b6;
    line-height: 1.0;
    font-weight: bold;
    font-size: 35px;
    float: left;
}
.comm-left .ny-nav li{    
    text-align: center;
}
@media(max-width:991px){
    .comm-left .ny-nav li{
       display: none;
    }
}
.comm-left .ny-nav li a{    
    padding: 4px 25px;
    margin: 0px 5px;    
    border-radius: 5px;
    font-size: 18px;
    display: block;  
}
.comm-left .ny-nav li.active a,.comm-left .ny-nav li a:hover{   
    color:#fff;
    background: #07a2b6;
}
.ny-comm-box .comm-right .pname{
    font-size: 26px;
    margin-bottom: 30px;
}
.ny-comm-box .comm-right .ny-pro-list{
    margin-bottom:30px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s; 
}
/*产品列表*/
.product-list{
    background: #fff;
    padding: 0px 0px ; 
    position: relative;
    margin-bottom: 30px;
    border-radius: 5px;
    box-shadow: 1px 0 10px #bbb;
}
.product-list .product-img img{
    width: 100%;
}
.product-list h5 span{
    font-size: 20px;    
    display: block;
}
.product-list h5{
    font-size: 14px;
    padding: 15px 10px;
}
.product-list h5:before{
    content: '';
    display: block;
    width: 30px;
    height: 3px;
    background: #07a2b6;
    margin: 10px 0px;
}

.ny-pro-list .ny-pro-img{
    overflow: hidden;
    padding: 10px;
}
.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{
    background: #f2f2f2;
    padding:8px 15px;
    font-size: 18px; 
    height: 70px;   
    transition: all 0.6s;   
}.ny-pro-list:hover .ny-pro-title{
    background: #0088e5;
    color:#fff;
}
.ny-pro-list:hover{
    box-shadow: 0 0 10px #bbb;
}
.ny-pro-list:hover .ny-pro-img img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}
/*手机版*/
.m-pro-nav{
    display: none;
}
.m-pro-nav .dropdown .btn{
    width:100%;
    padding:10px 0;
}
.m-pro-nav .dropdown .dropdown-menu{
    width:100%;
    padding:10px 20px;
    height:313px;
    overflow: auto;
}
.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{
        padding: 0px;
        border-left:0px;
    }
    .comm-left{
        display: none;
    }
    .ny-comm-box .comm-right{
        width:100%;
    }
    .m-pro-nav{
        display: block;
        margin:20px 0;
    }    
    .ny-img .img-con {
        position: relative;
        width: 100%; 
    }
    .ny-comm-box .comm-right .pname {
        font-size: 20px;
    }
    .ny-pro-list .ny-pro-title {
        font-size: 14px;
        height: auto;
    }
}
/*产品展示详情 */
.product-info{
    border: 1px solid #efefef;
    background: #fff;
    margin-bottom: 30px;
}
@media(max-width:991px){
    .product-info{  
        border: 0;
    }
}
.product-info img{
    width:100%;
    padding: 0px;
}
.product-con{
    padding: 25px 30px 5px 15px;
}
.product-con h5{
   font-size: 16px; 
   margin-bottom: 20px;  
}
.product-con h5 span{
    display: block;
    font-weight: bolder;
    font-size: 20px;
    color: #07a2b6;
}
@media(max-width:512px){
    .product-con h5{
        font-size: 20px;
    }
}
.product-con .overview{
    font-size: 14px;
    line-height: 1.8;
    height: 295px;
    overflow: hidden; 
}
@media(max-width:991px){
    .product-con .overview{
        height: auto;
    }
}
.product-con .overview span{
    font-size: 20px;
    font-weight: bolder;
    color: #034496;
    display: block;
}
.scrollbox{
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
    padding-right: 10px;
}
/*滚动条样式*/
.scrollbox::-webkit-scrollbar {/*滚动条整体样式*/
    width: 4px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;
}
.scrollbox::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: rgba(0,0,0,0.2);
}
.scrollbox::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 0;
    background: rgba(0,0,0,0.1);
}
.pro-wechat{   
    margin: 10px auto 0px;
    font-size: 16px;
    text-align: center;
}
.pro-wechat .tel{    
    padding: 15px 15px;
    background: #dedede;
    border-radius: 3px;
}
.pro-wechat .wechat{
    background: #fdbb35;
    padding: 16px 15px;
    border-radius: 3px;
}
.product-info .product-info-content {
    font-weight: 400;
    font-size: 16px;
    padding:10px 0;
}
.product-info-content .product-info-title {
    margin-bottom: 20px;
    background: #f3f4f6;
}
.product-info-content .product-info-title span {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    padding: 14px 20px;
    background: #07a2b6;
    position: relative;
    z-index: 1;
}
.product-info-content table,
.product-con .overview table{
    margin-bottom: 0px;
}
.product-info-content p em,
.product-con .overview p em{
    border-top: 1px solid #ddd;
    display: block;
    font-style: normal;
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    font-size: 16px;
    font-weight: bold;
}
.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 30px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
@media(max-width:767px){
    .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;
    }
}
/* 新闻 */
.ny-news .ny-news-list {
    padding:10px;
    margin-bottom:40px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
@media(max-width:991px){
    .ny-news{
        margin-top: 15px;
    }
}
.ny-news .ny-news-list .ny-news-img img{
    max-width:100%;
}
.ny-news .ny-news-list .ny-news-content{
    padding:20px 20px 20px 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{
    margin-top:10px;
    font-size: 22px;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.ny-news .ny-news-list .ny-news-content .ny-news-title span{
    color:#b1b1b1;
    display: block;
}
.ny-news .ny-news-list .ny-news-content .ny-news-intro{
    width:75%;
    font-size: 14px;
    line-height: 25px;
    color:#828282;
    margin-top:10px;
}
.ny-news .ny-news-list:hover{
    box-shadow: 0 0 10px #ddd;
    background: #fff;
}
.ny-news .ny-news-list:hover .ny-news-content{
    border-bottom:1px solid transparent;
}

@media (max-width:991px){
    .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:50px 0;
}
.ny-comm .news-info-title{
    padding-top: 25px;
    padding-bottom: 30px;
    border-bottom: 3px solid #e0e0e0;
}
.ny-comm .news-info-title p{
    font-size: 3.6rem;
    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-bottom: 30px;
}
.news-info-content .theme-thumbnail {
    margin-bottom: 30px;
}
.news-info-content .theme-thumbnail img{
    max-width: 100%;
}
@media (max-width:991px){
    .ny-news-info{
        padding:20px 0;
    }
    .ny-news-info .news-info-title p{
        font-size: 16px;
    }
    .position{
        padding:0;
        font-size: 16px;
    }
    .position span{
        font-size: 20px;
    }
    .position:after {        
        width: 50px;
        height: 2px;
    }
    .position ul li{
        padding:20px 0 20px 0px;
    }
}
/* 联系我们 */
.contact{    
    margin-bottom:50px;
}
.contact .contact-title{
    font-size: 20px;
    font-weight: bold;
}
.contact ul li{ 
    line-height: 2;
    font-weight: bolder;
}
.contact ul li span{
    font-size: 18px;
    margin-right: 10px;
}
.contact img{
    margin-top: 15px;
    border: 1px solid #efefef;
}
.map{
    border: 1px solid #efefef;
    background: #fff;
    padding: 10px;
}
.BMap_stdMpCtrl, .BMapLabel, .BMap_omCtrl{
    display: none !important;
}

/* 在线留言 */

.message{  
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 16px;
    padding: 60px 30px 45px;
}

.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:767px){
    .contact .contact-title p {
        font-size: 20px;  
    }
    .messsage{
        margin-top: 20px;
    }
}