.ad{
    width: 100%;
    height: 500px;
    min-width: 1240px;
    background: center center no-repeat;
    background-size:cover; 
}
.banner-box{
    text-align: center;
    padding-top: 160px;
    margin: 0 auto;
    color: #fff;
}
.ban_title{
    font-size: 80px;
    font-weight: bold;
    letter-spacing:12px;
    margin-bottom: 25px;
    text-shadow: 2px 2px 1px #8e8e8e;
}
.ban_text{
	width: 615px;
    font-size: 35px;
    letter-spacing:2px;
    /*text-shadow: 2px 2px 1px #8e8e8e;*/
    border-top: 1px solid white;
    line-height: 110px;
    margin:0 auto;
}

.container{
	width: 100%;
	min-width: 1024px;
	/*height: 1224px;*/
	margin:0 auto;
	padding: 0 0 85px;
	background-color: RGB(248,248,248);
	overflow: hidden;
}
.spec_title{
	font-size: 26px;
	color: RGB(233,67,9);
	/*width: 108px;*/
	height: 28px;
	text-align: center;
	/*margin: 0 auto;*/
	margin-top: 58px;
	line-height: 28px;
	font-weight: bold;
}
.spec_redline{
	width: 53px;
	height: 2px;
	background-color: RGB(232,67,11);
	margin: 0 auto;
	margin-top: 8px;
}
.spec_box{
	width: 1180px;
	/*height:542px;*/
	padding-top: 60px;
	border-top: 1px solid RGB(204,204,204);
	margin:0 auto;

}
.spec_left_box{
	width: 330px;
	min-height: 470px;
	background-color: white;
	border:1px solid RGB(204,204,204);
	position: relative;
	margin-top: 80px;
	margin-bottom: 30px;
	display: inline-block;
	float: left;
	word-break: break-all;
}
/*.spec_left_box:first-child+.spec_left_box{
	margin-left: 92px;
	margin-right: 92px;
}*/
.center{
    margin-left: 92px;
    margin-right: 92px;
}
.spec_pic{
	width: 156px;
	height: 156px;
	border-radius: 50%;
	border:4px solid RGB(236,128,90);
	position: absolute;
	left:88px;
	top:-80px;
	overflow: hidden;
/*	background:url(../images/specialist/spec1.png) center center no-repeat; */
}
.spec_name{
	width: 128px;
	height: 40px;
	background-color: RGB(236,128,90);
	margin:0 auto;
	text-align: center;
	margin-top: 120px;
	font-size: 20px;
	color:white;
	line-height: 40px;
	margin-bottom: 30px;
}
.spec_job{
	width: 210px;
	/*height: 20px;*/
	font-size: 18px;
	line-height: 20px;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 22px;
}
.spec_content{
	width: 260px;
	margin: 0 auto;
	color:RGB(152,152,152);
	font-size: 14px;
}
/*.spec_pic2{
	background:url(../images/specialist/spec2.png) center center no-repeat; 
}
.spec_pic3{
	background:url(../images/specialist/spec3.png) center center no-repeat; 
}*/
.spec_readmore{
    width: 118px;
    height: 30px;
    border:1px solid RGB(179,179,179);
    text-align: center;
    margin:0 auto;
    border-radius: 15px;
    /*margin-top: 55px;*/
}
.spec_readmore a{
    color: black; 
    line-height: 30px;
}
.spec_readmore:hover{
    background-color: #244882;
   
}
.spec_readmore a:hover{
     color:white;
}