@charset "utf-8";
/* CSS Document */

html, body {
    height: 100%;
	
}

.pc{
	
	display:block;
	
	}
	
	
.mobile{
	
	display:none;
	
	}


#wrapper {
	width: 100%;
	min-height: 100%;
	position: relative;
	
	
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "微軟正黑體", Arial;
	background-color:#f3f3f3;
	 -webkit-appearance:none!important;
	 outline:none!important;
}
input{
	
	 -webkit-appearance:none!important;
	 outline:none!important;
	}
	
	
input[type="button"],input[type="submit"]{
	cursor: pointer;	
	}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

h1,h2,h3,h4,h5,h6,ul,ol,li,form{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
	}
	

#topline {
	height: 30px;
	width: 100%;
	background-color: #F3F3F3;
	box-shadow: 0 0 5px #333;
	position: relative;
	z-index: 100;
}
#wrapper .main {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}

#wrapper .main .one .bg {
	height: auto;
	width: 100%;
	margin-bottom: 40px;
}
#wrapper .main section {
	position: relative;
}
#header {
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	display: table;
	padding-right: 30px;
	padding-left: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#header .logo {
	float: left;
	height: auto;
	width: 155px;
}
#header .menu {
	float: right;
	height: 50px;
	width: auto;
	margin-top: 56px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#header .menu ul li a {
	font-size: 20px;
	line-height: 50px;
	color: #444;
	background-image: url(../images/header_icon_08.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	padding-left: 34px;
	font-weight: bold;
}
#header .menu ul li {
	margin-left: 30px;
	float: left;
}
#wrapper .main .one .aboutus .picp {
	float: left;
	height: auto;
	width: 35%;
	margin-right: 2.5%;
	margin-left: 2.5%;
	border-radius: 50%;
	background-color: rgba(255,255,255,0.5);
}
#wrapper .main .one .aboutus {
	width: 100%;
	padding-top: 155px;
	display: table;
}
#wrapper .main .one .aboutus .abouttext {
	float: right;
	width: 54%;
	padding-right: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 40px;
}
#wrapper .main .one .aboutus .abouttext div {
	font-size: 22px;
	line-height: 36px;
	color: #FFF;
	text-shadow: 0 0 5px #333;
	padding: 20px;
	text-align: justify;
}

#wrapper .main .one .aboutus .abouttext h2,.two h2,#wrapper .main .three h2  {
	font-size: 32px;
	line-height: 45px;
	color: #9d3d00;
	font-weight: bold;
	display: flex;
	margin-bottom: 20px;
}
#wrapper .main .one .aboutus .abouttext h2 span,.two h2 span,#wrapper .main .three h2 span {
	float: left;
	white-space: nowrap;
	margin-right: 15px;
}
#wrapper .main .one .aboutus .abouttext h2:after{
	color: #9D3D00;
	background-color: #9D3D00;
	height: 12px;
	width: 100%;
	margin-top: 20px;
	content:"";
}
.two h2:after,#wrapper .main .three h2:after  {
	color: #9D3D00;
	background-color: #f0c7af;
	height: 12px;
	width: 100%;
	margin-top: 20px;
	content: "";
}

#wrapper .main .two{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 30px;
	padding-right: 40px;
	padding-bottom: 30px;
	padding-left: 40px;
}


#wrapper .main .one {
	background-image: url(../images/sesion1_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% auto;
	padding-bottom: 40px;

}
#wrapper .main .one .aboutus .picp img {
	
	height: auto;
	width: 100%;
	margin-top: -30px;
	margin-right: -30px;
	border-radius: 50%;
	margin-bottom: 30px;
	margin-left: 30px;
	display: table;
}
#wrapper .main .two .text h3 {
	font-size: 20px;
	line-height: 32px;
	color: #333;
	text-align: left;
	margin-top: 20px;
}
#wrapper .main .two .text {
	padding-right: 30px;
	padding-left: 30px;
}
#wrapper .main .two .text p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	line-height: 28px;
	font-size: 18px;
	color: #333;
}
#wrapper .main .two .text .point {
	display: flex;
	width: 100%;
	align-content: center;
	flex-wrap:wrap;
}
#wrapper .main .two .text .point li .textp {
	margin-left: 150px;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
}
#wrapper .main .two .text .point li {
	float: left;
	width: 32.3333%;
	margin-right: 1.5%;
	margin-bottom: 10px;
	margin-top: 10px;
}
#wrapper .main .two .text .point li:nth-child(3n) {
	float: left;
	width: 32.33333%;
	margin-right: 0%;
}
#wrapper .main .two .text .point li .picp {
	float: left;
	width: 138px;
}
#wrapper .main .two .text .point li .textp h4 {
	font-size: 22px;
	line-height: 36px;
	text-align: left;
}
#wrapper .main .three {
	background-color: #F3F3F3;
	padding: 30px;
}
#wrapper .main .two .text .point li .textp p {
	font-size: 15px;
	color: #666;
}
#wrapper .main .three .papger {
	height: auto;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
	display:table;
}
#wrapper .main .three .papger li {
	float: left;
	width: 20%;
	margin-right: 2.5%;
	margin-left: 2.5%;
}
#wrapper .main .three .papger li .picp img {
	height: auto;
	width: 100%;
	box-shadow:0 0 5px #333;
}
#wrapper .main .three .papger li .textdds {
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #333;
	margin-top: 15px;
	margin-bottom: 15px;
}
#wrapper .main .four {
	background-image: url(../images/se_57.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	display: table;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 30px;
	padding-left: 40px;
}
#wrapper .main .four .texttitle {
	float: left;
	width: 50%;
	padding-left: 5%;
	padding-top: 50px;
}
#wrapper .main .four .texttitle h2 {
	font-size: 36px;
	line-height: 48px;
	color: #9D3D00;
	text-align: left;
	
}
#wrapper .main .four .texttitle h2 span {
	font-size: 24px;
	line-height: 34px;
	color: #999;
	display: block;
	font-weight: normal;
}
#wrapper .main .four .texttitle p {
	font-size: 22px;
	line-height: 32px;
	color: #000;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#wrapper .main .four .custom_pic ul li {
	float: left;
	width: 31.33333%;
	margin-right: 1%;
	margin-left: 1%;
}
#wrapper .main .four .custom_pic ul li img {
	height: auto;
	width: 100%;
}
#wrapper .main .four .custom_pic {
	display: block;
	width: 100%;
	padding-top: 150px;

}
#wrapper .main .four .custom_pic ul {
	display: table;
	width: 100%;
	    position: relative;
    margin-top: -108px;
}
#wrapper .main .four .custom_pic ul li:first-child img {
	margin-top:120px;
}
#wrapper .main .four .custom_pic ul li:last-child img {
	margin-top: -120px;
}
#wrapper .main .five {
	color: #FFF;
	background-color: #e06110;
	padding-top: 30px;
	padding-right: 40px;
	padding-bottom: 30px;
	padding-left: 40px;
}
#wrapper .main .five .mappart .googlemap {
	height: 260px;
	width: 400px;
	border: 2px solid #eea679;
	float: left;
}
#wrapper .main .five .mappart  .info {
	font-size: 20px;
	line-height: 32px;
	color: #FFF;
	padding: 15px;
	float: left;
}
#wrapper .main .five .mappart {
	display: table;
	height: auto;
	width: 100%;
}
#wrapper .main .five .mappart .info div a {
	color: #FFF;
}
#wrapper .main .five h2 {
	font-size: 30px;
	line-height: 48px;
	color: #FFF;
	text-align: left;
	margin-bottom: 20px;
}
#wrapper .main .five .mappart .facebookfans {
	float: right;
	height: auto;
	width: 400px;
}
#wrapper .main .copyright {
	color: #EEE;
	background-color: #bd2c00;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 40px;
	text-align: center;
	font-size: 16px;
	line-height: 24px;
}
#wrapper .main .copyright a {
	color: #FFF;
}
