charset "utf-8";
/* CSS Document */

* {
	font-family: 微軟正黑體, Microsoft JhengHei, sans-serif, Arial, Helvetica;
}
body, h1, h2, h3, h4, h5, h6, a, p, select {
	font-family: 微軟正黑體, Microsoft JhengHei, sans-serif, Arial, Helvetica;
}
/*文字反選顏色*/
::-moz-selection {
	background: #EC7700;
	color: white;
}
::selection {
	background: #EC7700;
	color: white;
}


html {
	height: 100%;
	margin: 0;
}
body {
	margin: 0;
	min-height: 100%;
	width: 100%;
}

/*清除格式*/
.CleanFormat {
	clear: both;
}
#Features ul::after, #SpeciPriceList::after, #footBlock::after, #CustomerServiceBlock::after, #RapidDeploymentBlock::after, .formTxtList::after, .footerMenu::after {
	content:"";
	display:block;
	clear:both;
}
/*分隔線*/
.Dividers {
	margin: 10px auto;
	width: 100%;
	height: 1px;
	border-bottom: 1px dotted #373b80;
}

/*-------------------------WebStart-----------------------*/
#wrap {

}
/*-------------------------Header-----------------------*/
header {
	height:150px;
	width:100%;
	position:relative;
	border-bottom:1px solid #24536C;
}
#head {
	max-width:1100px;
	width:100%;
	margin:0 auto;
}
#Logo {
	display:block;
	padding:45px 0;
	width: 95%;
    max-width: 330px;
	margin-right:30px;
	float:left;
}
#Logo img {
	display:block;
	width:100%;
}

/*----Menu----*/
#MobileMenuOpen {
	display:none;
    position: fixed;
    right: 0;
    top: 120px;
    height: 60px;
    width: 60px;
    z-index: 99;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    overflow: hidden;
    transition: .5s;
}
#MobileMenuOpen:hover {
    box-shadow: #24536C 0 0 2px 2px;
}
#MobileMenuOpen a {
    font-size: 30px;
    line-height: 60px;
    text-align: center;
    display: block;
    width: 100%;
    height: 100%;
    background: #24536C;
    color: #ffffff;
    -webkit-writing-mode: sideways-lr;
    writing-mode: sideways-lr;
    transition: .3s;
}
#MobileMenuOpen a:hover {
    background: #ffffff;
    transition: .3s;
    color: #24536C;
}
nav {
	height:150px;
	text-transform:uppercase;
	float:right;
	font-size:0;
}
nav > ul {
	height:100%;
}
nav > ul > li {
	display:block;
	float:left;
}
nav > ul > li a {
	display:block;
	padding:95px 10px 15px;
	width:110px;
	height:40px;
	color:#176F94;
	line-height:20px;
	transition:.5s;
	vertical-align:bottom;
	background:#FFFFFF;
}
nav > ul > li a:hover, nav > ul > li a.active {
	background:#176F94;
	color:#ffffff;

}
nav > ul > li > ul > li > a.active {
	
}

/*-手機版選單開關-*/
#MobileMenuOpen {

}
#MobileMenuOpen a {

}
#MobileMenuOpen a:hover {

}

/*--麵包屑--*/
#navBar {

}

/*-------------------------Banner-----------------------*/
#Banner {
	width:100%;
	display:
}
#Banner img {
	width:100%;
	height:auto;
	display:block;
}
/*-------------------------BODY-----------------------*/
article {

}


section {

}

/*--表單樣式--*/
.formStyle {
	background:#F2F2F2;
	padding-top:50px;
}
.formStyle section {
	width:calc(100% - 80px);;
	max-width:820px;
	padding:60px 40px;
	background:#ffffff;
	box-shadow:#d0d0d0 0 0 3px 3px;
	margin:0 auto;
}

.formStyle h1 {
	font-size:18px;
	font-weight:bold;
	line-height:30px;
	color:#24536C;
}
.formStyle h5 {
	font-size:16px;
	font-weight:bold;
	line-height:30px;
	color:#24536C;
	font-style:italic;
}
.formStyle p {
	font-size:14px;
	line-height:20px;
	color:#6F9BB7;
}
.formTxtList li {
	padding:20px 10px 10px;
	float:left;
    min-height: 30px;
}
.formTxtList label {
	font-size:16px;
	color:#257698;
	font-weight:bold;
	font-style:italic;
	display:block;
}
.formTxtList input[type="text"],.formTxtList input[type="email"],.formTxtList input[type="password"],.formTxtList select, .formTxtList textarea {
	border:1px solid #CCCCCC;
	line-height:19px;
	padding:3px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	width:calc(100% - 8px);
}
.formTxtList textarea {
	min-height:140px;
}

#CaptchaBlock {
	padding-top:50px;
	text-align:center;
}
#CaptchaBlock img {
	vertical-align:bottom;
	height:30px;
	width:130px;
	margin-right:10px;
}
#CaptchaBlock input[type="text"] {
	border:1px solid #CCCCCC;
	line-height:19px;
	padding:4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	width:120px;
}

.SendBtn {
	width:100%;
	max-width:270px;
	margin:10px auto 0;
}

.ErrorTxt {
	color:red !important;
}


.formW10P {
	width:calc(10% - 20px);
}
.formW20P {
	width:calc(20% - 20px);
}
.formW30P {
	width:calc(30% - 20px);
}
.formW40P {
	width:calc(40% - 20px);
}
.formW50P {
	width:calc(50% - 20px);
}
.formW60P {
	width:calc(60% - 20px);
}
.formW70P {
	width:calc(70% - 20px);
}
.formW80P {
	width:calc(80% - 20px);
}
.formW90P {
	width:calc(90% - 20px);
}
.formW100P {
	width:calc(100% - 20px);
	margin:0;
}
/*-------------------------FOOTER-----------------------*/

footer {
	background:#24536C;
}
#footBlock {
	max-width:1060px;
	width:calc(100% - 40px);
	padding:40px 20px;
	margin:0 auto;
}

#copyright {
	max-width:1100px;
	width:100%;
	line-height:80px;
	color:#ffffff;
	text-align:center;
	margin:0 auto;
	border-top:1px solid #ffffff;
}

.footerMenu {
	float:left;
}
.footerMenu > li {
	margin-right:50px;
	display:block;
	float:left;
}
.footerMenu > li > ul > li:first-child {
	margin-bottom:20px;
}
.footerMenu h5 {
	color:#ffffff;
	font-weight:bold;
	font-size:18px;
}
.footerMenu a {
	color:#6F9BB7;
	transition:.3s;
}
.footerMenu a:hover {
	color:#ffffff;
	text-decoration:underline;
}
#footLogo {
	float:right;
	padding-top:40px;
}
/*-------------------------內容-------------------------*/
/*-----首頁-----*/
#Features {
	background:#F2F2F2;
}
#Features ul {
	max-width:1100px;
	width:95%;
	padding:110px 0 75px;
	margin:0 auto;
	display:block;
}
#Features li {
	width:300px;
	margin-right:100px;
	text-align:center;
	float:left;
}
#Features li:last-child {
	margin-right:0px;
}
#Features li img {
	display:block;
	margin:0 auto 30px;
}
#Features li h2 {
	font-size:18px;
	border-bottom:1px solid #24536C;
	color:#24536C;
	line-height:50px;
}
.FeatContent {
	width:250px;
	padding:20px 25px;
	text-align:left;
	line-height:20px;
	font-size:14px;
	color:#24536C;
	text-align: justify;
	text-justify:inter-ideograph;
	font-weight:bold;
}


#SpeciPrice {
	padding:88px 0;
	max-width:1100px;
	width:100%;
	margin:0 auto;
}
#SpeciPrice > p {
	color:#24536C;
	font-weight:bold;
	text-align: justify;
	text-justify:inter-ideograph;
	width:95%;
	display:block;
	margin:0 auto 50px;
}


#SpeciPriceList {
	width:100%;
}
#SpeciPriceList > li {
	width:274px;
	border-bottom:1px solid #6F9BB7;
	border-left:1px solid #6F9BB7;
	border-top:1px solid #6F9BB7;
	float:left;
}
#SpeciPriceList > li:last-child {
	width:273px;
	border-right:1px solid #6F9BB7;
}
#SpeciPriceList > li h3 {
	padding:23px;
	display:block;
	background:#24536C;
	color:#ffffff;
	font-size:18px;
	font-weight:bolder;
	line-height:20px;
}
.SpeciList {
	display:block;
	padding:10px 23px;
	color:#24536C;
	border-bottom:1px dotted #CCCCCC;
}
.SpeciInfoList {
	display:block;
	padding:10px 23px;
	color:#24536C;
	border-bottom:1px solid #6F9BB7;
	height:210px;
}
.SpeciInfoList li {
	line-height:22px;
	font-size:14px;
	text-indent:-5px;
}
.SpeciInfoList li::before {
	content:"-";
}
.PriceBlock {
	padding:20px 0;
	text-align:center;
}
.Price {
	color:#24536C;
	font-size:72px;
	font-weight:900;
	line-height:80px;
}
.PriceBlock p {
	color:#6F9BB7;
}

.OrderBtn, .SendBtn {
	background:#1D4C60;
	height:45px;
	transition:.3s;
}
.OrderButton {
	cursor: pointer;
    -webkit-appearance: none;
	display:block;
	width:100%;
	height:40px;
	margin-top:0;
	background:#24536C;
	color:#ffffff;
	transition:.3s;
	border: 0;
}
.OrderBtn:hover, .SendBtn:hover {
	padding-top:5px;
	height:40px;
}

/*---------公司簡介----------*/
.BgImgContent {
	padding:70px 0;
	background-size:cover !important;
}
.BannerContent {
	padding:40px 25px;
	width:calc(95% - 50px);
	max-width:550px;
	background:rgba(255,255,255,.8);
	margin:0 auto;
	color:#24536C;
}
.BannerContent h2 {
	font-size:18px;
	line-height:30px;
	margin-bottom:10px;
}
.BannerContent p {
	font-size:14px;
	line-height:20px;
	margin-bottom:10px;
}
.BannerContent p:last-child {
	margin-bottom:0px;
}

#CustomerServiceBlock, #RapidDeploymentBlock {
	padding:50px 0;
}
#CustomerServiceBlock h2 {
	color:#24536C;
	width: 95%;
	max-width:1020px;
	font-size:18px;
	line-height:30px;
	margin:0 auto 10px;
}
#RapidDeploymentBlock h3 {
	color:#24536C;
	font-size:18px;
	line-height:30px;
	margin:0 auto 10px;
}
#RapidDeploymentBlock p {
	color:#24536C;
	font-size:15px;
	line-height:20px;
	font-weight:bold;
	font-style:italic;
}

.Block_3, .Block_2 {
	max-width:1020px;
	width:95%;
	margin:0 auto;
	display:block;
}
.Block_3 > li {
	width: 32%;
    margin-right: 2%;
	float:left;
}
.Block_3 li:last-child, .Block_2 li:last-child {
	margin-right:0px;
}
.Block_3 h3 {
	color:#24536C;
	font-style:italic;
	font-size:14px;
	font-weight:bold;
}
.CustServiceList li {
	padding:0 10px;
	line-height: 22px;
    font-size: 14px;
    text-indent: -5px;
	color:#6F9BB7;
}
.CustServiceList li:before {
	content:"-";
}

.Block_2 li {
	width:45%;
	margin-right:10%;
	float:left;
}


/*----RWD Setting----*/
@media only screen and (max-width: 1117px) {
#SpeciPriceList {
	width:95%;
	margin:0 auto;
}
#SpeciPriceList > li {
    width: calc(25% - 1px);
}
#SpeciPriceList > li:last-child {
    width: calc(25% - 2px);
}
#Features li {
    width: 32%;
    margin-right: 2%;
}
.FeatContent {
    width: auto;
	padding: 20px 10px;
}
}
@media only screen and (max-width: 1026px) and (min-width: 840px) {
nav {
   width: calc(100% - 360px);
}
nav > ul > li {
	width:20%;
}
nav > ul > li a {
	width:auto;
}
}
@media only screen and (max-width: 839px) {
#Logo {
    display: block;
    width: 95%;
    max-width: 330px;
    margin: 0 auto;
    float: none;
}
#Logo img {
    width: 100%;
	height:auto;
}
#MobileMenuOpen {
	display:block;
}
nav {
    float: none;
    display: block;
    position: fixed;
    top: 0px;
    right: -280px;
    width: 260px;
    height: 100%;
    z-index: 99;
    padding:0px;
    text-align: center;
    background: rgba(255, 255, 255, .9);
    overflow: auto;
    margin: 0;
    transition: .5s;
}
nav > ul > li {
    float: none;
}
nav > ul > li > a {
	width:auto;
    display: block;
    padding: 5px 15px;
    margin: 0;
    text-align: center;
    color: #176F94;
    border: 0px;
    border-bottom: 1px solid #176F94;
    background: none;
    font-size: 17px;
	line-height: 40px;
}
nav > ul > li > a:hover, nav > ul > li > a.activ {
    color: #ffffff;
    border: 0px;
    border-bottom: 1px solid #176F94;
    background: #176F94;
}
}
@media only screen and (max-width: 994px) {
#SpeciPriceList > li {
    width: calc(50% - 1px);
    float: left;
    margin-bottom: 10px;
}
#SpeciPriceList > li h3 {
	text-align:center;
}
}
@media only screen and (max-width: 994px) and (min-width: 510px) {
#SpeciPriceList > li:nth-child(2n) {
    width: calc(50% - 2px);
	border-right: 1px solid #6F9BB7;
}
}
@media only screen and (max-width: 844px) {
.footerMenu {
    float: none;
    margin-bottom: 20px;
    text-align: center;
}
.footerMenu > li {
    margin:0 2%;
    display: inline-block;
     float: none; 
    text-align: center;
}
#footLogo {
    float: none;
    padding-top: 40px;
	text-align:center;
}
}

@media only screen and (max-width: 650px) {
#Features li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 50px;
}
.Block_3 > li, .Block_2 li {
    width: 100%;
    margin-right: 0;
    float: none;
    margin-bottom: 40px;
}
.Block_3 > li {
    text-align: center;
}
#CustomerServiceBlock h2 {
	text-align:center;
}
}
@media only screen and (max-width: 607px) {
.footerMenu > li {
    margin: 0 0 40px;
    display: block;
    float: none;
    text-align: center;
}
}
@media only screen and (max-width: 509px) {
#SpeciPriceList > li, #SpeciPriceList > li:last-child {
    width: calc(100% - 2px);
    float: none;
    border-right: 1px solid #6F9BB7;
}

.formStyle {
    padding-top: 0;
}
.formStyle section {
    box-shadow: none;
}
.formTxtList li {
     float: none; 
}
.formW40P, .formW60P {
    width: calc(100% - 20px);
    margin: 0;
}

}

@media only screen and (max-width: 366px) {
#CaptchaBlock img {
    vertical-align: bottom;
    height: 30px;
    width: 130px;
    margin:0 auto 10px;
	display:block;
}
}