﻿@charset "utf-8";
/* CSS Document */

html,body,
h1,h2,h3,h4,h5,h6,/*標題大->小*/
p,pre,/*段落*/
b,strong,/*粗體;一般、強調的*/
i,em,/*斜體;一般、強調的*/
mark,/*標記文字(預設是黃底)*/
del,/*刪除線*/
ins,/*底線*/
small,/*小文字*/
sub,/*下標文字*/
sup,/*上標文字*/
q,/*引號*/
kbd,/*提示瀏覽者鍵盤輸入指示*/
blockquote,/*縮排*/
abbr,/*解釋縮寫意思;值title="World Health Organization"給瀏覽器有用信息*/
address,/*標示地址*/
cite,/*預設斜體*/
bdo,/*文字方向鏡射;值dir="rtl"*/
a,/*連結;值link(默認)、visited(未訪問)、hover(滑鼠移過去)、active(活動)*/
img,/*圖*/
table,caption,tr,th,td,thead,tbody,tfoot,colgroup,col,/*表格*/
ul,ol,li,/*無序列表框;值disc(實體圈)circle(空心圈)square(實體方)none(無)、有序列表框;type=(1AaIi)、列表*/
dl,dt,dd/*描述列表框、描述列表裡的大標、每項大標裡的內容*/
div,span,/*區塊*/
iframe,/*外連框架*/
header,footer,nav,section,article,aside,details,summary,/*框架：頁頭、頁尾、連結容器、分段內容、獨立的內容、輔助內容、細節、大綱*/
form,input,textarea,label,fieldset,legend,select,optgroup,option,button,datalist,keygen,output/*表單；input值：text文字、password密碼、submit提交、reset重設、radio單選按鈕、checkbox複選框、color色彩、email電子郵件、tel電話、url網址、number數字(可另設定max.min)、search搜索、range滑塊控制、date日期(可另設定max.min)、datetime-local日期時間、month月份、time時間、week週*/
{	
	margin:0px;
	padding: 0px;
	border: 0px;
	list-style: none;
	text-decoration: none;
	letter-spacing: 0;
	line-height: 100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
    	word-break: normal;
   	word-wrap: break-word;
}
h1,h2,h3,h4,h5,h6{
	line-height: 120%;
}
body{
	background: #eeeeee;

	}
.text_center{
	text-align:center;
}
#index,
#inside{
	background:#ffffff;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
footer{
	margin-top: 30px;
    padding: 28px 40px 34px 40px;
    border-top: 1px solid #CCCCCC;
    color: #333333;
    line-height: 170%;
    display: inline-flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
font-family:Arial;
}
footer .Copyright{
	width:auto;
}
footer .information{
	width:auto;
	text-align: left;
}
footer .information a{
	color:#333333;
}
footer .information a:hover{
	border-bottom: 1px ridge #333333;
}
@media screen and (max-width:1135px) {
	footer{
		padding: 28px 30px 34px 30px;
		flex-direction:column;
		align-items: center;
	}
	footer .information{
		text-align: center;
	}
	footer .Copyright{
		text-align: center;
		margin-bottom: 10px;
		padding-bottom: 10px;
	}
}


#index header,
#inside header{
	position: relative;
	width: 100%;
	max-width:  1200px;
	margin: 0 auto;
	padding: 34px 10px 26px 10px;
	background: #eeeeee;
	display: inline-flex;
	justify-content:space-between;
	align-items:center;
	font-weight: 600;
}
.hamburger_logo{
	width: 200px;
	
}
.main_menu{
	display: inline-flex;
	justify-content:space-between;
	align-items:center;
    width: calc(100% - 200px - 110px - 40px - 40px);
    margin: 0 40px;
}
.main_menu li{
	font-size: 18px;
}
.main_menu li a{
	color:#333333;
	display: block;
	padding: 5px 10px;
}
.main_menu li a:hover{
	border-bottom: 1px solid #333333;
}
.hamburger,
.menu{
	display: none;
}

@media screen and (max-width:768px) {
	.main_menu{
		display: none;
	}
	.hamburger,
	.menu{
		display: inline-block;
	}
	.hamburger_logo{
		display: block;
		text-align: left;
		padding-left: 20px;
	}
	.hamburger {
		position: absolute;
		margin:0 20px;
		z-index: 2;
		cursor: pointer;
		right: 20px;
	}
	.line {
		width: 40px;
		height: 6px;
		background: #0068B1;
		margin-bottom: 5px;
	}
	.menu {
		width: 320px;
		height: 100%;
		background: #0068B1;
		position: fixed;
		top: 0;
		left: -320px;
		transition: left .1s;
		z-index: 5000;
	}
	.menu-item:first-child {
		margin-top: 180px;
	}
	.menu--open {
		left: 0;
	}
	.menu-item a{
		color: #ffffff;
		width: 100%;
		padding: 10px;
		display: block;
		box-sizing: border-box;
		font-size: 22px;
	}
	.menu-item:hover {
		background:#A0D7E5;
		cursor: pointer;
	}
}


.Breadcrumb_Trail{
	text-align: right;
	font-size: 13px;
	border-bottom:4px solid #eeeeee;
	padding: 20px;
}
.Breadcrumb_Trail li{
	background: url(../_img/index/left.jpg) no-repeat 100% 50%;
	padding-right:15px;
	margin-left: 5px;
	display: inline-block;
	vertical-align: middle;
}
.Breadcrumb_Trail li:first-child{
	padding-right:0;
}
.Breadcrumb_Trail li:last-child,
.Breadcrumb_Trail li:first-child{
	background: transparent;
}
.Breadcrumb_Trail li a{
	color: #333333;
}
.Breadcrumb_Trail li a:hover{
	border-bottom: 1px ridge #333333;
}


.top_banner{
	height: 400px;
	overflow: hidden;
	position: relative;
	margin-bottom: 30px;
}
.top_banner img{
    width: auto;
    height: 100%;
    position: absolute;
    top: 0;
    left: calc(50% - 600px);
}
.top_banner .box_a{
	height: 100%;
	width:  100%;
	position:  absolute;
	color: #333333;
	font-size: 25px;
}
.top_banner .box_b{
	position: absolute;
	height: 100%;
	width: 320px;
	background: rgba(255,255,255,70%);
	color: #333333;
	font-size: 25px;
	line-height:110%;
}

.top_banner .about{
	padding-top:100px;
    right: 100px;
}
@media screen and (max-width:1024px) {
	.top_banner .about{
		right: 45px;
	}
}
@media screen and (max-width:425px) {
	.top_banner .about{
		left:50%;
		margin-left:-160px;
	}
}

.top_banner .service{
	padding-top:100px;
    right: 100px;
}
@media screen and (max-width:1024px) {
	.top_banner .service{
		right: 45px;
	}
}
@media screen and (max-width:425px) {
	.top_banner .service{
		left:50%;
		margin-left:-160px;
	}
}
.top_banner .news{
	padding-top:100px;
    left: 100px;
}
@media screen and (max-width:1024px) {
	.top_banner .news{
		left: 45px;
	}
}
@media screen and (max-width:425px) {
	.top_banner .news{
		left:50%;
		margin-left:-160px;
	}
}


.top_banner .Products{
	padding-top:170px;
    right: 100px;
}
@media screen and (max-width:1024px) {
	.top_banner .Products{
		right: 45px;
	}
}
@media screen and (max-width:425px) {
	.top_banner .Products{
		left:50%;
		margin-left:-160px;
	}
}

.Products_co{
	width:100% !important;
	top:0;
	left:0;
	right:0;
	position: absolute;
	padding: 63px 55px 20px 55px;
	text-align:left;
	box-sizing:border-box;
	font-size: 20px !important;
	line-height: 170% !important;
}
.top_banner .box_a h1{
	font-size:50px;
	margin-bottom: 10px;
	margin-top:5px;
}
.top_banner .box_a h2{
	font-size:30px;
	font-weight:bolder;
}
.top_banner .box_a h3{
	font-size:22px;
	font-weight:bolder;
	margin:20px 0 15px 0;
}
.top_banner .box_a ul{
	font-size: 18px;
}
.top_banner .box_a ul li{
	margin: 8px 0;
}
.top_banner .box_a ul li a{
	padding: 7px 50px;
	display: inline-block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #888888;
	color:#ffffff;
}
.top_banner .box_a ul li a:hover{
	background: #333333;
}
.top_banner .box_a ul li .now{
	background: #333333;
}
#google_translate_element{
	position: relative;
	position: relative;
	font-size:0;
	overflow:hidden;
	height:35px;
	padding:0;
}
@media screen and (max-width:768px) {
	#google_translate_element{
		position: absolute;
		top: 15px;
		left: 30px;
	}
}
.goog-logo-link{
	display:none;
}
.goog-te-combo{
	font-size:13px;
	padding:5px 10px
}


.contact_txt_a{
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 15px 0;
}
.contact_txt_a h2{
	padding:18px 6px;
	border-bottom: 1px solid #cccccc;
	text-align: left;
	margin-bottom: 20px;
}
.contact_txt_a h2 b{
	font-size: 15px;
	margin-left: 27px
}

.contact_txt_a ul{
	width:100%;
	vertical-align: top !important;
	padding: 0px;
	display: inline-flex;
	justify-content:space-between;
	align-items:center;
	flex-wrap: wrap;
}

.contact_txt_a li{
	width:100%;
	padding: 10px 0;
}
.contact_txt_a li:nth-child(1),
.contact_txt_a li:nth-child(2){
	width: calc(100% / 2);
}
.contact_txt_a li b{
    width: 100px;
    text-align: right;
    padding-right: 10px;
    margin-top: 3px;
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
}
.contact_txt_a li input,
.contact_txt_a li textarea{
	width: calc(100% - 110px);
	padding:5px;
	border:1px solid #CCC;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.contact_txt_a li textarea{
	height:100px;
}
.contact_txt_a div{
	text-align:center;
	padding: 15px 0;
}
.contact_txt_a div input{
	list-style:none;
	padding: 15px 40px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #ffffff;
	background-color: #888888;
}

.button{
	text-align:center;
	display:block;
	width:100%;
	clear:both;
}
.button input{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor:pointer;
	color:#FFFFFF;
	padding:5px 18px;
	margin:0 5px;
	font-family:微軟正黑體;
}
.button .ok{
	background: #333333 ;
	border: 1px double #CDCDCD;
	-webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.56);
	-moz-box-shadow: 0 2px 3px rgba(0,0,0,0.56);
	box-shadow: 0 2px 3px rgba(0,0,0,0.56);
}
.button .ok:hover{
	background:#002A08;
}
.button .no{
	background:#717171;
	border: 1px double #CDCDCD;
	-webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.56);
	-moz-box-shadow: 0 2px 3px rgba(0,0,0,0.56);
	box-shadow: 0 2px 3px rgba(0,0,0,0.56);
}
.button .no:hover{
	background:#333333;
}


.news_box{
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	text-align: left;
	letter-spacing:1px;
	padding: 0 20px;
}

.news_li li a{
	display:inline-flex;
	flex-direction:row;
	justify-content:flex-start;
	align-items:center;
	padding: 10px 0;
	color:#333;
}

@media screen and (max-width:425px) {
	.news_li li a{
		flex-direction:column;
	}
}
.news_li li a:hover{
	background:#F2F2F2;
}
.news_li img{
	width:150px;
	height:auto;
}
.news_li span{
	width:clac(100% - 150px);
	padding-left:20px;
	line-height:120%;

}
.news_li h3{
	margin:10px 0;
	line-height: 120%;
}
.news_li b{
	display:block;
	padding:15px 0 10px 0;
}

.new_box .co_b_tit_a{
	font-size:20px;
	padding: 10px 0 25px 0;
	line-height: 150%;
}
.news_co_a{
	width:100%;
	height:370px;
	margin:35px auto 0 auto;
	clear:both;
	overflow:hidden;
}
.news_co_a img{
	width:100%;
	height: auto;
}
.news_co_txt{
	text-align:left;
	font-size:15px;
	line-height:180%;
	width: 100%;
}
.news_co_txt img{
	height: auto !important;
	width: 100% !important;
}
.pro_co_b{
	max-width: 1000px;
	margin:0 auto;
	clear:both;
	text-align:left;
	font-family:Arial;
	letter-spacing:1px;
	padding: 0 20px 40px 20px;
}

.pro_co_b .pro_specification{
	line-height:230%;
	float:left;
	width:48%;
	border-right:2px solid #D4D4D4;
	padding:7px 10px 5px 0;
	margin-bottom:40px;
}
.pro_co_b .pro_description{
	line-height:180%;
	float:right;
	width:47%;
	margin-left:-3px;
	border-left:2px solid #D4D4D4;
	padding:7px 0 5px 36px;
	margin-bottom:40px;
}

/*產品分類頁--------------------------------------------------------------------------------------------開始---*/
.Products_ca_box li{
	position:relative;
	overflow:hidden;
	margin-top: 5px;
	height:  400px;
}
.Products_ca_box li a{
	color:#333333;
	display:block;
}
.Products_ca_box li h3{
	font-size: 35px;
	color:#0068b1;
	padding-top:50px;
}
.Products_ca_box li a>img{
	-webkit-filter:saturate(0.5);
	-webkit-filter:grayscale(1);
}
.Products_ca_box li a:hover>img{
	-webkit-filter:none;
}
@media screen and (max-width:425px) {
	.Products_ca_box li a{
		color:#ffffff;
		font-size:24px
	}
}
.Products_ca_box li:nth-child(odd):after/*奇數*/{
	position:absolute;
	content:"";
	top:0;
	right: calc(50% - 181px);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 180px 400px 0;
	border-color: transparent #ffffff transparent transparent;
}
.Products_ca_box li:nth-child(odd) h3{
	position:absolute;
	top:0;
	right:0;
	width:calc(50% - 180px);
	height:100%;
	background:#ffffff;
	padding-top: calc(400px / 2 - 20px);
	text-align:  left;
}
.Products_ca_box li:nth-child(even):after/*偶數*/{
	position:absolute;
	content:"";
	top:0;
	right: calc(50% + 1px);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 400px 180px 0 0;
	border-color: #ffffff transparent transparent transparent;
}
@media screen and (max-width:425px) {
	.Products_ca_box li:nth-child(2) a>img,
	.Products_ca_box li:nth-child(4) a>img,
	.Products_ca_box li:nth-child(6) a>img{
		position:absolute;
		right: 0;
	}
	.Products_ca_box li:nth-child(odd):after,
	.Products_ca_box li:nth-child(even):after{
		display:none;
		}
}
.Products_ca_box li:nth-child(even) h3{
	position:absolute;
	top:0;
	width:calc(50% - 180px);
	height:100%;
	background:#ffffff;
	padding-top: calc(400px / 2 - 20px);
	text-align:right;
}
@media screen and (max-width:768px) {
	.Products_ca_box li:nth-child(odd) h3,
	.Products_ca_box li:nth-child(even) h3{
		text-align:center;
		}
}
@media screen and (max-width:425px) {
	.Products_ca_box li:nth-child(odd) h3,
	.Products_ca_box li:nth-child(even) h3{
		background:transparent;
		width:100%;
		}
}
.Products_ca_box li i{
	/* border:4px solid #004D83; */
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	width:126px;
	height:126px;
	display:inline-block;
	padding-top:15px;
	margin-right:20px;
	text-align:center;
	background:  #ffffff;
}
@media screen and (max-width:768px) {
	.Products_ca_box li i{
		display: block;
		margin-bottom:20px;
		margin-right: 0;
		margin: 0 auto 20px auto;
		}
}
.Products_ca_box li h3 img{
	display:inline-block;
	vertical-align:middle;
}


/*產品分類頁--------------------------------------------------------------------------------------------結束---*/


/*產品列表頁--------------------------------------------------------------------------------------------開始---*/
.Products_list{
	display:inline-flex;
	justify-content:space-around;
	flex-wrap:wrap;
	width:95%;
	margin: 35px 0;
	}
.Products_list a{
	width:calc(100% / 4 - 10px);
	min-width: 275px;
	margin:10px  5px 50px 5px;
	border:1px solid #e3e3e3;
	padding:20px 10px;
	color:#333333;
	text-align: left;
	}
.Products_list a:hover{
	border:1px solid #e3e3e3;
	color:#000000;
	}
.Products_list a img{
	width:100%;
	margin-bottom:20px;
	}

/*產品列表頁--------------------------------------------------------------------------------------------結束---*
/
/*產品內容頁--------------------------------------------------------------------------------------------開始---*/
.Products_co ul li{
	list-style-type: square;
}
.Products_co ul{
	padding-left:20px;
}
.Products_co_box{
	padding: 10px 48px;
	position:  relative;
	width:  100%;
	text-align:  left;
	box-sizing:  border-box;
}
.Products_co_box>div:nth-child(1){
	position: relative;
	float:left;
	border:1px solid #e3e3e3;
	overflow:hidden;
	width: 480px;
	height:  482px;
}
.Products_co_box>div:nth-child(1){
	position: relative;
	float:left;
	border:1px solid #e3e3e3;
	overflow:hidden;
	width: 480px;
	height:  482px;
}
.Products_co_box>div:nth-child(1) .xzoom3{
	width:100%;
}
.Products_co_box>div:nth-child(1) .Magnifier_Plus{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 30px;
}
@media screen and (max-width:1024px) {
	.Products_co_box>div:nth-child(1){
		width: calc(100% / 2);
	}
}
@media screen and (max-width:768px) {
	.Products_co_box>div:nth-child(1){
		width: calc(100% - 165px);
		margin:0;
		float: none;
		height: 440px;
		display:  inline-block;
	}
}
@media screen and (max-width: 425px){
	.Products_co_box>div:nth-child(1) {
		margin-top: 100px;
		display:  block;
		width:100%;
		height: auto;
	}
}
.Products_co_box>div:nth-child(2) {
	text-align:left;
	float: right;
	width: 615px;
	height: 287px;
	padding: 0 20px;
	line-height: 170%;
}
@media screen and (max-width:1024px) {
	.Products_co_box>div:nth-child(2){
		width:calc(100% / 2 - 24px);
		height: 337px;
	}
}
@media screen and (max-width:768px) {
	.Products_co_box>div:nth-child(2){
		width: calc(100%);
		height:auto;
		margin:  0;
		float:  none;
		clear:  both;
		padding: 0px;
	}
}
.Products_co_box>div:nth-child(2) h3{
	font-size:22px;
	font-weight:bolder;
	margin:20px 0 15px 0;
}
.Products_co_box>div:nth-child(2) ul{
	padding-left:20px;
    margin-bottom: 30px;
}
.Products_co_box>div:nth-child(2) ul li{
	list-style-type: square;
	padding: 5px 0;
	line-height: 22px;
}
.Products_co_box>div:nth-child(3){
	float: right;
	width:613px;
}
@media screen and (max-width:1024px) {
	.Products_co_box>div:nth-child(3){
		width:calc(100% / 2 - 24px);
	}
}
@media screen and (max-width:768px) {
	.Products_co_box>div:nth-child(3){
		width: 155px;
		position: absolute;
		right: 50px;
		top:  0;
		float: none;
		margin: 5px;
	}
}
@media screen and (max-width:768px) {
	.Products_co_box>div:nth-child(3){
		width: 155px;
		position: absolute;
		right: 50px;
		top:  0;
		float: none;
		margin: 5px;
	}
}
@media screen and (max-width: 425px) {
	.Products_co_box>div:nth-child(3){
		width: 339px;
		position: absolute;
		left:auto;
		right: auto;
		top: 0;
		float: none;
		margin: -5px;
	}
}
@media screen and (max-width:375px) {
	.Products_co_box>div:nth-child(3){
		width: 235px;
	}
}
.Products_co_box>div:nth-child(3) ul{
	display:inline-flex;
	flex-wrap:  wrap;
}
.Products_co_box>div:nth-child(3) li{
	width: calc(100% / 3 - 10px);
	overflow: hidden;
	height: 190px;
	border: 1px solid #e3e3e3;
	margin: 5px;
}
@media screen and (max-width:1024px) {
	.Products_co_box>div:nth-child(3) li{
		height: 140px;
	}
}
@media screen and (max-width:768px) {
	.Products_co_box>div:nth-child(3) li{
		display:block;
		width: 100%;
	}
}
@media screen and (max-width:425px) {
	.Products_co_box>div:nth-child(3) li{
		width:calc(100% / 3 - 10px);
		display:inline-block;
		margin:5px;
		height: 100px;
	}
}
.Products_co_box>div:nth-child(3) li a{
	display:  block;
}
.Products_co_box>div:nth-child(3) li img{
	width:100%;
}

.Products_co_box>div:nth-child(4){
	width:100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.Products_co_box>div:nth-child(4) div:nth-child(1){
	width:65%;
}
@media screen and (max-width:768px) {
	.Products_co_box>div:nth-child(4) div:nth-child(1){
		width:100%;
		overflow: hidden;
		overflow-x: scroll;
	}
}
.Products_co_box>div:nth-child(4) div:nth-child(1) h3{
	font-size:22px;
	font-weight:bolder;
	margin: 50px 0 15px 0;
	text-align:left;
}
.Products_co_box>div:nth-child(4) div:nth-child(1) table{
	width: 100% !important;
	min-width: 620px;
}
.Products_co_box>div:nth-child(4) div:nth-child(1) td{
	border: 1px solid #ccc;
	padding: 10px 7px;
}
.Products_co_box>div:nth-child(4) div:nth-child(2){
	text-align:center;
	width:35%;
	padding: 10px 25px;
}
@media screen and (max-width:768px) {
	.Products_co_box>div:nth-child(4) div:nth-child(2){
		width:100%;
	}
}
.Products_co_box>div:nth-child(4) div:nth-child(2) a{
	width: 100%;
	display: block;
	text-align:center;
	padding:25px;
	border:1px solid #dddddd;
	background:url(../_img/Products/co/di_a.jpg) repeat-x 50%;
	color:#ffffff;
	font-size:20px;
	text-shadow:0 2px 0 #333333;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.Products_co_box>div:nth-child(5){
	clear:both;
	box-sizing:border-box;
}
@media screen and (max-width:768px) {
	.Products_co_box>div:nth-child(5) img{
		width:100% !important;
		height:auto !important;
	}
}
.Products_co_box>div:nth-child(5) iframe{
	width:100%;
	height:400px;
	margin-top: 30px;
}
/*產品內容頁--------------------------------------------------------------------------------------------結束---*/

/*首頁-------------------------------------------------------------------------------------------------開始---*/
.index_photo_box img,
.ad_box img{
	width:100%;
	height:auto;
	}
.index_product_list{
	display:inline-flex;
	justify-content:space-around;
	flex-wrap:wrap;
	width:95%;
	margin:49px 0 35px 0;
	}
@media screen and (max-width:768px) {
	.index_product_list li{
		margin:30px 20px;
		}
}
.index_product_list a{
	font-size:18px;
	color:#333333;
	}
.index_product_list a:hover{
	font-size:18px;
	color:#000000;
	}		
.index_product_list a img{
	display:block;
	margin-bottom:47px;
	margin: 0 auto 47px auto;
	}
@media screen and (max-width:768px) {
	.index_product_list a img{
		margin-bottom:30px;
		}
}
/*首頁-------------------------------------------------------------------------------------------------結束---*/
/*頁碼樣式-------------------------------------------------------------------------------------------------結束---*/
.pagenation {
	width: 100%;
	margin:0 auto;
	font-family:Arial;
	text-align: center;
	display:block;
	clear:both;
	font-size:16px;
}
.pagenation ul{
	margin: 20px 10px 10px 10px;
	display: inline-block;
	list-style:none;
}
.pagenation ul li{
	list-style:none;
	float: left;
	margin-right: 0.3em;
	text-align:center;
	min-width: 32px;
}
.pagenation ul li a{
	color:#444;
	background:#C7C7C7;
	padding: 11px 12px;
	text-align: center;
	display:block;
}
.pagenation ul li a:hover{
	color:#444;
	background:#C7C7C7;
}
.pagenation .frist,
.pagenation .last{
	border:1px solid #444;
	cursor:pointer;
	padding: 10px;
}
.pagenation .frist i,
.pagenation .last i{
	font-size: 25px;
}
.pagenation .now a{
	color: #FFF;
	background: #444;
}
/*頁碼樣式-------------------------------------------------------------------------------------------------結束---*/

/*關於我們--------------------------------------------------------------------------------------------開始---*/
.about_box{
	width:100%;
	max-width:1100px;
	margin:0 auto;
	text-align:left;
	color:#000000;
	font-weight:500;
}
.about_box p{
	line-height:22px;
	padding:7px 40px;
}
.about_box img{
	width:100%;
	max-width:843px;
}
/*關於我們--------------------------------------------------------------------------------------------結束---*/

