@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:#424242;

    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:#424242;

    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;

    }    

}



/* 关于我们 */

.ny-ban{

    position: relative; 

}

.ny-ban img{

    width:100%;

}

.ny-ban .ny-title{

    width:100%;   

    position: absolute;

    bottom:30px;

    z-index:2;

}

.ny-ban .ny-title span{

    font-size: 40px;  

    color:#fff;

}



/* 当前位置 */

.position{

    display: inline-block;

    float: right !important;

    margin-top: 15px;

    color: #fff;

}

.position li{

    display: inline-block;        

}

.position li a{

    color:#fff;

}

.position li.active a{

    color:#fff;

}



@media (max-width:992px){       

    .ny-ban .ny-title{

        margin-top:5px;

        position: relative;

        color: #2b2b2b;

        bottom: auto;

    }

    .ny-ban .ny-title span{

        color: #2b2b2b;

        font-size: 22px;

    }

    .position,.position li a{

        color: #2b2b2b;       

    }

     

    

}

.ny-nav {

    background: #f6f6f6;

    padding: 2% 0px;

}

.ny-nav ul{

    overflow: hidden;

    display: flex;

    justify-content: center;

    align-content: center;

}

.ny-nav ul li{    

    width: 12%;

    margin: 0px 8px;

    text-align: center;    

    line-height: 50px;

    background:#fff;

    transition: all 0.6s;

}

.ny-nav ul li.active,.ny-nav ul li:hover{

    background:#de2a1c;

}

.ny-nav ul li.active a,.ny-nav ul li:hover a{

    color:#fff;

}



.ny-about{

    padding:0px 0px 50px;

    line-height: 30px;

}

.ny-about img{

    float: left;

    margin-right: 15px;

    max-width: 100%;

}

.sign{margin: 20px 0px; padding: 40px 5px; background-color: #f4f4f4;}

.sign li{float: left; text-align: center; width:25%; position: relative;transition:all 0.3s;}

.sign li span{display: block;}

.sign li p{color:#de2a1c;display: block;font-size: 45px;}

.sign li span::before{ content: ""; display: block; width: 30px; height: 3px; background: #de2a1c; margin: 10px auto;}

.sign li:hover{ margin-top: -10px;}

@media (max-width:992px){ 

    .sign li{ width:50%;margin-bottom: 15px;}

    .sign li p {       

        font-size: 20px;

    }



}

.about-img{

    padding-top: 20px;  

}

.about-img div{

    margin-bottom: 15px;

}

.about-img div img{

    max-width: 100%;

}

/* 荣誉证书 */

.ny-honor .honor-list img{

    max-width:100%;

}

.ny-honor .honor-img {

    padding: 0px 15px 60px 15px;

    overflow: hidden;

    text-align: center;

    background: url(../img/c-bg.jpg) no-repeat bottom center;

    background-size: 100%;  

}

.ny-honor .honor-list{

    margin-bottom:30px;

    position: relative;

}

.ny-honor .honor-list p{

    position: absolute;

    bottom: 0px;

    text-align: center;

    width: 100%;

    line-height: 1.4;

    overflow: hidden;

    padding: 5px 20px;

    height: 50px;

    font-size: 14px;

}

/*用人理念*/

.concept-con {

    position: relative;

    overflow: hidden;

}

.concept-con img{

    width: 100%;

}

.concept-con h5{

    position: absolute;

    top: 25%;

    width: 100%;

    z-index: 9;

    font-size: 50px;

    font-weight: bold;

    text-align: center;

    color: #fff;

}

@media(max-width:767px){

    .concept-con h5{

        font-size: 24px;

        padding: 20px 40px;

    }

}

/*福利待遇*/

.Welfare{

    background: #fbfbfb;

    padding: 50px;

    display: flex;

    justify-content: center;

    align-content: center;



}

.Welfare li{

    margin: 0px 8px;

    display: inline-block;

    padding: 0px 20px;

    text-align: center;

    line-height: 50px;

}

.Welfare li img{

    float: none;

    margin-right: 0px;

}

.Welfare li strong:before {

    content: "";

    display: block;

    width: 20px;

    height: 2px;

    background: #de2a1c;

    margin: 0px auto;

}

@media(max-width:767px){

    .Welfare{

        flex-wrap: wrap;

    }

    .Welfare li{

        width: 100%;

    }

}

/*招聘信息*/

.ny-job-list .table>tbody>tr>td, .ny-job-list .table>tbody>tr>th{

    padding: 15px 15px;    

}

.ny-job-list .table>tbody>tr>th{

    border-bottom: 4px solid #de2a1c;

}

.ny-job-list .table-hover>tbody>tr:hover td {

    border-top: 2px solid #de2a1c;

    border-bottom: 2px solid #de2a1c;

}

/*视频*/

.video .video-img {

    background: url(../img/video.jpg) no-repeat bottom center;

    background-size: 100%;

    width: 70%;

    margin: 0px auto;

    padding: 0px 50px 40px;

    position: relative;

}

.video .video-img i{

    position: absolute;

    top: 50%;

    left: 50%;

    margin-left: -40px;

    margin-top: -40px;

    font-size: 80px;

    color: #fff;

}

.video .video-list .video-img img{

    max-width: 100%;

}

.video .video-list{

    margin-bottom: 50px;

}

.video .video-list h5{

    line-height:2.5;

    font-size: 20px;

    text-align: center;

}

/* 企业环境 */

.huanjing-list{

    position: relative;

    margin-bottom:30px;

}

.huanjing-list p{

    margin: 0 0 20px;

    font-size: 18px;

    color: #333;

    font-weight: bolder;

}

.huanjing-list .huanjing-img img{

    width:100%;

}

.huanjing-list .huanjing-img{

    position: relative;

}

.huanjing-list .huanjing-img::after{

    content:'';

    display: block;

    width:100%;

    height:0;

    position: absolute;

    bottom:0;

    left:0;

    background:#000;

    opacity: 0.5;

    z-index:99;

    transition: all .5s;

    display: none;

}

.huanjing-list:hover .huanjing-img::after{

    height:100%;

    display: block;

}

/*企业文化*/

.culture{

    background: url(../img/culture.jpg) no-repeat bottom center;

    padding-bottom: 280px;

}

.culture-list{

    overflow: hidden;  

}

.culture-list .row{

    margin-left: 0px;

    margin-right: 0px;

}

.culture-list .col-md-6{

    padding-right: 0px;

    padding-left: 0px;

}

.culture-box{

    display: flex;

    justify-content: center;

    flex-direction: row-reverse;

    margin-top: 50px;

}

.culture-box .culture-img img{

    width: 100%;

}

.culture-box .culture-con{   

   border-right: 2px solid #fff;

   display: inline-block;  

   margin-bottom: 25px;

   position: relative; 

}

@media(min-width:992px){

    .culture-box .culture-con{

        height: 400px;

        padding: 0px 70px;      

    }

}



.culture-box .culture-con::after{

    content: "";

    width: 2px;

    height: 25px;

    position: absolute;

    right: 0px;

    background: #de2a1c;

    margin-right: -2px;

    margin-left: 30px;

}

.culture-box h3{

    font-size: 32px;

    color: #de2a1c;

    margin-bottom: 5px;

    padding-left: 15px;

    font-weight: bolder;

    float: right;

    width: 35px;    

}

.culture-box p {

    font-size: 20px;

    margin: 0px 5px;

    width: 20px;

    line-height: 1.2;

    float: right;    

    color: #666;    

}

.culture-box p em{

    font-style: normal;

    display: inline-block;

    margin-bottom: 8px;

}

@media(max-width:991px){

    .culture-box{

        flex-wrap: wrap;

        flex-direction:row;        

    }

    .culture-box .culture-con{

        border: 0;

        padding-left: 0px;

        border-top: 2px solid #fff;    

        width: 100%;

    }

    .culture{

        padding-bottom: 80px;

    }  

    .culture-box .culture-con::after{

        width: 45px;

        height: 2px;

        margin-left: 0px;

        margin-top: -2px;

        top: 0px;

        left: 0;

    }    

    .culture-box h3 {

        padding-left: 0px;

        font-size: 26px;

        padding-top: 15px;

        width: 100%;

        float: none;

    }

    .culture-box p{

        width: 100%;

        float: none;

        margin: 5px 0px;

    }

    .culture-box p em{       

        margin-right: 5px;

        margin-bottom: 0px;

    }

}

/* 招聘详情 */

.job{

    background: #f6f6f6;

    padding-top: 50px;

    padding-bottom: 50px;

    margin-top: 50px;

    margin-bottom: 100px;

}

.ny-job-info{

    width: 80%;

    margin: 0 auto;

    background:#fff;

    padding: 46px 10%;

}

@media(max-width:767px){

    .ny-job-info{

        width: 100%;

        padding: 0;

    }

}

.job-info .ny-job-info{

    text-align: left;

}

.ny-job-info .job-info-title span { 



    font-size: 18px;

}

.ny-job-info  .job-info-title p{

    display: inline-block;

    color:#de2a1c;

    font-size: 32px;

}

.ny-job-info  .job-info-title h1{

    font-size: 18px;

    line-height: 32px;

    padding-top: 15px;

    padding-bottom: 15px;

    background: #f6f6f6;

    margin: 10px 0px;

}

.ny-job-info  .job-info-title h1 span{

    font-size: 16px;

    font-weight: bolder;

}

.job-info-content .job_content{

    overflow: auto;

}

.job-info-content .left,

.job-info-content .right{

    float: left;

    line-height: 2.5; 

} 

.job-info-content .right p{

    font-weight: lighter;

    line-height: 1.5;

    padding: 8px 0px;

    border-bottom: 1px solid #e2e2e2;

}



@media(min-width:992px){

    .ny-job-info  .job-info-title h1{

        padding-left: 15px;

    }

    .job-info-content{

        padding-left: 15px;

    }   

    .job-info-content{

        padding-left: 15px;

    }

}

.job-info-content{

    margin: 15px 0 50px 0;

}

@media(max-width:991px){

    .job{

        margin-top: 0px;

        padding-top: 50px !important;

        padding-bottom: 50px !important;

    }

}

@media(max-width:767px){

    .job{

        margin-top: 0px;

        padding-top: 0px !important;

        padding-bottom: 0px !important;

    }

}

/*国际合作*/

.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: 50px 0px;

}

.ny-comm .about-title {

    font-size: 35px;

    line-height: 2;

    margin-bottom: 30px;

    color: #de2a1c;

    font-weight: 600;

    border-bottom: 3px solid #efefef;   

}

.ny-comm .about-title span{   

    display: inline-block;

    margin-bottom: -3px;

    border-bottom: 3px solid #de2a1c;

}

/*.ny-comm .about-title span::after{

    content: "";

    display: block;

    width: 100%;

    height: 3px;

    margin-bottom: -3px;

    background: #de2a1c;

}*/

.ny-comm-box .comm-right{

    width:100%;

}

.ny-comm-box .comm-right .ny-pro-list{

    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 p{

    margin:0;

    padding:8px 0 8px 0px;

    font-size: 18px;

    font-weight: bold;   

}

.ny-pro-list p span{

    display: block;

    font-weight: normal;

}

.ny-pro-list .ny-pro-intro{

    font-size: 14px;

    font-weight: lighter;

    color: #666;

    line-height: 1.6;

}

.ny-pro-list i{ 

    display: inline-block;

    margin-top: 15px; 

    padding: 0px 30px;

    line-height: 1;

    border-radius: 2px;

    background: #fff;

    border: 1px solid #eaeaea; 

    font-size:35px;

    font-weight: bolder;

    color:#3bb24e;

    transition: all .4s ease-in-out;

}

.ny-pro-list:hover i{

    background: #3bb24e;

    color:#fff;

    border: 1px solid #3bb24e;

    transform: translate(10px, 0);

}

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

}

.main .m-pro-nav{

    display: none;

}

.main .m-pro-nav .dropdown .btn{

    width:100%;

    padding:10px 0;

}

.main .m-pro-nav .dropdown .dropdown-menu{

    width:100%;

    padding:10px 20px;

    height:313px;

    overflow: auto;

}

.main .m-pro-nav .dropdown .dropdown-menu li{

    padding:8px 10px;

    border-bottom:1px solid #ddd;

}



@media (max-width:992px){

    .ny-comm .entitle {

        font-size: 58px;

    }

    .ny-comm{

        padding:0px 0;

        border-left:0px;

    } 
    .ny-comm .about-title {
        font-size: 20px;
    }  

    .main .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-tel{

    background: #f6f6f6;

    padding: 20px;

    text-align: center;

    font-size: 18px;

    line-height: 1.2;

}

.product-info .product-info-box .product-tel .tel{   

    font-size: 24px;

    font-weight: bolder;

    color: #de2a1c;

    line-height: 1.2;

}

.product-info .product-info-box .product-tel .tel span{

    display: block;

    font-size: 14px;

    font-weight: normal;

    color: #434343;

}

.product-info .product-info-box .product-tel .tel p{

    margin-bottom: 10px;

}

.product-info .product-info-box .product-tel .tel::before{

    content: "";

    display: block;

    width: 30px;

    height: 2px;

    background: #de2a1c;

    margin: 10px auto;

}

.product-info .product-info-box .product-tel span{

    display: block;

}

.product-info .product-info-box .product-tel i{

    font-size: 40px;

    margin-bottom: 15px;

}

.product-info .product-info-box .product-info-img {

    position: relative;

}

.product-info .product-info-box .product-info-intro strong{

    white-space: nowrap;

    color:#028fe1;

    display: block; 

}

.product-info .product-info-box .product-info-intro {

    font-weight: 400;

    font-size: 16px;

    color:#424242;

    text-align: left;

}

/*多图展示*/

.pro-imglist{

    margin-top: 30px;

    padding-top: 30px;

}

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

    }
    .product-info .product-info-box .product-info-intro {       
        font-size: 14px;
    }

}

@media(max-width:991px){

    .pre-next .text-right{

        text-align: left !important;

    }

}

/*合作伙伴*/

.partner{

    margin-top: 30px;

    padding-top: 30px;

}

.partner h5{

    font-size: 30px;

    line-height: 2;

    text-align: center;

}

.partner h5:after{

    content: "";

    display: block;

    width: 50px;

    height: 2px;

    background: #de2a1c;

    margin: 10px auto;

}

.partner ul{

    overflow: hidden;

    display: flex;

    justify-content: space-between;

    align-content: center;

    flex-wrap: wrap;

    margin: 0px -15px;

}

.partner ul li{

    width: 20%;

    padding: 5px 15px;    

}

.partner ul li div{

    border: 1px solid #efefef;

}

.partner ul li div img{

    max-width: 100%;

}

/*仓储物流*/

.cage-info {

    padding-bottom: 50px;

}

.cage-info .cage-info-intro {

    font-weight: 400;

    font-size: 16px;

    color: #424242;

    text-align: left;

    margin: 0px 0 20px 0;

}



/* 设备展示 */

.ny-shebei .ny-shebei-list{

    margin-bottom:30px;

}

.ny-shebei .ny-shebei-list .shebei-img{

    overflow: hidden;

}

.ny-shebei .ny-shebei-list .shebei-img img{

    width:100%;

    transition: all .5s;

    -webkit-transition: all .5s;

    -o-transition: all .5s;

}

.ny-shebei .ny-shebei-list p{

    padding:8px 0 8px 10px;

    margin:0;

    transition: all .5s;

    -webkit-transition: all .5s;

    -o-transition: all .5s;

}

.ny-shebei .ny-shebei-list:hover p{

    background:#3bb24e;

    color:#fff;

}

.ny-shebei .ny-shebei-list:hover img{

    transform: scale(1.1);

    -webkit-transform: scale(1.1);

    -o-transform: scale(1.1);

}



/* 新闻 */

.ny-news .ny-news-list {

    padding:10px;

    margin-bottom:40px;

    transition: all .5s;

    -webkit-transition: all .5s;

    -o-transition: all .5s;

    border-bottom:1px solid #efefef;

}

.ny-news .ny-news-list .ny-news-img img{

    width:100%;

}

.ny-news .ny-news-list .ny-news-content{

    padding:20px 20px 45px 0;   

    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: 18px;

    font-weight: 900;

}

.ny-news .ny-news-list .ny-news-content .ny-news-intro{   

    font-size: 14px;

    line-height: 25px;

    color:#828282;

    margin-top:10px;

}

.ny-news .ny-news-list .ny-news-content .ny-news-time{

    color:#de2a1c;

    font-size: 18px;

    font-weight: bolder;

}

.ny-news .ny-news-list:hover{

    box-shadow: 0 0 10px #ddd;

}

@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;

    }

    .partner ul li{

        width: 33.3333%;

    }

}



/* 新闻详情页 */

.ny-news-info{

    padding:50px 0;

}

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

    width: 65%;

    margin: 0px auto;

}

.news-info-content img{

    max-width: 100%;

}



@media (max-width:992px){

    .ny-news-info .news-info-content{

        width: 85%;

    }

    .ny-news-info{

        padding:20px 0;

    }

    .ny-news-info .news-info-title p{

        font-size: 16px;

    }

    .position{

        padding:0;

    }

    .position ul li{

        padding:20px 0 20px 20px;

    }

}





/* 联系我们 */

.contact{

    margin-top:30px;

    margin-bottom:50px;

}

.contact .contact-left{       

    padding:40px 20px;

    background: #fbfbfb;

    margin-bottom:30px;  

}

.contact .contact-left p{

    font-size: 18px;

}

.contact .contact-left ul{

    display: flex;

    justify-content: space-between;

    flex-wrap: wrap;

}

.contact .contact-left ul li{

    padding:8px 0;

    width: 20%;

    text-align: center;

}

.contact .contact-left ul li .iconfont{

    font-size: 80px;

    color: #de2a1c;

}

.contact .contact-left ul li span{

    font-size: 16px;

    display: block;

}

.contact .contact-left ul li img{

    width: 35%;   

}



.BMap_stdMpCtrl, .BMapLabel, .BMap_omCtrl{

    display: none !important;

}

@media (max-width:992px){

    .contact .contact-left{

        width:100%;

    }

    .contact .contact-right{

        width:100%;

    }

    .contact .contact-left ul li{

        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:#3bb24e;

    color:#fff;

}

.ny-search .ny-search-box {

    margin-bottom:30px;

}



.job-info-content .right{

    max-width: 666px;

}



.btn1{

    width: 230px;

    height: 50px;

    line-height: 50px;

    margin: 0 auto;

    background: #de2a1c;

    border-radius: 4px;

    text-align: center;

    

    font-size: 18px;

    margin-top: 15px;

}



.btn1 p{

    color: #fff;

    font-size: 18px;

}

