@charset "utf-8";

/* CSS Document */

.slider-focus {
	position: relative;
	max-width: 640px;
	overflow: hidden;
	/*max-height:320px;*/
	margin: 0 auto;
}

.slider-focus .hd {
	position: absolute;
	width: 100%;
	height: 28px;
	left: 0;
	bottom: 2%;
	z-index: 1;
	line-height: 28px;
	text-align: center;
}

.slider-focus .hd li {
	display: inline-block;
	vertical-align: middle;
	width: 13px;
	height: 13px;
	margin: 0 3px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	font-size: 0;
	line-height: 0;
	text-indent: -9999em;
	background: #fff;
	cursor: pointer;
}

.slider-focus .hd li.on {
	background: #0d5aaa;
}

.slider-focus .bd {
	position: relative;
	z-index: 0;
}

.slider-focus .bd li {
	position: relative;
	text-align: center;
}

.slider-focus .bd li img {
	background: url(../images/loading.gif) center center no-repeat;
	vertical-align: top;
	width: 100%;
	/* 图片宽度100%，达到自适应效果 */
}

.slider-focus .bd li a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/* 去掉链接触摸高亮 */

.slider-focus .bd li .tit {
	display: block;
	width: 100%;
	position: absolute;
	bottom: 0;
	text-indent: 10px;
	height: 28px;
	line-height: 28px;
	background: url(images/focusBg.png) repeat-x;
	color: #fff;
	text-align: left;
}

#hot-key {
	display: none;
	position: fixed;
	z-index: 9999;
	left: 3%;
	top: 115px;
	width: 93.75%;
	color: #FFF;
	font-size: 2em;
	line-height: 1.5em;
}

#hot-key a {
	color: #FFF;
	margin: 0 5px;
}

.tab-news {
	margin: 30px 0 0 0;
}

.tab-hd-index {
	background: #339ee2;
}

.tab-hd-index ul {
	width: 99.99%;
	margin: 0 auto;
}

.tab-hd-index li {
	float: left;
	width: 33.33%;
	height: 90px;
	text-align: center;
	color: #fff;
	font-size: 2.285em;
	line-height: 90px
}

.tab-hd-index li.on {
	color: #fffc00;
	background: #0d5aaa;
}

.tab-news-con .list-index {
	display: none;
}

.tab-news-con .products_list {
	display: none;
}

.tab-news-con .active {
	display: block;
}

.list-index li {
	overflow: hidden;
	clear: both;
	padding: 0 5.46875% 0 4.6875%;
	border-bottom: 1px solid #d4d4d4;
}

.list-index li:last-child {
	border: none;
}

.products_list li {
	overflow: hidden;
	clear: both;
	padding: 0 5.46875% 0 4.6875%;
	border-bottom: 1px solid #d4d4d4;
}

.products_list li:last-child {
	border: none;
}

.list-index li a {
	float: left;
	width: 70%;
	height: 80px;
	overflow: hidden;
	font-size: 2.142em;
	line-height: 100px;
	/*text-overflow:ellipsis; white-space:nowrap;*/
}

.products_list li a {
	float: left;
	width: 70%;
	height: 160px;
	overflow: hidden;
	font-size: 2.142em;
	line-height: 80px;
	/*text-overflow:ellipsis; white-space:nowrap;*/
}

.products_list li img {
	float: left;
	width: 200px;
	height: 160px;
}

.list-index li .tel {
	float: right;
	width: 9.57%;
	height: 160px;
	text-indent: -9999em;
	background: url(../images/ico-tel.png) center center no-repeat;
}

.products_list li .tel {
	float: right;
	width: 9.57%;
	height: 160px;
	text-indent: -9999em;
	background: url(../images/ico-tel.png) center center no-repeat;
}

.topic_jishu-tel {
	float: right;
	width: 100%;
	height: 100px;
	text-indent: -9999em;
	background: url(../images/ico-tel.png) center center no-repeat;
	background-size: 100%;
}

.tab-news-con .more {
	clear: both;
	display: block;
	height: 75px;
	text-align: center;
	font-size: 1.7em;
	line-height: 75px;
	background: url(../images/line_more.gif) center center no-repeat;
}

.tab-iteam {
	margin: 25px 0 0 0;
}

.tab-iteam-hd {
	position: relative;
	width: 100%;
	height: 90px;
	overflow: hidden;
	background: #2d2d2d;
}

.tab-iteam-hd ul {
	position: absolute;
}

.tab-iteam-hd li {
	float: left;
	height: 90px;
	padding: 0 15px;
	line-height: 90px;
	font-size: 2.2857em;
	color: #636363;
	cursor: pointer;
}

.tab-iteam-hd li.on {
	color: #ffea00;
	text-decoration: underline;
}

.tab-iteam .tab-iteam-con {}

.tab-iteam .active {
	display: block;
}

.tab-iteam .tab-iteam-con ul {
	overflow: hidden
}

.tab-iteam .tab-iteam-con li {
	float: left;
	width: 33.33%;
	display: table;
	height: 160px;
}

.tab-iteam .tab-iteam-con li a,
.tab-iteam .tab-iteam-con li span {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
	height: 224px;
	text-algin: center;
	font-size: 1.714em;
	text-align: center;
	border-right: 1px solid #b9b9b9;
	border-bottom: 1px solid #b9b9b9;
}

.tab-iteam .tab-iteam-con li img {
	max-width: 200px;
	max-height: 120px;
	width: 80%;
	height: 80%;
}

.tab-iteam .tab-iteam-con a.more {
	display: block;
	width: 93.75%;
	height: 82px;
	margin: 20px auto;
	font-size: 2.142em;
	line-height: 82px;
	text-align: center;
	color: #fff;
	background: #339ee2;
	border-radius: 5px;
}

.faq {
	margin: 50px 0 0 0;
	padding: 0 0 50px 0;
}

.index-hd {
	height: 68px;
	line-height: 68px;
	padding: 18px 20px 0 70px;
	border-bottom: 3px solid #339ee2;
	background: url(../images/ico-tt.png) 20px 38px no-repeat;
}

.index-hd .more {
	float: right;
	font-size: 24px;
}

.index-hd h3 {
	display: inline;
	font-size: 32px;
	font-weight: normal;
}

.index-hd strong {
	color: #cbcbcb;
	font-size: 24px;
	font-weight: normal;
	text-transform: uppercase;
}

.tab-chaxun {}

.tab-chaxun-con .con {
	display: none;
}

.tab-chaxun-con .active {
	display: block;
}

.list-pic-index ul {
	overflow: hidden;
	padding: 20px 0;
}

.list-pic-index li {
	float: left;
	width: 25%;
	margin: 2% 0;
}

.list-pic-index li a {
	display: block;
	width: 80%;
	height: 108px;
	padding: 10px;
	margin: 0 auto;
	overflow: hidden;
	font-size: 1.7em;
	line-height: 39px;
	vertical-align: middle;
	color: #414040;
	text-align: center;
	border: 1px solid #bbbbbb;
	border-radius: 10px;
}

.tab-chaxun .list-pic-index li {
	width: 21%;
	margin: 4% 2% 0;
}

.tab-chaxun .list-pic-index li a {
	display: table;
	transition: all 0.3s ease-in-out;
}

.tab-chaxun .list-pic-index li a b {
	display: table-cell;
	font-weight: normal;
	vertical-align: middle
}

.tab-chaxun .list-pic-index li:nth-last-of-type(1) a {
	color: #339ee2;
}

.tab-chaxun .list-pic-index li a:focus,
.tab-chaxun .list-pic-index li a:active {
	background: #339EE2;
	color: #fff;
	box-shadow: 0 0 5px rgba(51, 158, 226, 0.5);
	border: 1px solid #339EE2;
	transition: all 0.3s ease-in-out;
}

.team {
	margin-top: 30px;
	padding: 0 0 30px 0;
}

.team .list-pic-index li {}

.team .list-pic-index li a {
	display: block;
	height: auto;
	width: 134px;
	height: 134px;
	min-width: 134px;
	max-widt: 134px;
	position: relative;
	padding: 0;
	background: #fff;
	border: 1px solid #e8e8e8;
}

.team .list-pic-index li img {
	display: block;
	width: 134px;
	height: 134px;
}

.team .list-pic-index li span {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 20;
	width: 100%;
	height: 36px;
	overflow: hidden;
	font-size: 24px;
	line-height: 33px;
	color: #fff;
	background: rgba(0, 0, 0, 0.5);
}

.team .list-pic-index li strong {
	display: block;
	height: 30px;
	overflow: hidden;
	margin: 5px;
	font-size: 24px;
	line-height: 30px;
	font-weight: normal;
	text-align: center;
}

.tab-honner-con .con {
	display: none;
}

.tab-honner-con .active {
	display: block;
}

.honner-focus {
	position: relative;
}

.honner-focus .prev,
.honner-focus .next {
	position: absolute;
	z-index: 20;
	width: 35px;
	height: 39px;
	overflow: hidden;
	top: 50%;
	margin: -20px 0 0 0;
	text-indent: -9999em;
	cursor: pointer;
}

.honner-focus .prev {
	left: 4.68%;
	background: url(../images/prev.png) no-repeat;
}

.honner-focus .next {
	right: 4.68%;
	background: url(../images/next.png) no-repeat;
}

.honner-focus .bd {
	max-width: 456px;
	width: 71%;
	margin: 20px auto;
}

.honner-focus li {
	text-align: center;
	font-size: 1.714em;
	line-height: 1.714em;
}

.honner-focus li a img {
	display: block;
	width: 434px;
	padding: 10px;
	border: 1px solid #f8f8f8;
	border-radius: 10px;
}

.about {
	overflow: hidden;
}

.about li a {
	height: 75px;
	line-height: 75px;
	background: #fff;
	transition: all 0.3s ease-in-out;
}

.about li a:focus,
.about li a:active {
	background: #339EE2;
	color: #fff;
	box-shadow: 0 0 5px rgba(51, 158, 226, 0.5);
	border: 1px solid #339EE2;
	transition: all 0.3s ease-in-out;
}

.tags-hd-index {
	background: #339ee2;
}

.tags-hd-index ul {
	width: 99.99%;
	margin: 0 auto;
}

.tags-hd-index li {
	float: left;
	width: 33.33%;
	height: 90px;
	text-align: center;
	color: #fff;
	line-height: 90px;
	font-size: 2.2857em;
}

.tags-hd-index li.on {
	color: #fffc00;
	background: #0d5aaa;
}

.tags-hd-index li.on a {
	color: #fff;
}

.newslist a .newslist {
	float: left;
	width: 90.43%;
	height: 50px;
	overflow: hidden;
	font-size: 1.071em;
	line-height: 50px;
}

.contacttop {
	margin: 0px auto;
	padding: 0px;
	width: 94%;
	background: #eee;
}

.contacttop ul li {
	margin: 0px auto;
	padding: 0px;
	width: 90%;
	background: #eee;
}

.contacttop h1 {
	font-size: 1em;
}

.contacttop div {
	width: 100%;
	text-align: center;
}

.contacttop div img {
	width: 96%;
	padding: 2px;
	border: solid 1px #ddd;
	margin: 2px;
}

@media screen and (max-width: 639px) {
	.search {
		margin: 15px auto 0;
		border-radius: 15px;
	}
	.search .keywords {
		height: 35px;
		font: 1em/35px Microsoft Yahei;
	}
	.search .go {
		height: 35px;
		background-size: 19px 19.5px;
	}
	.search-warmp {
		font-size: 1em;
	}
	#hot-key {
		top: 60px;
		font-size: 1em;
	}
	#hot-key a {
		color: #FFF;
		margin: 0 5px;
	}
	.tab-news {
		margin: 15px 0 0 0;
	}
	.tab-hd-index li {
		height: 45px;
		font-size: 1.425em;
		line-height: 45px
	}
	.tab-hd-index li a {
		height: 45px;
		font-size: 1.425em;
		line-height: 45px
	}
	.list-index li a {
		float: left;
		width: 90.43%;
		height: 50px;
		overflow: hidden;
		font-size: 1.071em;
		line-height: 50px;
	}
	.products_list li img {
		float: left;
		width: 100px;
		height: 78px;
		overflow: hidden;
		font-size: 1.071em;
		line-height: 80px;
		border: solid 1px #ddd;
		margin: 1px;
		padding: 1px;
		border-radius: 2px;
	}
	.products_list li a {
		float: left;
		width: 100%;
		height: 84px;
		overflow: hidden;
		font-size: 1.071em;
		line-height: 40px;
	}
	.list-index li .tel {
		height: 50px;
		background-size: 19.5px 21.5px;
	}
	.products_list li .tel {
		float: right;
		height: 80px;
		width: 30px;
		background-size: 19.5px 21.5px;
		border: solid 1px;
	}
	.tab-news-con .more {
		height: 37.5px;
		font-size: 0.85em;
		line-height: 37.5px;
		background-size: 280px 1px;
	}
	.tab-iteam {
		margin: 12px 0 0 0;
	}
	.tab-iteam-hd {
		position: relative;
		width: 100%;
		height: 45px;
		overflow: hidden;
		background: #2d2d2d;
	}
	.tab-iteam-hd ul {
		position: absolute;
	}
	.tab-iteam-hd li {
		float: left;
		height: 45px;
		padding: 0 10px;
		line-height: 45px;
		font-size: 1.14285em;
		color: #636363;
		cursor: pointer;
	}
	.tab-iteam .tab-iteam-con li a,
	.tab-iteam .tab-iteam-con li span {
		height: 112px;
		font-size: 0.857em;
	}
	.tab-iteam .tab-iteam-con a.more {
		height: 41px;
		margin: 10px auto;
		font-size: 1.071em;
		line-height: 41px;
		border-radius: 5px;
	}
	.faq {
		margin: 25px 0 0 0;
		padding: 0 0 25px 0;
	}
	.index-hd {
		height: 34px;
		line-height: 34px;
		padding: 9px 10px 0 35px;
		border-bottom: 1px solid #339ee2;
		background: url(../images/ico-tt.png) 10px 19px no-repeat;
		background-size: 15px 15px;
	}
	.index-hd .more {
		float: right;
		font-size: 12px;
	}
	.index-hd h3 {
		display: inline;
		font-size: 20px;
		font-weight: normal;
	}
	.index-hd strong {
		color: #cbcbcb;
		font-size: 12px;
		font-weight: normal;
		text-transform: uppercase;
	}
	.list-pic-index ul {
		padding: 10px 0;
	}
	.list-pic-index li a {
		width: 70%;
		height: 54px;
		padding: 5px;
		overflow: hidden;
		font-size: 0.85em;
		line-height: 19.5px;
		border-radius: 5px;
	}
	.tab-chaxun .list-pic-index li a {
		width: 54px;
		vertical-align: middle;
	}
	.team {
		margin-top: 15px;
		padding: 0 0 15px 0;
	}
	.team .list-pic-index li a {
		width: 67px;
		height: 67px;
		min-width: 67px;
	}
	.team .list-pic-index li img {
		width: 67px;
		height: 67px;
		min-width: 67px;
	}
	.team .list-pic-index li span {
		height: 18px;
		overflow: hidden;
		font-size: 12px;
		line-height: 18px;
	}
	.team .list-pic-index li strong {
		height: 15px;
		margin: 2px;
		font-size: 12px;
		line-height: 15px;
	}
	.honner-focus .prev,
	.honner-focus .next {
		position: absolute;
		z-index: 20;
		width: 18px;
		height: 20px;
		top: 50%;
		margin: -10px 0 0 0;
		text-indent: -9999em;
		cursor: pointer;
	}
	.honner-focus .prev {
		left: 2.34%;
		background: url(../images/prev.png) no-repeat;
		background-size: 50% 50%;
	}
	.honner-focus .next {
		right: 2.34%;
		background: url(../images/next.png) no-repeat;
		background-size: 50% 50%;
	}
	.honner-focus .bd {
		max-width: 400px;
		width: 71%;
		margin: 10px auto;
	}
	.honner-focus li {
		text-align: center;
		font-size: 1em;
		line-height: 1em;
	}
	.honner-focus li a img {
		display: block;
		width: 217px;
		padding: 5px;
		border: 1px solid #f8f8f8;
		border-radius: 5px;
	}
	.about li a {
		height: 37px;
		line-height: 37px;
	}
	.tags-hd-index li {
		height: 45px;
		font-size: 1.425em;
		line-height: 45px
	}
	.tags-hd-index li a {
		height: 45px;
		line-height: 45px
	}
}


/**============科室首页============**/

.tab-ks-iteam2 {
	margin-top: 30px;
}

.tab-ks-iteam2 .tt {
	height: 90px;
	font-size: 2.2857em;
	line-height: 90px;
	font-weight: normal;
	color: #fff;
	padding: 0 0 0 60px;
	background: #22292c url(../images/ks-tab-tt.gif) no-repeat 20px center;
}

.case .honner-focus .bd {
	max-width: 466px;
	width: 466px;
	margin: 20px auto;
}

.case .honner-focus li {
	text-align: center;
	font-size: 1.714em;
	line-height: 1.714em;
}

.case .honner-focus li a img {
	display: block;
	width: 444px;
	height: 217px;
	padding: 10px;
	border: 1px solid #f8f8f8;
	border-radius: 10px;
}

.team-ks .honner-focus .bd {
	max-width: 486px;
	width: 486px;
	margin: 20px auto;
}

.team-ks .honner-focus li {
	text-align: left;
	font-size: 1.714em;
	line-height: 1.714em;
}

.team-ks .honner-focus li a.pic {
	float: left;
	overflow: hidden;
	padding: 10px;
	border: 1px solid #f8f8f8;
	border-radius: 10px;
}

.team-ks .honner-focus li a.pic span {
	display: block;
	width: 192px;
	height: 245px;
	overflow: hidden;
	border-radius: 4px;
}

.team-ks .honner-focus li a img {
	display: block;
	width: 192px;
	height: 245px;
	border: none;
	padding: 0;
}

.team-ks .honner-focus li .des {
	float: right;
	width: 250px;
}

.team-ks .honner-focus li .des a {
	color: #ff0000;
}

@media screen and (max-width: 639px) {
	.tab-ks-iteam2 {
		margin-top: 15px;
	}
	.tab-ks-iteam2 .tt {
		height: 45px;
		font-size: 1.14285em;
		line-height: 45px;
		padding: 0 0 0 30px;
		background-position: 10px center;
		background-size: 8px 15px;
	}
	.case .honner-focus .bd {
		max-width: 233px;
		width: 233px;
		margin: 10px auto;
	}
	.case .honner-focus li {
		text-align: center;
		font-size: 1em;
		line-height: 1.6em;
	}
	.case .honner-focus li a img {
		display: block;
		width: 222px;
		height: 108px;
		padding: 5px;
		border: 1px solid #f8f8f8;
		border-radius: 5px;
	}
	.team-ks .honner-focus .bd {
		max-width: 243px;
		width: 243px;
		margin: 10px auto;
	}
	.team-ks .honner-focus li {
		text-align: left;
		font-size: 1em;
		line-height: 1.6em;
	}
	.team-ks .honner-focus li a.pic {
		float: left;
		overflow: hidden;
		padding: 5px;
		border: 1px solid #f8f8f8;
		border-radius: 5px;
	}
	.team-ks .honner-focus li a.pic span {
		display: block;
		width: 96px;
		height: 122px;
		overflow: hidden;
		border-radius: 2px;
	}
	.team-ks .honner-focus li a img {
		display: block;
		width: 96px;
		height: 122px;
		border: none;
		padding: 0;
	}
	.team-ks .honner-focus li .des {
		float: right;
		width: 125px;
	}
}


/**=========================技术专题===================**/

.menu-topic {
	max-width: 640px;
	margin: 0 auto;
}

.menu-topic li {
	float: left;
	width: 33.33%;
}

.menu-topic a {
	display: block;
	padding: 30px 0;
	border: 1px solid #b9b9b9;
	font-size: 1.714em;
	text-align: center;
	border-top: none;
	border-left: none;
}

.menu-topic li:nth-of-type(1) a {
	border-left: 1px solid #b9b9b9;
}

.menu-topic li:nth-of-type(4n) a {
	border-left: 1px solid #b9b9b9;
}

.menu-topic img {
	display: block;
	width: 37.3%;
	max-width: 80px;
	margin: 0 auto 6px;
}

.topic-hd {
	height: 112px;
	padding: 10px 0 0 20px;
	line-height: 112px;
	font-size: 2.286em;
	font-weight: normal;
	border-bottom: 1px solid #d4d4d4;
}

.topic-con {
	padding: 20px;
	font-size: 2em;
	line-height: 1.7em;
}

.jiushu-zhilao .list-pic-index li a {
	height: auto;
	padding: 10px;
	max-width: 140px;
	background: #FFF;
}

.jiushu-youshi {
	padding-bottom: 50px;
}

.jiushu-youshi table {
	width: 90%;
	margin: 0 auto;
}

.jiushu-youshi table td,
.jiushu-youshi table th {
	padding: 20px 10px;
	font-weight: normal;
	font-size: 1.714em;
	border: 1px solid #d4d4d4;
}

.jiushu-zhuyi .topic-con {
	padding: 0;
}

.jiushu-zhuyi .hd {
	font-weight: normal;
	font-size: 1em;
}

.jiushu-zhuyi .line {
	padding: 20px;
	border-bottom: 1px solid #d4d4d4;
}

.topic-zhuanjia-con {
	padding: 0 10px;
}

.topic-zhuanjia-con li {
	padding: 32px 0;
	overflow: hidden;
	border-bottom: 1px solid #d4d4d4;
}

.topic-zhuanjia-con li:nth-last-of-type(1) {
	border: none;
}

.topic-zhuanjia .pic {
	float: left;
	display: block;
	margin: 0 20px 0 0;
	width: 212px;
	height: 265px;
	overflow: hidden;
	border: 1px solid #eae9e9;
	border-radius: 10px;
	background: #fff;
}

.topic-zhuanjia .pic span {
	display: block;
	width: 192px;
	height: 245px;
	margin: 10px;
	overflow: hidden;
	border-radius: 4px;
}

.topic-zhuanjia .pic img {
	width: 100%;
	height: 100%;
}

.topic-zhuanjia .des {
	font-size: 1.857em;
	line-height: 2em;
	height: 10em;
	overflow: hidden;
}

.topic-zhuanjia .des a {
	color: #339ee2;
}

@media screen and (max-width: 639px) {
	.menu-topic a {
		padding: 15px 0;
		font-size: 0.86em;
	}
	.menu-topic img {
		margin: 0 auto 3px;
	}
	.topic-hd {
		height: 56px;
		padding: 5px 0 0 10px;
		line-height: 56px;
		font-size: 1.143em;
	}
	.topic-con {
		padding: 10px;
		font-size: 1.2em;
	}
	.jiushu-zhilao .list-pic-index li a {
		height: auto;
		padding: 5px;
	}
	.jiushu-youshi {
		padding-bottom: 25px;
	}
	.jiushu-youshi table td,
	.jiushu-youshi table th {
		padding: 10px 5px;
		font-size: 0.86em;
	}
	.jiushu-zhuyi .line {
		padding: 10px;
	}
	.topic-zhuanjia-con {
		padding: 0 5px;
	}
	.topic-zhuanjia-con li {
		padding: 20px 0;
	}
	.topic-zhuanjia .pic {
		;
		margin: 0 10px 0 0;
		width: 106px;
		height: 133px;
		border-radius: 5px;
	}
	.topic-zhuanjia .pic span {
		display: block;
		width: 96px;
		height: 123px;
		margin: 5px;
		border-radius: 2px;
	}
	.topic-zhuanjia .des {
		font-size: 0.9285em;
	}
}


/**===================活动专题==================**/

.menu-huodong li {
	width: 25%;
}

.menu-huodong li:nth-of-type(4n) a {
	border-left: none;
}

.menu-huodong img {
	width: 50%;
	max-width: 80px;
}

.orange {
	color: #ff2a00;
}

.topic-choujiang-con {
	width: 81%;
	margin: 0 auto;
}

.topic-choujiang-over {
	height: 97px;
	margin: 0 auto;
	background: #bcbcbc;
	border-radius: 10px;
	overflow: hidden;
}

.topic-choujiang-con strong.orange {
	font-weight: normal;
}

.topic-ljsm-con li,
.topic-zjmd-con li {
	padding: 0.5em 0;
	border-bottom: 1px solid #d4d4d4;
}

.topic-ljsm-con li:nth-last-of-type(1),
.topic-zjmd-con li:nth-last-of-type(1) {
	border: none;
}

.topic-jcjj-con {
	position: relative;
	width: 100%;
	height: 180px;
	overflow: hidden;
	padding: 30px 0;
}

.topic-jcjj-con .bd {
	position: absolute;
	z-index: 1;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	height: 180px;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0)-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-o-text-size-adjust: none;
	text-size-adjust: none;
}

.topic-jcjj-con ul {
	width: 100%;
}

.topic-jcjj-con li {
	float: left;
	padding: 0 10px;
	cursor: move;
}

.topic-jcjj-con li a {
	display: block;
	width: 180px;
	height: 180px;
	overflow: hidden;
	border-radius: 6px;
	cursor: pointer;
}

.topic-jcjj-con li img {
	display: block;
	width: 100%;
}

.jiabin-con {
	position: relative;
	width: 80%;
	margin: 0 auto;
	padding: 28px 0;
	min-width: 260px;
	font-size: 1.714em;
	line-height: 1.5em;
}

.jiabin-con .li {
	width: 95%;
	max-width: 239px;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
}

.jiabin-con .li a {
	display: block;
	max-width: 237px;
	overflow: hidden;
	background: #fff;
	border: 1px solid #e3e3e3;
	border-radius: 10px;
}

.jiabin-con .li a span {
	display: block;
	overflow: hidden;
	margin: 10px;
}

.jiabin-con .li a img {
	display: block;
	width: 100%;
	margin: 0 auto;
	border-radius: 6px;
}

.jiabin-con .owl-pagination {
	display: none;
}

.jiabin-con .owl-controls .owl-buttons .owl-prev {
	position: absolute;
	top: 50%;
	left: -8%;
	width: 34px;
	height: 39px;
	margin: -34px 0 0 0;
	padding: 0;
	opacity: 1;
	border-radius: 0;
	text-indent: -9999em;
	background: url(../images/prev.png) no-repeat;
}

.jiabin-con .owl-controls .owl-buttons .owl-next {
	position: absolute;
	top: 50%;
	right: -8%;
	width: 34px;
	height: 39px;
	margin: -34px 0 0 0;
	padding: 0;
	opacity: 1;
	border-radius: 0;
	text-indent: -9999em;
	background: url(../images/next.png) no-repeat;
}

@media screen and (max-width: 639px) {
	.topic-jcjj-con {
		position: relative;
		height: 90px;
		padding: 15px 0;
	}
	.topic-jcjj-con .bd {
		height: 90px;
	}
	.topic-jcjj-con li {
		padding: 0 5px;
	}
	.topic-jcjj-con li a {
		width: 90px;
		height: 90px;
		border-radius: 3px;
	}
	.jiabin-con {
		padding: 15px 0;
		font-size: 1em;
	}
	.jiabin-con .li a {
		background: #fff;
		border-radius: 5px;
	}
	.jiabin-con .li a span {
		margin: 5px;
	}
	.jiabin-con .li img {
		border-radius: 3px;
	}
	.jiabin-con .owl-controls .owl-buttons .owl-prev {
		position: absolute;
		top: 50%;
		left: -8%;
		width: 17px;
		height: 20px;
		margin: -17px 0 0 0;
		background-size: 17px 20px;
	}
	.jiabin-con .owl-controls .owl-buttons .owl-next {
		position: absolute;
		top: 50%;
		right: -8%;
		width: 17px;
		height: 20px;
		margin: -17px 0 0 0;
		background-size: 17px 20px;
	}
}


/**===============列表页==================**/

.path {
	font-size: 1.714em;
	height: 2.5em;
	line-height: 2.5em;
	margin: 0 20px;
}

.tag {
	background: #339ee2;
	border-radius: 5%;
	color: #fff;
}

.list-hd {
	padding: 1em 1.4286em;
	border-bottom: 1px solid #d4d4d4;
}

.list-hd h1 {
	font-size: 2.286em;
	font-weight: normal;
	line-height: 2em;
}

.list-hd .tag {
	float: right;
	height: 2.667em;
	padding: 0 1em;
	line-height: 2.66em;
	font-size: 1.714em;
	color: #fff;
}

.list-info .more {
	clear: both;
	display: block;
	height: 3.125em;
	text-align: center;
	font-size: 0.857em;
	line-height: 3.125em;
	background: url(../images/line_more.gif) center center no-repeat;
}

.list-article {
	margin: 0 auto;
	padding: 1em 0;
	overflow: hidden;
}

.list-article article {
	padding: 7% 3.5%;
	overflow: hidden;
}

.list-article article:nth-of-type(even) {
	background: #f5f5f5;
}

.list-article article .pic {
	float: left;
	width: 29.22%;
	max-width: 187px;
	max-height: 125px;
	min-width: 94px;
	min-height: 63px;
	padding: 1.56%;
	margin: 0 6.25% 0 0;
	background: #f5f5f5;
	border-radius: 5.3%;
}

.list-article article:nth-of-type(even) .pic {
	background: #fff;
}

.list-article article .pic span {
	display: block;
	overflow: hidden;
	border-radius: 5%;
}

.list-article article .pic span img {
	display: block;
	width: 100%;
	max-width: 187px;
	max-height: 125px;
	min-width: 94px;
	min-height: 63px;
}

.list-article article h2 {
	font-size: 1.2em;
	font-weight: normal;
}

.list-article article span {
	color: #9c9c9c;
	font-size: 0.857em;
}

.list-article article .des {
	clear: both;
	padding: 0.5em 0;
	border-bottom: 1px solid #d4d4d4;
}

.list-article article .tags {
	padding: 0.5em 0 0 0;
	font-size: 0.857em;
	line-height: 2em;
	color: #9c9c9c;
}

.list-article article .tags a {
	display: inline-block;
	height: 2em;
	margin: 0 0.2em;
	padding: 0 1em;
	line-height: 2em;
	font-size: 0.857em;
	color: #fff;
	border-radius: 1em;
	background: #339ee2;
}

.list-article .more {
	display: block;
	width: 58%;
	max-width: 374px;
	min-width: 187px;
	height: 3em;
	line-height: 3em;
	margin: 0 auto;
	text-align: center;
	border: 1px solid #bbbbbb;
	border-radius: 0.18em;
}

.page {
	padding: 1em 0 1.5em;
	font-size: 1.714em;
	line-height: 1.714em;
	text-align: center;
}

.page li {
	display: inline-block;
	border: 1px solid #bbbbbb;
	border-radius: 0.18em;
	margin-right: 0.3em;
}

.page li.current {
	background-color: #339ee2;
}

.page li a {
	display: block;
	padding: 0.38em 1em;
}

@media screen and (max-width: 639px) {
	.path {
		font-size: 1em;
		margin: 0 10px;
	}
	.list-hd h1 {
		font-size: 1.143em;
	}
	.list-hd .tag {
		font-size: 0.857em;
	}
	.list-info .more {
		background-size: 280px 1px;
	}
	.page {
		font-size: 0.857em;
	}
}


/**===============文章页===============**/

.article {
	padding: 0;
}

.article .hd {
	font-size: 1.3em;
	font-weight: normal;
	text-align: center;
}

.article .meta {
	padding: 0 0.833em;
	font-size: 0.857em;
	color: #9c9c9c;
	text-align: center;
}

.article .intro {
	padding: 0.5em 1em;
	margin: 0 0.833em;
	border-radius: 0.21em;
}

.article .article-con {
	margin: 0.8em 0.833em 0 0.833em;
}

.article .article-con img {
	width: 95%;
	height: auto;
	max-width: 600px;
}

.article .article-con p {
	text-indent: 2em;
	line-height: 180%;
	margin-bottom: 1em;
}

.zjimg {
	text-align: center
}

.article .author {
	text-align: right;
}

.article .article-con a u {
	color: #2d64b3;
}

.article .tags {
	padding: 0.4em 0.833em;
	color: #9c9c9c;
	border-top: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
}

.article .tags a {
	display: inline-block;
	height: 2em;
	margin: 0 0.2em;
	padding: 0 1em;
	line-height: 2em;
	font-size: 0.857em;
	color: #fff;
	border-radius: 1em;
	background: #339ee2;
}

.pagebreak {}

.pagebreak a {
	display: block;
	height: 3em;
	overflow: hidden;
	margin: 1.42em 0.833em 0;
	padding: 0 1em;
	line-height: 3em;
	background: #f5f5f5;
	border-radius: 0.2em;
}

.related {
	margin: 2.85em 0 0 0;
}

.related .tab-hd-index {}

.related .tab-hd-index li {
	float: left;
	width: 50%;
	max-width: 320px;
	height: 2.81em;
	font-size: 2.2857em;
	line-height: 2.81em;
	text-align: center;
	color: #fff;
	cursor: pointer;
}

.related .tab-hd-index li.on {
	color: #fffc00;
	background: #0d5aaa;
}

.related .con {
	display: none;
}

.related .active {
	display: block;
}

@media screen and (max-width: 639px) {
	.related .tab-hd-index li {
		font-size: 1.14285em;
	}
	.article .article-con img {
		width: 95%;
		height: auto;
		max-width: 300px;
	}
}


/**============病种页=============**/

.other-iteam {
	margin-top: 2.14em;
}

.other-iteam .con a {
	display: inline-block;
	height: 2em;
	margin: 0 0.2em;
	padding: 0 1em;
	line-height: 2em;
	font-size: 0.857em;
	color: #FFF;
	border-radius: 1em;
	background: #339ee2;
}

.bz-faq {
	margin-top: 0;
}

.bz-team {
	padding: 0 0 0.5em 0;
}

.bz-anli {
	padding-bottom: 1em;
}

.bz-iteam .tab-iteam-hd ul {
	width: 1000px;
}

.bz-iteam .con ul li.first {
	height: auto;
	padding: 30px 5.46875%
}

.bz-iteam .con ul li.first a {
	float: left;
	width: 32.8%;
	height: auto;
	max-width: 187px;
	max-height: 195px;
	padding: 0.3em;
	margin: 0 0.8em 0 0;
	background: #fff;
	border-radius: 0.3em;
}

.bz-iteam .con ul li.first a span {
	height: 100%;
	display: block;
	border-radius: 0.15em;
	overflow: hidden;
}

.bz-iteam .con ul li.first a img {
	display: block;
	width: 100%;
}

.bz-iteam .con ul li.first p {
	font-size: 28px;
	line-height: 50px;
	height: 200px;
	overflow: hidden;
}

@media screen and (max-width: 639px) {
	.bz-iteam .con ul li.first {
		height: auto;
		padding: 15px 5.46875%
	}
	.bz-iteam .con ul li.first p {
		font-size: 15px;
		line-height: 25px;
		height: 100px;
	}
}


/**====================关注我们==================**/

.gzwm {
	background: #ECE9E9;
	margin-bottom: 2em;
}

.gzwm-hd li {
	float: left;
	width: 25%;
	padding: 0.8em 0;
	font-size: 2em;
	text-align: center;
	color: #fff;
	background: #339EE2;
}

.gzwm-hd li.on {
	background: #0d5aaa;
}

.gzwm-list {
	font-size: 1.6em;
	line-height: 1.2em;
}

.gzwm-list ul {
	padding: 1.4em 0 0 0;
}

.gzwm-list li {
	float: left;
	width: 33.3333%;
	height: 140px;
	overflow: hidden;
	text-align: center;
}

.gzwm-weixin li {
	height: 160px;
}

@media screen and (max-width: 639px) {
	.gzwm {
		margin-bottom: 1em;
	}
	.gzwm-hd li {
		font-size: 1em;
	}
	.gzwm-list {
		font-size: 1em;
		line-height: 1.4em;
	}
	.gzwm-list li {
		height: 130px;
	}
	.gzwm-weixin li {
		height: 140px;
	}
}


/**====================专家详细页========================**/

.docimg {
	background: #f5f5f5;
	border-radius: 5.3%;
	-webkit-border-radius: 5.3%;
	-moz-border-radius: 5.3%;
	padding: 1%;
	margin: 0 auto;
	width: 50%;
	height: auto;
	margin-bottom: 20px;
}

.docimg img {
	width: 100%;
}


/**====================挂号========================**/

.gh-artbody {
	max-width: 640px;
	margin: 0 auto;
	padding-bottom: 20px;
}

.ksyy {
	margin: 0;
	padding: 20px 0;
}

.gh-artbody dl,
.xuzhi {
	width: 90%;
	margin: 0 auto;
}

.gh-artbody dt {
	height: 44px;
	line-height: 44px;
}

.gh-artbody dd {
	height: 44px;
	margin: 10px 0 0 0;
	line-height: 44px;
}

.gh-artbody dd input[type='text'],
.gh-artbody dd input[type='tel'] {
	width: 100%;
	height: 42px;
	padding: 0;
	font: 15px/32px Microsoft Yahei;
	text-indent: 10px;
	line-height: 42px;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 5px rgba(208, 208, 208, 0.5);
	box-shadow: inset 0 0 5px rgba(208, 208, 208, 0.5);
	outline: none;
	background: #fff;
}

.gh-artbody dd input[type='text']:focus,
.gh-artbody dd input[type='tel']:focus {
	border: 1px solid #3297fd;
}

.gh-artbody dd.btn {
	text-align: center;
}

.reset,
.submit {
	display: inline-block;
	width: 35%;
	height: 42px;
	margin: 0 10px;
	font-size: 15px;
	border-radius: 5px;
	background: #c60e00;
	color: #fff;
}

.submit {
	background: #3ea400;
}

.gh-artbody input[type="reset"]:focus {
	border: 1px solid #6d89af;
}

.gh-artbody .xuzhi {
	font-size: 15px;
	line-height: 20px;
	padding: 10px 0 0 0;
}

a.shouye {
	width: 10%;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 30px;
	color: #FFFFFF;
	display: block;
	float: left;
}
a.en {
	width: 9%;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 12px;
	color: #FFFFFF;
	display: block;
	float: left;
}

span.daohang {
	width: 65px;
	height: 50px;
	text-align: center;
	line-height: 62px;
	font-size: 40px;
	color: #FFFFFF;
	display: block;
	float: right;
}

.dbdh {
	width: 25%;
	float: left;
	height: 50px;
}
.dbdh a{
	width: 100%;
	height: 100%;
	display: block;
}
.dbdh p {
	width: 100%;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 25px;
	color: #FFFFFF;
}


.dbdh span {
	width: 100%;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 12px;
	color: #FFFFFF;
	display: block;
}

.wrapper {
	width: 100%;
	min-height: 10px;
	overflow: hidden;
}

.wrapper .main {
	width: 90%;
	min-height: 10px;
	overflow: hidden;
	margin: 0 auto;
}

.dabiaoti {
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: left;
	border-bottom: 2px #0d5aaa solid;
	margin: 15px auto;
}

.dabiaoti p {
	display: inline-block;
	padding: 0 5px;
	line-height: 30px;
	color: #2D64B3;
	font-size: 20px;
}

.dabiaoti h1 {
	display: inline-block;
	padding: 0 5px;
	line-height: 30px;
	color: #2D64B3;
	font-family: "微软雅黑";
	font-size: 20px;
}

.prolist {
	width: 100%;
	min-height: 10px;
	overflow: hidden;
}

.prolist .leibie {
	width: 100%;
	min-height: 10px;
	overflow: hidden;
	text-align: center;
}

.prolist .leibie li {
	padding: 0 8px;
	display: inline-block;
	border: 1px #0d5aaa solid;
	margin: 5px;
	height: 30px;
	line-height: 30px;
	font-family: "微软雅黑";
	font-size: 15px;
	color: #0d5aaa;
}



.pro {
	width: 100%;
	min-height: 10px;
	overflow: hidden;
}

.pro .chanpin {
	width: 100%;
	min-height: 10px;
	overflow: hidden;
}

.pro .chanpin li {
	width: 48%;
	height: 160px;
	padding: 01% 1%;
	float: left;
}

.pro .chanpin li a {
	width: 100%;
	height: 100%;
	display: block;
}

.pro .chanpin li a p {
	width: 100%;
	height: 130px;
	display: block;
}

.pro .chanpin li a p img {
	width: 100%;
	height: 130px;
	display: block;
}

.pro .chanpin li a span {
	width: 100%;
	height: 30px;
	display: block;
	line-height: 30px;
	text-align: center;
	font-family: "微软雅黑";
	font-size: 15px;
}

.chakan {
	width: 100%;
	height: 30px;
	background: #0d5aaa;
	color: #FFFFFF !important;
	text-align: center;
	line-height: 30px;
	border-radius: 3px;
	display: block;
}

.pro .news-list {
	width: 100%;
	min-height: 10px;
	overflow: hidden;
}

.pro .news-list li {
	width: 100%;
	height: 30px;
	border-bottom: 1px #000000 dashed;
}

.pro .news-list li:last-child {
	border: none;
}

.pro .news-list li a {
	width: 100%;
	height: 100%;
	display: block;
}

.pro .news-list li a p {
	width: 100%;
	height: 100%;
	display: block;
	line-height: 30px;
	font-family: "微软雅黑";
	font-size: 15px;
}

.guanyu {
	width: 100%;
	min-height: 10px;
	overflow: hidden;
}

.guanyu-cont {
	width: 100%;
	min-height: 10px;
	overflow: hidden;
}

.guanyu-cont p {
	width: 100%;
	height: auto;
	margin: 5px auto;
}

.guanyu-cont p img {
	width: 100%;
	height: auto;
}

.guanyu-cont span {
	width: 100%;
	line-height: 25px;
	text-align: center;
	font-family: "微软雅黑";
	font-size: 15px;
}

.page {
	width: 100%;
	height: 32px;
	text-align: center;
	margin-top: 20px;
}

.page .kncms-page {
	width: 100%;
	height: 32px;
	line-height: 30px;
	text-align: center;
}

.page .kncms-page span,
.page .kncms-page a {
	display: inline-block;
	padding: 0 10px;
	line-height: 30px;
	font-family: "微软雅黑";
	font-size: 15px;
	border: 1px #CCCCCC solid;
	margin: 0 3px;
}

.page .kncms-page span {
	border: none;
	color: #000000;
}

.page .kncms-page span,
.page .kncms-page a:hover {
	color: #003567;
	border-color: #003567;
}

.zhaopin table tr {
	width: 100%;
	min-height: 30px;
	overflow: hidden;
}

.zhaopin table tr td {
	line-height: 30px;
	text-align: center;
	font-family: "微软雅黑";
	font-size: 15px;
}

.zhaopin table tr td:nth-child(2) {
	text-align: left;
	margin-left: 5px;
}

.lianxi {
	width: 90%;
	min-height: 10px;
	overflow: hidden;
	margin: 0 auto;
	display: block;
}

.lianxi p {
	line-height: 30px;
	font-family: "微软雅黑";
	font-size: 15px;
}

.liuyan {
	width: 90%;
	min-height: 10px;
	overflow: hidden;
	margin: 0 auto;
	display: block;
}

.liuyan li {
	width: 100%;
	min-height: 30px;
	margin: 10px auto;
	display: block;
}

.liuyan li font {
	width: 30%;
	float: left;
	line-height: 30px;
	font-family: "微软雅黑";
	font-size: 15px;
	text-align: right;
}

.liuyan li input {
	width: 68%;
	float: right;
	line-height: 30px;
	font-family: "微软雅黑";
	font-size: 15px;
}

.liuyan li textarea {
	width: 68%;
	float: right;
	height: 120px;
	line-height: 30px;
	font-family: "微软雅黑";
	font-size: 15px;
}

#tijiao {
	display: inline-block;
	padding: 0 20px;
	height: 30px;
	line-height: 30px;
	background: #003567;
	margin-left: 30%;
	margin-right: 30px;
	color: #FFFFFF;
	margin-top: 20px;
	font-family: "微软雅黑";
	font-size: 15px;
	border: none;
}

#chongtian {
	display: inline-block;
	padding: 0 20px;
	height: 30px;
	line-height: 30px;
	margin-top: 20px;
	background: #003567;
	color: #FFFFFF;
	font-family: "微软雅黑";
	border: none;
	font-size: 15px;
}

.dianpu {
	width: 100%;
	height: auto;
	margin: 20px auto;
}

.dianpu a {
	width: 33.33%;
	height: auto;
	float: left;
}

.dianpu a p {
	width: 50px;
	height: 50px;
	margin: 0 auto;
	display: block;
}

.dianpu a p img {
	width: 100%;
	height: 100%;
}

.dianpu a span {
	width: 100%;
	height: 30px;
	margin: 0 auto;
	text-align: center;
	font-family: "微软雅黑";
	font-size: 14px;
	display: block;
}

.user {
	width: 100%;
	min-height: 10px;
	overflow: hidden;
	margin: 10px auto;
	display: block;
}

.user li {
	width: 100%;
	height: 30px;
}

.user li p {
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-family: "微软雅黑";
	font-size: 14px;
}

.user .chakan {
	margin-top: 20px;
}

.pro .rongyu {
	width: 100%;
	min-height: 10px;
	overflow: hidden;
}

.pro .rongyu li {
	width: 48%;
	height: 120px;
	padding: 01% 1%;
	float: left;
}

.pro .rongyu li a {
	width: 100%;
	height: 100%;
	display: block;
}

.pro .rongyu li a p {
	width: 100%;
	height: 120px;
	display: block;
}

.pro .rongyu li a p img {
	width: 100%;
	height: 120px;
	display: block;
}

.x-left {
	width: 100%;
	height: auto;
}

.x-left .n-tu {
	width: 100%;
	height: 100px;
	overflow: hidden;
	position: relative;
}

.x-left .n-tu img {
	width: 100%;
	height: 100%;
}

.x-left .n-tu img:hover {
	transform: scale(1.2);
	transition: all .5s;
}

.x-left .n-tu .time {
	position: absolute;
	width: 60px;
	height: 60px;
	top: 0;
	left: 0;
	background: #0D5AAA;
}

.x-left .n-tu .time h2 {
	width: 100%;
	height: 40px;
	font-family: "微软雅黑";
	font-size: 40px;
	line-height: 40px;
	color: #FFFFFF;
	font-weight: normal;
	text-align: center;
}

.x-left .n-tu .time span {
	width: 100%;
	height: 20px;
	font-family: "微软雅黑";
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
	text-align: center;
	display: block;
}

.x-left h1 {
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-family: "微软雅黑";
	font-size: 15px;
	overflow: hidden;
}

.x-left span.neirong {
	width: 100%;
	height: 60px;
	overflow: hidden;
	line-height: 20px;
	font-family: "微软雅黑";
	font-size: 13px;
	color: #7f7f7f;
}

.x-right {
	width: 100%;
	float: left;
}

.xw-list {
	width: 100%;
	height: 75px;
	padding-bottom: 10px;
	border-bottom: 1px #B6B9BB dashed;
	margin-bottom: 10px;
	margin-top: 20px;
}

.xw-list:last-child {
	border: none;
}

.xw-list .riqi {
	width: 80px;
	height: 100%;
	float: left;
}

.xw-list .riqi i {
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-family: "微软雅黑";
	font-size: 50px;
	font-weight: normal;
	font-style: normal;
	color: #bbbcbc;
	text-align: center;
}

.xw-list .riqi em {
	display: block;
	width: 100%;
	height: 25px;
	line-height: 25px;
	font-family: "微软雅黑";
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	color: #bbbcbc;
	text-align: center;
}

.xw-cont h1 {
	font-family: "微软雅黑";
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	font-size: 15px;
}

.xw-cont span {
	font-family: "微软雅黑";
	height: 40px;
	display: block;
	overflow: hidden;
	line-height: 20px;
	overflow: hidden;
	font-size: 13px;
	color: #7f7f7f;
}

.xinwen {
	width: 100%;
	min-height: 10px;
	overflow: hidden;
}


/*留言*/

.liuyan {
	width: 100%;
	min-height: 10px;
	overflow: hidden;
	margin-top: 30px;
}

.liuyan .liu {
	width: 100%;
	min-height: 30px;
	overflow: hidden;
	margin: 0 auto;
}

.liuyan .liu p {
	margin: 5px auto;
	width: 25%;
	font-size: 14px;
	height: 30px;
	float: left;
	padding-right: 5px;
	text-align: right;
	line-height: 30px;
}

.liuyan .liu p font {
	color: #ff0000;
}

.liuyan .liu input {
	margin: 5px auto;
	font-size: 10px;
	width: 68%;
	height: 30px;
	float: left;
	line-height: 30px;
	border: 1px #666666 solid;
}

.liuyan .liu .cont11 {
	margin: 5px auto;
	height: 150px;
	width: 68%;
	line-height: 30px;
	font-size: 12px;
	font-family: "微软雅黑";
	border-color: #000000;
}

.liuyan .liu .anniu {
	width: 60px;
	height: 30px;
	line-height: 30px;
	border-radius: 3px;
	background: #0D5AAA;
	color: #FFFFFF;
	border: none;
	cursor: pointer;
}

.liuyan .liu .anniu:hover {
	box-shadow: 0 0 3px #000000;
	transition: all .4s;
}


/*内容页*/

.xbiaoti {
	width: 100%;
	min-height: 10px;
	overflow: hidden;
	margin: 15px auto;
}

.xbiaoti h2 {
	width: 100%;
	height: 40px;
	line-height: 20px;
	font-family: "微软雅黑";
	font-size: 16px;
	font-weight: normal;
	text-align: center;
}

.xbiaoti .liulan {
	width: 100%;
	height: 40px;
	text-align: center;
}

.xbiaoti .liulan p {
	padding: 0 20px;
	height: 20px;
	line-height: 20px;
	font-family: "微软雅黑";
	font-size: 13px;
	display: inline-block;
}

.yema {
	width: 100%;
	height: 60px;
	margin-top: 20px;
}

.yema .shang {
	width: 100%;
	height: 30px;
	line-height: 30px;
	background: #0D5AAA;
	margin: 5px auto;
	border-radius: 3px;
	color: #FFFFFF;
}

.yema .shang p.ye {
	width: 20% !important;
	height: 30px;
	text-align: center;
	float: left;
	margin: 0 0 !important;
	line-height: 30px;
	font-family: "微软雅黑";
	font-size: 13px;
	color: #FFFFFF;
}

.yema .shang a {
	width: 78%;
	height: 30px;
	float: left;
	line-height: 30px;
	font-family: "微软雅黑";
	font-size: 13px;
	color: #FFFFFF;
}

.yema .shang a:hover {
	color: #0D5AAA;
}

.xiangqing p{
	width: 100%;
	min-height: 10px;
	overflow: hidden;
}
.xiangqing p img{
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.xiangqing .pin li{
	height: 250px !important;
	margin: 0 auto !important;
}
.xiangqing .pin li .tututu{
	display: table-cell !important;
	vertical-align: middle !important;
}
.xiangqing .pin li .tututu img{
	max-width: 90% !important;
	height: auto !important;
	display: table-cell !important;
	vertical-align: middle !important;
}
.xiangqing .pin li p{
	min-height: 30px !important;
	height: auto !important;
}
table
  {
  border-collapse:collapse;
  }

table,th, td
  {
  border: 1px solid black;
  }
