@charset "utf-8";

html{
	background-color: #f5f3eb;
}

html, body{
	border: 0;
	margin: 0;
	padding: 0;
	position: relative;
	font-size: 16px;
	font-family: 微軟正黑體, Arial;
	color: #000000;
}

body{
	margin: 0 auto;
	/*width: 1920px;*/
}

img{
	border: 0;
	vertical-align: middle;
}

a{
	text-decoration: none;
	color: #000000;
}

textarea{
	resize: none;
}

.mainboard{
	position: relative;
	display: block;
	margin: 0 auto;
	min-height: 628px;
	width: 100%;
	min-width: 1280px;
	/*background-image: url("/images/background.png");*/
	background-repeat: repeat;
	background-position: center top;
	overflow: hidden;
}

.mainboard_inside{
	position: relative;
	display: block;
	width: 1280px;
	min-height: 628px;
	margin: 0 auto;
}

.header{
	position: fixed;
	display: block;
	width: 100%;
	height: 119px;
	top: 0px;
	z-index: 10000;
}

.header_inside{
	position: relative;
	display: block;
	padding: 0;
	margin: 0 auto;
	height: 119px;
	width: 1191px;
	background-image: url("../images/Header.png");
	background-repeat: no-repeat;
	background-position: center top;
}

.logo{
	position: relative;
	display: inline-block;
	width: 332px;
	height: 74px;
	top: 20px;
	left: 20px;
	background-repeat: no-repeat;
	background-position: center top;
}

.logo a{
	position: relative;
	display: block;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
}

.menu{
	position: relative;
	display: inline-block;
	float: right;
	width: 490px;
	top: 50px;
	height: 30px;
	vertical-align: bottom;
	font-size: 16px;
}

.buttonbar_btn{
	position: relative;
	display: inline-block;
	margin: 0 25px 0 0;
	color: #9b8e85;
}

.footer{
	position: relative;
	display: block;
	min-width: 1280px;
	font-size: 14px;
	margin: 0 auto;
}

.the_footer{
	position: relative;
	display: block;
	background-color: #FFFFFF;
	color: #000000;
	min-width: 1280px;
	width: 100%;
	margin: 20px 0 0 0;
	font-size: 14px;
	bottom: 0px;
}

.footer_inside{
	position: relative;
	display: block;
	color: #000000;
	margin: 0 auto;
	width: 1280px;
	font-size: 14px;
}

.footer_line{
	position: relative;
	display: block;
	margin: 0 auto;
	width: 1268px;
	height: 14px;
	background-color: #9dd29c;
}

.footer_menu, .footer_menu_hotline{
	padding: 5px 0px;
	font-size: 18px;
	text-align: left;
	display: inline-block;
	width: 100px;
	vertical-align: middle;
}

.footer_menu:before, .footer_menu_hotline:before{
	content: '|';
	padding-right: 15px;
	display: inline-block;
}

.footer_menu_hotline{
	width: auto;
}

.footer_table{
	position: relative;
	margin: 23px auto 10px;
	padding: 15px 20px;
	width: 1240px;
	height: 360px;
	overflow: visible;
	background-image: url("../images/footer_box2.png");
	background-repeat: no-repeat;
	background-position: center top;
}

.footer_left{
	position: relative;
	display: inline-block;
	text-align: left;
	float: left;
}

.footer_right{
	font-size: 120px;
	color:#4DB9EC;
	position: relative;
	display: inline-block;
	text-align:right;
	float: right;
	padding-top: 10px;
}

.footer_copyright{
	text-align:left;
	display:block;
}

.index_applications_button{
	position: absolute;
	display: block;
	width: 151px;
	height: 68px;
	top: 152px;
	left: 963px;
}

.title{
	position: relative;
	display: inline-block;
	margin: 3px 0;
	font-size: 36px;
	/*color: #9b8e85;*/
	font-weight: bold;
}

.form_input{
	position: relative;
	display: inline-block;
	background-color: #FFFFFF;
	border: 0;
	margin: 0;
	padding: 4px 5px;
	color: #000000;
	width: 350px;
	font-size: 16px;
}

.form_50{
	width: 50px;
}

.form_80{
	width: 80px;
}

.form_textarea{
	position: relative;
	display: inline-block;
	background-color: #FFFFFF;
	border: 0;
	margin: 5px 0 0 0;
	padding: 4px 5px;
	color: #000000;
	resize: none;
	font-size: 16px;
	vertical-align: top;
	width: 350px;
	height: 76px;
}

.form_submit_button{
	position: relative;
	display: inline-block;
	border: 0;
	margin: 10px 0 0 0;
	padding: 4px 10px;
	color: #FFFFFF;
	font-size: 16px;
	background-color: #4fb9e9;
	cursor: pointer;
}

.mobile_menu_button{
	display: none;
	position: absolute;
	background-image: url("../images/mobile_list_icon_blue.png");
    background-repeat: no-repeat;
    height: 30px;
    width: 39px;
    top: 35px;
    margin-left: 5px;
}

.menu_mobile{
	position: fixed;
	display: none;
	left: 0px;
	top: 0px;
	margin-top: 90px;
	overflow: auto;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	color: #9b8e85;
	z-index: 20000;
}

.menu_mobile a{
	font-size: 24px;
	position: relative;
	display: block;
	padding: 20px 20px;
	color: #9b8e85;
	border-bottom: 1px solid #9b8e85;
	text-align: center;
}

.form_line_hr{
	position:relative;
	display: block;
	margin: 0 40px 0 20px;
	background-color:#FFFFFF;
	width:1px;
	height: 80px;
}

.index_top_banner{
	position: relative;
	display: block;
	width: 1280px;
	height: 586px;
	background-image: url("../images/index/Top_Banner.jpg");
	background-repeat: no-repeat;
	background-position: center top;
}

.about_top_banner{
	position: relative;
	display: block;
	width: 1280px;
	height: 355px;
	background-image: url("../images/AboutUs_Top_Banner.jpg");
	background-repeat: no-repeat;
	background-position: center top;
}

.services_top_banner{
	position: relative;
	display: block;
	width: 1280px;
	height: 355px;
	background-image: url("../images/Services_Top_Banner.jpg");
	background-repeat: no-repeat;
	background-position: center top;
}

.applications_top_banner{
	position: relative;
	display: block;
	width: 1280px;
	height: 355px;
	background-image: url("../images/Applications_Top_Banner.jpg");
	background-repeat: no-repeat;
	background-position: center top;
}

.care_top_banner{
	position: relative;
	display: block;
	width: 1280px;
	height: 355px;
	background-image: url("../images/Care_Top_Banner.jpg");
	background-repeat: no-repeat;
	background-position: center top;
}

.contact_top_banner{
	position: relative;
	display: block;
	width: 1280px;
	height: 355px;
	background-image: url("../images/Contact_Top_Banner.jpg");
	background-repeat: no-repeat;
	background-position: center top;
}

.slogan{
	position: absolute;
	display: block;
	width: 730px;
	height: 107px;
	background-image: url("../images/slogan.png");
	background-repeat: no-repeat;
	background-position: center top;
}

.about_model{
	position: absolute;
	display: block;
	width: 420px;
	height: 425px;
	left: 76px;
	bottom: 0px;
	background-image: url("../images/model/model_about.png");
	background-repeat: no-repeat;
	background-position: center top;
}

.service_model{
	position: absolute;
	display: block;
	width: 400px;
	height: 660px;
	right: 126px;
	top: 182px;
	background-image: url("../images/model/model_service.png");
	background-repeat: no-repeat;
	background-position: center top;
}

.applications_model{
	position: absolute;
	display: block;
	width: 320px;
	height: 627px;
	left: 106px;
	top: 152px;
	background-image: url("../images/model/model_application.png");
	background-repeat: no-repeat;
	background-position: center top;
}

.applications_title{
	margin-left: 450px;
}

.care_model{
	position: absolute;
	display: block;
	width: 320px;
	height: 552px;
	right: 126px;
	top: 202px;
	background-image: url("../images/model/model_care.png");
	background-repeat: no-repeat;
	background-position: center top;
}

.contact_model{
	position: absolute;
	display: block;
	width: 380px;
	height: 525px;
	left: 106px;
	top: 182px;
	background-image: url("../images/model/model_contact.png");
	background-repeat: no-repeat;
	background-position: center top;
}

.pages_content{
	position: relative;
	display: block;
	width: 93%;
	min-height: 273px;
	letter-spacing: 3px;
	margin: 0 auto;
}

.index_content{
	position: relative;
	display: block;
	width: 1280px;
	height: 164px;
	text-align: center;
}

.index_button{
	position: relative;
	display: inline-block;
	width: 306px;
	height: 164px;
	background-repeat: no-repeat;
	background-position: center top;
}

.pages_title_green{
	position: relative;
	display: inline-block;
	padding-top: 10px;
	font-weight: bold;
	color: #9dd29c;
	font-size: 28px;
}

.pages_title_blue{
	position: relative;
	display: inline-block;
	padding: 10px 0;
	font-weight: bold;
	color: #4db9ec;
	font-size: 28px;
}

.pages_content p{
	position: relative;
	text-indent: 19px;
	margin: 0;
	padding: 0;
}

.service_point{
	position: relative;
	margin: 20px 0;
	padding: 4px 0 4px 45px;
	width: 480px;
	height: 23px;
	background-image: url("../images/Website_Production_Box.png");
	background-repeat: no-repeat;
	background-position: center top;
}

.service_blog{
	position: relative;
	display: block;
	width: 1086px;
	height: 215px;
	margin: 20px auto;
	box-shadow: 1px 1px 5px grey;
	background-color: white;
}

.application_blog1{
	position: relative;
	display: block;
	width: 737px;
	height: 195px;
	margin: 20px 0 20px 449px;
	box-shadow: 1px 1px 5px grey;
	background-color: white;
}

.application_blog2{
	position: relative;
	display: inline-block;
	width: 790px;
	height: 285px;
	margin: 20px 0 20px 0;
	box-shadow: 1px 1px 5px grey;
	background-color: white;
}

.service_white1{
	position: absolute;
	display: inline-block;
	width: 187px;
	height: 215px;
	left: 0px;
	top: 0px;
	font-weight: bold;
	color: #4db9ec;
	font-size: 28px;
	line-height: 215px;
	text-align: center;
	background-image: url("../images/Services_White.png");
	background-repeat: no-repeat;
	background-position: center center;
}

.service_white1_space{
	position: relative;
	display: inline-block;
	width: 914px;
	height: 215px;
	margin-left: 172px;
	background-image: url("../images/Services_Blue.png");
	background-repeat: repeat;
	background-position: center top;
}

.blogs_list_point{
	color: #FFFFFF;
	font-size: 28px;
	font-weight: bold;	
}

.blogs_list_remark{
	color: #000000;
	padding-left: 23px;
}

.service_white2{
	position: absolute;
	display: inline-block;
	width: 187px;
	height: 215px;
	right: 0px;
	top: 0px;
	font-weight: bold;
	color: #9dd29c;
	font-size: 28px;
	line-height: 215px;
	text-align: center;
	background-image: url("../images/Services_White2.png");
	background-repeat: no-repeat;
	background-position: center center;
}

.service_white2_space{
	position: relative;
	display: inline-block;
	width: 914px;
	height: 215px;
	background-image: url("../images/Services_Green.png");
	background-repeat: repeat;
	background-position: center top;
}

.service_blog a, .application_blog1 a, .application_blog2 a{
	color: #FFFFFF;
}

.application_white1{
	position: absolute;
	display: inline-block;
	width: 187px;
	height: 195px;
	left: 0px;
	top: 0px;
	font-weight: bold;
	color: #4db9ec;
	font-size: 28px;
	line-height: 195px;
	text-align: center;
	background-image: url("../images/Services_White.png");
	background-repeat: no-repeat;
	background-position: center center;
}

.application_white1_space{
	position: relative;
	display: inline-block;
	width: 565px;
	height: 195px;
	margin-left: 172px;
	background-image: url("../images/Services_Blue.png");
	background-repeat: repeat;
	background-position: center top;
}

.application_white2{
	position: absolute;
	display: inline-block;
	width: 187px;
	height: 285px;
	right: 0px;
	top: 0px;
	font-weight: bold;
	color: #9dd29c;
	font-size: 28px;
	line-height: 285px;
	text-align: center;
	background-image: url("../images/Services_White2.png");
	background-repeat: no-repeat;
	background-position: center center;
}

.application_white2_space{
	position: relative;
	display: inline-block;
	width: 618px;
	height: 285px;
	background-image: url("../images/Services_Green.png");
	background-repeat: repeat;
	background-position: center top;
}

.applicaiton_icon_phone{
	position: relative;
	display: inline-block;
	width: 41px;
	height: 41px;
	margin-right: 5px;
	background-image: url("../images/phone.png");
	background-repeat: no-repeat;
	background-position: center top;
	vertical-align: middle;
}

.applicaiton_icon_web_blue{
	position: relative;
	display: inline-block;
	width: 41px;
	height: 41px;
	margin-right: 5px;
	background-image: url("../images/web_blue.png");
	background-repeat: no-repeat;
	background-position: center top;
	vertical-align: middle;
}

.applicaiton_icon_web_white{
	position: relative;
	display: inline-block;
	width: 41px;
	height: 41px;
	margin-right: 5px;
	background-image: url("../images/web_white.png");
	background-repeat: no-repeat;
	background-position: center top;
	vertical-align: middle;
}

.applicaiton_icon_email{
	position: relative;
	display: inline-block;
	width: 41px;
	height: 41px;
	margin-right: 5px;
	background-image: url("../images/email.png");
	background-repeat: no-repeat;
	background-position: center top;
	vertical-align: middle;
}

.applicaiton_icon_address{
	position: relative;
	display: inline-block;
	width: 41px;
	height: 41px;
	margin-right: 5px;
	background-image: url("../images/address.png");
	background-repeat: no-repeat;
	background-position: center top;
	vertical-align: middle;
}

.application_ten_mins{
	position: relative;
	display: inline-block;
	width: 412px;
	height: 312px;
	background-image: url("../images/10mins.png");
	background-repeat: no-repeat;
	background-position: center top;
}

.applications_form{
	position: relative;
	display: block;
	padding: 10px 25px;
	margin-bottom: 20px;
	background-color: #FFFFFF;
	letter-spacing: 1px;
	box-shadow: 1px 1px 5px grey;
	overflow: visible;
}

.applications_form_small{
	font-size: 12px;
}

.applcation_form_title{
	position: relative;
	display: inline-block;
	width: 200px;
}

.applcation_form_field{
	padding: 8px;
	background-color: #f5f3eb;
	border-bottom: 8px solid #FFFFFF;
}

.care_info{
	background-color: #FFFFFF;
	box-shadow: 1px 1px 5px grey;
	width: 1130px;
	padding: 30px;
	margin: 20px auto;
}

.care_info_cert{
	margin: 20px 5px;
}

.care_info_image{
	position: relative;
	display: inline-block;
	width: 710px;
	margin: 10px 5px;
	vertical-align: top;
}

.care_info_image img{
	position: relative;
	display: inline-block;
	margin: 4px;
}

.contact_info{
	position: relative;
	display: inline-block;
	width: 340px;
}

.contact_map{
	position: relative;
	display: inline-block;
	width: 430px;
	margin: 0 0 5px 0;
	vertical-align: top;
}

.no_top_banner{
	position: relative;
	display: block;
	height: 155px;
}

ol, ul{
	list-style: none;
	margin: 0;
}

ol > li {
  counter-increment: chapter;
  padding-left: 28px;
}

ol > li:before {
  content: "("counter(chapter, lower-alpha)")";
  position: absolute;
  left: 28px;
}

.index_mobile_text, .index_mobile_model, .index_mobile_10mins{
	display: none;
}

.pages_content_about_format{
	left: 245px;
	width: 718px;
}

.pages_content_service_format{
	margin-left: 50px;
}

.pages_content_applications_format{
	margin-left: 10px;
	width: 97%;
}

.serevice_white1_table{
	margin-left: 119px;
	margin-top: 10px;
}

.serevice_white2_table{
	margin-left: 290px;
	margin-top: 10px;
}

.service_applications_button{
	display: none;
}

.service_mobile_application{
	display: none;
}

.application_white1_table{
	margin-left: 30px;
	margin-top: 10px;
}

.application_white2_table{
	margin-left: 10px;
	margin-top: 10px;
}

.applcation_form_field_left, .applcation_form_field_right{
	display: inline-block;
	float: left;
}

.applcation_form_field_left{
	margin-right: 20px;
}

.applcation_form_field_submit{
	display: block;
	clear: both;
}

.care_desc{
	position: relative;
	width: 395px;
	display:inline-block;
}

.pages_content_contact_format{
	left: 235px;
	width: 810px;
}