.container {
    width: 100%;
    min-height: 64vh;
    min-width: 1200px;
}

/* 轮播图 */

.lb {
    position: relative;
    width: 100%;
    height: 650px;
}

.lb img {
    width: 100%;
    height: 100%;
}

.lb .text {
    width: 520px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 55px;
    color: #fff;
    font-weight: 500;
    z-index: 99;
    letter-spacing: 10px;
}

.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
    background-color: rgba(255, 255, 255, 1) !important;
    margin: 10px !important;
}

.swiper-pagination-bullet-active {
    background-color: #fff !important;
}

/* 公司描述 */

.description {
    width: 100%;
    overflow: hidden;
}

.description_left {
    width: 411px;
    margin: 80px 8% 0 0;
}

.description_left video {
    width: 100%;
    margin-top: 100px;
}

.description_right {
    width: calc(92% - 411px);
    margin: 80px 0;
}

.introduce_title {
    width: 100%;
    margin-bottom: 30px;
}

.introduce_title span:first-of-type {
    font-size: 28px;
    color: #1CC600;
}

.introduce_title span:nth-of-type(2) {
    font-size: 18px;
}

.description_right ul {
    width: 100%;
    overflow: hidden;
}

.description_right ul li {
    float: left;
    width: 25%;
    height: 100%;
    text-align: center;
}

.description_right ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.description_right ul li a img {
    width: 82px;
    height: 82px;
    margin: 0 auto;
}

.description_right ul li a div:nth-of-type(1) {
    margin: 15px 0 13px;
}

.description_right ul li a div:nth-of-type(2) {
    box-sizing: border-box;
    padding: 0 15px;
    color: #999;
}

/* 解决方案 */

.solution {
    width: 100%;
    height: 700px;
    background: url(../image/planbg.png) no-repeat;
    min-width: 1200px;
    overflow: hidden;
}

.solution_title {
    width: 100%;
    font-size: 30px;
    color: #fff;
    text-align: center;
    margin-top: 81px;
    margin-bottom: 18px;
}

.solution_h {
    width: 100%;
    color: #999;
    text-align: center;
    margin-bottom: 40px;
}

.accordion {
    width: 90%;
    height: 419px;
    overflow: hidden;
    margin-bottom: 30px;
}

.solution>a {
    display: block;
    width: 100%;
    text-align: center;
    color: #999;
}

.accordion li {
    position: relative;
    float: left;
    width: 16%;
    height: 100%;
    cursor: pointer;
    color: #fff;
    overflow: hidden;
}

.accordion li:first-of-type {
    width: 52%;
}

.accordion li img {
    width: 100%;
    height: 100%;
}

.accordion li>img:first-of-type, .accordion li>div:first-of-type {
    display: none;
}

.accordion li>img:nth-of-type(2), .accordion li>div:nth-of-type(2) {
    display: block;
}

.accordion li:first-of-type>img:first-of-type, .accordion li:first-of-type>div:first-of-type {
    display: block;
}

.accordion li:first-of-type>img:nth-of-type(2), .accordion li:first-of-type>div:nth-of-type(2) {
    display: none;
}

.show {
    display: block;
}

.hidden {
    display: none;
}

.accordion li .open {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    height: 200px;
}

.accordion li .open span {
    display: block;
    width: 76px;
    height: 2px;
    background: rgba(36, 174, 90, 1);
    margin: 30px auto 100px;
}

.accordion li .close {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.accordion li .close img {
    width: 54px;
    height: 55px;
    margin: 0 auto;
}

.accordion li .close span {
    display: block;
    width: 20px;
    height: 2px;
    background-color: #24AE5A;
    margin: 30px auto;
}

/* 服务规划 */

.service {
    width: 100%;
}

.service_title {
    width: 100%;
    font-size: 30px;
    text-align: center;
    color: #333;
    margin-top: 100px;
}

.service_h {
    width: 100%;
    color: #999;
    text-align: center;
    margin: 5px auto 30px;
}

.service ul {
    width: 100%;
    overflow: hidden;
    margin-bottom: 50px;
}

.service ul li {
    float: left;
    width: 33.33%;
    text-align: center;
    margin-bottom: 30px;
    box-sizing: border-box;
    padding: 0 30px;
}

.service ul li img {
    width: 147px;
    height: 133px;
    margin: 0 auto;
}

.service ul li div {
    width: 100%;
    margin: 15px 0;
    font-size: 18px;
    color: #333;
}

.service ul li p {
    color: #999;
}

/* 成功案例 */

.case {
    width: 100%;
    height: 725px;
    background-color: #e9f6ee;
    box-sizing: border-box;
    padding-top: 50px;
}

.case_title {
    font-size: 32px;
    font-weight: 800;
    color: #333;
    margin-bottom: 10px;
}

.case_h {
    color: #999;
    margin-bottom: 34px;
}

.slideTxtBox {
    width: 100%;
}

.slideTxtBox .bd {
    margin-bottom: 25px;
}

.slideTxtBox .bd ul {
    width: 100%;
    height: 334px;
    box-sizing: border-box;
    zoom: 1;
}

.slideTxtBox .bd li {
    width: 100%;
    height: 100%;
}

.slideTxtBox .bd li img {
    width: 100%;
    height: 100%;
}

.slideTxtBox .hd {
    width: 100%;
}

.slideTxtBox .hd ul {
    width: 100%;
    overflow: hidden;
}

.slideTxtBox .hd ul li {
    float: left;
    cursor: pointer;
    width: 23.5%;
    height: 160px;
    margin-right: 2%;
    background-color: #fff;
    text-align: center;
    box-sizing: border-box;
    padding-top: 50px;
    padding-left: 36px;
    padding-right: 36px;
}

.slideTxtBox .hd ul li:last-of-type {
    margin: 0;
}

.slideTxtBox .hd ul li.on {
    background: #fff;
}

.slideTxtBox .hd ul li div {
    font-size: 24px;
    color: #999;
}

.slideTxtBox .hd ul li span {
    display: none;
    width: 32px;
    height: 6px;
    background: rgba(38, 171, 88, 1);
    margin: 30px auto 0;
}

.slideTxtBox .hd ul li:first-of-type span {
    display: block;
}

.case .more {
    display: block;
    width: 100%;
    text-align: center;
    color: #999;
    margin-top: 15px;
}