/*
-light green-
color: rgb(89, 125, 204);


*/
body, html {
    font-family: 'Noto Serif TC', sans-serif;    
    background-color: rgb(255, 255, 255);
    color: rgb(46, 46, 46);
}
img {
    width: 100%;
    max-width: 100%;
}
.en-family {
    font-family: 'Barlow Condensed', sans-serif !important;
}
.en-size {
    font-size: 13pt;
}
.tw-family {
    font-family: 'Noto Serif TC', serif !important;    
}
a {
    color: rgb(46, 46, 46);
}
a:hover {
    color: rgb(236, 70, 65);
}
.breadcrumb {
    background-color: unset;
}
.main-textcolor {
    color: rgb(94, 100, 110);
}
.main-border {
    border-right:1px solid rgb(94, 100, 110);
    border-left:1px solid rgb(94, 100, 110);
    padding: 0 15px;
}
.rotate-left {
    position: relative;
    transform:rotate(-25deg);
}
/*scroll*/
.scroll {
    position: fixed;
    transform: rotateZ(90deg);
    right: -15px;
    top: 50%;
    z-index: 99;
}
.scroll a {
     color: rgb(46, 46, 46);
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 14pt;
}
.scroll a:hover {
    text-decoration: none;
    color: rgb(89, 125, 204);
}
@media (max-width:500px) {
    .scroll {
        transform: rotateZ(90deg);
        top: unset;
        bottom: 150px;
    }
}
/*contact-btn*/
@media (min-width:500px) {
    .contact-btn {
        display: none;
    }
}
@media (max-width:500px) {
    .contact-btn {
        position: fixed;
        bottom: 0;
        z-index: 99999;
        width: 100%;
        text-align: center;
    }

    .contact-btn .left {
        background-color: rgb(62, 95, 145);
        padding: 10px 0;
        color: white;

    }
    .contact-btn .right {
        background-color: rgb(148, 72, 60);
        padding: 10px 0;
        color: white;
    }
}
/*nav*/
nav {
    background-color: rgb(255, 255, 255);
}
.navbar {
    box-shadow: 0 0 5px rgba(0, 0, 0,.1);
}
nav a, .nav-item a {
    color: rgb(46, 46, 46);
    position: relative;
}
.nav-item {
    width: 150px;
    text-align: center;
}
nav a:hover, .nav-item a:hover {
    color: rgb(89, 125, 204);
}
.nav-item:hover{
    border-bottom:1px solid rgb(89, 125, 204);
}
.dropdown-menu {
    background-color: rgb(250, 250, 250);
}
.dropdown-item {
    text-align: center;
}
.dropdown-item:hover {
    background-color: unset;
}
.navbar-nav {
    margin-right: 50px;
}
.brand-img {
    visibility: hidden;
}
/*@media (min-width:1400px) {
    .nav-item a:hover:after {
        width: 100%;
    }
}*/

@media (min-width:500px) {
    .mpnav {
        margin-left: 50px;
    }
}
@media (max-width:991px) {
    .navbar-nav {
        margin-top: 50px;
        height: 100vh;
        margin-right: 0px;
    }
    .navbar-nav .nav-item {
        text-align: center;
        width: 100%;
        
    }
}
@media (max-width:400px) {
    .navbar-brand {
        font-size: 14pt;
        margin-left: 0;
        padding-left: 0;
    }
    .btn-toggle {
        padding: 0 5px;
    }
}


/*header*/
.mainpage {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.mainpage .bgm-box p,.mainpage .bgm-box h2 {
    font-size: 30pt;
    font-family: 'Barlow Condensed', sans-serif;
    position: absolute;
}
.mainpage .bgm-1 h2 {
    color: rgb(141, 141, 141);
    bottom: 150px;
    left: 10%;
    transform: rotateZ(-90deg);
}
.mainpage .bgm-2 p {
    color: rgb(141, 141, 141);
    bottom: 2%;
    left: 40%;
    transform: rotateZ(-45deg);
}
.mainpage .bgm-3 p {
    color: rgb(141, 141, 141);
    bottom: 2%;
    left: 45%;
    transform: rotateZ(-45deg);
}
.mainpage .bgm-4 p {
    color: rgb(141, 141, 141);
    bottom: 6%;
    left: 50%;
    transform: rotateZ(-45deg);
}
.mainpage .top-banner {
    width: 100%;
    background-image: url(../image/index/main.jpg?v=2);
    background-position: center;
    background-size: cover;
    height: 100vh;
}
.mainpage .run {
    position: absolute;
    top: 5px;
    left: 50px;
    z-index: 999999;
}
.mainpage .run img {
    width: 50px;
}
@media (max-width:1200px) {
    .mainpage  {
        width: 100%;
        height: 100vh;
    }
    .mainpage .top-banner {
        background-image: url(../image/index/main-mb.jpg?v=2);
        height: 100vh;
    }
}
@media (max-width:900px) {
    .mainpage .bgm-2 p {
        bottom: 2%;
        left: 20%;
    }
    .mainpage .bgm-3 p {
        bottom: 2%;
        left: 35%;
    }
    .mainpage .bgm-4 p {
        bottom: 6%;
        left: 50%;
    }
}
@media (max-width:500px) {
    .mainpage .bgm-2 p {
        bottom: 2%;
        left: 10%;
    }
    .mainpage .bgm-3 p {
        bottom: 2%;
        left: 25%;
    }
    .mainpage .bgm-4 p {
        bottom: 6%;
        left: 40%;
    }
    .mainpage .run {
        left: 10px;
    }
}
/*mp-ads*/
.mp-ads {
    padding-top: 100px;
    padding-bottom: 150px;
}
.mp-ads .icon {
    text-align: center;
}
.mp-ads .icon i {
    font-size: 70pt;
    color: #4170b7;
}
.mp-ads .text-box .title {
    text-align: center;
    padding-top: 30px;
    font-size: 16pt;
    font-weight: 600;
}
.mp-ads .text-box .text-content {
    text-align: justify;
    font-size: 14pt;
}
@media (max-width:576px) {
    .mp-ads .text-box .title {
        padding-top: 15px;
    }
    .mp-ads .text-box .text-content {
        text-align: center;
    }
    .mp-ads .box {
        margin-bottom: 50px;
    }
}
/**/
.mp-content {
    background-image: url(../image/bg.png?v=2);
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.mp-content .bg-img {
    position: absolute;
    right: 0;
    width: 40%;
}
.mp-content .bg-img img {
    width: 100%;
    object-fit: cover;
}
.mp-content .icon-content img {
    width: 80px;
}
.mp-content .text-box {
    position: relative;
    height: 100%;
    padding-top: 130px;
    padding-bottom: 150px;
}
.mp-content .text-content {
    padding-top: 20px;
    padding-bottom: 10px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: white;
    border-left: 4px solid rgb(61, 163, 231);
}
.mp-content .text-box p {
    font-size: 14pt;
    text-align: justify;
}
@media (max-width:1200px) {
    .mp-content {
        padding-top: 0px;
    }
    .mp-content .icon-content img {
        width: 60px;
    }
}
@media (max-width:550px) {
    .mp-content {
        padding-top: 0;
        padding-bottom: 0px;
    }
    .mp-content .text-box p {
        font-size: 12pt;
    }
    .mp-content .text-box h1 {
        font-size: 17pt;
    }
    .mp-content .bg-img {
        width: 100%;
        min-width: 600px;
        object-fit: cover;
    }
    .mp-content h1 {
        color: rgb(41, 41, 41);
        padding: 50px 0;
        background-color: rgba(255, 255, 255, 0.6);
        transform: translateY(50px);
    }
}

/*mp-about*/
.mp-about p {
    font-size: 14pt;
}
.mp-about {
    background-color: rgb(253, 253, 253);
    padding-top: 50px;
    padding-bottom: 50px;
}
.mp-about .icon {
    text-align: right;
    color: rgb(1, 184, 25);
}
.mp-about .title {
    text-align: right;
    padding-bottom: 10px;
}
.mp-about .title h3 {
    font-size: 28pt;
    border-bottom: 1px solid rgb(1, 184, 25);
}
@media (max-width:768px) {
    .mp-about .title {
        text-align: center;
    }
    .mp-about .text-content {
        text-align: justify;
    }
    .mp-about p {
        font-size: 12pt;
    }
}

/**/
.mp-spacing {
    background-color: rgb(255, 255, 255);
    position: relative;
    overflow: hidden;
}
.mp-spacing .text-box {
    color: rgb(46, 46, 46);
    background-color: rgb(255, 255, 255);
    padding: 100px 0;
    z-index: 3;
}
.mp-spacing .text-box .text-content {
    transform: translateY(15%);
    position: relative;
    height: 100%;
}
.mp-spacing .text-box .text-content h2 {
    text-align: center;
}
.mp-spacing .left-style {
    position: relative;
    z-index: 2;
    background-color: rgb(255, 255, 255);
}
.mp-spacing .right-style img {
    width: 100%;
}
.mp-spacing .right-style {
    position: absolute;
    top: 0;
    left: -800px;
    animation: icons 50s infinite ease-in-out;
}
.mp-spacing .border-style {
    border-bottom: 1px solid rgb(63, 63, 63);
}

@media (max-width:1200px) {
    .mp-spacing {
        text-align: center;
    }
    .mp-spacing .right-style {
        z-index: 8;
    }
    .mp-spacing .right-style img {
        width: 150%;
        min-width: 1600px;
    }
    .mp-spacing .text-box {
        z-index: 1;
    }
    .mp-spacing .right-style {
        left: -200%;
    }
}
@media (max-width:550px) {
    .mp-spacing .text-box .text-content h2 {
        font-size: 17pt;
    }
    .mp-spacing .text-box {
        padding: 50px 0;
    }
    .mp-spacing .right-style img {
        transform: translateY(-20%);
    }

}

/**/
.mp-content2 {
    padding-top: 100px;
    padding-bottom: 100px;
    overflow: hidden;
}
.mp-content2 .text-box {
    font-size: 14pt;
    text-align: justify;
}
.mp-content2 .img {
    overflow: hidden;
}
.mp-content2 img {
    width: 100%;
    transition: 1s all ease-in-out;

}
.mp-content2 img:hover {
    transform: scale(1.2);
}
@media (max-width:768px) {
    .mp-content2 img {
        margin-bottom: 50px;
    }
}
@media (max-width:550px) {
    .mp-content2 .text-box {
        font-size: 12pt;
    }
    .mp-content2 {
        padding-bottom: 50px;
    }
    .mp-content2 img {
        margin-bottom: 25px;
    }
}





/**/
.mp-content3 {
    background-image: url(../image/bgp-diamond.png?v=2);
}
.mp-content3 .text-box {
    text-align: center;
    padding: 100px 0;
    font-size: 20pt;
}
@media (max-width:550px) {
    .mp-content3 .text-box {
        padding: 0px 0;
        font-size: 16pt;
        text-align: start;
    }
}
/**/
.inf {
    padding: 120px 0 0 0;
}
.inf .text-box {
    margin-left: 4rem;
}
.inf .text-box p {
    margin: 0;
}
.inf img {
    width: 35px;
    max-width: 35px;
    min-width: 35px;
}
.inf ul {
    list-style-type: none;
    padding: 0;
}
.inf ul li {
    float: left;
    margin-right: 20px;
}
@media (min-width:1200px) {
    .inf .text-content {
        border-right: 1px solid rgb(221, 221, 221);
    }
}
@media (min-width:701px) {
    .inf .text-box .mobile {
        display: none;
    }
}
@media (max-width:700px) {
    .inf .text-box .pc {
        display: none;
    }
}

@media (max-width:500px) {
    .inf .text-box {
        margin-left: 2rem;
        margin-right: 1rem;
    }
    .inf .text-box p {
        font-size: 11pt;
    }
    .inf ul li {
        margin-right: 10px;
    }
    .inf ul {
        margin-top: 20px;
    }
}
/**/
footer {
    margin-left: 5rem;
    margin-right: 5rem;
    padding: 25px 0 100px 0;
}
footer hr {
    border: .5px solid rgb(138, 138, 138);
}
@media (min-width:701px) {
    footer .mobile {
        display: none;
    }
}
@media (max-width:700px) {
    footer .pc {
        display: none;
    }
}
@media (max-width:500px) {
    footer {
        margin-left: 2rem;
        margin-right: 2rem;
        font-size: 11pt;
    }    
}


header .sec .banner {
    width: 100%;
    height: 600px;
    object-fit: cover;
}
header .sec {
    height: 600px;
    position: relative;
}
@media (min-width:700px) {
    .sec .mobile{
        display: none;
    }
}
@media (max-width:700px) {
    .sec .pc{
        display: none;
    }
    .sec {
        text-align: center;
    }
}
header .sec .textbox {
    position: absolute;
    color: rgb(73, 73, 73);
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    background-color: white;
    border-radius: 30px;
    box-shadow: 0 2px 8px 2px rgba(0, 0, 0, .3);
}
header .sec .textbox p {
    font-size: 20pt;
    padding: 20px 0;
    margin: 0;
}
header .sec .textbox p i {
    color: rgb(175, 175, 175);
}
.textbox img {
    width: 20px;
    float: right;
    margin-right: 15px;
}
.border-flash {
    border-right: 1px solid rgb(77, 77, 77);
    animation: flash 1.5s infinite ease;
    margin-left: 5px;
}
/*qa*/
.qa-box {
    margin-top: 50px;
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 40px 40px;
    border-radius: 10px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .1);
}
.qa-box .title {
    font-size: 18pt;
}
.an-box {
    font-size: 13pt;
    padding: 40px 0;
    text-align: justify;
}
.qa-container {
    padding-bottom: 150px;
}
.qa-container img {
    width: 150px;
    min-width: 50px;
}
.qa-container h1 {
    font-size: 40pt;
    padding-right: 150px;
}
.qa-container .title .color {
    color: rgb(85, 175, 76);
    font-size: 20pt;
}
@media (min-width:992px) {
    .qa-container .mobile {
        display: none;
    }
}
@media (max-width:992px) {
    .qa-container h1 {
        font-size: 40pt;
        padding-right: 0px;
    }
    .qa-box {
        margin-right:auto ;
        margin-left:auto ;
    }
    .qa-container .box {
        margin: 0 auto;
    }
}
@media (max-width:500px) {
    .qa-box {
        padding: 25px 15px
    }
}
/*about*/
.about-container h1 {
    font-size: 40pt;
}
.about-container {
    margin-bottom: 100px;
}
.about-container a ,.mp-content a, .mp-content2 a {
    color: rgb(70, 112, 190);
}
.about-box {
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 20px 40px;
    border-radius: 10px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .1);
    overflow: hidden;
}
.about-box .title h2{
    font-size: 30pt;
}
.seo-container h1 {
    font-size: 40pt;
}
.seo-container h2 {
    font-size: 20pt;
    margin-bottom: 20px;
    color: rgb(64, 136, 219);
}
.seo-container h3 {
    margin-top: 40px;
    font-size: 14pt;
    color: rgb(204, 91, 46);
}
.seo-container {
    margin-bottom: 100px;
}
.seo-box {
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 20px 40px;
    border-radius: 10px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .1);
    overflow: hidden;
}
.seo-box .title h2{
    font-size: 30pt;
}
.contact-container {
    margin-bottom: 100px;
}
.contact-container h2 {
    font-size: 13pt;
    margin-bottom: 20px;
}
.contact-box {
    margin-top: 50px;
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 40px 40px;
    border-radius: 10px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .1);
}
@media (max-width:400px) {
    .about-box {
        padding: 20px 25px;
    }
    .contact-box {
        padding: 30px 15px;
    }
}
.dec-area {
    padding: 200px 0;
    background-image: url(../image/bgp-diamond.png);
}
.dec-area .title h2 {
    font-size: 30pt;
    padding: 20px 0;
    margin: 0;
    text-align: center;
}
.dec-area .title p{
    font-size: 13pt;
    text-align: justify;

}
@media (max-width:400px) {
    .dec-area {
        padding: 100px 0;
    }
}
.card {
    transform-style:preserve-3d;
    transition:0.5s all ease;
    margin-top: 50px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 10px;
    text-align: justify;
    height: 350px;
    min-height: 350px;
    background-color: white;
}
.rotate-o {
    width: 100%;
}
.rotate-o .card:hover {
    transform:rotateY(180deg);
}
.card-trust,.card-peace,.card-create,.card-service {
    box-shadow: 0 0 8px rgba(0, 0, 0, .1);
}
.card-trust:hover {
    box-shadow: 0 0 8px rgba(36, 84, 173, 0.5);
}
.card-peace:hover {
    box-shadow: 0 0 8px rgba(6, 179, 58, 0.6);
}
.card-create:hover {
    box-shadow: 0 0 8px rgba(228, 27, 20, 0.6);
}
.card-service:hover {
    box-shadow: 0 0 8px rgba(212, 156, 92, 0.6);
}

.card-front {
    position:absolute;
    background:#ffffff;
    width:100%;
    height:100%;
    backface-visibility:hidden;
    color:#333;
    padding: 40px 20px;
    border-radius: 10px;
}
.card-back {
    position:absolute;
    width:100%;
    height:100%;
    backface-visibility:hidden;
    transform:rotateY(180deg);  
    padding: 40px 20px;
    border-radius: 10px;
}
.card:hover hr {
    border-color: white;
}
.back-trust {
    background-color: rgb(80, 141, 221);
    color: white;
}
.back-peace {
    background-color: rgb(78, 185, 51);
    color: white;
}
.back-create {
    background-color: rgb(212, 96, 92);
    color: white;
}
.back-service {
    background-color: rgb(226, 173, 73);
    color: white;
}
@media (max-width:1500px) {
    .card {
        height: 400px;
        min-height: 400px;
    }
}
@media (max-width:769px) {
    .card {
        height: 300px;
        min-height: 300px;
    }
}
@media (max-width:400px) {
    .card {
        height: 350px;
        min-height: 350px;
    }
}
@media (max-width:330px) {
    .card {
        height: 400px;
        min-height: 400px;
    }
}
.mail-cont {
    border: 1px solid rgb(139, 139, 139);
    margin: 10px 0;
    padding: 15px 0;
    width: 100%;
    border-radius: 5px;
}
textarea {
    width: 100%;
    border: 1px solid rgb(139, 139, 139);
    border-radius: 5px;
}
.mailbtn {
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(139, 139, 139);
    border-radius: 5px;
    margin-top: 20px;
}
.form-cont {
    border-left: 1px solid rgb(211, 211, 211);
}
@media (max-width:992px) {
    .form-cont {
        margin-top: 70px;
        border-left: none;
    }
}
@media (min-width:992px) {
    .contact-container .mobile {
        display: none;
    }
}

/*seo blog*/
.seoblog-container {
    margin-bottom: 250px;
}
.seoblog-container .page-button {
    text-align: center;
    margin-top: 50px;
}
.seoblog-container h1 {
    font-size: 40pt;
}
.seoblog-container .title {
    font-style: italic;
    color: rgb(95, 95, 95);
    margin-bottom: 40px;
    margin-top: 10px;
    font-size: 16pt;
}
.seoblog-container h2 {
    font-size: 20pt;
    margin-bottom: 20px;
    margin-top: 100px;
    color: rgb(92, 130, 173);
}
.seoblog-container h2:first-child {
    margin-top: 0px;
}
.seoblog-container ul {
    margin-top: 50px;
}
.seoblog-container .page-nmb {
    list-style-type: none;
    padding: 0; 
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-family: 'Times New Roman', Times, serif;
    color: rgb(117, 117, 117);
}
.seoblog-container .page-nmb li {
    float: left;
    margin:0 5px;
}
.seoblog-container .page-nmb li a {
    color: rgb(70, 112, 190);
}
.seoblog-container .el-post-container {
    border-bottom: 1px solid rgb(230, 230, 230);
    position: relative;
    padding: 25px 40px;
}
.seoblog-container .el-post-container:last-child {
    border-bottom: unset;
}
.seoblog-container .el-description {
    margin-top: 20px;
}
.seoblog-container .el-post-container h3 {
    font-size: 20pt;
    color: rgb(55, 114, 170);
}
.seoblog-container .el-post-container a:hover {
    color: unset;
    text-decoration-color: rgb(55, 114, 170);
}
.seoblog-container .el-post-container p {
    font-size: 13pt;
}
.seoblog-container .seoblog-box {
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 10px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .1);
    overflow: hidden;
    font-size: 13pt;
    text-align: justify;
}
.seoblog-container .article-box {
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 10px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .1);
    overflow: hidden;
    font-size: 13pt;
    text-align: justify;
    padding-top: 50px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 50px;
}
.seoblog-container .article-box img {
    margin-top: 20px;
}
.seoblog-container .article-box img:hover {
    box-shadow: 0px 0px 5px rgba(0, 0, 0,.4);
}
.seoblog-container .article-box a {
    color: rgb(61, 157, 202);

}
.seoblog-container .article-box h3{
    font-size: 16pt;
    margin-top: 80px;
    margin-bottom: 20px;
    color: rgb(238, 123, 70);
}
.seoblog-container .article-box .h4title{
    font-size: 14pt;
    margin-top: 80px;
    margin-bottom: 20px;
    color: rgb(89, 128, 175);
}
.seoblog-container .article-box .h4-otherpage{
    font-size: 12pt;
    margin-top: 70px;
    color: rgb(129, 129, 129);
}
.seoblog-container .article-box .listyle-mb li {
    margin-bottom: 15px;
}
.seoblog-container .ul-otherpage {
    margin-top: 10px;
    font-size: 12pt;
}
.seoblog-container .article-box table,.seoblog-container .article-box table td {
    border: 1px solid rgb(134, 134, 134);
    padding: 20px 15px;
}
.seoblog-container .el-post-container .el-data-post {
    font-size: 12pt;
    margin-left: 2px;
    color: rgb(133, 133, 133);
}
@media (min-width:576px) {
    .seoblog-container .br-mobile {
        display: none;
    }
}
@media (max-width: 576px) {
    .seoblog-container h1 {
        font-size: 35pt;
    }
    .seoblog-container .pc {
        display: none;
    }
    .seoblog-container .el-post-container {
        padding: 25px 20px;
    }
}
@media (min-width: 577px) {
    .seoblog-container .mobile {
        display: none;
    }
}


/*article-box pic*/
.seoblog-container .article-box .linkpic {
    padding: 0 150px;
}
@media (max-width:1200px) {
    .seoblog-container .article-box .linkpic {
        padding: 0;
    }
}



/*.seoblog-container .el-post-container:hover .enter-ani {
    display: unset;
}
.seoblog-container .el-post-container .el-data-post {
    font-size: 12pt;
    color: rgb(133, 133, 133);
}
.seoblog-container .enter-ani {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(51, 83, 119,1);
    display: none;
    animation: coverit 1s  ease-in-out;
}
.seoblog-container .enter-ani .enter-ani-box {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 45%;
    color: tomato;
}
.seoblog-container .enter-ani .bg{
    background-color: rgb(255, 255, 255);
    width: 50px;
    height: 50px;
    animation: rotate 2s  ease-in-out;
}
.seoblog-container .enter-ani i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
}
*/

