/* Reset CSS
 * --------------------------------------- */

a{
	text-decoration:none;
}
table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    margin:0;
    padding:0;
}
h1{
	font-size: 2.5em;
}
h2{
	font-size: 1.4em;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}
/* 清除 float */
.clearfix:before, .clearfix:after {
	display: table;
	content: "";
	line-height: 0;
}
.clearfix:after {
	clear: both;
}
/* Custom CSS
 * --------------------------------------- */
.wrap{
	margin: 0 auto;
	width: 1010px;
	max-width: 100%;
	position: relative;
}
.fp-slides{
	border-bottom: solid 1px #cecece;
}
.wow{
	opacity: 0;
}
/* Fixed header and footer.
* --------------------------------------- */
#logo{
	float: left;
}
#menu > li {
	display:inline-block;
}
#menu > li > a{
	text-decoration:none;
	color:#fff;
	line-height: 56px;
	padding: 0 17px;
	display: block;
}
#menu li:hover{
	background: #689AD0;
}
#menu > li:hover > a{
	color: #fff;
}
#menu{
	float: right;
}
#menu > li{
    position: relative;
}
#menu li ul.sub {
    background: url(../images/menuBg.png) repeat left top;
    position: absolute;
    top: 56px;
    text-align: left;
    white-space: nowrap;
    display: none;
    -moz-box-shadow:0 4px 6px 2px rgba(20%,20%,20%,0.2);
	-webkit-box-shadow:0 4px 6px 2px rgba(20%,20%,20%,0.2);
	box-shadow:0 3px 6px 2px rgba(20%,20%,20%,0.2);
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
#menu li:hover > ul.sub {
    display: block;
    left: 0;
}
#menu > li ul.sub a{
  color: #fff;
	padding: 8px 35px 8px 40px;
	display: block;
  background: rgba(0,85,184,0.8);

}
#menu > li ul.sub li:hover > a{
    color: #fff;
    background: url(../images/menuArrow1.png) no-repeat 25px center;
}
#menu ul.sub > li{
	position: relative;
}
#menu ul.sub li ul.sub2{
    background: url(../images/menuBg.png) repeat left top;
    position: absolute;
    top: 0;
    left: 154px;
    text-align: left;
    display: none;
    white-space: nowrap;
    -moz-box-shadow:0 4px 6px 2px rgba(20%,20%,20%,0.2);
	-webkit-box-shadow:0 4px 6px 2px rgba(20%,20%,20%,0.2);
	box-shadow:0 3px 6px 2px rgba(20%,20%,20%,0.2);
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
	overflow: hidden;
}
#menu ul.sub li:hover ul.sub2{
	display: block;
}
.fb{
	float: right;
	margin-top: 14px;
	margin-left: 10px;
	width: 25px;
}
.fb img{
	width: 100%;
}
.lan{
	float: right;
	margin-top: 13px;
}
.lan a{
	background-color: #d8d8d8;
	color: #737373;
	border: solid 1px #bdbdbd;
	padding: 5px;
	font-size: 12px;
	line-height:12px;
	display: block;
	margin: 2px 0;
	text-align: center;
}
.lan .none{
	display: none;
}
#slider{
	display: block;
	overflow: hidden;
}
.slide{
	background-position: center 10%;
	background-repeat: no-repeat;
}
.section{
	text-align:center;
	min-width: 1010px;
}
.box{
	padding: 50px 0;
	text-align: center;
}
.box h1{
	text-align: center;
	margin-bottom: 60px;
	color: #888;
}
.box a{
	color:#000;
}
.box .twoCol{
	width: 470px;
	display: inline-block;
	vertical-align: top;
	margin: 0 12px;
	overflow: hidden;
}
.box .threeCol{
	width: 320px;
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
	overflow: hidden;
	/*background-color: #f2f2f2; */
	padding: 20px 0;
}
/*
.box a.threeCol:hover{
	bbackground-color: #64748b;
	color: #f2f2f2; 
}
.box a.threeCol:hover .more{
	color: #f2f2f2; 
}
*/
.box a span{
	display: block;
}
.name{
	margin-bottom: 10px;
}
.box .img{
	margin-bottom: 10px;
}
.box .text{
	padding: 3px 12px;
	margin:0 auto 20px auto;
	display: block;
	width: 380px;
}
.box .more{
	border: solid 1px #cecece;
	padding: 5px 10px;
	display: inline-block;
	color:#000;
}
.twoCol .more:hover{
	border: solid 1px #00a0e9;
	color:#00a0e9;	
}

/* about */
.intro{
	width: 1010px;
	margin: 0 auto;
	padding-top: 7%;
}
.intro p{
	width: 95%;
	margin: 0 auto;
}
.intro h1{
	margin-top: 30px;
	margin-bottom: 40px;
}
.intro .title{
	margin: 10px 0;
	padding: 30px 0 40px;
	font-size: 5em;
	font-family: 'Open Sans', Microsoft Jhenghei;
	font-weight: bold;
	color:#00a0e9;
}
.intro .category{
	font-family:  'Open Sans', Microsoft Jhenghei;
	font-size: 1.2em;
}
.intro .imgCol{
	display: inline-block;
	vertical-align: bottom;
	margin: 20px 0;
}
.intro .imgText{
	margin-bottom: 50px;
	padding: 10px;
	border: solid 1px #cecece;
	text-align: center;
}
#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
}
#fp-nav.right {
    right: 17px;
    top:45%;
}
#fp-nav ul{
  margin: 0;
  padding: 0;
}
#fp-nav ul li{
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position:relative;
}
#fp-nav ul li a{
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span{
    height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 100%;
 }
#fp-nav ul li a span{
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 4px;
    width: 4px;
    border: 0;
    background: #333;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
#fp-nav ul li:hover a span{
    width: 10px;
    height: 10px;
    margin: -5px 0px 0px -5px;
}
#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #000;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1;
}
#fp-nav ul li .fp-tooltip.right {
    right: 20px;
}

.about01 .section01{
	background: url(../images/aboutBg01.jpg) no-repeat center bottom;
	position: relative;
}
.about01 .section01 .intro{
	padding-top: 10%;
}
.sectionlogo{
	margin: 15px 0;
}
.scroll{
	width: 40px;
	left: 50%;
	bottom: 20px;
	position: absolute;
}
.about01 .section02{
	background: url(../images/aboutBg02.jpg) no-repeat center bottom;
}
.about01 .section02 .intro{
	color:#fff;
	padding-top: 6.5%;
}
.about01 .section02 .intro h1{
	margin: 10px auto 20px auto;
}
.about01 .section03{
	background: url(../images/aboutBg03.jpg) no-repeat center bottom;
	padding: 0;
}
.about01 .section03 .intro, .about01 .section04 .intro{
	text-align: left;
}
.about01 .section03 .intro p{
	margin-left: 0;
	width: 60%;
}
.about01 .section03 .intro h1{
	color:#00a0e9;
}
.about01 .section04{
	background: url(../images/aboutBg04.jpg) no-repeat center bottom;
}
.about01 .section04 .intro p{
	margin-left: 0;
	padding-bottom: 160px;
}
.about01 .section04 .intro span{
	color:#00a0e9;
}
.about02 .section01{
	background: url(../images/aboutBg05.jpg) no-repeat center center;
}
.about02 .section02{
	background: url(../images/aboutBg06.jpg) no-repeat center center;
}
.about02 .section03{
	background: url(../images/aboutBg07.jpg) no-repeat center top;
}
.about02 .section01 .intro p{
	width: 83%;
}
.about02 .section03 .intro{
	padding-top: 5%;
}
.about02 .intro{
	text-align: left;
}
.about02 .intro p{
	margin: 0;
}
.about02 .intro h1,.about02 .intro h2{
	color:#00a0e9;
	margin: 10px 0 20px;
}
.about03 h1{	
	font-size: 2em;
	padding-bottom: 15px;
	margin-bottom: 0;
	border-bottom: solid 1px #cecece;
	line-height: 1em;
}
.about03 .intro{
	padding-top: 30px;
	padding-bottom: 30px;
}
.about03 .intro h1:first-child{
	text-align: center;
	color:#666;
	font-size: 2.2em;
	margin-top: 10px;
}
.about03 .twoRow{
	background: url(../images/downArrow.png) no-repeat 1% bottom;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
.about03 .twoCol{
	display: inline-block;
	width: 42%;
	margin: 3.8% 0;
}
.about03 .twoCol:first-child{
	text-align: left;
	width: 56%;
}
.about03 .twoCol img{
	max-width: 400px;
}
.about03 .scale{
	color:#888888;
	font-size: 14px;
}
.about03 .name{
	font-family: 'Open Sans', Microsoft Jhenghei;
	color:#00a0e9;
	margin: 10px 0 8px;
}
.about03 .text span{
	font-weight: bold;
}
.about03 .section07{
	padding-bottom: 5%;
}
.about03 .section07 .twoRow{
	background: none;
}
.about06{
	background: url(../images/aboutBg08.png) no-repeat center 50px;
}
.about06 .twoCol{
	vertical-align: middle;
	display: inline-block;
	width: 45%;
	margin: 80px 22px;
}
.about06 .twoCol:first-child{
	text-align: left;
}
.about06 h1{
	color:#00a0e9;
	margin: 20px 0;
}
.about06 p{
	margin-left: 0;
}
.about07 .twoCol{
	vertical-align: text-top;
	display: inline-block;
	width: 45%;
	margin: 80px 22px;
}
.about07 h1{
	font-family: Microsoft Jhenghei, sans-serif;
	margin: 10px 0 20px;
	line-height: 1.2em;
}
.bline{
	border-bottom: solid 1px #cecece;
}
.mapBox{
	text-align: center;
}
.mapBox .twoCol{
	padding: 20px;
	width: 400px;
	height: 310px;
	display: inline-block;
	vertical-align: top;
	border: solid 1px #cecece;
	margin: 15px;
}
.mapBox .name{
	font-family: 'Open Sans', Microsoft Jhenghei;
	color:#00a0e9;
	font-weight: bold;
	margin-bottom: 10px;
}
.mapBox .text{
	text-align: center;
}
.mapBox .text a{
	color:#00a0e9;
}
.mapBox .text a:hover{
	text-decoration: underline;
}
/* pro */
#page{
	position: relative;
	top:0;
}
.about04,.about06,.about07,.about03 .section01,.about03 .section03,.about03 .section05,.about03 .section07, .contact{
	background-color:rgb(235, 237, 242);
}
.breadcrumbs{
	margin-bottom: 10px;
	font-size: .8em;
}
.breadcrumbs a{
	color:#888;
	padding: 8px;
	display: inline-block;
}
.breadcrumbs a:hover{
	color:#00a0e9;
}
#probox{
	height: 380px;
	overflow: hidden;
}
.probox{
	text-align: center;
}
.probox h1{
	padding: 30px 20px;
	text-align: center;
}
.proText{
	padding-top: 20px;
	padding-bottom: 10px;
	border-top: solid 1px #cecece;
}
.proText .fourCol{
	display: inline-block;
	width: 24%;
	text-align: center;
	vertical-align: top;
	padding-bottom: 50px;
}
.fourCol .name{
	background-color: #00a0e9;
	width: 100px;
	margin: 0 auto 10px auto;
	padding: 3px 0;
	color:#fff;
}
.fourCol ul.text{
	text-align: left;
	margin-left: 25px;
}
.fourCol ul.text li{
	padding-left: 20px;
	background: url(../images/proitem.png) no-repeat 10px 10px;
}
.proShow, .logoShow{
	margin-bottom: 50px;
}
.proShow{
	width: 920px;
	margin: 0 auto;
	text-align: left;
}
.proShow li{
	width: 280px;
	margin: 10px 10px 15px 10px;
	display: inline-block;
	vertical-align: top;
}
.proShow li span{
	display: block;
}
.proShow li img, .logoShow li img{
	border: solid 1px #cecece;
	width: 260px;
}
.proShow li a{
	color:#000;
}
.proShow li :hover{
	color:#00a0e9;
}
.proShow .proName{
	text-align: center;
}
#logobox{
	width: 740px;
	height: 611px;
	margin-left: auto;
	margin-right: auto;
}
.logoShow li{
	width: 160px;
	margin: 10px 10px 15px 10px;
	display: inline-block;
	vertical-align: top;
}
.newsbox{
	background: #fff;
	padding: 35px 10px 25px 10px;
	margin-top: -10px;
	margin-bottom: 20px;
}
.newsbox h1{
	text-align: center;
	padding: 10px 0;
}
.newsbox .twoCol{
	width: 375px;
	margin: 40px 0 10px;
	padding: 0 58px;
	display: inline-block;
	border-left: solid 1px #cecece;
}
.newsbox .twoCol:nth-child(2){
	border:none;
}
.newsbox .newsName{
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 10px;
}
.newsbox .date{
	font-size: 0.8em;
	font-weight: normal;
	color:#aaa;
}
.newsbox .newsImg{
	text-align: center;
}
.newsbox .newsText{
	margin: 5px 0;
	text-align: center;
}
.newsbox a.more{
	width: 60px;
	margin: 20px auto 10px auto;
	color: #fff;
	background:#02a2ff;
	border-radius:5px;
	display: block;
	text-align: center;
	text-transform: none;
	border: none;
}
.newsbox a.more:hover{
	background:#004797;
	color: #fff;
	border: none;
}
.searchbox .searchHead{
	text-align: center;
	margin-top: 20px;
}
.searchbox .searchHead h1{
	font-family: Microsoft Jhenghei, sans-serif;
	margin: 15px 0;
}
.searchbox .searchHead p{
	color:#aaa;
}
.selectbox{
	margin: 30px auto 50px auto;
	padding: 0 10px;
}
.selectbox .threeCol, .selectbox .twoCol{
	display: inline-block;
	width: 293px;
	padding-left: 50px;
	vertical-align: text-top;
	background: url(../images/searchBg.png) no-repeat left 26px;
}
.selectbox .threeCol:first-child, .selectbox .twoCol:first-child{
	padding-left: 0;
	background:none;
}
.selectbox .threeCol .name,.selectbox .twoCol .name{
	margin-bottom: 0;
}
.twoSelect{
	width: 650px;
}
.resultbox{
	margin: 20px auto 60px auto;
	text-align: center;
}
.resultbox table{
	font-size: 0.8em;
	line-height: 120%;
	border-collapse:collapse;
}
.resultbox table th{
	background: url(../images/tableBg.jpg) repeat-x left center;
	color:#fff;
	text-align: center;
	padding: 10px 5px;
	border: 1px solid #fff;
}
.resultbox table td{
	padding: 10px 5px;
	border: 1px solid #c4c4c4;
}
.bottomLink{
	text-align: right;
	margin-bottom: 20px;
}
.bottomLink ul li{
	display: inline-block;
	border: 1px solid #c4c4c4;
	text-align: center;
	padding: 5px 0;
	background-color:#fff;
}
.bottomLink a{
	color:#888;
	padding: 6px 16px;
}
.bottomLink > a:hover{
	color:#00a0e9;
}
.bottomLink li:hover a{
	color:#fff;
}
.bottomLink li:hover{
	background-color:#00a0e9;
}
/* 分類 */
.banner01{
	background: url(../images/proBg01.jpg) no-repeat center top;
	height: 230px;
	text-align: center;
	padding: 110px 0 0;
}
.banner02{
	text-align: center;
	padding: 50px 0 10px 0;
}
.banner02 h1{
	margin-bottom: 25px;
}
.banner02 p{
	border: solid 1px #cecece;
	width: 600px;
	padding: 20px;
	margin: 10px auto;
}
.banner03{
	text-align: center;
	padding-bottom: 20px;
}
.banner03 h1{
	margin-bottom: 20px;
}

#thumbs {
	width: 60px;
	height: 310px;	/* 圖片高度 - padding-top */
	position: fixed;
	right: 20px;
	top:28%;
}
.slider-container{
	height: 280px;
	overflow:hidden;
	position:relative;
}
.slider-container .slider-content{
	width:100%;
	position:absolute;
	top:0;
	left:0;
}
.slider-container .slider-content .slider-thumb{
	width: 56px;
	height: 56px;
	text-align: center;
}
.slider-container .slider-content .slider-thumb img {
	width: 50px;
	height: 50px;
	margin: auto;
	border: solid 1px #cecece;
}
.slider-control{
	width: 35px;
	height: 24px;
	position:absolute;
	display:block;
	cursor:pointer;
	text-align:center;
	padding:1em 0;
	left: 10px;
}
.slider-control.slider-up{
	top:-30px;
	background: url(../images/promenuU.png) no-repeat center top;
}
.slider-control.slider-down{
	bottom:0;
	background: url(../images/promenuD.png) repeat-x center bottom;
}
/* contact */
.contactTop{
	text-align: center;
	height: 142px;
	overflow: hidden;
}
.mainBox{
	width: 1000px;
	max-width: 100%;
	padding: 0 20px 10px 20px;
	margin: 0 auto;
	background: #fefefe; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMmYyZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #fefefe 0%, #f2f2f2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fefefe 0%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fefefe 0%,#f2f2f2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fefefe 0%,#f2f2f2 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fefefe 0%,#f2f2f2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-8 */
	box-shadow: 0 0 5px rgb(0 0 0 / 65%);
  border-radius: 20px;
}
.mainBox h1{
	font-family: Microsoft Jhenghei, sans-serif;
	font-size: 2em;
	color:#0055b8;
	padding-bottom: 20px;
}
.mainBox h1 span{
	width: 120px;
	float: right;
}
.mainBox h1 span img{
	width: 100%;
}
.mainBox input{
	padding: 5px;
}
.mainBox .twoCol{
	width: 48%;
	display: inline-block;
	margin: 10px 7px;
	vertical-align: text-top;
}
.mainBox .twoCol a img{
	vertical-align: text-top;
}
.mainBox .oneCol{
	width: 99%;
	margin: 0 7px 10px 7px;
}
.mainBox .oneCol textarea{
	width: 820px;
	height: 200px;
	max-width: 100%;
}
.mainBox .twoCol label{
	width: 80px;
	display: inline-block;
}
.mainBox .twoCol label.exN{
	width: 40px;
	text-align: center;
}
.mainBox .twoCol input{
	width: 300px;
}
.mainBox .twoCol input.tel{
	width: 190px;
}
.mainBox .twoCol input.ex{
	width: 48px;
}
.mainBox .twoCol *{
	vertical-align: middle;
}
.mainBox .code {
	text-align: center;
}
.mainBox .code input{
	vertical-align: top;
	margin-top: -1px;
}
.mainBox input[type="button"]{
	color:#fff;
	background: #008ed8;
	border: none;
	padding: 6px 15px;
	margin-top: 10px;
	cursor: pointer;
}
.onlinebtn{
	color: #fff;
	width: 100px;
	margin: 20px auto;
	background-color: #02a2ff;
	border-radius: 5px;
	text-align: center;
	padding: 5px 10px;
	cursor: pointer;
}
.formBox{
	margin: 20px 20px 0 20px;
}
.formBox h2{
	margin: 20px 0 10px 0;
	font-family: Microsoft Jhenghei, sans-serif;
	padding-bottom: 10px;
	text-align: center;
	font-weight: bold;
}
.contactBottom{
	text-align: center;
	margin-bottom: .1em;
}
/*mask*/
.lightbox{
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left:0;
	z-index: 9999;
	display: none;
}
.lightbox .wrap{
	width: 878px;
}
.mask{
	background: url(../images/mask.png) repeat left top;
	width: 100%;
	height: 100%;
	position: fixed;
	top:-60px;
	left:0;
}
.close{
	margin-top: 10%;
	text-align: right;
	cursor: pointer;
}
.newsdetail{
	background: #fff url(../images/detailbg.jpg) no-repeat center top;
	padding: 0 20px 20px 20px;
	width: 838px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
    -moz-box-shadow:0 0 6px 2px rgba(0%,0%,0%,0.2);
	-webkit-box-shadow:0 0 6px 2px rgba(0%,0%,0%,0.2);
	box-shadow:0 0 6px 2px rgba(0%,0%,0%,0.2);
}
/* footer */
#footer{
	height: 288px;
	display:block;
	width: 100%;
	background: #000 url(../images/footerBg.png) repeat left top;
	text-align: center;
}
#footer .footerCol{
	display: inline-block;
	vertical-align: top;
	margin: 30px 20px 20px 20px;
	width: 16%;
	height: 200px;
	color:#b7b7b7;
	text-align: left;
	width: 10%;
}
#footer .footerCol:first-child{
	border-right: solid 1px #b7b7b7;
	padding-right: 20px;
	margin-left: 0;
	margin-right: 0;
	width: 12%;
}
#footer .footerCol:nth-child(2){
	width: 16%;
}
.footerCol .name{
	font-weight: bold;
	margin-bottom: 8px;
	color: #fff;
}
.footerCol ul{
	margin-left: -10px;
}
.footerCol ul li{
	margin: .2em 0;
}
.footerCol a{
	color:#b7b7b7;
	padding-left: 10px;
	display: block;
}
.footerCol a:hover{
	color:#00a0e9;
	background: url(../images/footerArrow.png) no-repeat left 7px;
}
.copyright{
	color: #fff;
	text-align: right;
	font-size: 0.5em;
	background-color: #000;
	padding: 0.7em;
}
.footer_logo img{
	width: 300px;
}
@media only screen and (min-width: 1200px){
	footer.footer a{
		font-size: 17px;
	}
	.wsmenu-submenu{
		width: 150px;
	}
}
@media screen and (max-height: 768px) { 
	.about01 .section03{
		background: url(../images/aboutBg03s.jpg) no-repeat right bottom;
		padding: 0;
	}
	.about03 .twoCol{
		margin: 1% 0 2%;
		padding-bottom: 1%;
	}
	/*
	.about03 .intro{
		padding-top: 2%;
	}
	.about03 .intro:first-child{
		padding-top: 5%;
	}
	*/
	.about03 h1{	
		font-size: 1.8em;
	}
	.about03 .intro h1:first-child{
		font-size: 2em;
	}
	/*
	.about03 .section07{
		padding: 3% 0;
	}
	*/
	.intro .imgCol{
		width: 35%;
	}
	.intro .imgCol img{
		width: 100%;
	}
}