/*程序制作:www.webjiu.com*/
@import url(anim.css);
@charset "utf-8";
/*选中背景色*/
::selection {background:#008F86;color:white;}
::-moz-selection {background:#008F86;color:white;}
/*全局控制*/
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
div,dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
h1,h2,h3,h4,h5,h6,
pre, code,/* text formatting elements 文本格式元素 */
form, fieldset, legend, button, input, textarea, /* form elements 表单元素 */
p,blockquote,th, td /* table elements 表格元素 */ {margin: 0;padding: 0;}
/** 设置默认字体 **/
body,
button, input, select, textarea /* for ie */ {font: 14px/1.5 tahoma, arial, \5b8b\4f53, sans-serif;}
h1,h2,h3,h4,h5,h6 {font-weight:normal;font-size:14px;}
address, cite, dfn, em, var { font-style: normal; } /* 将斜体扶正 */
code, kbd, pre, samp { font-family: courier new, courier, monospace; } /* 统一等宽字体 */
small { font-size: 12px; } /* 小于 12px 的中文很难阅读，让 small 正常化
*/
table,td,tr,th{font-size:12px;}
caption,th {text-align:left;}
/** 重置列表元素 **/
ul, ol, li { list-style: none; }
li{list-style-type:none;}
q:before,q:after {content:'';}
abbr,acronym {border:0;font-variant:normal;}
address,caption,cite,code,dfn,em,th,var,optgroup {font-weight:normal; font-style:normal;}
del,ins{text-decoration:none;}
/** 重置文本格式元素 **/
a {color:#333;text-decoration:none;outline:none;}
a:visited {color:#333;text-decoration:none;}
a:hover {color:#008F86;text-decoration:none;}
a:active {color:#008F86;}
/** 重置表单元素 **/
legend { color: #666; } /* for ie6 */
fieldset, img { border: 0; } /* img 搭车：让链接里的 img 无边框 */
button, input, select, textarea { font-size: 100%; } /* 使得表单元素在 ie 下能继承字体大小 */
sup { vertical-align: text-top; } /* 重置，减少对行高的影响 */
sub { vertical-align: text-bottom; }
/* 注：optgroup 无法扶正 */
/** 重置表格元素 **/
table { border-collapse: collapse; border-spacing: 0; }
/** 清除浮动 **/
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;outline:none;}
body{background:#fff;font:14px/20px microsift yahei,Tahoma,Arial,Helvetica,sans-serif; color:#333;}
input[type="text"],textarea{-webkit-appearance:none;}
input{_background:#fff;}
textarea{background:#fff;}
select{*background:#fff;}
.clearfix:before,.clearfix:after{content:"";display:table;}
.clearfix:after{clear:both;}
.clearfix{zoom:1;}
.clear{clear:both;overflow:hidden;display:block;background:#fff;}
.fl{float:left;}
.fr{float:right;}
.bl1 {clear:both; height:1px; overflow:hidden; display:block; background:#fff;}
.lines {clear:both; height:1px; overflow:hidden; display:block; background:#f1f1f0;}
.bl5 {clear:both; height:5px; overflow:hidden; display:block;}
.bl10 {clear:both; height:10px; overflow:hidden; display:block;}
.bl15 {clear:both; height:15px; overflow:hidden; display:block;}
.bl20 {clear:both; height:20px; overflow:hidden; display:block;}
.bl30 {clear:both; height:30px; overflow:hidden; display:block;}
.bl40 {clear:both; height:40px; overflow:hidden; display:block;}
.bl50 {clear:both; height:50px; overflow:hidden; display:block;}
.bl60 {clear:both; height:60px; overflow:hidden; display:block;}
.bl80 {clear:both; height:80px; overflow:hidden; display:block;}
.bl100 {clear:both; height:100px; overflow:hidden; display:block;}
.tc{text-align:center;}.tl{text-align:left;}.tr{text-align:right;}
.dis{display:block;}.disno{display:none;}
.undis{display:none;}
.fl{float:left;}.fr{float:right;}.cl{clear:both;}
input[type="text"]:focus,input[type="password"]:focus,textarea:focus{outline:none;}
.pzr{ position: relative;}
.wrap{width:1230px;margin:0 auto;min-width:1230px;}
/*头部区域*/
/*header*/
.top{ background:#F2F2F2;height:32px;line-height:32px;color:#999;position:relative;z-index:20;}
.top h3{float:left;background-image:linear-gradient(to right, #999,#666,#333,#000,#333,#666,#999,#666,#333,#000,#333,#666,#999);-webkit-background-clip: text;-webkit-text-fill-color: transparent;-webkit-background-size: 200% 100%;animation: bgp 5s infinite linear;}
.top .mobile{ background:url(../images/mobile.png) no-repeat 0 center;padding:0 0 0 20px;position:relative;}
.top .topnav{float:right;}
.top .topnav li{float:left;position:relative;margin:0 5px 0;}
.top .topnav li:hover .show{display:block;}
.top .topnav li.temail{background:url(../images/email.png) no-repeat center left;padding:0 0 0 30px;background-size:auto 15px;}
.top .topnav li.tweixin{background:url(../images/weixins.png) no-repeat center left;padding:0 0 0 25px;background-size:auto 15px;}
.top .topnav li.tweibo{background:url(../images/weibo.png) no-repeat center left;padding:0 0 0 25px;background-size:auto 15px;}


@-webkit-keyframes bgp {0%  { background-position: 0 0;}100% { background-position: -100% 0;}}

.head{width:100%;background:#fff;height:100px;clear:both;margin:0 auto;position:relative;z-index:11;}
.head .logo{float:left;width:338px;height:63px;overflow: hidden;margin:18px 0 0;}
.head .logo h1{float:left;width:338px;height:63px;}
.head .logo h1 a{background:url(../images/logo.png) no-repeat; background-size:auto 63px;text-indent:-9999px;width:338px;height:63px;display:block;}

.head .tianqi{width:410px;height:98px;margin:0 0 0 200px;float:left;}
.head .tweixin{float:right;width:80px;text-align:center;}
.head .tweixin img{width:80px;display:block;}
.head .tweixin p{height:15px;line-height:15px;}
.head .tel{position:absolute;right:90px;top:25px;z-index:99;height:48px;}
.head .tel span{font-size:18px;color:#272727;}
.head .tel p a{font-size:24px;color:#FF7418;line-height:30px;font-family: "Bahnschrift"}
.head .tela{float:left;margin:0 30px 0 30px;background:url(../images/tela.png) no-repeat 0 center;padding:0 0 0 68px;background-size:auto 48px;}
.head .telb{float:left;background:url(../images/tela.png) no-repeat 0 center;padding:0 0 0 68px;background-size:auto 48px;}


.head .searchs{float:left;width:125px;height:30px;margin:30px 0 0 20px;border:1px solid #DFDFDF;border-radius:50px;}
.head .searchs .key{width:80px;height:30px;line-height:30px;margin:0 0 0 15px;border:0;float:left;color:#999}
.head .searchs .key[type="text"]:focus{outline:none;}
.head .searchs .sub{float:right;width:30px;height:28px;background:url(../images/search.png) no-repeat center center;background-size:15px auto;border:none;cursor:pointer;}
.head .searchs .sub span{display:none;}
.head .tnav{float:left;height:32px;width:30px;margin:30px 0 0 8px;}
.head .tnav a{float:left;border:1px solid #E5E5E5;border-radius:50%;height:30px;width:30px;line-height:30px;display: block;text-align: center;}
.head .tnav a:hover{background:#008F86;color:#fff;border:1px solid #008F86;}


.navbg{width:100%;height:57px;line-height:57px;position:relative;float:left; background:#008F86;z-index:10;}
.navs{height:57px;margin:0 auto;line-height:57px;}
.navs li{float:left;margin:0}
.navs li a{display:block;width:123px;text-align:center;font-size:18px;color:#fff;}
.navs li a:hover{background:#A7D5B0;color:#fff;text-decoration:none;}
.navs li a.on,.navs li.on a{background:#A7D5B0;color:#333;}
.navs li:hover.on,.navs li:hover a{background:#A7D5B0;color:#333;text-decoration:none;}
.navs li ul{display:none;position:absolute;z-index:9999;}
.navs li ul li{float:none;display:block;position:relative;line-height:40px;_display:inline;}
.navs li ul li .s{position:absolute;top:0;left:140px;border-left:1px solid transparent;}
.navs li ul li .s li{float:none;}
.navs li ul li a{display:block;width:123px;height:42px;line-height:42px;text-align:center;background:#BCC747;font-size:14px;color:#333;}
.navs li ul li a:hover{color:#fff; background:#008F86;}
.navs .t,.navs .t:hover{background:url(../images/nav_ico.gif) no-repeat 120px center #008F86;}

.sbanner{width:100%;clear:both; display:block;overflow:hidden;background:#fff;height:300px;}


/*首页*/
/* banner */
.banners {height:660px;width:100%;margin:0 auto;clear:both;background:#fff;position:relative;max-width:100%; z-index:0;}
.banner{position: relative;bottom:0;left:0;width:100%;}
.banner a{display:block;background-repeat:no-repeat;background-position:center top;height:660px;}
.banner .slick-dots button{display:none !important;background:none;position:absolute;text-indent:-9999px;}
.banner .slick-arrow{position: absolute;border:none;top:40%; cursor:pointer;height:50px;width:50px;z-index:100;text-indent:-9999px;background:url(../images/pcontrol.png) 0px 0px no-repeat;border-radius:50%;cursor:pointer; filter:alpha(opacity=50); -moz-opacity:0.5; -khtml-opacity: 0.5; opacity: 0.5;}
.banner .slick-prev{left:2%;}
.banner .slick-next{right:2%;background-position:-50px 0px;}
.banner .slick-arrow:hover{background-color:#333;}
.banner .slick-dots{ position: absolute;left: 50%;bottom:80px;transform: translateX(-50%); z-index: 1000;}
.banner .slick-dots li{width:8px;height:8px;background:#fff;float:left;margin:0 5px;border-radius:50%;}
.banner .slick-dots li.slick-active{background:#008F86;}

.banners .search{position:absolute;bottom:0;left:0;height:60px;width:100%;z-index:10;}
.banners .search ul{height:36px;background:rgba(35,156,151,0.8);width:100%;padding:12px 0;color:#fff;}
.banners .search ul label{height:36px;line-height:36px;color:#fff;font-size:16px;padding:0 30px;}
.banners .search ul input{height:36px;width:440px;background:#fff;border:none;padding:0 0 0 5px;}
.banners .search ul button{height:36px;width:100px;cursor:pointer;background:#fff;border:none;text-align:center;margin:0 20px;color:#239C97}
.banners .search ul a{color:#fff;}

.picad{position:absolute;width:100px;height:100px;left:0px;top:0px;z-index:10000;}
.picclose{width:20px;height:20px;position:absolute;right:0;top:0;background:salmon;cursor:pointer;text-align: center;}
.picad img{width:100px;height:100px;}

.flashk{width:520px;float:left;}
.flash{float:left;width:520px;height:330px;overflow: hidden}
.flash .slick-dots button{display:none !important;background:none;position:absolute;text-indent:-9999px;}
.flash .slick-arrow{position: absolute;border:none;top:40%; cursor:pointer;height:50px;width:50px;z-index:100;text-indent:-9999px;background:url(../images/pcontrol.png) 0px 0px no-repeat;border-radius:50%;cursor:pointer; filter:alpha(opacity=50); -moz-opacity:0.5; -khtml-opacity: 0.5; opacity: 0.5;}
.flash .slick-prev{left:2%;}
.flash .slick-next{right:2%;background-position:-50px 0px;}
.flash .slick-arrow:hover{background-color:#333;}
.flash .slick-dots{ position: absolute;right:10px;bottom:12px;transform: translateX(-5%); z-index: 1000;}
.flash .slick-dots li{width:10px;height:10px;background:#fff;float:left;margin:0 4px;border-radius:5px;}
.flash .slick-dots li.slick-active{background:#07A78F;width:20px;}
.flash li{position: relative;}
.flash li img{float:left;width:520px;height:330px;}
.flash li p{position:absolute;bottom:0;left:0;background: rgba(69,76,82,0.8);height:36px;line-height:36px;width:95%;padding:0 0 0 5%;color:#fff;}

.inewsr{float:right;width:690px;height:330px;display:none;}
.inewsra{float:right;width:690px;height:330px;}
.titlei{width:100%;float:left;border-bottom:2px solid #E5E5E5;position: relative;height:40px;}
.titlei .inewstit{width:550px;float:left;text-align:center}
.titlei .inewstit .slick-slide{padding:5px 15px;cursor: pointer;}
.titlei .inewstit .slick-slide h3{font-size:16px;font-weight:bold;}
.titlei .inewstit .slick-current a{color:#fff;}
.titlei .inewstit .slick-current{background:#2DB5B2;color:#fff;border-radius:20px;}
.titlei .inewstita{position: absolute;bottom:-2px;}
.titlei .inewstita ul li{float:left;padding:0 10px;cursor: pointer;width:90px;}
.titlei .inewstita ul li h3{font-size:16px;font-weight:bold;text-align:center;height:42px;line-height:42px;}
.titlei .inewstita .hover{background:#2DB5B2;color:#fff;position:relative;}
.titlei .inewstita .hover a{color:#fff;}
.titlei .inewstita ul li h3 a{color:#4392A1;}
.titlei .inewstita .hover:after{content:''; position:absolute;bottom:-6px; left:50%; width:0; height:0; margin-left:-6px; border:6px solid transparent; border-bottom:0; -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s;border-top-color:#2DB5B2;}
.titlei .inewsmore{float:right;margin:10px 0 0;}
.titlei .inewsmore a{color:#9E9C9D;padding:4px 0;}
.titlei .inewsmore a:hover{color:#2BB3AD;}

.inewscon,.inewscona{width:100%;float:left;padding:10px 0 0}
.inewscon li,.inewscona li{float:left;width:100%;}
.inewscon li a,.inewscona li a{color:#484848;line-height:28px;height:28px;display: block;}
.inewscon li a h3,.inewscona li a h3{float:left;background:url(../images/diana.png) no-repeat 0 center;padding:0 0 0 15px;}
.inewscon li a span,.inewscona li a span{float:right;color:#999}
.inewscon li a:hover h3,.inewscona li a:hover h3{background:url(../images/dian.png) no-repeat 0 center;}
.inewscon li a:hover,.inewscona li a:hover{color:#36BBB3;}

.inewscon .slick-arrow{width:10px;height:35px; border:none; z-index: 1;top:40%;position: absolute; text-indent:-9999px; cursor: pointer;}
.inewscon .slick-prev{left:0px; background:url(../images/left.png) no-repeat center center;background-size:10px auto;}
.inewscon .slick-next{right:0px; background:url(../images/right.png) no-repeat center center;background-size:10px auto;}

.inewstop{width:100%;float:left;border-bottom:1px dotted #333;padding:0 0 10px 0;margin:0 0 10px 0;}
.inewstop h3{padding:10px 50px;}
.inewstop h3 a{color:#4392A1;font-size:18px;}
.inewstop h3 a:hover{color:#f60;}
.inewstop p{color:#666;line-height:24px;}
.inewstop p a{color:#4392A1}
.inewstop p a:hover{color:#f60;}
.ititle{text-align:center;width:100%;margin:25px 0;clear:both;position: relative;}
.ititle h3{font-size:22px;}



.ititles{width:100%;margin:5px 0;clear:both;position: relative;border-bottom:1px solid #E4E4E4;height:55px;line-height:55px;}
.ititles h3{font-size:20px;float:left;font-weight:bold;height:55px;line-height:55px;position: relative;z-index: 1}
.ititles h3:after{content: "";display:block;position:absolute;width:32px;height:5px;background:#03A560;z-index:0;left:0px;bottom:0px;}
.ititles span{float:right;}
.ititles span a{font-size:16px;display:block;padding:0 25px 0 0;background:url(../images/jiantou.png) no-repeat center right;background-size:auto 12px;}

.ikeshinav{text-align: center;}
.ikeshinav a{background:#F0F0F0;border-radius:15px;padding:7px 40px;color:#676767;}
.ikeshinav a:hover,.ikeshinav a.hover{background:#00A39E;color:#fff;}
.ikeshilist{width:100%;overflow: hidden;}
.ikeshilist ul{width:1240px;float:left;}
.ikeshilist ul li{width:145px;float:left;height:100px;overflow: hidden;margin:0 10px 10px 0;background:#eee;}
.ikeshilist ul li:nth-of-type(8n){margin-right:0;}
.ikeshilist ul li a{background-position:center 10px;background-repeat:no-repeat;display:block;border:1px solid #E8E8E8;width:143px;height:33px;line-height:18px;padding:65px 0 0;font-size:14px;text-align:center;color:#545454;background-color:#fff;background-size:auto 50px;}
.ikeshilist ul li a:hover{color:#008F86;}

.indexpro{width:1250px;margin:0 auto;height:240px;position:relative;float:left;left:-10px;}
.indexpro .slick-slide{padding:10px;}
.indexpro .slick-arrow{width:20px;height:35px; border:none; z-index: 1;top:40%;position: absolute; text-indent:-9999px; cursor: pointer;}
.indexpro .slick-prev{left:-20px; background:url(../images/left.png) no-repeat center center;}
.indexpro .slick-next{right:-20px; background:url(../images/right.png) no-repeat center center;}
.indexpro .slick-dots{position: absolute;left: 50%;bottom:10px;transform: translateX(-50%); z-index: 1000;}
.indexpro .slick-dots li{width:8px;height:8px;background:#ccc;float:left;margin:0 5px;border-radius:50%;cursor: pointer}
.indexpro .slick-dots li.slick-active{background:#008F86;}
.indexpro .slick-dots button{display:none !important;background:none;position:absolute;text-indent:-9999px; }

.ilistpic{position: relative;overflow: hidden;background:#fff;}
.ilistpic .pic{width:120px;height:160px;float:left;padding:15px;}
.ilistpic .pic img{width:120px;height:160px;float:left;}
.ilistpic .txt{width:230px;height:160px;float:left;padding:15px 0;}
.ilistpic .txt h3{font-size:16px;font-weight:bold;padding:5px 0;}
.ilistpic .txt span{color:#666}
.ilistpic .txt p{color:#666;padding:15px 0 0;}

.indexpic{width:1250px;margin:0 auto;position:relative;float:left;left:-10px;}
.indexpic .slick-slide{padding:10px;}
.indexpic .slick-arrow{width:20px;height:35px; border:none; z-index: 1;top:35%;position: absolute; text-indent:-9999px; cursor: pointer;}
.indexpic .slick-prev{left:-20px; background:url(../images/left.png) no-repeat center center;}
.indexpic .slick-next{right:-20px; background:url(../images/right.png) no-repeat center center;}
.ipic{width:100%;height:100%;position: relative;overflow: hidden;text-align: center;}
.ipic .pic{height:195px;width:100%;overflow:hidden;}
.ipic .pic img{width:100%;height:auto;object-fit: cover;transform: scale(1);-webkit-transform: scale(1);transition: all .8s;-webkit-transition: all .8s}
.ipic p{padding:10px 0;background:#FCFCFC;width:100%;}
.ipic:hover{box-shadow:0px 0px 10px rgba(0,0,0,0.1);display: block;}
.ipic a:hover img{transform: scale(1.1);-webkit-transform: scale(1.1)}

.indexpicad{width:1230px;margin:0 auto;position:relative;float:left;}


.ipicad{width:100%;height:100%;position: relative;overflow: hidden;text-align: center;}
.ipicad img{width:100%;float:left;height:auto;object-fit: cover;transform: scale(1);-webkit-transform: scale(1);transition: all .8s;-webkit-transition: all .8s}
.ipicad a:hover img {transform: scale(1.1);-webkit-transform: scale(1.1)}

.izhuangti{width:100%;margin:15px 0;float:left;}
.izhuangti img{width:100%;}

.snews{width:1230px;float:left;}
.snews dl{width:388px;float:left;margin:0 30px 0 0;border-bottom:1px solid #EFEFEF;}
.snews dl:last-child{margin:0;}
.snews dl dt{background:#F5F5F5;height:36px;width:100%;float:left;}
.snews dl dt h5{float:left;}
.snews dl dt h5 a{background:#48C9BE;width:100px;height:36px;line-height:36px;color:#fff;display: block;text-align: center;font-size:18px;}
.snews dl dt h5 a:hover{background:#37B2A8}
.snews dl dt span{float:right;width:39px;height:11px;margin:12px 10px 0 0;}
.snews dl dt span a{background:url(../images/more.gif) no-repeat center center;width:39px;height:11px;display: block;text-indent:-9999px;}
.snews dl dd{width:100%;float:left;}
.snews dl dd a{border-left:1px solid #EFEFEF;border-right:1px solid #EFEFEF;display:block;background:url(../images/dians.png) no-repeat 10px center;color:#676767;padding:0 10px 0 20px;height:32px;line-height:32px;}
.snews dl dd a:hover{ background-color:#f1f1f1}
.snews dl dd span{float:right;font-size:12px;color:#A6A6A6;}

.quick{display:block;width:100%;margin:20px 0;float:left;}
.quick dl{width:226px;border:2px solid #eee;height:75px;margin:0 20px 0 0;float:left;background:#fff;transition:all 1s;-moz-transition:all 1s; /* Firefox 4 */-webkit-transition:all 1s; /* Safari and Chrome */-o-transition:all 1s; /* Opera */visibility:visible;opacity: 0;animation: slideInUp ease-out .6s forwards;-webkit-animation: slideInUp ease-out .6s forwards}
.quick dl:last-child{margin:0;}
.quick dl:hover{border:2px solid #00A39D;}
.quick dl a{color:#4A4A4A;display: block;width:181px;height:40px;padding:18px 0 17px 45px;transition:all 1s;-moz-transition:all 1s; /* Firefox 4 */-webkit-transition:all 1s; /* Safari and Chrome */-o-transition:all 1s; /* Opera */}
.quick dl a:hover{background:#00A39D;color:#fff;transition:all 1s;-moz-transition:all 1s; /* Firefox 4 */-webkit-transition:all 1s; /* Safari and Chrome */-o-transition:all 1s; /* Opera */}
.quick dl dt{float:left;height:40px;width:40px;margin:0 20px 0 0;transition:all 1s;-moz-transition:all 1s; /* Firefox 4 */-webkit-transition:all 1s; /* Safari and Chrome */-o-transition:all 1s; /* Opera */}
.quick dl dd{font-size:16px;height:40px;line-height:40px;}
.quick dl dt.icona{ background:url(../images/quicka.png) no-repeat top center;}
.quick dl dt.iconb{ background:url(../images/quickb.png) no-repeat top center;}
.quick dl dt.iconc{ background:url(../images/quickc.png) no-repeat top center;}
.quick dl dt.icond{ background:url(../images/quickd.png) no-repeat top center;}
.quick dl dt.icone{ background:url(../images/quicke.png) no-repeat top center;}
.quick dl a:hover dt{ background-position:bottom center;transition:all 1s;-moz-transition:all 1s; /* Firefox 4 */-webkit-transition:all 1s; /* Safari and Chrome */-o-transition:all 1s; /* Opera */}

.mores{text-align:center;width:120px;margin:20px auto;clear:both;}
.mores a{border:1px solid #fff;width:120px;height:30px;position:relative;top:0px;line-height:30px;color:#fff;font-size:16px;display: block;transition:all 0.5s;-moz-transition:all 0.5s; /* Firefox 4 */-webkit-transition:all 0.5s; /* Safari and Chrome */-o-transition:all 0.5s; /* Opera */}
.mores a:hover{background:#fff;color:#11AAA8;transition:all 0.5s;-moz-transition:all 0.5s; /* Firefox 4 */-webkit-transition:all 0.5s; /* Safari and Chrome */-o-transition:all 0.5s; /* Opera */}

.izhuangjia{width:100%;float:left;height:360px;background:#11AAA8;padding:30px 0;margin:20px 0;}
.izhuangjia .ititle h3{color:#fff;}
.ivideo{width:388px;height:257px;background: #ddd;position: relative;float:left;}
.ivideo .pic{width:388px;height:257px;overflow:hidden;position: relative;}
.ivideo .pic img{width:388px;height:257px;object-fit: cover;transform: scale(1);-webkit-transform: scale(1);transition: all .8s;-webkit-transition: all .8s}
.ivideo a:hover img{transform: scale(1.1);-webkit-transform: scale(1.1)}
.ivideo a p{position:absolute;bottom:0;left:0;height:40px;line-height:40px;color:#fff;text-align:center;background:rgba(0,0,0,0.5);z-index:1;width:100%;}
.ivideo span{position:absolute;bottom:40%;left:50%;display:block;margin-left:-30px;height:60px;width:60px;background:url(../images/play.png) no-repeat center center #48C9BE;background-size:30px auto;border-radius:50%;}
.ztlist{width:102%;float:left;}
.ztlist dl{float:left;width:48%;margin:0 2% 5% 0;}
.ztlist dl .pic img{width:100%;height:150px;}
.ztlist dl dt{padding:10px 0;font-size:18px;}
.ztlist dl dd{line-height:30px;}
.ztlist dl dd em{color: #4c4c4c; float: left; display: block; width: 280px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; transition: all 0.3s linear 0s; -webkit-transition: all 0.3s linear 0s; }
.ztlist dl dd span{font-size: 12px; color: #8f8f8f; float: right; display: block;}


.titlec{border-bottom:2px solid #18C5B2;width:100%;}
.slider-nav{width:360px;text-align: center}
.slider-nav .slick-slide{padding:7px;}
.slider-nav .slick-current{background:#18C5B2;color:#fff;}
.slider-nav h3{font-size:18px;color:#797979;cursor: pointer;}
.slider-nav .slick-current h3{color:#fff;}
.slider-for div{width:100%;}
.slider-for ul li{width:236px;float:left;background:url(../images/dians.png) no-repeat 0px center;color:#676767;padding:0 0 0 10px;height:32px;line-height:32px;overflow: hidden;}


/*首页科室*/
.ind_4_cont{ width:1230px;float:left;height:330px;}
.ind_4_cont .img{ float: left; width:500px; height:330px;position: relative;}
.ind_4_cont .img .a{ display: block; height:100%; }
.ind_4_cont .img .a img{ display: block; width:100%; height:100%;}
.ind_4_cont .img .a .tit{ position: absolute; width:100%; left:0; bottom:0; z-index:10; color:#fff; background:rgba(0,0,0,0.5); }
.ind_4_cont .img .con{ padding:10px 35px 10px 30px; }
.ind_4_cont .img .con h2{ font-size:22px; line-height:1.1; padding-bottom: 10px; }
.ind_4_cont .img .con p{ line-height:1.5em; height:3em; overflow: hidden; font-size:12px; }

.ind_4_cont .r{ overflow: hidden;width:730px;float:left;height:330px; }


.ind_4_cont .r .tabClick{width:200px;float:left;}
.ind_4_cont .r .tabClick a{ display: block; float: left;width:185px;margin:0 10px 0 0;height:40px;padding:70px 0 0;position: relative; text-align: center; line-height:40px; font-size:18px; background:#FAFAFA;color:#6B6B6B; }
.ind_4_cont .r .tabClick a i{ display: none; position: absolute; width: 0; height: 0; border-top: 8px solid transparent;border-right: 8px solid transparent; border-bottom: 8px solid transparent; bottom:45%; right:-16px;border-left:8px solid #0AAEB0; }
.ind_4_cont .r .tabClick a.on{background-color:#0AAEAF;color:#fff;}
.ind_4_cont .r .tabClick .a1{background:url(../images/ksicona.png) no-repeat center top;}
.ind_4_cont .r .tabClick .a2{background:url(../images/ksiconb.png) no-repeat center top;}
.ind_4_cont .r .tabClick .a3{background:url(../images/ksiconc.png) no-repeat center top;}
.ind_4_cont .r .tabClick a.on i{ display: block; }
.ind_4_cont .r .tabClick a:hover,.ind_4_cont .r .tabClick a.on{background-position:center bottom;}

.i4-list{width:520px;float:left;height:330px;overflow-y:auto ;overflow-x: hidden;}
.i4-list .child{ display: none;}
.i4-list .child.on{ display: block;  }
.gundongtiao::-webkit-scrollbar {width: 10px;height: 1px;}
.gundongtiao::-webkit-scrollbar-thumb {border-radius: 10px;-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);background: #0AAEAF;}
.gundongtiao::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);border-radius: 10px;background: #EDEDED;}
.i4-list ul{width:500px;float:left;}
.i4-list ul li{width:100px;float:left;height:100px;overflow: hidden;margin:0 0px 10px 0;background:#eee;}
.i4-list ul li a{background-position:center 5px;background-repeat:no-repeat;display:block;width:100px;height:35px;line-height:18px;padding:65px 0 0;font-size:14px;text-align:center;color:#545454;background-color:#fff;background-size:auto 50px;}
.i4-list ul li a:hover{color:#3db1e1;}



/*内页*/
.cobg{width:100%;background:url(../images/bg.png) repeat-x top #fff;display:block;float:left;}
.co{width:1230px;margin:0 auto;padding:0 15px;min-width:1230px;background:url(../images/cobg.png) repeat-y center;display:block;}
.main{width:1230px;margin:0 auto;min-width:1230px;background:url(../images/mainbg.gif) repeat-y #fff;float:left;}
.col{width:240px;float:left;position:relative}
.cor{float:right;width:960px;}

.cname{color:#fff;width:230px;height:42px;line-height:42px;padding:0 0 0 10px;background:#008F86;}
.cname h4{font-size:18px;background:url(../images/cname.png) no-repeat 0 center;padding:0 0 0 30px;}
.pnavtit{ display:none;}

.local{border-bottom:2px solid #ddd;height:40px;line-height:40px;text-align:right;padding:0 10px 0 0;}
.local h5{float:left;color:#000;font-size:22px; position: relative;}
.local h5:after{content:""; position: absolute;bottom:-2px;left:0;border-bottom:2px solid #008F86;width:90px;}

.pnav{float:left;width:240px;}
.pnav ul li{float:left;width:100%;animation: slideInLeft ease-out 0s forwards;-webkit-animation: slideInLeft ease-out 0s forwards}
.pnav ul li.on a{background:url(../images/righta.png) no-repeat 210px center #0ABBB0; z-index:1;color:#fff;}
.pnav a{padding:10px 15px;position:relative;display: block;overflow: hidden;font-size:15px;color:#333;position:relative;display:block;margin:0;border-bottom:1px solid #E9E9E9;background:url(../images/righta.png) no-repeat 210px center;}
.pnav a:hover,.pnav a.act{color:#fff;}
.pnav a.act{background:#333;}
.pnav a, .pnav a:before, .pnav a:after,.pnav ul li.on a{box-sizing: border-box;-webkit-transition: 0.5s;transition: 0.5s;}
.pnav a:before {content: '';position: absolute;top: 0;left: 0;width: 0;height:60px;background: #0ABBB0;z-index: -1;}
.pnav a:hover:before {width: 100%;}
.pnav a:active {background: #333;}
.pnav a.current{background: #0ABBB0;color:#fff;}

.anav{text-align:center;height:58px;line-height:58px;width:100%;position: relative;}
.anav:after{content:""; position: absolute;bottom:0px;left:0;width:100%;border-bottom:2px solid #ddd; z-index:0;}
.anav a{font-size:15px;margin:0 18px;padding:18px 10px;position: relative;z-index: 1;color:#333;}
.anav a:hover,.anav a.act{border-bottom:2px solid #008F86;color:#666;}
.about{width:960px;padding:20px 0 0;}
.aboutcon{float:left;width:960px;line-height:24px;padding:0 0 50px}
.aboutcon td{padding:5px 0 5px 5px;font-size:14px;border:1px solid #ccc;}
.aboutcon img{max-width:100%;height:auto;}
.aboutfzt{font-size:24px;color:#E80200;text-align: center;padding:20px 0 25px;}
.contact{width:50%;float:left}
.contact h2{width:100%;font-size:24px;color:#008F86;font-weight:bold;padding:0 0 10px 0;}
.contact p{font-size:18px;padding:10px 0;}
.maps{width:49%;height:350px;float:left;border:1px solid #ccc;}
.maptxta{width:200px;height:120px;font-size:12px;}
.maptxta .company,.maptxtb .company{font-size:14px;color:#008F86;padding:0 0 0 5px;}
.maptxtb{width:300px;height:110px;font-size:12px;}

/*产品栏目*/
.piclists{width:100%;clear:both;margin:20px auto;float:left;}
.piclists ul{width:101.5%;float:left;}
.piclists ul li{float:left;text-align:center;height:auto;width:15.1666666%;margin:0 1.5% 20px 0;visibility: visible;opacity: 0;animation: slideInUp ease-out .6s forwards;-webkit-animation: slideInUp ease-out .6s forwards}
.piclists ul li:hover{background:#fff-webkit-box-shadow:0 0 7px 1px rgba(0,0,0,.1);box-shadow:0 0 7px 1px rgba(0,0,0,.1);-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}
.piclists ul li .pic{overflow: hidden;background: #fff url(data:image/gif;base64,R0lGODlhEgASAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh/wtYTVAgRGF0YVhNUDw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpDMDFGMDBBNEVEMzUxMUU4QTY0RUU2ODg1MjRFRjdDMSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpDMDFGMDBBNUVEMzUxMUU4QTY0RUU2ODg1MjRFRjdDMSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkMwMUYwMEEyRUQzNTExRThBNjRFRTY4ODUyNEVGN0MxIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkMwMUYwMEEzRUQzNTExRThBNjRFRTY4ODUyNEVGN0MxIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Af/+/fz7+vn49/b19PPy8fDv7u3s6+rp6Ofm5eTj4uHg397d3Nva2djX1tXU09LR0M/OzczLysnIx8bFxMPCwcC/vr28u7q5uLe2tbSzsrGwr66trKuqqainpqWko6KhoJ+enZybmpmYl5aVlJOSkZCPjo2Mi4qJiIeGhYSDgoGAf359fHt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNiYWBfXl1cW1pZWFdWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIREA8ODQwLCgkIBwYFBAMCAQAAIfkECQgAAQAsAAAAABIAEgAAAiuMj6nLnQADBE7GWTE+2+jIgd4lWlRIdSbynaO7qjIJz2lpr06blT1cCToKACH5BAkJAAEALAAAAAASABIAAAItjI95wOrGwHMRVdpWhu1yqUleMFblRnboKa5uC36WGqe1+c6wzrPPOJEFh8MCACH5BAkJAAEALAAAAAASABIAAAIthIOpa7CvWjxQJvtw0NNdikjaeJBeWIKbKrKuY3brOcvxB79Qje93ptr1hIsCACH5BAkIAAEALAAAAAASABIAAAIvjB+gyK3QzEMzVrlsxvDMm2whBJaL2XEjJX7tS8JsnK7eKd/0zKORrfo5RMJgowAAIfkECQkAAQAsAAAAABIAEgAAAi6Mj6nLC48eYDLCerCpOnQOZeF2jZ4JTqJKTh9asqecWnRs5+8t5ysF6zWGREMBACH5BAUIAAEALAAAAAASABIAAAIsjI8Im63s3AJxPiqhsRlvxn1eYIWkdlLmCqKs6sbw+KbX3eFNHe1oLwImLAUAOw==) no-repeat center;height:300px;}
.piclists ul li .pic img{width: 100%;height: 100%;object-fit: cover;	transform: scale(1);-webkit-transform: scale(1);transition: all .8s;-webkit-transition: all .8s}
.piclists ul li h2{padding:5px 0;font-size:14px;}
.piclists ul li p{padding:0 0 10px;height:20px; overflow:hidden;}
.piclists ul li span{text-align:center; position:relative;background:#fff;border:1px solid #ddd;padding:5px 50px;margin:0 0 15px;color:#4C4747;}
.piclists ul li a:hover span{border:1px solid #DC0C0C;color:#fff;}
.piclists ul li a:hover img{transform: scale(1.1);-webkit-transform: scale(1.1)}
.piclists ul li a span, .piclists ul li a span:before, .piclists ul li a span:after {box-sizing: border-box;-webkit-transition: 0.5s;transition: 0.5s;}
.piclists ul li a span:before {content: '';position: absolute;width:0;top:0px;left: 0;height:27px;background: #DC0C0C;z-index:0;}
.piclists ul li a:hover span:before {width: 100%;}
.piclists ul li a span i{ position: relative; z-index: 1; font-style: normal}

.newslist{width:100%;overflow:hidden;margin:0 auto 20px;float:left;}
.newslist ul li{width:100%;float:left;margin:0 0 20px 0;visibility:visible;opacity: 0;animation: slideInUp ease-out .6s forwards;-webkit-animation: slideInUp ease-out .6s forwards}
.newslist ul li a{background:#fff;display: block;width:100%;height:120px;}
.newslist ul li .img{float:left;width:180px;height:120px;overflow: hidden;margin:0 10px 0 0;}
.newslist ul li .img img{width:180px;height:120px;object-fit: cover;transform: scale(1);-webkit-transform: scale(1);transition: all .8s;-webkit-transition: all .8s}
.newslist ul li .txt{height:110px;padding:10px 10px 0 10px}
.newslist ul li .txt span{color:#999;font-size:12px;padding:4px 0 4px 20px;}
.newslist ul li .txt span.time{background:url(../images/time.png) no-repeat left center;}
.newslist ul li .txt span.hits{background:url(../images/views.png) no-repeat left center;}
.newslist ul li .txt h2{color:#333;font-size:14px;}
.newslist ul li .txt p{padding:5px 0;color:#999;font-size:12px;}
.newslist ul li a:hover{ background:#fafafa;}
.newslist ul li a:hover .img img{transform: scale(1.1);-webkit-transform: scale(1.1)}
.newslist ul li a:hover h2{color:#008F86;}

.newsli ul li{width:100%;float:left;border-bottom:1px solid #eee;height:45px;line-height:45px;}
.newsli ul li h2{float:left;}
.newsli ul li span{float:right;}

.toplist{width:100%;margin:10px 0 0;}
.toplist ul li{border-bottom:1px solid #ddd;height:42px;line-height:42px;}
.toplist ul li span{color:#73AC53;font-size:12px;padding:0 5px 0 0;float:right;}
.toplist ul li a{padding:0 15px;display:block;-webkit-transition:padding-left .8s;-moz-transition: padding-left .8s;-o-transition: padding-left .8s;}
.toplist ul li a:hover{background:#D2E9C5;color:#73AC53;padding-left:10px;}

/*图片列表*/
.piclist{width:100%;clear:both;margin:10px auto 20px;float:left;}
.piclist ul{width:102%;float:left;}
.piclist ul li{float:left;width:31.33333%;margin:0 2% 20px 0;height:240px;visibility: visible;opacity: 0;animation: slideInUp ease-out .6s forwards;-webkit-animation: slideInUp ease-out .6s forwards}
.piclist ul li a{background:#fff;display:block;float:left;overflow:hidden;position: relative; text-align:center;padding:0;-webkit-transition: all .2s linear;transition: all .2s linear;}
.piclist ul li a .pic{overflow: hidden;background: #fff url(data:image/gif;base64,R0lGODlhEgASAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh/wtYTVAgRGF0YVhNUDw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpDMDFGMDBBNEVEMzUxMUU4QTY0RUU2ODg1MjRFRjdDMSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpDMDFGMDBBNUVEMzUxMUU4QTY0RUU2ODg1MjRFRjdDMSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkMwMUYwMEEyRUQzNTExRThBNjRFRTY4ODUyNEVGN0MxIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkMwMUYwMEEzRUQzNTExRThBNjRFRTY4ODUyNEVGN0MxIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Af/+/fz7+vn49/b19PPy8fDv7u3s6+rp6Ofm5eTj4uHg397d3Nva2djX1tXU09LR0M/OzczLysnIx8bFxMPCwcC/vr28u7q5uLe2tbSzsrGwr66trKuqqainpqWko6KhoJ+enZybmpmYl5aVlJOSkZCPjo2Mi4qJiIeGhYSDgoGAf359fHt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNiYWBfXl1cW1pZWFdWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIREA8ODQwLCgkIBwYFBAMCAQAAIfkECQgAAQAsAAAAABIAEgAAAiuMj6nLnQADBE7GWTE+2+jIgd4lWlRIdSbynaO7qjIJz2lpr06blT1cCToKACH5BAkJAAEALAAAAAASABIAAAItjI95wOrGwHMRVdpWhu1yqUleMFblRnboKa5uC36WGqe1+c6wzrPPOJEFh8MCACH5BAkJAAEALAAAAAASABIAAAIthIOpa7CvWjxQJvtw0NNdikjaeJBeWIKbKrKuY3brOcvxB79Qje93ptr1hIsCACH5BAkIAAEALAAAAAASABIAAAIvjB+gyK3QzEMzVrlsxvDMm2whBJaL2XEjJX7tS8JsnK7eKd/0zKORrfo5RMJgowAAIfkECQkAAQAsAAAAABIAEgAAAi6Mj6nLC48eYDLCerCpOnQOZeF2jZ4JTqJKTh9asqecWnRs5+8t5ysF6zWGREMBACH5BAUIAAEALAAAAAASABIAAAIsjI8Im63s3AJxPiqhsRlvxn1eYIWkdlLmCqKs6sbw+KbX3eFNHe1oLwImLAUAOw==) no-repeat center;height:210px;}
.piclist ul li a .pic img{width: 100%;height: 100%;object-fit: cover;	transform: scale(1);-webkit-transform: scale(1);transition: all .8s;-webkit-transition: all .8s}
.piclist ul li a:hover img{transform: scale(1.1);-webkit-transform: scale(1.1)}
.piclist ul li a p{color:#000;width:100%;float:left;height:30px;line-height:30px;}

/*列表内容页*/
.listConts{line-height:26px;color:#666;width:100%;padding:20px 0 0;}
.listConts .title{font-size:26px;color:#333;text-align: center;}
.listConts .desc{width:400px;font-size:12px;padding:10px 0 15px;color:#999;margin:0 auto;height:30px;}
.time{background:url(../images/time.png) no-repeat 0 center;padding:0 0 0 20px;width:80px;float:left;}
.hits{background:url(../images/views.png) no-repeat 0 center;padding:0 0 0 20px;width:25px;float:left;}
.listConts .share{float:left;width:200px;}
.listConts .share span{float:left;}

.listConts .showimg{margin:20px 0;text-align:center;}
.listConts .showimg a img{border:1px solid #ccc;padding:1px;}
.listConts .showimg a:hover img{border:1px solid #F90;padding:1px;}
.listConts .conttitle{font-weight:bold;padding-bottom:7px;margin-bottom:7px;color:#2f2f2f;line-height:24px;border-bottom:1px solid #ddd;font-size:14px;}
.listConts .author{text-align:right;color:#999;}
.listConts .post{padding:10px 0 20px;width:100%;float:left;}
.listConts .post img{max-width:750px;}
.listConts .post table td{border:1px solid #ccc;}


.post-next-prev{position:relative;border-top:1px solid #ccc;padding:20px 0 0 0;margin:30px 0 0 0;color:#666;}
.post-next-prev a{color:#666;}
.post-next-prev a:hover{color:#008F86}


/*产品详情*/
.prodetail{ position:relative;padding:30px 0;width:100%;}
.detaill{width:402px;margin:0 auto;}

.detailpic{margin:0 auto;height:400px;width:400px;overflow:hidden;border:1px solid #EAEAEA;text-align:center;}
.detailpic ul{height:400px;width:400px;overflow:hidden;}
.detailpic a{width:400px;height:400px;display:table-cell;background:#fff;vertical-align:middle;text-align:center;*display:block;*font-size:125px;*font-family:Arial;overflow:hidden;padding:0px;}
.detailpic img{vertical-align: middle;max-width:400px;max-height:400px;}

/*图片小图预览列表*/
.spec-preview{width:402px;height:500px;border:1px solid #DFDFDF;}
.spec-scroll{clear:both;margin:5px 0 0 0;width:402px;}
.spec-scroll .prev{float:left;margin-right:6px;}
.spec-scroll .next{float:right;}
.spec-scroll .prev{display:block; background:url(../images/lefta.png) no-repeat center center;width:11px;height:86px; cursor:pointer;}
.spec-scroll .next{display:block; background:url(../images/rightb.png) no-repeat center center;width:11px;height:86px; cursor:pointer;}
.spec-scroll .items{float:left;position:relative;width:372px;height:88px;overflow:hidden;}
.spec-scroll .items ul{position:absolute;width:999999px;height:88px;}
.spec-scroll .items ul li{float:left;width:93px;text-align:center;}
.spec-scroll .items ul li a.img{width:86px;height:86px;display:table-cell;background:#fff;vertical-align:middle;text-align:center;*display:block;*font-size:125px;*font-family:Arial;overflow:hidden;border:1px solid #EAEAEA;padding:0px;}
.spec-scroll .items ul li a.img img{vertical-align:middle;max-height:86px;max-width:86px;}
.spec-scroll .items ul li.tb-selected .img{border:1px solid #4FC242;}

.pcon{width:100%;}

/*feedback*/
.feedback{padding:20px 0 50px;width:100%;float:left;}
.feedback ul li{float:left;width:100%;padding:5px 0;}
.feedback ul li label{float:left;width:100px;padding:10px;font-size:16px;text-align: right}
.feedback ul li input{float:left;width:250px;padding:10px;border:1px solid #C8C8C8;-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;}
.feedback ul li textarea{float:left;width:480px;padding:10px;height:250px;border:1px solid #C8C8C8;-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;}
.feedback ul li button{background: #008F86;border: 1px solid #008F86;-moz-border-radius: 2px 2px 2px 2px;-moz-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3) inset;-webkit-border-radius: 2px 2px 2px 2px;-webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3) inset;border-radius: 2px 2px 2px 2px;box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3) inset;color: #FFFFFF;display:inline-block;font-size:16px;height:42px;line-height:42px;padding:0 60px;cursor: pointer;}
.feedback ul li input.finput{width:120px;}

/*科室*/
.ks{width:100%;margin:0 auto;overflow: hidden; }
.ks h2{font-size:24px;color:#333333;text-align:center;padding:20px 0 30px;line-height:30px;}
.ktit{ text-align: center;}
.ktit a{ background: #A7D5B0;color:#333;padding:10px 30px; border-radius:5px;margin:0 4px;}
.ktit a:hover{ background:#008F86;color:#fff;}
.kstk{width:100%;position:relative;padding:30px 0;margin:0 auto;overflow: hidden; border-bottom:1px solid #f1f1f1;}
.kstk h3{width:100%;margin:0; background:#fff;color:#333;font-size:20px;height:45px;line-height:45px; display: block;}

.kstit{width:100%;padding:20px 0;float:left;}
.kstit h4{float:left;font-size:24px;}
.kstit span{float:right;border:1px solid #a4a4a4;border-radius:5px;font-size:14px;padding:2px 5px;}
.ksintrcon{width:100%;padding:20px 0;float:left;border-bottom:1px solid #ccc;}

.kspic ul li{float:left;margin:0 30px 20px 0;width:400px;height:267px;-moz-box-shadow:0px 5px 3px #e3e3e3; -webkit-box-shadow:0px 5px 5px #e3e3e3; box-shadow:0px 5px 5px #e3e3e3;}
.kspic ul li img{width:400px;height:267px;}

.kspic{width:1230px;margin:0 auto;height:360px;position:relative}
.kspic .slick-slide{padding:10px;}
.kspic .slick-arrow{width:20px;height:35px; border:none; z-index: 1;top:40%; background:#000; position: absolute; text-indent:-9999px; cursor: pointer;}
.kspic .slick-prev{left:-20px; background:url(../images/left.png) no-repeat center center;}
.kspic .slick-next{right:-20px; background:url(../images/right.png) no-repeat center center;}
.kspic .slick-dots{position: absolute;left: 50%;bottom:10px;transform: translateX(-50%); z-index: 1000;}
.kspic .slick-dots li{width:12px;height:12px;background:#ccc;float:left;margin:0 5px;border-radius:50%;cursor: pointer}
.kspic .slick-dots li.slick-active{background:#50C643;}
.kspic .slick-dots button{display:none !important;background:none;position:absolute;text-indent:-9999px; }


.kstk ul{width:100%;float:left;overflow:hidden;}
.kstk ul{width:1240px;float:left;}
.kstk ul li{width:145px;float:left;height:100px;overflow: hidden;margin:0 10px 10px 0;background:#eee;}
.kstk ul li a{background-position:center 10px;background-repeat:no-repeat;display:block;border:1px solid #E8E8E8;width:143px;height:33px;line-height:18px;padding:65px 0 0;font-size:14px;text-align:center;color:#545454;background-color:#fff;background-size:auto 50px;}
.kstk ul li a:hover{color:#008F86;}

/*医生详情*/
.doctordetail{border-bottom:1px solid #ccc;padding-bottom:20px;width:100%;margin:20px 0 0;}
.doctordetail .doctorpic{float:left;width:200px;}
.doctordetail .doctorpic img{width:200px;height:295px;}
.doctordetail .doctortxt{float:left;width:1000px;padding:10px 0 0 30px;}
.doctordetail .doctortxt h1{font-size:24px;font-weight:bold;color:#333;padding-bottom:10px;}
.doctordetail .doctortxt .zhuangchang{float:left;width:100%;color:#434343;margin:30px 0 0;font-size:16px;padding:30px 0 0 0;line-height:28px; }
.doctorcontitle{font-size:24px;font-weight:bold;color:#333;margin:20px 0 0;padding:30px 0 0;width:100%;background:url(../images/app-img.png) repeat-x top left;}
.doctordetail .ddoctorcon{float:left;width:100%;color:#434343;font-size:16px;padding:30px 0 0 0;line-height:28px; background:url(../images/app-img.png) repeat-x top left;}
.doctorcon{padding:20px 0;}

/*分页样式*/
.page_list{width:100%;height:24px;line-height:24px;text-align:center;letter-spacing:0;font-size:12px;margin:0 0 30px 0;}
.page_list li{display:inline-block;}
.page_list a{display:inline-block;color:#333;border:1px solid #e8e8e8;background:#f8f8f8;text-align:center;padding:0 8px;margin:0 3px;}
.page_list a:hover{color:#fff;border:1px solid #898989;background:#898989;}
.page_list .active span{color:#333;border:1px solid #ccc;background:#ccc;text-align:center;padding:0 8px;margin:0 1px;display: inline-block;}

#menua{display:none;}

.ditu{float:left;width:100%;height:400px; }
/*页脚区域*/
.footer{background:#239C97; background-size:cover;width:100%;float:left;clear:both;color:#fff;padding:0 0 20px 0;}
.footer .link{ padding:26px 0; border-bottom:1px solid #30B6B0; color:#fff; line-height:20px;width:100%;margin:0 0 20px 0; }
.footer .link a{margin-right:16px; }
.footer .link a.last{ margin:0; padding:0; background:none; }
.footer .flogo{float:left;width:338px;height:63px;overflow: hidden;margin:22px 0 0;}
.footer .flogo h1{float:left;width:338px;height:63px;}
.footer .flogo h1 a{background:url(../images/logom.png) no-repeat; background-size:auto 63px;text-indent:-9999px;width:338px;height:63px;display:block;}
.footer .copy {float:left;padding:0 0 0 50px;}
.footer .copy p{padding:0;line-height:26px;}
.footer .ftxt{float:left;padding:0 0 0 50px;}
.footer .ftxt p{padding:0;line-height:26px;}
.footer .ftxt .ftel{background:url(../images/ftel.png) no-repeat center left;background-size:auto 15px;padding:0 0 0 24px;}
.footer .ftxt .fqq{background:url(../images/fqq.png) no-repeat center left;background-size:auto 18px;padding:0 0 0 24px;}
.footer .ftxt .femail{background:url(../images/femail.png) no-repeat center left;background-size:auto 11px;padding:0 0 0 24px;}
.footer .ftxt .fadd{background:url(../images/fditu.png) no-repeat center left;background-size:auto 20px;padding:0 0 0 24px;}
.footer .weixin{float:right;text-align:center;}
.footer .weixin img{width:85px;}
.footer a{color:#fff;}.footer a:hover{color:#D1F8F6}
.footnav{display:none;}
/*Top按钮*/
*html{background-image:url(about:blank);background-attachment:fixed;}/*解决IE6下滚动抖动的问题*/
.tbox{width:50px;float:right;position:fixed;right:10px;z-index:10;bottom:15px;_position:absolute;_bottom:auto;_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));_margin-bottom:15px;display:none;}/*解决IE6下不兼容 position:fixed 的问题*/
.tbox #gotop{width:50px;height:50px;background:url(../images/icon.png) no-repeat 0 0;display:block;}

.rnav{width:60px;float:right;height:auto;position:fixed;right:5px;top:30%;_position:absolute;_bottom:auto;_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));_margin-bottom:15px;z-index:10;}/*解决IE6下不兼容 position:fixed 的问题*/
.rnav ul li{position:relative;cursor:pointer;width:60px;height:60px;margin:0 0 10px 0;}
.rnav ul li a{width:60px;height:22px;border-radius:10px;padding:38px 0 0 0;background-color:#fff;background-repeat:no-repeat;background-position:center 8px;background-size:auto 32px;-moz-box-shadow:0px 0px 3px rgba(0,0,0,0.2); -webkit-box-shadow:0px 0px 3px rgba(0,0,0,0.2); box-shadow:0px 0px 3px rgba(0,0,0,0.2);}
.rnav .lweixin{background-image:url(../images/rweixin.png);}
.rnav .ltel{background-image:url(../images/rtel.png);}
.rnav .lqq{background-image:url(../images/rqq.png);}
.rnav .ldaohan{background-image:url(../images/rdaohan.png);}
.rnav .lcode{background-image:url(../images/rcode.png);}
.rnav #gotop{background-image:url(../images/rtop.png);}
.rnav #gotop:hover{ text-decoration:none;background-color:#f5d089;}
.rnav .show{position:absolute;left:-150px;top:0px;width:150px;height:60px;background:#fff;-moz-box-shadow:0px 0px 3px rgba(0,0,0,0.2); -webkit-box-shadow:0px 0px 3px rgba(0,0,0,0.2); box-shadow:0px 0px 3px rgba(0,0,0,0.2);display:none;line-height:60px;padding:0; text-align:center;font-size:18px;color:#333;}
.rnav .show:after{content:''; position:absolute; top:26px; right:-6px; width:0; height:0; margin-left:-6px; border:6px solid transparent; border-right:0; -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s;border-left-color:rgba(0,0,0,0.2);}
.rnav .shows{position:absolute;left:-150px;top:0px;width:150px;height:160px;background:#fff;-moz-box-shadow:0px 0px 3px rgba(0,0,0,0.2); -webkit-box-shadow:0px 0px 3px rgba(0,0,0,0.2); box-shadow:0px 0px 3px rgba(0,0,0,0.2);display:none;line-height:24px;padding:0; text-align:center;font-size:18px;color:#333;}
.rnav .shows:after{content:''; position:absolute; top:28px; right:-6px; width:0; height:0; margin-left:-6px; border:6px solid transparent; border-right:0; -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s;border-left-color:rgba(0,0,0,0.2);}
.rnav .shows i{display:block;width:125px;height:125px;margin:0 auto;margin-top:8px;}
.rnav .shows p{color:#333;margin-top:5px;font-size:12px;;}
.rnav .shows .q1{font-size:12px;line-height:16px;}
.rnav .shows .q2{font-size:14px;line-height:22px;}
.rnav a{ text-align:center;display:block;color:#333;font-size:12px;}
.rnav a:hover{background-color:#eee;}
.rnav ul li:hover .shows,.rnav ul li:hover .show,.rnav ul li:hover .showsb{display:block;}


@media (max-width:768px) {
    .bl10 {height:0px;}
    .bl20 {height:5px;}
    .bl40 {height:5px;}
    .bl50 {height:10px;}
    .bl60 {height:0px;}
    .bl80 {height:20px;}
    .footm{opacity:1;-webkit-transform: translateY(0px) translateX(0);
        -moz-transform: translateY(0px) translateX(0);
        transform: translateY(0px) translateX(0);}
    .wrap{width:100%;min-width:100%;}
    .iwrap{width:100%;min-width:100%;}
    .col{width:100%;}
    .cor{width:100%;float:left;}

    .newsl{width:96%;padding:2%;}
    .newsr{float:left;width:96%;padding:2%;}
    /*头部区域*/
    .top{display:none;}
    .head{height:50px;}
    .head .logo{width:187px;height:35px;margin:7px 0 0 5px;}
    .head .logo h1{width:187px;height:35px;}
    .head .logo h1 a{width:187px;height:35px; background-size:auto 35px;}

    .head .tweixin{display:none;}
    .navbg{width:100%;height:60px;line-height:30px;display:none;}
    .navs{height:60px;line-height:30px;}
    .navs li{width:20%;}
    .navs li a{display:block;text-align:center;width:100%;font-size:14px;color:#fff;}
    .navs li ul li a{width:80px;height:30px;line-height:30px;font-size:12px;}
    .head .tel{right:45px;top:15px;height:20px;z-index:99;padding:0px; background:none;width:60px;overflow: hidden;}
    .head .tela{margin:0 5px 0 5px;background:none;padding:0;}
    .head .telb{float:left;background:none;padding:0;}
    .head .tel span{display:none;}.head .tel p{padding:0;}
    .head .tel p a{ background:url(../images/tel.png) no-repeat;color:#008F86;font-size:12px;text-indent:9999px;line-height:20px;padding:0;display:block;width:25px;height:20px;background-size:auto 20px;}


    .head .menu{background:url(../images/menus.png) no-repeat; text-indent:-9999px;display: block;width: 40px;height:40px; position: absolute; top:5px; right:0px;}
    #menua{ display:block;}

    .sbanner{height:100px;background-size:auto 100px;}

    /*首页*/
    /* banner */
    .banners {height:180px;position:relative;}
    .banner a{height:180px; background-size:auto 180px;}
    .banner .slick-arrow{top:35%;}
    .banner .slick-dots{bottom:15px;}
    .banner .slick-dots li{margin:0 3px;}
    .banners .search{display:none;}

    .flashk{width:100%;float:left;}
    .flash{width:100%;height:220px;overflow: hidden;}
    .flash li{height:220px; position: relative;}
    .flash li img{float:left;width:100%;height:400px;}
    .flash .pic{position:absolute;width:100%;height:220px; z-index:0;}
    .flash .txt{position:absolute;width:98%;padding:0 0 0 2%;font-size:12px;}

    .inewsr{width:100%;height:auto;display:block;}
    .inewsra{display:none;}


    .titlei{width:96%;float:left;padding:2%;height:30px;}
    .titlei .inewstit{width:80%;float:left;text-align:center}
    .titlei .inewstit .slick-slide{padding:2px 2px;cursor: pointer;}
    .titlei .inewstit .slick-slide h3{font-size:11px;font-weight:100;}
    .titlei .inewsmore{margin:2px 0 0;}
    .titlei .inewsmore a{font-size:10px;padding:4px 5px;}
    .inewscon{padding:0 4%;}
    .inewscon li a{line-height:24px;height:24px;}
    .inewscon li a h3{font-size:12px;width:220px;overflow: hidden;height:24px;padding:0 0 0 10px;}
    .inewscon li a span{font-size:10px;}

    .inewstop{width:100%;float:left;border-bottom:1px dotted #333;padding:0 0 10px 0;margin:0 0 5px 0;}
    .inewstop h3{padding:0px;}
    .inewstop h3 a{color:#4392A1;font-size:14px;}
    .inewstop p{font-size:12px;}


    .adm{width:100%;float:left;display:block;}
    .adm img{width:100%;height:auto;}
    .ad{display:none;}

    .ititle{margin:5px 0;}
    .ititle h3{font-size:16px;}

    .ititles{width:96%;margin:5px 0;height:45px;line-height:45px;padding:0 2%;}
    .ititles h3{font-size:16px;height:45px;line-height:45px;}
    .ititles h3:after{height:3px;}
    .ititles span{float:right;}
    .ititles span a{font-size:12px;}

    /*
    .izhuangti{width:100%;margin:15px 0;float:left;}
    .izhuangti ul li{border:1px solid #E4E4E4;height:150px;width:295px;margin:0 14px 0 0;float:left;background:#eee;}
    .izhuangti ul li:last-child{margin:0;}
    .izhuangti ul li .pic{height:120px;width:295px;overflow:hidden;}
    .izhuangti ul li .pic img{width:100%;height:auto;object-fit: cover;transform: scale(1);-webkit-transform: scale(1);transition: all .8s;-webkit-transition: all .8s}
    .izhuangti ul li a:hover .pic img{transform: scale(1.1);-webkit-transform: scale(1.1)}
    .izhuangti ul li h5{height:30px;line-height:30px;text-align:center;}
    */


    .izhuangti{margin:5px 0;}
    .izhuangti ul li{border:none;height:auto;width:48%;margin:0 1%;background:#fff}

    .izhuangti ul li .pic{height:auto;width:100%;}
    .izhuangti ul li .pic img{height:auto;float:left;}
    .izhuangti ul li h5{height:20px;line-height:20px;font-size:12px;padding:0 0 5px;}



    .ikeshinav{text-align: center;}
    .ikeshinav a{padding:4px 12px;font-size:12px;}
    .ikeshinav a:hover,.ikeshinav a.on{background:#00A39E;color:#fff;}

    .ikeshilist ul{width:100%;float:left;}
    .ikeshilist ul li{width:25%;height:auto;margin:0;}
    .ikeshilist ul li a{border:none;width:100%;height:37px;padding:55px 0 0;font-size:12px;background-size:auto 40px;}


    .indexpic{width:100%;margin:0 auto;position:relative;float:left;left:0px;overflow: hidden}
    .indexpic .slick-slide{padding:10px;}
    .indexpic .slick-arrow{width:20px;height:35px; border:none; z-index: 1;top:35%; background:#000; position: absolute; text-indent:-9999px; cursor: pointer;}
    .indexpic .slick-prev{left:-20px; background:url(../images/left.png) no-repeat center center;}
    .indexpic .slick-next{right:-20px; background:url(../images/right.png) no-repeat center center;}
    .ipic{width:100%;height:100%;position: relative;overflow: hidden;text-align: center;}
    .ipic .pic{height:112px;width:100%;}
    .ipic .pic img{width:100%;height:auto;}
    .ipic p{padding:10px 0;background:#FCFCFC;width:100%;}
    .ipic:hover{box-shadow:0px 0px 10px rgba(0,0,0,0.1);display: block;}

    .indexpicad{width:100%;margin:0 auto;position:relative;float:left;left:0px;}
    .indexpicad .slick-slide{padding:0px;}
    .indexpicad .slick-arrow{top:25%;position: absolute;}
    .indexpicad .slick-prev{left:0px;background-size:10px auto;}
    .indexpicad .slick-next{right:0px;background-size:10px auto;}

    .ivideo{width:100%;height:auto;background: #ddd;position: relative;float:left;}
    .ivideo .pic{width:100%;height:auto;overflow:hidden;position: relative;}
    .ivideo .pic img{width:100%;height:auto;object-fit: cover;transform: scale(1);-webkit-transform: scale(1);transition: all .8s;-webkit-transition: all .8s}
    .ivideo a:hover img{transform: scale(1.1);-webkit-transform: scale(1.1)}
    .ivideo a p{position:absolute;bottom:0;left:0;height:40px;line-height:40px;color:#fff;text-align:center;background:rgba(0,0,0,0.5);z-index:1;width:100%;}
    .ivideo span{position:absolute;bottom:40%;left:50%;display:block;margin-left:-30px;height:60px;width:60px;background:url(../images/play.png) no-repeat center center #48C9BE;background-size:30px auto;border-radius:50%;}

    .snews{width:100%;}
    .snews dl{width:100%;margin:0;border:0px solid #e1e1e1;}
    .snews dl dt{height:30px;}
    .snews dl dt h5 a{width:80px;height:30px;line-height:30px;font-size:16px;}
    .snews dl dd a{background:url(../images/dians.png) no-repeat 5px center;font-size:12px;padding:0 5px 0 15px;height:28px;line-height:28px;}
    .snews dl dd span{font-size:10px;}

    .quick{margin:0;}
    .quick dl{width:20%;border:none;margin:0;height:auto;}
    .quick dl:hover{border:none;}
    .quick dl a{width:100%;padding:5px 0;height:45px;}
    .quick dl dt{width:100%;margin:0;background: #ccc;height:30px;}
    .quick dl dd{width:100%;float:left;font-size:12px;height:20px;line-height:20px;text-align: center;}
    .quick dl dt.icona,.quick dl dt.iconb,.quick dl dt.iconc,.quick dl dt.icond,.quick dl dt.icone{background-size:30px auto;}


    .slider-for ul li{width:47%;font-size:12px;background:url(../images/dians.png) no-repeat 3px center;padding:0 0 0 3%;height:24px;line-height:24px;}
    .izhuangjia{height:260px;padding:10px 0;}

    .indexpro{width:100%;height:220px;left:0px;}
    .indexpro .slick-prev{left:0;}
    .indexpro .slick-next{right:0px;}
    .indexpro .slick-dots li{width:8px;height:8px;background:#ccc;float:left;margin:0 2px;border-radius:50%;cursor: pointer}

    .ilistpic{position: relative;overflow: hidden;background:#fff;}
    .ilistpic .pic{width:120px;height:160px;float:left;padding:5px;}
    .ilistpic .pic img{width:120px;height:160px;float:left;}
    .ilistpic .txt{width:60%;height:160px;float:left;padding:5px 0;}
    .ilistpic .txt h3{font-size:16px;font-weight:bold;padding:5px 0;}
    .ilistpic .txt span{color:#666}
    .ilistpic .txt p{color:#666;padding:15px 0 0;}


    /*首页科室*/
    .ind_4_cont{ width:100%;float:left;height:auto;}
    .ind_4_cont .img{width:100%; height:auto;display:none;}
    .ind_4_cont .r{width:100%;height:auto;}
    .ind_4_cont .r .tabClick{width:100%;float:left;}
    .ind_4_cont .r .tabClick a{width:33.3333%;margin:0;height:35px;padding:40px 0 0;line-height:40px;font-size:14px;}
    .ind_4_cont .r .tabClick a i{ display: none;}
    .ind_4_cont .r .tabClick a.on{background-color:#0AAEAF;color:#fff;}
    .ind_4_cont .r .tabClick .a1{background-size:auto 150px;}
    .ind_4_cont .r .tabClick .a2{background-size:auto 150px;}
    .ind_4_cont .r .tabClick .a3{background-size:auto 150px;}
    .ind_4_cont .r .tabClick a.on i{ display: none; }
    .i4-list{width:100%;float:left;height:auto;overflow: hidden;}
    .i4-list ul{width:100%;float:left;}
    .i4-list ul li{width:20%;float:left;height:65px;overflow: hidden;margin:0 0 10px 0;}
    .i4-list ul li a{background:url(../images/kicona.png) no-repeat center 5px;display:block;width:100%;height:30px;line-height:15px;padding:35px 0 0;font-size:11px;text-align:center;color:#545454;background-color:#fff;background-size:auto 30px;}
    .i4-list ul li a:hover{color:#3db1e1;}

    /*内页*/
    .cobg{background:#fff;margin-top:50px;}
    .co{width:100%;padding:0px;min-width:100%;background:#fff;}
    .main{width:100%;min-width:100%;background:#fff;}
    .col{width:100%;}
    .cor{float:left;width:100%;}
    .cname{color:#fff;width:96%;height:34px;line-height:34px;padding:0 2%;background:#008F86;}
    .cname h4{font-size:14px;}

    .piclists{width:100%;clear:both;overflow:hidden;margin:20px auto 10px;float:left;}
    .piclists ul{width:98%;float:left;padding:0 1%;}
    .piclists ul li{width:31.33333%;padding:0 1% 1%;margin:0 0 10px 0;}
    .piclists ul li .pic{height:170px;}
    .piclists ul li h2{padding:2px 0;font-size:12px;}
    .piclists ul li p{font-size:10px;padding:0 0 5px;height:15px;}




/*    .piclists ul li{float:left;text-align:center;height:auto;width:15.1666666%;margin:0 1.5% 20px 0;visibility: visible;opacity: 0;animation: slideInUp ease-out .6s forwards;-webkit-animation: slideInUp ease-out .6s forwards}
    .piclists ul li:hover{background:#fff-webkit-box-shadow:0 0 7px 1px rgba(0,0,0,.1);box-shadow:0 0 7px 1px rgba(0,0,0,.1);-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}
    .piclists ul li .pic{overflow: hidden;background: #fff url(data:image/gif;base64,R0lGODlhEgASAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh/wtYTVAgRGF0YVhNUDw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpDMDFGMDBBNEVEMzUxMUU4QTY0RUU2ODg1MjRFRjdDMSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpDMDFGMDBBNUVEMzUxMUU4QTY0RUU2ODg1MjRFRjdDMSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkMwMUYwMEEyRUQzNTExRThBNjRFRTY4ODUyNEVGN0MxIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkMwMUYwMEEzRUQzNTExRThBNjRFRTY4ODUyNEVGN0MxIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Af/+/fz7+vn49/b19PPy8fDv7u3s6+rp6Ofm5eTj4uHg397d3Nva2djX1tXU09LR0M/OzczLysnIx8bFxMPCwcC/vr28u7q5uLe2tbSzsrGwr66trKuqqainpqWko6KhoJ+enZybmpmYl5aVlJOSkZCPjo2Mi4qJiIeGhYSDgoGAf359fHt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNiYWBfXl1cW1pZWFdWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIREA8ODQwLCgkIBwYFBAMCAQAAIfkECQgAAQAsAAAAABIAEgAAAiuMj6nLnQADBE7GWTE+2+jIgd4lWlRIdSbynaO7qjIJz2lpr06blT1cCToKACH5BAkJAAEALAAAAAASABIAAAItjI95wOrGwHMRVdpWhu1yqUleMFblRnboKa5uC36WGqe1+c6wzrPPOJEFh8MCACH5BAkJAAEALAAAAAASABIAAAIthIOpa7CvWjxQJvtw0NNdikjaeJBeWIKbKrKuY3brOcvxB79Qje93ptr1hIsCACH5BAkIAAEALAAAAAASABIAAAIvjB+gyK3QzEMzVrlsxvDMm2whBJaL2XEjJX7tS8JsnK7eKd/0zKORrfo5RMJgowAAIfkECQkAAQAsAAAAABIAEgAAAi6Mj6nLC48eYDLCerCpOnQOZeF2jZ4JTqJKTh9asqecWnRs5+8t5ysF6zWGREMBACH5BAUIAAEALAAAAAASABIAAAIsjI8Im63s3AJxPiqhsRlvxn1eYIWkdlLmCqKs6sbw+KbX3eFNHe1oLwImLAUAOw==) no-repeat center;height:300px;}
    .piclists ul li .pic img{width: 100%;height: 100%;object-fit: cover;	transform: scale(1);-webkit-transform: scale(1);transition: all .8s;-webkit-transition: all .8s}
    .piclists ul li h2{padding:5px 0;font-size:14px;}
    .piclists ul li p{padding:0 0 10px;height:20px; overflow:hidden;}
    .piclists ul li span{text-align:center; position:relative;background:#fff;border:1px solid #ddd;padding:5px 50px;margin:0 0 15px;color:#4C4747;}
    .piclists ul li a:hover span{border:1px solid #DC0C0C;color:#fff;}
    .piclists ul li a:hover img{transform: scale(1.1);-webkit-transform: scale(1.1)}
    .piclists ul li a span, .piclists ul li a span:before, .piclists ul li a span:after {box-sizing: border-box;-webkit-transition: 0.5s;transition: 0.5s;}
    .piclists ul li a span:before {content: '';position: absolute;width:0;top:0px;left: 0;height:27px;background: #DC0C0C;z-index:0;}
    .piclists ul li a:hover span:before {width: 100%;}
    .piclists ul li a span i{ position: relative; z-index: 1; font-style: normal}*/


    .newslist{width:100%;overflow:hidden;margin:10px auto;float:left;}
    .newslist ul{width:100%;}
    .newslist ul li{width:100%;float:left;margin:0 0 10px 0;}
    .newslist ul li a{ background:#fff;padding:2%;display: block;width:96%;height:auto;}
    .newslist ul li .img{float:left;width:100%;height:auto;}
    .newslist ul li .img img{width:100%;height:auto;}
    .newslist ul li .txt{float:right;width:100%;height:auto;padding:0}
    .newslist ul li .txt span{color:#DC0C0C;font-size:12px;}
    .newslist ul li .txt h2{color:#333;font-size:14px;}
    .newslist ul li .txt h2:after{color:#333;font-size:18px;}
    .newslist ul li .txt p{padding:5px 0 5px;color:#999;font-size:10px;}
    .newslist ul li a:hover{ background:#fafafa;}

    /*图片列表*/
    .piclist ul{width:100%;}
    .piclist ul li{width:48%;margin:0 1% 10px;}
    .piclist ul li a h3{padding:5px 0 ;font-size:12px;}
    .piclist ul li a .pic{height:120px;}

    /*feedback*/
    .feedback ul li label{width:15%;padding:10px 10px 10px 0;font-size:14px;}
    .feedback ul li input{width:75%;padding:10px 0 10px 5px;}
    .feedback ul li textarea{width:75%;padding:10px 0 10px 5px;height:100px;}
    /*列表内容页*/
    .listConts{padding:10px 0;}
    .listConts .title{font-size:18px;line-height:30px;}
    .listConts .desc{width:100%;}
    .local{border-bottom:1px solid #ddd;height:30px;line-height:30px;font-size:11px;padding:0 10px;}
    .local h5{font-size:14px;}
    .local h5:after{bottom:-1px;left:0;border-bottom:1px solid #008F86;width:56px;}
    .pnavtit{ position:absolute;right:10px;top:5px;width:50px;height:20px; cursor:pointer;color:#fff;background:url(../images/downs.png) no-repeat center right;background-size:15px auto;display: block;}
    .current{background:url(../images/ups.png) no-repeat center right;background-size:15px auto;}

    .listConts .post{padding:10px 0 20px;width:100%;float:left;}
    .listConts .post img{max-width:none;width:100%;height:auto;}

    .pnav{width:100%;background:#fff;border:none;display:none;}
    .pnav ul li{float:left;border-bottom:1px solid #E9E9E9;}
    .pnav ul li a{border:none;background:none;}
    .pnav a{padding:10px;font-size:12px;}
    .pnav ul li.on a{background:#0ABBB0; z-index:1}

    .anav{text-align:center;height:38px;line-height:38px;width:100%;position:relative;}
    .anav a{font-size:12px;margin:0 4px;padding:8px 5px;position: relative;z-index: 1;color:#333;}
    .anav a:hover,.anav a.on{border-bottom:2px solid #2582C5;color:#333;}

    .about{width:96%;padding:2%;}
    .aboutcon{width:100%;padding:0 0 20px}
    .aboutpic{width:100%;padding:10px 0 0;}
    .aboutpic img{width:100%;height:auto;}
    .aboutconb{padding:0}
    .aboutconb img{max-width:none;width:100%;}
    .contact{width:100%;}
    .contact h2{width:100%;font-size:18px;font-weight:bold;padding:0 0 2px 0;}
    .contact dl{width:100%;}
    .contact dl dt{font-size:14px;padding:5px 0;}
    .contact dl dd{height:auto;font-size:12px;}
    .maps{width:100%;margin:10px 0 0}

    .listConts .newscon{padding:10px 0;}
    .listConts .newscon img{max-width:none;width:100%;height:auto;}
    .toplist{margin:10px 0 0;}
    .preNext{margin:10px 0 0 0;}
    /*产品详情*/
    .prodetail{ position:relative;padding:10px 0;width:100%;}
    .detaill{width:100%;margin:0 auto;}

    .detailpic{margin:0 auto;height:320px;width:320px;overflow:hidden;border:none}
    .detailpic ul{height:320px;width:320px;overflow:hidden;}
    .detailpic a{width:320px;height:320px;display:table-cell;background:#fff;vertical-align:middle;text-align:center;*display:block;*font-size:125px;*font-family:Arial;overflow:hidden;padding:0px;}
    .detailpic img{vertical-align: middle;max-width:320px;max-height:320px;}


    /*图片小图预览列表*/

    .spec-scroll{width:320px;height:70px;margin:0 auto;}
    .spec-scroll .prev{float:left;margin-right:6px;}
    .spec-scroll .next{float:right;}
    .spec-scroll .prev{display:block; background:url(../images/lefta.png) no-repeat center center;width:11px;height:70px; cursor:pointer;}
    .spec-scroll .next{display:block; background:url(../images/rightb.png) no-repeat center center;width:11px;height:70px; cursor:pointer;}
    .spec-scroll .items{float:left;position:relative;width:288px;height:70px;overflow:hidden;}
    .spec-scroll .items ul{position:absolute;width:999999px;height:70px;}
    .spec-scroll .items ul li{float:left;width:73px;text-align:center;}
    .spec-scroll .items ul li a.img{width:65px;height:65px;display:table-cell;background:#fff;vertical-align:middle;text-align:center;*display:block;*font-size:125px;*font-family:Arial;overflow:hidden;border:1px solid #EAEAEA;padding:0px;}
    .spec-scroll .items ul li a.img img{vertical-align:middle;max-height:65px;max-width:65px;}
    .spec-scroll .items ul li.tb-selected .img{border:1px solid #4FC242;}
    .pcon{width:96%;padding:2%;}
    .pcon img{width:50%;}

    .ks{width:96%;padding:2%;}
    .ks h2{font-size:18px;padding:10px 0;}
    .ktit a{padding:5px 10px;}
    .kstk{padding:10px 0;}
    .kstk h3{font-size:16px;text-align:center}

    .kstit{padding:0;}
    .kstit h4{font-size:18px;width:100%;text-align:center}
    .kstit span{float:right;border:1px solid #a4a4a4;border-radius:5px;font-size:14px;padding:2px 5px;}



    .kstk ul li{width:20%;height:65px;margin:0 0 10px 0;}
    .kstk ul li a{width:100%;height:30px;line-height:15px;padding:35px 0 0;font-size:11px;background-size:auto 30px;}
    .kstk ul li a p{font-size:11px;}

    /*医生详情*/
    .doctordetail{padding-bottom:10px;margin:10px 0 0;}
    .doctordetail .doctorpic{float:none;margin:0 auto;}
    .doctordetail .doctortxt{width:100%;padding:10px 0 0;text-align: center}
    .doctordetail .doctortxt h1{font-size:18px;padding-bottom:10px;}
    .doctorcontitle{font-size:18px;margin:5px 0 0;padding:10px 0 0; background:none;}
    .doctorcon{padding:2%;font-size:12px;text-align:left;width:96%;}

    /*页脚区域*/
    .footer{padding:0 0 50px 0;}
    .footer .link{ padding:20px 0;}
    .footer .flogo{width:268px;height:50px;margin:0 0 0 5%;}
    .footer .flogo h1{width:268px;height:50px;}
    .footer .flogo h1 a{background-size:auto 50px;width:268px;height:50px;}
    .footer .copy {padding:0 5%;width:90%;}
    .footer .copy p{padding:0;line-height:26px;font-size:12px;}
    .footer .ftxt{padding:0 5%;width:90%;}

    .footer .weixin{width:100%;text-align:center;margin:10px 0 0}
    .footer .weixin img{width:120px;}
    .footnav{position:fixed;bottom:0;left:0;width:100%;height:45px;background:#008F86;z-index:1000;display: block;}
    .footnav a{width:25%;line-height:15px;display: block; text-align: center;float:left;padding:5px 0 0 0;}
    .footnav a img{height:20px;width:auto;}
    .footnav a p{color:#fff;padding:0px;font-size:12px;}
    .rnav{display:none;}
}

@keyframes slideInLeft {
    from {
        transform:translate3d(-50%, 0, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}
@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform:translate3d(-50%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none
    }
}
@keyframes slideInUp {
    from {
        transform:translate3d(0, 50%, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}
@-webkit-keyframes fadeInUp {
    from {
        -webkit-transform:translate3d(0, 50%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none
    }
}






















