
/*中间部分 begin*/
.main_nav{
	font-size: 12px;
	color: #666666;
	line-height: 48px;
	box-sizing: border-box;
	padding-left:20px ;
	background: url(../../img/drop_right.png) no-repeat;
	background-position: 7px 50%;
	/*cursor: pointer;*/
}
.main_nav a{
	color: #666666;
}
.main {
	width: 100%;
}

.main_up {
	margin-top: 28px;
	display: flex;
	justify-content: space-between;
}

.main_up_left {
	width: 336px;
}

.main_up_left_top {
	display: flex;
	flex-direction: column;
}

.main_up_left_top_switchSelect {
	height: 37px;
	background: #f2f2f2;
	display: flex;
	justify-content: space-around;
	position: relative;
	z-index: 1;
}

.main_up_left_top_switchSelect_option {
	margin-top: 8px;
	height: 30px;
	font-size: 16px;
	box-sizing: border-box;
	color: #333333;
	cursor: pointer;
	line-height: 30px;
	padding: 0 18px;
	border: 1px solid transparent;
	border-radius: 10px 10px 0 0;
	text-align: center;
}

.main_up_left_top_switchSelect_option:first-child {
	margin-left: 20px;
}

.main_up_left_top_switchSelect_option:last-child {
	flex: 1;
	margin-right: 20px;
}

.main_up_left_top_switchSelect_option.active {
	background: #FFFFFF;
	border-color: #DADADA;
	border-bottom-color: transparent;
}

.main_up_left_top_switchContent {
	border: 1px solid #DADADA;
	flex: 1;
	box-sizing: border-box;
}

.main_up_left_top_switchContent_option {
	height: 100%;
	display: none;
}

.main_up_left_top_switchContent_option:first-child {
	box-sizing: border-box;
	padding: 18px 0 15px;
}

.main_up_sign {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.main_up_item {
	margin-bottom: 12.5px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.main_up_item:last-child {
	margin-bottom: 0;
}

.main_up_item_title {
	font-size: 14px;
	color: #333333;
}

.main_up_item_input {
	width: 180px;
	height: 28px;
	box-sizing: border-box;
	border: 1px solid #c9c9c9;
	padding: 5px 10px;
	font-size: 14px;
}

.main_up_item_input:focus {
	border-color: #13426b;
}

.main_up_item_btns {
	padding-left: 78px;
	font-size: 14px;
	display: flex;
	align-items: center;
}

.main_up_item_btns_sign {
	width: 81px;
	height: 31px;
	color: #FFFFFF;
	background: #13426b;
	border-radius: 3px;
	border: 0;
	cursor: pointer;
	margin-right: 6px;
	font-weight: bold;
}

.main_up_item_btns_join {
	color: #13426b;
	padding: 8.5px 12px;
	background: url(../../img/red_right_arrow.png) no-repeat 100% 50% / 7px;
	font-weight: bold;
}


/*待写----------------------------------------------*/

.main_up_left_top_switchContent_option:last-child {
	background: gold;
}


/*待写----------------------------------------------*/

.main_up_left_top_switchContent_option.active {
	display: block;
}

.main_up_left_bottom {
	display: flex;
	flex-direction: column;
}

.main_up_left_bottom_listTitle {
	color: #333333;
	height: 39px;
	background: #f2f2f2;
	font-size: 16px;
	line-height: 39px;
	padding-left: 9px;
	box-sizing: border-box;
}

.main_up_left_bottom_list {
	height: 157px;
	box-sizing: border-box;
	border: 1px solid #DADADA;
	padding: 6px 14px 5px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.main_up_left_bottom_list_li {
	font-size: 14px;
	min-width: 48%;
	max-width: 48%;
	padding-left: 12px;
	box-sizing: border-box;
	background: url(../../img/outOfOrder.png) no-repeat 0% 50% / 5px;
}

.main_up_left_bottom_list_li:nth-child(even) {
	margin-left: 10px;
}

.main_up_left_bottom_list_li a {
	color: #333333;
	line-height: 24px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.main_up_left_bottom_list_li:hover {
	background: url(../../img/outOfOrder_active.png) no-repeat 0% 50% / 5px;
}

.main_up_left_bottom_list_li:hover a {
	color: red;
}

.main_up_right {
	width: 870px;
}

.main_up_right_title {
	font-size: 16px;
	color: #333333;
	background: #f2f2f2;
	height: 39px;
	line-height: 39px;
	padding-left: 8px;
	box-sizing: border-box;
}

.main_up_right_content {
	padding-top: 14px;
	display: flex;
}

.main_up_right_content_left {
	width: 515px;
	height: 327px;
	cursor: pointer;
}

.main_up_right_content_left img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: scale-down;
}

.main_up_right_content_left .swiper-pagination-bullet {
	background: #67778b;
	opacity: 1;
}

.main_up_right_content_left .swiper-pagination-bullet-active {
	background: #001e3f;
	opacity: 1;
}

.main_up_right_content_left .swiper-pagination {
	bottom: 16px;
	width: auto;
	right: 15px;
	left: auto;
}

.main_up_right_content_left_banner_mask {
	width: 100%;
	height: 73px;
	background: rgba(255, 255, 255, 0.8);
	position: absolute;
	bottom: 0px;
	font-size: 20px;
	color: #333333;
	padding: 4px 17px;
	font-weight: bold;
	line-height: 30px;
}

.main_up_right_content_right {
	width: 355px;
	padding-left: 19px;
}

.main_up_right_content_right_listItem {
	border-bottom: 1px solid #d9d9d9;
	line-height: 24px;
	padding: 1px 0;
}

.main_up_right_content_right_listItem a {
	font-size: 14px;
	color: #333333;
}

.main_up_right_content_right_listItem:hover a {
	color: red;
}

.main_up_right_content_right_listItem:first-child a {
	font-size: 20px;
	font-weight: bold;
	line-height: 27.5px;
}

.main_up_right_content_right_listItem a span {
	font-size: 12px;
	color: #999999;
}


/*中间列表部分 begin*/

.main_center {
	display: flex;
	justify-content: space-between;
	margin-bottom: 32px;
}

.main_center_left {
	width: 336px;
}

.main_center_left_title {
	font-size: 16px;
	color: #333333;
	line-height: 43px;
	padding-left: 14px;
	box-sizing: border-box;
	background: #F2F2F2;
}

.main_center_left_list {
	border: 1px solid #e1e1e1;
}


/*左侧列表 ------*/

.main_center_left_list_item {
	display: flex;
	line-height: 31px;
	border-bottom: 1px solid #E1E1E1;
}

.main_center_left_list_item:nth-child(odd) {
	background: #f3f3f3;
	height:30px;
}

.main_center_left_list_item:last-child {
	border-bottom: 0;
}

.main_center_left_list_item:hover {
	background: #e8e8e8;
}

.main_center_left_list_first_item {
	font-weight: bold;
	font-size: 14px;
	color: #666666;
}

.main_center_left_list_item_name {
	padding-left: 31px;
	background: url(../../img/square.jpg) no-repeat;
	background-size: 3px;
	background-position: 15px 50%;
	width: 100%;
	box-sizing: border-box;
	cursor: pointer;
}

.main_center_left_list_item:hover .main_center_left_list_item_name{
	background: url(../../img/square_active.jpg) no-repeat;
	background-size: 3px;
	background-position: 15px 50%;
}

.main_center_left_list_item_data{
	padding-left: 14px;
	flex: 1;
}


.main_center_left_list_more {
	cursor: pointer;
	height: 47px;
	font-size: 12px;
	color: #666666;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #E1E1E1;
	border-top: 0;
}

.main_center_left_list_more:hover {
	color: red;
}


/*左侧列表 ------*/

.main_center_right {
	width: 870px;
	height: 1141px;
}
.main_center_right_title{
	font-size: 16px;
	color: #333333;
	line-height: 43px;
	background: #f2f2f2;
	padding: 0 11px;
	margin-bottom: 25px;
}
.main_center_right_more{
	font-size: 12px;
	color: #666666;
	float: right;
	padding: 0px 4px;
}
.main_center_right_list_top{
	margin-bottom: 25px;
}
.main_center_right_list_bottom{
	
}
.main_center_right_list_item{
	line-height: 29px;
	height: 30.3px;
	border-bottom: 1px solid #E1E1E1;
	box-sizing: border-box;
	display: flex;
}
.main_center_right_list_item a{
	display: flex;
	height: 100%;
	width: 100%;
}
.main_center_right_list_item p{
	box-sizing: border-box;
	font-size: 14px;
	color: #333333;
	width: 33%;
	text-align: center;
}

.main_center_right_list_item p:nth-child(1){
	text-align: left;
	padding-left:24px;
	color: #13426b;
	font-weight: bold;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url(../../img/outOfOrder.png) no-repeat;
    background-size: 5px;
    background-position: 9px 50%;
}
.main_center_right_list_item:hover p:nth-child(1){
	background: url(../../img/outOfOrder_active.png) no-repeat;
    background-size: 5px;
    background-position: 9px 50%;
}
.main_center_right_list_item p:nth-child(2){

	padding-left:30px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.main_center_right_list_item p:nth-child(3){

	padding-left:28px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.main_center_right_list_fist_item{
	line-height: 31px;
	background: #13426b;
	border-bottom: 0;
}
.main_center_right_list_fist_item.main_center_right_list_item p{
	font-size: 14px;
	color: #FFFFFF;
	font-weight: normal;
}
.main_center_right_list_fist_item.main_center_right_list_item p:nth-child(1){
	background: none;
}

.main_bottom{
	display: flex;
	justify-content: space-between;
}
.main_bottom_item{
	width: 292px;
	height: 177px;
	position: relative;
	margin-top: 32px;
	margin-bottom: 31px;
}
.main_bottom_item_img{
	position: absolute;
	display: block;
	width: 100%;
}
.main_bottom_item_p{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 33px;
	line-height: 33px;
	font-size: 16px;
	color: #333333;
	background: #d5dde4;
	text-align: center;
	overflow: hidden;
	box-sizing: border-box;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding:0 5px;
}



.shl-cur {
	background: url(../../img/shl-cur.png) no-repeat left center;
	padding-left: 10px;
	color: #666666;
	height: 48px;
	line-height: 48px;
}
.shl-cur a{
	color: #666666;
}
.shl-main {
	display: flex;
	justify-content: space-between;
	margin-bottom: 25px;
}

.shl-main-left {
	width: 870px;
	padding-bottom: 16px;
}

.shl-main-right {
	width: 336px;
	background-color: #F2F2F2;
}

.shl-news {
	width: 100%;
}

.shl-news-item {
	display: flex;
	align-items: center;
	padding: 12px 0px;
	border-bottom: 1px solid #D9D9D9;
}
.shl-news-item a{
	display: block;
	width: 100%;
}
.shl-news-item-left {
	width: 220px;
	height: 140px;
	min-width: 220px;
	overflow: hidden;
	margin-right: 22px;
}

.shl-news-item-left img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.shl-news-item-right {
	font-size: 14px;
	color: #333;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.shl-news-sellname {

	line-height: 40px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: 18px;
	padding-left: 10px;
	max-width: 710px;
}

.shl-news-sellname a {
	color: #333333;
}

.shl-news-sellname:hover {
	color: red;
}

.shl-news-selldate {
	height: 24px;
	line-height: 24px;
	color: #999;
	min-width: 140px;
}

.shl-news-sellprice {
	height: 48px;
	line-height: 24px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-top: 5px;
}

.shl-fanye {
	display: flex;
	padding-top: 30px;
	font-size: 14px;
	justify-content: center;
}

.shl-fan-hui {
	background-color: #ECEDEF;
	color: #D9D9D9;
}

.shl-fan-item {
	border: 1px solid #D9D9D9;
	text-align: center;
	border-radius: 3px;
	min-width: 32px;
	height: 32px;
	line-height: 32px;
	margin-right: 3px;
	/*padding-left: 5px;
	padding-right: 5px;*/
	cursor: pointer;
}
.shl-fan-item a{
	color: #333333;
	display: block;
	padding: 0px 5px;
}
.shl-fan-more {
	text-align: center;
	border-radius: 3px;
	min-width: 32px;
	height: 32px;
	line-height: 32px;
	margin-right: 3px;
	padding-left: 5px;
	padding-right: 5px;
}

.shl-current {
	border: none;
	background:#11497b;
	color: #FFFFFF;
}
.shl-current a{
	color: #FFFFFF;
}

.shl-fan-goto {
	padding-left: 20px;
	color: #666;
	line-height: 32px;
}

.shl-fan-input {
	padding-left: 5px;
	padding-right: 5px;
}

.shl-fan-input input {
	width: 50px;
	height: 32px;
	box-sizing: border-box;
	border: 1px solid #D9D9D9;
	padding: 5px 10px;
	font-size: 14px;
	border-radius: 3px;
}

.shl-right-title {
	color: #333333;
	height: 39px;
	background: #f2f2f2;
	font-size: 16px;
	line-height: 39px;
	padding-left: 20px;
	box-sizing: border-box;
	font-weight: bold;
}

.shl-right-list {
	box-sizing: border-box;
	border: 1px solid #DADADA;
	padding: 14px 14px 20px;
	background-color: #FFF;
	font-size: 14px;
	line-height: 24px;
}

.shl-right-list1 {
	box-sizing: border-box;
	border-top: 1px solid #DADADA;
	border-left: 1px solid #DADADA;
	border-right: 1px solid #DADADA;
	background-color: #FFF;
	font-size: 14px;
}

.shl-right-item {
	padding-top: 10px;
}

.shl-right-item1 {
	padding-top: 20px;
	font-weight: bold;
}

.shl-right-item span {
	color: #13426B;
	font-weight: bold;
}

.shl-right-indus {
	padding-left: 30px;
	box-sizing: border-box;
	background: url(../../img/shl-cur.png) no-repeat;
	background-position: 14px center;
	line-height: 36px;
	border-bottom: 1px solid #D9D9D9;
	cursor: pointer;
}

.shl-right-indus {
	color: #333;
}

.shl-right-indus:hover {
	color: red;
}

.shl-right-item-li a {
	color: #333333;
	padding-left: 14px;
	box-sizing: border-box;
	background: url(../../img/outOfOrder.png) no-repeat;
	background-position: left 10px;
	font-weight: bold;
	height: 48px;
	line-height: 24px;
	text-overflow: ellipsis;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.shl-right-item-li a:hover {
	color: red;
	padding-left: 14px;
	box-sizing: border-box;
	background: url(../../img/outOfOrder_active.png) no-repeat;
	background-position: left 10px;
	font-weight: bold;
	height: 48px;
	line-height: 24px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.shl-hotnews-time {
	font-size: 12px;
	color: #999;
	padding-left: 14px;
}

.shl-right-item-left {
	width: 68px;
	height: 68px;
	min-width: 68px;
	overflow: hidden;
	border: 1px solid #E0E0E0;
	margin-right: 12px;
}

.shl-right-item-left img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.shl-right-item-right {
	font-size: 14px;
	color: 333;
}

.shl-right-sellname {
	font-weight: bold;
	height: 24px;
	line-height: 24px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.shl-right-selldate {
	height: 24px;
	line-height: 24px;
}

.shl-right-sellprice {
	height: 24px;
	line-height: 24px;
}

.shl-right-sellprice span {
	color: #D80B18;
	font-weight: bold;
}

.shl-tu {
	display: flex;
}

.shl-tu-left {
	width: 300px;
	min-width: 300px;
	overflow: hidden;
}

.shl-tu-detaile {
	border-top: 1px solid #E0E0E0;
	border-left: 1px solid #E0E0E0;
	border-right: 1px solid #E0E0E0;
	width: 100%;
	box-sizing: border-box;
}

.shl-tu-tit {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	padding: 30px 15px;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #E1E1E1;
}

.shl-tu-titleft {
	width: 4px;
	min-width: 4px;
	background-color: #13426B;
	margin-right: 10px;
	height: 16px;
}

.shl-tu-price {
	background-color: #F2F2F2;
	border-bottom: 1px solid #E1E1E1;
}

.shl-tu-other {
	border-bottom: 1px solid #E0E0E0;
}

.shl-tu-flex {
	display: flex;
	align-items: center;
	line-height: 42px;
}

.shl-tu-deleft {
	width: 135px;
	min-width: 135px;
	font-size: 14px;
	color: #999;
	border-right: 1px solid #E1E1E1;
	padding-left: 18px;
}

.shl-tu-deright {
	font-size: 14px;
	color: #333;
	padding-left: 13px;
}

.shl-tu-spanred1 {
	font-size: 18px;
	color: #D80B18;
	font-weight: bold;
}

.shl-tu-spanred2 {
	font-size: 30px;
	color: #D80B18;
}

.shl-tu-btn {
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
	width: 120px;
	height: 44px;
	line-height: 44px;
	background-color: #13426B;
	border-radius: 3px;
	text-align: center;
	margin: 0 auto;
	margin-top: 25px;
}

.shl-request-btn {
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
	width: 120px;
	height: 44px;
	line-height: 44px;
	background-color: #13426B;
	border-radius: 3px;
	text-align: center;
	margin: 0 auto;
	margin-top: 15px;
}

.shl-miaoshu {
	margin-top: 0px;
	width: 100%;
}

.shl-miaoshu-tit {
	font-size: 16px;
	color: #000;
	background: #f2f2f2;
	height: 39px;
	line-height: 39px;
	padding-left: 18px;
	box-sizing: border-box;
	margin-bottom: 25px;
}

.shl-miaoshu-con {
	padding: 0;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 24px;
	position: relative;
	height: 328px;
	overflow: hidden;
	margin-top: 20px;
}

.shl-miaoshu-con img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.shl-po-layet {
	position: absolute;
	z-index: 100;
	top: 0;
	right: 0;
	width: 360px;
	height: 100%;
	background-color: rgba(66, 66, 66, 0.95);
	box-sizing: border-box;
	color: #FFF;
	padding: 40px;
}

.shl-po-p1 {
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	height: 60px;
}

.shl-po-p2 {
	font-size: 12px;
	padding-top: 20px;
}

.shl-po-p3 {
	padding-top: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.shl-right-indus {
	padding-left: 30px;
	box-sizing: border-box;
	background: url(../../img/shl-cur.png) no-repeat ;
	background-position:14px center;  line-height:36px; border-bottom:1px solid #D9D9D9;
	cursor: pointer;
	position: relative;
}
.shl-right-indus-after{
    width: 50px;
    height: 36px;
    background: url(../../img/jump.png) no-repeat;
    background-size: 15px;
    background-position: center;
    position: absolute;
    z-index: 16;
    right: 10px;
    top: 0px;
}
.shl-right-indus-after:hover{
	background: url(../../img/jump_active.png) no-repeat;
    background-size: 15px;
    background-position: center;
}

.shl-right-indus.active{
	background: url(../../img/shl-cur-bottom.png) no-repeat ;
	background-position:12px center;
}

.zwd_indus_box{
	width: 100%;
	padding: 20px;
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #D9D9D9;
}
.zwd_indus_box a{
	padding: 3px 10px;
    margin: 5px 5px;
    line-height: 20px;
    border-radius: 5px;
    background: #dedede;
    color: #13426b;
    cursor: pointer;
    font-size: 12px;
}
.zwd_indus_box a:hover{
	color: #FFFFFF;
	background:#13426B;
}


.display_none{
	display: none;
}