<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
.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: 30px;
    height: 21px;
    margin-top: 30px;
    cursor: pointer;
    right: 10px;   
    -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: #000;
    -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-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;
}
@media(max-width:992px){
    .m-btn{
        display: block;
        margin-top: 15px;
    }
    .menu_social{
        margin-top: 0px;
    }
}
/* 内页banner */
.ny-ban{
    position: relative;
    overflow: hidden;    
    background-color: #2b2b2b;
}
.ny-ban .ny-title{
    width:100%;
    position: absolute;
    bottom:25%;
    color:#fff;
    z-index: 4; 
}
.ny-ban .ny-title h5.cntitle{
    font-size: 28px; 
    font-weight: 900;
    line-height: 1;    
}
.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 h5.cntitle{
        font-size: 22px;
    }
    .ny-ban .ny-title h5.entitle {
        font-size: 18px;
    }
    .ny-ban img {       
        width: 200%;
        max-width: none;
        margin-left: -50%;
    }
}
/* 当前位置 */
.position{
    position: relative;    
    padding: 15px 0px;
    font-size: 14px;
    background-color: #fff;
    line-height: 35px;   
}
.position span {
    font-weight: 600;
    color: #24297b;
    text-transform: uppercase;   
    display: inline-block;
    font-size: 30px;
}
.position ul{
    display: flex;   
} 
.position ul li{  
    padding: 0px 5px;
}
.position ul li a:hover{
    font-weight: bold;
}

@media(max-width:992px){
    .position span {    
        font-size: 16px;
    }
}
/*关于我们*/
.ny-about .about-con{
    padding: 20px 0px;
    font-size: 18px;
}
@media(max-width:991px){
    .ny-about .about-con{
       font-size: 14px;
    }
}
/*内页案例*/
.ny-case .case-list {
    margin-bottom:30px;
    text-align: center;
}
.ny-case .case-list p{
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    background: #fff;
    padding: 25px 15px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    margin-bottom: 1px;
    transition: all 0.6s;
}
.ny-case .case-list p:hover{
    background: #00c0b5;
    color: #fff;
}
@media(max-width:991px){
    .ny-case .case-list {
        margin-bottom: 15px;
    }
    .ny-case .case-list p{
        font-size: 14px;
    }
}
/*企业文化*/
.culture-list{    
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    position: relative;
    background: #fff;
    margin: 0px 0 20px;
}
.culture-list:nth-child(2n){
    flex-direction: row-reverse;
}
.culture-list li{
    width: 50%;
    overflow: hidden;
}
.culture-list .culture-img img{
    width: 100%;
    transition: all .3s ease-out,right .2s ease-out;
}
.culture-list:hover .culture-img img{
    transform: scale(1.1);
    opacity: 0.8;
}
.culture-list .culture-con{    
    padding: 10% 8%;
    font-size: 16px;
}
.culture-list h3{
    font-size: 35px;
    line-height: 1.0;
    color: #00c0b5;
    font-weight: 600;
    margin-bottom: 15px;
    position: relative;    
}

@media(max-width:991px){
    .culture-list{
        flex-wrap: wrap;
    }
    .culture-list li{
        width: 100%;
    }
    .culture-list h3 {
        font-size: 15px;       
        margin-bottom: 5px;
    }
    .culture-list p {
        font-size: 13px;
        line-height: 1.6;
    }
}
.main{
    background: #f7f7f7;
}
.ny-comm{    
    position: relative;
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 50px;
}
.ny-comm .comm-left{
    width: 20%;
    padding: 30px 30px;
    float: left;
    background-color: #fff;
}
.ny-comm .comm-right{ 
    width: 79%;
    padding: 0px 0px 0px 40px;   
    float: right;    
}
.ny-comm .ny-title{
   font-size: 22px;
   color: #8a644a;
   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{	    
	    border-top: 20px solid #f7f7f7;
	    border-bottom: 20px solid #f7f7f7;    
	}
    .ny-comm{    
        padding: 20px 0px;
    }
    .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: #8a644a;
    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: #8a644a;
}
.ny-comm .comm-left .ny-nav li a{   
    display: block;
    padding: 12px 10px 12px 10px;
    line-height: 1.3;
    font-size: 16px;
    border-bottom: 1px solid #e6e6e6;
}
.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: #8a644a;
    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;
}

/*招聘*/
.talent-box{
    padding: 35px;
    min-height: 500px;
    background-color: #fff;
}
.ny-study{
    background: url(../img/study.jpg) no-repeat center;
}
.clients{    
    padding: 15px;
    text-align: center;
    position: relative;
}
.clients img{
    width: auto;
    max-width: 100%;
}
.clients .hotspot_container {
    position: absolute;
}
.clients .hotspot_container img{
    opacity: 0.0;
    transition: all 0.3s;
}
.clients .hotspot_container .hotspot{   
    cursor: pointer;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff!important;
    width: 42px;
    height: 42px;
    font-size: 25px;
    font-weight: 600;
    background: #1297e4;
    background-color: #1297e4;
    border-radius: 50%;
    -webkit-box-shadow: 0 2px 25px 0 rgba(0,0,0,.25);
    box-shadow: 0 2px 25px 0 rgba(0,0,0,.25);
}
.clients .hotspot_container .hotspots__button-border {
    top: 50%;
    left: 50%;
    border-radius: 50%;
    position: absolute;
    width: 44px;
    height: 44px;
    border: 3px solid #fff;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-box-shadow: 0 0 2px 0 hsla(0,0%,100%,.5);
    box-shadow: 0 0 2px 0 hsla(0,0%,100%,.5);
    -webkit-transition: all .15s ease-out;
    -o-transition: all .15s ease-out;
    transition: all .15s ease-out;
}
.clients .hotspot_container .hotspots__button-border:hover {
    width: 56px;
    height: 56px;
}
.clients .hotspot_container .hotspot:hover {
    background: -o-linear-gradient(12deg,#69199c,#0525f6);
    background: linear-gradient(78deg,#69199c,#0525f6);
    background-color: #1297e4;
}
.clients .hotspot_container .hotspots__button-text {
    z-index: 1;     
    font-size: 2.5rem;
    position: absolute;
    top: 40%;
    left: 40%;
    white-space: nowrap;
    margin-left: 1.25rem;
    -webkit-transform: rotate(0deg) translateX(-50%);
    transform: rotate(0deg) translateX(-50%); 
    font-weight: 500;    
    line-height: 1;
    -webkit-transition: all .15s ease-out;
    -o-transition: all .15s ease-out;
    transition: all .15s ease-out;
}

.clients .hotspot_container .hotspot.close {
    background: -o-linear-gradient(12deg,#69199c,#0525f6);
    background: linear-gradient(78deg,#69199c,#0525f6);
    background-color: #1297e4;
    opacity: 1.0;
}
.clients .hotspot_container .hotspot.close:hover {
    background: -o-linear-gradient(12deg,#69199c,#0525f6);
    background: linear-gradient(78deg,#69199c,#0525f6);
    background-color: #1297e4;
    opacity: 1.0;
}
.clients .hotspot_container:hover img{
    opacity: 1.0;
}
.clients .hotspot_container:hover .tooltips{
    display: block;
    z-index: 999;
}
.clients .hotspot_container .tooltips {
    display: none;
    z-index: 100;
    position: absolute;
    background: #3c63b2;
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
    width: 290px;
    padding: 20px;
    top: 0px;
    left: auto;
    right: 0;
}
.clients .hotspot_container .tooltips.con1{
    top: 10%;
    left: 120%;
}
.clients .hotspot_container .tooltips.con2{
    top: 10%;
    left: 120%;
}
.clients .hotspot_container .tooltips.con3{
    top: 60%;
    left: 100%;
}
.clients .hotspot_container .tooltips.con4{
    top: 10%;
    left: 120%;
}
.clients .hotspot_container .tooltips.con5{
    top: 10%;
    left: -120%;
}
.clients .hotspot_container .tooltips.con6{
    top: 40%;
    left: -100%;
}
.clients .hotspot_container .tooltips strong {
    font-size: 16px;
    font-weight: 600;   
    padding-top: 10%;
}
.clients .hotspot_container .tooltips p{
    margin-bottom: 5px;
}
.hotspots_button-close{
    cursor: pointer;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;       
    font-size: 2.8125rem;
    font-weight: 300;    
    border-radius: 50%;
    -webkit-box-shadow: 0 2px 25px 0 rgba(0,0,0,.25);
    box-shadow: 0 2px 25px 0 rgba(0,0,0,.25);
    z-index: 2;
    width: 3.4375rem;
    height: 3.4375rem;
    left: 50%;
    background: #fff;
    color: #1297e4!important;
    -webkit-transform: translate(-50%,-150%) rotate(45deg);
    transform: translate(-50%,150%) rotate(45deg);
}


/*招贤纳士*/
.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;
}
/*如何申请*/
.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;    
    transition: all 0.6s;    
}
.product-list .product-img{
    padding: 20px 20px;
    position: relative;
    background:#fff;
    border: 1px solid #efefef;
}
.product-list .product-img img{
    max-width: 100%;
    width: auto;
    transition: all 0.6s;
}
.procust-logo{
    position: absolute;
    right: 20px;
    top: 20px;
    background: url(../img/logo.png) no-repeat;
    width: 92px;
    height: 52px;
}
.product-list h5{
    line-height: 1.3;
    color: #896349;
    font-size: 18px;
    padding: 25px 0px 0px;
}
.product-list h5 span{
    display: block;
    color: #000;
    font-size: 14px;
    font-weight: 400;   
}
.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 h5{
        padding: 5px 0px 0px;
        font-size: 14px;
    }
    .product-list h5 span{
        font-size: 12px;
    }
}
.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){
    .talent-box{
        padding: 0px;        
        background-color: transparent;
    }
    .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;
    }
    .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;
    }
}


/*产品展示详情 */
.product-info .pro-img{     
    padding: 0px 0px;   
    margin: 0px auto;  
}
.product-con h5,.product-info-content h5{
   font-size: 22px;
   font-weight: 600;
   color: #8a644a;
}
.product-con h5:after{
    content: "";
    width: 70px;
    height: 2px;
    display: block;
    margin: 10px 0;
    background-color: #d6000f;
}

.product-con .overview{  
    line-height: 1.8;    
    overflow: hidden; 
}
@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{   
    margin: 10px auto;
    font-size: 16px;
    text-align: center;
    position: absolute;
    width: 95%;
    right: 10px;
    bottom: 0px;
}
.pro-wechat .tel{    
    padding: 8px 15px;
    font-size: 20px;
}
.pro-wechat .tel i{
    font-size: 22px;
}
.pro-wechat .tel span{
    font-weight: 700;
}
.pro-wechat .more{    
    padding: 8px 15px;
    background: #272e7c;
    border-radius: 3px;
    color: #fff;
}
.pro-wechat .wechat{
    background: #0062ab;
    padding: 8px 15px;
    color: #fff;
    border-radius: 3px;
}
.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: #8a644a;
    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: #8a644a;
    position: absolute;
    top: 12px;
    left: 0px;
}
.product-info-content .bimimg img{
    border: 1px solid #e6e6e6;
    margin: 10px 0px;
    width: 100%;
}
.table&gt;tbody&gt;tr&gt;td, .table&gt;tbody&gt;tr&gt;th, .table&gt;tfoot&gt;tr&gt;td, .table&gt;tfoot&gt;tr&gt;th, .table&gt;thead&gt;tr&gt;td, .table&gt;thead&gt;tr&gt;th {
    padding: 15px 16px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;    
}
@media(max-width:992px){    
    .pro-wechat{
        position: relative;
    }
    .table&gt;tbody&gt;tr&gt;td, .table&gt;tbody&gt;tr&gt;th, .table&gt;tfoot&gt;tr&gt;td, .table&gt;tfoot&gt;tr&gt;th, .table&gt;thead&gt;tr&gt;td, .table&gt;thead&gt;tr&gt;th {
        padding: 8px 2px;
    }
}
/*产品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&gt;li{
    margin-top: 15px;
}
@media(max-width:512px){
.pro-tab-box .nav-tabs&gt;li.col-xs-4{
    padding-left: 5px;
    padding-right: 5px;
}
}
.pro-tab-box .nav-tabs&gt;li&gt;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&gt;li&gt;a i{
    font-size: 30px;
    float: left;
}
@media(max-width:512px){
    .pro-tab-box .nav-tabs&gt;li&gt;a { 
        font-size: 12px;
        padding: 0px;
    }
    .pro-tab-box .nav-tabs&gt;li&gt;a i{
        font-size: 18px;
        padding-left: 20px;
    }
    .pro-tab-box .nav-tabs&gt;li&gt;a span{
        margin-left: -20px;
    }
}
@media(max-width:430px){
    .pro-tab-box .nav-tabs&gt;li&gt;a i{
        padding-left: 20px;
    }
    .pro-tab-box .nav-tabs&gt;li&gt;a span{
        margin-left: -10px;
    }
}
@media(max-width:370px){
    .pro-tab-box .nav-tabs&gt;li&gt;a i{
        padding-left: 10px;
    }
}
.pro-tab-box .nav-tabs&gt;li.active a, 
.pro-tab-box .nav-tabs&gt;li.active a:focus, 
.pro-tab-box .nav-tabs&gt;li.active a:hover,
.pro-tab-box .nav-tabs&gt;li&gt;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;
}
/* 新闻 he 实力*/
.ny-news .ny-news-list { 
    margin-bottom: 20px;
    background-color: #fff;
    padding: 35px;
    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:10px 0px;   
    font-weight: lighter;
    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: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
@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 p{
        width:100%;
        font-size: 16px;
    }
    .ny-news .ny-news-list .ny-news-content .ny-news-title span{
        display: block;
        width:100%;
        text-align: left;
    }
    .ny-news .ny-news-list .ny-news-content .ny-news-intro{
        width:100%;
    }
    .ny-news .ny-news-list .ny-news-content{
        padding:10px 10px;
    }
}

/* 新闻详情页 */
.ny-news-info{
    padding:35px;
    width: 100%;
    background-color: #fff;
    margin: 0px auto;
}
.ny-comm .news-info-title{   
    padding-bottom: 10px;   
    border-bottom: 2px solid #e0e0e0;
}
.ny-comm .news-info-title p{
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: bold;
    margin: 20px 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 .duoimg img{
    margin-bottom: 30px;
}
.news-info-content img{
    max-width: 100%;
    width: auto;
}
.ny-news-info .news-info-content p{
	margin: 10px 0px;
}
@media (max-width:991px){

    .ny-news-info{
        padding:20px 0;
        width: 100%;
        background: transparent;
    }
    .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;
    }
}
/* 联系我们 */
.contact .contact-title{
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
}
.contact ul li{ 
    line-height: 1.2;
    font-size: 16px;
    text-align: center;
    margin: 80px 0px;
}
.contact ul li span{
    font-size: 48px;
    display: inline-block;
    width: 130px;
    height: 130px;
    background: #f7f7f7;
    line-height: 130px;
    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: 0px 0px 15px;
        line-height: 30px; 
        text-align: left;
    }
    .contact ul li span {
        font-size: 16px;
        text-align: center;
        float: left;
        display: inline-block;
        width: 30px; 
        height: 30px; 
        background: #fff;
        line-height: 30px; 
        border-radius: 100%;
        margin-bottom: 0px;
        margin-right: 10px;
    }
    .contact .contact-title p {
        font-size: 20px;  
    }
    .messsage{
        margin-top: 20px;
    }
}</pre></body></html>