
/* CSS Document */
html, body, menu, ul, ol, li, p, div, form, h1, h2, h3, h4, h5, h6, dl, dt, dd, input {
	padding: 0;
	margin: 0;
	border: 0
}
ul, ol, li {
	list-style: none outside none;
}
body {
	font: 14px/1.5 'Microsoft YaHei', '微软雅黑', '\5FAE\8F6F\96C5\9ED1';
	color: #333;
	background-color: #fff;
  min-width: 1000px;
}
@font-face {
  font-family: 'iconfont';
  src: url('../font/iconfont.eot');
  src: url('../font/iconfont.eot') format('embedded-opentype'),
  url('../font/iconfont.woff') format('woff'),
  url('../font/iconfont.ttf') format('truetype'),
  url('../font/iconfont.svg') format('svg');
}

        .iconfont {
          font-family:"iconfont" !important;
          font-size:16px;
          font-style:normal;
          -webkit-font-smoothing: antialiased;
          -webkit-text-stroke-width: 0.2px;
          -moz-osx-font-smoothing: grayscale;
        }
a, a:visited {
	text-decoration: none;
	color: #333;
	outline: none;
	cursor: pointer;
}
a:hover {
	color: #5c5b5b;
}
img {
	border: 0;

}
.btn {
	display: inline-block;
	vertical-align: middle
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.fw {
	font-weight: bold;
}
.w998{width: 998px;}
.border{
	border: 1px solid #eee;
}
.yellow{background: #f4ac2e;}
.green{background: #ad0101;}
.clearfix:before, .clearfix:after { content: ""; display: table;}

.clearfix:after { clear: both;}

.clearfix { *zoom: 1; /*IE/7/6*/}
.clear { content:''; clear: both; display: block; height: 0; visibility: hidden; line-height: 0; zoom: 1; }

.arial {
	font-family: 'arial';
}
.ft24 {
	font-size: 24px;
}
.ft18 {
	font-size: 18px;
}
.ft14 {
	font-size: 14px;
}
.ft12 {
	font-size: 12px;
}
.w1000 {
	width: 1000px;
	margin: 0 auto;
  min-width: 1000px;
}
.top{
	padding: 20px 0;
}
.tr{text-align: right; }

/*头部*/
.nav {
	width: 100%;
	height: 48px;
	background: #ad0101;
}
.nav ul {
	height: 48px;
	line-height: 48px;
}
.nav ul li {
	float: left;
	width: 100px;
	text-align: center;
}
.nav ul li:hover{background-color: #ed7615;}
.nav ul li.actice{background-color: #ed7615;}
.nav ul li a {
	display: block;
	font-size: 16px;
	color: #fff;
}

/* 本例子css */
    .fullSlide {
        position: relative;
        background: #000;
        margin: 0 auto;
    }

    .fullSlide .bd {
        position: relative;
        z-index: 0;
    }

    .fullSlide .bd li img {
        width: 100%;
        vertical-align: top;
    }

    .fullSlide .hd {
        position: relative;
        z-index: 1;
        margin-top: -30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        /* background: #000; */
        filter: alpha(opacity=60);
        opacity: 0.6
    }

    .fullSlide .hd ul {
        text-align: center;
        padding-top: 5px;
    }

    .fullSlide .hd ul li {
        cursor: pointer;
        display: inline-block;
        *display: inline;
        zoom: 1;
        width: 8px;
        height: 8px;
        margin: 5px;
        background: url(../image/tg_flash_p.png) -18px 0;
        overflow: hidden;
        font-size: 0;
    }

    .fullSlide .hd ul .on {
        background-position: 0 0;
    }

   /*  .fullSlide .prev, .fullSlide .next {
        z-index: 1;
        display: block;
        width: 55px;
        height: 55px;
        position: relative;
        margin: -27% 0 0 3%;
        float: left;
        background: url(../images/arrow.png) 0 0 no-repeat;
        filter: alpha(opacity=40);
        opacity: 0.4
    }

    .fullSlide .next {
        background-position: right 0;
        float: right;
        margin-right: 3%
    }

    .fullSlide .prev:hover, .fullSlide .next:hover {
        filter: alpha(opacity=80);
        opacity: 0.8
    } */




/* 新闻标题模块 */
.news-title {
	padding: 16px 0;
  font-weight: 400;

}
.news-title strong{
	font-size: 18px;
	color: #86450c;
}
.news-title span{
	font-size: 15px;
	color: #ababab;
}
.news-title a.more{
	float: right;
	font-size: 15px;
	color: #ababab;
	line-height: 28px;

}
.news-list{border-top: 1px solid #dbdada;}
.news-list li{
text-indent: 20px;
background: url("../image/dian.jpg") no-repeat left center;
width: 275px;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;

margin-top: 13px;
}
.news-list li a:hover{
	color: #ad0101;
}
.hengxian{
  /* border-bottom: 1px solid #dbdada;
  margin-bottom: 20px; */
}
span.switch { float: right; display: block; width: 46px; height: 18px; background: url("../image/sprite_bg2.png") no-repeat; padding-left: 28px; line-height: 18px; margin-top: 28px; cursor: pointer; }
/* 第一部分 */
.wrap-one{
	  width: 998px;
    border: 1px solid #E5E5E5;
    margin-top: 20px;
    padding-bottom: 17px;
    margin: 0 auto;
    min-width: 998px;
}
.wrap-one .wrap-one-left{
	width: 259px;
	padding-left: 18px;
}
.wrap-one .wrap-one-left .pinpai{
    padding: 5px 0;
}

.wrap-one .wrap-one-left .about-into{ line-height: 24px;  width: 248px; }
.wrap-one .wrap-one-left .about-into p { margin: 5px 0;}
.wrap-one .wrap-one-left .about-into p a{color: #ad0101;}
.wrap-one .wrap-one-left  ul.pinpai li{
display: inline-block;
border: 1px solid #dbdada;
margin: 4px 5px 4px 0;
width: 74px;
height: 37px;
line-height: 37px;
text-align: center;
}
.wrap-one .wrap-one-left  ul.pinpai li a{display: block;}
.wrap-one .wrap-one-left  ul.pinpai li:hover{
 background-color: #ad0101;
}
.wrap-one .wrap-one-left  ul.pinpai li:hover a{
	color: #fff;
}
.wrap-one .wrap-one-left  ul.pinpai li.active{
 background-color: #ad0101;
}
.wrap-one .wrap-one-left  ul.pinpai li.active a{color: #fff;}
.wrap-one .wrap-one-left .phone{
	margin: 5px 0 10px 0;
}
ul.link{  width: 265px; overflow: hidden;}
ul.link li {
	width: 47px;
	height: 47px;
	display: inline-block;
	background-color: green;
	margin-right: 15px;
	line-height: 47px;
}
ul.link li{background:url(../image/img.png)  no-repeat;}
ul.link li.QQ{height:47px;width:47px;background-position:0 0;}
ul.link li.weixin{height:47px;width:47px;background-position:0 -47px;}
ul.link li.tel{height:47px;width:47px;background-position:0 -94px;}
ul.link li.feiyong{height:48px;width:48px;background-position:0 -141px;}
ul.link li a{display: block;}
.wrap-one .wrap-one-right{
	width: 672px;

}
.wrap-one .wrap-one-right .wrap-one-right-con{border-bottom: 1px solid #dbdada; margin-right: 20px; overflow: hidden;}

/* 第一部分动态 */
.dangjian{
    width: 345px;
    height: 235px;
    float: left;
}
.guahao{width: 260px; float: right;  padding-top: 17px;}
.dongtai{
	margin-right: 20px;
}
.dongtai ul {  overflow: hidden;}
.dongtai ul li{
	 float: left;
	 margin-right: 51px;
}


/* 疾病自查*/
.jibing{ width: 998px;   border: 1px solid #dbdada; margin: 20px auto; background: url('../image/jibing-bootom.jpg') no-repeat  right bottom; min-width: 998px; }
.jibing .jibing-left{
    width: 37px;
    height: 146px;
    float: left;
}
.jibing  .jibing-right{float: left;  }
.jibing  .jibing-right .jibing-con{ }

.jibing  .jibing-right .list{width: 230px; height: 133px; float: left;  margin-left: 10px; }
.jibing  .jibing-right .list h2{font-size: 17px;  margin: 20px 0 0 20px;}
.jibing  .jibing-right .list h2 a{color: #86450c; font-weight: bold;}
.jibing  .jibing-right .list ul li{    font-size: 14px;color: #666;float: left;width: 85px;margin-top: 15px;margin-left: 20px;}
.jibing  .jibing-right .list ul li a:hover{color: #ad0101;}

/* 广告 */
.ad {width: 100%; padding-bottom:15px;   min-width: 1000px;}
.ad img{max-width: 100%;}
/*政和中医部分*/
.wrap-3 { width: 958px;  border: 1px solid #dbdada; margin: 0 auto; padding: 15px 20px 0; overflow: hidden;  min-width: 958px;}
.zj-l { width: 640px; height: 100%; overflow: hidden; }
.expert { position: relative; width: 100%; height: 100%; }
.thumb { height: 210px; overflow: hidden; position: relative; }
.thumb ul { width: 1000px; position: absolute; }
.thumb li { width: 130px; height: 210px; margin-right: 40px; float: left; background: #b5b5b5; cursor: pointer; overflow: hidden; }
.thumb li.cur { background: #f4ac2e; }
.thumb li img { width: 123px; height: 123px; margin: 4px; float: left; }
.thumb li h3 { font-size: 14px; line-height: 26px; padding-top: 10px; float: left;  width: 123px; height: 47px; text-align: center;}
.caption { font-size: 18px; height: 45px; line-height:45px; padding: 12px 0; color:#333; overflow: hidden; font-weight: bold; }
.person { height: 313px; width: 630px; padding: 34px 0 0 0; position: relative; margin: 0 auto; overflow: hidden; }
.person p{font-size: 14px; line-height: 22px; color: #333;  }
.person h3 span{ color:#622f02;}
.bdOn span.prev,.bdOn span.next {   width: 29px;height: 64px;opacity: .6;filter: alpha(opacity=60);overflow: hidden;display: none;text-indent: -999px;border: none;float:left;  position: absolute;  cursor:pointer; top: 133px;background: url(../image/arrowLR.png) no-repeat; display: block; }
.bdOn span.prev{    left: 0;
    background-position: -50px 0;}
.js_slideBox span.next { float:right; }
span.prev { background-position: -191px top; top: 125px; left: 0; }
span.next { background-position: -216px top; top: 125px; right: 0; }
.person ul { height: 302px; position: absolute; }
.person li { width: 630px; height: 302px; float: left; position: relative; }
.person li img { float: left; margin-right: 63px; }
.person li h3 { font-size: 18px; font-weight: bold; height:56px;  color: #333; }
span.goodat { display: block; height: 28px; font-size: 17px; }
span.goodat a{
	color:red;}
span.undergo { line-height: 26px;  height: 150px; text-indent:2em;}
.zj-r { width: 240px; overflow: hidden; position: relative; z-index: 0; margin-top: 5px;}
.zj-sp{  overflow:hidden;}
.zj-sp dl{ height:212px; border:1px solid #F1F1F1; position:relative; }
.zj-sp dl p{line-height:57px; font-size:16px; text-align:center; background: #ad0101; font-weight:bold; position: absolute; bottom: 0; width: 100%; text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; color: #fff;}

.zj-sp ul{overflow:hidden;}
.zj-sp ul li{line-height:38px; text-indent: 18px;background: url("../image/dian.jpg") no-repeat left center;     text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;}
.zj-sp ul li a:hover{color: #ad0101; }
.them { height: 335px; margin-top: -9px; }
.them dd { border-bottom: 1px dashed #dcdcdc; height: 78px; position: relative; }
.th-wrap { height: 63px; padding-top: 15px; position: absolute; top: 0; left: 0; }
.them dd img { float: left; margin: 0 16px 10px 0; }
span.th-name { font-size: 12px; color: #969696; display: block; padding-left: 3px; float: left; margin-top: -4px; }
span.th-des { float: left; display: block; width: 130px; line-height: 18px; }
.th-info { width: 127px; height: 73px; position: absolute; top: 27px; _top: 25px; left: 58px; background: url("https://www.zhzy999.com/skin/xin/images/sprite_bg4.png") no-repeat; font-size: 12px; padding: 10px 11px 0 13px; z-index: 10; display: none; overflow: hidden; }
a.th-zx1, a.th-zx2 { display: block; float: left; width: 75px; height: 53px; text-align: center; line-height: 53px; font-weight: 800; }


a.th-zx2 { background: #f4ac2e; margin-left: 22px; }
a.ex-zx1, a.ex-zx2 { display: block; float: left; width: 115px; height: 40px; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; font-size: 16px; line-height: 40px; text-align: center; margin-top:134px;position: relative; z-index: 5000;}
a.ex-zx1 { background: #ad0101; color: #fff; margin-right: 15px; }
a.ex-zx2 { background: #f4ac2e; color:#fff;}  
a.ass{color:#fff;}
.undergo a{ color:#ee9b0a;}
.zj-r-c{ width:225px; height:133px;}
.zj-r-c p{ text-align:center; line-height:32px; color:#505050;}


/* 康复纪实 */
.con_04{ margin:20px 0 20px 0;}
.js_slideBox {position: relative;}
.js_slideBox span.prev, .js_slideBox span.next { display:block; font-family:"宋体"; font-size:45px; width:44px; height:44px; line-height:44px; text-align:center; color:#333333;  float:left;  position: absolute;  cursor:pointer;  font-weight: bold; }
.js_slideBox span.next { float:right; }
.js_slideBox .bd { width:875px; overflow:hidden; margin-left:20px; float:left; }
.js_slideBox .cont dl { width:230px; height:378px; margin-left:28px; float:left;  }
.js_slideBox .cont dl dt{ width:245px; height:179px; margin:7px auto 0;}
.js_slideBox .cont dl h3{ width:100%; text-align:center; height:60px; line-height:60px;}
.js_slideBox .cont dl h3 a{ font-weight:100; color:#333333; font-size:16px; font-weight: bold;}
.js_slideBox .cont dl dd p{ font-size:14px;  line-height:24px;}
.js_slideBox .cont dl dd p strong{color: #333333;  font-weight: bold;}
.js_slideBox .cont dl dd p a{ color:#F00;}
.js_slideBox .cont dl dd{ width:245px; }

/* 特色疗法 */
.liaofa{margin-bottom: 20px;}
.in-con61{margin-bottom: 20px;}
.in-con6-left{float:left;width:246px;}
.in-con6-left .in-con6-ul1{ font-size: 18px;}
.in-con6-ul1 li{margin: 20px 0 0;
    border: 1px solid #bfc2c3;
    cursor: pointer;
    width: 248px;
    height: 68px;
    line-height: 66px;
    text-indent: 46px;
    border-radius: 5px;
background-color: #e3e4e6;
position: relative;
}
.in-con6-ul1 li a{color: #333; display: block;}
.in-con6-ul1 li.on{background-color: #ad0101;}
.in-con6-ul1 li.on a{color: #fff; }
.in-con6-ul1 li:hover{background-color: #ad0101;}
.in-con6-ul1 li:hover a{color: #fff; }
.in-con6-ul1 li.active{background-color: #ad0101;}
.in-con6-ul1 li.active a{color: #fff;}
.in-con6-ul1 li i{ margin-right: 8px; font-size: 22px;}
.in-con6-ul1 li span{font-size: 20px;
font-family: "黑体";}
.in-con6-ul2{ width:293px; overflow: hidden;}
.in-con6-ul2 li{border-radius: 5px;background-color: #e3e4e6;float:left;margin:22px 11px 0 0; text-align: center; padding: 21px 25px;border: 1px solid #bfc2c3;}
.in-con6-ul2 li i{ font-size: 30px; }

.in-con6-ul2 li a{color: #333; font-size: 17px;}
.in-con6-ul2 li:hover{background-color: #ad0101; }
.in-con6-ul2 li:hover a{color: #fff;}
.in-con6-right{float:right;width:677px;}
.in-lf01{width:665px; margin:0 0 0 10px; float:left;}
.in-lf01-top{ width:600px; margin:15px auto 0;}
.in-lf01-top p{padding:0 10px;text-indent:24px;line-height:28px ;}
.in-lf01-top span{color:#2a2a2a;font-size:20px; font-weight:bold;text-align:center;display:block;}
.in-lful{margin:10px 0 0 0;}
.in-lful li{float:left;width:190px; font-family:"宋体"; margin:0 0 0 30px; text-align: center;}
.in-lful li img,.in-lful li p{ margin: 0 auto 0; height: 150px;}
/* .in-lful li img{ display:block; margin:0 auto 6px; } */
.in-lful li p{font-size:12px;text-align:center; height:20px; line-height:20px;}
.in-lf02{width:665px;}

/* 热门咨询 */
.remen-zixun{width: 100%;   padding: 20px 0; background: #e5e5e5; min-width: 1000px;}
.remen-zixun .test{ display: block;
    width: 97px;
    height: 86px;
    background: url(../image/zixun.jpg) no-repeat;
    float: left;}
.remen-zixun  ul li{
    float: left;
    height: 36px;
    border: 1px solid #b8b8b8;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    padding: 0 13px;
    line-height: 36px;
    background: #fff;
    margin: 0 0 10px 10px;
}
.remen-zixun  ul li a{
     display: block;
}
.remen-zixun  ul li a:hover{color: #ad0101;}



/* 重点呼吸疾病诊疗中心*/
.zhenliao{margin-bottom: 20px; margin-top: 20px;}
.con_jb_con{ padding-bottom: 20px; }
.con_jb_con ul.con_jb_nav { float:left; width:100px; padding-right:50px; background:url('../image/shuxian.png')  no-repeat right top; margin-right: 30px;}
.con_jb_con ul.con_jb_nav li { font-size:14px; width:100%; height:46px; line-height:46px; border-bottom:1px solid #fff;  cursor:pointer;  text-align: center; margin-bottom: 5px;}
.con_jb_con ul.con_jb_nav li.con_jb_nav_li { color:#fff; background-color: #ad0101; border-radius: 5px; }
.con_jb_con ul.con_jb_nav li:hover { color:#fff; background-color: #ad0101; border-radius: 5px; }
.con_con { width:435px; float:left; }
.con_con span { display:block; }
.con_con .con_con_h {  height:113px; padding:21px 18px; /* background:url(../images/index_02.jpg); */ }
.con_con .con_con_h img { float:left; padding:1px; margin-right:10px; border:1px solid #dddddd; }
.con_con .con_con_h p { font-size:12px; line-height:24px; color:#444444; }
.con_con .con_con_h p b { display:block; font-weight:normal; font-size:14px; color:#000; margin:0 0 9px 0 }
.con_con .con_con_h p a { color:red; }
.con_con .con_con_c { width:100%; height:35px; padding:12px 0; }
.con_con .con_con_c b { display:inline-block; width:119px; height:35px; line-height:35px; text-align:center; background:#ab5a04; color:#fff; margin-right:10px; cursor:pointer; font-size:16px; font-weight:100; }
.con_con .con_con_f ul { padding:0 5%; }
.con_con .con_con_f ul li { width:45%; height:35px; line-height:30px; float:left; font-size:14px; color:#525252; border-bottom:1px dashed #757575; margin-right:5%; }
.con_con .con_con_f ul li b { display:inline-block; width:1em; text-align:center; }
.con_con .con_con_f ul li a { color:#525252; }
.con_conr {  float: right;margin-left: 9px;width: 264px;  margin-top: -63px;}
.con_conr p { line-height:30px; font-size:12px; color: #333; padding-top: 1px;}
.con_conr p.con_conr_p { font-size:12px; color: #333; padding: 7px 0;}
.con_conr p strong{font-size: 14px;}
.con_conr p b { display:inline-block; float:left; color:#fff; line-height:1em; padding:5px;  font-size: 14px;background: #ad0101; margin:3px 8px 0 0; border-radius:0.3em; font-weight:normal; }
.con_conr p i { float:left; display:inline-block; font-size:12px; color:#fff; line-height:1em; padding:5px; background:#f4ac2e; margin:3px 8px 66px 0; border-radius:0.3em; font-style:normal; }
.con_conr .zixun{text-align: center; margin-top: 15px;}
.con_conr .zixun li{width: 88px;height: 48px;line-height: 48px;  display: inline-block;border-radius: 5px; cursor: pointer; }
.con_conr .zixun li a{display: block; color: #fff; }
.huanjing{overflow: hidden; padding-bottom: 20px;}
.huanjing .tempWrap{width: 100% !important;}
.huanjing ul{ margin-bottom: 20px;overflow:hidden; zoom:1;}
.huanjing ul li{ float: left;margin-right: 23px; display:inline;width: 174px; height: 103px; }







/* 新闻列表 */
.news-banner{height: 250px;position: relative;margin: 0 auto;z-index: 100;width: 100%;background: url(../image/banner01.jpg) no-repeat center;}
.news-banner a{display: block;
width: 100%;
height: 80px;
position: relative;
top: 68%;;}
.wrap {width: 1000px;position: relative;z-index: 100;margin: 0 auto;overflow: hidden;
}
.wrapd {width: 998px;margin: 0 auto;height: auto;overflow: hidden;border: 1px solid #e5e5e5;margin-top: 20px;
}
.place {height: 50px;padding-left: 34px;background: url("../image/sprite_bg2.png") -144px -320px no-repeat;line-height: 50px;text-align: left;border-bottom: 1px solid #e5e5e5;
}
.place .place_img{margin: 10px 0 0 10px;}
.pub-l {width: 707px;overflow: hidden;margin-top: 10px;border-right: 1px solid #dbdada;
}
.pub-l img{max-width: 100%;}
.pub-l .tag{    font-size: 14px;
    margin-top: 20px;
    margin-left: 25px;}
 .pub-l  .cont-title{       width: 100%;text-align: center;font-size: 22px;color: #86450c;font-weight: 100;}
 .pub-l .ly{ display:block; width:665px; text-align:center; height:40px; line-height:40px; border-bottom:1px dashed #d7d7d7; margin:0 auto 0; font-size:16px;}
.cont_list {   margin-top: 20px;
    padding: 15px 20px;
    border-bottom: 1px dashed #ad0101;
     margin-right: 20px;
}
.cont_list h2 { font-size: 14px;  font-family: "微软雅黑"; font-weight: normal; color: #622F02;
}
.cont_list span{ float: right;float: right;
margin-top: -20px;font-size: 14px;
color: #999;  display: none;}
.cont_list h2 a{    color: #252525;
    font-size: 16px;}
.cont_list p {line-height: 24px;margin-top: 5px;font-size: 12px;color: #828282; font-size: 14px;
}
.pub-r {width: 220px;padding: 0 15px;overflow: hidden;
	    border-left: 1px solid #dbdada;
    margin-left: -1px;
}
.left_about {width: 100%;
}
.left_about p { width: 100%;
    line-height: 25px;
    font-size: 12px;
    height: 75px;
    margin-top: 10px;
    text-indent: 2em;
}
.pinpai-list a {
    width: 67px;
    height: 24px;
    display: inline-block;
    text-align: center;
    line-height: 24px;
    border: 1px solid #e5e5e5;
    margin: 4px 2px;
    float: left;

}
.pinpai-list a.cur {
    background: #ad0101;
    border-color: #dbdada;
    color: #fff;
}
.pinpai-list a:hover{
	  background: #ad0101;
    border-color: #dbdada;
    color: #fff;
}
ul.link-list{
	margin: 8px 0;
}
ul.link-list li{
   margin-right: 6px;
}



.left_tel {
    border-bottom: 1px solid #e5e5e5;
    width: 220px;
    margin-left: -15px;
    padding: 0 15px;
}
.left_tel dd {
    height: 45px;
    padding: 12px 0 0 0;
    border-bottom: 1px dashed #dcdcdc;
}

.contr_3 {
    width: 230px;
    height: auto;
    overflow: hidden;
    border-bottom: 1px #EBEBEB solid;
    padding-bottom: 15px;
}
.rexin {
    position: relative;
    margin-top: 10px;
    width: 225px;
    overflow: hidden;
}
h2.a-abl {
    font-size: 16px;
    line-height: 44px;
    font-family: "微软雅黑";
    margin-top: 15px;
    color: #622f02;
    font-weight: normal;
}
span.rx-pre, span.rx-next {
    position: absolute;
    top: 16px;
}
span.rx-pre {
    left: 190px;
}
span.rx-next {
    right: 0;
}
.rx-1 {
    height: 62px;
    margin-top: 10px;
    overflow: hidden;
    position: relative;
}
.rx-1 ul {
    width: 250px;
    position: absolute;
}
.rx-1 li {
    width: 54px;
    height: 62px;
    float: left;
    margin-right: 2px;
    overflow: hidden;
}
.rx-1 li img {
    border: 1px solid #d1d1d1;
    cursor: pointer;
}
.rx-1 li.cur img {
    border: 2px solid #f4ac2e;
}
#picBox {
    position: relative;
    width: 646px;
    height: 355px;
    overflow: hidden;
}
.rx-2 ul {
    position: absolute;
    height: 171px;
}
.rx-2 ul li {
    position: relative;
    float: left;
}
.rx-2 p {
    width: 220px;
    position: absolute;
    background-color: rgba(229, 229, 229, 0.6);
    background: transparent\9\0;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#96e5e5e5, endColorstr=#96e5e5e5);
    zoom: 1;
    background: -ms-linear-gradient(top, rgba(229, 229, 229, 0.6) 0%, rgba(229, 229, 229, 0.6) 100%);
    bottom: 0;
    font-size: 12px;
    padding: 5px 0 0 16px;
    line-height: 24px;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.fw {
    font-weight: bold;
}
.rx-3 {
    margin-top: 14px;
}
a.bz-online2 {
    width: 220px;
    height: 40px;
    margin-top: 10px;
    background: #ad0101;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    border: none;
     display: inline-block;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    text-align: center;

}
.bz_left_ask {
    padding: 0 15px;
    width: 220px;
    margin: 10px 0 0 -15px;
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #e5e5e5;
}

.bz_left_ask a {
    display: inline-block;
    float: left;
    /* width: 105px; */
    margin-left: 3px;
    margin-right: 0px;
    height: 29px;
    border: 1px solid #e5e5e5;
    text-align: center;
    line-height: 29px;
    margin: 0 2px 2px 0;
}
.bz_left_ask a:hover{
	color: #fff;
	background-color: #ad0101;
}
.bz_left_ask a.bz-online2{
   width: 220px;
    height: 40px;
    margin-top: 10px;
    background: #ad0101;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    border: none;
    display: inline-block;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    text-align: center;
}

.bz_left_address {
    font-size: 12px;
    line-height: 23px;
    margin-top: 10px;
}
a.a-red, a.a-red:visited {
    color: #e60012;
}
a.tx-online1{
	display: inline-block;
    width: 33px;
    height: 33px;
    overflow: hidden;
    float: left;
    background: url(../image/222.png);
    margin-right: 9px;
}
.left_tel dd span {
    display: block;
    line-height: 16px;
}
span.tx-tel {
    font-size: 22px;
    font-family: Times New Roman;
    height: 22px;
    line-height: 22px;
    color: #ad0101;
}

a.tx-online3 {
    display: inline-block;
    width: 33px;
    height: 33px;
    overflow: hidden;
    float: left;
    background: url(../image/333.png);
    margin-right: 9px;
}
.contr_3 h2 {
    font-family: '微软雅黑';
    font-size: 20px;
    color: #86450c;
    line-height: 38px;
    font-weight: normal;
}

.page {
    width: auto;
    margin: 30px 160px;
    overflow: hidden;
}
.page a {border:1px solid #ddd;display:inline-block;margin-right:6px;color: #707070;padding:5px 10px;}
.page a:hover,.pageBox a:active{background:#ad0101;color: #FFFFFF;text-decoration: none;}
.page .cur { background: #ad0101;border: 1px solid #555;text-decoration: none;}
.page a.cur {color: #fff;}

span#by_btn_l, span#by_btn_r, span.rx-pre, span.rx-next, span#sb-pre, span#sb-next, span#by_btn2_l, span#by_btn2_r, span#by_btn3_l, span#by_btn3_r, span#news-pre, span#news-next { display: block; width: 11px; height: 11px; cursor: pointer; background: url("../image/sprite_bg1.png") -945px top no-repeat; }
span.rx-next, span#sb-next { background-position: -956px top; }
span.rx-pre, span.rx-next { position: absolute; top: 32px; }
span.rx-pre { left: 190px; }
span.rx-next { right: 0; }

.page_zj{ padding-right:10px; }
.page_zj_name{ height:80px; border-bottom:1px dotted #CCC; margin:0 auto; color:#FBA737; font-size:36px; line-height:70px;}
.page_zj_js{height:253px;  border-bottom:1px dotted #CCC; margin:0 auto; }
.page_zj_js_left{ height:225px; margin:15px 0; float:left}
.page_zj_js_img{ float:left}
.page_zj_js_wen{ float:left; margin-left:15px; width:215px;}
.page_zj_js_wen h2{ margin:0 0 6px 0;}
.assoc{ font-size:16px; line-height:30px}
.assoc span{ color:#FBA737;}
.page_zj_js_wen ul{float:left; width:250px; margin-top:6px }
.page_zj_js_wen ul li{ float:left; width:240px; background:url(../image/del.jpg) no-repeat scroll left top 11px; padding-left:10px; line-height:25px}
.page_zj_js_right{ height:220px; margin:15px 0; float:right}

.assoc{ font-size:16px; line-height:30px}
.assoc span{ color:#FBA737;}
.page_zj_js_wen ul{float:left; width:250px; margin-top:6px }
.page_zj_js_wen ul li{ float:left; width:240px; background:url(../image/del.jpg) no-repeat scroll left top 11px; padding-left:10px; line-height:25px}
.page_zj_js_right{ height:220px; margin:15px 0; float:right}

.docgai_right{ width:260px; height:220px; background:#efefef; border:1px solid #e8e8e8; float:left}
.docgai_right dl{ overflow:hidden;  background:url(../image/didi.jpg) no-repeat left bottom; height:145px; padding-top:13px; }
.docgai_right dl dt{ float:left; width:113px; height:113px; padding-left:15px; padding-right:15px; }
.docgai_right dl dt p{ width:100px; text-indent:0; padding:0; word-break:normal}
.docgai_right dl dd{ width:100px; float:left;}
.docgai_right dl dd h3{ color:#FBA737; font-size:24px; font-weight:normal; line-height:24px;font-family:"Microsoft Yahei"; padding:10px 0 10px 0 }
.docgai_right dl dd p{ font-family:"Microsoft Yahei"; color:#545454; font-size:14px; line-height:25px; text-indent:0; padding:0; width:100px;}
.docgai_right p.yuyue_gai{ text-indent:0; padding:0; width:220px; margin:0 auto; padding-top:10px;}
.docgai_right p.yuyue_gai a{ width:170px; height:40px; background:url(../image/bj_gai.jpg) no-repeat; line-height:40px; padding-left:50px; color:#FFF; display:block; font-size:22px; font-family:"Microsoft Yahei"; }


.page_zj_center{height:100%;  border-bottom:1px dotted #CCC; margin:0 auto; padding:15px 0; }
.page_zj_center_name{ font-size:18px; color:#FBA737; height:30px}
.page_shu{border-left:4px solid #FBA737; height:20px; width:4px; float:left; margin:5px 7px 0 0}
.page_zi{ width:400px; float:left}
.page_zj_center p { margin:15px auto; line-height:28px; font-size:16px; }

.page_zj_center table{ width:697px; height:138px; border:3px solid #FBA737; text-align:center; background:#FBA737; margin:15px auto}
.page_trd{ background:#FFF}
.page_tr{ background:#FBA737; border:0;}
.page_zj_center table td{ border:#FBA737;}
.page_zj_center table td 
.page_zj_cen {height:100%; margin:0 auto; padding:10px 0; }
.page_zj_cen p{ color:#F00}
.pag { font-size:14px; margin-left:25px; margin-top:5px; }
.pag p { float:left; width:700px; }
.huanzhe-6 {  height: 119px; border-top: none; margin: 0 auto; overflow: hidden; margin-top:20px; border:#CFCECE 1px solid; margin-right: 20px;}
.hz-online4 { padding-left: 26px; height: 25px; margin: 25px 0 0 22px; line-height: 15px; background: url("../image/sprite_bg3.png") -35px -466px no-repeat; }
.jieda { width: 409px; height: 39px; border: 1px solid #cfcece; padding-left: 12px; margin-left: 20px; font-size: 14px; line-height: 39px; color: #999; }



/* 表单 */
.yy_zj {
    background: #fff none repeat scroll 0 0;
    margin: 0 auto;
    padding: 0 10px;
    width: 94%;
}
.yy_zj .tit {
    border-bottom: 1px dashed #850909;
    color: #ff0000;
    font-size: 14px;
    height: 36px;
    line-height: 30px;
    text-align:center;
}
.yy_zj dl {
    border-bottom: 1px dashed #850909;
    padding-bottom: 12px;
    text-align: left;
}
.yy_zj dt {
    font-size: 14px;
    line-height: 24px;
    padding-top: 15px;
}
.yy_zj dd {
    font-size: 14px;
    line-height: 25px;
    padding-top: 5px;
}
.yy_zj dd input {
    width: 30px;
}
.yy_zj p {
    color: #e60010;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
}
.yy_zj .name, .yy_zj .tel {
    padding: 5px 0;
}
.yy_zj label {
    font-size: 14px;
}
.yy_zj .input {
    border: 1px solid #850909;
    height: 24px;
    line-height: 24px;
    width: 152px;
}
.yy_zj .submit {
    margin: 10px 0;
}
.tjbtn {
    background: rgba(0, 0, 0, 0) url("https://www.zhzy999.com/skin/xin/Images/submit_btn.jpg") no-repeat scroll 0 0;
    border: 0 none;
    cursor: pointer;
    height:29px;
    width:89px;
}
.hz-tijiao { width: 171px; height: 39px; font-size: 18px; color: #666; line-height: 39px; font-family: 'Microsoft YaHei', '微软雅黑', '\5FAE\8F6F\96C5\9ED1'; margin-left: 50px; background: #ccc; cursor: pointer; }
.bz_zx { float: right; width: 190px; }
.bz_zx a, .bz_zx span { float: left; display: inline-block; background: url("../image/sprite_bg2.png") no-repeat; }
span.bz_tj { width: 60px; height: 22px; padding-left: 18px; background-position: -160px -540px; }
.bz_zx a { width: 18px; height: 18px; margin: 2px 4px 0 5px; }
.bz_zx a.bz_online1 { background-position: -51px -283px; overflow: hidden; }
.bz_zx a.bz_online2 { background-position: -51px -302px; overflow: hidden; }
.bz_zx a.bz_online3 { background-position: -51px -321px; overflow: hidden; }
.bz_zx a.bz_online4 { background-position: -51px -340px; position: relative; }
a.bz_online4:hover .bz_p {display: block;}
a.bz_online4 .bz_p { width: 117px; height: 116px; display: none; position: absolute; bottom: 22px; left: -55px; }
.huanzhe-7 { margin: 18px 17px 15px 0 !important; height: 22px; }
.huanzhe-8 { width: 680px; height: 169px; border: 1px solid #cfcece; border-top: 3px solid #cfcece; margin: 0 20px 20px 0; position: relative; overflow: hidden; }
.huanzhe-8 h1 { font-size: 24px; font-weight: 500; position: absolute; top: 11px; left: 18px; }
.tj-1 { width: 333px; height: 130px; border-right: 1px solid #ccc; margin-left: 13px; margin-top:10px; }
.tj-2 { width: 280px; padding-left: 40px; border-right: none; }
.huanzhe-8 ul { _display: inline; }
.pp1 { font-size:20px; color:#292929 }
.huanzhe-8 li {     text-indent: 20px;
    background: url(../image/dian.jpg) no-repeat left center;width: 274px; height: 28px; border-bottom: 1px dashed #ccc; color: #999;white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.huanzhe-8 li a { font-size: 12px; padding: 0 2px; line-height: 28px; }



/* 内容 */
.cont-wrap{margin-top: 20px;}
.content {  margin:0 auto; padding: 0 20px; }
.content p { margin:15px auto; line-height:28px;}
.content img{    display: inline;
    max-width: 100%;}
/* 底部 */
.footer{ width: 100%;  background-color: #34383b; color: #a8acaf; margin-top: 20px; margin-bottom: 77px;}
.footer .footer-con{width: 1000px; margin:0 auto;  padding: 12px 0;}
.footer .footer-left{ width: 200px; padding-right: 10px;  float: left; }
.footer .footer-left .bootom-logo{margin-top: 51px;}
.footer .footer-left .tel{height: 57px; margin-top: 25px; background: url('../image/bootom-tel.png') no-repeat left center; padding-left: 60px;}
.footer .footer-left .tel p{ font-size: 18px; line-height: 27px; }
.footer .footer-center{width: 476px; padding: 0 25px;  border-right: 1px solid #666666; border-left: 1px solid #666666; float: left;  margin-top: 31px; }
.footer .footer-center p{ line-height: 30px;}
.footer .footer-right{    float: left; width: 262px;}
.footer .footer-right ul li{ float: left; margin-left: 18px;  margin-top: 70px;}
.footer .footer-right ul li p{ text-align: center; padding-top: 12px; }

/*横幅*/
.bottomTL{ height:77px; width:100%; background:#ad0101;  position:fixed;bottom:0; z-index:9999;/* display: none; */}
.bottomTL img{ max-width: 100%;}
.bottomM{ width:1000px; margin:0 auto;}
.phon_s{ float:left; margin-top:-9px}
.online_tel{  float:left; margin-top:20px; padding-left:20px; display:none;}
.online_tel .online_tel_ipt {width: 313px;height: 43px; line-height:43px; float: left;background: #f4f4f4;border: none; border-radius:3px; color: #404040;text-indent: 10px; font-size:15px}
.online_tel .online_tel_btn {width: 93px;height: 43px;float: left; background: #fa9a5b; border: none; border-radius:3px; text-align:center;color: #fff;cursor: pointer; margin-left:6px;font-size:15px}
.xfRight{  margin-top:18px; margin-left:10px; padding-left:10px}
.xfRight li{ float:left; width:59px; height:41px; line-height:17px; padding-top:4px; border:1px solid #dbebf7; border-radius:3px; margin-left:108px}
.xfRight a{ font-size:15px;color:#f7ee52;display:block}
.xfRight1{ background:#ad0101 url(../image/dibubg_03.jpg) no-repeat 30px center; padding-left:68px}
.xfRight2{ background:#ad0101 url(../image/dibubg_07.jpg) no-repeat 30px center; padding-left:68px}
.xfRight3{ background:#ad0101 url(../image/dibubg_05.jpg) no-repeat 30px center; position: relative;  padding-left:68px}
.xfRight3 img{position: absolute; right: 0;top: -131px;width: 129px; display: none;}

.layui-layer-ico{ background: url(../image/icon.png) no-repeat;}