.wrapper {
    background-color: #F8F8F8
}

.links {
    /*width: 100%;*/
    margin: 0 auto;
    position: absolute;
    text-align: center;
    color: #636D81;
}

.links .link_flow {
    margin: 0 auto;
}

.links ul li {
    float: left;
    margin-right: 10px;
    font-size: 14px;
}

.links ul h3 {
    font-size: 14px;
    font-weight: inherit;
    float: left;
    margin-right: 10px;
    color: #fff;
    line-height: 25px;
}

.links ul li a {
    color: #fff
}

.links ul li a:hover {
    color: #fff;
}

#newBridge {
    display: none;
}

@media screen and (min-width: 100px) and (max-width: 900px) {
    #newBridge {
        display: block;
    }

    .gn .customer {
        display: none;
    }
}

.preview .container {
    padding: 0;
    display: flex;
}

.preview .container:before {
    display: none;
}

.preview .container a {
    width: 25%;
    position: relative;
}

.preview .container .zhezhao {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: rgb(0, 0, 0, 0.5);
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    line-height: 12rem;
}
.preview .container .zhezhao2 {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: rgb(0, 0, 0, 0.2);
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    line-height: 12rem;
}
.preview .container .active .zhezhao2 {
    display: block;
}
#ys {
    padding-top: 6rem;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    background-color: #fff;
}

.slider__item1,
.slider__item2,
.slider__item3,
.slider__item4,
.slider__item5 {
    width: 100vw;
    height: 450px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.slider__item1 {
    background-image: url(../../newlh/image/lhb2.jpg);
}

.slider__item2 {
    background-image: url(../../newlh/image/bar3.png);
}

.slider__item3 {
    background-image: url(../../newlh/image/bar4.png);
}

.slider__item4 {
    background-image: url(../../newlh/image/banner1.png);
}

.slider__item5 {
    background-image: url(../../newlh/image/banner5.png);
}

@media (max-width: 1200px) {
    .row-block {
        width: 30.3%;
    }

    .map-num-title {
        font-size: 40px;
    }

    .map-num-tip {
        font-size: 15px;
    }
}

.content-block a {
    display: block;
    width: 33.3%;
}

.content-block a:hover {
    text-decoration: none;
}

.row-block {
    width: auto;
}

.preview .container .active .zhezhao {
    display: none;
}
.block-l-t{
    margin-bottom: 0px;
    font-size: 16px;
}
.block-l-c{
    width: auto;
    font-size:12px;
}
.block-l{
    padding-bottom: 0.1rem;
}
.jies{
    width:603px;
    height:112px;
    font-size:20px;
    font-family:Arial;
    font-weight:400;
    line-height:24px;
    color:rgba(255,255,255,1);
    opacity:1;
}
.index-title{
    position: relative;
    text-align: center;
    font-size: 30px;
    color: #000;
    margin: 10px 0;
    font-weight: b;
}
.index-title .line{
    content: "";
    width: 80px;
    margin: 0 auto;
    height: 1px;
    border: 1px solid #479BFF;
    margin-top: 10px;
}
.product-c{
    display: flex;
    align-items: center;
    font-size: 26px;
    font-weight: bold;
    width: 618px;
    height: 408px;
    background-image: url(../../newlh/image/product_c.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
    text-align: center;

}
.product-block{
    display: flex;
    align-items: center;
    width: 100%;
    height: 167px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 15px;
    cursor: pointer;
    padding: 5px;
    color: #fff;
    text-align: center;
}

.product-img1{
    background-image: url(../../newlh/image/product_1.png);
}
.product-img2{
    background-image: url(../../newlh/image/product_2.png);
}
.product-img3{
    background-image: url(../../newlh/image/product_3.png);
}
.product-img4{
    background-image: url(../../newlh/image/product_4.png);
}
.product-l,.product-r{
    width: 100%;
    height: 100%;
    position: relative;
}

.product-t{
    position: absolute;
    top: 0;
}
.product-b{
    position: absolute;
    bottom: 0;
}
.m-deng{
    justify-content: center;
    align-content: center;
    /*  stretch让盒子内的每个元素的高度都等于行高 */
    align-items: stretch;
}
.product-content{
    width: 100%
}
.product-content .title1{
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;

}
.product-content .tips1{
    display: none;
    font-size: 14px;
    line-height: 20px;
    transition: all .3s ease-in-out;
}
.product-block:hover{
    background-image:none;
    background-color: #479BFF;
    /*transition: background-color .3s ease-in;;*/

}
.product-block:hover .tips1{
    display: block;
    transition: all .3s ease-in-out;

}
.product-c .title{
    margin: 0 auto;
}
.wrap-flex{
    display:flex;
    text-align: center;
    margin-bottom: 15px;
}
.wrap-flex-item{
    flex:1;
}

.wrap-flex-item:nth-of-type(1){
    padding-right:20px;
}

.wrap-flex-item:nth-of-type(2){
    padding-left:10px;
    padding-right:10px;
}

.wrap-flex-item:nth-of-type(3){
    padding-left:20px;
}

.wrap-flex .content{
    height: 200px;
    background: #fff;
    padding: 27px;
    border-radius: 10px;
    box-shadow: 0 3px 8px 0 rgb(0 0 0 / 5%);
    cursor: pointer;
}
.process-b{
    width: 100px;
    height: 91px;
    margin: 0 auto;
    margin-bottom: 5px;
}
.process-b1{
    background-image: url(../../newlh/image/process1.png);
}
.content-a .process-b1{
    background-image: url(../../newlh/image/process1_a.png);
}
.process-b2{
    background-image: url(../../newlh/image/process2.png);
}
.content-a .process-b2{
    background-image: url(../../newlh/image/process2_a.png);
}
.process-b3{
    background-image: url(../../newlh/image/process3.png);
}
.content-a .process-b3{
    background-image: url(../../newlh/image/process3_a.png);
}
.process-b4{
    background-image: url(../../newlh/image/process4.png);
}
.content-a .process-b4{
    background-image: url(../../newlh/image/process4_a.png);
}
.process-b5{
    background-image: url(../../newlh/image/process5.png);
}
.content-a .process-b5{
    background-image: url(../../newlh/image/process5_a.png);
}
.process-b6{
    background-image: url(../../newlh/image/process6.png);
}
.content-a .process-b6{
    background-image: url(../../newlh/image/process6_a.png);
}
.process-text{
    color: #000;
    font-size: 18px;
    letter-spacing: 1px;
}
.process-text .num{
    font-size: 25px;
    margin-right: 5px;
}
.content-a{
    background-color: #479BFF !important;
}
.content-a .process-text{
    color: #ffffff;
}
.regist-btn-new{
    padding: 10px 3rem;
    background-color: #FB6526 !important;
    color: #ffffff !important;
    font-weight: bold;
    background-image: url(../../newlh/image/registbg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.regist-btn-new:hover{
    background-color: #ea5719 !important;
}