@charset "utf-8";
/* CSS Document */


#content-wrap {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;	
}

#content-wrap #content {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}





/*slick style*/
.slick-prev {
	background-image: url("../images/arrow_prev.png")!important;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain!important;
	text-indent: -99999px;
	height: 50px!important;
	width: 50px!important;
	z-index: 90;
	left: 0px!important;
}

.slick-next {
	background-image: url("../images/arrow_next.png")!important;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain!important;
	text-indent: -99999px;
	height: 50px!important;
	width: 50px!important;
	z-index: 90;
	right: 0px!important;	
}

@media only screen and (min-width: 1px) and (max-width: 960px) {

.slick-prev {
	height: 30px!important;
	width: 30px!important;
	background-size: contain!important;
}

.slick-next {
	height: 30px!important;
	width: 30px!important;
	background-size: contain!important;
}	
	
}

.slider {
	width: 100%;
	float: left;
	overflow: hidden;
}

.productDetailBox .slick-slide {
	opacity: 0.3;
}

.productDetailBox .slick-center ,.productDetailBox .slick-current {
	opacity: 1;
}

/*banner*/
#banner-wrap {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
}

#banner-wrap #banner {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
}

#banner ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#banner ul li {
	padding: 0;
	margin: 0;
}

#banner div {
	padding: 0;
	margin: 0;
}

#banner .banner-slider {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#banner .banner-slider img {
	margin: auto;
	width: 100%;
}





/*box1*/
/*木奕勝網路隆重推出網頁製作方案*/
.box1-wrap {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #3b6db9;
	padding-top: 30px;
	padding-bottom: 30px;
}

.box1-wrap .box1 {
	max-width: 1100px;
	margin: auto;
	position: relative;
}

@media only screen and (min-width: 1025px) and (max-width: 1200px) {
	
.box1-wrap .box1 {
	padding-left: 20px;
	padding-right: 20px;
}

}

.box1-wrap .box1 p {
	color: #fff;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 40px;
}

.box1-wrap .box1 p span {
	font-size: 1.8em;
	font-weight: 500;
}

.box1-wrap .box1 img {
	position: absolute;
	right: 0;
	bottom: -30px;
	width: 320px;
}

.box1-wrap .mobileMode {
	display: none;
}

.box1-wrap .pcMode {
	display: block;
}

@media only screen and (min-width: 1px) and (max-width: 1024px) {

.box1-wrap {
	padding-top: 20px;
	padding-bottom: 20px;
}

.box1-wrap .mobileMode {
	display: block;
}

.box1-wrap .pcMode {
	display: none;
}

.box1-wrap .box1 p {
	color: #fff;
	font-size: 1.15em;
	font-weight: normal;
	line-height: 30px;
	text-align: center;
}

.box1-wrap .box1 p span {
	font-size: 1.4em;
	font-weight: 500;
	text-align: center;
}

.box1-wrap .box1 img {
	display: none;
}

}

@media only screen and (min-width: 1px) and (max-width: 350px) {
	
.box1-wrap .box1 p {
	font-size: 1em;
}
	
}

@media only screen and (min-width: 351px) and (max-width: 640px) {
	
.box1-wrap .box1 p {
	font-size: 1.2em;
}
	
}

@media only screen and (min-width: 641px) and (max-width: 800px) {
	
.box1-wrap .box1 p {
	font-size: 1.4em;
}
	
.box1-wrap .box1 p span {
	font-size: 1.7em;
}
	
}

@media only screen and (min-width: 801px) and (max-width: 1024px) {
	
.box1-wrap .box1 p {
	font-size: 1.5em;
}

.box1-wrap .box1 p span {
	font-size: 1.8em;
}
	
}

@media only screen and (min-width: 1025px) and (max-width: 1200px) {
	
.box1-wrap .box1 p {
	font-size: 1.4em;
}

.box1-wrap .box1 p span {
	font-size: 1.7em;
}

}





/*box2*/
/*網站舊換新 享優惠;初入網路 招待網域*/
.box2-wrap {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #f7f5f0;
	padding-top: 50px;
	padding-bottom: 50px;
}

.box2-wrap .box2 {
	max-width: 1100px;
	margin: auto;
}

.box2List {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style: none;
	border: 1px solid #dcdbdb;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background-color: #ffffff;
	padding-top: 30px;
    padding-bottom: 30px;
	background-image: url("../images/icon_horn.png");
	background-repeat: no-repeat;
	background-size: 110px;
	background-position: 95% center;
}

@media only screen and (min-width: 1px) and (max-width: 880px) {
	
.box2List {
	background-image: none;
}
	
}

.box2List li {
	float: left;
	width: 100%;
	margin: 0px;
	padding-left: 120px;
	padding-right: 120px;
	padding-top: 10px;
    padding-bottom: 10px;
	background-image: url("../images/icon_check.png");
	background-repeat: no-repeat;
	background-size: 50px;
	background-position: 50px center;
}

.box2List li h2 {
	float: left;
	width: 100%;
	font-size: 1.8em;
	color: #000;
	line-height: 40px;
}

.box2List li p {
	float: left;
	width: 100%;
	font-size: 1.1em;
	color: #000;
}

.box2List li p span {
	color: #ff6283;
}

@media only screen and (min-width: 1px) and (max-width: 1024px) {
	
.box2-wrap {
	padding-top: 30px;
	padding-bottom: 30px;
}

.box2List {
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	padding-top: 20px;
    padding-bottom: 20px;
}

.box2List li {
	padding-left: 70px;
	padding-right: 30px;
	padding-top: 10px;
    padding-bottom: 10px;
	background-size: 30px;
	background-position: 30px center;
}

.box2List li h2 {
	float: left;
	width: 100%;
	font-size: 1.6em;
	color: #000;
	line-height: 40px;
}

.box2List li p {
	float: left;
	width: 100%;
	font-size: 1em;
	color: #000;
	line-height: 1.5;
}

}

@media only screen and (min-width: 1px) and (max-width: 350px) {
	
.box2-wrap {
	padding-top: 20px;
	padding-bottom: 20px;
}
	
.box2List li {
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 10px;
    padding-bottom: 10px;
	background-image: none;
}
	
.box2List li h2 {
	font-size: 1.5em;
	line-height: 1.5;
}
	
.box2List li p {
	font-size: 0.95em;
	line-height: 1.3;
}
	
}





/*box3*/
/*方案介紹*/
.box3-wrap {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #dbe7f0;
}

.box3-title {
	float: left;
	width: 100%;
	background-image: url("../images/bg_title1.png");
	background-repeat: no-repeat;
	background-position: top center;
	height: 240px;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}

.box3-title .title {
	color: #fff;
	font-size: 3.8em;
	line-height: 1.5em;
}

.box3-title .title-desc {
	color: #38629c;
	font-size: 1.6em;
	line-height: 1.5em;
	background-image: url("../images/bg_title1_gradation.png");
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 5px;
	padding-bottom: 5px;
}

@media only screen and (min-width: 1px) and (max-width: 900px) {
	
.box3-title {
	height: 180px;
	padding-top: 30px;
	padding-bottom: 30px;
	background-position: bottom center;
}
	
.box3-title .title {
	font-size: 2.8em;
	line-height: 1.2em;
}

.box3-title .title-desc {
	font-size: 1.2em;
	line-height: 1.5em;
}
	
}

.box3-wrap .box3 {
	max-width: 1100px;
	margin: auto;
}

.box3-wrap .box3 .topBox {
	float: left;
	width: 100%;
}

.box3-wrap .box3 .topBox .leftBox {
	float: left;
	width: 40%;
}

.box3-wrap .box3 .topBox .leftBox .box {
	float: left;
	max-width: 280px;
	position: relative;
}

.box3-wrap .box3 .topBox .leftBox .box:after {
	content: "";
	background-image: url("../images/icon_add.png");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 40px;
	width: 51px;
	height: 51px;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	right: -120px;
}

.box3-wrap .box3 .topBox .leftBox .box h3 {
	float: left;
	width: 100%;
	height: 70px;
	line-height: 70px;
	background-color: #e55227;
	text-align: center;
	color: #fff;
	font-size: 2.4em;
}

.box3-wrap .box3 .topBox .leftBox .boxContent {
	float: left;
	width: 100%;
	background-color: #fff;
	padding-top: 30px;
	padding-bottom: 30px;
}

.box3-wrap .box3 .topBox .leftBox .boxContent p {
	float: left;
	width: 100%;
	color: #000000;
	height: 35px;
	line-height: 35px;
	background-color: #fff;
	padding-left: 40px;
	padding-right: 40px;
	font-size: 1.22em;
}

.box3-wrap .box3 .topBox .rightBox {
	float: left;
	width: 60%;
}

.box3-wrap .box3 .topBox .rightBox ul {
	float: right;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 40px;
}

.box3-wrap .box3 .topBox .rightBox ul li {
	float: left;
	width: 190px;
	height: 190px;
	margin-left: 15px;
	margin-right: 15px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #ffffff;
	border: 1px solid #cbd7e2;
	padding-top: 20px;
}

.box3-wrap .box3 .topBox .rightBox ul li img {
	margin: auto;
	width: 100px;
}

.box3-wrap .box3 .topBox .rightBox ul li p {
	float: left;
	width: 100%;
	text-align: center;
	color: #292929;
	font-size: 1.2em;
	line-height: 1;
}

.box3-wrap .box3 .topBox .rightBox h3 {
	float: left;
	text-align: right;
	width: 100%;
	color: #292929;
	font-size: 1.7em;
	background-image: url("../images/bg_yellowline.png");
	background-repeat: no-repeat;
	background-position: right center;
	margin-top: 15px;
}

.box3-wrap .box3 .topBox .rightBox strong {
	float: left;
	text-align: right;
	width: 100%;
	color: #292929;
	font-size: 0.95em;
}

.box3-wrap .box3 .bottomBox {
	float: left;
	width: 100%;
}

.box3-wrap .box3 .bottomBox .leftBox {
	float: left;
	width: 50%;
}

.box3-wrap .box3 .bottomBox .leftBox h3 {
	float: left;
	width: 100%;
	color: #e55227;
	font-size: 7.5em;
}

.box3-wrap .box3 .bottomBox .rightBox {
	float: left;
	width: 50%;
}

.box3-wrap .box3 .bottomBox .rightBox p {
	float: left;
	width: 100%;
	color: #292929;
	font-size: 1.1em;
	text-align: right;
	padding-top: 80px;
	line-height: 1.2;
}

.box3-wrap .box3 .bottomBox .rightBox p span {
	font-size: 1.3em;
	font-weight: 600;
}

/*bottomBox RWD*/
@media only screen and (min-width: 1px) and (max-width: 690px) {

.box3-wrap .box3 .bottomBox .leftBox {
	width: 100%;
	text-align: center;
}

.box3-wrap .box3 .bottomBox .leftBox h3 {
	font-size: 20vw;
	line-height: 1.5;
}
	
.box3-wrap .box3 .bottomBox .rightBox {
	width: 100%;
}

.box3-wrap .box3 .bottomBox .rightBox p {
	font-size: 0.85em;
	padding-top: 0px;
	padding-bottom: 40px;
	text-align: center;
}
	
.box3-wrap .box3 .bottomBox .rightBox p span {
	font-size: 1.1em;
	display: block;
}
	
}

@media only screen and (min-width: 691px) and (max-width: 980px) {

.box3-wrap .box3 .bottomBox .leftBox {
	width: 50%;
}

.box3-wrap .box3 .bottomBox .leftBox h3 {
	font-size: 12.5vw;
}
	
.box3-wrap .box3 .bottomBox .rightBox {
	width: 50%;
}

.box3-wrap .box3 .bottomBox .rightBox p {
	padding-top: 17%;
	font-size: 0.85em;
}
	
.box3-wrap .box3 .bottomBox .rightBox p span {
	font-size: 1.1em;
	display: block;
}
	
}

@media only screen and (min-width: 981px) and (max-width: 1200px) {

.box3-wrap .box3 .bottomBox .leftBox {
	width: 45%;
}

.box3-wrap .box3 .bottomBox .leftBox h3 {
	font-size: 11vw;
}
	
.box3-wrap .box3 .bottomBox .rightBox {
	width: 55%;
}

.box3-wrap .box3 .bottomBox .rightBox p {
	padding-top: 17%;
	font-size: 1em;
}

}

/*topBox RWD*/
@media only screen and (min-width: 1px) and (max-width: 620px) {
	
.box3-wrap .box3 .topBox .leftBox {
	width: 100%;
}

.box3-wrap .box3 .topBox .leftBox .box {
	max-width: 100%;
	margin-top: 10px;
}
	
.box3-wrap .box3 .topBox .leftBox .box h3 {
	height: 60px;
	line-height: 60px;
	font-size: 1.6em;
}

.box3-wrap .box3 .topBox .leftBox .boxContent {
	padding-top: 15px;
	padding-bottom: 15px;
}

.box3-wrap .box3 .topBox .leftBox .boxContent p {
	height: 30px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 1em;
	text-align: center;
}

.box3-wrap .box3 .topBox .rightBox {
	width: 100%;
}
	
.box3-wrap .box3 {
	float: left;
	width: 100%;
	padding-left: 3%;
	padding-right: 3%;
}
	
.box3-wrap .box3 .topBox .rightBox ul {
	text-align: center;
	margin: 0;
	width: 100%;
	margin-top: 50px;
}
	
.box3-wrap .box3 .topBox .rightBox ul li {
	display: inline-block;
	float: none;
	width: 120px;
	height: 120px;
	margin-left: 2px;
	margin-right: 2px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #ffffff;
	border: 1px solid #cbd7e2;
	padding-top: 20px;
}
	
.box3-wrap .box3 .topBox .rightBox ul li img {
	width: 50px;
}

.box3-wrap .box3 .topBox .rightBox ul li p {
	font-size: 0.85em;
}

.box3-wrap .box3 .topBox .leftBox .box:after {
	left: 50%;
	top: 240px;
	background-size: 30px;
	margin-left: -26px;
}
	
.box3-wrap .box3 .topBox .rightBox h3 {
	background-image: url("../images/bg_yellowline2.png");
	font-size: 1em;
	text-align: center;
	background-size: contain;
	background-position: center;
}
	
.box3-wrap .box3 .topBox .rightBox strong {
	text-align: center;
}
	
}

@media only screen and (min-width: 621px) and (max-width: 780px) {
	
.box3-wrap .box3 .topBox .leftBox {
	width: 35%;
}

.box3-wrap .box3 .topBox .leftBox .box h3 {
	height: 60px;
	line-height: 60px;
	font-size: 2em;
}

.box3-wrap .box3 .topBox .leftBox .boxContent {
	padding-top: 30px;
	padding-bottom: 30px;
}

.box3-wrap .box3 .topBox .leftBox .boxContent p {
	height: 30px;
	line-height: 30px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 1.05em;
}

.box3-wrap .box3 .topBox .rightBox {
	width: 65%;
}
	
.box3-wrap .box3 {
	float: left;
	width: 100%;
	padding-left: 3%;
	padding-right: 3%;
}
	
.box3-wrap .box3 .topBox .rightBox ul {
	text-align: center;
	margin: 0;
	width: 330px;
}
	
.box3-wrap .box3 .topBox .rightBox ul li {
	display: inline-block;
	float: none;
	width: 140px;
	height: 140px;
	margin-left: 10px;
	margin-right: 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #ffffff;
	border: 1px solid #cbd7e2;
	padding-top: 20px;
}
	
.box3-wrap .box3 .topBox .rightBox ul li img {
	width: 70px;
}

.box3-wrap .box3 .topBox .rightBox ul li p {
	font-size: 1em;
}

.box3-wrap .box3 .topBox .leftBox .box:after {
	right: -35%;
}
	
.box3-wrap .box3 .topBox .rightBox h3 {
	background-image: url("../images/bg_yellowline2.png");
	font-size: 1.3em;
}
	
}

@media only screen and (min-width: 781px) and (max-width: 850px) {
		
.box3-wrap .box3 {
	float: left;
	width: 100%;
	padding-left: 3%;
	padding-right: 3%;
}
	
.box3-wrap .box3 .topBox .rightBox ul {
	text-align: center;
	margin: 0;
	width: 370px;
}
	
.box3-wrap .box3 .topBox .rightBox ul li {
	display: inline-block;
	float: none;
	width: 160px;
	height: 160px;
	margin-left: 10px;
	margin-right: 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #ffffff;
	border: 1px solid #cbd7e2;
	padding-top: 20px;
}
	
.box3-wrap .box3 .topBox .rightBox ul li img {
	width: 85px;
}

.box3-wrap .box3 .topBox .rightBox ul li p {
	font-size: 1em;
}

.box3-wrap .box3 .topBox .leftBox .box:after {
	right: -35%;
}
	
.box3-wrap .box3 .topBox .rightBox h3 {
	background-image: url("../images/bg_yellowline1.png");
	font-size: 1.5em;
}
	
}

@media only screen and (min-width: 851px) and (max-width: 900px) {
	
.box3-wrap .box3 {
	float: left;
	width: 100%;
	padding-left: 3%;
	padding-right: 3%;
}
	
.box3-wrap .box3 .topBox .rightBox ul li {
	width: 140px;
	height: 140px;
	margin-left: 2px;
	margin-right: 2px;
}

.box3-wrap .box3 .topBox .rightBox ul li img {
	width: 60px;
}

.box3-wrap .box3 .topBox .rightBox ul li p {
	font-size: 1.1em;
}

.box3-wrap .box3 .topBox .leftBox .box:after {
	right: -70px;
}
	
.box3-wrap .box3 .topBox .rightBox h3 {
	background-image: url("../images/bg_yellowline1.png");
	font-size: 1.5em;
}
	
}

@media only screen and (min-width: 901px) and (max-width: 950px) {
	
.box3-wrap .box3 {
	float: left;
	width: 100%;
	padding-left: 3%;
	padding-right: 3%;
}
	
.box3-wrap .box3 .topBox .rightBox ul li {
	width: 150px;
	height: 150px;
	margin-left: 5px;
	margin-right: 5px;
}

.box3-wrap .box3 .topBox .rightBox ul li img {
	width: 70px;
}

.box3-wrap .box3 .topBox .rightBox ul li p {
	font-size: 1.1em;
}

.box3-wrap .box3 .topBox .leftBox .box:after {
	right: -80px;
}
	
.box3-wrap .box3 .topBox .rightBox h3 {
	background-image: url("../images/bg_yellowline1.png");
	font-size: 1.5em;
}
	
}

@media only screen and (min-width: 951px) and (max-width: 1030px) {
	
.box3-wrap .box3 {
	float: left;
	width: 100%;
	padding-left: 3%;
	padding-right: 3%;
}
	
.box3-wrap .box3 .topBox .rightBox ul li {
	width: 160px;
	height: 160px;
	margin-left: 5px;
	margin-right: 5px;
}

.box3-wrap .box3 .topBox .rightBox ul li img {
	width: 80px;
}

.box3-wrap .box3 .topBox .rightBox ul li p {
	font-size: 1.1em;
}

.box3-wrap .box3 .topBox .leftBox .box:after {
	right: -90px;
}
	
}

@media only screen and (min-width: 1031px) and (max-width: 1090px) {
	
.box3-wrap .box3 {
	float: left;
	width: 100%;
	padding-left: 3%;
	padding-right: 3%;
}
	
.box3-wrap .box3 .topBox .rightBox ul li {
	width: 170px;
	height: 170px;
	margin-left: 10px;
	margin-right: 10px;
}

.box3-wrap .box3 .topBox .rightBox ul li img {
	width: 90px;
}

.box3-wrap .box3 .topBox .rightBox ul li p {
	font-size: 1.1em;
}

.box3-wrap .box3 .topBox .leftBox .box:after {
	right: -100px;
}
	
}

@media only screen and (min-width: 1091px) and (max-width: 1150px) {
	
.box3-wrap .box3 {
	float: left;
	width: 100%;
	padding-left: 3%;
	padding-right: 3%;
}
	
.box3-wrap .box3 .topBox .rightBox ul li {
	width: 180px;
	height: 180px;
	margin-left: 10px;
	margin-right: 10px;
}

.box3-wrap .box3 .topBox .rightBox ul li img {
	width: 90px;
}

.box3-wrap .box3 .topBox .rightBox ul li p {
	font-size: 1.1em;
}

.box3-wrap .box3 .topBox .leftBox .box:after {
	right: -100px;
}
	
}





/*box4*/
/*另有更多超值擴充方案，請詳見官網*/
.box4-wrap {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #e5f2fc;
	padding-top: 25px;
	padding-bottom: 25px;
}

.box4-wrap .box4 {
	max-width: 740px;
	margin: auto;
}

.box4-wrap .box4 p {
	float: left;
	color: #e55227;
	font-size: 1.8em;
	font-weight: 600;
	line-height: 54px;
}

.box4-wrap .box4 a.more {
	float: right;
}

.box4-wrap .box4 a.more {
	-moz-box-shadow:inset 0px 1px 0px 0px #f0b39e;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f0b39e;
	box-shadow:inset 0px 1px 0px 0px #f0b39e;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e08d34), color-stop(1, #d66b28));
	background:-moz-linear-gradient(top, #e08d34 5%, #d66b28 100%);
	background:-webkit-linear-gradient(top, #e08d34 5%, #d66b28 100%);
	background:-o-linear-gradient(top, #e08d34 5%, #d66b28 100%);
	background:-ms-linear-gradient(top, #e08d34 5%, #d66b28 100%);
	background:linear-gradient(to bottom, #e08d34 5%, #d66b28 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e08d34', endColorstr='#d66b28',GradientType=0);
	background-color:#e08d34;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #96694f;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	padding:10px 40px;
	text-decoration:none;
	text-shadow:0px 1px 0px #94624e;
	font-size: 1.2em;
}

.box4-wrap .box4 a.more:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d66b28), color-stop(1, #e08d34));
	background:-moz-linear-gradient(top, #d66b28 5%, #e08d34 100%);
	background:-webkit-linear-gradient(top, #d66b28 5%, #e08d34 100%);
	background:-o-linear-gradient(top, #d66b28 5%, #e08d34 100%);
	background:-ms-linear-gradient(top, #d66b28 5%, #e08d34 100%);
	background:linear-gradient(to bottom, #d66b28 5%, #e08d34 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d66b28', endColorstr='#e08d34',GradientType=0);
	background-color:#d66b28;
}

.box4-wrap .box4 a.more:active {
	position:relative;
	top:1px;
}

@media only screen and (min-width: 1px) and (max-width: 1024px) {

.box4-wrap .box4 {
	text-align: center;
}

.box4-wrap .box4 p {
	float: left;
	width: 100%;
	font-size: 1.6em;
	text-align: center;
	line-height: 1.3;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
}

.box4-wrap .box4 a.more {
	float: none;
}

}

@media only screen and (min-width: 1px) and (max-width: 520px) {
	
.box4-wrap .box4 p span {
	display: block;
}
	
.box4-wrap .box4 p {
	font-size: 1.5em;
}
	
}





/*box5*/
/*擁有自己的網頁;別再浪費你的錢*/
.box5-wrap {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #38629c;
	padding-top: 50px;
	padding-bottom: 50px;
}

.box5-wrap .box5 {
	max-width: 1100px;
	margin: auto;
}

.box5List {
	float: left;
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
}

.box5List li {
	float: left;
	padding: 30px;
	margin: 0;
	background-color: #34a052;
}

.box5List li .leftBox {
	float: left;
	width: 35%;
}

.box5List li .rightBox {
	float: left;
	width: 65%;
	padding-left: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
}

.box5List li .rightBox h2 {
	float: left;
	width: 100%;
	color: #fff;
	font-size: 2.4em;
	line-height: 1.2;
	padding-bottom: 5px;
}

.box5List li .rightBox p {
	float: left;
	width: 100%;
	color: #fff;
	font-size: 1.25em;
	line-height: 1.35em;
}

@media only screen and (min-width: 1px) and (max-width: 480px) {

.box5-wrap {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #38629c;
	padding-top: 3%;
	padding-bottom: 3%;
}

.box5-wrap .box5 {
	float: left;
	width: 100%;
}

.box5List li {
	float: left;
	width: 94%;
	margin: 3%;
    padding: 20px;
}

.box5List li:nth-child(1) {
	margin-bottom: 3%;
}

.box5List li:nth-child(1) {
	margin-bottom: 0%;
}
	
.box5List li .leftBox {
	width: 100%;
}

.box5List li .leftBox img {
	max-width: 100px;
	margin: auto;
}

.box5List li .rightBox {
	width: 100%;
	padding-right: 0px;
	padding-left: 0px;
}

.box5List li .rightBox h2 {
	font-size: 1.5em;
	line-height: 1.2;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: center;
}

.box5List li .rightBox p {
	font-size: 1em;
	line-height: 1.35em;
}

}

@media only screen and (min-width: 481px) and (max-width: 820px) {

.box5-wrap {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #38629c;
	padding-top: 2%;
	padding-bottom: 2%;
}

.box5List li {
	float: left;
	width: 94%;
	margin: 3%;
	margin-bottom: 0.5%;
    padding: 20px;
}

.box5List li .leftBox {
	width: 15%;
}

.box5List li .rightBox {
	width: 85%;
	padding-right: 30px;
	padding-left: 20px;
}

.box5List li .rightBox h2 {
	font-size: 1.7em;
	line-height: 1.2;
	padding-bottom: 5px;
}

.box5List li .rightBox p {
	font-size: 1.05em;
	line-height: 1.35em;
}

}

@media only screen and (min-width: 821px) and (max-width: 1120px) {

.box5List li {
	width: 49%;
}

.box5List li:nth-child(1) {
	margin-right: 1%;
}

.box5List li:nth-child(2) {
	margin-left: 1%;
}

.box5List li {
	padding: 20px;
}

.box5List li .leftBox {
	width: 25%;
}

.box5List li .rightBox {
	width: 75%;
	padding-right: 10px;
}

.box5List li .rightBox h2 {
	font-size: 2em;
	line-height: 1.2;
	padding-bottom: 5px;
}

.box5List li .rightBox p {
	font-size: 1.02em;
	line-height: 1.35em;
}

}

@media only screen and (min-width: 1121px)  {

.box5List li {
	width: 49%;
}

.box5List li:nth-child(1) {
	margin-right: 1%;
}

.box5List li:nth-child(2) {
	margin-left: 1%;
}

}





/*box6*/
/*我們的優勢*/
.box6-wrap {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	background-image: url("../images/7.png");
	background-repeat: no-repeat;
	background-position: center 280px;
}

.box6-title {
	float: left;
	width: 100%;
	background-image: url("../images/bg_title2.png");
	background-repeat: no-repeat;
	background-position: bottom center;
	height: 240px;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
}

.box6-title .title {
	color: #000;
	font-size: 3.2em;
	line-height: 1.5em;
	text-shadow: rgb(255, 255, 255) 3px 0px 0px, rgb(255, 255, 255) 2.83487px 0.981584px 0px, rgb(255, 255, 255) 2.35766px 1.85511px 0px, rgb(255, 255, 255) 1.62091px 2.52441px 0px, rgb(255, 255, 255) 0.705713px 2.91581px 0px, rgb(255, 255, 255) -0.287171px 2.98622px 0px, rgb(255, 255, 255) -1.24844px 2.72789px 0px, rgb(255, 255, 255) -2.07227px 2.16926px 0px, rgb(255, 255, 255) -2.66798px 1.37182px 0px, rgb(255, 255, 255) -2.96998px 0.42336px 0px, rgb(255, 255, 255) -2.94502px -0.571704px 0px, rgb(255, 255, 255) -2.59586px -1.50383px 0px, rgb(255, 255, 255) -1.96093px -2.27041px 0px, rgb(255, 255, 255) -1.11013px -2.78704px 0px, rgb(255, 255, 255) -0.137119px -2.99686px 0px, rgb(255, 255, 255) 0.850987px -2.87677px 0px, rgb(255, 255, 255) 1.74541px -2.43999px 0px, rgb(255, 255, 255) 2.44769px -1.73459px 0px, rgb(255, 255, 255) 2.88051px -0.838247px 0px;
}

.box6-title .title-desc {
	color: #000000c;
	font-size: 1.3em;
	line-height: 1.5em;
	background-image: url("../images/bg_title2_gradation.png");
	background-repeat: no-repeat;
	background-position: top center;
}

@media only screen and (min-width: 1px) and (max-width: 900px) {
	
.box6-title {
	height: 160px;
	padding-top: 30px;
	padding-bottom: 30px;
	background-position: bottom center;
}
	
.box6-title .title {
	font-size: 2.8em;
	line-height: 1.2em;
}

.box6-title .title-desc {
	font-size: 0.95em;
	line-height: 1.5em;
}
	
}

.box6-wrap .box6 {
	max-width: 1100px;
	margin: auto;
}

.box6List {
	float: left;
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

.box6List li {
	display: inline-block;
	padding: 0;
	margin: 0;
	padding-bottom: 10px;
}

.box6List li img {
	margin: auto;
	width: 150px;
}

.box6List li h3 {
	float: left;
	width: 100%;
	color: #23649a;
	font-weight: normal;
	font-size: 1.4em;
	line-height: 1.4;
	padding-bottom: 5px;
}

.box6List li p {
	float: left;
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 1.4;
}

@media only screen and (min-width: 1px) and (max-width: 480px) {
	
.box6-wrap {
	background-image: none;
}

.box6List li {
	width: 100%;
	padding-bottom: 10px;
}

.box6List li img {
	width: 120px;
}

.box6List li h3 {
	font-size: 1.3em;
}

.box6List li p {
	line-height: 1.2;
	font-size: 0.95em;
}

}

@media only screen and (min-width: 481px) and (max-width: 800px) {
	
.box6-wrap {
	background-image: none;
}
	
.box6List li {
	width: 48%;
	padding-bottom: 20px;
}

.box6List li:nth-child(2n+1) {
	clear: both;
}

.box6List li h3 {
	font-size: 1.2em;
}

.box6List li p {
	line-height: 1.2;
	font-size: 0.95em;
}

}

@media only screen and (min-width: 801px) and (max-width: 1023px) {

.box6List li {
	width: 31.3%;
}

.box6List li:nth-child(3n+1) {
	clear: both;
}

}

@media only screen and (min-width: 1025px)  {

.box6List li {
	width: 24%;
}

.box6List li:nth-child(4n+1) {
	clear: both;
}

}





/*box7*/
/*製作流程*/
.box7-wrap {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #fcf3e0;
}

.box7-title {
	float: left;
	width: 100%;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
}

.box7-title .title {
	color: #000;
	font-size: 3.2em;
	line-height: 1.5em;
}

.box7-title .title-desc {
	color: #e55227;
	font-size: 1.3em;
	line-height: 1.5em;
	background-image: url("../images/bg_title1_gradation.png");
	background-repeat: no-repeat;
	background-position: top center;
}

@media only screen and (min-width: 1px) and (max-width: 900px) {
	
.box7-title {
	padding-top: 30px;
	padding-bottom: 30px;
}
	
.box7-title .title {
	font-size: 2.8em;
	line-height: 1.2em;
}

.box7-title .title-desc {
	font-size: 0.95em;
	line-height: 1.5em;
}
	
}

.box7-wrap .box7 {
	max-width: 1100px;
	margin: auto;
}

.box7List {
	float: left;
	width:100%;
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
	padding-bottom: 100px;
}

.box7List li {
	display:  inline-block;
	position: relative;
}

.box7List li img {
	width: 110px;
	margin: auto
}

.box7List li p {
	float: left;
	width:100%;
	text-align: center;
	font-size: 1.2em;
}

/*@media only screen and (min-width: 1px) and (max-width: 350px) {

.box7List {
	padding-bottom: 50px;
	padding-left: 0%;
	padding-right: 10%;
}

.box7List li {
	width: 140px;
	font-size: 0.95em;
	padding-bottom: 20px;
}

.box7List li:after {
	background-size: 30px;
	width: 30px;
	height: 26px;
	top: 40%;
	margin-top: -20px;
	right: -18px;
}	
	
}*/

@media only screen and (min-width: 1px) and (max-width: 500px) {

.box7List li:nth-child(1):after {
	content: "";
	background-image: url("../images/process_arrow.png");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 25px;
	width: 25px;
	height: 25px;
	position: absolute;
	top: 40%;
	margin-top: -20px;
	right: -15px;
}
	
.box7List li:nth-child(2):after {
	content: "";
	background-image: url("../images/process_arrow1.png");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 25px;
	width: 25px;
	height: 25px;
	position: absolute;
	top: 95%;
	margin-top: -20px;
	margin-right: -10px;
	right: 50%;
}
	
.box7List li:nth-child(4):after {
	content: "";
	background-image: url("../images/process_arrow2.png");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 25px;
	width: 25px;
	height: 25px;
	position: absolute;
	top: 40%;
	margin-top: -20px;
	left: -15px;
}
	
.box7List li:nth-child(3):after {
	content: "";
	background-image: url("../images/process_arrow1.png");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 25px;
	width: 25px;
	height: 25px;
	position: absolute;
	top: 95%;
	margin-top: -20px;
	margin-right: -10px;
	right: 50%;
}
	
.box7List li:nth-child(5):after {
	content: "";
	background-image: url("../images/process_arrow.png");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 25px;
	width: 25px;
	height: 25px;
	position: absolute;
	top: 40%;
	margin-top: -20px;
	right: -15px;
}

.box7List {
	float: none;
	padding-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
	max-width: 300px;
}

.box7List li {
	width: 140px;
	font-size: 0.95em;
	padding-bottom: 30px;
}
		
}

@media only screen and (min-width: 501px) and (max-width: 990px) {
	
.box7List li:after {
	content: "";
	background-image: url("../images/process_arrow.png");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 30px;
	width: 30px;
	height: 26px;
	position: absolute;
	top: 40%;
	margin-top: -20px;
	right: -18px;
}

.box7List li:nth-last-child(1):after {
	content: "";
	background-image: none;
}

.box7List {
	padding-bottom: 50px;
	padding-left: 2%;
	padding-right: 8%;
}

.box7List li {
	width: 140px;
	font-size: 0.95em;
	padding-bottom: 20px;
}	
	
}

@media only screen and (min-width: 991px)  {
	
.box7List li:after {
	content: "";
	background-image: url("../images/process_arrow.png");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 40px;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 40%;
	margin-top: -20px;
	right: -20px;
}

.box7List li:nth-last-child(1):after {
	content: "";
	background-image: none;
}


.box7List li {
	width: 15%;
}

}





/*box8*/
/*精選模板*/
.box8-wrap {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	padding-bottom: 50px;
}

.box8-title {
	float: left;
	width: 100%;
	background-image: url("../images/bg_title3.png");
	background-repeat: no-repeat;
	background-position: top center;
	height: 240px;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 20px;
}

.box8-title .title {
	color: #fff;
	font-size: 3.8em;
	line-height: 1.5em;
}

.box8-title .title-desc {
	color: #e55227;
	font-size: 1.3em;
	line-height: 1.5em;
	background-image: url("../images/bg_title3_gradation.png");
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 5px;
	padding-bottom: 5px;
}

@media only screen and (min-width: 1px) and (max-width: 900px) {
	
.box8-title {
	height: 180px;
	padding-top: 30px;
	padding-bottom: 30px;
	background-position: bottom center;
}
	
.box8-title .title {
	font-size: 2.8em;
	line-height: 1.2em;
}

.box8-title .title-desc {
	font-size: 0.95em;
	line-height: 1.5em;
}
	
}

.box8-wrap .box8 {
	max-width: 1100px;
	margin: auto;
}

.demo-list {
	float: left;
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
}

.demo-list-item {
	float: left;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 3%;
}

.demo-list-item img {
	margin: auto;
} 

@media only screen and (min-width: 1px) and (max-width: 700px) {

.demo-list {
	padding-left: 3%;
	padding-right: 3%;
}
	
.demo-list-item {
	width: 98%;
	margin-bottom: 30px;
}
	
}

@media only screen and (min-width: 701px) and (max-width: 1024px) {
	
.demo-list {
	padding-left: 3%;
	padding-right: 3%;
}

.demo-list-item {
	width: 48%;
}
	
.demo-list-item:nth-child(2n+1) {
	clear: both;
}
	
}

@media only screen and (min-width: 1025px) {
	
.demo-list-item {
	width: 31%;
}
	
.demo-list-item:nth-child(3n+1) {
	clear: both;
}
	
}

.demo-list-item a {
	width: 100%;
	display: block;
	float: left;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
}

.demo-list-item a img {
	width: 100%;
	-webkit-transition: 0.8s;
	-o-transition: 0.8s;
	transition: 0.8s;
}		   

.demo-list-item a:hover img {
	opacity: 0.3;
}	

.demo-list-item .content {
	width: 100%;
	float: left;
	color: #000;
	font-weight: normal;
	text-align: center;
	padding-top: 15px;
}

.demo-list-item .content h2 {
	width: 100%;
	float: left;
	color: #000;
	font-weight: normal;
	text-align: center;
	font-size: 0.95em;
	line-height: 1.4;
}

.demo-list-item .content p {
	width: 100%;
	float: left;
	color: #000;
	font-weight: normal;
	text-align: center;
	font-size: 0.95em;
	line-height: 1.4;
}

.moreBox {
	float: left;
	width: 100%;
	text-align: center;
	padding-top: 30px;
}

.moreBox a.more {
	display: inline-block;
}

.moreBox a.more {
	-moz-box-shadow:inset 0px 1px 0px 0px #f0b39e;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f0b39e;
	box-shadow:inset 0px 1px 0px 0px #f0b39e;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e08d34), color-stop(1, #d66b28));
	background:-moz-linear-gradient(top, #e08d34 5%, #d66b28 100%);
	background:-webkit-linear-gradient(top, #e08d34 5%, #d66b28 100%);
	background:-o-linear-gradient(top, #e08d34 5%, #d66b28 100%);
	background:-ms-linear-gradient(top, #e08d34 5%, #d66b28 100%);
	background:linear-gradient(to bottom, #e08d34 5%, #d66b28 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e08d34', endColorstr='#d66b28',GradientType=0);
	background-color:#e08d34;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #96694f;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	padding:10px 40px;
	text-decoration:none;
	text-shadow:0px 1px 0px #94624e;
	font-size: 1.2em;
}

.moreBox a.more:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d66b28), color-stop(1, #e08d34));
	background:-moz-linear-gradient(top, #d66b28 5%, #e08d34 100%);
	background:-webkit-linear-gradient(top, #d66b28 5%, #e08d34 100%);
	background:-o-linear-gradient(top, #d66b28 5%, #e08d34 100%);
	background:-ms-linear-gradient(top, #d66b28 5%, #e08d34 100%);
	background:linear-gradient(to bottom, #d66b28 5%, #e08d34 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d66b28', endColorstr='#e08d34',GradientType=0);
	background-color:#d66b28;
}

.moreBox a.more:active {
	position:relative;
	top:1px;
}





/*box9*/
/*看看我們的客戶怎麼說*/
.box9-wrap {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url("../images/bg_people.jpg");
	background-repeat: repeat;
	padding-bottom: 40px;
}

.box9-title {
	float: left;
	width: 100%;
	height: 180px;
	text-align: center;
	padding-top: 80px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.box9-position {
	max-width: 1100px;
	position: relative;
	margin: auto;
}

.box9-title .title {
	color: #fff;
	font-size: 2.8em;
	line-height: 1.5em;
	background-image: url("../images/bg_title4.png");
	background-repeat: no-repeat;
	background-position: top center;
	text-shadow: 0px 0px 8px rgba(0,0,0,0.8);
	height: 102px;
	padding-top: 5px;
}

.box9-title .title-desc {
	font-size: 1.45em;
	background-image: url("../images/bg_title4_gradation.png");
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 200px;
	height: 155px;
	line-height: 155px;
	color: #fff;
	font-weight: 700;
	text-shadow: 0px 0px 8px rgba(0,0,0,0.8);
	position: absolute;
	top: -60px;
	left: 80px;
}

.box9-title .title-desc span {
	float: left;
	padding-left: 35px;
	line-height: 140px;
	-webkit-transform: rotate(349deg);
	-moz-transform: rotate(349deg);
	-ms-transform: rotate(349deg);
	-o-transform: rotate(349deg);
	transform: rotate(349deg);
}

@media only screen and (min-width: 1px) and (max-width: 550px) {
	
.box9-title {
	padding-top: 40px;
}
	
.box9-title .title {
	font-size: 1.7em;
	line-height: 1.7;
	background-image: url("../images/bg_title4_mobile1.png");
	height: 130px;
	padding-top: 40px;
	padding-bottom: 30px;
}

.box9-title .title-desc {
	font-size: 1.45em;
	background-image: url("../images/bg_title4_gradation.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 120px;
	height: 93px;
	line-height: 93px;
	color: #fff;
	font-weight: 700;
	text-shadow: 0px 0px 8px rgba(0,0,0,0.8);
	position: absolute;
	top: -40px;
	left: 20px;
}
	
.box9-title .title-desc span {
	padding-left: 15px;
	line-height: 85px;
	font-size: 0.65em;
}
	
}

@media only screen and (min-width: 551px) and (max-width: 1024px) {
	
.box9-title {
	padding-top: 40px;
}
	
.box9-title .title {
	font-size: 2.4em;
	line-height: 1.7;
	background-image: url("../images/bg_title4_mobile.png");
	height: 130px;
	padding-top: 30px;
	padding-bottom: 30px;
}

.box9-title .title-desc {
	font-size: 1.45em;
	background-image: url("../images/bg_title4_gradation.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 120px;
	height: 93px;
	line-height: 93px;
	color: #fff;
	font-weight: 700;
	text-shadow: 0px 0px 8px rgba(0,0,0,0.8);
	position: absolute;
	top: -40px;
	left: 150px;
}
	
.box9-title .title-desc span {
	padding-left: 15px;
	line-height: 85px;
	font-size: 0.65em;
}
	
}

.box9-wrap .box9 {
	max-width: 1100px;
	margin: auto;
}

.box9List {
	float: left;
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
}

.box9List li {
	float: left;
	width: 30.3%;
	padding: 0;
	margin: 0;
	margin-left: 1.5%;
	margin-right: 1.5%;
	margin-bottom: 1.5%;
	margin-top: 1.5%;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
	position: relative;
}

.box9List li:nth-last-child(1) {
	background-color: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.box9List li:nth-last-child(1) img {
	padding: 30px;
}

.box9List li .photoBox {
	float: left;
	width: 130px;
	position: absolute;
	left: -25px;
	top: 60px;
}

.box9List li .titleBox {
	float: left;
	width: 100%;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	color: #fff;
	font-size: 1.2em;
	font-weight: 700;
	padding-left: 20px;
	padding-right: 20px;
	background-image: url("../images/star.png");
	background-repeat: no-repeat;
	background-position: center right;
	padding-top: 5px;
	padding-bottom: 5px;
}

.box9List li .descBox {
	float: left;
	width: 100%;
	padding-left: 110px;
	padding-top: 20px;
	padding-right: 35px;
	font-size: 0.95em;
	line-height: 1.6;
}

@media only screen and (min-width: 1px) and (max-width: 500px) {
	
.box9List li .photoBox {
	width: 110px;
}

.box9List {
	padding-right: 3%;
	padding-left: 3%;
}

.box9List li {
	width: 97%;
}

.box9List li .descBox {
	min-height: 150px;
	padding-left: 90px;
	padding-right: 20px;
}

.box9List li:nth-last-child(1) img {
	display: none;
}

.box9List li .titleBox {
	font-size: 1.02em;
}

	
}

@media only screen and (min-width: 501px) and (max-width: 700px) {

.box9List {
	padding-right: 3%;
	padding-left: 3%;
}

.box9List li {
	width: 97%;
}

.box9List li .descBox {
	min-height: 160px;
}

.box9List li:nth-last-child(1) img {
	display: none;
}

}

@media only screen and (min-width: 701px) and (max-width: 1024px) {

.box9List {
	padding-right: 3%;
	padding-left: 3%;
}

.box9List li {
	width: 47%;
}

.box9List li:nth-child(2n+1) { /*排列*/
   clear: both;
}

.box9List li .descBox {
	min-height: 160px;
	padding-bottom: 20px;
}

.box9List li:nth-last-child(1) img {
	display: none;
}

}

@media only screen and (min-width: 1025px)  {

.box9List li {
	width: 30.3%;
}

.box9List li:nth-child(3n+1) { /*排列*/
   clear: both;
}

.box9List li .descBox {
	min-height: 170px;
}

}

@media only screen and (min-width: 1px) and (max-width: 350px) {
	
.box9List li .photoBox {
	width: 90px;
	left: -15px;
	top: 45px;
}

.box9List li .descBox {
	min-height: 100px;
	padding-left: 80px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-top: 10px;
}
	
}

@media only screen and (min-width: 351px) and (max-width: 700px) {
	
.box9List li .photoBox {
	width: 90px;
	left: -15px;
	top: 45px;
}

.box9List li .descBox {
	min-height: 100px;
	padding-left: 80px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-top: 15px;
}
	
}





/*box10*/
/*來電諮詢方案*/
.box10-wrap {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	padding-top: 25px;
	padding-bottom: 25px;
}

.box10-wrap .box10 {
	max-width: 900px;
	margin: auto;
}

.box10-wrap .box10 .leftBox {
	float: left;
	width: 50%;
}

.box10-wrap .box10 .leftBox .photoBox {
	float: left;
	width: 140px;
}

.box10-wrap .box10 .leftBox .titleBox {
	width: 100%;
	padding-left: 150px;
}

.box10-wrap .box10 .leftBox .titleBox h3 {
	float: left;
	width: 100%;
	color: #000000;
	line-height: 1;
}

.box10-wrap .box10 .leftBox .titleBox h4 {
	float: left;
	width: 100%;
	color: #000000;
	font-size: 3em;
	line-height: 1;
}

.box10-wrap .box10 .leftBox .titleBox p {
	float: left;
	width: 100%;
	color: #fff;
	background-color: #000;
	font-size: 0.85em;
	text-align: center;
}

.box10-wrap .box10 .rightBox {
	float: left;
	width: 50%;
}

.box10-wrap .box10 .rightBox img {
	float: right;
	max-width: 400px;
	padding-top: 20px;
	padding-left: 20px;
	width: 100%;
}

@media only screen and (min-width: 1px) and (max-width: 350px) {
	
.box10-wrap .box10 .leftBox {
	width: 100%;
	padding-left: 3%;
	padding-right: 3%;
}

.box10-wrap .box10 .rightBox {
	width: 100%;
	padding-left: 3%;
	padding-right: 3%;
}

.box10-wrap .box10 .leftBox .photoBox {
	float: left;
	width: 100px;
}

.box10-wrap .box10 .leftBox .titleBox {
	padding-left: 110px;
}

.box10-wrap .box10 .leftBox .titleBox h4 {
	font-size: 2em;
}

.box10-wrap .box10 .rightBox img {
	float: none;
	margin: auto;
	padding-left: 0;
}
	
}

@media only screen and (min-width: 351px) and (max-width: 450px) {
	
.box10-wrap .box10 .leftBox {
	width: 100%;
	padding-left: 3%;
	padding-right: 3%;
}

.box10-wrap .box10 .rightBox {
	width: 100%;
	padding-left: 3%;
	padding-right: 3%;
}

.box10-wrap .box10 .leftBox .photoBox {
	float: left;
	width: 100px;
}

.box10-wrap .box10 .leftBox .titleBox {
	padding-left: 110px;
}

.box10-wrap .box10 .leftBox .titleBox h4 {
	font-size: 2.3em;
}

.box10-wrap .box10 .rightBox img {
	float: none;
	margin: auto;
	padding-left: 0;
}
	
}

@media only screen and (min-width: 451px) and (max-width: 720px) {

.box10-wrap .box10 .leftBox {
	width: 100%;
	padding-left: 8%;
	padding-right: 8%;
}

.box10-wrap .box10 .rightBox {
	width: 100%;
	padding-left: 3%;
	padding-right: 3%;
}

.box10-wrap .box10 .leftBox .photoBox {
	float: left;
	width: 100px;
}

.box10-wrap .box10 .leftBox .titleBox {
	padding-left: 110px;
}

.box10-wrap .box10 .leftBox .titleBox h4 {
	font-size: 2.5em;
}

.box10-wrap .box10 .rightBox img {
	float: none;
	margin: auto;
	padding-left: 0;
}

}

@media only screen and (min-width: 721px) and (max-width: 1024px) {

.box10-wrap .box10 .leftBox {
	padding-left: 3%;
}

.box10-wrap .box10 .rightBox {
	padding-right: 3%;
}

.box10-wrap .box10 .leftBox .photoBox {
	float: left;
	width: 100px;
}

.box10-wrap .box10 .leftBox .titleBox {
	padding-left: 110px;
}

.box10-wrap .box10 .leftBox .titleBox h4 {
	font-size: 2.3em;
}

}





/*box11*/
/*線上諮詢 表單*/
.box11-wrap {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.box11-title {
	float: left;
	width: 100%;
	text-align: center;
	background-color: #38629c;
	padding-top: 10px;
	padding-bottom: 10px;
}

.box11-title .title {
	color: #fff;
	font-size: 2.3em;
	line-height: 1.5em;
	font-weight: normal;
}

.box11-wrap .box11 {
	max-width: 900px;
	margin: auto;
}

.box11-wrap .box11 .c12 {
	padding-left: 0;
	padding-right: 0;
}

.box11-wrap .box11 .contactBox {
	padding-top: 50px;
	padding-bottom: 150px;
	width: 100%;
	float: left;
}

@media only screen and (min-width: 1px) and (max-width: 1024px) {
	
.box11-wrap .box11 .contactBox {
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 30px;
	padding-bottom: 80px;
}
	
}

/*placeholder COLOR*/
::-webkit-input-placeholder {
    color:    #848484;
}

:-moz-placeholder {
    color:    #848484;
    opacity:  1;
}

::-moz-placeholder {
    color:    #848484;
    opacity:  1;
}

:-ms-input-placeholder {
    color:    #848484;
}

/*placeholder FOCUS*/
input:focus::-webkit-input-placeholder { 
    color:transparent;
}

input:focus:-moz-placeholder { 
	color:transparent; 
}

input:focus::-moz-placeholder { 
	color:transparent;
}

input:focus:-ms-input-placeholder {
	color:transparent;
}

/*focus effect*/
input, textarea {
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
}

input:focus, textarea:focus {
	box-shadow: 0px 0px 5px rgba(255,172,0,0.7);
	border: 1px solid rgba(255,172,0,0.7);
	background-color: #fff;
	outline: none;
}

select, button {
    outline: none;
}

#form {
	width: 100%;
	max-width: 1000px;
	margin: auto;
}

#form input {
	padding: 0px;
	float: left;
	margin: 0px;
}

#form .form-words1 {
	float: left;
	height: 40px;
	width: 100%;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 1%;
	padding-right: 2%;
	padding-bottom: 1%;
	padding-left: 2%;
	border: 1px solid #cccccc;
	background-color: #f2fafd;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#form .form-words2 {
	float: left;
	width: 100%;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 1%;
	padding-right: 2%;
	padding-bottom: 1%;
	padding-left: 2%;
	border: 1px solid #cccccc;
	background-color: #f2fafd;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#form .formTitle {
	color: #393939;
}

#form .formBtn {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

#form .form-btn-submit {
	display: inline-block;
}

#form .form-btn-submit {
	-moz-box-shadow:inset 0px 1px 0px 0px #8bc1f7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #8bc1f7;
	box-shadow:inset 0px 1px 0px 0px #8bc1f7;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #4c8ac8), color-stop(1, #418dbf));
	background:-moz-linear-gradient(top, #4c8ac8 5%, #418dbf 100%);
	background:-webkit-linear-gradient(top, #4c8ac8 5%, #418dbf 100%);
	background:-o-linear-gradient(top, #4c8ac8 5%, #418dbf 100%);
	background:-ms-linear-gradient(top, #4c8ac8 5%, #418dbf 100%);
	background:linear-gradient(to bottom, #4c8ac8 5%, #418dbf 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4c8ac8', endColorstr='#418dbf',GradientType=0);
	background-color:#4c8ac8;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #3d7ca6;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	padding:10px;
	width: 100%;
	font-size: 1.2em;
	text-decoration:none;
	text-shadow:0px 1px 0px #4d6480;
}

#form .form-btn-submit:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #418dbf), color-stop(1, #4c8ac8));
	background:-moz-linear-gradient(top, #418dbf 5%, #4c8ac8 100%);
	background:-webkit-linear-gradient(top, #418dbf 5%, #4c8ac8 100%);
	background:-o-linear-gradient(top, #418dbf 5%, #4c8ac8 100%);
	background:-ms-linear-gradient(top, #418dbf 5%, #4c8ac8 100%);
	background:linear-gradient(to bottom, #418dbf 5%, #4c8ac8 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#418dbf', endColorstr='#4c8ac8',GradientType=0);
	background-color:#418dbf;
}

#form .form-btn-submit:active {
	position:relative;
	top:1px;
}





/*footer*/
#footer-wrap {
	height: 90px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	float: left;
	background-color: #1d49d8;
	position: fixed;
	bottom: 0;
	-webkit-box-shadow: 0px -3px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px -3px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 0px -3px 5px 0px rgba(0,0,0,0.3);
	padding-left: 10px;
	padding-right: 10px;
}

#footer {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 90px;
	width: 100%;
}

#footerContact {
	float: left;
	width: 100%;
}

#footerContact .leftBox {
	float: left;
	width: 50%;
	margin-top: 20px;
	margin-bottom: 20px;
}

#footerContact .leftBox p {
	float: left;
	width: 100%;
	background-image: url("../images/footer_icon.png");
	background-repeat: no-repeat;
	background-size: 30px 30px;
	background-position: left center;
	padding-left: 40px;
	font-size: 2.4em;
	font-weight:700;
	color: #fff;
	line-height: 30px;
}

#footerContact .leftBox strong {
	float: left;
	width: 100%;
	padding-left: 40px;
	font-size: 1.2em;
	font-weight:700;
	color: #fff;
}

#footerContact .rightBox {
	float: left;
	width: 50%;
}

#footerContact .rightBox a {
	background-color: #fff600;
	color: #1d49d8;
	float:right;
	font-size: 1.5em;
	font-weight: 600;
	text-decoration: none;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
   -webkit-transition:0.5s;
}

#footerContact .rightBox a:hover {
   background-color: #fff;
}

@media only screen and (min-width: 1px) and (max-width: 1024px) {

#footer-wrap {
	display: none;
}

}	





/*lineCode-PC*/
#lineCode  {
	background-image: url(../images/linecode_pc_line.png);
	background-repeat: no-repeat;
	position: fixed;
	height: 240px;
	width: 200px;
	text-indent: -9999px;
	right: 10px;
	bottom: 100px;
	z-index: 999999;
	background-size: contain;
}

#lineCode #lineCode_close {
	background-image: url(../images/linecode_close.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 30px;
	position: absolute;
	top: 0px;
	right: 0px;
	cursor: pointer;
	text-indent: -9999px;
	background-size: contain;
}

/*lineCode-MOBILE*/
#toolBox_wrap {
	float: left;
	height: 50px;
	background-color: #fff;
	position: fixed;
	bottom: 0;
	width: 100%;
	box-shadow: 0px 0px 10px #333;
}

#toolBox_wrap div {
	float: left;
	width:50%; 
}

#toolBox_wrap div a {
	float: left;	
	display: inline-block;
	width: 100%;
	text-decoration: none;
	text-align: center;
	line-height: 50px;
	color: #fff;
	text-indent: -9999px;
}

#toolBox_wrap .toolBox1  {
	background-image: url(../images/linecode_mobile_line1.png);
	background-repeat: no-repeat;
	background-position: center center;
    background-color: #1d49d8;
	background-size: 180px;
}

#toolBox_wrap .toolBox2  {
	background-image: url(../images/linecode_mobile_line.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #19bd04;
	background-size: 180px;
}

@media only screen and (min-width: 1px) and (max-width: 1024px) {
	
#lineCode {
	display: none;
}

}	

@media only screen and (min-width: 1025px) {

#toolBox_wrap {
	display: none;
}

}




