@charset "gb2312";
/* CSS Document */
body, select, input, textarea{color: #434343;font-size: 12px;background: #fff;font-family: "微软雅黑", "宋体", "新宋体", Arial, sans-serif;}
*{margin: 0;padding: 0;list-style: none;}
a{outline: none;text-decoration: none;color: #434343;}
a:hover{text-decoration: none;color: #c2316c;}
body{ max-width:640px; margin:0 auto;}
p{margin: 0;padding: 0;}
a img{border: 0; vertical-align:middle}
address, caption, cite, code, dfn, em, i, th, var{font-style: normal;font-weight: normal;}
h1, h2, h3, h4, h5, h6{/*font-size:100%;*/font-weight: normal;}
li{list-style: none;}
html{font-size: 100%; /* 在用户调整窗口大小时，字体大小做相应调整 */-ms-text-size-adjust: 100%; /* IE浏览器 */-webkit-text-size-adjust: 100%; /* FireFox浏览器 */}
button, html input[type="button"], /* 避免webKit bug发生在Android 4.0.* 设备上，破坏原生"audio"和"video"控制组件 */ input[type="reset"], input[type="submit"]{-webkit-appearance: none;cursor: pointer; /* 增强光标样式在input表单和其他表单的可用性和一致性 */ *overflow: visible;} input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration{-webkit-appearance: none;} button::-moz-focus-inner, input::-moz-focus-inner{border: 0; padding: 0;/*去除容器内边距和边框属性*/}
img{ /*max-width:100%; */vertical-align:middle; border:none;}
.clear{clear: both;}
.fl{ float:left;}
.fr{ float:right;}

@font-face {
  font-family: 'iconfont';
  src: url('http://at.alicdn.com/t/font_1456024844_3387284.eot'); /* IE9*/
  src: url('http://at.alicdn.com/t/font_1456024844_3387284.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('http://at.alicdn.com/t/font_1456024844_3387284.woff') format('woff'), /* chrome、firefox */
  url('http://at.alicdn.com/t/font_1456024844_3387284.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url('http://at.alicdn.com/t/font_1456024844_3387284.svg#iconfont') format('svg'); /* iOS 4.1- */
}
                   
                    
.iconfont_i{font-family:"iconfont"!important}                  

/**/
#con{ max-width:640px; margin:0 auto}
#header{background:#fff; width:100%; margin:0 auto;position: relative; height:60px;min-width: 320px;}
#logo{ position:absolute; width:60%; left:20%; float:left; line-height:60px; text-align:center; top:0; height:60px; overflow:hidden;}
#logo a{width:100%; margin:0 auto; text-align:center; vertical-align:middle}
#logo a img{width:100%; vertical-align:middle;}

.showMenu {width:28px;left:5%;top:50%; height:28px;z-index: 999;position:absolute; float:left;}
.showMenu a {display: block;width:30px;position: relative;outline: none;height: 4px;width: 100%;z-index: -1;-moz-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;-webkit-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;background: #434343;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}
.showMenu a:before, .showMenu a:after {content: '';position: absolute;left: 0;top:0;height: 4px;width: 100%;z-index: -1;-moz-transition: all 0.3s ease 0s;-webkit-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;background: #434343;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}
.showMenu a:before {-moz-transform: translateY(-8px);-o-transform: translateY(-8px);-ms-transform: translateY(-8px);-webkit-transform: translateY(-8px);transform: translateY(-8px);}
.showMenu a:after {-moz-transform: translateY(8px);-o-transform: translateY(8px);-ms-transform: translateY(8px);-webkit-transform: translateY(8px);transform: translateY(8px);}
.hideMenu a{background:none;}
.hideMenu a:before {-moz-transform: rotate(90deg) rotate(45deg);-o-transform: rotate(90deg) rotate(45deg);-ms-transform: rotate(90deg) rotate(45deg);-webkit-transform: rotate(90deg) rotate(45deg);transform: rotate(90deg) rotate(45deg);}
.hideMenu a:after {-moz-transform: rotate(90deg) rotate(-45deg);-o-transform: rotate(90deg) rotate(-45deg);-ms-transform: rotate(90deg) rotate(-45deg);-webkit-transform: rotate(90deg) rotate(-45deg);transform: rotate(90deg) rotate(-45deg);}

.menulist {width:100%;}
.menulist h3 {wdith:100%;height:40px; line-height:40px;color:#fff;font-weight:500;padding-left:5%; font-size:1.5em;}
.menulist h3 a{color:#fff;}
.menulist ul {width:100%;border-bottom:1px solid #6a7380; }
.menulist ul li {width:100%;float:left;height:40px;overflow:hidden;line-height:40px;text-align:center;color:#9097a0;border-top:1px solid #6a7380;}
.menulist ul li a {display:block;float:left;height:40px;color:#9097a0;border-right:1px solid #6a7380;border-right:1px solid #6a7380; font-size:1.2em; line-height:40px;}
.menulist ul li a:nth-child(4n) {border-right:none}
.popMenu {display:none;}
.menulists {position:absolute;width:100%;}
.menuBtn {width:100%;height:70px;line-height:70px;text-align:center;color:#424b59; background-color:#242c37;cursor:pointer;position:relative; -webkit-perspective: 1200px; -moz-perspective: 1200px;-ms-perspective: 1200px;-o-perspective: 1200px;perspective: 1200px;-webkit-transform-style: preserve-3d; -moz-transform-style: preserve-3d;-ms-transform-style: preserve-3d;-o-transform-style: preserve-3d;transform-style: preserve-3d; font-size:2em;}
.menuBtn span {display:inline-block;}
.menuBtn.active i {-moz-transform:rotateX(180deg);-webkit-transform:rotateX(180deg);transform:rotateX(180deg);}
.menuBtn i {position:absolute;left:50%;top:50%;margin-top:-3px;margin-left:60px;display:block;width:17px;height:12px; background:url(../images/down.png) no-repeat;-moz-transition:all 0.6s linear 0s;-webkit-transition:all 0.6s linear 0s;transition:all 0.6s linear 0s;}


/*右侧加号里面的内容css*/
.showMenu2{right:2%;display: block;width: 40px;height:auto;line-height:60px;vertical-align:middle; float:left; text-align:center; position:absolute}
.showMenu2 a{ font-size:2em;display:block;}
.popMenu2{clear:both;width:35%;height:0;overflow:hidden;position: absolute;right: 0px;top:6em;z-index: 1000;overflow: hidden;display: block;background-color: #fbfbfb;font-size:1em; }
.menulist2{width:100%;overflow:hidden}
.menulist2 ul{ overflow:auto;zoom:1}
.menulist2 ul li{ border-bottom: 1px solid #c3c3c3; color: #393a3f; padding:1em 0; text-indent:1em; font-size:1em;}
.menulist2 ul li span{}
.menulist2 ul li span img{ width:15%}
.openMenu2{height:auto !important;}
.menulist2 ul li a{color: #393a3f;}




/*头部导航*/
#index_nav{ background:url(../images/nav_bg.jpg) center no-repeat; background-size:100%; height:auto; overflow:hidden; line-height:2.5em; text-align:center;}
/*#index_nav p{ color:#fff; font-size:14px;}
#index_nav p a{ color:#fff}
#index_nav ul{ overflow:auto;zoom:1}
#index_nav ul li{ float:left; color:#fff}
#index_nav ul li a{ color:#fff}*/

.nav_left{ float:left; width:50%; margin-left:8%; display:inline}
.nav_left ul{ overflow:auto;zoom:1}
.nav_left ul li{ float:left; width:32%; background:url(../images/nav_dot.png) right center no-repeat;text-align:center;}
.nav_left ul li a{ color:#fff}

.nav_right{ float:left; background:url(../images/nav_bg2.png) center no-repeat; background-size:100%; height:auto; overflow:hidden; text-align:center; width:32%;}
.nav_right ul{ overflow:auto;zoom:1}
.nav_right ul li{ float:left; width:47%; background:url(../images/nav_dot.png) left center no-repeat;  margin-left:1%; display:inline;text-align:center;}
.nav_right ul li a{ color:#fff}

/*banner图*/
/*#banner{ width:100%; margin: 0 auto;position: relative;overflow: hidden;}
#banner .hd{width:320px; position:absolute;z-index: 1;bottom: 8px;text-align: center;}
#banner .hd ul{display: inline-block;height: 5px;padding: 3px 5px;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;font-size: 0;vertical-align: top;}
#banner .hd ul li{display: inline-block;width: 9px;height: 9px;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;background: #b3b3b3;margin: 0 5px;vertical-align: top;overflow: hidden;}
#banner .hd ul .on{background: #c2316c;}
#banner .bd{position: relative;z-index: 0;}
#banner .bd li img{width:100%;}
#banner .bd li a{display:block;}
#banner .bd li{}*/

/*项目列表*/
#index_menu{ width:100%; margin:0 auto; border-top:1px solid #c96098}
#index_menu ul{ overflow:auto;zoom:1; padding:3% 0}
#index_menu ul li{ float:left; width:20%; margin:0 2.5%; display:inline}
#index_menu ul li img{ width:100%;}

/*新闻滚动*/
#index_news{ background:#261e2f; height:47px; margin:0 auto; width:100%; line-height:47px;}
#index_news dl{ overflow:auto;zoom:1}
#index_news dl dt{ float:left; width:25%; color:#fff; font-weight:bold; font-size:1.2em; text-indent:0.5em;}
#index_news dl dt a{ color:#fff;}
#index_news dl dd{ float:right; width:75%; text-indent:0.5em}
#index_news dl dd a{ display:block; color:#fff; font-size:1em; line-height:47px; overflow:hidden}
#news_scroll{ height:47px; overflow:hidden; line-height:47px;}
/*项目图片列表*/

#index_item{ width:100%; margin:0 auto; background:#f2f2f2}
#index_item h2{ padding:2% 0}
#index_item h2 img{ width:100%;}
#index_item ul{ overflow:auto;zoom:1}
#index_item ul li{ float:left; width:33.3%}
#index_item ul li img{ width:100%;}


/*代言人*/
#index_dy{ width:100%; margin:0 auto; background:#fafaf8; padding:2% 0}
#index_dy h2{ padding-bottom:2%}
#index_dy h2 img{ width:100%;}
.dy_con{}
.dy_con .dy_tab{ width:100%; margin: auto;}
.dy_con .dy_tab ul{ overflow:auto;zoom:1; padding:2% 0}
.dy_con .dy_tab ul li{ float:left; width:19%; margin:0 2.4%; display:inline; overflow:hidden; padding:0 2px;}
.dy_con .dy_tab ul li .dy_y{ border:1px solid #a40081;-webkit-border-radius: 50%;-moz-border-radius: 50%; border-radius:50%;}
.dy_con .dy_tab ul li p{ font-size:1em; text-align:center; height:50px; line-height:18px; padding-top:5px; overflow:hidden; color:#a40081}
.dy_con .dy_tab ul li a{ color:#a40081}
.dy_con .dy_tab ul li.on img{ border:1px solid #d7d7d7;}
.dy_con .dy_tab ul li img{ width:100%}

.dy_con .dy_img{}
.dy_con .dy_img img{ width:100%;}
.i_more{ text-align:center;}

/*专家*/

#index_zj{ width:100%; margin:0 auto;}
#index_zj h2{ padding:2% 0}
#index_zj h2 img{ width:100%}
.zj_con{ position:relative}
.zj_con .zj_tab{ width:100%; margin:0 auto; position:absolute; bottom:15px;}
.zj_con .zj_tab ul{ overflow:auto;zoom:1}
.zj_con .zj_tab ul li{ float:left; width:15%; margin:0 2.5%; display:inline}
.zj_con .zj_tab ul li img{ width:100%}
.zj_con .zj_tab ul li em{width: 0; height: 6px; margin:0 auto; display:block}
.zj_con .zj_tab ul li p{ text-align:center; font-size:1em; line-height:1.5em;}
.zj_con .zj_tab ul li p span{ font-size:0.8em;}
.zj_con .zj_tab ul li.on img{}
.zj_con .zj_tab ul li.on em{width: 0; height: 0; margin:0 auto; border-left: 4px solid transparent; border-right: 4px solid transparent; border-bottom: 6px solid #a40081; display:block}
.zj_con .zj_img{}
.zj_con .zj_img img{ width:100%}

/*医院环境、设备*/
#index_yy{ width:100%; margin:0 auto; padding-top:2%; background:#fff}

.yy_tab{ background:url(../images/hjh1_bg.jpg) center no-repeat; background-size:100%;}
.yy_tab ul{ overflow:auto;zoom:1}
.yy_tab ul li{ float:left; width:20%;}
.yy_tab ul li.on{ background:url(../images/hjh1_h.jpg) center bottom no-repeat; background-size:50%;}
.yy_tab ul li img{ width:100%}

.yy_con{ width:100%; margin:0 auto; padding-top:3%}
.yy_con ul{}
.yy_con ul li{}
.yy_hj{ position:relative;}
.hj_con{}
.hj_con img{ width:100%;}
.hj_tab{ width:90%; position:absolute; bottom:3%; left:5%}
.hj_tab ul{ overflow:auto;zoom:1}
.hj_tab ul li{ float:left; width:15%; border:1px solid #c9c7c7;}
.hj_tab ul li.on{ border:1px solid #c10180}
.hj_tab ul li img{  width:100%;}
.yy_sb{ text-align:center;}
.yy_sb img{ width:94%;}


/**/



/*.logo{width:320px; height:80px; margin:0 auto;}
.logo img{width:320px; height:80px;}*/
.dh{height: 30px;background: #c2316c;line-height: 28px;text-align: center}
.dh ul{width: 320px;height: 30px;font-size: 14px;margin: 0 auto;}
.dh ul li{width: auto;height: 30px;float: left;padding-left: 15px;padding-right: 14px;text-shadow: 0 1px 0 #333;}
.dh ul li a{color: #fff;text-decoration: none}
.focus{margin: 0 auto;position: relative;overflow: hidden;}
.focus .hd{width:320px;position: absolute;z-index: 1;bottom: 8px;text-align: center;}
.focus .hd ul{display: inline-block;height: 5px;padding: 3px 5px;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;font-size: 0;vertical-align: top;}
.focus .hd ul li{display: inline-block;width: 9px;height: 9px;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;background: #b3b3b3;margin: 0 5px;vertical-align: top;overflow: hidden;}
.focus .hd ul .on{background: #c2316c;}
.focus .bd{position: relative;z-index: 0;max-width:500px;}
.focus .bd li img{width: 100%;height: auto;}
.focus .bd li a{display:block;max-width:500px;}
.focus .bd li{}
.bt{overflow: hidden;}
.bt ul{margin-top:2px;height: 65px;}
.bt ul li{display: block;text-shadow: 0 1px 0 #333;float: left;margin-bottom: 0.5%;text-align: center;font-size: 13px;line-height: 32px;width:24.625%;}
.bt01{margin-right:0.5%;}
.bt ul li a{color: #fff;display: block;height: 30px;background: #c2316c;}
.bt ul li a:hover{background: #c2316c;}
.search{height: 35px;overflow: hidden;margin-top:2px;}
.footmfthbutton{text-shadow: 0 1px 0 #333;background-color: #e08326;color: #fff;font-size: 16px;height: 30px;width: 30%;color: #FFF;border: 0;float: left;font-family: "微软雅黑", "宋体";text-align: center;}
.footmfthtel{background: none repeat scroll 0 0 #F2F2F2;border: 1px solid #e08326;margin-right:-2px;float: left;line-height: 28px;width: 70%;height: 28px;font-size: 13px;color: #a4a5a5;}
.icon{width:98%; margin:0 auto;overflow: hidden;}
.icon ul{margin-top: 15px;height: 290px;}
.icon ul li{width: 24.5%;height: 94px;display: block;float: left;text-align: center;line-height: 22px;}
.icon ul li img{width:59px; height:59px;}
.dt_tit{line-height:2em;height: 28px;border-bottom: 1px #c2316c solid;font-size: 14px;color: #c2316c;padding-left: 10px;}
.dt_tit a{color: #434343;font-size: 12px;float: right}
.dt_tit a:hover{color: #c2316c;}
.dt{}
.dt ul{margin-bottom: 20px;overflow: hidden;}
.dt ul li{display: block;height: auto;border-bottom: 1px #e3e3e3 solid;line-height: 37px;}
.zhjia{overflow: hidden;font-size: 12px;}
.zhjia ul{margin-bottom: 20px;}
.zhjia ul li{margin-top: 10px;border-bottom: 1px #e3e3e3 dashed;height: 154px;overflow: hidden;width: 315px;}
.zj_lf{float: left;width: 120px;height: 142px;border: 1px #e3e3e3 solid;}
.zj_lf img{width: 120px;height: 142px;}
.zj_rg{float: left;width: 185px;line-height: 21px;margin-left: 5px;}
.g022 a{color: #434343;font-size: 16px;}
.g022 a:hover{color: #c2316c;}
.zj1{margin-top: 5px;}
.zj1 a{line-height: 25px;width: 75px;height: 23px;color: #c2316c;border:1px #c2316c solid;text-align: center;float: left;text-shadow: 0 1px 0 #fff;}
.zj1 a:hover{background: #a32a5d;color: #fff;text-shadow: 0 1px 0 #333;}
.zj2 a{background: #c2316c;line-height: 25px;width: 75px;height: 25px;color: #fff;text-align: center;float: left;margin-left: 5px;text-shadow: 0 1px 0 #333;}
.zj2 a:hover{background: #a32a5d;color: #fff;}



.afocus{width:320px; height:190px; margin:0 auto;position: relative;overflow: hidden;padding-top:10px;}
.afocus .hd{width:320px;height: 11px;position: absolute;bottom:4px;z-index: 1;text-align: center;}
.afocus .hd ul{display: inline-block;height: 10px;padding: 3px 5px;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;font-size: 0;vertical-align: top;}
.afocus .hd ul li{display: inline-block;width: 9px;height: 9px;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;background: #b3b3b3;margin: 0 5px;vertical-align: top;overflow: hidden;}
.afocus .hd ul .on{background: #c2316c;}
.afocus .bd{position: relative;z-index: 0;}
.afocus .bd li img{width:320px; height:190px;}
.afocus .bd li a{-webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* 取消链接高亮 */}


/*首页康复案例改版2015-10-23*/
.index_case{ width:320px; margin:0 auto}
.index_case dl{ overflow:auto;zoom:1; border-bottom:1px dashed #d7d7d7; padding:10px 3px}
.index_case dl dt{ float:left; width:96px; height:64px;}
.index_case dl dd{ float:right; width:205px;}
.index_case dl dd h3{color: #c2316c; font-size:15px;}
.index_case dl dd h3 a{color: #c2316c;}
.index_case dl dd p{ line-height:20px; text-indent:2em;}


.foot{height: 32px;text-shadow: 0 1px 0 #fff;background: #eaeaea;margin-top: 17px;text-align: center;font-size: 14px;line-height: 32px;}
.foot01{background: #e2e2e2;text-shadow: 0 1px 0 #fff;height: 25px;text-align: center;margin-top: 10px;line-height: 28px;}
.foot01 a{color: #c2316c;}
.foot02{text-align: center;line-height: 25px;margin-top: 10px;height: 160px;}
.footmfth{overflow:hidden;background:url(../images/bg.gif) repeat;margin-bottom: 12px;padding: 0 0px 20px 0px;text-align: center;}
.footmftha{text-shadow: 0 1px 0 #fff;height: auto;padding: 12px 0 10px 0;font-size: 14px;color: #e08326;line-height: 18px;display: block;}
.footmfthf{height: 35px;display: block;text-align: center;}
.zilon9{text-align: center;height: 32px;line-height: 32px;text-align: center;background:url(../images/21.jpg) top no-repeat;padding-top: 4px;display: block;}
.zilon9 a{color: #c2316c;text-decoration: none;}
/* 底部固定按钮 */
#goTopBtn11{position:fixed;text-align:center;width:100%;height:60px;overflow:hidden;line-height:46px;bottom:0px;cursor:pointer;left:0;margin-left:0px;z-index:9999;border-top:solid 1px #cad4cc;font-size:14px;font-weight:bold;color:#FFF; background:#c2316c;}
.Btncon{width:100%; height:60px; margin:0 auto;}
.Btncon ul{margin-top:10px;}
.Btncon li{width:33%; height:45px; line-height:22px; float:left; font-size:14px;}
.Btncon li img{vertical-align:baseline; width:25px; height:25px; margin-top:5px;}
.Btncon li a{display:block; font-weight:bold; color:#fff;}
.Btncon li a:hover{color:#fff; text-decoration:none;}
.Btncon-li1{}
.Btncon-li2{background:url(images/Btncon-li2.jpg) no-repeat 0px 8px;}
/* 医院简介 */
.in_index{width:98%; margin:0 auto;}
.bnav{padding: 2px 0 5px 0;margin: 0px auto 0 auto;border-bottom: 1px solid #e3e3e3;}
.neirongziti{font-size: 14px;}
.jianjie_hd01{padding-top:20px;margin-bottom: 20px;font-size: 18px;color: #c2316c;text-align:center;}
.jianjie_hd01 img{max-width:98%;}
.jianjie_hd02 a{display: block;color: #434343;padding: 5px;background: #fbecf2;text-align: center;text-decoration: none;margin: 10px 0 0 0}
.jianjie_bd{margin: 20px auto;line-height:2em;}
/*.jianjie_bd img{margin: 15px auto}*/
.jianjie_bd h2{font-size: 12px;padding: 10px 0 0 0}
.jianjie_bd p{/*text-indent: 2em;*/line-height: 2em;}
.jianjie_bd p a{font-size: 12px;color: #434343;}
/*.jianjie_bd p span{color: #F00;}*/
.mod{padding: 12px 0 0 0px;border-top: 1px solid #e3e3e3;}
.mod p{line-height: 1.6;}
/* 案例中心*/
.case_box{padding: 20px 0 10px 0;border-bottom: 1px #e3e3e3 dashed;}
.case_box .tp_img{width: 320px;margin:0 auto;}
.case_box .tp_img img{width: 320px;height:190px;}
.case_box .ft{padding: 10px 0 0 0;text-align:center;}
.case_box .ft a{color: #c2316c;}
/* 项目列表*/
.to{width:98%; margin:0 auto;overflow: hidden;}
.to_tit h3{background:url(images/tit01.jpg) 10px 11px no-repeat #f1f1f1;font-size: 12px;height: 30px;padding-left: 20px;line-height: 30px;margin-top: 10px;margin-bottom: 10px;clear: both;}
.to_1 li{width:32%; margin-right:1%;float: left;display: block;overflow: hidden;margin-bottom: 7px;text-align: center;font-size: 12px;line-height: 32px;}
.to1{}
.to ul li a{display: block;height: 30px;border: 1px #e3e3e3 solid;}
.to ul li a:hover{background: #c2316c;color: #fff;}
/* 项目*/
.project01 h1{font-size: 16px;background: url(images/project01.jpg) no-repeat 3px 10px;padding-left: 20px;line-height: 35px;border-bottom: 1px #e5e5e5 solid;margin-bottom: 10px;}
.project_text{margin-bottom:5px;line-height: 2.3em;}
.project_text img{max-width:98%;}
.jianjie_bd img{max-width:98%;}
.project02{}
.project02 h2{font-size: 16px;padding-left: 15px;background: url(images/project02.jpg) no-repeat 0px 11px;border-bottom: 1px #e5e5e5 solid;line-height: 35px;margin-bottom: 15px;}
.pager{padding-top:10px;margin-bottom: 30px;}
.pager a{padding: 4px 10px;border: 1px solid #e3e3e3;background: #fff;}
.pager a:hover{background: none repeat scroll 0 0 #c2316c;border-color: #c2316c;color: #FFFFFF;}
/* 设备*/
.shebei{overflow: hidden;font-size: 12px;}
.shebei li{width: 315px;height: 210px;margin-bottom: 5px;border-bottom: 1px #e3e3e3 dashed;}
.shebei_lf{width: 140px;float: left;padding-top: 15px;}
.shebei_lf img{width: 130px;height: 190px;}
.shebei_rg{width: 175px;float: right;margin-top: 7px;}
.shebei11 a{color: #434343;font-size: 14px;}
.shebei11 a:hover{color: #c2316c;}
.shebei12{line-height: 19px;padding-top:5px;height:130px;}
.shebei1{margin-top: 5px;}
.shebei1 a{line-height: 25px;width: 80px;height: 23px;color: #c2316c;
text-shadow: 0 1px 0 #fff;text-align: center;float: left;border:1px #c2316c solid;}
.shebei1 a:hover{background: #a32a5d;text-shadow: 0 1px 0 #333;color: #fff;}
.shebei2 a{background: #c2316c;text-shadow: 0 1px 0 #333;line-height: 25px;width: 80px;height: 25px;color: #fff;text-align: center;float: left;margin-left: 10px;}
.shebei2 a:hover{background: #a32a5d;color: #fff;}
/* 环境*/
.huanjing{overflow: hidden;}
.huanjing ul{margin-bottom: 20px; margin-left:7px;margin-top: 15px;}
.huanjing ul li{float: left; display:block; width:150px;line-height: 25px;text-align: center;margin-bottom: 10px;}
.huanjing ul li img{width:144px;}
/******************后加样式*****************/
/* 弹出框钮 */
.SwtCon{width:220px; height:80px; position:fixed; top:45%; left:50%; margin-left:-110px;z-index:9999;}
.Swtcons{width:220px; height:80px; position:relative; background:#f8f8f8; border-radius:10px; -webkit-box-shadow:0px 0px 20px #666;}
.SwtClose{width: 27px; color:#666;border: 1px solid #ccc;border-radius: 15px;height: 27px;position: absolute;line-height: 23px;cursor: pointer;text-align: center;background: #fff;right: -8px;display: block;font-size: 25px;top: -8px; font-family: "Microsoft YaHei",Arial,Helvetica,sans-serif,SimSun;}
.Swtcons p{font-size:14px; text-align:center; color:#444; font-weight:bold; margin-top:12px; display:inline-block; width:220px;}
.Swtcons ul{margin-top:7px;}
.Swtcons ul li{float:left; width:75px; height:28px; text-align:center; line-height:28px; margin-left:23px; display:inline; border-radius:3px;}
.Swtcons01{background:#c69715;}
.Swtcons02{background:#eb4947;}
.Swtcons ul li a{font-size:14px; font-weight:bold; color:#fff; display:block;}


@keyframes dot
{
  0% {opacity:0;}
  40% {opacity:0;}
  50% {opacity:1;}
  90% {opacity:1;}
  100% {opacity:0;}
}
@-webkit-keyframes dot
{
  0% {opacity:0;}
  40% {opacity:0;}
  50% {opacity:1;}
  90% {opacity:1;}
  100% {opacity:0;}
}



.no1 { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; display: inline-block; position: absolute; border: 2px solid #fff; width: 20px; height: 20px; line-height: 16px; font-size: 14px; color: #fff; right: 40px; top: 5px; font-family: arial; font-weight: bold; -webkit-animation: dot 2s infinite; animation: dot 2s infinite; border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;border-radius:10px; background: -webkit-linear-gradient(left, #fd142e, #bf0116); background: linear-gradient(to bottom, #fd142e, #bf0116); }




/*底部固定*/
.foot_gd{width:100%;height:60px;display:none;display:block;left:0;position:fixed;bottom: 0;z-index:999}
.navbar{width:100%;height:60px;background:#f8f8f8;overflow:hidden;font-size:12px}
.navbar a{display:block;width:25%;height: 70px;float:left;text-align:center;color:#fff}
.navbar a i{display:block;width:2.6rem;height:2.6rem;margin:0 auto}
.bartel{background-color:#f63274;height: 70px;/*background-image:url(../images/bartel.png);background-repeat:no-repeat;background-size:1.8rem 1.8rem;background-position:center .5rem*/}
.navbar .bartel span{width: 100%;height:0.5rem;line-height:200%;display:block;margin:0.2rem auto 0; font-size:16px; font-weight:bold;}
.barswt{background-color:#ff6005;background-image:url(../images/barswt.png);background-repeat:no-repeat;background-size:1.8rem 1.8rem;background-position:center .5rem}
.barmap{background-color:#3366cc;background-image:url(../images/barmap.png);background-repeat:no-repeat;background-size:1.8rem 1.8rem;background-position:center .5rem}
.navbar .barhome{background-color:#2f314f;color:#666699;background-image:url(../images/barhome.png);background-repeat:no-repeat;background-size:1.8rem 1.8rem;background-position:center .5rem}
.navbar span{width: 100%;height:2rem;line-height:2rem;display:block;margin:2rem auto 0; font-size:14px}

/*内容页相关阅读*/
.arc_relate{ width:94%; margin:0 auto 10px;}
.arc_relate h2{ font-size:14px; font-weight:bold; color:#010101; line-height:2em}
.arc_relate ul{ overflow:auto;zoom:1}
.arc_relate ul li{ float:left; background:url(../images/relate_bg.jpg) center no-repeat; width:30%; color:#fff; background-size:100% 100%; padding:10px 3px 20px; margin-right:1.5%; display:inline}
.arc_relate ul li a{ color:#fff}
