.session1 .text {
    margin: 60px 0;
}

.jzzc-block .box {
    height: 400px;
    color: #fff;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    width: 290px;
    margin: 10px auto;
    position: relative;
    top: 0;
    transition: all .2s linear
}

.jzzc-block .box h3 {
    font-size: 30px;
}

.jzzc-block .box p {
    font-size: 18px;
    line-height: 3;
    margin-top: 20px;
    width: 100%;
}

.jzzc-block .box p a {
    color: #fff;
    display: block;
}

.jzzc-block .box p a:hover {
    background: #eee;
}

.jzzc-block .box:hover {
    background: #fff;
    color: #333;
    top: -4px;
    box-shadow: 0 15px 30px #e5e5e5;
    transition: translate3d(0, -2px, 0)
}

.jzzc-block .box:hover a {
    color: #333;
}

.jzzc-block .box1 {
    background: url(../img/support-bg01.jpg) left top no-repeat;
}

.jzzc-block .box2 {
    background: url(../img/support-bg02.jpg) left top no-repeat;
}

.jzzc-block .box3 {
    background: url(../img/support-bg03.jpg) left top no-repeat;
}

.jzzc-block .box4 {
    background: url(../img/support-bg04.jpg) left top no-repeat;
}

.home-title {
    text-align: center;
    margin: 80px 0 50px;
}

.home-title h2 {
    font-size: 30px;
    font-weight: bold;
}

.home-title p {
    font-size: 18px;
    margin-top: 15px;
}

.index-banner {
    position: relative;
}

.index-banner .banner-text {
    position: absolute;
    left: 50%;
    top: 50%;
    color: #fff;
    transform: translate(-50%, -50%);
    text-align: center;
}

.index-banner .banner-text h3 {
    font-size: 60px;
}

.index-banner .banner-text h3 span {
    color: #ffd200;
    font-weight: bold;
}

.index-banner .banner-text p {
    font-size: 36px;
    margin: 20px 0 0;
}

.hyjs-block .box {
    text-align: center;
    position: relative;
    top: 0;
    transition: all .2s linear
}
.hyjs-block .box img{
    min-height: 170px;
}

.hyjs-block .box:hover {
    top: -4px;
    box-shadow: 0 15px 30px #e5e5e5;
    transition: translate3d(0, -2px, 0)
}

.hyjs-block .box p {
    padding: 20px 0;
    font-size: 18px;
}

.hyjs-block ul {
    font-size: 18px;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: space-between;
    margin-top: 30px;
}

.hyjs-block ul li {
    flex-basis: 16%;
    margin: 10px 0;
}

.jzzx-block {
    background: #f9f9f9;
    padding: 1px 0 80px;
}

.jzzx-block .box {
    background: #fff;
    border: 1px solid #ddd;
    position: relative;
    top: 0;
    transition: all .2s linear
}
.jzzx-block .box img{
    min-height: 220px;
}

.jzzx-block .box:hover {
    top: -4px;
    box-shadow: 0 15px 30px #e5e5e5;
    transition: translate3d(0, -2px, 0)
}


.jzzx-block .box p {
    margin: 20px 10px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.section1 {
    margin-top: 50px;
}

.section1 .box {
    display: flex;
    align-items: center;
    vertical-align: middle;
    justify-content: center;
}

.section1 :nth-of-type(2) .box {
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}

.section1 .box .text {
    margin-left: 20px;
}

.section1 .box .text p {
    margin: 10px 0 0;
}

.footer {
    background: #19386b;
    padding: 40px 10px;
    color: #acc4ea;
}

.footer .description {
    margin: 20px 0 10px;
}

.foot-link ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.foot-link ul li {
    flex-basis: 12%;
    margin: 8px 0;
}

.tel img {
    width: 30px;
    margin-right: 8px;
}


.tel a {
    color: #fff;
    font-weight: normal;
}

.index-banner .imgs {
    display: block;
    overflow: hidden;
    padding-bottom: 33%;
    position: relative;
}

.index-banner .img-box {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.index-banner .imgs .img-box img {
    height: 100%;
    object-fit: cover;
    transition: all .3s;
    width: 100%;
}

@media(max-width:1024px) {
    .section1 {
        margin-top: 20px;
    }

    .section1 .box {
        flex-direction: column;
        font-size: 12px;
        text-align: center;
    }

    .section1 .box .text {
        margin: 0;
    }

    .section1 .box h3 {
        font-size: 12px;
    }

    .section1 .box img {
        max-width: 50px;
        margin-bottom: 8px;
    }

    .home-title {
        margin: 40px 0 20px;
    }

    .index-banner .imgs {
        padding-bottom: 40%;
    }

    .jzzc-block .box {
        width: auto;
        height:230px;
    }

    .hyjs-block ul li {
        flex-basis: 50%;
    }

    .jzzx-block {
        padding: 10px 0;
    }

    .jzzx-block .box {
        margin-bottom: 20px;
    }

    .footer {
        padding: 20px 10px 10px;
    }
    .jzzc-block .box p{
        margin-top: 0px;
        line-height:2;
    }

    .foot-link {
        /*display: none;*/
    }

    .foot-link ul li {
        flex-basis: 45%;
    }

    .foot-link span {
        display: none;
    }

    .footer .description {
        /*display: none;*/
    }

    .foot-link ul {
        /*display: none;*/
    }

    .index-banner .banner-text {
        white-space: nowrap;
        top: 60%;
    }

    .index-banner .banner-text h3 {
        font-size: 24px;
    }

    .index-banner .banner-text p {
        font-size: 18px;
        margin: 10px 0 0;
    }

}

@media (min-width: 576px){
    
     .contact-modal .form-control{
        height: 40px;
    }
    .contact-modal .modal-body {
        padding: 30px  30px 15px;
        
    }
     .contact-modal .modal-footer{
        padding: 15px  30px ;
    }
   .contact-modal .btn-primary{
       height: 40px;
   }
}

