@charset "utf-8";
/*发展历程*/

.ny-comm{
    padding: 3rem 0px;
    min-height: 500px;
    position: relative;
    overflow: hidden;
}
.ny-comm .comm-left{
    width: 19%;
    padding: 0px 0px;
    float: left;
    background: #006abb;
    border-radius: 15px;
}
.ny-comm .comm-right{ 
    width: 81%;
    padding: 0px 0px 0px 30px;   
    float: right;
}
.ny-comm .ny-title{
   font-size: 20px;
   background: #e7e7e7;
   line-height: 1.2;
   padding: 20px 25px;
   font-weight: 600;
   text-transform: uppercase;
}

/*产品类别*/
.ny-comm .comm-left .cstlayer{
    font-size: 1.5rem;
    font-weight: 600;
    color: #fff;
    line-height: 1.2;
    padding: 25px 20px;
    margin-bottom: 1px;
    background: #006abb;
    border-radius: 15px;
}
.ny-comm .comm-left .ny-nav{
    background: #31708f;
    overflow: hidden;
    border-radius: 15px;
}
/*侧边联系我们*/
.ny-comm .comm-left .contact-txt{
    color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 1.2;
    padding-bottom: 20px;
    padding-top: 10px;
}
.ny-comm .comm-left .contact-txt li:first-child{
    font-size: 18px;
    color: #fff;
}


.ny-comm .comm-left .contact-txt li.tel{
    font-weight: 600;
    margin: 5px 0px;
    font-size: 24px;
        color: #fff;
}


/* 联系我们 */
.contact .contact-title{
    font-size: 1.6rem;
    font-weight: bold;
}
.contact ul li{ 
    line-height: 2;
}
.contact ul li span{
    font-size: 18px;
    margin-right: 10px;
}
.contact .img{
    margin-top: 15px;
    border: 1px solid #efefef;
    padding: 5px;
    width: 150px;
    background: #fff;
} 
.BMap_stdMpCtrl, .BMapLabel, .BMap_omCtrl{
    display: none !important;
}
.map{
    border: 1px solid #e2e2e2;
    padding: 10px;
    background: #fff;
    margin-top: 20px;
}
.map img{
    width:auto;
    max-width: none;
}


html{
    font-size: 14px;
}
.container-fluid{
    width:100%;
    max-width: 1330px;
}

p,h1,h2,h3,h4,h5,h6,ul,ol,dl,dd{
    list-style:none;
    margin: 0px 0px 0px 0px;
}

a:hover{
    text-decoration:none;
    color:#fff;
}

img{
    width: auto;
    max-width: 100%;
}

.lunbo .swiper-button-next{
    right: 30px;
}
.lunbo .swiper-button-prev{
    left: 30px;
}
