@charset "utf-8";
/*============================ 初始化样式 ============================*/
*
{ margin:0; padding:0;  }
body
{ font-family:Microsoft YaHei,'黑体',Verdana,Tahoma,Arial,sans-serif; font-size:14px; color:#333; min-width:1185px;}
*html
{ background-image:url(about:blank);background-attachment:fixed;}
li
{ list-style:none;}
img
{ border:none;}
body a img
{ border:none;}
/*a:hover img
{opacity: 0.8; filter:alpha(opacity=80); -moz-opacity:0.8; -khtml-opacity: 0.8; }
{opacity: 0.8; filter:alpha(opacity=80); -moz-opacity:0.8; -khtml-opacity: 0.8; }
*/
a
{ color:#333; text-decoration:none; }
a:hover
{ color:#29a2ab;}
a:focus
{ outline:none;} 
.clear:after
{content:''; display:block; clear:both; }
.clear
{ height:0px; clear:both; }
.text-cut  /*限制文字,文字超出显示冒号*/
{ overflow: hidden;  white-space: nowrap; text-overflow: ellipsis; -o-text-overflow: ellipsis;-ms-text-overflow: ellipsis;
-webkit-text-overflow: ellipsis; -moz-text-overflow: ellipsis;}
.t_center
{ text-align:center;}

.space10 { height:10px; clear:both; }
.space15 { height:15px; clear:both; }
.space20 { height:20px; clear:both; }
.space25 { height:25px; clear:both; }
.space30 { height:30px; clear:both; }

/*效果*/
.trans1
{ transition:all 0.3s ease; -moz-transition:all 0.3s ease; -ms-transition:all 0.3s ease; -o-transition:all 0.3s ease; -webkit-transition:all 0.3s ease;}

/*图片放大*/
.fdapic
{ overflow:hidden;}
.fdapic img
{
-webkit-transform:scale(1); -moz-transform:scale(1); -o-transform:scale(1); transform:scale(1);-webkit-transition:all 0.4s ease;
-moz-transition:all 0.4s ease; -o-transition:all 0.4s ease;transition:all 0.4s ease;}
.fdapic:hover img
{ -webkit-transform:scale(1.05);-moz-transform:scale(1.05);-o-transform:scale(1.05);transform:scale(1.05);}

/*按钮样式*/
.yu_a0
{ display:inline-block;  text-align:center; transition:all 0.4s ease;-moz-transition: all 0.4s ease; -webkit-transition: all 0.4s ease; -o-transition: all 0.4s ease; }

/*============================ 公共部分 ============================*/


/* 文章上下篇 */
.wengzhengfanye
{ line-height:25px; padding:20px 10px; clear:both; }
.wengzhengfanye .wengzhengfanyeA,.wengzhengfanye .wengzhengfanyeB
{ padding-left:0px; clear:both; font-size:12px; color:#666;}
.wengzhengfanye span
{font-weight:bold; }
.wengzhengfanye a:hover
{ text-decoration:underline;}

/* 文章类别上下页 */
.page
{ padding:20px; overflow:hidden; text-align:center;}
.pagelink a,.pagelink span
{ display:inline-block; border:1px solid #dbdbdb; padding:3px 8px; color:#666;margin: 0 5px;}
.pagelink a:hover,.pagelink a.on
{ background:#29a2ab; border:solid 1px #29a2ab; color:#fff;}
.pagelink span.current
{ background:#29a2ab; border:solid 1px #29a2ab; color:#fff;}

/*用于手机屏幕，大于480px小于640px
@media (min-width: 480px) and (max-width: 640px) {}*/

/* 数字上下页 */
.page_fanye
{ width:100%; height:auto; text-align:center; padding:40px 0 20px; margin:0 auto; overflow:hidden; clear:both;}
.page_fanye a
{ line-height:16px; font-size:14px; text-indent:0px; color: #333;  margin-right: 5px; padding:4px 9px; background:#efefef;  border:1px solid #dedddd;  display: inline-block; }
.page_fanye span
{  height:24px; line-height:20px;  padding:0 10px 0 5px; display: inline-block;}
.page_fanye span input
{ width:30px; height:20px;}
.page_fanye a.page_home,.page_fanye a.page_home:hover,.page_fanye a.page_end,.page_fanye a.page_end:hover
{ width:60px;  color:#666666; }
.page_fanye .onpage,.page_fanye a:hover
{ color: #fff; background:#856493; }

/*========================================= 首页 =====================================*/
.top
{ width:1185px; height:135px; margin:0 auto;}
.logo
{ padding:18px 0; float:left;}
.guangao
{ float:left; color:#8c9698; font-size:12px; line-height:20px; margin:30px 0 0 30px;}
.guangao p
{ background:url(../img/ico1.png) no-repeat left center; padding-left:10px;}
.guahao
{ float:left; margin:40px 0 0 30px;position: relative}
.guahao li
{ width:62px; height:58px; border:solid 1px #d3d3d3; float:left;overflow: hidden}
.guahao li.li1
{ width:85px; background:url(../img/ico2.png) no-repeat 15px center; font-size:18px; color:#74716c; line-height:58px; padding-left:60px; margin-right:30px;}
.guahao li.li2
{ background:url(../img/ico3.png) no-repeat center center; margin-right:10px;}
.guahao li.li3
{ background:url(../img/ico4.png) no-repeat center center;}
.erweima
{ width:85px; float:right; margin-top:20px; text-align:center; font-size:11px;}
.guahao li.li1:hover{ background:url(../img/ico22.png) no-repeat 15px center;background-color: #29a2ab;}
.guahao li.li2:hover{ background:url(../img/ico33.png) no-repeat center;background-color: #29a2ab;}
.guahao li:hover{background-color: #29a2ab;color: #fff;}
.guahao .code{position: absolute;top: -8px;left: 105px;z-index: 999;opacity: 0}
.li2:hover .code{transition: all 0.5s;opacity: 1}
.search{position: absolute;top: 0px;left: -18px;z-index: 999;display: none}
.search input{height: 60px!important}
.search .secBtn{top: 22%!important;background-color: #29a2ab!important;}
.li3:hover .search{transition: all 0.5s;display: block}


.nav
{ width:100%; background:#29a2ab; height:50px;}
.navs
{ width:1185px; line-height:50px; margin:0 auto;}
.navs li
{ width:12.5%; float:left; text-align:center;  position: relative;}
.navs li a
{ font-size:18px; color:#fff; display:block;}
.navs ul li a:hover,.navs ul li.active
{ background:#0ec8d7;}
/*.navs ul li a:hover,.navs ul li.active a*/
/*{ background:#0ec8d7;}*/
.navs li ul{display:none;width:100%;position: absolute;top:50px;left: -0;z-index: 999;background-color:#29a2ab}
.navs li ul li{width:100%;line-height:40px;}
.navs li ul li a{font-size: 16px;}
.subnav6{width: 150%!important;display: none!important;}
.subnav4{display: none!important;}

.oneA
{ width:1185px; overflow:hidden; margin:15px auto;}
.ksdh
{ width:290px; border:solid 1px #e5e5e5; float:left; border-bottom:none;}
.ksdh li
{ height:68px; line-height:68px; border-bottom:solid 1px #e5e5e5; padding-left:120px;}
.ksdh li a
{ display:block; color:#21a3a5; font-size:18px;}
.ksdh li.li1
{ background:url(../img/ico5.png) no-repeat 50px center;}
.ksdh li.li2
{ background:url(../img/ico6.png) no-repeat 50px center;}
.ksdh li.li3
{ background:url(../img/ico7.png) no-repeat 50px center;}
.ksdh li.li4
{ background:url(../img/ico8.png) no-repeat 50px center;}
.ksdh li.li5
{ background:url(../img/ico9.png) no-repeat 50px center;}
.ksdh li:hover{background-color: #29a2ab}
.ksdh li:hover a{color: #fff}


/*banner图片切换样式*/

/*.banner
{ width:893px; height:346px; overflow:hidden; float:right; position:relative;}
.banner ul li
{ width:893px; height:346px; overflow:hidden;  position:absolute; left:0px; top:0px; border-radius:0 5px 5px 0;}
.banner ul li a
{ height:100%; display:block;}

.banner_btn
{ width:100%; height:16px; text-align:center; position:absolute; bottom:20px; z-index:200;}
.banner_btn ol
{ height:16px; margin:0 auto;}
.banner_btn ol li
{ width:10px; height:10px; display:inline-block; margin:0 10px; text-indent:-999px; cursor:pointer; background:#25292a; border:solid 1px #fff; border-radius:10px; overflow:hidden;}
.banner_btn ol .onbtn
{ background:#29a2ab;}*/
.banner{width:893px; height:346px; margin:0px auto 0px; overflow:hidden}
#focus {width:100%; height:346px; overflow:hidden; position:relative;}
#focus ul {height:auto; position:absolute;left:-3840px;width: 5709px;}
#focus ul li {float:left; height:346px;overflow:hidden;position: relative;border-radius:0 5px 5px 0;}
#focus ul li div {position:absolute; overflow:hidden;}
#focus .btnBg {position:absolute; width:100%; height:16px; left:0; bottom:0; }
#focus .btn {position:absolute; width:100%; height:16px;left:0;text-align:center;bottom:20px;}
#focus .btn span { _display:inline; _zoom:1; _font-size:0;  width:10px; height:10px; display:inline-block; margin:0 6px; text-indent:-999px; cursor:pointer;
    background:#25292a; border:solid 1px #fff; border-radius:10px; overflow:hidden;}
#focus .btn span.on {background:#29a2ab;}
#focus .preNext {width:45px; height:100px; position:absolute; top:120px; background:url(../img/sprite.png) no-repeat 0 0; cursor:pointer;display: none}
#focus .pre {left:0;}
#focus .next {right:0; background-position:right top;}
#focus:hover .preNext{display: block}

.oneB
{ width:1185px; overflow:hidden; margin:0 auto;}
.rexian
{ width:280px; float:left;}
.rxtel
{ height:79px; background:url(../img/ico10.png) no-repeat 20px center #29a2ab; padding:25px 0 0 75px; color:#fff;}
.rxtel h4
{ font-size:32px; font-family:impact; font-weight:normal;}
.rxdz
{ background:#f9f9f9; border:solid 1px #dfdfdf; border-bottom:none;}
.rxdz li
{ height:90px; border-bottom:solid 1px #dfdfdf; color:#66666e; padding-left:60px;}
.rxdz li.li1
{ background:url(../img/ico11.png) no-repeat 15px center;}
.rxdz li.li1 h4
{ font-size:20px;}
.rxdz li.li2
{ background:url(../img/ico12.png) no-repeat 15px center;}
.rxdz li p
{ padding-top:25px;}
.rxdz li h4
{ font-weight:normal; font-size:17px; color:#555;}
.xinwen
{ width:890px; float:right;}
.xinwen_nav
{ height:45px; border-bottom:solid 1px #e4e4e4;border-left:solid 1px #e4e4e4;}
.xinwen_nav span
{ float:right; margin-top:10px;}
.xinwen_nav li
{ width:137px; text-align:center; float:left; line-height:45px;}
.xinwen_nav li a
{ display:block;font-size:16px; border:solid 1px #e4e4e4; border-bottom:none; border-left:none;}
.xinwen_nav li a:hover,.xinwen_nav li.active a
{ line-height:42px; background:#d7f6f8; color:#28a1aa; border:solid 1px #d7f6f8; border-bottom:solid 2px #28a1aa;}
.xinwen_con
{width:100%;height:231px;margin-top:12px; overflow:hidden;}
.xinwen_con .xwtus{float: left;}
.xinwen_con .xw_con{display: none;}
.xinwen_con .xw_con:first-child{display: block}
.main_visual {width:398px; height:231px;position: relative}
.main_image {width: 100%;height: 100%;overflow: hidden;margin: 0 auto;position: relative}
.main_image ul {width: 9999px;height: 100%;overflow: hidden;position: absolute;top: 0;left: 0}
.main_image li {float: left;width: 100%;height: 231px;overflow: hidden;border-radius:10px;}
.main_image li span {display: block;width: 100%;height: 100%}
.main_image li img {display: block;overflow: hidden;width: 100%;}
.main_image li a {display: block;width: 100%;height: 100%}
div.flicking_con {overflow: hidden;text-align: center;position: absolute;bottom: 10px;left: 0;right:0px;margin:auto;z-index: 11;}
div.flicking_con li {width: 8px;  height: 8px;  display: inline-block;  margin: 0 5px; cursor: pointer;  background: #25292a;
    border: solid 1px #fff;  border-radius: 10px;overflow: hidden;opacity: 1;font-size: 0;color: #fff;}
div.flicking_con li.on {background-color:#29a2ab;}
.main_image .pn{display: none}
.main_image .prev,.main_image .next{width:40px; height:75px; position:absolute; top:75px; background:url(../img/sprite.png) no-repeat 0 0; cursor:pointer;background-size: cover;opacity: 0.4;}
.main_image .prev {left:0;}
.main_image .next {right:0; background-position:right top;}
.main_image:hover .pn{display: block}
.main_image .prev:hover,.main_image .next:hover{opacity: 0.5}
/*.xinwen_con .xwtu*/
/*{ width:398px; height:231px; float:left;}*/
/*.xinwen_con .xwtu li*/
/*{ width:398px; height:231px; float:left;}*/
/*.xinwen_con .xwtu li a*/
/*{ width:100%; height:100%; display:block;}*/
/*.xinwen_con .xwtu li a img*/
/*{ width:100%; height:100%; border-radius:10px;}*/

.xinwen_con .xwtext
{ width:457px; height:211px; background:#f5f5f5; float:right; padding:10px;}
.xinwen_con .xwtext dl
{ overflow:hidden; border-bottom:solid 1px #d6d6d6; padding-bottom:16px; margin-bottom:5px;}
.xinwen_con .xwtext dl dt h2
{text-align:center; text-align:center; font-weight:normal; padding:10px 20px;}
.xinwen_con .xwtext dl dt h2 a
{font-size:18px; color:#239ca5;}
.xinwen_con .xwtext dl dd
{ color:#898989; padding:0 20px;height: 45px;overflow: hidden}
.xinwen_con .xwtext ul
{ padding:0 20px;}
.xinwen_con .xwtext ul li
{ line-height:26px;}



.oneC
{ width:1185px; overflow:hidden; margin:15px auto;}
.title
{ height:45px; border-bottom:solid 1px #e4e4e4;}
.title span
{ float:right; margin-top:10px;}
.title h2
{ font-size:20px; color:#29a2ab; font-weight:normal;}
.title h2 i
{ font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#979797; font-style:normal; padding-left:10px; text-transform:Uppercase;}
.oneC-con
{ margin-top:13px; overflow:hidden; position: relative;}
/*.oneC-con ul{float: left}*/
.oneC-con li
{ width:177px; height:254px; float:left; position:relative; margin:0 10px;overflow: hidden;border-radius:10px;}
/*.oneC-con li:nth-child(6n)
{ margin-right:inherit;}*/
.oneC-con li .imgs
{ width:177px; height:254px; position:absolute; left:0; top:0;overflow: hidden}
.oneC-con li .imgs img
{ width:100%; height:100%; display:block; transition:all 0.5s}
.oneC-con li .text
{ width:100%; height:70px; background:rgba(0,0,0,0.6); position:absolute; bottom:0; left:0; text-align:center; color:#fff;border-radius:0 0 10px 10px;}
.oneC-con li .text h3
{ font-size:16px; font-weight:normal; padding:15px 0 5px;}
.oneC-con li .text p
{ font-size:12px;}
.oneC-con li:hover{opacity: 0.9;transition:all 0.5s}
.oneC-con li:hover .text{background-color: #29a2ab;}
.oneC-con li:hover .imgs img{transform: scale(1.1);}
.oneC-con #left,.oneC-con #right{width: 50px;height: 50px;display:inline-block;top: 85px;position: absolute;z-index: 1;opacity: 0}
.oneC-con #left{left: 0;background: url("../img/ll.png") no-repeat center}
.oneC-con #right{right: 0;background: url("../img/rr.png") no-repeat center}
.oneC-con:hover #right{opacity: 1}
.oneC-con:hover #left{opacity: 1}

.oneD
{ width:1185px; overflow:hidden; margin:0 auto;}
.oneD_keshi
{ overflow:hidden; border:solid 1px #eaeaea; border-right:none;}
.oneD_keshi li
{ width:11.02%; float:left; text-align:center; border-right:solid 1px #eaeaea;}
.oneD_keshi li a
{ display:block; padding:10px 0 15px;}
.oneD_keshi li i
{ width:60px; height:60px; display:block; background:url(../img/ico13.png) no-repeat; margin:0 auto 5px;}
.oneD_keshi li h3
{ font-weight:normal; font-size:14px;}
.oneD_keshi li a:hover,.oneD_keshi li.active a
{ background:#29a2ab; color:#fff;}
.oneD_keshi li i.ico1
{ background-position:10px 0;}
.oneD_keshi li i.ico2
{ background-position:-93px 0;}
.oneD_keshi li i.ico3
{ background-position:-210px 0;}
.oneD_keshi li i.ico4
{ background-position:-330px 0;}
.oneD_keshi li i.ico5
{ background-position:-437px 0;}
.oneD_keshi li i.ico6
{ background-position:-558px 0;}
.oneD_keshi li i.ico7
{ background-position:-672px 0;}
.oneD_keshi li i.ico8
{ background-position:-794px 0;}
.oneD_keshi li i.ico9
{ background-position:-905px 0;}
.oneD_keshi li i.ico10
{ background-position:-1045px 0;}
.oneD_keshi li a:hover i.ico1,.oneD_keshi li.active a i.ico1
{ background-position:10px -56px;}
.oneD_keshi li a:hover i.ico2,.oneD_keshi li.active a i.ico2
{ background-position:-93px -56px;}
.oneD_keshi li a:hover i.ico3,.oneD_keshi li.active a i.ico3
{ background-position:-210px -56px;}
.oneD_keshi li a:hover i.ico4,.oneD_keshi li.active a i.ico4
{ background-position:-330px -56px;}
.oneD_keshi li a:hover i.ico5,.oneD_keshi li.active a i.ico5
{ background-position:-437px -56px;}
.oneD_keshi li a:hover i.ico6,.oneD_keshi li.active a i.ico6
{ background-position:-558px -56px;}
.oneD_keshi li a:hover i.ico7,.oneD_keshi li.active a i.ico7
{ background-position:-672px -56px;}
.oneD_keshi li a:hover i.ico8,.oneD_keshi li.active a i.ico8
{ background-position:-794px -56px;}
.oneD_keshi li a:hover i.ico9,.oneD_keshi li.active a i.ico9
{ background-position:-905px -56px;}
.oneD_keshi li a:hover i.ico10,.oneD_keshi li.active a i.ico10
{ background-position:-1045px -56px;}


.oneD_con
{ background:#f6f6f6; padding:20px; overflow:hidden;}
.oneD_con dl
{ overflow:hidden;display: none;}
.oneD_con dl:first-child{display: block;}
.oneD_con dl dt
{ width:490px; height:317px; float:left;}
.oneD_con dl dt a,.oneD_con dl dt a img
{ width:100%; height:100%; display:block; border-radius:10px;}
.oneD_con dl dd
{ width:605px; float:right; overflow:hidden;}
.oneD_con dl dd .jianjie h2
{ font-size:18px; line-height:42px; border-bottom:solid 3px #29a2ab; font-weight:normal; display:inline-block; margin-bottom:20px;}
.oneD_con dl dd .jianjie h2 a
{ color:#29a2ab;}
.oneD_con dl dd .jianjie p
{ height:156px; overflow:hidden; line-height:26px;}
.oneD_con dl dd .jkkp
{ background:#eef8fa; overflow:hidden; margin-top:30px;}
.oneD_con dl dd .jkkp h3
{ width:60px; height:56px; background:#c9eff7; text-align:center; color:#29a2ab; font-weight:normal; font-size:18px; padding-top:7px; display:inline-block; float:left;}
.oneD_con dl dd .jkkp ul
{ width:530px; float:right; padding:5px 0;}
.oneD_con dl dd .jkkp ul li
{ line-height:26px; background:url(../images/ico14.png) no-repeat left center; padding-left:15px;}

.oneD
{ width:1185px; overflow:hidden; margin:15px auto;}
.oneD_hitd
{ width:298px; float:left; border:solid 1px #e4e6e5;}
.oneD_hitd h3
{ line-height:31px; background:#29a2ab; color:#fff; font-size:16px; font-weight:normal; padding:0 10px;}
.oneD_hitd h3 a
{ float:right; font-size:12px; font-family:Arial, Helvetica, sans-serif; color:#fff;}
.oneD_hitd ul
{ padding:10px 20px; overflow:hidden;}
.oneD_hitd ul li
{ line-height:28px;}
.oneD_xjsb
{ width:860px; float:right;}
.oneD_xjsb .title
{ height:36px;}
.oneD_xjsb .title .more
{ margin-top:5px;}
.oneD_xjsb #equipment{overflow:hidden;width:860px;height: 174px;position: relative}
.oneD_xjsb ul
{ margin-top:16px;position: absolute;left: 0;right: 0}
.oneD_xjsb ul li
{ width:206px; float:left; margin:0 6px;border-radius:5px;  overflow: hidden;}
.oneD_xjsb ul li a
{ display:block;}
.oneD_xjsb ul li .equipment_img{width:100%; height:133px;overflow: hidden}
.oneD_xjsb ul li a img
{ width:100%; height:133px; border-radius:5px;transition: all 0.5s;}
.oneD_xjsb ul li p
{ text-align:center; padding-top:5px;}
.oneD_xjsb ul li:hover{background-color: #29a2ab}
.oneD_xjsb ul li:hover p{color: #fff;}
.oneD_xjsb ul li:hover a img{transform: scale(1.1)}

.footer
{ background:#2aa1a7; overflow:hidden;}
.foot
{ width:1185px; overflow:hidden; margin:35px auto;}
.foot_logo
{ width:219px; float:left;}
.foot_nav
{ width:600px; float:left; margin-left:65px;}
.foot_nav ul
{ width:33%; float:left;}
.foot_nav h3
{ font-size:18px; font-weight:normal; color:#fff; background:url(../img/ico15.png) no-repeat left top; padding-left:40px; margin-bottom:20px;}
.foot_nav h3 span
{ display:block; font-size:14px; font-family:Arial, Helvetica, sans-serif; padding-top:5px;}
.foot_nav ul li a
{ display:block; line-height:28px; color:#fff; padding-left:40px;}
.foot_nav h3.ico1
{ background:url(../img/ico16.png) no-repeat left top;}
.foot_nav h3.ico2
{ background:url(../img/ico17.png) no-repeat left top;}
.foot_ditu
{ width:228px;height: 163px;overflow: hidden; float:right;border-radius: 15px;border: 2px solid #0f787d}
.foot_ditu img
{ width:220px; height:155px; border:solid 4px #0f787d; border-radius:20px;}

.foots
{ background:#0f787d; height:47px;}
.foot1
{ width:1185px; margin:0 auto; line-height:47px; color:#fff; text-align:center; font-size:13px;}



/*========================================= 关于我们 =====================================*/

.cont
{ background:#f4f4f4; overflow:hidden;}
.two-nav
{ background:url(../img/banner-bg.jpg) no-repeat; height:300px; padding-top:40px;}
.two-nav .layout
{ width:1185px; height:300px; position:relative; box-sizing:border-box; box-shadow:0px 5px 20px rgba(0, 0, 0, 0.09); margin:0 auto;}
.navwz
{ width:96%; height:55px; position:absolute; bottom:0; left:0; background:url(../img/blue.png); padding:0 2%;}
.navwz ul
{ float:left;}
.navwz ul li
{ height:55px; line-height:60px; float:left;}
.navwz ul li a
{ display:block; color:#fff; font-size:16px; padding:0 20px;}
.navwz ul li.cur a
{ height:46px; line-height:44px; vertical-align:bottom; background:#fff; color:#29a2ab; margin-top:9px;}
.rt
{ float:right;}
.weizhi
{ line-height:55px; background:url(../img/weizhi.png) no-repeat left center; color:#fff; padding-left:25px;}
.weizhi a
{ color:#fff;}

.main
{ width:1185px; background:#faf8f7; overflow:hidden; margin:40px auto;}
.left
{ width:260px; background:#faf8f7; float:left;}
.left_title
{ height:145px; background: url(../img/ico18.png) no-repeat left center #29a2ab; text-align:center;}
.left_title h2
{ font-size:24px; color:#fff; font-weight:normal; padding-top:45px;}
.left_title span
{ color:#fff; text-transform:Uppercase; font-size:12px; font-family:Arial, Helvetica, sans-serif;}
.left_nav
{ overflow:hidden;}
.left_nav li
{ height:60px; border-bottom:solid 1px #e3e3e3; background:url(../images/ico19.png) no-repeat 220px center; line-height:60px; padding:0 30px;}
.left_nav li a
{ display:block; font-size:16px;}
.left_nav li.active a
{ color:#29a2ab;}

.right
{ width:865px; float:left; background:#fff; padding:30px;}
.right .titles
{ font-size:20px; color:#29a2ab;}
.cons
{ overflow:hidden; margin-top:30px;}
.about
{font-size:15px; color:#555555; line-height:28px;}
.about .jj_img{float: left;padding-right: 20px;}
.about h1{padding-bottom: 20px}
.about img{max-width: 100%}
/*========资质荣誉==========*/

.rongyu
{ overflow:hidden;}
.rongyu li
{ width:260px; float:left; margin:0 42px 40px 0;}
.rongyu li:nth-child(3n)
{ margin-right:inherit;}
.rongyu li img
{ width:260px; height:191px; display:block;}
.rongyu li p
{ height:44px; line-height:44px; text-align:center; border-bottom:solid 2px #29a2ab;}

/*========医院文化==========*/
.wenhua
{ overflow:hidden;}
.wenhua li
{ width:270px; float:left; margin:0 27px 30px 0;}
.wenhua li:nth-child(3n)
{ margin-right:inherit;}
.wenhua li img
{ width:270px; height:199px; display:block;}
.wenhua li p
{ height:44px; line-height:44px; text-align:center; background:#f7f7f7; padding:0 10px;}


/*========================================= 医院动态 =====================================*/

.h2bar
{ height:50px; line-height:50px; background:#29a2ab; color:#fff; font-weight:bold; font-size:16px; position:relative; padding-left:20px;}
.h2bar:before
{ content:''; display:block; width:0; height:0; overflow:hidden; border:5px dashed transparent; border-top-color:#29a2ab; border-top-style:solid; margin-left:-16px;  position:absolute; left:22%; bottom:-10px;}
.leftList
{ padding:10px; overflow:hidden;}
.leftList li
{ height:30px; line-height:30px; background:url(../img/line1.png) no-repeat left center; padding-left:10px;}
.leftList li a:hover
{ text-decoration:underline;}
.news
{ overflow:hidden; border-bottom:solid 1px #eeeeee; padding-bottom:20px;}
.news li
{ height:34px; line-height:34px; background:url(../img/line1.png) no-repeat left center; padding-left:10px;}
.news li span
{ float:right; font-family:Arial, Helvetica, sans-serif; color:#999;}
.nav3{overflow: hidden;text-align: center}
.nav3 a{display: inline-block;line-height: 30px;background-color: #E5E5E5;padding: 0 10px;margin: 0 15px;}


/*=======================================新闻详情页============================================*/

.news_info
{ overflow:hidden; border-bottom:1px dotted #dbdbdb;}
.info_title
{ text-align:center; color:#ff0006;}
.info_title h2
{ font-size:24px; color:#333; font-weight:normal;}
.info_laiyuan
{ line-height:48px; font-size:12px; color:#888; text-align:center; border-bottom:1px dotted #dbdbdb;}
.info_text
{ padding:20px 10px; font-size:15px; color:#333; line-height:2;}
.info_text img
{ max-width:100%;}
.info_picA
{ padding:10px; text-align:center;}
.info_picA img
{ max-width:100%;  width: expression(this.width > 720 ? 720: true)}


/*=======================================科室导航============================================*/

.keshi_con
{ width:1185px; overflow:hidden; margin:40px auto;}
.keshi
{ width:1185px; overflow:hidden; margin:40px auto 10px;}
.keshi li
{ width:532px; height:235px; background:#fff; border:1px solid #e4e4e4; padding:15px 20px; float:left; margin:0 35px 30px 0;}
.keshi li:nth-child(2n)
{ margin-right:inherit;}
.keshi li h3
{ height:40px; line-height:40px; padding-bottom:10px;}   
.keshi li h3 a
{ font-size:18px; color:#29a2ab;}
.keshi li .dm-nav
{ height:35px; line-height:35px; color:#ccc; border-top:1px dashed #ddd; border-bottom:1px dashed #ddd;}
.keshi li .dm-nav a
{ color:#888;}
.keshi li .dm-con
{ height:120px; overflow:hidden; line-height:24px; color:#777; margin-top:20px;}

.kejj
{ background:#fff; overflow:hidden; padding:20px;}
.kejj dl
{ margin-top:20px; overflow:hidden;}
.kejj dl dt
{ width:490px; height:317px; float:left;}
.kejj dl dt a,.oneD_con dl dt a img
{ width:100%; height:100%; display:block; border-radius:10px;}
.kejj dl dd
{ width:605px; float:right; overflow:hidden;}
.kejj dl dd .jianjie h2
{ font-size:18px; line-height:42px; border-bottom:solid 3px #29a2ab; font-weight:normal; display:inline-block; margin-bottom:20px;}
.kejj dl dd .jianjie h2 a
{ color:#29a2ab;}
.kejj dl dd .jianjie p
{ height:240px; overflow:hidden; line-height:26px;}

.kscon
{ overflow:hidden; margin-top:35px;}
.ksdt
{ width:520px; height:296px; background:#fff; float:left; padding:20px;}
.ksdt ul
{ padding-top:10px; overflow:hidden;}
.ksdt ul li
{ height:30px; line-height:30px; background:url(../img/line1.png) no-repeat left center; padding-left:10px;}
.ksdt ul li span
{ float:right; font-family:Arial, Helvetica, sans-serif; color:#888;}
.ksdt ul li a:hover
{ text-decoration:underline;}
.ksys
{ width:550px; height:296px; background:#fff; float:right; padding:20px;}
.ksys ul
{ padding-top:15px; overflow:hidden;}
.ksys ul li
{ width:167px; height:240px; float:left; position:relative; margin-right:22px;}
.ksys ul li:nth-child(3n)
{ margin-right:inherit;}
.ksys ul li .imgs
{ width:167px; height:240px; position:absolute; left:0; top:0;}
.ksys ul li .imgs img
{ width:100%; height:100%; display:block; border-radius:10px;}
.ksys ul li .text
{ width:100%; height:70px; background:rgba(0,0,0,0.6); position:absolute; bottom:0; left:0; text-align:center; color:#fff;border-radius:0 0 10px 10px;}
.ksys ul li .text h3
{ font-size:16px; font-weight:normal; padding:15px 0 5px;}
.ksys ul li .text p
{ font-size:12px;}



/*=======================================专家介绍============================================*/
.zhuanjia
{ width:1185px; background:#fff; overflow:hidden; margin:40px auto; padding-bottom:10px;}
.filter
{ padding:0 20px; overflow:hidden;}
.filter li
{ height:62px; line-height:62px; border-bottom:1px dotted #ddd;}
.filter li a
{ padding:0 5px; color:#666;}
.filter li a:hover
{ text-decoration:underline; color:#29a2ab;}
.filter li a.current{text-decoration:underline; color:#29a2ab;}

.zjlb
{ width:96%; height:60px; line-height:60px; border-bottom:1px solid #dadada; margin:35px auto 0;}
.zjlb h2
{ display:inline-block; float:left; font-size:20px; color:#29a2ab;}
.filterForm
{ float:right; position:relative;}
.filterForm .form-text
{ width:350px; height:28px; line-height:28px; border:1px solid #ddd; color:#a9a9a9; font-size:12px; text-indent:1em;}
.filterForm .secBtn
{ width:80px; height:29px; position:absolute; right:0; top:50%; margin-top:-13px; border:none; text-shadow:1px 1px 0 rgba(0, 0, 0, 0.4); color:#fff; box-shadow:0 1px 3px rgba(0, 0, 0, 0.2);  background:#ee6b01; background-position:0 -30px; cursor: pointer;}


.zjlist
{ width:96%; overflow:hidden; margin:15px auto 0;  border-bottom:1px solid #dadada;}
.zjlist li
{ width:170px; height:243px; float:left; position:relative; margin:0 23px 25px 0;
    overflow: hidden;}
.zjlist li:nth-child(6n)
{ margin-right:inherit;}
.zjlist li .imgs
{ width:170px; height:243px; position:absolute; left:0; top:0;}
.zjlist li .imgs img
{ width:100%; height:100%; display:block; border-radius:10px;transition: all 0.5s}
.zjlist li .text
{ width:100%; height:70px; background:rgba(0,0,0,0.6); position:absolute; bottom:0; left:0; text-align:center; color:#fff;border-radius:0 0 10px 10px;}
.zjlist li .text h3
{ font-size:16px; font-weight:normal; padding:15px 0 5px;}
.zjlist li .text p
{ font-size:12px;}
.zjlist li:hover .text{background-color: #29a2ab}
.zjlist li:hover .imgs img{transform: scale(1.1);}

.zjxiangqin
{ overflow:hidden; border-bottom:1px solid #dadada;}
.zjxiangqin dl
{ padding-bottom:20px; overflow:hidden;}
.zjxiangqin dl dt
{ width:195px; height:283px; float:left;}
.zjxiangqin dl dt img
{ width:100%; height:100%; display:block; border-radius:5px;}
.zjxiangqin dl dd
{ width:620px; float:right;}
.zjxiangqin dl dd h2
{ font-size:20px; font-weight:normal; line-height:1.5; margin-bottom:5px; color:#21a6a6; padding-bottom:10px;}
.zjxiangqin dl dd h2 span
{ vertical-align:middle; color:#fff; font-size:12px; background-color:#f3a276; padding:2px 12px; font-weight:normal; margin-left:10px; border-radius:10px;
position:relative; top:-2px;}
.zjxiangqin dl dd p
{ font-size:15px; line-height:34px;}
.ysjs
{ overflow:hidden; font-size:15px; color:#666; line-height:30px;}
.ysjs .titles
{ font-size:20px; color:#555; font-weight:normal; padding:10px 0;}


/*=======================================招贤纳士============================================*/
.job
{ overflow:hidden; padding-bottom:20px;}
.job-jj ul li
{ width:20%; float:left; background:#f2f2f2; line-height:50px; color:#333; font-weight:bold; font-size:16px; text-align:center;}
.job-danw ul li
{ width:20%; height:50px;  float:left; border-bottom:1px dotted #E5E5E5; line-height:50px;text-align:center;}
.job-danw ul li div
{ width:80px; line-height:30px; background:#29a2ab; color:#fff; margin:10px auto;}
.job-danw ul li div a
{ color:#fff; font-size:13px;}
.jobimg img
{ width:100%; height:100%; display:block;}
.job_info
{ font-size:13px; color:#5a5a5a; margin-top:15px; padding:0 20px 20px; line-height:26px;}
.job_scav
{ background:#f4f4f4; padding:20px; overflow:hidden; margin:20px 0;}
.job_scav li
{ width:33%; float:left; line-height:30px; color:#888;}
.job_scav li span
{ color:#333;}
.job_scan
{ overflow:hidden; line-height:28px;}
.job_toudi a
{ width:138px; height:40px; line-height:40px; display:block; background:#fd8d56; text-align:center; color:#fff; margin-top:30px;}
.inputs
{ width:500px; height:28px; line-height:28px; border:1px #d5d5d5 solid; text-indent:1em;}
.textareas
{ width:500px; border:1px #d5d5d5 solid; text-indent:1em; padding-top:5px;}
.buttons
{ width:120px; height:36px; background:#fd8d56; color:#fff; font-size:15px; border:none; margin-right:5px; cursor:pointer;text-align: center}