﻿@charset "utf-8";
/* 設計師用 桌機版CSS檔 style.css */
/* 說明：可提供設計師在此檔，針對桌機版面進行設計；為網站必載CSS檔。*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100..900&family=Noto+Sans+TC:wght@100..900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import 'root.css';
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

html,
body {
	font-size: 16px;
	 font-family:"Work Sans","Noto Sans TC","Arial", "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", sans-serif;


}

body.lang_CN {
	 font-family:"Work Sans","Noto Sans SC","Arial", "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", sans-serif;

}


::selection {
	background: var(--main-color) !important;
	color: var(--bs-white);
}

::-moz-selection {
	background: var(--main-color) !important;
	color: var(--bs-white);
}

img::selection {
	background: transparent;
}

img::-moz-selection {
	background: transparent;
}

a {
	color: var(--bs-body-color);
	text-decoration: none;
	transition: all ease .3s;
}

a:hover {
	color: #349da5;
}

a.underline {
	text-decoration: underline;
	text-decoration-color: transparent;
	text-underline-offset: .5em;
}

.btn-primary {
	--bs-btn-bg: var(--main-color);
	--bs-btn-border-color: var(--main-color);
	--bs-btn-hover-bg: rgba(var(--main-color-rgb), .85);
	--bs-btn-hover-border-color: rgba(var(--main-color-rgb), .95);
	--bs-btn-active-bg: rgba(var(--main-color-rgb), .95);
	--bs-btn-active-border-color: rgba(var(--main-color-rgb), .9);
	--bs-btn-disabled-bg: var(--main-color);
	--bs-btn-disabled-border-color: var(--main-color);
}

.btn-outline-primary {
	--bs-btn-color: var(--main-color);
	--bs-btn-border-color: var(--main-color);
	--bs-btn-hover-bg: var(--main-color);
	--bs-btn-hover-border-color: var(--main-color);
	--bs-btn-active-bg: var(--main-color);
	--bs-btn-active-border-color: var(--main-color);
	--bs-btn-disabled-color: var(--main-color);
	--bs-btn-disabled-border-color: var(--main-color);
}

.btn-secondary {
	--bs-btn-bg: var(--second-color);
	--bs-btn-border-color: var(--second-color);
	--bs-btn-hover-bg: rgba(var(--second-color-rgb), .85);
	--bs-btn-hover-border-color: rgba(var(--second-color-rgb), .95);
	--bs-btn-active-bg: rgba(var(--second-color-rgb), .9);
	--bs-btn-active-border-color: rgba(var(--second-color-rgb), .9);
	--bs-btn-disabled-bg: var(--second-color);
	--bs-btn-disabled-border-color: var(--second-color);
}

.btn-outline-secondary {
	--bs-btn-color: var(--second-color);
	--bs-btn-border-color: var(--second-color);
	--bs-btn-hover-bg: var(--second-color);
	--bs-btn-hover-border-color: var(--second-color);
	--bs-btn-active-bg: var(--second-color);
	--bs-btn-active-border-color: var(--second-color);
	--bs-btn-disabled-color: var(--second-color);
	--bs-btn-disabled-border-color: var(--second-color);
}

.btn-more {
	display: block;
}



.btn-group-xs > .btn,
.btn-xs {
	--bs-btn-padding-y: 0.15rem;
	--bs-btn-padding-x: 0.4rem;
	--bs-btn-font-size: 0.75rem;
	--bs-btn-border-radius: var(--bs-border-radius-sm);
}

a.underline:hover {
	text-decoration-color: currentColor;
}


.object-fit-contain,
.object-fit-cover {
	width: 100% !important;
	height: 100% !important;
	object-position: center;
}

.object-fit-contain {
	-o-object-fit: contain !important;
	object-fit: contain !important;
}

.object-fit-cover {
	-o-object-fit: cover !important;
	object-fit: cover !important;
}

/********************* Header *********************/
.header .navbar   .nav-item .caret{
	display: none;
}

.nav-item.dropdown>.navbar-nav .navbar-nav,
.nav-item.dropdown.fadeup>.navbar-nav{
		 box-shadow: 0 0 30px #61b2baad;
}
.navbar >.container-fluid{
	padding-left: 0;
	padding-right: 0;

}
	.is_scroll  .header .navbar {
    padding: 8px 5%;
}
.header .navbar {
    z-index: 999;
    padding: 20px 5%;
	transition: all 0.5s;
	    box-shadow: 0px 0px 22px #40404054;

}


.header .navbar .navbar-brand:hover {
	opacity: 0.7;
}

.header .navbar .nav-com-name {
	display: none;
}


body .btn-primary {
   background-color: #1298a1;
}


body  .form-control::placeholder {
  color: #696969;  
  opacity: 1;      
}





/*下拉搜尋*/
              
            
.he_search   .fo_hi100 i.c-search{
	background: url(../images/all/search.svg) no-repeat center;
	display: block;
	width: 20px;
	height: 20px;

}
.he_search   .fo_hi100  a {
    padding: 14px 40px;
	    border-radius: 0;
}
.he_search   .fo_hi100  input{
	height: 50px;
	  border-radius: 0;
	  border: none;
   border-bottom: 1px solid #b8b8b8;
	

}
.he_search  .clos_box{
    position: absolute;
     right: -20px;
    top: -16px;
}
.he_search  .close-btn {
    background: #fff;
    border: none;
    cursor: pointer;
    z-index: 1100;
      width: 40px;
    height: 40px;
    display: block;
    color: #000;
    line-height: normal;
	font-size: 18px;
	    margin: 0 auto;
		border-radius:50%;
		box-shadow: 0 0 30px #61b2baad;

}
.he_search  .search-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
     background: rgb(255 255 255 / 76%);
  z-index: 1050;
  opacity: 0;
  transform: translateY(-100%);
  transition: transform 0.5s ease-out, opacity 0.5s ease-out;
  backdrop-filter: blur(5px);

     
}


.he_search  .search-box.show {
  transform: translateY(0);
  opacity: 1;

}
.he_search   .search-area h2{
  margin-bottom: 0;
  font-size: 24px;
}
.he_search   .search-area .form-inline{
    box-shadow: 0 0 30px #61b2baad;
    padding: 40px 5%;
	position: relative;
	width: 70%;
	border-radius:20px;
		background-color: #fff;
			flex-wrap: wrap;
			    align-items: center;




}
.form-select:focus,
.form-control:focus {
    color:unset;
    background-color: unset;
    border-color:unset;
     box-shadow: unset;
}

.he_search   .search-area {
    float: none !important;
    margin: 0 auto;
	 display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;


	
}

.he_search   .he_search .form-inline {
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}


/* header 主選單 */
.nav-item.active .caret, .nav-item:hover .caret {
    border-top-color: #1298a1;
}
.he_search ul:nth-child(1){
	margin-right: 20px;
}
.he_search{
	display: flex;
}
.header .navbar  .he_search   .dropdown a{
 background: url(../images/all/search.svg) no-repeat center #005a62;
   width: 42px;
    height: 42px;
    border-radius: 50%;
    display: block;
}

.header .navbar   .lang >a{
	  background: url(../images/all/Earth.svg) no-repeat center #1298a1;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: block;
	cursor: pointer;


} 

.header .navbar .navbar-nav > li > a {
	background: none;
	color:#0e0e0e;
	font-size: 18px;
    padding: 10px 40px;
}



.header .navbar .navbar-nav li a:hover {
	color: #1298a2;
	border-bottom-color: var(--second-color);
}



.header .navbar .navbar-nav > li ul li a {
	padding: 5px;
	    font-size: 18px;
}

/* header 次選單 */
.header .navbar .sub-nav {}

.header .navbar .sub-nav li {
	padding: 0;
}

.header .navbar .small-btn-box {
	display: flex;
	gap: 10px;
	
	
}

.header .navbar .small-btn-box ul li > a {
	font-size: 1.5rem;
}

.header .navbar .nav_social {
	margin: 0 15px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	gap: 5px;
}

.header .navbar .nav_social > li {
	flex: 0 0 auto;
}

.header .navbar .nav_social a {
	font-size: 1.5rem;
}
.header .navbar .lang .dropdown-menu {
  display: block !important;  
}


.header .navbar .lang .dropdown-menu {
  position: absolute;
  top: 100%;             
  left: 50%;          
  transform: translateX(-50%) translateY(-30%); 
  background: #ffffff;
  border: none;
  border-radius: 0;
  min-width: 100px;       
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease;
  text-align: center;
}


.header .navbar .lang .dropdown-menu.show {
  visibility: visible;
  opacity: 1;
  transform: translateX(-50%) translateY(0); /* 滑下來 */
}

.header .navbar .lang .dropdown-menu a {
	color:#0e0e0e;
}

.header .navbar .lang .dropdown-menu a:hover {
	background: none;
	color: var(--main-color);
}

.navbar-nav .nav-item.active > .nav-link,
.navbar-nav .nav-item:active:focus > .nav-link,
.navbar-nav .nav-item:active > .nav-link,
.navbar-nav .nav-item:focus > .nav-link,
.navbar-nav .nav-item:hover > .nav-link {
	color:#1298a2;
}

.bsnav-mobile.right,
.bsnav-mobile.left {
	top: 66px;
}

.bsnav-mobile.right .bsnav-mobile-overlay,
.bsnav-mobile.left .bsnav-mobile-overlay {
	top: 66px;
}

.bsnav-mobile.right .navbar,
.bsnav-mobile.left .navbar {
	padding: 0;
	justify-content: flex-start;
}

.bsnav-mobile.right .navbar .navbar-brand,
.bsnav-mobile.left .navbar .navbar-brand {
	display: none;
}

.bsnav-mobile.right .navbar-nav,
.bsnav-mobile.left .navbar-nav {
	padding: 0;
}

.bsnav-mobile.right .navbar-nav .nav-item .nav-link,
.bsnav-mobile.left .navbar-nav .nav-item .nav-link {
	padding: 12px 15px;
	text-align: left;
	font-size: 1rem;
}

.bsnav-mobile.right .navbar-nav .nav-item .navbar-nav,
.bsnav-mobile.left .navbar-nav .nav-item .navbar-nav {
	margin-left: 0;
	margin-right: 0;
}

.bsnav-mobile.right .navbar-nav .nav-item .navbar-nav .nav-item .nav-link,
.bsnav-mobile.left .navbar-nav .nav-item .navbar-nav .nav-item .nav-link {
	padding: 10px 18px;
	font-size: 0.9375rem;
}

.bsnav-mobile.left .navbar {
	left: 0;
	right: auto;
	transform: translate3d(-300px, 0, 0);
}

.bsnav-mobile.left.in .navbar {
	transform: translate3d(0, 0, 0);
}

.navbar-toggler.toggler-spring.active .navbar-toggler-icon {
	background-image: unset !important;
}





/*------- Banner -------*/

.banner   .more_x.more_x_s {
   margin: 0;
   background-color: #379da500;
}

.banner    .slick.slick-initialized {
    visibility: visible;
}
.banner  .slider {
    visibility: hidden;
}
html.no-js    .banner  .slick-slide{
    display: none;
}
html.js    .banner  .slick-slide{
	display: block;
}

.banner   .slick .slick-dots button {
    background: #fff;
}
.banner   .slick .slick-dots .slick-active button {
    background: #1298a1;
}
.more_x .more_3{
	background: url(../images/all/more.svg) no-repeat center;
	width: 13px;
	height:17px;
	background-size: cover;

}
.lang_EN   .more_x .more_2 {
    width: 28px;
  ;
}
.more_x .more_2{
	background-color: #fff;
	width: 58px;
	height: 1px;
	margin: 0 10px;
}
.banner   .more_x:hover{
	background-color: #399da6;

}
a.more_x.more_x_s:hover,
.item_new:hover .more_x.more_x_s{
		background-color: #206069;
		color: #fff;
}
.more_x.more_x_s{
	background-color: #379da5;
	font-size: 16px;
	 margin: 0 0 0 auto;
	transition: all 0.5s;
}
.more_x {
	border: 1px solid #fff;
	display: flex;
	align-items:center;
	font-size: 18px;
	color: #fff;
	    padding: 17px 20px;
		width: 198px;

}
body.home.lang_EN   .banner .more_x .more_2 {
    width: 88px;
}
body.home  .banner  .more_x .more_2{
	width: 108px;

}
body.home  .banner .more_x {
	width: 265px;
	    padding: 22px 20px;
}
.banner  .item .ban_txt .ban_h1 span{
	display: block;
}

.banner .item .ban_txt .ban_rg.ban_rg_ip   .ban_h1{
		font-size:3rem;
		    margin-bottom: 30px;
}
.banner  .item .ban_txt .ban_h1{
	font-size: 5.625rem;
	color: #fff;
	    line-height: normal;
		margin-bottom: 50px;
		font-weight: 600;
}


.banner  .item  .ban_txt.aos-animate{
		top: 50%!important;
}

.banner .item .ban_txt {
	position: absolute;
	left: 5%;
	top: 80%;
	transform: translateY(-50%);
}

.banner .onebanner  .item .ban_txt .ban_rg,
.banner .slick-slide.slick-current .item .ban_txt .ban_rg {
	opacity: 1;
	transform: translateY(0%);
	top: 50%;
}


.banner .item .ban_txt .ban_rg {
	opacity: 0;
	transform: translateY(50%);
	transition: all 1s;
}



.banner .item {
    position: relative;
}


.banner{
	padding-top: 122px;
}
html.no-js .banner .banner-wrapbox,
html.no-js .banner .banner-wrapbox img {
	display: none;
}

html.js .banner .banner-wrapbox {
	display: block;
}

.banner {
	position: relative;
}

.banner .item {
	display: block !important;
	padding: 0;
}

.banner .item > a {
	padding: 0;
}

.banner .bx-wrapper {
	margin-bottom: 0;
}

.banner .bxslider li {
	background-repeat: no-repeat;
	background-position: center top;
}

.banner .bxslider li a {
	display: block;
}

.banner .bxslider li img {
	width: 100%;
	display: none;
}

.banner .bx-wrapper .bx-viewport {
	background: none;
	border: none;
	box-shadow: none;
	left: 0;
}

.banner .bx-wrapper .bx-pager.bx-default-pager {
	text-align: right;
	padding: 0 15px;
	bottom: 2px;
	z-index: 60;
}

.banner .bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-align: left;
}

.banner .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #1EB5BE;
}

.banner .banner-wrapbox {
	position: relative;
}

.banner .banner-wrapbox .slick {
	/*visibility: hidden;*/
}

.banner .banner-wrapbox .slick.slick-initialized,
.banner .banner-wrapbox .slick.oneMode {
	visibility: visible;
}



.banner .swiper-slide {
	position: relative;
}

.banner .swiper-button-prev,
.banner .swiper-button-next {
	color: var(--bs-gray-500);
}

.banner .swiper-pagination-bullet-active {
	background: var(--bs-gray-500);
}

/*頁碼*/
.page-box .pagination {
    align-items: center;
	    justify-content: center;
}



.page-link {
    color: #000;
        border: 1px solid #adaaaa;
       font-size: 1rem;
    padding: 0.5em;
    min-width: 2.5em;
    height: 2.5em;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 4px;
	margin: 0 10px;
}
.page-link:hover,
.page-item.active .page-link {
	background-color: #005a62;
    border-color:unset;
    color:#fff;
}

.page-item:first-child .page-link, .page-item:last-child .page-link {
   
}




/*side1*/
.sider_nav ul li  ul li a{
	font-size: 18px;
	font-weight: 400;
}
.sider_nav ul li a{
	font-size: 20px;
	font-weight: bold;

}


/*相關檔案 news*/
h3.do_h3{
	text-align: center;
	color: #000;
	margin-bottom: 20px;
}
.download_box .dow_item a i{
	width: 10%;
	text-align: right;
	    font-size: 24px;
}
.download_box .dow_item a span::before{
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-color: transparent transparent transparent #379ea5;
    margin-right: 5px;
}
.download_box .dow_item a span{
	position: relative;
	width:90%;
	
}
.download_box .dow_item:nth-child(2n){
    background-color: #eeeeee;
}
.download_box .dow_item a:hover{
	color: #1298a2;
}
.download_box .dow_item a{
	display: flex;
	align-items:center;
	    padding: 15px 15px;
	font-size: 18px;
	color: #000;
	
}
.download_box{
position: relative;
margin-bottom: 40px;
background-color: #fff;
	padding: 30px;
	 box-shadow: 0 0 30px #61b2baad;
    border-radius: 20px;
    background-color: #fff;
}





/*聯絡我們 contact*/

.contact .side1 {
	display: none;
}
.cont_mix ul li  span{
	width: 60%;
	    text-align: left;

}
.cont_mix ul li  a{
	display: block;
	  text-align: left;
}
.cont_mix ul li i::before{
    font-size: 24px;
    padding-right: 9px;
    top: 3px;
    position: relative;

}
.cont_mix ul li i::after{
	  content: " ";
   display:block;	
   position:absolute;
   background-color: #000;
    width: 1px;
    height: 100%;
    right: 0;
    top: 0;
}
.cont_mix ul li i{   
	 position: relative;
    font-style:normal;
	font-weight: bold;
	padding-right: 20px;
	margin-right: 20px;
	width: 120px;
	text-align: left;
}
.cont_mix ul li{
	width: 48%;
	padding: 3%;
    box-shadow: 0 0 30px #61b2baad;
    border-radius: 20px;
    background-color: #fff;
	display: flex;
	align-items:center;
	margin-bottom: 20px;

}
.cont_mix ul{
	margin: 40px 0;
	justify-content:space-between;
	flex-wrap: wrap;
}
.cont_mix h5{
	width: 80%;
	margin: 0 auto;
}
.cont_mix {
	text-align: center;
}
.pt10 a.more_x.more_x_s.more_x_grey:hover{
	    background-color: #206069;
}
.pt10 a.more_x.more_x_s.more_x_grey{
	background-color: #4e4e4e;
}
.pt10 a.more_x.more_x_s{
	margin:0 5px;
	width: 168px;
}
.pt10{
	display: flex;
    margin: 0 auto;
}
.cont_box    textarea.form-control {
    height: 200px;
}
.cont_box    .form-select.sel_we{
	width: 20%;

}
.cont_box  .form-select,
.cont_box .form-control{
	height: 50px;
	    border: 1px solid #c7c7c7;
}
.cont_box  .cont_1{
	width: 48%;
	margin-bottom: 40px;
	
}
.cont_box{
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
	padding: 3%;
	    box-shadow: 0 0 30px #61b2baad;
    border-radius: 20px;
	margin-top: 50px;
	    background-color: #f3f3f3;
 
}
.green{
	  color: #1298a2;
	  padding-left: 5px;
}

/*產品 product*/
    .product   .content.col-lg-9 {
        width: 100%;
    }
h5.ke_ser{
	display: flex;
	align-items:center;
}
h5.ke_ser  i{
      background: url(../images/all/search.svg) no-repeat center #005a62;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: block;
	background-size: 50%;
	margin-right: 5px;
}
.prod_box .item .chair  .more_x.more_x_s:hover{
	background-color: #005a62;
}
.prod_box .item .chair  .more_x.more_x_s {
    background-color: #379da5;
    font-size: 16px;
    margin: 50px 0;
    transition: all 0.5s;
}
 h5{
	    line-height: 32px;
}

p.p_fx{
	display: flex;
	align-items:center;
	font-weight: bold;
	border-bottom: 1px solid #0e0e0e;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
p span.title{
		font-size: 24px;
}
p span.text{
	    color: #1298a1;
		font-size: 50px;
		padding-right: 10px;

}

.prod_box  .item .chair{
	width:60%;
	padding: 5%;
	
}
.prod_box  .item .pic  img{
	width: 100%;
	border-radius: 20px;
}
.prod_box  .item .pic{
	width:40%;
	border-radius: 20px;
	
}
.prod_box  .item.item_opo {
	    flex-direction: row-reverse;
}
.prod_box  .item {
	display: flex;
	 align-items: center;
	 margin-bottom: 70px;
}
.prod_box{
	margin-top: 40px;
}

/*最新消息 news*/
.news .item_new .new_ic{
	display:none;
	}
.product.show  .editor,
.news.show   .editor{
	min-height: 200px;
}
.product.show  .more_x.more_x_s,
.news.show  .more_x.more_x_s {
    margin: 0  auto 80px;
 
}
.news.show  .h1{
	border-bottom: 1px solid #747474;
    margin-bottom: 30px;
    padding-bottom: 10px;
	font-size: 32px;
}
.news.show   .item_new {
     padding:0;
    margin: 0 0 20px;
	    border: none;
    background: unset;
}
 .news  .item_new{
	margin-top: 0;
 }



/*首頁*/
.home_partner  .partner-slider {
  overflow: hidden;
  width: 100%;
}

.home_partner   .partner-list {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  width: max-content;
  animation: scroll 25s linear infinite;
}

.home_partner   .partner-list li {
  flex: 0 0 auto;
 
}

.home_partner    .partner-list img {
  height: 97px; 
  width: auto;
  display: block;
  filter: grayscale(100%) brightness(1);
  opacity: .8;
}
.home_partner  .partner-slider .partner-list li:hover img{
	 opacity: 1;
	  filter: unset;
}

.partner-slider:hover .partner-list {
 display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  width: max-content;
  animation: scroll 25s linear infinite;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%); 
  }
}

.home_partner{
	position: relative;
	padding: 90px 5% 120px;
	 overflow: hidden;
  position: relative;
  width: 100%;
      border-bottom: 1px solid #dbdbdb;
}

.SerDes_box {
	position: absolute;
	top: 50%;
	  transform: translateY(-50%)!important;
	left: 0;
	right: 0;
	 z-index: 10;

}
.SerDes_box  .hex_ontent{
    text-align: center;
    font-size: 3.125rem;
    font-weight: bold;
    color: #005a62;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
		background: url(../images/all/SerDes_box_bg.png) no-repeat center ;
	width: 350px;
	height: 314px;
		background-size: cover;
			margin: 0 auto;


}



.content {
	padding-left: 0;
	padding-right: 0;
}

.home_core   .d-flex{
	position: relative;
	flex-wrap: wrap;
	justify-content:space-between;
	width: 1080px;
	margin:0 auto;
	
}
.home_core  .SerDes_4{
	width:530px;	
	border-radius: 20px;
    padding: 95px 5%;
	text-align: center;
	margin-bottom: 20px;
	
}
.home_core  .SerDes_4:nth-child(5){
	background-color:#005a62bf;
}
.home_core  .SerDes_4:nth-child(4){
	background-color: #216a71c2;
}
.home_core  .SerDes_4:nth-child(3){
    background-color: #0d8895c2;
}
.home_core  .SerDes_4:nth-child(2){
    background-color: #38b5c1c9;
}
.home_core .h2{
color: #fff;
}
.home_core{
	position: relative;
	background: url(../images/all/home_core_bg.jpg) no-repeat ;
	background-attachment : fixed;
	padding: 80px 5%;
	color: #fff;
	background-size: cover;
}
img{
	transition: all 0.5s;
}
.home_Solution a.item:hover .pic img{
	   -moz-transform: scale(1.1);
        transform: scale(1.1);
		opacity: 0.7;
}
.home_Solution a.item .pic{
	position: relative;
	overflow: hidden;
}
.home_Solution a.item .pic img,
.home_Solution a.item .pic{
	    border-radius: 20px;
}
.home_Solution a.item h4{
	text-align: center;
	padding-top: 30px;
	    font-size: 20px;
}
.home_Solution a.item{
	flex:1;
	    margin: 0 35px;
}
.home_Solution .d-flex{
	justify-content:center;
}
.home_Solution{
	position: relative;
	padding: 0 5% 110px;
}
body .slider   .slick-arrow{
	 width: 53px;
    height: 53px;
	 background-size: cover;
	  transition: all 0.5s;
	  border-radius: 50%;


}
body .slider     .slick-prev:hover  {
    background: url(../images/all/arrow_left.svg) no-repeat #206069 center;

   }
body .slider     .slick-prev  {
    background: url(../images/all/arrow_left.svg) no-repeat #349da5 center;
    left: 0;
   }

   body .slider     .slick-next:hover {
    background: url(../images/all/arrow_right.svg) no-repeat #206069 center;
  
   

}

body .slider     .slick-next {
    background: url(../images/all/arrow_right.svg) no-repeat #349da5 center;
    right: 0;
   

}
.home_news  .slick-initialized .slick-slide {
    padding: 0 35px;
}
.item_new   .more_x{
	margin-top: 13%;
}
.item_new .da_ki .d-flex{
	align-items:center;
}
.item_new   .new_ic{
	position: relative;
	z-index: 5;
}
.item_new   .new_ic{
     position: absolute;
    right: -40px;
    top: -32px;
    background: url(../images/all/new_ic.svg) no-repeat center;
    font-size: 16px;
    color: #fff;
    width: 99px;
    height: 101px;
    background-size: cover;
    text-align: center;
    padding-top: 35px;
}
.item_new   .da_ki{
	margin-bottom: 10px;
}
.item_new   .da_ki .kind{
	background: url(../images/all/date.svg) no-repeat left  center;
	padding-left: 22px;
	background-position-y: 1px;
}
.item_new   .da_ki a,
.item_new   .da_ki{
	color:  #1298a2;
}
.item_new    .da_ki .date:before {
    content: " ";
    display: block;
    position: absolute;
    background-color: #1298a2;
    left: 0;
    top: 4px;
    width: 1px;
    height: 14px;
}
.item_new    .da_ki .date {
    position: relative;
      margin-left: 10px;
    padding-left: 10px;
}
.item_new  .desc{
	font-size: 16px;
	color: #303131;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	    line-height: 30px;
		height: 90px;

}
.item_new  .title{
	font-size: 20px;
	font-weight: bold;
	color: #0c0c0c;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 60px;

}

.home_news .h2{
	margin-bottom: 0;
}
.item_new{
	position: relative;
	background: linear-gradient(20deg,rgba(188, 214, 217, 1) 0%, rgba(255, 255, 255, 1) 36%, rgba(255, 255, 255, 1) 100%);
	border: 1px solid #379da5;
	border-radius:20px;
	padding: 9% 7%;
    margin: 50px 0;
}

.home_news{
	padding:100px 5% 70px;
}

.h2{
	color: #0c0c0c;
	font-size: 3.125rem;
	text-align: center;
	margin:0 auto 40px;
}



/********************* Footer *********************/
.footer_fl ul{
	display: block;
}
.footer_fl ul li{
margin-bottom: 10px;
}
.footer_fl a.mail:hover{
		background: url(../images/all/mail.svg) no-repeat center #38b5c1;

}

.footer_fl a.mail{
	background: url(../images/all/mail.svg) no-repeat center #005a62;
	width: 58px;
	height: 58px;
	display: block;
	border-radius: 50%;
	
}
.footer_fl a.gotop:hover{
		background: url(../images/all/top.svg) no-repeat center #38b5c1;

}
.footer_fl a.gotop{
	background: url(../images/all/top.svg) no-repeat center #1298a1;
	width: 58px;
	height: 58px;
	display: block;
	border-radius: 50%;
}
.footer_fl{
	position: fixed;
	right: 10px;
	bottom: 7%;
	z-index: 999;
}
.copyrights{
	color: #b8d4d8;
	font-size: 14px;
}
.sitemap{
	display: none;
}
.footer_box .footer_logo{
	width: 15%;
}
.footer_box .footer_right ul{
	flex-direction:column;
}
.footer_box .footer_right ul li a:hover h5{
	color:#005a62;
}
.footer_box .footer_right ul li a:hover{
	color:#349da5;
}
.footer_box .footer_right ul li a{
	font-size: 16px;
	color: #5a5b5b;
	transition: all 0.5s;
}
.footer_box .footer_right ul li{
	padding: 5px 0;
}
.footer_box .footer_right ul li h5{
	color: #1298a1;
	transition: all 0.5s;
	font-size: 18px;

}
.footer_box .footer_right:before{
  content: " ";
   display:block;	
   position:absolute;
   background-color: #cbc6c4;
   width: 1px;
   top: 0;
   bottom: 0;
   left: 0;
}
.footer_box .footer_right{
	width: 85%;
	position: relative;
	padding-left: 5%;
	display: flex;
	justify-content:space-between;
}
.footer_box{
	padding: 0 5%;
	margin-bottom: 40px;
	 display: flex;
		justify-content:space-between;

	
	
}
.copy_box ul li a:hover{
	color: #5cbac2;
}
.copy_box ul li:first-child{
	padding-left: 0;
}
.copy_box ul li{
	color: #fff;
	padding: 0 5px;
	font-family: "Arial";
}
.copy_box ul li a{
	color: #fff;
}
.copy_box{
	padding: 20px 5%;
	background-color: #1298a2;
	display: flex;
	justify-content:space-between;
	align-items:center;
	
}



/* sitemap */
.footer .sitemap ul li {
	color: #888;
	padding: 0;
}

.footer .sitemap ul li a {
	color: #888;
	padding: 10px;
}

.footer .sitemap ul li a:hover {
	color: var(--main-color);
}


/* siteinfo */
.footer .siteinfo ul > li {
	padding: 0;
}

.footer .siteinfo ul > li + li:before {
	content: "/ ";
	padding: 0 5px;
	color: #9c9c9c;
}

.footer .siteinfo .map {
	display: inline-block;
	vertical-align: text-bottom;
	margin-right: 20px;
}

.footer .siteinfo .map:hover {
	position: relative;
	top: 2px;
}

.footer .copyright b {
	color: var(--main-color);
}

.footer .powered a {
	color: #AAA;
}

.footer .powered a:hover {
	color: #666;
}

/********************* floating *********************/
#floating .btn-floating {
	width: 28px;
	height: 58px;
	background-color: var(--second-color);
	display: none;
	margin: 1px;
	padding: 10px 3px;
	position: absolute;
	left: -30px;
}

#floating .btn-floating .icon-arrow {
	width: 32px;
	height: 40px;
	background: url(../images/all/arrow.png) no-repeat;
	display: block;
}

#floating.open .btn-floating .icon-arrow {
	background-position: 0 -40px;
}

#floating ul {
	background: #fff;
	background: rgba(255, 255, 255, 0.9);
}

#floating ul li {
	padding: 10px 0;
}

#floating ul li + li {
	border-top: 1px solid #E7E7E7;
}

#floating ul li a {
	width: 56px;
	height: 60px;
	background: url(../images/all/floating_icon.png) no-repeat;
	background-position-x: 0;
	font-size: .5rem;
	color: #bbb;
	text-align: center;
	display: block;
	padding: 40px 0 0;
	position: relative;
}

#floating ul li.b1 a {
	background-position-y: 0;
}

#floating ul li.b2 a {
	background-position-y: -80px;
}

#floating ul li.b3 a {
	background-position-y: -160px;
}

#floating ul li a:hover {
	color: #333;
	background-position-x: -56px;
}

#floating ul li a .num {
	min-width: 20px;
	height: 20px;
	background-color: #EB0F0F;
	color: #fff;
	border-radius: 50%;
	display: inline-block;
	position: absolute;
	right: 8px;
	top: 0;
}

/********************* Main *********************/
.main {
	z-index: 10;
	padding: 80px  0;
}
body.home  .main{
	padding-top: 0;

}



.main_content {
	min-height: 600px;
	padding: 30px 0 50px;
}

/*----------------------- side -----------------------*/
.side .side-toggle {
	font-size: .9375rem;
	color: #23989f;
	text-align: center;
	margin-top: 0px;
}

body  .side .nav > li {
	width: 100%;
	margin-bottom: 15px;
}

.side .nav > li + li {
	border-top: 1px solid var(--third-color);

}
.side .nav > li a.active,
.side .nav > li a:hover{
	color: #005a62!important;
}
.side .nav > li a {
	color:#000;
	line-height: 20px;
	display: block;
	 border-bottom: 1px solid #acacac;
    margin-bottom: 13px;
    padding-bottom: 10px;

}

.side .nav > li a:hover,
.side .nav > li a:focus,
.side .nav > li.active a {
    color: #1298a1;
}

.side .nav > li > ul {
	padding-left: 10px;
	list-style-type: none;
}
.side .nav > li > ul > li > ul > li > a:hover,
.side .nav > li > ul > li > a:hover{
	 color: #1298a1!important;
	     background-color: unset;
		 font-weight: bold;
}
body  .side .nav > li > ul > li > ul>li>a{

	font-size: 14px;
}
.side .nav > li > ul > li > ul>li>a.active,
.side .nav > li > ul > li > a.active{
	color: #005a62;
	font-weight: bold;
}
.side .nav > li > ul > li > ul>li>a,
.side .nav > li > ul > li > a {
	padding: 6px 10px 6px 0;
	font-size: 16px;
	background-color: unset;
	color: #000;
	margin-bottom: 0;
		border-bottom:none;
}

.side .nav > li > ul > li > ul {
   margin-left: 0;
    list-style-type: none;
    padding-left: 0; 	
}

.side .nav > li > ul > li > ul > li > a,
.side .nav > li > ul > li > ul > li > a:hover {
	background: url(../images/all/list_icon3.svg) no-repeat 0 4px;
	padding: 6px 10px 6px 20px;
}

/* breadcrumb */
.breadcrumb {
	padding: 10px;
	background: none;
	margin: 0;
	font-size: 0.875rem;
	justify-content: center;
	margin-bottom: 40px;
}

.breadcrumb > li + li:before {
	content: "/";
	margin-left: 5px;
	margin-right: 5px;
}

/*----------------------- Content -----------------------*/
.content > h1 {
	color: var(--main-color);
	font-size: 2rem;
	border-bottom: 1px solid var(--third-color);
	padding: 0 0 .25em;
	margin-top: 0;
	margin-bottom: .5em;
}

/* list-box */
.content .list-box .txt-list {
	margin-bottom: 60px;
}

.content .list-box .txt-list li {
	background: url(../images/all/icon_list.png) no-repeat 8px 12px;
	border-bottom: 1px dotted #ccc;
	padding-left: 30px;
}

.content .list-box .txt-list li:nth-child(2n+1) {
	background-color: rgba(240, 240, 240, 0.3);
}

.content .list-box .txt-list li a {
	display: block;
	padding: 10px 0;
}

.content .list-box .txt-list li a:hover,
.content .list-box .txt-list li a:focus {
	color: var(--main-color);
}

.content .list-box .txt-list li span {
	font-size: 0.875rem;
	color: #aaa;
	line-height: 20px;
	display: inline-block;
	float: right;
	padding: 3px 20px;
}

.content .list-box .txt-list li span.news-title {
	width: 78%;
	color: #848275;
	float: left;
}

.content .list-box .txt-list li.list-header {
	background: none;
	border-bottom: 1px solid #ACE7EB;
	padding-left: 40px;
	padding-right: 15px;
}

.content .list-box .txt-list li.list-header a,
.content .list-box .txt-list li.list-header a span {
	font-size: 1.125rem;
	color: var(--main-color);
}

.content .list-box .txt-list li.list-header a span {
	padding-right: 24px;
}

/* btn-box */
.content .btn-box {
	border-top: 1px solid #ACE7EB;
	margin: 0 0 20px;
	padding-top: 15px;
	clear: both;
}

.content .btn-box:after {
	content: " ";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}

.content .btn-box .pager {
	text-align: left;
	display: inline-block;
	margin: 0 0 20px;
}

.content .btn-box .pager li {
	margin: 0 5px;
}

.content .btn-box .pager li > a {
	background: #fff;
	color: #888;
	border-radius: 5px;
	border: 1px solid #DFDFDF;
	padding: 5px 20px;
}

.content .btn-box .pager li > a:hover {
	background-color: var(--main-color);
	color: #fff;
}

.content .btn-box .pager li > a .icon {
	display: none;
}

.content .btn-box .page-info {
	color: #888;
	float: right;
	text-align: center;
	margin: 0 5px;
}

.content .btn-box .page-info select {
	min-width: 60px;
	border: 1px solid #DFDFDF;
	margin-right: 10px;
}

/*----------------------------------------- 首頁 home --------------------------------------*/
.main_content{
	padding:0 5%;
}
body.home .main_content {
	min-height: 0;
	    padding: 0;
}

body.home .content .h3 {
	font-size: 1.25rem;
	border-bottom: 1px solid #ACE7EB;
	color: var(--main-color);
	padding: .4em .25em;
	margin-bottom: .75em;
}

/*----------------------------------------- wid --------------------------------------*/
.content .wid {
	position: relative;
	z-index: 10;
}

.content .btn-more {
	position: absolute;
	right: 0;
	top: 0.5rem;
}

/* wid-home-news */
.content .wid-home-news {
	margin-left: 0;
}

.content .wid-home-news .txt-list {
	margin-bottom: 10px;
	margin-top: -10px;
}

.content .wid-home-news .txt-list li {
	padding-left: 14px;
	background-position: 0 4px;
	background-color: transparent;
}

.content .wid-home-news .txt-list li:last-child {
	border-bottom: 2px solid #ACE7EB;
}

.content .wid-home-news .txt-list li a {
	padding: .5em 0;
	font-size: 0.875rem;
}

.content .wid-home-news .txt-list li a span {
	padding: 3px 0;
	font-size: 0.75rem;
}

/* wid-home-product */
.content .wid-home-product .bxslider li a {
	border: 1px solid #ACE7EB;
	padding: 2px;
	display: block;
}

.content .wid-home-product .bxslider li a:hover {
	border-color: var(--main-color);
}

.content .wid-home-product .bx-wrapper .bx-controls-direction a {
	width: 24px;
	height: 40px;
	background: url(../images/home/arrow.png) no-repeat;
}

.content .wid-home-product .bx-wrapper .bx-controls-direction a.bx-prev {
	left: -24px;
}

.content .wid-home-product .bx-wrapper .bx-controls-direction a.bx-next {
	right: -24px;
	background-position: 0 -40px;
}

/* wid-home-contact */
.content .wid-home-contact ul li {
	color: #717171;
	font-size: .875rem;
	line-height: 1.8;
}

.content .wid-home-contact ul li.phone {
	font-size: 1.65rem;
	color: #333;
	font-weight: bold;
}