@charset "UTF-8";

main > section {padding: 100px 0;}

main .slick-arrow {
    position: absolute;
    background: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
    width: 50px;
    height: 50px;
    border-radius: 50px;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0;
    border: none;
    cursor: pointer;
}
main .slick-arrow:before {
    content: "";
    width: 8px;
    height: 13px;
    display: block;
    opacity: 1;
    margin: 0 auto;
}
main .slick-prev {left: -25px;}
main .slick-prev:before {background: url("../img/arrow_circle_left.svg") no-repeat;}
main .slick-next {right: -25px;}
main .slick-next:before {background: url("../img/arrow_circle_right.svg") no-repeat;}
#main_slider {
    margin: 0;
    padding: 0;
}

#main_slider .slide {
    position: relative;
    /*margin-top: 80px;*/
    width: 100%;
    height: calc(70vh);
    background-size: cover;
    background-position: 20%;
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
}

#main_slider .slide .txt_wrap {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 0 20px;
    text-align: center;
    text-shadow: 3px 3px rgba(0,0,0,0.5);

}
#main_slider .slide .txt_wrap p {
    color: #fff;
    font-size: 30px;
    margin-bottom: 20px;
}
#main_slider .slide .txt_wrap h2 {
    color: #fff;
    font-size: 60px;
    font-weight: 600;
    margin-bottom: 10px;
}
#main_slider .slide .txt_wrap h3 {
    color: #fff;
    font-size: 35px;
    font-weight: 400;
}
#main_slider .slick-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 50px;
    font-size: 0;
}
#main_slider .slick-dots li {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 3px;
    margin: 0;
}
#main_slider .slick-dots li button {
    width: 10px;
    height: 10px;
    padding: 0;
    border-radius:10px;
    background: #fff;
    opacity: 0.3;
    border: none;
    font-size: 0;
    cursor: pointer;
}
#main_slider .slick-dots li button::before {content: none;}
#main_slider .slick-dots li.slick-active button {opacity: 1;}
#main_slider .slick-arrow {
    position: absolute;
    background: rgba(255,255,255,0.8);
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
    width: 40px;
    height: 40px;
    border-radius: 40px;
    top: 55%;
    font-size: 0;
    border: none;
    cursor: pointer;
}
#main_slider .slick-arrow:before {
    content: "";
    width: 8px;
    height: 13px;
    display: block;
    opacity: 1;
    margin: 0 auto;
}
#main_slider .slick-prev {left: 100px;}
#main_slider .slick-prev:before {background: url("../img/arrow_circle_left.svg") no-repeat;}
#main_slider .slick-next {right: 100px;}
#main_slider .slick-next:before {background: url("../img/arrow_circle_right.svg") no-repeat;}

section header {margin-bottom: 30px;}
section header img {
    display: inline-block;
    width: 60px;
    height: 60px;
    vertical-align: middle;
}
section header h2 {
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    font-weight: 300;
    margin: 0;
    margin-left: 8px;
}
section header h2 br {display: none;}

#domestic_list {
    margin-right: -30px;
}
#domestic_list li {
    float:left;
    width:calc((100% - 30px)/4);
}
#domestic_list li a .thumb_img {
    width: 100%;
    height: 277px;
    border-radius: 15px;
    background-position: center;
    background-size: contain;
    position: relative;
    background-repeat:no-repeat;
}

.section_banner {padding: 0;}
.section_banner #banner_list li a {
    margin-top: 50px;
    background: #ebecf6;
    border-radius: 20px;
    display: block;
    overflow: hidden;
}
.section_banner #banner_list li .txt_wrap {
    position: absolute;
    margin-left: 50px;
    padding: 30px 50px 0 10px;
    float: left;
    width: 45%;
}
.section_banner #banner_list li .txt_wrap .banner_logo {width: 110px;}
.section_banner #banner_list li .txt_wrap h3 {
    font-size: 36px;
    font-weight: 300;
    margin: 45px 0 45px;
    line-height: 1.3;
    color: #fff;
}
.section_banner #banner_list li .txt_wrap .tag_list {font-size: 0;}
.section_banner #banner_list li .txt_wrap .tag_list li {
    display: inline-block;
    vertical-align: middle;
    background-color: #fff;
    box-shadow: 0 15px 20px rgba(0,0,0,0.2);
    border: 1px solid #fff;
    border-radius: 36px;
    padding: 7px 20px;
    font-weight: 500;
    color: #333;
    font-size: 14px;
    margin-right: 10px;
}
.section_banner #banner_list li .img_wrap {
    position: relative;
    float: left;
    width: 100%;
    height: 350px;
    border-radius: 20px;
    background-size: cover;
    background-position: center;
}

#_list li a .thumb_img .tag {
    font-size: 12px;
    font-weight: 500;
    background: #009944;
    padding: 3px 12px;
    border-radius: 12px;
    color: #fff;
    position: absolute;
    top: 10px;
    left: 10px;
}
#domestic_list .slick-arrow {
    position: absolute;
    background: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
    width: 40px;
    height: 40px;
    border-radius: 40px;
    z-index: 1;
    top: 40%;
    font-size: 0;
    border: none;
    cursor: pointer;
}
#domestic_list .slick-arrow:before {
    content: "";
    width: 8px;
    height: 13px;
    display: block;
    opacity: 1;
    margin: 0 auto;
}
#domestic_list .slick-prev {left: -20px;}
#domestic_list .slick-prev:before {background: url("../img/arrow_circle_left.svg") no-repeat;}
#domestic_list .slick-next {right: 10px;}
#domestic_list .slick-next:before {background: url("../img/arrow_circle_right.svg") no-repeat;}
#domestic_list .list_info {margin-top: 30px; margin-bottom:30px; padding:0px 12px;}
#domestic_list .list_info h4 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0px;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
    text-align: center;
}
#domestic_list .list_info p {
    font-size: 13px;
    color: #888;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
}
#domestic_list .list_info .list_price_wrap {
    overflow: hidden;
    margin-top: 8px;
    text-align: center;
}
#domestic_list .list_info .list_price_wrap span {
    float: none;
    font-size: 14px;
}
#domestic_list .list_info .list_price_wrap span em {
    font-family: "Roboto";
    font-size: 21px;
    font-weight: 500;
    font-style: normal;
}
#domestic_list .list_info .list_price_wrap .dc {
    float: right;
    font-family: "Roboto";
    font-size: 21px;
    font-weight: 500;
    color: #d13b40;
}
.section_overseas {
    overflow: hidden;
    padding-top: 0;
}
.section_overseas article {
    float: left;
    width: calc((100% - 30px)/2);
    /*margin-right: 30px;*/ /* 2022.06.10 */
    margin-bottom: 30px;
}
.section_overseas .overseas_japan,
.section_overseas .overseas_total,
.section_overseas .overseas_charter {margin-right: 0;}
.section_overseas .overseas_hongkong {margin-right: 0;}
.section_overseas .overseas_mongolia {margin-right: 0;}
/* .section_overseas .overseas_charter {margin-bottom: 0;} */
.section_overseas .overseas_title a {
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 150px;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    color: #fff;
    display: block;
}
.section_overseas .overseas_china .overseas_title a {background-image: url("../img/main/banner/overseas_title_1.jpg");}
.section_overseas .overseas_japan .overseas_title a {background-image: url("../img/main/banner/overseas_title_2.jpg");}
.section_overseas .overseas_southeast .overseas_title a {background-image: url("../img/main/banner/overseas_title_3.jpg");}
.section_overseas .overseas_charter .overseas_title a {background-image: url("../img/main/banner/overseas_title_4.jpg");}
.section_overseas .overseas_taiwan .overseas_title a {background-image: url("../img/main/banner/overseas_title_5.jpg");}
.section_overseas .overseas_hongkong .overseas_title a {background-image: url("../img/main/banner/overseas_title_6.jpg");}
.section_overseas .overseas_long_dis .overseas_title a {background-image: url("../img/main/banner/overseas_title_7.jpg");}
.section_overseas .overseas_mongolia .overseas_title a {background-image: url("../img/main/banner/overseas_title_8.jpg");}
.section_overseas .overseas_title a .txt_wrap {
    position: absolute;
    left: 40px;
    bottom: 40px;
}
.section_overseas .overseas_title a .txt_wrap p {
    font-size: 16px;
    text-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.section_overseas .overseas_title a .txt_wrap h3 {
    font-size: 30px;
    font-weight: bold;
    text-shadow: 0 0 10px rgba(0,0,0,0.2);
    margin-top: 5px;
}
.section_overseas .overseas_total a .txt_wrap p,
.section_overseas .overseas_total a .txt_wrap h3 {text-shadow: none;}
.section_overseas .overseas_japan a .txt_wrap p,
.section_overseas .overseas_japan a .txt_wrap h3 {text-shadow: none;}
.section_overseas .overseas_list {
    border: 1px solid #eee;
    padding: 0 20px;
    margin-top: 30px;
}
.section_overseas .overseas_list li {
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
}
.section_overseas .overseas_list li:last-child {border-bottom: none;}
.section_overseas .overseas_list li a {
    display: block;
    overflow: hidden;
}
.section_overseas .overseas_list li a .thumb_img {
    width: 150px;
    height: 150px;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    float: left;
    position: relative;
}
.section_overseas .overseas_list li a .thumb_img .tag {
    font-size: 12px;
    font-weight: 500;
    background: #009944;
    padding: 3px 12px;
    border-radius: 3px;
    color: #fff;
    position: absolute;
    top: 10px;
    left: 10px;
}
.section_overseas .overseas_list li a .list_info {
    float: left;
    padding: 20px 20px 0 40px;
    width: calc(100% - 150px);
}
.section_overseas .overseas_list li a .list_info h4 {
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
}
.section_overseas .overseas_list li a .list_info p {
    font-size: 13px;
    color: #888;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
}
.section_overseas .overseas_list li a .list_info .list_price_wrap {
    margin-top: 40px;
    overflow: hidden;
}
.section_overseas .overseas_list li a .list_info .list_price_wrap span {
    float: left;
    font-size: 14px;
}
.section_overseas .overseas_list li a .list_info .list_price_wrap span em {
    font-family: "Roboto";
    font-size: 21px;
    font-weight: 500;
    font-style: normal;
}
.section_overseas .overseas_list li a .list_info .list_price_wrap .dc {
    float: right;
    font-family: "Roboto";
    font-size: 21px;
    font-weight: 500;
    color: #d13b40;
}
.section_support {
    background: #f8f8f8;
    border-radius: 50px 50px 0 0;
    overflow: hidden;
}
.section_support::after {
    content: "";
    display: block;
    clear: both;
}
.section_support .cscenter {
    float: left;
    width: 50%;
    border-right: 1px solid #ddd;
    min-height: 280px;
}
.section_support .cscenter > strong {
    font-family: "Roboto";
    font-size: 30px;
    color: #009944;
}
.section_support .cscenter .hours h5 {
    font-size: 14px;
    font-weight: bold;
    margin: 20px 0 10px;
}
.section_support .cscenter .hours h5 img {
    display: inline-block;
    vertical-align: middle;
}
.section_support .cscenter .hours h5 b {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}
.section_support .cscenter .hours p {
    font-size: 14px;
    margin-bottom: 3px;
}
.section_support .notice {
    float: left;
    width: 58.4%;
    padding: 0 50px;
}
.section_support .notice header {overflow: hidden;}
.section_support .notice header h2 {margin-left: 0;}
.section_support .notice header .more_btn {
    font-family: "Roboto";
    width: 120px;
    height: 36px;
    line-height: 36px;
    border-radius: 36px;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    color: #333;
    transition: all 0.3s;
    border: 1px solid #333;
    display: inline-block;
}
.section_support .notice header .more_btn:hover {
    color: #fff;
    background: #333;
}
.section_support #notice_list li {margin-bottom: 10px;}
.section_support #notice_list li a {
    background: #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    border-radius: 5px;
    padding: 0 30px;
    line-height: 60px;
    display: block;
    overflow: hidden;
    transition: all 0.3s;
}
.section_support #notice_list li a:hover {box-shadow: none;}
.section_support #notice_list li a em {
    font-size: 16px;
    font-weight: 400;
    float: left;
    width: calc(100% - 80px);
    font-style: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
}
.section_support #notice_list li a .list_date {
    font-family: "Roboto";
    font-size: 14px;
    color: #888;
    float: right;
    width: 80px;
    text-align: right;
}
.section_support .btn_wrap {
    float: left;
    width: 50%;
}
.section_support .btn_wrap > a {
    display: block;
    margin-bottom: 15px;
    padding: 20px;
    text-align: right;
    border-radius: 5px;
    box-sizing: border-box;
}
.section_support .btn_wrap > a h3 {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 20px;
    text-align: left;
}
.section_support .btn_wrap > a.about_btn {
    background: #fff;}
.section_support .btn_wrap > a.contact_btn {background: #009944;}
.section_support .btn_wrap > a.contact_btn h3 {color: #fff;}

@media all and (max-width: 1023px) {
    #main_slider .slick-prev {left: 15px;}
    #main_slider .slick-next {right: 15px;}
    #domestic_list .slick-dots {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: -30px;
        font-size: 0;
    }
    #domestic_list .slick-dots li {
        display: inline-block;
        vertical-align: middle;
        width: 30px;
        height: 3px;
        margin: 0;
    }
    #domestic_list .slick-dots li button {
        width: 30px;
        height: 3px;
        padding: 0;
        background: #333;
        opacity: 0.1;
        border: none;
        font-size: 0;
        cursor: pointer;
    }
    #domestic_list .slick-dots li button::before {content: none;}
    #domestic_list .slick-dots li.slick-active button {opacity: 1;}
}
@media all and (max-width: 991px) {
    .section_support .cscenter {
        float: none;
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #ddd;
        min-height: auto;
        text-align: center;
        padding-bottom: 50px;
        margin-bottom: 50px;
    }
    .section_support .cscenter .hours p {display: inline-block;}
    .section_support .notice {
        padding: 0;
        padding-right: 50px;
        width: 60%;
    }
    .section_support .btn_wrap {width: 100%;}
    .section_overseas .overseas_title a .txt_wrap p{
        font-size:10px;
    }
}
@media all and (max-width:1200px){
    #main_slider .slide .txt_wrap p{
        font-size:20px;
    }
    #main_slider .slide .txt_wrap h2{
        font-size:30px;
    }
    #main_slider .slide .txt_wrap h3{
        font-size:30px;
    }

}

@media all and (max-width: 767px) {
    main > section {padding: 50px 0;}
    #main_slider .slide {height: 250px;}
    #main_slider .slide .txt_wrap{
        width:90%;
    }
    #main_slider .slide .txt_wrap p {
        font-size: 15px;
        margin-bottom: 15px;
    }
    #main_slider .slide .txt_wrap h2 {
        font-size: 20px;
    }
    #main_slider .slide .txt_wrap h3 {
        font-size: 18px;
    }
    #main_slider .slick-dots {bottom: 30px;}
    section header img {
        display: block;
        margin: 0 auto 10px;
    }
    section header h2 {
        display: block;
        text-align: center;
        font-size: 21px;
    }
    section header h2 br {display: block;}

    #domestic_list {margin-right: -15px;}
    #domestic_list li {
        width:calc((100% - 30px)/2);
        margin-right: 15px;
    }
    #domestic_list li a .thumb_img {height: 170px;}
    #domestic_list .list_info {margin-top: 15px;}
    #domestic_list .list_info h4 {font-size: 15px;}
    #domestic_list .list_info .list_price_wrap {margin-top: 20px;}
    #domestic_list .list_info .list_price_wrap span em, #domestic_list .list_info .list_price_wrap .dc {font-size: 16px;}
    .section_overseas article {margin-bottom: 30px;}
    .section_overseas .overseas_title a {height: 180px;}
    .section_overseas .overseas_title a .txt_wrap {
        left: 10px;
        bottom: 20px;
    }
    .section_overseas .overseas_title a .txt_wrap h3 {font-size: 21px;}
    .section_overseas .overseas_list {
        padding: 0 10px;
        margin-top: 15px;
    }
    .section_overseas .overseas_list li {padding: 10px 0;}
    .section_overseas .overseas_list li a .thumb_img {
        width: 80px;
        height: 80px;
    }
    .section_overseas .overseas_list li a .thumb_img .tag {display: none;}
    .section_overseas .overseas_list li a .list_info {
        width: calc(100% - 80px);
        padding: 0;
        padding-top: 3px;
        padding-left: 15px;
    }
    .section_overseas .overseas_list li a .list_info h4 {
        font-size: 15px;
        margin-bottom: 5px;
    }
    .section_overseas .overseas_list li a .list_info .list_price_wrap {margin-top: 15px;}
    .section_overseas .overseas_list li a .list_info .list_price_wrap span em,
    .section_overseas .overseas_list li a .list_info .list_price_wrap .dc {font-size: 16px;}
    .section_support {border-radius: 20px 20px 0 0;}
    .section_support header {margin-bottom: 20px;}
    .section_support .cscenter {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    .section_support .cscenter .hours p {display: block;}
    .section_support .notice, .section_support .btn_wrap {
        float: none;
        width: 100%;
        padding: 0;
    }
    .section_support .notice header h2 {
        text-align: left;
        display: inline-block;
        padding-top: 3px;
    }
    .section_support .notice header .more_btn {
        font-size: 12px;
        height: 30px;
        line-height: 30px;
    }
    .section_support #notice_list li a {
        line-height: 50px;
        padding: 0 15px;
    }
    .section_support #notice_list li a em {
        font-size: 15px;
        width: calc(100% - 65px);
    }
    .section_support #notice_list li a .list_date {
        font-size: 12px;
        width: 65px;
    }
    .section_support .btn_wrap {
        overflow: hidden;
        margin-top: 30px;
    }
    .section_support .btn_wrap > a {
        float: left;
        width: calc((100% - 10px)/2);
        margin-right: 10px;
        margin-bottom: 0;
        padding: 15px;
    }
    .section_banner #banner_list li .txt_wrap h3 {
        font-size: 24px;
        margin: 15px 0 25px;
    }
    .section_banner #banner_list li .txt_wrap .tag_list li {
        padding: 5px 12px;
        font-size: 13px;
        margin-right: 5px;
    }
    .section_support .btn_wrap > a:last-child {margin-right: 0;}
}

@media all and (max-width:314px){
    #domestic_list li{
        width:100%;
        margin-right:15px;
    }
    .section_overseas article {
        float: none;
        width: 100%;
        margin: 0 0 50px;
    }
    #header .mainLogo .company{
        font-size:15px;
    }
}