@charset "utf-8";
@import url("owl.carousel.css");
@import url("owl.transitions.css");
@import url("common.css?update=170706");

body {
	background: #fff;
}

#header {
	border-bottom: 1px solid #dfdfdf;
}

/* float-button */
#float-button {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	overflow: hidden;
	transition: all .4s;
	z-index: 1;
}

#float-button a {
	float: left;
	display: block;
	width: 50%;
	background: #22439c;
	font-size: 15px;
	color: #FFF;
	line-height: 50px;
	letter-spacing: .5px;
	text-align: center;
}

#float-button a:before {
	content: "";
	position: relative;
	top: 4px;
	display: inline-block;
	width: 18px;
	height: 19px;
	margin-right: 10px;
}

#float-button .phone,
#float-button .share {
	border-right: 1px solid #FFF;
	box-sizing: border-box;
}

#float-button .share:before {
	background: url(../images/float_share.png) 0 0 no-repeat;
	-moz-background-size: 18px 19px;
	-webkit-background-size: 18px 19px;
	-o-background-size: 18px 19px;
	background-size: 18px 19px;
}

#float-button .backlist:before {
	background: url(../images/float_backlist.png) 0 0 no-repeat;
	-moz-background-size: 18px 19px;
	-webkit-background-size: 18px 19px;
	-o-background-size: 18px 19px;
	background-size: 18px 19px;
}

#float-button .download:before {
	background: url(../images/float_download.png) 0 0 no-repeat;
	-moz-background-size: 18px 19px;
	-webkit-background-size: 18px 19px;
	-o-background-size: 18px 19px;
	background-size: 18px 19px;
}

#float-button .phone:before {
	background: url(../images/float_phone.png) 0 0 no-repeat;
	-moz-background-size: 18px 19px;
	-webkit-background-size: 18px 19px;
	-o-background-size: 18px 19px;
	background-size: 18px 19px;
}

#float-button .navigation:before {
	background: url(../images/float_navigation.png) 0 0 no-repeat;
	-moz-background-size: 18px 19px;
	-webkit-background-size: 18px 19px;
	-o-background-size: 18px 19px;
	background-size: 18px 19px;
}

#float-button .member:before {
	background: url(../images/float_member.png) 0 0 no-repeat;
	-moz-background-size: 18px 19px;
	-webkit-background-size: 18px 19px;
	-o-background-size: 18px 19px;
	background-size: 18px 19px;
}

#float-button .map:before {
	background: url(../images/float_map.png) 0 0 no-repeat;
	-moz-background-size: 18px 19px;
	-webkit-background-size: 18px 19px;
	-o-background-size: 18px 19px;
	background-size: 18px 19px;
}

#float-spacer {
	height: 50px;
}

.one {
	width: 100% !important;
	border: 0 !important;
}

/* common style */
#main-title {
	padding: 4% 3% 2% 3%;
	color: #000;
	font-size: 24px;
}

#main-title a, #main-title span {
	display: inline-block;
	margin-left: 10px;
	padding: 3px 10px;
	background: #22439c;
	font-size: 14px;
	color: #FFF;
	vertical-align: middle;
}

#main-title a.toggle {
	background: #fff;
}

#main-title-s {
	width: 100%;
	text-align: center;
	font-size: 18px;
	line-height: 28px;
	background: #666;
	color: #FFF;
	padding: 3% 0;
}

#main-title-s2 {
	padding: 4% 3% 2% 3%;
	font-size: 20px;
	line-height: 28px;
	color: #333;
}

#main-title-s3 {
	padding: 2% 3% 2% 3%;
	font-size: 18px;
	line-height: 28px;
	color: #000;
	font-weight: normal;
}

#main-title-s4 {
	padding: 2% 3% 2% 3%;
	font-size: 16px;
	line-height: 28px;
	color: #999;
	font-weight: normal;
}

#main-title-icon {
	padding: 4% 3% 2% 3%;
	font-size: 18px;
	color: #333;
	font-weight: normal;
	overflow: hidden;
}

#main-title-icon img {
	float: left;
	height: 20px;
	padding: 2px 5px 0 0;
}

#main-title-search, .main-title-search {
	padding: 4% 3% 2% 3%;
	font-size: 15px;
	color: #333;
	font-weight: normal;
	overflow: hidden;
}

#main-title-search strong, .main-title-search strong {
	color: #F00;
	padding: 0 5px;
	font-weight: normal;
}

#search-title {
	color: #000;
	font-size: 20px;
	padding: 10px 0;
	font-weight: normal;
}

#links {
	padding: 0 3% 10% 3%;
}

#links a {
	display: block;
	width: 100%;
	font-size: 15px;
	line-height: 26px;
	color: #4283ba;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.related-links {
	display: block;
	width: 90px;
	margin: 10px 0;
	font-size: 15px;
	color: #315ab6;
}

.related-links:after {
	content: "";
	display: inline-block;
	width: 6px;
	height: 11px;
	margin-left: 10px;
	background: url(../images/index_news_more.png);
	transition: all .3s;
}

.related-links:hover:after {
	margin-left: 20px;
}

.pdtname {
	padding: 1% 3%;
	color: #111;
	font-size: 25px;
	font-weight: normal;
	letter-spacing: 1px;
}

.subtitle {
	padding: 1% 3%;
	color: #333;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: 1px;
}

.link-txt {
	color: #315ab6;
	display: inline-block;
	margin: 5px 0;
}

.line {
	border: 0;
	border-top: 1px solid #e7e7e7;
	margin: 40px 0;
}

.status {
	display: inline-block;
	padding: 10px 0;
	font-size: 15px;
	color: #a54344;
}

.btn-more, .btn-more3 {
	display: block;
	width: 100%;
	margin: 10px auto;
	background: #22439c;
	border: 0;
	font-size: 15px;
	color: #FFF !important;
	line-height: 40px;
	text-align: center;
	clear: both;
}

.btn-more2 {
	display: block;
	width: 100%;
	margin: 10px auto;
	background: #FFF;
	border: 1px solid #000;
	font-size: 15px;
	color: #000 !important;
	line-height: 40px;
	text-align: center;
	clear: both;
}

.btn-more-half {
	display: inline-block;
	text-align: center;
	width: 46%;
	margin: 30px 5px;
	background: #22439c;
	border: 0;
	font-size: 15px;
	color: #FFF !important;
	line-height: 40px;
	text-align: center;
	box-sizing: border-box;
}

.btn-more-trisection {
	display: inline-block;
	text-align: center;
	width: 30%;
	margin: 30px 5px;
	background: #22439c;
	border: 0;
	font-size: 15px;
	color: #FFF !important;
	line-height: 40px;
	text-align: center;
	box-sizing: border-box;
}

.grey {
	background: #666;
}

.center {
	text-align: center;
	padding-top: 20%;
	padding-bottom: 20%;
}

.tech-1 img {
	height: 45px;
}

.tech-2 img {
	height: 45px;
}

.wrap a {
	color: #315ab6;
}

.container {
}

/* service-list */
#service-list {
	overflow: hidden;
	padding: 2% 3%;
	text-align: center;
}

#service-list li {
	float: left;
	width: 50%;
	padding: 5% 0;
	margin: 5% 0;
	overflow: hidden;
	border-right: 1px solid #efefef;
	box-sizing: border-box;
}

#service-list li:nth-child(even) {
	border-right: 0 !important;
}

#service-list li a img {
	display: block;
	margin: 0 auto;
	height: 60px;
	padding: 10px;
}

#service-list li a h2 {
	font-size: 18px;
	color: #333;
	line-height: 24px;
	font-weight: normal;
	padding: 5px 0;
}

/* product-category */
#product-category {
	overflow: hidden;
	padding: 2% 3%;
}

#product-category li {
	margin: 2% 0 3% 0;
	overflow: hidden;
}

#product-category li.half {
	margin: 2% 2% 3% 0;
	width: 48%;
	overflow: hidden;
	float: left;
}

#product-category li a {
	position: relative;
	display: block;
	transition: all .3s;
}

#product-category li a img {
	display: block;
	width: 100%;
	height: auto;
}

#product-category li a h2 {
	font-size: 18px;
	color: #333;
	line-height: 24px;
	font-weight: normal;
	padding: 5px 0;
}

/* banner */
#banner.neorest .wrap a,
#banner.washlet .wrap a,
#washlet_button {
	display: block;
	width: 60%;
	margin: 10px auto;
	background: #22439c;
	border: 0;
	font-size: 15px;
	color: #FFF;
	line-height: 40px;
	text-align: center;
	clear: both;
}

#banner img {
	display: block;
	width: 100%;
	height: auto;
}

#banner.neorest {
	background: #f4f4f4;
}

#banner.neorest .wrap {
	margin: 0 auto;
	padding: 6% 0;
	box-sizing: border-box;
	text-align: center;
}

#banner.neorest .wrap h2 img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	width: inherit;
	height: 18px;
	margin: 2% auto;
}

#banner.neorest .wrap h3 {
	padding: 2% 0;
	font-size: 18px;
	line-height: 24px;
	color: #333;
	font-weight: normal;
}

#banner.service {
	background: #f4f4f4;
	margin: 2% 0;
}

#banner.service .wrap {
	margin-top: 0 !important;
	padding: 5% 3%;
	box-sizing: border-box;
}

#banner.service .wrap h2 {
	margin-bottom: 20px;
	font-size: 20px;
	color: #000;
	font-weight: normal;
}

#banner.service .wrap p {
	padding-bottom: 10px;
	font-size: 15px;
	color: #666;
	line-height: 25px;
}

#banner.service .wrap p b {
	display: block;
	padding-top: 10px;
	font-size: 17px;
	color: #000;
}

#banner.service dt {
	margin-bottom: 5%;
	padding-bottom: 5%;
	border-bottom: 1px solid #ccc;
}

#banner.designer-raise {
	background: url(../images/upload/banner_designer_raise.jpg) right top no-repeat;
	padding: 5% 3%;
}

#banner.designer-raise .wrap {
	width: 100%;
	text-align: center;
}

#banner.designer-raise .wrap h2 {
	margin-bottom: 10px;
	font-size: 24px;
	color: #000;
	text-align: center;
	font-weight: normal;
}

#banner.designer-raise .wrap h2:before {
	content: "";
	display: block;
	width: 102px;
	height: 69px;
	margin: 10px auto;
	background: url(../images/signup_icon.png) left top no-repeat;
}

#banner.designer-raise .wrap p {
	font-size: 15px;
	color: #000;
	line-height: 30px;
}

#banner.global {
	position: relative;
	background: url(../images/upload/banner_global.jpg);
}

#banner.global img {
	width: 100%;
}

#banner.global .wrap {
	padding: 10% 3%;
	text-align: center;
}

#banner.global .wrap img {
	width: 100%;
	height: auto;
}

#banner.global .wrap h2,
#banner.global .wrap h3 {
	font-size: 24px;
	line-height: 36px;
	color: #00b2ed;
	text-align: center;
	font-weight: normal;
}

#banner.global .wrap p {
	font-size: 15px;
	color: #000;
	line-height: 26px;
}

#banner.washlet {
	text-align: center;
}

#banner.washlet .wrap {
	box-sizing: border-box;
	margin-bottom: 8%;
}

#banner.washlet .wrap h2 img {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	margin: 0 auto 20px auto;
}

#banner.washlet .wrap h3 {
	padding: 15px 0;
	font-size: 20px;
	color: #333;
	font-weight: normal;
}

/* product-list */
#product-list {
	padding: 0 3%;
}

.product-list {
	overflow: hidden;
	padding-bottom: 40px;
}

.product-list li {
	position: relative;
	float: left;
	width: 48%;
	margin: 20px 2px;
	border-right: 1px solid #efefef;
	text-align: center;
	box-sizing: border-box;
}

.product-list li:nth-child(even) {
	border-right: 0 !important;
}

.product-list li.hot:before {
	content: "熱門";
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 16px;
	color: #cb5b5b;
	z-index: 1
}

.product-list li.pro:before {
	content: "促銷";
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 16px;
	color: #cb5b5b;
	z-index: 1
}

.product-list li.new:before {
	content: "新品";
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 16px;
	color: #cb5b5b;
	z-index: 1
}

.product-list li>a {
	display: block;
	transition: all .3s;
}

.product-list li>a img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

.product-list li>a h3,
.product-list li>a h4 {
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 26px;
}

.product-list li>a h3 {
	margin-bottom: 5px;
	font-size: 18px;
	color: #000;
}

.product-list li>a h4 {
	font-size: 15px;
	color: #999;
}

.product-list dl {
	width: 100%;
}

.product-list dt img {
	display: block;
	width: 100%;
	height: auto;
}

.product-list dd {
	padding: 3% 0;
	font-size: 20px;
	color: #000;
}

/* filter */
#filter {
	position: relative;
	background: #fff;
	z-index: 9;
}

#filter-mask {
	position: fixed;
	left: 0;
	top: 200px;
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(34, 34, 34, .6);
	z-index: 4;
}

#filter h2 {
	position: relative;
	padding: 0 10px;
	border-bottom: 1px solid #e4e4e4;
	font-size: 16px;
	line-height: 52px;
	color: #333;
}

#filter h2 .toggle {
	position: absolute;
	right: 0;
	top: 0;
	padding: 0 10px;
	border-left: 1px solid #e4e4e4;
	font-size: 15px;
	color: #333;
	line-height: 52px;
}

#filter h2 .toggle:before {
	content: "";
	display: inline-block;
	width: 15px;
	height: 9px;
	margin-right: 10px;
	background: url(../images/arrow_horizon.png) left top no-repeat;
	background-size: 15px auto;
}

#filter h2 .toggle.active:before {
	background-position: left bottom;
}

#filter .tab-block {
	position: absolute;
	left: 0;
	top: 100%;
	display: none;
	width: 100%;
	background: #FFF;
	z-index: 5;
}

#filter .tab-block .tab {
	border-bottom: 1px solid #e4e4e4;
	overflow: hidden;
}

#filter .tab-block .tab li {
	float: left;
	width: 33.33%;
	padding: 15px 0;
	border-right: 1px solid #e4e4e4;
	border-bottom: 4px solid transparent;
	font-size: 15px;
	color: #333;
	text-align: center;
	box-sizing: border-box;
	cursor: pointer;
}

#filter .tab-block .half li {
	width: 50% !important;
}

#filter .tab-block .tab li:last-child {
	border-right: none;
}

#filter .tab-block .tab li.active {
	border-bottom-color: #d7d7d7;
}

#filter .tab-block .tab-content li {
	display: none;
}

#filter .tab-block .tab-content li h3 {
	padding: 20px 15px;
	font-size: 15px;
	color: #333;
}

#filter .wrap {
	height: 222px;
	overflow-y: scroll;
}

#filter .wrap a {
	display: block;
	border-bottom: 1px solid #e4e4e4;
	font-size: 15px;
	color: #333;
	line-height: 45px;
	text-align: center;
}

#filter .wrap a img {
	height: 20px;
	display: inline-block;
	vertical-align: -3px;
	margin-right: 5px;
}

#filter .wrap a.gold_wicon:before {
	content: "";
	position: relative;
	top: 3px;
	display: inline-block;
	margin-right: 5px;
	width: 23px;
	height: 23px;
	background: url(../images/navi_save2.png) left top no-repeat;
	background-size: cover;
	-moz-background-size: 23px 23px;
	-webkit-background-size: 23px 23px;
	-o-background-size: 23px 23px;
	background-size: 23px 23px;
}

#filter .wrap a.wicon:before {
	content: "";
	position: relative;
	top: 3px;
	display: inline-block;
	margin-right: 5px;
	width: 23px;
	height: 23px;
	background: url(../images/navi_save.png) left top no-repeat;
	background-size: cover;
	-moz-background-size: 23px 23px;
	-webkit-background-size: 23px 23px;
	-o-background-size: 23px 23px;
	background-size: 23px 23px;
}

#filter .tab-block .close {
	display: block;
	padding: 15px 0;
	background: #e4e4e4;
	font-size: 15px;
	color: #333;
	text-align: center;
}

#filter .tab-block .btn {
	overflow: hidden;
}

#filter .tab-block .btn a:nth-child(1) {
	border-right: 1px solid #fff;
}

#filter .tab-block .btn a {
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding: 15px 0;
	background: #e4e4e4;
	font-size: 15px;
	color: #333;
	text-align: center;
}

#filter .tab-block .tab-content form {
	padding: 2% 3%;
}

#filter .tab-block .tab-content form span {
	display: block;
	padding: 10px 0;
}

#filter .tab-block .tab-content form #ps h4 {
	font-size: 18px;
	padding: 20px 0 0 0;
}

#filter .tab-block .tab-content form #ps ol {
	list-style: decimal;
	margin: 0 0 0 15px;
}

#filter .tab-block .tab-content form #ps ol li {
	display: list-item;
	font-size: 15px;
	color: #666;
	line-height: 25px;
	padding: 7px 0;
}

/* slider */
#slider {
	position: relative;
}

#slider .item {
	position: relative;
}

#slider .item a {
	display: block;
}

#slider .item a img {
	display: block;
	width: 100%;
	height: auto;
}

#slider .owl-pagination {
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 100%;
	text-align: center;
	line-height: normal;
}

#slider .owl-pagination .owl-page {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 4px;
	border: 1px solid #FFF;
	border-radius: 50%;
	box-sizing: border-box;
}

#slider .owl-pagination .owl-page.active {
	background: #FFF;
}

#slider .owl-prev {
	position: absolute;
	left: 3%;
	top: 50%;
	background: url(../images/arrow.png) right top;
	width: 25px;
	height: 44px;
	text-indent: -9999px;
	opacity: .6;
}

#slider .owl-next {
	position: absolute;
	right: 3%;
	top: 50%;
	background: url(../images/arrow.png) left top;
	width: 25px;
	height: 44px;
	text-indent: -9999px;
	opacity: .6;
}

/* fill-form */
#fill-form {
	margin: 0 auto;
	padding: 2% 3%;
	text-align: left;
}

#fill-form.grey {
	background: #f1f1f1;
}

#fill-form .note {
	padding: 0 !important;
	margin: 15px 0;
	font-size: 15px;
	color: #333;
	line-height: 24px;
}

#fill-form .note p {
	margin-bottom: 10px;
	padding: 0;
}

#fill-form .note p span {
	color: #FF0000;
}

#fill-form .line {
	border-bottom: 1px solid #eceaea;
	border-top: 0;
	padding-bottom: 10%;
	margin: 0 0 10% 0;
}

#fill-form ul {
	margin-bottom: 20px;
}

#fill-form li {
	overflow: hidden;
	margin-bottom: 20px;
}

#fill-form li span {
	display: block;
	font-size: 15px;
	color: #333;
	line-height: 48px;
}

#fill-form li span b, #fill-form li label b {
	padding-left: 5px;
	color: #FF0000;
}

#fill-form li label a {
	font-size: 17px;
	color: #4283ba;
	text-decoration: underline;
}

#fill-form li label a:hover {
	color: #000;
}

#fill-form h2 {
	padding: 4% 0;
	font-size: 20px;
	line-height: 28px;
	color: #333;
}

#fill-form li.verify {
	position: relative;
}

#fill-form li.verify input {
	display: inline-block;
}

#fill-form li.verify img {
	display: inline-block;
	margin: 0 10px;
	position: relative;
	top: 8px;
}

#fill-form li.verify .refresh {
	display: inline-block;
	width: 18px;
	height: 21px;
	background: url(../images/refresh.png);
	text-indent: -9999px;
	transition: all .3s;
}

#fill-form li.verify .refresh:hover {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg)
}

#fill-form li dl dt {
	width: 28px;
	float: left;
}

#fill-form li dl dt input {
	width: 20px;
	height: 20px;
}

#fill-form li dl dd {
	font-size: 17px;
	line-height: 26px;
}

#fill-form li.alert {
	position: relative;
	top: -1px;
	display: none;
	padding: 0 0 10px 0;
	border-top: 1px solid #FFF;
	font-size: 15px;
	color: #b20000;
}

#fill-form li.alert:before {
	content: "";
	position: relative;
	top: 3px;
	display: inline-block;
	width: 21px;
	height: 20px;
	margin-right: 5px;
	background: url(../images/alert.png);
}

#fill-form li.red span {
	color: #b20000 !important;
}

#fill-form p {
	padding: 20px;
	font-size: 15px;
	color: #666;
}

#fill-form strong {
	color: #000;
}

#fill-form a {
	font-size: 15px;
}

#fill-form ul.memberinfo li {
	border-bottom: 1px solid #e8e8e8;
	margin-bottom: 5px;
}

#fill-form ul.memberinfo span {
	display: inline-block;
	width: 90px;
	font-size: 15px;
	color: #333;
	line-height: 48px;
}

#form1 input[type="text"],
#fill-form input[type="text"],
#fill-form input[type="password"],
#fill-form input[type="email"],
#fill-form input[type="number"],
#fill-form input[type="tel"],
#fill-form input[type="date"] {
	background: #eceaea;
	border-radius: 5px;
	border: 0;
	font-size: 15px;
	line-height: 24px;
	padding: 10px;
	width: 100%;
	box-sizing: border-box;
}

#fill-form.grey input[type="text"],
#fill-form.grey input[type="password"],
#fill-form.grey input[type="email"],
#fill-form.grey input[type="number"],
#fill-form.grey input[type="tel"],
#fill-form.grey input[type="date"] {
	background: #FFF;
	border: 1px solid #eceaea;
}

#fill-form .row {
	margin-top: 10px;
	font-size: 17px;
	line-height: 26px;
}

#fill-form .row label {
	overflow: hidden;
}

#fill-form .row input[type="checkbox"],
#fill-form .row input[type="radio"] {
	float: left;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 2px 5px 0 0;
	vertical-align: middle;
}

#fill-form .row.other {
	position: relative;
	padding-left: 70px;
}

#fill-form .row.other label {
	position: absolute;
	left: 0;
	top: 7px;
}

#fill-form input.input-box-half {
	background: #eceaea;
	border-radius: 5px;
	border: 0;
	font-size: 15px;
	line-height: 24px;
	padding: 10px;
	width: 50%;
	box-sizing: border-box;
}

#fill-form input.input-box-code {
	width: 18%;
}

#fill-form textarea {
	background: #eceaea;
	border-radius: 5px;
	border: 0;
	font-size: 15px;
	line-height: 24px;
	padding: 10px;
	width: 100%;
	height: 100px;
	box-sizing: border-box;
}

#fill-form.grey textarea {
	background: #FFF;
}

#fill-form select, #form2 select {
	display: block;
  width: 100%;
  height: 45px;
  padding: 10px;
  background: #FFF;
  border: none;
  font-size: 15px;
  color: #333;
  box-sizing: border-box;
	margin-bottom: 10px;
}

#fill-form select.select-box-half {
	width: 49%;
}

.un {
	background: #333;
}

.checkbox {
	background-color: #FFF;
	border: 1px solid #ccc;
	border-radius: 50px;
	overflow: hidden;
	text-align: center;
}

.checkbox input[type="radio"] {
	display: none;
}

.checkbox input[type="radio"]+label {
	width: 50%;
	padding: 10px 0;
	box-sizing: border-box;
	float: left;
	cursor: pointer;
}

.checkbox input[type="radio"]:nth-child(1)+label {
	border-right: 1px solid #ccc;
}

.checkbox input[type="radio"]:checked+label {
	background-color: #22439c;
	color: #fff;
}

.checkbox2 {
	background-color: #FFF;
	border: 1px solid #ccc;
	border-radius: 50px;
	overflow: hidden;
	text-align: center;
}

.checkbox2 input[type="radio"] {
	display: none;
}

.checkbox2 input[type="radio"]+label {
	width: 33.33%;
	padding: 10px 0;
	border-right: 1px solid #ccc;
	box-sizing: border-box;
	float: left;
	cursor: pointer;
}

.checkbox2 input[type="radio"]+label:last-child {
	border-right: 0;
}

.checkbox2 input[type="radio"]:checked+label {
	background-color: #22439c;
	color: #fff;
}

#fill-form .item-list {
	width: 100%;
	font-size: 14px;
	color: #333;
}

#fill-form .item-list tr {
	border-bottom: 1px solid #DDD;
}

#fill-form .item-list td {
	padding: 5% 2%;
}

#fill-form .item-list td .link img {
	display: block;
	max-width: 100%;
	height: auto;
	margin-bottom: 5px;
}

#fill-form .item-list td input[type="number"] {
	width: 50px;
	text-align: center;
}

#fill-form .item-list td .del,
#fill-form .item-list td .add {
	display: inline-block;
	padding: 5px 0;
	width: 50px;
	background: #000;
	color: #FFF;
	text-align: center;
}

/* neorest */
#neorest {
	margin-top: 5%;
}

#neorest .list {
	margin: 0 auto;
	overflow: hidden;
	padding: 2% 3%;
}

#neorest .list li {
	width: 100%;
	box-sizing: border-box;
	border-bottom: 1px solid #ccc;
	padding-bottom: 50px;
}

#neorest .list li:last-child {
	border-bottom: none;
}

#neorest .list li dl {
	width: 100%;
	text-align: center;
}

#neorest .list li dt a {
	display: block;
	transition: all .3s;
}

#neorest .list li dt a img {
	display: block;
	margin: 10px auto;
	width: 70%;
	height: auto;
}

#neorest .list li dd {
	padding-top: 20px;
}

#neorest .list li dd h2,
#neorest .list li dd h3 {
	font-size: 24px;
	color: #000;
	line-height: 40px;
	font-weight: normal;
}

#neorest .list li dd p {
	padding: 10px;
	font-size: 15px;
	color: #333;
	line-height: 30px;
}

#neorest .list li dd a {
	display: inline-block;
	padding: 8px 30px;
	border: 1px solid #d8d8d8;
	border-radius: 20px;
	font-size: 15px;
	color: #333;
	transition: all .3s;
}

#neorest .tech {
	text-align: center;
	/*padding: 2% 3%;*/
}

#neorest .tech a {
	display: block;
	margin: 10% auto;
	text-align: center;
	transition: all .3s;
}

#neorest .tech a img {
	display: inline-block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}

#neorest .tech .up {
}

#neorest .tech .up img {
	height: 70px;
}

#neorest .tech .down li {
	list-style: none;
}

#neorest .tech .down a {
	margin: 5% auto;
	width: 60%;
	overflow: hidden;
	text-align: left;
	font-size: 16px;
	color: #333;
}

#neorest .tech .down a img {
	float: left;
	height: 75px;
	display: inline-block;
}

#neorest .tech .down p {
	display: inline-block;
	line-height: 80px;
	padding-left: 10px;
}

#neorest .media {
	margin: 0 auto;
	padding: 5% 3%;
	text-align: center;
}

#neorest .media h2 {
	margin-bottom: 10px;
	font-size: 18px;
	color: #000;
	font-weight: normal;
}

#neorest .media p {
	font-size: 15px;
	color: #333;
	line-height: 30px;
}

#neorest .media .wrap {
	position: relative;
	margin-top: 30px;
	padding-bottom: 52.65%;
	background: #000
}

#neorest .media .wrap iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

/* product-detail */
#product-detail #slider .item a img {
	display: block;
	margin: 20px auto;
	width: 80%;
	height: auto;
}

#product-detail .feature {
	position: relative;
	box-sizing: border-box;
	margin-top: 2%;
}

#product-detail .feature h3 {
	display: inline-block;
	font-size: 15px;
	color: #000;
	font-weight: normal;
	vertical-align: top;
}

#product-detail .feature .price {
	display: inline-block;
	font-size: 15px;
	float: right;
	font-family: arial;
	vertical-align: top;
	padding-top: 5px;
	padding-right: 11.25px;
}

#product-detail .feature .tabs {
	margin-top: 20px;
	overflow: hidden;
}

#product-detail .feature .tabs li {
	float: left;
	width: 33.2%;
	padding: 15px 0;
	border-bottom: 1px solid #d8d8d8;
	font-size: 15px;
	color: #22439c;
	text-align: center;
	cursor: pointer;
	transition: all .3s;
}

#product-detail .feature .tabs li:before {
	content: "";
	display: inline-block;
	width: 9px;
	height: 10px;
	margin-right: 5px;
	background-image: url(../images/product_deatil_tab.png);
}

#product-detail .feature .tabs li:nth-child(1):before {
	background-position: left top;
}

#product-detail .feature .tabs li:nth-child(2):before {
	background-position: right top;
}

#product-detail .feature .tabs li:hover,
#product-detail .feature .tabs li.active {
	background-color: #f3f3f4;
	border-bottom-color: #c4c4c4;
	color: #000;
}

#product-detail .feature .tabs li:nth-child(1):hover:before,
#product-detail .feature .tabs li:nth-child(1).active:before {
	background-position: left bottom;
}

#product-detail .feature .tabs li:nth-child(2):hover:before,
#product-detail .feature .tabs li:nth-child(2).active:before {
	background-position: right bottom;
}

#product-detail .tab-content>li {
	display: none;
	padding: 20px 10px;
}

#product-detail .tab-content>li .format,
#product-detail .tab-content>li .format ul {
	overflow: hidden;
}

#product-detail .tab-content>li .format li {
	float: left;
	width: 100%;
	font-size: 15px;
	color: #777;
	line-height: 30px;
}

#product-detail .tab-content>li .format li a {
	color: #22439c;
	transition: all .3s;
}

#product-detail .tab-content>li .format li a:hover {
	color: #999;
}

#product-detail .tab-content>li .format li.hide {
	display: none;
}

#product-detail .tab-content>li .format li span {
	padding-left: 20px;
	color: #333;
}

#product-detail .tab-content>li .format a {
	outline: none;
}

#product-detail .tab-content>li .format .more {
	display: block;
	margin: 5% 3%;
	font-size: 15px;
	color: #1D2A51;
	text-align: center;
	line-height: 40px;
	border: #aeaeae 1px solid;
	border-radius: 45px;
}

#product-detail .tab-content>li .format .more:after {
	content: "";
	position: relative;
	top: -2px;
	display: inline-block;
	width: 9px;
	height: 5px;
	margin: 0 10px;
	background: url(../images/product_detail_feature.png) left top;
}

#product-detail .tab-content>li .format .more.active:after {
	background-position: left bottom;
}

#product-detail .tab-content>li .other {
	padding: 20px 0;
	text-align: center;
}

#product-detail .tab-content>li .other a {
	display: inline-block;
	line-height: 45px;
	transition: all .3s;
}

#product-detail .tab-content>li .other a:hover {
	opacity: .8;
}

#product-detail .tab-content>li .other a.location {
	padding: 0 10px;
	background: #22439c;
	border-radius: 25px;
	font-size: 18px;
	color: #FFF;
	font-weight: bold;
}

#product-detail .tab-content>li .other a.location:before {
	content: "";
	position: relative;
	top: 3px;
	display: inline-block;
	width: 16px;
	height: 20px;
	margin-right: 5px;
	background: url(../images/product_detail_location.png);
}

	#product-detail .tab-content > li .other a.compare {
		margin-left: 15px;
		font-size: 15px;
		color: #22439c;
	}

#product-detail .tab-content>li .other a.compare:before {
	content: "";
	position: relative;
	top: 3px;
	display: inline-block;
	width: 20px;
	height: 17px;
	margin-right: 6px;
	background: url(../images/compare_icon.png);
}

	#product-detail .tab-content > li .other a.setup {
		margin-left: 15px;
		font-size: 15px;
		color: #333;
	}

#product-detail .tab-content>li .other a.setup:before {
	content: "";
	position: relative;
	top: 2px;
	display: inline-block;
	width: 19px;
	height: 19px;
	margin-right: 6px;
	background: url(../images/setup_icon.png);
	background-size: cover;
	-moz-background-size: 19px 19px;
	-webkit-background-size: 19px 19px;
	-o-background-size: 19px 19px;
	background-size: 19px 19px;
}


	#product-detail .tab-content > li .other a.downfile {
		font-size: 15px;
		color: #333;
		 
	}

#product-detail .tab-content > li .other a.downfile:hover {
	color: #367eb3;
}

#product-detail .tab-content > li .other a.downfile::before {
	content: "";
	position: relative;
	top: 2px;
	display: inline-block;
	width: 19px;
	height: 19px;
	margin-right: 6px;
	background: url(../images/icon_file.png);
}



#product-detail .tab-content>li .tech h2 {
	font-size: 17px;
	color: #000;
	font-weight: normal;
}

#product-detail .tab-content>li .tech a {
	display: inline-block;
	margin-right: 10px;
	transition: all .3s;
}

#product-detail .tab-content>li .tech a img {
	display: block;
	width: 100%;
	height: auto;
}

#product-detail .tab-content>li .tech .green {
	width: 65px;
}

#product-detail .tab-content>li .tech .ifaward {
	width: 40px;
	height: 36px;
	background: url(../images/if_award.png) left top;
	background-size: 78px auto;
	text-indent: -9999px;
}

#product-detail .tab-content>li .tech .save-water {
	width: 35px;
}

#product-detail .tab-content>li .tech .up {
	padding: 25px 0;
	overflow: hidden;
}

#product-detail .tab-content>li .tech .up a {
	float: left;
}

#product-detail .tab-content>li .tech .up a:hover {
	opacity: .6;
}

#product-detail .tab-content>li .tech .down {
	overflow: hidden;
}

#product-detail .tab-content>li .tech .down a {
	width: 45px;
	opacity: .6;
}

#product-detail .tab-content>li .tech .down a:hover {
	opacity: .3;
}

#product-detail .tab-content>li .download h2 {
	margin-bottom: 15px;
	font-size: 20px;
	color: #000;
	font-weight: normal;
	overflow: hidden;
}

#product-detail .tab-content>li .download h2 .time {
	float: right;
	font-size: 13px;
	color: #999;
}

#product-detail .tab-content>li .download .wrap {
	margin-bottom: 20px;
	padding-bottom: 15px;
	/*border-bottom: 1px solid #d8d8d8;*/
}

#product-detail .tab-content>li .download .wrap a {
	display: inline-block;
	margin: 5px;
	padding: 10px 20px;
	background: #f1f1f1;
	font-size: 15px;
	color: #22439c;
	transition: all .3s;
}

#product-detail .tab-content>li .download .wrap a:after {
	content: "";
	position: relative;
	top: 1px;
	display: inline-block;
	width: 23px;
	height: 13px;
	margin-left: 10px;
	background: url(../images/file_format.png);
}

#product-detail .tab-content>li .download .wrap a.jpg:after {
	background-position: 0 0;
}

#product-detail .tab-content>li .download .wrap a.pdf:after {
	background-position: 0 -13px;
}

#product-detail .tab-content>li .download .wrap a.doc:after {
	background-position: 0 -26px;
}

#product-detail .tab-content>li .download .wrap a.zip:after {
	background-position: 0 -39px;
}

#product-detail .tab-content>li .download .wrap a.ppt:after {
	background-position: 0 -52px;
}

#product-detail .tab-content>li .download .wrap a.pptx:after {
	background-position: 0 -65px;
}

#product-detail .tab-content>li .download .wrap a.xls:after {
	background-position: 0 -78px;
}

#product-detail .tab-content>li .download .wrap a.xlsx:after {
	background-position: 0 -91px;
}

#product-detail .tab-content>li .download .wrap a.docx:after {
	background-position: 0 -104px;
}

#product-detail .tab-content>li .download .wrap a.tif:after {
	background-position: 0 -117px;
}

#product-detail .tab-content>li .download .wrap a.cad:after {
	background-position: 0 -130px;
}

#product-detail .tab-content>li .download .wrap a.dwg:after {
	background-position: 0 -143px;
}

#product-detail .tab-content>li .download .wrap a.dxf:after {
	background-position: 0 -156px;
}

	#product-detail .tab-content > li .download .wrap a.stp::after {
		background-position: left -169px;
	}
	#product-detail .tab-content > li .download .line2 {
		margin-top: -5px;
		height: 20px;
		border-top: 1px solid #d8d8d8;
	}

	#product-detail .tab-content > li .download h2 .arrow_down {
		display: inline-block;
		width: 15px;
		height: 12px;
		margin-right: 10px;
		background-image: url(../images/down.png);
		cursor: pointer;
		background-repeat: no-repeat;
		background-position: center;
	}

	#product-detail .tab-content > li .download h2 .arrow_up {
		display: inline-block;
		width: 15px;
		height: 12px;
		margin-right: 10px;
		background-image: url(../images/up.png);
		cursor: pointer;
		background-repeat: no-repeat;
		background-position: center;
	}

#product-detail .tab-content>li .login {
	padding: 0 5px;
	font-size: 15px;
	color: #000;
	line-height: 32px;
}

#product-detail .tab-content>li .login a {
	display: inline-block;
	margin-left: 20px;
	padding: 0 25px;
	background: #22439c;
	border-radius: 20px;
	color: #FFF;
	font-weight: bold;
	transition: all .3s;
}

#product-detail .tab-content>li .login a:hover {
	opacity: .6;
}

#product-detail .feature .sale {
	display: block;
	margin-left: 8px;
	line-height: 25px;
	color: #315ab6;
	font-size: 15px;
}

#product-detail .feature .sale:before {
	content: '';
	display: inline-block;
	margin-right: 5px;
	width: 23px;
	height: 23px;
	vertical-align: sub;
	background: url(../images/sale.png) left no-repeat;
	background-size: cover;
	-moz-background-size: 23px 23px;
	-webkit-background-size: 23px 23px;
	-o-background-size: 23px 23px;
	background-size: 23px 23px;
}

/* suggest-product */
#product-detail .tab-content>li #suggest-product h2 {
	overflow: hidden;
	font-size: 20px;
	color: #000;
	font-weight: normal;
}

#product-detail .tab-content>li #suggest-product h2 .more {
	float: right;
	margin-top: 3px;
	font-size: 15px;
	color: #315ab6;
}

#product-detail .tab-content>li #suggest-product h2 .more:after {
	content: "";
	display: inline-block;
	width: 5px;
	height: 9px;
	margin-left: 10px;
	background: url(../images/produt_more.png);
	transition: all .3s;
}

#product-detail .tab-content>li #suggest-product h2 .more:hover:after {
	margin-left: 20px;
}

/* product-editor */
#product-editor {
	background: #f6f6f6;
	clear: both;
}

#product-editor .wrap {
	padding: 5%;
	margin: 0 auto;
}

#product-editor .more {
	display: inline-block;
	margin: 1% 0;
	font-size: 15px;
	color: #315ab6;
}

#product-editor .more:after {
	content: "";
	display: inline-block;
	width: 6px;
	height: 11px;
	margin-left: 10px;
	background: url(../images/index_news_more.png);
	transition: all .3s;
}

#product-editor .more:hover:after {
	margin-left: 20px;
}

#product-editor #ul_feature {
	list-style-type: circle;
	padding-bottom: 60px;
	line-height: 36px;
}

#product-editor .section-1 {
	margin-bottom: 8%;
	padding-bottom: 8%;
	overflow: hidden;
	border-bottom: 1px solid #aaa;
}

#product-editor .section-1 .left {
	width: 100%;
}

#product-editor .section-1 .left h2 img {
	display: block;
	max-width: 100%;
	height: auto;
}

#product-editor .section-1 .left p {
	font-size: 15px;
	color: #000;
	line-height: 30px;
}

#product-editor .section-1 .left ol {
	list-style: decimal;
	padding-left: 95px;
	font-size: 15px;
	color: #000;
	line-height: 30px;
}

#product-editor .section-1 .right {
	width: 100%;
}

#product-editor .section-1 .right img {
	display: block;
	margin: 6% auto;
	max-width: 100%;
	width: 98%;
	height: auto;
}

#product-editor .section-2 {
	margin-bottom: 8%;
	padding-bottom: 8%;
	overflow: hidden;
	border-bottom: 1px solid #aaa;
}

#product-editor .section-2 h2 img {
	display: block;
}

#product-editor .section-2 p {
	font-size: 15px;
	color: #000;
	line-height: 30px;
}

#product-editor .section-2 .left {
	width: 100%;
	box-sizing: border-box;
}

#product-editor .section-2 .left dl {
	margin-bottom: 45px;
	color: #000;
}

#product-editor .section-2 .left dt {
	font-size: 17px;
	line-height: 50px;
	font-weight: bold;
}

#product-editor .section-2 .left dt img {
	position: relative;
	top: 20px;
	display: inline-block;
	max-width: 50px;
	height: auto;
	margin-right: 10px;
}

#product-editor .section-2 .left dd {
	padding-left: 60px;
	font-size: 15px;
	line-height: 30px;
}

#product-editor .section-2 .right {
	width: 100%;
}

#product-editor .section-2 .right img {
	display: block;
	margin: 6% auto;
	max-width: 100%;
	width: 98%;
	height: auto;
}

#product-editor .section-3 ul {
	padding: 0;
	margin: 0;
}

#product-editor .section-3 ul>li {
	list-style: none;
	width: 100%;
	margin-bottom: 8%;
	margin-top: -5%;
	padding-bottom: 8%;
	overflow: hidden;
	border-bottom: 1px solid #aaa;
}

#product-editor .section-3 ul>li:last-child {
	border-bottom: 0;
}

#product-editor .section-3 ul>li .img {
	display: block;
	margin: 6% auto;
	width: 100%;
	vertical-align: middle;
	box-sizing: border-box;
}

#product-editor .section-3 ul>li dl {
	display: block;
	width: 100%;
	vertical-align: middle;
}

#product-editor .section-3 ul>li .img img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

#product-editor .section-3 ul>li dt {
	margin-bottom: 10px;
	font-size: 17px;
	line-height: 50px;
	font-weight: bold;
}

#product-editor .section-3 ul>li dt img {
	position: relative;
	top: 20px;
	display: inline-block;
	height: 50px;
	margin-right: 10px;
}

#product-editor .section-3 ul>li dd {
	font-size: 15px;
	line-height: 30px;
}

#product-editor .section-3 ul>li dd .more {
	display: block;
	width: 90px;
	margin: 0;
}

#product-editor .section-3 ul>li ol {
	list-style-type: decimal;
	margin-left: 25px;
}

/* catalog */
#catalog dl {
	float: left;
	margin: 2%;
}

#catalog dl a {
	display: block;
}

#catalog dt {
	position: relative;
	margin: 0 auto;
}

#catalog dt:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .8);
	opacity: 0;
	transition: all .3s;
}

#catalog dt img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

#catalog dd {
	padding-top: 20px;
	font-size: 15px;
	color: #000;
	text-align: center;
}

#catalog .main {
	padding-bottom: 5%;
	overflow: hidden;
}

#catalog .main dl {
	width: 46%;
}

#catalog .main dt {
	border: 1px solid #eee;
}

#catalog .main dt .wrap a {
	font-size: 17px;
}

#catalog .main dt .wrap a:before {
	margin-bottom: 15px;
}

#catalog .list {
	padding-bottom: 5%;
	overflow: hidden;
}

#catalog .list dl {
	width: 46%;
}

#catalog .list dt {
	border: 1px solid #eee;
}

#catalog .list dt .wrap a {
	font-size: 13px;
}

#catalog .list dt .wrap a:before {
	margin-bottom: 10px;
}

/* new-product */
#new-product {
	padding: 2% 3%;
}

#new-product h2 {
	font-size: 24px;
	color: #000;
	font-weight: normal;
}

#new-product h2 span {
	padding-left: 10px;
	font-size: 17px;
	color: #555;
}

/* technology-list */
#technology-list {
	padding-bottom: 2%;
}

#technology-list .tabs {
	padding-top: 30px;
	text-align: center;
}

#technology-list .tabs li {
	display: inline-block;
	margin: 0 10px;
	padding: 20px;
	border-bottom: 2px solid transparent;
	font-size: 15px;
	color: #333;
	cursor: pointer;
	transition: all .3s;
}

#technology-list .tabs li:hover {
	border-bottom-color: #284173;
}

#technology-list .list {
	padding: 10px 0;
}

#technology-list .list h2 {
	margin: 0;
}

#technology-list .list ul {
	overflow: hidden;
}

#technology-list .list li {
	width: 100%;
	padding-bottom: 10px;
	box-sizing: border-box;
}

#technology-list .list li a {
	display: block;
	margin: 3% 3%;
}

#technology-list .list li a>img {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

#technology-list .list li a .wrap {
	position: relative;
	padding-left: 60px;
	font-size: 15px;
	color: #000;
}

#technology-list .list li a .wrap span {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 50px;
	height: 50px;
	overflow: hidden;
}

#technology-list .list li a .wrap span img {
	display: block;
	width: 100%;
	height: auto;
}

#technology-list .list li a .wrap span.tech-1 img {
	width: 140px;
}

#technology-list .list li a .wrap span.tech-17 {
	height: auto;
}

#technology-list .list li a .wrap h3 {
	margin-bottom: 5px;
	font-size: 15px;
	transition: all .3s;
}

#technology-list .list li a .wrap p {
	line-height: 25px;
	transition: all .3s;
}

#technology-list .list li.long a .wrap {
	padding-left: 155px;
	padding-bottom: 20px;
}

#technology-list .list li.long a .wrap span {
	width: 145px;
}

/*#technology-list .list li a .wrap .more{display:block; margin:1% 0; font-size:15px; color:#315ab6;}
#technology-list .list li a .wrap .more:after{content:""; display:inline-block; width:6px; height:11px; margin-left:10px; background:url(../images/index_news_more.png); transition:all .3s;}
*/

/* technology-info */

#technology-info {
	padding: 2% 3%;
}

#technology-info .media {
	text-align: center;
}

#technology-info .media h2 {
	font-size: 40px;
	color: #000;
	font-weight: normal;
}

#technology-info .media h2 img {
	position: relative;
	top: 7px;
	display: inline-block;
	height: 30px;
	margin-right: 10px;
}

#technology-info .media h3 {
	padding: 10px 0 5px 0;
	font-size: 20px;
	color: #000;
	font-weight: normal;
}

#technology-info .media h4 {
	font-size: 30px;
	color: #000;
	font-weight: normal;
}

#technology-info .media .wrap {
	position: relative;
	margin-top: 20px;
	padding-bottom: 52.65%;
}

#technology-info .media .wrap iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

#technology-info dl {
	margin-bottom: 40px;
}

#technology-info dt {
	margin-bottom: 10px;
	font-size: 23px;
	color: #000;
	line-height: 50px;
}

#technology-info dt img {
	position: relative;
	top: 15px;
	display: inline-block;
	height: 50px;
	margin-right: 10px;
}

#technology-info dd {
	font-size: 15px;
	color: #000;
	line-height: 30px;
}

#technology-info dd .img {
	margin-bottom: 10px;
}

#technology-info dd .img img {
	display: block;
	width: 100%;
	height: auto;
}

#technology-info dd .img p {
	padding: 10px 15px;
	background: #d9d9d9;
	font-size: 13px;
	color: #000;
}

/* dealer-info */
#dealer-info h1 {
	position: relative;
}

#dealer-info .medals {
	position: absolute;
	right: 0;
	width: 18px;
	height: 26px;
	display: block;
	margin-top: -35px;
	margin-right: 13px;
	text-indent: -9999px;
	background: url(../images/dealer_detail_medals.png);
	-moz-background-size: 18px 26px;
	-webkit-background-size: 18px 26px;
	-o-background-size: 18px 26px;
	background-size: 18px 26px;
}

#dealer-info .description {
	margin-bottom: 10px;
	font-size: 15px;
	color: #333;
	line-height: 30px;
	text-align: center;
}

#dealer-info .fixing {
	padding: 10px 0;
	background: #f2f2f2;
	font-size: 15px;
	color: #d91d1d;
	text-align: center;
}

#dealer-info .fixing:before {
	content: "";
	position: relative;
	top: 5px;
	display: inline-block;
	width: 22px;
	height: 23px;
	margin-right: 10px;
	background: url(../images/dealer_detail_fix.png);
	-moz-background-size: 22px 23px;
	-webkit-background-size: 22px 23px;
	-o-background-size: 22px 23px;
	background-size: 22px 23px;
}

#dealer-info .reality {
	padding: 2% 3%;
}

#dealer-info .reality iframe {
	width: 100%;
	height: 200px;
}

#dealer-info .map-info {
	width: 100%;
	margin-bottom: 3%;
}

#dealer-info .map-info .left {
	position: relative;
	width: 100%;
	height: 200px;
	box-sizing: border-box;
	padding: 3% 3% 1% 3%;
}

#dealer-info .map-info .left iframe {
	width: 100%;
	height: 100%;
}

#dealer-info .map-info .right {
	position: relative;
	width: 100%;
	vertical-align: middle;
	box-sizing: border-box;
	padding: 0 3%;
}

#dealer-info .map-info .right .share {
	position: absolute;
	right: 0;
	top: 8px;
	display: block;
	width: 15px;
	height: 15px;
	background: url(../images/product_detail_share.png);
	text-indent: -9999px;
	transition: all .3s;
	z-index: 1
}

#dealer-info .map-info .right .share:hover {
	opacity: .8;
}

#dealer-info .map-info .right .info {
	margin-bottom: 25px;
}

#dealer-info .map-info .right .info li {
	position: relative;
	font-size: 15px;
	color: #666;
	line-height: 30px;
	padding: 10px 0;
	border-bottom: 1px dashed #ccc;
}

#dealer-info .map-info .right .info li:last-child {
	border: 0;
}

#dealer-info .map-info .right .info li h2 {
	display: block;
	font-size: 20px;
	color: #000;
}

#dealer-info .map-info .right .info li a {
	color: #4283ba;
}

#dealer-info .map-info .right .info li .location:before {
	content: "";
	position: relative;
	top: 2px;
	display: inline-block;
	width: 11px;
	height: 16px;
	margin-right: 5px;
	background: url(../images/dealer_detail_location.png);
}

#dealer-info .map-info .right .info li ol {
	list-style: decimal;
	margin: 0 0 0 18px;
}

#dealer-info .map-info .right .info li ol li {
	font-size: 15px;
	color: #666;
	line-height: 25px;
	padding: 10px 0;
	border: 0;
}

.iframe-rwd {
	position: relative;
	padding-bottom: 65.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.iframe-rwd iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#dealer-info .special {
	margin-bottom: 5%;
	padding: 3%;
	overflow: hidden;
}

#dealer-info .special .left {
	width: 100%;
}

#dealer-info .special .left dl {
	position: relative;
	min-height: 137px;
	margin-bottom: 50px;
	padding-left: 160px;
}

#dealer-info .special .left dt {
	position: absolute;
	left: 0;
	top: 0;
	width: 137px;
}

#dealer-info .special .left dt img {
	display: block;
	width: 100%;
	height: auto;
}

#dealer-info .special .left dd h3 {
	margin-bottom: 15px;
	font-size: 20px;
	color: #000;
	font-weight: normal;
}

#dealer-info .special .left dd p {
	font-size: 15px;
	color: #333;
	line-height: 30px;
}

#dealer-info .special .right {
	width: 100%;
}

#dealer-info .special .right img {
	display: block;
	max-width: 100%;
	height: auto;
	margin-bottom: 20px;
}

/* dealer-album */
#dealer-album {
	margin-bottom: 5%;
}

#dealer-album h2 {
	margin-bottom: 20px;
	font-size: 17px;
	color: #000;
	font-weight: normal;
	text-align: center;
}

#dealer-album ul {
	overflow: hidden;
}

#dealer-album li {
	float: left;
	width: 12.5%;
	padding: 0 1px;
	box-sizing: border-box;
}

#dealer-album li a {
	display: block;
	height: 220px;
	background-size: cover;
	overflow: hidden;
	opacity: .6;
	transition: all .3s;
}

#dealer-album li a:hover {
	opacity: 1;
}

/* store */
#product-demo h2 {
	text-align: center;
	font-size: 18px;
}

#product-demo div {
	text-align: center;
	color: #999999;
	font-size: 15px;
	padding: 20px 20px;
}

.dealer_list1, #h4_2, .div_option3 {
	display: none;	
}

#series1 {
	display: inline-block;
	width: 35%;
}

#series2 {
	display: inline-block;
	width: 65%;
	vertical-align: top;
}

.dealer_list_memo {
	color: #999999;
	padding: 0 0 2% 3%;
	margin-top: -1%;
}

.store-select {
	display: block;
	width: 100%;
	height: 45px;
	padding: 10px;
	background: #FFF;
	border: none;
	font-size: 15px;
	color: #333;
	box-sizing: border-box;
	margin-bottom: 10px;
}

#store .tab {
	overflow: hidden;
}

#store .tab li {
	width: 33%;
	float: left;
	text-align: center;
	background: #fff;
	border-bottom: 1px solid #ccc;
	font-size: 15px;
	line-height: 24px;
	padding: 3% 0;
}

#store .tab li.second_tab {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

#store .tab li.on {
	background: #555;
}

#store .tab li a {
	display: inline-block;
	box-sizing: border-box;
	color: #333;
}

#store .tab li.on a {
	display: inline-block;
	box-sizing: border-box;
	color: #fff;
}

#store .area {
	padding: 3%;
	overflow: hidden;
}

#store .area li {
	width: 43%;
	float: left;
	font-size: 15px;
	line-height: 24px;
	padding: 3%;
	border: 1px solid #eee;
	position: relative;
}

#store .area li:nth-child(odd) {
	left: 1px;
}

#store .area li a {
	width: 94%;
	color: #333;
	display: inline-block;
	padding-left: 10px;
	box-sizing: border-box;
	background: url(../images/store-icon_4.png) right center no-repeat;
}

#store .shop {
	padding-bottom: 3%;
}

#store .shop dl {
	overflow: hidden;
	box-shadow: 0 1px 3px #ccc;
	margin-bottom: 1%;
	padding: 2% 3%;
}

#store .shop dl.flagship {
	background: rgba(242, 242, 242, 1);
}

#store .shop dt {
	float: left;
	width: 47%;
	box-sizing: border-box;
	overflow: hidden;
}

#store .shop dt img {
	width: 100%;
	display: block;
}

#store .shop dd {
	position: relative;
	float: right;
	width: 50%;
	box-sizing: border-box;
}

#store .shop dd h4 {
	color: #000;
	font-size: 18px;
	line-height: 30px;
	padding: 2px 0;
}

#store .shop dd p {
	color: #666;
	font-size: 15px;
	line-height: 24px;
	padding: 2px 0;
}

#store .shop dd b {
	position: absolute;
	right: 0;
}

#store .shop dd b span {
	display: inline-block;
	width: 18px;
	height: 26px;
	margin: 0 auto;
	text-indent: -9999px;
}

#store .shop dd b span.top {
	background: url(../images/dealer_type2.png);
	margin: 3px;
	-moz-background-size: 18px 26px;
	-webkit-background-size: 18px 26px;
	-o-background-size: 18px 26px;
	background-size: 18px 26px;
}

#store .shop dd b span.fix {
	background: url(../images/dealer_type.png);
	margin: 3px;
	-moz-background-size: 18px 26px;
	-webkit-background-size: 18px 26px;
	-o-background-size: 18px 26px;
	background-size: 18px 26px;
}

#store .product {
	padding: 20px;
}

#store .product .intro {
	margin-bottom: 20px;
}

#store .product .intro .title {
	margin-bottom: 5px;
	font-size: 18px;
	color: #333;
}

#store .product .intro p {
	font-size: 15px;
	color: #999;
}

#store .product .note {
	margin-bottom: 10px;
	font-size: 15px;
	color: #333;
}

#store .product form .option {
	margin-bottom: 30px;
	border: 1px solid #cfcfcf;
	border-radius: 20px;
	overflow: hidden;
}

#store .product form .option input {
	display: none;
}

#store .product form .option label {
	display: block;
	width: 50%;
	padding: 10px 0;
	font-size: 15px;
	color: #333;
	text-align: center;
}

#store .product form .option label.left {
	float: left;
}

#store .product form .option label.right {
	float: right;
}

#store .product form .option input:checked + label {
	background: #23439c;
	color: #FFF;
}

#store .product form .items {
	overflow: hidden;
}

#store .product form .items input {
	display: none;
}

#store .product form .items label {
	position: relative;
	float: left;
	display: block;
	width: 40%;
	margin: 0 5% 20px 5%;
	border: 3px solid #f2f2f2;
	box-sizing: border-box;
	cursor: pointer;
}

#store .product form .items label img {
	display: block;
	width: 100%;
	height: auto;
}

#store .product form .items label span {
	display: block;
	padding: 5px;
	background: #fafafa;
	font-family: "微軟正黑體";
	font-size: 15px;
	color: #333;
	line-height: 20px;
}

#store .product form .items label::before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 30px;
	height: 30px;
	background: url('../images/dealer_check2.png') center center no-repeat #f2f2f2;
}

#store .product form .items input:checked + label {
	border-color: #007cdf;
}

#store .product form .items input:checked + label::before {
	background-color: #007cdf;
}

#store .product form .search {
	margin-bottom: 20px;
}

#store .product form .search input {
	display: block;
	width: 100%;
	padding: 15px;
	background: #eceaea;
	border: none;
	font-size: 15px;
	color: #333;
	box-sizing: border-box;
}

#store .product form .tags {
	margin-bottom: 10px;
}

#store .product form .tags li {
	display: inline-block;
	margin: 0 10px 10px 0;
	padding: 10px;
	font-size: 15px;
	color: #333;
	background: #FFF;
	border: 1px solid #bebebe;
	border-radius: 5px;
}

#store .product form .tags li .del {
	position: relative;
	top: 2px;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-left: 10px;
	background: #aaa;
	border-radius: 50%;
	text-indent: -9999px;
	transition: all .3s;
}

#store .product form .tags li .del::before,
#store .product form .tags li .del::after {
	content: "";
	position: absolute;
	left: 3px;
	top: 50%;
	display: block;
	width: 10px;
	height: 1px;
	background: #FFF;
}

#store .product form .tags li .del::before {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

#store .product form .tags li .del::after {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

#store .product form .tags li .del:hover {
	background-color: #000;
}

#store .product form .series {
	margin-bottom: 50px;
	font-size: 15px;
	color: #333;
}

#store .product form .series a {
	display: inline-block;
	margin-left: 5px;
	color: #169BD5;
}

#store .product form button {
	width: 100%;
	margin: 0 auto;
	background: #23439c;
	border: 1px solid #797979;
	font-size: 17px;
	color: #FFF;
	line-height: 45px;
	text-align: center;
	transition: all .3s;
}

/* service */
#service .list {
	padding: 2% 0;
	overflow: hidden;
}

#service .list h2 {
	font-size: 30px;
	color: #000;
	line-height: 40px;
	text-align: center;
	padding: 10px 0;
}

#service .list h3 {
	margin-bottom: 20px;
	font-size: 15px;
	color: #333;
	line-height: 24px;
	font-weight: normal;
	text-align: center
}

#service .list dl {
	text-align: center;
	padding: 20px 0;
	overflow: hidden;
}

#service .list dt {
	display: block;
	margin: 0 auto;
	width: 75px;
	height: 69px;
	background: url(../images/service_list_icon.png);
	text-indent: -9999px;
}

#service .list .list-1 dt {
	background-position: left top;
}

#service .list .list-2 dt {
	background-position: center top;
}

#service .list .list-3 dt {
	background-position: right top;
}

#service .list dd h4 {
	font-size: 20px;
	color: #000;
	font-weight: normal;
	padding: 10px 0;
}

#service .list dd p {
	font-size: 15px;
	color: #666;
	line-height: 25px;
	padding: 0 15px;
}

#service .list ol {
	list-style: decimal;
	margin: 15px 15px 15px 30px;
}

#service .list ol li {
	font-size: 15px;
	color: #666;
	line-height: 25px;
	padding: 10px 0;
}

#service .special {
	position: relative;
	background: #000;
	background-size: cover;
}

#service .special .wrap {
	padding: 5% 3%;
}

#service .special .wrap h2 {
	margin-bottom: 4%;
	font-size: 30px;
	color: #FFF;
	font-weight: normal;
}

#service .special .wrap table {
	width: 100%;
}

#service .special .wrap td {
	width: 50%;
	padding: 30px;
	color: #FFF;
	vertical-align: top;
	box-sizing: border-box;
}

#service .special .wrap td.col-1 {
	border-right: 1px solid #1a1a1a;
	border-bottom: 1px solid #1a1a1a;
}

#service .special .wrap td.col-4 {
	border-top: 1px solid #1a1a1a;
	border-left: 1px solid #1a1a1a;
}

#service .special .wrap dl {
	margin: 0 0 40px 0;
	color: #fff;
	text-align: center;
}

#service .special .wrap dl dt {
	display: inline-block;
	margin: 20px 0;
	width: 63px;
	height: 62px;
	background: url(../images/service_special_icon.png);
	text-indent: -9999px;
}

#service .special .wrap dl.col-1 dt {
	background-position: left top;
}

#service .special .wrap dl.col-2 dt {
	background-position: -63px top;
}

#service .special .wrap dl.col-3 dt {
	background-position: -126px top;
}

#service .special .wrap dl.col-4 dt {
	background-position: right top;
}

#service .special .wrap dl dd h3 {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: normal;
}

#service .special .wrap dl dd p {
	font-size: 15px;
	line-height: 25px;
}

#service .special .wrap dl dd>a {
	display: inline-block;
	margin-top: 10px;
	padding: 10px 30px;
	border: 1px solid #666;
	border-radius: 20px;
	font-size: 15px;
	color: #FFF;
	transition: all .3s;
}

/* training */
#training .intro {
	padding: 10% 3%;
	text-align: center;
	background-size: cover;
	background: url(../images/upload/training_bg.jpg) center top no-repeat;
}

#training .intro h2 {
	display: block;
	font-size: 30px;
	color: #000;
	margin: 20px auto;
	text-indent: -9999px;
	width: 85px;
	height: 85px;
	background: url(../images/training_icon.png);
}

#training .intro p {
	font-size: 15px;
	color: #000;
	line-height: 25px;
	text-align: center;
	padding: 10px 0;
}

#training .rank {
	padding: 3%;
	background: #FFF;
}

#training .rank h2 {
	margin-bottom: 10px;
	font-size: 30px;
	color: #000;
	font-weight: normal;
	text-align: center;
}

#training .rank p {
	font-size: 15px;
	color: #000;
	line-height: 25px;
	text-align: center;
}

#training .rank .wrap {
	max-width: 850px;
	margin: 0 auto;
	padding-top: 3%;
	overflow: hidden;
}

#training .rank .wrap dl {
	margin: 40px 3%;
	text-align: center;
}

#training .rank .wrap dt {
	width: 130px;
	height: 130px;
	margin: 20px auto;
	border: 1px solid #333;
	border-radius: 50%;
	font-size: 36px;
	color: #000;
	line-height: 130px;
}

#training .rank .wrap dd h3 {
	margin: 10px 0;
	font-size: 20px;
	color: #000;
}

#training .rank .wrap dd p {
	font-size: 15px;
	color: #333;
	line-height: 25px;
}

#training .rank .wrap dd span {
	display: block;
	padding-top: 10px;
	font-size: 15px;
	color: #666;
	line-height: 20px;
}

/* clean-decorator */
#clean-decorator {
	margin-bottom: 5%;
}

#clean-decorator .img {
	margin: 10px 0;
}

#clean-decorator .img img {
	display: block;
	width: 100%;
	height: auto;
}

#clean-decorator .wrap {
	padding: 2% 3%;
}

#clean-decorator .wrap dl {
	margin-bottom: 50px;
	overflow: hidden;
}

#clean-decorator .wrap dt {
	width: 100%;
}

#clean-decorator .wrap dt img {
	display: block;
	width: 100%;
	height: auto;
}

#clean-decorator .wrap dt p {
	padding: 10px 15px;
	background: #d9d9d9;
	font-size: 13px;
	color: #333;
	line-height: 20px;
}

#clean-decorator .wrap dd {
	width: 100%;
}

#clean-decorator .wrap dd h3 {
	margin: 10px 0;
	font-size: 23px;
	color: #000;
}

#clean-decorator .wrap dd p {
	font-size: 15px;
	color: #000;
	line-height: 30px;
}

#clean-decorator .back {
	display: block;
	width: 155px;
	margin: 0 auto;
	padding: 10px 0;
	border: 1px solid #d8d8d8;
	border-radius: 25px;
	font-size: 15px;
	color: #333;
	text-align: center;
	transition: all .3s;
}

#clean-decorator .back:before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 12px;
	margin-right: 5px;
	background: url(../images/back_list.png);
}

#clean-decorator .back:hover {
	background: #f1f1f1;
}

/* project */
#project {
	margin-bottom: 5%;
}

#project h2 {
	margin-bottom: 30px;
	padding: 15px 0 30px 0;
	border-bottom: 1px solid #d8d8d8;
	overflow: hidden;
	font-size: 30px;
	color: #000;
	font-weight: normal;
}

#project h2 .share {
	float: right;
	display: block;
	width: 15px;
	height: 15px;
	margin-top: 10px;
	background: url(../images/product_detail_share.png);
	text-indent: -9999px;
	transition: all .3s;
}

#project h2 .share:hover {
	opacity: .6;
}

#project .img {
	margin-bottom: 50px;
}

#project .img img {
	display: block;
	width: 100%;
	height: auto;
}

#project .wrap {
	margin-bottom: 30px;
	border-bottom: 1px solid #d8d8d8;
}

#project .wrap dl {
	margin-bottom: 50px;
	overflow: hidden;
}

#project .wrap dt {
	float: right;
	width: 25%;
}

#project .wrap dt img {
	display: block;
	width: 100%;
	height: auto;
}

#project .wrap dt p {
	padding: 10px 15px;
	background: #d9d9d9;
	font-size: 13px;
	color: #000;
	line-height: 20px;
}

#project .wrap dd {
	float: left;
	width: 70%;
}

#project .wrap dd h3 {
	margin-bottom: 10px;
	font-size: 23px;
	color: #000;
}

#project .wrap dd p {
	font-size: 15px;
	color: #000;
	line-height: 30px;
}

#project .back {
	display: block;
	width: 155px;
	margin: 0 auto;
	padding: 10px 0;
	border: 1px solid #d8d8d8;
	border-radius: 25px;
	font-size: 15px;
	color: #333;
	text-align: center;
	transition: all .3s;
}

#project .back:before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 12px;
	margin-right: 5px;
	background: url(../images/back_list.png);
}

#project .back:hover {
	background: #f1f1f1;
}

/* service-part */
#service-part .search {
	margin-bottom: 3%;
	padding: 10% 0;
	background: url(../images/upload/service_part_b.jpg) center center no-repeat;
	background-size: cover;
}

#service-part .search h2 {
	margin-bottom: 3%;
	font-size: 30px;
	color: #000;
	font-weight: normal;
	text-align: center;
}

#service-part .search .wrap {
	max-width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}

#service-part .search .wrap input,
#service-part .search .wrap select {
	display: inline-block;
	height: 45px;
	margin-right: 7px;
	padding: 10px 30px;
	background: #FFF;
	border: none;
	font-size: 15px;
	color: #333;
	box-sizing: border-box;
}

#service-part .search .wrap h3 {
	margin-bottom: 10px;
	font-size: 17px;
	color: #333;
	font-weight: normal;
}

#service-part .search .wrap button {
	display: inline-block;
	width: 75px;
	height: 45px;
	background: #000;
	border: none;
	font-size: 15px;
	color: #FFF;
	line-height: 45px;
	text-align: center;
}

#service-part .search .wrap .category {
	float: left;
	width: 50%;
	padding-right: 40px;
	border-right: 1px solid #cfd4d8;
	box-sizing: border-box;
}

#service-part .search .wrap .category select.s1 {
	width: 155px;
}

#service-part .search .wrap .category select.s2 {
	width: 205px;
}

#service-part .search .wrap .series {
	float: right;
	width: 50%;
	padding-left: 40px;
	box-sizing: border-box;
}

#service-part .search .wrap .series input {
	width: 370px;
}

#service-part .search .notice {
	max-width: 1000px;
	margin: 0 auto;
	padding-top: 50px;
}

#service-part .search .notice h3 {
	font-size: 17px;
	color: #333;
	font-weight: normal;
}

#service-part .search .notice p {
	font-size: 13px;
	color: #333;
	line-height:
}

#service-part .list h2 {
	font-size: 18px;
	color: #000;
	font-weight: normal;
}

#service-part .list h2 span {
	padding-left: 20px;
}

#service-part .list ul {
	padding: 2% 3%;
	overflow: hidden;
}

#service-part .list li {
	width: 100%;
	margin: 2% 0;
	border-bottom: 1px solid #efefef;
	box-sizing: border-box;
}

#service-part .list dl {
	overflow: hidden;
}

#service-part .list dt {
	width: 45%;
	float: left;
	margin-right: 20px;
}

#service-part .list a {
	display: inline-block;
	margin: 5px 0;
	padding: 8px 30px;
	border: 1px solid #d8d8d8;
	border-radius: 20px;
	font-size: 15px;
	color: #333;
	transition: all .3s;
}

#service-part .list a.normal {
	display: inline;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0px;
	font-size: 13px;
	color: #4b6db7;
}

#service-part .list span.normal {
	display: inline-block;
	margin-top: 16px;
	font-size: 14px;
	line-height: 24px;
}

#service-part .list img {
	display: block;
	max-width: 100%;
	height: 130px;
	margin: 10px auto;
}

#service-part .list li h3 {
	font-size: 20px;
	color: #000;
	font-weight: normal;
	line-height: 30px;
}

#service-part .list li h4 {
	font-size: 15px;
	color: #666;
	font-weight: normal;
	line-height: 24px;
}

#service-part .list li h5 {
	font-size: 15px;
	color: #666;
	font-weight: normal;
	line-height: 24px;
}

#service-part .part {
	padding: 2% 3%;
}

#service-part .part img {
	width: 100%;
	height: auto;
}

#service-part .part .info {
	margin-bottom: 25px;
}

#service-part .part .info li {
	overflow: hidden;
	font-size: 15px;
	color: #666;
	line-height: 30px;
	padding: 10px 0;
	border-bottom: 1px dashed #ccc;
}

#service-part .part .info li:last-child {
	border: 0;
}

#service-part .part .info li h2 {
	display: block;
	font-size: 20px;
	color: #000;
}

#service-part .part .info li span {
	float: left;
	width: 49%;
	padding: 5px 10px 5px 0;
	line-height: 24px;
	font-size: 15px;
	box-sizing: border-box;
	word-wrap: break-word;
}

.unselected {
	font-size: 20px;
	display: block;
	margin: 0 auto;
	padding: 45% 3%;
	text-align: center;
}

.space {
	padding-top: 20px;
}

/* identity */
#identity {
	padding-bottom: 3%;
}

#identity dl {
	overflow: hidden;
	box-shadow: 0 1px 3px #ccc;
	margin-bottom: 1%;
	padding: 5% 3%;
}

#identity dt {
	float: left;
	width: 42%;
	box-sizing: border-box;
	overflow: hidden;
}

#identity dt:before {
	content: '';
	float: left;
	margin-left: -10px;
	width: 68px;
	height: 68px;
	background: url(../images/login-signup_4.png);
}

#identity dt img {
	height: 68px;
	float: left;
}

#identity dd {
	position: relative;
	float: right;
	width: 55%;
	box-sizing: border-box;
}

#identity dd h4 {
	color: #000;
	font-size: 20px;
	font-weight: normal;
	line-height: 30px;
	padding: 4px 0 0 0;
}

#identity dd p {
	color: #666;
	font-size: 15px;
	line-height: 24px;
	padding: 2px 0;
}

#identity h2 {
	font-size: 15px;
	color: #000;
	font-weight: normal;
	margin: 3% 3%;
}

#identity h2 a {
	color: #4283ba;
}

/* massage */
#massage {
	display: table;
	width: 100%;
	margin: 0 auto;
	padding-left: 3%;
	padding-right: 3%;
	text-align: center;
	box-sizing: border-box;
}

#massage .wrap {
	display: table-cell;
	vertical-align: middle;
}

#massage .wrap h2 {
	margin: 15px 0;
	font-size: 24px;
	color: #000;
	font-weight: normal;
}

#massage .wrap h2:before {
	content: "";
	display: block;
	width: 105px;
	height: 83px;
	margin: 10px auto;
	background: url(../images/msg_icon.jpg);
}

#massage .wrap h2.ico-1:before {
	background-position: left top;
}

#massage .wrap h2.ico-2:before {
	background-position: -105px top;
}

#massage .wrap h2.ico-3:before {
	background-position: -210px top;
}

#massage .wrap h2.ico-4:before {
	background-position: -315px;
	top;
}

#massage .wrap h2.ico-5:before {
	background-position: -420px top;
}

#massage .wrap h2.ico-6:before {
	background-position: -525px top;
}

#massage .wrap h2.ico-7:before {
	background-position: right top;
}

#massage .wrap p {
	margin-bottom: 15px;
	font-size: 15px;
	color: #333;
	line-height: 24px;
}

/* login-first */
#login-first .wrap {
	margin: 0 auto;
	padding: 20px 0;
	background: #FFF;
	overflow: hidden;
	box-sizing: border-box;
}

#login-first .wrap h2 {
	font-size: 25px;
	color: #000;
	line-height: 30px;
	font-weight: normal;
	padding: 5px 0;
}

#login-first .wrap .left {
	padding: 5% 3%;
	margin-bottom: 5%;
	text-align: center;
	border-bottom: 1px solid #e8e8e8;
}

#login-first .wrap .left p {
	margin: 10px 0;
	font-size: 15px;
	color: #666;
	line-height: 24px;
}

#login-first .wrap .note {
	padding: 5px 0;
	margin: 0;
}

/* designer-raise */
#designer-raise {
	padding: 2% 3%;
	text-align: center;
}

#designer-raise h2 {
	font-size: 24px;
	line-height: 36px;
	color: #000;
	font-weight: normal;
	padding: 10px 0;
}

#designer-raise h3 {
	font-size: 20px;
	line-height: 30px;
	color: #333;
	margin-top: 20px;
	padding: 20px 0 0 0;
}

#designer-raise p {
	font-size: 16px;
	line-height: 24px;
	color: #333;
}

#designer-raise .wrap {
	padding: 3% 0;
	overflow: hidden;
}

#designer-raise .wrap dl {
	width: 100%;
	margin: 0 0 10% 0;
	overflow: hidden;
}

#designer-raise .wrap dl:before {
	content: "";
	display: block;
	width: 64px;
	height: 56px;
	margin: 20px auto;
	background: url(../images/designer_raise_icon.png);
}

#designer-raise .wrap dl.ico-1:before {
	background-position: left top;
}

#designer-raise .wrap dl.ico-2:before {
	background-position: center top;
}

#designer-raise .wrap dl.ico-3:before {
	background-position: right top;
}

#designer-raise .wrap dt {
	font-size: 24px;
	color: #000;
}

#designer-raise .wrap dd {
	margin-top: 10px;
	font-size: 15px;
	color: #666;
	line-height: 25px;
}

#designer-raise a {
	display: inline-block;
	padding: 10px 35px;
	background: #22439c;
	border-radius: 20px;
	font-size: 15px;
	color: #FFF;
}

/* news-list */
#news-list {
	padding: 2% 3%;
}

#news-list li {
	border-bottom: 1px solid #e7e7e7;
}

#news-list li:last-child {
	border-bottom: 0;
}

#news-list li a {
	display: block;
	padding: 20px 0;
}

#news-list li h3 {
	font-size: 16px;
	line-height: 24px;
	color: #000;
}

#news-list li p {
	font-size: 16px;
	line-height: 21px;
	color: #333;
	padding: 5px 0;
}

#news-list li span {
	vertical-align: sub;
	font-size: 15px;
	line-height: 21px;
	color: #888;
	padding: 5px 0;
	letter-spacing: 1px;
}

#news-list li img {
	width: 20px;
	height: auto;
	display: inline-block;
	margin: 0 5px;
	vertical-align: bottom;
}

/* news-info */
#news-info {
	padding: 2% 3%;
}

#news-info .time {
	font-size: 13px;
	color: #000;
}

#news-info .title {
	font-size: 23px;
	color: #000;
}

#news-info .editor {
	font-size: 15px;
	color: #333;
	line-height: 30px;
}

/* file */
#file {
	padding: 2% 3%;
	overflow: hidden;
}

#file dl {
	float: left;
	width: 47%;
	padding-bottom: 20px;
	margin-right: 3%;
}

#file dt {
	position: relative;
}

#file dt:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .7);
	opacity: 0;
	transition: all .3s
}

#file dt img {
	display: block;
	width: 100%;
	height: auto;
	border: 1px solid #e7e7e7;
}

#file dt .btn {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 15px;
	display: none;
}

#file dt .btn a {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 40px;
	margin: 0 5px;
	background: #797979;
	border-radius: 3px;
	text-indent: -9999px;
	transition: all .3s;
}

#file dt .btn a:before {
	content: "";
	position: absolute;
	left: 6px;
	top: 7px;
	display: block;
	width: 28px;
	height: 25px;
	background: url(../images/file_icon.png);
	background-size: 56px auto
}

#file dt .btn a.view:before {
	background-position: left top;
}

#file dt .btn a.download:before {
	background-position: right top;
}

#file dt .btn a:hover {
	background: #333;
}

#file dt:hover:before {
	opacity: 1;
}

#file dt:hover .btn {
	display: block;
}

#file dd {
	padding: 10px 0;
	font-size: 13px;
	color: #000;
}

#file {
	margin-bottom: 20px;
	padding-bottom: 15px;
}

#file p {
	padding-left: 30px;
	font-size: 15px;
	color: #333;
}

#file .jpg:before,
#file .pdf:before,
#file .doc:before,
#file .zip:before,
#file .ppt:before,
#file .xls:before,
#file .xlsx:before,
#file .docx:before,
#file .tif:before,
#file .cad:before #file .dwg:before #file .dxf:before {
	content: "";
	position: relative;
	top: 3px;
	display: inline-block;
	float: left;
	width: 23px;
	height: 13px;
	margin-right: 10px;
	background: url(../images/file_format.png);
}

#file .jpg:before {
	background-position: 0 0;
}

#file .pdf:before {
	background-position: 0 -13px;
}

#file .doc:before {
	background-position: 0 -26px;
}

#file .zip:before {
	background-position: 0 -39px;
}

#file .ppt:before {
	background-position: 0 -52px;
}

#file .pptx:before {
	background-position: 0 -65px;
}

#file .xls:before {
	background-position: 0 -78px;
}

#file .xlsx:before {
	background-position: 0 -91px;
}

#file .docx:before {
	background-position: 0 -104px;
}

#file .tif:before {
	background-position: 0 -117px;
}

#file .cad:before {
	background-position: 0 -130px;
}

#file .dwg:before {
	background-position: 0 -143px;
}

#file .dxf:before {
	background-position: 0 -156px;
}

/* product-download */
#product-download #slider .item a img {
	display: block;
	margin: 20px auto;
	width: 80%;
	height: auto;
}

#product-download {
	padding: 20px 10px;
}

#product-download .format,
#product-download .format ul {
	overflow: hidden;
}

#product-download .format li {
	float: left;
	width: 100%;
	font-size: 15px;
	color: #777;
	line-height: 30px;
}

#product-download .format li a {
	color: #22439c;
	transition: all .3s;
}

#product-download .format li a:hover {
	color: #999;
}

#product-download .format li.hide {
	display: none;
}

#product-download .format li span {
	padding-left: 20px;
	color: #333;
}

#product-download .format a {
	outline: none;
}

#product-download .download h2 {
	margin: 15px 0;
	font-size: 15px;
	color: #000;
	font-weight: normal;
	overflow: hidden;
	padding-top: 20px;
	border-top: 1px solid #d8d8d8;
}

#product-download .download h2 .time {
	float: right;
	font-size: 13px;
	color: #999;
}

#product-download .download .wrap {
	margin-bottom: 20px;
	padding-bottom: 15px;
}

#product-download .download .wrap a {
	display: inline-block;
	margin: 5px;
	padding: 10px 20px;
	background: #f1f1f1;
	font-size: 15px;
	color: #22439c;
	transition: all .3s;
}

#product-download .download .wrap a:after {
	content: "";
	position: relative;
	top: 1px;
	display: inline-block;
	width: 23px;
	height: 13px;
	margin-left: 10px;
	background: url(../images/file_format.png);
}

#product-download .download .wrap a.jpg:after {
	background-position: 0 0;
}

#product-download .download .wrap a.pdf:after {
	background-position: 0 -13px;
}

#product-download .download .wrap a.doc:after {
	background-position: 0 -26px;
}

#product-download .download .wrap a.zip:after {
	background-position: 0 -39px;
}

#product-download .download .wrap a.ppt:after {
	background-position: 0 -52px;
}

#product-download .download .wrap a.pptx:after {
	background-position: 0 -65px;
}

#product-download .download .wrap a.xls:after {
	background-position: 0 -78px;
}

#product-download .download .wrap a.xlsx:after {
	background-position: 0 -91px;
}

#product-download .download .wrap a.docx:after {
	background-position: 0 -104px;
}

#product-download .download .wrap a.tif:after {
	background-position: 0 -117px;
}

#product-download .download .wrap a.cad:after {
	background-position: 0 -130px;
}

#product-download .download .wrap a.dwg:after {
	background-position: 0 -143px;
}

#product-download .download .wrap a.dxf:after {
	background-position: 0 -156px;
}

/* history */
#history {
	padding: 5% auto;
}

#history ul {
	margin: 0 3%;
	padding: 5% 0;
	overflow: hidden;
	border-left: 1px dotted #ccc;
}

#history li {
	margin: 5% 0 15% 0;
}

#history .wrap {
}

#history li h3,
#history li p,
#history li img {
	margin: 2% 2% 2% 4%;
}

#history li h2 {
	font-size: 30px;
	line-height: 36px;
	color: #000;
}

#history li h2:before {
	content: '─';
	padding-right: 5px;
	line-height: 36px;
	color: #ccc;
	font-size: 12px;
	vertical-align: bottom;
}

#history li h3 {
	font-size: 20px;
	color: #000;
	font-weight: normal;
}

#history li p {
	font-size: 15px;
	color: #333;
	line-height: 26px;
}

#history li img {
	display: block;
	width: 94%;
	height: auto;
}

/* global */
#global {
	padding-bottom: 10%;
}

#global .section {
	padding: 2% 3%;
}

#global .section h2 {
	margin: 10% auto;
	font-size: 20px;
	color: #000;
	font-weight: normal;
	text-align: center;
}

#global .section p {
	font-size: 15px;
	color: #000;
	line-height: 26px;
	padding: 2% 0;
}

#global .section img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 10% auto;
}

/* award */
#contentlogo {
	display: block;
	margin: 8% 3%;
	box-sizing: border-box;
}

#contentlogo dt {
	text-align: center;
}

#contentlogo dt h2 {
	display: inline-block;
	font-size: 18px;
	line-height: 36px;
	color: #000;
	font-weight: normal;
	vertical-align: top;
	padding-top: 8px;
}

#contentlogo dt img {
	display: inline-block;
	height: 50px;
	margin: 0 10px;
}

#contentlogo dd {
	width: 100%;
	padding: 5% 0;
}

#contentlogo p {
	font-size: 15px;
	color: #333;
	line-height: 26px;
	padding: 2% 0;
}

/* top-news */
#top-news {
	margin: 0 auto;
	box-sizing: border-box;
}

#top-news ul {
	padding: 0 3%;
	overflow: hidden;
}

#top-news li {
	margin: 0 0 8% 0;
	padding-bottom: 8%;
	border-bottom: 1px solid #e8e8e8;
}

#top-news li img {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

#top-news li h2 {
	padding: 5px 0;
	font-size: 16px;
	color: #000;
	line-height: 24px;
	transition: all .3s;
}

#top-news li p {
	padding: 5px 0;
	font-size: 15px;
	color: #999;
	line-height: 24px;
	transition: all .3s;
}

#top-news li .time {
	margin-right: 5px;
	display: inline-block;
	padding: 5px 0;
	font-size: 15px;
	color: #888;
	letter-spacing: 1px;
}

#top-news li .category {
	display: inline-block;
	padding: 5px;
	background: #f1f1f1;
	font-size: 13px;
	line-height: 21px;
	color: #22439c;
}

#top-news ul.list {
	padding: 0 3% 2% 3%;
	overflow: hidden;
}

#top-news ul.list li {
	margin: 0 0 5% 0;
	padding-bottom: 3%;
	overflow: hidden;
	box-sizing: border-box;
	border-bottom: 1px solid #e8e8e8;
}

#top-news ul.list li:last-child {
	border: 0;
}

#top-news ul.list li img {
	float: left;
	display: block;
	width: 47%;
	height: auto;
	margin-bottom: 10px;
	box-sizing: border-box;
}

#top-news ul.list li nav {
	float: right;
	width: 50%;
	box-sizing: border-box;
}

#top-news ul.list li h2 {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#top-news ul.list li .time {
	display: block;
}

/* editor */
#editor {
	padding: 2% 3%;
	overflow: hidden;
}

#editor img {
	display: block;
	width: 100%;
	height: auto;
}

/* layout */
#layout {
	padding: 2% 3%;
}

#layout .time {
	margin-right: 5px;
	padding: 5px 0;
	font-size: 15px;
	color: #888;
	letter-spacing: 1px;
}

#layout .category {
	display: inline-block;
	padding: 5px;
	background: #f1f1f1;
	font-size: 13px;
	color: #22439c;
}

/* washlet */
#washlet {
	text-align: center;
}

#washlet .year {
	margin: 10% 3%;
	background: url(../images/upload/waterdrop_bg.png) center top no-repeat;
	text-align: center;
}

#washlet .year h3 img {
	display: block;
	margin: 5% auto;
	width: auto;
	height: 50px;
}

#washlet .year h5 {
	display: block;
	margin: 3% auto;
	font-size: 20px;
	color: #000;
	font-weight: normal;
}

#washlet .year h6 {
	font-size: 18px;
	color: #008f00;
	font-weight: normal;
	letter-spacing: 2px;
}

#washlet .year h6 span {
	font-size: 36px;
}

#washlet .list {
	padding: 0 3%;
	margin: 0 auto;
	overflow: hidden;
}

#washlet .list dl {
	padding: 2% 3% 10% 3%;
}

#washlet .list dt a {
	display: block;
}

#washlet .list dt img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

#washlet .list dd {
	padding: 2% 0;
	text-align: center;
}

#washlet .list dd h2,
#washlet .list dd h3 {
	font-size: 16px;
	color: #000;
	line-height: 24px;
	font-weight: normal;
}

#washlet .list dd span {
	display: inline-block;
	margin-top: 20px;
	padding: 8px 30px;
	border: 1px solid #d8d8d8;
	border-radius: 20px;
	font-size: 15px;
	color: #333;
	transition: all .3s;
}

#washlet .tech {
	padding: 2% 3%;
}

#washlet .tech li {
	width: 100%;
	padding: 5% 0;
}

#washlet .tech img {
	width: auto;
	height: 80px;
	display: block;
	margin: 3% auto;
}

#washlet .tech a {
	color: #000;
	font-size: 16px;
	padding: 2% 0;
}

/* search */
#search-page {
	padding: 5% 0;
	background: url(../images/upload/signup_bg.jpg) center top no-repeat;
	background-size: cover;
}

#search-page .wrap {
	width: 100%;
	margin: 0 auto;
}

#search-page .wrap .tab {
	text-align: center;
}

#search-page .wrap .tab a {
	display: inline-block;
	margin: 0 10px;
	padding: 0 5px 15px 5px;
	border-bottom: 2px solid transparent;
	font-size: 15px;
	color: #333;
	font-weight: bold;
}

#search-page .wrap .tab a.active {
	border-bottom-color: #284173;
	color: #284173;
}

/* search-result */
#search-result form {
	position: relative;
	margin: 5px 0 20px 0;
}

#search-result form input {
	display: block;
	margin: 0 auto;
	width: 100%;
	height: 55px;
	padding: 10px 70px 10px 20px;
	font-size: 16px;
	color: #000;
	box-sizing: border-box;
}

#search-result form button {
	position: absolute;
	right: 20px;
	top: 13px;
	display: block;
	width: 28px;
	height: 28px;
	background: url(../images/search.png);
	border: none;
	text-indent: -9999px;
	-moz-background-size: 28px 28px;
	-webkit-background-size: 28px 28px;
	-o-background-size: 28px 28px;
	background-size: 28px 28px;
}

#search-result {
	margin: 5% 3%;
	padding-bottom: 5%;
	border-bottom: 1px solid #e8e8e8;
}

#search-result.no-line {
	border: 0;
	padding: 0;
}

#search-result .true {
	font-size: 18px;
	color: #555;
}

#search-result .true span {
	display: inline-block;
	padding: 0 5px;
	color: #284173;
}

#search-result .false p {
	font-size: 18px;
	color: #000;
}

#search-result .false .note {
	padding: 3% 0;
	font-size: 16px;
	color: #333;
}

#search-result .false .note a {
	display: inline-block;
	margin-left: 5px;
	color: #315ab6;
}

#search-result .false .note a:after {
	content: "";
	position: relative;
	top: 2px;
	display: inline-block;
	width: 12px;
	height: 16px;
	background: url(../images/produt_more.png) right no-repeat;
}

/* google-search */
#google-search {
	padding: 5% 3%;
	min-height: 200px;
}

/* error-404 */
#error-404 {
	padding: 10% 0;
	background: url(../images/upload/signup_bg.jpg) center top no-repeat;
	background-size: cover;
}

#error-404 .wrap {
	margin: 0 auto;
	box-sizing: border-box;
	text-align: center;
}

#error-404 .wrap h2 {
	font-size: 24px;
	color: #000;
	text-align: center;
	font-weight: normal;
	padding: 10px 0
}

#error-404 .wrap h3 {
	font-size: 16px;
	color: #666;
	text-align: center;
	font-weight: normal;
}

#error-404 .wrap img {
	margin: 7% auto;
}

/* video */
.videos {
	padding: 10% 3%;
}

.videos h2 {
	font-size: 20px;
	line-height: 36px;
}

.videos p {
	font-size: 15px;
	line-height: 24px;
}

.owl-carousel {
	margin-top: 10px;
}

.owl-item {
	padding: 0;
	margin: 0;
}

.owl-carousel .owl-video-wrapper {

	/*padding:0 5%;*/
}

.owl-video {
	display: block;
	background: #000;
	float: left;
	margin: 5px;
}

.owl-dots {
	text-align: center;
}

.owl-dot {
	width: 10px;
	height: 10px;
	border-radius: 50px;
	display: inline-block;
	margin: 12px 6px;
	background: #ddd;
}

.owl-dot.active {
	background: #999;
}

.item-video {
	width: 100%;
	height: 250px;
}

/*copyright2*/
#copyright2 {
	padding: 10px 3%;
}

#copyright2 .section {
	margin: 0 0 10px 0;
}

#copyright2 h2:first-child {
	margin-bottom: 20px;
}

#copyright2 h2:last-child {
	margin-top: 10px;
}

#copyright2 h3 {
	font-size: 20px;
	color: #000;
	font-weight: normal;
}

#copyright2 p {
	font-size: 15px;
	color: #000;
	line-height: 26px;
	padding: 2% 0;
}

/* international */
#international {
	margin-bottom: 20px;
	padding: 10px 30px;
	background: #fff;
}

#international h2 {
	margin-bottom: 30px;
	font-size: 16px;
	color: #000;
}

#international h2 a {
	color: #000;
}

#international ul {
	margin-bottom: 30px;
}

#international li {
	margin-bottom: 15px;
}

#international li a {
	font-size: 16px;
	color: #000;
}

#international .part {
	margin-bottom: 0;
	overflow: hidden;
}

#international .part li {
	float: left;
	width: 50%;
}

/* life-anew */
#life-anew .video {
	position: relative;
	height: 30vh;    /* iPhone 7 Plus 16:9 -- height:235px; */
}

#life-anew .video #player {
	display: none;
}

#life-anew .video iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1
}

#life-anew .video .img {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/life_anew_banner.jpg) center top no-repeat;
	background-size: 100% auto;
	z-index: 0;
}

#life-anew .video h2 {
	position: absolute;
	right: 5%;
	top: 50%;
	margin-top: -30px;
	font-size: 24px;
	color: #FFF;
	z-index: 3;
}

#life-anew .video h2 span {
	display: block;
	font-size: 18px;
}

#life-anew .video h2 .replay {
	display: block;
	margin-top: 10px;
	font-size: 16px;
}

#life-anew .video h2 .replay:before {
	content: "";
	position: relative;
	top: 1px;
	display: inline-block;
	width: 0;
	height: 0;
	margin-right: 10px;
	border-style: solid;
	border-width: 6px 0 6px 12px;
	border-color: transparent transparent transparent #FFF;
}

#life-anew .video h2 .replay:hover {
	text-decoration: underline;
}

#life-anew .video h2 #span_reply {
	display: none;
}

#life-anew .video .control {
	position: absolute;
	right: 25%;
	top: 70%;
	z-index: 4;
}

#life-anew .video .control a {
	display: inline-block;
	width: 32px;
	height: 32px;
	margin: 0 5px;
	background: url(../images/video_control.png);
	background-size: 400% auto;
	text-indent: -9999px;
}

#life-anew .video .control a.play {
	background-position: left top;
}

#life-anew .intro {
	padding: 30px 20px;
	background: #ebecef;
	text-align: center;
}

/* background:url(../images/life_anew_bg_1.jpg) right bottom no-repeat; background-size:150%; */
#life-anew .intro h2 {
	margin-bottom: 20px;
	font-size: 18px;
	color: #666;
}

#life-anew .intro p {
	font-size: 14px;
	color: #666;
	line-height: 28px;
}

#life-anew .intro .btn {
	margin-top: 45px;
}

#life-anew .intro .btn a {
	display: inline-block;
	width: 30%;
	margin: 0 5%;
	padding: 10px 0;
	background: #FFF;
	border: 1px solid #666;
	font-size: 14px;
	color: #666;
	transition: all .3s;
}

#life-anew #la-1 {
	padding: 30px 0;
	background: url(../images/life_anew_bg_2.jpg) center top no-repeat #000;
	background-size: contain;
}

/*background #292d31*/
#life-anew #la-1 .wrap {
	padding-top: 25%;
	text-align: center;
}

#life-anew #la-1 .wrap h2 {
	margin-bottom: 5%;
	font-size: 18px;
	color: #FFF;
}

#life-anew #la-1 .wrap p {
	font-size: 14px;
	color: #FFF;
	line-height: 28px;
}

#life-anew #la-1 .wrap p:after {
	content: "";
	display: block;
	width: 50px;
	height: 1px;
	margin: 5% auto;
	background: #FFF;
}

#life-anew #la-1 dl {
	width: 90%;
	max-width: 1000px;
	margin: 40px auto 0 auto;
}

#life-anew #la-1 dt {
	display: block;
	vertical-align: middle;
	box-sizing: border-box;
}

#life-anew #la-1 dt h2 {
	margin-bottom: 20px;
	font-size: 16px;
	color: #FFF;
	text-align: center;
}

#life-anew #la-1 dt h2 img {
	display: inline-block;
	width: 35px;
	height: auto;
	margin-right: 10px;
	vertical-align: middle;
}

#life-anew #la-1 dt p {
	font-size: 14px;
	color: #FFF;
	line-height: 28px;
	text-align: center;
}

#life-anew #la-1 dt .more {
	display: block;
	width: 30%;
	margin-left: 35%;
	margin-top: 20px;
	margin-bottom: 2%;
	padding: 10px 0;
	border: 1px solid #FFF;
	font-size: 14px;
	color: #FFF;
	text-align: center;
	transition: all .3s;
}

#life-anew #la-1 dd {
	display: block;
	padding-top: 5%;
	vertical-align: middle;
	box-sizing: border-box;
}

#life-anew #la-1 dd a {
	position: relative;
	display: block;
	transition: all .3s;
}

#life-anew #la-1 dd a img {
	display: block;
	width: 100%;
	height: auto;
}

#life-anew #la-1 dd a:after {
	content: "";
	position: absolute;
	right: 20px;
	bottom: 20px;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 10px 20px;
	border-color: transparent transparent transparent #FFF;
}

#life-anew #la-2 {
	margin-bottom: 50px;
	padding-top: 30px;
	background: #ebecef;
}

#life-anew #la-2 h2 {
	font-size: 20px;
	color: #666;
	text-align: center;
}

#life-anew #la-2 h2:after {
	content: "";
	display: block;
	width: 50px;
	height: 1px;
	margin: 35px auto 0 auto;
	background: #666;
}

#life-anew #la-2 .wrap {
	overflow: hidden;
}

#life-anew #la-2 .wrap li {
	position: relative;
	display: block;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100% auto;
	box-sizing: border-box;
	text-align: center;
}

#life-anew #la-2 .wrap li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	opacity: 0;
	transition: all .3s;
	z-index: 1;
}

#life-anew #la-2 .wrap li .inner {
	position: relative;
	padding: 20px;
	z-index: 2
}

#life-anew #la-2 .wrap li h3 {
	margin-bottom: 20px;
	font-size: 18px;
	color: #666;
	white-space: nowrap;
}

#life-anew #la-2 .wrap li h3:before {
	content: "";
	display: inline-block;
	width: 35px;
	height: 35px;
	margin-right: 10px;
	background-size: 100% auto;
	vertical-align: middle;
}

#life-anew #la-2 .wrap .tech-1 h3:before {
	background-image: url(../images/tech_icon_24.png);
}

#life-anew #la-2 .wrap .tech-2 h3:before {
	background-image: url(../images/tech_icon_15.png);
}

#life-anew #la-2 .wrap .tech-3 h3:before {
	background-image: url(../images/tech_icon_25.png);
}

#life-anew #la-2 .wrap .tech-4 h3:before {
	background-image: url(../images/tech_icon_26.png);
}

#life-anew #la-2 .wrap li p {
	margin-bottom: 20px;
	font-size: 14px;
	color: #666;
	line-height: 28px;
}

#life-anew #la-2 .wrap li .more {
	display: block;
	width: 30%;
	margin: 5px auto 5px auto;
	padding: 15px 0;
	border: 1px solid #666;
	font-size: 14px;
	color: #666;
	text-align: center;
	transition: all .3s;
}

#life-anew #la-2 .wrap li img {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	z-index: 0;
	margin-bottom: 3%;
}

#life-anew #la-2 .wrap li img:last-child {
	margin-bottom: 0;
}

#life-anew .red-dot h2 {
	margin-top: -20px;
	margin-bottom: 20px;
	font-size: 20px;
	color: #666;
	text-align: center;
}

#life-anew .red-dot h2:before {
	content: "";
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-right: 10px;
	background: url(../images/life_anew_reddot.png);
	background-size: 100% auto;
	vertical-align: middle;
}

#life-anew .red-dot h3 {
	font-size: 14px;
	color: #666;
	font-weight: normal;
	text-align: center;
}

#life-anew .red-dot h3:after {
	content: "";
	display: block;
	width: 50px;
	height: 1px;
	margin: 25px auto 25px auto;
	background: #666;
}

#life-anew .red-dot h4 {
	font-size: 16px;
	color: #666;
	font-weight: normal;
	text-align: center;
}

#life-anew .red-dot .wrap {
	max-width: 1400px;
	margin: 0 auto;
	overflow: hidden;
}

#life-anew .red-dot .wrap dl {
	float: left;
	display: table;
	width: 100%;
	overflow: hidden;
}

#life-anew .red-dot .wrap dt {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
}

#life-anew .red-dot .wrap dt img {
	display: block;
	width: 100%;
	height: auto;
}

#life-anew .red-dot .wrap dd {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
}

#life-anew .red-dot .wrap dd h5 {
	margin-bottom: 5px;
	font-size: 20px;
	color: #666;
	font-weight: normal;
}

#life-anew .red-dot .wrap dd h5 span {
	display: block;
	margin-bottom: 5px;
	font-size: 14px;
}

#life-anew .red-dot .wrap dd p {
	margin-bottom: 15px;
	font-size: 16px;
	color: #999;
}

#life-anew .red-dot .wrap dd .more {
	display: block;
	width: 60%;
	padding: 15px 0;
	border: 1px solid #999;
	font-size: 14px;
	color: #666;
	text-align: center;
	transition: all .3s;
}

#life-anew .series .wrap h2 {
	font-size: 20px;
	color: #666;
	font-weight: normal;
	text-align: center;
}

#life-anew .series .wrap p {
	font-size: 14px;
	color: #666;
	text-align: center;
}

#life-anew .series .wrap .more {
	display: block;
	width: 30%;
	margin-left: 35%;
	padding: 15px 0;
	text-align: center;
	background: #FFF;
	border: 1px solid #999;
	font-size: 14px;
	color: #666;
	transition: all .3s;
}

#life-anew .series .go {
	margin-bottom: 20px;
	padding: 30px 0 40% 0;
	background: url(../images/life_anew_go.jpg) center bottom no-repeat;
	background-size: cover;
}

#life-anew .series .go .title {
	margin-bottom: 30px;
	text-align: center;
}

#life-anew .series .go .title h2 {
	margin-bottom: 20px;
	font-size: 20px;
	color: #666;
}

#life-anew .series .go .title p {
	font-size: 14px;
	color: #666;
	line-height: 30px;
	text-align: center;
}

#life-anew .series .go .title:after {
	content: "";
	display: block;
	width: 50px;
	height: 1px;
	margin: 25px auto;
	background: #666;
}

#life-anew .series .go .wrap {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 60px auto;
}

#life-anew .series .go .wrap p {
	margin: 15px 0;
}

#life-anew .series .gr {
	margin-bottom: 20px;
	padding: 40px 0 54% 0;
	background: url(../images/life_anew_gr.jpg) center bottom no-repeat;
	background-size: cover;
}

#life-anew .series .gr .title {
	margin-bottom: 60px;
	text-align: center;
}

#life-anew .series .gr .title h2 {
	margin-bottom: 30px;
	font-size: 20px;
	color: #666;
	font-weight: normal;
}

#life-anew .series .gr .title p {
	font-size: 14px;
	color: #666;
	line-height: 30px;
	text-align: center;
}

#life-anew .series .gr .title:after {
	content: "";
	display: block;
	width: 50px;
	height: 1px;
	margin: 25px auto;
	background: #FFF;
}

#life-anew .series .gr .wrap {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

#life-anew .series .gr .wrap p {
	margin: 20px 0;
}

#life-anew .series .list {
	max-width: 1600px;
	margin: 0 auto;
	overflow: hidden;
}

#life-anew .series .list dl {
	display: block;
	width: 100%;
	margin-bottom: 20px;
}

#life-anew .series .list dt img {
	display: block;
	width: 100%;
	height: auto;
}

#life-anew .series .list dd {
	position: relative;
	padding: 25px 180px 25px 25px;
	background: #f2f2f2;
}

#life-anew .series .list dd .more {
	position: absolute;
	right: 25px;
	top: 30px;
}

#life-anew .series .list dd h2 {
	margin-bottom: 10px;
}

#life-anew .series .list .wrap h2,
#life-anew .series .list .wrap p {
	text-align: left;
}

#life-anew .product-list1 {
	padding: 30px 0;
	text-align: center;
}

#life-anew .product-list1 h2 {
	font-size: 20px;
	color: #666;
	font-weight: normal;
}

#life-anew .product-list1 h2:after {
	content: "";
	display: block;
	width: 50px;
	height: 1px;
	margin: 25px auto 0 auto;
	background: #666;
}

#life-anew .product-list1 ul {
	margin-bottom: 32px;
	overflow: hidden;
	padding: 2% 3%;
}

#life-anew .product-list1 li {
	display: block;
	width: 100%;
	border-bottom: 1px solid #ccc;
	padding-bottom: 30px;
}

#life-anew .product-list1 li a {
	display: block;
	transition: all .3s;
}

#life-anew .product-list1 li a img {
	display: block;
	max-width: 70%;
	height: auto;
	margin: 0 auto;
}

#life-anew .product-list1 li a h3 {
	font-size: 18px;
	color: #666;
	font-weight: normal;
	transition: all .3s;
	padding-bottom: 5px;
}

#life-anew .product-list1 li a h4 {
	font-size: 15px;
	color: #999;
	font-weight: normal;
	transition: all .3s;
}

#life-anew .product-list1 .more {
	display: block;
	width: 40%;
	margin: 0 auto;
	padding: 15px 0;
	border: 1px solid #999;
	font-size: 14px;
	color: #666;
	text-align: center;
	transition: all .3s;
}

/* advisory */
#advisory .banner {
	display: table;
	width: 100%;
	margin-bottom: 40px;
	background: url('../images/advisory_banner_m.png') left center;
	background-size: cover;
}

.advisory_flow {
	max-width: 98%;
	padding: 10px 1%;
}

#advisory .banner .wrap {
	display: table-cell;
	padding: 100px 20px;
	vertical-align: middle;
	text-align: center;
}

#advisory .banner .wrap h2 {
	margin-bottom: 30px;
	font-size: 25px;
	color: #000;
}

#advisory .banner .wrap p {
	font-size: 15px;
	color: #333;
}

#advisory .knowledge {
	padding: 0 20px;
}

#advisory .knowledge li {
	margin-bottom: 80px;
	text-align: center;
}

#advisory .knowledge li::before {
	content: "";
	display: block;
	width: 60px;
	height: 60px;
	margin: 0 auto 30px auto;
	background: url('../images/advisory_icon.png');
}

#advisory .knowledge li.know-1::before {
	background-position: left top;
}

#advisory .knowledge li.know-2::before {
	background-position: center top;
}

#advisory .knowledge li.know-3::before {
	background-position: right top;
}

#advisory .knowledge li h3 {
	margin-bottom: 10px;
	font-size: 24px;
	color: #000;
	font-weight: normal;
}

#advisory .knowledge li p {
	margin-bottom: 10px;
	font-size: 15px;
	color: #000;
	line-height: 30px;
}

#advisory .knowledge li .more {
	font-size: 15px;
	color: #22439C;
	transition: all .3s;
}

#advisory .knowledge li .more::after {
	content: "";
	display: inline-block;
	width: 6px;
	height: 11px;
	margin-left: 10px;
	background: url('../images/index_news_more.png');
	transition: all .3s;
}

#advisory .knowledge li .more:hover::after {
	margin-left: 20px;
}

#advisory .note {
	margin-bottom: 10px;
	font-size: 15px;
	color: #333;
	font-weight: bold;
	text-align: center;
}

/* tab-block */
.tab-block {
	margin-top: 20px;
	/* padding: 0 3%; */
	padding: 0;
}

.tab-block li {
	padding: 0 3%;
}

.tab-block .tabs {
	overflow: hidden;
	text-align: center;
}

.tab-block .tabs a {
	float: left;
	display: block;
	width: 50%;
	padding: 15px 0;
	border-bottom: 1px solid #d8d8d8;
	font-size: 15px;
	color: #22439c;
	box-sizing: border-box;
}

.tab-block .tabs a.full {
	width: 100%;
}

.tab-block .tabs a.active {
	background: #f3f3f4;
	border-bottom-color: #c4c4c4;
	color: #000;
}

.tab-block .tab-content>li {
	display: none;
}

/* company-manage */
#company-manage {

}

#company-manage .overview {
	padding-top: 10px;
	border-bottom: 1px solid #999;
	overflow: hidden;
}

#company-manage .overview a {
	float: left;
	display: block;
	width: 33.33%;
	padding: 10px 0;
	border-right: 1px dashed #999;
	overflow: hidden;
	font-size: 15px;
	color: #666;
	line-height: 30px;
	text-align: center;
	box-sizing: border-box;
	transition: all .3s;
}

#company-manage .overview a:last-child {
	border: none;
}

#company-manage .overview a b {
	display: block;
	font-size: 30px;
	color: #22439c;
}

#company-manage .overview a.active b::after {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-left: 5px;
	background: #B70000;
	border-radius: 50%;
	opacity: .6;
}

#company-manage .overview a:hover {
	background: #666;
	color: #FFF;
}

#company-manage .overview a:hover b {
	color: #FFF;
}

#company-manage .overview a:hover b::before {
	background: #FFF;
}

#company-manage .finish {
	margin-bottom: 50px;
	border-bottom: 1px solid #999;
}

#company-manage .finish .title {
	margin-top: 10px;
	overflow: hidden;
	font-size: 16px;
	color: #666;
	font-weight: bold;
	text-align: center;
}

#company-manage .finish .title > span {
	padding-left: 10px;
	font-size: 12px;
	color: #999;
	font-weight: normal;
}

#company-manage .finish .result {
	display: block;
	overflow: hidden;
	transition: all .3s;
}

#company-manage .finish .result p {
	position: relative;
	float: left;
	width: 50%;
	padding: 15px 0;
	background: #FFF;
	font-size: 15px;
	color: #333;
	text-align: center;
	box-sizing: border-box;
}

#company-manage .finish .result p::after {
	content: "";
	position: absolute;
	right: 0;
	top: 20%;
	width: 1px;
	height: 100%;
	border-right: 1px dashed #CCC;
}

#company-manage .finish .result p:last-child::after {
	display: none;
}

#company-manage .finish .result p span {
	display: inline-block;
	margin-left: 10px;
	font-size: 15px;
	color: #999;
}

#company-manage .finish .result p span b {
	font-size: 30px;
	color: #22439c;
}

#company-manage .finish .result:hover {
	background: #666;
}

#company-manage .news .title {
	padding-bottom: 10px;
	border-bottom: 1px solid #000;
	overflow: hidden;
	font-size: 18px;
	color: #000;
	font-weight: bold;
}

#company-manage .news .title span {
	padding-left: 10px;
	font-size: 12px;
	color: #999;
}

#company-manage .news .wrap li .link {
	position: relative;
	display: block;
	padding: 10px 0;
	border-bottom: 1px solid #e7e7e7;
	transition: all .3s;
}

#company-manage .news .wrap li .link h3 {
	margin-bottom: 5px;
	font-size: 16px;
	color: #000;
	font-weight: bold;
}

#company-manage .news .wrap li .link:hover {
	background: #f4f4f4;
}

#company-manage .news .wrap li p {
	font-size: 14px;
	color: #666;
}

#company-manage .news .wrap li .date {
	display: inline-block;
	margin-top: 10px;
	font-size: 12px;
	color: #CCC;
}

#company-manage .news .wrap li.file .date::after {
	content: "";
	float: right;
	display: block;
	width: 20px;
	height: 20px;
	margin: -3px 0 0 5px;
	background: url('../images/paperclip.png');
	background-size: 100% auto;
}

#company-manage .news .more {
	display: block;
	margin: 20px auto;
	padding: 10px 0;
	background: #f1f1f1;
	font-size: 15px;
	color: #333;
	text-align: center;
}

/* dealer-manage */
#dealer-manage {

}

#dealer-manage .filter {
	position: relative;
	z-index: 5;
}

#dealer-manage .filter h2 {
	position: relative;
	padding: 0 10px;
	background: #FFF;
	border-bottom: 1px solid #e4e4e4;
	font-size: 16px;
	line-height: 52px;
	color: #333;
}

#dealer-manage .filter h2 .toggle {
	position: absolute;
	right: 0;
	top: 0;
	padding: 0 10px;
	border-left: 1px solid #e4e4e4;
	font-size: 15px;
	color: #333;
	line-height: 52px;
}

#dealer-manage .filter h2 .toggle::before {
	content: "";
	display: inline-block;
	width: 15px;
	height: 9px;
	margin-right: 10px;
	background: url('../images/arrow_horizon.png') left top no-repeat;
	background-size: 15px auto;
}

#dealer-manage .filter h2 .toggle.active::before {
	background-position: left bottom;
}

#dealer-manage .filter form {
	position: absolute;
	left: 0;
	top: 53px;
	display: none;
	width: 100%;
	padding: 10px;
	background: #f1f1f1;
	font-size: 15px;
	color: #333;
	line-height: 45px;
	box-sizing: border-box;
	z-index: 1;
}

#dealer-manage .filter form .note {
	font-size: 15px;
	color: #333;
}

#dealer-manage .filter form input,
#dealer-manage .filter form select {
	display: block;
	width: 100%;
	height: 45px;
	padding: 10px;
	background: #FFF;
	border: none;
	font-size: 15px;
	color: #333;
	box-sizing: border-box;
}

#dealer-manage .filter form .btn {
	padding-top: 15px;
	overflow: hidden;
}

#dealer-manage .filter form button {
	display: block;
	width: 49%;
	height: 45px;
	border: none;
	font-size: 15px;
	color: #FFF;
	line-height: 45px;
	text-align: center;
}

#dealer-manage .filter form button[type="submit"] {
	float: right;
	background: #000;
}

#dealer-manage .filter form button.cancel {
	float: left;
	background: #999;
}

#dealer-manage .filter form ul {
	overflow: hidden;
}

#dealer-manage .filter form li {
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
}

#dealer-manage .filter form li span {
	display: block;
}

#dealer-manage .filter form li.txt-1 {
	float: left;
	width: 49%;
}

#dealer-manage .filter form li.txt-2 {
	float: right;
	width: 49%;
}

#dealer-manage .filter form li.txt-3 {
	clear: both;
}

#dealer-manage .filter form li.txt-3 input {
	float: left;
	width: 49%;
}

#dealer-manage .filter form li.txt-3 input.from {
	margin-right: 2%;
}

#dealer-manage .filter .title {
	position: relative;
	padding: 10px;
	font-size: 13px;
	color: #999;
}

#dealer-manage .filter .title b {
	padding: 0 5px;
	color: #FF0000;
}

#dealer-manage .filter .title span {
	display: block;
	margin-top: 5px;
}

#dealer-manage .filter .title .toggle {
	position: absolute;
	right: 0;
	top: 10px;
	display: block;
	padding: 10px;
	background: #f1f1f1;
	color: #333;
}

#dealer-manage .filter .title .toggle::before,
#dealer-manage .filter .title .toggle::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 7px 0 7px;
	border-color: transparent;
}

#dealer-manage .filter .title .toggle::before {
	position: absolute;
	right: 10px;
	top: 15px;
	border-top-color: #f1f1f1;
	z-index: 1;
}

#dealer-manage .filter .title .toggle::after {
	float: right;
	margin: 7px 0 0 5px;
	border-top-color: #333;
}

#dealer-manage .filter .title .toggle.active {
	top: 0;
}

#dealer-manage .filter .title .toggle.active::before,
#dealer-manage .filter .title .toggle.active::after {
	transform: rotate(180deg);
}

#dealer-manage .filter .title .toggle.active::before {
	top: 19px;
}

#dealer-manage .list {
}

#dealer-manage .list li {
	padding: 10px;
	border-top: 1px solid #f1f1f1;
}

#dealer-manage .list li a {
	display: block;
	overflow: hidden;
	font-size: 13px;
	color: #333;
}

#dealer-manage .list li a .left {
	float: left;
	width: 67%;
}

#dealer-manage .list li a .right {
	float: right;
	width: 33%;
	text-align: right;
}

#dealer-manage .list li .status {
	display: block;
	margin-bottom: 10px;
	padding: 0;
	font-size: 13px;
	color: #cb5b5b;
}

#dealer-manage .list li .status span {
	display: inline-block;
	margin-right: 10px;
	padding: 3px 10px;
	border: 1px solid #999;
	color: #333;
}

#dealer-manage .list li .status span b {
	font-weight: normal;
}

#dealer-manage .list li .status.color-1 span {
	background: #ff9900;
	border-color: transparent;
	color: #FFF;
}

#dealer-manage .list li .status.color-1 span b {
	color: #FFF;
}

#dealer-manage .list li .status.color-2 span {
	background: #cc0000;
	border-color: transparent;
	color: #FFF;
}

#dealer-manage .list li .status.color-2 span b {
	color: #FFF;
}

#dealer-manage .list li .status.color-3 span b {
	color: #cc0000; /* cb5b5b */
}

#dealer-manage .list li .no {
	margin-bottom: 5px;
	font-size: 13px;
	line-height: 17px;
	word-break: break-all;
}

#dealer-manage .list li .client {
	font-weight: bolder;
	font-size: 15px;
	color: #000;
}

#dealer-manage .list li .info span {
	display: inline-block;
	width: 40px;
}

#dealer-manage .list li .info span.il {

	margin-right: 10px;
	color: #333;
	text-align: right;
}

#dealer-manage .list li .info span.ir {
	color: #999;
	text-align: left;
}

.li_1, .li_2, .li_3, #li_date1, #li_date4 {
	display: none;
}

#body_product a {
	color: #315ab6;
}

#body_product a:hover {
	color: #333;
}

#body_product img {
	width: 43px;
	height: 43px;
}

/* page */
#page {
	position: relative;
	width: 100%;
	margin: 5% 0;
	text-align: center;
}

#page:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 1px;
	background: #efefef;
}

#page a {
	position: relative;
	display: inline-block;
	padding-top: 25px;
	border-top: 1px solid transparent;
	font-family: "微軟正黑體";
	font-size: 15px;
	color: #999;
	transition: all .3s;
}

#page a:hover,
#page a.active {
	border-top-color: #555;
	color: #111;
}

#page a.num,
#page a.prev,
#page a.next {
	width: 40px;
}

#page a.first,
#page a.last {
	width: 60px;
}

#page a.prev,
#page a.next {
	text-indent: -9999px;
}

#page a.prev:before,
#page a.next:before {
	content: "";
	position: absolute;
	left: 11px;
	top: 31px;
	display: block;
	width: 18px;
	height: 7px;
	background: url(../images/page_arrow.png);
}

#page a.prev:before {
	background-position: left top;
}

#page a.prev:hover:before {
	background-position: left bottom;
}

#page a.next:before {
	background-position: right top;
}

#page a.next:hover:before {
	background-position: right bottom;
}

/* dealer-report */
#dealer-report {
	padding: 0 10px;
}

#dealer-report .info {
	margin-bottom: 20px;
	overflow: hidden;
	font-size: 15px;
	color: #333;
}

#dealer-report .info li {
	margin-bottom: 10px;
}

#dealer-report .info li span {
	display: inline-block;
	margin-right: 10px;
	font-weight: bold;
}

#dealer-report .info li.alert, #dealer-report .info li.alert span.red {
	color: #FF0000;
	font-weight: normal;
}

#dealer-report .info li.alert span {
	color: #333;
}

#dealer-report .info .reset, #dealer-report .info .change, #dealer-report .info .recoverreport {
	float: right;
	font-size: 15px;
	display: none;
}

#dealer-report .info .reset a, #dealer-report .info .change a, #dealer-report .info .recoverreport a {
	color:blue;
}

#dealer-report .step {
	position: relative;
	width: 90%;
	max-width: 300px;
	margin: 20px auto;
	padding: 0 12px;
}

#dealer-report .step::after{
	content: "";
	display: block;
	clear: both;
}

#dealer-report .step li {
	position: relative;
	float: left;
	width: 50%;
	font-size: 14px;
	color: #999;
	text-align: center;
}

#dealer-report .step li:last-child {
	position: absolute;
	right: 0;
	top: 0;
	width: 24px;
	text-indent: -9999px;
}

#dealer-report .step li::before {
	content: "";
	display: block;
	width: 100%;
	height: 0;
	margin-bottom: 10px;
	border-top: 1px dashed #999;
	z-index: 1;
}

#dealer-report .step li:last-child::before {
	display: none;
}

#dealer-report .step li::after {
	content: "";
	position: absolute;
	left: -12px;
	top: -10px;
	display: block;
	width: 20px;
	height: 20px;
	background: #FFF;
	border: 2px solid #999;
	border-radius: 50%;
	z-index: 2;
}

#dealer-report .step li:last-child::after {
	left: auto;
}

#dealer-report .step li.active {
	color: #22459b;
}


#dealer-report .step li.active::before {
	border-top: 1px solid #22459b;
}

#dealer-report .step li.active::after {
	background: url('../images/step_check.png') center center no-repeat #FFF;
	border-color: #22459b;
}

#dealer-report .step-success {
	margin-top: 10px;
	margin-bottom: 30px;
	font-size: 18px;
	color: #039705;
	font-weight: bold;
	text-align: center;
}

#dealer-report .step-success::before {
	content: "";
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-right: 10px;
	background: url('../images/step_success.png');
	vertical-align: middle;
}

#dealer-report .report-title {
	margin-bottom: 10px;
	text-align: center;
}

#dealer-report .report-title h3 {
	margin-bottom: 10px;
	font-size: 20px;
	color: #000;
}

#dealer-report form {
	margin-bottom: 25px;
}

#dealer-report form div.title {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding-top: 8px;
}

#dealer-report form div.intro {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

#dealer-report .toggle-panel .tabs {
	overflow: hidden;
}

#dealer-report .toggle-panel .tabs a {
	float: left;
	display: block;
	width: 50%;
	padding: 15px 0;
	border-bottom: 1px solid #d8d8d8;
	font-size: 14px;
	color: #22439c;
	font-weight: bold;
	text-align: center;
}

#dealer-report .toggle-panel .tabs a.active {
	background-color: #f3f3f4;
    border-bottom-color: #c4c4c4;
    color: #000;
}

#dealer-report .toggle-panel .content>li {
	display: none;
	padding: 20px 10px;
	font-size: 15px;
}

#dealer-report .toggle-panel .content ul li {
	position: relative;
	min-height: 20px;
	margin-bottom: 20px;
	padding-left: 130px;
}

#dealer-report .toggle-panel .content ul li>span {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	font-weight: bold;
}

#dealer-report .toggle-panel .content ul li span b {
	display: block;
	color: #999;
	font-weight: normal;
}

#dealer-report .toggle-panel .content ul li p {
	padding-bottom: 10px;
}

#dealer-report .toggle-panel .content ul li p span {
	color: #0066FF;
}

#dealer-report .toggle-panel .content ul li.progress {
	padding-left: 0;
}

#dealer-report .toggle-panel .content ul li.progress .status {
	margin-bottom: 5px;
	padding: 0;
	color: #999;
}

#dealer-report .toggle-panel .content ul li.progress .status span {
	display: inline-block;
	margin-left: 5px;
	color: #000;
	font-weight: bold;
}

/* report-box */
#report-box {
	position: fixed;
	left: 0;
	top: 0;
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6);
	z-index: 10;
}

#report-box .outer {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

#report-box .inner {
	position: relative;
	display: inline-block;
	width: 90%;
	margin: 0 auto;
	padding: 50px 20px;
	background: #000;
	box-sizing: border-box;
}

#report-box .inner .title {
	margin-bottom: 20px;
	font-size: 30px;
	color: #FFF;
	line-height: 40px;
}

#report-box .inner .title::before {
	content: "";
	display: inline-block;
	width: 40px;
	height: 41px;
	margin-right: 10px;
	background: url('../images/report_box.png');
	vertical-align: middle;
}

#report-box .inner p {
	margin-bottom: 20px;
	font-size: 18px;
	color: #EEE;
}

#report-box .inner span {
	font-size: 13px;
	color: #CCC;
}

/* geobox */
#geomask {
	position: fixed;
	left: 0;
	top: 0;
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .8);
	z-index: 10;
}

#geobox {
	position: fixed;
	left: 50%;
	top: 50%;
	display: none;
	width: 340px;
	margin: -171px 0 0 -170px;
	padding: 20px;
	background: #FFF;
	text-align: center;
	box-sizing: border-box;
	z-index: 11;
}

#geobox .close {
	position: absolute;
	right: -57px;
	top: 0;
	display: block;
	width: 37px;
	height: 37px;
	background: url('../css/fancybox_close.png');
	text-indent: -9999px;
}

#geobox .close:hover {
	opacity: .6;
}

#geobox form {
	width: 300px;
}

#geobox form h2 {
	margin-bottom: 20px;
	font-size: 20px;
	color: #000;
}

#geobox form li {
	margin-bottom: 20px;
	font-size: 15px;
	color: #333;
	text-align: left;
}

#geobox form li label {
	display: inline-block;
	margin-right: 20px;
}

#geobox form li label input {
	display: inline-block;
	margin-right: 5px;
}

#geobox form li textarea {
	display: block;
	width: 100%;
	height: 150px;
	padding: 10px 20px;
	background: #FFF;
	border: 1px solid #CCC;
	font-size: 15px;
	color: #333;
	box-sizing: border-box;
}

#geobox form .button button {
	display: inline-block;
	height: 45px;
	padding: 0 50px;
	background: #CCC;
	border: none;
	font-size: 15px;
	color: #000;
	line-height: 45px;
	text-align: center;
	transition: all .3s;
}

#geobox form .button button[type="submit"] {
	margin-left: 20px;
	background: #000;
	color: #FFF;
}

#geobox form .button button:hover {
	background: #666;
	color: #FFF;
}
