.modular5,
.modular6 {
    background: #f9f9f9;
}

.modular3 {
    margin: 3% 0;
}

.modular3 ul {
    background: url(../images/positions/banner-title.jpg) no-repeat center center;
    background-size: 100% 100%;
    padding: 5% 10%;
    letter-spacing: -0.5em;
}

.modular3 ul li {
    width: calc(25% - 5em);
    display: inline-block;
    letter-spacing: 0;
    text-align: center;
    margin: 0 2.5em;
    position: relative;
    vertical-align: top;
}

.modular3 ul li .img-box {
    position: absolute;
    top: 0;
    padding: 50%;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.modular3 ul li img {
    width: auto;
    max-width: 30%;
    max-height: 30%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    transition: all .3s;
}

.modular3 ul li .tit {
    margin-top: 100%;
    padding: 1em;
    color: #fff;
}

.modular3 ul li:hover img {
    transform: translate(-50%, calc(-50% - 10px));
}

.modular4 .wrap .box {
    margin: -0.25em;
}

.modular4 .left,
.modular4 .right {
    width: calc(50% - 0.5em);
    margin: 0.25em;
    float: left;
    overflow: hidden;
    position: relative;
}

.modular4 .text {
    padding: 1em;
    color: #fff;
    position: absolute;
    top: 100%;
    transform: translateY(-100%);
    z-index: 1;
    transition: all .3s;
}

.modular4 img {
    width: 100%;
}

.modular4 .text h3 {
    margin-top: 1em;
    display: none;
}

.modular4 .left::after,
.modular4 .right::after {
    content: '';
    background: url(../images/serve/m2_zz.png) no-repeat;
    background-size: 100% 100%;
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all .3s;
}

.modular4 .left:hover::after,
.modular4 .right:hover::after {
    top: 0;
}

.modular4 .left:hover .text,
.modular4 .right:hover .text {
    top: 0;
    transform: translateY(0);
}

.modular4 .left:hover h3,
.modular4 .right:hover h3 {
    display: block;
}

.modular4 {
    overflow: hidden;
}

.modular5 {
    padding: 2% 0 0;
}

.modular5 .title {
    text-align: center;
    margin-bottom: 1em;
}

.modular5 .title h3 {
    margin-top: 1.5em;
}

.modular5 .content {
    background: url(../images/contact/map_right.jpg) center center no-repeat;
    background-size: 100% 100%;
    color: #fff;
    padding-bottom: 5%;
}

.modular5 .content img {
    width: 100%;
}

.modular5 .content .text {
    padding: 1em 1.5em;
    line-height: 1.8;
}

.modular5 .content .text h2 {
    margin-bottom: 1em;
}

.modular5 .content .logos {
    letter-spacing: -0.5em;
    background: #fff;
    padding: 5%;
    border-radius: 10px;
    margin: 0 5%;
}

.modular5 .content .logos li {
    width: calc(20% - 0.5em);
    display: inline-block;
    text-align: center;
    height: 2em;
    line-height: calc(2em - 0.25em - 4px);
    border: 2px solid #98b5da;
    box-sizing: border-box;
    margin: 0.25em;
    border-radius: 10px;
}

.modular5 .content .logos li img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.modular6 {
    padding: 2% 0 5%;
}

.modular6 .title {
    margin-bottom: 1.5em;
}

.swiper-container {
    padding: 10px;
    margin: -10px;
}

.modular6 .swiper-slide {
    background: #fff;
    padding: 3em;
    box-sizing: border-box;
    position: relative;
    line-height: 1.8;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    height: auto !important;
}

.modular6 .swiper-slide::after {
    content: '';
    display: block;
    position: absolute;
    left: 3em;
    top: 0;
    height: 3px;
    width: 4em;
    background: #89b85e;
}

.modular6 .swiper-slide h2 {
    margin-bottom: 1em;
}



.modular6 .swiper-box .swiper-worm-button-prev {
    left: -1.5em;
}

.modular6 .swiper-box .swiper-worm-button-next {
    left: auto;
    right: -1.5em;
}

.modular7 {
    background: url(../images/serve/m6.jpg) center center no-repeat;
    background-size: cover;
    padding: 15% 0;
    overflow: hidden;
    position: relative;
    margin: 0 0 3%;
}

.modular7 .wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
}

.modular7 ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.modular7 li {
    float: left;
    color: #fff;
    padding: 5% 3%;
    box-sizing: border-box;
    width: 30%;
    position: relative;
    height: 100%;
    transition: all .3s;
}


.modular7 li.on {
    width: 40%;
}

.modular7 li .content {
    position: relative;
    height: 100%;
}

.modular7 li .tit {
    text-align: center;
    position: relative;
    margin-bottom: 0.5em;
    top: calc(100% - 1.5em);
    left: 0;
    width: 100%;

}


.modular7 li+li::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 999%;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.modular7 li.on .tit {
    text-align: left;
    top: 0;
}

.modular7 li .info {
    display: none;
}

.modular7 li.on .info {
    display: block;
}

.modular8 .title {
    text-align: center;
    margin-bottom: 1em;
    line-height: 1.8;
}

.modular8 .sub_title {
    margin-top: 1em;
}

.modular8 .info {
    position: relative;
}

.modular8 .left,
.modular8 .right {
    width: 50%;
}

.modular8 .left img {
    width: 100%;
}

.modular8 .right {
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    padding: 4em;
    background: #f9f9f9;
}

.modular8 .right .content {
    height: 100%;
}

.modular9 {
    padding: 3% 0;
}

.modular9 .wrap {
    background: url(../images/serve/m9.jpg) center center no-repeat;
    background-size: cover;
    color: #fff;
    padding: 3%;
    box-sizing: border-box;
    text-align: center;
}

.modular9 .wrap .sub_title {
    margin-top: 1em;
}

.modular9 .input_box {
    margin-top: 1em;
    text-align: left;
    position: relative;
}

.modular9 ul {
    overflow: hidden;
    margin: -0.5em -2.5em;
}

.modular9 li {
    width: calc(50% - 5em);
    float: left;
    margin: 0.5em 2.5em;
}

.modular9 li .input_box input {
    color: #fff;
    box-sizing: border-box;
    border: 1px solid #fff;
    border-radius: 5px;
    height: 3em;
    padding: 0 1em;
    width: 100%;
}

.modular9 input::placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
}

.modular9 input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
}

.modular9 input::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
}

.modular9 input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
}

.modular9 li .input_box[required]::after {
    content: '*';
    position: absolute;
    right: -1em;
    top: 50%;
    transform: translateY(-50%);
    line-height: 3em;
}

.modular9 .buttons {
    clear: both;
    margin: 3em 0;
    text-align: center;
}

.modular9 .buttons a {
    border: 1px solid #fff;
    border-radius: 5em;
    padding: 0.8em 4em;
    color: #fff !important;
    display: inline-block;
    margin: 0 0.5em;
}

.modular9 .buttons .white {
    background: #fff;
    color: #000 !important;
}

.modular9 .buttons a:hover {
    background: #fff;
    color: #000 !important;
}

.modular9 .buttons a.white:hover {
    background: rgba(255, 255, 255, 0.5);
}

.modular10 {
    background: url(../images/serve/other/b1.jpg) center center no-repeat;
    background-size: 140% 100%;
    padding: 8% 0;
}

.modular10 .logos {
    letter-spacing: -0.5em;
    padding: 0 5%;
    margin: 0 10%;
}

.modular10 .logos li {
    width: calc(20% - 0.5em);
    display: inline-block;
    text-align: center;
    height: 2em;
    line-height: calc(2em - 0.22em);
    box-sizing: border-box;
    margin: 0.25em;
    border-radius: 10px;
    background: #fff;
}

.modular10 .logos li img {
    width: auto;
    max-width: 80%;
    max-height: 80%;
    vertical-align: middle;
}

.modular11 {
    padding: 5% 0;
}

.modular11 li img {
    width: 100%;
    transition: all .3s;
}

.modular11 li .text {
    background: #f9f9f9;
    padding: 1em;
    position: relative;
}

.modular11 li .text::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    height: 5px;
    width: 100%;
    background: url(../images/serve/m9.jpg) center center no-repeat;
    background-size: 100% 100%;
}

.modular11 li h2 {
    line-height: 1.5em;
    height: 1.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 0.5em;
}

.modular11 li h3 {
    line-height: 1.8em;
    height: 5.4em;
    overflow: hidden;
}

.modular11 ul {
    margin: -0.4em;
    overflow: hidden;
}

.modular11 li {
    float: left;
    width: calc(50% - 0.4em);
    margin: 0.2em;
}

.modular11 li:hover img {
    transform: scale(1.1);
}

.modular11 li .img_box {
    overflow: hidden;
}

.modular12 {
    padding: 5% 0;
}

.modular13 .scroll,
.modular12 .scroll {
    text-align: center;
    overflow: auto;
}

.modular13 img,
.modular12 img {
    width: auto;
    max-height: 100%;
    max-width: 100%;
    min-width: 690px;
}

.modular13 .tit {
    text-align: center;
    padding: 5% 0;
}

.modular13 {
    background: #f9f9f9;
    padding-bottom: 5%;
}

.modular14 {
    padding: 5% 0;
}

.modular14 .wrap {
    position: relative;
}

.modular14 .left,
.modular14 .right {
    width: calc(100% - 9em);
    line-height: 1.8;
}

.modular14 .left img {
    width: 100%;
}

.modular14 .right {
    background: url(../images/serve/other/e_r.jpg) center center no-repeat;
    background-size: 100% 100%;
    color: #fff;
    width: 9em;
    padding: 1em;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}

.modular14 .right h2 {
    margin-bottom: 0.5em;
    margin-top: 1.5em;
}

.modular14 .content {
    height: calc(100% - 2em);
    width: calc(100% - 2em);
    position: absolute;
    left: 1em;
    top: 1em;
    overflow: hidden;
}

.modular15 {
    margin: 1em 0;
}

.modular15 .tit {
    margin-bottom: 1em;
}

.modular15 .map img {
    width: 100%;
}

.modular15 .map {
    position: relative;
}

.modular15 .map .info {
    position: relative;
    width: calc(100% - 20em);
    background: #89b85e;
    color: #fff;
    padding: 3em;
    box-sizing: border-box;
    margin-top: -3em;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    z-index: 2;
}

.modular16 {
    padding: 5% 0;
    overflow: hidden;
}

.modular16 .left,
.modular16 .right {
    width: 50%;
    float: left;
    box-sizing: border-box;
    line-height: 1.8;
}

.modular16 .left {
    padding-right: 3em;
}

.modular16 .right {
    padding-left: 3em;
    overflow: hidden;
}

.modular16 .num-box {
    margin: 2em 0;
}

.modular16 .num-box .item {
    display: inline-block;
    margin-right: 2.5em;
    padding-right: 2.5em;
    position: relative;
}

.modular16 .num-box .item:last-child {
    margin-right: 0;
    padding-right: 0;
}

.modular16 .num-box .item::after {
    content: '';
    border-left: 1px solid #89b85e;
    position: absolute;
    right: 0;
    height: 100%;
    top: 0;
}

.modular16 .num-box .item:last-child:after {
    display: none;
}

.modular16 .num-box .item em,
.modular16 .num-box .item span {
    color: #018ccf;
}

.modular16 .right .text {
    margin-bottom: 1em;
}

.modular16 .right .item {
    width: 50%;
    float: left;
    text-align: center;
}

.modular16 .right .img {
    height: 5em;
    line-height: 5em;
}

.modular16 .right .img img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.modular17 {
    background: #f9f9f9;
    padding: 1em 0;
}

.modular17 .tit {
    margin-bottom: 1em;
}

.modular17 li {
    background: #fff;
}

.modular17 li h3 {
    height: 9em;
}

.modular17 li .text {
    background: none;
}

.modular17 li .text::after {
    background: #89b85e;
    height: 6px;
}

.modular18 h3 {
    margin-top: 1em;
    line-height: 1.8;
}

.modular18 .list ul {
    overflow: hidden;
    margin: -6px;
}

.modular18 .list li {
    margin: 6px;
    float: left;
    width: calc(33.33% - 12px);
    overflow: hidden;
}

.modular18 .list li img {
    width: 100%;
    height: 100%;
    transition: all .3s;
}

.modular18 .list li:nth-child(2) {
    width: calc(66.66% - 12px);
    float: right;
}

.modular18 .list li:hover img {
    transform: scale(1.1);
}

.modular16 .right .item .index_more {
    padding-top: 2em;
}

.modular19 {
    background: url(../images/serve/other/m19.jpg) center center no-repeat;
    background-size: cover;
    padding: 10% 0;
}

.modular19 .info {
    background: url(../images/serve/other/e_r.jpg) center center no-repeat;
    background-size: 100% 100%;
    padding: 3% 6% 6%;
    box-sizing: border-box;
    color: #fff;
}

.modular19 ul {
    margin: -0.5em;
    overflow: hidden;
    margin-top: 1em;
}

.modular19 li {
    width: calc(50% - 1em);
    margin: 0.5em;
    float: left;

}

.modular19 li a {
    display: block;
    background: #fff;
    border-radius: 5em;
    box-sizing: border-box;
    padding: 0.5em 1.5em;
    padding-right: 3em;
    color: #000;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
}

.modular19 li i {
    position: absolute;
    right: 1em;
}

.modular19 {
    position: relative;
}

.modular19 .pop_up h2 {
    margin: 1em 0;
}

.modular19 .pop_up {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    text-align: center;
    display: none;
}

.modular19 .pop_up.on {
    display: block;
}

.modular19 .pop_up .input_box {
    width: 25em;
    margin: auto;
}

.modular19 .pop_up input {
    background: #fff;
    color: #000;
    border-radius: 3px;
    padding: 0 1em;
    line-height: 3em;
    width: 100%;
    margin-bottom: 1em;
    box-sizing: border-box;
}

.modular19 .pop_up .btns {
    margin-top: 1em;
}

.modular19 .pop_up .btns a.color {
    background: #89b85e;
    color: #fff;
}

.modular19 .pop_up .btns a {
    border-radius: 3px;
    height: auto;
    line-height: normal;
    padding: 1em 3em;
    margin: 0.5em;
}


.modular19 .pop_up .btns.index_more {
    padding-top: 0;
    width: 25em;
    margin: auto;
}

.modular19 .pop_up .input_box,
.modular19 .pop_up .btns {
    max-width: 80%;
}


@media only screen and (max-width:1024px) {
    .modular3 ul li {
        width: calc(25% - 2em);
        margin: 0 1em;
    }

    .modular7 {
        padding: 5% 0;
    }

    .modular7 li .tit {
        text-align: left;
    }

    .modular7 li.on,
    .modular7 li {
        float: none;
        display: block;
        width: auto;
        padding: 2em 0;
    }

    .modular7 li .info {
        display: block;
    }

    .modular7 li+li::after {
        border: 0;
        width: 100%;
        border-top: 1px solid #fff;
    }

    .modular7 ul,
    .modular7 .wrap {
        position: relative;
    }

    .modular7 ul{
        padding: 0 1em;
        box-sizing: border-box;
    }

    .modular8 .sub_title br {
        display: none;
    }

    .modular8 .left,
    .modular8 .right {
        width: auto;
        position: relative;
        left: 0;
    }

    .modular8 .right {
        padding: 2em;
    }

    .modular9 li {
        float: none;
        width: auto;
        margin: 0;
        margin-bottom: 1em;
    }

    .modular9 .buttons a {
        padding: 0.8em 3em;
    }

    .modular9 ul {
        margin: 0;
        padding-right: 1em;
    }
}

@media only screen and (max-width:1280px) {
    .modular19 {
        padding: 15% 0;
    }
}

@media only screen and (max-width:1024px) {
    .modular3 ul {
        padding: 10% 3%;
    }


    .modular3 ul li {
        width: calc(50% - 2em);
        margin: 0 1em;
    }

    .modular4 .left,
    .modular4 .right {
        float: none;
        width: auto;
    }

    .modular4 .left .text,
    .modular4 .right .text {
        top: 0;
        transform: translateY(0);
    }

    .modular4 .left::after,
    .modular4 .right::after {
        top: 0;
    }

    .modular4 .left h3,
    .modular4 .right h3 {
        display: block;
    }

    .modular10 .logos li,
    .modular5 .content .logos li {
        width: calc(50% - 0.5em);
        overflow: hidden;
    }

    .modular11 ul {
        margin: 0;
    }

    .modular11 li {
        width: 100%;
        margin: 0;
        margin-bottom: 0.4em;
    }

    .modular14 .left,
    .modular14 .right {
        width: auto;
        position: static;
    }

    .modular14 .content {
        position: static;
        height: auto;
        width: auto;
        padding-bottom: 3em;
    }

    .modular15 .map .info {
        width: auto;
        margin-top: 0;
    }


    .modular16 .num-box .item {
        text-align: center;
        margin-right: 0;
        padding-right: 0;
        display: block;
        margin-bottom: 1em;
    }

    .modular16 .num-box .item::after {
        display: none;
    }

    .modular16 .left,
    .modular16 .right {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }

    .modular16 .left {
        margin-bottom: 2em;
    }

    .modular16 .right .item {
        width: 100%;
        margin-bottom: 1em;
    }

    .modular16 .right .img {
        height: 10em;
        line-height: 10em;
    }

    .modular18 .list ul {
        letter-spacing: -0.5em;
        line-height: 0;
    }

    .modular18 .list li:nth-child(2),
    .modular18 .list li {
        display: inline-block;
        float: none;
        width: calc(50% - 12px);
    }

    .modular19 li {
        width: calc(100% - 1em);
    }

    .modular19 {
        position: static;
    }

    .modular19 .pop_up {
        position: fixed;
        padding-top: 10%;
    }

    .modular19 .pop_up .input_box,
    .modular19 .pop_up .btns {
        width: 80%;
    }
}