/* head */
.head-box{
    width: 100%;
    height: 100%;
    position: relative;
}
.head-box .head{
    width: 1200px;
    margin: 0 auto;
    height: 60px;
    position: relative;
}
.head-box .head .head-logo{
    width: 275px;
    height: 60px;
    margin: 0 auto;
    padding: 10px;
}
.head-box .head .head-logo img{
    width: 100%;
}
.head-box .head .head-menu{
    width: 77%;
    height: 60px;
}
.head-box .head .head-menu>ul{
    margin-left: 30px;
}
.head-box .head .head-menu>ul>li{
    display: inline-block;
    line-height: 60px;
    padding: 0 15px;
    transition:ease 1000ms;
    position: relative;
}
.head-box .head .head-menu>ul>li>a{
    transition:ease 1000ms;
    padding: 20px 0px;
}
.head-box .head .head-menu>ul>li:hover{
    background-color: #0081cc;
    transform: 0.3s;
}
.head-box .head .head-menu>ul>li:hover>a{
    color: #fff;
    transform: 0.3s;
}
#one{
    width: 96px;
    background-color: #0081cc;
    text-align: center;
}
#one>a{
    text-align: center;
    color: #fff;
}
.head-box .head .head-menu>ul>li .none-menu{
    display: none;
    position: absolute;
    width: 145px;
    text-align: center;
    left: 0px;
    z-index: 999;
}
.head-box .head .head-menu ul li:hover .none-menu{
    display: block;
    z-index: 999;
}
.head-box .head .head-menu ul li .none-menu>li{
    background-color: #4eb2e6;
    line-height: 40px;
    z-index: 999;
}
.head-box .head .head-menu ul li .none-menu>li:hover{
    background-color: rgba(235, 235, 235, 0.938);
}
.head-box .head .head-menu ul li .none-menu>li:hover>a{
    color: #0081cc;
}
.head-box .head .head-menu ul li .none-menu>li>a{
    color: white;
    padding: 10px 20px;
}
.head-box .head .head-menu ul li .none-menu>li .none-pp{
    display: none;
    position: absolute;
    width: 145px;
    background-color: #4eb2e6;
    left: 9rem;
    top: 0px;
    z-index: 999;
}
.head-box .head .head-menu ul li .none-menu>li .none-pp>li{
    position: relative;
}

.head-box .head .head-menu ul li .none-menu>li .none-pp>li:hover{
    background-color: rgba(235, 235, 235, 0.938);
}
.head-box .head .head-menu ul li .none-menu>li .none-pp>li:hover>a{
    color: #0081cc;
}
.head-box .head .head-menu ul li .none-menu>li>.none-pp>li>ul.none-ppp>li:hover{
    background-color: rgba(235, 235, 235, 0.938);
}
.head-box .head .head-menu ul li .none-menu>li>.none-pp>li>ul.none-ppp>li:hover>a{
    color: #0081cc;
}
.head-box .head .head-menu ul li .none-menu>li .none-pp>li a{
    color: #fff;
}
.head-box .head .head-menu ul li .none-menu>li:hover .none-pp{
    display: block;
}
.head-box .head .head-menu ul li .none-menu>li>.none-pp>li ul.none-ppp{
    display: none;
    position: absolute;
    width: 145px;
    background-color: #4eb2e6;
    left: 9rem;
    top: 0px;
    z-index: 999;
}
ul.none-ppp>li a{
    color: #fff;
}
ul.none-ppp>li:hover a{
    color: #0081cc;
}
.head-box .head .head-menu ul li .none-menu>li>.none-pp>li:hover ul.none-ppp {
    display: block;
}
/* banner */
.hj-carousel .carousel-inner img{
    width: 100%;
    /* height: 580px; */
}
.hj-carousel .carousel-inner .item{
    width: 100%;
}
.hj-carousel .carousel-inner .item .imgbox{
    display: block;
    width: 100%;
    /* height: 580px; */
    background-size: cover;
}
.hj-carousel .carousel-indicators li {
    display: inline-block;
    width: 30px;
    height: 2px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 10px;
}
.hj-carousel .carousel-indicators .active {
    margin: 5px;
    height: 4px;
    background-color: #0081cc;
    border: none;
}
/* 搜索框 */
.head-search{
    position: absolute;
    right: 15px;
    bottom: 13px;
    z-index: 15;
    font-size: 13px;
    width: 255px;
}
.head-search .menu-search{
    display: inline-block;
    position: absolute;
    bottom: 0px;
    right: 7px;
    width: 100%;
    color: #000;
}
input#main-search{
    padding: 10px 20px 7px 2px;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #0081cc;
    background-color: rgba(0, 0, 0, 0);
    box-sizing: border-box;
    border-radius: 0;
    -webkit-appearance: none;
    font-family: inherit;
    width: 100%;
    margin: 0;
    color: #000;
    text-align: left;
}
button.search-button{
    display: block;
    position: absolute;
    top: 10px;
    right: 0px;
    width: 30px;
    height: 25px;
    padding: 2px;
    overflow: hidden;
    background-color: transparent;
    border: 0;
    color: #0081cc;
    cursor: pointer;
}

/* content */
.content-box{
    width: 100%;
    margin: 0 auto;
    padding: 0 12px;
    margin-top: 24px;
}
.content-box .content{
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 0 12px;
}
.content-box .content .content-left{
    max-width: 50%;
    flex: 0 0 50%;
    position: relative;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 24px;
    overflow: hidden;
}
.content-box .content .content-right{
    max-width: 50%;
    flex: 0 0 50%;
    position: relative;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 24px;
    overflow: hidden;
}
.content-box .content .content-right .right-contentleft{
    max-width: 50%;
    flex: 0 0 50%;
    width: 100%;
    position: relative;
    /* padding-left: 15px;
    padding-right: 15px; */
    margin-bottom: 24px;
    overflow: hidden;
}
.content-box .content .content-right .right-contentleft .right-box1{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 18px;
    padding-right: 10px;
    /* max-width: 90%; */
    position: relative;
}
.content-box .content .content-right .right-contentleft .right-box1 .right-text{
    width: 97.3%;
    height: 50px;
    background-color: #0081ccb5;
    position: absolute;
    bottom: 0px;
    /* padding-right: 10px; */
    overflow: hidden;
}
.content-box .content .content-right .right-contentleft .right-box1 .right-text p{
    font-size: 16px;
    padding: 12px 15px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* .content-box .content .content-right .right-contentleft .right-box1:hover .right-text{
    bottom: 0px;
    transition:ease 100ms;
} */
.content-box .content .content-right .right-contentleft .right-box1 img{
    width: 100%;
}

/*  */
.content-box .content .content-right .right-contentright{
    max-width: 50%;
    flex: 0 0 50%;
    width: 100%;
    position: relative;
    /* padding-left: 15px;
    padding-right: 15px; */
    margin-bottom: 24px;
    overflow: hidden;
}
.content-box .content .content-right .right-contentright .right-box1{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 18px;
    padding-right: 10px;
    /* max-width: 90%; */
    position: relative;
}
.content-box .content .content-right .right-contentright .right-box1 .right-text{
    width: 97.3%;
    height: 50px;
    background-color: #0081ccb5;
    position: absolute;
    bottom: 0px;
    /* padding-right: 10px; */
    overflow: hidden;
}
.content-box .content .content-right .right-contentright .right-box1 .right-text p{
    font-size: 16px;
    padding: 12px 15px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* .content-box .content .content-right .right-contentright .right-box1:hover .right-text{
    bottom: 0px;
    transition:ease 100ms;
} */
.content-box .content .content-right .right-contentright .right-box1 img{
    width: 100%;
}

/*  */
.content-box .content .content-left .content-a{
    display: block;
    position: relative;
    overflow: hidden;
    color: #4eb2e6;
}
.content-box .content .content-left .content-a .content-logo{
    width: 100%;
    height:  auto;
}
.content-box .content .content-left .content-a .content-logo img{
    width: 100%;
}
.content-box .content .content-left .content-a .content-text{
    width: 100%;
    height: 50px;
    background-color: #0081ccb5;
    position: absolute;
    bottom: 0px;
    font-size: 16px;
    padding: 12px 15px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* .content-box .content .content-left .content-a:hover .content-text{
    bottom: 0px;
    transition:ease 100ms;
}
.content-box .content .content-left .content-a:hover .content-text p{
    font-size: 16px;
    padding: 12px 15px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
} */

/* introduce */
.introduce-box{
    width: 100%;
    height: 630px;
    position: relative;
    overflow: hidden;
    background-color: #000;
    z-index: 9;
}
.introduce-box img{
    /*-webkit-animation-name: scaleDraw; /*关键帧名称
    -webkit-animation-timing-function: ease-in-out; /*动画的速度曲线
    -webkit-animation-iteration-count: infinite;  /*动画播放的次数
    -webkit-animation-duration: 20s; /*动画所花费的时间*/
    z-index: 99;
    width: 100%;
}
@keyframes scaleDraw {  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
    0%{
        transform: scale(1);  /*开始为原始大小*/
        
    }
    25%{
        transform: scale(1.1); /*放大1.1倍*/
    }
    50%{
        transform: scale(1);
    }
    75%{
        transform: scale(1.1);
    }
}
.introduce-text{
    position: absolute;
    bottom: 10rem;
    left: 0px;
    right: 0px;
    z-index: 999;
}
.introduce-text h1{
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 72px;
}
.introduce-text p{
    color: #fff;
    font-size: 36px;
    text-align: center;
    font-family: cursive;
}
.content-bottm{
    width: 100%;
    position: relative;
}
.content-bottm img{
    width: 100%;
}
.content-bottm .download{
    width: 600px;
    height: 200px;
    background-color: #0081ccb5;
    position: absolute;
    bottom: 5rem;
    left: 5rem;
    padding: 10px 30px 10px;
    color: #fff;
}
.content-bottm .download .Button-box{
    width: 200px;
    height: 50px;
    border: 2px solid #fff;
    text-align: center;
    transition:ease 1000ms;
}
.content-bottm .download .Button-box:hover{
    border-radius: 20px;
    transition:ease 1000ms;
}
.content-bottm .download .Button-box a{
    color: #fff;
    line-height: 45px;
    padding: 10px 70px;
}
/* 尾部 */
.foot-box{
    width: 100%;
    position: relative;
    /* background: url(/html/images/O2Bv7xrJ3o.png)no-repeat; */
    z-index:1;
    background-color: rgb(241, 241, 241);
}
.foot-box .foot{
    /* width: 1200px; */
    margin: 0 auto;
    height: auto;
    padding-top: 3rem;
}
.foot-box .foot .scene-box{
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0 auto;
}
.foot-box .foot .scene-box img{
    width: 100%;
}
.scene-con{
    width: 1040px;
    margin: 0 auto;
    position: relative;
    display: inline-block;
}
.scene-con .scene-ul{
    display: inline-block;
}
.scene-con li{
    width: 260px;
    /* height: 188px; */
    padding: 10px;
    float: left;
}
.scene-con li img{
    width: 100%;
}
.foot-box .foot .foot-con{
    clear: both;
    overflow: hidden;
    margin-bottom: 48px;
    display: -webkit-box;
    margin-top: 20px;
}
.foot-box .foot .foot-con ul{
    display: block;
    justify-content: space-between;
    list-style: none;
    padding: 0px;
    margin: 0 auto;
    text-align: center;
}
.foot-box .foot .foot-con ul li{
    float: left;
    width: 186px;
    margin: auto;
    color: #000;
}
.foot-box .foot .foot-con ul li a.text-foot{
    color: #000;
    line-height: 14px;
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 16px;
    text-transform: uppercase;
    white-space: pre-wrap;
    display: block;
    text-align: center;
    height: 24px;
}
.foot-box .foot .foot-con ul li a.text-foot2:hover{
    color: #0081cc;
}
.foot-box .foot .foot-con ul.foot-ul{
    display: block;
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.foot-box .foot .foot-con ul li.foot-li{
    margin-bottom: 8px;
    padding: 0px;
    margin: 0px;
}
.foot-box .foot .foot-con ul li a.text-foot2 {
    width: 186px;
    font-size: 16px;
    line-height: 2;
    letter-spacing: .1px;
    color: #8c8c8e;
    display: block;
    text-align: center;
}
.foot-logo{
    width: 400px;
    margin: 0 auto;
    
}
.foot-logo .logo-foot img,.foot-logo .foot-erweima img{
    width: 100%;
}
.foot-logo .logo-foot{
    width: 200px;
    margin: 0 auto;
    padding: 0px;
    display: table-cell;
}
.foot-logo .foot-erweima{
    width: 150px;
    margin: 0 auto;
    padding: 20px;
    display: table-cell;
}
.foot-box .foot p{
    padding: 20px;
    text-align: center;
    color: #8c8c8e;
    font-size: 14px;
    font-weight: normal;
}
.foot-box .foot p a:hover{
    color: #0081cc;
}


/* about */
.beijing{
    width: 100%;
    height: 400px;
    background: url(/html/images/about-images.jpg)fixed no-repeat;
    /* background-color: rgba(255, 255, 255, 0.534); */
    position: relative;
}
.bj-text{
    width: 60%;
    margin: 20px 0 10px 15%;
    padding: 5% 0;
    min-height: 250px;
    display: inline-block;
}
.bj-text h1{
    font-size: 60px;
    text-align: left;
    color: #0081cc;
    text-shadow: 1px 1px 1px white;

}
.bj-text p{
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    text-shadow: 1px 1px 1px #0081cc;
}
.about-box{
    width: 100%;
    height: auto;
    position: relative;
}

.about-box .about-con{
    width: 70%;
    padding: 10px;
    margin: 0 auto;
}
.about-txt{
    padding-left: 30px;
    width: 70%;
    position: absolute;
    bottom: 0px;
    background-color: #fff;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    border-radius: 50px 50px 0px 0px;
    padding-top: 10px;
}
.about-txt p:hover a.bdcolor{
    color: #0081cc;
    transition:ease 1000ms;
}
.about-box .about-con .about-nr{
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 20px;
    margin: 0 auto;
}
.about-box .about-con .about-nr .about-left,.about-box .about-con .about-nr .about-right{
    width: 50%;
    height: 400px;
    padding: 20px;
    overflow: hidden;
}
.about-box .about-con .about-nr .about-left img{
    width: 100%;
}
.about-box .about-con .about-nr .about-right p{
    font-size: 16px;
    text-align: left;
    line-height: 1.6;
}
.about-xq{
    display: inline-block;
    padding: 20px;
    margin: 0 auto;
    float: left;
}

/* 品牌页 */
.product-box{
    width: 100%;
    height: auto;
    position: relative;
    display: block;
}
.product-bj{
    width: 100%;
    height: 400px;
    background: url(/html/images/se215_bt1.jpg)fixed 0 80% no-repeat;
    position: relative;
}
.product-box .product-cp{
    box-sizing: inherit;
    margin: 0 auto;
    width: 100%;
}
.product-box .product-cp .product-lmbox{
    width: 80%;
    /* height: 50px; */
    margin: 0 auto;
    position: relative;
}
.product-box .product-cp .product-lmbox .product-logo{
    width: 265px;
    height: 80px;
    overflow: hidden;
    position: absolute;
    bottom: 0px;
}
.product-box .product-cp .product-lmbox .product-logo img{
    width: 100%;
}
.product-box .product-cp .product-lmbox .product-lm{
    width: 100%;
    float: right;
    /* overflow-x: scroll; */
    position: relative;
    list-style: none;
    overflow-y: hidden;
}
/*滚动条样式
/*.product-lm::-webkit-scrollbar {/*滚动条整体样式*/
/*width: 4px; /*高宽分别对应横竖滚动条的尺寸*/
/*height: 4px;
/*}
.product-lm::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
/*border-radius: 5px;
-webkit-box-shadow: inset 0 0 5px #0081cc;
background: rgba(0,0,0,0.2);
}
.product-lm::-webkit-scrollbar-track {/*滚动条里面轨道*/
/*-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
border-radius: 5px;
background: rgba(0,0,0,0.1);
}/*

/* 测试 */
ul#lm-ul {
    display: flex;
    margin: 0 ;
}
.product-lm .swiper-container .swiper-wrapper .swiper-slide{
    line-height: 50px;
    text-align: center;
}
.product-lm .swiper-container .swiper-wrapper .swiper-slide:hover{
    background-color: #4eb2e6;
}
.product-lm .swiper-container .swiper-wrapper .swiper-slide:hover a{
    color: #fff
}
.product-lm .swiper-container .swiper-wrapper .swiper-slide a{
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
}
.product-lm .swiper-container .swiper-wrapper .swiper-slide a::before,
.product-lm .swiper-container .swiper-wrapper .swiper-slide a::after {
    content: '';
    position: absolute;
}
.product-lm .swiper-container .swiper-wrapper .swiper-slide a::before{
    bottom: 0;
    /*left: 0;*/
    background-color: #0081cc;
    height: 2px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    left: 50%;
    width: 0;
}
.product-lm .swiper-container .swiper-wrapper .swiper-slide a:hover::before,
.product-lm .swiper-container .swiper-wrapper .swiper-slide.ss-active a::before{
    left: 0;
    width: 100%;
}

.product-lm .swiper-container .swiper-wrapper .swiper-slide a::after{
    height: 30%;
    top: 35%;
    right: 0;
    width: 1px;
    background-color: #cccccc;
}
.product-lm .swiper-container .swiper-wrapper .swiper-slide a::after{

}
.product-lm .swiper-container .swiper-wrapper .swiper-slide.ss-active a{
    color: #318ac1;
}

/* 测试 */

/* Ie下滚动条样式 */
.page-banner .page-images>ul{
    -ms-scroll-chaining: chained;
    -ms-overflow-style: none;
    -ms-content-zooming: zoom;
    -ms-scroll-rails: none;
    -ms-content-zoom-limit-min: 100%;
    -ms-content-zoom-limit-max: 500%;
    -ms-scroll-snap-type: proximity;
    -ms-scroll-snap-points-x: snapList(100%, 200%, 300%, 400%, 500%);
    -ms-overflow-style: none;
    overflow: auto;
}
/* 滚动条样式 */

#product-one{
    background-color: #4eb2e6;
}
#product-one a{
    color: #fff;
}
.product-box .product-cp .product-lmbox .product-lm ul li{
    width: 12.222%;
    height: auto;
    text-align: center;
    color: #000;
    font-size: 16px;
    float: left;
    line-height: 2.8;
}
.product-box .product-cp .product-lmbox .product-lm ul li a{
    padding: 5px;
}

.product-box .product-cp .product-lmbox .product-lm ul li:hover{
    background-color: #4eb2e6;
}
.product-box .product-cp .product-lmbox .product-lm ul li:hover a{
    color: #fff;
}
.product-box .product-cp .product-cards{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 20px;
    background-color: rgb(241, 241, 241);
}
.product-box .product-cp .product-cards .product-ul{
    width: 70%;
    margin: 0 auto;
}
.product-box .product-cp .product-cards ul li{
    box-shadow: 2px 2px 6px rgba(0,0,0,.5);
    display: flex;
    /* height: 100%; */
    flex-direction: column;
    position: relative;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    margin-bottom: 24px;
    width: 30%;
    float: left;
    margin-left: 15px;
    margin-right: 15px;
}
.product-box .product-cp .product-cards ul li .cards-tp{
    width: 100%;
    height: 300px;
    overflow: hidden;
}
.product-box .product-cp .product-cards ul li .cards-tp img{
    width: 100%;
    transition: all 1s;
}
.product-box .product-cp .product-cards ul li:hover .cards-tp img{
    transform: scale(1.1);
}
.cards-nr{
    padding: 5px 20px;
    flex-grow: 1;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    background-color: #4eb2e6;
}
.cards-nr .cards-bt h4{
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: normal;
    word-break: break-word;
    font-weight: 500;
    font-family: none;
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #fff;
}
.cards-nr .cards-bt h6{
    color: #8c8c8e;
    margin: 0 0 10px;
    font-weight: 100;
    letter-spacing: .25px;
    line-height: 2;
    font-family: none;
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.cards-nr .cards-bt p{
    line-height: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.cards-nr .cards-an{
    width: 100%;
    height: 50px;
    border: 2px solid #0081cc;
    text-align: center;
    transition:ease 1000ms;
    margin: 0 auto;
}
.product-box .product-cp .product-cards ul li:hover .cards-nr .cards-an{
    border-radius: 20px;
    transition:ease 1000ms;
    background-color: #4eb2e6;
}
.cards-nr .cards-an a{
    color: rgb(0, 0, 0);
    line-height: 45px;
}
.product-box .product-cp .product-cards ul li:hover .cards-nr .cards-an a{
    color: #fff;
    transition:ease 1000ms;
    font-weight: bold;
}   
.cards-nr .cards-an .icon{
    display: inline-block;
    width: 30px;
    height: 10px;
    background: url('/html/img/more-icon2.png')no-repeat center center ;
    transition: all .4s; 
    /* opacity: 0; */
}
.product-box .product-cp .product-cards ul li:hover .cards-nr .cards-an .icon{
    display: inline-block;
    width: 0;
    height: 10px;
    background: url('/html/img/more-icon2.png')no-repeat center center ;
    opacity: 1;
    transform: scale(0.3);
}

/* 分页 */
.about_us_div2_dynamic_p{
    width:100%;
    text-align:center;
    padding:10px;
}
.about_us_div2_dynamic_p a{
    padding:5px 10px;
    border:1px solid #ccc;
    border-radius:5px;
    margin:5px 7px;
    /*float:left;*/
    color:#666;
}
.about_us_div2_dynamic_p a:hover{
    background-color: #0081cc;
    color: #fff;
    border:1px solid #0081cc;
}

/* 产品内页 */
.product-banner{
    width: 100%;
    height: auto;
    display: block;
    background: radial-gradient(circle at 66% 50%, #dfdfdf 0%, #6b6b6b 100%);
    background-color: #8c8c8c;
    padding: 20px;
}
.product-banner .product-hz{
    width: 1160px;
    height: auto;
    margin: 0 auto;
    text-align: left;
    padding-right: 20px;
    padding-left: 20px;
    display: table;
}
.product-banner .product-hz .product-dh{
    width: 100%;
    padding: 20px;
}
.product-banner .product-hz .product-dh a{
    color: #fff;
}
.product-banner .product-hz .product-dh span{
    color: #fff;
}
.product-banner .product-hz .product-dh a:hover{
    color: #0081cc;
}
.page-banner{
    width: 100%;
    margin: 0 auto;
    zoom: 1;
    display: inline-block;
}
.page-banner .page-lb{
    width: 610px;
    height: 400px;
    padding: 2px;
    position: relative;
    margin: 0 auto;
    display: inline-block;
    overflow: hidden;
    float: left;
}
.page-banner .page-lb .page-ul ul li.item1{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
}
.page-banner .page-lb .page-ul{
    position: relative;
}
.page-banner .page-lb .page-ul ul li img{
    /* width: 100%; */
    width: 400px;
}

.page-banner .page-nr{
    position: relative;
    height: 400px;
    width: 36%;
    float: left;
    display: inline-block;
    margin-left: 2%;
}
.page-banner .page-nr .page-text h1{
    /* font-weight: 700; */
    line-height: 2;
    color: #4eb2e6;
    font-family: "OstrichProperInline", din-2014, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.page-banner .page-nr .page-text p{
    font-size: 16px;
    line-height: 1.6;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
}
.page-images .top-a{
    top: -20px;
    position: absolute;
    margin: 0 auto;
    text-align: center;
    left: 0;
    right: 0;
}
.page-images .top-a span.iconfont.icon-tubiaozhizuo-1,.page-images .lower-b span.iconfont.icon-tubiaozhizuo-{
    text-align: center;
    font-size: 30px;
}
.page-images .lower-b{
    bottom: -15px;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    text-align: center;
}
.page-banner .page-images{
    width: 6%;
    height: auto;
    position: absolute;
    top: 10rem;
    z-index: 999;
    left: 8rem;
}
.page-banner .page-images>ul{
    zoom: 1;
    width: 100%;
    height: 310px;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px;
    overflow-y: scroll;
    padding: 2px;
}
.page-images>ul::-webkit-scrollbar {/*滚动条整体样式*/
    width: 4px; /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;
}
.page-images>ul::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px #0081cc;
    background: rgba(255, 255, 255, 0.2);
}
.page-images>ul::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.1);
}
.page-banner .page-images>ul>li{
    width: 100%;
    float: left;
    height: 85px;
    -webkit-box-shadow: 0px 0px 5px #666;
    -moz-box-shadow: 0px 0px 5px #666;
    box-shadow: 0px 0px 5px #666;
    margin-bottom: 25px;
    /* height: 51px;
    width: 86px; */
    overflow: hidden;
}
.page-banner .page-images ul li img{
    width: 100%;
}
.page-banner .page-images>.tp-page{
    cursor: pointer;
}
.page-one{
    border: 2px solid #4eb2e6;
}

/* 产品详情 */
.page-txt{
    width: 100%;
    display: block;
    height: auto;
}
.page-txt .page-js{
    width: 1100px;
    margin: 0 auto;
    height: auto;
}
.page-txt .page-js h1{
    color: #0081cc;
    font-size: 20px;
    font-weight: bold;
}
.page-txt .page-js h1 strong{
    font-size: 18px;
    color: #666;
    font-weight: normal;
}
.page-txt .page-js .pagr-pnr{
    font-size: 14px;
    line-height: 1.8;
    margin-top: 20px;
    padding: 0px 20px;
    text-indent: 2em;
    color: #4c4c4c;
}

/* 产品分类 */
.cp-tj{
    width: 100%;
    height: auto;
}
.cp-tj ul{
    display: inline-block;
}
.cp-tj ul li{
    width: 20%;
    height: auto;
    padding: 0 10px;
    margin-bottom: 10px;
    float: left;
}
.cp-tj ul li .cp-tu{
    width: 100%;
    height: 200px;
    overflow: hidden;
}
.cp-tj ul li .cp-tu img{
    width: 100%;
}
.cp-tj ul li .cp-wenzi h1{
    font-size: 18px;
    color: #4c4c4c;
    text-align: center;
    padding: 5px 20px;
    margin: 0;
    background-color: #4eb2e6;
    font-weight: 500;
    color: #fff;
}
.cp-tj ul li .xiangqing{
    margin: 0 auto;
    font-size: 16px;
    text-align: center;
}
/* .cp-tj ul li .xiangqing a{
    text-align: center;
    font-size: 17px;
} */
.word-lm{
    width: 100%;
}
.word-lm .word-lmul{
    display: inline-block;
}
.word-lm .word-lmul li.word-lmli{
    float: left;
    padding: 10px 20px;
    background-color: #9a9a9a;
    /* line-height: 2; */
    margin-left: 10px;
}
.word-lm .word-lmul li.word-lmli a{
    color: #fff;
}
.word-pagr{
    padding-bottom: 10px;
    padding-top: 10px;
}
.word-pagr .table-striped{
    width: 100%;
}
.word-pagr table tr:first-child td{
    border-right: 1px solid #ccc;
    text-align: center;
    padding: 10px 0px
}
.word-pagr table tr:first-child td a{
    padding:10px;
}
.word-bigbox h3{
    font-size: 30px;
    letter-spacing: 8px;
    text-indent: 5px;
    text-align: center;
    line-height: 2;
    color: #000;
    padding: 0;
}
a.bth-download{
    position: relative;
    display: block;
    width: 100%;
    font-size: 13px;
    /* padding: 10px; */
    margin-bottom: 20px;
    color: #333;
    background-color: #fefefe;
    border-color: #f5f5f5;
    text-align: left;
    line-height: 2;
    padding-left: 60px;
    white-space: normal;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all .2s linear;
}
span.iconfont{
    font-size: 30px;
    position: absolute;
    left: 10px;
    bottom: 10px;
    line-height: 1;
}

a.bth-download:hover{
    color: #fff;
    background-color: #333;
    border-color: #333;
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02);
}
small.help_block{
    color: #000;
    padding-left: 7px;
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 12px;
}
a.bth-download:hover small.help_block{
    color: #fff;
}
span.label-default{
    color: #fff;
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 200;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0;
    background-color: #333;
}
/* 成功案例 */
.case-bj{
    width: 100%;
    height: 400px;
    background: url(/html/images/twinplex_slide.jpg)fixed 0 80% no-repeat;
    position: relative;
}
.case-nr{
    width: 100%;
    height: auto;
    position: relative;
}
.case-nr .case-pl{
    width: 70%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;

}
.case-nr .case-pl ul li{
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    position: relative;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;   
    transition-property: background-color;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    page-break-inside: avoid;
    break-inside: avoid;
    margin-bottom: 24px;
    display: block;
    float: left;
}
.case-nr .case-pl ul li .case-tu{
    width: 100%;
    display: block;
    overflow: hidden;
    text-align: center;
    position: relative;
    flex: 0 0 100%;
    max-width: 100%;
}
.case-nr .case-pl ul li .case-tu img{
    position: relative;
    width: 100%;
    transition: all 1s;
}
.case-nr .case-pl ul li:hover .case-tu img{
    transform: scale(1.3)
}
.case-nr .case-pl ul li .case-text h1{
    font-size: 18px;
    line-height: 1.8;
    text-align: center;
    font-weight: bold;
    color: #0081cc;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.case-nr .case-pl ul li .case-text p{
    font-size: 16px;
    line-height: 1.8;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/* 案例内页 */
.case-page{
    width: 100%;
    height: auto;
    position: relative;
}
.case-page .case-ny{
    width: 1200px;
    margin: 0 auto;
}
.case-page .case-ny h1{
    font-size: 20px;
    font-weight: bold;
    text-align: center;

}
.case-page .case-ny>p{
    text-align: left;
    /* text-indent: 2em; */
    font-size: 17px;
    color: #4c4c4c;
}


/* 新闻中心 */
.new-bj{
    width: 100%;
    height: 400px;
    background: url(/html/images/news.jpg)fixed 0 0% no-repeat;
    position: relative;
}
.new-nr{
    width: 100%;
    height: auto;
    position: relative;
}
.new-nr .new-box{
    width: 70%;
    margin: 0 auto;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.new-nr .new-box ul{
    margin: 0 auto;
}
.new-nr .new-box li{
    border-bottom: 1px solid #0081cc;
    display: flex;
    margin-bottom: 20px;

}
.new-nr .new-box li .new-left{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 210px;
    flex: 0 0 210px;
    margin-right: 20px;
    margin-bottom: 20px;
}
.new-nr .new-box li .new-left img{
    width: 100%;
}
.new-nr .new-box li .new-right{
    position: relative;
    width: 100%;
    overflow: hidden;
}
.new-nr .new-box li .new-right h5{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    color: #0081cc;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 65%;
}
.new-nr .new-box li .new-right p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}
.new-nr .new-box li .new-right span{
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 20px;
    color: #00aeef;
}
.new-nr .new-box li .new-right span i{
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: left;
    background-image: url(/html/img/time.png);
}

/* 新闻内页 */
.about-txt p{
    float: left;
}
.about-txt span{
    position: relative;
    float: right;
    padding: 0px 40px;
    display: inline-block;
}
.news-page{
    width: 100%;
    position: relative;
    display: inline-block;
}
.news-page .news-box{
    width: 70%;
    margin: 0 auto;
    height: auto;
    font-size: 15px;
    text-align: center;
    display: block;
}
.news-page .news-box h1{
    text-align: center;
    font-weight: bold;
    font-size: 25px;
}
.news-page .news-box>p{
    font-size: 18px;
    text-align: left;
    line-height: 2;
}
/* .news-page .news-box img{
    width: 100%;
} */
.news-page .news-box span{
    margin: 20px 0px;
    display: inline-block;
    color: #8c8c8e;
}
.news-page .news-box span i{
    display: inline-flex;
    width: 20px;
    height: 20px;
    padding: 10px;
    background-image: url(/html/img/作者.png);
}

/* 上下篇 */

.fy-case,.fy-news{
    width: 50%;
    margin: 0 auto;
    display: flex;
}
.fy-news>p,.fy-case>p{
    text-align: center;
    float: left;
    margin: 0 auto;
    font-size: 13px;
    padding-left: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.fy-news>p:hover a{
    color: #0081cc;
}
.fy-case>p:hover a{
    color: #0081cc;
}
/* 上下篇 */

/* 用户手册 */
.manual-bj{
    width: 100%;
    height: 400px;
    background: url(/html/images/manual.jpg)fixed 0 0% no-repeat;
    position: relative;
}
.manual-page{
    width: 100%;
    display: inline-block;
    height: auto;
    position: relative;
}
.manual-page .manual-box{
    width: 70%;
    margin: 0 auto;
}
.manual-page .manual-box>p{
    line-height: 1.5;
    color: #868688;
    text-align: left;
    font-size: 16px;
    margin: 10px 0px;
}
.manual-page .manual-box>h3{
    font-size: 20px;
    font-family: "TradeGothicCondensedBold","Microsoft Yahei",Arial,sans-serif;
    color: #0081cc;
    margin-top: 30px;
}
.manual-page .manual-box .manual-bg{
    max-width: 100%;
    background-color: rgb(243, 243, 243);
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
.manual-bg tr:nth-child(odd) td{
    border-right: 1px solid #fff;
    background-color: #e5e5e5;
}
.manual-bg tr td strong{
    font-weight: bold;
    color: #00aeef;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    margin: 0 auto;
}
table.manual-bg td{
    padding: 10px;    
}
table.manual-bg{
    margin-bottom: 30px;
}

/* 维修服务 */
.service-bj{
    width: 100%;
    height: 400px;
    background: url(/html/images/manual.jpg)fixed 0 0% no-repeat;
    position: relative;
}
.service-page{
    width: 100%;
    position: relative;
    display: inline-block;
    height: auto;
}
.service-page .service-box{
    width: 70%;
    margin: 0 auto;
}
.service-page .service-box .service-logo{
    width: 200px;
    height: auto;
    padding: 20px;
}
.service-page .service-box .service-logo img{
    width: 100%;
}
.service-page .service-box p{
    font-size: 18px;
    color: #666;
    text-align: left;
}
/* .service-page .service-box img{
    width: 100%;
} */

/* 客户留言 */
.message-bj{
    width: 100%;
    height: 400px;
    background: url(/html/images/message.jpg)fixed 0 185% no-repeat;
    position: relative;
}

/* 留言功能 */
.wantConsult{
    padding-top: 30px;
    width: 100%;
    display: inline-block;
}
.wantConsult .wrap_mar{
    width: 70%;
    margin: 0 auto;
}
.wantConsult_btm.clear{
    display: inline-block;
    width: 100%;
    margin: 0 auto;
}
.wantConsult .zxTitle{ 
    height: 68px; 
    border-top: 2px solid #333333; 
}
.wantConsult .zxTitle .p1{ 
    font-size: 22px; 
    line-height: 68px; 
    color: #333; 
}
.wantConsult_btm_right{ 
    width: 100%; 
    height: 100%; 
}
.txt-wt{
    width: 100%;
    float: right;
    position: relative;
}
.txt-wt img{
    width: 100%;
}
.txt-wt .txt-js{
    position: absolute;
    left: 0;
    right: 0;
    top: 10rem;
}
.txt-wt .txt-js h3{
    font-size: 30px;
    text-align: center;
    font-weight: 700;
    font-family: none;
    line-height: 3;
    color: #fff;
}
.txt-wt .txt-js p{
    font-size: 22px;
    text-align: left;
    color: #fff;
    line-height: 2;
    width: 365px;
    margin: 0 auto;
}
.wantConsult_btm_right .form{ 
    width: 100%; 
    padding-bottom: 30px;
    /* margin-left: 40px; */
    /* margin: 0 auto; */
    float: left;
 }
.wantConsult_btm_right .form textarea { 
    padding: 15px 20px; 
    width: 100%; 
    /* height: 100px;  */
    line-height: 20px; 
    font-size: 14px; 
    color: #aeaeae; 
    border-radius: 5px; 
    margin-top: 20px; 
    background: #f3f2f1; 
    outline: none; 
}
.wantConsult_btm_right .form .input_p { 
    height: 40px; 
    background: #f3f2f1; 
    width: 100%; 
    padding-left: 10px; 
    border-radius: 5px; 
    margin-top: 20px; 
}
.wantConsult_btm_right .form .input_p .span1 { 
    display: inline-block; 
    width: 100px; 
    height: 16px; 
    line-height: 16px; 
    border-right: 1px solid #d8d8d8; 
    font-size: 13px; 
    color: #404040;
    padding-right: 5px; 
    margin-top: 12px; 
    text-align: text-justify; 
}
.wantConsult_btm_right .input_p .txt { 
    width: 260px; 
    padding-left: 10px; 
    border: none; 
    background: #f3f2f1; 
    height: 38px; 
    line-height: 38px; 
    outline: none; 
    font-size: 14px; 
    color: #aeaeae; 
}
.wantConsult_btm_right .form textarea:focus { 
    color: #666; 
}
.wantConsult_btm_right .input_p .txt:focus { 
    color: #666; 
}
.input_p font { 
    font-size: 14px; 
    color: #666; 
    margin-top: 12px; 
    margin-right: 18px; 
    margin-bottom:18px;
}
.radio_box { 
    display: inline-block; 
    position: relative; 
    margin-left: 10px; 
}
.radio_box label { 
    width: 16px; 
    height: 16px; 
    position: absolute; 
    top: -1px; 
    left: 0px; 
    border: 1px solid #878787; 
    border-radius: 50%; 
    background: #fff; 
    cursor: pointer; 
}
.radio_box input { 
    margin-right: 4px; 
    margin-top: 1px; 
}
.check_box em { 
    margin: 0 0 0 5px; 
}
.sub_ziXun { 
    margin-top: 30px; 
    height: 50px; 
    text-align: center; 
}
.sub_ziXun input.btn1{ 
    width: 200px; 
    height: 50px; 
    font-size: 18px; 
    color: #fff; 
    background: #0081cc; 
    border-radius: 5px; 
    border: none; 
    outline: none; 
}
.ninTitle { 
    height: 45px; 
    line-height: 45px; 
    font-size: 15px; 
    font-weight: bold; 
    color: #666; 
    padding-left: 18px; 
    background: #f7f7f7; 
    margin-bottom: 15px; 
    border-radius: 5px 5px 0 0; 
}

/* 电子地图 */
.map-bj{
    width: 100%;
    height: 400px;
    background: url(/html/images/message.jpg)fixed 0 185% no-repeat;
    position: relative;
}
.map-box{
    width: 100%;
    display: inline-block;
    position: relative;
    height: auto;
    /* padding: 40px; */
}
.map-page{
    width: 70%;
    margin: 0 auto;
    display: block;
}
.map-page h1{
    color: #0081cc;
    font-family: -webkit-pictograph;
    font-weight: 700;
    line-height: 2;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}
.map-page p{
    text-align: left;
}
#allmap{
    width: 100%;
    height: -webkit-fill-available;
    display: inline-block;
}
/* 加入我们 */
.join-bj{
    width: 100%;
    height: 400px;
    background: url(/html/images/performance.jpg)fixed 0 85% no-repeat;
    position: relative;
}
/* 联系W66利来 */
.contact-bj{
    width: 100%;
    height: 400px;
    background: url(/html/images/message.jpg)fixed 0 185% no-repeat;
    position: relative;
}
.contact-page,.join-page{
    width: 100%;
    height: auto;
    display: inline-block;
}
.contact-page .contact-box,.join-page .join-box{
    width: 70%;
    margin: 0 auto;
    position: relative;
    display: block;
}
.contact-page .contact-box h1,.join-page .join-box h1{
    font-size: 25px;
    line-height: 1.8;
    text-align: left;
    color: #0081cc;
    font-weight: bold;
}
.contact-page .contact-box p{
    color: #868688;
}
.contact-page .contact-box a{
    color: #000;
}

/* 跳转页 */
input.fy-hidden{
    padding: 5px 10px;
    border: 1px solid #8c8c8e;
    background: #fff;
    font-size: .875rem;
    line-height: 1.5rem;
    display: block;
    width: 25%;
    float: left;
    margin-right: 10px;
}
.fy-p{
    width: 80%;
    float: left;
}
.fy-input{
    width: 20%;
    float: left;
    text-align: center;
    line-height: 2.5;
}
.qr-an{
    width: 25%;
    float: left;
    padding: 5px 10px;
    border: 1px solid #8c8c8e;
    background: #fff;
    font-size: .875rem;
    line-height: 1.5rem;
    display: block;
}
.qr-an:hover{
    background-color: #0081cc;
    color: #fff;
}
span.suoxuan {
    float: left;
}

.cp-dhl{
    width: 100%;
    margin: 0 auto;
    display: table;
    text-align: center;
    background-color: #333;
}
.cp-dhl .cp-dhlu{
    display: inline-block;
    margin: 0;
    padding: 0;
    /* background-color: #fff; */
}
.cp-dhl .cp-dhlu .cp-dhli:hover{
    color: #00aeef;
}
.cp-dhl .cp-dhlu .cp-dhli{
    padding: 10px 20px;
    float: left;
    /* background-color: #318ac1; */
    margin-right: 20px;
    margin-left: 20px;
    /* margin-bottom: 5px; */
    line-height: 1;
    cursor: pointer;
    color: #fff;
}
.cp-dhl .cp-dhlu .cp-dhli:hover{
    /* background-color: #0081cc; */
}
.cp-dhl .cp-dhlu .cp-dhli a{
    color: #fff;
}
.cp-left {
    float: left;
    padding: 0 20px;
}
.cp-right {
    float: right;
    width: 150px;
    line-height: 3;
    background-color: #0081cc;
}
.cp-right a{
    color: #fff;
}
.cp-left h1{
    font-size: 21px;
    color: #0081cc;
    /* font-weight: bold;
    text-shadow: 1px 0px 1px white; */
    margin: 0;
    line-height: 2;
}
.top_button{
    text-align: center;
    width: 100%;
}
button.button-ana{
    border: 0;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    color: #fff;
    background: #999999;
    font-size: 1rem;
    line-height: 1rem;
    text-align: center;
    letter-spacing: 1.5px;
    padding: 16px;
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
}
.menu-search .search-button .iconfont{
    font-size: 21px;
    left: 3px !important;
    bottom: 3px !important;
}
#datashow{
    width:128px;
    height: 26px;
    margin-left: -150px;
    border:none;
    float: left;
}
#select{
    width:150px;
    height:30px;
    border-radius: 3px;
}
.fy-box-70{
    width: 1200px;
    margin: 0 auto;
}

/* web手机端 */
.sp_nav_xjb{
    display: none;
}

.case-page .case-ny img{
    /* width: 100%;
    height: auto; */
}