a {
	color: inherit;
}
a:hover {
	color: #3b76bc;
}
.lt {
	float: left;
}
.rt {
	float: right;
}
.main {
	width: 1590px;
	margin: 0 auto;
	max-width: 100%;
	position: relative;
	padding-right: 15px;
	padding-left: 15px;
}
.main::after {
	content: "";
	display: block;
	clear: both;
}
.nav_btn {
	display: none;
}
.header_out {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 999;
}
.head {
	height: 106px;
	padding-left: 5.2vw;
}
.head .logo {
	display: block;
	float: left;
	margin-top: 21px;
}
.head .logo img {
	display: block;
	transition: all 0.3s;
	height: 70px;
}
.head .nav {
	float: left;
	margin-left: 15.6vw;
}
.head .nav li {
	float: left;
	position: relative;
}
.head .nav li > a {
	line-height: 106px;
	padding: 0 20px;
	font-size: 16px;
	color: #fff;
	display: block;
	transition: all 0.3s;
	position: relative;
}
.head .nav li .sub {
	position: absolute;
	min-width: 100%;
	left: 50%;
	transform: translateX(-50%);
	display: none;
	opacity: 0;
	top: 110%;
	text-align: center;
	background: #fff;
	box-shadow: 0px 1px 1px 0.26px rgba(0, 0, 0, 0.15);
	transition: all 0.3s;
	white-space: nowrap;
	text-align: center;
	padding: 13px 0;
	box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.2);
}
.head .nav li .sub::after {
	content: "";
	display: block;
	width: 23px;
	margin-left: -11px;
	height: 15px;
	left: 50%;
	position: absolute;
	bottom: 100%;
	background: url(../img/sju1.png);
}
.head .nav li .sub a {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	padding: 0;
	line-height: 36px;
	font-size: 14px;
	color: #949494;
	transition: all 0.3s;
}
.head .nav li .sub a:hover {
	background: #ededed;
	color: #2967a4;
}
@keyframes moveup {
	from {
		top: 110%;
	}
	to {
		opacity: 1;
		top: 100%;
	}
}
.section_1 .swiper-container {
	height: 100vh;
	width: 100%;
}
.section_1 .swiper-container .swiper-slide {
	height: 100%;
	position: relative;
}
.section_1 .swiper-container .swiper-slide .bg {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.section_1 .swiper-container .swiper-slide .main {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.section_1 .swiper-container .swiper-slide .txt {
	display: block;
	z-index: 5;
	max-width: 85%;
	position: relative;
	transition: all 0.5s;
	transition-delay: 0.6s;
	opacity: 0;
	top: 45px;
}
.section_1 .swiper-container .swiper-slide-active .txt {
	top: 0;
	opacity: 1;
}
.section_1 .page_swiper_out {
	position: absolute;
	bottom: 4.6vw;
	left: 9.3vw;
	width: auto;
	font-size: 0;
	padding: 0 28px;
	z-index: 10;
}
.section_1 .page_swiper_out .num {
	font-size: 15px;
	color: #fff;
	display: block;
	position: absolute;
	font-size: 14px;
	line-height: 24px;
	left: 0;
	top: 50%;
	margin-top: -12px;
}
.section_1 .page_swiper_out .num:nth-child(2) {
	left: auto;
	right: 0;
}
.section_1 .swiper-pagination {
	font-size: 0;
	position: relative;
	width: auto;
}
.section_1 .swiper-pagination-bullet {
	width: 15px;
	height: 1px;
	border-radius: 0;
	background: #c8c7c7;
	opacity: 1;
}
.section_1 .swiper-pagination-bullet-active {
	background: #fff;
}
.section_1 .na_box {
	position: absolute;
	right: 5.6vw;
	bottom: 4.2vw;
	width: 74px;
	z-index: 10;
	height: 25px;
}
.section_1 .swiper-button-next,
.section_1 .swiper-button-prev {
	width: 14px;
	height: 25px;
	top: 0;
	opacity: 0.6;
	margin-top: 0;
	background-size: cover;
	transition: all 0.3s;
}
.section_1 .swiper-button-next:hover,
.section_1 .swiper-button-prev:hover {
	opacity: 1;
}
.section_1 .swiper-button-prev {
	background-image: url(../img/icon_prev.png);
	left: 0;
}
.section_1 .swiper-button-next {
	background-image: url(../img/icon_next.png);
	right: 0;
}
.section_1 .mouse {
	width: 67px;
	height: 132px;
	background: url(../img/mouse_bg.png) no-repeat center bottom/100% auto;
	position: absolute;
	left: 50%;
	bottom: 0;
	z-index: 20;
	transform: translateX(-50%);
}
.section_1 .mouse img {
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -11px;
	animation: mouse 2s ease infinite;
}
@keyframes mouse {
	0% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	60% {
		-webkit-transform: translateY(15px);
		-moz-transform: translateY(15px);
		-ms-transform: translateY(15px);
		-o-transform: translateY(15px);
		transform: translateY(15px);
	}
	100% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
}
.home_logo {
	display: block;
	position: fixed;
	z-index: 999;
	top: 6%;
	left: 5%;
}
.home_logo img {
	display: block;
}
.home_nav_btn {
	position: fixed;
	z-index: 999;
	width: 50px;
	height: 50px;
	background: url(../img/btn.png) no-repeat center/50px auto;
	cursor: pointer;
	top: 7%;
	right: 6%;
	transition: all 0.6s;
	border-radius: 50%;
}
.home_nav_btn1 {
	position: fixed;
	z-index: 999;
	width: 50px;
	height: 50px;
	background: url(../img/btn1.png) no-repeat center/50px auto;
	cursor: pointer;
	top: 7%;
	right: 16%;
	transition: all 0.6s;
	border-radius: 50%;
}
.home_nav_btn.inner_btn {
	top: 23px;
	z-index: 1000;
}
.home_nav_btn1.inner_btn1 {
	top: 23px;
	z-index: 1000;
}
.home_nav_btn.on {
	border-radius: 0;
	top: 0 !important;
	right: 0 !important;
	width: 100%;
	height: 100%;
	background: #fff;
}
.home_nav_btn1.on {
	border-radius: 0;
	top: 0 !important;
	right: 0 !important;
	width: 100%;
	height: 100%;
	background: #fff;
}
.section_2 {
	background: url(../img/bg_s2.jpg) no-repeat center/cover;
}
.section_2 .inner {
	overflow: hidden;
	position: relative;
}
.section_2 .main {
	padding-top: 40px;
}
.section_2 .left {
	width: 45%;
	color: #fff;
}
.section_2 .left .tt p {
	font-size: 37px;
	font-weight: bold;
	margin-bottom: 2px;
}
.section_2 .left .tt span {
	display: block;
	font-size: 14px;
	font-weight: lighter;
	color: #b9b9b9;
	text-transform: uppercase;
}
.section_2 .left .num_box {
	width: 100%;
	overflow: hidden;
	margin-top: 45px;
}
.section_2 .left .num_box li {
	width: 33.33333%;
	float: left;
	padding-right: 10px;
}
.section_2 .left .num_box .tnum span {
	font-size: 76px;
	font-weight: bold;
	font-family: Impact;
}
.section_2 .left .num_box .tnum em {
	font-size: 14px;
	display: inline-block;
	left: 3px;
	top: -6px;
	position: relative;
}
.section_2 .left .num_box p {
	font-size: 16px;
	font-weight: lighter;
	margin-top: 2px;
}
.section_2 .left .des {
	font-size: 18px;
	line-height: 1.78;
	margin-top: 50px;
	margin-bottom: 28px;
}
.section_2 .left .more {
	text-transform: uppercase;
	width: 160px;
	line-height: 52px;
	text-align: center;
	display: block;
	border: 1px solid #fff;
	font-size: 16px;
	color: #fff;
	transition: all 0.3s;
}
.section_2 .left .more:hover {
	background: #fff;
	color: #3360be;
}
.section_2 .img {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 50%;
}
.section_2 .img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.section_3 {
	background: url(../img/bg_s3.jpg) no-repeat center/cover;
}
.section_3 .inner {
	overflow: hidden;
	position: relative;
	width: 1420px;
	margin: 0 auto;
	max-width: 100%;
	padding-top: 10vh;
}
.section_3 .tit {
	margin-bottom: 10px;
}
.section_3 .tit h3 {
	color: #fff;
	font-weight: bold;
	font-size: 37px;
	margin-bottom: 5px;
}
.section_3 .tit p {
	font-size: 22px;
	font-weight: lighter;
	color: #e3e3e3;
	text-transform: uppercase;
}
.section_3 .des {
	font-size: 18px;
	color: #cccccc;
	line-height: 1.39;
	margin-bottom: 35px;
}
.section_3 .row {
	margin: 0 -7px;
}
.section_3 .row li {
	width: 25%;
	float: left;
	padding: 0 7px;
	margin-bottom: 18px;
}
.section_3 .row .in {
	display: block;
	transition: all 0.3s;
	background: #d4e9fe;
	padding-top: 37px;
	padding-bottom: 45px;
}
.section_3 .row .in:hover {
	overflow: hidden;
	background: #25599f;
	transform: translateY(-5px);
}
.section_3 .row .in:hover .fn {
	opacity: 0;
}
.section_3 .row .in:hover .wh {
	opacity: 1;
}
.section_3 .row .in:hover p {
	color: #fff;
}
.section_3 .row p {
	text-align: center;
	margin-top: 12px;
	transition: all 0.3s;
}
.section_3 .row .img {
	display: block;
	width: 60px;
	margin: 0 auto;
	position: relative;
}
.section_3 .row .img .fn {
	position: relative;
	z-index: 5;
}
.section_3 .row .img .wh {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	opacity: 0;
}
.section_3 .row img {
	display: block;
	transition: all 0.3s;
	width: 100%;
}
.section_4 .swiper-container {
	height: 100vh;
	width: 100%;
}
.section_4 .swiper-slide {
	height: 100%;
}
.section_4 .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.section_4 .list {
	position: absolute;
	z-index: 10;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.section_4 .list li {
	height: 100%;
	width: 33.33333333%;
	float: left;
	position: relative;
	border: 1px solid #9db5c5;
}
.section_4 .list li:nth-child(1) {
	border-left: none;
}
.section_4 .list li:nth-child(3) {
	border-right: none;
}
.section_4 .list li:hover::after {
	opacity: 0.2;
}
.section_4 .list li::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #fff;
	opacity: 0.1;
	transition: all 0.3s;
}
.section_4 .list .txt {
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	padding: 10vh 10px 0;
	color: #fff;
	z-index: 10;
}
.section_4 .list .txt h3 {
	font-size: 46px;
	margin-bottom: 23px;
}
.section_4 .list .txt p {
	font-size: 24px;
	font-weight: lighter;
	color: #cccccc;
}
.section_5 .bg {
	position: absolute;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: 5;
}
.section_5 .bg .swiper-slide {
	height: 100%;
}
.section_5 .bg .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.section_5 .main {
	z-index: 10;
	padding-top: 6vh;
}
.section_5 .tag {
	text-align: center;
	font-size: 0;
}
.section_5 .tag a {
	display: inline-block;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	padding: 0 46px;
	line-height: 54px;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-left: none;
	transition: all 0.3s;
}
.section_5 .tag a:nth-child(1) {
	border-left: 1px solid rgba(255, 255, 255, 0.22);
}
.section_5 .tag a.on {
	background: rgba(255, 255, 255, 0.22);
}
.section_5 .txt {
	text-align: center;
	margin-top: 160px;
	color: #fff;
}
.section_5 .txt h3 {
	font-size: 46px;
	margin-bottom: 50px;
}
.section_5 .txt p {
	font-size: 22px;
	margin-bottom: 60px;
}
.section_5 .txt .swiper-slide {
	opacity: 0 !important;
}
.section_5 .txt .swiper-slide-active {
	opacity: 1 !important;
}
.section_5 .txt .more {
	margin: 0 auto;
	display: block;
	width: 160px;
	line-height: 52px;
	font-size: 16px;
	font-weight: lighter;
	color: #fff;
	text-transform: uppercase;
	border: 1px solid #ffffff;
	transition: all 0.3s;
}
.section_5 .txt .more:hover {
	background: #fff;
	color: #3360be;
}
.section_6 {
	background: url(../img/section6_bg.jpg) no-repeat center/cover;
	color: #fff;
}
.section_6 .main {
	padding-top: 10vh;
}
.section_6 .toper {
	position: relative;
	padding-left: 360px;
}
.section_6 .toper .tit {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.section_6 .toper .tit em {
	display: block;
	line-height: 1;
	font-family: "黑体";
	font-size: 150px;
}
.section_6 .toper .tit p {
	font-size: 35px;
	margin-top: 45px;
	margin-bottom: 17px;
}
.section_6 .toper .tit span {
	display: block;
	font-size: 18px;
	color: #e3e3e3;
}
.section_6 .toper .tit .line {
	background: #fff;
	width: 40px;
	height: 3px;
	margin-top: 46px;
}
.section_6 .toper .rcon {
	overflow: hidden;
}
.section_6 .toper .rcon ul {
	float: right;
	max-width: 100%;
	width: 1080px;
	margin-right: -15px;
}
.section_6 .toper .rcon li {
	width: 50%;
	padding: 0 15px;
	float: left;
	margin-bottom: 30px;
}
.section_6 .toper .rcon li a {
	display: block;
	border: 3px solid #000000;
	padding: 50px 42px;
	transition: all 0.3s;
}
.section_6 .toper .rcon li a:hover {
	background: #175b9d;
}
.section_6 .toper .rcon li a:hover p,
.section_6 .toper .rcon li a:hover .des {
	color: #fff;
}
.section_6 .toper .rcon li p {
	color: #e3e3e3;
	margin-bottom: 20px;
	font-size: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all 0.3s;
}
.section_6 .toper .rcon li .des {
	font-size: 18px;
	font-weight: lighter;
	line-height: 30px;
	height: 120px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	color: #cccccc;
	transition: all 0.3s;
}
.section_6 .more {
	overflow: hidden;
}
.section_6 .more a {
	display: block;
	float: right;
	width: 160px;
	text-align: center;
	line-height: 52px;
	font-size: 16px;
	font-weight: lighter;
	color: #fff;
	text-transform: uppercase;
	border: 1px solid #ffffff;
	transition: all 0.3s;
}
.section_6 .more a:hover {
	background: #fff;
	color: #3360be;
}
.section_7 {
	background: #2967a4;
}
.section_7 footer {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
}
footer {
	background: #2967a4;
	padding-top: 80px;
}
footer .tt {
	border-bottom: 2px solid #2263a2;
	margin-bottom: 40px;
}
footer .tt::after {
	content: "";
	display: block;
	clear: both;
}
footer .tt p {
	float: left;
	padding-bottom: 40px;
	position: relative;
	bottom: -2px;
	font-size: 22px;
	color: #fff;
	line-height: 1;
	border-bottom: 2px solid #fff;
}
footer .linfo {
	float: left;
	width: 600px;
	max-width: 100%;
}
footer .linfo .c_infobox p {
	padding-left: 55px;
	font-size: 16px;
	color: #c2ccda;
	line-height: 40px;
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom: 24px;
}
footer .linfo .c_infobox .tel {
	background-image: url(../img/f_icon_1.png);
	font-size: 24px;
}
footer .linfo .c_infobox .email {
	background-image: url(../img/f_icon_2.png);
}
footer .linfo .c_infobox .address {
	background-image: url(../img/f_icon_3.png);
}
footer .list {
	float: right;
}
footer .list li {
	float: left;
	width: 206px;
	margin-left: 50px;
}
footer .list li:first-child {
	margin-left: 0;
}
footer .list li > p {
	font-size: 16px;
	color: #a0b1c1;
	line-height: 2.25;
}
footer .list li > p a:hover {
	color: #fff;
}
footer .bottom {
	padding-top: 55px;
	margin-top: 50px;
	padding-bottom: 80px;
	border-top: 1px solid #3a7bba;
	line-height: 36px;
}
footer .bottom p {
	float: left;
	color: #75ade4;
	font-size: 14px;
}
footer .bottom .rth {
	float: right;
	color: #75ade4;
	white-space: nowrap;
}
footer .bottom .rth .code {
	margin-right: 50px;
	background: url(../img/fb_0.png) no-repeat center;
	height: 36px;
	cursor: pointer;
	position: relative;
}
footer .bottom .rth .code i {
	background: #fff;
	width: 160px;
	padding: 10px;
	border-radius: 5px;
	position: absolute;
	bottom: 120%;
	left: 50%;
	transform: translateX(-50%);
}
footer .bottom .rth .code i::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-width: 5px;
	border-style: solid;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-color: #fff transparent transparent transparent;
}
footer .bottom .rth .code:hover i {
	display: block;
}
footer .bottom .rth span {
	display: block;
	float: left;
}
footer .bottom .rth em,
footer .bottom .rth a {
	display: block;
	float: left;
	height: 36px;
	width: 36px;
	margin-right: 10px;
}
footer .bottom .rth em img,
footer .bottom .rth a img {
	display: block;
}
footer .bottom .rth i {
	display: none;
}
.home_nav_box {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9999;
	top: 0;
	left: 0;
	background: #2967a4;
	display: none;
}
.home_nav_box .close {
	position: absolute;
	width: 40px;
	height: 40px;
	background: url(../img/close_btn.png) no-repeat center;
	cursor: pointer;
	right: 6%;
	top: 9%;
	z-index: 90;
}
.home_nav_box ul {
	overflow: hidden;
	height: 100%;
	position: relative;
	z-index: 5;
}
.home_nav_box ul li {
	width: 16.6666%;
	padding-top: 24vh;
	float: left;
	position: relative;
	height: 100%;
}
.home_nav_box ul li:hover .bg {
	opacity: 1;
}
.home_nav_box ul li:hover .abox {
	opacity: 1;
	transform: translateY(0);
}
.home_nav_box ul li:hover .numbg {
	bottom: 20vh;
	opacity: 0;
}
.home_nav_box .bg {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all 0.3s;
	z-index: 1;
}
.home_nav_box .numbg {
	display: block;
	position: absolute;
	bottom: 27vh;
	left: 50%;
	transform: translateX(-50%);
	opacity: 1;
	transition: all 0.3s;
	max-width: 96%;
}
.home_nav_box .tt {
	text-align: center;
	position: relative;
	z-index: 5;
	margin-bottom: 70px;
}
.home_nav_box .tt p {
	font-size: 36px;
	font-weight: bold;
	color: #fff;
}
.home_nav_box .tt span {
	display: block;
	font-size: 20px;
	color: #fff;
	opacity: 0.6;
}
.home_nav_box .abox {
	text-align: center;
	font-size: 24px;
	position: relative;
	z-index: 5;
	transition: all 0.3s;
	opacity: 0;
	transform: translateY(30px);
	line-height: 2;
}
.home_nav_box .abox a {
	display: block;
	color: #fff;
	opacity: 0.8;
}
.home_nav_box .abox a:hover {
	opacity: 1;
}
.sharp_ani_a {
	transform: translateY(-30px);
	opacity: 0;
	transition: all 0.6s;
	transition-delay: 0.8s;
}
.sharp_ani_b {
	transform: translateY(30px);
	opacity: 0;
	transition: all 0.6s;
	transition-delay: 0.8s;
}
.active .sharp_ani_a,
.active .sharp_ani_b {
	transform: translateY(0);
	opacity: 1;
}
.sub_banner {
	height: 100vh;
	position: relative;
}
.sub_banner img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.sub_banner .txt {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	color: #fff;
}
.sub_banner .txt p {
	font-size: 53px;
	font-weight: bold;
}
.sub_banner .txt span {
	display: block;
	font-size: 24px;
	font-weight: lighter;
	margin-top: 30px;
}
.page_a_a {
	text-align: center;
	padding-top: 130px;
	padding-bottom: 50px;
}
.page_a_a h3 {
	font-size: 48px;
	font-weight: bold;
	color: #060606;
}
.page_a_a p {
	font-size: 24px;
	color: #666;
	line-height: 1.9;
	width: 1115px;
	margin: 52px auto 0;
	max-width: 100%;
}
.page_a_b {
	background: url(../img/page_a_b_bg.jpg) no-repeat center/cover;
	padding-top: 178px;
	padding-bottom: 133px;
}
.page_a_b .row {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -26px;
}
.page_a_b li {
	float: none;
	text-align: center;
	padding: 0 26px;
}
.page_a_b a {
	display: block;
	height: 100%;
	background: #fff;
	padding: 65px 10px 100px;
	transition: all 0.3s;
}
.page_a_b a:hover {
	background: #2967a4;
}
.page_a_b a:hover h3,
.page_a_b a:hover p {
	color: #fff;
}
.page_a_b a:hover p {
	opacity: 0.7;
}
.page_a_b .img {
	width: 178px;
	height: 178px;
	border-radius: 50%;
	background: #fff;
	margin: 0 auto 33px;
	overflow: hidden;
}
.page_a_b .img img {
	display: block;
	width: 100%;
	height: 100%;
}
.page_a_b h3 {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 44px;
	color: #000;
	transition: all 0.3s;
}
.page_a_b p {
	width: 380px;
	margin: 0 auto;
	font-size: 24px;
	color: #4c4b4b;
	line-height: 1.75;
	max-width: 100%;
	transition: all 0.3s;
	opacity: 1;
}
.page_a_c {
	padding-top: 86px;
	padding-bottom: 28px;
}
.page_a_c .row {
	margin: 0 -44px;
}
.page_a_c li {
	padding: 0 44px;
	margin-bottom: 80px;
}
.page_a_c a {
	display: block;
	overflow: hidden;
}
.page_a_c a:hover img {
	transform: scale(1.02);
}
.page_a_c img {
	display: block;
	width: 100%;
	transition: all 0.3s;
}
.page_b_a {
	font-size: 0;
	text-align: center;
	background: #2967a4;
}
.page_b_a a {
	display: inline-block;
	color: #fff;
	line-height: 80px;
	transition: all 0.3s;
	border-bottom: 3px solid transparent;
	font-size: 28px;
	margin: 0 38px;
}
.page_b_a a.on {
	font-weight: bold;
	border-color: #fff;
}
.page_b_b {
	text-align: center;
	padding-top: 82px;
}
.page_b_b .tt {
	font-size: 73px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 18px;
}
.page_b_b .stt {
	font-size: 30px;
	font-weight: lighter;
	margin-bottom: 60px;
}
.page_b_b .des {
	font-size: 19px;
	line-height: 1.95;
	width: 605px;
	margin: 0 auto;
	max-width: 100%;
}
.page_b_b .numbox {
	width: 725px;
	margin: 60px auto 0;
	max-width: 100%;
	padding-bottom: 110px;
}
.page_b_b .numbox .top {
	padding-bottom: 90px;
	border-bottom: 1px solid #000;
	position: relative;
}
.page_b_b .numbox .top::after {
	content: "";
	width: 1px;
	height: 40px;
	background: #000;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -0.5px;
}
.page_b_b .numbox .top p {
	color: #2967a4;
	line-height: 1;
}
.page_b_b .numbox .top p span {
	font-size: 120px;
	font-weight: bold;
}
.page_b_b .numbox .top p sup {
	font-size: 24px;
	vertical-align: top;
	position: relative;
	top: 10px;
	font-weight: bold;
}
.page_b_b .numbox .top .k {
	font-weight: bold;
	font-size: 42px;
	margin-top: 30px;
}
.page_b_b .numbox .bottom {
	overflow: hidden;
	padding-top: 30px;
}
.page_b_b .numbox .bottom .box {
	width: 100%;
	float: left;
}
.page_b_b .numbox .bottom .box .bt {
	font-size: 70px;
	font-weight: bold;
}
.page_b_b .numbox .bottom .box p {
	font-size: 22px;
	margin-top: 15px;
}
.page_b_c {
	background: #245c92;
	color: #fff;
	text-align: center;
	padding-top: 105px;
	padding-bottom: 110px;
}
.page_b_c li {
	padding: 0 10px;
}
.page_b_c li:hover img {
	transition: all 0.5s;
	transform: rotateY(360deg);
}
.page_b_c .img {
	width: 84px;
	height: 84px;
	border-radius: 1px;
	overflow: hidden;
	border: 1px solid #fff;
	margin: 0 auto 26px;
	border-radius: 50%;
}
.page_b_c .img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.page_b_c h3 {
	font-size: 24px;
	font-weight: bold;
}
.page_b_c p {
	font-size: 24px;
	margin-top: 22px;
	font-weight: lighter;
}
.page_b_e {
	text-align: center;
	color: #fff;
	padding-top: 230px;
	padding-bottom: 505px;
	background: url(../img/page_b_e_bg.jpg) no-repeat center/cover;
}
.page_b_e h3 {
	font-size: 48px;
}
.page_b_e .line {
	width: 82px;
	height: 2px;
	background: #fff;
	margin: 30px auto 35px;
}
.page_b_e p {
	font-size: 24px;
}
.page_b_f {
	padding-top: 75px;
	padding-bottom: 85px;
}
.page_b_f .tt {
	text-align: center;
	font-weight: bold;
	color: #040404;
	font-size: 44px;
}
.page_b_f .list {
	margin-top: 70px;
	border-top: 1px solid #eeeeee;
}
.page_b_f .list li {
	border-bottom: 1px solid #eeeeee;
}
.page_b_f .list li .biao {
	overflow: hidden;
	height: 80px;
}
.page_b_f .list li .text {
	font-size: 14px;
	color: #333;
	padding: 20px 50px;
	border-top: 1px solid #eeeeee;
	display: none;
}
.page_b_f .list li .text dl {
	margin: 50px 0;
}
.page_b_f .list li .text dd {
	margin: 20px 0;
}
.page_b_f .list li .text .but {
	display: block;
	text-align: center;
	margin: 30px 0;
}
.page_b_f .list li .text .but .bi {
	display: inline-block;
	width: 160px;
	line-height: 46px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	margin: 0 30px;
	background: #0064a8;
}
.page_b_f .list p {
	float: left;
	width: 20%;
	font-size: 16px;
	height: 100%;
	text-align: center;
	color: #666666;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.page_b_f .list .l1 {
	padding-left: 30px;
	text-align-last: left;
}
.page_b_f .list .l5 {
	text-align: right;
	padding-right: 35px;
}
.page_b_f .list a {
	display: inline-block;
}
.page_b_d {
	background: #f2f2f2;
	text-align: center;
	padding-top: 74px;
	padding-bottom: 90px;
}
.page_b_d .tt h3 {
	font-size: 42px;
	font-weight: bold;
	margin-bottom: 15px;
}
.page_b_d .tt p {
	font-size: 22px;
}
.page_b_d .row {
	margin: 68px -11px 0;
}
.page_b_d .row li {
	padding: 0 11px;
	margin-bottom: 22px;
}
.page_b_d .row .inner {
	background: #fff;
	transition: all 0.3s;
	padding: 47px 0;
}
.page_b_d .row .inner:hover {
	box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
}
.page_b_d .row .img {
	display: block;
	width: 49px;
	margin: 0 auto;
}
.page_b_d .row .img img {
	display: block;
	width: 100%;
}
.page_b_d .row p {
	font-size: 18px;
	margin-top: 20px;
}
.health_box {
	margin: 40px auto;
	padding-bottom: 10px;
}
.health_box li {
	margin: 120px 0;
}
.health_box li .pic {
	width: 50%;
	height: 630px;
}
.health_box li .pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.health_box li .text {
	width: 50%;
	height: 630px;
	box-sizing: border-box;
	padding-left: 200px;
	padding-right: 100px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
}
.health_box li:nth-child(2n) .text {
	padding-left: 100px;
	padding-right: 200px;
}
.health_box li .text h2 {
	font-size: 30px;
	color: #000;
	margin-bottom: 20px;
	font-weight: bold;
}
.health_box li .text p {
	font-size: 22px;
	color: #666;
	line-height: 42px;
}
.health_lb {
	margin: 50px -50px;
}
.health_lb li {
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding: 50px;
}
.health_lb li .box {
	border: 1px solid #5a9bd5;
	height: auto;
	width: 100%;
	overflow: hidden;
}
.health_lb li .box h2 {
	line-height: normal;
	padding: 0 15px;
	background: #5a9bd5;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	height: auto;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.health_lb li .text {
	padding: 15px;
	font-size: 22px;
	color: #666;
	line-height: 42px;
}




.health_box1 {
	margin: 40px auto;
	padding-bottom: 10px;
}
.health_box1 li {
	margin: 120px 0;
}
.health_box1 li .pic {
	width: 50%;
	height: 630px;
}
.health_box1 li .pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.health_box1 li .text {
	width: 50%;
	height: 630px;
	box-sizing: border-box;
	padding-left: 200px;
	padding-right: 100px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
}
.health_box1 li:nth-child(2n) .text {
	padding-left: 100px;
	padding-right: 200px;
}
.health_box1 li .text h2 {
	font-size: 30px;
	color: #000;
	margin-bottom: 20px;
	font-weight: bold;
}
.health_box1 li .text p {
	font-size: 22px;
	color: #666;
	line-height: 42px;
}
.health_lb1 {
	margin: 50px -50px;
}
.health_lb1 li {
	float: left;
	width: 33%;
	box-sizing: border-box;
	padding: 50px;
}
.health_lb1 li .box {
	border: 1px solid #5a9bd5;
	height: auto;
	width: 100%;
	overflow: hidden;
}
.health_lb1 li .box h2 {
	line-height: normal;
	padding: 0 15px;
	background: #5a9bd5;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	height: auto;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.health_lb1 li .text {
	padding: 15px;
	font-size: 22px;
	color: #666;
	line-height: 42px;
}
.data_box {
	margin: 200px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.data_box li.a1 {
	width: 290px;
}
.data_box li.a2 {
	width: 480px;
}
.data_box li .box {
	width: 100%;
	height: 200px;
	box-sizing: border-box;
	padding: 30px;
	background: #2967a4;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
}
.data_box li .text {
	color: #fff;
	text-align: center;
}
.data_box li .text h2 {
	font-size: 56px;
	font-weight: bold;
}
.data_box li .text h2.wz {
	font-size: 40px;
}
.data_box li .text h2 span {
	font-size: 20px;
	font-weight: 100;
}
.data_box li .text p {
	font-size: 20px;
	margin-top: 5px;
}
.company_box {
	margin: 150px 0;
}
.company_box .text {
	float: left;
	width: 50%;
	font-size: 24px;
	line-height: 48px;
}
.company_box .pic_video {
	float: right;
	width: 45%;
	height: 500px;
	position: relative;
}
.company_box .pic_video img {
	width: 100%;
	height: 100%;
	border-radius: 20px;
	object-fit: cover;
}
.company_box .pic_video .bof {
	width: 70px;
	height: 70px;
	background: url(../img/bof.png) no-repeat center;
	background-size: cover;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -35px;
	margin-top: -35px;
}
.huia {
	background: rgba(0, 0, 0, 0.6);
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10;
	display: none;
}
.hm_vdo {
	display: none;
	width: 800px;
	position: fixed;
	left: 50%;
	top: 30%;
	margin-left: -400px;
	z-index: 99;
}
.guanbi {
	display: block;
	width: 40px;
	height: 40px;
	background: url(../img/guanb.png) no-repeat center;
	background-size: cover;
	position: fixed;
	left: 50%;
	margin-left: -20px;
	bottom: 15%;
	z-index: 99;
	display: none;
}
.contact_box {
	display: block;
	margin: 0 auto;
	width: 1200px;
}
.contact_box .part {
	box-shadow: 0px 1px 14.56px 1.44px rgba(153, 153, 153, 0.2);
	background: #fff;
	margin: 100px 0;
}
.contact_box .part .title {
	background: #175b9d;
	line-height: 76px;
	color: #fff;
	font-size: 30px;
	padding: 0 30px;
}
.contact_box .part .text {
	padding: 50px 30px;
	height: 270px;
	box-sizing: border-box;
	position: relative;
}
.contact_box .part .text .icon {
	display: inline-block;
	vertical-align: top;
	width: 28px;
	height: 24px;
}
.contact_box .part .text .icon img {
	width: 100%;
}
.contact_box .part .text dt {
	margin-bottom: 20px;
}
.contact_box .part .text dt h3 {
	display: inline-block;
	vertical-align: middle;
	font-size: 24px;
	font-weight: bold;
	width: calc(100% - 60px);
}
.contact_box .part .text dd {
	margin: 10px 0;
}
.contact_box .part .text dd p {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	width: calc(100% - 60px);
}
.contact_box .part .text .gond {
	font-size: 20px;
	background: url(../img/gdo.png) no-repeat right;
	background-size: auto 10px;
	padding-right: 20px;
	position: absolute;
	right: 30px;
	top: 45%;
}
.contact_bot {
	background: #f7f7f7;
	padding: 100px 0;
}
.contact_title {
	text-align: center;
}
.contact_title h2 {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 10px;
}
.contact_title span {
	color: #666;
	font-size: 18px;
}
.contact_bot .form_box {
	margin: 30px -15px;
}
.contact_bot .form_box .in {
	margin: 20px 0;
	float: left;
	width: 50%;
	padding: 0 15px;
	box-sizing: border-box;
}
.contact_bot .form_box .in .phone {
	background: #fff;
	height: 48px;
	width: 100%;
	border: none;
	font-size: 16px;
	padding: 0 15px;
	box-sizing: border-box;
	border-radius: 5px;
}
.contact_bot .form_box .in.on {
	width: 100%;
}
.contact_bot .form_box .in.on .phone {
	height: 140px;
	padding: 15px;
}
.contact_bot .form_box .but {
	display: block;
	margin: 20px auto;
	width: 200px;
	height: 56px;
	background: #175b9d;
	border: none;
	color: #fff;
	font-size: 16px;
	color: #fff;
}
.area_sel {
	background: #e8e7e7;
	width: 640px;
	height: 76px;
	margin: 0 auto;
	display: block;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	z-index: 11;
}
.area_sel li {
	display: inline-block;
	width: 33.3333%;
	text-align: center;
	position: relative;
	font-size: 30px;
	display: block;
	line-height: 76px;
}
.area_sel li a {
	color: #000;
}
.area_sel li.hover {
	background: #5a9bd5;
}
.area_sel li.hover a {
	color: #ffff;
}
.area_sel li.hover::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -10px;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-top: 10px solid #5a9bd5;
}
.area_con {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	display: none;
	height: 100%;
}
.area_con .pic {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.area_con .pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.production_box {
	position: relative;
	height: 1060px;
}
.production_box .page_a_a {
	position: relative;
	z-index: 9;
}
.area_con .text {
	position: relative;
	z-index: 9;
	width: 840px;
	margin: 0 auto;
	font-size: 22px;
	line-height: 48px;
	text-align: center;
	padding-top: 500px;
}
.show {
	display: block !important;
}
.news_box {
	margin: 100px 0;
}
.news_box li {
	margin: 50px 0;
	height: 270px;
	box-sizing: border-box;
	padding: 30px;
	background: #fff;
	box-shadow: 0px 1px 14.56px 1.44px rgba(0, 0, 0, 0.2);
	position: relative;
}
.news_box li .pic {
	width: 210px;
	height: 210px;
	margin: 30px;
	position: absolute;
	top: 0;
	left: 0;
}
.news_box li .pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.news_box li .text {
	margin-left: 240px;
	margin-right: 75px;
}
.news_box li .text h2 {
	font-size: 21px;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news_box li .text p {
	font-size: 18px;
	line-height: 30px;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}
.news_box li .text span {
	display: block;
	margin-top: 10px;
	color: #666;
}
.news_box li .mero {
	display: block;
	width: 74px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background: url(../img/gd_01.png) no-repeat center;
	background-size: auto 30px;
	border-left: 1px solid #eee;
}
.news_detail {
	margin: 50px 0;
}
.news_detail h1 {
	padding: 30px 0;
	font-size: 22px;
	border-bottom: 1px solid #eee;
}
.news_detail .text {
	padding: 30px 0;
}
.news_detail .text span {
	font-size: 14px;
	color: #999;
}
.news_detail .text P {
	font-size: 16px;
	line-height: 35px;
	margin: 20px 0;
}
.news_detail .text .back {
	width: 260px;
	height: 60px;
	line-height: 60px;
	display: block;
	margin: 50px auto;
	position: relative;
	background: #4195c3;
	font-size: 16px;
	text-align: center;
	color: #fff;
}
.news_detail .text .back::after {
	content: "";
	display: block;
	position: absolute;
	right: -160px;
	width: 120px;
	height: 1px;
	background: #ccc;
	top: 50%;
}
.news_detail .text .back::before {
	content: "";
	display: block;
	position: absolute;
	left: -160px;
	width: 120px;
	height: 1px;
	background: #ccc;
	top: 50%;
}
.knowledge_box {
	padding: 100px 0;
}
.knowledge_box .tu {
	width: 100%;
}
.knowledge_box .tu img {
	width: 100%;
	display: block;
}
.knowledge_con {
	padding: 100px 0;
	background: #f3f8fc;
}
.knowledge_con .text_box {
	text-align: center;
}
.knowledge_con .text_box p {
	font-size: 21px;
	line-height: 42px;
}
.knowledge_con .text_box h2 {
	font-size: 30px;
	color: #175b9d;
	margin-top: 20px;
}
.knowledge_list {
	margin: 50px -10px;
}
.knowledge_list li {
	float: left;
	width: 25%;
	box-sizing: border-box;
	padding: 10px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.knowledge_list li:hover {
	margin-top: -10px;
}
.knowledge_list li:hover .text {
	background: #175a9c;
}
.knowledge_list li:hover .text h3 {
	color: #fff;
}
.knowledge_list li:hover .text p {
	color: #fff;
}
.knowledge_list li .text {
	background: #fff;
	box-shadow: 0px 1px 14.56px 1.44px rgba(0, 0, 0, 0.2);
	padding: 80px 30px 50px 30px;
	display: block;
	height: 320px;
	box-sizing: border-box;
	text-align: center;
	overflow: hidden;
}
.knowledge_list li .text h3 {
	font-size: 24px;
	font-weight: bold;
	color: #000;
	margin-bottom: 30px;
}
.knowledge_list li .text p {
	font-size: 20px;
	color: #666;
	line-height: 32px;
}
.page_b_c h2 b {
	font-size: 76px;
}
.page_b_c h2 span {
	font-size: 14px;
}

@media (min-width: 992px) {
	.nav li:hover,
	.nav li.on {
		background: #2967a4;
	}

	.nav li:hover .sub,
	.nav li.on .sub {
		opacity: 1;
		display: block;
		animation: moveup 0.5s;
		animation-fill-mode: forwards;
	}
	.m_nav,
	.pcshow {
		display: none !important;
	}
	.header_out.on {
		background: #2967a4;
	}
	.header_out.on .head .logo img {
		height: 60px;
	}
	.header_out.on .head .logo {
		margin-top: 15px;
	}
	.header_out.on .head {
		height: 90px;
	}
	.header_out.on .head .nav li > a {
		line-height: 90px;
	}
	.home_nav_box .abox{
		display: block !important;
	}
}
@media (max-width: 1600px) {
	.main {
		width: 1400px;
	}
	.home_logo img {
		height: 50px;
	}
	.home_logo {
		top: 3%;
	}
	.home_nav_btn {
		top: 3%;
	}
	.home_nav_btn1 {
		top: 3%;
	}
	.section_1 .swiper-container .swiper-slide .txt {
		height: 180px;
	}
	.section_2 .left .tt p {
		font-size: 34px;
	}
	.section_2 .left .num_box {
		margin-top: 30px;
	}
	.section_2 .left .num_box .tnum span {
		font-size: 70px;
	}
	.section_2 .left .des {
		font-size: 16px;
		margin-top: 35px;
	}
	.section_2 .left .more {
		font-size: 14px;
		width: 150px;
		line-height: 36px;
	}
	.section_3 .tit h3 {
		font-size: 34px;
	}
	.section_3 .tit p {
		font-size: 14px;
	}
	.section_3 .des {
		font-size: 16px;
	}
	.section_4 .list .txt h3 {
		font-size: 36px;
	}
	.section_4 .list .txt p {
		font-size: 20px;
	}
	.section_5 .tag a {
		font-size: 20px;
		padding: 0 20px;
	}
	.section_5 .txt h3 {
		font-size: 36px;
	}
	.section_5 .txt p {
		font-size: 18px;
		margin-bottom: 14vh;
	}
	.section_5 .txt {
		margin-top: 120px;
	}
	.section_6 .toper .rcon li a {
		padding: 30px;
	}
	footer .bottom {
		margin-top: 35px;
		padding-top: 30px;
		padding-bottom: 35px;
	}
	footer .tt p {
		font-size: 18px;
		padding-bottom: 20px;
	}
	footer .tt {
		margin-bottom: 20px;
	}
	.home_nav_box ul li {
		padding-top: 14vh;
	}
	.home_nav_box .abox {
		font-size: 18px;
	}
	.home_nav_box .tt {
		margin-bottom: 30px;
	}
	.page_a_b h3 {
		font-size: 25px;
	}
	.head .nav {
		margin-left: 12vw;
	}
	.section_3 .row .in {
		padding-top: 32px;
		padding-bottom: 40px;
	}
	.health_box li {
		margin: 80px 0;
	}
	.health_box li .pic {
		width: 50%;
		height: 580px;
	}
	.health_box li .text {
		height: 580px;
		padding-left: 100px;
		padding-right: 100px;
	}
	.health_box li:nth-child(2n) .text {
		padding-left: 100px;
		padding-right: 100px;
	}
	.health_box li .text h2 {
		font-size: 26px;
	}
	.health_box li .text p {
		font-size: 20px;
	}
	.health_lb {
		margin: 50px -30px;
	}
	.health_lb li {
		padding: 30px;
	}
	.health_lb li .text {
		font-size: 20px;
	}
	
	
	
	.health_box1 li {
		margin: 80px 0;
	}
	.health_box1 li .pic {
		width: 50%;
		height: 580px;
	}
	.health_box1 li .text {
		height: 580px;
		padding-left: 100px;
		padding-right: 100px;
	}
	.health_box1 li:nth-child(2n) .text {
		padding-left: 100px;
		padding-right: 100px;
	}
	.health_box1 li .text h2 {
		font-size: 26px;
	}
	.health_box1 li .text p {
		font-size: 20px;
	}
	.health_lb1 {
		margin: 50px -30px;
	}
	.health_lb1 li {
		padding: 30px;
	}
	.health_lb1 li .text {
		font-size: 20px;
	}
	
	
	.company_box .text {
		font-size: 20px;
	}
	.company_box .pic_video {
		height: 440px;
	}
	.page_b_c h2 b {
		font-size: 66px;
	}
}
@media (max-width: 1400px) {
	.main {
		width: 1200px;
	}
	.section_2 .left .tt p {
		font-size: 22px;
	}
	.section_2 .left .tt span {
		font-size: 12px;
	}
	.section_2 .left .num_box {
		margin-top: 20px;
	}
	.section_2 .left .num_box .tnum span {
		font-size: 54px;
	}
	.section_2 .left .num_box .tnum em {
		top: -2px;
	}
	.section_2 .left .num_box p {
		font-size: 12px;
	}
	.section_2 .left .des {
		font-size: 13px;
		margin-top: 10px;
	}
	.section_2 .left .more {
		font-size: 12px;
		width: 120px;
		line-height: 30px;
	}
	.section_3 .tit h3 {
		font-size: 22px;
	}
	.section_3 .des {
		font-size: 14px;
		margin-bottom: 20px;
	}
	.section_4 .list .txt h3 {
		font-size: 22px;
	}
	.section_4 .list .txt p {
		font-size: 15px;
	}
	.section_5 .tag a {
		font-size: 16px;
		padding: 0 15px;
		line-height: 30px;
		font-weight: lighter;
	}
	.section_5 .txt h3 {
		font-size: 22px;
	}
	.section_5 .txt p {
		font-size: 16px;
		margin-bottom: 10vh;
	}
	.section_5 .txt .more {
		font-size: 12px;
		width: 130px;
		line-height: 30px;
	}
	.section_5 .txt {
		margin-top: 10vh;
	}
	footer .list {
		display: none;
	}
	.section_6 .toper .tit em {
		font-size: 100px;
	}
	.section_6 .toper .tit p {
		font-size: 24px;
		margin-top: 24px;
		margin-bottom: 15px;
	}
	.section_6 .toper .tit span {
		font-size: 14px;
	}
	.section_6 .toper .tit .line {
		height: 2px;
		margin-top: 25px;
	}
	.section_6 .toper {
		padding-left: 225px;
	}
	.section_6 .toper .rcon li p {
		font-size: 18px;
	}
	.section_6 .toper .rcon li .des {
		font-size: 14px;
	}
	.section_6 .toper .rcon li a {
		border-width: 2px;
		padding: 20px 15px;
	}
	.section_6 .toper .rcon li {
		margin-bottom: 20px;
	}
	.section_6 .toper .rcon li .des {
		line-height: 24px;
		height: 96px;
	}
	.section_6 .more a {
		font-size: 12px;
		width: 130px;
		line-height: 30px;
	}
	footer .linfo {
		width: 100%;
	}
	footer .linfo .c_infobox p {
		font-size: 14px;
		margin-bottom: 0;
		background-size: 20px auto;
		padding-left: 30px;
	}
	footer .bottom {
		margin-top: 20px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.section_7 footer {
		padding-top: 40px;
	}
	.home_nav_box .numbg {
		height: 60px;
	}
	.home_nav_box .tt p {
		font-size: 22px;
	}
	.home_nav_box .tt span {
		font-size: 16px;
	}
	.home_nav_box .abox {
		font-size: 15px;
	}
	.sub_banner .txt p {
		font-size: 46px;
	}
	.sub_banner .txt span {
		font-size: 22px;
		margin-top: 24px;
	}
	.page_a_a {
		padding-top: 90px;
		padding-bottom: 90px;
	}
	.page_a_a h3 {
		font-size: 30px;
	}
	.page_a_a p {
		font-size: 20px;
		margin-top: 20px;
	}
	.page_a_b {
		padding-top: 110px;
		padding-bottom: 90px;
	}
	.page_a_b .img {
		width: 120px;
		height: 120px;
	}
	.page_a_b .row {
		margin: 0 -8px;
	}
	.page_a_b .row li {
		padding: 0 8px;
	}
	.page_a_b a {
		padding-top: 40px;
		padding-bottom: 60px;
	}
	.page_a_b h3 {
		font-size: 18px;
		margin-bottom: 20px;
	}
	.page_a_b p {
		font-size: 16px;
	}
	.head .logo img {
		height: 60px;
	}
	.head .logo {
		margin-top: 15px;
	}
	.head {
		height: 90px;
	}
	.head .nav li > a {
		line-height: 90px;
		padding: 0 10px;
	}
	.home_nav_btn.inner_btn {
		top: 20px;
	}
	
	.head .nav {
		margin-left: 5vw;
	}
	.home_nav_btn.inner_btn {
		right: 15px;
	}
	.section_3 .row .img {
		width: 50px;
	}
	.section_3 .row .in {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.home_nav_box .close {
		top: 4%;
	}
	.page_b_b .tt {
		font-size: 46px;
	}
	.page_b_b .stt {
		font-size: 24px;
		margin-bottom: 20px;
	}
	.page_b_b .des {
		font-size: 16px;
	}
	.page_b_b .numbox .top p span {
		font-size: 90px;
	}
	.page_b_b .numbox .top .k {
		font-size: 30px;
	}
	.page_b_b .numbox .bottom .box .bt {
		font-size: 50px;
	}
	.page_b_c h3 {
		font-size: 20px;
	}
	.page_b_c p {
		font-size: 16px;
		margin-top: 10px;
	}
	.page_b_c {
		padding-top: 60px;
		padding-bottom: 80px;
	}
	.page_b_d .tt h3 {
		font-size: 30px;
	}
	.page_b_d .row {
		margin-top: 40px;
	}
	.page_b_d {
		padding-bottom: 30px;
	}
	.page_b_e {
		padding-top: 120px;
		padding-bottom: 450px;
	}
	.page_b_f .tt {
		font-size: 30px;
	}
	.health_box li {
		margin: 50px 0;
	}
	.health_box li .pic {
		width: 50%;
		height: 500px;
	}
	.health_box li .text {
		height: 500px;
		padding-left: 50px;
		padding-right: 50px;
	}
	.health_box li .text h2 {
		font-size: 24px;
	}
	.health_box li .text p {
		font-size: 18px;
	}
	.health_lb {
		margin: 50px -15px;
	}
	.health_lb li {
		padding: 15px;
	}
	.health_lb li .text {
		font-size: 18px;
		line-height: 30px;
	}
	.health_lb li .box h2 {
		line-height: 60px;
		font-size: 20px;
	}
	
	.health_box1 li {
		margin: 50px 0;
	}
	.health_box1 li .pic {
		width: 50%;
		height: 500px;
	}
	.health_box1 li .text {
		height: 500px;
		padding-left: 50px;
		padding-right: 50px;
	}
	.health_box1 li .text h2 {
		font-size: 24px;
	}
	.health_box1 li .text p {
		font-size: 18px;
	}
	.health_lb1 {
		margin: 50px -15px;
	}
	.health_lb1 li {
		padding: 15px;
	}
	.health_lb1 li .text {
		font-size: 18px;
		line-height: 30px;
	}
	.health_lb1 li .box h2 {
		line-height: 60px;
		font-size: 20px;
	}
	
	.data_box {
		margin: 100px 0;
	}
	.data_box li .text h2 {
		font-size: 30px;
	}
	.data_box li .text h2.wz {
		font-size: 24px;
	}
	.data_box li .text h2 span {
		font-size: 16px;
	}
	.data_box li .text p {
		font-size: 16px;
	}
	.area_sel {
		height: 60px;
	}
	.area_sel li {
		font-size: 24px;
		line-height: 60px;
	}
	.production_box {
		height: 800px;
	}
	.area_con .text {
		font-size: 20px;
		padding-top: 450px;
	}
	.knowledge_con .text_box p {
		font-size: 18px;
	}
	.knowledge_con .text_box h2 {
		font-size: 24px;
	}
	.knowledge_list li .text h3 {
		font-size: 20px;
	}
	.knowledge_list li .text p {
		font-size: 16px;
	}
	.page_b_c h2 b {
		font-size: 56px;
	}
}
@media (max-width: 1199px) {
	.contact_box {
		width: 992px;
	}
	.main {
		width: 992px;
	}
	.sharp_ani_a,
	.sharp_ani_b {
		transform: translateY(0);
		opacity: 1;
	}
	.home_logo {
		top: 3%;
	}
	.section_1 .swiper-container .swiper-slide .txt {
		height: 130px;
	}
	.section_2 .main {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.section_3 .inner {
		padding-bottom: 10vh;
	}
	.section_5 .bg {
		height: 100%;
	}
	.section_5 {
		padding-top: 80px;
		padding-bottom: 120px;
	}
	.section_7 footer {
		position: relative;
	}
	.section_6 .main {
		padding-bottom: 10vh;
	}
	.section_4 .list {
		height: 500px;
	}
	.section_4 .swiper-container {
		height: 500px;
	}
	.health_box li .pic {
		width: 50%;
		height: 400px;
	}
	.health_box li .text {
		height: 400px;
		padding-left: 50px;
		padding-right: 50px;
	}
	.health_box li:nth-child(2n) .text {
		padding-left: 50px;
		padding-right: 50px;
	}
	.health_box li .text p {
		font-size: 16px;
	}
	.health_box li {
		margin: 30px 0;
	}
	.health_lb {
		margin: 30px -15px;
	}
	.health_lb li {
		padding: 15px;
	}
	.health_lb li .box h2 {
		line-height: 40px;
		font-size: 18px;
	}
	.health_lb li .text {
		font-size: 16px;
		line-height: 28px;
	}
	
	
	
	.health_box1 li .pic {
		width: 50%;
		height: 400px;
	}
	.health_box1 li .text {
		height: 400px;
		padding-left: 50px;
		padding-right: 50px;
	}
	.health_box1 li:nth-child(2n) .text {
		padding-left: 50px;
		padding-right: 50px;
	}
	.health_box1 li .text p {
		font-size: 16px;
	}
	.health_box1 li {
		margin: 30px 0;
	}
	.health_lb1 {
		margin: 30px -15px;
	}
	.health_lb1 li {
		padding: 15px;
	}
	.health_lb1 li .box h2 {
		line-height: 40px;
		font-size: 18px;
	}
	.health_lb1 li .text {
		font-size: 16px;
		line-height: 28px;
	}
	
	
	.data_box li {
		width: 30% !important;
	}
	.data_box li .text h2 {
		font-size: 24px;
	}
	.data_box li .text h2.wz {
		font-size: 20px;
	}
	.data_box li .text h2 span {
		font-size: 14px;
	}
	.data_box li .text p {
		font-size: 14px;
		margin-top: 10px;
	}
	.company_box .text {
		font-size: 18px;
	}
	.company_box .pic_video {
		height: 360px;
	}
	.contact_title h2 {
		font-size: 24px;
	}
	.contact_title span {
		font-size: 16px;
	}
	.contact_bot .form_box .but {
		width: 160px;
		height: 46px;
	}
	.news_box li {
		height: 270px;
		padding: 30px;
	}
	.news_box li .text h2 {
		font-size: 18px;
	}
	.news_box li .text p {
		font-size: 14px;
		line-height: 28px;
	}
	.news_box li .mero {
		background: url(../img/gd_01.png) no-repeat center;
		background-size: auto 20px;
	}
	.knowledge_con .text_box p {
		font-size: 15px;
	}
	.knowledge_con .text_box h2 {
		font-size: 20px;
	}
	.knowledge_list li .text h3 {
		font-size: 18px;
	}
	.knowledge_list li .text p {
		font-size: 14px;
		line-height: 28px;
	}
	.page_b_c h2 b {
		font-size: 46px;
	}
}
@media (max-width: 991px) {
	.head .nav {
		display: none;
	}
	.contact_box {
		width: 768px;
	}
	.main {
		width: 768px;
	}
	body {
		padding-top: 70px;
	}
	.header_out {
		position: fixed;
		background: #484443;
	}
	.header_out .head {
		height: 70px;
	}
	.header_out .head .nav li > a {
		line-height: 1.6;
	}
	.header_out .head .logo {
		margin-top: 13px;
		position: absolute;
		margin-top: 0;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}
	html {
		position: relative;
		transition: all 0.3s;
		left: 0;
	}
	html.slide_nav {
		left: 450px;
	}
	.header_out {
		transition: all 0.3s;
		left: 0;
	}
	.header_out.slide_nav {
		left: 450px;
	}
	.head .nav {
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
		display: block;
		width: 450px;
		position: fixed;
		z-index: 999;
		top: 0;
		overflow: hidden;
		z-index: 50;
		background: #3b76bc;
		margin-left: 0;
		height: 100%;
		padding-top: 60px;
		padding-right: 25px;
		padding-left: 25px;
		left: -450px;
		transition: all 0.3s;
	}
	.head .nav.on {
		left: 0;
	}
	.head .nav li {
		display: block;
		float: none;
		border-bottom: 1px solid rgba(255, 255, 255, 0.6);
		padding-right: 55px;
	}
	.head .nav li > a {
		line-height: 1;
		padding: 14px 0;
		font-size: 13px;
	}
	.head .nav li.has_sub::after {
		content: "";
		display: block;
		position: absolute;
		font-family: Arial;
		width: 40px;
		height: 100%;
		font-weight: lighter;
		font-size: 18px;
		color: #fff;
		text-align: center;
		line-height: 32px;
		right: 0;
		top: 0;
		background: url(../img/more.png) no-repeat center/20px 20px;
	}
	.header_out .head .nav li > a {
		line-height: 2;
		color: #fff;
	}
	.nav_btn {
		display: block;
		width: 26px;
		height: 18px;
		position: absolute;
		left: 15px;
		top: 50%;
		margin-top: -9px;
		z-index: 999;
	}
	.nav_btn span {
		display: block;
		transition: all 0.3s;
		height: 1px;
		width: 100%;
		position: absolute;
		left: 0;
		background: #fff;
		transition: all 0.3s;
	}
	.nav_btn span:nth-of-type(1) {
		top: 0;
	}
	.nav_btn span:nth-of-type(2) {
		top: 50%;
		margin-top: -0.5px;
	}
	.nav_btn span:nth-of-type(3) {
		bottom: 0;
	}
	.nav_btn.active span {
		background: #fff;
	}
	.nav_btn.active span:nth-of-type(1) {
		top: 50%;
		transform: rotate(45deg);
	}
	.nav_btn.active span:nth-of-type(2) {
		opacity: 0;
	}
	.nav_btn.active span:nth-of-type(3) {
		top: 50%;
		transform: rotate(-45deg);
	}
	.m_nav {
		display: block;
		position: absolute;
		width: 100%;
		height: 100%;
		z-index: 50;
		top: 0;
		left: 100%;
		background: #3b76bc;
		transition: all 0.3s;
		padding: 150px 40px 0;
	}
	.m_nav .close {
		display: block;
		width: 30px;
		height: 30px;
		top: 80px;
		left: 50%;
		margin-left: -15px;
		position: absolute;
		background: url(../img/close.png) no-repeat center/cover;
	}
	.m_nav .con > a {
		display: block;
		text-align: center;
		color: #fff;
		font-size: 18px;
		margin-bottom: 25px;
	}
	.m_nav .sub a {
		display: block;
		text-align: center;
		margin-bottom: 15px;
		color: #fff;
		font-size: 14px;
	}
	.m_nav.on {
		left: 0;
	}
	.section_1 .swiper-container .swiper-slide .txt {
		margin: 0 auto;
	}
	.section_2 .left {
		width: 100%;
	}
	.section_2 .img img {
		display: none;
	}
	.home_body {
		background: #000;
		padding-top: 60px !important;
	}
	.home_body::after {
		content: "";
		display: block;
		position: fixed;
		width: 100%;
		height: 60px;
		background: #000;
		top: 0;
		left: 0;
	}
	.home_logo img {
		height: 40px;
	}
	.home_logo {
		top: 10px;
	}
	.home_nav_btn {
		width: 40px;
		height: 40px;
		background-size: 35px auto;
		border-radius: 50%;
		overflow: hidden;
		top: 10px;
	}
	.home_nav_box ul li {
		width: 100%;
		height: auto;
	}
	.home_nav_box .abox {
		display: none;
		opacity: 1;
		transform: translate(0,0);
	}
	.home_nav_box .bg{
		opacity: 1;
	}
	.home_nav_box .bg {
		display: none;
	}
	.home_nav_box .numbg {
		display: none;
	}
	.home_nav_box ul li {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.home_nav_box ul {
		height: auto;
		position: absolute;
		top: 50%;
		width: 100%;
		left: 0;
		transform: translateY(-50%);
	}
	.home_nav_box .tt {
		margin-bottom: 15px;
	}
	.home_nav_box .tt p {
		font-size: 18px;
	}
	.home_nav_box .tt span {
		font-size: 14px;
		font-weight: lighter;
	}
	.home_nav_box .close {
		top: 10px;
	}
	.head .logo img {
		height: 54px;
	}
	.home_nav_btn.inner_btn {
		top: 15px;
	}
	.page_b_a a {
		line-height: 50px;
		font-size: 16px;
	}
	.page_b_b {
		padding-top: 40px;
	}
	.page_b_b .tt {
		font-size: 32px;
	}
	.page_b_b .stt {
		font-size: 16px;
	}
	.page_b_b .numbox {
		margin-top: 45px;
	}
	.page_b_b .numbox .top p span {
		font-size: 70px;
	}
	.page_b_b .numbox .bottom .box .bt {
		font-size: 40px;
	}
	.page_b_b .numbox .bottom .box p {
		font-size: 18px;
	}
	.company_box .text {
		font-size: 16px;
		line-height: 26px;
		width: 100%;
	}
	.company_box .pic_video {
		height: auto;
		width: 100%;
		margin-bottom: 30px;
	}
	.hm_vdo {
		width: 100%;
		left: 0%;
		margin-left: 0;
	}
	.guanbi {
		bottom: 10%;
	}
	.contact_box .part .title {
		font-size: 26px;
		line-height: 60px;
	}
	.contact_box .part .text {
		height: auto;
	}
	.contact_box .part .text dt h3 {
		font-size: 20px;
	}
	.contact_box .part .text dd p {
		font-size: 16px;
	}
	.contact_box .part .text .gond {
		font-size: 16px;
		position: static;
		display: block;
		margin: 20px 6px;
	}
	.area_sel {
		height: 50px;
	}
	.area_sel li {
		font-size: 20px;
		line-height: 50px;
	}
	.production_box {
		height: 500px;
	}
	.area_con .text {
		font-size: 16px;
		padding-top: 30 0px;
	}
	.knowledge_list li {
		width: 50%;
	}
	.page_b_c h2 b {
		font-size: 26px;
	}
	.home_nav_box .abox a{
		width: 25%;
		float: left;
		font-size: 14px;
	}
	.home_nav_box .abox{
		overflow: hidden;
		padding-bottom: 15px;
	}
	.home_nav_box .tt{
		padding-top: 15px;
	}
	
}
@media (max-width: 767px) {
	.contact_box {
		width: 100%;
		padding: 0 15px;
		box-sizing: border-box;
	}
	.header_out.slide_nav {
		left: 300px;
	}
	html.slide_nav {
		left: 300px;
	}
	.head .nav {
		width: 300px;
	}
	.header_out .head .nav li > a {
		line-height: 1.6;
	}
	.head .nav {
		padding-right: 0;
		padding-left: 0;
	}
	.head .nav li {
		padding-left: 26px;
	}
	.header_out .head {
		height: 60px;
	}
	body {
		padding-top: 0;
	}
	.head .logo img {
		height: 40px;
	}
	.head .nav li {
		margin-left: 0;
	}
	.section_3 .row li {
		width: 50%;
	}
	.section_4 .list .txt h3 {
		font-size: 16px;
	}
	.section_4 .list .txt p {
		font-size: 12px;
	}
	.section_4 .list {
		height: 100%;
	}
	.section_4 .swiper-container {
		height: 350px;
	}
	.section_4 .list .txt {
		padding-top: 0;
	}
	.section_5 .tag a {
		font-size: 14px;
		margin-bottom: 15px;
	}
	.section_5 .tag a {
		border: 1px solid rgba(255, 255, 255, 0.22);
	}
	.section_6 .toper .tit {
		position: static;
		transform: translate(0, 0);
		margin-bottom: 40px;
	}
	.section_6 .toper {
		padding-left: 0;
	}
	.section_6 .toper .tit em {
		font-size: 60px;
	}
	.section_6 .toper .tit p {
		font-size: 16px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.section_6 .toper .rcon ul {
		margin-right: 0;
	}
	.section_6 .toper .rcon li {
		width: 100%;
		padding: 0;
	}
	footer .bottom p {
		line-height: 1.6;
		font-size: 12px;
	}
	footer .bottom .rth {
		width: 100%;
		float: left;
	}
	.home_nav_btn.inner_btn {
		top: 10px;
	}
	.sub_banner .txt p {
		font-size: 26px;
	}
	.sub_banner .txt span {
		font-size: 18px;
	}
	.page_a_a h3 {
		font-size: 20px;
	}
	.page_a_a p {
		font-size: 16px;
	}
	.page_a_a {
		padding-top: 40px;
		padding-bottom: 45px;
	}
	.page_a_b .row {
		margin: 0;
		width: 100%;
		padding: 0;
	}
	.page_a_b .row li {
		padding: 0;
		margin-bottom: 15px;
	}
	.page_a_b a {
		padding-right: 0;
		padding-left: 0;
	}
	.page_a_c li {
		margin-bottom: 20px;
	}
	.page_b_c .img {
		width: 60px;
		height: 60px;
		margin-bottom: 10px;
	}
	.page_b_c li {
		margin-bottom: 24px;
	}
	.page_b_c {
		padding-bottom: 40px;
	}
	.page_b_d .tt p {
		font-size: 16px;
	}
	.page_b_e h3 {
		font-size: 32px;
	}
	.page_b_e p {
		font-size: 18px;
	}
	.page_b_e {
		padding-bottom: 300px;
		padding-top: 100px;
	}
	.page_b_f {
		padding-top: 40px;
		padding-bottom: 45px;
	}
	.page_b_f .list .l1 {
		padding-left: 0;
	}
	.page_b_f .list p {
		font-size: 12px;
	}
	.page_b_f .list .l5 {
		padding-right: 0;
	}
	.page_b_f .list {
		margin-top: 40px;
	}
	.health_box li .pic {
		width: 100%;
		height: auto;
	}
	.health_box li .text {
		width: 100%;
		height: auto;
		padding: 15px;
	}
	.health_box li:nth-child(2n) .text {
		width: 100%;
		height: auto;
		padding: 15px;
	}
	.health_box li .text h2 {
		font-size: 18px;
	}
	.health_box li .text p {
		font-size: 14px;
		line-height: 26px;
	}
	.health_lb li {
		width: 100%;
		padding: 15px;
	}
	.health_lb li .box {
		height: auto;
	}
	.health_lb li .text {
		font-size: 14px;
		line-height: 26px;
	}
	
	
	.health_box1 li .pic {
		width: 100%;
		height: auto;
	}
	.health_box1 li .text {
		width: 100%;
		height: auto;
		padding: 15px;
	}
	.health_box1 li:nth-child(2n) .text {
		width: 100%;
		height: auto;
		padding: 15px;
	}
	.health_box1 li .text h2 {
		font-size: 18px;
	}
	.health_box1 li .text p {
		font-size: 14px;
		line-height: 26px;
	}
	.health_lb1 li {
		width: 100%;
		padding: 15px;
	}
	.health_lb1 li .box {
		height: auto;
	}
	.health_lb1 li .text {
		font-size: 14px;
		line-height: 26px;
	}
	
	
	
	.data_box {
		margin: 30px 0;
		display: block;
	}
	.data_box li .box {
		height: 160px;
	}
	.data_box li {
		margin: 10px 0;
		width: 100% !important;
	}
	.company_box {
		margin: 30px 0;
	}
	.company_box .text {
		font-size: 14px;
	}
	.contact_box .part {
		margin: 20px 0;
	}
	.contact_box .part .title {
		font-size: 18px;
		line-height: 46px;
		padding: 0 15px;
	}
	.contact_box .part .text {
		padding: 15px;
	}
	.contact_box .part .text dt h3 {
		font-size: 16px;
	}
	.contact_box .part .text dd p {
		font-size: 14px;
	}
	.contact_box .part .text .gond {
		font-size: 14px;
	}
	.contact_bot {
		padding: 30px 0;
	}
	.contact_title h2 {
		font-size: 20px;
	}
	.contact_bot .form_box .in {
		width: 100%;
		margin: 10px 0;
	}
	.contact_bot .form_box .in .phone {
		font-size: 14px;
	}
	.contact_bot .form_box .but {
		font-size: 14px;
		margin: 10px auto;
	}
	.area_sel {
		width: 300px;
		height: 36px;
	}
	.area_sel li {
		font-size: 16px;
		line-height: 36px;
	}
	.production_box {
		height: 450px;
	}
	.area_con .text {
		width: 300px;
		line-height: 28px;
		font-size: 14px;
		padding-top: 320px;
	}
	.news_box {
		margin: 30px 0;
	}
	.news_box li {
		height: auto;
		padding: 0;
		margin: 30px 0;
	}
	.news_box li .pic {
		width: 100%;
		height: auto;
		margin: 0;
		height: auto;
		position: static;
	}
	.news_box li .text {
		margin: 15px;
	}
	.news_box li .text span {
		font-size: 14px;
	}
	.news_box li .mero {
		display: block;
		width: 100%;
		height: 30px;
		position: static;
		background: url(../img/gd_01.png) no-repeat center;
		background-size: auto 15px;
		border-left: 0;
		border-top: 1px solid #eee;
	}
	.news_detail h1 {
		padding: 20px 0;
		font-size: 20px;
		border-bottom: 1px solid #eee;
	}
	.news_detail .text P {
		margin: 10px 0;
		font-size: 14px;
	}
	.news_detail .text p img {
		width: 100%;
		margin: 10px 0;
	}
	.news_detail .text .back {
		width: 160px;
		height: 40px;
		line-height: 40px;
		display: block;
		margin: 30px auto;
		position: relative;
		background: #4195c3;
		font-size: 13px;
		text-align: center;
		color: #fff;
	}
	.news_detail .text .back::after {
		content: "";
		display: block;
		position: absolute;
		right: -80px;
		width: 60px;
		height: 1px;
		background: #ccc;
		top: 50%;
	}
	.news_detail .text .back::before {
		content: "";
		display: block;
		position: absolute;
		left: -80px;
		width: 60px;
		height: 1px;
		background: #ccc;
		top: 50%;
	}
	.knowledge_box {
		padding: 15px 0;
	}
	.knowledge_con {
		padding: 20px 0;
	}
	.knowledge_con .text_box p {
		font-size: 14px;
		line-height: 26px;
	}
	.knowledge_list li {
		width: 100%;
	}
	.knowledge_list li .text {
		padding: 15px;
		height: 200px;
	}
	.knowledge_list li .text h3 {
		font-size: 16px;
		margin-bottom: 20px;
	}
	.page_b_f .list li .biao p {
		text-align: center;
	}
	.page_b_f .list li .text {
		padding: 0;
	}
	.page_b_f .list li .text dl {
		margin: 0;
	}
	.page_b_f .list li .text dd {
		margin: 10px 0;
		font-size: 12px;
	}
	.page_b_f .list li .text .but .bi {
		display: inline-block;
		width: 120px;
		line-height: 36px;
		text-align: center;
		font-size: 12px;
		color: #fff;
		margin: 0 10px;
		background: #0064a8;
	}
	.home_nav_box .abox a{
		width: 33.333333%;
	}
}
