﻿@import url(../../fonts.googleapis.com/earlyaccess/cwtexyen.css);
/*----------common start------------*/
input, textarea, select {
	font-size:15px;
}
input, textarea {
	width: 100%;
    padding: 10px;
    border: 2px solid #ebebeb;
    border-radius: 4px;
}
select {
	width:100%;
	height:39px;
	border: 2px solid #ebebeb;
    border-radius: 4px;
}
.h_txt {
	font-size: 18px;
	display: block;
	margin-bottom: 20px;
	padding-bottom: 15px;
    font-weight: bold;
    border-bottom: 2px solid #e8e8e8;
}
.h_txt p {
	font-size: 15px;
    color: #656565;
    font-weight: normal;
    margin-top: 10px;
}
.txt_notice {
	color:#930;
	font-size:13px;
	text-align:right;
}
.txt_notice2 {
	background: #EFE1E1;
    padding: 20px;
    line-height: 25px;
    border-radius: 10px;
    color: #AF6767;
}
.txt_notice2 a {
	color: #AF6767;
}
.txt_notice2 a:hover {
	color: #6F3737;
}
.w_30 {
	float:left;
	width:33.33%;
}
.w_50 {
	float:left;
	width:50%;
}
.w_100 {
	float:left;
	width:100%;
}
.float_r {
	float:right;
}
 float_l {
	 float:left;
}
a.btn_more {
	display: inline-block;
	color: #000;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	padding-left: 18px;
	background: url(../img/arrow_more.png) no-repeat 0 center;
}
a.btn_more:hover {
}
a.btn_more:after {
	opacity: 0;
	display: block;
	content: '';
	width: 0%;
	height: 2px;
	background: #014da1;
	transition: 0.4s;
	text-align: center
}
a.btn_more:hover:after {
	opacity: 1;
	width: 100%;
	transition: 0.4s
}
a.btn_more2 {
	color: #FFF;
	padding: 8px;
	text-align: center;
	text-decoration: none;
	background: #014da1 url(../img/arrow_more2.png) no-repeat 96% center;
	border-radius: 5px;
	cursor:pointer;
}
a.btn_more2:hover {
	background-color: #033e80;
}
a.btn_gray {
	background:#666;
}
a.btn_gray:hover {
	background:#333;
}
.btn_area {
	float:left;
	width:100%;
	text-align:center;
	margin:30px 0 60px 0;
}
a.btn_more3 {
	color: #014da1;
	padding: 8px 40px;
	text-align: center;
	text-decoration: none;
	background: #FFF url(../img/arrow_more.png) no-repeat 96% center;
	border:#014da1 3px solid;
	border-radius: 5px;
}
a.btn_more3:hover {
	color:#FFF;
	background-color:#014da1;
	background-position-x:94%;
}
/*----------common end------------*/

header {
	position: relative;
	float: left;
	width: 100%;
	background: #000;
}
header:before {
	content:" ";
	display:block;
	position:absolute;
	top:0;
	left:-100%;
	width:100%;
	height:34px;
	background:#000;
}
header:after {
	content:" ";
	display:block;
	position:absolute;
	top:0;
	right:-100%;
	width:100%;
	height:34px;
	background:#000;
}
.headerBox {
	position: relative;
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}
.top_link {
	float: right;
	white-space: nowrap;
	height:34.6px;
}
.top_link li {
	position: relative;
	float:left;
	display: block;
}
.top_link ul li a {
	display: block;
	color: #FFF;
	padding: 5px 15px;
	text-decoration: none;
	background: #014da1;
}
.top_link ul li a:hover {
	background: #02438c;
}
.top_link ul li ul {
	visibility: hidden;
	position: absolute;
	top: 33px;
	left: 0;
	width: 100%;
	z-index: 9;
	opacity: 0;
	-webkit-transition: all ease-out 0.3s;
	-moz-transition: all ease-out 0.3s;
	-o-transition: all ease-out 0.3s;
	transition: all ease-out 0.3s;
}
.top_link li li {
	width:100%;
}
.top_link ul li li a {
	padding:5px 10px;
	text-align:center;
}
.top_link ul > li:hover ul {
	visibility: visible;
	opacity: 1;
}
.top_link li.user_name {
	color:#FFF;
	padding:5px 10px;
	border-top:none;
}
.left_block {
	position: relative;
	top: 0;
	left: 0;
	float:left;
	z-index: 99;
	width: 230px;
	margin-bottom:20px;
}
.logo {
	display: none;
	width: 100%;
	padding: 5px 0;
	background: #FFF;
}
.logo a {
	display: block;
	width: 196px;
	height: 196px;
	margin: 0 auto;
	text-indent: -10000px;
	background: url(../img/logo.jpg) top left no-repeat;
	background-size: cover
}
.logo img {
	max-width:100%;
}
.logo_m {
	display:none;
}
.logo_slogn {
	width: 249px;
    height: 61px;
    margin-left: -10px;
    margin-bottom: -16px;
    text-indent: -9999px;
    background: url(../img/logo_slogn5e1f.png?v=2) no-repeat;
}
/*------------------nav start----------------*/
nav.nav {
	float: left;
    width: 100%;
    padding-top: 5px;
    background: #2f363f;
    border-top: #014da2 4px solid;
    border-bottom: #014da2 4px solid;
}
nav.nav li {
	width: 100%;
	float: left;
	border-bottom: #40464f 1px solid;
}
nav.nav li::after {
	display: block;
	content: " ";
	border-bottom: #232b35 1px solid;
}
nav.nav li:last-child {
	margin-right: 0
}
nav.nav li a {
	display: block;
	font-size: 15px;
	font-weight: bold;
	color: #dcdcdc;
	background: #2f363f;
	padding: 8px 35px;
	text-decoration: none
}
nav.nav li a:hover, nav li.active a {
	color: #449DFF;
    background: #000000;
}
nav li.active a {
	position:relative;
}

nav.nav li ul.suber {
	display: none
}

nav.nav .language select {
	font-family: Arial, Verdana, 微軟正黑體;
	border: navajowhite;
	height: 28px;
	width: 100px;
	position: relative;
	top: -3px;
	left: 11px;
	padding-left: 5px;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	background: #2b4f92
}
button.icon {
	margin: 0;
	border: none
}
.menu-icon {
	display: none;
	position: relative;
	top: 0;
	right: 0;
	z-index: 9998;
	width: 50px;
	height: 46px;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1)
}
.menu-icon-block {
	position: relative;
	width: 60%;
	height: 100%;
	margin: auto
}
.menu-icon i {
	position: absolute;
	display: block;
	margin: auto;
	width: 100%;
	height: 3px;
	background-color: #FFF;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1)
}
.menu-icon i.b1 {
	top: 26%
}
.menu-icon i.b2 {
	top: 46%
}
.menu-icon i.b3 {
	top: 66%
}
.menu-icon.open {
	
}
.menu-icon.open i {
	
}
.menu-icon.open .b1 {
	top: 49%;
	transform: rotate(45deg)
}
.menu-icon.open .b2 {
	width: 0;
filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0
}
.menu-icon.open .b3 {
	top: 49%;
	transform: rotate(-45deg)
}
.menu_title {
	display:none;
}
/*--------------left link------------------*/
.left_link {
	float: left;
	width: 100%;
	border-bottom: #2f363f 1px solid;
	background: #1e2731;
	margin-bottom: 5px;
}
.left_link li {
	display: block;
	float: left;
	width: 50%;
	text-align: center;
}
.left_link li a {
	display: block;
	color: #6e7883;
	padding: 10px 0;
	text-decoration: none;
	background: #1e2731;
	border-right: #2f363f 1px solid;
	border-bottom: #2f363f 1px solid;
}
.left_link li a:hover {
	color: #FFF;
	background: #171d23;
}
.left_link li i {
	font-size: 20px;
}
.left_link li span {
	display: block;
	font-size: 13px;
}
.left_fb_block {
	float: left;
	width: 100%;
	margin-bottom:5px;
}
/*------------------index-------------------*/
.ie_tip_box {
	display: block;
    position: fixed;
    bottom: 0;
    width: 366px;
    left: 0;
    z-index: 999;
    text-align: center;
    font-size: 17px;
    line-height: 40px;
    color: #FFF;
    background: #CA7A7A;
    letter-spacing: 2px;
    padding: 40px 20px 30px 20px;
}
.ie_tip_box img {
	width:25px;
	margin:0 5px;
}
.ie_tip_box a.btn_down {
	color: #1A487B;
	border-bottom:#1A487B 2px solid;
	text-decoration:none;
}
.ie_tip_box a.btn_down:hover {
	color: #07203C;
	border-bottom:#07203C 2px solid;
}
.ietip_Trigger {
	position:absolute;
	top:12px;
	right:12px;
	width:16px;
	height:16px;
	cursor:pointer;
	background:url(../img/icon_close.png) no-repeat;
}
/*.ietip_Trigger:before, .ietip_Trigger:after {
	content:" ";
	position: absolute;
    display: block;
    margin: auto;
    width: 100%;
    height: 2px;
    background-color: #FFF;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.ietip_Trigger:before {
	top: 49%;
    transform: rotate(45deg);
}
.ietip_Trigger:after {
    top: 49%;
    transform: rotate(-45deg);
}*/

.content {
	float: left;
	width: 100%;
	margin: 5px 0;
	background: rgba(255, 255, 255, 0.75);
}
.content section {
	float: left;
	width: 100%;
}
.title {
	text-align: center;
	padding: 40px 0;
}
.title span {
	display: block;
	font-weight: bold;
}
.title .zh {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}
.title .en {
	font-size: 12px;
	color: #014da1;
	text-transform: uppercase;
}
.title span.line {
	position: relative;
	display: inline-block;
	width: 40px;
	border-bottom: #014da1 2px solid;
	top: -5px;
}
/*tabs*/
#index_news_block {
	float: left;
	width: 100%;
	padding:0 30px;
}
#index_news_block .newsList {
	min-height:250px;
}
.abgne_tab {

}
ul.tabs, .news_tab ul, ul.pro_tab {
	float:left;
	width: 100%;
	background: #ebebeb;
	border-bottom: 1px solid #dfdfdf;
}
ul.tabs li, .news_tab ul li, ul.pro_tab li {
	float: left;
	width:25%;
	text-align:center;
	overflow: hidden;
	position: relative;
	border-bottom:#DADADA 1px solid;
	border-left:#DADADA 1px solid;
}
ul.tabs li:first-child, .news_tab ul li:first-child, ul.pro_tab li:first-child {
	border-left:none;
}
ul.tabs li:last-child, .news_tab ul li:last-child, ul.pro_tab li:last-child {
	border-right:#DADADA 1px solid;
}
ul.tabs li a, .news_tab li a, ul.pro_tab li a {
	display: block;
	padding:10px 20px;
	color: #9f9f9f;
	background: #ebebeb;
	text-decoration: none;
}
ul.tabs li a:hover, .news_tab li a:hover, ul.pro_tab li a:hover {
	background: #ccc;
}
ul.tabs li.active {
	
	
}
ul.tabs li.active a, .news_tab li.active a, ul.pro_tab li.active a {
	color:#FFF;
	background: #014da1;
}
ul.tabs li.active a:hover {
	
}
div.tab_container {
	clear: left;
	width: 100%;
}
div.tab_container .tab_content {
	padding: 15px 0;
}
div.tab_container .tab_content h2 {
}


#index_about_block li {
	display: block;
	float: left;
	width: 100%;
	background: #ecebeb;
}
#index_about_block li .pic, #index_about_block li .txt {
	float: left;
	width: 50%;
}
#index_about_block li .pic {
	overflow:hidden;
}
#index_about_block li .pic a {
	display: block;
	width: 100%;
	transform: scale(1);
	transition: 0.4s
}
#index_about_block li .pic a:hover {
	transform: scale(1.1);
	transition: 0.6s
}
#index_about_block li:nth-child(even) .pic {
	float: right;
}
#index_about_block li .txt {
	position: relative;
	padding: 30px;
}
#index_about_block li .txt::before {
	position: absolute;
	display: block;
	content: " ";
	top: 50%;
	left: -18px;
	margin-top: -4px;
	border: solid transparent;
	border-right: 15px solid #ecebeb;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
}
#index_about_block li:nth-child(even) .txt::before {
	left: inherit;
	right: -15px;
	border: solid transparent;
	border-right: none;
	border-left: 15px solid #ecebeb;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
}
#index_about_block li .txt .title {
	text-align: left;
	padding: 0 0 10px 0;
}
#index_about_block li .txt .desc {
	color: #464646;
	margin-bottom: 10px;
}
.index_box {
	padding: 0 10px;
}
.index_box li {
	display: block;
	float: left;
	width: 50%;
	padding: 40px 10px;
}
.index_box li .title {
	text-align: left;
	padding: 15px 0;
}
.index_box li .pic {
	overflow:hidden;
}
.index_box li .pic a {
	display: block;
	width: 100%;
	transform: scale(1);
	transition: 0.4s
}
.index_box li .pic a:hover {
	transform: scale(1.1);
	transition: 0.6s
}
.index_box li .txt .desc {
	margin: 10px 0;
	min-height:46px;
}
.index_box li a.btn_more2 {
	display: block;
}
/*-------------------content--------------------*/
.right_block {
	position: relative;
	float: right;
	width: 100%;
	padding-left: 235px;
	margin-left:-230px;
}
.sub_banner {
	
}
.sub_banner .title {
	padding: 40px 0 10px 0;
    text-align: left;
}
.sub_banner .title span {
    display: inline-block;
}
.sub_banner .title .en {
	margin:0 10px;
}
.aboutPage .right_block, .productPage  .right_block, .contactPage  .right_block {
	padding-left:255px;
}

/*-------------------about---------------------*/
.aboutCintent {
	width: 100%;
	min-height:400px;
	padding: 30px;
	background: rgba(255, 255, 255, 0.75);
}
.aboutCintent p {
	margin-bottom:10px;
}
.aboutCintent .abimg, .aboutCintent .abtxt {
	float: left
}
.aboutCintent .abimg {
	width: 34%;
	max-width: 345px
}
.aboutCintent .abtxt {
	padding: 21px 0 0 21px;
	width: 65%
}
.aboutCintent .abtxt h2 {
	font-size: 30px;
	line-height: 35px;
	color: #000;
	font-weight: bold;
	display: block;
	margin-bottom: 21px
}
.aboutCintent .abtxt li {
	font-size: 16px;
	width: 100%;
	padding-left: 15px;
	background: url(../img/ab.png) left 7px no-repeat;
	margin-bottom: 30px
}

/*----------------news--------------------*/
.newsList {
	float:left;
	width: 100%;
	padding:30px;
	background: rgba(255, 255, 255, 0.75);
}
.newsList, .proList {
	min-height:460px;
}
.newsList ul li, .proList ul li {
	padding: 10px 0;
	width: 100%;
	float: left;
}
.newsList ul li a, .proList ul li a {
	text-decoration: none;
	color: #646465;
	width: 100%;
	display: block
}
.newsList ul li a:hover .newTxt h2, .proList ul li a:hover .proTxt h3 {
	text-decoration:underline;
	color:#000;
}
.newsList .newImg, .newsList .newTxt, .proList .proTxt {
	float: left
}
.newsList .newImg {
	width: 16%;
	max-width: 159px
}
.newsList .newTxt, .proList .proTxt {
	position: relative;
	padding-left: 115px;
}
.newsList time, .proList .proTxt time {
	position: absolute;
	top: 0;
	left: 0;
	color: #FFF;
	padding: 3px 10px;
	background: #000;
	border-radius: 25px;
}
.newsList h2, .proList .proTxt h3 {
	font-size: 15px;
	margin: 5px 0;
}
.aboutPage .newsList ul li, .productPage .proList ul li {
	border-bottom: 1px solid #e8e8e8;
}
.aboutPage .newsList ul li time, .productPage .proList ul li time {
	padding: 0px 10px;
    background: #CACACA;
}
.aboutPage .newsList ul li h2, .productPage .proList ul li h3 {
	margin:0;
}

.pager_bar {
	width: 100%;
	padding: 25px 5px 47px;
	text-align: center;
	clear: both
}
.pager_bar a:hover, .pager_bar a.cur {
	color: #fff;
    background: #014DA1;
}
.pager_bar a {
	text-decoration: none;
	display: inline-block;
	padding: 0 8px;
    line-height: 25px;
	color: #646465;
}
.mit {
	width: 100%;
    padding: 30px;
	min-height:500px;
    background: rgba(255, 255, 255, 0.75);
}
.mit time {
	display: block;
	color: #8A8A8A;
	margin-bottom: 6px
}
.mit h2 {
	transition: 0.4s;
	display: block;
	padding-bottom:5px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #000;
	font-size: 20px;
	line-height:27px;
	border-bottom: 2px solid #e8e8e8;
}
.backbtn {
	text-decoration: none;
	transition: 0.4s;
	text-align: center;
	color: #fff;
	font-size: 16px;
	width: 90px;
	height: 35px;
	line-height: 35px;
	display: block;
	background: #354d71;
	margin: 20px auto
}
.backbtn:hover {
	padding: 2px 0;
	transition: 0.2s;
	background: #f4b62d
}

/*-----------------------product--------------------*/
.proListbtn {
	margin: 20px 0 30px 0;
	text-align:center;
}
.proListbtn li {
	display: inline-block;
	list-style: none;
	margin-left: 10px
}
.proListbtn li a {
	color: #014da1;
	text-decoration: none;
	font-size: 20px;
	text-align: center;
	display: block;
	padding:8px 20px;
	background: #FFF;
	border: #014da1 3px solid;
	border-radius: 5px;
}
.proListbtn li a:hover {
	color:#033e80;
	border-color:#033e80;
}
.proListbtn li.active a {
	color:#FFF;
	background: #014da1;
}
.proList {
	float:left;
	width: 100%;
	padding:30px;
	background: rgba(255, 255, 255, 0.75);
}
.proList li {
	display:block;
	float:left;
	width:100%;
	margin-bottom: 10px;
	padding-bottom:10px;
}
.proList li a {
	text-decoration: none;
	color: #646465;
	width: 100%;
	display: block
}
.proList li a:hover .proImg div {
	transform: scale(1.1);
	transition: 0.6s
}
.proList li a:hover h3 {
	transition: 0.4s;
	color: #f4b62d
}
.proList li .proImg {
	height: 267px;
	overflow: hidden
}
.proList li .proImg div {
	transform: scale(1);
	transition: 0.4s
}
.proList .proTxt {
	
}
.proList .proTxt h3 {
	font-size:15px;
	font-weight:normal;
}
.proList .proTxt p {
	width: 100%;
	height: 43px;
	overflow: hidden;
	display: block
}
.proLeft {
	display:none;
	float: left;
	width: 180px;
	padding-left: 28px;
	padding-top: 56px
}
.proLeft h3 {
	font-weight: bold;
	font-size: 28px;
	color: #354d71;
	display: block;
	margin-bottom: 10px
}
.proLeft li {
	font-size: 16px;
	list-style: none;
	color: #343434;
	padding-left: 15px;
	background: url(../img/ab.png) left center no-repeat;
	border-bottom: 1px solid #ccd0d8
}
.proLeft li.active a {
	font-weight: bold;
	color: #f4b62d
}
.proLeft a {
	text-decoration: none;
	color: #000;
	width: 100%;
	display: block;
	padding: 10px 0
}
.proLeft a:hover {
	color: #354d71
}
.proLeft .item1 {
	margin-bottom: 40px
}
.proRight {
	width: 100%;
	float: left;
	background: rgba(255, 255, 255, 0.75);
}
.proRight li {
	list-style: none
}
.proRight .proImgbox {
	
}
.proRight .proImg_b {
	transition: 0.6s;
	width: 336px;
	height: 324px;
	overflow: hidden
}
.proRight .proImg_s {
	height: 48px;
	overflow: hidden;
	margin-top: 10px
}
.proRight .proImg_s li {
	width: 49px !important;
	height: 48px;
	margin-right: 5px
}
.proRight .proImgbox, .proRight .produTxt {
	float: left;
	width:100%;
}
.proRight .produTxt {
	padding:30px;
}
.proRight .btn_share {
	float:left;
	width:100%;
	margin:30px 0;
	padding:10px 0;
	text-align:center;
	border-top: 2px solid #e8e8e8;
	border-bottom: 2px solid #e8e8e8;
}
.proRight .btn_share li {
	display:inline-block;
	margin:0 5px;
	color:#828282;
}
.proRight .btn_share li a {
	display:block;
	width:40px;
	height:40px;
	line-height:40px;
	border:#CCC 2px solid;
	border-radius:50px;
	color:#CCC;
	text-align:center;
	font-size:20px;
}
.proRight .btn_share li.btn_pro_fb a:hover {
	color:#4266b7;
	border-color:#4266b7;
}
.proRight .btn_share li.btn_pro_google a:hover {
	color:#d74c31;
	border-color:#d74c31;
}
.proRight .btn_share li.btn_pro_line {
	text-indent:-9999px;
}
.proRight .btn_share li.btn_pro_line a {
	background:url(../img/line.svg) no-repeat center center;
	background-size:80%;
}
.proRight .btn_share li.btn_pro_line a:hover {
	background-image:url(../img/line_g.svg);
	border-color:#36c400;
}
.proRight  .pro_date {
	float:left;
	width:100%;
}
.proRight .pro_date ul {
	
}
.proRight .pro_date li {
	display:block;
	float:left;
	width:50%;
	padding: 15px 5px;
	color: #FFF;
	background: #929292;
	text-align:center;
}
.proRight .pro_date li:last-child {
    background: #014da1;
}
.proRight .pro_date li:last-child span {
	color: #D6E4F5;
}
.proRight .pro_date li span, .proRight .pro_date li time {
	display: inline-block;
	font-size:16px;
}
.proRight .pro_date li span {
	color:#EAEAEA;
	margin-right:10px;
}
.proRight .pro_date li span i {
	font-size:30px;
	margin-right:10px;
}
.proRight .pro_date li time {
	font-size:30px;
	margin-top:10px;
}
.proRight .produTxt h2, .proRight .produTxt .pco, .proRight .produTxt a.btn_more2 {
	float:left;
	width:100%;
}
.proRight .produTxt h2 {
	color: #000;
	font-size: 25px;
	margin-bottom: 30px;
    line-height: 40px;
	padding-bottom:5px;
	border-bottom: 2px solid #e8e8e8;
}
.proRight .produTxt .pco {
	margin-bottom:30px;
	color:#666;
}
.proRight .produTxt p {
	margin-bottom: 5px
}
.proRight .produTxt table {
	display: block;
	max-width:100%;
}
.proRight .produTxt img {
	max-width:100%;
	height:auto !important;
}
.proRight .produTxt a.btn_more2 {
	display:block;
	width:100%;
	padding:15px;
	cursor: pointer;
	margin-bottom:5px;
}
.proRight .produTxt .backbtn {
	float: right;
	margin: 50px auto 0 auto
}
.alertify {
	top:30%;
}
.alertify-message {
	margin-bottom:20px;
	font-size:18px;
}
.alertify-button-cancel, .alertify-button-cancel:hover, .alertify-button-cancel:focus {
    background-color: #848484;
    border: 1px solid #868686;
}
.alertify-button-ok, .alertify-button-ok:hover, .alertify-button-ok:focus {
    background-color: #014DA1;
    border: 1px solid #014DA1;
}
.alertify-log-success {
    background: rgba(90, 90, 90, 0.5);
}

/*----------------contact-----------------*/
.contuct {
	width: 100%;
	padding:40px;
	background: rgba(255, 255, 255, 0.75);
}
.contuct form {
	float: left;
	width: 100%
}
.contuct .mapBox {
	display:none;
	width: 36%;
	float: right;
	padding-left: 38px
}
.contuct .mapBox h2 {
	font-size: 22px;
	color: #354d71;
	font-weight: bold
}
.contuct .mapBox iframe {
	margin-top: 30px;
	width: 313px;
	height: 269px
}
.contuct li {
	list-style: none;
    padding-bottom: 20px;
    margin-bottom: 20px;
    padding-left: 120px;
    position: relative;
    border-bottom: 1px solid #ebebeb;
}
.contuct h4 {
	font-weight: bold;
    font-size: 16px;
    color: #646465;
    position: absolute;
    line-height: 39px;
    left: 0;
    top: 0;
}
.contuct textarea {
	padding-top: 15px;
	height: 176px
}

.chBtn {
	clear: both;
	width: 100%;
	text-align: center;
	padding-top: 20px;
	margin-bottom: 20px
}
.chBtn a {
	text-decoration: none;
	text-align: center;
    padding: 5px 30px;
	display: inline-block;
	color: #fff;
	border:#014da1 3px solid;
	border-radius: 5px;
}
.chBtn a:hover {
	border-color:#043F80;
}
.chBtn a:nth-child(1) {
	background: #014da1
}
.chBtn a:nth-child(1):hover {
	background:#043F80;
}
.chBtn a:nth-child(2) {
	color:#014da1;
	background: #FFF
}
.chBtn a:nth-child(2):hover {
	color:#043F80;
}

/*-------------------default-----------------*/
body {
	position: relative;
	width: 100%;
	font-family: Arial, Verdana, 微軟正黑體;
	line-height: 1.7em;
	font-size: 14px;
	letter-spacing: 1px;
	background: url(../img/bg.jpg?v=2) fixed repeat;
	overflow-x:hidden;
}
.cover {
	display:none;
}
#wrapper {
	position: relative;
	width: 100%;
}
.main {
	position: relative;
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding:0 10px;
}
html img {
	max-width: 100%
}
img {
	vertical-align: middle;
	max-width: 100%
}
* {
	outline: 0
}
* {
	margin: 0;
	padding: 0
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.aboutCintent, .newsList, .proList, .contuct, main[role="main"] {
	zoom: 1
}
.aboutCintent:before, .newsList:before, .proList:before, .contuct:before, main[role="main"]:before, .aboutCintent:after, .newsList:after, .proList:after, .contuct:after, main[role="main"]:after {
	content: "";
	display: table;
	height: 0;
	overflow: hidden
}
.aboutCintent:after, .newsList:after, .proList:after, .contuct:after, main[role="main"]:after {
	clear: both
}
a:hover {
	-o-transition: color .20s linear, background-color .20s linear, border-color .20s linear;
	-webkit-transition: color .20s linear, background-color .20s linear, border-color .20s linear;
	-moz-transition: color .20s linear, background-color .20s linear, border-color .20s linear;
	transition: color .20s linear, background-color .20s linear, border-color .20s linear
}
.jqimgFill {
	position: relative;
	overflow: hidden;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	display: inline-block;
	transition: opacity .4s ease-in-out, transform .4s ease-in-out;
	background-position: center top !important
}
.jqimgFill img, .jqimgFill-tc img {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	display: block;
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	max-height: none;
	max-width: none;
	transition: opacity .4s ease-in-out, transform .4s ease-in-out
}
.banner {
	width: 101%;
	height: auto;
	margin-left: -1%;
	position: relative
}
.banner.pc {
	display: block
}
.banner.mobile {
	display: none
}
main[role="main"] {
	clear: both;
	padding-top: 86px;
	width: 100%;
	background: url(../img/mainbg.png) top left fixed, url(../img/mainbg2.jpg) center 88px fixed no-repeat/cover
}
nav.nav li, .newsList ul li, .abtxt li {
	list-style: none
}
.contentBox {
	position: relative;
	float:left;
	width: 100%;
	min-height: 700px;
}
.contentBox img {
	max-width:100%;
	height:auto !important;
}
.contentBox iframe {
	max-width:100%;
}
.path {
	float:right;
	margin-top:50px;
	color: #848282;
}
.path a {
	text-decoration: none;
	color: #AFAFAF;
}
.editor p {
	margin-top: 30px
}

/*--------download-------------*/
.download_list ul > li {
	display:block;
	float:left;
	width:46%;
	margin:10px 2%;
	border-radius: 10px;
    padding: 40px;
	-webkit-box-shadow: 0 2px 5.5px 0.3px rgba(0, 0, 0, 0.24);
    box-shadow: 0 2px 5.5px 0.3px rgba(0, 0, 0, 0.24);
}
.download_list ul > li .file_icon {
	font-size: 70px;
    color: #014DA1;
    text-align: center;
    margin: 20px 0 60px 0;
}
.download_list ul > li .file_icon i {
	border: #014DA1 3px solid;
    border-radius: 100%;
    padding: 30px;
    width: 139px;
    height: 140px;
    background: #DFE9F5;
}
.download_list ul > li .file_name {
	border-left: 3px solid #014da1;
    color: #000;
	font-size:20px;
	margin:20px 0;
	padding-left:15px;
	font-weight:bold;
}
.download_list ul > li .file_desc {
	color:#666;
}
.download_list ul > li .file_desc h4 {
	font-weight:bold;
	font-size: 16px;
	margin-bottom:5px;
}
.download_list ul > li .file_desc ol {
	list-style:circle;
	padding-left:20px;
}
.download_list ul > li .file_desc ol ol {
	list-style: decimal;
}
.download_list ul > li a.btn_more2 {
	display:block;
	width:100%;
	margin-top:20px;
}

/*---------------member start----------------*/
.memberPage .right_block {
	padding-left: 340px;
    padding-right: 100px;
}
.member_block {
	float:left;
	width:100%;
	padding: 40px;
    background: rgba(255, 255, 255, 0.75);
}
/*login*/
.login_form {
	float:left;
	width:100%;
}
.login_form li {
	display:block;
	margin-bottom:20px;
}
.login_form li h4 {
	font-size:16px;
	font-weight:bold;
	margin-bottom:5px;
}
.login_form li.w_50 {
	margin-top:20px;
}
.login_form li .btn_more {
	margin-bottom:10px;
}
.login_form li .btn_more2 {
	display:block;
	padding:15px;
	margin-top:3px;
	font-size:16px;
}

/*join*/
.join_form dl {
	float:left;
	width:100%;
	margin-bottom:20px;
}
.join_form dt {
	position:relative;
	margin-bottom:5px;
}
.join_form dt .must {
	position: absolute;
    left: -13px;
    top: 5px;
    color: #961616;
    font-size: 25px;
}
.join_form dd .w_30 {
	position:relative;
}
.join_form dd span {
	position:absolute;
	right:7px;
	top:8px;
}
.join_form dl.row_address .w_30 {
	padding-left:10px;
}
.join_form dl.row_address .w_30:first-child {
	padding-left:0;
}
.join_form dl.row_address .w_100 {
	margin-top:10px;
}
.join_form dd .single_w {
	padding-right:30px;
}
.join_form dl.btn_send {
	margin-top:20px;
}
.join_form dl.btn_send textarea {
	min-height:200px;
}
.join_form dl.btn_send a {
	display:block;
}
/*info*/
.memberinfopage .member_block {
	padding:0;
}
.memberinfopage ul.tabs li {
	width:33.33%;
}
.memberinfopage div.tab_container {
	float:left;
	padding:40px;
}
.join_form .message_block dl {
	padding-bottom:20px;
	border-bottom: #DCDCDC 1px dotted;
}
.join_form .message_block dl dt time {
	color: #8E8E8E;
}
/*---------------member end----------------*/

footer {
	float: left;
	width: 100%;
	font-size: 15px;
	background: rgba(0, 0, 0, 0.8);
	position: relative;
	color: #fff;
	padding: 40px 0;
	border-top: #004499 6px solid;
}
.footer_logo {
	float: left;
	width: 30%;
	text-align: center;
}
.footer_logo img {
	width: 100%;
	max-width: 170px;
	height: auto;
	border-radius: 15px;
}
.footer_right {
	float: right;
	width: 70%;
}
.footer_nav {
	float: left;
	width: 100%;
	margin-top: 20px;
}
.footer_nav li {
	display: block;
	float: left;
	width: 25%;
	margin: 5px 0;
}
.footer_nav li a {
	color: #dcdcdc;
	text-decoration: none;
	padding-left: 25px;
	background: url(../img/arrow_bot.png) no-repeat 0 center;
}
.footer_nav li a:hover {
	color: #FFF;
}
.footer_txt {
	float: left;
	width: 100%;
	color: #999898;
	margin-top: 20px;
}
.footer_txt a {
	color: #999898;
}
.footer_txt a:hover {
	text-decoration:underline;
}

/*back to top*/
#back-top-wrapper {
	position: absolute;
	height: 50px;
	z-index:800;
}
#back-top {
	position: fixed;
	bottom: 40px;
	right: 10px;
	display: none;
}
#back-top a {
	width: 50px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #bbb;
	/*-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;*/
	filter:alpha(opacity=80); 
	-moz-opacity:0.8; 
	opacity:0.8;
}
#back-top a:hover {
	color: #000;
	filter:alpha(opacity=100); 
	-moz-opacity:1; 
	opacity:1;
}
#back-top span {
	width: 50px;
	height: 50px;
	display: block;
	background:#004499 url(../img/arrow_top.png) no-repeat center center;
}
#back-top a:hover span {
	
}
.table {
	--bs-table-color-type: initial;
	--bs-table-bg-type: initial;
	--bs-table-color-state: initial;
	--bs-table-bg-state: initial;
	--bs-table-color: var(--bs-emphasis-color);
	--bs-table-bg: var(--bs-body-bg);
	--bs-table-border-color: var(--bs-border-color);
	--bs-table-accent-bg: transparent;
	--bs-table-striped-color: var(--bs-emphasis-color);
	--bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
	--bs-table-active-color: var(--bs-emphasis-color);
	--bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
	--bs-table-hover-color: var(--bs-emphasis-color);
	--bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
	/* overrides moved here so they are valid inside a rule */
	--bs-table-striped-bg: #c5d7f2;
	--bs-table-striped-color: #000;
	width: 100%;
	margin-bottom: 1rem;
	vertical-align: top;
	border-color: var(--bs-table-border-color)
}
.table-striped>tbody>tr:nth-of-type(odd)>* {
	background-color: rgb(222, 226, 230);

}
