@charset "utf-8";
.m-btn{
    display: none;
    position: absolute;
    cursor: pointer;
    right:15px;
    top:32px;
}
.m-btn span{
    display: block;
    width:20px;
    height:2px;
    background: #000;
    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:#000;
    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: 992px){ 
.m-btn{
        display: block;
    }
}
/* 关于我们 */
.ny-ban{
    position: relative;
    overflow: hidden;
    background: #dcdcdc;
}
.ny-ban img{
    width:100%;
}
.ny-ban .ny-title{
    width:100%;   
    position: absolute;
    top: calc(65% - 10px);
    color:#fff;    
    z-index:2;
}
.ny-ban .ny-title h1.page-title{
    font-size: 30px;
    line-height: 1.0;
}
.ny-ban .ny-title h6.page-subtitle{
    font-family: Heebo,sans-serif;
    line-height: 1.0;
    font-weight: 500;
    text-transform: uppercase;
    color: #c02128;
    font-size: 14px;
    letter-spacing: .8em;
    margin: 0 0 10px;
}
.ny-ban .ny-title .page-logo img{
    width: auto;
    max-width: 100%;
}
@media(max-width:991px){    
    .ny-ban .ny-title h1.page-title {
        font-size: 22px;
    }    
    .ny-ban .ny-title p {
        font-size: 18px;
        padding-left: 50px;
    }
    .ny-ban{
        margin-top: 0px;
    }
    .ny-ban img {
        width: 150%;
        max-width: none;
        margin-left: -25%;
    }
    .page-logo img{
        margin-left: 0%;
        width: 100px;
    }
}
/* 当前位置 */
.position{    
    position: absolute;
    bottom: 30px;
    font-size: 20px;
    width: 100%;
    z-index: 2;
    color:#fff;
    text-align: right;   
}
.position li{
    display: inline-block;
}
.position li a{
    color:#fff;
}
.position li.active a{
    color:#c02128;
}
/*光伏系统*/
.page-banner{
    background: url(../img/background-single-product.png) bottom repeat-x;
    background-size: 90% 100%;
}
.sys-banner{
    position: relative;
}
.header-area{
    position: absolute;
    top: 50px;
    z-index: 1;
}

.header-area .entry-title-icon {
    width: 96px;
    float: left;
}
.header-area .entry-title {
    font-weight: 700;
    font-size: 54px;
    line-height: 0.9;   
    margin-top: 5;
    text-transform: uppercase;
    position: relative;
}
.header-area .entry-subtitle {
    font-weight: 700;
    font-size: 30px;
    line-height: 35px; 
    max-width: 100%;
}
.page-banner .banner-txt{
    display: flex;
    font-size: 20px;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.page-banner .banner-txt .banner-icon {
   margin-bottom: 10px;
}
.page-banner .banner-txt li:first-child{
    width: 70%;
}
.page-banner .banner-txt li:last-child{
    width: 30%;
    padding-right: 5%;
}
.sys-inner{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sys-inner>div{
    width: 50%;
}
.product-info .pro-intro{
    margin: 40px 0px 0px;
}
.product-info .pro-intro h5{
    font-size: 34px;
    font-weight: 700;
    color: #c02128;
    margin: 0px 0px 40px;
}
/*搜索*/
.search .search-input{
    width: 100%;
    position: relative;
}
.search .search-input input{
    width:100%;
    border: 1px solid #e5e5e5;
    border-radius: 2px; 
    padding: 10px 20px;
    background-color: #fff;    
    font-family: Rajdhani,sans-serif;
    font-weight: 700;
    letter-spacing: .025em;
    text-transform: uppercase;
    color: #000;
    line-height: 1.5em;
    letter-spacing: .1em;
    font-size: 14px;
}
.search .search-icon{
    position: absolute;
    background-color: #ff323b;
    height: 100%;    
    right: 0px;
    top: 0px;
    color: #fff;
    border:none;
    width:50px;
}
/*内页关于我们*/
.ny-about,.bg-img{
    position: relative;
}
.ny-about .row{
    padding-top: 20px;
    padding-bottom: 20px;
}
.ny-about img,.ny-img img{
    max-width:100%;
}
.bg-img,.bgr-img,.how-bgr-img{
    position: relative;
    background-size: cover;
    color: #fff;
}
.bg-img:before,.bgr-img:before,.how-bgr-img:before{
    content: "";
    width: 50%;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    position: absolute;
    background: rgba(0,0,0,0.65);
}
.how-bgr-img:before{
    width: 100%;
}
.bgr-img:before{ 
    right: 0;
    left: auto;   
}
.ny-img{
    position: relative;
    margin-bottom: 50px;
}
.ny-img .img-con{
    position: absolute;
    top: 0px;
    left: 0;
    height: 100%;
    width: 40%;
    color: #fff;
    padding: 15px 30px;
    line-height: 1.6;
    background: rgba(0,136,229,0.8)
}
.ny-img .img-con h5{
    font-size: 32px;
}
.ny-img .img-con h5:after{
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    background: #fff;
    margin: 15px 0px;
}

/* 荣誉证书 */
.about-honor{
    background: #f6f6f6;
}
.ny-ab-box{
   padding-top: 30px;
}
.ny-honor .honor-list img{
    max-width: 100%;
    max-height: 260px;
}
.ny-honor .honor-list {   
    text-align: center;   
}
.ny-honor .honor-list a{
    display: block;   
    padding: 8px;
    border: 1px solid #ddd;
    line-height: 260px;
    background: #fff;
}
.ny-honor .honor-list p{
    line-height: 1.4;   
    overflow: hidden;
    padding: 15px;
    font-size: 14px;
}

/* 企业环境 */
.huanjing-list{
    position: relative;
    margin-bottom:30px;
}
.huanjing-list p{
    margin: 0 0 20px;
    font-size: 18px;
    color: #333;
    font-weight: bolder;
}
.huanjing-list .huanjing-img img{
    width:100%;
}
.huanjing-list .huanjing-img{
    position: relative;
}
.huanjing-list .huanjing-img::after{
    content:'';
    display: block;
    width:100%;
    height:0;
    position: absolute;
    bottom:0;
    left:0;
    background:#000;
    opacity: 0.5;
    z-index:99;
    transition: all .5s;
    display: none;
}
.huanjing-list:hover .huanjing-img::after{
    height:100%;
    display: block;
}
/*企业视频*/
.video-btn a{
    box-shadow: 10px 10px 20px 0 rgba(0,0,0,.2);
    padding: 10px 15px;
    border-radius: 5px;
    color: #c02128;
    font-size: 18px;
    display: inline-block;
    margin-top: 20px;
}

.quality{
    margin-bottom: 50px;
    overflow: hidden;
}
.quality h3{
    font-size: 24px;
    line-height: 1.4;
    width: 80%;
    font-weight: 700;
    margin: 40px auto;
}
.quality h5{
    font-size: 16px;
    margin: 20px 0px;
}
.quality h5 span{
    display: block;
    font-size: 30px;
    color: #c02128;
}
.quality-box{
    position: relative;
}
.quality .quality-box:after{
    content: ">";
    font-size: 20px;
    right: -10px;
    position: absolute;
    top: 25%;
    color: #c02128;
}
.quality .col-md-2:last-child .quality-box:after{
    content: "";
}
/*企业文化*/
/*企业文化*/
.culture-list{
    overflow: hidden;
    position: relative;
}
.culture-list li{
    width: 100%;
    background: #f7f7f7;
    margin: 20px 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}
.culture-list li:nth-child(2n) {
    flex-direction: row-reverse;
    background: #f7f7f7;
}
.culture-list .culture-img{
    width: 50%;
}
.culture-list .culture-img img{
    width: 100%;
}
.culture-list .culture-con{ 
    width: 50%;
    padding: 10px 20px;
}
.culture-list .culture-con h5{
    font-size: 26px;
    color: #e0141a;
    margin-bottom: 5px;
    font-weight: 600;    
}
@media(max-width:991px){
    .culture-list .culture-img,.culture-list .culture-con{
        width: 100%;
    }
    .culture-list .culture-con h5 {
        font-size: 16px;       
        margin-bottom: 5px;
    }    
}
.ny-cooper .cooper-img{
    background: #fff;
}
/*国际合作*/
.ny-case .case-list img{
    width:100%;
}
.ny-case .case-list {
    margin-bottom:30px;
    text-align: center;   
}
.ny-case .case-list a{
    display: block;   
    padding: 8px;
    border: 1px solid #f6f6f6;   
}
.ny-case .case-list p{
    line-height: 1.4;   
    overflow: hidden;
    padding: 10px;
    font-size: 14px;
}
/*发展历程*/
.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: #0088e5;
    border: 3px solid #7fc3f2;
}
.time-con::after {
    content: '';
    position: absolute;
    top: calc(50% - 1px);
    left: calc(50% + 6px);
    width: calc(4% - 6px);
    height: 2px;
    background: #0088e5;
}
.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: #0088e5;
    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;
    cursor: pointer;
}
.time-con h4{
    font-size: 26px;
    color: #0088e5;
}
/* 产品展示 */
.ny-comm{
    padding: 60px 0px; 
}
.ny-comm .ny-title{
   font-size: 22px;
   font-weight: 900;
   text-transform: uppercase;   
}
.ny-comm .about-title {
    font-size: 34px;
    font-weight: 700;
    color: #c02128;   
    margin: 0px 0px 40px;
}
.ny-comm .about-title.aline:after{
    content: "";
    display: block;
    width: 200px;
    height: 1px;
    margin-top: 10px;
    border-bottom: 1px solid #c02128;
}
.ny-comm .btn-online {
    font-size: 20px;
    color: #fff;
    background: #c02128;
    border-radius: 5px;
    padding: 10px 15px;   
    margin: 40px 0px 0px;
}
.ny-comm .ny-about ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.ny-comm .ny-about:nth-child(even) ul {
    flex-direction: row-reverse;
}
.ny-comm .ny-about ul li{
    width: 50%;    
}
.ny-comm .ny-about ul li.about-txt{
    width: calc(50% - 60px);
}
.ny-comm .ny-about .picList{
    position: relative;
}
.ny-comm .sol-title {
    font-size: 34px;
    font-weight: 700;
    color: #c02128;   
    margin: 40px 0px;     
}
.ny-comm .about-title span{
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .3em;
}
.ny-comm .ny-about .about-con{
    color: #2b2b2b;
    margin-bottom: 10px;
}
.ny-comm .about-img img{
    width: 100%;
}
/*ideal for reflective applications*/
.ny-comm .ny-bifacial ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.ny-comm .ny-bifacial ul li{
    width: 24%;
    overflow: hidden;
    position: relative;
}
.ny-comm .ny-bifacial ul li img{
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.ny-comm .ny-bifacial ul li:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.ny-comm .ny-bifacial ul li .cover-hover{
    position: absolute;
    top: 0;
    text-align: center;
    bottom: 0;
    background-color: rgba(0,0,0,0.2);
    color: #fff;
    padding-top: 20%;
    width: 100%;
}
.ny-comm .ny-bifacial ul li .cover-hover h5{
    font-size: 22px;
    margin-bottom: 10px;
}
@media(max-width:991px){  
    .ny-comm .ny-about ul li,.ny-comm .ny-about ul li.about-txt {
        width: 100%;
    }
    .sys-inner>div{
        width: 100%;
    }
    .product-info .pro-intro h5 {
        font-size: 22px;        
        margin: 15px 0px 15px;
    }
    .page-banner .banner-txt{
        font-size: 16px;
    }
    .page-banner .banner-txt li:first-child,.page-banner .banner-txt li:last-child{
        width: 100%;
    }
    .page-banner .banner-txt li:last-child{
        padding-left: 5%;
        padding-bottom: 10%;
    }
    .header-area {
        position: relative;
    }
    .header-area .entry-title-icon {
        width: 60px;
    }
    .header-area .entry-title {
        font-size: 34px;
    }
    .header-area .entry-subtitle{
        font-size: 18px;
    }
    
}
.ny-menu{
    background: #f7f7f7;
    overflow: hidden;    
}
@media(max-width:991px){
    .ny-menu{
       display: none;
    }
}
.ny-menu ul{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.ny-menu ul li h5{    
    font-size: 16px;
    font-weight: 400;
    text-align: center;    
    padding: 25px 35px;    
}

.ny-menu ul li.active a h5,.ny-menu ul li a:hover h5{   
    background-color: #00449b;
    color:#fff;
    font-weight: 600;
}
.comm-left .ny-nav li{
   margin: 0 0 14px;
   font-family: Rajdhani,sans-serif; 
}
.comm-left .ny-nav li a{ 
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;  
    display: block;  
}
.comm-left .ny-nav li.active a,.comm-left .ny-nav li a:hover{   
    color:#c02128;
}

/*侧边新闻*/
.blog-list {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    list-style: none;
    margin: 0;
    padding: 0;
}
.blog-list li{
    margin: 0 0 20px;
}
.blog-list li .post-image {
    display: table-cell;
    vertical-align: top;
    width: 80px;
}
.blog-list li .bli-content {
    display: table-cell;
    vertical-align: middle;
    width: auto;
    padding-left: 10px;
}
.blog-list li .bli-content .post-date {
    font-family: Heebo,sans-serif;
    line-height: 1.1em;
    font-weight: 600;
    text-transform: uppercase;
    color: #c02128;
    font-size: 11px;
    letter-spacing: .075em;
}
.post-title{
    font-weight: 400;
    font-size: 14px;
    line-height: 1em;
}

/*PV MODULE 轮播列表*/
.ny-pro-list{
    margin-bottom: 30px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    border: 1px solid #f7f7f7;
    border-bottom: 2px solid #c02128;
    padding: 0px 0px;      
}
.ny-pro-list.first{
    border: 0px solid #f7f7f7;
    padding: 0px 0px 30px;
}
.ny-pro-list:hover{
    box-shadow: 10px 10px 20px 0 rgba(0,0,0,.2);    
}
.ny-pro-list .ny-pro-img{
    overflow: hidden;
    text-align: center;   
}
.ny-pro-list .ny-pro-img img{
    width:100%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.ny-pro-list .ny-pro-intro li{
    position: relative;
    line-height: 1.6;
    margin-bottom: 5px;
    margin-left: 16px;
}
.ny-pro-list .ny-pro-intro li::before {
    content: "\f111";
    font-family: FontAwesome;
    color: #c02128;
    font-size: 8px;
    position: absolute;   
    margin-top: 4px;
    margin-left: -16px;
}
.ny-pro-list .ny-pro-title{ 
    font-size: 18px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.ny-pro-list .btn-danger  {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 2;
    padding: 10px 50px;
    margin-top: 30px;
}
.ny-pro-list:hover .ny-pro-img img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}

/*分类和system列表*/
.nav-content{
    border: 1px solid #f3f3f3;
    padding: 10px;
    text-align: center;
    margin-bottom: 20px;
}
.nav-title{
    font-size: 16px;
    text-transform: uppercase;
    color: #c02128;
    line-height: 1;   
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 15px;
}

@media (max-width:991px){
    .comm-left .ny-nav li a {
        padding: 0px 25px;
        font-size: 14px;
    }
}
/*类别*/
.ny-product .pro-img img{
    width: 100%;
    opacity: 0.75;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;    
}
.ny-product .pro-con{
    background: #000;   
    margin-bottom: 85px;
    text-align: center;
    position: relative;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.ny-product .pro-con:before{
    content: '';
    position: absolute;
    background-image: none;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    border: 1px solid rgba(255,255,255,0.5);
    opacity: 0; 
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;  
}

.ny-product .pro-con h5::before{
    display: block;
    content: "";
    width: 30px;
    height: 2px;
    background: #c02128;
    border-radius: 10px;
    margin: 10px auto;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.ny-product .pro-con h5{
    font-size: 20px;
    background: #fff;
    padding: 20px 20px;
    line-height: 1.4;
    text-align: center;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    position: absolute;
    bottom: -50px;
    width: 90%;
    left: 5%;
    box-shadow: 10px 10px 20px 0 rgba(0,0,0,.2);
}
.ny-product .pro-con:hover .pro-img img{
    opacity: 1;
}
.ny-product .pro-con:hover:before{
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;   
    opacity: 1;
    transition: all 0.5s ease;
}
.ny-product .pro-con:hover h5{
    color: #c02128;
}
.ny-product .text-center .homeLink{
    margin-top: 80px;
}
@media (max-width:991px){     
    .ny-product .product-con h5 {
        font-size: 14px;
    } 
    .ny-product .text-center .homeLink{
        margin-top: 0px;
    }
}

/*其他下载文档*/
.other-doc{
    background: #f7f7f7;
    padding: 50px 0px;
}
.other-doc .fluidvids {
    width: 100%;
    position: relative;
}
.other-doc h3{
    font-size: 3.0rem;
    margin-top: 30px;
    line-height: 1.333;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.doc-link{
    display: flex;
    justify-content:center;
    flex-wrap: wrap;
}
.doc-link li a{
    width: 100%;
}
.doc-link .btn-outline{
    margin-top: 20px;
    color: #fff; 
    overflow: hidden;   
    padding: 20px 10px;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background: #ff3737;
    background: -moz-linear-gradient(left, #3a083d 0%, #3a083d 50%, #ff3737 50%, #ff3737 100%);
    background: -webkit-linear-gradient(left, #3a083d 0%, #3a083d 50%, #ff3737 50%, #ff3737 100%);
    background: linear-gradient(to right, #3a083d 0%, #3a083d 50%, #ff3737 50%, #ff3737 100%);
    background-size: 300% 100%;
    background-position: 98% bottom;
    transition: all 0.5s ease;
    border: 2px solid rgba(0,0,0,0);
    border-radius: 3px;
    text-transform: uppercase;
    z-index: 1;
}
.doc-link .btn-outline:hover{
    color: #fff;
    background-position: 1% bottom;
    border: 2px solid rgb(0,0,0,0);
    transform: scale(1.1);
}
.m-pro-nav{
    display: none;
}
.m-pro-nav .dropdown .btn{
    width:100%;
    padding:10px 0;
}
.m-pro-nav .dropdown .dropdown-menu{
    width:100%;
    padding:10px 20px;
    height:313px;
    overflow: auto;
}
.m-pro-nav .dropdown .dropdown-menu li{
    padding:8px 10px;
    border-bottom:1px solid #ddd;
}

@media (max-width:991px){
    .ny-comm .about-title,.ny-img .img-con h5{
        font-size: 24px;
        margin: 0px 0px 15px;
    }
    .bg-img:before, .bgr-img:before, .how-bgr-img:before {
        width: 100%;
    }
    .ny-comm{        
        padding: 20px 0px;
    }
    .ny-comm-box .comm-left{
        display: none;
    }
    .ny-comm-box .comm-right{
        width:100%;
    }
    .m-pro-nav{
        display: block;
        margin:20px 0;
    }
    .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;         
    }
    .ny-pro-content img{
        width: 100%;
    }    
}

/*产品展示详情 */
.product-info{
    background-color: #f4f4f4;
    border: 1px solid #efefef;
    padding: 0px 0px;
    margin-bottom: 30px;
}
.product-info h5{
   font-size: 35px;
   font-weight: 900;
   line-height: 1.0;   
   margin-bottom: 15px;
}
.product-info h5 span{
    font-size: 22px;
    display: block;
    color: #031c7b;
}
.product-info h5 span:after{
    content: "";
    width: 30px;
    height: 2px;
    display: block;
    margin: 10px 0;
    background-color: #ff2d2d;
}
.product-info .case-img{
    padding: 0% 0%;
    text-align: center;
    background: #fff; 
}
@media(max-width:512px){
    .product-info{
        padding: 15px 15px;
    }
    .product-info h5 span,.product-info h5{
        font-size: 18px;
        margin-top: 10px;
    }
    .product-info h5 span:after {        
        width: 36px;
        height: 2px;        
        margin: 5px 0;        
    }
}
.product-con{
    padding: 15px 15px 15px 0px;
}
.product-con .overview{ 
    height: 200px;
    overflow: hidden; 
}
.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: 18px;
    font-weight: 600;
    text-align: center;
}
.pro-wechat .tel,.pro-wechat .more,.pro-wechat .wechat{    
    padding: 15px 15px;
    background: #eec32d;
    color: #fff;
    transition: all .5s;
}
.pro-wechat .wechat{
    background: #024a92;
}
.pro-wechat .more:hover,.pro-wechat .wechat:hover{
    opacity: 0.85;
}
@media(max-width:991px){
    .product-con .overview{
        height: auto;
    }
    .product-con {
        padding: 15px 0px 15px 0px;
    }
    .pro-wechat{           
        font-size: 14px;
    }
    .pro-wechat .tel,.pro-wechat .more,.pro-wechat .wechat{    
        padding: 10px 5px;
    }
}
.product-info-content {
    background-color: #fff;
    margin: 40px auto;
}
.product-info-content p img{
    margin: 15px 0px;
    width: auto;
    max-width: 100%;
}
.product-info-content h5 {
    font-size: 18px;
    display: block;
    font-weight: 600;
    margin: 0px 0px 20px;
    background: #f4f4f4;
}
.product-info-content h5 span {
    display: inline-block;
    font-weight: 600;
    padding: 16px 20px;
    background: #00449b;
    color: #fff;
}
.product-info-content ul li{
    padding: 10px 0px;
    border-bottom: 1px solid #ededed;
}
/*新闻列表*/
.ny-news .ny-news-list {
    padding: 15px;
    margin-bottom: 10px;
    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: 20px 20px 20px 0;
    border-bottom:1px solid #e3e3e3;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.ny-news .ny-news-list .ny-news-content .ny-news-title{       
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.ny-news .ny-news-list .ny-news-content .ny-news-title span{
    color: #b1b1b1;
    display: block;
}
.ny-news .ny-news-list .ny-news-content .ny-news-intro{
    width: 85%;
    font-size: 14px;    
    color: #828282;
    margin-top:10px;
}
.ny-news .ny-news-list:hover{
    box-shadow: 0 0 10px #ddd;
    background: #fff;
}
.ny-news .ny-news-list:hover .ny-news-content{
    border-bottom:1px solid transparent;
}

@media (max-width:991px){
    .ny-news .ny-news-list .ny-news-img{
        padding-right:0;
    }
    .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%;
        overflow: hidden;
        text-overflow: -o-ellipsis-lastline;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        line-clamp: 3;
        -webkit-box-orient: vertical;
        line-height: 1.8; 
    }
    .ny-news .ny-news-list .ny-news-content{
        padding:10px 0 10px 0;
    }
}
/* 新闻详情页 */
.ny-news-info{
    width: 70%;
    margin: 0px auto;
}
.ny-comm .news-info-title{
    padding-bottom: 20px;   
    border-bottom: 2px solid #e0e0e0;
}
.ny-comm .news-info-title p{
    font-size: 2.2rem;
    text-transform: uppercase;
    font-weight: bold;   
    line-height: 1.11;
}
.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{
    margin: 30px 0px;
}
.ny-news-info .news-info-content img{
    width: auto;
    max-width: 100%;
    margin-bottom: 15px;
}
.news-info-content .theme-thumbnail {
    margin-bottom: 30px;
}
.news-info-content .theme-thumbnail img{
    width: 100%;
}

@media (max-width:991px){
    .ny-news-info{
        padding:20px 0;
        width: 100%;
    }
    .ny-news-info .news-info-title p{
        font-size: 16px;
    }
    .position{
        padding:0;
    }
    .position ul li{
        padding:20px 0 20px 20px;
    }
}
.empty_space{
    height: 40px;
}
/*下载*/
.omnis-st-inner{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0px;
}
.omnis-st-inner>* {
    width: 100%;
    padding: 0 20px;
}
.omnis-st-tagline {
    font-family: Heebo,sans-serif;
    line-height: 1.1em;
    font-weight: 500;
    text-transform: uppercase;
    color: #c02128;
    font-size: 14px;
    letter-spacing: .8em;
}
.omnis-st-title {
    position: relative;
    display: block;
    margin: 0;
    text-align: right;
}
.omnis-st-title .omnis-sts-separator {
    position: absolute;
    display: block;
    width: 1px;
    height: 82%;
    background-color: #bebbbf;
    top: 7%;
    right: -1px;
}
.row-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 2.55rem;
    -moz-column-gap: 2.55rem;
    column-gap: 2.55rem;
    orphans: 1;
    widows: 1;
}
.row-card {
    break-inside: avoid;
}
.downlist .omnis-st-title{
    text-align: left;
    color: #c02128;
}
.downlist .panel{
    border-color: #f0f0f0;
    background-color: #f8f8f8;
    border: none;
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,.05);
    box-shadow: 0 0px 0px rgba(0,0,0,.05);
}
.downlist .panel h3{
    color: #666;
    border-bottom: 1px solid #f0f0f0;    
    display: block;
    font-size: 22px;
    font-weight: 500;
    padding: 14px 20px;
    padding-left: 46px;
    position: relative;
    -webkit-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;   
    -webkit-box-shadow: none;
    box-shadow: none;
}
.downlist .panel h3 .controls-icon {
    display: inline-block;
    vertical-align: middle;
    height: 12px;
    width: 12px;
    position: relative;
    font-size: inherit;
    margin: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 20px;
}
.downlist .panel h3 .controls-icon.controls-icon-plus::before {
    content: '';
    display: block;
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-style: solid;
    border-width: 2px 0 0 0;
    border-color: #666;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.downlist .panel h3.collapsed .controls-icon.controls-icon-plus::after {
    content: '';
    display: block;
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    left: 50%;
    bottom: 0;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-style: solid;
    border-width: 0 0 0 2px;
    border-color: #666;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.downlist.panel-group .panel+.panel {
    margin-top: 0px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.downlist.panel-group .panel-body {
    padding: 15px 15px 15px 46px;
}
/* 联系我们 */
.contact-con h4{
    font-size: 2rem; 
    font-weight: bold;
    text-transform: uppercase;
}
.contact-con ul li p{      
    padding: 20px 0px 20px;
    border-bottom: 1px solid #dedede;
    margin-bottom: 35px;
}
.contact-con .fa{    
    font-size: 18px;
    font-weight: 600;
    color: #e0141a;
}
.map{
    border: 1px solid #ddd; 
    padding: 15px; 
    background: #fff;
}
.map img{
    width: auto;
    max-width: none;
}
.BMap_stdMpCtrl, .BMapLabel, .BMap_omCtrl{
    display: none !important;
}

/* 搜索页面 */
.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-con ul li p {
        padding: 5px 0px 5px;
        margin-bottom: 10px;
    }
    .downlist .panel h3{
        font-size: 18px;
    }
    .contact-con h4{
        font-size: 20px;
        margin-bottom: 10px;  
    }
    
}
/* slick */
.slick .slicklist{
    padding-left: 5px;
    padding-right: 5px;
}
.slick .slick_list .slicklist img{
    width: 100%;
}
.slick .slick_list .slicklist p{
    font-weight: bold;
    font-size: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; 
}
.product-info h4{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;

}
@media(max-width:767px){
    .product-info h4{
        font-size: 18px;
    }
}

.products_top{
    overflow: hidden;
    background-color: #f3f3f3;
}
.products_top li{
    min-height: 100px;
    width: 12.5%;
    float: left;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.products_list{
    overflow: hidden;
    margin-top: 10px;
    display: flex;
    align-items: center;
}
.products_list li{
    width: 12.5%;
    float: left;
    text-align: center;
}
.products_list li img{
    width: 100%;
}
.products_table{
    
    overflow:auto;
}
.products_table .tables{
    width: 1170px;
}