@charset "utf-8";
.menu_social{
    display: block;
    position: relative;
    font-size: 20px;
    margin-top: 22px;    
    right:20px;   
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.menu_social a {
    color: #d7000f;
    font-size: 14px;
    font-weight: 900;
    margin-right: 20px;
}
header.on .menu_social a{
    color: #d7000f;
}
header.ons .menu_social a{
    color: #fff;
}
.m-btn{
    display: none;
    position: relative;
    width: 26px;
    height: 21px;
    margin-top: 30px;
    cursor: pointer;
    right: 0px;   
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.btn-hamburger__bar {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    border-radius: 3px;
    background-color: #000;
    -webkit-transition: width .3s ease-in-out,-webkit-transform .3s ease-in-out;
    transition: width .3s ease-in-out,-webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out,width .3s ease-in-out;
    transition: transform .3s ease-in-out,width .3s ease-in-out;
    transition: transform .3s ease-in-out,width .3s ease-in-out,-webkit-transform .3s ease-in-out;
    pointer-events: none;
}
.btn-hamburger__bar-top {
    top: 0;
}
.btn-hamburger__bar-middle {
    top: 9px;
}
.btn-hamburger__bar-bottom {
    bottom: 0;
}
.m-btn.active {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.m-btn.active .btn-hamburger__bar-top {
    -webkit-transform: translateY(9px);
    transform: translateY(9px);
}
.m-btn.active .btn-hamburger__bar-middle {
    width: 0;
}
.m-btn.active .btn-hamburger__bar-bottom {
    -webkit-transform: translateY(-9px) rotate(90deg);
    transform: translateY(-9px) rotate(90deg);
}
.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;
        margin-top: 5px;
    }
    .menu_social{
        margin-top: 0px;
    }
}
/* 内页banner */
.ny-ban{
    position: relative;
    overflow: hidden;    
    background-color: #2b2b2b;
}
.ny-ban img{    
    width:100%;
    transition: all .3s ease-out,right .2s ease-out;
}
.ny-ban:hover img {
    transform: scale(1.1);
}
.ny-ban .ny-title{
    width:100%;
    position: absolute;
    bottom:25%;
    color:#fff;
    z-index: 4; 
}
@media(max-width:991px){    
    .ny-ban img {       
        width: 250%;
        max-width: none;
        margin-left: -85%;
    }
}
/* 当前位置 */
.position{
    position: relative;    
    padding: 15px 0px;
    font-size: 14px;
    background-color: #fff;
    line-height: 35px;   
}
.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;
}
/*关于我们*/
.ny-about .about-con{
    padding: 50px 50px;
    font-weight: lighter;
    font-size: 16px;
}
.ny-about .about-con ul{
	padding-left: 22px;
}
.ny-about p{
    margin: 5px 0px;
}
.ny-about .rimg{
    max-width:100%;
    width: 50%;
    margin-left: 15px;
}
.ny-about .limg{
    max-width:100%;
    width: 50%;
    margin-right: 15px;
}
@media(max-width:991px){
    .ny-about .about-con{
       padding: 20px 20px; 
    }
}
/* 荣誉证书 */
.about-honor{
    background: #f6f6f6;
}
.ny-honor .honor-list img{
    max-width: 100%;
    padding: 8px;
    border: 1px solid #ddd;
    background: #fff;
}
.ny-honor .honor-list {   
    text-align: center;
    margin: 10px 0px;   
}
.ny-honor .honor-list p{
    line-height: 1.4;
    overflow: hidden;
    padding: 15px;
    font-size: 14px;
}

/*内页案例*/
.ny-case .case-list{    
    padding: 10% 8% 20%;   
    background: url(../img/caselist.jpg) no-repeat center;
    background-size: cover;
    transition: all 0.6s;
    margin: 10px 0px;
    font-size: 14px;
    position: relative;  
}
.ny-case .case-list p.sort{   
    font-size: 38px;
    color: #fff;
    text-transform: uppercase;   
    font-weight: 600;
    margin-bottom: 25%;
}
.ny-case .case-list h5{   
    font-size: 16px;    
    font-weight: 600;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.ny-case .case-list:after{
    position: absolute;
    left: 8%;
    bottom: 10%;
    width: 30px;
    height: 2px;
    background: #002e6f;
    display: block;
    content: "";
    margin: 10px 0px;
}
.ny-case .case-list:hover{
    opacity: 0.8;
}
.ny-case .stafflist{
    margin-bottom: 20px;
}

.main{
    background: #f7f7f7;
    border-top: 50px solid #f7f7f7;
    border-bottom: 50px solid #f7f7f7;    
}
.ny-comm{    
    position: relative;
}
.ny-comm .comm-left{
    width: 22%;
    padding: 30px 30px;
    float: left;
    background-color: #fff;
}
.ny-comm .comm-right{ 
    width: 78%;
    padding: 0px 0px 0px 40px;   
    float: right;    
}
.ny-comm .ny-title{
   font-size: 22px;
   color: #002e6f;
   font-weight: 900;
   text-transform: uppercase;   
}
.ny-comm .ny-title:after{
    display: block;
    content: "";
    width: 70px;
    height: 0px;
    background: #fdba33;
    margin: 15px 0px;
}
@media(max-width:992px){
    .main{	    
	    border-top: 20px solid #f7f7f7;
	    border-bottom: 20px solid #f7f7f7;    
	}
    .ny-comm{    
        padding: 20px 0px;
    }
    .ny-comm .ny-title {
        font-size: 20px;
    }    
}

/*产品类别*/
.ny-comm .comm-left .cstlayer{
    font-size: 22px;
    font-weight: 900;
    color: #002e6f;
    line-height: 2;    
    margin-bottom: 20px;
    border-bottom: 2px solid #e6e6e6;
}
.ny-comm .comm-left .cstlayer:after{
   display: block;
   content: "";
   width: 45px;
   height: 2px;
   margin-bottom: -2px;
   background: #002e6f;
}
.ny-comm .comm-left .ny-nav li a{   
    display: block;
    padding: 12px 10px 12px 10px;
    line-height: 1.3;
    font-size: 17px;
    text-align: left;
    border-bottom: 1px solid #e6e6e6;
}
.ny-comm .comm-left .ny-nav li a span{
    display: block;
}
.ny-comm .comm-left .ny-nav li a i{
    font-size: 14px;
    font-weight: bolder;
}
.ny-comm .comm-left .ny-nav li a.active,.ny-comm .comm-left .ny-nav li a:hover{
    background-color: #002e6f;
    color:#fff;
}
.ny-comm .comm-left ul.subnav{
    padding:0px 0px;
    display: none;
}
.ny-comm .comm-left ul.subnav.on{
    display: block;
}
.ny-comm .comm-left ul.nonesub li a,
.ny-comm .comm-left ul.subnav li a{
    display: block;
    padding: 12px 10px 12px 20px;
    line-height: 1.3;
    font-size: 14px;
    border-bottom:1px solid #e6e6e6;  
}
.ny-comm .comm-left ul.nonesub li,
.ny-comm .comm-left ul.subnav li{
    display: block; 
    position: relative;  
    margin: 0px 0px; 
}
.ny-comm .comm-left ul.subnav li span{
    display: block;
}

.ny-comm .comm-left ul.subnav li a:hover,.ny-comm .comm-left ul.subnav li.subactive a{
    color: #d6000f;
    background-color: #fff;
}

/*招聘*/
.talent-box{
    padding: 50px;
    min-height: 500px;
    background-color: #fff;
}
.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){    
    .talent-box {
        padding: 15px;    
    }    
    .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;
    }
}
.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: 15px 16px;
    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: 20px;
}
.pre-next span{
    font-weight: bold;
}
@media(max-width:991px){
    .pre-next .text-right{
        text-align: left;
    }
}

/* 新闻 he 实力*/
.ny-news .ny-news-list { 
    margin-bottom: 20px;
    background-color: #fff;
    padding: 35px;
    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 0px;
    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.4;
    font-size: 18px;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; 
}
.ny-news .ny-news-list .ny-news-content .ny-news-title span{    
    display: block;
    font-weight: 300;
    font-size: 14px;
}
.ny-news .ny-news-list .ny-news-content h5{    
    line-height: 1;
    font-size: 26px;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin: 25px 0px;
}
.ny-news .ny-news-list .ny-news-content h5 strong{
    font-weight: normal;
    font-size: 14px;
}
.ny-news .ny-news-list .ny-news-content .ny-news-intro{
    font-size: 14px;
    line-height: 25px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
@media (max-width:991px){
    .ny-news .ny-news-list .ny-news-img{
        padding-right:0;
        margin-top: 30px;
    }
    .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 10px;
    }
}

/* 新闻详情页 */
.ny-news-info{
    width: 100%;
    background-color: #fff;
    margin: 0px auto;
}
.ny-comm .news-info-title{   
    padding-bottom: 10px;   
    border-bottom: 2px solid #e0e0e0;
    margin-bottom: 20px;
}
.ny-comm .news-info-title p{
    font-size: 2rem;   
    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;
}
.ny-news-info .news-info-content h2{
    font-size: 18px;
    color: #002e6f;
    margin: 10px 0px;
}
.ny-news-info .news-info-content p{    
    margin: 5px 0px;
}
.ny-news-info .news-info-content h3{
    font-size: 16px;
    margin: 10px 0px;
}
.news-info-content img{
    max-width: 100%;
    width: auto;
    margin: 10px 0px;
}
.news-info-content .duoimg img{
    margin: 0px 0px;
}
@media (max-width:991px){
    .ny-news-info{
        padding:20px 0;
        width: 100%;
    }
    .ny-news-info .news-info-title p{
        font-size: 16px;
    }
}


/* 联系我们 */
.contact .contact-title{
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
}
.map{
    border: 1px solid #ddd; 
    padding: 15px; 
    background: #fff;
}
.map img{
    width: auto;
    max-width: none;
}
.BMap_stdMpCtrl, .BMapLabel, .BMap_omCtrl{
    display: none !important;
}

/* 在线留言 */
.message{
    margin-top: 35px;
}
.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 .contact-title {
        font-size: 20px;  
    }
}