@charset "utf-8";
/* 内页banner */
.ny-ban{
    position: relative;
    overflow: hidden;
    background: #222;
    min-height: 200px;
}
.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: 15%;
    color:#fff;
    font-size: 20px;
    line-height: 1.2;
    z-index: 4;
}
.ny-ban .ny-title .cntitle{
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 10px;
}
.ny-ban .ny-title .cntitle span{
    display: block;
    font-size: 30px;
}
.ny-ban .ny-title .ny-ernav{
    display: flex;
    border-top: 1px solid #cbcdcf;
    margin-top: 25px;
    padding-top: 25px;
}
.ny-ban .ny-title .ny-ernav li {
    width: 16%;
    margin-right: 1.3%;
}
.ny-ban .ny-title .ny-ernav li a{
    display: block;
    color: #fff;
    font-size: 18px;
    padding: 10px 15px;
    border: 1px solid #cbcdcf;
    transition: all 0.3s;
}
.ny-ban .ny-title .ny-ernav li a i{
    float: right;
    font-size: 16px;
}
.ny-ban .ny-title .ny-ernav li a:hover,.ny-ban .ny-title .ny-ernav li a.active{
    background: #0da264;
    border: 1px solid #0da264;
}
@media(max-width:991px){
    .ny-ban .ny-title .ny-ernav{
        display: none;
    }
    .ny-ban .ny-title{
        font-size: 14px;
    }
    .ny-ban .ny-title .cntitle{
        font-size: 18px;
    }
    .ny-ban .ny-title .cntitle span{
        font-size: 20px;
    }
    .ny-ban img {
        width: 300%;
        max-width: none;
        margin-left: -100%;
    }
}
/* 当前位置 */
.position{
    position: relative;
    padding: 25px 0px;
    overflow: hidden;
    background: #f8f8f8;
}
.position a{
    padding: 0px 5px;
}
.position ul{
    display: flex;
}
.position ul li a:hover{
    font-weight: bold;
}
.position ul li a{
    font-size: 18px;
}
.position ul.ny-nav li{
    padding: 0px 0px;
    position: relative;
}
.position ul.ny-nav li a{
    font-size: 18px;
    line-height: 1.0;
    display: block;
    padding-right: 8px;
    margin-right: 8px;
    border-right: 1px solid #2b2b2b;
    transition: .6s;
}
.position ul.ny-nav li:last-child a{
    border-right: 0px;
}
.position ul.ny-nav li a.active,.position ul.ny-nav li a:hover{
    color: #ba2828;
    font-weight: 800;
}
.position ul.ny-nav li a.active::after,.position ul.ny-nav li a:hover::after {
    content: "\f107";
    font-family: FontAwesome;
    font-size: 16px;
    display: block;
    font-weight: normal;
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin-left: -10px;
}
/*搜索*/
.search .search-input{
    width: 100%;
    position: relative;
}
.search .search-input input{
    width: 100%;
    line-height: 33px;
    font-size: 14px;
    color: #848484;
    padding-left: 15px;
    padding-right: 5px;
    border: 1px solid #e2e2e2;
    border-radius: 25px;
}
.search .search-icon{
    position: absolute;
    right: 0px;
    top: 0px;
}
.search .search-icon button{
    border: 0px;
    background: transparent;
    width: 50px;
    cursor: pointer;
    font-size: 18px;
    text-align: center;
}
@media(max-width:767px){
    .position{
    	padding: 10px 0px;
    }
    .position a {
        padding: 0px 1px;
    }
    .position ul.ny-nav,
    .position span.ny-title{
        display: none;
    }
}


/*关于我们*/
.ny-about .about-txt{
    padding: 0px 50px 0px 0px;
}
.ny-about strong {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 15px;
    position: relative;
    display: block;
    text-transform: uppercase;
}
.ny-about strong:after{
    display: block;
    content: "";
    width: 45px;
    height: 3px;
    background-color: #ba2828;
    margin: 10px 0px 15px 0px;
}
.ny-about .ny-img img{
    margin-top: 15px;
    margin-bottom: 15px;
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
}
@media(max-width:991px){

}
/*解决方案*/
.ny-tech{
	padding-left: 60px;
}
.ny-tech ul li {
    font-size: 16px;
    float: left;
    width: 49%;
    margin-right: 1%;
    border-bottom: 1px solid #ececec;
    padding: 8px 0px 8px 20px;
    background: url(../images/y.png) no-repeat left center;
}

.epc-list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.epc-list li{
    width: 16%;
    color: #fff;
    margin: 20px 0px;
    padding: 5% 3%;
    display: flex;
    justify-content: flex-start;
    background: -o-linear-gradient(0deg,#205cc0,#2089c0 100%);
    background: linear-gradient(0deg,#205cc0,#2089c0 100%);
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
    position: relative;
}
.epc-list li:after{
	position: absolute;
	content: "\f061";
	top: 50%;
	margin-top: -35px;
	right: -50px;
	color: #205cc0;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 50px;
}
.epc-list li:last-child:after{
	content:"";
}
.epc-list li .epc-con{
    font-size: 14px;
}
.epc-list li .epc-con h5{
    font-size: 24px;
    font-weight: 500;
}
/*废乳化液和金属油泥的危害*/
.weihai-list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.weihai-list li{
    width: 48.2%;
    margin: 20px 0px;
    padding: 3% 3%;
    background: #f8f8f8;
}
.weihai-list li .weihai-img{
    overflow: hidden;
    border-radius: 20px;
}
.weihai-list li .weihai-img img{
    width: 100%;
}
.weihai-list li h5{
    font-size: 24px;
    padding-top: 10px;
    display: block;
    font-weight: 400;
}
.weihai-list li h5:after {
    display: block;
    content: "";
    width: 35px;
    height: 2px;
    background-color: #ba2828;
    margin: 10px 0px 15px 0px;
}
.weihai-con p{
    border-bottom: 1px solid #ececec;
    padding: 8px 0px 8px 20px;
    background: url(../images/y.png) no-repeat left center;
}
@media(max-width:991px){
    .weihai-list li{
        width: 100%;
    }
    .weihai-list li h5{
        font-size: 18px;
    }
    .ny-tech{
        padding-left: 15px;
    }
}
/* 荣誉证书 */
.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{
    position: relative;
    margin-bottom: 25px;
}
.ny-case .case-img {
    width: 77%;
    overflow: hidden;
    padding-bottom: 100px;
    transition: all 0.6s;
}
.ny-case .case-img img{
    width: 100%;
    transition: all 0.6s;
}
.ny-case .case-list:hover .case-img img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.ny-case .case-list .overview {
    width: 39%;
    line-height: 1.6;
    font-size: 14px;
    z-index: 2;
    position: absolute;
    right: 0px;
    height: 72%;
    bottom: 0px;
    padding: 6% 5%;
    background-color: #f8f8f8;
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
}
.ny-case .case-list .overview ul li {
    font-size: 16px;
    border-bottom: 1px solid #ececec;
    padding: 8px 0px 8px 20px;
    background: url(../images/y.png) no-repeat left center;
}
.ny-case .case-list h5{
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 15px;
    position: relative;
}
.ny-case .case-list h5 span{
    display: block;
    font-size: 18px;
    font-weight: 300;
}
.ny-case .case-list h5:after{
    display: block;
    content: "";
    width: 45px;
    height: 3px;
    background-color: #ba2828;
    margin: 10px 0px 15px 0px;
}

/*发展历程*/
.h-menu{
    display: flex;
    justify-content: center;
}
.h-menu li a {
    font-size: 20px;
    font-weight: 400;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #2b2b2b;
    transition: .6s;
}
.h-menu li:last-child a {
    border-right: 0px;
    padding-top: 15px;
    display: inline-block;
}
.h-menu li a.active, .h-menu li a:hover {
    color: #1e3193;
    font-weight: 800;
}
.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: #3bbaac;
    border: 3px solid #b7fff7;
}
.time-con::after {
    content: '';
    position: absolute;
    top: calc(50% - 1px);
    left: calc(50% + 6px);
    width: calc(4% - 6px);
    height: 2px;
    background: #efefef;
}
.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: #efefef;
    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;
    background: #fff;
    font-size: 16px;
    cursor: pointer;
}
.time-con h4{
    font-size: 22px;
    color: #1c3278;
    margin-bottom: 10px;
}
@media(max-width:992px){
    .h-menu li a {
        font-size: 16px;
    }
    .time-con h4 {
        font-size: 16px;
    }
    .time-con{
        padding: 10px 10px;
        font-size: 14px;
    }
}
.main{
    background: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}
.ny-comm{
    position: relative;
}
.ny-comm .comm-left{
    width: 22%;
    float: left;
    background-color: #f7f7f7;
}
.ny-about .ny-img1{
    display: flex;
    justify-content: space-between;
}
.ny-about .ny-about-li{
    width: 19%;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ededed;
}
/*产品类别*/
.ny-comm .comm-left .cstlayer{
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    padding: 20px 25px 10px;
    line-height: 1.2;
    background: #00449b;
}
.ny-comm .comm-left .cstlayer span{
    font-size: 12px;
    text-transform: uppercase;
    display: block;
    font-weight: 300;
}
.ny-comm .comm-left .cstlayer:after{
    content: "";
    display: block;
    background: #e60012;
    width: 40px;
    height: 3px;
    margin: 10px 0px 10px;
}
.ny-comm .comm-left .ny-nav{
    padding: 35px 30px;
}
.ny-comm .comm-left .ny-nav li a{
    display: block;
    font-size: 16px;
    padding:12px 10px 12px 0px;
    line-height: 1.3;
    border-bottom:1px solid #d0d0d0;
}
.ny-comm .comm-left .ny-nav li a i{
    font-size: 16px;
    font-weight: 600;
}
.ny-comm .comm-left .ny-nav li a.active,.ny-comm .comm-left .ny-nav li a:hover{
    color:#fd7c86;
}
.ny-comm .comm-right{
    width: 78%;
    padding: 0px 0px 0px 40px;
    float: right;
}
.ny-comm .ny-title{
   font-size: 22px;
   color: #1c3278;
   font-weight: 900;
   text-transform: uppercase;
}
.ny-comm .ny-title span,
.ny-comm .ny-title strong{
    display: block;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.2;
}
.ny-comm .ny-title:after{
    display: block;
    content: "";
    width: 70px;
    height: 0px;
    background: #fdba33;
    margin: 15px 0px;
}
@media(max-width:992px){
    .main{
	    padding-top: 20px;
	    padding-bottom: 20px;
	}
    .ny-comm .ny-title {
        font-size: 20px;
    }
    .ny-comm .ny-title span, .ny-comm .ny-title strong{
        font-size: 30px;
    }
}
.ny-comm .ny-title ul{
    float: right;
    font-size: 14px;
    font-weight: normal;
}

.ny-comm .ny-title ul li {
    position: relative;
    display: inline-block;
    padding: 0 5px;
    font-size: 14px;
}
.ny-comm .ny-title ul li a{
    color:#76787a;
}
/*产品类别*/
.ny-menu{
    background: #f7f7f7;
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 30px;
}
@media(max-width:991px){
    .ny-menu{
       display: none;
    }
}
.ny-menu ul li h5{
    font-size: 16px;
    text-align: center;
    line-height: 1.1;
    padding: 15px 10px;
    background: #fff;
    border-radius: 2px;
    margin: 5px 0px
}
.ny-menu ul li h5 span{
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 100;
    opacity: 0.85;
}
.ny-menu ul li.active a h5,.ny-menu ul li a:hover h5{
    background-color: #00449b;
    color:#fff;
    font-weight: 600;
}
/*合作伙伴*/
.ny-cooper {
	background: #f7f7f7;
}
/*招聘*/
.talent-box{
    min-height: 500px;
    background-color: #fff;
}
.talent-box .talent-list{
    margin-top: 35px;
}
.talent-box .talent-list ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.talent-box .talent-list ul li{
    width: 50%;
    margin: 0px 0px;
}
.talent-box .talent-list ul:nth-child(2n) {
    flex-direction: row-reverse;
}
.talent-box .talent-list ul li.talent-con{
    padding: 3% 2%;
    font-size: 16px;
}
.talent-box .talent-list ul li.talent-con h3{
    font-size: 26px;
    margin-bottom: 10px;
    color: #ff2837;
    font-weight: 600;
}
.talent-box .talent-list ul li.talent-con .t-more{
    position: relative;
    display: block;
    line-height: 40px;
    font-size: 20px;
    font-weight: 800;
    overflow: hidden;
    color: #ff2837;
    transition: all 0.3s ease-in-out;
}
.talent-box .talent-list ul li.talent-con:hover .t-more{
    padding-left: 10px;
}
/*人才汇聚*/
.talent-box .talent-hj-list ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #e6e6e6;
}
.talent-box .talent-hj-list ul li{
    width: 50%;
    margin: 0px 0px;
}
.talent-box .talent-hj-list ul li.talent-con{
    padding: 3% 2%;
    font-size: 16px;
}
.talent-box .talent-hj-list ul li.talent-con h3{
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 20px;
}
.talent-box .talent-hj-list ul li.talent-con h3 strong{
    font-size: 20px;
    display: block;
    color: #ff2837;
    font-weight: 600;
}
.talent-box .talent-hj-list ul li.talent-con h5{
    font-size: 28px;
    color: #ff2837;
    font-weight: 600;
    margin-bottom: 10px;
}
.talent-box .talent-hj-list ul li.talent-con h5:after{
    display: block;
    content: "";
    width: 45px;
    height: 2px;
    margin: 10px 0px;
    background: #ff2837;
}
.talent-box .talent-hj-list ul li.talent-con h5 strong{
    font-size: 20px;
    display: block;
    color: #2b2b2b;
    font-weight: 300;
}
/*研究院使命*/
.talent-box .talent-in-title{
   font-size: 26px;
   color: #ff2837;
   font-weight: 600;
   border-bottom: 1px solid #e6e6e6;
   text-transform: uppercase;
   margin-bottom: 25px;
}
.talent-box .talent-in-title:after{
    display: block;
    content: "";
    width: 45px;
    height: 1px;
    margin-bottom: -1px;
    background: #ff2837;
}
.talent-box .mission-list ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.talent-box .mission-list ul li{
    width: 31%;
    border: 1px solid #e5e5e5;
    padding: 3% 3%;
    margin: 20px 0px;
}
.talent-box .mission-list ul li:nth-child(1){
    background: url(../img/m1.jpg) no-repeat center;
    background-size: cover;
}
.talent-box .mission-list ul li:nth-child(2){
    background: url(../img/m1.jpg) no-repeat center;
    background-size: cover;
}
.talent-box .mission-list ul li:nth-child(3){
    background: url(../img/m1.jpg) no-repeat center;
    background-size: cover;
}
.talent-box .mission-list ul li .mission-tit{
    font-size: 20px;
    color: #1c3278;
    font-weight: 600;
    margin-bottom: 40px;
}
.talent-box .mission-list ul li .mission-con{
    padding: 3% 0%;
}
.talent-box .mission-list ul li .mission-con h5{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}
.talent-box .mission-list ul li .mission-con h5 strong{
    display: block;
    font-size: 30px;
    color: #1c3278;
    font-weight: 900;
    margin-bottom: 15px;
}
.talent-box .mission-list ul li .mission-con p{
    text-indent: 2em;
}
/*薪资福利*/
.talent-box .talent-welfare-list ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.talent-box .talent-welfare-list ul li{
    width: 49%;
    margin: 20px 0px;
    padding: 2% 1%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border: 1px solid #e6e6e6;
}
.talent-box .talent-welfare-list ul li .welfare-img{
    width: 22%;
}
.talent-box .talent-welfare-list ul li .welfare-con{
    width: 78%;
    font-size: 14px;
}
.talent-box .talent-welfare-list ul li .welfare-con h5{
    font-size: 20px;
    font-weight: 400;
}
/*学习发展*/
.project-list ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.project-list ul li{
    width: 49%;
    background-color: #fff;
    margin: 15px 0px;
    padding: 2% 2%;
    display: flex;
    justify-content: space-between;
    border: 1px solid #e6e6e6;
    transition: all 0.6s;
}
.project-list ul li .scope-list{
    font-size: 16px;
    text-align: justify;
}
.project-list ul li .scope-list .sort{
    font-size: 32px;
    color: #e3e3e3;
    text-transform: uppercase;
    font-weight: 600;
}
.project-list ul li .scope-list .sort:after{
    width: 40px;
    height: 2px;
    background: #4ea116;
    display: block;
    content: "";
    margin: 0px 0px 15px;
    transition: all 0.6s;
}
.project-list ul li:hover{
    background: #4ea116;
    color: #fff;
}
.project-list ul li:hover .scope-list .sort{
    color: #fff;
}
.project-list ul li:hover .scope-list .sort:after{
    background: #fff;
}
/*招贤纳士*/
.talent-box .talent-jobnav ul li{
    width: 100%;
    margin: 40px 0px;
    padding: 3% 5%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: #e6e6e6;
}
.talent-box .talent-jobnav ul li .jobnav-img{
    width: 14%;
}
.talent-box .talent-jobnav ul li .jobnav-con{
    width: 50%;
    font-size: 14px;
}
.talent-box .talent-jobnav ul li .jobnav-more{
    width: 36%;
}
.talent-box .talent-jobnav ul li .jobnav-more span{
    background-color: #ff2837;
    font-size: 16px;
    color: #fff;
    border-radius: 5px;
    padding: 15px 25px;
    transition: all 0.6s;
}
.talent-box .talent-jobnav ul li:hover span{
    padding: 15px 35px;
}
.talent-box .talent-jobnav ul li .jobnav-con h5{
    font-size: 20px;
    font-weight: 400;
}
.talent-box .talent-jobnav ul li .jobnav-con h5:after{
    display: block;
    content: "";
    width: 45px;
    height: 2px;
    margin: 5px 0px;
    background: #ff2837;
}
.ny-job h4.panel-title{
    font-size: 1.1rem;
    margin-bottom: 0.0px;
}
.ny-job .panel-footer{
    background-color: transparent;
    border-top: 1px solid #ddd;
    margin-bottom: 20px;
}
/*如何申请*/
.talent-box .talent-apply ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.talent-box .talent-apply ul li{
    width: 24%;
    margin: 20px 0px;
}
.talent-box .talent-apply ul li .apply-con{
    padding: 3% 0%;
}
.talent-box .talent-apply ul li .apply-con h5{
    font-size: 45px;
    color: #dddddd;
    font-weight: 800;
    margin-bottom: 10px;
}
.talent-box .talent-apply ul li .apply-con h5:after{
    display: block;
    content: "";
    width: 35px;
    height: 2px;
    margin: 5px 0px;
    background: #dbb43a;
}
/*关于我们下图*/
.duoimg img{
    margin: 15px 0px;
}
/*产品列表*/
.ny-product .product-list{
    border: 1px solid #dcdcdc;
}
.product-list{
    position: relative;
    background-color: #fff;
    margin-bottom: 30px;
    padding-bottom: 25px;
    text-align: center;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.product-list .product-img img{
    width: 100%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.product-list h5{
    font-size: 14px;
    font-weight: lighter;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.product-list h4{
    font-size: 18px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.product-list h4:after {
    content: "";
    display: block;
    width: 45px;
    height: 3px;
    background: #ba2828;
    margin: 10px auto;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.product-list .product-img{
    overflow: hidden;
    margin-bottom: 15px;
}
.product-list:hover{
    background-color: #2069c0;
}
.product-list:hover h5,.product-list:hover h4{
    color: #fff;
}
.product-list:hover h4:after{
    background-color: #fff;
}
.product-list:hover .product-img img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}
@media (max-width:991px){
	.product-list {
	    margin-bottom: 15px;
	    padding-bottom: 10px;
	}
	.product-list h4{
		font-size: 14px;
	}
}
/*手机版*/
.m-pro-nav{
    display: none;
}
.m-pro-nav .dropdown .btn{
    width:100%;
    padding:10px 0;
    background: #f8f8f8;
    color: #ba2828;
}
.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 .comm-right{
        width:100%;
        padding: 0px 0px;
        background: transparent;
    }
    .m-pro-nav{
        display: block;
        margin: 15px 0px 15px;
    }
}


/*产品展示详情 */
.product-info-content {
    background-color: #fff;
    margin: 0px auto;
    position: relative;
}
.product-info-content .case-img {
    width: 77%;
    overflow: hidden;
    padding-bottom: 100px;
    transition: all 0.6s;
}
.product-info-content .overview {
    width: 39%;
    line-height: 1.6;
    font-size: 14px;
    z-index: 2;
    position: absolute;
    right: 0px;
    height: 72%;
    bottom: 0px;
    padding: 6% 5%;
    background-color: #f8f8f8;
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
}
.product-info-content h5 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 15px;
    position: relative;
}
.product-info-content h5 span {
    display: block;
    font-size: 18px;
    font-weight: 300;
}
.product-info-content h5:after{
    display: block;
    content: "";
    width: 45px;
    height: 3px;
    background-color: #ba2828;
    margin: 10px 0px 15px 0px;
}
.product-info-content ul li{
    font-size: 16px;
    border-bottom: 1px solid #ececec;
    padding: 8px 0px 8px 20px;
    background: url(../images/y.png) no-repeat left center;
}
@media(max-width:992px){
    .product-info-content .case-img {
        width: 100%;
        overflow: hidden;
        padding-bottom: 10px;
        transition: all 0.6s;
    }
    .product-info-content .overview {
        width: 100%;
        line-height: 1.6;
        font-size: 14px;
        z-index: 2;
        position: relative;
        left: 0px;
        right: 0px;
        height: 72%;
        top: -40px;
        padding: 6% 5%;
        background-color: #f8f8f8;
        border-top-left-radius: 40px;
        border-bottom-right-radius: 40px;
    }
    .product-info-content h5 {
        font-size: 18px;
        font-weight: 400;
        margin-bottom: 15px;
        position: relative;
    }
    .product-info-content h5 span {
        display: block;
        font-size: 16px;
        font-weight: 300;
    }
}
/*相关下载*/
.downlist ul li{
    font-size: 14px;
    line-height: 4;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-left: 30px;
    position: relative;
    border-bottom: 1px solid #f7f7f7;
}
.downlist ul li::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: 10px;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background: transparent;
    border: 2px solid #dcdcdc;
}
/*上一页下一页*/
.pre-next{
    font-size: 14px;
    line-height: 1.6;
    margin-top: 30px;
}
.pre-next span{
    font-weight: bold;
}
.product_back{
    padding: 30px 0px;
    border-bottom: 2px solid #e1e1e1;
}
@media(max-width:991px){
    .pre-next .text-right{
        text-align: left !important;
    }
    .product-info-content h5 strong {
	    font-size: 14px;
	    padding: 10px 10px;
	}
}
/*相关产品*/

.related-title{
    font-size: 25px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
    border-bottom: 3px solid #f2f2f2;
    margin-top: 20px;
    padding-top: 20px;
}
.related-title span{
    display: block;
    font-weight: bolder;
    font-size: 30px;
}
@media(max-width:512px){
    .related-title{
        font-size: 20px;
    }
}
.related-title::after {
    display: block;
    content: "";
    width: 70px;
    height: 3px;
    background: #fdba33;
    margin: 20px auto 0px auto;
    margin-bottom: -3px;
}
/* 新闻 he 实力*/
.ny-news .ny-news-list {
    margin-bottom: 25px;
    background-color: #fff;
    border: 1px solid #f7f7f7;
    padding: 20px;
    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: 0px 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;
}
.ny-news .ny-news-list:hover{
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 16px;
}
@media (max-width:991px){
    .ny-news .ny-news-list .ny-news-img{
        padding-right:0;
        margin-top: 10px;
    }
    .ny-news .ny-news-list .ny-news-content .ny-news-title{
        width:100%;
        font-size: 14px;
    }
    .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: 0px 0px;
    }
}

/* 新闻详情页 */
.ny-news-info{
    width: 65%;
    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{
    width: 100%;
    margin: 15px 0px;
}
@media (max-width:991px){
    .ny-news-info{
        width: 100%;
    }
    .ny-news-info .news-info-title p{
        font-size: 14px;
    }
}
/* 联系我们 */
.contact .contact-title{
    font-size: 20px;
    font-weight: 500;
}
.contact ul li{
    font-size: 16px;
    text-align: center;
    margin: 0px 0px 50px;
}
.contact ul li span{
    font-size: 48px;
    display: inline-block;
    width: 130px;
    height: 130px;
    background: #fff;
    line-height: 130px;
    border-radius: 100%;
    margin-bottom: 20px;
}
.contact img{
    width: 138px;
}
.map{
	width: 70%;
    border: 1px solid #ddd;
    padding: 15px;
    background: #fff;
    margin: 15px 0px 50px;
}
.map img{
    width: auto;
    max-width: none;
}
.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:992px){
    .contact ul li{
        margin: 25px 0px;
    }
    .contact .contact-title p {
        font-size: 20px;
    }
    .message{
        margin-top: 20px;
    }
}