
body,html{
	width: 100%;
	height: 100%;
}

.wrapper{
	width: 100%;
	/*height: 100%;*/
  	min-height: calc(100vh - 40px);
}


/*ËÑË÷*/
.searchBox{
	width: 100%;
	height: 100px;
	/*background: red;*/
}
.searchBox.flexDiv{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 666;
	box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.08);
}
.searchBox .searchCont{
	width: 1200px;
	height: 100px;
	margin: 0 auto;
	background: #fff;
	box-sizing: border-box;
	padding-top: 32px;
	position: relative;
}
.searchBox .searchCont .cnmologo{
	display: block;
	width: 112px;
	height: 40px;
	margin-right: 20px;
	background: url(../images/logo.png)no-repeat;
	background-size: 100% 100%;
	float: left;
}
.searchBox .searchCont .searInput{
	float: left;
	width: 572px;
	height: 40px;
	background: #FFFFFF;
	border-radius: 6px;
	border: 1px solid #E4E4E4;
	/*overflow: hidden;*/
}
.searchBox .searchCont .searInput .input{
	border:0 ;
	width: 484px;
	height: 38px;
	font-size: 16px;
	color: #333;
	box-sizing: border-box;
	padding: 11px 15px;
	float: left;
	margin-left: 1px;
	border-radius: 6px;
}
.searchBox .searchCont .searInput .searchBtn{
	float: right;
	width: 86px;
	height: 40px;
	background: #EB2E2E;
	border-radius: 0px 6px 6px 0px;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
	color: #fff;
	font-size: 18px;
	margin-top: -1px;
	margin-right: -1px;
	border: 0;
}
.searchBox .searchCont .relevant{
	position: absolute;
    top: 70px;
    left: 132px;
	width: 486px;
	height: auto;
	overflow-y: auto;
	overflow-x: hidden;
	border: 1px solid #E4E4E4;
	z-index: 366;
	display: none;
}
.searchBox .searchCont .relevant ul{
	width: 100%;
	height: 100%;
	background: #fff;
}
.searchBox .searchCont .relevant ul li{
	width: 100%;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	color: #333;
	text-align: left;
	box-sizing: border-box;
	padding: 0 17px;
	background: #fff;
}
.searchBox .searchCont .relevant ul li a{
	width: 100%;
	display: block;
	height: 100%;
}
.searchBox .searchCont .relevant ul li span:last-child{
	float: right;
	color: #EB2E2E;
}
.searchBox .searchCont .relevant ul li:hover{
	background: #F9F9F9;
}


 /*ÄÚÈÝ¿ªÊ¼*/
 .ContentArea{
  	overflow:hidden;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	background: #fff;
	min-height: 100%;
    box-sizing: border-box;
    margin-top: -12px;
    position: relative;
    z-index: 55;
}
.contentBox{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	/*background: green;*/
}
.ContentArea .contentBox .RelatedResults{
	width: 100%;
	height: 17px;
	font-size: 12px;
	font-weight: 400;
	color: #858585;
	line-height: 17px;
	text-align: left;
}
.ContentArea .contentBox .RelatedResults .red{
	color: #eb2e2e;
}
.contentBox .brandBox{
	width: 704px;
	height: auto;
	background: #FFFFFF;
	border-radius: 4px;
	border: 1px solid #E9E9E9;
	box-sizing: border-box;
	padding: 20px 24px 10px 24px; 
	margin-top: 19px;
}
.contentBox .brandBox .bOne{
	width: 100%;
	margin-bottom: 19px;
	height: auto;
	overflow: hidden;
}
.contentBox .brandBox .bOne .boImg{
	float: left;
	width: 148px;
	height: 50px;
	background: #FFFFFF;
	border-radius: 4px;
	border: 1px solid #E9E9E9;
	box-sizing: border-box;
	margin-right: 22px;
}
.contentBox .brandBox .bOne.bOneNew .boImg{
	float: left;
	width: 148px;
	height: 111px;
	background: #FFFFFF;
	border-radius: 4px;
	border: 1px solid #E9E9E9;
	box-sizing: border-box;
	margin-right: 22px;
	overflow: hidden;
	/*display: flex;
    align-content: stretch;
    justify-content: center;
    align-items: center;*/
}
.contentBox .brandBox .bOne.bOneNew .boImg img{
	display: block;
	width: 100%;
	height: 100%;
	/*margin: 5px auto 0;*/
	margin: 0px auto 0;
}
.contentBox .brandBox .bOne .boImg img{
	display: block;
	margin: 5px auto 0;
}
.contentBox .brandBox .bOne .bOname{
	float: left;
	width: 479px;
	margin-top: 3px;
	font-size: 16px;
	font-weight: 600;
	color: #EB2E2E;
	line-height: 22px;
	margin-bottom: 6px;
	text-align: left;
}
.contentBox .brandBox .bOne .bOname a{
	color: #EB2E2E;
}
.contentBox .brandBox .bOne.bOneNew .bOname{
	margin-bottom: 9px;
}
.contentBox .brandBox .bOne .bOname .spanRight{
	float: right;
}
.contentBox .cubane_hilight{
	float: none !important;
}
.contentBox .brandBox .bOne .bBq{
	width: 479px;
	height: 17px;
	overflow: hidden;
	float: left;
}
.contentBox .brandBox .bOne .parameter{
	float: left;
	width: 479px;
	height: 24px;
	font-size: 12px;
	line-height: 24px;
	color: #333;
}
.contentBox .brandBox .bOne .parameter span{
	float: left;
	margin-right: 30px;
}
.contentBox .brandBox .bOne .parameter .parA{
	float: left;
	color: #eb2e2e;
}
.contentBox .brandBox .bOne.bOneNew .bBq{
	margin-top: 13px;
}
.contentBox .brandBox .bOne .bBq span{
	font-size: 12px;
	font-weight: 400;
	color: #333333;
	line-height: 17px;
	float: left;
	margin-right: 26px;
	text-decoration:underline;
}
.contentBox .brandBox .bOne .bBq span span{
	margin-right:0 ;
}
.contentBox .brandBox .hxian{
	width: 100%;
	height: 1px;
	background: #E9E9E9;
}
.contentBox .brandBox ul{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 12px;
	margin-bottom: 11px;
}
.contentBox .brandBox ul li{
	width: 100%;
	height: 31px;
	line-height: 31px;
}
.contentBox .brandBox ul li .liOne{
	float: left;
	width: 60%;
	height: 31px;
	overflow: hidden;
	font-size: 14px;
	color: #333;
	text-align: left;
}
.contentBox .brandBox ul li .title{
	font-weight: 600;
	color: #333 !important;
}
.contentBox .brandBox ul li .liTwo{
	float: left;
	width: 25%;
	height: 31px;
	overflow: hidden;
	font-size: 14px;
	color: #EB2E2E;
	text-align: center;
}
.contentBox .brandBox ul li .liTwo a{
	color: #eb2e2e;
}
.contentBox .brandBox ul li .liThree{
	float: right;
	width: 15%;
	height: 31px;
	overflow: hidden;
	font-size: 14px;
	color: #333;
	text-align: right;
}
.contentBox .brandBox .bAll{
	width: 100%;
	text-align: left;
	margin-top: 10px;
	font-size: 14px;
	font-weight: 400;
	color: #0000CC;
	line-height: 31px;
	display: block;
}
.contentBox .brandBox .bAll a{
	color: #0000CC;
}
.contentBox .SearchResult{
	width: 704px;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.contentBox .SearchResult li{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 20px;
}
.contentBox .SearchResult li h2{
	width: 100%;
	height: 25px;
	font-size: 18px;
	font-weight: 400;
	color: #0000CC;
	line-height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	margin-bottom: 14px;
	text-align: left;
	float: left;
}
.contentBox .SearchResult li h2 span{
	color: #eb2e2e;
}
.contentBox .SearchResult li .srImg{
	float: left;
	position: relative;
	width: 160px;
	height: 100px;
	border-radius: 4px;
	overflow: hidden;
	margin-right: 27px;
}
.contentBox .SearchResult li:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.contentBox .SearchResult li .srImg img{
	width: 100%;
	height: 100%;
	-webkit-transition: -webkit-transform .5s ease;
    -ms-transition: -ms-transform .5s ease;
    -moz-transition: -moz-transform .5s ease;
    -o-transition: -o-transform .5s ease;
    transition: transform .5s ease;
}
.contentBox .SearchResult li .srImg span{
	display: block;
	position: absolute;
	width: auto;
	height: 20px;
	background: rgba(0, 0, 0, .69);
	border-radius: 4px;
	padding: 0 8px;
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	text-align:center;
	left: 10px;
	bottom: 10px;
}
.contentBox .SearchResult li .contentPP{
	width: 517px;
	height: 58px;
	font-size: 14px;
	font-weight: 400;
	color: #515151;
	line-height: 29px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 22px;
	text-align: left;
}
.contentBox .SearchResult li .SRtime{
	font-size: 14px;
	font-weight: 400;
	color: #717171;
	line-height: 29px;
	float: left;
}



/*·ÖÒ³Æ÷*/
.navCont{
	width: 704px;
	margin-bottom: 37px;
}
.box{
	display: block;
	margin: 0 auto;
	text-align: center;
	margin-top: 0px !important;
}
.box .page{
	height: 34px;
	line-height: 34px;
}

.box .page a {
	font-size: 14px;
	padding: 4px 10px;
	background: #fff;
	border: 1px solid #c5b7b7;
	color: #888;
	margin: 0 3px;
	text-decoration: none;
    padding-right: 0.9em;
    padding-left: 0.9em;
    padding-bottom: 0.4em;
    margin: 2px;
    color: #fff;
    padding-top: 0.4em;
    border: 1px solid #e1e1e1;
    color: #808080;
    background-color: #fff;
    text-decoration: none;
    border-radius: 3px;
}
.no_link,.cur{
	font-size: 14px;
	padding: 4px 10px;
	background: #fff;
	border: 1px solid #c5b7b7;
	color: #888;
	margin: 0 3px;
	text-decoration: none;
    padding-right: 0.9em;
    padding-left: 0.9em;
    padding-bottom: 0.4em;
    margin: 2px;
    color: #fff;
    padding-top: 0.4em;
    border: 1px solid #e1e1e1;
    color: #808080;
    background-color: #fff;
    text-decoration: none;
    border-radius: 3px;
}
.cur{
	border-color: #ec2e2e;
	color: #fff;
	text-decoration: none;
	background-color: #ec2e2e;
}
.box .page a:hover {
	border-color: #ec2e2e;
	color: #fff;
	text-decoration: none;
	background-color: #ec2e2e;
}

.ui-pagination-container .ui-pagination-page-item.active {
	background: #ec2e2e;
	border-color: #ec2e2e;
	color: #fff;
	cursor: default;
}






























