﻿/*!
 * =====================================================
 * QQ150032322 cxinnet2018 2018-06-11 第一人民医院
 * 不考虑兼容IE9以下
 * =====================================================
 */

/*html {*/
/*	-webkit-filter: grayscale(100%);*/
/*	-moz-filter: grayscale(100%);*/
/*	-ms-filter: grayscale(100%);*/
/*	-o-filter: grayscale(100%);*/
/*	filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);*/
/*	_filter:none;*/
/*}*/

body {
	margin: 0px;
	padding: 0;
	font-family: Microsoft Yahei;
	background: #ffffff;
}

table,
form,
h1,
h2,
h3,
ul,
li,
ol,
dl,
dd,
dt,
span,
a,
em,
p {
	padding: 0px;
	margin: 0px;
}

ul,
li {
	list-style: none;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #ff6633;
}

.center {
	text-align: center;
}

.clearB {
	clear: both;
	font-size: 0px;
	line-height: 0px;
	height: 0px;
}


/* Clear Fix */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}


/* Hide from IE Mac \*/

.clearfix {
	display: block;
}

ul,
li {
	list-style: none;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.center {
	text-align: center;
}

.left {
	float: left;
}

.right {
	float: right;
}

img {
	border: none;
}

@font-face {
	font-family: "iconfont";
	src: url('../fonts/iconfont.ttf') format('truetype');
	/* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
}

.iconfont {
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}

#header {
	background: #ffffff;
	padding: 20px 0;
	transition: padding 0.4s;
}

.main {
	width: 1400px;
	margin: 0 auto;
}

.top-bar {
	height: 39px;
	border-bottom: #dddddd solid 1px;
	background: #f7f7f7;
	font-size: 12px;
	line-height: 39px;
	min-width: 1400px;
}

.top-bar-cont {
	margin: 0 auto;
	width: 1400px;
}

.top-bar-left {
	float: left;
	color: #999999;
	width: 400px;
}

.top-bar-left a {
	color: #666666;
}

.top-search-cont{
	margin:0px 0;
}

.top-search-cont .input{
	border: #DDDDDD solid 1px;
	height: 25px;
	outline:none;
	padding: 0 10px;
	border-radius: 4px;
}

.top-search-cont .input::before{
	font-family: "iconfont";
	content: "\e60b";
}

.top-search-cont .btn{
	color: #FFFFFF;
	background-color: #005B3C;
	border: none;
	line-height: 25px;
	border-radius: 5px;
	padding: 0 10px;
	cursor: pointer;
}
.top-bar-right {
	float: right;
	width: 300px;
	text-align: right;
	line-height: 39px;
	height: 39px;
}

.top-bar-right a {
	padding-left: 10px;
	line-height: 39px;
	color: #666;
	display: inline-block;
	font-size: 12px;
}

.top {
	background: #FFFFFF;
}

.top-cont {
	margin: 0 auto;
	width: 1400px;
	height: 120px;
}

.top a.logo {
	width: 750px;
	height: 90px;
	background: url(../images/logo.png) no-repeat center;
	float: left;
	margin-top: 15px;
	overflow: hidden;
	text-indent: -99999px;
	line-height: 90px;
	overflow: hidden;
}

.top a.logo h1 {
	text-indent: -99999px;
	display: block;
}

.top-tel {
	float: right;
	width: 265px;
	height: 100px;
	background: url(../images/tel.png) no-repeat center;
	text-indent: -99999px;
	overflow: hidden;
	margin-top: 10px;
	line-height: 30px;
}

.top-code {
	float: right;
	width: 115px;
	height: 100px;
	background: url(../images/top-code.jpg) no-repeat left;
	overflow: hidden;
	margin-top: 10px;
}


.menu-bg {
	height: 55px;
	background: #01613b;
	position: relative;
	z-index: 999;
	min-width: 1400px;
}

.menu {
	width: 1400px;
	margin: 0 auto;
	height: 55px;
}

.menu>ul {}

.menu>ul>li {
	display: inline-block;
	padding: 0 15px;
	float: left;
	font-size: 16px;
	height: 55px;
	width: auto;
	line-height: 55px;
	transition: all 0.3s;
	text-align: center;
	position: relative;
}

.menu>ul>li:not(:last-child) {}

.menu>ul>li:hover {
	background: #014328;
}

.menu>ul>li:hover:not(:last-child) {}

.menu>ul>li.curr {
	background: #014328;
}

.menu>ul>li.curr:not(:last-child) {}

.menu>ul>li>a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 50px;
}

.menu>ul>li>a:hover {}

.menu>ul>li.yy {
	float: right;
	width: 100px;
	padding: 0 5px;
}

.menu>ul>li.yy:hover {
	background: none;
}

.menu>ul>li.yy a {
	background: #FFFFFF;
	color: #005B3C;
	border-radius: 17px;
	height: 35px;
	line-height: 35px;
	margin-top: 10px;
}

.menu>ul>li.yy a:hover {
	background: #FAFAFA;
}

.menu>ul>li:nth-last-child(2){
	width: 120px;
	float: right;
	padding: 0 5px;
	
}
.menu>ul>li:nth-last-child(2)>a{
	background: #feffc3;
	color: red;
	font-weight: bold;
	border-radius: 17px;
	height: 35px;
	line-height: 35px;
	margin-top: 10px;
}

.menu>ul>li:nth-last-child(2) ul{
	width: 120px;
}


.menu>ul>li:nth-last-child(2):hover {
	background: none;
}



.menu>ul>li>ul {
	display: none;
	position: absolute;
	top: 55px;
	left: 0;
	width: 100px;
	text-align: center;
	background: #01613b;
	padding: 10px 0;
}

.menu>ul>li:hover ul {
	display: block;
}

.menu>ul>li>ul li {
	font-size: 14px;
	height: 35px;
	line-height: 35px;
}

.menu>ul>li>ul li a {
	color: #FFFFFF;
	text-decoration: none;
}

.menu>ul>li>ul li:hover {
	background: #014328;
}

.menu>ul>li>ul li:hover a {}




.slider {
	height: 550px;
	background: #CCCCCC;
}


/*首页公告*/

.notice-bg {
	background: #F7F7F7;
	padding: 20px 0px 15px 0px;
}

.notice-bg .cont {
	width: 1400px;
	height: 40px;
	margin: 0 auto;
	position: relative;
}

.index-ad-title {
	width: 160px;
	height: 35px;
	background: url(../images/notice-title.png) no-repeat left center;
	float: left;
}

.index-ad {
	width: 1230px;
	height: 35px;
	overflow: hidden;
	position: relative;
}

.ad-next {
	width: 25px;
	height: 25px;
	border: #01613b solid 1px;
	position: absolute;
	top: 3px;
	right: 0;
	cursor: pointer;
	line-height: 25px;
	text-align: center;
	z-index: 9999;
	transition: all 0.3s;
}

.ad-next:before {
	font-family: "iconfont";
	content: "\e757";
}

.ad-next:hover {
	background: #01613b;
	color: #FFFFFF;
}

.ad-next:active {
	background: #01613b;
	color: #FFFFFF;
}

.ad-prev {
	width: 25px;
	height: 25px;
	border: #01613b solid 1px;
	position: absolute;
	top: 3px;
	right: 35px;
	cursor: pointer;
	line-height: 25px;
	text-align: center;
	z-index: 9999;
	transition: all 0.3s;
}

.ad-prev:before {
	font-family: "iconfont";
	content: "\e758";
}

.ad-prev:hover {
	background: #01613b;
	color: #FFFFFF;
}

.ad-prev:active {
	background: #01613b;
	color: #FFFFFF;
}

.index-ad ul li {
	line-height: 35px;
	height: 35px;
}

.index-ad ul li a {
	height: 35px;
	position: relative;
	padding-right: 80px;
	float: left;
	width: 520px;
	padding: 0 20px;
	display:flex;
	justify-content:space-between;
}

.index-ad ul li a .tt {
	flex:1;
	font-size: 16px;
	color: #333333;
	overflow: hidden;
	height: 35px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.index-ad ul li a .tt:before {
	font-family: "iconfont";
	content: "\e60c";
	font-size: 14px;
	color: #999999;
	padding-right: 5px;
}

.index-ad ul li a:hover {
	text-decoration: none;
	color: #01613b;
}

.index-ad ul li a:hover .tt {
	color: #01613b;
}

.index-ad ul li a span {
	font-size: 14px;
	color: #999999;
	float: right;
	display: inline-block;
	/*position: absolute;
	right: 0;
	top: 0;*/
}


/*title*/

.index-title {
	height: 39px;
    border-bottom: 1px solid #e1e1e1;
}

.index-title .tt {
	display: block;
	float: left;
	line-height: 30px;
    color: #474747;
    font-size: 18px;
    font-weight: 500;
}

.index-title .tt a {
	color: #474747;
    font-size: 18px;
    font-weight: 500;
    border-bottom: 3px solid #01613b;
    padding-bottom:10px;
}
.index-title .tt a:hover{text-decoration:none;}
.index-title .more {
	    display: inline-block;
	float: right;
	border-radius: 7px;
	height: 30px;
	line-height: 30px;
	padding: 0 15px;
	color: #004819;
	font-size: 12px;
    border:1px solid #999999;
}

.index-title .more a {
	color: #004819;
}
.index-title .more:hover{background:#01613b;border:1px solid #01613b;}
.index-title .more:hover a {
	text-decoration:none;color:#fff;
}

.index-content {
	width: 1060px;
	float: left;
	margin-top: 25px;
}

.index-side {
	width: 315px;
	float: right;
	margin-top: 25px;
}

.mt25 {
	margin-top: 25px;
}


/*焦点图*/

.index-slider {
	width: 515px;
	height: 245px;
	background: #DDDDDD;
	margin-top: 25px;
	float: left;
}

.index-slider-pic {
	width: 515px;
	float: left;
	height: 245px;
}

#index-slider-cont {
	display: none;
	background: #000000;
	height: 245px;
}


/* 设置焦点图标题位置、样式等。标题位置、样式完全可以自定义哦 */

#index-slider-cont p.title {
	position: absolute;
	left: 0;
	bottom: 0;
	text-indent: 10px;
	line-height: 45px;
	font-family: "Microsoft Yahei";
	color: #FFF;
	display: block;
	width: 100%;
	height: 45px;
	font-size: 16px;
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#aa000000, endcolorstr=#aa000000);
	background: rgba(0, 0, 0, 0.5);
}

#index-slider-cont img {
	width: 515px !important;
	height: 245px !important;
}

.KMSPrefix_indexslidercont_image_item {
	background-size: cover !important;
}


/*热点新闻*/

.hot-news {
	width: 515px;
	float: right;
	margin-top: 25px;
}

.hot-news dl {
	border-bottom: #DDDDDD solid 1px;
	padding-bottom: 20px;
	margin-bottom: 15px;
}

.hot-news dl dt {
	font-size: 18px;
	color: #666666;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 10px 0;
}

.hot-news dl dt a {
	color: #333333;
}

.hot-news dl dt a:hover {
	color: #01613b;
}

.hot-news dl dd {
	color: #999999;
	font-size: 14px;
	line-height: 25px;
	height: 50px;
	overflow: hidden;
	text-overflow:ellipsis; -webkit-line-clamp:2; display: -webkit-box; -webkit-box-orient: vertical;
}

.hot-news ul {}

.hot-news ul li {
	line-height: 30px;
	border-bottom: #DDDDDD solid 1px;
	padding: 5px 0;
	height: 30px;
	position: relative;
}

.hot-news ul li a {
	color: #666666;
	display: block;
	margin-right: 85px;
	line-height: 30px;
	font-size: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
    text-indent:10px;
}

.hot-news ul li:hover{background:#01613b;}
.hot-news ul li:hover a ,.hot-news ul li:hover span{
	color: #fff;
}

.hot-news ul li span {
	color: #999999;
	display: inline-block;
	font-size: 14px;
	font-family: arial;
	position: absolute;
	right: 0;
	top: 5px;
}

.art-cont {
	width: 515px;
	margin-top: 35px;
}

.art-cont dl {
	height: 140px;
	overflow: hidden;
	margin-top: 25px;
	border-bottom: #DDDDDD solid 1px;
}

.art-cont dl dt {
	display: inline;
	margin-right: 15px;
	float: left;
}

.art-cont dl dt img {
	width: 180px;
	height: 120px;
	display: block;
}

.art-cont dl dd {}

.art-cont dl dd .tt {
	font-size: 16px;
	color: #333333;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 10px;
}

.art-cont dl dd .tt a {
	color: #333333;
}

.art-cont dl dd span {
	font-size: 12px;
	line-height: 25px;
	height: 50px;
	overflow: hidden;
	text-overflow:ellipsis; -webkit-line-clamp:2; display: -webkit-box; -webkit-box-orient: vertical;
	color: #666666;
}

.art-cont dl dd em {
	font-style: normal;
	font-size: 12px;
	height: 20px;
	color: #999999;
	display: block;
}

.art-cont ul {}

.art-cont ul li {
	line-height: 30px;
	border-bottom: #DDDDDD solid 1px;
	padding: 10px 0;
	height: 30px;
	position: relative;
}

.art-cont ul li a {
	color: #666666;
	display: block;
	margin-right: 75px;
	line-height: 30px;
	font-size: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.art-cont ul li a:hover {
	color: #01613b;
}

.art-cont ul li span {
	color: #999999;
	display: inline-block;
	position: absolute;
	top: 10px;
	right: 0;
	font-size: 14px;
	font-family: arial
}


/*重点学科*/

.index-subject {/*max-height:645px;overflow:hidden;*/}

.index-subject ul {
	margin-top: 25px;
}

.index-subject ul li {
	line-height: 30px;
	height: 30px;
	padding: 10px 15.2px;
	margin-bottom: 13px;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: #f7f7f7;
	transition: all 0.3s;
	color: #004819;
	border-radius: 4px;
}

.index-subject ul li a:before {
	font-family: "iconfont";
	content: "\e619";
	color: #01613b;
	float: left;
	font-size: 20px;
	margin-right: 10px;
}

.index-subject ul li:hover {
	background: #01613b;
	color: #FFFFFF;
}

.index-subject ul li:hover a {
	color: #FFFFFF;
}

.index-subject ul li:hover a:before {
	color: #FFFFFF;
}

.index-subject ul li a {
	color: #004819;
	transition: all 0.3s;
}

.index-subject ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.index-subject ul li a:hover:before {
	color: #FFFFFF;
}

.footer {
	background: #01613b url(/assets/images/footbg.jpg) no-repeat top center;
	padding: 40px 0;
	margin-top: 30px;
	min-width: 1400px;
    color:#fff;
    padding-bottom:30px;
    line-height:1.7em;
    font-size:15px;
    padding-right:235px;
}
.footer a{color:#fff;}

.f-link {
	border-bottom: #585858 solid 1px;
	padding-bottom: 25px;
}

.f-link .cont {
	width: 1400px;
	margin: 0 auto;
	font-size: 14px;
}

.f-link .cont span {
	font-size: 14px;
	color: #999999;
	line-height: 30px;
}

.f-link .cont a {
	color: #999999;
	display: inline-block;
}

.f-link .cont a:not(:last-child):after {
	content: " |　";
	width: 20px;
	word-spacing: 1em;
	text-align: center;
	font-size: 12px
}

.f-link .cont a:hover {
	color: #CCCCCC;
	text-decoration: none;
}

.f-left {
	margin-top: 25px;
	font-size: 14px;
	color: #999999;
	line-height: 30px;
	display: inline-block;
	float: left;
}

.f-left a {
	color: #999999;
}

.f-right {
	margin-top: 25px;
	font-size: 14px;
	color: #999999;
	line-height: 30px;
	display: inline-block;
	float: right;
	text-align: right;
}

.f-right a {
	color: #999999;
}


/*内页*/

.content {
	width: 1095px;
	float: right;
	margin-top: 25px;
}

.side {
	width: 280px;
	float: left;
	margin-top: 25px;
}


/*当前位置*/

.current {
	line-height: 20px;
	font-size: 14px;
	color: #666666;
	background: #F7F7F7;
	padding: 15px 0;
	border-bottom: #DDDDDD solid 1px;
	min-width: 1400px;
}

.current .cont {
	width: 1400px;
	margin: 0 auto;
}

.current ul {}

.current ul:before {
	font-family: "iconfont";
	content: "\e614";
	color: #cccccc;
	font-size: 22px;
	float: left;
	padding-right: 5px;
}

.current ul li {
	display: inline-block;
	padding: 0 0px;
}

.current ul li:not(:last-child):after {
	content: "\e615";
	font-family: "iconfont";
	color: #cccccc;
}

.current ul li a {
	color: #666666;
}


/*侧栏分类*/

.side-cate {
	background: #F7F7F7;
	margin-top: 25px;
}

.side-cate ul {
	padding: 20px 0;
}

.side-cate ul li {
	font-size: 14px;
}

.side-cate ul li.curr {
	background: #01613b;
}

.side-cate ul li:hover {}

.side-cate ul li a {
	background: #F7F7F7;
	display: block;
	padding-left: 40px;
	padding-right: 20px;
	color: #666666;
	line-height: 50px;
	height: 50px;
	transition: all 0.3s;
	border-bottom: #eeeeee solid 1px;
}

.side-cate ul li a:hover {
	background: #01613b;
	color: #FFFFFF;
	text-decoration: none;
}

.side-cate ul li a:before {
	font-family: "iconfont";
	content: "\e634";
	font-size: 16px;
	padding-right: 10px;
	float: left;
	display: inline-block;
}

.side-cate ul li.curr a {
	background: #01613b;
	color: #FFFFFF;
	text-decoration: none;
}

.side-bottom {
	width: 280px;
	overflow: hidden;
	margin-top: 25px;
}

.side-bottom-tel {}

.side-bottom ul {
	width: 290px;
	overflow: hidden;
}

.side-bottom ul li {
	background: #F7F7F7;
	width: 105px;
	height: 105px;
	padding: 15px;
	margin-bottom: 10px;
	margin-right: 10px;
	float: left;
	text-align: center;
}

.side-bottom ul li .ico {
	width: 60px;
	height: 60px;
	margin: 10px auto;
	text-align: center;
	line-height: 60px;
	color: #01613b;
	transition: all 0.3s;
}

.side-bottom ul li .ico:before {
	font-family: "iconfont";
	content: "\e68e";
	font-size: 50px;
}

.side-bottom ul li:nth-child(2) .ico:before {
	content: "\e695";
}

.side-bottom ul li:nth-child(3) .ico:before {
	content: "\e699";
}

.side-bottom ul li:nth-child(4) .ico:before {
	content: "\e694";
}

.side-bottom ul li span {
	display: block;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
}

.side-bottom ul li:hover {}

.side-bottom ul li a {
	color: #666666;
}

.side-bottom ul li a:hover {
	color: #FF6633;
	text-decoration: none
}

.side-bottom ul li a:hover .ico {
	color: #01613b;
}


/*文章列表*/

.article-list {
	margin-top: 25px;
}

.article-list ul {}

.article-list ul li {
	line-height: 45px;
	font-size: 16px;
	height: 45px;
	border-bottom: #DDDDDD solid 1px;
	overflow: hidden;
	padding-left: 15px;
	background: url(../images/li-icon.jpg) no-repeat 10px center;
	padding: 5px 0 5px 25px;
}

.article-list ul li:nth-child(odd) {
	background-color: #F7F7F7;
}

.article-list ul li a {
	color: #444444;
	display: inline-block;
	float: left;
	width: 620px;
	overflow: hidden;
}

.article-list ul li em {
	display: inline-block;
	float: right;
	font-family: "arial";
	color: #999999;
	font-size: 16px;
	font-style: normal;
	padding-right: 10px;
}

.article-list ul li a:hover {
	color: #01613b;
}

.article-list ul li i a {
	width: 100px;
	color: #4FAA01;
	font-style: normal;
	text-decoration: none;
}

.article-list ul li em a {
	display: inline-block;
	width: auto;
	color: #FFFFFF;
	border-radius: 4px;
	background: #ff8400;
	line-height: 20px;
	font-size: 14px;
	padding: 2px 8px;
	margin-top: 8px;
}

.article-list ul li em a:hover {
	color: #FFFFFF;
	background-color: #E1472F;
}

.article-list dl {
	padding-bottom: 20px;
	background: url(../images/di.gif) repeat-x bottom;
	margin-bottom: 15px;
}

.article-list dl dt {
	padding-left: 15px;
	background: url(../images/hot-list-ico.jpg) no-repeat 0px center;
	line-height: 40px;
	font-size: 16px;
	height: 40px;
}

.article-list dl dt a {
	color: #555555;
	display: inline-block;
	float: left;
	width: 620px;
	overflow: hidden;
}

.article-list dl dt span {
	display: inline-block;
	float: right;
	font-family: "arial";
	color: #666666;
	font-size: 14px
}

.article-list dl dt a:hover {
	color: #ff9900;
}

.article-list dl dd {
	line-height: 30px;
	font-size: 14px;
	color: #666666;
	padding-left: 15px;
}

.article-list dl dd a {
	color: #4FAA01;
	display: inline-block;
	float: right;
}


/*分页*/

.pages {
	text-align: left;
	margin-top: 25px;
	margin-bottom: 50px;
	color: #666666;
}
.pages em{
	font-style:normal;
}
.pages div a {
	display: inline-block;
	padding: 5px 8px;
	background: #fafafa;
	font-size: 14px;
	border: #D5D5D5 solid 1px;
	border-radius: 4px;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	transition: all 0.5s;
	text-decoration: none;
	height: 20px;
	line-height: 20px;
	margin: 0 5px;
	min-width: 20px;
	text-align: center;
	cursor:pointer;
}

.pages div a:hover {
	background: #00A651;
	color: #FFF;
	border: #00A651 solid 1px;
}

.pages div span.curr,.layui-laypage-curr {
	display: inline-block;
	padding: 5px 8px;
	background: #00A651;
	font-size: 14px;
	border: #00A651 solid 1px;
	color: #fff;
	border-radius: 4px;
	font-family: Arial, Helvetica, sans-serif;
	transition: all 0.5s;
	text-decoration: none;
	height: 20px;
	line-height: 20px;
	margin: 0 2px;
	min-width: 20px;
	text-align: center;
}

.pages div .total {
	line-height: 20px;
	margin: 0 2px;
	height: 20px;
	padding: 5px;
	font-size: 14px;
	font-family: "Microsoft yahei";
	line-height: 20px;
	display: inline-block;
	background: #fafafa;
	border: #d9d9d9 solid 1px;
	color: #2283c5;
}

.pages div .total b {}

.pages div input {
	width: 40px;
	height: 22px;
	cursor: pointer;
	text-align: center;
	border: #d9d9d9 solid 1px;
	margin: 0 2px;
	background: #fafafa;
}

.pages div .valid {
	width: 40px;
	height: 18px;
	text-align: center;
	border: #d9d9d9 solid 1px;
	margin: 0 2px;
}


/*图片列表*/

.p-list {}

.p-list ul {}

.p-list ul li {}

.p-list ul li .k {}

.p-list ul li .k .pic {}

.p-list ul li .k .name {}

.p-list ul li .k .info {}

.p-list ul li .k .btn {}


/*科室列表*/

.ks-list {
	margin-top: 25px;
}

.ks-list-title {
	margin-bottom: 25px;
	margin-top: 25px;
	height: 50px;
}

.ks-list-title .tt {
	width: auto;
	display: inline-block;
	font-size: 18px;
	color: #333333;
	line-height: 40px;
	border-bottom: 5px #01613b solid;
	float: left;
}

.ks-list-title .tt a {
	color: #333333;
}

.ks-list-title .more {
	display: inline-block;
	float: right;
	font-size: 14px;
	color: #666666;
}

.ks-list-title .more a {
	width: 116px;
	height: 33px;
	border: 1px #dddddd solid;
	display: inline-block;
	text-align: center;
	line-height: 35px;
	margin-left: 5px;
	color: #fff;
	background: #01613b;
}

.ks-list ul {
	width: 1110px;
}

.ks-list ul li {
	background: #F3F3F3;
	padding: 20px;
	width: 222px;
	margin-right: 15px;
	float: left;
	text-align: center;
	position: relative;
	height: 130px;
	margin-bottom: 15px;
	transition: all 0.3s;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0);
}

.ks-list ul li:hover {
	background: #FFFFFF;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.ks-list ul li .name {
	color: #01613b;
	font-size: 16px;
	height: 40px;
	line-height: 30px;
}

.ks-list ul li .name2 {
	margin-top: 20px;
	color: #01613b;
	font-size: 16px;
	height: 50px;
	line-height: 25px;
	overflow: hidden;
}

.ks-list ul li span {
	display: block;
	line-height: 22px;
	font-size: 14px;
	text-align: center;
	color: #666666;
	height: 45px;
	overflow: hidden;
}

.ks-list ul li .btn {
	width: 76px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	color: #fff;
	background: #01613b;
	display: block;
	margin: 10px auto 0 auto;
	font-size: 14px;
	transition: all 0.3s;
}

.ks-list ul li .btn:hover {
	background: #FF6633;
	text-decoration: none;
}


/*设备列表*/

.sb-list {
	margin-top: 25px;
}

.sb-list ul {
	width: 1125px;
}

.sb-list ul li {
	width: 345px;
	margin-right: 30px;
	float: left;
	text-align: center;
	position: relative;
	height: 350px;
	margin-bottom: 25px;
	transition: all 0.3s;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0);
}

.sb-list ul li:hover {
	background: #FFFFFF;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	transform: translateY(-10px);
}

.sb-list ul li img {
	width: 345px;
	height: 230px;
}

.sb-list ul li .name {
	color: #01613b;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 10px;
}

.sb-list ul li .btn {
	width: 76px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	color: #fff;
	background: #01613b;
	display: block;
	margin: 10px auto 0 auto;
	font-size: 14px;
	transition: all 0.3s;
}

.sb-list ul li .btn:hover {
	background: #FF6633;
	text-decoration: none;
}


/*专家列表*/

.zj-list {}

.zj-list ul {
	width: 1100px;
	margin-top: 25px;
}

.zj-list ul li {
	width: 165px;
	padding: 30px 20px;
	text-align: center;
	margin-bottom: 15px;
	margin-right: 15px;
	transition: all 0.3s;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0);
	float: left;
	border-bottom: #DDDDDD solid 1px;
	transition: all 0.3s;
}

.zj-list ul li:hover {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	background: #FFFFFF;
	transform: translateY(-15px);
}

.zj-list ul li img {
	width: 120px;
	height: 170px;
	display: block;
	margin: 0 auto;
}

.zj-list ul li h4 {
	display: block;
	width: 100%;
	height: 30px;
	text-align: center;
	margin: 0;
	font-size: 16px;
	line-height: 30px;
	color: #01613b;
	padding: 0;
	margin-top: 10px;
}

.zj-list ul li span {
	display: block;
	width: 100%;
	text-align: center;
	line-height: 25px;
	color: #666666;
	font-size: 14px;
	
	overflow: hidden;
}
.zj-list ul li span:nth-of-type(1){
height:80px;
}
.zj-list ul li .btn {
	display: block;
	bottom: 35px;
	width: 68px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	color: #fff;
	background: #ff7544;
	margin: 15px auto 0 auto;
	font-size: 12px;
}


/*专家内页*/

.zj-cont {
	margin-top: 25px;
}

.zj-cont .pic {
	width: 165px;
	padding: 30px 30px;
	text-align: center;
	margin-bottom: 15px;
	transition: all 0.3s;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0);
	float: left;
	border: #DDDDDD solid 1px;
}

.zj-cont .pic img {
	width: 120px;
	height: 170px;
	display: block;
	margin: 0 auto;
}

.zj-cont .pic h1 {
	display: block;
	width: 100%;
	height: 30px;
	text-align: center;
	margin: 0;
	font-size: 16px;
	line-height: 30px;
	color: #01613b;
	padding: 0;
	margin-top: 10px;
}

.zj-cont .pic span {
	display: block;
	width: 100%;
	text-align: center;
	line-height: 25px;
	color: #666666;
	font-size: 14px;
	height: 25px;
	overflow: hidden;
}

.zj-cont .cont {
	float: right;
	width: 820px;
	padding: 15px;
	border: #DDDDDD solid 1px;
	font-size: 16px;
	color: #666666;
	line-height: 2em;
	min-height: 290px;
}


/*在线留言*/


/*内页*/


/*--文章内容页--*/

.a-cont {
	margin-top: 20px;
	padding: 20px;
}

.a-cont h1 {
	font-size: 22px;
	line-height: 35px;
	text-align: center;
	color: #004819;
	padding-bottom: 15px;
	border-bottom: #DDDDDD solid 1px;
	margin-bottom: 0px;
	margin-top: 25px;
}

.a-cont h4 {
	font-size: 14px;
	line-height: 25px;
	text-align: center;
	color: #666666;
	font-weight: normal;
}

.a-cont .cont {
	line-height: 1.8em;
	color: #333333;
	font-size: 16px;
	margin-bottom: 20px;
	padding: 20px;
	word-break:break-word;
	white-space:pre-wrap;
	word-wrap:break-word;
margin-top:-30px;
    
}
.a-cont .cont p,.a-cont .cont span{
	word-break:break-word;
	white-space:pre-wrap;
	word-wrap:break-word;
    text-indent:2em;
}
.a-cont .cont p img,.a-cont .cont span img{
	margin-left:-2em;
    max-width:80%;
}

.a-cont .cont a {}

.a-cont .cont img{
max-width:100%}

.a-cont .video {
	width: 640px;
	height: 360px;
	margin: 0 auto;
}

.a-cont .video video {
	height: 100%;
	width: 100%;
}


/*历史沿革*/

.history-line {
	margin-top: 25px;
	margin-bottom: 25px;
}

.history-line li {
	font-size: 16px;
	color: #01613b;
	line-height: 35px;
	position: relative;
	padding-left: 30px;
}

.history-line li:before {
	font-family: "iconfont";
	content: "\e7b0";
	position: absolute;
	left: 0;
	top: 0;
	font-size: 30px;
	line-height: 30px;
}

.history-line li:hover {
	color: #01613b;
}

.a-cont .cont h5 {
	display: inline-block;
	background: #01613b;
	border-radius: 5px;
	line-height: 35px; padding: 0 10px;
	font-size: 16px; font-weight:bold;
	color: #FFFFFF;
}

.a-cont .cont .table,.a-cont .cont table {
	border-collapse: collapse;
	width: 100%;
	font-size: 16px;
	color: #01613b;
}

.a-cont .cont .table tr,.a-cont .cont table tr{
	border-collapse: collapse;
	border: #01613b solid 1px;
}

.a-cont .cont .table td,.a-cont .cont table td {
	border-collapse: collapse;
	border: #01613b solid 1px;
	text-align: center;
	padding: 5px;
}

.bottom-menu { margin-top: 25px;}

.bottom-menu .title {
	text-align: center;
	font-size: 24px;
	line-height: 50px;
	margin-bottom: 25px;
}

.bottom-menu ul {
	height: 145px;
	border-radius: 10px;
	overflow: hidden;
	background: #F7F7F7;
}

.bottom-menu ul li {
	background: #F7F7F7;
	transition: all 0.3s;
	text-align: center;
	float: left;
	min-width: 155.55px;
}

.bottom-menu ul li:hover {
	background: #01613b;
}

.bottom-menu ul li a {
	display: block;
	padding: 20px;
	color: #01613b;
	/ transition: all 0.3s;
}

.bottom-menu ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.bottom-menu ul li .ico {
	width: 40px;
	height: 40px;
	font-size: 40px;
	line-height: 40px;
	color: #01613b;
	margin: 20px auto 0 auto;
	transition: all 0.3s;
}

.bottom-menu ul li .ico:before {
	font-family: "iconfont";
	content: "\e66b";
}

.bottom-menu ul li:nth-child(1) .ico:before {
	font-family: "iconfont";
	content: "\e66a";
}

.bottom-menu ul li:nth-child(2) .ico:before {
	font-family: "iconfont";
	content: "\e63a";
}

.bottom-menu ul li:nth-child(3) .ico:before {
	font-family: "iconfont";
	content: "\e67f";
}

.bottom-menu ul li:nth-child(4) .ico:before {
	font-family: "iconfont";
	content: "\e65e";
}

.bottom-menu ul li:nth-child(5) .ico:before {
	font-family: "iconfont";
	content: "\e669";
}

.bottom-menu ul li:nth-child(6) .ico:before {
	font-family: "iconfont";
	content: "\e68d";
}

.bottom-menu ul li:nth-child(7) .ico:before {
	font-family: "iconfont";
	content: "\e659";
}

.bottom-menu ul li:nth-child(8) .ico:before {
	font-family: "iconfont";
	content: "\e663";
}

.bottom-menu ul li:nth-child(9) .ico:before {
	font-family: "iconfont";
	content: "\e65a";
}

.bottom-menu ul li a:hover .ico {
	color: #FFFFFF;
}

.bottom-menu ul li a:hover span {
	color: #FFFFFF;
}

.bottom-menu ul li a {}

.bottom-menu ul li span {
	font-size: 16px;
	display: block;
	line-height: 30px;
	text-align: center;
	transition: all 0.3s;
	margin-top: 10px;
}

.zp {
	position: fixed;
	bottom: 0;
	right: 0px;
	z-index: 999999;
display: none;
}
#img1{
display: none !important;
}


/*--自适应焦点图--*/

.wrapper {
	position: relative;
}

.fullwidthbanner-container {
	width: 100% !important;
	position: relative;
	padding: 0;
	max-height: 550px !important;
	overflow: hidden;
}

.fullwidthbanner-container .fullwidthabnner {
	width: 100% !important;
	max-height: 550px !important;
	position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	.banner,
	.bannercontainer {
		width: 768px;
		height: 309px;
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	.banner,
	.bannercontainer {
		width: 480px;
		height: 193px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
	.banner,
	.bannercontainer {
		width: 320px;
		height: 129px;
	}
}

@media only screen and (max-width: 319px) {
	.banner,
	.bannercontainer {
		width: 240px;
		height: 97px;
	}
}

.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.navbar .bullet:hover,
.tp-bullets.simplebullets.navbar .bullet.selected {
	background: #01613b !important;
}

.tp-leftarrow:hover,
.tp-rightarrow:hover {
	background-color: #01613b !important;
}


/** BULLETS **/

.tp-bullets {
	z-index: 1001;
	position: absolute;
	bottom: 20px;
}

.tp-bullets.simplebullets.round .bullet {
	cursor: pointer;
	position: relative;
	background: #fff;
	width: 30px;
	height: 5px;
	float: left;
	border-radius: 7px;
	margin: 10px 5px;
	/*-焦点图切换那妞颜色-*/
	-webkit-transition: background 0.1s linear;
	-moz-transition: color, background 0.1s linear;
	-o-transition: color, background 0.1s linear;
	transition: color, background 0.1s linear;
}

.tp-leftarrow.large {
	z-index: 100;
	cursor: pointer;
	position: relative;
	background: #393939 url(../images/slider-left-arrow.png) no-Repeat;
	width: 42px;
	height: 43px;
	margin-left: 0px;
	margin-top: -21px;
	-webkit-transition: background 0.1s linear;
	-moz-transition: color, background 0.1s linear;
	-o-transition: color, background 0.1s linear;
	transition: color, background 0.1s linear;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
	/*增加阴影*/
	/*
	**打开注释，按钮变成圆形的
	border-radius: 20px;  所有角都使用半径为5px的圆角，此属性为CSS3标准属性 
	-moz-border-radius: 20px;  Mozilla浏览器的私有属性 
	-webkit-border-radius: 20px;  Webkit浏览器的私有属性 
	border-radius: 20px 20px 20px 20px; 四个半径值分别是左上角、右上角、右下角和左下角 
	*/
}

.tp-rightarrow.large {
	z-index: 100;
	cursor: pointer;
	position: relative;
	background: #393939 url(../images/slider-right-arrow.png) no-Repeat 0 0;
	width: 42px;
	height: 43px;
	margin-left: 0;
	margin-top: -21px;
	-webkit-transition: background 0.1s linear;
	-moz-transition: color, background 0.1s linear;
	-o-transition: color, background 0.1s linear;
	transition: color, background 0.1s linear;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
	/*增加阴影*/
	/*
	**打开注释，按钮变成圆形的
	border-radius: 20px;  所有角都使用半径为5px的圆角，此属性为CSS3标准属性 
	-moz-border-radius: 20px;  Mozilla浏览器的私有属性 
	-webkit-border-radius: 20px;  Webkit浏览器的私有属性 
	border-radius: 20px 20px 20px 20px; 四个半径值分别是左上角、右上角、右下角和左下角 
	*/
}

.tp-bullets.tp-thumbs {
	z-index: 100;
	position: absolute;
	padding: 3px;
	background-color: #fff;
	width: 500px;
	height: 50px;
	margin-top: -50px;
}

.fullwidthbanner-container .tp-thumbs {
	padding: 3px;
}

.tp-bullets.tp-thumbs .tp-mask {
	width: 500px;
	height: 50px;
	overflow: hidden;
	position: relative;
}

.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer {
	width: 5000px;
	position: absolute;
}

.tp-bullets.tp-thumbs .bullet {
	width: 100px;
	height: 50px;
	cursor: pointer;
	overflow: hidden;
	background: none;
	margin: 0;
	float: left;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	/*filter: alpha(opacity=50);	*/
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
}

.tp-bullets.tp-thumbs .bullet:hover,
.tp-bullets.tp-thumbs .bullet.selected {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.tp-thumbs img {
	width: 100%;
}

.tp-bannertimer {
	width: 100%;
	height: 10px;
	position: absolute;
	z-index: 200;
	z-index: 5000;
}

.tp-bannertimer.tp-bottom {
	bottom: 0px !important;
	height: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	.responsive .tp-bullets.tp-thumbs {
		width: 300px !important;
		height: 30px !important;
	}
	.responsive .tp-bullets.tp-thumbs .tp-mask {
		width: 300px !important;
		height: 30px !important;
	}
	.responsive .tp-bullets.tp-thumbs .bullet {
		width: 60px !important;
		height: 30px !important;
	}
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
	.responsive .tp-bullets {
		display: none;
	}
	.responsive .tparrows {
		display: none;
	}
}

.tp-simpleresponsive img {
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
}

.tp-simpleresponsive a {
	text-decoration: none;
}

.tp-simpleresponsive ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.tp-simpleresponsive>ul>li {
	list-stye: none;
	position: absolute;
	visibility: hidden;
}

.caption.slidelink a div,
.tp-caption.slidelink a div {
	width: 10000px;
	height: 10000px;
}

.tp-loader {
	background: url(../images/loader.gif) no-repeat 10px 10px;
	background-color: #fff;
	margin: -22px -22px;
	top: 50%;
	left: 50%;
	z-index: 10000;
	position: absolute;
	width: 44px;
	height: 44px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}


/*--自适应 slide end--*/


/*404页*/

.e404 {
	background: url(../images/404.jpg) no-repeat center top;
	width: 350px;
	padding-top: 250px;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	margin-top: -200px;
	left: 50%;
	margin-left: -175px;
	text-align: center;
	line-height: 30px;
}

.e404 ul {}

.e404 ul li {
	line-height: 30px;
	font-size: 14px;
	color: #01613b;
}

.e404 ul li a {
	color: #01613b;
}

/* 搜索相关 */


.search-cate {}

.search-cate ul {
	padding: 15px 0;
}

.search-cate ul li {
	font-size: 14px;
	display: inline-block;
	border: #DDDDDD solid 1px;
	padding: 0 10px;
	line-height: 25px;
	color: #666666;
	margin-bottom: 10px;
}

.search-cate ul li a {
	color: #666666;
}

.search-cate ul li.curr {
	color: #FFFFFF;
	background: #01613b;
	border-color: #01613b;
}

.search-cate ul li.curr a {
	color: #ffffff;
	display: block;
}

.search-no {
	text-align: center;
	margin-top: 15px;
	font-size: 16px;
	color: #666666;
	line-height: 50px;
}

.piao{
	width: 400px;
	height: 300px;
}

.gotop {
  position: fixed;
  right: 10px;
  bottom: 30px;
  width: 45px;
  height: 55px;
  background: rgba(1, 143, 131,0.8) url(/assets/images/top.svg) center center no-repeat;
  opacity: 0;
  pointer-events: none;
  z-index: 200;
}
.gotop.show {
  opacity: 1;
  pointer-events: auto;
  cursor: pointer;
}
.cont p,.cont span,.cont p span{word-wrap: break-word !important;overflow-wrap: break-word !important;white-space: normal !important;}