/*reset*/
html,body{
	font-family: "微软雅黑";
	width: 100%;
	-webkit-text-size-adjust:none;
}
body,div,p,ul,ol,li,dl,dt,dd,form,table,dialog,datalist,details,summary,header,footer,section,article,aside,figure,figcaption,nav,menu{
	padding: 0;
	margin: 0;
}
dialog,datalist,details,summary,header,footer,section,article,aside,figure,figcaption,nav,menu{
	display: block;
}
h1,h2,h3,h4,h5,h6{
	padding: 0;
	margin: 0;
	font-weight: normal;
}
a{
	text-decoration: none;
}
a:link,a:visited,a:hover,a:active{

}
ul li,ol li{
	list-style: none;
}
img{
	border: none;
}
/*public*/
.container{
	width: 1000px;
	margin: 0 auto;
}
.list-inline li,.pull-left{
	float: left;
}
.clear{
	clear: both;
}
.reset-a{
	display: block;
	text-align: center;
	color: white;
}
.pull-right{
	float: right;
}
.boxSiz{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.none{display:none}
.block{display:block}
/*Head*/
header{
	height: auto;
}
header .top{
	padding: 25px 0 12px 0;
	padding: 15px 0 0px 0 \9;
}
header .head-lf{
	width: 318px;
}
header .head-cer,
header .head-cer ol{
	width: 548px;
}
header .head-cer ol li{
	width: 33.33%;
	width: 33%\9;
	text-align: center;
}
header .head-cer ol li a{
	font-size: 14px;
	color: #666;
	display: block;
	padding-top: 42px;
}
header .head-cer ol li.cer-1 a{
	background: url(../../images/switch.gif) no-repeat 73px top;
}
header .head-cer ol li.cer-2 a{
	background: url(../../images/switch.gif) no-repeat 73px -120px;
}
header .head-cer ol li.cer-3 a{
	background: url(../../images/switch.gif) no-repeat 73px -240px;
}
header .head-cer ol li:hover a,
header .head-cer ol li a:hover{
	color: #007457;
}
header .head-cer ol li.cer-1 a:hover{
	background: url(../../images/switch.gif) no-repeat -47px top;
}
header .head-cer ol li.cer-2 a:hover{
	background: url(../../images/switch.gif) no-repeat -47px -120px;
}
header .head-cer ol li.cer-3 a:hover{
	background: url(../../images/switch.gif) no-repeat -47px -240px;
}
header .head-rt{
	width: 134px;
}
.topbar{
	height: 50px;
	line-height: 50px;
	background-color: #009953;
}
.topbar ul li{
	width: 12.5%;
	height: 50px;
	text-align: center;
	position: relative;
}
.topbar ul li.on{
	background-color: #00b964;
}
.topbar ul li::before{
	content: "";
	width: 2px;
	height: 50px;
	position: absolute;
	left: 0;
	background: linear-gradient(to right,#006939,#00ce53);
	background: -webkit-linear-gradient(to right,#006939,#00ce53);
	background: -moz-linear-gradient(to right,#006939,#00ce53);
	background: -ms-linear-gradient(to right,#006939,#00ce53);
	background: -o-linear-gradient(to right,#006939,#00ce53);
}
.topbar ul li a{
	display: block;
	font-size: 16px;
	color: white;
}
.topbar ul li a:hover,
.topbar ul li:hover{
	background-color: #00b964;
}
header .banner-slide{
	width: 100%;
	height: 420px;
	overflow: hidden;
	position: relative;
}
header .banner-slide .parBd,
header .banner-slide .parBd li{
	width: 100%;
	height: 420px;
}
header .banner-slide .parBd li.banner-bk1{
	background: url(../../images/yayz.jpg) no-repeat center;
}
header .banner-slide .parBd li.banner-bk2{
	background: url(../../images/banner1.jpg) no-repeat center;
}
header .banner-slide .parBd li.banner-bk3{
	background: url(../../images/jiguang_85250915_1.jpg) no-repeat center;
}

header .banner-slide .parBd li a{
	display: block;
	width: 1000px;
	height: 420px;
	margin: 0 auto;
}
header .banner-slide .parHd{
	position: absolute;
	left: 50%;
	margin-left: -55px;
	bottom: 15px;
	width: 110px;
	height: 12px;
}
header .banner-slide .parHd ol li{
	width: 12px;
	height: 12px;
	background-color: #b1b0ad;
	margin-right: 12px;
	cursor: pointer;
}
header .banner-slide .parHd ol li.on{
	background-color: #02725a;
}
header .banner-slide .parHd ol li:last-of-type{
	margin: 0;
}
/*白癜风分类*/
.nav{
	height: 80px;
	margin-top: 28px;
}
.nav article{
	float: left;
	height: 80px;
	position: relative;
	margin-right: 28px;
	overflow: hidden;
}
.nav article:hover img{
	position: absolute;
	left: 107px;
	top: 25px;
	transition-duration: .3s;
	transition-timing-function: ease-in;
	-webkit-transition-duration: .3s;
	-webkit-transition-timing-function: ease-in;
	-moz-transition-duration: .3s;
	-moz-transition-timing-function: ease-in;
	-ms-transition-duration: .3s;
	-ms-transition-timing-function: ease-in;
	-o-transition-duration: .3s;
	-o-transition-timing-function: ease-in;
}
.nav article img{
	position: absolute;
	left: 102px;
	top: 25px;
	transition-duration: .3s;
	transition-timing-function: ease-in;
	-webkit-transition-duration: .3s;
	-webkit-transition-timing-function: ease-in;
	-moz-transition-duration: .3s;
	-moz-transition-timing-function: ease-in;
	-ms-transition-duration: .3s;
	-ms-transition-timing-function: ease-in;
	-o-transition-duration: .3s;
	-o-transition-timing-function: ease-in;
}
.nav article.nav-lf{
	width: 368px;
}
.nav article.nav-cer,
.nav article.nav-rt{
	width: 288px;
}
.nav article.nav-rt{
	margin: 0;
}
.nav article .h{
	width: 100px;
	height: 80px;
	background-color: #008448;
	text-align: center;
}
.nav article .h figure figcaption{
	font-size: 18px;
	color: white;
	margin-top: 14px;
}
.nav article .h figure figcaption a{color:#fff;}
.nav article .h figure .nav-btn{
	width: 85px;
	height: 25px;
	line-height: 25px;
	color: #008448;
	font-size: 16px;
	background-color: white;
	border-radius: 5px;
	margin: 10px auto 0;
}
.nav article .h figure .nav-btn:hover{
	box-shadow: 1px 1px 3px rgba(0,0,0,.5);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,.5);
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,.5);
	-o-box-shadow: 1px 1px 3px rgba(0,0,0,.5);
	-ms-box-shadow: 1px 1px 3px rgba(0,0,0,.5);
}
.nav article.nav-lf .h-cent{
	width: 260px;
	height: 80px;
	width: 258px\9;
	height: 78px\9;
	border: #b3b3b3 solid 1px;
}
.nav article.nav-lf .h-cent .cent-1,
.nav article.nav-cer .h-cent .cent-1,
.nav article.nav-rt .h-cent .cent-1{
	margin: 12px 0 15px 20px;
	margin: 12px 0 0px 20px\9;
}
.nav article.nav-lf .h-cent .cent-2,
.nav article.nav-cer .h-cent .cent-2,
.nav article.nav-rt .h-cent .cent-2{
	margin-left: 20px;
}
.nav article.nav-lf .h-cent ol{
	width: 238px;
	height: 20px;
}
.nav article.nav-cer .h-cent ol,
.nav article.nav-rt .h-cent ol{
	width: 160px;
	height: 20px;
}
.nav article.nav-lf .h-cent ol li,
.nav article.nav-cer .h-cent ol li,
.nav article.nav-rt .h-cent ol li{
	/**margin-right: 3px;**/
	margin-right: 8px\9;
}
.nav article.nav-lf .h-cent ol li::after,
.nav article.nav-cer .h-cent ol li::after,
.nav article.nav-rt .h-cent ol li::after{
	content: "|";
	color: #333;
	font-size: 14px;
	padding-left: 4px;
}
.nav article.nav-lf .h-cent ol li:last-of-type::after,
.nav article.nav-cer .h-cent ol li:last-of-type::after,
.nav article.nav-rt .h-cent ol li:last-of-type::after{
	content: "";
}
.nav article.nav-lf .h-cent ol li a,
.nav article.nav-cer .h-cent ol li a,
.nav article.nav-rt .h-cent ol li a{
	color: #333;
	font-size: 14px;
}
.nav article.nav-cer .h-cent,
.nav article.nav-rt .h-cent{
	width: 180px;
	height: 78px;
	width: 178px\9;
	height: 78px\9;
	border: #b3b3b3 solid 1px;
}
.nav article .h-cent ol li a:hover{
	color: red;
	text-decoration: underline;
}
/*footer*/
footer{
	margin-top: 35px;
}
footer img{
	margin: 0;
	padding: 0;
}
footer .foot-row1{
	height: 51px;
	background: url(../../images/foot-repeat.gif);
	overflow: hidden;
}
footer .foot-row1 .row1-cent{
	height: 51px;
	position: relative;
}
footer .foot-row1 .row1-cent .scrollTop img{
	position: absolute;
	right: 0;
	bottom: 0;
	bottom: 10px\9;
}
footer .foot-row1 article time{
	font-size: 12px;
	color: #b5a381;
	line-height: 60px;
	overflow: hidden;
}
footer .foot-row1 aside{
	width: 315px;
	height: 51px;
}
footer .foot-row1 aside dl dt{
	font-size: 14px;
	color: #b5a381;
	line-height: 51px;
}
footer .foot-row1 aside dl dd{
	float: left;
	width: 34px;
	height: 34px;
	border-radius: 34px;
	background-color: #b5a381;
	margin: 10px 0 0  8px;
	text-align: center;
	overflow: hidden;
	filter: Alpha(opacity=60);
}
footer .foot-row1 aside dl dd:hover{
	background-color: #d3ba8c;
}
footer .foot-row2{
	/* height: 352px; */
	background-color: #1c1b1b;
}
footer .foot-row2 .row2-cent{
	padding-top: 35px;
	padding-bottom: 30px;
}
footer .foot-row2 .row2-cent article{
	width: 740px;
	/* height: 262px; */
}
footer .foot-row2 .row2-cent article ol li{
	width: 140px;
	/* height: 260px; */
	text-align: center;
	background-color: #1f1e1e;
	margin-right: 10px;
	overflow: visible;
}
footer .foot-row2 .row2-cent article ol li figure{
	margin-top: -8px;
	zoom:1;
	_position: relative;
}
footer .foot-row2 .row2-cent article ol li figure img{
	transition-duration: .3s;
	transition-timing-function: ease-in;
	-webkit-transition-duration: .3s;
	-webkit-transition-timing-function: ease-in;
	-moz-transition-duration: .3s;
	-moz-transition-timing-function: ease-in;
	-ms-transition-duration: .3s;
	-ms-transition-timing-function: ease-in;
	-o-transition-duration: .3s;
	-o-transition-timing-function: ease-in;
}
footer .foot-row2 .row2-cent article ol li:hover figure img{
	transform: rotate(360deg);
	transition-duration: .3s;
	transition-timing-function: ease-out;
	-webkit-transform: rotate(360deg);
	-webkit-transition-duration: .3s;
	-webkit-transition-timing-function: ease-out;
	-moz-transform: rotate(360deg);
	-moz-transition-duration: .3s;
	-moz-transition-timing-function: ease-out;
	-ms-transform: rotate(360deg);
	-ms-transition-duration: .3s;
	-ms-transition-timing-function: ease-out;
	-o-transform: rotate(360deg);
	-o-transition-duration: .3s;
	-o-transition-timing-function: ease-out;
}
footer .foot-row2 .row2-cent article ol li figure p{
	font-size: 11px;
	transform: scale(0.916);
	-moz-transform: scale(0.916);
	-ms-transform: scale(0.916);
	-o-transform: scale(0.916);
	-webkit-transform: scale(0.916);
	color: #b5a381;
}
footer .foot-row2 .row2-cent article ol li figure figcaption{
	font-size: 18px;
	font-family: "黑体";
	color: #b4b4b4;
	margin-top: 3px;
}
footer .foot-row2 .row2-cent article ol li dl{
	margin-top: 15px;
}
footer .foot-row2 .row2-cent article ol li dl dd{
	margin-top: 10px;
	margin-top: 0px\9;
}
footer .foot-row2 .row2-cent article ol li dl dd a{
	color: #b5a381;
	font-size: 12px;
	font-family: "宋体";
}
footer .foot-row2 .row2-cent article ol li dl dd a:hover{
	text-decoration: underline;
}
footer .foot-row2 .row2-cent aside{
	width: 232px;
	/* height: 262px; */
}
footer .foot-row2 .row2-cent aside figure{
	width: 180px;
	height: 64px;
	background-color: #1f1e1e;
	background-image: url(../../images/foot-bk.png);
	background-repeat: no-repeat;
	background-position: left top; 
	padding: 1px 1px 1px 30px;
	color: #b4b4b4;
}
footer .foot-row2 .row2-cent aside figure p{
	font-size: 14px;
	margin-top: 8px;
}
footer .foot-row2 .row2-cent aside figure figcaption{
	font-size: 16px;
	margin-top: 5px;
}
footer .foot-row2 .row2-cent aside .aside-wx{
	margin-top: 10px;
}
footer .foot-row2 .row2-cent aside h6{
	width: 137px;
	height: 95px;
	text-align: center;
}
footer .foot-row2 .row2-cent aside h6 p{
	color: #b4b4b4;
	font-size: 16px;
	line-height: 18px;
	margin: 8px 0 28px;
}
footer .foot-row2 .row2-cent aside h6 strong{
	font-size: 14px;
	color: #b5a381;
	font-weight: normal;
}
footer .foot-row2 .row2-cent aside address{
	font-size: 12px;
	color: #b4b4b4;
	line-height: 16px;
	font-style: normal;
	margin-top: 10px;
}
/*Last*/
.last{
	margin-top: 42px;
	height: 200px;
	border: #e6e6e6 solid 1px;
	padding: 0 15px;
}
.last ol{
	height: 49px;
	border-bottom: #d9d9d9 solid 1px;
	line-height: 55px;
	font-size: 16px;
	color: #808080;
	overflow: hidden;
}
.last ol li{
	width: 89px;
	cursor: pointer;
}
.last ol li.active span{
	padding-bottom: 9px;
	padding-bottom: 8px\9;
	border-bottom: #009953 solid 2px;
	color: black;
}
.last .last-index{
	width: 968px;
	height: 115px;
	margin-top: 24px;
	overflow: hidden;
}
.last .last-index li{
	width: 968px;
	height: 115px;
	overflow: hidden;
}
.last .last-index li.index-1 a{
	display: block;
	width: 20%;
	height: 113px;
	text-align: center;
	float: left;
	width: 19.8%\9;
}
/*bcn*/
.bcn{
	height: 52px;
	background-color: #ebebeb;
	line-height: 52px;
	margin-top: 25px;
	padding: 0 10px;
	overflow: hidden;
}
.bcn .nav-bc ul li{
	margin-right: 8px;
	font-size: 16px;
	color: #333;
}
.bcn .nav-bc ul li a{
	color: #333;
}
.bcn .nav-bc ul li a span{
	color: red;
}
.bcn form{
	width: 332px;
	height: 32px;
	margin-top: 10px;
}
.bcn form datalist{
	display: none;
}
.bcn form input{
	border: #d9d9d9 solid 1px;
	width: 215px;
	height: 32px;
	line-height: 32px;
	background: url(../../images/search-bk.png) no-repeat 10px center;
	background-color: white;
	border-radius: 32px 0 0 32px;
	color: #999;
	font-size: 16px;
	font-family: "微软雅黑";
	padding: 0 0 0 35px;
	outline:medium;
}
.bcn form button{
	border: none;
	background-color: #008448;
	border-radius: 0 34px 34px 0;
	height: 34px;
	line-height: 34px;
	width: 80px;
	text-align: center;
	color: white;
	font-size: 16px;
	font-family: "微软雅黑";
	cursor: pointer;
	outline:medium;
}
.bcn form button:hover{
	background-color: #006b3a;
}
/*侧边栏*/
.zw{
	margin-top: 25px;
}
.zw aside{
	width: 290px;
	height: auto;
}
.zw aside .aside-row1{
	height: 295px;
	border: #e6e6e6 solid 1px;
	background-color: #f2f2f2;
	overflow: hidden;
}
.zw aside .aside-row1 .row1-1{
	width: 278px;
	height: 150px;
	background-color: #f7f6f6;
	border: none;
	border-bottom: #e6e6e6 solid 1px;
	padding: 12px 0 0 10px;
	resize: none;
	overflow-x: none;
	outline: medium;
	color: #999;
}
.zw aside .aside-row1 form .form-1{
	height: 26px;
	line-height: 26px;
	padding: 0 5px;
	margin-top: 12px;
	margin-top: 10px\9;
}
.zw aside .aside-row1 form .form-1 label{
	color: #4d4d4d;
	font-size: 16px;
	padding-left: 15px;
	background: url(../../images/article-aside-1.png) no-repeat left center;
}
.zw aside .aside-row1 form .form-1 input{
	width: 60%;
	height: 24px;
	border: #d9d9d9 solid 1px;
	padding: 0;
	line-height: 24px;
}
.zw aside .aside-row1 form .form-btn{
	width: 288px;
	height: 36px;
	line-height: 36px;
	background-color: #f89f01;
	border: none;
	outline: medium;
	font-family: "微软雅黑";
	margin-top: 16px;
	margin-top: 10px\9;
	cursor: pointer;
}
.zw aside .aside-row1 form .form-btn:hover{
	background-color: #e69300;
}
.zw aside .aside-row1 form .form-btn span{
	font-size: 18px;
	padding-left: 35px;
	background: url(../../images/article-aside-btn.png) no-repeat left center;
}
.zw aside .aside-row2{
	margin-top: 18px;
	/* height: 350px; */
	border: #d9d9d9 solid 1px;
	overflow: hidden;
}
.zw aside .aside-row2 .title,
.zw aside .aside-row3 .title,
.zw aside .aside-row4 .title,
.zw aside .aside-row5 .title{
	background-color: #008448;
	height: 48px;
	line-height: 48px;
	color: white;
	padding: 0 10px;
}
.zw aside .aside-row2 .title figcaption,
.zw aside .aside-row3 .title figcaption,
.zw aside .aside-row4 .title figcaption,
.zw aside .aside-row5 .title figcaption{
	font-size: 18px;
}
.zw aside .aside-row2 .title a,
.zw aside .aside-row3 .title a,
.zw aside .aside-row4 .title a,
.zw aside .aside-row5 .title a{
	font-size: 16px;
	color: white;
}
.zw aside .aside-row2 .title a:hover,
.zw aside .aside-row3 .title a:hover,
.zw aside .aside-row4 .title a:hover,
.zw aside .aside-row5 .title a:hover,
.zw aside .aside-row3 .row3-txts li a:hover{
	text-decoration: underline;
}
.zw aside .aside-row2 .row2-slide{
	/* height: 266px; */
	overflow: hidden;
	background: url(../../images/slide-bk.jpg) no-repeat center;
	position: relative;
}
.zw aside .aside-row2 .row2-slide .parBd_03,
.zw aside .aside-row2 .row2-slide .parBd_03 ul li{
	width: 288px;
	/* height: 266px; */
}
.zw aside .aside-row2 .row2-slide .parHd_03{
	position: absolute;
	bottom: 8px;
	right: 10px;
}
.zw aside .aside-row2 .row2-slide .parHd_03 ol li{
	width: 12px;
	height: 3px;
	background-color: #929292;
	margin-left: 6px;
}
.zw aside .aside-row2 .row2-slide .parHd_03 ol li.on{
	background-color: #008448;
}
.zw aside .aside-row2 .row2-btns{
	margin-top: 2px;
}
.zw aside .aside-row2 .row2-btns a{
	width: 143px;
	height: 34px;
	line-height: 34px;
	font-size: 16px;
}
.zw aside .aside-row2 .row2-btns a.btn-1{
	background-color: #f89f01;
}
.zw aside .aside-row2 .row2-btns a.btn-2{
	background-color: #008448;
}
.zw aside .aside-row2 .row2-btns a:hover,
.zw article .arte-btns  a:hover,
.zw article .arte-btnes a:hover{
	opacity: .8;
	-webkit-opacity: .8;
	-moz-opacity: .8;
	-ms-opacity: .8;
	-o-opacity: .8;
	filter: Alpha(opacity=80);
}
.zw aside .aside-row3{
	margin-top: 20px;
	height: 280px;
	border: #e6e6e6 solid 1px;
	overflow: hidden;
	position: relative;
}
.zw aside .aside-row3 .row3-txts{
	padding-left: 10px;
	margin-top: 12px;
	margin-top: 6px\9;
}
.zw aside .aside-row3 .row3-txts li{
	width: 262px;
	padding-left: 14px;
	background: url(../../images/aside-yd.gif) no-repeat left center;
	background: url(../../images/aside-yd.gif) no-repeat left 15px\9;
	margin-bottom: 8px;
	margin-bottom: 0px\9;
}
.zw aside .aside-row3 .row3-txts li.only{
	margin: 0;
}
.zw aside .aside-row3 .row3-txts li a{
	font-family: "宋体";
	font-size: 12px;
	color: #737373;
	line-height:23px;
	height:23px;
	display:block;
	text-overflow: ellipsis; overflow: hidden; white-space: nowrap;
}
.row3-btn{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 288px;
	height: 34px;
	line-height: 34px;
	font-size: 18px;
	background-color: #f89f01;
}
.row3-btn span{
	padding-left: 30px;
	background: url(../../images/aside-icon.png) no-repeat left center;
}
.row3-btn:hover{
	background-color: #e49200;
}
.zw aside .aside-row4{
	margin-top: 20px;
	border: #e6e6e6 solid 1px;
	height: 398px;
	overflow: hidden;
	position: relative;
}
.zw aside .aside-row4 .row4-images{
	height: 144px;
	padding: 4px;
	overflow: hidden;
}
.zw aside .aside-row4 .row4-tabs{
	margin-top: 10px;
	padding: 0 4px;
}
.zw aside .aside-row4 .row4-tabs li{
	height: 28px;
	border-bottom: #ccc dashed 1px;
	line-height: 28px;
}
.zw aside .aside-row4 .row4-tabs li a{
	font-size: 14px;
	color: #4c4c4c;
}
.zw aside .aside-row4 .row4-tabs li.active a{
	color: red;
}
.zw aside .aside-row5{
	margin-top: 20px;
	height: 335px;
	border: #e6e6e6 solid 1px;
	overflow: hidden;
	position: relative;
}
.zw aside .aside-row5 .row5-slide{
	margin-top: 20px;
	padding: 0 10px;
}
.zw aside .aside-row5 .row5-slide .parHd_04{
	height: 26px;
}
.zw aside .aside-row5 .row5-slide .parHd_04 ol li{
	width: 25%;
	height: 26px;
}
.zw aside .aside-row5 .row5-slide .parHd_04 ol li a{
	width: 58px;
	height: 26px;
	background-color: #b4b4b4;
	margin: 0 auto;
	line-height: 26px;
	border-radius: 26px;
	font-size: 14px;
}
.zw aside .aside-row5 .row5-slide .parHd_04 ol li.on a{
	background-color: #008448;
}
.zw aside .aside-row5 .row5-slide .parBd_04{
	height: 170px;
	overflow: hidden;
	margin-top: 20px;
}
.zw aside .aside-row5 .row5-slide .parBd_04 li{
	width: 268px;
	height: 170px;
}
.zw aside .aside-row5 .row5-slide .parBd_04 li .case-group p img{
	border: #e6e6e6 solid 1px;
	border-radius: 5px;
	padding: 2px;
}
.zw aside .aside-row5 .row5-slide .parBd_04 li .case-intro{
	margin-top: 10px;
	line-height: 18px;
	color: #666;
	font-size: 12px;
	font-family: "宋体";
	text-align: justify;
}
.zw aside .aside-row5 .row5-slide .parBd_04 li .case-intro a{
	color: red;
}
.zw article{
	width: 665px;
}


/*头图幻灯*/
.focusBox{position:relative;/*width:100%;*/width: 1000px;margin: 0 auto;text-align:center;/*height:420px;*/height: 292px;overflow:hidden;}
.focusBox .pic{position:relative;z-index:0;text-align: center;}
.focusBox .pic img{/*height:420px;*/display:block;margin:0 auto;width: 100%;}
.focusBox .hd{width:100%;position:absolute;bottom:15px; left:48%;}
.focusBox .hd li{width: 12px;height: 12px;background:#b1b0ad;float: left;margin-left: 12px;}
.focusBox .hd .on{background:#02725a;}
.focusBox .prev,.focusBox .next{  display:block;  position:absolute; z-index:1; top:50%; margin-top:-30px; left:13%;  z-index:1; width:56px;height:56px;  cursor:pointer; filter:alpha(opacity=50);opacity:0.5; display:none;  }	
.focusBox .next{ left:auto; right:13%; background-position:-56px 0px;}



.parBd .box:last-child li{float:left;margin-right:15px;}
.parBd .box:last-child li a{color:#999999;font-size:17px;}
.parBd .box:last-child li a:hover {color:#333333}
.form-1 input{ width:60%}
footer .foot-row2 .row2-cent aside address a{color:#b4b4b4;display:block;padding-top:5px;}
footer .foot-row2 .row2-cent aside address dd{padding:0 !important;margin-top: -10px;}

.parBd .box:last-child li{display: inline-block;margin-right:15px}
#page_navigation li{ display: inline-block;list-style: none;}
.fig{ color:black;font-size: 18px;padding-bottom:15px;display: inline-block;}
.fig b{font-weight: normal}
.parBd .box:last-child li a{color:#999999;font-size:17px;}
.parBd .box:last-child li a:hover {color:#333333}
.form-1 input{ width:60%}

.parBd .box:last-child li{float:left;margin-right:15px}
.parBd .box:last-child li a{color:#999999;font-size:17px;}
.parBd .box:last-child li a:hover {color:#333333}



.col960 {
	width: 1000px;
	margin: auto;
	line-height: 30px;
	color: #fff;
	font-size: 13px;
}
.navbg {
	height: 30px;
	width: 100%;
	background: #2cc0c0;
	/**position: absolute;**/
	z-index: 99;
	left: 0;
}
.co-name {
	
	float: left;
}
.co-function {
	width: 210px;
	float: right;
}
.co-function p {
	float: right;
}
.co-function a {
	color: #fff;
}
.co-function a:hover {
	text-decoration: underline;
}


.clearfix::before,
.clearfix::after {
	content: "";
	display: block;
}
.clearfix::after {
	clear: both;
}
.clearfix {
	*zoom:1;
}

.foot-info {
	width:100%;
	float:left;
	text-align:center;
	color:#fff;
	/* margin-top:-10px; */
	padding-top: 30px;
}

.foot-info a {
	color: #fff;
}

