@charset "UTF-8";
.ck-area {
    word-break: break-all;
}

.ck-area strong {
    font-size: inherit;
    color: inherit;
    font-family: inherit;
    font-style: inherit;
}

.ck-area em {
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
    font-family: inherit;
}

.ck-area span,.ck-area s,.ck-area h1,.ck-area h2,.ck-area h3,.ck-area h4,.ck-area h5,.ck-area h6,.ck-area p,.ck-area a{
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
    font-family: inherit;
    font-style: inherit;
}

.ck-area img {
    max-width: 100% !important;
    height: initial;
    width: initial;
}

.customer-btn,
.return-customer-btn,
.blue-btn {
    background: #e62e04 none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    margin-top: 20px;
    padding: 10px 30px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 300ms ease-in 0s;
    -o-transition: all 300ms ease-in 0s;
    transition: all 300ms ease-in 0s;
    cursor: pointer;
    border-radius: 4px;
}

.custom-btn {
    background: #BF81CE;
    color: #fff;
}

.custom-btn:hover {
    background: #8c2da3;
    color: #fff;
}

.custom-form-control {
    background-color: #ffffff;
    border: 2px solid #cba2d5;
    border-radius: 20px 0px 0px 20px;
    font-size: 13px;
    min-height: 33px;
    padding: 4px 12px;
    width: 70%;
}

.custom-btn-right {
    font-size: 15px;
    background-color: #8C2DA3;
    border-radius: 0px 20px 20px 0px;
    padding: 5px 20px;
}

.custom-btn-right i {
    color: #fff;
    font-size: 15px;
}

.return-customer-btn {
    background: #222222;
}

.return-customer-btn:hover {
    background: #E62E04;
    color: #fff;
}

.blue-btn {
    background: #4bc4fb;
}

.blue-btn:hover {
    background: #0f51a3;
    color: #fff;
}

.gray-btn {
    background: #bbb;
    color: #fff;
}

.gray-btn:hover {
    background: #FF9900;
    color: #fff;
}

.return-customer label {
    font-weight: 500;
    color: #444;
    font-size: 16px;
}

.return-customer input {
    font-size: 16px;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li,
span {
    font-family: '微軟正黑體' !important;
}

h1,
h2,
h3,
h4 {
    font-weight: bold;
}

h4 {
    font-size: 18px;
}

h3 {
    font-size: 20px;
}

h2 {
    font-size: 24px;
}

a {
    -o-transition: all .4s ease;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    text-decoration: none;
    cursor: pointer;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style-type: none;
}

p {
    font-size: 16px;
}

.line-height-normal {
    line-height: normal;
}

.bg-blue {
    background: #4ac4fa;
}

.bg-white {
    background: #fff;
}

.bg-block {
    background: #000;
}

.text-orange {
    color: #FF8249;
}

.text-blue {
    color: #005e98;
}

.text-green {
    color: #5FBA44;
}

.text-red {
    color: red;
}

.text-purple {
    color: #C849FF;
}

.text-purple {
    color: #8c2da3;
}

.text-green2 {
    color: #7BC032;
}

.text-bold {
    font-weight: bold;
}

.text1 {
    font-size: 1rem;
}

.text2 {
    font-size: 2rem;
}

.text3 {
    font-size: 3rem;
}

.text4 {
    font-size: 4rem;
}

.text6 {
    font-size: 6rem;
}

.text12 {
    font-size: 12px;
}

.text14 {
    font-size: 14px;
}

.text16 {
    font-size: 16px;
}

.text18 {
    font-size: 18px;
}

.text22 {
    font-size: 22px;
}

.text24 {
    font-size: 24px;
}

.text26 {
    font-size: 26px;
}

.text28 {
    font-size: 28px;
}

.text32 {
    font-size: 32px;
}

.line-h38 {
    line-height: 38px;
}

.w-100 {
    width: 100% !important;
}

.w-80 {
    width: 80% !important;
}

.w-60 {
    width: 60% !important;
}

.w-50 {
    width: 50% !important;
}

.w-25 {
    width: 25% !important;
}

.w-80px {
    width: 80px !important;
}

.w-120px {
    width: 120px !important;
}

.w-175px {
    width: 175px !important;
    line-height: 30px !important;
}

.w-222px {
    width: 222px !important;
    text-align: left;
}

.w-320px {
    width: 320px !important;
    height: 64px;
}

.w-400px {
    width: 400px !important;
}

.w-100-img img {
    width: 100% !important;
}

.h-100 {
    height: 100% !important;
}

.h-80 {
    height: 80% !important;
}

.h-75 {
    height: 75% !important;
}

.h-60 {
    height: 60% !important;
}

.h-50 {
    height: 50% !important;
}

.h-25 {
    height: 25% !important;
}

.h-72px {
    min-height: 72px !important;
}

.h-120px {
    min-height: 120px !important;
}

.h-138px {
    min-height: 138px !important;
}

.h-170px {
    min-height: 170px !important;
}

.h-175px {
    min-height: 175px !important;
}

.h-195px {
    min-height: 195px;
}

.h-214px {
    min-height: 214px;
}

.h-240px {
    min-height: 240px !important;
}

.h-320px {
    min-height: 320px !important;
}

.h-400px {
    min-height: 400px !important;
}

.over-text {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.over-2 {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.over-3 {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.over-4 {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    height: 96px;
}

.over-5 {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    height: 110px;
}

.over-6 {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.border-n {
    border: none !important;
}

.border-tb {
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
}

.border-t-g {
    border-top: 1px solid #ddd;
}

.border-r {
    border-right: 1px solid #ededed;
}

.border-b {
    border-bottom: 1px solid #ddd;
}

.border-b-g {
    border-bottom: 1px solid #ededed;
}

.border-b-2b {
    border-bottom: 2px solid #0f51a3;
}

.border-t-w {
    border-top: 1px solid #fff;
}

.underline {
    text-decoration: underline;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    .btn-sm-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media (min-width: 1200px) {
    .w-md-100 {
        width: 100% !important;
    }

    .w-md-80 {
        width: 80% !important;
    }

    .w-md-60 {
        width: 60% !important;
    }

    .w-md-50 {
        width: 50% !important;
    }

    .w-md-25 {
        width: 25% !important;
    }

    .w-md-80px {
        width: 80px !important;
    }

    .w-md-120px {
        width: 120px !important;
    }

    .w-md-175px {
        width: 175px !important;
        line-height: 40px !important;
    }

    .w-md-240px {
        width: 240px !important;
    }

    .w-md-320px {
        width: 320px !important;
        height: 64px;
    }

    .w-md-400px {
        width: 400px !important;
    }
}

@media (max-width: 768px) {
    .w-sm-100 {
        width: 100% !important;
    }

    .w-sm-80 {
        width: 80% !important;
    }

    .w-sm-60 {
        width: 60% !important;
    }

    .w-sm-50 {
        width: 50% !important;
    }

    .w-sm-25 {
        width: 25% !important;
    }

    .w-sm-80px {
        width: 80px !important;
    }

    .w-sm-120px {
        width: 120px !important;
    }

    .w-sm-175px {
        width: 175px !important;
        line-height: 40px !important;
    }

    .w-sm-240px {
        width: 240px !important;
    }

    .w-sm-320px {
        width: 320px !important;
        height: 64px;
    }

    .w-sm-400px {
        width: 400px !important;
    }
}

.header .top-header {
    background-color: #fff;
}

.header .top-header .top-menu li {
    margin-right: 15px;
}

.header .top-header .top-menu li:last-child {
    margin-right: 0;
}

.header .top-header .top-menu li a {
    color: #000;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 10px;
}

.header .top-header .top-menu li a:hover {
    color: #005eac;
}

.header .top-header .top-menu .collapse>li {
    margin-right: 25px;
}

.header .top-header .top-menu .collapse>li:last-child {
    margin-right: 0;
}

@media (min-width: 1024px) {
    .header .top-header .top-menu .has-hover {
        position: relative;
    }

    .header .top-header .top-menu .has-hover:before {
        bottom: -6px;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-bottom-color: rgba(0, 54, 134, 0.9);
        border-width: 10px;
        margin-left: -10px;
        display: none;
        opacity: 0;
    }

    .header .top-header .top-menu .has-hover .hover-wrap {
        position: absolute;
        width: 100vw;
        top: 33px;
        left: 60%;
        -webkit-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
        background: rgba(0, 54, 134, 0.9);
        z-index: 9;
        display: none;
        opacity: 0;
    }
}

@media (min-width: 1024px) and (min-width: 1200px) {
    .header .top-header .top-menu .has-hover .hover-wrap {
        left: -95%;
    }
}

@media (min-width: 1024px) {
    .header .top-header .top-menu .has-hover .hover-wrap .hover-list {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        padding: 25px 0;
        border-bottom: 1px solid #fff;
    }

    .header .top-header .top-menu .has-hover .hover-wrap .hover-list:last-child {
        border: none;
    }

    .header .top-header .top-menu .has-hover .hover-wrap .hover-list .hover-list-title {
        paddimg-left: 15px;
        width: 15%;
        text-align: left;
    }

    .header .top-header .top-menu .has-hover .hover-wrap .hover-list .hover-list-title h4 {
        color: #fff;
    }

    .header .top-header .top-menu .has-hover .hover-wrap .hover-list .hover-list-title h5 {
        color: #529dff;
        font-weight: bolder;
    }

    .header .top-header .top-menu .has-hover .hover-wrap .hover-list .hover-list-meun {
        width: 85%;
    }

    .header .top-header .top-menu .has-hover .hover-wrap .hover-list .hover-list-meun ul li {
        width: 20%;
        margin-bottom: 10px;
    }

    .header .top-header .top-menu .has-hover .hover-wrap .hover-list .hover-list-meun ul li a {
        display: block;
        padding: 0 25px;
        border: none;
    }

    .header .top-header .top-menu .has-hover .hover-wrap .hover-list .hover-list-meun ul li a .img-wrap {
        margin-bottom: 15px;
    }

    .header .top-header .top-menu .has-hover .hover-wrap .hover-list .hover-list-meun ul li a .img-wrap .img-item {
        padding-top: 60%;
    }

    .header .top-header .top-menu .has-hover .hover-wrap .hover-list .hover-list-meun ul li a h4 {
        color: #fff;
        margin-bottom: 0;
        text-align: left;
    }

    .header .top-header .top-menu .has-hover .hover-wrap .hover-list .hover-list-meun ul li a:hover .img-item {
        -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=0, Color=#FFFFFF)";
        /*IE 8*/
        -moz-box-shadow: 0 0 5px 5px rgba(255, 255, 255, 0.7);
        /*FF 3.5+*/
        -webkit-box-shadow: 0 0 5px 5px rgba(255, 255, 255, 0.7);
        /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
        box-shadow: 0 0 5px 5px rgba(255, 255, 255, 0.7);
        /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
        filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color=#FFFFFF);
        /*IE 5.5-7*/
    }

    .header .top-header .top-menu .has-hover:hover .hover-wrap,
    .header .top-header .top-menu .has-hover:hover:before {
        display: block;
        opacity: 1;
    }
}

.header .top-title {
    background-color: #005eac;
    height: 45px;
}

.header .top-title ul.marquee {
    display: block;
    padding: 0;
    margin: 0 auto;
    list-style: none;
    position: relative;
    overflow: hidden;
    height: 45px;
    width: 100%;
}

.header .top-title ul.marquee li {
    position: absolute;
    top: -999em;
    display: block;
    white-space: nowrap;
    color: #fff;
    font-size: 20px;
    line-height: 45px;
    text-align: center;
    left: 0;
}

.header.stick {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999;
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}

@media (min-width: 991px) {
    .header .top-header {
        padding-top: 15px;
    }
}

@media (max-width: 990px) {
    .header .top-header {
        padding-top: 5px;
    }

    .header .top-header .top-menu .navbar-toggler {
        background-color: #fff;
        z-index: 9999;
    }

    .header .top-header .top-menu .navbar-toggler .icon-bar {
        background-color: #005eac;
    }

    .header .top-header .top-menu .navbar-toggler.yes .icon-bar {
        background: 0 0;
    }

    .header .top-header .top-menu .navbar-toggler.yes .icon-bar:first-child,
    .header .top-header .top-menu .navbar-toggler.yes .icon-bar:last-child {
        background-color: #005eac;
    }

    .header .top-header .top-menu .navbar-collapse .nav li {
        margin-right: 0px;
    }

    .header .top-header .top-menu .navbar-collapse .nav li a {
        display: block;
        color: #fff;
        padding: 10px 15px;
        border-bottom: 1px solid #fff;
    }

    .header .top-header .top-menu nav .navbar-collapse {
        overflow: auto;
        bottom: 0;
        position: fixed;
        top: 98px;
        overflow-y: auto;
        left: 0;
        right: 0;
        background: #005eac;
        text-align: center;
        padding: 0;
        opacity: 0;
        -webkit-transform: translateX(-150%);
        -moz-transform: translateX(-150%);
        -ms-transform: translateX(-150%);
        -o-transform: translateX(-150%);
        transform: translateX(-150%);
        -webkit-transition: top 0s .35s, left 0s .35s, right 0s .35s, opacity 0s .35s, -webkit-transform .35s 0s;
        -o-transition: top 0s .35s, left 0s .35s, right 0s .35s, opacity 0s .35s, -o-transform .35s 0s;
        -moz-transition: top 0s .35s, left 0s .35s, right 0s .35s, opacity 0s .35s, transform .35s 0s, -moz-transform .35s 0s;
        transition: top 0s .35s, left 0s .35s, right 0s .35s, opacity 0s .35s, -webkit-transform .35s 0s;
        -o-transition: top 0s .35s, left 0s .35s, right 0s .35s, opacity 0s .35s, transform .35s 0s;
        transition: top 0s .35s, left 0s .35s, right 0s .35s, opacity 0s .35s, transform .35s 0s;
        transition: top 0s .35s, left 0s .35s, right 0s .35s, opacity 0s .35s, transform .35s 0s, -webkit-transform .35s 0s;
        transition: top 0s .35s, left 0s .35s, right 0s .35s, opacity 0s .35s, transform .35s 0s, -webkit-transform .35s 0s, -moz-transform .35s 0s, -o-transform .35s 0s;
        z-index: 888;
    }

    .header .top-header .top-menu nav .navbar-collapse.show {
        top: 55px;
        right: 0;
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        padding-bottom: 30px;
        -webkit-transition: top 0s, left 0s, right 0s, opacity 0.35s cubic-bezier(0, 1.2, 0.8, 1.01), -webkit-transform 0.35s cubic-bezier(0, 1.2, 0.8, 1.01);
        -o-transition: top 0s, left 0s, right 0s, opacity 0.35s cubic-bezier(0, 1.2, 0.8, 1.01), -o-transform 0.35s cubic-bezier(0, 1.2, 0.8, 1.01);
        -moz-transition: top 0s, left 0s, right 0s, opacity 0.35s cubic-bezier(0, 1.2, 0.8, 1.01), transform 0.35s cubic-bezier(0, 1.2, 0.8, 1.01), -moz-transform 0.35s cubic-bezier(0, 1.2, 0.8, 1.01);
        transition: top 0s, left 0s, right 0s, opacity 0.35s cubic-bezier(0, 1.2, 0.8, 1.01), -webkit-transform 0.35s cubic-bezier(0, 1.2, 0.8, 1.01);
        -o-transition: top 0s, left 0s, right 0s, opacity 0.35s cubic-bezier(0, 1.2, 0.8, 1.01), transform 0.35s cubic-bezier(0, 1.2, 0.8, 1.01);
        transition: top 0s, left 0s, right 0s, opacity 0.35s cubic-bezier(0, 1.2, 0.8, 1.01), transform 0.35s cubic-bezier(0, 1.2, 0.8, 1.01);
        transition: top 0s, left 0s, right 0s, opacity 0.35s cubic-bezier(0, 1.2, 0.8, 1.01), transform 0.35s cubic-bezier(0, 1.2, 0.8, 1.01), -webkit-transform 0.35s cubic-bezier(0, 1.2, 0.8, 1.01);
        transition: top 0s, left 0s, right 0s, opacity 0.35s cubic-bezier(0, 1.2, 0.8, 1.01), transform 0.35s cubic-bezier(0, 1.2, 0.8, 1.01), -webkit-transform 0.35s cubic-bezier(0, 1.2, 0.8, 1.01), -moz-transform 0.35s cubic-bezier(0, 1.2, 0.8, 1.01), -o-transform 0.35s cubic-bezier(0, 1.2, 0.8, 1.01);
    }

    .has-hover {
        display: none;
    }
}

.footer {
    background: #005e9b;
    padding: 30px 0 10px;
}

.footer .footer-body {
    color: #fff;
}

.footer .footer-body .footer-item h4 {
    color: #fff;
    padding-left: 10px;
}

.footer .footer-body .footer-item ul {
    padding-left: 30px;
}

.footer .footer-body .footer-item ul li {
    margin-bottom: 5px;
}

.footer .footer-body .footer-item ul li a {
    color: #fff;
}

.footer .footer-body .footer-item ul li a:hover {
    color: #e95504;
}

.footer .footer-body .footer-item .footer-icon {
    width: 20px;
    position: relative;
    top: 3px;
    left: -10px;
}

.footer p {
    margin-bottom: 0px;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li,
span {
    font-family: '微軟正黑體' !important;
}

h1,
h2,
h3,
h4 {
    font-weight: bold;
}

h4 {
    font-size: 18px;
}

h3 {
    font-size: 20px;
}

h2 {
    font-size: 24px;
}

a {
    -o-transition: all .4s ease;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    text-decoration: none;
    cursor: pointer;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style-type: none;
}

p {
    font-size: 16px;
}

.line-height-normal {
    line-height: normal;
}

.bg-blue {
    background: #4ac4fa;
}

.bg-white {
    background: #fff;
}

.bg-block {
    background: #000;
}

.text-orange {
    color: #FF8249;
}

.text-blue {
    color: #005e98;
}

.text-green {
    color: #5FBA44;
}

.text-red {
    color: red;
}

.text-purple {
    color: #C849FF;
}

.text-purple {
    color: #8c2da3;
}

.text-green2 {
    color: #7BC032;
}

.text-bold {
    font-weight: bold;
}

.text1 {
    font-size: 1rem;
}

.text2 {
    font-size: 2rem;
}

.text3 {
    font-size: 3rem;
}

.text4 {
    font-size: 4rem;
}

.text6 {
    font-size: 6rem;
}

.text12 {
    font-size: 12px;
}

.text14 {
    font-size: 14px;
}

.text16 {
    font-size: 16px;
}

.text18 {
    font-size: 18px;
}

.text22 {
    font-size: 22px;
}

.text24 {
    font-size: 24px;
}

.text26 {
    font-size: 26px;
}

.text28 {
    font-size: 28px;
}

.text32 {
    font-size: 32px;
}

.line-h38 {
    line-height: 38px;
}

.w-100 {
    width: 100% !important;
}

.w-80 {
    width: 80% !important;
}

.w-60 {
    width: 60% !important;
}

.w-50 {
    width: 50% !important;
}

.w-25 {
    width: 25% !important;
}

.w-80px {
    width: 80px !important;
}

.w-120px {
    width: 120px !important;
}

.w-175px {
    width: 175px !important;
    line-height: 30px !important;
}

.w-222px {
    width: 222px !important;
    text-align: left;
}

.w-320px {
    width: 320px !important;
    height: 64px;
}

.w-400px {
    width: 400px !important;
}

.w-100-img img {
    width: 100% !important;
}

.h-100 {
    height: 100% !important;
}

.h-80 {
    height: 80% !important;
}

.h-75 {
    height: 75% !important;
}

.h-60 {
    height: 60% !important;
}

.h-50 {
    height: 50% !important;
}

.h-25 {
    height: 25% !important;
}

.h-72px {
    min-height: 72px !important;
}

.h-120px {
    min-height: 120px !important;
}

.h-138px {
    min-height: 138px !important;
}

.h-170px {
    min-height: 170px !important;
}

.h-175px {
    min-height: 175px !important;
}

.h-195px {
    min-height: 195px;
}

.h-214px {
    min-height: 214px;
}

.h-240px {
    min-height: 240px !important;
}

.h-320px {
    min-height: 320px !important;
}

.h-400px {
    min-height: 400px !important;
}

.over-text {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.over-2 {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.over-3 {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.over-4 {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    height: 96px;
}

.over-5 {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    height: 110px;
}

.over-6 {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.border-n {
    border: none !important;
}

.border-tb {
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
}

.border-t-g {
    border-top: 1px solid #ddd;
}

.border-r {
    border-right: 1px solid #ededed;
}

.border-b {
    border-bottom: 1px solid #ddd;
}

.border-b-g {
    border-bottom: 1px solid #ededed;
}

.border-b-2b {
    border-bottom: 2px solid #0f51a3;
}

.border-t-w {
    border-top: 1px solid #fff;
}

.underline {
    text-decoration: underline;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    .btn-sm-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media (min-width: 1200px) {
    .w-md-100 {
        width: 100% !important;
    }

    .w-md-80 {
        width: 80% !important;
    }

    .w-md-60 {
        width: 60% !important;
    }

    .w-md-50 {
        width: 50% !important;
    }

    .w-md-25 {
        width: 25% !important;
    }

    .w-md-80px {
        width: 80px !important;
    }

    .w-md-120px {
        width: 120px !important;
    }

    .w-md-175px {
        width: 175px !important;
        line-height: 40px !important;
    }

    .w-md-240px {
        width: 240px !important;
    }

    .w-md-320px {
        width: 320px !important;
        height: 64px;
    }

    .w-md-400px {
        width: 400px !important;
    }
}

@media (max-width: 768px) {
    .w-sm-100 {
        width: 100% !important;
    }

    .w-sm-80 {
        width: 80% !important;
    }

    .w-sm-60 {
        width: 60% !important;
    }

    .w-sm-50 {
        width: 50% !important;
    }

    .w-sm-25 {
        width: 25% !important;
    }

    .w-sm-80px {
        width: 80px !important;
    }

    .w-sm-120px {
        width: 120px !important;
    }

    .w-sm-175px {
        width: 175px !important;
        line-height: 40px !important;
    }

    .w-sm-240px {
        width: 240px !important;
    }

    .w-sm-320px {
        width: 320px !important;
        height: 64px;
    }

    .w-sm-400px {
        width: 400px !important;
    }
}

.ml-0 {
    margin-left: 0px !important;
}

.ml-10 {
    margin-left: 10px !important;
}

.ml-15 {
    margin-left: 15px !important;
}

.ml-20 {
    margin-left: 20px !important;
}

.ml-30 {
    margin-left: 30px !important;
}

.ml-40 {
    margin-left: 40px !important;
}

.ml-48 {
    margin-left: 48px !important;
}

.ml-50 {
    margin-left: 50px !important;
}

.ml-60 {
    margin-left: 60px !important;
}

.ml-70 {
    margin-left: 70px !important;
}

.ml-80 {
    margin-left: 80px !important;
}

.ml-90 {
    margin-left: 90px !important;
}

.ml-100 {
    margin-left: 100px !important;
}

/*------Margin right-------*/
.mr-0 {
    margin-right: 0px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.mr-15 {
    margin-right: 15px !important;
}

.mr-20 {
    margin-right: 20px !important;
}

.mr-30 {
    margin-right: 30px !important;
}

.mr-40 {
    margin-right: 40px !important;
}

.mr-50 {
    margin-right: 50px !important;
}

.mr-60 {
    margin-right: 60px !important;
}

.mr-70 {
    margin-right: 70px !important;
}

.mr-80 {
    margin-right: 80px !important;
}

.mr-90 {
    margin-right: 90px !important;
}

.mr-100 {
    margin-right: 100px !important;
}

/*------Margin Top-------*/
.mt-0 {
    margin-top: 0px !important;
}

.mt-7 {
    margin-top: 7px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-35 {
    margin-top: 35px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-45 {
    margin-top: 45px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-52 {
    margin-top: 52px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.mt-70 {
    margin-top: 70px !important;
}

.mt-80 {
    margin-top: 80px !important;
}

.mt-90 {
    margin-top: 90px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.mt-110 {
    margin-top: 110px !important;
}

.mt-180 {
    margin-top: 180px !important;
}

/*------Margin Bottom-------*/
.mb-0 {
    margin-bottom: 0px !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.mb-7-5 {
    margin-bottom: 7.5px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-35 {
    margin-bottom: 35px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-58 {
    margin-bottom: 58px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.mb-83 {
    margin-bottom: 83px !important;
}

.mb-85 {
    margin-bottom: 85px !important;
}

.mb-90 {
    margin-bottom: 90px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.mtb-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

/*------Padding all-------*/
.p-60 {
    padding: 60px !important;
}

/*------Padding left-------*/
.pl-0 {
    padding-left: 0px !important;
}

.pl-10 {
    padding-left: 10px !important;
}

.pl-15 {
    padding-left: 15px !important;
}

.pl-20 {
    padding-left: 20px !important;
}

.pl-30 {
    padding-left: 30px !important;
}

.pl-40 {
    padding-left: 40px !important;
}

.pl-50 {
    padding-left: 50px !important;
}

.pl-60 {
    padding-left: 60px !important;
}

.pl-70 {
    padding-left: 70px !important;
}

.pl-80 {
    padding-left: 80px !important;
}

.pl-90 {
    padding-left: 90px !important;
}

.pl-100 {
    padding-left: 100px !important;
}

/*------Padding right-------*/
.pr-0 {
    padding-right: 0px !important;
}

.pr-10 {
    padding-right: 10px !important;
}

.pr-15 {
    padding-right: 15px !important;
}

.pr-20 {
    padding-right: 20px !important;
}

.pr-30 {
    padding-right: 30px !important;
}

.pr-40 {
    padding-right: 40px !important;
}

.pr-50 {
    padding-right: 50px !important;
}

.pr-60 {
    padding-right: 60px !important;
}

.pr-70 {
    padding-right: 70px !important;
}

.pr-80 {
    padding-right: 80px !important;
}

.pr-90 {
    padding-right: 90px !important;
}

.pr-100 {
    padding-right: 100px !important;
}

/*------Padding Left Right-------*/
.plr-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.plr-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.plr-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
}

.plr-35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
}

.plr-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
}

.plr-45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
}

.plr-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
}

.plr-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
}

.plr-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
}

/*------Padding Top-------*/
.pt-0 {
    padding-top: 0px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pt-15 {
    padding-top: 15px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pt-25 {
    padding-top: 25px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.pt-45 {
    padding-top: 45px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.pt-60 {
    padding-top: 60px !important;
}

.pt-70 {
    padding-top: 70px !important;
}

.pt-75 {
    padding-top: 75px !important;
}

.pt-80 {
    padding-top: 80px !important;
}

.pt-90 {
    padding-top: 90px !important;
}

.pt-94 {
    padding-top: 94px !important;
}

.pt-95 {
    padding-top: 95px !important;
}

.pt-100 {
    padding-top: 100px !important;
}

.pt-110 {
    padding-top: 110px !important;
}

.pt-140 {
    padding-top: 140px !important;
}

/*------Padding-------*/
.p-50 {
    padding: 50px !important;
}

.p-48 {
    padding: 48px !important;
}

.p-40 {
    padding: 40px !important;
}

.p-38 {
    padding: 38px !important;
}

/*------Padding Bottom-------*/
.pb-0 {
    padding-bottom: 0px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pb-15 {
    padding-bottom: 15px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pb-25 {
    padding-bottom: 25px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.pb-45 {
    padding-bottom: 45px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.pb-55 {
    padding-bottom: 55px !important;
}

.pb-58 {
    padding-bottom: 58px !important;
}

.pb-60 {
    padding-bottom: 60px !important;
}

.pb-65 {
    padding-bottom: 65px !important;
}

.pb-70 {
    padding-bottom: 70px !important;
}

.pb-75 {
    padding-bottom: 75px !important;
}

.pb-80 {
    padding-bottom: 80px !important;
}

.pb-90 {
    padding-bottom: 90px !important;
}

.pb-95 {
    padding-bottom: 95px !important;
}

.pb-100 {
    padding-bottom: 100px !important;
}

.pb-110 {
    padding-bottom: 110px !important;
}

.pb-120 {
    padding-bottom: 120px !important;
}

.pb-130 {
    padding-bottom: 130px !important;
}

.pb-140 {
    padding-bottom: 140px !important;
}

/*------Padding  Top Bottom-------*/
.ptb-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.ptb-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.ptb-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.ptb-11 {
    padding-top: 11px !important;
    padding-bottom: 11px !important;
}

.ptb-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}

.ptb-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.ptb-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.ptb-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}

.ptb-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.ptb-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

.ptb-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
}

.ptb-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.ptb-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
}

.ptb-58 {
    padding-top: 58px !important;
    padding-bottom: 58px !important;
}

.ptb-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}

.ptb-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}

.ptb-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}

.ptb-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
}

.ptb-92 {
    padding-top: 92px !important;
    padding-bottom: 92px !important;
}

.ptb-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}

.ptb-110 {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
}

.ptb-118 {
    padding-top: 118px !important;
    padding-bottom: 118px !important;
}

.ptb-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
}

.ptb-130 {
    padding-top: 130px !important;
    padding-bottom: 130px !important;
}

.ptb-132 {
    padding-top: 132px !important;
    padding-bottom: 132px !important;
}

.ptb-140 {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
}

.ptb-150 {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
}

.ptb-160 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
}

.ptb-180 {
    padding-top: 180px !important;
    padding-bottom: 180px !important;
}

.ptb-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
}

.ptb-240 {
    padding-top: 240px !important;
    padding-bottom: 240px !important;
}

@media (min-width: 768px) {
    .pl-md-0 {
        padding-left: 0 !important;
    }

    .pr-md-0 {
        padding-right: 0 !important;
    }

    .pl-md-30 {
        padding-left: 30px !important;
    }
}

@media (max-width: 768px) {
    .mb-sm-30 {
        margin-bottom: 30px;
    }
}

.modal-body .size-table td {
    vertical-align: middle;
}

.modal-body .size-table td.size-table-img {
    width: 50%;
}

.loc-title {
    color: #0088cc;
    font-size: 26px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
}

.ws-title {
    color: #ff8900;
    font-size: 26px;
    text-align: center;
}

.ws-banner {
    padding: 0px;
}

.ws-banner iframe {
    width: 100%;
}

.wstitle {
    color: #fff;
}

.ws-site {
    color: #fff;
    background-size: cover;
    margin-right: -15px;
    width: 100%;
    background-image: url(../images/warehouse2.jpg);
}

.ws-site-txt {
    color: #fff;
    margin: 20px auto;
    font-size: 16px;
    line-height: 26px;
}

.ws-site tr td p {
    color: #fff;
    text-align: left;
    font-size: 24px;
}

#wsbanner .bx-wrapper .bx-controls.bx-has-pager.bx-has-controls-direction .bx-pager.bx-default-pager {
    display: none;
}

#wsbanner .list img {
    height: 170px;
}

.modal {
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-body img {
    /*width: 100%;*/
}

.editor img {
    max-width: 100% !important;
    height: inherit !important;
}

.ws-icon {
    margin: 20px auto;
    width: 1040px;
}

.ws-icon div {
    width: 188px;
    float: left;
    margin: 0 10px;
}

.ws-icon-txt {
    color: #ff8900;
    font-size: 20px;
    text-align: center;
    top: -90px;
    position: relative;
    left: -10px;
}

.ws-icon-txt2 {
    color: #fff;
    font-size: 20px;
    top: -74px;
    position: relative;
    left: 124px;
}

.wsph-icon {
    margin: 20px auto;
    width: 930px;
}

.wsph-icon-img {
    text-align: center;
    float: left;
}

.wsph-icon-img>div {
    display: inline-block;
    position: relative;
    width: 100%;
    max-width: 150px;
}

.wsph-icon-img img {
    width: 100%;
}

.wsph-icon-txt {
    color: #ff8900;
    top: 83px;
    position: absolute;
    margin: 0 !important;
    text-align: center;
    font-size: 18px;
    width: 100%;
}

.wsph-icon-txt2 {
    color: #fff;
    font-size: 16px;
    position: absolute;
    width: 36px;
    bottom: 14px;
    right: 6.5px;
}

.ws-size {
    color: #ff8900;
    font-size: 20px;
    text-align: center;
}

.ws-table {
    margin: 20px auto;
    width: 991px;
}

.ws-table div {
    color: #f7630f;
}

.ws-table td {
    padding: 5px;
}

.ws-table a {
    color: #000;
}

.ws-table .year {
    text-align: center;
    background-color: #f7630f;
}

.ws-table .year span {
    color: #fff;
}

.ws-table-title {
    color: #0a8acd;
    font-size: 20px;
    font-weight: bold;
}

.ws-table-txt {
    color: #ff8900;
}

.map-img {
    width: 100%;
    height: 409px;
}

.map-img iframe {
    width: 100%;
}

.ws-other-img {
    height: 220px;
}

.newsph-title {
    font-size: 40px;
    color: #fff;
    height: 100px;
    font-weight: bold;
    letter-spacing: 9px;
    text-align: center;
    margin: 0 auto;
}

.newsph-title>div {
    width: 180px;
    height: 80px;
    border: 10px solid rgba(133, 222, 236, 0.38);
    margin: -69px auto;
}

.wsph-site-txt {
    text-align: left;
    font-size: 16px;
    padding: 0px 20px;
}

#img .size-title {
    color: #000;
    font-size: 26px;
}

.size-table-img {
    padding: 0 20px;
}

.comment {
    color: #FE5000;
    position: relative;
}

.comment-content>p>.btn-comment {
    position: absolute;
    right: 0;
    top: -45px;
}

.btn-comment {
    color: #fff;
    background-color: #FE5000;
}

.ratting-count {
    position: absolute;
    background-image: url(../images/b-star.png);
    background-repeat: no-repeat;
    top: 28px;
    left: 120px;
    width: 50%;
    height: 19px;
}

.ratting-count .ratting-star {
    background-repeat: no-repeat;
    position: absolute;
    height: 19px;
    background-image: url(../images/b-star2.png);
    text-indent: 9999px;
}

.ratting-user {
    background-image: url(../images/b-star.png);
    background-repeat: no-repeat;
    height: 19px;
    width: 90px;
    display: inline-block;
    position: relative;
    top: 4px;
}

.ratting-user .ratting-star {
    background-repeat: no-repeat;
    position: absolute;
    height: 19px;
    background-image: url(../images/b-star2.png);
    text-indent: -9999px;
}

.ratting-user .ratting-star-1 {
    width: 20%;
}

.ratting-user .ratting-star-2 {
    width: 40%;
}

.ratting-user .ratting-star-3 {
    width: 60%;
}

.ratting-user .ratting-star-4 {
    width: 80%;
}

.ratting-user .ratting-star-5 {
    width: 100%;
}

.comment-content {
    position: relative;
}

.comment-div-1 {
    width: 50%;
    float: left;
}

.comment-div-2 {
    width: 50%;
    float: left;
}

.comment-div-3 {
    float: left;
    width: 50%;
    margin: 0 -15px;
}

.comment-form {
    display: none;
}

.hreview .reviewer-info {
    display: inline-block;
}

.hreview .description {
    color: #333;
}

.hreview .vcard {
    display: none;
}

.star-rating {
    font-size: 0;
    /* white-space: nowrap; */
    display: block;
    margin-left: -3px;
    width: 105px;
    height: 21px;
    /* overflow: hidden; */
    position: relative;
    background: url(../images/b-star-i.png);
    background-size: contain;
}

.star-rating i {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 20%;
    z-index: 1;
    background: url(../images/b-star-i-2.png);
    background-size: contain;
    opacity: 0;
}

.star-rating input {
    -moz-appearance: none;
    -webkit-appearance: none;
    opacity: 0;
    display: inline-block;
    width: 20%;
    height: 100%;
    margin: 0;
    padding: 0;
    z-index: 2;
    position: relative;
    cursor: pointer;
}

.star-rating:checked+i {
    opacity: 1;
}

.star-rating.active input:hover+i,
.star-rating.active input:checked+i {
    opacity: 1;
}

.star-rating i~i {
    width: 40%;
}

.star-rating i~i~i {
    width: 60%;
}

.star-rating i~i~i~i {
    width: 80%;
}

.star-rating i~i~i~i~i {
    width: 100%;
}

.btn-comment {
    color: #fff;
    background-color: #dd801e;
}

.btn-comment:hover {
    color: #fff;
    background-color: #FE5000;
}

#comment_form {
    display: none;
}

@media (min-width: 768px) {
    .btn-comment-click {
        position: absolute;
        top: -65px;
        right: 0;
    }
}

.hide {
    display: none !important;
}

.cus-int {
    border: 2px solid #4ac4fa;
    padding: 7.5px 10px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -wbkit-border-radius: 3px;
}

.cus-btn {
    background: #4ac4fa;
    color: #fff;
    border: 2px solid #4ac4fa;
    padding: 7.5px 10px;
}

.cus-btn:hover {
    background: #339bc9;
    border: 2px solid #339bc9;
    color: #fff;
}

.img-wrap .img-item {
    position: relative;
    padding-top: 100%;
    overflow: hidden;
}

.img-wrap .img-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    background-repeat: no-repeat;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.slick-next:before,
.slick-prev:before {
    color: #000;
}

.slick-dots {
    list-style: none;
    padding-right: 0px;
    z-index: 5;
    bottom: -20px;
}

.slick-dots li.slick-active button:before {
    border: 2px solid #000;
    background: #000;
}

.inside-kv .img-wrap .img-item {
    padding-top: 21%;
}

@media (max-width: 767px) {
    .inside-kv .img-wrap .img-item {
        padding-top: 30%;
    }
}

.inside-kv .img-wrap .img-item img {
    width: 100%;
}

.breadcrumb {
    background: #dfdfdf;
    margin: 0;
}

.breadcrumb li a {
    color: #000;
    display: block;
    margin-right: 20px;
    position: relative;
}

.breadcrumb li a:before {
    content: '>';
    position: absolute;
    display: block;
    top: 0;
    right: -15px;
    color: #000 !important;
}

.breadcrumb li a:hover {
    color: #e6801e;
}

.breadcrumb li.active a {
    color: #e6801e;
}

.breadcrumb li:last-child a:before {
    display: none;
}

.btn-facebook {
    background: rgba(59, 89, 152, 0.8);
    color: #fff;
    font-size: 16px;
}

.btn-facebook i {
    font-size: 24px;
    position: relative;
    top: 2px;
}

.btn-facebook:hover {
    background: #3b5998;
    color: #fff;
}

.btn-line {
    background: rgba(0, 195, 0, 0.8);
    color: #fff;
    font-size: 16px;
}

.btn-line i {
    font-size: 24px;
    position: relative;
    top: 2px;
}

.btn-line:hover {
    background: #00c300;
    color: #fff;
}

.btn-google {
    background: rgba(238, 87, 92, 0.8);
    color: #fff;
    font-size: 16px;
}

.btn-google i {
    font-size: 24px;
    position: relative;
    top: 2px;
}

.btn-google:hover {
    background: #ee575c;
    color: #fff;
}

.btn-view {
    border: 1px solid #000;
}

.modal {
    z-index: 9999;
}

.yrs_content .section01 {
    margin-bottom: 80px;
}

.yrs_content .section01 .section01-item .img-wrap {
    padding-right: 7.5px;
}

.yrs_content .section01 .section01-item .img-wrap .img-item {
    position: relative;
    padding-top: 80%;
    overflow: hidden;
}

@media (max-width: 767px) {
    .yrs_content .section01 .section01-item .img-wrap .img-item {
        padding-top: 100%;
    }
}

.yrs_content .section01 .section01-item .img-wrap .img-item img {
    width: 80%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    background-repeat: no-repeat;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

@media (max-width: 767px) {
    .yrs_content .section01 .section01-item .img-wrap .img-item img {
        width: 100%;
    }
}

.yrs_content .section01 .section01-item .section01-word {
    padding-left: 7.5px;
}

.yrs_content .section01 .section01-item .section01-word h3 {
    font-size: 32px;
    font-weight: bold;
}

@media (max-width: 767px) {
    .yrs_content .section01 .section01-item .section01-word h3 {
        font-size: 24px;
    }
}

.yrs_content .section01 .section01-item .section01-word p {
    font-size: 14px;
}

.yrs_content .section02 {
    background-image: url(../images/mo_map_bg.png);
    background-size: cover;
}

.yrs_content .section02 .tw-map {
    position: relative;
}

.yrs_content .section02 .tw-map:before {
    position: absolute;
    display: block;
    content: '';
    background-image: url(../images/tw_map.png);
    width: 184px;
    height: 283px;
    left: 20%;
    top: -25%;
}

@media (max-width: 767px) {
    .yrs_content .section02 .tw-map:before {
        opacity: 0.3;
    }
}

.yrs_content .section02 .tw-map h1 {
    font-size: 52px;
}

@media (max-width: 767px) {
    .yrs_content .section02 .tw-map h1 {
        font-size: 32px;
    }
}

.yrs_content .section02 .tw-map p {
    margin: 0;
}

.yrs_content .section02 .btn-map {
    background: url(../images/btn-map.png);
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    color: #fff;
    font-weight: bold;
}

.yrs_content .section02 .btn-map:hover {
    background-image: url(../images/btn-map-h.png);
}

.yrs_content .section02 .pc_map {
    position: relative;
}

@media (min-width: 768px) {
    .yrs_content .section02 .pc_map .btn-map {
        position: absolute;
        width: 154px;
    }

    .yrs_content .section02 .pc_map .btn-map01 {
        top: 28%;
        left: 18%;
    }

    .yrs_content .section02 .pc_map .btn-map02 {
        top: 42%;
        left: 18%;
    }

    .yrs_content .section02 .pc_map .btn-map03 {
        top: 55%;
        left: 18%;
    }

    .yrs_content .section02 .pc_map .btn-map04 {
        top: 68%;
        left: 18%;
    }

    .yrs_content .section02 .pc_map .btn-map05 {
        top: 81%;
        left: 18%;
    }

    .yrs_content .section02 .pc_map .btn-map13 {
        top: 92%;
        left: 18%;
    }

    .yrs_content .section02 .pc_map .btn-map06 {
        top: 42%;
        right: 14%;
    }

    .yrs_content .section02 .pc_map .btn-map07 {
        top: 55%;
        right: 14%;
    }

    .yrs_content .section02 .pc_map .btn-map08 {
        top: 68%;
        right: 14%;
    }

    .yrs_content .section02 .pc_map .btn-map09 {
        top: 81%;
        right: 14%;
    }

    .yrs_content .section02 .pc_map .btn-map10 {
        top: 27%;
        right: 14%;
    }

    .yrs_content .section02 .pc_map .btn-map11 {
        top: 11%;
        right: 14%;
    }

    .yrs_content .section02 .pc_map .btn-map12 {
        top: 11%;
        right: 69%;
    }
    .yrs_content .section02 .pc_map .btn-map14 {
        top: 90.5%;
        right: 14%;
    }
    .yrs_content .section02 .pc_map .btn-map15 {
          top: 19.5%;
         right: 69%;
    }
}

.yrs_content .section02 .mo_map {
    padding-top: 50px;
}

.yrs_content .section02 .mo_map h3 {
    position: relative;
}

.yrs_content .section02 .mo_map h3:before {
    content: '';
    position: absolute;
    display: block;
    width: 54%;
    height: 2px;
    background-color: #e95504;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
}

.yrs_content .section02 .mo_map .col-6 {
    position: relative;
    padding-top: 10px;
}

.yrs_content .section02 .mo_map .col-6:before {
    content: '';
    position: absolute;
    display: block;
    width: 2px;
    height: 15px;
    background-color: #e95504;
    top: 0px;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    z-index: -1;
}

.yrs_content .section03 {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    background-image: url(../images/rent_bg.jpg);
    background-size: 80%;
    background-repeat: no-repeat;
    padding-top: 150px;
    background-position: -10% -10%;
}

@media (max-width: 767px) {
    .yrs_content .section03 {
        background: none;
        padding-top: 30px;
    }
}

.yrs_content .section03 h1 {
    font-size: 52px;
}

@media (max-width: 767px) {
    .yrs_content .section03 h1 {
        font-size: 32px;
        padding-left: 30px;
    }
}

@media (max-width: 767px) {
    .yrs_content .section03 p {
        padding-left: 30px;
    }
}

.yrs_content .section03 .title-img {
    position: relative;
}

@media (max-width: 767px) {
    .yrs_content .section03 .title-img {
        margin-bottom: 30px;
    }
}

@media (min-width: 768px) {
    .yrs_content .section03 .title-img img {
        position: absolute;
        left: -40px;
        top: 0;
    }
}

.yrs_content .section03 .title-img h2 {
    padding-top: 70px;
}

@media (max-width: 767px) {
    .yrs_content .section03 .title-img h2 {
        padding-top: 0;
        position: absolute;
        bottom: -20px;
        left: 30px;
    }
}

.yrs_content .section03 .step-item {
    position: relative;
    text-align: center;
}

@media (min-width: 768px) {
    .yrs_content .section03 .step-item {
        padding: 0 50px;
    }
}

.yrs_content .section03 .step-item:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 5px;
    background-color: #e95504;
    top: 27.5%;
    left: 50%;
}

@media (max-width: 767px) {
    .yrs_content .section03 .step-item:before {
        width: 3px;
        height: 20px;
        top: inherit;
        bottom: 0;
        left: 37.5%;
    }
}

.yrs_content .section03 .step-item:last-child::before {
    display: none;
}

.yrs_content .section03 .step-item .img-wrap {
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .yrs_content .section03 .step-item .img-wrap {
        padding: 0;
    }
}

.yrs_content .section03 .step-item .img-wrap .img-item {
    border-radius: 50%;
    border: 5px solid #e95504;
    padding-top: 94.5%;
}

@media (max-width: 767px) {
    .yrs_content .section03 .step-item .step-title {
        text-align: left;
    }
}

@media (max-width: 767px) {
    .yrs_content .section03 .step-item .step-icon {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
}

.yrs_content .section04 {
    background-color: #f0f0f0;
    padding: 70px 0;
}

.yrs_content .section04 h2 {
    font-size: 28px;
    text-align: center;
    margin-bottom: 30px;
}

.yrs_content .section04 h2 img {
    margin-left: 10px;
}

@media (min-width: 768px) {
    .yrs_content .section04 .news-item {
        padding: 10px;
    }
}

@media (max-width: 767px) {
    .yrs_content .section04 .news-item {
        padding: 7.5px 15px;
        border-bottom: 1px solid #fff;
    }

    .yrs_content .section04 .news-item:last-child {
        border: none;
    }
}

.yrs_content .section04 .news-item:hover {
    background-color: #fff;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=0, Color=#000000)";
    /*IE 8*/
    -moz-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.1);
    /*FF 3.5+*/
    -webkit-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.1);
    /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
    box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.1);
    /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color=#000000);
    /*IE 5.5-7*/
}

.yrs_content .section04 .news-item:hover h4 {
    color: #e95504;
}

@media (max-width: 767px) {
    .yrs_content .section04 .news-item .img-wrap {
        padding-right: 0;
    }
}

.yrs_content .section04 .news-item .img-wrap .img-item {
    padding-top: 80%;
}

@media (max-width: 767px) {
    .yrs_content .section04 .news-item .img-wrap .img-item {
        padding-top: 100%;
    }
}

.yrs_content .section04 .news-item .news-word p,
.yrs_content .section04 .news-item .news-word span {
    color: #666;
}

.yrs_content .section05 {
    background-color: #74aad8;
    background-image: url(../images/user_mo_bg.jpg);
    background-repeat: no-repeat;
    padding: 70px 0;
    background-size: contain;
}

@media (max-width: 1199px) {
    .yrs_content .section05 {
        background-position: -25%;
    }
}

@media (min-width: 1440px) {
    .yrs_content .section05 {
        background-position: 20%;
    }
}

@media (max-width: 990px) {
    .yrs_content .section05 {
        padding: 70px 0 380px;
        background-position: bottom;
    }
}

@media (max-width: 990px) {
    .yrs_content .section05 .contactus-title {
        text-align: center;
    }

    .yrs_content .section05 .contactus-title h3 {
        font-size: 17px;
        margin: 0;
        line-height: 24px;
    }
}

.yrs_content .section05 .contactus-title .call-word {
    display: block;
    color: #fff;
    font-size: 32px;
    font-weight: bold;
}

.yrs_content .section05 .contactus-title .call-word img {
    width: 25px;
    position: relative;
    top: 3px;
    margin: 0px 5px 0 0px;
}

.yrs_content .section05 .share-item {
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
}

.yrs_content .section05 .share-item:before {
    position: absolute;
    content: '';
    display: block;
    width: calc(66.666667% - 30px);
    height: 1px;
    background: #005eac;
    bottom: 0;
    right: 15px;
}

@media (max-width: 990px) {
    .yrs_content .section05 .share-item:before {
        width: calc(58.333333% - 30px);
    }
}

.yrs_content .section05 .share-item .img-item {
    border-radius: 50%;
    border: solid 5px #74aad8;
    padding-top: calc(100% - 10px);
    -o-transition: all .2s ease;
    transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
}

.yrs_content .section05 .share-item .share-word .share-title {
    font-size: 24px;
    font-weight: bolder;
    color: #ffff01;
    line-height: 30px;
    margin-bottom: 15px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #ffff01;
}

.yrs_content .section05 .share-item .share-word .share-title span {
    color: #fff;
    font-size: 22px;
    font-weight: bolder;
}

@media (max-width: 990px) {
    .yrs_content .section05 .share-item .share-word .share-title span {
        display: block;
    }
}

.yrs_content .section05 .share-item .share-word p {
    color: #000;
}

.yrs_content .section05 .share-item:hover .img-item {
    border: solid 5px #fff;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=0, Color=#FFFFFF)";
    /*IE 8*/
    -moz-box-shadow: 0 0 5px 2px rgba(255, 255, 255, 0.8);
    /*FF 3.5+*/
    -webkit-box-shadow: 0 0 5px 2px rgba(255, 255, 255, 0.8);
    /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
    box-shadow: 0 0 5px 2px rgba(255, 255, 255, 0.8);
    /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color=#FFFFFF);
    /*IE 5.5-7*/
}

.yrs_content .section05 .share-btn {
    color: #000;
    font-size: 26px;
    font-weight: bold;
}

.yrs_content .section05 .share-btn img {
    position: relative;
    left: 0;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
}

.yrs_content .section05 .share-btn:hover img {
    position: relative;
    left: 10px;
}

.yrs_content .content-section {
    padding: 50px 0;
}

.yrs_content .content-section .content-section-title {
    color: #000;
    font-weight: bold;
    font-size: 30px;
    padding-bottom: 15px;
    border-bottom: 3px solid #005e9b;
    margin-bottom: 30px;
    text-align: center;
}

.yrs_content .content-section .content-section-title .orange-point {
    display: inline-block;
    position: relative;
    width: 15px;
    height: 15px;
    background: #e05a24;
    border-radius: 50%;
    top: -3px;
    left: -5px;
}

.yrs_content .content-section .content-section-inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.yrs_content .content-section .content-section-inner h2 {
    color: #005e9b;
}

.yrs_content .content-section .content-section-inner .content-section-item {
    padding-bottom: 30px;
    margin-bottom: 35px;
    position: relative;
}

.yrs_content .content-section .content-section-inner .content-section-item:before {
    position: absolute;
    content: '';
    background: url(../images/about-list-border.png);
    width: 16px;
    height: 29px;
    left: 13px;
    bottom: -20px;
}

.yrs_content .content-section .content-section-inner .content-section-item:after {
    position: absolute;
    content: '';
    background: #e6e2e0;
    width: calc(100% - 42px);
    height: 3px;
    right: 15px;
    bottom: -7px;
}

.yrs_content .content-section .content-section-inner .content-section-item:last-child:before,
.yrs_content .content-section .content-section-inner .content-section-item:last-child:after {
    display: none;
}

.yrs_content .content-section .content-section-inner .content-section-item h2 {
    color: #005e9b;
    margin-bottom: 30px;
}

.yrs_content .content-section .content-section-inner .content-section-item h3 {
    color: #e05a24;
    font-size: 20px;
    margin-bottom: 15px;
}

.yrs_content .content-section .content-section-inner .content-section-item h4 {
    color: #005ea3;
    font-size: 20px;
    margin-bottom: 15px;
}

.yrs_content .content-section .content-section-inner .content-section-item .img-wrap .img-item {
    padding-top: 55%;
}

@media (min-width: 768px) {
    .yrs_content .content-section .content-section-inner .content-section-item .content-section-word {
        padding-left: 45px;
    }
}

.yrs_content .content-section .content-section-inner .content-section-item .content-section-word .over-5 {
    margin-bottom: 70px;
}

.yrs_content .content-section .content-section-inner .content-section-item .content-section-word .about-btn-more {
    width: 100%;
    display: block;
    border: 1px solid #005e9b;
    text-align: center;
    height: 50px;
    font-size: 18px;
    line-height: 50px;
    color: #000;
}

.yrs_content .content-section .content-section-inner .content-section-item .content-section-word .about-btn-more:hover {
    background-color: #005e9b;
    color: #fff;
}

.yrs_content .content-section .content-section-inner .content-section-item.title-item h2,
.yrs_content .content-section .content-section-inner .content-section-item.title-item p {
    margin-bottom: 30px;
}

.yrs_content .content-section .content-section-inner .content-section-item.title-item .inner {
    font-size: 18px;
}

.yrs_content .content-section .content-section-inner .content-section-item.title-item .inner h2 {
    font-size: 24px;
    color: #ff9800;
}

.yrs_content .content-section .content-section-inner .content-section-item.title-item .inner p {
    font-size: 14px;
}

.yrs_content .content-section .content-section-inner .content-section-item.title-item .inner.left_b1,
.yrs_content .content-section .content-section-inner .content-section-item.title-item .inner.right_b1 {
    text-align: center;
    position: relative;
    padding: 30px;
    font-weight: bold;
}

.yrs_content .content-section .content-section-inner .content-section-item.title-item .inner.left_b1 h4+h4,
.yrs_content .content-section .content-section-inner .content-section-item.title-item .inner.right_b1 h4+h4 {
    text-align: left;
}

.yrs_content .content-section .content-section-inner .content-section-item.title-item .inner.left_b1 {
    background: #e05a24;
    color: #fff;
}

.yrs_content .content-section .content-section-inner .content-section-item.title-item .inner.left_b1:before {
    content: '';
    display: block;
    position: absolute;
    bottom: -30px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 25px 0 25px;
    border-color: #e05a24 transparent transparent transparent;
    z-index: 1;
}

.yrs_content .content-section .content-section-inner .content-section-item.title-item .inner.right_b1 {
    background: #005e9b;
    color: #ffff00;
}

.yrs_content .content-section .content-section-inner .content-section-item.title-item .inner.right_b1:before {
    content: '';
    display: block;
    position: absolute;
    bottom: -30px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 25px 0 25px;
    border-color: #005e9b transparent transparent transparent;
    z-index: 1;
}

.yrs_content .content-section .content-section-inner .content-section-item.title-item .inner.left_b2,
.yrs_content .content-section .content-section-inner .content-section-item.title-item .inner.right_b2 {
    padding: 30px 30px 30px 45px;
}

.yrs_content .content-section .content-section-inner .content-section-item.title-item .inner.left_b2 ul li,
.yrs_content .content-section .content-section-inner .content-section-item.title-item .inner.right_b2 ul li {
    list-style-type: disc;
}

.yrs_content .content-section .content-section-inner .content-section-item.title-item .inner.left_b2 {
    background: #f0f0f0;
}

.yrs_content .content-section .content-section-inner .content-section-item.title-item .inner.right_b2 {
    background: #dcf0ff;
}

.yrs_content .content-section .content-section-inner .content-section-item.about-detail-item {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.yrs_content .content-section .content-section-inner .content-section-item.about-detail-item .col-6 {
    margin-bottom: 30px;
}

.yrs_content .content-section .content-section-inner .content-section-item.about-detail-item .col-md-6 {
    font-size: 18px;
}

.yrs_content .content-section .content-section-inner .content-section-item.about-detail-item .bule-bg {
    background: #dcf0ff;
    padding: 15px;
}

.yrs_content .content-section .content-section-inner .content-section-item.about-detail-item .bule-bg h3 {
    color: #e6801e;
}

.yrs_content .content-section .content-section-inner .content-section-item.about-detail-item img {
    width: 100%;
}

.yrs_content .content-section .content-section-inner .content-section-item .case-item .img-wrap .img-item {
    padding-top: 100%;
}

.yrs_content .content-section .content-section-inner .content-section-item .case-item span {
    color: #e05a24;
}

.yrs_content .content-section .content-section-inner .content-section-item .service-item {
    position: relative;
    margin-bottom: 15px;
}

.yrs_content .content-section .content-section-inner .content-section-item .service-item .img-wrap {
    margin-bottom: 15px;
}

.yrs_content .content-section .content-section-inner .content-section-item .service-item .img-wrap .img-item {
    padding-top: calc(100% - 10px);
    border-radius: 50%;
    border: 5px solid #e95504;
}

@media (max-width: 767px) {
    .yrs_content .content-section .content-section-inner .content-section-item .service-item .img-wrap .img-item {
        border: 3px solid #e95504;
    }
}

.yrs_content .content-section .content-section-inner .content-section-item .service-item .service-title {
    text-align: center;
}

.yrs_content .content-section .content-section-inner .content-section-item .service-step-item .row {
    margin-bottom: 30px;
}

.yrs_content .content-section .content-section-inner .content-section-item .service-step-item .row .col-md-2 span {
    color: #e05a24;
    font-size: 22px;
    font-weight: bold;
    position: relative;
}

.yrs_content .content-section .content-section-inner .content-section-item .service-step-item .row .col-md-2 span:before {
    position: absolute;
    content: '';
    display: block;
    background: url(../images/more.png);
    width: 14px;
    height: 22px;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    bottom: -20px;
    left: 50%;
}

.yrs_content .content-section .content-section-inner .content-section-item .service-step-item .row .col-md-10 {
    font-size: 22px;
}

.yrs_content .content-section .content-section-inner .content-section-item .service-step-item .row .col-md-10 span {
    font-size: 22px;
}

.yrs_content .content-section .content-section-inner .content-section-item .service-step-item .row .col-md-10 small {
    display: block;
    color: #666;
    font-size: 14px;
}

.yrs_content .content-section .content-section-inner .content-section-item .service-step-item .row:last-child .col-md-2 span:before {
    display: none;
}

.yrs_content .content-section01 .about-title h1 {
    font-size: 52px;
}

@media (max-width: 767px) {
    .yrs_content .content-section01 .about-title h1 {
        font-size: 32px;
    }
}

.yrs_content .content-section02 {
    background: #dfdfdf;
    padding: 50px 0;
}

.yrs_content .content-section02 h1 {
    font-size: 52px;
}

@media (max-width: 767px) {
    .yrs_content .content-section02 h1 {
        font-size: 32px;
    }
}

.yrs_content .content-section02 h2 {
    color: #005e9b;
}

.yrs_content .content-section02 .about-item {
    position: relative;
}

@media (min-width: 768px) {
    .yrs_content .content-section02 .about-item {
        padding: 0 50px;
    }
}

@media (max-width: 767px) {
    .yrs_content .content-section02 .about-item {
        margin-bottom: 30px;
    }
}

.yrs_content .content-section02 .about-item .img-wrap {
    margin-bottom: 15px;
}

.yrs_content .content-section02 .about-item .img-wrap .img-item {
    padding-top: calc(100% - 10px);
    border-radius: 50%;
    border: 5px solid #e95504;
}

@media (max-width: 767px) {
    .yrs_content .content-section02 .about-item .img-wrap .img-item {
        border: 3px solid #e95504;
    }
}

.yrs_content .content-section02 .about-item .about-title {
    color: #e6801e;
    text-align: center;
}

.yrs_content .content-section03 {
    padding: 50px 0;
}

.yrs_content .content-section03 .about-icon {
    text-align: center;
}

.yrs_content .content-section04 .row {
    background-color: #005e9b;
}

.yrs_content .content-section04 .row.flex-row-reverse {
    background-color: #e05a24;
}

.yrs_content .content-section04 .about-reason {
    padding: 0 45px;
}

@media (max-width: 767px) {
    .yrs_content .content-section04 .about-reason {
        padding: 30px 15px;
    }
}

@media (min-width: 768px) {
    .yrs_content .content-section04 .about-reason .absolute-left {
        position: absolute;
        top: 50%;
        right: 45px;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
}

.yrs_content .content-section04 .about-reason h3 {
    color: #ffff00;
    font-size: 30px;
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .yrs_content .content-section04 .about-reason h3 {
        font-size: 24px;
    }
}

.yrs_content .content-section04 .about-reason ul {
    padding-left: 20px;
}

.yrs_content .content-section04 .about-reason ul li {
    list-style-type: disc;
    color: #fff;
    font-size: 18px;
}

@media (max-width: 767px) {
    .yrs_content .content-section04 .about-reason ul li {
        font-size: 16px;
    }
}

.yrs_content .content-section05 img {
    margin: 0 auto;
}

.yrs_content .content-section .qa-item {
    margin-bottom: 15px;
}

.yrs_content .content-section .qa-item .qa-tab_cont .qa-tab_item_top {
    background: #e7e7e7;
    padding: 7px 45px;
    font-size: 20px;
    position: relative;
    cursor: pointer;
    border: 1px solid #e7e7e7;
}

.yrs_content .content-section .qa-item .qa-tab_cont .qa-tab_item_top:before {
    position: absolute;
    content: '';
    display: block;
    background: url(../images/Q.png);
    width: 26px;
    height: 29px;
    top: 9px;
    left: 9px;
}

.yrs_content .content-section .qa-item .qa-tab_cont .qa-tab_item_bottom {
    display: none;
    position: relative;
    padding: 7px 45px;
    font-size: 20px;
    border: 1px solid #ddd;
}

.yrs_content .content-section .qa-item .qa-tab_cont .qa-tab_item_bottom:before {
    position: absolute;
    content: '';
    display: block;
    background: url(../images/a.png);
    width: 26px;
    height: 29px;
    top: 9px;
    left: 9px;
}

.yrs_content .content-section .qa-item .qa-tab_cont.active_top .qa-tab_item_top {
    background: #005e92;
    border: 1px solid #005e92;
    color: #fff;
}

.yrs_content .content-section .qa-item .qa-tab_cont.active_top .qa-tab_item_top:before {
    background: url(../images/Q-h.png);
}

.yrs_content .list-section {
    padding-top: 50px;
}

.yrs_content .list-section h2 {
    font-size: 28px;
    text-align: center;
    margin-bottom: 30px;
    line-height: 26px;
}

@media (min-width: 768px) {
    .yrs_content .list-section .news-item {
        padding: 10px;
    }
}

@media (max-width: 767px) {
    .yrs_content .list-section .news-item {
        padding: 7.5px 15px;
        border-bottom: 1px solid #fff;
    }

    .yrs_content .list-section .news-item:last-child {
        border: none;
    }
}

.yrs_content .list-section .news-item:hover {
    background-color: #fff;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=0, Color=#000000)";
    /*IE 8*/
    -moz-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.1);
    /*FF 3.5+*/
    -webkit-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.1);
    /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
    box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.1);
    /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color=#000000);
    /*IE 5.5-7*/
}

.yrs_content .list-section .news-item:hover h4 {
    color: #e95504;
}

@media (max-width: 767px) {
    .yrs_content .list-section .news-item .img-wrap {
        padding-right: 0;
    }
}

.yrs_content .list-section .news-item .img-wrap .img-item {
    padding-top: 80%;
}

@media (max-width: 767px) {
    .yrs_content .list-section .news-item .img-wrap .img-item {
        padding-top: 100%;
    }
}

.yrs_content .list-section .news-item .news-word p,
.yrs_content .list-section .news-item .news-word span {
    color: #666;
}

@media (min-width: 768px) {
    .yrs_content .list-section .video-item {
        padding: 10px;
    }
}

@media (max-width: 767px) {
    .yrs_content .list-section .video-item {
        padding: 7.5px 15px;
        border-bottom: 1px solid #fff;
    }

    .yrs_content .list-section .video-item:last-child {
        border: none;
    }
}

.yrs_content .list-section .video-item:hover {
    background-color: #fff;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=0, Color=#000000)";
    /*IE 8*/
    -moz-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.1);
    /*FF 3.5+*/
    -webkit-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.1);
    /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
    box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.1);
    /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color=#000000);
    /*IE 5.5-7*/
}

.yrs_content .list-section .video-item:hover h4 {
    color: #e95504;
}

@media (max-width: 767px) {
    .yrs_content .list-section .video-item .img-wrap {
        padding-right: 0;
    }
}

.yrs_content .list-section .video-item .img-wrap .img-item {
    padding-top: 60%;
}

@media (max-width: 767px) {
    .yrs_content .list-section .video-item .img-wrap .img-item {
        padding-top: 75%;
    }
}

.yrs_content .list-section .video-item .video-word p,
.yrs_content .list-section .video-item .video-word span {
    color: #666;
}

.yrs_content .list-section .detail-title h2 {
    color: #005eac;
    text-align: left;
    margin-bottom: 15px;
}

.yrs_content .list-section .detail-title span {
    display: block;
    margin-bottom: 10px;
}

.yrs_content .list-section .detail-title p {
    color: #e05a24;
    margin-bottom: 15px;
}

.yrs_content .list-section .map-list-item {
    text-align: center;
}

.yrs_content .list-section .map-list-item .img-wrap {
    border: 2px solid #fff;
}

.yrs_content .list-section .map-list-item p {
    font-weight: bold;
}

.yrs_content .list-section .map-list-item .col-md:hover {
    color: #e05a24;
}

.yrs_content .list-section .map-list-item .col-md:hover .img-wrap {
    border: 2px solid #e05a24;
}

.yrs_content .skill-section {
    padding-top: 30px;
}

.yrs_content .skill-section .skill-item {
    position: relative;
    padding: 100px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 990px) {
    .yrs_content .skill-section .skill-item {
        padding: 40px 0;
    }
}

.yrs_content .skill-section .skill-item h2 {
    line-height: 55px;
    padding: 0 60px;
    border-radius: 40px;
    color: #fff;
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
}

.yrs_content .skill-section .skill-item p {
    font-size: 20px;
    width: 60%;
}

@media (max-width: 990px) {
    .yrs_content .skill-section .skill-item p {
        width: 65%;
    }
}

.yrs_content .skill-section .skill-item .img-wrap {
    width: 30%;
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #ddd;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=0, Color=#000000)";
    /*IE 8*/
    -moz-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3);
    /*FF 3.5+*/
    -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3);
    /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3);
    /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color=#000000);
    /*IE 5.5-7*/
}

@media (max-width: 990px) {
    .yrs_content .skill-section .skill-item .img-wrap {
        width: 40%;
    }
}

.yrs_content .skill-section .skill-item:nth-child(odd) h2 {
    background: #da5a24;
}

.yrs_content .skill-section .skill-item:nth-child(odd) p {
    padding-left: 60px;
}

.yrs_content .skill-section .skill-item:nth-child(odd) .img-wrap {
    right: -5px;
    top: 0;
}

.yrs_content .skill-section .skill-item:nth-child(even) {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.yrs_content .skill-section .skill-item:nth-child(even) h2 {
    background: #005e95;
    text-align: right;
}

.yrs_content .skill-section .skill-item:nth-child(even) p {
    text-align: right;
    padding-right: 60px;
}

.yrs_content .skill-section .skill-item:nth-child(even) .img-wrap {
    left: -5px;
    top: 0;
}

.yrs_content .left-list-title {
    color: #005e9b;
    font-weight: bold;
    font-size: 30px;
    padding-bottom: 15px;
    border-bottom: 3px solid #005e9b;
    margin-bottom: 30px;
}

.yrs_content .left-list {
    margin-bottom: 30px;
}

.yrs_content .left-list ul li {
    border-bottom: 1px solid #005e9b;
}

.yrs_content .left-list ul li a {
    display: block;
    padding: 0 15px;
    position: relative;
    font-size: 18px;
    line-height: 52px;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    color: #000;
}

.yrs_content .left-list ul li a:after {
    text-decoration: none;
    cursor: pointer;
    position: absolute;
    content: '';
    background: url(../images/about-list-hover.png);
    width: 28px;
    height: 54px;
    top: -1px;
    left: -28px;
    display: block;
    opacity: 0;
    background-size: contain;
}

.yrs_content .left-list ul li a:before {
    -o-transition: all .1s ease;
    transition: all .1s ease;
    -moz-transition: all .1s ease;
    -webkit-transition: all .1s ease;
    text-decoration: none;
    cursor: pointer;
    position: absolute;
    content: '';
    background: url(../images/about-btn-more.png);
    width: 14px;
    height: 22px;
    display: block;
    top: 16px;
    right: 16px;
}

.yrs_content .left-list ul li:hover a,
.yrs_content .left-list ul li.active a {
    background: #005eac;
    color: #fff;
}

.yrs_content .left-list ul li:hover a:after,
.yrs_content .left-list ul li.active a:after {
    opacity: 1;
}

.yrs_content .left-list ul li:hover a:before,
.yrs_content .left-list ul li.active a:before {
    background: url(../images/about-btn-more-h.png);
}

.yrs_content .left-list ul li:first-child a:hover:after {
    width: 28px;
    height: 53px;
    top: 0px;
    left: -27px;
}

.yrs_content .left-list ul li:first-child.active a:after {
    width: 28px;
    height: 53px;
    top: 0px;
    left: -27px;
}

.yrs_content .left-list ul li:last-child a:hover:after {
    width: 28px;
    height: 53px;
    top: -1px;
    left: -27px;
}

.yrs_content .left-list ul li:last-child.active a:after {
    width: 28px;
    height: 53px;
    top: -1px;
    left: -27px;
}

.yrs_content .left-list-other .list-other-item .list-other-title {
    background-color: #72a0ce;
    border: 1px solid #72a0ce;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
}

.yrs_content .left-list-other .list-other-item .list-other-content {
    border-left: 1px solid #72a0ce;
    border-right: 1px solid #72a0ce;
    border-bottom: 1px solid #72a0ce;
    padding: 15px;
}

.yrs_content .map-detail .map-detail-title {
    padding: 30px 15px 10px;
}

.yrs_content .map-detail .map-detail-title h2 {
    font-size: 50px;
    color: #005e92;
}

.yrs_content .map-detail .map-detail-cus {
    background: #005e92;
    padding: 25px 0;
    margin-bottom: 50px;
}

.yrs_content .map-detail .map-detail-cus ul li {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

@media (max-width: 767px) {
    .yrs_content .map-detail .map-detail-cus ul li {
        text-align: center;
        margin-bottom: 15px;
        line-height: 24px;
    }
}

.yrs_content .map-detail .map-detail-cus ul li img {
    position: relative;
    top: 2px;
    margin-right: 5px;
}

.yrs_content .map-detail .map-detail-cus02 {
    position: relative;
    margin-bottom: 50px;
}

.yrs_content .map-detail .map-detail-cus02 h2 {
    font-size: 50px;
    color: #005e92;
    padding: 30px 0 20px;
}

@media (max-width: 767px) {
    .yrs_content .map-detail .map-detail-cus02 h2 {
        font-size: 30px;
        padding: 30px 0 0 0;
    }
}

.yrs_content .map-detail .map-detail-cus02 ul li {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

@media (max-width: 767px) {
    .yrs_content .map-detail .map-detail-cus02 ul li {
        text-align: center;
        margin-bottom: 15px;
        line-height: 24px;
    }
}

.yrs_content .map-detail .map-detail-cus02 ul li img {
    position: relative;
    top: 2px;
    margin-right: 5px;
}

@media (max-width: 767px) {
    .yrs_content .map-detail .map-detail-cus02 ul {
        margin-bottom: 15px;
    }
}

.yrs_content .map-detail .map-detail-cus02:before {
    content: '';
    display: block;
    width: 100%;
    background: #005e92;
    height: calc(100% - 120px);
    position: absolute;
    top: 120px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}

@media (min-width: 768px) {
    .yrs_content .map-detail .map-detail-cus02:before {
        content: '';
        display: block;
        width: 100%;
        background: #005e92;
        height: 140px;
        position: absolute;
        top: 49%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}

.yrs_content .map-detail .map-detail-cus02 .map-border {
    border: 5px solid #005e92;
}

.yrs_content .map-detail .map-detail-section01 {
    margin-bottom: 50px;
}

.yrs_content .map-detail .map-detail-section01 h3 {
    font-size: 30px;
    margin-bottom: 30px;
}

.yrs_content .map-detail .map-detail-section01 .ck-edit-item p {
    margin-bottom: 10px;
}

.yrs_content .map-detail .map-detail-section02 {
    background: #d6d6d6;
    padding: 80px 0 50px;
    margin-bottom: 30px;
}

.yrs_content .map-detail .map-detail-section02 .map-detail-section02-item {
    text-align: center;
    margin-bottom: 30px;
}

.yrs_content .map-detail .map-detail-section02 .map-detail-section02-item .bg-white {
    padding: 15px 0;
}

@media (max-width: 767px) {
    .yrs_content .map-detail .map-detail-section02 .map-detail-section02-item .bg-white img {
        max-width: 100%;
    }
}

.yrs_content .map-detail .map-detail-section02 .map-detail-section02-item .bg-white p {
    font-size: 24px;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .yrs_content .map-detail .map-detail-section02 .map-detail-section02-item .bg-white p {
        font-size: 18px;
    }
}

.yrs_content .map-detail .map-detail-section02 .map-detail-section02-item .custom-detail-btn {
    background: #dd801e;
    border-radius: 0;
    width: 100%;
    color: #fff;
}

.yrs_content .map-detail .map-detail-section02 .map-detail-section02-item .custom-detail-btn:hover {
    background: #d75a24;
}

.yrs_content .map-detail .map-detail-section03 {
    margin-bottom: 50px;
}

.yrs_content .map-detail .map-detail-section03 .img-wrap {
    margin: 0 7.5px;
}

.yrs_content .map-detail .map-detail-section03 .img-wrap .img-item {
    padding-top: 70%;
}

.yrs_content .map-detail .map-detail-section03 .img-wrap .img-item img {
    width: 100%;
}

.yrs_content .map-detail .map-detail-section04 {
    margin-bottom: 50px;
}

.yrs_content .map-detail .map-detail-section04 .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.yrs_content .map-detail .map-detail-section04 .title img {
    margin-right: 10px;
}

.yrs_content .map-detail .map-detail-section04 .title h3 {
    font-size: 30px;
    color: #005e92;
}

.yrs_content .map-detail .map-detail-section05 .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
}

.yrs_content .map-detail .map-detail-section05 .title img {
    margin-right: 10px;
}

.yrs_content .map-detail .map-detail-section05 .title h3 {
    font-size: 30px;
    color: #005e92;
    margin: 0;
}

.yrs_content .map-detail .map-detail-table {
    margin-bottom: 50px;
}

.yrs_content .map-detail .map-detail-table .map-detail-table-item table {
    width: 100%;
    text-align: center;
}

.yrs_content .map-detail .map-detail-table .map-detail-table-item table tbody {
    border: 5px solid #024080;
}

.yrs_content .map-detail .map-detail-table .map-detail-table-item table tbody tr td {
    border: 2px solid #005e92;
}

.yrs_content .map-detail .map-detail-table .map-detail-table-item table tbody tr:first-child {
    background: #024080;
}

.yrs_content .map-detail .map-detail-table .map-detail-table-item table tbody tr:first-child td {
    color: #fff;
    padding: 20px 0;
}

.yrs_content .map-detail .map-detail-table .map-detail-table-item table tbody tr:first-child td:nth-child(4) {
    background: #005e92;
    color: #ffff00;
}

.yrs_content .map-detail .map-detail-table .map-detail-table-item table tbody tr:first-child td:nth-child(5) {
    background: #d75a24;
}

.yrs_content .map-detail .map-detail-list {
    margin-bottom: 50px;
}

.yrs_content .map-detail .map-detail-list h3 {
    font-size: 30px;
    margin-bottom: 30px;
}

.yrs_content .map-detail .map-detail-list .detail_list_img {
    margin: 0 7.5px;
}

.yrs_content .map-detail .map-detail-assess .detail-assess-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.yrs_content .map-detail .map-detail-assess .detail-assess-title h3 {
    font-size: 30px;
    margin-bottom: 0px;
}

.yrs_content .map-detail .map-detail-assess .detail-assess-title .ratting-star {
    width: 90px;
    height: 19px;
    background-image: url(../images/b-star2.png);
    margin: 0 7.5px;
}

.yrs_content .cus-choose {
    background: #dfdfdf;
    padding: 30px 0;
    margin-bottom: 50px;
}

.yrs_content .cus-choose .us-service-find {
    border: 1px solid #005ea6;
    background: #005ea6;
    color: #fff;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    padding-left: 20px;
}

.yrs_content .cus-choose .btn-outline-secondary {
    border: 1px solid #fff;
    background: #fff;
    color: #005ea6;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.yrs_content .cus-list {
    position: relative;
}

.yrs_content .cus-list h2 {
    font-size: 50px;
    color: #005e92;
    padding: 30px 0 20px;
}

@media (max-width: 767px) {
    .yrs_content .cus-list h2 {
        font-size: 30px;
        padding: 30px 0 0 0;
    }
}

.yrs_content .cus-list ul li {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

@media (max-width: 767px) {
    .yrs_content .cus-list ul li {
        text-align: center;
        margin-bottom: 15px;
        line-height: 24px;
    }
}

.yrs_content .cus-list ul li img {
    position: relative;
    top: 2px;
    margin-right: 5px;
}

@media (max-width: 767px) {
    .yrs_content .cus-list ul {
        margin-bottom: 15px;
    }
}

.yrs_content .cus-list .row {
    position: relative;
    margin-bottom: 30px;
}

.yrs_content .cus-list .row:before {
    content: '';
    display: block;
    width: 100%;
    background: #005e92;
    height: calc(100% - 130px);
    position: absolute;
    top: 130px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}

@media (min-width: 768px) {
    .yrs_content .cus-list .row:before {
        content: '';
        display: block;
        width: 100%;
        background: #005e92;
        height: 120px;
        position: absolute;
        top: 49%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}

@media (max-width: 767px) {
    .yrs_content .cus-list .cus-content {
        color: #fff;
    }
}

.yrs_content .cus-list .map-border {
    border: 5px solid #005e92;
    overflow: hidden;
}

@media (max-width: 767px) {
    img {
        max-width: 100% !important;
    }
}

.fb-container {
    width: 95%;
    margin: 0px auto;
}



/*20251229後新增*/
:root{
    --yrsr:#f15a24;
    --yrso:#f7851e;
    --yrsb:#0240a0;
    --yrslb:#005eac;
    --yrsy:#ffff01;
}


.header .top-header .top-menu .has-hover .hover-wrap .hover-list .hover-list-meun ul li a h4 span{
    color:#ffff00 ;
}

.more-btn{
    display: block;
    width: fit-content;
    padding: 10px 40px;
    border-radius: 15px;
    color: #fff;
    background-color: var(--yrsr);
}

.ids2 .s2-r{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;

}


.ids2 .s2-r .s2-text{
    flex: 0 0 50%;
    padding-left: calc(50vw - 600px);
    background-color: var(--yrsr);
    padding-top: 80px;
    padding-right: 15px;

}

.ids2 .s2-r .s2-text.s2-text2{
    padding-left: 105px;
    padding-right: calc(50vw - 600px);
    background-color: var(--yrslb);
}

.ids2 .s2-r .s2-text h3{
    color: var(--yrsy);
    font-size: 30px;
    margin-bottom: 1em;
}
.ids2 .s2-r .s2-text ul{
    margin-bottom: 30px;
}
.ids2 .s2-r .s2-text li{
    color: #fff;
    font-size: 20px;
    list-style: disc;
    list-style-position: inside;
}

.ids2 .s2-r .s2-cun{
        flex: 0 0 50%;
}

.ids2 .s2-r .s2-bg{
    padding-top: 44.75%;
    background-image: url(../images/ids2img1.jpg);
    background-size: cover;
    background-repeat: no-repeat;

}

.ids2 .s2-r .s2-bg.s2-bg2{
    background-image: url(../images/ids2img.jpg);
}


@media (max-width: 991px) {
.ids2 .s2-r .s2-text{
    flex: 0 0 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 40px;
    padding-bottom: 40px;
    order: 2;
}
.ids2 .s2-r .s2-cun{
        flex: 0 0 100%;
        order: 1;
}
.ids2 .s2-r .s2-cun.s2-cun2{
        flex: 0 0 100%;
        order: 3;
}
.ids2 .s2-r .s2-bg{
    padding-top: 60%;

}

.ids2 .s2-r .s2-text.s2-text2{
    flex: 0 0 100%;
    padding-left: 15px;
    padding-right: 15px;
    order: 4;
}
}