/*字体并不能在所有设备上都达到最佳的显示，所以可以让设备浏览器来帮助你：*/
/*
html {   
  -moz-osx-font-smoothing: grayscale;   
  -webkit-font-smoothing: antialiased;   
  text-rendering: optimizeLegibility;   
}  
*/
/********************/
/*		base		*/
/********************/
body{
	position:relative;
	font-family:Microsoft JhengHei,微軟正黑體;
	overflow-x:hidden;
	overflow-y:scroll;
	font-size:16px;
	line-height:1;
	font-weight:400;
	background-repeat:no-repeat;
	background-position:center top;
	margin:0px auto;
}
.jwlogo{display:none !important;}/*jwplayer logo*/
#toTop {
    background: #37758f none repeat scroll 0 0;
    border-radius: 30px;
    bottom: 5%;
    cursor: pointer;
    display: none;
    height: 60px;
    line-height: 60px;
    opacity: 0.8;
    position: fixed;
    right: 5%;
    text-align: center;
    vertical-align: middle;
    width: 60px;
	color:#ffffff;
}
.zoomLens{/*width:25px !important;height:25px !important;*/}/*zoom arrow*/
.jstourl,.jsmyModal{cursor:pointer;}
.ui-loader-default{ display:none}  
.ui-mobile-viewport{ border:none;}  
.ui-page {padding: 0; margin: 0; outline: 0}  
.is-hidden {visibility: hidden !important;}
.input-group-addon{text-transform:uppercase;}
.UploadBtn{}
/********************/
/*		title bg	*/
/********************/
.GradientTitleBG {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(231, 235, 239, 0), #07244c, rgba(231, 235, 239, 0)) repeat scroll 0 0;
    text-align: center;
	text-transform:uppercase;
	margin-bottom:40px;
}
.GradientTitleBG h1 {
    color: #fff;
    font-weight: 300;
    letter-spacing: 6px;
    margin-top: 0;
    padding-bottom: 10px;
    padding-top: 10px;
	font-size:35px;
	line-height:42px;
}
/********************/
/*		fontsize	*/
/********************/
.fzxxll{
	font-size: 12px;	/*IE6-8*/
	font-size: 5vm;		/*IE9*/
	font-size: 5vmin;	/*其他浏览器*/
}
/********************/
/*		headroom	*/
/********************/
.template li {
    border-bottom: 1px solid #ddd;
    list-style: outside none none;
    margin-bottom: 5px;
    padding-bottom: 5px;
	line-height:1.5;
}
.template li::before {
    content: "";
    font-family: FontAwesome;
    margin-right: 10px;
}
/********************/
/*		headroom	*/
/********************/
.navbar-default.slideUp{
	/*transform: translateY(-100%);*/
	background-color:#FFF;
	transition: all 0.8s ease 0s;	
	box-shadow: 0 1px 3px rgba(63, 58, 65, 0.75);
}
.navbar-default.slideDown{
	/*transform: translateY(0);*/
	background-color:transparent;
	transition: all 0.8s ease 0s;
}
/********************/
/*	same height		*/
/********************/
.sameheight{	
	padding-bottom: 500em;
	margin-bottom: -500em;
}
/********************/
/*	carousel fade	*/
/********************/
.carousel-fade .carousel-inner .item {
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
  transition: all 0.2s ease 0s;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
/********************/
/* extendbootstrap	*/
/********************/
@media (min-width:768px){.container{width:750px}}
@media (min-width:992px){.container{width:970px}}
@media (min-width:1200px){.container{width:1170px}}
@media (min-width:1600px){.container{width:1170px}}
@media (max-width:480px){
	.visible-ms{display:block !important;}
	.hidden-ms{display:none !important;}
}
.modal-open {
	overflow-x:hidden;
	overflow-y:scroll;
}
@media (min-width:480px){
	.modal-open {
		padding-right: 0px !important;
	}
}
.modal-backdrop{z-index:9100;}
.modal{z-index:9200;}
img{max-width:100%;}
/********************/
/* triangle bubble	*/
/********************/
.trianglebubble {
    background: url("../images/1.png") no-repeat scroll 0 0;
	display:table;
    border-radius: 0px;
    color: #000;
    margin: 1em 0 3em;
    padding: 15px;
    position: relative;
}
.trianglebubble::after {
    border-style: solid;
    content: "";
    display: block;
    position: absolute;
	bottom: auto;
    left: auto;
    right: auto;
    top: auto;
}
.trianglebubble.left::after {
    border-color: transparent #fff;
    border-width: 10px 15px 10px 0;
    left: -15px;
    top: 15px;
}
.trianglebubble.right::after {
    border-color: transparent #fff;
    border-width: 10px 0px 10px 15px;
    right: -15px;
    top: 15px;
}
.trianglebubble.top::after {
    border-color: #fff transparent;
    border-width: 0 10px 15px 10px;
    top: -15px;
}
.trianglebubble.bottom::after {
    border-color: #fff transparent;
    border-width: 15px 10px 0;
    bottom: -15px;
}
/********************/
/* 		img align	*/
/********************/
.imgalignbox{	
	width:100%;	
}
.imgalignbox span{
   position:relative;
   display:inline-block;
   overflow:hidden;
   width:100%;
   height:100%;
}
.imgalignbox span img{
	max-width:unset;
	max-height:unset;
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	margin:auto;
}
.imgalignbox span img.fixwidth{	
	width:100%;
	height:unset;
}
.imgalignbox span img.fixheight{	
	width:unset;
	height:100%;
}
.imgalignbox span img.totop{
	bottom:unset;
}
.imgalignbox span img.tobottom{
	top:unset;
}
.imgalignbox span img.toleft{
	right:unset;
}
.imgalignbox span img.toright{
	left:unset;
}
/********************/
/* 	bannerbgimage	*/
/********************/
.bannerbgimage-container{
	position:relative;
}
.bannerbgimage {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.bannerbgimage-fixed{
	background-attachment:fixed;
	background-size:contain;
}
.bannerposimg {
    height: auto;
    opacity: 0;
    width: 100%;
}
/********************/
/* 	placeholder 	*/
/********************/
::-moz-placeholder,::-webkit-input-placeholder,::-ms-input-placeholder{
	color:#efefef;
}
/********************/
/* 	select/input	*/
/********************/
select:invalid {color: var(--placeholdercolor);}
option[value=""][disabled] {display: none;}
option {color: #595757;}
select.form-control::-ms-expand { display: none; }
select.form-control {
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	background: url("../images/droparrow.png") no-repeat scroll right center #ffffff;
	padding-left: 15px;
	padding-right: 14px;
	padding-top: 10px;
	border-radius:0px;
	border:1px solid #dbdbdc;
	height:43px;	
	box-shadow:none;
}
select.form-control option{
	padding:10px 15px;
}
input.form-control{
	border-radius:0px;
	height:40px;
	line-height:40px;
	background:#ffffff;
	box-shadow:none;
}
.form-control:focus{
	box-shadow:none;
	border-bottom:1px solid #3e3a39;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control{
	background-color:#fff;
	border:1px solid #ccc;
}
input.dropdown{
	background: url("../images/droparrow.png") no-repeat scroll right center #ffffff;
	padding-right: 14px;
}
textarea.form-control{
	background:#ffffff;
}
/********************/
/*	 	shine		*/
/********************/
@keyframes shine {
	40%, 100% {left: 155%;}
}
.btnshine {
	background-color:#e6e7e8;
    bottom: 100px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    height: 200px;
    left: 0;
    overflow: hidden;
    padding-top: 20px;
    position: fixed;
    text-align: center;
    width: 50px;
    z-index: 999;
}
.btnshine::after {
    animation: 3s ease 0s normal none infinite running shine;
    background: rgba(0, 0, 0, 0) linear-gradient(to right, transparent, rgba(255, 255, 255, 0.2)) repeat scroll 0 0;
    content: "";
    height: 100%;
    left: -75%;
    position: absolute;
    top: 0;
    transform: skewX(-25deg);
    width: 50%;
    z-index: 30;
}
.btnbevel {
    backface-visibility: hidden;
    background: #645f64 none repeat scroll 0 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 43px;
    overflow: hidden;
    padding-left: 60px;
    padding-right: 60px;
    position: relative;
    text-transform: uppercase;
}
.btnbevel::before {
    background: #649ec9 none repeat scroll 0 0;
    content: "";
    height: 150%;
    /*left: 92%;*/
	right: -31px;
    position: absolute;
    top: 0;
    transform: rotate(22deg);
    transition: all 0.3s cubic-bezier(0.6, 0, 0.3, 1) 0s;
    width: 40px;
    z-index: 5;
}
.btnbevel:hover::before,.btnbevel.active::before {
    left: -10px;
    transform: rotate(22deg) scale(10);
}
.btnbevel::after {
    animation: 3.5s ease 0s normal none infinite running shine;
    background: rgba(0, 0, 0, 0) linear-gradient(to right, transparent, rgba(255, 255, 255, 0.2)) repeat scroll 0 0;
    content: "";
    height: 100%;
    left: -75%;
    position: absolute;
    top: 0;
    transform: skewX(-25deg);
    width: 50%;
    z-index: 30;
}
.btnbevel > span {
    position: relative;
    z-index: 40;
}
.btnbevel:hover > span,.btnbevel.active > span {
    color: #fff;
}


/*****************************/
/*                           */
/* responsive max-width=1600 */
/*                           */
/*****************************/

@media (max-width:1600px)
{
	
}

/*****************************/
/*                           */
/* responsive max-width=1200 */
/*                           */
/*****************************/

@media (max-width:1200px)
{

}

/*****************************/
/*                           */
/* responsive max-width=992  */
/*                           */
/*****************************/

@media (max-width:991px)
{

}

/*****************************/
/*                           */
/* responsive max-width=767  */
/*                           */
/*****************************/

@media (max-width:767px)
{
	
}

/*****************************/
/*                           */
/* responsive max-width=480  */
/*                           */
/*****************************/

@media (max-width:479px)
{
	
}

/*****************************/
/*                           */
/* responsive max-width=360  */
/*                           */
/*****************************/

@media (max-width:359px)
{
	body{
		width:100%;
		min-width:360px;
		overflow-x:scroll;
	}
	#mainNav{
		position:relative;
	}	
}

/*****************************/
/*                           */
/*   responsive max-height   */
/*                           */
/*****************************/

@media (max-height:768px)
{
	
}

@media (max-height:600px)
{
	
}