p {
	margin: 0;
}

ul,
li {
	padding: 0;
	margin: 0;
	list-style: none;
}

input {
	border: 0;
	outline: none;
	background: none;
}

body {
	background: #f5f8ff;
}

.home_news_con a:hover p {
	color: #0282cd;
}

.public_head a:hover,
.home_news_tit a:hover {
	color: #0282cd;
}

.header {
	background: url('../img/nav_bg2.png') no-repeat top center;
	background-size: cover;
}

.header_top {
	width: 1420px;
	margin: 0 auto;
	display: flex;
	height: 150px;
	padding-top: 30px;

}

.header_top_mes {
	display: flex;
	justify-content: space-between;
	padding-top: 21px;

}

.logo {
	width: 750px;
}

.logo img {
	width: 624px;
	height: auto;
}

.header_top_con img {
	width: 467px;
	height: auto;
	margin-top: 21px;
}

.header_top_mes a {
	width: 36px;
	height: 36px;
	background: #fff;
	border: 1px solid #cdcdcd;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	margin-left: 20px;
}

.header_top_con {
	width: 540px;
}

.header_nav {
	background: #0282cd;
}

.header_nav_con {
	width: 1420px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;

}

.header_nav_con ul {
	display: flex;
}

.header_nav_con ul li.hover>a,
.header_nav_con ul li:hover>a {
	background: rgba(0, 0, 0, .2);
}

.header_nav_con ul li:hover .header_next_nav {
	display: block;
}

.header_nav_con ul li>a {
	color: #ffffff;
	font-size: 20px;
	line-height: 36px;
	padding: 12px 40px;
	display: block;

}

.header_nav_con ul li {
	position: relative;
}

.header_next_nav {
	position: absolute;
	left: 0;
	top: 60px;
	background: #fff;
	z-index: 999;
	min-width: 100%;
	display: none;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, .2);

}

.header_nav_con ul li .header_next_nav a {
	color: #333333;
	font-size: 18px;
	line-height: 36px;
	padding: 12px 40px;
	display: block;
	white-space: nowrap;
}

.header_nav_con ul li .header_next_nav a.next_hover,
.header_nav_con ul li .header_next_nav a:hover {
	color: #0282cd;
}

.header_search_btn {
	background: #3db7ff;
	width: 50px;
	height: 36px;
	border-radius: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	right: -1px;
	top: -1px;
}

.header_search {
	border: 1px solid #cccccc;
	position: relative;
	padding: 0 65px 0 15px;
	background: #ffffff;
	height: 36px;
	border-radius: 18px;
	margin-top: 12px;
}

.header_search input {
	width: 100%;
	font-size: 14px;
	height: 34px;
}

.header_search_btn img {
	width: 20px;
	height: 20px;
}

.footer {
	background: #141a24;
}

.footer_con {
	width: 1420px;
	margin: 0 auto;
	padding: 42px 0 34px;
	display: flex;
	justify-content: space-between;
}

.copyright {
	color: #afbecf;
	font-size: 14px;
	line-height: 36px;
}

.copyright a {
	color: #afbecf;
	font-size: 14px;
	height: 36px;

}

.copyright a img {
	width: 18px;
	height: 20px;
	margin-right: 10px;
}

.copyright_logo img {
	width: 141px;
	height: 60px;
	margin: 20px 0 26px;
}

.footer_contact {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	width: 820px;
}

.footer_contact_rt {
	color: #cccccc;
	font-size: 14px;
	line-height: 40px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.footer_contact_rt img {
	width: 160px;
	height: 160px;
}

.footer_contact_lt {
	color: #cccccc;
	font-size: 14px;
	line-height: 36px;
}

.footer_tit {
	color: #ffffff;
	font-size: 18px;
	line-height: 54px;
}

.footer_phone {
	color: #ffffff;
	font-size: 30px;
	line-height: 60px;
}

.home_news {
	width: 1420px;
	margin: 20px auto 0;
	padding: 5px 20px 20px;
	background: #fff;
	display: flex;
}

.home_news_lt {
	width: 640px;
	padding-top: 15px;
}

.home_news_lt .am-slider .am-slides img {
	width: 640px;
	height: 320px;
	object-fit: cover;
}

.home_news_lt li {
	position: relative;
}

.home_news_lt li p {
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .5);
	line-height: 30px;
	padding: 15px 25px;
	width: 100%;
	color: #ffffff;
	font-size: 18px;
}

.home_news_lt .am-slider-default {
	margin-bottom: 0;
}

.home_news_lt .am-slider-default .am-control-nav {
	text-align: right;
	bottom: 23px;
	padding-right: 14px;
}

.home_news_lt .am-slider-default .am-control-nav li a {
	width: 10px;
	height: 10px;
	background: rgba(0, 0, 0, 0);
	border: 1px solid #ffffff;
}

.home_news_lt .am-slider-default .am-control-nav li a.am-active {
	background: #fff;
	border: 1px solid #fff;
	box-shadow: none;
}

.home_news_rt {
	width: 740px;
	padding-left: 40px;
}

.home_news_con {
	padding-top: 4px;
}

.home_news_con a {
	display: flex;
	justify-content: space-between;
	color: #999999;
	font-size: 18px;
	border-bottom: 1px dashed #cccccc;
	padding: 12px 0;
	line-height: 30px;
}

.home_news_con a p {
	color: #222222;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 520px;

}

.public_head a,
.home_news_tit a {
	display: flex;
	align-items: center;
	color: #333333;
	font-size: 16px;
}

.home_news_tit {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #dedede;
	line-height: 55px;
}

.public_head a img,
.home_news_tit a img {
	width: 9px;
	height: 15px;
	margin-left: 10px;
}

.general_title {
	color: #0282cd;
	font-size: 24px;
	font-weight: bold;
	position: relative;
}

.general_title::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -1px;
	background: #0282cd;
	width: 100%;
	height: 4px;
}

.home_search {
	background: url('../img/home_ico12.png') no-repeat;
	background-size: 100% auto;
	width: 1420px;
	margin: 20px auto 0;
	padding: 5px 50px 20px;
	display: flex;
	align-items: flex-end;
}

.home_search_lt {
	color: #ffffff;
	font-size: 30px;
	width: 220px;
	border-right: 1px solid rgba(255, 255, 255, .3);
	height: 80px;
	display: flex;
	align-items: center;
	font-weight: bold;
}

.home_search_list {
	display: flex;
	color: #ffffff;
	font-size: 18px;
	line-height: 45px;
}

.home_search_list ul {
	display: flex;
}

.home_search_list ul li {
	margin-left: 30px;
	padding-left: 20px;
	position: relative;
}

.home_search_list ul li.act img {
	display: block;
}

.home_search_list ul li.all_btn.act {
	padding-left: 20px;
}

.all_btn.not_all img {
	display: none;
}

.home_search_list ul li.all_btn {
	margin-left: 0;
	padding-left: 0;
}

.all_btn img {
	margin-right: 5px;
}

.home_search_list ul li img {
	width: 14px;
	height: 10px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	display: none;
}

.home_search_input {
	display: flex;
	justify-content: space-between;
}

.home_search_input_btn {
	color: #ffffff;
	font-size: 18px;
	background: #0282cd;
	width: 120px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
}

.home_search_input_btn img {
	margin-right: 10px;
	width: 18px;
	height: 18px;
}

.home_search_input input {
	background: #ffffff;
	width: 920px;
	height: 50px;
	border-radius: 5px;
	font-size: 16px;
	padding: 0 20px;
}

.home_search_rt {
	width: calc(100% - 220px);
	padding-left: 40px;
}

.service {
	background: #ffffff;
	margin: 20px auto 0;
	width: 1420px;
	padding: 0 20px 20px;

}

.public_head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #dedede;
}

.public_head .general_title {
	line-height: 64px;
	padding-bottom: 3px;

}

.service_list ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.service_list li {
	width: calc(50% - 10px);
	margin-top: 20px;
}

.service_list li a {
	border: 5px solid #eeeeee;
	display: flex;
	padding: 10px;
	justify-content: space-between;
}

.service_item_tit {
	color: #222222;
	font-size: 20px;
	font-weight: bold;
	line-height: 52px;
}

.service_list a:hover .service_item_tit {
	color: #0282cd;
}

.service_item_txt {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #999999;
	font-size: 16px;
	line-height: 30px;
}

.service_item_rt {
	padding-right: 20px;
	width: 450px;
}

.service_item_lt {
	width: calc(100% - 450px);
	display: flex;
	justify-content: center;
	align-items: center;
}

.service_item_lt img {
	width: 169px;
	height: auto;
}

.service_item_des {
	display: flex;
	padding: 30px 0 20px;
}

.service_item_des img {
	width: 34px;
	height: 10px;
}

.service_list a:hover .service_item_des img:first-child,
.service_item_des img:last-child {
	display: none;
}

.service_list a:hover .service_item_des img:last-child {
	display: block;
}

.bottom_module {
	display: flex;
	justify-content: space-between;
	width: 1420px;
	margin: 20px auto 0;
}

.bottom_module_lt ul li a {
	display: flex;
	padding: 12px 0 0 20px;
	justify-content: space-between;
	align-items: flex-end;
}

.bottom_module_lt {
	width: 840px;
	background: #fff;
	padding: 0 20px 20px;
}

.bottom_module_lt img {
	width: 105px;
	height: 150px;
}

.achievement_rt {
	width: 630px;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 16px;
}

.achievement_rt_tit {
	color: #222222;
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	padding: 15px 0;
}

.achievement_rt_con {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	color: #666666;
	font-size: 16px;
	line-height: 42px;
}

.achievement_rt_con p {
	min-width: 270px;
	max-width: 300px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.bottom_module_rt {
	width: 560px;
	background: #fff;
	padding: 0 20px;
}

.bottom_module_rt ul {
	display: flex;
	justify-content: space-between;
	padding: 30px 20px;
}

.bottom_module_rt ul li {
	width: calc(50% - 20px);
}

.bottom_module_rt ul li a {
	display: flex;
}

.bottom_module_rt ul li a img {
	width: 100%;
	height: auto;
}

.cooperative {
	width: 1420px;
	margin: 20px auto;
	display: flex;
	justify-content: space-between;

}

.cooperative button {
	width: 340px;
	background: #fff;
	border: 1px solid #dedede;
	height: 45px;
	border-radius: 2px;
	color: #333333;
	font-size: 16px;
	position: relative;
}

.cooperative button span {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 20px;
}

.cooperative_btn {
	position: relative;
}

.cooperative ul {
	max-height: 400px;
	overflow-y: auto;
	background: #ffffff;
	width: 100%;
	border: 1px solid #ccc;

}

.cooperative ul li a {
	color: #333333;
	font-size: 16px;
	padding: 10px 20px;
	display: block;
}

.cooperative ul li a:hover {
	background: #0282cd;
	color: #fff;
}

.sub_navbar {
	width: 1420px;
	margin: 0 auto;
	line-height: 40px;
	padding: 10px 0;
}

.sub_navbar a {
	background: url('../img/nav_ico2.png') no-repeat center right;
	background-size: 6px 8px;
	margin-right: 12px;
	padding-right: 20px;
	color: #666666;
	font-size: 18px;
}

.sub_navbar a.home {
	position: relative;
	padding-left: 27px;
}

.sub_navbar a.home::after {
	content: '';
	background: url('../img/nav_ico1.png') no-repeat center left;
	background-size: 18px 15px;
	width: 18px;
	height: 15px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.sub_navbar a:last-child {
	background: none;
	color: #0282cd;
}

.service_module {
	width: 1420px;
	margin: 5px auto 20px;
	padding-bottom: 1px;
}

.service_module li {
	background: #fff;
	margin-bottom: 20px;

	border-radius: 6px;

}

.service_module li a {
	display: flex;
	align-items: center;
	padding: 30px 0;
}

.service_module_lt {
	width: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.service_module_lt img {
	width: 169px;
	height: auto;
}

.service_module_rt {
	width: 1010px;
}

.service_module_tit {
	color: #222222;
	font-size: 20px;
	font-weight: bold;
	line-height: 45px;
}

.service_module_txt {
	color: #666666;
	font-size: 16px;
	line-height: 32px;
}

.dynamic_item_look,
.service_module_look {
	width: 70px;
	height: 46px;
	background: #dddddd;
	border-radius: 23px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 110px;
}

.dynamic_item_look img,
.service_module_look img {
	width: 11px;
	height: 18px;
}

.dynamic_item_look img:last-child,
.service_module_look img:last-child {
	display: none;
}

.dynamic_list li a:hover .dynamic_item_look,
.service_module li a:hover .service_module_look {
	background: #0282cd;
}

.dynamic_list li a:hover .dynamic_item_look img:last-child,
.service_module li a:hover .service_module_look img:last-child {
	display: block;
}

.dynamic_list li a:hover .dynamic_item_look img:first-child,
.service_module li a:hover .service_module_look img:first-child {
	display: none;
}

.service_module li a:hover .service_module_tit {
	color: #0282cd;
}

.container {
	margin: 0 auto 30px;
	width: 1420px;
	display: flex;
	justify-content: space-between;

}

.container_lt {
	width: 320px;
}

.container_rt {
	width: 1080px;
}

.container_lt_tit {
	color: #ffffff;
	font-size: 24px;
	background: #0282cd;
	height: 80px;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.container_lt_nav {
	background: #ffffff;
	display: flex;
	flex-direction: column;
	padding: 20px 20px 10px;
}

.container_lt_nav a {
	margin-bottom: 10px;
	background: #f5f5f5 url('../img/ico1.png') no-repeat center right 30px;
	background-size: 18px 15px;
	line-height: 30px;
	padding: 10px 50px 10px 30px;
	color: #333333;
	font-size: 18px;
	border-radius: 4px;
}

.container_lt_nav a.hover,
.container_lt_nav a:hover {
	background: #0282cd url('../img/ico2.png') no-repeat center right 30px;
	color: #fff;
}


.achievement_con {
	background: #fff;
	padding: 5px 40px 70px;
}

.tissue_tit,
.organization_tit,
.achievement_con_tit {
	color: #222222;
	font-size: 30px;
	font-weight: bold;
	display: flex;
	border-bottom: 1px solid #dedede;
}

.achievement_con li {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #dedede;
	padding: 20px 0;
	align-items: flex-start;
}

.achievement_item_lt {
	width: 150px;
	display: flex;
	justify-content: center;
}

.achievement_item_lt img {
	width: 105px;
	height: auto;
}

.achievement_item_rt {
	width: 830px;
	display: flex;
	flex-wrap: wrap;
	color: #222222;
	font-size: 16px;
	line-height: 24px;
	justify-content: space-between;
}

/* .achievement_con li p {
	width: 480px;
} */

.achievement_con li p.last_txt {
	min-height: 65px;
}

.achievement_item_txt1 {

	display: flex;
	flex-direction: column;
	width: 480px;
}

.achievement_item_txt2 {
	display: flex;
	flex-direction: column;
	width: 300px;
}

.achievement_item_tit {
	line-height: 38px;
	margin-bottom: 15px;
	color: #0282cd;
	font-size: 20px;
	font-weight: bold;
	width: 100%;

}

.tissue_tit p,
.organization_tit p,
.achievement_con_tit p {
	position: relative;
	line-height: 70px;

}

.tissue_tit p::after,
.organization_tit p::after,
.achievement_con_tit p::after {
	content: '';
	width: 100%;
	height: 3px;
	background: #0282cd;
	position: absolute;
	left: 0;
	bottom: -1px;
}

.message_service {
	width: 1420px;
	margin: 0 auto;
}

.message_service ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.message_service li {
	width: 695px;
	margin-bottom: 30px;
	background: #ffffff;
}

.message_service li a {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding: 12px 20px 20px;
}

.message_service_lt img {
	width: 180px;
	height: 180px;
}

.message_service_rt {
	width: 450px;
}

.message_service_item_tit {
	color: #222222;
	font-size: 24px;
	font-weight: bold;
	line-height: 32px;
	padding: 10px 0;
}

.message_service li a:hover .message_service_item_tit {
	color: #0282cd;
}

.message_service_item_txt {
	color: #666666;
	font-size: 16px;
	line-height: 32px;
}

.message_service_item_des {
	padding: 15px 0;
}

.message_service_item_des img {
	width: 34px;
	height: 10px;
	display: block;
}

.message_service li a:hover .message_service_item_des img:first-child,
.message_service_item_des img:last-child {
	display: none;
}

.message_service li a:hover .message_service_item_des img:last-child {
	display: block;
}

.mes_ser_detail_tit {
	color: #222222;
	font-size: 36px;
	font-weight: bold;
	position: relative;
	text-align: center;
	line-height: 96px;
	border-bottom: 1px solid #dedede;
}

.mes_ser_detail_tit::after {
	content: '';
	width: 60px;
	height: 3px;
	background: #0282cd;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}

.mes_ser_detail_txt {
	color: #222222;
	font-size: 18px;
	line-height: 34px;
}

.mes_ser_detail_head img {
	float: right;
	margin-left: 30px;
	width: 480px;
	height: auto;
	margin-top: 20px;
}

.text_doc {
	background: url('../img/ico10.png') no-repeat top 14px left;
	background-size: 7px 7px;
	text-indent: 1em;
}

.text_tit1 {
	color: #222222;
	font-size: 24px;
	font-weight: bold;
	line-height: 35px;
	padding: 20px 0;
	margin-top: 20px;
}

.text_tit2 {
	color: #222222;
	font-size: 18px;
	font-weight: bold;
}

.kefu_btn a {
	color: #ffffff;
	font-size: 18px;
	background: #0282cd;
	width: 240px;
	line-height: 60px;
	margin: 20px auto;
	display: block;
	text-align: center;
	border-radius: 4px;

}

.mes_ser_details {
	background: #fff;
	padding: 10px 40px 40px;
}

.summarize {
	background: #ffffff;
	padding: 40px;
}

.summarize_nav {
	display: flex;
	flex-wrap: wrap;
}

.summarize_nav a {
	background: #eaf0f4;
	color: #333333;
	font-size: 18px;
	width: 235px;
	line-height: 60px;
	margin-bottom: 20px;
	margin-left: 20px;
	text-align: center;
	border-radius: 6px;
}

.summarize_nav a:nth-child(4n-3) {
	margin-left: 0;
}

.summarize_nav a.hover,
.summarize_nav a:hover {
	background: #0282cd;
	color: #ffffff;
	font-size: 18px;
	position: relative;
}

.summarize_nav a.hover::after,
.summarize_nav a:hover::after {
	content: '';
	background: url('../img/ico11.png') no-repeat;
	background-size: 100% 100%;
	width: 13px;
	height: 7px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -7px;
}

.summarize_tit {
	color: #222222;
	font-size: 30px;
	font-weight: bold;
	position: relative;
	text-align: center;
	line-height: 76px;
	border-bottom: 1px solid #dedede;
	margin-bottom: 10px;
}

.summarize_tit::after {
	content: '';
	width: 60px;
	height: 3px;
	background: #0282cd;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}

.summarize_details {
	color: #222222;
	font-size: 18px;
	line-height: 33px;
}

.summarize_details_tit {
	color: #222222;
	font-size: 24px;
	font-weight: bold;
	position: relative;
	line-height: 60px;
	margin-bottom: 20px;
}

.summarize_details_tit::after {
	content: '';
	width: 45px;
	height: 3px;
	background: #0282cd;
	position: absolute;
	left: 0;
	bottom: 0;

}

.mes_table {
	text-align: center;
	margin-top: 20px;
}

.service_table th,
.section_table th,
.statistics_table th,
.mes_table th {
	border-color: #0282cd;
	background: #0282cd;
	color: #ffffff;
	font-weight: 400;
	font-size: 18px;
	height: 50px;
	text-align: center;
}

.mes_table td {
	border-color: #c8ccd0;
	height: 50px;
	color: #141a24;
	font-size: 18px;
	width: 320px;
}

.mes_table tr td:first-child {
	width: 112px;
}

.mes_table tr td:last-child {
	width: 245px;
}

.summarize_details_txt1 {
	color: #0282cd;
	font-size: 20px;
	font-weight: bold;
	line-height: 42px;
}

.summarize_details_txt3 {
	color: #0282cd;
	font-size: 20px;
	font-weight: bold;
	line-height: 42px;
	background: url('../img/ico13.png') no-repeat left top 12px;
	background-size: 9px 17px;
	padding-left: 20px;
	line-height: 42px;
}

.summarize_details_txt2 {
	background: url('../img/ico12.png') no-repeat left top 11px;
	background-size: 9px 17px;
	padding-left: 20px;
	line-height: 40px;
}

.summarize_details_txt4 {
	text-indent: 2em;
	color: #222222;
	font-size: 20px;
	font-weight: bold;
	line-height: 44px;
}

.summarize_details_txt5 {
	color: #222222;
	font-size: 18px;
	font-weight: bold;
	line-height: 42px;
}

.summarize_list li {
	padding: 20px 0;
	display: flex;
	border-bottom: 1px solid #eeeeee;
}

.summarize_item_lt {
	width: 84px;
}

.summarize_item_lt img {
	width: 50px;
	height: 50px;
}

.summarize_item_rt {
	width: calc(100% - 84px);
}

.summarize_item_tit {
	color: #222222;
	font-size: 24px;
	font-weight: bold;
	line-height: 52px;
}

.summarize_item_txt {
	color: #333333;
	font-size: 16px;
	line-height: 30px;
	text-indent: 2em;
}

.section_table,
.statistics_table {
	margin-top: 20px;
}

.section_table td,
.statistics_table td {
	border-color: #c8ccd0;
	height: 50px;
	color: #141a24;
	font-size: 18px;
	width: 250px;
	text-align: center;

}

.statistics_table td:last-child {
	width: 245px;
}

.section_table td:first-child,
.statistics_table td:first-child {
	width: 180px;
}

.summarize_details_link {
	display: flex;
	justify-content: center;
	line-height: 40px;
	margin-bottom: 20px;
}

.service_table {
	margin: 30px 0;
}

.service_table td {
	border-color: #c8ccd0;
	height: 50px;
	color: #141a24;
	font-size: 18px;
	width: 250px;
	text-align: center;
	padding: 0 28px;
}

.service_table td:first-child {
	width: 132px;
}

.service_table td:last-child {
	text-align: left;
	padding: 12px 20px 15px;
	width: 575px;
	line-height: 30px;
}

.table_tit {
	color: #333333;
	font-weight: bold;
	font-size: 18px;
}

.table_tit_txt {
	background: url('../img/ico19.png') no-repeat top 12px left;
	background-size: 5px 5px;

	padding-left: 20px;
}

.organization {
	background: #ffffff;
	padding: 5px 40px 20px;
}

.organization_head>p {
	color: #333333;
	font-size: 18px;
	line-height: 38px;
	margin: 25px 0 20px;
	text-indent: 2em;
}

.open_btn {
	color: #ffffff;
	font-size: 18px;
	background: #0282cd;
	width: 110px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 20px;
	font-weight: 400;
}

.open_btn img {
	width: 18px;
	height: 11px;
	margin-left: 10px;
}

.open_btn::before {
	content: '展开';
}

.open_btn.open::before {
	content: '收起';
}

.open_btn.open img {
	transform: rotateZ(180deg);
}

.organization_list {
	padding-bottom: 28px;
}

.organization_list ul {
	display: none;
}

.organization_list li {
	display: flex;
	align-items: center;
	color: #333333;
	font-size: 18px;
	border-bottom: 1px dashed #cccccc;
	line-height: 30px;
	padding: 15px 0;
}

.organization_item_name {
	color: #0282cd;
	font-size: 18px;
	font-weight: bold;
	width: 80px;
}

.organization_list .organization_tit {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.organization_zl_con {
	display: flex;
	justify-content: space-between;
	padding: 20px 0 0;
}

.organization_zl_con p {
	margin-top: 10px;
	color: #333333;
	font-size: 18px;
	line-height: 40px;
}

.organization_zl_con_img {
	display: flex;
	flex-direction: column;
	align-items: flex-end;

}

.organization_zl_con_img img {
	height: 205px;
	width: auto;
	margin-top: 15px;
}

.organization_footer_con {
	padding-top: 10px;
}

.organization_footer_con>p {
	color: #333333;
	font-size: 18px;
	padding: 10px 0;
	line-height: 36px;
	text-indent: 2em;
}

.organization_footer_con ul {
	display: flex;
	flex-wrap: wrap;
}

.organization_footer_con li {
	width: 320px;
	background: #f5f5f5;
	min-height: 170px;
	margin-left: 20px;
	margin-bottom: 20px;
	display: flex;
	padding: 0 20px;
	justify-content: space-between;
	align-items: flex-start;
	border-radius: 10px;
}

.organization_footer_con li p {
	width: 226px;
	line-height: 28px;
	padding: 15px 0;
	color: #333333;
	font-size: 16px;
}

.organization_footer_con li:nth-child(3n-2) {
	margin-left: 0;
}

.organization_card_lt {
	color: #0282cd;
	font-size: 36px;
	font-style: italic;
	font-weight: bold;
	line-height: 66px;
	position: relative;
	width: 44px;
}

.organization_card_lt::after {
	content: '';
	width: 20px;
	height: 4px;
	background: #222222;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}

.organization_popup {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	display: none;

}

.organization_popup_mask {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);

}

.organization_popup_con {
	background: #ffffff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	padding: 30px 54px 60px 46px;
	width: 800px;
	border-radius: 10px;
	color: #333333;
	line-height: 36px;
	font-size: 18px;

}

.noopen {
	position: absolute;
	right: 30px;
	top: 30px;
}

.noopen img {
	width: 36px;
	height: 36px;
}

.organization_popup_tit {
	color: #333333;
	font-size: 24px;
	font-weight: bold;
	line-height: 72px;
}

.tissue {
	background: #ffffff;
	padding: 5px 40px 10px;
}

.tissue_con {
	padding: 100px 0;
}

.tissue_con img {
	width: 100%;
	height: auto;
}

.contact {}

.contact_tit {
	background: url('../img/ico30.png') no-repeat top 18px left;
	background-size: 60px 2px;
	line-height: 38px;
	padding-left: 76px;
	color: #222222;
	font-size: 30px;
}

.contact_way {
	margin: 0 auto;
	width: 1420px;
	padding: 20px 0 60px;
}

.contact_way ul {
	display: flex;
	margin-top: 40px;
}

.contact_way li {
	width: 25%;
	color: #222222;
	font-size: 20px;
	text-align: center;
	padding: 0 55px;
	border-left: 1px solid #eaeaea;
	height: 312px;
	line-height: 35px;
}

.contact_way li p {
	margin-top: 30px;
}

.contact_way li:last-child {
	border-right: 1px solid #eaeaea;
}

.contact_way_ico img {
	height: 55px;
	width: auto;
}

.contact_way li .contact_way_tit {
	line-height: 74px;
	color: #222222;
	font-size: 24px;
	margin-top: 14px;
}

.contact_way_ewm img {
	width: 160px;
	height: 160px;
}

.contact_telephone {
	background: #f5f5f5;
}

.contact_telephone_con {
	width: 1420px;
	margin: 0 auto;
	padding: 60px 0 40px;

}

.contact_telephone_nav {
	padding-top: 34px;
	display: flex;
	align-items: flex-start;
}

.contact_telephone_nav ul {
	display: flex;
	flex-wrap: wrap;
	width: 880px;

}

.contact_telephone_nav li {
	width: 200px;
	margin-right: 20px;
	margin-bottom: 20px;
	background: #ffffff;
	color: #222222;
	font-size: 18px;
	height: 60px;
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.contact_telephone_nav li.act {
	color: #ffffff;
	background: #0282cd;
	position: relative;
}

.contact_telephone_card {
	background: #0282cd;
	width: 540px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 10px;
}

.contact_telephone_card_con {
	color: #ffffff;
	font-size: 16px;
	line-height: 29px;
	padding: 18px 0;
	width: 370px;
}

.contact_telephone_card_tit {
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	line-height: 42px;
}

.contact_telephone_card_ico {
	width: 140px;
	height: 160px;
	border-right: 1px solid #4ea8dc;
	display: flex;
	justify-content: center;
	align-items: center;
}

.contact_telephone_card_ico img {
	width: 70px;
	height: 61px;
}

.contact_map {
	width: 1420px;
	margin: 0 auto;
	padding: 50px 0;
}

.contact_map_con img {
	width: 100%;
	height: auto;
}

.contact_map_con p {
	padding: 0 76px;
	color: #222222;
	font-size: 18px;
	line-height: 70px;
}

.pagelist {
	padding: 40px 0;
}

.pagelist ul {
	display: flex;
	justify-content: center;
}

.page li {

	margin-left: 4px;

}

.page li:first {
	margin-left: 0;
}

.page li span,
.page li a {
	display: block;
	border: 1px solid #fff;
	width: 45px;
	height: 45px;
	line-height: 43px;
	text-align: center;
	border-radius: 2px;
	font-size: 16px;
	color: #666666;
	background: #ffffff;
}

.page li a[disabled] {
	background: #dddddd;
	border-color: #dddddd;
}

.page li a img {
	height: 12px;
	width: auto;
	display: block;
	margin: 16px auto;
}

.dynamic {
	width: 1420px;
	margin: 0 auto;
}

.dynamic_item_time {
	display: flex;
	align-items: center;
	color: #999999;
	font-size: 16px;

}

.dynamic_item_time em {
	font-style: normal;
}

.dynamic_item_time span {
	margin-right: 20px;
}

.dynamic_item_category {
	color: #ffffff;
	font-size: 16px;
	padding: 0 8px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 25px;
	border-radius: 3px;
	background: #0282cd;
}

.dynamic_item_txt {
	color: #999999;
	font-size: 16px;
	line-height: 29px;
	margin-bottom: 30px;
}

.dynamic_item_tit {
	color: #333333;
	font-size: 20px;
	font-weight: bold;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	line-height: 74px;
}

.dynamic_list li {
	background: #fff;
	border-radius: 10px;
	margin-bottom: 20px;
}

.dynamic_list li a {
	display: flex;
	padding: 20px 30px;
	align-items: center;

}

.dynamic_item_con {
	flex: 1;
	padding-bottom: 10px;
}

.dynamic_item_img img {
	width: 400px;
	height: auto;
	margin-right: 40px;
}

.dynamic_item_lt {
	display: flex;
	width: 1180px;
}

.dynamic_list li a:hover .dynamic_item_tit {
	color: #0282cd;
}

.dynamic_details {
	display: flex;
	justify-content: space-between;
	width: 1420px;
	margin: 0 auto;
}

.dynamic_detail_rt {
	width: 360px;
}

.dynamic_detail_item_txt {
	color: #333333;
	font-size: 20px;
	line-height: 32px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.dynamic_detail_list a {
	color: #999999;
	font-size: 16px;
	padding: 24px 30px 12px;
	line-height: 60px;
	background: #ffffff;
	display: block;
	margin-bottom: 20px;
}

.dynamic_detail_list a:hover,
.dynamic_detail_list a.hover {
	background: #0282cd;
	color: #fff;
}

.dynamic_detail_list a:hover .dynamic_detail_item_txt,
.dynamic_detail_list a.hover .dynamic_detail_item_txt {

	color: #fff;
}

.dynamic_detail_rt_tit {
	color: #333333;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 40px;
	margin-top: -8px;
}

.dynamic_detail_bm {
	display: flex;
	justify-content: space-between;
}

.dynamic_detail_lt {
	width: 1040px;
}

.dynamic_back {
	padding: 19px 15px;
	background: #fff;
	display: block;
}

.dynamic_back img {
	width: 30px;
	height: 22px;
	display: block;
}

.dynamic_detail_next,
.dynamic_detail_pre {
	width: 480px;
	background: #fff;
	color: #333333;
	font-size: 16px;
	display: block;
	line-height: 60px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 20px;
}

.dynamic_detail_con {
	background: #fff;
	margin-bottom: 10px;
	padding: 25px 30px;
}

.dynamic_detail_head {
	border-bottom: 1px solid #eee;
	text-align: center;
	padding-bottom: 20px;
	line-height: 44px;
}

.dynamic_detail_head_tit {
	color: #333333;
	font-size: 30px;
	font-weight: bold;
	padding: 4px 0;
	line-height: 48px;

}

.dynamic_detail_head span {
	color: #666666;
	font-size: 16px;
	margin: 0 15px;
}

.dynamic_detail_txt {
	color: #333333;
	font-size: 18px;
	line-height: 34px;
	padding-top: 30px;
}

.img_txt {
	line-height: 55px;
	text-align: center;
}

.summarize_details_img {
	text-align: center;
}

.mobile_baner,
.mobile_menu {
	display: none;
}

.scroll_container {
	overflow: hidden;
	max-height: 350px;
}

.bottom_module_list a {
	display: block;
	color: #333333;
	font-size: 18px;
	padding: 10px 0;
	line-height: 30px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	border-bottom: 1px dashed #cccccc;
}

.platform_list {
	display: flex;
	justify-content: space-between;
	width: 1420px;
	margin: 20px auto 0;
}

.platform_list a {
	width: 460px;
}

.platform_list img {
	width: 100%;
	height: auto;
}

.product_list {
	display: flex;
	width: 1420px;
	margin: 20px auto 0;
	flex-wrap: wrap;
	background: #fff;
}

.product_list a {
	width: 355px;
	border-left: 1px solid #e5ecfa;
	border-top: 1px solid #e5ecfa;
	min-height: 200px;
	padding: 20px 40px 0;
}

.product_list a:nth-child(4n-3) {
	border-left: 0;
}

.product_list a:nth-child(-n+4) {
	border-top: 0;
}

a.product_tit {
	background: url('../img/product1.png') no-repeat left bottom;
	background-size: cover;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	position: relative;
	padding-top: 60px;
	line-height: 45px;
}

.product_tit::after {
	content: '';
	width: 50px;
	height: 5px;
	position: absolute;
	background: #fff;
	bottom: 70px;
	left: 50%;
	transform: translateX(-50%);
}

.product_item_sequence {
	color: #222222;
	font-size: 18px;
	font-weight: bold;
	line-height: 44px;
}

.product_list p {
	color: #666666;
	font-size: 16px;
	line-height: 28px;
	min-height: 84px;
}

.product_item_tit {
	color: #222222;
	font-size: 20px;
	font-weight: bold;
	line-height: 36px;
	display: flex;
	margin-bottom: 10px;
}

.product_item_tit img {
	width: 36px;
	height: 36px;
	object-fit: contain;
	object-position: left;
	margin-right: 10px;

}

.public_head_tabs {
	display: flex;
}

.public_head_tabs span {
	color: #999999;
	font-size: 24px;
	margin-right: 60px;
	line-height: 64px;
	padding-bottom: 3px;
	cursor: pointer;
}

.public_head_tabs span.tabact {
	color: #0282cd;
	font-weight: bold;
	position: relative;
}

.public_head_tabs span.tabact::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -1px;
	background: #0282cd;
	width: 100%;
	height: 4px;
}

.achievements_list p {
	color: #333333;
	font-size: 18px;
	border-bottom: 1px dashed #cccccc;
	line-height: 30px;
	padding: 15px 0 15px 25px;
	background: url('../img/achievement1.png') no-repeat left 5px top 26px;
	background-size: 6px auto;
}

.indent2 {
	text-indent: 2em;
}

.product_img1 {
	text-align: center;
}

.product_img2 {
	text-align: center;
	margin-bottom: 10px;
}

.product_img1 img {
	margin: 0 35px;
}

.product_con {
	background: #fff;
	padding: 5px 40px 20px;
}

.product_text {
	margin-bottom: 30px;
}

.product_text a {
	color: #195ad1;
}

.article_title {
	color: #222222;
	font-size: 30px;
	font-weight: bold;
	line-height: 40px;
	padding: 15px 0;
	position: relative;
	border-bottom: 1px solid #dedede;
	margin-bottom: 30px;
}

.article_title::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 150px;
	height: 3px;
	background: #0282cd;
}

.product_con {
	color: #333333;
	font-size: 18px;
	line-height: 36px;
}
.journal_con{
	background: #fff;
	padding: 5px 50px 30px 40px;
	color: #333333;
	font-size: 18px;
	line-height: 38px;
}
.journal_con_table{
	margin: 10px 0 20px;
}
.journal_con_table th{
	color: #333333;
	font-size: 16px;
	font-weight: 400;
	height: 50px;
	text-align: center;
}
.journal_con_table th:first-child{
	width: 120px;
}
.journal_con_table th:last-child{
	width: 610px;
}
.journal_con_table td{
	padding:10px 20px 10px 15px;
	color: #333333;
	font-size: 16px;
	line-height: 28px;
}
.journal_con_table tbody tr:last-child td:first-child,
.journal_con_table tbody tr:first-child td:first-child{
	text-align: center;
}
.journal_con_tit{
	color: #333333;
	font-size: 24px;
	font-weight: bold;
	line-height: 50px;
}
.journal_con_img{
	text-align: center;
}
.journal_con_img img{
	margin: 20px;
}
.journal_con_ewm{
	display: flex;
}
.journal_con_ewm img{
	width: 180px;
	height: 180px;
}
@media screen and (max-width: 767px) {
	.header {
		background: #fff;
		padding-top: 50px;
	}

	.header_top {
		width: 100%;
		padding: 0 15px;
		height: 50px;
		background: #fff;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 999;
		width: 100%;
	}

	.header_top_con,
	.header_top_mes {
		display: none;
	}

	.mobile_menu_btn {
		display: flex;
	}

	.logo {
		height: 50px;
		display: flex;
		align-items: center;
	}

	.logo img {
		width: auto;
		height: 30px;
	}

	.home_content .mobile_baner {
		display: none;
	}

	.mobile_baner {
		display: block;
	}

	.mobile_baner img {
		width: 100%;
		height: auto;
		display: block;
	}

	.mobile_menu {
		display: flex;
		align-items: center;

	}

	.mobile_search {
		height: 50px;
		display: flex;
		align-items: center;
		margin-right: 8px;
		padding: 0 5px;
	}

	.mobile_search img {
		width: 34px;
		height: auto;
	}

	.mobile_menu_btn {
		height: 50px;
		display: flex;
		align-items: center;
		padding-left: 10px;
	}

	.mobile_menu_btn img {
		height: 23px;
		width: auto;
	}

	.mobile_menu_btn.more_open img:last-child {
		display: block;
	}

	.mobile_menu_btn.more_open img:first-child,
	.mobile_menu_btn img:last-child {
		display: none;
	}

	.header_nav_con ul {
		flex-direction: column;
	}

	.header_nav_con ul {
		position: fixed;
		top: 50px;
		left: 0;
		width: 100%;
		z-index: 999;
		height: 0;
		overflow: auto;
		transition: all .5s;
		background: #fff;
		padding: 0 30px;
		border-top: 1px solid #eee;
	}

	.header_nav_con ul.open {
		height: calc(100vh - 50px);
	}

	.header_nav_con ul li {
		border-bottom: 1px solid #eee;
	}

	.header_nav_con ul li>a {
		color: #333333;
		font-size: 15px;
		padding: 10px 4px;
		line-height: 30px;
	}

	.header_nav_con ul li.hover>a,
	.header_nav_con ul li:hover>a {
		color: #333333;
		font-size: 15px;
		background: #fff;
	}

	/* .header_nav_con ul li:hover .header_next_nav {
		display: none;
	} */
	.header_nav_con ul li.act>a {
		padding-bottom: 0;
		color: #0282cd;
		font-weight: bold;
	}

	.header_nav_con ul li .header_next_nav {
		display: block;
	}

	.header_nav_con ul li.act .header_next_nav {
		position: static;

		box-shadow: none;
		padding-bottom: 10px;

	}

	.header_nav_con ul li .header_next_nav:has(a)::after {
		content: '';
		position: absolute;
		right: 4px;
		top: -38px;
		width: 12px;
		height: 7px;
		background: url('../img/ico40.png') no-repeat;
		background-size: 12px 7px;
	}

	.header_nav_con ul li.act .header_next_nav:has(a)::after {
		top: 22px;
		background: url('../img/ico41.png') no-repeat;
		background-size: 12px 7px;
	}

	.header_nav_con ul li.act .header_next_nav a {
		height: auto;
	}

	.header_nav_con ul li .header_next_nav a {
		color: #333333;
		font-size: 14px;
		padding: 0 20px;
		line-height: 40px;
		height: 0;
		overflow: hidden;
	}

	.header_nav_con ul li.act .header_next_nav a {
		color: #333333;
	}

	.header_nav_con ul li .header_next_nav a::before {
		content: ' - ';
	}

	.header_search {
		position: fixed;
		left: 0;
		top: 50px;
		border: 0;
		background: #fff;
		border-radius: 0;
		width: 100%;
		margin-top: 0;
		z-index: 999;
		padding: 10px 20px;
		height: auto;
		box-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
		display: none;
	}

	.header_search input {
		border: 1px solid #cccccc;
		border-radius: 4px;
		height: 45px;
		padding: 0 80px 0 12px;
		font-size: 13px;
	}

	.header_search_btn {
		width: 80px;
		height: 45px;
		border-radius: 4px;
		right: 15px;
		top: 10px;
		background: #0282cd;
	}

	.copyright_logo,
	.header_search_btn img {
		display: none;
	}

	.header_search_btn::after {
		content: '搜索';
		color: #ffffff;
		font-size: 14px;
	}

	.footer_con {
		flex-direction: column-reverse;
		width: 100%;
		padding: 15px 15px 0;
	}

	.footer_contact {
		flex-direction: column;
		width: 100%;
		align-items: flex-start;
	}

	.footer_contact_rt img {
		width: 100px;
		height: 100px;
	}

	.footer_contact_rt {
		line-height: 34px;
		width: 100%;
	}

	.footer_contact_lt {
		line-height: 26px;
		font-size: 13px;
		margin-bottom: 20px;
	}

	.footer_tit {
		font-size: 14px;
		line-height: 35px;
	}

	.footer_phone {
		line-height: 42px;
		font-size: 24px;
	}



	.copyright {
		border-top: 1px solid #21262f;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		color: #555b64;
		font-size: 12px;
		line-height: 20px;
		padding: 12px 0 15px;
	}

	.copyright a {
		color: #555b64;
		font-size: 12px;
		display: flex;
		align-items: center;
		height: auto;
	}

	.copyright a img {
		width: 12px;
		height: auto;
		margin-right: 6px;
		margin-left: 25px;
	}

	.home_news {
		width: 100%;
		flex-direction: column;
		padding: 0;
		margin: 0;
	}

	.home_news_lt {
		padding: 0;
		width: 100%;
	}

	.home_news_lt li p {
		color: #ffffff;
		font-size: 14px;
		padding: 5px 95px 5px 15px;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
	}

	.home_news_lt .am-slider-default .am-control-nav {
		bottom: 14px;
	}

	.home_news_lt .am-slider-default .am-control-nav li a {
		width: 8px;
		height: 8px;
	}

	.home_news_lt .am-slider-default .am-control-nav li {
		margin: 0 3px;
	}

	.home_news_rt {
		width: 100%;
		padding: 8px 15px 20px;
	}

	.home_news_con {
		margin-top: 10px;
	}

	.home_news_tit {
		line-height: 42px;
	}

	.home_news_tit a {
		display: none;
	}

	.general_title {
		font-size: 18px;
	}

	.general_title::after {
		height: 2px;
	}

	.home_news_con a span {
		display: none;
	}

	.home_news_con a {
		color: #222222;
		font-size: 14px;
		padding: 5px 0;
	}

	.home_search {
		width: 100%;
		flex-direction: column;
		background: url('../img/home_ico16.png') no-repeat;
		background-size: 100% auto;
		padding: 5px 15px 25px;
		margin-top: 0;
	}

	.home_search_lt {
		width: 100%;
		border-right: 0;
		border-bottom: 1px solid rgba(255, 255, 255, .3);
		height: 47px;
		font-size: 18px;
	}

	.home_search_rt {
		width: 100%;
		padding: 0;
	}

	.home_search_list {
		font-size: 14px;
	}

	.home_search_list ul {
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 12px 0 6px;
	}

	.home_search_list ul li {
		padding-left: 16px;
		margin-left: calc((100vw - (255px + 2em)) / 4);
		width: 45px;
		line-height: 30px;


	}

	.home_search_list ul li.all_btn {
		padding-left: 16px;
	}

	.home_search_list ul li:nth-child(5n-1) {
		width: calc(45px + 2em);
	}

	.home_search_list ul li:nth-child(5n-4) {
		margin-left: 0;
	}

	.home_search_list ul li.all_btn.act {
		padding-left: 16px;
	}

	.home_search_list ul li img {
		width: 12px;
		height: auto;
	}

	.home_search_input {
		position: relative;
	}

	.home_search_input input {
		width: 100%;
		padding: 0 80px 0 12px;
		height: 45px;
		font-size: 13px;
	}

	.home_search_input_btn {
		position: absolute;
		right: 0;
		top: 0;
		width: 80px;
		height: 45px;
		font-size: 13px;
	}

	.home_search_input_btn img {
		width: 15px;
		height: 15px;
	}

	.service {
		width: 100%;
		padding: 8px 15px 20px;
		margin-top: 0;
	}

	.service_list li {
		width: 100%;
		margin-top: 10px;
	}

	.service_list li a {
		padding: 15px 0;
		border-width: 2px;
	}

	.service_list a:hover .service_item_tit {
		color: #222222;
	}

	.service_item_lt {
		width: 118px;
		display: flex;
		justify-content: center;
	}

	.service_item_lt img {
		width: 110px;
		height: auto;
	}

	.service_item_rt {
		width: calc(100% - 118px);
		padding-right: 15px;
	}

	.service_item_tit {
		line-height: 20px;
		color: #222222;
		font-size: 15px;
	}

	.service_item_des {
		display: none;
	}

	.service_item_txt {
		font-size: 13px;
		line-height: 20px;
		margin-top: 4px;
	}

	.public_head .general_title {
		line-height: 42px;
	}

	.public_head a {
		display: none;
	}

	.bottom_module {
		width: 100%;
		flex-wrap: wrap;
		padding: 0;
		margin-top: 10px;
	}

	.bottom_module_lt {
		width: 100%;
		padding: 8px 15px 5px;
	}

	.bottom_module_lt ul li a {
		padding: 8px 0 15px;
		border-bottom: 1px solid #e6e6e6;
	}

	.bottom_module_lt ul li:last-child a {
		border: 0;
	}

	.bottom_module_lt img {
		width: 85px;
		height: auto;
	}

	.achievement_rt {
		width: calc(100% - 100px);
		border-bottom: 0;
		padding-bottom: 0;
	}

	.achievement_rt_tit {
		line-height: 30px;
		font-size: 15px;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
		padding: 0;
	}

	.achievement_rt_con p {
		width: 100%;
		min-width: 100%;
		max-width: 100%;
		font-size: 13px;
		line-height: 25px;
	}

	.bottom_module_rt {
		margin-top: 10px;
		width: 100%;
		padding: 5px 15px 20px;
	}

	.bottom_module_rt ul {
		padding: 0;
	}

	.bottom_module_rt ul li {
		width: calc(50% - 5px);
		margin-top: 15px;
	}

	.cooperative {
		display: none;
	}

	.sub_navbar {
		width: 100%;
		padding: 4px 15px 10px;
		line-height: 30px;
		background: #0282cd;
	}

	.sub_navbar a {
		display: none;
		position: relative;
	}

	.sub_navbar a:last-child {
		display: block;
		color: #ffffff;
		font-size: 14px;
	}

	.sub_navbar a::after {
		content: '';
		width: 20px;
		height: 3px;
		border-radius: 2px;
		position: absolute;
		left: 2em;
		bottom: 0;
		background: #fff;
		transform: translateX(-50%);

	}

	.service_module {
		width: 100%;
		margin: 0;
	}

	.service_module_rt {
		width: 100%;
	}

	.service_module li a {
		flex-direction: column;
		padding: 15px;
	}

	.service_module li {
		margin-bottom: 10px;
	}

	.service_module li:last-child {
		margin-bottom: 0;
	}

	.service_module_lt img {
		width: 100px;
		height: auto;
	}

	.service_module_tit {
		color: #222222;
		font-size: 15px;
		line-height: 34px;
		text-align: center;
	}

	.service_module_txt {
		font-size: 13px;
		line-height: 25px;
		margin-bottom: 5px;
	}

	.service_module li a:hover .service_module_tit {
		color: #222222;
	}

	.service_module_look {
		background: #0282cd;
		width: 120px;
		height: 40px;
		margin: 0;
	}

	.service_module_look::before {
		content: '进入';
		color: #ffffff;
		font-size: 14px;
		margin-right: 15px;
	}

	.service_module_look img:first-child {
		display: none;
	}

	.service_module_look img:last-child {
		display: block;
		width: 9px;
		height: auto;
	}

	.contact_way {
		width: 100%;
		padding: 0 15px;
	}

	.contact_way ul {
		flex-wrap: wrap;
		padding-bottom: 20px;
		margin-top: 0;
	}

	.contact_way li {
		width: 50%;
		border-top: 1px solid #eaeaea;
		padding: 15px 9px;
		font-size: 14px;
		line-height: 24px;
		height: auto;
	}

	.contact_tit {
		color: #222222;
		font-size: 18px;
		background: none;
		padding-left: 0;
		font-weight: bold;
		line-height: 56px;
	}

	.contact_way li:nth-of-type(2),
	.contact_way li:first-child {
		border-top: 0;
	}

	.contact_way li:nth-child(2n-1) {
		border-left: 0;
	}

	.contact_way li:last-child {
		border-right: 0;
	}

	.contact_way_ico img {
		height: 30px;
		width: auto;
	}

	.contact_way li .contact_way_tit {
		font-size: 15px;
		line-height: 50px;
		margin-top: 0;
	}

	.contact_way li p {
		margin-top: 0;
	}

	.contact_way_ewm img {
		width: 80px;
		height: 80px;
	}

	.contact_telephone_con {
		width: 100%;
		padding: 0 15px 20px;
	}

	.contact_telephone_nav {
		flex-direction: column;
		padding: 0;
	}

	.contact_telephone_nav ul {
		width: 100%;
		justify-content: space-between;
	}

	.contact_telephone_nav li {
		width: calc(50% - 15px / 2);
		margin-right: 0;
		height: 40px;
		font-size: 14px;
		margin-bottom: 10px;
	}

	.contact_telephone_card {
		width: 100%;
		margin-top: 5px;
		padding: 6px 0 10px;
	}

	.contact_telephone_card_ico {
		width: 65px;
		height: 140px;
	}

	.contact_telephone_card_con {
		width: calc(100% - 80px);
		font-size: 14px;
		line-height: 25px;
		padding: 0;

	}

	.contact_telephone_card_ico img {
		width: 35px;
		height: auto;
	}

	.contact_telephone_card_tit {
		font-size: 15px;
		line-height: 30px;
	}

	.contact_map {
		width: 100%;
		padding: 0 15px 25px;
	}

	.contact_map_con img {
		width: 100%;
		height: calc(100vw - 30px);
		object-fit: cover;
	}

	.contact_map_con p {
		padding: 0;
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 10px;
	}

	.container {
		width: 100%;
		flex-direction: column;
		margin-bottom: 0;
	}

	.header_nav_con ul li .header_next_nav a.next_hover {
		color: #0282cd;
	}

	.container_lt {
		width: 100%;
	}

	.container_lt_nav {
		flex-direction: row;
		overflow-x: auto;
		background: #0282cd;
		padding: 0 15px 5px;
	}

	.container_lt_tit {
		display: none;
	}

	.container_lt_nav a {
		background: none;
		padding: 0;
		flex-shrink: 0;
		color: #ffffff;
		font-size: 14px;
		margin-right: 25px;
		margin-bottom: 0;
		line-height: 40px;
		position: relative;
	}

	.container_lt_nav a:hover {
		background: none;
		color: #ffffff;
		font-size: 14px;
		background: none;
	}

	.container_con .sub_navbar {
		display: none;
	}

	.container_lt_nav a.hover {
		background: none;
	}

	.container_lt_nav a.hover::after {
		content: '';
		width: 20px;
		height: 3px;
		border-radius: 2px;
		position: absolute;
		left: 50%;
		bottom: 5px;
		background: #fff;
		transform: translateX(-50%);
	}

	.container_rt {
		width: 100%;
	}

	.achievement_con_tit {
		display: none;
	}

	.achievement_con {
		padding: 0 15px;
	}

	.achievement_item_rt {
		width: calc(100% - 100px);
		font-size: 13px;
		line-height: 25px;
	}

	.achievement_item_txt2,
	.achievement_item_txt1 {
		width: 100%;
	}

	.achievement_con li p.last_txt {
		min-height: 0;
	}

	.achievement_item_lt {
		width: 100px;
		justify-content: flex-start;
		margin-top: 8px;
	}

	.achievement_item_lt img {
		width: 85px;
	}

	.achievement_item_tit {
		color: #222222;
		font-size: 15px;
		line-height: 30px;
		margin-bottom: 0;
	}

	.achievement_con li p span {
		color: #999999;
	}

	.achievement_con li {
		padding: 8px 0 12px;
	}

	.achievement_con li:last-child {
		border: 0;
	}

	.dynamic {
		width: 100%;
		padding: 0 15px 15px;
		background: #fff;
	}

	.dynamic_list li {
		border-radius: 0;
		border-bottom: 1px solid #eeeeee;
		margin: 0;
	}

	.dynamic_list li a {
		padding: 15px 0;
	}

	.dynamic_item_lt {
		width: 100%;
	}

	.dynamic_item_img img {
		width: 150px;
		margin-right: 15px;
	}

	.dynamic .pagelist {
		display: none;
	}

	.dynamic_item_look {
		display: none;
	}

	.dynamic_item_tit {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		text-overflow: ellipsis;
		-webkit-line-clamp: 2;
		overflow: hidden;
		color: #333333;
		font-size: 14px;
		font-weight: 400;
		white-space: normal;
		line-height: 25px;
	}

	.dynamic_item_time em,
	.looks,
	.dynamic_item_txt {
		display: none;
	}

	.dynamic_item_con {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		padding-bottom: 5px;
	}

	.dynamic_item_time {
		display: flex;
		justify-content: space-between;
		font-size: 13px;
	}

	.dynamic_item_time span {
		margin: 0;
	}

	.dynamic_item_category {
		font-size: 12px;
		padding: 0 3px;
		height: 18px;
	}

	.dynamic_detail_rt {
		display: none;
	}

	.dynamic_details {
		width: 100%;
	}

	.dynamic_detail_lt {
		width: 100%;
		position: relative;
		background: #ffffff;
		padding: 0 15px;
	}

	.dynamic_detail_txt img {
		max-width: 100%;
		height: auto !important;
	}

	.dynamic_back {
		position: absolute;
		right: 15px;
		top: -35px;
		background: rgba(0, 0, 0, .3);
		padding: 0 10px;
		height: 25px;
		display: flex;
		align-items: center;
		border-radius: 12px;
	}

	.dynamic_back img {
		display: none;
	}

	.dynamic_back::after {
		content: '返回列表';
		color: #ffffff;
		font-size: 12px;
		padding-left: 18px;
		background: url('../img/back_ico2.png') no-repeat center left;
		background-size: 12px 12px;
	}

	.dynamic_detail_bm {
		flex-direction: column;
		padding: 15px 0 22px;
		margin-top: 0;
		background: #fff;
		border-top: 1px solid #eeeeee;

	}

	.dynamic_detail_next,
	.dynamic_detail_pre {
		line-height: 30px;
		width: 100%;
		font-size: 14px;
		padding: 0;
	}

	.dynamic_detail_con {
		margin-bottom: 0;
		padding: 15px 0;
	}

	.img_txt {
		color: #333333;
		font-size: 14px;
		line-height: 36px;
	}

	.dynamic_detail_txt {
		font-size: 14px;
		line-height: 25px;
		padding-top: 15px;
	}

	.dynamic_detail_head {
		text-align: left;
		line-height: 20px;
		padding-bottom: 12px;
	}

	.dynamic_detail_head_tit {
		font-size: 20px;
		line-height: 30px;
		padding: 0 0 6px 0;

	}

	.dynamic_detail_head span {
		font-size: 13px;
		color: #999999;
		margin: 0 25px 0 0;
	}

	.dynamic_detail_head span:last-child {
		display: inline-block;
		width: 100%;
		margin-right: 0;
	}

	.message_service {
		width: 100%;
		padding: 0 15px;
		background: #fff;
	}

	.message_service li {
		width: 100%;
		border-bottom: 1px solid #eee;
		margin-bottom: 0;
	}

	.message_service_item_des {
		display: none;
	}

	.message_service li a {
		align-items: flex-start;
		padding: 15px 0;
	}

	.message_service_lt img {
		width: 110px;
		height: 110px;
		object-fit: contain;
	}

	.message_service_rt {
		width: calc(100% - 125px);
	}

	.message_service_item_tit {
		font-size: 15px;
		padding: 0;
		margin-bottom: 4px;
		line-height: 25px;
	}

	.message_service li a:hover .message_service_item_tit {
		color: #222222;
	}

	.message_service_item_txt {
		font-size: 13px;
		line-height: 20px;
	}

	.mes_ser_detail_head {
		display: flex;
		flex-direction: column-reverse;
	}

	.mes_ser_detail_head img {
		max-width: 100%;
		margin: 5px 0;
	}

	.mes_ser_details {
		padding: 0 15px 5px;

	}

	.mes_ser_detail_txt {
		font-size: 14px;
		line-height: 25px;
	}

	.mes_ser_detail_tit {
		line-height: 60px;
		font-size: 18px;
	}

	.mes_ser_detail_tit::after {
		height: 2px;
	}

	.text_doc {
		background: url('../img/ico10.png') no-repeat top 10px left;
		background-size: 5px 5px;
		text-indent: 1em !important;
	}

	.text_tit1 {
		padding: 0;
		line-height: 28px;
		margin-top: 10px;
		font-size: 16px;
		text-indent: 0 !important;
	}

	.text_tit2 {
		margin: 5px 0;
		font-size: 14px;
		padding-left: 1em;
		text-indent: 0 !important;
		line-height: 20px;

	}

	.text_tit2.text_doc {
		background: url('../img/ico10.png') no-repeat top 7px left;
		background-size: 5px 5px;
	}

	.mes_ser_detail_txt p {
		text-indent: 2em;
	}

	.mes_ser_detail_head p {
		text-indent: 0 !important;
	}

	.kefu_btn a {
		margin-top: 5px;
		width: 240px;
		border-radius: 45px;
		line-height: 45px;
		font-size: 15px;
	}

	.contact_telephone_nav li.act::after {
		content: '';
		width: 13px;
		height: 7px;
		position: absolute;
		bottom: -5px;
		left: 50%;
		transform: translateX(-50%);
		background: url('../img/ico42.png') no-repeat;
		background-size: 100% 100%;
	}

	.mes_con .sub_navbar a:last-child {
		display: none;
	}

	.mes_con .sub_navbar a:nth-of-type(2) {
		display: block;
		color: #ffffff;
		font-size: 14px;
		background: none;
	}

	.mes_con .container_lt_nav {
		background: #fff;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 5px 15px;
	}

	.mes_con .container_lt_nav a {
		background: #eaf0f4;
		width: calc(50% - 8px);
		margin-right: 0;
		margin-top: 10px;
		color: #333333;
		font-size: 13px;
		text-align: center;
	}

	.mes_con .container_lt_nav a.hover {
		background: #0282cd;
		color: #fff;
		position: relative;
	}

	.mes_con .container_lt_nav a.hover::after {
		content: '';
		width: 13px;
		height: 7px;
		position: absolute;
		bottom: -5px;
		left: 50%;
		transform: translateX(-50%);
		background: url('../img/ico42.png') no-repeat;
		background-size: 100% 100%;
	}

	.summarize {
		padding: 15px 15px 20px;
	}

	.summarize_nav {
		justify-content: space-between;
	}

	.summarize_nav a {
		width: calc(50% - 8px);
		margin-left: 0;
		line-height: 40px;
		font-size: 14px;
		border-radius: 5px;
		margin-bottom: 10px;
	}

	.summarize_nav a.hover {
		font-size: 14px;
	}

	.summarize_nav a.hover::after {
		bottom: -5px;
	}

	.summarize_nav a:hover {
		background: #eaf0f4;
		color: #333333;
		font-size: 14px;
	}

	.summarize_nav a:hover::after {
		content: '';
		width: 0;

	}

	.summarize_tit {
		font-size: 18px;
		line-height: 60px;
		margin-bottom: 0;
	}

	.summarize_tit::after {
		height: 2px;
	}

	.summarize_details {
		font-size: 14px;

		padding-top: 5px;
	}

	.summarize_details p {
		line-height: 25px !important;
	}

	.summarize_details_tit {
		font-size: 16px;
		line-height: 40px;
		margin-bottom: 10px;
	}

	.summarize_details_tit::after {
		height: 2px;
		width: 2em;
	}

	.mes_table td {
		font-size: 14px;
		height: 40px;
		width: 40%;
	}

	.service_table th,
	.section_table th,
	.statistics_table th,
	.mes_table th {
		font-size: 14px;
		height: 40px;
	}

	.mes_table tr td:first-child {
		width: 21%;
	}

	.mes_table tr td:last-child {
		width: 39%;
	}

	.span_br1 {
		display: block;
		line-height: 20px;
		padding-top: 8px;
	}

	.span_br2 {
		display: block;
		line-height: 20px;
		padding-bottom: 8px;
	}

	.mes_table {
		width: 100%;
		margin-top: 10px;
	}

	.summarize_details_txt2 {
		background: url('../img/ico12.png') no-repeat left 2px top 6px;
		background-size: auto 12px;
		padding-left: 15px;
	}

	.summarize_details_txt1 {
		font-size: 15px;
	}

	.summarize_details_txt3 {
		font-size: 15px;
		background: url('../img/ico13.png') no-repeat left top 6px;
		background-size: auto 13px;
		padding-left: 18px;
	}

	.summarize_details_txt4 {
		font-size: 15px;
	}

	.summarize_list li {
		padding: 10px 0;
	}

	.summarize_item_lt {
		width: 50px;
	}

	.summarize_item_lt img {
		width: 35px;
		height: 35px;
		margin-top: 5px;
	}

	.summarize_item_rt {
		width: calc(100% - 50px);
	}

	.summarize_item_tit {
		font-size: 16px;
		line-height: 30px;

	}

	.section_table td:first-child,
	.statistics_table td:first-child {
		width: 28%;
	}

	.section_table td,
	.statistics_table td {
		font-size: 14px;
		width: 36%;
		height: 40px;
	}

	.statistics_table td:last-child {
		width: 36%;
		padding: 0 10px;
		line-height: 20px;
	}

	.statistics_table {
		width: 100%;
		margin-top: 10px;
	}

	.summarize_item_txt {
		font-size: 14px;
		line-height: 25px;
	}

	.section_table {
		width: 100%;
		margin-top: 10px;
	}

	.summarize_details_img {
		padding: 10px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.summarize_details_img img {
		width: 146px !important;
		height: auto !important;
		margin: 0 !important;
	}

	.summarize_details_link img {
		width: 100px !important;
		height: 100px !important;
	}

	.summarize_details_link {
		padding: 10px 0;
		margin-bottom: 0;
	}

	.summarize_details_link div {
		margin: 0 !important;
		width: 50%;
		min-width: 0 !important;
	}

	.summarize_details_txt5 {
		font-size: 14px;
	}

	.service_table {
		width: 100%;
		margin-top: 10px;
	}

	.service_table td {
		font-size: 13px;
		padding: 5px !important;
		line-height: 20px !important;
		width: 28%;
	}

	.summarize_details p.table_tit_txt {
		line-height: 20px !important;
	}

	.table_tit {
		font-size: 13px;
	}

	.service_table td:first-child {
		width: 20%;
	}

	.service_table td:last-child {
		width: 52%;
	}

	.organization {
		padding: 8px 15px 15px;
	}

	.organization_zl_con {
		flex-direction: column;
		padding: 10px 0 20px;
	}

	.organization_zl_con_img {
		flex-direction: row;
		justify-content: space-between;
	}

	.organization_zl_con_img img {
		height: calc((200 / 750)*100vw);
	}

	.tissue_tit,
	.organization_tit {
		font-size: 18px;
	}

	.tissue_tit p,
	.organization_tit p {
		line-height: 40px;

	}

	.tissue_tit p::after,
	.organization_tit p::after {
		height: 2px;
	}

	.organization_head>p {
		font-size: 14px;
		line-height: 25px;
		margin: 10px 0;
	}

	.organization_item_name {
		font-size: 14px;
		width: 60px;
	}

	.organization_list li {
		font-size: 14px;
		padding: 10px 0;
	}

	.organization_list {
		padding-bottom: 20px;
	}

	.open_btn {
		width: 70px;
		height: 25px;
		font-size: 13px;
	}

	.open_btn img {
		width: 14px;
		height: auto;
		margin-left: 6px;
	}

	.organization_popup_con {
		width: calc(100% - 40px);
		max-height: calc(100vh - 40px);
		padding: 20px;
	}

	.organization_popup_tit {
		font-size: 18px;
		line-height: 50px;
	}

	.organization_popup_con p {
		max-height: calc(100vh - 110px);
		overflow-y: auto;
		padding-bottom: 10px;
		font-size: 14px;
		line-height: 25px;
	}

	.noopen img {
		width: 25px;
		height: 25px;
	}

	.noopen {
		top: 0;
		right: 15px;
	}

	.organization_zl_con p {
		margin-top: 0;
		font-size: 14px;
		line-height: 25px;
	}

	.organization_footer_con>p {
		padding: 0 0 5px;
		font-size: 14px;
		line-height: 25px;
	}

	.organization_footer_con li {
		margin-left: 0;
		width: 100%;
		padding: 8px 15px 10px;
		min-height: 0 !important;
		margin-bottom: 5px;
	}

	.organization_card_lt {
		width: 30px;
		font-size: 24px;
		text-align: center;
		line-height: 38px;
	}

	.organization_card_lt::after {
		height: 3px;
		width: 15px;
	}

	.organization_footer_con li p {
		width: calc(100% - 50px);
		padding: 4px 0 0;
		font-size: 14px;
		line-height: 23px;

	}

	.tissue {
		padding: 5px 15px 15px;
	}

	.tissue_con {
		padding: 35px 0;
	}

	.platform_list {
		width: 100%;
		flex-wrap: wrap;
		padding: 0 15px 5px;
		margin-top: 15px;
	}

	.platform_list a {
		width: 100%;
		margin-bottom: 10px;
	}

	.product_list {
		width: 100%;
		margin-top: 0;
	}

	.product_list a {
		width: 50%;
		padding: 15px;
		min-height: 0;
	}

	.product_item_tit img {
		width: 30px;
		height: 30px;
	}

	.product_item_tit {
		font-size: 16px;
		line-height: 30px;
	}

	.bottom_module_list a {
		font-size: 14px;
		line-height: 20px;

	}

	.scroll_container {
		height: 280px;
	}

	.product_list p {
		font-size: 12px;
		line-height: 25px;
		min-height: 75px;
	}

	.product_item_sequence {
		font-size: 15px;
		line-height: 30px;
	}

	.product_list a:nth-child(-n+4) {
		border-top: 1px solid #e5ecfa;
	}

	.product_list a:nth-child(-n+2) {
		border-top: 0;
	}

	.product_list a:nth-child(4n-3) {
		border-left: 1px solid #e5ecfa;
	}

	.product_list a:nth-child(2n-1) {
		border-left: 0;
	}

	a.product_tit {
		font-size: 25px;
		padding-top: 40px;
	}

	.product_tit::after {
		height: 3px;
	}

	.home_news_lt .am-slider .am-slides img {
		width: 100%;
		height: 50vw;
	}

	.public_head_tabs span {
		font-size: 18px;
		line-height: 42px;
		margin-right: 15px;
	}

	.public_head_tabs span.tabact::after {
		height: 2px;
	}

	.achievements_list p {
		font-size: 14px;
		line-height: 25px;
		padding: 10px 0 10px 20px;
		background: url('../img/achievement1.png') no-repeat left 5px top 20px;
		background-size: 5px auto;
	}

	.product_con {
		padding:10px 15px 15px;
		font-size: 14px;
		line-height: 25px;
	}

	.article_title {
		font-size: 18px;
		line-height: 40px;
		padding: 0;
		margin-bottom: 10px;
	}

	.article_title::after {
		width: 100px;
		height: 2px;
	}

	.product_img2 img {
		max-width: 100%;
		height: auto;
	}

	.product_text {
		margin-bottom: 15px;
	}

	.product_img1 {
		display: flex;
		justify-content: space-between;
	}

	.product_img1 img {

		width: calc(100% / 3 - 5px);
		height: auto;
		margin:10px 0 0;
	}

	.product_img1:not(:has(img:nth-of-type(3))) img {
		width: calc(50% - 10px);

	}
	.journal_con{
		padding:10px 15px 20px;
	}
	.journal_con{
		font-size: 14px;
		line-height: 25px;
	}
	.journal_con_tit{
		line-height: 30px;
		font-size: 18px;
	}
	.journal_con_table th{
		font-size: 14px;
	}
	.journal_con_table td{
		font-size: 14px;
	}
	.journal_con_ewm img{
		width: 120px;
		height: 120px;
	}
	.journal_con_img{
		display: flex;
		justify-content: space-between;
	}
	.journal_con_img img{
		width: calc(50vw - 23px);
		margin: 10px auto;
	}
}






.orglogo {
	display: none
}

}

.home_news_con a:hover p {
	color: #0282cd;
}

.public_head a:hover,
.home_news_tit a:hover {
	color: #0282cd;
}

.mouse {
	cursor: pointer;
}

.hide {
	display: none
}

.orglogo {
	position: absolute;
	left: 332px;
	top: 130px;
}







.home_search {
	padding: 5px 30px 20px 0;
}

.home_search_lt {
	text-align: center;
	width: 164px;
	justify-content: center;
	line-height: 43px;
	font-size: 28px;
}

.home_search_rt {
	width: calc(100% - 384px);
	padding-left: 24px;
}

.home_search_input input {
	width: 860px;
}

.home_search_input_btn {
	width: 100px;
}

.home_search_list ul li {
	margin-left: 25px;
}

.home_search_navigation {
	background: #1bacb5;
	font-size: 18px;
	color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	width: 180px;
	border-radius: 5px;
	margin-left: 40px;
}

	.home_search_navigation img {
		width: 22px;
		height: 20px;
		margin-right: 10px;
	}

@media screen and (max-width: 767px) {
	.home_search_lt br {
		display: none;
	}

	.home_search_lt {
		width: 100%;
		text-align: left;
		justify-content: flex-start;
		font-size: 18px;
	}

	.home_search {
		padding: 5px 15px 25px;
		background: url('../img/home_ico17.png') no-repeat;
		background-size: 100% auto;
	}

	.home_search_navigation img {
		width: 15px;
		height: auto;
	}

	.home_search_rt {
		width: 100%;
		padding: 0;
	}

	.home_search_list ul li {
		margin-left: calc((100vw - (255px + 2em)) / 4);
	}

	.home_search_navigation {
		font-size: 14px;
		width: 100%;
		height: 45px;
		margin-top: 15px;
	}
}


.dynamic_item_img img[src=""], .dynamic_item_img img:not([src]) {
	display: none;
}