﻿@charset "utf-8";

.bs-slider {
    overflow: hidden;
    max-height: 590px;
    position: relative;
    background: #000;
    z-index: 0;
}

.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
}

.bs-slider>.carousel-inner>.item>img,
.bs-slider>.carousel-inner>.item>a>img {
    margin: auto;
    width: 100% !important;
}

.fade {
    opacity: 1;
}

.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}

.fade .item:first-child {
    top: auto;
    position: relative;
}

.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}

.control-round .carousel-control {
    top: 47%;
    opacity: 0;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #111;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}

.control-round:hover .carousel-control {
    opacity: 1;
}

.control-round .carousel-control.left {
    left: 1%;
}

.control-round .carousel-control.right {
    right: 1%;
}

.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover {
    color: #fdfdfd;
    background: rgba(0, 0, 0, 0.8);
    border: 0px transparent;
}

.control-round .carousel-control.left>span:nth-child(1) {
    left: 45%;
}

.control-round .carousel-control.right>span:nth-child(1) {
    right: 45%;
}

.indicators-line>.carousel-indicators {
    right: 47%;
    bottom: 3%;
    left: auto;
    width: 90%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
}

.indicators-line>.carousel-indicators li {
    padding: 0;
    width: 15px;
    height: 15px;
    border: 1px solid rgb(158, 158, 158);
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: rgb(158, 158, 158);
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
    transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
    z-index: 10;
    cursor: pointer;
}

.indicators-line>.carousel-indicators li:last-child {
    margin-right: 0;
}

.indicators-line>.carousel-indicators .active {
    margin: 1px 5px 1px 1px;
    box-shadow: 0 0 0 2px #fff;
    background-color: transparent;
    position: relative;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.indicators-line>.carousel-indicators .active:before {
    transform: scale(0.5);
    background-color: #fff;
    content: '';
    position: absolute;
    left: -1px;
    top: -1px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.slide_style_left {
    text-align: left !important;
}

.slide_style_right {
    text-align: right !important;
}

.slide_style_center {
    text-align: center !important;
}

.slide-text {
    left: 0;
    top: 25%;
    right: 0;
    margin: auto;
    position: absolute;
}

.slide-text>h1 {
    padding: 0;
    color: #ffffff;
    font-size: 70px;
    font-style: normal;
    line-height: 84px;
    margin-bottom: 30px;
    letter-spacing: 1px;
    display: inline-block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.slide-text>p {
    padding: 0;
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 40px;
    letter-spacing: 1px;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.slide-text a.btn-default {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    padding: 17px 40px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #288feb;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

.slide-text a.btn-primary {
    cursor: pointer;
    font-weight: 400;
    font-size: 16px;
    line-height: 15px;
    margin-left: 10px;
    text-align: center;
    padding: 17px 40px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #fff;
    color: #288feb;
    border: solid 1px #288feb !important;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

.slide-text a:hover,
.slide-text a:active {
    color: #ffffff;
    background: #222222;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    border-color: #222 !important;
}

.slide-text .banner_text1_left a:hover,
.slide-text .banner_text1_left a:active {
    background: #288feb;
}

.slide-text .banner_text1_right a:hover,
.slide-text .banner_text1_right a:active {
    background: #288feb;
}

.slide_text1_img .banner_active a:hover,
.slide_text1_img .banner_active a:active {
    border-bottom: 1px solid #288feb;
}

.slide-texts {
    left: 0;
    top: 25%;
    right: 0;
    margin: auto;
    position: absolute;
}

@media (max-width: 991px) {
    .slide-text h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
    }

    .slide-text>p {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .slide-text {
        padding: 10px 50px;
    }

    .slide-text h1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }

    .slide-text>p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .control-round .carousel-control {
        display: none;
    }
}

@media (max-width: 480px) {
    .slide-text {
        padding: 10px 30px;
    }

    .slide-text h1 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 5px;
    }

    .slide-text>p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px;
    }

    .slide-text>a.btn-default,
    .slide-text>a.btn-primary {
        font-size: 10px;
        line-height: 10px;
        margin-right: 10px;
        text-align: center;
        padding: 10px 15px;
    }

    .indicators-line>.carousel-indicators {
        display: none;
    }
}

.banner-img-wp {
    height: 590px;
}

.slide-text1 {
    width: 1200px;
    margin: 0 auto;
    top: 0;
}

.slide-text1 .banner-img {
    float: left;
    width: 50%;
    text-align: right;
}

.slide_text1_img {
    width: 100%;
    margin: 0 auto;
    top: -95px;
}

.slide_text1_img a:hover {
    color: #fff;
}

.slide_text2_img {
    width: 100%;
    margin: 0 auto;
    top: -57px;
}

.banner_text_img {
    width: 100%;
    height: 601px;
    background: url('../images/banner-cewei.jpg') top center no-repeat;
    margin-top: 95px;
}

.banner-text1 {
    line-height: 30px;
    color: #111;
    width: 50%;
    float: left;
    padding-left: 6%;
    padding-top: 10%;
}

.banner_container {
    position: absolute;
    top: 25%;
    left: 35%;
    background: lightblue;
}

.banner_container1 {
    width: 800px;
    position: absolute;
    top: 25%;
    left: 34%;
}

.banner_container1 h1 {
    font-size: 60px;
    color: #fff;
    font-weight: 900;
}

.banner_container1 h3 {
    font-weight: 900;
    font-size: 28px;
    color: #fff;
    margin-top: 15px;
}

.banner_container1 p {
    width: 669px;
    height: 57px;
    border-radius: 28px;
    background: #ffc42a;
    font-weight: 400;
    font-size: 34px;
    color: #000;
    padding-left: 37px;
    box-sizing: border-box;
    line-height: 57px;
    margin-top: 49px;
}

.banner_container1 .scheme {
    font-weight: 900;
    font-size: 20px;
    color: #fff;
    margin-top: 20px;
}

.scheme-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 32px;
}

.scheme-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-right: 37px;
}

.scheme-wrap img {
    width: 33.66px;
    height: 33.66px;
}

.scheme-wrap .scheme-name {
    font-weight: 300;
    font-size: 30px;
    color: #fff;
    margin-left: 6px;
}

.banner_container2 {
    width: 800px;
    position: absolute;
    top: 25%;
    left: 51%;
}

.banner_container2 h1 {
    font-weight: 900;
    font-size: 68px;
    color: #fff;
}

.banner_container2 h2 {
    font-weight: 400;
    font-size: 24px;
    color: #fff;
    margin-top: 13px;
}

.banner_container2 p {
    font-weight: 400;
    font-size: 24px;
    color: #fff;
    margin-top: 33px;
}

.banner_container2 h3 {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    margin-top: 15px;
}

.consulting-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 30px;
}

.consulting-container .consulting-wrap {
    width: 260px;
    height: 125px;
    background: linear-gradient(89.79deg, #2d458d 0%, #142c76 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 15px;
    box-sizing: border-box;
}

.banner_container3 {
    position: absolute;
    top: 18%;
    left: 34%;
}

.segmentation-container {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.banner_container3 .segmentation {
    width: 46px;
    height: 7px;
    background: #4090e5;
}

.banner_container3 h1 {
    font-weight: 900;
    font-size: 64px;
    letter-spacing: 0.05px;
    color: #fff;
    margin-top: 22px;
}

.twoway-selection {
    width: 505px;
    height: 58px;
    background: #4090e5;
    font-weight: 400;
    font-size: 26px;
    letter-spacing: 0.05px;
    color: #fff;
    margin-top: 14px;
    padding-left: 24px;
    box-sizing: border-box;
    line-height: 58px;
}

.banner_container3 .quality-service1 {
    width: 606px;
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    margin-top: 18px;
    text-align: right;
    line-height: 25px;
}

.banner_container3 .quality-service2 {
    width: 604px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: right;
    color: rgba(255, 255, 255, .8);
    margin-top: 9px;
}

.banner_container3 img {
    width: 903px;
    height: 194px;
    margin-top: 32px;
}

.consulting1 {
    font-weight: 400;
    font-size: 24px;
    color: #fff;
}

.consulting-container img {
    width: 163px;
    height: 125px;
}

.consulting2 {
    font-weight: 700;
    font-size: 24px;
    color: #fff;
    margin-top: 9px;
}

.banner_text1_font h3 {
    font-weight: bold;
    font-size: 36px;
    margin-top: 10px;
}

.banner_text1_font span {
    color: #288feb;
    font-size: 16px;
}

.banner_text1_font h2 {
    font-weight: bold;
    font-size: 36px;
    padding-top: 30px;
}

.banner_text1_font p {
    line-height: 1.8em;
    font-size: 18px;
    padding: 30px 0 30px;
}

.banner_text3_row {
    width: 1200px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.banner_text3_wrapper h2 {
    font-weight: bold;
    font-size: 36px;
    line-height: 45px;
    margin-bottom: 30px;
}

.banner_text3_wrapper p {
    font-size: 20px;
    margin: 10px 0;
}

.banner_text3_wrapper a {
    margin-top: 30px;
}

.banner_text3_font h2 {
    font-weight: bold;
    font-size: 36px;
    padding-top: 30px;
}

.banner-text1 span {
    color: #288feb;
    font-size: 16px;
}

.banner-text1 h2 {
    font-weight: bold;
    font-size: 36px;
    padding-top: 30px;
}

.banner-text1 p {
    line-height: 1.8em;
    font-size: 18px;
    padding: 30px 0 30px;
}

.banner-cewei-text {
    position: absolute;
    left: 48%;
    top: 175px;
    color: #fff;
    font-family: 'Source Han Sans CN';
}

.banner-cewei-text hr {
    background-color: #fff;
    width: 100px;
    height: 5px;
}

.banner-cewei-text h1 {
    margin-top: 25px;
    font-size: 50px;
    font-weight: bold;
}

.banner-cewei-text h2 {
    margin-top: 15px;
    margin-bottom: 25px;
    font-size: 40px;
    font-weight: bold;
}

.banner-cewei-text p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 25px;
}

.slide-text .banner-cewei-text .banner-btn {
    width: 140px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background-color: #fff;
    opacity: 0.9;
    color: #00c2be;
    padding: 0;
}

.slide-text .banner-cewei-text .banner-btn:hover {
    background-color: #eeeeee;
}

.banner-text2 a.btn-primary {
    margin-left: 0;
}

.banner-text2 h2 {
    line-height: 1.8em;
    padding-bottom: 20px;
    font-size: 32px;
}

.banner-text2 {
    padding-top: 7%;
}

.banner-img1 {
    padding-top: 2%;
}

.banner-img2 {
    padding-top: 1%;
}

.banner-img3 {
    padding-top: 5%;
}

.banner-img4 {
    padding-top: 2%;
}

.banner-text0 h2 {
    line-height: 1.8em;
    font-size: 36px;
    padding-top: 30px;
}

.banner_text1_left {
    width: 20%;
    margin: 12% 25%;
}

.banner_text1_left h2 {
    font-size: 36px;
    color: #fff;
}

.banner_text1_left p {
    font-size: 18px;
    color: #fff;
    margin-top: 10px;
}

.banner_bottom {
    width: 75px;
    height: 10px;
    border-top: 5px solid #0e3268;
    margin-top: 20px;
}

.banner_text1_left a.btn-default {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 15px;
    margin: 20px 0;
    text-align: center;
    padding: 10px 25px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #16151b;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

.banner_text1_right {
    width: 20%;
    position: absolute;
    top: 38%;
    left: 57%;
}

.banner_text1_right h2 {
    font-size: 36px;
    color: #fff;
}

.banner_text1_right p {
    font-size: 18px;
    color: #fff;
    margin-top: 10px;
}

.banner_bottom {
    width: 75px;
    height: 10px;
    border-top: 5px solid #0e3268;
    margin-top: 15px;
}

.banner_bottom_right {
    width: 75px;
    height: 10px;
    border-top: 5px solid #18171f;
    margin-top: 15px;
}

.banner_text1_right a.btn-default {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 15px;
    margin: 20px 0;
    text-align: center;
    padding: 10px 25px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #16151b;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

.banner_img_center {
    width: 100%;
    position: absolute;
    text-align: center;
    top: 20%;
}

.btn_default_centent {
    position: absolute;
    top: 57%;
    left: 59.5%;
    color: #fff;
}

.slide-text-20191230 .banner-text-20191230 {
    position: absolute;
    width: 100%;
    text-align: center;
    padding-top: 3%;
    z-index: 1;
}

.banner-text-20191230-text1 {
    padding-left: 65%;
    padding-top: 33%;
    position: relative;
    z-index: 2;
}

.slide-text-20191230 .banner-text-20191230-text1 a.btn-default {
    background: none;
    border: none;
}

.slide-text-20191230 .banner-text-20191230-text1 a.btn-default:hover {
    background: none;
    border: none;
    text-decoration: underline;
}

.banner_four {
    width: 230px;
    height: 45px;
    background: #288feb;
    margin: 14% 0 0 68.7%;
    color: #fff;
    font-size: 24px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-left: 12px;
}

.newtechnology {
    width: 190px;
    height: 210px;
    position: absolute;
    top: 105%;
    left: 75%;
}

.newtechnology_one {
    font-weight: bold;
    font-size: 30px;
    margin-top: 20px;
}

.newtechnology_two {
    font-size: 18px;
    margin-top: 20px;
    text-align: right;
}

.newtechnology_two div {
    margin-top: 6px;
}

.newtechnology .banner-text-20200102-text1 {
    padding-left: 65%;
    padding-top: 3%;
    position: relative;
    z-index: 2;
}

.newtechnology .banner-text-20200102-text1 a.btn-default {
    background: none;
    border: none;
}

.newtechnology .banner-text-20200102-text1 a.btn-default:hover {
    background: none;
    border: none;
    text-decoration: underline;
    outline: none;
}

.banner-text-20200102-text1 a.btn-default {
    color: #288feb;
    outline: none;
    background: none;
    border: none;
}

.layui-layer-title {
    color: red;
}

.rbgashow {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
}

.maxtanimg {
    width: 500px;
    height: 630px;
    position: fixed;
    top: 15%;
    left: 37%;
    z-index: 100;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.maxicon {
    width: 48px;
    height: 48px;
    text-align: center;
    line-height: 45px;
    border: solid 2px #fff;
    color: #fff;
    border-radius: 50%;
    font-size: 16px;
}

.mixtanimg {
    width: 220px;
    height: 290px;
    position: fixed;
    top: 70%;
    left: 2%;
    z-index: 100;
    text-align: right;
    cursor: pointer;
}

.mixtanimg img {
    position: fixed;
    top: 70%;
    left: 2%;
}

.mixicon {
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    color: #fff;
    border-radius: 50%;
    font-size: 16px;
    background: red;
}

.layui-layer-shade {
    z-index: 10 !important;
}


/*自定义右下角弹窗*/

.dragon_bag {
    width: 380px;
    height: 280px;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 200;
    /* background-image: url(../images/boat.png); */
    background-size: 100% 100%;
    background-color: #fff;
    border-radius: 5px 5px 0 0;
    background-size: 100% 100%;
    padding: 30px 35px;
    box-sizing: border-box;
}

.title_name {
    width: 100%;
    height: 50px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.title_left {
    font-size: 16px;
    color: #222222;
}

.title_right {
    font-size: 30px;
    color: #3d3d3d;
    cursor: pointer;
}

.respectfully {
    color: #222222;
    font-size: 16px;
    font-weight: 500;
}

.matter {
    text-indent: 30px;
    color: #222222;
    font-size: 14px;
    margin-top: 5px;
}

.matters {
    text-indent: 30px;
    color: #222222;
    font-size: 14px;
    margin-top: 8px;
}