/*首页样式*/
.header{
	height: 46px;
	line-height: 46px;
	font-size: 18px;
}

.header a {
	cursor: pointer;
	margin-right: 15px;
}

.header a:hover{
	color: #ff2d52;
}

.header img{
	width: 25px;
	height: 25px;
	vertical-align: middle;
}

/* .header .w-1200 .left-text{
	margin-left: 150px;
} */

.main-search{
	margin-top: 66px;
}

.top-img{
	min-width:1200px;
	height: 224px;
	background-image: url(../img/top_bg.jpg);
	background-size: 100% 100%;
	
}
/*搜索*/
.search-box{
	display: inline-block;
	margin-left: 350px;
}

.search{
	/*边框的高度没有从设置的高度中减去*/
	border: 2px solid #ff8300;
	height: 40px;
	line-height: 40px;
	clear: both;
}

.search-bt{
	border: 0;
	margin-left: 15px;
	display: block;
	height: 38px;
}

.search-input{
	width: 430px;
	height:40px;
	border: 0;
	display: block;
	float: left;
	font-size: 16px;
	padding-left: 30px;
	background: url(../img/search.png) no-repeat 8px center;
	color: #FFF;
}

.search-input::-webkit-input-placeholder { /* WebKit browsers */
　　color:#fff;
}

.search-input::-moz-placeholder { /* Mozilla Firefox 4 to 18 */
　　color:#fff;
}
.search-input:-moz-placeholder { /* Mozilla Firefox 19+ */
　　color:#fff;
}

.search-input:-ms-input-placeholder { /* Internet Explorer 10+ */
　　color:#fff;
}
 
.search-text a {
	color: #fff;
	font-size: 13px;
}

.search-text span{
	color: #fff;
	font-size: 13px;
}


.search-box-new{
	display: inline-block;
}


.search-new {
	/*边框的高度没有从设置的高度中减去*/
	border: 2px solid #000093;
	height: 36px;
	line-height: 36px;
	clear: both;
	margin-top: 2px;
}

.search-bt-new {
	border: 0;
	display: block;
	height: 32px;
	background-color: #000093;
}

.search-input-new {
	width: 165px;
	height:32px;
	border: 0;
	display: block;
	float: left;
	font-size: 16px;
	padding-left: 40px;
	background: url(../img/search_bg_02.png) no-repeat 8px center #FFFFFF;
}

/*导航*/
.main-nav{
	min-width:1200px;
	height: 40px;
	color: white;
	line-height: 40px;
	font-size: 14px;
}

.nav-left{
	width: 200px;
	position: relative;
}

.nav-left-title{
	text-align: center;
	color: #000;
	font-size: 16px;
}

.nav-left-lists{
	position: absolute;
	width: 100%;
	display: none;
	background: #fff;
	z-index: 999;
	/* overflow: scroll;
	overflow-x: hidden; */
	/* border-left: 1px solid #EC193E;
	border-bottom: 1px solid #EC193E; */
	height: 424px;
}

.nav-left.static .nav-left-lists{
	display: block;
	
}

.nav-left:hover .nav-left-title, .nav-left.static .nav-left-title{
	background: #ff6100;
}

.nav-left:hover .nav-left-lists{
	display: block;
}

.nav-left-lists .list{
	height: 40px;
	line-height: 40px;
	padding: 0 20px 0 30px;
	font-size: 14px;
	cursor: pointer;
}

.nav-left-lists .list a {
	text-decoration: none;
}

.nav-left-lists .list:hover{
	background: #ffe4dc;
}

.list a {
	text-decoration: none;
}

.text-graylight {
	color: #333333;
	text-decoration: none;
}

.nav-left-lists .list a.text-graylight:hover{
	color: #ff0000;
}

/* .nav-left-lists .list.active .nav-left-detail{
	display: block;
} */

.nav-left-lists .list:hover .nav-left-detail{
	display: block;
}

.nav-left-detail{
	width: 780px;
	height: 424px;
	background: #fff;
	position: absolute;
	z-index: 10;
	top: 0;
	left: 200px;
	display: none;
	overflow: hidden;
}

.nav-left-detail .left{
	width: 50%;
	height: 100%;
	color: #000000;
	float: left;
	padding: 20px 10px;
	overflow: scroll;
	overflow-x: hidden;
}

.nav-left-detail .right{
	width: 50%;
	height: 100%;
	color: #000000;
	float: left;
	padding: 20px 10px;
	overflow: scroll;
	overflow-x: hidden;
}

.nav-left-detail .right .title{
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #999999;
	font-size: 14px;
}

.nav-left-detail .right ul{
	width: 100%;
	height: calc(100% - 30px);
}

.nav-left-detail .right ul li{
	float: left;
	width: 50%;
	height: auto;
	padding: 5px;
}

.nav-left-detail .right ul li .img{
	width: 95%;
	height: 145px;
	display: flex;
	justify-content: center;
	align-items: center;
	float: left;
	background-color: #ccc;
}

.nav-left-detail .right ul li .img img{
	width: 85%;
	height: 85%;
}

.nav-left-detail .right ul li span{
	font-size: 12px;
	line-height: 30px;
	width: 100%;
	height: 30px;
	color: #666666;
	text-align: center;
	float: left;
}


.detail-list{
	width: 100%;
	color: #000000;
	margin-bottom: 10px;
}

.detail-list .title{
	height: 25px;
	line-height: 25px;
	border-bottom: 1px solid #F0F0F0;
}

.detail-list .titleNews {
	height: 25px;
	line-height: 25px;
	font-weight: 600;
	font-size: 14px;
	color: #FFFFFF;
}

.detail-list-item{
	line-height: 20px;
	font-size: 12px;
	color: #666666;
}

.detail-list-item a{
	margin-right: 15px;
	text-decoration: none;
}

.detail-list-item-news {
	line-height: 20px;
	font-size: 12px;
	color: #666666;
}

.detail-list-item-news a {
	margin-right: 10px;
	text-decoration: none;
}

.detail-list-item-news a:hover {
	
	font-weight: 600;
}

.detail-list-item a:hover{
	color: #EC193E;
	text-decoration: underline;
}


.nav-right .list{
	width: auto;
	float: left;
	text-align: center;
	font-size: 16px;
	padding: 0 20px;
}

.nav-right-active {
	background-color: red;
	font-weight: 800;
}

.nav-right .list a{
	color: #000;
}

.nav-right .list:hover{
	background-color: #ff6100;
}

/*图文块封装*/
.desc-img-box .img{
	max-width: 100%;
	max-height: 100%;
}
/*一行文本超出隐藏*/
.desc-img-box .title{
	overflow: hidden;
	color: #333;
	line-height: 20px;
	font-size: 13px;
	height: 20px;
}
/*两行文本超出隐藏*/
.desc-img-box .title.two{
	height: 40px;
}

.desc-img-box .price {
	font-size: 16px;
	color: red;
	font-weight: 700;
    font-family: arial,sans-serif;
    line-height: 30px;
    height: 30px;
}

.desc-img-box .origin{
	color: #666;
	font-size: 12px;
	text-decoration: line-through;
	margin-left: 10px;
}


/*底部*/
.last{
	width: 100%;
	height: auto;
	border-top: 2px solid #E0E0E0;
}

.last-top{
	height: auto;
}

.last-top-img{
	height: 140px;
	padding: 40px 52px;
}

.last-top-img .list{
	width: 164px;
	height: 62px;
	margin-right: 54px;
}

.last-top-img .list .img{
	width: 60px;
	height: 60px;
	line-height: 60px;
	background-image: url(../img/yuan.png);
}

.last .last-bottom{
	position: relative;
}

.last-bottom-left{
	width: 955px;
	padding-left: 13px;
	border-right: 1px solid #dbdbdb;
	margin-top: 25px;
	margin-bottom: 10px;
}

.last-bottom-left .list{
	width: 100%;
	height: 28px;
}

.last-bottom-left .list a{
	width: 56px;
	height: 14px;
	margin-right: 138px;
	font-size: 14px;
	color: #333;
}

.last-bottom-left .list a.last-a{
	margin-right: 90px;
}

.last-bottom-left .content{
	width: 20%;
	margin-top: 7px;
}

.last-bottom-left .content .content-list{
	font-size: 12px;
	margin-top: 10px;
}

.last-bottom-left .content.final{
	margin-right: 45px;
}

.last-bottom-right{
	width: 244px;
	height: 120px;
	padding: 19px 33px;
	position: absolute;
	right: 0;
}

.last-bottom-right .tal{
	width: 176px;
	height: 20px;
	font-size: 20px;
	text-align: center;
}

.last-bottom-right .time{
	width: 176px;
	height: 14px;
	text-align: center;
	font-size: 14px;
	margin-top: 15px;
}

.last-bottom-right .text{
	width: 176px;
	height: 12px;
	text-align: center;
	font-size: 12px;
	margin-top: 15px;
}

 .last .finish {
	width: 100%;
	height: 180px;
	background: #343434;
	background: url("../img/bg-8.png");
	font-size: 13px;
	color: #FFFFFF;
}

 .last .finish a {
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
}
 .last .finish p {
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
}

.last .finish .finish-content {
	padding-top: 15px;
	padding-bottom: 15px;
}

.last .finish .f_content_div {
	float: left;
	width: 33%;
}

.last .finish .f_content_div li {
	line-height: 32px;
	height: 32px;
}

.last .finish .f_content_div p {
	line-height: 30px;
	height: 30px;
}

.last .finish .f_content_div li i {
	padding: 0px 5px;
}

.last .finish .finish-content .box{
	width: 100%;
	display: flex;
	justify-content: center;
}

.last .finish .finish-content .box .text{
	width: 232px;
	font-size: 12px;
	color: #fff;
	margin-left: 15px;
	text-align: center;
	margin-top: 8px;
}

.last .finish .whatLogo li {
	float: left;
	width:120px;
	text-align: center;
}

/*猜你喜欢*/
.like{
	height: 57px;
	margin-top: 13px;
	/* border-bottom: 2px solid #FF2D52; */
}

.like-left{
	line-height: 57px;
	font-size: 28px;
}

.refresh {
	padding-top: 10px;
	color: #5B5B5B;
	font-size: 14px;
	font-weight: 600;
}
.refresh:hover{
	color: #FF2D52;
}

.like-content{
	height: 355px;
	padding: 16px 10px;
	background: #fff;
	/* border: 1px solid #CCCCCC; */
	margin-bottom: 25px;
}

.like-content-news{
	padding: 16px 10px;
	background: #fff;
	margin-bottom: 25px;
}

.like-content .like-content-list{
	width: 232px;
	height: 322px;
	padding: 10px;
	cursor: pointer;
	/* border: 1px solid #ccc; */
}

.like-content-news .like-content-list{
	width: 232px;
	height: 300px;
	padding: 10px;
	padding-top: 15px;
	background-color: #ECF5FF;
}

.like-content .like-content-list .img{
	width: 210px;
	height: 210px;
}
.like-content-news .like-content-list .img{
	width: 210px;
	height: 210px;
}