@charset "utf-8";
/* CSS Document */
@import url("global.css");
/*google translate===============================================================*/
#google_translate_element{
	text-align: center;
	position: absolute;
	z-index: 1005;
	width: auto;
	right: 0px;
}

.banner{
	background-image: url(../jpg/banner.jpg);
	background-position: center top;
	clear: both;
	float: left;
	height: auto;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	overflow: hidden;
	padding-bottom: 100px;
}
/*loaded more=========================================================*/
.more_button {
	color: #3d4926;
	font-weight: bold;
	height: auto;
	line-height: 32px;
	text-align: center;
	text-transform: none;
	font-size: 1em;
	width: 100px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 30px;
	border: 2px solid #99cc33;
	position: relative;
	overflow: hidden;
}
.more_button:before{
	content: "";
	color: #FFF;
	background-color: #99cc33;
	position: absolute;
	z-index: 2;
	height: 0%;
	width: 0%;
	left: 50%;
	top: 50%;
	padding-top: 3px;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	}
.more_button:hover:before{
	content: "Load more";
	color: #FFF;
	background-color: #99cc33;
	position: absolute;
	z-index: 2;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	padding-top: 3px;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	}
.more_div{
	clear: both;
	float: left;
	width: 100%;
}
.more_workstab,.more_qatab{
	text-align: center;
}
.all_loaded{
	color: #999999;
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
	clear: both;
	float: left;
	width: 100%;
}
/*load more END*/
/*NAVI============================================================*/
.nor{
	background-color:rgba(255,255,255,0);
}
.active{
	background-color:rgba(255,255,255,1);
}


#logo {
	background-image: url(../png/logo.png);
	background-repeat: no-repeat;
	height: 74px;
	width: 127px;
	background-position: center center;
	position: relative;
	float: left;
}
.nor #logo {
	background-image: url(../png/logo.png);
	background-repeat: no-repeat;
	height: 74px;
	width: 127px;
	background-position: center center;
}
.active #logo {
	background-image: url(../png/mlogo.png);
	background-repeat: no-repeat;
	height: 60px;
	width: 105px;
	background-position: center center;
}
#footerlogo{
	background-image: url(../png/footerlogo.png);
	background-repeat: no-repeat;
	clear: both;
	float: left;
	height: 59px;
	width: 250px;
	margin-bottom: 30px;
}
#NaviArea {
	height: auto;
	width: 80%;
	display: block;
	overflow-x: hidden;
	opacity: 1;
	float: right;
	text-align: right;
	margin-right: 5%;
}
#Navi {
	float: right;
	height: auto;
	width: auto;
	text-align: center;
	margin-right: 100px;
}

#Navi ul li {
	font-size: 1em;
	text-decoration: none;
	float: left;
	width: 120px;
	height: auto;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	color: #949494;
	display: block;
	overflow: hidden;
	position: relative;
	transition: all .4s cubic-bezier(.7,0,.3,1);
}
#Navi ul a .lan{
	border: 1px solid #c1c1c1;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomleft: 20px;
	-moz-border-radius-bottomright: 20px;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	background-image: url(../png/earth.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 5px;
	margin-top: 10px;
}
#Navi ul li h1{
	font-size: 1em;
	text-decoration: none;
	color: #949494;
}
#Navi ul li a{
	color: #949494;
	text-decoration: none;
}
#Navi ul li:hover,#Navi ul li:hover h1,#Navi ul li a:hover{
	text-decoration: none;
	color: #13324d;
	
}
#Navi ul a .lan:hover{
	text-decoration: none;
	color: #13324d;
	border: 1px solid #c1c1c1;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomleft: 20px;
	-moz-border-radius-bottomright: 20px;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	background-image: url(../png/earth.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 5px;
	margin-top: 10px;
}
.sublink{
	background-color: #279fcd;
	display: block;
	width: 100%;
	height: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	border: none 5px #000000;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	clear: both;
	float: left;
	display: none;
	animation: navifadeIn 0.3s 1 ease forwards;
	-webkit-animation: navifadeIn 0.3s 1 ease forwards;
	-moz-animation: navifadeIn 0.3s 1 ease forwards;
	-o-animation: navifadeIn 0.3s 1 ease forwards;

}
.sublink.active{display:block;
opacity: 1;
}
.sublink div{
	background-color: transparent;
	width: 90%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #adbdc9;
	color: #FFFFFF;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 0.9em;
	margin-right: 5%;
	margin-left: 5%;
}
.sublink div:hover{
	color: #d4edf7;
}
/*FOOTER LINK============================================================*/
#FooterArea{
	font-size: 0.9em;
	color: #2d333d;
	text-decoration: none;
	width: 1100px;
	padding-right: 50px;
	padding-left: 50px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}
.copyright{
	width: 100%;
	margin-top: 20px;
	font-size: 0.8em;
	color: #666;
	clear: both;
	float: left;
}
.copyright a{
	color: #666;
	text-decoration: none;
}
.footerwrap{
	padding-bottom: 20px;
	clear: both;
	width: 96%;
	clear: both;
	color: #191918;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #f3f3f3;
	font-size: 0.8em;
	padding-top: 20px;
	background-color: #f5f4f2;
	float: left;
	padding-right: 2%;
	padding-left: 2%;
}
.footerwrap .col_1{
	float: left;
	width: 75%;
}
.footerwrap .col_2{
	float: left;
	width: 25%;
	text-align: right;
}
.footerwrap a{
	color: #999999;
	text-decoration: underline;
}
.flink{
	clear: both;
	float: left;
	width: 100%;
	text-align: left;
}
.flink li{
	display: block;
	vertical-align: top;
	width: 23%;
	float: left;
	text-align: left;
	margin-top: 20px;
	font-size: 1.1em;
	font-weight: bold;

}
.flink li a{
	color: #ead0d0;
	text-decoration: none;
}
.flink li a:hover{
	text-decoration: none;
	color: #FFF;
}
.flink li:not(:last-child){
		border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D0D0D0;	
}
.flink li:not(:first-child){
	padding-left: 2%;	
}
.flink h1{
	width:100%;
	font-size: 1.1em;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 15px;
	color: #6994a0;
	text-decoration: none;
}
.flink li h1:hover{
	color: #1e5362;
}
.flink li h2{
	font-size: 1em;
	font-weight: normal;
	color: #7f7f7f;
	text-decoration: none;
	padding-top: 5px;
}
.flink li h2:hover{
	color: #000000;
	text-decoration: none;
}
.footerinfo{
	clear: both;
	float: left;
	width: 100%;
	padding-top: 30px;
	font-size: 0.75em;
	color: #7f7f7f;
	text-decoration: none;
}
.footerinfo div{
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}
.footerinfo a{
	color: #7f7f7f;
	text-decoration: underline;
	font-size: 0.75em;
}
/*ICON============================================================*/
.iconcontact{
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	position: absolute;
	z-index: 2;
	right: 20px;
	bottom: 20%;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	}
.iconcontact:after{
	content:"";
	background-color: #FFF;
	display:block;
	height:1px;
	width:100%;
	opacity:1;
	margin-left: 0px;
	}
.iconcontact:before{
	content: "";
	background-color: #FFF;
	display: block;
	height: 1px;
	width: 100%;
	margin-left: -100px;
	opacity:0;
	}
.iconcontact:hover:before{margin-left: 0px;opacity:1;}
.iconcontact:hover:after{opacity:0;margin-left: -100px;}

.iconmore{
	font-size: 0.8em;
	color: #FFF;
	text-decoration: none;
	background-color: #8a1313;
	padding: 5px;
	border: 1px solid #8a1313;
	min-width: 100px;
	width: auto !important;
	width: 100px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	display: inline-block;
	margin-right: 20px;
}
.iconmore:hover{
	color: #8a1313;
	background-color: #FFF;
}
.iconsubmit{
	color: #FFF;
	background-color: #9cc54e;
	text-align: center;
	float: left;
	width: 90%;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: "微軟正黑體";
	cursor: pointer;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	clear: both;
	padding-right: 5%;
	padding-left: 5%;
	margin-top: 10px;
}
.iconsubmit:hover{background-color: #72a119;}
.iconreset{
	color: #FFF;
	background-color: #949494;
	text-align: center;
	float: left;
	width: 40%;
	margin-right: 5%;
	margin-left: 5%;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: "微軟正黑體";
	cursor: pointer;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.iconreset:hover{background-color: #646464;}
.iconback{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	text-align: right;
	padding: 10px;
	clear: both;
	width: 100%;
	margin-bottom: 80px;
	background-image: url(../icon_back.html);
	background-repeat: no-repeat;
	background-position: right bottom;
	float: right;
}

.iconback:hover{
	background-image: url(../icon_back.html);
	background-repeat: no-repeat;
	background-position: 20px bottom;
}
/*CATA============================================================*/
.cata{
	clear: both;
	float: left;
	width: 80%;
	text-align: center;
	padding-right: 10%;
	padding-left: 10%;
	margin-bottom: 100px;
	margin-top: 30px;
}
.cata a li{
	display: inline-block;
	width: auto;
	padding-right: 25px;
	padding-left: 25px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #929191;
	font-size: 1em;
	color: #929191;
	margin-bottom: 20px;
}        
.cata a:last-child li{
	border-right-width: 0px;
}
.cata a .curr{
	color: #799d30;
	text-decoration: none;
}
/*SHARE============================================================*/
#ShareArea {
	height: auto;
	width: 5%;
	position: absolute;
	z-index: 101;
	bottom: 50px;
	text-align: center;
}
#ShareArea:before{
	content: "分享";
	text-align: center;
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 20px;
	}
#ShareArea ul li{
	height: 30px;
	width: 30px;
	font-size: 1em;
	color: #FFF;
	text-decoration: none;
	background-color: #919191;
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: 40;
	line-height: 30px;
	display: block;
	margin-bottom: 15px;
	overflow: hidden;
	border: none 50% #000000;
	-moz-border-radius-topleft: 50%;
	-moz-border-radius-topright: 50%;
	-moz-border-radius-bottomleft: 50%;
	-moz-border-radius-bottomright: 50%;
	-webkit-border-top-left-radius: 50%;
	-webkit-border-top-right-radius: 50%;
	-webkit-border-bottom-left-radius: 50%;
	-webkit-border-bottom-right-radius: 50%;
	border-top-left-radius: 50%;
	border-top-right-radius: 50%;
	border-bottom-left-radius: 50%;
	border-bottom-right-radius: 50%;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
#ShareArea ul li:hover{
	background-color: #000000;
}
#ShareArea ul .fb{
	background-image: url(../icon_fb.html);
}
#ShareArea ul .google{
	background-image: url(../icon_g.html);
}
#ShareArea ul .line{
	background-image: url(../icon_line.html);
}

/*FONTSETTING*/
h1{	font-size: 1.3em;
}
h2{	font-size: 0.9em;
}
p{
	font-size: 0.9em;
}

/*PAGENUM============================================================*/
.pagetitle{
	font-size: 2.188em;
	clear: both;
	float: left;
	width: 330px;
	text-align: center;
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
}
.pagetitle.w{
	color: #FFF;
	text-shadow:0px 0px 10px #000000;
}
.pagetitle.b{
	color: #000000;
}
.pagetitle:before{
	content: "";
	display: block;
	clear: both;
	float: left;
	width: 100%;
	background-image: url(../png/pagetitle_top.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 24px;
	background-size:contain;
}
.pagetitle:after{
	content: "";
	display: block;
	clear: both;
	float: left;
	width: 100%;
	background-image: url(../png/pagetitle_btm.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 24px;
	background-size:contain;
}
.pagenum{
	clear: both;
	height: auto;
	width: 100%;
	margin-top: 50px;
	margin-bottom: 50px;
}
.pagenum a{color: #5B5B5B;}
.pagenum li{
	font-size: 0.9em;
	color: #5B5B5B;
	text-decoration: none;
	display: inline-block;
	border: 1px solid #dddddd;
	text-align: center;
	margin-right: 3px;
	margin-left: 3px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #eeeeee;
	margin-bottom: 20px;
}
.pagenum li:hover,.pagenum a .nowp{
	background-color: #626262;
	color: #FFF;
}
.pagenum .pre{
	background-image: url(../icon_pre.html);
	float: left;
	width: 45%;
	padding-left: 20px;
	background-position: left center;
	background-repeat: no-repeat;
	margin-top: 30px;
}
.pagenum .pre:hover{
	padding-left: 25px;
	color: #7a92a5;
}
.pagenum .next{
	background-image: url(../icon_next.html);
	float: right;
	width: 45%;
	background-position: right center;
	padding-right: 20px;
	background-repeat: no-repeat;
	text-align: right;
	margin-top: 30px;
	}
.pagenum .next:hover{
	padding-right: 25px;
	color: #7a92a5;
		}
.pagenum .back{
	clear: both;
	text-align: center;
	width: 100%;
	margin-top: 30px;
	background-image: url(../icon_back.html);
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	padding-top: 40px;
	font-size: 0.9em;
}
.pagenum .back:hover{
	color: #7a92a5;
		}
/*mobile按鈕============================================================*/
/*控制按鈕*/
.mag{
	position: fixed;
	z-index: 100001;
	right: 5%;
	width: 200px;
	display:none;
}
#magNavi {
	height: 30px;
	width: 40px;
	cursor: pointer;
	display: block;
	float: right;
	margin-top: 25px;
	
}
.magw{
	font-size: 0.6em;
	color: #000000;
	float: right;
	display: inline-block;
	margin-bottom: 10px;
	margin-top: 25px;
}

#magNavi .show hr{
	background-color: #000000;
	clear: both;
	float: left;
	height: 3px;
	width: 20px;
	margin-bottom: 3px;
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	color: #FFF;
	
}
#magNavi:hover .show hr{
	width: 30px;
}
#magNavi .show:before,#magNavi .show:after{
	content: "";
	display: block;
	background-color: #000000;
	clear: both;
	float: left;
	height: 3px;
	width: 30px;
	margin-bottom: 3px;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
		}
#magNavi:hover .show:before,#magNavi:hover .show:after{
	width: 20px;
		}
#magNavi.close .show hr{
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	background-color: #000000;	
		}
#magNavi.close .show:before{
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
    filter: progid:DXImageTransform.Microsoft.Matrix( M11=0, M12=0, M21=0, M22=0, sizingMethod='auto expand');
	margin-top: 8px;
	background-color: #000000;
      }
#magNavi.close .show:after{
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
    filter: progid:DXImageTransform.Microsoft.Matrix( M11=0, M12=0, M21=0, M22=0, sizingMethod='auto expand');
	margin-top: -11px;  
	background-color: #000000;      
		}
/*HEAD============================================================*/
#Head {
	clear: both;
	height: auto;
	position: fixed;
	z-index: 1000;
	top: 0px;
	width: 100%;
	/*overflow: visible;*/
	background-color: rgba(255,255,255,0.9);
}
#mlogo {
	background-image: url(../png/mlogo.png);
	background-repeat: no-repeat;
	height: 44px;
	width: 100%;
	background-position: right center;
	margin-top: 20px;
}

/*FORM============================================================*/
.inputlabel{
	display: none;
	font-size: 1em \9;
	color: #FFF \9;
	clear: both \9;
	float: left \9;
	width: 100%;
	display: block \9;
	margin-bottom: 10px \9;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #666262;
  font-family: "微軟正黑體";	font-weight:bold;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #666262;
  font-family: "微軟正黑體";	font-weight:bold;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #666262;
  font-family: "微軟正黑體";	font-weight:bold;
}
:-moz-placeholder { /* Firefox 18- */
  color: #666262;
  font-family: "微軟正黑體";	font-weight:bold;
}
.formset{
	float: left;
	width: 100%;
	margin-top: 100px;
}
.formGroup{
	clear: both;
	float: left;
	margin-bottom: 20px;
}
.actarea{
	clear: both;
	float: left;
	width: 90%;
	margin-top: 20px;
	text-align: center;
	padding-right: 5%;
	margin-bottom: 50px;
}
.icon{
	font-size: 0.9em;
	color: #FFF;
	text-decoration: none;
	background-color: #b02b2c;
	width: 90%;
	padding-top: 10px;
	padding-right: 5%;
	padding-bottom: 10px;
	padding-left: 5%;
	cursor: pointer;
	float: left;
	position: relative;
	text-align: center;
}
.icon:hover{
	background-color: #000;
}

.icongray{
	background-color: #5a5858;
	float: left;
	margin-right: 2px;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 40px;
	font-size: 1em;
	color: #FFF;
}
.fileWrap{
	clear: both;
	float: left;
	width: 100%;
	margin-top: 30px;
}

.filesown {
	background-image: url(../readmore.html);
	background-repeat: no-repeat;
	background-position: left center;
	clear: both;
	float: left;
	height: auto;
	width: auto;
	padding-left: 30px;
	font-size: 1em;
	color: #000000;
	text-decoration: none;
	line-height: 25px;
	margin-bottom: 10px;
	position: relative;
}
.filesown a{
	color: #333;
}
.filesown:hover{
	padding-left: 40px;
	padding-right: 25px;
	background-image: url(../readmore2.html);
	background-color: #000;
	color: #FFF;
	}
.filesown:hover a{
	color: #FFF;
}
.gohead{
	background-image: url(../gohead.html);
	background-repeat: no-repeat;
	background-position: center center;
	height: 41px;
	width: 100%;
	position: fixed;
	z-index: 100;
	bottom: 10%;
}
/*BUTTON=================================================================*/
button{
  text-transform: none;
  -webkit-appearance: button;
  cursor: pointer;
   }
.button {
  display: inline-block;
  padding: 10px 30px;
  background-color: #7eae14;
  border: none;
  color: white;
  text-decoration: none;
  outline: none;
  -webkit-transition: .3s ease;
          transition: .3s ease; }
.button:hover {
background-color: #92c423; }
.button.cut-corner {
	background: -webkit-linear-gradient(90deg, #7eae14, #7eae14) top left, -webkit-linear-gradient(90deg, #7eae14, #7eae14) top right, -webkit-linear-gradient(135deg, transparent 10px, #7eae14 0) bottom right, -webkit-linear-gradient(90deg, #7eae14, #7eae14) bottom left;
	background: linear-gradient(0deg, #7eae14, #7eae14) top left, linear-gradient(0deg, #7eae14, #7eae14) top right, linear-gradient(315deg, transparent 10px, #7eae14 0) bottom right, linear-gradient(0deg, #7eae14, #7eae14) bottom left;
	background-size: 55% 55%;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 2;
	top: 55%;
	left: 45%;
}
.button.cut-corner:hover {
  background: -webkit-linear-gradient(90deg, #92c423, #92c423) top left, -webkit-linear-gradient(90deg, #92c423, #92c423) top right, -webkit-linear-gradient(135deg, transparent 10px, #92c423 0) bottom right, -webkit-linear-gradient(90deg, #92c423, #92c423) bottom left;
  background: linear-gradient(0deg, #92c423, #92c423) top left, linear-gradient(0deg, #92c423, #92c423) top right, linear-gradient(315deg, transparent 10px, #92c423 0) bottom right, linear-gradient(0deg, #92c423, #92c423) bottom left;
  background-size: 55% 55%;
  background-repeat: no-repeat; }
.button.cut-corner:active {
  background: -webkit-linear-gradient(90deg, #d63302, #d63302) top left, -webkit-linear-gradient(90deg, #d63302, #d63302) top right, -webkit-linear-gradient(135deg, transparent 10px, #d63302 0) bottom right, -webkit-linear-gradient(90deg, #d63302, #d63302) bottom left;
  background: linear-gradient(0deg, #d63302, #d63302) top left, linear-gradient(0deg, #d63302, #d63302) top right, linear-gradient(315deg, transparent 10px, #d63302 0) bottom right, linear-gradient(0deg, #d63302, #d63302) bottom left;
  background-size: 55% 55%;
  background-repeat: no-repeat; }
/*COLS============================================================*/
.col2N_L{
	float: left;
	width: 45%;
	margin-right: 2%;
	margin-left: 3%;
}
.col2N_R{float: right;
	width: 45%;
	margin-right: 3%;
	margin-left: 2%;}
.col4{
	float: left;
	width: 20%;
	margin-right: 2.5%;
	margin-left: 2.5%;
	margin-bottom: 40px;
	
}
.col3N,.prize li,.service li{
	display:block;
	float: left;
	width: 27%;
	margin-right: 3%;
	margin-left: 3%;
	margin-bottom: 100px;

}
.col20{
	float: left;
	width: 20%;
}
.col80{
	float: left;
	width: 80%;
	}
.col50{
	float: left;
	width: 48%;
	position: relative;
	padding-right: 1%;
	padding-left: 1%;
}
.col40{
	float: left;
	width: 35%;
	margin-left: 5%;
}
.col60{
	float: left;
	width: 50%;
	margin-left: 5%;}
/*IMGSHOWHIDE*/
.showimg{
	display: block;
}
.hideimg{
	display: none;
}
/*SECTION============================================================*/
.section{
	clear: both;
	float: left;
	width: 100%;
	position: relative;
}
.boxbg{
	background-image: url(../boxbg.html);
	background-repeat: repeat-y;
}
#about{
	background-image: url(../about-bg.html);
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
	float: left;
	width: 100%;
}
.aboutbox{
	clear: both;
	float: left;
	width: 90%;
	display: table;
	padding-left: 10%;
	overflow: hidden;
}
.aboutbox .col_1{
	display: table-cell;
	width: 45%;
	font-size: 1.5em;
	line-height: 2em;
	color: #50524c;
	font-family: 'cwTeXFangSong', serif;
	text-align: left;
	padding-top: 100px;
	padding-bottom: 200px;
	padding-right: 5%;
	vertical-align: top;
}
.aboutbox .col_2{
	display: table-cell;
	width: 50%;
	vertical-align: middle;
}
#process{
	background-attachment: fixed;
	background-image: url(../processbg.html);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

@media screen  and (max-width: 1680px) {
.contactwrap .col_1{
	display: table-cell;
	width: 30%;
}
.contactwrap .col_2{
	display: table-cell;
	width: 60%;
	padding-right: 5%;
	padding-left: 5%;
}
}
@media screen  and (max-width: 1280px) {

.qawrap{
	padding-top: 200px;
	padding-bottom: 50px;
}
#Head {
	clear: both;
	position: fixed;
	z-index: 1000;
	left: 0%;
	top: 0px;
	width:100%;
	overflow: visible;
	margin-left: 0px;
	float: left;
}
}


@media screen  and (max-width: 1200px) {
.footerwrap .col_1{
	float: left;
	width: 60%;
}
.footerwrap .col_2{
	float: left;
	width: 40%;
	text-align: right;
}
#FooterArea{
	width: 100%;
	clear: both;
	float: left;
	padding-right: 0px;
	padding-left: 0px;
}
#Navi ul li {
	font-size: 1em;
	width: 100px;
	position: relative;
	padding-right: 10px;
	padding-left: 10px;
}
}
@media screen  and (max-width: 1070px) {
#Navi ul li {
	font-size: 1em;
	width: 80px;
	position: relative;
	padding-right: 2px;
	padding-left: 2px;
}
#NaviArea {
	height: auto;
	width: 76%;
	margin-right: 30px;
}
}
@media screen  and (max-width: 1000px) {
#Navi ul li h1{
	font-size: 0.9em;
}
#Navi ul a .lan {
	font-size: 0.9em;
	background-size:15px auto;
}
#Navi ul li {
    font-size: 0.9em;
    width: 70px;
    padding-right: 2px;
    padding-left: 2px;
}
.worklist li{
	width: auto;
	height: 250px;
	margin-right: 10px;
	margin-left: 10px;
}
.icon_view{
	background-image: url(../icon_view2.html);
	background-repeat: no-repeat;
	background-position: center bottom;
	clear: both;
	float: left;
	height: 50px;
	width: 100%;
	display: block;
	margin-top: 30px;
	margin-bottom: 20px;
}
.qawrap{
	padding-top: 150px;
	padding-bottom: 50px;
}
}

@media screen  and (max-width: 800px) {
#google_translate_element{
	text-align: center;
	width: 100%;
	float: left;
	clear: both;
	position: relative;
}
.banner{
	background-image: url(../jpg/banner800.jpg);
	background-position: center top;
	padding-bottom: 50px;
}
.mag{
	display:block;}
#NaviArea {
	height: 90%;
	width: 100%;
	position: fixed;
	z-index: 1000;
	display: block;
	/*background-color: rgba(255,255,255,0.8);*/
	overflow-x: hidden;
	transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	opacity: 0;
	margin-left: 0px;
	padding-top: 10%;
	margin-right: 0px;
}
#NaviArea.active{
	transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
    opacity: 1;
}
#Navi ul li {
	font-size: 1.2em;
	color: #949494;
	text-decoration: none;
	float: left;
	width: 90%;
	padding-top: 15px;
	padding-bottom: 15px;
	position: relative;
	padding-right: 5%;
	padding-left: 5%;
	letter-spacing: 0.2em;
	font-weight: bold;
	text-align: center;
	display: block;
	cursor: pointer;
	clear: both;
	background-image: url(../naviline.html);
	background-position: -200px  bottom;
	overflow: hidden;
	margin-bottom: 10px;
}
#Navi ul a .lan{width: 89%;
	padding-top: 5px;
	padding-bottom: 5px;
	position: relative;
	padding-right: 5%;
	padding-left: 5%;}
#Navi ul li:hover{
	background-position: center bottom;
}
#Navi ul li.show{
	animation: navifadeIn 0.9s 1;
	animation-fill-mode: forwards;
   }
.navifb{
	height: 25px;
	width: 25px;
	float: none;
	display: block;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}

.worklist li{
	width: auto;
	height: 230px;
	margin-right: 10px;
	margin-left: 10px;
}
@keyframes navifadeIn {
  0% {
	margin-left: -30px;
    opacity: 0.0;
  }
  100% {
	margin-left: 0px;
    opacity: 1.0;
  }
}
#Navi {
	width: 100%;
	padding-top: 10%;
	margin-right:0px;
}
.pagewrap{
	margin-top: 30px;
}

.contactwrap{
	display: block;
	margin-left: 0%;
	width: 100%;
}
.contactwrap .col_1{
	display: block;
	width: 100%;
	height: 200px;
	background-image: url(../contact_bg2.html);
	background-repeat: no-repeat;
	background-position:center top;
}
.contactwrap .col_2{
	display: block;
	width: 90%;
	padding-right: 5%;
	padding-left: 5%;
}
.info{
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 30px;
	margin-top: 30px;
}
.wrap80{
	width: 100%;
	padding-right: 0%;
	padding-left: 0%;
	clear: both;
	float: left;
}


#ShareArea {
	height: auto;
	width: 70%;
	position: relative;
	text-align: right;
	clear: both;
	float: left;
	bottom: 0px;
	margin-top: 10px;
	padding-right: 50px;
}
#ShareArea:before{
	content: "分享";
	text-align: right;
	clear: none;
	width: 50px;
	margin-bottom: 0px;
	display: block;
	position: absolute;
	right: 5%;
	}
#ShareArea ul li{
	color: #FFF;
	text-decoration: none;
	display: inline-block;
	clear: none;
	margin-right: 10px;
	margin-left: 10px;
}
.view h1{
	font-size: 1em;
	color: #FFF;
}

}

@media screen  and (max-width: 750px) {
.pagenum .pre{
	background-image: url(../png/0.png);
	float: left;
	width: 90%;
	padding-left: 20px;
}
.pagenum .pre:before{content:"上一則:"}
.pagenum .next{
	float: left;
	width: 90%;
	padding-left: 20px;
	background-image: url(../png/0.png);
	padding-right: 0px;
	text-align: left;
	}
.pagenum .next:hover{
	padding-left: 25px;
	color: #7a92a5;
}
.pagenum .next:before{content:"下一則:"}
.footerwrap .col_1{
	float: left;
	width: 100%;
	clear: both;
}
.footerwrap .col_2{
	float: left;
	width: 100%;
	text-align: left;
	clear: both;
}
}
@media screen  and (max-width: 710px) {

.col40,.col60{
	float: left;
	clear:both;
	width: 96%;
	margin-right: 2%;
	margin-left: 2%;
	margin-bottom: 20px;
}

}
@media screen  and (max-width: 650px) {
.col2N_L,.col2N_R{
	float: left;
	clear: both;
	width: 96%;
	margin-right: 2%;
	margin-left: 2%;
	text-align: left;
	margin-bottom: 20px;
}
.col4{
	float: left;
	width: 46%;
	margin-right: 2%;
	margin-left: 2%;
	margin-bottom: 40px;
	
}


#about{
	background-image: url(../about-bg2.html);
	background-repeat: repeat-y;
	background-position: left top;
}
.aboutbox .col_2{
	display: block;
	width: 100%;
	float: right;
}
.col50{
	clear: both;
	float: left;
	width: 98%;
}
}
@media screen  and (max-width: 586px) {

.flink h1{
	margin-bottom: 0px;
}
.col30,.col70{
	float: left;
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
	margin-bottom: 30px;
}
}
@media screen  and (max-width: 500px) {
.col3N,.prize li{
	display:block;
	float: left;
	width: 94%;
	margin-right: 3%;
	margin-left: 3%;
	margin-bottom: 30px;

}
.footerwrap .col_1,.footerwrap .col_2{
	float: left;
	width: 90%;
	text-align: left;
	padding-right: 5%;
	padding-left: 5%;
}
.footerwrap .col_2{
	font-size: 0.7em;
}


}
@media screen  and (max-width: 450px) {
.col4{
	float: left;
	width: 96%;
	margin-right: 2%;
	margin-left: 2%;
	margin-bottom: 40px;
	
}
.flink li{
	display: block;
	vertical-align: top;
	width: 43%;
	float: left;
	text-align: left;
	margin-top: 20px;
	font-size: 1.1em;
	font-weight: bold;
	
}
.flink li:not(:last-child){
	border-right-style: none;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.col20,.col80{
	float: left;
	width: 100%;
}
}
@media screen  and (max-width: 400px) {
.flink li{
	padding-right: 10px;
}
.flink li:not(:first-child){
	padding-left: 10px;	
}
.qawrap{
	padding-top: 100px;
	padding-bottom: 50px;
}
}
