
/*-----------------------------------通用-----------------------------------*/
body {
	margin:0; 
	padding:0; 
	line-height:170%;
	font-family:"微軟正黑體", "open-sans", Times New Roman , sans-serif;
	color:#333;
	background:#fff;
	font-size:1em;
	background:url(../img/index_bg_01.jpg);
	background-position:top;
	background-repeat: repeat-x;
}
*{
padding:0;
margin:0;}
a{
	color:#333;
}
a:hover ,a:focus{
	color:#008000;
}
a, a:hover ,a:focus{
	text-decoration:none;
}
img{
	max-width:100%; 
	height:auto;
}
ul {
	padding:0;
}
h1{
	margin:0 !important;
	line-height: normal;
	font-size: inherit;
}
h2{
	font-size:1.5em;
	font-weight:bold;
	line-height:130%;
	margin-bottom:0;
}
h3{
    float: left;
    width: 100%;
    font-weight: bold;
    color: #333;
	font-size:1.4em;
	margin-bottom: 10px;
	/*background: linear-gradient(-45deg, transparent 15px, #f5f5f5 0), linear-gradient(45deg, transparent 15px, #008000 0);*/
	padding:10px 10px 10px 0;
}
h3:before{
	content: "\f101";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 0.7em;
    padding-right: 0.5em;
    position: relative;
    left: 0;
	top: -3px;
}
h4{
	font-weight:bold;
	float:left;
	width:100%;
	color:#a46725;
	margin-bottom:10px;
	font-size:1.3em;
}
p {
    margin: 0 0 5px;
}
label {
    font-weight: 500;
}
.text_center{
	text-align:center;
}
.text_right{
	text-align:right;
}
.float_left{
	float:left;
}
.float_right{
	float:right;
}
input[type=file] {
    max-width: 190px;
}
select {
	background:#fff;
	height: 34px;
}
.input-xsmall {
    width: 80px!important;
}
.input-small {
    width: 145px!important;
}
.input-medium {
    width: 240px!important;
}
.input-large {
    width: 320px!important;
}
.btn_01{
	padding:7px 20px 7px 20px;
	background:#555;
	border-radius:4px;
	color:#fff;
	font-size:1em;
	border:none;
	letter-spacing:1px;
	cursor:pointer;
	/*margin:10px 0;
	border-radius:5px;*/
	font-size:0.95em;
}
.btn_01:hover ,.btn_01:focus{
	background:#008000;
	color:#fff !important;
}
button.btn_01, html input[type=button].btn_01{
	padding:4px 20px;
}
.vertical_middle{
	vertical-align:middle;
}
.display_inline{
	display:inline-block !important;
}
.display_none{
	display:none;
}
.page_line{
	border-bottom:dotted #ccc 2px;
	margin:10px 0;
}
.white{
	color:#fff;
}
.red{
	color:#c00;
	font-weight:400;
}
.blue{
	color:#145f7b;
}
.green{
	color:#008000;
}
.bg-white {
    background: #fff!important;
}
.bg-grey-steel {
    background: #e9edef!important;
}
/*.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-right: 0px;
    padding-left: 0px;
}*/
.img_padding {
    padding: 10px;
}
.content_font{
	float:left;
	width:100%;
}
.scroll-to-top:hover ,.scroll-to-top:focus{
	background:#008000;
	color:#fff;
}
.scroll-to-top:hover i{
	color:#fff;
}
.nomarginbottom{
	margin-bottom:0px;
}
.nomargintop{
	margin-top:0px;
}
.nomarginbottom{
	margin-bottom:0px;
}
.nomarginleft{
	margin-left:0px;
}
.nomarginright{
	margin-right:0px;
}
.nopaddingtop{
	padding-top:0px;
}
.nopaddingbottom{
	padding-bottom:0px;
}
.nopaddingleft{
	padding-left:0px;
}
.nopaddingright{
	padding-right:0px;
}
.w-100{
	width:100%;
}
.w-auto{
	width:auto;
}
.fa-xs {
    font-size: 0.9em;
}
.line{
	background-image: linear-gradient(to right, transparent, #DBDBDB, transparent);
	height:2px;
	float:left;
	width:100%;
	margin:25px 0;
}
.date{
	color:#008000;
	/*font-size:0.8em;*/
	padding:5px 0;
	font-size:0.9em;
}
.top_class {
    color: #fff;
    padding: 4px 7px;
    background: #008000;
    border-radius: 5px;
    margin-left: 5px;
	display: inline;
}
.form-control {
	appearance:auto;
    padding: 5px 8px;
	box-shadow:none;
	margin:2px 0;
}
select{
	height:auto !important;
	min-height:34px;
}
.visible-xxs{
	display:none;
}
.new_icon {
    color: #fff;
    background: #cc0000;
    padding: 1px 5px 4px 5px;
    border-radius: 4px;
    display: inline-block;
    line-height: 100%;
    margin: 0 3px 3px 10px;
    font-size: 0.8em;
}
.page_con ol, .page_con ul{
	padding-left:30px;
}
.page_con a{
	color:#03C;
	text-decoration:underline;
}


/*for無障礙*/
.accesskey{
	text-decoration:none;
}
.accesskey:focus {
	outline:2px solid #00b0f0;
	text-decoration:none;
}
a:focus {
	outline:2px solid #00b0f0 !important;
	text-decoration:none;
}
a.sr-only {
    color: #fff;
    background: #000;
    float: left;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
	position:absolute!important;
	z-index:101;
}
input.form-control:focus ,textarea.form-control:focus ,input[type="text"]:focus,input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus, textarea:focus ,select:focus{
    background-color:#ffbf47 !important;
	color:#000 !important;
	outline:2px solid #00b0f0!important;
}
input[type=submit]:focus{
	outline:2px solid #00b0f0!important;
}
button:focus{
	outline:2px solid #00b0f0!important;
}


/* Firefox */
@-moz-document url-prefix(){
.sr-only-focusable:active, .sr-only-focusable:focus {
	position: relative!important;
}
}



/*font-size*/
.font_l{font-size:120%}
.font_m{font-size:100%}
.font_s{font-size:80%}


/*header*/
/*tophome*/
#tophome{
	float:left;
	width:100%;
	background:#008000;
}
#header .header-nav-top .nav > li > a:focus ,.font_size a:focus ,.font_size a:hover{
    background: #354835;
}
.font_size{
    display: inline-block;
}
.font_size >a{
    /*padding:5px 10px!important;
    border-radius: 4px;*/
}
.header-nav-top .nav-pills>li+li {
    margin-left:0;
}
.header-nav-top .nav-pills>li{
	border-left: solid rgba(255,255,255,0.3) 1px;
}
.header-nav-top .nav-pills>li:last-child{
	border-right: solid rgba(255,255,255,0.3) 1px;
}


/*top menu*/
.dropdown-menu{
	font-size:1em;
	padding:0;
}
.dropdown-menu>li{
	/*background:rgba(255,255,255, 0.2) !important;*/
}
.dropdown-menu>li>a:hover ,.dropdown-menu>li>a:focus ,.dropdown-menu>li:focus,.dropdown-menu>li a:active{
	background:rgba(0, 0, 0, 0.3);
	color:#fff;
}
#header .header-nav-main nav > ul >li:hover:after {
    width: 100%;
    background: #008000;
}
#header .header-nav-main nav > ul >li:before {
  	content: '';
 	display: block;
  	margin: auto;
  	height: 3px;
 	width: 0px;
  	background: transparent;
  	transition: width .5s ease, background-color .5s ease;
}
#header .header-nav-main nav > ul >li:hover:before {
  	width: 100%;
	background: #50ab14;
}
/*.header-nav-main .nav-pills>li+li {
    margin-left: 5px;
}*/
#header .header-nav-main nav > ul > li:last-child .dropdown-menu{
    right:0;
}
.header-nav-main .dropdown-menu{
    margin:0 !important;
}
.header-nav-main .dropdown-menu .dropdown-submenu li a{
    /*color:#008000 !important;*/
}
.header-nav-main .nav-pills>li{
	margin:0 15px;
}
#header .header-btn-collapse-nav_1 {
    background: #fff;
    color: #00693e;
    display: none;
    float: right;
    margin: 12px 0 8px 15px;
    border: solid 1px #00693e;
}
#header .header-nav-main nav ul li.dropdown.open >.dropdown-menu,
#header .header-nav-main nav > ul > li.dropdown:focus > .dropdown-menu{
    top: auto ;
    display: block;
    opacity: 1;
	transform: translate3d(0, 0, 0);
}
#header .header-nav-main-effect-1 nav > ul > li.dropdown.open > .dropdown-menu>li>a{
    transform: translate3d(0, 0, 0);
}
#header .header-nav-main nav ul li.dropdown.open  li.dropdown-submenu> .dropdown-menu.open{
    top: 0 !important;
    display: block !important;
    opacity: 1 !important;
	transform: translate3d(0, 0, 0) !important;
}
.nav .open>a {
    background-color: transparent;
}
.dropdown-backdrop{
	z-index:auto !important;
}



/*index_news*/
.index_news{
	width:100%;
	float:left;
	margin-top:150px;
}
.index_news .container{
	padding: 30px;
}
.index_news .container .item{
	float:left;
	width:31.3%;
	margin:1%;
	background:#fff;
	padding:25px;	
}
.index_news .title h2{
	background:#f0f0f0;
	padding:15px 5px;
	text-align:center;
	width:70%;
	margin:-30px auto 0 auto;
	position: relative;
}
.index_news .title h2:after {
    content: ' ';
    display: block;
    clear: both;
    width: 45px;
    margin: 10px auto 5px auto ;
}
.index_news .container .item:nth-child(3n-1) .title h2:after {
    border-bottom: 3px solid #008000;
}
.index_news .container .item:nth-child(3n-3) .title h2:after {
    border-bottom: 3px solid #50ab14;
}
.index_news .container .item:nth-child(3n-2) .title h2:after {
    border-bottom: 3px solid #a0c547;
}
.index_news ul{
	list-style:none;
	margin:20px 0;
}
.index_news ul li{
	border-bottom:dotted #ccc 1px;
	padding:5px;
	font-size:0.95em;
	line-height:150%;
}
.index_news ul li:last-child{
	border-bottom:none;
}
.index_news ul>li{
	padding-left:2em;
}
.index_news ul>li:before {
    float: left;
	content: "\f06c";
    font-family: FontAwesome;
    margin-left: -1.5em;
	font-size:1.2em;
}
.index_news .container .item:nth-child(3n-1) ul>li:before {
    color: #008000;
}
.index_news .container .item:nth-child(3n-3) ul>li:before {
    color: #50ab14;
}
.index_news .container .item:nth-child(3n-2) ul>li:before {
    color: #a0c547;
}
.index_news .btn_box{
	text-align:center;
}


/*index_vendor*/
.index_vendor{
	float:left;
	width:100%;
	background:url(../img/index_vendor_bg_02.png) #eff7f2;
	background-repeat:no-repeat;
	background-position:bottom right;
	overflow: hidden;
}
.index_vendor .left{
	float:left;
	width:35%;
	background:url(../img/index_vendor_bg_01.jpg);
	/*background-size:cover;*/
	background-position:right top;
	padding-bottom: 50em;
    margin-bottom: -50em;
}
.index_vendor .right{
	float:left;
	width:65%;
	padding:70px;
	max-width:900px;
}
.index_vendor .right .title h2{
	padding:15px 5px;
	text-align:center;
	width:70%;
	margin: 0 auto;
	position: relative;
}
.index_vendor .right li a{
	float:left;
	width:100%;
}
.index_vendor .right .title h2:after {
    content: ' ';
    display: block;
    clear: both;
    width: 45px;
    margin: 15px auto 0 auto;
	border-bottom: 3px solid #008000;
}
.index_vendor .right .con_font{
	text-align:center;
	font-size:0.9em;
	color:#666;
	line-height:170%;
}
.index_vendor .right ul{
	list-style:none;
	float:left;
	width:100%;
}
.index_vendor .right ul li{
	float:left;
	width:33.3%;
	padding:20px;
}
.index_vendor .right ul .title{
	margin-top:25px;
	font-weight:bold;
	line-height:150%;
}
.index_vendor .right .img{
	box-shadow:15px 15px 0px 0px rgba(0,0,0,0.1);
}
.index_vendor .btn_box{
	text-align:center;
	padding: 20px;
}


/*index_activity*/
.index_activity{
	width:100%;
	float:left;
	background:url(../img/index_activity_bg.jpg);
	background-size:cover;
	background-position:bottom;
}
.index_activity .container{
	padding:60px 100px;
}
.index_activity .title h2{
	padding:15px 5px 35px 5px;
	text-align:center;
	width:70%;
	margin: 0 auto;
	position: relative;
}
.index_activity .title h2:after {
    content: ' ';
    display: block;
    clear: both;
    width: 45px;
    margin: 15px auto 0 auto;
	border-bottom: 3px solid #008000;
}
.index_activity  .activity_album .item{
	background:#fff;
	/*box-shadow:0px 2px 2px 2px rgba(20%,20%,20%,0.05);
	border:solid #eee 1px;	*/
}
.index_activity  .activity_album .item a{
	float:left;
	width:100%;
	box-shadow: 0px 2px 2px 2px rgba(20%,20%,20%,0.05);
    border: solid #eee 1px;
}
.index_activity  .activity_album .icon{
	text-align:center;
	margin-top: -35px;
}
.index_activity  .activity_album .title{
	padding:10px 20px 20px 20px;
	font-weight:bold;
}
.index_activity  .activity_album .more{
	color:#a46725;
	font-size:0.9em;
	padding-left:5px;
}
.owl-theme .owl-nav {
    position: absolute;
    top: 40% !important;
}
.index_activity .activity_album .owl-nav .owl-prev {
    left: -70px;
	border-radius:50%;
}
.index_activity  .owl-carousel .owl-nav .owl-next {
    right: -70px;
	border-radius:50%;
}
.index_activity .btn_box{
	text-align:center;
	padding:20px;
}


/*index_video*/
.index_video{
	float:left;
	width:100%;
	background: linear-gradient(-90deg, transparent 50%, #b2d9b2 0), linear-gradient(90deg, transparent 50%, #fff 0);
	padding:60px 0;
}
.index_video .video{
	float:left;
	width:60%;
	border:solid rgba(0,0,0,.05) 30px;
}
.index_video .right{
	float:left;
	width:40%;
	padding:5%;
}
.index_video .title h2{
	margin: 0 auto;
	position: relative;
}
.index_video .title h2:after {
    content: ' ';
    display: block;
    clear: both;
    width: 45px;
    margin: 15px 0;
	border-bottom: 3px solid #008000;
}
.index_video .item .title{
	font-size:1.2em;
	font-weight:bold;
	color:#a46725;
	padding:5px 0 15px 0;
}
.index_video .item .con_font{
	font-size:0.95em;
	padding-bottom:30px;
}


/*footer_menu*/
.footer_menu{
	float:left;
	width:100%;
	background-color:#354835;
	padding:40px 0;
	border-bottom:solid #fff 2px;
}
.footer_menu .footer_item{
	float:left;
	width:16.66%;
	padding: 0 10px 10px 10px;
}
.footer_title{
	font-weight:bold;
	color:#a0c547;
	padding-bottom:15px;
	width:100%;
	float:left;
	line-height:130%;
	font-size:1.05em;
}
.footer_title:hover{
	color:#85c608;
}
.footer_item ul{
	list-style:none;
	float:left;
	width:100%;
	padding:0;
}
.footer_item ul>li{
	padding-left:13px;
}
.footer_item ul>li:before {
    float: left;
    content: '▸';
    color: #b2d9b2;
    margin-left: -1em;
}
.footer_item li{
	line-height:130%;
	font-size:0.9em;
	padding-bottom:10px;
}
.footer_item li a{
	color:#fff !important;
}
.footer_item li a:hover{
	color:#85c608!important;
}


/*footer*/
footer{
	background:#f9f9f9;
	font-size:0.8em;
	float:left;
	width:100%;
	line-height:190%;
}
.footer_line{
	height:10px;
	background:url(../img/slide-title-border-light.png);
	background-repeat:repeat-x;
}
footer .container{
	padding:30px 0;
}
#footer .item_01 ,#footer .item_03{
	width:30%;
	float:left;
	padding:0 2.5%;
}
#footer .item_02{
	width:40%;
	float:left;
	padding: 0 2.5%;
}
.search #footer_search {
    padding:5px 10px;
    width: 100%;
    height: 40px;
}
.search>label{
	width:100%;
	margin:5px 0;
	padding-right: 40px;
}
.search .search_icon{
	background:#008000;
	border:none;
	position: relative;
    float: right;
    margin-top: -41px;
	height:34px;
	width:34px;
	border-radius:4px;
}
.search .search_icon:hover ,.search .search_icon:focus{
	background:#354835;
}
.search .search_icon i{
	color:#fff;
	font-size:1.4em;
	padding-top: 5px;
}
#footer .quantity{
	list-style:none;
}
#footer .item_02 > img{
	height:45px;
}
#footer .item_03 .top{
	margin-bottom:-3px;
}
#footer .item_03 .tel{
	color:#008000;
	font-size:2em;
	font-weight:900;
	font-family:Tahoma;
	padding-bottom:3px;
	line-height: 110%;
}
#footer .item_03 ul{
	list-style:none;
}
#footer .item_03 ul li{
	padding:3px 0;
	line-height:150%;
}
#footer .item_03 ul li i{
	color:#008000;
}
#footer .item_03 ul li .con_font{
	padding-left:25px;
	margin-top:-20px;
}


/*page content*/
.page_content{
	min-height:500px;
	/*padding-bottom:60px;*/
	margin-top: 290px;
    float: left;
    width: 100%;
	/*background:url(../img/page_bg.jpg);
	background-attachment:fixed;
	background-size:cover;*/
	background:#f0f9e8;
}
.page_content .btn_box{
	float:left;
	width:100%;
	padding:30px 0;
}


/*page top*/
.page_top{
	padding:5px 15px 5px 5px;
	font-size: 0.9em;
	background:#f5f5f5;
	color:#666;
}
.page_top #main-content{
	font-size:0.7em;
}
.page_top .fa-angle-right{
	padding:0 7px;
}
.page_top .active{
	color:#666;
}
.page_top a{
	color:#666;
}
.page_top_right{
	float:right;
	padding:3px 5px 0 0 ;
	margin-top: -38px;
}
.page_top_right img{
	width:27px;
}


/*page title*/
/*.page_content .title h2 {
    width: 100%;
    padding: 12px 15px 12px 20px;
	background:#f2f2f2;
	color:#008000;
}
.page_content .title h2:before {
	content: "\f0da";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 0.7em;
	margin-left:-20px;
	padding-right:15px;
	vertical-align: top;
}*/
.page_content .title .page_share{
	position:relative;
	float:right;
	margin-top:-60px;
}
.page_content .page_share .fa-circle{
	color:#fff;
}
.page_content .page_share .fa-circle:before {
    border: solid #2fbcd3 4px;
    border-radius: 50%;
}
.page_content .page_share .fa-1g{
	font-size:1.3em;
}
.page_content .page_share .fa-stack-1x:before{
	color:#2fbcd3;
}
.page_content .page_share a:hover .fa-circle:before{
	 border: solid #2e6e98 4px;
}
.page_content .page_share a:hover .fa-stack-1x:before{
	color:#2e6e98;
}


/*content_con*/
.content_con{
	float:left;
	width:100%;
	padding: 8px;
    background: #fff;
	margin-top:-66px;
	min-height:500px;
}
.content_con .left{
	float:left;
	width:78%;
	padding:0 0 0 7px;
}
.content_con .left>.title{
	float:left;
	width:100%
}
.content_con .left>.con_font{
	float:left;
	width:100%;
	padding:30px 25px;
}
.content_con .con{
	padding:30px;
	float:left;
	width:100%;
}
.content_con .con h2 {
	color:#008000;
	margin: 0;
	padding:0 10px 10px 38px;
	border-bottom:solid #ddd 1px;
}
.content_con .con h2:before {
    content: "\f06c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 0.7em;
    margin-left: -39px ;
    margin-right: 10px;
    vertical-align: top;
	color:#fff;
	background:#008000;
	border-radius:50%;
	padding:7px;
}
.content_con .right{
	float:left;
	width:22%;
}
.content_con .right .dropdown-menu{
	border-radius:0;
}
.content_con .dropdown-toggle .fa-caret-down{
	display: block;
}
.content_con .con_one{
	float:left;
	width:100%;
	padding: 30px;
}
.menu_title{
	width:100%;
	float:left;
	color:#fff;
	font-size:1.5em;
	padding:14px 10px 11px 30px;
	line-height: 120%;
	/*background:url(../img/menu_icon.png);
	background-repeat:no-repeat;
	background-position:left bottom;*/
	background-color:#184318;
	font-weight:bold;
	/*border-bottom: solid 1px;*/
}
.menu_title a{
	font-size:0.5em;
	color:rgba(255,255,255,.1);
	margin-left:-15px;
}
.content_con .page_con{
	margin:25px 0;
	font-size:0.95em;
	float:left;
	width:100%;
}


/*page_menu*/
.page_menu{
	list-style:none;
	float:left;
	width:100%;
	border-radius:0;
	border:none;
	padding:0;
}
.page_menu .navbar-collapse{
	padding:0;
}
nav.sidebar .navbar-nav .open .dropdown-menu {
	position: static;
	display:block;
	float: none;
	width: 100%;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	min-width: auto;
}
.page_menu .navbar-nav{
	background:#008000;
	width: 100%;
	padding:10px 15px;
}
.page_menu .navbar-nav li{
	width:100%;
}
.page_menu .navbar-nav>li{
	border-top: dotted rgba(255,255,255,.3) 1px;
	color:#fff;
}
.page_menu .navbar-nav>li:first-child{
	border-top: none;
}
.page_menu .navbar-nav>li>a {
	display:block;
	padding: 10px 13px;
	color:#fff;
	font-weight: 500;
	line-height:20px;
}
.page_menu .navbar-nav>li>a:after{
	display:none;
}
.page_menu .navbar-nav>li>a:hover ,.page_menu .navbar-nav>li>a:focus{
	background:rgba(0,0,0,0.3);
	/*color:#333;*/
}
.page_menu .dropdown-submenu>a {
    padding: 10px 25px 10px 13px !important;
	margin: 0;
    color: #000;
	width:100%;
	white-space:normal;
}
.page_menu .dropdown-submenu>a i{
	float: right;
	margin-right: -15px;
}
.page_menu .nav .open>a:hover, .left_menu .nav .open>a:focus, .left_menu .nav .open>a {
    background:rgba(0,0,0,0.5) !important;
    border-color: none;
	color:#fff !important;
}
.page_menu .dropdown-menu {
	background:rgba(0,0,0,0.3);
	padding: 0;
}
.page_menu .dropdown-menu li{
	border-bottom:rgba(255,255,255,0.2) solid 1px;
}
.page_menu .dropdown-menu li:last-child{
	border-bottom:none;
}
.page_menu .dropdown-menu>li>a {
	display:block;
    padding: 9px 18px 9px 28px;
	white-space: normal; 
	color:#fff;
}
.page_menu .dropdown-menu>li>a:hover {
	background:rgba(0,0,0,0.1);
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background:#354835 !important;
	color:#fff !important;
}


/*page_bottom*/
.page_bottom{
	float:left;
	width:100%;
	padding:20px 0;
	font-size:0.9em;
	display:table;
}
.page_bottom .item{
	display:table-row;
}
.page_bottom .item>div{
	display: table-cell;
}
.page_bottom .item>div:first-child{
	width:120px;
	background:#f5f5f5;
	border-radius:4px;
	padding:3px 5px;
	text-align:center;
	float:left;
	margin-right:15px;
	line-height: 170%;
}
.page_bottom>div{
	float:left;
	width:100%;
	padding:3px 0;
}
.page_bottom .title i{
	padding-right:5px;
}
.page_bottom .con_font{
	line-height:170%;
	clear:both;
}
.page_bottom .con_font a{
	padding:4px 0;
	float:left;
	/*width:100%;*/
	clear:both;
}


/*news*/
.page_search{
	float:left;
	width:100%;
	/*text-align:right;
	color:#008000;*/
	font-size:0.9em;
	margin-bottom: -10px;
}
.page_search ul{
	list-style:none;
	margin: 10px 0 0 0;
}
.page_search ul li:last-child{
	list-style:none;
	margin: 5px 0 0 0;
	/*float:right;*/
}
.page_search ul li{
	display: inline-block;
	vertical-align:top;
	/*padding-right:20px;*/
	margin:5px 0;
}
.page_search label{
	margin-bottom:0;
}
.page_search .item_title{
	float:left;
	padding:4px 5px 0 0;
}
.page_search .form-control{
	/*border-radius:0 !important;*/
}
.page_search .input-group-addon{
	background-color:transparent !important;
	border:none !important;
}
.page_search button{
	background:#666;
	color:#fff;
	vertical-align:top;
	font-size:0.9em;
	min-height:34px;
	margin:2px 0;
}
.page_search button:hover, .page_search button:focus{
	background:#008000 ;
	color:#fff !important;
}
.page_search .list_icon{
	display:inline-block;
}
.page_search .list_icon button{
	color:#666;
	border: solid #666 1px;
	background: transparent;
	border-radius:4px;
}
.page_search .list_icon button:hover ,.page_search .list_icon button:focus{
	color:#fff;
	background: #008000;
	border: solid #008000 1px;
}


/*news_list*/
.news_list{
	width:100%;
	float:left;
	font-size:0.9em;
	margin-top: 10px;
}
.news_list a{
	width:31.3%;
	float:left;
	margin:1%;
}
.news_list a:focus {
    outline: 4px solid #00b0f0 !important;
}
.news_list .item{
	/*width:31.3%;
	float:left;
	margin:1%;
	border:solid #eee 1px;*/
	padding:15px;
	border-radius:5px;
	background:#f9f9f9;
	overflow:hidden;
	position: relative;
}
.news_list .item:hover{
	/*border:solid #008000 1px;*/
}
.news_list .item img{
	width:100%;
	border:solid #ddd 1px;
}
.news_list .item .date{
	padding:5px 5px 0 0;
	float:left;
	font-size:0.8em;
}
.news_list .class .top_class{
	margin-left:0;
}
.news_list .item .title{
	font-weight:bold;
	float:left;
	width:100%;
	line-height: 150%;
	font-size:1.2em;
	margin-top:5px;
}
.news_list .item .con_font{
	color:#555;
	line-height: 170%;
	padding:5px 0;
	display:none;
}
.news_list .item .link{
	float:left;
	width:100%;
}
.news_list .item .link a{
	float:left;
	margin-top: 5px;
}
.news_list .item .link .fa-square {
    color: #666;
}
.news_list .item .link .fa-stack{
	width:2.2em;
}
.news_list .item .link .fa-stack-1x{
	color:#fff;
}
.text-shadow-container {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30px;
    background: linear-gradient(rgba(255,255,255,0),#fff);
    text-align: center;
    vertical-align: bottom;
	display:none;
}


/*news_list_02*/
.news_list_02{
	width:100%;
	float:left;
	font-size:0.9em;
}
.news_list_02 ,.news_list_02>a{
	float:left;
	width:100%;
	padding-top:5px;
	color:#333;
}
.news_list_02 .item{
	float:left;
	width:100%;
	padding:15px 20px;
	border-bottom:solid #eee 1px;
}
.news_list_02 .item img{
	max-width:200px;
	margin:0 20px 5px 0 ;
	border:solid #ccc 1px;
	float:left;
}
.news_list_02 .item .date{
	font-size:0.8em;
	width:100%;
	padding:0;
}
.news_list_02 .item .title{
	font-weight:bold;
	font-size:1.2em;
	line-height: 170%;
}
.news_list_02 .item .con_font{
	color:#555;
	line-height: 170%;
	padding:5px 0;
}
.news_list_02 .item .link{
	float:left;
}
.news_list_02 .item .link .fa-square {
    color: #666;
}
.news_list_02 .item .link .fa-stack{
	width:2.2em;
}
.news_list_02 .item .link .fa-stack-1x{
	color:#fff;
}
.news_list_02 .text-shadow-container{
	display:none;
}


/*download*/
.list_table{
	font-size:0.9em;
	margin-top:15px;
	float:left;
	width:100%;
}
.down_list .item:nth-child(3n+1){
	clear:both;
}


/*link*/
.link_list .item ,.link_list .item:hover{
	border:none;
	text-align:center;
}
.link_list .item .top_class{
	font-size:0.63em;
	font-weight:500;
	margin-right:5px;
}
.link_list .item .img {
	border-radius:5px;
}


/*vendor廠商管理*/
.vendor_search  select{
	margin-right:5px;
}
.vendor_detail .list{
	float:left;
	width:50%;
}
.vendor_detail .img{
	float:left;
	width:50%;
	padding:0 30px 5% 0;
}
.vendor_detail .list .item{
	float:left;
	width:100%;
	padding-bottom:15px;
	line-height:150%;
}
.vendor_detail .title{
	float:left;
	color:#a46725;
}
.vendor_detail .introduction{
	float:left;
	width:100%;
}
.vendor_detail .introduction{
	float:left;
	width:100%;
}
.vendor_detail .introduction .page_con{
	margin:0;	
}


/*廠商管理圖片*/
#sync1{
	margin-bottom:-20px;
}
#sync1 .owl-nav{
	margin-left:-60px;
}
#sync1 .item img{
	width:99% !important;
	margin:0 auto;
	border:solid #ddd 1px;
}
#sync1 .owl-carousel .owl-item {
	margin:0 auto;
}
#sync1.owl-carousel .owl-nav .owl-prev:before ,#sync1.owl-carousel .owl-nav .owl-next:before{
	display:none;
}
#sync1 .owl-nav{
	display:none;
}
.owl-carousel.owl-drag .owl-item {
    text-align: center;
}
.img-thumbnail {
	border:none;
	padding:0;
	border-radius:0;
}
.img-thumbnail img {
    border-radius:0;
}
#sync2{
	position:relative;
	/*overflow-x: hidden;
    overflow-y: -webkit-paged-y;*/
	top: 30px;
	margin-bottom: 20px;
}
#sync2 .owl-item{
	padding:2px;
}
#sync2 .item{
	background:#fff;
	padding:3px;
	float:left;
}
#sync2 img{
	overflow:hidden;
	width:100%;	
	border:solid #ccc 1px;
}
#sync2 .current{
	background:#008000;
}
.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
}
.mfp-image-holder .mfp-close {
    padding-top: 5px;
}
#sync2.owl-carousel .owl-dots.disabled,#sync2 .owl-carousel .owl-nav.disabled {
    display: none;
}
#sync2 .owl-dots{
	display:none;
}
#sync2 .owl-nav{
    margin-top: -15px;
}


/*表單管理*/
.submit_btn{
	width:100%;
	float:left;
	text-align:center;
	margin-top: 15px;
}
.submit_btn input[type=submit] {
	padding:2px 20px;
}
.form_con{
	margin:0 auto;
	max-width:700px;
	padding:30px 0 0 0;
}
.form_box{
	border: solid #f5f5f5 10px !important;
	padding:10px;
	background:#fff;
}
.form_box .table-row{
	border-bottom:#900 solid 1px;
}
.form_q{
	display:table-cell;
	width:25%;
	padding:8px;
	text-align:right;
	/*border-bottom: #ccc dotted 1px;*/
	border-right: #ccc dotted 1px;
	font-weight:bold;
	color:#000;
	vertical-align: top;
}
.form_a{
	display:table-cell;
	width:75%;
	padding:8px;
	margin:8px;
	/*border-bottom: #ccc dotted 1px;*/
	line-height:170%;
}
.form_a input{
	height:34px;
}
.form_a .mt-radio,.form_a .mt-checkbox ,.input_table .mt-radio,.input_table .mt-checkbox{
	margin:5px 25px 5px 5px;	
}
.mt-radio span,.mt-checkbox span{
	margin-top:3px !important;
	background:#fff  !important;	
}
.form_box .table-row:nth-child(even){
	background:#f5f5f5;
}
.form-control{
	box-shadow:none;
}
.required{
	color:#c00;
	font-size:0.9em;
	line-height:140%;
	padding:3px 0;
}
.form_a i{
	padding:0 5px 0 10px;
}
.form_a label{
	font-weight:500;
}
.verification_code{
	margin:3px 0 3px 10px;
	display:inline-block;
}
.verification_code a{
	color:#333;
	text-decoration:none;
}
.forward_con {
    max-width: 806px;
    margin: 0 auto;
}


/*表單checkbox radio*/
input[type=checkbox], input[type=radio] {
    width: 20px;
    height: 20px;
    background: #fff !important;
    border: 1px solid #ccc;
	vertical-align: top;
	margin: 2px 5px 0 0;
}
.form_radio ,.form_checkbox{
	vertical-align: middle;
    margin:0 5px 0 0 !important;
}
.radio_padding{
	padding-right:20px;
	padding-top:2px;
}


/*16.網站導覽*/
.sitemap_list{
	list-style:none;
	float:left;
	width:100%;
	display:table;
	margin-bottom: 25px;
	padding-left:0!important;
}
.sitemap_list a{
	color:#333;
	text-decoration:none;
}
.sitemap_list a:hover{
	color:#008000;
}
.sitemap_list .sitemap_item{
	border-top: solid 1px #ddd;
	border-left: solid 1px #ddd;
	border-right: solid 1px #ddd;
	vertical-align: middle !important;
    padding: 10px 10px 10px 20px;
	width: 100%;
	float:left;
	display:table-row;
}
.sitemap_list .sitemap_item:last-child{
	border-bottom: solid 1px #ddd;
}
.sitemap_list_1{
	list-style:none;
	float:left;
	width:100%;
	display:table;
	margin-top:5px;
	padding-left:0!important;
}
.sitemap_list_1 li{
	vertical-align: middle !important;
	width: 100%;
	float:left;
	display:table-row;
}
.sitemap_item {
    float: left;
}
.sitemap_item_1{
	padding:5px 10px 3px 23px !important;
	float:left;	
}
.sitemap_item_2{
	padding:5px 10px 3px 38px !important;
	float:left;	
	padding-left:0!important;
}
.sitemap_no{
	display:table-cell;
}
.sitemap_font{
	padding-left:10px;
	display:table-cell;
}



/*print*/
.con_box{
	padding: 2%;
    margin: 2%;
    border: solid 1px #ccc;
    float: left;
    border-radius: 10px;
    box-shadow: 0px 0px 6px 4px rgba(20%,20%,20%,0.1);
	background: #fff;
}
.con_banner{
	margin-bottom:15px;
}
.con_banner img{
	border-radius:10px;
	box-shadow: 0px 0px 6px 2px rgba(20%,20%,20%,0.1);
	border: solid 1px #fff;
}
/*.con_box>.title{
	width: 100%;
    padding: 12px 15px 12px 20px;
    background: #f2f2f2;
    color: #008000;
}
.con_box .title h2:before {
    content: "\f0da";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 0.7em;
    margin-left: -20px;
    padding-right: 15px;
    vertical-align: top;
}*/
.con_box h2 {
    color: #008000;
    margin: 0;
    padding: 0 10px 10px 38px;
    border-bottom: solid #ddd 1px;
}
.con_box h2:before {
    content: "\f06c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 0.7em;
    margin-left: -39px;
    margin-right: 10px;
    vertical-align: top;
    color: #fff;
    background: #008000;
    border-radius: 50%;
    padding: 7px;
}
.con_box .page_title_item{
	text-align:left;
}
.con_box .form_con {
    padding: 10px 0 0 0;
}
.con_footer{
	font-size:0.8em;
	padding: 0 20px 20px 20px;
	line-height:150%;
}
.con_float{
	float:left;
	width:100%;
}
.con_box .page_con{
	padding:10px 0;
	font-size:0.95em;
	float:left;
	width:100%;
}
.forward_con {
    max-width: 806px;
    margin: 0 auto;
}


/*table scroll*/
.table-scrollable{
	width:100%;
	overflow-x:auto;
	overflow-y:hidden;
	/*margin:5px 0 15px 0 !important;
	float:left;
	border-top: none;
	border-bottom: 1px solid #e7ecf1;
	border-left: 1px solid #e7ecf1;
	border-right: 1px solid #e7ecf1;*/
	border:none;
}
.table-scrollable>.table-bordered>thead>tr:last-child>th,.table.table-bordered thead>tr>th{
	border-bottom:0;
	/*border:1px solid #008000;*/
	line-height: 130%;
    vertical-align: middle;
	padding: 10px;
}
.table-scrollable>.table{
	width:100%!important;
	margin:0!important;
	min-width:650px;
	/*font-weight:bold; */
	--bs-table-hover-bg: rgba(46, 127, 152, .05);
}
.table-scrollable>.table>thead{
	/*border-top: solid 1px #ddd;*/
}
.table-scrollable>.table>thead>tr>th , .table-scrollable th ,table>thead>tr>th{
	white-space:nowrap; 
	padding: 10px; 
	background:#eee; 
	font-weight:500;
	text-align:center;
	border-bottom: none;
}
.table-hover > tbody > tr:hover {
	--bs-table-hover-bg: rgba(46,127,152,.05);
}
.table>tbody>tr>td{
	vertical-align: middle !important;
	padding: 12px 20px;
	border-top: none;
	border-bottom: 1px solid #eee;
}
.table_icon{
	padding:3px 3px 2px 3px !important;
	vertical-align:middle;
}
.table {
    margin-bottom: 0px;
}
.table-scrollable .table>tbody>tr>th ,.table-scrollable .table>tbody>tr>td{
    /*border-right: solid 1px #ddd;*/
	padding:7px 10px 5px 10px;
	min-height: 40px;
    height: 40px;
}
.table-scrollable img{
	max-width:165px;
	border:solid #ddd 1px;
}
.table-scrollable a .fa-square{
	color:#666;
}
.table-scrollable a:hover .fa-square ,.table-scrollable a:focus .fa-square{
	color:#008000;
}
.table-scrollable a .fa-download,.table-scrollable a .fa-link{
	color:#fff;
}


/*table*/
.table {
  display: table;
}
.table-row {
  display: table-row;    
}
.table-cell {
  display: table-cell;   
}


/*頁碼*/
#page_number{
	padding-top:20px;
	font-size:0.9em;
	float:left;
	width:100%;
}
.page_total{
	vertical-align:middle;
	margin:0 0 10px 0;
}
.page_icon{
	text-align:right;
	margin-bottom:10px;
}
.btn_page{
	display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: top;
    cursor: pointer;
    border: none /*1px solid #ccc*/;
    padding: 3px 12px;
    font-size: 1em;
	background:#666;
	/*margin-left:-5px;*/
	border-radius:5px;
	margin-top: -2px;
	color:#fff;
}
.page_list{
	border: 1px solid #ccc;
	display:inline-block;
	width:auto;
	cursor: pointer;
	box-shadow:none;
}
.btn_page:hover ,.btn_page:focus{
	background:#008000;
	color:#fff;
}
#page_number .page_list{
	margin-top:-2px;
}
#pageinfo{
	gap:.25em;
}
/***Hover效果1: 放大淡出***/
.imh_opacity {
	background: #666;
	overflow: hidden;
}

.imh_opacity img{	
	transition:all 0.3s linear;
	-webkit-backface-visibility: hidden;
	width:100%;}

.imh_opacity:hover img ,a:hover .imh_opacity img{
	opacity:0.8;
	transform:scale(1.05);}

/***Hover效果1: 放大淡出Detail***/
.imh_detail{
	background:#000;
	overflow:hidden;
    	position: relative;}

.imh_detail img{	
	transition:all 0.3s linear;
	-webkit-backface-visibility: hidden;
	width:100%;}

.imh_detail a:before{
	display:block;
	content:"Details+";
	padding:10px 20px;
	font-size:13px;
	color:#FFF;
	border:2px solid #FFF;
	opacity:0;
	
	position:absolute;
	left:50%;
	margin-left:-45px;
	top:50%;
	margin-top:-80px;
	z-index:99;
	
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;}

.imh_detail:hover a:before{
	opacity:1;
	margin-top:-20px;}

.imh_detail:hover img{
	opacity:0.3;
	transform:scale(1.05);}

/***Hover效果1: 放大淡出zoom***/
.imh_zoom{
	background:#000;
	overflow:hidden;
	position:relative;}

.imh_zoom img{	
	transition:all 0.3s linear;
	-webkit-backface-visibility: hidden;
	width:100%;}

.imh_zoom:before{
	display: block;
    font-family: "FontAwesome";
    content: "\f002";
    font-size: 30px;
    color: #fff;
    background: #008000;
    width: 60px;
    height: 60px;
    line-height: 55px;
    text-align: center;
    border-radius: 100%;
    border: dashed #fff 2px;
    position: absolute;
    left: 50%;
    top: -30px;
    margin-top: -30px;
    margin-left: -30px;
    z-index: 99;
	
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;}

a:hover .imh_zoom:before{
	top:50%;}

a:hover .imh_zoom img{
	opacity:0.6;
	transform:scale(1.05);}


/*for IE*/
@media screen\0 {
.search .search_icon {
    margin-top: -47px;
}
}



/*--------------------------------------for 電腦、平版、手機------------------------------------------------*/
/* 大螢幕 */
@media (min-width: 1200px) {
.container {
    width: 1200px;
}


/*header*/
#header .dropdown-toggle .fa-caret-down{
	padding-top:3px;
    display: none;
}
#header .dropdown-submenu .dropdown-menu{
	background: #38770e!important;
    margin: 0!important;
}


/*footer_menu*/
.footer_menu .footer_item:nth-child(6n+1){
	clear:both;
}


/*news_list*/
.news_list .item{
	min-height:305px;
}
.news_list a:nth-child(3n+1){
	clear:both;
}


/*link*/
.link_list .item{
	min-height:180px !important;
}


/*vendor廠商管理*/
.vendor_list .item {
    min-height: 260px !important;
}

}

 
/* 平板電腦、橫向手機和一般桌機解析度 */
@media (min-width: 992px) and (max-width: 1199px) {
.container {
    width: 100%;
	padding: 0 20px;
}


/*header*/
.header-nav-main{
	margin:0 -15px;
}
.dropdown-toggle .fa-caret-down{
	padding-top:3px;
    display: none;
}
.dropdown-submenu .dropdown-menu{
	/*background: #20596a!important;*/
    margin: 0!important;
}
#header .header-nav-main nav > ul > li > a{
	/*font-size:1em;*/
}


/*footer_menu*/
.footer_menu .footer_item{
	width:20%;
}
.footer_menu .footer_item:nth-child(5n+1){
	clear:both;
}


/*news_list*/
.news_list a{
	/*height:330px;*/
	width:31.3%;
}
.news_list a:nth-child(3n+1){
	clear:both;
}


/*link*/
.link_list .item{
	min-height:210px !important;
}


/*vendor廠商管理*/
.vendor_list .item {
    min-height: 260px !important;
}

}

/* 電腦、橫向平板電腦解析度 */
@media (min-width: 768px) and (max-width: 991px) {
h2{
	font-size:1.4em;
}
h3{
	font-size:1.3em;
}
h4{
	font-size:1.2em;
}
.container {
	max-width: 100%;
    width: 100%;
	padding:0 15px;
}
    
    
/*header*/
#header .header-logo img{
    width:220px !important;
	/*padding:5px 0;*/
}
#header .header-nav-main nav > ul > li > a {
    font-size: 0.9em;
    padding: 10px 0;
}
#header .header-nav-main {
    margin: 0;
}
.dropdown-toggle .fa-caret-down{
	padding-top:3px;
    display: none;
}
.dropdown-submenu .dropdown-menu{
/*	background: #25667a!important;*/
    margin: 0!important;
}
#header .header-nav-bar{
	margin-top:-5px;
}
.header-nav-main .nav-pills>li {
    margin: 0 10px;
}


/*index_news*/
.index_news {
    margin-top: 70px;
}


/*index_vendor*/
.index_vendor .left{
	display:none;
}
.index_vendor .right {
    width: 100%;
	padding: 5%;
}


/*footer_menu*/
.footer_menu .footer_item{
	width:33.3%;
}
.footer_menu .footer_item:nth-child(3n+1){
	clear:both;
}


/*page content*/
.page_content{
	margin-top: 265px;
}


/*page title*/
.page_content .page_share .fa-1g {
    font-size: 1.1em;
}


/*content_con*/
.menu_title {
    font-size: 1.4em;
}


/*news_list*/
.news_list a{
	/*height:348px;*/
	width:48%;
}
.news_list a:nth-child(2n+1){
	clear:both;
}



/*download*/
.down_list .item:nth-child(3n+1){
	clear:none;
}
.down_list .item:nth-child(2n+1){
	clear:both;
}



} 

 
/* 橫向智慧手機到竪立平板電腦解析度 */
@media (max-width: 767px) {
h2{
	font-size:1.3em;
}
h3{
	font-size:1.15em;
}
h4{
	font-size:1.1em;
}
.container {
    width: 100%;
	padding:0 15px;
}
.header-logo img{
	height: 52px !important;
	width:auto !important;
    vertical-align: top;
    padding: 5px 0;
	margin:0!important;
}


/*手機版menu*/
#header {
    position: fixed;
    width: 100%;
}
#header .header-body{
    background: #fff;
	border-bottom: solid #eee 1px;
}
#header .header-container {
    /*padding: 0 10px;*/
}
#header .header-logo {
    height: auto;
}
.header-nav-main{
	margin:0 -15px;
	background:#008000 !important;
	padding:0;
}	
.dropdown-menu li {
	margin:0!important;
	padding:0!important;
}
.dropdown-menu>li>a {
	padding: 10px 28px 8px 20px !important;
	color:#fff;
	border-radius:0;
}
.dropdown-menu li>a {
	padding: 10px 28px 8px 35px !important;
}
.dropdown-menu .dropdown-submenu .dropdown-menu>li>a {
	padding: 10px 28px 8px 50px !important;
}
.nav-top{
	background:#333;
}
.nav-top li{
	width:100%;
	float:left!important;
	margin: 0;
	height:38px;
}
.nav-top li a{
	width:100%;
}
.nav-top select{
	margin:3px;
	padding:2px 5px !important;
	height:30px;
}
.nav-top .lang{
	float:left;
	width:100% !important;
}
.nav-top .lang .title{
	color:#fff;
	float:left;
	padding:5px 5px 5px 20px; 
	font-size:1em;
}
.nav-pills>li+li {
    margin-left: 0 !important;
}
#header .header-nav-main nav > ul >li:after {
    height: 0;
}
.nav-top .share_icon{
	text-align:center;
	width:100%;
	float:left;
	padding:2px;
}
.nav-top .share_icon a{
	width:30px;
	display:inline-block;
	text-align:center;
	border-radius:5px;
	padding: 5px 10px !important;
	width:40px;
	margin:0 5px;
}
.nav-top a i{
	font-size:1.2em;
	width:40px;
}
#header .nav-top li.dropdown .dropdown-menu li{
	background:#666;
}
#header .header-nav-main nav > ul >li:before {
	display:none;
}
.header-nav-main .nav-pills>li {
    margin: 0;
}


/*index_news*/
.index_news {
    margin-top: 70px;
}
.index_news .container {
    padding:  0 5%;
}
.index_news .container .item{
	width:100%;
	margin:3% 0;
	box-shadow:0px 0px 6px 4px rgba(20%,20%,20%,0.1);	
}


/*index_vendor*/
.index_vendor .left{
	display:none;
}
.index_vendor .right {
    width: 100%;
	padding: 5%;
}


/*index_activity*/
.index_activity .container {
    padding: 40px 60px;
}
.index_activity  .owl-carousel .owl-nav .owl-prev {
    left: -50px;
}
.index_activity  .owl-carousel .owl-nav .owl-next {
    right: -50px;
}


/*index_video*/
.index_video{
	background: linear-gradient(0deg,#fff 70%,#b2d9b2 30%);
	padding:30px 0;
}
.index_video .video{
	width:100%;
    border: solid rgba(0,0,0,.05) 10px;
}
.index_video .right{
	width:100%;
}


/*footer*/
#footer{
	font-size:0.8em;
	line-height:150%;
}
#footer .item_01{
	padding:0 5%;
	width:100%;
}
#footer .item_02 ,#footer .item_03 {
	padding:0 5%;
	width:50%;
}
#footer .quantity li{
	float:left;
	padding:2px 15px;
}
#footer .item_03 .top {
    margin-bottom: 0;
}


/*page_content*/
.page_content {
    margin-top: 140px;
	padding-bottom: 0;
}
.page_top .fa-angle-right {
    padding: 0 1px 0 4px;
}


/*page_top*/
.page_top {
    padding: 5px;
    font-size: 0.7em;
}
.page_top_right {
    float: right;
    padding-top: 0;
    margin: 0 0 5px 0;
}
.page_top_right img {
    width: 27px;
}


/*page title*/
.page_content .title .page_share {
    margin-top: 5px;
}
.page_content .page_share .fa-1g {
    font-size: 0.9em;
}
.page_content .page_share .fa-circle:before {
    border: solid #2fbcd3 3px;
}


/*content_con*/
.content_con{
	padding:0;
}
.content_con .left{
	float:left;
	width:100%;
	padding:0 ;
}
.content_con .right{
	display:none;
}
.content_con .con {
    padding: 10px 20px;
}
.content_con .page_con {
    margin: 15px 0;
}


/*page_bottom*/
.page_bottom .con_font{
	padding-left:10px;
	margin-top:0;
}


/*news*/
.page_search{
	font-size:0.9em;
}


/*news_list*/
.news_list a{
	/*height:340px;*/
	width:48%;
}
.news_list a:nth-child(2n+1){
	clear:both;
}
.news_list_02 .item img{
	max-width:100px;
}


/*download*/
.down_list .item:nth-child(3n+1){
	clear:none;
}
.down_list .item:nth-child(2n+1){
	clear:both;
}


/*vendor廠商管理*/
.vendor_detail .list{
	width:100%;
	margin-top:30px;
}
.vendor_detail .img{
	width:100%;
	padding:0;
}


/*頁碼*/
#page_number{
	font-size:0.9em;
}
#page_number .page_icon{
	text-align:center;
}
.btn_page {
	  padding: 1px 9px;
}


/*table scroll*/
.table-scrollable{
	font-size:0.9em;
}
.table-scrollable .table>tbody>tr>td {
    padding: 12px 15px;

}


}
 
 
/* 橫向智慧手機及其他更小解析度 */
@media (max-width: 480px) { 
.container {
	/*padding:0 5%;*/
}
#tophome {
    padding: 2px 0;
}
.top_link a {
    color: #fff;
    font-size: 0.9em;
}
.top_link ul li:after ,.copypage_menu ul li:after{
	padding:0 0 0 3px;
}
.visible-xxs{
	display:block;
}


/*index_news*/
.index_news_list .date{
	padding:0;
	margin-bottom:-3px;
}
.index_news .index_news_list .con_font {
	margin-top:0;
	padding-left:0;
}


/*index_vendor*/
.index_vendor .right ul li {
    width: 100%;
    padding: 20px;
}
.index_vendor .right ul .title {
	text-align:center;
}


/*footer*/
#footer .item_02 ,#footer .item_03 {
	width:100%;
}



/*page_banner*/
.page_banner{
	margin-top:0;
	padding-top: 52px;
}


/*news_list*/
.news_list a{
	height:auto;
	width:100%;
	margin:3% 0;
}
.text-shadow-container{
	display:none;
}


}


/*-----------------------------------------for編輯器--------------------------------------------*/
.x_w-100 {
    width: 100%
}
.x_w-auto {
    width: auto;
}
.x_float_left {
    float: left;
}
.x_float_right {
    float: right;
}
.x_text_center {
    text-align: center;
}
.x_text_right {
    text-align: right;
}
.x_text_left {
    text-align: left;
}
.x_red {
    color: #c00;
}
.x_required {
    color: #c00;
    font-size: 0.9em;
    line-height: 140%;
    padding: 3px 0;
}


/*table scroll*/
.x_table-scrollable {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    border: none;
}
.x_table-scrollable > .x_table-bordered > thead > tr:last-child > th, .x_table.x_table-bordered thead > tr > th {
	border-bottom: 0;
	border: 1px solid #ddd;
	line-height: 130%;
	vertical-align: middle;
	padding: 10px;
}
.x_table-scrollable > .x_table {
	width: 100% !important;
	margin: 0 !important;
	min-width: 650px;
}
.x_table {
    margin-bottom: 5px;
}
.x_table > tbody > tr > td {
	line-height: 190%;
}
.x_table-scrollable > .x_table > thead {
    border-top: solid 1px #ddd;
}
.x_table-scrollable > .x_table > thead > tr > th, .x_table-scrollable th, .x_table > thead > tr > th {
	white-space: nowrap;
	padding: 8px;
	background: #666;
	color: #fff;
	font-weight: 500;
}
.x_table-hover > tbody > tr:hover {
    background:rgba(46,127,152,.05);
}
.x_table-even > tbody > tr:nth-child(even) {
    background:rgba(46,127,152,.05);
}
.x_delete_th {
    padding: 10px 0 !important;
}


/*table*/
.x_table {
    display: table;
    border-color: #ddd;
    width: 100%;
}
.x_table_01 {
    display: table;
    border: none;
    text-align: left;
}
.x_table-row {
    display: table-row;
}
.x_table-cell {
    display: table-cell;
}


/*縮排*/
.X_paddingleft22 {
    padding-left: 22px;
}
.x_textindent22 {
    text-indent: -22px;
}


/*清單*/
.x_ol_01 {
    list-style-type: cjk-ideographic; /*一, 二, 三*/
}
.x_ol_02 {
    list-style-type: upper-latin; /*A, B, C*/
}
.x_ol_03 {
    list-style-type: lower-alpha; /*a, b, c*/
}
.x_ul_01 {
    list-style-type: square; /*實心方塊*/
}
.x_ul_02{
	list-style-type: disc; /*實心圓*/
}
.x_ul_none, .x_ol_none {
    list-style: none;
    padding-left: 0;
}

/*-----------------------------------------for編輯器02--------------------------------------------*/
.w-100 {
    width: 100%
}
.w-auto {
    width: auto;
}
.float_left {
    float: left;
}
.float_right {
    float: right;
}
.text_center {
    text-align: center;
}
.text_right {
    text-align: right;
}
.text_left {
    text-align: left;
}
.red {
    color: #c00;
}
.required {
    color: #c00;
    font-size: 0.9em;
    line-height: 140%;
    padding: 3px 0;
}


/*table*/
.table {
    display: table;
    border-color: #ddd;
    width: 100%;
}
.table_01 {
    display: table;
    border: none;
    text-align: left;
}
.table-row {
    display: table-row;
}
.table-cell {
    display: table-cell;
}


/*縮排*/
.paddingleft22 {
    padding-left: 22px;
}
.textindent22 {
    text-indent: -22px;
}
.text_indent{
	text-indent: 2em;
}


/*清單*/
.ol_01 {
    list-style-type: cjk-ideographic; /*一, 二, 三*/
}
.ol_02 {
    list-style-type: upper-latin; /*A, B, C*/
}
.ol_03 {
    list-style-type: lower-alpha; /*a, b, c*/
}
.ul_01 {
    list-style-type: square; /*實心方塊*/
}
.ul_02{
	list-style-type: disc; /*實心圓*/
}
.ul_none, .ol_none {
    list-style: none;
    padding-left: 0;
}


