@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:#fff;
    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:#fff;
    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.4rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

@media(max-width:991px){
    .ny-ban img{    
        width:200%;
        max-width: none;
        margin-left: -50%;
    }    
    .ny-ban .ny-title h5.cntitle{
        font-size: 22px;
    }
}
/* 当前位置 */
.position{
    position: relative;
    background: #fff;
    padding: 20px 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: #255ca8;
    font-weight: 700;
}
/* 搜索 */
.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;
}
.main{
    background: #fff;
}
.main .txt{
    font-size: 1.25rem;
    line-height: 1.3;
}
.ny-comm{
    padding-top: 50px;
    padding-bottom: 50px;
}
.ny-comm .comm-left{
    width: 22%;
    background: #f5f5f5;
    border-top: 10px solid #255ca8;
    overflow: hidden;
    border-radius: 5px;
    padding: 30px;    
    float: left;
}
.ny-comm .comm-right{ 
    width: 78%;
    padding: 0px 0px 0px 40px;    
    float: right;
}
.ny-comm .ny-title,.pro-comm .ny-title,.product-info-content .product-tit{
   font-size: 1.5rem;
   line-height: 1.0;
   font-weight: 600;
   color: #255ca8;
   margin-bottom: 25px;   
}
.product-info-content .product-tit{
    font-size: 1.875rem;
}
.ny-comm .ny-title span,.pro-comm .ny-title span,.ny-comm .ny-title strong,.pro-comm .ny-title strong,.product-info-content .product-tit strong{
    display: block;
    color: #181818;
    line-height: 1.0;
    font-size: 2.5rem;
    font-weight: 700;
    margin: 0.5rem 0;
}

@media(max-width:992px){
    .ny-comm{    
        padding-top: 25px;
        padding-bottom: 25px;  
    }
    .pro-comm{
        padding-bottom: 20px;
    }
    .pt-90{
        padding-top: 25px;
    }
    .ny-comm .ny-title, .pro-comm .ny-title, .product-info-content .product-tit {
        margin-bottom: 15px;
    }
    .ny-comm .ny-title span, .pro-comm .ny-title span, .ny-comm .ny-title strong, .pro-comm .ny-title strong, .product-info-content .product-tit strong {   
        font-size: 1.60rem;
    }
}
.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 .about-img{
    margin-bottom: 2rem;
}
@media(max-width:992px){
    .ny-about .about-txt{
        margin-bottom: 10px;
    }
    .ny-about .sign{
        font-size: 1.6rem;
    }
}
.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 center #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: 1.25rem;    
    font-weight: 600;
}
@media(max-width:992px){ 
    .vision .ny-title {       
        top: 4%;
        left: 5%;
        margin-left: -0%;
        width: 90%;
    }
    .ny-solution:before{
        position: relative;
    }
    .ny-solution ul li{
        width: 100%;
    }
}
/*价值观*/
.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%;
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 20px;   
}
.vision .ny-title span{
    display:block;
    line-height: 1.0;
    font-size: 2.5rem;
    font-weight: 700;
    margin: 0.5rem 0; 
}
.vision ul,.app-feature ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;    
}
.vision ul li,.app-feature ul li{
    padding: 25% 3.8% 15%;
    width: 25%;    
    text-align: center;
    border-right: 1px solid #ffffff59;
    transition: all 0.5s ease-in-out;
    font-size: 1.25rem;
}
.app-feature ul li{
    color: #fff;
    padding: 12% 3.8% 12%;
}
.app-feature ul li strong{
    display: block;
    margin-bottom: 10px;
    line-height: 1.1;
    font-size: 1.625rem;
}
.vision ul li img{
    margin-bottom: 30px;
}
.vision ul li:hover,.app-feature ul li:hover{
   background-color: #00000065;
}
@media(max-width:992px){ 
    .vision .ny-title span{   
        font-size: 1.6rem;
        display: block;
    }
    .vision .ny-title {       
        top: 4%;
        left: 5%;
        margin-left: -0%;
        width: 90%;
    }
    .vision ul li,.app-feature ul li{
        width: 50%;
        padding: 32% 3.8% 5%;
    }
    .app-feature ul li{
        padding: 12% 3.8% 12%;
    }
    .app-feature ul li strong{
        font-size: 1.325rem;
    }
    .vision ul li img {
        margin-bottom: 20px;
        width: 35%;
    }
}
/* 发展历程 */
.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: #255ca8;   
    position: relative;
}
.history .history-intro{
    font-size: 1rem;
    margin: 0rem 0rem 1rem;
    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: #255ca8;
}
@media(max-width:992px){
    .history .swiper-slide .history-tit {
        font-size: 2.0rem;
    }
    .history .history-intro{
        height: auto;
    }
    .history .ser-content {
        padding: 20px 0px;
        width: 20%;
    }
    .history .history-pagination {
        width: 75%;
    }
    .history .history-pagination .swiper-pagination-bullet {
        width: 12%;
        height: 3px;
    }
}
/* 荣誉证书 */
.honor-list{
    background: #fff;    
    border-radius: 15px;
    overflow: hidden;
    padding: 15px;
    border: 1px solid #f5f5f5;
}
.honor-img {
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 300px;
}
.honor-list .honor-img img{
    max-height: 100%;    
}
.ny-honor .honor-list{
    margin-bottom: 30px;
}
.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 0px;
    background-color: #255ca8;
}


/*企业文化*/
.culture-list{
    overflow: hidden;
    background: #f5f5f5;
    margin: 0 0 20px;
}
.culture-box .culture-img img{
    width: 100%;
}
.culture-box .culture-con{
    padding: 5%;
}
.culture-box h3{
    font-size: 24px;
    color: #333;
    margin-bottom: 15px;
    font-weight: bolder;
}
.culture-box p {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
}
.culture-box .culture-zhan{
    counter-reset: number 0;
}
.culture-box .culture-zhan li{
    position: relative;
    margin-bottom: 1px;
    line-height: 1.6;
    font-size: 16px;
    padding: 10px 15px 10px 30px;
}
.culture-box .culture-zhan li:before {
    counter-increment: number 1;
    content: "0"counter(number);
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 100%;
    padding-top: 10px;
    vertical-align: middle;
    display: block;  
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
}
/*内页案例*/
.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 .case-img img{
    width:100%;
}
.ny-case .case-list .case-content{    
    font-size: 14px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.ny-case .case-list .case-content h5{ 
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 15px 20px;
    border-bottom: 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-comm .comm-left .cstlayer{
    font-size: 32px;
    font-weight: bolder;
    line-height: 1.2;
    padding: 10px 0px 25px;
    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: 28px;
    color: #255ca8;
}
.comm-left .ny-nav{    
    padding: 12px 0px;
    background: #f5f5f5;    
}
.comm-left .ny-nav li{
    width: 100%;
    display: block;
}
.comm-left .ny-nav li a{
    display: block;
    padding: 12px 5px 12px 20px;
    line-height: 1.3;
    font-size: 1rem;
    font-weight: 400;   
    position: relative;
    text-align: left;
    background: url(../img/dot.png) no-repeat left 14px;
    border-bottom:1px solid #dedede;
}
.comm-left .ny-nav li.active a.on,.comm-left .ny-nav li a:hover{
    color: #255ca8;
}
.comm-left .ny-nav ul.subnav li a{
    display: block;
    padding: 10px 10px 10px 10px;
    line-height: 1.3;
    font-size: 14px;
    font-weight: lighter; 
}

.comm-left .ny-nav ul.nonesub li a:hover,
.comm-left .comm-left .ny-nav ul.subnav li a:hover,.comm-left .ny-nav ul.subnav li a.subactive{
    color: #fff;
    background: #255ca8;
}

/*案例*/
.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;
}
/*产品列表*/
.product-list{         
    position: relative;    
    transition: all 0.6s;
    margin: 0px 0px 20px;    
}
.product-list .product-img{
    overflow: hidden;
    background: url(../img/probg.jpg) no-repeat;
    background-size: 100%;
}
.product-list .product-img img{
    width: 100%;    
    transition: all 0.6s;
}
.product-list h5{    
    font-size: 1.0rem; 
    transition: all 0.6s;
    margin-top: 1.5rem;   
}
.product .product-list h5{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.product-list h5 span{    
    font-size: 12px;
    color: #6a6a6a;
    display: block;
}
.product-list:hover .product-img img{
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
}
@media (max-width: 992px){  
    .product-list { 
        margin: 0px 0px 10px;
    }
}
.main .m-pro-nav{
    display: none;
}
.main .m-pro-nav .dropdown .btn{
    width:100%;
    background: #255ca8;
    color: #fff;
    padding:10px 0;
}
.main .m-pro-nav .dropdown .dropdown-menu{
    width:100%;
    padding:10px 20px;
    height:313px;
    overflow: auto;
}
.main .m-pro-nav .dropdown .dropdown-menu li{
    padding:8px 10px;
    border-bottom:1px solid #ddd;
}
@media (max-width:991px){      
    .ny-comm .comm-left{
        display: none;
    }
    .ny-comm .comm-right{
        width:100%;
        padding: 0px 0px;
        background: transparent;
    }
    .main .m-pro-nav{
        display: block;
        margin:0px 0px 20px;
    } 
    .main .m-pro-nav.mt20{
        margin-top: 25px;
    } 
}
/*产品展示详情 */
.product-info{
    margin-bottom: 30px;
    background: #fff;
    position: relative;
}
/*.product-info:before{
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    background: #f9f9f9;
}*/
.product-info .adv-img img{
    width:100%;
    padding: 0px;
}
.product-info .adv-img{
    border: 2.0rem solid #f6f6f6;
    padding: 0rem 0rem;
    display: flex;
    align-items: center;
    background-color: #fff;
    position: relative;
    z-index: 2;
}
.product-con{
    padding: 20px 0px 40px 30px;
}
.product-con h5{
   font-size: 1.6rem;
   padding-bottom: 15px;
   border-bottom: 1px solid #dedede;
   margin: 15px 0px;
}
.product-con h5 span{
    font-size: 1.0rem;
    display: block;
    color: #255ca8;
    padding: 5px 0px;
}
.product-con .overview strong{
    font-size: 2.0rem;
    font-weight: 600;
    border-top: 2px solid #f6f6f6;
    display: block;
    padding-top: 10px;
    margin: 10px 0px 0px;
}
.product-con .overview ul li{
    position: relative;
    padding-left: 15px;
    margin: 2px 0px;
}
.product-con .overview ul li:before {
    content: "•";
    position: absolute;
    left: 0px;
    top: -2px;
    line-height: 1.0;
    font-size: 1.5rem;
}
.product-con .overview{
    margin-bottom: 20px;
}
.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{
    display: flex;
    justify-content: flex-start;
}

.pro-wechat .online{ width: 40%; }
.pro-wechat .tel a,.pro-wechat .online a{
    padding: 8px 25px;
    text-align: center;
    display: block;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    background: #18274a;
}
.pro-wechat .online a{
    background: #18274a;
    margin-top: 5px;
}
@media(max-width:992px){
    .product-info:before{
        width: 100%;
    }
    .product-con{
        padding: 10px 30px 20px 30px;
    }
    .product-con h5 {
        font-size: 1.95rem;
    }
}
/*详情*/
.product-info-content {
    background: #fff;
    padding: 0px 0px 40px;
}
.product-info-content table{
    margin: 10px 0px;
}
.product-info-content p strong {
    font-size: 1.25rem;
    display: block;
    color: #255ca8;
    line-height: 1.13;
    letter-spacing: .024rem;
    font-weight: 600;
    margin: 20px 0px 15px;
}
.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: 15px 0px;
    vertical-align: middle;
    text-align: center;
    border: 2px solid #efefef;
}
.table>tbody>tr>th{
    background-color: #262626;
    color: #fff;
}

@media(max-width:992px){
    .product-info-content .pro-title span {
        font-size: 16px;
        padding: 10px 20px;
    }
    .pro-wechat .online {
        width: 70%;
    }
    .pro-wechat .tel a, .pro-wechat .online a {
        padding: 7px 5px;
        font-size: 16px;
    }
    .pro-wechat .tel a i, .pro-wechat .online a i {
        font-size: 16px;
    }
    .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;
    }
}

/* 新闻 */
.ny-news .news-list{    
    margin-bottom: 40px;
    transition: all 0.6s;
}
.ny-news .news-list .ny-news-content{
    padding-top: 2%;
}
.ny-news .news-list .ny-news-img{
    position: relative;
}
.ny-news .news-list .ny-news-img img{
    width: 100%;
}
.ny-news .news-list .ny-news-title{    
    line-height: 1.1;
    font-weight: 600;
    font-size: 1.375rem;
    margin-bottom: 1rem; 
}
.ny-news .news-list .ny-news-time span{   
    position: absolute;
    top: 12%;
    left: -1px;
    display: inline-block;
    font-weight: 600;
    color: #fff;
    padding: 0.5rem 3rem 0.5rem 1rem;
    background: url(../img/n.png) no-repeat right center;
    font-size: 0.875rem;
}
.ny-news .news-list .ny-news-more {
    color: #255ca8;
    font-weight: 600;
    padding: 0px 0px;
}
.ny-news .news-list .ny-news-intro{
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 2rem;   
}
.ny-news ul{
    border-top: 1px solid #939393;
    padding-top: 20px;   
    position: relative;
}
.ny-news ul:before{
    display: block;
    width: 100%;
    height: 3px;
    content: "";
    background: #939393;
    position: absolute;
    top: -6px;
}
.ny-news ul li {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 1.2rem 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 1.125rem;
    border-bottom: 1px solid #e6e6e6;
    transition: all 0.6s;
}
.ny-news ul li .news-time {
    font-size: 0.85rem;
    font-weight: 600;
    margin: 0px 5px;   
    color: #255ca8;    
    padding: 8px 20px;
    transition: all 0.6s;
    border-radius: 20px;
}
.ny-news ul li .news-more {
    font-size: 0.85rem;
    float: right;
    color: #cdcdcd;
    font-weight: 600;
    margin: 0px 10px;
    border: 2px solid #e4e4e4;
    padding: 4px 15px;
    border-radius: 20px;
    transition: all 0.6s;
}
.ny-news ul li:hover .news-time {
    background: #255ca8;
    color: #fff;
    padding: 8px 25px; 
}
.ny-news ul li:hover .news-more {
    border: 2px solid #255ca8;
    color: #255ca8;
}
@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{
    padding: 50px 50px;
    width: 70%;
    background-color: #fff;
    margin: 0px auto;
    box-shadow: 0px 5px 20px 0px rgba(4, 0, 0, 0.05);
    border-radius: 20px;
    position: relative;
}
.ny-comm .news-info-title{   
    padding-bottom: 16px;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 20px;
}
.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;   
}
.ny-news-info .news-info-content{
    line-height: 28px;
    margin-bottom: 30px;
}
.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: 20px 20px;
        width: 100%;
    }
    .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: 40px 0px;
}
.contact ul li span{
    font-size: 38px;
    display: inline-block;
    width: 110px;
    color: #255ca8;
    height: 110px;
    background: #efefef;
    line-height: 110px;
    border-radius: 100%;
    margin-bottom: 20px;
}
.contact .cimg{
    margin-top: -10px;
    width: 70px;
    background: #fff;
} 
.map{
    border: 1px solid #efefef;
    padding: 5px;
    margin-top: 30px;
    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;
        padding-left: 52px;
    }
    .contact ul li span {
        font-size: 16px;
        position: absolute;
        left: 15px;
        display: inline-block;
        width: 30px;
        text-align: center;
        height: 30px;
        line-height: 30px;
        margin-right: 10px;
        border-radius: 100%;
        margin-bottom: 0px;
    }    
    .contact .cimg{
        margin-top: 0px;
        width: 140px;
        border: 1px solid #f8f8f8;
        padding: 5px;
    }    
}
/* 在线留言 */
.message .message-con{
    background: #fff;
    padding: 15px;
}
.message .msg-title{
    font-size: 20px;
    margin-bottom: 5px;
}
.form-control{
    height: 50px;
    border-radius: 5px;
    margin-bottom: 15px;
}
.form-control1{
    height:120px !important;   
}
.message .msg-btn,.foot-message .msg-btn{
    width: 100%;
    height: 50px;
    font-size: 1rem;
    color: #fff;
    text-transform: uppercase;
    border:none;
    border-radius: 5px;
    background: #255ca8;
}
/* 搜索页面 */
.ny-search .ny-search-box {
    margin-top: 50px;
}

@media(max-width:767px){
    .contact .contact-title p {
        font-size: 20px;  
    }
    .message{
        margin-top: 20px;
    }
    .form-control{
        height: 35px;
        padding: 5px 10px
    }
    .form-control1{
        height:100px !important;   
    }
    .message .msg-btn,.foot-message .msg-btn{
        height: 35px;
    }
}