@charset "UTF-8";
@import url("https://at.alicdn.com/t/font_2052283_dcpt5yji9m4.css");
/*头部导航开始*/

.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: #005a7d;
}

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

.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: 186px;
	box-shadow: 0px 0px 6px 1px rgba(23, 4, 8, 0.05);
	/*position: relative;*/
	/*z-index: 999;*/
}

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

.homeLogo {
	padding: 20px 0;
	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: #005a7d;
}

.searchInput {
	height: 46px;
	line-height: 46px;
	box-sizing: border-box;
	border: 1px solid #005a7d;
	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: #005a7d;
	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: #005a7d;
}

.top_release {
	width: 114px;
	height: 46px;
	line-height: 46px;
	background-color: #ffffff;
	border-radius: 2px;
	border: solid 1px #005a7d;
	margin-top: 64px;
	color: #005a7d;
	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: #005a7d;
	background-image: linear-gradient(90deg, #005a7d 26%, #005a7d 100%);
	border: solid 1px #005a7d;
	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 18px;
	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: #005a7d;
	background: url(../images/shareIcon.png) no-repeat 0px -413px;
	padding-left: 20px;
}

.homeNav>ul li.cur a,
.homeNav>ul li.cur {
	color: #005a7d
}

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

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

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

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

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

.homeNav>ul>a {
	float: right;
	width: 120px;
	height: 30px;
	line-height: 30px;
	background-image: linear-gradient(90deg, #005a7d 26%, #005a7d 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;
	text-align:center;
}

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

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


/* new add start */

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

.clearBoth {
	clear: both;
}

.indexMenu {
	width: 200px;
	height: 46px;
	background-color: #005a7d;
	text-align: center;
	line-height: 46px;
	color: #fff;
	font-size: 16px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	margin-top: 4px;
	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: #005a7d;
}

.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: #005a7d;
	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: #005a7d;
}

.xzr_more:hover a {
	color: #005a7d;
}

.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: #005a7d;
}

.flo_r {
	float: right;
}

.flo_l {
	float: left;
}

.st_bar {
	width: 5px;
	height: 20px;
	background-color: #005a7d;
	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: 5px;
}

.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: #005a7d;
}

.dj_lie:hover .dj_lie_flo_3_js {
	color: #005a7d;
}

.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: #005a7d;
	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 #005a7d; */
	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: 199px;
	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 #005a7d; */
	/* 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: #005a7d;
}

.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: #005a7d;
	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: #005a7d;
}


/* 地图banner */

.index_map {
	float: left;
	border-radius: 2px;
	margin: 18px 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: #005a7d;
	position: absolute;
	top: 20px;
	left: 0px;
	border-radius: 29%;
}

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

.index_title h1.index_title_qt_icon i {
	color: #005a7d;
	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: #005a7d;
}

.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: #005a7d;
}

.index_map_con .hd li:hover,
.index_map_con .hd li.on {
	background-color: #005a7d;
	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: #005a7d;
	border-radius: 2px;
	color: #fff;
	line-height: 28px;
	text-align: center;
	border: solid 1px #005a7d;
}

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

.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: #005a7d;
	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: #005a7d;
}

.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: #005a7d;
}

.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: #005a7d;
}

.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: #005a7d;
	position: relative;
	font-weight: bold;
}

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

.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:hover {
	background-color: #005a7d;
	border-radius: 6px;
	border: solid 4px #005a7d;
}
.img_pro li:hover .color_gray9{
	color: #fff;
}
.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 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: #005a7d;
	background-image: linear-gradient(90deg, #005a7d 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 #005a7d;
}

.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: #005a7d;
}

.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: #005a7d
}


.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: #005a7d;
	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: #005a7d;
	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: #005a7d;
}

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

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


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

.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: #005a7d;
}

.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: #005a7d;
}

.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: #005a7d;
	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: #005a7d;
}

.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: #005a7d;
	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: 200%;
}

.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: #005a7d;
	background-color: #005a7d;
	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 #005a7d;
	color: #005a7d;
}

.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: #005a7d;
	font-weight: 700;
}

.homeLisyMenu li.cur::after,
.homeLisyMenu li a:hover::after {
	content: "";
	position: absolute;
	width: 42px;
	height: 2px;
	background: #005a7d;
	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: #005a7d;
	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 3px 0 5px;
	float: left;
	position: relative;
	display: flex;
	align-items: center;
}

.version_number{
	line-height:20px;
	padding: 5px 0px;
	margin: 0 5px 0 20px;
	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 1px;
	font-size: 16px;
	line-height:20px;
	padding: 5px 10px;
	color: #666;
}

.version_tab a:hover,
.version_tab a.hover {
	background-color: #005a7d;
	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: #005a7d;
	color: #005a7d;
}

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

.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 #005a7d;
	background: #005a7d;
	position: relative;
	color: #fff;
}

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


/* 商家入驻 */

.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: #005a7d;
}

.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: #005a7d;
	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: #005a7d;
	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: #005a7d;
}

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

.statistics_fr_charts_title a {
	float: right;
	background-image: linear-gradient(90deg, #005a7d 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: #005a7d;
}

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

.statistics_fr_title {
	padding: 46px 0 60px;
	line-height: 28px;
	color: #005a7d;
	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: #005a7d;
	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 #005a7d;
	color: #005a7d;
	padding: 10px 15px;
	border-radius: 2px;
}

.statistics_fr_download p span a:hover {
	background: #005a7d;
	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: 0 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: #005a7d;
}

.screening_right .hd li {
	position: relative;
}

.screening_right .hd li::after {
	content: '';
	position: absolute;
	width: 20px;
	height: 2px;
	background-color: #005a7d;
	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 #005a7d;
	color: #005a7d;
}

.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: #005a7d;
	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: #005a7d;
}

.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: #005a7d;
	border: 1px solid #005a7d;
	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: #005a7d;
	color: #fff !important;
	font-family: Microsoft YaHei, Microsoft YaHei-Regular;
	font-weight: 400;
}

.t_baywindow li a:hover{
	width: 60px;
	background: #005a7d;
	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: #005a7d;
	font-weight: 700;
}

.index_news a.index_news_title:hover {
	color: #005a7d
}

.type_tip {
	border: 1px solid #005a7d;
	color: #005a7d;
	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: #005a7d;
	bottom: -8px;
	left: 16px;
	opacity: 0;
}

.pro_company_title li.hover,
.pro_company_title li:hover {
	color: #005a7d;
	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: #005a7d;
}

.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: #005a7d;
	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: #005a7d;
	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: #005a7d;
	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: #005a7d;
	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: #005a7d;
}

.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: #005a7d;
	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: 7px;
}

.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 #005a7d !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;
}

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

.threetypecar {
	background-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: #005a7d;
	border-radius: 6px;
	border: solid 4px #005a7d;
}

.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 #005a7d; */
	/* 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: #005a7d
}
.xzr_time:hover{
	color: #005a7d
}
.zhdd span:hover {
	color: #005a7d
}
.zhdd strong:hover {
	color: #005a7d
}

/* 分享 */

.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: #005a7d;
}
.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;
	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;
	justify-content: space-between;
}
.line-height{
	height: 50px;
	margin-top:10px;
}
.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: 23px;
	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;
}
.search_type{
	margin-left: 8px;
}
.font_big{
	font-size: 16px !important;
	font-weight: 700 !important;
}
.font_small{
	font-size: 13px !important;
}
.LineHeight{
	line-height: 40px !important;
}
.border_top {
	border-bottom: 1px solid #f1f1f1;
	width: 506px;
}
.right-show-info-jiantous{
	margin-top: 3px;
	font-size: 15px !important;
}
.button_blue_large_sell{
	text-align: center;
	width: 78px;
	line-height: 30px;
	padding: 0px 10px;
	background: #005a7d;
	color: #fff;
	border: 1px solid #005a7d;
	border-radius: 2px;
	margin-top: 1px;
	display: block;
}
.u-m-left{
	margin-left: 350px;
}
.u-m-t-m{
	margin: 5px 0 20px 0;
}
.u-flex{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
.btn_disable{
	color: #5f5f5f;
	background: #ccc;
	border: 1px solid #ccc;
	padding: 0 10px;
	height: 23px;
	line-height: 23px;
	display: inline-block;
	min-width: 28px;
}
.disable_identification{
	-webkit-touch-callout: none;
	-moz-user-select: none; /*火狐*/
	-webkit-user-select: none;  /*webkit浏览器*/
	-ms-user-select: none;   /*IE10*/
	-khtml-user-select: none; /*早期浏览器*/
	user-select: none;
	cursor: not-allowed;
}

.publicedition {
	width: 965px;
	background: #fff;
	box-sizing: border-box;
}
.version_search{
	float: left;
	margin-left: 10px;
	font-size: 16px;
	line-height: 30px;
}
.version_search_input{
	border: 1px solid #e8e8e8;
	width: 110px;
	height: 22px;
	margin-right: 5px;
	padding: 0 10px;
}

.yyj_type {
	background: none;
	box-sizing: content-box;
	color: #b4b4b4;
	height: 22px;
	border: 1px solid #e8e8e8;
}

/* 数据统计样式 */
.PieClass {
	width:100%;
	height: 350px;
	margin: auto;
}

.visualization_copywriting {
	font-size: 14px;
	color: #333;
	background: #f5f8ff;
	margin: 35px 0;
	padding: 20px 40px;
}

.visualization_copywriting span, .visualization span {
	font-size: 18px;
	color: #eb2428;
}

.red
{
	color: #D43030;
}

.purchaser-box-left{
	width: 49.34%;
	overflow: hidden;
	background: #fff;
	box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 5%);
}
.purchaser-box-left-title{
	width: 100%;
	padding: 5px 0;
	height: 40px;
	line-height: 40px
}
.pblt-name{
	padding-left: 15px;
	text-align: left;
	color: #333;
	font-size: 16px;
}
.pblt-name::before {
	content: "";
	width: 5px;
	height: 18px;
	background-color: #005a7d;
	border-radius: 5px;
	float: left;
	margin: 10px 10px 0 0;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.pblt-more{
	padding-right: 15px;
	font-size: 12px;
	color: #a8a8a8;
}
.purchaser-box-left-top{
	display: flex;
	justify-content: space-between;

	font-size: 14px;
}
.purchaser-box-left-top-title{
	font-weight: 600;
	font-size: 18px;
}
.upVip{
	color: #005a7d;
}
.purchaser-items{
	margin: 15px;
	overflow: hidden;
}
.home-purItems{
	height: 374px;
}
.purchaser-items li{
	line-height: 30px;
	float: left;
	border-bottom: 1px solid #e8e8e8;
	border-left: 1px solid #e8e8e8;
	margin-left: -1px;
	position: relative;
	text-align: left;
}
.w251 li{
	width: 251px;
	padding: 15px 14px;
}
.purchaser-l-item{
	height: 94px;
}
.purchaser-r-item{
	height: 157px;
}
.w251 li:nth-child(2n+1){
	border-left: 0px solid #f1f1f1;
}
.purchaser-items li:hover{
	background: rgba(0, 90, 125, 0.1);
}
.purchaser-items li p{
	font-size: 14px;
}
.purchaser-box-right-top-img{
	width: 114px;
	height: 82px;
	background: rgba(0, 90, 125, 0.1);
}
.purchaser-box-right-top-img img{
	width: 100%;
	height: 100%;
}
.w130{
	width: 130px;

}
.purchaser-box-right-top-text p{
	line-height: 22px;
}
.u-line-1 {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.u-line-2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}
.purchaser-box-left-bottom{
	font-size: 14px;
}
.purchaser-bg{
	background: #fff;
}
.w252 li{
	width: 252px;
	padding: 15px 19px;
}
.w252 li:nth-child(4n+1){
	border-left: 0px solid #f1f1f1;
}
.w545 li{
	width: 545px;
	padding: 15px 19px;
}
.w545 li .purchaser-box-right-top-text{
	width: 380px;
}
.w545 li.purchaser-r-item{
	height: 132px;
}
.supplier-left{

}
.w847{
	width: 847px;
}
.w340{
	width: 340px;
}
.supper-li{
	line-height: 25px;
	width: 96%;
	height: auto;
	padding: 10px 10px 10px 0;
	box-sizing: border-box;
}
.w650{
	width: 650px;
}
.supplier-right-title{
	line-height: 40px;
}
.brandList{
	margin: 15px;
}
.brandList li{
	width: 50%;
	text-align: center;
	color: #333333;
	margin-bottom: 20px;
}
.brandList li a{
	color: #333333;
}
.brandList-img{
	width: 148px;
	height: 78px;
	background: rgba(0, 90, 125, 0.1);
}
.brandList-img img{
	width: 100%;
	height: 100%;
}
.brandList li p{
	line-height: 36px;
}
.supplier-title a{
	color: #333333;
	font-size: 18px;
	display: inline-block;
	max-width: 520px;
}
.supplier-title a:hover{
	color: #005a7d;
}
.brandList li:hover a p{
	color: #005a7d;
}
.xzr_more2 {
	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;*/
}

/*
vip展厅
*/
.banner {
	width: 100%;
	height: 650px;
	/*background-image: url("./static/images/banner.png");*/
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	position: relative;
}

.banner_wrapper {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.banner_wrapper_topbar {
	position: absolute;
	left: 0;
	top: 30px;
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	font-size: 12px;
	font-family: Microsoft YaHei, Microsoft YaHei-Regular;
	font-weight: 400;
	text-align: left;
	color: #ffffff;

}

.nolink {
	text-decoration: none;
	color: #ffffff;
}

.bwrn {
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.nav {
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	height: 80px;
	background: #ffffff;
	border-radius: 8px;
	position: absolute;
	left: 0;
	top: 62px;
}

.nav_left {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.header_brand_icon {
	width: 43px;
	height: 43px;
	margin-left: 16.63px;
	display: flex;
}

.nav_left p {
	margin-left: 10px;
	font-size: 20px;
	font-family: Microsoft YaHei, Microsoft YaHei-Bold;
	font-weight: 700;
	text-align: left;
	color: #333333;
	display: flex;
	line-height: 24px;
}

.nav_right {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	width: 800px;
}


.nav_right_lists_title {
	font-size: 16px;
	font-family: Microsoft YaHei, Microsoft YaHei-Regular;
	font-weight: 400;
	text-align: left;
	color: #333333;
	line-height: 24px;
	margin-left: 25px;
}

.nav_right_lists_title:first-child {
	margin-left: 0;
}


.banner_dots {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	z-index: 100;
	padding-bottom: 30px;
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.banner_dots_item {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, 0.25);
	margin-right: 18px;
}

.banner_dots_item_active {
	background-color: rgba(0, 0, 0, 0.65);
}



.nav_right_lists_title_active {
	color: #005a7d;
	position: relative;
}

.nav_right_lists_title_active::after {
	content: "";
	bottom: -10px;
	left: calc(50% - 17px);
	position: absolute;
	width: 34px;
	height: 5px;
	background: #005a7d;
}

/*
分页工具css
*/

.pagination {
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
	font-size: 14px;
	font-family: Microsoft YaHei, Microsoft YaHei-Regular;
	font-weight: 400;
	text-align: left;
	color: #666666;
	line-height: 46px;
	cursor: pointer;
	pointer-events: auto;
}

.pagination_last {
	width: 64px;
	height: 31px;
	background: #ffffff;
	border: 1px solid #dddddd;
	text-align: center;
	margin-left: 4px;
	margin-right: 4px;
}

.pagination_page {
	padding-left: 12px;
	padding-right: 12px;
	margin-left: 4px;
	height: 31px;
	line-height: 31px;
	background: #ffffff;
	border: 1px solid #dddddd;
}

.pagination_jump {
	width: 34px;
	height: 31px;
	background: #ffffff;
	border: 1px solid #dddddd;
	margin-left: 4px;
	margin-right: 4px;
}

.pagination_submit {
	width: 64px;
	height: 31px;
	background: #005a7d;
	font-size: 14px;
	font-family: Microsoft YaHei, Microsoft YaHei-Regular;
	font-weight: 400;
	color: #ffffff;
	line-height: 31px;
	text-align: center;
	margin-left: 12px;
}

.article_content {
	width: 100%;
	min-height: 881px;
	background: #ffffff;
	border-radius: 8px;
	margin-top: 21px;
	margin-bottom: 8px;
	box-sizing: border-box;

}

.info {
	width: 100%;
	margin: 0 auto;
}

.info_header {
	width: 100%;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 30px;
	font-family: Microsoft YaHei, Microsoft YaHei-Bold;
	font-weight: 700;
	margin-top: 49px;
	color: #333333;
}

.info_header_en {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-top: 17px;
}

.info_header_en_left {
	width: 150px;
	height: 1px;
	background: #dadada;
}

.info_header_en_title {
	font-size: 14px;
	font-family: Microsoft YaHei, Microsoft YaHei-Regular;
	font-weight: 400;
	text-align: left;
	color: #b0b0b0;
	margin: 0 54px;
}

.info_header_en_right {
	width: 150px;
	height: 1px;
	background: #dadada;
}

.info_main {
	margin-top: 40px;
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.info_main_cover {
	width: 770px;
	height: 450px;
	display: flex;
	border-radius: 20px;
}

.info_main_article {
	display: block;
	width: 430px;
	height: 450px;
	background: #ffffff;
	border-radius: 20px;
}

.info_main_article h3 {
	width: 100%;
	text-align: center;
	font-size: 24px;
	font-family: Microsoft YaHei, Microsoft YaHei-Bold;
	font-weight: 700;
	color: #333333;
	line-height: 24px;
	margin-top: 49px;

}

.info_main_article p {
	margin: 30px auto;
	width: 365px;
	text-indent: 28px;
	max-height: 150px;
	overflow: hidden;
	font-size: 14px;
	font-family: Microsoft YaHei, Microsoft YaHei-Regular;
	font-weight: 400;
	text-align: justifyLeft;
	color: #666666;
}

.info_main_more {
	float: right;
	width: 110px;
	height: 40px;
	background: #24597a;
	border-radius: 4px;
	font-size: 14px;
	font-family: Microsoft YaHei, Microsoft YaHei-Regular;
	font-weight: 400;
	text-align: center;
	color: #ffffff;
	line-height: 40px;
	margin-right: 34px;
	margin-top: 25px;
}

.info_main_trade {
	width: 1440px;
	overflow: hidden;
	position: relative;
}

.info_main_trade_left {
	position: absolute;
	left: -600px;
	top: 70px;
	width: 780px;
	border-radius: 15px;
	height: 426px;
}

.info_main_trade_right {
	position: absolute;
	right: -600px;
	top: 70px;
	width: 780px;
	border-radius: 15px;
	height: 426px;
}

#myswiper {
	position: relative;
	width: 790px;
	margin: 0 auto;
	overflow: hidden;
}

#myswiper .swiper-wrapper {
	width: 100%;
}

#myswiper .swiper-slide img {
	width: 790px;
	height: 430px;
	border-radius: 15px;
	object-fit: cover;
}

.swiper-slide-trade {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	width: 790px;

}

.swiper-slide-trade-left {
	font-size: 20px;
	font-family: Microsoft YaHei, Microsoft YaHei-Bold;
	font-weight: 700;
	text-align: left;
	color: #333333;
	margin-top: 10px;
}

.swiper-slide-trade-left p>a {
	font-size: 14px;
	font-family: Microsoft YaHei, Microsoft YaHei-Regular;
	font-weight: 400;
	text-align: left;
	color: #999999;
	margin-top: 9px;
}

.myswiper-wrapper-last {
	position: absolute;
	left: 0;
	top: 50%;
	background-color: blue;
}

.myswiper-wrapper-next {
	position: absolute;
	right: 0;
	background-color: red;
	top: 50%;
}

.swiper-button-prev1 {
	position: absolute;
	left: -85px;
	top: 45%;
	width: 60px;
	height: 60px;
	background: rgba(165, 165, 165, 0.3);
	border-radius: 50%;
	font-size: 14px;
	z-index: 100;
	text-align: center;
	line-height: 60px;
	cursor: pointer;

}

.swiper-button-prev1:hover {
	box-shadow: 0px 0px 15px #b1b1b1;
}

.swiper-button-prev2 {
	position: absolute;
	left: 230px;
	top: 45%;
	width: 60px;
	height: 60px;
	background: rgba(165, 165, 165, 0.3);
	border-radius: 50%;
	font-size: 14px;
	z-index: 100;
	text-align: center;
	line-height: 60px;
	cursor: pointer;
}

.swiper-button-prev2:hover {
	box-shadow: 0px 0px 15px #b1b1b1;
}

.swiper-button-next1 {
	position: absolute;
	right: -85px;
	top: 45%;
	width: 60px;
	height: 60px;
	background: rgba(165, 165, 165, 0.3);
	border-radius: 50%;
	font-size: 14px;
	z-index: 100;
	text-align: center;
	line-height: 60px;
	cursor: pointer;
}

.swiper-button-next1:hover {
	box-shadow: 0px 0px 15px #b1b1b1;
}

.swiper-button-next2 {
	position: absolute;
	right: 230px;
	top: 45%;
	width: 60px;
	height: 60px;
	background: rgba(165, 165, 165, 0.3);
	border-radius: 50%;
	font-size: 14px;
	z-index: 100;
	text-align: center;
	line-height: 60px;
	cursor: pointer;
}

.swiper-button-next2:hover {
	box-shadow: 0px 0px 15px #b1b1b1;
}

.info_main_album {
	width: 1198px;
	height: 600px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}


.mySwiper2 .swiper-slide {
	background-size: cover;
	background-position: center;
}

.mySwiper .swiper-slide {
	background-size: cover;
	background-position: center;
}

.mySwiper2 {
	width: 100%;
	height: 100%;

}

.mySwiper {
	width: 100%;
	height: 150px;
	box-sizing: border-box;
	padding: 20px 20px;
	border-radius: 0 0 20px 20px;
	background-color: rgba(0, 0, 0, 0.7) !important;
}

.mySwiper .swiper-slide {
	width: 25%;
	height: 100%;

}

.mySwiper .swiper-slide-thumb-active {
}

.mySwiper .swiper-slide img {
	display: block;
	width: 160px;
	height: 110px;
	object-fit: cover;
	border-radius: 10px;
}

.mySwiper2 .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 20px !important;
}

.albumthumbs-wrapper {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	z-index: 100;
}

.info_main_news {
	height: 570px;
	padding-top: 90px;
	width: 100%;
	background: rgba(36, 89, 122, 0.1);
	position: relative;
}

#newsswiper {
	position: relative;
	width: 1090px;
	margin: 0 auto;
}

#newsswiper .swiper-wrapper {
	width: 100%;
}

.swiper-slide-news-cover {
	width: 543px !important;
	border-radius: 0px 0px 0px 60px;
	height: 330px;
	display: flex;
}

.swiper-slide-news {
	display: flex;
	flex-direction: row;
}

.swiper-slide-news-content {
	width: 539px;
	height: 330px;
	background: #24597a;
	border-radius: 0px 60px 0px 0px;
	font-size: 14px;
	font-family: Microsoft YaHei, Microsoft YaHei-Regular;
	font-weight: 400;
	text-align: justifyLeft;
	color: #ffffff;
	line-height: 21px;
}

.swiper-slide-prev {
	opacity: 0.5;
}

/*.swiper-slide-next {
	opacity: 0.5;
}*/

.swiper-slide-prev .swiper-slide-news-content {
	background: #ffffff;

	font-size: 12px;
	font-family: Microsoft YaHei, Microsoft YaHei-Regular;
	font-weight: 400;
	text-align: justifyLeft;
	color: #0a0907;
}

.swiper-slide-news-content h2 {
	width: 451px;
	margin: 53px auto 0;
	font-size: 20px;
	font-family: Microsoft YaHei, Microsoft YaHei-Bold;
	font-weight: 700;
	text-align: left;
	color: #ffffff;
}
.swiper-slide-news-content h3 {
	width: 451px;
	margin: 25px auto 0;
	font-size: 14px;
	font-family: Microsoft YaHei, Microsoft YaHei-Bold;
	/*font-weight: 700;*/
	text-align: left;
	color: #ffffff;
}

.swiper-slide-news-content p {
	width: 451px;
	margin: 17px auto 0;
	font-size: 14px;
	font-family: Microsoft YaHei, Microsoft YaHei-Regular;
	font-weight: 400;
	text-align: left;
	color: #ffffff;
}

.swiper-slide-news-article {
	width: 451px;
	margin: 39px auto 0;
	text-indent: 28px;
}

.swiper-slide-news-button {
	width: 110px;
	height: 40px;
	border: 1px solid #dadada;
	border-radius: 4px;
	background-color: transparent;
	color: white;
	float: right;
	margin-right: 49px;
	margin-top: 30px;
	text-align: center;
	line-height: 40px;
}

.swiper-slide-prev .swiper-slide-news-button {
	display: none;
}

.swiper-pagination {

	width: 100% !important;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	position: absolute;
	bottom: 100px;
}

.swiper-pagination-customs {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #24597a;
	margin-left: 41px;
}

.swiper-pagination-customs:first-child {
	margin-left: unset;
}

.swiper-pagination-customs-activ {
	width: 39px !important;
	height: 39px;
	background: rgba(162, 170, 188, 0.00);
	border: 1px solid #24597a;
	line-height: 39px;
	font-size: 12px;
	font-family: Microsoft YaHei, Microsoft YaHei-Regular;
	font-weight: 400;
	text-align: center;
	color: #24597a;
}

.news_detail_con video{
	max-height:600px;
	background-color:#000
}

.nav_right_search i {
	font-size: 18px;
	color: black;
	font-weight: bold;
}

.nav_search {

	line-height: 36px;
	box-sizing: border-box;
	display: flex;
	font-size: 14px;
	font-family: Microsoft YaHei, Microsoft YaHei-Regular;
	font-weight: 400;
	text-align: left;
	color: #333333;
	margin-right: 20px;
	justify-content: space-between;
	position: relative;
}
.nav_search_box{
	display: flex;
	justify-content: space-between;
}

.nav_search_icon{
	margin-left: 17px;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	cursor: pointer;
}
.nav_right_search {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	position: absolute;
	top: 65px;
	right: -21px;
	cursor: pointer;
	/*鼠标变小手*/
	width: 350px;
	background: #ffffff;
	border-radius: 6px;
	height: 0;
	overflow: hidden;
	transition: height 0.36s ease;
}
.nav_right_search_btn{
	margin-left: 20px;
	background-color: rgba(36, 89, 122,0.8);
	text-align: center;
	line-height: 30px;
	color: white;
	font-size: 14px;
	width: 60px;
	border-radius: 5px;
}

.searchopen .nav_right_search {
	height: 50px !important;
}

.nav_right_search input {
	background-color: transparent;
	border-left: 1px solid rgb(168, 168, 168, 0.3);
	width:120px;
	height: 20px;
	font-size: 14px;
	font-family: Microsoft YaHei, Microsoft YaHei-Regular;
	font-weight: 400;
	text-align: left;
	color: #999999;
	line-height: 20px;
	color: rgba(102, 102, 102, 0.8);
	margin-left: 20px;
	padding-left: 20px;
}

.nav_right_search select {
	background-color: transparent;
	border: none;
	width: 80px;
	color: rgba(102, 102, 102, 0.8);
	margin-left: 20px;
	outline: none;
	font-size: 14px;
	font-family: Microsoft YaHei, Microsoft YaHei-Regular;
	font-weight: 400;
	text-align: center;
	color: #333333;

}
