.top {
	width: 100%;
	height: 102px;
	background: url(../img/top_back.gif) left center repeat-x;
	border-bottom: 1px solid #e8e8e8;
	box-shadow: 0px 3px 0px #f0f0f0;
}
.market_guide .nano .nano-content img {
    width: 100px;
    height: 60px;
}
.top .user {
	width: 1100px;
	line-height: 36px;
	margin: 0 auto;
}

.top .user>div {
	width: 49%;
}

.top .user>div:nth-child(2) {
	text-align: right;
}

.top .user div {
	display: inline-block;
}

.top .user a {
	font-size: 14px;
	color: #FFFFFF;
	margin-right: 20px;
}

.top .user a:hover {
	color: #82bb30;
}

.top .user .search {
	padding-left: 25px;
	background: url(../img/search-but.png) left center no-repeat;
}

.top .user .search:hover {
	background: url(../img/search.png) left center no-repeat;
}

.top .user .email {
	display: inline-block;
	padding-left: 20px;
	background: url(../img/email.gif) left center no-repeat;
}

.top .user .em_num {
	font-style: normal;
	background: url(../img/back_icon.png) center repeat-x;
	padding: 0 4px;
	margin-left: 10px;
	color: #FFFFFF!important;
}

.top .user .user_name {
	padding-left: 20px;
	background: url(../img/user.gif) left center no-repeat;
}

.top .user .user_name:hover {
	background: url(../img/user_r.gif) left center no-repeat;
}

.top .user .bute {
	padding: 3px 10px;
	background-color: #82bb30;
	color: #FFFFFF!important;
}

.top .nav {
	width: 1100px;
	line-height: 66px;
	margin: -2px auto 0 auto;
}

.top .nav .on {
	background-color: #82bb30;
	color: #FFFFFF!important;
}

.top .nav a:nth-child(1):hover {
	background-color: transparent;
}

.top .nav a {
	display: inline-block;
	height: 100%;
	padding: 0 15px;
	font-size: 16px;
	color: #333333;
}

.top .nav a:hover {
	background-color: #82bb30;
	color: #FFFFFF;
}

.top .nav * {
	vertical-align: middle;
}

.top .nav img {
	width: 186px;
	height: 37px;
}


/*主体*/

.section {
	width: 1100px;
	height: auto;
	margin: 0 auto;
}

.section .subject>div {
	display: inline-block;
	vertical-align: top;
}


/*定位*/

.section .location {
	margin: 15px 0;
	color: #999999;
}

.section .location * {
	color: #999999;
}

.section .subject .title_1 {
	position: relative;
	border-bottom: 1px solid #e5e5e5;
}

.section .subject .title_1 em {
	display: inline-block;
	color: #333333;
	padding: 3px 0;
	font-size: 18px;
	margin-bottom: -2px;
	border-bottom: 3px solid #82BB30;
}

.section .subject .title_1>a {
	position: absolute;
	display: block;
	top: 8px;
	right: 0;
	color: #82bb30;
	font-size: 14px;
}

.section .subject .title_1 span {
	margin-left: 20px;
}

.section .subject .title_1 span a {
	color: #666666;
	margin: 0 5px;
}

.section .subject .title_1 span .on {
	color: #82bb30;
}

.section .subject .title_2 {
	position: relative;
	color: #333333;
	font-size: 20px;
	padding-left: 10px;
	margin-bottom: 30px;
	border-left: 6px solid #82BB30;
}

.section .subject .title_2 a {
	position: absolute;
	top: 3px;
	right: 0;
	color: #82BB30;
	font-size: 16px;
}

.section .subject .title_3 {
	position: relative;
	height: 20px;
	margin-top: 15px;
	color: #000000;
	font-size: 18px;
	padding-left: 6px;
	line-height: 20px;
	border-left: 6px solid #82BB30;
}

.section .subject .title_3 a {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 14px;
	color: #747474;
}


/*左侧*/

.section .subject .sub_left {
	width: 780px;
	margin-right: 14px;
}


/*行业新闻*/

.section .subject .sub_left .indus_news>div {
	display: inline-block;
	vertical-align: top;
}

.section .subject .sub_left .indus_news .list_box {
	width: 370px;
	margin-left: 15px;
}

.section .subject .sub_left .indus_news .list_box h6 {
	color: #000000;
	height: 80px;
	font-size: 18px;
	line-height: 35px;
	margin-bottom: 10px;
}

.section .subject .sub_left .indus_news .list_box li {
	width: 100%;
	height: auto;
	overflow: hidden;
	line-height: 24px;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.section .subject .sub_left .indus_news .list_box li a:hover * {
	color: #82BB30!important;
}

.section .subject .sub_left .indus_news .list_box label {
	color: #999999;
}

.section .subject .sub_left .indus_news .list_box span {
	color: #666666;
	margin-left: 10px;
}

.section .subject .sub_left .indus_news img {
	width: 100%;
	height: 100%;
}


/*热销车型*/

.section .subject .sub_left .hot_rent {
	margin-top: 50px;
}

.section .subject .sub_left .hot_rent .page div[id*=page] {
	display: none;
}

.section .subject .sub_left .hot_rent .page div[id*=page]:nth-child(1) {
	display: block;
}

.section .subject .sub_left .hot_rent .page dl {
	margin-top: 30px;
	text-align: center;
	margin-right: 24px;
	vertical-align: top;
	display: inline-block;
	transition: all .5s;
}

.section .subject .sub_left .hot_rent .page dl:hover {
	transform: scale(1.01);
	box-shadow: 0px 2px 15px #d5d5d5;
	-moz-box-shadow: 0px 2px 15px #d5d5d5;
	-webkit-box-shadow: 0px 2px 15px #d5d5d5;
	-ms-box-shadow: 0px 2px 15px #d5d5d5;
	-o-box-shadow: 0px 2px 15px #d5d5d5;
}

.section .subject .sub_left .hot_rent .page dl:nth-child(3n+3) {
	margin-right: 0;
}

.section .subject .sub_left .hot_rent .page dl dd {
	line-height: 22px;
}

.section .subject .sub_left .hot_rent .page dl dd:nth-child(2) a {
	color: #333333;
}

.section .subject .sub_left .hot_rent .page dl dd:nth-child(2) a:hover {
	color: #82BB30;
}

.section .subject .sub_left .hot_rent .page dl dd:nth-child(3) {
	color: #666666;
	font-size: 14px;
}

.section .subject .sub_left .hot_rent .page dl em {
	color: #f20000;
	font-size: 16px;
	margin-right: 5px;
}
.section .subject .sub_left .hot_rent .page dt {
	width: 240px;
}
.section .subject .sub_left .hot_rent .page dl {
	width: 240px;
}
.section .subject .sub_left .hot_rent .page img {
	width: 240px;
	height: 158px;
}


/*热销车型*/

.section .subject .sub_left .hot_sale {
	margin-top: 30px;
	margin-bottom: 40px;
}

.section .subject .sub_left .hot_sale .list_box {
	margin-top: 15px;
}

.section .subject .sub_left .hot_sale .list_box .list a {
	position: relative;
	display: block;
	width: 74px;
	height: 37px;
	color: #333333;
	font-size: 12px;
	line-height: 37px;
	text-align: center;
	background-color: #f8f8f8;
}

.section .subject .sub_left .hot_sale .list_box li .on {
	color: #FFFFFF;
	background-color: #386ed3;
}

.section .subject .sub_left .hot_sale .list_box li .on:after {
	content: "";
	position: absolute;
	top: 35%;
	right: -12px;
	width: 0;
	height: 0;
	border-width: 6px;
	border-style: solid;
	border-color: transparent transparent transparent #386ed3;
}

.section .subject .sub_left .hot_sale .list_box .box div[id*=box] {
	display: none;
}

.section .subject .sub_left .hot_sale .list_box .list,
.section .subject .sub_left .hot_sale .list_box .box {
	display: inline-block;
	vertical-align: top;
}

.section .subject .sub_left .hot_sale .list_box .box table {
	display: inline-block;
	width: 325px;
	margin-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #e6e6e6;
    vertical-align: top;
}

.section .subject .sub_left .hot_sale .list_box .box th {
	color: #999999;
	font-size: 12px;
	font-weight: bold;
}

.section .subject .sub_left .hot_sale .list_box .box th:nth-child(1) {
	text-align: left!important;
	text-indent: 10px;
}

.section .subject .sub_left .hot_sale .list_box .box tr {
    height: 38px;
    color: #333333;
    line-height: 38px;
}

.section .subject .sub_left .hot_sale .list_box .box td:nth-child(1) a {
	display: inline-block;
	width:160px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	color: #333333;
	text-indent: 10px;
}

.section .subject .sub_left .hot_sale .list_box .box td:nth-child(1) a:hover {
	color: #82BB30;
}

.section .subject .sub_left .hot_sale .list_box .box td:nth-child(2) {
	text-align: center;
	background: url(../img/icon_0.png) left center no-repeat;
}

.section .subject .sub_left .hot_sale .list_box .box td:nth-child(3) {
	color: #F80000;
	text-align: center;
}


/*运营经销商*/

.section .subject .sub_left .opera_dealer .dealer a {
	width: 48%;
	text-align: left;
	padding: 10px 5px;
	margin: 10px 0;
	display: inline-block;
	border: 1px solid transparent;
}

.section .subject .sub_left .opera_dealer .dealer a:hover {
	border: 1px solid #E3E2E2;
}

.section .subject .sub_left .opera_dealer .dealer a:hover p:nth-child(1) {
	color: #82BB30;
}

.section .subject .sub_left .opera_dealer .dealer dt,
.section .subject .sub_left .opera_dealer .dealer dd {
	display: inline-block;
	vertical-align: middle;
}

.section .subject .sub_left .opera_dealer .dealer dt {
	width: 65px;
	height: 45px;
	margin-right: 10px;
	text-align: center;
	background-color: #FFFFFF;
	border: 1px solid #f1f1f1;
}

.section .subject .sub_left .opera_dealer .dealer dt img {
	width: 100%;
	height: 100%;
}

.section .subject .sub_left .opera_dealer .dealer p:nth-child(1) {
	width: 280px;
	height: 26px;
	color: #333333;
	overflow: hidden;
	line-height: 26px;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.section .subject .sub_left .opera_dealer .dealer span {
	display: inline-block;
	height: 14px;
	color: #999999;
	font-size: 14px;
	line-height: 14px;
}

.section .subject .sub_left .opera_dealer .dealer span:nth-child(1) {
	width: 146px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.section .subject .sub_left .opera_dealer .dealer span img {
	width: 14px;
	vertical-align: top;
}


/*高端访谈*/

.section .subject .sub_left .high_inter {
	margin-top: 20px;
}

.section .subject .sub_left .high_inter .inter div {
	width: 240px;
	margin-top: 30px;
	margin-right: 24px;
	vertical-align: top;
	display: inline-block;
}

.section .subject .sub_left .high_inter .inter div a {
	color: #333333;
}

.section .subject .sub_left .high_inter .inter div a:hover {
	color: #82BB30;
}

.section .subject .sub_left .high_inter .inter div:nth-child(3n+3) {
	margin-right: 0;
}

.section .subject .sub_left .high_inter .inter img {
	width: 235px;
	height: 158px;
	margin: 0 auto;
}


/*右侧*/

.section .subject .sub_right {
	width: 300px;
}

/*登录*/

.login-box{ border:1px solid #e2dede; overflow: hidden; height: 257px; width:303px}
.login-box .title{ color:#666; text-align: center; height: 25px; line-height: 25px; margin: 10px 0 15px;}
.login-box ul{ padding: 0 15px;}
.login-box ul li{ padding: 5px 0; overflow: hidden;}
.login-box ul li input{ transition: .5s; -moz-transition: .5s; -webkit-transition: .5s; -o-transition: .5s; -ms-transition: .5s;} .login-box ul li input:focus{ border-color: #d6d6d6; box-shadow: 0 0 8px #d4d4d4;}
.login-box ul li.username input[type=text]{ display: block; padding:0 5px 0 35px; width: 230px; background: url("/images/zyc/v20170517/dealerlogin.png") no-repeat 1px 1px; border:1px solid #e2dede; margin: 0 auto; height: 37px;}
.login-box ul li.userpaswd input[type=password]{ display: block; padding:0 5px 0 35px; width: 230px; background: url("/images/zyc/v20170517/dealerlogin.png") no-repeat 1px -58px; border:1px solid #e2dede; margin: 0 auto; height: 37px;}
.login-box ul li.code input[type=text]{ display: block; float: left; width: 90px; padding: 0 5px; border:1px solid #e2dede; margin: 0 auto; height: 37px;}
.login-box ul li.code img{ display: block; float: left; width: 95px; height: 39px; margin:0 5px;}
.login-box ul li.code a{ color:#666; float: left; line-height: 39px;transition: .2s; -moz-transition: .2s; -webkit-transition: .2s; -o-transition: .2s; -ms-transition: .2s;}
.login-box ul li.code a:hover{ color: #82bb30; text-decoration: none;}
.login-box ul li.but{ padding: 10px 0 20px;}
.login-box ul li.but a{ color:#999; float: left; text-decoration: underline; line-height: 28px;transition: .2s; -moz-transition: .2s; -webkit-transition: .2s; -o-transition: .2s; -ms-transition: .2s;}
.login-box ul li.but a:hover{ color: #82bb30;}
 .login-box ul li.but input[type=submit]{ background: #82bb30; color:#FFF; display: block; border:1px solid #82bb30; height: 30px; width: 100px; margin: 0 10px 0 0; float: left; cursor: pointer;}
 .member-box{ border:1px solid #e2dede; overflow: hidden; height: 257px;}
 .member-box .name-box{ padding: 0 10px; height: 25px; line-height: 25px; overflow: hidden; color:#666; text-align: center;}
.member-box .name-box span{ color:#ff3737;}
.member-box .border-title{ color:#818181; border-bottom:1px solid #dbdbdb; height: 12px; line-height: 25px; text-align: center; margin:8px 10px 20px;}
.member-box .border-title span{ padding: 0 10px; background: #FFF;}
.ul{ width: 240px; margin: 0 auto;}
.ul li{ float: left; width: 80px; text-align: center;}
.ul li .icon{ width: 40px; height: 40px; display: block; margin: 0 auto; background: url("/images/zyc/v20170517/yidl.png") no-repeat -8px -4px;}
.ul li .icon01{ background-position: -100px -4px;}
.ul li .icon02{ background-position: -189px -4px;}
 .ul li .icon03{ background-position: -8px -49px;}
.ul li .icon04{ background-position: -99px -49px;}
.ul li .icon05{ background-position: -188px -49px;}
.ul li p{ height: 25px; line-height: 25px; overflow: hidden; padding: 0 5px;}
.ul li p a{ color:#666;transition: .2s; -moz-transition: .2s; -webkit-transition: .2s; -o-transition: .2s; -ms-transition: .2s;}
.ul li p a:hover{ color: #82bb30;}

.login-mrap {
	width: 265px;
	background: #FFF;
	margin: 0 auto;
	padding: 20px 15px;
	border: 1px solid #e2dede;
}

.login-mrap:after {
	content: ".";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
}

.login-mrap .title {
	color: #666666;
	font-size: 14px;
	margin-bottom: 10px;
}

.login-mrap .login-box:after {
	content: ".";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
}

.login-mrap .login-box .login-fl input {
	border: 1px solid #a4a4a4;
	margin: 0;
	width: 220px;
	height: 37px;
	color: #333;
	font-family: "Microsoft YaHei", "SimSun", Arial, Helvetica, sans-serif;
	padding-left: 40px;
}

.login-mrap .login-box .login-fl .row:nth-child(1) {
	margin-top: 0px;
}

.login-mrap .login-box .login-fl .row {
	margin-top: 15px;
}

.login-mrap .login-box .login-fl .row:after {
	content: ".";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
}

.login-mrap .login-box .login-fl .row .on:focus {
	border-color: #82bb30;
}

.login-mrap .login-box .login-fl .row #Account {
	background-image: url(../img/dealerlogin.png);
	background-position: 5px top;
	background-repeat: no-repeat;
}

.login-mrap .login-box .login-fl .row #Password {
	background-image: url(../img/dealerlogin.png);
	background-position: 5px -58px;
	background-repeat: no-repeat;
}

.login-mrap .login-box .login-fl .code input {
	width: 110px;
	display: block;
	float: left;
	padding-left: 0!important;
	text-indent: 10px;
}

.login-mrap .login-box .login-fl .code img {
	display: block;
	float: left;
	margin-left: 5px;
	width: 100px;
	height: 38px;
}

.login-mrap .login-box .login-fl .code a {
	color: #666666;
	line-height: 45px;
	margin-left: 3px;
	transition: color 0.2s;
	-moz-transition: color 0.2s;
	-webkit-transition: color 0.2s;
	-o-transition: color 0.2s;
	-ms-transition: color 0.2s;
}

.login-mrap .login-box .login-fl .code a:hover {
	color: #82bb30;
}

.login-mrap .login-box .login-fl .login-but {
	width: 112px;
	cursor: pointer;
	color: #FFF;
	padding: 0;
	background: #82bb30;
	border: none;
	height: 26px;
	font-family: "Microsoft YaHei", "SimSun", Arial, Helvetica, sans-serif;
	transition: background 0.2s;
	-moz-transition: background 0.2s;
	-webkit-transition: background 0.2s;
	-o-transition: background 0.2s;
	-ms-transition: background 0.2s;
}

.login-mrap .login-box .login-fl .login-but:hover {
	background: #8fcc34;
}


/*租车信息*/

.subject .sub_right .rent_info li {
	padding: 15px 0;
	line-height: 24px;
	border-top: 1px solid #efefef;
}

.subject .sub_right .rent_info li:nth-child(1) {
	border-top: 0;
}

.subject .sub_right .rent_info li a {
	color: #666666;
	font-size: 14px;
}

.subject .sub_right .rent_info li a:hover {
	color: #82BB30;
}


/*行情导购*/

.subject .sub_right .market_guide div a {
	display: block;
	padding: 15px 0;
	border-top: 1px dashed #e1e1e1;
}

.subject .sub_right .market_guide div a:nth-child(1) {
	border-top: 0;
}

.subject .sub_right .market_guide dt,
.subject .sub_right .market_guide dd {
	display: inline-block;
	vertical-align: middle;
}

.subject .sub_right .market_guide dt {
	width: 100px;
}

.subject .sub_right .market_guide dd a {
	display: block;
	width: 160px;
	height: auto;
	color: #494949;
	font-size: 14px;
	margin-left: 6px;
}

.subject .sub_right .market_guide dd a:hover {
	color: #82BB30;
}


/*运营商新闻*/

.subject .sub_right .opera_news ul li {
	width: 280px;
	padding: 10px 0;
	line-height: 26px;
	border-top: 1px solid #ebebeb;
}

.subject .sub_right .opera_news ul li:nth-child(1) {
	border-top: 0;
}

.subject .sub_right .opera_news ul li a {
	color: #666666;
}

.subject .sub_right .opera_news ul li a:hover {
	color: #82BB30;
}

.subject .sub_right .opera_news ul li .time {
	color: #b4b3b3;
}


/*用户操作*/

.sub_right .handle {
	padding: 0;
	width: 300px;
	height: 201px;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid #f3f3f3;
	background-color: #FFFFFF!important;
}

.sub_right .handle a {
	display: inline-block;
	width: 49%;
	padding-top: 12px;
	height: 88px;
	text-align: center;
}

.sub_right .handle a:hover {
	opacity: 0.8!important;
}

.sub_right .handle a:nth-child(odd) {
	border-right: 1px solid #F3F3F3;
}

.sub_right .handle div:nth-child(1) {
	border-bottom: 1px solid #f3f3f3;
}

.sub_right .handle span {
	display: block;
	color: #1C1C1C;
}

.rent_info,.market_guide,.opera_news{
	background-color: #f9f9f9;
	padding: 10px;
	margin-top: 34px;
}

/*活动*/

.section .activity  {
	margin-top: 20px;
}

.section .activity .exhiby dt,
.section .activity .exhiby dd {
	display: inline-block;
	vertical-align: top;
}

.section .activity .exhiby dt {
	width: 325px;
	line-height: 24px;
}

.section .activity .exhiby dt a:hover {
	color: #82BB30;
}

.section .activity .exhiby dt em {
	display: block;
	color: #999999;
	margin-top: 5px;
}

.section .activity .exhiby dt img {
	width: 325px;
	height: 220px;
}

.section .activity .exhiby dd {
	width: 770px;
}

.section .activity .exhiby dd div {
	display: inline-block;
	vertical-align: top;
	width: 220px;
	line-height: 24px;
	margin-left: 32px;
	margin-bottom: 40px;
}

.section .activity .exhiby dd div a {
	color: #333333;
}

.section .activity .exhiby dd div a:hover {
	color: #82BB30;
}

.section .activity .exhiby dd a img {
	width: 220px;
	height: 145px;
}


/*底部*/

.footer {
	width: 100%;
	height: 203px;
	background-color: #2d3237;
	padding-top: 20px;
	margin-top: 20px;
}

.ft_div {
	margin: 0 auto;
	width: 1100px;
	color: #dddddd;
}

.ft_div_01 {
	float: left;
	width: 1100px;
	margin: 0 auto;
}

.ft_div_01>ul>li {
	float: left;
	border-right: 1px solid #dddddd;
	width: 30%;
}

.ft_div_01>ul>li>div>p {
	margin: 12px 0;
	font-size: 14px;
}

.ft_div_01>ul>li:last-of-type {
	border: 0;
}

.ft_div_01_nav {
	margin: 9px 0 15px 8px;
}

.ft_div_01_nav>a {
	color: #dddddd;
	text-decoration: none;
	border-right: 1px solid #dddddd;
	display: inline-block;
	width: 70px;
	margin-bottom: 7px;
	text-align: center;
	font-size: 14px;
}

.ft_div_01_nav>a:last-of-type {
	border: 0;
}

.ft_erweima>img {
	margin-top: 10px;
	margin-left: 40px;
}

.ft_div_02 {
	float: left;
	width: 1100px;
	text-align: center;
	margin-top: 20px;
}

.ft_div_02 a {
	color: #DDDDDD;
	text-decoration: none;
}

.hot_rent,
.hot_sale,
.opera_dealer,
.high_inter {
	margin-top: 30px;
}


/*滚动*/

.scroll {
	width: 50px;
	position: fixed;
	bottom: 30px;
	left: 50%;
	margin-left: 560px;
}

.qq,
.letter,
.return {
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 1px solid #c1c1c1;
	background-color: transparent;
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 5px;
}

.scroll .qq {
	background-image: url(../img/qq0.png);
}

.scroll .qq:hover {
	background-color: #C1C1C1!important;
	background-image: url(../img/qq1.png)!important;
}

.scroll .letter {
	background-image: url(../img/youjian0.png);
}

.scroll .letter:hover {
	background-color: #C1C1C1!important;
	background-image: url(../img/youjian1.png)!important;
}

.scroll .return {
	background-image: url(../img/top0.png);
}

.scroll .return:hover {
	background-color: #C1C1C1!important;
	background-image: url(../img/top1.png)!important;
}