* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

* {
	font-family: Arial, Helvetica, sans-serif !important;
}

a {
	transition: all 0.5s ease;
}
.tab span{
	font-size: var(--font24) !important;
}
body {
	float: left;
	width: 100%;
	scroll-behavior: smooth;
}

.wapshoww {
	display: none !important;
}

html {
	scroll-behavior: smooth;
}

img {
	border: 0;
}

.max-width {
	width: 1630px;
	margin: 0 auto;
}

.max-width2 {
	width: 1400px;
	margin: 0 auto;
}

.top_nav {
	height: 100px;
	background: #2e8655;
	position: relative;
	z-index: 9;
	position: fixed;
	top: 0;
	width: 100%;
}

.top_nav .top_nav_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100px;
}

.top_nav .top_nav_box .logo {
	line-height: 0;
	height: 85px;
}

.top_nav .top_nav_box .logo img {
	height: 85px;
}

.top_nav .top_nav_box ul {
	display: flex;
}

.top_nav .top_nav_box ul li {
	margin-left: 30px;
}

.top_nav .top_nav_box ul li a {
	line-height: 100px;
	color: #fff;
	padding: 0 12px;
	display: block;
}

.top_nav .top_nav_box ul li a:hover {
	color: #f4ae3f;
}

.top_nav .top_nav_box ul li.on a {
	/* background: #fff; */
	color: #f4ae3f;
	font-size: 20px;
	font-weight: 500;
	border-radius: 8px;
}

.top_nav .top_nav_box ul li.on a:after {
	content: "";
	height: 55px;
	width: 100%;
	background: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
	border-radius: 8px;
}

.top_nav .top_nav_box ul li {
	position: relative;
}

.top_nav .top_nav_box ul .ul2 {
	position: absolute;
	display: none;
	left: 50%;
	transform: translate(-50%, 0);
	border-radius: 0 0 18px 18px;
	box-shadow: 0 6px 40px 0 rgba(223, 227, 235, 0.53);
	background: #fff;
	top: 100px;
	padding-bottom: 15px;
	padding-top: 10px;
}

.top_nav .top_nav_box .nav>ul>li:hover .ul2 {
	display: block;
}

.top_nav .top_nav_box ul .ul2 li {
	margin-left: 20px;
}

.top_nav .top_nav_box ul .ul2 li a {
	color: #333333;
	font-size: 18px;
	line-height: 40px;
	width: 230px;
	text-align: center;
}

.top_nav .top_nav_box ul .ul2 li {
	margin-left: 0 !important;
}

.top_nav .top_nav_box ul .ul2 a {
	color: rgb(71, 83, 105);
	width: 230px;
	text-align: center;
	font-size: 18px;
	line-height: 40px !important;
	margin-left: 0 !important;
}

.us_content {
	width: 100%;
	padding-top: 50px;
	margin-top: 100px;
}

.us_content .us_content_box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	line-height: 0;
}

.us_content .us_content_box img {
	width: 100%;
}

.us_content .us_content_box .pic1 {
	width: 32%;
}

.us_content .us_content_box .pic2 {
	width: 22%;
	margin: 0 60px;
}

.us_content .us_content_box .pic3 {
	width: 45%;
	position: relative;
}

.us_content .us_content_box .pic3 .text {
	position: absolute;
	top: 35px;
	left: 60px;
}

.us_content .us_content_box .pic3 .text .t1 {
	color: #333333;
	font-size: var(--font74);
	font-weight: 600;
	line-height: 84px;
}

.us_content .us_content_box .pic3 .text .t2 {
	color: #666666;
	font-size: var(--font20);
	font-weight: 400;
	line-height: 36px;
	margin-top: 30px;
}

.contact_us_plate1 {
	width: 100%;
	padding-top: 100px;
}

.contact_us_plate1 .contact_us_plate1_box ul {
	display: flex;
	justify-content: space-between;
}

.contact_us_plate1 .contact_us_plate1_box ul li {
	width: calc(33.3% - 26px);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: 340px;
	padding: 0 22px;
	box-shadow: 0 6px 40px 0 rgba(223, 227, 235, 0.53);
	transition: all 0.5s ease;
}

.contact_us_plate1 .contact_us_plate1_box ul li .icon2 {
	display: none;
}

.contact_us_plate1 .contact_us_plate1_box ul li:hover .icon1 {
	display: none;
}

.contact_us_plate1 .contact_us_plate1_box ul li:hover .icon2 {
	display: block;
}

.contact_us_plate1 .contact_us_plate1_box ul li:hover {
	background: #2E8655;
}

.contact_us_plate1 .contact_us_plate1_box ul li h4 {
	color: #333333;
	font-size: var(--font26);
	line-height: 26px;
	margin: 30px 0;
}

.contact_us_plate1 .contact_us_plate1_box ul li h6 {
	color: #252525;
	font-size: var(--font18);
	line-height: 30px;
	height: 90px;
	text-align: center;
}

.contact_us_plate1 .contact_us_plate1_box ul li:hover h4 {
	color: #fff;
}

.contact_us_plate1 .contact_us_plate1_box ul li:hover h6 {
	color: #fff;
}

.contact_us_plate2 {
	width: 100%;
	padding: 100px 0;
}

.contact_us_plate2 .contact_us_plate2_box {
	box-shadow: 0 6px 40px 0 rgba(223, 227, 235, 0.53);
	border-radius: 18px;
	background: #fff;
	padding: 60px 50px 66px 50px;
}

.contact_us_plate2 .contact_us_plate2_box .contact_us_plate2_tit {
	color: #252525;
	font-size: var(--font36);
	margin-bottom: 60px;
	text-align: center;
}

.contact_us_plate2 .contact_us_plate2_box form {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.contact_us_plate2 .contact_us_plate2_box form input[type="text"] {
	width: 100%;
	line-height: 80px;
	height: 80px;
	border-radius: 40px;
	background: #f6fcf9;
	padding: 42px;
	color: #333;
	font-size: var(--font22);
	margin-bottom: 30px;
}

.contact_us_plate2 .contact_us_plate2_box form input[type="text"]::placeholder {
	color: #949796;
}

.contact_us_plate2 .contact_us_plate2_box form input[type="text"].input {
	width: calc(50% - 32px);
}

.contact_us_plate2 .contact_us_plate2_box form .submit {
	line-height: 80px;
	height: 80px;
	border-radius: 40px;
	background: #2e8655;
	width: 308px;
	text-align: center;
	color: #fff;
	font-size: 24px;
	margin: 0 auto;
}

.new_detail {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 136px;
}

.new_detail .new_detail_box {
	display: flex;
	justify-content: space-between;
}

.new_detail .new_detail_box .left_nav {
	width: 30%;
}

.new_detail .new_detail_box .left_nav a {
	display: block;
	width: 73%;
	height: 80px;
	line-height: 80px;
	border-radius: 18px;
	color: #252525;
	padding: 0 23px;
	margin-bottom: 30px;
	font-size: var(--font24);
	box-shadow: 0 6px 40px 0 rgba(223, 227, 235, 0.53);
}

.new_detail .new_detail_box .left_nav a.on {
	background: #2e8655;
	color: #fff;
}

.new_detail .new_detail_box .usright {
	width: 70%;
}

.new_detail .new_detail_box .usright .shadow_box {
	padding: 30px 40px 60px 40px;
	border-radius: 18px;
	box-shadow: 0 6px 40px 0 rgba(223, 227, 235, 0.53);
}

.new_detail .new_detail_box .usright .shadow_box .time {
	font-size: 16px;
	color: #2e8655;
}

.new_detail .new_detail_box .usright .shadow_box .tit {
	color: #252525;
	font-size: var(--font30);
	text-align: center;
	margin: 40px 0 50px 0;
}

.new_detail .new_detail_box .usright .shadow_box .info {
	color: #252525;
	font-size: var(--font20);
	line-height: 36px;
}

.new_detail .new_detail_box .usright .shadow_box .info img {
	max-width: 100%;
}

.new_detail .new_detail_box .usright .new_xgtit {
	font-size: var(--font30);
	line-height: 44px;
	margin-top: 50px;
	margin-bottom: 40px;
	color: #252525;
}

.new_detail .new_detail_box .usright .xgnew {
	display: flex;
	justify-content: space-between;
}

.new_detail .new_detail_box .usright .xgnew li {
	width: calc(33.3% - 40px);
}

.new_detail .new_detail_box .usright .xgnew li a {
	width: 100%;
}

.new_detail .new_detail_box .usright .xgnew li a .pic {
	width: 100%;
}

.new_detail .new_detail_box .usright .xgnew li a .pic img {
	width: 100%;
	line-height: 0;
}

.new_detail .new_detail_box .usright .xgnew li a .tit {
	color: #252525;
	font-size: var(--font24);
	margin-top: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.new_detail .new_detail_box .new_list li {
	width: 100%;
	margin-bottom: 40px;
}

.new_detail .new_detail_box .new_list li:last-child {
	margin-bottom: 0px;
}

.new_detail .new_detail_box .new_list li a {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.new_detail .new_detail_box .new_list li a .pic {
	width: 29%;
	line-height: 0;
}

.new_detail .new_detail_box .new_list li a .pic img {
	width: 100%;
}

.new_ninfo {
	display: flex;
	align-items: center;
}

.new_ninfo {
	height: 100%
}

.new_detail .new_detail_box .new_list li a .text {
	width: calc(71% - 40px);
	display: flex;
	flex-direction: column;
}

.new_detail .new_detail_box .new_list li a .text .time {
	color: #252525;
	font-size: var(--font18);
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.new_detail .new_detail_box .new_list li a .text .h4 {
	color: #252525;
	font-size: var(--font30);
	line-height: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 10px 0 20px 0;
}

.new_detail .new_detail_box .new_list li a .text .h6 {
	color: #666666;
	font-size: var(--font18);
	line-height: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.new_detail .new_detail_box .new_list li a .text .more {
	text-align: center;
	color: #252525;
	border-radius: 22px;
	width: 140px;
	height: 34px;
	font-size: 14px;
	line-height: 34px;
	margin-top: 30px;
	border: 1px solid #666666;
	transition: all 0.5s ease;
}

.new_detail .new_detail_box .new_list li:hover a .text .more {
	background: #2e8655;
	color: #fff;
}

.fy {
	display: flex;
	align-items: center;
}

.fy a {
	margin: 0 5px;
	width: 50px;
	height: 38px;
	border: 1px solid #e7ebf3;
	text-align: center;
	line-height: 38px;
	font-size: 16px;
	color: #666666;
	display: block;
}

.fy a.on {
	background: #2e8655;
	color: #fff;
}

.AFQ {
	width: 100%;
	padding: 80px 0 110px 0;
}

.AFQ .AFQ_box {
	box-shadow: 0 6px 40px 0 rgba(223, 227, 235, 0.53);
	border-radius: 18px;
	width: 100%;
	padding: 60px 30px 150px 30px;
}

.AFQ .AFQ_box .AFQ_tit {
	color: #252525;
	font-size: var(--font48);
	line-height: 65px;
}

.AFQ .AFQ_box ul {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	width: 100%;
	margin: 90px 0 70px 0;
}

.AFQ .AFQ_box ul li {
	background: #2e8655;
	height: 127px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 24px;
	line-height: 28px;
	width: calc(25% - 27px);
	border-radius: 40px;
	text-align: center;
}

.AFQ .AFQ_box ul li a {
	color: #fff;
	font-size: 24px;
}

.AFQ .AFQ_box .ul {
	position: relative;
	margin-bottom: 70px;
}

.AFQ .AFQ_box .ul:last-child {
	margin-bottom: 0;
}

.AFQ .AFQ_box .ul:after {
	width: 2px;
	background: #e8e8e8;
	position: absolute;
	left: 1px;
	top: 54px;
	content: "";
	height: calc(100% - 54px);
}

/* .AFQ .AFQ_box .ul:before {
  content: "";
  width: 4px;
  background: #2e8655;
  position: absolute;
  top: 54px;
  left: 0px;
  height: 40%;
  z-index: 1;
} */

.AFQ .AFQ_box .ul .ult {
	color: #252525;
	font-size: var(--font36);
	margin-bottom: 75px;
}

.AFQ .AFQ_box .ul .li {
	padding-left: 60px;
	margin-bottom: 35px;
	position: relative;
}

.AFQ .AFQ_box .ul .li.on:after {
	content: "";
	width: 4px;
	background: #2e8655;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	z-index: 1;
}

.AFQ .AFQ_box .ul .li.on .down {
	display: block;
}

.AFQ .AFQ_box .ul .li .top {
	font-size: 20px;
	color: #252525;
}

.AFQ .AFQ_box .ul .li .down {
	color: #6b6b6b;
	font-size: 18px;
	line-height: 42px;
	margin-top: 30px;
	padding-left: 20px;
	display: none;
}

.AFQ .AFQ_box .ul .li .fh {
	position: absolute;
	right: 0;
	top: 15px;
}

.AFQ .AFQ_box .ul .li .fh:after {
	content: "";
	width: 26px;
	height: 4px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #252525;
}

.AFQ .AFQ_box .ul .li .fh::before {
	content: "";
	height: 26px;
	width: 4px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #252525;
}

.AFQ .AFQ_box .ul .li.on .top {
	color: #2e8655;
}

.AFQ .AFQ_box .ul .li.on .fh::before {
	display: none;
}

.AFQ .AFQ_box .ul .li.on .fh::after {
	background: #2e8655;
}

.about1 {
	width: 100%;
	background: #f6fcf9;
	padding: 70px 0 80px 0;
}

.about1 .about1_box {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.about1 .about1_box .left {
	width: 38.5%;
}

.about1 .about1_box .left img {
	line-height: 0;
	width: 100%;
}

.about1 .about1_box .right {
	width: 55%;
	float: right;
}

.about1 .about1_box .right h4 {
	color: #252525;
	font-size: var(--font30);
	line-height: 44px;
	margin-bottom: 40px;
}

.about1 .about1_box .right h6 {
	color: #252525;
	font-size: var(--font20);
	line-height: 36px;
}

.about2 {
	width: 100%;
	padding: 110px 0 50px 0;
}

.about2 .about2_box .h4 {
	color: #252525;
	font-size: var(--font36);
	line-height: 40px;
	margin-bottom: 40px;
}

.about2 .about2_box h6 {
	color: #252525;
	font-size: var(--font20);
	line-height: 36px;
}

.about2 .about2_box h6 p {
	color: #ec6102;
	display: inline;
}

.about2 .about2_box .text_ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
	margin-top: 55px;
}

.about2 .about2_box .text_ul .center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.about2 .about2_box .text_ul .text_li {
	width: calc(50% - 30px);
	border-radius: 30px;
	height: 342px;
	margin-bottom: 60px;
}

.about2 .about2_box .text_ul .text_li .t1 {
	font-size: var(--font30);
	color: #252525;
	line-height: 44px;
}

.about2 .about2_box .text_ul .text_li .t2 {
	font-size: var(--font20);
	color: #252525;
	line-height: 36px;
	margin-top: 40px;
}

.about2 .about2_box .text_ul .text_li.l1 {
	padding: 55px 0 0 37px;
	background: #e3f1da;
	transition: all .5s ease;
}

.about2 .about2_box .text_ul .text_li.l1:hover,
.about2 .about2_box .text_ul .text_li.l4:hover {
	background: #2E8655;
}

.about2 .about2_box .text_ul .text_li.l1:hover .t1,
.about2 .about2_box .text_ul .text_li.l3:hover .t1 {
	color: #fff;
}

.about2 .about2_box .text_ul .text_li.l1:hover .t2,
.about2 .about2_box .text_ul .text_li.l3:hover .t2 {
	color: #fff;
}

.about2 .about2_box .text_ul .text_li.l1 h6 {
	padding-right: 200px;
}

.about2 .about2_box .text_ul .text_li.l2 {
	padding: 55px 48px 0 0px;
	background: #f9f1d8;
	text-align: right;
	transition: all .5s ease;
}

.about2 .about2_box .text_ul .text_li.l2:hover,
.about2 .about2_box .text_ul .text_li.l3:hover {
	background: #F4AE3F;
}

.about2 .about2_box .text_ul .text_li.l2:hover .t1,
.about2 .about2_box .text_ul .text_li.l4:hover .t1 {
	color: #fff;
}

.about2 .about2_box .text_ul .text_li.l2:hover .t2,
.about2 .about2_box .text_ul .text_li.l4:hover .t2 {
	color: #fff;
}

.about2 .about2_box .text_ul .text_li.l2 h6 {
	padding-left: 200px;
}

.about2 .about2_box .text_ul .text_li.l3 {
	padding: 71px 0px 0 37px;
	background: #faf2d8;
	transition: all .5s ease;
}

.about2 .about2_box .text_ul .text_li.l4 {
	padding: 71px 48px 0 0px;
	background: #e4f1da;
	text-align: right;
	transition: all .5s ease;
}

.about3 {
	padding: 80px 0 150px 0;
	width: 100%;
}

.about3 .about3_tit {
	color: #252525;
	font-size: var(--font36);
	text-align: center;
	margin-bottom: 170px;
}

.about3 .about3_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

.about3 .about3_box .ab3left {
	width: 34%;
}

.about3 .about3_box .ab3right {
	width: 35%;
	transform: translate(0, 100px);
}

.about3 .about3_box .center_pic {
	position: absolute;
	top: 40%;
	max-width: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.about3 .about3_box .center_pic img {
	width: 100%
}

.about3 .about3_box .li {
	margin-bottom: 165px;
}

.about3 .about3_box .li:last-child {
	margin-bottom: 0;
}

.about3 .about3_box .li .t1 {
	color: #f4ae3f;
	font-size: var(--font30);
	margin-bottom: 14px;
}

.about3 .about3_box .li .t2 {
	color: #252525;
	font-size: var(--font20);
	line-height: 36px;
	position: relative;
}

.about3 .about3_box .li .t2::after {
	content: "";
	height: 8px;
	width: 10px;
	background: url(../img/xin.png) center no-repeat;
	background-size: cover;
	position: absolute;
	left: -20px;
	top: 15px;
}

.scientific_study {
	padding: 130px 0 100px 0;
	width: 100%;
}

.scientific_study .scientific_study_tit {
	text-align: center;
	color: #252525;
	font-size: var(--font36);
	margin-bottom: 70px;
}

.scientific_study .scientific_study_info {
	color: #252525;
	font-size: var(--font20);
	line-height: 36px;
	margin-bottom: 40px;
}

.scientific_study .sstudy_li {
	margin-bottom: 80px;
}

.scientific_study .sstudy_li .sstudy_li_top {
	background: #2e8655;
	color: #fff;
	padding: 0 47px;
	height: 80px;
	border-radius: 8px 8px 0 0;
	font-size: var(--font30);
	position: relative;
	line-height: 80px;
}

.scientific_study .sstudy_li .sstudy_li_top img {
	position: absolute;
	right: 28px;
	top: 50%;
	transition: all 0.5s ease;
	transform: translate(0, -50%);
}

.scientific_study .sstudy_li .sstudy_li_down {
	padding: 40px 47px 37px 47px;
	border-radius: 0 0 8px 8px;
	background: #f6fcf9;
}

.scientific_study .sstudy_li .sstudy_li_down .down_li .dli_t {
	display: flex;
	cursor: pointer;
	align-items: center;
	width: 100%;
	position: relative;
	height: 44px;
	padding-left: 30px;
	margin-bottom: 19px;
}

.scientific_study .sstudy_li .sstudy_li_down .down_li .dli_t:after {
	content: "";
	height: 8px;
	width: 8px;
	border-radius: 50%;
	position: absolute;
	background: #252525;
	left: 5px;
	top: 18px;
}

.scientific_study .sstudy_li .sstudy_li_down .down_li .dli_t .tit {
	font-size: var(--font26);
	color: #252525;
	line-height: 30px
}

.scientific_study .sstudy_li .sstudy_li_down .down_li .dli_t .line {
	flex: 1;
	height: 1px;
	border-top: 4px dashed #252525;
}

.scientific_study .sstudy_li .sstudy_li_down .down_li .dli_t .more {
	font-size: var(--font26);
	color: #2e8655;
	display: flex;
	align-items: center;
}

.scientific_study .sstudy_li .sstudy_li_down .down_li .dli_d {
	background: #fff;
	padding: 30px;
	margin-bottom: 40px;
	display: none;
}

.scientific_study .sstudy_li .sstudy_li_down .down_li .dli_d .dt1 {
	font-size: var(--font24);
	color: #252525;
}

.scientific_study .sstudy_li .sstudy_li_down .down_li .dli_d .t2 {
	font-size: var(--font20);
	line-height: 36px;
	color: #252525;
	margin-top: 50px;
}

.scientific_study .sstudy_li .sstudy_li_down .d_info {
	color: #252525;
	font-size: var(--font24);
	line-height: 36px;
	padding-top: 50px;
	min-height: 260px;
}

.scientific_study .sstudy_li:last-child .sstudy_li_top {
	background: #eca93d;
}

.scientific_study .sstudy_li:last-child .sstudy_li_down {
	background: #fbf5ec;
}

.scientific_study .sstudy_li:last-child .sstudy_li_down .down_li .dli_t .more {
	color: #f4ae3f;
}

.scientific_study .study_tab {
	display: flex;
	justify-content: space-between;
	margin-top: 100px;
	position: relative;
}

.scientific_study .study_tab .jt {
	position: absolute;
	left: 50%;
	top: 40%;
	transform: translate(-50%, -50%);
	z-index: 2;
}

.scientific_study .study_tab .study_tab_li {
	width: calc(50% - 50px);
	position: relative;
}

.scientific_study .study_tab .study_tab_li .pic {
	width: 100%;
	line-height: 0;
	position: relative;
}

.scientific_study .study_tab .study_tab_li .pic .sz {
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	bottom: -44px;
}

.scientific_study .study_tab .study_tab_li .pic>img {
	width: 100%;
}

.scientific_study .study_tab .study_tab_li .tit {
	color: #252525;
	font-size: var(--font34);
	margin-top: 50px;
	text-align: center;
}

.aboutb_plate1 {
	width: 100%;
	position: relative;
	margin-top: 90px;
}

.aboutb_plate1 .bg {
	width: 100%;
	line-height: 0;
}

.aboutb_plate1 .bg img {
	width: 100%;
}

.aboutb_plate1 .aboutb_plate1_box {
	position: absolute;
	top: 110px;
	left: 0;
	width: 100%;
}

.aboutb_plate1 .aboutb_plate1_box .t1 {
	color: #fff;
	font-size: var(--font54);
	line-height: 72px;
}

.aboutb_plate1 .aboutb_plate1_box .t2 {
	color: #fff;
	font-size: var(--font20);
	line-height: 36px;
	margin-top: 37px;
	width: 50%;
	padding-right: 4%;
}

.ab_ust1 {
	text-align: center;
	color: #252525;
	font-size: 36px;
}

.aboutb_plate2 {
	padding: 100px 0;
	width: 100%;
}

.aboutb_plate2 .about_us_layout {
	margin-top: 60px;
}

.aboutb_plate2 .about_left {
	display: flex;
	align-items: center;
}

.about_left img:first-child {
	width: 54%
}

.about_left img:last-child {
	width: 43%
}

.about_right img:first-child {
	width: 54%
}

.about_right img:last-child {
	width: 43%
}

.aboutb_plate9 .about_right img:last-child {
	width: auto !important
}

.aboutb_plate9 .about_left img:last-child {
	width: auto !important
}

.aboutb_plate9 .about_right img:first-child {
	width: auto !important
}

.aboutb_plate9 .about_left img:first-child {
	width: auto !important
}

.aboutb_plate2 .about_right .abust3 {
	margin-top: 28px;
}

.aboutb_plate3 {
	margin-bottom: 70px;
}

.aboutb_plate3 .about_left .abust2 {
	margin-bottom: 32px;
}

.aboutb_plate3 .about_right {
	display: flex;
	align-items: center;
}

.aboutb_plate3 .about_right img:first-child {
	width: 37%
}

.aboutb_plate3 .about_right img:last-child {
	width: 59%
}

.aboutb_plate4 {
	background: #f6fcf9;
	padding: 60px 0 70px 0;
}

.aboutb_plate4 .abust2 {
	color: rgb(244, 174, 63);
}

.aboutb_plate4 .abust2 {
	margin: 60px 0 32px 0;
}

.aboutb_plate4 .ul1 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 60px 0 80px 0;
}

.aboutb_plate4 .ul1 .li {
	padding: 50px 55px 0 55px;
	height: 467px;
	background: #fff;
	border-radius: 18px;
	text-align: center;
	width: 25%;
	transition: all 0.5s ease;
}

.aboutb_plate4 .ul1 .li h4 {
	font-size: var(--font26);
	line-height: 32px;
	color: #252525;
	margin-top: 40px;
}

.aboutb_plate4 .ul1 .li h6 {
	color: #757575;
	font-size: 18px;
	margin-top: 30px;
	margin-bottom: 25px;
}

.aboutb_plate4 .ul1 .li:hover {
	background: #fce8ca;
}

.aboutb_plate4 .ul2 {
	display: flex;
	margin: 50px 0 80px 0;
	justify-content: space-between;
}

.aboutb_plate4 .ul2 .li {
	width: calc(33.3% - 26px);
	padding: 30px;
	text-align: center;
	border-radius: 18px;
	background: #fff;
	transition: all 0.5s ease;
}

.aboutb_plate4 .ul2 .li:hover {
	background: #e3efe8;
}

.aboutb_plate4 .ul2 .li .pic img {
	max-width: 100%;
}

.aboutb_plate4 .ul2 .li .tit {
	margin-top: 30px;
	font-size: var(--font22);
	color: #252525;
}

.aboutb_plate4 .ul3 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 80px
}

.aboutb_plate4 .ul3 .li {
	width: calc(33.3% - 30px);
	display: flex;
	flex-direction: column;
	border-radius: 0 0 18px 18px;
}

.aboutb_plate4 .ul3 .li .pic {
	width: 100%;
	line-height: 0;
}

.aboutb_plate4 .ul3 .li .pic img {
	width: 100%;
}

.aboutb_plate4 .ul3 .li .abust3 {
	border-radius: 0 0 18px 18px;
	padding: 27px 30px 0 30px;
	height: 504px;
	overflow: hidden;
	transition: all 0.5s ease;
	text-align: center;
	background: #fff;
}

.aboutb_plate4 .ul3 .li:hover {
	background: #ebf2ff;
}

.aboutb_plate5 {
	padding: 108px 0;
	width: 100%;
	margin-bottom: 0;
}

.aboutb_plate5 .ab_ust1 {
	margin-bottom: 130px;
}

.aboutb_plate5 .abust2 {
	color: #2e8655;
}

.aboutb_plate6 {
	margin: 110px 0 90px 0;
}

.aboutb_plate6 .about_left .abust2 {
	margin-bottom: 78px;
}

.about_us_layout .about_right img {
	max-width: 100%;
}

.pl {
	padding: 0 !important;
}

.kb {
	min-width: 20px;
	min-height: 20px;
}

.about_us_layout {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.abust2 {
	color: rgb(46, 134, 85);
	font-size: var(--font30);
}

.abust3 {
	color: #252525;
	font-size: var(--font20);
	line-height: 36px;
}

.abust4 {
	color: #f4ae3f;
	font-size: var(--font30);
	margin-bottom: 32px;
}

.about_us_layout .about_left {
	width: 48%;
}

.about_us_layout .about_right {
	width: 48%;
}

.about_us_layout .about_right.fs {
	display: flex;
	flex-direction: column;
}

.index_plate1 {
	width: 100%;
	position: relative;
	margin-top: 100px;
}

.index_plate1 .bg {
	line-height: 0;
}

.index_plate1 .index_plate1_box {
	position: absolute;
	top: 40%;
	transform: translate(0, -50%);
	left: 5%;
	width: 100%;
}

.index_plate1 .index_plate1_box .bgb {
	background: rgba(255, 255, 255, 0.5);
	width: 680px;
	height: 365px;
	padding: 73px 45px 0 45px;
	border-radius: 18px;
}

.index_plate1 .index_plate1_box .t1 {
	color: #f4ae3f;
	font-size: var(--font60);
	margin-bottom: 30px;
}

.index_plate1 .index_plate1_box .t2 {
	color: #2e8655;
	font-size: var(--font28);
}

.index_plate1 .index_plate1_box .more {
	color: #fff;
    font-size: var(--font20);
    text-align: center;
    margin-top: 30px;
    display: block;
    background: #F4AE3F;
    width: 130px;
    border-radius: 5px;
    line-height: 40px;
    margin-left: auto;
}

.index_plate2 {
	width: 100%;
	position: relative;
	z-index: 2;
}

.index_plate2 .index_plate2_box {
	display: flex;
}

.index_plate2 .index_plate2_box .index_plate2_left {
	width: 50%;
	padding: 30px 0 120px;
	background: #2e8655;
	padding-right: 120px;
	position: relative;
}

.index_plate2 .index_plate2_box .index_plate2_left:after {
	content: "";
	height: 100%;
	background: #2e8655;
	right: 100%;
	width: 100vw;
	position: absolute;
	top: 0;
}

.index_plate2 .index_plate2_box .index_plate2_left .tit {
	font-size: var(--font20);
	line-height: 60px;
	color: #fff;
	margin-bottom: 0px;
	text-align: center;
}

.index_plate2 .index_plate2_box .index_plate2_left .pic {
	line-height: 0;
	text-align: center;
}

.index_plate2 .index_plate2_box .index_plate2_left .pic img {
	margin-bottom: 30px;
	width: 100%;
}

.index_plate2 .index_plate2_box .index_plate2_right {
	width: 50%;
	padding-top: 90px;
	padding-left: 120px;
	background: #fff;
	margin-top: -113px;
	position: relative;
}

.index_plate2 .index_plate2_box .index_plate2_right:after {
	content: "";
	height: 113px;
	position: absolute;
	background: #fff;
	top: 0px;
	left: 100%;
	width: 100vw;
	z-index: -1;
}

.index_plate2 .index_plate2_box .index_plate2_right .t1 {
	color: #252525;
	font-size: var(--font30);
	line-height: 46px;
	margin-bottom: 30px;
}

.index_plate2 .index_plate2_box .index_plate2_right .li {
	margin-bottom: 30px;
}

.index_plate2 .index_plate2_box .index_plate2_right .li .t2 {
	color: #f4ae3f;
	margin-bottom: 0px;
	font-size: var(--font30);
	line-height: 44px;
}

.index_plate2 .index_plate2_box .index_plate2_right .li .t3 {
	color: #252525;
	font-size: var(--font20);
	line-height: 30px;
	position: relative;
	padding-left: 20px;
	margin-bottom: 16px;
}

.index_plate2 .index_plate2_box .index_plate2_right .li .t3:after {
	content: "";
	height: 6px;
	width: 6px;
	position: absolute;
	background: #000;
	border-radius: 50%;
	top: 12px;
	left: 3px;
}

.index_plate3 {
	width: 100%;
	margin-top: -60px;
	position: relative;
	z-index: 6;
}

.index_plate3 .index_plate3_box {
	display: flex;
	align-items: flex-end;
	position: relative;
}

.index_plate3 .index_plate3_box .picl {
	width: 70%;
	position: relative;
}

.index_plate3 .index_plate3_box .picl .pic {
	width: 100%;
	line-height: 0;
}

.index_plate3 .index_plate3_box .picl .pic img {
	width: 100%;
}

.index_plate3 .index_plate3_box .picl .text {
	position: absolute;
	background: rgba(255, 255, 255, 0.8);
	width: 60%;
	bottom: 43px;
	left: 50%;
	transform: translate(-50%, 0);
	height: 230px;
	padding: 48px 32px 0 32px;
	border-radius: 18px;
}

.index_plate3 .index_plate3_box .picl .text .t1 {
	color: #f4ae3f;
	font-size: var(--font30);
	line-height: 44px;
	margin-bottom: 30px;
}

.index_plate3 .index_plate3_box .picl .text .t2 {
	color: #252525;
	font-size: var(--font18);
	line-height: 30px;
}

.index_plate3 .index_plate3_box .picr {
	position: absolute;
	bottom: 0;
	left: 70%;
}

.index_plate4 {
	padding: 110px 0;
	width: 100%;
}

.index_plate4 .index_plate4_box {
	display: flex;
	justify-content: space-between;
}

.index_plate4 .index_plate4_box .index_plate4_left {
	width: 50%;
	display: flex;
	flex-direction: column;
}

.index_plate4 .index_plate4_box .index_plate4_left .tit {
	color: #252525;
	font-size: var(--font42);
	line-height: 44px;
}

.index_plate4 .index_plate4_box .index_plate4_left img {
	margin: 15px 0;
	width: 100%;
	-webkit-transform: rotate(360deg);
	animation: rotation 20s linear infinite;
	-moz-animation: rotation 20s linear infinite;
	-webkit-animation: rotation 20s linear infinite;
	-o-animation: rotation 20s linear infinite;
}


@-webkit-keyframes rotation {
	from {
		-webkit-transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
	}
}

.index_plate4 .index_plate4_box .index_plate4_left .info {
	font-size: var(--font24);
	line-height: 38px;
	color: #252525;
}

.index_plate4 .index_plate4_box .index_plate4_right {
	float: right;
	width: 25%;
}

.index_plate4 .index_plate4_box .index_plate4_right li {
	width: 100%;
	margin-bottom: 40px;
}

.index_plate4 .index_plate4_box .index_plate4_right li.l1 {
	border: 1px solid #2e8655;
}

.index_plate4 .index_plate4_box .index_plate4_right li.l1 .top {
	background: #2e8655;
}

.index_plate4 .index_plate4_box .index_plate4_right li.l1 .down .li:after {
	border-left: 8px solid #2e8655;
}

.index_plate4 .index_plate4_box .index_plate4_right li.l2 {
	border: 1px solid #f4ae3f;
}

.index_plate4 .index_plate4_box .index_plate4_right li.l2 .top {
	background: #f4ae3f;
}

.index_plate4 .index_plate4_box .index_plate4_right li.l2 .down .li:after {
	border-left: 8px solid #f4ae3f;
}

.index_plate4 .index_plate4_box .index_plate4_right li.l3 {
	border: 1px solid #91ace0;
}

.index_plate4 .index_plate4_box .index_plate4_right li.l3 .top {
	background: #91ace0;
}

.index_plate4 .index_plate4_box .index_plate4_right li.l3 .down .li:after {
	border-left: 8px solid #91ace0;
}

.index_plate4 .index_plate4_box .index_plate4_right li .top {
	height: 64px;
	color: #fff;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.index_plate4 .index_plate4_box .index_plate4_right li .top .h3 {
	font-size: var(--font26);
}

.index_plate4 .index_plate4_box .index_plate4_right li .top .h4 {
	font-size: var(--font16);
}

.index_plate4 .index_plate4_box .index_plate4_right li .down {
	padding: 15px 31px;
}

.index_plate4 .index_plate4_box .index_plate4_right li .down .li {
	color: #757575;
	font-size: var(--font18);
	line-height: 30px;
	position: relative;
}

.index_plate4 .index_plate4_box .index_plate4_right li .down .li:after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	left: -20px;
	top: 5px;
}

.index_plate5 {
	width: 100%;
	padding: 60px 0 70px 0;
	background: #f6fcf9;
}

.index_plate5 .plate5_title {
	text-align: center;
	color: #252525;
	font-size: var(--font36);
}

.index_plate5 .plate5_content ul {
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
}

.index_plate5 .plate5_content ul li {
	width: calc(33.3% - 37px);
	background: #fff;
	border-radius: 18px;
	padding: 56px 51px;
}

.index_plate5 .plate5_content ul li .num {
	color: #2e8655;
	text-align: center;
	font-size: var(--font36);
	font-weight: bold;
}

.index_plate5 .plate5_content ul li .tab {
	color: #ffffff;
	padding: 0 27px 0 27px;
	background: #f4ae3f;
	border-radius: 16px 0px 0px 16px;
	line-height: 58px;
	margin: 40px 0 50px 0;
	transform: translate(51px, 0px);
	font-size: var(--font26);
	white-space: nowrap;
}

.index_plate5 .plate5_content ul li .info {
	color: #252525;
	font-size: var(--font22);
	line-height: 38px;
}

.index_plate5 .plate5_content ul li:hover {
	background: #2e8655;
}

.index_plate5 .plate5_content ul li:hover .num {
	color: #fff;
}

.index_plate5 .plate5_content ul li:hover .tab {
	background: #ffffff;
	color: #252525;
}

.index_plate5 .plate5_content ul li:hover .info {
	color: #fff;
}

.index_plate6 {
	width: 100%;
	padding: 110px 0;
}

.index_plate6 .index_plate6_tit {
	color: #252525;
	font-size: var(--font36);
	text-align: center;
	margin-bottom: 60px;
}

.index_plate6 .index_plate6_cont {
	display: flex;
}

.index_plate6 .index_plate6_cont ul {
	width: calc(100% + 40px);
	margin: -20px;
}

.index_plate6 .index_plate6_cont ul li {
	padding: 20px;
	width: 33.3%;
	float: left;
}



.index_plate6 .index_plate6_cont ul li .box {
	display: flex;
	flex-direction: column;
	padding: 40px 27px;
	height: 425px;
	border-radius: 18px;
	box-shadow: 0 6px 40px 0 rgba(223, 227, 235, 0.53);
}

.index_plate6 .index_plate6_cont ul li .box .tit {
	color: #252525;
	font-size: var(--font26);
	text-align: center;
	margin: 40px 0 20px 0;
}

.index_plate6 .index_plate6_cont ul li .box .info {
	color: #757575;
	font-size: var(--font18);
	text-align: center;
	line-height: 30px;
}

.index_plate6 .index_plate6_cont ul li .box .icon {
	text-align: center;
}

.index_plate6 .index_plate6_cont ul li:nth-child(1):hover .box {
	background: #e3efe8;
}

.index_plate6 .index_plate6_cont ul li:nth-child(2):hover .box {
	background: #fce8ca;
}

.index_plate6 .index_plate6_cont ul li:nth-child(3):hover .box {
	background: #ebf2ff;
}

.index_plate6 .index_plate6_cont ul li:nth-child(4):hover .box {
	background: #e3efe8;
}

.index_plate6 .index_plate6_cont ul li:nth-child(7):hover .box {
	background: #e3efe8;
}


.index_plate6 .index_plate6_cont ul li:nth-child(5):hover .box {
	background: #fce8ca;
}

.index_plate6 .index_plate6_cont ul li:nth-child(8):hover .box {
	background: #fce8ca;
}

.index_plate6 .index_plate6_cont ul li:nth-child(6):hover .box {
	background: #ebf2ff;
}

.index_plate6 .index_plate6_cont ul li:nth-child(9):hover .box {
	background: #ebf2ff;
}

.index_plate7 {
	width: 100%;
	position: relative;
}

.index_plate7 .bg {
	line-height: 0;
	width: 100%;
}

.index_plate7 .bg img {
	width: 100%;
}

.index_plate7 .index_plate7_box {
	position: absolute;
	top: 56px;
	left: 0;
	width: 100%;
}

.index_plate7 .index_plate7_box .text_box {
	height: 300px;
	width: 554px;
	background: #f4ae3f;
	color: #fff;
	font-size: 24px;
	line-height: 46px;
	border-radius: 48px;
	display: flex;
	align-items: center;
	padding: 0 58px;
	-webkit-box-reflect: below 0 linear-gradient(transparent, transparent, rgba(0, 0, 0, 0.4));
}

.index_plate8 {
	width: 100%;
	padding: 110px 0;
}

.index_plate8 .index_plate8_tit {
	color: #252525;
	text-align: center;
	font-size: var(--font48);
	margin-bottom: 120px;
}

.index_plate8 .index_plate8_box {
	display: flex;
	justify-content: space-between;
}

.index_plate8 .index_plate8_box .index_plate8_left {
	width: 37%;
}

.index_plate8 .index_plate8_box .index_plate8_left ul {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	height: 100%;
}

.index_plate8 .index_plate8_box .index_plate8_left ul li {
	width: 100%;
	border-radius: 20px;
	box-shadow: 0 6px 40px 0 rgba(223, 227, 235, 0.53);
	display: flex;
	align-items: center;
	padding: 0 38px;
	height: 18.3%;
	font-size: 20px;
	transition: all 0.5s ease;
}

.index_plate8 .index_plate8_box .index_plate8_left ul li.on {
	height: 50%;
	background: #2d8454;
	color: #fff;
	font-size: 24px;
}

.index_plate8 .index_plate8_box .index_plate8_right {
	width: 59%;
}

.index_plate8 .index_plate8_box .index_plate8_right li {
	display: none;
}

.index_plate8 .index_plate8_box .index_plate8_right li.on {
	display: block;
}

.index_plate8 .contact_us_plate2_box {
	margin-top: 100px;
}

.down_nav {
	width: 100%;
	padding-top: 42px;
	background: #2e8655;
	padding-bottom: 130px;
}

.down_nav .down_nav_box {
	display: flex;
}

.down_nav .down_nav_box .logo {
	margin-right: 235px;
	display: flex;
	flex-direction: column;
}

.down_nav .down_nav_box .logo img {
	margin-bottom: 29px;
}

.down_nav .down_nav_box .logo .logo_tit {
	color: #fff;
	font-size: var(--font18);
}

.down_nav .down_nav_box .nav ul {
	display: flex;
}

.down_nav .down_nav_box .nav li {
	display: flex;
	margin-right: 60px;
	flex-direction: column;
}

.down_nav .down_nav_box .nav li h4 {
	color: #f4ae3f;
	font-size: var(--font24);
	margin-bottom: 30px;
}

.down_nav .down_nav_box .nav li a {
	color: #fff;
	font-size: var(--font18);
	line-height: 40px;
	display: flex;
	align-items: center;
}

.down_nav .down_nav_box .nav li a img {
	margin-right: 20px;
}

.down_nav .down_nav_box .nav li:last-child {
	margin-left: 50px;
}

.copyright {
	font-size: 16px;
	line-height: 23px;
	text-align: center;
	color: #fff;
	padding: 18px 0;
	background: #2e8655;
	border-top: 2px solid #f3f3f3;
}

.top_max-width {
	width: 1880px;
	margin: 0 auto;
}

.max-width4 {
	width: 1880px;
	margin: 0 auto;
}

@media screen and (max-width: 1920px) {
	.top_max-width {
		width: 100%;
		padding: 0 20px;
	}

	.max-width4 {
		width: 100%;
		padding: 0 20px;
	}
}

@media screen and (max-width: 1850px) {
	.max-width {
		width: 85%;
	}
}

@media screen and (max-width: 1500px) {
	.max-width {
		width: 80%;
		margin: 0 auto;
	}

	.max-width2 {
		width: 80%;
		margin: 0 auto;
	}
}

.header .max-width {
	width: 100%;
	padding: 0 50px;
}

.layout37 {
	display: none;
}

.pcshow {
	display: block !important;
}

.wapshow {
	display: none !important;
}

@media screen and (max-width: 1024px) {
	.max-width {
		width: 100%;
		padding: 0 15px;
	}

	.us_content {
		margin-top: 50px;
	}

	.max-width2 {
		width: 100%;
		padding: 0 15px;
	}

	.pcshow {
		display: none !important;
	}

	.wapshow {
		display: block !important;
	}
}

.wapshow {
	display: none;
}

._nav3 {
	display: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

.layout37 {
	display: none;
}

@media screen and (max-width: 1500px) {
	.iiii1 {
		display: none;
	}

	.iiii2 {
		display: none;
	}

	.new_detail .new_detail_box .new_list li a .text .h4 {
		line-height: 30px;
		margin: 10px 0 10px 0;
	}

	.new_detail .new_detail_box .new_list li a .text .more {
		margin-top: 15px;
	}

	.abust3 {
		line-height: 30px;
	}

	.aboutb_plate4 .ul1 .li {
		padding: 30px 30px 0 30px;
	}
}

.index_plate8 .index_plate8_box .index_plate8_right li img {
	width: 100%
}

.index_plate1 .bg img {
	width: 100%
}

@media screen and (max-width: 1300px) {

	.new_detail .new_detail_box .new_list li a .text .h6 {
		line-height: 24px;
	}

	.new_detail .new_detail_box .new_list li a .text .h4 {
		margin: 5px 0;
	}

	.us_content .us_content_box .pic3 .text .t1 {
		line-height: 60px;
	}

	.new_detail .new_detail_box .new_list li {
		margin-bottom: 25px;
	}

	.us_content .us_content_box .pic3 .text .t2 {
		line-height: 30px;
	}

	.down_nav .down_nav_box .nav li:last-child {
		margin-left: 30px;
	}

	.down_nav .down_nav_box .logo {
		margin-right: 100px;
	}

	.scientific_study .sstudy_li .sstudy_li_down {
		padding: 25px;
	}

	.scientific_study .sstudy_li .sstudy_li_down .d_info {
		padding-top: 20px;
		line-height: 30px;
	}

	.scientific_study .sstudy_li .sstudy_li_top {
		padding: 0 30px;
		height: 60px;
		border-radius: 8px 8px 0 0;
		line-height: 60px;
	}

	.scientific_study .sstudy_li {
		margin-bottom: 40px;
	}

	.scientific_study .sstudy_li .sstudy_li_down .down_li .dli_t {
		height: auto;
		margin-bottom: 10px;
	}

	.scientific_study .sstudy_li .sstudy_li_down .down_li .dli_t:after {
		top: 50%;
		transform: translate(-50%, 0px);
	}

	.scientific_study .sstudy_li .sstudy_li_down .down_li .dli_d .t2 {
		margin-top: 20px;
		line-height: 30px;
	}

	.scientific_study .scientific_study_info {
		line-height: 30px;
		margin-bottom: 20px;
	}

	.AFQ .AFQ_box .ul .li {
		margin-bottom: 20px;
	}

	.AFQ .AFQ_box .ul .li .down {
		line-height: 36px;
		margin-top: 20px;
	}

	.AFQ .AFQ_box {
		padding: 40px 20px 100px 20px;
	}

	.index_plate2 .index_plate2_box .index_plate2_right .li .t3 {
		line-height: 30px;
	}

	.index_plate2 .index_plate2_box .index_plate2_right .li .t3:after {
		top: 12px;
	}

	.index_plate5 .plate5_content ul li {
		padding: 30px;
	}

	.index_plate5 .plate5_content ul li .info {
		line-height: 30px;
	}

	.top_nav .top_nav_box ul li a {
		margin-left: 10px;
	}
}

@media screen and (max-width: 1024px) {
	.about1 {
		padding: 30px 0;
	}

	.index_plate1 {
		margin-top: 50px;
	}

	.index_plate7 .index_plate7_box .text_box {
		height: auto;
		width: 90%;
		background: #f4ae3f;
		color: #fff;
		font-size: var(--font32);
		line-height: 30px;
		border-radius: 20px;
		display: flex;
		align-items: center;
		padding: 15px;
	}

	.index_plate8 .index_plate8_box {
		flex-direction: column;
	}

	.index_plate8 .index_plate8_box .index_plate8_left {
		width: 100%
	}

	.index_plate8 .index_plate8_box .index_plate8_left ul {
		flex-direction: column;
	}

	.index_plate8 .index_plate8_box .index_plate8_left ul li {
		width: 100% !important;
		padding: 0 10px;
		margin-bottom: 15px;
	}

	.index_plate8 .index_plate8_box .index_plate8_right {
		width: 100%;
		margin-top: 10px;
	}

	.index_plate8 .contact_us_plate2_box {
		margin-top: 30px;
	}

	.down_nav .down_nav_box .nav li h4 {
		margin-bottom: 20px;
	}

	.down_nav .down_nav_box {
		flex-direction: column;
	}

	.down_nav {
		padding: 30px 0
	}

	.us_content .us_content_box .pic2 {
		margin: 0 15px
	}

	.down_nav .down_nav_box .nav li:last-child {
		margin-left: 0;
	}

	.down_nav .down_nav_box .logo {
		margin-bottom: 20px;
	}

	.down_nav .down_nav_box .nav ul {
		flex-wrap: wrap;
	}

	.index_plate8 .index_plate8_box .index_plate8_left ul li.on {
		font-size: 20px !important;
	}

	.index_plate8 .index_plate8_box .index_plate8_left ul li {
		height: 70px !important;
		width: 30%;
		padding: 0;
	}

	.index_plate8 .index_plate8_tit {
		margin-bottom: 30px;
	}

	.index_plate7 .index_plate7_box {
		top: 15px;
	}

	.index_plate1 .index_plate1_box .bgb {
		height: 90%;
		width: 90%;
	}

	.about1 .about1_box .left {
		width: 80%;
	}

	.about2 {
		padding: 30px 0;
	}

	.about2 .about2_box .text_ul .center {
		display: none;
	}

	.index_plate2 .index_plate2_box {
		flex-direction: column;
	}

	.index_plate2 .index_plate2_box .index_plate2_left:after {
		display: none;
	}

	.index_plate2 .index_plate2_box .index_plate2_left {
		width: 100%;
		padding: 20px;
	}

	.index_plate2 .index_plate2_box .index_plate2_left .pic img {
		margin-bottom: 15px;
	}

	.index_plate2 .index_plate2_box .index_plate2_right {
		width: 100%;
		padding-top: 20px;
		padding-left: 20px;
		margin-top: 0px;
	}

	.index_plate2 .index_plate2_box .index_plate2_right .t1 {
		line-height: 30px;
		margin-bottom: 20px;
	}

	.index_plate3 .index_plate3_box .picl {
		width: 100%
	}

	.index_plate3 .index_plate3_box .picl .text {
		width: 90%;
		top: 10px;
		right: 5%;
		height: auto;
		padding: 10px;
		border-radius: 18px;
	}

	.index_plate3 .index_plate3_box .picl .text .t1 {
		line-height: 30px;
		margin-bottom: 15px;
	}

	.index_plate3 .index_plate3_box .picr {
		position: relative;
		left: 0;
	}

	.index_plate4 .index_plate4_box .index_plate4_left .info {
		line-height: 30px
	}

	.index_plate4 {
		padding: 30px 0;
	}

	.index_plate4 .index_plate4_box {
		flex-direction: column;
	}

	.index_plate5 .plate5_content ul {
		flex-direction: column;
		margin-top: 20px;
	}

	.index_plate5 .plate5_content ul li {
		width: 100%;
		margin-bottom: 15px;
	}

	.index_plate6 {
		padding: 30px 0;
	}

	.index_plate6 .index_plate6_cont ul li {
		width: 100%
	}

	.index_plate6 .index_plate6_cont ul li .box .tit {
		margin: 20px 0 10px 0;
	}

	.index_plate6 .index_plate6_cont ul li .box {
		display: flex;
		flex-direction: column;
		padding: 20px;
		height: auto;
		border-radius: 18px;
	}

	.index_plate5 .plate5_content ul li .tab {
		color: #ffffff;
		padding: 0 20px 0 20px;
		background: #f4ae3f;
		border-radius: 16px 0px 0px 16px;
		line-height: 40px;
		margin: 20px 0 20px 0;
		transform: translate(20px, 0px);
		font-size: var(--font26);
		white-space: nowrap;
	}

	.index_plate4 .index_plate4_box .index_plate4_right {
		width: 100%
	}

	.index_plate4 .index_plate4_box .index_plate4_right li {
		margin-bottom: 20px;
	}

	.index_plate5 {
		padding: 30px 0;
	}

	.index_plate3 .index_plate3_box .picr img {
		width: 100%
	}

	.index_plate3 {
		margin-top: 0px;
	}

	.index_plate4 .index_plate4_box .index_plate4_left {
		width: 100%
	}

	.index_plate3 .index_plate3_box {
		flex-direction: column;
	}

	.index_plate2 .index_plate2_box .index_plate2_right .li {
		margin-bottom: 20px;
	}

	.index_plate2 .index_plate2_box .index_plate2_right .li .t2 {
		margin-bottom: 20px;
	}

	.index_plate2 .index_plate2_box .index_plate2_left .tit {
		line-height: 30px;
		margin-bottom: 20px;
	}

	.about2 .about2_box .text_ul .text_li .t2 {
		line-height: 30px;
		margin-top: 10px;
	}

	.about2 .about2_box .text_ul .text_li.l2,
	.about2 .about2_box .text_ul .text_li.l4 {
		text-align: left;
	}

	.about3 {
		padding: 30px 0
	}

	.about3 .about3_tit {
		margin-bottom: 20px;
	}

	.about3 .about3_box .ab3left,
	.about3 .about3_box .ab3right {
		width: 100%;
		padding: 20px;
	}

	.about3 .about3_box .li {
		margin-bottom: 20px;
	}

	.about3 .about3_box {
		flex-direction: column;
	}

	.about2 .about2_box .text_ul .text_li .t1 {
		line-height: 30px;
	}

	.about2 .about2_box .text_ul .text_li {
		width: 100%;
		padding: 20px !important;
		text-align: left;
		height: auto;
		margin-bottom: 20px;
	}

	.index_plate7 .index_plate7_box .text_box {
		font-size: 16px;
	}

	.about2 .about2_box .text_ul {
		margin-top: 20px;
	}

	.about1 .about1_box .right h6,
	.about2 .about2_box h6 {
		line-height: 30px;
	}

	.about1 .about1_box .right h4 {
		line-height: 30px;
		margin-bottom: 20px;
	}

	.about1 .about1_box .right {
		width: 100%
	}

	.about1 .about1_box {
		flex-direction: column;
	}

	.AFQ .AFQ_box .AFQ_tit {
		line-height: 40px;
	}

	.aboutb_plate1 .aboutb_plate1_box .t1 {
		line-height: 30px;
	}

	.contact_us_plate1 .contact_us_plate1_box ul {
		flex-direction: column;
	}

	.aboutb_plate1 .aboutb_plate1_box {
		top: 10px;
	}

	.aboutb_plate1 .aboutb_plate1_box .t2 {
		width: 100%;
		line-height: 24px;
		margin-top: 10px;
		padding-right: 0;
	}

	.ab_ust1 {
		font-size: 20px;
	}

	.about_us_layout .about_left {
		width: 100%;
		margin: 15px 0;
	}

	.abust3 {
		line-height: 26px;
	}

	.aboutb_plate4 {
		padding: 30px 0;
	}

	.aboutb_plate3 {
		margin-bottom: 10px;
	}

	.aboutb_plate4 .ul1 .li {
		width: 100%;
		height: auto;
		margin-bottom: 15px;
		padding: 15px;
	}

	.aboutb_plate4 .ul1>img {
		display: none;
	}

	.aboutb_plate4 .ul2 {
		flex-direction: column;
		margin: 20px 0;
	}

	.aboutb_plate4 .ul3 {
		flex-direction: column;
		margin-top: 30px;
	}

	.aboutb_plate4 .ul3 .li .abust3 {
		height: auto;
		padding: 20px;
	}

	.aboutb_plate5 {
		padding: 30px 0;
	}

	.aboutb_plate6 {
		margin: 30px 0;
	}

	.aboutb_plate6 .about_left .abust2 {
		margin-bottom: 30px;
	}

	.aboutb_plate5 .ab_ust1 {
		margin-bottom: 20px;
	}

	.aboutb_plate4 .ul3 .li {
		width: 100%;
		margin-bottom: 30px;
	}

	.aboutb_plate4 .ul2 .li {
		width: 100%;
		padding: 15px;
		margin-bottom: 15px;
		text-align: center;
		border-radius: 18px;
		background: #fff;
		transition: all 0.5s ease;
	}

	.aboutb_plate4 .ul1 .li h6 {
		font-size: 16px;
		margin-top: 20px;
		margin-bottom: 15px;
	}

	.aboutb_plate4 .ul1 .li h4 {
		margin-top: 20px;
	}

	.aboutb_plate4 .ul1 {
		flex-direction: column;
	}

	.aboutb_plate4 .abust2 {
		margin: 20px 0 15px 0;
	}

	.about_us_layout .about_right {
		width: 100%;
		margin: 15px 0;
	}

	.about_us_layout {
		flex-direction: column;
	}

	.aboutb_plate2 .about_us_layout {
		margin-top: 30px;
	}

	.aboutb_plate2 {
		padding: 30px 0;
	}

	.contact_us_plate1 .contact_us_plate1_box ul li {
		width: 100%;
		height: auto;
		margin-bottom: 20px;
		padding: 25px 15px;
		box-shadow: 0 6px 40px 0 rgba(223, 227, 235, 0.53);
		transition: all 0.5s ease;
	}

	.contact_us_plate2 .contact_us_plate2_box {
		padding: 15px;
	}

	.contact_us_plate2 .contact_us_plate2_box form input[type="text"].input {
		width: 100%
	}

	.contact_us_plate2 .contact_us_plate2_box form input[type="text"] {
		width: 100%;
		line-height: 50px;
		height: 50px;
		border-radius: 20px;
		background: #f6fcf9;
		padding: 0 20px;
		margin-bottom: 20px;
	}

	.contact_us_plate2 .contact_us_plate2_box form .submit {
		line-height: 50px;
		height: 50px;
		border-radius: 25px;
		width: 180px;
		font-size: 18px;
	}

	.contact_us_plate2 .contact_us_plate2_box .contact_us_plate2_tit {
		margin-bottom: 30px;
	}

	.contact_us_plate2 {
		padding: 30px 0;
	}

	.contact_us_plate1 .contact_us_plate1_box ul li h4 {
		margin: 15px 0;
	}

	.AFQ .AFQ_box .ul .ult {
		margin-bottom: 40px;
	}

	.AFQ .AFQ_box .ul .li {
		padding-left: 20px;
	}

	.AFQ .AFQ_box ul li {
		width: 100%;
		height: 100px;
		margin-bottom: 15px;
	}

	.AFQ .AFQ_box ul {
		margin: 20px 0;
		flex-direction: column;
	}

	.new_detail .new_detail_box .usright .xgnew li a .tit {
		margin-top: 10px;
	}

	.new_detail .new_detail_box .usright .shadow_box .info {
		line-height: 30px;
	}

	.new_detail .new_detail_box .usright .xgnew li {
		width: calc(33.3% - 5px);
	}

	.new_detail .new_detail_box .usright .new_xgtit {
		line-height: 30px;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.new_detail .new_detail_box {
		flex-direction: column;
	}

	.new_detail .new_detail_box .left_nav {
		width: 100%
	}

	.new_detail .new_detail_box .left_nav a {
		width: 100%;
		height: 50px;
		line-height: 50px;
		border-radius: 15px;
		color: #252525;
		padding: 0 15px;
		margin-bottom: 15px;
	}

	.new_detail .new_detail_box .new_list li a .pic {
		width: 40%
	}

	.new_detail {
		padding: 30px 0;
	}

	.new_detail .new_detail_box .new_list li:last-child {
		margin-bottom: 30px;
	}

	.new_detail .new_detail_box .new_list li a .text .h4 {
		line-height: 20px;
	}

	.new_detail .new_detail_box .new_list li a .text .more {
		margin-top: 10px;
	}

	.new_detail .new_detail_box .new_list li a .text {
		width: calc(60% - 20px)
	}

	.new_detail .new_detail_box .usright {
		width: 100%
	}

	.scientific_study .study_tab {
		flex-direction: column;
	}

	.scientific_study .study_tab {
		margin-top: 30px;
	}

	.scientific_study .study_tab .study_tab_li .tit {
		margin-top: 50px;
	}

	.scientific_study .study_tab .study_tab_li {
		width: 100%;
		margin-bottom: 15px;
	}

	.scientific_study .study_tab .jt {
		display: none;
	}

	.scientific_study .sstudy_li .sstudy_li_down .down_li .dli_d {
		padding: 15px;
	}

	.scientific_study {
		padding: 30px 0;
	}

	.scientific_study .scientific_study_tit {
		margin-bottom: 30px;
	}

	.us_content .us_content_box {
		flex-direction: row;
		flex-wrap: wrap;
	}

	.us_content .us_content_box .pic1 {
		width: 50%;
	}

	.us_content .us_content_box .pic2 {
		width: 30%;
		margin-top: 15px;
	}

	.scientific_study .sstudy_li .sstudy_li_down .d_info {
		padding-top: 0;
		min-height: 200px;
	}

	.us_content .us_content_box .pic3 {
		width: 100%
	}

	.us_content .us_content_box .pic3 .text {
		left: 20px;
		top: 20px;
	}

	.new_detail .new_detail_box .usright .shadow_box {
		padding: 15px;
	}

	.new_detail .new_detail_box .usright .shadow_box .tit {
		margin: 20px 0;
	}

	.us_content .us_content_box .pic3 .text .t1 {
		line-height: 40px;
	}

	.us_content .us_content_box .pic3 .text .t2 {
		line-height: 26px;
		margin-top: 20px;
	}

	.about3 .about3_box .ab3right {
		transform: translate(0);
	}

	.about3 .about3_box .center_pic {
		display: none;
	}

	.wfs {
		flex-direction: column;
	}

	.wohw {
		width: 100% !important;
	}

}

@media screen and (max-width: 768px) {


	.layout37 {
		display: block;
		position: fixed !important;
		z-index: 16;
		top: 0px;
	}

	.top_nav {
		display: none;
	}

	._nav2 {
		width: 100%;
		float: left;
	}

	._nav2-1_bg {
		width: 100%;
	}

	._nav2 .ctext {
		width: 100%;
		float: left;
	}

	.index_plate8 .index_plate8_box .index_plate8_left ul li {

		font-size: 14px;

	}

	.index_plate8 .index_plate8_box .index_plate8_left ul li.on {

		font-size: 16px;
	}

	._nav2 .ctext .top {
		position: relative;
		z-index: 5;
	}

	._nav2 .ctext .menuph {
		display: block;
	}

	._nav2 .ctext .menuph {
		float: right;
		width: 28px;
		height: 28px;
		cursor: pointer;
		text-align: center;
		margin: 12px 0px 12px 0;
	}

	._nav2 .ctext .menuph .point {
		display: inline-block;
		width: 28px;
		height: 28px;
		position: relative;
	}

	._nav2 .ctext .menuph .point:hover .navbtn,
	._nav2 .ctext .menuph .point:hover .navbtn::after,
	._nav2 .ctext .menuph .point:hover .navbtn::before {
		width: 28px;
	}

	._nav2 .ctext .menuph .navbtn {
		position: absolute;
		top: 14px;
		right: 0;
		display: inline-block;
		height: 2px;
		background: #2d8454;
		width: 28px;
		-webkit-transition: all 0.3s ease-out 0s;
		-moz-transition: all 0.3s ease-out 0s;
		-ms-transition: all 0.3s ease-out 0s;
		-o-transition: all 0.3s ease-out 0s;
		transition: all 0.3s ease-out 0s;
	}

	._nav2 .ctext .menuph .navbtn::after,
	._nav2 .ctext .menuph .navbtn::before {
		position: absolute;
		right: 0;
		display: inline-block;
		width: 28px;
		height: 2px;
		content: "";
		background: #2d8454;
		-webkit-transition: all 0.3s ease-out 0s;
		-moz-transition: all 0.3s ease-out 0s;
		-ms-transition: all 0.3s ease-out 0s;
		-o-transition: all 0.3s ease-out 0s;
		transition: all 0.3s ease-out 0s;
	}

	._nav2 .ctext .menuph .navbtn::after {
		top: -10px;
	}

	._nav2 .ctext .menuph .navbtn::before {
		top: 10px;
	}

	._nav2 .ctext .menuph .point.active .navbtn {
		background: transparent;
	}

	._nav2 .ctext .menuph .point.active .navbtn::after {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 0px;
	}

	._nav2 .ctext .menuph .point.active .navbtn::before {
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
		top: 0px;
	}

	._nav2 .ctext .xialaph {
		top: 0;
		float: left;
		width: 100%;
		height: 100vh;
		overflow: auto;
		padding: 0 15px;
		z-index: 999999999999;
		background: #fff;
		display: none;
		left: 0;
		top: 50px;
	}

	._nav2 .ctext .xialaph .ul2,
	._nav2 .ctext .xialaph .ul3 {
		display: none;
	}

	._nav2 .ctext .xialaph h4 a {
		float: left;
		width: 60%;
		font-size: 16px;
		line-height: 50px;
	}

	._nav2 .ctext .xialaph h4 a span {
		padding-left: 6px;
		color: #ccc;
		font-size: 14px;
	}

	._nav2 .ctext .xialaph h4 {
		float: left;
		width: 100%;
		position: relative;
	}

	._nav2 .ctext .xialaph li:last-child h4::before {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 1px;
		background-color: #e5e5e5;
	}

	._nav2 .ctext .xialaph h4:hover a,
	._nav2 .ctext .xialaph h5:hover a {
		color: #2d8454;
	}

	._nav2 .ctext .xialaph h4::after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 1px;
		background-color: #e5e5e5;
	}

	._nav2 .ctext .xialaph h5 a {
		float: left;
		width: 100%;
		color: #1f1f1f;
		font-size: 14px;
		line-height: 40px;
		text-transform: uppercase;
	}

	.scientific_study .sstudy_li .sstudy_li_down .down_li .dli_t .more {
		max-width: 80px;
		min-width: 80px;
		font-size: var(--font18);
		white-space: nowrap;
	}

	ss ._nav2 .ctext .xialaph h5 {
		float: left;
		width: 100%;
		position: relative;
	}

	._nav2 .ctext .xialaph h5::after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		height: 1px;
		background-color: #e5e5e5;
	}

	._nav2 .ctext .xialaph li:last-child h5::after {
		display: none;
	}

	._nav2 .ctext .xialaph h4 img {
		width: 15px;
		height: 8px;
		float: right;
		margin-top: 24px;
		cursor: pointer;
	}

	._nav2 .ctext .xialaph h5 img {
		width: 11px;
		height: 6px;
		float: right;
		margin-top: 26px;
		margin-right: 18px;
		cursor: pointer;
	}

	._nav2 .ctext .xialaph h4.active img.img_s,
	._nav2 .ctext .xialaph h5.active img.img_s {
		display: none;
	}

	._nav2 .ctext .xialaph h4.active img.img_d,
	._nav2 .ctext .xialaph h5.active img.img_d {
		display: block;
	}

	._nav2 .ctext .xialaph .ul2 {
		float: left;
		width: 100%;
		padding: 0 10px;
	}

	._nav2 .ctext .xialaph .phsou {
		position: relative;
		margin-top: 34px;
	}

	._nav2 .ctext .xialaph .phsou input {
		width: 100%;
		height: 56px;
		background-color: #fff;
		color: #aaa;
		font-size: 14px;
		padding-left: 20px;
		border: 1px solid #e5e5e5;
	}

	._nav2 .ctext .xialaph .phsou img {
		cursor: pointer;
		width: 21px;
		height: 22px;
		position: absolute;
		top: 17px;
		right: 29px;
	}

	._nav2 .ctext .img_d,
	._nav2 .ctext .disno {
		display: none;
	}

	._nav2 .box {
		display: flex;
		height: 50px;
		padding: 0 15px;
		width: 100%;
		justify-content: space-between;
	}

	._nav2 .box .bg {
		height: 50px;
		background: #fff;
		width: 100%;
		left: 0;
		position: absolute;
		z-index: 5;
		float: left;
		opacity: 1;
	}

	._nav2 .ctext.sub .box .bg {
		opacity: 1;
	}

	._nav2 .box .logo {
		float: left;
		position: relative;
		z-index: 6;
	}

	._nav2 .box .logo img {
		height: 30px;
		margin-top: 10px;
		display: block;
	}

	._nav2 .soph {
		margin-top: 15px;
		width: 100%;
		float: left;
	}

	._nav2 .soph .so {
		float: left;
		width: 100%;
		background: #fff;
		position: relative;
		z-index: 6;
		border: 1px solid #2d8454;
	}

	._nav2 .soph .search {
		float: left;
		width: 100%;
		height: 36px;
		background: none;
		border: none;
		line-height: 36px;
		padding: 0 56px 0 10px;
		color: #414141;
		font-size: 14px;
	}

	._nav2 .soph .searsub {
		float: right;
		width: 50px;
		height: 100%;
		border: none;
		background: url(../img/search2.png) center no-repeat #2d8454;
		position: absolute;
		right: 0;
		top: 0;
	}

	.nbanner {
		margin-top: 50px;
	}

	._nav2 .ctext .top {
		position: relative;
		z-index: 5;
	}

	._nav2 .ctext .menuph {
		display: block;
	}

	._nav2 .ctext .menuph {
		float: right;
		width: 28px;
		height: 28px;
		cursor: pointer;
		text-align: center;
		margin: 12px 0px 12px 0;
	}

	._nav2 .ctext .menuph .point {
		display: inline-block;
		width: 28px;
		height: 28px;
		position: relative;
	}

	._nav2 .ctext .menuph .point:hover .navbtn,
	._nav2 .ctext .menuph .point:hover .navbtn::after,
	._nav2 .ctext .menuph .point:hover .navbtn::before {
		width: 28px;
	}

	._nav2 .ctext .menuph .navbtn {
		position: absolute;
		top: 14px;
		right: 0;
		display: inline-block;
		height: 2px;
		background: #2d8454;
		width: 28px;
		-webkit-transition: all 0.3s ease-out 0s;
		-moz-transition: all 0.3s ease-out 0s;
		-ms-transition: all 0.3s ease-out 0s;
		-o-transition: all 0.3s ease-out 0s;
		transition: all 0.3s ease-out 0s;
	}

	._nav2 .ctext .menuph .navbtn::after,
	._nav2 .ctext .menuph .navbtn::before {
		position: absolute;
		right: 0;
		display: inline-block;
		width: 28px;
		height: 2px;
		content: "";
		background: #2d8454;
		-webkit-transition: all 0.3s ease-out 0s;
		-moz-transition: all 0.3s ease-out 0s;
		-ms-transition: all 0.3s ease-out 0s;
		-o-transition: all 0.3s ease-out 0s;
		transition: all 0.3s ease-out 0s;
	}

	._nav2 .ctext .menuph .navbtn::after {
		top: -10px;
	}

	._nav2 .ctext .menuph .navbtn::before {
		top: 10px;
	}

	._nav2 .ctext .menuph .point.active .navbtn {
		background: transparent;
	}

	._nav2 .ctext .menuph .point.active .navbtn::after {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 0px;
	}

	._nav2 .ctext .menuph .point.active .navbtn::before {
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
		top: 0px;
	}

	._nav2 .ctext .xialaph {
		top: 0;
		float: left;
		width: 100%;
		height: 100vh;
		overflow: auto;
		padding: 0 15px;
		z-index: 999999999999;
		background: #fff;
		display: none;
		left: 0;
		top: 50px;
	}

	._nav2 .ctext .xialaph .ul2,
	._nav2 .ctext .xialaph .ul3 {
		display: none;
	}

	._nav2 .ctext .xialaph h4 a {
		float: left;
		width: 60%;
		font-size: 16px;
		line-height: 50px;
	}

	._nav2 .ctext .xialaph h4 a span {
		padding-left: 6px;
		color: #ccc;
		font-size: 14px;
	}

	._nav2 .ctext .xialaph h4 {
		float: left;
		width: 100%;
		position: relative;
	}

	._nav2 .ctext .xialaph li:last-child h4::before {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 1px;
		background-color: #e5e5e5;
	}

	._nav2 .ctext .xialaph h4:hover a,
	._nav2 .ctext .xialaph h5:hover a {
		color: #2d8454;
	}

	._nav2 .ctext .xialaph h4::after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 1px;
		background-color: #e5e5e5;
	}

	._nav2 .ctext .xialaph h5 a {
		float: left;
		width: 100%;
		color: #1f1f1f;
		font-size: 14px;
		line-height: 40px;
		text-transform: uppercase;
	}

	._nav2 .ctext .xialaph h5 {
		float: left;
		width: 100%;
		position: relative;
	}

	._nav2 .ctext .xialaph h5::after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		height: 1px;
		background-color: #e5e5e5;
	}

	._nav2 .ctext .xialaph li:last-child h5::after {
		display: none;
	}

	._nav2 .ctext .xialaph h4 img {
		width: 15px;
		height: 8px;
		float: right;
		margin-top: 24px;
		cursor: pointer;
	}

	._nav2 .ctext .xialaph h5 img {
		width: 11px;
		height: 6px;
		float: right;
		margin-top: 26px;
		margin-right: 18px;
		cursor: pointer;
	}

	._nav2 .ctext .xialaph h4.active img.img_s,
	._nav2 .ctext .xialaph h5.active img.img_s {
		display: none;
	}

	._nav2 .ctext .xialaph h4.active img.img_d,
	._nav2 .ctext .xialaph h5.active img.img_d {
		display: block;
	}

	._nav2 .ctext .xialaph .ul2 {
		float: left;
		width: 100%;
		padding: 0 10px;
	}

	._nav2 .ctext .xialaph .phsou {
		position: relative;
		margin-top: 34px;
	}

	._nav2 .ctext .xialaph .phsou input {
		width: 100%;
		height: 56px;
		background-color: #fff;
		color: #aaa;
		font-size: 14px;
		padding-left: 20px;
		border: 1px solid #e5e5e5;
	}

	._nav2 .ctext .xialaph .phsou img {
		cursor: pointer;
		width: 21px;
		height: 22px;
		position: absolute;
		top: 17px;
		right: 29px;
	}

	._nav2 .ctext .img_d,
	._nav2 .ctext .disno {
		display: none;
	}

	._nav2 .box {
		display: flex;
		height: 50px;
		padding: 0 15px;
		width: 100%;
		justify-content: space-between;
	}

	._nav2 .box .bg {
		height: 50px;
		background: #fff;
		width: 100%;
		left: 0;
		position: absolute;
		z-index: 5;
		float: left;
		opacity: 1;
	}

	._nav2 .ctext.sub .box .bg {
		opacity: 1;
	}

	._nav2 .box .logo {
		float: left;
		position: relative;
		z-index: 6;
	}

	._nav2 .box .logo img {
		height: 30px;
		margin-top: 10px;
		display: block;
	}

	._nav2 .soph {
		margin-top: 15px;
		width: 100%;
		float: left;
	}

	._nav2 .soph .so {
		float: left;
		width: 100%;
		background: #fff;
		position: relative;
		z-index: 6;
		border: 1px solid #2d8454;
	}

	._nav2 .soph .search {
		float: left;
		width: 100%;
		height: 36px;
		background: none;
		border: none;
		line-height: 36px;
		padding: 0 56px 0 10px;
		color: #414141;
		font-size: 14px;
	}

	.aboutb_plate1 .bg img {
		height: 400px
	}

	.index_plate7 .bg img {
		height: 260px
	}

	.index_plate1 .index_plate1_box {
		top: 50%
	}

	.index_plate1 .index_plate1_box .t1 {
		margin-bottom: 10px
	}

	.aboutb_plate9 .about_left img:first-child {
		width: 54% !important;
	}

	.aboutb_plate9 .about_left img:last-child {
		width: 43% !important
	}

	.index_plate1 .index_plate1_box .more {
		margin-top: 10px
	}

	.index_plate1 .index_plate1_box .bgb {
		padding: 15px
	}
}