@charset "utf-8";
/* CSS Document */
*,.pure-g [class *="pure-u"]{box-sizing: border-box;font-family: "微軟正黑體";}

body{
	margin:0;
	background-image: url(../images/website_image/bg.jpg), url(../images/website_image/bg2.jpg);
	background-size: 100% auto, 100% auto;
	background-repeat: no-repeat, repeat-y;
}

#tinymce{
	background:none;
}

#container{
	width:100%;
	margin:0 auto;}
/*Banner*/
.banner_in{
	max-width: 987px;
	margin: 0 auto;
	padding: 26px 0;
	position: relative;
}
.nav_in{
	max-width: 987px;
	margin: 0 auto;
	position: relative;
}
.banner_in::before, .nav_in::before, .home_product_box::before, .home_news_box::before, .home_youtube_box::before{
	background-image: url(../images/website_image/bg_left.png);
	background-repeat: repeat-y;
    content: "";
    width: 12px;
    position: absolute;
    top: 0;
    left: -12px;
    height: 100%;
}
.banner_in::after, .nav_in::after, .home_product_box::after, .home_news_box::after, .home_youtube_box::after{
	background-image: url(../images/website_image/bg_right.png);
	background-repeat: repeat-y;
    content: "";
    width: 12px;
    position: absolute;
    top: 0;
    right: -12px;
    height: 100%;
}
.banner_arrow_left, .banner_arrow_right{
	width: 5%;
	display: inline-block;
	text-align: center;

}
.banner_arrow_left img{
	max-width: 32px;
	width: 3%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(25%, -50%);
}
.banner_arrow_right img{
	max-width: 32px;
	width: 3%;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(-25%, -50%);
}
.banner_show{
	display: inline-block;
	width: 90%;
}
#banner {
	position: relative;
	overflow: hidden;
	z-index: 99;
}
#banner .img {
	white-space: nowrap;
	position: absolute;
}
#banner .img img {
	vertical-align: top;
}
#banner_control {
	position: absolute;
	bottom: 10px;
	width: 100%;
	text-align: center;
	z-index: 100;
	
}
#banner_control img {width: 55px;}
#banner #banner_control span {
	cursor: pointer;
	padding: 0 0;

}
#banner #banner_control span img:nth-child(2) {
	display: none;
}
#banner #banner_control span img:nth-child(1) {
	display: inline-block;
}
#banner #banner_control span:hover img:nth-child(1),
#banner #banner_control span.now img:nth-child(1) {
	display: none;
}
#banner #banner_control span:hover img:nth-child(2),
#banner #banner_control span.now img:nth-child(2) {
	display: inline-block;
}/*
.banner_next {
  z-index: 999;
  position: absolute;
  right: 10px;
  top: calc(50% - 45px);
  cursor: pointer;
 }

 .banner_prev {
  z-index: 999;
  position: absolute;
  left: 10px;
  top: calc(50% - 45px);
  cursor: pointer;
 }*/
/*Banner End*/

/*header*/
header, .banner_box, .home_product, .home_news, .home_youtube{
	z-index: 999;
	max-width: 1037px;
	background-color: #fff;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 7px;
	position: relative;
}
header{
	padding-top: 27px;
}
.header_box{
	max-width: 987px;
	margin: 0 auto;
	background-image: url(../images/website_image/bg_header.jpg);
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	background-repeat: no-repeat;
	box-shadow: 0 0 10px 3px #999;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
.head{
	text-align: center;
	margin-bottom: 20px;
}
.logo{
	text-align: right;
	margin: 0;
	padding: 10px 23px 7px 13px;
	max-width: 490px;
	width: 50%;
}
.logo img {
	max-height: 80px;
	max-width: 100%;}
.login{
	position: absolute;
	top: -63px;
    right: 0;
    width: 50%;
    text-align: right;
    padding-right: 160px;
}
.login a{
	text-decoration: none;
	font-family:'微軟正黑體';
	font-weight: bold;
	color: #272822;
	margin-right: 5px;
}
.login a:hover{
	color: #9FA0A0;
}
.login a:hover img{
	animation: tada 1s;
}
@keyframes tada {
   0% {transform: scale(1);} 
   10%, 20% {transform: scale(0.9) rotate(-3deg);} 
   30%, 50%, 70%, 90% {transform: scale(1.1) rotate(3deg);} 
   40%, 60%, 80% {transform: scale(1.1) rotate(-3deg);} 
   100% {transform: scale(1) rotate(0);} 
} 
.head_lang{
	background-image: url(../images/website_image/bg_lang.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
    width: 99px;
    height: 49px;
    position: absolute;
	top: -6px;
    right: 47px;
    text-align: center;
}
.head_lang a{
	color: #fff;
	text-decoration: none;
	margin-top: 7px;
    width: 43px;
    display: inline-block;
    line-height: 2em;
    margin-right: 0;
}
.head_lang a:hover {
	color: #D39119;
}
/*menu*/
 .menu-trigger {
   display:block;
   position: absolute;
   width: 40px;
   height: 40px;
   cursor: pointer;
   display: none;
   top:23px;
	right: 17px;
 }

nav{
	position: relative;
	z-index: 1000;
	max-width: 987px;
	margin: 0 auto;
}
nav .menu {
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	max-width: 987px;
	background-image: url(../images/website_image/bg_menu.png);
	background-repeat: repeat;
	height: inherit;
}
nav .menu li {
	display: inline-block;
	width: calc(100% / 5);
	text-align: center;
	position: relative;
}
nav .menu li::before{
	content: "";
	background-image: url(../images/website_image/menu_line.png);
	background-repeat: no-repeat;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
	display: inline-block;
	background-position: center;
	/*width: 20px;*/
	width: 3px;
    height: 38px;
    position: absolute;
    top: 0;
    left: 0;
}
/*nav .menu li:nth-child(1){
	width: calc(20% - 15px);
}*/
nav .menu li:nth-child(1)::before{
	background-image: none;
}
nav .menu li a {
	color: #fff;
    display: flex;
    text-decoration: none;
    font-size: 1em;
    padding-top: 0;
    height: 38px;
    justify-content: center;
    align-items: center;
    /*margin-left: 12px;*/
    margin: 0;
    font-family: 'Audiowide';
    letter-spacing: 1px;
    cursor: pointer;
}
nav .menu li a:hover{
	color: #D39119;
}

/*news*/
.home_news_box{
	max-width: 987px;
	margin: 0 auto;
	position: relative;
	background-image: url(../images/website_image/bg_news.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 33px 0;
	background-attachment:fixed;
}
.home_news_content{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 7px;
}
.home_news_border{
	background-color: rgba(255,255,255,0.5);
	padding-top: 70px;
	margin-right: 20px;
}
.home_news_border::before{
	background-image: url(../images/website_image/news_title.png);
	background-repeat: no-repeat;
	background-position: center top;
	content: "";
	position: absolute;
	top: 24px;
	left: calc(50% - 131px);
	width: 242px;
	height: 73px;
}
.home_news_content a{
	text-decoration: none;
}
.home_news_date{
	background-image: url(../images/website_image/news_date.png);
	background-position: left top;
	background-repeat: no-repeat;
	color: #fff;
	font-size: 0.9em;
	padding-left: 36px;
	padding-top: 3px;
	height: 27px;
}
.home_news_main{
	padding: 10px 0;
}
.home_news_name{
	width: 31%;
	display: inline-block;
	color: #353942;
	overflow: hidden;
	text-align: center;
	height: 21px;
}
.news_txt{
	width: calc(69% - 10px);
	display: inline-block;
	color: #5F6367;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	display: -webkit-inline-box;
	overflow: hidden;
	padding: 0 1em 0 2em;
	word-break: break-all;
}
.news {
	width: 100%;
	display: inline-block;
	text-align: left;
	text-decoration: none;
	border-top: 2px solid #0a486b;
}
.news_out {
	max-width: 100%;
	margin: 0 auto;
	text-align: center;
}
.news b ,.news > div {
	display: inline-block;
	vertical-align: middle;
}
.news b {
	max-width: 100%;
	position: relative;
	display: inline-block;
	overflow: hidden;
}
.news b::before {
	content: "";
	background: linear-gradient(to right,rgba(55, 117, 243,.0) 0%,rgba(55, 117, 243,.5) 100%);
	background-size: contain;
	width: 20%; height: 97.5%;
	display: none;
	position: absolute;
}
.news:hover b::before { 
	display: inline-block;
	animation: .6s newsb ease forwards;
}
.news:hover div {
	background-size: 100%;
	transition: .6s all ease;
	transition-delay: 0s;
}
.news:hover .home_news_date{
	background-size: 144px;
}
@-webkit-keyframes newsb {
	to {
		opacity: 1;
		transform: translateX(500%);
	}
}

@keyframes newsb {
	to {
		opacity: 1;
		transform: translateX(500%);
	}
}
.news > div {
	width: 100%;
	position: relative;
	transition: .6s all ease;
	background: url(../images/website_image/bg_h.png) repeat-y left center,transparent;
	box-sizing: border-box;
	background-size: 0;
}
.home_news_more{
	text-align: right;
	background-image: url(../images/website_image/bg_more.png);
	background-repeat: no-repeat;
	background-position: right;
	height: 24px;
	width: 100%;
	display: block;
	margin-top: 1em;
}
.home_news_more a{
	color: #fff;
	font-size: 0.8em;
	font-style: italic;
	padding: 2px 25px;
	letter-spacing: normal;
	text-decoration: none;
}
.home_news_more a:hover{
	color: #f39800;
}


/*product*/
.home_product_box{
	max-width: 987px;
	margin: 0 auto;
	position: relative;
	background-image: url(../images/website_image/bg_home_pro.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 26px 5%;
	background-attachment:fixed;
}
.home_pro_content{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
	margin: 0 10px;
	overflow: auto;
	box-shadow: 2px 2px 10px 2px #656565;
}
.home_pro_img_out {
	position: relative;
	height: 0;
	padding-top: 75%;
	overflow: hidden;
	margin: 20px 10px;
}
.home_pro_border div:nth-child(n+5){
  display: none;
}
.home_pro_img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	
	display: block;
	text-align: center;
	-webkit-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	transition: .5s ease;
}
.home_pro_img:hover {
	transform : scale(1.1);
}
.home_pro_img img{
	max-width: 100%;	
}
.home_pro_name{
	color: #fff;
	position: relative;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	padding: 0 5px;
	background: #42738e;
	background: -moz-linear-gradient(top,  #42738e 0%, #155072 53%, #064568 66%, #024266 100%);
	background: -webkit-linear-gradient(top,  #42738e 0%,#155072 53%,#064568 66%,#024266 100%);
	background: linear-gradient(to bottom,  #42738e 0%,#155072 53%,#064568 66%,#024266 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#42738e', endColorstr='#024266',GradientType=0 );
	display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
}
.home_pro_name span{
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	overflow: hidden;
}
.home_pro_name::after{
	background-image: url(../images/website_image/bg_pro_line.jpg);
	background-repeat: repeat-x;
    content: "";
    bottom: -8px;
    left: 0;
    width: 70%;
    height: 4px;
    position: absolute;
}
.home_pro_content a{
	text-decoration: none;
}

.home_pro_more{
	text-align: right;
	background-image: url(../images/website_image/bg_more.png);
	background-repeat: no-repeat;
	background-position: right;
	height: 24px;
}

.home_pro_content a>.home_pro_more{
	color: #fff;
	font-size: 0.8em;
	font-style: italic;
	padding: 2px 9px;
}
.home_pro_content a:hover>.home_pro_more{
	color: #f39800;
}
.home_pro_content a:hover>.home_pro_name, .home_pro_content a:hover>.home_pro_img{
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity:0.7;
	
}
.home_pro_content:hover .home_pro_name{
	transition: .6s all ease;
	transition-delay: .35s;
}

/*home-video*/
.home_youtube_box{
	max-width: 987px;
	margin: 0 auto;
	position: relative;
	padding: 23px 0;
}
.home_youtube_left{
	width: 45%;
}
.home_youtube_right{
	width: 55%;
	text-align: right;
}
.home_youtube_content{
	padding: 0 13px;
}
.home_youtube_content div{
	width: 73%;
	margin: 0 auto;
	padding-top: 10px;
}
.home_youtube_logo ul{
	margin: 68px 0;
	padding: 0;
	list-style: none;
	border-bottom: 14px solid #4571a2;
}
.home_youtube_logo ul li{
	margin: 0;
	padding: 0 0 10px;
	display: inline-block;
	width: calc(20% - 4px);
	text-align: center;
}
.home_youtube_logo a:hover img{
	animation: tada 1s;
}

/*more*/
.more a{
	font-weight: bold;
	font-size: 2em;
	letter-spacing: 0.2em;
	text-decoration: none;
	color: #878787;

}
.more{
	text-align: right;
    margin: 30px 0;
}
.more a:hover{
	background:#9FA0A0; 
	color: white;
	padding: 6px;
	border-radius: 4px;	
}


/*top*/
#gotop {
	display: none;
	position: fixed;
	right: 0px;
	bottom: 40px;
	cursor: pointer;
	z-index: 9999;
}
#gotop img {
	width: 70px;
	height: auto;
}
/*cart*/
.cart_run{
	position: fixed;
	right: 10px;
	top: 20%;
	z-index: 999;
}
.cart_box {
	display: inline-block;
	position: relative;
}
.cart_num {
	position: absolute;
	top: 45px;
	right: 0;
	display: inline-block;
	width: 1.8em;
	padding: 0.4em 0;
	text-align: center;
	border-radius: 100%;
	color: #fff;
	background-color: #EB2332;
}

/*麵包屑breadcrumb*/

.breadcrumb{
	font-size: 1.2em;
	letter-spacing: 0.2em;
}
.breadcrumb a{
	text-decoration: none;
	color: #9FA0A0;
	
}
.breadcrumb img{
	height: 1em;
	margin: 0 8px;
}

.breadcrumb a, .breadcrumb img{
	display: inline-block;
	vertical-align: top;
}

/*內頁標題*/
.title{
	text-align: left;
}
.title p{
	margin: 0;
	font-family: 'Archivo Black', sans-serif;
	font-size: 3.5em;
	color: #4B4B4B;
	
}



/*卷軸*/
::-webkit-scrollbar {
	width: 17px;
	background: #fff;
}
::-webkit-scrollbar-thumb {
	width: 13px;
	background-color: #454545;
	border-radius: 6px;
}


/*footer*/
footer{
	z-index: 999;
	max-width: 1037px;
	background-color: #fff;
	margin: 0 auto;
	padding: 0;
	position: relative;
	border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}
.footer_box{
	max-width: 987px;
	margin: 0 auto;
    background-image: url(../images/website_image/bg_footer.jpg);
	-webkit-background-size: 100% auto;
	background-size: cover;
    background-repeat: no-repeat;
	box-shadow: 0 0 10px 3px #999;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.footer_text{
	width: 56%;
	padding: 15px 0 10px 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	text-align: left;
}
.footer_nav{
	width: 44%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	padding: 20px 30px 0px 0;
	text-align: right;
}
ul.menu_foot{
	margin: 0;
	padding: 0;
	list-style: none;
	white-space: pre-wrap;
}
ul.menu_foot li{
	margin: 0;
	padding: 0;
	display: inline-block;
	color: #686868;
	font-size: 0.8em;
	text-shadow: 1px 1px 2px #888;
	padding: 0 5px;
	position: relative;
}
ul.menu_foot li a{
	color: #557ba7;
	letter-spacing: 1px;
	text-decoration: none;
}
ul.menu_foot li a:hover{
	color: #D39119;
	text-shadow: 1px 1px 2px #e9c075;
}
ul.menu_foot li::before{
	content: "";
	position: absolute;
	width: 1px;
	height: 10px;
	top: 4px;
	left: 0;
	border-left: 1px solid #69696a;
}
ul.menu_foot li:nth-child(1)::before{
	width: 0;
	height: 0;
	border-left: 0px;
}
.footer_nav div.footer_logo{
	margin-top: 40px;
    margin-left: 25px;
}
.footer_logo ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer_logo ul li{
	margin: 0;
	padding: 0;
	display: inline-block;
	vertical-align: baseline;
	width: calc(20% - 4px);
}
.footer_logo li a:hover img{
	animation: tada 1s;
}
.footer_nav div img{
	max-width: 100%;
}
.foot_top{
	position: absolute;
	top: -44px;
    left: calc(50% - 91px);
    z-index: 100;
    width: 182px;
    height: 44px;
    background-image: url(../images/website_image/icon_top_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
}
.foot_top img{
	position: absolute;
	bottom: 4px;
    left: calc(50% - 28px);
    padding: 5px;
}
.copyright{
	z-index: 999;
	max-width: 1037px;
	margin: 0 auto;
	padding: 1.5em 0 1em;
	position: relative;
	text-align: center;
	color: #787878;
	text-shadow: 0 0 1px #787878;
	font-size: 0.8em;
	letter-spacing: 1px;
}
.copyright a{
	text-decoration: none;
	color: #787878;
}

/*頁碼*/
	.page{
	text-align: center;
	width: 100%;
	padding: 40px 0;
	font-size: 1em;
	background-image: url("../images/website_image/news/news_point.gif");
	background-repeat: repeat-x;
	background-position: top;	
	}
	.page ul {padding: 0;margin: 0;list-style-type: none;}
	.page ul li {
	display: inline-block;
	padding:0;
	margin: 0 8px;
	}
	.page ul li a {
		padding: 0.2em;
		display: block;
		text-decoration: none;
		color:#090909;
	}
	.page ul li .select, .pagenumber a:hover {	
		padding: 0.2em 0.5em;
		background-image: url(../images/website_image/news/news_arrow_hover.png);
		background-repeat: no-repeat;
	
	}
	.page li img{
	vertical-align: middle;
	margin-bottom: 3px;
}

