/***********    首页  1  **********/
.common_logo{
    background-color: #fff;
    text-align: center;
    padding-top: 50px;
}
.common_logo img{
    width: 380px;
    height: 130px;
}
/* 顶部banner */
.wr_content {
	width: 100%;
	height: 80px;
}

.wr_content img {
	width: 100%;
	height: 80px;
}


.site-nav {
	position: relative;
	z-index: 20;
	height: 31px;
	line-height: 31px;
	background-color: #f8f8f8;
	color: #959595;
	border-bottom: 1px solid #f0f0f0;
}

.site-nav-welcome {
	color: #333333;
	font-size: 12px;
	float: left;
	position: relative;
	padding-right: 10px;
}

.site-nav-a {
	float: left;
	position: relative;
}


/* 添加 */

.site-nav-member li {
	position: relative;
	float: left;
}

.site-nav-member li:after {
	position: absolute;
	content: "";
	right: 0;
	top: 7px;
	width: 1px;
	height: 18px;
	background: #eeeeee;
}

.site-nav-member li.last:after {
	display: none;
}

.site-nav-member li .web-hover {
	line-height: 31px;
	height: 31px;
	padding: 0 24px 0 16px;
	font-size: 12px;
	color: #333333;
	z-index: 100;
	position: relative;
}

.site-nav-member li .member-text {
	position: absolute;
	left: 0;
	top: 31px;
	width: 100%;
	text-align: center;
	line-height: 27px;
	background-color: #fff;
	border: 1px solid #ddd;
	display: none;
}

.site-nav-member li:hover .member-text {
	display: block;
}

.member-text div a:hover {
	color: red;
}

.site-nav-arr {
	position: relative;
	top: -2px;
	left: 8px;
	width: 8px;
	height: 4px;
	display: inline-block;
	background: url("../images/index_Sprite.png") no-repeat -5px -9px;
}

.site-nav-spacer {
	width: 1px;
	height: 18px;
	background-color: #eeeeee;
	margin: 9px 6px 0;
}

.header_car {
	position: relative;
	background-color: #fff;
	box-shadow: 2px 5px 6px #e7e7e7;
}

.hea_content {
	/* margin-top: 20px; */
}

.header_logo {
	width: 336px;
	height: 112px;
	margin: 0 auto;
	padding: 30px 0;
}

.header_logo img {
	width: 100%;
}

.index_logo {
	float: left;
	width: 120px;
	height: 150px;
	text-align: center;
}

.index_logo img {
	width: 120px;
	margin-bottom: 10px;
}

.index_serch {
	float: left;
	width: 620px;
}

.index_serch ul {
	width: 200px;
	font-size: 18px;
	margin-bottom: 15px;
}

.index_serch ul li {
	float: left;
	margin-right: 20px;
	cursor: pointer;
}

.index_serch .tab_ul_current {
	color: #f10215;
	font-weight: bold;

}

select {
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	/*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
	border: none;
	/*很关键：将默认的select选择框样式清除*/
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	/*将背景改为绿色*/
	/*留出一点位置，避免被文字覆盖*/
	padding-right: 14px;
	background: url("../images/index_Sprite.png") no-repeat 53px 0px;
}


/*清除ie的默认选择框样式清除，隐藏下拉箭头*/

select::-ms-expand {
	display: none;
}

.top-select {
	position: relative;
	width: 120px;
	line-height: 46px;
	height: 46px;
	text-align: center;
	float: left;
	border-left: 2px solid #f10215;
	border-top: 2px solid #f10215;
	border-bottom: 2px solid #f10215;
}

.xuan_select {
	width: 77px;
	border: 2px solid #f10215;
}

.index_serch_box {
	font-size: 16px;
	position: relative;
	/* height: 60px; */
}

.top-select .top-s-head {
	line-height: 36px;
	color: #fff;
	text-align: center;
	border: 2px solid #f10215;
	border-right: 0;
	cursor: pointer;
}

.search-input {
	width: 397px;
	height: 50px;
	border: 2px solid #f10215;
	border-right: 0;
	float: left;
	padding: 0 15px;
	font-size: 16px;
	border-left: 1px solid #f10215;
	line-height: 40px;
	/*IE8*/
	*line-height: 40px;
	/* IE7支持 */
	_line-height: 40px;
	/* IE6支持 */
	-ms-line-height: 40px;
	/*IE9+支持*/
	-webkit-line-height: 1;
	/*chrome safair*/
	-moz-line-height: 40px;
	/*火狐*/
	vertical-align: middle;
}

#search-list{
	width: 396px;
	position: absolute;
	top: 50px;
	left: 122px;
	background-color: #fff;
	border: 1px solid #eee;
}
#search-list > li{
	width: 366px;
	padding: 5px 15px;
	border-bottom: 1px dashed #f5f5f5;
}
.search-btn {
	width: 100px;
	height: 50px;
	line-height: 50px;
	background-color: #f10215;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
}

.top-select:hover .top-s-text {
	display: block;
}

.header_weixin {
	float: right;
	width: 120px;
	height: 150px;
	text-align: center;
}

.header_weixin img {
	width: 120px;
	margin-bottom: 10px;
}

/* .inder_dim_rg {
	float: left;
	width: 25px;
	margin-left: 10px;
	line-height: 23px;
	font-size: 12px;
	color: #666666;
	overflow: hidden;
} */

.menu_all_cs {
	color: #fff;
	font-size: 14px;
	padding-left: 22px;
	line-height: 40px;
	background-color: #f10215;
	width: 178px;
	cursor: pointer;
}

.menu {
	float: left;
	margin-left: 20px;
}

.menu ul li {
	float: left;
	line-height: 40px;
	overflow: hidden;
	background-color: #fff;
	margin: 0 9px;
}

.menu ul li a:hover {
	background-color: #f10215;
	color: #fff;
}

.menu ul li a {
	display: block;
	text-align: center;
	color: #333333;
	font-size: 16px;
	padding: 0 20px;
}

.menu .current a {
	background-color: #f10215;
	color: #fff !important;
}

.index_phone {
	float: right;
	font-size: 16px;
	color: #333333;
	margin-top: 10px;
}

.index_phone p {
	float: left;
}

.index_tel {
	float: left;
	margin-right: 6px;
}


/* start 出发地 */
.address_hidebox {
	position: fixed;
	width: 326px;
	height: 190px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	z-index: 999;
	margin: auto;
}

.address_hidebox_two {
	width: 370px;
	height: 115px;
}

.address_box_top {
	height: 38px;
	line-height: 38px;
	color: #fff;
	font-size: 18px;
	background-color: #ff6600;
	padding: 0 20px;
}

.address_box_top_lf {
	float: left;
}

.address_box_top_rg {
	float: right;
}
.city_select_group{
	padding-top: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.city_select_group .list{
	flex: 1;
	text-align: center;
	font-size: 18px;
	cursor: pointer;
}
.city_select_group .list:hover{
	color: #ff6000;
}
/* end 出发地 */

/* 目的地 */

.destination_hidebox {
	position: fixed;
	width: 1050px;
	height: 580px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	z-index: 999;
	margin: auto;
}

.destination_hidebox_two {
	width: 1050px;
	height: 530px;
}

.destination_box_top {
	height: 38px;
	line-height: 38px;
	color: #fff;
	font-size: 18px;
	background-color: #ff6600;
	padding: 0 20px;
}

.destination_box_top_lf {
	float: left;
}

.destination_box_top_rg {
	float: right;
}
.destination_select_group{
	overflow: hidden;
	padding: 20px;
	font-size: 16px;
}
.destination_select_group li{
	float: left;
	width: 155px;
	border: 1px solid #999;
	line-height: 42px;
	margin-right: 14px;
	margin-bottom: 15px;
	text-align: center;
	cursor: pointer;
}
.destination_select_group li:nth-child(6n) {
	margin-right: 0;
}
.destination_select_group li:hover{
	background-color: #CB812E;
	border: 1px solid #CB812E;
	transition: all 1s;
	-ms-transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	color: #fff;
	border-radius: 5px;
}
/* end 目的地 */

/* 首页中间内容 */

.index_con_top {
	padding-bottom: 20px;
}

.con_top_carousel {
	float: left;
	margin-right: 19px;
	margin-left: 229px;
	margin-top: 20px;
}

.con_top_login {
	float: right;
	width: 250px;
	margin-top: 20px;
}

.meau_all_next {
	position: absolute;
	left: 0;
	top: 40px;
	margin-right: 19px;
	width: 188px;
	background-color: #de0112;
	padding-left: 12px;
	padding-top: 27px;
	padding-bottom: 9px;
	z-index: 99;
	height: 514px;
}

.hea_meu_lf {
	position: relative;
	float: left;
}

.meau_all_next ul li {
	padding-bottom: 22px;
}

.meau_icon1 {
	float: left;
	width: 18px;
	height: 8px;
	top: 0;
	left: 0;
	position: relative;
	background: url("../images/spire.png") no-repeat -5px 0px;
	vertical-align: middle;
}

.meau_icon2 {
	background-position: -7px -15px !important;
	height: 15px;
	width: 16px;
}

.meau_icon3 {
	background-position: -7px -35px !important;
	height: 10px;
	width: 18px;
}

.meau_icon4 {
	background-position: -7px -48px !important;
	height: 13px;
	width: 17px;
}

.meau_icon5 {
	background-position: -7px -63px !important;
	height: 12px;
	width: 18px;
}

.meau_icon6 {
	background-position: -7px -79px !important;
	height: 10px;
	width: 17px;
}

.meau_icon7 {
	background-position: -7px -94px !important;
	height: 11px;
	width: 17px;
}

.meau_icon8 {
	background-position: -7px -113px !important;
	height: 8px;
	width: 17px;
}

.meau_introduce {
	float: left;
	margin-left: 10px;
	vertical-align: middle;
	margin-top: -5px;
	font-size: 14px;
	color: #fff;
}

.menu_two {
	margin-top: 10px !important;
	width: 152px;
	margin-left: 27px;
	color: #fff;
}

.menu_two ul li {
	float: left;
	padding-bottom: 0px !important;
	margin-left: 2px;
	color: #fff;
	font-size: 12px;
}


/* 轮播图 */

.slideBox {
	width: 700px;
	height: 300px;
	overflow: hidden;
	position: relative;
}

.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
}

.slideBox .bd img {
	width: 700px;
	height: 300px;
	display: block;
}

.slideBox .hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	height: 30px;
	line-height: 30px;
	text-align: center;
	_background: #000;
	_filter: alpha(opacity=60);
}

.slideBox .hd ul {
	text-align: right;
	padding-top: 5px;
	margin-right: 20px;
}

.slideBox .hd ul li {
	cursor: pointer;
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 13px;
	height: 13px;
	margin-left: 6px;
	overflow: hidden;
	line-height: 9999px;
	border: 1px solid #e5e5e5;
}

.slideBox .hd ul .on {
	cursor: pointer;
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 13px;
	height: 13px;
	margin-left: 6px;
	overflow: hidden;
	line-height: 9999px;
	border: 1px solid #ff7300;
	background-color: #ff7300;
}

.login_top {
	width: 100%;
	background-color: #fff;
}

.login_state {
	height: 214px;
}

.state_group {
	margin: 15px 0 0 5px;
}

.state_list {
	width: 80px;
}

.state_img {
	height: 24px;
	margin-bottom: 12px;
}

.state_img img {
	height: 24px;
}

.state_title {
	color: #666666
}

.login_Head_portrait {
	width: 75px;
	height: 74px;
	text-align: center;
	margin: 0 auto;
	padding-top: 17px;
}

.login_Head_portrait img {
	width: 75px;
	height: 74px;
	border-radius: 50%;
}

.login_describe {
	width: 216px;
	background-color: #f7f7f7;
	text-align: center;
	color: #666666;
	font-size: 12px;
	margin: 9px auto;
}

.login_block {
	width: 216px;
	margin: 22px auto 0;
}

.login_page {
	float: left;
	margin-right: 5px;
}

.registration_page {
	float: left;
}

.login_page a {
	display: inline-block;
	border: 1px solid #f66100;
	width: 103px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #f66100;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
}

.registration_page a {
	display: inline-block;
	display: inline-block;
	border: 1px solid #f66100;
	width: 103px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #f66100;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
}

.login_page a:hover {
	color: #fff;
	background-color: #f66100;
}

.registration_page a:hover {
	color: #fff;
	background-color: #f66100;
}

.login_list {
	width: 198px;
	margin: 19px auto 0;
	overflow: hidden;
}

.login_list ul {
	margin-right: -33px;
	overflow: hidden;
}

.login_list ul li {
	margin-right: 33px;
	float: left;
	width: 24px;
}

.log_list1 {
	height: 24px;
	width: 24px;
	overflow: hidden;
}

.log_list1 img {
	height: 24px;
	width: 24px;
}

.login_quick {
	margin-top: 14px;
	border-top: 1px solid #f1f1f1;
}

.login_quick_list1 {
	padding-left: 18px;
	float: left;
	line-height: 63px;
	border-right: 1px solid #f1f1f1;
	margin-right: 15px;
	padding-right: 17px;
}

.login_quick_list1 a {
	font-size: 12px;
	color: #666666;
}

.login_quick_list3 {
	float: left;
	line-height: 63px;
}

.login_quick_list3 a {
	font-size: 12px;
	color: #666666;
}

.login_quick_list1 a:hover {
	color: #f66100;
}

.login_quick_list3 a:hover {
	color: #f66100;
	transition: 0.5s;
}

.login_search {
	width: 100%;
	background-color: #fff;
	padding-bottom: 24px;
	margin-top: 21px;
}

.login_search_top {
	width: 100%;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	display: block;
	background-color: #f66000;
}

.login_search_boot {
	width: 211px;
	margin: 18px auto 0;
}

.sea_input_list {
	margin-bottom: 12px;
}

.sea_input_list input {
	width: 130px;
	height: 22px;
	border: 1px solid #e7e7e7;
	padding-left: 6px;
	padding-right: 6px;
}

.sea_input_list label {
	font-size: 12px;
	color: #666666;
}

.login_open a {
	display: block;
	width: 211px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	color: #fff;
	margin: 11px auto 0;
	background-color: #f66000;
}


/* 第二个轮播图 */
.slide_two {
	width: 700px;
	background-color: #fff;
	height: 209px;
	margin-top: 20px;
}

.picScroll-left {
	position: relative;
	height: 166px;
	overflow: hidden;
}

.picScroll-left .hd .prev {
	position: absolute;
	background: url("../images/ri_jian.png") no-repeat center center;
	margin-top: 20px;
}

.picScroll-left .hd .next {
	position: absolute;
	right: 0;
	margin-top: 20px;
	background: url("../images/lf_jian.png") no-repeat center center;
}

.picScroll-left .hd .prev,
.picScroll-left .hd .next {
	display: block;
	width: 48px;
	height: 95px;
	float: right;
	overflow: hidden;
	cursor: pointer;
	top: 15px;
}

.picScroll-left .hd ul {
	float: right;
	overflow: hidden;
	zoom: 1;
	margin-top: 10px;
	zoom: 1;
}

.picScroll-left .hd ul li {
	float: left;
	width: 9px;
	height: 9px;
	overflow: hidden;
	margin-right: 5px;
	text-indent: -999px;
	cursor: pointer;
	background: url("images/icoCircle.gif") 0 -9px no-repeat;
}


/*  分开  */

.picScroll-left .bd {
	padding: 30px 10px 0;
	margin-left: 25px;
}

.picScroll-left .bd ul {
	overflow: hidden;
	zoom: 1;
}

.picScroll-left .bd ul li {
	margin: 0 8px;
	float: left;
	_display: inline;
	overflow: hidden;
}

.picScroll-left .bd ul li .pic img {
	display: block;
}

.picScroll-left .bd ul li .title {
	line-height: 24px;
}


/* 为了箭头左右 */

.nextStop {
	background-size: 30px 48px !important;
	background: url("../images/lun_orange_rg.png") no-repeat center center;
}

.prevStop {
	background-size: 30px 48px !important;
	background: url("../images/lun_orange_lf.png") no-repeat center center;
}

.picList li {
	width: 110px;
	height: 136px;
}

.picList li img {
	max-width: 100%;
	height: 96px;
}

.pic_describe {
	color: #ff6000;
	text-align: center;
	font-size: 14px;
	margin-top: 17px;
}

.pic_describe span {
	font-size: 18px;
}


/* 公告 */

.index_announcement {
	background-color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
}

.index_announ_list1 {
	border: 1px solid #ededed;
}

.announ_list1_lf {
	float: left;
	width: 200px;
	background-color: #f3f3f3;
	height: 62px;
	line-height: 62px;
	border-left: 1px solid #ededed;
	font-size: 18px;
	position: relative;
	color: #333333;
	padding-left: 20px;
}

.announ_list1_rg {
	position: relative;
	overflow: hidden;
	float: left;
	width: 975px;
	height: 62px;
	line-height: 62px;
}

.announ_list1_lf p::after {
	content: "";
	width: 5px;
	height: 18px;
	position: absolute;
	display: inline-block;
	top: 28px;
	left: 0;
	background-color: #ff4300;
}

.announ_list1_rg .bd {
	width: 100%;
	overflow: hidden;
}

.announ_list1_rg .bd ul {
	overflow: hidden;
	zoom: 1;
}

.announ_list1_rg .bd ul li {
	float: left;
	width: 975px;
	height: 62px;
	line-height: 62px;
}

.announ_list1_rg .bd ul li a {
	display: block;
	color: #333333;
}

.announ_list1_rg .bd ul li a span {
	color: #f10215;
	padding-left: 26px;
}

.index_announ_list2 {
	margin-top: 20px;
	margin-bottom: 20px;
	width: 1200px;
	height: 90px;
	overflow: hidden;
}

.index_announ_list2 img {
	max-width: 100%;
	height: 100%;
}

.index_announ_list3 {
	width: 1200px;
}

.announ_list3_lf {
	float: left;
	border: 1px solid #ededed;
	width: 586px;
	margin-right: 24px;
}

.announ_list3_rg {
	float: left;
	width: 586px;
	border: 1px solid #ededed;
}

.announ_list3_lf_tu {
	float: left;
	background-color: #f8f8f8;
	padding-top: 23px;
	padding-bottom: 28px;
	position: relative;
	width: 200px;
}

.announ_list3_lf_font {
	float: left;
	background-color: #fff;
	padding-top: 30px;
	position: relative;
	overflow: hidden;
	width: 359px;
	padding-left: 27px;
}

.announ_list3_lf_tu h2 {
	font-size: 18px;
	color: #333333;
	padding-left: 20px;
}

.announ_list3_lf_tu h3 {
	font-size: 18px;
	color: #333333;
	padding-left: 20px;
}

.announ_list3_lf_tu h3:after {
	content: "";
	width: 5px;
	height: 18px;
	position: absolute;
	display: inline-block;
	top: 28px;
	left: 0;
	background-color: #ff4a47;
}

.announ_list3_lf_tu h2:after {
	content: "";
	width: 5px;
	height: 18px;
	position: absolute;
	display: inline-block;
	top: 28px;
	left: 0;
	background-color: #ff4300;
}

.list3_lf_tu_car {
	margin-top: 70px;
	max-width: 100%;
	height: 128px;
	text-align: center;
}

.list3_lf_tu_car img {
	max-width: 100%;
	height: 100%;
}

.list3_lf_tu_button {
	margin-top: 20px;
	padding: 0 28px 0 20px;
}

.lista_buuton_lf {
	float: left;
	margin-right: 5px;
}

.lista_buuton_rg {
	float: left;
}

.lista_buuton_lf a {
	display: block;
	width: 70px;
	height: 23px;
	line-height: 23px;
	text-align: center;
	border: 1px solid #ff5400;
	color: #ff5400;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
}

.lista_buuton_rg a {
	display: block;
	width: 70px;
	height: 23px;
	line-height: 23px;
	text-align: center;
	font-size: 12px;
	border: 1px solid #ff5400;
	color: #ff5400;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
}

.lista_buuton_rg a:hover {
	background-color: #ff5400;
	color: #fff;
}

.lista_buuton_lf a:hover {
	background-color: #ff5400;
	color: #fff;
}


/* 第二个文字轮播图 */

.announ_list3_lf_font .infoList li {
	height: 24px;
	line-height: 24px;
}

.announ_list3_lf_font .infoList li .date {
	float: right;
	color: #999;
}

.infoList_shopping {
	color: #f10215;
	font-size: 12px;
	float: left;
	padding-right: 6px;
}

.infoList_company {
	float: left;
	font-size: 12px;
	color: #333333;
	width: 285px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.lista_buuton_lf1 {
	float: left;
	margin-right: 5px;
}

.lista_buuton_rg1 {
	float: left;
}

.lista_buuton_lf1 a {
	display: block;
	width: 70px;
	height: 23px;
	line-height: 23px;
	text-align: center;
	border: 1px solid #ff4a47;
	color: #ff4a47;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
}

.lista_buuton_rg1 a {
	display: block;
	width: 70px;
	height: 23px;
	line-height: 23px;
	text-align: center;
	font-size: 12px;
	border: 1px solid #ff4a47;
	color: #ff4a47;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
}

.lista_buuton_rg1 a:hover {
	background-color: #ff4a47;
	color: #fff;
}

.lista_buuton_lf1 a:hover {
	background-color: #ff4a47;
	color: #fff;
}


/* 特价车源 */

.index_options {
	background-color: #f2f2f2;
	padding-top: 40px;
	padding-bottom: 40px;
}

.options_title_Special {
	float: left;
	font-size: 18px;
	color: 3333333;
}

.options_more {
	float: right;
}

.options_more a {
	font-size: 12px;
	color: #666666;
}

.index_options_title {
	padding-bottom: 14px;
}

.index_options_list {
	overflow: hidden;
}

.index_options_list ul {
	overflow: hidden;
	margin-right: -21px;
}

.index_options_list ul li {
	width: 222px;
	float: left;
	margin-right: 21px;
	margin-bottom: 20px;
	background-color: #fff;
}

.index_options_list2 ul li {
	background-color: #f2f2f2 !important;
}

.options_list_car {
	width: 222px;
	height: 222px;
	overflow: hidden;
}

.options_list_car img {
	width: 222px;
	height: 222px;
	transform: all 1s;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
}

.options_list_car img:hover {
	transition: all 1s;
	transform: scale(1.2);
	overflow: hidden;
	cursor: pointer;
}

.options_car_number {
	padding-left: 14px;
	padding-top: 12px;
}

.car_number_money {
	float: left;
	font-size: 18px;
	color: #dd2727;
	margin-right: 25px;
}

.car_number_Browse {
	float: left;
	color: #999999;
	font-size: 12px;
	margin-top: 5px;
}

.car_number_money span {
	font-size: 12px;
}

.list_car_intro {
	margin-top: 12px;
	font-size: 12px;
	color: 3333333;
	padding-left: 14px;
	padding-right: 14px;
}

.list_car_intro_top {
	margin-bottom: 7px;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.index_special {
	background-color: #fff;
}

.index_special_list {
	padding-top: 20px;
}

.index_special_list_tu {
	width: 1200px;
	height: 90px;
	overflow: hidden;
	padding-bottom: 29px;
}

.index_special_list_tu img {
	max-width: 100%;
	height: 100%;
}

.indx_recommend {
	background-color: #fff;
}

.indx_recommend_top {
	margin-bottom: 26px;
}

.indx_recommend_top h2 {
	font-size: 18px;
	color: #333333;
	margin-bottom: 15px;
}

.rec_top_intro {
	border: 2px solid #f2f2f2;
	padding-top: 19px;
	padding-bottom: 2px;
	padding-left: 42px;
	overflow: hidden;
}

.rec_top_intro ul {
	margin-right: -40px;
	overflow: hidden;
}

.rec_top_intro ul li {
	float: left;
	width: 247px;
	margin-right: 40px;
}

.recom_list_header {
	padding-bottom: 24px;
}

.recom_ranking {
	float: left;
	font-size: 12px;
	color: #999999;
	margin-right: 10px;
}

.recom_company {
	float: left;
	font-size: 12px;
	color: #999999;
	margin-right: 100px;
}

.recom_serve {
	float: left;
	font-size: 12px;
	color: #999999;
}

.recom_list_header {
	padding-bottom: 24px;
}

.table_list_tu {
	float: left;
	padding-right: 13px;
	width: 20px;
	height: 22px;
	overflow: hidden;
}

.table_list_tu_one {
	background: url("../images/index_11.png") no-repeat;
	width: 20px;
	height: 22px;
	text-align: center;
	color: #eb6666;
	line-height: 22px;
	padding-top: 2px;
}

.table_list_tu_two {
	background: url("../images/index_22.png") no-repeat;
	width: 20px;
	height: 22px;
	text-align: center;
	color: #eb6666;
	line-height: 22px;
	padding-top: 2px;
}

.table_list_tu_thr {
	background: url("../images/index_33.png") no-repeat;
	width: 20px;
	height: 22px;
	text-align: center;
	color: #eb6666;
	line-height: 22px;
	padding-top: 2px;
}

.table_list_tu_four {
	background: url("../images/index_44.png") no-repeat;
	width: 20px;
	height: 22px;
	text-align: center;
	color: #8f8f8f;
	line-height: 22px;
	padding-top: 3px;
}

.table_list_company {
	float: left;
	font-size: 12px;
	padding-right: 15px;
	width: 130px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	margin-top: 4px;
}

.table_list_company a {
	display: block;
	color: #333;
}

.table_list_start {
	float: left;
	width: 61px;
	height: 18px;
	overflow: hidden;
	margin-top: 2px;
	text-align: left;
}

.table_list_start img {
	max-width: 100%;
	height: 100%;
}

.recom_table_list {
	margin-bottom: 16px;
}

.indx_recommend_boot {
	margin: 26px auto 0;
	width: 1200px;
	/* padding: 0 20px 20px 20px; */
	/* background-color: #fff; */
}

.indx_recommend_boot ul {
	overflow: hidden;
	padding-bottom: 20px;
}

.indx_recommend_boot > ul > li {
	float: left;
	width: 390px;
	margin-right: 15px;
	background-color: #fff;
}
.indx_recommend_boot > ul > li:last-child{
	margin-right: 0;
}
	
.indx_recommend_boot ul li h2 {
	font-size: 20px;
	color: #ff6600;
	text-align: center;
	padding: 20px 0;
}

.recom_boot_tu {
	background: url("../images/zheng_1.jpg") no-repeat;
	width: 390px;
	height: 160px;
	overflow: hidden;
}

.recom_boot_tu2 {
	background: url("../images/zheng_2.jpg") no-repeat;
}

.recom_boot_tu p {
	height: 30px;
	line-height: 30px;
	padding-left: 13px;
	color: #fff;
	width: 100%;
	margin-top: 130px;
	background: rgba(0, 0, 0, 0.5);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000, endcolorstr=#7F000000);
}

.recom_intro {
	margin-top: 5px;
	width: 390px;
	padding-bottom: 40px;
}

.recom_intro .infoList li {
	height: 38px;
	line-height: 38px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 20px;
	border-bottom: 1px dashed #eee;
	/* text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap; */
}
.recom_intro .infoList li:nth-child(10){
    border-bottom: none;
}

.recom_intro .infoList li .date {
	color: #333333;
	display: inline-block;
	width: 70px;
	margin-left: 7px;
}

.recom_intro .infoList li a {
	flex: 1;
	display: block;
	color: #333333;
	font-size: 14px;
}


/* 联系我们页面 */

.contact_con {
	background-color: #f5f5f5;
	padding-bottom: 90px;
}

.contact_crumbs {
	padding-bottom: 18px;
}

.contact_crumbs span {
	color: #999999;
	font-size: 12px;
}

.contact_crumbs a {
	font-size: 12px;
	color: #333333;
}

.contact_boot {
	width: 100%;
	background-color: #fff;
}

.contact_boot_tu {
	width: 1200px;
	height: 443px;
	overflow: hidden;
}

.contact_boot_tu img {
	width: 100%;
	height: 100%;
}

.contact_way {
	padding-top: 65px;
	width: 752px;
	margin: 0 auto;
}

.contact_way p {
	font-size: 16px;
	color: #666666;
	padding-bottom: 33px;
}

.contact_map {
	width: 1200px;
	height: 450px;
}

/* #allmap {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
	_filter: none;
} */

#allmap {
	width: 100%;
	height: 450px;
}

.contact_information {
	padding-bottom: 88px;
	width: 752px;
	margin: 0 auto;
}

.contact_information h1 {
	font-size: 20px;
	text-align: center;
	color: #f10215;
	margin-bottom: 25px;
}

.contact_information ul li {
	padding-bottom: 15px;
}

.contact_information ul li label {
	font-size: 14px;
	color: #666666;
}

.contact_information ul li input {
	width: 612px;
	height: 30px;
	border: 1px solid #e0e0e0;
	margin-left: 26px;
	padding: 0 15px;
}

.contact_information ul li textarea {
	width: 612px;
	height: 174px;
	border: 1px solid #e0e0e0;
	margin-left: 73px;
	margin-top: -17px;
	padding-top: 5px;
	padding: 6px 15px;
}

.contact_infor_con {
	display: block;
}

.contact_submit .sub {
	width: 139px;
	height: 33px;
	line-height: 33px;
	text-align: center;
	background: #f10215;
	display: inline-block;
	color: #fff;
	border: none;
	font-size: 16px;
	cursor: pointer;
	border-radius: 3px;
}

.contact_submit {
	margin-left: 74px;
}


/* 反馈侧边导航显示出来 */
.landsape_mask {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 998;
	background: rgba(0, 0, 0, 0.5);
}

.landsape_hidebox {
	position: fixed;
	width: 726px;
	height: 390px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	z-index: 999;
	margin: auto;
}

.landsape_hidebox_two {
	height: 615px;
	width: 870px;
}

.broadside_box_top {
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 19px;
	background-color: #f10215;
	padding: 0 20px;
}

.broadside_box_top_lf {
	float: left;
}

.broadside_box_top_rg {
	float: right;
}

.broad_bac_content {
	padding-left: 20px;
	margin-top: 30px;
}

.broad_content_font {
	width: 110px;
	height: 37px;
	line-height: 37px;
	text-align: right;
	font-size: 15px;
	font-weight: bold;
	float: left;
}

.broad_list1_lf {
	float: left;
	padding-left: 10px;
}

.broad_list1_lf ul {
	padding-left: 10px;
}

.broad_list1_lf .delivery {
	float: left;
	border: 1px solid #e9e9e9;
	width: 115px;
	height: 37px;
	text-align: center;
	line-height: 37px;
	margin-right: 6px;
	position: relative;
	cursor: pointer;
}

.broad_list1_lf .delivery .delivery_none {
	display: none;
	position: absolute;
	bottom: -3px;
	right: -10px;
	color: #f00;
	font-size: 16px;
	width: 40px;
	height: 33px;
}

.delivery.on {
	border: 1px solid #f00;
}

.pa_le {
	margin-left: 10px;
}

.broad_list1_lf_two {
	float: left;
}

.broad_p {
	font-size: 14px;
	color: #666;
	height: 40px;
	padding-top: 10px;
	margin-left: 15px;
}

.broad_list1_lf_two ul {
	padding-left: 20px;
	margin-right: -20px;
	overflow: hidden;
}

.broad_list1_lf_two ul li {
	float: left;
	width: 117px;
	height: 118px;
	margin-right: 20px;
}

.broad_check {
	float: left;
	width: 115px;
	height: 37px;
	line-height: 37px;
	color: #e7c389;
	margin-left: 8px;
	cursor: default;
}

.broad_content_list0 {
	margin-bottom: 15px;
}

.broad_content_list2 {
	margin-top: 15px;
}

.broad_content_list3 {
	margin-top: 15px;
}

.broad_list1_lf .bro_text {
	padding: 10px 20px;
	margin: 0 auto;
	margin-left: 10px;
	border: 1px solid #e9e9e9;
}

.broad_list1_lf textarea {
	height: 88px;
	width: 435px;
	padding-top: 5px;
	color: #333333;
	-ms-overflow-y: hidden;
	-webkit-overflow-y: hidden;
	-o-overflow-y: hidden;
	-ms-overflow-y: hidden;
	line-height: 22px\9;
	/*IE8*/
	*line-height: 22px;
	/* IE7支持 */
	_line-height: 22px;
	/* IE6支持 */
	-ms-line-height: 22px;
	/*IE9+支持*/
	-webkit-line-height: 1;
	/*chrome safair*/
	-moz-line-height: 22px;
	/*火狐*/
}

.broad_cantact {
	width: 439px;
	margin-left: 10px;
	border: 1px solid #e9e9e9;
	height: 37px;
	padding: 0 15px;
	line-height: 37px\9;
	vertical-align: middle;
}

.rob_submit {
	width: 95px;
	display: block;
	height: 35px;
	line-height: 35px;
	background-color: #f10215;
	text-align: center;
	color: #fff;
	margin-left: 30px;
	margin-top: 15px;
	font-size: 20px;
	border-radius: 4px;
}


/* 鼠标划过显示 */

.broad_show {
	position: absolute;
	width: 180px;
	border: 1px solid #e7e7e7;
	top: 446px;
	left: -181px;
	display: none;
	cursor: pointer;
	background-color: #fff;
}

.broad_show_line {
	height: 35px;
	line-height: 35px;
	color: #fff;
	padding-left: 20px;
	text-align: left;
	background-color: #f10215;
	font-size: 19px;
	border: 1px solid #f10215;
}

.broad_show_line_list {
	padding: 5px;
}

.broad_show_line_list ul li {
	height: 40px;
	width: 155px;
	margin: 0 auto;
	border-bottom: 1px solid #e9eeea;
}

.line_tu {
	float: left;
	width: 28px;
	height: 32px;
	text-align: center;
}

.line_server a {
	float: left;
	margin-left: 14px;
	line-height: 40px;
	color: #666666;
	font-size: 15px;
}

.line_server a:hover {
	color: #f10215;
}

.broad_tel {
	margin-top: 5px;
}

.broad_tel h2 {
	font-size: 18px;
	margin-top: 6px;
	padding-left: 20px;
	text-align: left;
}

.broad_tel p {
	color: #f10215;
	font-size: 20px;
	padding-bottom: 10px;
}


/* 汽车估价第二个页面 */

.valuation_cont_list1 {
	background-color: #fff;
	padding-top: 25px;
	padding-bottom: 24px;
	position: relative;
	margin-bottom: 20px;
}

.valuation_cont_list1 h2 {
	padding-left: 20px;
	font-size: 20px;
	color: #333333;
	margin-top: 6px;
	padding-bottom: 49px;
}

.valuation_cont_list1 h2:after {
	content: "";
	width: 4px;
	height: 33px;
	position: absolute;
	display: inline-block;
	top: 25px;
	left: 0;
	background-color: #f10215;
}

.val_list1_engine {
	padding-left: 26px;
}

.val_list1_engine_ul li {
	margin-bottom: 23px;
}

.val_list1_engine_ul .no_hide {
	display: none;
}

.list1_engine_lf {
	float: left;
	width: 82px;
	text-align: left;
	font-size: 16px;
	color: #333333;
}

.list1_engine_rg {
	float: left;
	padding-left: 20px;
}

.list1_engine_rg ul li {
	width: 190px;
	height: 100px;
	border: 1px solid #ddd7d3;
	margin-left: 10px;
	float: left;
	text-align: center;
	line-height: 100px;
	cursor: pointer;
	margin-bottom: 0px !important;
}

.list1_engine_rg ul li img {
	width: auto;
	max-height: 100%;
}

.car_on {
	border: 1px solid #f10215 !important;
}

.list2_engine_rg {
	float: left;
	padding-left: 20px;
}

.list2_engine_rg ul li {
	width: 190px;
	float: left;
	border: 1px solid #ddd7d3;
	margin-left: 10px;
	text-align: center;
	cursor: pointer;
	line-height: 48px;
	font-size: 16px;
	color: #333333;
	margin-bottom: 0px !important;
}

.list2_engine_rg input {
	width: 190px;
	float: left;
	border: 1px solid #ddd7d3;
	margin-left: 10px;
	text-align: center;
	height: 48px;
	line-height: 48px;
	font-size: 16px;
	color: #333333;
	margin-bottom: 0px !important;
}

.list3_engine_rg {
	float: left;
	padding-left: 20px;
}

.list3_engine_rg ul li {
	float: left;
	height: 48px;
	text-align: center;
	width: 158px;
	border: 1px solid #ddd7d3;
	margin-left: 10px;
	cursor: pointer;
	line-height: 48px;
	font-size: 16px;
	color: #333333;
	margin-bottom: 0px !important;
}

.valuat_look {
	width: 180px;
	height: 50px;
	line-height: 50px;
	margin: 80px auto;
}

.valuat_look a {
	display: block;
	font-size: 20px;
	color: #ffffff;
	background-color: #f10215;
	text-align: center;
	border-radius: 5px;
}


/* 去掉number的右边的默认样式 */

.mall_right_input input[type=number] {
	-moz-appearance: textfield;
}

.mall_right_input input[type=number]::-webkit-inner-spin-button,
.mall_right_input input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.scroll_txt_rg {
	float: left;
	margin-left: 18px;
}

.chevron-up {
	margin-bottom: 6px;
	margin-top: 12px;
	width: 0;
	height: 0;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-bottom: 11px solid #f10215;
	cursor: pointer;
}

.chevron-down {
	width: 0;
	height: 0;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-top: 11px solid #999999;
	cursor: pointer;
}

.logo_center .logo_bg {
	height: 500px;
	width: 100%;
	position: relative;
}

.logo_bg img {
	width: 1920px;
	left: 50%;
	margin-left: -960px;
	position: relative;
}

.logo_right {
	left: 68%;
	width: 370px;
	position: absolute;
	top: 62px;
	margin-right: -370px;
}

.logo_right_for {
	left: 68%;
	width: 346px;
	position: absolute;
	top: 26px;
	margin-right: -370px;
}


/* 底部 */

.footer {
	background-color: #121212;
	padding: 20px 0;
	text-align: center;
	margin: 0 auto;
}


.foot_btm_nav {
	margin-bottom: 4px;
}
.foot_btm_nav a{
	color: #666;
	padding: 0 3px;
}

.foot_btm_copy p {
	color: #666;
	line-height: 24px;
}

.foot_btm_copy a {
	color: #666;
	margin-left: 10px;
}


/* 侧边导航 */

.index_broadside {
	height: 100%;
	position: fixed;
	right: 0;
	top: 0;
	width: 36px;
	background: #e6e6e6;
	z-index: 222;
}

.index_broad_con {
	margin-top: 100px;
}

.broad_con_top_portrait {
	width: 36px;
	border-radius: 50%;
	text-align: center;
}

.broad_portrait_thr {
	height: 17px;
}

.broad_portrait_four {
	height: 26px;
	overflow: hidden;
}

.broad_portrait_two {
	height: 37px;
	overflow: hidden;
}

.broad_complain {
	cursor: pointer;
}

.broad_complain_one {
	cursor: pointer;
}

.broad_con_top_portrait img {
	max-width: 100%;
	height: 100%;
}

.broad_con_top ul li {
	margin-bottom: 24px;
}

.broad_con_top ul li p {
	text-align: center;
	margin-top: 3px;
	font-size: 12px;
	color: #444444;
}

.broad_con_boot {
	margin-top: 160px;
}

.broad_con_boot_tel {
	text-align: center;
	width: 36px;
	height: 21px;
	overflow: hidden;
}

.announcement_table thead tr,
.announcement_table tbody tr {
	width: 1200px;
}

.announcement_table tbody tr {
	width: 1200px;
	cursor: pointer;
}

.announcement_table tr td {
	text-align: center;
	border-left: 1px solid #DDDEE2;
	display: inline-block;
}

.broad_con_boot_tel img {
	max-width: 100%;
	height: 100%;
}

.foot_back {
	text-align: center;
	width: 36px;
	height: 18px;
	margin-top: 15px;
	margin-bottom: 20px;
	cursor: pointer;
}

.foot_back img {
	max-width: 100%;
	height: 100%;
}

.foot_clone {
	width: 36px;
	text-align: center;
	height: 16px;
	overflow: hidden;
	cursor: pointer;
}

.foot_clone img {
	max-width: 100%;
	height: 100%;
}


/********房加军**********/


/*登录*/

.logo_head {
	height: 130px;
	line-height: 130px;
}

.logo_head_img img {
	width: 200px;
}

.logo_head_img span {
	font-size: 24px;
	color: #7A7A7A;
	padding-left: 30px;
}

.logo_center {
	position: relative;
}

.logo_center .logo_form {
	width: 346px;
	background-color: #fff;
}

.logo_center .logo_form h2 {
	text-align: left;
	color: #cc181f;
	line-height: 50px;
	height: 50px;
	padding: 0 30px;
	font-size: 18px;
	border-bottom: 1px solid #F4F4F4;
}

.logon_cen {
	margin: 25px 20px;
}

.logo_bottom {
	margin-bottom: 20px;
}

.info-list {
	height: 35px;
	line-height: 35px;
	border: 1px solid #EDEDED;
	border-radius: 3px;
}

.base-info .info-list {
	margin-bottom: 20px;
	position: relative;
}

.for_yzm {
	width: 200px;
	border: 1px solid #EDEDED;
	border-radius: 3px;
}

.ui-nickname {
	width: 27px;
	height: 27px;
	display: inline-block;
	background: url(../images/name.png);
	margin: 4px 8.5px 4px 15px;
}

.ui-password {
	width: 27px;
	height: 27px;
	display: inline-block;
	background: url(../images/password.png);
	margin: 4px 8.5px 4px 15px;
}

.ui-yzm {
	width: 27px;
	height: 27px;
	display: inline-block;
	background: url(../images/yzm.png);
	margin: 4px 8.5px 4px 15px;
}

.ui-mobile {
	width: 27px;
	height: 27px;
	display: inline-block;
	background: url(../images/mobile.png);
	margin: 4px 8.5px 4px 15px;
}

.input-outer {
	width: 42px;
	float: left;
}

.s-txt {
	float: left;
	line-height: 35px;
	height: 35px;
	width: 262px;
	color: #333;
	font: 12px "microsoft yahei", Helvetica, Tahoma, Arial, "Microsoft jhengHei", sans-serif;
	line-height: normal;
	background: none;
	outline: none;
	padding: 0 15px;
	line-height: 35px\9;
	/*IE8*/
	*line-height: 35px;
	/* IE7支持 */
	_line-height: 35px;
	/* IE6支持 */
	-ms-line-height: 35px;
	/*IE9+支持*/
	-webkit-line-height: 1;
	/*chrome safair*/
	-moz-line-height: 35px;
	/*火狐*/
	vertical-align: middle;
}

.txt {
	line-height: 35px;
	height: 35px;
	width: 155px;
	color: #333;
	font: 12px "microsoft yahei", Helvetica, Tahoma, Arial, "Microsoft jhengHei", sans-serif;
	line-height: normal;
	background: none;
	outline: none;
	padding: 0 15px;
	line-height: 35px\9;
	/*IE8*/
	*line-height: 35px;
	/* IE7支持 */
	_line-height: 35px;
	/* IE6支持 */
	-ms-line-height: 35px;
	/*IE9+支持*/
	-webkit-line-height: 1;
	/*chrome safair*/
	-moz-line-height: 35px;
	/*火狐*/
	vertical-align: middle;
}

.yzm {
	border: none;
	background-color: #e4393c;
	color: #fff;
	height: 35px;
	line-height: 35px;
	padding: 0 10px;
	border-radius: 3px;
	line-height: 30px\9;
	/*IE8*/
	*line-height: 30px;
	/* IE7支持 */
	_line-height: 30px;
	/* IE6支持 */
	-ms-line-height: 30px;
	/*IE9+支持*/
	-webkit-line-height: 1;
	/*chrome safair*/
	-moz-line-height: 30px;
	/*火狐*/
	vertical-align: middle;
}

.btn_forgot {
	color: #666;
	text-align: right;
	display: block;
	font-size: 12px;
}

.btn .btn_logo {
	display: block;
	padding: 7px 0;
	color: #fff;
	text-align: center;
}

.logo_register {
	height: 48px;
	line-height: 48px;
	text-align: right;
	border-top: 1px solid #F4F4F4;
	padding: 0 20px;
}

.logo_register img {
	margin-top: 2px;
}

.logo_register .btn_register {
	color: #b61d1d;
	font-size: 14px;
	padding-left: 3px;
	vertical-align: middle;
}

.lo_top {
	margin: 25px 0;
}

.foot_logo {
	width: 396px;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}

.foot_re {
	padding-top: 45px;
}

.foot_logo {
	line-height: 23px;
	text-align: center;
}

.foot_logo a {
	color: #666666;
	font-size: 12px;
	padding: 0 6px;
}

.logo_footer_boot {
	text-align: center;
	line-height: 23px;
	font-size: 12px;
	color: #999;
}


/********************公告查询页面***************/

.container_bg {
	background-color: #F2F2F2;
}

.announcement_query {
	padding-bottom: 100px;
}

.announcement {
	padding-top: 45px;
}

.announcement_title {
	color: #1d2e61 !important;
	font-size: 14px;
}

.announcement_title span {
	color: #F10214;
}

.announcement_table {
	margin-top: 15px;
	border: 1px solid #ddd;
	background-color: #F8F8F8;
	height: 600px;
}

.announcement_table thead {
	background-color: #E6E8EA;
	line-height: 50px;
	height: 50px;
}

.announcement_table thead tr,
.announcement_table tbody tr {
	width: 1200px;
}

.announcement_table tr td {
	text-align: center;
	border-left: 1px solid #DDDEE2;
	display: inline-block;
}

.announcement_table tr .one {
	width: 35px;
}

.announcement_table tr .two {
	width: 42px;
}

.announcement_table tr .three {
	width: 90px;
}

/*******修改前*******/

.announcement_table tr td {
	overflow: hidden;
	height: 37px;
	line-height: 37px;
}

.announcement_table tr:nth-child(2n) {
	background-color: #DDDEE2;
}


/*******修改后*******/

.announcement_table tr .four {
	width: 105px;
}

.announcement_table tr .five {
	width: 73px;
}

.announcement_table tr .six {
	width: 82px;
}

.announcement_table tr .seven {
	width: 128px;
}

.announcement_table tr .eight {
	width: 120px;
}

.announcement_table tr td:first-child {
	border: none;
}

.announcement_table tbody tr {
	background-color: #fff;
	height: 37px;
	line-height: 37px;
}

.tob tr.on {
	background-color: #F0F1F2;
}

.announcement_table tr .red {
	color: #F10214;
}


/*分页*/

.page_box {
	overflow: hidden;
	margin-top: 20px;
}

.page_box .page_number {
	width: 200px;
	float: left;
	color: #999;
	line-height: 32px;
	height: 32px;
}

.my_page {
	float: right;
	padding-bottom: 37px;
	margin: 0 auto;
	text-align: center;
	width: 552px;
	padding-top: 0px;
}

.my_page_two {
	padding-bottom: 0px;
}

.page a,
.page span {
	font-size: 12px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	background-color: #fff;
	border-radius: 3px;
	margin-right: 13px;
	vertical-align: middle;
	color: #666;
	line-height: 32px;
	text-align: center;
	height: 32px;
	min-width: 24px;
	padding: 0 4px;
	border: 1px solid #dddddd;
	margin-left: -1px;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	float: left;
	font-family: "\5b8b\4f53";
}

.page span.current,
.page a:hover {
	position: relative;
	border-color: #f54d56;
	color: #fff;
	background: #f54d56;
}


/* 新增加页面 */

.page {
	width: 552px;
	padding-top: 70px;
	padding-bottom: 77px;
	margin: 0 auto;
}

.industry_box .industry_right {
	width: 358px;
	float: left;
}

.shop_right h3:hover {
	color: #ff6600;
	transition: 0.5s;
}

.industry_left_bottom li a .ul_right h3:hover {
	color: #F10214;
}

.bg_icon {
	background: url('../images/arrow.png') no-repeat;
	position: absolute;
	width: 16px;
	height: 16px;
	left: 3px;
	top: 15px;
}

.bg_icon1 {
	background-position: -7px -5px !important;
}

.page a.prev,
.page a.next {
	font-family: "黑体";
}

.page a:last-child {
	margin: 0;
}


/********************公告查询详情页面***************/

.announcement_details_title {
	overflow: hidden;
	font-size: 12px;
}

.query_detalis {
	padding-bottom: 65px;
}

.announcement_details_title h4 {
	color: #000;
	float: left;
	width: 66px;
}

.announcement_details_title .h4_right {
	float: left;
}

.announcement_details_ul {
	overflow: hidden;
	margin-top: 18px;
	overflow: hidden;
	margin-right: -15px;
}

.announcement_details_ul li {
	float: left;
	width: 185px;
	height: 185px;
	margin-right: 15px;
}

.announcement_details_ul li a {
	display: block;
}

.announcement_details_ul li a img {
	width: 100%;
}

.announcement_details_table {
	margin-top: 30px;
}

.announcement_list:last-child {
	border-bottom: 1px solid #DDDEE2;
}

.announcement_list tbody {
	font-size: 14px;
}

.announcement_details_table thead tr,
.announcement_details_table tbody tr {
	width: 1200px;
}

.announcement_details_table thead tr {
	width: 1200px;
	line-height: 55px;
	height: 55px;
	font-size: 16px;
	background-color: #E6E8EA;
	display: inline-block;
	border-left: 1px solid #DDDEE2;
	border-right: 1px solid #DDDEE2;
}

.announcement_details_table tr td {
	padding: 0 10px;
	border-left: 1px solid #DDDEE2;
	display: inline-block;
}

.announcement_details_table tbody tr td {
	width: 1180px;
	line-height: 37px;
	min-height: 37px;
}

.announcement_details_table tr .name {
	width: 185px;
	display: inline-block;
}

.announcement_details_table tr .numerical {
	width: 365px;
}

.announcement_details_table tr i.numerical {
	width: 300px;
	padding-left: 20px;
}

.announcement_details_table tbody tr:nth-child(2n-1) {
	background-color: #fff;
}

.announcement_details_table tbody tr .qita span {
	padding: 0 30px 10px 20px;
	line-height: 30px;
	display: inline-block;
}

.glance {
	overflow: hidden;
	width: 1200px;
}

.glance .glance_name {
	width: 200px;
	float: left;
	height: 70px;
}

.glance .glance_num {
	width: 365px;
	float: left;
	padding: 0 10px 10px 10px;
	border-left: 1px solid #DDDEE2;
	height: 70px;
	line-height: 30px;
}

.ta_right {
	border-right: 1px solid #DDDEE2;
}


/********************公告查询搜索页面***************/

.announcement_select {
	background-color: #fff;
	padding-bottom: 50px;
}

.ann_select_top {
	padding: 30px 23px 0px 23px;
}

.ann_select_box {
	overflow: hidden;
	margin-right: -70px;
}

.ann_select_box .ann_select_list {
	margin-right: -70px;
	overflow: hidden;
}

.ann_select_box .ann_select_list .top_box {
	width: 338px;
	overflow: hidden;
	float: left;
	margin-bottom: 10px;
	margin-right: 70px;
}

.ann_select_box .ann_select_list .top_box:last-child {
	margin: 0;
}

.ann_select_box .ann_select_list .top_box .top_left {
	width: 63px;
	float: left;
	line-height: 30px;
	height: 30px;
	font-size: 13px;
	color: #333333;
}

.top_box .top_right>span {
	line-height: 30px;
	height: 30px;
}

.ann_select_box .ann_select_list .top_box .top_right .top_input {
	width: 253px;
	border: 1px solid #ccc;
	height: 30px;
	padding: 0 10px;
	border-radius: 5px;
	line-height: 30px\9;
	/*IE8*/
	*line-height: 30px;
	/* IE7支持 */
	_line-height: 30px;
	/* IE6支持 */
	-ms-line-height: 30px;
	/*IE9+支持*/
	-webkit-line-height: 1;
	/*chrome safair*/
	-moz-line-height: 30px;
	/*火狐*/
	vertical-align: middle;
	/*box-sizing: border-box;*/
}

.top_right_input {
	width: 99px;
	border: 1px solid #ccc;
	height: 30px;
	padding: 0 10px;
	border-radius: 5px;
	line-height: 30px\9;
	/*IE8*/
	*line-height: 30px;
	/* IE7支持 */
	_line-height: 30px;
	/* IE6支持 */
	-ms-line-height: 30px;
	/*IE9+支持*/
	-webkit-line-height: 1;
	/*chrome safair*/
	-moz-line-height: 30px;
	/*火狐*/
}

.ann_select_box .ann_select_list .top_box .top_right span {
	padding: 0 10px;
	font-size: 13px;
}

.top_left .one {
	margin: 0 6.8px;
}

.top_left .two {
	margin-right: 26px;
}

.ann_select_radio .radio_box {
	overflow: hidden;
	padding: 15px 25px 20px 25px;
}

.app_radio {
	width: 95px;
	float: left;
	overflow: hidden;
	height: 21px;
	line-height: 21px;
	cursor: pointer;
}

.app_radio_left {
	width: 20px;
	float: left;
	margin-top: 3px;
	position: relative;
}

.app_radio_right {
	width: 70px;
	float: left;
}

.app_radio .app_radio_right .red {
	color: #000;
}

.app_radio_right .back {
	vertical-align: middle;
}

.app_radio_right .black {
	color: #000000;
	height: 21px;
	line-height: 21px;
	font-size: 12px;
}

.app_radio_last {
	width: 390px;
	float: left;
	overflow: hidden;
	line-height: 21px;
	height: 21px;
}

.app_radio_last .app_radio_left {
	width: 20px;
	float: left;
}

.app_radio_last .app_radio_right {
	width: 390px;
	float: left;
	margin-left: 20px;
}

.quick_tab_left .tab_left li {
	width: 84px;
	float: left;
	cursor: pointer;
	border-right: 1px solid #E6E6E6;
}

.app_radio_last .app_radio_right .red {
	color: #f00;
	height: 21px;
	line-height: 21px;
	font-size: 12px;
}

.select_button {
	width: 1200px;
	padding-bottom: 100px;
	text-align: center;
}

.btn {
	background-color: #e4393c;
	color: #fff;
	font-size: 20px;
	margin: 25px 0 auto;
	border: none;
	border-radius: 5px;
}

.seaech_btn {
	width: 180px;
	background-color: #F10214;
	color: #fff;
	display: inline-block;
	font-size: 20px;
	margin: 45px 0 auto;
	height: 50px;
	line-height: 50px;
	border: none;
	border-radius: 5px;
}


/*****************行业资讯**********************/

.industry_nav_title {
	padding: 25px 0 20px;
	overflow: hidden;
	font-size: 12px;
}

.industry_nav_title h4 {
	color: #999;
	float: left;
	width: 73px;
}

.industry_nav_title .h4_right {
	float: left;
}
.industry_nav_title .h4_right em{
	padding: 0 5px;
	font-weight: bold;
	font-size: 14px;
	color: #ff6000;
}
.industry .industry_bg {
	width: 1200px;
	height: 90px;
}

.industry .industry_box {
	overflow: hidden;
	margin-top: 20px;
}

.industry_box .industry_left {
	width: 820px;
	float: left;
	margin-right: 20px;
}

.industry_box .industry_left .industry_left_top {
	overflow: hidden;
}

.industry_box .industry_left .industry_left_top .top_left {
	width: 543px;
	float: left;
	height: 400px;
	margin-right: 20px;
}

.industry_box .industry_left .industry_left_top .top_left img {
	width: 543px;
	height: 400px;
}

.top_height {
	height: 195px;
}

.industry_left_top .top_right img {
	width: 257px;
	height: 195px；
}

.industry_box .industry_left .industry_left_top .top_right {
	width: 257px;
	float: left;
	height: 400px;
}

.industry_left_top .top_right .mt_img {
	margin-top: 20px;
	width: 257px;
	height: 195px；
}

.industry_left_bottom {
	overflow: hidden;
}

.industry_left_bottom li a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 25px 0;
	border-bottom: 1px solid #F0F0F0;

}

.industry_left_bottom li a .title {
	flex: 1;
	font-size: 16px;
	color: #262626;
	height: 28px;
	line-height: 28px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.industry_left_bottom li a .data {
	width: 180px;
	font-size: 14px;
	height: 28px;
	line-height: 28px;
	color: #999;
	margin-left: 30px;
}



.industry_box .industry_right {
	width: 358px;
	float: left;
}

.bg_icon {
	background: url('../images/arrow.png') no-repeat;
	position: absolute;
	width: 16px;
	height: 16px;
	left: 3px;
	top: 15px;
}

.bg_icon1 {
	background-position: -7px -5px;
}

.industry_right img {
	width: 100%;
}

.industry_right_bottom {
	margin-top: 35px;
}

.industry_right_bottom ul li {
	width: 358px;
	background-color: #F6F6F6;
}

.industry_right_bottom ul li:last-child {
	padding-bottom: 20px;
}

.industry_right_bottom ul li a {
	padding-top: 20px;
	display: block;
}

.industry_right_bottom ul li .in_ri_img {
	width: 318px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.industry_right_bottom ul li a .in_ri_img img {
	width: 100%;
	height: 180px;
}

.industry_right_bottom ul li .in_ri_bot {
	width: 318px;
	margin: 0 auto;
	padding-top: 20px;
	color: #737373;
}

.industry_right_bottom ul li .in_ri_bot .text {
	height: 20px;
	line-height: 20px;
	overflow: hidden;
}

.industry_right_bottom ul li .in_ri_bot .data {
	padding: 15px 25px 0;
	position: relative;
}

.industry_right_bottom ul li .in_ri_img img {
	width: 328px;
	height: 180px;
	-ms-transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
}

.indu_page_text {
	margin-top: 15px;
	background-color: #fff;
}

.indu_title {
	text-align: center;
	font-size: 18px;
	color: #000;
	padding: 0px 0 20px 0;
}

.indu_page_center {
	border-top: 1px solid #F0F0F0;
}

.indu_page_center .data {
	font-size: 12px;
	color: #999;
	text-align: center;
	padding: 20px 0 10px 0;
}

.indu_page_center .text_box {
	line-height: 27px;
	color: #666;
	padding: 30px 45px 0 45px;
}

.text_one {
	text-indent: 1em;
	text-align: center;
}


.indu_page_center .text_two {
	text-indent: 1em;
	padding-top: 30px;
}

.details_img {
	text-align: center;
	margin: 100px 0 60px;
}

.details_img img {
	width: 300px;
	height: 370px;
}

.indu_page_text_ul {
	color: #808080;
	padding-left: 45px;
	font-size: 12px;
	padding-bottom: 149px;
}

.indu_page_text_ul li {
	line-height: 27px;
}


/********************快速搜车***********************/

.search_car {
	width: 1200px;
}

.search_on {
	color: #F10214;
}

.search_car_top {
	border: 1px solid #E6E6E6;
}

.search_car_top .search_list {
	overflow: hidden;
	font-size: 12px;
	border-bottom: 1px solid #E6E6E6;
	line-height: 40px;
}

.search_car_top .search_list:last-child {
	border: none;
}

.search_car_top .search_list .search_list_left {
	width: 140px;
	padding-left: 30px;
	color: #999999;
	font-size: 12px;
}

.search_list .search_list_right {
	width: 1000px;
	line-height: 32px;
	padding: 4px 0;
	color: #000;
}

.search_list_right a {
	display: inline-block;
	height: 25px;
	line-height: 25px;
	padding: 0 14px;
	margin-right: 10px;
}

.search_list_right a.cur {
	background-color: #F10214;
	color: #fff;
}

.search_list_right a:hover,
.search_list_right a.cur {
	color: #fff;
	background-color: #F10214;
}

.range_left {
	margin-top: 3.5px;
}

.range_span {
	display: inline-block;
	box-sizing: border-box;
	width: 62px;
	height: 25px;
	line-height: 25px;
	border: 1px solid #e6e6e6;
	text-align: center;
	margin-right: 10px;
}

.search_multiple_left {
	width: 66px;
	text-align: center;
	margin-right: 10px;
	color: #666
}

.search_multiple_right {
	width: 920px;
}

.ground_lis {
	border-bottom: 1px solid #E6E6E6;
}

.ground_lis .groung_left {
	width: 140px;
}

.ground_left {
	width: 140px;
	padding-left: 30px;
	float: left;
	color: #999;
	font-size: 12px;
	line-height: 40px;
	height: 40px;
}

.search_box {
	overflow: hidden;
	font-size: 12px;
	line-height: 40px;
	height: 40px;
}

.search_box:last-child {
	border: none;
}

.search_box .ground_list_left {
	width: 52px;
	float: left;
	font-size: 12px;
	text-align: center;
	background-color: #F10214;
	color: #fff;
	height: 27px;
	line-height: 27px;
	margin: 7px 4px 7px 0;
}

.ground_list_right {
	width: 1028px;
}

.quick_car_box {
	margin-top: 20px;
}

.quick_tab {
	overflow: hidden;
	border: 1px solid #E6E6E6;
	background-color: #FAFAFA;
}

.quick_tab_left {
	width: 1090px;
	float: left;
	height: 48px;
	line-height: 48px;
}

.quick_tab_right {
	width: 105px;
	float: right;
	overflow: hidden;
	line-height: 48px;
	height: 48px;
}

.quick_tab_right .fp-text {
	color: #999;
	padding-right: 10px;
}

.quick_tab_right .fp-prev {
	display: inline-block;
	background-color: #F2F2F2;
	color: #747474;
	width: 22px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	font-family: "\5b8b\4f53";
}

.quick_tab_right .fp-next {
	display: inline-block;
	background-color: #fff;
	color: #747474;
	width: 22px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	font-family: "\5b8b\4f53";
	margin-left: 5px;
}

.quick_tab_right .fp-next:hover {
	background-color: #F2F2F2;
}

.quick_tab_left .tab_left {
	width: 175px;
	float: left;
	overflow: hidden;
	text-align: center;
	font-size: 12px;
}

.quick_tab_left .tab_left li {
	width: 86px;
	float: left;
	cursor: pointer;
	border-right: 1px solid #E6E6E6;
}

.quick_tab_left .tab_right {
	width: 132px;
	float: right;
	overflow: hidden;
	text-align: center;
}

.quick_tab_left .tab_right li {
	width: 62px;
	float: left;
	border-right: 1px solid #E6E6E6;
	cursor: pointer;
}

.quick_tab_left .tab_right li.cur_le {
	border-left: 1px solid #E6E6E6
}

.quick_tab_left .tab_right li.cur {
	background-color: #fff;
	color: #F10214;
}

.quick_tab_left .tab_left li.on {
	background-color: #F10214;
	color: #fff;
}

.i_left {
	padding-left: 3px;
}

.i_right {
	padding-right: 3px;
}

.quick_box ul {
	overflow: hidden;
	margin-right: -20px;
}


/*大图*/

.quick_box .max_ul li a .quick_img {
	height: 222px;
	width: 221px;
	overflow: hidden;
}

.quick_box .max_ul li a .quick_img img {
	width: 222px;
	height: 221px;
	transform: all 1s;
	-ms-transform: all 0.6s;
	transition-duration: 0.6s;
	-webkit-transition-duration: 0.6s;
	-ms-transition-duration: 0.6s;
	-o-transition-duration: 0.6s;
}

.quick_box .max_ul li a .quick_img img:hover {
	transform: all 1s;
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

.quick_box .max_ul li {
	width: 223px;
	height: 316px;
	float: left;
	margin: 20px 20px 0 0px;
	background-color: #F2F2F2;
}

.quick_box .max_ul li a,
.quick_box .list_ul li a {
	display: block;
}

.quick_box .max_ul li .text_box .box {
	overflow: hidden;
	padding: 10px;
	height: 20px;
	line-height: 20px;
}

.quick_box .max_ul li .text_box .box .money {
	width: 100px;
	float: left;
	font-size: 18px;
	color: #DD2828;
}

.quick_box .max_ul li .text_box .box .money span {
	font-size: 12px;
	color: #DD2828;
}

.quick_box .max_ul li .text_box .box .number {
	width: 100px;
	float: right;
	font-size: 12px;
	color: #B3B3B3;
	text-align: right;
}

.quick_box .max_ul li .text {
	padding: 0 10px 10px 10px;
	line-height: 20px;
	color: #363636;
	min-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}


/*列表*/

.quick_box .list_ul li {
	height: 190px;
	float: left;
	margin-top: 20px;
	background-color: #F2F2F2;
}

.quick_box .list_ul li {
	overflow: hidden;
}

.quick_box .list_ul li .img_left {
	width: 223px;
	height: 190px;
	float: left;
	overflow: hidden;
}

.quick_box .list_ul li .img_left img {
	width: 100%;
	height: 190px;
	transform: all 1s;
	-ms-transform: all 0.6s;
	transition-duration: 0.6s;
	-webkit-transition-duration: 0.6s;
	-ms-transition-duration: 0.6s;
	-o-transition-duration: 0.6s;
}

.quick_box .list_ul li .img_left img:hover {
	transform: all 1s;
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

.quick_box .list_ul li .text_right {
	float: left;
	padding-top: 40px;
	text-align: left;
}

.quick_box .list_ul li .box {
	overflow: hidden;
	padding: 10px;
	height: 20px;
	line-height: 20px;
}

.quick_box .list_ul li .text_right .box .money {
	width: 300px;
	float: left;
	font-size: 18px;
	color: #DD2828;
}

.quick_box .list_ul li .text_right .box .money span {
	font-size: 12px;
	color: #DD2828;
}

.quick_box .list_ul li .text_right .box .number {
	width: 300px;
	float: right;
	font-size: 12px;
	color: #B3B3B3;
	text-align: right;
}

.quick_box .list_ul li .text {
	width: 953px;
	padding: 0 10px;
	line-height: 35px;
	color: #363636;
	height: 60px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}


/*分页*/

.search_page {
	overflow: hidden;
	text-align: center;
	padding-top: 70px;
	padding-bottom: 70px;
	margin: 0 auto;
}

.page_car {
	margin: 0 auto;
	text-align: center;
	width: 520px;
}

.page_car:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

.page_car a,
.page_car span {
	font-size: 12px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	background-color: #fff;
	margin-right: 13px;
	vertical-align: middle;
	color: #666;
	line-height: 32px;
	text-align: center;
	height: 32px;
	min-width: 24px;
	padding: 0 4px;
	border: 1px solid #dddddd;
	margin-left: -1px;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	float: left;
}

.page_car span.current,
.page_car a:hover {
	position: relative;
	border-color: #fff;
	color: #363636;
	background: #fff;
}

.page_car a.prev,
.page_car a.next {
	padding: 0 10px;
	font-family: "黑体";
}

.page_car a:last-child {
	margin: 0;
}

/********************汽车估价***********************/
.valuation_banner {
	position: relative;
	width: 100%;
}

.valuation_banner img {
	position: relative;
	left: 50%;
	margin-left: -960px;
	width: 1920px;
}

/*完成进度*/
.ui-step-wrap {
	position: relative;
	overflow: hidden;
	width: 800px;
	margin: 32px auto 60px;
}

.ui-step-wrap .ui-step-bg {
	width: 1200px;
	background: #ddd;
}

.ui-step-wrap .ui-step-bg,
.ui-step-wrap .ui-step-progress {
	height: 6px;
	position: absolute;
	top: 50px;
	left: 0;
}

.ui-step-wrap .ui-step-progress {
	background: #f00;
}

.ui-step-wrap .ui-step {
	position: relative;
	z-index: 1;
	list-style: none;
	overflow: hidden;
}

.ui-step-wrap .ui-step .ui-step-item {
	float: left;
	width: 400px;
}

.ui-step-wrap .ui-step .ui-step-item div {
	text-align: center;
	color: #625454;
}

.ui-step-wrap .ui-step .ui-step-item .red {
	text-align: center;
	color: #f00;
}

.ui-step-item-title {
	padding-top: 7px;
}

.ui-step-item-num {
	margin-top: 38px;
}

.ui-step-wrap .ui-step .ui-step-item.active .ui-step-item-num span {
	color: #fff;
	background: #f00;
}

.ui-step-wrap .ui-step .ui-step-item .ui-step-item-num span {
	display: inline-block;
	width: 26px;
	height: 26px;
	line-height: 26px;
	border-radius: 50%;
	background: #dad9d9;
}

.car_cv {
	width: 400px;
}

.car_cv_details {
	width: 800px;
}

.valuation {
	padding-bottom: 100px;
}

.valuation_box {
	background-color: #fff;
	overflow: hidden;
	border: 1px solid #E5E5E5;
	height: 1020px;
}

.valuation_box .valuation_left {
	width: 275px;
	float: left;
	text-align: center;
	margin: 0 auto;
	border-right: 1px solid #E5E5E5;
	height: 1020px;
}

.valuation_box .valuation_left .left_img {
	padding: 80px 0 15px 0;
}

.valuation_box .valuation_left .left_img {
	width: 100%;
}

.valuation_box .valuation_left .title {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

.valuation_box .valuation_right {
	width: 922px;
	float: left;
}

.valuation_right_top {
	overflow: hidden;
	padding: 30px 45px;
	border-bottom: 1px solid #E5E5E5;
}

.valuation_right_top .right_top_left {
	width: 200px;
	float: left;
}

.right_top_left .jia {
	font-size: 20px;
	color: #363636;
}

.right_top_left .money {
	font-size: 36px;
	color: #f00;
}

.valuation_right_top .right_top_right {
	display: block;
	width: 180px;
	float: right;
	text-align: center;
	background-color: #f00;
	color: #fff;
	font-size: 20px;
	line-height: 50px;
	height: 50px;
	border-radius: 3px;
	margin-top: 15px;
}

.valuation_right_center .center_select {
	text-align: right;
	padding: 30px 45px;
}

.center_select .afresh {
	width: 115px;
	text-align: center;
	border: 2px solid #f10215;
	color: #f10215;
	line-height: 35px;
	height: 35px;
	border-radius: 3px;
	display: inline-block;
	font-size: 14px;
}

.center_select .afresh:hover {
	background-color: #f10215;
	color: #fff;
}

.center_box {
	overflow: hidden;
	padding: 60px 45px 0 45px;
	margin-right: -26px;
	margin-top: 30px;
}

.center_box li {
	float: left;
	width: 185px;
	border: 1px solid #DDD7D3;
	line-height: 50px;
	height: 50px;
	margin-right: 26px;
	margin-bottom: 20px;
	position: relative;
	text-align: center;
	color: #333;
	font-size: 14px;
}

.in_bg_icon {
	background: url('../images/arrow.png') no-repeat;
	position: absolute;
	width: 30px;
	height: 30px;
	left: 155px;
	top: 15px;
}

.bg_icon2 {
	background-position: -7px -25px;
}


/*单选按钮*/

.sex {
	width: 19px;
	height: 19px;
	top: 0;
	right: 0;
	position: absolute;
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	z-index: 3;
	cursor: pointer;
}

.sex1 {
	margin-left: 94px;
}

.dianji {
	width: 17px;
	height: 17px;
	right: 0px;
	top: 0px;
	position: absolute;
	background: url("../images/check_radio_1.png") no-repeat;
	z-index: 2;
}

.dianji1 {
	margin-left: 90px;
}

#yuyue input:checked+.dianji {
	background: url("../images/check_radio_2.png") no-repeat;
}

#register input:checked+.dianji {
	background: url("../images/check_radio_2.png") no-repeat;
}


/* 店铺展示页面的css */

.display_describe {
	margin-top: 34px;
	padding-bottom: 26px;
}
.display_describe_home {
	padding: 26px 0;
}

.display_describe_lf {
	float: left;
}

.display_describe_rg {
	float: right;
}

.display_logo {
	float: left;
	width: 127px;
	height: 44px;
	overflow: hidden;
	margin-right: 22px;
}

.display_logo img {
	max-width: 100%;
	height: 100%;
}

.header_car_two {
	box-shadow: none !important;
}

.display_line {
	float: left;
	height: 52px;
	background-color: #eaeaea;
	width: 1px;
	margin-top: -4px;
	margin-right: 15px;
}


/*模拟select选中事件*/

.divselect {
	position: relative;
	width: 120px;
	line-height: 46px;
	height: 46px;
	text-align: center;
	float: left;
	border-left: 2px solid #f10215;
	border-top: 2px solid #f10215;
	border-bottom: 2px solid #f10215;
}

.search_di_input {
	width: 397px;
	height: 50px;
	border: 2px solid #f10215;
	border-right: 0;
	float: left;
	padding: 0 15px;
	border-left: 1px solid #f10215;
	line-height: 50px;
	font-size: 16px;
	/*IE8*/
	*line-height: 50px;
	/* IE7支持 */
	_line-height: 50px;
	/* IE6支持 */
	-ms-line-height: 50px;
	/*IE9+支持*/
	-webkit-line-height: 1;
	/*chrome safair*/
	-moz-line-height: 34px;
	/*火狐*/
	vertical-align: middle;
}

.display_company_home{
	line-height: 44px;
	float: left;
	font-size: 26px;
}
.display_company {
	float: left;
}

.display_company h2 {
	font-size: 16px;
	color: #f3562a;
}

#divselect ul li a {
	display: block;
	line-height: 24px;
	height: 24px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.display_company h3 {
	margin-top: 6px;
	font-size: 12px;
	color: #333333;
}

.describe_rg_tu {
	float: left;
	width: 41px;
	height: 40px;
	overflow: hidden;
	margin-right: 15px;
}

.describe_rg_tu img {
	max-width: 100%;
	height: 100%;
}

.describe_rg_tel {
	float: left;
}

.describe_rg_tel h2 {
	font-size: 14px;
	color: #666666;
}

.describe_rg_tel h3 {
	margin-top: 6px;
	font-size: 18px;
	color: #ff6600;
}


.display_home_menu {
	width: 100%;
	margin: 0 auto;
	background: #00275b;
	height: 50px;
	line-height: 50px;
}

.display_menu {
	width: 1006px;
	margin: 0 auto;
	background: #00275b;
	height: 50px;
	line-height: 50px;
	padding: 0 97px;
}
.display_menu_list ul{
	margin: 0 auto;
}
.display_menu_list ul li {
	float: left;
}

.display_menu_list ul li a {
	display: block;
	text-align: center;
	font-size: 14px;
	color: #fff;
	padding: 0 57px;
}

.display_menu_list ul li a:hover {
	background-color: #ff6600;
}

.display_menu_list ul .current {
	background-color: #ff6600;
}


/* 首页轮播图 */

.slideBoxthr {
	width: 100%;
	height: 566px;
	overflow: hidden;
	position: relative;
}

.slideBoxthr .hd {
	position: absolute;
	z-index: 1;
	text-align: center;
	_background: #000;
	_filter: alpha(opacity=60);
	overflow: hidden;
	right: 47%;
	bottom: 54px;
}

.slideBoxthr .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
	text-align: center;
}

.slideBoxthr .hd ul li {
	text-align: center;
	cursor: pointer;
	margin: 0 15px;
	display: inline-block;
	zoom: 1;
	overflow: hidden;
	background: url("../images/dis_lunbo.png")0 0;
	width: 21px;
	height: 21px;
	line-height: 999;
}

.slideBoxthr .hd ul li.on {
	background-position: 21px 0;
}

.slideBoxthr .bd {
	position: relative;
	height: 100%;
	z-index: 0;
	left: 50%;
	margin-left: -960px;
	width: 1920px;
}

.slideBoxthr .bd li {
	zoom: 1;
	vertical-align: middle;
	position: relative;
}

.slideBoxthr .bd img {
	width: 100%;
	height: 566px;
	display: block;
	width: 1920px;
}

.lun_text {
	width: 630px;
	height: 258px;
	background-color: #fff;
	position: absolute;
	top: 155px;
	left: 19%;
	margin-right: -600px;
	overflow: hidden;
}

.lun_text_lf {
	float: left;
	width: 217px;
	background-color: #f02930;
	padding-top: 61px;
	padding-bottom: 41px;
	overflow: hidden;
	padding-left: 40px;
}

.lun_text_rg {
	float: left;
	width: 327px;
	padding-left: 46px;
	padding-top: 54px;
}

.lun_text_lf h2 {
	font-size: 30px;
	color: #fff;
	padding-bottom: 13px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.lun_text_rg_cont {
	width: 38px;
	height: 35px;
	overflow: hidden;
	margin-bottom: 17px;
}

.con_left_cneter,
.con_left_botttom {
	margin-top: 20px;
}

.con_left_top .top_content {
	padding: 0 30px;
	margin: 0 auto;
	color: #666;
}

.con_left_top .top_content h1 {
	font-size: 14px;
	color: #333;
	padding: 10px 0;
	font-weight: bold;
}

.top_content .root {
	padding-bottom: 10px;
	border-bottom: 1px dashed #E6E6E6;
}

.con_left_top .top_content .root .im {
	width: 55px;
	height: 20px;
	padding-right: 10px;
}

.con_left_top .top_content .ri_yuan {
	padding-right: 15px;
}

.con_left_top .top_content span em,
.msg em {
	color: #FF6600;
}

.top_name {
	padding-top: 10px;
}

.address {
	padding-bottom: 10px;
}

.top_name,
.msg,
.address {
	line-height: 24px;
	font-size: 14px;
}

.top_name span,
.address span {
	padding-left: 10px;
}

.grade {
	position: relative;
	color: #333;
	line-height: 30px;
	height: 30px;
	border-top: 1px dashed #E6E6E6;
	font-size: 14px;
}

.bg_icon {
	background: url('../images/arrow.png') no-repeat;
	display: inline-block;
	vertical-align: middle;
	*display: inline;
	*zoom: 1;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
}

.shop_weixin {
	text-align: center;
	margin: 0 auto;
	padding-top: 20px;
}

.shop_weixin .shop_top {
	font-size: 14px;
	padding-top: 10px;
}

.shop_msg {
	overflow: hidden;
	margin-right: -10px;
	padding: 10px 0 30px 0;
}

.company_msg.current {
	border: 1px solid #ff6600;
	color: #ff6600;
}

.shop_msg li {
	width: 90px;
	line-height: 30px;
	position: relative;
	height: 30px;
	float: left;
	margin-right: 10px;
}

.shop_msg li a {
	display: block;
	color: #6A6A6A;
	border: 1px solid #DFDFDF;
	border-radius: 5px;
}

.shop_msg li a span {
	padding-left: 28px;
}

.sh_bg_icon {
	background: url('../images/arrow.png') no-repeat;
	position: absolute;
	width: 20px;
	height: 28px;
	top: 3px;
}

.icon1 {
	background-position: -25px -1px !important;
}

.icon2 {
	background-position: -25px -24px !important;
}

.icon3 {
	background-position: -25px -46px !important;
}

.sib_ul_left {
	padding-bottom: 30px;
}

.sib_ul_left li {
	height: 48px;
	line-height: 48px;
	border-bottom: 1px dashed #b6b6b6;
	margin: 0 20px;
}

.sib_ul_left li a {
	display: block;
	width: 200px;
	font-size: 16px;
	float: left;
	transition: all 1s;
	overflow: hidden;
	background-color: #fff !important;
	color: #666;
	background: url(../images/jian.png) no-repeat;
	background-position: 188px 18px;
}

.bot_content h1 {
	color: #333;
	font-size: 14px;
	font-weight: bold;
	padding: 25px 25px 20px 25px;
}

.con_left_botttom .bot_ul li {
	position: relative;
	padding: 5px 25px;
	overflow: hidden;
}

.con_left_botttom .di_left {
	width: 24px;
	float: left;
}

.con_left_botttom .ul_right {
	float: left;
	padding-left: 30px;
	color: #666;
}

.con_left_botttom .ul_height {
	line-height: 30px;
}

.con_left_botttom .ul_right img {
	padding-left: 20px;
}

.lun_text_rg_cont img {
	max-width: 100% !important;
	height: 100% !important;
}

.lun_text_rg_p {
	font-size: 14px;
	color: #434343;
	line-height: 24px;
	width: 298px;
}

.lun_text_rg_more {
	margin-top: 30px;
	font-size: 18px;
	color: #ff6600;
	display: block;
	font-family: "宋体";
}


/* over */


/* 店铺展示页面的css OVER */


/* 首页底部广告位 */

.displa_top_index {
	background-color: #fff;
	padding: 35px 0px 0 0;
}

.displa_top_index a {
	display: block;
	overflow: hidden;
	width: 186px;
	height: 100px;
}

.displa_top_index ul {
	overflow: hidden;
	padding: 0 15px;
}

.displa_top_index ul li {
	margin-right: 10px;
	float: left;
	margin-bottom: 20px;
	width: 186px;
    cursor: pointer;
}
.displa_top_index ul li img{
	width: 186px;
	height: 100px;
}
.displa_top_index ul li:nth-child(6n) {
	margin-right: 0;
}


/*首页底部*/
.displa_small_index {
	background-color: #fff;
	padding: 0 0 15px 0;
}

.displa_small_index a {
	display: block;
	overflow: hidden;
	width: 115px;
	height: 55px;
}

.displa_small_index ul {
	overflow: hidden;
	padding: 0 15px;
}

.displa_small_index ul li {
	margin-right: 10px;
	float: left;
	margin-bottom: 20px;
	width: 115px;
	cursor: pointer;
}
.displa_small_index ul li img{
	width: 115px;
	height: 55px;
}
.displa_small_index ul li:nth-child(10n) {
	margin-right: 0;
}

/*首页底部  end */

.special_list {
	background: #fff;
	margin-top: 30px;
	padding-top: 30px;
}

.special_list_title {
	margin: 0 20px;
	padding-bottom: 18px;
}

.special_list_title span {
	font-size: 20px;
	color: #ff6600;
	margin-right: 16px;
}

.special_list_title_line {
	height: 2px;
	background-color: #ff6600;
	display: inline-block;
	width: 964px;
	vertical-align: middle;
	margin-top: -2px;
}

.special_list_title_more {
	float: right;
	margin-right: 20px;
	padding-top: 8px;
}

.title_box_two {
	overflow: hidden;
}

.special_list_title_more a {
	font-family: "宋体";
	font-size: 12px;
	color: #999999;
	margin-left: 15px;
}

.display_list_list1 ul {
	margin-right: -25px;
	overflow: hidden;
}

.display_list_list1 {
	padding: 0 35px;
}

.display_list_list1 ul li {
	float: left;
	width: 206px;
	margin-right: 25px;
	padding-bottom: 28px;
}

.display_list_list1 ul li a {
	display: block;
}

.dis_list1_tu {
	width: 206px;
	height: 206px;
	overflow: hidden;
	cursor: pointer;
}

.dis_list1_tu img {
	-ms-transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	cursor: pointer;
}

.dis_list1_tu img:hover {
	-webkit-transform: scale(1.4);
	-ms-transform: scale(1.4);
	-o-transform: scale(1.4);
	transform: scale(1.4);
}

.con_left_top .top_content h1 {
	font-size: 14px;
	color: #333;
	padding: 10px 0;
	font-weight: bold;
}

.con_left_top .top_content span {
	font-size: 14px;
	color: #333;
}

.top_content .root {
	padding-bottom: 10px;
	border-bottom: 1px dashed #E6E6E6;
}

.con_left_top .top_content .root .im {
	width: 55px;
	height: 20px;
	padding-right: 10px;
}

.con_left_top .top_content .ri_yuan {
	padding-right: 15px;
}

.con_left_top .top_content span em,
.msg em {
	color: #FF6600;
}

.top_name {
	padding-top: 10px;
}

.address {
	padding-bottom: 10px;
}

.top_name,
.msg,
.address {
	line-height: 24px;
}

.top_name span,
.address span {
	padding-left: 10px;
}

.grade {
	position: relative;
	color: #333;
	line-height: 30px;
	height: 30px;
	border-top: 1px dashed #E6E6E6;
}

.bg_icon {
	background: url('../images/arrow.png') no-repeat;
	display: inline-block;
	vertical-align: middle;
	*display: inline;
	*zoom: 1;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
}

.shop_weixin {
	text-align: center;
	margin: 0 auto;
	padding-top: 20px;
}

.shop_weixin .shop_top {
	font-size: 14px;
	padding-top: 10px;
}

.shop_msg {
	overflow: hidden;
	margin-right: -10px;
	padding: 15px 0 30px 0;
}

.shop_msg li {
	width: 90px;
	line-height: 30px;
	position: relative;
	height: 30px;
	float: left;
	margin-right: 10px;
}

.shop_msg li a {
	display: block;
	color: #6A6A6A;
	border: 1px solid #DFDFDF;
	border-radius: 5px;
}

.shop_msg li a span {
	padding-left: 28px;
}

.sh_bg_icon {
	background: url('../images/arrow.png') no-repeat;
	position: absolute;
	width: 20px;
	height: 28px;
	top: 3px;
}

.icon1 {
	background-position: -25px -1px !important;
}

.icon2 {
	background-position: -25px -24px !important;
}

.icon3 {
	background-position: -25px -46px !important;
}

.sib_ul_left {
	padding-bottom: 30px;
}

.sib_ul_left li {
	height: 48px;
	line-height: 48px;
	border-bottom: 1px dashed #666;
	margin: 0 20px;
}

.sib_ul_left li a {
	display: block;
	width: 200px;
	font-size: 16px;
	float: left;
	transition: all 1s;
	overflow: hidden;
	background-color: #fff !important;
	color: #666;
	background: url(../images/jian.png) no-repeat;
	background-position: 188px 18px;
}

.dis_list1_money {
	margin-top: 14px;
	margin-bottom: 13px;
}

.dis_list1_money h2 {
	float: left;
	font-size: 18px;
	color: #dd2727;
}

.dis_list1_money p {
	float: left;
	margin-left: 13px;
	font-size: 12px;
	color: #666666;
	font-family: "Arial";
	text-decoration: line-through;
	margin-top: 7px;
}

.dis_list1_intru {
	width: 200px;
	line-height: 21px;
	font-size: 12px;
	color: #666666;
}

.title_box {
	position: relative;
}

.title_text {
	position: relative;
	display: inline-block;
	zoom: 1;
	z-index: 2;
	background-color: #fff;
	color: #333;
	font-size: 20px;
	text-align: center;
	margin-bottom: 5px;
	padding: 30px 20px 0px;
	left: 18px;
	color: #FF6600;
}

.title_line {
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #FF6600;
	top: 50%;
	margin-top: 12px;
}

.ab_height {
	min-height: 1400px;
}

.con_right_top .ti_text {
	color: #6C6C6C;
	font-size: 12px;
	padding: 20px 25px 25px 25px;
	line-height: 27px;
}

.dis_cont_list {
	margin-top: 20px;
}

.dis_cont_list_lf {
	overflow: hidden;
	float: left;
}

.dis_cont_list_rg {
	width: 900px;
	float: left;
	margin-left: 20px;
	min-height: 600px;
}

.dis_list_rg_introduce {
	padding: 20px 0;
	width: 930px;
}


.contact .contact_left {
	width: 500px;
	float: left;
	margin-right: 100px;
}

.contact .contact_right {
	width: 300px;
	float: left;
	margin-left: 45px;
}



.input_group {
	padding-left: 5px;
}

.input_group .con_input input {
	height: 45px;
	padding: 0 15px;
	width: 500px;
	border: 1px solid #DCDCDC;
	line-height: 45px\9;
	/*IE8*/
	*line-height: 45px;
	/* IE7支持 */
	_line-height: 45px;
	/* IE6支持 */
	-ms-line-height: 45px;
	/*IE9+支持*/
	-webkit-line-height: 1;
	/*chrome safair*/
	-moz-line-height: 45px;
	/*火狐*/
	vertical-align: middle;
}

.input_group .con_input textarea {
	height: 110px;
	padding: 7px 15px;
	width: 500px;
	border: 1px solid #DCDCDC;
	line-height: 25px\9;
	/*IE8*/
	*line-height: 25px;
	/* IE7支持 */
	_line-height: 25px;
	/* IE6支持 */
	-ms-line-height: 25px;
	/*IE9+支持*/
	-webkit-line-height: 1;
	/*chrome safair*/
	-moz-line-height: 25px;
	/*火狐*/
	vertical-align: middle;
}

.contact .contact_right {
	width: 350px;
	float: left;
	margin-left: 45px;
	padding-right: 120;
}

.contact_right h1 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 30px;
}

.contact_right .bot_ul li {
	margin-top: 12px;
	overflow: hidden;
}

.contact_right .bot_ul li.last {
	overflow: visible;
}

.contact_right .bot_ul li .di_left {
	width: 30px;
	height: 40px;
	line-height: 32px;
}

.contact_right .bot_ul li .di_right {
	width: 300px;
	color: #999;
	margin-top: 10px;
}

.contact_right .bot_ul li .di_bottom {
	width: 300px;
	color: #999;
	margin-top: 3px;
}

.contact_right .bot_ul .li_one {
	margin-top: 10px;
}

.contact_right .bot_ul .li_one .one {
	margin-top: -6px;
}

.contact_right .bot_ul .di_bottom .im_left {
	padding-left: 20px;
}

.contact_right .bot_ul .di_right i {
	display: inline-block;
	margin-left: 33px;
}

.contact_right .bot_ul .di_right .sp_le {
	color: #666;
	display: inline !important;
}

.contact_right .bot_ul li .three {
	width: 30px;
}

.li_mt {
	margin-top: 25px;
}


/*图片上传*/

.phone_container {
	width: 680px;
	height: 135px;
	clear: both;
	overflow: hidden;
}

.z_photo {
	width: 680px;
	padding: 3px 15px 0 15px;
	overflow: auto;
	clear: both;
	margin: 1rem auto;
	margin-right: 20px;
}

.z_photo img {
	width: 100px;
	height: 100px;
	margin-right: 10px;
}

.z_addImg {
	float: left;
	margin-right: 0.2rem;
}

.z_file {
	width: 100px;
	height: 100px;
	background: url(../images/z_add.png) no-repeat;
	background-size: 100% 100%;
	float: left;
	margin-right: 0.2rem;
}

.z_file input::-webkit-file-upload-button {
	width: 100px;
	height: 100px;
	border: none;
	position: absolute;
	outline: 0;
	opacity: 0;
}

.z_file input#file {
	display: block;
	width: auto;
	border: 0;
	vertical-align: middle;
	width: 100px;
	height: 100px;
	opacity: 0;
	filter: alpha(opacity=0);
	border: 1px solid #f00;
	cursor: pointer;
}


/*遮罩层*/
.z_mask {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	display: none;
}

.z_alert {
	width: 3rem;
	height: 2rem;
	border-radius: .2rem;
	background: #fff;
	font-size: .24rem;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -1.5rem;
	margin-top: -2rem;
}

.z_alert p:nth-child(1) {
	line-height: 1.5rem;
}

.z_alert p:nth-child(2) span {
	display: inline-block;
	width: 49%;
	height: .5rem;
	line-height: .5rem;
	float: left;
	border-top: 1px solid #ddd;
}

.z_cancel {
	border-right: 1px solid #ddd;
}

.list_line_two {
	width: 693px;
}

.dis_list_rg_boot {
	background: #fff;
	width: 930px;
	padding-top: 20px;
}

.title_two {
	padding-bottom: 35px !important;
}

.boot_exhibition ul {
	margin-right: -14px;
	overflow: hidden;
}

.boot_exhibition ul li {
	float: left;
	width: 209px;
	margin-right: 14px;
	margin-bottom: 25px;
}

.boot_exhibition {
	padding-left: 25px;
	padding-right: 25px;
}

.dis_carousel {
	margin-top: 20px;
	padding-top: 30px;
	padding-bottom: 30px;
	background: #fff;
}

.list_tit_thr {
	padding-bottom: 41px !important;
}


/* 底部轮播图 */

.picScroll-boot {
	overflow: hidden;
	position: relative;
	margin-left: 20px;
	margin-right: 20px;
}

.picScroll-boot .hd .prev {
	position: absolute;
	top: -13px;
	left: -5px;
	background: url("../images/dispaly_left.png") no-repeat center center;
	margin-top: 20px;
	width: 30px;
	height: 48px;
}

.picScroll-boot .hd .next {
	position: absolute;
	top: -13px;
	right: 0;
	margin-top: 20px;
	background: url("../images/display_right.jpg") no-repeat center center;
	width: 30px;
	height: 48px;
	z-index: 9999999;
}

.picScroll-boot .hd .prev,
.picScroll-boot .hd .next {
	display: block;
	width: 48px;
	height: 95px;
	float: right;
	overflow: hidden;
	cursor: pointer;
}

.picScroll-boot .hd ul {
	float: right;
	overflow: hidden;
	zoom: 1;
	margin-top: 10px;
	zoom: 1;
}

.picScroll-boot .hd ul li {
	float: left;
	width: 9px;
	height: 9px;
	overflow: hidden;
	margin-right: 5px;
	text-indent: -999px;
	cursor: pointer;
	background: url("images/icoCircle.gif") 0 -9px no-repeat;
}

/* .picScroll-boot .bd {
	margin-left: 61px;
} */

.picScroll-boot .bd ul {
	overflow: hidden;
	zoom: 1;
}

.picList_boot .pic {
	width: 181px;
	height: 105px;
	overflow: hidden;
	border: 1px solid #eeeeee;
	cursor: pointer;
}

.picList_boot li {
	float: left;
	_display: inline;
	text-align: center;
	width: 181px !important;
	height: 107px !important;
	margin-right: 28px;
	line-height: 107px;
}

.picList_boot li img {
	width: auto !important;
	max-height: 100% !important;
}


/* over */


/************************公司介绍***********************/

.bg_fff {
	background-color: #fff;
}

.container_box {
	overflow: hidden;
	margin-bottom: 40px;
}

.container_left {
	width: 250px;
	float: left;
}

.new_height {
	min-height: 1000px;
}

.container_right {
	width: 900px;
	float: left;
	margin-right: 20px;
}

.container_left .top_title {
	overflow: hidden;
	padding: 30px 0 10px 0;
	border-bottom: 1px solid #EAEAEA;
	line-height: 24px;
	text-align: right;
	margin: 0 20px;
}

.container_left .top_title .top_title_left {
	width: 100px;
	float: left;
	font-size: 18px;
	color: 444;
	text-align: left;
}

.container_left .top_title .top_title_right {
	display: block;
	width: 50px;
	float: right;
	font-family: "\5b8b\4f53";
	color: #999;
	font-size: 12px;
}



.linebox_right .top_title {
	overflow: hidden;
	padding: 30px 0 10px 0;
	border-bottom: 1px solid #EAEAEA;
	line-height: 24px;
	text-align: right;
	margin: 0 20px;
}

.linebox_right .top_title .top_title_left {
	width: 100px;
	float: left;
	font-size: 18px;
	color: 444;
	text-align: left;
}

.linebox_right .top_title .top_title_right {
	display: block;
	width: 50px;
	float: right;
	font-family: "\5b8b\4f53";
	color: #999;
	font-size: 12px;
}

.con_left_cneter,
.con_left_botttom {
	margin-top: 20px;
}

.con_left_top .top_content {
	padding: 0 30px;
	margin: 0 auto;
	color: #666;
}

.con_left_top .top_content h1 {
	font-size: 14px;
	color: #333;
	padding: 10px 0;
	font-weight: bold;
}

.top_content .root {
	padding-bottom: 10px;
	border-bottom: 1px dashed #E6E6E6;
}

.con_left_top .top_content .root .im {
	width: 55px;
	height: 20px;
	padding-right: 10px;
}

.con_left_top .top_content .ri_yuan {
	padding-right: 15px;
}

.con_left_top .top_content span em,
.msg em {
	color: #FF6600;
}

.top_name {
	padding-top: 10px;
}

.address {
	padding-bottom: 10px;
}

.top_name,
.msg,
.address {
	line-height: 24px;
}

.top_name span,
.address span {
	padding-left: 10px;
}

.grade {
	position: relative;
	color: #333;
	line-height: 30px;
	height: 30px;
	border-top: 1px dashed #E6E6E6;
}

.bg_icon {
	background: url('../images/arrow.png') no-repeat;
	display: inline-block;
	vertical-align: middle;
	*display: inline;
	*zoom: 1;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
}

.shop_weixin {
	text-align: center;
	margin: 0 auto;
	padding-top: 20px;
}

.shop_weixin .shop_top {
	font-size: 14px;
	padding-top: 10px;
}

.shop_msg {
	overflow: hidden;
	margin-right: -10px;
	padding: 10px 0 30px 0;
}

.shop_msg li {
	width: 90px;
	line-height: 30px;
	position: relative;
	height: 30px;
	float: left;
	margin-right: 10px;
}

.shop_msg li a {
	display: block;
	color: #6A6A6A;
	border: 1px solid #DFDFDF;
	border-radius: 5px;
}

.shop_msg li a span {
	padding-left: 28px;
}

.sh_bg_icon {
	background: url('../images/arrow.png') no-repeat;
	position: absolute;
	width: 20px;
	height: 28px;
	top: 3px;
}

.icon1 {
	background-position: -25px -1px !important;
}

.icon2 {
	background-position: -25px -24px !important;
}

.icon3 {
	background-position: -25px -46px !important;
}

.sib_ul_left {
	padding-bottom: 30px;
}

.sib_ul_left li {
	height: 48px;
	line-height: 48px;
	border-bottom: 1px dashed #b6b6b6;
	margin: 0 20px;
}

.sib_ul_left li a {
	display: block;
	width: 200px;
	font-size: 16px;
	float: left;
	transition: all 1s;
	overflow: hidden;
	background-color: #fff !important;
	color: #666;
	background: url(../images/jian.png) no-repeat;
	background-position: 188px 18px;
}

.bot_content h1 {
	color: #333;
	font-size: 14px;
	font-weight: bold;
	padding: 25px 25px 20px 25px;
}

.con_left_botttom .bot_ul li {
	position: relative;
	padding: 5px 25px;
	overflow: hidden;
}

.con_left_botttom .di_left {
	width: 24px;
	float: left;
}

.con_left_botttom .ul_right {
	float: left;
	padding-left: 30px;
	color: #666;
}

.con_left_botttom .ul_height {
	line-height: 30px;
}

.con_left_botttom .ul_right img {
	padding-left: 20px;
}

.ul_right span {
	padding-left: 35px;
	display: block;
	line-height: 22px;
}

.icon4 {
	background-position: -45px -5px !important;
}

.icon5 {
	background-position: -45px -28px !important;
}

.icon6 {
	background-position: -45px -54px !important;
}

.icon7 {
	background-position: -45px -81px !important;
}

.icon8 {
	background-position: -45px -100px !important;
}
.lev_btn {
	text-align: center;
}
.lev_btn a {
	display: inline-block;
	background: url(../images/bg_color.png);
	width: 125px;
	height: 35px;
	line-height: 35px;
	border-radius: 8px;
	font-size: 16px;
	margin-bottom: 25px;
	cursor: pointer;
	color: #fff;
	text-align: center;
}

.lev_b {
	margin: 0 auto;
}


.con_right_top {
	padding: 0px 20px 0 20px !important;
}

.con_left_botttom .bot_ul li.last {
	overflow: visible;
}

.wx_relative {
	position: relative;
	display: inline-block !important;
	padding: 0 !important;
	cursor: pointer;
}

.wx_relative img {
	cursor: pointer !important;
}

.wx_relative:hover .wx_code {
	display: block;
}

.wx_code {
	position: absolute;
	display: none;
	top: -20px;
	left: 45px;
}

.wx_code img {
	padding-left: 10px !important
}

.con_right_top,
.con_right_center {
	padding: 0 20px;
}

.con_right_center {
	margin-top: 20px;
}

.title_box {
	position: relative;
}

.title_line_two {
	width: 836px !important;
	margin-top: 0px !important;
}

.title_line_noboder {
	width: 816px !important;
	margin-top: 0px !important;
}

.title_line_thr {
	margin-top: 0px !important;
}

.title_line_top {
	width: 1086px !important;
	margin-top: 0px !important;
}

.title_text_two {
	padding: 0 20px 0px;
}

.about_basic {
	padding: 50px 0 20px;
	min-height: 993px;
}

.about_list {
	padding: 0 25px;
}

.about_basic .about_list_box {
	overflow: hidden;
	font-size: 12px;
	line-height: 27px;
}

.about_list_box .about_list_left {
	width: 110px;
	float: left;
	text-align: right;
	color: #333;
	font-weight: bold;
}

.about_list_box .about_list_right {
	float: left;
	color: #666;
	padding-left: 20px;
}

.special_list_text {
	padding-left: 42px;
	padding-right: 48px;
}

.special_list_text p {
	line-height: 28px;
	font-size: 14px;
	color: #666666;
}


/* 供应商产品 */

.supplier_rg {
	width: 930px;
	float: left;
	margin-left: 20px;
	background: #fff;
	padding-top: 26px;
	min-height: 1503px;
}

.container_box_two {
	margin-bottom: 30px;
}

.super_page {
	margin: 20px auto 0;
	width: 478px;
}


/* 分页 */

.suppliers_page {
	width: 543px;
	padding: 20px 0 20px;
	margin: 25px auto 0;
}

.suppliers_page a {
	display: inline-block;
	zoom: 1;
	text-align: center;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	color: #666666;
	font-family: "Arial";
	vertical-align: middle;
	border: 1px solid #f5f5f5;
	margin: 0 4px;
	background-color: #f5f5f5;
	width: 36px;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
}

.suppliers_page .page_home {
	width: 51px;
}

.suppliers_page .prev {
	width: 61px;
}

.suppliers_page .page_home {
	width: 51px;
}

.suppliers_page .next {
	width: 61px;
}

.suppliers_page a:hover {
	background-color: #f54d56;
	color: #fff;
	border: 1px solid #f54d56;
}

.suppliers_page .current {
	color: #fff;
	display: inline-block;
	zoom: 1;
	text-align: center;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	vertical-align: middle;
	border: 1px solid #f54d56;
	margin: 0 4px;
	background-color: #f54d56;
	width: 36px;
	cursor: pointer;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
}


/* 公司招聘 */

.recru_rg {
	float: left;
	margin-right: 20px;
	width: 900px;
	background-color: #fff;
	min-height: 1000px;
}

.recru_rg_content {
	padding-left: 63px;
}

.recru_rg_list1 h1 {
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}

.recru_rg_list1_tit {
	margin-top: 30px;
}

.recru_rg_list1_tit h2 {
	font-size: 14px;
	color: #666666;
}

.recru_rg_list1_ul {
	margin-top: 19px;
}

.recru_rg_list1_ul li {
	font-size: 12px;
	color: #9e9e9e;
	line-height: 28px;
}

.recru_rg_list1 h1 {
	margin-top: 50px;
}

.con_left_bott_four {
	padding-bottom: 84px;
}

.con_left_bott_five {
	padding-bottom: 119px;
}

.title_four {
	padding-bottom: 0px !important;
	padding-top: 32px;
}

.about_list {
	padding: 0 25px;
}

.about_basic .about_list_box {
	overflow: hidden;
	font-size: 12px;
	line-height: 27px;
}

.about_list_box .about_list_left {
	width: 110px;
	float: left;
	text-align: right;
	color: #333;
	font-weight: bold;
}

.about_list_box .about_list_right {
	float: left;
	color: #666;
	padding-left: 20px;
}


/*********************联系我们************************/

.contact {
	width: 1020px;
	margin: 65px auto 0;
	overflow: hidden;
}


.arrow:before {
	float: right;
	width: 20px;
	text-align: center;
	display: inline;
	font-size: 16px;
	font-family: FontAwesome;
	height: auto;
	content: "\f104";
	font-weight: 300;
	text-shadow: none;
	position: absolute;
	top: 4px;
	right: 14px;
	color: #990;
}

.arrow.open:before {
	content: '\f107';
}


/* 2017 10.24程添加 */

.meau_all_next a:hover {
	text-decoration: underline;
}

.z_file {
	cursor: pointer;
}

.broadside_box_top_rg {
	cursor: pointer;
}

.in_ri_img_bac {
	background: url("../images/index_red.png") no-repeat;
	width: 28px;
	height: 55px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	right: 10px;
	padding-top: 4px;
	color: #fff;
	font-size: 12px;
}

.in_ri_img_bac p {
	width: 12px;
	margin-left: 8px;
}

.container_color {
	background-color: #fff !important;
}


/* 供应商产品详情页，非会员 */

.supp_list1 {
	background-color: #fff;
	padding: 30px;
	margin-bottom: 20px;
}

.supp_list2 {
	background-color: #fff;
	padding-top: 30px;
}

.title_line_four {
	width: 1153px !important;
}

.supp_list3 {
	margin-top: 20px;
	margin-bottom: 30px;
}

.supp_detail_right {
	float: left;
	margin-left: 19px;
	width: 930px;
	background-color: #fff;
	padding-top: 30px;
	min-height: 1436px;
}

.title_line_five {
	width: 893px;
	margin-top: 0px;
}

.supp_detail_boot {
	padding-left: 31px;
	padding-right: 35px;
}

.supp_boot_basic .title_left {
	font-size: 14px;
	color: #333333;
	padding-bottom: 27px;
	width: 560px;
}

.supp_boot_basic .title_right {
	width: 296px;
	border: 1px solid #FF6600;
	overflow: hidden;
	height: 35px;
}

.title_right input {
	width: 200px;
	height: 34px;
	padding: 0 10px;
	float: left;
	line-height: 34px\9;
	/*IE8*/
	*line-height: 34px;
	/* IE7支持 */
	_line-height: 34px;
	/* IE6支持 */
	-ms-line-height: 34px;
	/*IE9+支持*/
	-webkit-line-height: 1;
	/*chrome safair*/
	-moz-line-height: 34px;
	/*火狐*/
	vertical-align: middle;
}

.supp_boot_basic .title_right button {
	border: none;
	color: #fff;
	font-size: 14px;
	text-align: center;
	background-color: #FF6600;
	cursor: pointer;
	line-height: 35px;
	height: 35px;
	padding: 0 10px;
	float: right;
}

.supp_boot_basic_list ul li {
	width: 861px;
}

.supp_list_special {
	margin-bottom: 18px !important;
}

.supp_list_header {
	border: 1px solid #ededed;
	width: 100%;
	margin-bottom: -1px;
}

.supp_list_car {
	height: 33px;
	width: 200px;
	background-color: #f5f5f5;
	float: left;
	line-height: 33px;
	text-align: center;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	border-right: 1px solid #ededed;
}

.supp_list_num {
	height: 33px;
	width: 636px;
	float: left;
	padding-left: 20px;
	line-height: 33px;
	font-size: 12px;
	color: #333333;
}

.supp_boot_two h2 {
	padding-top: 36px;
	padding-bottom: 36px;
	font-size: 14px;
	color: #333333;
}

.supp_boot_two_list ul {
	padding-bottom: 25px;
	border-bottom: 1px solid #ededed;
}

.supp_boot_two_list ul li {
	font-size: 12px;
	color: #333333;
	line-height: 25px;
	padding-left: 35px;
}

.supp_list1_rg {
	float: left;
	margin-left: 47px;
}

.supp_list1_rg h2 {
	font-size: 18px;
	color: #000000;
	width: 531px;
	padding-top: 12px;
	overflow: hidden;
	line-height: 25px;
	height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.supp_list1_rg_cen p {
	font-size: 14px;
	color: #999999;
	line-height: 38px;
}

.supp_list1_rg_cen p span {
	color: #666666;
}

.supp_list1_rg_cen {
	margin-top: 34px;
}

.supp_list1_rg_money {
	color: #666666;
	font-size: 16px;
	margin-top: 28px;
}

.supp_list1_rg_money span {
	font-size: 30px;
	color: #ff6600;
}

.supp_list1_rg_money p {
	font-size: 12px;
	display: inline-block;
	padding-left: 4px;
	font-family: "宋体";
}

.supp_money_two {
	margin-top: 15px;
	color: #666666;
	font-size: 16px;
}

.supp_money_two span {
	font-size: 18px;
	text-decoration: line-through;
}

.supp_money_two p {
	font-size: 12px;
	display: inline-block;
	padding-left: 4px;
	font-family: "宋体";
}

.supp_list_rg_boot {
	margin-top: 38px;
}

.rg_boot_tel {
	display: inline-block;
	width: 160px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background-color: #ff6600;
	text-align: center;
	font-size: 16px;
	margin-right: 20px;
}

.rg_boot_join {
	display: inline-block;
	width: 120px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background-color: #ff6600;
	text-align: center;
	font-size: 16px;
	margin-right: 20px;
}

.supp_list_rg_boot span {
	font-size: 16px;
	color: #666666;
}

#allmap_map {
	width: 781px;
	height: 377px;
	border: 1px solid #dcdcdc;
}

.contact_map_two {
	padding-top: 30px;
	padding: 30px 70px 571px 70px;
	background-color: #fff;
}

.lev_btn_two {
	padding-left: 0px !important;
	margin-left: 8px;
}


/* 放大镜 */
.supp_list1_lf {
	width: 507px;
	height: 401px;
	float: left;
}

.magnifier {
	width: 395px;
	border: 1px solid #dcdcdc;
	float: left;
	height: 399px;
}

.jqueryzoom {
	position: relative;
	padding: 0;
	width: 395px;
	height: 399px;
	overflow: hidden;
	display: inline-block;
}

#showbox {
	background: #eee;
	float: left;
	border: 1px solid #dcdcdc;
}

#showbox span {
	background: url(../images/whitebg.png) repeat;
	width: 100px;
	height: 100px;
}

#showbox>p {
	z-index: 99;
}

#showsum {
	float: left;
	margin-left: 10px;
	width: 95px !important;
	height: 400px !important;
}

#showsum p {
	left: 0 !important;
}

#showsum span {
	display: block;
	border: 1px solid #ddd;
	float: none !important;
	margin-bottom: 7px;
	cursor: pointer;
}

#showsum span.sel {
	border: 1px solid #f60;
}

.mask {
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
}

.tel_popup {
	display: none;
}

.tel_popup_box {
	position: fixed;
	width: 500px;
	height: 320px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	margin: auto;
	z-index: 999;
}

.Popup_top {
	position: relative;
	background-color: #f10215;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
}

.Popup_title {
	color: #fff;
	font-size: 18px;
}

.tel_popup {
	position: absolute;
	width: 20px;
	height: 20px;
	top: 0;
	right: 20px;
	cursor: pointer;
}

.Popup_QR_Code {
	margin: 42px auto 0;
	width: 160px;
	text-align: center;
}

.Popup_QR_Code img {
	width: 160px;
}

.jqueryzoom img {
	width: 395px;
	height: 399px;
}

.magnifier_list ul li {
	float: left;
	width: 96px;
	height: 93px;
	border: 1px solid #dcdcdc;
	text-align: center;
	margin-bottom: 7px;
	overflow: hidden;
	cursor: pointer;
	line-height: 93px;
}

.magnifier_list ul {
	overflow: hidden;
	width: 100px;
}

.magnifier_list ul li img {
	width: 100%;
}

.magnifier_list {
	overflow: hidden;
	float: left;
	margin-left: 10px;
}

.magnifier_color {
	border: 1px solid #ff6600 !important;
}

/* over */
.con_sidbar {
	min-height: 1406px;
}

.more {
	font-family: "\5b8b\4f53";
	padding-left: 5px;
}


/*********************公司动态详情页************************/
.lh_new {
	min-height: 1413px;
}

.news_details .ne_title {
	text-align: center;
	font-size: 18px;
	color: #000;
	padding: 40px 0 20px 0;
}

.news_details .new_center {
	border-top: 1px solid #F0F0F0;
}

.news_details .new_center .data {
	font-size: 12px;
	color: #999;
	text-align: center;
	padding: 20px 0 10px 0;
}

.news_details .new_center .text_box {
	line-height: 27px;
	color: #666;
	padding: 30px 45px 0 45px;
}

.news_details .new_center .text_two {
	text-indent: 1em;
	padding-top: 30px;
}

.details_img {
	text-align: center;
	margin: 100px 0 60px;
}

.details_img img {
	width: 300px;
	height: 370px;
}


.news_details_bottom {
	padding-bottom: 158px;
}

.phcolor {
	color: #999;
}


/* 2017 11.6添加 */

.special_list_title_more a:hover {
	color: #FF6600;
	transition: 0.5s;
}

.displa_top_tu ul li a img {
	-ms-transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	cursor: pointer;
}

.displa_top_tu ul li a img:hover {
	opacity: 0.6;
}

.bg_fff_two {
	padding-bottom: 53px;
}


.con_left_th {
	padding-bottom: 119px;
}


/* 2017. 11.17注册页面 */

.regist_header {
	background: #fff;
	box-shadow: 2px 5px 6px #e7e7e7;
	border-bottom: 1px solid #f0f0f0;
	padding: 27px 0;
}

.reg_hea_lf {
	float: left;
}

.reg_hea_rg {
	float: right;
	padding-top: 39px;
}

.reg_hea_lf img {
	width: 190px;
}

.reg_hea_lf span {
	margin-left: 49px;
	font-size: 24px;
	color: #666666;
}

.reg_hea_rg a {
	font-size: 16px;
	color: #333333;
}

.reg_hea_rg a:hover {
	text-decoration: underline;
}

.reg_hea_rg span {
	font-size: 16px;
	color: #999999;
}

.reg_hea_rg span:hover {
	color: #e4393c;
	cursor: pointer;
}

.reginst_content {
	background-color: #fff;
}

.reginst_con_lf {
	float: left;
	margin-right: 120px;
}

.reginst_con_cen {
	float: left;
	border-left: 1px solid #e3e3e3;
	height: 510px;
	padding-left: 120px;
}

.reginst_con_cen img {
	margin-top: -3px;
}

.reginst_con_cen a {
	display: block;
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 30px;
	font-size: 16px;
	color: #666;
}

.reginst_con_cen span {
	width: 30px;
	height: 33px;
	padding-right: 15px;
}

.reginst_con_rg {
	float: left;
}

.con_rg_input_field {
	width: 400px;
}

.reginst_content_lion {
	border-bottom: 1px solid #e3e3e3;
	padding-top: 28px;
	padding-bottom: 45px;
}

.reg_cen {
	width: 795px;
	margin: 0 auto;
}

.con_rg_input_field ul li {
	margin-bottom: 30px;
}

.imput_field_img {
	width: 40px;
	border: 1px solid #ededed;
	height: 45px;
	line-height: 45px;
	float: left;
	border-right: none;
}

.imput_field_img img {
	text-align: center;
	margin-left: 16px;
}

.entry_id {
	float: left;
	width: 339px;
	height: 47px;
	line-height: 47px;
	border: 1px solid #ededed;
	font-size: 14px;
	border-left: none;
	padding-left: 2px;
	padding: 0 10px;
}

.imput_field_img1 {
	float: left;
	width: 40px;
	border: 1px solid #ededed;
	height: 45px;
	line-height: 45px;
	float: left;
	border-right: none;
}

.imput_field_img1 img {
	text-align: center;
	margin-left: 16px;
}

.entry_yan {
	float: left;
	width: 188px;
	height: 47px;
	line-height: 47px;
	border: 1px solid #ededed;
	font-size: 14px;
	border-left: none;
	padding-left: 2px;
	padding: 0 10px;
}

.register_img_verification {
	float: left;
	margin-left: 20px;
	width: 131px;
	height: 47px;
	text-align: center;
	cursor: pointer;
	background-color: #e4393c;
	color: #fff;
	line-height: 47px;
	font-size: 14px;
}

.register_img_tu {
	float: left;
	margin-left: 20px;
	width: 131px;
	height: 47px;
	text-align: center;
	cursor: pointer;
	line-height: 47px;
	overflow: hidden;
}

.imput_field_img2 {
	margin-top: 20px;
	border-radius: 2px;
}

.imput_field_img {
	width: 40px;
	border: 1px solid #ededed;
	height: 45px;
	line-height: 45px;
	float: left;
	border-right: none;
	border-radius: 2px;
}

.imput_field_img img {
	text-align: center;
	margin-left: 16px;
}

.entry_password {
	float: left;
	width: 280px;
	height: 45px;
	line-height: 45px;
	border: 1px solid #ededed;
	font-size: 14px;
	border-left: none;
	padding-left: 2px;
	margin-top: 20px;
	border-radius: 2px;
}

.entry_check {
	margin-top: 19px;
	vertical-align: middle;
}

.entry_check span {
	font-size: 12px;
	color: #666666;
	margin-top: 30px;
	margin-left: 7px;
	vertical-align: middle;
}

.entry_Login {
	width: 400px;
	height: 54px;
	background-color: #e4393c;
	border-radius: 2px;
	text-align: center;
	line-height: 54px;
	margin-top: 43px;
	font-size: 18px;
	color: #ffffff;
	cursor: pointer;
}

.entry_check .check {
	float: left;
}

.check input {
	vertical-align: middle;
	display: inline-block;
	-webkit-appearance: checkbox;
	width: 19px;
	height: 16px;
	border: 1px solid #CBCBCB;
	background: #fff;
	margin-top: -14px;
	cursor: pointer;
}

.checkbox {
	width: 19px;
	height: 16px;
	vertical-align: middle;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}

.entry_check_font span {
	font-size: 12px;
	color: #666666;
}

.entry_check_font a {
	font-size: 12px;
	color: #e4393c;
}


/* 政策法规 */

.polic_list {
	margin-top: 20px;
}

.polic_list ul {
	margin-right: -21px;
	overflow: hidden;
}

.polic_list ul li {
	width: 385px;
	float: left;
	margin-bottom: 30px;
	margin-right: 21px;
}

.polic_list_tu {
	width: 385px;
	height: 243px;
	overflow: hidden;
}

.polic_list_tu img {
	width: 385px;
	height: 243px;
	-ms-transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
}

.polic_list_tu img:hover {
	width: 100%;
	transition: all 1s;
	transform: scale(1.2);
	overflow: hidden;
	cursor: pointer;
}

.pol_describe {
	margin-top: 18px;
}

.pol_describe h2 {
	font-size: 14px;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pol_describe p {
	font-size: 12px;
	color: #666666;
	margin-top: 14px;
}

.dianji_re {
	width: 19px;
	height: 18px;
	right: 0px;
	top: -3px;
	position: absolute;
	background: url("../images/regist_dui_02.png") no-repeat;
	z-index: 2;
}

#register input:checked+.dianji_re {
	background: url("../images/regist_dui_03.png") no-repeat;
}

.register_bg {
	background-color: #fff;
	padding-bottom: 30px;
}

.page_news {
	padding-bottom: 76px;
}

.picList_boot .pic:hover {
	border: 1px solid #FF6600;
	transition: 0.5s;
}


/*新增汽车估价*/

.val_det {
	padding: 0 50px;
}

.var_list {
	margin-top: 20px;
}

.val_det .var_le {
	width: 65px;
	font-size: 16px;
	color: #333;
	text-align: right;
	padding-right: 16px;
}

.val_det .var_fr {
	margin-right: -20px;
}

.val_det .var_fr li {
	float: left;
	width: 168px;
	line-height: 70px;
	height: 70px;
	margin-right: 20px;
	text-align: center;
	font-size: 16px;
	border: 1px solid #ccc;
}

.val_det .var_fr li img {
	width: 168px;
	height: 67px;
}

/**********   个人中心  ***********/
.person_box {
	margin: 20px 0 35px;
}

.person_left {
	width: 202px;
	font-size: 16px;
	color: #333;
}

.sideBar {
	background: #fff;
	margin-bottom: 10px;
	padding-bottom: 30px;
}

.sideBar_top {
	position: relative;
	line-height: 40px;
	background: #eaeaea;
	padding-left: 20px;
	cursor: pointer;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.sideBar ul li:hover .sideBar_top,
.sideBar ul li.current .sideBar_top {
	background: #f10215;
	color: #fff
}

.sideBar ul li:hover .sideBar_i_one,
.sideBar ul li.current .sideBar_i_one {
	display: none;
}

.sideBar ul li:hover .sideBar_i_two,
.sideBar ul li.current .sideBar_i_two {
	display: block;
}

.sideBar_i_two {
	display: none;
}

.sideBar_top span {
	position: absolute;
	width: 11px;
	top: 0;
	right: 18px;
	color: #8e8e8e;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.sideBar_top span img {
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.sideBar_top span.current img {
	transform: rotate(180deg)
}

.sideBar_drop a {
	position: relative;
	z-index: 11;
	display: block;
	height: 40px;
	line-height: 40px;
	padding-left: 20px;
	font-size: 14px;
	color: #999;
	border-bottom: 1px solid #eaeaea;
	overflow: hidden;
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
}

.sideBar .sideBar_drop a::before {
	position: absolute;
	z-index: -1;
	content: "";
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: #f3f3f3;
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
}

.sideBar_drop a:hover {
	color: #f10215;
	text-decoration: underline;
}

.sideBar_drop a:hover::before {
	left: 0;
}

.sideBar_drop a.current {
	background: #f3f3f3;
	color: #f10215;
	text-decoration: underline;
}

.mobile_phone {
	background-color: #fff;
	padding: 20px 0 60px;
}

.mobile_title {
	padding-left: 20px;
	margin-bottom: 24px;
}

.mobile_wx {
	margin-bottom: 13px;
}

.mobile_wx img {
	width: 112px;
	height: 112px;
}

.mobile_text {
	font-size: 12px;
	color: #666;
}

.person_right {
	width: 978px;
}

.person_top {
	font-size: 14px;
	color: #333333;
	padding: 38px 38px 32px 20px;
	background: #fff;
}

.person_top_left {
	width: 620px;
}

.person_a {
	width: 74px;
	height: 74px;
	overflow: hidden;
	margin-right: 32px;
}

.person_b {
	margin-right: 48px;
	max-width: 400px;
}

.person_a img {
	width: 74px;
	height: 74px;
}

.person_b2 span {
	width: 26px;
	height: 26px;
	line-height: 26px;
	border: 1px solid #f10215;
	color: #f10215;
	margin: -3px 12px 0 0;
}

.person_b2 em {
	color: #f10215
}

.person_b3 a {
	width: 90px;
	height: 30px;
	line-height: 30px;
	background: #f54d56;
	font-size: 14px;
	color: #fff;
	text-align: center;
}

.person_c {
	width: 95px;
	height: 95px;
	overflow: hidden;
}

.person_c img {
	width: 95px;
	height: 95px;
}

.person_d {
	margin-bottom: 26px;
}

.person_d span {
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 18px;
	height: 11px;
	background: #e6e6e6;
}

.person_d em {
	color: #ff0000;
	margin-left: 9px;
}

.person_d span.current {
	background: #f9bf10;
}

.person_e span {
	margin-left: 20px;
}

.person_e img {
	margin: -3px 10px 0 0;
}

.person_middle {
	position: relative;
	padding: 14px 140px 30px 15px;
	font-size: 14px;
}

.person_tb {
	background: #fff url(../images/person_a3.png) no-repeat top left;
}

.person_middle_title {
	color: #ff0000;
	margin-bottom: 12px;
}

.person_middle_text {
	color: #666666
}

.person_middle_release {
	position: absolute;
	top: 50%;
	right: 34px;
	margin-top: -14px;
}

.person_middle_release a {
	display: block;
	width: 88px;
	height: 28px;
	line-height: 28px;
	border: 1px solid #f10215;
	color: #f10215;
}

.person_btm {
	background: #fff;
	padding: 0 20px 28px;
	font-size: 14px;
}

.person_btm_title {
	line-height: 28px;
	padding: 20px 0;
}

.person_btm_left {
	font-size: 18px;
	color: #333333
}

.person_btm_right {
	font-size: 12px;
	color: #999999
}

.person_btm_right span {
	color: #f10215;
}

.person_table {
	width: 100%;
}

.person_table thead {
	height: 36px;
	line-height: 36px;
	background: #f5f5f5;
	text-align: center;
	color: #222222;
}

.person_td1 {
	width: 129px;
}

.person_td3 {
	width: 146px;
}

.person_table tbody tr {
	border-bottom: 1px solid #f0f0f0
}

.person_table tbody td {
	padding: 20px 0;
}

.person_btm_img {
	width: 95px;
	padding: 0 17px;
}

.person_btm_img img {
	width: 95px;
	height: 66px;
}

.person_btm_list {
	padding: 0 37px 0 40px;
}

.person_list_title {
	color: #333333;
	margin-bottom: 8px;
}

.person_list_text {
	font-size: 12px;
	color: #666666;
	margin-bottom: 10px;
}

.person_list_date {
	font-size: 12px;
	color: #999999
}

.person_list_price {
	font-size: 14px;
	color: #ff0000;
}

/*********   修改密码  ********/
.member_title {
	position: relative;
	padding: 0 20px;
	height: 40px;
	line-height: 40px;
	background: #fff;
	font-size: 16px;
	color: #595959;
	font-weight: bold;
}

.member_title span {
	width: 3px;
	height: 16px;
	background: #9f9f9f;
	margin: -3px 10px 0 0;
}

.password_btm {
	background: #fff;
	padding: 0 20px;
}

.password_pad_one {
	padding: 48px 0 320px;
}

.password_group {
	width: 578px;
	margin: 0 auto;
}

.password_list {
	line-height: 33px;
	margin-bottom: 17px;
}

.password_list_left {
	width: 95px;
	margin-right: 10px;
	color: #666666;
	text-align: right;
}

.password_list_left span {
	color: #f54d56;
	margin-right: 5px
}

.password_list_right {
	color: #666666
}

.password_list_right em {
	color: #c5c5c5;
	margin-left: 40px;
}

.password_text {
	width: 400px;
	height: 33px;
	line-height: 33px;
	padding: 0 10px;
	border: 1px solid #e3e3e3;
	color: #999999;
}

.text_width275.password_text {
	width: 275px;
}

.password_sms {
	width: 115px;
	height: 33px;
	line-height: 33px;
	border: 1px solid #e3e3e3;
	color: #595959;
	background: #f4f4f4;
	text-align: center;
	cursor: pointer;
}

.password_list_right span {
	margin-right: 10px;
}

.password_yzm img {
	display: block;
}

.password_btn {
	width: 60px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	background: #fff;
	border: 1px solid #dfdfdf;
	font-size: 14px;
	color: #222222;
	cursor: pointer;
}

.password_btn.current {
	background: #f54d56;
	border: 1px solid #f54d56;
	color: #fff;
}

/***********   安全中心   *************/
.security_box {
	color: #666666;
	padding: 20px 0;
}

.security_title {
	position: relative;
	font-size: 14px;
	color: #595959;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	padding: 0 20px;
	background: #f5f5f5;
	overflow: hidden;
}

.security_title_side {
	position: absolute;
	top: 0;
	right: 20px;
	color: #f54d56;
	font-weight: normal;
}

.security_infor {
	width: 700px;
	margin-left: 190px;
	padding: 47px 0 20px;
}

.security_infor_list {
	margin-bottom: 27px;
}

.security_infor_left {
	width: 95px;
	margin-right: 7px;
	text-align: right;
}

.security_infor_right {
	width: 560px;
}

/* .security_infor_right span { color:#34a637; } */
/* .security_infor_right em { 
	background:#34a637; 
	width: 132px;
	height:11px;
	margin:-3px 0 0 10px;
} */

.security_table {
	width: 830px;
	margin: 30px auto 120px;
}

.security_table tr {
	border-bottom: 1px dashed #eaeaea;
}

.security_table td {
	padding: 22px 0;
	color: #333;
}

.security_td1 {
	width: 148px;
}

.security_td2 {
	width: 80px;
}

.security_td3 {
	width: 478px;
}

.security_td4 {
	width: 124px;
}

.tick_text {
	margin-top: 2px;
}

.security_c {
	width: 340px;
	margin-left: 64px;
	line-height: 24px;
	text-align: left;
	color: #666;
}

.security_href {
	color: #666666
}

.phone_mg {
	margin: 44px 0 160px;
}

/*********   反馈管理  ********/
.feedback_title.security_title {
	padding: 0;
}

.feedback_title span {
	float: left;
	display: block;
	padding: 0 25px;
	cursor: pointer;
}

.feedback_title span.current {
	background: #f54d56;
	color: #fff;
}

.feedback_box {
	padding: 30px 0 80px;
}

.feedback_table {
	width: 100%;
	color: #666666;
}

.feedback_table a {
	color: #666
}

.feedback_table tbody tr {
	border-bottom: 1px solid #f0f0f0;
}

.feedback_table thead {
	height: 35px;
	line-height: 35px;
	background: #f5f5f5;
	font-size: 14px;
	color: #222222;
}

.feedback_box input[type="checkbox"],
.feedback_box label {
	width: 16px;
	height: 16px;
	margin-top: 2px;
	vertical-align: middle;
	cursor: pointer;
}

.feedback_table tbody td {
	padding: 18px 0;
}

.feedback_td1 {
	width: 94px;
}

.feedback_td2 {
	width: 198px;
}

.feedback_td3 {
	width: 380px;
}

.feedback_td4 {
	width: 136px;
}

.feedback_td5 {
	width: 130px;
}

.feedback_c {
	width: 290px;
	margin: 0 auto;
	line-height: 18px;
}

.feedback_e span {
	margin: -3px 3px 0;
}

.feedback_e a {
	color: #666
}

.feedback_btm {
	line-height: 30px;
	margin-top: 40px;
	font-size: 14px;
}

.feedback_btn {
	font-size: 14px;
	color: #f10215;
	background: none;
	border: 0;
	vertical-align: middle;
}

.checkAll {
	margin-right: 4px;
}

.feedback_btm_check {
	color: #222222;
	margin-right: 32px;
	margin-left: 14px;
}

.feedback_btm_right .page {
	padding: 0;
}

.feedback_details_title {
	font-size: 14px;
	color: #595959;
	font-weight: bold;
	margin-left: 10px;
	margin-bottom: 28px;
}

.feedback_details_list {
	border-bottom: 1px dashed #eaeaea;
	padding: 14px 0;
	color: #595959;
	font-size: 14px;
}

/* .feedback_details_list:last-child { border-bottom:none; } */
.feedback_details_left {
	width: 98px;
	margin-right: 10px;
	text-align: right;
}

.feedback_details_right {
	width: 800px;
}

.feedback_details_red {
	color: #f10215;
}

/******  我的投诉   *******/
.conplain_img_list img {
	width: 117px;
	height: 117px;
	margin: 0 20px 20px 0;
}

/*********   我的收藏   *********/
.collect_td1 {
	width: 78px;
}

.collect_td2 {
	width: 150px;
}

.collect_td3 {
	width: 248px;
}

.collect_td4 {
	width: 230px;
}

.collect_td5 {
	width: 120px;
}

.collect_td6 {
	width: 108px;
}

.collect_b {
	width: 55px;
	height: 55px;
	margin: 0 auto;
	overflow: hidden;
}

.collect_b img {
	width: 55px;
	height: 55px;
}

.collect_c {
	width: 184px;
	margin: 0 auto
}

.collect_c a,
.collect_d a {
	color: #666
}

.collect_d {
	width: 200px;
	margin: 0 auto
}

.collect_e {
	width: 100px;
	margin: 0 auto
}


/**********   个人信息   ***********/
.person_infor_modify {
	position: absolute;
	top: 5px;
	right: 20px;
	display: block;
	width: 60px;
	height: 30px;
	line-height: 30px;
	background: #e3e3e3;
	font-size: 14px;
	color: #333333;
	font-weight: normal;
}

/*************   	VIP   *************/
.vip_box {
	padding: 0 12px 160px;
}

.vip_top {
	border-bottom: 1px solid #f0f0f0;
	padding: 30px 0 50px;
	margin-bottom: 48px;
}

.vip_top_title {
	font-size: 18px;
	color: #595959;
	font-weight: bold;
	margin-bottom: 48px;
}

.vip_top_img {
	margin-bottom: 10px;
}

.vip_top_text {
	color: #666666;
}

.vip_group {
	padding: 0 35px 0 20px;
	width: 401px;
}

.vip_group_a.vip_group {
	padding: 0 20px 0 35px;
}

.vip_group_title {
	font-size: 14px;
	color: #595959;
	font-weight: bold;
	margin-bottom: 20px;
	padding: 18px 0 15px;
}

.vip_group_btm {
	margin-left: 30px;
}

.vip_list {
	color: #666666;
	line-height: 24px;
	margin-bottom: 13px;
}

.vip_list_left {
	width: 16px;
}

.vip_list_right {
	width: 353px;
}

.vip_group_current .vip_group_title {
	color: #f54d56
}

.vip_group_current {
	border-right: 1px dashed #ededed
}

.vip_group_current .vip_list {
	color: #f54d56
}


/*********   发布求购    **********/
.release_box {
	background: #fff;
}

.release_list {
	margin-bottom: 17px;
}

.release_group {
	padding: 50px 20px 10px;
	border: 1px dashed #eaeaea;
}

.release_label {
	text-align: right;
	height: 33px;
	line-height: 33px;
	color: #666666;
	width: 121px;
	margin-right: 5px;
}

.release_label span {
	color: #f54d56;
	margin-right: 5px;
}

.release_right {
	color: #999999
}

.release_text {
	box-sizing: border-box;
	border: 1px solid #e3e3e3;
	padding: 0 10px;
	color: #bbbbbb;
	height: 33px;
	line-height: 33px;
	width: 100%;
}

.release_icon {
	background: url(../images/pick_icon.png) no-repeat 262px center;
	cursor: pointer;
}

.release_list_one {
	margin-right: 16px;
}

.release_width291 {
	width: 291px;
}

.release_width724 {
	width: 724px;
}

.release_width780 {
	width: 780px;
}

.release_area {
	box-sizing: border-box;
	border: 1px solid #e3e3e3;
	padding: 0 10px;
	color: #bbbbbb;
	height: 114px;
	line-height: 30px;
	width: 100%;
}

.release_file_top {
	margin-bottom: 16px;
}

.release_file_top span {
	position: relative;
	width: 89px;
	height: 33px;
	line-height: 33px;
	color: #595959;
	background: url(../upload/release_file.png) no-repeat center center;
	margin-right: 10px;
}

.update_file {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	cursor: pointer;
}

.release_file_btm ul li {
	width: 117px;
	height: 117px;
	float: left;
	margin: 0 20px 20px 0;
}

.release_btm {
	padding: 30px 20px 50px;
}

.release_prompt {
	color: #999999;
	width: 780px;
	margin: 40px 0 0 126px;
}

.release_prompt span {
	color: #f10215
}

.person_btm_pad30.password_btm {
	padding: 0 30px;
}

.release_td2 {
	width: 90px;
}

.release_td3 {
	width: 280px;
}

.release_td4 {
	width: 110px;
}

.release_td5 {
	width: 110px;
}

.release_td6 {
	width: 100px;
}

.release_tr_c.feedback_c {
	width: 250px;
}

.release_tr_e {
	font-size: 14px;
	color: #ff0000;
}

.release_det_list {
	width: 280px;
	box-sizing: border-box;
	border-right: 2px dashed #ededed;
	margin-right: 26px;
}

.release_det_list .feedback_details_right {
	width: 170px;
}

.pager {
	text-align: center;
}

.pager ul li {
	display: inline-block;
	*display: inline;
	zoom: 1;
}

.pager a,
.pager span {
	font-size: 12px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	background-color: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	vertical-align: middle;
	color: #666;
	min-width: 24px;
	height: 32px;
	line-height: 32px;
	padding: 0 4px;
	margin: 0 6px;
	text-align: center;
	border: 1px solid #dddddd;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
}

.pager li.active span,
.pager li:hover a {
	position: relative;
	border-color: #f54d56;
	color: #fff;
	background: #f54d56;
}

.pager_right.pager {
	text-align: right;
}

.pager_right.page {
	text-align: right;
}

.pager_mg {
	margin: 40px 0;
}

.pager_right.pager a,
.pager_right.pager span {
	margin: 0 0 0 12px;
}

/**********   商家个人中心    *********/

/*******  联系我们  ********/
.contact_group {
	margin: 40px 23px 0;
}

.online_select {
	width: 125px;
}

.online_input_two .chosen-container {
	font-size: 12px;
	color: #999999;
}

.online_input_two .chosen-container-active.chosen-with-drop .chosen-single {
	background: #fff;
	padding-left: 10px;
	border: 1px solid #e3e3e3;
}

.online_input_two .chosen-container-single .chosen-single {
	font-size: 14px;
	color: #0e0e0e;
	padding-left: 10px;
	background: #fff;
	height: 33px;
	line-height: 33px;
	border: 1px solid #e3e3e3;
}

.online_input_two .chosen-container-single .chosen-single span {
	color: #666;
	margin: 0
}

.online_input_two .chosen-container .chosen-drop {
	border: 1px solid #8b9ec5;
}

.online_input_two .chosen-container .chosen-results {
	border-top: 1px solid #e3e3e3;
	max-height: 210px;
}

.online_input_two .chosen-container .chosen-results li {
	line-height: 35px;
	padding: 0 0 0 10px;
}

.online_input_two .chosen-container-single .chosen-single div {
	width: 18px;
}

.online_input_two .chosen-container-single .chosen-single div b {
	background: url(../images/select_drop.png) no-repeat left center;
}

.contact_list_720 {
	width: 720px;
}

.contact_list_680 {
	width: 680px;
}

.merchant_cont_btm ul li {
	position: relative;
	width: auto;
	height: auto;
	border: 1px solid #e3e3e3;
}

.cont_close {
	position: absolute;
	z-index: 99;
	top: 0;
	right: 0;
	width: 15px;
	height: 15px;
	line-height: 15px;
}

.cont_close img {
	display: block;
}

.cont_mecahart_img {
	padding: 5px 24px 5px 5px;
}

.cont_mecahart_img img {
	max-height: 100px;
}

.merchant_cont_editor {
	width: 720px;
}

/*******   留言   ******/
.merchant_msg_top {
	padding-top: 40px;
	margin-bottom: 32px;
}

.feedback_red {
	color: #f54d56
}

.merchant_msg_btm .feedback_details_list {
	border: 0
}

.merchant_msg_btm .feedback_details_title {
	margin-bottom: 8px;
}

/********  链接   ********/
.link_width100 {
	width: 100% !important;
}

.link_radio {
	vertical-align: middle;
	margin: -3px 5px 0 0;
	cursor: pointer;
}

/**********  账号安全   **********/
.merchant_security {
	line-height: 17px;
	height: 17px;
}

.sec_green {
	color: #34a637
}

.sec_red {
	color: #f54d56;
}

.sec_span {
	position: relative;
	margin: 2px 0 0 10px;
}

.sec_line {
	background: #34a637;
	width: 132px;
	height: 13px;
}

.sec_absolute {
	position: absolute;
	z-index: 9;
	width: 50%;
	height: 13px;
	top: 0;
	left: 0;
	background: #f54d56;
}

.identity_group {
	width: 790px;
	margin: 0 0 0 138px;
}

/**********  个人中心   **********/
.bus_list1_circle {
	width: 78px;
	height: 78px;
	border-radius: 50%;
	overflow: hidden;
	text-align: center;
	line-height: 78px;
	border: 1px solid #f2f2f2;
	float: left;
	margin-top: 12px;
	margin-right: 32px;
}

.bus_list1_circle img {
	max-width: 66px;
	max-height: 66px;
}

.bus_list3_boot {
	margin-top: 25px;
}

.bus_list3_boot ul {
	margin-right: -9px;
	overflow: hidden;
}

.bus_list3_boot ul li {
	float: left;
	border-right: 1px solid #cccccc;
	width: 80px;
}

.bus_list3_boot ul li.last {
	border-right: none;
}

.bus_list3_boot_tu {
	text-align: center;
	height: 28px;
	margin: 0 auto;
	border-radius: 50%;
	border: 1px solid #cdcdcd;
	line-height: 25px;
	width: 28px;
}

.merchant_validation_1 {
	background: url(../images/busin_a4.png) no-repeat center center
}

.merchant_validation_2 {
	background: url(../images/busin_a5.png) no-repeat center center
}

.merchant_validation_3 {
	background: url(../images/busin_a6.png) no-repeat center center
}

.bus_list3_boot ul li.current .merchant_validation_1 {
	background: url(../images/busin_a44.png) no-repeat center center
}

.bus_list3_boot ul li.current .merchant_validation_2 {
	background: url(../images/busin_a55.png) no-repeat center center
}

.bus_list3_boot ul li.current .merchant_validation_3 {
	background: url(../images/busin_a66.png) no-repeat center center
}

.bus_list3_boot_text {
	font-size: 12px;
	color: #333333;
	margin-top: 6px;
	text-align: center;
}

.bus_hone_list {
	padding: 16px 0;
	background-color: #fff;
}

.bus_hone_list ul li {
	width: 138px;
	float: left;
	border-right: 1px dashed #eaeaea;
	height: 36px;
	line-height: 36px;
	padding: 0 51px;
}

.bus_hone_list ul li.last {
	border-right: none;
}

.bus_hone_list_tu {
	width: 43px;
	text-align: center;
	display: inline-block;
}

.bus_hone_list_tu img {
	margin-top: -3px;
}

.bus_hone_list_text {
	display: inline-block;
	margin-left: 26px;
	color: #666666;
	font-size: 16px;
	line-height: 36px;
}

.feedback_box_two {
	padding: 0 0 45px
}

.busin_home_td1 {
	width: 79px;
}

.busin_home_td2 {
	width: 219px;
}

.busin_home_td3 {
	width: 149px;
}

.busin_home_td4 {
	width: 110px;
}

.busin_home_td5 {
	width: 100px;
}

.busin_home_td6 {
	width: 100px;
}

.busin_home_td7 {
	width: 162px;
}

.busi_thea tr td {
	border: 1px solid #f0f0f0;
}

.tbody_busin tr td {
	border: 1px solid #f0f0f0;
}

.tbody_busin {
	color: #666;
	font-size: 12px;
}

.busi_tbody_b {
	margin: 0 auto;
	line-height: 18px;
	text-align: center;
}

.busi_tbody_b img {
	width: 95px;
	height: 71px;
}

.busi_tbody_c {
	font-size: 14px;
	color: #ff0000;
}

.feedback_box_add_two {
	padding: 0px 0 80px;
}

.busi_tbody_a {
	padding: 0 34px;
	text-align: center;
}

.busi_tbody_a span {
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

/*******   商家店铺   *******/
.feedback_box_store {
	padding: 28px 0 0px
}

.company_box_add {
	width: 890px;
	margin: 0 auto;
}

.company_box_left {
	width: 96px;
	text-align: right;
	margin-right: 7px;
}

.company_box_right {
	width: 700px;
	border: 1px solid #e3e3e3;
}

.company_box_textarea {
	width: 724px;
	height: 120px;
	line-height: 22px;
	padding: 7px 10px;
	color: #999;
	border: 1px solid #e3e3e3;
}

.company_add_img {
	margin: 0 auto;
	width: 890px;
}

.company_add_img img {
	width: 705px;
}

.store_infor_box .security_infor {
	width: 720px;
	margin-left: 170px;
}

.store_infor_box .security_infor_left {
	width: 115px;
}

.store_title {
	position: relative;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #595959;
	font-weight: bold;
	padding-left: 20px;
	background-color: #F5F5F5;
}

.store_red {
	position: absolute;
	top: 0px;
	right: 0px;
	display: block;
	width: 60px;
	height: 30px;
	line-height: 30px;
	background: #F54D56;
	font-size: 14px;
	color: #fff;
	font-weight: normal;
}

.store_infor_modify {
	position: absolute;
	top: 0px;
	right: 0px;
	display: block;
	width: 60px;
	height: 30px;
	line-height: 30px;
	background: #e3e3e3;
	font-size: 14px;
	color: #333;
	font-weight: normal;
}

.store_select_top {
	background: url("../images/select_arrow.png") no-repeat 376px 6px;
}

.password_btn.red {
	background: #F10215;
	border: 1px solid #F10215;
	color: #fff;
}

.store_in_box {
	width: 720px;
	margin-left: 170px;
	padding: 25px 0 20px;
	border-top: 1px dashed #EAEAEA;
}

.password_pad_two {
	padding: 40px 0 182px;
}

.online_select_400 {
	width: 400px;
}

.store_infor_box .password_group {
	width: 598px;
	margin-left: 160px;
}

.store_infor_box .password_list_left {
	width: 115px
}

.store_infor_date .release_text {
	width: 193px;
}

.store_infor_date .release_icon {
	background: url(../images/pick_icon.png) no-repeat 164px center;
}

.textarea_noborder {
	width: 400px;
	box-sizing: border-box;
	height: 150px;
	line-height: 22px;
	padding: 7px 10px;
	color: #999;
	border: 1px solid #e3e3e3;
	color: #999999;
}

.store_infor_box .password_group.store_infor_group {
	width: 100%;
	margin-left: 0;
	box-sizing: border-box;
}

.store_infor_group .password_list {
	width: 578px;
	margin: 0 auto 17px;
}

.store_infor_group .store_list_width100 {
	width: 100%;
	box-sizing: border-box;
	padding: 28px 0 0;
	border-top: 1px dashed #eaeaea;
	margin-top: 30px;
	padding-left: 180px;
}

/******** 公司动态  *********/
.comp_add_rg_a {
	position: absolute;
	display: block;
	top: 5px;
	right: 20px;
	width: 106px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	font-size: 14px;
	background-color: #f54d56;
	text-align: center;
}

.com_add_td2 {
	width: 101px;
}

.com_add_td3 {
	width: 127px;
}

.com_add_td4 {
	width: 356px;
	overflow: hidden;
}

.com_add_td5 {
	width: 133px;
}

.com_add_td6 {
	width: 128px;
}

.com_add_td7 {
	width: 83px;
}

.comp_add_a input {
	border: 1px solid #e3e3e3;
	width: 43px;
	height: 31px;
	line-height: 31px;
	text-align: center;
	font-size: 12px;
	color: #222222;
	vertical-align: middle;
	text-align: center;
}

.comp_add_title {
	margin: 0 10px;
}

.add_check {
	padding: 0 15px;
	height: 34px;
	line-height: 32px;
	border: 1px solid #dfdfdf;
	text-align: center;
	background-color: #fff;
	font-size: 14px;
	color: #222222;
	transition: all 0.5s;
	margin-right: 5px;
}

.add_check:hover,
.add_check.current {
	background: #f54d56;
	border: 1px solid #f54d56;
	color: #fff;
}

.release_group_two {
	padding: 50px 20px 10px;
}

.release_right_lf {
	height: 33px;
	line-height: 33px;
}

.ali_button {
	padding-left: 24px;
	background: url("../images/check_radio_1.png") no-repeat left center;
	cursor: pointer;
	font-size: 12px;
	color: #999;
}

.ali_radio>input[type=radio]:checked~.ali_button {
	background: url("../images/check_radio_2.png") no-repeat left center;
}

.ali_radio>input[type=radio] {
	display: none;
}

.ali_radio input {
	width: 18px;
	height: 18px;
}

.ali_radio_two {
	margin-left: 30px;
}

/********   公司介绍    **********/
.store_commpany_text {
	margin: 25px 0 40px;
	line-height: 33px;
	padding: 0 25px;
	color: #666;
	overflow: hidden;
}

.store_commpany_text p {
	text-indent: 2em;
}

.alima_4 {
	width: 212px;
}

.alima_5 {
	width: 216px;
}

.comp_add_d {
	width: 149px;
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
	text-align: center;
	margin: 0 auto;
}

.comp_add_d img {
	max-width: 100%;
	height: auto;
}

.alima_btm {
	margin-top: 153px;
}

.release_group_two {
	padding: 50px 20px 10px;
}

.alim_file_top {
	margin-bottom: 20px;
}

.release_right_lf {
	height: 33px;
	line-height: 34px;
}

.com_area_ht225 {
	height: 225px !important
}


/**************   商品发布    *************/
.good_btm {
	padding: 35px 12px 100px;
	background: #fff;
}

.good_group {
	padding: 20px 0 10px;
	border-bottom: 1px dashed #eaeaea;
}

.good_list {
	line-height: 33px;
	margin-right: 18px;
}

.good_list .password_list_left {
	width: 73px;
	margin-right: 4px;
}

.good_list .password_list_right {
	width: 380px;
}

.good_list .online_select {
	width: 380px;
}

.good_text {
	color: #c5c5c5;
}

.good_group_area.good_group {
	padding: 20px 0;
}

.good_group_area.good_group .good_list {
	margin-right: 0
}

.password_list_right .good_textarea {
	width: 875px;
}

.good_textarea img {
	width: 875px;
}

.good_group_area .good_list .password_list_right {
	width: 875px;
}

.good_product {
	margin-left: 8px;
}

.good_product ul {
	overflow: hidden;
}

.good_product ul li {
	position: relative;
	float: left;
	width: 208px;
	height: 316px;
	border: 1px solid #fff;
	margin-left: 20px;
	cursor: pointer;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.good_product_btm {
	padding: 18px 6px 0;
}

.good_product_img {
	width: 208px;
	height: 208px;
	overflow: hidden;
}

.good_product_img img {
	width: 208px;
	height: 208px;
}

.good_product_price {
	font-size: 18px;
	color: #dd2727;
	margin-bottom: 8px;
}

.good_product_price span {
	font-family: "最像素EX2";
}

.good_product_text {
	color: #666666;
	line-height: 21px;
	max-height: 42px;
	overflow: hidden;
}

.good_product ul li:hover,
.good_product ul li.current {
	border: 1px solid #f5525b;
}

.good_product_go {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 58px;
	height: 58px;
	margin: auto;
}

.good_btn_group {
	margin-left: 28px;
}

.mechant_product_td2 {
	width: 56px;
}

.mechant_product_td3 {
	width: 60px;
}

.mechant_product_td4 {
	width: 180px;
}

.mechant_product_td5 {
	width: 132px;
}

.mechant_product_td6 {
	width: 110px;
}

.mechant_product_td7 {
	width: 100px;
}

.mechant_product_td8 {
	width: 72px;
}

.mechant_product_td9 {
	width: 150px;
}

.mechant_product_d {
	width: 150px;
	margin: 0 auto;
	line-height: 21px;
}

.mechant_product_e img {
	max-width: 95px;
	max-height: 71px;
}

.mechant_product_f {
	font-size: 14px;
	color: #ff0000;
}

.release_look {
	padding: 24px 10px 180px;
}

.release_look_top {
	padding-bottom: 60px;
	border-bottom: 1px solid #f0f0f0
}

.release_look_list {
	float: left;
	box-sizing: border-box;
	width: 456px;
	padding-right: 18px;
	line-height: 32px;
	margin-bottom: 10px;
}

.release_look_left {
	width: 110px;
	text-align: right;
	margin-right: 6px;
}

.release_look_right {
	width: 320px;
}

.release_photo_left {
	line-height: 71px;
}

.release_look_img img {
	width: 95px;
	height: 71px;
}

.release_look_btm {
	padding-top: 38px;
}

.release_look_btm .release_look_list {
	float: none;
	width: 100%;
	line-height: 22px;
	box-sizing: border-box;
}

.release_look_btm .release_look_right {
	width: 750px;
}

/* ==================++++++++++++++++  联系我们+++++++++++++++++===================== */


.container_contact {}

/* 地图 */
.contact_map_box {
	padding: 48px 20px;
}

.map_box {
	border: 2px solid #ff6600;
	background: #fff;
	width: 370px;
	padding: 23px 26px;
	position: absolute;
	margin-bottom: 26px;
	right: 18px;
	bottom: 5px;
}

.map_box:before {
	content: "";
	background: url('../images/map_jian.png') no-repeat right center;
	display: block;
	height: 26px;
	position: absolute;
	right: -2px;
	bottom: -28px;
	width: 28px;
}

.map_box .map_img img {
	height: 50px;
	width: 120px;
}

.map_box .map_img {
	display: inline;
}

.map_box h2 {
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	margin-bottom: 7px;
	margin-top: 12px;
}

.map_box p {
	font-size: 14px;
	color: #666666;
	line-height: 24px;
}

.BMapLabel {
	border: 0 !important;
	background: transparent !important;
	position: relative !important;
}

.con_map {
	font-size: 18px;
	font-weight: bold;
	color: #231815;
	margin-left: 9px;
	margin-top: 20px;
	display: inline-block;
	vertical-align: middle;
	line-height: 20px;
}

.con_map_span {
	margin-left: 19px;
}

/* 专线推荐 */

.lineshare {
	width: 1200px;
	height: 46px;
	margin: 25px auto;
	border: 1px solid #DE3237;
}

.lineshare p {
	float: left;
	line-height: 46px;
	width: 100px;
	background: #ff6600;
	color: #fff;
	text-align: center;
	border-right: 1px solid #fff;
}

.lineshare li {
	float: left;
	line-height: 46px;
	width: 89px;
	text-align: center;
}

.lineshare li a {
	display: block;
	cursor: pointer;
}

.lineshare li a:hover {
	background: #ff6600;
	color: #fff;
}

/* 首页广告位轮播图 */

.index_picScroll {
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	background-color: #fff;
	border: 1px solid #f00;
}

.index_picScroll .hd .prev {
	position: absolute;
	top: -13px;
	left: -5px;
	background: url("../images/dispaly_left.png") no-repeat center center;
	margin-top: 20px;
	width: 30px;
	height: 48px;
}

.index_picScroll .hd .next {
	position: absolute;
	top: -13px;
	right: 0;
	margin-top: 20px;
	background: url("../images/display_right.jpg") no-repeat center center;
	width: 30px;
	height: 48px;
	z-index: 9999999;
}

.index_picScroll .hd .prev,
.index_picScroll .hd .next {
	display: block;
	width: 48px;
	height: 95px;
	float: right;
	overflow: hidden;
	cursor: pointer;
}

.index_picScroll .hd ul {
	float: right;
	overflow: hidden;
	zoom: 1;
	margin-top: 10px;
	zoom: 1;
}

.index_picScroll .hd ul li {
	float: left;
	width: 9px;
	height: 9px;
	overflow: hidden;
	margin-right: 5px;
	text-indent: -999px;
	cursor: pointer;
	background: url("images/icoCircle.gif") 0 -9px no-repeat;
}

/* .index_picScroll .bd {
	margin-left: 61px;
} */

.index_picScroll .bd ul {
	overflow: hidden;
	zoom: 1;
}

.picIndex .pic {
	width: 220px;
	height: 150px;
	overflow: hidden;
	border: 1px solid #eeeeee;
	cursor: pointer;
}

.picIndex li {
	float: left;
	_display: inline;
	text-align: center;
	width: 220px !important;
	height: 150px !important;
	margin-right: 28px;
	line-height: 107px;
}

.picIndex li img {
	width: 90%;
}

.picIndex .pic:hover {
	border: 1px solid #FF6600;
	transition: 0.5s;
}

/* 首页底部的信息 */
.nwebox {
	width: 1200px;
	margin: 30px auto 15px;
	overflow: hidden;
}

.nwebox ul {
	width: 350px;
	float: left;
	margin-right: 50px;
	margin-top: 10px;
}

.nwebox ul.uimiddle {}

.nwebox ul p {
	width: 100%;
	height: 36px;
	background: #f5f5f5;
	color: #C50018;
	font-weight: bold;
	line-height: 36px;
	padding-left: 22px;
}

.nwebox ul li {
	width: 100%;
	height: 28px;
	line-height: 28px;
	padding-left: 15px;
	background: url(../img/ico.gif) no-repeat 5px center;
	font-size: 12px;
}

.nwebox ul li a {
	float: left;
	width: 240px;
	white-space: nowrap;
	overflow: hidden;
}

.nwebox ul li span {
	float: right;
	padding-right: 5px;
}

.nwebox ul li a:hover {
	text-decoration: underline;
}

/* ==================++++++++++++++++  园区 +++++++++++++++++===================== */

.supplier_park {
	background: #fff;
	padding-top: 26px;
	min-height: 1503px;
}

.park_exhibition ul {
	overflow: hidden;
	padding: 0 20px;
}

.park_exhibition ul li {
	float: left;
	width: 275px;
	margin-right: 20px;
	margin-bottom: 20px;
	position: relative;
}

.park_exhibition .park_tu {
	width: 275px;
	height: 210px;
	overflow: hidden;
	cursor: pointer;
}

.park_exhibition .title {
	width: 239px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	position: absolute;
	bottom: 0;
	text-align: center;
	font-size: 20px;
	padding: 10px 15px;
	color: #fff;
	background: rgba(0, 0, 0, 0.5);
}

.park_exhibition ul li:nth-child(4n) {
	margin-right: 0;
}

.park_exhibition .park_tu img {
	width: 275px;
	height: 210px;
	-ms-transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	cursor: pointer;
}

.park_exhibition .park_tu img:hover {
	-webkit-transform: scale(1.4);
	-ms-transform: scale(1.4);
	-o-transform: scale(1.4);
	transform: scale(1.4);
}

/* ==================++++++++++++++++  右侧内页内容区域 +++++++++++++++++===================== */

.webcontent_right {
	width: 278px;
	overflow: hidden;
	border: 1px solid #ff6600;
}

.webcontent_right .top_title {
	overflow: hidden;
	padding: 30px 20px 10px 20px;
	border-bottom: 1px solid #EAEAEA;
	line-height: 24px;
	text-align: right;
}

.webcontent_right .top_title .top_title_left {
	width: 100px;
	float: left;
	font-size: 18px;
	color: #444;
	text-align: left;
}

.webcontent_right .top_title .top_title_right {
	display: block;
	width: 50px;
	float: right;
	font-family: "\5b8b\4f53";
	color: #999;
	font-size: 12px;
}

.swhezuo_co {
	width: 420px;
	overflow: hidden;
}




.swhezuo {
	width: 100%;
	overflow: hidden;
}

.swhezuo ul {
	padding: 20px 0;
}

.swhezuo li {
	margin: 10px 15px;
	display: flex;
	align-items: center;
}

.swhezuo li span {
	padding-right: 10px;
}

.swhezuo li img {
	padding-right: 10px;
}
.contact_center_left{
	width: 300px;
	float: left;
}
.contact_center_right{
	width: 400px;
	float: left;
}
.saomabox {
	width: 100%;
	height: 120px;
	border: 1px solid #eee;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	position: relative;
	cursor: pointer;
}

.saomabox .bgimg {
	width: 100%;
	height: 260px;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	display: none;
	text-align: center;
}

.tsaomabox .bgimg {
	top: initial;
	bottom: 0;
}

.saomabox .bgimg img {
	width: 230px;
	margin-top: 15px;
}
.saomabox_co {
	height: 120px;
	border: 1px solid #eee;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	position: relative;
	cursor: pointer;
}
.codebox {
	width: 100px;
	margin-left: 10px;
}

.codebox img {
	width: 100px;
}

.codetxt {
	margin-left: 12px;
}

.codetxt b {
	display: block;
	font-size: 16px;
	margin-bottom: 15px;
}

/* ==================++++++++++++++++  排行榜 +++++++++++++++++===================== */

/* 联系我们 */
.form_btn{
	margin: 25px auto 0;
	text-align: center;
}
.form_btn a {
	display: inline-block;
	background: url(../images/bg_color.png);
	width: 125px;
	height: 35px;
	line-height: 35px;
	border-radius: 8px;
	font-size: 16px;
	cursor: pointer;
	color: #fff;
	text-align: center;
}





/* ==================++++++++++++++++  园区列表信息 +++++++++++++++++===================== */



.line_all_bg_box{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #F7F7F7;
}
.lineflfr_box{
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
}
.lineBox{
	width: 900px;
	margin-right: 20px;
}
.line_List_Box,.line_List_market{
	overflow: hidden;
	/*padding: 30px 0;*/
}
.line_List_Box li,.line_List_market li{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 20px;
	border-bottom: 1px dashed #ddd;
}
.line_List_Box li a,.line_List_market li a{
	display: block;
	flex: 1;
	justify-content: center;
	display: flex;
	align-items: center;
	padding: 10px 0;
}
.line_List_Box li:hover,.line_List_market li:hover{
	background: #f8ecc7;
}
.line_List_Box li a:hover img,.line_List_market li a:hover img {
	transition: all 1s;
	transform: scale(1.2);
	overflow: hidden;
	cursor: pointer;
}
.line_List_Box .comlogo,.line_List_market .comlogo{
	width: 90px;
	height: 90px;
}
.comlogo img{
	width: 90px;
	height: 90px;
	overflow: hidden;
	transform: all 1s;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
}
.comcenterTxt{
	width: 610px;
	margin-left: 20px;
	overflow: hidden;
}
.comname{
	font-size: 16px;
	color: #FF7300;
	margin-bottom: 5px;
	font-weight: bold;
}
.comcenterTxt .title{
	width: 50px;
}
.comcenterTxt .text{
	flex: 1;
}
.comcenterTxt .text span{
	padding-right: 10px;
}
.comzhida,.comfushe{
	display: flex;
	align-items: center;
	line-height: 20px;
	margin-top: 5px;
	font-size: 14px;
}

.line_phone{
	width: 100px;
	cursor: pointer;
	border-radius: 3px;
	text-align: center;
	margin-left: 20px;
}
.line_phone .but_tel{
	font-size: 20px;
	font-style: italic;
	color: #ff6600;
	background-color: transparent;
	margin-bottom: 12px;
}
.line_phone .but_tel img{
    width: 55%;
}
.line_phone .but_xiangx{
	display: inline-block;
    background: url(../images/bg_color.png);
    width: 100%;
    height: 30px;
    line-height: 30px;
    border-radius: 8px;
    font-size: 14px;
    cursor: pointer;
    color: #fff;
}
.line_phone .but_xiangx2{
	color: #FF7300;
	border: 1px solid #FF7300;
	background: #fff;
}
.linebox_right{
	width: 280px;
	overflow: hidden;
	background: #fff;
}

.linebox_right section img{
	display: block;
	width: 100%;
	margin-bottom: 10px;
}
.linebox_right li{
	margin: 10px 15px;
	display: flex;
	align-items: center;
}
.linebox_right li img{
	padding-right: 10px;
}
.linebox_right li span{
	padding-right: 10px;
}
.linebox_right .park_img{
	width: 240px;
	height: 200px;
	margin: 20px auto 0;
}

.linebox_right .content_park{
	padding: 0 20px;
}

/* ==================++++++++++++++++  物流主页 +++++++++++++++++===================== */

.webcontent_right .swhezuo h1{
	font-size: 14px;
    color: #333;
    padding: 10px 0;
    font-weight: bold;
}
.webcontent_right .tit_content{
	padding: 0 20px;
}
.webcontent_right .root {
	/* padding-bottom: 10px; */
	border-bottom: 1px dashed #E6E6E6;
}
.webcontent_right .root .im {
	width: 55px;
	height: 20px;
	padding-right: 10px;
}
.webcontent_right .ri_yuan {
	padding-left: 15px;
	font-weight: normal;
}

/* 运营线路 */
.home_line_group{
	padding: 0 20px 20px 20px;
	height: 310px;
	overflow-y: auto;
	cursor: pointer;
}
 .line_box{
	padding: 6px 0;
	border-bottom: 1px dashed #EAEAEA;
	font-size: 14px;
	line-height: 24px;
}
 .line_box .fushe{
	display: flex;
	justify-content: center;
	align-items: center;
}
 .line_box .ti{
	width: 80px;
}
 .line_box .text{
	flex: 1;
	font-size: 14px;
}

 .line_box .title{
	color: #ff6600;
	font-weight: bold;
}
 .line_box span{
	display: inline-block;
	color: #333;
	font-weight: normal;
}

.home_line_height{
	padding: 0 20px 20px 20px;
	cursor: pointer;
}

/* 网点查询 */
.home_site_group{
	padding: 0 50px 20px 50px;
	height: 185px;
	overflow-y: auto;
	cursor: pointer;
	line-height: 26px;
}

/* .home_site_group .title{ 
	font-size: 18px;
	margin-bottom: 15px;
} */
.home_site_group .ti,.home_site_height .ti{ 
	font-size: 16px;
}
.home_site_group .text,.home_site_height .text{ 
	font-size: 16px;
}
.site_bottom{
	color: #1296DB;
}
.site_top,.site_bottom{
	letter-spacing: 1px;
}
.home_site_group .site_list,.home_site_height .site_list{
	border-bottom: 1px solid #EAEAEA;
	padding: 6px 0;
}

.home_site_height{
	padding: 0 50px 20px 50px;
	cursor: pointer;
	line-height: 26px;
}


/* ==================++++++++++++++++  搜索页面 +++++++++++++++++===================== */
.sigead{
	width: 1200px;
	overflow: hidden;
	margin: 15px auto 0;
}
.sigead li{
	width: 250px;
	height: 90px;
	margin-right: 13px;
	float: left;
	cursor: pointer;
}
.sigead li:nth-child(4n) {
	margin-right: 0;
}
.sigead li img{
	width: 250px;
	height: 90px;
}
.index_search_logo {
	float: left;
	width: 220px;
	text-align: center;
}

.index_search_logo img {
	width: 220px;
	margin-bottom: 10px;
}

.display_search_rg {
    float: right;
	padding-top: 30px;
}
.se_rg_tu {
    float: left;
    width: 41px;
    height: 40px;
    overflow: hidden;
    margin-right: 15px;
}
.se_rg_tu img {
    max-width: 100%;
    height: 100%;
}
.se_rg_tel {
    float: left;
}

.se_rg_tel h2 {
	font-size: 14px;
	color: #666666;
}
.se_rg_tel h3 {
	margin-top: 6px;
	font-size: 18px;
	color: #ff6600;
}



.tab-content .tab-item {
    display: none;
}

.tab-content .active {
    display: block;
}


.lineBox_tOP{
	margin-top: 20px;
	overflow: hidden;
	border-bottom: 1px solid #FF7300;
}
.lineBox_tOP a{
	float: left;
	width: 106px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	border:1px solid #FF7300;
	border-bottom:none;
	background:#FFF;
	font-size: 16px;
	cursor: pointer;
}
.lineBox_tOP a.active{
	background: #FF7300;
	color:#FFF;
}

.lineBox_tOP a.soyuanqu{
	margin-left: 15px;
}
.toptitle{
	line-height: 40px;
	font-size: 14px;
}
.toptitle>span{
	padding: 0 5px;
	font-size: 17px;
	color: #ff6600;
}


.toptitle em{
	padding: 5px;
}


/* 首页左右广告位 */
.leftad{
	width: 98px;
	height: 360px;
	position: fixed;
	left: 0;
	top: 50%;
	margin-top: -180px;
}
.leftad p{
	position: absolute;
	top: 0;
	left: 0;
	line-height: 26px;
	font-size: 14px;
	color: #fff;
	cursor: pointer;
	padding: 0 5px;
}
.leftad a{
	display: block;
	overflow: hidden;
}
.leftad a img{
	display: block;
	width: 98px;
	height: 360px;
}
.rightad{
	width: 98px;
	height: 360px;
	position: fixed;
	left: auto;
	right: 0;
	top: 50%;
	margin-top: -180px;
}
.rightad p{
	left: auto;
	right: 0;
}
