/* Basic settings=========================++++++=============================================================*/

* {
    font-family: "微軟正黑體", "Open Sans",  "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0px;
}

.box {
    overflow: hidden;
    position: relative;
}

.box:before {
    content: "";
    display: block;
    /* border: 30px solid rgba(255, 255, 255, 0.3); */
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    opacity: 1;
    z-index: 2;
    transition: all 1s ease 0s;
}

.box:hover:before {
    background: rgba(45, 134, 134, 0.897);
    /* border: 1px solid rgba(255, 255, 255, 0.18); */
}

.box:after {
    content: "";
    display: block;
    /* border: 10px solid #fff; */
    position: absolute;
    top: 35px;
    left: 35px;
    bottom: 35px;
    right: 35px;
    opacity: 1;
    z-index: 1;
    transition: all 0.3s ease 0s;
}

.box:hover:after {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
}

.box img {
    width: 100%;
    height: auto;
    /* transform: scale(1.1); */
    transition: all 1s ease 0s;
}

.box:hover img {
    transform: scale(1.1);
}

.box .box-content {
    padding: 20px;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 45px;
    left: 45px;
    bottom: 45px;
    right: 45px;
    opacity: 1;
    z-index: 2;
    transition: all 0.3s ease 0s;
}

.box:hover .box-content {
    top: 6px;
    left: 6px;
    bottom: 6px;
    right: 6px;
}

.box .box-inner-content {
    width: 100%;
    height: 100%;
    /* padding-bottom: 20%; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.3s ease 0s;
}

.box:hover .box-inner-content {
    opacity: 1;
}

.box .title {
    font-size: 18px;
    /* font-weight: lighter; */
    /* letter-spacing: 3px; */
    margin: 0;
}

.box .post {
    display: block;
    font-size: 16px;
    font-style: italic;
    margin-bottom: 10px;
}

.box .icon {
    padding: 0;
    margin: 0;
    list-style: none;
}

.box .icon li {
    display: inline-block;
}

.box .icon li a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: #fff;
    margin-right: 10px;
    font-size: 18px;
    color: #000;
    transition: all 0.3s ease 0s;
    cursor: pointer;
}

.box ul {
    width: 100%;
}

.box .icon li a:hover {
    background: #000;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

@media only screen and (max-width:990px) {
    .box {
        margin-bottom: 30px;
    }
}

.swiper-container {
    width: 90%;
    height: auto;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    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;
    margin-bottom: 5%;
    margin-top: 5%;
}

.ModalConTent {
    width: 1000px;
}

/* 
.ModalConTent::before{
   content: "";
   background:rgb(65, 65, 65);
   width: 50%;
   height: 500px;
   top: 0;
   right: 0;
   bottom: 0;
   position: absolute;  
} */

.ModalConTent button {
    margin-right: 1%;
}

.english_font_family {
    font-family: 'Century Gothic', "微軟正黑體";
}

.clear {
    clear: both;
}

.display_phone {
    display: none;
}

.display_mac {
    display: block;
}

.display_md {
    display: none;
}

.container_inner {
    padding: 0 100px;
}

.container-fluid_inner {
    padding: 0 200px;
}

@media screen and (max-width:1360px) {
    .container-fluid_inner {
        padding: 0 70px;
    }
}

@media screen and (max-width:1279px) {
    .container-fluid_inner {
        padding: 0 0px;
    }
}

@media screen and (max-width:767px) {
    .display_mac {
        display: none;
    }
    .display_phone {
        display: block;
    }
    .ModalConTent {
        width: 95%;
    }
    .ScDiaDivleft {}
    div.ScDiaDivleft div {
        height: 300px;
        width: 100%;
        overflow: scroll;
        /* display: flex;
        justify-content: center; */
        padding-left: 5%;
        padding-right: 5%;
    }
    div.ScDiaDivleft div img {
        width: 100%;
    }
    .ScDiaDivRight {
        padding-left: 8%;
        padding-bottom: 10%;
    }
    div.ScTitle h5 {
        width: 100%;
        text-align: left;
        color: white;
        font-size: 18px;
        letter-spacing: 3px;
    }
    .ScTitle h5 a {
        color: white;
        text-decoration: none;
        cursor: pointer;
    }
    div.ScIntro {
        margin-top: 10%;
        width: 100%;
        text-align: left;
        color: white;
        font-size: 16px;
        letter-spacing: 3px;
    }
    .ScIntro h5 i {
        margin-right: 3%;
    }
    div.ScIntro p {
        color: rgb(143, 138, 138);
        text-align: left;
        width: 100%;
        font-size: 12px;
        letter-spacing: 3px;
        line-height: 33px;
        padding-right: 5%;
    }
    div.ScSer {
        margin-top: 5%;
        width: 100%;
        text-align: left;
        color: white;
        font-size: 16px;
        letter-spacing: 3px;
    }
    .ScSer h5 i {
        margin-right: 3%;
    }
    div.ScSer p {
        color: rgb(143, 138, 138);
        text-align: left;
        width: 100%;
        font-size: 12px;
        letter-spacing: 3px;
        line-height: 33px;
        padding-right: 5%;
    }
    div.ScTec {
        margin-top: 5%;
        width: 100%;
        text-align: left;
        color: white;
        font-size: 16px;
        letter-spacing: 3px;
    }
    .ScTec h5 i {
        margin-right: 3%;
    }
    div.ScTec p {
        color: rgb(143, 138, 138);
        text-align: left;
        width: 100%;
        font-size: 12px;
        letter-spacing: 3px;
        line-height: 33px;
        padding-right: 5%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .ModalConTent {
        width: 95%;
    }
    .ScDiaDivleft {}
    /* div.ScDiaDivleft div {
        height: 500px;
        width: 100%;
        overflow: scroll;
        display: flex;
        justify-content: center;
    }
    div.ScDiaDivleft div img {
        height: 90%;
        width: 90%;
    } */
    div.ScDiaDivleft div {
        height: 300px;
        width: 100%;
        overflow: scroll;
        /* display: flex;
        justify-content: center; */
        padding-left: 5%;
        padding-right: 5%;
    }
    div.ScDiaDivleft div img {
        width: 100%;
    }
    .ScDiaDivRight {
        padding-left: 8%;
        padding-bottom: 10%;
    }
    div.ScTitle h5 {
        width: 100%;
        text-align: left;
        color: white;
        font-size: 18px;
        letter-spacing: 3px;
    }
    .ScTitle h5 a {
        color: white;
        text-decoration: none;
        cursor: pointer;
    }
    div.ScIntro {
        margin-top: 10%;
        width: 100%;
        text-align: left;
        color: white;
        font-size: 16px;
        letter-spacing: 3px;
    }
    .ScIntro h5 i {
        margin-right: 3%;
    }
    div.ScIntro p {
        color: rgb(143, 138, 138);
        text-align: left;
        width: 100%;
        font-size: 12px;
        letter-spacing: 3px;
        line-height: 33px;
        padding-right: 5%;
    }
    div.ScSer {
        margin-top: 5%;
        width: 100%;
        text-align: left;
        color: white;
        font-size: 16px;
        letter-spacing: 3px;
    }
    .ScSer h5 i {
        margin-right: 3%;
    }
    div.ScSer p {
        color: rgb(143, 138, 138);
        text-align: left;
        width: 100%;
        font-size: 12px;
        letter-spacing: 3px;
        line-height: 33px;
        padding-right: 5%;
    }
    div.ScTec {
        margin-top: 5%;
        width: 100%;
        text-align: left;
        color: white;
        font-size: 16px;
        letter-spacing: 3px;
    }
    .ScTec h5 i {
        margin-right: 3%;
    }
    div.ScTec p {
        color: rgb(143, 138, 138);
        text-align: left;
        width: 100%;
        font-size: 12px;
        letter-spacing: 3px;
        line-height: 33px;
        padding-right: 5%;
    }
}

@media screen and (max-width:420px) {
    .container_inner {
        padding: 0 25px;
    }
}

@media screen and (min-width: 0px) and (max-width: 330px) {
    div.InputFlex {
        display: flex;
        justify-content: center;
        width: 100%;
        margin-top: 5%;
    }
    div.RightMailCardRight {
        height: 400px;
        padding-left: 0;
        background-color: rgb(224, 224, 224);
        border-bottom-left-radius: 10px;
    }
}

@media screen and (min-width: 0px) and (max-width: 768px) {
    div.RightMailCard {
        display: none
    }
}

.RightMailCard {
    width: 350px;
    position: fixed;
    z-index: 999;
    top: 5%;
    right: 0;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    z-index: 999;
}

.RightMailCardRight {
    height: 400px;
    padding-left: 0;
    background-color: rgb(224, 224, 224);
    border-bottom-left-radius: 10px;
}

.InputFlex {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 5%;
}

.MesFlex {
    display: flex;
    justify-content: center;
    width: 100%;
}

.InputFlex label {
    font-size: 16px;
    margin-right: 5%;
    width: 50px;
}

.InputFlex textarea {
    margin-left: 5%;
    margin-right: 2%;
    resize: none;
}

.InputFlex button {
    width: 100px;
    height: 30px;
    border-radius: 15px;
    letter-spacing: 3px;
    font-weight: bold;
}

.RightMailCardRight p {
    font-size: 16px;
    letter-spacing: 3px;
    width: 100%;
    text-align: center;
    margin-top: 5%;
    font-weight: bold;
}

.CardHeader {
    background-color: #0d9691;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    letter-spacing: 3px;
    font-size: 20px;
}

.CardBtn {
    width: 40px;
    height: 50px;
    background-color: rgb(58, 58, 58);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.OpenCardBtn {
    width: 40px;
    height: 50px;
    background-color: rgb(58, 58, 58);
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: 0;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    top: 18%;
    z-index: 999;
}

.OpenCardBtn i {
    font-size: 20px;
    color: white;
}

.CardBtn i {
    font-size: 20px;
    color: white;
}

/* PAGE========================================================================================================*/

.pages0 {
    width: 100%;
    height: 1080px;
    background-color: #efefef;
    background-position: center;
    overflow: hidden;
}

.pages1 {
    width: 100%;
    background-color: #0bbcb5;
    padding-top: 80px;
    padding-bottom: 100px;
}

.pages2 {
    width: 100%;
    background-color: #ffd74e;
    padding-top: 80px;
    padding-bottom: 100px;
}

.showcase {
    width: 100%;
    background-color: #464646;
    padding-top: 80px;
    padding-bottom: 100px;
}

.ScDiaDivleft {
    padding-top: 3%;
    padding-bottom: 3%;
    padding-left: 3%;
}

.ScDiaDivRight {
    padding-right: 2%;
}

.ScTitle h5 {
    width: 100%;
    text-align: left;
    color: white;
    font-size: 18px;
    letter-spacing: 5px;
}

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

.ScIntro {
    margin-top: 15%;
    width: 100%;
    text-align: left;
    color: white;
    font-size: 16px;
    letter-spacing: 3px;
}

.ScIntro h5 i {
    margin-right: 3%;
}

.ScIntro p {
    color: rgb(143, 138, 138);
    text-align: left;
    width: 100%;
    font-size: 14px;
    letter-spacing: 3px;
    line-height: 33px;
}

.ScSer {
    margin-top: 10%;
    width: 100%;
    text-align: left;
    color: white;
    font-size: 16px;
    letter-spacing: 3px;
}

.ScSer h5 i {
    margin-right: 3%;
}

.ScSer p {
    color: rgb(143, 138, 138);
    text-align: left;
    width: 100%;
    font-size: 14px;
    letter-spacing: 3px;
    line-height: 33px;
}

.ScTec {
    margin-top: 10%;
    width: 100%;
    text-align: left;
    color: white;
    font-size: 16px;
    letter-spacing: 3px;
}

.ScTec h5 i {
    margin-right: 3%;
}

.ScTec p {
    color: rgb(143, 138, 138);
    text-align: left;
    width: 100%;
    font-size: 14px;
    letter-spacing: 3px;
    line-height: 33px;
}

.ScDiaDivRight .ScTitle {}

.ScDiaDivleft div {
    height: 600px;
    width: 100%;
    overflow: scroll;
}

.ScDiaDivleft div img {
    width: 100%;
}

.ShowCaseColor {
    color: white;
}

.pages3 {
    width: 100%;
    padding-top: 90px;
    background-color: #FFFFFF;
    padding-bottom: 150px;
    margin-top: -140px;
}

.pages4 {
    width: 100%;
    background-color: #ee5e6c;
    background-position: top left;
    padding-top: 0px;
}

.pages5 {
    width: 100%;
    padding-top: 120px;
    padding-bottom: 130px;
}

.pages6 {
    width: 100%;
    background-color: #fd9971;
    padding-top: 80px;
    padding-bottom: 100px;
}

.pages7 {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 100px;
}

.pages8 {
    width: 100%;
/*    padding-top: 20px;*/
    padding-bottom: 140px;
}

.pages9 {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 200px;
    background-color: #f4f4f4;
}

.pages10 {
    width: 100%;
    padding-bottom: 150px;
}

@media screen and (max-width:1280px) {
    .tunnelTop{
        display: none;
    }
}

@media screen and (max-width:1024px) {
    
}

@media screen and (max-width:1023px) {}

@media screen and (max-width:1024px) {
    .pages0 {
        width: 100%;
        height: 750px;
    }
}

@media screen and (max-width:420px) {
    .pages1 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .pages2 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .pages3 {
        padding-top: 100px;
        padding-bottom: 130px;
    }
    .pages7 {
        padding-bottom: 50px;
    }
    .pages8 {
        padding-bottom: 50px;
    }
    .pages9 {
        padding-top: 70px;
        padding-bottom: 60px;
    }
    .pages10 {
        padding-bottom: 70px;
    }
}

/*meue============================================================================================================*/

.meue_left {
    position: fixed;
    z-index: 100;
    height: 100%;
    width: 65px;
    background-color: #099791;
    cursor: pointer;
}

.three_bt {
    margin: 40px 15px;
}

.meue_logo2 {
    margin: 60px 0px 0px 5px;
}

.meue_left_open {
    position: fixed;
    z-index: 101;
    height: 100%;
    width: 220px;
    background-color: #099791;
    left: -220px;
}

.meue_logo_open {
    width: 120px;
    margin: 30px auto;
    cursor: pointer;
}

.meue_left_open ul li,
.meue_left_open ul li a {
    color: #ffffff;
    font-size: 20px;
    text-decoration: none;
    font-weight: 600;
    margin-top: 40px;
    letter-spacing: 2px;
}

.bt_english {
    font-size: 15px;
    font-weight: 100;
    cursor: pointer;
    margin-top: -5px;
}

.QR_CORD {
    width: 112px;
    margin: 0 auto;
    margin-top: 60px;
}

#bt1,
#bt2,
#bt3,
#bt4,
#bt5 {
    display: block;
}

.historyheaderPhone {}

#navbar_three {
    position: fixed;
    z-index: 104;
    right: 10px;
    top: 15px;
    background-color: #44bcbb;
    padding: 9px 5px;
    border-radius: 100px;
    display: none;
}

#navbar_phone {
    position: fixed;
    z-index: 103;
    width: 100%;
    height: 2000px;
    background-color: #099791;
    padding-top: 50px;
}

#navbar_phone ul li,
#navbar_phone ul li a {
    color: #ffffff;
    font-size: 18px;
    text-decoration: none;
    font-weight: 600;
    margin-top: 40px;
    letter-spacing: 2px;
}

#navbar_phone ul li {
    border-bottom: 1px solid #14beb7;
    margin: 0 70px;
    margin-bottom: 20px;
}

@media screen and (max-width:1440px) {
    .meue_left_open ul li,
    .meue_left_open ul li a {
        font-size: 18px;
        margin-top: 20px;
    }
    .QR_CORD {
        width: 80px;
        margin-top: 60px;
    }
    .QR_CORD img {
        width: 90px;
        height: 90px;
    }
}

@media screen and (max-width:1024px) {
    .meue_left {
        display: none;
    }
    .meue_left_open {
        display: none;
    }
    #navbar_three {
        display: block;
    }
}

/*word============================================================================================================*/

.titl_word h1 {
    font-size: 30px;
    letter-spacing: 3px;
    font-weight: 600;
}

.titl_word_line {
    width: 130px;
    height: 3px;
    margin: 10px auto 0px;
    background-color: #FFF;
}

.titl_word p {
    font-size: 20px;
    letter-spacing: 3px;
}

.pages1 .titl_word,
.pages2 .titl_word,
.pages4 .titl_word,
.pages6 .titl_word,
.pages8 .titl_word,
.pages10 .titl_word {
    color: #FFF;
}

.content_word {
    color: #FFF;
    letter-spacing: 2px;
    margin-top: 50px;
}

.content_word h1 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}

.content_word p {
    font-size: 16px;
    line-height: 25px;
    opacity: 0.9;
    text-align: justify;
}

.gray_color {
    background-color: #adadad;
}

.blue_color {
    color: #0bbcb5;
}

@media screen and (max-width:1280px) {
    .titl_word h1 {
        font-size: 27px;
        letter-spacing: 1px;
    }
    .titl_word p {
        font-size: 35px;
    }
}

@media screen and (max-width:767px) {
    .titl_word h1 {
        font-size: 24px;
        letter-spacing: 3px;
    }
    .titl_word_line {
        width: 100px;
        height: 3px;
        margin: 0px auto 0px;
    }
    .titl_word p {
        font-size: 36px;
    }
    .content_word {
        margin-top: 40px;
    }
    .content_word h1 {
        font-size: 16px;
        line-height: 30px;
    }
    .content_word p {
        font-size: 14px;
        line-height: 25px;
    }
}

@media screen and (max-width:420px) {
    .titl_word h1 {
        font-size: 22px;
        letter-spacing: 2px;
    }
    .titl_word p {
        font-size: 28px;
    }
}

/* page1=========================================================================================================*/

.About_us_people {
    margin-top: 100px;
}

.About_us_people img {
    width: 260px;
}

@media screen and (max-width:420px) {
    .About_us_people {
        margin-top: 0px;
        padding: 50px 40px 50px 60px;
    }
    .About_us_people img {
        width: 210px;
    }
}

/* page2=========================================================================================================*/

.history_icon {
    position: relative;
    z-index: 1;
    margin: 30px auto 10px;
    cursor: pointer;
}

.history_icon_bt {
    transition: 0.8S;
}

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

.history_title {
    margin: 0px auto 20px;
}

.m_t_20 {
    padding-top: 20px;
}

@media screen and (max-width:1280px) {
    .history_icon {
        margin: 30px auto 0px;
        padding: 20px;
    }
}

/* page2-1=======================================================================================================*/

.history1 {}

/* page3=========================================================================================================*/

.service_items {
    margin-top: 40px;
}

.service_items img {
    width: 120px;
    height: 120px;
}

.service_text {
    margin-top: 30px;
}

.service_text h1 {
    color: #01a5b4;
}

.service_text p {
    color: #2e2d2d;
    padding: 0 20px;
}

.service_bt {
    width: 150px;
    height: 40px;
    color: #ffffff;
    background-color: #01a5b4;
    margin: 0 auto;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
    margin-top: 30px;
    cursor: pointer;
    transition: 1S;
}

.service_bt:hover {
    background-color: #e4bd06;
}

.service_bt a {
    text-decoration: none;
    color: #FFF;
}

.service_icon_ani {
    transition: 1S;
    transform: rotate(0deg);
    cursor: pointer;
}

.service_icon_ani:hover {
    transform: rotate(360deg);
}

@media screen and (max-width:1280px) {
    .service_items img {
        width: 110px;
        height: 110px;
    }
}

/* page3-1================================================================================++=====================*/

.service_items_pages .banner1,
.service_items_pages .banner2,
.service_items_pages .banner3,
.service_items_pages .banner4 {
    height: 584px;
    background-position: center;
}

.service_items_pages .banner1 {
    background-image: url(../images/service_items/banner1.jpg);
}

.service_items_pages .banner2 {
    background-image: url(../images/service_items/banner2.jpg);
}

.service_items_pages .banner3 {
    background-image: url(../images/service_items/banner3.jpg);
}

.service_items_pages .banner4 {
    background-image: url(../images/service_items/banner4.jpg);
}

.banner_title1 {
    font-size: 30px;
    color: #FFF;
    letter-spacing: 3px;
    margin-top: 330px;
}

.banner1_line {
    width: 420px;
    height: 5px;
    background-color: #FFF;
}

.banner_title2 {
    font-size: 40px;
    color: #FFF;
}

.m-tb-100 {
    margin: 100px auto 100px;
}

.service_items_text {
    padding: 0 100px 10px;
}

.service_items_text h1 {
    font-size: 20px;
    color: #e48906;
    letter-spacing: 2px;
    line-height: 30px;
    font-weight: 600;
}

.service_items_text h2 {
    font-size: 18px;
    color: #01a5b4;
    letter-spacing: 2px;
    line-height: 30px;
    font-weight: 600;
}

.service_items_text p {
    font-size: 16px;
    color: #000000;
    letter-spacing: 2px;
    line-height: 30px;
}

.service_items_text ol {
    list-style: none outside;
}

.service_items_text li {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 45px;
    padding-top: 20px;
    position: relative;
}

.service_items_text .n1 {
    list-style-image: url(../images/service_items/n1.png);
}

.service_items_text .n2 {
    list-style-image: url(../images/service_items/n2.png);
}

.service_items_text .n3 {
    list-style-image: url(../images/service_items/n3.png);
}

.service_items_text .n4 {
    list-style-image: url(../images/service_items/n4.png);
}

.service_items_text .n5 {
    list-style-image: url(../images/service_items/n5.png);
}

.service_items_text .n6 {
    list-style-image: url(../images/service_items/n6.png);
}

.service_items_text .n7 {
    list-style-image: url(../images/service_items/n7.png);
}

.service_items_text .n8 {
    list-style-image: url(../images/service_items/n8.png);
}

.service_items_text .n9 {
    list-style-image: url(../images/service_items/n9.png);
}

.service_items_text ol li p {
    position: absolute;
    top: 23px;
    line-height: 25px;
}

.service_back_btFlex {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 5%;
}

.service_back_bt {
    width: 150px;
    height: 40px;
    font-size: 16px;
    letter-spacing: 2px;
    color: #ffffff;
    background-color: #01a5b4;
    border-radius: 5px;
    padding: 8px;
    text-align: center;
    /* margin: 50px auto 100px; */
    cursor: pointer;
    text-decoration: none;
    transition: 1S;
    margin-top: 5%;
}

.service_back_bt a {
    text-decoration: none;
    color: #FFF;
}

.service_back_bt:hover {
    background-color: #e4bd06;
}

@media screen and (max-width:767px) {
    .service_items_pages .banner1,
    .service_items_pages .banner2,
    .service_items_pages .banner3,
    .service_items_pages .banner4 {
        display: none;
    }
    .service_items_text {
        padding: 0 0px 10px;
    }
    .service_items_text h2 {
        font-size: 16px;
        letter-spacing: 1px;
        line-height: 30px;
    }
    .service_items_text p {
        font-size: 14px;
        letter-spacing: 1px;
        line-height: 30px;
    }
    .service_items_text li {
        margin-top: 80px;
        padding-top: 10px;
    }
    .service_items_text ol li p {
        top: 10px;
    }
}

/* page4========================================================================================================*/

.pages4 .banner {
    height: 350px;
    background-image: url(../images/back3.jpg);
    padding-top: 110px;
    background-position: 40%;
    margin-bottom: px;
}

.table_inner {
    padding: 0 50px;
}

.table_big_titl {
    font-size: 22px;
    letter-spacing: 2px;
    color: #FFFFFF;
    padding: 0px;
    font-weight: 600;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.table_big_yellow {
    background-color: #a57416;
}

.table_big_blue {
    background-color: #078e89;
}

.table_big_red {
    background-color: #9c2833;
}

.table_titl {
    font-size: 42px;
    line-height: 45px;
    letter-spacing: 2px;
    color: #FFFFFF;
    padding: 0px;
    font-weight: 600;
}

.table_slide1 {
    letter-spacing: 3px;
}

.table_slide2 {
    letter-spacing: 3px;
}

.table_slide3 {
    letter-spacing: 3px;
}

.YiP1 {
    font-size: 30px;
    letter-spacing: 3px;
}

.YiP2 {
    font-size: 18px;
    letter-spacing: 3px;
    font-weight: lighter;
}

.table_yellow {
    background-color: #e49805;
}

.table_blue {
    background-color: #0bbcb5;
}

.table_red {
    background-color: #ee5e6c;
}

@media screen and (max-width:1366px) {
    .table_titl {
        font-size: 32px;
        line-height: 35px;
        letter-spacing: 2px;
    }
}

@media screen and (max-width:420px) {
    .table_inner {
        padding: 0 0px;
    }
    .pages4 .banner {
        height: 250px;
        padding-top: 75px;
    }
}

/* page5=========================================================================================================*/

.table_slide_bt1,
.table_slide_bt2,
.table_slide_bt3 {
    width: 100%;
    height: 40px;
    background-color: #CCC;
    border: 0px;
    color: #333;
    border-radius: 5px;
    font-size: 16px;
    letter-spacing: 5px;
    transition: 1S;
    padding-top: 9px;
}

.table_slide_bt1:hover,
.table_slide_bt2:hover,
.table_slide_bt3:hover {
    background-color: #333;
    color: #FFF;
}

.web_items {
    margin-top: 70px;
}

.web_items img {
    width: 150px;
    height: 150px;
}

@media screen and (max-width:767px) {
    .web_items {
        margin-top: 30px;
    }
    .web_items img {
        width: 140px;
        height: 140px;
    }
}

/* page6=========================================================================================================*/

.web_text {
    margin-top: 30px;
}

.web_text h1 {
    color: #242424;
}

.web_text p {
    color: #2e2d2d;
    padding: 0 20px;
}

.web_items_logo {
    transition: 0.5S;
    cursor: pointer;
    -webkit-filter: grayscale(0.95);
    opacity: 0.8;
}

.web_items_logo:hover {
    transform: scale(1);
    -webkit-filter: grayscale(0);
    opacity: 1;
}

@media screen and (max-width:767px) {
    .web_items_logo {
        padding: 25px 70px;
    }
}

/*page7==========================================================================================================*/

.RWD_mac {
    margin-top: 70px;
}

.pages6 .content_word h1 {
    line-height: 35px;
    margin-top: 20px;
}

.pages6 .content_word p {
    line-height: 30px;
    margin-top: 20px;
}

@media screen and (min-width: 1024px) and (max-width: 1920px) {
    .pages6 .content_word h1 {
        line-height: 30px;
        margin-top: 50px;
    }
    .pages6 .content_word p {
        line-height: 25px;
    }
}

@media screen and (max-width:420px) {
    .RWD_mac {
        margin-top: 0px;
        padding: 20px 20px 30px 20px;
    }
}

/*page8=========================================================================================================*/

.pages8 .banner {
    height: 400px;
    background-image: url(../images/back1.jpg);
    padding-top: 130px;
    background-position: center;
    margin-bottom: 40px;
}

.padding-right-left-0 {
    padding-right: 0px;
    padding-left: 0px;
}

.news_list {
    border: 1px #e4e4e4 solid;
    border-radius: 5px;
    padding: 0px;
    margin-top: 30px;
    margin-right: 5%;
}

.news_data h1 {
    width: 40px;
    height: 40px;
    color: #000000;
    background-color: #f9ea31;
    border-radius: 5px;
    padding-top: 5px;
}

.news_data p {
    width: 40px;
    height: 40px;
    color: #000000;
    font-size: 15px;
    margin-left: 10px;
}

.news_text {
    padding-left: 25px;
}

.news_text h1 {
    color: #000000;
    line-height: 25px;
}

.news_text p {
    color: #000000;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 1px;
    text-align: justify;
}

.news_more_bt,
.news_more_bt a {
    color: #01acbc;
    text-decoration: none;
    padding: 0px;
}

.readMoreBtn {
    color: #01acbc !important;
    cursor: pointer !important;
    padding: 0px;
}

.newslist_bt {
    width: 150px;
    height: 40px;
    color: #ffffff;
    background-color: #01a5b4;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
    margin-top: 30px;
    cursor: pointer;
    transition: 1S;
}

.newslist_bt a {
    color: #ffffff;
    text-decoration: none;
}

.newslist_bt:hover {
    background-color: #e4bd06;
}

.m-l-10 {
    margin-left: 10px;
    margin-right: -10px;
}

@media screen and (max-width:1024px) {
    .pages8 .banner {
        display: block;
        margin-bottom: 20px;
    }
    .m-l-10 {
        margin-left: 0px;
        margin-right: 0px;
    }
}

@media screen and (max-width:767px) {
    .news_text {
        margin-top: -20px;
    }
    .news_data h1 {
        float: left;
    }
    .news_data p {
        float: left;
        margin-top: 30px;
        margin-left: 10px;
    }
    .news_more_bt,
    .news_more_bt a {
        margin: 5px 0 10px 0;
    }
}

@media screen and (max-width:420px) {
    .pages8 .banner {
        height: 250px;
        padding-top: 75px;
    }
}

/* page8-1================================================================================++=====================*/

.latest_news_pages .banner {
    height: 584px;
    background-position: center;
}

.latest_news_pages .banner {
    background-image: url(../images/banner.jpg);
}

.banner_title1 {
    font-size: 30px;
    color: #FFF;
    letter-spacing: 3px;
    margin-top: 330px;
}

.banner1_line {
    width: 420px;
    height: 5px;
    background-color: #FFF;
}

.banner_title2 {
    font-size: 40px;
    color: #FFF;
}

.m-tb-100 {
    margin: 100px auto 100px;
}

.service_items_text {
    padding: 0 100px 10px;
}

.service_items_text h1 {
    font-size: 20px;
    color: #e48906;
    letter-spacing: 2px;
    line-height: 30px;
    font-weight: 600;
}

.service_items_text h2 {
    font-size: 18px;
    color: #01a5b4;
    letter-spacing: 2px;
    line-height: 30px;
    font-weight: 600;
}

.service_items_text p {
    font-size: 16px;
    color: #000000;
    letter-spacing: 2px;
    line-height: 30px;
}

@media screen and (max-width:767px) {
    .latest_news_pages .banner {
        display: none;
    }
    .service_items_text {
        padding: 0 20px 40px;
    }
    .service_items_text h2 {
        font-size: 16px;
        letter-spacing: 1px;
        line-height: 30px;
    }
    .service_items_text p {
        font-size: 14px;
        letter-spacing: 1px;
        line-height: 30px;
    }
}

/*page9===========================================================================================================*/

.partner_text {
    font-size: 20px;
    color: #454545;
    letter-spacing: 2px;
    line-height: 30px;
    font-weight: 600;
}

@media screen and (max-width:420px) {
    .partner_text {
        font-size: 16px;
    }
}

/*page10==========================================================================================================*/

.pages10 .banner {
    height: 400px;
    background-image: url(../images/back2.jpg);
    padding-top: 130px;
    background-position: center;
    margin-bottom: 70px;
}

.contact_us_text {
    font-size: 20px;
    color: #454545;
    letter-spacing: 2px;
    line-height: 45px;
    font-weight: 600;
    padding: 0 100px;
    margin-bottom: 50px;
    text-align: justify;
}

.form_m_t_20 {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.form-inner {
    padding: 0 100px;
}

.submit_bt {
    width: 170px;
    height: 40px;
    background-color: #f0c722;
    border: 0px;
    color: #ffffff;
    border-radius: 30px;
    font-size: 16px;
    /* letter-spacing: 10px; */
    margin-top: 20px;
    transition: 1S;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.right_submit {
    width: 100px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background-color: #f0c722;
    border-radius: 30px;
    font-size: 16px;
    color: white;
}

.submit_bt:hover {
    background-color: #887011;
    border-radius: 10px;
}

@media screen and (max-width:1024px) {
    .contact_us_text {
        padding: 0 0px;
    }
    .form-inner {
        padding: 0 0px;
    }
}

@media screen and (max-width:420px) {
    .pages10 .banner {
        height: 250px;
        padding-top: 75px;
    }
    .contact_us_text {
        font-size: 16px;
        line-height: 30px;
    }
}

/* footer========================================================================================================*/

footer {
    background-color: #108b86;
    padding-top: 30px;
    padding-bottom: 30px;
}

footer h1 {
    font-size: 22px;
    color: #ffffff;
    letter-spacing: 2px;
}

.footer_list {
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 32px;
    text-align: justify;
}

.footer_list a {
    color: #ffffff;
    text-decoration: none;
}

.footer_list img {
    margin: 0 15px 0 0;
    width: 25px;
    height: 25px;
}

.footer_logo {
    margin-top: 40px;
    padding: 15px;
}

.footer_icon_ani {
    transition: 1S;
}

.footer_icon_ani:hover {
    transform: rotate(360deg);
}

.topBtn {
    width: 50px;
    height: 50px;
    background-color: #7F7F7F;
    border-radius: 50px;
    position: fixed;
    z-index: 1000;
    bottom: 22px;
    right: 85px;
    opacity: 0.8;
    cursor: pointer;
    display: none;
}

.topBtn img {
    width: 13px;
    margin: 17px 19px;
}

@media screen and (max-width:420px) {
    footer {
        padding-top: 10px;
        padding-bottom: 30px;
    }
    .footer_logo {
        display: none;
    }
    .footer_list {
        font-size: 15px;
        letter-spacing: 1.5px;
        line-height: 30px;
    }
}

.babyDiv {
    width: 120px;
    height: 170px;
    position: absolute;
    background: #01a5b4;
    top: 30%;
    left: 7%;
    z-index: 999;
}

.history_back_btn {
    cursor: pointer;
}

.patentFlex {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    /* margin-left: 8%; */
}

@media screen and (min-width: 1240px) {
    .years_tube {
        position: relative;
        margin-top: 13px;
    }
    .his1_flex {
        display: flex;
        justify-content: center;
        width: 100%;
        margin-top: -45px;
    }
    .his1_flex2 {
        display: flex;
        justify-content: center;
        width: 100%;
        margin-top: -4%;
        margin-bottom: 133px;
    }
    .his1_content_flex2 {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        width: 40%;
        padding-top: 5%;
    }
    .his1_content_flex {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        width: 40%;
    }
    .his1_content_pipe {
        width: 20%;
        position: relative;
    }
}

/* @media screen and (min-width: 0px) and (max-width: 767px) {
    .his1_content_flex {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .his1_flex {
        display: flex;
        justify-content: space-around;
        width: 100%;
        flex-wrap: wrap;
    }
} */

@media screen and (min-width: 0px) and (max-width: 1240px) {
    .years_tube {
        position: relative;
        margin-top: 13px;
        display: none;
    }
    .patentFlex {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        width: 100%;
        margin-left: 0%;
    }
    .news_list {
        border: 1px #e4e4e4 solid;
        border-radius: 5px;
        padding: 0px;
        margin-top: 30px;
        margin-right: 0%;
    }
    .cooperationFlex {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .his1_content_pipe {
        width: 20%;
        position: relative;
        display: none;
    }
    .his1_flex {
        display: flex;
        justify-content: center;
        width: 100%;
        /* margin-top: -45px; */
        flex-wrap: wrap;
    }
    .his1_flex2 {
        display: flex;
        justify-content: center;
        width: 100%;
        /* margin-top: -4%; */
        flex-wrap: wrap;
        margin-bottom: 133px;
    }
    .his1_content_flex2 {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        width: 100%;
        padding-top: 5%;
    }
    .his1_content_flex {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        width: 100%;
    }
}

@media screen and (min-width: 0px) and (max-width: 768px) {
    .prizeCopy {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-content: center;
        width: 50%;
    }
}

@media screen and (min-width: 768px) {
    .prizeCopy {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-content: center;
        width: 25%;
    }
}

.arkNewsFourFlex {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.arkNewsFourMore {
    padding-left: 3.6%;
}

.ellipsisP {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.arkNewsLastFlex {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-left: 2%;
    margin-top: -5%;
}

.newDetailImg {
    margin-top: 5%;
}

.cooperationImg {
    margin: 1.2%;
    width: 300px;
}

.selecter_his1 {
    position: relative;
}

.man_img {
    margin-top: 66%;
}

.selecter_his1 div:nth-child(even) {
    flex-direction: row-reverse;
}

.history_none {
    display: none;
}

.pipe_up {
    position: absolute;
    left: 17px;
    z-index: 2;
}

.pipe_down {
    position: absolute;
    left: 17px;
    z-index: 0;
}

.pipe_date_div {
    position: relative;
}

.pipe_date {
    color: #79adb9;
    position: absolute;
    top: 190px;
    left: 83px;
    /* background-color: #fff; */
    letter-spacing: 3px;
    z-index: 3;
    /* color: #a7c7cf; */
    font-size: 23px;
    font-weight: 300;
}

.pipe_date2 {
    position: absolute;
    top: 214px;
    left: 83px;
    letter-spacing: 3px;
    color: #79adb9;
    z-index: 3;
}

.pipe2_date {
    color: #79adb9;
    position: absolute;
    top: 230px;
    left: 83px;
    /* background-color: #fff; */
    letter-spacing: 3px;
    z-index: 3;
    /* color: #a7c7cf; */
    font-size: 23px;
    font-weight: 300;
}

.pipe2_date2 {
    position: absolute;
    top: 254px;
    left: 83px;
    letter-spacing: 3px;
    color: #79adb9;
    z-index: 3;
}

.pipe3_date {
    color: #79adb9;
    position: absolute;
    top: 45px;
    left: 83px;
    /* background-color: #fff; */
    letter-spacing: 3px;
    z-index: 3;
    /* color: #a7c7cf; */
    font-size: 23px;
    font-weight: 300;
}

.pipe3_date2 {
    position: absolute;
    top: 67px;
    left: 83px;
    letter-spacing: 3px;
    color: #79adb9;
    z-index: 3;
}

.modalBoxImg {
    width: 50%;
}

.prizeCopyFlex {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    flex-wrap: wrap;
}

.prizeImg {}

.goToBeez {
    width: 100px;
    position: absolute;
    animation-name: fly;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    z-index: 1;
    right: 27%;
    top: 320px;
    transition: all .5s;
}

.goToBeez:hover {
    width: 125px;
}

.goToBeez .dialogue02 {
    color: #000;
    top: -55px;
    left: 60px;
    transition: all .5s;
}

.goToBeez:hover .dialogue02 {
    top: -65px;
    left: 80px;
}

@keyframes fly {
    0% {
        right: 27%;
    }
    50% {
        right: 30%;
    }
    100% {
        right: 27%;
    }
}

@media(max-width:768px) {
    .goToBeez {
        width: 50px;
        position: absolute;
        animation-name: fly;
        animation-duration: 3s;
        animation-iteration-count: infinite;
        z-index: 1;
        right: 20%;
        top: 150px;
    }
    @keyframes fly {
        0% {
            right: 20%;
        }
        50% {
            right: 25%;
        }
        100% {
            right: 20%;
        }
    }
    .goToBeez .dialogue02 {
        left: 30%;
        top: -45%;
    }
    .goToBeez img {
        position: relative;
        margin-left: -18px;
        margin-top: 15px;
    }
}

.service_items1_temp_img {
    max-width: 100%;
    height: auto;
    transition: all .5s;
}

.service_items1_temp_img:hover {
    /* -webkit-filter:brightness(.5);
    filter:brightness(.5); */
    transform: scale(1.1)
}

.service_items1_tem_title {
    font-size: 20px;
    color: #e48906;
    letter-spacing: 2px;
    line-height: 30px;
    font-weight: 600;
    margin-left: 5%;
}

.tunnelTop{
    position: absolute;
    top: 0;
    left: 50%;
    margin-top: -50px;
    transform: translateX(-50%);
    z-index: 5;
}
.content_word{
    display: flex;
    flex-wrap: wrap;
}
