
body,button, input, select, textarea,h1 ,h2, h3, h4, h5, h6 { font-family: Microsoft YaHei, Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;}
body,
.navbar-fixed-top,
.navbar-fixed-bottom {
	min-width: 1100px;
}
/* Don't let the lead text change font-size. */
.lead {
	font-size: 16px;
}
/* Finesse the page header spacing */
.page-header {
	margin-bottom: 30px;
}
.page-header .lead {
	margin-bottom: 10px;
}
/* Non-responsive overrides
 *
 * Utilize the following CSS to disable the responsive-ness of the container,
 * grid system, and navbar.
 */

/* Reset the container */
.container {
	width: 1100px;
	max-width: none !important;
}
/* Demonstrate the grids */
.col-xs-4 {
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #eee;
	background-color: rgba(86,61,124,.15);
	border: 1px solid #ddd;
	border: 1px solid rgba(86,61,124,.2);
}
.container .navbar-header,
.container .navbar-collapse {
	margin-right: 0;
	margin-left: 0;
}
/* Always float the navbar header */
.navbar-header {
	float: left;
}
/* Undo the collapsing navbar */
.navbar-collapse {
	display: block !important;
	height: auto !important;
	padding-bottom: 0;
	overflow: visible !important;
	visibility: visible !important;
}
.navbar-toggle {
	display: none;
}
.navbar-collapse {
	border-top: 0;
}
.navbar-brand {
	margin-left: -15px;
}
/* Always apply the floated nav */
.navbar-nav {
	float: left;
	margin: 0;
}
.navbar-nav > li {
	float: left;
}
.navbar-nav > li > a {
	padding: 15px;
}
/* Redeclare since we override the float above */
.navbar-nav.navbar-right {
	float: right;
}
/* Undo custom dropdowns */
.navbar .navbar-nav .open .dropdown-menu {
	position: absolute;
	float: left;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .15);
	border-width: 0 1px 1px;	
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	color: #333;
}
a:hover{
	color:#ff4444;
}
.navbar .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar .navbar-nav .open .dropdown-menu > li > a:focus,
.navbar .navbar-nav .open .dropdown-menu > .active > a,
.navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
	color: #fff !important;
	background-color: #428bca !important;
}
.navbar .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar .navbar-nav .open .dropdown-menu > .disabled > a:focus {
	color: #999 !important;
	background-color: transparent !important;
}
/* Undo form expansion */
.navbar-form {
	float: left;
	width: auto;
	padding-top: 0;
	padding-bottom: 0;
	margin-right: 0;
	margin-left: 0;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
/* Copy-pasted from forms.less since we mixin the .form-inline styles. */
.navbar-form .form-group {
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle;
}
.navbar-form .form-control {
	display: inline-block;
	width: auto;
	vertical-align: middle;
}
.navbar-form .form-control-static {
	display: inline-block;
}
.navbar-form .input-group {
	display: inline-table;
	vertical-align: middle;
}
.navbar-form .input-group .input-group-addon,
.navbar-form .input-group .input-group-btn,
.navbar-form .input-group .form-control {
	width: auto;
}
.navbar-form .input-group > .form-control {
	width: 100%;
}
.navbar-form .control-label {
	margin-bottom: 0;
	vertical-align: middle;
}
.navbar-form .radio,
.navbar-form .checkbox {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 0;
	vertical-align: middle;
}
.navbar-form .radio label,
.navbar-form .checkbox label {
	padding-left: 0;
}
.navbar-form .radio input[type="radio"],
.navbar-form .checkbox input[type="checkbox"] {
	position: relative;
	margin-left: 0;
}
.navbar-form .has-feedback .form-control-feedback {
	top: 0;
}
/* Undo inline form compaction on small screens */
.form-inline .form-group {
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle;
}
.form-inline .form-control {
	display: inline-block;
	width: auto;
	vertical-align: middle;
}
.form-inline .form-control-static {
	display: inline-block;
}
.form-inline .input-group {
	display: inline-table;
	vertical-align: middle;
}
.form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control {
	width: auto;
}
.form-inline .input-group > .form-control {
	width: 100%;
}
.form-inline .control-label {
	margin-bottom: 0;
	vertical-align: middle;
}
.form-inline .radio,
.form-inline .checkbox {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 0;
	vertical-align: middle;
}
.form-inline .radio label,
.form-inline .checkbox label {
	padding-left: 0;
}
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
	position: relative;
	margin-left: 0;
}
.form-inline .has-feedback .form-control-feedback {
	top: 0;
}
.lnav {
	height: 88px;
	padding-top: 16px;
}
.lnav ul {
	float: left;
	padding-right: 0;
	padding-left: 19px;
}
.lnav li {
	float: left;
	list-style-type: none;
	padding-right: 5px;
	line-height: 25px;
	padding-left: 5px;
	padding-top: 2px;
	color: #FFF;
}
.lnav li a {
	color: #FFF;
	text-decoration: none;
}
.lnav li a:hover {
	color: #FF0;
	text-decoration: none;
}
.llogo {
	float: left;
	width: 210px;
}
.gg {
	height: 34px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f2f2f2;
	background-color: #f7f7f7;
	line-height: 34px;
}
.tab-content ul {
	margin: 0px;
	padding: 10px 0;
}
.tab-content li {
	float: left;
	list-style-type: none;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f2f2f2;
	line-height: 24px;
	width: 110px;
	text-align: center;
}
.tab-content li > a{
	color:#1B1B1B;
}
.tab-content li > a:hover{
	color:#FF4444;
}
.hd {
	margin: 0px;
	padding: 0px;
}
.hd span {
	background-color: rgba(0, 0, 0, 0.4);
	height: 30px;
	position: absolute;
	bottom: 0px;
	left: 10px;
	font-family: "微软雅黑";
	font-size: 16px;
	width: 255px;
	text-align: center;
	color: #FFF;
	line-height: 30px;
}
.hd span a {
	color: #FFF;
	text-decoration: none;
}
.hd li {
	float: left;
	padding-left: 10px;
	list-style-type: none;
	position: relative;
	margin-bottom: 14px;
	width: 50%;
	text-align: right;
}
.hd li span{display: none;}
.hd li img{
	width: 245px;
	height: 153px;
}

.col {
	float: left;
	width: 545px;
}
.col2 {
	float: left;
	width: 545px;
	margin-left: 15px;
}
.duoxuan {
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}
.duoxuan li {
	float: left;
	border-right-width: 1px;
	
	border-right-style: solid;
	
	border-right-color: #eee;

	padding-right: 5px;
	padding-left: 5px;
	height: 25px;
}
.duoxuan li:last-child{
	border:none;
}
.duoxuan a{
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid #FFF;
	line-height: 2;
}
.duoxuan a:hover {
	border: 1px solid #ff4f53;
	text-decoration: none;
}
.hd2 {
	margin: 0px;
	padding: 0px;
}
.hd2 span {
	background-color: rgba(0, 0, 0, 0.4);
	height: 30px;
	position: absolute;
	bottom: 0px;
	font-family: "微软雅黑";
	font-size: 16px;
	width: 505px;
	text-align: center;
	color: #FFF;
	line-height: 30px;
	left: 0;
}
.hd2 span a {
	color: #FFF;
	text-decoration: none;
}



.ttbg {
	background-color: #f2f2f2;
	height: 50px;
	line-height: 50px;
	padding-left: 10px;
	font-size: 18px;
}
.ftitle {
	margin: 0px;
	padding: 0px;
}
.ftitle li {
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	list-style-type: none;	
}
.ftitle a{color:#5E5E5E;font-size: 16px;}
.red {
	color: #CA0000;
}
.green {
	color: #07C160;
}
.blue { color:#0777dd}
.lul {
	margin: 0px;
	padding: 0px;
}
.lul li {
	float: left;
	list-style-type: none;
	width: 50%;
	line-height: 27px;
	font-size: 15px;
	font-weight: 500;
}
.lul li span{color:#797979;}
.lul li a{color:#000;}
h3 {
	margin: 0px;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 15px;
}
.home-cars .car > div:nth-child(3),.home-cars .car > div:nth-child(4){font-size: 13px;color: #7F7F7F;padding-left: 20px;}
.home-cars .car > div:nth-child(5){margin: 20px 0;}
.home-cars .car:nth-child(2){margin-top: 0;}
.car {
	line-height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f2f2f2;
	padding-top: 10px;	
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #f2f2f2;
	margin-top: 20px;
}
.title_bg {
	line-height: 40px;
	background-color: #f2f2f2;
	height: 40px;
	font-size: 18px;
}
.cxzs {
	padding-top: 10px;
	padding-bottom: 10px;
}
.cxzs dt {
	float: left;
}
.cxzs dd {
	line-height: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}


.jz {
	background-color: #CCC;
}
.news_list {
	padding-top: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f2f2f2;
	padding-bottom: 20px;
}
.news_list dt {
	float: left;
	margin-right: 15px;
}
.news_list h4 {
	height: 32px;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	font-weight: 500;
}
.news_list_con {
	color: #AAAAAA;
	font-size: 13px;
	line-height: 1.6;
}

.news_list2 {
	padding-top: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f2f2f2;
	padding-bottom: 20px;
}
.news_list2 dt {
	float: left;
	margin-right: 15px;
}
.news_list2 h4 {
	height: 35px;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	font-weight: bold;
}
.news_list2_con {
	color: #999;
}

.time {
	padding-top: 10px;
	color: #7F7F7F;
	font-size: 12px;
}
.jzcx {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f2f2f2;
	height: 110px;
}
.jzcx dt {
	float: right;
	padding-top: 15px;
}
.jzcx dd {
	float: left;
	padding-top: 35px;
	font-size: 14px;
}
.jzcx dd li{
	line-height: 2;
}
.jzcx ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.jzcx li {
	list-style-type: none;
}
.footer {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #ff4f53;
	padding-top: 10px;
	margin-top: 15px;
}
.footer a{
	color:#7F7F7F !important;
}
.logo2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f2f2f2;
	line-height: 70px;
	height: 70px;
}
.dh {}
.dh li {
	float: left;
	padding-right: 20px;
	padding-left: 20px;
	list-style-type: none;
}
.dh2 {
	background-color: #0777dd;
	line-height: 52px;
	height: 52px;
}
.dh2 ul {
	margin: 0px;
	padding: 0px;
}
.dh2 li {
	float: left;
	height: 52px;
	width: 120px;
	line-height: 52px;
	list-style-type: none;
	text-align: center;
}
.dh2 li a {
	display: block;
	color: #FFF;
	font-size: 16px;
}
.dh2 li a:hover,.dh2 li a.active {
	background-color: #FFF;
	display: block;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-top-color: #ff4f53;
	border-right-color: #ff4f53;
	border-bottom-color: #ff4f53;
	border-left-color: #ff4f53;
	color: #333;
	text-decoration: none;	
}
.carset-name{
	font-weight: bolder;
	font-size: 28px;
	padding-left: 10px;
}

.nav3-tabs{
	overflow: hidden;
	background-color: #FFF;
	border-bottom: solid 1px #F2F2F2;
}
.cux_list {
	padding-top: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E4E4E4;
	padding-bottom: 20px;
	height: 120px;
	line-height: 24px;
}
.cux_list dt {
	float: left;
	margin-right: 15px;
}
.cux_list h4 {
	height: auto;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	font-weight: bold;
}
.cux_list_con {
	color: #999;
}
.list_l {
	float: left;
	width: 200px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #f2f2f2;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 30px;
}
.list_r {
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 30px;
	width: 850px;
}
.list_r li {
	float: left;
	list-style-type: none;
	width: 135px;
}
.down_line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E4E4E4;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E4E4E4;
	margin-bottom: 20px;
	padding:30px 0;
	display: block;
}
.down-line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E4E4E4;	
	margin-bottom: 20px;
	padding:30px 0;
	display: table-row;
}
.fuwus {
	background-color: #f2f2f2;
	height: 140px;
}
.dh3 {	
	padding: 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #eee;			
	overflow: hidden;
	margin:0;
}
.dh3 li {
	float: left;
	list-style-type: none;
	padding-right: 10px;
	text-align: center;
	padding-left: 10px;
	margin-bottom: 10px;
}


.youhui_list {
	padding: 30px 0;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #f2f2f2;
	margin-bottom: 0;
}
.youhui_list dt {
	float: left;	
}
.youhui_list h4 {
	height: 25px;
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	font-weight: bold;
}
.youhui_list_con {
	color: #999;
}
.dh4 {
	padding-top: 15px;
	padding-bottom: 15px;
	margin: 25px auto;
}

.zw {
	line-height: 26px;
	padding: 10px;
}
.dh5 {
	margin: 0px;
	height: 30px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.dh5 li {
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	list-style-type: none;
	width: 80px;
}
.dh5 li a {
	text-decoration: none;
}
.dh5 li a:hover {
	border: 1px solid #F63;
	padding: 1px;
}
.pic {
	margin: 0px;
	padding: 0px;
}
.pic li {
	float: left;
	list-style-type: none;
	padding-right: 15px;
	padding-left: 28px;
	padding-top: 8px;
	padding-bottom: 8px;
}



.switchBox3 { }
.switchBox3 span {
	cursor: pointer;
	float: left;
	font-size: 12px;
	height: 66px;
	line-height: 22px;
	text-decoration: none;
	width: 105px;
	font-style: normal;
	font-family: "微软雅黑";
	margin-right: 0px;
	margin-left: 14px;
	background-image: url(../images/a1.png);
	background-repeat: no-repeat;
	background-position: left;
	color: #000;
	margin-bottom: 9px;
	margin-top: 0px;
	text-align: right;

}
.switchBox3 dt .on { background-image: url(../images/a2.png); background-repeat: no-repeat; background-position: left; }
.switchBox3 dt .on, .switchBox3 dt .active, .switchBox3 a:hover { color: #FFF; }
.switchBox3 dd {
	height: auto;
	min-height: 218px!important;
	font-family: "微软雅黑";
	font-size: 14px;
	line-height: 26px;
	clear: both;
	float: none;
	border-radius: 10px;
	color: #FFF;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}
#switchBox4 { width: 500px; }
#switchBox4 dt { height: 137px; margin-left: -1px; margin-bottom: 10px; }
.dw {
	background-color: #FFF;
	padding-bottom: 5px;
}
.news_car {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #f2f2f2;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.news_car li {
	background-image: url(news.png);
	background-position: 0px 18px;
	list-style-type: none;
	left: 15px;
	background-repeat: no-repeat;
	padding-left: 15px;
	line-height: 44px;
	height: 65px;
	margin-left: -5px;
}
.news_car li:hover {}
.news_car span {
	border: 1px solid #f2f2f2;
	margin-right: 10px;
	padding:2px 7px;
	font-size: 12px;

}
.jtitle {
	background-color: #f2f2f2;
	line-height: 40px;
	height: 40px;
	border: 1px solid #e4e4e4;
	padding-left: 15px;
}

/* 本例子css */

.ladyScroll {
	width: 1100px;
	height: 480px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-left: solid 1px #f2f2f2;
	border-right: solid 1px #f2f2f2;
}
.ladyScroll .prev, .ladyScroll .next {
	width: 30px;
	height: 61px;
	position: absolute;
	top: 220px;
	left: -30px;
	z-index: 100;
	cursor: pointer;
	background-image: url(btns.png);
	background-repeat: no-repeat;
}
.ladyScroll .next {
	left: auto;
	right: -30px;
	background-position: 0 -122px;
}
.ladyScroll .prev:hover {
	background-position: 0 -61px;
}
.ladyScroll .next:hover {
	background-position: 0 -183px;
}
.ladyScroll .scrollWrap {
	width: 1100px;
	margin-left: 0px;
	overflow: hidden;
	position: absolute;
}
.ladyScroll dl {
	float: left;
	width: 100%;
	text-align: center;
	position: relative;
}
/*.ladyScroll  span{display:block;width:298px;height:53px;position:absolute;left:5px;bottom:0;background:#5f626b;filter:alpha(opacity=80);opacity:0.80;}*/
.ladyScroll dt {
	width: 366px;
	overflow: hidden;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;	
	float: left;
}
.ladyScroll dt:nth-child(3n+3) > table{
	border-right-color: #FFF;
}
.ladyScroll dt:nth-child(3n+3) > table:hover{
	border: 1px solid #F60;	
}
.ladyScroll img {
	display: block;
}
.ladyScroll dl:hover span {
	background: #B52153;
}
.dlList ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.dlList li {
	float: left;
	padding-right: 15px;
	padding-left: 15px;
	list-style-type: none;
	background-color: #f2f2f2;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 10px;
}
.zs {
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
	height: 160px;
	font-weight: normal;
}
.zs:hover {
	border: 1px solid #F60;	
}

.zzcs {
	border: 1px solid #f2f2f2;
	margin-top: 15px;
	height: 370px;
}
.jtitle2 {
	background-color: #f2f2f2;
	line-height: 40px;
	height: 40px;
	padding-left: 15px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e4e4e4;
}
.zzcs_con {
	padding: 15px;
}
.zzcs ul {
	margin: 0px;
	padding: 0px;
}
.zzcs li {
	list-style-type: circle;
	line-height: 30px;
	margin-left: 10px;
}
.zzcs span {
	float: right;
	color: #999;
	margin-right: 15px;
}
.remen {
	height: 100px;
}

.ladyScroll222 {
	width: 1100px;
	height: 342px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.ladyScroll222 .prev, .ladyScroll222 .next {
	width: 30px;
	height: 61px;
	position: absolute;
	top: 130px;
	left: 0;
	z-index: 100;
	cursor: pointer;
	background: url(btns.png) no-repeat;
}
.ladyScroll222 .next {
	left: auto;
	right: 0;
	background-position: 0 -122px;
}
.ladyScroll222 .prev:hover {
	background-position: 0 -61px;
}
.ladyScroll222 .next:hover {
	background-position: 0 -183px;
}
.ladyScroll222 .scrollWrap {
	width: 1100px;
	margin-left: 0px;
	overflow: hidden;
	position: absolute;
}
.ladyScroll222 dl {
	width: 1100px;
	float: left;
	text-align: center;
	position: relative;
	width: auto;
}

.ladyScroll222 span a{
	color: #FFF;
	text-decoration: none;
	font-size: 16px;
}
.ladyScroll222  i{
	display: block;
	width: 265px;
	;
	height: 30px;
	position: absolute;
	;
	top: 340px;
	background: #5f626b;
	filter: alpha(opacity=80);
	opacity: 0.60;
	font-weight: normal;
	font-style: normal;
	margin-left: 0px;
	line-height: 30px;
	text-decoration: none;
	font-size: 16px;
	color: #FFF;
}
.ladyScroll222  i a{
	color: #FFF;
	text-decoration: none;
}
.ladyScroll222  b{
	display: block;
	width: 265px;
	;
	height: 30px;
	position: absolute;
	;
	background: #5f626b;
	filter: alpha(opacity=80);
	opacity: 0.60;
	top: 150px;
	margin-left: 0px;
	line-height: 30px;
	text-decoration: none;
	font-size: 16px;
	color: #FFF;
	font-style: normal;
	font-weight: normal;
}
.ladyScroll222 dt a span{
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	background: rgba(0,0,0,0.65);
	color:#FFF;
	font-size: 18px;
	line-height: 2.7;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: normal;
}
.ladyScroll222 dd a span{
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	background: rgba(0,0,0,0.65);
	color:#FFF;
	font-size: 16px;
	line-height: 2;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ladyScroll222 dd a span:hover,.ladyScroll222 dt a span:hover{
	color:#F44;
	text-decoration: underline;
}
.ladyScroll222  b a{
	color: #FFF;
	text-decoration: none;
}
.ladyScroll222 dt {
	width: 548px;
	margin-right: 0;
	overflow: hidden;
	margin-top: 0;	
	margin-bottom: 0;
	margin-left: auto;	
	height: 342px;
	float: left;
}
.ladyScroll222 dt a{
	display: block;
	height: 100%;
	width: 100%;
	position: relative;	
}
.ladyScroll222 dd{
	float: left;
	width: 552px;
} 
.ladyScroll222 img {
	display: block;
}

.ladyScroll222 dd a{
	display: block;
	width: 266px;
	height: 166px;
	margin-left: 10px;
	float: left;
	margin-bottom: 9px;
	position: relative;
	font-size: 18px;
}
.ladyScroll222 dd img{
	height: 100%;
	width: 100%;
}


.zs2 {
	border: 1px solid #f2f2f2;
	height: 370px;
}
.zs3 {
	border: 1px solid #f2f2f2;
	height: 180px;
}
.bd1 {
	line-height: 38px;
	height: 35px;
	width: 410px;
	border-radius: 5px;
	border: 1px solid #F60;
	background-image: url(search.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
}
.bd2 {
	line-height: 38px;
	height: 35px;
	width: 340px;
	border-radius:5px;
	border: 1px solid #F60;
	}
	
.wswt {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-left: 16px;
}
.wswt li {
	float: left;
	height: 58px;
	width: 58px;
	
	border: 1px solid #d7d7d7;
	text-align: center;
	line-height: 58px;
	color: #aaa;
	margin-left: 10px;
}
.wswt li:hover {
	border: 1px solid #ff5154;
}
	
	.w79 {
	color: #797979;
}
	
	
[class^='imghvr-'],
[class*=' imghvr-'] {
  position: relative;
  display: inline-block;
  margin: 0px;
  max-width: 100%;
  background-color: rgba(255, 255, 255, 0.75);
  color: #fff;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
[class^='imghvr-'] > img,
[class*=' imghvr-'] > img {
  vertical-align: top;
  max-width: 100%;
}
[class^='imghvr-'] figcaption,
[class*=' imghvr-'] figcaption {
  background-color: inherit;
  padding: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
[class^='imghvr-'] h3,
[class*=' imghvr-'] h3,
[class^='imghvr-'] p,
[class*=' imghvr-'] p {
  margin: 0;
  padding: 0;
  color: #aaaaaa;
}
[class^='imghvr-'] a,
[class*=' imghvr-'] a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
[class^='imghvr-'],
[class*=' imghvr-'],
[class^='imghvr-']:before,
[class^='imghvr-']:after,
[class*=' imghvr-']:before,
[class*=' imghvr-']:after,
[class^='imghvr-'] *,
[class*=' imghvr-'] *,
[class^='imghvr-'] *:before,
[class^='imghvr-'] *:after,
[class*=' imghvr-'] *:before,
[class*=' imghvr-'] *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
/* imghvr-fade
   ----------------------------- */
.imghvr-fade figcaption {
  opacity: 0;
  border: 1px solid #000;
}
.imghvr-fade:hover > img {
	opacity: 0;
	
}
.imghvr-fade:hover figcaption {
  opacity: 1;
}
.imghvr-fade p {
	padding-top: 10px;
}
.bj_title {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #DADADA;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bolder;
	height: 65px;
	padding-top: 28px;
	position: relative;
}
.black {
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}
.more {
	background-color: #f2f2f2;
	height: 35px;
	width: 100%;
	line-height: 35px;
	text-align: center;
	color: #999;
}









.llul {
	margin: 0;
	padding: 0
}
*, *:after, *:before {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: content-box;
	box-sizing: border-box
}

.side-pannel {
	position: fixed;
	left: 50%;
	margin-left: 565px;
	z-index: 99
}
.side-bar {
	border: 1px solid #E7E7E7;
	border-bottom: none;
	bottom: 200px;
	background-color: #b2b2b2;
}
.side-bar a {
	display: block;
	cursor: pointer;
	width: 70px;
	height: 60px;
	border-bottom: 1px solid #E7E7E7;
	position: relative;
	color: #676767;
	text-align: center
}
.side-bar a s {
	display: block;
	margin-left: auto;
	margin-right: auto
}
.side-bar a span {
	line-height: 20px
}
.side-bar a.gotop s {
	position: absolute;
	top: 50%;
	left: 17px
}
.side-bar a.text {
	padding-top: 25px
}

.g-icon-top {
	height: 20px;
	width: 35px;
	margin-top: -10px;
	background-position: 0 -33px
}
.g-icon-survey1 {
	height: 28px;
	width: 32px;
	margin-top: -12px;
	background-position: 0px 0
}
.side-bar a.survey:hover s {
	height: 28px;
	width: 32px;
	margin-top: -12px;
	background-position: 0px 0px
}

.g-icon-weibo1 {
	height: 28px;
	width: 32px;
	margin-top: -12px;
	background-position: -67px 0
}
.g-icon-weibo2, .side-bar a.weibo:hover s {
	height: 28px;
	width: 32px;
	margin-top: -12px;
	background-position: -67px -29px
}

.g-icon-qq1, .g-icon-qr1, .g-icon-qr2, .g-icon-survey1, .g-icon-survey2, .g-icon-top, .g-icon-weibo1, .g-icon-weibo2, .side-bar a.qr:hover s, .side-bar a.survey:hover s, .side-bar a.weibo:hover s {
	background-image: url(../images/sprite.png)
}

.no-col{
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.no-col-left{
	padding-left: 0 !important;
}

.no-col-right{
	padding-right: 0 !important;
}
.p15{
	padding-right: 15px !important;
}
.mb0{
	margin-bottom: 0 !important;
}
.carset-ul{
	height: 55px;overflow: hidden;
}
.city-list a{
	display: inline-block;margin:0 8px;
}
#myTab a{color:#7F7F7F;padding: 10px 12px !important;font-size: 20px;}
#myTab > li.active > a{
	color: #FF4444;
	font-weight: normal;
}
#myTab a:hover{
	color:#FF4444;
}
.home-name-info{display: block;}
.home-name-info:hover{
	text-decoration: none;
	color:auto !implode;
}
.con-tab{
	line-height: 2.2;
}

.btn-default{
	border-radius: 0;
	color:#333;
}
.no-wap{
	white-space: nowrap;
	overflow: hidden;
}
.m15{margin-right: 15px !important;}