@charset "utf-8";
/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, "微軟正黑體";
	font-size: 14px;
	line-height: 1.42857;
	color: #333;
}

.new_xplova_header {
	height: 57px;
	width: 100%;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #E15B31;
	margin: 0px;
	background-color: #FFF;
}
.new_xplova_header .logo {
	float: left;
	background-image: url(../images/logo.svg);
	background-repeat: no-repeat;
	background-position: 42px 20px;
	height: 50px;
	width: 160px;
}

.new_xplova_header .sing_panel {
	/*width: 250px;*/
	margin-right: 10px;
	margin-top: -5px;
	text-align: right;
}

.new_xplova_header .btn_style03 {
    background-color: #FFFFFF;
    border-radius: 5px;
    color: #000;
    border: 1px solid #FFF;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
    outline: none;
    cursor:pointer
}
.new_xplova_header .btn_style04 {
    background-color: #e15b31;
    border-radius: 5px;
    color: #FFF;
    border: 1px solid #FFF;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
    outline: none;
    cursor:pointer
}

.new_xplova_header .sing .viewProfileBar {
	float: right;
	width: auto;
	height: 50px;
	list-style-type: none;
}

.new_xplova_header .sing .viewProfileBar  a{
	color: #000;
}
.new_xplova_header .sing .viewProfileBar  a:hover{
	color: #F60;
	text-decoration: none;
}

.new_xplova_header .navs {
	float: left;
	margin-left: 10px;
	margin-top: 18px;
}
.new_xplova_header .navs ul  {
	margin: 0px;
	padding: 0px;
}
.new_xplova_header .navs ul li {
	float: left;
	list-style-type: none;
	margin-right: 10px;
	padding-right: 7px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	padding-left: 17px;
}
.new_xplova_header .navs ul li a {
	color: #333;
	text-decoration: none;
}
.new_xplova_header .navs ul .wait a {
	color: #CCC;
}

/*產品菜單*/
.new_xplova_header .navs ul .first {
	border-left-width: 0px;
	border-left-style: solid;
}
.new_xplova_header .navs.right {
	margin-left: 30px;
}

.new_xplova_header .dropdown-menu li {
	width: 100%;
}

.menu_dw .menu_dw_txt p a {
	color: #E76A4B;
	text-decoration: none
}
.menu_dw .menu_dw_photo p a img {
	float: left;
	height: 100px;
	width: 100px;
	border: 1px solid #CCC;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.menu_dw .menu_dw_photo p {
	float: left;
}

.menu_dw .menu_dw_photo  {
	float: left;
	width: 360px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.navs ul .menu_dw li{
	border-left-width: 0px;
	border-left-style: solid;
}

.new_xplova_header .navs ul .menu_dw_txt {
	float: left;
	padding: 20px;
	width: 100px;
}

.new_xplova_header .navs ul .menu_dw .menu_dw_txt p a {
	color: #E76A4B !important;
}
.new_xplova_header .navs ul .menu_dw .menu_dw_photo p a img {
	float: left;
	height: 100px;
	width: 100px;
	border: 1px solid #CCC;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.new_xplova_header .navs ul .menu_dw .menu_dw_photo p {
	float: left;
}

.new_xplova_header .navs ul .menu_dw .menu_dw_photo  {
	float: left;
	width: 370px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.new_xplova_header .navs ul .menu_dw li {	
	border-left-width: 0px;
	border-left-style: solid;
}



.dfg{
	width: auto;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
	float: left;
}

.btn_SignIn {
	width: 80px;
	height: 30px;
	font-size: 13px;
	font-weight: normal;
	cursor: pointer;
	background-color: #e15b31;
	border: 0px solid #999999;
	text-align: center;
	border-radius: 5px;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 6px;
	padding-top: 10;
	padding-right: 0px;
	padding-bottom: 10;
	padding-left: 0px;
}
.btn_SignUp {
	width: 80px;
	height: 30px;
	font-size: 13px;
	font-weight: normal;
	cursor: pointer;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	text-align: center;
	border-radius: 5px;
	color: #333333;
	margin-top: 0px;
	margin-right: 6px;
	padding-top: 10;
	padding-right: 0px;
	padding-bottom: 10;
	padding-left: 0px;
}

/*dropdown*/
.new_xplova_header .caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-top: 4px solid\9;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent
}
.new_xplova_header .dropdown,.dropup {
	position: relative;
	display: block;
}
.new_xplova_header .dropdown-toggle: focus {
	outline: 0
}
.new_xplova_header .dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	min-width: 160px;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
.new_xplova_header .dropdown-menu.pull-right {
	right: 0;
	left: auto
}
.new_xplova_header .dropdown-menu .divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5
}
.new_xplova_header .dropdown-menu>li>a {
	display: block;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap;
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 3px;
	padding-left: 20px;
}
.new_xplova_header .dropdown-menu>li>a: focus,.dropdown-menu>li>a: hover {
	color: #262626;
	text-decoration: none;
	background-color: #f5f5f5
}
.new_xplova_header .dropdown-menu>.active>a,.dropdown-menu>.active>a: focus,.dropdown-menu>.active>a: hover {
	color: #fff;
	text-decoration: none;
	background-color: #337ab7;
	outline: 0
}
.new_xplova_header .dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a: focus,.dropdown-menu>.disabled>a: hover {
	color: #777
}
.new_xplova_header .dropdown-menu>.disabled>a: focus,.dropdown-menu>.new_xplova_header .disabled>a: hover {
	text-decoration: none;
	cursor: not-allowed;
	background-color: transparent;
	background-image: none;
	filter: progid: DXImageTransform.Microsoft.gradient(enabled=false)
}
.new_xplova_header .open>.dropdown-menu {
	display: block
}
.new_xplova_header .open>a {
	outline: 0
}
.new_xplova_header .dropdown-menu-right {
	right: 0;
	left: auto
}
.new_xplova_header .dropdown-menu-left {
	right: auto;
	left: 0
}
.new_xplova_header .header_margins {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
}

/* footer */
.footer {
	background-color: #333;
	width: 100%;
	float: left;
	color: #FFF;
	font-size: 12px;
	line-height: 2em;
	padding: 2em 0 2em 0;
}
.footer .footer_margins {
	width: 1050px;
	margin-right: auto;
	margin-left: auto;
}
.footer .f_link {
	float: left;
	margin-right: 30px;
}
.footer .copyright {
	float: left;
	margin-right: 30px;
}
.footer .footer-logo {
	float: left;
	width: 80%;
	height: 2em;
}
.footer .locale-select {
	float: right;
	width: 20%;
	text-align: right;
}
.footer .f_link a {
	color: #FFF;
	text-decoration: none;
}
.footer .f_link a:hover {
	color: #E15B31;
	text-decoration: none;
}
.footer .f_link .link {
	float: left;
}
.footer .f_link .link::after {
	content: "|";
	margin: 0px 10px 0px 10px;
}
.footer .f_link .link:last-child::after {
	content: "";
	margin: 0px 10px 0px 0px;
}
/* footer-language */
.footer-language {
	width : 500px;
	height: 18em;
	text-align: center;
}
.footer-language .footer-language-list {
    padding: 0px;
    margin: 0px;
    position: relative;
    top: calc(50% - 80px);
}
.footer-language .footer-language-list li {
	list-style: none;
    width: 25%;
    display: inline-block;
    padding-bottom: 1em;
    font-size: medium;
    text-align: left;
}
.footer-language .footer-language-header {
	border-bottom: 1px solid rgb(220, 220, 220);
    float: left;
    width: 100%;
    padding: 8px 0px 8px 0px;
}
.footer-language .footer-language-header .footer-language-title {
	float: left;
    font-size: large;
    font-weight: bold;
    color: #2f2f2f;
    padding-left: 8px;
}
.footer-language .footer-language-header .footer-language-action {
	float: right;
	padding-right: 8px;
}
.footer-language .footer-language-header .footer-language-action button {
	font-size: x-large;
    font-weight: bold;
    color: #2f2f2f;
    background: #ffffff;
    border: 1px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    outline: none;
}

.language {
	background-color: #9C0;
	position: absolute;
}
.languagebar {
	background-color: #333;
	border: 1px solid #333;
	color: #FFF;
}
.dropdown-menu.fddry {
	width: 550px;
}