@import url(anim.css);
@charset "utf-8";
/*选中背景色*/
::selection {background:#1FA739;color:white;}
::-moz-selection {background:#1FA739;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:#1FA739;text-decoration:none;}
a:active {color:#1FA739;}
/** 重置表单元素 **/
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;}
.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:1200px;margin:0 auto;min-width:1200px;}
/*头部区域*/
/*header*/
.top{width:100%;background:#FCFBF6;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/weixin.png) no-repeat center left;padding:0 0 0 20px;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:331px;height:70px;overflow: hidden;margin:15px 0 0;}
.head .logo h1{float:left;width:331px;height:70px;}
.head .logo h1 a{background:url(../images/logo.jpg) no-repeat;background-size:auto 70px;text-indent:-9999px;width:331px;height:70px;display:block;}

.head .menu{display:none;}
.head .tsearch{float:right;width:240px;height:30px;padding:0 10px;margin:30px 0 0 0;background:#F4F8FB;border:1px solid #C9CBCC;border-radius:20px;}
.head .tsearch input{height:30px;width:200px;border:none;padding:0 0 0 5px;float:left;color:#C2C4C5;background: transparent;}
.head .tsearch button{height:30px;width:30px;cursor:pointer;text-indent:-9999px;float:right;background:url(../images/search.png) no-repeat center center;background-size:auto 15px;border:none;}


.head .tel{position:absolute;right:320px;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:60px;line-height:60px;position:relative;float:left;background:#1FA739;z-index:10;}
.navs{height:60px;line-height:60px;}
.navs li{float:left;margin:0}
.navs li a{display:block;width:100px;text-align:center;font-size:18px;color:#fff;}
.navs li a:hover{color:#fff;text-decoration:none;}
.navs li a.on,.navs li.on a{color:#06791C;background:#93E8A4}
.navs li ul{display:none;position:absolute;z-index:9999;left:-12px;}
.navs li ul li{float:none;display:block;position:relative;line-height:40px;_display:inline;}
.navs li ul li ul{position:absolute;top:0;left:125px;border-left:1px solid #22b43e}
.navs li ul li ul li{float:none;}
.navs li ul li a,.navs li.on ul li a{display:block;width:125px;height:35px;line-height:35px;text-align:center;background:#1fa739;font-size:14px;color:#fff;border-bottom:1px solid #22b43e}
.navs li ul li a:hover{color:#fff; background:#22b43e;}
.navs .t{background:url(../images/navchild.png) no-repeat 110px center #1fa739;background-size:auto 8px;}
.navs .t:hover{background:url(../images/navchild.png) no-repeat 110px center #22b43e;background-size:auto 8px;}
.navs li ul li ul li a{background:#1fa739;border-bottom:1px solid #22b43e}
.navsb li a{width:125px;padding:0 10px;}
.navsb li ul{left:0px;}




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

/* banner */
.banners {height:450px;width:100%;margin:0 auto;clear:both;background:#fff;position:relative;max-width:100%;z-index:0;}
.pbanners {height:360px;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:450px;}
.banner .slick-dots button{display:none !important;background:none;position:absolute;text-indent:-9999px;}
.banner .slick-arrow{position: absolute;border:none;top:46%; cursor:pointer;height:50px;width:50px;z-index:100;text-indent:-9999px;background:url(../images/pcontrol.png) 0px 0px no-repeat #fff;border-radius:50%;cursor:pointer; filter:alpha(opacity=50); -moz-opacity:0.5; -khtml-opacity: 0.5; opacity: 0.5;}
.banner .slick-prev{left:5%;}
.banner .slick-next{right:5%;background-position:-50px 0px;}
.banner .slick-arrow:hover{background-color:#333;}
.banner .slick-dots{position:absolute;left:50%;bottom:20px;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:#1FA739;}

.pbanner{position: relative;bottom:0;left:0;width:100%;}
.pbanner a{display:block;background-repeat:no-repeat;background-position:center top;height:360px;}
.pbanner .slick-dots button{display:none !important;background:none;position:absolute;text-indent:-9999px;}
.pbanner .slick-arrow{position: absolute;border:none;top:46%; cursor:pointer;height:50px;width:50px;z-index:100;text-indent:-9999px;background:url(../images/pcontrol.png) 0px 0px no-repeat #fff;border-radius:50%;cursor:pointer; filter:alpha(opacity=50); -moz-opacity:0.5; -khtml-opacity: 0.5; opacity: 0.5;}
.pbanner .slick-prev{left:2%;}
.pbanner .slick-next{right:2%;background-position:-50px 0px;}
.pbanner .slick-arrow:hover{background-color:#333;}
.pbanner .slick-dots{ position: absolute;left: 50%;bottom:30px;transform: translateX(-50%); z-index: 1000;}
.pbanner .slick-dots li{width:8px;height:8px;background:#fff;float:left;margin:0 5px;border-radius:50%;}
.pbanner .slick-dots li.slick-active{background:#C80606;}


/*首页*/
.quick{display:block;width:100%;float:left;padding:20px 0;}
.quick dl{width:190px;height:120px;margin:0 12px 0 0;float:left;border-radius:7px;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:nth-child(1){background:#E7B673;}
.quick dl:nth-child(2){background:#868CC0;}
.quick dl:nth-child(3){background:#4E98C4;}
.quick dl:nth-child(4){background:#098071;}
.quick dl:nth-child(5){background:#E78D73;}
.quick dl:nth-child(6){background:#829EBF;margin:0;}
.quick dl a{color:#fff;display: block;width:100%;height:110px;border-radius:7px;padding:10px 0 0;text-align:center;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:#B8915B;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{height:60px;width:60px;margin:0 auto 10px;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:20px;}
.quick dl dt.icona{ background:url(../images/icona.png) no-repeat top center;background-size:60px auto;}
.quick dl dt.iconb{ background:url(../images/iconb.png) no-repeat top center;background-size:60px auto;}
.quick dl dt.iconc{ background:url(../images/iconc.png) no-repeat top center;background-size:60px auto;}
.quick dl dt.icond{ background:url(../images/icond.png) no-repeat top center;background-size:60px auto;}
.quick dl dt.icone{ background:url(../images/icone.png) no-repeat top center;background-size:60px auto;}
.quick dl dt.iconf{ background:url(../images/iconf.png) no-repeat top center;background-size:60px auto;}
.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 */}


.title{width:100%;height:56px;line-height:56px;position: relative;}
.title h2{float:left;position:relative;z-index:1}
.title h2 a{color:#333;font-size:24px;float:left;text-align:center;padding:0 5px;height:56px;line-height:56px;display:block;margin:0 10px 0 0;}
.title h2 a.hover,.title h2 a:hover{color:#000;}
.title h2 i{color:#999;font-size:14px;font-style: normal;padding:0 0 0 15px;}
.title h2 i a{color:#999;font-size:14px;}
.title span{float:right;}
.title span a{color:#999;}

.inewl{width:795px;float:left;}
.inewr{width:385px;float:right;}

.flashk{width:385px;float:left;height:363px;overflow:hidden;display: block;position: relative;clear:both;}
.flash,.flashb{float:left;width:385px;overflow: hidden;display: block;position: relative;}
.flash .slick-dots button,.flashb .slick-dots button{display:none !important;background:none;position:absolute;text-indent:-9999px;}
.flash .slick-arrow,.flashb .slick-arrow{position: absolute;border:none;top:26%; 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,.flashb .slick-prev{left:2%;}
.flash .slick-next,.flashb .slick-next{right:2%;background-position:-50px 0px;}
.flash .slick-arrow:hover,.flashb .slick-arrow:hover{background-color:#333;}
.flash .slick-dots,.flashb .slick-dots{ position: absolute;right:5px;bottom:112px;transform: translateX(-5%); z-index: 1000;}
.flash .slick-dots li,.flashb .slick-dots li{width:8px;height:8px;background:#fff;float:left;margin:0 4px;border-radius:5px;}
.flash .slick-dots li.slick-active,.flashb .slick-dots li.slick-active{background:#07A78F;width:16px;}
.flash li,.flashb li{position: relative;}
.flash li img,.flashb li img{float:left;width:392px;height:260px;}
.flash li h3,.flashb li h3{width:100%;color:#333;font-size:16px;padding:10px 0;display:block;float:left;}
.flash li p,.flashb li p{height:36px;line-height:18px;padding:0 0 0;color:#999;display:block;float:left;overflow:hidden;}
.ititle{width:100%;background:url(../images/ititlebg.png) no-repeat bottom center;height:52px;text-align: center;margin:0 0 20px;}
.ititle h2 a{display:inline-block;width:120px;color:#333;line-height:50px;height:59px;font-size:16px}
.ititle h2 a.hover{background:url(../images/ititleon.png) no-repeat bottom center;height:59px;color:#fff;}

.index-pic-list{float:left;width:580px;}
.index-pic-list ul li{width:580px;height:300px;float:left;}
.index-pic-list ul li .pic{float:left;width:580px;height:180px;overflow:hidden;margin:0 0 10px;}
.index-pic-list ul li .pic img{display:block;width:580px;height:180px;object-fit: cover;transform: scale(1);-webkit-transform: scale(1);transition: all .8s;-webkit-transition: all .8s}
.index-pic-list ul li .time{text-align: center;float:left;padding:0 10px;}
.index-pic-list ul li .time h5{font-size:36px;padding:10px 0;}
.index-pic-list ul li .time p{font-size:14px;}
.index-pic-list ul li .txt{width:500px;float:left;}
.index-pic-list ul li .txt h3{font-size:16px;font-weight:bold;padding:10px 0 5px;display:block;float:left;overflow:hidden;}
.index-pic-list ul li .txt p{display:block;float:left;overflow:hidden;height:20px;}
.index-pic-list ul li:hover .pic img{transform: scale(1.1);-webkit-transform: scale(1.1)}

.index-txt-list{float:right;width:392px;}
.index-txt-list ul li{width:100%;height:auto;float:left;padding:18px 0;border-bottom:1px solid #E2E2E2}
.index-txt-list ul li a{display: block;width:100%;height:auto;}
.index-txt-list ul li .time{text-align: center;float:left;margin:3px 10px 0 0;width:50px;color:#999;height:50px;background:#f7f7f7;border:2px solid #eee;border-radius:10px;}
.index-txt-list ul li .time h5{font-size:20px;padding:5px 0 2px;}
.index-txt-list ul li .time p{font-size:10px;}
.index-txt-list ul li .txt{width:320px;float:left;}
.index-txt-list ul li .txt h3{font-weight:bold;padding:0px 0 2px;height:20px;overflow: hidden}
.index-txt-list ul li .txt p{color:#999;height:36px;overflow: hidden;font-size:12px;line-height:18px;}
.index-txt-list ul li:first-child{padding:0 0 18px;}
.index-txt-list ul li:last-child{border:none;}

.index-pica-list ul li{float:left;width:32%;height:240px;margin:0 2% 20px 0;position: relative}
.index-pica-list ul li .pic{width:100%;height:200px;border:1px solid #E0E0E0;display:table-cell;vertical-align:middle;text-align:center;overflow:hidden;}
.index-pica-list ul li .pic img{vertical-align:middle; max-height:200px; max-width:256px;display:block;object-fit: cover;transform: scale(1);-webkit-transform: scale(1);transition: all .8s;-webkit-transition: all .8s}
.index-pica-list ul li:hover .pic img{transform: scale(1.1);-webkit-transform: scale(1.1)}
.index-pica-list ul li h3{color:#999;height:40px;overflow: hidden}
.index-pica-list ul li:nth-child(3n){margin-right:0;}
.index-pica-list ul li:hover h3{color:#3AD86B}
.index-pica-list ul li span{display:block;background:url(../images/play.png) no-repeat center center #3DD76B;background-size:20px auto;width:50px;height:50px;border-radius:10px;position: absolute;right:10px;bottom:50px;}



.index-txta-list{float:left;width:100%;}
.index-txta-list ul li{width:600px;height:84px;float:left;padding:18px 0;border-bottom:1px solid #E2E2E2}
.index-txta-list ul li a{display: block;width:100%;height:84px;}
.index-txta-list ul li .time{text-align: center;float:left;margin:0 30px 0 0;width:80px;color:#999;height:80px;background:#f7f7f7;border:2px solid #eee;border-radius:10px;}
.index-txta-list ul li .time h5{font-size:36px;padding:15px 0 10px;}
.index-txta-list ul li .time p{font-size:14px;}
.index-txta-list ul li .txt{width:476px;float:left;}
.index-txta-list ul li .txt h3{font-size:16px;font-weight:bold;padding:10px 0 5px;height:20px;overflow: hidden}
.index-txta-list ul li .txt p{color:#999;height:40px;overflow: hidden}

.keshibg{background:url(../images/kebg.jpg) no-repeat center top #51B880;width:100%;padding:40px 0 40px;}
.keshibg .kstit{text-align:center;color:#fff;font-size:24px;width:100%;clear:both;display: block;padding:0 0 20px;}
.ikeshinav{text-align: center;}
.ikeshinav a{background:#F0F0F0;border-radius:15px;padding:7px 40px;color:#676767;}
.ikeshinav a:hover,.ikeshinav a.hover{background:#1FA739;color:#fff;}
.ikeshik{background:#fff;width:1140px;height:350px;padding:50px 30px 0;display:block;-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);}
.ikeshilist{width:100%;overflow: hidden;}
.ikeshilist ul li{width:180px;float:left;height:120px;overflow: hidden;margin:0 12px 10px 0;background:#eee;}
.ikeshilist ul li:nth-of-type(6n){margin-right:0;}
.ikeshilist ul li a{background-position:center 10px;background-repeat:no-repeat;display:block;border:1px solid #E8E8E8;width:178px;height:33px;line-height:18px;padding:85px 0 0;font-size:14px;text-align:center;color:#545454;background-color:#fff;background-size:auto 70px;}
.ikeshilist ul li a:hover{color:#35B269;}

/*ks_nav*/
.ks_nav {width:100%;float:left;background:url(../images/kebg.jpg) no-repeat center top #000;padding:20px 0 40px;margin:10px 0;}
.ks_nav .title { font-size: 22px; padding: 50px 0 0 10px; }
.ks_nav .tab ul { margin-top:20px; }
.ks_nav .tab ul li { transition: all .3s; overflow: hidden; width:60px; height: 270px; float: left; margin-right: 10px;}
.ks_nav .tab ul li.li3 { margin-right: 0;}
.ks_nav .tab ul li.on { width:1060px;}
.ks_nav .tab ul li .tit { float:left; width: 60px; height: 270px;}
.ks_nav .tab ul li.li1 .tit { background-color: #00A366;}
.ks_nav .tab ul li.li2 .tit { background-color: #00A366;}
.ks_nav .tab ul li.li3 .tit { background-color: #00A366;}
.ks_nav .tab ul li.li4 .tit { background-color: #00A366;}
.ks_nav .tab ul li .tit i { display: block; width: 36px; height: 36px; margin: 50px auto 10px; }
.ks_nav .tab ul li.li1 .tit i { background: url("../images/icon5.png") no-repeat center; }
.ks_nav .tab ul li.li2 .tit i { background: url("../images/icon4.png") no-repeat center; }
.ks_nav .tab ul li.li3 .tit i { background: url("../images/icon6.png") no-repeat center; }
.ks_nav .tab ul li.li4 .tit i { background: url("../images/icon7.png") no-repeat center; }
.ks_nav .tab ul li .tit h3 { color: #fff; width: 20px; font-size: 18px; margin: 0 auto; }
.ks_nav .tab ul li .list {transition: all .3s;float: left;background-color: #fff;height: 270px;padding: 10px 20px;box-sizing: border-box;width: 0;}
.ks_nav .tab ul li.on .list { width: 1000px;border:1px solid #cacaca; }
.ks_nav .tab ul li .list a {float: left;width: 177px;height: 40px;text-align: center;line-height: 40px;border: 1px solid #cacaca;border-radius: 4px;margin: 4px 6px;}
.ks_nav .tab ul li .list a:hover { color: #00A366; border: 1px solid #00A366; }
.ks_nav .below { margin-top: 30px; }
.ks_nav .below a { float: left; width: 277px; height: 96px; margin-left: 30px; border-radius: 6px; }
.ks_nav .below a:first-child { margin-left: 0; }
.ks_nav .below a img { display: block; width: 100%; height: 100%; border-radius: 6px; transition: all .3s; }
.ks_nav .below a img:hover { transform: translate(5px,5px); }

/*首页科室*/
.ind_4_cont{ width:1200px;float:left;height:260px;background:#fff;}
.ind_4_cont .img{ float: left; width:460px; height:260px; position: relative; margin-bottom: 15px; }
.ind_4_cont .img .a{ display: block; height:100%;position: relative;}
.ind_4_cont .img .a img{ display: block; width:100%; height:260px;}
.ind_4_cont .img .a .tit{ position:absolute;width:100%;color:#4A4A4A;height:50px;bottom:0px;left:0px;background:rgba(0,0,0,.5);}
.ind_4_cont .img .con{}
.ind_4_cont .img .con h2{ font-size:18px;color:#fff;text-align:center;line-height:50px;}
.ind_4_cont .img .con p{ line-height:1.5em; height:3em; overflow: hidden; font-size:12px; }

.ind_4_cont .r{ overflow: hidden;width:720px;float:right;height:320px;}


.ind_4_cont .r .tabClick{ padding-bottom:10px;width:720px;float:left;}
.ind_4_cont .r .tabClick a{ display: block; float: left;width:165px;margin:0 20px 0 0;height:40px; position: relative; text-align: center; line-height:40px; font-size:16px; background:#1D7AC4; border-radius:5px; color:#fff; }
.ind_4_cont .r .tabClick a i{ display: none; position: absolute; width: 0; height: 0; border-left: 13px solid transparent; border-right: 13px solid transparent; bottom:-10px; left:50%; margin-left:-13px; border-top: 13px solid #1E7AC5; }
.ind_4_cont .r .tabClick a:last-child{margin-right:0;}
.ind_4_cont .r .tabClick .a2{ background:#DCB170; }
.ind_4_cont .r .tabClick .a2 i{ border-top-color:#DCB170; }
.ind_4_cont .r .tabClick .a3{ background:#4DCACC; }
.ind_4_cont .r .tabClick .a3 i{ border-top-color:#4DCACC; }

.ind_4_cont .r .tabClick .a4{ background:#5ABA72; }
.ind_4_cont .r .tabClick .a4 i{ border-top-color:#5ABA72; }

.ind_4_cont .r .tabClick .a5{ background:#01763a; }
.ind_4_cont .r .tabClick .a5 i{ border-top-color:#01763a; }
.ind_4_cont .r .tabClick a.on i{ display: block; }





.i4-list{clear:both;width:100%;margin:0;}
.i4-list .child{ display: none;  }
.i4-list .child.on{ display: block;  }


.i4-list ul{width:720px;background:#fff;height:200px;}
.i4-list ul li{width:165px;float:left;height:40px;margin:10px 20px 0 0;overflow: hidden;}
.i4-list ul li a{display:block;width:163px;height:38px;line-height:38px;font-size:14px;border:1px solid #e1e1e1;color:#545454;border-radius:5px;background:url(../images/jiann.gif) no-repeat 10px center}
.i4-list ul li a i{border-right:1px solid #e1e1e1;width:28px;height:38px;float:left;margin:0 10px 0 0;}
.i4-list ul li a:hover{border:1px solid #1FA739;background:url(../images/jianm.gif) no-repeat 10px center;color:#1FA739;}
.i4-list ul li a:hover i{border-right:1px solid #1FA739;}
.i4-list ul li:nth-child(4n){margin-right:0;}


/*标题*/
.ititles{width:100%;margin:5px 0;clear:both;position: relative;text-align:center;}
.ititles h3{font-size:24px;font-weight:bold;height:55px;line-height:55px;}
.ititles h3 a{color:#fff;}

.snews{width:1200px;float:left;}
.snews dl{width:384px;float:left;margin:0 24px 0 0;}
.snews dl:last-child{margin:0;}
.snews dl dt{width:100%;float:left;margin:0 0 10px;}
.snews dl dt img{width:100%;float:left;}
.snews dl dt a{display: block}
.snews dl dd{width:100%;float:left;}
.snews dl dd a{display:block;background:url(../images/yuan.png) no-repeat 15px center;color:#676767;background-size:4px auto;padding:0 20px 0 25px;height:32px;line-height:32px;}
.snews dl dd a:hover{ background-color:#f1f1f1}
.snews dl dd span{float:right;font-size:12px;color:#A6A6A6;}
.snewsk{width:100%;height:430px;margin:20px 0 0;display:block;-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);}


.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;background:url(../images/doctorbg.png) no-repeat top center #F2F1F0;padding:30px 0;margin:20px 0;}
.indexpro{width:1220px;margin:0 auto;position:relative;float:left;left:-10px;padding:0 0 30px 0;}
.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:#1FA739;}
.indexpro .slick-dots button{display:none !important;background:none;position:absolute;text-indent:-9999px; }

.ilistpic{position: relative;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);}
.ilistpic a{display:block;}
.ilistpic .pic{width:224px;margin:0 auto;height:306px;position:relative;overflow: hidden;}
.ilistpic .pic img{width:224px;height:auto;float:left;object-fit: cover;transform: scale(1);-webkit-transform: scale(1);transition: all .8s;-webkit-transition: all .8s}
.ilistpic .txt{width:96%;padding:10px 2%;background:rgba(0,135,128,0.5);text-align:center; position: absolute;bottom:0;left:0;}
.ilistpic .txt h3{font-size:16px;font-weight:bold;padding:0 0 10px 0;color:#fff;}
.ilistpic .txt p{color:#fff;line-height:21px;overflow:hidden;}
.ilistpic a:hover .pic img{transform: scale(1.1);-webkit-transform: scale(1.1)}
.ilistpic:hover{background:#EBFCF5;}
/*首页医生列表 over*/
/*专题*/
.zhuanti{width:1220px;margin:0 auto;position:relative;float:left;left:-10px;}
.tese{width:1220px;margin:0 auto;height:120px;position:relative;float:left;left:-10px;}
.tese img{width:285px;height:110px;}

.zhuanti .slick-slide,.tese .slick-slide{padding:10px;}
.zhuanti .slick-arrow,.tese .slick-arrow{width:20px;height:35px; border:none; z-index: 1;top:35%;position: absolute; text-indent:-9999px; cursor: pointer;}
.zhuanti .slick-prev,.tese .slick-prev{left:-20px; background:url(../images/left.png) no-repeat center center;}
.zhuanti .slick-next,.tese .slick-next{right:-20px; background:url(../images/right.png) no-repeat center center;}
.zhuanti .slick-dots,.tese .slick-dots{position: absolute;left: 50%;bottom:10px;transform: translateX(-50%); z-index: 1000;}
.zhuanti .slick-dots li,.tese .slick-dots li{width:8px;height:8px;background:#ccc;float:left;margin:0 5px;border-radius:50%;cursor: pointer}
.zhuanti .slick-dots li.slick-active,.tese .slick-dots li.slick-active{background:#1FA739;}
.zhuanti .slick-dots button,.tese .slick-dots button{display:none !important;background:none;position:absolute;text-indent:-9999px; }
.zhuanti .ipic{border:1px solid #ccc;}
.zhuanti .ipic img{width:100%;display: block;}
.zhuanti .ipic p{padding:0 0 0 20px;line-height:30px;height:30px;}


/*党群建设*/
.djarea{width:100%;float:left;display:block;}
.djarea ul li{float:left;width:49%;margin:0 2% 2% 0;}
.djarea ul li:nth-child(2n){margin-right:0;}

.ptitle{width:100%;float:left;clear:both;margin:10px 0;background:url(../images/ptitlebg.png) no-repeat left center;height:66px;background-size: cover;}
.ptitle h3{float:left;font-size:24px;padding:0 0 0 70px;color:#fff;height:60px;line-height:60px;}
.ptitle a{float:right;font-size:16px;color:#fff;height:60px;line-height:60px;padding:0 40px 0 0;}
.ptitle a:hover{color:#FFBEBE}


.ptitlea{width:100%;height:66px;line-height:66px;position: relative;float:left;}
.ptitlea h3{float:left;position:relative;z-index:1}
.ptitlea h3 a{color:#CD0C1D;font-weight:bold;font-size:24px;float:left;text-align:center;padding:0 5px;height:66px;line-height:66px;display:block;}
.ptitlea h3 a:hover{color:#03A560;position:relative;}
.ptitlea span{float:right;}
.ptitlea span a{color:#A3A3A3;}



/*内页*/
.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:100%;margin:0 auto;min-width:100%;background:#F4F7F7;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:#1FA739;}
.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:1px solid #eee;height:40px;line-height:40px;width:100%;background:#f1f1f1;color:#666;}
.local span{background:url(../images/local.png) no-repeat 0px center;background-size:auto 18px;padding:0 0 0 20px;}
.local a{color:#666;}.local a:hover{color:#1FA739;}

.pnav{float:left;width:100%;background:#e4f7e9;margin:20px 0;}
.pnav ul li{float:left;width:auto;animation: slideInLeft ease-out 0s forwards;-webkit-animation: slideInLeft ease-out 0s forwards;position: relative;}
.pnav ul li.on a{background:#1FA739; z-index:1;color:#fff;}
.pnav ul li ul{display:none;position:absolute;z-index:9999;left:0;width:150px;}
.pnav ul li ul li{float:left;display:block;position:relative;_display:inline;}
.pnav ul li ul li a{display:block;width:150px;background:#e4f7e9;color:#fff;}
.pnav ul li ul li a:hover{background:#00995E}
.pnav a{padding:10px 20px;position:relative;display: block;overflow: hidden;font-size:15px;color:#666;position:relative;display:block;margin:0;}
.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: #1FA739;z-index: -1;}
.pnav a:hover:before {width: 100%;}
.pnav a:active {background: #333;}
.pnav a.current{background: #1FA739;color:#fff;}
.pnav ul li:hover ul{display:block;}

.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 #1FA739;color:#666;}
.about{width:960px;padding:20px 0 0;}
.aboutcon{float:left;width:100%;line-height:24px;padding:40px 0}
.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:#1FA739;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:#1FA739;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%;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:#fafafa;display: block;width:98%;height:145px;padding:1%;}
.newslist ul li .img{float:left;width:200px;height:145px;overflow: hidden;margin:0 10px 0 0;}
.newslist ul li .img img{width:200px;height:145px;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:18px;font-weight:bold;}
.newslist ul li .txt p{padding:10px 0;color:#999;}
.newslist ul li a:hover{ background:#E4ECF7;-moz-box-shadow:2px 2px 5px rgba(0,0,0,0.2); -webkit-box-shadow:2px 2px 5px rgba(0,0,0,0.2); box-shadow:2px 2px 5px rgba(0,0,0,0.2);}
.newslist ul li a:hover .img img{transform: scale(1.1);-webkit-transform: scale(1.1)}
.newslist ul li a:hover h2{color:#1FA739;}

.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;float:left;}
.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;}
.listConts .time{background:url(../images/time.png) no-repeat 0 center;padding:0 0 0 20px;width:80px;float:left;}
.listConts .hits{background:url(../images/views.png) no-repeat 0 center;padding:0 0 0 20px;width:45px;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:1200px;}
.listConts .post table td{border:1px solid #ccc;}

.post-next-prev{position:relative;border-top:1px solid #eee;padding:20px 0 0 0;margin:30px 0 0 0;color:#666;font-size:16px;width:100%;}
.post-next-prev a{color:#666;padding:10px 0;line-height:36px;}
.post-next-prev a:hover{color:#1FA739}
.tuititle{background:#E8FFEC;width:100%;float:left;margin:20px 0;height:40px;line-height:40px;}
.tuititle span{background:#1FA739;padding:10px 30px;color:#fff;font-size:16px;}
.tuititle a{float:right;padding:0 10px 0 0;}
/*产品详情*/
.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: #1FA739;border: 1px solid #1FA739;-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:#1FA739;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{overflow:auto;position:relative;width:100%;max-width:100%;padding:0;float:left;max-height:315px;-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}


.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 span{float:left;padding:0 10px;font-size:18px;height:40px;line-height:40px;cursor: pointer;display: block;margin:0 10px;}
.kstk span.hover{border:1px solid #eee;border-bottom:1px solid #fff;background:#fff;position:relative;font-weight:bold;}
.kstk .kstktit{border-bottom:1px solid #E8E8E8;height:40px;}
.kstk ul{width:100%;float:left;overflow:hidden;}
.kstk ul li{width:15%;float:left;overflow: hidden;margin:0 2% 2% 0;}
.kstk ul li a{background-position:center 10px;background-repeat:no-repeat;display:block;border:1px solid #E8E8E8;border-radius:4px;width:99%;height:40px;line-height:40px;padding:60px 0 0;font-size:14px;text-align:center;color:#545454;background-color:#fff;background-size:auto 50px;}
.kstk ul li a:hover{background-color:#f1f1f1}
.kstk ul li:nth-child(6n){margin-right:0;}
/*医生详情*/
.doctordetail{position:relative;padding-bottom:20px;width:100%;margin:20px 0 0;height:360px;}
.doctordetail .doctorpic{float:left;width:360px;height:430px;}
.doctordetail .doctorpic img{position:absolute;left:55px;top:71px;width:210px;height:310px;}
.doctordetail .doctorpic span{position:absolute;width:360px;height:430px;left: 0;top: 0;background:url(../images/doctor_clip.png) no-repeat left top;z-index: 1}

.doctordetail .doctortxt{width:752px;float:right;background-color: #fff;box-shadow: 5px 5px 24px -6px rgba(51, 51, 51, 0.1);margin-top: 33px;padding: 38px 70px 38px 18px;height:284px;}
.doctordetail .doctortxt h1{font-size:24px;font-weight:bold;color:#333;padding:20px 0 30px;background:url(../images/line.png) repeat-x bottom;}
.doctordetail .doctortxt h1 span{font-size:18px;font-weight:100;}
.doctordetail .doctortxt p{padding:20px 0 0;font-size:16px;}
.doctordetail .doctortxt .zhuangchang{float:left;width:100%;color:#434343;margin:30px 0 0;font-size:16px;line-height:28px; }
.doctorcontitle{font-size:24px;font-weight:bold;position: relative;color:#333;padding:30px 0 0;width:100%;height:40px;line-height:40px;}
.doctorcontitle:after{content:"";width:120px;height:16px;background-color: rgba(0, 137, 84, 0.5);position: absolute;left:0;bottom:0;z-index: -1;}

.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;}

/*纪检监察*/
.jjnav{width:100%;height:60px;line-height:60px;background:#1FA739;float:left;position:relative;display:block;text-align:center;}
.jjnav a{font-size:18px;margin:0 20px;height:60px;color:#fff;line-height:60px;display: inline-block;padding:0 20px;}
.jjnav a:hover{background:#189730;}
.jjbanner img{width:100%;float:left;height:auto;display: block}


.djarea{width:100%;float:left;display:block;}
.djarea ul li{float:left;width:49%;margin:0 2% 2% 0;}
.djarea ul li:nth-child(2n){margin-right:0;}

.ptitle{width:100%;float:left;clear:both;margin:10px 0;background:url(../images/ptitlebg.png) no-repeat left center;height:66px;background-size: cover;}
.ptitle h3{float:left;font-size:24px;padding:0 0 0 70px;color:#fff;height:60px;line-height:60px;}
.ptitle a{float:right;font-size:16px;color:#fff;height:60px;line-height:60px;padding:0 40px 0 0;}
.ptitle a:hover{color:#FFBEBE}


.ptitlea{width:100%;height:66px;line-height:66px;position: relative;float:left;}
.ptitlea h3{float:left;position:relative;z-index:1}
.ptitlea h3 a{color:#CD0C1D;font-weight:bold;font-size:24px;float:left;text-align:center;padding:0 5px;height:66px;line-height:66px;display:block;}
.ptitlea h3 a:hover{color:#03A560;position:relative;}
.ptitlea span{float:right;}
.ptitlea span a{color:#A3A3A3;}


.dj-right{width:49%;float:right;}
.flashp{width:49%;float:left;height:400px;}
.flashd{float:left;width:584px;height:400px;overflow: hidden}
.flashd .slick-dots button{display:none !important;background:none;position:absolute;text-indent:-9999px;}
.flashd .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;}
.flashd .slick-prev{left:2%;}
.flashd .slick-next{right:2%;background-position:-50px 0px;}
.flashd .slick-arrow:hover{background-color:#333;}
.flashd .slick-dots{ position: absolute;right:5px;bottom:10px;transform: translateX(-5%); z-index: 1000;}
.flashd .slick-dots li{width:6px;height:6px;background:#fff;float:left;margin:0 2px;border-radius:5px;}
.flashd .slick-dots li.slick-active{background:#C80606;width:10px;}
.flashd li{position: relative;}
.flashd li img{float:left;width:584px;height:400px;}
.flashd li p{position:absolute;bottom:0;left:0;background-image: linear-gradient(-180deg, rgba(0,0,0,0.00) 0%, rgba(0,0,0,0.50) 100%);height:60px;line-height:60px;width:96%;padding:0 2%;color:#fff;}
.dj-list{float:left;width:100%;width:100%;}
.dj-list li {width: 100%;float:left;margin-bottom: -1px;}
.dj-list a {display:block;width:96%;border:solid 1px #eee;padding:12px 2%;}
.dj-list a h5{text-overflow: ellipsis;white-space: nowrap;line-height:36px;overflow: hidden;font-size:22px;}
.dj-list a span{color:#999;font-size:12px;}
.dj-list a:hover {box-shadow: 0 2px 10px rgba(0, 0, 0, .15);}
.dj-list a:hover h5{color:#CD0C1D}
.yd-list{width:95%;margin:0 auto;position:relative;float:left;left:0px;padding:10px 3% 0 2%;}
.yd-list ul{width:100%;float:left;}
.yd-list ul li{width:100%;margin:0 0 20px 0;float:left;}
.yd-list ul li a{display: block;width:100%;overflow:hidden;height:30px;line-height:30px;}
.yd-list ul li a span{float:right;color:#999;}
.yd-list ul li a h6{float:left;width:80%;font-size:18px;color:#2B2B2B;background:url(../images/yuan.png) no-repeat 0 12px;background-size:auto 5px;padding:0 0 0 10px;}
.yd-list ul li a:hover h6{color:#C80606}

/*护理园地*/
.huli{padding:5%;width:90%;}
.margin25{margin:0 0 0 25px;}
.margin20{margin:0 0 0 20px;}
.hulithree{width:385px;height:320px;background:#f9f9f9;}
.hulifour{width:285px;height:470px;background:#f9f9f9;}


.hlabout{width:100%;float:left;height:300px;}
.hlaboutpic{float:left;width:815px;height:300px;background:#ddd;overflow: hidden}

.hlaboutpic .slick-dots button{display:none !important;background:none;position:absolute;text-indent:-9999px;}
.hlaboutpic .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;}
.hlaboutpic .slick-prev{left:2%;}
.hlaboutpic .slick-next{right:2%;background-position:-50px 0px;}
.hlaboutpic .slick-arrow:hover{background-color:#333;}
.hlaboutpic .slick-dots{ position: absolute;left: 50%;bottom:20px;transform: translateX(-50%); z-index: 1000;}
.hlaboutpic .slick-dots li{width:8px;height:8px;background:#fff;float:left;margin:0 5px;border-radius:50%;}
.hlaboutpic .slick-dots li.slick-active{background:#1FA739;}
.hlaboutpic{position: relative;}
.hlaboutpic img{float:left;width:815px;height:300px;}
.hlaboutpic p{color:#fff;}



.hlabouttxt{float:right;color:#fff;width:315px;height:230px;background:#3b3b3b;padding:30px 35px 40px 35px;}
.hlabouttxt h1 {font-size:24px;}
.hlabouttxt p {line-height:26px;padding:10px 0;}
.hlabouttxt a {font-size: 14px;color: #390404;display: block;margin: 0 auto;width: 110px;height: 30px;line-height: 32px;text-align: center;background:#cccc99;border-radius: 4px;}
.hlabouttxt a:hover {background:#ffffff;}

.huliad{float:left;width:285px;height:150px;overflow: hidden}
.tijianad{float:left;width:385px;height:210px;overflow: hidden}
.huliad .slick-dots button,.tijianad .slick-dots button{display:none !important;background:none;position:absolute;text-indent:-9999px;}
.huliad .slick-arrow,.tijianad .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;}
.huliad .slick-prev,.tijianad .slick-prev{left:2%;}
.huliad .slick-next,.tijianad .slick-next{right:2%;background-position:-50px 0px;}
.huliad .slick-arrow:hover,.tijianad .slick-arrow:hover{background-color:#333;}
.huliad .slick-dots,.tijianad .slick-dots{ position: absolute;right:10px;bottom:12px;transform: translateX(-5%); z-index: 1000;}
.huliad .slick-dots li,.tijianad .slick-dots li{width:10px;height:10px;background:#fff;float:left;margin:0 4px;border-radius:5px;}
.huliad .slick-dots li.slick-active,.tijianad .slick-dots li.slick-active{background:#07A78F;width:10px;}
.huliad li,.tijianad li{position: relative;}
.huliad li img{float:left;width:285px;height:150px;}
.tijianad li img{float:left;width:385px;height:210px;}
.huliad li p,.tijianad li p{position:absolute;bottom:0;left:0;background-image: linear-gradient(-180deg, rgba(0,0,0,0.00) 0%, rgba(0,0,0,0.50) 100%);height:45px;line-height:45px;width:96%;padding:0 2%;color:#fff;}
.huliinto{line-height:28px;}
.hulili {width:100%;margin: 0 auto;}
.hulili li {width: 100%;font-size: 14px;color: #a0a0a0;line-height: 40px;height: 40px;overflow: hidden;border-bottom: #d5d5d5 1px dashed;}
.hulili li:last-child {border-bottom: none}
.hulili li a{display: block;font-size: 14px;float: left;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;width: 100%;text-align: left;transition: all 0.2s;}
.hulili li h3{float:left;}
.hulili li span{float:right;color: #7d7d7d;}

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

.ihulipic{position: relative;overflow: hidden;background:#fff;}
.ihulipic img{width:100%;height:160px;float:left;}
.ihulipic{width:230px;height:180px;float:left;padding:15px 0;}
.ihulipic h3{font-size:16px;padding:5px 0;text-align: center}

.video{width:80%;height:auto;margin:0 10%;clear:both;}
.jubao{text-align:center;font-size:24px;padding:10px;}
/*分页样式*/
.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: url(../images/footbg.png) no-repeat center top;width: 100%;float: left;clear: both;color: #fff;padding:20px 0 0;}
.footer .link {padding: 10px 0;color: #fff;line-height: 30px;width: 100%;}
.footer .link a {margin-right: 16px;}
.footer .link a.last {margin: 0;padding: 0;background: none;}
.footer .flogo {width:331px;height:70px;position:relative;float:left;margin:20px 0 0;}
.footer .flogo h1 {width:331px;height:70px;}
.footer .flogo h1 a {background: url(../images/footlogo.png) no-repeat;background-size:auto 70px;text-indent:-9999px;width:331px;height:70px;display: block;}
.footer .ftxt {float: left;padding: 0 0 0 140px;}
.footer .ftxt p {line-height:24px;}
.footer .shiye {float: left;margin: 20px 0 0 200px;width: 80px;}
.footer .weixin {float: right;text-align: center;}
.footer .weixin li {float: left;margin: 0 0 0 50px}
.footer .weixin img {width: 100px;}
.footer a {color: #fff;}
.footer a:hover {color: #D1F8F6}
.footnav {display: none;}
.copyright{background:#28882A;width:100%;float:left;clear:both;color:#fff;padding:10px 0;text-align:center;margin:10px 0 0;}
/*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;}
.middle{ font-size: 0;}
.middle:after{ content: ''; display: inline-block; vertical-align: middle; height: 100%;}
.middle-cont{ display: inline-block; vertical-align: middle; font-size: 14px; letter-spacing: 0;}
.rightnav { position: fixed; right: 0; top: 50%; width: 70px; z-index: 99; margin-top: -190px; }
.rightnav .item { width: 70px; height: 70px; overflow: hidden; background: #fff; border-radius: 5px; position: relative; margin-bottom: 6px; -webkit-box-shadow: 0px 0px 59px 0px rgba(19, 40, 83, 0.1); box-shadow: 0px 0px 59px 0px rgba(19, 40, 83, 0.1); }
.rightnav .tit { font-size: 14px; color: #fff; text-align: center; opacity: 0; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #1FA739; line-height: 20px; -webkit-transition: opacity 0.4s ease; transition: opacity 0.4s ease; }
.rightnav .middle { width: 100%; height: 100%; }
.rightnav .item:hover .tit { opacity: 1; }
.gotop1 { -webkit-transition: all 0.8s ease; transition: all 0.8s ease; opacity: 0; -webkit-transform: translateY(50px); transform: translateY(50px); visibility: hidden; cursor: pointer; }
.gotop1.show { -webkit-transform: translateY(0); transform: translateY(0); opacity: 1; visibility: visible; }

@media (max-width:768px) {
    .bl10 {height:0px;}
    .bl20 {height:5px;}
    .bl30 {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:205px;height:35px;margin:7px 0 0 5px;}
    .head .logo h1{width:205px;height:35px;}
    .head .logo h1 a{width:205px;height:35px; background-size:auto 35px;}

    .head .tsearch{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:20px;overflow: hidden;}
    .head .tel span{display:none;}.head .tel p{padding:0;}
    .head .tel p a{ background:url(../images/tel.png) no-repeat;color:#1FA739;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:-100%;}
    .banner .slick-dots{bottom:15px;}
    .banner .slick-dots li{margin:0 3px;}
    .banners .search{display:none;}

    .flashk{width:100%;float:left;height:auto;}
    .flash{width:100%;height:330px;overflow: hidden;}
    .flash li{height:330px; position: relative;}
    .flash li img{float:left;width:100%;height:220px;}
    .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;}
    .flash .slick-dots,.flashb .slick-dots{bottom:152px;}

    .title{width:100%;line-height:36px;padding:0;}
    .title h2 a{color:#333;font-size:16px;height:36px;line-height:36px;margin:0 2px 0 0;}
    .title h2 i{font-size:10px;padding:0 0 0 5px;}
    .title span a{font-size:10px;}
    .title h2 i a{font-size:12px;padding:0 2px;}

    .video{width:90%;margin: 0 5%;}

    .inewl{width:96%;padding:2%;}
    .inewr{width:96%;padding:2%;float:left;}

    .ititle{height:30px;margin:0 0 10px;}
    .ititle h2 a{width:55px;padding:0 2px;line-height:20px;height:30px;font-size:12px}
    .ititle h2 a.hover{height:30px;}

    .index-pic-list{width:96%;height:auto;padding:0 2%;}
    .index-pic-list ul li{width:100%;height:auto;margin:0 0 15px;}
    .index-pic-list ul li .pic{width:100%;height:auto;}
    .index-pic-list ul li .pic img{width:100%;height:auto;}
    .index-pic-list ul li .time{padding:0;width:20%;}
    .index-pic-list ul li .time h5{font-size:24px;padding:5px 0;}
    .index-pic-list ul li .time p{font-size:12px;}
    .index-pic-list ul li .txt{width:80%;}
    .index-pic-list ul li .txt h3{font-size:12px;padding:2px 0 5px;height:18px;}
    .index-pic-list ul li .txt p{}

    .index-txt-list,.index-txta-list{width:96%;padding:0 2%;}
    .index-txt-list ul li,.index-txta-list ul li{width:100%;height:auto;padding:10px 0;border-bottom:1px solid #E2E2E2}
    .index-txt-list ul li a,.index-txta-list ul li a{height:auto;}
    .index-txt-list ul li .time,.index-txta-list ul li .time{margin:0 2% 0 0;width:15%;height:50px;border:1px solid #eee;border-radius:10px;}
    .index-txt-list ul li .time h5,.index-txta-list ul li .time h5{font-size:18px;padding:4px 0 0;}
    .index-txt-list ul li .time p,.index-txta-list ul li .time p{font-size:10px;}
    .index-txt-list ul li .txt,.index-txta-list ul li .txt{width:80%;}
    .index-txt-list ul li .txt h3,.index-txta-list ul li .txt h3{font-size:12px;padding:2px 0 1px;}
    .index-txt-list ul li .txt p,.index-txta-list ul li .txt p{font-size:10px;line-height:15px;height:30px;}




    .quick{width:98%;padding:2% 1%;}
    .quick dl{width:14.66666%;border:none;margin:0 1%;height:auto;}
    .quick dl:nth-child(6){margin:0 .5%;}
    .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:10px;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%;left:0px;}
    .indexpro .slick-arrow{top:35%;}
    .indexpro .slick-prev{left:0px; background:url(../images/left.png) no-repeat center center;background-size:auto 20px;}
    .indexpro .slick-next{right:0px; background:url(../images/right.png) no-repeat center center;background-size:auto 20px;}
    .indexpro .slick-dots li{width:5px;height:5px;background:#ccc;float:left;margin:0 1px;border-radius:50%;cursor: pointer}
    .ilistpic .pic{width:100%;height:220px;}
    .ilistpic .pic img{width:100%;}
    .ilistpic .txt h3{font-size:12px;padding:0 0 5px 0;}
    .ilistpic .txt p{}

    .snews{width:96%;padding:2%}
    .snews dl{width:100%;margin:0 0 10px;}
    .snews dl dt{margin:0 0 5px;}
    .snews dl dd span{font-size:10px;}
    .snewsk{width:100%;height:auto;margin:5px 0 0;}
    .zhuanti{width:100%;left:0px;padding:0 0 20px;}
    .zhuanti .ipic p{padding:0 0 0 10px;font-size:10px;}
    .zhuanti .slick-arrow{top:30%;}
    .zhuanti .slick-prev{left:0px; background:url(../images/left.png) no-repeat center center;background-size:auto 20px;}
    .zhuanti .slick-next{right:0px; background:url(../images/right.png) no-repeat center center;background-size:auto 20px;}

    .ikeshinav a{padding:7px 10px;}
    .ikeshik{width:90%;height:auto;padding:5% 3% 3%;margin:2%;}

    .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;}

    .ind_4_cont{width:100%;height:auto;padding:0 0 10px;}
    .ind_4_cont .img{display:none;}
    .ind_4_cont .r{width:96%;height:auto;padding:2%;}
    .ind_4_cont .r .tabClick{width:100%;}
    .ind_4_cont .r .tabClick a{width:23.5%;margin:0 2% 0 0;font-size:14px;}
    .i4-list ul{width:100%;height:auto;}
    .i4-list ul li{width:33.333%;margin:5px 0 0 0;}
    .i4-list ul li a{width:98%;font-size:12px;background:none;text-align:center;}
    .i4-list ul li a i{display:none;}
    .i4-list ul li a:hover{background:none;}
    .i4-list ul li:nth-child(3n){margin-right:0;}

    /*内页*/
    .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:#1FA739;}
    .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 #1FA739;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:33.3333%;height:90px;margin:0 0 10px 0;}
    .kstk ul li a{width:100%;height:50px;line-height:15px;padding:60px 0 0;font-size:11px;background-size:auto 45px;border:none;}
    .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%;}

    /*纪检监察*/
    .jjnav{height:50px;line-height:50px;}
    .jjnav a{font-size:14px;margin:0;height:50px;line-height:50px;padding:0 5px;}


    .flashp{width:96%;float:left;height:220px;padding:2%;margin:0;}
    .flashd{width:100%;height:220px;overflow: hidden;}
    .flashd li{height:220px; position: relative;}
    .flashd li img{float:left;width:100%;height:220px;}
    .dj-list a{padding:10px 2%;}
    .dj-list a h5{font-size:16px;}
    .dj-right{width:96%;padding:0 2%;}
    .ptitlea{width:100%;height:36px;line-height:36px;}
    .ptitlea h3 a{font-size:16px;height:36px;line-height:36px;}
    .ptitlea span{font-size:12px;}
    .dj-ad{padding:10px 0;width:100%;}
    .dj-ad img{width:100%;}

    .djarea{width:96%;padding:0 2%;}
    .djarea ul li{width:100%;margin:0 0 2% 0;}

    .yd-list{width:96%;padding:5px 2% 0 2%;}
    .yd-list ul li{margin:0 0 10px 0;}
    .yd-list ul li a{height:24px;line-height:24px;}
    .yd-list ul li a h6{font-size:16px;width:70%;background:url(../images/yuan.png) no-repeat 0 10px;background-size:auto 5px;padding:0 0 0 10px;overflow: hidden;}
    .yd-list ul li a span{font-size:12px;}
    .ptitle{margin:5px 0;height:40px;}
    .ptitle h3{font-size:16px;padding:0 0 0 12%;height:35px;line-height:35px;}
    .ptitle a{font-size:12px;height:38px;line-height:38px;padding:0 8% 0 0;}
    .jubao{font-size:14px;}
    /*页脚区域*/
    .footer{padding:20px 0 45px;width:100%;}
    .footer .link {padding:2%;width: 96%;}
    .footer .flogo{float:none;margin: 0 auto;}
    .footer .ftxt{padding:10px 10% 0 10%;width:80%;}
    .footer .ftxt p{padding:0;line-height:24px;font-size:12px;}
    .footer .shiye{float:none;margin:10px auto;}
    .footer .weixin{float:none;width:96%;margin:0 auto;padding:5% 2%;}
    .footer .weixin li{margin:0;width:33.3333%;text-align:center;}
	.footer .weixin img{width:90%;}


    .footnav{position:fixed;bottom:0;left:0;width:100%;height:45px;background:#1FA739;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;}
    .rightnav{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
    }
}






















