.wrap {
    overflow-x: hidden;
}

.ss2_s3_2_content_img img {
    width: 96%;
}

.thankspage {
    width: 70%;
    height: 200px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -35%;
    margin-top: -100px;
    font-size: 23px;
    color: black;
    text-align: center;
}

.thanksnote {
    font-size: 16px;
}

.thanksnote a {
    color: #0095d8;
}

.thankConunt {
    font-size: 23px;
    font-weight: 300;
}

.thankspage img {
    width: 300px;
}

body {
    margin: 0px;
    background-color: #ffffff;
    font-family: 'Noto Sans TC', sans-serif;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: subpixel-antialiased;
    font-size: 16px;
    line-height: 2em;
    font-weight: 300;
    width: 100%;
    overflow-x: hidden;
}

.popAdBanner {
    width: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -250px;
    margin-top: -207px;
    cursor: pointer;
}

.swiper-slide-pic {
    display: none;
}

.videoPopcontainer {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.7)
}

.eventPopcontainer {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.7)
}

.event1_video_end_link {
    width: 540px;
    height: 444px;
    background: url("../_img/events1/popContent.png") no-repeat;
    background-size: 540px;
    background-position: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -222px;
    margin-left: -270px;
    cursor: pointer;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.7)
}

.videoCloseIcon {
    width: 50px;
    height: 50px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: 400px;
    margin-top: -230px;
    z-index: 1004;
    cursor: pointer;
    background: url('../_img/closeBtn.png') no-repeat center;
    background-size: 50px;
}

.eventCloseIcon {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: 250px;
    margin-top: -207px;
    z-index: 1004;
    cursor: pointer;
    background: url('../_img/closeBtn.png') no-repeat center;
    background-size: 50px;
}

.videoPlayIcon {
    width: 100px;
    height: 100px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
    z-index: 1002;
    cursor: pointer;
    z-index: 1004;
    display: none;
}

.videoPlayIcon img {
    width: 100px;
    cursor: pointer;
}

.event1_CloseIcon {
    width: 50px;
    height: 50px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: 270px;
    margin-top: -220px;
    z-index: 1004;
    cursor: pointer;
    background: url('../_img/closeBtn.png') no-repeat center;
    background-size: 50px;
}

.videoFrame_cover {
    width: 800px;
    height: 450px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -400px;
    margin-top: -230px;
    z-index: 1002;
    /* display: none; */
}

.videoFrame {
    width: 800px;
    height: 450px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -400px;
    margin-top: -230px;
    z-index: 1001;
}

.vid {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1000;
    overflow: hidden;
}

.swiper-slide-vid {
    height: 104vh !important;
}

.center_align {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

/* pc 840*/

.menuItem_m {
    display: none;
}

.menu_IO {
    display: none;
}

.menu {
    width: 100vw;
    height: 70px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
    position: fixed;
    z-index: 101;
    background: rgba(255, 255, 255, 1);
    top: -1px;
    -webkit-backdrop-filter: blur(10px);
}

.logo img {
    width: 350px;
    margin-top: 23px;
    margin-left: 20px;
    float: left;
    cursor: pointer;
    transition-duration: 0.5s;
}

.logo img:hover {
    transform: scale(1.1) translate(3%, 0);
}

.menuItem {
    width: 54vw;
    float: right;
    margin: 0px;
    font-size: 14px;
}

.menuItem li {
    text-align: center;
    list-style: none;
    float: left;
    height: 50px;
    width: 9vw;
    padding-top: 20px;
    font-size: 1.15em;
    cursor: pointer;
    font-weight: 500;
}

.btn6 {
    background: #000000;
    color: white;
    transition-duration: 1s;
}

.btn6:hover {
    content: "聯絡我們";
    background: #0095d8;
    color: white;
}

.btn6::before {
    content: "Contact";
    color: white;
}

.btn6:hover::before {
    display: none;
}

.btn6::after {
    content: "聯絡我們";
    color: white;
    display: none;
}

.btn6:hover::after {
    display: block;
}

/* 按鈕換字 */

.btn1::before {
    content: "Blog";
}

.btn1:hover::before {
    display: none;
}

.btn1::after {
    content: "觀點";
    display: none;
}

.btn1:hover::after {
    display: block;
}

.btn2::before {
    content: "Strength";
}

.btn2:hover::before {
    display: none;
}

.btn2::after {
    content: "我們的強項";
    display: none;
}

.btn2:hover::after {
    display: block;
}

.btn3::before {
    content: "About";
}

.btn3:hover::before {
    display: none;
}

.btn3::after {
    content: "關於京瓷";
    display: none;
}

.btn3:hover::after {
    display: block;
}

.btn4::before {
    content: "Products";
}

.btn4:hover::before {
    display: none;
}

.btn4::after {
    content: "產品與服務";
    display: none;
}

.btn4:hover::after {
    display: block;
}

.btn5::before {
    content: "Events";
}

.btn5:hover::before {
    display: none;
}

.btn5::after {
    content: "活動";
    display: none;
}

.btn5:hover::after {
    display: block;
}

/* hero */

.videoCover {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 101;
}

#background-movie-player {
    position: relative;
    z-index: 100;
}

.header {
    overflow-x: hidden;
}

.hero {
    position: relative;
    height: auto;
    overflow: hidden;
}

.header_section {
    position: relative;
}

.hero_section {
    position: relative;
    height: auto;
    margin-top: 60px;
}

.hero_blog {
    position: relative;
    height: auto;
    min-width: 1140px;
}

.playicon {
    position: absolute;
    width: 200px;
    height: 100px;
    background: url('../_img/playIcon.png') no-repeat center top;
    background-size: 160px;
    z-index: 100;
    bottom: 20px;
    left: 50%;
    margin-left: -115px;
    cursor: pointer;
    transition-duration: 0.3s;
}

.playicon:hover {
    transform: scale(1.1);
}

.scrollIcon {
    position: absolute;
    width: 200px;
    height: 80px;
    z-index: 99;
    bottom: 0px;
    left: 50%;
    margin-left: -100px;
    text-align: center;
    color: white;
    font-size: 1.2em;
    font-weight: 300;
    letter-spacing: 2px;
}

.scroll_line {
    width: 1px;
    height: 41px;
    background: white;
    margin: 0 auto;
    margin-top: 7px;
    -webkit-animation-name: "scroll_line_motion";
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
}

@keyframes scroll_line_motion {
    0% {
        height: 0px;
        margin-top: 7px;
    }
    50% {
        height: 41px;
        margin-top: 7px;
    }
    100% {
        height: 0px;
        margin-top: 48px;
    }
}

.m_pattern {
    display: none;
}

.swiper-container_index {
    width: 100vw;
    height: 100vh;
    /* background: lightgray; */
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
}

.swiper-container {
    width: 100%;
    height: 80%;
    /* background: lightgray; */
    /* box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3); */
}

.swiper-container img {
    width: 100%;
}

/* section2 */

.section2 {
    width: 100%;
    height: 315px;
    background: #000000;
    color: white;
    text-align: center;
    padding-top: 70px;
    padding-bottom: 9px;
    position: relative;
}

.s2_title {
    font-size: 2em;
    font-weight: 500;
    margin-top: 10px;
}

.s2_content {
    padding-top: 40px;
    padding-bottom: 40px;
}

.s2_btn {
    width: 200px;
    padding: 13px;
    background: white;
    color: black;
    margin: 0 auto;
    transition-duration: 0.3s;
    cursor: pointer;
}

.s2_btn:hover {
    transform: scale(1.1);
}

.s2pattern {
    width: 127px;
    height: 100px;
    background: url('../_img/s2_icon.png') no-repeat center;
    background-size: 107px;
    position: absolute;
    left: 50%;
    margin-left: 40px;
    top: 55px;
    z-index: 99;
}

.s2scroll {
    width: 100px;
    height: 127px;
    background: url('../_img/spiltLine.png') no-repeat center;
    background-size: 1px;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    bottom: -64px;
    z-index: 99;
}

/* section3 blog*/

.section3 {
    width: 1000px;
    height: auto;
    overflow: hidden;
    background: #ffffff;
    padding-top: 100px;
    padding-bottom: 50px;
    margin: 0 auto;
}

.s3_left {
    width: 500px;
    height: 450px;
    float: left;
}

.s3_left_newsContainer {
    width: 455px;
    height: auto;
    margin-right: 15px;
    padding-bottom: 20px;
    background: white;
    float: right;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.4);
    cursor: pointer;
    overflow: hidden;
    transition-duration: 0.5s;
}

.s3_left_newsContainer:hover {
    transform: translateY(-2px);
    box-shadow: 0px 6px 5px rgba(0, 0, 0, 0.2);
}

.s3_l_pic {
    width: 100%;
    height: 260px;
    overflow: hidden;
}

.s3_l_pic img {
    width: 100%;
    height: 100%;
    transition-duration: 1s;
}

.s3_left_newsContainer:hover>.s3_l_pic img {
    width: 103%;
    height: 103%;
}

.s3_l_content {
    padding-top: 20px;
    padding-left: 20px;
}

.s3_l_c_title {
    width: 410px;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
}

.s3_l_c_content {
    width: 400px;
    font-size: 1.15em;
    font-weight: 300;
}

.s3_right {
    width: 500px;
    height: 450px;
    float: right;
    position: relative;
}

.swiper-container_2 {
    width: 100%;
    height: 100%;
    padding-left: 15px;
    float: left;
    overflow: hidden;
    position: relative;
}

.s3_r_box_container {
    width: 450px;
    height: 123px;
    background: white;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.4);
    margin-bottom: 20px;
    cursor: pointer;
    transition-duration: 0.5s;
}

.s3_r_box_container:hover {
    transform: translateY(-2px);
    box-shadow: 0px 6px 5px rgba(0, 0, 0, 0.2);
}

.s3_r_pic {
    width: 175px;
    height: 100%;
    overflow: hidden;
    margin-right: 15px;
    float: left;
}

.s3_r_pic img {
    width: 100%;
    transition-duration: 1s;
}

.s3_r_box_container:hover>.s3_r_pic img {
    width: 103%;
}

.s3_r_title {
    width: 230px;
    font-size: 20px;
    line-height: 28px;
    float: left;
    margin-top: 10px;
    margin-bottom: 5px;
    font-weight: 500;
}

.s3_r_content {
    width: 240px;
    font-size: 14px;
    ;
    line-height: 1.5em;
    float: left;
}

.swiper-pagination {
    height: 20px !important;
    z-index: 99 !important;
    margin-top: 10px;
}

.swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.7)
}

.swiper-pagination-bullet-active {
    background: #0095d8 !important;
}

.s3_r_read_moreBtn {
    width: 130px;
    height: 35px;
    font-size: 1.15em;
    text-align: center;
    margin: 0 auto;
    border-bottom: solid 1px black;
    clear: both;
    cursor: pointer;
    transition-duration: 0.4s;
}

.s3_r_read_moreBtn:hover {
    transform: translateY(-3px);
}

.s3_r_read_more_icon {
    width: 16px;
    margin-left: 5px;
}

/* section4 blog*/

.section4 {
    width: 100%;
    height: 295px;
    background: #eeefef;
    position: relative;
    padding-top: 70px;
    padding-bottom: 15px;
    margin: 0 auto;
}

.s4Container {
    width: 850px;
    height: 240px;
    margin: 0 auto;
    overflow: hidden;
}

.swiper-container_3 {
    width: 100%;
    height: 240px;
    position: relative;
    overflow: hidden;
}

.slide_s4 {
    font-size: 16px;
    background: #fff;
}

.s4-button-prev {
    width: 60px !important;
    height: 129px !important;
    background: url('../_img/btn_L.png') no-repeat center !important;
    background-size: 60px !important;
    left: 0px !important;
    margin-top: -52px !important;
    outline: none !important;
    cursor: pointer !important;
    transition-duration: 0.3s;
}

.s4-button-prev:hover {
    transform: scale(1.2) translate(2%, 0);
}

.s4-button-next {
    width: 60px !important;
    height: 129px !important;
    background: url('../_img/btn_R.png') no-repeat center !important;
    background-size: 60px !important;
    right: 0px !important;
    margin-top: -52px !important;
    outline: none !important;
    cursor: pointer !important;
    transition-duration: 0.3s;
}

.s4-button-next:hover {
    transform: scale(1.2) translate(-2%, 0);
}

.s4_box {
    width: 100%;
    height: 100%;
    position: relative;
    cursor: pointer;
}

.s4_pic {
    width: 100%;
    height: 70%;
    overflow: hidden;
}

.s4_pic img {
    width: 100%;
    transition-duration: 0.7s;
}

.s4_box:hover>.s4_pic img {
    width: 104%;
}

.s4_title {
    width: 90%;
    line-height: 28px;
    font-size: 20px;
    padding-top: 7px;
    padding-left: 10px;
    font-weight: 500;
}

.s4_btn {
    width: 40px;
    height: 40px;
    background: #a5a5a5;
    bottom: 0px;
    right: 0px;
    position: absolute;
    transition-duration: 0.3s;
}

.s4_box:hover>.s4_btn {
    background: #0095d8;
}

.s4_btn img {
    width: 20px;
    margin-top: 12px;
    margin-left: 9px;
}

/* section5 */

.section5 {
    width: 100%;
    height: 315px;
    background: #000000;
    overflow: hidden;
    padding-top: 94px;
    position: relative;
}

.s5_contentBox {
    width: 400px;
    height: 200px;
    text-align: center;
    color: white;
    position: absolute;
    left: 50%;
    margin-left: -510px;
    z-index: 100
}

.s5_title {
    font-size: 3em;
    line-height: 1.2em;
    font-weight: 700;
    margin-bottom: 40px;
}

.s5_content {
    font-size: 1.15em;
    font-weight: 300;
}

.s5_icon {
    width: 400px;
    position: absolute;
    top: 147px;
    left: 50%;
    margin-left: -250px;
    z-index: 100;
}

.s5_icon img {
    width: 350px;
}

.s5_bg {
    width: 400px;
    position: absolute;
    top: -108px;
    left: 50%;
    margin-left: -130px;
    z-index: 99;
}

.s5_bg img {
    width: 740px;
}

/* section6 田*/

.section6 {
    width: 100%;
    height: 70vw;
    background: white;
}

.s6_box1 {
    width: 50%;
    height: 35vw;
    background: url('../_img/s5_bg_1.png') no-repeat;
    background-position: center;
    background-size: 107%;
    float: left;
    position: relative;
    cursor: pointer;
    transition-duration: 0.5s;
}

.s6_box1:hover {
    background-size: 120%;
}

.s6_box2 {
    width: 50%;
    height: 35vw;
    background: url('../_img/s5_bg_2.png') no-repeat;
    background-position: center;
    background-size: 107%;
    float: left;
    position: relative;
    cursor: pointer;
    transition-duration: 0.5s;
}

.s6_box2:hover {
    background-size: 120%;
}

.s6_box3 {
    width: 50%;
    height: 35vw;
    background: url('../_img/s5_bg_3.png') no-repeat;
    background-position: center;
    background-size: 107%;
    float: left;
    position: relative;
    cursor: pointer;
    transition-duration: 0.5s;
}

.s6_box3:hover {
    background-size: 120%;
}

.s6_box4 {
    width: 50%;
    height: 35vw;
    background: url('../_img/s5_bg_4.png') no-repeat;
    background-position: center;
    background-size: 107%;
    float: left;
    position: relative;
    cursor: pointer;
    transition-duration: 0.5s;
}

.s6_box4:hover {
    background-size: 120%;
}

.btn_icon {
    width: 16px;
    margin-left: 5px;
}

.s6_title1 {
    position: absolute;
    left: 35px;
    top: 34px;
}

.s6_title1 img {
    width: 200px;
}

.s6_btn1 {
    font-size: 1.2em;
    width: 160px;
    padding: 10px;
    text-align: center;
    border: solid 1px #000000;
    position: absolute;
    left: 35px;
    top: 155px;
}

.s6_title2 {
    position: absolute;
    right: 20px;
    top: 34px;
}

.s6_title2 img {
    width: 200px;
}

.s6_btn2 {
    font-size: 1.2em;
    width: 160px;
    padding: 10px;
    text-align: center;
    border: solid 1px #000000;
    position: absolute;
    right: 35px;
    top: 155px;
}

.s6_title3 {
    position: absolute;
    left: 35px;
    bottom: 60px;
}

.s6_title3 img {
    width: 200px;
}

.s6_btn3 {
    font-size: 1.2em;
    width: 160px;
    padding: 10px;
    text-align: center;
    border: solid 1px #ffffff;
    color: white;
    position: absolute;
    left: 35px;
    bottom: 40px;
}

.s6_title4 {
    position: absolute;
    right: 20px;
    bottom: 70px;
}

.s6_title4 img {
    width: 200px;
}

.s6_btn4 {
    font-size: 1.2em;
    width: 160px;
    padding: 10px;
    text-align: center;
    border: solid 1px #ffffff;
    color: white;
    position: absolute;
    right: 35px;
    bottom: 40px;
}

/* .s6_btn1, .s6_btn2, .s6_btn3, .s6_btn4 {
    cursor: pointer;
    transition-duration: 0.3s;
}

.s6_btn1:hover, .s6_btn2:hover, .s6_btn3:hover, .s6_btn4:hover {
    background-color: #0095d8;
    color:white;
    border: solid 1px #ffffff;
} */

/* section7 */

.section7 {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #e6e6e6;
    padding-top: 80px;
    padding-bottom: 100px;
}

.s7_title {
    width: 100vw;
    height: 36px;
    font-size: 2em;
    font-weight: 500;
    margin: 0 auto;
    text-align: center;
}

.s7_hr {
    width: 100vw;
    height: 50px;
    background: url('../_img/contact_hr.png') no-repeat center;
}

.s7_content {
    width: 100vw;
    height: 50px;
    font-size: 1.15em;
    line-height: 1.5em;
    font-weight: 300;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 40px;
}

.s7_contentBox {
    width: 100vw;
    height: auto;
    line-height: 1.5em;
    margin: 0 auto;
}

.s7_leftBox {
    width: 35vw;
    height: auto;
    float: left;
    padding-left: 25vw;
    font-size: 1.15em;
}

.s7_leftBox div {
    width: 100%;
    height: 28px;
    margin-top: 2px;
    margin-bottom: 5px;
    font-weight: 500;
}

.s7_leftBox input {
    width: 90%;
    height: 35px;
    margin-bottom: 10px;
    border-radius: 5px;
    font-size: 0.9em;
}

.s7_leftBox textarea {
    width: 90%;
    height: 90px;
    margin-bottom: 30px;
    border-radius: 5px;
    outline: none;
    border: 0px;
    padding: 10px 0 0 10px;
    font-size: 0.9em;
    border: solid 1px lightgray;
    background-color: #F6F7F7;
    resize: none;
}

.s7_leftBox input::placeholder {
    font-weight: 300;
    color: rgb(180, 180, 180);
}

.s7_leftBox textarea::placeholder {
    font-weight: 300;
    color: rgb(180, 180, 180);
}

.input_pretty {
    padding-left: 10px;
    background-color: #F6F7F7;
    border: solid 1px lightgray;
    color: rgb(161, 161, 161);
    outline: none;
}

.input_pretty:focus {
    border: solid 1px gray;
}

textarea:focus {
    border: solid 1px gray;
}

.s7_rightBox {
    width: 166px;
    height: 467px;
    background: url('../_img/contact_map.png') no-repeat top left;
    background-size: 178px;
    float: right;
    margin-right: 22vw;
    margin-top: 3px;
    cursor: pointer;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
    transition-duration: 0.3s;
}

.s7_rightBox:hover {
    transform: translateY(-3px);
}

.s7_rightBox:hover>.s7_r_btn {
    transform: translateY(-2px);
}

.s7_r_title {
    width: 167px;
    font-size: 1.15em;
    margin-top: 90px;
    text-align: center;
    font-weight: 500;
}

.s7_r_btn {
    font-size: 1.15em;
    border: solid 1px black;
    width: 80px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    transition-duration: 0.3s;
    padding: 5px;
    text-align: center;
    cursor: pointer;
}

.s7_l_btn {
    font-size: 0.9em;
    background: #0095d8;
    width: 160px !important;
    text-align: center;
    margin: 0 auto;
    transition-duration: 0.3s;
    padding: 8px;
    color: white;
    padding-left: 20px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
    transition-duration: 0.3s;
    cursor: pointer;
}

.mktoNative {
    margin-left: 0px !important;
}

#mktoForm_691 {
    width: 100% !important;
}

.contactSubmitBtn {
    width: 200px !important;
    height: 50px !important;
    font-size: 19px !important;
    background-image: url('../_img/arrIcon_w.png') !important;
    background-color: #0095d8 !important;
    background-position: center right 20px !important;
    background-repeat: no-repeat !important;
    background-size: 16px !important;
    border: 0px !important;
    border-radius: 0px !important;
    text-align: center !important;
    margin: 0 auto !important;
    transition-duration: 0.3s !important;
    padding: 8px !important;
    color: white !important;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4) !important;
    transition-duration: 0.3s !important;
    cursor: pointer !important;
    margin-left: 23% !important;
}

@media (max-width:1097px) {
    .contactSubmitBtn {
        margin-left: 20% !important;
    }
}

@media (max-width:750px) {
    .contactSubmitBtn {
        margin-left: 18% !important;
    }
}

.contactSubmitBtn:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3) !important;
}

.s7_l_btn:hover, .mktoButton:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}

@media (min-width:1060px) {
    .s7_rightBox {
        margin-right: 26vw;
    }
    .s7_leftBox {
        width: 35vw;
        padding-left: 23vw;
    }
}

@media (max-width:960px) {
    .s7_leftBox {
        width: 43vw;
        padding-left: 16vw;
    }
    .s7_rightBox {
        margin-right: 18vw;
    }
}

.f_Box_left {
    width: 40%;
    height: 325px;
    float: left;
    padding-top: 60px;
    padding-left: 60px;
    position: relative;
}

.f_l_title {
    font-size: 1.2em;
    font-weight: 300;
    margin-bottom: 30px;
}

.f_l_addr {
    font-size: 0.9em;
    line-height: 1.3em;
    font-weight: 300;
    margin-bottom: 30px;
}

.f_l_link {
    font-size: 0.9em;
    font-weight: 300;
    margin-bottom: 10px;
}

.f_l_logo img {
    width: 350px;
    position: absolute;
    bottom: 70px;
    left: 60px;
}

.f_Box_right {
    width: 48%;
    height: 325px;
    float: left;
    text-align: right;
    padding-top: 60px;
    padding-right: 30px;
    position: relative;
}

.f_fb_banner {
    padding-bottom: 30px;
}

.f_fb_banner img {
    width: 340px;
}

.f_social_icon img {
    width: 43px;
    height: auto;
}

.f_social_icon_fb {
    margin-right: 10px;
    cursor: pointer;
}

.f_fb_banner, .f_social_icon_yt {
    cursor: pointer;
}

.f_copyright {
    font-size: 0.8em;
    font-weight: 300;
    position: absolute;
    bottom: 70px;
    right: 30px;
}

/* footer */

.footer {
    width: 100%;
    height: 385px;
    background: #312927;
    color: white;
}

.footer a {
    text-decoration: none;
    color: white;
    cursor: pointer;
}

.footerContainer {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

@media (max-width:730px) {
    .f_Box_left {
        width: 80%;
    }
    .f_Box_right {
        width: 80%;
        float: left;
        text-align: left;
        padding-left: 60px;
    }
    .f_copyright {
        position: relative;
        bottom: 0px;
        right: 0px;
    }
    .footer {
        height: 755px;
    }
}

/* section1 */

.section1_s1 {
    width: 100vw;
    height: 1000px;
    margin-top: -3px;
}

.section1_s2 {
    width: 100vw;
    height: 1000px;
}

.section_titleBG {
    width: 750px;
    height: 220px;
    background: white;
    position: absolute;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
    bottom: -100px;
    z-index: 99;
    display: none;
}

.sectionHero {
    background: url(../_img/event2/heroBanner.png) no-repeat center;
    background-size: cover;
}

.section_titleBG img {
    left: 100px;
    top: -65px;
    position: absolute;
}

/* s1_1 */

.ss1_s1_1 {
    width: 100vw;
    height: 500px;
    background: #f6f6f6;
    position: relative;
}

.ss1_s1_2 {
    width: 100vw;
    height: 500px;
    position: relative;
}

.ss1_s1_1_l {
    width: 50vw;
    height: 100%;
    float: left;
}

.ss1_s1_1_title {
    width: 430px;
    margin: 200px auto 30px auto;
    font-size: 2em;
    font-weight: 500;
}

.ss1_s1_1_content {
    width: 430px;
    margin: 0px auto 0px auto;
    font-size: 1.15em;
}

.ss2_s2_2_title {
    width: 416px;
    margin: 200px auto 30px auto;
    font-size: 2em;
    font-weight: 500;
}

.ss2_s2_1_content {
    width: 416px;
    margin: 0px auto 0px auto;
    font-size: 1.15em;
}

.ss1_s1_1_r {
    width: 50vw;
    height: 100%;
    float: right;
    background: url('../_img/s1/s1_pic.png') no-repeat center 0;
    background-size: cover;
}

.ss1_s1_2_content {
    font-size: 1.15em;
    width: 49vw;
    height: 400px;
    margin: 130px auto 0px auto;
    margin-left: 40vw;
    font-weight: 300;
}

.ss1_s1_2_icon {
    position: absolute;
    top: -150px;
    left: 100px;
}

/* s1_2 */

.ss1_s2_1 {
    width: 100vw;
    height: 500px;
    background: #f6f6f6;
    position: relative;
}

.ss1_s2_2 {
    width: 100vw;
    height: 500px;
    position: relative;
}

.ss1_s2_1_l {
    width: 50vw;
    height: 100%;
    float: right;
}

.ss1_s2_1_title {
    width: 430px;
    margin: 150px auto 30px auto;
    font-size: 2em;
    font-weight: 500;
}

.ss1_s2_1_content {
    width: 430px;
    margin: 0px auto 0px auto;
    font-size: 1.15em;
}

.ss1_s2_1_r {
    width: 50vw;
    height: 100%;
    float: left;
    background: url('../_img/s1/s2_pic.png') no-repeat center;
    background-size: cover;
}

.ss2_s2_1_r {
    width: 50vw;
    height: 100%;
    float: left;
    background: url('../_img/s2/s2_pic.png') no-repeat center;
    background-size: cover;
}

.ss1_s2_2_content {
    font-size: 1.15em;
    width: 49vw;
    height: 400px;
    margin: 150px auto 0px auto;
    margin-left: 40vw;
    font-weight: 300;
}

.ss1_s2_2_icon {
    position: absolute;
    top: -200px;
    left: 100px;
}

/* s1_3 */

.section1_s3 {
    width: 100vw;
    height: 600px;
    background: url('../_img/s1/s3_pic.png') no-repeat center;
    background-size: cover;
    color: white;
    position: relative;
    padding-top: 100px;
}

.s1_3_Title {
    width: 500px;
    height: 50px;
    font-size: 2em;
    font-weight: 500;
    margin: 0px 0px 30px 0px;
}

.s1_3_Content {
    width: 45vw;
    height: auto;
    font-size: 1.15em;
    font-weight: 300;
    margin: 0px 0px 50px 0px;
}

.ss1_s2_3_content {
    width: 430px;
    margin: 0px auto 0px auto;
    font-size: 1.15em;
}

.s1_3_Btn {
    width: 260px;
    height: 34px;
    border: solid 1px white;
    padding: 14px;
    margin: 0px 0px 30px 0px;
    text-align: center;
    cursor: pointer;
    transition-duration: 0.3s;
    z-index: 99;
    font-size: 1.15em;
}

.s1_3_Btn:active {
    text-decoration: none;
}

.blog_Btn:hover {
    transform: translateX(4px);
}

.blog_Btn {
    width: 260px;
    height: 34px;
    border: solid 1px black;
    padding: 14px;
    margin: 20px 0px 30px 0px;
    text-align: center;
    cursor: pointer;
    transition-duration: 0.3s;
    z-index: 99;
    font-size: 1.15em;
}

.blog_Btn:active {
    text-decoration: none;
}

.blog_Btn:hover {
    transform: translateX(4px);
}

.s1_3_Icon {
    position: absolute;
    top: 70px;
    right: 20px;
}

.s1_3_contentBox {
    width: 70vw;
    height: auto;
    margin: 0 auto;
    position: relative;
}

.s1_3_selectBox {
    width: 70vw;
    height: 32px;
    margin: 0 auto;
    position: relative;
}

.s_selectBox_1 {
    left: 0px;
}

.s_selectBox_2 {
    left: 50%;
    margin-left: -15.5%;
}

.s_selectBox_3 {
    right: 0px;
}

.s_selectBox {
    width: 27%;
    height: auto;
    color: black;
    background: white;
    float: left;
    padding: 2%;
    font-size: 1.5em;
    position: absolute;
    cursor: pointer;
    z-index: 99;
    overflow: hidden;
}

@keyframes selectBox_open {
    0% {
        color: black;
        background: white;
    }
    100% {
        color: white;
        background: rgba(0, 0, 0, 0.8);
    }
}

.s_selectBox_open {
    color: white;
    background: rgba(0, 0, 0, 0.8);
    -webkit-animation-name: "selectBox_open";
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: 1;
}

.s_selectBox_title {
    font-weight: 500;
    width: 80%
}

.s_selectBox_content {
    width: 100%;
    display: block;
    font-size: 0.65em;
    font-weight: 300;
    margin-top: 20px;
    color: white;
    display: none;
}

.s_selectBox_content_open {
    display: block;
}

.select_icon {
    width: 19px;
    height: 19px;
    position: absolute;
    right: 30px;
    top: 28px;
}

.lastItem {
    margin-right: 0px !important;
}

/* s1_4 */

.section1_s4 {
    width: 100vw;
    height: 600px;
    background: url('../_img/s1/s4_pic.png') no-repeat center;
    background-size: cover;
    color: black;
    position: relative;
    padding-top: 100px;
}

.s1_4_contentBox {
    width: 20vw;
    height: auto;
    margin: 0 auto;
    position: relative;
    padding-bottom: 40px;
}

.s1_4_Title {
    width: 500px;
    height: 50px;
    font-size: 2em;
    font-weight: 500;
    margin: 0px 0px 40px 0px;
}

.s1_4_Content {
    width: 45vw;
    height: auto;
    font-size: 1.15em;
    font-weight: 300;
    margin: 0px 0px 40px 0px;
}

.s1_4_Btn {
    width: 260px;
    height: 34px;
    border: solid 1px black;
    padding: 14px;
    margin: 0px 0px 30px 0px;
    text-align: center;
    cursor: pointer;
    transition-duration: 0.3s;
    z-index: 99;
    font-size: 1.15em;
}

.s1_4_Btn:hover {
    transform: translateX(4px);
}

.s1_4_Icon {
    position: absolute;
    top: 170px;
    left: -320px;
}

.s1_4_selectBox {
    width: 70vw;
    height: 32px;
    margin: 0 auto;
    position: relative;
}

/* section2 */

.section2_s1 {
    width: 100vw;
    height: 462px;
    background: black;
    color: white;
    padding-top: 170px;
    text-align: left;
    margin-top: -3px
}

.s2_s1_title {
    width: 1000px;
    font-size: 2em;
    margin: 0 auto;
    margin-bottom: 40px;
    font-weight: 500;
}

.s2_s1_content {
    width: 1000px;
    font-size: 1.15em;
    margin: 0 auto;
    margin-bottom: 20px;
    font-weight: 300;
}

.section2_s2 {
    width: 100vw;
    height: 1000px;
}

.section2_s3 {
    width: 100vw;
    height: auto;
    padding-bottom: 120px;
}

.section2_titleBG {
    width: 750px;
    height: 220px;
    background: white;
    position: absolute;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
    bottom: -100px;
    right: 0px;
    z-index: 99;
}

.section2_titleBG img {
    left: 0px;
    top: -60px;
    position: absolute;
}

/* s2_1 */

.ss2_s1_1 {
    width: 100vw;
    height: 500px;
    background: #f6f6f6;
    position: relative;
}

.ss2_s1_2 {
    width: 100vw;
    height: 500px;
    position: relative;
}

.ss2_s1_1_l {
    width: 50vw;
    height: 100%;
    float: left;
}

.ss2_s1_1_title {
    width: 430px;
    margin: 200px auto 30px auto;
    font-size: 2em;
    font-weight: 500;
}

.ss2_s1_1_content {
    width: 430px;
    margin: 0px auto 0px auto;
    font-size: 1.15em;
}

.ss2_s1_1_r {
    width: 50vw;
    height: 100%;
    float: right;
    background: url('../_img/s2/s1_pic.png') no-repeat center;
    background-size: cover;
}

.ss2_s1_2_content {
    font-size: 1.15em;
    width: 49vw;
    height: 400px;
    margin: 130px auto 0px auto;
    margin-left: 40vw;
    font-weight: 300;
}

.ss2_s1_2_icon {
    position: absolute;
    top: -200px;
    left: 100px;
}

/* s1_2 */

.ss2_s3_2 {
    width: 100vw;
    height: auto;
    position: relative;
}

.ss2_s2_1_title {
    width: 430px;
    margin: 130px auto 30px auto;
    font-size: 2em;
    font-weight: 500;
}

.ss2_s2_3_title {
    width: 430px;
    margin: 210px auto 30px auto;
    font-size: 2em;
    font-weight: 500;
}

.ss2_s3_1_r {
    width: 50vw;
    height: 100%;
    float: left;
    background: url('../_img/s2/s3_pic.png') no-repeat center;
    background-size: cover;
}

.ss2_s2_2_content {
    font-size: 1.15em;
    width: 49vw;
    height: 400px;
    margin: 150px auto 0px auto;
    margin-left: 10vw;
    font-weight: 300;
}

.ss2_s3_2_content {
    font-size: 1.15em;
    width: 40vw;
    height: 400px;
    margin: 150px auto 0px auto;
    font-weight: 300;
    text-align: left;
    padding-bottom: 100px;
}

.ss2_s3_2_content_img {
    width: 90%;
    text-align: center;
    margin: 0 auto;
}

.ss2_s2_2_icon {
    position: absolute;
    top: 470px;
    right: 80px;
}

.ss2_s2_2_icon img {
    width: 380px;
}

.ss3_s2_2_icon {
    position: absolute;
    top: 115px;
    right: 90px;
}

.ss3_s2_2_icon img {
    width: 400px;
}

.ss2_s2_3_icon {
    position: absolute;
    top: 370px;
    right: 80px;
}

.ss2_s2_3_icon img {
    width: 215px;
}

/* section3 */

.ss3_s2_1_title {
    width: 400px;
    margin: 140px auto 30px auto;
    font-size: 2em;
    font-weight: 500;
    text-align: center;
}

.e2_s4{
    margin: 100px auto 30px auto;
}

.ss3_s2_1_title img {
    width: 460px;
}

.section3_s2 {
    width: 100vw;
    height: auto;
    padding-bottom: 0px;
    background-color: #efefef;
}

.ss3_s2_2_content {
    font-size: 1.15em;
    width:85%;
    height: auto;
    margin: 100px auto 0px auto;
    /* margin-left: 10vw; */
    font-weight: 300;
    text-align: center;
    
}
.event2_content1{
    background: no-repeat url(../_img/event2/e2text1_2.png) center;
    background-size: cover;
}
.event2_content2{
    background: no-repeat url(../_img/event2/e2text2_2.png) center;
    background-size: cover;
}
.event2_content3{
    background: no-repeat url(../_img/event2/e2text3_2.png) center;
    background-size: cover;
}


.ss3_s2_2_content img {
    width: 100%;
}

.ss3_s2_1_r {
    width: 50vw;
    height: 100%;
    float: left;
    background-size: cover;
}
.event2_pic1 {
    width: 50vw;
    height: 100%;
    float: left;
    background: url('../_img/event2/e2_pic1.png') no-repeat center;
    background-size: cover;
}

.event2_pic2 {
    width: 50vw;
    height: 100%;
    float: left;
    background: url('../_img/event2/e2_pic2.png') no-repeat center;
    background-size: cover;
}

.event2_pic3 {
    width: 50vw;
    height: 100%;
    float: left;
    background: url('../_img/event2/e2_pic3.png') no-repeat center;
    background-size: cover;
}

.event2_pic4 {
    width: 50vw;
    height: 100%;
    float: left;
    background: url('../_img/event2/e2_pic4.png') no-repeat center;
    background-size: cover;
}


.ss3_s2_1 {
    width: 100vw;
    height: auto;
    bottom: 30px;
    position: relative;
}

.s3_1_Btn {
    width: 260px;
    height: 34px;
    border: solid 1px white;
    padding: 14px;
    margin: 0px 0px 30px 0px;
    margin-left: 40%;
    text-align: center;
    cursor: pointer;
    transition-duration: 0.3s;
    z-index: 99;
    font-size: 1.15em;
}

.s3_1_Btn:hover {
    transform: translateX(4px);
}

.s3_2_Btn {
    width: 260px;
    height: 34px;
    border: solid 1px black;
    padding: 14px;
    margin: 0px 0px 30px 0px;
    text-align: center;
    cursor: pointer;
    transition-duration: 0.3s;
    z-index: 99;
}

.s3_2_Btn:hover {
    transform: translateX(4px);
}

.section3_s3 {
    width: 100vw;
    height: 400px;
    background: url('../_img/s3/s3_pic.png') no-repeat center;
    background-size: cover;
    color: black;
    position: relative;
    padding-top: 100px;
}

.section3_s4 {
    width: 100vw;
    height: auto;
    position: relative;
}

.s3_s4_boxContainer {
    width: 65vw;
    min-width: 686px;
    height: auto;
    overflow: hidden;
    margin: 180px auto;
    position: relative;
}

.section3_s4_title {
    font-size: 2em;
    font-weight: 500;
    margin-bottom: 20px;
}

.section3_s4_subtitle {
    margin-bottom: 20px;
    font-size: 1.15em;
}

.section3_s4_content {
    margin-bottom: 20px;
    font-size: 1.15em;
}

.section3_s4_logo {
    margin-top: 0px;
}

.section3_s4_logo img {
    width: 200px;
}

@media (max-width:1005px) {
    .section3_s4_logo img {
        width: 150px;
    }
}

.s3_s4_r {
    width: 486px;
    min-width: 70%;
    float: right;
}

.s3_s4_l {
    width: 10%;
    min-width: 172px;
    float: left;
}

.section3_s1 {
    width: 100vw;
    height: auto;
    background: black;
    color: white;
    padding-top: 170px;
    text-align: left;
    padding-bottom: 100px;
    margin-top: -3px;
    position: relative;
    overflow: hidden;
}

.s3_s1_title {
    font-size: 2em;
    margin-bottom: 40px;
    font-weight: 500;
}

.s3_s1_subtitle {
    font-size: 1.15em;
    margin-bottom: 20px;
    font-weight: 300;
}

.s3_s1_contetn {
    width: 60%;
    height: auto;
    font-size: 1.15em;
    margin-bottom: 40px;
    margin-left: 40%;
    font-weight: 300;
}

.s3_s1_box {
    width: 80vw;
    margin: 0 auto;
}

.s3_s1_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -400px;
    z-index: 99;
}

.s3_s1_pic {
    position: relative;
    z-index: 98;
    margin: 0 auto;
    margin-bottom: 190px;
    top: 90px;
}

.s3_s1_pic img {
    width: 100%;
}

.blogBox {
    width: 1100px;
    height: auto;
    margin: 0 auto;
    padding: 160px 10px 100px 10px;
    overflow: hidden;
    position: relative;
}

.ListBox {
    width: 1100px;
    height: auto;
    min-height: 500px;
    margin: 0 auto;
    padding: 250px 10px 100px 10px;
    overflow: hidden;
}

/* blog左邊 */

.blog_main {
    width: 700px;
    height: auto;
    overflow: hidden;
    float: left;
    font-size: 1.15em;
}

/* blogStyle */

.content_title {
    font-size: 2em;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 45px;
}

.content_hr {
    border-bottom: solid 1px rgb(223, 223, 223);
    margin-bottom: 20px;
}

.content_coverImg {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
}

.content_social_bar {
    margin: 20px 0 10px 0;
}

.content_social_bar img {
    margin-right: 10px;
    cursor: pointer;
    transition-duration: 0.3s;
}

.content_social_bar img:hover {
    transform: translateY(-2px);
}

.content_point {
    font-size: 17px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 20px;
}

.content_subtitle {
    font-weight: 500;
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 24px;
}

.content_Img {
    margin-top: 20px;
    margin-bottom: 20px;
}

.content_video {
    margin-top: 20px;
    margin-bottom: 20px;
}

.content_btn {
    border: solid 1px black;
    width: 200px;
    margin-top: 30px;
    transition-duration: 0.3s;
    padding: 7px;
    text-align: center;
    cursor: pointer;
    transition-duration: 0.3s;
}

.content_btn:hover {
    transform: translateX(4px)
}

.content_link a {
    color: #0a9bcd;
    text-decoration: none;
}

.content_link a:hover {
    text-decoration: underline;
}

/* 右邊 */

.blog_sidebar {
    width: 320px;
    height: auto;
    float: right;
    position: relative;
}

.sideBox_p {
    width: 320px;
}

/* sideBarStyle */

.sidebar_box {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.sidebar_title {
    width: 100%;
    height: 68px;
    background: black;
    text-align: center;
    padding-top: 30px;
}

.sidebar_content {
    width: 100%;
    height: 390px;
    background: #e1e1e1;
}

.sidebar_content_title {
    width: 100%;
    text-align: center;
    font-weight: 500;
    padding-top: 20px;
    font-size: 1.4em;
}

.sidebar_content ul {
    margin: 0px;
    padding: 0px 30px 40px 25px;
}

.sidebar_content ul a {
    color: black;
    text-decoration: none;
}

.sidebar_content ul li {
    width: 100%;
    height: 60px;
    margin-top: 20px;
    list-style: none;
    border-bottom: solid 1px gray;
    line-height: 1.2em;
}

.li_last {
    border-bottom: solid 0px gray !important;
}

.liList {
    width: 90%;
    float: right;
}

.sidebar_content ul li img {
    margin-right: 10px;
}

.sidebar_banner01 {
    margin-bottom: 20px;
    cursor: pointer;
}

.sidebar_banner01 img {
    width: 320px;
    cursor: pointer;
}

.sidebar_banner01 {
    width: 320px;
    height: 480px;
    background: url('../_img/blog/320x480.png');
    margin-bottom: 20px;
    cursor: pointer;
}

.sidebar_banner02 {
    width: 320px;
    height: 200px;
    background: url('../_img/blog/320x200.png');
    margin-bottom: 20px;
    cursor: pointer;
}

/* blogListBox */

.bl_box {
    width: 100%;
    min-width: 1000px;
    height: auto;
    overflow: hidden;
    margin-bottom: 50px;
}

.bl_box_1 {
    width: 525px;
    min-height: 170px;
    float: left;
    margin-right: 30px;
    cursor: pointer;
}

.bl_box_last {
    margin-right: 0px !important;
}

.bl_box_img {
    float: left;
    /* min-height: 170px; */
    margin-right: 20px;
    transition-duration: 0.3s;
}

.event_img_1 {
    width: 206px;
    height: 117px;
    background: url('../_img/event_list/_img1.png') no-repeat center;
    background-size: cover;
    overflow: hidden;
}

.bl_box_1:hover>.bl_box_img {
    transform: scale(1.03)
}

.bl_box_title {
    width: 56%;
    color: #0095d8;
    font-size: 1.2em;
    line-height: 1.5em;
    margin-bottom: 10px;
    float: right;
}

.bl_box_content {
    width: 56%;
    font-size: 1.15em;
    line-height: 1.5em;
    margin-bottom: 5px;
    float: right;
}

.bl_box_btn {
    width: 50%;
    color: #0095d8;
    margin-bottom: 21px;
    border-bottom: solid 1px rgb(207, 207, 207);
    position: relative;
    padding-left: 30px;
    padding-bottom: 15px;
    float: right;
    transition-duration: 0.3s;
}

.bl_box_1:hover>.bl_box_btn {
    transform: translateX(4px)
}

.bl_box_btn img {
    position: absolute;
    top: 7px;
    left: 0px;
}

/* singlePage */

.single_main {
    width: 1000px;
    height: auto;
    overflow: hidden;
    /* float: left; */
    margin: 0 auto;
}

.event_main {
    width: 1000px;
    height: auto;
    overflow: hidden;
    /* float: left; */
    margin: 0 auto;
}

.content_coverImg img {
    width: 100%;
}

.content_Img img {
    width: 100%;
}

/* .content_inner{
    font-size: 1.15em;
} */

.content_inner a {
    color: #0095d8;
    text-decoration: none;
}

.content_writer {
    font-size: 16px;
    margin-top: -5px;
    margin-bottom: 15px;
}

/* eventsPage  */

.event_content {
    width: 600px;
    float: left;
    font-size: 1.15em;
}

.event_sidebar {
    width: 320px;
    height: auto;
    overflow: hidden;
    float: right;
}

/* sideBarStyle */

.event_sidebar_box {
    width: 321px;
    height: 420px;
    margin-bottom: 20px;
    cursor: pointer;
    background: url('../_img/events1/sidebar.png') no-repeat center;
}

.numberList li {
    list-style: decimal;
}

.noneList li {
    list-style: none;
    margin-left: -30px;
}

.upperList li {
    list-style: upper-alpha;
}

/* 840 */

@media (max-width:900px) {
    .videoFrame_cover {
        width: 400px;
        height: 280px;
        position: fixed;
        top: 50%;
        left: 50%;
        margin-left: -200px;
        margin-top: -140px;
        z-index: 1002;
        /* display: none; */
    }
    .videoFrame {
        width: 500px;
        height: 300px;
        position: fixed;
        top: 50%;
        left: 50%;
        margin-left: -250px;
        margin-top: -150px;
        z-index: 1001;
    }
    .videoCloseIcon {
        margin-left: 250px;
        margin-top: -150px;
    }
    .eventCloseIcon {
        margin-left: 249px;
        margin-top: -200px;
    }
    .menuItem {
        display: none
    }
    .section3 {
        width: 100%;
    }
    .s3_left {
        width: 50%
    }
    .s3_right {
        width: 50%
    }
    .s3_left_newsContainer {
        width: 95%;
        height: 390px;
        margin-right: 6px;
    }
    .s3_l_pic {
        height: auto;
    }
    .s3_l_content {
        padding-top: 14px;
        padding-left: 14px;
    }
    .s3_l_c_title {
        width: 95%;
        font-size: 19px;
        margin-bottom: 10px;
    }
    .s3_l_c_content {
        width: 95%;
    }
    .swiper-container_2 {
        width: 98%;
    }
    .s3_r_box_container {
        width: 97%;
    }
    .s3_r_pic {
        width: 140px;
        height: 124px;
        margin-right: 8px;
    }
    .s3_r_pic img {
        width: 125%;
    }
    .s3_r_box_container:hover>.s3_r_pic img {
        width: 127%;
    }
    .s3_r_title {
        width: 50%;
        font-size: 19px;
    }
    .s3_r_content {
        width: 50%;
    }
    .s4Container {
        width: 90%;
    }
    .s4_pic {
        height: 55%;
    }
    .s7_rightBox {
        margin-right: 15%;
    }
    .blogBox {
        padding: 50px 10px 0px 10px;
    }
}

@media (max-width:1200px) {
    .s_selectBox {
        font-size: 1.2em;
    }
    .select_icon {
        right: 18px;
        top: 21px;
    }
}

.blog_img_1 {
    width: 206px;
    height: 117px;
    background: url('../_img/blog_list/_img1.png') no-repeat center;
    background-size: cover;
    overflow: hidden;
}

.event_img_1 {
    width: 206px;
    height: 117px;
    background: url('../_img/event_list/_img1.png') no-repeat center;
    background-size: cover;
    overflow: hidden;
}

.blog_img_2 {
    width: 206px;
    height: 117px;
    background: url('../_img/blog_list/_img2.png') no-repeat center;
    background-size: cover;
    overflow: hidden;
}

.blog_img_3 {
    width: 206px;
    height: 117px;
    background: url('../_img/blog_list/_img3.png') no-repeat center;
    background-size: cover;
    overflow: hidden;
}

.blog_img_4 {
    width: 206px;
    height: 117px;
    background: url('../_img/blog_list/_img4.png') no-repeat center;
    background-size: cover;
    overflow: hidden;
}

.blog_img_5 {
    width: 206px;
    height: 117px;
    background: url('../_img/blog_list/_img5.png') no-repeat center;
    background-size: cover;
    overflow: hidden;
}

.blog_img_6 {
    width: 206px;
    height: 117px;
    background: url('../_img/blog_list/_img6.png') no-repeat center;
    background-size: cover;
    overflow: hidden;
}

.blog_img_7 {
    background: url('../_img/blog_list/_img7.png') no-repeat center;
    background-size: cover;
    overflow: hidden;
    width: 206px;
    height: 117px;
}

.blog_img_8 {
    background: url('../_img/blog_list/_img8.png') no-repeat center;
    background-size: cover;
    overflow: hidden;
    width: 206px;
    height: 117px;
}

.blog_img_9 {
    width: 206px;
    height: 117px;
    background: url('../_img/blog_list/_img9.png') no-repeat center;
    background-size: cover;
    overflow: hidden;
}

.blog_img_10 {
    width: 206px;
    height: 117px;
    background: url('../_img/blog_list/_img10.png') no-repeat center;
    background-size: cover;
    overflow: hidden;
}

.blog_img_11 {
    width: 206px;
    height: 117px;
    background: url('../_img/blog_list/_img11.png') no-repeat center;
    background-size: cover;
    overflow: hidden;
}

.blog_img_12 {
    width: 206px;
    height: 117px;
    background: url('../_img/blog_list/_img12.png') no-repeat center;
    background-size: cover;
    overflow: hidden;
}

/* blogList */

@media (max-width:1101px) {
    .blogBox {
        padding: 160px 10px 0px 10px;
    }
    .blog_img_1 {
        height: 0;
        background: url('../_img/blog_list/_img1.png') no-repeat center;
        background-size: cover;
        overflow: hidden;
        padding-bottom: 25%;
    }
    .blog_img_2 {
        height: 0;
        background: url('../_img/blog_list/_img2.png') no-repeat center;
        background-size: cover;
        overflow: hidden;
        padding-bottom: 25%;
    }
    .blog_img_3 {
        height: 0;
        background: url('../_img/blog_list/_img3.png') no-repeat center;
        background-size: cover;
        overflow: hidden;
        padding-bottom: 25%;
    }
    .blog_img_4 {
        height: 0;
        background: url('../_img/blog_list/_img4.png') no-repeat center;
        background-size: cover;
        overflow: hidden;
        padding-bottom: 25%;
    }
    .blog_img_5 {
        height: 0;
        background: url('../_img/blog_list/_img5.png') no-repeat center;
        background-size: cover;
        overflow: hidden;
        padding-bottom: 25%;
    }
    .blog_img_6 {
        height: 0;
        background: url('../_img/blog_list/_img6.png') no-repeat center;
        background-size: cover;
        overflow: hidden;
        padding-bottom: 25%;
    }
    .blog_img_7 {
        height: 0;
        background: url('../_img/blog_list/_img7.png') no-repeat center;
        background-size: cover;
        overflow: hidden;
        padding-bottom: 25%;
    }
    .blog_img_8 {
        height: 0;
        background: url('../_img/blog_list/_img8.png') no-repeat center;
        background-size: cover;
        overflow: hidden;
        padding-bottom: 25%;
    }
    .blog_img_9 {
        height: 0;
        background: url('../_img/blog_list/_img9.png') no-repeat center;
        background-size: cover;
        overflow: hidden;
        padding-bottom: 25%;
    }
    .blog_img_10 {
        height: 0;
        background: url('../_img/blog_list/_img10.png') no-repeat center;
        background-size: cover;
        overflow: hidden;
        padding-bottom: 25%;
    }
    .blog_img_11 {
        height: 0;
        background: url('../_img/blog_list/_img11.png') no-repeat center;
        background-size: cover;
        overflow: hidden;
        padding-bottom: 25%;
    }
    .blog_img_12 {
        height: 0;
        background: url('../_img/blog_list/_img12.png') no-repeat center;
        background-size: cover;
        overflow: hidden;
        padding-bottom: 25%;
    }
    .menu {
        width: 100%;
    }
    .hero_blog {
        min-width: 630px;
    }
    .ListBox {
        width: 80%;
        padding: 250px 10px 100px 10px;
        overflow: scroll;
    }
    .bl_box {
        width: 90%;
        min-width: 630px;
        margin: 0 auto;
    }
    .bl_box_1 {
        width: 90%;
        float: none;
        margin: 0 auto;
        min-height: 205px;
    }
    .bl_box_img {
        width: 40%;
    }
    .bl_box_img img {
        width: 100%;
    }
    .bl_box_last {
        margin: 0 auto !important;
    }
    .bl_box_btn {
        width: 51%;
    }
    .section_titleBG {
        width: 70%;
        height: 75%;
        top: 90%;
    }
    .section_titleBG img {
        width: 80%;
        left: 6%;
        top: 18%;
    }
    .section2_titleBG {
        width: 60%;
    }
    .section2_titleBG img {
        width: 95%;
        right: 30px;
        left: auto;
        top: -14%;
    }
    .f_copyright {
        font-size: 0.5em;
    }
    .blogBox {
        width: 95%;
        margin: 0 auto;
    }
    .blog_main {
        width: 95%;
        padding-bottom: 50px;
        margin: 0 auto;
        float: none;
    }
    .blog_sidebar {
        float: left;
        width: 100%;
    }
    .sideBox_p {
        width: 100%;
    }
    .sidebar_title {
        padding-bottom: 7%;
    }
    .sidebar_title img {
        width: 70%;
    }
    .liList {
        width: 90%;
    }
    .single_main {
        width: 95%;
    }
    .event_main {
        width: 95%;
    }
    .event_content {
        width: 100%;
    }
    .event_sidebar_box {
        width: 100%;
        padding-bottom: 40%;
        background: url('../_img/events1/sidebar_m.png') no-repeat center;
        background-size: 100% auto;
    }
    .event_sidebar {
        width: 100%;
        float: left;
    }
    .sidebar_content ul li img {
        width: 5%;
    }
    .sidebar_content ul {
        padding: 0px 8% 10px 8%;
        margin-bottom: 20px;
    }
    .sidebar_content ul li {
        width: 100%;
        height: auto;
        padding-bottom: 40px;
        margin-top: 40px;
        font-size: 25px;
    }
    .sidebar_content {
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .sidebar_banner01 {
        height: 76vw;
        background: url('../_img/blog/600x480.png') no-repeat;
        background-size: 95vw;
        margin-bottom: 20px;
        cursor: pointer;
    }
    .sidebar_banner01 {
        width: 100%
    }
    .sidebar_banner02 {
        height: 47.5vw;
        background: url('../_img/blog/600x300.png') no-repeat;
        background-size: 95vw;
        margin-bottom: 20px;
        cursor: pointer;
    }
    .sidebar_banner02 {
        width: 100%
    }
    .sidebar_banner01 img {
        width: 100%
    }
    .sidebar_banner02 img {
        width: 100%
    }
    /* .blogBox {
        padding: 160px 10px 100px 10px;
    } */
    .contactSubmitBtn {
        /* margin-left:97px !important; */
    }
}

/* blogListformobile */

@media (max-width:641px) {
    .event_img_1 {
        height: 0;
        background: url('../_img/event_list/_img1.png') no-repeat center;
        background-size: cover;
        overflow: hidden;
        padding-bottom: 57%;
    }
    .blog_img_1 {
        height: 0;
        background: url('../_img/blog_list/_img1.png') no-repeat center;
        background-size: cover;
        overflow: hidden;
        padding-bottom: 57%;
    }
    .blog_img_2 {
        height: 0;
        background: url('../_img/blog_list/_img2.png') no-repeat center;
        background-size: cover;
        overflow: hidden;
        padding-bottom: 57%;
    }
    .blog_img_3 {
        height: 0;
        background: url('../_img/blog_list/_img3.png') no-repeat center;
        background-size: cover;
        overflow: hidden;
        padding-bottom: 57%;
    }
    .blog_img_4 {
        height: 0;
        background: url('../_img/blog_list/_img4.png') no-repeat center;
        background-size: cover;
        overflow: hidden;
        padding-bottom: 57%;
    }
    .blog_img_5 {
        height: 0;
        background: url('../_img/blog_list/_img5.png') no-repeat center;
        background-size: cover;
        overflow: hidden;
        padding-bottom: 57%;
    }
    .blog_img_6 {
        height: 0;
        background: url('../_img/blog_list/_img6.png') no-repeat center;
        background-size: cover;
        overflow: hidden;
        padding-bottom: 57%;
    }
    .blog_img_7 {
        height: 0;
        background: url('../_img/blog_list/_img7.png') no-repeat center;
        background-size: cover;
        overflow: hidden;
        padding-bottom: 57%;
    }
    .blog_img_8 {
        height: 0;
        background: url('../_img/blog_list/_img8.png') no-repeat center;
        background-size: cover;
        overflow: hidden;
        padding-bottom: 57%;
    }
    .blog_img_9 {
        height: 0;
        background: url('../_img/blog_list/_img9.png') no-repeat center;
        background-size: cover;
        overflow: hidden;
        padding-bottom: 57%;
    }
    .blog_img_10 {
        height: 0;
        background: url('../_img/blog_list/_img10.png') no-repeat center;
        background-size: cover;
        overflow: hidden;
        padding-bottom: 57%;
    }
    .blog_img_11 {
        height: 0;
        background: url('../_img/blog_list/_img11.png') no-repeat center;
        background-size: cover;
        overflow: hidden;
        padding-bottom: 57%;
    }
    .blog_img_12 {
        height: 0;
        background: url('../_img/blog_list/_img12.png') no-repeat center;
        background-size: cover;
        overflow: hidden;
        padding-bottom: 57%;
    }
    .ListBox {
        width: 90%;
        padding: 150px 5px 50px 5px;
    }
    .section_titleBG {
        height: 150px;
    }
    .section2_titleBG {
        height: 150px;
    }
    .bl_box {
        min-width: 100%;
        margin: 0px;
    }
    .bl_box_img {
        width: 100%;
        margin-bottom: 20px;
    }
    .bl_box_title {
        width: 90%;
        float: left;
        font-size: 40px;
    }
    .bl_box_content {
        width: 90%;
        float: left;
        font-size: 30px;
        margin-bottom: 30px;
    }
    .bl_box_btn {
        width: 90%;
        float: left;
        font-size: 30px;
        margin-bottom: 30px;
        margin-bottom: 60px;
    }
    .s7_leftBox {
        width: 80%;
        padding: 0px;
        margin: 0 auto;
        float: none;
        padding-top: 40px;
    }
    .s7_leftBox input {
        width: 480px;
        height: 60px;
        font-size: 30px;
        margin-bottom: 40px;
        border-radius: 10px;
        padding-left: 15px;
        padding-right: 20px;
    }
    .s7_leftBox textarea {
        width: 480px;
        height: 160px;
        font-size: 30px;
        border-radius: 10px;
        padding-left: 15px;
        padding-right: 20px;
    }
    .section7 {
        height: 100%;
        overflow: hidden;
        padding-bottom: 80px;
    }
    .s7_content {
        font-size: 28px;
    }
    .s7_contentBox {
        font-size: 30px;
    }
    .s7_title {
        font-size: 40px;
    }
    .s7_leftBox div {
        height: 60px;
    }
    .s7_l_btn {
        height: 48px !important;
        font-size: 30px;
        padding-top: 10px;
    }
    .contactSubmitBtn {
        width: 180px !important;
        height: 70px !important;
        font-size: 26px !important;
        background-image: url('../_img/arrIcon_w.png') !important;
        background-color: #0095d8 !important;
        background-position: center right 25px !important;
        background-repeat: no-repeat !important;
        background-size: 20px !important;
        border: 0px !important;
        border-radius: 0px !important;
        text-align: center;
        margin: 0 auto;
        transition-duration: 0.3s;
        padding: 8px;
        padding-right: 10px !important;
        color: white;
        box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
        transition-duration: 0.3s;
        cursor: pointer;
        margin-left: 30% !important;
    }
    .s7_rightBox {
        float: none;
        width: 80%;
        height: 320px;
        margin: 0 auto;
        margin-top: 40px;
        background: url('../_img/contact_map_m.png') no-repeat center;
        background-size: cover;
    }
    .s7_r_title {
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding-top: 95px;
        font-size: 30px;
    }
    .s7_r_btn {
        font-size: 25px;
        width: 25%;
        height: 12%;
        padding-top: 10px;
        padding-bottom: 15px;
        margin-top: 15px;
    }
    .f_Box_right {
        position: absolute;
        top: 20px;
        left: 10px;
    }
    .f_fb_banner img {
        width: 95%;
    }
    .f_Box_left {
        position: absolute;
        top: 245px;
        left: 10px;
    }
    .f_l_title {
        font-size: 25px;
        font-weight: 500;
    }
    .f_l_addr, .f_l_link {
        font-size: 20px;
    }
    .f_l_logo img {
        width: 84%;
    }
    .f_copyright {
        position: absolute;
        font-size: 18px;
        top: 560px;
        left: 60px;
    }
    .footer {
        height: 685px;
    }
    .single_main {
        width: 95%;
        padding-top: 100px;
    }
    .event_main {
        width: 95%;
    }
    .event_content {
        width: 100%;
    }
    .event_sidebar {
        width: 100%;
        float: left;
    }
    .event_sidebar_box {
        width: 100%;
        padding-bottom: 10%;
        background: url('../_img/events1/sidebar_m.png') no-repeat center;
        background-size: 100% auto;
    }
    .videoFrame_cover {
        display: none;
    }
    .videoFrame_cover {
        width: 400px;
        height: 280px;
        position: fixed;
        top: 50%;
        left: 50%;
        margin-left: -200px;
        margin-top: -140px;
        z-index: 1002;
        /* display: none; */
    }
    .videoFrame {
        width: 500px;
        height: 300px;
        position: fixed;
        top: 50%;
        left: 50%;
        margin-left: -250px;
        margin-top: -150px;
        z-index: 1001;
    }
    .videoCloseIcon {
        margin-left: 250px;
        margin-top: -150px;
    }
    .eventCloseIcon {
        margin-left: 250px;
        margin-top: -201px;
    }
    .event1_video_end_link {
        width: 500px;
        margin-top: -222px;
        margin-left: -250px;
    }
    .event1_CloseIcon {
        margin-left: 250px;
    }
    .s3_s4_l img {
        width: 320px;
        position: absolute;
        top: -855px !important;
        left: 50%;
        margin-left: -160px;
    }
}

@media (max-width:899px) {
    .section_titleBG {
        width: 70%;
        height: 75%;
        top: 90%;
        display: block;
    }
    .sectionHero {
        background: url(../_img/event2/heroBanner_mobile.png) no-repeat center;
        background-size: cover;
    }
    .section_titleBG img {
        width: 85%;
        left: 6%;
        top: 18%;
    }
    .section2_titleBG {
        width: 60%;
    }
    .section2_titleBG img {
        width: 95%;
        right: 30px;
        left: auto;
        top: -14%;
    }
    /* .mktoNative{
        margin-left:20% !important;
    } */
    #mktoForm_691 {
        width: 100% !important;
    }
    .menu {
        height: 110px;
    }
    .logo img {
        width: 450px;
        margin-top: 40px;
    }
    .menuItem_m {
        display: block;
        position: fixed;
        top: 101px;
        left: 0px;
        background: black;
        z-index: 999;
        width: 100%;
        height: 100%;
        overflow: hidden;
        margin: 0;
        padding: 0;
        padding-top: 10%;
        -webkit-user-select: none;
        /* for Chrome */
        -moz-user-select: none;
        /* for Firefox */
    }
    .menu_IO {
        width: 40px;
        height: 40px;
        display: block;
        position: fixed;
        top: 36px;
        right: 28px;
        background-size: 40px;
        cursor: pointer;
        /* background: url('../_img/menu_close.png'); */
    }
    .menuItem_m li {
        text-align: left;
        list-style: none;
        height: 80px;
        width: 430px;
        margin: 0 auto;
        padding-top: 50px;
        font-size: 1.15em;
        cursor: pointer;
        font-weight: 500;
        color: white;
        border-bottom: solid 1px white;
        font-size: 32px;
        -webkit-user-select: none;
        /* for Chrome */
        -moz-user-select: none;
        /* for Firefox */
    }
    .mr_text {
        float: right;
        font-weight: 100;
    }
    .m_btn_last {
        border-bottom: solid 0px white !important;
    }
    .m_btn_contact {
        border-bottom: solid 0px white !important;
        background: #0095d8;
        padding-left: 30px;
        padding-right: 30px;
        margin-top: 30px !important;
    }
    .content_title {
        font-size: 45px;
        line-height: 65px;
    }
    .content_writer {
        font-size: 30px;
    }
    .content_inner {
        font-size: 30px;
        line-height: 60px;
    }
    .content_point {
        font-size: 30px;
        line-height: 83px;
    }
    .content_subtitle {
        font-size: 38px;
        line-height: 60px;
    }
    .header_section {
        margin-top: 100px
    }
    .upperList {
        padding-left: 60px;
    }
    .sidebar_content_title {
        font-size: 33px;
        padding-top: 75px;
        padding-bottom: 25px;
    }
    .sidebar_content ul li {
        font-size: 33px;
        padding-bottom: 70px;
    }
    .swiper-container_index {
        height: 90vh;
    }
    .swiper-slide-vid {
        display: none;
    }
    .swiper-slide-pic {
        width: auto;
        height: 100vh;
        display: block;
    }
    .swiper-slide-pic img {
        width: auto;
        height: 100vh;
    }
    .index_banner1 {
        width: auto;
        height: 100vh;
        background: url('../_img/index/banner_m1.png') no-repeat center;
        background-size: cover;
    }
    .index_banner2 {
        width: auto;
        height: 100vh;
        background: url('../_img/index/banner_m2.png') no-repeat center;
        background-size: cover;
    }
    .index_banner3 {
        width: auto;
        height: 100vh;
        background: url('../_img/index/banner_m3.png') no-repeat center;
        background-size: cover;
    }
    .index_banner4 {
        width: auto;
        height: 100vh;
        background: url('../_img/index/banner_m4.png') no-repeat center;
        background-size: cover;
    }
    .index_banner5 {
        width: auto;
        height: 100vh;
        background: url('../_img/index/banner_m5.png') no-repeat center;
        background-size: cover;
    }
    .index_banner6 {
        width: auto;
        height: 100vh;
        background: url('../_img/index/banner_m6.png') no-repeat center;
        background-size: cover;
    }
    /* .playicon {
        display: none;
    } */
    .playicon {
        position: absolute;
        width: 300px;
        height: 100px;
        background: url('../_img/playIcon.png') no-repeat center top;
        background-size: 300px;
        z-index: 100;
        bottom: 160px;
        left: 50%;
        margin-left: -160px;
        cursor: pointer;
        transition-duration: 0.3s;
    }
    .scrollIcon {
        position: absolute;
        width: 200px;
        height: 80px;
        z-index: 99;
        bottom: 100px;
        left: 50%;
        margin-left: -100px;
        text-align: center;
        color: white;
        font-size: 35px;
        font-weight: 300;
        letter-spacing: 2px;
    }
    .scroll_line {
        width: 2px;
        height: 150px;
        background: white;
        margin: 0 auto;
        margin-top: 20px;
        -webkit-animation-name: "scroll_line_motion";
        -webkit-animation-duration: 2s;
        -webkit-animation-iteration-count: infinite;
    }
    @keyframes scroll_line_motion {
        0% {
            height: 0px;
            margin-top: 20px;
        }
        50% {
            height: 150px;
            margin-top: 20px;
        }
        100% {
            height: 0px;
            margin-top: 150px;
        }
    }
    .section2 {
        width: 100%;
        height: 720px;
        background: #000000;
        color: white;
        text-align: center;
        padding-top: 170px;
        padding-bottom: 9px;
        position: relative;
    }
    .s2_title {
        width: 400px;
        font-size: 68px;
        line-height: 100px;
        margin: 0 auto;
        text-align: center;
    }
    .s2pattern {
        width: 250px;
        height: 130px;
        background: url(../_img/s2_icon.png) no-repeat center;
        background-size: 200px;
        position: absolute;
        left: 50%;
        margin-left: -120px;
        top: 270px;
        z-index: 99;
    }
    .s2_content {
        width: 500px;
        margin: 0 auto;
        font-size: 30px;
        line-height: 50px;
        margin-bottom: 20px;
    }
    .s2_btn {
        width: 350px;
        padding-top: 28px;
        font-size: 30px;
        height: 50px;
    }
    .s2scroll {
        background-size: 3px;
    }
    .s3_left {
        width: 100%;
        height: 730px;
    }
    .s3_left_newsContainer {
        height: 710px;
        margin: 0 auto;
        float: none;
    }
    .s3_l_c_title {
        font-size: 35px;
        line-height: 55px;
        margin-left: 10px;
    }
    .s3_l_c_content {
        font-size: 30px;
        line-height: 55px;
        margin-left: 10px;
    }
    .s3_right {
        width: 100%;
        float: none;
    }
    .swiper-container_2 {
        margin-left: 5px;
        height: auto;
    }
    .s3_r_box_container {
        height: 180px;
        background: white;
        box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.4);
        margin-top: 25px;
        margin-bottom: 10px;
        cursor: pointer;
        transition-duration: 0.5s;
    }
    .s3_r_pic {
        width: 224px;
        height: 180px;
        margin-right: 16px;
    }
    .s3_r_pic img {
        width: 114%;
    }
    .s3_r_title {
        width: 350px;
        font-size: 28px;
        line-height: 41px;
        margin-top: 7px;
    }
    .s3_r_content {
        width: 340px;
        font-size: 23px;
        line-height: 34px;
    }
    .s3_r_read_moreBtn {
        width: 200px;
        height: 50px;
        font-size: 30px;
        padding-top: 40px;
    }
    .s3_r_read_more_icon {
        width: 20px;
        margin-left: 15px;
        margin-bottom: 5px;
    }
    .section4 {
        height: 530px;
        padding-top: 70px;
        padding-bottom: 15px;
    }
    .s4Container {
        height: 480px;
    }
    .swiper-container_3 {
        height: 480px;
    }
    .s4_pic {
        height: 360px;
    }
    .s4_title {
        font-size: 35px;
        line-height: 45px;
        margin: 5px 0 0 13px;
    }
    .s4_btn {
        width: 70px;
        height: 70px;
        background: #a5a5a5;
        bottom: 0px;
        right: 0px;
        position: absolute;
        transition-duration: 0.3s;
    }
    .s4_btn img {
        width: 45px;
        margin-top: 16px;
        margin-left: 11px;
    }
    .s4-button-next {
        width: 110px !important;
        height: 177px !important;
        background-size: 110px !important;
        margin-top: -88px !important;
    }
    .s4-button-prev {
        width: 110px !important;
        height: 177px !important;
        background-size: 110px !important;
        margin-top: -88px !important;
    }
    .section5 {
        height: 730px;
        padding-top: 60px;
    }
    .s5_bg {
        top: 0px;
        left: 0px;
    }
    .s5_bg img {
        width: 700px;
        position: absolute;
        top: 384px;
        left: 50%;
        margin-left: -50px;
    }
    .s5_contentBox {
        width: 400px;
        height: 200px;
        text-align: center;
        color: white;
        position: absolute;
        left: 50%;
        margin-left: -200px;
    }
    .s5_title {
        font-size: 65px;
        line-height: 75px;
        font-weight: 700;
        margin-bottom: 30px;
    }
    .s5_content {
        width: 600px;
        font-size: 30px;
        line-height: 50px;
        margin-left: -90px;
    }
    .s5_icon {
        top: 600px;
        margin-left: -300px;
    }
    .s5_icon img {
        width: 340px;
    }
    .section6 {
        height: auto;
        overflow: hidden;
    }
    .s6_box1 {
        width: 100%;
        height: 450px;
    }
    .s6_box2 {
        width: 100%;
        height: 450px;
    }
    .s6_box3 {
        width: 100%;
        height: 450px;
    }
    .s6_box4 {
        width: 100%;
        height: 450px;
    }
    .s6_title1 img {
        width: 300px;
    }
    .s6_title2 {
        right: -20px;
    }
    .s6_title2 img {
        width: 300px;
    }
    .s6_title3 img {
        width: 300px;
    }
    .s6_title4 {
        right: -22px;
    }
    .s6_title4 img {
        width: 300px;
    }
    .s6_btn1 {
        font-size: 25px;
        width: 220px;
        height: 40px;
        padding: 10px;
        padding-top: 20px;
        position: absolute;
        left: 35px;
        top: 185px;
    }
    .s6_btn2 {
        font-size: 25px;
        width: 220px;
        height: 40px;
        padding: 10px;
        padding-top: 20px;
        position: absolute;
        right: 35px;
        top: 185px;
    }
    .s6_btn3 {
        font-size: 25px;
        width: 220px;
        height: 40px;
        padding: 10px;
        padding-top: 20px;
        position: absolute;
        left: 35px;
        bottom: 50px;
    }
    .s6_btn4 {
        font-size: 25px;
        width: 220px;
        height: 40px;
        padding: 10px;
        padding-top: 20px;
        position: absolute;
        right: 35px;
        bottom: 50px;
    }
    .btn_icon {
        width: 20px;
        margin-left: 10px;
        margin-bottom: 2px;
    }
    .section1_s1 {
        height: auto;
        overflow: hidden;
    }
    .ss1_s1_1 {
        width: 100vw;
        height: auto;
        background: #f6f6f6;
        position: relative;
        overflow: hidden;
    }
    .ss1_s1_1_title {
        font-size: 40px;
        width: 80%;
        line-height: 55px;
        margin-top: 280px;
    }
    .ss1_s1_1_content {
        width: 80%;
        font-size: 30px;
        line-height: 50px;
    }
    .ss1_s1_1_l {
        width: 100%;
        height: auto;
        overflow: hidden;
        padding-bottom: 180px;
    }
    .ss1_s1_1_r {
        width: 100%;
        height: 500px;
        float: left;
    }
    .ss1_s1_2 {
        width: 100vw;
        height: auto;
        position: relative;
        padding-bottom: 180px;
    }
    .ss1_s1_2_content {
        font-size: 30px;
        line-height: 50px;
        width: 80%;
        height: auto;
        margin: 0 auto;
        margin-top: 180px;
        font-weight: 300;
        text-align: justify;
    }
    .ss1_s1_2_icon {
        width: 200px;
        position: absolute;
        top: -780px;
        left: auto;
        right: 30px;
    }
    .ss1_s1_2_icon img {
        width: 200px;
    }
    .section1_s2 {
        height: auto;
        overflow: hidden;
    }
    .ss1_s2_1 {
        height: auto;
        overflow: hidden;
    }
    .ss1_s2_1_l {
        width: 100%;
        height: auto;
        overflow: hidden;
        padding-top: 0px;
        padding-bottom: 100px;
    }
    .ss1_s2_1_l img{
        width: 510px;
    }

    .ss1_s2_1_title {
        font-size: 40px;
        width: 80%;
        line-height: 55px;
        margin-top: 280px;
       
    }
    .ss1_s2_1_content {
        width: 80%;
        font-size: 30px;
        line-height: 50px;
    }
    .ss1_s2_1_r {
        width: 100%;
        height: 500px;
        float: left;
    }
    .ss1_s2_2 {
        width: 100vw;
        height: auto;
        position: relative;
        padding-bottom: 180px;
    }
    .ss1_s2_2_content {
        font-size: 30px;
        line-height: 50px;
        width: 80%;
        height: auto;
        margin: 0 auto;
        margin-top: 150px;
        font-weight: 300;
        text-align: justify;
    }
    .ss1_s2_2_icon {
        width: 200px;
        position: absolute;
        top: -750px;
        left: auto;
        right: 30px;
    }
    .ss1_s2_2_icon img {
        width: 200px;
    }
    .section1_s3 {
        height: auto;
        overflow: hidden;
        padding-bottom: 100px;
    }
    .s1_3_contentBox {
        width: 90%;
    }
    .s1_3_Title {
        width: 90%;
        font-size: 40px;
        margin: 0 auto;
        margin-bottom: 50px;
        line-height: 55px;
    }
    .s1_3_Content {
        width: 90%;
        font-size: 30px;
        margin: 0 auto;
        margin-bottom: 30px;
        line-height: 50px;
    }
    .s1_3_selectBox {
        width: 80%;
    }
    .s_selectBox {
        width: 90%;
        padding: 5%;
        margin: 0 auto;
        position: relative;
    }
    .s_selectBox_2 {
        left: auto;
        margin-left: 0px;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .s_selectBox_3 {
        right: auto;
    }
    .s1_3_Btn {
        width: 440px;
        height: 50px;
        font-size: 30px;
        line-height: 50px;
        margin-left: 35px;
        margin-bottom: 50px;
    }
    .s1_3_Icon {
        top: 670px;
        right: -20px;
        left: auto;
        z-index: 100;
    }
    .s1_3_Icon img {
        width: 180px;
    }
    .s_selectBox_title {
        width: 90%;
        font-size: 30px;
        line-height: 50px;
    }
    .s_selectBox_content {
        font-size: 28px;
        line-height: 50px;
    }
    .select_icon {
        width: 25px;
        height: 25px;
        top: 45px;
        right: 30px;
    }
    .section1_s4 {
        height: auto;
        overflow: hidden;
        padding-bottom: 100px;
    }
    .s1_4_contentBox {
        width: 90%;
    }
    .s1_4_selectBox {
        width: 80%;
    }
    .s1_4_Title {
        width: 90%;
        font-size: 40px;
        margin: 0 auto;
        margin-bottom: 50px;
        line-height: 55px;
    }
    .s1_4_Content {
        width: 90%;
        font-size: 30px;
        margin: 0 auto;
        margin-bottom: 30px;
        line-height: 50px;
    }
    .s1_4_Btn {
        width: 440px;
        height: 50px;
        font-size: 30px;
        line-height: 50px;
        margin-left: 35px;
        margin-bottom: 80px;
    }
    .s1_4_Icon {
        top: 730px;
        right: -20px;
        left: auto;
        z-index: 100;
    }
    .s1_4_Icon img {
        width: 180px;
    }
    .section2_s1 {
        width: 100%;
        height: auto;
        overflow: hidden;
        padding-top: 180px;
        padding-bottom: 180px;
    }
    .s2_s1_title {
        font-size: 40px;
        width: 80%;
        line-height: 55px;
    }
    .s2_s1_content {
        width: 80%;
        font-size: 30px;
        line-height: 50px;
        text-align: justify;
    }
    .ss2_s2_1_title {
        font-size: 40px;
        width: 80%;
        line-height: 55px;
    }
    .ss1_s2_1_content {
        width: 80%;
        font-size: 30px;
        line-height: 50px;
        text-align: justify;
    }
    .ss2_s2_2_icon {
        width: 250px;
        position: absolute;
        top: 790px;
        left: auto;
        right: 0px;
    }
    .ss2_s2_2_icon img {
        width: 250px;
    }
    .ss2_s2_1_r {
        width: 100%;
        height: 500px;
        float: left;
    }
    .ss2_s2_2_content {
        font-size: 30px;
        line-height: 50px;
        width: 80%;
        height: auto;
        margin: 0 auto;
        margin-top: 180px;
        font-weight: 300;
        text-align: justify;
    }
    .ss2_s2_2_title {
        font-size: 40px;
        width: 80%;
        line-height: 55px;
        margin-top: 300px;
    }
    .ss2_s2_1_content {
        width: 80%;
        font-size: 30px;
        line-height: 50px;
        margin-bottom: 100px;
        text-align: justify;
    }
    .ss2_s1_1_r {
        width: 100%;
        height: 500px;
        float: left;
    }
    .ss2_s3_2_icon {
        top: -750px;
    }
    .ss2_s2_3_title {
        font-size: 40px;
        width: 80%;
        line-height: 55px;
        margin-top: 300px;
    }
    .ss1_s2_3_content {
        width: 80%;
        font-size: 30px;
        line-height: 50px;
        margin-bottom: 100px;
    }
    .ss2_s2_3_icon {
        width: 200px;
        position: absolute;
        top: 650px;
        left: auto;
        right: 0px;
    }
    .ss2_s2_3_icon img {
        width: 150px;
    }
    .ss2_s3_1_r {
        width: 100%;
        height: 500px;
        float: left;
    }
    .ss2_s3_2 {
        width: 100%;
        height: auto;
        overflow: hidden;
        padding-bottom: 180px;
    }
    .ss2_s3_2_content {
        width: 80%;
        font-size: 30px;
        line-height: 50px;
        margin-bottom: 100px;
        text-align: justify;
        padding-bottom: 200px;
    }
    .section3_s1 {
        width: 100%;
        height: auto;
        overflow: hidden;
        padding-top: 0px;
        padding-bottom: 20px;
    }
    .s3_s1_box {
        width: 90%;
    }
    .s3_s1_title {
        width: 90%;
        font-size: 40px;
        line-height: 55px;
        margin: 0 auto;
        margin-top: 190px;
        margin-bottom: 30px;
    }
    .s3_s1_subtitle {
        width: 90%;
        font-size: 30px;
        line-height: 50px;
        margin: 0 auto;
        text-align: justify;
    }
    .s3_s1_icon {
        width: 200px;
        position: absolute;
        top: 790px;
        left: 440px;
    }
    .s3_s1_icon img {
        width: 400px
    }
    .s3_s1_pic {
        margin-top: -30px;
        margin-left: -29px;
        margin-bottom: 160px;
    }
    .s3_s1_pic img {
        width: 720px
    }
    .s3_s1_contetn {
        width: 90%;
        font-size: 30px;
        line-height: 50px;
        margin-bottom: 0px;
        margin: 0 auto;
        text-align: justify;
    }
    .s3_1_Btn {
        width: 380px;
        height: 50px;
        font-size: 30px;
        line-height: 50px;
        margin-top: 50px;
        margin-left: 20px;
        margin-bottom: 80px;
    }
    .ss3_s2_1_title {
        font-size: 40px;
        width: 80%;
        line-height: 55px;
        /* margin: 0px auto 0px auto; */
    }
    .ss3_s2_2_icon {
        width: 200px;
        position: absolute;
        top: 370px;
        left: auto;
        right: 0px;
    }
    .ss3_s2_2_icon img {
        width: 200px;
    }
    .ss3_s2_1_r {
        width: 100%;
        height: 500px;
        background-size: cover;
        float: left;
    }
    .ss3_s2_1 {
        width: 100%;
        height: auto;
        overflow: hidden;
        padding-top: 110px;
        padding-bottom: 30px;
        
    }
    .ss3_s2_2_content {
        width: 85%;
        height: auto;
        font-size: 30px;
        line-height: 50px;
        margin-bottom: 0px;
        margin: 0 auto;
        text-align: justify;
    }

    .ss3_s2_2_content{
        width: 550px;
        height: 900px;
    }
   
    .event2_content1{
        background: no-repeat url(../_img/event2/e2text1_2_mobile.jpg) center;
        background-size: contain;
    }
    .event2_content2{
        background: no-repeat url(../_img/event2/e2text2_2_mobile.jpg) center;
        background-size: contain;
    }
    .event2_content3{
        background: no-repeat url(../_img/event2/e2text3_2_mobile.jpg) center;
        background-size: contain;
    }
    

    .ss3_s2_2_content img {
        width: 100%;
        
    }
    .s3_2_Btn {
        width: 380px;
        height: 50px;
        font-size: 30px;
        line-height: 50px;
        margin-top: 0px;
        margin-left: 0px;
        margin-bottom: 80px;
    }
    .section3_s3 {
        width: 100%;
        height: auto;
        overflow: hidden;
        padding-top: 180px;
        padding-bottom: 180px;
    }
    .section3_s4 {
        width: 100%;
        height: auto;
        overflow: hidden;
        padding-top: 180px;
        padding-bottom: 180px;
    }
    .s3_s4_boxContainer {
        width: 100%;
        min-width: 100%;
        height: auto;
        margin: 0 auto;
        overflow: hidden;
        float: none;
        position: relative;
    }
    .s3_s4_r {
        width: 80%;
        height: auto;
        margin: 0 auto;
        overflow: hidden;
        float: none;
    }
    .section3_s4_title {
        font-size: 40px;
        width: 100%;
        line-height: 55px;
        margin-bottom: 520px;
        text-align: center;
    }
    .section3_s4_subtitle {
        width: 100%;
        font-size: 30px;
        line-height: 50px;
        margin-bottom: 20px;
        text-align: justify;
    }
    .section3_s4_content {
        width: 100%;
        font-size: 30px;
        line-height: 50px;
        margin-bottom: 0px;
        text-align: justify;
    }
    .s3_s4_l {
        width: 80%;
        height: auto;
        margin: 0 auto;
        float: none;
        position: relative;
    }
    .s3_s4_l img {
        width: 320px;
        position: absolute;
        top: -765px;
        left: 50%;
        margin-left: -160px;
    }
    .loadingBar {
        height: 10px !important;
        background-color: rgb(192, 0, 0) !important;
    }
    .loadingTEXT {
        font-size: 30px !important;
        line-height: 50px !important;
    }
    .loadingTEXT img {
        width: 500px !important;
        margin-left: -160px !important;
    }
    .blog_Btn:hover {
        transform: translateX(4px);
    }
    .blog_Btn {
        width: 400px;
        height: 60px;
        border: solid 1px black;
        padding: 14px;
        margin: 20px 0px 30px 0px;
        text-align: center;
        cursor: pointer;
        transition-duration: 0.3s;
        z-index: 99;
        font-size: 1.15em;
    }
    .blog_Btn:active {
        text-decoration: none;
    }
    .blog_Btn:hover {
        transform: translateX(4px);
    }
    .m_pattern {
        width: 80%;
        position: absolute;
        top: 50%;
        margin-top: -200px;
        left: 50%;
        margin-left: -40%;
        z-index: 100;
        display: block;
    }
    .m_pattern img {
        width: 100%;
    }
    .s3_left {
        width: 100%;
        height: 620px;
    }
    .s3_left_newsContainer {
        height: 600px;
        margin: 0 auto;
        float: none;
    }
    .popAdBanner {
        width: 500px;
        height: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -250px;
        margin-top: -200px;
        cursor: pointer;
    }
}