/*左浮动和右浮动
 --------------*/
.float_l {
    float: left;
}

.float_r {
    float: right;
}

.float_r, .float_l {
    _display: inline;
}

/*清除浮动
 --------------*/
.clearfix {
    zoom: 1;
    _height: 1px
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.jszm-main {
    width: 100%;
    overflow: hidden;
    background: #fff;
    color: #383838;
}

.model .m-title {
    padding: 0.83rem 0 0.53rem;
    font-size: 0.52rem;
    line-height: 1;
    text-align: center;
}

.model .img {
    width: 100%;
}

.model-box {
    margin: auto;
    width: 100%;
    max-width: 1140px;
}
.banner-image{
    width: 100%;
}
.banner-pc{
    display: block;
}
.banner-mobile{
    display: none;
}

.model01 {
    background-color: #ebedf0;
}

.model01 .model-box {
    padding: 0 8.43% 0 5.41%;
    max-width: 1430px;
}
.model01 .banner-wrapper{
    width: 100vw!important;
    padding: 0!important;
    max-width: none;
    position: relative;
}
.model01 .banner-wrapper .swiper-button-next, .model01 .banner-wrapper .swiper-button-prev{
    color: #0077D6;
}
.model01 .banner-wrapper .swiper-pagination{
    bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.model01 .banner-wrapper .swiper-pagination .swiper-pagination-bullet{
    /* width: 0.1rem;
    height: 0.1rem; */
    background: #fff;
    opacity: 1;
    box-sizing: content-box;
    margin: 0 0.05rem;
    cursor: pointer;
}
.model01 .banner-wrapper .swiper-pagination .swiper-pagination-bullet-active{
    border: 3px solid #fff;
    background: none;
    opacity: 0.5;
}
.model01 .m-left {
    position: relative;
    padding: 1.42rem 0 0.46rem;
    width: 39.62%;
    line-height: 0.36rem;
    font-size: 0.19rem;
    /* font-size: 0.26rem; */
}

.model01 .m-left .img {
    width: 100%;
    padding: 0 0 0.61rem;
}

.model01 .m-left .slogo {
    position: absolute;
    right: 0.12rem;
    bottom: 0;
    width: 17.68%;
}

.model01 .m-right {
    width: 57.56%;
}

.model02 li {
    width: 33.33%;
    float: left;
}

.model02 .img-box {
    position: relative;
}

.model02 .img-box p {
    position: absolute;
    top: 14.3%;
    left: 7.44%;
    width: 0.86rem;
    font-size: 0.4rem;
    line-height: 1.2;
    color: #fff;
}

.model02 .idea {
    padding: 0 0.23rem 0.28rem;
    line-height: 0.32rem;
}

.model02 .idea h2 {
    font-size: 0.21rem;
    line-height: 0.32rem;
    padding: 0.24rem 0 0;
}
.model02 .idea p{
    color: #383838;
    font-size: 0.21rem;
}
.model02 .idea a:hover{
    text-decoration: underline;
}

.blue {
    color: #0077D6;
}

.blue2 {
    color: #53AEE6;
}

.green {
    color: #62A556;
}

.model03 li {
    position: relative;
    width: 30.97%;
    float: left;
    margin: 0 3.545% 0 0;
}

.model03 li:last-child {
    margin: 0;
}

.model03 p {
    font-size: 0.24rem;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: calc(100%);
    padding: 0 20px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    -moz-transition: .3s linear;
    text-align: center;
}

.model03 li:hover p {
    background: rgba(35, 79, 0, 0.8);
}

.model04 .model-box {
    max-width: 100%;
}

.model04 .idea {
    position: relative;
    margin: 0 0 0.54rem;
}

.model04 .cont {
    font-size: 0.19rem;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.model04 .cont .wap-show{
    display: none;
}

.scaleImg img {
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    -moz-transition: .3s linear;
    /* transition: ease all 0.3s; */
}

.a-block {
    display: block;
}

.scaleImg:hover img {
    transform: scale(1.06, 1.06);
    -moz-transform: scale(1.06, 1.06);
    -webkit-transform: scale(1.06, 1.06);
}

@media screen and (max-width:1680px) {
    .model01 .m-left,
    .model04 .cont {
        font-size: 0.24rem;
    }
    .model03 p {
        font-size: 0.37rem;
    }
    .model .m-title{
        font-size: 0.64rem;
    }
    .model02 .idea{
        font-size: 0.26rem;
    }

}
@media screen and (max-width:960px) {
    .model01 .model-box {
        padding: 0 20px;
    }
    .banner-pc{
        display: none;
    }
    .banner-mobile{
        display: block;
    }
}

@media screen and (max-width:768px) {
    .model01 .m-left {
        padding: 0.88rem 0 1rem;
        margin: 0 0 0.8rem;
    }
}

@media screen and (max-width:640px) {

    .model01 .m-left,
    .model01 .m-right {
        float: none;
        width: 100%;
        max-width: 5rem;
        margin: 0 auto;
    }

    .model01 .m-left {
        padding: 0.88rem 0 0.6rem;
        margin: 0 auto 0.8rem;
    }

    .model .m-title {
        padding: 0.6rem 0 0.4rem;
        /* font-size: 0.36rem; */
    }

    .model02 .idea {
        font-size: 0.3rem;
        line-height: 1.5;
    }

    .model02 .idea h2 {
        font-size: 0.3rem;
        line-height: 1.5;
    }
    .model02 .idea p {
        font-size: 0.3rem;
    }

    .model02 .img-box p {
        width: 1.2rem;
        font-size: 0.6rem;
    }

    .model02 li,
    .model03 li {
        width: 100%;
    }

    .model04 .cont {
        position: relative;
        color: #383838;
        padding: 20px 10px;
        font-size: 0.3rem;
    }
    .model04 .cont .wap-show{
        display: block;
    }
}