@charset "utf-8";
@media screen and (min-width:1200px){
	.main-box{
        width:1500px;
    }
    .main{
        width:1500px;
    }
}
@media screen and (max-width:1500px){
	.main-box{
        width:100%;
    }
    .main{
        width:95%;
    }
}
.main{
    margin:0 auto;
}
.main-box{
    background:#fff;
    box-shadow: 0 0 10px #eee;
    position: relative;
    top:-80px;
}

/* 产品中心 */
.ny-title{
    margin-bottom:40px;
}
.ny-title h1{
    font-size:50px;
    font-weight: bold;
}
.ny-title i{
    display: block;
    width:40px;
    height:2px;
    background:#ea2627;
}
.common-content{
    margin:70px 0  100px 0;
}
.common-list{
    margin:40px 0;
}
.common-list ul{
    width:102%;
}
.common-list ul li{
    display: inline-block;
    width: 130px;
    height:40px;
    line-height: 40px;
    background: #f4f4f4;;
    border-radius: 20px;
    text-align: center;
    margin:0 14px 15px 0;
}
.common-list ul li.active{
    background:#ea2627;
}
.common-list ul li.active a{
    color:#fff;
}
.common-list ul li:hover{
    background:#ea2627;
}
.common-list ul li:hover a{
    color:#fff;
}

@media screen and (max-width:992px) {
    .main-box{
        top:-37px;
    }
    .common-content{
        margin:30px 0 30px 0;
    }
    .ny-title h1{
        font-size: 23px;
    }
    .common-list ul{
        text-align: center;
    }
    .common-list ul li{
        width:120px;
        height:30px;
        line-height: 30px;
        margin:5px;
    }
    .ny-title{
        margin-bottom:20px;
    }
}

.ny-pro-box{
    border:1px solid #eee;
    margin-bottom:30px;
    text-align: center;
    transition: all 0.5s;
}
.ny-pro-box:hover{
    transform: scale(1.1);
    box-shadow: 0 0 10px #eee;
}
.ny-pro-box .ny-pro-img{
    width:100%;
    height:240px;
    overflow: hidden;
    padding:20px 20px 0 20px;
}
.ny-pro-box .ny-pro-img img{
    width:100%;
}
.ny-pro-box p{
    padding:10px;
    margin:0;
}

@media screen and (min-width:992px) and (max-width:1199px){
	.ny-pro-box .ny-pro-img{
        height:200px;
    }
}

@media screen and (max-width:678px) {
    .ny-pro-box .ny-pro-img{
        height:auto !important;
        padding:3px;
    }
}
/* 手机侧边导航 */
.m-left-nav{
    position: fixed;
    left:-130px;
    top:25%;
    width:130px;
    background:#efeff4;
    padding:10px 0 10px 30px;
    transition: all 0.5s;
    display: none;
}
.m-left-nav ul{
    height:375px;
    overflow:auto;
}
.m-left-nav ul li{
    padding:8px 0;
}
.m-left-nav a.left-nav-btn{
    display: block;
    width:26px;
    background:rgba(96,28,29,0.8);
    padding:5px;
    color:#fff;
    text-align: center;
    border-radius: 0 5px 5px 0;
    position: absolute;
    top:0;
    right:-26px;
}
@media (max-width: 992px)  {

    .ny-section .left-nav{
        display: none;
    }
    .m-left-nav{
        display: block;
    }
}


/* 营销网络 */
.ny-yingxiao-intro>p{
    line-height: 28px;
    font-size: 18px;
}
.ny-yingxiao-intro img{
    width:100%;
    display: block;
    margin:40px 0;
}
.ny-yingxiao-box h2{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 0;
}
.ny-yingxiao-box p{
    color:#b9b9b9;
    font-weight: 100;
    font-size: 18px;
    margin-top:5px;
}
table tr td{
    padding:10px 0;
    padding-right:48px;
}

@media screen and (max-width:768px) {
    .ny-yingxiao-intro>p{
        font-size: 14px;
    }
}

/* 公司简介 */
.ny-about-content .youshi-box .youshi-content:nth-child(1), .ny-about-content .youshi-box .youshi-content:nth-child(3){
    background: #f4f4f4;
}
.ny-about-content .youshi-box{
    padding:30px 0 50px 0;
}
.ny-about-content .ny-about-text{
    padding:30px 0;
}
.ny-about-content .ny-about-text p{
    line-height: 28px;
    padding:10px;
}
@media screen and (max-width:992px) {
    .ny-about-content .ny-about-text{
        padding:30px 0 0 0;
    }
    .ny-about-content .ny-about-text p{
        line-height: 25px;
    }
}

/* 企业荣誉 */
.ny-honor-content .honor-img {
    padding:20px 30px;
    border:1px solid #ddd;
    border-radius: 10px;
    margin-bottom:40px;
    transition: all 0.5s;
}
.ny-honor-content .honor-img:hover{
    transform: scale(1.1);
    box-shadow: 0 0 10px #eee;
}
.ny-honor-content .honor-img img{
    width:100%;
    height:232px;
}
@media screen and (max-width:768px) {
    .ny-honor-content .honor-img{
        padding:20px 10px;
    }
}

/* 组织机构 */
.ny-zuzhi-intro img{
    width:100%;
}

/* 专业服务 */
.ny-fuwu-intro>h1{
    font-size: 25px;
    font-weight: bold;
    margin-bottom:20px;
}
.ny-fuwu-intro>p{
    line-height: 30px;
    font-size: 18px;
}
.ny-fuwu-box{
    margin-top:60px;
}
.fuwu-text{
    width:100%;
    height:300px;
    padding:30px 30px 30px 35px;
    background:#f7f7f7;
    margin-bottom:30px;
}
.fuwu-text h2{
    font-size: 20px;
    font-weight: bold;
    color:#ea2627;
    position: relative;
    margin-bottom:15px;
}
.fuwu-text h2::before{
    content:'';
    display: inline-block;
    width:3px;
    height:20px;
    background:#ea2627;
    position: absolute;
    top:2px;
    left:-12px;
}
.fuwu-text p{
    font-size: 15px;
    margin:0;
    line-height: 30px;
}

/* 专业设备 */
.ny-shebei>p{
    padding:50px 0 0 0;
    margin:0;
}

/* 联系我们 */
.ny-contact-text h1{
    font-size: 20px;
    font-weight: bold;
    color:#ea2627;
}
.ny-contact-text ul li{
    padding:8px 0;
}

@media screen and (max-width:768px) {
    .ny-map iframe{
        height:300px;
    }
    .fuwu-text{
        height:auto !important;
    }
    .ny-fuwu-intro>p{
        font-size: 16px;
    }
    .ny-contact-text h1{
        font-size: 16px;
    }
}


/* 留言反馈 */
form .form-control{
    height:45px;
    margin-bottom: 20px;
}
form .form-control1{
    height:200px;
}
form .message-btn .btn{
    width:100%;
    background:#ea2627;
    border:none;
    height:45px;
}

/* 科技创新 */
.ny-keji-intro .ny-keji-text p{
    line-height: 28px;
    margin-bottom: 20px;
}

/* 公司新闻 */
.ny-news-box{
    padding:10px 10px;
    border-bottom:1px dotted #ddd;
    transition: all 0.5s;
}
.ny-news-box .ny-news-left::before{
    content:'';
    display: inline-block;
    width:5px;
    border-left:5px solid #ea2627;
    border-top:5px solid transparent;
    border-bottom:5px solid transparent;
    border-right:5px solid transparent;
}
.ny-news-box:hover{
    transform: scale(1.05);
    box-shadow: 0 0 10px #eee;
}

/* 新闻内页 */
.ny-news-info-title{
    text-align: center;
}
.ny-news-info-title h1{
    font-size: 20px;
    font-weight: bold;
}
.ny-news-info-title p{
    font-size: 15px;
    color:#999;
}

.news-info-text{
    padding:30px 0;
}
.news-info-text p{
    line-height: 28px;
    text-indent: 2em;
}

/* 产品内页图片弹出层 */
#imgPop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,.5);
    z-index: 999;
}
#poparea {
    width: 800px;
    text-align: center;
    background-color: #fff;
    padding: 10px;
    position: absolute;
    top: 20%;
    left: 50%;
    margin-left: -400px;
    border-radius: 3px;
    box-shadow: 0 0 10px #fff;
    z-index:999;
}
#poparea img {
    width: 100%;
    /* transition: all .3s; */
}
#popclose {
    position: absolute;
    right: 20%;
    top: 13%;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    border:  2px solid #fff;
    color: #fff;
    cursor: pointer;
    text-align: center;
    line-height: 30px;
    font-size: 35px;
    z-index:999;
}
#popclose:hover {
    background-color: #fff;
    color: rgba(0,0,0,.5);
}
@media (max-width: 1200px) {
    #poparea {
        width: 900px;
        margin-left: -450px;
    }
}
@media (max-width: 990px) {
    #poparea {
        width: 700px;
        margin-left: -350px;
        top: 22%;
    }
}
@media (max-width: 790px) {
    #poparea {
        width: 500px;
        margin-left: -250px;
    }
    #popclose{
        top:10%;
        right:2%;
    }
}
@media (max-width: 590px) {
    #poparea {
        width: 340px;
        margin-left: -170px;
    }
}