@charset "utf-8";
/*  global  */
body {
    font-family: 'Noto Sans TC', sans-serif;
    overflow-x: hidden;
}
.wrap {
    width: 100%;
}
.container {
    max-width: 1200px;
    margin: auto;
}

/* a {
    color: #32312f;
    text-decoration: none;
}
a:focus,
a:hover {
    text-decoration: none;
    color: initial;
} */
/* h1,
h2,
h3, 
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: initial;
} */
/* ul,
section,
div,
h3 {
    position: relative;
} */
/* * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
} */
/* ul:after,
section:after,
div:after,
li:after {
    content: '';
    display: block;
    clear: both;
} */
/* ul {
    list-style: none;
    margin: 0;
    padding: 0;
} */
/* body,
div,
p {
    margin: 0;
    padding: 0;
} */

:root {
    --cyanblue: #00aca8;
}

.bg-eeeeee {
    background-color: #eeeeee;
}
.bg-e5e5e5 {
    background-color: #e5e5e5;
}
.bg-2b8a91 {
    background-color: #2b8a91;
}
.bg-1e798b {
    background-color: #1e798b;
}
.bg-3a3a3a {
    background-color: #3a3a3a;
}
.bg-006672 {
    background-color: #006672;
}
.bg-88d3cc {
    background-color: #88d3cc;
}
.bg-c7e0e4 {
    background-color: #c7e0e4;
}
.bg-A9DBE2 {
    background-color: #a9dbe2;
}
.bg-eeeeee {
    background-color: #eeeeee;
}
.bg-b7b5b6 {
    background-color: #b7b5b6;
}

.text-white,
.text-white a,
a.text-white {
    color: #fff;
}
.text-003d3e,
.text-003d3e a,
a.text-003d3e {
    color: #003d3e;
}
.text-2b8a91,
.text-2b8a91 a,
a.text-2b8a91 {
    color: #2b8a91;
}
.text-026b72,
.text-026b72 a,
a.text-026b72 {
    color: #026b72;
}
.text-01687b,
.text-01687b a,
a.text-01687b {
    color: #01687b;
}

.text-383838,
.text-383838 a,
a.text-383838 {
    color: #383838;
}

.text-2 {
    font-size: 2rem;
}
.text-11 {
    font-size: 1.1rem;
}
.text-14 {
    font-size: 1.4rem;
}
.text-108 {
    font-size: 1.08rem;
}
.text-09 {
    font-size: 0.9rem;
}
.text-08 {
    font-size: 0.8rem;
}
.text-085 {
    font-size: 0.85rem;
}
.text-07 {
    font-size: 0.7rem;
}
/*	* { touch-action: none; }*/
/*	==========================================	*/
/*  icon  */
/*	.footericon { padding-left:25px; }*/

/*	.icon-date { background:url(/assets/img/index/icon_03.png) no-repeat left; min-height: 23px; line-height: 23px; padding-left: 28px; }
	.icon-datedark { background:url(/assets/img/index/icon_03_dark.png) no-repeat left; min-height: 23px; line-height: 23px; padding-left: 28px; }
	.icon-loc { background:url(/assets/img/index/icon_04.png) no-repeat left; min-height: 19px; line-height: 19px; }
	.icon-tel { background:url(/assets/img/index/icon_05.png) no-repeat left; min-height: 19px; line-height: 19px; }
	.icon-fax { background:url(/assets/img/index/icon_06.png) no-repeat left; min-height: 19px; line-height: 19px; }
	.icon-mail { background:url(/assets/img/index/icon_07.png) no-repeat left; min-height: 19px; line-height: 19px; }
	.icon-link { background:url(/assets/img/index/icon_08.png) no-repeat left; min-height: 19px; line-height: 19px; }
	.icon-wechat { background:url(/assets/img/index/wechat_02.png) no-repeat left; min-height: 19px; line-height: 19px; background-size: contain; }
*/

/*index*/
.scroll {
    position: absolute;
    top: 85%;
    left: 50%;
    animation: baloon_1 2s infinite;
    animation-direction: alternate;
}

@keyframes baloon_1 {
    0% {
        transform: translateY(20px);
    }
    50% {
        transform: translateY(50px);
    }
    100% {
        transform: translateY(20px);
    }
}

.rwdscroll {
    position: absolute;
    top: 60%;
    left: 50%;
    animation: baloon_1 2s infinite;
    animation-direction: alternate;
}

@keyframes baloon_1 {
    0% {
        transform: translateY(20px);
    }
    50% {
        transform: translateY(50px);
    }
    100% {
        transform: translateY(20px);
    }
}
.rwdscroll img {
    width: 100%;
}

/*case*/
.wrd1 {
    writing-mode: vertical-lr;
    text-orientation: sideways-right;
}
.wrd2 {
    writing-mode: vertical-lr;
    text-orientation: upright;
}
.casewrd1 {
    position: absolute;
    top: 4%;
    left: 1%;
    z-index: 22;
    display: none;
}

.casewrd2 {
    position: absolute;
    top: 83%;
    left: 73%;
    z-index: 22;
    display: none;
}
:hover.casebox .casewrd1,
.casebox.active .casewrd1,
:hover.casebox .casewrd3,
.casebox.active .casewrd3 {
    display: flex;
}
:hover.casebox .casewrd2,
.casebox.active .casewrd2,
:hover.casebox .casewrd4,
.casebox.active .casewrd4 {
    display: flex;
}

:hover.casebox .casewrd3 {
    background-color: #a9dbe2;
    height: 100%;
}
.casepic:before {
    content: '';
    position: absolute;
    background-color: rgba(0, 0, 0, 0.151);
    top: 0;
    left: 0;
    width: 0%;
    height: 0%;
    z-index: 11;
}

.casepic:hover::before,
.casebox.active .casepic::before {
    width: 100%;
    height: 100%;
}

:hover.casebox .changewrd,
.casebox.active .changewrd {
    color: #2b8a91;
}

.casepic,
.casepic2 {
    position: relative;
    overflow: hidden;
}

li:hover .casepic img,
:hover.casepic2 img {
    transform: scale(1.1);
    animation: casepic 3s ease-in-out forwards;
}
@keyframes casepic {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.1);
    }
}

.changewrd {
    overflow: hidden;
    height: 85px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.wrd3 {
    writing-mode: vertical-rl;
    text-orientation: sideways;
    transform: rotate(-180deg);
}

.casewrd3 {
    position: absolute;
    top: 0%;
    right: 0%;
    z-index: 22;
    display: none;
}

.casewrd4 {
    position: absolute;
    top: 54%;
    right: 5%;
    z-index: 22;
    display: none;
}

.casearrow1 {
    position: absolute;
    top: 50%;
    left: 2%;
    z-index: 99;
}
.casearrow2 {
    position: absolute;
    top: 50%;
    right: 2%;
    z-index: 99;
}

.caseslist .w-6\/12 {
    width: calc(50% - 10px);
}
.caseslist .w-4\/12 {
    width: calc(33.333333% - 14px);
}

/*news*/
.page a::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    top: -22px;
    background-color: #5abbb4;
}
.page a {
    padding: 0 10px;
}
.newsbg {
    height: 100%;
    background: linear-gradient(to bottom, #88d3cc 0%, #5abbb4 100%);
    display: inline-block;
}
.nextwrd:hover {
    text-decoration: underline;
}
:hover.newsarrow .nextarrow1 {
    display: none;
}
:hover.newsarrow .nextarrow2 {
    display: block;
}
.changewrd2 {
    overflow: hidden;
    height: 85px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.changewrd3 {
    padding-right: 15px;
    overflow: hidden;
    height: 52px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.newsleft {
    width: 30%;
    height: 100%;
}
.newsright {
    width: 70%;
    height: 100%;
}

/*service*/
.servicelist li {
    position: relative;
}
.servicelist li:before {
    content: '';
    position: absolute;
    right: 0;
    border: 1px solid #dcdcdc;
    height: 50%;
    top: 50%;
    transform: translate3d(0, -59%, 0);
}
.servicelist li:nth-child(3n):before,
.servicelist li:last-child:before {
    display: none;
}

.servicelist li:before .servicewrd {
    top: 89%;
    left: -20%;
}
.sidebar-left {
    /* float: left; */
    width: 17%;
    height: 100%;
    background: linear-gradient(to bottom, #88d3cc 0%, #5abbb4 100%);
    border-radius: 20px;
}
.sidebar-right {
    /* float: right; */
    width: 83%;
}

.panel {
    max-height: 0;
    overflow: hidden;
    transition: all 0.33333s ease-in-out;
}
.active + .panel {
    max-height: 1000px;
}

.qbox li .active .plus {
    display: none;
}
.qbox li .active .minus {
    display: block;
}
.qbox li .active {
    background-color: #2b8a9111;
}
.panel {
    background-color: #2b8a9111;
}

.sidewrd.active,
:hover.sidewrd {
    color: #caf7f3;
}

.list li {
    list-style-type: none;
    padding: 15px 0px;
}
.list li:hover,
.list li.active {
    list-style-type: disc;
    color: #caf7f3;
}
.servicesplide li .a {
    position: relative;
}
.servicesplide li .a::before {
    content: '';
    position: absolute;
    background-color: #eeeeee;
    width: 2px;
    height: 100%;
    top: 0;
    right: 0;
    /* right: -26%; */
}
.servicesplide li:last-child .a::before {
    display: none;
}
.servicesplide li img {
    width: 73%;
}

.hoverab {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    -moz-transform: translateY(360px);
    -webkit-transform: translateY(360px);
    -o-transform: translateY(360px);
    -ms-transform: translateY(360px);
    transform: translateY(360px);
}
.servicelist li a {
    display: block;
    position: relative;
    overflow: hidden;
}
.servicelist li a:hover .hoverab {
    opacity: 1;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

/*about*/

.aboutbg {
    background: url(../../assets/img/about/bg.png);
    width: 100%;
    /* height: 100%; */
}

.aboutblock {
    max-height: 0;
    overflow: hidden;
    transition: all 0.33333s ease-in-out;
}
.active.aboutblock {
    max-height: 1000vh;
}

.aboutshadow li.active .aboutbox {
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
    border-radius: 20px;
}
.aboutshadow li.active .aboutbox:before {
    content: '';
    display: none;
}

/*  onscrolling  */
.headerbox.headroom--pinned {
    transition: all 0.33333s ease-in-out;
    background-color: #303030;
}
.headerbox.headroom--top {
    background-color: transparent;
}
/*  header  */
.headerbox {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    transition: all 0.33333s ease-in-out;
    background-color: transparent;
    /* background-color: rgba(0, 0, 0, 0.8); */
}
.logo {
    float: left;
    width: 212px;
    padding-top: 20px;
    margin-left: 46px;
}

.headerbox.CasesDetail .logo img:nth-child(2) {
    display: none;
}
.headerbox.CasesDetail .logo img:nth-child(1) {
    display: block;
}
.headerbox.CasesDetail .menulist > li > a {
    color: #32a49a;
}
.headerbox.CasesDetail .menulist > li:hover:after,
.headerbox.CasesDetail .menulist > li.active:after {
    content: '';
    background-color: transparent;
}
.headerbox.CasesDetail.headroom--pinned {
    background-color: #fff;
}

.menu {
    float: right;
}

.menulist {
    display: flex;
}

.menulist > li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10rem;
    height: 5rem;
    position: relative;
}
.menulist > li > a {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
}
/* .menulist > li > a > p {
    transform: translate3d(0%, 170%, 0);
} */
.menulist > li:hover:after,
.menulist > li.active:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #003d3e;
    z-index: -1;
    /* transform: translate3d(0%, 0%, 0) skewX(20deg); */
}
.menu2 {
    display: none;
    position: absolute;
    left: 0px;
    top: 80px;
    background-color: rgba(232, 228, 203, 0.9);
}
.menu2list li {
    position: relative;
}

.menu2list li:last-child:before {
    display: none;
}
.menu2list a {
    text-align: center;
    width: 10rem;
    padding: 15px 0;
    display: inline-block;
    color: #003d3e;
}
.menu2list a:hover,
.menu2list a.active {
    background-color: #eeb13e;
}

.menulist li:hover .menu2,
.menulist li.active .menu2 {
    display: block;
}

/*  rwd menu  */
.rwdmenubtn {
    display: none;
}
.navbar-toggle {
    border: 0;
    background-color: transparent;
    position: absolute;
    right: 0;
    top: calc((100% - 25px) / 2);
    outline: none;
}
.navbar-toggle .icon-bar {
    background-color: var(--cyanblue);
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    transition: all 500ms ease-in-out;
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}

.rwdmenu-main {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.rwdmenu li a {
    /*background-color:var(--blue);*/
    color: #fff;
    display: block;
    font-weight: bolder;
    padding: 15px;
}

.rwdmenu2list {
    background-color: rgba(232, 228, 203, 0.9);
}
.rwdmenu2list li a {
    color: #003d3e;
}
.rwdmenu2list li a.active {
    background-color: #eeb13e;
}
.rwddropmenumenu .li a {
    font-weight: normal;
    display: block;
    padding: 10px;
    padding-left: 26px;
    background-color: var(--white);
    color: var(--dark);
}
.rwddropmenumenu .li {
    border-bottom: 1px solid var(--gray);
}
.rwddropmenumenu .li:last-child {
    border-bottom: 0;
}

.rwdmenu li a.rwddropmenubtn {
    padding-right: 25px;
}
.rwddropmenubtn {
    position: relative;
}
.rwddropmenubtn.collapsed:before {
    content: '';
    position: absolute;
    right: 15px;
    top: 15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 10px 5px 0;
    border-color: transparent #ffffff transparent transparent;
    -webkit-transition: all 0.52s ease;
    -moz-transition: all 0.52s ease;
    transition: all 0.52s ease;
}
.rwddropmenubtn:not(.collapsed):before {
    content: '';
    position: absolute;
    right: 15px;
    top: 15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 10px 5px 0;
    border-color: transparent #ffffff transparent transparent;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: all 0.52s ease;
    -moz-transition: all 0.52s ease;
    transition: all 0.52s ease;
}

.rwdmenubox {
    position: fixed;
    top: 0;
    left: 0;
    width: 115px;
    height: 100%;
    z-index: 999;
    opacity: 0;
    background-color: #006672;
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.52s ease;
    -moz-transition: all 0.52s ease;
    transition: all 0.52s ease;
}
.rwdmenubox.active {
    opacity: 1;
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all 0.52s ease;
    -moz-transition: all 0.52s ease;
    transition: all 0.52s ease;
}
.mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 9;
    -webkit-transition: all 0.52s ease;
    -moz-transition: all 0.52s ease;
    transition: all 0.52s ease;
}
.mask.active {
    display: block;
}

/*	footer	*/
footer {
    position: relative;
    z-index: 1;
}
.footerbox {
    /* background:#0E4846 url('/assets/img/index/index_bg_03.png') no-repeat center; */
    background-color: #01687b;
    /* background-size: cover; */
    padding: 30px 15px;
}
.footerbox .address {
    letter-spacing: 0.2em;
}

.footerright {
    padding-left: 100px;
}
.footerlink .sub {
    border-bottom: 1px solid #fff;
    padding-bottom: 8px;
}
.footerlink .item {
    margin: 0 30px;
}
.footerlink .item:last-child {
    margin-right: 0;
}

.sidecontact {
    position: fixed;
    right: 5px;
    top: 350px;
    z-index: 1;
    /* width: 1.5rem; */
}
.sidecontact img {
    max-width: 90%;
}

/* .gotop {
    position: fixed;
    right: 0;
    bottom: 177px;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 0.52s ease;
    -moz-transition: all 0.52s ease;
    transition: all 0.52s ease;
}
.gotop.active {
    opacity: 1;
} */

/*  index  */

.index-rwdbannerbox,
.index-rwdaboutbox,
.index-rwdnewsbox,
.index-rwdvideobox,
.index-rwdcasebox {
    display: none;
}

.index-bannerbox {
    background-color: #89bcbf;
    /* position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%; */
    height: 100vh;
}
.index-banner {
    position: fixed;
}
.index-banner img {
    width: 100vw;
    animation: bannerscale 15s ease-in-out forwards;
}

.index-bannerslogan {
    position: fixed;
    left: 50%;
    bottom: 50%;
    z-index: 1;
    transform: translate3d(-50%, 50%, 0);
    overflow: hidden;
    width: 42.5vw;
}

@keyframes bannerscale {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.1);
    }
}

.colorblock {
    background-color: #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    display: block;
}
.colorblock.right {
    top: 0;
    left: 0;
    transform: translate3d(-100%, 0, 0);
    animation: colorblockrunright 0.53333s ease-in-out 0s forwards;
}
@keyframes colorblockrunright {
    0% {
        transform: translate3d(100%, 0, 0);
    }
    40% {
        transform: translate3d(0%, 0, 0);
    }
    50% {
        transform: translate3d(0%, 0, 0);
    }
    100% {
        visibility: hidden;
        transform: translate3d(-100%, 0, 0);
    }
}
.colorblock.left {
    top: 0;
    left: 0;
    transform: translate3d(-100%, 0, 0);
    animation: colorblockrunleft 0.53333s ease-in-out 0s forwards;
}
@keyframes colorblockrunleft {
    0% {
        transform: translate3d(-100%, 0, 0);
    }
    40% {
        transform: translate3d(0%, 0, 0);
    }
    50% {
        transform: translate3d(0%, 0, 0);
    }
    100% {
        visibility: hidden;
        transform: translate3d(100%, 0, 0);
    }
}

.main {
    background-color: #89bcbf;
}
.index-addressinfobox {
    /* background: #003d3f url('/assets/img/index/index_bg_001.png') no-repeat
        bottom center; */

    padding-bottom: 180px;
}
.index-bannerinfo {
    /* position: absolute;
    left: 50%;
    bottom: 50%;
    z-index: 1;
    transform: translate3d(-50%, 50%, 0); */
}

.abscontent {
    position: relative;
    z-index: 1;
}
.index-aboutbox {
    max-height: 630px;
}

.index-about {
    transform: translate3d(0%, -18%, 0);
}
.index-aboutlist .imgbox {
    overflow: hidden;
    transition: all 0.33333s ease-in-out;
    position: relative;
}
.index-aboutlist a:hover .imgbox img {
    transform: scale(1.1);
}

.index-aboutlist a:hover .imgbox {
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
}

.index-aboutlist .imgbox:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0, 172, 168, 0.2);
    transition: all 0.33333s ease-in-out;
}
.index-aboutlist a:hover .imgbox:before {
    content: '';
    background-color: transparent;
}

.index-aboutlist .sub {
    display: inline-block;
    padding: 0 10px 0 15px;
    margin-top: 10px;
    /* transform: translate3d(3%, -30%, 0); */
    transition: all 0.33333s ease-in-out;
}
.index-aboutlist .cont {
    padding: 10px 15px;
}
.index-aboutlist a:hover .sub {
    background-color: #0c3f3a;
    color: #fff;
}

.index-newsbox {
    background-color: #003d3f;
    min-height: 1151px;
    padding-top: 160px;
    width: 100%;
}
.index-newsboxbg {
    position: absolute;
    left: 0;
    top: -500px;
    width: 100%;
    height: 100%;
    background: #003d3f url('/assets/img/index/index_bg_02.png') no-repeat
        center;
    background-size: cover;
}

.index-news {
    width: 85%;
}

.index-newstitle {
    padding: 30px;
}

.index-newslist {
    padding: 30px;
    padding-right: 40px;
}
.index-newslist li {
    margin-bottom: 30px;
}
.index-newslist li:last-child {
    margin-bottom: 0;
}
.index-newslist .sub {
    border-bottom: 1px dashed #2b8a91;
    padding-bottom: 5px;
}
.index-newslist .cont {
    overflow: hidden;
    height: 48px;
    margin: 5px 0;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.index-newslist .more {
    border: 1px solid #2b8a91;
    text-align: center;
    width: 3.4rem;
    height: 3.3rem;
    transition: all 0.33333s ease-in-out;
}
.index-newslist a:hover .more {
    color: #fff;
    background-color: #2b8a91;
}

.index-videobox {
    max-height: 440px;
}
.index-video {
    transform: translate3d(0%, -30%, 0);
}
.index-videolist .imgbox:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0, 172, 168, 0.2);
    transition: all 0.33333s ease-in-out;
}
.index-videolist a {
    display: block;
}
.index-videolist a:hover {
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
}
.index-videolist a:hover .imgbox:before {
    content: '';
    background-color: transparent;
}
.index-videolist a:hover .imgbox img {
    transition: all 0.33333s ease-in-out;
    transform: scale(1.1);
}
.index-videolist a:hover .subbox {
    background-color: #eef1f6;
}
.index-videolist .subbox {
    background-color: #e8e8e8;
    padding: 30px;
}
.index-videolist .sub {
    padding-right: 15px;
    overflow: hidden;
    height: 24px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.index-videolist .desp {
    overflow: hidden;
    height: 73px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    padding: 0 30px;
    margin-top: 0;
}

.index-videolist .line {
    opacity: 0;
    height: 0px;
    width: 0px;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    position: relative;
    animation: videoline 0.53333s ease-in-out forwards;
    display: block;
}

@keyframes videoline {
    0% {
        opacity: 1;
        height: 0px;
        width: 0px;
    }
    40% {
        opacity: 1;
        height: 20px;
        width: 0px;
    }
    60% {
        opacity: 1;
        height: 20px;
        width: 0%;
    }
    100% {
        opacity: 1;
        height: 20px;
        width: 100%;
    }
}

@keyframes videoline2 {
    100% {
        height: 100%;
    }
}
.yticon {
    background-color: #e00516;
}

.index-casebox {
    padding-bottom: 50px;
}
.index-caselist .cont {
    overflow: hidden;
    height: 81px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.index-casepage {
    padding: 15px 0;
}
.index-casepage .item {
    color: #e6e6e6;
    border: 1px solid transparent;
}
.index-casepage .item.active {
    color: #000;
    border: 1px solid #000;
}
.index-casepage .item {
    position: relative;
}
.index-casepage .item.active:before {
    /* content: '';
    position: absolute;
    border: 1px solid #000;
    top: 1px;
    left: -7px;
    width: 1.5rem;
    height: 1.5rem; */
}

/* content */
.cookiebox {
    padding: 15px 0;
}
.cookie {
    text-align: right;
}
.cookie li {
    display: inline-block;
    line-height: 22px;
}
.cookie a,
.cookie {
    color: var(--gray);
    font-size: 10pt;
    word-break: break-all;
}
.cookie li:after {
    content: '>';
    padding: 0 3px;
    display: inline-block;
}
.cookie li:last-child:after {
    content: '';
}
.cookie li.active a,
.cookie li:hover a {
    color: var(--gray);
}

.pager {
    display: flex;
    justify-content: center;
    padding: 20px 0;
    font-size: 10pt;
}
.pager li a {
    display: block;
    margin: 8px;
    color: var(--dark);
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 25px;
}

/* case */
.caseslist li:nth-child(n + 3) .casepic img {
    min-height: 221.8px;
}

/* contact */
.map:before {
    content: '';
    position: absolute;
    right: -15px;
    top: 15px;
    width: 100%;
    height: 100%;
    background-color: #145f64;
}
.map iframe {
    width: 100%;
    min-height: 400px;
}
.infobox .info {
    max-width: 400px;
    margin: 0 auto;
}

.contactform textarea {
    max-height: 144px;
    display: block;
}

.formcontrol {
    border: 1px solid #b6b6b6;
    border-radius: 3px;
    padding: 3px 8px;
}
.formcontrol:focus {
    outline: none;
}

/* hack  */
.headroom {
    will-change: transform;
    transition: transform 200ms linear;
}
.headroom--pinned {
    transform: translateY(0%);
}
.headroom--unpinned {
    transform: translateY(-100%);
}
.articlebox iframe {
    max-width: 100%;
}
.articlebox img {
    max-width: 100%;
}
.articlebox ul {
    list-style: square;
}

.mCSB_inside > .mCSB_container {
    margin-right: 0;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 9999;
}
.modal-dialog {
    display: flex;
    justify-content: center;
    padding-top: 50px;
}
.modal-content {
    min-width: 300px;
    border-radius: 6px;
    background-color: #fff;
}
.modal-body {
    padding: 15px;
}
.modal-footer {
    padding: 5px 12px;
    border-top: 1px solid #eee;
}

.modal-backdrop {
    background-color: rgba(255, 255, 255, 0.6);
}
.modal-backdrop.fade.in {
    opacity: 1;
}

.custom-control-label::before {
    background-color: var(--gray);
    border: 1px solid var(--gary);
}
.custom-control-input:checked ~ .custom-control-label::before {
    background-color: var(--blue);
    border: 1px solid var(--blue);
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: none;
}

.modal-body {
    overflow: auto;
}

.fancybox-container {
    z-index: 999;
}

/* ANIMATED X */
.navbar-toggle .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 10% 10%;
    -ms-transform-origin: 10% 10%;
    transform-origin: 10% 10%;
}

.navbar-toggle .icon-bar:nth-of-type(2) {
    opacity: 0;
    filter: alpha(opacity=0);
}

.navbar-toggle .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 10% 90%;
    -ms-transform-origin: 10% 90%;
    transform-origin: 14% -10%;
}

/* ANIMATED X COLLAPSED */
.navbar-toggle.closed .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.navbar-toggle.closed .icon-bar:nth-of-type(2) {
    opacity: 1;
    filter: alpha(opacity=100);
}

.navbar-toggle.closed .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}
/* END ANIMATED X */

@media screen and (max-width: 1800px) {
    .casepic2 {
        width: 92%;
    }
}

@media screen and (max-width: 1366px) {
    /* .container {
        max-width: 1000px;
    } */

    .sidecontact {
        top: 100px;
    }

    /* index */
    .index-bannerinfo {
        transform: translate3d(-50%, 238%, 0);
    }
    .index-newsboxbg {
        background-size: contain;
    }

    .index-news {
        width: 70%;
    }
    .index-videobox {
        max-height: 450px;
    }
}

@media screen and (max-width: 1024px) {
    /*service*/
    .servicewrd {
        left: -12%;
    }

    .servicesplide li::before {
        content: '';
        position: absolute;
        background-color: transparent;
        width: 2px;
        height: 100%;
        top: 0;
        right: -26%;
    }

    /*about*/
    .aboutbanner {
        margin-top: -51px;
    }
    .headerbox {
        background-color: #303030;
    }
    .headerbox > .px-4 {
        padding-right: 0;
    }
    .rwdheader {
        display: flex;
    }
    .logo {
        flex-grow: 1;
        float: none;
        width: 16rem;
        padding: 10px 0;
        padding-right: 15px;
        margin-left: 0;
    }
    .logo img {
        width: 170px;
    }
    .menu {
        display: none;
    }
    .rwdmenubtn {
        display: block;
        background-color: #f9af02;
        width: 3.2rem;
        justify-content: center;
        display: flex;
        margin-right: -1px;
    }
    .navbar-toggle {
        position: initial;
    }
    .navbar-toggle:focus {
        outline: none;
    }
    .navbar-toggle .icon-bar {
        width: 2rem;
        height: 3px;
        background-color: #00747c;
        outline: none;
    }

    .navbar-toggle .icon-bar:nth-of-type(1) {
        transform-origin: 20% 146%;
    }

    .navbar-toggle .icon-bar:nth-of-type(3) {
        transform-origin: 1% -134%;
    }

    .navbar-toggle .icon-bar + .icon-bar {
        margin-top: 7px;
    }
    .navbar-toggle .icon-bar:nth-of-type(1) {
        margin-top: 9px;
    }
    .navbar-toggle.closed .icon-bar:nth-of-type(3) {
        opacity: 0;
        filter: alpha(opacity=0);
    }
    .navbar-toggle.closed .icon-bar:nth-of-type(2) {
        width: 1.2rem;
        transform: translate3d(13px, 0, 0);
    }

    .footerright {
        padding-left: 0;
    }

    /* index */
    .wrap {
        padding-top: 51px;
    }

    .index-bannerinfo {
        transform: translate3d(-50%, -172%, 0);
        width: 100%;
        align-items: center;
        justify-content: center;
        bottom: 4%;
    }
}

@media screen and (max-width: 992px) {
    /*service*/
    .servicewrd {
        left: -18%;
    }
    .sidebar-left {
        width: 25%;
    }
    .sidebar-right {
        width: 75%;
    }

    .index-bannerbox,
    .index-aboutbox,
    .index-newsbox,
    .index-videobox,
    .index-casebox {
        display: none;
    }
    .index-rwdbannerbox,
    .index-rwdaboutbox,
    .index-rwdnewsbox,
    .index-rwdvideobox,
    .index-rwdcasebox {
        display: block;
    }

    .index-rwdbannerbox {
        /* height: 100vh; */
        overflow: hidden;
    }
    .index-rwdbannerbox .index-banner {
        position: relative;
    }
    .index-bannerslogan {
        width: 100%;
        text-align: center;
        overflow: hidden;
        transform: translate3d(-50%, 7%, 0);
    }
    .index-addressinfobox {
        padding-bottom: 150px;
    }
    .index-bannerinfo {
        align-items: flex-start;
    }

    .title-sub .text-2xl {
        font-size: 3rem;
        line-height: 3.5rem;
    }

    .title-sub {
        top: 50%;
        left: 0;
        transform: translate(45%, -48%);
    }

    .index-rwdaboutminlist li .imgbox button {
        position: relative;
        z-index: 1;
    }
    .index-rwdaboutminlist .imgbox:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        background-color: rgba(0, 172, 168, 0.2);
        transition: all 0.33333s ease-in-out;
    }
    .index-rwdaboutminlist li.active .imgbox {
        box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
    }
    .index-rwdaboutminlist li.active .imgbox:before {
        content: '';
        display: none;
    }
    .index-rwdaboutmaxlist:before {
        content: '';
        position: absolute;
        top: 0;
        left: 30px;
        background-color: #eee;
        width: 100%;
        height: 100%;
    }
    .index-rwdaboutmaxlist .imgbox {
        position: absolute;
        top: -16px;
        left: -15px;
        width: 100%;
        height: 100%;
    }
    .index-rwdaboutmaxlist img {
        box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
    }

    .index-rwdnewslist .sub {
        border-bottom: 1px dashed #2b8a91;
        padding-bottom: 5px;
        overflow: hidden;
        height: 30px;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
    .index-rwdnewslist .more {
        border: 1px solid #2b8a91;
        text-align: center;
        width: 3.8rem;
        height: 3.8rem;
    }
    .index-rwdnewslist li {
        position: relative;
        margin-bottom: 30px;
    }
    .index-rwdnewslist li .cat {
        position: absolute;
        left: 0;
        top: 0;
    }
    .index-videolist .subbox {
        padding: 15px;
    }
    .index-videolist .imgbox:before {
        content: '';
        background-color: transparent;
    }

    .index-rwdcasebox .absbg {
        width: 100%;
        height: 100%;
        transform: translate3d(-5%, 5%, 0);
        z-index: -1;
    }

    .index-rwdcasebox .index-caselist .cont {
        height: 71px;
    }
}

@media screen and (max-width: 768px) {
    /*service*/
    .servicewrd {
        left: -21%;
    }
    .servicelist li:before {
        display: none;
    }

    /*footer*/
    .footerlink .item {
        margin: 0 50px;
        margin-left: 0;
        margin-top: 15px;
    }

    /* index */
    .index-videolist a:hover .imgbox img {
        transition: all 0.33333s ease-in-out;
        transform: scale(1);
    }

    .index-rwdcasebox .left,
    .index-rwdcasebox .right {
        width: 100%;
    }

    .index-rwdcasebox .right {
        width: 80%;
        margin: 0 auto;
        margin-bottom: 30px;
    }
    .index-rwdcasebox .left {
        order: 2;
        margin-top: 30px;
        padding-right: 0;
    }
}

@media screen and (max-width: 425px) {
    /*rwdscroll*/
    .rwdscroll {
        top: 60%;
    }
    .rwdscroll img {
        width: 60%;
    }

    /*news*/
    .page a {
        padding: 0 3px;
    }
    .newsleft {
        width: 100%;
        height: 100%;
    }
    .newsright {
        width: 100%;
        height: 100%;
    }

    /*service*/
    .servicewrd {
        left: -17%;
    }

    .servicesplide li .a::before {
        display: none;
    }

    /*rwdmenu2*/
    .rwdmenu2 {
        display: block;
        position: absolute;
        top: 25%;
        left: 0;
        width: 238px;
        background-color: #88d3cc;
        color: black;
        z-index: 997;
        transform: translate(-120%, 0);
        /* transition: all 0.5s ease; */
        box-shadow: 2px 2px 8px rgb(0 0 0 / 21%);
    }
    .rwdmenu2.active {
        transform: translate(0, 0);
    }
    .menubtn2 {
        float: right;
        display: block;
        font-size: 40px;
        top: 20%;
        right: 20%;
    }
    .menubtn2 .open button {
        position: absolute;
        top: 25%;
        left: -3%;
    }

    .menubtn2 .close button {
        position: absolute;
        top: 25%;
        left: 64.9%;
        z-index: 998;
        transform: translate(-120%, 0);
        transition: all 0.5s ease;
    }

    .menubtn2 button {
        outline: none;
    }

    .menubtn2.active .close {
        display: block;
    }

    .menubtn2.active .open {
        display: none;
    }
    /*service*/
    .servicesplide .splide__arrow--prev {
        position: absolute;
        left: 0%;
        top: 50%;
        z-index: 1;
    }

    .servicesplide .splide__arrow--next {
        position: absolute;
        right: 0%;
        top: 50%;
        z-index: 1;
    }

    .sidebar-right {
        /* float: right; */
        width: 100%;
    }

    /*footer*/
    .footerleft {
        margin: 0 auto;
    }
    .footerlink {
        display: block;
    }
    .footerlink .item {
        margin-right: 0;
    }
    .copyright {
        margin-bottom: 30px;
    }

    /* index */
    .title-sub .text-2xl {
        font-size: 1.6rem;
        line-height: 2.1rem;
    }

    .title-sub {
        transform: translate(51%, -48%);
    }

    .index-bannerinfo {
        transform: translate3d(-50%, -50%, 0);
        align-items: flex-start;
    }

    /* contact */
    .map {
        padding-right: 15px;
    }
    .map:before {
        right: 0;
        top: 15px;
        width: calc(100% - 15px);
    }
    .map iframe {
        min-height: 300px;
    }
    .infobox .info {
        max-width: initial;
        margin: initial;
    }
}

@media screen and (max-width: 414px) {
    .rwdmenu2 {
        top: 51%;
    }
    .menubtn2 .open button {
        top: 51%;
    }

    .menubtn2 .close button {
        top: 51%;
    }

    /*service*/
    .servicewrd {
        left: -19%;
    }
}

@media screen and (max-width: 375px) {
    /* index */
    .wrap {
        /* padding-top: 58px; */
    }
    .index-bannerinfo .tel {
        width: 100%;
    }
    .index-bannerinfo .address {
        width: 100%;
    }

    .menubtn2 .close button {
        left: 72.9%;
    }

    /*service*/
    .servicewrd {
        left: -23%;
    }

    .rwdmenu2 {
        top: 57%;
    }
    .menubtn2 .open button {
        top: 57%;
    }

    .menubtn2 .close button {
        top: 57%;
    }
}

@media screen and (max-width: 320px) {
    /*index */
    .index-rwdnewslist .more {
        width: 3.5rem;
        height: 3.5rem;
    }

    .rwdmenu2 {
        top: 61%;
    }
    .menubtn2 .open button {
        top: 61%;
    }

    .menubtn2 .close button {
        top: 61%;
        left: 84.9%;
    }

    /*rwdscroll*/
    .rwdscroll {
        top: 49%;
    }
    .rwdscroll img {
        width: 30%;
    }

    /*service*/
    .servicewrd {
        left: -29%;
        top: 85%;
    }

    /*contact*/
    .wrdsize {
        font-size: 13px;
    }
}
