@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:#05386d;
    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:#05386d;
    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: 1199px){
    .ny-header .nav>ul>li{
        padding-left:0;
    }
    .ny-header .language{
        margin:0;
    }
}
@media (max-width: 992px){
    .m-btn{
        display: block;
    }    
}
/* 内页banner */
.ny-ban{
    position: relative;
    overflow: hidden;   
    background: #2b2b2b;
}
.ny-ban img{    
    width:100%;
}
.ny-ban .ny-title{
    width:100%;
    position: absolute;
    bottom:10%;
    color:#fff; 
}
.ny-ban .ny-title h5.cntitle{
    font-size: 2.0rem;
    font-weight: 900;
}
.ny-ban .ny-title h5.entitle{
    font-size: 40px; 
    text-transform: uppercase;
    font-weight: lighter;  
}
.ny-ban .ny-title p{
    font-size: 24px;
    font-weight: 100;
}
@media(max-width:991px){    
    .ny-ban img{    
        width:200%;
        max-width: none;
        margin-left: -50%;
    }
    .ny-ban .ny-title h5.cntitle{
        font-size: 20px;
    }
    .ny-ban .ny-title p {
        font-size: 16px;
    }
}
/* 当前位置 */
.position{
    position: relative;
    background: #fff;
    padding: 15px 0px;
    line-height: 35px;
    border-bottom: 1px solid #ddd;
}
.position ul{
    display: flex;   
} 
.position ul li{  
    padding: 0px 2px;
}
.position ul.ny-nav li a{ 
    padding: 0px 25px;
    margin: 0px 4px;
    font-size: 18px;
    display: block;   
    transition: .6s;
    position: relative;
    transition: .6s;
}
.position ul.ny-nav li:before {
    content: "|";
    float: left;
    margin-left: -2px;
}
.position ul.ny-nav li a.active,.position ul.ny-nav li a:hover{
    color: #fff;
    font-weight: 600;
    background: #05386d;
}
/* 搜索 */
.search{
    
}
.search form{
    width:100%;
    height:100%;
    position: relative;
}
.search form input{
    width:100%;
    height: 35px;
    line-height: 35px;
    border:1px solid #f4f5f6;
    background: #f4f5f6;
    padding:0px 20px;
    border-radius: 25px;
    text-transform: uppercase;
}
.search form input:-moz-placeholder {
    font-size: 14px;
}
.search form input:-ms-input-placeholder{
    font-size: 14px;
}
.search form input::-webkit-input-placeholder{
    font-size: 14px;
}
.search form button{
    background:transparent;
    position: absolute;
    right: 5px;
    top: -1px;
    border:none;
    width: 50px;
    color:#363433;
    height:100%;
}
.search form button i{
    font-size: 18px;
}
@media(max-width:991px){
    .position{
        padding: 5px 0px;
        line-height: 35px;
        border-bottom: 1px solid #ddd;
    }
}
.main{
    background: #fff;
}
.ny-comm{
    padding-top: 40px;
    padding-bottom: 40px;
}
.ny-comm .comm-left{
    width: 20%;
    background: #f5f5f5;
    border-top: 5px solid #05386d;
    overflow: hidden;
    border-radius: 2px;
    padding: 20px;    
    float: left;
}
.ny-comm .comm-right{ 
    width: 78%;
    padding: 0px 0px 0px 40px;    
    float: right;
    min-height: 450px;
}
.ny-comm .ny-title{
   font-size: 1.5rem;
   line-height: 1.0;
   font-weight: 600;
   color: #05386d;
   margin-bottom: 20px;   
}
.ny-comm .ny-title span{
    display: block;
    color: #181818;
    font-size: 2.5rem;
}
@media(max-width:767px){
    .ny-comm{    
        padding-top: 20px;
        padding-bottom: 20px;  
    }
    .ny-comm .ny-title {
        font-size: 20px;
    }
}
.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-about{ 
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom
}
.ny-about .sign{
    line-height: 1.1;
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 2rem;
}
.ny-system{
    background: url(../img/system.jpg) no-repeat center;
    background-size: cover;
}
.main-product{
    background: url(../img/main-product.jpg) no-repeat center;
    background-size: cover;
}
.ny-solution{
    background: url(../img/about.jpg) no-repeat center bottom #e8e8e8;
    background-size: cover;
    overflow: hidden;
    position: relative;
}
.ny-solution:before{
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    width: 50%;
    height: 100%;
    background: url(../img/ny-solution.jpg) no-repeat #b3b8bc;
}
.ny-solution ul{
    display: flex;
    position: relative;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ny-solution ul li{
    width: 47%;
    background-size: contain;
    transition: all 0.6s;
}
.ny-solution .solution-list{   
    position: relative;
    padding: 25px 0px 25px;
    border-top: 1px solid #e1e1e1;
}
.ny-solution .solution-list .solution-desc{
    padding: 0px 15px 5px 32px;
    line-height: 1.4;
}
.ny-solution .solution-list h5 {     
    display: block;
    position: relative;   
    font-size: 20px;    
    font-weight: 600;
}
@media(max-width:992px){ 
}
.ny-job .panel-heading{
    padding: 10px 15px 10px 20px;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    border: 1px solid #f8f8f8;
    background: #f5f5f5;
    border-radius: 10px;   
    min-height: 60px;
    overflow: hidden;
    position: relative;
    counter-increment: step-counter;
    transition: all .3s;
}
.ny-job .panel-heading .panel-title {
    margin-top: 10px;
}
/*价值观*/
.vision{
    background: url(../img/vision.jpg) no-repeat center;
    background-size: cover;
    color: #fff;
    position: relative;
    overflow: hidden;
}
.vision .ny-title{
    position: absolute;
    z-index: 2;
    top: 15%; 
    left: 50%;
    margin-left: -20%;
    width: 40%;    
    text-transform: uppercase;
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 20px;   
}
.vision .ny-title span{
    display: block;    
    font-size: 2.5rem;
}
.vision ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;    
}
.vision ul li{
    padding: 25% 3.8% 15%;
    width: 25%;
    text-align: center;
    font-weight: lighter;
    border-right: 1px solid #ffffff59;
    transition: all 0.5s ease-in-out;
    font-size: 1.25rem;
    line-height: 1.3;
}
.vision ul li img{
    margin-bottom: 10px;
}
.vision ul li:hover{
   background-color: #00000065;
}
/* 发展历程 */
.history {
    width: 100%;   
    background: url(../img/history.jpg) bottom center no-repeat #f6f6f6;
    background-size: cover;
    color: #fff;
}
.history .ny-title{
    color: #fff;
}
.history .swiper-slide .history-tit{
    font-size: 3.2rem;
    font-weight: 600;
    color: #05386d;   
    position: relative;
}
.history .history-intro{
    font-size: 1rem;
    margin: 0rem 0rem 0.5rem;
    height: 3.5rem;
}
.history .history-img{
    background: #fff;
    padding: 1rem;
}
.history .history-img img{
    width: 100%;
    max-width: none;
}
.history .ser-content{
    padding: 40px 0px;
    width: 7%;
    position: relative;
}
.history .history-pagination {
    width: 90%;
    right: 0%;
    left: auto;
    bottom: 2%;
}
.history .history-pagination .swiper-pagination-bullet {
    width: 20%;
    height: 5px;
    background: #5f5f5f;
    border-radius: 0px;
    opacity: 1.0;
    margin: 0 0px;
}
.history .history-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #05386d;
}
/* 荣誉证书 */
.ny-honor .honor-list{
    background: #fff;
    margin-bottom: 30px;
    border: 1px solid #f5f5f5;
}
.ny-honor .honor-list .honor-img {
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 260px;
}
.ny-honor .honor-list .honor-img img{
    max-height: 100%;    
}
.ny-honor .honor-list .honor-con{
    padding: 15px 20px;
    transition: all 0.6s;
    border-top: 1px solid #f5f5f5;
}
.ny-honor .honor-list h5{
    font-size: 16px;
    line-height: 1.6;
    font-weight: 100;
    text-transform: uppercase;
    transition: all 0.6s;
}
.ny-honor .honor-list h5:after {
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    margin: 15px auto;
    background-color: #05386d;
}


/*企业文化*/
.culture-list{
    overflow: hidden;    
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.culture-list li{
    width: 50%;
    margin: 0px 0px;
}
.culture-list .culture-img img{
    width: 100%;
}
.culture-list .culture-con{
    padding: 0.5% 5% 4.5%;
    width: 100%;
    margin: 0px auto;
}
/*.culture-list li:nth-child(even) .culture-con{
    margin-left: 50%;
    margin-right: 0%;
}
.culture-list li:nth-child(odd) .culture-con{
    margin-right: 50%;
    margin-left: 0%;
}*/
.culture-list h3{
    font-size: 26px;
    color: #05386d;
    margin-bottom: 12px;
}
.culture-list p {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
}

/*内页案例*/
.ny-case .case-list {    
    margin-bottom: 30px;
    background-color: #fff;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.ny-case .case-list h5{ 
    font-size: 18px;    
    font-weight: 600;
    padding: 15px 20px;   
}
.ny-case .gallery-thumbs{
    padding: 15px 35px;
}
.ny-case .gallery-thumbs .case-img{     
    padding: 15px 15px;
    border: 1px solid #f5f5f5;
}
.ny-case .gallery-thumbs .swiper-slide-thumb-active .case-img{     
    padding: 15px 15px;
    border: 1px solid #05386d;
}
/*合作伙伴*/
.box-content{
    position: relative;
    padding: 50px 60px;
}
.partner-img{
    border: 1px solid #f5f5f5;
}
@media (max-width:991px){
      
    .ny-case .case-list {
        margin: 10px 0px;
        padding-bottom: 10px;
    }
    .ny-case .case-list .case-img{
        padding-right:0;
        margin-top: 30px;
    }
    .ny-case .case-list .case-title {
        width:100%;
        font-size: 16px;
        margin-bottom: 0px;
    }
    .ny-case .case-list .case-title span{
        display: block;
        width:100%;
        text-align: left;
    }
    .ny-case .case-list .case-intro{
        width:100%;
        font-size: 13px;
    }   
}
/*案例详情*/
.case-info{ 
    background: #fff;
}
.case-info img{
    width:100%;
    padding: 0px;
}
.case-info .case-con h5{
   font-size: 35px;
   margin-top: 55px;
}
@media(max-width:512px){
    .case-info .case-con{
        padding: 15px;
    }
    .case-info .case-con h5{
        font-size: 20px;
        margin-top: 15px;
    }
}
.case-info .case-con h5 span{
    font-size: 14px;
    text-transform: uppercase;
    display: block;    
    padding-bottom: 10px;
}
.case-info .case-con .overview{
   padding: 20px 20px 20px 0px; 
}
.case-info .case-con ul{
    display: flex;
    justify-content: flex-start;
    font-size: 16px;
    padding: 20px 0px;
}
.case-info .case-con ul li{
    margin-right: 30px;
}
.case-info .case-con ul li span{
    display: block;
    font-size: 28px;
}
.ny-case-info img{
    margin: 10px 0px;
}
/*使用方法*/
.ny-use{ background: #f3f3f3;}
.use-list {    
    margin: 40px 0px 0px;
    background: #fff;    
}
.ny-use .use-list .use-img img{
    width:100%;
    border-bottom: 1px solid #f3f3f3;
}
.ny-use .use-list .use-con{    
    padding: 15px;
    font-size: 14px;
    min-height: 290px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.ny-use .use-list .use-title{ 
    font-size: 24px;
    font-weight: 900;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 5px;
}
.ny-use .use-list .use-title span{
    color: #e9e8e8;
    display: block;
    text-transform: uppercase;    
}

@media (max-width:991px){      
    .ny-use .use-list {
        margin: 15px 0px 0px;       
    }
    .ny-use .use-list .use-title {
        font-size: 16px;
    }
}


/*工艺流程*/
.ny-process .process-con img{
    width: auto;
    max-width: 100%;
}
.ny-process .process-con ul li{
    width: 100%;
    border: 1px solid #f3f3f3;
    padding: 15px;
    min-height: 165px;
    margin-bottom: 20px;
}
.ny-process .process-con ul li h5{
    font-size: 20px;
    font-weight: 900;
}
.ny-process .process-con ul li h5:after{
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background: #be8b44;
    margin: 5px 0px;
}
/*发展历程*/
.timeline {
    padding-top: 50px;
    padding-bottom: 50px;
}
.timeline .timeline-swiper{
    padding-bottom: 100px; 
    position: relative;
}
.timeline .timeline-swiper::after {
    content: '';
    position: absolute;
    bottom: 25px;
    left: 2.5%;
    width: 95%;
    height: 2px;   
    z-index: 2;
    background: #efefef;    
}
.timeline .timeline-swiper .swiper-button-next, .timeline .timeline-swiper .swiper-button-prev{
    top:calc(100% - 25px)
}
.timeline ul li{
    position: relative;
    padding: 10px 0;
    height: auto;
}
.timeline ul li:nth-child(2n) .time-con{
    margin-left: 54%;
    text-align: left;
}
.timeline ul li:nth-child(2n+1) .time-con{
    margin-right: 54%;
}
.time-con::before {
    content: '';
    position: absolute;
    bottom: 0%;
    left: 50%;
    width: 16px;
    height: 16px;
    margin: 0px 0 -8px -8px;
    border-radius: 50%;
    z-index: 2;
    background: #05386d;
    border: 4px solid #86c1ff;
}
.time-con::after {
    content: '';
    position: absolute;
    bottom: calc(0% - 75px);
    left: calc(50% - 1px);
    width: calc(4% - 6px);
    height: 70px;
    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: block;
    min-height: 140px;
    font-size: 14px;
    border-radius: 4px;
    padding: 15px 20px;
    cursor: pointer;
    background: #f9f9f9;
}
.time-con h4{
    font-size: 20px;
    color: #05386d;
    margin-bottom: 5px;
}

/*产品类别*/
.ny-comm .comm-left .cstlayer{
    font-size: 22px;
    font-weight: bolder;
    line-height: 1.2;
    padding: 10px 0px 20px;
    overflow: hidden;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: 1px solid #e5e5e5;
}
.ny-comm .comm-left .cstlayer span{
    display: block;
    font-size: 14px;
    color: #05386d;
}
.comm-left .ny-nav{    
    padding: 12px 0px;
    background: #f5f5f5;
}
.comm-left .ny-nav li{
    width: 100%;
    display: block;
    position: relative;
}
.comm-left .ny-nav li a{
    display: block;
    padding: 12px 5px 12px 15px;
    line-height: 1.3;
    font-size: 1.0rem;
    font-weight: 400;   
    position: relative;
    text-align: left;
    border-bottom:1px solid #dedede;
}
.ny-comm .comm-left .ny-nav li i {
    position: absolute;
    right:10px;
    top: 12px;
    cursor: pointer;
    font-size: 18px;
    width: 25px;
    height: 22px;
    text-align: center;
}
.comm-left .ny-nav li.open a.on,.comm-left .ny-nav li a:hover,.comm-left .ny-nav li a.on{
    color: #fff;
    font-weight: 600;
    background: #05386d;
}
.comm-left .ny-nav li.open i.fa-angle-right:before {
    content: "\f107";
}

.comm-left .ny-nav li.open i,.comm-left .ny-nav li.open:hover i,.comm-left .ny-nav li.active i{
    color: #fff;
}
.comm-left .ny-nav ul.subnav{
    padding:0px 0px;
    display: none;
}
.comm-left .ny-nav li.open ul.subnav{
    display: block;
}
.comm-left .ny-nav ul.subnav li a{
    display: block;
    padding: 10px 10px 10px 22px;
    line-height: 1.3;
    font-size: 14px;
}
.comm-left .comm-left .ny-nav ul.subnav li a:hover,.comm-left .ny-nav ul.subnav li a.subactive{
    color: #05386d;
    font-weight: 600;
    background: transparent;
}
/*案例*/
.ny-case .cooper-title{
    padding-bottom: 15px;
    margin-bottom: 15px;
    margin-top: 15px;
    font-size: 18px;
    font-weight: 600;
    border-bottom: 2px solid #dcdcdc;
}
.ny-case .cooper-content{
    display: flex;
    justify-content:flex-start;
    flex-wrap: wrap;
}
.ny-case .cooper-content li{
    width: 19%;
    margin: 15px 0.5%;
}
.ny-case .cooper-content li h5{
    line-height: 1.4;   
    overflow: hidden;
    font-size: 14px;
    padding: 15px 0;
}   

/*解决方案详情页*/
.ny-case .sol-img {
    position: relative;
    margin-bottom: 20px;
}
.ny-case .sol-img img{
    width: 100%;
}
.ny-case .sol-img .sol-title {
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 30px;
    font-size: 30px;
    font-weight: bolder;
    color: #fff;
}
.ny-case .sol-img .sol-title::after {
    display: block;
    content: "";
    width: 60px;
    height: 2px;
    background: #f8b62b;
}
/*Customized Cooperation Process*/
.ny-process h3{
    line-height: 1.4;   
    overflow: hidden;
    text-transform: uppercase;
    text-align: center;
    font-size: 25px;
    padding: 15px 0px;
}  
.ny-process .process-list {
    margin-bottom:10px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 16px;
    padding: 30px 30px 30px;
    margin-top: 10px;  
}
.ny-process .process-list h5{
    line-height: 1.4;   
    overflow: hidden;
    font-size: 18px;
    padding-top: 15px;
}   
.ny-process .process-list span{
    font-size: 14px;
    font-weight: lighter;
    line-height: 1.1;
    display: block;
    overflow: hidden;
    min-height: 50px;    
}
.ny-process .process-list h5:after{
    content: "";
    display: block;
    background: #e93404;
    width: 25px;
    height: 2px;
    margin: 5px 0px;
}
.ny-process .process-list ul{
    display: flex;
    justify-content: space-between;
}
.ny-process .process-list ul li{
    width: 49%;
}
/*产品列表*/
.product-list{         
    position: relative;    
    background-size: 100%;
    transition: all 0.6s;
    margin: 0px 0px 20px;
    border-radius: 5px;    
}
.product-list .product-img{
    overflow: hidden;
}
.product-list .product-img img{
    width: 100%;
    transition: all 0.6s;
}
.product-list .pro-con{
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 40%;
    background: rgba(27,90,127,0.7);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.product-list h5{    
    font-size: 22px;
    text-align: center;
    margin-top: 5px;
    color: #fff;  
}
.product-list:hover{     
    box-shadow: 0 2px 5px rgb(0 0 0 / 5%);
}
.product-list:hover .product-img img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}
@media (max-width: 992px){  
    .product-list {
        margin: 10px 0px;
    }
    .product-list .pro-con h5 {
        font-size: 16px;
    }
}
.ny-comm .m-pro-nav{
    display: none;
}
.ny-comm .m-pro-nav .dropdown .btn{
    width:100%;
    background: #05386d;
    color: #fff;
    padding:10px 0;
}
.ny-comm .m-pro-nav .dropdown .dropdown-menu{
    width:100%;
    padding:10px 10px;
    height:310px;
    overflow: auto;
}
.ny-comm .m-pro-nav .dropdown .dropdown-menu li{
    padding: 8px 5px;
    position: relative;
    border-bottom:1px solid #ddd;
}
.ny-comm .m-pro-nav .dropdown .dropdown-menu .subnav{
    margin: 0px 15px;
}
.ny-comm .m-pro-nav .dropdown .dropdown-menu .subnav li{
    padding: 5px 10px;
    position: relative;
    border-bottom: 0px solid #ddd;
}
@media (max-width:991px){      
    .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;
    }    
    .ny-img .img-con {
        position: relative;
        width: 100%; 
    }
    .ny-comm-box .comm-right .pname {
        font-size: 20px;
    }
    .ny-pro-list .ny-pro-title {
        font-size: 14px;
        height: auto;
    }
}

.ny-product .product-box{
    padding: 0px 0px;
}


/*产品展示详情 */
.product-info{   
    margin-bottom: 30px;
    background: #f5f5f5;
    border: 1px solid #dcdcdc; 
    position: relative;
}
.product-info img{
    width:100%;
    padding: 0px;
}
.product-info .adv-img{
    padding: 0px 0%;
    background-color: #fff;        
}
.product-con{
    padding: 40px 65px 40px 40px;
}
.product-con h5{
   font-size: 18px;
   padding-bottom: 15px;
   border-bottom: 1px solid #dedede;
   margin: 15px 0px;
}
.product-con h5 span{
    display: block;
    font-size: 12px;
    padding: 10px 0px;
    color: #828282;
}
@media(max-width:512px){
    .product-con{
        padding: 10px 30px 20px 30px;
    }
}
.product-con .overview{
    font-size: 14px;
    overflow: hidden;
    margin-bottom: 30px; 
}

@media(max-width:991px){
    .product-con .overview{
        height: auto;
    }
}
.product-con .overview span{
    font-size: 20px;
    font-weight: bolder;
    color: #034496;
    display: block;
}
.scrollbox{
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
    padding-right: 10px;
}
/*滚动条样式*/
.scrollbox::-webkit-scrollbar {/*滚动条整体样式*/
    width: 4px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;
}
.scrollbox::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: rgba(0,0,0,0.2);
}
.scrollbox::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 0;
    background: rgba(0,0,0,0.1);
}

.pro-wechat .cimg{
    border: 1px solid #efefef;
    padding: 3px;
    max-width: 120px;
    font-size: 13px;
    text-align: center;
    background: #fff;
}
.pro-wechat .tel a,.pro-wechat .online a{    
    width: 50%;
    padding: 7px 25px;
    text-align: center;
    display: block;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    background: #05386d;    
}
.pro-wechat .online a{
    background: #f27b0b;
}

.product-info-content {
    background: #fff;   
    padding: 0px 0px;
}
.product-info-content .pro-title {
    margin-bottom: 20px;
    background: #fff;
    border-bottom: 1px solid #fbfbfb;
}
.product-info-content .pro-title span {
    display: inline-block;     
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    padding: 15px 20px;
    border-bottom: 2px solid #fbfbfb;
    position: relative;
    z-index: 1;
}
.product-info-content .pro-title span.active {
    background: #05386d;
    color: #fff;  
    border-bottom: 2px solid #05386d;
}
.product-info-content table,
.product-con .overview table{
    margin: 10px 0px;
}
.product-info-content p strong,
.product-con .overview p strong{
    display: block;
    font-style: normal;
    padding: 8px 0px;
    vertical-align: top;
    font-size: 16px;
    font-weight: bold;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px 15px;
    font-size: 14px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-top: 1px solid #ddd;
}
@media(max-width:992px){
    .product-info-content .pro-title span {   
        font-size: 16px; 
        padding: 10px 20px;
    }
    .pro-wechat {       
        position: relative;
        width: 100%;
    }
    .pro-wechat .tel a, .pro-wechat .online a {
        padding: 7px 15px;  
        font-size: 16px;
    }
    .pro-wechat .tel a i, .pro-wechat .online a i {
        font-size: 22px;
    }
    .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
        padding: 8px 2px;
    }
}

/*上一页下一页*/
.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: 22px;
    font-weight: 600;
    line-height: 1;   
    text-transform: uppercase;    
    margin-bottom: 20px;
    margin-top: 20px;
    padding-top: 20px;
}
@media(max-width:992px){
    .related-title{
        font-size: 16px;
    }
}
.related-title::after {
    display: block;
    content: "";
    width: 50px;
    height: 3px;
    background: #05386d;
    margin: 10px 0px;
    margin-bottom: -2px;
}
/* 新闻 */
.ny-news .news-list{
    border: 1px solid #efefef;
    background-color: #f5f5f5;   
    padding: 20px;
    margin-bottom: 20px;
    transition: all 0.6s;
}
.ny-news .news-list .ny-news-title{    
    line-height: 1.4;
    font-weight: 600;
    font-size: 16px;    
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.ny-news .news-list .ny-news-title span{   
    display: block;
    font-weight: 300;
    font-size: 14px; 
}
.ny-news .news-list .ny-news-title:after{
    content: "";
    display: block;
    background: #1492e9;
    width: 25px;
    height: 2px;
    transition: all 0.6s;
    margin: 5px 0px;
}
.ny-news .news-list .ny-news-intro{
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;    
}
.ny-news .news-list:hover{
    background: #eeeeee;
}
.ny-news .news-list:hover a{
    color: #28a7e1;
}
@media (max-width:992px){
    .ny-news .news-list{
        font-size: 14px;
        padding: 15px;
        line-height: 1.2;
    }
    .ny-news .news-list span{
        float: none;
        display: block;
        margin: 0px 0px 10px;
    }
}

/* 新闻详情页 */
.ny-news-info{
    width: 70%;
    background: url(../img/news-top.jpg) no-repeat top center #fff;
    background-size: 100%;
    margin: 0px auto;
    box-shadow: 0px 5px 20px 0px rgba(4, 0, 0, 0.05);
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}
.ny-comm .news-info-title{   
    padding-bottom: 16px;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 20px;
    padding: 120px 50px 0px 50px;
}
.ny-comm .news-info-title p{
    font-size: 1.5rem;    
    font-weight: bold; 
}
.ny-comm .news-info-title .date {
    color: #403c3e;
    font-size: 16px;
    font-weight: 100;
    margin: 0px 10px;   
}
.ny-news-info .news-detail-content{
    background: url(../img/news-bottom.jpg) no-repeat bottom center;
    background-size: 100%;
    padding: 50px 80px 160px 80px;
}
.ny-news-info .news-info-content{
    line-height: 28px;
    margin-bottom: 80px;
}
.news-info-content .theme-thumbnail {
    margin-bottom: 30px;
}
.news-info-content img{
    max-width: 100%;
    width: auto;
    margin: 10px 0px;
}

@media (max-width:991px){
    .ny-news-info{
        padding: 15px 15px;
        width: 100%;
        border-radius: 10px
    }
    .ny-news-info .news-info-title p{
        font-size: 16px;
    }
}

/* 联系我们 */
.contact .contact-title{
    font-size: 20px;
    font-weight: bold;
}
.contact ul li{ 
    line-height: 1.2;
    font-size: 16px;
    text-align: center;
    margin: 0px 0px 0px;
}
.contact ul li span{
    font-size: 20px;
    display: inline-block;
    width: 60px;
    color: #fff;
    height: 60px;
    background: olive linear-gradient(to right, #1fc0c9, #27e16d);
    line-height: 60px;
    border-radius: 100%;
    margin-bottom: 10px;
}
.contact .cimg{
    margin-top: -10px;
    width: 70px;
    background: #fff;
} 
.map{
    border: 1px solid #efefef;
    padding: 5px;
    margin-top: 20px;
    background: #fff;
}
.map img{
    width: auto;
    max-width: none;
}
.BMap_stdMpCtrl, .BMapLabel, .BMap_omCtrl{
    display: none !important;
}
@media(max-width:992px){
    .contact ul li{ 
        overflow: hidden;
        font-size: 14px;
        line-height: 30px;
        text-align: left;
        margin: 10px 0px;
    }
    .contact ul li span {
        font-size: 16px;
        float: left;
        display: inline-block;
        width: 30px;
        text-align: center;
        height: 30px;
        background: #f7f7f7;
        line-height: 30px;
        margin-right: 10px;
        border-radius: 100%;
        margin-bottom: 0px;
    }
    .contact ul li:last-child span{
        width: 100%;
        height: auto;
        display: block;
        background: transparent;
    }
    .contact .cimg{
        margin-top: 0px;
        width: 140px;
        border: 1px solid #f8f8f8;
        padding: 5px;
    }
    .contact ul li:last-child p{
        text-align: center;
    } 
}
/* 在线留言 */
.message .message-con{
    background: #fff;
    padding: 15px;
}
.message .msg-title{
    font-size: 20px;
    margin-bottom: 5px;
}
.form-control{
    height: 50px;
    border-radius: 35px;
    margin-bottom:5px;
}
.form-control1{
    height:120px !important;   
}
.message .msg-btn,.foot-message .msg-btn{
    width: 100%;
    height: 50px;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    border:none;
    border-radius: 35px;
    background: olive linear-gradient(to right, #1fc0c9, #27e16d);
    background-color: #27e16d;
}
/* 搜索页面 */
.ny-search .ny-search-box {
    margin-top: 50px;
}

@media(max-width:767px){
    .contact .contact-title p {
        font-size: 20px;  
    }
    .message{
        margin-top: 20px;
    }
}