html,
body,
div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
form,
input,
textarea,
th,
td,
select {
	margin: 0;
	padding: 0;
	color: #333;
}

* {
	box-sizing: border-box;
}

@font-face {
	font-family: 'HuXiaoBo NanShen';
	src: url('../font21916/HuXiaoBoNanShenTi-2.otf');
}

html,
body {
	min-height: 100%;
}

body {
	font-family: "Microsoft YaHei";
	font-size: 14px;
	color: #333;
	/* background: #F9F9F9; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

ul,
ol {
	list-style: none;
}

img {
	border: none;
	vertical-align: middle;
}

a {
	text-decoration: none;
	color: #232323;
}

table {
	border-collapse: collapse;
	table-layout: fixed;
}

input,
textarea {
	outline: none;
	border: none;
}

textarea {
	resize: none;
	overflow: auto;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: ".";
	width: 0;
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;
	overflow: hidden;
}

/* 中心变形*/
img {
	transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
}


.fl {
	float: left
}

.fr {
	float: right
}

.tl {
	text-align: left;
}

.tc {
	text-align: center
}

.tr {
	text-align: right;
}

.ellipse {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.inline {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

body {
	overflow-x: hidden;
}

/* 公共头部 */
.index_head {
	width: 100%;
	position: relative;
	z-index: 2;
}

.index_head_top {
	width: 100%;
	height: 16px;
	background: #009881;
}

.index_head_foot {
	width: 100%;
	height: 176px;
	position: relative;
}

.shuzhi1 {
	width: 81px;
	height: 70px;
	position: absolute;
	left: 5.2%;
	top: 47px;
}

.shuzhi2 {
	width: 81px;
	height: 70px;
	position: absolute;
	right: 5.2%;
	top: 47px;
}

.index_head_foot_nr {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
}

.index_head_foot_top {
	width: 1412px;
	height: 122px;
	border-bottom: 1px solid #e5e5e5;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}

.index_head_foot_top_logo {
	display: inline-block;
	vertical-align: top;
	width: 699px;
	height: 100%;
	padding: 11px 0;
	box-sizing: border-box;
}

.index_head_foot_top_logo>img {
	width: 100%;
}

.index_head_foot_top_sousuo {
	display: inline-block;
	vertical-align: top;
	width: 285px;
	height: 100%;
	padding: 44px 0;
	box-sizing: border-box;
}

.sousuo_k {
	width: 100%;
	height: 36px;
	display: flex;
	justify-content: space-between;
}

.sousuo_k>input {
	width: 220px;
	height: 100%;
	border: 1px solid #06b5ee;
	padding: 0 10px;
	box-sizing: border-box;
}

.sousuo_k>div {
	width: 65px;
	height: 100%;
	background: #06b5ee;
	text-align: center;
	line-height: 36px;
	cursor: pointer;
}

.sousuo_k>div img {
	width: 16px;
	height: 16px;
}

.index_head_foot_top_zxrx {
	display: inline-block;
	vertical-align: top;
	height: 100%;
	padding: 35px 0;
	box-sizing: border-box;
}

.index_head_foot_top_zxrx_left {
	display: inline-block;
	vertical-align: bottom;
	border-right: 1px solid #dcdcdc;
	padding: 0 5px;
	box-sizing: border-box;
}

.index_head_foot_top_zxrx_left>img {
	width: 16px;
	/* height: 20px; */
	-moz-animation: slidePhone 2s infinite linear;
	-webkit-animation: slidePhone 2s infinite linear;
	animation: slidePhone 2s infinite linear;
}

@keyframes slidePhone {
	0% {
		-moz-transform: rotate(30deg);
		-ms-transform: rotate(30deg);
		-webkit-transform: rotate(30deg);
		transform: rotate(30deg);
	}

	5% {
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	10% {
		-moz-transform: rotate(30deg);
		-ms-transform: rotate(30deg);
		-webkit-transform: rotate(30deg);
		transform: rotate(30deg);
	}

	15% {
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

.index_head_foot_top_zxrx_middle {
	display: inline-block;
	vertical-align: bottom;
	padding: 0 5px;
	box-sizing: border-box;
	text-align: left;
}

.index_head_foot_top_zxrx_middle>span {
	font-size: 13px;
	color: #8c8c8c;
}

.index_head_foot_top_zxrx_middle>p {
	font-size: 22px;
	color: #4c4c4c;
	line-height: 22px;
}

.index_head_foot_top_zxrx_right {
	display: inline-block;
	vertical-align: bottom;
	padding: 0 5px;
	box-sizing: border-box;
	height: 32px;
	line-height: 32px;
	font-size: 16px;
	color: #009881;
	font-weight: bold;
	border-left: 2px solid #e5e5e5;
}

.index_head_foot_top_ygtrk {
	display: inline-block;
	vertical-align: top;
	width: 75px;
	height: 100%;
	padding: 25px 0;
	box-sizing: border-box;
}

.index_head_foot_top_ygtrk>img {
	width: 50px;
	height: 50px;
}

.index_head_foot_top_ygtrk>p {
	font-size: 16px;
	color: #06b5ee;
}

@media screen and (max-width: 1400px) {
	.index_head_foot_top {
		width: 1360px;
	}

	.index_head_foot_top_logo {
		width: 699px;
		padding: 10px 0;
	}
	.index_head_foot_top_sousuo{
		width: 240px;
	}
	.sousuo_k>input{
		width: 195px;
	}
	.sousuo_k>div{
		width: 45px;
	}
}

.index_head_foot_foot {
	width: 100%;
	height: 52px;
}

.dh_box {
	width: 100%;
	height: 100%;
}

.dh_box_lm {
	width: 100%;
	height: 100%;
}

.dh_box_lm>ul {}

.itm {
	display: inline-block;
	vertical-align: top;
	z-index: 9;
	position: relative;
}

.itm-a {
	display: inline-block;
	height: 100%;
	overflow: hidden;
	line-height: 52px;
	padding: 0px 20px;
	-webkit-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.itm-a>p {
	color: #4c4c4c;
	font-size: 16px;
}

.son {
	display: none;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 100%;
	z-index: 9;
	transition: top 0.3s linear;
}

.son-itm {
	display: block;
	width: 100%;
	height: 36px;
	line-height: 36px;
	text-align: center;
}

.son-itm-a {
	width: 100%;
	height: 100%;
	font-size: 14px;
	color: #4c4c4c;
}

.son-itm:hover {
	background: #06b5ee;
}

.son-itm:hover .son-itm-a {
	color: #fff;
}

.dh_box_bj {
	display: none;
	visibility: visible;
	width: 100%;
	height: 320px;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 175px;
	z-index: 1;
	background: #fff;
	opacity: 0.7;
	transition: top 0.3s linear;
}
.dh_box_bj:hover{
	display: block;
}
.itm:hover .son {
	display: block;
}

.itm:hover .itm-a {
	border-bottom: 2px solid #06b5ee;
}

.itm:hover .itm-a>p {
	color: #06b5ee;
	font-weight: bold;
}

.itm-a[on="true"] {
	border-bottom: 2px solid #06b5ee;
}

.itm-a[on="true"] p {
	color: #06b5ee;
	font-weight: bold;
}

/* 底部 */
/* 友情链接 */
.yqlj {
	width: 100%;
	height: 99px;
	background-image: url(../image/yqlj_bj.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.yqlj_con {
	width: 1300px;
	height: 90px;
	margin: 0 auto;
}

.yqlj_left,
.yqlj_right {
	display: inline-block;
	vertical-align: middle;
}

.yqlj_left>p {
	font-size: 18px;
	color: #ffffff;
	line-height: 90px;
}

.yqlj_right>a {
	display: inline-block;
	font-size: 15px;
	color: #ffffff;
	padding: 0 10px;
	box-sizing: border-box;
	line-height: 16px;
	border-right: 1px solid #fff;
}

.yqlj_right>a:last-child {
	border-right: 0px solid #fff;
}

.foot {
	width: 100%;
	padding: 30px 0;
}

.foot_con {
	width: 1300px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.foot_left {
	width: 570px;
	font-size: 0;
}

.foot_left_left {
	display: inline-block;
	vertical-align: top;
}

.foot_left_left_hz {
	display: inline-block;
	vertical-align: top;
	width: 70px;
	margin-right: 10px;
}

.foot_left_left_hz>p {
	font-size: 16px;
	color: #4c4c4c;
	font-weight: bold;
	margin-bottom: 15px;
}

.foot_left_left_hz>a {
	display: block;
	font-size: 14px;
	color: #4c4c4c;
	margin-bottom: 14px;
}

.foot_left_right {
	display: inline-block;
	vertical-align: top;
}

.foot_left_right_foot {
	width: 100%;
}

.foot_left_right_foot_hz {
	/* display: inline-block;
	width: 100%; */
	margin-bottom: 12px;
}

.foot_left_right_foot_hz>img {
	display: inline-block;
	vertical-align: middle;
	width: 26px;
}

.foot_left_right_foot_hz>p {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #4c4c4c;
	margin-left: 13px;
}

.foot_right {
	width: 620px;
}

.foot_right_top {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.foot_right_top_hz {
	min-width: 85px;
	max-width: 105px;
	text-align: center;
}

.foot_right_top_hz>img {
	width: 90px;
	height: 90px;
}

.foot_right_top_hz>p {
	font-size: 14px;
	color: #4c4c4c;
	font-weight: bold;
	margin-top: 20px;
}

.foot_right_foot {
	width: 100%;
	margin-top: 55px;
}

.foot_right_foot>p {
	display: inline-block;
	font-size: 13px;
	color: #4c4c4c;
	line-height: 30px;

}


/* 侧边导航栏 */
.ce_nav {
	width: 72px;
	position: fixed;
	top: 150px;
	right: 0;
	z-index: 999;
}

.ce_box1,
.ce_box4 {
	display: block;
	width: 100%;
	height: 72px;
	box-shadow: 0px 0px 6px 2px #cfcece;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}

.ce_box1_hz,
.ce_box2_hz,
.ce_box3_hz,
.ce_box4_hz {
	width: 100%;
	height: 144px;
	font-size: 0;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.ce_box1_hz_top,
.ce_box2_hz_top,
.ce_box3_hz_top,
.ce_box4_hz_top {
	width: 100%;
	height: 72px;
	background-color: #fff;
	border-radius: 5px;
	text-align: center;
	line-height: 72px;
}

.ce_box1_hz_top>img,
.ce_box2_hz_top>img,
.ce_box3_hz_top>img,
.ce_box4_hz_top>img {
	width: 37px;
}

.ce_box1_hz_foot,
.ce_box2_hz_foot,
.ce_box3_hz_foot,
.ce_box4_hz_foot {
	width: 100%;
	height: 72px;
	background-color: #06b5ee;
	border-radius: 5px;
	text-align: center;
	padding: 15px;
	box-sizing: border-box;
}

.ce_box1_hz_foot>p,
.ce_box2_hz_foot>p,
.ce_box3_hz_foot>p,
.ce_box4_hz_foot>p {
	font-size: 16px;
	color: #ffffff;
}

.ce_box1:hover .ce_box1_hz {
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}


.ce_box2,
.ce_box3 {
	display: block;
	width: 100%;
	height: 72px;
	box-shadow: 0px 0px 6px 2px #cfcece;
	position: relative;
	margin-bottom: 20px;
}

.ce_box2_box,
.ce_box3_box {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.ce_box2_zhezhao:hover .ce_box2_hz {
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.ce_box2_yin {
	width: 150px;
	height: 26px;
	background-color: #06b5ee;
	border-radius: 15px;
	text-align: center;
	line-height: 26px;
	position: absolute;
	left: 72px;
	top: 25px;
}

.ce_box2_yin>p {
	font-size: 16px;
	color: #ffffff;
}

.ce_box2_zhezhao,
.ce_box3_zhezhao {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.ce_box3_yin {
	width: 100px;
	height: 100px;
	position: absolute;
	left: 72px;
	top: -12px;
}

.ce_box3_yin>img {
	width: 100%;
	height: 100%;
}

.ce_box4:hover .ce_box4_hz {
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.ce_box7 {
	display: block;
	width: 100%;
	height: 72px;
	background-color: #fff;
	box-shadow: 0px 0px 6px 2px #cfcece;
	text-align: center;
	line-height: 72px;
}

.ce_box7>img {
	width: 31px;
	height: 17px;
}




/* 分页 */
.pagings,
.pc_page,
.pagings1 {
	width: 100%;
	text-align: center;
}

.pagings {
	margin-top: 40px;
}

.pagings1 {
	margin-top: 40px;
}

.pc_page>a {
	display: inline-block;
	vertical-align: top;
	padding: 0 15px;
	height: 36px;
	border: 1px solid #d2d2d2;
	border-radius: 5px;
	font-size: 15px;
	color: #6b6b6b;
	line-height: 36px;
	margin-right: 20px;
}

.pc_page>span {
	display: inline-block;
	vertical-align: top;
	padding: 0 15px;
	height: 36px;
	background: #06b5ee;
	border: 1px solid #06b5ee;
	border-radius: 5px;
	font-size: 16px;
	color: #ffffff;
	line-height: 36px;
	margin-right: 20px;
}

.pagings1>.pc_page>span {
	display: inline-block;
	vertical-align: top;
	padding: 0 15px;
	height: 36px;
	background: #d7080e;
	border: 1px solid #d7080e;
	border-radius: 5px;
	font-size: 16px;
	color: #ffffff;
	line-height: 36px;
	margin-right: 20px;
	/*display: inline-block;*/
	/*vertical-align: top;*/
	/*padding: 0 15px;*/
	/*height: 36px;*/
	/*border: 1px solid #d2d2d2;*/
	/*border-radius: 5px;*/
	/*font-size: 16px;*/
	/*color: #FFFFFF;*/
	/*line-height: 26px;*/
	/*margin-right: 20px;*/
}

.pc_page>a:hover {
	background: #06b5ee;
	border: 1px solid #06b5ee;
	color: #fff;
}

.pagings1>.pc_page>a:hover {
	background-image: url(../image/dj_fenye_bj2.png);
	background-repeat: no-repeat;
	background-position: center;
	color: #fff;
}

.pc_page>.prev,
.pc_page>.next {
	width: 80px;
	padding: 0 10px;
	font-size: 15px;
	border-radius: 5px;
}



/* 上下篇 */
.all_content_shangxia {
	width: 100%;
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
}

.all_content_shangxia>p {
	width: 45%;
	font-size: 16px;
	color: #12b098;
	cursor: pointer;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.all_content_shangxia>p a {
	font-size: 16px;
	color: #4c4c4c;
}

.all_content_shangxia>p a:hover {
	color: #12b098;
}

.dj_all_content_shangxia>p {
	color: #dd2200;
}

.dj_all_content_shangxia>p:hover {
	color: #dd2200;
}

.dj_all_content_shangxia>p a:hover {
	color: #dd2200;
}

/* 首页 */
.index_body {
	width: 100%;
}

/* 首页轮播 */
.index_banner {
	width: 100%;
	height: 700px;
	overflow: hidden;
}

.index_lunbos {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.swiper-button-prev:after,
.swiper-button-next:after {
	display: none;
}

.index_lunbos>.swiper-button-prev {
	width: 41px;
	height: 41px;
	left: 0;
	background-image: url(../image/l2.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}

.index_lunbos>.swiper-button-next {
	width: 41px;
	height: 41px;
	right: 0;
	background-image: url(../image/r2.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}

.index_lunbos>.swiper-pagination {
	bottom: 20px;
}

.index_lunbos>.swiper-pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background-color: #fff;
	opacity: 1;
}

.index_lunbos>.swiper-pagination .swiper-pagination-bullet-active {
	background-color: #00b196;
}

/* 六小块 */
.index_one {
	width: 100%;
	height: 240px;
	background: #00b196;
	padding: 20px 0;
	box-sizing: border-box;
}

.index_one_con {
	width: 1300px;
	height: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.lxk {
	display: inline-block;
	width: 216px;
	height: 200px;
	padding-top: 40px;
	box-sizing: border-box;
	transition: all 0.3s ease-out 0s;
}

.lxk_top {
	width: 100%;
	text-align: center;
}

.lxk_top>img {
	height: 54px;
	max-width: 100%;
}

.lxk_foot {
	width: 100%;
	text-align: center;
}

.lxk_foot>p {
	font-size: 18px;
	color: #ffffff;
	line-height: 36px;
}

.lxk_foot>span {
	font-size: 14px;
	color: #ffffff;
}

.lxk:hover {
	margin-top: 40px;
	background: #01c1a4;
}

/* 新闻中心 */
.index_two {
	width: 100%;
	height: 800px;
	margin-top: 70px;
	position: relative;
}

.huawen1 {
	width: 117px;
	height: 258px;
	position: absolute;
	left: 0;
	top: 12.5%;
}

.huawen2 {
	width: 117px;
	height: 258px;
	position: absolute;
	right: 0;
	top: 41%;
}

.index_two_nr {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.index_two_con {
	width: 1300px;
	margin: 0 auto;
}

.index_two_top {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.index_two_top1 {
	width: 430px;
}

.index_two_top1_top {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.index_two_top1_top_left>p {
	font-size: 26px;
	color: #4c4c4c;
	margin-bottom: 5px;
}

.index_two_top1_top_left>span {
	font-size: 14px;
	color: #999999;
}

.index_two_top1_top_right {
	display: block;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 16px;
	border: 1px solid #c1c1c1;
	border-radius: 50%;
	font-size: 18px;
	color: #999999;
	font-weight: bold;
}

.index_two_top1_top_right:hover {
	border: 1px solid #06b5ee;
	color: #06b5ee;
}

.index_two_top1_foot {
	width: 100%;
	height: 410px;
	overflow: hidden;
	margin-top: 45px;
}

.index_xwzx {
	width: 100%;
	height: 100%;
	position: relative;
}

.syxwzx {
	display: inline-block;
	width: 430px;
	height: 410px;
}

.syxwzx_top {
	width: 100%;
	height: 280px;
	overflow: hidden;
}

.syxwzx_top>img {
	width: 100%;
	height: 100%;
	transition: .8s all;
}

.syxwzx_foot {
	width: 100%;
	margin-top: 30px;
}

.syxwzx_foot_bt {
	font-size: 18px;
	color: #06b5ee;
	margin-bottom: 14px;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.syxwzx_foot_ms {
	font-size: 15px;
	color: #b1b1b1;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.syxwzx:hover .syxwzx_top>img {
	transform: scale(1.05);
}

.index_xwzx>.swiper-pagination {
	bottom: 142px;
	text-align: right;
}

.index_xwzx>.swiper-pagination .swiper-pagination-bullet {
	width: 18px;
	height: 18px;
	background-color: #ffffff;
	text-align: center;
	line-height: 18px;
	font-size: 14px;
	color: #4c4c4c;
	opacity: 1;
	border-radius: 0;
}

.index_xwzx>.swiper-pagination .swiper-pagination-bullet-active {
	background-color: #00b196;
	color: #fff;
}

.index_two_top2 {
	width: 430px;
}

.index_two_top2_foot {
	width: 100%;
}

.syxxgk {
	display: inline-block;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 35px;
}

.syxxgk_left {
	font-size: 16px;
	color: #6b6b6b;
	width: 85%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.syxxgk_right {
	font-size: 16px;
	color: #999999;
}

.syxxgk:hover .syxxgk_left {
	color: #06b5ee;
}

.syxxgk:hover .syxxgk_right {
	color: #06b5ee;
}

.index_two_top3 {
	width: 345px;
}

.index_two_top3_foot {
	width: 100%;
	margin-top: 30px;
}

.sykxjy_ts {
	display: inline-block;
	width: 100%;
}

.sykxjy_ts_top {
	width: 330px;
	height: 215px;
	overflow: hidden;
}

.sykxjy_ts_top>img {
	width: 100%;
	height: 100%;
	transition: .8s all;
}

.sykxjy_ts_foot {
	width: 100%;
	margin-top: 18px;
}

.sykxjy_ts_foot>p {
	width: 100%;
	padding-left: 17px;
	box-sizing: border-box;
	position: relative;
	font-size: 16px;
	color: #6b6b6b;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.sykxjy_ts_foot>p:before {
	content: '';
	position: absolute;
	left: 0;
	top: 8px;
	margin: auto;
	width: 6px;
	height: 6px;
	background: #babbbb;
}

.sykxjy_ts:hover .sykxjy_ts_top>img {
	transform: scale(1.05);
}

.sykxjy_ts:hover .sykxjy_ts_foot>p {
	color: #06b5ee;
}

.sykxjy_ts:hover .sykxjy_ts_foot>p:before {
	background: #06b5ee;
}

.sykxjy_yb {
	display: inline-block;
	width: 100%;
	padding-left: 17px;
	box-sizing: border-box;
	margin-top: 25px;
	position: relative;
	font-size: 16px;
	color: #6b6b6b;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.sykxjy_yb:before {
	content: '';
	position: absolute;
	left: 0;
	top: 8px;
	margin: auto;
	width: 6px;
	height: 6px;
	background: #babbbb;
}

.sykxjy_yb:hover {
	color: #06b5ee;
}

.sykxjy_yb:hover.sykxjy_yb:before {
	background: #06b5ee;
}

.index_two_foot {
	width: 100%;
	height: 240px;
	margin-top: 45px;
	overflow: hidden;
}

.index_ggw {
	width: 100%;
	height: 100%;
	position: relative;
}

.syggw {
	display: inline-block;
	width: 1300px;
	height: 200px;
	overflow: hidden;
}

.syggw>img {
	width: 100%;
	height: 100%;
	transition: .8s all;
}

.syggw:hover.syggw>img {
	transform: scale(1.05);
}

.index_ggw>.swiper-pagination {
	bottom: 0px;
}

.index_ggw>.swiper-pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background-color: #bdbdbd;
	opacity: 1;
}

.index_ggw>.swiper-pagination .swiper-pagination-bullet-active {
	background-color: #12b098;
}

/* 科室介绍 */
.index_three {
	width: 100%;
	height: 833px;
	background-image: url(../image/ksjs_bj.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 35px;
}

.index_three_con {
	width: 1300px;
	height: 100%;
	margin: 0 auto;
}

.index_three_top {
	width: 100%;
	height: 120px;
	text-align: center;
	position: relative;
}

.index_three_top_bt {
	width: 100%;
	padding-top: 30px;
}

.index_three_top_bt>div {
	display: inline-block;
	vertical-align: bottom;
	width: 45px;
	height: 4px;
	background: #26ad7c;
}

.index_three_top_bt>h6 {
	display: inline-block;
	vertical-align: bottom;
	font-size: 26px;
	color: #4c4c4c;
	margin-left: 10px;
	line-height: 26px;
}

.index_three_top_bt>p {
	font-size: 14px;
	color: #999999;
	margin-top: 15px;
	margin-left: 35px;
}

.index_three_top_more {
	display: inline-block;
	position: absolute;
	right: 0;
	top: 45px;
}

.index_three_top_more>span {
	font-size: 16px;
	color: #999999;
	margin-right: 10px;
}

.index_three_foot {
	width: 100%;
	height: 600px;
	position: relative;
}

.index_three_foot_left {
	width: 813px;
	height: 590px;
	background: #12b098;
	padding: 20px 210px 0 60px;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 0;
}

.index_three_foot_left1 {
	width: 100%;
}

.index_three_foot_left1_top {
	width: 100%;
}

.index_three_foot_left1_top>img {
	display: inline-block;
	vertical-align: middle;
	width: 81px;
	height: 70px;
}

.index_three_foot_left1_top>p {
	display: inline-block;
	vertical-align: middle;
	font-size: 24px;
	color: #ffffff;
	margin-left: 13px;
}

.index_three_foot_left1_foot {
	width: 100%;
}

.sykshz {
	display: inline-block;
	vertical-align: top;
	width: 100px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	padding: 0 5px;
	box-sizing: border-box;
	font-size: 18px;
	color: #ffffff;
	margin-right: 6px;
	margin-bottom: 8px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.index_three_foot_left1_foot>a:nth-child(5n+5) {
	margin-right: 0;
}

.sykshz:hover {
	background: #75d1c3;
	color: #fff;
}

.index_three_foot_left2 {
	width: 100%;
	margin-top: 15px;
}

.index_three_foot_left2_top>img {
	display: inline-block;
	vertical-align: middle;
	width: 59px;
	height: 64px;
}

.index_three_foot_left2_top>p {
	display: inline-block;
	vertical-align: middle;
	font-size: 24px;
	color: #ffffff;
	margin-left: 13px;
}

.index_three_foot_left2_foot {
	width: 100%;
}

.index_three_foot_left2_foot>a:nth-child(5n+5) {
	margin-right: 0;
}

.index_three_foot_left3 {
	width: 100%;
	margin-top: 32px;
}

.index_three_foot_left3_hz {
	display: inline-block;
	vertical-align: top;
	width: 126px;
	height: 109px;
	border: 1px solid #65ccbc;
	text-align: center;
	margin-right: 60px;
	padding-top: 9px;
	box-sizing: border-box;
}

.index_three_foot_left3_hz>img {
	height: 54px;
}

.index_three_foot_left3_hz>p {
	font-size: 24px;
	color: #fffffe;
}

.index_three_foot_right {
	width: 613px;
	height: 400px;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 105px;
}

.index_three_foot_right>img {
	width: 100%;
	height: 100%;
	transition: .8s all;
}

.index_three_foot_right:hover.index_three_foot_right>img {
	transform: scale(1.05);
}

/* 专家团队 */
.index_four {
	width: 100%;
	margin-top: -20px;
}

.index_four_con {
	width: 1300px;
	margin: 0 auto;
}

.index_four_top {
	width: 100%;
	height: 120px;
	text-align: center;
	position: relative;
}

.index_four_top_bt {
	width: 100%;
	padding-top: 30px;
}

.index_four_top_bt>div {
	display: inline-block;
	vertical-align: bottom;
	width: 45px;
	height: 4px;
	background: #bc0a23;
}

.index_four_top_bt>h6 {
	display: inline-block;
	vertical-align: bottom;
	font-size: 26px;
	color: #4c4c4c;
	margin-left: 10px;
	line-height: 26px;
}

.index_four_top_bt>p {
	font-size: 14px;
	color: #999999;
	margin-top: 15px;
	margin-left: 35px;
}

.index_four_top_more {
	display: inline-block;
	position: absolute;
	right: 0;
	top: 45px;
}

.index_four_top_more>span {
	font-size: 16px;
	color: #999999;
	margin-right: 10px;
}

.index_four_foot {
	width: 100%;
	height: 470px;
	overflow: hidden;
}

.index_four_foot_lb {
	width: 100%;
	height: 100%;
	position: relative;
}

.syzjtd {
	display: inline-block;
	width: 235px;
	height: 388px;
	border: 1px solid #dcdcdc;
}

.syzjtd_top {
	width: 100%;
	height: 325px;
	overflow: hidden;
}

.syzjtd_top>img {
	width: 100%;
	height: 100%;
	transition: .8s all;
}

.syzjtd_foot {
	width: 100%;
	height: 62px;
	/* padding: 0 40px;
	box-sizing: border-box; */
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.syzjtd_foot>p {
	font-size: 24px;
	color: #4c4c4c;
}

.syzjtd_foot>span {
	font-size: 18px;
	color: #888888;
}

.syzjtd:hover {
	border: 1px solid #f5cfcf;
	box-shadow: 0px 0px 6px 2px #f5cfcf;
}

.syzjtd:hover .syzjtd_top>img {
	transform: scale(1.05);
}

.syzjtd:hover .syzjtd_foot>p {
	color: #bc0a23;
}

.index_four_foot_lb>.swiper-pagination {
	bottom: 10px;
}

.index_four_foot_lb>.swiper-pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background-color: #bfbfbf;
	opacity: 1;
}

.index_four_foot_lb>.swiper-pagination .swiper-pagination-bullet-active {
	background-color: #bc0a23;
}

/* 党建工作 */
.index_five {
	width: 100%;
	height: 807px;
	background-image: url(../image/sydjbj.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

.index_five_con {
	width: 1300px;
	height: 100%;
	padding-top: 75px;
	box-sizing: border-box;
	margin: 0 auto;
}

.index_five_top {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.index_five_top_left>div {
	display: inline-block;
	vertical-align: bottom;
	width: 45px;
	height: 4px;
	background: #bc0a23;
}

.index_five_top_left>h6 {
	display: inline-block;
	vertical-align: bottom;
	font-size: 26px;
	color: #4c4c4c;
	margin-left: 10px;
	line-height: 26px;
}

.index_five_top_left>p {
	font-size: 14px;
	color: #999999;
	margin-top: 15px;
	margin-left: 60px;
}

.index_five_top_right {
	display: inline-block;
}

.index_five_top_right>span {
	font-size: 16px;
	color: #999999;
	margin-right: 10px;
}

.index_five_foot {
	width: 100%;
	margin-top: 35px;
	display: flex;
	justify-content: space-between;
}

.index_five_foot_left {
	width: 765px;
	height: 590px;
	background-color: rgba(255, 255, 255, 0.75);
	padding: 32px 40px 0 40px;
	box-sizing: border-box;
}

.index_five_foot_left_top {
	width: 685px;
	height: 280px;
	overflow: hidden;
}

.index_five_foot_left_top>img {
	width: 100%;
	height: 100%;
	transition: .8s all;
}

.index_five_foot_left_top>img:hover {
	transform: scale(1.05);
}

.index_five_foot_left_foot {
	width: 100%;
	margin-top: 25px;
}

.index_five_foot_left_foot_top {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.index_five_foot_left_foot_top>p {
	font-size: 22px;
	color: #4c4c4c;
}

.index_five_foot_left_foot_top>a {
	display: block;
	width: 100px;
	height: 34px;
	border: 1px solid #b8b8b8;
	border-radius: 25px;
	text-align: center;
	line-height: 34px;
	font-size: 14px;
	color: #4c4c4c;
}

.index_five_foot_left_foot_top>a:hover {
	border: 1px solid #bc0a23;
	color: #bc0a23;
}

.index_five_foot_left_foot_foot {
	width: 100%;
}

.sydjdt {
	display: inline-block;
	width: 100%;
	padding-left: 28px;
	box-sizing: border-box;
	overflow: hidden;
	margin-top: 22px;
}

.sydjdt_left {
	width: 480px;
	float: left;
}

.sydjdt_left>p {
	width: 100%;
	font-size: 16px;
	color: #4c4c4c;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.sydjdt_right {
	float: right;
}

.sydjdt_right>p {
	font-size: 14px;
	color: #888888;
}

.sydjdt:before {
	content: " ";
	display: inline-block;
	height: 12px;
	/*height、width控制箭头大小*/
	width: 12px;
	border-width: 1px 1px 0 0;
	border-color: #c1bfbe;
	border-style: solid;
	-webkit-transform: matrix(0.71, -0.71, -0.71, -0.71, -513, 3);
	/*前面四个参数控制箭头方向 最后两个参数分别控制距离左侧的距离 距离上侧的距离*/
	transform: matrix(0.71, -0.71, -0.71, -0.71, -513, 3);
}

.sydjdt:hover.sydjdt:before {
	border-color: #bc0a23;
}

.sydjdt:hover .sydjdt_left>p {
	color: #bc0a23;
}

.sydjdt:hover .sydjdt_right>p {
	color: #bc0a23;
}

.index_five_foot_right {
	width: 505px;
	height: 590px;
	background-color: rgba(255, 255, 255, 0.75);
	padding: 32px 27px 0 27px;
	box-sizing: border-box;
}

.index_five_foot_right_top {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.index_five_foot_right_top>p {
	font-size: 22px;
	color: #4c4c4c;
}

.index_five_foot_right_top>a {
	display: block;
	width: 100px;
	height: 34px;
	border: 1px solid #b8b8b8;
	border-radius: 25px;
	text-align: center;
	line-height: 34px;
	font-size: 14px;
	color: #4c4c4c;
}

.index_five_foot_right_top>a:hover {
	border: 1px solid #bc0a23;
	color: #bc0a23;
}

.index_five_foot_right_foot {
	width: 100%;
}

.syqtgz {
	display: inline-block;
	width: 100%;
	padding-left: 25px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 39px;
	position: relative;
}

.syqtgz_left {
	width: 320px;
	font-size: 16px;
	color: #4c4c4c;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.syqtgz_right {
	font-size: 14px;
	color: #888888;
}

.syqtgz:before {
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	border-top: 1px solid #c1bfbe;
	border-right: 1px solid #c1bfbe;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	position: absolute;
	left: 2px;
	top: 7px;
}

.syqtgz:hover.syqtgz:before {
	border-top: 1px solid #bc0a23;
	border-right: 1px solid #bc0a23;
}

.syqtgz:hover .syqtgz_left {
	color: #bc0a23;
}

.syqtgz:hover .syqtgz_right {
	color: #bc0a23;
}

/* 综合展示 */
.six {
	width: 100%;
	height: 790px;
	position: relative;
}

.huawen3 {
	width: 117px;
	height: 258px;
	position: absolute;
	left: 0;
	top: 168px;
}

.huawen4 {
	width: 117px;
	height: 258px;
	position: absolute;
	right: 0;
	top: 369px;
}

.six_nr {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.six_top {
	width: 100%;
	height: 195px;
	border-bottom: 1px solid #eeeeee;
}

.six_con {
	width: 1300px;
	height: 100%;
	margin: 0 auto;
	padding-top: 75px;
	box-sizing: border-box;
}

.six_top_box {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
}

.syyyzdmj>p {
	font-size: 14px;
	color: #999999;
}

.syyyzdmj>p span {
	font-size: 46px;
	color: #666666;
	line-height: 46px;
	font-family: FZMHJW GB1 0;
}

.six_top_box>div:nth-child(1) {
	width: 344px;
	height: 56px;
	border-right: 1px solid #dcdcdc;
	text-align: center;
}

.six_top_box>div:nth-child(2) {
	width: 399px;
	height: 56px;
	border-right: 1px solid #dcdcdc;
	text-align: center;
}

.six_top_box>div:nth-child(3) {
	width: 300px;
	height: 56px;
	border-right: 1px solid #dcdcdc;
	text-align: center;
}

.six_top_box>div:nth-child(4) {
	width: 258px;
	height: 56px;
	text-align: center;
}

.six_foot {
	width: 100%;
	height: 595px;
}

.six_foot_con {
	width: 1300px;
	margin: 0 auto;
	padding-top: 45px;
	box-sizing: border-box;
	position: relative;
}

.six_foot_xian {
	height: 1px;
	width: 100%;
	border-bottom: 1px solid #eeeeee;
	position: relative;
	top: 452px;
}

.six_foot_top {
	width: 100%;
}

.six_foot_top_bt {
	display: inline-block;
	vertical-align: top;
	font-size: 26px;
	color: #999999;
	line-height: 50px;
	border-bottom: 3px solid #fff;
	margin-right: 35px;
	cursor: pointer;
}

.gaoliang {
	color: #06b5ee;
	border-bottom: 3px solid #06b5ee;
}

.six_foot_top_bt:hover {
	color: #06b5ee;
	border-bottom: 3px solid #06b5ee;
}

.six_foot_foot {
	width: 100%;
	height: 420px;
	overflow: hidden;
	margin-top: 40px;
}

.six_foot_foot_nr {
	width: 100%;
	height: 100%;
}

.huanNews {}

.container {
	width: 1300px;
	margin-left: auto;
	margin-right: auto;
}

.threeN:hover .zhishi1 {
	display: none;
}

.threeN:hover .zhishi2 {
	display: inline;
}

.threeN:hover .pbule {
	color: #043B83;
}

.zhishi2 {
	display: none;
}

.hoverbNs {
	position: relative;
	bottom: 15px;
}

.nowNewxBt {
	background: #075c9d !important;
	color: #FFFFFF !important;
}

.huanNews {
	padding-bottom: 60px;

}

.newsLine {
	height: 1px;
	width: 100%;
	border-bottom: 1px solid #d0d0d0;
	position: relative;
	top: 245px;
}

.threeN {
	width: 400px;
	height: 365px;
}

.threeN_hz {
	display: inline-block;
	width: 100%;
	height: 312px;
}

.threeN_hz_top {
	width: 100%;
	height: 260px;
	overflow: hidden;
}

.threeN_hz_top>img {
	width: 100%;
	height: 100%;
	transition: .8s all;
}

.threeN_hz_foot {
	width: 100%;
	height: 62px;
	padding: 0 10px;
	box-sizing: border-box;
	text-align: center;
}

.threeN_hz_foot>p {
	font-size: 15px;
	color: #6b6b6b;
	line-height: 60px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.hoverbNs {
	position: relative;
	text-align: center;
	margin-top: 35px;
}

.threeN_hz:hover .threeN_hz_top>img {
	transform: scale(1.05);
}

.threeN_hz:hover .threeN_hz_foot>p {
	color: #06b5ee;
}

.swiper-container1>.swiper-pagination {
	bottom: 0px;
}

.swiper-container1>.swiper-pagination .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	background-color: #bfbfbf;
	opacity: 1;
}

.swiper-container1>.swiper-pagination .swiper-pagination-bullet-active {
	background-color: #00b196;
}

.swiper-container2>.swiper-pagination {
	bottom: 0px;
}

.swiper-container2>.swiper-pagination .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	background-color: #bfbfbf;
	opacity: 1;
}

.swiper-container2>.swiper-pagination .swiper-pagination-bullet-active {
	background-color: #00b196;
}

.swiper-container3>.swiper-pagination {
	bottom: 0px;
}

.swiper-container3>.swiper-pagination .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	background-color: #bfbfbf;
	opacity: 1;
}

.swiper-container3>.swiper-pagination .swiper-pagination-bullet-active {
	background-color: #00b196;
}

.six_foot_more {
	display: inline-block;
	position: absolute;
	right: 0;
	top: 55px;
}

.six_foot_more>span {
	font-size: 16px;
	color: #999999;
	margin-right: 10px;
}




/* 医院简介 */
.ny_banner {
	width: 100%;
	height: 200px;
}

.ny_banner_top {
	width: 100%;
	height: 122px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	text-align: center;
	line-height: 122px;
}

.ny_banner_top>p {
	font-size: 32px;
	color: #ffffff;
	font-weight: bold;
}

.ny_banner_foot {
	width: 100%;
	height: 78px;
}

.ny_banner_con {
	width: 1300px;
	height: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.ny_banner_foot_left {
	width: 1200px;
}

.erji {
	display: inline-block;
	padding: 31px 0;
	box-sizing: border-box;
	height: 78px;
	line-height: 78px;
}

.erji>p {
	font-size: 16px;
	color: #ffffff;
	border-right: 1px solid #89d0df;
	line-height: 16px;
	padding: 0 10px;
	box-sizing: border-box;
}

.ny_banner_foot_left .erji:last-child p {
	border-right: 0 solid #89d0df;
}

.ny_banner_foot_right {
	display: inline-block;
	width: 24px;
	height: 25px;
}

.ny_banner_foot_right>img {
	width: 100%;
	height: 100%;
}

.erji[on="true"] {
	border-top: 4px solid #fff;
}

.erji[on="true"] p {
	font-weight: bold;
}

.ny_nr {
	width: 100%;
	padding: 40px 0 110px 0;
}

.ny_nr_con {
	width: 1300px;
	margin: 0 auto;
}

/* 医院简介 */
.yyjj {
	width: 100%;
	height: 100%;
}

.yyjj_top {
	width: 100%;
	height: 360px;
	overflow: hidden;
}

.yyjj_top_lb {
	width: 100%;
	height: 100%;
	position: relative;
	padding-left: 55px;
	box-sizing: border-box;
}

.yyjj_hz {
	display: inline-block;
	width: 570px;
	height: 360px;
}

.yyjj_hz_top {
	width: 100%;
	height: 310px;
	overflow: hidden;
}

.yyjj_hz_top>img {
	width: 100%;
	height: 100%;
	transition: .8s all;
}

.yyjj_hz_foot {
	width: 100%;
	height: 50px;
	padding: 0 20px;
	box-sizing: border-box;
	text-align: center;
	line-height: 50px;
}

.yyjj_hz_foot>p {
	font-size: 16px;
	color: #4c4c4c;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.yyjj_hz:hover .yyjj_hz_top>img {
	transform: scale(1.05);
}

.yyjj_hz:hover .yyjj_hz_foot>p {
	color: #06b5ee;
}

.yyjj_top_lb>.swiper-button-prev {
	width: 20px;
	height: 35px;
	left: 0;
	background-image: url(../image/l1.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}

.yyjj_top_lb>.swiper-button-next {
	width: 20px;
	height: 35px;
	right: 0;
	background-image: url(../image/r1.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}

.yyjj_foot {
	width: 100%;
	margin-top: 50px;
}

.yyjj_foot>p {
	font-size: 15px;
	color: #4c4c4c;
	line-height: 30px;
}

.yyjj_foot>img {
	max-width: 100%;
}

.yyjj_foot>p img {
	max-width: 100%;
}

/* 单篇页 */
.dpy {
	width: 100%;
}

.dpy>p {
	font-size: 15px;
	color: #4c4c4c;
	line-height: 30px;
}

.dpy>img {
	max-width: 100%;
	margin: 10px 0;
}

.dpy>p img {
	display: inline-block;
	max-width: 100%;
	margin: 10px auto;

}

/* 全图列表 */
.qtlb {
	width: 100%;
}

.qthz {
	display: inline-block;
	vertical-align: top;
	width: 400px;
	height: 292px;
	position: relative;
	margin-right: 45px;
	margin-bottom: 45px;
}

.qthz_top {
	width: 100%;
	height: 260px;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
}

.qthz_top>img {
	width: 100%;
	height: 100%;
	transition: .8s all;
}

.qthz_foot {
	width: 346px;
	height: 52px;
	background-color: #fff;
	box-shadow: 0px 0px 6px 2px #d1d0d0;
	padding: 0 10px;
	box-sizing: border-box;
	text-align: center;
	line-height: 52px;
	position: absolute;
	left: 27px;
	bottom: 0;
}

.qthz_foot>p {
	font-size: 15px;
	color: #4c4c4c;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.qthz:hover .qthz_top>img {
	transform: scale(1.05);
}

.qthz:hover .qthz_foot>p {
	color: #009881;
	font-weight: bold;
}

.qtlb>a:nth-child(3n+3) {
	margin-right: 0;
}

/* 图片详情 */
.tpxq {
	width: 100%;
}

.tpxq_top {
	width: 100%;
	text-align: center;
}

.tpxq_top>p {
	font-size: 20px;
	color: #6b6b6b;
}

.tpxq_foot {
	width: 1245px;
	/*height: 735px;*/
	border: 1px solid #e5e5e5;
	margin-top: 35px;
	padding: 110px 140px;
	box-sizing: border-box;
}

.tpxq_foot>img {
	width: 100%;
	/*height: 100%;*/
}

/* 图文列表 */
.twlb {
	width: 100%;
}

.twhz {
	display: inline-block;
	width: 100%;
	height: 250px;
	box-shadow: 0px 0px 6px 2px #f8f8f8;
	padding: 18px 48px 18px 18px;
	box-sizing: border-box;
	margin-bottom: 30px;
	position: relative;
	display: flex;
	justify-content: space-between;
}

.twhz_left {
	width: 330px;
	height: 215px;
	overflow: hidden;
}

.twhz_left>img {
	width: 100%;
	height: 100%;
	transition: .8s all;
}

.twhz_right {
	width: 855px;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.twhz_right_left {
	width: 740px;
}

.twhz_right_left_bt {
	font-size: 18px;
	color: #888888;
	margin-bottom: 30px;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.twhz_right_left_ms {
	font-size: 15px;
	color: #b1b1b1;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.twhz_right_right_nian {
	font-size: 30px;
	color: #888888;
	font-family: PingFang SC Medium;
}

.twhz_right_right_yr {
	font-size: 16px;
	color: #888888;
	font-family: PingFang SC Medium;
}

.xian {
	width: 3px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
}

.xian>p {
	width: 100%;
	height: 50px;
	background-color: #009881;
	margin-top: 20px;
	transition: all 0.5s linear;
}

.twhz:hover .twhz_left>img {
	transform: scale(1.05);
}

.twhz:hover .twhz_right_left_bt {
	color: #009881;
}

.twhz:hover .twhz_right_right_nian {
	color: #009881;
}

.twhz:hover .twhz_right_right_yr {
	color: #009881;
}

.twhz:hover .xian>p {
	margin-top: 0px;
	height: 100%;
}

/* 全文列表 */
.qwlb {
	width: 100%;
}

.qwhz {
	display: inline-block;
	width: 100%;
	padding: 40px 0;
	box-sizing: border-box;
	border-bottom: 1px solid #eeeeee;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.qwhz_left {
	width: 110px;
	height: 96px;
	background: #d2d2d2;
	padding: 20px 0 0 25px;
	box-sizing: border-box;
}

.qwhz_left_nian {
	font-size: 22px;
	color: #ffffff;
}

.qwhz_left_yr {
	font-size: 14px;
	color: #ffffff;
}

.qwhz_right {
	width: 1125px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.qwhz_right_left {
	width: 735px;
}

.qwhz_right_left_bt {
	font-size: 18px;
	color: #4c4c4c;
	margin-bottom: 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.qwhz_right_left_ms {
	font-size: 15px;
	color: #b1b1b1;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.qwhz_right_right {
	width: 184px;
	height: 50px;
	border: 1px solid #eeeeee;
	padding: 0 36px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.qwhz_right_right_left>p {
	font-size: 15px;
	color: #b1b1b1;
}

.qwhz_right_right_right {
	width: 28px;
	height: 17px;
	overflow: hidden;
	position: relative;
}

.qwhz_right_right_right_hz {
	width: 100%;
	height: 34px;
	font-size: 0;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.qwhz_right_right_right_hz>img {
	width: 28px;
	height: 17px;
}

.qwhz:hover .qwhz_left {
	background: #009881;
}

.qwhz:hover .qwhz_right_left_bt {
	color: #009881;
	font-weight: bold;
}

.qwhz:hover .qwhz_right_right {
	background: #009881;
}

.qwhz:hover .qwhz_right_right_left>p {
	color: #fff;
}

.qwhz:hover .qwhz_right_right_right_hz {
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

/* 详情页 */
.xqy {
	width: 100%;
}

.xqy_top {
	width: 100%;
}

.xqy_top_top {
	width: 100%;
	text-align: center;
}

.xqy_top_top>p {
	font-size: 18px;
	color: #009881;
	font-weight: bold;
}

.xqy_top_foot {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 25px;
}

.xqy_top_foot>p {
	font-size: 14px;
	color: #888888;
	margin: 0 10px;
}

.xqy_top_foot>p a {
	width: 18px;
	height: 18px;
}

.xqy_top_foot>p a img {
	width: 18px;
	height: 18px;
}

.xqy_foot {
	width: 100%;
	margin-top: 50px;
}

.xqy_foot>p {
	font-size: 15px;
	color: #4c4c4c;
	line-height: 30px;
}

.xqy_foot>p img {
	max-width: 100%;
	margin: 10px 0;
}

.xqy_foot>img {
	max-width: 100%;
	margin: 10px 0;
}

/* 收费标准 */
.sfbz {
	width: 100%;
}

.sfbz_top {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: center;
}

/* 三级 */
.sanji {
	display: inline-block;
	min-width: 175px;
	height: 46px;
	background: #e6e6e6;
	border-radius: 5px;
	text-align: center;
	line-height: 46px;
	padding: 0 10px;
	box-sizing: border-box;
	margin:10px;
	font-size: 16px;
	color: #4c4c4c;
	position: relative;
}

.sanji:hover {
	background: #06b5ee;
	color: #fff;
}


.sanji:hover.sanji:before {
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #06b5ee;
	font-size: 0;
	line-height: 0;
	position: absolute;
	left: 45%;
	bottom: -9px;
}

.sanji[on="true"] {
	background: #06b5ee;
	color: #fff;
}

.sanji[on="true"].sanji:before {
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #06b5ee;
	font-size: 0;
	line-height: 0;
	position: absolute;
	left: 45%;
	bottom: -9px;
}

.sfbz_foot {
	width: 100%;
	margin-top: 45px;
	overflow: hidden;
}

.sfbz_hz {
	display: inline-block;
	width: 620px;
	height: 135px;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	box-shadow: 0px 0px 6px 2px #e5e5e5;
	padding: 28px 28px 28px 32px;
	box-sizing: border-box;
	margin-bottom: 35px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.sfbz_foot>a:nth-child(2n+1) {
	float: left;
}

.sfbz_foot>a:nth-child(2n) {
	float: right;
}
.sfbz_foot>a:nth-child(4n+1) .sfbz_hz_left_left{
	background-image: url("../image/sfbztp.png");
	background-size: 100% 100%;
}
.sfbz_foot>a:nth-child(4n+2) .sfbz_hz_left_left{
	background-image: url("../image/sfbztp2.png");
	background-size: 100% 100%;
}
.sfbz_foot>a:nth-child(4n+3) .sfbz_hz_left_left{
	background-image: url("../image/sfbztp3.png");
	background-size: 100% 100%;
}
.sfbz_foot>a:nth-child(4n+4) .sfbz_hz_left_left{
	background-image: url("../image/sfbztp4.png");
	background-size: 100% 100%;
}
.sfbz_hz_left {
	width: 425px;
	height: 100%;
	border-right: 1px solid #dcdcdc;
	padding-top: 4px;
	box-sizing: border-box;
}

.sfbz_hz_left_left {
	display: inline-block;
	vertical-align: middle;
	width: 70px;
	height: 70px;
	overflow: hidden;
}

.sfbz_hz_left_left>img {
	width: 100%;
	height: 100%;
}

.sfbz_hz_left_right {
	display: inline-block;
	vertical-align: middle;
	width: 315px;
	margin-left: 15px;
	padding: ;
}

.sfbz_hz_left_right_bt {
	width: 100%;
	font-size: 18px;
	color: #333333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.sfbz_hz_left_right_lb {
	width: 100%;
	font-size: 14px;
	color: #888888;
	margin-top: 8px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.sfbz_hz_right {
	width: 110px;
	height: 30px;
	background: #e6e6e6;
	border-radius: 20px;
	text-align: center;
	line-height: 30px;
}

.sfbz_hz_right>p {
	font-size: 14px;
	color: #4c4c4c;
}

.sfbz_hz:hover .sfbz_hz_right {
	background: #06b5ee;
}

.sfbz_hz:hover .sfbz_hz_right>p {
	color: #fff;
}

/* 体检套餐 */
.tjtc_hz {
	display: inline-block;
	width: 620px;
	height: 135px;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	box-shadow: 0px 0px 10px #e5e5e5;
	padding: 25px 28px 25px 25px;
	box-sizing: border-box;
	margin-bottom: 35px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.tjtc_hz_left {
	width: 390px;
	height: 100%;
	border-right: 1px solid #dcdcdc;
	padding-top: 2px;
	box-sizing: border-box;
}

.tjtc_hz_left_left {
	display: inline-block;
	vertical-align: middle;
	width: 80px;
	height: 80px;
	overflow: hidden;
}

.tjtc_hz_left_left>img {
	width: 100%;
	height: 100%;
}

.tjtc_hz_left_right {
	display: inline-block;
	vertical-align: middle;
	width: 260px;
	margin-left: 15px;
}

.tjtc_hz_left_right_bt {
	font-size: 18px;
	color: #333333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.tjtc_hz_left_right_kb {
	font-size: 14px;
	color: #888888;
	margin-top: 7px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.tjtc_hz_right{
	width: 165px;
	text-align: center;
}
.tjtc_hz_right_top{
	width: 100%;
}
.tjtc_hz_right_top>p{
	font-size: 14px;
	color: #666666;
}
.tjtc_hz_right_top>p span{
	font-size: 20px;
	color: #ff9958;
}
.tjtc_hz_right_top>div{
	width: 110px;
	height: 30px;
	background: #e6e6e6;
	border-radius: 20px;
	text-align: center;
	line-height: 30px;
	margin: 0 auto;
	margin-top: 12px;
	font-size: 14px;
	color: #4c4c4c;
}
.tjtc_hz:hover .tjtc_hz_right_top>div{
	background: #06b5ee;
	color: #fff;
}
.tjtc_foot>a:nth-child(5n+1) .tjtc_hz_left_left{
	background-image: url("../image/tjtctp.png");
	background-size: 100% 100%;
}
.tjtc_foot>a:nth-child(5n+2) .tjtc_hz_left_left{
	background-image: url("../image/tjtctp2.png");
	background-size: 100% 100%;
}
.tjtc_foot>a:nth-child(5n+3) .tjtc_hz_left_left{
	background-image: url("../image/tjtctp3.png");
	background-size: 100% 100%;
}
.tjtc_foot>a:nth-child(5n+4) .tjtc_hz_left_left{
	background-image: url("../image/tjtctp4.png");
	background-size: 100% 100%;
}
.tjtc_foot>a:nth-child(5n+5) .tjtc_hz_left_left{
	background-image: url("../image/tjtctp5.png");
	background-size: 100% 100%;
}
/* 体检须知 */
.tjxz{
	width: 100%;
}
.tjxz>p{
	font-size: 15px;
	color: #4c4c4c;
	line-height: 30px;
}
.tjxz>p img{
	max-width: 100%;
}
.tjxz>img{
	max-width: 100%;
}

/* 科室介绍 */
.kslb{
	width: 100%;
}
.kshz1{
	width: 100%;
}
.kshz1_top{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.kshz1_top_left{
	min-width: 140px;
}
.kshz1_top_left>img{
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	/* width: 33px;
	height: 24px; */
}
.kshz1_top_left>p{
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	color: #009881;
	margin-left: 8px;
}
.kshz1_foot{
	width: 100%;
	margin-top: 35px;
}
.kshz1_foot_hz{
	display: inline-block;
	vertical-align: top;
	width: 210px;
	height: 44px;
	border: 1px solid #aaaaaa;
	border-radius: 10px;
	text-align: center;
	line-height: 44px;
	margin-right: 58px;
	margin-bottom: 25px;
	font-size: 16px;
	color: #808080;
	padding: 0 10px;
	box-sizing: border-box;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.kshz1_foot_hz:hover{
	border: 1px solid #009881;
	color: #009881;
	box-shadow: 0px 0px 1px #009881;
}
.kshz1_foot>a:nth-child(5n+5){
	margin-right: 0;
}
.kshz2{
	width: 100%;
}
.kshz2_top{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.kshz2_top_left{
	min-width: 140px;
}
.kshz2_top_left>img{
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	/* width: 33px;
	height: 24px; */
}
.kshz2_top_left>p{
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	color: #06b5ee;
	margin-left: 8px;
}
.kshz2_foot{
	width: 100%;
	margin-top: 35px;
}
.kshz2_foot_hz{
	display: inline-block;
	vertical-align: top;
	width: 210px;
	height: 44px;
	border: 1px solid #aaaaaa;
	border-radius: 10px;
	text-align: center;
	line-height: 44px;
	margin-right: 58px;
	margin-bottom: 25px;
	font-size: 16px;
	color: #808080;
	padding: 0 10px;
	box-sizing: border-box;
}
.kshz2_foot_hz:hover{
	border: 1px solid #06b5ee;
	color: #06b5ee;
	box-shadow: 0px 0px 1px #06b5ee;
}
.kshz2_foot>a:nth-child(5n+5){
	margin-right: 0;
}
.kshz3{
	width: 100%;
}
.kshz3_top{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.kshz3_top_left{
	min-width: 140px;
}
.kshz3_top_left>img{
	display: inline-block;
	vertical-align: middle;
	/* width: 33px;
	height: 24px; */
	max-width: 100%;
}
.kshz3_top_left>p{
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	color: #29bdbb;
	margin-left: 8px;
}
.kshz3_foot{
	width: 100%;
	margin-top: 35px;
}
.kshz3_foot_hz{
	display: inline-block;
	vertical-align: top;
	width: 210px;
	height: 44px;
	border: 1px solid #aaaaaa;
	border-radius: 10px;
	text-align: center;
	line-height: 44px;
	margin-right: 58px;
	margin-bottom: 25px;
	font-size: 16px;
	color: #808080;
	padding: 0 10px;
	box-sizing: border-box;
}
.kshz3_foot_hz:hover{
	border: 1px solid #29bdbb;
	color: #29bdbb;
	box-shadow: 0px 0px 1px #29bdbb;
}
.kshz3_foot>a:nth-child(5n+5){
	margin-right: 0;
}
.kshz4{
	width: 100%;
}
.kshz4_top{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.kshz4_top_left{
	min-width: 150px;
}
.kshz4_top_left>img{
	display: inline-block;
	vertical-align: middle;
	/* width: 33px;
	height: 24px; */
	max-width: 100%;
}
.kshz4_top_left>p{
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	color: #0e88d5;
	margin-left: 8px;
}
.kshz4_foot{
	width: 100%;
	margin-top: 35px;
}
.kshz4_foot_hz{
	display: inline-block;
	vertical-align: top;
	width: 210px;
	height: 44px;
	border: 1px solid #aaaaaa;
	border-radius: 10px;
	text-align: center;
	line-height: 44px;
	margin-right: 58px;
	margin-bottom: 25px;
	font-size: 16px;
	color: #808080;
	padding: 0 10px;
	box-sizing: border-box;
}
.kshz4_foot_hz:hover{
	border: 1px solid #0e88d5;
	color: #0e88d5;
	box-shadow: 0px 0px 1px #0e88d5;
}
.kshz4_foot>a:nth-child(5n+5){
	margin-right: 0;
}

/* 科室详情 */
.ksxq{
	width: 100%;
}
.ksxq_top{
	width: 100%;
}
.ksxq_top_top{
	width: 100%;
	text-align: center;
}
.ksxq_top_top>p{
	font-size: 24px;
	color: #009881;
	font-weight: bold;
}
.ksxq_top_foot{
	width: 100%;
	height: 455px;
	margin-top: 35px;
	overflow: hidden;
}
.ksxq_lunbo{
	width: 100%;
	height: 100%;
	position: relative;
}
.ksxq_lunbo_hz{
	display: inline-block;
	width: 627px;
	height: 426px;
	overflow: hidden;
}
.ksxq_lunbo_hz>img{
	width: 100%;
	/*height: 100%;*/
	max-height: 100%;
}
.ksxq_lunbo>.swiper-pagination {
    bottom: 0px;
}
.ksxq_lunbo>.swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #bdbdbd;
    opacity: 1;
}
.ksxq_lunbo>.swiper-pagination .swiper-pagination-bullet-active {
    background-color: #12b098;
}
.ksxq_foot{
	width: 100%;
	margin-top: 35px;
}
.ksxq_foot>p{
	font-size: 15px;
	color: #4c4c4c;
	line-height: 30px;
}
.ksxq_foot>p img{
	max-width: 100%;
	margin: 10px 0;
}
.ksxq_foot>img{
	max-width: 100%;
	margin: 10px 0;
}

/* 专家列表 */
.zjlb{
	width: 100%;
}
.zjlb>a{
	margin-right: 27px;
	margin-bottom: 55px;
}
.zjlb>a:nth-child(5n+5){
	margin-right: 0;
}

/* 专家详情 */
.zjxq{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.zjxq_left{
	width: 234px;
	height: 325px;
	overflow: hidden;
}
.zjxq_left>img{
	width: 100%;
	height: 100%;
}
.zjxq_right{
	width: 1000px;
}
.zjxq_right_top{
	width: 100%;
}
.zjxq_right_top>h6{
	display: inline-block;
	vertical-align: middle;
	font-size: 22px;
	color: #06b5ee;
	font-weight: bold;
}
.zjxq_right_top>p{
	display: inline-block;
	vertical-align: middle;
	margin-left: 30px;
	font-size: 16px;
	color: #4c4c4c;
}
.zjxq_right_top>p span{
	color: #06b5ee;
}
.zjxq_right_foot{
	width: 100%;
	margin-top: 30px;
}
.zjxq_right_foot>p{
	font-size: 16px;
	color: #4c4c4c;
	line-height: 30px;
}
.zjxq_right_foot>p img{
	max-width: 100%;
}
.zjxq_right_foot>img{
	max-width: 100%;
}

/* 联系我们 */
.lxwm{
	width: 100%;
}
.lxwm_top{
	box-shadow: 0px 0px 20px #f0f1f1;
}
.lxwm_top_top{
	width: 100%;
	border-bottom: 1px solid #dcdcdc;
	padding: 70px 65px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}
.lxwm_top_top_hz{
	min-width: 200px;
}
.lxwm_top_top_hz_top>img{
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
}
.lxwm_top_top_hz_top>p{
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	color: #333333;
	margin-left: 10px;
}
.lxwm_top_top_hz_middle{
	width: 30px;
	height: 2px;
	background: #5c5c5c;
	margin-top: 15px;
}
.lxwm_top_top_hz_foot{
	margin-top: 15px;
}
.lxwm_top_top_hz_foot>p{
	font-size: 18px;
	color: #000000;
}
.lxwm_top_top_hz_foot>p span{
	font-size: 30px;
	color: #009881;
	font-weight: bold;
}
.lxwm_top_foot{
	width: 100%;
	padding: 60px 70px;
	box-sizing: border-box;
}
.lxwm_top_foot_top{
	width: 100%;
}
.lxwm_top_foot_top>p{
	font-size: 16px;
	color: #616262;
}
.lxwm_top_foot_top>p span{
	font-size: 24px;
	color: #4c4c4c;
	font-weight: bold;
	margin-right: 15px;
}
.lxwm_top_foot_foot{
	width: 100%;
	margin-top: 45px;
	display: flex;
	justify-content: space-between;
}
.lxwm_top_foot_foot_hz{
	min-width: 135px;
	text-align: center;
}
.lxwm_top_foot_foot_hz>img{
	width: 130px;
	height: 130px;
}
.lxwm_top_foot_foot_hz>p{
	margin-top: 20px;
	font-size: 18px;
	color: #4c4c4c;
}
.lxwm_foot{
	width: 100%;
	height: 605px;
	box-shadow: 0px 0px 20px #f0f1f1;
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
}
.lxwm_foot_left{
	width: 435px;
	padding: 75px 55px;
	box-sizing: border-box;
	text-align: center;
}
.lxwm_foot_left>h6{
	font-size: 30px;
	color: #333333;
	font-weight: bold;
	text-align: left;
}
.lxwm_foot_left>div{
	width: 42px;
	height: 3px;
	background: #999999;
	margin-top: 15px;
}
.lxwm_foot_left>img{
	width: 160px;
	height: 160px;
	margin-top: 55px;
}
.lxwm_foot_left>p{
	font-size: 16px;
	color: #333333;
	margin-top: 30px;
}
.lxwm_foot_right{
	width: 865px;
	height: 100%;
}
.map{
	width: 100%;
	height: 100%;
}


/* 投诉建议 */
.tsjy {
	width: 100%;
}

.tsjy_top {
	width: 100%;
}

.tsjy_name {
	display: inline-block;
	vertical-align: middle;
	width: 490px;
	font-size: 0;
	margin-bottom: 40px;
}

.tsjy_name>p,
.tsjy_num>p {
	display: inline-block;
	vertical-align: middle;
	width: 70px;
	font-size: 16px;
	color: #4c4c4c;
	text-align-last: justify;
}

.tsjy_name>input {
	display: inline-block;
	vertical-align: middle;
	width: 415px;
	height: 42px;
	border: 1px solid #cfcfcf;
	border-radius: 20px;
	padding: 0 15px;
	box-sizing: border-box;
	font-size: 16px;
	color: #4c4c4c;
}

.tsjy_num {
	display: inline-block;
	vertical-align: middle;
	width: 540px;
	font-size: 0;
	margin-bottom: 40px;
	margin-left: 25px;
}

.tsjy_num>input {
	display: inline-block;
	vertical-align: middle;
	width: 455px;
	height: 42px;
	border: 1px solid #cfcfcf;
	border-radius: 20px;
	padding: 0 15px;
	box-sizing: border-box;
	font-size: 16px;
	color: #4c4c4c;
}

.tsjy_nr {
	width: 100%;
	margin-bottom: 35px;
}

.tsjy_nr>p {
	display: inline-block;
	vertical-align: top;
	width: 70px;
	font-size: 16px;
	color: #4c4c4c;
	text-align-last: justify;
}

.tsjy_nr>textarea {
	display: inline-block;
	vertical-align: top;
	width: 1225px;
	height: 270px;
	border: 1px solid #cfcfcf;
	border-radius: 20px;
	padding: 15px;
	box-sizing: border-box;
	font-size: 16px;
	color: #4c4c4c;
}

.tsjy_yzm {
	width: 100%;
}

.tsjy_yzm>p {
	display: inline-block;
	vertical-align: middle;
	width: 70px;
	font-size: 16px;
	color: #4c4c4c;
	text-align-last: justify;
}

.tsjy_yzm>input {
	display: inline-block;
	vertical-align: middle;
	width: 250px;
	height: 42px;
	border: 1px solid #cfcfcf;
	border-radius: 20px;
	padding: 0 15px;
	box-sizing: border-box;
	font-size: 16px;
	color: #4c4c4c;
}

.tsjy_yzm>img {
	display: inline-block;
	vertical-align: middle;
	width: 130px;
	height: 40px;
	margin-left: 30px;
}

.tsjy_tj {
	display: block;
	width: 258px;
	height: 44px;
	background: #009881;
	border-radius: 20px;
	text-align: center;
	line-height: 44px;
	margin-top: 35px;
	margin-left: 74px;
	font-size: 18px;
	color: #ffffff;
	cursor: pointer;
}

.tsjy_foot {
	width: 100%;
	margin-top: 40px;
}

.tsjy_hz {
	width: 100%;
	padding: 35px 0;
	box-sizing: border-box;
	border-bottom: 9px solid #eeeeee;
}

.tsjy_hz_top {
	width: 100%;
	padding-bottom: 20px;
	border-bottom: 1px dotted #d3d3d3;
}

.tsjy_hz_top_top>img {
	display: inline-block;
	vertical-align: middle;
	width: 25px;
	height: 29px;
}

.tsjy_hz_top_top>h2 {
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	font-size: 16px;
	color: #06b5ee;
}

.tsjy_hz_top_top>p {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	color: #212121;
	margin-left: 10px;
}

.tsjy_hz_top_foot {
	width: 100%;
	margin-top: 20px;
}

.tsjy_hz_top_foot>p {
	font-size: 14px;
	color: #212121;
	line-height: 26px;
}

.tsjy_hz_top_foot>p span {
	font-size: 16px;
}

.tsjy_hz_foot {
	width: 100%;
	margin-top: 15px;
}

.tsjy_hz_foot_top>img {
	display: inline-block;
	vertical-align: middle;
	width: 38px;
	height: 38px;
}

.tsjy_hz_foot_top>h2 {
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	font-size: 16px;
	color: #009881;
}

.tsjy_hz_foot_top>p {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	color: #212121;
	margin-left: 10px;
}

.tsjy_hz_foot_foot {
	width: 100%;
	margin-top: 15px;
}

.tsjy_hz_foot_foot>p {
	font-size: 14px;
	color: #212121;
	line-height: 26px;
}

.tsjy_hz_foot_foot>p span {
	font-size: 16px;
}

.tsjy_foot>.tsjy_hz:last-child {
	border-bottom: 0px solid #eeeeee;
}

/*最新版问卷调查电脑站的样式*/
.wjdc1{
	width: 100%;
	padding: 25px 40px;
}
.wjdc1_top{
	width: 100%;
	text-align: center;
}
.wjdc1_top>p{
	font-size: 26px;
	color: #199aa6;
	font-weight: bold;
}
.wjdc1_foot{
	width: 100%;
	margin-top: 35px;
}
.wjdc1_foot_top{
	width: 100%;
	text-align: center;
}
.wjdc1_foot_top>span{
	font-size: 18px;
	color: #4c4c4c;
	display: inline-block;
	vertical-align: middle;
}
.wjdc1_foot_top>input{
	display: inline-block;
	vertical-align: middle;
	width: 410px;
	height: 48px;
	border: 1px solid #cccccc;
	padding: 0 12px;
	line-height: 48px;
	margin-left: 20px;
}
.wjdc1_foot_top>p{
	font-size: 15px;
	color: #666666;
	margin-top: 20px;
}
.wjdc1_foot_foot{
	width: 100%;
	text-align: center;
	margin-top: 20px;
}
.wjdc1_foot_foot>input{
	display: inline-block;
	width: 200px;
	height: 50px;
	background-color: #199aa6;
	border: none;
	border-radius: 25px;
	text-align: center;
	line-height: 50px;
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
}
.wjdc1_foot_foot>input:hover{
	cursor: pointer;
}
.questionnaire1_con_bor{
	width: 100%;
	padding-top: 20px;
	margin-bottom: 20px;
}
.questionnaire1_con_bor>p{
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #4c4c4c;
	font-weight: bold;
}
.wjdc_top>h3{
	font-size: 26px;
	color: #009881;
	font-weight: bold;
	text-align: center;
}
.questionnaire1_con_bor>div{
	width: 100%;
}
.questionnaire1_con_bor[type="text"] div input{
	display: inline-block;
	vertical-align: middle;
	width: 360px;
	height: 40px;
	border: 1px solid #e6e1e1;
	padding: 0 5px;
}
.questionnaire1_con_bor[type="textarea"] div textarea{
	width: 790px;
	min-height: 146px;
	border: 1px solid #e6e1e1;
	margin-top: 25px;
	padding: 10px;
	padding: 5px 10px;
}
.questionnaire1_con_bor[type="select"]{
	width: 100%;
	margin-bottom: 20px;
}
.questionnaire1_con_bor[type="select"]>p{
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #4c4c4c;
	font-weight: bold;
}
.questionnaire1_con_bor[type="select"]>div{
	width: 100%;
}
.questionnaire1_con_bor[type="select"]>div select{
	background-color: #fff;
}
.questionnaire1_con_bor[type="radio"]{
	width: 100%;
	margin-bottom: 20px;
}

.wjdc_danxuan>div{
	width: 100%;
}
.questionnaire1_con_bor[type="radio"]>div div{
	margin-top: 8px;
	display: inline-block;
	vertical-align: middle;
	min-width: 150px;
}
.questionnaire1_con_bor[type="radio"]>div div input {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: #fff;
	border: 1px solid #009881;
	display: inline-block;
	vertical-align: middle;
}
.questionnaire1_con_bor[type="radio"]>div div p {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	color: #333333;
	line-height: 38px;
	margin-left: 15px;
}

.questionnaire1_con_bor[type="checkbox"]>div{
	width: 100%;
}
.questionnaire1_con_bor[type="checkbox"]>div div{
	margin-top: 8px;
	display: inline-block;
	vertical-align: middle;
	min-width: 150px;
}
.questionnaire1_con_bor[type="checkbox"]>div div input {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: #fff;
	border: 1px solid #009881;
	display: inline-block;
	vertical-align: middle;
}
.questionnaire1_con_bor[type="checkbox"]>div div p {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	color: #333333;
	line-height: 38px;
	margin-left: 15px;
}
.wjdc_shuru{
	width: 100%;
	margin-bottom: 20px;
}
.wjdc_shuru>p{
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #4c4c4c;
	font-weight: bold;
}
.wjdc_shuru>div{
	width: 100%;
}
.wjdc_shuru>div input{
	width: 50% !important;
	height: 42px !important;
	border: 1px solid #b5b5b5;
	padding: 0 10px;
}
.lianxi_con_div{
	width: 100%;
	margin-top: 35px;
}
.lianxi_con_div>p{
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	color: #4c4c4c;
}
.lianxi_con_div>input{
	display: inline-block;
	vertical-align: middle;
	width: 200px;
	height: 40px;
	border: 1px solid #e6e1e1;
	padding: 0 5px;
}
.lianxi_con_div>img{
	display: inline-block;
	vertical-align: middle;
	width: 120px;
	height: 40px;
}
.form_submit{
	border: none;
	display: block;
	width: 164px;
	height: 40px;
	background-color: #009881;
	text-align: center;
	line-height: 40px;
	margin-top: 20px;
	margin-left: 77px;
	font-size: 18px;
	color: #ffffff;
	cursor: pointer;
	margin-left: 69px;
}
.promptsuccess{
	width: 100%;
	text-align: center;
}
.promptone{
	width: 100%;
	text-align: center;
}
.promptmsg{
	font-size: 18px;
}
.prompttwo{
	margin-top: 15px;
	font-size: 18px;
}
.prompttwo>a:hover{
	color: #232323;
}