@charset "utf-8";
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ul,
ol,
li,
button,
input {
	margin: 0;
	padding: 0;
}

body,
button,
input,
{
	outline: none;
}

ul,
ol,
dl
{
	list-style: none;
}
input,
button,
select,
textarea {
	outline:medium;
}
input{
	border: none;
}
img{
	border: 0;
}
table {
	border-collapse: collapse;
}
a {
	text-decoration: none;
	/*color: #333;*/
}

a:hover {
	text-decoration: none;
}
b{
	font-weight:normal;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{ /* WebKit browsers */ 
	color: #aaa; 
} 
input:-moz-placeholder ,
textarea:-moz-placeholder{ /* Mozilla Firefox 4 to 18 */ 
	color: #aaa; 
} 
input::-moz-placeholder,
textarea::-moz-placeholder{ /* Mozilla Firefox 19+ */ 
	color: #aaa; 
} 
input:-ms-input-placeholder,
textarea:-ms-input-placeholder{ /* Internet Explorer 10+ */ 
	color: #aaa; 
}
/*禁止页面内容被选中*/
/*body{
 	-webkit-user-select: none; 
 	-khtml-user-select: none;
	-moz-user-select: none; 
	-ms-user-select: none; 
	user-select: none; 
}*/

.clearfix:after {
	content: '.';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* html .clearfix {
	zoom: 1;
}

*+html .clearfix {
	zoom: 1;
}
.fl {
	float: left
}

.fr {
	float: right;
}
.pr {
	position: relative;
}
.pa {
	position: absolute;
}

.dn {
	display: none;
}

.db {
	display: block;
}

/*单行文字溢出隐藏*/
.oh1{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/*2行文字溢出隐藏、或者多行*/
.oh2{
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.oh3{
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.oh4{
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
/*放在img父级,让img上下居中/////////maigin属性会失效*/
/*同样适用于文字*/
.vm{
	display:table-cell;
	vertical-align: middle;
}
.move{
	-webkit-transition:all 0.2s; /* Safari 和 Chrome */
	-moz-transition:all 0.2s;  	/* Firefox */
	-ms-transition:all 0.2s;  	/* IE 9 */
	-o-transition:all 0.2s; 
	transition: all 0.2s; 
}
.move1{
	-webkit-transition:all 0.5s; /* Safari 和 Chrome */
	-moz-transition:all 0.5s;  	/* Firefox */
	-ms-transition:all 0.5s;  	/* IE 9 */
	-o-transition:all 0.5s; 
	transition: all 0.5s; 
}
/*img缩放*/
.img_alls{
	-webkit-transition:all 0.5s;	/* Chromea 谷歌内核*/
	-moz-transition:all 0.5s;		/* ff 火狐内核 */
	-ms-transition:all 0.5s;		/* ie 内核 */ 
	-o-transition:all 0.5s;			/* Opera 欧朋内核 */
	transition:all 0.5s;
}

/*img父级hover时代码*/
.img_alls_parent:hover .img_alls{
	-webkit-transform: scale(1.2); 	/* Chromea 谷歌内核 */
	-moz-transform: scale(1.2); 	/* ff 火狐内核*/
	-ms-transform: scale(1.2);		/* ie 内核*/
	-o-transform: scale(1.2);		/* Opera 欧朋内核 */
	transform: scale(1.2); 
}




  /*******************当前位置************************/

.current_box{
	width: 1160px;
	margin: 0 auto;
	height: 36px;
}
.current_box span,
.current_box a{
	font: 12px/36px "微软雅黑";
	color: #333;
}

.current_box .current_box_a:hover{
	color: #856bdf;
}
.current_box_a:last-child:hover{
	color: #333;
	cursor:default ;
}


		/***********头部筛选*********/


.screen_outer{
	width: 100%;
	background-color: #f9f9f9;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.screen_inner{
	width: 1160px;
	margin: 0 auto;
	padding-bottom: 1px;
	
}
.screen_nav{
	width: 100%;
	padding: 11px 0px;
	height: 26px;
}
.screen_nav_li{
	padding: 0px 10px;
	margin-right: 5px;
	font: 14px/26px "微软雅黑";
	color: #333;
	border-radius: 15px;
}
.screen_nav_li:hover{
	cursor: pointer;
	color: #856bdf;
}
.screen_inner .screen_nav  .nav_color a:hover {
    cursor: pointer;
    color: #fff;
}

.screen_inner .screen_nav .nav_color a {
    background-color: #856bdf;
    color: #fff;
}

.screen_list_ul{
	width: 100%;
	border: 1px solid #ddd;
	border-top: 2px solid #856bdf;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 0px 15px #ddd ;
    -moz-box-shadow:0px 0px 15px #ddd ;
    box-shadow:0px 0px 15px #ddd ;
	margin-bottom: 20px;
	padding: 3px 0px;
	background-color: #fff;
}
.screen_list_ul_div{
	width: 105px ;
	height: 22px;
	top: -24px;
	right: -1px;
	background-color: #856bdf;
	border-radius:20px 5px 0 0 ;
}
.screen_list_ul_div_span{
	width: 100%;
	height: 100%;
	font: 12px/22px "微软雅黑";
	color: #fff;
	text-align: center;
	display: block;
	box-sizing: border-box;
	padding-left: 10px;
}
.screen_list_ul_div_bj{
	width: 50px;
	height: 30px;
	top: -22px;
	left: -20px;
	background-color: #f9f9f9;
	-webkit-transform:rotate(-50deg); /* Safari 和 Chrome */
	-moz-transform:rotate(-50deg); 	/* Firefox */
	-ms-transform:rotate(-50deg); 	/* IE 9 */
	-o-transform:rotate(-50deg);
	transform:rotate(-50deg);
}
.screen_list_ul_div:hover {
	background-color: #a68efb;
	cursor: pointer;
}

.screen_list_li1,
.screen_list_li2,
.screen_list_li3,
.screen_list_li4,
.screen_list_li5{
	width: 100%;
	min-height: 20px;
	margin: 14px 0px;
	
}
.screen_list_ul #tclist{
	width: 1040px;
    float: left;
    margin-bottom: 10px;
}
.screen_list_ul #tclist a:first-child{
	margin-bottom: 1px;
}
.screen_list_ul label{
	width: 70px;
	font: 12px/20px "微软雅黑";
	color: #888;
	text-align: center;
}
.screen_ll_a{
	font: 12px/20px "微软雅黑";
	color: #555;
	padding: 0px 10px;
	margin-right: 5px;
	border-radius: 15px;
}
.screen_ll_a:hover{
	cursor: pointer;
	color: #856bdf;
}
.screen_ll_a1{
	width:60px;
	font: 12px/20px "微软雅黑";
	color: #fff;
	text-align: center;
	margin-right: 5px;
	background: url(../images/original.png) no-repeat;
	background-position: 100% 100%;
}

.screen_inner .nav_color{
	background-color: #856bdf;
	color: #fff;
}
.screen_inner .nav_color:hover{
	cursor: pointer;
	color: #fff;
}
.screen_input{
	width: 260px;
	height: 20px;
	margin-left: 50px;
	margin-top: -2px;
}
.input_text{
	width: 200px;
	height: 24px;
	box-sizing: border-box;
	border: 1px solid #ddd;
	padding: 0px 10px;
	font: 12px/22px "微软雅黑";
	color: #555;
}
.input_text::-webkit-input-placeholder{
color: #888;
}
.input_text:-moz-placeholder{
color:#888;
}
.input_text::-moz-placeholder{
color:#888;
}
.input_text:-ms-input-placeholder{
color:#888;
}
.screen_btn{
	width: 50px;
	height: 24px;
	background-color: #856bdf;
	border-radius:3px;
	text-align: center;
	font: 12px/24px "微软雅黑";
	color: #fff;
}
.screen_btn:hover{
	background-color: #977bf8;
	cursor: pointer;
}


/***********无数据时*************/


.show_none_list{
	width: 100%;
	min-height:250px;
	text-align: center;
	padding-top: 150px;
	display: none;
}
.show_none_list_i{
	width: 100%;
	height: 150px;
	display: block;
	text-align: center;
	
	margin-bottom: 10px;
}
.show_none_list_i i{
	font: 130px/150px "微软雅黑";
	color: #dddddd;
}
.show_none_list_p1{
	width: 100%;
	height: 30px;
	font: 18px/30px "微软雅黑";
	color: #555;
	text-align: center;
	
}
.show_none_list_p2{
	width: 100%;
	height: 30px;
	font: 14px/30px "微软雅黑";
	color: #aaa;
	text-align: center;
	
}
@media screen and (max-width: 1300px) {
   body{
		width: 1300px  !important;
	}
}
















