.section {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}
.section .title {
    margin-bottom: 45px;
    padding: 0 24px;
    text-align: center;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
    word-break: keep-all;
}


.section-2 {
    padding: 72px 0;
}
.section-3 {
    padding: 72px 0;
    background-color: #f1f5fa;
}
.section-4 {
    padding: 72px 0;
}
.section-5 {
    padding: 72px 0;
}
.section-6 {
    padding: 72px 0;
    background-color: #dadde2;
    /* background-color: #eeeeee; */
}
.section-7 {
    padding: 48px 0;
    background-image: url(../img/section_7_bg.jpg);
    background-position: center;
    background-size: cover;
}
.section-8 {
    padding: 72px 0;
    background-image: url(../img/section_8_bg.jpg);
    background-position: center;
    background-size: cover;
}
.section-9 {
    padding: 72px 0;
}
.section-10 {
    padding: 48px 0;
    background-color: #7499c6;
}
.section-11 {
    padding: 72px 0;
    background-color: #fafafa;
}
.section-12 {
    padding: 48px 0;
}



/* main-swiper-container */
.main-swiper-container [class*=swiper-slide-] {
    overflow: hidden;
}
.main-swiper-container [class*=swiper-slide-] > img {
    position: relative;
    left: 50%;
    width: 1920px;
    transform: translate(-50%, 0);
}
@media only screen and (max-width: 979px) {
    .main-swiper-container [class*=swiper-slide-] > img {
        width: auto;
        height: 100vh;
        min-height: 600px;
        left: 50%;
    }

    .main-swiper-container .swiper-slide-1 > img {
        left: 80%;
    }

    .main-swiper-container .swiper-slide-2 > img {
        left: 80%;
    }

    .main-swiper-container .swiper-slide-4 > img {
        left: 100%;
    }
}
@media only screen and (max-width: 599px) {
    .main-swiper-container .swiper-slide-2 > img {
        left: 120%;
    }

    .main-swiper-container .swiper-slide-4 > img {
        left: 160%;
    }
}
@media only screen and (max-width: 979px) and (orientation: landscape) {
    .main-swiper-container .swiper-slide-1 > img {
        left: 50%;
    }

    .main-swiper-container .swiper-slide-2 > img {
        left: 60%;
    }

    .main-swiper-container .swiper-slide-3 > img {
        left: 50%;
    }
}
.main-swiper-container [class*=swiper-slide-] .inner-container {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    color: #ffffff;
}
.main-swiper-container .swiper-pagination {
	bottom: 16px;
}
.main-swiper-container .swiper-pagination .swiper-pagination-bullet {
	width: 16px;
	height: 16px;
	border-radius: 10px;
	opacity: 0.6;
}
.main-swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 24px;
	background-color: #cccccc;
}
/* slide 1 */
.main-swiper-container .swiper-slide-1 .inner-container {
    max-width: 980px;
}
.main-swiper-container .swiper-slide-1 .inner-container .text-container-1 {
    position: absolute;
    top: 50%;
    right: 25%;
    transform: translate(50%, -50%);
}
.main-swiper-container .swiper-slide-1 .inner-container .text-container-1 .text-1 {
    text-align: center;
    color: #ffffff;
    font-size: 36px;
    line-height: 1.4;
    font-weight: 700;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    word-break: keep-all;
}
@media only screen and (max-width: 979px) {    
    .main-swiper-container .swiper-slide-1 .inner-container .text-container-1 {
        max-width: calc(100% - 48px);
        right: 24px;
        transform: translate(0, -50%);
    }
}
@media only screen and (max-width: 599px) {
    .main-swiper-container .swiper-slide-1 .inner-container .text-container-1 .text-1 {
        font-size: 24px;
    }
}
/* slide 2 */
.main-swiper-container .swiper-slide-2 .inner-container {
    max-width: 980px;
}
.main-swiper-container .swiper-slide-2 .inner-container .text-container-1 {
    position: absolute;
    top: 50%;
    right: 25%;
    transform: translate(50%, -50%);
}
.main-swiper-container .swiper-slide-2 .inner-container .text-container-1 .text-1 {
    text-align: center;
    color: #404040;
    font-size: 36px;
    line-height: 1.4;
    font-weight: 700;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    word-break: keep-all;
}
@media only screen and (max-width: 979px) {    
    .main-swiper-container .swiper-slide-2 .inner-container .text-container-1 {
        max-width: calc(100% - 48px);
        right: 24px;
        transform: translate(0, -50%);
    }
}
@media only screen and (max-width: 599px) {
    .main-swiper-container .swiper-slide-2 .inner-container .text-container-1 .text-1 {
        font-size: 24px;
    }
}
/* slide 3 */
.main-swiper-container .swiper-slide-3 .inner-container {
    max-width: 980px;
}
.main-swiper-container .swiper-slide-3 .inner-container .text-container-1 {
    position: absolute;
    right: 24px;
    bottom: 120px;
}
.main-swiper-container .swiper-slide-3 .inner-container .text-container-1 .text-1 {
    text-align: right;
    color: #ffffff;
    font-size: 36px;
    line-height: 1.4;
    font-weight: 700;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    word-break: keep-all;
}
.main-swiper-container .swiper-slide-3 .inner-container .text-container-1 .text-1 .rounded-background {
    display: inline-block;
    position: relative;
    margin-left: 4px;
}
.main-swiper-container .swiper-slide-3 .inner-container .text-container-1 .text-1 .rounded-background::before {
    content: '';
    display: inline-block;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    width: calc(100% + 24px);
    height: 100%;
    border-radius: 36px;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.8);
}
@media only screen and (max-width: 979px) {    
    .main-swiper-container .swiper-slide-3 .inner-container .text-container-1 {
        max-width: calc(100% - 48px);
    }
}
@media only screen and (max-width: 599px) {
    .main-swiper-container .swiper-slide-3 .inner-container .text-container-1 .text-1 {
        font-size: 24px;
    }
}
/* slide 4 */
.main-swiper-container .swiper-slide-4 .inner-container {
    max-width: 980px;
}
.main-swiper-container .swiper-slide-4 .inner-container .text-container-1 {
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translate(0, -50%);
    text-align: left;
}
.main-swiper-container .swiper-slide-4 .inner-container .text-container-1 .text-1 {
    display: inline-block;
    padding: 4px 8px;
    background-color: #17417e;
    text-align: right;
    color: #ffffff;
    font-size: 24px;
    line-height: 1.4;
    word-break: keep-all;
}
.main-swiper-container .swiper-slide-4 .inner-container .text-container-1 .text-2 {
    display: inline-block;
    margin-top: 8px;
    text-align: right;
    color: #ffffff;
    font-size: 24px;
    line-height: 1.4;
    word-break: keep-all;
}
.main-swiper-container .swiper-slide-4 .inner-container .text-container-1 .text-3 {
    display: inline-block;
    color: #ffffff;
    text-align: right;
    font-size: 24px;
    line-height: 1.4;
    font-weight: 400;
    word-break: keep-all;
}
.main-swiper-container .swiper-slide-4 .inner-container .text-container-1 .text-3 .text-over-underline {
    color: #ffffff !important;
}
.main-swiper-container .swiper-slide-4 .inner-container .text-container-1 .text-3 .text-over-underline.yellow::after {
    background-color: rgba(208, 208, 168, 0.6);
}
.main-swiper-container .swiper-slide-4 .inner-container .text-container-1 .text-4 {
    display: inline-block;
    margin-top: 4px;
    text-align: right;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 100;
    word-break: keep-all;
}
@media only screen and (max-width: 979px) {    
    .main-swiper-container .swiper-slide-4 .inner-container .text-container-1 {
        top: 25%;
        max-width: calc(100% - 48px);
    }
}
@media only screen and (max-width: 599px) {
    .main-swiper-container .swiper-slide-4 .inner-container .text-container-1 {
        right: 12px;
        max-width: calc(100% - 24px);
    }
    .main-swiper-container .swiper-slide-4 .inner-container .text-container-1 {
        text-align: right;
    }
    .main-swiper-container .swiper-slide-4 .inner-container .text-container-1 .text-1 {
        font-size: 15px;
    }
    .main-swiper-container .swiper-slide-4 .inner-container .text-container-1 .text-2 {
        font-size: 15px;
    }
    .main-swiper-container .swiper-slide-4 .inner-container .text-container-1 .text-3 {
        font-size: 15px;
    }
    .main-swiper-container .swiper-slide-4 .inner-container .text-container-1 .text-4 {
        font-size: 13px;
    }
}
.main-swiper-container .swiper-prev,
.main-swiper-container .swiper-next {
	position: absolute;
	z-index: 1000;
	top: 50%;
	cursor: pointer;
}
.main-swiper-container .swiper-prev {
	left: 50%;
	transform: translate( -480px, -50%);
}
.main-swiper-container .swiper-next {
	right: 50%;
	transform: translate( 480px, -50%);
}
.main-swiper-container .swiper-prev i,
.main-swiper-container .swiper-next i {
	color: #f3859b;
	font-size: 48px;
}
@media only screen and (max-width: 979px) {
	.main-swiper-container .swiper-prev {
		left: 12px;
		transform: translate( 0, -50%);
	}
	.main-swiper-container .swiper-next {
		right: 12px;
		transform: translate( 0, -50%);
	}
}

/* swiper-container */
.package-swiper-container,
.group-swiper-container,
.lecture-swiper-container {
    padding: 0 24px;
}

.package-swiper-container .swiper-pagination-container,
.group-swiper-container .swiper-pagination-container,
.lecture-swiper-container .swiper-pagination-container {
    margin-top: 16px;
    text-align: center;
}

.package-swiper-container .swiper-pagination-container .swiper-pagination,
.group-swiper-container .swiper-pagination-container .swiper-pagination,
.lecture-swiper-container .swiper-pagination-container .swiper-pagination {
    position: relative;
    display: inline-block;
    bottom: 0;
    width: auto;
    font-weight: 700;
}

.package-swiper-container .swiper-pagination-container .swiper-pagination .swiper-pagination-total,
.group-swiper-container .swiper-pagination-container .swiper-pagination .swiper-pagination-total,
.lecture-swiper-container .swiper-pagination-container .swiper-pagination .swiper-pagination-total {
    color: #999999;
}

.package-swiper-container .swiper-pagination-container .swiper-prev,
.group-swiper-container .swiper-pagination-container .swiper-prev,
.lecture-swiper-container .swiper-pagination-container .swiper-prev {
    display: inline-block;
    margin-right: 24px;
}

.package-swiper-container .swiper-pagination-container .swiper-prev:focus,
.group-swiper-container .swiper-pagination-container .swiper-prev:focus,
.lecture-swiper-container .swiper-pagination-container .swiper-prev:focus {
    outline: none;
}

.package-swiper-container .swiper-pagination-container .swiper-next,
.group-swiper-container .swiper-pagination-container .swiper-next,
.lecture-swiper-container .swiper-pagination-container .swiper-next {
    display: inline-block;
    margin-left: 24px;
}

.package-swiper-container .swiper-pagination-container .swiper-next:focus,
.group-swiper-container .swiper-pagination-container .swiper-next:focus,
.lecture-swiper-container .swiper-pagination-container .swiper-next:focus {
    outline: none;
}



/* quick-container */
.quick-container {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
}
.quick-container::after {
    content: '';
    display: block;
    clear: both;
}
.quick-container .quick-link {
    float: left;
    position: relative;
    width: 25%;
    text-align: center;
}
.quick-container .quick-link:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 18%;
    right: 0;
    height: 50%;
    border-right: 1px solid #f2f2f2;
}
.quick-container .quick-link .link-icon {
    display: inline-block;
    max-width: 144px;
}
.quick-container .quick-link .link-text {
    display: inline-block;
    width: 100%;
    margin-top: 18px;
    font-size: 18px;
    white-space: nowrap;
}
@media only screen and (max-width: 979px) {
    .quick-container .quick-link {
        width: 50%;
        padding: 0 24px;
    }
    .quick-container .quick-link:nth-child(n+3) {
        margin-top: 48px;
    }
    .quick-container .quick-link .link-icon {
        width: 100%;
    }
}

/* scale-container */
.scale-container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    font-size: 0;
    text-align: center;
}
.scale-container .scale {
    display: inline-block;
    width: 216px;
    margin: 12px;
    border-radius: 4px;
    padding: 36px 0;
    background-color: #ffffff;
    vertical-align: top;
}
.scale-container .scale .label {
    display: inline-block;
    font-size: 20px;
    line-height: 48px;
    font-weight: 700;
}
.scale-container .scale img {
    display: block;
	width: auto;
    height: 64px;
    margin: 24px auto;
    background-color: rgba(48, 148, 248, 0.8);
}
.scale-container .scale .text {
    font-size: 15px;
    font-weight: 700;
    line-height: 50px;
}
.scale-container .scale .text span {
    color:#4490fc;
    font-size: 24px;
    font-weight: 900;
}

/* banner-container */
.banner-container {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
}
.banner-container::after {
    content: '';
    display: block;
    clear: both;
}
.banner-container .banner {
    padding: 0 24px;
}
.banner-container .banner .banner-content {
    float: left;
    width: 70%;
    padding-right: 24px;
}
.banner-container .banner .banner-content .banner-text-1 {
    display: inline-block;
    width: 100%;
    color: #ffffff;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    word-break: keep-all;
}
.banner-container .banner .banner-content .banner-text-2 {
    display: inline-block;
    width: 100%;
    margin-top: 1em;
    color: #fde9c4;
    font-size: 15px;
    line-height: 1.2;
}
.banner-container .banner-img {
    float: right;
    width: 30%;
    text-align: center;
}
.banner-container .banner-img img {
    max-height: 150px;
}
@media only screen and (max-width: 599px) {
    .banner-container .banner .banner-content {
        width: 100%;
        padding-right: 0;
    }
    .banner-container .banner .banner-content .banner-text-1 {
        margin-top: 0;
    }
    .banner-container .banner-img {
        width: 100%;
        margin-top: 20px;
    }
    .banner-container .banner-img img {
        width: 40%;
    }
}

/* effect-container */
.effect-container {
    max-width: 980px;
    margin: 0 auto;
    padding: 0 12px;
    text-align: center;
}
.effect-container::after {
    content: '';
    display: block;
    clear: both;
}
.effect-container .effect {
    display: inline-block;
    width: calc((100% - 84px) / 3);
    min-width: 264px;
    margin: 12px;
    padding: 36px 24px;
    background-color: rgba(255, 255, 255, 0.75);
}
.effect-container .effect .effect-img {
    width: 100%;
    line-height: 96px;
    text-align: center;
}
.effect-container .effect .effect-img img {
    max-width: 100%;
    vertical-align: middle;
}
.effect-container .effect .effect-text-img {
    margin: 12px 0;
    height: 60px;
    line-height: 60px;
    text-align: center;
}
.effect-container .effect .effect-text-img img {
    height: 100%;
    vertical-align: top;
}
.effect-container .effect .effect-text {
    margin-top: 24px;
    text-align: center;
    font-size: 18px;
    white-space: nowrap;
}
.effect-container .source {
    margin-top: 60px;
    text-align: right;
    color: #232323;
    font-size: 12px;
    font-weight: 700;
}
@media only screen and (max-width: 599px) {
    .effect-container {
        padding: 0 24px;
    }
    .effect-container .effect {
        float: left;
        width: 100%;
        margin: 0;
        padding: 20px;
        background-color: rgba(255, 255, 255, 0.75);
    }
    .effect-container .effect:nth-child(n+4) {
        margin-top: 0;
    }
    .effect-container .effect:not(:nth-child(3n)) {
        margin-right: 0;
    }
    .effect-container .effect:not(:first-child) {
        margin-top: 30px;
    }
    .effect-container .effect .effect-img {
        float: left;
        width: calc((100% - 24px) / 2);
        height: 60px;
        margin-right: 24px;
        line-height: 60px;
    }
    .effect-container .effect .effect-img img {
        max-width: 100%;
        max-height: 100%;
        vertical-align: top;
    }
    .effect-container .effect .effect-text-img {
        float: left;
        width: calc((100% - 24px) / 2);
        height: 60px;
        line-height: 60px;
    }
    .effect-container .effect .effect-text-img img {
        max-width: 100%;
        max-height: 100%;
        vertical-align: top;
    }
    .effect-container .effect .effect-text {
        float: left;
        width: 100%;
    }
    .effect-container .source {
		float: right;
        margin-top: 10%;
    }
}

/* phone-container */
.phone-container {
    position: relative;
    max-width: 980px;
    height: 60px;
    margin: 0 auto;
}
.phone-container::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    border-top: 1px solid #90add1;
    transform: translate(0, -50%);
}
.phone-container .phone-text {
    display: inline-block;
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 0;
    height: 2.5em;
    padding: 0 48px;
    background-color: #7499c6;
    transform: translate(0, -50%);
    color: #ffffff;
    font-size: 20px;
    line-height: 2.5em;
    letter-spacing: 0.05em;
    vertical-align: top;
}
.phone-container .phone-text img {
    height: 100%;
    margin-right: 0.5em;
}
.phone-container .phone-number {
    display: inline-block;
    position: absolute;
    z-index: 10;
    top: 50%;
    right: 0;
    padding: 0 48px;
    background-color: #7499c6;
    transform: translate(0, -50%);
    vertical-align: top;
	color:#fff; 
	line-height:1.4em;
}
.phone-container .phone-number a {
    display: inline-block;
    color: #ffffff;
    font-size: 36px;
    line-height: 1.25;
    font-weight: 300;
    letter-spacing: 0.1em;
}
@media only screen and (max-width: 979px) {
    .phone-container {
        height: auto;
        text-align: center;
    }
    .phone-container::before {
        content: none;
    }
    .phone-container .phone-text {
        position: relative;
        padding: 0 24px;
        background-color: transparent;
        transform: none;
    }
    .phone-container .phone-number {
        position: relative;
        padding: 0 24px;
        background-color: transparent;
        transform: none;
    }
}
@media only screen and (max-width: 599px) {
    .phone-container .phone-number {
        margin-top: 12px;
    }
}


/* banner-swiper-container */
.banner-swiper-container {
    max-width: 980px;
    padding: 0 24px;
}
@media only screen and (max-width: 980px) {
    .banner-swiper-container .swiper-wrapper .swiper-slide {
        text-align: center;
    }
    .banner-swiper-container .swiper-wrapper .swiper-slide img {
         width: 100%;
         max-width: 160px;
    }
}


