@charset "utf-8";
.m-btn{
    display: none;
    position: absolute;
    cursor: pointer;
    right:15px;
    top:28px;
}
.m-btn span{
    display: block;
    width:22px;
    height:2px;
    background:#0070c0;
    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:22px;
    background:#0070c0;
    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: -7px;
}
.m-btn span:after {
	bottom: -7px;
}
.m-btn.active span {
	background: transparent;
	margin-left: 10px;
}
.m-btn.active span:before {
    transform: rotate(-48deg) translate(-6px, 4px);
    -webkit-transform: rotate(-48deg) translate(-6px, 4px);
    -o-transform: rotate(-48deg) translate(-6px, 4px);
	width: 24px;
}
.m-btn.active span:after {
    transform: rotate(48deg) translate(-6px, -4px);
    -webkit-transform: rotate(48deg) translate(-6px, -4px);
    -o-transform: rotate(48deg) translate(-6px, -4px);
	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;
    min-height: 200px;
    background: #2b2b2b;
}
.ny-ban img{
    width:100%;
}
.ny-ban .ny-title{
    width:100%;
    position: absolute;
    bottom:25%;
    color:#fff;
}
.ny-ban .ny-title h5.cntitle{
    font-size: 1.875rem;
    font-weight: 600;
    width: 50%;
    line-height: 1.8;
    margin: 0px auto;
    background-color: rgba(0,0,0,0.2);
    padding: 2.0rem;
    text-transform: uppercase;
}
.ny-ban .ny-title h5 span:before {
    content: '';
    display: block;
    width: 32px;
    height: 2px;
    background: #0E6EB8;
    margin: 14px 0;
}
.ny-ban .ny-title h5 span{
    display: block;
    font-size: 0.875rem;
    font-weight: 300;
}
@media(max-width:991px){
    .ny-ban{
        margin-top: 150px;
    }
    .ny-ban img{
        display: grid;
        place-items: center;
        min-height: 200px;
    }
    .ny-ban .ny-title h5.cntitle{
        font-size: 16px;
        width: 95%;
        padding: 1rem;
    }
    .ny-ban .ny-title{
        bottom: 10px;
    }
    .ny-ban .ny-title p {
        font-size: 16px;
    }
    .ny-ban .ny-title h5 span:before{
        margin: 5px 0;
    }
}
/* 当前位置 */
.position{
    position: relative;
    border-bottom: 1px solid #ebebeb;
    line-height: 80px;
}
.position ul,.ny-nav ul{
    display: flex;
}
.position ul li{
    padding: 0px 2px;
}
.position span{
    float: right;
    background: url(../img/return.png) no-repeat left center;
    padding-left: 2.5rem;
}
.ny-nav{
    background: #F6F6F6;
    margin: 0rem 0 2rem;
}
.ny-nav ul{
    align-items: center;
    justify-content: center;
}
.ny-nav ul li{
    margin-right: 1%;
}
.ny-nav ul li:last-child{
    margin-right: 0;
}
.ny-nav li a{
    padding: 14px 30px;
    font-size: 16px;
    text-align: center;
    display: block;
    transition: .6s;
    position: relative;
}
.ny-nav li a.active::after,
.ny-nav li a:hover::after{
    content: '';
    background: url(../images/pro-jtup.png) no-repeat center center;
    width: 12px;
    height: 10px;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.ny-nav li a.active,.ny-nav li a:hover{
    background: #0E6EB8;
    color: #fff;
    font-weight: 800;
}
@media (max-width:992px) {
    .ny-nav{
        display: none;
    }
}
/* 搜索 */
.main{
    background: #fff;
}
.ny-comm{
    padding-top: 0px;
    padding-bottom: 60px;
}
/*内页关于我们*/
.ny-about{
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
    overflow: hidden;
}
.ny-about .about-tit {
    margin-bottom: 3rem;
    text-align: center;
}
.ny-about .about-tit h3{
    font-size: 24px;
    line-height: 2em;
}
.ny-about .about-tit p{
    line-height: 0;
    font-size: 14px;
    color: rgb(14, 110, 184);
}
.ny-about .about-txt p{
    margin-bottom: 10px;
}
@media(max-width:992px){

}
/* 数字 */
.num {
    background: #fff;
    padding: 30px 0;
    overflow: hidden;
    position: relative;
    margin-top: 50px;
    margin-bottom: 50px;
}
.num_box {
    max-width: 1500px;
    margin: 0 auto;
}
.num_con {}
.num_con ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.num_con li {
    width: 25%;
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: center;
    border-right: 1px solid #eee;
    height: 30%;
    justify-content: center;
}
.num_con li:last-child {
    border-right: none;
}
.num_con li span {
    font-size: 48px;
    font-family: 'samsungsharpsans-b';
    color: #007cc2;
    font-weight: bold;
}
.num_con li em {
    position: absolute;
    right: 38%;
    font-size: 22px;
    color: #666;
    font-weight: lighter;
}
.num_con li:nth-child(3) em,
.num_con li:nth-child(4) em {
    right: 30%;
}
.num_con li:nth-child(2) em {
    right: 38%;
}
.num_con li p {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 18px;
    line-height: 30px;
    font-weight: lighter;
    padding-top: 0px;
}
@media (max-width:992px) {
    .num {
        display: none;
    }
}
/* 发展历程 */
.fz{
    padding-top: 4rem;
}
.fz h3{
    font-size: 1.5rem;
    line-height: 2em;
}
.develop{
    padding: 4rem 0;
    background: url(../images/line1.png) repeat-x center center ;
}
.develop .swiper-slide{
    display: flex;
    align-items: stretch;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 650px;
    position: relative;
    padding-left: 70px;
}
.develop .swiper-slide::before{
    content: '';
    width: 1px;
    height: 46%;
    position: absolute;
    left: 30px;top: 5%;
    background: #bbb;
}
.develop .swiper-slide::after{
    content: '';
    width: 15px;
    height: 15px;
    background: url(../images/q.png)no-repeat center center;
    position: absolute;
    left: 23px;top: 3%;
}
.develop .swiper-slide:nth-child(even){
    justify-content: flex-end;
}
.develop .swiper-slide:nth-child(even)::before{
    top: 51%;
    height: 20%;
}
.develop .swiper-slide:nth-child(even)::after{
    top: 70%;
}
.develop .swiper-slide .tit{
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 10px;
}
.develop .swiper-slide h2{
    font-size: 18px;
    margin-bottom: 5px;
}
.develop .swiper-slide h2 p{
    font-size: 16px;
}
.develop-next, .develop-prev{
    /* top: 35px; */
    width: 30px;
    height: 30px;
    background-size: 100%;
}
/* .develop-prev{
    background: url(../images/develop-prev.png) no-repeat center center;
}
.develop-next{
    background: url(../images/develop-next.png) no-repeat center center;
    background-size: 100%;
} */
.develop .swiper-container-horizontal>.swiper-scrollbar{
    width: 94%;
    left: 3%;
    top: 31px;
    bottom: auto;
    background: rgba(255, 255, 255, 0.2);
}
.swiper-scrollbar-drag{
    background: #fff;
}
/* 旧 */
.cd-container{
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.cd-container::after{
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: 4px;
    background: #d7e4ed;
}
.cd-timeline-block{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
    position: relative;
}
.cd-timeline-block:after{
    content: '';
    position: absolute;
    left: calc(50% - 30px);
    width: 60px;
    height: 70px;
    top: 15px;
    z-index: 1;
    background: url(../images/photo.png)no-repeat 0 0 ;
    background-size: 100%;
}
.cd-timeline-block:nth-child(odd){
    flex-direction: row-reverse;
}
.cd-timeline-block .cd-date{
    padding-top: 30px;
    text-align: right;
    color: #333;
    font-size: 1.3rem;
}
.cd-timeline-block:nth-child(odd) .cd-date{
    text-align: left;
}
.cd-timeline-block li{
    width: 45%;
}
.cd-timeline-content {
    position: relative;
    margin-left: 2.5%;
    background: #f5f5f5;
    border-radius: 0.25em;
    padding: 1em;
    box-shadow: 0 3px 0 #d7e4ed;
}
.cd-timeline-content span{
    display: none;
    font-size: 12px;
    color: #666;
}
.cd-timeline-block:nth-child(odd) .cd-timeline-content{
    margin-left: 0;
    margin-right: 2.5%;
}
.cd-timeline-content h2{
    color: #303e49;font-size: 1.25rem;
}
.cd-timeline-content p{
    font-size: 1rem;
    margin: 1em 0;
    line-height: 1.6;
}
@media(max-width:992px){
    .cd-timeline-content span{
        display: block;
    }
    .cd-timeline-block .cd-date{
        display: none;
    }
    .cd-timeline-block li{
        width: 95%;
    }
    .cd-container::after{
        left: 30px;
    }
    .cd-timeline-block:after{
        left: 0;
    }
    .cd-timeline-block:nth-child(odd){
        flex-direction: row;
    }
    .cd-timeline-block .cd-timeline-content{
        margin-left: 80px;
    }
    .cd-timeline-block:nth-child(odd) .cd-timeline-content{
        margin-left: 80px;
        margin-right: 0;
    }

}
/*愿景*/
.ny-vision{
    background-image: url(../img/vision.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    overflow: hidden;
    color: #fff;
}
.ny-vision .vision-title {
    font-size: 45px;
    line-height: 1.2;
    text-align: center;
    margin: 0px 0px 40px;
}
.ny-vision .vision-title span{
    display: block;
    font-size: 24px;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: .3em;
}
.ny-vision ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.ny-vision ul li{
    padding: 18% 2%;
    width: 33.33%;
    font-size: 22px;
    text-align: center;
    border-right: 1px solid #ffffff52;
    transition: all 0.3s ease-in-out;
}
.ny-vision ul li h5{
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 60px;
    transition: all 0.3s ease-in-out;
}
.ny-vision ul li:hover{
   background-color: rgba(0,0,0,0.7);
}
@media(max-width:992px){
    .ny-vision .vision-title {
        margin-top: 40px;
        font-size: 16px;
    }
}
/*组织结构*/
.ny-honor{
    overflow: hidden;
}
.ny-honor .who-tit{
    padding-bottom: 20px;
}
/*企业实力*/
.ny-honor .par-tab{
    display: flex;
    justify-content: center;
    overflow: hidden;
    margin: 25px 0px;
}
.ny-honor .par-tab li a{
    padding: 12px 60px;
    margin-right: 10px;
    background: #dcdcdc;
    border-radius: 35px;
    font-size: 1.125rem;
    display: block;
    transition: all 0.6s;
}
.ny-honor .par-tab li.active a,.ny-honor .par-tab li a:hover{
    color: #fff;
    background: #474476;
}
@media (max-width:992px){
    .ny-honor .par-tab li a{
        padding: 5px 15px;
    }
}

/* 荣誉证书 */
.ny-honor .honor-list{
    background: #fff;
    text-align: center;
    margin-bottom: 25px;
    border: 1px solid #f5f5f5;
}
.ny-honor .honor-list .honor-img {
    padding: 10px;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ny-honor .honor-list .honor-img img{
    max-width: 100%;
    max-height: 100%;
    width: auto;
}
.ny-honor .honor-list .honor-con{
    padding: 10px 10px;
    transition: all 0.6s;
    border-top: 1px solid #f5f5f5;
}
.ny-honor .honor-list h5{
    font-size: 0.9rem;
    line-height: 1.2;
    height: 40px;
    transition: all 0.6s;
}
/*内页案例*/
.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{
    padding: 20px 5px;
    background-color: #f6f6f6;
}
.ny-case .case-list .case-content h5{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 1rem;
    text-align: center;
}

@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;
    }
}
/* 谁选择了我们 */
.who-tit h2{
    font-size: 25px;
    color: #333333;
    line-height: 25px;
    margin-bottom: 10px;
}
.who-tit p{
    color: #777777;
    font-size: 16px;
}
.who-txt{
    margin-top: 3rem;
}
.who-txt img{
    border: 1px solid #e3e3e3;
    margin-bottom: 20px;
}
.who-txt img:hover{
    box-shadow: 0 0 10px #e3e3e3;
}
@media (max-width:992px) {
    .who-tit h2{
        font-size: 18px;
        line-height: 1.2;
    }
    .who-tit p{
        font-size: 14px;
    }
}
/*案例详情*/
.ny-case-tit h3{
    margin-bottom: 10px;
}
.ny-case-tit{
    margin-bottom: 40px;
}
.case-info{
    margin-bottom: 30px;
    background: #f5f5f5;
    background-size: contain;
}
.case-info img{
    width:100%;
    padding: 0px;
}
.case-info .case-con h5{
   font-size: 25px;
   margin-top: 55px;
}
@media(max-width:512px){
    .case-info .case-con{
        padding: 15px;
    }
    .case-info .case-con h5{
        font-size: 20px;
        margin-top: 15px;
    }
}
.case-info .case-con h5 span{
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    padding-bottom: 10px;
}
.case-info .case-con .overview{
   padding: 20px 20px 20px 0px;
}
.case-info .case-con ul{
    display: flex;
    justify-content: flex-start;
    font-size: 16px;
    padding: 20px 0px;
}
.case-info .case-con ul li{
    margin-right: 30px;
}
.case-info .case-con ul li span{
    display: block;
    font-size: 28px;
}
.ny-case-info img{
    margin: 10px 0px;
}
/*使用方法*/
.ny-use{ background: #f3f3f3;}
.use-list {
    margin: 40px 0px 0px;
    background: #fff;
}
.ny-use .use-list .use-img img{
    width:100%;
    border-bottom: 1px solid #f3f3f3;
}
.ny-use .use-list .use-con{
    padding: 15px;
    font-size: 14px;
    min-height: 290px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.ny-use .use-list .use-title{
    font-size: 24px;
    font-weight: 900;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 5px;
}
.ny-use .use-list .use-title span{
    color: #e9e8e8;
    display: block;
    text-transform: uppercase;
}

@media (max-width:991px){
    .ny-use .use-list {
        margin: 15px 0px 0px;
    }
    .ny-use .use-list .use-title {
        font-size: 16px;
    }
}


/*工艺流程*/
.ny-process .process-con img{
    width: auto;
    max-width: 100%;
}
.ny-process .process-con ul li{
    width: 100%;
    border: 1px solid #f3f3f3;
    padding: 15px;
    min-height: 165px;
    margin-bottom: 20px;
}
.ny-process .process-con ul li h5{
    font-size: 20px;
    font-weight: 900;
}
.ny-process .process-con ul li h5:after{
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background: #be8b44;
    margin: 5px 0px;
}
/*定制化服务*/
.ny-service {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.ny-service li{
    width: 50%;
    position: relative;
}
.ny-service li .ser-img img{
    width: 100%;
    max-width: none;
}
.ny-service:nth-child(2n+1){
    flex-direction: row-reverse;
    text-align: left;
}
.ny-service .ser-con{
    display: inline-block;
    padding: 15px 3rem;
}
.ny-service .ser-con h4{
    font-size: 2.5rem;
    color: #0070c0;
    margin-bottom: 1rem;
}

/*.ny-comm .comm-left{
    width: 22%;
    float: left;
}*/
.ny-comm .comm-right{
    width: 78%;
    padding: 0px 0px 0px 40px;
    float: right;
}
.ny-comm .ny-title{
   font-size: 38px;
   font-weight: 600;
   line-height: 1.2;
   margin-bottom: 20px;
   text-transform: uppercase;
}
.ny-comm .ny-title span{
    display: block;
    font-size: 26px;
    margin-bottom: 15px;
}
/*.ny-comm .ny-title span:before{
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background: #0070c0;
    margin-bottom: 10px;
}*/
.ny-comm .ny-title p{
    display: block;
    font-size: 18px;
    width: 72%;
    margin: 0px auto;
}
@media(max-width:992px){
    .ny-service li{
        width: 100%;
    }
    .ny-service .ser-con{
        padding: 20px 0;
    }
    .ny-service .ser-con h4 {
        font-size: 1.5rem;
    }
}
@media(max-width:767px){
    .ny-comm{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .ny-comm .ny-title {
        font-size: 20px;
    }
    .ny-comm .ny-title span{
        font-size: 22px;
    }
}
.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: 26px;
    font-weight: bolder;
    color: #fff;
    line-height: 1.2;
    padding: 25px;
    background: #e63837;
    overflow: hidden;
}
.comm-left .ny-nav{
    padding: 30px 20px;
    background: #f3f3f3;
}
.comm-left .ny-nav ul.subnav{
    padding:0px 0px;
    display: none;
}
.comm-left .ny-nav li.active ul.subnav{
    display: flex;
}
.comm-left .ny-nav li{
    width: 100%;
    display: block;
}
.comm-left .ny-nav li a{
    display: block;
    padding: 15px 5px 15px 0px;
    text-align: center;
    line-height: 1.3;
    font-size: 16px;
    font-weight: 400;

    position: relative;
    background: #f3f3f3;
}
.comm-left .ny-nav li.onenav{
    width: 100%;
    display: block;
}
.comm-left .ny-nav li.onenav a{
    display: block;
    padding: 15px 10px 15px 10px;
    text-align: left;
    border-bottom:1px solid #dedede;
}
.comm-left .ny-nav li.active a.on,.comm-left .ny-nav li a:hover{
    color: #0070c0;
}
.comm-left .ny-nav ul.subnav li a{
    display: block;
    padding: 10px 10px 10px 10px;
    line-height: 1.3;
    font-size: 16px;
}

.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: #0070c0;
}


/*产品列表*/
.product-list{
    background: #F5F5F5;
    padding: 20px;
    margin: 10px 0;
    overflow: hidden;
    scroll-behavior: smooth;
}
.product-list .product-img{
    overflow: hidden;
}
.product-list .product-img img{
    width: 100%;
    transition: all 0.6s;
}
.product-list .pro-con{
    padding: 25px;
    transition: all 0.6s;
}
.product-list .pro-con h5{
    font-size: 22px;
    font-weight: bold;
    color: #323232;
    margin: 0px 0 10px 0;
}
.product-list .pro-con h5:after {
    content: '';
    display: block;
    width: 39px;
    height: 3px;
    background: #0E6EB8;
    margin-top: 20px;
}
.product-list .pro-con em {
    display: block;
    width: 140px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50px;
    background: #0E6EB8;
    color: #fff;
    font-size: 15px;
    margin-top: 15px;
}

.product-list:hover .product-img img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}
@media (max-width: 992px){
    .product-list {
        padding: 15px 0;
        margin: 10px 0px;
    }
}

.pro-tit{
    padding: 30px 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
}
.pro-tit h3{
    font-size: 26px;
    font-weight: 600;
}
.pro-tab{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.pro-tab li{
    width: 10%;
    padding: 10px 0;
    margin-bottom: 20px;
}
.pro-tab li a{
    color: #fff;
}
.pro-tab li:nth-child(1) {
  background: #538DD6;
}
.pro-tab li:nth-child(2) {
  background: #FCD5B4;
}
.pro-tab li:nth-child(3) {
  background: #FFC000;
}
.pro-tab li:nth-child(4) {
  background: #FE0000;
}
.pro-tab li:nth-child(5) {
  background: #FF6600;
}
.pro-tab li:nth-child(6) {
  background: #00CC65;
}
.pro-tab li:nth-child(7) {
  background: #AAAAAA;
}
.pro-tab li:nth-child(8) {
  background: #00CCFF;
}
.pro-tab li:nth-child(9) {
  background: #4F6328;
}
.tab-con{
    background: #f5f5f5;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.tab-con:last-child{
    margin-bottom: 60px;
}
.tab-con .row{
    padding: 0 15px;
}
.tab-con .tab-con-tit{
    margin-bottom: 20px;
    font-size: 22px;
    color: #fff;
    padding: 20px;
    background: #538DD6;
}
.tab-con .pro-li{
    background: #fff;
    margin: 15px 0px;
}
.tab-con .pro-li .pic{
    overflow: hidden;
    height: 200px;
    text-align: center;
}
.tab-con .pro-li .pic img {
  height: 100%
}
.tab-con .pro-li .info h2 {
  font-size: 16px;
  color: #333333;
  background: #F6F6F6;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #F6F6F6;
  font-weight: normal;
}
.tab-con .pro-li .info li {
  border-bottom: 1px solid #DDDDDD;
  height: 35px;
  line-height: 35px;
  display: flex;
}
.tab-con .pro-li .info li p {
  width: 50%;
  text-align: center;
  color: #888;
}
.tab-con .pro-li .info li p:nth-child(1) {
  border-right: 1px solid #DDDDDD;
  color: #333;
}
.tab-con .pro-li .more {
  height: 40px;
  line-height: 40px;
  background: #AAAAAA;
  font-size: 16px;
  color: #fff;
  text-align: center;
}
.tab-con .pro-li:hover .more {
  background: #0E6EB8;
  color: #fff;
}
.lx{
    background: url(../images/lx.jpg)no-repeat 0 0;
    background-size: cover;
    padding: 6rem 0;
}
.lx h3,.lx p{
    text-align: center;
    font-size: 16px;
    color: #fff;
}
.lx h3{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}
.lx p a{
    display: inline-block;
    padding: 5px 25px;
    border-radius: 5px;
    border: 1px solid #fff;
    color: #fff;
    margin-top: 5px;
    margin-right: 15px;
}

.lx p a:last-child{
    margin-right: 0;
}
@media (max-width: 992px){
    .pro-tit h3{
        font-size: 18px;
    }
    .pro-tab li{
        width: 32%;
        padding: 5px 0;
        margin-bottom: 10px;
    }
    .tab-con .row{
        padding: 0 10px;
    }
    .lx{
        padding: 3rem 0;
    }
    .lx h3,.lx p{
        font-size: 14px;
    }
    .lx h3{
        font-size: 18px;
    }
}
/* 产品详情 */
.mySwiper{
    margin-top: 10px;
}
.mySwiper .swiper-slide{
    border: 1px solid transparent;
}
.product-info .swiper-slide-thumb-active{
    border: 1px solid #ddd;
}
.mySwiper .swiper-slide .img-box1{
    width: 100%;
    height: 110px;
}
.mySwiper2 .swiper-slide .img-box{
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mySwiper .swiper-slide .img-box{
    height: 130px;
}
.mySwiper2 .swiper-slide .img-box img{
    width: auto;
    height: 100%;
    max-width: 100%;
    object-fit: contain;
}
.ny-pro-xq-title {
    font-size: 24px;
    color: #333;
    line-height: 24px;
    border-bottom: 1px solid #DDDDDD;
    padding: 20px 0;
    margin: 20px 0 30px 0;
    font-weight: 600;
}
.pro-descript-top {
    background: #F7F7F7;
    border-radius: 10px;
    padding: 10px 0
}

.pro-descript-top dl {
    padding: 20px 0 20px 140px
}

.pro-descript-top dl dt {
    font-size: 18px;
    color: #222222;
    font-weight: normal;
}

.pro-descript-top dl dd {
    color: #777777;
}

.pro-descript-top dl:nth-child(1) {
    background: url(../images/pro-icon1.png) no-repeat center left 40px;
}

.pro-descript-top dl:nth-child(2) {
    background: url(../images/pro-icon2.png) no-repeat center left 40px;
}

.pro-descript-top dl:nth-child(3) {
    background: url(../images/pro-icon3.png) no-repeat center left 40px;
}

.pro-descript-bottom {
    background: #F7F7F7;
    border-radius: 10px;
    padding: 10px 0;
    margin-top: 10px;
}

.pro-descript-bottom ul {
    font-size: 15px;
    line-height: 30px;
}

.pro-descript-bottom ul li {
    padding-left: 100px;
    line-height: 40px;
}

.pro-descript-bottom ul li:nth-child(1) {
    background: url(../images/pro-icon4.png) no-repeat center left 50px;
}

.pro-descript-bottom ul li:nth-child(2) {
    background: url(../images/pro-icon5.png) no-repeat center left 50px;
}

.pro-descript-bottom ul li:nth-child(3) {
    background: url(../images/pro-icon6.png) no-repeat center left 50px;
}
.de-title-div {
    margin: 30px 0;
}

.de-title-div img {
    width: 100%;
}

.de-title-div ul {
    width: 100%;
    overflow-x: auto;
}
.de-title-list {
    margin-top: 20px;
    border-bottom: 3px solid #0E6EB8;
}

.de-title-list ul {
    overflow: hidden;
}

.de-title-list ul li {
  cursor: pointer;
  margin-right: 7px;
  float: left;
  width: 130px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #F1F1F1;
  border: 1px solid #DDDDDD;
  border-radius: 5px 5px 0 0;
  font-size: 16px;
  border-bottom: 0;
}

.de-title-list ul li:hover {
  background: #0E6EB8;
  color: #fff;
}

.de-title-list ul li.on {
  background: #0E6EB8;
  color: #fff;
}

.de-title-infor {
    display: none;
}
.de-title-infor.active {
    display: block;
}
.de-title-infor h2{
    padding: 20px 0 20px 20px;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    position: relative;
    margin: 30px 0 20px;
}
.de-title-infor h2::before{
    content: '';
    position: absolute;
    width: 4px;
    height: 60%;
    left: 0;
    top: 20%;
    background: #0E6EB8;
}
.de-title-infor h3{
    padding: 20px 0;
    font-size: 18px;
    font-weight: bold;
}
.de-title-infor ul:nth-of-type(1){
    display: flex;
    padding-top: 20px;
    justify-content: space-between;
}
.de-title-infor ul:nth-of-type(1) li{
    flex: 1;
}
.de-title-infor ul:nth-of-type(1) li img {
    width: 60px;
}
.de-title-infor ul:nth-of-type(1) li p{
    text-align: center;
}
.tab-content {
    display: none;
}
.tab-content.active {
    display: block;
}
.de-title-infor .pro-tab {
    overflow-x: auto;
}
.de-title-infor .pro-table {
    width: 101%;
    overflow-x: auto;
}
.de-title-infor .pro-table .tab {
    max-width: 100%;
}
.de-title-infor table {
    width: 100%;
    border: 1px solid #333;
    border-collapse: collapse;
    border-spacing: 0;
    text-align: center;
}
.de-title-infor table th{
    white-space: nowrap;
    padding: 0 10px;
    text-align: center;
    border: 1px solid rgb(221, 221, 221);
}
.de-title-infor table td{
    white-space: nowrap;
    font-size: 1rem;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(221, 221, 221);
}
.g-btn:hover{
    color: #fff;
}
#product-info-1,#product-info-2{
    padding: 30px 0;
}
@media (max-width:1440px) {
    .mySwiper2 .swiper-slide .img-box{
        height: 350px;
    }
}
@media (max-width:1280px) {
.mySwiper2 .swiper-slide .img-box{
    height: 300px;
}
}
@media (max-width:992px) {
    .mySwiper .swiper-slide .img-box1{
        height: 130px;
    }
    .mySwiper2 .swiper-slide .img-box{
        height: 210px;
    }
    .de-title-infor h2{
        padding: 10px 0 10px 10px;
        font-size: 16px;
        margin: 10px 0;
    }
    .de-title-infor ul:nth-of-type(1){
        align-items: center;
        flex-direction: column;
    }
    .de-title-infor ul:nth-of-type(1) li{
        width: 100%;
        display: flex;
        align-items: center;
        border-bottom: 1px solid #f6f6f6;
    }
    .de-title-infor ul:nth-of-type(1) li img{
        margin-right: 20px;
    }
    .de-title-infor ul:nth-of-type(1) li p{
        text-align: left;
    }
    .de-title-infor h3 {
        font-size: 14px;
    }
    .de-title-list ul li{
        width: 90px;
        height: 35px;
        line-height: 35px;
    }
}
@media (max-width:768px) {
.de-title-infor .pro-table .tab {
    width: 200%;
}
}
/* 行业应用 */
.ny-product-on .tab-con{
    background: #fff;
}
.ny-product-on .tab-con .row{
    padding: 0 ;
}
.ny-product-on .tab-con .pro-li{
    margin: 0 0 20px;
    border: 1px solid #eee;
}

.main .m-pro-nav{
    display: none;
}
.main .m-pro-nav .dropdown .btn{
    width:100%;
    background: #0070c0;
    color: #fff;
    padding:10px 0;
}
.main .m-pro-nav .dropdown .dropdown-menu{
    width:100%;
    padding:10px 20px;
    height:220px;
    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;
    }
}
/*产品展示详情 */

/* .product-info{
    margin-bottom: 30px;
    background: #fff;
    position: relative;
}
.product-info img{
    padding: 0px;
}
.product-info .adv-img{
    border: 2.5rem solid #f6f6f6;
    padding: 1.5rem 1.5rem;
    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: #0070c0;
    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: 60%; }
.pro-wechat .tel a,.pro-wechat .online a{
    padding: 12px 35px;
    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.25rem;
    }
}
/*详情*/
.product-info-content {
    background: #fff;
    padding: 0px 0px 40px;
}
.product-info-content table{
    margin: 10px 0px;
}
.product-info-content .pro-title {
    font-size: 1.6rem;
    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: #efefef;
}
.table>tbody>tr>th:first-child,.table>tbody>tr>td:first-child{
    text-align: left;
    padding-left: 1.5rem;
}

@media(max-width:992px){
    .product-info-content .pro-title {
        font-size: 1.25rem;
    }
    .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;
    }
}

/*相关下载*/
.downlist ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.downlist ul li{
    width: 48%;
    font-size: 0.875rem;
    line-height: 4;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-left: 30px;
    position: relative;
    border-bottom: 1px dashed #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;
}
/*目录有图下载*/
.downimg ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
	margin-left: -1.1%;
	margin-right: -1.1%;
}
.downimg ul li{
    width: 31%;
    margin: 20px 1.1%;
}
.downimg ul li .down-pic{
    border: 1px solid #0E6EB8;
}
.downimg ul li .down-pic img {
    width: 100%;
}
.downimg ul li .down-title {
    background: #0E6EB8;
    color: #fff;
    padding: 0.5rem;
    text-align: center;
    margin-top: 5px;
}
/*上一页下一页*/
.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_product{
    background: #fff;
    padding: 30px 0 50px;
}
.related-title{
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 20px;
}
@media(max-width:992px){
    .related-title{
        font-size: 16px;
    }
}
/* 新闻 */
.ny-news-tit{
    border-bottom: 1px solid #ccc;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ny-news-tit h3{
    padding: 15px 0;
}
.ny-news-tit::after{
    content: '';
    position: absolute;
    width: 8%;
    bottom: -1px;
    left: 0;
    background: #e5322d;
    height: 2px;
}
.ny-news-con{
    padding-bottom: 40px;
}
.ny-news .news-list{
    overflow: hidden;
    background: #F6F6F6;
    padding: 1.0rem;
    margin: 1.25rem 0;
    transition: all 0.6s;
}
.ny-news .news-list img{
    width: 100%;
}
.ny-news .news-list .info {
    padding-top: 50px;
}
.ny-news .news-list .info h2{
    font-size: 22px;
    color: #333;
    line-height: 18px;
    margin-bottom: 10px;
    font-weight: normal;
}
.ny-news .news-list .info em{
    font-size: 14px;
    color: #888888;
}
.ny-news .news-list .info p{
    color: #888888;
    line-height: 24px;
    margin-top: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ny-news .news-list .info b{
    margin-top: 20px;
    width: 135px;
    height: 40px;
    display: block;
    border: 1px solid #CCCCCC;
    text-align: center;
    line-height: 40px;
    color: #666;
}
.ny-news .news-list .ny-news-title span{
    font-size: 0.875rem;
    color: #888;
    float: right;
}

.ny-news .news-list:hover{
    background: #f9f9f9;
}

@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-tit h3{
        font-size: 20px;
    }
    .ny-news-con{
        padding-bottom: 20px;
    }
    .ny-news .news-list .info h2{
        font-size: 18px;
    }
}
/* 新闻详情页 */
.ny-news-info{
    padding: 1.5rem;
    width: 75%;
    background-color: #fff;
    margin: 0px auto;
    position: relative;
}
.ny-comm .news-info-title{
    padding-bottom: 16px;
    border-bottom: 1px solid #ccc;
}
.ny-comm .news-info-title p{
    font-size: 1.5rem;
    font-weight: bold;
}
.ny-comm .news-info-title .date {
    color: #666;
    font-size: 0.875rem;
    margin: 0 0.5rem;
}
.ny-news-info .news-info-content{
    line-height: 28px;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dcdcdc;
}
.news-info-content img{
    max-width: 100%;
    width: auto;
    margin: 15px 0px;
}
.ny-news-info .news-info-content p{
	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;
    }
    .ny-news-info .news-info-title .date {
        font-size: 13px;
    }
}
/*常见问题*/
.ny-faq ul li a{
    overflow: hidden;
    background: #F6F6F6;
    padding: 1.0rem;
    margin: 1.25rem 0;
    display: flex;
    justify-content: flex-start;
}
.ny-faq ul li .faq-time{
    width: 88px;
    background: #0E6EB8;
    color: #F7D0D0;
    text-align: center;
    margin-right: 20px;
}
.ny-faq ul li .faq-time span{
    color: #fff;
    font-size: 1.875rem;
    display: block;
}
.ny-faq .faq-title,.ny-news .news-list .ny-news-title{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 600;
    line-height: 1.15;
    font-size: 1.125rem;
    padding-bottom: 0.9rem;
    font-weight: normal;
    border-bottom: 1px dashed #DDDDDD;
}
.ny-faq .faq-con{
    width: calc(100% - 100px);
}
.ny-faq .faq-desc,.ny-news .news-list .ny-news-intro{
    color: #888888;
    margin-top: 7px;
    font-size: 0.875rem;
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news-list1{
    background: #fff;
    padding: 10px 0;
    border-bottom: 1px dashed #ddd ;
}
.news-list1 p{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #999;
}
.news-list1 span{
    color: #666;
    text-align: right;
    font-size: 0.875rem;
}
.news-list1:hover p{
    color: #0E6EB8;
}

@media(max-width:767px){
    .ny-faq .faq-title{
        font-size: 14px;
    }
    .ny-faq .faq-desc {
        font-size: 12px;
        padding-left: 0px;
    }
}
/*联系方式*/
.contact h2{
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 1.0rem;
}
.contact h2 em {
    color: #888888;
    font-size: 0.875rem;
    font-weight: normal;
    margin-left: 10px;
}
.contact ul li{
    margin: 0px 0px;
}
.ny-contact-right {
    display: flex;
    justify-content: space-between;
}
.ny-contact-right ul{
    width: 45%;
}

.ny-contact-right ul li p{
    display: flex;
    justify-content: space-between;
}

.contact .cimg{
    margin-bottom: 1.0rem;
    width: 100%;
}
.map{
    border: 1px solid #efefef;
    padding: 5px;
    margin-top: 3rem;
    background: #fff;
}
.map img{
    width: auto;
    max-width: none;
}
.BMap_stdMpCtrl, .BMapLabel, .BMap_omCtrl{
    display: none !important;
}
@media(max-width:992px){
    .contact h2{

    }
}
/* 在线留言 */
.pro-message {
    background: #F5F5F5;
    padding-bottom: 100px;
}
.pro-message h2 {
    font-size: 30px;
    color: #333;
    padding: 40px 0;
    text-align: center;
}
.message {
    margin-top: 45px;
}
.message .msg-tit{
    font-size: 1.25rem;
    background: #F6F6F6;
    padding: 1.25rem 0.5rem;
    margin-bottom: 1rem;
}
.form-control{
    height: 50px;
    border-radius: 2px;
    margin-bottom: 15px;
}
.form-control1{
    height:120px !important;
}
.Get-msg .msg-btn,.message .msg-btn{
    width: 100%;
    height: 50px;
    color: #fff;
    text-transform: uppercase;
    border:none;
    border-radius: 2px;
    background-color: #0E6EB8;
}
.message .pro-me-red {
    color: #0E6EB8;
    padding: 0 0 1.25rem;
}
@media(max-width:992px){
    .pro-message h2{
        font-size: 22px;
        padding: 25px 0;
    }
}

.ny-search .search-list{
    background: #F5F5F5;
    padding: 20px;
    margin: 10px 0;
    overflow: hidden;
    scroll-behavior: smooth;
}
.ny-search .search-list .search-con h5 {
    font-size: 1.125rem;
    margin: 10px 0 0px 0;
}

.searchdown{
    border: 1px solid #0e6eb8;
    margin-bottom: 20px;
    height: 50px;
}
.searchdown input{
    width: 90%;
    border: none;
    line-height: 48px;
    float: left;
    padding-left: 15px;
}
.searchdown button{
    float: left;
    border-radius: 0;
    width: 10%;
    height: 48px;
    background:#0e6eb8 url(../images/search1.png) no-repeat center center;
}
/* 企业定位 */
.dw {
    padding: 6rem 0;
	background: url(../images/dw.jpg) no-repeat 0 0;
	background-size: cover;
	background-attachment: fixed;
}
.dw ul {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: space-between;
}
.dw ul li{
    color: #fff;
	width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 1.125rem;
}
.dw ul li img{
    width: 100px;
    margin-bottom: 10px;
}
.dw ul li h3{
    font-weight: bold;
    font-size: 1.5rem;
    margin: 15px 0 10px;
}
.dw ul li p{
    text-align: center;
    width: 60%;
}
@media (max-width:992px) {
    .dw ul li{
        width: 100%;
        margin-bottom: 30px;
    }
    .dw ul li img{
        width: 80px;
    }
}