.main .menu {
    border-bottom: 1px solid #b3b3b3;
}

.main .menu ul {
    text-align: center;
}

.main .menu li {
    display: inline-block;
    margin: 0 5em;
    margin-bottom: -1px;
}

.main .menu li a {
    display: inline-block;
    padding: 2em 1em 1.5em;
}

.main .menu.menu2 li {
    margin: 0 1em;
}

.main .menu.menu2 li a {
    padding: 2em 2em 1.5em;
}

.main .menu li.on {
    border-bottom: 3px solid #20afb2;
}



.modular {
    padding: 5% 0 4%;
}

.modular .img-box,
.modular img {
    width: 100%;
}

.modular1 .img-box {
    display: inline-block;
    overflow: hidden;
}

.modular .swiper-wrapper {
    align-items: center;
}

.modular1 .img-box img {
    transition: all .3s;
}

.modular1 .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 40%;
    vertical-align: middle;
    background: rgba(255, 255, 255, 0.269);
    transform: scale(0.75);
    transition: all .3s;
    position: relative;
}

.modular1 .swiper-slide a {
    display: block;
}
.modular1 .swiper-slide .img-box{height: 100%;display: block;}
.modular1 .swiper-slide::after {
    content: '';
    opacity: 1;
    background: rgba(255, 255, 255, 0.8);
    z-index: 9;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all .3s;
}

.modular1 .swiper-slide.swiper-slide-active {
    width: 40%;
    transform: scale(1);
}

.modular1 .swiper-slide.swiper-slide-active:after {
    display: none;
}

.modular1 .swiper-slide.swiper-slide-next {
    transform: translate(-12.5%, 0) scale(0.75);
}

.modular1 .swiper-slide.swiper-slide-prev {
    transform: translate(12.5%, 0) scale(0.75);
}

.modular1 .swiper-slide.swiper-slide-active:after {
    opacity: 0;
}

.modular .swiper-button-next,
.modular .swiper-button-prev {
    background: none;
}

.modular1 .swiper-button-next {
    left: auto;
    right: 30%;
    transform: translate(100%, 0);
    margin-right: -20px;
}

.modular1 .swiper-button-prev {
    left: 30%;
    transform: translate(-100%, 0);
    margin-left: -20px;
}

.modular1 .text,
.modular1 .time {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    background: #20afb2;
    padding: 1em 0.5em;
    display: none;
}

.modular1 .time em {
    display: block;
}

.modular1 .text {
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    top: auto;
    transform: translate(0, 0);
    text-align: left;
    padding: 1.5em;
    background: none;
    font-weight: bold;
}

/*.modular1 .swiper-slide.swiper-slide-active .time,*/
.modular1 .swiper-slide.swiper-slide-active .text {
    display: block;
    background: rgba(0,0,0,0.5);
}

.fnt_14 {
    font-size: 14px;
}

.modular2 {
    padding-top: 0;
}

.modular2 ul {
    margin: -1%;
    overflow: hidden;
    margin-bottom: 2%;
}

.modular2 li {
    width: 31.33%;
    margin: 1%;
    float: left;
    padding: 2em;
    background: #ebebeb;
    cursor: default;
    transition: all .3s;
}

.modular2 li h3 {
    line-height: 1.5em;
    height: 4.5em;
    overflow: hidden;
    font-weight: bold;
}

.modular2 li h2 {
    margin-bottom: 0.5em;
    color: #999999;
    transition: all .3s;
}

.modular3 .left,
.modular3 .right {
    float: left;
}

.modular3 .swiper-slide a {
    background: #20afb2;
    display: block;
    overflow: hidden;
}

.modular3 .left {
    width: 58%;
}

.modular3 .right {
    width: 42%;
    padding: 3% 5%;
    color: #fff;
}

.modular3 .right .time {
    position: relative;
}

.modular3 .right .time::after {
    content: '';
    display: inline-block;
    width: 4em;
    height: 2px;
    background: #fff;
    vertical-align: middle;
    margin-top: -2px;
    margin-left: 3em;
}

.modular3 .right .title {
    margin: 1em 0;
    height: 3em;
    line-height: 1.5em;
    overflow: hidden;
}

.modular3 .right .info {
    height: 3em;
    line-height: 1.5em;
    overflow: hidden;
}


.modular3 .left {
    overflow: hidden;
}

.modular3 .left img {
    transition: all .3s;
}

.modular3 .right .label {
    display: inline-block;
    padding: 0.2em 1.5em;
    border: 2px solid #fff;
    margin: 2em 0;
}

.modular3 .swiper-button-next {
    right: 42%;
    margin-right: 10px;
}

.modular4 {
    padding-top: 0;
}

.modular4 .right {
    width: 100%;
    padding: 6% 10%;
    background: #ebebeb;
    transition: all .3s;

}

.modular4 .time {
    color: #999999;
}

.modular4 .title {
    color: #000;
    transition: all .3s;

}

.modular4 .info {
    color: #060606;
}

.modular4 .right .label {
    color: #20afb2;
    border-color: #20afb2;
}

.modular4 .icon {
    color: #20afb2;
}

.modular4 ul {
    margin: -1%;
    overflow: hidden;
    margin-bottom: 2%;
}

.modular4 li {
    margin: 1%;
    width: 48%;
    float: left;
    transition: all .3s;
}

.modular4 li a {
    background: #20afb2;
    display: block;
    overflow: hidden;
}

.modular4 .right .time::after {
    display: none;
}

.modular3 {
    padding-top: 0;
}

.box-select {
    background: #20afb2;
    margin: 3% 0;
    width: 20em;
}

.box-select .select-box dt i,
.box-select .select-box dt {
    color: #fff;
}

.box-select .select-box {
    line-height: 3em;
}

.box-select .select-box dt span {
    width: calc(100% - 60px);
    display: block;
    border-right: 1px solid #fff;
    padding-left: 1em;
}

.box-select .select-box {
    padding: 5px;
}

@media only screen and (min-width: 1024px) {

    .modular4 a:hover .right {
        background: #ffffff;
        box-shadow: 0 0 10px #000;
    }

    .modular4 a:hover .right .title {
        color: #20afb2;
    }

    .modular4 li:hover {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }

    .modular3 .left:hover img,
    .modular1 .swiper-slide:hover img {
        transform: scale(1.1);
    }

    .modular2 li:hover {
        background: #20afb2 url(../images/q2/05.png) no-repeat center center;
        background-size: cover;
        color: #fff;
    }

    .modular2 li:hover h2 {
        color: #fff;
    }

    .modular2 li:hover a {
        color: #fff !important;
    }
}

@media only screen and (max-width: 768px) {

    .box-select {
        width: 100%;
    }

    .box-select .select-box {
        line-height: 2.5em;
    }

    .select-box dt i {
        width: 48px;
    }

    .box-select .select-box dt span{
        width: calc(100% - 48px);
    }

    .modular3 .left,
    .modular3 .right {
        float: none;
        width: 100%;
    }

    .modular3 .swiper-button-next {
        right: 10px;
        margin-right: 0px;
    }

    .modular3 .swiper-button-prev,
    .modular3 .swiper-button-next {
        top: 25%;
        transform: translate(0, -50%);
    }

    .modular4 li {
        width: 98%;
    }

    .modular1 .swiper-button-prev {
        left: 0;
        margin-left: 20px;
        transform: translate(0, 0);
    }

    .modular1 .swiper-button-next {
        right: 0;
        margin-right: 20px;
        transform: translate(0, 0);
    }

    .main .menu.menu2 li,
    .main .menu li {
        margin: 0 0em;
    }

    .main .menu.menu2 li a {
        padding: 2em 1em 1.5em;
    }

    .modular2 li {
        width: 98%;
    }

    .modular2 li h3 {
        height: auto;
    }
}