.big-img-container {

    position: relative;

}

/*公司的logo*/
.snibe-logo {
    position: absolute;
    top: 20px;
    left: 5%;
    z-index: 999;
}

.snibe-logo img {
    max-width: 120px;
}

.banner-top {
    height: 100%;
}

.center-img {
    height: 100%;
}
.center-img1 {
    background-image: url("../../plugins/exhibition/new/banner_bg.jpg");
    background-position: center;
    background-size: 100% 100%;
    position: relative;
}
.center-img2 {
    background-image: url("../../plugins/exhibition/new/bg.jpg");
    background-position: center;
    background-size: 100% 100%;
    position: relative;
}

.main-concept {
    color: #FDFDFD;
    margin-top: 10px !important;
    margin-bottom: 5% !important;
    font-weight: 500;
    letter-spacing: 4px;
}

.baise-line {
    width: 25%;
    height: 1px;
    background: #FDFDFD;
    margin-bottom: 34px;
}

.concept-desc {
    color: #FDFDFD;
    margin-bottom: 19px;
    font-weight: 500;
    letter-spacing: 4px;
}

.concept-desc5 {
    color: #FDFDFD;
    margin-bottom: 34px;
    font-weight: 400;
}

.concept {
    text-align: left;
    z-index: 99999;
}

.image-left-top {
    width: 100%;
    height: 100%;
    padding-top: 17%;
}

.image-right-top {
    width: 100%;
    height: 100%;
    padding-top: 10%;
    text-align: right;
}

.image-right-top img {
    height: calc(100% * 0.78);
}
/*顶部轮播图相应式控制*/
@media screen and (max-width: 1379px) and (min-width: 1000px) {
    .image-right-top img {
        height: auto;
        width: 90%;
    }
}
@media screen and (max-width: 1370px) and (min-width: 1000px) {
    .image-left-top {
        padding-left: 10%;
    }

    .main-concept {
        margin-bottom: 20px !important;
    }

    .baise-line {
        margin-bottom: 20px;
    }

    .h2, h2 {
        font-size: 24px;
    }

    .h3, h3 {
        font-size: 20px;
    }

    .concept-desc5 {
        margin-bottom: 20px;
    }

    .button-area {
        margin-top: 25px !important;
    }

}

@media screen and (max-width: 1499px) {
    .snibe-logo img {
        max-width: 100px;
    }
}
/*屏幕小于1000的时候*/
@media screen and (max-width: 999px) {
    .image-right-top img {
        height: auto;
        width: 100%;
    }
    .main-concept {
        margin-bottom: 20px !important;
    }

    .baise-line {
        margin-bottom: 20px;
    }

    .h2, h2 {
        font-size: 20px;
    }

    .h3, h3 {
        font-size: 16px;
    }

    .concept-desc5 {
        margin-bottom: 20px;
    }

    .button-area {
        margin-top: 25px !important;
    }
}
/*========================================================================================*/
.button-area {
    margin-top: 36px;
    text-align: left;
}

.btn-snibe {
    background: #fff;
    width: 40%;
    height: 50px;
    padding: 10px 12px;
    font-size: 22px;
    color: #5A9EF7;
    border-radius: 3px;
}

.coop-button {
    width: 130px;
    height: 40px;
    line-height: 38px;
    display: inline-block;
    border: 1px solid #000;
    vertical-align: middle;
    font-size: 16px;
    color: #000;
}

.ai-news {
    height: 100%;
    padding: 20px 0;
}
.ai-news {
    background-color: #fff;
    opacity: .5;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

/*=========================主要功能那个相应式=================================*/
@media screen and (min-width: 1921px){
    .section {
        padding: 100px 0 30px;
        width: 100%;
        position: relative;
    }
    .section-title-p {
        font-size: 32px !important;
        line-height: 100% !important;
        letter-spacing: 4px !important;

    }
    .cjl-c-row-a{
        padding-top: 28px;
        width: 95% !important;
        margin: 0px auto;
        box-shadow:0px 3px 10px 0px rgba(11,50,109,0.1);
        background:rgba(253,253,253,1);
    }
    .cjl-c-row-title p{
        font-size:18px;
        font-weight:300;
        color:#333333;
        line-height:25px;
    }
    .cjl-c-row-icon{
        width:70%;
        margin: 0px auto;

    }
    .cjl-c-row-icon img{
        width: 100px;
    }

}
@media screen and (min-width: 1601px) and (max-width: 1920px){
    .section {
        padding: 100px 0 30px;
        width: 100%;
        position: relative;
    }
    .section-title-p {
        font-size: 36px !important;
        line-height: 100% !important;
        letter-spacing: 4px !important;

    }
    .cjl-c-row-a{
        padding-top: 28px;
        width: 95% !important;
        margin: 0px auto;
        box-shadow:0px 3px 10px 0px rgba(11,50,109,0.1);
        background:rgba(253,253,253,1);
    }
    .cjl-c-row-title p{
        font-size:18px;
        font-weight:500;
        color:#333333;
        line-height:25px;
    }
    .cjl-c-row-icon{
        width:70%;
        margin: 0px auto;

    }
    .cjl-c-row-icon img{
        width: 80px;
        height: 80px;
    }

}
@media screen and (min-width: 1370px) and (max-width: 1600px){
    .section {
        padding: 90px 0 15px;
        width: 100%;
        position: relative;
    }
    .section-title-p {
        font-size: 32px !important;
        line-height: 100% !important;
        letter-spacing: 4px !important;
    }
    .cjl-c-row-a{
        width: 98%;
        padding-top: 28px;
        /*width: 174px !important;*/
        box-shadow:0px 3px 10px 0px rgba(11,50,109,0.1);
        background:rgba(253,253,253,1);
    }
    .cjl-c-row-title p{
        font-size:18px;
        font-weight:400;
        color:#333333;
        line-height:25px;
    }
    .cjl-c-row-icon{
        width:60%;
        margin: 0px auto;

    }
    .cjl-c-row-icon img{
        width: 70px;
        height: 70px;
    }

}
@media screen and (min-width: 992px) and (max-width: 1370px){
    .section {
        padding: 35px 0 5px;
        width: 100%;
        position: relative;
    }
    .section-title-p {
        font-size: 22px !important;
        line-height: 100% !important;
        letter-spacing: 4px !important;
    }
    .cjl-c-row-a{
        width: 100%;
        padding-top: 28px;
        /*width: 174px !important;*/
        box-shadow:0px 3px 10px 0px rgba(11,50,109,0.1);
        background:rgba(253,253,253,1);
    }
    .cjl-c-row-title p{
        font-size:16px;
        font-weight:300;
        color:#333333;
        line-height:25px;
    }
    .cjl-c-row-icon{
        width:75%;
        margin: 0px auto;

    }
    .cjl-c-row-icon img{
        width: 60px;
        height: 60px;
    }

}
@media screen and (max-width: 991px){
    .section {
        padding: 30px 0 10px;
        width: 100%;
        position: relative;
    }
    .section-title-p {
        font-size: 26px !important;
        line-height: 100% !important;
        letter-spacing: 4px !important;

    }
    .cjl-c-row-a{
        width: 100%;
        padding-top: 20px;
        /*width: 174px !important;*/
        box-shadow:0px 3px 10px 0px rgba(11,50,109,0.1);
        background:rgba(253,253,253,1);
    }
    .cjl-c-row-title p{
        font-size:22px;
        font-weight:400;
        color:#333333;
        line-height:25px;
    }
    .cjl-c-row-icon{
        width:75%;
        margin: 0px auto;

    }
    .cjl-c-row-icon img{
        width: 80px;
        height: 80px;
    }

}

/*=====================控制核心功能的块=========================*/
@media screen and (min-width: 1371px) and (max-width: 1600px){
    .code-function{
        width: 85%;
        margin: 0px auto;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1370px){
    .code-function{
        width: 80%;
        margin: 0px auto;
    }
}
@media screen and (min-width: 992px) and (max-width: 1200px){
    .code-function{
        width: 88%;
        margin: 0px auto;
    }
}
@media screen and (max-width: 992px){
    .code-function{
        width: 80%;
        margin: 0px auto;
    }
}


    .clean-line {
    height: 1px;
    opacity: 0.3;

    background: linear-gradient(to right, #49BBF8, #2386EE);
    margin: 10px auto;
}

.clean-line-gray {
    height: 1px;
    opacity: 0.3;

    background: linear-gradient(to right, #daf3ff, #a1bac1);
    margin: 10px auto;
}

.section-title {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
}

.section-title-p {
    font-size: 32px;
    color: #fff;
    line-height: 1.2;
    letter-spacing: 6px;
    width: auto;
    position: relative;
    font-weight: 400 !important;
    z-index: 999999;
}
.section-title-label{
    display: inline-block;
    position: relative;
    z-index: 999;
}
.section-title-label:after{
    content: "";
    position: absolute;
    z-index: 998;
    top: -45%;
    left: -10%;
    width: 115%;
    height: 180%;
    display: inline-block;
    background: url("../../plugins/exhibition/new/lanmu.png") no-repeat center;
    background-size: 100% 100%;
}

.section-title-p:after{


}

@media screen and (max-width: 780px ) {
    .section-title-p {
        font-size: 20px;
    }

    .section-title-p:before {
        bottom: -30px;
    }
}

/*================主功能的初始样式==================*/
.cjl-c-row {
    margin-bottom: 30px;
}
.cjl-c-row-a {
    margin: 0px auto;
    background: #fff;
    /*border-top-left-radius: 5px;*/
    /*border-top-right-radius: 5px;*/
    position: relative;

    display: inline-block;
    position: relative;
    z-index: 1;
    overflow: hidden;
    box-sizing: border-box;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,.03);
    transition: box-shadow .25s;
}
.cjl-c-row-a:hover{
    box-shadow: 0 8px 16px 0 rgba(2, 10, 22, 0.22);
}
.cjl-c-row-icon {
    padding: 40px 0px 40px;
    text-align: center;

}
.cjl-c-row-title {
    text-align: center;
    position: relative;
    z-index: 1;
}




.fa-a-c {
    font-size: 48px;
    color: #000;
    line-height: 1.2;
    letter-spacing: 6px;
}
.variation-top{
    width: 100%;
    height:calc(100%);
    position: absolute;
    top:calc(100% - 2px);
    left: 0%;
    z-index: 0;
    transition: top .25s;
}
.v-t-b{
    background-color: #64a7da;
}
.v-t-c{
    background-color: #90da64;
}
.v-t-f{
    background-color: #daba64;
}
.v-t-a{
    background-color: #da64ce;
}
.variation-title{
    width: calc(100%);
    padding: 10px 10px;
    color: #fff;
    position: absolute;
    top:calc(100% - 2px);
    left: 0%;
    z-index: 0;
    transition: top .25s;

}
.variation-title p{
    width: 60%;
    line-height: 30px;
    margin: 0px auto;
}
.cjl-c-row-a:hover .variation-top{
    top:0px;
    height: calc(100%);
}
.cjl-c-row-a:hover .cjl-c-row-icon{
    opacity: 0;

}
.cjl-c-row-a:hover .variation-title{
    top:calc(30%);

}
.cjl-c-row-a:hover .cjl-c-row-title p{
    color:#fff;
}


/*微信公众号*/
.div-qipao {
    width: 90%;
    margin: 0px auto;
    text-align: left;
    padding-top: 10px;
}

.div-qipao img {
    width: 70%;
}

.div-qipao img:hover {
    transition: 0.3s;
    transform: scale(1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
}

.c-m-r:hover {
    transition: 0.3s;
    transform: scale(1.06);
    -moz-transform: scale(1.06, 1.06);
    -webkit-transform: scale(1.06, 1.06);
    -o-transform: scale(1.06, 1.06);
}

.div-sanjiao {
    font: inherit;
    vertical-align: baseline;
    border-radius: 15px;
    margin: 0px 0px 30px;
    position: relative;
}
.cjl-c-row-r {
    /*background-image: url("../../plugins/exhibition/lit.svg");*/
    /*background-size: 100%;*/
    position: relative;
    padding-top: 40PX;
}

.cjl-c-row-r-2 {
    position: relative;
    /*background-image: url("../../plugins/exhibition/lit.svg");*/
    background-size: 100%;
}

.wetchat-img {
    border-radius: 15px;

}

@media screen and (max-width: 956px){
    .wetchat-img img {
        height: auto;
        width: 100%;
    }

}
.wetchat-img img {
    height: 140px;
}

.c-m-r {
    width: 95%;
    display: inline-block;
    padding: 1px;
    position: relative;
    background-image: linear-gradient(to bottom, #0D9CFF, #053CC5);
    border-radius: 50%;
}

.desc-circle {
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    line-height: 111px;
    background: #fff;
    text-align: center;
    font-family: PingFangSC-Regular;
    font-size: 18px;
    color: #222222;
    letter-spacing: 0;
    box-shadow: 2px 2px 2px 2px #589bf1;
}

.desc-p {
    margin-top: 40px;
    margin-bottom: 36px;
    width: 100%;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #666;
    letter-spacing: 0.88px;
    text-align: justify;
    line-height: 23px;
    padding-top: 20px;
}

.bg-all {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 1173px;
    background-image: url("../../plugins/exhibition/cjl-ll.png");
    /*background: -webkit-image-set(url("../../plugins/exhibition/cjl-ll.png") 1x, url("../../plugins/exhibition/cjl-ll.png") 2x);*/
    background-repeat: no-repeat;
}

.pc-img {
    width: 90%;
    text-align: right;
    margin: 0px auto;
}

.pc-img:hover img {
    transition: 0.3s;
    transform: scale(1.06);
    -moz-transform: scale(1.06, 1.06);
    -webkit-transform: scale(1.06, 1.06);
    -o-transform: scale(1.06, 1.06);
}

.pc-img img {
    width: 100%;
}

.line-h {
    margin: 40px auto 0px;
    width: 30%;
    color: #666666;

}

.more-btn {
    text-align: center;
}

.c-btn {
    color: #2386EE;
    border: 1px solid #2386EE;
    display: inline-block;
    height: 40px;
    line-height: 20px;
    width: 144px;
    font-size: 15px;
    text-align: center;
    margin-top: 0px;
    margin-right: 24px;
    border-radius: 2px;
    background: #fff;
}

.c-btn:hover {
    background: #EAF1FE;
}

.s-img {
    width: 100%;
    background: #FFFFFF;
}

.w-background {
    width: 100%;
    background: #FFFFFF;

}

/*=============================小程序======================================*/
.div-xiao {
    text-align: right;
    width: 100%;
}

.div-xiao img {
   width: 70%;
}

.div-xiao:hover img {
    transition: 0.3s;
    transform: scale(1.06);
    -moz-transform: scale(1.06, 1.06);
    -webkit-transform: scale(1.06, 1.06);
    -o-transform: scale(1.06, 1.06);
}

.reason {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    margin-right: 20px;
    margin-bottom: 20px;
}

.reason .image {
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.reason .content {
    flex: 1;
    padding-top: 32px;
    padding-left: 16px;
    padding-right: 16px;
}

.reason .content .title {
    font-size: 24px;
    line-height: 36px;
}

.reason .content .desc {
    margin-top: 16px;
    font-size: 14px;
    line-height: 28px;
    color: #666666;
}

.reason:hover {
    transition: 0.8s;
    transform: scale(1.06);
    -moz-transform: scale(1.06, 1.06);
    -webkit-transform: scale(1.06, 1.06);
    -o-transform: scale(1.06, 1.06);
    box-shadow: 0 4px 16px 0 rgba(30, 35, 48, 0.10);
    border-radius: 4px;
}
.ellipsis{
    color: #fff;
}

.svg-big{
    max-width: 100%;
    text-align: center;

}
.svg-big img{
    max-width: 70%;
}
.flap {
    visibility: hidden;
    animation-duration: 1s;
    -moz-animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-fill-mode: backwards;
    -moz-animation-fill-mode: backwards;
    -webkit-animation-fill-mode: backwards;

}
.back-big{
    background: url("../../plugins/exhibition/new/bacg2x.jpg");
    background-size: 100% 100%;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
