@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:#2b2b2b;
    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:#2b2b2b;
    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:#424242;
}
.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;    
    line-height: 1.0; 
    font-size: 24px;
    border-bottom: 1px solid #eef1f4;
}
.position ul{
    display: inline-block;
    font-size: 14px;    
    float: right !important;    
}
.position ul li:last-child a{
    color: #b70005;
}
@media(max-width:767px){
    .position ul{
        display: none;
    }
}
.position li{
    display: inline-block;       
}
.position li.active a{
    color:#b70005;
}

.ny-about{
    background: url(../img/ny-about.jpg) no-repeat center #010101;
    background-size: auto 100%;
    line-height: 30px;
    color: #fff;
}
.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);
}

.search .search-input{
    width: 100%;
    position: relative;
}
.search p{
    font-size: 16px;   
    font-weight: 500;
    margin-bottom: 15px;
}
.search p span{
    font-size: 14px;
    display: block;
}
.search .search-input input{
    width: 100%;
    line-height: 35px;
    font-size: 14px;
    color: #848484;
    padding-left: 15px;
    padding-right: 5px;    
}
.search .search-icon{
    position: absolute;
    right: 5px;
    top: 5px;
}
.search .search-icon button{
    border: 0px;
    background: transparent;
    width: 100px;   
    cursor: pointer;   
    font-size: 18px;
    text-align: center;
}
/* 荣誉证书 */
.ny-honor{
    background: #fff;
    position: relative;
}
.ny-honor .honor-list img{
    max-width: 100%;
    max-height: 260px;
}
.ny-honor .honor-list {   
    text-align: center;
    display: block;
    padding: 10px;
    border: 1px solid #e4e4e4;    
    background: #fff;  
}
@media (max-width:990px){
    .ny-honor .honor-list img {
        max-width: 100%;
        max-height: 120px;
    }
    .swiper-button-next, .swiper-button-prev{
        display: none;
    }
}
/*企业文化和我们的团队*/
.ny-culture,.ny-team{
    background: #fff;
}
.culture,.team{
    width: 70%;
    margin: 0px auto;
}
.culture img{
    width: 100%;
}
.team .team-list{
    text-align: center;
    overflow: hidden;
    margin-bottom: 15px;
}
.team .team-list .team-img{
    overflow: hidden;
}
.team .team-list .team-con{
    padding: 5px 0px;
    min-height: 150px;
}
.team .team-list img{
    width: 100%;
    transition: all 0.3s;
    /*-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;*/
}
.team .team-list:hover img{
    filter: grayscale(0);
    filter: "";
    transform: scale(1.1);
}
.team .team-list h5{
    font-size: 16px;
    margin-top: 15px; 
}
.team .team-list h5::after {
    content: '';    
    width: 40px;
    height: 2px;
    display: block;
    margin: 5px auto;   
    background: #b70005;
}
@media (max-width:990px){
    .culture,.team{
        width: 100%;
        margin: 0px auto;
    }
    .team .team-list .team-con{
        font-size: 12px;
    }
}
/*国际合作*/
.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-history .title b:after,.ny-honor .title b:after,.ny-culture .title b:after,.ny-team .title b:after,.ny-mu .title b:after{
    height: 0;
}
.ny-history{
   background: url(../img/ny-history.jpg) no-repeat center #e9ebee; 
}
.history-box{padding:20px 80px;overflow: hidden;}
.history-box h5{text-align:center; font-size: 32px;
    padding-bottom: 30px;
    font-weight: lighter;
}
.time-con::before {
    content: '';
    position: absolute;
    top: 0%;
    left: 50%;
    width: 16px;
    height: 16px;
    margin: -8px 0px 0px -8px;
    border-radius: 50%;
    z-index: 2;
    background: #ebedf0;
    border: 1px solid #b5b5b5;
}
.time-con::after {
    content: '';
    position: absolute;
    top: calc(0% - 1px);
    left: calc(50% + 6px);
    width: calc(100% - 6px);
    height: 2px;
    background: #bbbbbb;
}
.time-con{
    width: 100%;
    padding: 25px 20px;
    font-size: 12px;
    cursor: pointer;
    position: relative;
}
.history-box .swiper-slide-active .time-con::before {
    background: #b70005;
    border: 1px solid #b70005;
}
@media (max-width:990px){
    .history-box {
        padding: 20px 0px;
    }
    .time-con {        
        padding: 25px 10px;        
    }
}
/*规划*/
.plan-intro img{
    width: auto;
    max-width: 100%;
}
.ny-mu{
    background: url(../img/ny-mu.jpg) no-repeat center #ebeced;
    background-size: 100% 100%;
}
.ny-mu .mu-list img{
    width:100%;
}
.ny-mu .mu-list h5{
    font-size: 14px;
    padding: 10px;
    font-weight: lighter;
    text-align: center;
}
/*未来*/
.ny-gui{
    background: #2b2b2b;
    color: #fff; 
}
.ny-gui .gui-list img{
    width:100%;
}
.ny-gui .gui-list h5{
    font-size: 16px;
    padding: 10px 0px 0px;
    font-weight: lighter;    
}
.ny-gui .gui-list h5:after{
    content: '';    
    width: 40px;
    height: 2px;
    display: block;
    margin: 5px 0;   
    background: #b70005;
}
.ny-gui .gui-list h5 span{
    font-weight: 500;
}
.ny-wei .row{
    margin-left: 0px;
    margin-right: 0px;
}
.ny-wei .row .col-md-6{
    padding-left: 0px;
    padding-right: 0px;
}
.ny-wei .row img{
    width: 100%;
}
.ny-wei img{
    width: auto;
    max-width: 100%;
}

.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;
}
.comm-left .ny-nav{  
  overflow: hidden;
  padding: 30px 0px;
}
@media(max-width:991px){
    .comm-left .ny-nav{
       display: none;
    }
}
.comm-left .ny-nav li h5{    
    font-size: 16px;
    line-height: 1.1; 
    padding: 15px 15px;
    background: #ebebeb;
    border-radius: 2px;
    font-weight: lighter;
    margin: 5px 0px 
}
.comm-left .ny-nav li h5 span{
    display: block;
    font-size: 12px;
    font-weight: 100;
    opacity: 0.85;
}
.comm-left .ny-nav li.active a,.comm-left .ny-nav li a:hover{   
    color:#b70005;
}


.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{   
    position: relative;
    margin-bottom: 30px;   
}
.product-list .product-img img{
    width: 100%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.product-list h5,.product-list h4{
    font-size: 14px;
    font-weight: lighter;
}
.product-list h4 span{    
    display: block;
}
.product-list h5:after {
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    background: #cdcdcd;
    margin: 5px 0px;
}
.product-list .product-img{
    overflow: hidden;
    margin-bottom: 15px;
}
.product-list:hover .product-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;
    }
    .product-img{
        margin-bottom: 10px;
    }
    .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 0px;
}
.product-con h5{
   font-size: 18px; 
   margin-bottom: 20px;  
}
.product-con h5 span{
    display: block;
    font-weight: bolder;
    font-size: 30px;
    color: #b18325;
}
@media(max-width:512px){
    .product-con h5{
        font-size: 20px;
    }
}
.product-con .overview{
    font-size: 14px;
    line-height: 1.8;   
    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-content {
    max-width: 1000px;
    margin: 0px auto;
    font-size: 16px;
    padding:10px 0;
}
.product-info-content p img{
    margin: 15px 0px;
    width: auto;
    max-width: 100%;
}
.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: #c29842;
    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: 12px 8px;
    color: #29a13a;
    line-height: 1.42857143;
    vertical-align: top;
    font-size: 15px;
    font-weight: 700;
}
.table>tbody>tr>th {
    padding: 8px 10px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
    background: #29a13a;
    color: #fff;
}
.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: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: 14px;
    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:85%;
    font-size: 12px;    
    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:0px 0;
    width: 60%;
    margin: 0px auto;
}
.ny-comm .news-info-title{   
    padding: 20px 0px;
    margin-bottom: 30px;
    border-bottom: 2px solid #e0e0e0;
}
.ny-comm .news-info-title p{
    font-size: 1.8rem;
    text-transform: uppercase;
    font-weight: bold;
    margin: 10px 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 img,.news-info-content video{
    width: 100%;
    margin: 15px 0px;
}
@media (max-width:991px){
    .ny-news-info{
        width: 100%;
    }
    .ny-news-info .news-info-title p{
        font-size: 14px;
    }
    .position{        
        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: 40px 30px 45px;
    margin-top: 30px;
}

.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;
    }
}