﻿@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
}
a{
	text-decoration:none;
}
img{
	border:0;
	-ms-interpolation-mode: bicubic; 
	vertical-align: middle;
}
body{
	font-family:"微軟正黑體",'Courier New';
	color:#333;
	background:url(../images/bg.jpg);
}
.clear{
	clear:both;
}
.sp1{
	color:#B20000;
}
img.homebtn{
	display:block;
	float:right;
}
#top_all{
	background:url(../images/top_bg.jpg) repeat-x;
}
#top{
	width:1200px;
	margin:0 auto;
	color:#FFF;
}
#content{
	width:1200px;
	margin:0 auto;
	background:url(../images/banner_sd.png) no-repeat center top;
}
#content_nocom{
	width:1200px;
	margin:0 auto;
	background:url(../images/banner_sd.png) no-repeat center top;
	padding:25px 0 0 0;
}
.top_left{
	float:left;
	font-size:13px;
	margin:7px 0;
}
input.top_i{
	border:1px solid #fff;
	width:155px;
	height:28px;
	margin:0 20px 0 8px;
	padding:0 0 0 3px;
}
a.t_btn{
	background:#1E3A5E;
	padding:8px 13px 7px 13px;
	border-radius:5px;
	color:#FFF;
	margin:0 8px 0 0;
}
a.f_btn{
	background:#8C0000;
	padding:8px 13px 7px 13px;
	border-radius:20px;
	color:#FFF;
	margin:0 8px 0 0;
}
a.t_btn:hover{
	background:#162B45;
}
a.f_btn:hover{
	background:#5B0000;
}
.top_right{
	float:right;
	font-size:14px;
	margin:13px 0 0 0;
}
.top_right a{
	color:#fff;
}
.top_right a:hover{
	border-bottom:1px solid #fff;
}
.banner{
	margin:30px 0 20px 0;
}
.banner h1{
	display:block;
	width:1200px;
	margin:0 auto;
}
.con_left{
	float:left;
	width:230px;
	font-size:14px;
}
a.about_btn{
	clear:both;
	display:block;
	background:url(../images/about_bg.png) no-repeat;
	background-size:100% auto;
	text-align:center;
	padding:13px 0 12px 0;
	color:#111;
	margin:0 0 15px 0;
}
li a .ct{
    color:black;
}

.ct2{
    font-size:100%;
}
.en2{
    font-size:90%;
}

.left_btn{
	width:230px;
}
.left_btn img{
	width:100%;
	height:auto;
}
.con_right{
	float:right;
	width:940px;
}
.con_r_c{
	background:#FFF;
	border:10px solid #E7F2F8;
	padding:25px;
}
.con_r_c h2{
	font-size:15px;
	font-weight:normal;
	color:#111;
	margin:0 0 8px 0;
}
.con_input{
	margin:10px 0 8px 0;
}
input.input_a{
	width:23%;
	height:25px;
	padding:0 0 0 3px;
	margin:0 5px 5px 0;
	border:1px solid #CCCCCC;
}
.con_r_c select{
	width:8%;
	height:25px;
	margin:0 5px 0 0;
	border:1px solid #CCCCCC;
}
input.input_b{
	padding:0 10px;
	height:25px;
}
.con_chose{
	font-size:15px;
	color:#000;
	margin:15px 0 0 0;
}
.chose_a{
	float:left;
	width:100%;
	margin:0 0 6px 0;
}
.con_right_btn{
	text-align:center;
	margin:50px 0 30px 0;
}
#footer{
	margin:50px 0 0 0;
	background:#295181;
}
.footer_bg{
}
.foot{
	text-align:center;
	color:#FFF;
	line-height:22px;
	font-size:13px;
	padding:15px 20px 12px 20px;
}
.foot a{
	color:#FFF;
}
.foot a:hover{
	color:#FFF;
}
.mobie_br{
	display:none;
}
.mob_foot{
	display:none;
}
.con_rh{
	background:#EDF5FA;
	font-size:23px;
	padding:7px 15px;
	float:left;
}
.sp2{
	font-size:21px;
	font-weight:bold;
	font-style:italic;
	color:#005F7D;
}
.con_rm b{
	font-size:17px;
	color:#005F7D;
	margin:0 0 10px 0;
	display:block;
	margin:25px 0 10px 0;
}
.con_rm{
	margin:0 0 0 15px;
}
.sp3{
	background:#F2F2F2;
	border-radius:4px;
	padding:5px;
	margin:0 5px 0 0;
}
.sp4{
	background:#F2F2F2;
	border-radius:4px;
	padding:5px 10px 5px 0;
	margin:0 5px 0 0;
	width:110px;
	display:inline-block;
	text-align:right;
}
b.sp_b{
	margin:25px 0 10px 0;
}
.sr_list{
    position:relative;
    left:3%;
    width:95%;
    font-size:100%;
}

.sd_list{
    position:relative;
    left:3%;
    width:78%;
    float:left;
}
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
#top_all{
	background:url(../images/top_bg.jpg);
}
#top{
	width:100%;
	padding:1px 0;
}
#content{
	width:100%;
	background:none;
}
#content_nocom{
	width:100%;
	background:none;
	padding:20px 0 0 0;
}
.top_left{
	float:none;
	text-align:center;
}
.top_right{
	display:none;
}
.banner{
	background:none;
	border-bottom:none;
	border-top:none;
}
.banner img{
	width:100%;
	height:auto;
}
.banner h1{
	display:block;
	width:100%;
}
.con_left{
	float:none;
	width:100%;
}
.left_btn a.about_btn{
	display:none;
}
.left_btn{
	width:100%;
}
.left_btn a{
	float:left;
	display:block;
	width:33.3%;
}
.con_right{
	float:none;
	width:96%;
	margin:15px auto 0 auto;
}
.foot{
	display:none;
}
.mob_foot{
	display:block;
	text-align:center;
	color:#FFF;
	line-height:22px;
	font-size:13px;
	padding:15px 20px 12px 20px;
}
.mob_foot a{
	color:#FFF;
}
.mob_foot a{
	color:#FFF;
}
.sp4{
	display: block;
	margin:0 5px 5px 0;
	width:100px;	
	text-align:center;
	padding:5px 10px;
}
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
#top_all{
	background:url(../images/top_bg.jpg);
}
#top{
	width:100%;
	padding:1px 0;
}
#content{
	width:100%;
	background:none;
}
#content_nocom{
	width:100%;
	background:none;
	padding:20px 0 0 0;
}
input.top_i{
	border:1px solid #CCCCCC;
	width:105px;
	height:30px;
	margin:0 10px 0 8px;
	padding:0 0 0 3px;
}
.top_left{
	float:none;
	text-align:center;
	font-size:12px;
}
.top_right{
	display:none;
}
.banner{
	background:none;
	border-bottom:none;
	border-top:none;
	margin:10px 0 10px 0;
}
.banner img{
	width:100%;
	height:auto;
}
.banner h1{
	display:block;
	width:100%;
}
.con_left{
	float:none;
	width:100%;
}
.left_btn a.about_btn{
	display:none;
}
.left_btn{
	width:100%;
}
.left_btn a{
	float:left;
	display:block;
	width:33.3%;
}
.con_right{
	float:none;
	width:96%;
	margin:15px auto 0 auto;
}
.foot{
	display:none;
}
.mob_foot{
	display:block;
	text-align:center;
	color:#FFF;
	line-height:22px;
	font-size:13px;
	padding:15px 20px 12px 20px;
}
.mob_foot a{
	color:#FFF;
}
input.input_a{
	width:33%;
}
.con_r_c select{
	width:12%;
}
.sp4{
	display: block;
	margin:0 5px 5px 0;
	width:100px;	
	text-align:center;
	padding:5px 10px;
}

}
@media only screen and (max-width: 480px) {
#top_all{
	background:url(../images/top_bg.jpg);
}
#top{
	width:100%;
	padding:1px 0;
}
#content{
	width:100%;
	background:none;
}
#content_nocom{
	width:100%;
	background:none;
	padding:10px 0 0 0;
}
input.top_i{
	border:1px solid #CCCCCC;
	width:80px;
	height:30px;
	margin:0 5px 0 5px;
	padding:0 0 0 3px;
}
.top_left{
	float:none;
	text-align: center;
	font-size:12px;
	padding:0 0 0 10px;
}
.top_right{
	display:none;
}
.banner{
	background:none;
	border-bottom:none;
	border-top:none;
	margin:10px 0 10px 0;
}
.banner img{
	width:100%;
	height:auto;
}
.banner h1{
	display:block;
	width:100%;
}
.con_left{
	float:none;
	width:100%;
}
.left_btn a.about_btn{
	display:none;
}
.left_btn{
	width:100%;
}
.left_btn a{
	float:left;
	display:block;
	width:33.3%;
}
.con_right{
	float:none;
	width:96%;
	margin:15px auto 0 auto;
}
.mobie_br{
	display:block;
	padding:5px 0;
}
a.t_btn{
	background:#1E3A5E;
	padding:9px 0 6px 0;
	border-radius:5px;
	color:#FFF;
	margin:0 auto;
	width:90%;
	display:block;
}
a.t_btn:hover{
	box-shadow:2px 2px 3px rgba(20%,20%,20%,0.2);
}
.foot{
	display:none;
}
.mob_foot{
	display:block;
	text-align:center;
	color:#FFF;
	line-height:22px;
	font-size:13px;
	padding:15px 20px 12px 20px;
}
.mob_foot a{
	color:#FFF;
}
input.input_a{
	width:70%;
}
.con_r_c select{
	width:20%;
}
.sp4{
	display: inline-block;
	margin:0 5px 5px 0;
	width:100px;	
	text-align:center;
	padding:5px 10px;
}
}