@charset "utf-8";


@import "style.css";

body {
	font-family: "Century Gothic", "Varela Round", "sans-serif", "微軟正黑體";
	margin: 0px auto;
	    background-color: #F6F7F8;
}
ol, ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

iframe{
    border:0;
    outline: 0;
}
.imp{color:#F00;}
.cmxform label.error {
	display: none;
	color: #FF0000;
	font-size: 12px;
	padding:2px 0;
}
.cmxform .err_str{
	height:18px
}

/*[ GENERAL ELEMENTS ]*/
a {
	text-decoration: none;
}
a:hover {
    text-decoration: none;
}



.navbar-wrapper {
    width: 100%;
    position: relative;
	z-index: 8000;
}
.container > .navbar-header,
.container-fluid > .navbar-header, 
.container > .navbar-collapse, 
.container-fluid > .navbar-collapse {
	margin:0;
}

/*--選單--*/

.navbar-header {}
.navbar-brand {
    height: 110px;
	width: 280px;
	margin: 0 !important;
	padding: 0px;
	    padding-top: 40px;
	overflow:hidden;
}
.navbar-brand img {
	max-width:100%;
	max-height:100%;
}
.navbar-inverse {
	margin-bottom:0 !important;
	background-color: #FFFFFE;
    border-color: #975ab5;
	border-width: 0 0 5px;
	background: url(../images/by-s.jpg) top left repeat-x;
}
.navbar-inverse .container {
  	width:100%;
   	margin: auto;
}
.navbar-inverse .navbar-nav {
  	padding: 0;
}
.navbar-inverse .navbar-nav>li {}
.navbar-inverse .navbar-nav>li>a {
	color: #984cab;
	letter-spacing: 2px;
	text-transform: uppercase;
	
}
.navbar-inverse .navbar-nav>li>a>i {
	width:30px;
	padding: 0 15px 0 0;
}
.navbar-inverse .navbar-nav>li>a:hover {
    color: #ff5f3b;
}

.navbar-fixed-top .navbar-collapse {
    max-height: 500px; 
}
.caret {
	margin-left: 5px;
}


.navbar-top {
    padding: 0;
    float: right;
    color: #000;
	position: relative;
	
	margin-top: 7px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 20px;
    background-color: #b65fcc;
}
.social-top li {
	float: left;
	padding:0;
}
.social-top li > a {
	padding: 5px 10px;
    display: block;
    line-height: 18px;
    font-size: 14px;
    letter-spacing: 2px;
    color: #ffffff;
		font-weight: 400;
}
.social-top li > a.active,
.social-top li > a:hover {
	color: #ffeb3b;
}

.bgicon {
    display: none;
}

#container{
	padding-top:120px;
}



/*-------------------------------*/
.Home_AD{
	position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0px 0;
	font-size:0;
}
.Home_AD .ad-content {
	text-align: center;
}

.Home_AD .ad-content .image {
	width:100%;
	height:0;
    padding-bottom: 80%;
	
	text-align: center;
    overflow: hidden;
    position: relative;
	border-radius: 0;
}
.Home_AD .ad-content:hover .image {

}
.Home_AD .ad-content .text{
	margin: auto;
    pointer-events: none;
	position: absolute;
    bottom: 10px;
    left: 0%;
    z-index: 15;
    width: 100%;
	height: 200px;
    overflow: hidden;
}
.Home_AD .ad-content h3{
	font-size:40px;
	height: 50px;
	padding-bottom: 10px;
	overflow: hidden;
}
.Home_AD .ad-content .des{
	font-size:14px;
	line-height: 20px;
	overflow: hidden;
	height: 60px;	
}
.Home_AD .ad-content .more a{
	border: 1px solid #ccc;
    font-size: 12px;
    color: #000;
    padding: 3px 10px;
	margin:5px 0;
	display: inline-block;
	border-radius: 5px;
	    margin-top: 15px;
}
.Home_AD .ad-content .more a i {
	margin-left:10px;
}

.Home-Ad-Inline {
	display: inline-block;
	width:25%;
	vertical-align: top;
	padding: 0px;
}

.Home-Ad-Inline .map :before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  pointer-events: none;
}
.Home-Ad-Inline .map :first-child :before {
  background-color: rgba(246, 204, 120, 0.5);
}

.Home-Ad-Inline .map :nth-child(2) :before {
  background-color: rgba(121, 196, 202, 0.5);

}

.Home-Ad-Inline .map :nth-child(3) :before{
  background-color: rgba(168, 194, 105, 0.5);

}


.Home-Ad-Inline .map :nth-child(4) :before{
      background-color: rgba(255, 186, 186, 0.5);

}

/*-----------*/
.Home_BIGAD {
}
.Home_BIGAD > div{
	position: relative;
	width:100%;
	overflow: hidden;
}
.Home_BIGAD > div a {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	height: 100%;
	display: block;
    opacity: 0;
}


/*----------*/
.Home_RW2AD{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 60px 0;
	    background-color: #ffffff;
}
.Home_RW2AD .ad-content {padding-bottom:15px;}
.Home_RW2AD .ad-content .image {
    width:100%;
    height:0;
    padding-bottom: 65%;
    opacity: 0.8;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
    text-align: center;
    overflow: hidden;
    position: relative;
}
.Home_RW2AD .ad-content:hover .image {
    opacity: 1;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(1.03,1.03,1);
    transform: scale3d(1.03,1.03,1);
}
.Home_RW2AD .ad-content h3{
    font-size:20px;
}
.Home_RW2AD .ad-content .des{
    font-size:16px;
    line-height: 22px;
    min-height:44px;
}
.Home_RW2AD .ad-content .more a{
    border: 1px solid #ccc;
    font-size: 12px;
    color: #000;
    padding: 3px 10px;
    margin:5px 0;
    display: inline-block;
    border-radius: 5px;
}
.Home_RW2AD .ad-content .more a i {
    margin-left:10px;
}


/*--------*/
.Home_related {
	padding: 60px 0;
}


/*INDEX最新消息*/
.Home_flash{
	background-color: #FFF;
}
#newsflash {
	float: left;
	width: 100%;
	margin: 30px 0px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: 1px solid #3f3132;
    border-bottom: 3px solid #3f3132;
	background: url(../images/news.png) no-repeat 10px center;
}
#newsflash .areaflash {
	float: left;
	height: 30px;
	width: 100%;
	padding-left: 100px;
	overflow: hidden;
	position: relative;
}
#newsflash .areaflash .tempWrap{ 
	width: 100% !important; 
}
#newsflash ul li {
	float: left;
	height: 30px;
	margin-right: 80px;
	font-size: 14px;
	line-height: 30px;
	color: #FFF;
	list-style:none;
}
#newsflash ul li a {
    font-size: 14px;
    line-height: 30px;
	display: inline-block;
	    color: #000000;
}
#newsflash ul li .Date {
	display: inline-block;
	margin-left: 20px;
	color: #e60012;
	font-family: Georgia, "Times New Roman", Times, serif, "微軟正黑體";
}



/*--------購物車--------*/
#Shopping {
	position: absolute;
	padding: 20px;
	top: 30px;
	right: 0px;
	z-index: 100;
	display:none;
    background-color: #FFF;
    border: 1px solid #E0E0E0;
    border-radius: 2px;
	overflow-y: auto;
    max-height: 565px;
}
#Shopping ul {
	float: left;
	width: 430px;
	padding: 10px 0px;
	border-bottom: 1px dotted #CCC;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	list-style:none;
}
#Shopping ul li {
	float: left;
	display: block;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
}
#Shopping .Title {
	text-align: center;
	font-weight: bold;
	padding-bottom: 4px;
}
#Shopping .w1 {width: 30px;}
#Shopping .w2 {width: 270px;}
#Shopping .w3 {width: 100px;}
#Shopping .w4 {width: 30px;}
#Shopping ul .letter {}
#Shopping ul .letter div {
	color: #999;
}
#Shopping ul .Quantity {
	color: #3C9;
	text-align: center;
}
#Shopping ul .close {
	height: 10px;
	text-align: center;
}

#Shopping #Checkout {
	float: right;
	margin: 15px 0px 0px;
	text-align: center;
}
#Shopping #Checkout a {
	display:block;
	padding: 5px 20px;
	border: 1px solid #C1BC9C;
	background-color: #333333;
	color: #FFF;
	font-size: 11pt;
	text-decoration: none;
}
#Shopping #Checkout a:hover {
	background-color: #CCC;
}
#Shopping {
    counter-reset: item;
}
#Shopping ul + ul li.w1:before {
    counter-increment: item;
    content: counter(item);
    color: #FFF;
    font-size: 12px;
    background: #000;
    padding: 2px 7px;
}



/*------------------------*/
.index_mid {
	padding:60px 0;
}
.index_mid .container {
}

.outer_title_table {
	margin-bottom: 25px;
}
.outer_title_table .mid_border {
	width: 50%;
	background: url(../images/outer_title_border.png) repeat-x center;
}
.outer_title_table .text_env {
	padding: 0px 30px;
	white-space: nowrap;
	font-size: 24pt;
}



/*------------------------*/
.Content{
	width: 100%;
	height: 287px;
	background: #FFF;
	border: 1px solid #ececec;
	overflow: hidden;
}


/* ====== 底部宣告 ====== */

.footer_top {
	padding: 40px 0px;
    background-color: #fff;
	text-align: center;
}
.footer_top .wrap_title {
    font-size: 30px;
    line-height: 24px;
    margin: 10px 0 30px ;
	color: #000;
	text-align: center;
    font-family: Georgia, "微軟正黑體";
}

.footer_top .wrap_title:after {
    display: block;
    content: '';
    width: 100%;
    height: 19px;
    background: url(../images/separator.svg) center center no-repeat;
    margin-top: 45px;
}
.MenuList > div{
	padding:15px;
}
.footer_top ul{
	width: 100%;
    overflow: hidden;
}
.footer_top ul li {
    display: inline-block;
    font-size: 0;
    padding: 3px;
    overflow: hidden;
}
.footer_top ul li a {
    display: inline-block;
    padding: 0 14px;
    font-size: 12px !important;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif, "微軟正黑體";
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background: #825fb1;
    border: none;
	    border-radius: 20px;
}
.footer_top ul li a:hover {
    color: #f5ff0c;
}

.Information{
    width: 100%;
     color: #000;
    margin: 10px 0;
    overflow: hidden;
	    font-size: 13px;
    line-height: 22px;
}



footer {
	width:100%;
    padding:20px;
	color: #000;
	overflow: hidden;	
	background-color: #ffffff;
}
footer p {
    font-size: 13px;
    text-align: center;
	margin-bottom: 0px;
	color: #000;
}
#wizards, #wizards a{
	color:#444;
}



.mobile-menu{
	width: 100%;
    background-color: #000000;
    position: fixed;
    right: 0px;
    bottom: 0px;
	overflow: hidden;
	z-index: 10000;
}
.mobile-menu li {
	text-align: center;
    padding: 10px 15px;
}
.mobile-menu li+li {
    border-left: 1px solid #666;
}
.mobile-menu li a {
	color:#fff;
}










.owl-custom {
    padding: 40px 0 0 0;
}
.owl-custom .owl-controls{
	position: absolute;
    top: -30px;
    right: 0;
}
.owl-custom .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 0;
	width:20px;
	height:20px;
	margin-left: 15px;
    display: inline-block;
    cursor: pointer;
	background-image: url(../images/next_prev.png);
    background-repeat: no-repeat;
}
.owl-custom .owl-prev {
    background-position: 0 0;
}
.owl-custom .owl-next{
	background-position: -20px 0px;	
}


@media (max-width: 767px) {
	footer {
        padding-bottom:60px;
    }
	.navbar-inverse .navbar-nav > li {
        float: left;
        margin: 3px 5px;
    }
	.Home_AD .container{
		padding:0;
	}
	.Home-Ad-Inline {
	    display: inline-block;
    	width:50%;
	}

}

@media (min-width: 768px) {
    #navbar{
        text-align: right;
        float: right;
		padding-top: 5px;
        width: calc(100% - 300px);
    }
    .navbar-inverse .navbar-nav {
        float: right;
    }
    .navbar-nav > li {
        float: none;
        display: inline-block;
    }
    .navbar-inverse .navbar-nav>li>a {
        padding: 26px 10px;
        letter-spacing: 2px;
        font-size:16px;
    }
	.navbar-inverse .navbar-nav>li>a:hover {
        background-color: #825fb1;
		    color: #ffffff;
    }
    .navbar-nav > li {
        position: static;
    }
    .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        margin: 2px 0 0;
        width: 100%;
        text-align: center;
    }
    .dropdown-menu > li {
        display: inline-block;
    }
	.container {
	    min-width: 970px !important;
    }
    .bgicon {
        display: block;
        text-align: center;
    }
    .bgicon img {
        height:25px;
    }

}


@media screen and (min-width: 768px) and (max-width: 990px) {
    body {
        min-width:970px !important;
    }
    .navbar-inverse .container {
        width: 970px !important;
    }
	.container-box {
        width: 970px !important;
        margin:auto;
    }
	.footer_top .container {
		width:100%;
	}
}

@media screen and (min-width: 1200px) {
	body {
        min-width:1200px !important;
    }
    .navbar-inverse .container {
        width: 1200px !important;
    }
	.container-box {
        width: 1200px !important;
        margin:auto;
    }
	
}


/* define bootstrap 5 columns */
		.col-xs-1-5,
		.col-sm-1-5,
		.col-md-1-5,
		.col-lg-1-5 {
			position: relative;
			min-height: 1px;
			padding-right: 7px;
			padding-left: 7px;
		}
 
		.col-xs-1-5 {
			width: 20%;
			float: left;
			padding:0 3px;
		}
 
		@media (min-width: 768px) {
		.col-sm-1-5 {
				width: 20%;
				float: left;
			}
		}
		@media (min-width: 992px) {
			.col-md-1-5 {
				width: 20%;
				float: left;
			}
		}
		@media (min-width: 1200px) {
			.col-lg-1-5 {
				width: 20%;
				float: left;
			}
		}
@media (max-width: 767px) {
.navbar-inverse {
    background: none;
	    background-color: #FFFFFE;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #975ab5;
}
.navbar-brand {
    height: 60px;
    width: 200px;
	    padding-top: 0px;
}
.navbar-inverse .navbar-toggle {
    border-color: #ad7ec4;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 22px 20px;
    margin-top: 0px;
    margin-right: -15px;
    margin-bottom: 0px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
    border-color: #ad7ec4;
    background: #ad7ec4;
}
#container {
    padding-top: 60px;
}
.Home_AD .ad-content .image {
    padding-bottom: 120%;
}
.Home_AD .ad-content h3 {
    font-size: 25px;
    height: 30px;
    padding-bottom: 10px;
    overflow: hidden;
}
.Home_AD .ad-content .text {
    width: 100%;
    padding: 10px;
}
.Home_related {
    padding: 20px 0;
}
}	





.yb_conct {
	position: fixed;
	z-index: 9999999;
	top: 200px;
	right: -127px;
	cursor: pointer;
	transition: all .3s ease;
}
.yb_bar ul li {
	width: 180px;
	height: 53px;
	font: 16px/53px 'Microsoft YaHei';
	color: #fff;
	text-indent: 54px;
	margin-bottom: 3px;
	border-radius: 3px;
	transition: all .5s ease;
	overflow: hidden;
}
.yb_bar .yb_top {
	background: #2196F3 url(../images/fixCont.png) no-repeat 0 0;
}
.yb_bar .yb_phone {
	background: #2196F3 url(../images/fixCont.png) no-repeat 0 -57px;
}
.yb_bar .yb_QQ {
	text-indent: 0;
	background: #2196F3 url(../images/fixCont.png) no-repeat 0 -113px;
}
.yb_bar .yb_ercode {
	/*height:200px;*/

	background: #2196F3 url(../images/fixCont.png) no-repeat 0 -169px;
}
.hd_qr {
	padding: 0 29px 25px 29px;
}
.yb_QQ a {
	display: block;
	text-indent: 54px;
	width: 100%;
	height: 100%;
	color: #fff;
}