@charset "UTF-8";

/*头部导航开始*/

.top {
	height: 40px;
	line-height: 40px;
	background: #f2f2f2;
	border-bottom: 1px solid #e5e4e4;
	z-index: 2;
	position: relative;
}

.topMain {
	width: 1200px;
	margin: 0 auto;
}

.topMain a.fr,
.topMain div.fr {
	display: flex;
	align-items: center;
}

.topMain div.mytrade {
	cursor: pointer;
	position: relative;
}

.topMain div.mytrade .navTradeList {
	top: 30px;
}

.topMain div.mytrade a {
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	line-height: 200%;
	color: #C7333F;
}

.topMain div.mytrade:hover,
.topMain div.mytrade a:hover {
	color: #C7333F;
}

.topMain>span.mr0 {
	margin-right: 0;
}

.loginOprateBox {
	margin-left: 6px;
}

.loginOprateBox a {
	padding: 0 12px;
}

.loginOprateBox a:hover {
	opacity: 0.7;
}

.loginOprateBox a .iconfont {
	font-size: 16px;
}

.lineColorific {
	display: inline-block;
	width: 1px;
	height: 14px;
	background: #999;
	position: relative;
	top: 2px;
}


/* head */

.headBox {
	padding-top: 30px;
	width: 100%;
	background: #fff;
	height: 175px;
	box-shadow: 0px 0px 6px 1px rgba(23, 4, 8, 0.05);
	/*position: relative;*/
	/*z-index: 999;*/
}

.headMain {
	width: 1200px;
	margin: 0 auto;
}

.homeLogo {
	float: left;
	position: relative;
	top: 9px;
	padding-bottom: 54px;
}

.homeLogo_fr {
	padding-top: 30px;
	float: right;
}

.homeLogo_fr a {
	display: block;
	width: 100px;
	border: 1px solid #dfdfdf;
	padding: 3px;
	text-align: center;
}

.homeLogo_fr a img {
	height: 33px;
}

.headSearch {
	margin-left: 94px;
	padding-top: 36px;
	float: left;
	position: relative;
	top: 8px;
}

.tabBtn {
	overflow: hidden;
}

.tabBtn li {
	height: 30px;
	line-height: 30px;
	cursor: pointer;
	float: left;
	padding: 0 12px;
	margin-right: 8px;
	margin-bottom: 2px;
	border-radius: 2px;
	font-size: 12px;
}

.tabBtn li.hover {
	color: #ffffff;
	background: #C7333F;
}

.searchInput {
	height: 46px;
	line-height: 46px;
	box-sizing: border-box;
	border: 1px solid #C7333F;
	border-radius: 2px;
}

.searchInput input {
	width: 470px;
	float: left;
	height: 44px;
	line-height: 44px;
	box-sizing: border-box;
	padding: 0 15px;
	font-size: 14px;
}

.searchInput button {
	width: 110px;
	background: #C7333F;
	color: #fff;
	float: right;
	height: 44px;
	line-height: 44px;
	font-size: 18px;
}

.searchInput button:hover {
	opacity: 0.8;
}

.searchInput .icon-sousuo:before {
	font-size: 22px;
	position: relative;
}

.hotSearch li {
	padding-right: 5px;
	height: 30px;
	line-height: 35px;
	float: left;
}

.hotSearch li a {
	color: #333;
	margin-right: 10px;
}

.hotSearch li a:hover {
	color: #c7333f;
}
.top_release {
	width: 114px;
	height: 46px;
	line-height: 46px;
	background-color: #ffffff;
	border-radius: 2px;
	border: solid 1px #C7333F;
	margin-top: 64px;
	color: #C7333F;
	font-size: 16px;
	text-align: center;
	transition: all .6s;
	-moz-transition: all .6s;
	-webkit-transition: all .6s;
	-o-transition: all .6s;
	position: relative;
	top: 8px;
}

.top_release:hover {
	background-color: #C7333F;
	background-image: linear-gradient(90deg, #C7333F 26%, #C7333F 100%);
	border: solid 1px #C7333F;
	color: #fff;
}


/* nav */

.homeNav {
	width: 100%;
	float: left;
	height: 52px;
}

.homeNav>ul {
	background: #fff;
	width: 1200px;
	margin: 0 auto;
	position: relative;
	height: 50px;
	/* left: 262px; */
	/*z-index: 2;*/
}

.homeNav>ul li {
	padding: 0 23px;
	float: left;
	line-height: 50px;
	color: #333;
	position: relative;
}

.homeNav>ul li .hot {
	position: absolute;
	right: 0;
	top: -2px;
}

.homeNav>ul li>a {
	display: inline-block;
	color: #333;
	font-size: 16px;
	font-weight: 700;
}

.homeNav>ul li a.color_red {
	color: #c7333f;
	background: url(../images/shareIcon.png) no-repeat 0px -413px;
	padding-left: 20px;
}

.homeNav>ul li.cur a,
.homeNav>ul li.cur {
	color: #c7333f;
}

.homeNav>ul li::after {
	opacity: 0;
	content: "";
	width: 40px;
	height: 2px;
	position: absolute;
	bottom: 5px;
	left: 30%;
	margin-left: -20px;
	background: #c7333f;
	transition: all .6s;
	-moz-transition: all .6s;
	-webkit-transition: all .6s;
	-o-transition: all .6s;
}

.homeNav>ul li:hover::after {
	opacity: 1;
	margin-left: -20px;
	background: #c7333f;
	bottom: 5px;
	left: 50%;
}

.homeNav>ul li:hover a,
.homeNav>ul li:hover .iconfont {
	color: #c7333f
}

.homeNav>ul li a:hover {
	color: #c7333f;
	opacity: 1;
}

.homeNav>ul li.cur::after {
	opacity: 1;
	content: "";
	width: 40px;
	height: 2px;
	position: absolute;
	bottom: 6px;
	left: 50%;
	margin-left: -20px;
	background: #c7333f
}

.homeNav>ul>a {
	float: right;
	width: 120px;
	height: 30px;
	line-height: 30px;
	background-image: linear-gradient(90deg, #C7333F 26%, #C7333F 100%);
	border-radius: 15px;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	margin-top: 10px;
}

.triangle {
	width: 0;
	height: 0;
	position: relative;
	top: 1px;
	left: 56px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 10px solid #fff;
}

.navTradeList {
	/* display: none; */
	width: 120px;
	padding-top: 6px;
	position: absolute;
	top: 52px;
	left: 50%;
	z-index: 999;
	margin-left: -68px;
}

.navTradeList ul {
	padding: 10px 20px;
	background-color: #fff;
	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1);
}

.homeNav ul li .navTradeList a {
	display: block;
	width: 100%;
	box-sizing: border-box;
	line-height: 200%;
	font-size: 16px;
	color: #333;
}

.homeNav ul li:hover .navTradeList a {
	color: #333;
}

.homeNav ul li .navTradeList a:hover {
	color: #c7333f
}


/* new add start */

#con_top {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	margin-bottom: 20px;
}

.clearBoth {
	clear: both;
}

.indexMenu {
	width: 205px;
	height: 46px;
	background-color: #c7333f;
	text-align: center;
	line-height: 46px;
	color: #fff;
	font-size: 16px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	float: left;
	margin-right: 30px;
}

.searchot {
	position: absolute;
	left: 0;
	top: 84px;
}

.searchot span {
	padding: 0 5px;
}

.con_top_ad {
	width: 964px;
	height: auto;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	background-color: #fff;
	padding: 0 13px;
	box-sizing: border-box;
	padding-bottom: 29px;
}

.ad_wz:last-child {
	margin-right: 0;
	width: 270px;
}

.ad_wz {
	width: 337px;
	height: 107px;
	float: left;
	margin-right: 10px;
	background: green;
}

.ad_wz img {
	display: block;
	width: 100%;
	height: 100%;
}

.jy_tit {
	width: 100%;
	height: auto;
}

.jy_tit strong {
	display: inline-block;
	font-size: 20px;
	padding-left: 20px;
	padding-right: 20px;
	color: #C7333F;
}

.ck_line {
	width: 874px;
	display: inline-block;
	height: 6px;
	background-color: #e9e9e9;
	position: relative;
	top: -4px;
}

.ck_line2 {
	width: 1018px;
	display: inline-block;
	height: 6px;
	background-color: #e9e9e9;
	position: relative;
	top: -4px;
}

.zline {
	width: 5px;
	height: 20px;
	border-radius: 29%;
	background-color: #C7333F;
	display: block;
	left: 0;
	top: 3px;
}

.res {
	position: relative;
}

.abs {
	position: absolute;
}

.xzr_more {
	font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	/*line-height: 24px;*/
	letter-spacing: 0px;
	color: rgba(26, 48, 79, 1);
	right: 0;
	top: 7px;
}

.xzr_more:hover {
	color: #C7333F;
}

.xzr_more:hover a {
	color: #C7333F;
}

.xzr_more a {
	color: #999;
}

.noborbt {
	border-bottom: none !important;
}

.jy_zsw {
	width: 100%;
	height: 332px;
	/* background-color: #fff; */
	margin-top: 20px;
	margin-bottom: 30px;
	overflow: hidden;
	position: relative;
}

.jy_zsw_left {
	width: 222px;
	height: 332px;
	float: left;
	display: flex;
	align-items: center;
}

.jy_zsw_left img {
	width: 303px;
	height: 332px;
	display: block;
	vertical-align: middle;
}

.jy_zsw_right {
	width: 1200px;
	/* float: right; */
	box-sizing: border-box;
	/* padding: 20px 16px 14px 34px; */
}

.jy_zsw_right2 {
	width: 978px;
	height: 400px;
	float: right;
	box-sizing: border-box;
	padding: 0px 0px 0px 20px;
}

.zs_lie {
	width: 182px;
	height: 326px;
	float: left;
	margin-right: 10px;
	cursor: pointer;
}

.zs_lie:last-child {
	margin-right: 0;
}

.jdc_img_con {
	/* width: 223px; */
	/* height: 180px; */
	overflow: hidden;
	margin-bottom: 19px;
}

.jdc_img_con a img {
	height: 180px;
	width: 180px;
	border-radius: 8px;
	display: block;
	margin: 0 auto;
}

.jy_zsw_cont .jdc_img_con a img {
	height: 212px;
	width: 212px;
	border-radius: 8px;
	display: block;
	margin: 0 auto;
}

.jdc_price {
	font-size: 18px;
	font-weight: 600;
	font-stretch: normal;
	line-height: 18px;
	color: rgba(229, 190, 89, 1);
	width: 62%;
	/*overflow: hidden;*/
	/*white-space: nowrap;*/
	/*text-overflow: ellipsis;*/
}

.color_gray9 {
	font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	/* letter-spacing: 1px; */
	color: rgba(153, 153, 153, 1);
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.jdc_ms1 {
	color: #666;
	font-size: 14px;
	margin: 10px 0;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.jdc_ms2 {
	color: #999;
	font-size: 14px;
	margin-top: 8px;
	width: 100%;
}


/*禁止自动换行单行超出省略*/

.nowrap {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


/*禁止自动换行*/

.nowraps {
	white-space: nowrap;
}


/*多行超出省略*/

.wraps {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.dtzw {
	width: 100%;
	height: 360px;
	background-color: #fff;
	margin: 30px 0;
	overflow: hidden;
}

.dtzw_lie {
	width: 222px;
	height: 400px;
	float: left;
	margin-right: 22px;
	cursor: pointer;
}

.dtzw_lie:last-child {
	margin-right: 0;
}

.dtzw_lie img {
	display: block;
	width: 100%;
	height: 100%;
}

.gd_more {
	width: 100px;
	height: 40px;
	border: 1px solid #fff;
	line-height: 40px;
	font-size: 14px;
	color: #fff;
	left: 50%;
	margin-left: -50px;
	top: 250px;
	text-align: center;
	border-radius: 5px;
}

.nobg {
	background: none;
}

.sjfa_lie {
	width: 308px;
	height: 400px;
	background: #fff;
	float: left;
	margin-right: 17px;
	cursor: pointer;
}

.sjfa_lie:last-child {
	margin-right: 0;
}

.sjfa_lie_img_con {
	width: 100%;
	height: 240px;
	overflow: hidden;
}

.sjfa_lie_img_tit {
	width: 100%;
	height: 32px;
	width: 100%;
	text-align: center;
	top: 50%;
	margin-top: -12px;
	left: 0;
	color: #fff;
	font-weight: bold;
	font-size: 24px;
}

.sjfa_lie_bt {
	width: 100%;
	height: 132px;
	box-sizing: border-box;
	padding: 18px 10px 30px 10px;
}

.xfc_lie {
	float: left;
	margin-right: 12px;
	width: 87px;
	height: 84px;
	overflow: hidden;
	/*object-fit: cover;*/
}

.xfc_lie img {
	object-fit: cover;
	border-radius: 5px;

}

.xfc_lie:last-child {
	margin-right: 0;
}

.wyxz {
	width: 100%;
	height: 100%;
	background-color: rgba(242, 242, 242, 0.8);
	left: 0;
	top: 0;
	text-align: center;
	padding-top: 20px;
	line-height: 22px;
	/*display: none;*/
	color: #333;
}

.xfc_lie:hover .wyxz {
	display: block;
}

.fg_line {
	width: 60px;
	height: 2px;
	background-color: #fffd54;
	display: inline-block;
	margin: 0 auto;
	margin-top: 50px;
}

.barand_box {
	width: 110%;
}

.gcs_left {
	width: 592px;
	height: 392px;
	background-color: #fff;
	float: left;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 5px;
	height: 392px;
}

.barand_box .gcs_left {
	margin-right: 15px;
	width: 288px;
	height: 340px;
}

.gcs_right {
	width: 592px;
	height: 392px;
	background-color: #fff;
	float: right;
	padding: 10px;
	box-sizing: border-box;
}

.gcs_tit {
	height: 55px;
	line-height: 55px;
	border-bottom: 1px solid #f4f4f4;
	margin-bottom: 22px;
	/*padding: 0 20px;*/
}

.gcs_tit_s {
	font-size: 16px !important;
	color: #333;
	padding-left: 10px;
}

.gcs_tit_s strong {
	color: #C7333F;
}

.flo_r {
	float: right;
}

.flo_l {
	float: left;
}

.st_bar {
	width: 5px;
	height: 20px;
	background-color: #C7333F;
	position: relative;
	top: 18px;
	left: 0px;
	border-radius: 29%;
}

.index_brand_con2 {
	padding-left: 14px;
}

.index_brand_con2 ul li {
	width: 172px !important;
	padding: 0 !important;
	margin-right: 15px;
	overflow: hidden;
	margin-bottom: 15px;
}

.index_brand_con2 ul li:nth-child(3n+0) {
	margin-right: 0;
}

.index_brand_con2 ul li a.brand_img {
	height: 100px !important;
}

.index_brand_con2 ul li a.brand_img {
	width: 170px !important;
}

.index_brand_con2 {
	width: 100%;
	height: 100%;
	display: block;
}

.imgTransition {
	border-radius: 5px;
	object-fit: cover;
}

.mt40 {
	margin-bottom: 40px !important;
}

.xszh_con {
	width: 1200px;
	height: 260px;
	background-color: #fff;
	box-sizing: border-box;
	padding: 10px;
}

.zh_lie_con {
	width: 100%;
	box-sizing: border-box;
	padding: 0px 10px 0 10px;
}

.zh_lie {
	width: 548px;
	height: 144px;
	float: left;
	margin-right: 63px;
}

.zh_lie:nth-child(2n+0) {
	margin-right: 0;
}

.xshz_con {
	width: 269px;
	height: 141px;
	overflow: hidden;
}

.xszh_right {
	width: 258px;
	box-sizing: border-box;
	height: 100%;
	cursor:pointer;

}

.xszh_right_tit {
	font-size: 18px;
	color: #333;
	height: 50px;
}

.xzr_time {
	color: #999;
	font-size: 14px;
	margin-top: 10px;
}

.zhdd {
	font-size: 14px;
	left: 0;
	bottom: 0;
	line-height: 20px;
}

.zhdd strong {
	color: #999;
}

.zhdd span {
	color: #999;
	display: block;
	width: 260px;
}

.xz_icon {
	width: 32px;
	height: 37px;
	left: 50%;
	top: 50%;
	margin-left: -16px;
	margin-top: -18px;
	display: none;
}

.xz_icon img {
	display: block;
	width: 100%;
	height: 100%;
}

.dj_lie:hover .dj_lie_flo_1 span {
	text-indent: -999999999px;
}

.dj_lie:hover .xz_icon {
	display: block;
}

.dj_lie:hover .dj_lie_flo_3_tit {
	color: #C7333F;
}

.dj_lie:hover .dj_lie_flo_3_js {
	color: #C7333F;
}

.jsqs {
	text-align: center;
	line-height: 30px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	font-weight: bold;
}


/*new add end*/


/* 主体内容 */

.homeMain {
	width: 1200px;
	margin: 0 auto 20px;
	overflow: hidden;
}


/* 分类 */

.calssesMain>ul {
	width: 200px;
	height: 365px;
	background: #fff;
	box-sizing: border-box;
	padding: 0px;
	z-index: 500;
	position: relative;
	float: left;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

.calssesMain>ul li .classesfl {
	/*padding-top: 3.2px;*/
	/* overflow: hidden; */
}

.calssesMain ul li .classesfl>a {
	line-height: 160%;
	font-size: 16px !important;
	display: block;
	padding: 15px 0 14px 52px;
}


.calssesMain>ul li .classesfl>a i {
	color: #C7333F;
	margin-right: 10px;
	font-size: 20px;
}


.secondTitle {
	line-height: 20px;
	padding-left: 12px;
	padding-bottom: 2px;
}

.secondTitle>a {
	color: #000000;
	margin-right: 15px;
	font-size: 14px;
	font-weight: 900;
}

.secondClasses {
	line-height: 20px;
	padding-left: 12px;
	padding-bottom: 2px;
}

.secondClasses>a {
	/*float: left;*/
	color: #666666;
	font-size: 13px;
	display: inline-block;
}

.calssesMain>ul li.hover .classesfl {
	/* border: 1px solid #C7333F; */
	width: 220px;
	position: relative;
	z-index: 11;
	box-sizing: border-box;
	border-right: 0px;
	/* -webkit-box-shadow: 0 0 16px 0 hsla(0, 0%, 77.3%, .5);
    box-shadow: 0 0 16px 0 hsla(0, 0%, 77.3%, .5); */
}


/* .calssesMain>ul li.hover .classesfl_none {
    border: 1px solid #fff;
} */


/*
.classesfl {
    border: 1px solid #fff;
} */
/*.calssesMain .item-list::-webkit-scrollbar { width: 0 !important }*/
.calssesMain .item-list {
	display: none;
	position: absolute;
	width: 730px;
	height: 365px;
	overflow-x: hidden;
	overflow-y: auto;
	background: #fff;
	left: 206px;
	top: 0;
	z-index: 10;
	box-sizing: border-box;
	padding: 15px;
	border: 1px solid #006F92;
	border-radius: 7px;
	-ms-overflow-style: none;
	/* border: 1px solid #C7333F; */
	/* box-shadow: 0 0 16px 0 hsla(0, 0%, 0%, 0.5); */
}

.item-list .subitem {
	float: left;
	width: 700px;
	padding: 0px 4px 0px 13px;
}

.item-list .subitem dl {
	border-bottom: 1px dotted #eaeaea;
	padding: 10px 0px;
	overflow: hidden;
	zoom: 1;
	margin: 0;
}

.item-list .subitem dt {
	line-height: 19px;
	text-align: left;
	padding: 0px 6px 0px 0px;
	font-weight: 700;
	color: #C7333F;
}

.item-list .subitem dd {
	padding: 3px 0px 0px;
	overflow: hidden;
	margin-left: -8px;
	max-height: 64px;
	margin-bottom: 5px;
}

.item-list .subitem dt a {
	color: #C7333F;
	text-decoration: none;
}

.item-list .subitem dd em {
	float: left;
	height: 17px;
	line-height: 17px;
	padding: 0px 8px;
	margin-top: 4px;
	white-space: nowrap;
	font-style: normal;
}

.item-list .subitem dd em a,
.item-list .cat-right dd a {
	text-decoration: none;
}

.item-list .subitem dd em a:hover,
.item-list .cat-right dd a:hover {
	color: #C7333F;
}


/* 地图banner */

.index_map {
	float: left;
	border-radius: 2px;
	margin: 0px 15px 0 24px;
}

.index_title {
	line-height: 60px;
	height: 60px;
}

.index_title h1 {
	font-size: 18px;
	/*color: #333333;*/
	float: left;
}

.index_title h1.index_title_xh {
	padding-left: 50px;
	background: url(../images/shareIcon.png) no-repeat 0px -454px;
}

.index_title h1.index_title_qt {
	float: left;
	padding-left: 15px;
	position: relative;
}

.index_title h1.index_title_qt::before {
	content: '';
	width: 5px;
	height: 20px;
	background-color: #c7333f;
	position: absolute;
	top: 20px;
	left: 0px;
	border-radius: 29%;
}

.index_title h1.index_title_qt_icon {
	background: none;
	color: #c7333f;
	padding-left: 0;
}

.index_title h1.index_title_qt_icon i {
	color: #c7333f;
	font-size: 20px;
	margin-right: 10px;
}

.index_title a.more {
	font-size: 12px;
	color: #999999;
	float: right;
}

.index_title a.more i {
	font-size: 8px;
}

.index_title a.more:hover {
	color: #c7333f;
}

.floorSearch {
	float: left;
	padding-top: 20px;
	margin-left: 140px;
}

.floorSearch input,
.floorSearch select {
	float: left;
}

.floorSearch select {
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}

.floorSearch input,
.floorSearchBtn {
	position: relative;
	left: -1px;
}

.floorSearch .button_orange_small {
	height: 22px;
	line-height: 21px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.index_map_con {
	overflow: hidden;
	width: 100%;
}

.index_map_con .hd {
	background-color: #f8f8f8;
	width: 162px;
	height: 360px;
	padding: 5px 0;
	float: left;
}

.index_map_con .hd li {
	height: 50px;
	line-height: 50px;
	padding: 0 12px;
	color: #666666;
	cursor: pointer;
	position: relative;
}

.index_map_con .hd li i {
	position: absolute;
	top: 0;
	right: -10px;
	display: none;
	font-size: 10px;
	color: #C7333F;
}

.index_map_con .hd li:hover,
.index_map_con .hd li.on {
	background-color: #C7333F;
	color: #ffffff;
}

.index_map_con .hd li:hover i,
.index_map_con .hd li.on i {
	display: block;
}

.index_map_con .bd {
	float: right;
}

.index_map_con .bd li {
	width: 457px;
	height: 370px;
}

.index_map_con .bd li a img {
	width: 100%;
	height: 100%;
}


/* 右侧 用户入口 */

.index_entrance {
	float: right;
	width: 270px;
	height: 348px;
	margin-top: 18px;
	background: #fff;
	border-radius: 5px;
}

.index_entrance_top {
	/* border-bottom: 1px solid #f4f4f4; */
	height: 95px;
}

.index_entrance_top h1 {
	line-height: 20px;
	text-align: center;
	padding: 20px 10px 10px;
	color: #666666;
	/* height: 50px; */
}

.index_entrance_top a {
	width: 100px;
	height: 28px;
	background-color: #C7333F;
	border-radius: 2px;
	color: #fff;
	line-height: 28px;
	text-align: center;
	border: solid 1px #C7333F;
}

.index_entrance_top a.fr {
	background-color: #fff;
	color: #C7333F;
}

.index_entrance .index_title {
	height: 50px;
	line-height: 50px;
	padding: 0 15px;
}

.index_entrance .index_title ul li {
	float: left;
	font-size: 16px;
	color: #333333;
	padding-right: 25px;
	position: relative;
	cursor: pointer;
}

.index_entrance .index_title ul li::after {
	opacity: 0;
	content: "";
	width: 30px;
	height: 2px;
	position: absolute;
	bottom: 10px;
	left: 0;
	background: #C7333F;
	transition: all .6s;
	-moz-transition: all .6s;
	-webkit-transition: all .6s;
	-o-transition: all .6s;
}

.index_entrance .index_title ul li.on,
.index_entrance .index_title ul li:hover {
	color: #C7333F;
}

.index_entrance .index_title ul li.on::after,
.index_entrance .index_title ul li:hover::after {
	opacity: 1;
}

.index_entrance_news {
	padding: 0 15px;
}

.index_entrance_news li {
	line-height: 32px;
	position: relative;
	padding-left: 10px;
}

.index_entrance_news li i {
	position: absolute;
	left: 0;
	top: 14px;
	width: 3px;
	height: 3px;
	border-radius: 2px;
	background-color: #666666;
	text-indent: 10000px;
}

.index_entrance_news li a {
	color: #666666;
}

.index_entrance_news li a:hover {
	color: #c7333f;
}

.brand_list_box .dj_lie {
	margin-top: 10px;
	height: 54px;
	width: 100%;
}

.flo_l {
	float: left;
}

.dj_lie_flo_1 {
	width: 40px;
	height: 54px;
	text-align: center;
	line-height: 54px;
	font-weight: bolder;
	font-style: italic;
	font-size: 18px;
	color: #C7333F;
}

.dj_lie_flo_2 {
	width: 100px;
	height: 54px;
	border: 1px solid #F2F2F2;
	overflow: hidden;
}

.dj_lie_flo_2 img {
	display: block;
	width: 100%;
	height: 100%;
}

.dj_lie_flo_3 {
	padding-left: 13px;
	box-sizing: border-box;
	width: 116px;
}

.dj_lie_flo_3_tit {
	font-size: 14px;
	color: #333;
	padding-top: 8px;
	padding-bottom: 2px;
}

.dj_lie_flo_3_js {
	font-size: 12px;
	color: #999;
}

.dj_lie:last-child {
	margin-bottom: 10px;
}

.brand_list_box {
	min-height: 342px;
	box-sizing: border-box;
}

.dj_lie:hover {
	cursor: pointer;
}


/* 楼层 */

.floor_title {
	text-align: center;
	padding-bottom: 25px;
	font-size: 28px;
	color: #C7333F;
	position: relative;
	font-weight: bold;
}

.floor_title::after {
	content: "";
	width: 40px;
	height: 2px;
	position: absolute;
	top: 44px;
	left: 50%;
	margin-left: -20px;
	background: #C7333F;
}

.floor_box {
	background-color: #ffffff;
	border-radius: 2px;
	overflow: hidden;
	position: relative;
	padding: 0 15px 15px;
}

.homeListTable thead th {
	/* background: #f4f4f4; */
	/*height: 46px;*/
	line-height: 18px;
	text-align: center;
	font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	color: rgba(51, 51, 51, 1);
}

.homeListTable tbody td {
	height: 58px;
	line-height: 20px;
	text-align: center;
	color: #333;
	background: #fff;
	border-bottom: 1px solid #f4f4f4;
	padding: 8px;
	box-sizing: border-box;
}

.homeListTable thead th.text_l,
.homeListTable tbody td.text_l {
	text-align: left;
}

.homeListTable a.button_light_orange_small,
.homeListTable a.button-line-orange-small {
	display: inline-block;
	margin: 0 2px;
	clear: both;
	min-width: 42px;
}

.homeListTable tbody tr:nth-child(even) td {
	background: #fbfbfb;
}

.homeListTable tbody tr:nth-child(odd) td {
	background: #fff;
}

.homeListTable tbody tr:hover td {
	background: #ebf2f5
}

.button_ban,
.button_ban:hover {
	background-color: #e1e1e1;
	border: solid 1px #999999;
	color: #666666;
}

.img_pro li {
	float: left;
	box-sizing: border-box !important;
	border: 1px solid #fff;
	/*padding: 7px;*/
	overflow: hidden;
	background-color: #fbfbfb;
	/*margin-right: 6px;*/
	height: 335px;
	margin-bottom: 100px;
}
.img_pro li p span:hover{
	cursor: pointer;
	color: #c7333f !important;
}
.img_pro li a:hover{
	color: #c7333f !important;
}
.listbanner li p span:hover{
	cursor: pointer;
	color: #c7333f !important;
}
.listbanner li a:hover{
	color: #c7333f !important;
}
/* .img_pro li:hover {
	background-color: #c7333f;
	border-radius: 6px;
	border: solid 4px #c7333f;
}
.img_pro li:hover .color_gray9{
	color: #fff !important;
}
.img_pro li:hover .img_pro_pos{
	color: #fff !important;
} */
.img_pro_pos{
	padding: 5px 0;
}

.img_pro li>a.img_pro_top {
	display: block;
	width: 212px;
	height: 212px;
	overflow: hidden;
	background-color: #fff !important;
}


.img_pro li p {
	padding: 8px 3px 8px 0;
}

.floor_box_o {
	height: 410px !important;
	overflow: hidden !important;
}

.price {
	font-size: 14px;
	color: #e5be59;;
	font-family: Arial, Helvetica, sans-serif;
}

.price i {
	font-size: 20px;
}

.img_pro li p>span.img_pro_pos {
	float: right;
	color: #999999;
}

.img_pro li a {
	display: block;
	/*padding: 4px 0;*/
}

.index_ad_item {
	height: 75px;
	width: 110%;
}

.index_ad_item li {
	float: left;
	margin-right: 12px;
	position: relative;
	border-radius: 5px;
	overflow: hidden;
}

.index_ad_item li.w6_1 {
	width: 190px;
}

.index_ad_item li.w6_2 {
	width: 392px;
}

.index_ad_item li.w6_3 {
	width: 594px;
}

.index_ad_item li.w6_4 {
	width: 796px;
}

.index_ad_item li.w6_5 {
	width: 998px;
}

.index_ad_item li.w6_6 {
	width: 1200px;
}

.index_ad_item li img {
	width: 100%;
	height: 75px;
}

.index_ad_item li.w6_2 img {
	object-fit: cover;
}

.index_ad_icon {
	width: 40px;
	height: 16px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 99;
	background: #00000042;
	border-top-right-radius: 10px;
}

.index_ad_icon::after {
	content: '广告';
	color: #fff;
	position: absolute;
	left: 8px;
	font-size: 12px;
}

.w395 {
	width: 395px;
}

.w764 {
	width: 764px;
}

.w360 {
	width: 360px;
}

.w359 {
	width: 359px;
}

.exsup,
.purman {
	width: 400px;
	overflow: hidden;
	height: 279px;
}

.exsup a,
.purman a {
	float: left;
	overflow: hidden;
	display: block;
	padding: 10px 6px;
	background-color: #f5f5f5;
	border-radius: 2px;
	margin: 0 16px 10px 0;
}

.exsup a span {
	float: left;
	display: block;
	height: 44px;
	width: 44px;
	border-radius: 22px;
	overflow: hidden;
}

.exsup a p {
	float: left;
	padding-left: 10px;
	padding-top: 5px;
	width: 104px;
	color: #333333;
	line-height: 18px;
}

.exsup a:hover,
.purman a:hover {
	background-color: #C7333F;
	background-image: linear-gradient(90deg, #C7333F 26%, #bb645f 100%);
}

.exsup a:hover p {
	color: #fff;
}

.purman a {
	width: 158px;
	color: #333;
	line-height: 22px;
}

.purman a:hover,
.purman a:hover p {
	color: #fff;
}


/* 首页品牌 */

.index_brand {
	padding-top: 15px;
}

.index_brand p {
	float: left;
	width: 184px;
	height: 360px;
	text-align: center;
	background: url('../images/brand.png') no-repeat;
	background-color: #246cff;
}

.ppb_tit {
	color: #fffd54;
	font-size: 24px;
	width: 100%;
	line-height: 38px;
	display: block;
	text-align: center;
	padding-top: 68px;
}

.index_brand p a.more {
	display: block;
	margin-top: 126px;
	color: #d5e3ff;
}

.index_brand p a.join {
	display: block;
	margin: 77px auto 0;
	width: 100px;
	height: 32px;
	line-height: 32px;
	background-color: #e5edff;
	border-radius: 16px;
	border: solid 1px #3073ff;
	color: #333333;
	font-size: 16px;
	text-align: center;
}

.index_brand p a.join:hover,
.index_brand p a.more:hover {
	opacity: .8;
}

.index_brand_con {
	width: 580px;
	float: left;
}

.index_brand_con ul {
	overflow: hidden;
	height: 360px;
}

.index_brand_con ul li {
	float: left;
	width: 180px;
	padding: 0 0 12px 13px;
	line-height: 34px;
}

.index_brand_con ul li a.brand_img {
	border: solid 1px #eaeaea;
	width: 178px;
	height: 76px;
	overflow: hidden;
}

.index_brand_con ul li a.brand_img:hover {
	Border: 1px solid #c7333f;
}

.index_brand_con ul li a {
	display: block;
	text-align: center;
	color: #333333;
	line-height: 35px;
}

.brand_list_box {
	padding-bottom: 0;
}

.brand_list li {
	border-bottom: 1px solid #f4f4f4;
	overflow: hidden;
	width: 100%;
}

.brand_list li:last-child {
	border-bottom: none;
}

.brand_list li .brand_list_d {
	display: block;
	height: 46px;
	line-height: 46px;
}

.brand_list li .brand_list_d p {
	float: left;
	width: 40%;
}

.brand_list li .brand_list_d p span {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: 700;
	color: #C7333F;
}

.brand_list li .brand_list_d>a {
	float: left;
	width: 55%;
	text-align: right;
	margin-left: 5%;
}

.brand_list li .brand_list_s {
	display: none;
	padding: 15px 0;
	overflow: hidden;
	width: 100%;
}

.brand_list li .brand_list_s span {
	display: block;
	float: left;
	width: 32px;
	height: 28px;
	background: url(../images/shareIcon.png) no-repeat 2px -566px;
	font-size: 16px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-style: italic;
	text-align: center;
	padding-top: 10px;
	padding-right: 12px;
	margin-top: 12px;
	letter-spacing: -1px;
}

.brand_list li .brand_list_s a.brand_logo {
	float: left;
	width: 130px;
	height: 58px;
	border: solid 1px #eaeaea;
	margin-right: 12px;
	overflow: hidden;
}

.brand_list li .brand_list_s p {
	float: left;
	width: 110px;
	line-height: 26px;
	padding-top: 5px;
}

.brand_list li .brand_list_s p a {
	display: block;
}

.brand_list li.on .brand_list_d {
	display: none;
}

.brand_list li.on .brand_list_s {
	display: block;
}

.index_data h1 {
	color: #333;
	text-align: center;
	padding: 10px 20px;
}

.index_news a.index_news_img {
	height: 140px;
	width: 100%;
	overflow: hidden;
	display: block;
	position: relative;
}

.index_news a.index_news_title {
	font-size: 16px;
	color: #333333;
	width: 100%;
	display: block;
	padding-top: 10px;
}

.index_news span.index_news_des {
	line-height: 22px;
	display: block;
	padding: 5px 0 10px;
	color: #626262;
	cursor:pointer;

}
.index_news span.index_news_des:hover{
	color: #C7333F
}


.index_news .index_entrance_news {
	padding: 0;
}

.index_news .index_entrance_news li {
	line-height: 26px;
}


/* 合作弹出层 */

.cooprateLyer {
	width: 90%;
	margin: 5px auto 5px auto;
}

.cooprateLyer td {
	padding: 7px 0;
}

.cooprateLyer textarea {
	width: 100%;
	height: 80px;
	box-sizing: border-box;
	border: 1px solid #d2d2d2;
	font-family: ArialT;
	padding: 5px;
	outline: none;
}


/* 登录注册TOP */

.homeTop {
	width: 100%;
	padding: 24px 0;
	background-color: #ffffff;
	box-shadow: 0px 0px 7px 1px rgba(23, 4, 8, 0.1);
	overflow: hidden;
	height: 75px;
}

.homeTop a {
	display: block;
}

/*.homeTop a img {*/
/*	height: 80px;*/
/*}*/

.homeTop h1 {
	border-left: 1px solid #f3f3f3;
	padding-left: 28px;
	margin-top: 18px;
	margin-left: 28px;
	font-size: 30px;
	color: #333333;
}

.homeTop p {
	float: right;
	margin-top: 22px;
}

.homeTop p i {
	float: left;
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 15px;
	color: #fff;
	font-size: 18px;
	background-color: #C7333F;
	text-align: center;
	margin-right: 4px;
}

.loginBox {
	width: 100%;
	min-height: 652px;
	background: #5f66ef url(../images/bg.png) no-repeat center center
}

.loginMain {
	float: right;
	width: 378px;
	background: #ffffff;
	box-shadow: 0px 0px 7px 1px rgba(23, 4, 8, 0.1);
	padding: 8px 32px 20px;
	box-sizing: border-box;
	margin-top: 116px;
}

.loginMain ul li {
	width: 100%;
	height: 40px;
	line-height: 40px;
	border: 1px solid #d2d2d2;
	box-sizing: border-box;
	padding-left: 8px;
	margin-top: 20px;
	overflow: hidden;
	position: relative;
	border-radius: 2px;
}

.loginMain ul li i {
	position: relative;
	float: left;
	margin-right: 3px;
}

.loginMain ul li input {
	float: left;
	height: 38px;
	line-height: 38px;
	width: 90%;
}

.loginMain ul li input.w166 {
	width: 166px;
}

.loginMain .loginArticle {
	height: 30px;
	line-height: 30px;
	width: 100%;
	text-align: center;
	font-size: 28px;
	line-height: 24px;
	color: #333333;
	margin-top: 20px;
}

.detailLoginMain {
	width: 320px;
}

.detailLoginMain ul li {
	width: 100%;
	height: 40px;
	line-height: 40px;
	border: 1px solid #d2d2d2;
	box-sizing: border-box;
	padding-left: 8px;
	margin-top: 20px;
	overflow: hidden;
	position: relative;
}

.detailLoginMain ul li i {
	position: relative;
	float: left;
	margin-right: 3px;
}

.detailLoginMain ul li input {
	float: left;
	height: 38px;
	line-height: 38px;
	width: 90%;
}

.detailLoginMain ul li input.w166 {
	width: 166px;
}

.detailLoginMain .loginArticle {
	display: none;
}

.loginBtn {
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #C7333F;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
	border-radius: 2px;
}

.loginBtn:hover {
	opacity: 0.8;
}

.loginA a {
	margin-top: 10px;
	font-size: 14px;
	line-height: 24px;
	color: #666;
}

.loginA a:hover {
	color: #C7333F;
}

.verification {
	width: 110px;
	height: 38px;
	background-color: #f4f4f4;
	border: 0px;
	float: right;
}

.VerificationA {
	float: right;
	padding-right: 5px;
	font-size: 14px;
	color: #C7333F
}


/* 注册和忘记密码样式 */

.registeBox {
	width: 1200px;
	margin: 20px auto;
	background: #fff;
	padding: 30px;
	box-sizing: border-box;
	min-height: 500px;
}

.registerSteps {
	margin: 0 auto;
	width: 870px;
	padding: 40px 0 70px;
}

.registerSteps li {
	float: left;
	width: 290px;
	padding-top: 30px;
	color: #666;
	text-align: center;
	position: relative;
}

.registerSteps li.registerSteps_hover {
	color: #C7333F;
}

.registerSteps li::after {
	content: "";
	display: block;
	width: 290px;
	height: 3px;
	background-color: #eaeaea;
	position: absolute;
	top: 10px;
	left: 0;
}

.registerSteps li.registerSteps_hover::after {
	background-color: #C7333F;
}

.registerSteps li p {
	position: absolute;
	left: 50%;
	margin-left: -13px;
	top: -2px;
	width: 26px;
	height: 26px;
	background-color: #eaeaea;
	border-radius: 13px;
	text-align: center;
	line-height: 26px;
	font-size: 14px;
	color: #999999;
	z-index: 99;
}

.registerSteps li.registerSteps_hover p {
	background-color: #C7333F;
	color: #fff;
}

.registerForm {
	width: 100%;
	overflow: hidden;
	padding: 25px 0;
}

.registerForm ul li {
	width: 100%;
	padding: 12px 0;
	float: left;
}

.registerForm ul li input::placeholder {
	color: #999;
}

.registerForm ul li .button_orange_big {
	width: 332px;
}

.registerForm ul li .regbtn .button_orange_big {
	width: 162px;
	float: none;
}

.registerForm ul li .regbtn .button_orange_big_bor {
	background: #fff;
	color: #C7333F;
}

.registerFormTitle {
	text-align: left;
	width: 90px;
	padding-right: 5px;
	float: left;
	line-height: 20px;
	padding: 10px 0;
	padding-left: 330px;
	color: #999;
}

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

.registerFromCon>p {
	line-height: 40px;
}

.registerForm .registerFromCon input {
	float: left;
}

.registerForm .reminderRight,
.registerForm .reminderWrong {
	float: left;
	line-height: 40px;
	padding-left: 8px;
}

.registerForm .radioBox {
	padding: 10px 0;
}

.orderList {
	color: #333;
}

.perchaseOperate {
	padding: 12px 0;
	overflow: hidden;
}

.OprateArea .checkBoxBlock {
	float: left;
	margin-right: 10px;
	padding: 2px 0 2px 12px;
}

.orderList .checkBox .check-on {
	padding-right: 6px;
}

.OprateBtn a {
	float: left;
	margin-right: 8px;
}

.adressBox select {
	width: 102px;
	height: 40px;
	border: solid 1px #e7e7e7;
	margin-right: 10px;
	color: #a9a9a9;
	font-size: 14px;
	padding-left: 15px;
	background: #fff;
}

.regstyle select {
	width: 332px;
}

.imgVerification {
	position: absolute;
	top: 1px;
	right: 1px;
	width: 110px;
	height: 38px;
	overflow: hidden;
}

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

.VerificationBtn {
	position: absolute;
	width: 138px;
	height: 38px;
	line-height: 38px;
	box-sizing: border-box;
	color: #C7333F;
	top: 1px;
	left: 194px;
	text-align: right;
	padding: 0 8px;
	box-sizing: border-box
}

#diag_agreement {
	width: 920px;
	text-align: center;
	font-size: 16px;
	padding-bottom: 25px;
	text-align: left;
	padding: 20px 30px;
	line-height: 180%;
	font-size: 14px;
}

.detailCon_feedback .pl50 {
	padding-left: 50px;
}

.detailCon_feedback .w100 {
	width: 100px;
}


/* 页尾 */

.footBox {
	background: #373737;
	color: #fff;
	width: 100%;
}

.registerFoot p.registerFoot_links {
	padding-bottom: 10px;
}

.registerFoot p a {
	text-align: center;
	padding: 0 16px;
	color: #9c9c9c;
}

.registerFoot p span {
	color: #9c9c9c;
}

.registerFoot p a:hover {
	color: #fff;
}

.registerFoot {
	padding: 40px 0;
}

.registerFoot p {
	text-align: center;
	color: #9c9c9c;
	line-height: 250%;
}

.modifySuccess {
	width: 100%;
	text-align: center;
}

.modifySuccess>p {
	color: #333333;
	line-height: 180%;
	padding: 10px 0;
	font-size: 22px;
}

.modifySuccess>span {
	color: #333333;
	padding: 10px 0;
}

.homeFootBox {
	width: 100%;
	overflow: hidden;
	background: #3e3e3e;
	padding: 20px 0;
}

.homeFoot {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	color: #9c9c9c;
	line-height: 22px;
}

.homeFoot h1 {
	float: left;
}

.homeFoot a {
	float: left;
	color: #9c9c9c;
	word-break: break-all;
	margin-right: 30px;
}

.homeFoot a:hover {
	color: #f1f1f1;
}


/* layui弹出层 优化 */

.layui-layer-btn {
	text-align: center;
}

.layui-layer-btn .layui-layer-btn0 {
	border-color: #C7333F;
	background-color: #C7333F;
	height: 36px;
	line-height: 36px;
	width: 120px;
	font-size: 16px;
	text-align: center;
	width: 80px;
}

.layui-layer-btn .layui-layer-btn1 {
	height: 36px;
	line-height: 36px;
	margin: 5px 5px 0;
	width: 80px;
	border: 1px solid #dedede;
	background-color: #fff;
	color: #333;
	border-radius: 2px;
	font-weight: 400;
	cursor: pointer;
	text-decoration: none;
}

.layui-layer-btn .layui-layer-btn1:hover {
	border: 1px solid #C7333F;
	color: #C7333F;
}

.layui-layer-btn {
	text-align: center;
}

.layui-layer-setwin .layui-layer-close1 {
	background-position: -87px -39px;
}

.layui-layer-title {
	background-color: #fff;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
}


/* 关于我们 */

.homeLisyMenu {
	width: 217px;
	overflow: hidden;
	background: #fff;
	margin-top: 20px;
	padding: 10px 0;
}

.homeLisyMenu li {
	float: left;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
	padding: 0 17px;
	line-height: 46px;
	position: relative;
	text-align: center;
}

.homeLisyMenu li a {
	color: #333;
	font-size: 16px;
}


.homeLisyMenu .bigMenu li {
	line-height: 60px;
}

.homeLisyMenu li.cur a,
.homeLisyMenu li:hover a {
	color: #C7333F;
	font-weight: 700;
}

.homeLisyMenu li.cur::after,
.homeLisyMenu li a:hover::after {
	content: "";
	position: absolute;
	width: 42px;
	height: 2px;
	background: #C7333F;
	left: 50%;
	bottom: 10px;
	margin-left: -21px;
}

.homeSection {
	width: 965px;
	background: #fff;
	margin-top: 20px;
	box-sizing: border-box;
	color: #333;
}

.detailArticle {
	width: 100%;
	color: #333;
	font-size: 24px;
	text-align: center;
	border-bottom: 1px solid #f4f4f4;
	line-height: 160%;
	padding: 20px 0;
}

.detailCon {
	box-sizing: border-box;
	line-height: 32px;
	padding: 30px;
	min-height: 508px;
	overflow: hidden;
}



.detailCon>img {
	width: 100%;
	display: block;
	margin: 0 auto;
}


/* .detailCon h1 {
    padding: 30px 50px 15px;
} */

.detailCon .partner {
	width: 1000px;
}

.detailCon .partner a {
	float: left;
	display: block;
	width: 152px;
	height: 152px;
	padding: 10px;
	border: solid 1px #f2f2f2;
	margin: 0 8px 14px 0;
}

.menuArticle>span {
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	border-bottom: 1px solid #f4f4f4;
	line-height: 50px;
}

.version {
	margin: 20px;
	position: relative;
}

.version::after {
	content: '';
	width: 1px;
	height: 100%;
	background: #C7333F;
	position: absolute;
	left: 10px;
	top: 10px;
}

.version a {
	padding-left: 30px;
	font-size: 16px;
	/*color: #000000;*/
	z-index: 1;
	position: relative;
}

.version a i {
	position: absolute;
	width: 16px;
	height: 16px;
	background: url(../images/shareIcon.png) no-repeat 0px -306px;
	top: 2px;
	left: 2px;
}

.version_time{
	line-height: 20px;
	padding: 4px 0px;
	margin: 0 5px 0 20px;
	float: left;
	position: relative;
	display: flex;
	align-items: center;
}

.version_number{
	line-height:20px;
	padding: 5px 0px;
	margin: 0 5px 0 55px;
	float: left;
	font-size: 16px;
}

.version a span {
	width: 102px;
	display: inline-block;
}

.version .ver_con {
	padding: 20px 140px 20px;
	line-height: 32px;
	color: #666666;
}

.version_tab {
	padding: 15px 5px;
}

.version_tab a {
	float: left;
	margin: 0 5px;
	font-size: 16px;
	line-height:20px;
	padding: 5px 10px;
	color: #666;
}

.version_tab a:hover,
.version_tab a.hover {
	background-color: #C7333F;
	color: #fff;
	border-radius: 4px;
}

/* 翻页 */

.pageHomeBox {
	width: 100%;
	margin: auto;
	overflow: hidden;
	padding: 23px 0;
	text-align: center;
}

.homeMain>.pageHomeBox {
	padding-bottom: 0;
}

.pageHomeBox ul {
	display: inline-block;
}

.pageHomeBox ul li {
	display: inline-block;
	margin: 0 2px;
	float: left;
	border-bottom: 0;
}

.pageHomeBox ul li a {
	display: inline-block;
	padding: 0 5px;
	height: 26px;
	line-height: 26px;
	min-width: 18px;
	border: 1px solid #e8e8e8;
	color: #666;
	background: #fff;
}

.pageHomeBox ul li.cur a {
	border-color: #c7333f;
	color: #c7333f;
}

.pageHomeBox ul li a:hover {
	border-color: #c7333f;
	color: #c7333f;
}

.pageHomeBox ul li a.iconfont {
	font-size: 12px;
}

/*.pageHomeBox ul li a.forbidden {*/
/*	background: #3e3e3e;*/
/*	border: 1px solid #3e3e3e;*/
/*}*/

/*.pageHomeBox ul li a.forbidden:hover {*/
/*	border-color: #e8e8e8;*/
/*	opacity: 1;*/
/*	cursor: auto*/
/*}*/

.pageDomain>span {
	line-height: 28px;
}

.pageDomain input {
	width: 40px;
	height: 26px;
	line-height: 26px;
	border: 1px solid #e8e8e8;
	margin: 0 5px;
	text-align: center;
}

.pageDomain button {
	width: 50px;
	height: 28px;
	line-height: 28px;
	border: 1px solid #c7333f;
	background: #c7333f;
	position: relative;
	color: #fff;
}

.pageDomain button:hover {
	background: #c7333f;
	color: #fff;
	border-color: #c7333f
}


/* 商家入驻 */

.tenants {
	padding: 70px 0;
	position: relative;
	overflow: hidden;
}

.tenants::after {
	content: '';
	width: 1px;
	height: 390px;
	background-color: #ececec;
	position: absolute;
	left: 50%;
	top: 70px;
}

.tenants li {
	float: left;
	width: 50%;
}

.tenantsFormTitle {
	width: 140px;
	padding-left: 250px;
}


/* 列表页 */

.page_pos {
	color: #999999;
	padding: 15px 0;
}


/* 新闻 */

.list_left {
	float: left;
	width: 880px;
	background-color: #ffffff;
	border-radius: 2px;
	min-height: 320px;
	overflow: hidden;
}

.list_right {
	float: right;
	width: 304px;
	background-color: #ffffff;
	border-radius: 2px;
	min-height: 320px;
	overflow: hidden;
}

.list_right .index_title {
	padding: 0 15px;
}

.list_right .index_entrance_news li {
	line-height: 42px;
}

.list_right .index_entrance_news li i {
	top: 19px;
}

.news_list li {
	padding: 25px;
	border-bottom: 1px solid #f2f2f2;
	overflow: hidden;
}

.news_list li>a {
	float: left;
	margin-right: 18px;
	width: 182px;
	height: 110px;
	overflow: hidden;
}

.news_list li p {
	float: left;
	width: 630px;
}

.news_list li p a {
	float: left;
	width: 80%;
	color: #333333;
	font-size: 18px;
}

.news_list li p a:hover {
	color: #c7333f;
}

.news_list li p i {
	float: left;
	width: 20%;
	color: #999;
	text-align: right;
}

.news_list li p span {
	float: left;
	display: block;
	padding-top: 10px;
	line-height: 24px;
	color: #999;
	width: 100%;
	cursor: pointer;
}

.list_right .index_data {
	padding: 0 15px 15px;
}


/* 新闻详情 */

.news_detail_title {
	padding: 30px 50px 20px;
	border-bottom: 1px solid #f2f2f2;
	color: #999999;
	text-align: center;
	position: relative;
}

.news_detail_title h1 {
	font-size: 20px;
	color: #333333;
	padding-bottom: 20px;
}

.news_detail_con {
	padding: 30px;
	color: #666666;
	line-height: 200%;
	cursor: pointer;
}

.news_detail_con img {
	display: block;
	margin: 15px auto;
	max-width: 100%;
}

.news_list_right li {
	padding: 15px;
}

.news_list_right li:first-child {
	padding-top: 0;
}

.news_list_right li>a {
	margin-right: 12px;
	width: 108px;
	height: 66px;
}

.news_list_right li p {
	width: 154px;
	color: #999;
	line-height: 22px;
	padding-top: 5px;
}

.news_list_right li h1 a {
	display: block;
	font-size: 16px;
	color: #333333;
	padding-bottom: 10px;
}


/* 品牌列表 */

.list_right .brand_list {
	padding: 0 10px;
}

.list_right .brand_list li .brand_list_s a.brand_logo {
	width: 90px;
	height: 40px;
}

.list_right .brand_list li .brand_list_s span {
	margin-top: 0;
}

.list_right .brand_list li .brand_list_s p {
	width: 136px;
	line-height: 20px;
	padding-top: 2px;
}

.list_brand {
	padding: 30px 30px 0;
	border-bottom: 1px solid #f4f4f4;
	width: 110%;
	float: none;
}

.list_brand ul {
	height: auto;
}

.list_brand ul li {
	width: 196px;
	padding: 0 12px 20px 0;
}

.list_brand ul li a.brand_img {
	width: 194px;
	height: 84px;
}

.list_ranking {
	padding: 4px 20px 0;
	border-bottom: none;
	height: 276px;
}

.list_ranking ul li {
	width: 214px;
	padding: 0 15px 20px 0;
}

.list_ranking ul li a.brand_img {
	width: 212px;
	height: 92px;
}

.fl .brand_list li .brand_list_s p {
	width: 171px;
}

.list_ranking_b {
	padding: 0 15px;
}

.list_ranking_b .brand_list li .brand_list_d {
	height: 50px;
	line-height: 50px;
}


/* 进出口数据 开始*/

.statistics_fl {
	float: left;
	width: 800px;
	position: relative;
}

.statistics_fr {
	float: right;
	width: 340px;
	overflow: hidden;
}

.statistics_fr_select {
	padding-top: 30px;
	font-size: 18px;
	color: #000000;
	cursor: pointer;
}

.statistics_fr_select i {
	color: #666;
	padding-right: 6px;
	vertical-align: 2px;
}

.statistics_fr_select_box {
	padding: 20px;
	display: none;
}

.statistics_fr_select_box ul li {
	float: left;
	color: #666666;
	margin-right: 60px;
	font-size: 22px;
	cursor: pointer;
}

.statistics_fr_select_box ul li:hover,
.statistics_fr_select_box ul li.hover {
	color: #C7333F;
	position: relative;
}

.statistics_fr_select_box ul li:hover::after,
.statistics_fr_select_box ul li.hover::after {
	content: '';
	width: 30px;
	height: 2px;
	background-color: #C7333F;
	position: absolute;
	top: 33px;
	left: 50%;
	margin-left: -16px;
}

.statistics_fr_select_box_con {
	clear: both;
	overflow: hidden;
	padding-top: 20px;
}

.statistics_fr_select_box_con>li {
	overflow: hidden;
	padding-top: 24px;
}

.statistics_fr_select_box_con>li>h1>a {
	display: block;
	font-size: 18px;
	color: #333;
	padding-bottom: 4px;
	width: 100%;
}

.statistics_fr_select_box_con>li>h1 {
	padding-bottom: 5px;
}

.statistics_fr_select_box_con>li>a {
	float: left;
	color: #999999;
	padding-right: 20px;
	word-break: break-all;
	padding-bottom: 6px;
}

.statistics_fr_select_box_con>li>h1>a:hover,
.statistics_fr_select_box_con>li>a:hover {
	color: #C7333F;
}

.statistics_fr_charts_title {
	padding-bottom: 10px;
	font-size: 16px;
	color: #000000;
}

.statistics_fr_charts_title a {
	float: right;
	background-image: linear-gradient(90deg, #C7333F 26%, #bb645f 100%);
	width: 66px;
	height: 24px;
	border-radius: 2px;
	line-height: 24px;
	text-align: center;
	color: #fff;
	font-size: 14px;
}

.statistics_fr_charts_add {
	display: none;
	position: absolute;
	right: 0;
	top: 242px;
	width: 120px;
	height: 500px;
	background-color: #ffffff;
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.25);
	overflow: auto;
	padding: 18px 0 18px 18px;
	z-index: 99;
}

.statistics_fr_charts_add a {
	display: block;
	width: 100%;
	color: #666666;
	padding-bottom: 10px;
}

.statistics_fr_charts_add a:hover {
	color: #C7333F;
}

.statistics_fr_charts {
	width: 100%;
	height: 500px;
	padding-bottom: 60px;
}

.statistics_fr_title {
	padding: 46px 0 60px;
	line-height: 28px;
	color: #C7333F;
	text-align: center;
	font-size: 20px;
}

.statistics_fr_table {
	background-color: #f9f9f9;
	overflow: hidden;
}

.statistics_fr_table h1 {
	font-size: 16px;
	color: #000000;
	padding: 30px 0 24px 10px;
}

.statistics_fr_table .dl_title {
	background-color: #f2f2f2;
	padding: 16px 0;
	overflow: hidden;
}

.statistics_fr_table .dl_title dt,
.statistics_fr_table .dl_box dl dd {
	float: left;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	color: #333333;
	box-sizing: border-box;
	padding: 0 10px;
}

.statistics_fr_table .dl_box {
	height: 1014px;
	padding: 15px 0;
}

.statistics_fr_table .dl_box dl {
	height: 26px;
}

.statistics_fr_table .dl_box dl:hover {
	background: #fff;
}

.statistics_fr_table .dl_box dl dd {
	font-weight: normal;
	line-height: 26px;
	color: #666666;
}

.statistics_fr_download {
	background-color: #f9f9f9;
	margin: 15px 0 45px;
}

.statistics_fr_download h1 {
	line-height: 42px;
	background-color: #C7333F;
	color: #ffffff;
	font-size: 18px;
	text-align: center;
}

.statistics_fr_download p {
	padding: 0 20px 26px;
	overflow: hidden;
}

.statistics_fr_download p span {
	display: block;
	float: left;
	width: 50%;
	font-size: 18px;
	padding-top: 24px;
	text-align: center;
}

.statistics_fr_download p span a {
	width: 116px;
	line-height: 44px;
	text-align: center;
	border: solid 1px #C7333F;
	color: #C7333F;
	padding: 10px 15px;
	border-radius: 2px;
}

.statistics_fr_download p span a:hover {
	background: #C7333F;
	color: #fff;
}

.statistics_fr_table .statistics_fr_table_w_1 {
	width: 40%;
}

.statistics_fr_table .statistics_fr_table_w_2 {
	width: 30%;
}


/* 进出口数据 结束*/


/* 筛选 */

.screening {
	background-color: #fff;
	border-radius: 2px;
	padding: 10px;
}

.screening>li {
	border-bottom: 1px solid #f4f4f4;
	line-height: 30px;
	padding: 5px 10px;
	display: inline-block;
}

.screening>li:last-child {
	border-bottom: none
}

.screening_left {
	float: left;
	width: 84px;
	color: #999;
	text-align: right;
	padding-right: 10px;
}

.screening_right {
	float: left;
	width: 1066px;
}

.screening_right a,
.screening_right .hd li,
.screening_right .bd li {
	color: #999999;
	float: left;
	margin-right: 14px;
	cursor: pointer;
}

.screening_right a:hover,
.screening_right a.hover,
.screening_right .hd li:hover,
.screening_right .hd li.on,
.screening_right .bd li:hover,
.screening_right .bd li.hover {
	color: #C7333F;
}

.screening_right .hd li {
	position: relative;
}

.screening_right .hd li::after {
	content: '';
	position: absolute;
	width: 20px;
	height: 2px;
	background-color: #C7333F;
	left: 50%;
	bottom: 0;
	margin-left: -10px;
	display: none;
}

.screening_right .hd li:hover::after,
.screening_right .hd li.on::after {
	display: block;
}

.screening_right .bd ul {
	padding: 5px 0;
	overflow: hidden;
	border-radius: 2px;
	margin-top: 4px;
}

.screening_right p {
	float: left;
}

.screening_right p select {
	width: auto;
	min-width: 100px;
	outline: none;
	max-width: 152px;
}

.screening_right p .button_orange_large {
	box-sizing: border-box;
	height: 32px;
	width: 70px;
}

.list_box {
	padding: 15px 15px 0;
	overflow: hidden;
	background: #fff;
}

.check_cw {
	position: relative;
	top: 5px;
}


/* 我的采购单 */

.perchaseOperate {
	padding: 15px 12px;
	overflow: hidden;
}

.news_list li:hover {
	background: #ccc
}

.OprateArea .checkBoxBlock {
	float: left;
	margin-right: 30px;
	padding: 2px 0 2px 0;
}

.orderList .checkBox .check-on {
	padding-right: 6px;
}

.OprateBtn a {
	float: left;
	margin-right: 8px;
}

.purchaseList {
	width: 100%;
	box-sizing: border-box;
}

.purchaseListTable thead td {
	background: #fff;
	height: 44px;
	line-height: 20px;
	text-align: center;
	padding: 0px;
	border-bottom: 0px;
}

.purchaseListTable td {
	text-align: center;
	background: #fff;
	padding: 15px 12px;
	border-bottom: 1px solid #e5e5e5
}

.purchaseListTable tbody tr:hover td,
.purchaseListTable tbody tr.bg_orange td {
	background: #fff6f2;
}

.purchaseListTable tbody tr.PurchaseCompanyName:hover td {
	background: #fff;
}

.PurchaseCompanyName td {
	height: 52px;
	text-align: left;
	background: #f2f2f2;
	font-family: ArialMT;
	padding: 0px 12px;
	border-bottom: 0px;
}

.purchaseListTable tbody tr:last-child td {
	border-bottom: 0px;
}

td.namePurchase {
	text-align: left;
}

td.namePurchase a.pro_img {
	float: left;
	display: block;
	border: 1px solid #f4f4f4;
	padding: 2px;
	width: 72px;
	height: 72px;
	overflow: hidden;
	background-color: #fff;
	margin-right: 10px;
}

.v_align {
	display: table;
	height: 78px;
}

.v_align label,
.v_align p {
	display: table-cell;
	vertical-align: middle;
}

.purchaseListTable .button_light_orange_small,
.purchaseListTable .button_gray_small {
	margin: 0 2px;
}

.blockBox {
	text-align: center;
	width: 100%;
}

.numPlus {
	margin: 10px 0;
	display: inline-block;
}

.numPlus a {
	display: inline-block;
	width: 30px;
	text-align: center;
	float: left;
	cursor: pointer;
	color: #999;
	font-size: 14px;
}

.homeOrderOprateBox {
	width: 100%;
	padding: 18px 34px;
	background: #fff;
	margin-top: 16px;
	overflow: hidden;
	box-sizing: border-box;
}

.homeOrderOprateBox a {
	margin-left: 10px;
}

.homeOrderOprateBox .OprateArea {
	overflow: hidden;
	padding-top: 4px;
	display: inline-block;
	width: 200px;
}

.priceSum {
	font-size: 24px;
	font-weight: bold;
}

.sumBox {
	display: inline-block;
	height: 34px;
	line-height: 34px;
	color: #ea5413;
	padding-right: 20px;
	overflow: hidden;
}


/* 提交订单 */

.sub_order_box {
	background: #fff;
	padding: 20px 30px;
	overflow: hidden;
	margin-bottom: 16px;
}

p.c_service {
	padding: 10px 0;
	color: #404040;
	text-align: center;
}

.sub_order_box .registerSteps {
	padding: 20px 0 0;
	width: 100%;
}

.sub_order_box .registerSteps li {
	width: 25%;
}

.sub_order_good {
	overflow: hidden;
}

.sub_order_good>a {
	float: left;
	display: block;
	width: 116px;
	border: 1px solid #f2f2f2;
	border-radius: 2px;
	padding: 5px;
}

.sub_order_good p {
	float: left;
	width: 992px;
	padding-left: 20px;
}

.sub_order_good p>a {
	display: block;
	font-size: 18px;
	color: #333;
	font-weight: 700;
	padding-top: 10px;
}

.sub_order_good p>span.sub_order_good_con {
	display: block;
	color: #666666;
	line-height: 24px;
	padding: 5px 0 15px;
}

.sub_order_box p.title {
	font-size: 16px;
	padding-bottom: 10px;
	font-weight: 700;
}

.sub_order_type a {
	float: left;
	width: 124px;
	height: 36px;
	line-height: 36px;
	border: solid 1px #999;
	color: #999;
	margin-right: 15px;
	text-align: center;
	border-radius: 2px;
}

.sub_order_type a:hover,
.sub_order_type a.hover {
	border: solid 1px #C7333F;
	color: #C7333F;
}

.sub_order_number {
	padding-top: 20px;
}

.sub_order_bottom {
	padding: 20px 0 15px;
	overflow: hidden;
}

.sub_order_bottom>a,
.sub_order_info>a {
	float: right;
	width: 150px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #C7333F;
	border-radius: 2px;
	font-size: 16px;
	color: #fff;
}

.sub_order_bottom .checkBox {
	float: right;
	margin: 10px 56px 0 0;
	color: #333333;
}

.sub_order_bottom p {
	float: right;
	color: #999;
	margin-right: 56px;
	padding-top: 10px;
}

.addressBox {
	padding: 10px 0;
}

.addressBox li {
	padding: 10px 9px;
	box-sizing: border-box;
	margin-top: 5px;
	overflow: hidden;
}

.addressBox li.cur,
.addressBox li:hover {
	color: #C7333F;
}

.addressBox li.tc:hover {
	background: #fff;
}

.addressBox li.tc>a>i {
	margin-right: 5px;
	font-size: 18px;
}

.adressOprateBox {
	display: none;
	float: right;
}

.adressOprateBox a {
	margin-right: 8px;
	float: left;
}

.addressBox li.cur .adressOprateBox,
.addressBox li:hover .adressOprateBox {
	display: inline-block;
}

.addressBox li label {
	width: 72%;
	float: left;
	padding: 3px 0 2px 0;
}

.addressBox .radio span:last-child {
	width: 95%
}

.addressBox li.add a {
	margin: 0 auto;
}

.t_addifom {
	padding: 15px;
	display: none;
}

.t_addifom .managerFormTable td {
	height: 32px;
	padding: 5px 3px;
}

.t_addifom .managerFormTable td.color_gray6 {
	text-align: right;
}

.sub_order_info {
	padding-top: 30px;
}

.sub_order_info li {
	padding-bottom: 20px;
	overflow: hidden;
}

.sub_order_info li p {
	float: left;
	padding-right: 15px;
	width: 70px;
}

.sub_order_info li>span {
	float: left;
	width: 1055px;
}

.sub_order_info>a {
	float: none;
	display: block;
	margin: 20px auto;
	cursor: pointer;
}

.vercood_btn {
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	border-radius: 2px;
	cursor: pointer;
}

.vercood_btn_send {
	min-width: 84px;
	border: 1px solid #d2d2d2;
	background-color: #d2d2d2;
	color: #333;
}

.OrderListTable {
	margin-top: 10px;
}

.OrderListTable thead th {
	background: #F2F2F2;
	height: 44px;
	line-height: 18px;
	font-weight: normal
}

.OrderListTable tbody td {
	height: 48px;
	line-height: 20px;
	text-align: center;
	color: #999;
	padding: 8px 5px;
}

.OrderListTable td>p {
	line-height: 0 15px 10px;
	padding: 2px 0;
}

.OrderListTable td>p.t_left {
	padding: 15px;
	line-height: 26px;
}

.OrderListTable a.button_light_orange_small,
.OrderListTable a.button-line-orange-small {
	display: inline-block;
	margin: 0 2px;
	clear: both;
}

.OrderListTable tbody tr:last-child td {
	border-bottom: 0px;
}

.OrderListTable textarea {
	height: 50px;
}

.sub_order_bottom .price i {
	font-size: 28px;
}

.detail_add button {
	float: left;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-color: #f1f1f1;
	border: 1px solid #cccccc;
	font-size: 18px;
}

.detail_add button:hover {
	background-color: #C7333F;
	border: 1px solid #C7333F;
	color: #fff;
}

.detail_add input {
	float: left;
	width: 40px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	border: 1px solid #cccccc;
	border-left: none;
	border-right: none;
	color: #666666;
}


/* 右侧导航 */

.t_baywindow {
	position: fixed;
	display: none;
	top: 20px;
	right: 50%;
	margin-right: -700px;
	background-color: #fefefe;
	width: 60px;
}

.t_baywindow li {
	display: block;
	height: 60px;
	text-align: center;
	line-height: 20px;
}

.t_baywindow li a {
	display: block;
	height: 40px;
	color: #333;
	padding: 10px 0;
}

.t_baywindow li a.color_redgo {
	color: #536775;
}

.t_baywindow li a.color_red{
	width: 60px;
	background: #C7333F;
	color: #fff !important;
	font-family: Microsoft YaHei, Microsoft YaHei-Regular;
	font-weight: 400;
}

.t_baywindow li a:hover{
	width: 60px;
	background: #C7333F;
	color: #fff;
	font-family: Microsoft YaHei, Microsoft YaHei-Regular;
	font-weight: 400;
	color: #ffffff;
	-webkit-transition: all .6s;
}

.t_baywindow li a.color_redgo i {
	height: 20px;
	text-align: center;
	margin-left: 5px;
}

.fastChannelLayer {
	width: 90%;
	margin: 20px auto 15px auto;
}

.fastChannelLayer td {
	padding: 8px 0;
}

.fastChannelLayer textarea {
	width: 100%;
	height: 70px;
	border: 1px solid #d2d2d2;
	font-family: ArialT;
	padding: 5px;
	box-sizing: border-box;
	outline: none;
}

.fastChannelLayer input[type=text],
.fastChannelLayer input[type=email] {
	height: 38px;
	line-height: 38px;
	padding: 0 5px;
	border: 1px solid #d2d2d2;
	vertical-align: middle;
	width: 165px;
}

#applyToJoin .fastChannelLayer input[type=text],
#applyToJoin .fastChannelLayer input[type=email] {
	width: 300px;
}

.fastChannelLayer input[type=button] {
	border: 0px;
}

.news_list_noneimg li p {
	float: none;
	width: 100%;
}

.trade_title {
	padding: 0 30px;
	line-height: 50px;
	overflow: hidden;
	border-bottom: 1px solid #f4f4f4;
}

.trade_title a {
	float: left;
	font-size: 16px;
	padding-right: 50px;
	color: #999;
}

.trade_title a.hover,
.trade_title a:hover {
	color: #C7333F;
	font-weight: 700;
}

.index_news a.index_news_title:hover {
	color: #C7333F
}

.type_tip {
	border: 1px solid #C7333F;
	color: #C7333F;
	padding: 2px 5px;
	border-radius: 2px;
}

.pro_company_title,
.pro_company_title_letter {
	overflow: hidden;
	padding: 20px 10px;
}

.pro_company_title li {
	float: left;
	color: #333;
	cursor: pointer;
	font-size: 16px;
	position: relative;
	width: 70px;
}

.pro_company_title li::after {
	content: '';
	position: absolute;
	width: 30px;
	height: 2px;
	background-color: #C7333F;
	bottom: -8px;
	left: 16px;
	opacity: 0;
}

.pro_company_title li.hover,
.pro_company_title li:hover {
	color: #C7333F;
	font-weight: 700;
}

.pro_company_title li.hover::after,
.pro_company_title li:hover::after {
	opacity: 1;
}

.pro_company_title p {
	float: left;
	padding-top: 2px;
	padding-left: 10px;
}

.pro_company_title p a {
	color: #666;
	padding-right: 30px;
	float: left;
	cursor: pointer;
	cursor: pointer;
	font-size: 16px;
}

.pro_company_title p a:hover,
.pro_company_title p a.hover {
	color: #C7333F;
}

.pro_company_list {
	padding: 10px 10px 0;
}

.pro_company_list ul li {
	width: 222px;
}

.pro_company_list ul li a.brand_img {
	width: 210px;
	height: 100px;
}

.pro_company_list_letter>li {
	overflow: hidden;
}

.pro_company_list_letter>li h1 {
	box-sizing: border-box;
	padding: 15px 20px;
}

.pro_company_list_letter>li h1 span {
	display: block;
	background-color: #C7333F;
	color: #fff;
	font-size: 18px;
	border-radius: 2px;
	height: 30px;
	width: 85px;
	line-height: 30px;
	text-align: center;
}

.pro_company_list_letter>li h1 span.number {
	font-size: 14px;
	min-width: 70px;
}

.pro_company_list_letter {
	overflow: hidden;
}


/*.pro_company_list_letter .list_ranking {*/


/*    padding: 0 30px 0 0;*/


/*}*/

#ranking,
#letter {
	min-height: 500px;
}

.list_company {
	padding-bottom: 15px;
	overflow: hidden;
}

.list_company_title {
	float: left;
	position: relative;
	width: 184px;
}

.list_company_title h1 {
	position: absolute;
	top: 75px;
	width: 100%;
	text-align: center;
	font-size: 30px;
	color: #fff;
	line-height: 36px;
}

.list_company_title span {
	position: absolute;
	top: 196px;
	width: 60px;
	height: 2px;
	background-color: #fff;
	left: 50%;
	margin-left: -30px;
}

.list_company_title a {
	position: absolute;
	top: 260px;
	display: block;
	width: 100%;
	text-align: center;
	font-size: 20px;
	color: #fff;
}

.list_company .index_brand_con {
	width: 986px;
}

.list_company .index_brand_con ul li {
	padding: 0 0 12px 17px;
}

.floor_box .list_ranking {
	height: auto;
}

#exupload {
	padding: 30px;
}

.index_company_tab {
	float: left;
	padding-left: 80px;
}

.index_company_tab li {
	cursor: pointer;
	float: left;
	color: #999;
	padding-right: 64px;
	position: relative;
	transition: all 0.5s ease 0s;
}

.index_company_tab li::before {
	content: '';
	position: absolute;
	width: 20px;
	height: 2px;
	background-color: #C7333F;
	bottom: 14px;
	right: 50%;
	margin-right: 22px;
	opacity: 0;
}

.index_company_tab li::after {
	content: '';
	position: absolute;
	width: 1px;
	height: 16px;
	background-color: #d8d8d8;
	top: 22px;
	right: 32px;
}

.index_company_tab li:last-child::after {
	display: none;
}

.index_company_tab li:hover,
.index_company_tab li.hover {
	color: #C7333F;
	font-size: 16px;
}

.index_company_tab li:hover::before,
.index_company_tab li.hover::before {
	opacity: 1;
}

.mt-15 {
	margin-top: -15px;
}


/*banner广告*/

.index_adv {
	float: left;
	width: 964px;
	height: 104px;
	background-color: #ffffff;
	border-radius: 2px;
	margin: 16px 0 0 16px;
}

.res {
	position: relative;
}

.abs {
	position: absolute;
}


.menu_con {
	width: 226px;
	height: 46px;
	left: 0;
	top: 0;
	background-color: #fff;
	overflow: hidden;
}

.menu_con ul {
	padding: 0 4px 0 0;
}

.menu_con ul li {
	padding-left: 5px;
	box-sizing: border-box;
	display: inline-block;
}

.menu_con ul li:nth-child(1) {
	padding-left: 0;
}

.calssesMain ul:first-child li:nth-child(2) {
	/*margin-top: 18px;*/
}

.homemains {
	background: none !important;
}

.homemains .sjfa_lie {
	width: 287px !important;
	height: 360px !important;
	margin-bottom: 17px;
}

.homemains .sjfa_lie:nth-child(4n+0) {
	margin-right: 0;
}

.homemains .xfc_lie {
	width: 81px;
	height: 81px;
}

.homemains {
	padding-top: 30px;
}

.clearBoth {
	clear: both;
}

.pageBox {
	width: 100%;
	height: auto;
	padding: 0;
	padding-top: 20px;
	text-align: center;
	padding-bottom: 30px;
}

.pageBox span {
	padding: 5px 13px;
	background-color: #f8f8f8;
	border: 1px solid #e6e6e6;
	margin: 0 1px;
	color: #818181;
	cursor: pointer;
	font-size: 14px;
}

.pageBox span:hover {
	background-color: #C7333F;
	color: #fff;
}

.pageBox .nostyle {
	background: none;
	border: none;
	margin: 0 0;
}

.pageBox .nostyle2 {
	padding: 5px 0;
	width: 40px;
	display: inline-block;
	margin: 0 0;
}

.pageBox .nostyle:hover {
	background: none;
	color: #818181;
}

.pageBox .nostyle2:hover {
	background: #f8f8f8;
}

.pageBox span input {
	display: inline-block;
	width: 100%;
	text-align: center;
	background: none !important;
}

.ck_line3 {
	width: 987px;
	display: inline-block;
	height: 6px;
	background-color: #e9e9e9;
	position: relative;
	top: -4px;
}

.ck_line4 {
	width: 992px;
	display: inline-block;
	height: 6px;
	background-color: #e9e9e9;
	position: relative;
	top: -4px;
}


/* qj首页改 */

#left_loop1,
#left_loop2 {
	position: relative;
}

#left_loop1 .hd .prev,
#left_loop1 .hd .next,
#left_loop2 .hd .prev,
#left_loop2 .hd .next {
	position: absolute;
	top: 50%;
	margin-top: -24px;
	z-index: 1000;
}

#left_loop1 .prev,
#left_loop2 .prev {
	left: 10px;
}

#left_loop1 .next,
#left_loop2 .next {
	right: 10px;
}

#left_loop1 .next i,
#left_loop1 .prev i,
#left_loop2 .next i,
#left_loop2 .prev i {
	font-size: 48px;
	cursor: pointer;
	color: #fff;
	opacity: 0.5;
}

.warehouse_body {
	background: #fff;
	padding: 0px 10px;
	min-height: 290px;
	padding-top: 5px;
}

.warehouse_body ul::after {
	display: block;
	clear: both;
	content: "";
}

.warehouse_body ul li {
	margin-right: 2px;
	margin-bottom: 20px;
}

.warehouse_body ul li:nth-child(2n) {
	margin-right: 0;
}

.warehouse_body ul li:nth-child(7),
.warehouse_body ul li:nth-child(8) {
	margin-bottom: 0;
}

.warehouse_body li .brand_logo {
	width: 90px;
	height: 53px;
	border: solid 1px #f2f2f2;
	margin-right: 12px;
	overflow: hidden;
	display: block;
}

.warehouse_body li .more {
	width: 184px;
	text-align: center;
	height: 55px;
	line-height: 55px;
	background-color: #C7333F;
}

.warehouse_body .pro {
	margin-bottom: 0;
	margin-right: 5px;
}

.warehouse_body ul .pro:nth-child(2n) {
	margin-right: 5px;
}

.warehouse_body ul .pro:nth-child(3n) {
	margin-right: 0;
}

.warehouse_body .pro .name {
	height: 30px;
	line-height: 30px;
}

.warehouse_body .pro .brand_logo {
	width: 115px;
	height: 110px;
	margin-right: 0;
}

.warehouse_body .pro .more {
	line-height: 110px;
	text-align: center;
	background-color: #C7333F;
	color: #fff;
}

.warehouse_body li .more a {
	color: #fff;
}

.h_auto {
	height: auto;
}

.pd0 {
	padding: 0;
}

.bg_none {
	background-color: transparent;
}

.border_b_none {
	border-bottom: none !important;
}

.mt0 {
	margin-bottom: 0;
}

.h340 {
	height: 340px;
}

.w300 {
	width: 300px;
}

.w312 {
	width: 312px;
}

.w80 {
	width: 80px;
}

.w390 {
	width: 390px;
}

.w83 {
	width: 83px !important;
}

.f14 {
	font-size: 14px;
}

.iconfont_block.func {
	font-size: 22px;
	margin-left: -3px;
	margin-right: 8px;
}

.iconfont_block {
	display: block;
	float: left;
	text-align: center;
	width: 12px;
	height: 12px;
	font-size: 14px;
	margin-right: 5px;
}


/* qj首页改 */

.bf_icon {
	width: 44px;
	height: 44px;
	left: 50%;
	top: 50%;
	margin-left: -22px;
	margin-top: -28px;
}



.index_entrance_con .res .video {
	border-radius: 5px;
}

.jy_zsw_right .zs_lie p>span.img_pro_pos {
	float: right;
	color: #999999;
	width: 38%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 12px;
}

.jy_zsw_right ul li {
	/* width: 224px; */
	margin-right: 9px;
}

.jy_zsw_cont ul li {
	width: 224px;
}

.picScroll-left .hd {
	/*新增属性*/
	position: absolute;
	left: 252px;
	width: 1px;
	height: 326px;
	padding: 20px 16px 14px 34px;
}

.picScroll-left .hd .next .iconfont,
.picScroll-left .hd .prev .iconfont {
	position: absolute;
	top: 50%;
	margin-top: -24px;
	z-index: 1000;
	font-size: 38px;
}

.picScroll-left .hd .prev .iconfont {
	position: absolute;
	right: 10px;
}

.picScroll-left .hd .prev,
.picScroll-left .hd .next {
	display: none;
	position: absolute;
	top: 50%;
	margin-top: -24px;
	z-index: 1000;
	transition: .5s;
}

.picScroll-left:hover .hd .prev,
.picScroll-left:hover .hd .next {
	display: block;
}

.picScroll-left .hd .prev {
	left: 100px;
}

.picScroll-left .hd .next {
	right: -850px;
}

.picScroll-left .hd .next i,
.picScroll-left .hd .prev i {
	font-size: 48px;
	cursor: pointer;
	color: rgb(10, 9, 9);
	opacity: 0.5;
}

.companiesToRecommend {
	width: 920px;
	height: 158px;
	background-color: rgba(255, 255, 255, 1);
	border-radius: 5px;
	float: left;
	margin-top: 14px;
}

.companiesToRecommend_title {
	width: 97%;
	height: 52px;
	line-height: 52px;
	font-family: MicrosoftYaHei;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: rgba(51, 51, 51, 1);
	margin: 0 auto;
}

.companiesToRecommend_cont {
	width: 97%;
	margin: 0 auto;
}

.companiesToRecommend_cont li {
	width: 210px;
	float: left;
	overflow: hidden;
	margin-right: 15px;
	border-radius: 5px;
	border: 1px solid #F1F1F1;
}
.companiesToRecommend_cont .w6_2:hover{
	border: 1px solid #C7333F !important;
}

.companiesToRecommend_cont li img {
	width: 100%;
}

.ceramUten {
	font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: rgba(102, 102, 102, 1);
	margin-left: 8px;
	padding: 2px 15px;
	background-color: #F2F2F2;
}

.threetypecar {
	background-color: #fff;
}

/* .ceramUten:hover {
	background-color: rgba(0, 90, 125, 1);
	border-radius: 9px;
	color: #FFF;
} */
.chooseState {
	background-color: rgba(0, 90, 125, 1);
	border-radius: 9px;
	color: #FFF;
}

.jy_zsw_new .tempWrap {
	margin-left: 55px;
}

.jy_zsw_new {
	background-color: #FFF;
	display: flex;
	align-items: center;
}

.tempWrap .zs_lie .jdc_img_con a img {
	object-fit: cover;
}

.companiesToRecommend_name {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: rgb(0, 90, 125, 0.7);
	color: #FFF;
	text-align: center;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: none;
}

.companiesToRecommend_cont .w6_2:hover .companiesToRecommend_name {
	display: block;
}

.companiesToRecommend_cont .w6_2 {
	position: relative;
}

.picList li {
	background-color: #FFF;
	border: solid 4px #FFF;
	padding: 3px;
}

.picList li:hover {
	background-color: #C7333F;
	border-radius: 6px;
	border: solid 4px #C7333F;
}

.index_map .tempWrap ul li img {
	object-fit: cover;
	border-radius: 8px;
}

/*首页轮播用*/
.picScroll-leftOther .hd {
	/*新增属性*/
	position: absolute;
	left: 252px;
	width: 1px;
	height: 326px;
	padding: 20px 16px 14px 34px;
}

.picScroll-leftOther .hd .next .iconfont,
.picScroll-leftOther .hd .prev .iconfont {
	position: absolute;
	top: 50%;
	margin-top: -24px;
	z-index: 1000;

}

.picScroll-leftOther .hd .prev .iconfont {
	position: absolute;
	right: 10px;
}

.picScroll-leftOther .hd .prev,
.picScroll-leftOther .hd .next {
	display: none;
	position: absolute;
	top: 50%;
	margin-top: -24px;
	z-index: 1000;
	transition: .5s;
}

.picScroll-leftOther:hover .hd .prev,
.picScroll-leftOther:hover .hd .next {
	display: block;
}

.picScroll-leftOther .hd .prev {
	left: 100px;
}

.picScroll-leftOther .hd .next {
	right: -850px;
}

.picScroll-leftOther .hd .next i,
.picScroll-leftOther .hd .prev i {
	font-size: 48px;
	cursor: pointer;
	color: rgb(10, 9, 9);
	opacity: 0.5;
}

.zs_lie p {
	display: flex;
	flex-direction: row;
}

.color_gray9s {
	font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	/* letter-spacing: 1px; */
	color: rgba(153, 153, 153, 1);
}

.calssesMain .item-lists {
	display: none;
	position: absolute;
	width: 730px;
	height: 365px;
	overflow-x: hidden;
	overflow-y: auto;
	background: #fff;
	left: 206px;
	top: 0;
	z-index: 10;
	box-sizing: border-box;
	padding: 15px;
	border: 1px solid #006F92;
	border-radius: 7px;
	-ms-overflow-style: none;
	/* border: 1px solid #C7333F; */
	/* box-shadow: 0 0 16px 0 hsla(0, 0%, 0%, 0.5); */
}

.classesfld {
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}

#total,
#price,
#d_price {
	color: rgba(229, 190, 89, 1);
}

.imgTransitions {
	border-radius: 5px;
	transition: all 0.9s ease 0s;
	overflow: hidden;
}
.jianru_animation{
	animation: jianruIndex 2s ;
}
@keyframes jianruIndex {
	0% {
		opacity: 0;
	}
	30% {
		opacity: 0.3;
	}
	40%{
		opacity: 0.7;
	}
	50% {
		opacity: 1;
	}
}
.xszh_right_tit:hover{
	color: #C7333F
}
.xzr_time:hover{
	color: #C7333F
}
.zhdd span:hover {
	color: #C7333F
}
.zhdd strong:hover {
	color: #C7333F
}

/* 分享 */

.detail_share {
	position: absolute;
	right: 30px;
	bottom: 10px;
	width: 115px;
	line-height: 38px;
	color: #333;
	cursor: pointer;
}

.detail_share:hover {
	background-color: #f5f5f5;
}

.detail_share i {
	color: #999;
}

.detail_share p {
	overflow: hidden;
	box-shadow: 0px 1px 3px 0px rgba(10, 2, 4, 0.11);
	-webkit-box-shadow: 0px 1px 3px 0px rgba(10, 2, 4, 0.11);
	padding: 10px;
	position: absolute;
	left: 0;
	top: 38px;
	background-color: #fff;
	width: 95px;
	z-index: 100;
}

.detail_share p a {
	display: block;
	padding: 5px 0;
	overflow: hidden;
	line-height: 24px;
}

.detail_share p a span {
	color: #999;
	float: left;
	padding-left: 10px;
}

.detail_share p a i {
	height: 24px;
	width: 24px;
	border-radius: 12px;
	color: #fff;
	float: left;
}

.detail_share p a i.icon-kongjian {
	background-color: #ffc201;
}

.detail_share p a i.icon-QQ {
	background-color: #0596f8;
}

.detail_share p a i.icon-weixin2 {
	background-color: #27cc2c;
}

.detail_share p a i.icon-sinaweibo {
	background-color: #df4d69;
}
.detail_share p a span:hover{
	text-decoration:underline
}
.no-data-sty{
	width: 1200px;
	background-color: #ffffff;
	border-radius: 2px;
	min-height:500px;
	overflow: hidden;
	margin-top: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-family: MicrosoftYaHei;
	font-size: 14px;
	line-height:45px;
	color: #333333;
}
.no-data-sty img{
	width: 20%;
}
.berforline strong::before {
	content: "";
	width: 5px;
	height: 20px;
	position: absolute;
	top: 17px;
	left: 6px;
	border-radius: 29%;
	background-color: #C7333F;
}
.Mg-0{
	margin: 0;
}
.information-dynamics{
	background-color: #fff;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 30px;
}
.left-show-img{
	width: 491px;
	height: 336px;
	border-radius: 6px;
}
.information-dynamics-info{
	width: 491px;
	height: 336px;
	position: relative;
}
.left-show-info{
	width: 491px;
	height: 119px;
	background-color: #004098;
	border-radius: 0px 0px 6px 6px;
	opacity: 0.8;
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
}
.left-show-info-title,.left-show-info-cont{
	width: 80%;
	margin: 0 auto;
	font-family: MicrosoftYaHei;
	font-size: 20px;
	line-height: 55px;
	color: #ffffff;
	text-align: center;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
}
.left-show-info-cont{
	font-size: 12px !important;
	line-height: 25px !important;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}
.right-show-info{
	width: 600px;
}
.right-show-info li img{
	width: 81px;
	height: 81px;
	background-color: #dfdfdf;
	border-radius: 6px;
	object-fit: cover;
}
.right-show-info li{
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
.line-height{
	height: 70px;
}
.right-show-info li p{
	display: flex;
	flex-direction: column;
}
.right-show-info li p a{
	text-align: right;
	font-family: MicrosoftYaHei;
	font-size: 14px;
	color: #999999;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.right-show-info-title,.right-show-info-cont{
	width: 400px;
	font-family: MicrosoftYaHei;
	font-size: 14px;
}
.right-show-info-title{
	color: #333333;
	font-size: 16px !important;
	line-height: 35px;
}
.right-show-info-cont{
	padding-top: 5px;
	color: #999999;
	border-top: 1px solid #f2f2f2;
}
.right-show-info-mouth,.right-show-info-year,.right-show-info-jiantou{
	text-align: right;
	font-family: MicrosoftYaHei;
	font-size: 24px;
	color: #666666;
}
.right-show-info-jiantou{
	margin-top: 18px;
	font-size: 15px !important;
}
.right-show-info-year{
	font-size: 12px !important;
}
.u-ell1{
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}
.u-ell2{
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}


.left-show-img:hover .left-show-info{
	display: block;
	animation:myfirst .8s;
	-webkit-animation:myfirst .8s;
	animation-fill-mode: forwards;/*当动画完成时，动画会停留在最后一帧。*/
}

@-webkit-keyframes myfirst /* Safari and Chrome */
{
	0%   {height: 10px}
	100% {height:40px;bottom:50%;}
}
.u-center{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
.u-center a{
	font-size: 13px;
	color: #999999;
	display: flex;
	align-items: center;
}
.as_display{
	position: relative;
}
.as_hide {
	width: 263px;
	height: 158px;
	object-fit: cover;
	border: none;
	vertical-align: text-bottom;
}
.swiper-slide-title {
	position: absolute;
	bottom: 0;
	box-sizing: border-box;
	display: block;
	width: 100%;
	height: 28px;
	padding: 0 15px;
	font-size: 14px;
	line-height: 28px;
	color: #fff;
	text-align: center;
	background-color: rgba(26,35,49,.7);
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.index_entrance_news_title{
	width: 90%;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.xianshi{
	display: block !important;
}
.yincang{
	display: none !important;
}
.playerbtn{
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -19px;
	margin-top: -85px;
	width: 38px;
	height: 38px;
	z-index: 9;
}
.playerbtn img{
	width: 38px;
	height: 38px;
}


/* 甄选新 */

.homeNav_ul li.cur a,
.homeNav_ul li.cur {
	color: #c7333f;
}
.homeNav_ul li:hover a,
.homeNav_ul li:hover .iconfont {
	color: #c7333f
}
.homeNav_ul li a:hover {
	color: #c7333f;
	opacity: 1;
}
.homeNav_ul li:hover::after {
	opacity: 1;
	background: #c7333f;
}
.homeMain_left_cont_text a:hover{
	color: #c7333f;
}
.data_list_sild li a span:hover{
	color: #c7333f;
}
.data_list_btn a:hover{
	color: #c7333f;
}
.pinpai_list_text:hover{
	color: #c7333f;
}

.mainCont,.mainCont1,.mainCont2,.mainCont3,.mainCont4{
	display: none;
}
.selected{
	display: block;
}
.right_border::after{
	position: absolute;
	top: 4px;
	right: -7px;
	width: 1px;
	height: 11px;
	content: "";
	background-color: #d9d9d9;
}
.phone_sty{
	font-size: 13px;
	color: #b3b3b3;
}
.qinglogin{
	font-size: 12px;
	color: #999999;
}
.kefu_phone,.lianxi_phone{
	font-family: Arial-BoldMT;
	font-size: 12px;
}
.header_search_Input{
	width: 600px;
	padding-bottom: 25px;
}
.header_search_Input_cont input{
	width: 472px;
	height: 38px;
	border-radius: 4px 0px 0px 4px;
	border: solid 1px #c7333f;
	padding-left: 10px;
}
.header_search_Input_cont button{
	width: 97px;
	line-height: 41px;
	background-color: #c7333f;
	border-radius: 0px 4px 4px 0px;
	font-size: 14px;
	color: #ffffff;
}
.hotSearch li:first-child{
	color: #c7333f !important;
	font-weight: normal;
}
.hotSearch li a{
	color: #b2b2b2;
	font-weight: normal;
	position: relative;
}

.homeNavs {
	width: 100%;
	float: left;
	height: 46px;
	position: relative;

}
.homeNav_ul{
	background: #fff;
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.homeNav_ul li{
	text-align: center;
	float: left;
	line-height: 46px;
	color: #333;
	position: relative;
	margin-right: 47px;
	width: 75px;
	text-align: center;
}
.homeNav_ul li:last-child{
	margin-right: 0;
}
.homeNav_ul li a {
	display: inline-block;
	color: #333333;
	font-size: 16px;
}

.homeNav_ul li::after {
	opacity: 0;
	content: "";
	width: 34px;
	height: 3px;
	position: absolute;
	bottom: 1px;
	left: 20.5px;
	background: #c7333f;
	transition: all .6s;
	-moz-transition: all .6s;
	-webkit-transition: all .6s;
	-o-transition: all .6s;
}
.homeNav_ul li.cur::after {
	opacity: 1;
	content: "";
	height: 3px;
	position: absolute;
	background: #c7333f;
}

.swiper-containers{
	width: 205px;
	height: 585px;
	background: #fff;
	box-sizing: border-box;
	padding: 0px;
	float: left;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	-webkit-overflow-scrolling: touch;
	overflow: hidden;
	border-radius: 10px;
	position: relative;
}
.swiper-containers .swiper-wrapper{
	width: 205px;
	height: 585px;
}


.swiper-containers .swiper-wrapper .swiper-slide {
	height: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.homeMain_right_cont{
	width:979px;
	float: right;
}
.homeMain_left_cont_title{
	width: 188px;
	line-height: 30px;
	background-color: #fdf3f4;
	border-radius: 2px;
	margin: 12px auto;
	font-size: 14px;
	text-align: center;
}
.homeMain_left_cont_category{
	width: 40%;
	text-align: left;
	color: #222222;
	position: relative;
	margin: 10px auto;
}
.homeMain_left_cont_category i{
	position: absolute;
	left: -28px;
	top: 0px;
}

.homeMain_left_cont_text{
	width: 40%;
	text-align: left;
	font-size: 12px;
	line-height: 24px;
	color: #666666;
	margin: 0 auto;
}
.swiper_container{
	width:979px;
	height: 386px;
	float: left;
	border-radius: 10px;
	overflow: hidden;
}
.swiper_container .swiper-wrapper ul li{
	float: left;
	width: 100%;
	height: 100%;
}
.swiper-button-prev{
	left: 0;
	left: auto;
	color: rgba(0, 0, 0, 0)!important;
	background:url("../img/left_jiantou.svg") center center no-repeat;
	background-size: contain;
	background-color: rgba(133, 132, 132, 0.35);
	border-radius: 0px 8px 8px 0px;
}
.swiper-button-next {
	right: 0;
	left: auto;
	color: rgba(0, 0, 0, 0)!important;
	background:url("../img/right_jianto.svg") center center no-repeat;
	background-size: contain;
	background-color: rgba(133, 132, 132, 0.35);
	border-radius: 8px 0px 0px 8px;
}
.swiper-pagination-bullet-active {
	background:  #fff;
}


.purpose_selection{
	width: 100%;
	text-align: center;
	line-height: 80px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
.title_icon{
	width: 50px;
	height: 50px;
	object-fit: cover;
	margin-right: 10px;
	display: block;
}
.purpose_selection span{
	font-size: 24px;
	color: #cc2f3b;
}
.data_list{
	width: 930px;
	height: 325px;
	background-color: #ffffff;
	border-radius: 10px;
	padding: 22px 26px;
	overflow: hidden;
	position: relative;
}
.data_list_swiper{
	width: 930px;
}
.data_list_btn span{
	width: 66px;
	line-height: 24px;
	background-color: #f6f6f6;
	border-radius: 4px;
	text-align: center;
	font-size: 12px;
	color: #171717;
	cursor: pointer;
}
.data_list_btn a{
	font-size: 12px;
	color: #999999;
	line-height: 24px;
}
.data_list_btn a i{
	font-size: 12px;
}

.data_list_sild li{
	width: 204px;
	background-color: #FFF;
	border: solid 1px #FFF;
	margin: 23px 35px 23px 0;
	position: relative;
}
.tempWrap_list{
	overflow:hidden;
	position:relative;
	width:1500px;
}
.holiday{
	line-height: 38px;
	background-color: #c7333f;
	border-radius: 2px;
	padding:0 5px;
	font-size: 13px;
	color: #ffffff !important;
}
.img_Transition {
	border-radius: 10px;
	object-fit: cover;
}
.player{
	width: 204px;
	height: 204px;
	position: absolute;
	top:0px;
	left: 0px;
	z-index: 99;
	background: rgb(0, 0, 0,0.1);
	display: flex;
	align-items: center;
	justify-content: center;
}
.player i{
	font-size: 50px;
	color: #ffffff;
	opacity: 0.75;
}

.dashi_list li{
	width: 172px;
	background-color: #FFF;
	border: solid 1px #FFF;
	margin: 23px 14px 23px 0;
	position: relative;
}
.dashi_list li p{
	width: 172px;
	position: absolute;
	bottom: 4px;
	left:0px;
	z-index: 9;
	text-align: center;
	color: #FFF;
	background-color: rgb(0, 0, 0, 0.3);
}

.pinpai_list li{
	width: 176px;
	margin:0 10px 28px 0;
}
.pinpai_list_img{
	width: 176px;
	height: 88px;
	background-color: #ffffff;
	border-radius: 10px;
	border: solid 1px #e7e7e7;
}
.pinpai_list_text{
	width: 90%;
	text-align: center;
	margin: 0 auto;
	font-size: 16px;
	color: #222222;
}

.pinpai_data_list{
	width: 930px;
	height: 281px;
	background-color: #ffffff;
	border-radius: 10px;
	padding: 28px 26px;
	overflow: hidden;
	position: relative;
}

.select_sty{
	width: 71px;
	height: 24px;
	background-image: linear-gradient(90deg,
	#c92a37 0%,
	#ff6e79 100%),
	linear-gradient(
			#f6f6f6,
			#f6f6f6) !important;
	background-blend-mode: normal,
	normal;
	border-radius: 4px;
	color: #fff !important;
}
.can_more{
	display: block;
	width: 117px;
	line-height: 30px;
	background: #c7333f;
	font-size: 14px;
	font-weight: 400;
	color: #ffffff;
	letter-spacing: 1px;
	text-indent: 1.4em;
	margin-top: 35px;
}
.t_comtitle_title{
	font-size: 16px;
	font-family: Arial, Arial-Regular;
	font-weight: 400;
	color: #666666 !important;
	letter-spacing: 2px;
	margin-bottom: 20px;
}
.selection_page{
	font-size: 14px;
	font-weight: 400;
	color: #666666;
	letter-spacing: 1px;
	margin-bottom: 15px;
}
.selection_cont,.ceramic_master_cont{
	width: 100%;
	background-color: #fff;
}
.selection_cont li{
	width: 100%;
	padding: 30px 20px;
	box-sizing: border-box;
	border-bottom: 1px solid #f2f2f2;
}
.selection_cont_img{
	width: 181px;
	height: 109px;
	object-fit: cover;
}
.selection_right_cont{
	width: 82%;
}
.selection_cont_title{
	font-size: 18px;
	font-weight: 400;
	color: #333333;
	width: 80%;
}
.selection_cont_title:hover{
	color: #c7333f;
}
.selection_cont_time{
	font-size: 14px;
	font-weight: 400;
	color: #999999;
}
.selection_cont_text{
	font-size: 14px;
	font-weight: 400;
	color: #999999;
	line-height: 20px;
	margin-top: 30px;
}
.pageHomeBox_sty{
	width: 100%;
	height: 100px;
	background-color: #fff;
}
.select_level,.exhibition_hall{
	width: 100%;
	height: 60px;
	background: #ffffff;
}
.select_level{
	margin-bottom: 10px;
}
.exhibition_hall{
	padding:0 30px;
	box-sizing: border-box;
}
.select_level p{
	padding:  0  11px;
}
.select_level_btn,.exhibition_hall_btn{
	width: 71px;
	height: 24px;
	background: #f6f6f6;
	border-radius: 4px;
	text-align: center;
	line-height: 24px;
	padding: 0 8px;
	color: #171717;
	font-weight: 400;
	font-size: 14px;
	margin-right:13px;
	cursor: pointer;
}
.select_level_data,.exhibition_hall_data{
	background: #c7333f !important;
	color:#fff !important;
}

.ceramic_master_cont li{
	width: 171px;
	height: 255px;
	border-radius: 10px;
	position: relative;
	margin:0px 22.5px 20px 0;
	overflow: hidden;
}
.ceramic_master_cont li img{
	width: 171px;
	height: 255px;
	object-fit: cover;
}
.ceramic_master_cont li p{
	width: 100%;
	background-color: rgb(0, 0, 0, 0.3);
	text-align: center;
	line-height: 30px;
	position: absolute;
	left: 0;
	bottom: 0;
	color: #fff;
}
.flex-row{
	display: flex;
	flex-direction: row;
	padding: 30px 30px 0 30px;
	flex-wrap: wrap;
}
.select_products{
	width: 100%;
	background-color: #fff;
}
.select_products_continfo,.exhibition_hall_continfo{
	width: 100%;
	background-color: #fff;
}
.select_products_continfo li:hover{
	background: #c7333f;
}
.select_products_continfo li:hover .products_adress{
	color: #fff;
}
.exhibition_hall_continfo li a p span:hover{
	color: #c7333f;
}
.exhibition_hall_continfo li a p i:hover{
	color: #c7333f;
}
.select_products li,.select_products_continfo li,.exhibition_hall_continfo li{
	width: 203px;
	height: 300px;
	display: flex;
	justify-content: center;
	margin-right: 24px;
	border-radius: 6px;
	background-color: #fff;
	padding: 3px;
	border-radius: 10px;
	overflow: hidden;
}
.select_products li img,.select_products_continfo li img,.exhibition_hall_continfo li img{
	width: 203px;
	height: 203px;
	object-fit: cover;
	border-radius: 10px;
}
.select_products li p{
	width: 203px;
	margin: 0 auto;
}
.select_products li p:hover{
	color: #c7333f;
}
.listbanner{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.listbanner li{
	margin: 15px 32px 0 0;
}
.listbanner li p{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 15px;
}
.u-lineH-34{
	line-height: 34px;
}
.products_price{
	font-size: 18px;
	font-weight: 700;
	text-align: left;
	color: #e5be59;
}
.products_adress{
	font-size: 14px;
	font-weight: 400;
	color: #999999;
	letter-spacing: 1px;
}
.video_list_img{
	width: 106px;
	height: 64px;
	object-fit: cover;
}
.video_list_info{
	font-size: 14px;
	font-weight: 400;
	color: #999999;
}
.video_list_title{
	font-size: 16px;
	color: #333333;
}
.video_list_title:hover{
	color: #c7333f;
}
.index_entrance_news_border{
	padding: 15px 0 !important;
	border-bottom: 1px solid #f4f4f4;
}
.color_33{
	color: #333;
}
.map_retrieval{
	width: 90px;
	background-image: linear-gradient(90deg,
	#c92a37 0%,
	#ff6e79 100%),
	linear-gradient(
			#f6f6f6,
			#f6f6f6) ;
	background-blend-mode: normal,
	normal;
	border-radius: 10px;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	color: #fff;
}
.map_retrieval i{
	color: #fff;
	margin-right: 3px;
}