@charset "utf-8";

body , .wrapper{ color:#000; background:#fff;}

/*a 鏈結字*/
a { color:#000;}
a:hover, a:focus { color:#11366d;}


/*分頁===================*/
.page{
	clear: both;
	margin-top:50px;
	text-align:center;
	padding:2px;font-weight:bolder;font-size:12px;}/*分頁整體間距;字體粗體;字體大小*/
.page a{
	border: 1px solid #666666;
	padding: 2px 8px 2px 8px;
	margin: 2px;
	background:#FFF	;	
	text-decoration: none;
	color: #666;
	border-radius: 5px;
} /*連結後邊框粗細、線條、顏色;內間距;外間距;字底線;字顏色*/

.page span{
	padding: 2px 8px 2px 8px;/*內間距*/
	margin: 2px;/*外間距*/
	color: #fff;/*字顏色*/
	border-radius: 5px;
	border: 1px solid #052e65; /*邊框顏色*/
	background-color: #052e65;/*背景色*/
}


.page a:hover { color:#FFF; background:#052e65;}

.header{
	position:relative;
	width:100%;
	height:140px;
	background:url(../images/header_bg.png) center repeat-x;
}

.logo{ position:absolute; top:35px; left:0; max-width:557px; }
.logo img{ width:100%; height:auto; }

/*------*/
.menu{ position:absolute; top:64px; left:593px; /*width:640px; height:50px;*/}
.menu li{ /*display:inline-block;*/ float:left; /*width:135px;*/}
.menu li a{ font-size:28px; color:#333; padding:5px 20px;}
.menu li a:hover{
	color:#fff;
	background: #3e90bf; /* Old browsers */
	background: -moz-linear-gradient(top,  #3e90bf 1%, #3e90bf 31%, #3e90bf 50%, #2f75a7 73%, #20578f 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #3e90bf 1%,#3e90bf 31%,#3e90bf 50%,#2f75a7 73%,#20578f 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #3e90bf 1%,#3e90bf 31%,#3e90bf 50%,#2f75a7 73%,#20578f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e90bf', endColorstr='#20578f',GradientType=0 ); /* IE6-9 */
	-ms-border-radius:30px;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	-o-bborder-radius:30px;
	border-radius:30px;
}

.banner {
	position:absolute;
    top: 140px;
    left: 0;
    right: 0;
    z-index: 0;
}
.banner .item {
	height: 887px;
	background: no-repeat 0% 0;
    background-size: cover;
}


/*首頁banner 圖==================*/
.page-banner .photo img{ width:100%; height:auto;}

.site-main {
    position: relative;
    z-index: 1;
    background: rgba(255,255,255,0.90);
	width:1280px;
    max-width: 1280px;
    margin: 45px auto 0;
}

/*導覽===================*/

.breadcrumb {
    position: absolute;
    right: 0;
    top: 60px;
    padding: 15px 0;
    font-size: 13px;
    color: #666;
    text-align: center;
}
.breadcrumb li {
    margin: 0;
}
.breadcrumb li,
.breadcrumb li a {
    display: inline;
	color:#666;
}
.breadcrumb li+li:before {
    content: "/";
    margin: 0 2px;
}
.breadcrumb li a:hover{
    color: #c00000;
}

.breadcrumb li a.home .icon {
	display: inline-block;
	background: url(../images/icon-home.png) no-repeat;
    width: 12px;
    height: 11px;
    margin: 0 4px 0px 0;
}

/*標題===================*/

.main-top{
    max-width: 1280px;
    padding: 0;
    border-bottom: 2px solid #acacac;
    text-align: center;
}

.main-title {
    display: inline-block;
    color: #000000;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 0.5px;
    border-bottom: 2px solid #c00000;
    padding: 15px 5px 10px;
    margin-bottom: -2px;
}

/*分類===================*/ 

.category {
	text-align:center;
	padding:35px 30px 45px 30px;
}

.category li { 
	position:relative;
	z-index:2;
	display:inline-block;
	margin-right:15px;
	
}

.category li a{
	display:inline-block;
	vertical-align: middle;
	margin-bottom:15px;
	font-size:20px;
	line-height:1.3;
	color:#052e65;
	background:#eaeaea;
	border:#5680ab solid 1px;
	padding:5px 15px 5px 15px;
	
	-ms-border-radius:30px;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	-o-bborder-radius:30px;
	border-radius:30px;
	max-width:230px;
}
.category li a:hover{
	color:#fff; 
	background: #3e90bf; /* Old browsers */
	background: -moz-linear-gradient(top,  #3e90bf 1%, #3e90bf 31%, #3e90bf 50%, #2f75a7 73%, #20578f 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #3e90bf 1%,#3e90bf 31%,#3e90bf 50%,#2f75a7 73%,#20578f 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #3e90bf 1%,#3e90bf 31%,#3e90bf 50%,#2f75a7 73%,#20578f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e90bf', endColorstr='#20578f',GradientType=0 ); /* IE6-9 */
}

.category li.active a{
	color:#fff; 
	background: #3e90bf; /* Old browsers */
	background: -moz-linear-gradient(top,  #3e90bf 1%, #3e90bf 31%, #3e90bf 50%, #2f75a7 73%, #20578f 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #3e90bf 1%,#3e90bf 31%,#3e90bf 50%,#2f75a7 73%,#20578f 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #3e90bf 1%,#3e90bf 31%,#3e90bf 50%,#2f75a7 73%,#20578f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e90bf', endColorstr='#20578f',GradientType=0 ); /* IE6-9 */
}


/*內容區===================*/ 

.main-con{
    max-width: 800px;
	margin:0 auto;
	padding-bottom:50px;
}

/*footer區===================*/ 

.footer{
	position:relative;
	height:auto;
	background:url(../images/foot_bg.png) repeat-x top;
	margin:0;
	padding:50px 0 45px 0;
}

.grcode{
	position:absolute;
	top:5px;
	right:0;
}

.foot-info{
	display:inline-block;
}

.foot-logo{
	display:inline-block;
	width:381px;
	margin:0;
}

.foot-contact{
	display:inline-block;
	color: #000;
	font-size:18px;
	letter-spacing:1px;
}

.foot-contact span{
	padding-left:20px;
}
.foot-contact a{ color: #000;}
.foot-contact a:hover{ color:#c00000; }



/*以上內頁共同設定*/
/*----------------------------------------------*/


/* <<=== 關於我們 =============================================>> */
.about-area{position:relative; z-index:3;}

.about-area .photo{ max-width:620px; margin:60px auto 0 auto;}

.about-area .photo img{
	display:block;
	max-width:100%;
	height:auto;
	margin:0 auto;
}

.about-area .photo img:hover{
	opacity: 0.6; 
	filter:alpha(opacity=60);
	transition: all 0.5s; 
	-moz-transition: all 0.5s; 
	-webkit-transition: all 0.5s; 
	-ms-transition: all 0.5s; 
	-o-webkit-transition: all 0.5s; 
}


/*因後台編輯器 span會自添縮排*/
.about-area .intro span{ display:block; clear:both;}

/* <<=== 最新消息 =============================================>> */

.news-list .item {
    border-bottom: 1px #ccc dashed;
}

.news-list .item:nth-child(even){
    background-color: rgba(0,0,0,0.02);
	position:relative;
}

.news-list .item a {
    display: block;
	height:46px;
	line-height:46px;
}
.news-list .item a:hover{
    background-color: rgba(32,66,117,0.5);
	color:#FFF;
}

.news-list .con {
    float: left;
	width:100%;
	height:100%;
	color:#000;
}

.news-list .date {
    font-size: 16px;
    float: left;
	width:18%;
	padding-left:1%;
	height:100%;
}

.news-list .date:after {
    content: "/";
	display: inline-block;
    margin: 0 10px 0 12px;
    font-weight: normal;
}
.news-list .name {
    float: left;
	width:79%;
	height:100%;
    font-size: 16px;
    /*margin-left: 124px;*/
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.news-list .con:hover ,.news-list .date:hover ,.news-list .name:hover{
	color:#FFF;
}

.news-img{
    max-width: 978px;
	margin:0 auto;
	padding-top:30px;
	padding-bottom:50px;
}

/* <<=== 最新消息詳細頁 =============================================>> */

.news-vi .item {
	margin:20px 0 30px 0;
    border-bottom: 1px #ccc dashed;
    display: block;
	height:46px;
	line-height:46px;
}

.news-vi .date {
    font-size: 16px;
    float: left;
	width:18%;
	padding-left:1%;
	height:100%;
}

.news-vi .date:after {
    content: "/";
	display: inline-block;
    margin: 0 10px 0 12px;
    font-weight: normal;
}
.news-vi .name {
    float: left;
	width:79%;
	height:100%;
    font-size: 16px;
    /*margin-left: 124px;*/
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.news-vi-area{position:relative; z-index:3;}

.news-vi-area .photo{ max-width:800px; margin:0px auto; padding-bottom:50px;}

.news-vi-area .photo:hover{
	opacity: 0.6; 
	filter:alpha(opacity=60);
	transition: all 0.5s; 
	-moz-transition: all 0.5s; 
	-webkit-transition: all 0.5s; 
	-ms-transition: all 0.5s; 
	-o-webkit-transition: all 0.5s; 
}
	
.news-vi-area .photo img{
	display:block;
	max-width:100%;
	height:auto;
	margin:0 auto;
}

/*因後台編輯器 span會自添縮排*/
.news-vi-area .intro span{ display:block; clear:both;}

.news-vi-img{
	position: relative;
	width: 100%;
	height: 250px;
	overflow:hidden;
}

.news-vi-img img{
	max-width: 100%;
	max-height: 100%;

	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform:translate(-50%, -50%);
	-webkit-transform:translate(-50%, -50%);
	-o-transform:translate(-50%, -50%);
	-ms-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);
}

.news-vi-img img:hover{
	opacity: 0.6; 
	filter:alpha(opacity=60);
	transition: all 0.5s; 
	-moz-transition: all 0.5s; 
	-webkit-transition: all 0.5s; 
	-ms-transition: all 0.5s; 
	-o-webkit-transition: all 0.5s; 
}

.news-vi-video{
	width:98%;
	height:300px;
	margin:30px auto 0 auto;
}

.btn-box {
    clear: both;
    padding-top: 40px;
    position: relative;
    text-align: center;
}

.btn.arrowL {
    color: #204376;
    font-size: 16px;
}
.btn.arrowL:hover {
    color: #cc0000;
}
.btn.arrowL {
    background: url(../images/arrowL.png) no-repeat 15px 5px;
    padding: 0px 35px 0 35px;
}

.btn.arrowL:hover {
    background: url(../images/arrowL_01.png) no-repeat 15px 5px;
}

/* <<=== 服務項目 =============================================>> */

.about-area .ser-photo{ max-width:800px; margin:30px auto 0 auto;}

.about-area .ser-photo img:hover{
	opacity: 0.6; 
	filter:alpha(opacity=60);
	transition: all 0.5s; 
	-moz-transition: all 0.5s; 
	-webkit-transition: all 0.5s; 
	-ms-transition: all 0.5s; 
	-o-webkit-transition: all 0.5s; 
}

.about-area .ser-photo img{
	display:block;
	max-width:100%;
	height:auto;
	margin:30px auto 0 auto;
}

/* <<=== 聯絡我們 =============================================>> */

.inner_content {
    background: #eee;
	padding:30px;
	margin:30px auto;
}

.info-list{ letter-spacing:2px; margin-left:15px;}
.info-list li{margin-bottom:10px;}

.info-list li span{ color:#204376;}
.info-list li span a{ color:#204376;}
.info-list li .info-icon{ display:inline-block; vertical-align:text-top; margin-right:5px;}

/* <<=== 聯絡我們-表單 =============================================>> */

.reminder {
	position:relative;
    text-align: center;
    color: #204376;
    font-size: 16px;
    padding: 10px 8px;
    margin:55px auto 20px auto;
    max-width: 77%;
	text-align:left;
}

.required {
    position: relative;
}
.required:after {
    content: "※";
    display: inline-block;
    margin-left: 10px;
    color:#c00000;
}

.form-control {
	position:relative;
    font-size:16px;
    color:#707070;
    display: block;
    width: 100%;
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    margin-bottom: 10px;
    border: 1px solid #204376;
    background: #ffffff;
    box-sizing: border-box;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.form-control:focus {
    outline: none;
    border-color: #c00000;
}
.form-box textarea.form-control {
    padding: 8px 10px;
    line-height: 1.4;
    height: 160px;
}
.form-box {
    max-width: 100%;
    margin: 0 auto;
    padding: 50px 0% 0 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.form-box .form-group {
    padding: 10px 0 0;
}
.form-box .control-label {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    color: #000;
	letter-spacing:2px;
    text-transform: uppercase;
}
.form-box .control-box {
	width:100%;
	height:auto;
    position: relative;
}

.form-box .control-box label {
    display: inline-block;
    line-height: 36px;
    margin: 0 10px 6px 5px;
}
.form-box .captcha .form-control {
    display: inline-block;
    vertical-align: middle;
    width: 48%;
    max-width: 310px;
}
.form-box .captcha a {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    line-height: 36px;
    margin: 0 0 10px 5px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.form-box .captcha a .fa {
    margin-left: 3px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    color: #72A402;
}
.form-box .captcha a:hover .fa {
    color:#FF600D;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}
.form-box .name .control-box {
    position: relative;
}
.form-box .name .radio-box {
    line-height: 36px;
    position: absolute;
    right: 0;
    bottom: 100%;
}
.form-box .name .radio-box label {
    display: inline-block;
    margin-bottom: 0;
}

.fm-btnsec {
	text-align: center;
}
