﻿header{
	position: fixed;
	height: 50px;
	width: 100%;
	background: #363636;
	z-index: 777;
}
header p{
	height: 50px;
	line-height: 50px;
	width: 100%;
	font-size: 18px;
	text-align: center;
	color: #fff;
}

.slider_panel{
	position: relative;
	float: left;
	margin-top: 50px;
}
	
.message{
		background: #f1f1f1;
		float: left;
		width: 100%;
		position: relative;
	}
	.message_logo{
		    width: 15%;
    float: left;
    height: 40px;
    border-radius: 5px 0 0 5px;
    overflow: hidden;
    margin: 5px 0 5px 2.5%;
    background: #fff;
	}
	.message_logo p{
		height: 40px;
		line-height: 40px;
		    display: inline-block;
    float: left;
    text-align: center;
    margin-left: 5px;
	}
	.message_logo img{
		width: 20px;
		height: 20px;
		display: inline-block;
    	float: left;
    	margin-top: 10px;
	}
.message_panel {
    width: 80%;
    float: left;
    height: 40px;
    border-radius: 0 5px 5px 0;
    overflow: hidden;
    margin: 5px 2.5% 5px 0;
    background: #fff;
}

.message_ul {
    background: none;
    background-color: transparent !important;
}

.message_ul li {
    border: none !important;
    padding: 5px 11px !important;
}

.message_ul .mui-table-view-cell:after {
    background-color: transparent !important;
}

.message_ul .mui-table-view:before {
    background-color: transparent !important;
}

.message_ul .mui-table-view:after {
    background-color: transparent !important;
}


.message_ul .mui-ellipsis {
    height: 30px;
    line-height: 30px;
    color: #000;
    float: left;
    position: relative;
    font-size: 14px;
    margin-top: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/*按钮*/
.main_button{
	position: relative;
	width: 100%;
	float: left;
	background: #f3f3f3;
}
.but{
position: relative;
  width: 47%;
  float: left;
  margin-left: 2%;
  box-shadow: 0 2px 4px #dddddc;
  margin-top: 7.5px;
  height: 100px;
  background: #fff;

}
.but img{
  max-width: 100%;
  max-height: 100%;
  position: relative;
  display: block;
  margin: 0 auto;
}
.but1{
	margin-top: 2px;
	 border-radius: 0 15px 15px 15px;
}
.but2{
	margin-top: 2px;
	 border-radius: 15px 0 15px 15px;
}
.but3{
	 border-radius: 15px 15px 15px 0;
	overflow: hidden;
} 
.but3 img{
		 width: 100% !important;
}

.but4{
	 border-radius: 15px 15px 0 15px;
}

/*专家*/
.zhuanjia{
	position: relative;
	width: 100%;
	float: left;
	background: #fff;
	 margin-top: 10px;
	 padding-bottom: 50px;
}

.z_title{
	position: relative;
	float: left;
	width: 100%;
	height: 30px;
	background: #fff;
	padding-left: 10px;
}
.z_title img{
	height: 25px;
	width: 25px;
	float: left;
	margin-left: 5px;
}
.z_title p{
	height: 30px;
	line-height: 30px;
	width: 90%;
	float: left;
	color: #000000;
	font-size: 20px;
}
.z_panel{
	position: relative;
	float: left;
	width: 100%;
	background: #F1F1F1;
}

.z_content{
  position: relative;
  float: left;
  background: #fff;
  width: 48.5%;
  margin-top: 4px;
  margin-left: 1%;
  margin-right: 0.5%;
  box-shadow: 2px 1px 4px #eee;
  border-bottom: 1px #edece8 solid;
  padding: 10px;
  box-sizing: border-box;
  margin-bottom: 5px;
  border-radius: 5px;
  height: 160px;
}
.z_content_right{

  margin-left: 0.5%;
  margin-right: 1%;

}
.z_pic{
  position: relative;
  float: left;
  width: 100%;
  height: 50%;
}
.z_pic img{
   	position: relative;
	max-width: 50px;
	max-height: 50px;
	margin: 8px auto;
	display: block;
	border-radius: 50%;
}
.z_text{
	 position: relative;
  float: left;
  width: 100%;
  height: 50%;
}

.z_text h4{
	text-align: center;
}
.z_text p{
	text-align: center;
}

/*尾部*/
footer{
	position: fixed;
	width: 100%;
	height: 50px;
	bottom: 0;
	left: 0;
	background: #FFFFFF;
}

.f_but{
	width: 33%;
	float: left;
	position: relative;
	height: 50px;
}

.f_but img{
	max-width: 100%;	
	max-height: 30px;
	display: block;
	position: relative;
	margin: 10px auto;
}
