@import "iconfont.css";
.fyc {
	display: -webkit-flex;
	display: flex;
	display: -webkit-box;
	display: box;
	-webkit-box-orient: vertical;
	box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-pack: center;
	box-pack: center
}
.fwbet {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}
.wrap {
	width: 88vw;
	max-width: 1440px;
	margin-left: auto;
	margin-right: auto
}
@media (max-width:639px) {
.wrap {
	width: 92vw
}
}
.ver>* {
	display: inline-block;
	vertical-align: middle
}
.table-cell {
	display: table;
	width: 100%
}
.table-cell>* {
	display: table-cell;
	vertical-align: middle
}
.row-pv0 {
	margin-left: 0;
	margin-right: 0
}
.row-pv0>* {
	padding-left: 0;
	padding-right: 0
}
.mv0 {
	margin-left: 0!important;
	margin-right: 0!important
}
.pv0 {
	padding-left: 0!important;
	padding-right: 0!important
}
.pt0 {
	padding-top: 0px !important
}
.pb0 {
	padding-bottom: 0px !important
}
.mb0 {
	margin-bottom: 0 !important
}
.mt0 {
	margin-top: 0!important
}
.bggray {
	background: #f9f9f9
}
.bgf {
	background: #fff
}
.c {
	color: #339933
}
.bgc {
	background-color: #339933
}
.cf {
	color: #fff
}
.cred {
	color: #f45f03
}
.hv:hover {
	color: #339933
}
.hvf:hover {
	color: #fff
}
.hvbg0:hover {
	background: #000;
	color: #fff
}
.bghover {
	transition: all .3s cubic-bezier(.04, .79, 1, 1) !important
}
.bghover:Hover {
	background-color: #339933;
	color: #fff
}
.l {
	border: 1px solid #e5e5e5
}
.lb {
	border-bottom: 1px solid #e5e5e5
}
.lt {
	border-top: 1px solid #e5e5e5
}
.ll {
	border-left: 1px solid #e5e5e5
}
.lr {
	border-right: 1px solid #e5e5e5
}
.coverbox {
	position: relative;
	display: block;
	overflow: hidden
}
.coverbox .coverimg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	z-index: 1;
	transition: transform .6s ease 0s
}
.coverbox .coverimg.cover {
	background-size: cover
}
.coverbox ._bg {
	width: 100%;
	visibility: hidden;
	display: block
}
@media (min-width:993px) {
.coverbox.scale:hover .coverimg {
	transform: scale(1.05)
}
.coverbox.scale:hover .cover-tip {
	opacity: 1;
	filter: alpha(opacity=1)
}
.coverbox.scale:hover .coverimg {
	transform: scale(1.05, 1.05)
}
.coverbox.scale:hover .icon-bofang1 {
font-size:.6rem
}
}
.cover-tip {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all .4s ease 0s;
	z-index: 55
}
.cover-tip .bgbox {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .6;
	filter: alpha(opacity=60)
}
.cover-tip .bgbox.blue {
	background-color: rgba(0,161,230,0.8)
}
.cover-tip .stit {
	font-size: 16px;
	line-height: 30px;
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -15px;
	color: #fff
}
.cover-tip .stit {
	font-size: 16px;
	line-height: 30px;
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -15px;
	color: #fff
}
.cover-tip .line {
	display: inline-block;
	width: 100px;
	height: 1px;
	background-color: #f2f2f2;
	position: absolute;
	left: 50%;
	margin-left: -50px;
	transition: all .6s ease 0s
}
.cover-tip .linet {
	top: 0
}
.cover-tip .lineb {
	bottom: 0
}
.cover-tip:hover .line {
	width: 6px;
	margin-left: -3px;
	opacity: .6;
	filter: alpha(opacity=60)
}
.medium {
	font-family: medium
}
.cimgbox {
	padding-bottom: 100%;
	overflow: hidden;
	position: relative
}
.cimgbox .img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}
.cimgbox.cover .img {
	object-fit: cover
}
.cimgbox:not(.cover) .img {
	object-fit: contain
}
.cimgbox.scale:hover .img {
	transition: all 6s cubic-bezier(.04, .79, 1, 1) !important;
	transform: scale(1.1)
}
.iconfont {
	font-size: inherit
}
html {
	font-size: 100px!important;
	touch-action: none;
	touch-action: pan-y
}
@media (max-width:1400px) {
html {
	font-size: 90px !important
}
}
@media (max-width:1200px) {
html {
	font-size: 80px !important
}
}
@media (max-width:992px) {
html {
	font-size: 70px !important
}
}
@media (max-width:768px) {
html {
	font-size: 60px !important
}
}
@media (max-width:480px) {
html {
	font-size: 50px !important
}
}
.medium {
	font-family: medium
}
.dinpro {
	font-family: dinpro
}
.cover-box ._bg {
	width: 100%
}
.pt0 {
	padding-top: 0 !important
}
.cItem:not(.active) {
	display: none
}
.medium {
	font-family: medium
}
.pagination {
	text-align: center;
	display: block;
	margin: 0
}
.pagination li {
	margin: 0 2px
}
@media (max-width:480px) {
.pagination li {
	margin: 0 2px
}
.pagination li>* {
	padding: 5px 12px !important
}
}
.pagination .active>a, .pagination .active>span, .pagination .active>a:hover, .pagination .active>span:hover, .pagination .active>a:focus, .pagination .active>span:focus {
	color: #fff;
	background-color: #339933
}
.pagination li>a, .pagination li>span {
	float: none;
	display: inline-block;
	cursor: pointer;
	color: #000;
	border-radius: 0 !important;
	padding: 6px 12px;
	border: 1px solid #dddddd
}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
	z-index: 2;
	color: #fff;
	background-color: #339933
}
.pagination .active>a, .pagination .active>span, .pagination .active>a:hover, .pagination .active>span:hover, .pagination .active>a:focus, .pagination .active>span:focus {
	color: #fff;
	background-color: #339933
}
.pagination li>a, .pagination li>span {
	float: none;
	display: inline-block;
	cursor: pointer;
	color: #333;
	padding: 6px 12px
}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
	z-index: 2;
	color: #fff;
	background-color: #339933
}
#top {
	width: 50px;
	height: 50px;
	background: url('../images/top.png') no-repeat center center;
	background-color: #a8a8a8;
	background-color: rgba(0,0,0,0.3);
	position: fixed;
	right: 50px;
	bottom: 50px;
	z-index: 5555;
	cursor: pointer;
	border-radius: 50%;
	transition: .6s;
	transform: translateY(20px)
}
@media (max-width:640px) {
#top {
	right: 10px;
	bottom: 30px;
	width: 40px;
	height: 40px;
	background-size: 20px
}
}
@media (min-width:768px) {
#top:hover {
	background-color: #339933
}
}
#top.show {
	transform: translateY(0);
	opacity: 1
}
.c {
	color: #339933
}
.bgc {
	background-color: #339933
}
article em {
	font-style: italic!important
}
article b {
	font-weight: bold
}
.bggray {
	background: #f9f9f9
}
#totop {
	width: 50px;
	height: 50px;
	background: url('../images/top.png') no-repeat center center;
	background-color: #a8a8a8;
	background-color: rgba(0,0,0,0.3);
	position: fixed;
	right: 50px;
	bottom: 50px;
	z-index: 5555;
	cursor: pointer;
	border-radius: 50%;
	transition: all .3s cubic-bezier(.04, .79, 1, 1) !important;
	opacity: 0;
	transform: translateY(20px)
}
@media (max-width:640px) {
#totop {
	right: 10px;
	bottom: 10px;
	width: 40px;
	height: 40px;
	background-size: 20px
}
}
@media (min-width:768px) {
#totop:hover {
	background-color: #339933
}
}
#totop.show {
	transform: translateY(0);
	opacity: 1
}
.fadeIntop {
	opacity: 0;
	filter: alpha(opacity=0);
	transform: translateY(30px)
}
.fadeIntop.show {
	opacity: 1;
	filter: alpha(opacity=100);
	transform: translateY(0);
	transition: all .3s ease 0s
}
.swiper-pagination-bullet {
	background-color: #339933
}
main {
	margin-top: 1rem;
	overflow: hidden
}
@media (max-width:992px) {
main {
	margin-top: 60px
}
}
@media (min-width:768px) {
header.home+main {
	margin-top: 0
}
}
header {
	position: fixed !important;
	left: 0;
	right: 0;
	top: 0;
	z-index: 9999;
	transition: all .3s cubic-bezier(.04, .79, 1, 1) !important;
	overflow: hidden
}
header:hover {
	overflow: visible
}
header .logo {
	width: 232px;
	height: 100%;
	background: url('../images/logo.png') no-repeat left center;
	background-size: contain;
	display: block
}
@media (max-width:640px) {
header .logo {
	width: 150px
}
}
.head_wrap {
	transition: all .3s cubic-bezier(.04, .79, 1, 1) !important;
padding:0 .4rem;
	display: flex;
	justify-content: space-between;
	height: 1rem
}
@media (max-width:992px) {
.head_wrap {
	height: 60px
}
}
.head_wrap .header_nav {
	overflow: hidden
}
.head_wrap .header_nav:hover {
	overflow: visible
}
.head_wrap .header_nav .header_inner {
	display: flex;
	text-transform: uppercase
}
.head_wrap .header_nav .header_inner .nav_li {
	margin-right: 2px
}
@media (min-width:1360px) {
.head_wrap .header_nav .header_inner .nav_li {
margin-right:.1rem
}
}
@media (max-width:992px) {
.head_wrap .header_nav .header_inner .nav_li {
margin-left:.3rem
}
}
.nav_li {
	overflow: hidden;
	display: flex;
	align-items: center;
	height: 1rem
}
.nav_li:not(.nav_li_product) {
	position: relative
}
@media (max-width:992px) {
.nav_li {
	height: 60px
}
}
.nav_li.active .header_nac {
	color: #339933
}
.nav_li:hover {
	overflow: visible
}
.nav_li:hover .header_nac {
	color: #339933
}
.nav_li:hover .drop {
	opacity: 1;
	text-transform: lowercase;
	transform: translateY(0) translateX(-50%)
}
.nav_li .header_nac {
	display: block;
	position: relative;
	font-size: 16px;
	color: #1a1a1a;
	cursor: pointer;
	height: 44px;
	line-height: 44px;
padding:0 .24rem;
	white-space: nowrap
}
@media (max-width:992px) {
.nav_li .header_nac {
	height: 34px;
	line-height: 34px;
padding:0 .3rem;
	font-size: 14px
}
.nav_li .header_nac.en {
	padding: 0
}
}
.nav_li .quote {
	background-color: #339933;
	color: #fff;
	transition: all .3s cubic-bezier(.04, .79, 1, 1) !important;
	border-radius: 2em
}
.nav_li .quote:hover {
	background: #215f3a;
	color: #fff
}
.nav_li .drop {
	position: absolute;
	left: 50%;
	top: 100%;
	margin-top: -10px;
	white-space: nowrap;
	z-index: 55;
	padding: 20px;
	min-width: 160px;
	background: #fff;
	text-align: center;
	font-size: 15px;
	opacity: 0;
	box-shadow: 0 10px 10px rgba(0,0,0,0.1);
	transition: all .3s cubic-bezier(.04, .79, 1, 1) !important;
	transform: translateY(30px) translateX(-50%)
}
@media (max-width:640px) {
.nav_li .drop {
	padding: 20px 0;
	min-width: auto
}
}
.nav_li .drop a {
	display: block;
	line-height: 2.4;
	padding: 0 20px;
	color: #666;
	white-space: nowrap;
	text-transform: capitalize
}
.nav_li .drop a:hover {
	color: #339933
}
.drop-product {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100vw;
	box-shadow: 0 10px 10px rgba(0,0,0,0.1);
	margin-top: -10px;
padding:.5rem 0 .7rem;
	transform: translateY(30px);
	transition: all .3s cubic-bezier(.04, .79, 1, 1) !important;
	opacity: 0
}
.drop-product .proinner {
	overflow: hidden;
	margin: 0 auto;
	margin-left: -0.1rem !important;
	margin-right: -0.1rem !important
}
.drop-product .proinner>* {
padding-left:.1rem !important;
padding-right:.1rem !important;
margin-bottom:.2rem
}
.drop-product .proitem {
	float: left;
	width: 12.5%;
	text-align: center;
	margin-bottom: 10px
}
@media (max-width:1360px) {
.drop-product .proitem {
	width: 16.66%
}
}
.drop-product .proitem .tit {
	display: block;
	font-size: 14px;
	line-height: 20px;
	height: 40px;
	text-transform: capitalize
}
.drop-product .proitem:hover .tit {
	color: #339933
}
.nav_li_product:hover .drop-product {
	background: #fbfbfb;
	transform: translateY(0);
	opacity: 1;
	z-index: 5555
}
header.bg {
	background: #fff
}
header.bg .header_nac {
	color: #1a1a1a
}
header.bg .quote {
	color: #fff;
	border-radius: 2em
}
.m-menus {
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 1rem;
	right: -100%;
	background: #fff;
	overflow: hidden;
	line-height: 32px;
	font-size: 15px;
	z-index: -999;
	padding-top: 2%;
	border-top: 1px solid #e5e5e5;
	box-shadow: 0 20px 20px rgba(0,0,0,0.1)
}
@media (min-width:1200px) {
.m-menus {
	display: none
}
}
@media (max-width:992px) {
.m-menus {
	top: 60px
}
}
.m-menus .inner {
	height: calc((100vh - 1rem));
	padding: 10px 30px 40px;
	overflow-x: hidden;
	overflow-y: auto
}
@media (max-width:768px) {
.m-menus {
	top: 60px
}
.m-menus .inner {
	height: calc((100vh - 60px))
}
}
.m-menus a {
	display: block;
	color: #000
}
.m-menus.active {
	z-index: 999;
	transition: all .3s cubic-bezier(.04, .79, 1, 1) !important;
	right: 0
}
.m-menus .item {
	cursor: pointer;
	transition: .3s;
	position: relative;
	text-align: center;
	border-bottom: 1px solid #e5e5e5;
	text-align: left
}
.m-menus .item .tit {
	display: -webkit-flex;
	display: flex;
	display: -webkit-box;
	display: box;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	box-align: center
}
.m-menus .item>a, .m-menus .tit {
	display: block;
	line-height: 52px;
	position: relative
}
.m-menus .tit {
	position: relative;
	text-transform: uppercase
}
.m-menus .tit a {
	display: inline-block;
	min-width: 50vw
}
.m-menus .tit .iconfont {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	color: inherit;
	padding: 0 10px;
	color: #000;
	font-size: 17px
}
.m-menus .xs-menu {
	display: none;
	text-align: left
}
.m-menus .xs-menu dd {
	line-height: 30px;
	font-size: 14px
}
.m-menus .active .tit, .m-menus .open .tit {
	color: #339933
}
.m-menus .active .tit a, .m-menus .open .tit a {
	color: #339933
}
.m-menus .active .iconfont::before, .m-menus .open .iconfont::before {
	content: "\e627"
}
.m-menus .active .xs-menu, .m-menus .open .xs-menu {
	padding: 0px 0 30px;
	border-top: 1px solid rgba(255,255,255,0.14)
}
.m-menus .head_links_box {
	background: #fff;
	margin-top: 1rem;
padding:.1rem .3rem
}
.m-menus .head_links {
	display: flex!important;
	justify-content: center
}
.m-menus .head_links a {
padding:0 .2rem !important;
	display: block;
	flex: 1
}
.m-menus .head_links i {
	margin: 0 auto
}
.menu_btn_box {
	flex: 1;
	display: -webkit-flex;
	display: flex;
	display: -webkit-box;
	display: box;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	box-align: center;
	-webkit-box-pack: center;
	box-pack: center;
	-webkit-justify-content: center;
	justify-content: center
}
.menu_btn {
	width: 50px;
	height: 50px;
	z-index: 101;
	cursor: pointer;
	transform-origin: center center;
	position: relative;
	display: block;
	top: -5px;
	z-index: 555;
	transform: scale(.8)
}
.menu_btn i {
	position: absolute;
	width: 26px;
	height: 2px;
	left: 12px;
	background: #1a1a1a;
	display: block;
	transition: all .4s ease-in-out
}
.menu_btn i:nth-of-type(1) {
	top: 20px
}
.menu_btn i:nth-of-type(2) {
	top: 30px
}
.menu_btn i:nth-of-type(3) {
	top: 40px
}
.menu_btn.active i:nth-of-type(1) {
	transform: rotate(225deg) translate(-7px, -7px)
}
.menu_btn.active i:nth-of-type(3) {
	opacity: 0
}
.menu_btn.active i:nth-of-type(2) {
	transform: rotate(-225deg) translate(0, 0)
}
.bg .menu_btn i {
	background: #1a1a1a
}
footer {
	background-color: #4e4e4e;
	color: #fff
}
footer a {
	color: #c5c5c5
}
footer a:hover {
	color: #fff
}
.ft-topper {
	position: relative;
	z-index: 55;
	font-size: 16px;
padding:.8rem 0 .5rem
}
.ft-topper .navitem h4 {
	position: relative;
	margin-bottom: 16px
}
.ft-topper .navitem .icon-jia {
	float: right;
	transition: .3s;
	display: none;
	margin-right: 10px
}
.ft-topper .navitem .info a {
	line-height: 36px;
	display: block
}
@media (max-width:1199px) {
.ft-topper .ft-navs .navitem:not(.ft_rbox) {
	width: 100%
}
.ft-topper .ft-navs .navitem:not(.ft_rbox) .icon-jia {
	display: block
}
.ft-topper .ft-navs .navitem:not(.ft_rbox) h4 {
	position: relative;
	border-bottom: 1px solid rgba(255,255,255,0.14);
	line-height: 50px;
	margin: 0;
	font-weight: normal
}
.ft-topper .ft-navs .navitem:not(.ft_rbox) .info {
	display: none;
	padding: 10px 30px;
	line-height: 2
}
.ft-topper .ft-navs .navitem:not(.ft_rbox) .info a {
	font-size: 15px;
	line-height: 30px
}
.ft-topper .ft-navs .navitem.active .iconfont::before {
	content: "\e627"
}
}
@media (max-width:768px) {
.ft-topper .navitem h4 {
	font-size: 16px
}
}
@media (min-width:1200px) {
.ft-navs {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}
.ft-navs li {
margin-bottom:.2rem;
	position: relative
}
}
.ft_rbox {
	max-width: 292px
}
@media (max-width:1199px) {
.ft_rbox {
padding:.5rem 0 0
}
}
@media (max-width:640px) {
.ft_rbox {
	max-width: 100%
}
}
.ft_rbox .email {
	margin-bottom: 30px
}
.ft_rbox .email .tit {
	color: #c5c5c5;
	margin-bottom: 14px
}
.ft_rbox .email form {
	border: 2px solid #717171;
	position: relative
}
.ft_rbox .email input {
	height: 34px;
	background-color: #424242;
	display: block;
	width: 100%;
	padding-left: 8px
}
.ft_rbox .email button {
	width: 64px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	background-color: #339933;
	color: #fff;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%)
}
.ft_rbox .icons {
margin:.3rem 0
}
.ft_rbox .icons .tit {
	font-size: 16px;
	margin-bottom: 20px
}
.ft_rbox .icons .bd {
	display: flex
}
.ft_rbox .icons a {
margin-right:.3rem;
font-size:.26rem
}
@media (max-width:768px) {
.ft_rbox .icons a {
	font-size: 20px;
	margin-right: 30px
}
}
.ft_rbox .icons a:hover {
	opacity: 1
}
.ft-bottom {
padding:.24rem 0 .22rem;
	border-top: 1px solid rgba(255,255,255,0.2);
	color: #c5c5c5;
	line-height: 1.8
}
@media (min-width:1200px) {
.ft-bottom {
	display: -webkit-flex;
	display: flex;
	display: -webkit-box;
	display: box;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	box-align: center;
	-webkit-box-pack: justify;
	box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between
}
}
@media (max-width:640px) {
.ft-bottom {
	font-size: 13px;
	text-align: center;
	line-height: 2
}
}
.swiper-button-prev {
	left: 0
}
.swiper-button-next {
	right: 0
}
.index_banner {
	position: relative;
	overflow: hidden;
	z-index: 5
}
@media (min-width:768px) {
.index_banner {
	height: 100vh
}
}
@media (max-width:767px) {
}
.index_banner .swiper-pagination {
bottom:.5rem !important;
	top: auto;
	z-index: 555
}
@media (max-width:640px) {
.index_banner .swiper-pagination {
	bottom: 10px !important
}
}
.index_banner .swiper-pagination-bullet {
	background: #ccc;
	opacity: .5;
margin:0 .14rem !important
}
.index_banner .swiper-pagination-bullet-active {
	opacity: 1;
	background-color: #339933
}
.index_banner li {
	position: relative;
	overflow: hidden
}
.index_banner li .link {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 6
}
.index_banner video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 555
}
.index_banner .bg {
	display: block;
	height: 100%;
	transition: all 5.6s cubic-bezier(.04, .79, 1, 1) !important;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%
}
.index_banner .bg:not(.poster) {
	transform: scale(1.02)
}
.index_banner .bg img {
	visibility: hidden
}
.index_banner .content {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 5;
	height: 90%;
	display: flex;
	align-items: center
}
.index_banner .content._b {
	align-items: flex-end;
padding-bottom:.5rem
}
.index_banner .content._b .info * {
	color: #fff
}
.index_banner .content .inner {
	width: 88vw;
	max-width: 1440px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	line-height: 1
}
@media (max-width:639px) {
.index_banner .content .inner {
	width: 92vw
}
}
@media (min-width:1800px) {
.index_banner .content .inner {
	max-width: 1600px
}
}
@media (min-width:768px) {
.index_banner .content .inner {
padding-top:.7rem
}
}
.index_banner .content .inner .info {
	max-width: 940px;
	width: 50%
}
.index_banner .content .subtit, .index_banner .content .tit {
	background-image: linear-gradient(60deg, #6db82a, #02813a 40%);
	-webkit-background-clip: text;
	color: transparent
}
.index_banner .content .subtit {
	font-size: 3.125vw;
	position: relative;
	top: 10px;
padding-bottom:.2rem
}
@media (min-width:1920px) {
.index_banner .content .subtit {
	font-size: 60px
}
}
@media (max-width:1024px) {
.index_banner .content .subtit {
	font-size: 30px
}
}
@media (max-width:1200px) {
.index_banner .content .subtit {
	font-size: 2.08333333vw
}
}
@media (max-width:1200px) and (min-width:1920px) {
.index_banner .content .subtit {
	font-size: 40px
}
}
@media (max-width:1200px) and (max-width:1024px) {
.index_banner .content .subtit {
	font-size: 20px
}
}
@media (max-width:600px) {
.index_banner .content .subtit {
	font-size: 1.5625vw;
	padding-bottom: 10px
}
}
@media (max-width:600px) and (min-width:1920px) {
.index_banner .content .subtit {
	font-size: 30px
}
}
@media (max-width:600px) and (max-width:1024px) {
.index_banner .content .subtit {
	font-size: 15px
}
}
.index_banner .content .tit {
	line-height: .9;
	font-size: 5.20833333vw;
padding-bottom:.3rem;
	font-weight: bold
}
@media (min-width:1920px) {
.index_banner .content .tit {
	font-size: 100px
}
}
@media (max-width:1024px) {
.index_banner .content .tit {
	font-size: 50px
}
}
@media (max-width:1200px) {
.index_banner .content .tit {
	line-height: 1;
	font-size: 3.125vw
}
}
@media (max-width:1200px) and (min-width:1920px) {
.index_banner .content .tit {
	font-size: 60px
}
}
@media (max-width:1200px) and (max-width:1024px) {
.index_banner .content .tit {
	font-size: 30px
}
}
@media (max-width:600px) {
.index_banner .content .tit {
	font-size: 2.08333333vw
}
}
@media (max-width:600px) and (min-width:1920px) {
.index_banner .content .tit {
	font-size: 40px
}
}
@media (max-width:600px) and (max-width:1024px) {
.index_banner .content .tit {
	font-size: 20px
}
}
.index_banner .content .desc {
	font-size: 1.5625vw;
	color: #666;
	line-height: 1.3
}
@media (min-width:1920px) {
.index_banner .content .desc {
	font-size: 30px
}
}
@media (max-width:1024px) {
.index_banner .content .desc {
	font-size: 15px
}
}
@media (max-width:600px) {
.index_banner .content .desc {
	font-size: 13px;
	line-height: 16px;
	max-height: 32px;
	word-break: break-all;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 2
}
.index_banner .content .desc br {
	display: none
}
}
@media (max-width:600px) {
.index_banner .info.min {
	width: 40%!important
}
.index_banner .info.min .subtit {
	font-size: 30px
}
.index_banner .info.min .tit {
	font-size: 33px
}
}
.index_banner video {
	width: 100%;
	height: 100%;
	object-fit: cover
}
.index_banner .swiper-slide-active .bg {
	transform: scale(1)
}
@media (max-width:480px) {
.index_banner .swiper-pagination {
	bottom: 6%
}
}
.index_company {
	padding: 1.36rem 0;
	position: relative;
	/*background: url(../images/bg_01.png) no-repeat 0 -0.1rem;*/
	background-size: 5.24rem;
	max-width: 1920px;
	margin: 0 auto; background-color:#f3f3f3;
}
@media (min-width:1200px) {
.index_company .lbox {
	width: 48%; padding-left:1%;
	
}
.index_company .rbox {
	width: 50%;
	position: absolute;
	right: 0;
	text-align:left;
	top:0;
	margin-top: 4%;
	
}
}
@media (min-width:1200px) and (min-width:1920px) {
.index_company .rbox {
	margin-top: 4%;
}
}
.index_company .hd1 {
margin-bottom:.2rem;
	font-size: 1.5625vw
}
@media (min-width:1920px) {
.index_company .hd1 {
	font-size: 30px
}
}
@media (max-width:1024px) {
.index_company .hd1 {
	font-size: 15px
}
}
.index_company .txt {
	color: #666;
margin-bottom:.6rem;
	font-size: 16px;
	line-height: 1.5
}
@media (min-width:1280px) {
.index_company .txt {
	line-height: 1.7;
	font-size: 18px;
	margin-right: 10%;
	max-width: 682px
}
}
@media (max-width:640px) {
.index_company .txt {
	font-size: 15px
}
}
.index_company .datas {
margin-top:.9rem;
	display: flex;
	text-align: center
}
@media (max-width:1359px) {
.index_company .datas {
	flex-wrap: wrap
}
}
@media (min-width:640px) {
}
@media (min-width:640px) and (min-width:1360px) {
.index_company .datas {
	justify-content: space-between
}
}
@media (min-width:640px) and (max-width:1359px) {
.index_company .datas dd {
margin-bottom:.6rem;
	width: 33.33%
}
}
@media (max-width:991px) {
.index_company .datas {
margin-bottom:.5rem
}
}
.index_company .datas .val {
	color: #339933;
	font-size: 2.60416667vw
}
@media (min-width:1920px) {
.index_company .datas .val {
	font-size: 50px
}
}
@media (max-width:1024px) {
.index_company .datas .val {
	font-size: 25px
}
}
.index_company .datas .val .unit {
	font-size: 60%;
	position: relative;
	top: -2px
}
.index_company .datas .tit {
	color: #666
}
@media (min-width:1200px) {
.index_company .datas .tit {
	font-size: 16px
}
}
@media (max-width:639px) {
.index_company .datas {
	text-align: center
}
.index_company .datas dd {
	width: 50%;
	border: 1px solid #e5e5e5;
	position: relative;
	margin-top: -1px;
padding:.3rem .1rem
}
.index_company .datas dd:nth-child(2n) {
	margin-left: -1px
}
.index_company .datas .tit {
	font-size: 14px
}
}
@media (max-width:768px) {
.index_company .hd1 {
	text-align: center
}
.index_company .vbtn {
	display: inline-block;
	position: relative;
	left: 50%;
	transform: translateX(-50%)
}
}
.hd1 {
	font-size: 2.08333333vw;
	font-weight: bold
}
@media (min-width:1920px) {
.hd1 {
	font-size: 40px
}
}
@media (max-width:1024px) {
.hd1 {
	font-size: 20px
}
}
@media (max-width:640px) {
}
.hd1 em {
	position: relative
}
.hd1 em::after {
	content: '';
	display: block;
	position: absolute;
width:.1rem;
height:.1rem;
	border-radius: 50%;
	background-color: #339933;
	right: -0.24rem;
bottom:.1rem
}
.vbtn {
	color: #339933;
	border: 1px solid #339933;
	border-radius: 2em;
	text-transform: uppercase;
	font-size: 16px;
	display: inline-block;
padding:0 .5rem;
	transition: all .3s cubic-bezier(.04, .79, 1, 1) !important;
line-height:.6rem
}
.vbtn i {
	font-size: 86%
}
.vbtn:hover {
	background-color: #339933;
	color: #fff
}
@media (max-width:768px) {
.vbtn {
	line-height: 42px;
padding:0 .7rem
}
}
.vbtn.bg {
	background-color: #339933;
	color: #fff
}
.vbtn.bg:hover {
	background-color: #215f3a;
	border-color: #215f3a
}
.index_product {
	background: #f9f9f9;
padding:.8rem 0
}
.index_product .hd1 {
	text-align: center;
margin-bottom:.5rem
}
.index_product .wrap {
	position: relative
}
.index_product .pnext {
	margin-top: -0.64rem !important
}
.index_product .swiper {
	margin-left: -0.12rem;
	margin-right: -0.12rem;
	position: relative;
padding-bottom:.4rem
}
.index_product .swiper li {
	width: 33.33%;
padding:.12rem
}
@media (max-width:991px) {
.index_product .swiper li {
	width: 50%
}
}
@media (max-width:600px) {
.index_product .swiper li {
	width: 100%
}
}
.product_item {
	position: relative;
margin-bottom:.24rem
}
.product_item .coverbox .coverimg {
	transform: scale(.7)
}
.product_item .coverbox:hover .coverimg {
	transform: scale(.8)
}
.product_item .info {
padding:0 60px 0 .22rem;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 48px;
	z-index: 5;
	line-height: 48px
}
@media (max-width:768px) {
}
.product_item .info .tit {
	font-size: 18px;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: block
}
@media (max-width:992px) {
.product_item .info .tit {
	font-size: 16px
}
}
.product_item .info .to {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 48px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	background-color: #339933;
	color: #fff;
	font-size: 20px;
	font-weight: bold
}
@media (max-width:768px) {
.product_item .info .to {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 12px
}
}
.product_item video {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	left: 0;
	top: 0;
	z-index: 6
}
.between-pnexts .pnext {
width:.6rem;
height:.6rem;
line-height:.6rem;
	text-align: center;
	border-radius: 50%;
	background: #fff
}
.between-pnexts .pnext::after {
font-size:.2rem;
	color: #333
}
.between-pnexts .pnext:hover {
	background-color: #339933
}
.between-pnexts .pnext:hover::after {
	color: #fff
}
@media (min-width:1920px) {
.between-pnexts .pnext {
	margin-top: -0.5rem
}
.between-pnexts .swiper-button-prev {
	left: -120px
}
.between-pnexts .swiper-button-next {
	right: -120px
}
}
@media (max-width:1919px) {
.between-pnexts .swiper-button-prev {
	left: -5vw
}
.between-pnexts .swiper-button-next {
	right: -5vw
}
}
.index_eng .hd1 {
	text-align: center;
	text-transform: uppercase;
margin-bottom:.5rem
}
.index_eng .bd {
	position: relative;
	background: url('../images/img_a.jpg') no-repeat center center;
	background-size: cover;
	display: flex
}
.index_eng .icon {
width:.7rem;
height:.7rem;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: inline-block;
margin-bottom:.3rem;
	transition: all .3s cubic-bezier(.04, .79, 1, 1) !important
}
@media (max-width:640px) {
.index_eng .icon {
	width: 50px;
	height: 50px
}
}
@media (min-width:1200px) {
.index_eng li {
	flex: 1;
	text-align: center;
	padding: 2.8rem 3% 2rem;
	color: #fff;
	position: relative;
	transition: all .3s cubic-bezier(.04, .79, 1, 1) !important
}
.index_eng li h3 {
	font-size: 20px;
	line-height: 1.5;
margin-bottom:.2rem
}
.index_eng li .txt {
	font-size: 16px;
	line-height: 1.6
}
.index_eng li:hover {
	background: rgba(73,179,62,0.8)
}
.index_eng li+li::before {
	content: '';
	display: block;
	position: absolute;
	width: 1px;
	height: 100%;
	background: #fff;
	opacity: .2;
	left: 0;
	top: 0
}
}
@media (min-width:1200px) and (max-width:1360px) {
.index_eng li h3 {
	font-size: 18px
}
.index_eng li .txt {
	font-size: 14px
}
}
@media (max-width:1199px) {
.index_eng .bd {
	color: #fff;
padding:0 .4rem .6rem;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	width: 88vw;
	max-width: 1440px;
	margin-left: auto;
	margin-right: auto
}
.index_eng li {
margin-top:.6rem;
	text-align: center
}
.index_eng li:last-child {
	border-bottom: 0
}
.index_eng h3 {
	font-size: 18px;
	margin-bottom: 10px
}
.index_eng .txt {
	text-align: left;
	line-height: 1.5
}
}
@media (max-width:1199px) and (max-width:639px) {
.index_eng .bd {
	width: 92vw
}
}
@media (max-width:1199px) and (max-width:639px) {
.index_eng li {
	border-bottom: 1px solid rgba(255,255,255,0.4);
padding-bottom:.6rem
}
}
@media (max-width:1199px) and (min-width:640px) {
.index_eng li {
	width: 46%
}
}
.index_choose {
	padding: 1rem 0
}
.index_choose .hd1 {
	text-align: center;
margin-bottom:.8rem
}
@media (max-width:640px) {
.index_choose .hd1 {
margin-bottom:.2rem
}
}
.index_choose .row {
	margin-left: -0.35rem !important;
	margin-right: -0.35rem !important
}
.index_choose .row>* {
padding-left:.35rem !important;
padding-right:.35rem !important;
margin-bottom:.7rem
}
.index_choose li {
	display: flex
}
.index_choose li .icon {
	width: 1rem;
	height: 1rem;
	background-color: #e9e9e9;
	border-radius: 50%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 60%;
	display: block;
margin-right:.3rem;
	transition: all .3s cubic-bezier(.04, .79, 1, 1) !important
}
.index_choose li .info {
	flex: 1
}
.index_choose li h3 {
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 16px
}
.index_choose li .txt {
	color: #666;
	font-size: 16px;
	line-height: 1.5
}
@media (max-width:768px) {
.index_choose li h3 {
	font-size: 18px;
	margin-bottom: 10px
}
.index_choose li .txt {
	font-size: 14px
}
}
@media (max-width:640px) {
.index_choose li {
padding:.5rem 0;
	position: relative;
	margin-bottom: 0!important
}
.index_choose li::after {
	content: '';
	display: block;
	position: absolute;
	left: 4vw;
	right: 4vw;
	background-color: #339933;
	height: 1px;
	bottom: 0;
	opacity: .2
}
}
.index_customer {
	padding: 1rem 0 1.4rem;
	background-color: #215f3a
}
.index_customer .hd1 {
	text-align: center;
	color: #fff;
margin-bottom:.6rem
}
@media (max-width:640px) {
.index_customer .swiper_customer {
padding-bottom:.8rem
}
.index_customer .swiper_customer .swiper-pagination {
	bottom: 0
}
.index_customer .swiper_customer .swiper-pagination-bullet {
	background: #fff
}
}
.index_customer .swiper_customer ul {
	align-items: stretch
}
.index_customer .swiper_customer li {
	max-width: 544px;
	opacity: .6;
	width: 5.44rem;
	transition: all .3s cubic-bezier(.04, .79, 1, 1) !important;
	height: initial
}
@media (max-width:992px) {
.index_customer .swiper_customer li {
	width: 6.6rem
}
}
@media (max-width:480px) {
.index_customer .swiper_customer li {
	width: 92vw
}
}
.index_customer .swiper_customer .swiper-slide-active {
	opacity: 1
}
.index_customer .inner {
margin:0 .13rem;
	background: #fff;
	border-radius: 10px;
padding:.34rem .34rem .9rem;
	position: relative;
	height: 100%
}
.index_customer .inner::after {
	content: '';
	display: block;
	position: absolute;
width:.31rem;
height:.21rem;
	background: url('../images/yh.png') no-repeat center center;
	background-size: contain;
right:.34rem;
bottom:.4rem
}
.index_customer .inner .top {
	display: -webkit-flex;
	display: flex;
	display: -webkit-box;
	display: box;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	box-align: center;
margin-bottom:.28rem
}
.index_customer .inner .pic {
width:.88rem;
height:.88rem;
	border-radius: 50%;
margin-right:.2rem
}
@media (max-width:640px) {
.index_customer .inner .pic {
	width: 56px;
	height: 56px
}
}
.index_customer .inner .info {
	min-width: 0;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-flex-shrink: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1
}
.index_customer .inner .name {
	font-size: 20px;
	margin-bottom: 8px
}
.index_customer .inner .position {
	font-size: 16px;
	color: #666
}
.index_customer .inner .txt {
	font-size: 18px;
	line-height: 1.55;
	color: #666
}
@media (max-width:1200px) {
.index_customer .inner .txt {
	font-size: 16px
}
}
@media (max-width:768px) {
.index_customer .inner .name {
	margin-bottom: 4px
}
.index_customer .inner .position {
	font-size: 16px
}
.index_customer .inner .txt {
	font-size: 14px
}
}
.index_parteners {
padding:.9rem 0 .7rem
}
.index_parteners .hd1 {
	text-align: center;
margin-bottom:.7rem
}
.index_parteners .bd {
	margin-left: -0.25rem !important;
	margin-right: -0.25rem !important
}
.index_parteners .bd>* {
padding-left:.25rem !important;
padding-right:.25rem !important;
margin-bottom:.5rem
}
@media (max-width:480px) {
.index_parteners .bd {
	margin-left: -0.15rem !important;
	margin-right: -0.15rem !important
}
.index_parteners .bd>* {
padding-left:.15rem !important;
padding-right:.15rem !important;
margin-bottom:.3rem
}
}
.index_parteners .bd li {
	width: 20%;
	float: left
}
@media (max-width:1200px) {
.index_parteners .bd li {
	width: 25%
}
}
@media (max-width:768px) {
.index_parteners .bd li {
	width: 33.33%
}
}
.index_parteners .bd .coverbox .coverimg {
	opacity: .5;
	filter: grayscale()
}
.index_parteners .bd .coverbox:hover .coverimg {
	opacity: 1;
	filter: grayscale(0)
}
.index_quote {
	padding: 1.24rem 0 1.9rem;
	background: url('../images/bg_03.jpg') no-repeat center center;
	background-size: cover;
	text-align: center;
	color: #fff
}
.index_quote .desc {
font-size:.24rem;
margin:0 auto .4rem;
	max-width: 980px;
margin-top:.1rem
}
@media (max-width:1200px) {
.index_quote .desc {
	font-size: 18px
}
}
@media (max-width:768px) {
}
@media (max-width:480px) {
.index_quote .desc {
	font-size: 16px
}
}
.fs24 {
font-size:.24rem
}
@media (max-width:1200px) {
.fs24 {
	font-size: 18px
}
}
@media (max-width:768px) {
}
.fs30 {
font-size:.3rem;
	line-height: 1.3
}
@media (max-width:1200px) {
.fs30 {
	font-size: 25px
}
}
@media (max-width:768px) {
.fs30 {
	font-size: 22px
}
}
.fs40 {
font-size:.4rem
}
@media (max-width:1200px) {
.fs40 {
	font-size: 28px
}
}
@media (max-width:640px) {
.fs40 {
	font-size: 24px
}
}
.banner_box {
	background-color: #1a1a1a
}
@media (min-width:1920px) {
.banner_box {
	min-height: 4.6rem
}
}
.banner_box .wrap {
	position: relative
}
.banner_box .crumbs {
	font-size: 16px;
	color: #999;
	position: absolute;
	left: 0;
top:.2rem;
	width: 100%
}
.banner_box .crumbs a {
	color: #999
}
.banner_box .crumbs a:hover {
	color: #fff
}
.banner_box .content {
	color: #fff
}
@media (min-width:768px) {
.banner_box .content {
	display: flex;
	justify-content: space-between;
	align-items: center
}
.banner_box .content .img {
	height: 4.6rem;
	max-width: 45%;
	object-fit: contain
}
.banner_box .content .info {
	order: -1;
	width: 50%
}
}
@media (max-width:767px) {
.banner_box .content {
	text-align: center;
padding:.6rem 0 1rem
}
.banner_box .content .img {
	width: 80%;
margin:0 auto .2rem
}
}
.banner_box .info h2 {
font-size:.4rem;
margin-bottom:.16rem
}
@media (max-width:1200px) {
.banner_box .info h2 {
	font-size: 28px
}
}
@media (max-width:640px) {
.banner_box .info h2 {
	font-size: 24px
}
}
.banner_box .info .txt {
font-size:.24rem;
	line-height: 1.6
}
@media (max-width:1200px) {
.banner_box .info .txt {
	font-size: 18px
}
}
@media (max-width:768px) {
}
.banner_box .info .txt span {
	color: #339933
}
.product_list {
	display: flex;
	flex-wrap: wrap
}
.product_list li {
	width: 33.33%;
padding:0 .12rem
}
@media (max-width:991px) {
.product_list li {
	width: 50%
}
}
@media (max-width:600px) {
.product_list li {
	width: 100%
}
}
.hd2 {
	text-align: center;
font-size:.3rem;
	line-height: 1.3;
margin-bottom:.4rem
}
@media (max-width:1200px) {
.hd2 {
	font-size: 25px
}
}
@media (max-width:768px) {
.hd2 {
	font-size: 22px
}
}
.choose_box {
padding-top:.9rem
}
.choose_box .row {
	margin-left: -0.12rem !important;
	margin-right: -0.12rem !important;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch
}
.choose_box .row>* {
padding-left:.12rem !important;
padding-right:.12rem !important;
margin-bottom:.24rem
}
.choose_box .row::before {
	display: none
}
@media (max-width:639px) {
.choose_box .row li {
	width: 100%
}
}
.choose_box .inner {
	background: #f9f9f9;
	height: 100%
}
.choose_box .inner .txt {
padding:.18rem .24rem .34rem;
	font-size: 18px;
	line-height: 1.4
}
@media (max-width:1200px) {
.choose_box .inner .txt {
	font-size: 16px
}
}
@media (max-width:640px) {
.choose_box .inner .txt {
	padding: 16px 16px 22px
}
}
.choose_box .inner:hover {
	cursor: default
}
.choose_box .inner:hover .txt {
	color: #339933
}
.choose_box .inner:hover .coverimg {
	transform: scale(1.05, 1.05)
}
.advantage_box {
padding-top:.96rem
}
@media (max-width:991px) {
.advantage_box {
	width: 100%
}
}
@media (min-width:992px) {
.advantage_box .bd {
	display: flex;
	align-items: center;
	justify-content: space-around
}
.advantage_box .bd .lbox, .advantage_box .bd .rbox {
	width: 48%
}
.advantage_box .rbox .swiper-pagination, .advantage_box .rbox .txt {
	display: none
}
}
.advantage_box .lbox li, .advantage_box .txt {
padding:.16rem .2rem;
	font-size: 20px;
	color: #666;
	cursor: pointer;
	display: -webkit-flex;
	display: flex;
	display: -webkit-box;
	display: box;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	box-align: center;
	line-height: 1.5
}
@media (max-width:1360px) {
.advantage_box .lbox li, .advantage_box .txt {
	font-size: 18px
}
}
@media (max-width:1200px) {
.advantage_box .lbox li, .advantage_box .txt {
	font-size: 16px
}
}
.advantage_box .lbox li .check, .advantage_box .txt .check {
width:.36rem;
height:.36rem;
	display: block;
	background: url('../images/check.png') no-repeat center center;
	background-size: contain;
margin-right:.26rem
}
.advantage_box .lbox li p, .advantage_box .txt p {
	min-width: 0;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-flex-shrink: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1
}
.advantage_box .lbox li.on, .advantage_box .txt.on {
	background: #f9f9f9;
	color: #339933
}
@media (max-width:991px) {
.advantage_box .lbox {
margin-bottom:.4rem;
	display: none
}
.advantage_box .swiper-container {
padding-bottom:.6rem
}
.advantage_box .swiper-container li {
	max-width: 7.2rem;
padding:0 .1rem
}
}
.advantage_box.s2 {
	margin-bottom: 1rem
}
@media (min-width:992px) {
.advantage_box.s2 .bd .rbox {
	order: -1
}
}
.related_case {
padding:.9rem 0 1rem
}
.related_case .hd1 {
	text-align: center;
margin-bottom:.5rem
}
@media (min-width:768px) {
.case_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}
.case_list li {
width:calc((100% - .4rem)/2);
margin-bottom:.6rem
}
}
@media (max-width:767px) {
.case_list li {
	margin-bottom: 1rem
}
}
.case_list li .info {
	background: #fff;
padding:0 .3rem .34rem;
	margin-top: -0.68rem;
	margin-left: 12%;
	z-index: 55;
	position: relative;
	box-shadow: 0 0 10px rgba(0,0,0,0.1)
}
@media (max-width:991px) {
.case_list li .info {
	margin: -0.4rem 2%
}
}
@media (max-width:640px) {
.case_list li .info {
	padding: 10px 20px 26px
}
}
.case_list li .tit {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
font-size:.24rem;
line-height:.68rem
}
@media (max-width:1200px) {
.case_list li .tit {
	font-size: 18px
}
}
@media (max-width:768px) {
}
.case_list li .desc {
	font-size: 16px;
	line-height: 24px;
	color: #999;
	height: 72px;
	word-break: break-all;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 3;
margin-bottom:.2rem
}
@media (max-width:1200px) {
.case_list li .desc {
	font-size: 14px;
	line-height: 20px;
	height: 60px
}
}
.case_list li .product {
	color: #666;
	font-size: 16px
}
@media (max-width:1200px) {
.case_list li .product {
	font-size: 15px
}
}
.case_list li .product a {
	color: #339933;
	border-bottom: 1px solid #339933
}
.case_list li .product a:hover {
	color: #000;
	border-color: #000
}
.case_list li:hover .coverimg {
	transform: scale(1.05)
}
.case_list li:hover .tit {
	color: #339933
}
.application_box {
padding:.9rem 0 .2rem;
	text-align: center
}
.application_box .hd1 {
margin-bottom:.2rem
}
.application_box .desc {
margin-bottom:.6rem;
	font-size: 18px
}
@media (max-width:640px) {
.application_box .desc {
	font-size: 16px
}
}
@media (min-width:768px) {
.application_box .bd {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}
.application_box .bd li {
width:calc((100% - .4rem)/2);
margin-bottom:.6rem
}
}
@media (max-width:767px) {
.application_box .bd li {
margin-bottom:.6rem
}
}
.application_box .bd li .info {
padding:.3rem;
	text-align: center
}
@media (max-width:640px) {
.application_box .bd li .info {
	padding: 20px
}
}
.application_box .bd li .tit {
	display: block;
font-size:.24rem
}
@media (max-width:1200px) {
.application_box .bd li .tit {
	font-size: 18px
}
}
@media (max-width:768px) {
}
.news_box {
padding:.8rem 0 1rem
}
.news_box .hd1 {
	text-align: center;
margin-bottom:.5rem
}
.news_list {
	margin-left: -0.12rem !important;
	margin-right: -0.12rem !important
}
.news_list>* {
padding-left:.12rem !important;
padding-right:.12rem !important;
margin-bottom:.24rem
}
@media (max-width:639px) {
.news_list li {
	width: 100%
}
}
.news_list .inner {
	background: #f9f9f9
}
.news_list .info {
padding:.2rem .24rem .3rem
}
@media (max-width:991px) {
.news_list .info {
	padding: 16px 20px 24px
}
}
.news_list .info .tit {
font-size:.24rem;
	line-height: 1.2;
	display: block;
	word-break: break-all;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 2
}
@media (max-width:1200px) {
.news_list .info .tit {
	font-size: 18px
}
}
@media (max-width:768px) {
}
.news_list .info .tit:hover {
	color: #339933
}
@media (max-width:1200px) {
.news_list .info .tit {
	line-height: 24px;
	height: 48px
}
}
.news_list .info .desc {
margin:.12rem 0;
	color: #999;
	font-size: 16px;
	line-height: 24px;
	height: 48px;
	word-break: break-all;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 2
}
@media (max-width:991px) {
.news_list .info .desc {
	font-size: 15px;
	line-height: 20px;
	height: 40px;
	margin: 10px 0
}
}
.news_list .info .data {
	font-size: 16px;
	color: #666
}
@media (max-width:991px) {
.news_list .info .data {
	font-size: 15px
}
}
.banner_info_box {
	background: #f9f9f9;
	min-height: 6.8rem
}
.banner_info_box .wrap {
	position: relative
}
.banner_info_box .crumbs {
	font-size: 16px;
	color: #999;
	position: absolute;
	left: 0;
top:.2rem;
	width: 100%
}
.banner_info_box .crumbs a {
	color: #999
}
.banner_info_box .crumbs a:hover {
	color: #339933
}
.banner_info_box .content {
	padding: 1rem 0 1.5rem
}
@media (min-width:992px) {
.banner_info_box .content {
	display: flex;
	justify-content: space-between;
	align-items: center
}
.banner_info_box .content .img {
	height: 4.6rem;
	max-width: 45%;
	object-fit: contain
}
.banner_info_box .content .info {
	order: -1;
	width: 50%
}
}
@media (max-width:991px) {
.banner_info_box .content {
	text-align: center;
padding:.6rem 0 1rem
}
.banner_info_box .content .img {
	width: 80%;
margin-bottom:.2rem
}
}
.banner_info_box .info h2 {
font-size:.4rem;
margin-bottom:.16rem
}
@media (max-width:1200px) {
.banner_info_box .info h2 {
	font-size: 28px
}
}
@media (max-width:640px) {
.banner_info_box .info h2 {
	font-size: 24px
}
}
.banner_info_box .info .txt {
	font-size: 20px;
	color: #666;
	line-height: 30px;
margin-bottom:.5rem;
	max-height: 180px;
	word-break: break-all;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 6
}
@media (max-width:992px) {
.banner_info_box .info .txt {
	font-size: 18px;
	line-height: 28px;
	max-height: 168px
}
}
@media (max-width:768px) {
.banner_info_box .info .txt {
	font-size: 16px;
	line-height: 24px;
	max-height: 144px
}
}
@media (max-width:480px) {
}
.banner_info_box .btns .vbtn {
	line-height: 44px;
padding:0 .3rem;
	font-size: 16px;
	display: -webkit-flex;
	display: flex;
	display: -webkit-box;
	display: box;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	box-align: center;
	display: inline-block
}
@media (max-width:480px) {
.banner_info_box .btns .vbtn {
	font-size: 14px;
padding:0 .35rem
}
}
@media (max-width:400px) {
.banner_info_box .btns .vbtn {
padding:0 .2rem
}
}
.banner_info_box .btns i {
	font-size: 18px;
	margin-right: 4px
}
.banner_info_box .btns .vbtn+.vbtn {
margin-left:.2rem
}
.pro_video {
	background-color: #3d3d3d;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 6.8rem;
	position: relative
}
.pro_video .play {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 5;
	cursor: pointer;
	width: 1rem;
	height: 1rem;
	background: url('../images/play.png') no-repeat center center;
	background-size: contain
}
.pro_dom_list {
	padding: 1.2rem 0 1rem;
	max-width: 1360px
}
@media (min-width:640px) {
.pro_dom_list li {
	display: flex;
	align-items: center
}
.pro_dom_list li .image, .pro_dom_list li .info {
	flex: 1;
margin:.3rem
}
.pro_dom_list li:nth-child(2n+1) .info {
	order: -1
}
}
@media (min-width:640px) and (max-width:768px) {
.pro_dom_list li .image, .pro_dom_list li .info {
margin:.2rem
}
}
@media (max-width:639px) {
.pro_dom_list li {
margin-bottom:.8rem
}
.pro_dom_list li .info {
padding-top:.4rem
}
}
.pro_dom_list li h4 {
font-size:.3rem;
	line-height: 1.3;
margin-bottom:.22rem
}
@media (max-width:1200px) {
.pro_dom_list li h4 {
	font-size: 25px
}
}
@media (max-width:768px) {
.pro_dom_list li h4 {
	font-size: 22px
}
}
.pro_dom_list li .txt {
	font-size: 18px;
	line-height: 1.66;
	color: #666
}
@media (max-width:1200px) {
.pro_dom_list li .txt {
	font-size: 16px
}
}
@media (max-width:640px) {
.pro_dom_list li .txt {
	font-size: 15px
}
}
.pro_specs {
	padding: 0 0 1rem;
	max-width: 1360px
}
.pro_specs .hd1 {
	text-align: center;
margin-bottom:.5rem
}
.pro_specs nav {
	border-bottom: 1px solid #e5e5e5;
	font-size: 20px;
line-height:.8rem;
margin-bottom:.56rem;
	padding: 0 5%;
	text-align: center
}
@media (min-width:992px) {
.pro_specs nav {
	display: -webkit-flex;
	display: flex;
	display: -webkit-box;
	display: box;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	box-align: center;
	-webkit-box-pack: center;
	box-pack: center;
	-webkit-justify-content: center;
	justify-content: center
}
}
@media (max-width:991px) {
.pro_specs nav {
	display: -webkit-flex;
	display: flex;
	display: -webkit-box;
	display: box;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	box-align: center;
	-webkit-box-pack: justify;
	box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	font-size: 18px
}
}
@media (max-width:639px) {
.pro_specs nav {
	display: none
}
}
.pro_specs nav p {
	cursor: pointer;
	color: #666;
	position: relative
}
@media (min-width:992px) {
.pro_specs nav p {
	width: 20%
}
}
.pro_specs nav p::after {
	content: '';
	display: block;
	width: 0;
	height: 3px;
	background-color: #339933;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: 5;
	bottom: 0;
	transition: all .3s cubic-bezier(.04, .79, 1, 1) !important
}
.pro_specs nav .active {
	color: #339933
}
.pro_specs nav .active::after {
	width: 100%
}
.pro_specs .tabInfo {
	text-align: center
}
.pro_specs .tabInfo h5 {
	display: none
}
@media (max-width:639px) {
.pro_specs .cItem {
	display: block;
margin-bottom:.5rem
}
.pro_specs .cItem h5 {
	display: block;
font-size:.24rem;
	text-align: center;
padding-bottom:.2rem
}
}
@media (max-width:639px) and (max-width:1200px) {
.pro_specs .cItem h5 {
	font-size: 18px
}
}
.lt {
	border-top: 1px solid #e5e5e5
}
.banner {
	position: relative;
	height: 4rem;
	overflow: hidden
}
.banner .bg {
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	transition: all 5.6s cubic-bezier(.04, .79, 1, 1) !important;
	transform: scale(1.1)
}
.banner .inner {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: -webkit-flex;
	display: flex;
	display: -webkit-box;
	display: box;
	-webkit-box-orient: vertical;
	box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-pack: center;
	box-pack: center
}
.banner .crumbs {
	position: absolute;
	left: 0;
top:.2rem;
	right: 0;
	color: #fff;
}
.banner .crumbs a {
	color: #fff;
}
.banner .crumbs a:hover {
	color: #339933
}
.banner h2 {
font-size:.48rem;
	line-height: 1.16;
	text-align: center;
	text-transform: uppercase;
	color: #fff
}
@media (max-width:640px) {
.banner {
	height: 4rem
}
}
.banner.animated .bg {
	transform: scale(1)
}
.banner.animated h2 .line {
	width: 40px
}
.desgin_box {
padding:.8rem 0
}
.desgin_box .hd1 {
	text-align: center;
margin-bottom:.5rem
}
.desgin_box ul li {
margin-bottom:.8rem
}
@media (min-width:640px) {
.desgin_box ul {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap
}
.desgin_box ul li {
	width: 47.5%
}
}
.desgin_box .info {
padding:.24rem 0 0
}
@media (max-width:991px) {
.desgin_box .info {
	padding: 16px 0 0
}
}
.desgin_box .info h4 {
font-size:.3rem;
	line-height: 1.3;
	line-height: 1.2
}
@media (max-width:1200px) {
.desgin_box .info h4 {
	font-size: 25px
}
}
@media (max-width:768px) {
.desgin_box .info h4 {
	font-size: 22px
}
}
.desgin_box .info .desc {
margin:.16rem 0 0;
	color: #999;
	font-size: 16px;
	line-height: 1.5
}
@media (max-width:640px) {
.desgin_box .info .desc {
	font-size: 14px
}
}
.desgin_box2 {
	padding: 1rem 0
}
@media (min-width:768px) {
.desgin_box2 li {
	display: flex;
	justify-content: space-between;
	align-items: flex-start
}
}
.desgin_box2 li {
margin-bottom:.7rem
}
.desgin_box2 li h3 {
font-size:.3rem;
	line-height: 1.3;
padding-left:.26rem;
	position: relative
}
@media (max-width:1200px) {
.desgin_box2 li h3 {
	font-size: 25px
}
}
@media (max-width:768px) {
.desgin_box2 li h3 {
	font-size: 22px
}
}
.desgin_box2 li h3::before {
	content: '';
	width: 3px;
	height: 80%;
	background-color: #339933;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 5;
	left: 0
}
@media (max-width:767px) {
.desgin_box2 li h3 {
margin-bottom:.3rem
}
.desgin_box2 li h3 br {
	display: none
}
}
@media (min-width:768px) {
.desgin_box2 li .info {
	width: 60%
}
}
.desgin_box2 li .info .txt {
	font-size: 18px;
	line-height: 1.66;
	color: #666;
margin-bottom:.3rem
}
@media (max-width:992px) {
.desgin_box2 li .info .txt {
	font-size: 16px
}
}
@media (max-width:640px) {
.desgin_box2 li .info .txt {
	font-size: 15px
}
}
.second_nav {
min-height:.6rem;
	background: #fff
}
.second_nav nav {
	font-size: 16px;
height:.8rem;
	display: flex;
	justify-content: center
}
@media (max-width:991px) {
.second_nav nav {
	border-top: 1px solid #e5e5e5
}
}
.second_nav nav a {
line-height:.8rem;
	display: inline-block
}
.second_nav nav a:hover {
	color: #339933
}
@media (min-width:1360px) {
.second_nav nav p {
margin:0 .7rem
}
}
@media (max-width:1359px) {
.second_nav nav {
	display: -webkit-flex;
	display: flex;
	display: -webkit-box;
	display: box;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	box-align: center;
	-webkit-box-pack: justify;
	box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: 0 15%
}
}
@media (max-width:992px) {
.second_nav nav {
	padding: 0 5%
}
}
@media (max-width:640px) {
.second_nav nav {
	padding: 0 3%
}
}
.second_nav nav .active {
	position: relative;
	color: #339933
}
.second_nav nav .active::after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 3px;
	background-color: #339933;
	left: 0;
	bottom: -1px
}
@media (max-width:639px) {
.second_nav nav {
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
	flex-wrap: wrap;
	height: auto
}
.second_nav nav p {
	width: 50%
}
.second_nav nav a {
	line-height: 40px;
	display: inline-block
}
}
@media (min-width:1200px) {
.second_nav.fixed {
	position: fixed;
	top: 1rem;
	left: 0;
	right: 0;
	background: #fff;
	z-index: 5555;
	background: #f9f9f9
}
.second_nav.fixed nav {
height:.6rem
}
.second_nav.fixed nav a {
line-height:.6rem
}
}
@media (max-width:992px) {
.second_nav.fixed.lb nav {
	border-bottom: 1px solid #e5e5e5
}
.second_nav.fixed nav {
	position: fixed;
	top: 60px;
	left: 0;
	right: 0;
	background: #fff;
	z-index: 5555
}
}
.second_nav_box {
	height: 1rem
}
@media (min-width:1200px) {
.second_nav_box {
	height: 60px
}
}
.video_main {
	padding: 1rem 0 1.5rem
}
.video_main .row {
	display: flex;
	flex-wrap: wrap;
	margin-left: -0.12rem !important;
	margin-right: -0.12rem !important;
padding-bottom:.4rem
}
.video_main .row>* {
padding-left:.12rem !important;
padding-right:.12rem !important;
margin-bottom:.24rem
}
.video_main .row::before {
	display: none
}
.video_main .row li {
margin-bottom:.3rem
}
@media (max-width:639px) {
.video_main .row li {
	width: 100%
}
}
.video_main .row li:hover h5 {
	color: #339933
}
.video_main .image .play {
width:.64rem;
height:.64rem;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 5;
	background: url('../images/play2.png') no-repeat center center;
	background-size: contain;
	min-width: 50px;
	min-height: 50px
}
.video_main h5 {
	text-align: center;
	font-size: 16px;
padding:.24rem 10px
}
.catalog_main {
	padding: 1rem 0 1.5rem
}
.catalog_main .row {
padding-bottom:.4rem;
	margin-left: -0.18rem !important;
	margin-right: -0.18rem !important
}
@media (min-width:768px) {
.catalog_main .row {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch
}
.catalog_main .row::before {
	display: none
}
}
.catalog_main .row>* {
padding-left:.18rem !important;
padding-right:.18rem !important;
margin-bottom:.36rem
}
.catalog_main .inner {
	border: 1px solid #e5e5e5;
	display: -webkit-flex;
	display: flex;
	display: -webkit-box;
	display: box;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	box-align: center;
	padding: 10px;
	height: 100%;
	position: relative
}
.catalog_main .inner::after {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 3px;
	background-color: #339933;
	left: 0;
	bottom: -1px;
	transition: all .3s cubic-bezier(.04, .79, 1, 1) !important
}
.catalog_main .inner:hover {
	box-shadow: 4.5px 7.794px 13px 0 rgba(0,0,0,0.1), inset 0 -4px 0 0 rgba(73,179,62,0.004)
}
.catalog_main .inner:hover::after {
	width: 100%
}
.catalog_main .inner .image {
	width: 1.4rem;
margin-right:.16rem
}
.catalog_main .inner .info {
	min-width: 0;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-flex-shrink: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	font-size: 16px
}
.catalog_main .inner .tit {
	font-size: 18px;
	line-height: 1.4
}
.catalog_main .inner .tit:hover {
	color: #339933
}
.catalog_main .inner .time {
	color: #999;
	margin: 6px 0 14px
}
.catalog_main .inner .down {
	color: #339933
}
.catalog_main .inner .down i {
	font-size: 120%;
	font-weight: bold;
	position: relative;
	top: 2px;
	margin-left: 3px
}
@media (max-width:1680px) {
.catalog_main .inner .tit {
	font-size: 16px
}
.catalog_main .inner .info {
	font-size: 14px
}
}
.honor_main {
	padding: 1rem 0 1.5rem
}
.honor_main .row {
	margin-left: -0.18rem !important;
	margin-right: -0.18rem !important;
padding-bottom:.4rem;
	display: flex;
	flex-wrap: wrap
}
.honor_main .row>* {
padding-left:.18rem !important;
padding-right:.18rem !important;
margin-bottom:.36rem
}
.honor_main .row::before {
	display: none
}
@media (max-width:639px) {
.honor_main .row li {
	width: 100%
}
}
.honor_main .inner {
	border: 1px solid #e5e5e5;
	height: 100%;
	position: relative
}
.honor_main .inner::after {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 3px;
	background-color: #339933;
	left: 0;
	bottom: -1px;
	transition: all .3s cubic-bezier(.04, .79, 1, 1) !important
}
.honor_main .inner:hover {
	box-shadow: 4.5px 7.794px 13px 0 rgba(0,0,0,0.1), inset 0 -4px 0 0 rgba(73,179,62,0.004)
}
.honor_main .inner:hover::after {
	width: 100%
}
.honor_main .inner .imbbox {
padding:.5rem
}
.honor_main .inner .image {
	width: 100%
}
.honor_main .inner .info {
	display: -webkit-flex;
	display: flex;
	display: -webkit-box;
	display: box;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	box-align: center;
	-webkit-box-pack: justify;
	box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	font-size: 16px;
margin:0 .3rem;
padding:.2rem 0;
	line-height: 1.5;
	border-top: 1px solid #e5e5e5
}
.honor_main .inner .tit {
	font-size: 18px;
margin-right:.1rem;
	min-width: 0;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-flex-shrink: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1
}
.honor_main .inner .tit:hover {
	color: #339933
}
.honor_main .inner .down {
	color: #339933
}
.honor_main .inner .down i {
	font-size: 120%;
	font-weight: bold;
	position: relative;
	top: 2px;
	margin-left: 3px
}
@media (max-width:1680px) {
.honor_main .inner .tit {
	font-size: 16px
}
.honor_main .inner .info {
	font-size: 14px
}
}
main.lt {
	border-top: 1px solid #f2f2f2
}
.crumbs_box {
	color: #999;
line-height:.6rem
}
.crumbs_box a {
	color: #999
}
.crumbs_box a:hover {
	color: #339933
}
.application_top {
	text-align: center;
padding:.8rem 0 1.3rem;
	max-width: 1200px
}
.application_top .txt {
	text-align: left;
margin:.4rem 0 .6rem;
	font-size: 18px;
	line-height: 1.5;
	color: #666;
}
@media (max-width:992px) {
.application_top .txt {
	text-align: left;
	font-size: 16px
}
}
.application_main {
	padding: 1rem 0 1.5rem;
	background: #f9f9f9
}
.application_main .case_list {
padding-bottom:.2rem
}
.company_box {
	text-align: center;
padding:1rem 0 .5rem
}
.company_box .box {
	margin-bottom: 1rem
}
.company_box .txt {
	max-width: 924px;
margin:.4rem auto .8rem;
	font-size: 18px;
	line-height: 1.5;
	color: #666
}
@media (max-width:992px) {
.company_box .txt {
	text-align: left;
	font-size: 16px
}
}
.company_box .com_swiper {
	position: relative
}
@media (max-width:639px) {
.company_box .com_swiper {
padding-bottom:.8rem
}
}
.company_box .between-pnexts {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 5;
	width: 100%
}
.company_box .between-pnexts .wrap {
	position: relative
}
.company_box li {
	width: 8.1rem;
padding:0 .05rem;
	opacity: .3
}
@media (max-width:640px) {
.company_box li {
	width: 7rem
}
}
.company_box .swiper-slide-active {
	opacity: 1
}
.news_main {
padding:.4rem 0 1.5rem
}
.news_main nav {
line-height:.7rem;
	border-bottom: 1px solid #e5e5e5;
margin-bottom:.56rem;
	font-size: 18px
}
.news_main nav a {
	color: #666;
margin-right:.3rem
}
.news_main nav a:hover {
	color: #339933
}
.news_main nav .on {
	color: #339933
}
.news_main .news_list {
padding-bottom:.4rem
}
.news_rec {
padding:20px 0 .84rem
}
@media (max-width:640px) {
.news_rec {
padding:.6rem 0
}
}
@media (min-width:640px) {
.news_rec .wrap {
	display: flex;
	align-items: center
}
.news_rec .image {
	width: 55%
}
.news_rec .info {
	padding-left: 5%;
	flex: 1
}
}
@media (min-width:640px) and (max-width:992px) {
.news_rec .wrap {
	align-items: stretch
}
}
@media (min-width:640px) and (max-width:640px) {
.news_rec .image {
	width: 50%
}
}
@media (max-width:639px) {
.news_rec .info {
padding:.5rem 0 .2rem
}
}
.news_rec .tit {
font-size:.3rem;
	line-height: 1.3;
	line-height: 1.2;
	display: block;
	word-break: break-all;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 2;
margin:.2rem 0 .3rem
}
@media (max-width:1200px) {
.news_rec .tit {
	font-size: 25px
}
}
@media (max-width:768px) {
.news_rec .tit {
	font-size: 22px
}
}
.news_rec .tit:hover {
	color: #339933
}
@media (max-width:1200px) {
.news_rec .tit {
	line-height: 24px;
	height: 48px
}
}
.news_rec .desc {
margin:.12rem 0 .4rem;
	color: #999;
	font-size: 18px;
	line-height: 24px;
	max-height: 96px;
	word-break: break-all;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 4
}
@media (max-width:991px) {
.news_rec .desc {
	font-size: 15px;
	line-height: 20px;
	height: 60px
}
}
@media (max-width:768px) {
.news_rec .desc {
	height: 40px;
	-webkit-line-clamp: 2
}
}
.news_rec .data {
	font-size: 16px;
	color: #666
}
@media (max-width:991px) {
.news_rec .data {
	font-size: 15px
}
}
.news_rec .vbtn {
	line-height: 44px;
	width: 154px;
	padding: 0;
	text-align: center
}
.faq_page {
padding:.7rem 0 1.5rem
}
@media (min-width:992px) {
.faq_page {
	display: flex;
	justify-content: space-between;
	align-items: flex-start
}
.faq_page .faq_main {
	flex: 1;
margin-right:.76rem
}
.faq_page .faq_form {
	width: 4.04rem
}
}
@media (max-width:991px) {
.faq_page .faq_main {
	margin-bottom: 1rem
}
}
.faq_page .faq_main .hd {
	border-bottom: 1px solid #e5e5e5;
	min-height: 80px;
margin-bottom:.4rem
}
@media (min-width:640px) {
.faq_page .faq_main .hd {
	display: -webkit-flex;
	display: flex;
	display: -webkit-box;
	display: box;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	box-align: center;
	-webkit-box-pack: justify;
	box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between
}
}
@media (max-width:639px) {
.faq_page .faq_main .hd {
padding-top:.4rem
}
.faq_page .faq_main .hd h2 {
margin-bottom:.3rem
}
.faq_page .faq_main .hd nav {
margin-bottom:.4rem
}
}
.faq_page .faq_main .hd h2 {
font-size:.3rem;
	line-height: 1.3;
padding-left:.26rem;
	position: relative
}
@media (max-width:1200px) {
.faq_page .faq_main .hd h2 {
	font-size: 25px
}
}
@media (max-width:768px) {
.faq_page .faq_main .hd h2 {
	font-size: 22px
}
}
.faq_page .faq_main .hd h2::before {
	content: '';
	display: block;
	width: 3px;
	height: 70%;
	background-color: #339933;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 5;
	left: 0
}
.faq_page .faq_main .hd nav {
	display: -webkit-flex;
	display: flex;
	display: -webkit-box;
	display: box;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	box-align: center
}
.faq_page .faq_main .hd nav a {
	line-height: 30px;
	border: 1px solid #339933;
	border-radius: 4px;
	color: #339933;
	display: block;
	min-width: 104px;
padding:0 .2rem;
	text-align: center
}
.faq_page .faq_main .hd nav a+a {
	margin-left: 12px
}
.faq_page .faq_main .hd nav a:hover, .faq_page .faq_main .hd nav .on {
	background-color: #339933;
	color: #fff
}
.faq_list {
padding-bottom:.6rem
}
.faq_list li {
	border-bottom: 1px solid #e5e5e5
}
.faq_list li h3 {
	font-size: 16px;
	padding: 15px 0;
	min-height: 60px;
	line-height: 30px;
	padding-right: 1rem;
	position: relative;
	cursor: pointer
}
.faq_list li h3 .iconfont {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: all .3s cubic-bezier(.04, .79, 1, 1) !important
}
.faq_list li .txt {
	color: #666;
	background: #f9f9f9;
padding:.3rem;
	line-height: 1.5;
	transition: all .3s cubic-bezier(.04, .79, 1, 1) !important;
	display: none
}
.faq_list li.on h3 {
	color: #339933
}
.faq_list li.on h3 .iconfont {
	transform: rotate(180deg) translateY(50%)
}
.faq_form {
	background: #f9f9f9;
padding:.3rem .2rem .5rem;
	border: 1px solid #e5e5e5
}
@media (max-width:992px) {
.faq_form {
	padding: 30px 20px
}
}
.faq_form h2 {
font-size:.24rem;
margin-bottom:.3rem
}
@media (max-width:1200px) {
.faq_form h2 {
	font-size: 18px
}
}
@media (max-width:768px) {
}
.faq_form .cell {
margin-bottom:.2rem
}
.faq_form .cell input {
	height: 48px;
	font-size: 16px;
	padding-left: 12px
}
.faq_form .cell textarea {
	font-size: 16px;
	height: 188px;
	resize: none;
	padding: 12px
}
.faq_form input::-webkit-input-placeholder, .faq_form textarea::-webkit-input-placeholder {
color:#999
}
.faq_form input:-moz-placeholder, .faq_form textarea:-moz-placeholder {
color:#999
}
.faq_form input::-moz-placeholder, .faq_form textarea::-moz-placeholder {
color:#999
}
.faq_form input:-ms-input-placeholder, .faq_form textarea:-ms-input-placeholder {
color:#999
}
.faq_form .btn {
	background-color: #339933;
	border-radius: 4px;
	color: #fff;
	text-align: center;
	width: 100%;
	line-height: 48px;
	font-size: 16px
}
.faq_form .btn:hover {
	background: #215f3a;
	color: #fff
}
.arc_page {
padding:.5rem 0 1.5rem
}
@media (min-width:992px) {
.arc_page {
	display: flex;
	justify-content: space-between
}
.arc_page .arc_main {
	flex: 1;
padding-right:.86rem
}
.arc_page .arc_sub {
	width: 330px
}
}
@media (min-width:992px) and (min-width:1360px) {
.arc_page .arc_main {
	border-right: 1px solid #e5e5e5;
margin-right:.86rem
}
}
@media (max-width:991px) {
.arc_main {
	margin-bottom: 1rem
}
}
.arc_main h1 {
	font-size: 36px;
	line-height: 1.2;
	max-width: 700px
}
@media (max-width:1360px) {
.arc_main h1 {
font-size:.4rem
}
}
@media (max-width:1360px) and (max-width:1200px) {
.arc_main h1 {
	font-size: 28px
}
}
@media (max-width:1360px) and (max-width:640px) {
.arc_main h1 {
	font-size: 24px
}
}
.article h1 {
	font-weight: bold
}
.article .data {
padding:.26rem 0;
	display: -webkit-flex;
	display: flex;
	display: -webkit-box;
	display: box;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	box-align: center;
	font-size: 18px;
	color: #666
}
.article .data a {
	color: #666
}
.article .data a:hover {
	color: #339933
}
.article .data .time {
margin-right:.5rem
}
.article .data .share a {
	color: #7c95c2;
	display: inline-block
}
.article .data .share a:hover {
	color: #339933
}
.article .data .share a+a {
	margin-left: 10px
}
.article .info {
padding:.38rem 0;
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	font-size: 18px;
	color: #666;
	line-height: 1.66
}
.article .info p {
	margin-bottom: 1em
}
.arc_pnext {
padding:.3rem 0 .6rem;
	font-size: 16px;
	color: #666
}
.arc_pnext p {
margin-bottom:.16rem
}
.arc_pnext a {
	color: #666
}
.arc_pnext a:hover {
	color: #339933;
	text-decoration: underline
}
.hd3 {
	font-size: 26px;
	text-transform: uppercase;
padding-bottom:.27rem
}
@media (max-width:1360px) {
.hd3 {
	font-size: 24px
}
}
@media (max-width:640px) {
.hd3 {
	font-size: 20px
}
}
.real_news {
padding-bottom:.5rem
}
.real_news li {
	padding: 30px 0;
	border-top: 1px solid #e5e5e5
}
@media (min-width:640px) {
.real_news li {
	display: flex;
	align-items: stretch
}
.real_news li .image {
	width: 300px;
margin-right:.3rem;
	display: block
}
.real_news li .info {
	min-width: 0;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-flex-shrink: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	position: relative
}
.real_news li .data {
	position: absolute;
	left: 0;
	bottom: 0
}
}
@media (max-width:639px) {
.real_news li .tit {
	display: block;
	margin: 16px 0
}
}
.real_news li .tit {
font-size:.24rem;
	line-height: 1.2
}
@media (max-width:1200px) {
.real_news li .tit {
	font-size: 18px
}
}
@media (max-width:768px) {
}
.real_news li .tit:hover {
	color: #339933
}
.real_news li .data {
	color: #666;
	line-height: 1.6
}
.real_news li .data a {
	color: #666
}
.real_news li .data a:hover {
	color: #339933
}
.subbox {
margin-bottom:.36rem
}
.sub_product .bd {
	border: 1px solid #e5e5e5;
padding:.5rem .2rem
}
.sub_product .pnext {
	margin-top: -0.4rem
}
.sub_product .pnext:hover {
	color: #339933
}
.sub_product li {
	text-align: center
}
.sub_product li .image {
	width: 50%;
	display: block;
margin:0 auto .2rem
}
.sub_product li .tit {
	font-size: 16px;
	color: #666
}
.sub_product li .tit:hover {
	color: #339933
}
.sub_product .pnext {
	color: #333
}
.sub_product .pnext::after {
	font-size: 20px
}
.sub_case ul {
	border: 1px solid #e5e5e5;
padding:.1rem .2rem
}
.sub_case ul li+li {
	border-top: 1px dashed #e5e5e5
}
.sub_case li {
	padding: 20px 0;
	display: -webkit-flex;
	display: flex;
	display: -webkit-box;
	display: box;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	box-align: center
}
.sub_case li .image {
	width: 40%;
margin-right:.2rem
}
.sub_case li .tit {
	min-width: 0;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-flex-shrink: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	display: block;
	font-size: 16px;
	color: #666;
	line-height: 24px;
	max-height: 48px;
	word-break: break-all;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 2
}
.sub_case li .tit:hover {
	color: #339933
}
.case_rec {
padding:20px 0 .84rem
}
@media (max-width:640px) {
.case_rec {
padding:.6rem 0
}
}
@media (min-width:768px) {
.case_rec .wrap {
	display: flex;
	align-items: center
}
.case_rec .image {
	width: 50%
}
.case_rec .info {
	padding-left: 5%;
	flex: 1
}
}
@media (min-width:768px) and (max-width:992px) {
.case_rec .wrap {
	align-items: stretch
}
}
@media (max-width:767px) {
.case_rec .info {
padding:.5rem 0 .2rem
}
}
.case_rec .tit {
font-size:.3rem;
	line-height: 1.3;
	line-height: 1.2;
	display: block;
margin:.2rem 0 .3rem
}
@media (max-width:1200px) {
.case_rec .tit {
	font-size: 25px
}
}
@media (max-width:768px) {
.case_rec .tit {
	font-size: 22px
}
}
.case_rec .tit:hover {
	color: #339933
}
.case_rec dl {
padding-top:.48rem;
margin-top:.48rem;
	border-top: 1px solid #e5e5e5
}
.case_rec dd {
	font-size: 16px;
	margin-bottom: 10px
}
.case_rec dd .name {
	color: #999;
	display: inline-block;
	width: 120px;
	text-align: right;
	margin-right: 10px
}
@media (max-width:1200px) {
.case_rec dd {
	font-size: 15px
}
}
.case_info {
	font-size: 16px;
	line-height: 1.76;
	padding-bottom: 1rem;
	border-bottom: 1px solid #e5e5e5
}
.case_info h3 {
font-size:.24rem;
	padding-left: 20px;
	position: relative;
	margin-bottom: 16px;
	margin-top: 30px
}
@media (max-width:1200px) {
.case_info h3 {
	font-size: 18px
}
}
@media (max-width:768px) {
}
.case_info h3::before, .case_info h3::after {
	content: '';
	display: block;
	width: 3px;
	height: 70%;
	background-color: #339933;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 5;
	left: 0
}
.case_info img {
	max-width: 88%
}
.company_box_1 {
	padding: 1rem 0 0
}
@media (min-width:1200px) {
.company_box_1 .content {
	display: flex;
	justify-content: space-between
}
.company_box_1 .lbox {
	width: 36%
}
.company_box_1 .rbox {
	flex: 1
}
.company_box_1 .datas li {
margin-top:.7rem
}
}
@media (max-width:1199px) {
.company_box_1 .hd1 {
	text-align: center
}
}
@media (max-width:1199px) {
.company_box_1 .datas {
	display: -webkit-flex;
	display: flex;
	display: -webkit-box;
	display: box;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	box-align: center;
	-webkit-box-pack: justify;
	box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 600px;
padding:.4rem 0;
	text-align: center
}
}
.company_box_1 .datas .val {
	color: #339933;
	font-weight: bold;
	font-size: 2.60416667vw
}
@media (min-width:1920px) {
.company_box_1 .datas .val {
	font-size: 50px
}
}
@media (max-width:1024px) {
.company_box_1 .datas .val {
	font-size: 25px
}
}
.company_box_1 .datas .val .unit {
	font-size: 60%;
	position: relative;
	top: -2px
}
.company_box_1 .rbox {
	font-size: 18px;
	color: #666;
	line-height: 1.6
}
@media (max-width:1360px) {
.company_box_1 .rbox {
	font-size: 16px
}
}
.company_box_1 .rbox p+p {
	margin-top: 1em
}
.company_box_1 video {
	display: block;
	margin-top: 1rem;
	width: 100%
}
.culture_box {
	padding: 1rem 0
}
.culture_box .hd1 {
	text-align: center;
margin-bottom:.5rem
}
@media (min-width:640px) {
.culture_box ul {
	display: flex;
	align-items: stretch
}
.culture_box ul li+li {
margin-left:.4rem
}
.culture_box ul li {
	flex: 1
}
}
@media (max-width:639px) {
.culture_box ul li+li {
margin-top:.5rem
}
}
.culture_box .info {
	background: #f9f9f9;
padding:.3rem .26rem .4rem
}
.culture_box h3 {
font-size:.3rem;
	line-height: 1.3;
margin-bottom:.1rem
}
@media (max-width:1200px) {
.culture_box h3 {
	font-size: 25px
}
}
@media (max-width:768px) {
.culture_box h3 {
	font-size: 22px
}
}
.culture_box .desc {
	font-size: 22px;
	color: #666;
	line-height: 1.5
}
@media (max-width:1360px) {
.culture_box .desc {
font-size:.24rem
}
}
@media (max-width:1360px) and (max-width:1200px) {
.culture_box .desc {
	font-size: 18px
}
}
@media (max-width:640px) {
.culture_box .desc {
	font-size: 15px
}
}
.dev_box {
	background: #f9f9f9;
padding:.8rem 0
}
.dev_box .hd1 {
	text-align: center;
margin-bottom:.5rem
}
.dev_box .wrap {
	position: relative
}
.dev_box .wrap::before {
	content: '';
	display: block;
	position: absolute;
	width: 500vw;
	left: -100vw;
	height: 1px;
	background-color: #339933;
bottom:.8rem
}
@media (max-width:640px) {
.dev_box .wrap {
	width: 100%
}
}
.dev_box .dev_swiper {
	position: relative;
	padding-bottom: 0
}
.dev_box .dev_swiper li {
padding:0 .2rem;
	width: 20%;
	min-width: 248px
}
.dev_box .dev_swiper .info {
	
padding:.2rem;
	height: 1.3rem
}
.dev_box .dev_swiper .info h3 {
	font-size: 16px;
	line-height: 22px;
	max-height: 88px;
	word-break: break-all;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 4
}
.dev_box .dev_swiper .year {
	color: #339933;
font-size:.4rem;
	text-align: center;
margin-top:.7rem;
	position: relative;
padding-top:.3rem;
line-height:.5rem;
height:.8rem
}
@media (max-width:1200px) {
.dev_box .dev_swiper .year {
	font-size: 28px
}
}
@media (max-width:640px) {
.dev_box .dev_swiper .year {
	font-size: 24px
}
}
.dev_box .dev_swiper .year::after {
	content: '';
	display: block;
	width: 9px;
	height: 9px;
	background-color: #339933;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: 5;
	top: -4px
}
.dev_box .yearbox {
	position: relative
}
.dev_box .yearbox::before {
	content: '';
	display: block;
	position: absolute;
	width: 300vw;
	height: 1px;
	background-color: #339933;
	left: -50vw;
	top: 4px
}
.exhibitions_swiper {
	padding: 1rem 0
}
.exhibitions_swiper .hd1 {
	text-align: center;
margin-bottom:.5rem
}
.exhibitions_swiper .bd {
	position: relative
}
@media (max-width:767px) {
.exhibitions_swiper .swiper {
	padding-bottom: 1rem
}
}
.exhibitions_swiper li {
	width: 33.33%
}
@media (max-width:768px) {
.exhibitions_swiper li {
	width: 50%
}
}
@media (max-width:639px) {
.exhibitions_swiper li {
	width: 100%
}
}
.exhibitions_swiper .inner {
margin:0 .12rem;
	text-align: center
}
.exhibitions_swiper .inner .txt {
	background: #f9f9f9;
	padding: 20px;
	font-size: 18px
}
@media (max-width:992px) {
.exhibitions_swiper .inner .txt {
	font-size: 16px
}
}
.qualifications_box {
	padding: 1rem 0
}
.qualifications_box .hd1 {
	text-align: center;
margin-bottom:.5rem
}
.qualifications_box .bd {
	position: relative
}
@media (max-width:767px) {
.qualifications_box .swiper {
	padding-bottom: 1rem
}
}
.qualifications_box li {
	width: 33.33%
}
@media (max-width:768px) {
.qualifications_box li {
	width: 50%
}
}
@media (max-width:639px) {
.qualifications_box li {
	width: 100%
}
}
.qualifications_box .inner {
margin:0 .12rem;
	text-align: center
}
.qualifications_box .inner .imgbox {
	background: #fff;
padding:.26rem
}
.qualifications_box .inner .txt {
	padding: 20px;
	font-size: 18px
}
@media (max-width:992px) {
.qualifications_box .inner .txt {
	font-size: 16px
}
}
.new-float {
	height: 196px;
	position: fixed;
	right: -224px;
	top: 50%;
	margin-top: -98px;
	z-index: 999999
}
@media (max-width:768px) {
.new-float {
	display: none
}
}
.new-float * {
	box-sizing: content-box
}
.new-float .f_nav {
	position: relative
}
.new-float .f_nav li {
	width: 64px;
	height: 64px;
	line-height: 64px;
	display: block;
	text-align: left;
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	position: relative;
	margin-bottom: 10px
}
.new-float .f_nav li.active {
	background: #339933
}
.new-float .f_nav li.tel {
	text-align: left;
	width: 220px;
	padding-left: 68px;
	padding-top: 0px;
	height: 64px;
	transition: all .6s ease 0s;
	-webkit-transition: all .6s ease 0s;
	-moz-transition: all .6s ease 0s;
	-ms-transition: all .6s ease 0s;
	-o-transition: all .6s ease 0s;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0)
}
.new-float .f_icon {
	position: absolute;
	width: 64px;
	height: 64px;
	left: 0px;
	top: 0px
}
.new-float .f_nav li .txt {
	margin: 0px;
	width: 100%;
	height: 64px;
	font-size: 18px;
	color: #fff;
	display: block;
	text-decoration: none
}
.new-float .f_nav li.tel:hover {
	transform: translate(-220px, 0);
	-webkit-transform: translate(-220px, 0);
	-moz-transform: translate(-220px, 0);
	-ms-transform: translate(-220px, 0);
	-o-transform: translate(-220px, 0)
}
.new-float .f_nav li.tel.f_qq:hover {
	transform: translate(-110px, 0);
	-webkit-transform: translate(-110px, 0);
	-moz-transform: translate(-110px, 0);
	-ms-transform: translate(-110px, 0);
	-o-transform: translate(-110px, 0)
}
.new-float .f_nav li:hover {
	background: #339933
}
.new-float .f_nav li:hover .f_icon {
	filter: grayscale(100%) brightness(500%)
}
.new-float .top_icon {
	background: url(../images/sub_top.png) center center no-repeat
}
.new-float .email_icon {
	background: url(../images/sub_email.png) center center no-repeat
}
.new-float .tel_icon {
	background: url(../images/sub_tel.png) center center no-repeat
}
.new-float .w_icon {
	background: url(../images/l_icon04.png) center center no-repeat
}
.new-float .f_nav li.tel :hover a {
	cursor: none
}
.new-float .l_code {
	width: 109px;
	height: 102px;
	position: absolute;
	bottom: 0px;
	left: -120px;
	padding: 3px;
	background: url("../images/l_code.png") no-repeat center;
	box-sizing: border-box
}
.new-float .l_code img {
	width: 97px;
	height: 97px
}
.new-float .l_code {
	opacity: 0;
	filter: alpha(opacity=0);
	transition-duration: .6s;
	transition-property: all;
	transition-timing-function: ease-out;
	transform: translate(-50px, 0)
}
.new-float .l_code.active {
	opacity: 1;
	filter: alpha(opacity=1);
	transform: translate(0, 0)
}
.ft_contact {
padding:0 0 .5rem;
font-size:.36rem;
	color: #fff;
	line-height: 2
}
.ft_contact a {
	color: #fff;
padding-left:.76rem;
	background-position: left center;
	background-repeat: no-repeat;
background-size:.6rem;
	display: block;
	filter: grayscale(100%) brightness(500%)
}
.ft_contact .tel {
	background-image: url("../images/sub_tel.png")
}
.ft_contact .email {
	background-image: url("../images/sub_email.png")
}
.infomation-layer {
	background: none!important;
	overflow: hidden
}
.infomation-layer .layui-layer-content {
	padding: 0!important
}
.infomation_box {
	width: 400px;
	border-radius: 10px
}
@media (max-width:480px) {
.infomation_box {
	width: 94vw
}
}
.infomation_box .hd {
	height: 60px;
	line-height: 60px;
	background: url('../images/qoute_bg.png') no-repeat center center;
	background-size: cover;
	padding: 0 14px 0 20px;
	display: -webkit-flex;
	display: flex;
	display: -webkit-box;
	display: box;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	box-align: center;
	-webkit-box-pack: justify;
	box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between
}
.infomation_box h2 {
font-size:.24rem;
	color: #fff
}
@media (max-width:1200px) {
.infomation_box h2 {
	font-size: 18px
}
}
@media (max-width:768px) {
}
.infomation_box .infomation-close {
	width: 40px;
	height: 40px;
	background: url('../images/close.png') no-repeat center center;
	opacity: .5;
	display: block;
	cursor: pointer
}
.infomation_box .infomation-close:hover {
	opacity: 1
}
.infomation_box .layui-form-select dl {
	max-height: 200px
}
.infomation_box .bd {
padding:40px .36rem 60px;
	overflow: hidden;
	background: #fff
}
@media (max-width:640px) {
.infomation_box .bd {
	padding: 40px 26px 60px
}
}
.infomation_box .bd .logo {
	height: 47px;
	background: url('../images/logo_xs.png') no-repeat center center;
	display: block;
	margin: 0 auto
}
.infomation_box .bd .txt {
	font-size: 14px;
	line-height: 1.6;
	color: #666;
	padding: 30px 0
}
@media (max-width:640px) {
.infomation_box .bd .txt {
	padding: 30px 0
}
}
.infomation_box .cell {
	margin-bottom: 20px
}
.infomation_box .cell input {
	border-width: 0 0 1px 0;
	padding-left: 0
}
.infomation_box .cell.country {
	margin-bottom: 90px
}
.infomation_box .submitbox {
	padding-top: 20px
}
.infomation_box .infomation-submit {
	background-color: #339933;
	color: #fff;
	height: 48px;
	line-height: 48px;
	text-align: center;
	border-radius: 6px;
	font-size: 16px;
	cursor: pointer
}
.infomation_box .infomation-submit:hover {
	background: #215f3a
}
.contact_info {
	padding: 1.1rem 0 1.6rem
}
.contact_info h2 {
font-size:.36rem;
	text-align: center;
	text-transform: uppercase;
margin-bottom:.8rem
}
@media (max-width:1360px) {
.contact_info h2 {
	font-size: 2.08333333vw;
	font-weight: bold
}
.contact_info h2 em {
	position: relative
}
.contact_info h2 em::after {
	content: '';
	display: block;
	position: absolute;
width:.1rem;
height:.1rem;
	border-radius: 50%;
	background-color: #339933;
	right: -0.24rem;
bottom:.1rem
}
}
@media (max-width:1360px) and (min-width:1920px) {
.contact_info h2 {
	font-size: 40px
}
}
@media (max-width:1360px) and (max-width:1024px) {
.contact_info h2 {
	font-size: 20px
}
}
.contact_info .row {
	margin-left: -0.1rem !important;
	margin-right: -0.1rem !important;
padding-bottom:.5rem
}
.contact_info .row>* {
padding-left:.1rem !important;
padding-right:.1rem !important;
margin-bottom:.2rem
}
.contact_info li {
	text-align: center;
padding-bottom:.5rem
}
@media (max-width:640px) {
.contact_info li .inner {
	text-align: left;
	display: flex;
	padding-left: 5vw
}
.contact_info li .inner h3 {
	padding-top: 0;
	line-height: 24px;
	font-size: 20px
}
.contact_info li .inner .info {
	flex: 1;
margin-left:.3rem
}
}
.contact_info li .ic {
	width: 24px;
	height: 24px;
	display: inline-block
}
.contact_info li .ic1 {
	background: url('../images/ic_con1.png') no-repeat center center
}
.contact_info li .ic2 {
	background: url('../images/ic_con2.png') no-repeat center center
}
.contact_info li .ic3 {
	background: url('../images/ic_con3.png') no-repeat center center
}
.contact_info li .ic4 {
	background: url('../images/ic_con4.png') no-repeat center center
}
.contact_info h3 {
font-size:.3rem;
	line-height: 1.3;
line-height:.5rem;
	padding: 7px 0 4px
}
@media (max-width:1200px) {
.contact_info h3 {
	font-size: 25px
}
}
@media (max-width:768px) {
.contact_info h3 {
	font-size: 22px
}
}
.contact_info .val {
	font-size: 20px;
	color: #666;
	line-height: 1.5
}
.contact_info .val a {
	color: #666
}
.contact_info .val a:hover {
	color: #339933
}
@media (max-width:1360px) {
.contact_info .val {
	font-size: 18px
}
}
@media (max-width:768px) {
.contact_info .val {
	font-size: 16px
}
}
.contact_info .map iframe {
	width: 100%;
	height: 6.2rem;
	display: block
}
.pro_package {
	padding: 1rem 0;
margin-bottom:.8rem;
	background: #f9f9f9
}
.pro_package .imgs {
	margin-left: -0.25rem !important;
	margin-right: -0.25rem !important;
	display: flex;
	flex-wrap: wrap;
	justify-content: center
}
.pro_package .imgs>* {
padding-left:.25rem !important;
padding-right:.25rem !important;
margin-bottom:.5rem
}
.pro_package .txt {
	font-size: 18px;
	line-height: 1.8;
	text-align: center
}
@media (max-width:640px) {
.pro_package .txt {
	font-size: 16px
}
}
.swiper-package {
margin-bottom:.4rem
}
.swiper-package .pnext {
width:.5rem;
height:.5rem;
line-height:.5rem;
	text-align: center;
	background-color: #339933;
	border-radius: 50%;
	color: #fff
}
.swiper-package .pnext::after {
font-size:.2rem
}
.swiper-package .pnext:hover {
	background: #3a8d31
}
.swiper-package li .cimgbox {
	padding-bottom: 64.26%
}
@media (min-width:768px) {
.swiper-package li {
	width: 50%;
	padding: 0 2%
}
}
