@charset "gb2312";

/* CSS Document */
body {font-family:"微软雅黑","tahoma","Arial","Simsun","Helvetica"; margin:0; padding:0; font-size:12px; color:#61605f; overflow-x:hidden}
div, p, h1, h2, h3, h4, h5, h6, form, img, ul, ol, li, dl, dt, dd {margin: 0; padding: 0; border: 0;}
ul, ol, li{list-style:none;}
table,td,tr,th,textarea{font-size:12px;line-height:20px;}
input,select,label {vertical-align: middle;margin: 0;}
ul li{ list-style:none;}
/****** 链接样式 ******/
a {color: #666666; text-decoration:none;font-size: 12px;}
a:hover {color:#ff0000; text-decoration:none}
a.one{color: #333; text-decoration:none;}
a.one:hover{color:#ff6600; text-decoration:underline;}
/****** 字样式 ******/
.fB {font-weight: bold;}
/****** 字的颜色样式[c+Color Name] ******/
.cRed,a.cRed:link,a.cRed:visited{ color:#ff0000; text-decoration:none;}
/****** 元素对齐样式 [fl+ 方位名称] ******/
.fl{ float: left;}
.fr{ float: right;}
img{vertical-align:top;border:0;}
/******  清除浮动样式  ******/
.fix{zoom:1;}
.fix:after{ content:","; overflow:hidden; height:0; visibility:hidden; clear:both; display:block;}
.clear{clear:both;}
strong{color:#fe0101;}
.center{text-align:center;}
/******  头部样式  ******/
.home_top{width:1220px; height:99px; margin:auto; padding:15px 0px;}
.home_nav{width:100%; height:auto; background:url(../images/home_navbg.jpg) repeat-x scroll;}
.home_nav ul{height:55px;}
.home_nav ul{width:980px;  margin:auto;}
.list_ad{width:1440px; margin:auto;}
.home_nav ul li{border-left:1px solid #c8a160;border-right:1px solid #935f21; float:left; font-size:16px;margin-top:2px;padding:15px 8px;}
.home_nav ul li a{color:#FFFFFF; padding:8px 13px; }
.home_nav ul li a:hover{color:#FFFFFF; background:url(../images/home_navbghover.jpg) scroll no-repeat; padding:8px 13px; color:#955f16}
.anylinkcss{zIndex:9999; position:absolute}
.anylinkcss a{ height:13px; font-size:14px; color:#686868; float:none; display:block; text-align:center;z-index:999; height:20px; padding-top:7px;padding-bottom:7px;}
.anylinkcss a:hover{ color:#935f21; text-decoration:underline;}
#anylinkmenu2{    background-color: #fff;
    border: 1px solid #ccc;
    height: auto;
    margin-left: -15px;
    margin-top: -183px;
    width: 145px;}
#anylinkmenu1{    background-color: #fff;
    border: 1px solid #ccc;
    height: auto;
    margin-left: -15px;
    margin-top: -183px;
    width: 133px;}
#anylinkmenu3{  background-color: #fff;
    border: 1px solid #ccc;
    height: auto;
    margin-left: -14px;
    margin-top: -183px;
    width: 133px;}
#anylinkmenu4{ width:269px; height:auto; background-color:#fff; border:1px solid #ccc; margin-left: -81px;margin-top:-183px;}
#anylinkmenu4 a{float: left; margin-left:15px; }
<!--广告图-->
#owl-demo{width:1420px;height:464px; margin-top:-100px; margin:auto;}
#owl-demo img{display:block;width:1420px;height:464px;margin:auto;}
#owl-demo b{position:absolute;left:0;bottom:0;width:100%;height:78px;background-color:#000;opacity:.5;filter:alpha(opacity=50);}
#owl-demo span{position:absolute;left:0;bottom:37px;width:100%;font:18px/32px "微软雅黑","黑体";color:#fff;text-align:center;}
.owl-pagination{position:absolute;left:0;bottom:10px;width:100%;height:22px;text-align:center;}
.owl-page{display:inline-block;width:10px;height:10px;margin:0 5px;background-image:url(../images/bg15.png);*display:inline;*zoom:1;}
.owl-pagination .active{width:25px;background-image:url(../images/bg16.png);}
.owl-buttons{display:none;}
.owl-buttons div{position:absolute;top:50%;width:40px;height:80px;margin-top:-40px;text-indent:-9999px;}
.owl-prev{left:0;background-image:url(../images/bg17.png);}
.owl-next{right:0;background-image:url(../images/bg18.png);}
.owl-prev:hover{background-image:url(../images/bg19.png);}
.owl-next:hover{background-image:url(../images/bg20.png);}
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}
/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}
<!--副标题-->
.home_othert{ width:100%; height:72px; background-color:#e7e3dd; margin:auto; overflow:hidden}
.home_othert ul{width:980px; margin:auto;display:block;}
.home_othert ul li{float:left; height:72px; width:245px}
.home_othert ul li a{ width:100%; height:72px; color:#33281b; font-size:20px; float:left}
.home_othert ul li span{ padding:12px 0 0 83px; float:left}
.home_othert ul li:hover{ border:1px #c9c9c9 solid; width:243px; height:70px}

.home_othert1{ background:url(../images/home_fb04.png) no-repeat}
.home_othert2{ background:url(../images/home_fb03.png) no-repeat}
.home_othert3{ background:url(../images/home_fb02.png) no-repeat}
.home_othert4{ background:url(../images/home_fb01.png) no-repeat}

.home_main{width:1100px; height:auto; margin:auto;}
<!--资讯-->
.home_zixu{height:437px;width:980px;}
.home_zixu_ppt{width:304px; float:left;}
.home_zixu_new{width:377px; height:435px;border-bottom:1px solid #dddddd; border-right:1px solid #dddddd; border-top:1px solid #dddddd; float:left;}
.home_zixu_luxian{width:294px;height:435px;border-bottom:1px solid #dddddd; border-right:1px solid #dddddd; border-top:1px solid #dddddd; float:left;}
<!--幻灯片-->
.silder {width:304px;height:436px; overflow: hidden;text-align: center;margin: 0 auto;position:relative;float:left;}
.silder .silder_list {height:200px; overflow:hidden;position: relative;}
.silder .silder_list a{position:absolute; top:0;left:0;}
.silder .silder_list a,.silder .silder_list img{display:inline-block;float:left;}
.silder .silder_page{background-color: #fff;
    bottom: 1px;
    height: 39px;
    margin: -39px auto;
    opacity: 0.5;
    overflow: hidden;
    padding-left: 249px;
    right: 1px;
    text-align: right;}
.silder .silder_page li{width:16px; font-size:12px; float:left; height:16px; overflow:hidden;line-height:16px;margin:15px 10px 0 0; background:#000;display:inline-block;text-align:center;color:#fff;}
.silder .silder_page .current{background-color:#cb8634; color:#fff;}
.silder .silder_page li:hover{cursor:pointer;background-color:#cb8634;color:#fff;}
<!--新闻-->
.home_zixu_new #home_zixu_new00{width:377px; height:48px;}
.home_zixu_new #home_zixu_new00 li{font-size:20px; color:#515151; float:left; margin-left:18px;}
#tab { width:412px; height:216px; position:relative;margin:19px 0 23px 19px;}
html > body #tab { width:337px;}
#tab div { position:absolute; top:30px; left:0; width:337px; height:186px;  margin-left: 13px; margin-top:20px;}
#tab div { display:none;}
#tab .block { display:block;}
#tab h3 { float:left; width:103px; height:30px; line-height:30px; margin:0 0 0 0; font-size:12px; cursor:pointer; text-align:center; color:#515151; font-weight:normal; font-size:20px;}
#tab .up { color:#ac772f;}
#tab ul { list-style:none; padding:0; height:186px; margin-top:5px; font-size:14px;}
#tab li {  margin-right:10px;  height:22px; padding-top:10px; overflow:hidden; font-size:12px;}
#tab li a { width:230px;display:inline; font-size:14px; text-decoration:none; text-indent:10px; margin-right:10px; overflow:hidden}
#tab li a:hover{ text-decoration:underline; color:#ac772f}
#tab li span{ display:block; float:right; margin-right:5px; color: #bdacb3;}
a.tab_title:link { color: #5a5a5a; text-decoration:none;}
a.tab_title:visited { color:#5a5a5a; text-decoration:none;}
a.tab_title:hover { color:#5a5a5a; text-decoration:none;}
a.tab_title:active { color:#5a5a5a; text-decoration:none;}
a.tab_menu:link { color:#6464d5; text-decoration:none;}
a.tab_menu:hover { color:#8888e0; text-decoration:underline;}
#con_two_1 img{float:left; padding-right:8px;}
.home_zixu_new h5{color:#906844; font-size:16px; height:23px; overflow:hidden;}
.home_zixu_new h5 a{ color:#906844;}
#con_two_1 p{line-height:24px; color:#6b6a6al;}
#con_two_2 img{float:left; padding-right:8px; }
.home_zixu_new img{height:87px;}
#con_two_2 h5{color:#906844; font-size:16px;}
#con_two_2 p{line-height:24px; color:#6b6a6al;}
#con_two_3 img{float:left; padding-right:8px;}
#con_two_3 h5{color:#906844; font-size:16px;}
#con_two_3 p{line-height:24px; color:#6b6a6al;}
.con_two_101 img{float:left; width:108px; height:87px;}
<!--来源路线-->
.home_zixu_luxian object{margin-top:13px;}
.home_zixu_luxian  p{line-height:22px; color:#535252; padding-bottom:18px;padding-top:20px;} 
.home_zixu_luxian  p  span a{color:#ac772f;}
.home_zixu_luxian  p  span a:hover{color:#FF0000;}
<!--合作医院-->
.wrapper{max-width: 800px;height: 400px;margin: 10px auto;background: #fff;box-shadow: 0 2px 2px #f2f2f2;position: relative;}
#home_tab{width: 253px;height:311px; float:left}
#tab_left,#tab_con{background: #fff; float:left} 
#tab,#tab_con{float: left; width:719px;}
#tab_left{width:253px;}
#tab_left li{list-style-type: none;font-size: 20px;text-align: center;width: 253px;height:57px; margin-top:7px;}
#tab_left li a{color: #6d6d6d;text-decoration: none;display: block;background: #f1eeeb; height:57px; line-height:57px; font-size:16px;}
#tab_left li a:hover{background: #ac772f;text-decoration: none;color: #fff;}
#tab_con{width: 687px;height: 281px;overflow: hidden; border:1px solid #dddddd; margin-left:7px; padding:15px;}
#tab_con img {float:left; padding-right:33px; width::376px; height:278px;}
#tab_con h5{ color:#ac772f; font-size:18px;}
#tab_con  p{color:#5f5e5e; line-height:28px; font-size:14px;}
#tab_con  p span{ color:#955c0d;}
#tab_left #tab_left_1{margin-top:0px;}
<!--孕育流程-->
.home_liucheng{width:980px; height:auto;}
.home_lc01{width:980px; height:219px; margin-top:10px;}
.home_lc01 li{width:195px; height:207px; border:1px solid #dddddd; font-size:16px; float:left}
.home_lc01 li h5{ font-size:16px; color:#2b2b2a; padding-top:10px; padding-left:6px;}
.home_lc01 li img{margin-left:6px; margin-top:5px;}
.home_lc01 li h5 span{color:#ac772f; font-size:19px; padding-right:5px; font-weight:bolder; line-height:13px;}
.home_lc01 li p{font-size:12px; color:#61605f; padding:13px; line-height:20px;}
.home_lc02{width:950px; padding:16px;}
<!--专家模块-->
.home_zhuanjia{width:980px; height:auto;}
.home_zjcont{ width:408px; height:479px; float:left; border:1px solid #dddddd;}
.home_zjlist{width:550px; height:480px; float:left; margin-left:20px;}
.home_zjlist ul li{width:182px; height:239px; float:left;border:1px solid #dddddd;}
.home_zjlist ul li p{text-align:center; font-size:16px; color:#353535; line-height:30px; border-top:1px solid #ddd}
.home_zjlist ul li p span{font-size:14px;}
.home_zhuanjia_10{width:408px; height:368px; background:url(../images/home_zjcont01.jpg) scroll no-repeat;}
#home_zhuanjia_12{width:408px; height:368px; background:url(../images/home_zjcont02.jpg) scroll no-repeat;}
#home_zhuanjia_13{width:408px; height:368px; background:url(../images/home_zjcont03.jpg) scroll no-repeat;}
#home_zhuanjia_14{width:408px; height:368px; background:url(../images/home_zjcont04.jpg) scroll no-repeat;}
#home_zhuanjia_15{width:408px; height:368px; background:url(../images/home_zjcont05.jpg) scroll no-repeat;}
#home_zhuanjia_16{width:408px; height:368px; background:url(../images/home_zjcont06.jpg) scroll no-repeat;}
.home_zhuanjia_10 h5{padding:86px 0px 0px 210px; font-size:26px; color:#313131;}
.home_zhuanjia_10 h5 span{font-size:16px; padding-left:4px; color:#666666;}
.home_zhuanjia_10 span{padding:86px 0px 0px 210px;}
.home_zhuanjia_10 p{padding:68px 0px 0px 160px; width:230px; font-size:13px;}
.home_zhuanjia_11 li{width:134px; height:62px; float:left}
.home_zhuanjia_110{ background:url(../images/home_zjcont020.jpg) scroll no-repeat;}
.home_zhuanjia_11 li h5{color:#ac772f; font-size:16px; padding:7px 0px 0px 65px;}
.home_zhuanjia_11 li h5 span{color:#262526; font-size:12px;}
.home_zhuanjia_111{ background:url(../images/home_zjcont021.jpg) scroll no-repeat;}
.home_zhuanjia_112{ background:url(../images/home_zjcont022.jpg) scroll no-repeat;}
.home_zhuanjia_12 li {width:204px; height:50px; float:left;}
.home_zhuanjia_12 li a{width:202px; height:48px;color:#4d4c4c; background-color:#fff; display:block;border-top:1px solid #ddd; border-left:1px solid #ddd; text-align:center; line-height:50px; font-size:20px;}
.home_zhuanjia_12 li a:hover{width:202px; height:50px; background-color:#ac772f; color:#fff;display:block;font-size:20px;}
/*疾病分类*/
.ybfl{ margin-top:17px; color:#656565}
.ybfl a{ color:#656565}
.ybfl a:hover,.bktop a{ color:#ac772f}
.bktop a:hover{ color:#ff0000}

.disease { width:688px; height:317px; border:1px solid #ddd; float:left; }
.disease .diseti { width:688px; height:47px; background:url(../images1/dtbg.jpg) left repeat-x; overflow:hidden; }
.disease .disecen { width:688px overflow:hidden; }
.disease .disecen .tsks_le { width:136px; float:left; }
.disease .disecen .tsks_le ul { }
.disease .disecen .tsks_le ul li { width:136px; height:45px; line-height:45px; text-align:center; background:url(../images1/xkjsb_102.jpg) bottom no-repeat; font-size:14px; color:#166da3; float:left; }
.disease .disecen .tsks_le ul li a { font-size:14px; color:#555; }
.disease .disecen .tsks_le ul li.hover { width:136px; height:45px; display:block; line-height:45px; text-align:center; background:url(../images1/xkjsb_110.jpg) bottom no-repeat; font-size:14px; font-weight:bold; color:#555; float:left; }
.disease .disecen .tsks_le ul li.hover a { font-size:16px; font-weight:bold; color:#555; }
.disease .disecen .tsks_cen { width:552px; float:right; }
.disease .disecen .tsks_cen .tsks_h3 { width:532px; height:125px; margin:15px 10px; overflow:hidden; }
.disease .disecen .tsks_cen .tsks_h3 img { width:172px; height:125px; float:left; margin-right:8px; }
.disease .disecen .tsks_cen .tsks_h3 h3 { font-size:14px; }
.disease .disecen .tsks_cen .tsks_h3 h3 a { color:#333; }
.disease .disecen .tsks_cen .tsks_h3 p { text-indent:2em; line-height:24px; background:url(../images1/xkjsb_113.jpg) bottom right no-repeat; padding:5px 0; }
.disease .disecen .tsks_cen .tsks_h3 ul { padding:5px 0 0 0; }
.disease .disecen .tsks_cen .tsks_h3 ul li { background:url(../images1/icon09.jpg) left center no-repeat; text-indent:10px; height:24px; line-height:24px; float:left; display:block; width:175px; overflow:hidden; }
.disease .disecen .tsks_cen .tsks_h3 ul li a span { color:#fe7e00 }
.disease .disecen .tsks_cen .tsks_jsal { width:261px; height:340px; float:left; margin-left:10px; }
.disease .disecen .tsks_cen .tsks_jsal .jsal { width:261px; height:27px; border-bottom:1px solid #ededed; overflow:hidden; }
.disease .disecen .tsks_cen .tsks_jsal .jsal h3 { height:27px; font-size:14px; color:#4d4d4d; text-indent:6px; line-height:27px; float:left; }
.disease .disecen .tsks_cen .tsks_jsal .jsal .more { width:50px; height:27px; line-height:27px; font-size:13px; color:#333; float:right; }
.disease .disecen .tsks_cen .tsks_jsal .tslf_pics { margin-top:10px; overflow:hidden;}
.disease .disecen .tsks_cen .tsks_jsal .tslf_pics img { width:85px; height:80px; float:left; }
.disease .disecen .tsks_cen .tsks_jsal .tslf_pics p { width:168px; line-height:26px; text-indent:2em; font-size:12px; color:#333; float:right; }
.disease .disecen .tsks_cen .tsks_jsal .than { width:261px; height:39px; padding-top:8px; margin-bottom:5px; overflow:hidden; }
.disease .disecen .tsks_cen .tsks_jsal ul { width:260px; height:156px; overflow:hidden; }
.disease .disecen .tsks_cen .tsks_jsal ul li { width:260px; height:26px; background:url(../images1/xian.jpg) bottom no-repeat; float:left; }
.disease .disecen .tsks_cen .tsks_jsal ul li .p01 { width:130px; height:26px; line-height:26px; background:url(../images1/icon10.jpg) left center no-repeat; font-size:12px; color:#333; text-indent:10px; float:left; }
.disease .disecen .tsks_cen .tsks_jsal ul li .p02 { width:130px; height:26px; line-height:26px; background:url(../images1/icon11.jpg) left center no-repeat; font-size:12px; color:#333; text-indent:10px; float:left; }
.disease .disecen .tsks_cen .tsks_jsal dl { width:261px; padding:12px 0px; overflow:hidden; }
.disease .disecen .tsks_cen .tsks_jsal dl dt {  padding:2px; border:0px solid #CCC; float:left; }
.disease .disecen .tsks_cen .tsks_jsal dl dt img {vertical-align:bottom;}
.disease .disecen .tsks_cen .tsks_jsal dl dt p { height:30px; line-height:30px; text-align:center; background:#4C4C4C; color:#FFF; font-size:14px}
.disease .disecen .tsks_cen .tsks_jsal dl dd {  line-height:25px; float:right; font-size:12px; color:#333; }
/**/
.technology { width:278px; height:317px; border:1px solid #ddd; float:right; }
.technology .techti { width:278px; height:47px; background:url(../images1/dtbg.jpg) left repeat-x; overflow:hidden; }
.technology .tech { width:278px; margin:6px auto; overflow:hidden; }
.technology .tech01 { width:278px; height:auto; overflow:hidden; }
.technology .tech01 h2 { width:278px; height:35px; line-height:35px; background:#f8f8f8; text-align:center; font-size:13px; color:#333; font-weight:normal; display:block; float:left; }
.technology .tech01 h2 a { font-size:13px; color:#333; font-weight:normal; }
.technology .tech01 h3 { width:278px; height:35px; line-height:35px; background:#FFF; text-align:center; font-size:13px; color:#333; font-weight:normal; display:block; float:left; }
.technology .tech01 h3 a { font-size:13px; color:#333; font-weight:normal; }
.technology .tech01 h3:hover,.technology .tech01 h2:hover{ background:#f8f8f8;}
.technology .tech01 h3 a:hover,.technology .tech01 h2 a:hover{ color:#ac772f}

.technology .tech02 { width:278px; overflow:hidden; }
.technology .tech02 .techimg { width:264px; height:81px; margin:0 7px; overflow:hidden; }
.technology .tech02 .techp { width:264px; margin:0px 7px; line-height:25px; font-size:12px; color:#333; text-indent:2em; overflow:hidden; }

/*baike2014-09-20*/

.bktop { width:532px; height:130px; margin:10px; margin-bottom:0px; overflow:hidden;background:url(../images/xkjsb_113.jpg) bottom right repeat-x;}

.bktop img { width:172px; height:120px; float:left; margin-right:8px; }

.bktop h3 { font-size:14px; line-height:28px;}

.bktop h3 a { color:#ac772f; }

.bktop p { text-indent:2em; line-height:26px;  padding:5px 0; }

.bkcen { width:532px; height:120px; margin:10px 10px 0; margin-left:15px; overflow:hidden; }

.bkcen ul li { background:url(../images/icon09.jpg) left center no-repeat; text-indent:10px; height:26px; line-height:26px; float:left; display:block; width:265px; overflow:hidden; }

.bkcen ul li a span { color:#ac772f }

.bkbot{width:518px; height:225px;overflow:hidden; border:#ECECEC solid 1px; margin-left:15px; display:none}

.bkbtit{width:518px; height:33px; border-bottom:#EBEBEB solid 1px;}

.bkbtit a { float:right; padding-right:10px; padding-top:10px;}

.bkbcont{width:518px; padding-top:14px; padding-bottom:10px;}

.bkbctL{width:188px; height:155px; float:left; border-right:#EAEAEA solid 1px; padding-left:12px; margin-bottom:5px; margin-right:15px;}

.bkbctLt{width:180px; height:83px; position:relative;}

.bkbctLt p { position:absolute; bottom:0px; left:0px;width:180px; background:#333; height:28px;opacity:0.9;filter:alpha(opacity=40); color:#FFF; text-align:center; line-height:28px;}

.bkbctLc{width:180px; height:50px; line-height:24px; }

.bkbctLc a { color:#F5760B}



.bkbctR{width:300px; height:155px; float:left;}

.bkbctR ul { width:260px; height:156px; overflow:hidden; }

.bkbctR ul li { width:260px; height:26px; background:url(../images/xian.jpg) bottom no-repeat; float:left; }

.bkbctR ul li .p01 { width:130px; height:26px; line-height:26px; background:url(../images/icon10.jpg) left center no-repeat; font-size:12px; color:#333; text-indent:10px; float:left; }

.bkbctR ul li .p02 { width:130px; height:26px; line-height:26px; background:url(../images/icon11.jpg) left center no-repeat; font-size:12px; color:#333; text-indent:10px; float:left; }

<!--友情链接-->
.home_youqing .home_youqing01{width:980px; height:102px;}
.home_youqing .home_youqing01 li{ margin-left:30px; float:left; font-size:16px; padding-top:10px}
.home_youqing .home_youqing01 li a{color:#838383;}
.home_youqing .home_youqing01 li a:hover{color:#ac772f;}
<!--底部-->
.home_dibu_dh01{width:980px; height:auto; margin:auto;}
.home_dibu_dh .home_dibu_dh01 li{ width:auto; height:49px; float:left; font-size:14px}
.home_dibu_dh .home_dibu_dh01 li a{color:#fff;margin-left:50px; float:left; display:block}
.home_dibu_dh .home_dibu_dh01 li a:hover{ margin-left:50px; text-decoration:underline;float:left; display:block}
.home_dibu_dh02{width:980px; height:auto; margin:auto;}
.home_dibu_dh02 img{ float:left; padding-right:25px;}
.home_dibu_dh02 p{width: 433px; padding:32px 0px 0px 0px; color:#fef9f2; line-height:28px; display:block; float:left }
.home_dibu_dh02 span img{ float:left;}
<!-----------------------------------------------------------------首页结尾--------------------------------------------------->
.kk1{display:block; height:80px; width:84px;}
.indexkefu{  position: absolute; background:url(../images/home_zixu_luxian03.png) no-repeat;width:255px; height:111px;}
#gh_form .submit{ background:url(../images/submit.gif) no-repeat; width:204px; height:25px; border:none; cursor:pointer;}
#gh_form input{ color:#999;}