@charset "utf-8";

/** bootstrap **/
@import url(bootstrap.css);

/** 文字icon **/
@import url(font-awesome.min.css);

/** 手機選單 **/
@import url(slicknav.css) screen and (max-width:1024px);

/** edm **/
@import url(edm.css);

/** 滾動視差 **/
@import url(aos.css);

/** font **/
@import url(IBM+Plex+Sans-Noto+Sans+TC.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:18px;line-height: 1.6;font-family: "IBM Plex Sans", "Noto Sans TC", serif;word-break: break-word;letter-spacing: 1px;}
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;min-width: 800px;}
table th{ text-align: -webkit-center;}

/** 表單預設文字顏色設定 **/
::-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: #0086ce;}
.border-color{border-left:7px #A0A0A0 solid;}
.slicknav_nav .slicknav_arrow{font-family:Arial;position: absolute;top: 0; right: 0;width: 40px;height: 48.8px; display: flex;align-items: center;justify-content: center;}

/** 上版 **/
header{background:#ffffff;border-bottom: 3px #0086ce solid;padding: 0 15px;position: fixed;top: 0;left: 0;width: 100%;z-index: 10000;}
.head-main{max-width:1280px; margin:0 auto;display: flex;align-items: center;}
.head-main .logo{width: 420px; height:auto;margin: 0 2vw 0 0;}
.head-main .logo a{display: block;}
.head-main .logo img{width:100%; height:auto;}
.head-main .logo-m{display: none;}
.head-main .logo-m a{display: block;}
.head-main .logo-m img{width:100%; height:auto;}
.language {width: 120px;border-radius: 50px;overflow: hidden;margin: 0 0 0 2vw;letter-spacing: 0;}
.language ul{list-style:none;padding: 0;margin: 0; display:flex;}
.language ul li{ padding:0; margin:0;width: calc(100%/2); color:#222222; font-size:14px;text-align: center;}
.language ul li a{background:#eeeeee; padding:9px 15px; display:flex;align-items: center;justify-content: center; color:#222222; }
.language ul li a.active{background:#cede5a;color:#222222;}
.language ul li a:hover:not(.active){background:#0086ce; color:#fff;}
.newsolar-header{position: inherit;top:inherit;left: inherit;}
@media screen and (max-width:1100px){
    .head-main .logo{width: 390px; }
}
@media screen and (max-width:1024px){
    header{border-bottom: 0;}
    .head-main .logo{display: none;}
    .head-main .logo-m{display: block;width: 230px; position: fixed;top: 10px;left: 15px;z-index: 10000;}
    .language{width: 96px; position: fixed;top: 13px;right: 65px;z-index: 10000;}
    .language ul li{ font-size:13px;}
    .language ul li a{padding:6px 10px; }
}
@media screen and (max-width:575px){
    .head-main .logo-m{width: 200px;top: 13px;}
}
@media screen and (max-width:400px){
    .language{width: 84px;top: 14px;}
    .language ul li a{padding:6px 6px; }
}
@media screen and (max-width:374px){
    .head-main .logo-m{width: 150px;top: 16px;}
    .language{width: 80px;top: 15px;right: 60px;}
    .language ul li{ font-size:12px;}
    .language ul li a{padding:6px 6px; }
}

/** 主選單與下拉 **/
nav{flex: 1;}
.menu{max-width:1280px; padding:0; list-style:none; position:relative; margin:0 auto; display:flex;justify-content: flex-end;}
.menu>li{ color:#222222; font-size:18px; text-align:center; position:relative; cursor:pointer; padding:0; margin:0;z-index: 1001;}
.menu>li>a{color:#222222; display:block; padding:39.1px 18px; margin:0;transition: all 0.5s ease 0s;}
.menu>li:after{content: "";display: block;width: 0px; height: 0px; border-radius: 18px;background: #0086ce;position: absolute;bottom: -1px;left: calc(50% - 0px);z-index: 1000;transition: all 0.5s ease 0s;}
.menu>li>a:hover{color: #0086ce;}
.menu>li:hover:after{width: 18px; height: 18px;bottom: -10px;left: calc(50% - 9px);transition: all 0.5s ease 0s;}
.menu>li.sub>ul.sub-menu{background:#ffffff; border-top: 3px #0086ce solid;display:none; position:static; z-index:999; margin:0; padding:10px 0 0 0; border-radius:0; overflow:hidden;box-shadow: 0 0 15px 0 rgba(0,0,0,.2);}
.menu>li.sub:hover ul.sub-menu{position:absolute; display:block; width:200px; left:calc(50% - 100px); top:106.98px;transition: all 0.5s ease 0s;display:none;}
.menu>li.sub>ul.sub-menu>li{display:block;font-size:16px;}
.menu>li.sub>ul.sub-menu>li>a{display:block; color:#666666; padding:8px 10px; margin:0;}
.menu>li.sub>ul.sub-menu>li>a:hover{background:#0086ce;color: #ffffff;}
.header-height .menu>li>a{padding:24.1px 18px;transition: all 0.5s ease 0s;}
.header-height .menu>li.sub:hover ul.sub-menu{top:76.98px;transition: all 0.5s ease 0s;}
.newsolar-menu>li>a{padding:18px 18px;}
.header-height .newsolar-menu>li>a{padding:18px 18px;}
@media screen and (max-width:1100px){
    .menu>li>a{padding:39.1px 12px; }
    .header-height .menu>li>a{padding:24.1px 12px; }
    .newsolar-menu>li>a{padding:18px 12px;}
    .header-height .newsolar-menu>li>a{padding:18px 12px;}
}
@media screen and (max-width:1024px){
	#menu{display:none;}
	.slicknav_menu{display:block;background:#ffffff;border-bottom: 3px #0086ce solid;position: fixed;top: 0;left: 0;width: 100%;z-index: 10000;}
}

/** edm輪播 **/
.edm-main{background:#ffffff; position:relative;padding: 109.98px 0 0 0;}
.edm-main img{vertical-align:middle; width:100%; height:auto; position:absolute;}
.edm{position: relative; margin: 0 auto; top: 0px; left: 0px; width:1920px; height: 909px; overflow: hidden; visibility: hidden;}
.edm-loading-main{position: absolute; top: 0px; left: 0px;}
.edm-loading{filter: alpha(opacity=70); opacity: 0.7; position: absolute; display: block; top: 0px; left: 0px; width: 100%; height: 100%;}
.edm-loading-photo{position:absolute;display:block;background:url(../images/loading.gif) no-repeat center center;top:0px;left:0px;width:100%;height:100%;}
.edm-photo{cursor: default; position: relative; top: 0px; left: 0px; width: 1920px; height: 909px; overflow: hidden;}
.edm-navigator{width:38px;height:8px;}
@media screen and (max-width:1024px){
	.edm-main{padding: 62px 0 0 0;}
}

/** 配置 **/
.warpper{}
.main{padding: 0 15px;}
.photo-main{overflow: hidden;}
.photo{background-color:#f9f9f9;background-position: center center;background-repeat: no-repeat;background-size: contain;transform:scale(1);transition: all 0.5s ease 0s;}
.i-title-main{text-align: center;position: relative;padding: 0 0 15px 0;margin: 0 0 20px 0;}
.i-title-main:after{content: "";display: block;width: 40px; height: 4px;border-radius: 10px; position: absolute;bottom: 0;left: calc(50% - 20px);background: linear-gradient(90deg, #0086ce, #cede5a);}
.i-title-en{font-size: 16px; color: #ffffff;font-weight: 400;text-transform: uppercase;letter-spacing: 2px;margin: 0 0 3px 0;}
.i-title{font-size: 44px; color: #ffffff;font-weight: 700;line-height: 1.4;letter-spacing: 10px;padding: 0;margin: 0;}
@media screen and (max-width:1330px){
    .i-title-en{font-size: 15px;}
    .i-title{font-size: 40px;}
}
@media screen and (max-width:1024px){
    .i-title-en{font-size: 14px;letter-spacing: 1px;}
    .i-title{font-size: 36px;letter-spacing: 6px;}
}
@media screen and (max-width:767px){
    .i-title-en{font-size: 13px;}
    .i-title{font-size: 30px;}
}

/** 首頁公司介紹 **/
.i-company-main{}
.i-company{}
.i-company>ul{list-style: none;padding: 0;margin: 0;display: flex;flex-wrap: wrap;}
.i-company>ul>li{position: relative;width: calc(100%/2);overflow: hidden;}
.i-company>ul>li a{display: block;height: 100%;}
.i-company>ul>li .i-company-photo{animation: company-photo 4s infinite ease-in alternate;}
@keyframes company-photo{
    0%{ transform:scale(1);}
    100%{transform:scale(1.06);}
}
.i-company>ul>li .i-company-photo img{width: 100%;height: 100%;object-fit: cover;object-position: center;}
.i-company>ul>li .i-company-content{display: flex;flex-wrap: wrap;align-content: center; justify-content: center; position: absolute;top: 0;left: 0;background: rgba(255,255,255,.55);text-align: center;width: 100%;height: 100%;padding: 5vw 6vw;backdrop-filter: blur(0px);transition: all 0.5s ease 0s;}
.i-company>ul>li .i-company-content .i-company-title{width: 100%; position: relative;padding: 0 0 15px 0;margin: 0 0 30px 0}
.i-company>ul>li .i-company-content .i-company-title:after{content: "";display: block;width: 0px; height: 5px; border-radius: 10px; background: #ffd40c;position: absolute;bottom: 0;left: calc(50% - 0px);animation: company-title 2s infinite ease-in alternate;}
@keyframes company-title{
    0%{ width: 0px;}
    100%{width: 120px;left: calc(50% - 60px);}
}
.i-company>ul>li .i-company-content .i-company-title .i-company-title-en{font-size: 80px; color: #222222;font-weight: 900;line-height: 1.2;padding: 0;margin: 0;letter-spacing: 0;}
.i-company>ul>li .i-company-content .i-company-title h2{font-size: 44px; color: #222222;font-weight: 700;line-height: 1.4;padding: 0;margin: 0;letter-spacing:4px;}
.i-company>ul>li .i-company-content .i-company-info{width: 100%;font-size: 18px; color: #222222;line-height: 1.8; overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;height: 97.16px;}
.i-company>ul>li .i-company-content .i-company-more{background: #ffd40c;font-size: 14px; display: table;margin:20px auto 0 auto;border-radius: 50px; padding: 10.5px 15px;width: 120px;color: #ffffff;text-transform: uppercase;transition: all 0.5s ease 0s;}
.i-company>ul>li:hover .i-company-content{background: rgba(255,255,255,.7);backdrop-filter: blur(3px);transition: all 0.5s ease 0s;}
.i-company>ul>li:hover .i-company-content .i-company-more{border-radius: 5px;transition: all 0.5s ease 0s;}
@media screen and (max-width:1330px){
    .i-company>ul>li .i-company-content{padding:20px;}
    .i-company>ul>li .i-company-content .i-company-title{margin: 0 0 15px 0}
    .i-company>ul>li .i-company-content .i-company-title .i-company-title-en{font-size: 66px;}
    .i-company>ul>li .i-company-content .i-company-title h2{font-size: 40px;}
}
@media screen and (max-width:1024px){
    .i-company>ul>li{height: 500px;}
    .i-company>ul>li .i-company-photo{height: 500px;}
    .i-company>ul>li .i-company-content .i-company-title .i-company-title-en{font-size: 54px;}
    .i-company>ul>li .i-company-content .i-company-title h2{font-size: 36px;}
}
@media screen and (max-width:767px){
    .i-company>ul>li{width: 100%;height: 440px;}
    .i-company>ul>li .i-company-photo{height: 440px;}
    .i-company>ul>li .i-company-content .i-company-info{-webkit-line-clamp: 4;height: auto;}
    .i-company>ul>li .i-company-content .i-company-title .i-company-title-en{font-size: 44px;}
    .i-company>ul>li .i-company-content .i-company-title h2{font-size: 26px;}
}

/** 首頁數據 **/
.i-data-main{padding:6% 15px;background: url("../images/data_bg.jpg")no-repeat center center fixed;background-size: cover;}
.i-data{max-width: 1280px; margin: 0 auto;}
.i-data .i-data-content{flex: 1;}
.i-data .i-data-content>ul{list-style: none;padding: 0;margin: 0;display: flex;flex-wrap: wrap;justify-content: center;}
.i-data .i-data-content>ul>li{padding:0;margin:3.5% 4.5%;width:auto;color: #ffffff;position: relative;}
/*.i-data .i-data-content>ul>li:after{content: "";display: block;width: 1px;height:60px; background: #ffffff;position: absolute;top: calc(50% - 30px);right: -60px;}*/
.i-data .i-data-content>ul>li .i-data-title{color: #ffd40c;font-size: 20px;position: relative;padding: 15px 0 0 0;}
.i-data .i-data-content>ul>li .i-data-title:before{content: "";display: block;width: 20px; height: 4px;background: #ffffff;border-radius: 20px;position: absolute;top: 0;left: 0;}
.i-data .i-data-content>ul>li .i-data-title:after{content: "";display: block;width: 4px; height: 4px;background: #ffffff;border-radius: 20px;position: absolute;top: 0;left: 25px;}
.i-data .i-data-content>ul>li .i-data-info{font-size: 54px;line-height: 1.5;position: relative;padding: 0 0 3px 0;}
.i-data .i-data-content>ul>li .i-data-info:after{content: "";display: block;width: 100%;height: 1px;background: linear-gradient(90deg, #0086ce, #cede5a);position: absolute;bottom: 0;left: 0;animation: i-data-info-line 2s infinite ease-in alternate;}
.i-data .i-data-content>ul>li .i-data-info span{display: inline-block;font-size: 18px;padding: 0 0 0 10px;}
/*
@keyframes i-data-info-line{
    0%{ width: 0px;}
    100%{width: 100%;}
}
*/
@media screen and (max-width:1330px){
    .i-data .i-data-content>ul>li{margin:30px 20px;width: calc(100%/2 - 40px);}
    .i-data02 .i-data-content>ul>li:first-of-type{width: 100%;}
}
@media screen and (max-width:1024px){
    .i-data-main{padding:40px 15px;}
    .i-data .i-data-content>ul>li{margin:30px 15px;width: calc(100%/2 - 30px);}
    .i-data .i-data-content>ul>li .i-data-title{font-size: 18px;}
    .i-data .i-data-content>ul>li .i-data-info{font-size: 48px;}
    .i-data .i-data-content>ul>li .i-data-info span{font-size: 16px;}
}
@media screen and (max-width:767px){
    .i-data .i-data-content>ul>li .i-data-title{font-size: 17px;}
    .i-data .i-data-content>ul>li .i-data-info{font-size: 44px;}
    .i-data .i-data-content>ul>li .i-data-info span{font-size: 15px;}
}
@media screen and (max-width:575px){
    .i-data .i-data-content>ul>li{margin:20px 0;width:100%;}
}
@media screen and (max-width:374px){
    .i-data .i-data-content>ul>li .i-data-info{font-size: 36px;}
}

/** 內頁banner **/
.inside-banner{background-color: #f9f9f9;background-position: center center;background-repeat: no-repeat;background-size: cover; padding:calc(109.98px + 5%) 15px 5% 15px;position: relative;}
.n-inside-banner{padding:5% 15px;}
.inside-banner:after{content: "";display: block;width: 100%;height: 100%;background: rgba(0,0,0,.3);position: absolute;top: 0;left: 0;}
.inside-banner .banner-title{max-width:1280px; font-size:44px;font-weight: 700; color:#ffffff; margin:0 auto; padding:0;position: relative;z-index: 2;letter-spacing: 6px;text-align: center;line-height: 1.6;}
.banner-main{background-color: #f9f9f9;background-position: center center;background-repeat: no-repeat;background-size: cover;  padding: 6% 15px;position: relative;}
.banner-main:after{content: "";display: block;width: 100%;height: 100%;background: rgba(255,255,255,.3);position: absolute;top: 0;left: 0;}
.banner-main .banner{text-align: center;position: relative;z-index: 1;}
.banner-main .banner {width: 100%; position: relative;padding: 0 0 15px 0;margin: 0 0 30px 0}
.banner-main .banner:after{content: "";display: block;width: 0px; height: 5px; border-radius: 10px; background: #ffd40c;position: absolute;bottom: 0;left: calc(50% - 0px);animation: company-title 2s infinite ease-in alternate;}
.banner-main .banner .banner-title-en{font-size: 80px; color: #222222;font-weight: 900;line-height: 1.2;padding: 0;margin: 0;letter-spacing: 0;}
.banner-main .banner .banner-title{font-size: 44px; color: #222222;font-weight: 700;line-height: 1.4;padding: 0;margin: 0;letter-spacing:4px;}
@media screen and (max-width:1330px){
    .banner-main .banner{margin: 0 0 15px 0}
    .banner-main .banner .banner-title-en{font-size: 66px;}
    .banner-main .banner .banner-title{font-size: 40px;}
}
@media screen and (max-width:1024px){
	.inside-banner{ padding:92px 15px 30px 15px;}
    .n-inside-banner{padding:30px 15px;}
    .inside-banner .banner-title{font-size:36px;}
    .banner-main{padding: 30px 15px;}
    .banner-main .banner .banner-title-en{font-size: 54px;}
    .banner-main .banner .banner-title {font-size: 36px;}   
}
@media screen and (max-width:767px){
    .inside-banner{ padding:87px 15px 25px 15px;}
    .n-inside-banner{padding:25px 15px;}
    .inside-banner .banner-title{font-size:30px;}
    .banner-main{padding: 25px 15px;}
    .banner-main .banner .banner-title-en{font-size: 44px;}
    .banner-main .banner .banner-title{font-size: 26px;}
}

/** Breadcrumb **/
nav[aria-label="breadcrumb"]{position: relative;z-index: 2;padding: 5px 0;font-size: 14px;}
.breadcrumb{display:flex; flex-wrap:wrap; width:100%; max-width:1280px; margin:0 auto; padding:0; list-style:none; background-color:transparent; justify-content: center;}
.breadcrumb-item{padding-left:0;}
.breadcrumb-item + .breadcrumb-item::before{display:inline-block; padding-right:0.5rem;  color:#ffffff; content:"/";}
.breadcrumb-item a{display: inline-block;text-decoration:none; color:#ffffff;}
.breadcrumb-item a:hover{color:#cede5a; text-decoration:none;}
.breadcrumb-item.active{color: #cede5a;}
.banner-main .breadcrumb-item + .breadcrumb-item::before{color:#222222;}
.banner-main .breadcrumb-item a{color:#222222;}
.banner-main .breadcrumb-item.active{color:#0086ce;}

/** 內頁架構 **/
.content-body{max-width:1280px; margin:0 auto;padding:4% 0;}
.newsolar-w .newsolar-right .content-body{max-width:inherit; margin:0 ; padding:4% calc(4% - 15px);}
.page-title{font-size:40px;font-weight: 700; color:#222222; padding:0 0 20px 0; margin:0 0 25px 0;position: relative;}
.page-title:after{content: "";display: block;width: 0px; height: 5px; border-radius: 10px; background: #cede5a;position: absolute;bottom: 0;left: 0;animation:page-title 1.5s infinite ease-in alternate;}
@keyframes page-title{
    0%{ width: 0px;}
    100%{width: 80px;}
}
.page-main{padding:0; font-size:18px; color:#222222;line-height: 1.8;}
.font001{font-size: 30px; color: #222222;font-weight: 600;width: 100%;margin: 30px 0 15px 0;display: flex;position: relative;padding: 0 0 10px 0;}
.font001:after{content: "";display: block;width: 30px; height: 5px; border-bottom: 5px #cede5a dotted;position: absolute;bottom: 0;left: 0;}
@keyframes font001{
    0%{ width: 0px;}
    100%{width: 80px;}
}
.font002{font-size: 24px;color: #0086ce;font-weight:600;margin: 20px 0 15px 0;padding:0;}
.font-margin{margin: 0 0 15px 0;}
.content{display: flex;flex-wrap: wrap;}
.content-m{margin: 4% 0 0 0;}
.content .content-photo{flex: 1;margin: 0 25px 0 0;}
.content .content-info{flex: 2.5;}
.content .content-info02{flex: 1.3;}
.content>ul, .content>ol{padding: 0;margin: 0 0 0 45px;}
.content>ul>li, .content>ol>li{padding: 0;margin: 0;}
.content>ul>li>ol, .content>ul>li>ul{padding: 0;margin: 0 0 0 45px;}
.content>ul>li>ol>li, .content>ul>li>ul>li{padding: 0;margin: 0;}
.fontcontent001{padding:5px 15px; margin: 0 0 20px 0; background: #0086ce;color: #ffffff; font-size:24px; font-weight: 500;display: table;border-radius: 5px;}
.page-content{}
.page-content>ul{list-style: none;padding: 0;margin: 0;display: flex;flex-wrap: wrap;}
.page-content>ul>li{padding: 0;margin:25px 30px 25px 0;width: calc(100%/2 - 15px);}
.page-content>ul>li:nth-child(2n){margin:25px 0;}
.page-content>ul>li .page-content-icon{width: 80px; margin: 0 0 25px 0;}
.page-content>ul>li .page-content-title{font-size: 20px;color: #222222;font-weight: 500;margin:0 0 10px 0;padding:0;}
.page-content>ul>li .page-content-info{color: #666666;}
@media screen and (max-width:1024px){
    .newsolar-w .newsolar-right .content-body{ padding:4% 0;}
    .page-title{font-size:28px;}
    @keyframes page-title{
        0%{ width: 0px;}
        100%{width: 60px;}
    }
    .font001{font-size: 24px;}
    .font002{font-size: 20px;}
    .content{display: block;}
    .content .content-photo{flex: initial;width: 100%;margin:0 0 20px 0;}
    .content .content-info{flex: initial;width: 100%;}
    .content>ul, .content>ol{margin: 0 0 0 40px;}
    .content>ul>li>ol, .content>ul>li>ul{margin: 0 0 0 40px;}
    .fontcontent001{font-size:20px; }
    .page-main{font-size:16px;}
    .page-content>ul>li{padding: 0;margin:20px 20px 20px 0;width: calc(100%/2 - 10px);}
    .page-content>ul>li:nth-child(2n){margin:20px 0;}
    .page-content>ul>li .page-content-icon{width: 70px; margin: 0 0 15px 0;}
    .page-content>ul>li .page-content-title{font-size: 18px;margin: 0 0 5px 0;}
}
@media screen and (max-width:767px){
    .content-body{padding:30px 0;}
    .newsolar-w .newsolar-right .content-body{ padding:30px 0;}
    .page-content>ul>li{margin:15px 0;width: 100%;}
    .page-content>ul>li:nth-child(2n){margin:15px 0;}
}

/** 左邊分類 **/
.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-top-menu{padding: 0;margin: 15px 0;}
.in-top-menu>ul{margin:0; padding:0; list-style:none;display: flex;flex-wrap: wrap;justify-content: center;}
.in-top-menu>ul>li{ width: calc(100%/4 - 20px); font-size:18px; color:#222222; padding:0;margin:10px;position: relative;text-align: center;}
.in-top-menu>ul>li>a{background:#f3f3f3; color:#222222;display:block; padding:10px 30px;border: 1px #dddddd solid;border-radius: 500px;}
.in-top-menu>ul>li>a:hover:not(.current){background: #cede5a;color: #222222; }
.in-top-menu>ul>li>.current{background: #0086ce;color: #ffffff; }
.in-left-menu{padding: 0;}
.in-left-menu>ul{margin:0; padding:0; list-style:none;}
.in-left-menu>ul>li{ font-size:18px; color:#222222; padding:0;margin: 0;position: relative;}
.in-left-menu>ul>li>a{background:#ffffff; color:#222222;display:block; padding:10px 30px;}
.in-left-menu>ul>li>a:hover{color: #0086ce;}
.in-left-menu>ul>li>.current{background:#ffffff;color:#222222;}
.in-left-menu>ul>li>ul{margin:0; padding:0; list-style:none;display: none;background: #f3f3f3;}
.in-left-menu>ul>li>ul>li{font-size:16px;margin:0; padding:0; color:#666666;border-bottom: 1px #dddddd dashed;position: relative;}
.in-left-menu>ul>li>ul>li:last-of-type{border-bottom:0;}
.in-left-menu>ul>li>ul>li a{ color:#666666; display:block;padding:10px 30px;}
.in-left-menu>ul>li>ul>li a:hover{background: #cede5a; color: #222222;}
.left-beautify img{width:100%; height:auto; margin-top:0px;}
.m_classLink{display:none;}
/* 只有當有子菜單時，這個 class 才會被添加 */
.in-left-menu>ul>li.has-children .arrow {display: inline-block; position: absolute;top: 18px;right:15px;z-index: 1;color: #666666;font-size: 8px;}
.in-left-menu>ul>li>ul>li.has-children .arrow {top: 17px;}
.in-left-menu>ul>li.has-children:hover .arrow{color: #0086ce;}
.m_classLink ul li.has-children .arrow {display: inline-block; /* 預設隱藏 */margin-left: 5px; position: absolute;top: 18px;right:15px;color: #222222;font-size: 10px;}
.m_classLink ul li>ul>li.has-children .arrow {top: 16px;}
@media screen and (max-width:1024px){
	.classBox{padding:0;}
	ul.classLink{display:none;}
	.m_classLink{display:block; position:relative; background-color:#ffffff; border:1px solid #0086ce;}
	.m_classLink a.main{display:block; background:none; font-size:16px; color:#222222; position:relative;  padding:10px 60.59px 10px 15px;}
	.m_classLink a.main i{display:block; font-size:16px; background:#0086ce; width:45.58px; height:100%; text-align:center; color:#FFF; line-height:45.58px; position:absolute; right:0; top:0;}
	.m_classLink a.main b{font-weight: 500;}
	.m_classLink ul{display:none; margin:0; padding:0; list-style:none; width:100%; background:#FFF; border:0; z-index:99; box-sizing:border-box;}
	.m_classLink ul li{margin:0; padding:0;position: relative;}
	.m_classLink ul li a{display:block; padding:10px 15px; border-top:1px solid #0086ce;font-size:16px; color:#222;}
	.m_classLink ul li a:hover{color: #0086ce;}
	.m_classLink ul li>ul{display:block; margin:0; padding:0; list-style:none; width:100%; background: #f3f3f3; border:0; position:inherit; left:inherit; top:inherit; z-index:999; box-sizing:border-box;}
	.m_classLink ul li>ul>li{}
	.m_classLink ul li>ul>li a{display:block; padding:10px 15px;border-top: 1px #dddddd dashed;}
	.m_classLink ul li>ul>li a:hover{background: #c6dd81;color: #222222;}
	.left-menu-title{display:none;}
	.left-beautify{display:none;}
    .in-left-menu{display: none;}
}

/** 最新消息 **/
.news{}
.news ul{margin:0; padding:0; list-style:none;display: flex;flex-wrap: wrap;}
.news ul li{clear:both;width: calc(100%/3 - 20px);padding: 0;margin: 10px;background: #ffffff;border: 1px #dddddd solid;transition: all 0.5s ease 0s;}
.news ul li a{color:#222222; display: block;padding:15px;}
.news ul li a:hover{}
.news ul li:hover{border: 1px #0086ce solid;box-shadow: 0 10px 15px 0 rgba(0,0,0,.2);position: relative;z-index: 1;transition: all 0.5s ease 0s;}
.news ul li .news-content{padding:15px 0 0 0;}
.news ul li .news-content .news-date{display: table;padding: 6px 15px ;  color:#ffffff; font-size:15px; text-align:center; margin:0 0 15px -15px;background: #0086ce;text-transform: uppercase;border-radius: 0 50px 50px 0;}
.news ul li .news-content h3{margin: 0; padding: 0;font-size: 18px;font-weight: 400;line-height: 1.6; overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.news-detail-date{display: table;padding: 8px 20px ; color:#ffffff; font-size:15px; text-align:center; margin:20px 0;background: #0086ce;text-transform: uppercase;border-radius: 50px ;}
.news ul li:hover .photo{transform:scale(1.1);transition: all 0.5s ease 0s;}
@media screen and (max-width:1024px){
    .news ul li{width: calc(100%/3 - 10px);margin: 5px;}
    .news ul li a{padding:10px;}
    .news ul li .news-content{padding:10px 0 0 0;}
	.news ul li .news-content .news-date{ font-size:14px;padding: 6px 10px ; margin:0 0 15px -10px;}
    .news ul li .news-content h3{font-size: 17px;}
}
@media screen and (max-width:767px){
    .news ul li{width: calc(100%/2 - 10px);}
    .news ul li .news-content .news-date{ font-size:13px;}
    .news ul li .news-content h3{font-size: 16px;}
}
@media screen and (max-width:575px){
    .news ul li{width:100%;margin: 10px 0;}
}

/** 產品搜尋 **/
.search-main{}
.search-open{margin: 0 0 0 1vw;padding:8px;width: 40px; height: 40px;display: flex;align-items: center;justify-content: center; background: #222222; text-align: center;font-size: 16px;color: #222222; cursor: pointer;border-radius: 50px; transition: all 0.5s ease 0s;}
.search-open img{width: 24px; height: 24px;}
.search-open:hover{background: #0086ce ;transition: all 0.5s ease 0s;}
.search{padding: 10px; background: #ffffff;width: 100%;max-width: 500px; position: absolute;top:0;right: 0;opacity: 0;visibility: hidden;z-index: 9999;display: flex;transition: all 0.5s ease 0s;}
.search-input{flex: 1;}
.search-input input[type="text"]{border:1px #222222 solid;border-right: 0; background: #f3f3f3;padding: 5px 15px;width: 100%;min-height: 40px;font-weight: 300;font-size:16px;}
.search-input input[type="text"]:focus{background: #ffffff;border-right: 0; }
.search-btn{width: 40px;}
.search-btn a{display: flex;align-items: center;justify-content: center; border: 0;border-left: 0; width: 100%;padding: 8px;background:#222222;min-height: 40px;transition: all 0.3s ease 0s;}
.search-btn a img{filter: brightness(100);}
.search-btn a:hover{background:#0086ce;transition: all 0.5s ease 0s;}
.search-slow{top: 67.8px;opacity: 1;visibility: visible;transition: all .5s ease 0s;}
.pro-search-info{font-size:18px; color:#0086ce; border-bottom:1px #dddddd dotted; margin-bottom:25px; text-align:center; padding-bottom:15px;}
@media screen and (max-width:1024px){
    .search-open{position: fixed;top: 13px;right: 172px;padding:6px;z-index: 10000;width: 34px; height: 34px;}
    .search{width: 100%;}
    .search-slow{top: 62px;}
}
@media screen and (max-width:400px){
    .search-open{right: 160px;}
}
@media screen and (max-width:374px){
    .search-open{right: 150px;}
}

/** 禾原新能源 & 禾丰電力 首頁 **/
.newsolar-w{display:flex;}
.newsolar-w .newsolar-left{background: #ffffff; width: 260px;height: 100vh;overflow-y: auto;border-right: 1px #dddddd solid;position: fixed;top: 0;left: 0;z-index: 10000;}
.newsolar-logo{text-align: center;padding:15% 15px;border-bottom: 1px #dddddd solid;margin: 0 0 15% 0;height: 200px;display: flex;flex-wrap: wrap;align-content: center;justify-content: center;}
.newsolar-logo .newsolar-logo-photo{max-width: 110px; margin: 0 auto;}
.e-newsolar-logo .newsolar-logo-photo{width: 130px; margin: 0 auto;}
.newsolar-logo .newsolar-logo-font{font-size:30px;font-weight: 700;color: #222222;margin: 10px 0 0 0 ;display: flex;align-items: center;}
.newsolar-w .newsolar-right{width: calc(100% - 260px); margin: 0 0 0 260px;}
.newsolar-w .hide{display: none;}
.newsolar-w .newsolar-left::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);background-color: #333333;}
.newsolar-w .newsolar-left::-webkit-scrollbar {width: 6px;background-color: #dddddd;}
.newsolar-w .newsolar-left::-webkit-scrollbar-thumb {background-color: #0086ce;}
.newsolar-content{text-align: center;}
.newsolar-data{margin: 4% 0 0 0;}
.newsolar-data>ul{list-style: none;padding: 0;margin: 0;display: flex;flex-wrap: wrap;justify-content: center;}
.newsolar-data>ul>li{width: calc(100%/3 - 30px);margin: 15px;padding:30px 15px;display: block;justify-content: center;text-align: center;line-height: 1.4;border: 1px #dddddd solid;border-radius: 500px;}
.newsolar-data>ul>li .newsolar-data-title{}
.newsolar-data>ul>li .newsolar-data-content{}
.newsolar-data>ul>li span.num{display: inline-block;font-weight: 500;font-size: 48px;}
.newsolar-data>ul>li span.unit{display: block;width: 100%;}
@media screen and (max-width:1480px){
    .newsolar-data>ul>li{width: calc(100%/2 - 20px);margin: 10px;}
}
@media screen and (max-width:1330px){
    .newsolar-data>ul>li span.num{font-size: 40px;}
}
@media screen and (max-width:1024px){
    .newsolar-w{display:block;}
    .newsolar-w .newsolar-left{padding: 62px 0 0 0; width: 100%;height: auto;position: inherit;top: inherit;left: inherit;border-right:0;}
    .newsolar-w .newsolar-right{width: 100%;margin: 0 ;}
    .newsolar-logo{border-bottom:0;padding:0;margin: 0;text-align: left;position: fixed;top:14px;left: 15px;z-index: 10000;height: auto;}
    .e-newsolar-logo{top:7px;}
    .newsolar-logo a{display: flex;}
    .newsolar-logo .newsolar-logo-photo{width: 80px;}
    .e-newsolar-logo .newsolar-logo-photo{width: 70px;}
    .newsolar-logo .newsolar-logo-font{flex: 1;font-size: 18px;margin: 0 0 0 8px;}
}
@media screen and (max-width:767px){
    .newsolar-data>ul>li{width: calc(100%/2 - 10px);margin: 5px;}
    .newsolar-data>ul>li span.num{font-size: 36px;}
}
@media screen and (max-width:575px){
    .newsolar-data>ul>li{width:100%;margin: 10px 0;}
}
@media screen and (max-width:413px){
    .newsolar-logo{top:16px;}
    .e-newsolar-logo{top:7px;}
    .newsolar-logo .newsolar-logo-photo{width: 70px;}
    .e-newsolar-logo .newsolar-logo-photo{width: 70px;}
    .newsolar-logo .newsolar-logo-font{font-size: 15px;}
}
@media screen and (max-width:374px){
    .newsolar-logo{top:14px;}
    .e-newsolar-logo{top:8px;}
    .newsolar-logo .newsolar-logo-photo{width: 80px;}
    .e-newsolar-logo .newsolar-logo-photo{width: 70px;}
    .newsolar-logo .newsolar-logo-font{display: none;}
}

/** 禾丰購電步驟 **/
.e-newsolar-step{margin: 5% 0 0 0;}
.e-newsolar-step h2{font-size:40px;font-weight: 700; color:#222222; padding:0 0 20px 0; margin:0 0 25px 0;position: relative;text-align: center;}
.e-newsolar-step h2:after{content: "";display: block;width: 0px; height: 5px; border-radius: 10px; background: #cede5a;position: absolute;bottom:-8px;left: calc(50% - 0px);animation:e-newsolar-step-title 1.5s infinite ease-in alternate;}
@keyframes e-newsolar-step-title{
    0%{ width: 0px;left: calc(50% - 0px);}
    100%{width: 80px;left: calc(50% - 40px);}
}
.e-newsolar-step>ul{list-style: none;padding: 0;margin: 0;display: flex;flex-wrap: wrap;}
.e-newsolar-step>ul>li{width: calc(100%/3 - 50px);padding: 0;margin:15px 25px;display: block;}
.e-newsolar-step>ul>li .e-newsolar-num-title{display: flex;align-items: flex-start; margin: 0 0 20px 0;height: 160px;}
.e-newsolar-step>ul>li .e-newsolar-num-title .e-newsolar-num{color: #cede5a;line-height: 1;width:155px;min-width: 155px; font-size: 140px;transform-origin:top;transform: scaleY(1.3); letter-spacing: -4px;font-family: "arial";}
.e-newsolar-step>ul>li .e-newsolar-num-title h3{flex: 1; padding:10px 15px;background:rgba(255,255,255,1); margin: 75px 0 0px -80px;line-height: 1.4;font-weight: 500;font-size: 22px;color: #222222;position: relative;z-index: 1;}
.e-newsolar-step>ul>li .e-newsolar-content{width: 100%; padding:0;color: #666666;}
@media screen and (max-width:1330px){
    .e-newsolar-step>ul>li{width: calc(100%/3 - 30px);margin:15px;}
    .e-newsolar-step>ul>li .e-newsolar-num-title{height: 140px;}
    .e-newsolar-step>ul>li .e-newsolar-num-title .e-newsolar-num{width:135px;min-width: 135px; font-size: 120px;}
    .e-newsolar-step>ul>li .e-newsolar-num-title h3{font-size: 20px;margin: 60px 0 0px -70px;padding: 8px 10px;}
}
@media screen and (max-width:1024px){
    .e-newsolar-step{margin: 30px 0 0 0;}
    .e-newsolar-step h2{font-size:28px;}
    @keyframes e-newsolar-step-title{
        0%{ width: 0px;}
        100%{width: 60px;left: calc(50% - 30px);}
    }
}
@media screen and (max-width:767px){
    .e-newsolar-step>ul>li{width: 100%;margin:15px 0;}
}
@media screen and (max-width:575px){
    .e-newsolar-step>ul>li .e-newsolar-num-title{height: 120px;}
    .e-newsolar-step>ul>li .e-newsolar-num-title .e-newsolar-num{width:125px;min-width: 125px; font-size: 110px;}
    .e-newsolar-step>ul>li .e-newsolar-num-title h3{margin: 55px 0 0px -65px;}
}

/** 關於禾丰 **/
.e-newsolar-about{display: flex;align-items: center;}
.e-newsolar-about .e-newsolar-about-content{flex: 1;margin: 0 30px 0 0;}
.e-newsolar-about .e-newsolar-about-photo{flex:1.4;display: flex;}
.e-newsolar-about .e-newsolar-about-photo .e-newsolar-about-photo01{flex: 1;margin: 0 0 0 20px;}
@media screen and (max-width:1330px){
    .e-newsolar-about{display: block;}
    .e-newsolar-about .e-newsolar-about-content{flex: initial;width: 100%; margin:0 0 20px 0;}
    .e-newsolar-about .e-newsolar-about-photo{flex:initial;width: 100%;}
    .e-newsolar-about .e-newsolar-about-photo .e-newsolar-about-photo01{margin: 0 10px;}
}
@media screen and (max-width:1024px){
    .e-newsolar-about .e-newsolar-about-photo .e-newsolar-about-photo01{margin: 0 5px;}
}

/** 綠電顧問試算 **/
.calculation-show{display: block;}
.calculation-hide{display: none;}
.calculation-main{}
.calculation{margin:0 0 5% 0;display: flex;flex-wrap: wrap;}
.calculation-title{font-size:30px;font-weight:600; color:#222222; padding:0 0 20px 0; margin:0 0 25px 0;position: relative;width: 100%;letter-spacing: 6px;}
.calculation-title:first-letter{font-size:48px;font-weight:700; color: #cede5a;text-shadow: 2px 2px 0px #647010;margin: 0 4px 0 0;}
.calculation-title:after{content: "";display: block;width: 0px; height: 5px; border-radius: 10px; background: #cede5a;position: absolute;bottom:-8px;left: 0;animation:calculation-title 1.5s infinite ease-in alternate;}
@keyframes calculation-title{
    0%{ width: 0px;}
    100%{width: 80px;}
}
.calculation-content{width: calc(100%/4 - 30px);padding: 0;margin: 15px;background: #ffffff; border:1px #666666 solid;border-radius: 10px;position: relative;z-index: 1;}
.calculation-content .calculation-block{font-size:16px;color:#444444;padding: 30px;}
.calculation-content .calculation-block .calculation-block-title{font-size:18px;font-weight:400; color:#222222;line-height: 1.6; padding:0; margin:0 0 20px 0;min-height: 60px;}
.calculation-content .calculation-block .calculation-block-title span{font-size:14px;color:#666666;display: block;width: 100%;}
.calculation-content .calculation-block .calculation-block-info{}
.calculation-content .calculation-block .calculation-block-info .calculation-block-project-main{}
.calculation-content .calculation-block .calculation-block-info .calculation-block-project-main02{display: flex;flex-wrap: wrap;margin: 10px 0 0 0;}
.calculation-content .calculation-block .calculation-block-info .calculation-block-project-main .calculation-block-project{background: #f3f3f3;margin: 10px 0;padding: 10px 15px;cursor: pointer;}
.calculation-content .calculation-block .calculation-block-info .calculation-block-project-main02 .calculation-block-project{width: calc(100%/2 - 10px);margin: 5px;}
.calculation-content .calculation-block .calculation-block-info .calculation-block-project-main .calculation-block-project.active{background: #ffd40c;}
.calculation-content .calculation-block .calculation-block-info .calculation-block-form{display: flex;align-items: center;border-bottom: 1px #dddddd solid;background:#f3f3f3;padding: 0 5px;}
.calculation-content .calculation-block .calculation-block-info .calculation-block-form02{margin: 10px 0;}
.calculation-content .calculation-block .calculation-block-info .calculation-block-form select{width: 100%;padding: 10px 15px;border:0;background:none;}
.calculation-content .calculation-block .calculation-block-info .calculation-block-form input{width: 100%; padding: 10px 15px;border:0;background:none;}
.calculation-content .calculation-block .calculation-block-info .calculation-block-form .calculation-form-note{padding: 0;display: inline-block;font-size: 14px;min-width: 36px;text-align: right;}
.calculation-content .calculation-block .calculation-block-info .calculation-block-form .calculation-form-note02{min-width: 50px;text-align: left;}
.calculation-content .calculation-block .calculation-block-info .calculation-block-form .calculation-form-note03{min-width: inherit;text-align: center;}
.results{}
.results>ul{list-style: none;padding: 0;margin: 0;display: flex;flex-wrap: wrap;}
.results>ul>li{padding: 30px;margin: 15px;width: calc(100%/3 - 30px);text-align: center;background: #ffffff;border: 1px #666666 solid;border-radius: 10px;}
.results>ul>li .results-title{font-size:18px;font-weight:400; color:#222222;line-height: 1.6; padding:0; margin:0 0 10px 0;}
.results>ul>li .results-title span{font-size:14px;color:#666666;display: block;width: 100%;}
.results>ul>li .results-content{font-size:48px;font-weight:500; color:#222222;}
@media screen and (max-width:1480px){
    .calculation-content{width: calc(100%/2 - 30px);}
    .results>ul>li{padding: 20px;}
    .results>ul>li .results-content{font-size:40px;}
}
@media screen and (max-width:1024px){
    .calculation{margin: 30px 0;}
    .calculation-content .calculation-block{padding: 20px;}
    .calculation-title{font-size:24px;}
    .calculation-title:first-letter{font-size:40px;}
    .results>ul>li{padding: 15px;}
    .results>ul>li .results-content{font-size:36px;}
}
@media screen and (max-width:767px){
    .calculation-content{width: calc(100%/2 - 20px);margin: 10px;}
    .results>ul>li{margin: 10px 0;width: 100%;}
}
@media screen and (max-width:575px){
    .calculation-content{width: 100%;margin: 10px 0;}
    .calculation-content .calculation-block .calculation-block-title{min-height: inherit;}
}

/** 禾原新能源-公司沿革 **/
.history{}
.history>ul{list-style: none;padding: 0;margin: 0;display: flex;flex-wrap: wrap;}
.history>ul>li{padding:15px 0;margin: 0 0 0 calc(50% - 75px);display: flex;width:100%;border-bottom: 1px #0086ce solid;position: relative;z-index: 1;}
.history>ul>li:nth-child(odd){flex-direction: row-reverse;margin: 0 calc(50% - 75px) 0 0;}
.history>ul>li:after{content: "";display: block;width: 1px; height: 100%;background: #0086ce;position: absolute;bottom: 0;left: 74.5px;z-index: -1;}
.history>ul>li:nth-child(odd):after{left: inherit;right: 74.5px;}
.history>ul>li:first-of-type:after{height:calc(100% - 15px);}
.history>ul>li:last-of-type:after{}
.history>ul>li .history-year{width: 150px;padding: 5px 15px;background: #0086ce;color: #ffffff; font-size: 30px; font-weight: 700;text-align: center;border-radius: 15px;display: flex;align-items:center;justify-content: center;}
.history>ul>li .history-year span{display: inline-block;font-size: 16px; font-weight: 400;padding: 9px 0 0 5px;}
.history>ul>li .history-content{flex: 1;padding: 5px 15px;display: flex;flex-wrap: wrap;align-content: center;}
.history>ul>li:nth-child(odd) .history-content{justify-content: flex-end;}
.history>ul>li .history-content>ul{list-style: none;padding: 0;margin: 0;}
.history>ul>li .history-content>ul>li{padding: 0;margin:5px 0;}
.history>ul>li:nth-child(odd) .history-content>ul>li{text-align: right;}
@media screen and (max-width:1024px){
    .history>ul>li{margin: 0 0 0 calc(50% - 60px);}
    .history>ul>li:nth-child(odd){margin: 0 calc(50% - 60px) 0 0;}
    .history>ul>li:after{left: 59.5px;}
    .history>ul>li:nth-child(odd):after{right: 59.5px;}
    .history>ul>li .history-year{width: 120px;font-size: 24px;}
    .history>ul>li .history-year span{font-size: 14px;padding: 4px 0 0 5px; }
}
@media screen and (max-width:575px){
    .history>ul>li{margin: 0;display: block;}
    .history>ul>li:nth-child(odd){margin: 0 ;}
    .history>ul>li:after{display: none;}
    .history>ul>li .history-content{padding: 5px 0;}
    .history>ul>li:nth-child(odd) .history-content{justify-content: flex-start;}
    .history>ul>li:nth-child(odd) .history-content>ul>li{text-align: left;}
}

/** 禾原新能源-產品搜尋 **/
.pro-search-info{color:#444444; border-bottom:1px #dddddd dotted; margin-bottom:30px; text-align:center; padding-bottom:20px;}

/** 禾原新能源-產品介紹 **/
.pro-store-info{color:#666666;  margin-bottom:25px;}
.pro{}
.pro>ul{list-style: none;padding: 0;margin: 0;display: flex;flex-wrap: wrap;}
.pro>ul>li{padding: 0;margin: 15px;width: calc(100%/4 - 30px);}
.pro>ul>li .photo-main{border: 1px #dddddd solid;position: relative;}
.pro>ul>li .photo{transform:scale(1);transition: all 1s ease 0s;}
.pro>ul>li .pro-content{padding: 15px 0;}
.pro>ul>li .pro-content .pro-dep{padding: 0;margin: 0;line-height: 1.6;font-weight: 400;font-size:16px;color: #0086ce;}
.pro>ul>li .pro-content h3{padding: 0;margin:5px 0 0 0;line-height: 1.6;font-weight: 400;font-size:18px;color: #222222;position: relative; overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
.pro>ul>li:hover .photo{transform:scale(1.1);transition: all 1s ease 0s;}
@media screen and (max-width:1024px){
    .pro-store-info{font-size:16px;}
    .pro>ul>li{margin: 10px;width: calc(100%/3 - 20px);}
    .pro>ul>li .pro-content{padding: 10px 0;}
    .pro>ul>li .pro-content h3{font-size:16px;margin: 0;}
}
@media screen and (max-width:767px){
    .pro>ul>li{width: calc(100%/2 - 20px);}
}
@media screen and (max-width:575px){
    .pro>ul>li{margin: 10px 0;width: 100%;}
}

/** 禾原新能源-產品明細 **/
.pro-detaile-dep{padding: 0;margin: 0 0 10px 0;line-height: 1.6;font-weight: 400;font-size:16px;color: #0086ce;}
.pro-detaile-title{font-size:22px; color:#444444; padding:10px 0;margin:0 0 25px 0; font-weight:500;line-height: 1.6;border-bottom: 3px #0086ce solid;border-top: 1px #0086ce solid;}
.pro-detaile{}
.pro-detaile-box{display:flex; flex-wrap:wrap; margin:0 0 30px 0;}
.pro-detaile-photo-box{width:calc(40% - 30px); margin:0 30px 0 0;}
.pro-detaile-photo-box img{width:100%;}
.pro-detaile-photo-box .mySwiper{margin: 10px 0 0 0;}
.pro-detaile-spe-box{width:60%; position:relative; padding-bottom:80px;}
.pro-detaile .pro-photo-box{background:#fff; width:100%; margin:0; padding:0;}
.pro-detaile .pro-photo-box img{width:100%; height:auto;}
.pro-list-time{background:url(../images/time.png) left center no-repeat; font-size:12px; color:#968c69; padding-left:20px;}
.pro-specification{ color:#222222; position:relative;}
.cart-info{position:absolute; width:100%; bottom:0;}
.cart-info .price{font-size:22px; font-weight:bold; color:#F00; vertical-align:middle; display:block; text-align:right;}
.cart-info .price.origin{font-size:smaller; color:#666; text-decoration:line-through;}
.cart-info .price.special{font-size:smaller; color:#000;}
.pro-introduce{font-size:22px; color:#444444; padding:10px 15px 10px 40px;background: #f3f3f3; margin:0 0 20px 0; font-weight:400;position: relative;line-height: 1.6;}
.pro-introduce:after{content: "";display: block;width: 25px; height: 3px; background: #0086ce;position: absolute;top: 25px ;left: 0;}
.pro-content{color:#222222; clear:both;}
@media screen and (max-width:1024px){
    .pro-detaile-title{font-size:18px;}
    .pro-detaile-title:after{top: 21px ;}
    .pro-specification{font-size:16px;}
    .pro-introduce{font-size:18px;} 
    .pro-content{font-size:16px;}
}
@media screen and (max-width:767px){
	.pro-detaile-box{display:block;}
	.pro-detaile-photo-box{width:100%; margin:0 0 15px 0;}
	.pro-detaile-spe-box{width:100%; padding-bottom:0;}
	.cart-info{position:inherit; bottom:inherit;}
}

/** 禾原新能源-購物車按鈕 **/
.add-to-cart{color:#cecece; font-size:16px; display:flex;justify-content: flex-end; width:100%; text-align:center;margin: 20px 0 0 0;}
.add-to-cart a{background:#222222; padding:10px 60px 10px 20px; color:#ffffff; font-size:16px; display:flex;justify-content: center;align-items: center; text-align:center;border-radius: 50px;position: relative;min-width: 180px; min-height: 60px;}
.add-to-cart a i{display: flex;justify-content: center;align-items: center;background: #f90516 ;width: 42px;height: 42px;border-radius: 50px;padding: 8px;margin:0;position:absolute;top: 9px;right: 10px;transition: all 0.5s ease 0s;}
.add-to-cart a i img{filter: brightness(100);transition: all 0.5s ease 0s;}
.add-to-cart a:hover i{width: 58px;height: 58px;padding: 12px;right: 1px;top:1px;background: #ffffff;transition: all 0.5s ease 0s;}
.add-to-cart a:hover i img{filter: brightness(1);transition: all 0.5s ease 0s;}
.add-to-cart a:hover{background:#f90516; color:#fff; }
.add-to-cart a[disable]{cursor:no-drop; color:#cecece;}
.add-to-cart a[disable]:hover{background-color:#fff; border:1px solid #bbbbbb;}
@media screen and (max-width:1024px){
    .add-to-cart a{padding:6px 55px 6px 15px;min-width: 160px; min-height: 50px;}
    .add-to-cart a i{width: 38px;height: 38px;top: 6px;right: 6px;}
    .add-to-cart a:hover i{width: 48px;height: 48px;}
}

/** 禾原新能源-案場實績 **/
.achievements{}
.achievements>ul{list-style: none;padding: 0;margin: 0;display: flex;flex-wrap: wrap;}
.achievements>ul>li{padding: 0;margin: 15px;width: calc(100%/3 - 30px);}
.achievements>ul>li .photo-main{border: 1px #dddddd solid;position: relative;}
.achievements>ul>li .photo{transform:scale(1);transition: all 1s ease 0s;}
.achievements>ul>li .achievements-content{padding: 15px 0;}
.achievements>ul>li .achievements-content .achievements-dep{padding: 0;margin: 0;line-height: 1.6;font-weight: 400;font-size:16px;color: #0086ce;}
.achievements>ul>li .achievements-content h3{padding: 0;margin:5px 0 0 0;line-height: 1.6;font-weight: 400;font-size:18px;color: #222222;position: relative; overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
.achievements>ul>li:hover .photo{transform:scale(1.1);transition: all 1s ease 0s;}
.well{width: 100%;height:auto;padding: 20px; max-width: 1280px;margin: 0 auto;display: flex;justify-content: center;align-content: center;position: relative;}
.youtube {position: relative;padding-bottom: 56.25%;padding-top: 30px;height: 0;overflow: hidden;}
.youtube iframe {position: absolute;top:0;left: 0;width: 100%;height: 100%;}
.basic_close{border: 0;background: #0086ce;color: #ffffff;font-size: 20px;width: 40px; height: 40px; border-radius: 50px;display: flex;align-items: center;justify-content: center;position: absolute;top: 0;right: 0;}
.basic_close:hover{background: #cede5a;color: #222222;}
@media screen and (max-width:1024px){
    .achievements-store-info{font-size:16px;}
    .achievements>ul>li{margin: 10px;width: calc(100%/3 - 20px);}
    .achievements>ul>li .achievements-content{padding: 10px 0;}
    .achievements>ul>li .achievements-content h3{font-size:16px;margin: 0;}
}
@media screen and (max-width:767px){
    .achievements>ul>li{width: calc(100%/2 - 20px);}
}
@media screen and (max-width:575px){
    .achievements>ul>li{margin: 10px 0;width: 100%;}
}

/** FAQ **/
.faq>ul{margin:0; padding:0; list-style:none;}
.faq>ul>li{border: 1px #dddddd solid;margin: 10px 0;background:#ffffff;}
.faq>ul>li .qa_title{ font-weight:normal;position: relative;font-size:18px; color:#222222;}
.faq>ul>li .qa_title:before{content: "";display: block;width: 2px; height: 16px;background: #222222;position: absolute;top: 20px;right: 17px;z-index: 1;}
.faq>ul>li .qa_title:after{content: "";display: block;width: 16px; height: 2px;background: #222222;position: absolute;top: 27px;right: 10px;z-index: 1;}
.faq>ul>li .qa_title a{color:#222222; display:block; padding:15px 40px 15px 55px;position: relative;}
.faq>ul>li .qa_title a:before{content: "Q. ";display: block;position: absolute;top:12px;left: 15px;color: #0086ce;font-size: 30px;font-weight: 900;line-height: 1;}
.faq>ul>li .qa_title a:hover{background:#f3f3f3;}
.qa_title_on{position: relative;background:#f3f3f3;}
.qa_title_on:before{transform: rotateZ(45deg);}
.qa_title_on:after{transform: rotateZ(45deg);}
.faq>ul>li .qa_content{border-top:1px #dddddd dashed; padding:15px; font-size:16px; color:#666;}
.faq>ul>li .qa_content a{color:#555555; display:initial;}
.faq>ul>li .qa_content a:hover{background:none; text-decoration:underline;}
.opacl{font-size:12px; line-height:20px; padding-bottom:10px;}
.opacl a{background:#959595; color:#fff; padding:7px 15px; margin:0 5px; -webkit-border-radius:5px 5px 0 0; -moz-border-radius:5px 5px 0 0; border-radius:5px 5px 0 0;}
.opacl a:hover{background:#333;}
.faq>ul>li .qa_content .close_qa{font-size:12px; color:#999; text-align:right;}
.faq>ul>li .qa_content .close_qa a{color:#999;}
.faq>ul>li .qa_content .close_qa a:hover{color:#666; background:none;}
@media screen and (max-width:1024px){
    .faq>ul>li .qa_title{font-size:16px;}
    .faq>ul>li .qa_title a:before{top:10px;}
}

/** 簡明月報 **/
.report{}
.report>ul{list-style: none;padding: 0;margin:0;}
.report>ul>li{padding: 0;margin: 0;border-bottom: 1px #dddddd solid;}
.report>ul>li a{display: flex;flex-wrap: wrap; align-items: center; padding: 15px;color: #222222;}
.report>ul>li a:hover{background:#f3f3f3;}
.report>ul>li .report-date{font-size: 16px;color: #ffffff;width: 150px;letter-spacing: 0px;padding: 10px 15px;text-transform: uppercase;background: #0086ce;text-align: center;border-radius: 50px;}
.report>ul>li .report-content{flex: 1;display: flex;align-items: center; padding: 6px 0;margin: 0 0 0 30px;}
.report>ul>li .report-content h3{flex: 1; padding: 0;margin: 0;font-weight: 400;line-height: 1.4;font-size: 18px;color: #222222;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;transition: all 0.5s ease 0s;}
.report>ul>li .report-content .report-more{width: 45px;height: 45px; background: #ffffff;border: 1px #cccccc solid;border-radius: 50px; margin: 0 0 0 30px;position: relative;padding: 10px;transition: all 0.5s ease 0s;}
.report>ul>li .report-content .report-more:after{content: "";display: block;width: 5px;height: 5px;background: #cccccc;border-radius: 50px; position: absolute;top: calc(50% - 2.5px);left: calc(50% - 2.5px);transition: all 0.5s ease 0s;}
.report>ul>li:hover .report-content .report-more{background: #cede5a; border: 1px #cede5a solid;transition: all 0.5s ease 0s;}
.report>ul>li:hover .report-content .report-more:after{content: "→";font-size: 16px;font-weight: 500; display: flex;align-items: center;justify-content: center;padding: 3px 0 0 0; width: 30px;height: 30px;background: transparent;top: calc(50% - 15px);left: calc(50% - 15px);transition: all 0.5s ease 0s;}
.report-detail-date{font-size:16px;color: #666666;margin: 25px 0;}
@media screen and (max-width:1024px){
    .report>ul>li .report-date{padding: 8px 15px;}
    .report>ul>li .report-content h3{font-size: 16px;}
    .report>ul>li .report-content .report-more{width: 40px;height: 40px;}
}
@media screen and (max-width:767px){
    .report>ul>li a{display: block;}
    .report>ul>li .report-date{width: 100%;}
    .report>ul>li .report-content{flex: initial;width: 100%;margin:15px 0 0 0;padding: 0;}
}

/** 簡明月報明細 **/
.report-detail{}
.report-detail>ul{list-style: none;padding: 0;margin:0;display: flex;flex-wrap: wrap;}
.report-detail>ul>li{padding: 0;margin: 10px;width: calc(100%/2 - 20px);}
.report-detail>ul>li a{display:flex; padding:0;color: #222222;border: 1px #dddddd solid;}
.report-detail>ul>li a:hover{background:#f3f3f3;border: 1px #f90516 solid;}
.report-detail>ul>li h3{flex: 1; padding:15px;margin: 0;font-weight: 400;line-height: 1.4;font-size: 18px;color: #222222;display: flex;align-items: center;}
.report-detail>ul>li .report-detail-icon{width: 60px;margin: 0;background: #f90516;color: #ffffff;padding: 15px; font-size: 30px;display: flex;align-items: center;justify-content: center;}
@media screen and (max-width:1024px){
    .report-detail>ul>li h3{font-size: 16px;}
    .report-detail>ul>li .report-detail-icon{width: 50px; font-size: 24px;}
}
@media screen and (max-width:767px){
    .report-detail>ul>li{margin: 5px 0;width:100%;}
}

/** 聯絡我們 **/
.contact-body{}
.contact-note{padding:10px 0; font-weight:bold; font-size:16px; color:#900;}
.location{}
.location>ul{list-style: none;padding: 0;margin: 0;display: flex;flex-wrap: wrap; justify-content: center;}
.location>ul>li{padding: 0;margin:15px;width:calc(100%/2 - 30px);}
.location>ul>li .location-map{width: 100%; margin:20px 0 0 0;position: relative;padding-bottom: 56.25%;padding-top: 30px;height: 0;overflow: hidden;}
.location>ul>li .location-map iframe {position: absolute;top:0;left: 0;width: 100%;height: 100%;}
.location>ul>li .location-info{width: 100%; padding:0;color: #222222;}
.location>ul>li .location-info .location-title{font-size: 18px;position: relative;padding: 0;margin: 0 0 15px 0;color: #0086ce;}
.location>ul>li .location-info .location-content{}
.location>ul>li .location-info .location-content>ul{list-style: none;padding: 0;margin: 0;}
.location>ul>li .location-info .location-content>ul>li{padding: 0;margin:5px 0;display: block;}
.location>ul>li .location-info .location-content>ul>li .location-dep{ font-size: 16px;}
.location>ul>li .location-info .location-content>ul>li .location-dep a{display: inline-block; color: #222222;}
.location>ul>li .location-info .location-content>ul>li .location-dep a:hover{color:#0086ce;}
@media screen and (max-width:1024px){
    .location>ul>li{margin:10px 0;width:100%;}
    .location>ul>li .location-map{margin:15px 0 0 0;}
}

/** 表單欄位 **/
.star{color: #ff0000;font-size: 14px;padding: 0 5px;}
label{min-width: 100px;}
.form-box input, .form-box img{vertical-align:middle;}
.opinion-main{display:flex; flex-wrap:wrap;width: 100%;}
.opinion{flex: 1; display:flex; flex-wrap:wrap; margin:0;padding: 10px 0; overflow:hidden;}
.opinion-left01{width: 100%; padding:10px 0; font-size:16px; font-family: "Inter Tight", "Noto Sans TC", "Noto Sans SC", sans-serif; color:#222222; display:flex; align-items:center;}
.input-main-style01{background: #f3f3f3; flex:1; width:100%; border: 1px #f3f3f3 solid;margin:0; padding:10px 15px;font-size:16px; font-family: "Inter Tight", "Noto Sans TC", "Noto Sans SC", sans-serif; color:#222222;  min-height:47.59px;}
.input-main-style02{background: #f3f3f3;; flex:1; width:100%; border: 1px #f3f3f3 solid; margin:0; padding:10px 15px; font-size:16px; font-family: "Inter Tight", "Noto Sans TC", "Noto Sans SC", sans-serif; color:#222222;  min-height:47.59px;}
.input-main-style03{background: #f3f3f3;; width:100%; border: 1px #f3f3f3 solid; margin:5px 0 0 0; padding:10px 15px; font-size:16px; font-family: "Inter Tight", "Noto Sans TC", "Noto Sans SC", sans-serif; color:#222222;  min-height:47.59px;}
.input-main-style04{background: #f3f3f3;; flex:1; width:100%; border:0;margin:0; padding:10px 0;font-size:16px; font-family: "Inter Tight", "Noto Sans TC", "Noto Sans SC", sans-serif;color:#222222;  min-height:47.59px;}
.input-main-style05{background: #ffffff; flex:1;  border: 1px #ffffff solid;margin:0 0 0 5px; padding:5px 10px;font-size:16px; font-family: "Inter Tight", "Noto Sans TC", "Noto Sans SC", sans-serif; color:#222222;  }
.input-main-select{background:none; flex:1; width:100%; border:0; margin:0; padding:0; font-size:16px; font-family: "Inter Tight", "Noto Sans TC", "Noto Sans SC", sans-serif;color:#222222; display:flex; flex-wrap:wrap;}
.input-main-select select{flex: 1; margin:0; font-size:16px; font-family: "Inter Tight", "Noto Sans TC", "Noto Sans SC", sans-serif; color:#222222;  min-height:47.59px;appearance:none;-moz-appearance:none;-webkit-appearance:none;background:#f3f3f3 url("../images/select-icon.svg")no-repeat right 10px center;background-size: 10px;padding: 10px 35px 10px 15px;border: 1px #f3f3f3 solid;}
.select-style{background:#8a6e0c; font-size:16px; color:#f3f3f3; line-height:20px; padding:5px 10px; border:0;}
.input-style01{background:#f4f8fb; flex:1; width:100%; border:0; margin:0; padding:5px 15px; font-size:16px; font-family: "Inter Tight", "Noto Sans TC", "Noto Sans SC", sans-serif;color:#222222;  min-height:47.59px;}
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:47.59px; 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-style04:focus, .input-main-select select:focus, .input-main-style05:focus{border: 1px #0086ce solid;background: #ffffff;}
.input-main-select select:focus{background: #ffffff url("../images/select-icon.svg")no-repeat right 10px center;background-size: 10px;}
input[type="checkbox"] {display:none;}
input[type="checkbox"] + label {width:calc(100%/3 - 4px);display: inline-block;padding: 0 5px 0 0;font-size: 16px;}
input[type="checkbox"] + label:last-of-type {width:100%}
input[type="checkbox"] + label span {display:inline-block;width:19px;height:19px;margin:-4px 2px 0 0;vertical-align:middle;background:url(../images/input-button.png) left top no-repeat;background-size: 76px;cursor:pointer;}
input[type="checkbox"]:checked + label span {background: url(../images/input-button.png) -19px top no-repeat;background-size: 76px;}
input[type="radio"] {display:none;}
input[type="radio"] + label {width:calc(100%/3 - 4px);display:inline-block;padding: 0 5px 0 0 ;font-size: 16px;}
input[type="radio"] + label span {display:inline-block;width:19px;height:19px;margin:-4px 2px 0 0;vertical-align:middle;background:url(../images/input-button.png) -38px top no-repeat;background-size: 76px;cursor:pointer;}
input[type="radio"]:checked + label span {background:url(../images/input-button.png) -57px top no-repeat;background-size: 76px;}
@media screen and (max-width:767px){
    .opinion-main{display:block;}
	.opinion{display:block;}
	.opinion-left01{width:100%;}
	.input-main-style02{width:calc(100% - 106px); display:inline-block;}
    input[type="checkbox"] + label {width:calc(100%/2 - 3px);}
    input[type="radio"] + label {width:calc(100%/2 - 3px);}
}

/** 按鈕 **/
.cart-btn{padding:0; text-align:center; margin-top:20px; display:flex; flex-wrap:wrap; justify-content:center; align-items:center;width: 100%;}
.btn-send{font-size:13px;}
a.btn-send{background: #0086ce; padding:8px 25px; text-align:center; font-size:16px;color:#ffffff; min-width:100px; margin:5px;}
a.btn-send:hover{background:#cede5a;color: #222222;}
a.btn-send02{background: #f3f3f3; padding:8px 25px; text-align:center; font-size:16px;color:#222222; min-width:100px; margin:5px;border: 1px #666666 solid;border-radius: 10px;}
a.btn-send02:hover{background:#ffd40c;color: #222222;}
a.btn-reset{background:#666666; padding:8px 25px; text-align:center; font-size:16px; color:#ffffff; min-width:100px; margin:5px;}
a.btn-reset:hover{background:#222222;}
a.btn-send-over{background:#7ea2c5; padding:8px 25px; text-align:center; font-size:16px; color:#fff; min-width:100px; margin:5px;}
a.btn-send-over:hover{background:#96b9dc; border:2px solid #96b9dc;}
@media screen and (max-width:575px){
	a.btn-send{padding:8px 15px; width:calc(50% - 10px);}
	a.btn-send02{padding:8px 15px; width:calc(50% - 10px);}
	a.btn-reset{padding:8px 15px; width:calc(50% - 10px);}
	a.btn-send-over{padding:8px 15px; 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{background:#222222; color:#ffffff; padding:5px 10px;margin: 8px 0;display: inline-block;}
.page a:hover{background:#cede5a; color:#222222;}
.page br{display:none;}
.page select{border: 1px #222222 solid;border-radius: 0;padding: 5.5px 15px 5.5px 10px;}
.page select:hover{color:#222222;}
@media screen and (max-width:640px){
	.page br{display:block;}
}

/** 下版 **/
footer{background:#f3f3f3;padding:0 15px;}
footer .footer{max-width:1280px; margin:0 auto;}
footer .footer .f-contact{padding: 1.6vw 0;}
footer .footer .f-contact>ul{list-style: none;padding: 0;margin: 0;display: flex;flex-wrap: wrap;}
footer .footer .f-contact>ul>li{padding: 10px 20px 10px 0;margin: 0;width: calc(100%/2);}
footer .footer .f-contact>ul>li:nth-child(even){padding:10px 0;}
footer .footer .f-contact>ul>li .f-contact-title{font-size: 18px; color: #0086ce;margin: 5px 0 10px 0;letter-spacing: 4px;}
footer .footer .f-contact>ul>li .f-contact-content{font-size: 16px; color: #222222;line-height: 1.8;}
footer .footer .f-contact>ul>li .f-contact-content a{display: inline-block;color:#222222;}
footer .footer .f-contact>ul>li .f-contact-content a:hover{color:#0086ce;}
footer .footer .copyright{color:#999999; font-size:12px; display:block; text-transform:uppercase;border-top: 1px #dddddd solid;padding: 10px 0;text-align: center;}
footer .footer .copyright span{display: inline-block;padding: 0 0 0 15px;}
footer .footer .copyright span a{display: inline-block;color:#999999;}
footer .footer .copyright span a:hover{color:#0086ce;}
@media screen and (max-width:1024px){
    footer .footer .f-contact>ul>li{padding: 10px 30px 10px 0;width:auto;}
}
@media screen and (max-width:767px){
    footer .footer .f-contact{padding: 20px 0;}
	footer .footer .f-contact>ul>li{width:100%;padding:10px 0;}
    footer .footer .f-contact>ul>li .f-contact-title{margin: 0 0 5px 0;letter-spacing: 2px;}
}
@media screen and (max-width:575px){
    footer .footer .copyright span{display: block;width: 100%; padding: 0;}
}

/** top **/
#scrollUp {bottom: 10px;right: 10px;background: #222222;font-size: 14px;padding: 10px;color: #ffffff;width: 50px; height: 50px;display: flex;align-items: center;justify-content: center;border-radius: 5px;}
#scrollUp:hover {background: #ffd40c;}
