html, body{
  margin: 0 auto;
}
*{
  font-family:Tahoma, Arial, Microsoft yahei, sans-serif !important;
}
img{
  border:0;
  max-width: 100%; 
}
a{
  text-decoration: none;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
a:hover{
  text-decoration: none;
}
a:focus{
  text-decoration: none;
}
.boxall{
  width:100%;
  min-height: 1px;
  overflow: hidden;
}
.displaynone{
	display: none;
}

/* 
-------------  公用库文件  -------------
*/

.expertlist .isStuck {
  left: 0px;
  width: 100%;
  z-index: 99;
  background-color: #ffffff;
  opacity: 1;
  transition: opacity 0.8s;

/*	animation-name: isStuck;
	animation-duration: 0.8s;
	animation-timing-function: linear;
	animation-iteration-count: 1;
	animation-direction: normal;*/
	/* Firefox: */
/*	-moz-animation-name: isStuck;
	-moz-animation-duration: 0.8s;
	-moz-animation-timing-function: linear;
	-moz-animation-iteration-count: 1;
	-moz-animation-direction: alternate;*/
	/* Safari 和 Chrome: */
/*	-webkit-animation-name: isStuck;
	-webkit-animation-duration: 0.8s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-direction: normal;*/
	/* Opera: */
/*	-o-animation-name: isStuck;
	-o-animation-duration: 0.8s;
	-o-animation-timing-function: linear;
	-o-animation-iteration-count: 1;
	-o-animation-direction: alternate;*/
}
/*@-webkit-keyframes isStuck{
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
     }
}*/

/* 
-------------  主要样式  -------------
*/

.expertlist{
	background-color: #eceef5;
	padding:0px 0px 24px 0px;
}
.expert_tabs{
  margin-bottom: 20px;
}
.expert_tabs .container{
  position: relative;
}
.expert_lists{
	margin-top: 0px;
	
}
.expert_lists_box{
	
}
.expert_b{
	
}
.expert_b_address{
	width: 100%;
	min-height: 1px;
	overflow: hidden;
	padding: 4px 0px 20px 0px;
  display: -webkit-box;
}
.expert_b_address span{
	display: block;
	float: left;
}
.expert_b_address_t1{
	font-size: 24px;
	padding-right: 12px;
}
.expert_b_address_t2{
	font-size: 12px;
	color:#999999;
	margin-top: 14px;
}
.expert_b_user{
	width: 100%;
	min-height: 1px;
	overflow: hidden;
	margin-bottom: 30px;
}
.expert_b_user_photo{
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 160px;
    background-color: #f5f7f9;
}
.expert_b_user_photobox{
    position: absolute;
    width: 512px;
    height: 160px;
    left: 50%;
    margin-left: -256px;
}
.expert_b_user_photo_img{
    width: 100px;
    height: 100px;
    margin: 0 auto;
}
.expert_b_user_photo_img img{
	  width: 100%;
    height: 100%;
    margin-top: 24px;
}
.mask span{
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
}
.expert_b_user_info{
	width: 100%;
	height:40px;
	overflow: hidden;
	background-color: #ffffff;
}
.expert_b_user_name{
	width: auto;
	float: left;
	padding-left: 20px;
}
.expert_b_user_name span{
	display: block;
	float: left;
	font-size: 14px;
	line-height: 40px;
}
.expert_b_user_erweima{
	width: auto;
	float: right;
	padding:10px 20px 0px 0px;
}
.expert_b_user_erweima img{
	width: 16px;
}
/*.mask{
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 12px;
    color: #999999;
    line-height: 32px;
}*/



/* 
-------------  字母切换  -------------
*/

#navbar2{
  background-color: #2254b1;
}
.wrapper {
    width: 100%;
    min-height: 1px;
    padding-bottom:20px;
}
.triangleShow {
  margin: 0;
  display: none;
  font-size: 12px;
  line-height: 20px;
  color: #999999;
  text-align: center;
}
.triangleHide {
  margin: 0;
  display: block;
  font-size: 12px;
  line-height: 20px;
  color: #999999;
  text-align: center;
}
.tNotes_1{
	width: 100%;
	min-height: 1px;
	overflow: hidden;
	font-size: 12px;
	color:#999999;
	line-height: 18px;
	padding-top: 12px;
  padding-bottom: 10px;
}
.triangleBox {
  position: absolute;
  top: 0px;
  right: 15px;
  width: auto;
  height: 30px;
  padding-top: 12px;
  overflow: hidden;
  min-height: 1px;
}
.triangleBox span {
  float: left;
}
.triangleBottom {
  margin-left: 4px;
  background-image: url(../images/triangle2.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position:100% 50%;
  width: 14px;
  height: 20px;
  display: block;
}
.triangleTop {
  margin-left: 4px;
  background-image: url(../images/triangle2.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position:100% 46%;
  width: 14px;
  height: 20px;
  display: block;
  -moz-transform:rotate(180deg); 
  -webkit-transform:rotate(180deg);
  transform:rotate(180deg);
  filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.tNotes_2{
	width: 100%;
	min-height: 1px;
	overflow: hidden;
	line-height: 18px;
	margin: 24px 0px 0px 0px;
}
.tNotes_2 p{
  margin: 0;
}
.tNotes_2_t1{
  font-size: 14px;
  color:#333333;
  display: block;
  margin-bottom: 4px;
}
.tNotes_2_t2{
  font-size: 12px;
  color:#666666;
}
.tNotes_1 span{
  font-weight: 700;
  color: #2254b1;
}
.tNotes_3{
  width: 100%;
  min-height: 1px;
  overflow: hidden;
  font-size: 12px;
  color:#999999;
  line-height: 18px;
}

.tabs {
	width: 100%;
	min-height: 1px;
	overflow: hidden;
}
.tabs a {
	width: auto;
	min-height: 1px;
	overflow: hidden;
	/*display:block;*/
	float: left;
	padding:0px 16px;
	line-height: 32px;
    display: inline;
    color:#666666;
    margin-bottom: 12px;
}
.tabs a:hover {
    color: #ffffff;
    background-color: #2bc942;
}
.tabs a.active {
    color: #ffffff;
    background-color: #2bc942;
}
.tabsline1{
	border-left: 1px solid #dadce2;
}
.tabsline2{
	border-right: 1px solid #dadce2;
}

.swiper-container {
	width:100%;
	min-height: 1px;
    overflow: hidden;
}
.swiper-slide {
	width:100%;
	background:none;
}

.swiper-slide{

}
.swiper-slide ul{
	padding:0;
}
.swiper-slide ul li{
	list-style: none;
	float: left;
	padding-right: 18px;
}
.swiper-slide ul li a{
    width: auto;
    min-height: 1px;
    overflow: hidden;
    display: block;
    line-height: 24px;
    font-size: 12px;
    color: #666666;
    float: left;
}
.swiper-slide ul li a:hover{
	color:#2bc942;
}


/* 
-------------  图片浮停效果  -------------
*/

.view {
   position: relative;
   cursor: auto;
}
.view .mask,.view .content {
   width: 100%;
   height: 100%;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}

/*.view-tenth img {
   -webkit-transform: scaleY(1);
   -moz-transform: scaleY(1);
   -o-transform: scaleY(1);
   -ms-transform: scaleY(1);
   transform: scaleY(1);
   -webkit-transition: all 0.7s ease-in-out;
   -moz-transition: all 0.7s ease-in-out;
   -o-transition: all 0.7s ease-in-out;
   -ms-transition: all 0.7s ease-in-out;
   transition: all 0.7s ease-in-out;
}*/

.view-tenth .mask {
   width: 100%;
   height: 100%;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 12px;
    color: #999999;
    line-height: 32px;
   background-color: rgba(34,84,177,.9);
   background-color: #2254b1\9;
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
/*.view-tenth:hover img {
   -webkit-transform: scale(10);
   -moz-transform: scale(10);s
   -o-transform: scale(10);
   -ms-transform: scale(10);
   transform: scale(10);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}*/
.view-tenth .maskHover {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1; 
}
.view-tenth:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.expert_b_user:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}

	

/* 
-------------  图片浮停效果  end-------------
*/







