@charset "gb2312";
/* 
	@名称: base
	@功能: 重设浏览器默认样式
*/

/* 防止用户自定义背景颜色对网页的影响，添加让用户可以自定义字体 */
html{ color:#000; background:#fff; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; _background-image:url(about:blank); _background-attachment:fixed; }

/* 内外边距通常让各个浏览器样式的表现位置不同 */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section { margin:0; padding:0; }

/* 重设 HTML5 标签, IE 需要在 js 中 createElement(TAG) */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section { display:block; }

/* HTML5 媒体文件跟 img 保持一致 */
audio,canvas,video { display: inline-block; *display: inline; *zoom: 1; }

/* 要注意表单元素并不继承父级 font 的问题 */
body,button,input,select,textarea{ font:14px/16px '宋体',arial,tahoma,\5b8b\4f53; }
input,select,textarea{ font-size:100%; }

/* 去掉各Table  cell 的边距并让其边重合 */
table{ border-collapse:collapse; border-spacing:0; }

/* IE bug fixed: th 不继承 text-align*/
th{ text-align:inherit; }

/* 去除默认边框 */
fieldset,img{ border:0; }

/* ie6 7 8(q) bug 显示为行内表现 */
iframe{ display:block; }

/* 去掉 firefox 下此元素的边框 */
abbr,acronym{ border:0; font-variant:normal; }

/* 一致的 del 样式 */
del { text-decoration:line-through; }

address,caption,cite,code,dfn,em,th,var { font-style:normal; font-weight:500; }

/* 去掉列表前的标识, li 会继承 */
ol,ul { list-style:none; }

/* 对齐是排版最重要的因素, 别让什么都居中 */
caption,th { text-align:left; }

/* 来自yahoo, 让标题都自定义, 适应多个系统应用 */
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:500; }
q:before,q:after { content:''; }

/* 统一上标和下标 */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
.cle{ clear::both;}

/* 让链接在 hover 状态下显示下划线 */
a:hover { text-decoration:underline; }

/* 默认不显示下划线，保持页面简洁 */
ins,a { text-decoration:none; color: #000; }

/* 清理浮动 */
.fn-clear:after { visibility:hidden; display:block; font-size:0; content:" "; clear:both; height:0; }
.fn-clear { zoom:1; /* for IE6 IE7 */}

/* 隐藏, 通常用来与 JS 配合 */
body .fn-hide { display:none; }

/* 设置内联, 减少浮动带来的bug */
.fn-left,.fn-right { display:inline; }
.fn-left { float:left; }
.fn-right { float:right; }

/* ----------------------------------------------------------------------- >>>
	@名称: common
	@功能: 公共樣式
*/

/* 盒子 */
.w1000{ margin: 0 auto; width: 1000px; overflow:hidden;}

/*颜色*/
.co-ff, .co-ff a{ color:#fff;}
.co-7c, .co-7c a{ color:#7c7c7c;}
.co-47, .co-47 a{ color:#4762c4;}
.co-66, .co-66 a{ color:#666;}

/*字体大小*/
.fon-14, .fon-14 a{ font-size:14px;}

/*p里面的内容*/
.p1{ text-indent:2em; line-height:26px; font-size:12px; color:#666;}
.p1 a{ color:#4762c4;}
.p2{ text-indent:2em; line-height:26px; font-size:12px; color:#666;}
.p2 a{ color:#dfa300;}
.p3{ text-indent:2em; line-height:22px; font-size:12px; color:#666;}
.p3 a{ color:#cb0000;}
.p4{ text-indent:2em; line-height:21px; font-size:12px; color:#666;}
.p4 a{ color:#28419d;}
.p5{ line-height:21px; font-size:12px; color:#666;}
.p5 a{ color:#28419d;}
.p6{ line-height:22px; text-indent:2em; font-size:12px; color:#666;}
.p6 a{ color:#28419d;}

/*切换样式*/
A {TEXT-DECORATION: none}
.b {FONT-WEIGHT: bold}
IMG {BORDER-RIGHT-WIDTH: 0px; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px}
.333 {COLOR: #333}
.000 {COLOR: #ff6600; FONT-WEIGHT: bold}
.red {COLOR: #ff3200}
.green {COLOR: #009900}
/* 盒子 */
.w1000{ margin: 0 auto; width: 1000px; overflow:hidden;}
.mt10{ margin-top:10px;}
.mt20{ margin-top:20px;}
.mt30{ margin-top:30px;}
/* 字体 */
.font-12{ font-size: 12px;}
.font-13, .fz-13{ font-size: 13px;}
.font-14, .fz-14{ font-size: 14px;}
.font-15, .fz-15{ font-size: 15px;}
.font-16, .fz-16{ font-size: 16px; } 
.font-18{ font-size: 18px; } 
.font-20{ font-size: 20px; }
.font-31{ font-size: 31px; }
.font-GEO, .ff-wy{ font-family:"微软雅黑";}
.font-heit{ font-family:"黑体";}
.te-inde, .te-inde p{ text-indent:2em}
.font_wei, .fw-bd{ font-weight:700;}
.ta-c{ text-align:center}
.ti2e{ text-indent:2em}
.ti99{ text-indent:-9999px}
.ftbd{ font-weight: 900}

/* 颜色 */
.color-FF, .color-FF a, .color-ff, .color-ff a{ color: #FFFFFF;}
.color-66, .color-66 a{ color:#666;}
.color-33, .color-33 a{ color:#333;}
.color-138, .color-138 a{ color:#138a21;}

/*头部*/
#head{ background:#f7f7f7;}
.sun-top{ height:111px; width:100%; background:url(http://bjqhfk.com/imagesn/sun-bg.jpg) repeat-x;}
.sun-top1{ width:1000px; height:111px; margin: 0 auto;}
.sun-top1-1{ width:345px; height:63px; margin:26px 0 0 2px;}
.sun-top1-2{ width:402px; height:81px; margin:20px 0 0 25px;}
.sun-top1-3{ width:203px; height:81px; margin:20px 0 0 22px;}
.hd_nav{ height:48px; background:#28419d;}
.hdnav_main ul li{ line-height:48px; display:inline-block; width:auto; margin:0; float:left}
.hdnav_main ul li a{ font-family:"微软雅黑"; font-size:16px; display:inline-block; height:48px; padding:0px 24px 0px 24px;}
.hdnav_main ul li a:hover, .hdnav_main ul li a.hover{ text-decoration:none; background:#3e66f9; color:#fff600;}

/*banner图*/
.bannerPic{height:404px; background: url(../images/paozheng_01.jpg) center center no-repeat;}

/*什么是银屑病*/
.pz_defi{padding-top: 16px;}
.pzdd_l{width: 440px; }
.pzdd_l h3{ color: #2e62b8; margin-bottom:17px;}
.pzdd_l p{ text-indent: 2em; line-height:25px; margin-bottom:26px;}
.pzdd_l p span{ color: #003b9c;}
.pzddl_img{ text-align: center; margin-bottom:18px;}
.pzddl_title{ background-color: #5f8fdd; height:28px; line-height: 28px; padding-left:10px;}
.pzddl_cont li{  float:left;  padding-left:10px;}
.li_title1 ,.li_title2 ,.li_title3{width:79px; border-bottom: solid 1px #c9c9c9; border-right:solid 1px #c9c9c9; text-align: center;}
.pzddl_cont{ background-color: #f9f9f9;}
.pzddl_cont .li_title1{ line-height:42px; height: 42px;}
.pzddl_cont .li_title2{ line-height:54px; height: 54px;}
.pzddl_cont .li_title3{ line-height:70px; height: 70px;}
.li_content1,.li_content2,.li_content3{width:326px; border-bottom: solid 1px #c9c9c9; width:328px;  padding-right:12px;}
.li_content1{  height:42px; line-height:20px;}
.li_content2{  height:54px; line-height:25px;}
.li_content3{  height:70px; line-height:24px;}
.pzddl_mt{ margin-top:11px; height:31px; }   
.pzdd_r{ width:531px;}
.pzddr_top{ height:54px; line-height: 54px; background-color: #f2f2f2; position: relative; }
.pzddr_top img{margin-top:12px; margin-left:145px;}
.pzddr_top span{ position:absolute; top:0px; left: 200px; display: block; font-size:22px;}
.pzddrc_l{background-color: #285cb2; width:533px; height:454px; }
.fm-div{ height:30px; margin:20px 0 0 25px;}
.fm-div .span-1{ color:#FFF; margin:10px 0 0 20px; line-height:26px;}
.fm-div .span-2{ color:#FFF; margin:10px 0 0 20px; line-height:26px;}
.fm-div input.ss{ width:140px; height:20px; cursor:default; padding-left:3px;}

.pzddrc_l h3{  border: dashed 1px #618bd1;}
.pzddrc_l h3{ width: 100px; height: 27px;  text-align: center; line-height: 27px; margin:21px auto 0;}
.pzddr_content { font-family: "宋体"; font-size:12px; color: #fff;}
.pzddr_content input, .pzddr_content label{ cursor:pointer; display:inline-block; margin-right:2px;}
.pzddr_content li{ text-align:center}
.pzddrcl_ul1{margin: 16px auto 18px;}
.pzddrcl_ul1 input{margin-left:14px; margin-right:0px; vertical-align: middle;}
.pzddrcl_fbzz ul{ margin-top: 19px;}
.pzddrcl_fbzz input{ margin-left:24px; margin-right:2px; vertical-align: middle;}
.pzddrcl_fbzz input.mg-lf{ margin-left:3px;}
.pzddrcl_a{ text-align: center; margin-top:15px;}
.pzddrcl_a span{ display: inline-block; height: 28px; line-height:28px; width: 103px; text-align: center; font-size: 14.48px; }
.pzddrcl_a a{  height: 100% ; width:100%; color: #fff;}
.pzddrcl_a .span1{ background-color: #09419e; margin-right:33px; }
.mstj{ width: 103px; height: 28px; line-height:28px; border:none; background:none; color:#fff;}
.pzddrcl_a .span2{ background-color: #c72054; }
.pzddrcl_pz{width: 550px; height: 55px; margin: 16px 0 10px 25px;}
.pzddrcl_pz img{ float:left; width:232px; height:55px; margin-left:5px;}
.pzddrc_r{background-color: #cb4972; width:261px; }
.pzddrc_r h2{background-color: #c72054; }
.pzddrc_r h3{border: dashed 1px #bc2b59;}

/*发展过程*/
.pz_hMediInte, .pz_hkbgs,.pz_hSuperSkill , .pz_hGoodService{ background-color: #2455af; height: 59px; position: relative; padding-left:645px;  line-height:59px; font-size: 24px; color: #9ac0ff;}
.pz_hMediInte img, .pz_hkbgs img , .pz_hSuperSkill img , .pz_hGoodService img{left:428px; position:absolute; top:-11px;}
.pzi_bottom{ background: url(../images/paozheng_34.jpg) no-repeat; height: 332px; margin-top:35px;}
.pzi_bottom dl{  position:relative;}
.pzi_bottom dt{ position: absolute; top:18px;}
.pzib_dt1{left: 30px;}
.pzib_dt2{left: 280px;}
.pzib_dt3{left: 530px;}
.pzib_dt4{left: 773px;}
.pzi_bottom dd{ width: 225px; height:164px; line-height: 23px; position: absolute; top:60px; text-indent: 2em;}
.pzib_dd1{ left:12px;}
.pzib_dd2{ left:263px;}
.pzib_dd3{ left:515px;}
.pzib_dd4{ left:764px;}

/* 栏目标题 */
.sy_title{ height:60px; background:#1f3ca9;}
.sy_title dl dt{ background:url(../images/shiyou_30.jpg) no-repeat; height:60px; width:194px; display:block; text-align:center; color:#1f3ca9;}
.sy_title dl dt span{ display:block; color:#1f3ca9; font-size:30px; line-height:40px; font-weight:900; margin-top:3px;}
.sy_title dl dd{ line-height:60px; color:#fff; font-size:26px;}	

/*医学解析*/
.sy_fuf{ height:325px; background:url(../images/shiyou_32.jpg) no-repeat;}
.sy_fuf dl{ width:496px; margin-top:90px; margin-right:25px}
.sy_fuf dl dt{ line-height:30px;}
.sy_fuf dl dt span{ color:#0f42ab;}
.sy_fuf dl dt b{}
.sy_fuf dl dd{ line-height:30px;}
.sy_fuf dl dd span{  color:#0f42ab; font-weight:700;}
.sy_fuf dl dd b{ color:#ca0000; }

/*正确认识 */
.sy_jih{ position:relative;}
.syj_mian{ background:#eff4fe; border:1px solid #b7c6e6; margin-top:40px;}
.syjm_bot{ background:url(../images/shiyou_46.jpg) center top no-repeat; height:250px; position:relative; }
.syjm_bot p{ font: 14px/24px "微软雅黑"; line-height:21px; }
.syjm_p1{ position: absolute; top: 108px; width: 288px; left: 195px; }
.syjm_p2{ width: 308px; position: absolute; left: 503px; top: 106px; }
.syjm_p2 span{ color:#0f42ab;}
.syjm_p2 b{ color:#0f42ab;}

/*失败案例*/
.pzm_sbal{ margin-top: 30px; margin-bottom: 23px; background: url(../images/paozheng_41.jpg) no-repeat; height: 50px; }
.pzm_sbalCont{ background:#f1f1f1 url(../images/paozheng_43.jpg) no-repeat; height:223px;}
.pzms_ul{ position: relative;}
.pzms_ul li{position: absolute; top:0px; font-size:18px; color: #fff; width:249px; height: 44px; text-align: center; line-height: 44px;}
.pzms_ul li.on{ background-color: #305cad; opacity: 0.8;}
.pzmsu_li1{ left: 2px; }
.pzmsu_li2{ left: 251px;}
.pzmsu_li3{ left: 501px;}
.pzmsu_li4{ left: 752px;}
.pzms_div{ padding: 65px 15px 10px 0px;}
.pzms_img{ margin-left:19px; margin-right:21px; margin-top:10px}
.pzms_div p{ width:366px; line-height: 24px; text-indent:2em; margin-top:10px;}
.pzms_div ul{width:378px;}
.pzmsdu_li1{ color: #2455af;}
.pzmsdu_li2{ line-height: 24px; margin-top:8px;}
.pzmsdu_li2 a{ color: #c72054;}	  

/* 权威认证 */
.sy_renz{ height:213px; width:1000px; background:url(../images/shiyou_50.jpg) right top no-repeat;}
.sy_renz p{ width:554px; line-height:35px; margin-top:40px}
.sy_renz p span{ color:#c22a2a;}
.sy_renz p b{ font-weight:normal; text-decoration:underline; color:#000000;}

/*诊疗 检测 治疗*/
.syl_top{ margin-top:20px;}
.syl_top ul li{ float:left; width:330px; text-align:center; height:58px;margin-right:3px;}
.syl_top ul li span{ display:block; height:100%; width:100%; cursor:pointer;}
.syl_top ul .syl_li1 span{ background:#d8e5ff url(../images/shiyou_80.jpg) center center no-repeat;}
.syl_top ul .syl_li2 span{ background:#d8e5ff url(../images/shiyou_82.jpg) center center no-repeat;}
.syl_top ul .syl_li3 span{ background:#d8e5ff url(../images/shiyou_84.jpg) center center no-repeat;}
.syl_top ul .syl_li1 .on{ background:#516cd4 url(../images/shiyou_81.jpg) center center no-repeat;}
.syl_top ul .syl_li2 .on{ background:#516cd4 url(../images/shiyou_83.jpg) center center no-repeat;}
.syl_top ul .syl_li3 .on{ background:#516cd4 url(../images/shiyou_85.jpg) center center no-repeat;}
.syl_mian{ border:3px solid #516cd4; height:439px; width:990px;}
.syl_mian .p-mn1{ width:988px; height:416px; background:url(../images/shiyou_86.jpg) center center no-repeat; }
.syl_mian .p-mn1 ul{ margin:235px 0 0 0px; float:left; display:inline;}
.syl_mian .p-mn1 ul li.lits{ width:250px; height:154px; float:left; margin: 10px 0 0; padding:0 15px;}
.syl_mian .p-mn1 ul li.lits p{ font-size:12px; line-height:24px; color:#6a6a6a; text-indent:2em;}
.syl_mian .p-mn1 ul li{ width:220px; height:154px; float:left;padding: 3px 8px 0px 6px;}
.syl_mian .p-mn1 ul li p{ font-size:12px; line-height:21px; color:#6a6a6a; text-indent:2em;}
.syl_mian .p-mn2{ width:988px; height:416px; background:url(../images/shiyou_87.jpg) no-repeat; }
.syl_mian .p-mn2 .p-mn2-1{ font-size:12px; line-height:24px; color:#6a6a6a; width:900px; margin:65px 0 0 50px; float:left; display:inline;}
.syl_mian .p-mn2 ul{ width:640px; height:100px; margin:12px 0 0 340px; float:left; display:inline;}
.syl_mian .p-mn2 ul li{ width:146px; height:35px; color:#0052b5; float:left; text-align:center; margin:15px 0 0 13px; display:inline;}
.syl_mian .p-mn2 ul li.li-1{ margin-left:90px;}
.syl_mian .p-mn2 ul li.li-1 a{ color:#c10106;}
.syl_mian .p-mn2 .p-mn2-2{ width:550px; height:158px; font-size:12px; line-height:24px; color:#6a6a6a; margin:24px 0 0 390px; text-indent:2em;float:left; display:inline;}
.syl_mian .p-mn3{ width:988px; height:416px; background:url(../images/shiyou_88.jpg) no-repeat; }
.three_bottom .con2 { width: 980px; overflow: hidden; margin:70px 0 0 10px; float:left; }
.three_bottom .con2 ul li, .three_bottom .con3 ul li { width: 233px; margin-right:10px; float:left; }
.three_bottom .con2 ul, .three_bottom .con3 ul { width: 110%; }
.three_bottom .con2 ul li a, .three_bottom .con3 ul li a { position: relative; display: block; }
.three_bottom .con2 ul li a span, .three_bottom .con3 ul li a span { height: 30px; line-height: 30px; background: rgba(0,0,0,0.6); color: #fff; font-size: 12px; bottom: 0px; position: absolute; text-align: center; display: block; width: 233px; left: 0px; }
.three_bottom .con2 ul li h4 { font-size: 18px; color: #0052B5; height: 30px; line-height: 30px; margin-top: 10px;}
.three_bottom .con2 ul li p { text-indent: 0px; line-height:24px; }

<!--银屑病规范-->
.click { margin-top: 10px; padding:0 20px; }
.click a { color: #C10106; float: left; height: 40px; line-height: 40px; font-family: "微软雅黑"; font-size: 18px; padding-left: 56px; }
.click .a1 { background: url(../images/pp.jpg) no-repeat left center; float: left; }
.click .a2 { background: url(../images/cc.jpg) no-repeat left center; float: right; }
.four h2 { background: url(../images/four.jpg) center no-repeat; height: 40px; }
#slider { float: left; position: relative; margin-top: 22px; width: 627px; height: 285px; display: inline; overflow: hidden; }
#slider .slide { position: absolute; border-left: #000 solid 2px; width: 370px; background: #000; height: 285px; overflow: hidden; cursor: pointer; left: 20px; text-align: left; }
#slider .diapo { position: absolute; FILTER: alpha(opacity=100); VISIBILITY: visible; opacity: 1; }
#slider .text { POSITION: absolute; TEXT-ALIGN: justify; WIDTH: 370px; DISPLAY: none; FONT-FAMILY: verdana, arial, Helvetica, sans-serif; COLOR: #fff; FONT-SIZE: 0.9em; TOP: 100%; }
.liaofa1_2 { float: right; background: url(../images/four_ico2.jpg) no-repeat; width: 334px; height: 285px; overflow: hidden; margin-top: 22px; display: inline; overflow: hidden; }
.liaofa1_2 p { line-height: 24px; width: 280px;  margin: 0 auto; margin-top:10px; text-indent: 2em;}
.four h3 { height: 28px; line-height: 28px; background: url(../images/four_ico1.jpg) left center no-repeat; padding-left: 20px; color: #D10206; font-size: 20px; font-family: "微软雅黑"; margin-top: 25px; float: left; }
.four .f2 { width: 110%; float: left; margin-top: 20px; }
.four .f2 .ico { background: url(../images/f_ico.jpg) center no-repeat; width: 48px; }
.four .f2 li { width: 144px; margin-right: 12px; width: 138px; height: 198px; float: left;}
.four .f2 .li1 { background: url(../images/f1.jpg) no-repeat center 20px; background-color: #0052B5; }
.four .f2 .li3 { background: url(../images/f3.jpg) no-repeat center 20px; background-color: #0052B5; }
.four .f2 .li5 { background: url(../images/f5.jpg) no-repeat center 20px; background-color: #0052B5; }
.four .f2 .li1 p, .four .f2 .li3 p, .four .f2 .li5 p { color: #fff; margin-top: 130px; text-align: center; font-size: 14px; text-indent: 0px; }
.four .f2 .li2 { background: url(../images/f2.jpg) no-repeat center 20px; background-color: #EEEEEE; }
.four .f2 .li4 { background: url(../images/f4.jpg) no-repeat center 20px; background-color: #EEEEEE; }
.four .f2 .li2 p, .four .f2 .li4 p { color: #303030; margin-top: 130px; text-align: center; font-size: 14px; text-indent: 0px; }

/*成功案例*/
.sya_gd{ background:#eaeaea; border:1px solid #dedcdc; padding-bottom:10px;}
.iCaseT{ margin-top:16px; height:50px; background:url(../images/title_all.png) 0 -860px no-repeat}
.iCaseT a{ display:inline-block; line-height:50px; margin-right:19px; color:#bd2020}
.iCaseL{ width:920px; margin:10px auto 0px auto;}
.iCaseL2{ height:110px;} /* 患者列表 */
.iCaseL2-M{ margin:0 auto; width:815px; height:110px; overflow:hidden}
.iCaseL2-Mbox{ width:9999px;}
.iCaseL2-Mbox li{ float:left; cursor:pointer; margin:0 4px; width:108px; height:110px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;}
.iCaseL2-Mbox li img{ display:block}
.iCaseL2-Mbox li span{ display:block; line-height:28px; background-color:#8796B6; -moz-border-radius:0 0 3px 3px; -webkit-border-radius:0 0 3px 3px; border-radius:0 0 3px 3px;}
.iCaseL2-Mbox li.on span{ background-color:#0053a5; }
.iCaseL2-Prev{ margin-left:13px; margin-top:33px; width:16px; height:36px; background:url(../images/sy13_96.jpg)  no-repeat}
.iCaseL2-Next{ margin-right:29px; margin-top:33px; width:16px; height:36px; background:url(../images/sy13_98.jpg) no-repeat}

.iCaseL1{ padding:20px 25px 0 17px; }
.iCaseL1 h3{ line-height:41px; font-size:22px; color:#0053a5}
.iCaseL1-detail-L{ width:244px; margin-right:25px} 
.iCaseL1-detail h4{ margin-top:7px; width:244px; line-height:36px; background-color:#0053a5; color:#fff }
.iCaseL1-detail p{ padding-top:10px; padding-right:10px; line-height:24px;text-indent: 2em;}
.iCaseL1-detail p a{ color:#bd2020}
.iCaseL1-comment{ margin-top:18px;}
 
.sya_hz{ width:810px; margin:20px auto 0px auto; height:35px; line-height:30px;  background-color:#e0e0e0; font-size:12px; border:1px solid #dedcdc; }
.sya_hz span{ color:#e50404; font-size:18px; font-family:"微软雅黑"; margin:0px 15px; background:url(../images/shiyou_90.jpg) left center no-repeat; padding-left:35px;}

/*医院概况*/
.sy_title1{ height:66px; background:#1f3ca9; margin-top:25px;}
.syjd_l{ width:285px; height:251px;background:url(../images/sy13_101.jpg) left bottom no-repeat; margin-top:20px;}
.syjd_l ul li{ width:285px; height:59px; margin-bottom:3px;}
.syjd_l ul li span{ display:block; height:100%; width:100%; cursor:pointer;}
.syjd_l ul .syjd_li1 span{ background:url(../images/sy13_110.jpg) left center no-repeat;}
.syjd_l ul .syjd_li2 span{ background:url(../images/sy13_111.jpg) left center no-repeat;}
.syjd_l ul .syjd_li3 span{ background:url(../images/sy13_114.jpg) left center no-repeat;}

.syjd_l ul .syjd_li1 .on{ background:url(../images/sy13_106.jpg) left center no-repeat;}
.syjd_l ul .syjd_li2 .on{ background:url(../images/sy13_107.jpg) left center no-repeat;}
.syjd_l ul .syjd_li3 .on{ background:url(../images/sy13_109.jpg) left center no-repeat;}

.syjd_r{ height:361px; width:697px;}
.syjd-1{}
.syjd-1 img.img1-1{ width:454px; height:41px; margin-top:10px;}
.syjd-1 ul{ width:460px; margin-top:15px;}
.syjd-1 ul li{ font-size:13px; line-height:21px; margin-bottom:20px; color:#686868;}
.syjd-1 ul li span{ font-size:14px; color:#0854a2; font-weight:bold; margin-right:5px;}
.syjd-1 img.img1-2{ width:185px; height:302px; margin-top:18px;}
.syjd-2{ background:url(../images/sy13_104.jpg) no-repeat; width:681px; height:297px; margin-top:11px;}
.syjd-2 ul{ margin-left:7px;}
.syjd-2 ul li{ width:215px; height:101px; float:left; margin:46px 46px 12px 0; font-size:13px; line-height:21px; color:#686868; text-indent:2em;}
.syjd-3 p{ font-size:13px; line-height:21px; color:#686868; width:630px; text-indent:2em; margin:20px 0 0 0;}
.syjd-3 img.img3-1{ width:644px; height:60px; margin-top:30px;}
.syjd-3 img.img3-2{ width:619px; height:107px; margin:15px 0 0 9px;}

/*温馨小贴士*/
.sy_ties{ height:240px; background:url(../images/shiyou_77.jpg) no-repeat; position:relative; margin-top:10px;}
.sy_ties p{ width:300px; color:#505050; line-height:22px;}
.sy_ties p.syts_p3{line-height:40px;}
.syts_p1{ position: absolute; left: 25px;  top: 105px; }
.syts_p2{ position: absolute; left: 350px; top: 105px; }
.syts_p3{ position: absolute; left: 675px; top: 96px; }

/* 咨询 */
.sy_liaoj ul li{ width:241px; float:left; height:47px; line-height:47px; font-weight:700; text-align:center; margin-left:3px;}
.sy_liaoj ul .sylj_li1{ background:#5e713c;}
.sy_liaoj ul .sylj_li2{ background:#815d36;}
.sy_liaoj ul .sylj_li3{ background:#435c97;}
.sy_liaoj ul .sylj_li4{ background:#9c3636;}

/* 底部咨询区域：*/
.foot-func{ margin-top:20px; height:87px; background:url(../images/foot_func_bg.jpg) repeat-x; text-align:center}

/*底部*/
#bott{ background:#f1f1f1; height:200px; padding-top:15px;}
.botb_left{ width:402px; padding-left:10px;}
.botb_left_dd{ font-family:"微软雅黑"; color:#333; font-size:18px; margin:37px 0px 13px 0px;}
.botb_left ul{ width:305px; float:left;}
.botb_left ul li{ float:left; display:block; margin:0px 35px 0px 0px; padding:0px 0px 0px 0px; height:32px; line-height:32px; border-bottom:1px dashed #c1c1c1; }
.botb_left ul li a{ font-size:12px; color:#666;}
.botb_mid{ margin-top:31px; margin-left:10px;}
.botb_right{ width:370px; float:right}
.botbr_tltle{ height:64px; margin-top:20px; }
.botbr_main{ text-align:right; font-size:12px; color:#666; line-height:23px; padding-right:12px; margin-top:6px; font-family:Verdana;}
.botb_right{ float:left;}
.botb_left{ padding-left:120px;}
.botbr_main{ text-align: left; padding-left: 10px;}
.botb_left_dd{ margin: 32px 0px 13px 0px;}
.botb_mid{ margin-top:30px;}

/**2015.2.6**/
.gb-gc{ background:url(../images/shiyou_24.jpg) no-repeat; width:1000px; height:250px;}
.gb-gc ul{ margin-left:-4px;}
.gb-gc ul li{ width:305px; height:78px; float:left; margin:165px 0 0 24px; font-size:12px; line-height:20px; color:#868686;}
.gb-gc ul li p{ text-indent:7em;}

.gb-ct{ width:999px; height:351px; margin:20px auto;}
.gb-ct-tp{ width:999px; height:53px;}
.gb-ct-bm{ height:319px; width:997px; border:1px solid #cccccc; border-top:none;}
.gb-ct-bm1{ width:915px; margin:20px 0 0 30px; float:left;}
.gb-ct-bm1 p{ font-size:13px; line-height:21px; color:#4f4f4f; text-indent:2em;}
.gb-ct-bm2{ width:960px;}
.gb-ct-bm2 ul{ margin:20px 0 0 13px; width:960px; float:left;}
.gb-ct-bm2 ul li{ width:227px; height:194px; float:left; margin:0 0 0 11px; border:1px solid #e4e4e4; background:#e4e4e4;}
.gb-ct-bm2 ul li p{ font-size:12px; line-height:19px; color:#333333; text-indent:2em; margin:10px 0 0 18px; width:200px;}



/* 中间部分 */
.hmid{ height: 101px;}
.hmid-logo{ margin-top: 17px}
.hmid-honor{ margin-top: 17px; margin-left: 25px;}
.hmid-tel{ margin-top: 17px;}