/*GLOBALS*/
#wrapper{
	width:1140px;
	margin:0px auto;
	height:377px;
	position:relative;
	color:#fff;
/*	text-shadow:rgba(0,0,0,0.1) 2px 2px 0px;	
*/}

#slider-wrap{
	width:1140px;
	height:377px;
	position:relative;
	overflow:hidden;
}

#slider-wrap ul#slider{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;		
}

#slider-wrap ul#slider li{
	float:left;
	position:relative;
	width:1140px;
	height:377px;	
}

#slider-wrap ul#slider li > div{
/*	position:absolute;
	top:0px;
	left:0px;	
*/}



#slider-wrap ul#slider li i{
	text-align:center;
	line-height:400px;
	display:block;
	width:100%;
	font-size:90px;	
}


/*btns*/
.btns{
	position:absolute;
	width:50px;
	height:60px;
	top:50%;
	margin-top:-25px;
	line-height:57px;
	text-align:center;
	cursor:pointer;	
	background:rgba(0,0,0,0.1);
	z-index:100;
	
	
	-webkit-user-select: none;  
	-moz-user-select: none; 
	-khtml-user-select: none; 
	-ms-user-select: none;
	
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	-ms-transition: all 0.1s ease;
	transition: all 0.1s ease;
}

.btns:hover{
	background:rgba(0,0,0,0.3);	
}

#next{right:-50px; border-radius:7px 0px 0px 7px;}
#previous{left:-50px; border-radius:0px 7px 7px 7px;}
#counter{
	top: 30px; 
	right:35px; 
	width:auto;
	position:absolute;
}
#slider-wrap.active #next{right:0px;}
#slider-wrap.active #previous{left:0px;}
#pagination-wrap{
	min-width:20px;
	margin-top:350px;
	margin-left: auto; 
	margin-right: auto;
	height:15px;
	position:relative;
	text-align:center;
}

#pagination-wrap ul {
	width:100%;
}

#pagination-wrap ul li{
	margin: 0 8px;
	display: inline-block;
	width:21px;
	height:7px;
	border-radius:4px;
	background:#fff;
	position:relative;
    top:0px;
  
  
}

#pagination-wrap ul li.active{
	width:21px;
	height:7px;
	border-radius:4px;
	background:#4b78a1;
	box-shadow:rgba(0,0,0,0.1) 1px 1px 0px;	
}




/*Header*/
h1, h2{text-shadow:none; text-align:center;}
h1{	color: #666; text-transform:uppercase;	font-size:36px;}
h2{ /*color: #7f8c8d; */font-family: Neucha, Arial, sans serif; font-size:18px; margin-bottom:30px;} 




/*ANIMATION*/
#slider-wrap ul, #pagination-wrap ul li{
	-webkit-transition: all 0.3s cubic-bezier(1,.01,.32,1);
	-moz-transition: all 0.3s cubic-bezier(1,.01,.32,1);
	-o-transition: all 0.3s cubic-bezier(1,.01,.32,1);
	-ms-transition: all 0.3s cubic-bezier(1,.01,.32,1);
	transition: all 0.3s cubic-bezier(1,.01,.32,1);	
}


.wcenter{width:100%; margin:0px auto; overflow:hidden;}
.w20{width:20%; float:left; margin:0px auto; margin-bottom:22px;}
.zj-expert{ margin:0 auto;width:180px; display:block;}
.zj-expert img{width:180px; height:180px; border-radius:50%;border:6px solid #ffdddd; background-color:white;}
.zj-expert .names{ overflow:hidden;width:100%;}
.zj-expert .names h4,.zj-expert .names span{display:block;width:100%;text-align:center;color:#333333;}
.zj-expert .names span{font-size:18px; font-weight:bold;}
.zj-expert .names h4{font-size:16px; margin:0px; padding:0px;}

.zj-expert .img1{border:6px solid #ffdddd; margin-top:121px;}
.zj-expert .img2{border:6px solid #fde4c1; margin-top:51px;}
.zj-expert .img3{border:6px solid #d1ebd5; margin-top:0px;}
.zj-expert .img4{border:6px solid #cfdae2; margin-top:51px;}
.zj-expert .img5{border:6px solid #c4e1d8; margin-top:121px;}


/* 右侧条件筛选 --- 2021.01.04新增*/
.textFilter_right>li {
	float: left;
	height: 44px;
	padding: 7px 0;
	margin-right: 8px;
	line-height: 30px;
}

.textFilter_right {
	float: right;
}

.textFilter_right .form-group {
	height: 30px;
	line-height: 30px;
}

.textFilter_right .form-group select {
	height: 30px;
	border: 1px solid #ddd;
}

.textFilter_right .way {
	font-size: 14px;
	width: auto;
	cursor: pointer;
}

.textFilter_right .way:hover * {
	color: #d81f1f;
	font-weight: bold;
}

.textFilter_right .way:not(:last-of-type) {
	margin-right: 10px;
}

.textFilter_right .way .iconfont {
	margin-left: 2px;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: 1px;
}

.textFilter_right .order_way {
	color: #d81f1f;
	font-weight: bold;
}

.minW60 {
	min-width: 60px;
}