@charset "utf-8";
/*------------------------------------------------------------
	style
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}

html, body {
	font-family: "NSimSun", "SimSun", "STSong", "儷黑 Pro","黑體-繁", "Heiti TC", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", sans-serif;
	font-size: 12px;
	color: #35251e;
	line-height: 1.5;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

a:hover img {
	opacity: 0.7;
}

ol, ul {
	list-style: none;
}

#container {
	margin: 0 auto;
	width: 100%;
	max-width: 650px;
}

#main .topImg {
	position: relative;
	z-index: 100;
}

#main .topImg img {
	width: 100%;
}

#main .textImg01 {
	margin-bottom: 13px;
	position: relative;
}

#main .btn {
	border-radius: none;
	box-shadow: none;
}

#main .textImg01 .btn {
	position: absolute;
	width: 89.5%;
	left: 50%;
	bottom: 19.1%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

#main .textImg01 p {
	font-size: 18px;
	color: #000;
	line-height: 27px;
	font-weight: bold;
}

#main .textImg01 p span {
	color: #ff0000;
}

#main .sec01 {
	margin: 0 0 8px;
	padding: 5px 10px 7px;
	border: 15px solid #68cbf4;
    background-color: #eeffff;
}

#main .sec01 h1 {
	font-size: 30px;
	color: #0f74aa;
        text-align: center;
        font-weight: bold;
}

#main .sec01 p {
	font-size: 15px;
	color: #000;
	letter-spacing: 0.1em;
	line-height: 23px;
}

#main .sec02 {
	padding: 0 19px 14px;
	background: #9ed0e1 url(../images/sec_bg01.png) no-repeat left top;
	background-size: 100% atuo;
}

#main .sec02 p {
	font-size: 14px;
	color: #000;
	line-height: 24.5px;
	text-align: center;
	padding: 6px 10px;
        background: #ffffe0;
}

#main .sec02 p span {
	color: #ff0000;
        font-size: 26px;
        font-weight: bold;
}

#main .sec02 p a {
	color: #000;
	text-decoration: none;
}

#main .sec02 p a:hover {
	text-decoration: underline;
}


#main .textImg03 {
	position: relative;
}

#main .textImg03 .btn {
	position: absolute;
	width: 220px;
	right: 15px;
	top: 60%;
	transform: translateY(-55%);
	-webkit-transform: translateY(-55%);
}

#main .infoList {
	padding: 7px 17px 0 21px;
	border-right: 1px solid #7ebbdd;
	background-color: #0066cc;
}

#main .infoList > li {
	margin-bottom: 23px;
	padding: 15px 6px 10px;
	position: relative;
	border-radius: 20px;
	background-color: #fff;
}

#main .infoList > li:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

#main .infoList .pho {
	float: right;
}

#main .infoList .text {
	float: left;
	width: 310px;
}

#main .infoList .num {
	margin: 0 0 5px -27px;
	font-size: 25px;
	color: #fff;
	line-height: 43px;
}

#main .infoList p {
	margin: 0 -20px 0 35px;
	font-size: 21px;
	line-height: 35px;
}

#main .infoList p span {
	display: block;
	font-size: 26px;
	color: #ff0000;
	line-height: 46px;
}

#main .infoList li:last-child .text {
	width: auto;
	float: none;
	padding-right: 50px;
}

#main .infoList li:last-child {
	margin-bottom: 0;
}

#main .infoList .sub {
	margin: 15px 0 0;
	clear: both;
	font-size: 0;
	text-align: center;
}

#main .infoList .sub li {
	margin: 0 2px 0 3px;
	display: inline-block;
	vertical-align: top;
	width: 171px;
	font-size: 22px;
	line-height: 41px;
}

#main h2 {
	padding: 14px 15px;
	font-size: 30px;
	line-height: 43px;
	text-align: center;
        color: #fbfcfd;
        font-weight: bold;
	background-color: #2980af;
}

#main .movie {
	padding: 0 19px 24px;
	background-color: #e9e7db;
}


#main .faq {
	margin-bottom: 1px;
	padding: 0 21px 29px;
	background-color: #9ed0e1;
}

#main .faq .mb0 {
	margin-bottom: 0;
}

#main .faq h3 {
	margin-bottom: 14px;
	font-size: 35px;
	font-weight: bold;
	color: #000;
	text-align: center;
}

#main .faq dt {
	margin: 0 0 18px 35px;
	padding-left: 50px;
	font-size: 23px;
	font-weight: bold;
	color: #000;
	line-height: 48px;
	border-radius: 22px;
	position: relative;
	border: 2px solid #5d2708;
	background-color: #fff;
}

#main .faq dt:after {
	position: absolute;
	left: -37px;
	top: -15px;
	width: 72px;
	height: 72px;
	content: "";
	background: url(../images/img_q.png) no-repeat left top;
}

#main .faq dd {
	margin: 0 35px 38px 60px;
	padding: 15px 25px 11px;
	font-size: 21px;
	color: #000;
	line-height: 37px;
	border-radius: 22px;
	position: relative;
	border: 2px solid #ff55c7;
	background-color: #fff;
}

#main .faq dd:after {
	position: absolute;
	right: -38px;
	top: -15px;
	width: 72px;
	height: 72px;
	content: "";
	background: url(../images/img_a.png) no-repeat left top;
}

#main .faq dd img {
	position: absolute;
	right: 35px;
	top: -18px;
}

#main .btmTxt {
	padding: 15px 20px 20px;
	font-size: 14px;
	line-height: 24.4px;
}

#main .textImg10 {
	margin-bottom: 10px;
	position: relative;
}

#main .textImg10 .btn {
	position: absolute;
	width: 89.5%;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

#main .textImg10 .btn:before {
	position: absolute;
	left: 22%;
	top: 50%;
	margin-top: -30px;
	width: 40px;
	height: 70px;
	content: "";
	z-index: 100;
	background: url(../images/icon01.png) no-repeat center center;
	background-size: cover;
}

#main .textImg10 .btn:after {
	position: absolute;
	right: 22%;
	top: 50%;
	margin-top: -30px;
	width: 40px;
	height: 70px;
	content: "";
	z-index: 100;
	background: url(../images/icon01.png) no-repeat center center;
	background-size: cover;
}

#main .textImg10 .btn01 {
	bottom: 8.3%;
}

#main .textImg10 .btn02 {
	bottom: 36%;
}

#main .textImg10 .btn03 {
	bottom: 63.5%;
}

#main .textImg10 p {
	position: absolute;
	width: 80%;
	left: 90px;
	bottom: 21px;
	font-size: 18px;
	color: #000;
	line-height: 27px;
	font-weight: bold;
}

#main .textImg10 p span {
	color: #ff0000;
}

#main .bgNone {
	padding-bottom: 24px;
	background: none !important;
}

#main .bgNone h1 {
	font-size: 18px;
	color: #000;
        text-align: center;
        font-weight: bold;
        background: #ffffe0;
}


@media all and (min-width: 0) and (max-width: 650px) {
	#container {
		margin: 0 auto;
		width: 100%;
		max-width: 650px;
	}

	a:hover img {
		opacity: 1;
	}

	#main .textImg01 {
		overflow: hidden;
	}

	#main .btn {
		border-radius: 15px;
		box-shadow: -1px 4px 4px #4ba63b;
	}

	#main .textImg01 .btn {
		width: 89.5%;
		bottom: 21.1%;
		z-index: 100;
	}
	
	#main .textImg01 p {
		width: 90%;
		left: 6%;
		bottom: 5%;
		font-size: 10px;
		line-height: 12px;
	}
	
	#main .sec01 {
		margin: 0 10px 10px;
		padding: 6px 10px;
	}
	
	#main .sec01 p {
		font-size: 12px;
		line-height: 16px;
		letter-spacing: 0;
	}
		
	#main .sec02 {
		padding: 0 0 5px;
	}
	
	#main .sec02 p {
		font-size: 14px;
		line-height: 18.5px;
		padding: 6px 10px;
	}
	
	#main .sec02 p a {
		text-decoration: none;
	}
	
	#main .sec02 p a:hover {
		text-decoration: none;
	}


	#main .textImg03 {
		position: relative;
		overflow: hidden;
	}
	
	#main .textImg03 .btn {
		position: absolute;
		width: 74px;
		right: 20px;
	}

	#main .infoList {
		padding: 7px 10px 0;
		border-width: 0;
	}

	#main .infoList > li {
		margin-bottom: 10px;
		padding: 15px 10px;
		border-radius: 10px;
	}
	
	#main .infoList .pho {
		margin: 0 auto;
		padding-right: 20px;
		float: none;
		width: 270px;
		box-sizing: border-box;
	}

	#main .infoList .text {
		float: left;
		width: auto;
	}

	#main .infoList .num {
		margin: 0 0 5px -10px;
	}

	#main .infoList .num img {
		height: 30px;
	}

	#main .infoList p {
		margin: 0;
		font-size: 18px;
		line-height: 24px;
	}

	#main .infoList p span {
		font-size: 24px;
		line-height: 40px;
	}

	#main .infoList li:last-child .text {
		width: auto;
		float: none;
		padding-right: 0;
	}

	#main .infoList li:last-child {
		margin-bottom: 0;
	}

	#main .infoList .sub {
		margin: 15px 0 0;
	}
	
	#main .infoList .sub li {
		margin: 0 4px;
		width: 150px;
		font-size: 18px;
		line-height: 36px;
	}

	#main h2 {
		padding: 10px;
		font-size: 24px;
		line-height: 40px;
	}

	#main .movie {
		padding: 0 10px 15px;
	}

	#main .movie video {
		width: 100%;
	}


	#main .faq {
		padding: 0 10px 15px;
	}
	
	#main .faq .mb0 {
		margin-bottom: 0;
		padding-right: 10px;
	}

	#main .faq h3 {
		margin-bottom: 10px;
		font-size: 24px;
	}

	#main .faq dt {
		margin: 0 0 10px 35px;
		padding: 5px 10px 5px 25px;
		font-size: 20px;
		line-height: 1.4;
		border-radius: 15px;
	}
	
	#main .faq dt:after {
		position: absolute;
		left: -35px;
		top: -10px;
		width: 50px;
		height: 50px;
		background: url(../images/img_q.png) no-repeat left top;
		background-size: cover;
	}

	#main .faq dd {
		margin: 0 35px 20px 0;
		padding: 5px 35px 5px 10px;
		font-size: 18px;
		line-height: 1.5;
		border-radius: 10px;
	}

	#main .faq dd br {
		display: none;
	}

	#main .faq dd:after {
		position: absolute;
		right: -35px;
		top: -10px;
		width: 50px;
		height: 50px;
		background: url(../images/img_a.png) no-repeat left top;
		background-size: cover;
	}

	#main .faq dd img {
		right: 0;
		top: 20px;
		width: 45px;
		z-index: 100;
	}

	#main .btmTxt {
		padding: 15px 10px;
		font-size: 12px;
		line-height: 1.5;
	}

	#main .textImg10 {
		position: relative;
		overflow: hidden;
	}

	#main .textImg10 .btn:before {
		margin-top: -15px;
		width: 20px;
		height: 35px;
	}
	
	#main .textImg10 .btn:after {
		margin-top: -15px;
		width: 20px;
		height: 35px;
	}

	#main .textImg10 .btn01 {
		bottom: 8.3%;
	}
	
	#main .textImg10 .btn02 {
		bottom: 36%;
	}
	
	#main .textImg10 .btn03 {
		bottom: 63.5%;
	}

	#main .textImg10 p {
		width: 90%;
		left: 6%;
		bottom: 2%;
		font-size: 10px;
		line-height: 12px;
	}
	
}

#mail {
	text-align: center;
	font-size:12px;
}
