﻿
/*NewsDetail*/
body{
    background-color:#f2f2f2
}
.nei-banner {
    width: 100%;
    position: relative;
}

    .nei-banner .img img {
        width: 100%;
    }

    .nei-banner .text {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: rgba(0,0,0,.3);
    }

        .nei-banner .text h3 {
            font-size: 50px;
            color: #fff;
        }

.bx-mb-nav {
    line-height: 1;
    margin-top: 60px;
    border-bottom: 0;
}

    .bx-mb-nav p {
        font-size: 18px;
        color: #707070;
        line-height: 1;
    }

    .bx-mb-nav i {
        font-size: 20px;
    }

    .bx-mb-nav a:hover {
        color: #008dce;
    }

.NewsDetail001 {
    margin-top: 20px;
    margin-bottom: 90px;
}

.NewsDetail001-title {
    text-align: center;
    border-bottom: solid 3px #00AFEF;
    padding-bottom:10px
}

    .NewsDetail001-title h3 {
        font-size: 24px;
        color: #333;
    }
    .NewsDetail001-title p{
        font-size:14px;
        color:#666;
        padding-top:10px;
    }

.tit_bar {
    margin-top: 15px;
}

.social-share {
    display: inline-block;
}

.tit_bar .text {
    font-size: 16px;
    color: #333;
    margin-top: 20px;
    display: inline-block;
    margin: 0 3%;
}

.NewsDetail001-item {
    padding: 30px 0;
    font-size: 16px;
    color: #333;
    line-height: 2;
}

.TurnPages {
    display: flex;
    justify-content: space-between;
}

    .TurnPages p {
        width: 40%;
    }

        .TurnPages p:nth-last-child(1) {
            text-align: right;
        }

    .TurnPages a {
        font-size: 16px;
        color: #000;
    }

        .TurnPages a:hover {
            color: #008dce;
        }

@media screen and (max-width: 1000px) {
    .nei-banner .img {
        height: 200px;
    }

        .nei-banner .img img {
            object-fit: cover;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .nei-banner .text h3 {
        font-size: 25px;
    }

    .bx-mb-nav {
        margin-top: 20px;
    }

        .bx-mb-nav p {
            font-size: 16px;
        }

    .NewsDetail001-title h3 {
        font-size: 20px;
    }

    .tit_bar .text {
        margin: 5px 3%;
    }

    .NewsDetail001 {
        margin-bottom: 30px;
    }

    .TurnPages {
        display: block;
    }

        .TurnPages p {
            width: 100%;
            text-align: left !important;
            margin: 5px 0;
        }

            .TurnPages p a {
                font-size: 14px;
            }
}

img {
    transition: all 0.5s;
    max-width: 100%;
    vertical-align: middle;
}
.h-100{
    height:100px
}
.lz-hade {
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    z-index: 8;
    height: 100px;
    border-bottom: solid 1px #ffffff30;
    transition: all 0.5s;
    background: #fff;
    z-index:8
}
.lz-hade .container{
    display: flex;
    align-items: center;
    z-index: 8;
    height: 100%
}

.lz-hade2 {
    box-shadow: 0 2px 8px 2px rgba(198, 201, 208, 0.5)
}

.lz-hade .lz-logo img {
    height: 45px;
}

.lz-hade .lz-logo img.logo-a {
    display: block;
}

.lz-hade .lz-logo img.logo-b {
    display: none;
}

/*.lz-hade2 .lz-logo img.logo-a {
    display: none;
}

.lz-hade2 .lz-logo img.logo-b {
    display: block;
}*/
.ListAdd{
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}
.ListAdd a{
	width: 24.5%;
	overflow: hidden;
}
.ListAdd a img{
	transition: all 0.5s;
}
.ListAdd a:hover img{
	transform: scale(1.05, 1.05);
	-webkit-transform:  scale(1.05, 1.05);
	-o-transform:  scale(1.05, 1.05);
}
.lz-hade .lz-nav {
    margin-left: auto;
}

.lz-hade .lz-nav ul {
    display: flex;
    align-items: center;
    padding-right: 25px;

}

.lz-hade .lz-nav ul li {
    position: relative;
    padding: 0 20px;
    font-size: 16px;

}
.lz-hade .lz-nav ul li span{
    color:#017BCD
}
.lz-hade .lz-nav ul li p{
    display:block;
}

.lz-hade .lz-nav ul li:hover .cp-fd {
    display: block;
}

.lz-hade .lz-nav ul li .cp-fd {
    position: absolute;
    background-color: #fff;
/*    backdrop-filter: blur(12px);*/
    top: 80px;
    left: 50%;
    width:160px!important;
    margin-left: -80px;
    width: 100%;
    /* border-top: solid 1px #eee; */
    border-radius: 10px;
    padding: 10px 10px;
    line-height: 25px;
    box-shadow: 0 2px 8px 2px rgba(198, 201, 208, 0.5);
    display: none;
    transition: all 0.5s;
    z-index:99
}

.lz-hade .lz-nav ul li .cp-fd2 {
    width: 165px;
}

.lz-hade .lz-nav ul li .cp-fd .list {
    width: 33.3%;
}

.lz-hade .lz-nav ul li .cp-fd2 .list {
    width: 100%;
    padding: 0;
}

.lz-hade .lz-nav ul li .cp-fd .list h3 {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    padding-bottom: 10px;
    display: inline-block;
    margin-bottom: 10px;
    border-bottom: solid 1px #eee;
    text-align: center;
}

.lz-hade .lz-nav ul li .cp-fd  a {
    display: block;
    font-size: 14px;
    color: #333;
    text-align: center;
    margin: 10px 0;
}


.lz-hade .lz-nav ul li .cp-fd  a:hover {
    color: #008dce;
}

.lz-hade .lz-nav ul li > a {
    position: relative;
    color: #000;
}
.lz-hade .lz-nav ul li > a:before{
    content:'';
    position:absolute;
    width:2px;
    height:40px;
    left:-11px;
    top:4px;
    background:#017BCD
} 

/*.lz-hade2 .lz-nav ul li > a {
    color: #fff;
}*/

.lz-hade .lz-nav ul li > a:hover,
.lz-hade .lz-nav ul li.cur > a {
    color: #017BCD
}



/*.lz-hade2 .lz-nav ul li > a:hover:before,
.lz-hade2 .lz-nav ul li.cur > a::before {
    content: '';
    background-color: #fff;
}*/

.logo-tet{
    padding-left:20px;
    font-size:14px;
    color:#000;
    max-width:218px

}


.sidh {
    width: 40px;
    display: none;
    margin-left: 10px;
}

/*��Ʒ2��?-tow*/
/*�⵼��*/
.bx-side-nav {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.69);
    z-index: 8;
    width: 100%;
    height: 100%;
    display: none
}

.bx-side-nav-list {
    position: fixed;
    top: 0;
    left: -260px;
    width: 260px;
    height: 100%;
    background-color: #000;
    z-index: 9;
    overflow: auto;
    padding: 20px;
    box-sizing: border-box;
    transition: all 0.5s ease;
}

.bx-side-nav > i {
    font-size: 28px;
    color: #fff;
    cursor: pointer;
    transition: all 0.5s ease;
    position: absolute;
    top: 10px;
    left: 280px
}

.bx-side-nav-list > .div-title {
    font-size: 24px;
    text-align: center;
    line-height: 40px;
}

.bx-side-nav-list > ul > li {
    text-align: center;
    font-size: 14px;
    line-height: 40px;
    border-bottom: solid 1px #ececec;
}

.bx-side-nav-list > ul > li > a {
    display: block;
    color: #666
}

.bx-side-nav2 {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.69);
    z-index: 88;
    width: 100%;
    height: 100%;
    display: none;
}

.bx-side-nav2 > i {
    position: absolute;
    top: 10px;
    right: 280px;
    font-size: 28px;
    color: #fff;
    cursor: pointer;
    transition: all 0.5s ease;
}

.bx-side-nav-list2 {
    position: fixed;
    top: 0;
    right: -260px;
    width: 260px;
    height: 100%;
    background-color: #fff;
    z-index: 99;
    overflow: auto;
    padding: 20px;
    box-sizing: border-box;
    transition: all 0.5s ease;
}

.bx-side-nav-list2 > .div-title {
    font-size: 24px;
    text-align: center;
    line-height: 40px;
    margin-bottom: 10px;
}

.bx-side-nav-list2 > ul > li {
    text-align: center;
    font-size: 14px;

    border-bottom: solid 1px #ececec;
}

.bx-side-nav-list2 > ul > li > a {
    display: block;
    color: #333;
    line-height: 40px;
    text-align: left;
}
.bx-side-nav-list2 > ul > li  .list {
    padding-bottom: 10px;
}
.bx-side-nav-list2 > ul > li  .list a{
    display: block;
    padding-left: 20px;
    text-align: left;
    color: #333;
    line-height: 30px;
}

.bx-side-nav-list2 > .div-title img {
    height: 35px;
}

.bx-side-nav-list2 > ul > li .div-fd a {
    display: block;
    padding: 10px 0;
    border-top: solid 1px #ececec;


}


.bx-side-nav-list2 > ul > li .div-fd {
    display: none;
}

.lz-yuy {
    position:relative;
    font-size: 14px;
    color: #000;
    display:flex;
    align-items:center;
    cursor:pointer;
    line-height:80px;

    
}

.lz-yuy .lz-yuy-fd{
       position: absolute;
    background-color: #fff;
/*    backdrop-filter: blur(12px);*/
    top: 60px;
    left: 50%;
    width:80px!important;
    margin-left: -40px;
    width: 100%;
    /* border-top: solid 1px #eee; */
    border-radius: 10px;
    padding: 10px 10px;
    line-height: 25px;
    box-shadow: 0 2px 8px 2px rgba(198, 201, 208, 0.5);
    display: none;
    transition: all 0.5s;
    z-index:99
}

.lz-yuy .lz-yuy-fd a{
    font-size:14px;
    line-height:30px;
    text-align:center;
    display:block
}
.lz-yuy:hover .lz-yuy-fd {
    display:block
} 
i.icon-x{
    display:inline-block;
    width:15px;
    height:15px;
    background:url(../images/icon-x.png) no-repeat center;
    background-size:12px;
    margin-left:5px;
}


@media (max-width: 1500px) {
    .lz-hade {
        padding: 0 30px;
        height: 80px;
    }
    .h-100 {
        height: 80px
    }
    .lz-hade .lz-logo img {
        height: 45px;
    }

    .lz-hade .lz-nav ul {
        padding-right: 10px;

    }

    .lz-hade .lz-settings .lz-Language {
        font-size: 16px;
    }

    .lz-hade .lz-nav ul li {
        padding: 0 15px;
        font-size: 16px;
    }


    .lz-hade .lz-nav ul li .cp-fd {
        top: 80px;
        width: 800px;
    }

    .lz-hade .lz-nav ul li .cp-fd2 {
        width: 165px;
    }
}

@media (max-width: 1200px) {
    .sidh {
        width: 40px;
        display: block;
        cursor: pointer;
        margin-left:auto;

    }

    .sidh img {
        width: 100%;
    }

    .logo-tet{
    padding-left:10px;
    font-size:12px;
     display:none
}

    .lz-hade .lz-nav {
        display: none;
        margin-left:auto;
    }

}

@media (max-width: 1000px) {
    .lz-yuy{
        margin-left:auto;
    }
    .lz-hade {
        padding: 0 10px;
        height: 50px;
    }
    .h-100{
    height:50px
}
    .lz-hade .lz-logo img {
        height: 40px;
    }

    .lz-hade .lz-nav ul li {
        padding: 0 10px;
        font-size: 14px;
        line-height: 50px;
    }
}



.lz-banner {
    position: relative;
    overflow: hidden;
    text-align: center;
}
.banner-tet{
    position:absolute;
    top:0;
    left:50%;
    margin-left:-600px;
    width:1200px;
    height:100%;
    display:flex;
    flex-wrap:wrap;
    align-content:center;
    z-index:9;
}
.banner-tet h3{
    font-size:36px;
    color:#fff;
    text-align:left;
    line-height:50px;
    width:100%
}
.banner-tet  span{
    display:inline-block;
    padding:8px 20px;
    font-size:16px;
    color:#fff;
    border:solid 1px #fff;
    margin-top:50px;
}
.banner-tet  span:hover{
    background-color:#fff;
    color:#666
}
  
.lz-banner img {
    width: 100%;
    /*  height: 100vh; */
    object-fit: contain;
    min-height: 150px;
    object-fit: cover
}

.lz-banner .swiper-pagination {
    width: 100%;
    text-align: center;
    bottom: 20px;
}
.lz-banner .swiper-pagination-bullet {
    width: 30px;
    height: 5px;
    margin: 0 5px;
    display: inline-block;
    border-radius: 0;
    background: #fff;
    opacity: 0.2;
}
.lz-banner .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}

.lz-banner .swiper-button-next, 
.lz-banner .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    background-color:#00000080;
    border-radius:50%;
    z-index: 10;
    cursor: pointer;
    background-size: 20px 20px;
    background-position: center;
    background-repeat: no-repeat;
}

/* 5.页脚 */
footer {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    background: #fff;
}
footer .top{
    padding:40px 0
}
footer .top .container{
    display:flex;
}
footer .top .foot-list{
    width:20%;
}
footer .top .foot-list-h{
    width:40%;
}
footer .top h3{
    position:relative;
    font-size:16px;
    color:#000;
    font-weight:bold;
    padding-bottom:10px;
    margin-bottom:10px;
    text-transform: uppercase
}
footer .top h3:before{
    content:'';
    position:absolute;
    width:80%;
    height:1px;
    background:#ebebeb;
    bottom:0;
    left:0
}
footer .top a,
footer .top p{
    font-size:14px;
    color:#666666;
    display:block;
    padding:5px 0;
}
footer .top a:hover{
    color:#017BCD
}
footer .copy{
    border-top:solid 1px #ebebeb;
    text-align:center;
    padding:20px 0;
    font-size:14px;
    color:#666
}
footer .copy a{
 color:#666
}

@media (max-width: 1000px) {
 .banner-tet {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -575px;
    width: 1150px;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    z-index: 9;
    padding: 20px
}

}


@media (max-width: 1200px) {
    footer .top{
        display:none;
    }
    .lz-banner .swiper-button-next,
    .lz-banner .swiper-button-prev {
        position: absolute;
        top: 50%;
        width: 30px;
        height: 30px;
        margin-top: -15px;
        background-color: #00000080;
        border-radius: 50%;
        z-index: 10;
        cursor: pointer;
        background-size: 10px 10px;
        background-position: center;
        background-repeat: no-repeat;
    }
.banner-tet{
    position:absolute;
    top:0;
    left:0;
    margin-left:0px;
    width:100%;
    height:100%;
    display:flex;
    flex-wrap:wrap;
    align-content:center;
    z-index:9;
    padding:20px
}
.banner-tet h3{
    font-size:20px;
    color:#fff;
    text-align:left;
    line-height:30px;
    width:100%
}
.banner-tet  span{
    display:none;
    padding:5px 15px;
    font-size:14px;
    color:#fff;
    border:solid 1px #fff;
    margin-top:10px;
}
}

.la-tatle{
   display:flex;
   flex-wrap:wrap;
   align-items:center;
   border-bottom: solid 1px #ebebeb;
   padding-bottom:20px;

}
.la-tatle h3 {
    font-size: 20px;
    color: #017BCD;

}
.la-tatle span{
    font-size: 12px;
    padding-left: 10px;
    letter-spacing: 5px;
    text-align: left;
    text-transform: uppercase;
    color:#666;
}
.la-tatle a{
    margin-left:auto;
    font-size:14px;
    color:#000
}
.la-tatle a:hover{
    color:#017BCD
}

.index-one{
    padding:30px 0;
    
}
.index-product{
    position:relative;
    padding:20px;
    background:#fff
}

.la-tatle .tet-sous {
    width: 40%;
    display: flex;
    flex-wrap:wrap;
    margin-left:auto
}
.la-tatle .tet-sous input{
    width:calc(100% - 100px);
    height:40px;
    border:solid 1px #ebebeb;
    padding-left:10px;
    font-size:14px;
}
.la-tatle .tet-sous a{
    width:100px;
    line-height:40px;
    background:#ff5e14;
    color:#fff;
    text-align:center;
    font-size:14px;
}
.in-noer{
    text-align:right;
    padding-top:20px;
    font-size:14px;
}
.index-product-list ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    padding-top: 20px
}
.index-product-list ul li{
    width:20%;
    padding:10px 10px 20px 10px;
    border-bottom:dashed 1px #ebebeb;
}
.index-product-list ul li h3{
    font-size:18px;
    font-weight:bold;
    color:#000;
    line-height:20px;
    height:20px;
}
.index-product-list ul li .pic{
    height:60px;
    display:flex;
    align-items:center;
    margin-bottom:5px;
}
.index-product-list ul li .pic a{
       display:flex;
    align-items:center;
    height:100%
}
.index-product-list ul li .pic img{
    max-height:100%;
    max-width:100%;
}
.index-product-list ul li .gsmc{
    font-size:14px;
    color:#017BCD;
}
.index-product-list ul li .tet-a{
    display:block;
    flex-wrap:wrap;
    justify-content:space-between;
    padding-top:10px;
}
.index-product-list ul li .tet-a a{
  /*  display:none;*/
  display:block;
    width:100%;
    font-size:14px;
    color:#666;
    line-height:30px
}
/*.index-product-list ul li .tet-a a:nth-child(1),
.index-product-list ul li .tet-a a:nth-child(2),
.index-product-list ul li .tet-a a:nth-child(3),
.index-product-list ul li .tet-a a:nth-child(4){
    display:block
}
.index-product-list ul li .tet-a a:hover{
    color:#017BCD
}*/

@media (max-width: 1000px) {
    .la-tatle{
        position:sticky;
        top:30px;
        background:#fff;
   display:flex;
   flex-wrap:wrap;
   align-items:center;
   border-bottom: solid 1px #ebebeb;
   padding-bottom:10px;

}
.la-tatle .tet-sous {
    width: 100%;
    display: flex;
    flex-wrap:wrap;
    margin-left:0;
    margin-top:10px;
}
.la-tatle h3 {
    font-size: 18px;
}
.index-product{
    padding:20px 10px;
}
.index-product-list ul{
    margin:0 -10px;
    padding-top:10px
}
.index-product-list ul li{
    width:50%;
}
.index-product-list ul li .tet-a a{
    width:100%;
}
}

.index-Field{
    position:relative;
    padding:20px;
    background:#fff;
    margin-top:20px;
}
.index-Field-list ul{
    display:flex;
    padding-top:20px
}
.index-Field-list ul li{
    width:9.09%;
}
.index-Field-list ul li a{
    position:relative;
    display:block;
    overflow:hidden
}
.index-Field-list ul li a img{
    width:100%;
}
.index-Field-list ul li a p{
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:50px;
    line-height:50px;
    font-size:14px;
    text-align:center;
    color:#fff;
    text-shadow: 0 0 9px rgba(100, 162, 235, 0.8);
}
.index-Field-list ul li a:hover p{
    font-weight:bold
}
@media (max-width: 1000px) {
.index-Field{
    padding:20px 10px;
}
.index-Field-list{
    overflow:auto;
}
.index-Field-list ul{
    width:1000px;
    justify-content:center;
} 
.index-Field-list ul li{
    width:33.3%;
}
}

.index-Service-list ul{
    display:flex;
    flex-wrap:wrap;
    padding-top:20px;
}
.index-Service-list ul li{
    width:20%;
}
.index-Service-list ul li a{
    display:block;
    height:100%;
    border:solid 1px #ebebeb;
    overflow:hidden;
}
.index-Service-list ul li .pic{
    height:150px;
    overflow:hidden
}
.index-Service-list ul li .pic img{
    width:100%;
    height:100%;
    object-fit:cover
}
.index-Service-list ul li p{
    padding:15px 0;
    text-align:center;
    font-size:14px;
    color:#666
}
 .index-Service-list ul li:hover p{
     background-color:#017BCD;
     color:#fff
 }

@media (max-width: 1000px) {

.index-Service-list ul li{
    width:50%;
}
.index-Service-list ul li:first-child{
    width:100%
}

.index-Service-list ul li .pic{
    height:120px;
    overflow:hidden
}

}

.index-about-list{
    padding-top:20px;
}
.index-about-list h3{
    font-size:16px;
    font-weight:bold;
    color:#017BCD;
    display:inline-block;
    border-bottom: 1px #017BCD solid;
    padding-bottom:5px;
}

.index-about-list .list-f{
    display:flex;
    flex-wrap:wrap;
    padding-top:20px;
}
.index-about-list .list-f .tet{
    width:50%;
    background:#017BCD10;
    padding:20px;
    font-size:14px;
    color:#666;
    line-height:25px;
  /*  text-indent:2rem;*/
    border-left:solid 2px #017BCD;
    word-break: break-all;
}
.index-about-list .list-f .pic{
    width:50%;
}
.index-about-list .list-f .pic img{
    height:100%
}
@media (max-width: 1000px) {

.index-about-list .list-f{
    display:flex;
    flex-wrap:wrap;
    padding-top:20px;
}
.index-about-list .list-f .tet{
    width:100%;
}
.index-about-list .list-f .pic{
    width:100%;
    padding-top:20px;
}

}


.index-news{
    padding-top:20px;
}
.index-news ul{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}
.index-news ul li{
    width:32%;
    background:#fff;
    padding:20px;
}
.index-news ul li .list-a{
    padding-top:10px;
}
.index-news ul li .list-a a{
    display:flex;
    justify-content:space-between;
    font-size:14px;
    color:#000;
    padding:5px 0
}
.index-news ul li .list-a a p{
    position:relative;
    padding-left:15px;
    max-width:70%
}
.index-news ul li .list-a a p::before{
    content:'';
    width:5px;
    height:5px;
    border-radius:50%;
    background:#a4a4a4;
    position:absolute;
    top:8px;
    left:0;
}

.index-news ul li .list-a a span{
    color:#b1b1b1
}
.index-news ul li .list-a a:hover,
.index-news ul li .list-a a:hover span{
    color:#017BCD
}

@media (max-width: 1000px) {
.index-news {
    padding-top:0;
}
.index-news ul li{
    width:100%;
    background:#fff;
    padding:20px 10px;
    margin-top:20px;
}

}

.ny-mian{
    background:#fff;
    padding:15px 30px;
    min-height:500px

}
.ny-mian .mb-nav{
    display:flex;
    align-items:center;
    justify-content:space-between;
    border-bottom:solid 1px #BFBFBF;
    padding-bottom:15px;
    font-size:14px;
}
.ny-mian .mb-nav .tet-a{
    color:#666;
}
.ny-mian .mb-nav .tet-a a{
    color:#666;
}
.ny-mian .mb-nav .tet-a a:hover{
    color:#017BCD;
}
.ny-mian .mb-nav .tet-sous{
    width:40%;
    display:flex;

}
.ny-mian .mb-nav .tet-sous input{
    width:calc(100% - 100px);
    height:40px;
    border:solid 1px #ebebeb;
    padding-left:10px;
    font-size:14px;
}
.ny-mian .mb-nav .tet-sous a{
    width:100px;
    line-height:40px;
    background:#ff5e14;
    color:#fff;
    text-align:center;
    font-size:14px;
}
.product-list .product-gsjs {
    padding: 30px 0 0;
}
.product-list .product-gsjs  .cp-logo{
    padding-bottom:20px;
}
.product-list .product-gsjs  .cp-logo img{
    max-height:80px;
}
.product-list .product-gsjs h3{
    font-size:20px;
    color:#017BCD;
}
.product-list .product-gsjs p{
    font-size:14px;
    color:#666;
    line-height:25px;
    padding:10px 0;
}
.product-list .product-leib{
    padding-top:40px;
}
.product-list .product-leib h3{
    font-size:24px;
    color:#000;
}
.product-list .product-leib ul{
    padding-top:20px;
    display:flex;
    flex-wrap:wrap;
    margin:0 -30px;
}
.product-list .product-leib ul li{
    width:50%;
    padding:0 30px
}
.product-list .product-leib ul li a{
    font-size:14px;
    color:#017BCD;
    border-bottom:dashed 1px #e1e1e1;
    display:block;
    padding:10px 0;
}
.product-list .product-xinh {
    position:relative;
    padding-top:40px;
}
.div-fit{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
}
.product-list .product-xinh h3{
    font-size:24px;
    color:#000;
}
.div-fit h4 {
    /*    position:absolute;*/
    font-size: 14px;
    color: #333;
    padding-left: 40px;
}
    .div-fit h4 span {
        padding: 0 5px;
        font-size: 16px
    }
    .div-fit h4.x{
        padding-left:120px;
        color:#017BCD
    }
    .div-fit h4.x img {
        height: 30px;
    }
    .product-list .product-xinh ul {
        padding-top: 20px;
        display: flex;
        flex-wrap: wrap;
        margin: 0 -30px;
    }
.product-list .product-xinh ul li{
    width:50%;
    padding:0 30px;
}
.product-list .product-xinh ul li a{
    display:block;
    font-size:14px;
    color:#017BCD;
    padding:5px 0
}
.product-list .product-xinh ul li a:hover{
    color:#017BCD;
    font-weight:bold
}
@media (max-width: 1000px) {
/*    .product-list .product-xinh h4{
    position:absolute;
    font-size:14px;
    color:#333;
    top:22px;
    right:0
}*/
.ny-mian{
    padding:10px 10px;
}
    .ny-mian .mb-nav {
        position: sticky;
        top: 20px;
        display: block;
        flex-wrap: wrap;
        padding-bottom: 10px;
        background:#fff;
		z-index: 7;
    }
.ny-mian .mb-nav .tet-a{
    width:100%;
}

    .ny-mian .mb-nav .tet-sous {
   /*     position: sticky;
        top: 80px;*/
        width: 100%;
        display: flex;
        padding-top: 15px;
    }
.product-list .product-gsjs {
    padding: 20px 0 0;
}

.product-list .product-gsjs  .cp-logo img{
    max-height:60px;
}
.product-list .product-gsjs h3{
    font-size:16px;
}

.product-list .product-leib{
    padding-top:20px;
}
.product-list .product-leib h3{
    font-size:20px;
}
.product-list .product-leib ul{
    padding-top:10px;
    margin:0 -5px;
}
.product-list .product-leib ul li{
    padding:0 5px
}

.product-list .product-xinh {
    padding-top:20px;
}
.product-list .product-xinh h3{
    font-size:20px;
}
.product-list .product-xinh ul{
    padding-top:10px;
    margin:0 -5px
}
.product-list .product-xinh ul li{
    padding:0 5px;
}

}

.grabar-cpxq{
    float:left;
    width:330px;
    background:#fff;
    padding:20px;
    border-bottom:2px solid #017BCD;
}
.grabar-cpxq .pic img{
    max-height:60px;
}
.grabar-cpxq p{
    font-size:14px;
    color:#666;
    line-height:25px;
    padding-top:15px;
}
.product-detail{
    padding:20px 0;
}
.product-detail h3{
    font-size:28px;
    color:#000;
}
.product-detail p{
    font-size:14px;
    color:#666;
    padding:20px 0 10px 0;
}
.product-detail h4{
    font-size:18px;
    color:#017BCD;
}
.product-detail .table-ov{
    overflow:auto;   
    padding-top:20px
}
.product-detail .sj-table-ov{
    display:none
}
.product-detail .sj-table-ov ul li h3{
    font-size:16px;
    background:#f2f2f2;
    padding:10px
}
.product-detail .sj-table-ov ul li p{
    font-size:14px;
    padding:10px
}
.product-detail .sj-table-ov ul li a{
    display:flex;
    width:100%;
    font-size:14px;
    color:#017BCD;
/*    padding-left:30px;
    background:url(../images/icon-lxkf.png) no-repeat left center;*/
    background-size:16px;
    margin:10px;
}
.product-detail .sj-table-ov ul li a img{
    height:20px;
    margin-right:5px
}
.product-detail .product-tet {
    padding-top: 20px;
    font-size: 14px;
    color: #666
}
    .product-detail .product-tet p,
    .product-detail .product-tet span {
        text-wrap: inherit!important;
    }
.product-detail table {
    width: 100%;
}
.product-detail table tr th{
    background:#f2f2f2;
    height:50px;
    font-size:14px;
    color:#000;
    padding:0 10px
}
.product-detail table tr td{
     height:50px;
    font-size:14px;
    color:#666;
       padding:0 10px
}
.product-detail table tr td a{
    display:block;
    width:110px;
    text-align:center;
    font-size:14px;
    color:#017BCD;
/*    padding-left:30px;
    background:url(../images/icon-lxkf.png) no-repeat left center;*/
    background-size:16px;
    margin:0 auto;
}
.product-detail table tr td a img{
    height:20px
}
.product-detail table tr td a p{
    padding:0;
        color:#017BCD;
}
.sj-hide{
    display:block;
}
.pc-hide{
    display:none;
}
@media (max-width: 1000px) {
.product-detail .table-ov{
    display:none
}
.product-detail .sj-table-ov{
    display:block;
    padding-top:20px;
}
.grabar-cpxq{
    float:none;
    width:100%;
 
}
.product-detail{
    padding:20px 0;
}

.product-detail table {
    width: 800px;
    max-width:800px
}

.sj-hide{
    display:none;
}
.pc-hide{
    display:block;
}
}

.Field-banner{
    background:#fff;
    padding:20px;
    margin-top:20px;
}
.Field-banner .index-Field-list ul {
    padding: 0
}
.Field-list ul li{
    padding:20px 0;
    border-bottom:dashed 1px #f1f1f1
}
.Field-list ul li h3{
    font-size:18px;
    color:#000;
}
.Field-list ul li .list-f{
    display:flex;
    align-items:center;
    padding-top:10px;
}
.Field-list ul li .list-f .pic{
    width:240px;
    overflow:hidden
}
.Field-list ul li .list-f .tet{
    width:calc(100% - 240px);
    padding-left:20px;
}
.Field-list ul li .list-f .tet p{
    font-size:14px;
    color:#666;
    line-height:25px;
    display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 4;
overflow: hidden;
}
.Field-list ul li .list-f .tet span{
    font-size:14px;
    display:inline-block;
    padding:15px 0 0 0;
    color:#999
}
.Field-list ul li:hover h3{
    color:#017BCD
}

@media (max-width: 1000px) {
.Field-banner{
    background:#fff;
    padding:10px;
    margin-top:20px;
}
.Field-banner .index-Field-list ul {
    padding: 0
}

.Field-list ul li h3{
    font-size:16px;
}

.Field-list ul li .list-f .pic{
    width:120px;
}
.Field-list ul li .list-f .tet{
    width:calc(100% - 120px);
    padding-left:10px;
}
.Field-list ul li .list-f .tet p{

    display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.Field-list ul li .list-f .tet span{

    padding:5px 0 0 0;

}

}

.Field-detail{
    padding:20px 0;
}
.Field-detail .xq-title h3{
    font-size:24px;
    color:#000;
       font-weight:700;
}
.Field-detail .xq-title p{
    padding-top:10px;
    font-size:14px;
    color:#999
}
.Field-detail .detail-mian{
    padding:30px 0;
    font-size:14px;
    line-height:25px;
}
.Field-detail .detail-mian span{
    text-wrap:inherit !important
}
.detail-mian p {
    text-wrap:initial!important
}
 .Field-detail .detail-list h2 {
    font-size: 24px;
    color: #000;
    font-weight: 700;
}
.Field-detail .detail-list .detail-list-one{
    padding-top:30px;
}
.Field-detail .detail-list .detail-list-one h3{
    font-size:18px;
    color:#000;
    font-weight:700;
}
.Field-detail .detail-list .detail-list-one ul li{
    display:flex;
    flex-wrap:wrap;
    border-bottom:dashed 1px #f1f1f1;
    padding:10px 0;
    font-size:14px;
}
.Field-detail .detail-list .detail-list-one ul{
    padding-top:10px
}
.Field-detail .detail-list .detail-list-one ul li .fl{
    width:30%;
}
.Field-detail .detail-list .detail-list-one ul li .fr{
    width:70%;
}
.Field-detail .detail-list .detail-list-one ul li .fr span{
    color:#017BCD
}

@media (max-width: 1000px) {


.Field-detail .xq-title h3{
    font-size:20px;
}

.Field-detail .detail-list h2{
    font-size:20px;
}
.Field-detail .detail-list .detail-list-one{
    padding-top:20px;
}
.Field-detail .detail-list .detail-list-one h3{
    font-size:16px;
}

.Field-detail .detail-list .detail-list-one ul li .fl{
    width:100%;
}
.Field-detail .detail-list .detail-list-one ul li .fr{
    width:100%;
    padding-top:10px
}

}

.Service-detail{
    padding:20px 0;
}
.Service-detail h3{
    font-size:24px;
    font-weight:700
}
.Service-detail .tet{
     border-bottom:dashed 1px #f1f1f1;
    padding:10px 0;
    font-size:14px;
    color:#666;
    margin-bottom:30px;
    margin-top:10px
}
.Service-detail span {
    text-wrap: inherit !important
}

.xq-fite{
    display:flex;
    justify-content:space-between;
    padding-top:10px;
}


.ny-banner {
    position: relative;
    text-align: center;
}
      .ny-banner img{
          min-height:180px;
          object-fit:cover;
          width:100%
      }

    .Detail-ca {
        padding: 40px 0;
        min-height: 300px;
    }

        .Detail-ca .tltle {
            text-align: center;
            font-size: 20px;
            border-bottom: solid 1px #eee;
            padding-bottom: 15px;
        }

        .Detail-ca .Detail-nr {
            padding-top: 20px;
            font-size: 14px;
            line-height: 25px;
        }

    .xf-lxwm {
        position: fixed;
        bottom: 10%;
        right: 10px;
        width: 60px;
        height: 60px;
        background: #999999;
        border-radius: 50%;
        padding: 15px;
        z-index: 10
    }

        .xf-lxwm:hover {
            background: #008dce;
        }




        .contect-ly{
    padding:60px 0;
    background:url(../images/lx-bj.png) no-repeat center;
    background-size:cover
}
.contect-ly .message-one{
    width:600px;
    margin:40px auto 0;
}
.contect-ly .message-one .input-tet{
    display:flex;
    justify-content:space-between;
    margin-bottom:20px;
}
.contect-ly .message-one .input-tet span{
    position:relative;
    display:block;
    line-height:40px;
    font-size:16px;
    color:#333;
    width:80px;
    text-align:right;
}
.contect-ly .message-one .input-tet span::before{
    content:'*';
    color:#e51616
}
.contect-ly .message-one .input-tet input{
    width:calc(100% - 90px);
    height:40px;
    border:solid 1px #CED4DA;
    font-size:14px;
    padding-left:10px;

}
.contect-ly .message-one .input-tet textarea{
      width:calc(100% - 90px);
    height:100px;
    border:solid 1px #CED4DA;
    font-size:14px;
    padding:10px;
}
.contect-ly .message-one .but{
    text-align:center;
}
.contect-ly .message-one .but input{
    background:#017BCD;
    height:40px;
    font-size:16px;
    color:#fff;
    width:120px;
    border:none
}
.contect-ly .message-one .but input:hover{
    opacity:0.8
}
@media (max-width: 1000px) {
.contect-ly{
    padding:40px 0;
}
.contect-ly .message-one{
    width:100%;
    margin:20px auto 0;
}
}


.NewsSearch{
    padding:20px 0 0 0 
}

.NewsSearch .tet-sous{
    width:50%;
    display:flex;
    margin:0 auto;

}
.NewsSearch  .tet-sous input{
    width:calc(100% - 100px);
    height:40px;
    border:solid 1px #ebebeb;
    padding-left:10px;
    font-size:14px;
}
.NewsSearch  .tet-sous a{
    width:100px;
    line-height:40px;
    background:#ff5e14;
    color:#fff;
    text-align:center;
    font-size:14px;
}
.NewsSearch-list ul{
    padding:20px 0 0 0
}
.NewsSearch-list ul li {
box-shadow: 0px 0px 20px 0px rgba(235, 235, 235, 0.6);
background: rgb(255, 255, 255);
    padding: 15px 20px;
    margin-top:20px
}

.NewsSearch-list ul li h3{
    font-size:18px;
    color:#000;
}
.NewsSearch-list ul li p{
    color:#999;
    padding-top:10px;
    font-size:14px
}

@media (max-width: 1000px) {


.NewsSearch .tet-sous{
    width:100%;
    display:flex;
    margin:0 auto;

}

.NewsSearch-list ul li {
box-shadow: 0px 0px 20px 0px rgba(235, 235, 235, 0.6);
background: rgb(255, 255, 255);
    padding: 10px 10px;
    margin-top:15px
}

.NewsSearch-list ul li h3{
    font-size:16px;
    color:#000;
}

}

.productSearch-list ul{
    padding-top:20px;
}
.productSearch-list ul li {
    border-bottom: dashed 1px #f1f1f1;
    padding: 5px 0;
    font-size:14px;
}
.productSearch-list ul li a{
    display:flex;
    align-items:center;
    justify-content:space-between;
}
.productSearch-list ul li p{
    width:30%;
}
.productSearch-list ul li p.p1{
      width:20%;
}
.productSearch-list ul li p.more{
    display:block;
    width:10%;
    color:#017BCD;
    text-align:center;
}

.cp-detail-zx{
    background-color:#fff;
    padding:20px;
    margin-top:20px;

}
.cp-detail-zx .tet-h3{
    font-size:24px;
    color:#000;
}
.cp-detail-zx  ul{
    display:flex;
    flex-wrap:wrap;
    padding-top:20px;
    margin:0 -10px;
}
.cp-detail-zx ul li{
    padding:10px;
    width:50%
}
.cp-detail-zx ul li a{
    border:solid 1px #f1f1f1;
    padding:20px;
    display:block;
    height:100%
}
.cp-detail-zx ul li a h3{
    font-size:16px;
    color:#000;
    line-height:25px
}
.cp-detail-zx ul li a p{
    font-size:14px;
    color:#999;
    padding-top:10px;
}
.cp-detail-zx ul li a:hover h3{
    color:#017BCD
}
.cp-detail-zx ul li a:hover{
  border:solid 1px #017BCD;
}

.productcs-list ul{
   display:flex;
   flex-wrap:wrap;
   margin:0 -10px
}
.productcs-list ul li{
    width:50%;
    padding:10px;
    border-bottom:solid 1px #eee
}
.productcs-list ul li .pic{
    height:60px;
    margin-bottom:5px;
}
.productcs-list ul li .pic a{
    height:60px;
    display:flex;
    align-items:center;
}
.productcs-list ul li .pic img{
    max-height:100%;
    max-width:100%;
    object-fit:cover;
}
.productcs-list ul li h3{
    font-size:16px;
    color:#333;
    font-weight:bold;  
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.productcs-list ul li h3 a{
    color:#333;
}
.productcs-list ul li h3 a:hover{
    color:#017BCD
}
.productcs-list ul li .tet-a{
    padding-top:10px;
    display:flex;
    flex-wrap:wrap;
    margin:0 -10px;
}
.productcs-list ul li .tet-a a{
    display:block;
    padding:2px 10px;
    width:50%;
    font-size:14px;
    color:#666;   
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.productcs-list ul li .tet-a a:hover{
    color:#017BCD
}

@media (max-width: 1000px) {
.productcs-list ul{
   display:flex;
   flex-wrap:wrap;
   margin:0 -10px
}
.productcs-list ul li{
    width:50%;
    padding:10px;
    border-bottom:solid 1px #eee
}
.productcs-list ul li .pic{
    height:60px;
    display:flex;
    align-items:center;
}
.productcs-list ul li .pic img{
    max-height:100%;
    max-width:100%;
    object-fit:cover;
}
.productcs-list ul li h3{
    font-size:16px;
    color:#333;
    font-weight:bold;  
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.productcs-list ul li h3 a{
    color:#333;
}
.productcs-list ul li h3 a:hover{
    color:#017BCD
}
.productcs-list ul li .tet-a{
    padding-top:10px;
    display:flex;
    flex-wrap:wrap;
    margin:0 -10px;
}
.productcs-list ul li .tet-a a{
    display:block;
    padding:2px 10px;
    width:100%;
    font-size:14px;
    color:#666;   
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.productcs-list ul li .tet-a a:hover{
    color:#017BCD
}
}


/* 外面盒子样式---自己定义 */
.page_div {
    margin: 20px 10px 20px 0;
    color: #666;
    padding-top: 40px;
    text-align: center;
}
    /* 页数按钮样式 */
    .page_div button {
        display: inline-block;
        min-width: 30px;
        height: 30px;
        cursor: pointer;
        color: #666;
        font-size: 13px;
        line-height: 28px;
        background-color: #f9f9f9;
        border: 1px solid #dce0e0;
        text-align: center;
        margin: 0 4px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: 5px;
    }

#firstPage, #lastPage, #nextPage, #prePage {
    width: 50px;
    color: #017BCD;
    border: 1px solid #017BCD
}

#nextPage, #prePage {
    width: 70px
}


.page_div .current {
    background-color: #017BCD;
    border-color: #017BCD;
    color: #FFF
}
/* 页面数量 */
.totalPages {
    margin: 0 10px
}

    .totalPages span, .totalSize span {
        color: #017BCD;
        margin: 0 5px
    }
/*button禁用*/
.page_div button:disabled {
    opacity: .5;
    cursor: no-drop
}
@media (max-width: 1000px) {
    #firstPage,

    #lastPage {
        display: none
    }
    .page_div .current {
        display:none;
    }
}

#cname{
    cursor:pointer
}