.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;
}

#ys {
    padding-top: 6rem;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    background-color: #fff;
}

.slider__item1,
.slider__item2,
.slider__item3,
.slider__item4,
.slider__item5,
.slider__item6,
.slider__item7,
.slider__item8{
    width: 100vw;
    height: 450px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.slider__item1 {
    background-image: url(/Public/Home/default/images1/bfg.png);
}

.slider__item2 {
    background-image: url(/Public/Home/default/images1/cp1.jpg);
}

.slider__item3 {
    background-image: url(/Public/Home/default/images1/cp3.jpg);
}

.slider__item4 {
    background-image: url(/Public/Home/default/images1/bagong.jpg);
}

.slider__item5 {
    background-image: url(/Public/Home/default/images1/yuangong.png);
}
.slider__item6 {
    background-image: url(/Public/Home/default/images1/yimiao.png);
}
.slider__item7 {
    background-image: url(/Public/Home/default/images1/_20220324150502.jpg);
}
.slider__item8 {
    background-image: url(/Public/Home/default/images1/20220324181854.jpg);
}
@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;
}
/*直播弹窗*/
.live-block{
    position:fixed;
    width: 330px;
    z-index: 99999;
    right: 5px;
    bottom: 5px;
}
.live-block .detail{
    box-shadow:0px 3px 6px rgba(0,0,0,0.09);
}
.live-block .detail .head{
    padding: 7px 14px;
    font-size: 16px;
    background-color: #479BFF;
    color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.live-block .detail .head img,
.live-block .item  img{
    cursor: pointer;
}
.live-block .detail .center{
    padding: 7px 14px;
    font-size: 14px;
    color: #000000;
    background-color: #ffffff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.live-block .detail .center .c-orange{
    color: #FF6600;
    background-color: #F3F5F9;
}
.live-block .detail .center .title{
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}
.live-block .detail .center .img{
    margin-bottom: 15px;
}
.live-block .item{
    margin-top: 5px;
    background-color: #F3F5F9;
    box-shadow:0px 3px 6px rgba(0,0,0,0.09);
    border-radius: 5px;
    color: #333333;
    font-size: 14px;
}
.live-block .item .item-l{
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 5px 16px;
    background-color: #ffffff;
}
.live-block .item .item-l img{
    margin-right: 10px;
}
.slider-nav__control{
    display: inline-block;
    width: 25px;
    height: 6px;
    margin: 0 3px;
    -webkit-transition: background .5s ease;
    -moz-transition: background .5s ease;
    -o-transition: background .5s ease;
    transition: background .5s ease;
    border: 2px solid #fff;
    border-radius: 22%;
    cursor: pointer;
    background: rgba(255,255,255,1);
    opacity: 0.6;
}
.slider-nav__control.is-active{
    width: 55px;
    height: 6px;
    background: #fff;
    opacity: 1;
}
.login-info{
    position: absolute;
    right: 200px;
    top: 20px;
    z-index: 500;
    width: 343px;
    /*height: 338px;*/
    background:rgba(255,255,255,0.9);

}
.account{
    /*margin-left: 21px;*/
    /*margin-right: 21px;*/
    margin-bottom: 16px;
}
#username{
    width:  100%;
    /*border-radius: 0px;*/
}
#password{
    width:  100%;
    /*border-radius: 0px;*/
}
.verifyimg{
    width: 110px;
}
#verify{
    width: 160px;
}
#login{
    width: 100%;
    border-radius:5px;
}
.login-info h3{
    padding-top: 26px;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
}
.headportrait{
    margin-top: 40px;
    text-align: center;
}
.headportrait img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
.headernumber{
    font-size:14px;
    color:rgba(51,51,51,1);
    text-align: center;
}
#mycenter,#nowtoubao{
    width: 202px;
    height: 40px;
    line-height: 40px;
    background: rgba(255, 102, 0, 1);
    text-align: center;
    color: white;
    margin-left: auto;
    margin-right: auto;
    margin-top: 22px;
    font-size: 14px;
    cursor: pointer;
    border-radius: 5px;
}
#nowtoubao{
    background-color: #479BFF;
}
.content-block-n{
    flex-wrap: wrap;
    padding: 0 !important;

}
.content-block-n .chi{
    width: 33.3%;
    background-image: url('../images1/nwehuoyunbg.png');
    height: 170px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    padding: 1rem;
}
.content-block-n .chi2{
    background-image: url('../images1/nwehuoyunbg2.png');
}
.content-block-n .chi3{
    background-image: url('../images1/nwehuoyunbg3.png');
}
.content-block-n .chi .block-l .title{
    font-size:20px;
    font-weight:bold;
    line-height:28px;
    color:rgba(51,51,51,1);
    margin-bottom: 10px;
}
.content-block-n .chi .block-l .bottom div{
    position: relative;
    font-size:14px;
    line-height:24px;
    color:rgba(153,153,153,1);
    padding-left: 17px;
}
.content-block-n .chi .block-l .bottom div:before{
    position: absolute;
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #2699FB;
    left: 0px;
    top: 30%;
}
.content-block-n .chi .block-r{
    padding: 1rem;
}
.content-block-n .chi .block-r .top1{
    font-size:26px;
    font-weight:bold;
    color:rgba(233,35,51,1);
    text-align: center;
}
.content-block-n .chi .block-r .center{
    height: 20px;
    font-size:14px;
    color:rgba(102,102,102,1);
    text-align: center;
}
.content-block-n .chi .block-r .bottom{
    margin-top: 10px;
}

.content-block-n .chi .block-r .bottom div{
    width:120px;
    height:40px;
    border:1px solid rgba(38,153,251,1);
    box-shadow:0px 3px 6px rgba(71,155,255,0.16);
    text-align: center;
    line-height: 40px;
    margin: 0 auto;
    cursor: pointer;
}
.active-t{
    font-size: 16px;
    font-weight: bold;
    color: #1890FF;
    border-bottom: 2px solid #1890FF;
}
#username2{
    width: 100%;
}
#password2{
    width: 160px;
}
.get-code{
    width: 110px;
}