@charset "utf-8";
/* CSS Document */
/*2023.6.8*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.pos {
    position: relative;
}

body {
}

.box {
    overflow: hidden;
}

.container {
    max-width: 1320px;
    width: 90%;
}

.topp {
    background: #0c6ea8;
    padding: 25px 0 25px;
}

.logo {
}

.top-tright {
    margin-top: 25px;
}

    .top-tright a {
        display: inline-block;
        text-decoration: none;
        font-size: 16px;
        font-weight: bold;
        color: #0c6ea8;
        border-radius: 100%;
        background: #fff;
        width: 38px;
        height: 38px;
        line-height: 38px;
        text-align: center;
        margin-right: 20px;
        transition: all 0.8s;
    }

        .top-tright a:hover {
            opacity: 0.8;
            transition: all 0.8s;
        }




.searchbg {
    background: url(../images/searchbg.png) no-repeat left top;
    width: 221px;
    height: 37px;
    float: right;
}

    .searchbg .inp-text {
        width: 186px;
    }

    .searchbg .inp-but {
        width: 35px;
    }

    .searchbg .inp-text input {
        width: 100%;
        background: none !important;
        border: none !important;
        color: #333;
        line-height: 37px;
        padding: 0 5px 0 15px;
        box-shadow: none !important;
    }

    .searchbg .inp-but input {
        width: 100%;
        background: none !important;
        border: none !important;
        height: 37px;
        width: 40px;
        box-shadow: none !important;
    }

.wc-menu {
    background: #fff;
}

    .wc-menu ul {
        /*转化为table 并且，宽度百分百，*/
        display: table;
        width: 100%;
        margin-bottom: 0;
        padding-left: 0;
    }

        .wc-menu ul li {
            line-height: 62px;
            position: relative;
            /*居中并且转为table-cell*/
            text-align: center;
            display: table-cell;
            /*float: left;*/
            list-style: none;
            /*margin: 0 20px;*/
        }


            .wc-menu ul li a {
                font-size: 18px;
                color: #333;
                position: relative;
                display: inline-block;
                /*transition: all 0.2s;*/
                text-decoration: none;
                padding: 0 15px;
            }

                .wc-menu ul li a:hover,
                .wc-menu ul li a.active,
                .wc-menu ul li a.move,
                .wc-menu ul li a.selected,
                .wc-menu ul li a.parent {
                    color: #0c6ea8;
                }


            .wc-menu ul li .ernav {
                position: absolute;
                /*position: relative;*/
                border-top: 5px solid #0c6ea8;
                left: 0%;
                top: 100%;
                background: #fff;
                width: 100%;
                z-index: 111 !important;
                display: none;
                opacity: 0.95;
            }


            .wc-menu ul li:nth-child(5) .ernav {
                width: 110%;
            }


            .wc-menu ul li .ernav ul {
                padding-left: 0;
                display: block;
                margin-bottom: 0;
            }

                .wc-menu ul li .ernav ul li {
                    /*text-align: center;*/
                    float: none;
                    display: block;
                    /*二级下拉有影响，需要转化为块状*/
                    background: none;
                    text-align: center;
                    line-height: 26px;
                    border: none;
                }

                    .wc-menu ul li .ernav ul li:last-child {
                        border-bottom: none;
                    }

                    .wc-menu ul li .ernav ul li a {
                        line-height: 24px;
                        font-size: 16px;
                        /*text-align: center;*/
                        background: none;
                        box-shadow: none;
                        border-radius: 0;
                        color: #0c6ea8;
                        margin: 0;
                        display: block;
                        padding: 10px 14px;
                        border-bottom: none;
                        font-weight: normal;
                        text-decoration: none;
                    }

                        .wc-menu ul li .ernav ul li a:hover {
                            background: #ededed;
                        }

/*menu End*/
.index-con {
}



img {
    max-width: 100%;
}

.logo {
    text-align: left;
}

.banner {
}

    .banner img {
        cursor: pointer;
        max-width: 100%;
    }


    .banner .swiper-container {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .banner .swiper-wrapper {
        width: 100%;
    }

    .banner .swiper-container .swiper-slide {
        text-align: right;
    }

        .banner .swiper-container .swiper-slide a img {
        }

    .banner .swiper-container a .ban-text {
        position: absolute;
        left: 0px;
        bottom: 132px;
        width: 100%;
        text-align: left;
    }

        .banner .swiper-container a .ban-text h5 {
            font-size: 42px;
            font-weight: bold;
            color: #fff;
            line-height: 54px;
            /*padding-bottom: 20px;*/
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
        }



    .banner .swiper-container a {
        text-decoration: none;
        display: block;
        position: relative;
    }

        .banner .swiper-container a .ab {
            position: absolute;
            left: 0px;
            bottom: 0px;
            width: 100%;
            height: 80%;
            background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.75));
        }

    .banner .swiper-container .swiper-pagination {
        bottom: 0px;
        width: 100%;
        text-align: left;
    }

    .banner .swiper-container .swiper-pagination-bullet {
        display: inline-block;
        width: 18px;
        height: 18px;
        background: #fff;
        cursor: pointer;
        opacity: 0.15;
        border-radius: 100%;
        margin-right: 33px;
    }

    .banner .swiper-container .swiper-pagination-bullet-active {
        opacity: 1;
    }

.ban-page {
    position: absolute;
    left: 0px;
    bottom: 60px;
    width: 100%;
}


/*index-con*/

.newsbg {
    padding: 60px 0;
}

.new-top {
    position: relative;
}
.new-top .new-tit img{
    display: none;
}

    .new-top .new-tit span {
        padding: 0 50px 20px 50px;
        display: inline-block;
        z-index: 1;
        font-size: 42px;
        font-weight: bold;
        color: #0c6ea8;
        background: none;
        vertical-align: -10px;     
        border-bottom: 1px solid #ddd;
    }
.new-top .new-tit span:before
{

    content: '';
    width: 50px;
    height: 5px;
    display: inline-block;
    background: #0c6ea8;
    position: absolute;
    bottom: -2px;
    left: calc(50% - 25px);
    
}

.new-top2 .new-tit span {
    color: #fff;
}


.news-ban {
    margin-top: 55px;
}

    .news-ban .swiper-container {
        padding-bottom: 50px;
    }

        .news-ban .swiper-container .swiper-slide {
        }

            .news-ban .swiper-container .swiper-slide a {
                text-decoration: none;
                display: block;
            }

                .news-ban .swiper-container .swiper-slide a img {
                    text-decoration: none;
                    display: block;
                }

                .news-ban .swiper-container .swiper-slide a .ban-text {
                    background: #f5f5f5;
                    padding: 25px 30px;
                    min-height: 180px;
                }

                    .news-ban .swiper-container .swiper-slide a .ban-text span {
                        display: block;
                        font-size: 18px;
                        color: #0c6ea8;
                    }

                    .news-ban .swiper-container .swiper-slide a .ban-text p {
                        overflow: hidden;
                        text-overflow: ellipsis;
                        display: -webkit-box;
                        -webkit-line-clamp: 2;
                        -webkit-box-orient: vertical;
                        font-size: 18px;
                        color: #333;
                        line-height: 28px;
                        margin-top: 20px;
                    }

        .news-ban .swiper-container .swiper-pagination {
            bottom: 10px;
            width: 100%;
        }

        .news-ban .swiper-container .swiper-pagination-bullet {
            display: inline-block;
            width: 12px;
            height: 12px;
            background: #0c6ea8;
            cursor: pointer;
            opacity: 0.25;
            border-radius: 100%;
            margin-right: 8px;
        }

        .news-ban .swiper-container .swiper-pagination-bullet-active {
            opacity: 1;
        }


.cha {
}

    .cha a {
        font-size: 18px;
        font-weight: bold;
        color: #333;
    }

.tongzhi {
    background: #e9f0f4;
    padding: 55px 0 40px;
}

.news-ban2 {
}

    .news-ban2 .swiper-container a {
        display: block;
        text-decoration: none;
    }

        .news-ban2 .swiper-container a .a-date {
           /* background: url(../images/mmbg.png) no-repeat left top;*/
            width: 81px;
            height: 166px;
            text-align: center;
            /*padding-top: 55px;*/
        }

            .news-ban2 .swiper-container a .a-date span {
                display: block;
                font-size: 34px;
                font-weight: bold;
                color: #0c6ea8;
            }

            .news-ban2 .swiper-container a .a-date p {
                font-size: 18px;
                font-weight: bold;
                color: #0c6ea8;
            }

        .news-ban2 .swiper-container a .a-tt {
            width: calc(100% - 100px );
        }

            .news-ban2 .swiper-container a .a-tt h5 {
                font-size: 18px;
                font-weight: bold;
                color: #333;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
            }

            .news-ban2 .swiper-container a .a-tt p {
                font-size: 18px;
                color: #999;
                line-height: 24px;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 3;
                -webkit-box-orient: vertical;
            }


.yanjiubg {
    background: url(../images/yanbg.jpg) no-repeat center center;
    background-size: cover;
    padding: 80px 0 50px;
}

.yanjiu-con {
    margin-top: 45px;
}

    .yanjiu-con .swiper-container1 {
        padding-bottom: 0px;
    }

        .yanjiu-con .swiper-container1 a {
            text-decoration: none;
            display: block;
            text-align: center;
        }

            .yanjiu-con .swiper-container1 a .a-tt {
            }

                .yanjiu-con .swiper-container1 a .a-tt span {
                    display: block;
                    font-size: 18px;
                    color: #fff;
                    font-weight: bold;
                    margin: 30px 0 20px;
                }

                .yanjiu-con .swiper-container1 a .a-tt p {
                    font-size: 14px;
                    color: #fff;
                    font-weight: bold;
                }

/*.yanjiu-con .swiper-container1 .swiper-pagination {

     bottom: 10px;
	width: 100%;

}

.yanjiu-con .swiper-container .swiper-pagination-bullet {
	display: inline-block;
	width: 18px;
	height: 18px;
	background: #fff;
	
	cursor: pointer;
	opacity: 0.15;
	border-radius: 100%;
	margin: 0 15px;
}

.yanjiu-con .swiper-container .swiper-pagination-bullet-active {
	opacity: 1;
}*/


/**/
.btime {
    background: url(../images/btbg.jpg) no-repeat center top;
    background-size: cover;
    padding: 60px 0 40px;
}

.btime-con {
    margin-top: 50px;
    min-height: 523px;
}

    .btime-con ul {
        margin: 0;
        padding: 0;
    }

        .btime-con ul li {
            display: inline-block;
            position: absolute;
            text-align: center;
        }

            .btime-con ul li img {
            }

            .btime-con ul li span {
                display: block;
                font-size: 24px;
                font-weight: bold;
                color: #333;
                margin: 10px 0 10px;
            }

            .btime-con ul li p {
                font-size: 18px;
                color: #333;
            }

            .btime-con ul li:nth-child(1) {
                top: 46px;
                left: 0px;
            }

            .btime-con ul li:nth-child(2) {
                top: 198px;
                left: 195px;
            }

            .btime-con ul li:nth-child(3) {
                top: 80px;
                left: 410px;
            }

            .btime-con ul li:nth-child(4) {
                top: 296px;
                left: 430px;
            }

            .btime-con ul li:nth-child(5) {
                top: 130px;
                left: 720px;
            }

            .btime-con ul li:nth-child(6) {
                top: 0px;
                right: 150px;
            }

            .btime-con ul li:nth-child(7) {
                right: 0px;
                top: 177px;
            }







.mmbg {
    background: url(../images/mmbg.jpg) no-repeat center top;
    background-size: cover;
    padding: 55px 0 40px;
}

.number {
    margin-top: 20px;
}

    .number ul {
        overflow: hidden;
        margin-bottom: 0;
    }

        .number ul li {
            margin: 30px 0;
        }

            .number ul li .lii {
                background: url(../images/nnbg.png) no-repeat center center;
                width: 142px;
                height: 132px;
                display: inline-block;
                text-align: center;
                padding-top: 40px;
            }

            .number ul li .lii {
                background: none;
                width: auto;
                height: auto;
            }

            .number ul li span {
                font-size: 32px;
                color: #1158ff;
            }

            .number ul li i {
                font-size: 16px;
                color: #1158ff;
                font-style: normal;
            }

            .number ul li .li-img {
                width: 76px;
            }

            .number ul li .li-it {
                text-align: left;
                padding-left: 20px;
                width: calc(100% - 80px );
            }

            .number ul li p {
                font-size: 18px;
                color: #333;
                display: inline-block;
                width: 40%;
                float: right;
                padding-top: 55px;
            }

            .number ul li p {
                width: 100%;
                float: none;
                padding-top: 5px;
                font-size: 16px;
            }

.mm-right .number ul {
    padding-left: 36px;
}









.quick {
    padding: 75px 0;
}

    .quick .qu-li {
    }

        .quick .qu-li a {
            display: block;
            text-decoration: none;
            position: relative;
            transition: all 0.78s;
        }

            .quick .qu-li a .bb {
                position: absolute;
                left: 0px;
                top: 0px;
                width: 100%;
                height: 100%;
                background: rgba(0,0,0,0.45);
            }

            .quick .qu-li a h4 {
                position: absolute;
                left: 0px;
                bottom: 44px;
                width: 100%;
                font-size: 42px;
                font-weight: bold;
                text-align: center;
                color: #fff;
            }

            .quick .qu-li a:hover {
                opacity: 0.8;
                transition: all 0.78s;
            }










/*footer*/

.footer {
    background: #222b3e;
    padding: 50px 0 15px;
}


.f-mid {
}

    .f-mid ul {
    }

        .f-mid ul li {
            float: left;
            font-size: 16px;
            color: #fff;
            line-height: 42px;
            width: 50%;
        }

.f-right {
}

    .f-right select {
        width: 100%;
        line-height: 40px;
        height: 40px;
        margin-bottom: 23px;
    }






.wc-copy {
    margin-top: 20px;
}

    .wc-copy p {
        font-size: 14px;
        color: #687081;
    }


/*.wc-copyEnd*/

/*.mnmd-offcanvas__title{
	background: #b81c22;
}*/
.mnmd-offcanvas-close {
    color: #fff;
}

    .mnmd-offcanvas-close:hover {
        color: #fff;
    }

.navigation--offcanvas li > a:after {
    border-right: 3px solid #024a87;
}

.mnmd-offcanvas__title {
    background: #024a87;
}
/*另一种方法，宽度百分百*/
/*.navigation--offcanvas .submenu-toggle{
	width: 100%;
	
}
.navigation--offcanvas .submenu-toggle i{
	right: 0px;
	left: auto;
}*/
.mobile-header-btn {
    color: #fff;
    top: 8px;
}

    .mobile-header-btn:hover {
        color: #fff;
    }

@media (min-width: 1200px) {
}

@media (max-width: 1400px) {

    .top-tright a {
        margin-right: 10px;
    }

    .ban-page {
        bottom: 30px;
    }

    .banner .swiper-container a .ban-text h5 {
        font-size: 40px;
    }

    .banner .swiper-container a .ban-text {
        bottom: 60px;
    }

    .btime-con ul li:nth-child(2) {
        left: 130px;
    }

    .btime-con ul li:nth-child(3) {
        left: 330px;
    }

    .btime-con ul li:nth-child(4) {
        left: 300px;
    }

    .btime-con ul li:nth-child(5) {
        left: 610px;
    }

    .btime-con ul li:nth-child(6) {
        right: 190px;
    }

    .new-top .new-tit span {
        font-size: 40px;
    }

    .quick .qu-li a h4 {
        font-size: 36px;
    }

    .quick {
        padding: 50px 0;
    }
}

@media (max-width: 1350px) {

    .logo {
        width: 70%;
    }

    .top-tright {
        width: 30%;
    }

    .mm-right .number ul {
        padding-left: 0;
    }

    .number ul li p {
        font-size: 16px;
    }
}

@media (max-width: 1300px) {
    .number ul li p {
        width: 100%;
        float: none;
        padding-top: 10px;
    }

    .mm-right .number ul {
        padding-left: 30px;
    }

    .quick .qu-li a h4 {
        font-size: 26px;
        bottom: 20px;
    }

    .new-top .new-tit span {
        font-size: 36px;
    }

    .btime-con ul li:nth-child(2) {
        left: 90px;
    }

    .btime-con ul li:nth-child(3) {
        left: 290px;
    }

    .btime-con ul li:nth-child(4) {
        left: 270px;
    }

    .btime-con ul li:nth-child(5) {
        left: 540px;
    }

    .btime-con ul li:nth-child(6) {
        right: 130px;
    }




    .footer {
        padding-top: 20px;
        padding-bottom: 5px;
    }


    .wc-copy {
        margin-top: 0px;
    }
}


@media (max-width: 1200px) {
    /*中等屏幕设备 桌面*/
    .banner .swiper-container a .ban-text h5 {
        font-size: 30px;
        line-height: 46px;
    }

    .wc-menu ul li a {
        font-size: 16px;
    }

    .ban-page {
        bottom: 15px;
    }

    .banner .swiper-container .swiper-pagination-bullet {
        width: 15px;
        height: 15px;
    }

    .wc-menu ul li {
        line-height: 51px;
    }

        .wc-menu ul li .ernav {
            top: 54px;
        }

    .banner .swiper-container a .ban-text {
        bottom: 40px;
    }

    .new-top .new-tit span {
        font-size: 32px;
    }

    .newsbg {
        padding: 40px 0;
    }

    .news-ban {
        margin-top: 35px;
    }

    .tongzhi {
        padding: 30px 0;
    }

    .yanjiubg {
        padding: 40px 0 20px;
    }

    .yanjiu-con .swiper-container .swiper-pagination-bullet {
        width: 14px;
        height: 14px;
    }

    .number ul li {
        text-align: center;
        margin: 10px 0;
    }

        .number ul li .lii {
            padding-top: 20px;
        }
}

@media (max-width: 1150px) {

    .btime-con ul li:nth-child(2) {
        left: 50px;
    }

    .btime-con ul li:nth-child(3) {
        left: 230px;
    }

    .btime-con ul li:nth-child(4) {
        left: 200px;
    }

    .btime-con ul li:nth-child(5) {
        left: 440px;
    }

    .btime-con ul li:nth-child(6) {
        right: 130px;
    }

    .mmbg {
        padding: 25px 0 10px;
    }

    .top-tright a {
        margin-right: 5px;
    }

    .logo {
        width: 65%;
    }

    .top-tright {
        width: 35%;
        margin-top: 20px;
    }
}

@media (max-width: 991px) {
    /*小屏幕设备 平板*/

    .container {
        width: 94%;
    }

    .logo1 img {
    }

    .banner .swiper-container .swiper-pagination-bullet {
        margin-right: 15px;
    }

    .banner .swiper-container a .ban-text h5 {
        font-size: 22px;
        line-height: 30px;
    }

    .news-ban .swiper-container .swiper-slide a .ban-text p {
        margin-top: 10px;
    }

    .news-ban .swiper-container .swiper-slide a .ban-text {
        min-height: 50px;
        padding: 20px 15px 10px;
    }

    .cha {
        display: none;
    }

    .new-top .new-tit span {
        font-size: 26px;
    }

    .newsbg {
        padding: 40px 0 20px;
    }

    .news-ban2 .swiper-container a .a-tt p {
        font-size: 16px;
    }

    .tongzhi {
        padding-bottom: 20px;
    }

    .yanjiu-con .swiper-container {
        padding-bottom: 40px;
    }

    .yanjiu-con {
        margin-top: 30px;
    }

    .quick .qu-li a h4 {
        font-size: 22px;
    }

    .news-ban .swiper-container .swiper-slide a .ban-text p {
        font-size: 16px;
    }

    .btime-con:before {
        content: "";
        width: 1px;
        height: 100%;
        background: #BDBDBD;
        left: 50%;
        top: 0;
        position: absolute;
        z-index: 0;
    }

    .btime-con ul li {
        position: relative;
        left: auto !important;
        top: auto !important;
        right: auto !important;
        bottom: auto !important;
        display: block;
        float: left;
        padding-top: 30px;
        width: 50%;
    }

        .btime-con ul li:before {
            content: "";
            width: 130px;
            border-bottom: 1px solid #BDBDBD;
            position: absolute;
            top: 70px;
            right: -0px;
        }

        .btime-con ul li:nth-child(even):before {
            content: "";
            width: 130px;
            border-bottom: 1px solid #BDBDBD;
            position: absolute;
            top: 90px;
            left: -0px;
        }

        .btime-con ul li:nth-child(even) {
            float: right;
            padding-top: 50px;
        }

        .btime-con ul li span {
            font-size: 16px;
            margin: 5px 0;
        }

        .btime-con ul li p {
            font-size: 14px;
        }

        .btime-con ul li img {
            width: 40px;
        }

    .news-ban .swiper-container .swiper-slide a .ban-text p {
        margin: 5px 0;
    }

    .btime-con ul li i {
        display: block;
        width: 10px;
        height: 10px;
        position: absolute;
        right: -5px;
        top: 65px;
        background: #ccc;
        border-radius: 100%;
    }

    .btime-con ul li:nth-child(even) i {
        left: -5px;
        right: auto;
        top: 86px;
    }

    .f-mid ul li {
        font-size: 14px;
        float: none;
        width: 100%;
        line-height: 30px;
    }
}

@media (max-width: 852px) {

    .new-top .new-tit img {
        width: 23%;
    }
}




@media (max-width: 767px) {
    /*超小屏幕设备 手机*/
    .right-nr table td,
    .right-nr table th {
        white-space: nowrap;
    }

    .logo1 {
        padding-bottom: 1px;
        width: 90%;
        text-align: left;
        float: left;
    }

        .logo1 img {
            padding-top: 6px;
        }


    #img {
        /*height: 72px;*/
    }

    .logo1 img {
        /*height: 60px;*/
    }

    .container {
        width: 100%;
    }

    .banner {
        /*padding-top: 70px;*/
    }

        .banner .swiper-container a .ban-text h5 {
            font-size: 14px;
            line-height: 22px;
        }

        .banner .swiper-container .swiper-pagination-bullet {
            width: 10px;
            height: 10px;
            margin-right: 5px;
        }

        .banner .swiper-container a .ban-text {
            bottom: 20px;
        }

    .ban-page {
        bottom: 5px;
    }

    .new-top .new-tit span {
        font-size: 20px;
        background: url(../images/bb1.png) no-repeat center bottom;
        padding-bottom: 13px;
    }

    .newsbg {
        padding-top: 20px;
    }

    .new-top .new-tit img {
        display: none;
    }

    .news-ban {
        margin-top: 15px;
    }

        .news-ban .swiper-container .swiper-slide a .ban-text span {
            font-size: 16px;
        }

        .news-ban .swiper-container .swiper-slide a .ban-text {
            padding-top: 10px;
        }

    .newsbg {
        padding: 15px 0;
    }

    .news-ban .swiper-container {
        padding-bottom: 35px;
    }

    .tongzhi {
        padding-top: 20px;
    }

    .yanjiubg {
        padding-top: 20px;
    }

    .yanjiu-con .swiper-container a .a-tt span {
        font-size: 16px;
        margin: 10px 0;
    }

    .btime {
        padding: 20px 0;
    }

    .btime-con {
        margin-top: 20px;
    }


        .btime-con ul li p {
            padding: 0 10px;
        }

        .btime-con ul li:before {
            width: 80px;
        }

        .btime-con ul li:nth-child(even):before {
            width: 80px;
        }

    .mmbg {
        background: url(../images/mmbg.jpg) no-repeat left top;
        background-size: cover;
        padding: 25px 0 0px;
    }

    .mm-left {
        padding-bottom: 20px;
    }

    .number {
        margin-top: 10px;
    }

    .number2 {
        background: url(../images/mmbg.jpg) no-repeat right top;
        background-size: cover;
        margin: 0 -15px;
        padding: 20px 0 10px;
    }


    .number ul li span {
        font-size: 26px;
    }

    .number ul li {
        text-align: left;
        padding-left: 40px;
        padding-top: 0;
    }

        .number ul li span {
            font-size: 26px;
        }

        .number ul li p {
            font-size: 14px;
        }

        .number ul li i {
            font-size: 14px;
        }


    .quick .qu-li {
        margin-bottom: 25px;
    }

        .quick .qu-li a h4 {
            font-size: 18px;
        }

    .f-mid {
        margin-top: 20px;
    }

    .quick {
        padding: 35px 0 10px;
    }
}


