.plan-banner {
    position: relative;
}

.plan-banner-content {
    width: 50%;
    margin-left: 50%;
    padding: 0 30px;
    position: absolute;
}

.plan-banner-content .text01 {
    color: #505771;
    margin-bottom: 30px;
}

.plan-banner-content .text02 {
    color: #051542;
    margin-bottom: 30px;
    font-weight: bold;
}

.plan-banner-content .text03 {
    color: #505771;
    line-height: 38px;
    margin-bottom: 50px;
}

.plan-banner-content .btn-buy {
    margin-left: 10px;
}

/*解决方案*/
.plan-detail .g_fieldthumb-item {
    height: 50px;
}

.plan-detail .g_field-scene,
.plan-detail .g_field-item {
    height: 500px;
}

.plan-detail .g_field-thumb .swiper-wrapper {
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
}

.plan-detail .g_field-content {
    flex-direction: row;
}

.plan-detail-left {
    padding: 40px;
}

.plan-detail-left,
.plan-detail-right {
    width: 50%;
}

.plan-detail-right {
    padding: 50px 0;
}

.plan-detail-left img {
    height: 360px;
}

.plan-detail-head {
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 500;
    color:#222;
}
.plan-detail-head span:first-child{
    margin-right:5px;
}

.plan-detail-desc {
    font-size: 16px;
    color: #666;
    line-height: 32px;
    margin-bottom: 30px;
}

.plan-detail-checks {
    color: #0089ff;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 40px;
}

.plan-detail-btn {
    width: 140px;
    color: white;
}

/*行业解决方案*/
.industry-item {
    padding: 0;
    height: 250px;
    width: 30%;
    margin:0 1.5%;
}
.industry-item-bg01{
    background: url('../images/industry-01.png') no-repeat;
    background-size: 100% 100%;
}
.industry-item-bg02{
    background: url('../images/industry-02.png') no-repeat;
    background-size: 100% 100%;
}
.industry-item-bg03{
    background: url('../images/industry-03.png') no-repeat;
    background-size: 100% 100%;
}
.industry-item-bg04{
    background: url('../images/industry-04.png') no-repeat;
    background-size: 100% 100%;
}
.industry-item-bg05{
    background: url('../images/industry-05.png') no-repeat;
    background-size: 100% 100%;
}
.industry-item-bg06{
    background: url('../images/industry-06.png') no-repeat;
    background-size: 100% 100%;
}

.industry-item p {
    padding: 0 20px;
    background-color: #0089ff;
    opacity: .9;
    color: white;
    bottom: 0;
    font-size: 20px;
    height: 50px;
}

/*平台解决方案*/
.platform {
    background: url('../images/platform-bg.jpg') no-repeat;
    background-size: cover;
}

.platform-item {
    padding: 0 25px;
    border-right: 1px solid #aaceee;
    padding-top: 70px;
    padding-bottom: 0px;
}
.platform-item:last-child{
    border-right:none
}

.platform-item-one {
    margin-bottom: 40px;
}

.platform-item-two p {
    line-height: 2rem;
    font-size: 16px;
    color: #666;
}

.platform-item-two img {
    margin-right: 10px;
}

.platform-item-three {
    margin-top: 40px;
}

.platform-item-title {
    font-size: 28px;
    color: #333;
}
.platform-btn {
    width: 140px;
}
.public-select .carousel-inner{
    height: 450px;
}
.public-select .carousel-inner .carousel-item{
    height: 100%;
    background: url('../images/public-bg.png') no-repeat;
    background-size: 100% 100%;
}
.public-select .carousel-caption{
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.public-image-desc{
    padding-left: 60px;
    padding-right: 15px;
}
.public-image-01{
    width: 420px;
}
.public-image-desc-title{
    margin-bottom: 30px;
    font-size: 24px;
    color: #222;
}
.public-image-desc-desc{
    margin-bottom: 60px;
    font-size: 16px;
    color: #666;
    line-height: 28px;
}
.public-image-desc-line{
    margin-bottom: 29px;
    width: 100%;
    height: 1px;
    color: #0089ff;
    border-bottom: 1px solid #0089ff;
}
.public-select .carousel-control{
    width: auto;
}
.public-select .carousel-control .carousel-control-prev-icon {
    background-image: url('../images/public-icon-left.png');
}

.public-select .carousel-control .carousel-control-next-icon {
    background-image: url('../images/public-icon-right.png');
}
.public-select .carousel-indicators{
    bottom: -40px;
    align-items: center;
}
.public-select .carousel-indicators li{
    height: 20px;
    width: 20px;
    background: url('../images/public-in.png') no-repeat;
    background-size: cover;
    border: none;
    margin: 0 8px;
}
.public-select .carousel-indicators li.active{
    background: url('../images/public-in-ed.png') no-repeat;
    background-size: cover;
    height: 30px;
    width: 30px;
}
/*共同选择*/
/*适配*/
@media (min-width: 768px) {

    .plan-banner-content {
        top: 30px;
    }

    .plan-banner-content .text01 {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .plan-banner-content .text02 {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .plan-banner-content .text03 {
        font-size: 14px;
        margin-bottom: 15px;
        line-height: 25px;
    }
    
     .plan-banner-content .btn-text {
        width: 165px;
        height: 46px;
        font-size: 18px;
        line-height: 30px;
    }
    .industry-item {
        width: 230px;
    }
}

@media (max-width: 768px) {
    .platform-item {
        border-right:none;
        border-bottom: 1px solid #aaceee;
    }
    .platform-item:last-child{
        border-bottom:none
    }
    
}
@media (min-width: 768px) and (max-width: 1024px){

    .plan-banner-content {
        top: 100px;
    }
}

@media (min-width: 1024px) {

    .plan-banner-content {
        top: 100px;
    }

    .plan-banner-content .text01 {
        font-size: 18px;
    }

    .plan-banner-content .text02 {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .plan-banner-content .text03 {
        font-size: 16px;
        margin-bottom: 30px;
        line-height: 28px;
    }

    .industry-item {
        width: 300px;
    }
}

@media (max-width: 1100px) {
    .plan-detail .g_fieldthumb-item {
        padding: 0;
    }
    .plan-detail-left {
        padding: 40px 15px;
    }
    .platform-item-two p {
        font-size: 12px;
    }
    
    .platform-item{
        padding-left: 15px;
        padding-right: 15px;
    }
    .public-select .carousel-control{
        display: none;
    }
    .industry-item {
        width: 350px;
    }
}

@media (min-width: 1280px) {


    .plan-banner-content .text01 {
        font-size: 20px;
    }

    .plan-banner-content .text02 {
        font-size: 38px;
        margin-bottom: 25px;
    }

    .plan-banner-content .text03 {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .platform-item-two p{
        font-size: 14px;
    }
    .public-select .swiper-button-prev{
        left:-50px;
    } 
    .public-select .swiper-button-next{
        right:-50px;
    }
    .public-select .carousel-control-icon {
        width: 60px;
        height: 60px;
    }
    .public-select .carousel-control-prev {
        left: -60px;
    }

    .public-select .carousel-control-next {
        right: -60px;
    }
    .industry-item {
        width: 350px;
    }
}

@media (min-width: 1300px) {

    .plan-banner-content {
        top: 170px;
    }

    .plan-banner-content .text01 {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .plan-banner-content .text02 {
        font-size: 44px;
        margin-bottom: 25px;
        font-weight: bold;
    }

    .plan-banner-content .text03 {
        font-size: 16px;
        line-height: 30px;
        color: #444;
        margin-bottom: 40px;
    }

    .plan-banner-content .btn-text {
        width: 165px;
        height: 46px;
        font-size: 18px
    }
    .platform-item-two p{
        font-size: 16px;
    }
    .public-select .swiper-button-prev{
        left:-130px;
    } 
    .public-select .swiper-button-next{
        right:-130px;
    }
    .public-select .carousel-control-prev {
        left: -100px;
    }

    .public-select .carousel-control-next {
        right: -100px;
    }
    .industry-item {
        width: 400px;
    }
}
@media (min-width: 1300px) and (max-width: 1600px){

    .plan-banner-content {
        top: 100px;
    }
}
@media(min-width: 1300px) and (max-width: 1500px){
    .plan-banner-content {
        top: 100px;
    }
}
@media (min-width: 1300px) and (max-width: 1340px){

    .public-select .carousel-control-prev {
        left: 20px;
    }
    .public-select .carousel-control-next {
        right: 20px;
    }
}
@media (min-width: 1340px) and (max-width: 1600px){
    .public-select .carousel-control-prev {
        left: -20px;
    }
    .public-select .carousel-control-next {
        right: -20px;
    }
}
@media (min-width: 1600px) and (max-width: 1800px){

    .plan-banner-content {
        top: 120px;
    }
}

.plan-banner-content{
    display: flex!important;
    top: 0!important;
    margin-top: 80px;
    bottom: 0!important;
    flex-direction: column;
    justify-content: center;
}
@media (max-width:1080px){
    .plan-banner-content {
        margin-top: 60px!important;
    }
}