@charset "utf-8";

/* CSS Document */
/*===========================header=============================*/
a:hover{text-decoration:none}
.clear{ clear:both; }
#header,
#nav ul li h3,
.top_menu {
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
}

#header {
	z-index: 999;
	height: 7.5rem;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 998;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
}

#header>.m {
	position: static;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#header .fr {
	display: flex;
	justify-content: space-between;
	width: calc(50% + 13rem);
}

#header .line01 {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: rgba(255, 255, 255, .3);
	z-index: -1;
}

#logo {
	flex-shrink: 0;
}

#logo a {
	display: flex;
	height: 100%;
	align-items: center;
}

#logo img {
	width: 12.25rem;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
}

#logo .img01 {
	display: none;
}

#logo .img02 {
	display: block;
}

#nav {
	flex-grow: 1;
}

#nav ul {
	display: flex;
	flex-grow: 1;
}

#nav ul li {
	float: left;
	position: relative;
	z-index: 0;
	flex-grow: 1;
	text-align: center;
}

#nav ul li a {
	display: block;
	text-transform: uppercase;
	font-size: 0;
}

#nav ul li h3 {
	font-size: 1.25rem;
	color: #fff;
	line-height: 7.5rem;
	overflow: hidden;
	text-align: center;
	position: relative;
	z-index: 1;
	display: inline-block;
}

#nav ul li h3:before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background: url(../images/nav_on.png) center no-repeat;
	background-size: contain;
	position: absolute;
	z-index: -1;
	left: 50%;
	top: 50%;
	transform: translateX(-50%);
	margin-top: 1.25rem;
	opacity: 0;
	visibility: hidden;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
}

#nav ul li.on h3:before,
#nav ul li:hover h3:before {
	opacity: 1;
	visibility: visible;
}

#nav li .sub {
	position: absolute;
	background: rgba(255, 255, 255, 1);
	width: 200px;
	padding: 1rem;
	position: absolute;
	left: 50%;
	top: 100%;
	z-index: 999;
	-webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 3px 5px #3333334d;
	transform-origin: 0 0 0;
	transform: scaleY(0.2) translateX(-50%);
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	opacity: 0;
	visibility: hidden;
}

#nav li .sub .box {
	padding: 0;
	text-align: center;
}

#nav li .sub a {
	padding: 0;
	line-height: 2rem;
	transition: .3s;
	font-size: .875rem;
	color: #505050;
	text-align: center;
	white-space: nowrap;
}

#nav li .sub a:hover {
	color: #7fc241;
}

#nav li:hover .sub {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	visibility: visible;
	transform: translateY(0px) translateX(-50%);
}

#nav>ul>li.on>a,
#nav li:hover>a,
#header.xg #nav li.on>a,
#header.xg #nav li:hover>a {}

#nav li .sub .box a {}

#nav li:last-child>a .h3:after {
	display: none
}

#nav li:nth-child(7) .sub,
#nav li:nth-child(8) .sub {
	left: 0;
	right: 0
}

.top_tel {
	display: flex;
	align-items: center;
	margin-left: 2.5rem;
}

.top_tel img {
	flex-shrink: 0;
	margin-right: 11px;
}

.top_tel .txt {}

.top_tel .txt span {
	font-size: 16px;
	color: rgba(255, 255, 255, .6);
	font-family: arial;
	transition: .5s;
}

.top_tel .txt p {
	font-size: 1.25rem;
	color: #ffffff;
	font-family: BarlowCondensed-Medium;
	transition: .5s;
}

#header.xg {
	height: 5.9375rem;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

#header.xg #nav ul li h3 {
	line-height: 5.9375rem;
	color: #313131;
}

#header.xg #logo .img01 {
	display: block;
}

#header.xg #logo .img02 {
	display: none;
}

#header.xg .top_menu_box .top_menu svg path {
	fill: #424242 !important;
}

#header.xg .top_menu_box .top_menu span {
	color: #333;
}

#header.xg .top_menu_box .top_menu:before {
	background: rgba(0, 0, 0, 0.2);
}

#header.xg .top_menu_box .top_menu span {
	border: 1px solid #424242;
	color: #424242;
}

#header.xg .top_menu_box .top_menu a:hover svg path {
	fill: #7fc241 !important;
}

#header.xg .top_tel .txt span {
	color: rgba(0, 0, 0, 0.6);
}

#header.xg .top_tel .txt p {
	color: rgba(0, 0, 0, 0.9);
}

#header:hover {
	background: rgba(255, 255, 255, .9);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

#header:hover #nav ul li h3 {
	color: #313131;
}

#header:hover #logo .img01 {
	display: block;
}

#header:hover #logo .img02 {
	display: none;
}

#header:hover .top_tel .txt span {
	color: rgba(0, 0, 0, 0.6);
}

#header:hover .top_tel .txt p {
	color: rgba(0, 0, 0, 0.9);
}

body.ny {
	padding-top: 5.9375rem;
}

.ny #header {
	height: 5.9375rem;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

.ny #header #nav ul li h3 {
	color: #313131;
	line-height: 5.9375rem;
}

.ny #header #logo .img01 {
	display: block;
}

.ny #header #logo .img02 {
	display: none;
}

.ny #header .top_tel .txt span {
	color: rgba(0, 0, 0, 0.6);
}

.ny #header .top_tel .txt p {
	color: rgba(0, 0, 0, 0.9);
}

/***********************/

/*手机导航开始*/
#m_header {
	display: none;
	height: 4.5rem;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
	transition: 0s 1.5s;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}

#m_header .m {
	position: relative;
	height: 100%;
}

.m_user {
	height: 4.5rem;
	line-height: 4.5rem;
	margin-right: 4rem;
	color: #999;
}

.m_user a {
	display: inline-block;
	margin: 0 .625rem;
	color: #666;
}

.m_user a svg {
	width: 16px;
}

.m_user a:hover {
	color: #7fc241;
}

.m_user a:hover svg path {
	fill: #7fc241;
}

#m_logo {
	transition: 0s 1.5s;
	height: 100%;
	visibility: visible;
	float: left;
	display: flex;
	align-items: center;
}

#m_logo img {
	display: block;
	height: 40px;
}

/*导航按钮开始*/
/*导航按钮开始*/
#nav_btn_box {
	height: 100%;
	z-index: 999999999;
	margin-left: 20px;
	position: fixed;
	height: 4.5rem;
	right: 0;
	top: 0;
	display: none;
}

#nav_btn_box .m {
	height: 100%;
	display: flex;
	align-items: center;
}

#nav_btn_box.on {
	background: none;
}

#nav_btn {}

#nav_btn .point.on .navbtn::after,
#nav_btn .point.on .navbtn::before {
	background: #a0a0a0;
}

#nav_btn {
	cursor: pointer;
	text-align: center;
	z-index: 99999;
	padding-bottom: 4px;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	outline: none;
	box-shadow: none;
}

#nav_btn .point {
	display: inline-block;
	width: 1.875rem;
	height: 22px;
	position: relative;
	outline: none;
}

#nav_btn .point:hover .navbtn,
#nav_btn .point:hover .navbtn::after,
#nav_btn .point:hover .navbtn::before {
	width: 1.75rem;
}

#nav_btn .navbtn {
	position: absolute;
	top: 12px;
	left: 0;
	display: inline-block;
	width: 21px;
	height: 1px;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
	/* background: #333; */
}

#nav_btn .navbtn::after,
#nav_btn .navbtn::before {
	position: absolute;
	left: 0;
	display: inline-block;
	width: 1.75rem;
	height: 3px;
	content: '';
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
	background: #999;
}

.ny #nav_btn .navbtn::after,
.ny #nav_btn .navbtn::before {
	background: #999;
}

#nav_btn .navbtn::after {
	top: -5px;
}

#nav_btn .navbtn::before {
	top: 5px;
}

#nav_btn .point.on .navbtn {
	background: transparent;
}

#nav_btn .point.on .navbtn::after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 0px;
}

#nav_btn .point.on .navbtn::before {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 0px;
}

/*导航按钮结束*/
.m_nav_list {
	/* flex-direction:column; */
	/* justify-content: flex-start; */
	width: 100%;
	/* overflow: auto; */
}

.m_nav_list::-webkit-scrollbar {
	display: none
}

#m_nav .top_search {
	display: flex;
	justify-content: center;
	margin-right: 0;
	margin-top: 1rem;
	margin-bottom: 1rem;
}

#m_nav {
	z-index: -1;
	position: fixed;
	background: #f3f3f3;
	width: 100%;
	height: 100vh;
	right: 0;
	top: 0;
	display: none;
	padding: 50px 0;
	overflow: hidden;
	pointer-events: none;
	transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
	-webkit-transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
	-moz-transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
	-o-transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
	-ms-transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
	display: block;
	overflow: auto;
	visibility: hidden;
	opacity: 0;
}

#m_nav::-webkit-scrollbar {
	display: none;
}

#m_nav.act {
	pointer-events: auto;
	top: 0;
	visibility: visible;
	opacity: 1;
	z-index: 99999;
}

#m_nav>ul>li {
	width: 80%;
	overflow: hidden;
	padding: 0 1rem;
	margin: 0 auto;
}

#m_nav>ul>li+li {
	border-top: 1px solid rgb(111 111 111 / 10%);
}

#m_nav li .a {}

#m_nav li .a h3 {
	line-height: 4.5rem;
	height: 4.5rem;
	color: #3d3d3d;
	padding: 0;
	font-size: 1.25rem;
	float: left;
	font-weight: bold;
}

#m_nav li .a span {
	display: block;
	position: absolute;
	top: 0;
	right: 10px;
	width: 20px;
	height: 50px;
	text-align: center;
}

#m_nav li .a span i {
	font-size: 0;
}

#m_nav .title .a i {
	opacity: 1;
	filter: alpha(opacity=100);
	display: inline-block;
	width: 16px;
	height: 4.5rem;
	float: right;
	display: inline-block;
	background: url(../images/arrow_down.svg) center no-repeat;
	background-size: contain;
}

#m_nav li.on.title .a i {
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
}

#m_nav .on.title .a i {
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
}

#m_nav li {
	display: block;
	width: 100%;
}

.slide_nav {
	position: absolute;
	left: 0;
	height: 70px;
	z-index: 998;
	padding: 15px;
	top: 0;
	width: 100%;
}

#m_nav .title .list {
	display: none;
	position: relative;
	width: 100%;
	z-index: 9;
	left: 0;
	margin-left: 0;
	background: none;
	border: 0;
	clear: both;
	padding-bottom: 10px;
}

#m_nav .title .list span {
	background: none;
}

#m_nav .title .list span a:hover {
	color: #014085;
}

#m_nav .title .list a {
	display: block;
	font-size: 1.125rem;
	color: #666;
	text-align: left;
	line-height: 35px;
	height: 35px;
	border: 0;
}

/*三级导航 开始*/
#m_nav .title .list .void>a {
	background-size: 10px;
	position: relative;
}

#m_nav .title .list .void>a:before {
	content: "·";
	position: absolute;
	left: -1em;
	font-size: 12px;
	font-weight: bold;
}

#m_nav .title .list span {
	position: relative;
	display: block;
}

#m_nav .title .list span .sub {
	position: static;
	width: 100%;
	display: block !important;
	overflow: hidden;
}

#m_nav .title .sub a {
	background: none;
	font-size: .875rem;
	opacity: .8;
	min-width: 50%;
	float: left;
	display: inline-block;
	color: #999;
}

.nav_mask {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	background-color: rgba(0, 0, 0, 0.4);
	display: none;
}

/*首页banner*/
#banner {
	position: relative;
	background: #2d2f33;
	max-height: 920px;
	width: 100%;
	overflow: hidden;
}

.banner_hezi {
	width: 100%;
	padding-top: 47.9%;
	height: 0;
}

#banner .swiper-container {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

#banner .swiper-slide {
	overflow: hidden;
}

#banner .slide-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-position: center;
	background-repeat: no-repeat !important;
}

#banner .swiper-button-prev {
	transition: .5s;
	width: 4.125rem;
	height: 4.125rem;
	background: url(../images/banner_left.png) center no-repeat !important;
	background-size: contain !important;
	opacity: .8;
	left: 4%;
}

#banner .swiper-button-next {
	transition: .5s;
	width: 4.125rem;
	height: 4.125rem;
	background: url(../images/banner_right.png) center no-repeat !important;
	background-size: contain !important;
	opacity: .8;
	right: 4%;
}

#banner .swiper-button-prev:hover {
	background: url(../images/banner_left_on.png) center no-repeat !important;
	background-size: contain !important;
}

#banner .swiper-button-next:hover {
	background: url(../images/banner_right_on.png) center no-repeat !important;
	background-size: contain !important;
}

.dotbox {
	position: absolute;
	left: 0;
	bottom: 3rem;
	width: 100%;
	height: 20px;
	z-index: 111;
	display: none;
}

.dotbox .dots {
	width: 20px !important;
	height: 20px !important;
	display: inline-block;
	background: none;
	opacity: 1;
	margin-right: 7px;
}

.dotbox .dots:before {
	border: 0;
	background: #fff;
	transform: scale(.4);
}

.dotbox .dots svg.drawcircle circle {
	fill: none;
	box-sizing: border-box;
	stroke-width: 1.5;
	stroke-dasharray: 0, 62.8;
	stroke-dashoffset: 62.8;
}

.dots.swiper-pagination-bullet-active svg.drawcircle circle {
	animation: svgrotate 6.2s forwards;
}

@-webkit-keyframes svgrotate {
	0% {
		stroke: rgba(255, 255, 255, 1);
		stroke-dasharray: 0, 62.8;
		stroke-dashoffset: 62.8;
	}

	100% {
		stroke: rgba(255, 255, 255, 1);
		stroke-dasharray: 62.8, 0;
		stroke-dashoffset: 62.8;
	}
}

@keyframes enter {}

@-webkit-keyframes enter {
	0% {
		opacity: 0;
		transform: translateY(100px);
		-webkit-transform: translateY(100px);
		-moz-transform: translateY(100px);
		-ms-transform: translateY(100px);
		-o-transform: translateY(100px);
	}

	20% {
		opacity: 0;
		transform: translateY(100px);
		-webkit-transform: translateY(100px);
		-moz-transform: translateY(100px);
		-ms-transform: translateY(100px);
		-o-transform: translateY(100px);
	}

	100% {
		opacity: 1;
		transform: translateY(0px);
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
	}
}

@keyframes enter {
	0% {
		opacity: 0;
		transform: translateY(100px);
		-webkit-transform: translateY(100px);
		-moz-transform: translateY(100px);
		-ms-transform: translateY(100px);
		-o-transform: translateY(100px);
	}

	20% {
		opacity: 0;
		transform: translateY(100px);
		-webkit-transform: translateY(100px);
		-moz-transform: translateY(100px);
		-ms-transform: translateY(100px);
		-o-transform: translateY(100px);
	}

	100% {
		opacity: 1;
		transform: translateY(0px);
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
	}
}

@keyframes visualAni {
	0% {
		transform: skewX(6deg);
		opacity: 0;
	}

	100% {
		transform: skewX(0deg);
		opacity: 1;
	}
}

.btn_style01 {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 10.3125rem;
	height: 3.5rem;
	background: #7fc241;
	color: #fff;
	font-size: 1rem;
}

.btn_style02 {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 10.375rem;
	height: 3.5rem;
	font-size: .9375rem;
	color: #434449;
	transition: .5s;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.btn_style02:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border: 2px solid #7fc241;
}

.btn_style02 svg {
	width: 1.125rem;
	height: 1.125rem;
	margin-left: .25rem;
}

.btn_style02:after {
	content: "";
	background: #7fc241;
	display: block;
	box-sizing: border-box;
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	height: 100%;
	z-index: -1;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
}

.btn_style02:hover {
	color: #fff !important;
}

.btn_style02:hover:after {
	width: 100%;
	left: 0;
	right: auto;
}

.btn_style02:hover svg path {
	fill: #fff;
}

.s_tt {}

.s_tt.center {
	text-align: center;
}

.s_tt h3 {
	font-size: 2.5rem;
	color: #000;
	text-transform: capitalize;
}

.s_tt p {
	font-size: 2.25rem;
	color: #7fc241;
	text-transform: uppercase;
	margin-top: 1.25rem;
}

.s_tt span {
	margin-top: 1rem;
	font-size: 1rem;
	color: #74757f;
}

#foot {
	background: #303234 url(../images/foot_bg.jpg) center repeat-x;
	text-transform: uppercase
}

#foot .flexbox1 {
	display: flex;
	justify-content: space-between;
}

#foot .flexbox2 {
	display: flex;
	justify-content: space-between;
	border-top: 1px solid rgba(255, 255, 255, .1);
	padding: 2rem 0 1.75rem;
	font-size: .8125rem;
	color: rgba(255, 255, 255, .4);
}

#foot .line {
	width: 1px;
	height: auto;
	background: rgba(255, 255, 255, .15);
	margin: 0 3rem;
}

#foot .left,
#foot .right {
	padding: 4.75rem 0 4rem;
}

.foot_tel {
	margin-bottom: 1.875rem;
}

.foot_tel span {
	font-size: .875rem;
	color: rgba(255, 255, 255, .7);
}

.foot_tel p {
	font-size: 2rem;
	color: #7fc241;
	padding-top: 5px;
	font-family: BarlowCondensed-Medium;
}

.foot_ewm {
	display: flex;
	flex-shrink: ;
}

.foot_ewm .ewm+.ewm {
	margin-left: 3.25rem;
}

.foot_ewm .pic {
	position: relative;
	padding: .5rem;
	width: 7.75rem;
	height: 7.75rem;
}

.foot_ewm .pic:before {
	content: "";
	display: block;
	position: absolute;
	left: -3px;
	top: -3px;
	width: 100%;
	height: 100%;
	border: 1px solid rgba(255, 255, 255, .3);
}

.foot_ewm .pic:after {
	content: "";
	display: block;
	position: absolute;
	left: 3px;
	top: 3px;
	width: 100%;
	height: 100%;
	border: 1px solid rgba(255, 255, 255, .3);
}

.foot_ewm .pic img {
	display: block;
	width: 100%;
	height: 100%;
}

.foot_ewm p {
	text-align: center;
	font-size: .875rem;
	color: rgba(255, 255, 255, .6);
	margin-top: 1rem;
}

.foot_link {
	margin-top: 20px;
}

.foot_link .lin-box li {
	float: left;
	margin-left: 10px;
	width: 36px;
	height: 36px;
	line-height: 30px;
	border-radius: 50%;
	text-align: center;
	background-color: #666;
	transition: all 0.3s;
}

.foot_link .lin-box li img {
	vertical-align: middle;
}

.foot_link .lin-box li:hover {
	background-color: #7fc241;
	cursor: pointer
}



.foot_nav {
	display: flex;
	justify-content: space-between;
	flex-grow: 1;
	max-width: 808px;
}

.foot_nav dl {
	width: 50%;
}

.foot_nav dt {
	font-size: 1.2rem;
	color: #ffffff;
	font-weight: bold;
	position: relative;
	margin-bottom: 1.125rem;
}

.foot_nav dt:after {
	content: "";
	display: block;
	width: 15px;
	height: 3px;
	background: #7fc241;
	margin-top: .875rem;
}

.foot_nav dd {
	font-size: 1rem;
	color: rgba(255, 255, 255, .6);
	line-height: 2.125rem;
	transition: .5s;
}

.foot_nav dd:hover {
	color: rgba(255, 255, 255, 1);
}

.foot_lianxi {
	display: flex;
}

.foot_lianxi dl {
	margin-right: 4.75rem;
}

.foot_lianxi dt {
	margin-bottom: .8125rem;
	font-size: .875rem;
	color: rgba(255, 255, 255, .7);
}

.foot_lianxi dd {
	font-size: .9375rem;
	color: #fff;
}

.copyright {
	line-height: 0.75rem;
	font-size: 0.875rem;
	width: 100%;
	line-height: 0.75rem;
	text-align: center;
}

.copyright a:hover {
	color: #fff;
}


.n_banner {
	height: 23.75rem;
	background-size: cover !important;
}

.n_banner .m {
	display: flex;
	align-items: center;
	justify-content: center;
}

.n_banner .txt {
	text-align: center;
	color: rgba(255, 255, 255, 1);
}

.n_banner h3 {
	font-size: 2.125rem;
}

.n_banner p {
	font-size: 2rem;
	color: rgba(255, 255, 255, 0.5);
	line-height: 1.2;
	text-transform: uppercase;
	font-family: Microsoft YaHei;
}

#n_main {
	min-height: 300px;
	padding: 4.375rem 0 6rem;
}

.n_title {
	padding: 0;
	position: relative;

}

.n_title:before {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background: #e1e2e3;
	position: absolute;
	left: 0;
	bottom: 0;
}

.n_title .m {
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.n_nav {
	position: relative;
}

.n_nav li {
	display: block;
	font-size: .9375rem;
	margin-right: 3rem;
	color: #373941;
	float: left;
	line-height: 4.625rem;
	z-index: 1;
	position: relative;
}

.n_nav li a {
	display: block;
}

.n_nav li:before {
	content: "";
	width: 100%;
	height: 3px;
	position: absolute;
	background: #7fc241;
	bottom: 0;
	left: 0;
	margin-left: -1px;
	transform: scaleX(0);
	transform-origin: top;
	transition: 0.3s ease-in-out;
	opacity: 0;
	z-index: -1;
}

.n_nav li.on:before,
.n_nav li:hover:before {
	opacity: 1;
	transform: scaleX(1);
}

.position {
	left: 0;
	bottom:0;
	font-size: 1.5rem;
	color: #5d5d5d;
	display: flex;
	align-items: center;
}

.position>svg {
	vertical-align: middle;
	margin-bottom: 3px;
	margin-right: 5px;
}

.position span,
.position a,
.position i {
	font-size: .8125rem;
	color: #838486;
	-moz-transition: all 0.36s ease-in-out;
	-webkit-transition: all 0.36s ease-in-out;
	-o-transition: all 0.36s ease-in-out;
	-ms-transition: all 0.36s ease-in-out;
	transition: all 0.36s ease-in-out;
}

.position i {
	margin: .25rem .5rem 0;
	font-style: normal;
	width: 12px;
	height: 12px;
	display: flex;
	align-items: center;
}

.position span {
	color: #171717;
	font-style: normal;
}

.position em {
	color: #171717;
	font-style: normal;
}

.position a:hover {
	color: #171717;
}

/*====移动端导航====*/
#m_n_nav {
	display: none;
	line-height: 50px;
	position: relative;
	z-index: 9;
	width: 100%;
	background: #7fc241;
}

#bnt_back {
	position: absolute;
	left: 1rem;
	top: 0;
}

#bnt_back svg {
	fill: #fff;
	height: 30px;
	vertical-align: middle;
	width: 26px;
}

#m_n_nav i {}

#m_n_nav h1 {
	font-size: 14px;
	color: #fff;
	text-align: center;
	margin: 0;
	line-height: 50px;
}

#bnt_sub_nav {
	position: absolute;
	right: 1rem;
	top: 0;
	cursor: pointer;
	color: #fff;
	font-size: 18px;
}

#bnt_sub_nav svg {
	fill: #fff;
	height: 20px;
	vertical-align: middle;
	width: 20px;
}

#bnt_sub_nav img {
	display: block;
	height: 15px;
}

#bnt_sub_nav.on img {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

#sub_nav_content {
	background: #f0f3f5;
	display: none;
	box-shadow: 0 0 5px #999;
	z-index: 9;
}

#sub_nav_content ul {
	padding: 10px;
}

#sub_nav_content ul li {
	display: block;
	line-height: 28px;
	margin: 1rem 0;
}

#sub_nav_content ul li a {
	display: block;
	border-left: 2px solid #7fc241;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	padding-left: 10px;
	color: #535455;
}

#sub_nav_content ul li.on a {
	color: #7fc241;
}

#sub_nav_content dl {
	font-size: 0;
	overflow: hidden;
	background: #fff;
	padding: 10px 0;
}

#sub_nav_content dt {
	position: relative;
	background: #fff;
	z-index: 999;
	width: 33.333333%;
	display: inline-block;
	margin-bottom: 0;
	float: left;
	text-align: center;
}

#sub_nav_content dt a {
	margin: 0 20px;
	display: block;
	color: #5b5349;
	line-height: 30px;
	font-size: 14px;
	font-weight: 400;
	vertical-align: top;
}

#sub_nav_content dt a i {
	position: absolute;
	right: 15px;
	top: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	display: none;
}

#sub_nav_content dt a {}

#sub_nav_content dt.title {
	background: #fafafb;
}

#sub_nav_content dt.title i {
	opacity: 1;
	filter: alpha(opacity=100);
}

#sub_nav_content dt.title_on {
	background: #fafafb;
}

#sub_nav_content dt.title_on a {
	color: #7fc241;
	border-top: 1px solid #fff;
}

#sub_nav_content dt.title_on a i {
	color: #7fc241;
}

#sub_nav_content dt.last a {
	border-top: 1px solid #f8f8f8;
}

#sub_nav_content dt.on a,
#sub_nav_content dt.title_on a {
	color: #7fc241;
}

#sub_nav_content dd {
	display: none;
}

#sub_nav_content dd .box {
	padding: 0px 0px 0px 0px;
}

#sub_nav_content dd a {
	padding: 0 25px;
	line-height: 30px;
	border-top: 1px solid #e7e7e7;
	font-size: 12px;
	color: #5b5349;
	display: block;
	height: 30px;
}

#sub_nav_content dd a.on {
	color: #7fc241;
}

.s_tt {
	text-align: center;
	margin-bottom: 2.8125rem;
}

.s_tt h3 {
	font-size: 3rem;
	font-weight: bold;
	margin-bottom: 1rem;
}

.s_tt p {
	font-size: 1rem;
	color: #666
}

/*.s_tt .line{ display: flex; justify-content: center; align-items: center;}
.s_tt .line i{ display: block; width: 15px; height: 5px;}
.s_tt .line i:nth-child(1){ background: #020000;}
.s_tt .line i:nth-child(2){ background: #a52315;}
.s_tt .line i:nth-child(3){ background: #f5c61c;}*/




.s_pro {}

.s_pro .box {
	display: block;
	background: #eceef0;
	padding: 2.75rem 2.125rem 2rem;
	position: relative;
	z-index: 1;
}

.s_pro .box .txt {}

.s_pro .box .txt>span {
	font-size: .875rem;
	color: #000000;
	display: block;
	margin-bottom: .75rem;
}

.s_pro .box .txt h4 {
	font-size: 2.125rem;
	font-weight: bold;
	color: #000000;
	font-style: italic;
	margin-bottom: 1.5rem;
	text-transform: uppercase
}

.s_pro .box .txt p {
	font-size: .875rem;
	line-height: 1.5rem;
	height: 4.5rem;
	overflow: hidden;
	margin-bottom: 1.875rem;
}

.s_pro .box .txt p span {
	display: block;
}

.s_pro .box .pic {
	margin-top: 1rem;
	position: relative;
}

.s_pro .box .pic:before {
	content: "";
	display: block;
	width: 100%;
	height: 0;
	padding-top: 90%;
}

.s_pro .box .pic img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.btn_xq {
	position: relative;
	display: inline-flex;
	margin-bottom: 1.875rem;
}

.btn_xq svg path {
	fill: #333;
}

.s_pro .box:hover .btn_xq svg path {
	fill: #7fc241;
}

.btn_xq span {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: .875rem;
	color: #fff;
	transition: .5s;
}

.s_pro .box:before {
	content: "";
	opacity: 0;
	visibility: hidden;
	transition: .5s;
	display: block;
	width: 100%;
	height: 0;
	position: absolute;
	left: 0;
	bottom: -5rem;
	background: #7fc241;
	z-index: -1;
	transform: matrix(-1, .26, 0, 1, 0, 0);
}

.s_pro .box:hover:before {
	opacity: 1;
	visibility: visible;
	height: 50%;
}

.s_liucheng {
	margin-top: 80px;
}

.s_liucheng .box {
	border: 2px solid #e1e1e1;
	padding: 2.8125rem 2rem;
	text-transform: uppercase
}

.s_liucheng .box .txt {
	text-align: center;
	margin-bottom: 2.25rem;
}

.s_liucheng .box .txt i {
	font-size: 2rem;
	color: #7fc241;
	font-family: BarlowCondensed-Medium;
	display: block;
	margin-bottom: 1.25rem;
}

.s_liucheng .box .txt h5 {
	font-size: 1.375rem;
	color: #252525;
	margin-bottom: .375rem;
}

.s_liucheng .box .txt span {
	font-size: 1rem;
	color: #8e8e8e;
	text-transform: uppercase;
	font-family: Microsoft YaHei;
}

.s_liucheng .img {
	width: 9.875rem;
	height: 9.875rem;
	border-radius: 50%;
	margin: 0 auto;
}

.s_liucheng .btn_style01 {
	margin: 3.375rem auto 0;
}

.s_liucheng .box:hover .img img {
	transform: scale(1.05);
}

/*.s_about{ position: relative;}
.s_about .m{}
.s_about .left{ height: 42.1875rem; position: relative; z-index: 1; width: 50%; display: flex; flex-direction: column; justify-content: center;}
.s_about .left:before{ content: ""; display: flex; width: calc(50vw + 8rem) ; height: calc(100% + 2.25rem); transform: skewX(10deg); position: absolute; right: 0; margin-right: -1rem; bottom: 0; z-index: -1; background: url(../images/s_about_txt.jpg) center no-repeat; background-size: cover;}
.s_about .right{ position: absolute; left: 50%; width: calc(50vw + 4rem); margin-left: -4rem; height: 100%; top: 0;}
.s_about .img img{ object-fit: cover;}
.s_about .txt{ padding-right: 7rem; position: relative;}
.s_about .tt{ margin-bottom: 2.5rem;}
.s_about .tt h3{ font-size: 2.125rem; color: #fff; line-height: 2.5rem; position: relative;}
.s_about .tt h3 img{ mix-blend-mode: lighten; position: absolute; bottom: -.25rem; margin-left: 1rem; width: 3.125rem;}
.s_about .con{ font-size: .875rem; color: rgba(255, 255, 255, .7); line-height: 1.75rem;}
.s_shuzi{ margin-top: 3.125rem; margin-bottom: 6rem;}
.s_shuzi ul{ display: flex; justify-content:  space-between;}
.s_shuzi ul li{}
.s_shuzi ul li span{ color: #a52315; font-size: 3.625rem; font-family: BarlowCondensed-Medium;}
.s_shuzi ul li p{ font-size: .875rem; color: rgba(255, 255, 255, .6); margin-top: .625rem; line-height: 1.5;}
.s_about .txt:after{ content: ""; display: block; width: 25.6875rem; height: 12.3125rem; background: url(../images/s_about_chilun.png) center bottom no-repeat; background-size: contain; position: absolute; left: 50%; transform: translateX(-70%); bottom: 0;}*/



.s_about_cont {
	position: relative;
	text-transform: uppercase
}

.about_box {
	position: absolute;
	left: 50%;
	bottom: 50px;
	z-index: 12;
	transform: translateX(-50%);
	width: 1086px;
	text-align: center;
}

.about_box h2 {
	font-size: 60px;
	margin-bottom: 15px;
	font-family: BarlowCondensed-Bold;
	font-weight: bold;
	color: white;
	line-height: 48px;
	text-shadow: 0px 3px 1px rgba(0, 0, 0, 0.7);
}

.about_box p {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: white;
	line-height: 26px;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.7);
}

.about_box a {
	width: 250px;
	height: 50px;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: white;
	line-height: 48px;
	display: block;
	margin: 20px auto 0;
	border: 1px solid white;
}

.about_box a:hover {
	color: #fff;
}

.rbtn {
	position: relative;
	display: block;
	text-align: center;
	overflow: hidden;
}

.rbtn:hover::after {
	width: 100%;
}

.rbtn button,
.rbtn input,
.rbtn span {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 5;
	display: block;
	background: none;
	cursor: pointer;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	transition-duration: 0.4s;
}

.rbtn::after {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 0;
	height: 100%;
	background: #7fc241;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	transition-duration: 0.4s;
	color: #fff;
}

.s_about_sz {
	padding: 53px 0 50px;
	background: linear-gradient(-23deg, #7fc241 0%, #7fc241 100%);
}

.ab_delbox {
	font-size: 0;
}

.ab_cntbox {
	display: inline-block;
	vertical-align: top;
	width: 20%;
	margin-right: 5%;
	text-align: center;
}

.ab_cntbox h2 {
	font-size: 42px;
	font-family: BarlowCondensed-Bold;
	font-weight: bold;
	color: white;
}

.ab_cntbox h2 span {
	font-size: 20px;
	vertical-align: text-bottom;
	font-family: Microsoft YaHei;
	line-height: 40px;
	margin-left: 8px;
	display: inline-block;
}

.ab_cntbox p {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: white;
	line-height: 20px;
}

.ab_cntboxa {
	margin-right: 0;
}

/*.news01{}
.news01 ul{ display: grid; grid-template-columns: repeat(1,1fr); column-gap: 2.375rem;}
.news01 ul li{ position: relative;}
.news01 ul li a{ display: block;}
.news01 ul li .tag{ position: absolute; top: 30px; left: 30px; z-index: 9;}
.news01 ul li .img{}
.news01 ul li .img img{ display: block;}
.news01 ul li .txt{ position: absolute; padding: 4rem 2.375rem 2rem; left: 0; bottom: 0; width: 100%; color: #fff; background-image: -moz-linear-gradient( 90deg, rgba(0,0,0,.8) 0%, transparent 100%);
    background-image: -webkit-linear-gradient( 90deg, rgba(0,0,0,.8) 0%, transparent 100%);
    background-image: -ms-linear-gradient( 90deg, rgba(0,0,0,.8) 0%, transparent 100%);}
.news01 ul li .txt span{ font-size: .875rem; font-family: Microsoft YaHei; margin-bottom: .875rem; display: block;}
.news01 ul li .txt h5{ font-size: 1.375rem;}

.news02{ margin-top: 2rem;}
.news02 ul{ display: grid; grid-template-columns: repeat(1,1fr); column-gap: 2.375rem; row-gap: 2rem;}
.news02 ul li{}
.news02 ul li a{ display: flex;}
.news02 ul li .img{ margin-right: 1.25rem; width: 14.6875rem; height: 10.625rem; flex-shrink: 0;}
.news02 ul li .img img{ object-fit: cover;}
.news02 ul li .txt{ display: flex; height: 10.625rem; flex-direction: column; justify-content: center; align-items: flex-start;}
.news02 ul li .txt .tag{ margin-bottom: 1rem;}
.news02 ul li .txt h5{ font-size: 1.25rem; margin-bottom: .625rem; transition: .5s; width: 100%;}
.news02 ul li .txt p{ font-size: .875rem; line-height: 1.375rem; height: 2.75rem; overflow: hidden; color: #808080; margin-bottom: .625rem;}
.news02 ul li .txt .time{ font-size: .875rem; color: #808080; font-family: Microsoft YaHei;}
.news02 ul li a:hover .txt h5{ color: #a52315;}

.s_news{}
.s_news .bd{ display: grid; grid-template-columns: repeat(2,1fr); column-gap: 2.375rem; overflow: hidden;}
.s_news .bd .item{ overflow: hidden;}
.s_news .btn_style02{ margin: 2.5rem auto 0;}
*/

.news_abox {
	font-size: 0;
	margin-top: 30px;
	text-transform: uppercase
}

.news_abox>div.news_scnt:nth-child(3) {
	margin-right: 0;
}

.news_scnt {
	display: inline-block;
	vertical-align: top;
	width: 32.1%;
	background: white;
	border: 1px solid gainsboro;
	margin-right: 1.7%;
}

.news_scnt:hover {
	box-shadow: 0px 4px 8px 0px rgba(2, 47, 97, 0.15);
}

.news_scnt:hover h2,
.news_scnt:hover a {
	color: #7fc241;
}

.news_scnt:hover a span {
	background-color: #7fc241;
}

.news_cntbox {
	padding: 22px;
}

.news_cntbox h2 {
	font-size: 22px;
	font-family: BarlowCondensed-Bold;
	color: #262626;
	line-height: 26px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}

.news_cntbox p {
	font-size: 16px;
	font-family: Microsoft YaHei;
	color: #707070;
	line-height: 20px;
	margin-top: 10px;
	margin-bottom: 5px;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.news_cntbox a {
	font-size: 16px;
	font-family: Microsoft YaHei;
	color: #707070;
	line-height: 48px;
	display: block;
}



.news_linka span svg {
	width: 18px;
	height: 18px;
	vertical-align: text-top
}

.news_cntbox a span {
	display: inline-block;
	vertical-align: middle;
	margin-right: 13px;
	font-size: 14px;
	width: 27px;
	height: 27px;
	border-radius: 50%;
	background-color: #959595;
	text-align: center;
	line-height: 27px;
	color: #fff;
}


/*.news_link {
	width: 250px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	font-family: BarlowCondensed-Medium;
	color: #666;
	text-align: center;
	display: block;
	background: linear-gradient(-23deg, #ddd 0%, #ddd 100%);
	margin: 50px auto 70px;

}*/


.news_link_box {
	width: 100%;
	text-align: center;
	margin-top: 20px;
}

.news_link_box a.news_link {
	width: 250px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	font-family: BarlowCondensed-Medium;
	color: #666;
	display: inline-block;
	margin: 20px auto 0;
	border: 1px solid white;
	background: #ddd;
	text-align: center
}

.news_link_box a.news_link:hover span {
	color: #fff;
}

.news_link_box .news_link {
	position: relative;
	display: inline-block;
	text-align: center;
	overflow: hidden;
}

.news_link_box .news_link:hover::after {
	width: 100%;
}

.news_link_box .news_link span {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 5;
	display: block;
	background: none;
	cursor: pointer;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	transition-duration: 0.4s;
}

.news_link_box .news_link::after {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 0;
	height: 100%;
	background: #7fc241;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	transition-duration: 0.4s;
	color: #fff;
}



.arrstyle .swiper-button-prev,
.arrstyle .swiper-button-next {
	width: 3rem;
	height: 3rem;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.2);
	top: 50%;
	transform: translateY(-50%);
	margin: 0;
	bottom: -4rem;
	transition: .5s;
}

.arrstyle .swiper-button-prev {
	left: -5rem;
}

.arrstyle .swiper-button-next {
	right: -5rem;
}

.arrstyle .swiper-button-prev:after,
.arrstyle .swiper-button-next:after {
	display: block;
	color: rgba(255, 255, 255, 1);
	font-size: 1rem;
}

.arrstyle .swiper-button-prev:hover,
.arrstyle .swiper-button-next:hover {
	background: #7fc241;
}

.relative {
	position: relative;
}

.n_about .flexbox {
	display: flex;
	padding-bottom: 2rem;
	/* background: url(../images/n_about_chilun.jpg) left bottom no-repeat; */
}

.n_about .tt {
	margin-right: 6rem;
	flex-shrink: 0;
}

.n_about .tt h3 {
	font-size: 2rem;
	color: #2d2e30;
	font-weight: bold;
}

.n_about .tt h4 {
	font-size: 1.25rem;
	color: #2d2e30;
	line-height: 3rem;
}

.n_about .txt {
	font-size: .9375rem;
	color: #696969;
	line-height: 1.75rem;
}

.n_about .txt p {
	margin-bottom: 1.75rem;
}

.n_title .m,
#n_main .m {
	max-width: 1520px;
}

.n_yingyong ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 1rem;
	row-gap: 1.5rem;
}

.n_yingyong ul li {}

.n_yingyong ul li a {
	display: block;
	position: relative;
}

.n_yingyong ul li .img {
	width: 100%;
	position: relative;
}

.n_yingyong ul li .img:after {
	padding-top: 74%;
}

.n_yingyong ul li .img img {
	width: 100%;
	height: 100%;
	display: block;
}

.n_yingyong ul li .mask {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(231, 31, 24, 0.8);
	text-align: center;
	opacity: 0;
	visibility: hidden;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
}

.n_yingyong ul li .mask h4 {
	font-size: 1.125rem;
	color: #fff;
	text-align: center;
}

.n_yingyong ul li .txt {
	text-align: center;
	padding-top: 1.25rem;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
}

.n_yingyong ul li .txt h4 {
	font-size: 1.125rem;
	color: #292a2d;
}

.n_yingyong ul li .box {
	transform: translateY(30px);
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	-webkit-transform: translateY(30px);
	-moz-transform: translateY(30px);
	-ms-transform: translateY(30px);
	-o-transform: translateY(30px);
}

.n_yingyong ul li:hover .mask {
	opacity: 1;
	visibility: visible;
}

.n_yingyong ul li:hover .box {
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
}

.n_yingyong ul li:hover .txt {
	opacity: 0;
	visibility: hidden;
	transform: translateY(-30px);
	-webkit-transform: translateY(-30px);
	-moz-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	-o-transform: translateY(-30px);
}


/* ny-product */
.nyprolist {
	width: 100%;
	height: auto;
	margin-bottom: 15px;
	display: flex;
	display: -webkit-flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.nyprolist li {
	width: 100%;
	text-align: center;
	background: #f5f5f5;
	height: 32px;
	line-height: 32px;
}

.nyprolist .active a {
	color: #7fc241;
}

.nyprolist li a {
	color: #333;
}

.nyprolist li:hover {
	background: #7fc241;
}

.nyprolist li:hover a {
	color: #fff;
}


.nycontent .col-md-9 {
	padding-left: 0
}

.nycontent .col-md-9 .col-md-3 {
	padding: 0
}

.pbox {
	width: 100%;
	height: auto;
	margin-bottom: 0px;
	text-align: center;
}

.pbox .tubox {
	width: 100%;
	margin: 0%;
	overflow: hidden;
}

/* .pbox:hover .tubox {border:5px solid rgba(0,102,179,.8);} */
.pbox .tubox img {
	width: 100%;
	height: auto;
	box-shadow: 0 0 1px #ccc;
	background-color: skyblue;
	transition: all 1.5s ease 0s;
	-moz-transition: all 1.5s ease 0s;
	-webkit-transition: all 1.5s ease 0s;
	-o-transition: all 1.5s ease 0s;
}

.pbox:hover .tubox img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-moz-transform: scale(1.1);
}

.pbox h3 {
	font-size: 16px;
	color: #444;
	text-align: center;
	background: #f2f2f2;
	width: 100%;
	margin: 0%;
	overflow: hidden;
	line-height: 48px;
	margin-bottom: 20px;
	margin-top: 2px;
}

.pbox p {
	display: inline-block;
	background: #f5f5f5;
	padding: 8px 36px;
	border-radius: 20px;
	color: #7fc241;
	margin: 0 auto;
	border: 1px solid #f5f5f5;
}

.pbox p span {
	width: 24px;
	height: 24px;
	line-height: 22px;
	font-size: 18px;
	text-align: center;
	display: inline-block;
	border-radius: 50%;
	color: #fff;
	background: #3268b4;
	margin: 0 0 0 5px;
}

.pbox:hover h3 {
	color: #fff;
	background: #7fc241
}

.nyright{ display:inline-block; margin: 60px 0;}

.n_news01 {}

.n_news01 .m {
	display: flex;
}

.n_news01 .hd {
	width: 49%;
}

.n_news01 .bd {
	width: 51%;
	background: #f0f2f6;
	overflow: hidden;
	margin-left: 10px;
	padding: 4rem;
}

.n_news01 .hd * {
	height: 100%;
}

.n_news01 .img {
	height: 28.5rem;
}

.n_news01 .img img {
	object-fit: cover;
}

.n_news01 .txt {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding-bottom: 4rem;
}

.n_news01 .time {
	font-size: 1.125rem;
	font-family: Microsoft YaHei;
	color: #171717;
	margin-bottom: 2.375rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.n_news01 .time span {
	font-size: 4.125rem;
	display: flex;
	font-family: BarlowCondensed-Medium;
}

.n_news01 .txt h5 {
	font-size: 1.375rem;
	color: #333333;
	margin-bottom: .875rem;
	width: 100%;
}

.n_news01 .txt p {
	font-size: .875rem;
	color: #707070;
	line-height: 1.625rem;
	height: 4.875rem;
	overflow: hidden;
}

.n_news01 .slick-dots {
	bottom: 0;
	text-align: left;
}

.n_news01 .slick-dots li {
	margin: 0;
	width: .75rem;
	margin-right: .875rem;
}

.n_news01 .slick-dots li button:before {
	content: "";
	position: relative;
	display: inline-block;
	width: .75rem;
	height: .75rem;
	border-radius: 50%;
	background: #171717;
	box-sizing: border-box;
	opacity: 1;
}

.n_news01 .slick-dots li.slick-active button:before {
	background: #7fc241;
}

.n_news01 .slick-dotted.slick-slider {
	margin-bottom: 0;
}

.img img {
	display: block;
}

.n_news02 {
	padding-top: 4rem;
}

.n_news02 ul {}

.n_news02 ul li {
	position: relative;
	z-index: 1;
}

.n_news02 ul li a {
	display: flex;
	justify-content: space-between;
	padding: 1.875rem 0;
}

.n_news02 ul li .time {
	flex-shrink: 0;
	width: 8.25rem;
	font-size: 1.625rem;
	color: #171717;
	font-family: 'Microsoft YaHei';
}

.n_news02 ul li .txt {
	flex-grow: 1;
}

.n_news02 ul li .txt h5 {
	font-size: 1.3125rem;
	color: #323234;
	margin-bottom: .75rem;
}

.n_news02 ul li .txt p {
	font-size: .875rem;
	line-height: 1.5rem;
	height: 3rem;
	overflow: hidden;
	color: #8f8f92;
}

.n_news02 ul li:nth-child(1) {
	border-top: 2px solid #ebebeb;
}

.n_news02 ul li:before {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background: #ebebeb;
	position: absolute;
	left: 0;
	bottom: 0;
}

.n_news02 ul li:after {
	content: "";
	display: block;
	width: 0;
	height: 3px;
	background: #7fc241;
	position: absolute;
	left: 0;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
	transition: .5s;
}

.n_news02 ul li:hover:after {
	width: 100%;
	opacity: 1;
	visibility: visible;
}

.n_news_xq {}

.n_news_xq .m {
	display: flex;
}

.left_con {
	flex-grow: 1;
}

.right_con {
	flex-shrink: 0;
	width: 25rem;
	margin-left: 3.125rem;
}

.ar_title {
	position: relative;
	padding-bottom: 1.125rem;
	border-bottom: 2px solid #e6e6e6;
	margin-bottom: 1.5rem;
}

.ar_title h3 {
	font-size: 2.125rem;
	line-height: 1.5;
	margin-bottom: 1.75rem;
	color: #282828;
	font-weight: bold;
}

.ar_title .flexbox {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: .9375rem;
	color: #6d6d6d;
}

.ar_title .social-share .social-share-icon {
	color: #9ea0a6;
	border-color: #e0e3e8;
	font-size: 1rem;
	width: 2.25rem;
	height: 2.25rem;
	line-height: 2.25rem;
}

.ar_title .social-share .social-share-icon:hover {
	background: #e71419;
	border-color: #e71419;
	color: #fff;
}

.news_right {}

.news_right .tt {
	font-size: 1.625rem;
	color: #303030;
	border-bottom: 2px solid #e6e6e6;
	padding-bottom: 1.75rem;
	margin-bottom: 3rem;
}

.news_right ul {}

.news_right ul li {
	margin-bottom: 1rem;
}

.news_right ul li a {
	display: flex;
	align-items: center;
}

.news_right ul li .time {
	flex-shrink: 0;
	width: 4.375rem;
	height: 4.375rem;
	margin-right: 1.125rem;
	font-size: .875rem;
	background: #f3f4f6;
	font-family: Microsoft YaHei;
	color: #646464;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.news_right ul li .time span {
	font-size: 1.875rem;
	color: #171717;
	display: flex;
	font-family: BarlowCondensed-Medium;
}

.news_right ul li .txt {
	flex-grow: 1;
}

.news_right ul li .txt h5 {
	font-size: 1.0625rem;
	color: #4b4b4b;
	line-height: 1.625rem;
	height: 3.25rem;
	overflow: hidden;
	white-space: inherit;
	transition: .3s;
}

.news_right ul li:hover .txt h5 {
	color: #e71419;
}

.ar_bot {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: 2px solid #e6e6e6;
	height: 3.75rem;
	margin-top: 2.25rem;
}

.ar_bot a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 33.333%;
	height: 26px;
	font-size: 1rem;
	color: #6e6e6e;
}

.ar_bot a span {
	display: block;
	margin: 0 .25rem;
}

.ar_bot a:nth-child(1) {
	border-right: 2px solid #e6e6e6;
}

.ar_bot a:nth-child(3) {
	height: 100%;
	border-left: 2px solid #e6e6e6;
}

.ar_bot a:hover {
	color: #e71419;
}

.social-share .icon-wechat .wechat-qrcode .qrcode {
	height: 105px;
	margin-bottom: 5px !important;
}

/*翻页*/
.page {
	text-align: center;
	font-size: 0;
	color: #0a0a0a;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: wrap;
	margin-bottom: 60px;
}

.page .box {
	margin-top: 4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: wrap;
}

.page li {
	display: inline-block;
	list-style: none;
}

.page a {
	padding: 0 10px;
	min-width: 2.5rem;
	line-height: 2.5rem;
	height: 2.5rem;
	box-sizing: border-box;
	display: block;
	text-transform: capitalize;
	background: #fff;
	border: 1px solid #e5e5e5;
	margin: 0 5px;
	color: #393939;
	font-size: .875rem;
	-moz-transition: all 0.36s ease-in-out;
	-webkit-transition: all 0.36s ease-in-out;
	-o-transition: all 0.36s ease-in-out;
	-ms-transition: all 0.36s ease-in-out;
	transition: all 0.36s ease-in-out;
}

.page .on {
	background: #171717;
	color: #fff;
	border: 1px solid #171717;
}

.page a[href]:hover {
	background: #171717;
	border: 1px solid #171717;
	color: #fff;
	text-decoration: none;
}

.page span {
	line-height: 30px;
	display: inline-block;
	margin: 0 8px;
	font-size: .875rem;
}

.n_subnav {
	margin-bottom: 3rem;
}

.n_subnav ul {
	display: flex;
	flex-flow: wrap;
	justify-content: center;
}

.n_subnav ul li {
	padding: 0 10px;
	min-width: 10.3125rem;
}

.n_subnav ul li a {
	display: block;
	text-align: center;
	position: relative;
	z-index: 1;
	overflow: hidden;
	transition: .5s;
	font-size: 1rem;
	color: #171717;
	display: block;
	padding: 0 10px;
	height: 3.5rem;
	line-height: 3.5rem;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
}

.n_subnav ul li a:before {
	content: "";
	display: block;
	z-index: -2;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 2px solid #171717;
}

.n_subnav ul li a:after {
	content: "";
	display: block;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	z-index: -1;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	background: #e71419;
}

.n_subnav ul li.on a {
	color: #fff;
}

.n_subnav ul li.on a:before {
	border: 2px solid #e71419;
}

.n_subnav ul li.on a:after {
	width: 100%;
}

#miso_map {
	height: 31.25rem;
	border: #e1e1e1 1px solid;
}

.n_contact .fl01 .content {
	position: relative;
	overflow: hidden;
}

.n_contact .fl01 .content .top {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	pointer-events: none;
}

.n_contact .fl01 .content .top:before {
	content: "";
	display: block;
	width: 40rem;
	height: 100%;
	position: absolute;
	left: -5rem;
	top: 0;
	transform: skewX(-13deg);
	z-index: -1;
	background: url(../images/n_lianxi_txt.jpg) center no-repeat;
}

.amap-logo,
.amap-toolbar,
.amap-copyright {
	display: none !important;
}

.n_contact .fl01 .content .top {
	display: flex;
	align-items: center;
}

.n_contact .fl01 .content .top .box {
	width: 34%;
	padding: 0 0 0 4%;
}

.n_contact .fl01 .content .top .box .tt {
	margin-bottom: 2rem;
}

.n_contact .fl01 .content .top .box h3 {
	font-size: 1.375rem;
	color: #fff;
	line-height: 1.5;
}

.n_contact .fl01 .content .top .box .tt span {
	font-size: 1.125rem;
	color: rgba(255, 255, 255, 0.4);
	font-family: Microsoft YaHei;
	text-transform: uppercase;
	display: block;
	margin-bottom: 5px;
}

.n_contact .fl01 .content .top .box hr {
	width: 1.375rem;
	height: 4px;
	background: #ff602a;
	border: none;
	transform: skewX(-20deg);
	margin: .75rem 0 2rem;
}

.n_contact .fl01 .content .top .box dl {
	display: flex;
	font-size: .9375rem;
	color: #fff;
	max-width: 28rem;
	margin-bottom: .25rem;
}

.n_contact .fl01 .content .top .box dl dt {
	white-space: nowrap;
	line-height: 1.75rem;
}

.n_contact .fl01 .content .top .box dl dd {
	line-height: 1.75rem;
	color: #fff;
}

.n_contact .fl01 .content .top .box .ewmbox {
	display: flex;
}

.n_contact .fl01 .content .top .box .ewm {
	margin: 1.5rem 0 0;
	margin-right: 1.75rem;
}

.n_contact .fl01 .content .top .box .ewm h3 {
	border: rgba(215, 215, 215, .3) 1px solid;
	width: 5.125rem;
	height: 5.125rem;
	padding: 4px;
}

.n_contact .fl01 .content .top .box .ewm h3 img {
	width: 100%;
	height: 100%;
}

.n_contact .fl01 .content .top .box .ewm h5 {
	font-size: .75rem;
	color: #f3f2f7;
	opacity: .9;
	line-height: 1.5;
	text-align: center;
	margin: 6px 0 0;
}

.n_prolist ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 2.5rem;
	row-gap: 2.5rem;
}

.n_prolist .box {
	display: flex;
	background: #eceef0;
	padding: 4rem 2.125rem;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.n_prolist .box .txt {
	width: 19rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

.n_prolist .box .txt>span {
	font-size: .875rem;
	color: #000000;
	display: block;
	margin-bottom: .75rem;
}

.n_prolist .box .txt h4 {
	font-size: 1.875rem;
	font-weight: bold;
	color: #000000;
	font-style: italic;
	margin-bottom: 1.5rem;
	transition: .5s;
}

.n_prolist .box .txt p {
	font-size: .875rem;
	line-height: 1.5rem;
	color: #000000;
	height: 4.5rem;
	overflow: hidden;
	margin-bottom: 1.875rem;
	transition: .5s;
}

.n_prolist .box:before {
	content: "";
	opacity: 0;
	visibility: hidden;
	transition: .5s;
	display: block;
	width: 0;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: -4rem;
	background: #a52315;
	z-index: -1;
	transform: matrix(-1, 0, -.26, 1, 0, 0);
}

.n_prolist .box:after {
	content: "";
	transition: .5s;
	display: block;
	width: 50%;
	height: calc(100% - 4px);
	position: absolute;
	bottom: 2px;
	left: -4rem;
	background: #fff;
	z-index: -3;
	transform: matrix(-1, 0, -.26, 1, 0, 0);
}

.n_prolist .box .txt:before {
	content: "";
	display: block;
	width: 2px;
	height: 100%;
	background: #eceef0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -2;
}

.n_prolist .pic {
	flex-grow: 1;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	position: relative;
}

.n_prolist .pic:before {
	content: "";
	display: block;
	width: 100%;
	height: 0;
	padding-top: 78%;
}

.n_prolist .pic img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.n_prolist .btn_xq {
	width: 7.1875rem;
}

.n_vs {}

.n_vs .hd {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 1;
	margin-bottom: 2.25rem;
}

.n_vs .hd:before {
	content: "";
	display: block;
	width: 38rem;
	height: 2.875rem;
	max-width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%) matrix(-1, 0, -.2, 1, 0, 0);
	background: #1f1f1f;
	color: #fff;
	z-index: -1;
}

.n_vs .hd p {
	width: 16.5rem;
	text-align: center;
	font-size: 1.375rem;
	font-weight: bold;
	color: #fff;
}

.n_vs .hd img {
	width: 3.4375rem;
	flex-shrink: 0;
}

.n_vs .bd {}

.n_vs .bd table {
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
	border: 1px solid #e1e1e1;
}

.n_vs .bd table th,
.n_vs .bd table td {
	border: 1px solid #e1e1e1;
	padding: 1rem 10px !important;
	text-align: center;
	line-height: 1.5;
}

.n_vs .bd table th {
	background: #f4f4f4;
	font-size: 1.25rem;
	color: #010101;
	font-weight: bold;
}

.n_vs .bd table tr .tt {
	font-size: 1rem;
	color: #010101;
	font-weight: bold;
}

.n_vs .bd table th:nth-child(1) {
	width: 11.25rem;
}

.n_vs .hd p {
	font-size: 1rem;
}

.n_pro_xq .m {
	display: flex;
}

.n_pro_xq .pro_left {
	flex-grow: 1;
	margin-right: 3.25rem;
}

.n_pro_xq .pro_right {
	width: 25rem;
}

.n_pro_xq .tt {
	border-bottom: 2px solid #e6e6e6;
	margin-bottom: 3rem;
	padding-bottom: 2rem;
	min-height: 6rem;
}

.n_pro_xq .tt h4 {
	font-size: 1.125rem;
	color: #000000;
	font-style: italic;
	margin-bottom: .5rem;
}

.n_pro_xq .tt h3 {
	font-size: 2rem;
	color: #000000;
	font-weight: bold;
}

.n_pro_xq .tt.hd {
	padding-bottom: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.n_pro_xq .tt.hd h3 {
	font-size: 1.625rem;
}

.n_pro_xq .tt.hd .arrbox {
	display: flex;
}

.n_pro_xq .tt.hd .arrbox>div {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	border: 2px solid #e4e4e4;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	margin-left: 8px;
	transition: .5s;
}

.n_pro_xq .tt.hd .arrbox>div svg {
	width: 14px;
	height: 14px;
}

.n_pro_xq .tt.hd .arrbox>div svg path {
	fill: #000;
}

.n_pro_xq .tt.hd .arrbox>div:hover {
	border: 2px solid #a52315;
	background: #a52315;
}

.n_pro_xq .tt.hd .arrbox>div:hover svg path {
	fill: #fff;
}

.pro_right {
	flex-shrink: 0;
}

.pro_right .box {
	display: block;
	background: #eceef0;
	padding: 3.125rem 3.125rem;
	position: relative;
	z-index: 1;
}

.pro_right .box .txt {}

.pro_right .box .txt>span {
	font-size: .875rem;
	color: #000000;
	display: block;
	margin-bottom: .75rem;
}

.pro_right .box .txt h4 {
	font-size: 2.125rem;
	font-weight: bold;
	color: #000000;
	font-style: italic;
	margin-bottom: 1.5rem;
}

.pro_right .box .txt p {
	font-size: .875rem;
	line-height: 1.5rem;
	max-height: 3rem;
	overflow: hidden;
	margin-bottom: 1.875rem;
}

.pro_right .box:before {
	content: "";
	opacity: 0;
	visibility: hidden;
	transition: .5s;
	display: block;
	width: 100%;
	height: 0;
	position: absolute;
	left: 0;
	bottom: -4rem;
	background: #a52315;
	z-index: -1;
	transform: matrix(-1, .26, 0, 1, 0, 0);
}

.pro_right .box:hover:before {
	opacity: 1;
	visibility: visible;
	height: 50%;
}

.n_liucheng {}

.n_liucheng .bd {}

.n_liucheng .bd ul {}

.n_liucheng .bd ul li {}

.n_liucheng .bd ul li .box {
	display: flex;
}

.n_liucheng .bd ul li:nth-child(even) .box {
	flex-direction: row-reverse;
}

.n_liucheng .bd ul li .img,
.n_liucheng .bd ul li .txt {
	width: 50%;
}

.n_liucheng .bd ul li .img img {
	object-fit: cover;
}

.n_liucheng .bd ul li .txt {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	padding: 5rem;
}

.n_liucheng .bd ul li .txt span {
	font-size: 2.5rem;
	font-family: BarlowCondensed-Medium;
	color: #a52315;
	display: block;
	margin-bottom: .75rem;
}

.n_liucheng .bd ul li .txt h5 {
	font-size: 1.625rem;
	font-weight: bold;
	margin-bottom: 1.75rem;
}

.n_liucheng .bd ul li .txt .con {
	font-size: .9375rem;
	line-height: 1.75rem;
	color: #6a6a6a;
}

.n_liucheng .bd ul li .txt .ewm {
	margin-top: .5rem;
}

.n_liucheng .bd ul li .txt .ewm img {
	width: 6.125rem;
	height: 6.125rem;
}

.n_liucheng .bd ul li .txt .ewm p {
	text-align: center;
	font-size: .875rem;
	color: #6a6a6a;
	margin-top: .5rem;
}

.n_gongyi {}

.n_gongyi .txt01 {
	text-align: center;
	font-size: 1.125rem;
	color: #292a2d;
	line-height: 2.25rem;
}

.n_gongyi .txt02 {
	text-align: center;
	margin-bottom: 3rem;
}

.n_gongyi .txt02 b {
	font-size: 7.5rem;
	color: #a52315;
	font-family: BarlowCondensed-Medium;
	font-weight: normal;
}

.n_gongyi .txt02 span {
	font-size: .9375rem;
	color: #292a2d;
}

.n_gongyi .txt02 p {
	font-size: .9375rem;
	color: #292a2d;
	line-height: 2.25rem;
}

.n_video {
	position: relative;
}

.n_video img {
	display: block;
}

.n_video .mask {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.2);
}

.n_video .btn_play {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	border-radius: 50%;
	border: 2px solid #b6b6b5;
	width: 6.25rem;
	height: 6.25rem;
	background: rgba(0, 0, 0, 0.6);
}

.n_video .btn_play svg {
	width: 1.75rem;
	height: 1.75rem;
}

.tc_video {
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
	background: none;
	position: relative;
}

.tc_video #my-video {
	position: relative;
	height: 0;
	padding-top: 60%;
}

.tc_video #my-video video {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.tc_video .tc_close {
	display: block;
	position: absolute;
	top: -2rem;
	right: -3rem;
	border-radius: 50%;
	transform-origin: center center;
}

.tc_video .tc_close img {
	display: block;
	position: absolute;
	width: 1rem;
	height: 1rem;
	left: 50%;
	top: 50%;
	margin-top: -.5rem;
	margin-left: -.5rem;
}

.tc_video .tc_close:hover img {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-moz-transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

.video-js {
	width: 100% !important;
	height: 100% !important;
}

.video-js .vjs-big-play-button {
	left: 50% !important;
	top: 50% !important;
	margin-left: calc(-1.6rem - 5px);
	margin-top: calc(-1.6rem - 5px);
	background-color: rgba(0, 0, 0, 0) !important;
}

video {
	object-fit: fill;
}

.vjs-poster {
	background-size: cover !important;
}

.s_video .mask {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.s_video {
	position: relative;
}

.circle {
	position: relative;
}

.circle span {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, .3);
	-webkit-animation: circleScale 3s linear infinite;
	-moz-animation: circleScale 3s linear infinite;
	-ms-animation: circleScale 3s linear infinite;
	animation: circleScale 3s linear infinite;
}

.circle span:nth-of-type(2) {
	animation-delay: 1s;
}

.circle span:nth-of-type(3) {
	animation-delay: 2s;
}

@keyframes circleScale {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(2);
		-moz-transform: scale(2);
		-ms-transform: scale(2);
		transform: scale(2);
	}
}

@keyframes circleScale1 {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}

	60% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(3);
		-moz-transform: scale(3);
		-ms-transform: scale(3);
		transform: scale(3);
	}
}

.n_ys {}

.n_ys ul {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	column-gap: 1.625rem;
}

.n_ys ul li {}

.n_ys ul li .box {}

.n_ys ul li .box .txt01 {
	background: url(../images/n_ys_txt.jpg) center repeat #313237;
	height: 11.875rem;
	text-align: center;
	padding-top: 3.4375rem;
	position: relative;
}

.n_ys ul li .box .txt01 span {
	font-size: 1.25rem;
	color: #cdd9e7;
}

.n_ys ul li .box .txt01 .ico {
	width: 6.875rem;
	height: 6.875rem;
	border-radius: 50%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, 1);
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%) translateY(50%);
	z-index: 1;
}

.n_ys ul li .box .txt01 .ico:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	transform: scale(1.3);
	background: rgba(255, 255, 255, .45);
	border-radius: 50%;
	transition: .9s;
}

.n_ys ul li .box .txt01 .ico:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	background: rgba(255, 255, 255, 1);
	transform: scale(1);
	border-radius: 50%;
	opacity: 0;
	transition: .9s;
}

.n_ys ul li .box .txt01 .ico svg {
	transition: .7s;
}

.n_ys ul li:hover .box .txt01 .ico svg {
	transform: rotateY(180deg);
}

.n_ys ul li:hover .box .txt01 .ico:before {
	opacity: 0;
	transform: scale(1.8);
}

.n_ys ul li:hover .box .txt01 .ico:after {
	opacity: .45;
	transform: scale(1.3);
}

.n_ys ul li .box .txt02 {
	text-align: center;
	height: 18.75rem;
	background: #f2f2f2;
	padding: 7rem 3rem 3rem;
}

.n_ys ul li .box .txt02 h5 {
	font-size: 1.25rem;
	color: #252628;
	font-weight: bold;
	margin-bottom: 1.5rem;
}

.n_ys ul li .box .txt02 p {
	font-size: 1rem;
	line-height: 2.125rem;
	color: #575757;
}

.n_tt {
	text-align: center;
	font-size: 2.25rem;
	color: #2d2d2d;
	margin-bottom: 2.25rem;
}

.otherys table {
	max-width: 960px;
}

.otherys table tr th {
	text-align: center;
	font-size: 1.125rem;
	font-weight: normal;
}

.otherys table tr td {
	text-align: center;
	font-size: 1rem;
	color: #2d2d2d;
}

.n_zhuanli {}

.n_zhuanli ul {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	column-gap: 2.375rem;
	row-gap: 2rem;
}

.n_zhuanli ul li {
	border: 2px solid #e4e4e4;
	height: 16rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.n_zhuanli ul li svg {
	margin-bottom: 1.75rem;
}

.form_shouhou .button {
	width: 100%;
	height: 100%;
	border: 0;
	border-radius: 0;
	background: #194a93;
	color: #fff;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	overflow: hidden;
}

.n_shouhou01 {}

.n_shouhou01 .bd {
	display: flex;
}

.n_shouhou01 .bd .left {}

.n_shouhou01 .bd .right {
	flex-grow: 1;
}

.form_shouhou {}

.form_shouhou .row {
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
}

.form_shouhou .row .group {
	width: calc(50% - 5px);
	background: #f0f0f0;
	display: flex;
	position: relative;
}

.form_shouhou .span {
	line-height: 4.0625rem;
	padding: 0 1.25rem;
	flex-shrink: 0;
	font-size: .9375rem;
	color: #1f1f1f;
}

.form_shouhou .input {
	flex-grow: 0;
	font-size: 0rem;
	color: #1f1f1f;
	margin-right: 1.25rem;
	width: 100% !important;
    background: none;
}

.form_shouhou .textarea {
	margin: 1.25rem 1.25rem 1.25rem 0;
	background: none;
	flex-grow: 1;
	font-size: .9375rem;
	color: #1f1f1f;
	line-height: 1.7;
}

.form_shouhou .button {
	width: 100%;
	height: 100%;
	border: 0;
	border-radius: 0;
	background: #7fc241;
	color: #fff;
}

.yzm {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.n_shouhou01 {}

.n_shouhou01 .left {
	margin-right: 7rem;
	padding-top: 2.25rem;
}

.n_shouhou01 .left .tt {
	font-size: 2rem;
	color: #1f1f1f;
	margin-bottom: 2.5rem;
}

.n_shouhou01 .left .con {
	font-size: .9375rem;
	line-height: 1.875rem;
}

.n_shouhou01 .left .ewm {
	width: 7.5rem;
	height: 7.5rem;
	border: 1px solid #dddddd;
	padding: 7px;
	margin: 1rem 0;
}

.red {
	color: #a52315;
}

.n_shouhou02 {
	background: #f0f0f0;
}

.n_shouhou02 ul {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	column-gap: .9375rem;
	row-gap: 2rem;
}

.n_shouhou02 ul li {
	background: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 27rem;
	padding: 0 1rem;
}

.n_shouhou02 ul li .icobox {
	position: relative;
	max-width: 56%;
}

.n_shouhou02 ul li .icobox svg {
	height: auto;
}

.n_shouhou02 ul li .ico {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.n_shouhou02 ul li .ico svg {
	max-width: 45%;
	transition: 1s;
}

.n_shouhou02 ul li .ico svg path {
	fill: #fff;
}

.n_shouhou02 ul li span {
	font-size: 1.75rem;
	font-family: BarlowCondensed-Medium;
	color: #494949;
	display: block;
	margin-top: 2.25rem;
	margin-bottom: 1rem;
}

.n_shouhou02 ul li p {
	font-size: 1rem;
	line-height: 1.8125rem;
	height: 3.625rem;
	text-align: center;
}

.n_shouhou02 ul li:hover .icobox>svg path {
	fill: #e71419;
}

.n_shouhou02 ul li:hover .ico svg {
	transform: rotateY(360deg);
}

/* 选择我们开始 */
#wgd_xz {
	width: 100%;
	background:url(../images/xz_bg.jpg) no-repeat center top;
	background-size: cover;
	min-height: 1565px;
	height: 1565px;
	overflow: hidden;
	margin-top: 100px;
}

#wgd_xnk {
	width: 100%;
	background:url(../images/i_xzx.jpg) repeat-x center center;
	margin-top: 70px;
	overflow: hidden;
	text-align: center;
}

#wdg_xnav {
	width: 415px;
	background: #fff;
	text-align: center;
	margin: 0 auto;
	overflow: hidden;
}

#wgd_xsk {
	width: 1200px;
	margin: 55px auto 0;
}

#wgd_xzo {
	width: 100%;
	padding-bottom: 70px;
	overflow: hidden;
}

#wgd_xol {
	width: 588px;
	float: left;
	padding-top: 30px;
	overflow: hidden;
}

#wgd_xor {
	width: 545px;
	float: right;
	text-align: right;
	overflow: hidden;
}

#wgd_xpic {
	width: 100%;
	text-align: left;
}

#wgd_xtxt {
	padding-left: 25px;
	padding-top: 35px;
	text-align: left;
	font-size: 14px;
	color: #4f4e4e;
	font-family: "微软雅黑";
	line-height: 32px;
}

#wgd_xzt {
	width: 100%;
	overflow: hidden;
}

#wgd_xtl {
	width: 50%;
	text-align: center;
	padding-top: 50px;
	float: left;
	overflow: hidden;
}

#wgd_xtr {
	width: 50%;
	float: right;
	overflow: hidden;
}

#wgd_xzs {
	width: 100%;
	overflow: hidden;
	padding-top: 60px;
}

#wgd_xosl {
	width: 588px;
	float: left;
	padding-top: 80px;
	overflow: hidden;
}

#wgd_xosr {
	width: 545px;
	float: right;
	text-align: right;
	overflow: hidden;
}

/* 选择我们结束 */


/* 手机端 */
@media all and (max-width:768px) {
	/* index-style */
	#wgd_xz{ height: auto;}
	#wgd_xsk{ width: 100%;}
	#wgd_xol{ width: 100%;}
	#wgd_xor{ width: 100%;}
	#wgd_xtl{ width: 100%;}
	#wgd_xtr{ width: 100%;}
	#wgd_xtxt{ width: 100%;}
}