@charset "utf-8";

/*画册竞价页css*/

a:hover {
    text-decoration: inherit;
    color: #999;
}

img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    vertical-align: bottom;
    max-width: 100%;
}

.clear {
    clear: both
}

.loading {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background: #1a1a1a;
    z-index: 99;
}

.loading img {
    display: block;
    margin: 150px auto;
    width: 500px;
}

.box-content {
    padding: 50px 0;
}


/*标题*/

.h3-title {
    text-align: center;
    font-size: 1.9rem;
    margin: 0;
    font-weight: 200;
    letter-spacing: 1px;
}

.h3-title small {
    text-align: center;
    width: 100%;
    display: block;
    line-height: 31px;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 300;
    margin: 15px 0;
}


/*咨询按钮*/

.button-call {
    line-height: 15px;
    background: #439bdb;
    padding: 15px 25px;
    font-size: 22px;
    border-radius: 5px;
    margin: 0 auto;
    letter-spacing: 1px;
    border: 0;
    display: block;
    font-weight: 300;
    color: #fff;
}

.button-call:hover {
    bottom: 95px !important;
    box-shadow: 1px 5px 9px -3px #111;
}


/*滚动灰色箭头*/

.carousel-control-next .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23888' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e") !important;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23888' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e") !important;
}

.carousel-indicators li {
    background-color: #888;
}


/*弹出留言框*/


/*正文内容*/

body,
html {
    overflow-x: hidden;
    table-layout: fixed;
    word-wrap: break-word;
    word-break: break-all;
}


/*首图*/

.banner-top .carousel-item.vis1 {
    position: absolute;
    background: url(../images/rongzi/rongzi_01.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    width: 100%;
    height: 100%;
}

.banner-top .carousel-item.vis2 {
    position: absolute;
    background: url(https://www.xlibai.com/wp-content/themes/xiaolibai/images/banner/b.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    width: 100%;
    height: 100%;
}


/*背书*/

.img1 {
    background: #f0f4f5;
    padding: 60px 0 30px 0;
}

.img1 img,
.img2 img {
    display: block;
    width: 100%;
}

.img2.rongzi1 {
    position: relative;
    margin-bottom: -45px;
}

.img2.rongzi1 .button-call {
    position: relative;
    bottom: 90px;
}


/*案例*/

.case {
    position: relative;
}

.case span {
    display: block;
    text-align: center;
    background: #1c529a;
    color: #fff;
    font-size: 17px;
    line-height: 35px;
}

.case .container-fluid {
    position: absolute;
    bottom: 35px;
    width: 60%;
    left: 20%;
}


/*更多服务*/

.box-content .wk_serve {
    width: 1100px;
    margin: 50px auto;
}

.box-content .wk_serve>div {
    background: url(../images/album/brand_12.png) no-repeat center;
    background-size: 100% 100%;
    width: 31%;
    margin-right: 3.5%;
    height: 60%;
    float: left;
    padding: 5% 3% 15%;
    min-height: 410px;
    max-height: 755px;
}

.box-content .wk_serve>div .wk_serve_01 {
    border-bottom: 1px solid #888;
    margin-bottom: 20px;
    padding-bottom: 25px;
}

.box-content .wk_serve>div .wk_serve_01 {
    border-bottom: 1px solid #888;
    margin-bottom: 20px;
    padding-bottom: 25px;
}

.box-content .wk_serve>div .wk_serve_01 {
    border-bottom: 1px solid #888;
    margin-bottom: 20px;
    padding-bottom: 25px;
    color: #000;
}

.box-content .wk_serve>div .button {
    text-align: center;
}

.box-content .wk_serve>div .wk_serve_01>h2 {
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #000;
    text-shadow: 0px 0px 0px #333;
}

.box-content .wk_serve>div .wk_serve_01>p {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.5px;
}

.box-content .wk_serve>div .wk_serve_01 span {
    line-height: 69px;
    font-size: 16px;
    padding: 3px 15px 4px;
    border: 1px solid #888;
    margin-right: 2%;
    letter-spacing: 1px;
}

.box-content .wk_serve>div .button span {
    line-height: 15px;
    background: #18487d;
    padding: 5px 20px;
    font-size: 22px;
    border-radius: 5px;
    margin: 0 auto;
    letter-spacing: 1px;
    color: #fff;
}

.box-content .wk_serve>div .button span:hover {
    box-shadow: 1px 2px 12px 1px #999;
    padding: 6px 22px;
    position: relative;
    bottom: 5px;
}

.box-content .wk_serve>div .wk_serve_01 span:hover {
    background: #595757;
    color: #fff;
}


/*正文内容结束*/


/*底部导航*/

.fp-auto-height.active .wk_footer_side {
    padding: 26px 0;
    background: #0e0e0e;
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
}

.wk_footer {
    margin: 0 auto;
    min-width: 1000px;
    width: 100%;
    background: url(../images/brand/logo_4.png) no-repeat left center;
    color: #b6b3b3;
    line-height: 26px;
}

.wk_footer a {
    color: #b6b3b3;
}

.wk_footer .footer_serve {
    float: right;
    clear: both;
}

.fp-auto-height .wk_footer_side {
    padding: 26px 5%;
    background: #0e0e0e;
}

.wk_footer .footer_serve span {
    line-height: 37px;
    margin: 0 15px;
    font-size: 15px;
    font-family: initial;
    letter-spacing: 1px;
}


/*案例弹出窗口*/

.case_day {
    border: 0;
    height: 100%;
    position: fixed;
    top: 0;
    margin: 0 auto;
    width: 100%;
    display: none;
    z-index: 20;
}

.case_day::-webkit-scrollbar {
    display: none;
}

.case_day .close {
    top: 5%;
    right: 1%;
    width: 50px;
    height: 50px;
    position: absolute;
    background: url(../images/common/x.png) no-repeat center;
}

.case_day .shade {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #3339;
}

.case_day iframe {
    width: 85%;
    height: 100%;
    border: 0;
    margin: 0 auto;
    display: block;
}


/*返回顶部*/

p#back-to-top {
    position: fixed;
    display: none;
    bottom: 100px;
    right: 80px;
}

p#back-to-top a {
    text-align: center;
    text-decoration: none;
    color: #d1d1d1;
    display: block;
    width: 64px;
    /*使用CSS3中的transition属性给跳转链接中的文字添加渐变效果*/
    -moz-transition: color 1s;
    -webkit-transition: color 1s;
    -o-transition: color 1s;
}

p#back-to-top a:hover {
    color: #979797;
}

p#back-to-top a span {
    background: transparent url(../images/common/top01.png) no-repeat center;
    background-size: 100%;
    border-radius: 6px;
    display: block;
    height: 64px;
    width: 56px;
    margin-bottom: 5px;
    /*使用CSS3中的transition属性给<span>标签背景颜色添加渐变效果*/
    -moz-transition: background 1s;
    -webkit-transition: background 1s;
    -o-transition: background 1s;
}

#back-to-top a:hover span {
    background: transparent url(../images/common/top02.png) no-repeat center;
    background-size: 100%;
}


/*返回顶部结束*/


/*内容结束*/

.rongzimok>img {
    width: 100%;
    display: block;
}

.anlizhans {
    position: absolute;
    width: 76%;
    /* height: 300px; */
    /* background-color: rosybrown; */
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%);
    /* display: none; */
    overflow: hidden;
}

.anlizhans>ul {
    width: 100%;
}

.dangeli {
    width: 30%;
    margin-right: 3%;
    float: left;
    text-align: center;
    margin-bottom: 17px;
}

.dangeli>img {
    width: 100%;
    display: block;
}

.textneo {
    text-align: center;
    font-size: 35px;
    margin: 0;
    /* padding: 10px 0; */
    margin: 29px 0 27px;
}

.textmow {
    text-align: center;
}

.textmow>span {
    display: inline-block;
    padding-right: 7px;
}

.lgzxronzi {
    position: absolute;
    left: 41%;
    top: 74%;
    width: 18%;
    height: 11%;
    /* background-color: #439bdb; */
}


/*响应式布局*/

@media only screen and (max-width: 1650px) {
    .content {
        width: 120%;
        margin-left: -10%;
    }
}

@media only screen and (max-width: 1500px) {
    .content {
        width: 120%;
        margin-left: -10%;
    }
    .textneo {
        font-size: 28px;
        margin: 15px 0 9px;
    }
}

@media only screen and (max-width: 1350px) {
    .content {
        width: 140%;
        margin-left: -20%;
    }
    .textneo {
        font-size: 22px;
        margin: 12px 0 6px;
    }
    .dangeli p {
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
    }
}

@media only screen and (max-width: 1200px) {
    .dangeli p {
        display: none;
    }
}

@media only screen and (max-width: 1150px) {}

@media only screen and (max-width: 1055px) {
    .textneo {
        font-size: 20px;
    }
}

@media only screen and (max-width: 1000px) {
    .content {
        width: 180%;
        margin-left: -40%;
    }
    .box-content.more {
        display: none;
    }
}