/*--------------copyright by vicky start-------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

html {
    font-size: 10px;
    line-height: 1.8;
}

body {
    line-height: 1.5;
    letter-spacing: 2px;
    font-size: 1.6rem;
    font-family: 'Noto Sans TC', 'Khula', sans-serif;
    overflow-x: hidden;
    color: #393939;
    background: #fff;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    vertical-align: top;
}

a {
    color: inherit;
    text-decoration: none;
    outline: none;
    transition: all .3s;
    box-sizing: border-box;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #303030;
}

img {
    max-width: 100%;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}

::selection {
    background: rgba(204, 204, 204, 1);
}


/************************************************************************************************************************************************
************************************************************************************************************************************************
************************************************************************************************************************************************/

header {
    z-index: 90;
    position: relative;
}

/*mibutton*/
.mibutton {
    position: fixed;
    top: 2em;
    right: 2em;
    z-index: 50;
    cursor: pointer;
    width: 40px;
    height: 30px;
    text-align: left;
    display: none;
    opacity: 0;
}

.mibutton span {
    display: block;
    text-align: center;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    transition: .3s ease all;
}

.mibutton span:nth-child(2) {
    top: 10px;
}

.mibutton span:nth-child(3) {
    top: 20px;
}

.mibutton_ani span {
    opacity: 1;
    background: #fff;
}

.mibutton_ani span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
}

.mibutton_ani span:nth-child(2) {
    opacity: 0;
}

.mibutton_ani span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center left;
    transform-origin: center left;
    top: 29px;
}

/*navbar*/
.navbar {
    background: rgb(113 157 175 / 1);
    padding: 0;
    text-align: left;
    min-height: auto;
    margin: 0 auto;
    border: 0;
    border-radius: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 83%;
    opacity: 0;
    pointer-events: none;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    overflow: hidden;
}

.navtop,
.intop {
    position: fixed;
    z-index: 50;
    opacity: 1;
    pointer-events: auto;
    transition: .5s ease-in;
}

/*ilogo*/
.ilogo {
    display: inline-block;
    vertical-align: top;
    width: 30%;
    padding: 2rem;
    text-align: center;
    background: rgba(255 255 255/.75);
}

.ilogo a {
    display: inline-block;
    transition: .3s ease all;
}

.ilogo a:hover {
    opacity: .7;
}

/*ibutton*/
.ibutton {
    display: inline-block;
    vertical-align: top;
    text-align: right;
    width: 69%;
    padding: 0 10rem 0 0;
    background: rgb(113 157 175 / 1);
}

.ibutton ul {}

.ibutton li {
    display: inline-block;
    vertical-align: top;
    letter-spacing: 3px;
    text-align: left;
    position: relative;
    transition: .5s all;
    padding: 3rem 2.5rem 3.6rem 2.5rem;
}

.ibutton li:hover {
    background: rgba(136, 215, 221, .5);
}


.ibutton a {
    position: relative;
    transition: .2s ease all;
    color: #dddcdc;
    letter-spacing: 1px;
}

p.en {
    color: #fff;
    font-size: 16px;
    position: relative;
    font-family: 'Khula';
}



p.ch {
    color: #fff;
    font-size: 20px;
    position: relative;
    font-weight: 500;
    letter-spacing: 2px;

}

@media screen and (max-width:1670px) {
    .ibutton {
        padding: 0 3rem 0 0;
    }
}

@media screen and (max-width:1550px) {
    .ilogo {
        width: 25%;
    }

    .ibutton {
        padding: 0;
    }
}

@media screen and (max-width:1490px) {
    .ibutton {
        width: 73%;
    }

    .ibutton li {
        padding: 3rem 2rem 3.6rem 2rem;
    }
}

@media screen and (max-width:1310px) {
    .navbar {
        width: 95%;
    }

    .ilogo {
        width: 20%;
    }

    .ibutton {
        width: 79%;
    }

    .ibutton li {
        padding: 3rem 2rem 2rem 2rem;
    }
}

@media (max-width:1080px) {

    .mibutton {
        display: block;
        top: 1.5em;        
    }

    .mibutton span {
        background: #719daf;
    }

    .ilogo {
        width: 100%;
        text-align: left;
        padding: .3em 2em;
        background: transparent;
    }

    .ilogo a {
        display: inline-block;
        width: 200px;
    }

    .ibutton {
        width: 100%;
        text-align: center;
        display: none;
        padding-bottom: 1em;
    }

    .ibutton li {
        display: block;
        width: 17%;
        padding: 0;
        margin: 0 auto 1rem;
    }

    .navbar {
        position: fixed;
        pointer-events: auto;
        background: rgba(255 255 255/.9);
        width: 100%;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        z-index: 30;
    }
}

@media (max-width:600px) {
    .ilogo a {
        width: 160px;
    }

    .mibutton {
        top: 1.3em;
    }

    .ibutton li {
        width: 20%;
    }
}

@media (max-width:500px) {
    .mibutton {
        right: 1em;
    }

    .ibutton {
        padding: 1em;
    }

    .ibutton li {
        width: 38%;
    }

    .ibutton a {
        font-size: 16px;
    }

    .ilogo {
        padding: 0.3em 1em 0em;

    }
}

@media (max-width:450px) {
    .navbar {
        padding: 0.4rem 0;
    }

}

@media (max-width:414px) {
    .ibutton li {
        width: 30%;
    }
}

@media (max-width:360px) {
    .ibutton li {
        width: 30%;
    }
}

@media (max-width:350px) {
    .mibutton {
        top: 1em;
    }
}

@media (max-width:320px) {
    .ibutton li {
        width: 35%;
    }
}

/*****************************/
/***index***/
.index {
    position: relative;
    height: 1080px;
    background: url(../../images/index_bg01.png) bottom center fixed;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
}

.index:before {
    content: '';
    background: url(../../images/index_deco01.png) top left;
    background-size: contain;
    width: 601px;
    max-width: 100%;
    min-height: 812px;
    position: absolute;
    top: 13.4rem;
    left: 0;
    z-index: -1;
}

.index:after {
    content: '';
    background: url(../../images/index_deco02.png) top right no-repeat;
    background-size: contain;
    width: 366px;
    max-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.index .index_inner {
    width: 1400px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    padding-top: 26.6rem;
    display: flex;
    justify-content: space-between;
}

.index_inner .index_lt {
    padding-top: 3.3rem;
    position: relative;
    width: 40%;
}

.index_lt:before {
    content: '';
    background: url(../../images/index_deco03.png) bottom right no-repeat;
    background-size: contain;
    width: 353px;
    max-width: 100%;
    min-height: 139px;
    position: absolute;
    bottom: -2rem;
    right: -6.5rem;
}

.index_lt .logo {
    padding-bottom: 3.7rem;
}

.index_lt .inlt_en {
    font-size: 146px;
    font-family: 'Khula';
    text-transform: uppercase;
    color: #000000;
    font-weight: 800;
    line-height: .8;
}

.index_lt .inlt_ch {
    font-size: 18px;
    color: #000000;
    padding-bottom: 6.7rem;
}

.index_lt .scroll {
    position: relative;
}

.scroll p {
    display: inline-block;
    color: #fff;
    font-family: 'Khula';
    text-transform: uppercase;
}

.scroll .wrapper {
    width: 80px;
    height: 5px;
    transform: translate(0, -50%);
    overflow: hidden;
    position: relative;
    display: inline-block;
}

.wrapper .line {
    animation: move2 3s ease-out infinite;
    height: 1px;
    background: #fff;
    position: absolute;
}

@keyframes move2 {
    0% {
        width: 0;
        left: 0;
        margin-left: 0;
    }

    50% {
        width: 100%;
        left: 0;
        margin-left: 0;
    }

    70% {
        left: -80px;
        margin-left: 160px;
    }
}

.index_inner .index_rt {
    width: 58%;
}

.index_rt .inrt_dex {}

.index_rt .inrt_txt {}

.index_rt .inrt_txt p {
    font-size: 12px;
    color: #000000;
    font-family: 'Khula';
    text-align: right;
    font-style: italic;
    padding-top: 2.5rem;
    letter-spacing: 0;
}


@media screen and (max-width:1500px) {
    .index:before {
        max-width: 27%;
        min-height: 812px;
    }
}

@media screen and (max-width:1400px) {
    .index {
        padding: 0 0 0 2rem;
        height: 1000px;
    }
}

@media screen and (max-width:1300px) {
    .index_lt:before {
        bottom: -7rem;
    }

    .index_inner .index_rt {
        padding-left: 2rem;
    }

}

@media screen and (max-width:1280px) {
    .index {
        height: auto;
        padding: 0 2rem;
    }

    .index:before {
        max-width: 50%;
        min-height: 760px;
        top: auto;
        bottom: 0;
    }

    .index:after {
        display: none;
    }

    .index .index_inner {
        flex-wrap: wrap;
        justify-content: center;
        padding-top: 9.6rem;
    }

    .index_inner .index_lt {
        width: 55%;
    }

    .index_inner .index_rt {
        width: 66%;
        padding-left: 0;
        margin-top: 11rem;
    }
}

@media screen and (max-width:1080px) {
    .index .index_inner {
    padding-top: 3.6rem;
}
    .index_inner .index_lt {
        width: 65%;
    }

    .index_inner .index_rt {
        width: 78%;
    }
}

@media screen and (max-width:991px) {
    .index:before {
        min-height: 720px;
    }
}

@media screen and (max-width:834px) {
    .index_inner .index_lt {
        width: 85%;
    }

    .index_lt:before {
        right: 0.5rem;
    }

    .index_inner .index_rt {
        width: 95%;
    }
}

@media screen and (max-width:768px) {
    .index {
        padding: 0 2rem 2.3rem;
        background-attachment: inherit;
    }

    .index:before {
        min-height: 630px;
    }

    .index_inner .index_lt {
        width: 90%;
    }

    .index_lt:before {
        right: 0.5rem;
        width: 40%;
        bottom: -3rem;
    }

    .index_inner .index_rt {
        margin-top: 6rem;
    }
}

@media screen and (max-width:650px) {
    .index:before {
        min-height: 550px;
        max-width: 55%;
    }

    .index_lt:before {
        bottom: -1rem;
        min-height: 100px;
    }

    .index_inner .index_rt {
        margin-top: 3rem;
    }

}

@media screen and (max-width:600px) {
    .index:before {
        min-height: 510px;
        max-width: 52%;
    }

    .index_inner .index_lt {
        padding-top: 1.3rem;
    }

    .index_lt .inlt_en {
        font-size: 130px;
    }

    .index_lt .inlt_ch {
        padding-bottom: 4.7rem;
    }
}

@media screen and (max-width:576px) {
    .index:before {
        min-height: 490px;
        max-width: 50%;
    }
}

@media screen and (max-width:540px) {
    .index:before {
        min-height: 470px;
        max-width: 47%;
    }

    .index_inner .index_lt {
        width: 95%;
    }

    .index_lt:before {
        right: 0;
    }

    .index_lt .inlt_en {
        font-size: 110px;
    }

    .index_inner .index_rt {
        width: 100%;
    }
}

@media screen and (max-width:500px) {
    .index:before {
        min-height: 460px;
        max-width: 59%;
    }

    .index_lt:before {
        right: 0;
        width: 37%;
    }
}

@media screen and (max-width:450px) {
    .index:before {
        min-height: 430px;
        max-width: 55%;
    }

    .index_lt .inlt_en {
        font-size: 95px;
    }
}

@media screen and (max-width:414px) {
    .index:before {
        min-height: 370px;
        max-width: 50%;
    }

    .index_lt:before {
        min-height: 60px;
    }

    .index_lt .logo {
        width: 50%;
    }

    .index_lt .inlt_en {
        position: relative;
        left: -5px;
    }

    .index_lt .inlt_ch {
        padding-bottom: 3.7rem;
    }

    .index_rt .inrt_txt p {
        padding-top: 1.5rem;
    }
}

@media screen and (max-width:393px) {
    .index:before {
        min-height: 360px;
    }
    .index_lt .inlt_en {
        font-size: 86px;
    }
    
}

@media screen and (max-width:370px) {
    .index_lt .logo {
        padding-bottom: 2.7rem;
    }

    .index_lt .inlt_en {
        font-size: 80px;
    }

    .index_rt .inrt_txt p {
        letter-spacing: -1px;
    }
}

@media screen and (max-width:360px) {
    .index:before {
        min-height: 345px;
    }

    .index_lt:before {
        min-height: 50px;
    }
}

@media screen and (max-width:340px) {
    .index:before {
        min-height: 330px;
        max-width: 57%;
    }

    .index .index_inner {
        padding-top: 7rem;
    }

    .index_lt .inlt_en {
        font-size: 70px;
    }

    .index_lt .inlt_ch {
        font-size: 16px;
    }
}

@media screen and (max-width:320px) {
    .index {
        padding: 0 1rem 2.3rem;
    }
}

@media screen and (max-width:300px) {
    .index:before {
        min-height: 320px;
    }
}

/*****************************/

/***iabout*********************/

/*iabout1*/
.iabout1 {
    position: relative;
    margin-top: 23rem;
    padding-bottom: 7rem;
}

.iabout1:after {
    content: '';
    background: url(../../images/iab1_deco01.png) bottom right no-repeat;
    background-size: contain;
    width: 560px;
    max-width: 100%;
    min-height: 173px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.iabout1 .iab1 {
    width: 1236px;
    max-width: 100%;
    margin: 0 auto;
    padding-right: 3rem;
    display: flex;
}

.iab1 .iab1_lt {
    width: 45%;
    margin-right: 8.6rem;
}

.iab1 .iab1_rt {
    width: 30%;
    margin-top: 6rem;
}

.iab1_rt .iab1_ch {
    margin-bottom: 3.3rem;
}

.iab1_rt .iab1_ch h3 {
    font-size: 16px;
    line-height: 1.8;
}

.iab1_rt .iab1_en {
    word-break: break-word;
}

.iab1_rt .iab1_en h4 {
    font-size: 14px;
    color: #949494;
    text-align: justify;
    letter-spacing: 1px;
    line-height: 1.6;
}

.iab1_rt .iab1_more {
    margin-top: 8rem;
    text-align: right;
}

.iab1_rt .iab1_more a {}

.iab1_more a img {
    display: inline-block;
    margin-right: 1rem;
    transition: .5s all;
}

.iab1_more a:hover img {
    transform: translateX(10px);
}

.iab1_more a .iab1_txt {
    display: inline-block;
    text-align: left;
}

.iab1_more a .iab1_txt h5 {
    font-size: 18px;
    color: #719daf;
}

.iab1_more a .iab1_txt span {
    font-size: 14px;
    color: #719daf;
    letter-spacing: 1px;
}

@media screen and (max-width:1600px) {
    .iabout1 {
        padding-bottom: 4rem;
    }

    .iabout1:after {
        background-size: contain;
        min-height: 130px;
    }
}

@media screen and (max-width:1500px) {
    .iabout1:after {
        min-height: 100px;
    }
}

@media screen and (max-width:1366px) {
    .iabout1 {
        padding-bottom: 2rem;
        margin-top: 10rem;
    }

    .iabout1:after {
        min-height: 80px;
    }

}

@media screen and (max-width:1200px) {
    .iabout1:after {
        min-height: 60px;
        bottom: 2rem;
    }
}

@media screen and (max-width:991px) {
    .iab1 .iab1_rt {
        width: 40%;
    }

    .iab1_rt .iab1_more {
        margin: 8rem 10rem 0 0;
    }
}

@media screen and (max-width:890px) {
    .iab1 .iab1_lt {
        width: 48%;
        margin-right: 6rem;
    }

    .iab1 .iab1_rt {
        margin-top: 2rem;
    }

    .iab1_rt .iab1_more {
        margin: 8rem 13rem 0 0;
    }
}

@media screen and (max-width:768px) {
    .iabout1 .iab1 {
        flex-wrap: wrap;
        justify-content: center;
        padding-right: 0;
    }

    .iab1 .iab1_lt {
        width: 60%;
        margin-right: 0;
    }

    .iab1 .iab1_rt {
        margin-top: 3rem;
        width: 60%;
    }
}

@media screen and (max-width:650px) {
    .iabout1 {
        margin: 6rem 0 3rem;
    }

    .iab1 .iab1_lt {
        width: 70%;
    }

    .iab1 .iab1_rt {
        width: 70%;
    }
}

@media screen and (max-width:576px) {
    .iab1 .iab1_lt {
        width: 80%;
    }

    .iab1 .iab1_rt {
        width: 80%;
    }

    .iab1_rt .iab1_more {
        margin: 8rem 18rem 0 0;
    }
}

@media screen and (max-width:450px) {
    .iab1 .iab1_lt {
        width: 90%;
    }

    .iab1 .iab1_rt {
        width: 90%;
    }

    .iab1_rt .iab1_more {
        margin: 8rem 0 0 2rem;
        text-align: left;
    }
}

@media screen and (max-width:414px) {
    .iab1 .iab1_lt {
        width: 100%;
        padding: 0 1rem;
    }

    .iab1 .iab1_rt {
        width: 100%;
        padding: 0 1rem;
    }
    .iab1_rt .iab1_en h4{
        text-align: left;
    }

    .iab1_rt .iab1_more {
        margin: 5rem 0 0 2rem;
    }
}

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

@media screen and (max-width:370px) {
    .iabout1 {
        margin: 3rem 0 3rem;
    }

    .iabout1:after {
        min-height: 50px;
    }

    .iab1_rt .iab1_more {
        margin: 5rem 0 0 0rem;
    }

}

@media screen and (max-width:330px) {
    .iabout1 {
        margin: 3rem 0 1rem;
    }
}

@media screen and (max-width:300px) {
    .iabout1:after {
        min-height: 40px;
    }
}

/*iabout2*/
.iabout2 {
    margin: 13rem 0 8rem;
}

.iabout2 .iab2 {
    width: 1400px;
    max-width: 100%;
    margin: 0 auto;
}

.iab2 .iab2_lt {
    width: 100%;
}

.iab2 .iab2_lt ul {
    display: flex;
    flex-wrap: wrap;
}

.iab2 .iab2_lt ul li {
    width: 25%;
    margin-bottom: 5rem;
    text-align: center;
}

.iab2 .iab2_lt a img {
    transition: .5s all;
}

@media (any-hover: hover) {
    .iab2 .iab2_lt a:hover img {
        transform: translateY(-10px);
    }
}

.iab2 .iab2_lt h2 {
    font-size: 20px;
    color: #000000;
    margin: 2rem 0 .8rem;
}

.iab2 .iab2_lt h3 {
    font-size: 16px;
    color: #000000;
    font-family: 'Khula';
    letter-spacing: 1px;
}

.iab2 .iab2_rt {
    width: 50%;
    margin: 4.4rem auto 3rem;
}

.iab2 .iab2_rt img {}

.iab2_rt .iab2_ch {
    margin: -1rem 0 3.4rem 0;
    padding-left: 6.5rem;
}

.iab2_rt .iab2_ch h3 {
    font-size: 16px;
    line-height: 1.7;
}

.iab2_rt .iab2_en {
    padding-left: 6.5rem;
}

.iab2_rt .iab2_en h4 {
    font-size: 14px;
    color: #949494;
    line-height: 1.7;
    font-family: 'Khula';
}


@media screen and (max-width:991px) {
    .iabout2 .iab2 {
        flex-wrap: wrap;
        justify-content: center;
    }

    .iab2 .iab2_lt {
        width: 95%;
        padding-right: 0;
    }

    .iab2 .iab2_rt {
        width: 60%;
        margin: 4.4rem auto 3rem;
    }
}

@media screen and (max-width:834px) {
    .iabout2 {
        margin: 8rem 0 3rem;
    }
}

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

@media screen and (max-width:650px) {
    .iab2 .iab2_lt {
        width: 100%;
        padding: 0 2rem;
    }

    .iab2 .iab2_rt {
        width: 100%;
        padding: 0 2rem;
    }
}

@media screen and (max-width:576px) {
    .iab2 .iab2_lt ul li {
        width: 50%;
    }
}

@media screen and (max-width:450px) {
    .iab2_rt .iab2_ch {
        padding-left: 4.5rem;
    }

    .iab2_rt .iab2_en {
        padding-left: 4.5rem;
    }
}

@media screen and (max-width:414px) {
    .iabout2 {
        margin: 5rem 0 3rem;
    }

    .iab2 .iab2_lt {
        padding: 0 1rem;
    }

    .iab2 .iab2_lt ul li {
        padding: 0 0.5rem;
        margin-bottom: 3rem;
    }

    .iab2 .iab2_lt h2 {
        margin: 1rem 0 0.8rem;
    }

    .iab2 .iab2_rt {
        padding: 0 1rem;
    }

    .iab2_rt .iab2_ch {
        padding-left: 0;
    }

    .iab2_rt .iab2_en {
        padding-left: 0;
    }
}

@media screen and (max-width:360px) {
    .iab2 .iab2_lt ul li {
        margin-bottom: 2rem;
    }
}


/***footer***/
footer {
    background: url(../../images/ftbg.jpg) top left;
    position: relative;
    z-index: 10;
    padding-top: 7rem;
    overflow: hidden;
}

footer .ft_logo {
    text-align: center;
    margin-bottom: 3.5rem;
}

footer .ft_inner {
    width: 1400px;
    max-width: 100%;
    margin: 0 auto 5.7rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}



/*ftlist*/
.ftlist {
    display: inline-block;
    vertical-align: top;
}

.ftlist:nth-of-type(1) {
    width: 63%;
    padding: 0 0 0 2rem;
    vertical-align: top;
}

.ftlist:nth-of-type(2) {
    width: 33%;
    vertical-align: top;
}


.ft_title {
    margin-bottom: 3.9rem;
}

.ft_title h1 {
    font-size: 20px;
    display: inline-block;

}

.ft_title h2 {
    font-size: 20px;
    font-family: 'Khula';
    display: inline-block;
    font-weight: 600;
}


.ftinfo {
    text-align: left;
}

.ftinfo ul {
    padding-top: .5em;
}

.ftinfo ul li {
    line-height: 1.8;
}

.ftinfo ul li span:nth-of-type(1) {
    display: inline-block;
    width: 4%;
    vertical-align: top;
    text-align: left;
}

.ftinfo ul li span:nth-of-type(2) {
    display: inline-block;
    vertical-align: top;
    width: 14%;
}

.ftinfo ul li span:nth-of-type(3) {
    display: inline-block;
    width: 75%;
    line-height: 1.2;
}

.ftinfo ul li span font {
    font-size: 12px;
}

/*ft_link*/
.ft_link {
    margin: 2rem 0 0;
    padding: 0 2rem;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px #719daf solid;

}

.ft_link a {
    transition: .3s ease all;
    display: inline-block;
}

.ft_link a:nth-of-type(1) {
    margin-bottom: 1rem;
}

.ft_link a:hover {
    opacity: .5;
}

/*website*/
.website {
    line-height: 2;
    text-align: center;
}

.website ul {
    border-top: 1px #719daf solid;
    border-bottom: 1px #719daf solid;
    padding: 3.5rem 1.5rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}



.website ul li {
    display: inline-block;
    width: 45%;
    text-align: left;
    line-height: 2.2;
}

.website a {
    color: #719daf;
    display: inline-block;
    font-size: 16px;
}

.website a span {
    font-size: 16px;
    font-family: 'Khula';
    letter-spacing: 1px;
    vertical-align: middle;
    width: auto !important;
}

.website a:hover {
    color: #024579;
}


.ft_bot {
    text-align: center;
    margin: 0 auto;
    background: #719daf;
    padding: 2.8rem 0 2.4rem;
}

.ft_bot .ftbot_inner {
    width: 1400px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

/*share*/
.share {
    color: #fff;
    font-size: 13px;
    display: inline-block;
    width: 24%;
    text-align: left;

}

.share a {
    font-size: 13px;
    display: inline-block;
    margin-right: 1rem;
    vertical-align: middle;
    transition: .5s all;
}

.share a:hover {
    transform: translateY(-5px);
}


/*copyright*/
.copyright {
    color: #fff;
    font-size: 14px;
    top: 0;
    right: 0;
    width: 50%;
    text-align: left;
    font-weight: 500;
}

.copyright a {
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
}

.copyright a:hover {
    color: #dbe6eb;
}


#gotop {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    z-index: 50;
    cursor: pointer;
    display: none;
    transition: .2s linear;
}

#gotop:hover {
    transform: translateY(-5px);
}



#gotop img {
    transition: .3s cubic-bezier(0.25, 1, 0.5, 1);
}

#gotop:hover img {
    transform: translateY(-10px);
}


@media screen and (max-width:1400px) {
    .ftlist:nth-of-type(2) {
        padding: 0 2rem 0 0;
    }

    .ft_bot {
        padding: 2.8rem 2rem 2.4rem;
    }
}

@media screen and (max-width:1340px) {
    .ftlist:nth-of-type(2) {
        width: 37%;
    }
}

@media screen and (max-width:1200px) {
    footer .ft_inner {
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    .ftlist:nth-of-type(1) {
        width: 70%;
        padding: 0;
        margin-bottom: 3rem;
    }

    .ftlist:nth-of-type(2) {
        width: 70%;
        padding: 0;
    }

    .copyright {
        width: 70%;
    }
}

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

    #gotop {
        width: 70px;
    }
}

@media screen and (max-width:991px) {
    .ftlist:nth-of-type(1) {
        width: 80%;
    }

    .ftlist:nth-of-type(2) {
        width: 80%;
    }

    .ft_bot .ftbot_inner {
        justify-content: center;
        flex-wrap: wrap;
        align-items: center;
    }

    .copyright {
        width: 100%;
        text-align: center;
    }

    .share {
        width: 60%;
        text-align: center;
        margin-top: 2rem;
    }

    #gotop {
        width: 80px;
    }
}

@media screen and (max-width:834px) {
    .ftlist:nth-of-type(1) {
        width: 90%;
    }

    .ftlist:nth-of-type(2) {
        width: 90%;
    }
}

@media screen and (max-width: 768px) {
    .ftinfo ul li span:nth-of-type(2) {
        width: 20%;
    }

    .ftinfo ul li span:nth-of-type(3) {
        width: 70%;
    }
}

@media screen and (max-width:650px) {
    .ftinfo ul li span:nth-of-type(2) {
        width: 25%;
    }

    .ftinfo ul li span:nth-of-type(3) {
        width: 65%;
    }
}

@media screen and (max-width: 520px) {
    .ftinfo ul li span:nth-of-type(2) {
        width: 30%;
    }

    .ftinfo ul li span:nth-of-type(3) {
        width: 56%;
    }
}

@media screen and (max-width:450px) {
    .ftlist:nth-of-type(1) {
        width: 95%;
    }

    .ftinfo ul li {
        line-height: 2.5;
    }

    .ftinfo ul li span:nth-of-type(3) {
        width: 60%;
        vertical-align: text-top;
    }

    .ftlist:nth-of-type(2) {
        width: 95%;
    }

    #gotop {
        width: 60px;
    }
}

@media screen and (max-width: 414px) {
    .ft_title {
        margin-bottom: 1.9rem;
    }

    .ftinfo ul li span:nth-of-type(1) {
        width: 6%;
    }

    .ftinfo ul li span:nth-of-type(2) {
        width: 29%;
    }

    .ftinfo ul li span:nth-of-type(3) {
        width: 55%;
    }

    .website ul {
        padding: 2.5rem 1rem;
    }

    .website ul li {
        width: 50%;
    }

    .share {
        width: 100%;
    }
}

@media screen and (max-width:393px) {
    .ftinfo ul li span:nth-of-type(2) {
    width: 27%;
}
    .website ul {
        justify-content: center;
        padding: 2.5rem 0.5rem;
    }

    .website ul li {
        width: 50%;
    }
    .website a {
    font-size: 15px;
}
}

@media screen and (max-width: 380px) {
    .ftinfo ul li span:nth-of-type(2) {
        width: 28%;
    }
}
@media screen and (max-width:370px){
    .website ul li {
    width: 55%;
}
}
@media screen and (max-width: 350px) {
    .ftinfo ul li span:nth-of-type(2) {
    width: 50%;
}

    .ftinfo ul li span:nth-of-type(3) {
        width: 95%;
            padding-left: 2.5rem;
    }

    .website ul li {
        width: 65%;
    }
}

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

/*****************************************************************************/
/***inbanner***/
.inbanner {
    padding: 14.9rem 0 0;
    background: url(../../images/inbn_imgbg.png) bottom right no-repeat;
    margin-bottom: 10.7rem;
}

.inbanner .inbn {
    width: 1660px;
    max-width: 100%;
    margin: 0 0 0 auto;
    display: flex;
    justify-content: space-between;
}

.inbn .inbn_title {
    width: 36%;
    padding: 9.6rem 0 0 1.5rem;
    position: relative;
    z-index: 1;
}

.inbn .inbn_title:before {
    content: '';
    background: url(../../images/inbn_deco02.png) bottom right no-repeat;
    background-size: contain;
    width: 264px;
    max-width: 100%;
    min-height: 144px;
    position: absolute;
    bottom: 9rem;
    right: 0;
    z-index: 1;
}

.inbn_title .title_en {
    padding-bottom: 5.2rem;
}

.inbn_title .title_en h3 {
    font-size: 90px;
    font-family: 'Khula';
    font-weight: 800;
    text-transform: uppercase;
    margin: 0;
    background-image: url(../../images/intitle_bg.jpg);
    background-size: cover;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    letter-spacing: 0;
}

.inbn_title .title_ch {
    position: relative;
    padding: 2.2rem 0 0 2.4rem;
}

.inbn_title .title_ch:before {
    content: '';
    background: rgba(115, 208, 215, .15);
    width: 89px;
    max-width: 100%;
    min-height: 89px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100%;
    z-index: -1;
}

.inbn_title .title_ch h2 {
    font-size: 40px;
    font-weight: bold;
}

.inbn_title .title_deco {
    padding: 3.4rem 0 5.6rem 4rem;
}

.inbn_title .title_deco img {}

.inbn .inbn_img {
    width: 58%;
    text-align: right;
    padding-bottom: 6.9rem;
    position: relative;
}

.inbn .inbn_img p {
    padding: 3.9rem 27rem 0 0;
    font-size: 18px;
    color: #000000;
    font-weight: 400;
}

@media screen and (max-width:1540px) {
    .inbn .inbn_title {
        width: 40%;
    }
}

@media screen and (max-width:1500px) {
    .inbn .inbn_title {
        padding: 5.6rem 0 0 1.5rem;
    }
}

@media screen and (max-width:1400px) {
    .inbanner {
        margin-bottom: 6.7rem;
    }

    .inbn .inbn_title {
        padding: 2.6rem 0 0 1.5rem;
        width: 41%;
    }

    .inbn .inbn_title:before {
        right: -5rem;
    }

}

@media screen and (max-width:1366px) {
    .inbanner .inbn {
        justify-content: flex-end;
        flex-wrap: wrap;
    }

    .inbn .inbn_title {
        padding: 2.6rem 0 0 0;
        width: 95%;
    }

    .inbn_title .title_en {
        padding-bottom: 1.2rem;
    }

    .inbn .inbn_title:before {
        right: auto;
        left: 31rem;
    }

    .inbn .inbn_img {
        width: 95%;
    }
}

@media screen and (max-width:991px) {
    .inbanner {
        background-size: contain;
    }

    .inbn .inbn_title {
        padding: 0;
    }

    .inbn .inbn_title:before {
        bottom: 6rem;
    }

    .inbn_title .title_deco {
        padding: 3.4rem 0 3.6rem 4rem;
    }
}

@media screen and (max-width:834px) {
    .inbn .inbn_img {
        padding-bottom: 4rem;
    }

    .inbn .inbn_img p {
        padding: 0.9rem 2rem 0 0;
    }
}

@media screen and (max-width:650px) {
    .inbanner {
        margin-bottom: 4rem;
    }
}

@media screen and (max-width:600px) {
    .inbn .inbn_title:before {
        left: auto;
        right: 2rem;
    }
}

@media screen and (max-width:576px) {
    .inbanner {
        padding: 10.9rem 0 0;
        background-size: 120%;
    }

    .inbn .inbn_title {
        width: 100%;
        text-align: center;
    }

    .inbn_title .title_en h3 {
        font-size: 80px;
    }

    .inbn .inbn_title:before {
        min-height: 110px;
    }

    .inbn .inbn_img {
        padding-left: 1rem;
        padding-bottom: 3rem;
        width: 100%;
    }

    .inbn .inbn_img p {
        padding: 0.9rem 1rem 0 0;
    }
}

@media screen and (max-width:530px) {
    .inbn .inbn_title:before {
        min-height: 90px;
        right: 1rem;
    }
}

@media screen and (max-width:490px) {
    .inbn_title .title_en h3 {
        font-size: 70px;
    }
}

@media screen and (max-width:450px) {
    .inbanner {
        background-size: 150%;
    }

    .inbn_title .title_deco {
        width: 50%;
    }
}

@media screen and (max-width:430px) {
    .inbn_title .title_en h3 {
        font-size: 60px;
    }
}

@media screen and (max-width:414px) {
    .inbanner {
        padding: 9.9rem 0 0;
        background-size: 160%;
    }

    .inbn .inbn_title:before {
        min-height: 80px;
        right: 5rem;
        bottom: 3rem;
    }

    .inbn_title .title_en {
        padding-bottom: 0;
    }

    .inbn_title .title_deco {
        padding: 3.4rem 0 1.6rem 4rem;
    }
}

@media screen and (max-width:390px) {
    .inbn .inbn_title:before {
        right: 3rem;
    }
}

@media screen and (max-width:370px) {
    .inbanner {
        background-size: 180%;
    }

    .inbn_title .title_en h3 {
        font-size: 50px;
    }

    .inbn_title .title_ch {
        padding: 1.2rem 0 0 1.4rem;
    }

    .inbn_title .title_ch:before {
        max-width: 20%;
        min-height: 70px;
    }

    .inbn_title .title_ch h2 {
        font-size: 35px;
    }

    .inbn_title .title_deco {
        padding: 2.4rem 0 1.6rem 3rem;
    }
}

@media screen and (max-width:330px) {
    .inbanner {
        background-size: 190%;
    }

    .inbn .inbn_title:before {
        min-height: 60px;
    }

    .inbn_title .title_en h3 {
        font-size: 45px;
    }

    .inbn_title .title_ch h2 {
        font-size: 25px;
    }

    .inbn_title .title_ch:before {
        max-width: 17%;
        min-height: 56px;
    }

    .inbn .inbn_img p {
        font-size: 15px;
    }
}

/*****************************************************************************/
/***about***/

.about1 {
    width: 1440px;
    max-width: 100%;
    margin: 0 auto 5rem;
    padding: 0 6rem 0 9rem;
    display: flex;
    justify-content: space-between;
}

.about1 .ab1_lt {
    width: 58%;
}

.about1 .ab1_lt img {}

.about1 .ab1_rt {
    width: 37%;
}

.ab1_rt {}

.ab1_rt .ab1_title {
    padding-bottom: 1.3rem;
}

.ab1_rt .ab1_title img {
    display: inline-block;
    padding-right: 1rem;
    vertical-align: middle;
}

.ab1_rt .ab1_title h4 {
    display: inline-block;
    font-size: 24px;
    color: #719daf;
    font-weight: bold;
    font-family: 'Khula';
    text-transform: uppercase;
    vertical-align: sub;
}

.ab1_rt .ab1_ch {
    padding-bottom: 3.5rem;
}

.ab1_rt .ab1_ch p {
    font-size: 16px;
    line-height: 1.6;
    text-align: justify;
    font-weight: 400;
}

.ab1_rt .ab1_ch p:nth-of-type(1) {
    padding-bottom: 1rem;
}

.ab1_rt .ab1_en {}

.ab1_rt .ab1_en p {
    font-size: 14px;
    color: #949494;
    font-family: 'Khula';
    text-align: justify;
    word-break: break-word;
    letter-spacing: 1px;
}

.ab1_rt .ab1_en p:nth-of-type(1) {
    padding-bottom: 1rem;
}

@media screen and (max-width:1366px) {
    .about1 {
        padding: 0 6rem;
    }
}

@media screen and (max-width:1200px) {
    .about1 {
        padding: 0 2rem;
    }
}

@media screen and (max-width:991px) {
    .about1 {
        flex-wrap: wrap;
        justify-content: center;
    }

    .about1 .ab1_lt {
        width: 80%;
        text-align: center;
    }

    .about1 .ab1_rt {
        width: 75%;
        order: -1;
        margin-bottom: 3rem;
    }
}

@media screen and (max-width:768px) {
    .about1 .ab1_lt {
        width: 90%;
    }

    .about1 .ab1_rt {
        width: 90%;
    }
}

@media screen and (max-width:650px) {
    .about1 .ab1_lt {
        width: 95%;
    }

    .about1 .ab1_rt {
        width: 95%;
    }
}

@media screen and (max-width:576px) {
    .about1 .ab1_lt {
        width: 100%;
    }

    .about1 .ab1_rt {
        width: 100%;
    }
}

@media screen and (max-width:450px) {
    .about1 {
        margin: 0 auto 3rem;
    }
}

@media screen and (max-width:340px) {
    .ab1_rt .ab1_en p {
        text-align: left;
    }
}

/*about2*/
.about2 {
    width: 1400px;
    max-width: 100%;
    margin: 10rem auto 9.8rem;
    display: flex;
    align-items: flex-start;
    position: relative;
}

.about2 .ab2_lt {
    background: url(../../images/ab2_bg.png) top left;
    width: 930px;
    max-width: 100%;
    padding: 7.2rem 12rem;
    border-radius: 100px;
    display: flex;
    align-items: center;
}

.ab2_lt .ab2lt_img {
    padding-right: 7.2rem;
    position: relative;
    margin-right: 2.8rem;
}

.ab2_lt .ab2lt_img:before {
    content: '';
    background: rgba(113, 157, 175, .5);
    width: 37px;
    height: 150px;
    position: absolute;
    top: -4.5rem;
    right: 0;
}

.ab2_lt .ab2lt_inner {}

.ab2_lt .ab2lt_inner ul {}

.ab2_lt .ab2lt_inner ul li {}

.ab2_lt .ab2lt_inner ul li:nth-of-type(1) {
    margin-bottom: 2rem;
}

.ab2_lt .ab2lt_inner ul li img {
    display: inline-block;
    padding-right: 1.5rem;
}

.ab2lt_inner .ab21lt_txt {
    display: inline-block;
}

.ab2lt_inner .ab21lt_txt p {
    font-size: 22px;
    font-weight: 500;
}

.ab2lt_inner .ab21lt_txt span {
    font-size: 16px;
    font-family: 'Khula';
    letter-spacing: 1px;
}

.about2 .ab2_rt {
    position: relative;
    top: 3rem;
    right: 7.5rem;
}

@media screen and (max-width:1340px) {
    .about2 .ab2_lt {
        padding: 7.2rem 8rem;
    }
}

@media screen and (max-width:1210px) {
    .about2 .ab2_lt {
        padding: 7.2rem 4rem;
    }

    .about2 .ab2_rt {
        top: 6rem;
        right: 5rem;
    }
}

@media screen and (max-width:1090px) {
    .about2 .ab2_lt {
        padding: 5.2rem 2rem;
        border-radius: 70px;
    }
}

@media screen and (max-width:1040px) {
    .about2 .ab2_lt {
        width: 95%;
    }
}

@media screen and (max-width:991px) {
    .about2 {
        flex-wrap: wrap;
        justify-content: center;
        margin: 7rem auto 10.8rem;
    }

    .about2 .ab2_lt {
        padding: 5.2rem 5rem;
    }

    .about2 .ab2_rt {
        top: 16rem;
        right: 1rem;
        position: absolute;
        width: 20%;
    }
}

@media screen and (max-width:834px) {
    .about2 .ab2_lt {
        padding: 5.2rem 2rem;
    }
}

@media screen and (max-width:768px) {
    .about2 .ab2_rt {
        top: 20rem;
    }
}

@media screen and (max-width:730px) {
    .ab2_lt .ab2lt_inner ul li img {
        padding-right: 0.5rem;
        width: 12%;
        vertical-align: super;
    }
}

@media screen and (max-width:680px) {
    .ab2_lt .ab2lt_img {
        width: 43%;
    }
}

@media screen and (max-width:600px) {
    .about2 {
        margin: 5rem auto 4.8rem;
    }

    .about2 .ab2_lt {
        flex-wrap: wrap;
        padding: 3.2rem 2rem;
    }

    .ab2_lt .ab2lt_img {
        width: 100%;
        padding-right: 0;
        margin: 0 0 2rem 0;
    }

    .ab2_lt .ab2lt_img:before {
        display: none;
    }

    .about2 .ab2_rt {
        width: 25%;
    }
}

@media screen and (max-width:450px) {
    .about2 {
        margin: 3rem auto 3.8rem;
        padding: 0 2rem;
        overflow-x: hidden;
    }

    .about2 .ab2_lt {
        border-radius: 40px;
        width: 100%;
        padding: 3.2rem 2rem 7rem;
    }

    .about2 .ab2_rt {
        top: auto;
        bottom: 0;
    }
}

@media screen and (max-width:360px) {
    .ab2_lt .ab2lt_inner ul li img {
        width: 10%;
    }

    .ab2lt_inner .ab21lt_txt p {
        font-size: 18px;
    }

    .ab2lt_inner .ab21lt_txt span {
        font-size: 14px;
    }
}

@media screen and (max-width:320px) {
    .ab2lt_inner .ab21lt_txt p {
        font-size: 16px;
    }

    .ab2lt_inner .ab21lt_txt span {
        font-size: 12px;
    }
}

/*about3*/
.about3 {
    width: 1400px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    padding-bottom: 5rem;
}

.about3 .ab3_lt {
    width: 41%;
    padding: 0 5rem;
}

.ab3_lt .ab3lt_ch {
    padding-bottom: 2rem;
}

.ab3_lt .ab3lt_ch p {
    font-size: 16px;
    text-align: justify;
    line-height: 1.5;
    padding-bottom: 2rem;

}

.ab3_lt .ab3lt_en {}

.ab3_lt .ab3lt_en p {
    font-size: 14px;
    color: #949494;
    letter-spacing: 0px;
    word-break: break-word;
    text-align: justify;
    line-height: 1.5;
}

.about3 .ab3_rt {
    width: 58%;
}

.about3 .ab3_rt img {}

.ab3_rt .ab3rt_txt {
    padding-top: 3.4rem;
}

.ab3_rt .ab3rt_txt p {
    font-size: 36px;
    color: #719daf;
    font-weight: bold;
    font-family: 'Khula';
    display: inline-block;
    padding-right: 1rem;
}

.ab3_rt .ab3rt_txt img {
    display: inline-block;
}

.ab3_rt .ab3rt_txt span {
    font-size: 16px;
    color: #719daf;
    font-family: 'Khula';
    display: inline-block;
    vertical-align: super;
    padding-left: 1.2rem;
}

@media screen and (max-width:991px) {
    .about3 {
        flex-wrap: wrap;
        justify-content: center;
    }

    .about3 .ab3_lt {
        width: 80%;
        padding: 0 2rem;
        margin-bottom: 3rem;
    }

    .about3 .ab3_rt {
        width: 80%;
    }
}

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

@media screen and (max-width:768px) {
    .about3 {
        padding: 0 2rem;
    }

    .about3 .ab3_lt {
        width: 90%;
        padding: 0;
    }

    .about3 .ab3_rt {
        width: 90%;
    }
}

@media screen and (max-width:576px) {
    .about3 .ab3_lt {
        width: 100%;
    }

    .about3 .ab3_rt {
        width: 100%;
    }

    .ab3_rt .ab3rt_txt {
        padding: 1rem 0 2rem;
    }
}

@media screen and (max-width:450px) {
    .ab3_rt .ab3rt_txt p {
        font-size: 25px;
        padding-right: 0.5rem;
        vertical-align: super;
    }

    .ab3_rt .ab3rt_txt span {
        font-size: 13px;
        padding-left: 1rem;

    }
}

@media screen and (max-width:414px) {
    .ab3_rt .ab3rt_txt p {
        vertical-align: super;
    }

    .ab3_rt .ab3rt_txt img {
        vertical-align: super;
    }

    .ab3_rt .ab3rt_txt span {
        padding-left: 0rem;
    }
}

/*****************************************************************************/
/***philosophy***/

/*philosophy1*/
.philosophy1 {}

.philosophy1 .phi1 {
    width: 1166px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.phi1 .phi1_lt {
    width: 40%;
}

.phi1_lt .phi1_title {
    margin-bottom: 3rem;
}

.phi1_lt .phi1_title img {
    display: inline-block;
    padding-right: 1rem;
    vertical-align: middle;
}

.phi1_lt .phi1_title h4 {
    display: inline-block;
    font-size: 24px;
    color: #719daf;
    font-weight: bold;
    font-family: 'Khula';
    text-transform: uppercase;
    vertical-align: sub;
}

.phi1_lt .phi1_ch {
    margin-bottom: 4rem;
}

.phi1_lt .phi1_ch p {
    font-size: 16px;
    line-height: 1.6;
    text-align: justify;
    font-weight: 400;
}

.phi1_lt .phi1_ch p:nth-of-type(1) {
    padding-bottom: 1rem;
}

.phi1_lt .phi1_en {}

.phi1_lt .phi1_en p {
    font-size: 14px;
    color: #949494;
    font-family: 'Khula';
    text-align: justify;
    word-break: break-word;
    letter-spacing: 0px;
}

.phi1 .phi1_en p:nth-of-type(1) {
    padding-bottom: 1rem;
}

.phi1 .phi1_rt {
    width: 50%;
    padding-top: 3rem;
}

@media screen and (max-width:1160px) {
    .philosophy1 .phi1 {
        padding: 0 2rem;
    }
}

@media screen and (max-width:991px) {
    .phi1 .phi1_lt {
        width: 46%;
    }
}

@media screen and (max-width:834px) {
    .philosophy1 .phi1 {
        flex-wrap: wrap;
        justify-content: center;
    }

    .phi1 .phi1_lt {
        width: 80%;
    }

    .phi1 .phi1_rt {
        width: 80%;
        text-align: center;
        padding-top: 5rem;
    }
}

@media screen and (max-width:768px) {
    .phi1 .phi1_lt {
        width: 100%;
    }

    .phi1_lt .phi1_title {
        margin-bottom: 1.3rem;
    }

    .phi1 .phi1_rt {
        width: 100%;
    }
}

@media screen and (max-width:350px) {
    .phi1_lt .phi1_title h4 {
        font-size: 22px;
    }
}

@media screen and (max-width:330px) {
    .phi1_lt .phi1_title h4 {
        font-size: 20px;
    }
}

@media screen and (max-width:320px) {
    .phi1_lt .phi1_title h4 {
        font-size: 18px;
    }
}

/*philosophy2*/
.philosophy2 {
    margin: 10rem 0;
}

.philosophy2 .phi2 {
    width: 1166px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.phi2 .phi2_lt {
    width: 50%;
}

.phi2 .phi2_rt {
    width: 43%;
    padding-top: 2rem;
}

.phi2_rt .phi2_title {
    margin-bottom: 3rem;
}

.phi2_rt .phi2_title img {
    display: inline-block;
    padding-right: 1.8rem;
    vertical-align: inherit;
}

.phi2_rt .phi2_title h4 {
    display: inline-block;
    font-size: 24px;
    color: #73d0d7;
    font-weight: bold;
    line-height: 1.2;
}

.phi2_rt .phi2_ch {
    padding-bottom: 3rem;
}

.phi2_rt .phi2_ch p {
    font-size: 16px;
    padding-bottom: 1rem;
    text-align: justify;
}

.phi2_rt .phi2_en {}

.phi2_rt .phi2_en p {
    font-size: 14px;
    color: #949494;
    font-family: 'Khula';
    padding-bottom: 1rem;
    text-align: justify;
    word-break: break-word;
    letter-spacing: 0;
}

@media screen and (max-width:1160px) {
    .philosophy2 .phi2 {
        padding: 0 2rem;
    }
}

@media screen and (max-width:1030px) {
    .phi2 .phi2_rt {
        width: 48%;
    }
}

@media screen and (max-width:834px) {
    .philosophy2 .phi2 {
        flex-wrap: wrap;
        justify-content: center;
    }

    .phi2 .phi2_lt {
        width: 80%;
        text-align: center;
    }

    .phi2 .phi2_rt {
        width: 80%;
        order: -1;
    }
}

@media screen and (max-width:768px) {
    .philosophy2 {
        margin: 6rem 0;
    }

    .phi2 .phi2_lt {
        width: 100%;
    }

    .phi2 .phi2_rt {
        width: 100%;
    }
}

@media screen and (max-width:450px) {
    .phi2_rt .phi2_title img {
        width: 11%;
        padding-right: 0;
    }
}

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

@media screen and (max-width:390px) {
    .phi2_rt .phi2_title h4 {
    font-size: 21px;
}
}

@media screen and (max-width:384px) {
    .philosophy2 {
        margin: 3rem 0;
    }

    .phi2_rt .phi2_title {
        margin-bottom: 2rem;
    }

    .phi2_rt .phi2_title h4 {
        font-size: 20px;
    }
}

@media screen and (max-width:340px) {
    .phi2_rt .phi2_title h4 {
        font-size: 16px;
    }
}

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

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

/*****************************************************************************/
/***quality***/

.quality1 {}

.quality1 .qlty1 {
    width: 1400px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 7.2rem 0 11.8rem;
    display: flex;
    justify-content: space-between;
}

.qlty1 .qlty1_lt {
    width: 40%;
    padding-top: 2.7rem;
}

.qlty1_lt .qlty1_title {
    margin-bottom: 1.5rem;
}

.qlty1_lt .qlty1_title img {
    display: inline-block;
    padding-right: 1rem;
    vertical-align: middle;
}

.qlty1_lt .qlty1_title h4 {
    display: inline-block;
    font-size: 24px;
    color: #719daf;
    font-weight: bold;
    font-family: 'Khula';
    text-transform: uppercase;
    vertical-align: sub;
}

.qlty1_lt .qlty1_ch {
    margin-bottom: 2rem;
}

.qlty1_lt .qlty1_ch p {
    font-size: 16px;
    line-height: 1.6;
    text-align: justify;
    font-weight: 400;
}

.qlty1_lt .qlty1_en {}

.qlty1_lt .qlty1_en p {
    font-size: 14px;
    color: #949494;
    font-family: 'Khula';
    text-align: justify;
    word-break: break-word;
    letter-spacing: 1px;
}

.qlty1 .qlty1_rt {
    width: 57%;
}

.qlty1 .qlty1_rt img {}

@media screen and (max-width:1160px) {
    .quality1 .qlty1 {
        padding: 0 2rem;
    }
}

@media screen and (max-width:991px) {
    .qlty1 .qlty1_lt {
        width: 42%;
    }
}

@media screen and (max-width:834px) {
    .quality1 .qlty1 {
        flex-wrap: wrap;
        justify-content: center;
    }

    .qlty1 .qlty1_lt {
        width: 80%;
        padding-top: 0;
        margin-bottom: 3rem;
    }

    .qlty1 .qlty1_rt {
        width: 80%;
        text-align: center;
    }
}

@media screen and (max-width:768px) {
    .qlty1 .qlty1_lt {
        width: 100%;
    }

    .qlty1 .qlty1_rt {
        width: 100%;
    }
}

@media screen and (max-width:414px) {
    .qlty1_lt .qlty1_title h4 {
        font-size: 20px;
    }
}

@media screen and (max-width:384px) {
    .qlty1 .qlty1_lt {
        margin-bottom: 1rem;
    }

    .qlty1_lt .qlty1_title h4 {
        font-size: 16px;
    }
}

@media screen and (max-width:330px) {
    .qlty1_lt .qlty1_title h4 {
        font-size: 14px;
    }
}

@media screen and (max-width:300px) {
    .qlty1_lt .qlty1_title h4 {
        font-size: 13px;
    }
}

/*quality2*/
.quality2 {
    padding: 10rem 0 4.5rem;
}

.quality2 .qlty2 {
    width: 1400px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 4rem 0 5.4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.qlty2 .qlty2_lt {
    width: 60%;
}

.qlty2_lt img {}

.qlty2 .qlty2_rt {
    width: 36%;
}

.qlty2_rt .qlty2_ch {
    margin-bottom: 4rem;
}

.qlty2_rt .qlty2_ch p {
    font-size: 16px;
    text-align: justify;
}

.qlty2_rt .qlty2_en {}

.qlty2_rt .qlty2_en p {
    font-size: 14px;
    color: #949494;
    font-family: 'Khula';
    text-align: justify;
    word-break: break-word;
    letter-spacing: 0;
}

@media screen and (max-width:1180px) {
    .quality2 .qlty2 {
        padding: 0 2rem;
    }
}

@media screen and (max-width:991px) {
    .qlty2 .qlty2_lt {
        width: 63%;
    }

    .qlty2 .qlty2_rt {
        width: 35%;
    }
}

@media screen and (max-width:834px) {
    .quality2 {
        padding: 5rem 0 4.5rem;
    }

    .quality2 .qlty2 {
        flex-wrap: wrap;
        justify-content: center;
    }

    .qlty2 .qlty2_lt {
        width: 80%;
    }

    .qlty2 .qlty2_rt {
        width: 80%;
        order: -1;
        margin-bottom: 3rem;
    }
}

@media screen and (max-width:768px) {
    .qlty2 .qlty2_lt {
        width: 100%;
    }

    .qlty2 .qlty2_rt {
        width: 100%;
    }
}

@media screen and (max-width:414px) {
    .quality2 {
        padding: 3rem 0 4.5rem;
    }
}

/*quality3*/
.quality3 {
    padding: 5rem 0 10rem;
}

.quality3 .qlty3 {
    width: 1400px;
    max-width: 100%;
    margin: 0 auto;
}

.qlty3 .qlty3_title {
    padding: 0 0 7.2rem 5.4rem;
}

.qlty3 .qlty3_title img {
    display: inline-block;
    margin-right: 4rem;
    vertical-align: bottom;
}

.qlty3_title .qlty3_txt {
    display: inline-block;
    margin-right: 4rem;
}

.qlty3_title .qlty3_txt h3 {
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 1.5rem;
}

.qlty3_title .qlty3_txt h4 {
    font-size: 24px;
    font-weight: bold;
    font-family: 'Khula';
}

.qlty3_title .qlty3_lin {
    background: url(../../images/qlty3_deco02.png) top left;
    width: 741px;
    max-width: 100%;
    min-height: 18px;
    display: inline-block;
    vertical-align: bottom;
}

.qlty3 .qlty3_inner {
    width: 1166px;
    max-width: 100%;
    margin: 0 auto;
}

.qlty3 .qlty3_inner ul {
    display: flex;
}

.qlty3 .qlty3_inner ul li {
    border: 1px #73d0d7 solid;
    margin: 0 2.5rem;
    width: 30%;
}

.qlty3_inner .ssp_top {
    background: #73d0d7;
    display: flex;
}

.ssp_top .ssp_number {
    line-height: .8;
    margin: 0 3rem 0 1.5rem;
}

.ssp_top .ssp_number p {
    font-size: 150px;
    color: #fff;
    font-family: 'Khula';
    font-weight: 800;
    position: relative;
    bottom: -3.1rem;
}

.ssp_top .ssp_txt {
    padding-top: 3rem;
}

.ssp_top .ssp_txt h3 {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 1rem;
}

.ssp_top .ssp_txt h4 {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
}

.qlty3_inner .ssp_bot {
    padding: 3.7rem 2.7rem 3rem 2.7rem;
}

.ssp_bot .ssp_ch {
    margin-bottom: 2.9rem;
}

.ssp_bot .ssp_ch p {
    font-size: 16px;
    font-weight: 400;
}

.ssp_bot .ssp_en {
    padding-right: 2rem;
}

.ssp_bot .ssp_en p {
    font-size: 14px;
    font-family: 'Khula';
    font-weight: 400;
    letter-spacing: 1px;
}

@media screen and (max-width:1340px) {
    .qlty3 .qlty3_title {
        padding: 0 0 7.2rem 2rem;
    }

    .qlty3_title .qlty3_lin {
        max-width: 50%;
    }
}

@media screen and (max-width:1120px) {
    .qlty3_title .qlty3_lin {
        max-width: 40%;
    }
}

@media screen and (max-width:991px) {
    .ssp_top .ssp_number {
        margin: 0 1rem 0 1.5rem;
    }
}

@media screen and (max-width:940px) {
    .qlty3_title .qlty3_lin {
        max-width: 25%;
    }
}

@media screen and (max-width:890px) {
    .qlty3 .qlty3_inner ul li {
        margin: 0 1rem;
    }
}

@media screen and (max-width:834px) {
    .qlty3 .qlty3_inner ul li {
        width: 32%;
    }
}

@media screen and (max-width:768px) {
    .quality3 {
        padding: 5rem 0 3rem;
    }

    .qlty3 .qlty3_inner ul {
        flex-wrap: wrap;
        justify-content: center;
    }

    .qlty3 .qlty3_inner ul li {
        width: 65%;
        margin: 0 0 3rem 0;
    }
}

@media screen and (max-width:650px) {
    .qlty3_title .qlty3_lin {
        display: none;
    }
}

@media screen and (max-width:576px) {
    .qlty3 .qlty3_inner ul li {
        width: 80%;
    }
}

@media screen and (max-width:560px) {
    .qlty3 .qlty3_title img {
        margin-right: 2rem;
        width: 15%;
        min-height: 66px;
    }
}

@media screen and (max-width:470px) {
    .qlty3 .qlty3_title {
        padding: 0 0 4.2rem 2rem;
    }

    .qlty3 .qlty3_title img {
        width: 11%;
        min-height: 60px;
        vertical-align: inherit;
    }
}

@media screen and (max-width:450px) {
    .quality3 {
        padding: 2rem 0 3rem;
    }

    .qlty3 .qlty3_title {
        padding: 0 0 4.2rem 2rem;
    }

    .qlty3 .qlty3_title img {
        margin-right: 1rem;
        width: 16%;
        vertical-align: super;
    }

    .qlty3_title .qlty3_txt {
        margin-right: 0;
    }

    .qlty3 .qlty3_inner ul li {
        width: 90%;
    }
}

@media screen and (max-width:414px) {
    .qlty3 .qlty3_title {
        padding: 0 2rem 4.2rem 2rem;
    }

    .qlty3 .qlty3_title img {
        width: 10%;
        min-height: 40px;
    }

    .qlty3_title .qlty3_txt h3 {
        font-size: 25px;
    }

    .qlty3_title .qlty3_txt h4 {
        font-size: 20px;
    }
}

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

@media screen and (max-width:370px) {
    .qlty3 .qlty3_title img {
        width: 10%;
        min-height: 40px;
    }
}

@media screen and (max-width:360px) {
    .qlty3 .qlty3_title {
        padding: 0 2rem 2.2rem 2rem;
    }

    .qlty3_title .qlty3_txt h3 {
        font-size: 20px;
    }

    .qlty3_title .qlty3_txt h4 {
        font-size: 16px;
    }
}

@media screen and (max-width:340px) {
    .qlty3_inner .ssp_bot {
        padding: 3.7rem 1.7rem 3rem 1.7rem;
    }
}

@media screen and (max-width:310px) {
    .qlty3 .qlty3_title {
        padding: 0 1rem 2.2rem 1rem;
    }

    .qlty3 .qlty3_inner ul li {
        width: 95%;
    }
}

/*****************************************************************************/
/***location***/
.location {
    padding-bottom: 10rem;
}

.location .loc_title {
    width: 1166px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding: 0 0 6rem .7rem;
}

.location .loc_title img {
    padding-right: 1.4rem;
}

.location .loc_title h2 {
    font-size: 20px;
    color: #719daf;
    padding-right: .9rem;
}

.location .loc_title h3 {
    font-size: 20px;
    color: #719daf;
    font-family: 'Khula';
    padding: .5rem 3.5rem 0 0;
}

.loc_title .loc_lin {
    background: url(../../images/loc_deco01.png) top left;
    width: 56%;
    min-height: 17px;
}

.location .loc_inner {
    width: 1166px;
    max-width: 100%;
    margin: 0 auto 5rem;
    display: flex;
}

.location .loc_inner ul:nth-of-type(1) {
    width: 67%;
}

.location .loc_inner ul:nth-of-type(2) {
    width: 20%;
}

.location .loc_inner ul li {}

.location .loc_inner ul li span {
    display: inline-block;
}

.location .loc_inner ul li span:nth-of-type(1) {
    vertical-align: top;
}

.location .loc_inner ul li span:nth-of-type(2) {
    width: 17%;
    vertical-align: top;
}

.location .loc_inner ul li span:nth-of-type(3) {}

.location .loc_inner ul li span font {
    font-size: 12px;
    letter-spacing: 1px;
}

.location .loc_inner ul:nth-of-type(2) li span:nth-of-type(2) {
    width: 47%;
}

/*map*/
.map {
    position: relative;
    width: 1164px;
    max-width: 100%;
    min-height: 690px;
    margin: 0 auto;
}

.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width:1160px) {
    .location {
        padding: 0 2rem 10rem;
    }

    .loc_title .loc_lin {
        width: 50%;
    }
}

@media screen and (max-width:1070px) {
    .location .loc_inner ul:nth-of-type(1) {
        width: 75%;
    }

    .location .loc_inner ul li span:nth-of-type(2) {
        width: 19%;
    }

    .location .loc_inner ul:nth-of-type(2) {
        width: 25%;
    }
}

@media screen and (max-width:991px) {
    .location .loc_title h3 {
        padding: 0.5rem 1.5rem 0 0;
    }

    .loc_title .loc_lin {
        width: 40%;
    }
}

@media screen and (max-width:940px) {
    .location .loc_inner {
        flex-wrap: wrap;
    }

    .location .loc_inner ul:nth-of-type(1) {
        width: 90%;
    }

    .location .loc_inner ul:nth-of-type(2) {
        width: 36%;
    }
}

@media screen and (max-width:840px) {
    .loc_title .loc_lin {
        width: 30%;
    }
}

@media screen and (max-width:790px) {
    .location .loc_inner ul:nth-of-type(1) {
        width: 100%;
    }

    .location .loc_inner ul:nnth-of-type(2) {
        width: 40%;
    }
}

@media screen and (max-width:720px) {
    .location {
        padding: 0 2rem 5rem;
    }

    .location .loc_inner ul li span:nth-of-type(1) {
        width: 4%;
    }

    .location .loc_inner ul li span:nth-of-type(2) {
        width: 18%;
    }

    .location .loc_inner ul li span:nth-of-type(3) {
        width: 70%;
    }

    .location .loc_inner ul:nth-of-type(2) li span:nth-of-type(2) {
        width: 56%;
    }

    .location .loc_inner ul:nth-of-type(2) li span:nth-of-type(3) {
        width: 30%;
    }

    .loc_title .loc_lin {
        width: 20%;
    }
}

@media screen and (max-width:650px) {
    .location .loc_title h3 {
        padding: 0;
    }

    .loc_title .loc_lin {
        display: none;
    }

    .location .loc_inner ul li span:nth-of-type(2) {
        width: 23%;
    }

    .location .loc_inner ul:nth-of-type(2) {
        width: 100%;
    }

    .location .loc_inner ul:nth-of-type(2) li span:nth-of-type(2) {
        width: 23%;
    }

    .map {
        min-height: 520px;
    }
}

@media screen and (max-width:550px) {
    .location .loc_title {
        padding: 0 0 3rem 0;
    }

    .location .loc_inner ul li span:nth-of-type(2) {
        width: 26%;
    }

    .location .loc_inner ul li span:nth-of-type(3) {
        width: 60%;
    }

    .location .loc_inner ul:nth-of-type(2) li span:nth-of-type(2) {
        width: 26%;
    }
}

@media screen and (max-width:500px) {
    .location .loc_title {
        flex-wrap: wrap;
    }

    .location .loc_title img {
        padding-right: 21rem;
    }

    .location .loc_title h3 {
        padding: 2rem 0 0 0;
    }

    .location .loc_inner ul li span:nth-of-type(2) {
        width: 29%;
    }

    .location .loc_inner ul:nth-of-type(2) li span:nth-of-type(2) {
        width: 29%;
    }

    .map {
        min-height: 400px;
    }
}

@media screen and (max-width:450px) {
    .location .loc_inner ul li span:nth-of-type(2) {
        width: 33%;
    }

    .location .loc_inner ul:nth-of-type(2) li span:nth-of-type(2) {
        width: 33%;
    }
}

@media screen and (max-width:414px) {
    .location .loc_title img {
        padding-right: 13rem;
    }

    .location .loc_title h3 {
        padding: 1rem 0 0 0;
    }

    .location .loc_inner ul li span:nth-of-type(1) {
        width: 7%;
    }

    .location .loc_inner ul li span:nth-of-type(2) {
        width: 36%;
    }

    .location .loc_inner ul li span:nth-of-type(3) {
        width: 50%;
    word-break: break-all;
    }

    .location .loc_inner ul:nth-of-type(2) li span:nth-of-type(2) {
        width: 36%;
    }
}

@media screen and (max-width:390px) {
    .location .loc_title img {
        padding-right: 10rem;
    }

    .location .loc_title h2 {
        padding: 1.5rem 1rem 0 0;
    }

    .location .loc_title h3 {
        padding: 1.8rem 0 0 0;
    }

    .location .loc_inner ul li span:nth-of-type(1) {
        width: 8%;
    }
}

@media screen and (max-width:360px) {
    .location .loc_title img {
        padding-right: 7rem;
    }
    .location .loc_inner ul li span:nth-of-type(2) {
    width: 38%;
}
.location .loc_inner ul:nth-of-type(2) li span:nth-of-type(2) {
    width: 38%;
}

    .map {
        min-height: 300px;
    }
}
@media screen and (max-width:350px){
    .location .loc_inner ul li span:nth-of-type(2) {
    width: 80%;
}
.location .loc_inner ul li span:nth-of-type(3) {
    width: 100%;
    padding-left: 3rem;
}
.location .loc_inner ul:nth-of-type(2) li span:nth-of-type(2) {
    width: 80%;
}
.location .loc_inner ul:nth-of-type(2) li span:nth-of-type(3) {
    width: 80%;
    padding-left: 3rem;
}
}
@media screen and (max-width:330px) {
    .location .loc_title h2 {
        font-size: 17px;
    }

    .location .loc_title h3 {
        font-size: 17px;
    }

    .location .loc_inner ul li span:nth-of-type(1) {
        width: 9%;
    }
}

/*****************************************************************************/
/***products***/

.products {
    width: 1400px;
    max-width: 100%;
    margin: 0 auto;
}

.products .probt {
    padding-bottom: 9rem;
}

.products .probt ul {
    display: flex;
	flex-wrap: wrap;
}

.products .probt ul li {
    width: 25%;
    padding: 0 1.6rem 5rem 1.6rem;
}

.probt a {}

a .probt_inner {
    border: 1px #73d0d7 solid;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    position: relative;
}

a .probt_inner .probt_ch {
    padding: 3.7rem 0 1rem;
    text-align: center;
    background: #73d0d7;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

a .probt_inner .probt_ch h2 {
    font-size: 24px;
    color: #000000;
    font-weight: 400;
}

a .probt_inner .probt_en {
    padding: 1.2rem 0;
    text-align: center;
}

a .probt_inner .probt_en h3 {
    font-size: 16px;
    color: #000000;
    font-family: 'Khula';
    letter-spacing: 0;
    transition: .5s all;
}

a .probt_inner .probt_deco {
    position: absolute;
    top: -3.5rem;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    background: #fff;
    border-radius: 100%;
    width: 58px;
    max-width: 100%;
    min-height: 58px;
}

a .probt_inner .probt_deco img {
    padding-top: 1rem;
    transition: .5s all;
}

@media (any-hover: hover) {
    a:hover .probt_inner .probt_en h3 {
        color: #73d0d7;
    }

    a:hover .probt_inner .probt_deco img {
        transform: translateY(-6px);
    }
}

/*pro_inner*/
.products .pro_inner {
    padding: 5rem 0 10rem;
}

.pro_inner .pro_set {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 9rem;
}

.pro_set .pro_lt {
    width: 49%;
    position: relative;
}

.pro_set .pro_lt:before {
    content: '';
    background: rgba(115, 208, 215, .5);
    width: 120px;
    max-width: 100%;
    min-height: 120px;
    border-radius: 100%;
    position: absolute;
    top: -5rem;
    right: 3rem;
}

.pro_set .pro_lt:after {
    content: '';
    width: 120px;
    max-width: 100%;
    min-height: 120px;
    border-radius: 100%;
    border: 1px rgba(115, 208, 215, .5) solid;
    position: absolute;
    bottom: -5rem;
    left: -5rem;
    z-index: -1;
}

.pro_set .pro_lt img {
    border: 10px #fff solid;
    -webkit-filter: drop-shadow(2px 2px 7px rgba(128, 135, 138, 0.5));
    filter: drop-shadow(2px 2px 7px rgba(128, 135, 138, 0.5));
}

.pro_set .pro_rt {
    width: 49%;
}

.pro_rt .pro_title {
    padding: 0 0 2.7rem 2.8rem;
}

.pro_rt .pro_title h2 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 1.8rem;
}

.pro_rt .pro_title h2 span {
    font-size: 30px;
}

.pro_rt .pro_title h3 {
    font-size: 30px;
    color: #719daf;
    font-weight: bold;
}

.pro_rt .pro_ps {}

.pro_ps .props_title {
    display: flex;
    justify-content: space-between;
    padding: 1rem 1.3rem 1rem 3rem;
    background: #719daf;
}

.pro_ps .props_title h4 {
    font-size: 18px;
    color: #ffffff;
}

.pro_ps .props_title h4 span {
    font-family: 'Khula';
}

.pro_ps .props_title p {
    font-size: 16px;
    color: #ffffff;
    font-family: 'Khula';
}

.pro_rt .props_inner {
    padding: 2.6rem 1.9rem 2.6rem 3rem;
}

.pro_rt .props_inner ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;

}

.pro_rt .props_inner ul li {
    width: 33%;
    font-size: 18px;
    font-family: 'Khula';
    font-weight: 400;
    line-height: 2;
}

.pro_rt .props_inner ul li span {
    font-size: 14px;
    font-family: 'Noto Sans TC';
    letter-spacing: .5px;
}

.pro_rt .pro_pd {}

.pro_pd .propd_title {
    display: flex;
    justify-content: space-between;
    padding: 1rem 1.3rem 1rem 3rem;
    background: #719daf;
}

.pro_pd .propd_title h4 {
    font-size: 18px;
    color: #ffffff;
}
.pro_pd .propd_title h4 span {
    font-family: 'Khula';
}
.pro_pd .propd_inner {
    padding: 2.4rem 1.9rem 3rem 3rem;
}

.pro_pd .propd_inner p:nth-of-type(1) {
    font-size: 16px;
    text-align: justify;
    margin-bottom: 3.4rem;
    font-weight: 400;
}

.pro_pd .propd_inner p:nth-of-type(2) {
    font-size: 14px;
    color: #949494;
    text-align: justify;
    word-break: break-word;
    letter-spacing: 0;
}

.pro_rt .pro_more {
    text-align: right;
    padding-right: 1.9rem;
}

.pro_rt .pro_more a {}

.pro_more a .prome_img {
    display: inline-block;
    vertical-align: middle;
    padding-right: 1rem;
}

.pro_more a .prome_img img {
    transition: .5s all;
}

.pro_more a:hover .prome_img img {
    transform: translateX(5px);
}

.pro_more a .prome_txt {
    display: inline-block;
    vertical-align: middle;
    padding-bottom: .7rem;
    position: relative;
}

.pro_more a .prome_txt:before {
    content: '';
    background: #719daf;
    width: 0;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: .5s all;
}

.pro_more a:hover .prome_txt:before {
    width: 100%;
}

.pro_more a .prome_txt p {
    font-size: 16px;
    color: #719daf;
}


@media screen and (max-width:1500px) {
    .pro_set .pro_lt:after {
        left: -1rem;
    }
}

@media screen and (max-width:1420px) {
    .pro_inner .pro_set {
        padding: 0 2rem 3rem;
    }
}

@media screen and (max-width:1240px) {
    .pro_inner .pro_set {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    .pro_set .pro_lt {
        width: 70%;
        text-align: center;
    }

    .pro_set .pro_lt:before {
        right: 7rem;
    }

    .pro_set .pro_lt:after {
        left: 7rem;
    }

    .pro_set .pro_rt {
        width: 80%;
        margin-top: 7rem;
    }
}

@media screen and (max-width:1100px) {
    .pro_set .pro_lt {
        width: 80%;
    }
}

@media screen and (max-width:991px) {
    .products .probt ul {
        flex-wrap: wrap;
        justify-content: center;
    }

    .products .probt ul li {
        width: 32%;
        padding-bottom: 6rem;
    }

    .pro_set .pro_lt {
        width: 90%;
    }
}

@media screen and (max-width:834px) {
    .products .probt {
        padding-bottom: 4rem;
    }

    .pro_set .pro_lt {
        width: 100%;
    }

    .pro_set .pro_rt {
        width: 100%;
    }
}

@media screen and (max-width:768px) {
    .products .probt {
        padding-bottom: 2rem;
    }

    .pro_inner .pro_set {
        padding: 0 2rem 10rem;
    }

    .pro_set .pro_lt:before {
        right: 1rem;
    }

    .pro_set .pro_lt:after {
        left: 1rem;
    }
}

@media screen and (max-width:650px) {
    .pro_set .pro_lt:before {
        right: -1rem;
        width: 10%;
        min-height: 60px;
        top: -3rem;
    }

    .pro_set .pro_lt:after {
        left: -1rem;
        width: 10%;
        min-height: 60px;
        bottom: -2rem;
    }
	.pro_rt .props_inner ul li {
    width: 50%;
}
}

@media screen and (max-width:530px) {
    .products .probt ul li {
        width: 48%;
        padding-bottom: 4rem;
    }
}

@media screen and (max-width:490px) {
    .products .pro_inner {
        padding: 2rem 0 10rem;
    }

    .products .probt {
        padding-bottom: 0;
    }

    .pro_set .pro_lt:before {
        min-height: 50px;
        top: -2rem;
    }

    .pro_set .pro_lt:after {
        min-height: 50px;
    }

    .pro_set .pro_rt {
        margin-top: 5rem;
    }

    .pro_rt .pro_title {
        padding: 0 0 2.7rem 0.8rem;
    }

    .pro_ps .props_title {
        padding: 1rem 1.3rem 1rem 1rem;
    }

    .pro_rt .props_inner {
        padding: 2.6rem 0.9rem 2.6rem 1rem;
    }

    .pro_pd .propd_inner {
        padding: 2.4rem 0.9rem 3rem 1rem;
    }

    .pro_pd .propd_title {
        padding: 1rem 1.3rem 1rem 1rem;
    }
}

@media screen and (max-width:450px) {
    .pro_rt .props_inner ul li {
        width: 48%;
    }
}

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

    .products .pro_inner {
        padding: 2rem 0 5rem;
    }

    .pro_inner .pro_set {
        padding: 0 2rem 4rem;
    }

    .pro_set .pro_lt:before {
        min-height: 40px;
    }

    .pro_set .pro_lt:after {
        min-height: 40px;
    }

    .pro_set .pro_rt {
        margin-top: 3rem;
    }

    .pro_rt .pro_title {
        padding: 0 0 2.7rem 1rem;
    }

    .pro_rt .pro_title h2 {
        font-size: 30px;
        margin-bottom: 0.8rem;
    }

    .pro_rt .pro_title h2 span {
        font-size: 25px;
    }

    .pro_rt .pro_title h3 {
        font-size: 25px;
    }
	.pro_rt .props_inner ul {
    justify-content: center;
	}
	 .pro_rt .props_inner ul li {
        width: 60%;
    }

    .pro_ps .props_title h4 {
        font-size: 15px;
    }

    .pro_ps .props_title p {
        font-size: 15px;
    }

    .pro_pd .propd_title h4 {
        font-size: 15px;
    }

    .pro_rt .props_inner {
        padding: 1.6rem 0.9rem 1.6rem 1rem;
    }

    .pro_pd .propd_inner {
        padding: 1.4rem 0.9rem 2rem 1rem;
    }
}

@media screen and (max-width:393px) {
    .pro_set .pro_lt:before {
        min-height: 36px;
        top: -1.5rem;
    }

    .pro_set .pro_lt:after {
        min-height: 36px;
        bottom: -1rem;
    }
}

@media screen and (max-width:380px) {
    .pro_rt .pro_title h2 {
        font-size: 30px;
    }

    .pro_rt .pro_title h3 {
        font-size: 20px;
    }

    .pro_ps .props_title h4 {
        font-size: 13px;
    }

    .pro_ps .props_title p {
        font-size: 13px;
    }

    .pro_pd .propd_title h4 {
        font-size: 13px;
    }
}

@media screen and (max-width:360px) {
    .pro_set .pro_lt:before {
        min-height: 33px;
    }

    .pro_set .pro_lt:after {
        min-height: 33px;
    }
}

@media screen and (max-width:350px) {
    .products .probt ul li {
        width: 50%;
    }
}

@media screen and (max-width:340px) {
    .pro_inner .pro_set {
        padding: 0 1rem 2rem;
    }

    .pro_set .pro_lt:before {
        min-height: 30px;
        top: -1.5rem;
    }

    .pro_set .pro_lt:after {
        min-height: 30px;
        bottom: -1.5rem;
    }
}

@media screen and (max-width:330px) {
    a .probt_inner .probt_ch h2 {
        font-size: 20px;
    }

    a .probt_inner .probt_en h3 {
        font-size: 12px;
    }
}

@media screen and (max-width:320px) {
    .pro_set .pro_lt:after {
        bottom: -0.5rem;
    }

    .pro_ps .props_title h4 {
        font-size: 12px;
    }

    .pro_ps .props_title p {
        font-size: 12px;
    }
}


#other {
    transform: translateY(-180px);
}

#pro1,
#pro2,
#pro3,
#pro4,
#pro5,
#pro6,
#pro7,
#pro8,
#pro9,
#pro10 {
    transform: translateY(-180px);
}

@media screen and (max-width:414px) {
    #other {
        transform: translateY(-110px);
    }

    #pro1,
    #pro2,
    #pro3,
    #pro4,
    #pro5,
    #pro6,
	#pro7,
	#pro8,
	#pro9,
	#pro10 {
        transform: translateY(-100px);
    }
}