/***************************** css init *******************************/
body {
	margin: 0;
	padding: 0;
	color: #000;
	background: #fff;
}

body, input, textarea, select {
	font-size: 12px;
	font-family:  黑体, SimHei, Raleway Medium, Abel, Helvetica Neue, Helvetica, Arial, sans-serif;
	line-height: 1.5;
}

img {
	border: 0;
}

a {
	color:#000;
	text-decoration: none;
}

ul,ol, dt, dd {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
li{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
p {
	margin: 0 0 1em 0;
}

.mod_article:last-child p:last-child {
	margin-bottom: 0;
}

form {
	display: block;
	margin: 0;
	padding: 0;
}

.invisible {
	display: none;
}

h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
}
h2,h3,h4,h5,h6 {
	margin-top:2em;
	margin-bottom: 0.5em;
}

/***************************** global & layout *******************************/
body {
	background:#f9f8f8;
}

#header .inside {
	width:940px;
	margin:0 auto;
}

.main .inside {
	width:940px;
	margin:0 auto;
}

.main .mod_article table {
	width:100%;
}

.main .mod_article table td {
	vertical-align: top;
	padding:0 10px;
}
.main .mod_article table td:first-child {
	padding-left: 0;
}
.main .mod_article table td:last-child {
	padding-right: 0;
}

.main .mod_article a {
	color:#004fa2;
}


.main .mod_article table.layout-table {
	
}
.main .mod_article table.layout-table td {
	padding:0;
}

/***************************** header *******************************/
#header {
	position: relative;
	border-bottom:1px #dcddde solid;
	box-shadow:0 0 4px #ccc;
	margin-bottom: 5px;
}
#header:before {
	content:'';
	display: block;
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:50%;
	background:#96928e;
}

#header .inside {
	height:60px;
	position: relative;
}

#header .logo {
	display: block;
	position: absolute;
	left:0;
	top:0;
}

#header .logo img {
	display: block;
	width: 117px;
}

/***************************** header - navigation *******************************/
.mod_customnav {
	position: absolute;
	left:150px;
	top:37px;
}

.mod_customnav ul {
	overflow: hidden;
}

.mod_customnav ul li {
	float: left;
	display: block;
	border-right:1px #000 solid;
}

.mod_customnav ul li span,
.mod_customnav ul li a {
	display: block;
	padding:0 1.5em;
}

/***************************** header & search *******************************/
#header .mod_form_search {
	position: absolute;
	right:0;
	top:3px;
	border:1px solid #c0b8ae;
}

#header .mod_form_search input.text {
	display: block;
	border:0;
	margin:0;
	padding:0 0 0 5px;
	width:200px;
	height:22px;
	line-height: 22px;
	outline:0;
}

#header .mod_form_search input.submit {
	position: absolute;
	right:0;
	top:0;
	width:22px;
	height:22px;
	text-indent: -9999px;
	border:0;
	white-space:nowrap;
	overflow: hidden;
	cursor: pointer;
	outline:0;
	background:url(../img/icon-search.png) center center no-repeat;
}

.mod_search form {
	display: none;
}

/***************************** subheader nav *******************************/
#subheader {
	margin-bottom: 10px;
}

#subheader .inside {
	width:940px;
	margin:0 auto;
	position: relative;
}

.mod_navigation_sub:after {
	content:'';
	display:block;
	clear:both;
}


.mod_navigation_sub .nav-item {
	float: left;
}

.mod_navigation_sub .nav-item h2 {
	position: relative;
	margin:0;
	padding:0 20px;
	height:65px;
	line-height: 65px;
	white-space: nowrap;
	font-size:16px;
	cursor: pointer;
}
.mod_navigation_sub .nav-item h2:before {
	content:'';
	display:block;
	position: absolute;
	bottom:0;
	left:50%;
	margin-left:-4px;
	border:4px transparent solid;
	border-top-color:#8b8b8b;
}

.mod_navigation_sub .nav-item ul,
.mod_navigation_sub .nav-item li,
.mod_navigation_sub .nav-item a {
	display: block;
}

.mod_navigation_sub .nav-item .panel {
	display: none;
	position: absolute;
	left:0;
	top:100%;
	width:940px;
	z-index:10000;
	padding: 15px;
	overflow: hidden;
	background:#fff;
	box-shadow: rgba(0,0,0,0.2) 0 5px 5px 0;
}

.mod_navigation_sub .nav-item:hover h2 {
	background:#fff;
}
.mod_navigation_sub .nav-item:hover h2:after {
	content:'';
	display: block;
	position: absolute;
	left:20px;
	bottom:12px;
	width:calc(100% - 40px);
	margin:0 auto;
	border-bottom:3px solid;
}
.mod_navigation_sub .nav-item-1:hover h2:after {
	border-color: #8faabe;
}
.mod_navigation_sub .nav-item-2:hover h2:after {
	border-color: #4b2800;
}
.mod_navigation_sub .nav-item-3:hover h2:after {
	border-color: #d39a00;
}
.mod_navigation_sub .nav-item-4:hover h2:after {
	border-color: #4b2800;
}

.mod_navigation_sub .nav-item:hover .panel {
	display: block;
}

.mod_navigation_sub .nav-item .column {
	float: left;
	overflow: hidden;
	width:225px;
	margin-right: 20px;
	padding:10px;
}
.mod_navigation_sub .nav-item .column-highlight {
	background:#f8f8f8;
}


.mod_navigation_sub ul.nav-highlight {

}

.mod_navigation_sub ul.nav-highlight li {
	margin-bottom: 20px;
}

.mod_navigation_sub ul.nav-highlight li a {
}
.mod_navigation_sub ul.nav-highlight li a:before {
	content:'';
	display:inline-block;
	width:30px;
	height:30px;
	margin-right: 10px;
	vertical-align: middle;
	background:#e4e3e3;
}

.mod_navigation_sub ul.nav-highlight a:hover:after {
	content:'';
	display: inline-block;
	margin-left: 8px;
	border:transparent solid;
	border-width:5px 7px;
	border-left-color:#004fa2;
}

.mod_navigation_sub h3 {
	font-size:16px;
	margin: 0 0 5px 0;
}

.mod_navigation_sub ul.nav {
	margin-bottom: 25px;
}
.mod_navigation_sub ul.nav li {
}
.mod_navigation_sub ul.nav a {
	padding:5px 0;
	color:#999;
	border-bottom: 1px #f2f2f2 solid;
}
.mod_navigation_sub ul.nav a:hover {
	color:#666;
}
.mod_navigation_sub ul.nav a:hover:after {
	content:'';
	display: inline-block;
	margin-left: 5px;
	border: 4px transparent solid;
	border-left-color:#004fa2;
}


/***************************** subheader other *******************************/
#subheader .get-catalog {
	position: absolute;
	right:0;
	top:10px;
	color:#eb008b;
	font-size:16px;
}

/***************************** breadcrumb *******************************/
.mod_breadcrumb {
	overflow: hidden;
	margin-bottom: 1em;
}

.mod_breadcrumb li {
	float: left;
}

.mod_breadcrumb li a {
	display: block;
	margin-right: 1em;
}
.mod_breadcrumb li a:after {
	content:'>';
	display:inline-block;
	margin-left:1em;
}

/***************************** carousel *******************************/
.mod_article_carousel {
	position: relative;
	clear:both;
	height:250px;
	overflow: hidden;
}


.mod_article_carousel li {
	overflow: hidden;
	margin-right: 25px;
}

.mod_article_carousel li a,
.mod_article_carousel li img {
	display: block;
}

.mod_article_carousel a {
	color:#666;
}
.mod_article_carousel a:hover {
	color:black;
}

.mod_article_carousel .caption {
	display: block;
	padding:10px 0;
	font-size: 14px;
	font-weight: bold;
	color:#db8d02;
}

.mod_article_carousel .description {
	text-align: justify;
}


.jcarousel-container {
	position: relative;
}


.jcarousel-container .jcarousel-prev,
.jcarousel-container .jcarousel-next {
	background: url(../img/carousel-prev-next.png);
	display: block;
	position: absolute;
	width: 40px;
	height: 35px;
	top:50%;
	z-index: 9999;
	margin-top: -18px;
	cursor: pointer;
	opacity: 0.5
}
.jcarousel-container .jcarousel-prev:hover,
.jcarousel-container .jcarousel-next:hover {
	opacity: 1;
}
.jcarousel-container .jcarousel-prev {
	left:0;
	background-position: -112px -139px;
}
.jcarousel-container .jcarousel-next {
	right:0;
	background-position: -97px -192px;
}

/***************************** footer *******************************/
.footer {
	margin-top: 20px;
	background:#9b9893;
}

.footer img {
	vertical-align: middle;
	margin-right: 5px;
}

.footer table {
	width:940px;
	margin:0 auto;
}

.footer .ce_text_nav {
	padding:20px 0 40px 0;
}

.footer .ce_text_nav,
.footer .ce_text_nav p,
.footer .ce_text_nav a {
	color:#fff;
}

.footer .ce_text_nav p {
	margin-bottom: 0.5em;
}


.footer .ce_text_nav h2 {
	font-size:20px;
	margin:0 0 25px 0;
}

.footer .ce_text_nav p {
	font-size: 16px;
}

.footer .ce_text_footer2 {
	padding:40px 0 20px 0;
	background:#fff;
	text-align:center;
	font-size:14px;
	color:#4d4d4d;
}
.footer .ce_text_nav a.wechat {
    margin-bottom: 5px;
}

/***************************** share-icons *******************************/
.share-icons {
	margin-bottom:1em;
}

.share-icons a {
	position: relative;
	display:inline-block;
	margin-right:0.5em;
}

a.wechat {
	position: relative;
}
a.wechat .popup {
	position: absolute;
	z-index:9999;
	right:0;
	bottom:0;
	border:1px #ccc solid;
	box-shadow:0 0 5px 0 #ccc;
	display: none;
}
a.wechat:hover .popup {
	display: block;
}

.main .share-icons {
	float: right;
}

.page-home .share-icons {
	display: none;
}
.page-home .mod_article_right .share-icons {
	display: block;
	float: none;
}

.page-home .footer .share-icons {
	display:block;
}
.footer .share-icons a .popup {
	top:auto;
	bottom:0;
}

/***************************** page-home *******************************/
.page-home {

}

.page-home .main .inside {
	overflow: hidden;
}

.page-home .mod_breadcrumb {
	display:none;
}

.page-home .mod_article_right {
	float: right;
	width:300px;
}

.page-home .mod_article_right .ce_text {
	margin-bottom: 2em;
}

.page-home .mod_article_right .ce_text_download {
	background:#fff;
	margin-right: 4px;
	padding:15px;
	overflow: hidden;
	box-shadow: 1px 1px 3px 0 rgba(0,0,0,0.2);
}

.page-home .mod_article_right .ce_text_download p.image {
	margin:0;
}
.page-home .mod_article_right .ce_text_download img {
	float: left;
	margin-right: 10px;
}
.page-home .mod_article_right .ce_text_download h2 {
	margin-top: 0;
	font-size:16px;
}
.page-home .mod_article_right .ce_text_download a {
	display:inline-block;
	background:#eee;
	padding:0.25em 1em;
	border:1px #ccc solid;
}

.page-home .mod_article_main {
	margin-right:320px;
}

/***************************** ce_form_contact *******************************/
.ce_form_contact {
	position: relative;
}

.ce_form_contact p.error {
	color:red;
	margin-bottom: 0;
}

.ce_form_contact .widget {
	width:45%;
	margin-bottom: 0.5em;
}

.ce_form_contact .widget label {
	display:block;
}
.ce_form_contact .widget input.text {
	display: block;
	border:1px #ddd solid;
	width:100%;
	padding-left: 3px;
}

.ce_form_contact .widget-radio {
	position: absolute;
	left:50%;
	top:3em;
}
.ce_form_contact .widget-radio fieldset {
	border:0;
	padding:0;
}
.ce_form_contact .widget-radio span {
	float: left;
	margin-right: 1em;
}
.ce_form_contact .widget-radio legend span {
	float: none;
}
.ce_form_contact .widget-radio span label {
	display:inline-block;
}


.ce_form_contact .widget-textarea {
	position: absolute;
	left: 50%;
	top:9em;
}
.ce_form_contact .widget-textarea textarea.textarea {
	display: block;
	border:1px #ddd solid;
	width:100%;
	height:8em;
}


.ce_form_contact .submit_container {
	margin-top: 2em;
}
.ce_form_contact .submit_container input.submit {
	color:#fff;
	height:27px;
	border:1px solid #2a6cb2;
	background: url(../img/spriteSpacer.png) repeat-x 0 -90px #004fa2;
	cursor: pointer;
}
.promation-plan{
	width: 620px;
    float: left;
    font-size:20px;
    color:#333333;
    margin-top:16px;
}
.promation-right{
	margin-top:20px;
}
.promation-plan h1{
	font-size:27px;
	color:#e6007e;
	margin-bottom:0px;
	margin-bottom:10px;
}
.promation-plan .warning{
	color:#e6007e;
}
.promation-plan ol li{
	list-style: url(../img/quick-step_gou.png) !important;
	list-style-type: url(../img/quick-step_gou.png) !important;
}
.promation-plan ol{
	list-style: url(../img/quick-step_gou.png) !important;
	list-style-type: url(../img/quick-step_gou.png) !important;
	color:#004fa3;
	margin-bottom:10px;
	padding-left:25px;
	margin-top:-10px;
}
#promotion-2016 h1{
	color:#004fa3;
}

/************* series-list ***********/
.series-list {
	overflow: hidden;
	margin-right: -20px;
}

.series-item {
	display: block;
	float: left;
	width: 215px;
	height: 355px;
	overflow: hidden;
	margin:3px 19px 19px 3px;
	border:1px #e8e8e8 solid;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.series-item .image_container {
	margin-top: 40px;
	width:100%;
	height:215px;
	background: url(../img/loading.gif) center center no-repeat #f1f1f1;
	overflow: hidden;
}
.series-item .image_container a,
.series-item .image_container img {
	display: block;
}
.series-item .image_container img {
	width:100%;
	height:auto;
}

.series-item h5 {
	margin:10px 10px 0 10px;
}
.series-item h5,
.series-item h5 a {
	display: block;
	font-size:16px;
	font-weight:bold;
}

.series-item p {
	font-size:14px;
	margin:0 10px;
}

/************* find-dealer ***********/
.find-dealer {
	position: relative;
	margin-bottom:1em;
}

.find-dealer .ce_form {
	position: absolute;
	left:35px;
	top:70px;
}

.find-dealer .ce_form form {
	margin:0;
	padding:0;
	overflow: hidden;
}

.find-dealer .ce_form .widget,
.find-dealer .ce_form .submit_container {
	float: left;
	margin-right:25px;
}

.find-dealer .ce_form label {
	color:#fff;
}

.find-dealer .ce_form select,
.find-dealer .ce_form input {
	border:0;
	margin:0;
	padding:0;
	background:#fff;
	height:25px;
	padding-left: 10px !important;
	line-height:25px;
	font-size:14px;
}
.find-dealer .ce_form select {
	min-width:180px;
}
.find-dealer .ce_form input.text {
	padding-left:0.5em;
	width:180px;
}
.find-dealer .ce_form input.submit {
	height:27px;
	line-height:27px;
	padding:0 1.5em;
	color:#fff;
	background:#0b4ea9;
	cursor: pointer;
	min-width:180px;
}


/************* dealer-item ***********/
#dealer-item-template {
	display:none;
}

.dealer-list {
	font-size:14px;
}

.dealer-item {
	position: relative;
	padding:20px 0;
	border-bottom:1px #ccc solid;
}
.dealer-item:first-child {
	border-top:20px #ccc solid;
}

.dealer-item .dealer-field {
	margin-bottom:0.5em;
}

.dealer-item .map-link {
	position: absolute;
	right:0;
	top:50%;
	transform:translateY(-50%);
}
.dealer-item .map-link a {
	display: block;
	padding:0.5em 1.5em;
	color:#fff;
	background:#0b4ea9;
}
.dealer-field.distance,
#footer .mobile-footer,
#main-mobile,
#banner-mobile,
#mm{
	display: none;
}



















