﻿@charset "utf-8";

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p

/*,blockquote,th,td*/
	{
	margin: 0;
	padding: 0;
}

ol,
ul,
li {
	list-style: none;
}

table {
	border-collapse: collapse;
}

address,
caption,
cite,
code,
dfn,
var {
	font-style: normal;
	font-weight: normal;
}

body {
	font: normal 12px/160% "Microsoft Yahei", Verdana, Geneva, sans-serif;
	color: #666;
}

input,
button,
select,
textarea {
	outline: none;
	font-family: "Microsoft Yahei"
}

textarea {
	resize: none
}

fieldset,
img {
	border: 0px;
}

a {
	outline: 0;
}

a {
	color: #808380;
	text-decoration: none;
}

a:hover {
	color: #dd4250;
	text-decoration: none;
	outline: none;
	-webkit-transition: all .4s ease-out;
	-moz-transition: all .4s ease-out;
	-ms-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
	transition: all .4s ease-out;
}

p.txident {
	text-indent: 2em
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-style: normal;
	font-size: 100%;
	font-weight: normal
}

html,
body {
	width: 100%;
	height: 100%;
}

.clear {
	clear: both
}

.fl {
	float: left;
	display: inline
}

.fr {
	float: right;
	display: inline
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.clearfix {
	zoom: 1
}

* li {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

a {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.container {
	width: 1100px;
	height: auto;
	overflow: hidden;
	zoom: 1;
	margin: 0 auto;
}

.welcome {
	width: 100%;
	height: 36px;
	background-color: #8dc556;
	text-align: center;
	vertical-align: middle;
	line-height: 36px;
	color: #fff;
}

.welcome1 {
	float: left
}

.phone {
	float: right;
	padding-left: 35px;
	font-size: 16px;
	background: url(../images/phone.png) left no-repeat
}

.header {
	width: 100%;
	padding: 20px 0;
	position: relative;
	z-index: 999;
	background-color: #fff;
}

.logo {
	width: 600px;
	float: left;
	height: 70px;
}

.logo img {
	max-height: 100px;
	overflow: hidden
}

.search {
	position: relative;
	float: right;
	margin-top: 20px;
}

.search input {
	border: none;
	background: none;
}

.search .txt1 {
	width: 220px;
	border: #efefef 1px solid;
	border-right: none;
}

.search .txt1 input {
	height: 26px;
	padding: 0 10px;
	width: 200px;
	background: #FFF;
	font-family: 微软雅黑;
	color: #999;
	line-height: 26px;
	*margin: -1px 0;
}

.search .sub1 {
	position: absolute;
	right: 0;
	top: 0;
	width: 29px;
	background: url(../images/search.jpg) no-repeat;
	text-align: center;
}

.search .sub1 input {
	height: 34px;
	line-height: 34px;
	color: #fff;
}

/*导航条*/
.nav {
	width: 100%;
	height: 60px;
	background-color: #064741;
}

.nav1 {
	display: block;
	width: 1100px;
	height: 60px;
	margin: 0px auto;
	border-right: 1px solid #102624;
}

.nav1 li {
	position: relative;
	display: block;
	width: 136px;
	height: 60px;
	float: left;
	display: inline;
	text-align: center;
	vertical-align: middle;
	line-height: 60px;
	border-left: 1px solid #102624;
}

.nav1 li a {
	text-decoration: none;
	color: #fff;
	font-size: 15px;
	display: block;
	width: 136px;
	height: 60px;
}

.nav1 li a:hover {
	background-color: #064741;
}

.nav1 li a.nav_bj {
	background-color: #064741;
}

.nav1 li a img {
	margin-right: 5px;
}

.nav1 li ul li {
	background-color: #064741;
	border: 0px;
	height: 40px;
	text-align: center;
	vertical-align: middle;
	line-height: 40px;
	clear: both
}

.nav1 li ul li a {
	font-size: 12px;
	height: 40px
}

.nav1 li ul {
	display: none;
	position: absolute;
	z-index: 999;
	left: 0
}

.nav1 li:hover ul {
	/* display: block */
}

.nav1 li ul li a:hover {
	background-color: #8dc556;
}

/*轮播图*/
.index_slide {
	width: 100%;
	height: 410px;
	overflow: hidden;
	background: #c7c4c4;
}

.fullSlide {
	width: 100%;
	position: relative;
	height: 410px;
	background: #000;
}

.fullSlide .bd {
	margin: 0 auto;
	position: relative;
	z-index: 0;
	overflow: hidden;
}

.fullSlide .bd ul {
	width: 100% !important;
}

.fullSlide .bd li {
	width: 100% !important;
	height: 410px;
	overflow: hidden;
	text-align: center;
	background-position: center top;
	background-repeat: no-repeat;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}

.fullSlide .bd li a {
	display: block;
	height: 100%;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}

.fullSlide .hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 60px;
	left: 0;
	height: 30px;
	line-height: 30px;
	display: ;
	background: none
}

.fullSlide .hd ul {
	text-align: center;
}

.fullSlide .hd ul li {
	cursor: pointer;
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 50px;
	height: 3px;
	margin: 3px;
	overflow: hidden;
	background: #fcfbfb;
	filter: alpha(opacity=50);
	opacity: 0.5;
	line-height: 999px;
}

.fullSlide .hd ul .on {
	background: #ED1C24;
}

.fullSlide .prev,
.fullSlide .next {
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	margin-top: -30px;
	left: 15%;
	z-index: 1;
	width: 40px;
	height: 60px;
	background: url(../images/slider-arrow.png) -126px -137px #000 no-repeat;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: 0.5;
	display: none;
}

.fullSlide .next {
	left: auto;
	right: 15%;
	background-position: -6px -137px;
}

/*内容*/
/* 菜单 */
.g_menu {
	width: 100%;
	height: 153px;
	background: #ededed;
	padding: 40px 0 20px 0;
}

.g_menu_c {
	width: 1200px;
	margin: 0 auto
}

.g_menu_c .u_lst1 li {
	float: left;
	width: 120px;
	padding: 0 56px;
	background: url(../images/line1.jpg) no-repeat right top;
}

.g_menu_c .u_lst1 .lastli {
	background: none;
}

.g_menu_c .u_lst1 li img {
	display: block;
	width: 72px;
	height: 72px;
	padding: 0 24px;
}

.g_menu_c .u_lst1 li em {
	display: block;
	text-align: center;
	font-size: 14px;
	color: #333333;
	padding-top: 10px;
}

.g_menu_c .u_lst1 li em b {
	display: block;
	font-size: 10px;
	color: #888888;
	text-transform: uppercase;
	font-weight: normal;
	padding-top: 2px;
}

.content {
	width: 1100px;
	height: 901px;
	margin: 0px auto;
	padding-top: 20px;
}

.sy-products {
	padding: 40px 0;
}

.wd {
	width: 1100px;
	margin: 0 auto;
	box-sizing: border-box;
}

.sy-title {
	font-size: 30px;
	color: #064741;
	text-align: center;
	padding-bottom: 30px;
	background: url(../images/bor1.png) no-repeat center bottom;
}

/*--------------------滚动--------------------*/
.u-scrollA .h {
	margin-top: 20px;
}

.u-scrollA .h .prev,
.u-scrollA .h .next,
.u-scrollA .h ul {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
}

.u-scrollA .h ul {
	padding: 0 5px;
}

.u-scrollA .h li {
	float: left;
	display: inline;
	width: 10px;
	height: 10px;
	background: #eee;
	overflow: hidden;
	text-indent: -999em;
	margin: 0 5px;
	cursor: pointer;
}

.u-scrollA .h .on {
	background: #f60;
}

.u-scrollA .b {
	position: relative;
	*zoom: 1;
}

.u-scrollA .b .bnt {
	width: 60px;
	margin: 40px auto 0 auto;
}

.u-scrollA .b .bnt a {
	display: inline-block;
}

.u-scrollA .b .prev,
.u-scrollA .b .next {
	margin: 0 auto;
	z-index: 2;
	top: 50%;
	margin-top: -20px;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	color: #333;
	font-size: 13px;
	background: #fff;
	border: #dfdfdf 1px solid;
	overflow: hidden;
	font-family: 宋体;
}

.u-scrollA .b .prev {
	left: 0;
}

.u-scrollA .b .next {
	right: 0;
}

.u-scrollA .b .prevStop,
.u-scrollA .b .nextStop {
	background: #064741;
	border: #064741 1px solid;
	color: #FFF;
}

.u-scrollA .b .next:hover,
.u-scrollA .b .prev:hover {
	background: #064741;
	color: #FFF;
}

.u-scrollA .pageState {
	display: inline-block;
}

.u-scrollA .pageState span {
	color: #f60;
}

/*--------------------图片列表--------------------*/
.u-listB,
.u-listB1 {
	margin: 8px -10px;
}

.u-listB li {
	float: left;
	width: 257px;
	text-align: center;
	border: #CCC 1px solid;
	background: #FFF;
	margin: 10px;
	visibility: visible;
	overflow: hidden;
}

.u-listB1 li {
	float: left;
	width: 257px;
	text-align: center;
	background: #FFF;
	margin: 10px;
	visibility: visible;
	overflow: hidden;
	border: none;
}

.u-txt4 {
	height: 35px;
	line-height: 35px;
	border: #CCC 1px solid;
	border-top: none;
}

.u-listB li img,
.u-listB1 li img {
	width: 257px;
	height: 180px;
	display: block;
	transition: 0.5s;
	overflow: hidden;
}

.u-txt5 {
	height: 45px;
	line-height: 45px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

.u-listB li img:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	transition: 0.6s;
	overflow: hidden;
	opacity: 0.7;
}

.u-listB1 li img:hover {
	transition: 0.6s;
	overflow: hidden;
	opacity: 0.7;
}

.sy-more {
	width: 590px;
	height: 40px;
	margin: 25px auto 6px auto;
	box-shadow: 5px 5px 5px #eee;
	border-radius: 6px;
	border: #CCC 1px solid;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
}

.sy-more:hover {
	background: #064741;
	transition: 1.1s;
}

.sy-more:hover a {
	color: #FFF;
	display: block;
}

.sy-case {
	padding: 40px 0;
	border-bottom: 10px
}

.sy-title2 {
	background: url(../images/bo.png) repeat-x 35px center;
	width: 100%;
}

.sy-title2 span {
	background: url(../images/bor1.png) no-repeat center;
	display: block;
	width: 200px;
	margin: 0 auto;
	text-align: center;
}

.sy-title2 h1 {
	color: #064741;
	font-size: 28px;
	height: 50px;
	line-height: 40px;
}

.sy-title2 h2 {
	height: 50px;
	line-height: 45px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999;
}

.huoban {
	width: 100%;
	padding: 30px 0;
	margin: 0 auto;
	overflow: hidden;
	background: #f2f2f2
}

.hezuo {
	width: 1140px;
	height: 220px;
	margin: 0 auto
}

.hezuo ul {}

.hezuo ul li {
	float: left;
	margin-top: 30px;
	margin-right: 15px;
	margin-left: 15px;
}

.bt {
	width: 1100px;
	text-align: center;
	padding-top: 68px;
}

.bt1 {
	font-size: 34px;
	color: #b7061c;
	width: 1100px;
	text-align: center;
	height: 66px;
	line-height: 66px;
	display: block
}

.bt2 {
	font-size: 26px;
	color: #a70526;
	width: 1100px;
	text-align: center;
	height: 35px;
	line-height: 35px;
	display: block;
	background: url(../images/zhanshi.gif) no-repeat center;
}

.bt3 {
	padding-top: 10px;
	width: 1100px;
	text-align: center;
	display: block
}

/*新闻列表*/
.news {
	background: #f2f2f2;
	padding: 25px 0
}

.focus {
	width: 1100px;
	margin: 0 auto
}

.fc_tit {
	text-align: center;
	height: 75px;
	line-height: 75px;
	margin-bottom: 40px;
	background: url(../images/bor1.png) no-repeat bottom;
}

.fc_tit a {
	color: #064741;
	font-size: 30px;
	text-transform: uppercase;
}

.fc_tit em {
	display: block;
	color: #c2c2c2;
	font-size: 20px;
}

.focus_con {
	height: 434px;
	overflow: hidden;
}

.fs_lt {
	float: left;
	width: 330px;
	border-bottom: 4px solid #064741;
	height: 430px;
}

.fs_lt h4 {
	background: #8dc556;
	padding: 22px 16px 0;
	height: 78px;
	overflow: hidden;
}

.fs_lt h4 a {
	color: #fff;
	font-size: 16px;
	font-weight: normal;
}

.fs_lt h4 b {
	display: block;
	font-size: 20px;
	line-height: 25px;
}

.fs_pic {
	width: 303px;
	height: 172px;
	position: relative;
}

.lt {
	position: absolute;
	left: 11px;
	top: 66px;
	background: url(../images/lt.png) no-repeat;
	width: 40px;
	height: 40px;
}

.rt {
	position: absolute;
	right: 11px;
	top: 66px;
	background: url(../images/rt.png) no-repeat;
	width: 40px;
	height: 40px;
}

.fs_wrp {
	width: 330px;
	overflow: hidden;
}

.fs_wrp li {
	float: left;
	width: 303px;
}

.fs_wrp li a,
.fs_wrp li img {
	display: block;
	width: 330px;
	height: 172px;
}

.fs_txt {
	color: #666;
	font-size: 14px;
	line-height: 26px;
	height: 78px;
	overflow: hidden;
	margin: 12px 0 15px;
	padding: 0 0 0 0;
}

.fs_rt {
	width: 742px;
	float: right;
}

.fs_more {
	display: block;
	border: 2px solid #064741;
	width: 94px;
	height: 25px;
	color: #064741;
	font-size: 14px;
	text-align: center;
	line-height: 25px;
}

.fs_more:hover {
	display: block;
	border: 2px solid #8dc556;
	width: 94px;
	height: 25px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 25px;
	background: #8dc556;
}

.fs_rt h4 {
	height: 47px;
	line-height: 47px;
	overflow: hidden;
	zoom: 1;
	margin-bottom: 20px;
	background: url(../images/n_line.gif) 210px 22px no-repeat;
}

.fs_rt h4 .n_more {
	float: right;
	font-weight: normal;
	color: #333;
	font-size: 14px;
	padding-right: 18px;
}

.fs_rt h4 .n_name {
	color: #333;
	font-size: 20px;
	background: url(../images/lk_line.gif) right center no-repeat;
	padding-right: 10px;
}

.fs_rt h4 .n_namesnone {}

.fs_rt h4 .cur {
	color: #3e7a03;
}

.n_list {}

.n_list li {
	height: 94px;
	overflow: hidden;
	zoom: 1;
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 40px;
	_margin-bottom: 36px;
}

.n_list dl {
	float: left;
	width: 620px;
}

.n_list dt {
	height: 32px;
	line-height: 32px;
	overflow: hidden;
}

.n_list dt a {
	color: #333;
	font-size: 16px;
}

.n_list dd {
	color: #666;
	font-size: 14px;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
}

.n_list dd a {
	color: #333;
}

.n_list li span {
	float: right;
	width: 91px;
	height: 80px;
	line-height: 40px;
	padding-top: 10px;
	text-align: center;
	background: #064741;
	color: #fff;
	font-size: 16px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.n_list li b {
	font-size: 30px;
	display: block;
}

.n_list .n_top span {
	background: #AD0000;
}

.n_list .n_top span b {
	font-size: 30px;
	margin-top: 14px;
	font-family: "Microsoft Yahei";
}

.serv_bg {
	padding: 42px 0 28px;
	background: #eee;
	margin-bottom: 55px;
}

.service {
	width: 1002px;
	margin: 0 auto;
	height: 408px;
}

.serv_list {}

.serv_list dl {
	float: left;
	display: inline;
	margin-right: 134px;
	width: 150px;
}

.serv_list .s4 {
	margin-right: 0;
}

.serv_list dt {
	height: 162px;
	margin-bottom: 15px;
}

.s1 dt {
	background: url(../images/s1.gif) no-repeat;
}

.s2 dt {
	background: url(../images/s002.gif) no-repeat;
}

.s3 dt {
	background: url(../images/s3.gif) no-repeat;
}

.s4 dt {
	background: url(../images/s4.gif) no-repeat;
}

.serv_list dt a {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 16px;
	line-height: 22px;
	padding-top: 99px;
}

.serv_list dt a:hover {
	text-decoration: none;
	font-weight: bold;
}

.serv_list dd {
	height: 28px;
	line-height: 28px;
	overflow: hidden;
	padding-left: 45px;
	color: #333;
	font-size: 14px;
}

/*底部*/
.footer {
	width: 100%;
}

.recur_top {
	width: 41px;
	height: 32px;
	background-color: #c03333;
	margin: 0px auto;
	text-align: center;
	vertical-align: middle;
	line-height: 32px;
}

.recur_top a {
	text-decoration: none;
	color: #fff;
}

.footer1 {
	width: 100%;
	height: 203px;
	border-bottom: 1px solid #b9b9b9;
	border-top: 3px solid #064741;
	background-color: #f1f1f1;
}

.footer_middle {
	width: 1100px;
	height: 203px;
	margin: 0px auto;
}

.footer_middle_logo {
	width: 222px;
	height: 147px;
	border-right: 1px solid #e6e3e4;
	margin-top: 30px;
	float: left
}

.footer_middle_nav {
	width: 220px;
	margin-left: 35px;
	height: 147px;
	border-right: 1px solid #e6e3e4;
	float: left;
	margin-top: 30px;
}

.footer_middle_nav ul li {
	width: 90px;
	float: left;
	display: block
}

.footer_middle_nav ul li a {
	display: block;
	height: 28px;
	text-decoration: none;
	color: #666666;
	text-align: left;
	vertical-align: middle;
	line-height: 28px;
}

.footer_middle_nav ul li a:hover {
	color: #bf3131
}

.footer_middle_nav ul .footer_middle_motorcycle_type_bt {
	width: 220px;
	text-align: left;
	font-size: 14px;
	color: #333333;
}

.footer_middle_motorcycle_type {
	width: 132px;
	height: 147px;
	border-right: 1px solid #e6e3e4;
	float: left;
	margin-top: 30px;
}

.footer_middle_motorcycle_type ul li a {
	display: block;
	width: 80px;
	height: 28px;
	text-decoration: none;
	color: #666666;
	margin: 0px 0px 0px 40px;
	text-align: left;
	vertical-align: middle;
	line-height: 28px;
}

.footer_middle_motorcycle_type ul li a:hover {
	color: #bf3131
}

.footer_middle_motorcycle_type ul .footer_middle_motorcycle_type_bt {
	font-size: 14px;
	color: #333333;
	text-align: center
}

.contact_us {
	width: 320px;
	height: 147px;
	border-right: 1px solid #e6e3e4;
	float: left;
	margin-top: 30px;
}

.contact_us ul li {
	display: block;
	width: 300px;
	height: 30px;
	text-decoration: none;
	color: #666666;
	margin: 0px 0px 0px 30px;
	text-align: left;
	vertical-align: middle;
	line-height: 25px;
}

.contact_us ul .contact_us_bt {
	font-size: 14px;
	color: #333333;
}

.contact_us ul li span {
	padding-left: 10px;
}

.two_dimension_code {
	width: 110px;
	height: 147px;
	float: right;
	margin-top: 30px;
}

.two_dimension_code div {
	width: 110px;
	height: 8px;
	text-align: center;
	vertical-align: middle;
	line-height: 30px;
}

.two_dimension_code img {
	display: block;
	margin: 0px auto
}

.footer_below {
	width: 100%;
	height: 39px;
	background-color: #01211e;
	text-align: center;
	vertical-align: middle;
	line-height: 39px;
	margin-top: 1px;
}

/*二级页面*/
.sub_banner {
	width: 100%;
	height: 300px;
	overflow: hidden;
}

/*.sub_banner div{position:absolute; left:50%;top:0; margin-left:-800px;width:1600px; height:166px}*/
/*二级页面*/
.sub_content {
	width: 1100px;
	overflow: hidden;
	zoom: 1;
	margin: 0 auto;
	clear: both;
	background-color: #fff
}

.sub_content:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.sub_content_left {
	width: 211px;
	float: left;
	height: auto;
	overflow: hidden;
	zoom: 1
}

.sub_bt {
	width: 191px;
	height: 109px;
	position: absolute;
	margin-top: -50px;
	background-color: #064741;
	text-align: left;
	vertical-align: middle;
	line-height: 40px;
	padding: 20px 0px 0px 20px;
}

.sub_bt h1 {
	font-size: 34px;
	color: #fff;
	font-weight: bold
}

.sub_bt h4 {
	font-size: 18px;
	color: #fff;
}

.sub_nav {
	width: 211px;
	height: 100%;
	margin-top: 80px;
	+padding-top: 80px
}

.sub_nav ul li {
	display: block;
	width: 211px;
	height: auto;
	overflow: hidden;
	zoom: 1;
	text-align: left;
	vertical-align: middle;
	line-height: 38px;
	padding-left: 20px;
	border-bottom: 1px solid #e9e9e9;
}

.sub_nav ul li:hover {
	cursor: pointer
}

.sub_nav ul li ul {
	display: block;
	width: 211px;
}

.sub_nav ul li a {
	display: block;
	text-decoration: none;
	color: #929292;
	font-size: 14px;
	float: left
}

.sub_nav ul li a:hover {
	color: #bf3131
}

.sub_nav ul li span {
	padding: 12px 0px 0px 160px;
	display: block;
}

.sub_nav ul .sub_nav_bj {
	background: url(../images/bt_bg.jpg) repeat-x
}

.sub_nav ul li ul li {
	display: block;
	padding: 0;
	background: none;
	width: 211px;
}

.sub_service {
	width: 211px;
	height: 238px;
	margin-top: 20px;
}

.sub_service a {
	display: block;
	width: 211px;
	height: 72px;
	margin-top: 10px;
}

.sub_service a img {
	border: 1px solid #e0e0e0
}

.sub_content_right {
	width: 859px;
	height: auto;
	;
	overflow: hidden;
	zoom: 1;
	float: right;
	margin-top: 50px;
	margin-bottom: 15px;
}

.sub_content_right_top {
	width: 100%;
	height: 75px;
	border-bottom: 1px solid #cccccc;
}

.sub_content_right_top_top {
	width: 100%;
	height: 20px;
}

.sub_content_right_top_top a {
	text-decoration: none;
	color: #666666
}

.sub_content_right_top_top a:hover {
	color: #bf3131
}

.sub_content_right_top_below {
	width: 100%;
	height: 55px;
	font-size: 24px;
	color: #bf3131;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	line-height: 55px;
}

.sub_content_right_top_below span {
	font-size: 14px;
	color: #999999;
	padding-left: 10px;
}

.sub_content_right_below {
	padding-top: 10px;
	width: 100%;
	height: auto;
	overflow: hidden;
	zoom: 1;
}

.sub_content_right_below p {
	line-height: 22px;
	padding-top: 10px;
	font-size: 13px;
	color: #666666
}

/*新闻列表*/
.news_list {
	width: 859px;
	height: 115px;
	;
	border-bottom: 1px solid #e5e4e2
}

.news_list_left {
	width: 166px;
	height: 98px;
	float: left
}

.news_list_right {
	width: 680px;
	height: 110px;
	float: left;
	margin-left: 13px;
}

.news_list_right a {
	text-decoration: none
}

.news_list_right h4 {
	width: 680px;
	height: 25px;
	display: block
}

.news_list_right h4 a {
	font-size: 14px;
	color: #e20316;
	font-weight: bold
}

.news_list_right h4 a:hover {
	text-decoration: underline
}

.news_list_right p {
	width: 680px;
	height: 75px;
	display: block
}

.news_list_right p a {
	color: #a9a6a6;
	font-size: 12px;
}

.news_list_right p a:hover {
	color: #bf3131;
}

.news_list_right p .details {
	color: #494848
}

.news_list_right p span {
	display: block;
	color: #a9a6a6;
	font-size: 12px;
	text-align: right;
	float: right
}

.news_list {
	margin-top: 20px;
}

/*翻页*/
.page {
	width: 859px;
	height: 40px;
	padding: 10px 0
}

.page ul {
	text-align: center
}

.page .firstPage {
	width: 30px;
}

.page ul li {
	display: inline-block;
	line-height: 25px;
	height: 25px;
	margin-left: 5px;
	font-size: 12px;
	border: 1px solid #E9E9E9;
	padding: 0px 10px;
	width: auto;
}

.page ul li a:hover {
	color: #ff0000;
	text-decoration: none;
}

.page ul li.thisclass,
.page ul li.thisclass a,
.page ul li.thisclass a:hover {
	background-color: #333;
	color: #FFF
}

.page .pageinfo {
	line-height: 25px;
	padding: 12px 5px 10px 5px;
	color: #999;
}

.page select {
	line-height: 25px;
	margin-top: 4px
}

.page .pageinfo strong {
	color: #555;
	font-weight: normal;
	margin: 0px 2px;
}

/*车型展示列表*/
.car_list {
	width: 100%;
	height: 610px;
}

.car_list ul li {
	display: block;
	float: left;
	width: 270px;
	height: 230px;
	margin-top: 10px;
	margin-left: 8px;
	margin-right: 8px;
}

.car_list ul li a {
	display: block;
	float: left;
	width: 270px;
	height: 182px;
	text-decoration: none;
	color: #fff;
	font-size: 12px;
}

.car_list ul li a img {}

.car_list ul li a div {
	width: 270px;
	height: 38px;
	background-color: #363434;
	text-align: center;
	vertical-align: middle;
	line-height: 38px;
}

.car_list ul li a div:hover {
	background-color: #bf3131
}

.car_list ul li a img.arrows {
	margin-left: 80px;
}

/*车型展示详情页*/
.sub_content_right_below_top {
	width: 100%;
	/*height:325px;*/
}

/****************/
.sub_content_right_below_top_left {
	width: 390px;
	height: auto;
	float: left;
	display: inline;
}

/* 产品 slide  焦点 */
.game163 {
	position: relative;
	overflow: hidden;
	width: 390px;
}

.game163 .bigImg {
	height: 247px;
	position: relative;
}

.game163 .bigImg li img {
	vertical-align: middle;
	width: 390px;
	height: 260px;
}

/*.game163 .bigImg  h4{ font-size: 14px; font-weight: bold; line-height: 33px; height: 33px; padding-right: 30px; overflow: hidden; text-align: left; }*/
.game163 .smallScroll {
	height: 53px;
	margin-bottom: 6px;
	margin-top: 20px;
}

.game163 .sPrev,
.game163 .sNext {
	float: left;
	display: block;
	width: 14px;
	height: 47px;
	text-indent: -9999px;
	background: url(../images/sprites1008.png) no-repeat 0 -3046px;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
	margin-top: 5px;
}

.game163 .sNext {
	background-position: 0 -2698px;
}

.game163 .sPrev:hover {
	background-position: 0 -3133px;
}

.game163 .sNext:hover {
	background-position: 0 -2785px;
}

.game163 .smallImg {
	float: left;
	margin: 0 6px;
	display: inline;
	width: 350px;
	overflow: hidden;
}

.game163 .smallImg ul {
	height: 65px;
	width: 9999px;
	overflow: hidden;
}

.game163 .smallImg li {
	float: left;
	width: 84px;
	cursor: pointer;
	display: inline;
	margin: 0 4px 0 0
}

.game163 .smallImg img {
	border: 1px solid #dcdddd;
	width: 80px;
	height: 60px;
}

.game163 .smallImg .on img {
	border-color: #bf3131;
}

.game163 .pageState {
	position: absolute;
	top: 200px;
	right: 5px;
	font-family: "Times New Roman", serif;
	letter-spacing: 1px;
}

.game163 .pageState span {
	color: #f00;
	font-size: 16px;
}

/****************/
.sub_content_right_below_top_right {
	width: 349px;
	height: 325px;
	float: left;
	margin-left: 19px;
}

.sub_content_right_below_top_right_top {
	width: 100%;
	height: 36px;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	border-bottom: 1px dashed #e6e6e6
}

.sub_content_right_below_top_right_below {
	width: 100%;
	height: 279px;
	padding-top: 10px;
}

.sub_content_right_below_top_right_below ul li {
	font-size: 12px;
	line-height: 25px;
	color: #666666
}

.sub_content_right_below_top_right_below .descr {
	padding: 12px 0;
	width: auto;
	height: 66px;
	color: #ffffff;
	overflow: hidden;
}

.sub_content_right_below_top_right_below .descr .tit {
	font-size: 20px;
	color: #666666
}

.sub_content_right_below_top_right_below .descr .tel {
	font-size: 20px;
	color: #ff5e03;
	margin-left: 12px
}

.sub_content_right_below_top_right_below .descr2 {
	padding: 12px 12px;
	width: auto;
	height: 25px;
	background: #BF3131;
	color: #fff;
	overflow: hidden;
	margin-top: 12px
}

.sub_content_right_below_top_right_below .descr2 font {
	font-family: "Georgia";
	font-size: 18px
}

.sub_content_right_below_top_right_below .btn_look {
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 150px;
	height: 40px;
	background: #ff5f01;
	font-size: 20px;
	color: #ffffff;
	text-decoration: none;
	line-height: 40px;
	text-align: center;
	margin-top: 12px
}

/************************/
.tab1 {
	width: 100%;
	border-top: #e5e5e5 solid 1px;
	border-bottom: #e5e5e5 solid 1px;
	margin-top: 20px
}

.menu {
	height: 46px;
	border-right: #e5e5e5 solid 1px;
	font-size: 14px;
	background: #f6f6f6
}

.menu li {
	float: left;
	width: 99px;
	text-align: center;
	line-height: 46px;
	height: 46px;
	cursor: pointer;
	border-left: #e5e5e5 solid 1px;
	border-bottom: #e5e5e5 solid 1px;
	color: #666;
	overflow: hidden;
	background: #f6f6f6;
}

.menu li:last-child {
	border-right: #e5e5e5 solid 1px;
}

.menu li.off {
	background: #fff;
	color: #336699;
	font-weight: bold;
	border-bottom: none;
}

.menudiv {
	height: 100%;
	border-left: #e5e5e5 solid 1px;
	border-right: #e5e5e5 solid 1px;
	border-top: 0;
	background: #fefefe
}

.menudiv div {
	padding: 15px;
	line-height: 28px;
}

/************************/

/*危化物流页面*/
.logistics_top {
	width: 100%;
	height: 316px;
}

.logistics_top_left {
	width: 483px;
	height: 316px;
	float: left
}

.logistics_top_right {
	width: 276px;
	height: 316px;
	float: left;
	background-color: #535353
}

.logistics_top_right1 {
	width: 230px;
	height: 296px;
	margin: 0px auto;
	color: #ffffff;
	font-size: 12px;
	padding-top: 20px;
	line-height: 22px;
}

.logistics_top_right1 h1 {
	font-size: 18px;
}

.logistics_top_right1 p {
	font-size: 12px;
	color: #ffffff;
	text-indent: 0
}

.logistics_top_right1 div a {
	text-decoration: none;
	color: #ffffff;
}

.logistics_top_right1 div a:hover {
	color: #bf3131
}

.logistics_below {
	width: 100%;
	height: 450px;
	margin-top: 20px;
}

.logistics_below_left {
	width: 377px;
	height: 400px;
	float: left
}

.logistics_below_left ul {
	display: block;
	margin-top: 10px;
}

.logistics_below_left ul li {
	display: block;
	width: 377px;
	height: 45px;
	text-align: left;
	vertical-align: middle;
	line-height: 20px;
	border-bottom: 1px solid #e2e2e2;
}

.logistics_below_left ul li a {
	text-decoration: none;
	color: #444444;
	font-size: 12px;
}

.logistics_below_left ul li a:hover {
	color: #bf3131
}

.logistics_below_left ul li span {
	display: block;
	color: #aaaaaa
}

.logistics_below_right {
	width: 350px;
	height: 400px;
	float: left;
	margin-left: 32px;
}

/*-------------------------*/
.slideBox {
	width: 230px;
	height: 286px;
	overflow: hidden;
	position: relative;
}

.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
}

.slideBox .bd div {
	padding-top: 70px;
}

/*-------------------------*/

/*优惠车型列表页*/
.preferential {
	width: 100%;
	height: 730px;
}

.preferential ul li {
	display: block;
	width240px;
	float: left;
	height: 238px;
	margin-left: 8px;
}

.preferential ul li a {
	display: block;
	float: left;
	width: 240px;
	height: 152px;
	text-decoration: none;
	color: #fff;
	font-size: 12px;
}

.preferential ul li a img {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.preferential ul li a div {
	width: 240px;
	height: 38px;
	background-color: #363434;
	text-align: center;
	vertical-align: middle;
	line-height: 38px;
}

.preferential ul li a img.arrows {
	border-radius: 0px;
	margin-left: 80px;
}

.preferential ul li a .price {
	display: block;
	width: 100%;
	height: 38px;
	background-color: #bf3131;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	font-size: 14px;
}

.preferential ul li a div b {
	font-size: 18px;
}

.preferential ul li a div span {
	padding-left: 30px;
}

/*零配件销售列表页*/
.sparepart {
	width: 100%;
	height: 680px;
}

.sparepart ul li {
	display: block;
	float: left;
	width: 240px;
	height: 220px;
	margin-left: 8px;
}

.sparepart ul li a img {
	border: 1px solid #e1e1e1
}

.sparepart ul li div {
	width: 240px;
	height: 38px;
	text-align: center;
	vertical-align: middle;
	line-height: 38px;
}

.sparepart ul li div a {
	text-decoration: none;
	color: #000;
	font-size: 12px;
}

.sparepart ul li div a:hover {
	color: #bf3131
}

/*联系我们*/
.relation_headline {
	width: 100%;
	height: 25px;
	background-color: #ebebeb;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-align: left;
	vertical-align: middle;
	line-height: 25px;
}

.relation_content {
	width: 100%;
	height: 180px;
	line-height: 30px;
	color: #666666
}

.plat {
	width: 700px;
	height: 524px;
	margin-top: 10px;
}

/*地图*/
.dituContent {
	color: #CC5522;
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
	padding-right: 13px;
	white-space: nowrap
}

.iw_poi_content {
	font: 12px arial, sans-serif;
	overflow: visible;
	padding-top: 4px;
	white-space: -moz-pre-wrap;
	word-wrap: break-word
}

/*在线留言*/
.message_content {
	width: 100%;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea,
#contact button[type="submit"] {
	font: 400 12px/16px "Open Sans", Helvetica, Arial, sans-serif;
}

#contact {
	background: #F9F9F9;
	padding: 25px;
	margin: 5px 0;
}

#contact h3 {
	color: #F96;
	display: block;
	font-size: 30px;
	font-weight: 400;
}

#contact h4 {
	margin: 5px 0 15px;
	display: block;
	font-size: 13px;
}

fieldset {
	border: medium none !important;
	margin: 0 0 10px;
	min-width: 100%;
	padding: 0;
	width: 100%;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea {
	width: 90%;
	border: 1px solid #CCC;
	background: #FFF;
	margin: 0 0 5px;
	padding: 10px;
}

#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact input[type="tel"]:hover,
#contact input[type="url"]:hover,
#contact textarea:hover {
	-webkit-transition: border-color 0.3s ease-in-out;
	-moz-transition: border-color 0.3s ease-in-out;
	transition: border-color 0.3s ease-in-out;
	border: 1px solid #BF3131;
}

#contact textarea {
	height: 100px;
	max-width: 100%;
	resize: none;
}

#contact button[type="submit"] {
	cursor: pointer;
	width: 20%;
	border: none;
	background: #BF3131;
	color: #FFF;
	margin: 0 0 5px;
	padding: 10px;
	font-size: 15px;
}

#contact button[type="submit"]:hover {
	background: #A30000;
	-webkit-transition: background 0.3s ease-in-out;
	-moz-transition: background 0.3s ease-in-out;
	transition: background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active {
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

#contact input:focus,
#contact textarea:focus {
	outline: 0;
	border: 1px solid #BF3131;
}

::-webkit-input-placeholder {
	color: #888;
}

:-moz-placeholder {
	color: #888;
}

::-moz-placeholder {
	color: #888;
}

:-ms-input-placeholder {
	color: #888;
}

/*搜索页面*/
.search_bt {
	width: 980px;
	height: 50px;
	border-bottom: 1px solid #cccccc;
	text-align: left;
	vertical-align: middle;
	line-height: 50px;
	font-size: 18px;
	font-family: "宋体";
	color: #95959;
	padding-left: 20px;
}

.search_content {
	width: 980px;
	height: 100%;
	padding: 20px 0px 0px 20px;
	border-bottom: 1px dashed #d8d8d8
}

.search_content a {
	text-decoration: none
}

.search_content a:hover {
	color: #bf3131
}

.search_content h1 a {
	font-size: 16px;
	color: #666666
}

.search_content h2 {
	font-size: 12px;
	margin-top: 10px;
}

.search_content h2 a {
	color: #999999;
}

.search_content h3 {
	margin-top: 20px;
}

.search_content h3 a {
	color: #666666
}

.search_content .red {
	color: #bf3131;
}

.search_content .date {
	padding-left: 450px;
}

.search_page {
	margin-left: 100px;
}

/*新闻内容页*/
.news_content_top {
	width: 100%;
	height: 100%;
	border-bottom: 1px dashed #bfbfbf;
	text-align: center;
	vertical-align: middle;
	line-height: 50px;
}

.news_content_top h1 {
	font-size: 24px;
	color: #666666
}

.news_content_top h2 {
	font-size: 12px;
	color: #999999
}

.news_content_top h2 span {
	padding-left: 40px;
}

.news_content_middle {
	width: 100%;
	height: 100%;
	padding: 10px 0;
	border-bottom: 1px dashed #bfbfbf;
	font-size: 14px;
	line-height: 25px;
}

.news_content_middle p {
	margin-top: 8px;
}

.news_content_below_left {
	width: 300px;
	height: 150px;
	float: left
}

.news_content_below_left ul li {
	padding-top: 20px;
	color: #999999
}

.news_content_below_left ul li a {
	text-decoration: none;
	color: #999999
}

.news_content_below_left ul li a:hover {
	color: #bf3131
}

.news_content_below_right {
	width: 230px;
	height: 110px;
	float: right;
	padding-top: 40px;
}

.side-bar {
	position: fixed;
	top: 35%;
	right: 0;
	width: 45px;
	z-index: 10000;
	display: none;
}

.side-bar div {
	margin: 1px 0 0;
	float: right;
	cursor: pointer;
}

.side-bar div p {
	color: #fff;
	padding-top: 14px;
}

.to-top {
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background: #cbcbcb;
	color: #fff;
	font-weight: bold;
	position: relative;
}

.side-bar-erweima {
	width: 45px;
	height: 45px;
	background: #BF3131;
	position: relative;
}

.erweima {
	width: 140px;
	height: 150px;
	display: none;
	position: absolute;
	top: -108px;
	left: -155px;
	background: #fff;
	border: 1px solid #ccc;
	float: right;
	text-align: center;
	cursor: default !important;
}

.side-bar-erweima .erweima p {
	line-height: 20px;
	color: #000;
	font-size: 12px;
	text-align: center;
	float: left;
	width: 130px;
}

.side-bar-erweima .arrow3 {
	width: 6px;
	height: 11px;
	display: block;
	background: url(../images/weixin-arrow.png) no-repeat;
	position: absolute;
	right: -6px;
	top: 122px;
}

.side-bar-erweima img {
	width: 120px;
	height: 120px;
	margin: 10px 10px 0px 10px;
}

.side-bar-qq {
	width: 45px;
	height: 45px;
	background: #BF3131;
}

.side-bar-contact {
	width: 45px;
	height: 45px;
	background: #BF3131;
}

.side-bar .ico2 {
	width: 46px;
	height: 46px;
	display: block;
	float: left;
}

.side-bar .side-bar-erweima .ico2 {
	float: right;
}

.to-top .ico2 {
	width: 12px;
	height: 5px;
	position: absolute;
	top: -5px;
	left: 18px;
}

.ico2 {
	background: url(../images/ico2.png) no-repeat;
}

.side-bar-erweima .ico2 {
	background-position: -46px -46px;
}

.side-bar-qq .ico2 {
	background-position: 2px -46px;
}

.to-top .ico2 {
	background-position: -28px -2px;
}

.side-bar-contact .ico2 {
	background-position: -92px -46px;
}

.totopa {
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}

.totopa p {
	padding: 0px;
	margin: 0px;
}

