﻿@charset "utf-8";

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display: block;
}

body {
	position: relative;
	line-height: 1;
}

blockquote,q {
	quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
	content: '';
	content: none;
}

body {
	background: #fff;
	color: #333;
	font-size: 12px;
	font-family: Arial,Helvetica,sans-serif;
}

div,p,a,li,td {
	-webkit-text-size-adjust: none;
}

br {
	height: 1px;
	font-size: 1px;
}

a {
	outline: none;
	color: #008787;
	text-decoration: none;
	font-weight: normal;
}

a:hover,a:active,a:focus {
	color: #008787;
	text-decoration: underline;
}

:focus {
	outline-style: none;
	outline-color: transparent;
}
img {
    vertical-align: middle;
    border-style: none;
}
a img {
	border: none;
}
h1 {
    font-size: 44px;
    font-weight: bold;
    line-height: 1.3em;
    position: absolute;
    bottom: 0;
    margin-bottom: 0;
}
h2 {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.3em;
}h3 {
    font-size: 18px;
    line-height: 1.5em;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
}

.clear {
	float: none;
	clear: both;
	display: block;
	visibility: hidden;
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 0;
	height: 0;
	border: 0;
	background: none;
	list-style: none;
	font-size: 0;
}

.clearfix:after {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	content: '.';
}

html[lang=zh-tw] body {
	font-family: "微軟正黑體","Microsoft JhengHei","Arial","Helvetica","sans-serif";
}

html[lang=zh-cn] body {
	font-family: "微軟雅黑體","Microsoft YaHei","Arial","Helvetica","sans-serif";
}

html[lang=ja] body {
	font-family: "メイリオ","Meiryo","Arial","Helvetica","sans-serif";
}

html[lang=ko] body {
	font-family: "맑은 고딕","Malgun Gothic","Arial","Helvetica"," sans-serif";
}
dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
}
.w-33 {
	width:33%;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.container {
	max-width:1200px;
	margin:0 auto;
	min-height: 300px;
}
.row-fluid {
	width: 100%;
}

.row-fluid:after {
	clear: both;
}

.row-maxwidth-80pct {
	margin: 0 auto;
	width: 43.09%;
	max-width: 1200px;
	min-width: 820px;
}

.row-maxwidth-95pct {
	margin: 0 auto;
	width: 95%;
	max-width: 1200px;
}

.row-maxwidth-98pct {
	margin: 0 auto;
	width: 98%;
	max-width: 1200px;
}

.row-maxwidth-100pct {
	margin: 0 auto;
	padding: 0 1%;
	width: 100%;
	max-width: 1200px;
}

.row-gray-b93 {
}

.row-gray-b96 {
	background-color: #f5f5f5;
}

.row-blue {
	background-color: #cce0f2;
}

.row-brdrwhite {
	border-top: 3px solid #fff;
}

.row-gray-blue {
	background-color: #008787;
}

#advan-header .header-logo {
	float: left;
	margin: 30px 0 16px;
	width: 170px;
	height: 50px;
}

#advan-header .header-logo a {
	display: inline-block;
	width: 100%;
	height: 100%;
	background-image: url(/static/images/logo-900.png);
	background-size: 100% 100%;
	background-position: left top;
	background-repeat: no-repeat;
	text-indent: -9999px;
	*text-indent: 0;
	*color: transparent;
}

@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none) {
	img[src$=".svg"] {
		width: 100%;
	}
}

#advan-header .header-usermenu {
	float: right;
	margin: 35px 0 0;
}

#advan-header .user-history {
	padding-right: 18px;
	border-right: 2px solid #008787;
}

#main-menu {
	border-bottom: 2px solid #008787;
	-webkit-box-shadow: 0 0 5px 0 #008787;
    box-shadow: 0 0 5px 0 #008787;
}

.header-usermenu>li {
	float: left;
	list-style: none;
}

.header-usermenu>li>a {
	display: block;
	margin-left: 18px;
	padding-left: 28px;
	background-position: center left;
	background-size: 22px;
	background-repeat: no-repeat;
	color: #4d4d4d;
	font-size: 13px;
	line-height: 22px;
}

.header-usermenu>li>a:hover {
	text-decoration: none;
}

.user-history>li>a {
	padding-left: 0;
}

.header-usermenu li a span {
	color: #008787;
}

li.usermenu-search>a.search-icon-svg {
    background-image: url(/static/images/icon-header-search.svg);
}

.user-history>.usermenu-account {
	position: relative;
}

.usermenu-account:hover .account-popup {
	display: block;
}

.usermenu-account .account-popup {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2000;
	display: none;
	width: 120px;
}

.account-popup ol {
	margin-top: 35px;
	padding: 10px 20px;
	border: solid 1px #ccc;
	background-color: #fff;
}

.account-popup ol li {
	list-style: none;
}

.account-popup ol li a {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #4d4d4d;
	font-size: 12px;
}

.header-panel-wrapper {
	position: absolute;
	top: 65px;
	left: 0;
	z-index: 1000 !important;
}
.header-panel-wrapper-search {
	position: absolute;
	left: 0;
	z-index: 1000 !important;
}
.register-panel {
	display: none;
}

.search-panel {
	display: none;
}

.panel-control-up a {
	display: block;
	margin: 0 auto;
	width: 90px;
	height: 15px;
	background: url(/static/images/arrow-panel-control-up.png) no-repeat;
	text-indent: -9999px;
}

.panel-block {
	margin: 0 0 40px;
}

.register-panel .panel-block {
	float: left;
}

.panel-block h4 {
	margin-top: 35px;
	margin-bottom: 5px;
	color: #4c4c4c;
	font-weight: normal;
	font-size: 16px;
}

.panel-block h4.title-empty {
	margin-top: 20px;
	text-indent: -9999px;
	line-height: 0;
}

.panel-btn a,.register-panel .panel-btn a {
	display: inline-block;
	margin-top: 5px;
	padding: 6px 50px;
	background: #008787;
	color: #fff;
	font-size: 14px;
	opacity: .75;
	filter: alpha(opacity=75);
}

.panel-btn a:hover {
	text-decoration: none;
	opacity: .9;
	filter: alpha(opacity=90);
}

.record-btn a {
	float: right;
	margin: -20px 20px 0 0;
	padding: 5px 10px;
}

.block-register {
	margin-bottom: 60px;
	width: 75%;
}

.block-register>div {
	margin-top: 15px;
	padding-left: 225px;
	min-height: 150px;
	background: url(/static/images/header-register-pic.jpg) no-repeat left top;
}

.block-register p {
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 1.5em;
}

.block-login {
	display: none;
	margin-bottom: 60px;
	margin-left: 0;
	width: 18.75%;
}

.block-login>div {
	margin-top: 15px;
}

.block-login .panel-link {
	margin-bottom: 15px;
}

.block-login input[type="text"],.block-login input[type="password"] {
	margin-bottom: 5px;
	padding: 5px 5%;
	width: 90%;
	border: 1px solid #999;
	color: #666;
	font-size: 12px;
	font-family: Arial,Helvetica,sans-serif;
}

.block-login input[type="checkbox"] {
	margin: 5px 5px 15px 0;
	vertical-align: middle;
	cursor: pointer;
}

.recent-panel {
	display: none;
}

.compare-panel {
	display: none;
}

.record-list li {
	position: relative;
	float: left;
	margin-top: 15px;
	margin-right: 20px;
	list-style: none;
}

.record-list li.record-empty {
	width: 130px;
	height: 130px;
	border: solid 5px #eee;
	background-color: #eee;
	background-image: url(/static/images/header-record-empty.png);
	text-indent: -9999px;
}

.record-list li .record-pic {
	width: 130px;
	height: 90px;
	border: solid 5px #eee;
}

.record-list li .record-del a {
	position: absolute;
	top: 10px;
	right: 10px;
	display: block;
	width: 14px;
	height: 14px;
	background: url(/static/images/icon-record-del.png) no-repeat;
	text-indent: -9999px;
}

.record-list li .record-text a {
	display: block;
	padding: 2px 10px 8px 10px;
	width: 120px;
	height: 30px;
	background: #eee;
	color: #333;
	line-height: 15px;
}

.block-search {
	margin: 0 auto;
	padding: 1% 3%;
}

.search-Mainbox {
	position: relative;
	margin: 2.5% auto 0 auto;
	padding: 0 0;
	width: 100%;
	border: 1px solid #ccc;
	background-color: #fff;
}

.search-input {
	position: relative;
	float: left;
	margin: 0;
	padding: 0 0 0 1%;
	width: calc(100% - 120px - 15px - 20px - 20px);
	height: 60px;
	border: 0;
	color: #4d4d4d;
	vertical-align: middle;
	font-weight: normal;
	font-size: 26px;
}

.search-btnClear {
	position: absolute;
	top: calc(50% - 10px);
	right: 135px;
	padding: 0 0;
	width: 20px;
	height: 20px;
	outline: 0;
	border: 0;
	background-color: transparent;
	background-image: url("/static/images/search-clear.png");
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}

.search-panel .search-btnClear-svg {
	position: absolute;
	top: calc(50% - 10px);
	right: 135px;
	margin: 0 0 0 2%;
	padding: 0 0;
	width: 20px;
	height: 20px;
	outline: 0;
	border: 0;
	background-color: transparent;
	background-image: url(../fonts/search-clear.svg);
	background-position: center;
	background-size: 20px 20px;
	background-repeat: no-repeat;
	cursor: pointer;
}

.search-input::-ms-clear {
	display: none;
}

.search-btnClear .btn-clear:before,.search-panel .search-btnClear-svg:before {
	position: relative;
	display: inline-block;
	content: ' ';
}

.search-btnSubmit {
	float: right;
	margin: 0 0;
	width: 120px;
	height: 60px;
	outline: 0;
	border: 0;
	background-color: #008787;
	background-image: url("/static/images/icon-search-submit.png");
	background-position: center;
	background-size: 32px 32px;
	background-repeat: no-repeat;
	box-shadow: none;
	vertical-align: middle;
	white-space: nowrap;
	opacity: .75;
	cursor: pointer;
	filter: alpha(opacity=75);
}

.search-btnSubmit:before {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 100%;
	content: ' ';
}

.search-btnSubmit-svg {
	float: right;
	margin: 0 0;
	width: 120px;
	height: 60px;
	outline: 0;
	border: 0;
	background-color: #008787;
	background-image: url("/static/images/icon-search-submit.png");
	background-position: center;
	background-size: 32px 32px;
	background-repeat: no-repeat;
	box-shadow: none;
	vertical-align: middle;
	white-space: nowrap;
	opacity: .75;
	cursor: pointer;
	filter: alpha(opacity=75);
}

.search-panel .search-suggestionBox {
	margin: 0 auto;
	padding: 0 0;
	width: 100%;
	border: 1px solid #ccc;
	border-top: 0;
	background-color: #fff;
	font-size: 16px;
}

a.search-suggestion-select {
	display: block;
	padding: 1.5% 2%;
	border-bottom: 1px solid #ebebeb;
	text-decoration: none;
}

.search-select-focus,a.search-suggestion-select:hover {
	background-color: #ccc;
}

a.search-suggestion-select h4 {
	float: none;
	display: block;
	margin-top: 15px;
	color: #008787;
	text-decoration: none;
	font-weight: normal;
	font-size: 16px;
	line-height: 1.5em;
}

a.search-suggestion-select h4:first-child {
	margin-top: 0;
}

a.search-suggestion-select .item-desc {
	display: block;
	margin: 0 0 0 0;
	color: #4d4d4d;
	text-decoration: none;
	font-size: 14px;
	line-height: 1.5em;
}

.search-panel .product-item {
	width: auto !important;
	border: 0;
}

.search-panel .resouces-item {
	margin: 0 0 0 0;
	padding: 0 0;
	border: 0;
}

.search-panel .relatedContent-att {
	margin: 1% 0;
	color: #4d4d4d;
	font-size: 13px;
}

.search-panel {
	display: none;
}

.header-usermenu li.usermenu-search>a {
	margin-left: 12px;
	padding-left: 20px;
}

.header-usermenu li.usermenu-search a:hover,a:active,a:focus {
	text-decoration: none;
}

.toggleMenu {
	display: none;
}

.toggleMenu {
	float: right;
	margin: 35px 10px 20px 0;
	margin-left: 18px;
	width: 22px;
	height: 22px;
}

.toggleMenu img {
	width: 22px;
}

ul.header-nav {
	float: left;
	margin-bottom: 0;
}

ul.header-nav li {
	list-style: none;
}

ul.header-nav>li {
	float: left;
}

ul.header-nav>li>a {
	display: block;
}

ul.header-nav a {
	text-decoration: none;
}

ul.header-nav>li>a {
	margin-right: 0;
	padding: 0 20px;
	color: #4d4d4d;
	font-size: 15px;
	line-height: 90px;
}
ul.header-nav>li>a:hover {
	color: #008787;
	font-weight: bold;
}
ul.header-nav .shop a {
	color:#008787;
}
ul.header-nav>li:first-child a {
	
}

ul.header-nav>li.menubar-estore>a {
	color: #008787;
}

ul.header-nav>li.show-mega>a {
	padding: 0 20px;
	color: #008787;
	font-weight: bold;
}

ul.header-nav>li>div {
	position: absolute;
	left: 0;
	z-index: 1000;
	display: none;
	overflow: auto;
}

ul.header-nav>li.show-mega>div {
	display: block;
}

ul.header-nav .cols4,ul.header-nav .cols3 {
	margin: 0 auto;
	width: 98%;
	max-width: 1200px;
}

ul.header-nav .col1 {
	float: left;
	width: 25%;
}

ul.header-nav .cols3 .col1 {
	padding-right: 2%;
	width: 30%;
}

ul.header-nav .cols-brdr {
	margin-top: 30px;
	border-top: solid 1px #ccc;
}

.row-brdrgray {
	border-top: 2px solid #999;
	border-bottom: 2px solid #999;
	background-color: #fff;
}

ul.header-nav>li>div {
	z-index: 1000;
	padding: 0 0 36px;
}

ul.header-nav h5 {
	margin: 0 0;
	padding-top: 30px;
	padding-bottom: 15px;
	color: #4d4d4d;
	font-weight: normal;
	font-size: 16px;
	line-height: 1.2em;
}

ul.header-nav h5.grouptitle-empty {
	text-indent: -99999px;
}

ul.header-nav h5.grouptitle-abovesub {
	padding-bottom: 0;
}

ul.header-nav h5.grouptitle-sub {
	padding-top: 10px;
	padding-bottom: 5px;
	font-size: 15px;
}

ul.header-nav h5.grouptitle-nonfirst {
	padding-top: 20px;
}

ul.header-nav h5 a {
	padding-right: 15px;
	background-image: url(/static/images/arrow-megamenu.gif);
	background-position: center right;
	background-repeat: no-repeat;
	color: #4d4d4d;
}

ul.header-nav h5 a:hover {
	text-decoration: underline;
}

ul.header-nav ol li {
	margin: 0 0;
	font-size: 14px;
	line-height: 150%;
	word-wrap:break-word;  
	word-break:break-all; 
}

ul.header-nav ol li a {
	display: inline-block;
	padding-bottom: 5px;
	color: #008787;
	font-size: 14px;
	line-height: 1.3em;
}

ul.header-nav ol li a:hover {
	text-decoration: underline;
}

ul.header-nav ol li a.hidden {
	visibility: hidden;
}

ul.header-nav ol li a span {
	display: inline-block;
	padding-top: 0;
	padding-bottom: 13px;
	height: 30px;
	color: #4d4d4d;
	font-size: 14px;
	line-height: 1.3em;
}

ul.header-nav ol li a:hover span {
	text-decoration: none;
}

ul.header-nav .col1 p {
	font-size: 14px;
	line-height: 150%;
}

ul.header-nav .col1 .searchBox {
	margin: 2.5% 0 0 0;
	padding: 1.5% 1%;
	width: 100%;
	max-width: 300px;
	border: 1px solid #ccc;
	background-color: #fff;
}

ul.header-nav .col1 .searchBox input[type="text"] {
	float: left;
	display: block;
	padding: 1% 1%;
	width: 80%;
	outline: 0;
	border: 0;
	color: #999;
	font-size: 13px;
}

ul.header-nav .col1 .searchBox button.btn {
	float: right;
	display: inline-block;
	margin-top: .5%;
	outline: 0;
	border: 0;
	background-color: #fff;
}

ul.header-nav .col1 .searchBox .fa-search {
	color: #008787;
}

#advan-heading {
	margin-top: 20px;
	margin-bottom: 20px;
}

.page-title h1 {
	color: #4d4d4d;
	font-weight: normal;
	font-size: 26px;
}

#advan-heading .breadcrumb {
	margin-bottom: 20px;
}

#advan-heading .breadcrumb li {
	display: inline;
	color: #666;
	list-style: none;
	font-size: 14px;
	line-height: 1.5em;
}

#advan-heading .breadcrumb li a {
	padding: 0 2px;
	font-weight: bold;
}

#advan-heading .breadcrumb li .nolink-crumb {
	padding: 0 2px;
	color: #008787;
	font-weight: bold;
}

#advan-heading .breadcrumb li .last-crumb {
	padding: 0 2px;
	font-weight: bold;
}

#advan-heading .breadcrumb li:first-child a {
	padding-left: 0;
}

#advan-footer {
	clear: both;
	padding-top: 20px;
	overflow:hidden;
}

.aonline-contactTitle {
	float: left;
	margin: 12px 0;
	padding-top: 16px;
	padding-right: 1%;
	padding-left: 0;
	width: 23%;
	color: #fff;
	font-weight: normal;
	font-size: 24px;
	line-height: 150%;
}

.aonline-contact {
	float: left;
	margin: 17px 0;
	padding: 10px 0;
	padding-left: 5%;
	width: 70%;
	border-left: 3px solid #fff;
}

.aonline-contact li {
	float: left;
	margin-top: 5px;
	margin-right: 5.38%;
	margin-bottom: 5px;
	background-position: left top;
	background-size: 28px 28px;
	background-repeat: no-repeat;
	color: #fff;
	list-style: none;
	font-size: 16px;
	line-height: 180%;
}

.aonline-contact li a {
	color: #fff;
}

.aonline-contact li i {
	margin-right: 10px;
	vertical-align: top;
	font-size: 24px;
}

.aonline-contact li span {
	display: inline-block;
}

.aonline-contact li.js-chat a,.aonline-contact li.js-chat:hover {
	cursor: pointer;
}

.footer-nav-wrapper {
	margin: 0 0;
	padding: 2% 0 2% 0;
}

.footer-logo {
	display: inline-block;
	padding: 1% 0 1% 0;
	width: 20%;
	vertical-align: middle;
}

.footer-logo .logo-pic img {
	width: 100%;
	max-width: 170px;
}

.footer-nav-wrapper .footer-nav {
	display: inline-block;
	margin: 0;
	padding-left: 4%;
	width: 70%;
	vertical-align: middle;
}

.footer-nav ul li {
	display: inline-block;
	margin-top: 1%;
	margin-right: 5.25%;
	margin-bottom: 1%;
	list-style: none;
	font-size: 14px;
	line-height: 150%;
}

.footer-nav ul li a {
	display: inline-block;
	color: #4d4d4d;
}

.footer-nav ul li .fa {
	margin-right: .5em;
	color: #4d4d4d;
	font-weight: bold;
}

.footer-wrapper {
	margin: 0 0;
	border-top: 1px solid #ccc;
}

.footer-language {
	position: relative;
	float: right;
}

.footer-language a {
	display: inline-block;
	padding-left: 25px;
	font-size: 13px;
	line-height: 150%;
}

.footer-language i {
	position: absolute;
	display: inline-block;
	color: #008787;
	font-size: 20px;
}

.footer-copyright {
	float: left;
	padding: 0;
	margin: 0;
	line-height: 30px;
}

.footer-copyright li {
	float: left;
	padding: 0 8px;
	border-left: 1px solid #999;
	color: #666;
	list-style: none;
	font-size: 12px;
	line-height: 230%;
}

.footer-copyright li.copr-first {
	padding-left: 0;
	border-left: none;
}

.footer-copyright li a {
	display: block;
	color: #666;
}

.footer-panel-wrapper {
	position: absolute;
	bottom: 80px;
	left: 0;
	z-index: 1000 !important;
}

.language-panel {
	display: none;
}

.panel-control-down a {
	display: block;
	margin: 0 auto;
	width: 90px;
	height: 15px;
	background: url(/static/images/arrow-panel-control-down.png) no-repeat;
	text-indent: -9999px;
}

.lang-desc {
	margin: 30px 0 0;
	padding-bottom: 1%;
	border-bottom: 3px solid #ebebeb;
	color: #4d4d4d;
	text-align: center;
	font-size: 16px;
	line-height: 150%;
}

ol.lang-list li {
	float: left;
	margin-top: 10px;
	margin-left: 18px;
	width: 110px;
	color: #808080;
	list-style: square;
}

ol.lang-list li a {
	display: block;
	color: #008787;
	font-size: 14px;
}

.slide-out-div {
	z-index: 5000;
	box-sizing: content-box;
	width: 300px;
	min-height: 145px;
	border: 5px solid #b3b3b3;
	background: #fafafa;
}

.slide-out-div .handle {
	margin-top: -5px;
	margin-left: -5px;
	width: 30px;
	height: 165px;
	text-indent: -99999px;
}

.slide-out-div .panel-left {
	float: left;
	padding: 25px 0 0 15px;
	width: 165px;
}

.slide-out-div .panel-left h3 {
	margin: 0;
	padding: 0 0 5px;
	font-weight: normal;
	font-size: 18px;
}

.slide-out-div .panel-left h4 {
	margin: 0;
	padding: 0 0 5px;
	font-weight: normal;
	font-size: 13px;
}

.slide-out-div .panel-left ul {
	margin: 0;
	padding: 10px 0 4px;
}

.slide-out-div .panel-left li {
	padding: 0 0 4px 25px;
	list-style: none;
	font-size: 13px;
	line-height: 16px;
}

.slide-out-div .panel-left li.callback {
	background: url(/static/images/contact-callback.gif) no-repeat;
}

.slide-out-div .panel-left li.livechat {
	background: url(/static/images/contact-livechat.gif) no-repeat;
}

.slide-out-div .panel-left li.emailus {
	background: url(/static/images/contact-emailus.gif) no-repeat;
}

.slide-out-div .panel-left li.qq {
	background: url(/static/images/contact-qq-offical.gif) no-repeat;
}

.slide-out-div .panel-right {
	float: right;
	box-sizing: content-box;
	padding: 20px 15px;
	width: 90px;
}

.slide-out-div .panel-right img {
	border: 2px solid #e5e5e5;
}

.slide-out-div .panel-desc {
	padding: 0 15px 15px 15px;
	line-height: 1.5em;
}

.main-list ul li {
	padding: 25px 0;
	width: 100%;
	list-style: none;
}

.main-list ul .listPic {
	float: left;
	margin-right: 2.5%;
	width: 17%;
}

.main-list ul .emptyPic .listPic {
	display: none;
}

.main-list ul .listPic img {
	width: 100%;
}

.main-list ul .listText {
	float: left;
	width: 80%;
}

.main-list ul .emptyPic .listText {
	float: none;
	width: 100%;
}

.main-list ul h3 {
	padding-bottom: 5px;
	font-weight: normal;
	font-size: 17px;
	line-height: 1.5em;
}

.main-list ul h4 {
	padding-bottom: 5px;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.5em;
}

.main-list ul h5 {
	padding-bottom: 5px;
	color: #666;
	font-weight: normal;
	font-size: 13px;
	line-height: 1.5em;
}

.main-list ul .tag {
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.5em;
}

.main-article {
	font-size: 14px !important;
	line-height: 1.5em !important;
}

.main-article p,.main-article>div {
	margin: 40px 0 !important;
	font-size: 14px !important;
	line-height: 1.5em !important;
}

.main-article ul,.main-article ol {
	margin: 40px 0 !important;
	font-size: 14px !important;
	line-height: 1.5em !important;
}

.main-article ul {
	list-style-type: square;
}

.main-article li {
	margin: 0 0 5px 25px;
}

.main-article .article-heading {
	margin: 40px 0;
}

.main-article .para-heading {
	margin: 0 0 -20px;
}

.main-article h2 {
	margin: 10px 0;
	font-weight: normal;
	font-size: 20px;
	line-height: 1.5em;
}

.main-article h3 {
	margin: 10px 0;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.5em;
}

.main-article h4 {
	margin: 10px 0;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.5em;
}

.main-article h5 {
	margin: 10px 0;
	font-weight: normal;
	font-size: 13px;
	line-height: 1.5em;
}

.main-article table {
	width: 100%;
	border-collapse: collapse;
}

.main-article td,.main-article th {
	padding: 5px 20px;
	border: 1px solid #d9d9d9;
	border-right: 0;
	border-left: 0;
	vertical-align: top;
	text-align: left;
}

.main-article th {
	background-color: #fafafa;
	font-weight: normal;
	font-size: 16px;
}

.pagination {
	text-align: center;
}

.pagination,.act-btn {
	padding: 40px 0;
}

.pagination a,.act-btn a {
	margin: 0 4px;
	padding: 4px 8px;
	border: 1px solid #ccc;
	background-color: #fff;
	color: #4d4d4d;
	text-decoration: none;
	font-size: 14px;
}

.pagination a.active_page,.act-btn a.active_page {
	border: 1px solid #808080;
	background-color: #808080;
	color: #fff;
}

.pagination a:hover,.act-btn a:hover {
	background-color: #ccc;
}

.cs-article-share {
	float: right;
	margin: 8px 0 0 0;
	padding: 0 0;
}

.cs-article-share span {
	margin: 0;
	padding: 0;
	cursor: pointer;
}

.cs-article-share .cs-share-icon {
	margin-right: 2px !important;
}

.addthis_sharing_toolbox {
	float: right;
	clear: right !important;
	display: block;
	padding: 0;
}

.addthis_sharing_toolbox .at-share-btn {
	margin: 0 0 0 0;
	padding: 0;
}

.shareto_toolbox {
	float: right;
	display: block;
	margin: 8px 0 0 5px;
	padding: 0;
}

.fixed-element {
	position: relative;
}

.fixed-element .previous {
	position: fixed;
	top: 53px;
	left: 10px;
	z-index: 50000;
	padding: 10px 25px;
	width: auto;
	border-radius: 2px;
	background-color: #4d4d4d;
	color: #fff;
	text-align: center;
	opacity: .8;
	cursor: pointer;
	filter: alpha(opacity=80);
}

.fixed-element .previous a {
	color: #fff;
}

.LPMcontainer {
	display: inline-block !important;
}

/* 面包屑  */
.mbx {
	margin: 40px 0 20px;
	font-size:14px;
	color:#666;
	font-weight:bold;
}
.mbx a {
	font-size:14px;
	font-weight:bold;
	padding:0 5px;
}

/* 分页 */
.pagelist {
	width:100%;
	height:50px;
	line-height:50px;
	
}
.pagelist ul {
	float:right;
}
.pagelist li {
	float:left;
	max-width: 100px;
	min-width:40px;
	list-style:none;
	text-align:center;
}
.pagelist li a {
	color:#333;
}

.pagelist li a:hover {
	color:#008787;
}


/* 搜索结果页 */
.ssjg {
	font-size: 14px;
	margin-top: 30px;
}
.ssjg h2 {
	color: #333;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6em;
    margin-bottom:30px;
}
.ssjg_cou {
    font-size: 26px;
    font-weight: normal;
    line-height: 1.5em;
    margin: 30px auto;
}
.ssjg_cou span {
    padding: 0 0 1.2% 0;
    margin-top: 0;
    border-bottom: 2px solid #ccc;
    font-weight: normal;
}

.ssjg .fc_03c {
	font-size: 30px;
	color:#EA3B3B;
}


/* 右侧客服栏  */
.float_qq {
    position: fixed;
    top: 200px;
    right: 0;
    width: 57px;
    z-index: 200;
}
.float_qq li.float_qq1 {
    top: 0;
}
.float_qq li.float_qq1, .float_qq li.float_qq4 {
    position: absolute;
    left: 0;
    width: 57px;
}
.float_qq li {
    width: auto;
    height: 58px;
    z-index: 20;
    list-style:none;
}
.float_qq li a {
    display: block;
    font-family: "Microsoft Yahei";
    color: #FFF;
    font-size: 14px;
    height: 58px;
    line-height: 58px;
    overflow: hidden;
    background-color: #008787;
    border-radius: 6px;
}
.float_qq li a img {
    display: block;
    float: left;
    vertical-align: middle;
    width: 57px;
    height: 58px;
}
.float_qq li.float_qq2 {
    position: absolute;
    top: 60px;
    left: 0;
    width: 225px;
}
.float_qq li.float_qq3 {
    position: absolute;
    top: 120px;
    left: 0;
    width: 126px;
}
.float_qq li.float_qq4 {
    position: absolute;
    top: 180px;
    left: 0;
}
.float_shwx {
    position: absolute;
    top: -155px;
    left: -220px;
    width: 216px;
    height: 216px;
    padding-bottom: 9px;
    display: none;
}
.float_shwx img {
    display: block;
    padding: 14px;
    background-color: #FFF;
    width: 188px;
    height: 188px;
}
.float_qq li:hover .float_shwx{
	display:block;
}



/* 屏幕尺寸最大为1200px时 */
@media (max-width:1200px){
	ul.header-nav>li>a {
	    margin-right: 0;
	    padding: 0 15px;
	    color: #4d4d4d;
	    font-size: 15px;
	    line-height: 90px;
	}
}

/* 屏幕尺寸最大为1100px时 */
@media (max-width:1100px){
	ul.header-nav>li>a {
	    margin-right: 0;
	    padding: 0 10px;
	    color: #4d4d4d;
	    font-size: 15px;
	    line-height: 90px;
	}
}
/* 屏幕尺寸最大为1000px时 */
@media (max-width:1100px){
	#advan-header .header-logo {
		float:none;	
	}
}

/* 屏幕尺寸最大为900px时 */
@media (max-width:900px){
	.advan-product.for-mobile .model-productList, .container .descriptionBlcok .btnBlock, .container .descriptionBlcok .descriptionShort, .advan-product.for-tablet .modelInfo-onlineRep, .advan-product.for-tablet .modelInfo-techSupport, .advan-product.for-tablet .topLinkBlock .otherProducts-link, .advan-product.for-tablet .topLinkBlock .topLinkBlock-linkList, .advan-product.for-tablet .topLinkBlock .topLinkBlock-linkList li, .advan-product.for-tablet .topLinkBlock .topLinkBlock-linkList li a {
	    width: 100%;
	}
	#advan-header .header-logo{
		float:left;
		width:146px;
		height:40px;
	}
	#advan-header{padding-bottom:0;
	}
	#advan-header .header-logo a{
	background:url(/static/images/logo-900.png) no-repeat;
	background-size: 100%;
	}
	.row-maxwidth-100pct {
	    padding: 0 4%;
	    width: auto;
	}
	ul.header-nav {
		width: 100%;
		border-top: 1px solid #d9d9d9;
	}
	ul.header-nav>li {
    	float: none;
    	border-bottom: 1px solid #d9d9d9;
	}
	ul.header-nav>li>a {
	    margin-right: 0;
	    font-size: 15px;
	    line-height: 50px;
	}
	.footer-nav-wrapper {
	    width: 85%;
	    padding-left: 7.5%;
	    padding-right: 7.5%;
	}
	.footer-nav-wrapper .footer-logo {
	    text-align: center;
	    width: 48%;
	    line-height: 150%;
	}
	.footer-nav-wrapper .footer-nav {
	    width: 51%;
	    padding: 0;
	}
	.footer-nav-wrapper .footer-nav ul li {
	    margin-bottom: 3%;
	    float: none;
	    display: block;
	}
	.row-maxwidth-80pct {
    width: 90%;
    min-width: auto;
    margin: 0 auto;
	}
}
/* 屏幕尺寸最大为500px时 */
@media (max-width:500px){
	.aonline-contactTitle {
	    display:none;
	}

	.aonline-contact {
	    float: none;
	    border-left: none;
	    margin: 0 0;
	    width: 90%;
	    padding-left: 5%;
	    padding-right: 5%;
	}
	.aonline-contact li {
	    float: none;
	    width: 90%;
	}
	.footer-nav-wrapper {
	    width: 90%;
	    padding-left: 5%;
	    padding-right: 5%;
	}
	.footer-nav-wrapper .footer-logo {
	    margin: 15px 0;
	    text-align: left;
	}
	.footer-nav-wrapper .footer-nav {
	    width: 100%;
	    margin: 0;
	    margin-bottom: 15px;
	}
	.footer-nav-wrapper .footer-nav ul li {
		width:35%;
	    margin-bottom: 3%;
	    float: left;
	    display: block;
	}
}