body {
	font-family: "微软雅黑;";
	font-size: 14px;
	color: #666;
	line-height: 1.5;
	width: 100%;
	background: #fff;
	-webkit-tap-highlight-color: transparent;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0;
	margin: 0;
	padding: 0;
}
ul {
	list-style: none;
}
body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, b, small, u, i, center, dl, dt, dd, ol, ul, li, sub, sup, tt, var, del, dfn, ins, kbd, q, s, samp, strike, applet, object, iframe, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, blockquote, pre, a, abbr, acronym, address, big, cite, code, mark, audio, video, input, textarea, select {
	margin: 0;
	padding: 0;
}
a:link, a:visited {
	text-decoration: none;
	outline: 0;
	color: #666
}
a:hover, a:active, a:focus {
	color: #666;
	text-decoration: none
}
img {
	border: 0;
	padding: 0;
	margin: 0;
	max-width: 100%;
}
table {
	border-collapse: collapse;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
input, textarea {
	font-size: 14px;
	outline: 0;
	overflow: hidden;
	font-family: arial, "microsoft yahei";
}
input[type='reset'], input[type='button'], input[type='submit'], input[type='radio'] {
	cursor: pointer;
	outline: 0;
	border: none;
}
input[type='checkbox'], input[type='radio'] {
	position: relative;
	vertical-align: middle;
}
textarea, input[type='email'], input[type='date'], input[type='password'], input[type='text'] {
	outline: 0;
	color: #666;
}
input[type="submit"], input[type="reset"], input[type="button"], input[type='text'], select, button {
	-webkit-appearance: none
}
input, select, textarea {
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
::-webkit-input-placeholder {
 color:#333;
}
:-moz-placeholder {
 color:#333;
opacity:1;
}
::-moz-placeholder {
 color:#333;
opacity:1;
}
:-ms-input-placeholder {
 color:#333;
}
/*清除*/
.container {
	width: 1400px;
	margin: 0 auto;
}
.pagination {
	display: flex;
	justify-content: center;
	padding-bottom: 10px;
}
.pagination a {
	border: 1px solid #d6d6d6;
	color: #666;
	padding: 10px;
	margin: 0 2px;
	font-size: 12px;
}
.pagination a:hover {
	background: #3E756F;
	border: 1px solid #3E756F;
	color: #fff;
}
/*底部开始*/
.foot {
	background: #333333;
	padding-top: 36px;
}
.foot .footer {
	display: flex;
	justify-content: space-between;
}
.foot .foot_db {
	color: #999999;
	line-height: 54px;
	border-top: 1px solid #555555;
	margin-top: 36px;
	text-align: center;
}
.foot .foot_db a {
	color: #999999;
}
.foot .flogo {
	width: 23%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.foot .fnav {
	width: 64%;
}
.foot .fcode {
	margin-left: 5%;
	width: 100px;
	text-align: center;
	color: #999999;
}
.foot .footer .flogo h3 {
	color: #FEFEFE;
	font-size: 16px;
}
.foot .footer .flogo h3:after {
	content: "";
	display: block;
	width: 32px;
	height: 2px;
	background: #3E756F;
	margin: 16px 0;
}
.foot .footer .flogo p {
	color: #999999;
	line-height: 38px;
	padding-left: 30px;
}
.foot .footer .flogo .ftel {
	background: url("../images/icon1.png") no-repeat 0 center;
}
.foot .footer .flogo .femail {
	background: url("../images/icon2.png") no-repeat 0 center;
}
.foot .footer .flogo .fadd {
	background: url("../images/icon3.png") no-repeat 0 center;
}
.foot .footer .fnav ul {
	display: flex;
	justify-content: space-between;
}
.foot .footer .fnav ul>li>a {
	color: #FEFEFE;
	font-size: 16px;
}
.foot .footer .fnav ul>li>a:after {
	content: "";
	display: block;
	width: 32px;
	height: 2px;
	background: #3E756F;
	margin: 16px auto;
}
.foot .footer .fnav ul li {
	text-align: center;
}
.foot .footer .fnav .ol_txt>li a {
	color: #999999;
	line-height: 28px;
}
.link {
	line-height: 64px;
	border-top: 1px solid #e5e5e5;
	background: #f7f8fa;
}
.link ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 0 5%;
}
.link ul li a {
	color: #999999;
	padding: 0 14px;
	border-right: 1px solid #999999;
}
.link ul li {
	color: #999999;
}
.link ul li:nth-last-child(1) a {
	border: none;
}
.link ul li:nth-child(1) {
	background: url("../images/icon4.png") no-repeat 0 center;
	background-size: 25px 25px;
	padding-left: 40px;
}
/*底部介绍结束*//*首页*/
.plan {
	padding: 60px 0 48px 0;
}
.title {
	text-align: center;
}
.title h3 {
	font-size: 32px;
	color: #333333;
}
.title p {
	color: #CCCCCC;
	text-transform: uppercase;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.title p em {
	width: 50px;
	height: 1px;
	background: #CCCCCC;
	display: block;
	margin: 0 10px;
}
.plan .plan_nr {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 40px;
}
.plan .plan_nr .plan_pro {
	position: relative;
	width: 23.5%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 26px;
	overflow: hidden;
	border-radius: 8px;
}
.plan .plan_nr .plan_pro h3 {
	position: absolute;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9;
}
.plan .plan_nr .plan_pro img {
	width: 100%;
	transition: .5s;
}
.plan .plan_nr .plan_pro:hover img {
	transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
.hnews {
	padding: 60px 0;
	background: url("../images/hnbj.png") no-repeat;
	background-size: 100% 100%;
}
.hnews .hnews_nr {
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.hnews .hnews_nr .hnews_pro {
	width: 48%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
	background: #FFFFFF;
	padding: 25px;
}
.hnews .hnews_nr .hnews_pro:hover img {
	transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
.hnews .hnews_nr .hnews_pro:hover .hnews_txt h3 {
	color: #3E756F;
}
.hnews .hnews_nr .hnews_pro:hover .hnews_txt a {
	color: #3E756F;
	background: url(../images/icon6.png) no-repeat 0 center;
}
.hnews .hnews_nr .hnews_pro .img {
	width: 35.5%;
	overflow: hidden;
}
.hnews .hnews_nr .hnews_pro .img img {
	width: 100%;
	transition: .5s;
}
.hnews .hnews_nr .hnews_pro .hnews_txt {
	width: 60%;
}
.hnews .hnews_nr .hnews_pro .hnews_txt h3 {
	font-size: 18px;
	color: #333333;
	padding-bottom: 16px;
}
.hnews .hnews_nr .hnews_pro .hnews_txt p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: 14px;
	color: #666666;
	margin: 16px 0;
	line-height: 24px;
}
.hnews .hnews_nr .hnews_pro .hnews_txt span {
	font-size: 14px;
	color: #BBBBBB;
}
.hnews .hnews_nr .hnews_pro .hnews_txt a {
	background: url("../images/icon5.png") no-repeat 0 center;
	padding-left: 24px;
	font-size: 14px;
	color: #BBBBBB;
}
.more {
	width: 140px;
	background: #3E756F;
	border-radius: 19px;
	text-align: center;
	margin: 0 auto;
}
.more a {
	font-size: 16px;
	color: #FFFFFF;
	line-height: 38px;
}
.hfield {
	padding: 60px 0;
	background: url("../images/hif_bj.png") no-repeat;
	background-size: 100% 100%;
}
.hfield .hfi_nr {
	margin-top: 30px;
}
.hfield .hfi_nr .hif_tit {
	display: flex;
	justify-content: space-evenly;
	position: relative;
}
.hfield .hfi_nr .hif_tit>div {
	position: relative;
}
.hfield .hfi_nr .hif_tit a {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.hfield .hfi_nr .hif_tit a .tit_img {
	width: 50px;
	height: 50px;
	margin-bottom: 12px;
}
.hfield .hfi_nr .hif_tit a h3 {
	font-size: 18px;
	font-weight: bold;
	color: #898989;
}
.hfield .hfi_nr .hif_tit1 .tit_img1 {
	background: url("../images/icon7.png") no-repeat center;
}
.hfield .hfi_nr .hif_tit1 .tit_img2 {
	background: url("../images/icon8.png") no-repeat center;
}
.hfield .hfi_nr .hif_tit1 .tit_img3 {
	background: url("../images/icon9.png") no-repeat center;
}
.hfield .hfi_nr .hif_tit1 .tit_img4 {
	background: url("../images/icon10.png") no-repeat center;
}
.swiper-slide img {
	display: block;
}
.hfield .hfi_nr .hif_tit1:after {
	content: "";
	display: block;
	height: 0;
	width: 0;
	position: absolute;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
}
.hfield .hfi_nr .hif_tit1:hover:after {
	border-top: 10px solid #3E756F;
	bottom: -20px;
}
.hfield .hfi_nr .hif_tit .hif_on a h3 {
	color: #333333;
}
.hfield .hfi_nr .hif_on:after {
	border-top: 10px solid #3E756F;
	bottom: -20px;
}
.hfield .hfi_nr .hif_on .tit_img1 {
	background: url("../images/icon11.png") no-repeat center;
}
.hfield .hfi_nr .hif_on .tit_img2 {
	background: url("../images/icon12.png") no-repeat center;
}
.hfield .hfi_nr .hif_on .tit_img3 {
	background: url("../images/icon13.png") no-repeat center;
}
.hfield .hfi_nr .hif_on .tit_img4 {
	background: url("../images/icon14.png") no-repeat center;
}
.hfield .hfi_nr .hif_tit1:hover h3 {
	color: #333333;
}
.hfield .hfi_nr .hif_tit1:hover .tit_img1 {
	background: url("../images/icon11.png") no-repeat center;
}
.hfield .hfi_nr .hif_tit1:hover .tit_img2 {
	background: url("../images/icon12.png") no-repeat center;
}
.hfield .hfi_nr .hif_tit1:hover .tit_img3 {
	background: url("../images/icon13.png") no-repeat center;
}
.hfield .hfi_nr .hif_tit1:hover .tit_img4 {
	background: url("../images/icon14.png") no-repeat center;
}
.hfield .hfi_nr .hif_xq {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-top: 60px;
}
.hfield .hfi_nr .hif_xq .hif_pro1 {
	width: 49%;
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
}
.hfield .hfi_nr .hif_xq .hif_pro1 img {
	display: block;
	transition: .5s;
}
.hfield .hfi_nr .hif_xq .hif_pro1:hover img {
	transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
.hfield .hfi_nr .hif_xq .hif_pro1 .hif_txt {
	position: absolute;
	display: flex;
	flex-direction: row;
	bottom: 0;
	margin: 30px;
	align-items: flex-end;
	justify-content: space-between;
	z-index: 9;
}
.hfield .hfi_nr .hif_xq .hif_pro1 .hif_txt .hif_txt1 {
	width: 72.5%;
}
.hfield .hfi_nr .hif_xq .hif_pro1 .hif_txt h3 {
	font-size: 32px;
	color: #FFFFFF;
	line-height: 40px;
	padding-left: 56px;
	background: url("../images/icon15.png") no-repeat 0 center;
}
.hfield .hfi_nr .hif_xq .hif_pro1 .hif_txt p:before {
	content: "";
	display: block;
	width: 67%;
	height: 1px;
	background: #FFFFFF;
	margin: 16px 0;
}
.hfield .hfi_nr .hif_xq .hif_pro1 .hif_txt p {
	font-size: 14px;
	color: #CCCCCC;
	line-height: 24px;
}
.hfield .hfi_nr .hif_xq .hif_pro1 .hif_txt .more {
	width: 130px;
	margin: 0;
	border: 1px solid #FFFFFF;
	background: none;
}
.hfield .hfi_nr .hif_xq .hif_pro {
	width: 23.5%;
	margin-bottom: 30px;
	margin-left: 2%;
}
.hfield .hfi_nr .hif_xq .hif_pro:nth-child(4) {
	margin-left: 0;
}
.hfield .hfi_nr .hif_xq .hif_pro a {
	background: #FFFFFF;
	box-shadow: 0px 0px 14px 1px rgb(0 0 0 / 5%);
	border-radius: 10px;
	display: block;
	overflow: hidden;
}
.hfield .hfi_nr .hif_xq .hif_pro a .img {
	overflow: hidden;
	display: block;
}
.hfield .hfi_nr .hif_xq .hif_pro a .img img {
	width: 100%;
	display: block;
	transition: .5s;
}
.hfield .hfi_nr .hif_xq .hif_pro:hover img {
	transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
.hfield .hfi_nr .hif_xq .hif_pro a .hif_txt {
	margin: 32px;
}
.hfield .hfi_nr .hif_xq .hif_pro a .hif_txt h3 {
	font-size: 18px;
	color: #333333;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.hfield .hfi_nr .hif_xq .hif_pro a:hover .hif_txt h3 {
	color: #3E756F;
}
.hfield .hfi_nr .hif_xq .hif_pro a .hif_txt h3:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #DDDDDD;
	margin: 16px 0;
}
.hfield .hfi_nr .hif_xq .hif_pro a .hif_txt p {
	font-size: 14px;
	color: #666666;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 24px;
}
.habout {
	padding: 60px 0 100px;
	background: url("../images/habj.png") no-repeat;
	background-size: 100% 100%;
}
.habout .hab_nr {
	display: flex;
	width: 100%;
	justify-content: flex-end;
	position: relative;
}
.habout .hab_nr .hab_r {
	width: 72%;
	background: #FFFFFF;
	padding: 72px 52px 72px 352px;
}
.habout .hab_nr .hab_r h3 {
	font-size: 32px;
	color: #333333;
}
.habout .hab_nr .hab_r span {
	font-size: 14px;
	color: #CCCCCC;
	text-transform: uppercase;
}
.habout .hab_nr .hab_r p {
	font-size: 16px;
	color: #666666;
	line-height: 34px;
	text-indent: 2em;
	margin: 40px 0 60px 0;
}
.habout .hab_nr .hab_r .more {
	margin: 0;
}
.habout .hab_nr .hab_l {
	height: 480px;
	background: url("../images/habout.png") no-repeat;
	background-size: 100% 100%;
	border-radius: 50px 0px 50px 0px;
	width: 50%;
	position: absolute;
	left: 0;
	top: 72px;
	overflow: hidden;
	z-index: 9;
}
.habout .hab_nr .hab_l .com_data {
	display: flex;
	justify-content: center;
	position: absolute;
	bottom: 0;
	background: rgba(0,0,0,0.5);
	width: 100%;
	padding: 26px 0;
}
.inf .container {
	width: 80%;
}
.habout .hab_nr .hab_l .com_data .com_data1 {
	padding: 0 33px;
}
.habout .hab_nr .hab_l .com_data .com_data1 .com_num {
	font-size: 28px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1;
}
.habout .hab_nr .hab_l .com_data .com_data1 .com_num1 {
	display: flex;
	align-items: flex-end;
}
.habout .hab_nr .hab_l .com_data .com_data1 .com_num1 span {
	color: #FFFFFF;
}
.habout .hab_nr .hab_l .com_data .com_data1 p {
	font-size: 14px;
	color: #DDDDDD;
	margin-top: 10px;
	text-align: center;
}
.side {
	position: fixed;
	width: 60px;
	right: 5px;
	bottom: 40%;
	z-index: 98;
}
.side ul li {
	width: 60px;
	height: 60px;
	float: left;
	position: relative;
	margin-bottom: 1px;
}
.side ul li .sidebox {
	position: absolute;
	width: 60px;
	height: 60px;
	top: 0;
	right: 0;
	transition: all 0.5s;
	color: #fff;
	overflow: hidden;
	background: #3E756F;
	border-radius: 5px;
}
.side ul li img {
	float: left;
	width: 60px;
}
.side ul li p {
	line-height: 60px;
}
.side ul li .sidetop {
	width: 60px;
	height: 60px;
	line-height: 60px;
	display: inline-block;
	transition: all 0.5s;
	background: #3E756F;
	border-radius: 5px;
}
/*首页结束*//*关于我们*/
.nbanner {
	position: relative;
	width: 100%;
}
.nbanner img {
	width: 100%;
	height: auto;
	display: block;
	margin: auto;
}
.nbanner .bannre_txt {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	line-height: 1;
	margin-top: 40px;
}
.nbanner .bannre_txt h3 {
	font-size: 48px;
	color: #FFFFFF;
	margin-bottom: 10px;
	position: relative;
	position: relative;
	display: flex;
	align-items: center;
}
.nbanner .bannre_txt h3:before {
	content: "";
	display: block;
	width: 80px;
	height: 1px;
	background: #FFFFFF;
	margin-right: 24px;
}
.nbanner .bannre_txt h3:after {
	content: "";
	display: block;
	width: 80px;
	height: 1px;
	background: #FFFFFF;
	margin-left: 24px;
}
.nbanner .bannre_txt p {
	font-size: 28px;
	color: #FFFFFF;
	line-height: 38px;
}
.about {
	position: relative;
	background: #f7f8fa;
}
.job {
	position: relative;
	margin-bottom: 55px;
}
.crumbs {
	background: rgba(0,0,0,0.5);
	position: absolute;
	width: 100%;
	top: -60px;
}
.crumbs .cru_dh {
	display: flex;
	justify-content: space-between;
	line-height: 60px;
}
.crumbs .cru_dh .position {
	display: flex;
	align-items: center;
}
.crumbs .cru_dh .drop ul {
	display: flex;
	align-items: center;
}
.crumbs .cru_dh a {
	font-size: 14px;
	color: #FFFFFF;
}
.crumbs .cru_dh .pos_txt2 {
	color: #3D6D68;
}
.crumbs .cru_dh .position img {
	margin-right: 10px;
}
.crumbs .cru_dh .position .pos_ico {
	width: 6px;
	height: 6px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
	margin-left: 6px;
	margin-right: 6px;
}
.crumbs .cru_dh .drop ul li a {
	padding: 0 26px;
	border-left: 1px solid #fff;
}
.crumbs .cru_dh .drop ul li:nth-child(1) a {
	border: none;
}
.crumbs .cru_dh .drop .ab_curr {
	background: #3D6D68;
}
.crumbs .cru_dh .drop ul li:hover {
	background: #3D6D68;
}
.ntxt {
	padding: 60px 0 30px 0;
	text-align: center;
}
.ntxt h3 {
	font-size: 32px;
	color: #333333;
}
.ntxt h3:after {
	content: "";
	display: block;
	width: 60px;
	height: 3px;
	background: #3E756F;
	margin: 10px auto 0;
}
.nabout .about_txt p {
	font-size: 14px;
	font-weight: 400;
	color: #666666;
	line-height: 30px;
}
.tp img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: auto;
	transition: .5s;
}
.show_txt table {
    border-collapse: collapse;
	width: 800px;
	margin: 0 auto;
}
.about_data {
	padding: 58px 0 72px;
}
.ihonors p {
	font-size: 16px;
	color: #666666;
	text-align: center;
	margin-top: 10px;
}
.ihonor_con .swiper-button-next2, .ihonor_con .swiper-button-prev2 {
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	z-index: 10;
	cursor: pointer;
	outline: none;
	background: #fff url(../images/icon22.png) no-repeat center;
	text-align: center;
	width: 30px;
	height: 30px;
	border: 1px solid #CCCCCC;
}
.ihonor_con .swiper-button-prev2 {
	left: -30px;
	right: auto;
}
.ihonor_con .swiper-button-next2 {
	right: -30px;
	left: auto;
	transform: rotateY(-180deg);
}
.ihonor_con {
	position: relative;
}
.expert .exp_nr {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.expert .exp_nr .exp_pro {
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	border-radius: 10px;
	width: 48.5%;
	margin-bottom: 25px;
}
.expert .exp_nr .exp_pro:hover {
	box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
}
.expert .exp_nr .exp_pro:hover .exp_txt span {
	color: #3E756F;
}
.expert .exp_nr .exp_pro:hover .tp img {
	transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
.expert .exp_nr .exp_pro a {
	display: flex;
	padding: 20px;
}
.expert .exp_nr .exp_pro .exp_txt {
	margin-left: 45px;
	width: 61%;
}
.expert .exp_nr .exp_pro .exp_txt h3 {
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	margin: 20px 0;
}
.expert .exp_nr .exp_pro .exp_txt h4 {
	font-size: 16px;
	color: #202022;
	line-height: 30px;
}
.expert .exp_nr .exp_pro .exp_txt p {
	font-size: 16px;
	color: #666666;
	line-height: 28px;
}
.expert .exp_nr .exp_pro .exp_txt span {
	font-size: 14px;
	color: #999999;
}
.tp {
	overflow: hidden;
}
.value .value_nr {
	display: flex;
	justify-content: space-between;
	padding-bottom: 66px;
}
.value .value_nr .value_txt {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.value .value_nr .value_txt li {
	border-radius: 10px;
	box-shadow: 0px 0px 14px 1px rgb(0 0 0 / 5%);
	width: 22%;
	padding: 60px;
	text-align: center;
}
.value .value_nr .value_txt li h3 {
	color: #616161;
	font-size: 36px;
	line-height: 80px;
	margin-bottom: 20px;
}
.value .value_nr .value_txt li h3:after {
	content: "";
	display: block;
	width: 30px;
	height: 3px;
	background-color: #3e756f;
	margin: 0 auto;
}
.value .value_nr .value_txt li p {
	font-size: 30px;
	color: #a2a1a1;
}
.value .value_nr .value_txt li .value_ico1 {
	width: 58px;
	height: 58px;
	margin: 0 auto;
	background: url(../images/1.png) no-repeat;
	background-size: 100% 100%;
}
.value .value_nr .value_txt li .value_ico2 {
	width: 58px;
	height: 58px;
	margin: 0 auto;
	background: url(../images/3.png) no-repeat;
	background-size: 100% 100%;
}
.value .value_nr .value_txt li .value_ico3 {
	width: 58px;
	height: 58px;
	margin: 0 auto;
	background: url(../images/2.png) no-repeat;
	background-size: 100% 100%;
}
.value .value_nr .value_txt li .value_ico4 {
	width: 58px;
	height: 58px;
	margin: 0 auto;
	background: url(../images/4.png) no-repeat;
	background-size: 100% 100%;
}
.value .value_nr .value_txt li:hover h3 {
	color: #ffffff;
}
.value .value_nr .value_txt li:hover {
	background-color: #3e756f;
}
.value .value_nr .value_txt li:hover p {
	color: #ffffff;
}
.value .value_nr .value_txt li:hover h3:after {
	background-color: #ffffff;
}
.value .value_nr .value_txt li:hover .value_ico1 {
	background: url(../images/5.png) no-repeat;
}
.value .value_nr .value_txt li:hover .value_ico2 {
	background: url(../images/7.png) no-repeat;
}
.value .value_nr .value_txt li:hover .value_ico3 {
	background: url(../images/6.png) no-repeat;
}
.value .value_nr .value_txt li:hover .value_ico4 {
	background: url(../images/8.png) no-repeat;
}
.inews {
	margin: 50px 0 15px 0;
	overflow: hidden;
}
.inews_date p {
	font-size: 24px;
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.inews_date span {
	font-size: 18px;
}
.inews li {
	margin-bottom: 20px;
}
.inews_txt {
	margin: 15px 0 0 145px;
}
.inews li a {
	display: block;
	border: 1px solid #ccc;
	padding: 12px 25px 12px 25px;
	overflow: hidden;
	position: relative;
	transition: .5s;
}
.inews_date {
	float: left;
	width: 90px;
	height: 90px;
	background-color: #ccc;
	color: #fff;
	text-align: center;
	line-height: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin: 0 0;
	transition: .5s;
}
.inews_txt1 {
	font-size: 18px;
	color: #000;
	line-height: 1;
	margin-bottom: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.inews_txt2 {
	font-size: 16px;
	color: #555;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.inews li a:hover .inews_date {
	background-color: #3E756F;
}
.inews li a:hover {
	border: 1px solid #3E756F;
}
.staff .staff_nr {
	padding-bottom: 50px;
}
.staff .staff_nr .staff_txt {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.staff .staff_nr .staff_txt .tp {
	width: 23.5%;
	margin: 0 0.75% 28px 0.75%;
}
.staff .staff_nr .staff_txt .tp img:hover {
	transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
/*关于我们结束*//*内页*/
.bus_nr {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.bus_nr .hif_pro {
	width: 23.5%;
	margin: 0 0.75% 28px 0.75%;
	background: #FFFFFF;
	box-shadow: 0px 0px 14px 1px rgb(0 0 0 / 5%);
	border-radius: 10px;
	overflow: hidden;
}
.bus_nr .hif_pro a:hover .tp img {
	transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
.bus_nr .hif_pro a:hover .hif_txt h3 {
	color: #3D6D68;
}
.bus_nr .hif_pro .hif_txt {
	margin: 30px;
}
.bus_nr .hif_pro a .hif_txt h3 {
	font-size: 18px;
	color: #333333;
	text-align: center;
}
.bus_nr .hif_pro a .hif_txt h3:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #DDDDDD;
	margin: 16px 0;
}
.bus_nr .hif_pro a .hif_txt p {
	font-size: 14px;
	color: #666666;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 24px;
}
.inf .show_txt p {
	font-size: 14px;
	color: #666666;
	line-height: 30px;
}
.clear {
	clear: both;
}
.page_foot {
	display: flex;
	justify-content: space-between;
	padding-bottom: 40px;
	clear: both;
	border-top: 1px solid #e5e5e5;
	margin-top: 50px;
	padding-top: 40px;
}
.page_foot .pagerwrap p {
	font-size: 14px;
	color: #616161;
	line-height: 30px;
}
.page_foot .pagerwrap p a {
	color: #A7A7A8;
}
.page_foot .back {
	width: 130px;
	height: 40px;
	background: #3D6D68;
}
.page_foot .back a {
	font-size: 14px;
	color: #FFFFFF;
	line-height: 40px;
	background: url(../images/icon23.png) no-repeat right center;
	display: block;
	margin: 0 10px 0 26px;
}
.down_nr {
	margin-bottom: 60px;
}
.down_nr .down_pro {
	border: 1px solid #DDDDDD;
	padding: 30px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 24px;
}
.down_nr .down_pro .ldown {
	display: flex;
	align-items: center;
}
.down_nr .down_pro .ldown h3 {
	font-size: 16px;
	color: #3D6D68;
	padding-left: 16px;
}
.down_nr .down_pro .rdown {
	display: flex;
	align-items: center;
}
.down_nr .down_pro .rdown p {
	font-size: 14px;
	color: #999999;
	padding-right: 26px;
}
.down_nr .down_pro .rdown h4 {
	width: 110px;
	border: 1px solid #3D6D68;
	padding: 0 26px;
}
.down_nr .down_pro .rdown h4:hover {
	background: #3D6D68;
}
.down_nr .down_pro .rdown h4:hover a {
	background: url(../images/icon24.png) no-repeat right center;
	color: #ffffff;
}
.down_nr .down_pro .rdown h4 a {
	display: block;
	font-size: 16px;
	color: #3D6D68;
	line-height: 42px;
	background: url(../images/icon26.png) no-repeat right center;
}
.news .new_nr {
	display: flex;
	flex-wrap: wrap;
}
.news .new_nr .new_pro {
	width: 31%;
	margin: 0 1%;
	background: #FFFFFF;
	margin-bottom: 36px;
}
.news .new_nr .new_pro .new_txt {
	padding: 28px;
}
.news .new_nr .new_pro .new_txt h3 {
	font-size: 18px;
	color: #333333;
	margin-bottom: 12px;
}
.news .new_nr .new_pro .new_txt span {
	font-size: 14px;
	color: #666666;
}
.news .new_nr .new_pro .new_txt p {
	font-size: 14px;
	color: #666666;
	margin-top: 12px;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
.news .new_nr .new_pro a:hover .new_txt h3 {
	color: #3D6D68;
}
.news .new_nr .new_pro a:hover .tp img {
	transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
.news .new_nr .new_pro a:after {
	content: "";
	display: block;
	width: 0;
	height: 3px;
	background: #3D6D68;
	transition: .5s;
}
.news .new_nr .new_pro a:hover:after {
	width: 100%;
}
.amap-container {
	width: 100%;
	height: 420px;
}
.contact .con_lx {
	display: flex;
	justify-content: center;
	margin-bottom: 56px;
}
.contact .con_lx .con_txt {
	width: 28%;
	text-align: center;
}
.contact .con_lx .con_txt .tp {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60px;
}
.contact .con_lx .con_txt h3 {
	font-size: 18px;
	color: #333333;
	line-height: 30px;
}
.contact .con_lx .con_txt p {
	font-size: 14px;
	color: #838383;
	line-height: 30px;
}
.page-body {
	padding: 27px;
	border: 1px solid #CCCCCC;
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.page-body .fn {
	width: 100%;
	font-size: 16px;
	color: #666666;
	text-align: center;
	margin-bottom: 36px;
}
.page-body .fh1 {
	width: 48.5%;
}
.page-body .fh2 {
	width: 48.5%;
	margin-bottom: 20px;
	position: relative;
}
.page-body .fh4 {
	width: 100%;
	text-align: center;
}
.page-body .fh1 .fh1s {
	position: relative;
}
.page-body label {
	position: absolute;
	font-size: 16px;
	color: #333333;
	line-height: 54px;
	padding-left: 20px;
}
.page-body .fh1 input {
	height: 54px;
	width: 100%;
	border: 1px solid #CCCCCC;
	margin-bottom: 20px;
	padding-left: 75px;
	color: #333;
	line-height: 56px;
	font-size: 16px;
}
.page-body textarea {
	width: 100%;
	height: 100%;
	border: 1px solid #CCCCCC;
	padding-left: 70px;
	color: #333;
	font-size: 16px;
	line-height: 56px;
}
.page-body .fh4 input {
	border-radius: 28px;
	font-size: 14px;
	line-height: 60px;
	width: 400px;
	color: #ffffff;
	background: #3D6D68;
}
.job .job_head {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	background: #3D6D68;
	line-height: 65px;
	display: flex;
	padding: 0 44px 0 36px;
	justify-content: space-between;
}
.job .job_body {
	border-bottom: 1px solid #e7e7e7;
}
.job .job_body .job_tit {
	background-color: #fff;
	font-size: 16px;
	color: #000000;
	display: flex;
	justify-content: space-between;
	align-items: center;
	line-height: 64px;
	padding: 0 44px 0 36px;
	flex-wrap: wrap;
}
.job .job_head .tr1 {
	width: 12%;
	text-align: center;
}
.job .job_body .con {
	width: 100%;
	padding: 23px 36px;
	background: #F7F8FA;
	transition: 0.2s;
}
.job .job_body .tr2 {
	width: 12%;
	text-align: center;
}
.job .job_body .tr3 {
	width: 12%;
	height: 22px;
	background: url(../images/icon30.png) no-repeat right center;
	transition: .2s;
}
.job .job_head .tr1:nth-child(1) {
	width: 30%;
	text-align: left;
}
.job .job_head .tr1:nth-last-child(1) {
	text-align: right;
}
.job .job_body .tr2:nth-child(1) {
	width: 30%;
	text-align: left;
}
.job .job_body .con .text1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	font-size: 16px;
	color: #666666;
}
.job .job_body .con .text2 {
	width: 48%;
}
.job .job_body .con .text3 {
	width: 100%;
	margin-top: 30px;
}
.job .job_body .con .text3 span {
	color: #3D6D68;
}
.daohang .head .dhl .dh_back {
	cursor: pointer;
}
.head_tel {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	text-decoration: none;
	color: #333;
	font-size: 16px;
	flex-direction: column;
	padding-right: 20px;
}
.daohang .head {
	transition: .5s;
}
.daohang .head2 {
	position: absolute;
	top: 27px;
	padding: 0 110px;
	display: flex;
	justify-content: space-between;
	width: 100%;
	z-index: 8;
	transition: .5s;
}
.daohang .head2 .logo {
	width: 25%;
}
.daohang .head2 .h_icon {
	display: flex;
	align-items: center;
}
.daohang .head2 .h_icon img {
	padding-left: 30px;
	cursor: pointer;
}
.icon2 {
	display: flex;
	align-items: center;
	width: 258px;
	overflow: hidden;
	justify-content: flex-end;
}
.icon2 .i_control {
	text-align: left;
	border: 1px solid #fff;
	box-shadow: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	-mz-border-radius: 0;
	font-size: 14px;
	color: #ffffff;
	line-height: 30px;
	height: 30px;
	vertical-align: top;
	padding: 0 0 0 25px;
	-webkit-appearance: none;
	border-radius: 25px;
	background: none;
	transition: 0.5s;
	margin-top: -100px;
}
.icon2 .i_btn {
	top: 0;
	border: 0;
	right: 0;
	color: #fff;
	width: 60px;
	height: 41px;
	line-height: 41px;
	text-align: center;
	cursor: pointer;
	border-radius: 0 25px 25px 0;
	background: url(../images/overlay-icon.png) no-repeat center center;
}
.swiper_banner .swiper-button-prev {
	top: -64px;
	width: 46px;
	height: 46px;
	border: 1px solid #3E756F;
	border-radius: 50%;
	text-align: center;
}
.swiper_banner .swiper-button-next {
	top: -64px;
	width: 46px;
	height: 46px;
	border: 1px solid #3E756F;
	border-radius: 50%;
	text-align: center;
	left: 72px;
}
.swiper_banner .swiper-button-prev:after {
	color: #3E756F;
	font-size: 14px;
	line-height: 46px;
}
.swiper_banner .swiper-button-next:after {
	color: #3E756F;
	font-size: 14px;
	line-height: 46px;
}
.swiper_banner .container {
	position: relative;
}
.swiper_banner .swiper-pagination {
	height: 3px;
	top: -65px;
	width: 84%;
	right: 0;
	left: auto;
}
.swiper-pagination-progressbar {
	background: rgba(255,255,255,.6);
}
:root {
 --swiper-theme-color: #ffffff;
}
.swiper_banner .swiper-button-prev:hover {
	background-color: #3E756F;
}
.swiper_banner .swiper-button-prev:hover:after {
	color: #fff;
}
.swiper_banner .swiper-button-next:hover {
	background-color: #3E756F;
}
.swiper_banner .swiper-button-next:hover:after {
	color: #fff;
}
@keyframes upmove {
 0% {
transform:translateY(0px);
}
 50% {
transform:translateY(10px);
}
 100% {
transform:translateY(0px);
}
}
.icon_sb {
	position: absolute;
	left: 50%;
	bottom: 120px;
	z-index: 8;
	animation: upmove 2s infinite;
	-webkit-animation: upmove 1.5s infinite;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.foot .footer .fnav .ol_txt>li a:hover {
	color: #bdbcbc;
}
#mmenu li .home-search {
	float: left;
	margin-left: 20px;
	width: 90%;
	background-color: #fff;
	padding-left: 0;
	overflow: hidden;
	margin-top: 10px;
	position: relative;
}
#mmenu li .home-search .keyword {
	text-align: left;
	border: 0;
	box-shadow: 0;
	border-radius: 0;
	width: 86%;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	-mz-border-radius: 0;
	font-size: 14px;
	color: #999;
	line-height: 20px;
	vertical-align: top;
	padding: 6px 86px 6px 10px;
	-webkit-appearance: none;
	background-color: #fff;
	border: 1px solid #ccc;
}
#mmenu li .home-search .btn-sub {
	top: 0;
	border: 0;
	right: 0;
	color: #3E756F;
	width: 42px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	position: absolute;
	cursor: pointer;
	border-radius: 0;
	background: #3E756F url(../images/overlay-icon.png) no-repeat center center;
}
.menu .ol-list > li > a {
	font-size: 14px;
	text-decoration: none;
	color: #fff;
	line-height: 40px;
	display: block;
	width: 100%;
	padding: 0 8px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
}
html {
	box-sizing: border-box;
}
*, *:before, *:after {
	box-sizing: inherit;
}
body {
	margin: 0;
}
.preview {
	width: 100%;
}
.modal {
	display: none;
	position: fixed;
	z-index: 999;
	padding: 10px 62px 0px 62px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: black;
}
.modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: auto;
	padding: 0 0 0 0;
	width: 80vw;
	max-width: 1000px;
}
.slide {
	display: none;
	text-align: center;
}
.image-slide {
	height: 100%;
}
.slide a {
	display: block;
	line-height: 48px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}
.modal-preview {
	width: 100%;
}
.dots {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
img.preview, img.modal-preview {
	cursor: pointer;
	opacity: 0.7;
}
img.active, .preview:hover, .modal-preview:hover {
	opacity: 1;
}
img.hover-shadow {
	transition: 0.3s;
}
.hover-shadow:hover {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.close {
	color: white;
	position: absolute;
	top: 10%;
	right: 10%;
	font-size: 35px;
	font-weight: bold;
	z-index: 999;
}
.close:hover, .close:focus {
	color: #999;
	text-decoration: none;
	cursor: pointer;
}
.previous, .next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 16px;
	margin-top: -50px;
	color: white;
	font-weight: bold;
	font-size: 24px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
	-webkit-user-select: none;
}
.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}
.previous:hover, .next:hover {
	background-color: rgba(0, 0, 0, 0.8);
}
.job_nr .table {
	margin-bottom: 40px;
}

@media (max-width: 1520px) {
.container {
	width: 96%;
}
.daohang .head {
	padding: 0 5%;
}
.daohang .head2 {
	padding: 0 5%;
}
.ihonor_con .swiper-button-prev2 {
	left: 0;
}
.ihonor_con .swiper-button-next2 {
	right: 0;
}
}

@media (max-width: 1400px) {
}

@media (max-width: 1281px) {
.hfield .hfi_nr .hif_xq .hif_pro1 .hif_txt {
	bottom: 40px;
}
}

@media (max-width: 1200px) {
.habout .hab_nr .hab_r {
	padding: 72px 52px 72px 300px;
}
.habout .hab_nr .hab_l .com_data .com_data1 {
	padding: 0 24px;
}
.link ul {
	flex-wrap: wrap;
}
.daohang .head {
	display: none;
}
.daohang .head2 {
	display: none;
}
.phone-nav {
	right: 5%;
	display: block;
	z-index: 9;
}
.phone-nav img {
	height: 40px;
	margin-top: 40px;
	display: block;
}
.crumbs .cru_dh .position {
	display: none;
}
.nbanner .bannre_txt {
	margin-top: 0;
}
}

@media (max-width: 996px) {
.foot .fnav {
	display: none;
}
.bus_nr .hif_pro {
	width: 31.5%;
	margin-bottom: 20px;
}
.foot .footer {
	justify-content: space-around;
}
.foot .flogo {
	width: 56%;
}
.foot .fcode {
	width: 36%;
}
.value .value_nr {
	flex-wrap: wrap;
	justify-content: center;
	padding-bottom: 20px;
}
.value .value_nr .tp {
	width: 100%;
	margin-top: 20px;
}
.staff .staff_nr .staff_txt .tp {
	width: 31.5%;
	margin-bottom: 20px;
}
	.show_txt table {
		border-collapse: collapse;
		width: auto;
	}
}

@media (max-width: 768px) {
.swiper_banner .swiper-button-next {
	top: -40px;
	width: 36px;
	height: 36px;
}
.bus_nr .hif_pro {
	width: 48.5%;
	margin-bottom: 20px;
}
.expert .exp_nr .exp_pro {
	width: 100%;
}
.value .value_nr .value_txt {
	width: 100%;
	flex-wrap: wrap;
}
.value .value_nr .value_txt li {
	width: 48%;
	padding: 40px;
	margin-bottom: 24px;
}
.swiper_banner .swiper-button-prev {
	top: -40px;
	width: 36px;
	height: 36px;
}
.swiper_banner .swiper-pagination {
	height: 2px;
	top: -44px;
}
.icon_sb {
	bottom: 60px;
	width: 20px;
}
.habout .hab_nr {
	flex-wrap: wrap;
}
.habout .hab_nr .hab_l {
	width: 100%;
	position: relative;
	top: 0;
}
.habout .hab_nr .hab_r {
	width: 100%;
	padding: 52px;
	margin-top: 20px;
}
.habout {
	padding: 40px 0;
}
.hfield .hfi_nr .hif_xq .hif_pro1 img {
	width: 100%;
}
.hfield .hfi_nr .hif_xq .hif_pro1 {
	width: 100%;
}
.hfield .hfi_nr .hif_xq .hif_pro {
	width: 48%;
}
.hnews .hnews_nr .hnews_pro {
	width: 100%;
}
.plan .plan_nr .plan_pro {
	width: 48%;
}
.nbanner .bannre_txt p {
	font-size: 14px;
	line-height: 16px;
}
.nbanner .bannre_txt h3 {
	font-size: 36px;
}
.nbanner .bannre_txt h3:before {
	width: 60px;
}
.nbanner .bannre_txt h3:after {
	width: 60px;
}
.crumbs {
	background: rgba(0,0,0,0.5);
	position: relative;
	width: 100%;
	top: 0;
}
.crumbs .cru_dh .drop ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.nbanner .bannre_txt h3 {
	font-size: 20px;
	line-height: 24px;
	margin: 0;
}
.nbanner .bannre_txt h3:before {
	width: 40px;
	margin-right: 16px;
}
.nbanner .bannre_txt h3:after {
	width: 40px;
	margin-left: 16px;
}
.contact .con_lx {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
	flex-wrap: wrap;
}
.image-slide {
	width: 80%;
}
.ntxt {
	padding: 40px 0 20px 0;
}
.inews {
	margin: 30px 0 15px 0;
}
.job .job_body .job_tit {
	font-size: 12px;
}
.news .new_nr .new_pro {
	width: 48%;
}
}

@media (max-width: 500px) {
.icon_sb {
	bottom: 50px;
	width: 16px;
}
.link ul li a {
	padding: 0 10px;
	font-size: 12px;
}
.swiper_banner .swiper-button-prev {
	top: -20px;
	width: 24px;
	height: 24px;
}
.swiper_banner .swiper-button-next {
	top: -20px;
	width: 24px;
	height: 24px;
	left: 50px;
}
.swiper_banner .swiper-pagination {
	top: -30px;
	width: 72%;
}
.side {
	display: none;
}
.habout .hab_nr .hab_l .com_data {
	padding: 20px 0;
}
.habout .hab_nr .hab_l .com_data .com_data1 {
	padding: 0 12px;
}
.habout .hab_nr .hab_l .com_data .com_data1 .com_num {
	font-size: 20px;
}
.habout .hab_nr .hab_l .com_data .com_data1 .com_num1 span {
	font-size: 12px;
}
.habout .hab_nr .hab_l {
	height: 280px;
}
.habout .hab_nr .hab_r {
	padding: 30px;
}
.habout .hab_nr .hab_r p {
	margin: 30px 0 30px 0;
}
.hfield .hfi_nr .hif_tit a .tit_img {
	width: 42px;
	height: 42px;
	background-size: 100% 100%;
}
.hfield .hfi_nr .hif_tit a h3 {
	font-size: 14px;
}
.hfield .hfi_nr .hif_xq .hif_pro1 .hif_txt {
	bottom: 0;
	margin: 20px;
}
.more a {
	font-size: 14px;
	color: #FFFFFF;
	line-height: 30px;
}
.hfield .hfi_nr .hif_xq .hif_pro1 .hif_txt .more {
	width: 100px;
}
.hfield .hfi_nr .hif_xq .hif_pro1 .hif_txt p {
	font-size: 12px;
	line-height: 18px;
}
.hfield .hfi_nr .hif_xq .hif_pro1 .hif_txt p:before {
	margin: 12px 0;
}
.hfield .hfi_nr .hif_xq .hif_pro1 .hif_txt h3 {
	font-size: 24px;
	line-height: 28px;
	padding-left: 40px;
	background-size: 24px 24px;
}
.hfield .hfi_nr .hif_xq .hif_pro a .hif_txt {
	margin: 16px;
}
.hfield .hfi_nr .hif_xq .hif_pro a .hif_txt h3 {
	font-size: 16px;
}
.hnews {
	padding: 40px 0;
}
.title h3 {
	font-size: 24px;
}
.title p {
	font-size: 12px;
}
.hnews .hnews_nr {
	margin-top: 20px;
}
.hnews .hnews_nr .hnews_pro {
	margin-bottom: 20px;
	padding: 16px;
	flex-wrap: wrap;
}
.hnews .hnews_nr .hnews_pro .img {
	width: 100%;
}
.hnews .hnews_nr .hnews_pro .hnews_txt {
	width: 100%;
}
.hnews .hnews_nr .hnews_pro .hnews_txt h3 {
	font-size: 16px;
	padding-bottom: 4px;
}
.hnews .hnews_nr .hnews_pro .hnews_txt span {
	font-size: 12px;
}
.hnews .hnews_nr .hnews_pro .hnews_txt p {
	font-size: 12px;
	margin: 6px 0;
	line-height: 18px;
}
.link {
	line-height: 40px;
}
.foot .footer {
	justify-content: center;
	flex-wrap: wrap;
}
.foot .flogo {
	width: 100%;
	justify-content: center;
	margin-bottom: 20px;
}
.foot .fcode {
	margin: 0 auto;
}
.foot .foot_db {
	line-height: 24px;
	margin-top: 20px;
	font-size: 12px;
	padding: 20px 0;
}
.phone-nav img {
	height: 30px;
	margin-top: 20px;
	display: block;
}
.habout .hab_nr .hab_l .com_data .com_data1 p {
	font-size: 12px;
}
.habout .hab_nr .hab_r h3 {
	font-size: 24px;
}
.hfield {
	padding: 30px 0;
}
.hfield .hfi_nr .hif_xq .hif_pro a .hif_txt p {
	font-size: 12px;
}
.crumbs .cru_dh {
	display: flex;
	justify-content: space-between;
	line-height: 40px;
}
.crumbs .cru_dh .drop ul li a {
	padding: 0 12px;
}
.crumbs .cru_dh a {
	font-size: 12px;
}
.ntxt {
	padding: 30px 0 20px 0;
}
.ntxt h3 {
	font-size: 24px;
}
.ntxt h3:after {
	width: 40px;
}
.about_data {
	padding: 30px 0 40px;
}
.value .value_nr .value_txt p {
	line-height: 48px;
	font-size: 14px;
}
.expert .exp_nr .exp_pro a {
	flex-wrap: wrap;
	justify-content: center;
}
.expert .exp_nr .exp_pro .exp_txt {
	margin-left: 0;
	width: 100%;
}
.staff .staff_nr .staff_txt .tp {
	width: 48.5%;
	margin-bottom: 16px;
}
.bus_nr .hif_pro .hif_txt {
	margin: 20px;
}
.bus_nr .hif_pro a .hif_txt p {
	font-size: 12px;
}
.bus_nr .hif_pro a .hif_txt h3:after {
	margin: 10px 0;
}
.bus_nr .hif_pro a .hif_txt h3 {
	font-size: 16px;
}
.job .job_head {
	font-size: 14px;
	line-height: 48px;
	padding: 0 4px;
}
.job .job_body .job_tit {
	font-size: 12px;
	line-height: 48px;
	padding: 0 5px;
}
.job .job_body .con {
	padding: 16px;
}
.job .job_body .con .text2 {
	width: 100%;
	font-size: 12px;
	padding-bottom: 10px;
}
.job .job_body .con .text3 {
	margin-top: 0;
	font-size: 12px;
}
.down_nr .down_pro {
	padding: 12px;
	margin-bottom: 16px;
}
.down_nr .down_pro .ldown h3 {
	font-size: 14px;
	padding-left: 10px;
}
.down_nr .down_pro .rdown p {
	font-size: 12px;
	padding-right: 10px;
}
.down_nr .down_pro .rdown h4 a {
	font-size: 14px;
	line-height: 36px;
}
.down_nr .down_pro .rdown h4 {
	width: 80px;
	padding: 0 10px;
}
.news .new_nr .new_pro {
	width: 100%;
	margin-bottom: 20px;
}
.page-body .fh1 {
	width: 100%;
}
.page-body .fh2 {
	width: 100%;
}
.page-body .fh4 input {
	line-height: 50px;
	width: 240px;
}
.down_nr .down_pro .ldown {
	width: 50%;
}
.job .job_head .tr1:nth-child(2), .job .job_head .tr1:nth-child(3), .job .job_head .tr1:nth-child(4) {
	display: none;
}
.job .job_head .tr1 {
	width: 25%;
}
.job .job_body .tr2:nth-child(2), .job .job_body .tr2:nth-child(3), .job .job_body .tr2:nth-child(4) {
	display: none;
}
.job .job_body .tr2:nth-child(1) {
	width: 50%;
}
.job .job_body .tr2 {
	width: 25%;
}
.inews_txt2 {
	font-size: 12px;
	line-height: 20px;
	height: 40px;
}
.inews_txt1 {
	font-size: 14px;
	margin-bottom: 10px;
}
.inews_txt {
	margin: 0 0 0 70px;
}
.inews_date {
	width: 60px;
	height: 60px;
}
.inews_date span {
	font-size: 12px;
}
.inews_date p {
	font-size: 14px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.inews li a {
	padding: 10px;
}
.bus_nr .hif_pro {
	width: 100%;
}
.page_foot {
	flex-wrap: wrap;
	padding-bottom: 0;
	margin-top: 20px;
	padding-top: 20px;
}
.page_foot .back {
	margin: 20px auto;
}
.value .value_nr .value_txt li {
	padding: 20px;
}
.plan .plan_nr .plan_pro h3 {
	font-size: 14px;
}
}

@media (max-width: 375px) {
.habout .hab_nr .hab_l {
	height: 200px;
}
.contact .con_lx .con_txt {
	width: 100%;
	margin: 10px 0;
}
.habout .hab_nr .hab_l .com_data .com_data1 .com_num {
	font-size: 18px;
}
.habout .hab_nr .hab_l .com_data .com_data1 {
	padding: 0 6px;
}
.habout .hab_nr .hab_r {
	padding: 16px;
}
.habout .hab_nr .hab_r p {
	margin: 20px 0 20px 0;
	line-height: 24px;
	font-size: 14px;
}
.hfield .hfi_nr .hif_tit a h3 {
	font-size: 12px;
}
.hfield .hfi_nr .hif_tit1:after {
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	bottom: -16px;
}
.hfield .hfi_nr .hif_xq .hif_pro1 .hif_txt .more {
	display: none;
}
.hfield .hfi_nr .hif_xq .hif_pro1 .hif_txt .hif_txt1 {
	width: 100%;
}
.plan .plan_nr .plan_pro h3 {
	font-size: 14px;
	padding: 0 10px;
}
.crumbs .cru_dh .drop ul li a {
	padding: 0 8px;
}
.bus_nr .hif_pro {
	width: 100%;
	margin: 10px;
}
.down_nr .down_pro .rdown h4 {
	padding: 0 6px;
}
.down_nr .down_pro .ldown h3 {
	font-size: 12px;
	padding-left: 6px;
}
.down_nr .down_pro .rdown p {
	font-size: 12px;
	padding-right: 6px;
}
}

@media (max-width: 320px) {
}
