* {
	padding: 0;
	margin: 0;
	word-break: break-all;
	box-sizing: border-box;
}

a {
	text-decoration: none;
}

img {
	border: medium none;
	outline: none;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

body,
html {
	background-color: #fff;
}

button,
input {
	border: medium none;
	outline: none;
	appearance: none;
}

button {
	cursor: pointer;
}

.logo_box {
	width: 800px;
	margin: 0 auto;
	padding: 14px 0 11px;
}

.logo_box img {
	width: 208px;
}

.menu_box {
	background: #3DC1F5;
	width: 100%;
}

.menu_box .menu_infor {
	width: 790px;
	margin: 0 auto;
	display: flex;
}

.menu_box .menu_block {
	font-size: 18px;
	line-height: 46px;
	color: #fff;
	text-align: center;
	width: 158px;
	cursor: pointer;
}

.menu_box .active,
.menu_box .menu_block:hover {
	background-color: #168EF0;
}

.banner_box {
	width: 1440px;
	margin: 0 auto;
}

.banner_box img {
	width: 100%
}

.banner_box .swiper-slide {
	position: relative;
}

.banner_box .link {
	appearance: none;
	background-color: #ba5624;
	width: 245px;
	height: 90px;
	text-align: center;
	font-size: 45px;
	line-height: 90px;
	font-weight: bold;
	color: #fff;
	position: absolute;
	bottom: 12%;
	right: 35%;
	cursor: pointer;
	border: medium none;
	outline: none;
}

.banner_box .swiper-pagination-bullet {
	border: 1px solid #878787;
	background-color: transparent;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	opacity: 1;
}

.banner_box .swiper-pagination-bullet-active {
	background-color: #878787;
}

.introduce_box {
	width: 1440px;
	margin: 0 auto;
	padding: 70px 0;
	text-align: center;
}

.introduce_box .pic {
	width: 310px;
	margin: 0 auto 20px;
}

.introduce_box .txt {
	font-size: 20px;
	line-height: 50px;
	color: #393939;
	text-align: center;
}

.department_box {
	width: 840px;
	margin: 0 auto 70px;
	display: flex;
	justify-content: space-between;
}

.department_box .department_block {
	text-align: center;
	font-size: 13px;
	line-height: 23px;
	color: #393939;
	width: 200px;
}

.department_box .d_pic {
	width: 58px;
	margin: 0 auto 15px;
}

.department_box .d_pic img {
	width: 58px;
}

.department_box .d_tit {
	font-size: 22px;
	line-height: 25px;
	color: rgba(57, 57, 57, 1);
	font-weight: bold;
	margin-bottom: 15px;
}

.fill_box {
	width: 840px;
	margin: 0 auto 50px;
	padding: 15px;
	box-sizing: border-box;
}

.fill_box .fill_cont {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	padding: 25px 25px 10px;
	position: relative;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.fill_box .fill_block {
	display: flex;
	width: 240px;
	justify-content: space-around;
	align-items: flex-start;
	margin-bottom: 30px;
	margin-right: 10px;
}

.fill_box .f_icon {
	width: 20px;
	margin-right: 4px;
	margin-top: 10px;
}

.fill_box .f_infor {
	flex: 1;
	width: 100%;
	border-bottom: 5px solid #b6e6f8;
	display: flex;
	align-items: center;
}

.fill_box .f_label {
	font-size: 16px;
	line-height: 40px;
	color: #333;
	width: 80px;
}

.fill_box .f_txt {
	font-size: 16px;
	line-height: 40px;
	color: rgba(57, 57, 57, 1);
	flex: 1;
	width: 100%;
	border: medium none;
	outline: none;
}

.fill_box .f_btn {
	background-color: #fd6e20;
	width: 175px;
	height: 40px;
	font-size: 22px;
	line-height: 40px;
	color: #fff;
	text-align: center;
	position: absolute;
	bottom: 20px;
	right: -50px;
	cursor: pointer;
	border: medium none;
	outline: none;
}

.pic_box {
	width: 1440px;
	margin: 0 auto;
}

.pic_box img {
	width: 100%
}

.list_box {
	width: 960px;
	margin: 0 auto;
	border-top: 2px solid #3DC1F5;
	padding: 40px 75px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}

.list_box .list_left {
	width: 380px;
}

.list_box .list_right {
	width: 290px;
}

.list_box .list_top {
	text-align: center;
	font-size: 14px;
	line-height: 24px;
	color: #333;
	margin-bottom: 30px;
}

.list_box .list_top .t_tit {
	font-size: 22px;
	line-height: 32px;
	font-weight: bold;
	margin-bottom: 10px;
}

.list_box .list_cont .l_tit {
	font-size: 20px;
	line-height: 32px;
	font-weight: bold;
	margin-bottom: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.list_box .list_cont .l_more {
	font-size: 16px;
	line-height: 32px;
	color: #fd6e20;
	font-weight: bold;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
	margin: 0 10px;
}

.list_box .list_cont .l_infor {
	margin-bottom: 30px;
}

.list_box .list_cont .l_name {
	font-size: 14px;
	line-height: 24px;
	color: #333;
	margin-bottom: 10px;
}

.list_box .list_cont .l_pic {
	width: 250px;
}

.list_box .list_cont .l_pic img {
	width: 100%;
}

.list_box .l_block {
	margin-bottom: 30px;
}

.list_box .l_link {
	text-decoration: none;
	transition: all 0.5s;
}
.list_box .l_link:hover {
	transform: scale(1.02);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.list_box .l_ul {
	padding-left: 20px;
}

.list_box .l_li {
	width: 100%
}

.list_box .l_li a {
	display: block;
	font-size: 14px;
	line-height: 24px;
	color: #333;
	width: 100%;
	height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-decoration: none;
	margin: 5px 0;
	transition: all 0.5s;
}
.list_box .l_li a:hover {
	transform: scale(1.02);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.video_list_box {
	width: 100%
}

.video_list_box .video_block {
	width: 100%;
	margin-bottom: 10px;
	cursor: pointer;
	transition: all 0.5s;
}
.video_list_box .video_block:hover {
	transform: scale(1.02);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.video_list_box .video_block img {
	width: 100%;
}


.btm_box {
	background-color: #3DC1F5;
}

.btm_box .btm_cont {
	width: 962px;
	margin: 0 auto;
}

.btm_box .btm_pic {
	display: flex;
	width: 100%;
	padding: 20px 0;
	border-bottom: 1px solid #fff;
	justify-content: space-around;
}

.btm_box .btm_pic img {
	width: 178px;
}

.btm_box .btm_flex {
	border-top: 1px solid #fff;
	margin-top: 1px;
	padding: 20px 0;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
}

.btm_box .btm_txt {
	font-size: 10px;
	line-height: 20px;
	color: #fff;
}

.btm_box .btm_txt img {
	width: 214px;
	margin-bottom: 18px;
}

.erweima_box {
	display: flex;

}

.erweima_box .erweima_block {
	width: 125px;
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	text-align: center;
	margin: 0 20px;
}

.erweima_box .erweima_block img {
	width: 102px;
	height: 102px;
	margin: 0 auto 12px;
}

.pop_video_bg {
	background-color: rgba(0, 0, 0, 0.5);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	display: none;
}

.pop_video_box {
	width: 840px;
	height: 480px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 10px;
	background-color: #fff;
	border-radius: 10px;
}

.pop_video_box .pop_video {
	width: 100%;
	height: 100%;
}

.pop_close {
	position: absolute;
	width: 40px;
	position: absolute;
	left: 50%;
	bottom: -60px;
	transform: translateX(-50%);
	cursor: pointer;
}

.nav_bg {
	border-bottom: 2px solid #3ec1f5;
}

.nav_box {
	width: 820px;
	margin: 0 auto;
}

.nav_box .nav_tit {
	padding: 10px 0;
	font-size: 14px;
	line-height: 24px;
	color: #333;
}

.nav_box .nav_cont {

	display: flex;
	flex-wrap: wrap;
	width: 100%;
	align-items: flex-end;
}

.nav_box .nav_block {
	font-size: 20px;
	line-height: 40px;
	color: #333;
	padding: 0 20px;
	font-weight: bold;
	cursor: pointer;
}

.nav_box .nav_block.active,
.nav_box .nav_block:hover {
	border-bottom: 6px solid #3ec1f5;
	padding-bottom: 10px;
	color: #3ec1f5;
	font-weight: bold;
	font-size: 24px;
}

.tab_box {
	border-top: 2px solid #3ec1f5;
	width: 100%;
	padding: 15px 0;
}

.tab_box .tab_cont {
	width: 820px;
	margin: 0 auto;
	display: flex;
}

.tab_box .tab_block {
	font-size: 16x;
	line-height: 40px;
	color: #333;
	margin-right: 20px;
	cursor: pointer;
}

.tab_box .tab_block.active,
.tab_box .tab_block:hover {
	font-weight: bold;
}

.content_box {
	width: 820px;
	margin: 0 auto;
	padding-bottom: 50px;
}

.search_box {
	border: 1px solid #ccc;
	width: 600px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

.search_box .s_fill {
	flex: 1;
	width: 100%;
	font-size: 16px;
	line-height: 40px;
	color: #333;
	appearance: none;
	padding: 0 15px;
	box-sizing: border-box;
	border: medium none;
	outline: none;
}

.search_box .s_btn {
	font-size: 16px;
	line-height: 40px;
	color: #333;
	padding: 0 20px;
	appearance: none;
	border: medium none;
	outline: none;
	cursor: pointer;
	background-color: transparent;
}

.search_box .s_bar {
	background-color: #ccc;
	width: 2px;
	height: 30px;
}

.sele_box {
	border-bottom: 2px solid #ccc;
	padding: 0 0 10px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	position: relative;
}

.sele_box .sele_block {
	font-size: 16px;
	line-height: 40px;
	color: #333;
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	padding: 0 20px;
	cursor: pointer;
	margin: 0 20px;
}

.sele_box .sele_block .s_txt {
	padding-right: 10px;
}

.sele_box .sele_block .s_sele {
	padding-right: 10px;
}

.pop_sele {
	border: 1px solid #ccc;
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	font-size: 14px;
	line-height: 24px;
	padding: 0;
	background-color: #fff;
	max-height: 240px;
	overflow-y: auto;
	display: none;
}

.pop_sele .txt {
	padding: 5px;
	font-size: 14px;
	line-height: 24px;
	color: #333;
	border: 1px solid #ccc;
	cursor: pointer;
}

.ul_box {
	margin: 0 auto;
	padding: 30px 0;
}

.ul_box .li_block {
	display: flex;
	align-items: flex-start;
	width: 100%;
	justify-content: space-between;
	margin-bottom: 30px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 30px;
	transition: all 0.5s;
}
.ul_box .li_block:hover {
	transform: scale(1.02);
	/* box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); */
}
.ul_box .li_pic {
	width: 140px;
	margin-right: 20px;
}

.ul_box .li_flex_item {
	flex: 1;
	width: 100%;
	font-size: 14px;
	line-height: 24px;
	color: #333;
	display: flex;
	align-items: self-end;
}

.ul_box .l_name {
	font-size: 20px;
	line-height: 30px;
	color: #333;
	margin-bottom: 5px;
}

.ul_box .l_tit {
	margin-bottom: 5px;
}

.ul_box .l_flex {
	flex: 1;
	width: 100%;
}

.ul_box .li_btn {
	background-color: #fd6e20;
	width: 150px;
	height: 40px;
	font-size: 20px;
	line-height: 40px;
	color: #fff;
	text-align: center;
	margin-left: 10px;
}

.content_left {
	width: 560px;
	float: left;
}

.content_left .search_box {
	width: 100%;
}

.content_right {
	width: 240px;
	float: right;

}

.pic_tit_box {
	padding: 25px 0 10px;
}

.pic_tit_box img {
	width: 100%;
}

.hot_box {
	font-size: 14px;
	line-height: 30px;
	color: #575757;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
}

.hot_box .hot_tit {
	margin: 0 10px 10px 0;
}

.hot_box .hot_block {
	border: 1px solid #ccc;
	padding: 0 10px;
	border-radius: 15px;
	margin: 0 10px 10px 0;
	cursor: pointer;
	transition: all 0.5s;
}

.hot_box .hot_block:hover {
	transform: scale(1.02);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.sml_banner_sign {
	width: 100%;
	margin-bottom: 20px;
}

.sml_banner_sign img {
	width: 100%;
	cursor: pointer;
}

.news_list_box {
	margin-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	width: 100%;
}

.news_list_box .news_block {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 20px;
	font-size: 12px;
	line-height: 20px;
	color: #999;
	transition: all 0.5s;
}

.news_list_box .news_block:hover {
	transform: scale(1.02);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.news_list_box .news_block:nth-child(3n) {
	margin-right: 0;
}

.news_list_box .news_pic {
	width: 100%;
	margin-bottom: 5px;
}

.news_list_box .news_pic img {
	width: 100%;
}

.news_list_box .news_tit {
	font-size: 14px;
	line-height: 20px;
	height: 40px;
	color: #333;
	margin: 0 5px 5px;
}

.news_list_box .news_type {
	display: flex;
	margin: 0 5px 5px;
}

.news_list_box .news_type div {
	border: 1px solid #ccc;
	padding: 0 5px;
	border-radius: 10px;
	margin-right: 5px;
}

.news_list_box .news_read {
	margin: 0 3px 5px;
}

/*多行省略*/

.noWrap-one {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.noWrap-two {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.noWrap-three {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.noWrap-four {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
.sign_up_box {
	padding: 10px 10px 30px;
	border-radius: 5px;
	position: relative;
	margin-bottom: 50px;
}
.sign_up_box .s_btn {
	background-color: #fd6e20;
	width: 175px;
	height: 40px;
	font-size: 22px;
	line-height: 40px;
	color: #fff;
	text-align: center;
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
	cursor: pointer;
	border: medium none;
	outline: none;
}
.sign_up_box .sign_up_line {
	display: flex;
	width: 100%;
	align-items: self-start;
	margin-bottom: 10px;
}
.sign_up_box .sign_up_line .s_icon {
	width: 24px;
	margin-right: 5px;
	margin-top: 6px;
}
.sign_up_box .sign_up_line .s_infor {
	display: flex;
	flex: 1;
	width: 100%;
	padding: 5px 0;
}
.sign_up_box .sign_up_line .s_label {
	font-size: 14px;
	line-height: 24px;
	color: #333;
	margin-right: 5px;
}
.sign_up_box .sign_up_line .s_txt {
	font-size: 14px;
	line-height: 28px;
	color: #333;
	flex: 1;
	display: flex;
	width: 100%;
	align-items: center;
	border-bottom: 5px solid #b6e6f8;
}
.erweima_service_box img {
	width: 80%;
	margin: 0 auto;
	display: block;
}
.erweima_service_box .txt {
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	color: #3ec1f5;
	padding: 5px 0;
}
.drug_list_box {
	margin-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	width: 100%;
}

.drug_list_box .drug_block {
	width: 28%;
	margin-right: 8%;
	margin-bottom: 20px;
	font-size: 12px;
	line-height: 20px;
	color: #999;
	transition: all 0.5s;
}

.drug_list_box .drug_block:hover {
	transform: scale(1.02);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.drug_list_box .drug_block:nth-child(3n) {
	margin-right: 0;
}

.drug_list_box .drug_pic {
	width: 100%;
	margin-bottom: 5px;
}

.drug_list_box .drug_pic img {
	width: 100%;
}

.drug_list_box .drug_tit {
	font-size: 14px;
	line-height: 20px;
	height: 40px;
	color: #333;
	margin: 0 5px 5px;
}
.statement_box {
	padding: 30px 0;
	font-size: 14px;
	line-height: 24px;
	color: #333;
}
.statement_top {
	font-size: 24px;
	line-height: 30px;
	text-align: center;
	padding: 30px 30px 50px;
}
.statement_cont {
	font-size: 14px;
	line-height: 24px;
	color: #333;
}
.statement_cont p {
	font-size: 14px;
	line-height: 24px;
	color: #333;
	margin-bottom: 20px;
}
.project_details_box {
	padding: 30px 0 0;
	font-size: 14px;
	line-height: 24px;
	color: #333;
}
.details_tit {
	font-size: 24px;
	line-height: 40px;
	text-align: center;
	padding: 10px 30px 20px;
	color: #3DC1F5;
	font-weight: bold;
}
.share_box {
	color: #999;
	display: flex;
	width: 100%;
	align-items: center;
	margin-bottom: 20px;
}
.share_box .txt {
	margin-right: 10px;
}
.share_box a {
	width: 30px;
	margin-right: 10px;
}
.share_box a img {
	width: 100%;
}
.details_tab {
	display: flex;
	width: 100%;
	align-items: center;
	border-bottom: 2px solid #ccc;
	justify-content: space-around;
}
.details_tab .tab_block {
	font-size: 16px;
	line-height: 30px;
	color: #333;
	padding: 0 30px;
	cursor: pointer;
}
.details_tab .tab_block.active,
.details_tab .tab_block:hover {
	color: #3DC1F5;
	font-weight: bold;
}
.project_details_cont {
	padding: 40px 0;
}
.project_details_cont .pd_block {
	background-color: #dfe9f6;
	margin-bottom: 30px;
	border-radius: 10px;
	padding: 30px;
	position: relative;
}
.project_details_cont .pd_tit {
	background: url("../img/details_tit.png") no-repeat;
	width: 235px;
	height: 40px;
	font-size: 18px;
	line-height: 40px;
	color: #fff;
	font-weight: bold;
	padding: 0 0 0 30px;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: -20px;
}
.project_details_cont .pd_cont {

}
.project_details_cont .pd_line {
	display: flex;
	width: 100%;
	align-items: self-start;
	margin-bottom: 10px;
}
.project_details_cont .pd_type {
	width: 80px;
	margin-right: 20px;
}
.project_details_cont .pd_txt {
	flex: 1;
	width: 100%;
}
.pd_li {
	flex: 1;
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
	text-align: center;
}
.pd_li .tit {
	font-weight: bold;
	margin-bottom: 10px;
}

.project_details_cont {
	font-size: 14px;
	line-height: 24px;
	color: #333;
}
.project_details_cont p {
	font-size: 14px;
	line-height: 24px;
	color: #333;
	/* margin-bottom: 20px; */
}
.sticky_box {
	position: sticky;
	left:0;
	top: 0;
	width: 100%;
	z-index: 5;
	background-color: #fff;
}
.width_box {
	width: 820px;
	margin: 0 auto;
}

.btn_apply {
	background-color: #fd6e20;
	width: 175px;
	height: 40px;
	font-size: 22px;
	line-height: 40px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	border: medium none;
	outline: none;
	display: inline-block;
}
.details_infor {
	font-size: 14px;
	line-height: 24px;
	color: #999;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 10px;
}
.details_infor .txt {
	margin-right: 30px;
}
.details_type {
	display: flex;
	align-items: flex-start;

}
.details_type div {
	font-size: 14px;
	line-height: 24px;
	color: #999;
	margin: 0 10px 10px 0;
	border-radius: 12px;
	border: 1px solid #999;
	padding: 0 15px;
}
.news_details_box {
	border-top: 1px solid #ccc;
	padding: 30px 0;
	font-size: 14px;
	line-height: 24px;
	color: #333;
}
.news_details_box p {
	font-size: 14px;
	line-height: 24px;
	color: #333;
	margin-bottom: 10px;
}
.drug_details_box {
	border-top: 1px solid #ccc;
	padding: 30px 0;
	font-size: 14px;
	line-height: 24px;
	color: #333;
}
.drug_details_box p {
	font-size: 14px;
	line-height: 24px;
	color: #333;
	margin-bottom: 10px;
}
.drug_details_top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin: 30px 0 10px;
}
.drug_details_top .pic {
	width: 250px;
	margin-right: 20px;
}
.drug_details_top .name {
	font-size: 20px;
	line-height: 40px;
	color: #333;
}
.drug_details_top .txt {
	font-size: 14px;
	line-height: 24px;
	color: #333;
}
.drug_details_top .item {
	flex: 1;
	width: 100%;
}
.pop_bg {
	background-color: rgba(0, 0, 0, 0.3);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
}
.pop_box {
	width: 600px;
	background-color: #fff;
	border-radius: 10px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 11;;
}
.pop_box .erweima_service_box {
	width: 300px;
	margin: 20px auto;
}


.iPicker-result {
	border: medium none !important;
	padding-left: 0 !important;

}
.iPicker-input {
	font-size: 14px !important;
	line-height: 30px !important;
	color: #333 !important;
	padding-left: 0 !important;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.iPicker-list {
	width: 300px !important;
}
.f_infor .iPicker-input {
	font-size: 16px !important;
	color: #333 !important;
}
