@charset "utf-8";

/** bootstrap **/
@import url(bootstrap.css);

/** 文字icon **/
@import url(font-awesome.min.css);

/** 手機選單 **/
@import url(slicknav.css) screen and (max-width:1020px);

/** edm **/
@import url(edm.css);

/** font **/
@import url(Noto+Sans+TC.css);
@import url(Source+Code+Pro.css);

*{-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;}
html{width:100%; height:auto;}
body{background:#ffffff; margin:0; padding:0; width:100%; height:auto; font-size:medium;line-height: 1.6;font-family: 'Source Code Pro', 'Noto Sans TC', monospace, sans-serif;word-break: break-word;letter-spacing: 2px; overflow-y: scroll;}
a,a:hover{text-decoration:none;transition: all 0.5s ease 0s;cursor: pointer;}
img{border:0; vertical-align:middle; max-width:100%;}
input{vertical-align:middle;border-radius: 0; }
input:focus, select:focus, textarea:focus, button:focus{outline:0;}
/** 取消ios按鈕樣式 **/
input[type="button"], input[type="submit"], input[type="reset"], button[type="button"], button[type="submit"], button[type="reset"], a[type="button"], a[type="submit"], a[type="reset"], textarea{border-radius: 0; -webkit-appearance: none;-moz-appearance: none;appearance: none;}
.slicknav_menu{display:none;}
table{border-collapse:inherit;}

/** 表單預設文字顏色設定 **/
::-webkit-input-placeholder{color:#999999;}
::-moz-placeholder{color:#999999;}
:-ms-input-placeholder{color:#999999;}
input:-moz-placeholder{color:#999999;}
#field2::-webkit-input-placeholder{color:#999999;}
#field3::-webkit-input-placeholder{color:#999999; background:lightgreen; text-transform:uppercase;}
#field4::-webkit-input-placeholder{font-style:italic; text-decoration:overline; letter-spacing:3px; color:#999999;}
#field2::-moz-placeholder{color:#999999;}
#field3::-moz-placeholder{color:#999999; background:lightgreen; text-transform:uppercase;}
#field4::-moz-placeholder{font-style:italic; text-decoration:overline; letter-spacing:3px; color:#999999;}
.writing-mode-vertical{writing-mode:tb-lr; -ms-writing-mode:tb-lr; -webkit-writing-mode:vertical-lr; -moz-writing-mode:vertical-lr; -ms-writing-mode:vertical-lr; writing-mode:vertical-lr;}

/** 手機選單、選單 色塊-變色 **/
.b-color, .slicknav_menu{}
.slicknav_icon-bar{background-color:#222222;}
.b-color>li:hover, .b-color>li>ul>li>a:hover, .slicknav_nav .slicknav_row:hover, .slicknav_nav a:hover{color: #00a0ed;}
.border-color{border-left:7px #A0A0A0 solid;}
.slicknav_nav .slicknav_arrow{font-family:Arial;position: absolute;top: 30px; right: 15px;}

/** 滾動效果 **/
.parallax.splash {transition: all 2s ease-out;}
.parallax.splash.ended {background: #fff;}
.parallax.right { transform:translate(-20%); opacity:0; transition: all 0.8s ease 0s; }
.parallax.right.started { transform:none; opacity:1; transition: all 0.8s ease 0s;}
.parallax.left { transform:translate(20%); opacity:0; transition: all 0.8s ease 0s; }
.parallax.left.started { transform:none; opacity:1; transition: all 0.8s ease 0s;}
.parallax.bottom { transform:translatey(100%); opacity:0;  transition: all 0.8s ease 0s; }
.parallax.bottom.started { transform:none; opacity:1;  transition: all 0.8s ease 0s;}
.parallax.top { transform:translatey(100%); opacity:0;  transition: all 0.8s ease 0s;}
.parallax.top.started { transform:none; opacity:1;  transition: all 0.8s ease 0s;}
.parallax li { opacity: 0; transform: translatey(20%);transition: all 0.8s ease 0s; }
.parallax li:nth-child(even) { transform: translatey(-20%);}
.parallax.started li { opacity: 1; transform: none; transition: all 0.8s ease 0s;}
.parallax.started li:nth-child(odd) { transition: all .8s ease .1s; }
.parallax.started li:nth-child(even) { transition: all .8s ease .3s; }
.download .parallax li { opacity: 0; transform: translatex(-20%);transition: all 0.8s ease 0s; }
.download .parallax li:nth-child(even) { transform: translatex(20%);}
.download .parallax.started li { opacity: 1; transform: none; transition: all 0.8s ease 0s;}
.download .parallax.started li:nth-child(odd) { transition: all .8s ease .1s; }
.download .parallax.started li:nth-child(even) { transition: all .8s ease .3s; }
@media screen and (max-width:1020px){
	.i-about .parallax.right { transform:translate(0%);opacity:1;}
}

/** 浮動icon **/
.float-icon-main{position: fixed;width: 70px; height: auto;bottom: 100px;right: 0px;z-index: 10001;border-radius: 10px 0 0 10px; background: #f9f9f9;box-shadow: 0 0 15px 0 rgba(0,0,0,.2);padding:5px 10px;}
.float-icon{}
.float-icon ul{list-style: none;padding: 0;margin: 0;display: block;}
.float-icon ul li{padding: 0;margin:10px 0;display: block;width: 50px; height: 50px;text-align: center;font-size: 14px;line-height: 1.2;letter-spacing: 1px;}
.float-icon ul li a img{-webkit-filter:brightness(100);}
.float-icon ul li a{display:flex;align-items: center;justify-content: center; width: 50px; height: 50px;background: #09d1c2;color: #ffffff; padding: 12.5px;border-radius: 50px;}
.float-icon ul li:nth-child(1) a{background: #09d1c2;}
.float-icon ul li:nth-child(2) a{background: #06bf06;}
.float-icon ul li:nth-child(3) a{background: #3a5794;}
.float-icon ul li:nth-child(4) a{background: #0a83f6;}
.float-icon ul li:nth-child(5) a{background: #e51717;}
.float-icon ul li:nth-child(6) a{background: #f79b0b;}
.float-icon ul li:nth-child(1) a:hover{box-shadow: 0 0 0 1px #09d1c2;}
.float-icon ul li:nth-child(2) a:hover{box-shadow: 0 0 0 1px #06bf06;}
.float-icon ul li:nth-child(3) a:hover{box-shadow: 0 0 0 1px #3a5794;}
.float-icon ul li:nth-child(4) a:hover{box-shadow: 0 0 0 1px #0a83f6;}
.float-icon ul li:nth-child(5) a:hover{box-shadow: 0 0 0 1px #e51717;}
.float-icon ul li:nth-child(6) a:hover{box-shadow: 0 0 0 1px #f79b0b;}
.float-icon ul li a:hover{background: #ffffff;box-shadow: 0 0 0 1px #09d1c2;color: #222222;}
.float-icon ul li a:hover img{-webkit-filter:brightness(1);}
@media screen and (max-width:1020px){
	.float-icon-main{width: 50px;padding:2px 6px;}
    .float-icon ul li{width: 38px; height: 38px;}
    .float-icon ul li a{width: 38px; height: 38px;padding: 8px;}
}

/** 上版 **/
.head-tool-main {padding: 0 15px;position: fixed;width: 100%;top: 0;left: 0; z-index: 10001;overflow: hidden;}
.head-tool-main:before{content: "";display: block;width: 50%;height: 100%; background:#00a0ed;position: absolute;top: 0;left: 0;z-index: -1;}
.head-tool-main:after{content: "";display: block;width: 50%;height: 100%; background:#ff4b50;position: absolute;top: 0;right: 0;z-index: -1;}
.head-tool {max-width: 1300px; margin: 0 auto;color: #ffffff;display: flex;}
.head-tool .head-contact-main{background: #00a0ed;flex: 1;transform: skewX(-30deg);display: flex;align-items: center;padding: 4px 0;letter-spacing: 1px;}
.head-tool .head-contact{font-size: 15px;transform: skewX(30deg);line-height: 1.2;}
.head-tool .head-contact>ul{list-style: none;padding: 0;margin: 0;display: flex;}
.head-tool .head-contact>ul>li{width: auto;padding: 0;margin: 0 30px 0 0;display: flex;align-items: center;}
.head-tool .head-contact>ul>li .head-contact-icon{width: 20px;margin: 0 10px 0 0;}
.head-tool .head-contact>ul>li .head-contact-icon img{-webkit-filter:invert(1) brightness(2.5);}
.head-tool .head-contact>ul>li .head-contact-dep{flex: 1;}
.head-tool .head-contact>ul>li .head-contact-dep a{color: #ffffff;display: inline-block;}
.head-tool .head-contact>ul>li .head-contact-dep a:hover{}
.head-tool .head-tel-main{background: #ff4b50;font-size: 19px;width: auto;transform: skewX(-30deg);padding: 4px 0 4px 30px;}
.head-tool .head-tel{transform: skewX(30deg);display: flex;align-items: center;}
.head-tool .head-tel .head-tel-title{position: relative;}
.head-tool .head-tel .head-tel-title:after{content: " - ";font-family: 'Noto Sans TC', sans-serif;font-size: 19px;}
.head-tool .head-tel .head-tel-dep{display: inline-block;font-size: 24px;padding: 0 0 0 5px;font-style: italic;font-weight: 500;}
.head-tool .head-tel a{color: #ffffff;}
.head-tool .head-tel a:hover{}
header{background:#ffffff;padding: 0 15px;position: fixed;width: 100%;top: 46.39px;left: 0; z-index: 10000;transition: all 0.5s ease 0s;}
.head-main{max-width:1300px; margin:0 auto;display: flex;align-items: center;}
.head-main .logo{width: 312px;margin: 0 25px 0 0;transition: all 0.5s ease 0s;}
.head-main .logo a{display: block}
.head-main .logo img{width:100%; height:auto;}
.header-height{box-shadow: 0 0 15px 0 rgba(0,0,0,.2); transition: all 0.5s ease 0s;}
.header-height .head-main .logo{width: 200px;margin: 0;transition: all 0.5s ease 0s;}
@media screen and (max-width:1200px){
    .head-tool-main {padding: 0;}
    .head-tool{display: block;}
    .head-tool .head-contact-main{transform: skewX(0deg);padding: 8px 15px;display: block;}
    .head-tool .head-contact{font-size: 14px;transform: skewX(0deg);line-height: 1.6;}
    .head-tool .head-contact>ul{justify-content: center;}
    .head-tool .head-contact>ul>li .head-contact-dep span{display: none;}
    .head-tool .head-tel-main{transform: skewX(0deg);padding: 3px 15px;font-size: 18px;}
    .head-tool .head-tel{transform: skewX(0deg);justify-content: center;}
    .head-tool .head-tel .head-tel-title:after{font-size: 18px;}
    .head-tool .head-tel .head-tel-dep{font-size: 20px;}
    header{top: 76.66px;}
    .head-main .logo{width: 200px;margin: 0;}
}
@media screen and (max-width:1020px){
    .head-tool-main {position: fixed;top: 0;left: 0;width: 100%;z-index: 10000;}
    .head-tool .head-contact-main{display: none;}
	.head-main .logo{width: 180px;position: fixed;top: 44px ;left: 10px;z-index: 10000;}
    .header-height .head-main .logo{width: 180px;}
}

/** 主選單與下拉 **/
nav{flex: 1;}
.menu{list-style:none; margin:0 0 0 10px;padding:30px 0 0 0; display:flex;justify-content: flex-end; font-family:'Microsoft JhengHei', 'Source Code Pro', sans-serif;font-weight: bold;}
.menu>li{color:#222222; font-size:16px; text-align:center; cursor:pointer; padding:0; margin:0;position:relative;width: calc(100%/9);}
.menu>li .menu-ch{visibility: visible;opacity: 1;position: absolute;top: 0;left: 0;width: 100%; padding:0;transition: all 0.5s ease 0s;line-height: 40px;}
.menu>li .menu-en{visibility: hidden;opacity: 0;letter-spacing: 0px;position: absolute;top: 100px;left: 0;width: 100%;padding:0;transition: all 0.5s ease 0s;line-height: 40px;color: #00a0ed;}
.menu>li>a{color:#222222; display:block; padding:20px 0 50px 0; margin:0;transition: all 0.5s ease 0s;position:relative;overflow: hidden;}
.menu>li:before{content: "";display: block;width: 0;height: 0;border-style: solid;border-width: 0 6px 6px 6px;border-color: transparent transparent #00a0ed transparent;position: absolute;bottom: -6px;left: calc(50% - 6px);transition: all 0.3s ease 0s;opacity: 0;visibility: hidden;}
.menu>li:after{content: "";display: block;width: 44px; height: 3px; background: #00a0ed;position: absolute;bottom: -6px;left: calc(50% - 22px);transition: all 0.3s ease 0s;opacity: 0;visibility: hidden;}
.menu>li>a:hover{color: #00a0ed;}
.menu>li:hover:before{bottom: 3px;transition: all 0.3s ease 0s;opacity: 1;visibility:visible;}
.menu>li:hover:after{bottom: 0;transition: all 0.3s ease 0s;opacity: 1;visibility:visible;}
.menu>li:hover .menu-ch{visibility: hidden;opacity: 0;top: -100px;transition: all 0.5s ease 0s;}
.menu>li:hover .menu-en{visibility: visible;opacity: 1;top: 0;transition: all 0.5s ease 0s;}
.menu>li.sub>ul.sub-menu{background:#ffffff; display:none; position:static; z-index:999; margin:0; padding:0; border: 1px #cccccc solid;border-top: 0; overflow:hidden;}
.menu>li.sub:hover ul.sub-menu{position:absolute; display:block; width:200px; left:calc(50% - 100px); top:70px;transition: all 0.5s ease 0s;}
.menu>li.sub>ul.sub-menu>li{display:block;font-size: 15px;border-bottom: 1px #dddddd solid;}
.menu>li.sub>ul.sub-menu>li:last-of-type{border-bottom: 0}
.menu>li.sub>ul.sub-menu>li>a{display:block; color:#222222; padding:8px 10px; margin:0;background:#f3f3f3;}
.menu>li.sub>ul.sub-menu>li>a:hover{background:#00a0ed;color: #ffffff;}
.header-height .menu{padding:13px 0 0 0; }
.header-height .menu>li>a{padding:20px 0 33px 0;transition: all 0.5s ease 0s;}
.header-height .menu>li.sub:hover ul.sub-menu{ top:53px;transition: all 0.5s ease 0s;}
@media screen and (max-width:1320px){
    .menu>li{width: calc(100%/8);}
}
@media screen and (max-width:1200px){
    .menu{padding:13px 0 0 0;}
    .menu>li>a{padding:20px 0 33px 0;}
    .menu>li.sub:hover ul.sub-menu{ top:53px;}
}
@media screen and (max-width:1020px){
	#menu{display:none;}
	.slicknav_menu{display:block;position: fixed;width: 100%;top: 38px;left: 0;z-index: 10000;background: #ffffff;box-shadow: 0 0 15px 0 rgba(0,0,0,.2);}
}

/** edm輪播 **/
.edm-main{background:#ffffff; position:relative;padding:146.39px 0 0 0;overflow: hidden;}
.edm-main:after{content: "";display: block;width: 100%;height: 35.3%;background: url("../images/edm-after.png")no-repeat center bottom;background-size: 100% 100%; position: absolute;bottom:-2px;left: 0;z-index: 1;}
.edm * { -webkit-transition: ease .3s; -moz-transition: ease .3s; -ms-transition: ease .3s; -o-transition: ease .3s;  transition: ease .3s; }
.swiper-banner{width: 100%;height: 100vh;position: absolute;left: -50%;margin-left: 50%;}
.swiper-slide img { width:100%; height:100vh}
.effect1 img {transform: scale(1.05, 1.05) translate(5%, 5%);transform: scale(1.05, 1.05) translate(0.5%, 0.5%);}
.left-up img {-webkit-animation-name: left-up;animation-name: left-up;}
@-webkit-keyframes left-up {
	0% {
		transform: scale(1.05, 1.05) translate(0.5%, 0.5%);
	}
	100% {
		transform: scale(1.05, 1.05) translate(-0.5%, -0.5%);
	}
}
@keyframes left-up {
	0% {
		transform: scale(1.05, 1.05) translate(0.5%, 0.5%);
	}
	100% {
		transform: scale(1.05, 1.05) translate(-0.5%, -0.5%);
	}
}
.m-right img {-webkit-animation-name: m-right;animation-name: m-right;}
@-webkit-keyframes m-right {
	0% {
		transform: scale(1.05, 1.05) translate(-0.5%, 0);
	}
	100% {
		transform: scale(1.05, 1.05) translate(0.5%, 0);
	}
}
@keyframes m-right {
	0% {
		transform: scale(1.05, 1.05) translate(-0.5%, 0);
	}
	100% {
		transform: scale(1.05, 1.05) translate(0.5%, 0);
	}
}
.move-down img {-webkit-animation-name: move-down;animation-name: move-down;}
@-webkit-keyframes move-down {
	0% {
		transform: scale(1.05, 1.05) translate(0, -0.5%);
	}
	100% {
		transform: scale(1.05, 1.05) translate(0, 0.5%);
	}
}
@keyframes move-down {
	0% {
		transform: scale(1.05, 1.05) translate(0, -0.5%);
	}
	100% {
		transform: scale(1.05, 1.05) translate(0, 0.5%);
	}
}
.big img {-webkit-animation-name: big;animation-name: big;}
@-webkit-keyframes big {
	100% {
		transform: scale(1.05, 1.05);
	}
}
@keyframes big {
	100% {
		transform: scale(1.05, 1.05);
	}
}
.right-down-big img {-webkit-animation-name: right-down-big;animation-name: right-down-big;}
@-webkit-keyframes right-down-big {
	100% {
		transform: scale(1.05, 1.05) translate(0.5%, 0.5%);
	}
}
@keyframes right-down-big {
	100% {
		transform: scale(1.05, 1.05) translate(0.5%, 0.5%);
	}
}
.swiper-slide img {animation-duration: 5s;animation-timing-function: linear;animation-fill-mode: forwards;-webkit-animation-duration: 5s;-webkit-animation-timing-function: linear;-webkit-animation-fill-mode: forwards;}
.swiper-pagination {bottom:2vw;left: 50%;}
.swiper-pagination-bullet {width: 12px;height: 12px;background: #ffffff;margin: 0 5px;}
.mobile_wp { display:none;}
.edm { position:static; height:auto;width: 100%; overflow: hidden; }
.swiper-banner { position:static; margin:0; height:auto;} 
.swiper-slide img { height:auto;}
@media screen and (max-width:1200px){
    .edm-main{padding: 142.66px 0 0 0;}
}
@media screen and (max-width:1020px){
    .edm-main{padding: 85px 0 0 0;}
} 
@media screen and (max-width: 768px) {

}

/** 配置 **/
.warpper{overflow: hidden;}
.main{}
.i-title-main{color: #ff8c11;text-align: center;margin: 0 0 10px 0;text-shadow: 1px 1px 0 #ffffff,-1px -1px 0 #ffffff,1px -1px 0 #ffffff,-1px 1px 0 #ffffff;}
.i-title-main .i-title-en{font-size: 14px;text-transform: uppercase;}
.i-title-main .i-title{font-size: 36px;font-weight: 500;line-height: 1.5;position: relative;}
.more{font-size: 14px; color: #00ccc0;display: flex;justify-content: center;text-transform: uppercase;margin: 40px 0 0 0;}
.more a{display: block;background: #00ccc0;color: #ffffff;border-radius: 50px;padding: 13.8px 33.2px;position: relative;overflow: hidden;}
.more a:after{content: "";display: block;width: 34px;height: 34px;border-radius: 100% 0 0 0;background: rgba(255,255,255,.4);position: absolute;bottom: 0;right: 0;transition: all 0.5s ease 0s;}
.more a:hover{}
.more a:hover:after{width: 50px;height: 50px;transition: all 0.5s ease 0s;}
@media screen and (max-width:1020px){
    .i-title-main .i-title-en{font-size: 13px;}
    .i-title-main .i-title{font-size: 32px;}
    .more{margin:30px 0 0 0;}
}
    
/** 首頁關於我們 **/
.i-about-main{padding: 5vw 15px 29vw 15px;background: url("../images/bg02.png") repeat-x center bottom;position: relative;}
.i-about-main:after{content: "";display: block;width: 10.19%;height:38px;background: url("../images/bg01.svg") left top;background-size: 26px;position: absolute;right: 0;top:9vw;}
.i-about{max-width: 1300px; margin: 0 auto;display: flex;align-items: center;}
.i-about .i-title-main{text-align: left;}
.i-about .i-title-main .i-title:after{content: "";display: block;width: calc(100% - 175px);height: 1px; background: #222222;position: absolute;bottom: calc(50% - .5px);right: 0;}
.i-about .more{justify-content:flex-end;}
.i-about .i-about-info{flex: 1;margin: 0 6vw 0 0;}
.i-about .i-about-info .i-about-content{font-size: 17px; color: #222222;margin:15px 0 50px 0;line-height: 1.8; overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 8;-webkit-box-orient: vertical;}
.i-about .i-about-photo{flex: 1.05;}
@media screen and (max-width:1020px){
    .i-about-main{padding: 30px 15px 29vw 15px;}
    .i-about-main:after{top:80vw;}
    .i-about{display: block;}
    .i-about .i-title-main .i-title:after{width: calc(100% - 156px);}
    .i-about .i-about-info{margin:0 0 30px 0;}
    .i-about .i-about-info .i-about-content{font-size: 16px;}
}
@media screen and (max-width:575px){
    .i-about-main:after{top:160vw;}
}

/** 首頁最新消息 **/
.i-news-main{padding:5vw 15px 26vw 15px;background: url("../images/bg06.png")no-repeat center top 12vw; margin: -26vw 0 0 0;position: relative;}
.i-news{max-width: 1300px; margin: 0 auto;}
.i-news>ul{list-style: none;padding: 0;margin: 0;display: flex;flex-wrap: wrap;}
.i-news>ul>li{padding: 0;margin:15px;width: calc(100%/4 - 30px);}
.i-news>ul>li a{display: block;background: #ffffff;box-shadow: 0 0 10px 0 rgba(0,0,0,.2);overflow: hidden;border-radius: 30px;}
.i-news>ul>li a:hover{}
.news-photo-main{position: relative;overflow: hidden;}
.news-photo-main .news-photo{background-color: #ffffff;background-position: center center;background-repeat: no-repeat;background-size: contain;transform:scale(1);transition: all 0.5s ease 0s;}
.news-photo-main .i-news-date{border-radius: 0 10px 0 0;padding: 10px 10px; background: rgba(0,160,237,.9) ;font-size: 13px; color: #ffffff;display: inline-flex;align-items: center;line-height: 1;height: 36px;position: absolute;bottom: 0;left: 0;}
.news-photo-main .i-news-date i{display: inline-block;width: 16px;margin: 0 8px 0 0;}
.news-photo-main .i-news-date img{-webkit-filter:brightness(100);}
.i-news>ul>li .i-news-info{padding: 20px;}
.i-news>ul>li .i-news-info h3{padding: 0;margin: 0 0 10px 0;line-height: 1.4;font-weight: 400;font-size: 17px; color: #222222;height: 47.59px; overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.i-news>ul>li .i-news-info .i-news-content{font-size: 15px; color: #666666;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.i-news>ul>li .i-news-info .i-news-more{margin: 20px 0 0 0; font-size: 13px; color: #ff8c11;text-transform: uppercase;display: flex;align-items: center;justify-content: flex-end; line-height: 1;}
.i-news>ul>li .i-news-info .i-news-more i{display: inline-block;width: 12px;margin: 0 8px 0 0;transition: all 0.3s ease 0s;}
.i-news>ul>li:hover .news-photo-main .news-photo{transform:scale(1.1);transition: all 0.5s ease 0s;}
.i-news>ul>li:hover .i-news-info .i-news-more i{margin: 0 12px 0 0;transition: all 0.3s ease 0s;}
@media screen and (max-width:1020px){
    .i-news-main{padding:30px 15px 26vw 15px;}
    .i-news>ul>li{margin:10px;width: calc(100%/4 - 20px);}
    .i-news>ul>li .i-news-info{padding: 15px;}
    .i-news>ul>li .i-news-info h3{font-size: 16px;height: 44.78px;}
}
@media screen and (max-width:767px){
    .i-news>ul>li{width: calc(100%/2 - 20px);}
    .i-news>ul>li .i-news-info{padding: 10px;}
    .i-news>ul>li .i-news-info .i-news-more{margin:15px 0 0 0; }
}
@media screen and (max-width:575px){
    .i-news>ul>li{width: calc(100%/2 - 10px);margin: 5px;}
    .i-news>ul>li a{box-shadow: 0 0 5px 0 rgba(0,0,0,.2);border-radius: 10px;}
}

/** 首頁客戶見證 **/
.i-customer-main{padding:5vw 15px;margin: -24vw 0 0 0;position: relative;z-index: 1;}
.i-customer-main:after{content: "";display: block;width: 20%; height: 33px; background: url("../images/bg03.svg")repeat-x center center;position: absolute;left: 0;top: 22.5vw;z-index: -1;}
.i-customer{max-width: 1300px; margin: 0 auto;}
.i-customer>ul{list-style: none;padding: 0;margin: 0;display: flex;flex-wrap: wrap;}
.i-customer>ul>li{padding: 0;margin:15px;width: calc(100%/4 - 30px);text-align: center;}
.i-customer>ul>li a{display: block;background: #f3f3f3;box-shadow: 0 0 10px 0 rgba(0,0,0,.2);overflow: hidden;border-radius: 30px;padding: 15px;position: relative;z-index: 1;}
.i-customer>ul>li a:after{content: "";display: block;width: 158px;height: 158px;background: #ffd9da;position: absolute;bottom: 0;right: 0;z-index: -1;border-radius: 100% 0 0 0;transition: all 0.5s ease 0s;}
.i-customer>ul>li a:hover{}
.i-customer>ul>li a:hover:after{width: 178px;height: 178px;transition: all 0.5s ease 0s;}
.customer-photo-main-after{position: relative;}
.customer-photo-main-after:after{content: "";display: block;width: 27px;height: 17px; background: url("../images/customer-after.png")no-repeat center top;position: absolute;bottom: -17px;left: calc(50% - 13.5px);}
.customer-photo-main{position: relative;overflow: hidden;border-radius: 10px;box-shadow: 0 0 10px 0 rgba(0,0,0,.2);}
.customer-photo-main .customer-photo{background-color: #ffffff;background-position: center center;background-repeat: no-repeat;background-size: contain;transform:scale(1);transition: all 0.5s ease 0s;}
.i-customer>ul>li .i-customer-info{padding:30px 5px 5px 5px;}
.i-customer>ul>li .i-customer-info .i-customer-date{border-radius: 0 10px 0 0;padding:0; font-size: 13px; color: #07aaea;display: inline-flex;align-items: center;line-height: 1;}
.i-customer>ul>li .i-customer-info .i-customer-date i{display: inline-block;width: 16px;margin: 0 8px 0 0;}
.i-customer>ul>li .i-customer-info h3{padding: 0;margin:15px 0;line-height: 1.4;font-weight: 400;font-size: 17px; color: #222222; overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.i-customer>ul>li .i-customer-info .i-customer-more{margin:25px 0 0 0; font-size: 16px; color: #ffffff;display: flex;align-items: center;justify-content:center; background: #ff4b50;padding: 10px 15px;border-radius: 50px;line-height: 1;}
.i-customer>ul>li .i-customer-info .i-customer-more i{display: inline-block;width: 26px;margin: 0 10px 0 0;transition: all 0.3s ease 0s;}
.i-customer>ul>li:hover .customer-photo-main .customer-photo{transform:scale(1.1);transition: all 0.5s ease 0s;}
.i-customer>ul>li:hover .i-customer-info .i-customer-more{background: #ff1d23;}
@media screen and (max-width:1020px){
    .i-customer-main{padding:30px 15px;}
    .i-customer>ul>li{margin:10px;width: calc(100%/4 - 20px);}
    .i-customer>ul>li a{padding: 15px;}
    .i-customer>ul>li .i-customer-info{padding:30px 0 0 0;}
    .i-customer>ul>li .i-customer-info h3{font-size: 16px;}
    .i-customer>ul>li .i-customer-info .i-customer-more{font-size: 15px;}
}
@media screen and (max-width:767px){
    .i-customer>ul>li{width: calc(100%/2 - 20px);}
    .i-customer>ul>li a{padding: 10px;}
    .i-customer>ul>li .i-customer-info{padding:20px 0 0 0;}
    .i-customer>ul>li .i-customer-info .i-customer-more{margin:15px 0 0 0;}
    .i-customer>ul>li .i-customer-info .i-customer-more i{width: 22px;margin: 0 8px 0 0;}
}
@media screen and (max-width:575px){
    .i-customer>ul>li{width: calc(100%/2 - 10px);margin: 5px;}
    .i-customer>ul>li a{box-shadow: 0 0 5px 0 rgba(0,0,0,.2);border-radius: 10px;}
    .customer-photo-main{box-shadow: 0 0 5px 0 rgba(0,0,0,.2);}
}

/** 首頁相關連結 **/
.i-link-main{padding:2vw 15px 5vw 15px;position: relative;z-index: 1;}
.i-link-main:before{content: "";display: block;width:35px; height: 35px; background: url("../images/bg04.svg")repeat-x center center;position: absolute;left: 2.5vw;top: 19vw;z-index: -1;}
.i-link-main:after{content: "";display: block;background: #ffeebb;z-index: -1;width:2683px;height: 2475px;border-radius: 3000px 3000px 0 0;position: absolute;top: 170px;left:calc(50% - 1341.5px);}
.i-link{max-width: 1300px; margin: 0 auto;position: relative;z-index: 1;}
.i-link:before{content: "";display: block;width:23px; height: 23px; background: url("../images/bg05.svg")repeat-x center center;position: absolute; right: 19.7vw; top: 4.8vw;z-index: -1;}
.i-link>ul{list-style: none;padding: 0;margin: 0;display: flex;flex-wrap: wrap;}
.i-link>ul>li{padding: 0;margin:15px;width: calc(100%/4 - 30px);text-align: center;}
.i-link>ul>li a{display: block;box-shadow: 0 0 10px 0 rgba(0,0,0,.2);overflow: hidden;border-radius: 20px;padding:0;position: relative;z-index: 1;}
.i-link>ul>li a:hover{}
.link-photo-main{position: relative;overflow: hidden;}
.link-photo-main .link-photo{background-color: #ffffff;background-position: center center;background-repeat: no-repeat;background-size: contain;transform:scale(1);transition: all 0.5s ease 0s;}
.i-link>ul>li:hover .link-photo-main .link-photo{transform:scale(1.1);transition: all 0.5s ease 0s;}
@media screen and (max-width:1020px){
    .i-link-main{padding:2vw 15px 30px 15px;}
    .i-link>ul>li{margin:10px;width: calc(100%/4 - 20px);}
}
@media screen and (max-width:767px){
    .i-link>ul>li{width: calc(100%/2 - 20px);}
}
@media screen and (max-width:575px){
    .i-link>ul>li{width: calc(100%/2 - 10px);margin: 5px;}
    .i-link>ul>li a{box-shadow: 0 0 5px 0 rgba(0,0,0,.2);border-radius: 10px;}
}

/** 內頁banner **/
.inside-banner{background-color:#f9f9f9;background-repeat: no-repeat;background-position:center center;background-size: cover; padding:calc(3vw + 166.39px) 15px calc(3vw + 20px + 5%) 15px;overflow: hidden;position: relative;}
.inside-banner:after{content: "";display: block;width: 100%;height: 35.09%;background: url("../images/banner-after.png")no-repeat center bottom;background-size: 100% 100%; position: absolute;bottom:-2px;left: 0;}
.inside-banner .banner-title{max-width:1300px; font-size:18px; color:#ff8c11; margin:0 auto; padding:0;text-align: right;}
.inside-banner .banner-title .banner-title-en{font-size: 14px;text-transform: uppercase;position: relative;}
.inside-banner .banner-title .banner-title-en:after{content: "";display: block;width: 100%;height: 8px; position: absolute;bottom:7px;right: -100.5%;background: url("../images/banner-en-after.png")repeat-x left center;}
.inside-banner .banner-title .banner-title-ch{font-size: 36px;font-weight: 500;line-height: 1.5;position: relative; color:#1f2e63;padding: 0;margin: 0;}
@media screen and (max-width:1200px){
    .inside-banner{padding: calc(3vw + 162.66px) 15px calc(3vw + 20px + 5%) 15px;}
}
@media screen and (max-width:1020px){
    .inside-banner{padding: calc(3vw + 85px) 15px calc(3vw + 20px + 4%) 15px;}
    .inside-banner .banner-title .banner-title-en{font-size: 13px;}
    .inside-banner .banner-title .banner-title-ch{font-size: 32px;}
}
@media screen and (max-width:767px){
    .inside-banner .banner-title{max-width: 300px; background: rgba(255,255,255,.7);padding:12px 15px 8px 15px;border-radius: 20px;text-align: center;}
    .inside-banner .banner-title .banner-title-en:after{display: none;}
}

/** Breadcrumb **/
.breadcrumb{display:flex; flex-wrap:wrap; width:100%; max-width:1300px; margin:0 auto; padding:0.75rem 1rem 0.75rem 0; list-style:none; background-color:#e9ecef; border-radius:0.25rem;}
.breadcrumb-item{padding-left:0.5rem;}
.breadcrumb-item + .breadcrumb-item::before{display:inline-block; padding-right:0.5rem; color:#6c757d; content:"/";}
.breadcrumb-item a{font-weight:bold; text-decoration:none; color:#4697bf;}
.breadcrumb-item a:hover{color:#007bff; text-decoration:none;}

/** 內頁架構 **/
.content-body{max-width:1300px; margin:0 auto;padding:30px 0;}
.page-title{font-size:24px; color:#222222;font-weight: 500; padding:12px 0 12px 70px; margin:0 0 20px 0;position: relative;line-height: 1.4;border-bottom: 1px #cccccc solid;}
.page-title:before{content: "";display: block;width:54px;height:54px;position: absolute;top: 0;left: 0;background: url("../images/title-icon.svg")no-repeat center center;background-size: 54px;}
.page-title:after{content: "";display: block;width:54px;height:5px;position: absolute;bottom: -3px;left: 0;background:#07aaea;}
.page-main{padding:0; font-size:17px; color:#222222;}
.page-main a{display: inline-block;color:#222222;}
.page-main a:hover{color:#ff4b50;}
@media screen and (max-width:1020px){
    .page-title{font-size:20px;padding:10px 0 10px 60px;}
    .page-title:before{width:48px;height:48px;background: url("../images/title-icon.svg")no-repeat center center;background-size: 48px;}
    .page-title:after{width:48px;}
    .page-main{font-size:16px;}
}

/** 左邊分類 **/
.left-menu-title{background:#e9ecef; text-align:center; font-size:18px; font-weight:bold; padding:8px 0; border-radius:5px 5px 0 0; margin-bottom:3px; border-bottom:2px solid #6d6d6d; color:#525252;}
.in-left-menu{margin:0 0 30px 0;}
.in-left-menu>ul{margin:0; padding:0; list-style:none;display: flex;flex-wrap: wrap;justify-content: center;}
.in-left-menu>ul>li{font-size:17px; color:#222222; padding:0;width: calc(100%/4 - 20px);margin: 10px;text-align: center;}
.in-left-menu>ul>li>a{background:#f3f3f3; color:#222222; display:block; padding:15px 15px; border-radius: 50px;position: relative;z-index: 1;overflow: hidden;}
.in-left-menu>ul>li>a:after{content: "";display: block;width: 36px;height: 36px;background: #dddddd;position: absolute;bottom: 0;right: 0;z-index: -1;border-radius: 100% 0 0 0;transition: all 0.5s ease 0s;}
.in-left-menu>ul>li>a:hover{background:#00ccc0;box-shadow: 0 0 10px 0 rgba(0,0,0,.2);color: #ffffff;}
.in-left-menu>ul>li>a:hover:after{background:rgba(255,255,255,.4);width: 45px;height: 45px;transition: all 0.5s ease 0s;}
.in-left-menu>ul>li>.current{background:  #ff4b50;color: #ffffff;box-shadow: 0 0 10px 0 rgba(0,0,0,.2);}
.in-left-menu>ul>li>.current:after{content: "";display: block;width: 36px;height: 36px;background:rgba(255,255,255,.4);position: absolute;bottom: 0;right: 0;z-index: -1;border-radius: 100% 0 0 0;}
.in-left-menu>ul>li>.current:hover{background: #ff4b50;}
.in-left-menu>ul>li>.current:hover:after{background:rgba(255,255,255,.4);width: 45px;height: 45px;transition: all 0.5s ease 0s;}
.in-left-menu>ul>li ul{margin:5px 0 0 30px; padding:0; list-style:square;}
.in-left-menu>ul>li ul li{border-top:1px #CCC dotted; padding:5px 5px 5px 0;}
.in-left-menu>ul>li ul li a{font-size:13px; color:#666; display:block;}
.in-left-menu>ul>li ul li a:hover{color:#71743D;}
.left-beautify img{width:100%; height:auto; margin-top:0px;}
.m_classLink{display:none;}
@media screen and (max-width:991px){
	.classBox{padding:0;}
	ul.classLink{display:none;}
	.m_classLink{display:block; position:relative; background-color:#ffffff; border:1px solid #ff4b50;border-radius:50px;}
	.m_classLink a.main{display:block; background:none; font-size:16px; color:#222222; position:relative; padding:10px 15px;}
	.m_classLink a.main i{display:block; font-size:16px; background:#ff4b50; width:45.59px; height:100%; text-align:center; color:#FFF; line-height:45.59px; position:absolute; right:0; top:0;border-radius:0 50px 50px 0;}
	.m_classLink a.main b{font-weight: 400;}
	.m_classLink ul{display:none; margin:0; padding:0; list-style:none; width:100%; background:#FFF; border:1px solid #ff4b50; position:absolute; left:0; top:100%; z-index:99; box-sizing:border-box;border-radius:10px;overflow: hidden;}
	.m_classLink ul li{margin:0; padding:0;}
	.m_classLink ul li a{display:block; padding:10px 15px; border-top:1px solid #ff4b50; font-family:"Microsoft JhengHei", "新細明體", sans-serif; font-size:16px; color:#222;}
	.m_classLink ul li:first-child a{border:none;}
	.m_classLink ul li a:hover{background:#f9f9f9;}
	.m_classLink ul li ul{display:block; margin:0 10px 10px 10px; padding:0; list-style:none; width:calc(100% - 20px); background:#FFF; border:1px solid #ff4b50; position:inherit; left:inherit; top:inherit; z-index:999; box-sizing:border-box;}
	.left-menu-title{display:none;}
    .in-left-menu{margin:0 0 20px 0;}
	.left-beautify{display:none;}
}

/** 公司介紹 **/
.company-info{display: flex;margin: 0;padding: 4vw 0;}
.company-info:nth-child(even){flex-direction: row-reverse;}
.company-info .company-content{flex: 1.2;margin: 0 6vw 0 0;padding: 25px 0;}
.company-info:nth-child(even) .company-content{margin: 0 0 0 6vw ;}
.company-info .company-content .company-title-main{display: flex;margin: 0 0 15px 0;}
.company-info .company-content .company-title-main i{width: 80px;height: 80px;display: flex;align-items: center;justify-content: center; background: #ff8c11;padding: 14px;border-radius: 12px;margin: 0 15px 0 0;}
.company-info .company-content .company-title-main i img{ -webkit-filter: brightness(100);}
.company-info .company-content .company-title-main .company-title-note{flex: 1; display: flex;flex-wrap: wrap;align-content: center;}
.company-info .company-content .company-title-main .company-title-note .company-title{color: #00ccc0;font-size: 32px;font-weight: 500;width: 100%;}
.company-info .company-content .company-title-main .company-title-note .company-note{color: #666666;font-size: 22px;width: 100%;}
.company-info .company-content .company-dep{}
.company-info .company-content .company-dep span.company-dep-note{background: #ff4b50;padding: 8px 15px;color: #ffffff;text-align: center;display: block;width: 100%;border-radius: 10px;margin: 30px 0 0 0;}
.company-info .company-photo{flex: 1;position: relative;z-index: 1;height: 100%;}
.company-info .company-photo:after{content: "";display: block;width: 160%;height: 100%;background: #ffe5c9;position: absolute;top: 4vw; right: -100%;z-index: -1;}
.company-info:nth-child(even) .company-photo:after{right: inherit ;left: -100%;}
.company-info .company-photo img{border-radius: 120px 0 30px 0;box-shadow: 0 0 15px 0 rgba(0,0,0,.2);}
.company-info:nth-child(even) .company-photo img{border-radius:0 120px 0 30px;}
.company-team{padding: 4vw 0;position: relative;z-index: 1;display: flex;}
.company-team:after{content: "";display: block;width: 300%;height: 100%; background: #f3f3f3;position: absolute;top: 0;left: -100%;z-index: -1;}
.company-team .company-team-info{flex: 1;margin: 0 4vw 0 0 ;}
.company-team .company-team-info .company-team-title-main{margin: 0 0 15px 0;display: flex;}
.company-team .company-team-info .company-team-title-main i{width: 70px;height: 70px;display: flex;align-items: center;justify-content: center;padding:0;margin: 0 15px 0 0;}
.company-team .company-team-info .company-team-title-main .company-team-title{display: flex;flex-wrap: wrap; align-items: center;flex: 1;width:100%;color: #00a0ed;font-size: 32px;font-weight: 500;}
.company-team .company-team-info .company-team-title-main .company-team-title span{color: #ff4b50;display: inline-block;}
.company-team .company-team-info .company-team-dep{}
.company-team .company-team-photo{width: 460px;margin: 0 0 -7vw 0;filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.2));}
.idea{padding: 7vw 0 calc(4vw - 30px) 0;}
.idea>ul{list-style: none;padding: 0;margin: 0;display: flex;flex-wrap: wrap;}
.idea>ul>li{padding: 0;margin: 15px;width: calc(100%/3 - 30px);text-align: center;}
.idea>ul>li .idea-icon{width: 100px;height: 100px; margin: 0 auto;position: relative;z-index: 1;padding: 15px;}
.idea>ul>li .idea-icon:after{content: "";display: block; width:60%;height: 60%;background: #ffe5c9;border-radius: 100px;position: absolute;top:0;left:0;z-index: -1;}
.idea>ul>li .idea-info{width: 100%;}
.idea>ul>li .idea-info .idea-title{color: #ff4b50;font-size: 24px;font-weight: 500;width: 100%;position: relative;padding: 0 0 10px 0;margin: 0 0 15px 0;}
.idea>ul>li .idea-info .idea-title:after{content: "";display: block;width: 30px; height: 4px; background: #ff4b50;position: absolute;bottom: 0;left: calc(50% - 15px);}
.idea>ul>li .idea-info .idea-dep{}
@media screen and (max-width:1020px){
    .company-info{display:block;padding:30px 0;}
    .company-info .company-content{margin: 0 0 30px 0;padding: 0;}
    .company-info:nth-child(even) .company-content{margin: 0 0 30px 0;}
    .company-info .company-content .company-title-main i{width: 68px;height: 68px;padding: 12px;min-width: 68px;}
    .company-info .company-content .company-title-main .company-title-note .company-title{font-size: 26px;}
    .company-info .company-content .company-title-main .company-title-note .company-note{font-size: 18px;}
    .company-info .company-content .company-dep span.company-dep-note{padding: 8px 10px;}
    .company-info .company-photo{max-width: 800px; margin: 0 auto;}
    .company-info .company-photo:after{top: 30px;}
    .company-team{padding: 30px 0;display:block;}
    .company-team .company-team-info{margin:0 0 30px 0 ;}
    .company-team .company-team-info .company-team-title-main i{width: 62px;height: 62px;}
    .company-team .company-team-info .company-team-title-main .company-team-title{font-size: 26px;}
    .company-team .company-team-photo{width: 100%;max-width: 800px;margin: 0 auto -60px auto;}
    .idea{padding: 60px 0 0 0;}
    .idea>ul>li{margin: 15px 0;width: calc(100%/1 - 0px);}
    .idea>ul>li .idea-info .idea-title{font-size: 20px;}
}

/** 證書 **/
.certificate{ }
.certificate>ul{ list-style: none;padding: 0;width: 100%;margin: 0px auto;column-count:3;column-gap: 15px;}
.certificate>ul>li{padding: 0;box-sizing: border-box;margin: 0;break-inside: avoid;text-align: center;}
.certificate>ul>li .certificate-photo{ }
.certificate>ul>li .certificate-title{color: #666666;font-size:16px;margin:10px 0 20px 0; }
@media screen and (max-width:767px){
    .certificate>ul{ column-count:2;column-gap: 10px;}
    .certificate>ul>li .certificate-title{margin:5px 0 10px 0; font-size:15px;}
}

/** 海外參訪 **/
.overseas-title-main{margin:0px 0 20px 0;display: flex;}
.overseas-title-main i{width: 80px;height: 80px;display: flex;align-items: center;justify-content: center; background: #ff8c11;padding: 14px;border-radius: 12px;margin: 0 15px 0 0;}
.overseas-title-main i img{ -webkit-filter: brightness(100);}
.overseas-title-main i.fa-hand-o-left{width: auto;height: auto;display:block; background:none;padding: 0;border-radius:0;margin: 0 0 0 15px;}
.overseas-title-main .overseas-title{font-size: 32px;color: #07aaea;font-weight: 500;display: flex;align-items: center;}
.overseas-title-main .overseas-title a{color: #07aaea;}
.overseas-title-main .overseas-title a:hover{color: #ff4b50;}
.fa-hand-o-left{color:#ff4b50;font-size: 24px;}
.overseas-pic-main{margin: 30px 0;position: relative;z-index: 1;padding: 4vw 0;}
.overseas-pic-main:after{content: "";display: block;width: 300%;height: 100%; background: #f3f3f3;position: absolute;top: 0;left: -100%;z-index: -1;}
.overseas-pic-main>ul{list-style: none;padding: 0;margin: 0;display: flex;flex-wrap: wrap;justify-content: center;}
.overseas-pic-main>ul>li{padding: 0;margin: 15px 15px 25px 15px;width: calc(100%/3 - 30px);text-align: center;}
.overseas-pic-main>ul>li .overseas-pic{}
.overseas-pic-main>ul>li .overseas-pic img{border-radius: 30px;}
.overseas-photo-name{font-size: 15px;color: #666666;margin: 10px 0 0 0;text-align: center;}
.overseas{display: flex;margin: 0; position: relative;z-index: 1;padding: 4vw 0;}
.overseas .overseas-content{flex: 1.6;margin: 0 6vw 0 0;padding:0;}
.overseas .overseas-photo{flex: 1;position: relative;z-index: 1;height: 100%;}
.overseas .overseas-photo img{border-radius: 30px;}
.overseas .overseas-content02{margin: 0 0 0 6vw;}
@media screen and (max-width:1020px){
    .overseas-title-main i{width: 68px;height: 68px;padding: 12px;min-width: 68px;}
    .overseas-title-main .overseas-title{font-size: 26px;}
    .fa-hand-o-left{font-size: 20px;}
    .overseas-pic-main>ul>li{margin: 10px 10px 20px 10px;width: calc(100%/3 - 20px);}
    .overseas .overseas-content{margin: 0 30px 0 0;}
    .overseas .overseas-content02{margin: 0 0 0 30px;}
}
@media screen and (max-width:767px){
    .overseas-pic-main>ul>li{margin: 10px 10px 20px 10px;width: calc(100%/2 - 20px);}
    .overseas{display: block;}
    .overseas-title-main .overseas-title{font-size: 22px;}
    .overseas .overseas-content{margin: 0 0 20px 0;}
    .overseas .overseas-content02{margin: 20px 0 0 0;}
    .overseas .overseas-photo{max-width: 460px;margin: 0 auto;}
}
@media screen and (max-width:575px){
    .overseas-pic-main>ul>li{margin: 10px 0px 20px 0px;width: calc(100%/1 - 0px);}
}

/** 申請項目 **/
.apply-font001{color: #00ccc0;font-size: 32px;font-weight: 500;width: 100%;padding: 0;margin: 15px 0;}
.apply-font002{color: #333333;font-size: 22px;font-weight: 500;width: 100%;padding: 0;margin: 15px 0;}
.apply-font003{color: #444444;font-size: 18px;font-weight: 500;width: 100%;padding: 0;margin: 15px 0;}
.apply-font004{font-size: 15px;}
.apply-info{color: #555555;font-size: 17px;margin: 10px 0 30px 0;}
.apply-info>ul{list-style: square;padding: 0;margin: 0 0 0 25px;}
.apply-info>ul>li{padding: 0;margin:5px 0;}
.apply-info>ol{list-style:decimal-leading-zero;padding: 0;margin: 0 0 0 50px;}
.apply-info>ol>li{padding: 0;margin:5px 0;}
.apply-info>ol>li::marker {color: #ff4b50;}
.apply-table{margin: 0 0 30px 0;font-size: 17px;}
.apply-table tr:first-of-type{font-size: 20px;}
.apply-table02 tr:first-of-type{font-size: 17px;}
.apply-table tr td{padding: 16px 10px;}
.apply-table tr:first-of-type td{padding: 28px 10px;}
.apply-table02 tr:first-of-type td{padding: 16px 10px;}
.apply-service{display: flex;flex-wrap: wrap;position: relative;width: 100%;z-index: 1;padding: 4vw 26% 4vw 0;margin: 4vw 0 0 0;}
.apply-service:after{content: "";display: block;width: 300%;height: 100%; background: #f3f3f3;position: absolute;top: 0;left: -100%;z-index: -1;}
.apply-service .apply-service-info{width: calc(100%/2 - 30px);padding: 0;margin:15px;display: flex;position: relative;z-index: 1;}
.apply-service .apply-service-info .apply-service-title{color: #222222;font-size: 24px;font-weight: 500;margin: 0 15px 0 0;width: 50px;text-align: center;padding: 10px;border-radius: 10px;letter-spacing: 0px;}
.apply-service .apply-service-info .apply-service-content{flex: 1;}
.apply-service .apply-service-info .apply-service-content>ol{list-style:decimal-leading-zero;padding: 0;margin: 0 0 0 50px;}
.apply-service .apply-service-info .apply-service-content>ol>li{padding: 0;margin:5px 0;}
.apply-service .apply-service-info .apply-service-content>ol>li::marker {color: #ff4b50;}
.apply-service .apply-photo{position: absolute;bottom: -38px;right: 0;width: 26%;}
@media screen and (max-width:1020px){
    .apply-font001{font-size: 26px;}
    .apply-font002{font-size: 18px;}
    .apply-font003{font-size: 17px;}
    .apply-font004{font-size: 14px;}
    .apply-info{font-size: 16px;}
    .apply-table{font-size: 16px;}
    .apply-table tr:first-of-type{font-size: 18px;}
    .apply-table02 tr:first-of-type{font-size: 16px;}
    .apply-table tr td{padding: 10px 6px;}
    .apply-table tr:first-of-type td{padding: 12px 6px;}
    .apply-table02 tr:first-of-type td{padding: 10px 6px;}
    .apply-service{padding:30px 0 30px 0;margin: 30px 0 0 0;}
    .apply-service .apply-service-info{width: calc(100%/1 - 0px);margin:15px 0;}
    .apply-service .apply-service-info .apply-service-title{font-size: 20px;}
    .apply-service .apply-photo{width:40%; }
}
@media screen and (max-width:767px){
    .apply-table{font-size: 14px;}
    .apply-table tr:first-of-type{font-size: 15px;}
    .apply-table02 tr:first-of-type{font-size: 14px;}
}
@media screen and (max-width:575px){
    .apply-service .apply-service-info{display: block;}
    .apply-service .apply-service-info .apply-service-title{width: 100%;margin: 0 0 15px 0; letter-spacing:2px;padding:5px 10px;}
}
    
/** 勞雇加油站 **/
.employer{max-width: 1300px; margin: 0 auto;}
.employer>ul{list-style: none;padding: 0;margin: 0;display: flex;flex-wrap: wrap;}
.employer>ul>li{padding: 0;margin:15px;width: calc(100%/4 - 30px);}
.employer>ul>li a{display: block;background: #eeeeee;box-shadow: 0 0 10px 0 rgba(0,0,0,.2);overflow: hidden;border-radius: 30px;position: relative;z-index: 1;}
.employer>ul>li a:after{content: "";display: block;width: 600px;height: 500px;background: #ffffff;position: absolute;bottom:0;left: 0;z-index: -1; border-radius:0 0 100% 0;transition: all 0.5s ease 0s;}
.employer>ul>li a:hover{}
.employer-photo-main{position: relative;overflow: hidden;}
.employer-photo-main .employer-photo{background-color: #ffffff;background-position: center center;background-repeat: no-repeat;background-size: contain;transform:scale(1);transition: all 0.5s ease 0s;}
.employer>ul>li .employer-info{padding: 20px;}
.employer>ul>li .employer-info h3{padding: 0;margin: 0 0 10px 0;line-height: 1.4;font-weight: 400;font-size: 17px; color: #222222;height: 47.59px; overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.employer>ul>li .employer-info .employer-content{font-size: 15px; color: #666666;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.employer>ul>li .employer-info .employer-more{margin: 20px 0 0 0;padding: 5px 15px; font-size: 13px; color: #ffffff;text-transform: uppercase;display: inline-flex;align-items: center;justify-content: flex-end; line-height: 1;background: #00ccc0;border-radius: 50px;height: 23px;width: 70px;position: relative;text-align: center;}
.employer>ul>li .employer-info .employer-more:after{content: "";display: block;width:200%;height: 10px;position: absolute;top: 6.5px;right: -150px;border-bottom: 10px #00ccc0 dotted;transition: all 0.5s ease 0s;}
.employer>ul>li:hover .employer-photo-main .employer-photo{transform:scale(1.1);transition: all 0.5s ease 0s;}
.employer>ul>li:hover .employer-info .employer-more:after{right: -160px;transition: all 0.5s ease 0s;}
@media screen and (max-width:1020px){
    .employer>ul>li{margin:10px;width: calc(100%/3 - 20px);}
    .employer>ul>li .employer-info{padding: 15px;}
    .employer>ul>li .employer-info h3{font-size: 16px;height: 44.78px; }
    .employer>ul>li .employer-info .employer-more:after{width:100%;right: -80px;}
    .employer>ul>li:hover .employer-info .employer-more:after{right: -90px;}
}
@media screen and (max-width:767px){
    .employer>ul>li{width: calc(100%/2 - 20px);}
    .employer>ul>li .employer-info{padding: 10px;}
    .employer>ul>li .employer-info .employer-more:after{width:50%;right: -45px;}
    .employer>ul>li:hover .employer-info .employer-more:after{right: -55px;}
}
@media screen and (max-width:575px){
    .employer>ul>li{width: calc(100%/2 - 10px);margin: 5px;}
    .employer>ul>li a{box-shadow: 0 0 5px 0 rgba(0,0,0,.2);border-radius: 10px;}
}

/** 首頁最新消息 **/
.news{max-width: 1300px; margin: 0 auto;}
.news>ul{list-style: none;padding: 0;margin: 0;display: flex;flex-wrap: wrap;}
.news>ul>li{padding: 0;margin:15px;width: calc(100%/4 - 30px);}
.news>ul>li a{display: block;background: #ffffff;box-shadow: 0 0 10px 0 rgba(0,0,0,.2);overflow: hidden;border-radius: 30px;}
.news>ul>li a:hover{}
.news-photo-main .news-date{border-radius: 0 10px 0 0;padding: 10px 10px; background: rgba(0,160,237,.9) ;font-size: 13px; color: #ffffff;display: inline-flex;align-items: center;line-height: 1;height: 36px;position: absolute;bottom: 0;left: 0;}
.news-photo-main .news-date i{display: inline-block;width: 16px;margin: 0 8px 0 0;}
.news-photo-main .news-date img{-webkit-filter:brightness(100);}
.news>ul>li .news-info{padding: 20px;}
.news>ul>li .news-info h3{padding: 0;margin: 0 0 10px 0;line-height: 1.4;font-weight: 400;font-size: 17px; color: #222222;height: 47.59px; overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.news>ul>li .news-info .news-content{font-size: 15px; color: #666666;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.news>ul>li .news-info .news-more{margin: 20px 0 0 0; font-size: 13px; color: #ff8c11;text-transform: uppercase;display: flex;align-items: center;justify-content: flex-end; line-height: 1;}
.news>ul>li .news-info .news-more i{display: inline-block;width: 12px;margin: 0 8px 0 0;transition: all 0.3s ease 0s;}
.news>ul>li:hover .news-photo-main .news-photo{transform:scale(1.1);transition: all 0.5s ease 0s;}
.news>ul>li:hover .news-info .news-more i{margin: 0 12px 0 0;transition: all 0.3s ease 0s;}
.news-detail-date{border-radius: 0 10px 0 0;padding:0; margin: 0 0 20px 0; font-size: 15px; color: #07aaea;display: inline-flex;align-items: center;line-height: 1;}
.news-detail-date i{display: inline-block;width: 16px;margin: 0 8px 0 0;}
@media screen and (max-width:1020px){
    .news>ul>li{margin:10px;width: calc(100%/3 - 20px);}
    .news>ul>li .news-info{padding: 15px;}
    .news>ul>li .news-info h3{font-size: 16px;height: 44.78px;}
}
@media screen and (max-width:767px){
    .news>ul>li{width: calc(100%/2 - 20px);}
    .news>ul>li .news-info{padding: 10px;}
    .news>ul>li .news-info .news-more{margin:15px 0 0 0; }
}
@media screen and (max-width:575px){
    .news>ul>li{width: calc(100%/2 - 10px);margin: 5px;}
    .news>ul>li a{box-shadow: 0 0 5px 0 rgba(0,0,0,.2);border-radius: 10px;}
}

/** 文件下載 **/
.download{}
.download>ul{list-style: none;padding: 0;margin: 0;}
.download>ul>li{padding: 0;margin: 0;display:block;}
.download>ul>li a{display: flex;padding:20px 20px 20px 45px;background: #ffffff;align-items: center;position:relative;z-index: 1;}
.download>ul>li a:before{content: "";display: block;width: 30px; height: 5px; background: #00ccc0;position: absolute;top: calc(50% - 2.5px);left: 0;}
.download>ul>li:hover{box-shadow: 0 0 10px 0 rgba(0,0,0,.2);position: relative;z-index: 2}
.download>ul>li:nth-child(even) a{background: #ebfbfa;}
.download>ul>li h3{flex: 1;margin: 0 20px 0 0;padding: 0;line-height: 1.4;font-weight: 400;font-size: 17px; color: #222222;}
.download>ul>li .download-icon{width: 46px;}
@media screen and (max-width:1020px){
    .download>ul>li a{padding:20px 20px 20px 40px;}
    .download>ul>li a:before{width: 25px; }
    .download>ul>li h3{font-size: 16px;margin: 0 15px 0 0;}
    .download>ul>li .download-icon{width: 40px;}
}

/** 客戶見證 **/
.customer{max-width: 1300px; margin: 0 auto;}
.customer>ul{list-style: none;padding: 0;margin: 0;display: flex;flex-wrap: wrap;}
.customer>ul>li{padding: 0;margin:15px;width: calc(100%/4 - 30px);text-align: center;}
.customer>ul>li a{display: block;background: #f3f3f3;box-shadow: 0 0 10px 0 rgba(0,0,0,.2);overflow: hidden;border-radius: 30px;padding: 15px;position: relative;z-index: 1;}
.customer>ul>li a:after{content: "";display: block;width: 158px;height: 158px;background: #ffd9da;position: absolute;bottom: 0;right: 0;z-index: -1;border-radius: 100% 0 0 0;transition: all 0.5s ease 0s;}
.customer>ul>li a:hover{}
.customer>ul>li a:hover:after{width: 178px;height: 178px;transition: all 0.5s ease 0s;}
.customer>ul>li .customer-info{padding:30px 5px 5px 5px;}
.customer>ul>li .customer-info .customer-date{border-radius: 0 10px 0 0;padding:0; font-size: 13px; color: #07aaea;display: inline-flex;align-items: center;line-height: 1;}
.customer>ul>li .customer-info .customer-date i{display: inline-block;width: 16px;margin: 0 8px 0 0;}
.customer>ul>li .customer-info h3{padding: 0;margin:15px 0;line-height: 1.4;font-weight: 400;font-size: 17px; color: #222222; overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.customer>ul>li .customer-info .customer-more{margin:25px 0 0 0; font-size: 16px; color: #ffffff;display: flex;align-items: center;justify-content:center; background: #ff4b50;padding: 10px 15px;border-radius: 50px;line-height: 1;}
.customer>ul>li .customer-info .customer-more i{display: inline-block;width: 26px;margin: 0 10px 0 0;transition: all 0.3s ease 0s;}
.customer>ul>li:hover .customer-photo-main .customer-photo{transform:scale(1.1);transition: all 0.5s ease 0s;}
.customer>ul>li:hover .customer-info .customer-more{background: #ff1d23;}
@media screen and (max-width:1020px){
    .customer-main{padding:30px 15px;}
    .customer>ul>li{margin:10px;width: calc(100%/3 - 20px);}
    .customer>ul>li a{padding: 15px;}
    .customer>ul>li .customer-info{padding:30px 0 0 0;}
    .customer>ul>li .customer-info h3{font-size: 16px;}
    .customer>ul>li .customer-info .customer-more{font-size: 15px;}
}
@media screen and (max-width:767px){
    .customer>ul>li{width: calc(100%/2 - 20px);}
    .customer>ul>li a{padding: 10px;}
    .customer>ul>li .customer-info{padding:20px 0 0 0;}
    .customer>ul>li .customer-info .customer-more{margin:15px 0 0 0;}
    .customer>ul>li .customer-info .customer-more i{width: 22px;margin: 0 8px 0 0;}
}
@media screen and (max-width:575px){
    .customer>ul>li{width: calc(100%/2 - 10px);margin: 5px;}
    .customer>ul>li a{box-shadow: 0 0 5px 0 rgba(0,0,0,.2);border-radius: 10px;}
}

/** 活動花絮 **/
.activities{max-width: 1300px; margin: 0 auto;}
.activities>ul{list-style: none;padding: 0;margin: 0;display: flex;flex-wrap: wrap;}
.activities>ul>li{padding: 0;margin:15px;width: calc(100%/4 - 30px);text-align: center;}
.activities-photo-main{position: relative;overflow: hidden;border-radius: 10px;}
.activities-photo-main .activities-photo{background-color: #ffffff;background-position: center center;background-repeat: no-repeat;background-size: contain;transform:scale(1);transition: all 0.5s ease 0s;}
.activities>ul>li a{display: block;background: #ffffff;box-shadow: 0 0 10px 0 rgba(0,0,0,.2);overflow: hidden;border-radius: 30px;padding: 15px;position: relative;z-index: 1;height: 100%;}
.activities>ul>li a:after{content: "";display: block;width: 158px;height: 158px;background: #ffe8cf;position: absolute;top: 0;right: 0;z-index: -1;border-radius:0 0 0 100%;transition: all 0.5s ease 0s;}
.activities>ul>li a:hover{}
.activities>ul>li a:hover:after{width: 178px;height: 178px;transition: all 0.5s ease 0s;}
.activities>ul>li .activities-info{padding:5px;}
.activities>ul>li .activities-info .activities-date{border-radius: 0 10px 0 0;padding:0; font-size: 13px; color: #07aaea;display: inline-flex;align-items: center;line-height: 1;}
.activities>ul>li .activities-info .activities-date i{display: inline-block;width: 16px;margin: 0 8px 0 0;}
.activities>ul>li .activities-info h3{padding: 0;margin:15px 0;line-height: 1.4;font-weight: 400;font-size: 17px; color: #222222; overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;height: 47.59px;}
.activities>ul>li .activities-info .activities-more{margin:25px 0 0 0; font-size: 16px; color: #ffffff;display: flex;align-items: center;justify-content:center; background:#ff8c11;padding: 10px 15px;border-radius: 50px;line-height: 1;}
.activities>ul>li .activities-info .activities-more i{display: inline-block;width: 26px;margin: 0 10px 0 0;transition: all 0.3s ease 0s;}
.activities>ul>li:hover .activities-photo-main .activities-photo{transform:scale(1.1);transition: all 0.5s ease 0s;}
.activities>ul>li:hover .activities-info .activities-more{background: #f47e00;}
@media screen and (max-width:1020px){
    .activities-main{padding:30px 15px;}
    .activities>ul>li{margin:10px;width: calc(100%/3 - 20px);}
    .activities>ul>li a{padding: 15px;}
    .activities>ul>li .activities-info{padding:0;}
    .activities>ul>li .activities-info h3{font-size: 16px;height: 44.78px;}
    .activities>ul>li .activities-info .activities-more{font-size: 15px;}
}
@media screen and (max-width:767px){
    .activities>ul>li{width: calc(100%/2 - 20px);}
    .activities>ul>li a{padding: 10px;}
    .activities>ul>li .activities-info{padding:0;}
    .activities>ul>li .activities-info .activities-more{margin:15px 0 0 0;}
    .activities>ul>li .activities-info .activities-more i{width: 22px;margin: 0 8px 0 0;}
}
@media screen and (max-width:575px){
    .activities>ul>li{width: calc(100%/2 - 10px);margin: 5px;}
    .activities>ul>li a{box-shadow: 0 0 5px 0 rgba(0,0,0,.2);border-radius: 10px;}
}

/** 相關連結 **/
.link{max-width: 1300px; margin: 0 auto;position: relative;z-index: 1;}
.link>ul{list-style: none;padding: 0;margin: 0;display: flex;flex-wrap: wrap;}
.link>ul>li{padding: 0;margin:15px;width: calc(100%/4 - 30px);text-align: center;}
.link>ul>li a{display: block;box-shadow: 0 0 10px 0 rgba(0,0,0,.2);overflow: hidden;border-radius: 20px;padding:0;position: relative;z-index: 1;}
.link>ul>li a:hover{}
.link>ul>li:hover .link-photo-main .link-photo{transform:scale(1.1);transition: all 0.5s ease 0s;}
@media screen and (max-width:1020px){
    .link>ul>li{margin:10px;width: calc(100%/4 - 20px);}
}
@media screen and (max-width:767px){
    .link>ul>li{width: calc(100%/2 - 20px);}
}
@media screen and (max-width:575px){
    .link>ul>li{width: calc(100%/2 - 10px);margin: 5px;}
    .link>ul>li a{box-shadow: 0 0 5px 0 rgba(0,0,0,.2);border-radius: 10px;}
}

/** 聯絡我們 **/
.contact-body{}
.contact-note{display: table;padding:4px 15px;border-radius: 3px; font-size:14px;background: #ff4b50; color:#ffffff;margin: 0 0 5px 0;}
.star{color: #e60b16; font-size:12px;padding: 0 0 0 10px;}
.contact-content{font-size: 16px; color: #222222;margin: 0 0 20px 0;}
.contact-content a{color: #222222;}
.contact-content a:hover{color: #222222;}
.contact-content>ul{list-style: none;padding: 0;margin:0;}
.contact-content>ul>li{padding: 0;margin:20px 0;display: flex;}
.contact-content>ul>li .contact-icon{width: 50px;height: 50px ;background: #00a0ed; display: flex;align-items: center;justify-content: center; padding:12px; margin: 0 15px 0 0;border-radius: 50px;}
.contact-content>ul>li .contact-icon img {-webkit-filter: brightness(100);}
.contact-content>ul>li .contact-dep{flex: 1;}
.contact-content>ul>li .contact-dep span{font-weight: 500;display: block;width: 100%;color: #00a0ed;}
.googlemap {position: relative;padding-bottom: 56%;padding-top: 30px;height: 0;overflow: hidden;}
.googlemap iframe {position: absolute;top:0;left: 0;width: 100%;height: 100%;}
@media screen and (max-width:1100px){
    .contact-content-title{font-size: 20px;}
    .contact-content-title-en{font-size: 13px;}
}
@media screen and (max-width:767px){
    .googlemap{margin: 0 0 20px 0;}
}

/** 表單欄位 **/
label{min-width: 80px;}
.form-box input .form-box img{vertical-align:middle;box-shadow: 0 0 0 0 rgba(0,0,0,0);}
.opinion{display:flex; flex-wrap:wrap; margin:0;padding: 10px;border-bottom: 1px #cccccc dashed;}
.opinion-left01{width:100%; padding:5px; font-size:16px; color:#222222; display:flex; align-items:center;}
.input-main-style01{flex:1; width:100%;background: #f3f3f3; border:1px #ffffff solid; margin:0; padding:8px 15px; font-size:16px; color:#222222;min-height:44px;border-radius: 5px;box-shadow: none;}
.input-main-style02{flex:1; width:100%;background: #f3f3f3;  border:1px #ffffff solid; margin:0; padding:8px 15px; font-size:16px; color:#222222;min-height:44px;border-radius: 5px;}
.input-main-style03{background: #f3f3f3; width:100%;  border:1px #ffffff solid; margin:5px 0 0 0; padding:8px 15px; font-size:16px; color:#222222; min-height:44px;border-radius: 5px;}
.input-main-select{background:none; flex:1; width:100%; border:0; margin:0; padding:0; font-size:16px; color:#222222;display:flex; flex-wrap:wrap;}
.input-main-select select{background: #f3f3f3;  flex: 1; margin:0; padding:8px 15px; border:1px #ffffff solid; font-size:16px; color:#222222; min-height:44px;border-radius: 5px;}
.select-style{background:#8a6e0c; font-size:16px; color:#ffffff; line-height:20px; padding:5px 10px; border:0;}
.input-style01{background:#f4f8fb; flex:1; width:100%; border:0; margin:0; padding:8px 15px; font-size:16px; color:#222222; min-height:44px;}
input:disabled{background-color:#fff; color:#2d7fb9; cursor:no-drop;}
.btn.openlink{margin:3px 0; padding:0 10px; text-align:center; font-size:16px; line-height:1.5; font-weight:bold; background-color:#2d7fb9; color:#fff; border-radius:5px;}
.btn.openlink:hover{background-color:#ffbe00;}
img.code{width:100px; height:44px; margin:0; vertical-align:middle; display:inline-block;}
.pay-main{padding:0;font-size: 16px; color: #333333;border-radius:0;margin: 15px 0 ;}
.input-main-style01:focus,.input-main-style02:focus,.input-main-style03:focus,.input-main-select select:focus{ border:1px #ff4b50 solid;background: #ffffff;}
@media screen and (max-width:767px){
	.opinion{padding: 10px 0;}
}
@media screen and (max-width:575px){
	.opinion-left01{width:100%;}
	.input-main-style02{width:calc(100% - 100px);}
}

/** 按鈕 **/
.cart-btn{padding:0; text-align:center; margin-top:20px; display:flex; flex-wrap:wrap; justify-content:flex-end; align-items:center;}
.cart-btn i{margin: 0 8px 0 0;}
.btn-send{font-size:13px;}
a.btn-send{background: #00ccc0;padding:10px 20px; text-align:center; font-size:16px; color:#ffffff; min-width:100px; margin:5px;border-radius: 40px;}
a.btn-send:hover{background:#ff8c11;}
a.btn-reset{background:#666666; padding:10px 20px; text-align:center; font-size:16px; color:#ffffff; min-width:100px; margin:5px; border-radius: 40px;}
a.btn-reset:hover{background:#333333;}
a.btn-send-over{background:#7ea2c5; padding:10px 20px; text-align:center; font-size:16px; color:#fff; min-width:100px; margin:5px; border-radius: 40px;}
a.btn-send-over:hover{background:#96b9dc; border:2px solid #96b9dc;}
@media screen and (max-width:575px){
	a.btn-send{padding:10px 10px; width:calc(50% - 10px);}
	a.btn-reset{padding:10px 10px; width:calc(50% - 10px);}
	a.btn-send-over{padding:10px 10px; width:calc(50% - 10px);}
}

/** 送出訊息 **/
.jump-window-box{max-width:500px; margin:0 auto; border:1px #ccc solid; padding:20px; border-radius:5px;}

/** 頁次 **/
.page{font-size:15px; color:#222222; text-align:center; clear:both; margin:30px 0 0 0;}
.page a{display: inline-block;background:#1f2e63; color:#fff; padding:4px 10px;margin: 5px 0;border-radius: 5px;}
.page a:hover{background:#ff8c11; color:#fff;}
.page br{display:none;}
@media screen and (max-width:640px){
	.page br{display:block;}
}

/** 下版 **/
footer{padding:4vw 15px;background: #ffe7e7;}
footer .footer{max-width:1300px; margin:0 auto; display: flex;position: relative;}
footer .footer .f-info{flex: 1;margin: 0 4vw 0 0;padding: 0 0 58px 0;}
footer .footer .f-info .f-logo-main{display: flex;align-items: flex-end; justify-content:space-between;border-bottom: 1px #1f2e63 solid;}
footer .footer .f-info .f-logo-main .f-logo{width: 340px;margin: 0 20px 15px 0;}
footer .footer .f-info .f-logo-main .f-qrcode{width: 100px;border: 1px #1f2e63 solid;border-bottom: 0;}
footer .footer .f-info .f-note{font-size: 14px; color: #666666;letter-spacing: 1px;margin: 15px 0 0 0;}
footer .footer .f-contact{font-size: 16px; color: #222222;flex: 1;margin: 0 0 0 4vw;}
footer .footer .f-contact .f-contact-title{font-size: 17px; color:#ffffff;background: #ff4b50;padding: 6.4px 17px;border-radius:5px;display: table;margin: 0 0 20px 0;}
footer .footer .f-contact>ul{list-style: none;padding: 0;margin: 0;}
footer .footer .f-contact>ul>li{padding: 0;margin:18px 0;width: 100%;display:flex;}
footer .footer .f-contact>ul>li .f-contact-icon{width: 24px;margin: 0 10px 0 0;}
footer .footer .f-contact>ul>li .f-contact-dep{flex: 1;}
footer .footer .f-contact>ul>li .f-contact-dep a{display: inline-block;color: #222222;}
footer .footer .f-contact>ul>li .f-contact-dep a:hover{color: #ff4b50;}
footer .footer .copyright{font-size: 12px; color: #999999;letter-spacing: 0px;text-transform: uppercase;position: absolute;bottom:18px;left: 0;width: calc(50% - 4vw);}
footer .footer .copyright span{display: block;width: 100%;}
footer .footer .copyright span a{display: block;color: #999999;}
footer .footer .copyright span a:hover{color: #ff4b50;}
.f-menu-main{padding: 0 15px;background: #00a0ed;}
.f-menu{max-width:1300px; margin:0 auto; }
.f-menu>ul{list-style: none;padding: 0;margin: 0;display: flex;flex-wrap: wrap; justify-content: center;}
.f-menu>ul>li{font-size: 16px; color: #ffffff;width: auto;padding: 0;margin: 0;}
.f-menu>ul>li a{display: block;color: #ffffff;padding: 11.2px 15px;}
.f-menu>ul>li a:hover{background: #ff4b50;}
@media screen and (max-width:1200px){
    footer .footer .copyright{bottom:0px;}
}
@media screen and (max-width:1020px){
    footer{padding:20px 15px;background: #ffe7e7;}
	footer .footer{display: block;}
    footer .footer .f-info{width: 100%; margin: 0 0 30px 0;padding: 0;}
    footer .footer .f-info .f-logo-main .f-logo{width: 280px;}
    footer .footer .f-contact{width: 100%;margin: 0;}
    footer .footer .copyright{position:inherit;bottom:inherit;left:inherit;width:100%;}
    .f-menu>ul>li a{padding: 8px 12px;}
}
@media screen and (max-width:575px){
    footer .footer .f-info .f-logo-main .f-logo{width: 200px;}
}

/** top **/
#scrollUp {bottom:calc(100px - 77px);right:16px;background: url("../images/top.png") no-repeat center center;background-size: 38px;display: block;width:38px;height: 57px;}
#scrollUp:hover{ transform: translateY(-5px);}
@media screen and (max-width:1020px){
	#scrollUp {bottom:calc(100px - 60px);right:10px;background: url("../images/top.png") no-repeat center center;background-size: 30px; display: block;width:30px;height: 45px;}
}