@charset 'utf-8';

/*标题*/
.tit-h2{
	height: 170px;
	margin-top: 60px;
	background: url(../images/sec-tit.png) no-repeat;
	background-size: 100%;
}
.tit-1{
	background-position: center 24px;
}
/*标题 end*/
.one-content{
	margin-top: 40px;
}
.one-fl{
	width: 250px;
	height: 400px;
	padding: 16px;
	background: #dfe8e9;
	margin-right: 10px;
}
.one-fl h3{
	font: normal 20px/30px 'Microsoft YaHei';
}
.one-fl h3 span{
	font-size: 12px;
	margin-left: 30px;
}
.one-fl ul li{
	width: 64px;
	height: 84px;
	font: normal 14px/26px 'Microsoft YaHei';
	color: #666;
	text-align: center;
	margin-right: 24px;
	margin-top: 8px;
	position: relative;
}
.one-fl ul li::before{
	content: '';
	display: block;
	width: 64px;
	height: 64px;
	background: url(../images/icon.png) no-repeat;
	background-size: 994px;
}
.one-fl .one-ico-1::before{
	background-position: -1px top;
}.one-fl .one-ico-2::before{
	background-position: -85px top;
}.one-fl .one-ico-3::before{
	background-position: -170px top;
}.one-fl .one-ico-4::before{
	background-position: -254px top;
}.one-fl .one-ico-5::before{
	background-position: -339px top;
}.one-fl .one-ico-6::before{
	background-position: -423px top;
}.one-fl .one-ico-7::before{
	background-position: -508px top;
}.one-fl .one-ico-8::before{
	background-position: -592px top;
}.one-fl .one-ico-9::before{
	background-position: -677px top;
}.one-fl .one-ico-10::before{
	background-position: -761px top;
}.one-fl .one-ico-11::before{
	background-position: -846px top;
}.one-fl .one-ico-12::before{
	background-position: -930px top;
}

.one-fl .one-ico-2 i{
	display: block;
	width: 20px;
	height: 20px;
	background: url(../images/icon.png) no-repeat;
    background-size: 975px;
    background-position: -171px -122px;
	position: absolute;
	top: -7px;
	right: -7px;
}.one-fl .one-ico-3 i{
	display: block;
	width: 20px;
	height: 20px;
	background: url(../images/icon.png) no-repeat;
    background-size: 975px;
    background-position: -171px -122px;
	position: absolute;
	top: -7px;
	right: -7px;
}.one-fl .one-ico-7 i{
	display: block;
	width: 20px;
	height: 20px;
	background: url(../images/icon.png) no-repeat;
    background-size: 975px;
    background-position: -171px -122px;
	position: absolute;
	top: -7px;
	right: -7px;
}
.one-cet{
	width: 382px;
	height: 400px;
	padding: 16px;
	background: #dfe8e9;
}
.one-cet img{
	width: 100%;
}
.one-cet div{
	margin-top: 10px;
}
.one-cet div h3{
	font: normal 20px/36px 'Microsoft YaHei';
}
.one-cet div h3 span{
	font-size: 12px;
	margin-left: 30px;
}
.one-cet div p{
	font: normal 15px/24px 'Microsoft YaHei';
	color: #777;
}
.one-cet div p a{
	color: #777;
}
.one-cet div p a:hover{
	text-decoration: underline;
}
.one-fr{
	width: 354px;
	height: 400px;
	padding: 16px;
	background: #dfe8e9;
}
.one-fr h3{
	font: normal 20px/30px 'Microsoft YaHei';
}
.one-fr h3 span{
	font-size: 12px;
	margin-left: 30px;
}
.one-fr-1{
	margin-top: 10px;
	width: 324px;
	height: 132px;
	position: relative;
}
.one-fr-1 ul li{
	opacity: 0;
	position: absolute;
	top: 0;
	left: 324px;
	z-index: 0;
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	transition: all 1s ease-out;
}
.one-fr-1 ul li.on{
	opacity: 1;
	z-index: 1;
	left: 0;
}
.one-fr-2{
	margin-top: 8px;
}
.one-fr-2 h4{
	width: 354px;
	font: normal 16px/36px 'Microsoft YaHei';
	color: white;
	background: #006666;
}
.one-fr-2 h4::before{
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	background: url(../images/icon.png) no-repeat;
	background-size: 994px;
	background-position: 3px -114px;
	float: left;
	margin: 3px 6px;
}

.one-fr-2 .one-fr-user{
	height: 60px;
	position: relative;
	overflow: hidden;
	margin-top:10px;
	margin-bottom:10px;
}
.one-fr-2 #usershow{
	position: absolute;
	top: 0;
	left: 0;
}
.one-fr-2 .one-fr-user ul{
	list-style-type: none;
}
.one-fr-2 .one-fr-user ul li p{
	width: 344px;
	border-bottom:1px dotted #cdcdcd;
	font: normal 12px/19px 'Microsoft YaHei';
	color: #666;
	background: white;
	padding-left: 40px;
}
.one-fr-2 .one-fr-user ul li p span{
	margin-left: 80px;
}

.one-fr-3{
	margin-top: 20px;
}
.one-fr-3 a{
	display: block;
	width: 96px;
	height: 80px;
	background: #006666 url(../images/icon.png) no-repeat;
	background-size: 994px;
	float: left;
	margin-right: 33px;
	position: relative;
	-webkit-transition: all .1s ease-out;
	-moz-transition: all .1s ease-out;
	-o-transition: all .1s ease-out;
	transition: all .1s ease-out;
}
.one-fr-3 a:hover{
	display: block;
	width: 96px;
	height: 80px;
	background: #f2b037 url(../images/icon.png) no-repeat;
	background-size: 994px;
	float: left;
	margin-right: 33px;
	position: relative;
}

.one-fr-3 .one-a1,.one-fr-3 .one-a1:hover{
	background-position: 24px -177px;
}.one-fr-3 .one-a2,.one-fr-3 .one-a2:hover{
	background-position: -55px -177px;
}.one-fr-3 .one-a3,.one-fr-3 .one-a3:hover{
	background-position: -137px -177px;
}
.one-fr-3 a span{
	font: normal 14px/20px 'Microsoft YaHei';
	color: white;
	position: absolute;
	bottom: 6px;
	left: 20px;
}
/*品牌华研*/
.tit-2{
	background-position: center -146px;
}
.sec-two-con{
	margin-top: 40px;
}
.sec-two-con .sec-two-l{
	width: 300px;
	margin-right: 14px;
}
.sec-two-con .sec-two-l h3{
	font: bold 30px/50px 'Microsoft YaHei';
	color: #333;
}

.sec-two-con .sec-two-l p{
	font: normal 14px/30px 'Microsoft YaHei';
	color: #666;
	text-indent: 28px;
}
.sec-two-con > img{
	width: 403px;
}
.sec-two-con .sec-two-r{
	width: 370px;
}
.sec-two-con .sec-two-r p{
	font: normal 14px/20px 'Microsoft YaHei';
	color: #666;
	text-indent: 28px;
	margin-top: 10px;
}
.sec-two-con .sec-two-r>img{width:370px;}
/*华研案例*/

.tit-3{
	background-position: center -315px;
}
.sec-three-con{
	margin-top: 40px;
}
.sec-three-left li{
	width: 260px;
	height: 80px;
	font: normal 20px/80px 'Microsoft YaHei';
	color: white;
	background: #18777b;
	list-style-type: none;
	margin-bottom: 6px;
	padding-left: 30px;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
}
.sec-three-left li span{
	font-size: 14px;
	margin-left: 20px;
}
.sec-three-left li.on{
	background: #f2b037;
}
.sec-three-right{
	width: 803px;
	position: relative;
}
.sec-three-right li{
	display: none;
	opacity: 0;
	position: absolute;
	top: -430px;
	left: 0;
	z-index: 0;
}
.sec-three-right li.on{
	display: block;
	top: 0;
	opacity: 1;
	z-index: 1;
}
.three-right-l{
	width: 426px;
}
.three-right-l div{
	margin-top: 18px;
	width:95%;
	padding:0 2.5%;
}
.three-right-l div a{
	display: block;
	width: 239px;
	font: normal 14px/30px 'Microsoft YaHei';
	color: #666;
	padding-left: 16px;
	float: left;
	position: relative;
}
.three-right-l div a::before{
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #666;
	position: absolute;
	top: 10px;
	left: 0;
}
.three-right-r{
	width: 370px;
	margin-left: 7px;
}
.three-right-r h4{
	font: normal 24px/36px 'Microsoft YaHei';
	color: #333;
}
.three-right-r h4 span{
	font-size: 14px;
	margin-left: 20px;
}
.three-right-r p{
	font: normal 14px/26px 'Microsoft YaHei';
	color: #666;
}
.three-right-r p a{
	color: #f33;
}
.three-right-r p b{
	color: #333;
}
/*华研专家*/
.bigbg{
	height: 870px;
	background: url(../images/sec4-bigbg.jpg) no-repeat;
	background-size: 100% 100%;
	padding-top: 1px;
	margin-top: 40px;
}
.tit-4{
	background-position: center -485px;
}
.sec-four-con{
	height: 160px;
	margin-top: 40px;
	overflow: hidden;
	position: relative;
	padding-bottom: 10px;
	background: white;
}
#zjshow{
	width: 2475px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	padding-top: 10px;
}
.sec-four-con ul{
	width: 2475px;
}
.sec-four-con ul li{
	width: 275px;
	height: 160px;
	overflow: hidden;
	position: relative;
}
.sec-four-con ul li img{
	width: 229px;
	padding:0 23px;
}
.sec-four-con ul li p{
	width: 229px;margin:0 23px;
	height: 160px;
	background: #504f50;
	position: absolute;
	bottom: -122px;
	transition: all .3s linear;
}
.sec-four-con ul li p strong{
	display: block;
	width: 100%;
	font: bold 18px/40px 'Microsoft YaHei';
	color: white;
	text-align: center;
	letter-spacing: 6px;
}
.sec-four-con ul li p span{
	display: block;
	width: 210px;
	font: normal 14px/20px 'Microsoft YaHei';
	color: white;
	margin: 0 auto;
}

.sec-four-con ul li.on p{
	bottom:0;
}
/*在线解答*/
.sec-four-down{
	width: 1070px;
	margin: 0 auto;
	padding: 16px;
	background: #504F50;
}
.sec-four-down h3{
	display: block;
	width: 68px;
	height: 68px;
	font: normal 30px/34px 'Microsoft YaHei';
	color: #006666;
	text-align: center;
	padding: 6px;
	background: white;
	border-radius: 8px;
	margin-left: 30px;
}
.sec-four-down ul{
	width: 960px;
	margin-right: -15px;
}
.sec-four-down ul li{
	width: 320px;
	font: normal 14px/20px 'Microsoft YaHei';
	margin: 4px 0;
	overflow: hidden;
}
.sec-four-down ul li span{
	display: block;
	width: 20px;
	height: 20px;
	background: white;
	font-weight: bold;
	color: #006666;
	text-align: center;
	border-radius: 50%;
	float: left;
	margin-right: 10px;
}
.sec-four-down ul li a{
	float: left;
	color: white;
}
/*华研技术*/

.tit-5{
	background-position: center -657px;
}
.sec-five-con{
	height: 360px;
	margin-top: 40px;
	overflow: hidden;
	position: relative;
	padding-bottom: 10px;
	background: white;
}
#jsshow{
	width: 2750px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	padding-top: 10px;
}
.sec-five-con ul{
	width: 2750px;
}
.sec-five-con ul li{
	width: 275px;
	height: 347px;
	/*margin-right: 10px;*/
	/*margin:0 25px;*/
	overflow: hidden;
	position: relative;
}
.sec-five-con ul li img{
	width: 229px;padding:0 23px;
}
.sec-five-con ul li p{
	width: 229px;margin:0 23px;
	height: 160px;
	background: #504f50;
	position: absolute;
	bottom: -122px;
	transition: all .3s linear;
}
.sec-five-con ul li p strong{
	display: block;
	width: 100%;
	font: bold 18px/40px 'Microsoft YaHei';
	color: white;
	text-align: center;
	letter-spacing: 6px;
}
.sec-five-con ul li p span{
	display: block;
	width: 210px;
	font: normal 14px/20px 'Microsoft YaHei';
	color: white;
	margin: 0 auto;
}

.sec-five-con ul li.on p{
	bottom:0;
}
/*在线解答*/
.sec-five-down{
	width: 1070px;
	margin: 0 auto;
	padding: 16px;
	background: #504F50;
}
.sec-five-down h3{
	display: block;
	width: 68px;
	height: 68px;
	font: normal 30px/34px 'Microsoft YaHei';
	color: #006666;
	text-align: center;
	padding: 6px;
	background: white;
	border-radius: 8px;
	margin-left: 30px;
}
.sec-five-down ul{
	width: 960px;
	margin-right: -15px;
}
.sec-five-down ul li{
	width: 320px;
	font: normal 14px/20px 'Microsoft YaHei';
	margin: 4px 0;
	overflow: hidden;
}
.sec-five-down ul li span{
	display: block;
	width: 20px;
	height: 20px;
	background: white;
	font-weight: bold;
	color: #006666;
	text-align: center;
	border-radius: 50%;
	float: left;
	margin-right: 10px;
}
.sec-five-down ul li a{
	float: left;
	color: white;
}

/*华研环境*/
.six{
	/*background: #eaeceb;*/
	background: #dfe8e9;
}
.sec-six{
	padding: 20px 0 60px 0;
	margin-top: 80px;
}
.tit-6{
	background-position: center -836px;
}
.sec-six-con{
	margin-top: 40px;
}
.sec-six-con ul{
	width: 880px;
	padding:10px;
}
.sec-six-con ul li img{
	width: 280px;
	float: left;
    /*margin-right: 3px;
    margin-bottom: 5px;
    margin-left: 3px;
    margin-top: 5px;*/
   margin:6px 6px;
}
.sec-six-con > img{
	width: 192px;
}

/*十城连锁*/
.sec-seven{
	margin-top: 40px;
}
.seven-tit{
	width: 870px;
	font: normal 30px/30px 'Microsoft YaHei';
}
.seven-tit::before{
	content: '';
	display: block;
	height: 32px;
	width: 4px;
	background: #006666;
	float: left;
	margin-right: 20px;
}
.seven-show{
	margin-top: 30px;
	position: relative;
	height: 230px;
}
#seven{
	position: absolute;
	left: 0;
	top: 0;
}
.seven-show ul{
	width: 3000px;
}
.seven-show ul li{
	width: 294px;
	margin-right: 6px;
}
.seven-show ul li img{
	width: 100%;
}

/**************** 文章页样式 *****************/

.crumbs{
	height: 70px;
	margin-top: 40px;
	border-bottom: 1px solid #eee;
}
.crumbs-left{
	width: 600px;
}
.crumbs-left i{
	display: block;
	width: 30px;
	height: 30px;
	background: url(../images/art-icon.png) no-repeat;
	background-size: 250px;
	background-position: left top;
	margin: 20px 0;
	margin-right: 20px;
	float: left;
}
.crumbs-left ul{
	width: 500px;
}
.crumbs-left ul li a{
	font: normal 14px/70px 'Microsoft YaHei';
	color: #999;
}
.crumbs-left ul li a:hover{
	font: normal 14px/70px 'Microsoft YaHei';
	color: #999;
	text-decoration: underline;
}
.crumbs-right{
	width: 400px;
	height: 40px;
	margin-top: 15px;
}
.crumbs-right input[type=text]{
	width: 346px;
	height: 38px;
	border: 1px solid #007E78;
	padding-left: 10px;
	float: left;
}
.crumbs-right input[type=submit]{
	width: 40px;
	height: 40px;
	background: #007E78 url(../images/art-icon.png) no-repeat;
	background-size: 270px;
	background-position: -61px 4px;
	cursor: pointer;
	float: left;
}
/*文章内容样式*/
.art-left{
	width: 800px;
}
.art-tit h1{
	font: normal 36px/60px 'Microsoft YaHei';
	text-align: center;
	margin: 30px 0;
}
.art-tit .art-tit-b{
	width: 656px;
	margin: 0 auto;
	padding-bottom:20px;
}
.art-tit .art-tit-b label input[type=text]{
	width: 264px;
	font: normal 14px/38px 'Microsoft YaHei';
	color: #aaa;
	padding-left: 6px;
	border: 1px solid #007E78;
	float: left;
}.art-tit .art-tit-b label input[type=button]{
	width: 90px;
	font: normal 14px/40px 'Microsoft YaHei';
	color: white;
	background: #007E78;
	float: left;
}
.art-tit .art-tit-b a{
	display: block;
	width: 121px;
	height: 45px;
	background: url(../images/art-icon.png) no-repeat;
	background-size: 270px;
	float: left;
}
.art-tit .art-tit-b .art-tit-a1{
	margin-left: 32px;
	background-position: left bottom;
}.art-tit .art-tit-b .art-tit-a2{
	margin-left:20px;
	background-position: -148px bottom;
}
/*文章*/
.art-left .art-content{
	margin-top: 50px;
}
.art-left .art-content img{
	margin: 0 auto;
}
.art-left .art-content p{
	font: normal 16px/36px 'Microsoft YaHei';
	color: #666;
}
.art-left .art-content p strong{
	font-weight: bold;
}
/*文章底部 咨询和预约按钮*/
.art-left .art-anniu{
	width: 560px;
	margin: 40px auto;
}
.art-left .art-anniu a{
	display: block;
	width: 240px;
	font: normal 38px/80px 'Microsoft YaHei';
	color: white;
	text-align: center;
	background: #f2b037;
	border-radius: 10px;
}
.art-left .art-anniu .art-anniu-1{
	background: #993300;
}
/* 文章底部 温馨提示框 */
.art-left .art-tishi{
	width: 760px;
	border: 10px solid #007E78;
	padding: 10px;
}
.art-left .art-tishi div{
	width: 420px;
}
.art-left .art-tishi div h4{
	font: normal 18px/30px 'Microsoft YaHei';
	color: #666;
}
.art-left .art-tishi div p{
	font: normal 14px/26px 'Microsoft YaHei';
	color: #999;
	margin-top: 10px;
}
.art-left .art-tishi div p span{
	padding: 2px 6px;
	background: #007E78;
	border-radius: 10px;
	margin-right: 14px;
	color: white;
}
/*推荐阅读*/
.art-left .art-ready{
	margin-top: 70px;
	width:780px;
	padding:0 10px;
}
.art-left .art-ready h4{
	font: normal 20px/60px 'Microsoft YaHei';
	color: #666;
	border-bottom: 1px solid #ddd;
}
.art-left .art-ready ul{
	margin-top: 10px;
}
.art-left .art-ready ul li{
	width: 46%;
	font: normal 16px/40px 'Microsoft YaHei';
	color: #999;
	margin-right: 4%;
	border-bottom: 1px dashed #ddd;
}
.art-left .art-ready ul li a{
	font: normal 16px/40px 'Microsoft YaHei';
	color: #999;
}
.art-left .art-ready ul li a:hover{
	font: normal 16px/40px 'Microsoft YaHei';
	color: #999;
	text-decoration: underline;
}
/*右侧栏目区域*/
.art-right{
	width: 280px;
}
.art-right-1 h3{
	font: normal 22px/50px 'Microsoft YaHei';
	color: #666;
	border-bottom: 1px solid #ddd;
}
.art-right-1 img{
	width: 100%;
	margin: 10px 0;
}
.art-right-1 p{
	font: normal 14px/24px 'Microsoft YaHei';
	color: #999;
}
.art-right-1 p a{
	color: #007E78;
}
.art-right-1 .art-right-tel{
	width: 100%;
	height: 135px;
	margin: 10px 0;
	background: url(../images/art-icon.png) no-repeat;
	background-size: 280px;
	background-position: left -53px;
}
.art-right-tel a{display:block;width:100%;height:135px;}
.art-right-2{
	margin-top: 30px;
}
.art-right-tit{
	border-bottom: 1px solid #ddd;
}
.art-right-tit h3{
	font: normal 22px/50px 'Microsoft YaHei';
	color: #666;
	float: left;
}
.art-right-tit a{
	font: normal 14px/50px 'Microsoft YaHei';
	color: #666;
	float: right;
}
.art-right-tit a:hover{
	font: normal 14px/50px 'Microsoft YaHei';
	color: #666;
	text-decoration: underline;
	float: right;
}
.art-right-doctor{
	margin: 10px 0;
}
.art-right-doctor .right-doctor-up{
	margin: 10px 0;
}
.art-right-doctor .right-doctor-up div{
	width: 130px;
}
.art-right-doctor .right-doctor-up div h4{
	font: normal 20px/30px 'Microsoft YaHei';
	color: #007E78;
}
.art-right-doctor .right-doctor-up div p{
	font: normal 14px/26px 'Microsoft YaHei';
	color: #999;
	margin-bottom: 10px;
}
.art-right-doctor .right-doctor-down a{
	display: block;
	width: 46%;
	font: normal 20px/46px 'Microsoft YaHei';
	color: white;
	text-align: center;
	background: #007E78;
	border-radius: 8px;
}

.art-right-doctor .right-doctor-down .doctor-down-a2{
	background: #f2b037;
}
/*真人案例*/
.art-right-3{
	margin-top: 30px;
}
.art-right-3 .art-right-3-con h4{
	font: normal 18px/36px 'Microsoft YaHei';
	color: #007E78;
	text-align: center;
}
.art-right-3 .art-right-3-con p{
	font: normal 14px/30px 'Microsoft YaHei';
	color: #333;
}
.art-right-3 .art-right-3-con a{
	color: #666;
}.art-right-3 .art-right-3-con a:hover{
	color: #666;
	text-decoration: underline;
} 
/*咨询挂号*/
.art-right-4{
	margin-top: 30px;
}
.art-right-4 .art-right-form h4{
	font: normal 16px/36px 'Microsoft YaHei';
	color: #007E78;
	text-align: center;
}
.art-right-4 .art-right-form > input{
	width: 268px;
	font: normal 16px/40px 'Microsoft YaHei';
	color: #999;
	border: 1px solid #666;
	padding-left: 10px;
	margin-bottom: 10px;
}
.art-right-4 .art-right-form .art-right-form-btn input{
	width: 46%;
	font: normal 20px/44px 'Microsoft YaHei';
	color: white;
	text-align: center;
	background: #f2b037;
	border-radius: 8px;
}
.art-right-4 .art-right-form .art-right-form-btn input[type=submit]{
	background: #007E78;
}
/**************** 列表页样式 *****************/
.art-left-list{
	list-style-type: none;
}
.art-left-list li{
	width: 760px;
	padding: 20px;
	border-bottom: 1px dashed #aaa;
	overflow: hidden;
}
.art-left-list li:hover{background:#eceeee;}
.art-left-list li img{
	width: 230px;
	float: left;
}
.art-left-list li div{
	width: 510px;
	float: right;
}
.art-left-list li div > a:hover{
	text-decoration: underline;
	color: #666;
}
.art-left-list li div h2{
	font: bold 22px/26px 'Microsoft YaHei';
	color: #666;
}
.art-left-list li div p{
	width: 400px;
	height: 90px;
	font: normal 14px/24px 'Microsoft YaHei';
	color: #999;
	margin-top: 20px;
}
.art-left-list li div span{
	display: block;
	width: 400px;
	font: normal 12px/16px 'Microsoft YaHei';
	color: #aaa;
	margin-top: 20px;
	overflow: hidden;
}
.art-left-list li div span b,.art-left ul li div span i{
	display: block;
	float: left;
}
.art-left-list li div span b{
	margin-right: 40px;
}
.art-left-list li div span i{
	width: 20px;
	height: 16px;
	background: url(../imgs_list/list_icon.png) no-repeat;
	background-size: 20px;
	margin-right: 6px;
}
.art-left-list .art-list-i1{
	background-position: 4px 2px;
}


.art-left-list .art-list-i2{
	background-position: left -31px;
}
/*列表分页*/
.art-left-list-fenye{
	width: 600px;
	margin: 40px auto;
}
.art-left-list-fenye li a{
	display: block;
	font: normal 14px/34px 'Microsoft YaHei';
	color: #333;
	padding: 0 20px;
	border: 1px solid #aaa;
	margin-right: 10px;
}
.art-left-list-fenye li span{
	display: block;
	font: normal 14px/34px 'Microsoft YaHei';
	color: #333;
	padding: 0 20px;
	border: 1px solid #aaa;
}
.art-left-list-fenye li.thisclass{
	display: block;
	font: normal 14px/34px 'Microsoft YaHei';
	color: white;
	padding: 0 20px;
	margin-right: 10px;
	background: #18777b;
	border: none;
}

/*华研官方在线预约挂号平台*/

.guahaotitle img{
	margin: 70px auto;
}
.guahao-form img{
	width: 680px;
	height: 580px;
}
.guahao-form form{
	width: 460px;
	height: 520px;
	padding: 30px;
	background: #f4f5f5;
}
.guahao-form form input{
	display: block;
}
.guahao-form form p{
	font: normal 16px/26px 'Microsoft YaHei';
	color: #666;
	margin-bottom: 40px;
}
.guahao-form form > input{
	width: 448px;
	font: normal 16px/48px 'Microsoft YaHei';
	color: #999;
	border: 1px solid #999;
	padding-left: 10px;
	margin-top: 30px;
}
.guahao-form .guahao-short{
	display: block;
}
.guahao-form .guahao-short input{
	width: 200px;
	font: normal 16px/48px 'Microsoft YaHei';
	color: #999;
	border: 1px solid #999;
	padding-left: 10px;
	margin-top: 30px;
}
.guahao-form .guahao-btn{
	display: block;
	width: 420px;
	margin: 30px auto;
}
.guahao-form .guahao-btn input{
	width: 190px;
	font: normal 30px/60px 'Microsoft YaHei';
	color: white;
	text-align: center;
	background: #993300;
	border-radius: 8px;
}
.guahao-form .guahao-btn input[type=submit]{
	background: #f2b037;
}
/*文章搜索功能 底部列表页数样式*/
.art-left-list-fenye table{
	width: 100%;
}
.art-left-list-fenye table tr{
	overflow: hidden;
}
.art-left-list-fenye table td{
	display: block;
	font: normal 14px/30px 'SimSun';
	color: #999;
	padding: 0 3px;
	float: left;
}
.art-left-list-fenye table td a{
	display: block;
	color: #999;
	padding: 0 8px;
	border: 1px solid #aaa;
	
}