
.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: #fff;
    -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{
    background-color: #fff;
}
.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;
}
.header.on .m-btn .btn-hamburger__bar,.header.on .m-btn.active .btn-hamburger__bar{
    background-color: #2b2b2b;
}
@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:before,.ny-ban:after{
    position: absolute;
    content: "";
    height: 100%;
    top: 0;
    width: 55%;
    bottom: 0;
    left: -14.5%;
    right: inherit;
    opacity: .6;
    transform: skewX(-35deg);
    backface-visibility: hidden;
    background: #000;
    z-index: 1;
}
.ny-ban:after{    
    left: -13.5%;    
    transform: skewX(-30deg);
    transition: all .3s ease-out,right .2s ease-out;
}
.ny-ban:hover:after{    
    left: -12%;  
}*/

.ny-ban .ny-title{
    width:100%;
    position: absolute;
    bottom: 8%;
    color:#fff;
    z-index: 4; 
}
.ny-ban .ny-title .ban-txt{
   background-color: rgba(31,49,68,.5);
    /*backdrop-filter: blur(20px);*/
    padding: 2.5rem;
    width: 40%; 
}
.ny-ban .ny-title h5.cntitle{
    font-size: 38px;
    font-weight: 200;
}
.ny-ban .ny-title h5.entitle{
    font-size: 30px; 
    text-transform: uppercase;
    font-weight: 900;
}
.ny-ban .ny-title p{
    font-size: 16px; 
}
@media(max-width:991px){
    .ny-ban .ny-title .ban-txt{
        padding: 3rem;
        width: 100%; 
    }
    .ny-ban .ny-title h5.cntitle{
        font-size: 22px;
    }
    .ny-ban .ny-title h5.entitle {
        font-size: 18px;
    }
    .ny-ban img {       
        width: 250%;
        max-width: none;
        margin-left: -75%;
    }
}
/* 当前位置 */
.position{
    position: relative;    
    padding: 0.5rem 0rem 0rem;
}
.position span {
    font-weight: bolder;
    display: inline-block;
}
.position ul{
    display: flex;   
} 
.position ul li{  
    padding: 0px 4px;
}
.position ul li i{
    font-size: 18px;
}
.position a{  
    color: inherit;
    padding-right: 4px;
    margin-left: 4px;
    margin-right: 4px;    
    transition: .6s;   
}

/*头部微信弹窗*/
.weChat{
    width: 210px;
    text-align: center;
}
.langBox ul{
    text-rendering: optimizespeed;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}
.langBox ul li{
    padding-top: 20px;
    padding-left: 20px;
    width: 50%;
}
.langBox .mod-button a {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 75px;
    line-height: 1.6;
    font-size: 16px;
    font-size: 1.6rem;
    border: 1px solid #e7e7e7;
}
.langBox .mod-button a:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: #5fc1c5;
}
.langBox .mod-button a span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    padding: 0 40px;
}
.langBox .mod-button a i {
    position: absolute;
    top: 50%;
    right: 20px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);    
    font-size: 2.0rem;
}
/*搜索*/
.search{   
    padding: 20px 50px;
}
.search .search-input{
    width: 100%;
    position: relative;
}
.search p span{
    font-size: 14px;
    display: block;
}
.search .search-input input{
    width: 100%;
    line-height: 45px;
    border-radius: 5px;    
    padding-left: 15px;
    padding-right: 5px;
    border: 1px solid #e9e9e9;
    background: transparent;
}
.search .search-icon{
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
}
.search .search-icon{
    border: 0px;
    background: transparent;
    width: 80px;  
    height: 100%;    
    cursor: pointer;   
    font-size: 18px;
    text-align: center;
}
/*关于我们*/
.ny-about .about-con{
    padding: 50px 50px;
    font-weight: lighter;
    font-size: 16px;
}
.ny-about p{
    margin: 15px 0px;
}
.ny-about .about-left {   
    margin: 0px auto;
    padding: 0% 5%;
}
.ny-about .about-txt strong{
    font-size: 30px;
    color: #005baa;
}
.nyabout-nav ul{
    margin-top: 85px;
    justify-content: space-between;
}
.nyabout-nav ul li{
    position: relative;    
    padding-top: 5rem;
    padding-bottom: 5rem;
    background: url(../image/dot.png) no-repeat right 30px center;
    transition: all .5s;
    border-top: .0625rem solid #606d7b;
    border-bottom: .0625rem solid #606d7b;
    min-height: 355px;
}
.nyabout-nav ul li .cmp-teaser__image {
    max-height: 0;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    opacity: 0;
    overflow: hidden;
}
.nyabout-nav ul li .cmp-teaser__content {
    position: relative;
    padding: 3rem 0;
    width: 70%;
    margin: 0 auto;
}
.nyabout-nav ul li .cmp-teaser__pretitle {
    color: #a2a9b1;
    font-size: calc(1.275rem + .3vw);
    line-height: 1.625rem;
}
.nyabout-nav ul li .cmp-teaser__title {
    font-size: calc(1.55rem + 3.6vw);
    font-weight: 400;
    margin: 1rem 0;
    font-size: 4.25rem;
}
.nyabout-nav ul li:hover .cmp-teaser__image {
    max-height: none;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    opacity: 1;
}
.nyabout-nav ul li:hover .cmp-teaser__description, .nyabout-nav ul li:hover .cmp-teaser__pretitle {
    visibility: hidden;
}
.nyabout-nav ul li:hover .cmp-teaser__title {
    color: #fff;
}
.nyabout-nav ul li .cmp-teaser__title a{
    color: inherit;
}
.nyabout-nav ul li:hover{    
    background: url(../image/dot.png) no-repeat right 0px center;
}
.nyabout-nav ul li h5{
    font-size: 25px;   
    color: #162e36;
    transition: all .5s;
}
.nyabout-nav ul li:hover h5{
    color: #005baa;
    font-weight: bold;
}
.nyabout-nav ul li .cmp-image__image{
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    height: 100%;
    -webkit-filter: brightness(70%);
    filter: brightness(70%);
}
.nyabout-nav ul li .cover img{    
    width: 50px;
    height: 50px;
}
@media(max-width:991px){
    .ny-about .about-left {
        width: 100%;
        margin: 0px auto;
        padding: 5% 0;
    }
    .ny-about .about-con{
       padding: 20px 20px; 
    }
}
.pro-about-box{    
    margin: 0px auto;
    background-color: #fff;
}
/* 荣誉证书 */
.about-honor{
    background: #f6f6f6;
}
.ny-honor .honor-list img{
    max-width: 100%;
}
.ny-honor .honor-list {   
    text-align: center;
    padding: 25px;
    background: #c5d5d8;
    margin-bottom: 30px;
}
.ny-honor .honor-list p{
    line-height: 1.4;
    overflow: hidden;
    padding: 15px 0px;
}
/*企业文化*/
.culture-list{
    overflow: hidden;
    position: relative;
}
.ny-culture h3{
    font-size: 16px;
    margin: 15px 0px 5px;
    font-weight: 600; 
}
.culture-list li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.culture-list li:nth-child(2n) {
    flex-direction: row-reverse;
}
.culture-list .culture-img{
    width: 50%;
}
.culture-list .culture-num{
    font-size: 30px;
    font-weight: 900;    
    width: 10%;
    text-align: center;
    position: relative;
}
.culture-list .culture-num:after{
    content: "";
    display: block;
    position: absolute;
    width: 2px;
    height: 20px;
    background: #fff;
    right: 10px;
    top: 50%;
    margin-top: -10px;
}
.culture-list .culture-con{	
    width: 50%;
    font-size: 18px;
    padding: 5% 10%;
}
.culture-list h5{
    font-size: 26px;
    margin-bottom: 25px;
    font-weight: 200;    
}
@media(max-width:991px){
    .culture-list .culture-img,.culture-list .culture-con{  
        width: 100%;
    }
    .culture-list h5 {
        font-size: 18px;       
        margin-bottom: 5px;
    }
    .culture-list .culture-con {
        font-size: 14px;
        padding: 5% 0%;
    }   
}
/*内页案例*/
.process{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-right: -4%;
}
.process li{
    width: 20%;
    padding-right: 4%;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.process li:after{
    position: absolute;
    content: "\f061";
    top: 50%;
    margin-top: -35px;
    right: 12px;
    color: #205cc0;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 30px;
}
.process li:last-child:after{
    content:"";
}
.ny-case .case-desc{
	padding: 25px 5px;
    font-size: 18px;
    text-align: center;
}
.ny-case .case-list {
    overflow: hidden;
    text-align: center;
}
.case-list .case-img{
    overflow: hidden;
    padding: 0px 0px;
    border: 1px solid #f7f7f7;
}
.case-list .case-img img {
    max-width: 100%;
    width: auto;
    overflow: hidden;
    transition: all 0.6s;
}
.case-list:hover .case-img img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.ny-case .case-list .line{
    display: block;
}
.ny-case .case-list .line:after{
    content: "";
    display: block;
    background: #fff;
    width: 40px;
    border-radius: 10px;
    height: 5px;
    margin: 5px auto;
}
@media (max-width:992px){
    .process li {
        width: 50%;
        padding-right: 11%;
    }
    .process li:after{
        font-size: 16px;
    }
    .ny-case .case-desc {
        padding: 15px 5px;
        font-size: 14px;
    }
}
/*发展历程*/
.history .bottom{
    margin-top: 118%;
}
.history .timelineBox{
    position: relative;
}
.history .main-timeline:before {
    content: "";
    width: 100%;
    height: 2px;
    background: #b8b8b8;
    margin: auto 0;
    position: absolute;
    top: 25%;
    left: 0;
}
.history .main-timeline .linebox{ 
    text-align: center;
    position: relative;
} 
.history .main-timeline .linebox:before{
    content: '';
    position: absolute;    
    left: 50%;
    top: 60px;
    margin-left: -8px;
    width: 16px;
    height: 16px;  
    border-radius: 50%;
    z-index: 2;
    background: #0088e5;
    border: 3px solid #7fc3f2;
}

.history .main-timeline .linebox::after {
    content: '';
    position: absolute;
    left: 50%;
    height: 45px;
    top: 60px;
    width: 2px;
    margin-left: -1px;
    background: #b8b8b8;
}

.history .timeline-content .year{
    font-size: 38px;
    display: block;
    color: #005baa;
    font-weight: 900;
    margin-bottom: 50px;
}

.history .bottom .timeline-content strong{
    color: #e2ac00;
}
.history .timeline-content{
    padding: 0px 50px;
}
@media (max-width:991px){
    .history .timeline-content .year{
        font-size: 14px;
    }
}
/*发展历程*/
.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: #0a3d99;
    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: transparent;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    max-width: 1600px;
    margin: 0px auto;    
}
.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: 45px;
   font-weight: 900;
   margin-bottom: 25px;
   text-transform: uppercase;   
}
.ny-comm .ny-title span,
.ny-comm .ny-title strong{
    font-size: 16px;
    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{	    
	    border-top: 20px solid #f7f7f7;
	    border-bottom: 20px solid #f7f7f7;    
	}
    .ny-comm{    
        padding-top: 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-comm .comm-left .cstlayer{
    font-size: 22px;
    font-weight: 900;
    color: #0a3d99;
    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: #0a3d99;
}
.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: #0a3d99;
    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;
}
.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;
}
/*产品规格*/
.steel ul li.specification {
    width: 100%;
    padding: 0% 0%;
}
.steel ul li.specification .spec-title{
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.steel ul li.specification strong{
    margin-bottom: 10px;
    display: block;
}
/*招聘*/
.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(../image/m1.jpg) no-repeat center;
    background-size: cover;
}
.talent-box .mission-list ul li:nth-child(2){
    background: url(../image/m1.jpg) no-repeat center;
    background-size: cover;
}
.talent-box .mission-list ul li:nth-child(3){
    background: url(../image/m1.jpg) no-repeat center;
    background-size: cover;
}
.talent-box .mission-list ul li .mission-tit{
    font-size: 20px;
    color: #0a3d99;   
    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: #0a3d99;
    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;
}
/*学习发展*/
.talent-box .talent-study-list ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.talent-box .talent-study-list ul li{
    width: 49%;
    margin: 15px 0px;
    padding: 1.5% 1.5%; 
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #e6e6e6;
}
.talent-box .talent-study-list ul li .study-img{
    width: 40%;
}
.talent-box .talent-study-list ul li .study-con{
    width: 57%;
    font-size: 14px;
    padding-right: 10px;
    text-align: justify;
}
.talent-box .talent-study-list ul li .study-con div{
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.talent-box .talent-study-list ul li .study-con h5{
    font-size: 20px;   
    font-weight: 400;
}
.talent-box .talent-study-list ul li .study-con h5 span{
    font-size: 14px;
}
.talent-box .talent-study-list ul li .study-con h5:after{
    display: block;
    content: "";
    width: 45px;
    height: 2px;
    margin: 5px 0px;
    background: #ff2837;
}
/*招贤纳士*/
.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 .panel-footer{
    background-color: transparent;
}
/*如何申请*/
.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;
}
/*产品列表*/
.product-list{        
    position: relative;    
    margin-bottom: 20px;
    text-align: center;    
    transition: all 0.6s;
    border: 1px solid #f7f7f7;
}
.product-list .product-img img{
    max-width: 100%;
    width: auto;
    transition: all 0.6s;
}
.product-list h5{
    line-height: 1.2;
    padding: 20px 25px;
}
.product-list h5:after {
    width: 40px;
    height: 2px;
    background: #fff;
    display: block;
    content: "";
    margin: 10px auto;
}
.product-list:hover{
    box-shadow: 10px 10px 20px 0 rgba(0,0,0,.3);
}
.product-list:hover .product-img img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}

/*内容详情*/
.product-info .product-con{
    width: 73%;
    margin: 0% auto;
}
.product-info .product-con h5,.product-info-content h5{
    font-size: 35px;
    margin: 10px 0px 25px;
    font-weight: 600;
}
.product-info .product-con h5:before,.product-info-content h5:before {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    margin-bottom: 25px;
    background: #01458c;
}
.product-info-content{
    margin-top: 5%;
}
.product-info-content .img{
    background: #f4f4f4;
    padding: 5% 0;
    margin-top: 5%;
    margin-bottom: 5%;
}
.product-info-content p strong{
    margin: 1% 0px;
    display: block;
}


.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){    
    .product-info .product-con{
        width: 100%;
        margin: 5% auto;
    }
    .product-info .product-con h5, .product-info-content h5{
        font-size: 20px;
        margin: 10px 0px 15px;
    }
    .product-info .product-con h5:before, .product-info-content h5:before{
        margin-bottom: 10px;
    }
    .talent-box .talent-study-list ul li{
        width: 100%;
    }
    .talent-box .talent-study-list ul li .study-con h5 {
        font-size: 16px;
    }
    .talent-box .talent-study-list ul li .study-con div {        
        -webkit-line-clamp: 6;
    }
    .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;
    }
    .product-img{
        margin-bottom: 10px;
    }
}


/*产品展示详情 */
.product-info .overview{  
    line-height: 1.8;
    padding-right: 20px;
    overflow: hidden; 
}
@media(max-width:991px){
    .product-info .overview{
        padding-right: 0px;
    }
}

.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);
}
.ny-product .product-info-content ul{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-left: -1%;
    margin-right: -1%;
}
.ny-product .product-info-content ul li{
    width: 31%;
    font-size: 16px;
    padding: 15px;
    text-align: center;
    border: 1px solid #e6e6e6;
    margin: 1%;
    transition: all 0.3s;
    cursor: pointer;
}
.ny-product .product-info-content ul li:hover{
    background: #0a3d99;
    color: #fff;
}
.product-info-content table{
    margin-bottom: 0px;
}
.product-info-content .bus-title{    
    display: block;
    font-size: 16px;  
    padding: 5px 10px;
    margin: 5px 0px;
    font-weight: bold;
    position: relative;
    border-bottom: 1px solid #e6e6e6;
}
.product-info-content .bus-title:before{
    content: "";
    display: block;
    width: 3px;
    height: 15px;
    background: #0a3d99;
    position: absolute;
    top: 12px;
    left: 0px;
}
.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: 5px 16px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-top: 1px solid #ddd;    
}
.table>tbody>tr>th{
    background-color: #005baa;
    color: #fff;
}
@media(max-width:992px){    
    .pro-wechat{
        position: relative;
    }
    .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: 5px 5px;
    }
}
/*产品tab*/
.pro-tab-box {  
  background: #fff;
  overflow: hidden;
}
.pro-tab-box .nav-tabs {  
  padding-top: 0px;
  border-bottom: 0px solid #dee2e6;
}
.pro-tab-box .nav-tabs>li{
    margin-top: 15px;
}
@media(max-width:512px){
.pro-tab-box .nav-tabs>li.col-xs-4{
    padding-left: 5px;
    padding-right: 5px;
}
}
.pro-tab-box .nav-tabs>li>a {  
  border-radius: 3px 3px;  
  width: 100%;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  display: block;
  background: #f1f1f1;
}
.pro-tab-box .nav-tabs>li>a i{
    font-size: 30px;
    float: left;
}
@media(max-width:512px){
    .pro-tab-box .nav-tabs>li>a { 
        font-size: 12px;
        padding: 0px;
    }
    .pro-tab-box .nav-tabs>li>a i{
        font-size: 18px;
        padding-left: 20px;
    }
    .pro-tab-box .nav-tabs>li>a span{
        margin-left: -20px;
    }
}
@media(max-width:430px){
    .pro-tab-box .nav-tabs>li>a i{
        padding-left: 20px;
    }
    .pro-tab-box .nav-tabs>li>a span{
        margin-left: -10px;
    }
}
@media(max-width:370px){
    .pro-tab-box .nav-tabs>li>a i{
        padding-left: 10px;
    }
}
.pro-tab-box .nav-tabs>li.active a, 
.pro-tab-box .nav-tabs>li.active a:focus, 
.pro-tab-box .nav-tabs>li.active a:hover,
.pro-tab-box .nav-tabs>li>a:hover {
  color: #fff;
  cursor: pointer; 
  border: none;
  background: #54ac06; 
  font-weight: bolder;
  display: block;
}
.pro-tab-box .tab-pane{
    padding: 40px 0px;
    font-size: 14px;
    line-height: 2;
}
.pro-tab-box .tab-pane img{
    max-width: 100%;
}
.pro-tab-box .tab-pane .table th{
    background: #ececec;
    font-weight: bolder;
    text-align: center;
    font-size: 16px;
    padding: 20px 20px;
}
.pro-tab-box .tab-pane table td{
    margin-bottom:0;
    text-align: center;
}
.pro-tab-box .tab-pane h5{
    font-size: 20px;
    font-weight: bolder;
    margin-top: 20px;
    margin-bottom: 20px;
}
/*相关下载*/
.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;
    }
}
/*相关产品*/

.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;
}
/* 新闻*/
.ny-news .ny-news-list.one{
    border-top: .2rem solid #232323;
}
.ny-news .ny-news-list {
    padding: 45px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    border-bottom: .0625rem solid #adafaf;
}
.ny-news .ny-news-list .ny-news-img{
    font-size: 18px;
}
.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-title{    
    line-height: 1.4;
    font-size: 20px;
    font-weight: 600;
    overflow: hidden; 
}
.ny-news .ny-news-list:hover .ny-news-title:after {
    content: "";
    width: 2.5rem;
    height: 2.5rem;
    position: absolute;
    right: -1rem;
    top: 25%;
    background-image: url(../image/arrow.svg);
    background-repeat: no-repeat;
}
.ny-news .ny-news-list .ny-news-time{     
    font-size: 18px;
}
@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 {
        width:100%;
        font-size: 16px;
    }
    .ny-news .ny-news-list .ny-news-content .ny-news-time{
        width:100%;
        text-align: left;
    }
}

/* 新闻详情页 */
.ny-news-info{
    width: 75%;
    padding: 5%;
    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{
    color: #1c4f91;
    font-size: 2rem;   
    font-weight: bold;
    margin: 20px 0 0;
    line-height: 1.6;
}
.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: #0a3d99;
    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;
    }
}

/*技术实力*/

.ny-tech .ny-tech-img img{
    width: 100%;
}
.ny-tech .ny-tech-content{
    padding: 50px 0px;
}
.ny-tech .ny-tech-content .ny-tech-title{
    font-size: 35px;
    text-align: center;
    color: #0f238c;
    font-weight: 800;
    margin-bottom: 25px;
}
.ny-tech .ny-tech-content .ny-tech-title:after{
    content: "";
    width: 70px;
    height: 2px;
    background: #d6000f;
    display: block;
    margin: 10px auto;
}
.ny-tech .ny-tech-content .ny-tech-intro{
    font-size: 16px;    
}
.ny-tech .ny-tech-content .ny-tech-intro img{
    margin: 10px 0px;
    width: auto;
    max-width: 100%;
}

@media(max-width:767px){
    .ny-tech .ny-tech-content {
        padding: 10px 0px;
    }
    .ny-tech .ny-tech-content .ny-tech-title{
        font-size: 20px;
        margin-bottom: 5px;
    }
    .ny-tech .ny-tech-content .ny-tech-intro {
        font-size: 14px;       
        padding-left: 0px;
    }
    .ny-tech .swiper-pagination .swiper-pagination-bullet{
        width: 50px;       
        line-height: 30px;
        height: 50px;
        font-size: 20px;
        padding-top: 20px;
    }
}
/* 联系我们 */
.ny-contact .contact-title{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}
.contact-cmo{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
.contact-cmo li {
    width: 50%;
    text-align: center;
    min-width: auto;
    margin: 15px 0px;
}
.contact-cmo li span{
    font-weight: bold;
}
.contact ul li{ 
    line-height: 1.2;
    font-size: 16px;
    text-align: center;
    margin: 40px 0px;
}
.contact ul li span{
    font-size: 30px;
    display: inline-block;
    width: 100px;
    height: 100px;
    background: #f7f7f7;
    line-height: 100px;
    border-radius: 100%;
    margin-bottom: 20px;
}
.contact img{   
    width: 138px;
}
.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;
}
#message .modal-content{
    margin-top: 30%; 
}
#message .modal-body{
     padding: 30px 50px 50px;
}
#message .modal-content .modal-header{
    border-bottom: 0px solid #e5e5e5;
}
.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;  
    }
    .messsage{
        margin-top: 20px;
    }
}