@charset "UTF-8";
@import url("font.css");
* {
	border: 0;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html, body {
	font-family: 'Inter', 'Roboto', 'Segoe UI', 'Source Han Sans SC', 'Helvetica Neue', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft Yahei', 'Lucida Grande', Verdana, sans-serif;
	font-size: 14px;
	color: #333;
	background-color: #fff;
}
ul, li {
	list-style-type: none;
	margin: 0;
}
input, textarea, select {
	resize: none;
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	border: 0;
}
a {
	text-decoration: none;
	color: #101010;
}
a:hover {
	text-decoration: none;
}
img {
	max-width: 100%;
	border-style: none;
	vertical-align: middle;
}
.zoom-img {
	overflow: hidden;
}
.zoom-img .img {
	overflow: hidden;
}
.zoom-img img {
	transition: all .5s;
}
.zoom-img:hover img {
	transform: scale(1.04);
	-ms-transform: scale(1.04);
	-webkit-transform: scale(1.04);
	-o-transform: scale(1.04);
	-moz-transform: scale(1.04);
}
.clear:after {
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0
}
.clear {
	zoom: 1
}
.nav-page {
	font-size: 0;
	text-align: center;
}
.bggray {
	background: #f9f9f9;
}
.flex {
	display: box;
	display: flex;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	box-shadow: none;
}
.btn-link:focus, .btn-link:hover {
	text-decoration: none;
}
.h1, .h2, .h3, .h4, .h5 {
	margin: 0;
	font-weight: normal;
}
.wp {
	width: 80%;
	margin: 0 auto;
}
.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	z-index: 998;
	transition: all .3s;
}
.container {
	width: 90%;
	margin: 0 auto;
}
.header .head-wrap {
	height: 100px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.header .head-wrap .logo {
	float: left;
	height: 100%;
	line-height: 95px;
}
.header .head-wrap .logo .icon {
	display: block;
}
.header .head-wrap .logo .img1 {
	width: 75px;
	height: auto;
}
.header .head-wrap .logo .img2 {
	width: 75px;
	height: auto;
	display: none;
}
.header .nav {
	float: right;
	/* overflow: hidden; */
}
.header .nav ul {
	float: left;
	margin-right: 60px;
	overflow: hidden;
}
.header .nav li {
	float: left;
}
.header .nav .item {
	display: block;
	font-size: 1.4rem;
    font-weight: 500;
	text-shadow: 1px 1px 1px rgb(0, 0, 0, 0.1);
	color: #fff;
	line-height: 100px;
	position: relative;
	margin: 0 30px;
}
.header .nav li .on {
	content: "";
	display: block;
	height: 2px;
	width: 100%;
	background-color: #fff;
	position: absolute;
	top: 100px;
	left: 0;
}
.header .nav li:hover .head-wrap {
	border-bottom: none;
}
.header .nav li:hover .item::after {
	content: "";
	display: block;
	height: 2px;
	width: 100%;
	background-color: #03a207;
	position: absolute;
	top: 100px;
	left: 0;
}
.header .nav li:hover .item, .header .nav li.on:hover .item, 
.header.on .nav li.on .item, .header.top .nav li.on .item {
	color: #03a207;
}
.header .nav li.on .item {
	color: #ffe;
}
.header.on .nav .item {
	text-shadow: none;
}
.head-rbox {
	float: right;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100px;
}
.head-rbox .icon {
	display: inline-block;
	vertical-align: top;
	width: 24px;
	height: 24px;
	background-position: center center;
	background-size: cover;
	cursor: pointer;
}
.head-rbox .head_line {
	height: 0.9375vw;
	width: 1px;
	background-color: #fff;
	margin: 0 1vw;
}
.header.on {
	background-color: #fff;
}
.header.on .logo .img1 {
	display: none;
}
.header.on .logo .img2 {
	display: inline-block;
}
.header.on .nav .item {
	color: #333;
}
.header.on .head_line {
	background-color: #333;
}
.head-rbox .icon2 {
	display: none;
}
.header.on .head-rbox .icon1 {
	display: none;
}
.header.on .head-rbox .icon2 {
	display: block;
}
.header2 .icon2 {
	display: none;
}
.header .nav .drop-down {
    display: none;
	position: absolute;
    top: 100px;
    /* width: 234px; */
    overflow: hidden;
    background-color: rgb(3, 162, 7, 0.9);
    text-align: center;
}
.header .nav .drop-down .nav_2 {
	float: left;
	position: relative;
    margin: 0 auto;
    padding: 0 20px;
}
.header .nav .drop-down .nav_2 li {
    float: none;
    color: #fff;
    font-size: 16px;
    padding: 4px 0;
}
.header .nav .drop-down .nav_2 li:first-child {
    padding-top: 18px;
}
.header .nav .drop-down .nav_2 li:last-child {
    padding-bottom: 18px;
}
.header .nav .drop-down .nav_2 .down_item {
	font-size: 15px;
	text-align: left;
	line-height: 1.3;
	color: #fff;
	display: block;
}
.header .nav .drop-down .nav_2 li:hover .down_item {
	color: #ff6d0a;
	text-shadow: rgb(255, 255, 255, 0.3) 1px 0 2px;
}
.header.top {
	background-color: #fff;
	/* box-shadow: 5px 2px 4px rgba(0, 0, 0, 0.2); */
	border-bottom: 1px solid rgba(114, 114, 114, .2);
}
.header.top .logo .img1 {
	display: none;
}
.header.top .logo .img2 {
	display: inline-block;
}
.header.top .nav .item {
	color: #333;
	text-shadow: none;
}
.header.top .head_line {
	background-color: #333;
}
.head-rbox .icon2 {
	display: none;
}
.header.top .head-rbox .icon1 {
	display: none;
}
.header.top .head-rbox .icon2 {
	display: block;
}
.m_header {
	display: none;
}
.banner-main {
	width: 100%;
	height: 44.27vw;
	position: relative;
}
.banner-main img {
	width: 100%;
	max-width: 100%;
	height: 100%;
	object-fit: cover;
}
.banner-main-title {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.banner-main-title h5 {
	font-size: 40px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin: 0 0 21px 0;
}
.banner-main-title p {
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	text-align: center;
	margin: 0;
}
.transition {
	transition-property: left;
	transition-duration: 1s;
}
.scoll {
	position: absolute;
	bottom: 7%;
	left: 5%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 999;
	-webkit-animation: bounce-down 5s linear infinite;
	animation: bounce-down 5s linear infinite;
}
.scoll_p {
	font-size: 16px;
	color: #e7e1dc;
	margin-left: 10px;
}
@-webkit-keyframes bounce-down {
	25% {
		-webkit-transform: translateY(-10px);
	}
	50%, 100% {
		-webkit-transform: translateY(0);
	}
	75% {
		-webkit-transform: translateY(10px);
	}
}
@keyframes bounce-down {
	25% {
		transform: translateY(-10px);
	}
	50%, 100% {
		transform: translateY(0);
	}
	75% {
		transform: translateY(10px);
	}
}
@keyframes slideIn {
	from {
		transform: translateX(20px);
		opacity: 0;
	}
	to {
		transform: translateX(0);
		opacity: 1;
	}
}
.swiper {
	width: 100%;
	height: 44.5833vw;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.banner-main .swiper-pagination {
	text-align: right;
	padding-right: 5%;
}
.swiper-pagination {
	position: absolute;
	bottom: 7% !important;
	right: 5%;
	z-index: 1000;
}
.swiper-pagination-bullet {
	width: 25px;
	height: 24px;
	text-align: center;
	line-height: 20px;
	margin-left: 16px;
	background: url("../images/dot_t.png") no-repeat;
}
.swiper-pagination-bullet-active {
	background: url("../images/dot_w.png");
	animation: rotate 4s linear infinite;
}
@keyframes rotate {
	0% {
		transform: rotateZ(0deg);
	}
	100% {
		transform: rotateZ(360deg);
	}
}
.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.swiper-slide .text {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	animation-name: w3;
	animation-duration: 1s;
	animation-iteration-count: 1;
}
.swiper-slide .text h1 {
	color: #fff;
	font-size: 40px;
	text-align: left;
	line-height: 1.8;
	letter-spacing: 1px;
	margin: 0 0 20px;
}
.swiper-slide .text h1 b {
	font-weight: bold;
	color: #fff;
	-webkit-text-stroke: 1px rgb(0, 0, 0, 0.05);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(18deg, #ff6d01, #fe8b3d);
    text-shadow: rgb(255, 255, 255, 0.2) 2px 0 3px;
	margin: 0 0 20px;
}
.swiper-slide .text h1 span {
	font-weight: bold;
	color: #fff;
	-webkit-text-stroke: 1px rgb(0, 0, 0, 0.05);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(18deg, #03a207, #96f0a8);
    text-shadow: rgb(255, 255, 255, 0.2) 2px 0 3px;
}
.swiper-slide .text p {
	color: #fff;
	font-size: 20px;
	margin: 0;
}
.culture .cul {
	overflow: hidden;
	padding-top: 20px;
	padding-bottom: 70px;
}
.culture .cul .cul_box {
	width: 100%;
}
.culture .cul .cul_box .cul_h1 {
	font-family: 'Roboto Condensed';
	font-size: 32px;
	font-weight: 600;
	color: #101010;
	margin-bottom: 30px;
}
.culture .cul .cul_box .cul_h1::after {
	content: '';
	display: block;
	height: 2px;
	width: 35px;
	background-color: #03a207;
	margin-top: 18px;
}
.culture .cul .cul_box .cul_t {
	font-size: 1.25vw;
	color: #101010;
	padding-bottom: 20px;
}
.culture .cul .cul_box .cul_txt {
	font-size: 16px;
	line-height: 1.8;
	color: #6f6f6f;
	margin-top: 30px;
	position: relative;
}
.culture .cul .cul_box .cul_txt p {
	margin: 0;
}
.culture .cul .cul_box .line {
	height: 1px;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.2);
}
.culture .cul .vid {
	width: 100%;
	text-align: center;
	overflow: hidden;
	margin: 0 auto;
}
.culture .cul .vid .video {
	width: 1280px;
	height: 720px;
	overflow: hidden;
	position: relative;
	margin: 10px auto 0;
}
@keyframes change {
	0% {
		/* box-shadow:0 0 0 rgba(255,0,0,0),0 0 0 rgba(255,0,0,0) inset; */
		box-shadow: 0 0 0 rgba(255, 0, 0, 0);
	}
	100% {
		/* box-shadow:0 0 70px rgba(255,0,0,1),0 0 15px rgba(255,0,0,0.6) inset; */
		box-shadow: 0 0 10px rgba(255, 0, 0, 1);
	}
}
.honor {
	width: 100%;
	padding-top: 108px;
	padding-bottom: 255px;
	background: url("../images/about/about_7.png") no-repeat;
	background-size: 100% 100%;
	position: relative;
}
.honor-top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.honor-top .swiper-button-next, .honor-top .swiper-button-prev {
	margin: 0 9px;
	transition: ease all .5s;
	position: static;
	opacity: 1;
	width: 58px;
	height: 58px;
	background: #e7e7e7;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.honor-top .swiper-button-next:hover, .honor-top .swiper-button-prev:hover {
	background: #03a207;
	transition: ease all .5s;
}
.honor-top .swiper-button-next:hover svg, .honor-top .swiper-button-prev:hover svg {
	fill: white;
	transition: ease all .5s;
}
.honor-top-right {
	display: flex;
	align-items: center;
}
.honor .swiper-slide {
	background: transparent;
}
.honor .swiper-wrapper {
	align-items: flex-end;
}
.honor .honor-box { /*padding-left: 30%;*/
}
.customer .swiper-slide {
	background: transparent;
}
.customer .swiper-wrapper {
	align-items: flex-end;
}
.customer .honor-box {
	padding-left: 10%;
}
.customer .honor-slide-img {
	box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.1);
	margin: 30px 0;
}
.honor-slide-img {
	max-width: 100%;
	font-size: 14px;
}
.honor .h_con .cor_t span {
	display: block;
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 70px;
	position: relative;
}
.honor .h_con .cor_t span::after {
	content: "";
	display: block;
	width: 35px;
	height: 2px;
	background-color: #03a207;
	position: absolute;
	left: 0;
	top: 48px;
}
.honor .prod_con {
	padding-left: 24%;
	margin-top: 2%;
	width: 100%;
	position: relative;
}
.honor #myscroll {
	display: block;
	position: relative;
	height: 335px;
	overflow: hidden;
}
.honor #myscroll #myscrollbox {
	display: block;
	float: left;
	position: absolute;
	left: 0;
	top: 12px;
	width: 1000000px;
}
.honor #myscroll ul {
	display: block;
	float: left;
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.honor #myscroll ul li {
	display: block;
	float: left;
	padding: 0;
	margin-right: 70px;
	cursor: pointer;
	transition: all 0.3s;
}
.honor #myscroll ul li .bg {
	position: relative;
	text-align: center;
	width: 235px;
	height: 335px;
}
.honor #myscroll ul li .bg .bg_img {
	display: block;
	border: 0;
	transition: all 1s;
	position: absolute;
	bottom: 20px;
	box-shadow: 8px 6px 5px rgba(0, 0, 0, 0.2);
}
.honor #scrollpic {
	position: relative;
}
.honor #mybtns {
	position: absolute;
	top: -100px;
	right: 6%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}
.honor #mybtns #left {
	width: 58px;
	height: 58px;
	border-radius: 50%;
	display: block;
	background-color: #03a207;
	position: relative;
}
.honor #mybtns #right {
	width: 58px;
	height: 58px;
	border-radius: 50%;
	display: block;
	margin-left: 18px;
	background-color: #d0d0d0;
	position: relative;
}
.honor #mybtns #left img, .honor #right img {
	width: 18px;
	height: 12px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.customer {
	width: 100%;
	padding-bottom: 90px;
}
.customer .cust_con {
	padding-top: 136px;
}
.customer .cust_con .cor_t span {
	display: block;
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 70px;
	position: relative;
}
.customer .cust_con .cor_t span::after {
	content: "";
	display: block;
	width: 35px;
	height: 2px;
	background-color: #03a207;
	position: absolute;
	left: 0;
	top: 48px;
}
.customer .prod_con {
	padding-left: 10%;
	width: 100%;
	position: relative;
}
.customer #myscroll {
	position: relative;
}
.customer #myscroll #myscrollbox {
	display: block;
	float: left;
	position: absolute;
	left: 0;
	top: 0;
	width: 1000000px;
}
.customer #myscroll ul {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	height: 200px;
	padding: 30px 0 0 20px;
}
.customer #myscroll ul li {
	float: left;
	display: block;
	width: 330px;
	height: 100px;
	margin-right: 60px;
	cursor: pointer;
	transition: all 0.3s;
	overflow: hidden;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.customer #myscroll ul li .bg .bg_img {
	display: block;
	width: 100%;
}
.customer #scrollpic {
	position: relative;
}
.customer #mybtns {
	position: absolute;
	top: -100px;
	right: 6%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}
.customer #mybtns #left {
	width: 58px;
	height: 58px;
	border-radius: 50%;
	display: block;
	background-color: #03a207;
	position: relative;
}
.customer #mybtns #right {
	width: 58px;
	height: 58px;
	border-radius: 50%;
	display: block;
	margin-left: 18px;
	background-color: #ededed;
	position: relative;
}
.customer #mybtns #left img, .customer #right img {
	width: 18px;
	height: 12px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
@media (max-width: 1280px) {
	.header .nav .item {
		margin: 0 15px !important;
	}
	.customer .cust_con {
		padding-top: 0;
	}
}
.about_con .con_top .con_top_r {
	float: right;
	width: 40%;
	max-height: 640px;
	overflow: hidden;
}
.about_con .con_top .con_top_r .con_r_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	border-bottom: 1px solid #99cbf2;
	padding-bottom: 25px;
	margin-bottom: 26px;
	cursor: pointer;
	transition: all 1s;
}
.about_con .con_top .con_top_r .con_r_box img {
	width: 100%;
	height: 100%;
}
.about_con .about_con_box {
	position: relative;
	height: 100%;
}
.about_con .cont_nav {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.about_con .cont_nav ul li {
	float: left;
	width: 25%;
	padding: 31px 52px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-bottom: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	position: relative;
	transition: all 1s;
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.about_con .cont_nav ul li:hover {
	background: url("../images/about_bg.png");
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.about_con .cont_nav ul li:nth-child(2) {
	border-left: 0;
	border-right: 0;
}
.about_con .cont_nav ul li:nth-child(3) {
	border-right: 0;
}
.about_con .cont_nav ul li .c_nav_l .c_nav_h1 {
	font-size: 14px;
	color: #fff;
	font-weight: 500;
}
.about_con .cont_nav ul li .c_nav_l .c_nav_h1 span {
	font-size: 42px;
	font-family: 'Roboto Condensed';
	font-weight: bold;
	color: #fff;
	margin-right: 10px;
}
.about_con .cont_nav ul li .c_nav_l .c_nav_p {
	font-size: 15px;
	color: #ECECEC;
	white-space: nowrap;
	/* transition: all 1s; */
}
@media screen and (max-width: 1199px) {
	.about_con {
		width: 100%;
		height: 800px;
		background: url("../images/bg_3.png") no-repeat cover;
	}
	.about_con .con_top .con_top_l {
		width: 50%;
		font-size: 14px;
	}
	.about_con .con_top .con_top_l .con_top_h1 {
		font-size: 20px;
		margin-bottom: 30px;
		position: relative;
	}
	.about_con .con_top .con_top_l .con_top_btn {
		height: 38px;
		width: 112px;
		line-height: 38px;
		margin-top: 30px;
		margin-bottom: 30px;
		font-size: 0.7292vw;
	}
	.about_con .cont_nav ul li:nth-child(2) {
		border-left: 0px;
		border-right: .0625rem solid rgba(255, 255, 255, 0.2);
	}
	.about .abo_top span {
		font-size: 16px;
		line-height: 14px;
		color: #4e4d4d;
	}
	.about .abo_top .abo_h3 {
		font-size: 20px;
		line-height: 30px;
		color: #101010;
		display: block;
		margin: 10px 0;
	}
	.about .abo_top .abo-txt {
		font-size: 16px;
		line-height: 16px;
		color: #878686;
	}
}
@media (max-width: 850px) {
	.about_con .con_top .con_top_l {
		width: 100%;
		font-size: 14px;
	}
	.about_con .con_top .con_top_r {
		width: 100%;
	}
	.about_con {
		height: 1000px;
	}
}
.cont01 .row {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.cont01 .row .row_l {
	width: 50%;
	padding-right: 5%;
}
.cont01 .row .row_l h1, .cont01 .row .roe_r h1 {
	font-size: 30px;
	color: #101010;
	display: block;
	margin: 0 0 20px;
}
.cont01 .row .row_l .line, .cont01 .row .roe_r .line {
	height: 2px;
	width: 100%;
	background-color: #dce0e5;
	position: relative;
}
.cont01 .row .row_l .line::after, .cont01 .row .roe_r .line::after {
	content: '';
	width: 80px;
	height: 2px;
	background-color: #03a207;
	position: absolute;
	top: 0;
	left: 0;
}
.cont01 .row .row_l .l_box {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 25px 0 15px;
	border-bottom: 1px solid #d9dce1;
}
.cont01 .row .row_l .l_box:hover .img-boxx2 {
	display: block;
}
.cont01 .row .row_l .l_box:hover .img-boxx1 {
	display: none;
}
.cont01 .row .row_l .l_box .img {
	height: 2.6042vw;
	width: 2.6042vw;
	border: 1px solid #dce0e5;
	position: relative;
	margin-right: 1.25vw;
}
.cont01 .row .row_l .l_box.add .img {
    width: 4.5vw;
}
.cont01 .row .row_l .l_box:hover .img {
	background: #03a207;
}
.cont01 .row .row_l .l_box:hover h1 {
	color: #03a207 !important;
}
.cont01 .row .row_l .l_box:hover span {
	color: #03a207 !important;
}
.cont01 .row .row_l .l_box .img img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.cont01 .row .row_l .l_box .l_txt h1 {
	color: #bfbfbf;
	font-size: 17px;
	margin: 0 0 15px;
}
.cont01 .row .row_l .l_box .l_txt p {
	display: block;
	font-size: 16px;
	color: #333;
	white-space: break-spaces;
}
.cont01 .row .row_l .l_box .l_txt p.tbb {
	font-size: 17px;
	font-weight: 600;
}
.cont01 .row .row_l .row_l_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #d9dce1;
}
.cont01 .row .row_l .row_l_box .none_line {
	border: none;
}
.cont01 .row .row_l .img_box {
	display: flex;
	justify-content: flex-start;
	margin-top: 1.875vw;
}
.cont01 .row .row_l .img_box .img {
	width: 2.6042vw;
	height: 2.6042vw;
	border: 1px solid #dce0e5;
	position: relative;
	border-right: none;
	transition: all .5s;
}
.cont01 .row .row_l .img_box .img:hover {
	background: #03a207;
	border-color: #03a207;
	transition: all .5s;
}
.cont01 .row .row_l .img_box .img:hover .img-boxx2 {
	display: block;
}
.cont01 .row .row_l .img_box .img:hover .img-boxx1 {
	display: none;
}
.img-boxx2 {
	display: none;
}
.cont01 .row .row_l .img_box .img img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.cont01 .row .row_l .img_box .img:last-child {
	border-right: 1px solid #dce0e5;
}
.cont01 .row .roe_r {
	width: 50%;
}
.cont01 .row .roe_r form {
	width: 100%;
}
.cont01 .row .roe_r .form {
	padding-top: 5px;
}
.cont01 .row .roe_r .form .group {
	float: left;
	position: relative;
	width: 48.5%;
	margin-right: 3%;
	margin-top: 20px;
}
.cont01 .row .roe_r .form .group:nth-child(2n) {
	margin-right: 0;
}
.cont01 .row .roe_r .form .group.max {
	width: 100%;
	margin-right: 0;
	margin-bottom: 15px;
}
.cont01 .row .roe_r .form .group.max label {
	line-height: 1.6;
	top: 12px;
}
.cont01 .row .roe_r .form .text, .cont01 .row .roe_r .form .msg {
	width: 100%;
	background-color: #fff;
	border-radius: 5px;
	border: solid 1px #ddd;
	transition: border 0.3s ease;
	-webkit-transition: border 0.3s ease;
	-moz-transition: border 0.3s ease;
	-ms-transition: border 0.3s ease;
	-o-transition: border 0.3s ease;
	color: #666;
	font-size: 16px;
	padding-right: 15px;
	padding-left: 15px;
}
.cont01 .row .roe_r .form .text:focus, .cont01 .row .roe_r .form .msg:focus {
	border-color: #03a207;
}
.cont01 .row .roe_r .form ::-webkit-input-placeholder, .cont01 .row .roe_r .form :-moz-placeholder, .cont01 .row .roe_r .form ::-moz-placeholder, .cont01 .row .roe_r .form :-ms-input-placeholder {
	color: #999;
	font-size: 15px;
}
.cont01 .row .roe_r .form .text {
	height: 50px;
	line-height: 50px;
}
.cont01 .row .roe_r .form .msg {
	height: 160px;
	line-height: 1.8;
	resize: none;
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.cont01 .row .roe_r .page-more {
	width: 128px;
	line-height: 46px;
	font-size: 16px;
	text-align: center;
	letter-spacing: 1px;
	border-radius: 5px;
	border: 0;
	cursor: pointer;
	display: block;
	color: #fff;
	background: #03a207;
	margin-top: 30px;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.cont02 {
	padding-top: 80px;
}
.my-map {
	margin: 0 auto;
	width: 100%;
	height: 590px;
}
.my-map .icon {
	background: url("//a.amap.com/lbs-dev-yuntu/static/web/image/tools/creater/marker.png") no-repeat;
}
.my-map .icon-cir {
	height: 32px;
	width: 30px;
}
.my-map .icon-cir-blue {
	background-position: -65px -5px;
}
.amap-container {
	height: 100%;
}
.myinfowindow {
	width: 350px;
	min-height: 50px;
	padding: 0 10px 5px;
}
.myinfowindow h5 {
	font-size: 16px;
	font-weight: 600;
	width: 320px;
	height: 20px;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	white-space: nowrap;
}
.myinfowindow div {
	min-height: 40px;
	line-height: 1.5;
	font-size: 14px;
	color: #6f6f6f;
	margin-top: 10px;
}
.amap-container {
	height: 100%;
}
.amap-info-sharp {
	background-image: url("//webapi.amap.com/theme/v1.3/sharp.png") !important;
	background: no-repeat;
	left: 43px !important;
}
.amap-info-sharp, .amap-marker-content {
	width: 120px !important;
}
.mapimgli iframe {
	width: 100%;
	height: 600px;
}
@media screen and (max-width: 1400px) {
	.my-map {
		height: 500px;
		width: 100%;
	}
	.mapimgli iframe {
		width: 100%;
		height: 450px;
	}
}
@media screen and (max-width: 1100px) {
	.my-map {
		height: 300px;
		width: 100%;
	}
	.cont01 .row .roe_r {
		padding: 0 5% !important;
	}
	.mapimgli iframe {
		width: 100%;
		height: 300px;
	}
}
@media screen and (max-width: 768px) {
	.my-map {
		height: 250px;
		width: 100%;
	}
	.mapimgli iframe {
		width: 100%;
		height: 350px;
	}
}
.conbox-slide {
	position: relative;
	padding-bottom: 91px;
}
.conbox-slide .swiper-slide {
	background: transparent;
}
.category01-box {
	position: relative;
}
.category01-minibox {
    position: absolute;
    left: -1px;
    bottom: -1px;
    display: flex;
    background: #f5f3f7;
    align-items: center;
    width: 75%;
    height: 80px;
    padding: 0 20px;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
}
.conbox-slide .swiper-slide-active .category01-minibox {
	background: #03a207;
}
.conbox-slide .swiper-slide-active p {
	color: #fff;
}
.conbox-slide .swiper-slide-active h5 {
	color: #fff;
}
/* .category01-minibox-l p {
	font-size: 14px;
	text-align: left;
	letter-spacing: 0.5px;
	color: #101010;
	opacity: .4;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 8px;
} */
.category01-minibox-l h5 {
	font-size: 17px;
	font-weight: 500;
	text-align: left;
	line-height: 1.4;
	color: #101010;
	margin: 0;
}
.category01-box-img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: ease all .5s;
}
.category01-box:hover .category01-box-img {
	opacity: 1;
	transition: ease all .5s;
}
.conbox-slide .swiper-pagination {
	position: absolute;
	left: 12%;
	bottom: 0px;
	right: 240px;
	height: 1px;
	background: rgba(0, 0, 0, .1);
}
.swiper-pagination-progress .swiper-pagination-progressbar {
	bottom: 0;
}
.conbox-slide .swiper-slide {
	justify-content: flex-start;
}
.case .conbox-slide .swiper-slide a {
	cursor: pointer;
}
.category01-box:hover .category01-minibox {
	background: #03a207;
}
.category01-box .category01-minibox .category01-minibox-l {
	width: 100%;
}
.category01-box:hover p {
	color: white;
}
.category01-box:hover h5 {
	color: white;
}
.cont_nav_slide_big {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 90px;
}
.cont_nav_slide_big .swiper-slide {
	background: transparent;
}
.cont_nav_slide_big .swiper-container {
	height: 100%;
}
.eng {
	position: relative;
	display: flex;
	align-items: center;
	height: 100%;
}
.header-right-xiala {
	position: absolute;
	top: 70px;
	right: 0;
	width: 65px;
	background: white;
	border-radius: 5px;
	z-index: 8;
	display: none;
}
.header-right-xiala2 {
	display: flex;
	flex-direction: column;
}
.header-right-xiala a {
	color: black;
	font-size: 13px;
	text-align: center;
	padding: 10px 0;
}
@media (max-width: 1800px) {
	.cont01 .row .row_l .row_l_box {
		flex-direction: column !important;
		align-items: flex-start !important;
	}
	.news .news_con .con2 .con2_h1 a {
		font-size: 18px;
	}
	.news .news_con .con2 .con2_h2 a {
		font-size: 15px;
    	line-height: 1.6;
	}
}
@media (max-width: 1600px) {
	.ser .row .row01 .row01_l p {
		margin: 22px 0 32px !important;
	}
	.ind .row .row01 .row01_r p {
		margin-bottom: 35px !important;
	}
}
@media (max-width: 1500px) {
	.footer .footer_top .footer_l {
		flex-wrap: wrap;
	}
	.footer .footer_top .footer_l .footer_l_b {
		margin-bottom: 30px;
		width: 33.33%;
		margin-right: 0 !important;
	}
	.news .news_con .con2 .con2_h1 a {
		font-size: 18px !important;
	}
	.news .news_con .con2 .con2_h2 a {
		font-size: 14px !important;
	}
	.about_con .cont_nav ul li .c_nav_l .c_nav_h1 span {
		font-size: 20px !important;
	}
	.about_con .cont_nav ul li {
		padding: 20px 50px !important;
	}
	.about_con .con_top .con_top_r .con_r_box {
		font-size: 16px !important;
	}
	.con_top_r_box {
		font-size: 14px;
	}
	.culture {
		height: 900px !important;
	}
	.ser .row .row01 .row01_l h1 {
		font-size: 20px !important;
	}
	.ser .row .row01 .row01_l p {
		font-size: 14px !important;
	}
	.ser .row .row01 .row01_l .r_btn, .ind .row .row01 .row01_r .r_btn {
		width: 110px !important;
		height: 40px !important;
		line-height: 40px !important;
	}
	.wp .row01:nth-child(2n) .row01_r {
		margin-top: 0 !important;
	}
	.ser .row .row01 {
		margin-bottom: 30px !important;
	}
	.ind .row .row01 .row01_r h1, .banner .b_con h1 {
		font-size: 28px !important;
		line-height: normal !important;
	}
	.banner .b_con p, .ind .row .row01 .row01_r p {
		font-size: 16px !important;
	}
	.qualit01 .row01 .top h1, .ser_03 .row03 .row03_l h1, .ser_02 .row02 .row02_top h1 {
		font-size: 20px !important;
	}
	.qualit01 .row01 .top p, .carousel-p {
		font-size: 14px !important;
	}
	.ser2_01 .row01 .row01_l h1, .ser2_01 .row01 .row01_r .row01_r_txt .big {
		font-size: 20px !important;
	}
	.ser2_01 .row01 .row01_r p {
		font-size: 14px !important;
	}
	.news01_nav .row .news_top div {
		font-size: 14px !important;
	}
	.news02 .row .row01 .row01_top_r .r_txt .h1 {
		font-size: 18px !important;
	}
	.news02 .row .row01 .row01_top_r .r_txt p {
		font-size: 14px !important;
	}
	.news02 .row .row01 .row01_top_r .r_more .r_more_txt {
		font-size: 14px !important;
	}
	.news02 .row .row01 .row01_top .row01_top_l .l_txt h1 {
		font-size: 18px !important;
	}
	.news02 .row .row01 .row01_top .row01_top_l .l_txt .l_txt_p {
		font-size: 14px !important;
	}
	.detail01 .row .row_l h1, .detail02 .row02 .row02_top h1 {
		font-size: 20px !important;
	}
	.detail01 .row .row_l p, .detail02 .row02 .row02_top span {
		font-size: 14px !important;
	}
	.detail02 .row02 .row02_con .item .item_r h1 {
		font-size: 16px !important;
	}
	.detail02 .row02 .row02_con .item .item_r span {
		font-size: 14px !important;
	}
	.solu .row02 .row02_top h1 {
		font-size: 20px !important;
	}
	.solu .row02 .row02_top .top_p p {
		font-size: 14px !important;
	}
	.solu .row02 .row02_con .con01 h1 {
		font-size: 16px !important;
	}
	.solu .row02 .row02_con .con01 span {
		font-size: 14px !important;
	}
	.solu02 .row03 .row03_top h1 {
		font-size: 20px !important;
	}
	.solu02 .row03 .row03_top p {
		font-size: 14px !important;
	}
	.join01 .row01 h1, .jion03 .row03 .r_txt h1, .join04 .row04 .row04_item .item h1, .join02 .row02 h1 {
		font-size: 20px !important;
	}
	.join02 .row02 .row02_item .item p, .jion03 .row03 .r_txt .txt_box span, .join2 .row01 .txt_box .txt_l span, .join2 .row01 .txt_box .txt_r span {
		font-size: 14px !important;
	}
	.join02 .row02 .row02_item .item .h1, .join01 .row01 .row01_con .item .item_txt span, .join2 .row01 .txt_box .txt_l h1 {
		font-size: 16px !important;
	}
	.login-box h1 {
		font-size: 20px !important;
	}
	.login-box .login_txt .txt_name input, .login-box .login_txt .txt_name span, .login-box .login_txt .sub_btn span {
		font-size: 14px !important;
	}
	.cont02 .row02 .row02_item .item .row02_txt .h1 {
		font-size: 16px !important;
	}
	.cont02 .row02 .row02_item .item .row02_txt span {
		font-size: 14px !important;
	}
	.cont01 .row .row_l h1 {
		font-size: 20px !important;
	}
	.cont01 .row .row_l .l_box .l_txt h1 {
		font-size: 16px !important;
	}
	.cont01 .row .row_l .l_box .l_txt span {
		font-size: 14px !important;
	}
	.cont01 .row .row_l .l_box {
		padding: 20px 0 !important;
	}
}
@media (max-width: 1300px) {
	.header .nav .item {
		margin: 0 15px !important;
	}
}
@media (min-width: 1200px) and (max-width: 1500px) {
	.d-bottom-center {
		min-width: 500px !important;
		margin: 0 25px !important;
	}
	.ditu-3 {
		left: 11% !important;
	}
	.ditu-2 {
		left: 70% !important;
	}
	.ditu-4 {
		left: 65% !important;
	}
	.ditu-10 {
		left: 36.5% !important;
	}
}
@media (max-width: 1200px) {
	.serve .serve_box .serve_nav .s_nav_top ul {
		flex-wrap: wrap;
	}
	.serve .serve_box .serve_nav .s_nav_top ul li {
		width: 25%;
		margin-bottom: 10px;
	}
	.footer .footer_top .footer_l {
		flex-wrap: wrap;
	}
	.footer .footer_top .footer_l .footer_l_b {
		margin-bottom: 30px;
		width: 50%;
	}
	.footer .footer_top .footer_l {
		width: 70% !important;
	}
	.footer .footer_top .footer_r {
		width: 30% !important;
	}
	.conbox-slide .swiper-pagination {
		right: 20% !important;
	}
	.about_con .cont_nav ul li {
		width: 50% !important;
	}
	.ser2_01 .row01 {
		flex-direction: column;
	}
	.ser2_01 .row01 .row01_l {
		width: 100% !important;
		margin-bottom: 15px;
	}
	.banner {
		height: 400px;
	}
	.banner_img {
		height: 100%;
	}
	.banner_img img {
		object-fit: cover;
		height: 100%;
	}
	.banner .b_con p {
		text-align: center;
		padding: 0 15px;
	}
	.ser_02 .row02 .row02_top p br {
		display: none;
	}
	.ser_03 .row03 {
		flex-direction: column;
	}
	.ser_03 .row03 .row03_l, .ser_03 .row03 .row03_r {
		width: 100% !important;
	}
	.banner-nav {
		top: 80px !important;
	}
	.banner .b_con h1 {
		font-size: 20px !important;
	}
	.banner .b_con p {
		font-size: 14px !important;
	}
	.ser .row .row01 {
		flex-direction: column !important;
	}
	.wp .row01:nth-child(2n-1) .row01_r {
		position: static !important;
	}
	.wp .row01:nth-child(2n-1) .row01_l {
		position: static !important;
	}
	.ser .row .row01 .row01_l {
		width: 100% !important;
		height: auto !important;
		padding: 15px !important;
	}
	.ser .row .row01 .row01_r {
		width: 100% !important;
		height: auto !important;
	}
	.ser .row .row01 {
		height: 100% !important;
	}
	.wp .row01:nth-child(2n) .row01_l {
		position: static !important;
		padding: 15px !important;
	}
	.ser .row .more, .ind .row .more {
		width: 140px !important;
		height: 40px !important;
		line-height: 40px !important;
		font-size: 14px !important;
	}
	.ind .row .row01 {
		flex-direction: column !important;
	}
	.ind .row .row01 .row01_l {
		width: 100% !important;
		padding: 0 !important;
	}
	.ind .row .row01 .row01_r {
		width: 100% !important;
		padding: 15px !important;
	}
	.news02 .row .row01 .row01_top {
		flex-direction: column;
	}
	.news02 .row .row01 .row01_top .row01_top_l {
		width: 100% !important;
	}
	.news-box {
		width: 100% !important;
	}
	.news02 .row .row01 .row01_top .row01_top_l .l_img {
		overflow: hidden;
	}
	.news02 .row .row01 .row01_top .row01_top_l {
		margin: 0 0 40px 0 !important;
		padding: 0 22px;
	}
	.news_content .con_d {
		flex-direction: column;
	}
	.news_content .con_d .con_d_l {
		width: 100% !important;
		margin-bottom: 30px;
	}
	.news_content .con_d .con_d_r {
		width: 100% !important;
	}
	.news_content .con_d .con_d_r .r_img img {
		width: 100%;
	}
	.news_content .con_d {
		padding: 50px 0 !important;
	}
	.crumbs .crumbs_nav {
		padding-top: 80px !important;
	}
	.news_content .con_d .con_d_l .l_foot {
		justify-content: space-between !important;
		align-items: flex-start !important;
		flex-direction: column !important;
	}
	.news_content .con_d .con_d_l .l_foot div {
		margin-bottom: 15px;
	}
	.crumbs .crumbs_nav {
		display: block !important;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
	}
	.news_content .con_d .con_d_l h1 {
		font-size: 20px !important;
	}
	.news_content .con_d .con_d_l .l-con, .news_content .con_d .con_d_r .r_txt {
		font-size: 14px !important;
	}
	.news_content .con_d .con_d_l .l-con span {
		font-size: 16px !important;
	}
	.detail01 .row {
		flex-direction: column-reverse;
		padding-top: 50px !important;
	}
	.detail01 .row .row_r {
		width: 100% !important;
		padding-bottom: 30px !important;
	}
	.detail01 .row .row_l {
		width: 100% !important;
		padding: 0 !important;
	}
	.detail02 .row02 .row02_top {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.allitem {
		width: 100% !important;
	}
	.allitem {
		padding: 0 10px !important;
	}
	.solu .row02 .row02_con a {
		width: 50% !important;
		padding: 15px;
	}
	.solu .row02 .row02_con {
		flex-wrap: wrap;
	}
	.solu {
		height: 100%;
	}
	.solu .row02 .row02_con .con01 .img {
		height: 100% !important;
		object-fit: cover;
	}
	.join01 .row01 .row01_con {
		flex-wrap: wrap;
		justify-content: flex-start !important;
	}
	.join01 .row01 .row01_con .item {
		width: 33.33% !important;
	}
	.join2 .row01 .txt-con_btn {
		flex-direction: column;
		align-items: flex-start !important;
	}
	.join2 .row01 .txt-con_btn .btn_box {
		height: 30px !important;
		width: 100px !important;
		line-height: 30px !important;
		margin: 15px 0 !important;
	}
	.join2 .row01 .txt-con {
		padding: 10px !important;
	}
	.join2 .row01 .row01_top {
		flex-wrap: wrap;
	}
	.join2 .row01 .row01_top .item {
		width: 48% !important;
		margin-bottom: 25px;
	}
	.login-box {
		width: 400px !important;
	}
	.cont01 .row {
		flex-direction: column !important;
	}
	.cont01 .row .row_l {
		width: 100% !important;
		margin: 50px 0 !important;
		padding: 0 10% !important;
	}
	.cont01 .row .roe_r {
		width: 100% !important;
		padding: 0 10% !important;
	}
	.cont01 .row .roe_r img {
		width: 100%;
	}
	.cont02 .row02 .row02_item .item {
		width: 100% !important;
		margin: 0 0 30px 0 !important;
	}
	.cont02 .row02 .row02_item .item .row02_txt .h1 {
		line-height: 26px !important;
	}
	.cont02 .row02 .row02_item .item .row02_txt span {
		line-height: 26px !important;
	}
	.cont01 .row .row_l .l_box .img, .cont01 .row .row_l .img_box .img {
		width: 50px !important;
		height: 50px !important;
	}
}
.wp .row01:nth-child(2n) .row01_l {
	padding: 7.0833vw 3.3333vw 0 26.25vw;
	position: absolute;
	top: 0;
	right: 0;
}
.wp .row01:nth-child(2n) .row01_r {
	margin-top: 4.0625vw;
}
.wp .row01:nth-child(2n-1) {
	flex-direction: column-reverse !important;
}
.wp .row01:nth-child(2n-1) .row01_r {
	position: absolute;
	top: 4.0625vw;
	right: 0;
}
.wp .row01:nth-child(2n-1) .row01_l {
	padding: 7.0833vw 26.25vw 0 3.3333vw;
	position: absolute;
	top: 0;
}
.ser .row {
	padding: .5vw 0;
}
.ser .row .row01 {
	position: relative;
	width: 100%;
	height: 37vw;
	display: flex;
	justify-content: space-between;
}
.ser .row .row01 .row01_l {
	width: 50vw;
	height: 30vw;
	background-color: #f3f6f9;
}
.ser .row .row01 .row01_l h1 {
	font-family: 'Roboto Condensed';
	font-size: 2.7rem;
	font-weight: 600;
	color: #101010;
	position: relative;
	margin: 0 0 30px;
	padding-bottom: 20px;
}
.ser .row .row01 .row01_l h1::after {
	content: '';
	display: block;
	height: 2px;
	width: 35px;
	background-color: #03a207;
	position: absolute;
	left: 0;
	bottom: 0;
}
.ser .row .row01 .row01_l p {
	font-size: 16px;
	line-height: 1.8;
	color: #4e4d4d;
	margin: 50px 0 60px;
}
.ser .row .row01 .row01_l .r_btn {
	width: 160px;
	height: 50px;
	line-height: 48px;
	border: 1px solid #e1e1e1;
	font-size: 15px;
	text-align: center;
	color: #4E4D4D;
	cursor: pointer;
	position: relative;
	z-index: 10;
}
.ser .row .row01 .row01_l .r_btn::before {
	content: '';
	display: block;
	width: 100%;
	height: 3px;
	background: #03a207;
	position: absolute;
	left: 0;
	bottom: 0px;
	z-index: -1;
	transition: all .4s ease;
}
.ser .row .row01 .row01_l .r_btn:hover {
	color: #fff;
	border: 0;
}
.ser .row .row01 .row01_l .r_btn:hover::before {
	width: 100%;
	height: 100%;
	bottom: 0px;
}
.ser .row .row01 .row01_l .r_btn a {
	text-decoration: none;
}
.ser .row .row01 .row01_l h1:hover {
	color: #03a207;
}
.ser .row .row01 .row01_l .r_btn:hover {
	color: #fff;
	text-decoration: none;
}
.ser .row .row01 .row01_r {
	width: 50vw;
	height: 28vw;
	border-radius: 10px;
	overflow: hidden;
	z-index: 10;
	cursor: pointer;
	overflow: hidden;
}
.ser .row .row01 .row01_r img {
	width: 100%;
	max-width: 100%;
	transition: all 1s;
}
.ser .row .row01 .row01_r:hover img {
	transform: scale(1.1);
}
.ser .row .row01 .fl {
	margin-top: 4vw;
}
.ser .row .row01 .fr {
	position: absolute;
	top: 4vw;
	right: 0;
}
.ser .row .row01 .fr1 {
	padding: 7.0833vw 3.3333vw 0 26.25vw;
	position: absolute;
	top: 0;
	right: 0;
}
.ser .row .more {
	margin: auto;
	width: 15.625vw;
	height: 3.9583vw;
	border: 1px solid #03a207;
	text-align: center;
	line-height: 3.9583vw;
	font-size: 1.0417vw;
	color: #03a207;
	cursor: pointer;
}
.ser2_01 .row01 {
	padding-top: 20px;
	padding-bottom: 60px;
	display: flex;
	justify-content: flex-start;
}
.ser2_01 .row01_r .detail {
	font-size: 16px;
	line-height: 1.8;
}
.ser2_01 .row01 .row01_l {
	width: 25%;
	margin-right: 2%;
}
.ser2_01 .row01 .row01_l h1 {
	font-family: 'Roboto Condensed';
	font-size: 2.6rem;
	font-weight: 600;
	color: #101010;
	position: relative;
	margin: 0;
	padding-bottom: 27px;
}
.ser2_01 .row01 .row01_l h1::after {
	content: '';
	display: block;
	width: 35px;
	height: 2px;
	background-color: #03a207;
	position: absolute;
	bottom: 0;
	left: 0;
}
.ser2_01 .row01 .row01_r p {
	font-size: 16px;
	color: #4e4d4d;
	line-height: 26px;
	margin-bottom: 22px;
}
.ser2_01 .row01 .row01_r .row01_r_txt {
	font-size: 18px;
	color: #03a207;
}
.ser2_01 .row01 .row01_r .row01_r_txt .big {
	font-size: 30px;
}
.ser2_01 .row01_img {
	margin-bottom: 6.7708vw;
}
.ser2_01 .row01_img img {
	width: 100%;
	max-width: 100%;
}
.ser2_01 .row01 .row01_r {
	width: 80%;
}
.ser_02 {
	background: url('../images/service/ser_4.png');
	padding-top: 130px;
	padding-bottom: 130px;
}
.ser_02 .row02 {
	text-align: center;
}
.ser_02 .row02 .row02_top {
	margin-bottom: 42px;
}
.ser_02 .row02 .row02_top h1 {
	font-size: 30px;
	color: #fff;
	margin: 0;
	position: relative;
	padding-bottom: 27px;
	margin-bottom: 25px;
}
.ser_02 .row02 .row02_top h1::after {
	content: '';
	display: block;
	width: 35px;
	height: 2px;
	background-color: #03a207;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.ser_02 .row02 .row02_top p {
	font-size: 16px;
	color: #fff;
	line-height: 26px;
	margin-bottom: 22px;
}
.ser_02 .row02 .row02_top .top_txt {
	color: #03a207;
	font-size: 22px;
	margin: 0;
}
.ser_02 .row02 .row02_top .top_txt span {
	font-size: 1.5625vw;
}
.ser_02 .row02 .carousel {
	position: relative;
	width: 100%;
}
.ser_03 .carousel-p {
	color: black;
}
.ser_02 .row02 .swiper-button-prev, .ser_02 .row02 .swiper-button-next {
	width: 58px;
	height: 58px;
	transition: all 0.3s;
	border-radius: 50%;
	background-color: #1D1D1D;
	background-image: none;
	display: flex;
	align-items: center;
	justify-content: center;
}
.ser_02 .row02 svg {
	transition: all .3s;
}
.ser_02 .row02 .swiper-button-prev:hover svg, .ser_02 .row02 .swiper-button-next:hover svg {
	fill: white;
	transform: all .3s;
}
.ser_02 .row02 .swiper-button-prev img, .ser_02 .row02 .swiper-button-next img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.ser_02 .row02 .img2 {
	display: none;
}
.ser_02 .row02 .swiper-button-prev {
	left: -5.2083vw;
}
.ser_02 .row02 .swiper-button-prev::after {
	content: '';
	display: block;
}
.ser_02 .row02 .swiper-button-prev:hover {
	background-color: #03a207;
}
.ser_02 .row02 .swiper-button-prev:hover .img1 {
	display: none;
}
.ser_02 .row02 .swiper-button-prev:hover .img2 {
	display: block;
}
.ser_02 .row02 .swiper-button-next {
	right: -5.2083vw;
}
.ser_02 .row02 .swiper-button-next:hover {
	background-color: #03a207;
}
.ser_02 .row02 .swiper-button-next:hover .img1 {
	display: none;
}
.ser_02 .row02 .swiper-button-next:hover .img2 {
	display: block;
}
.ser_02 .row02 .box {
	display: block;
	text-align: center;
	transition: all 0.3s;
}
.ser_02 .row02 .box .text {
	display: block;
	font-size: 20px;
	color: #fff;
	line-height: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
}
.ser_03 {
	background: url("../images/service/ser_6.png") no-repeat;
	background-size: cover;
}
.ser_03 .row03 {
	text-align: center;
	padding-top: 80px;
	padding-bottom: 90px;
}
.ser_03 .row03 .row03_l {
	width: 30%;
	padding-right: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 42px;
}
.ser_03 .row03 .row03_l h1 {
	font-size: 30px;
	color: #101010;
	line-height: 30px;
	position: relative;
	padding-bottom: 27px;
	margin: 0 0 25px 0;
	text-align: left;
}
.ser_03 .row03 .row03_l h1::after {
	content: '';
	display: block;
	width: 35px;
	height: 2px;
	background-color: #03a207;
	position: absolute;
	bottom: 0;
	left: 0;
}
.ser_03 .row03 .box .img img {
	border-radius: 15px;
	overflow: hidden;
}
.lb {
	border-bottom: 1px solid #e5e5e5
}
.sec_nav {
	min-height: 60px;
	background: #fff
}
.sec_nav nav {
	height: 80px;
	line-height: 80px;
	/* display: flex;
	justify-content: center */
}
.sec_nav nav a {
	font-size: 18px;
	display: inline-block;
}
.sec_nav nav a:hover {
	color: #03a207
}
@media (max-width:991px) {
	.sec_nav nav {
		border-top: 1px solid #e5e5e5
	}
}
@media (min-width:1360px) {
	.sec_nav nav p {
		float: left;
		font-size: 15px;
		margin: 0 20px;
	}
}
@media (min-width:1500px) {
	.sec_nav nav p {
		font-size: 16px;
		margin: 0 30px;
	}
}
@media (max-width:1359px) {
	.sec_nav nav {
		font-size: 15px;
		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 5%
	}
}
@media (max-width:992px) {
	.sec_nav nav {
		padding: 0 5%
	}
}
@media (max-width:640px) {
	.sec_nav nav {
		padding: 0 3%
	}
}
.sec_nav nav .active {
	position: relative;
	color: #03a207
}
.sec_nav nav .active a {
	color: #03a207
}
.sec_nav nav .active::after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 3px;
	background-color: #03a207;
	left: 0;
	bottom: -1px
}
@media (max-width:639px) {
	.sec_nav nav {
		overflow-x: auto;
		overflow-y: hidden;
		white-space: nowrap;
		flex-wrap: wrap;
		height: auto
	}
	.sec_nav nav p {
		width: 50%
	}
	.sec_nav nav a {
		line-height: 40px;
		display: inline-block
	}
}
@media (min-width:1200px) {
	.sec_nav.fixed {
		position: fixed;
		top: 90px;
		left: 0;
		right: 0;
		background: #fff;
		z-index: 5555;
		background: #f7f7f7
	}
	.sec_nav.fixed nav {
		height: 60px
	}
	.sec_nav.fixed nav a {
		line-height: 60px
	}
}
@media (max-width:992px) {
	.sec_nav.fixed.lb nav {
		border-bottom: 1px solid #e5e5e5
	}
	.sec_nav.fixed nav {
		position: fixed;
		top: 60px;
		left: 0;
		right: 0;
		background: #fff;
		z-index: 5555
	}
}
.index_product {
	padding: 70px 60px;
}
.index_product .hd1 {
	text-align: center;
	margin-bottom: 50px;
}
.index_product .wrap {
	position: relative
}
.index_product .pnext {
	margin-top: -65px !important
}
.index_product .swiper {
	margin-left: -15px;
	margin-right: -15px;
	position: relative;
	padding-bottom: 40px
}
.index_product .swiper li {
	width: 33.33%;
	padding: 15px;
}
.index_product .swiper .coverbox {
	border-radius: 6px;
	overflow: hidden;
	background: #f5f5f5;
}
.index_product .swiper .product_item .info .to {
	border-bottom-right-radius: 6px;
}
@media (max-width:991px) {
	.index_product .swiper li {
		width: 50%
	}
}
@media (max-width:600px) {
	.index_product .swiper li {
		width: 100%
	}
}
.product_item {
	background: #fff;
	position: relative;
	margin-bottom: 25px
}
.product_item .coverbox .coverimg {
	transform: scale(.8)
}
.product_item .coverbox:hover .coverimg {
	transform: scale(.9)
}
.product_item .info {
	padding: 0 60px 0 22px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 48px;
	z-index: 5;
	line-height: 48px
}
.product_item .info .tit {
	font-size: 20px;
	font-weight: 500;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: block
}
@media (max-width:992px) {
	.product_item .info .tit {
		font-size: 15px
	}
}
.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: #03a207;
	color: #fff;
	font-size: 20px;
	font-weight: 600
}
.product_item a.info:hover .to {
	background-color: #0082d9;
}
@media (max-width:768px) {
	.coverbox .coverimg {
		top: -10px;
	}
	.product_item .info {
		height: 32px;
		line-height: 32px;
		padding: 0 35px 0 20px;
	}
	.product_item .info .to {
		width: 30px;
		height: 30px;
		line-height: 30px;
		text-align: center;
		font-size: 12px
	}
}
.index_quote {
	text-align: center;
	background: url("../images/bg_prodb.jpg") no-repeat center center;
	background-size: cover;
	color: #fff;
	padding: 100px 0 120px;
}
.index_quote .desc {
	font-size: 17px;
	font-weight: 300;
	letter-spacing: 0.6px;
	max-width: 980px;
	line-height: 1.4;
	margin: 20px auto 60px;
}
@media (max-width:1200px) {
	.index_quote .desc {
		font-size: 15px
	}
}
.vbtn {
	font-size: 16px;
	letter-spacing: 0.5px;
	line-height: 46px;
	display: inline-block;
	color: #03a207;
	border: 1px solid #03a207;
	border-radius: 2em;
	padding: 0 40px;
	transition: all .3s cubic-bezier(.04, .79, 1, 1) !important;
}
.vbtn.big {
	font-size: 20px;
	text-shadow: rgb(0, 0, 0, 0.2) 2px 0 3px;
}
.vbtn i {
	font-size: 86%;
}
.vbtn:hover {
	background-color: #03a207;
	color: #fff
}
.vbtn.bg {
	background-color: #03a207;
	font-size: 18px;
	letter-spacing: 1px;
	color: #fff;
}
.vbtn.bg:hover {
	background-color: #0082d9;
	border-color: #0082d9
}
.skill_quote {
	padding: 10px 0 86px;
}
.skill_quote .content {
	background: url('../images/quotebg.jpg') no-repeat center center;
	background-size: cover;
	color: #fff;
	padding: 90px 100px
}
@media (min-width: 1200px) {
	.skill_quote .content {
		display: flex;
		justify-content: space-between;
	    gap: 50px;
	}
}
@media (max-width: 1200px) {
	.skill_quote .content {
		padding: .96rem .6rem
	}
}
@media (max-width: 480px) {
	.skill_quote .content {
		padding: 10px 20px 25px;
	}
}
.skill_quote .lbox h3 {
    font-family: 'Roboto Condensed';
	font-size: 50px;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 20px
}
@media (max-width: 1920px) {
	.skill_quote .lbox h3 {
		font-size: 36px;
	}
}
@media (max-width: 992px) {
	.skill_quote .lbox h3 {
		font-size: .58rem;
		font-weight: bold
	}
}
@media (max-width: 992px) and (max-width:1919px) and (min-width:1200px) {
	.skill_quote .lbox h3 {
		font-size: 3vw
	}
}
@media (max-width: 992px) and (max-width:1200px) {
	.skill_quote .lbox h3 {
		font-size: 1.4rem;
		line-height: 1.4;
	}
}
.skill_quote .lbox .desc {
	font-size: 24px
}
@media (max-width: 992px) {
	.skill_quote .lbox .desc {
		font-size: 20px
	}
}
@media (max-width: 768px) {
	.skill_quote .lbox .desc {
		font-size: 19px
	}
}
@media (max-width: 480px) {
	.skill_quote .lbox .desc {
		font-size: 18px
	}
}
@media (max-width: 480px) {
	.skill_quote .lbox .desc {
		font-size: 16px
	}
}
@media (max-width: 1199px) {
	.skill_quote .lbox {
		margin-bottom: 1rem
	}
}
.skill_quote .item {
	display: -webkit-flex;
	display: flex;
	display: -webkit-box;
	display: box;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	box-align: center
}
.skill_quote .item .info {
    width: 90%;
}
.skill_quote .item .ic1 {
	background: url('../images/quoe01.png') no-repeat center center
}
.skill_quote .item .ic2 {
	background: url('../images/quoe02.png') no-repeat center center
}
.skill_quote .item .ic3 {
	background: url('../images/quoe03.png') no-repeat center center
}
.skill_quote .item .icon {
	width: 72px;
	height: 72px;
	border-radius: 50%;
	border: 1px solid #fff;
	display: block;
	margin-right: 28px
}
.skill_quote .item .tit {
	font-size: 16px;
	margin-bottom: 8px
}
.skill_quote .item .val {
	font-size: 18px
}
@media (max-width: 640px) {
	.skill_quote {
		padding: 10px 0 20px;
	}
	.skill_quote .item .icon {
		width: 40px;
		height: 40px;
		background-size: 20px;
		margin-right: 15px;
	}
	.skill_quote .item .tit {
		font-size: 14px;
		margin-bottom: 4px
	}
	.skill_quote .item .val {
		font-size: 15px;
	}
	.skill_quote .item:last-child .val {
		width: 80%;
	}
}
.skill_quote .item + .item {
	margin-top: 35px
}
.skill_zclist {
	padding-top: 120px
}
@media (max-width: 640px) {
	.skill_zclist {
		padding-top: 1rem
	}
}
.skill_zclist h2 {
	font-size: 50px;
	font-weight: 600;
	margin-bottom: 50px
}
@media (max-width: 1920px) {
	.skill_zclist h2 {
		font-size: 36px
	}
}
@media (max-width: 992px) {
	.skill_zclist h2 {
		font-size: .58rem;
		font-weight: bold
	}
}
@media (max-width: 992px) and (max-width:1919px) and (min-width:1200px) {
	.skill_zclist h2 {
		font-size: 3vw
	}
}
@media (max-width: 992px) and (max-width:1200px) {
	.skill_zclist h2 {
		font-size: 1.5rem
	}
}
.skill_zclist .row {
	margin-left: -40px !important;
	margin-right: -40px !important
}
.skill_zclist .row > * {
	padding-left: 40px !important;
	padding-right: 40px !important;
	margin-bottom: 60px;
}
.skill_zclist .row .col-xs-6:last-child {
	margin-bottom: 0;
}
@media (min-width: 640px) {
	.skill_zclist .row li:nth-child(2n) .inner {
		position: relative;
		top: -150px
	}
	.skill_zclist .row li:nth-child(2n+1) {
		clear: both
	}
}
.skill_zclist .inner h6 {
    font-family: 'Roboto Condensed';
    font-weight: 600;
	font-size: 30px;
	margin: 30px 0 20px
}
@media (max-width: 639px) {
	.skill_zclist h2 {
		font-size: 1.5rem;
		margin-bottom: 25px;
	}
	.skill_zclist .row li {
		width: 100%;
		margin-bottom: 1.2rem
	}
	.skill_zclist .inner h6 {
		margin: 25px 0 10px;
	}
}
@media (max-width: 992px) {
	.skill_zclist .inner h6 {
		font-size: 24px
	}
}
@media (max-width: 768px) {
	.skill_zclist .inner h6 {
		font-size: 20px
	}
	.skill_zclist .inner .desc {
		font-size: 15px
	}
}
@media (max-width: 480px) {
	.skill_zclist .inner h6 {
		font-size: 18px
	}
}
.skill_zclist .inner .desc {
	font-size: 16px;
	line-height: 1.7;
	color: #666
}
.skill_zclist .inner ul li {
	font-size: 16px;
	line-height: 1.7;
	color: #666
}
.skill_zclist .inner ul li i {
	font-weight: 500;
}
.skill_ban {
	background-image: url('../images/sp_support.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: #fff
}
.skill_ban .wp {
	height: 550px;
	padding: 40px 0;
	display: flex;
	flex-direction: column;
	justify-content: center
}
.skill_ban h2 {
    font-family: 'Roboto Condensed';
	font-size: 50px;
	font-weight: bold;
	text-shadow: 1px 1px 2px rgb(0, 0, 0, 0.3);
	margin-bottom: 30px;
}
.skill_ban .desc {
	font-size: 18px;
	line-height: 1.7;
	max-width: 750px
}
@media (max-width: 1920px) {
	.skill_ban h2 {
		font-size: 42px;
	}
}
@media (max-width: 992px) {
	.skill_ban h2 {
		font-size: .58rem;
		font-weight: bold
	}
}
@media (max-width: 992px) and (max-width:1919px) and (min-width:1200px) {
	.skill_ban h2 {
		font-size: 3vw
	}
}
@media (max-width: 992px) and (max-width:1200px) {
	.skill_ban h2 {
		font-size: 1.3rem;
		margin: 0 0 20px;
	}
}
@media (min-width: 992px) {
	.skill_ban .desc {
		width: 70%
	}
}
.skill_top .bd {
	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 0 50px;
}
.skill_top .bd h2 {
	font-size: .52rem;
	font-weight: bold
}
.skill_top .bd .return {
	color: #03a207;
	border: 1px solid #03a207;
	width: 180px;
	line-height: 48px;
	border-radius: 25px;
	display: block;
	font-size: 15px;
	text-align: center;
	letter-spacing: 1px;
}
.skill_top .bd .return:hover {
	background-color: #03a207;
	color: #fff
}
@media (max-width: 1920px) {
	.skill_top .bd h2 {
		font-size: 36px
	}
}
@media (max-width: 640px) {
	.skill_top .bd {
		padding: 25px 0 20px;
	}
	.skill_top .bd h2 {
		font-size: 1.5rem;
		margin: 0;
	}
	.skill_top .bd .return {
		font-size: 14px;
		width: 120px;
		line-height: 36px;
		border-radius: 18px;
	}
	.skill_ban .wp {
		height: 20rem
	}
	.skill_ban .desc {
		font-size: 15px;
		line-height: 1.7;
	}
}
.case {
	padding: 3.5vw 0 4.5vw;
	/* padding: 3.125vw 0 7.8125vw 12.5vw; */
	width: 100%;
	background-color: #f1f1f1;
}
.case .case_top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 2.5vw;
}
.case .case_top .case_h1 {
    font-family: 'Roboto Condensed';
    font-size: 2.2vw;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
	color: #101010;
}
.case .case_top .case_btn {
	width: 162px;
	height: 54px;
	line-height: 54px;
	border: 1px solid #e1e1e1;
	font-size: 1.1rem;
	font-weight: 500;
	color: #4E4D4D;
	text-align: center;
	cursor: pointer;
	position: relative;
	z-index: 10;
}
.case .case_top .case_btn::before {
	content: '';
	display: block;
	width: 100%;
	height: 3px;
	background: #ff6d0a;
	position: absolute;
	left: 0;
	bottom: 0px;
	z-index: -1;
	transition: all .4s ease;
}
.case .case_top .case_btn:hover {
	color: #fff;
	border: 0;
}
.case .case_top .case_btn:hover::before {
	width: 100%;
	height: 100%;
	bottom: 0px;
}
.Box {
	position: relative;
	margin-left: 10%;
}
.Box .Box_con {
	position: relative;
}
.Box .Box_con .btnl {
	position: absolute;
}
.Box .Box_con .btn {
	display: none;
}
.Box .Box_con .conbox {
	position: relative;
	overflow: hidden;
}
.Box .Box_con .conbox ul {
	position: relative;
	list-style: none;
	width: 10000000px !important;
}
.Box .Box_con .conbox ul li {
	float: left;
	width: 30.3125vw;
	height: 20.5208vw;
	margin-right: 2.6042vw;
	position: relative;
	cursor: pointer;
	transition: all 1s;
	overflow: hidden;
}
.Box .Box_con .conbox ul li img {
	display: block;
	width: 30.3125vw;
	height: 20.5208vw;
	transition: all 1s;
}
.Box .Box_con .conbox ul li .cur_box {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 4.8958vw;
	width: 19.8958vw;
	background-color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 2.0833vw;
	z-index: 88;
	transition: 0.6s linear;
}
.Box .Box_con .conbox ul li .cur_box:after {
	width: 0;
	cursor: pointer;
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	background: #0082d9;
	transition: 0.6s linear;
}
.Box .Box_con .conbox ul li .cur_t {
	font-size: .875rem;
	color: #101010;
	opacity: 0.4;
}
.Box .Box_con .conbox ul li .cur_h {
	font-size: 1.0417vw;
	color: #101010;
}
.Box .Box_con .conbox ul li .cur_img {
	height: 1.875vw;
	width: 1.875vw;
}
.Box .Box_con .conbox ul li .cur_img img {
	height: 100%;
	width: 100%;
}
.Box .Box_con .conbox ul li .cur_c {
	display: none;
	height: 3.2292vw;
	width: 3.2292vw;
	background-color: #0082d9;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 11;
	transform: translate(-50%, -50%);
	transition: all 2s;
}
.Box .Box_con .conbox ul li .cur_c .cur_c_img {
	width: 0.8333vw;
	height: 0.8333vw;
}
.Box .Box_con .conbox ul li .cur_c img {
	width: 100%;
	height: 100%;
	margin: 1.1979vw 1.1979vw;
}
.Box .Box_con .conbox ul li.on img {
	transform: scale(1.1);
}
.Box .Box_con .conbox ul li.on .cur_c {
	display: block;
}
.Box .Box_con .conbox ul li.on .cur_box {
	background-color: #fff;
}
.Box .Box_con .conbox ul li.on .cur_box::after {
	width: 100%;
}
.Box .Box_con .conbox ul li.on .cur_t {
	color: #fff;
}
.Box .Box_con .conbox ul li.on .cur_h {
	color: #fff;
}
.Box .Box_con .conbox ul li .img2 {
	display: none;
}
.Box .Box_con .conbox ul li.on .img1 {
	display: none;
}
.Box .Box_con .conbox ul li.on .img2 {
	display: block;
}
.Box .BoxSwitch {
	margin-top: 4.6875vw;
}
.Box .BoxSwitch span {
	display: inline-block;
	zoom: 1;
	vertical-align: middle;
	width: 218px;
	width: 11.3542vw;
	height: 1px;
	background: #ccc;
	cursor: pointer;
}
.Box .BoxSwitch span.cur {
	background: #1a8fdd;
}
.banner {
	position: relative;
}
.banner .banner_img img {
	width: 100%;
	max-width: 100%;
}
.banner .b_con {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	animation-name: w3;
	animation-duration: 1s;
	animation-iteration-count: 1;
}
.banner .b_con h1 {
	font-family: 'Roboto Condensed';
	font-size: 42px;
	line-height: 42px;
	font-weight: bold;
	text-align: left;
	letter-spacing: 1px;
	text-shadow: 1px 1px 2px rgb(0, 0, 0, 0.3);
	color: #fff;
	margin: 0;
}
.banner .b_con p {
	color: #fff;
	font-size: 17px;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 30px;
	margin: 20px 0 0;
}
.banner .b_con p.npv_des {
	display: none;
}
.news01_nav .row {
	position: relative;
	border-bottom: 1px solid #ddd;
	padding: 30px 0 25px;
	margin-bottom: 50px;
}
.news01_nav .row .news_top {
	display: flex;
	/*justify-content: center;*/
}
.news01_nav .row .news_top.posi {
	color: #666;
	font-size: 15px;
	letter-spacing: 0.8px;
}
.news01_nav .row .news_top.posi a {
	color: #666;
	padding: 0 5px;
}
.news01_nav .row .news_top.posi a:hover {
	color: #03a207;
}
.news01_nav .row .news_top a {
	display: block;
}
.news01_nav .row .news_top div {
	transition: all 0.5s;
	width: 25%;
	height: 70px;
	background: white;
	font-size: 16px;
	color: #4e4d4d;
	line-height: 70px;
	text-align: center;
	border-top: 2px solid #f0f0f0;
	border-bottom: 2px solid #f0f0f0;
}
.news01_nav .row .news_top div:hover, .news01_nav .row .news_top .on a {
	color: #03a207;
	background-color: #f3f3f3;
	border-bottom: 2px solid #03a207;
}
.news01_nav .row .news_top .on {
	color: #03a207;
	background-color: #f3f3f3;
	border-bottom: 2px solid #03a207;
}
.news02 .row .row01 .row01_top {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
.news02 .row .row01 .row01_top .row01_top_l {
	width: 63.66%;
	margin: 0 22px;
	position: relative;
	cursor: pointer;
	overflow: hidden;
}
.news02 .row .row01 .row01_top .row01_top_l .l_img {
	width: 100%;
}
.news02 .row .row01 .row01_top .row01_top_l .l_img img {
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	transition: all 1s;
}
.news02 .row .row01 .row01_top .row01_top_l .l_txt {
	position: absolute;
	left: 36px;
	bottom: 34px;
	padding-right: 20px;
}
.news02 .row .row01 .row01_top .row01_top_l .l_txt h1 {
	font-size: 20px;
	color: #fff;
	line-height: 20px;
	margin: 0 0 0.4167vw;
}
.news02 .row .row01 .row01_top .row01_top_l .l_txt p {
	color: #fff;
	line-height: 14px;
	font-size: 14px;
}
.news02 .row .row01 .row01_top .row01_top_l .l_txt .l_txt_p {
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	opacity: 0.6;
	margin: 0;
}
.news02 .row .row01 .row01_top_l:hover img {
	transform: scale(1.3);
}
.news02 .row .row01 .row01_top_r {
	width: 100%;
	position: relative;
	cursor: pointer;
	padding: 0 22px;
}
.news02 .row .row01 .row01_top_r .r_more {
	border-bottom: 2px solid #ededed;
	padding-bottom: 20px;
}
.news-box {
	width: 33.33%;
    margin-bottom: 1.8rem;
}
.news-box.srhx {
	width: 100%;
}
.news-box.srhx:last-child {
	padding-bottom: 15px;
}
.news02 .row .row01 .news-box.srhx .row01_top_r {
	padding: 0;
    margin-bottom: 5px;
}
.news02 .row .row01 .news-box.srhx .row01_top_r .r_txt .h1 {
	letter-spacing: 0.5px;
	height: auto;
}
.news02 .row .row01 .news-box.srhx .row01_top_r .r_more {
    padding-bottom: 15px;
}
.news02 .row .row01 .row01_top_r .r_img {
	width: 100%;
	aspect-ratio: 3 / 2;
    border: 1px solid #ddd;
	overflow: hidden;
}
.news02 .row .row01 .row01_top_r .r_img img {
	width: 100%;
	/* height: 100%;*/
	max-width: 100%;
	transition: all 1s;
	object-fit: cover;
}
.news02 .row .row01 .row01_top_r .r_txt {
	font-size: 16px;
	color: #4e4d4d;
	cursor: pointer;
}
.news02 .row .row01 .row01_top_r .r_txt .r_txt_p {
	font-size: 14px;
	color: #9f9f9f;
	line-height: 16px;
	margin-top: 20px;
}
.news02 .row .row01 .row01_top_r .r_txt .h1 {
    font-family: 'Roboto Condensed';
	font-size: 22px;
    font-weight: 600;
	color: #101010;
	line-height: 1.3;
	height: 55px;
	overflow: hidden;
	margin: 10px 0;
}
.news02 .row .row01 .row01_top_r .r_txt p {
    font-size: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #8b8b8b;
}
.news02 .row .row01 .row01_top_r .r_txt p a {
	color: #03a207;
	font-style: normal;
	letter-spacing: 0.5px;
}
.news02 .row .row01 .row01_top_r .r_more {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	/*margin-top: 75px;*/
}
.news02 .row .row01 .row01_top_r .r_more .r_more_txt {
	font-size: 15px;
	color: #727272;
	line-height: 16px;
	margin-top: 10px;
}
.news02 .row .row01 .row01_top_r .r_more .r_more_img {
	display: flex;
	align-items: center;
	justify-content: center;
}
.news02 .row .row01 .row01_top_r .r_more .r_more_img img {
	width: 100%;
	max-width: 100%;
}
.news02 .row .row01 .row01_top_r .r_more .r_more_img .img2 {
	display: none;
}
.news02 .row .row01 .row01_top_r:hover .r_more {
	border-bottom: 2px solid #03a207;
}
.news02 .row .row01 .row01_top_r:hover .h1 {
	color: #ff6d0a;
}
.news02 .row .row01 .row01_top_r:hover .h1 a {
	color: #03a207;
}
.news02 .row .row01 .row01_top_r:hover .r_more_txt {
	color: #03a207;
}
.news02 .row .row01 .row01_top_r:hover .r_img > img {
	transform: scale(1.1);
}
.news02 .news-box:hover .img1 {
	display: none;
}
.news02 .news-box:hover .img2 {
	display: flex !important;
}
.news02 .row .row01 .row01_item.sr {
    margin-top: -15px;
}
.news02 .row .row01 .row01_item {
	display: flex;
	flex-wrap: wrap;
	position: relative;
    margin-bottom: 30px;
}
.news02 .row .row01 .row01_item .row01_top_r {
	padding: 0 22px;
	margin-bottom: 21px;
}
.news02 .row .row01 .row01_item .row01_top_r:nth-child(3n) {
	padding-right: 0;
}
.news02 .row .row01 .page {
	margin: 78px 0 110px;
}
.news02 .row .row01 .page ul {
	display: flex;
	justify-content: center;
	align-items: center;
}
.news02 .row .row01 .row01_item ul li {
	float: left;
	width: 31.5%;
	margin-right: 2.75%;
	margin-bottom: 2.8%;
}
.news02 .row .row01 .row01_item ul li:nth-child(3n) {
	margin-right: 0;
}
.news02 .row .row01 .page ul li a {
	font-size: 14px;
	color: #fff;
	width: 48px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	display: block;
	background-color: #a3a3a3;
	margin-left: 14px;
	cursor: pointer;
}
.news02 .row .row01 .page ul li a.on {
	background-color: #03a207;
}
.news02 .row .row01 .page ul li:first-child {
	margin-left: 0;
	width: 68px;
}
.news02 .row .row01 .page ul li:last-child {
	width: 68px;
}
.news02 .row .row01 .page ul li:hover {
	background-color: #03a207;
}
@media screen and (max-width: 1400px) {
	.news02 .row .row01 .row01_top_r .r_more .r_more_txt {
		margin-top: 0px;
	}
	.news02 .row .row01 .row01_top .row01_top_l .l_txt {
		bottom: 46px;
	}
}
.news {
	padding: 3.5vw 0 5vw;
	width: 100%;
}
.news .case_top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 2.5vw;
}
.news .case_top .case_h1 {
	font-family: 'Roboto Condensed';
    font-size: 2.2vw;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
	color: #101010;
}
.news .case_top .case_btn {
	width: 8.3333vw;
	height: 2.6042vw;
	border: 1px solid #e1e1e1;
	color: #4e4d4d;
	font-size: 1.1rem;
	text-align: center;
	line-height: 2.6042vw;
	cursor: pointer;
	position: relative;
	z-index: 10;
}
.news .case_top .case_btn::before {
	content: '';
	display: block;
	width: 100%;
	height: 3px;
	background: #ff6d0a;
	position: absolute;
	left: 0;
	bottom: 0px;
	z-index: -1;
	transition: all .4s ease;
}
.news .case_top .case_btn:hover {
	color: #fff;
	border: 0;
}
.news .case_top .case_btn:hover::before {
	width: 100%;
	height: 100%;
	bottom: 0px;
}
.news .news_con {
	display: flex;
	justify-content: space-between;
}
.news .news_con .con1 {
	width: 50%;
	height: 25.9375vw;
	position: relative;
	cursor: pointer;
	overflow: hidden;
}
.news .news_con .con1 .con1_img {
	width: 100%;
}
.news .news_con .con1 img {
	width: 100%;
	transition: all 1s;
}
.news .news_con .con1:hover img {
	transform: scale(1.1);
}
.news .news_con .con1_box {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
	padding: 20px;
	z-index: 99;
}
.news .news_con .con1_y {
	font-family: 'Roboto Condensed';
	font-size: 14px;
	color: #fff;
	line-height: 26px;
}
.news .news_con .con1_h1 {
    font-family: 'Roboto Condensed';
	font-size: 22px;
	font-weight: 600;
	color: #fff;
	line-height: 26px;
	margin-bottom: 8px;
}
.news .news_con .con1_p {
	font-size: 15px;
	line-height: 1.8;
	color: #fff;
	opacity: 0.6;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news .news_con .con2 {
	width: 24%;
	height: 25.9375vw;
	position: relative;
	margin-left: 2%;
	padding: 2vw 1.5vw;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	position: relative;
	cursor: pointer;
}
.news .news_con .con2 .con2_bg {
	width: 100%;
	height: 100%;
	background-color: #333;
}
.news .news_con .con2 .con2_bg::after {
	width: 0;
	cursor: pointer;
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	background: #03a207;
	transition: 1s linear;
}
.news .news_con .con2 .con2_title {
	font-size: 14px;
	font-weight: 500;
	color: #03a207;
}
.news .news_con .con2 .con2_h1 a {
    font-family: 'Roboto Condensed';
	display: block;
	font-size: 20px;
	font-weight: 600;
	color: #101010;
	line-height: 1.3;
	margin: 0 0 1.0417vw;
}
.news .news_con .con2 .con2_h1::after {
	content: "";
	display: block;
	height: 1px;
	width: 100%;
	background-color: #e5e5e5;
}
.news .news_con .con2 .con2_h2 a {
	display: block;
	font-size: 15px;
	line-height: 1.7;
	color: #666;
	margin-top: 1.0417vw;
}
.news .news_con .con2 .con2_foot {
	position: absolute;
	bottom: 2.0833vw;
	left: 1.3542vw;
	right: 1.3542vw;
	display: flex;
	justify-content: space-between;
	align-items: center;
	float: right;
}
.news .news_con .con2 .con2_foot .con2_foot_y {
	font-family: 'Roboto Condensed';
	font-size: 0.7292vw;
	color: #333;
	margin-bottom: 0.3125vw;
}
.news .news_con .con2 .con2_foot .con2_foot_n {
	font-family: 'Roboto Condensed';
	font-size: 1.875vw;
	font-weight: 600;
	line-height: 1.875vw;
	color: #333;
}
.news .news_con .con2 .con2_foot .con2_foot_img {
	width: 17px;
	height: 10px;
}
.news .news_con .con2 .con2_foot .con2_foot_img .img2 {
	display: none;
}
.news .news_con .con2.on {
	background-color: #03a207;
	border: 1px solid #03a207;
}
.news .news_con .con2.on .con2_title {
	color: #fff;
}
.news .news_con .con2.on .con2_h1 a {
	color: #fff;
}
.news .news_con .con2.on .con2_h1::after {
	background-color: rgb(255, 255, 255, 0.6);
}
.news .news_con .con2.on .con2_h2 a {
	color: #fff;
}
.news .news_con .con2.on .con2_foot .con2_foot_y {
	color: #fff;
}
.news .news_con .con2.on .con2_foot .con2_foot_n {
	color: #fff;
}
.news .news_con .con2.on .con2_foot .con2_foot_img .img1 {
	display: none;
}
.news .news_con .con2.on .con2_foot .con2_foot_img .img2 {
	display: block;
}
.news_content .con_d {
	display: flex;
	justify-content: space-between;
	padding: 0 0 72px !important;
}
.news_content .con_d .con_d_l {
	width: 70%;
	margin-right: 5%;
}
.news_content .con_d .con_d_l span {
	font-size: 14px;
	color: #b2b2b2;
	line-height: 14px;
	margin-right: 40px;
}
.news_content .con_d .con_d_l .l_time {
	font-size: 16px;
	font-weight: 500;
	color: #B2B2B2;
	margin-bottom: 12px;
}
.news_content .con_d .con_d_l h1 {
	font-family: 'Roboto Condensed';
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.3;
	color: #101010;
	padding: 0;
	margin: 0 0 10px;
}
.news_content .con_d .con_d_l .l-con {
	font-size: 16px;
	line-height: 2;
	color: #4E4D4D;
	border-top: 2px solid #e9e9e9;
	border-bottom: 2px solid #e9e9e9;
    padding: 30px 0;
	margin: 15px 0 20px;
}
.news_content .con_d .con_d_l .l-con span {
	font-size: 20px;
	font-weight: 500;
	color: black;
}
.news_content .con_d .con_d_l .l-con p {
	color: #4d4d4d;
	font-size: 16px;
	line-height: 1.7;
	margin: 0;
}
.news_content .con_d .con_d_l .l-con p img {
	margin: 15px 0;
}
.news_content .con_d .con_d_l .l-con h1 {
	font-size: 20px;
	color: #101010;
	line-height: 20px;
	margin-bottom: 20px;
}
.news_content .con_d .con_d_l .l-con .l_img {
	width: 100%;
	height: 402px;
	margin-bottom: 30px;
}
.news_content .con_d .con_d_l .l-con .l_img img {
	width: 100%;
	max-width: 100%;
}
.news_content .con_d .con_d_l .l_foot {
	line-height: 2;
}
.news_content .con_d .con_d_l .l_foot span {
	font-size: 15px;
	color: #4d4d4d;
	line-height: 15px;
	cursor: pointer;
}
.news_content .con_d .con_d_l .l_foot span a {
	color: #4d4d4d;
}
.news_content .con_d .con_d_l .l_foot span a:hover {
	color: #03a207;
}
.news_content .con_d .con_d_r {
	width: 25%;
}
.news_content .con_d .con_d_r h1 {
	font-size: 20px;
	color: #101010;
	line-height: 72px;
}
.news_content .con_d .con_d_r .r_img {
	width: 100%;
	border-radius: 8px;
	overflow: hidden;
}
.news_content .con_d .con_d_r .r_img img {
	width: 100%;
}
.news_content .con_d .con_d_r .r_txt {
	font-size: 15px;
	color: #373737;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	margin: 15px 0 30px;
}
.news_content .con_d .con_d_r .r_txt span:first-child {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news_content .con_d .con_d_r .r_txt span:last-child {
	font-size: 14px;
	color: #777;
}
@media screen and (max-width: 1199px) {
	.news {
		padding: 30px 0;
	}
	.wp {
		width: 90%;
		margin: 0 auto;
	}
	.news .case_top .case_h1 {
		font-size: 20px;
	}
	.news .case_top .case_btn {
		display: none;
	}
	.news .news_con {
		display: flex;
		flex-direction: column;
	}
	.news .news_con .con1_box {}
	.news .news_con .con1 {
		width: 100%;
		height: 300px;
		/* max-height:300px; */
	}
	.news .news_con .con1_box {
		position: absolute;
		left: 10px;
		bottom: 10px;
		z-index: 99;
	}
	.news .news_con .con2 {
		width: 100%;
		margin-left: 0;
		margin-top: 30px;
	}
	.news .news_con .con2 .con2_title {
		font-size: 18px;
		line-height: 16px;
	}
	.news .news_con .con2 .con2_h1 a {
		font-size: 16px;
		line-height: 1.65em;
		margin: 10px 0 10px;
		white-space: nowrap;
		overflow: hidden;
	}
	.news .news_con .con2 .con2_h2 a {
		font-size: 14px;
		line-height: 1.65em;
		margin-top: 10px;
		margin-bottom: 20px;
		white-space: nowrap;
		overflow: hidden;
	}
	.news .news_con .con2 .con2_foot {
		margin-top: 30px;
		/* margin-bottom: 20px; */
	}
	.news .news_con .con2 .con2_foot .con2_foot_y {
		font-size: 14px;
		color: #333;
		margin-bottom: 0.3125vw;
	}
	.news .news_con .con2 .con2_foot .con2_foot_n {
		font-size: 26px;
		line-height: 26px;
	}
}
.footer {
	padding-top: 3.6vw;
	width: 100%;
	background-color: #303030;
}
.footer .footer_top {
	/* display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden; */
}
.footer .footer_top .footer_l {
	float: left;
	width: 65%;
}
.footer .footer_top .footer_l .h1 {
	font-size: 18px;
	font-weight: 500;
	color: #F7F7F7;
	white-space: nowrap;
	margin-bottom: 17px;
	position: relative;
	padding-bottom: 16px;
}
.footer .footer_top .footer_l .h1 a {
	color: #F7F7F7;
}
.footer .footer_top .footer_l {
	display: flex;
	justify-content: flex-start;
}
.footer .footer_top .footer_l .footer_l_b {
	margin-right: 6vw;
}
.footer .footer_top .footer_l .h1::after {
	content: "";
	display: block;
	width: 45px;
	height: 2px;
	background-color: rgba(255, 255, 255, 0.1);
	position: absolute;
	bottom: 0;
	left: 0;
}
.footer .footer_top .footer_l .footer_item a {
	font-size: 14px;
	color: #858585;
	line-height: 2.1;
	white-space: nowrap;
	display: block;
}
.footer_img-box img {
	max-width: 20px;
	max-height: 20px;
}
#weixin2 {
	position: absolute;
	bottom: 60px;
	width: 122px;
	display: none;
}
.category01-minibox-r img {
	max-width: 43px;
	max-height: 43px;
}
.category01-minibox-r .cmr2 {
	display: none;
}
.category01-box:hover .cmr2 {
	display: block;
}
.category01-box:hover .cmr1 {
	display: none;
}
.conbox-slide .swiper-slide-active .cmr2 {
	display: block;
}
.conbox-slide .swiper-slide-active .cmr1 {
	display: none;
}
.s_nav_img img {
	max-width: 40px;
	max-height: 40px;
}
.footer .footer_top .footer_l .footer_item a:hover {
	color: white;
}
.footer .footer_top .footer_r {
	float: right;
	width: 35%;
	font-size: 15px;
	font-weight: 500;
	color: #858585;
	line-height: 26px;
	text-align: right;
}
.footer_top {
	display: flex;
}
.footer .footer_top .footer_r .r_ph {
	font-family: 'Roboto Condensed';
	font-size: 36px;
	font-weight: 600;
	color: #eee;
	line-height: 1;
	margin: 0.8vw 0 1.7vw;
}
.footer .footer_top .footer_r .r_add {
	color: #999;
	margin: 0.5208vw 0 1.3542vw;
}
.footer .foot {
	font-size: 0.76vw;
	line-height: 0.8vw;
	color: #858585;
	border-top: 1px solid #454545;
	padding: 1.2vw 0 1vw;
	margin-top: 3.2vw;
}
.footer .foot a {
	font-size: 0.76vw;
	line-height: 1.5;
	color: #858585;
	padding-left: 0.6rem;
}
.footer .foot a:last-child {
	padding-left: 0;
}
.footer .foot a img {
	height: 20px;
	vertical-align: middle;
	margin: 0 5px 5px;
}
.footer .foot span {
	padding: 0 10px;
}
.footer .foot .foot_l {
	float: left;
}
.footer .foot .foot_r {
	float: right;
}
.footer_img {
	display: flex;
	justify-content: flex-end;
}
.footer_img a {
	position: relative;
}
.footer_img-box {
	width: 46px;
	height: 46px;
	background: rgba(255, 255, 255, .1);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 15px;
}
.footer_img-box:hover {
	background: #03a207;
}
.footer_img-box:hover .fib2 {
	display: block;
}
.footer_img-box:hover .fib1 {
	display: none;
}
.gotop {
	position: fixed;
	right: 15px;
	bottom: 15px;
	z-index: 20;
	width: 60px;
	height: 60px;
	background: url("../images/gotop.png") no-repeat center center;
	background-color: #ff6d0a;
	transition: background 0.3s ease;
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-ms-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	display: none;
}
.gotop:hover {
	background-color: #03a207;
}
@media screen and (max-width: 1440px) {
	.header .nav .item {
		font-size: 1.3rem;
		margin: 0 18px;
	}
	.gotop {
		width: 50px;
		height: 50px;
	}
}
.fib2 {
	display: none;
}
.page {
	width: 100%;
	text-align: center;
}
.page-list {
	font-size: 0;
}
.page-list a {
	display: inline-block;
	vertical-align: top;
	padding: 0 10px;
	min-width: 50px;
	height: 50px;
	line-height: 50px;
	margin-bottom: 5px;
	margin-right: 15px;
	text-align: center;
	font-family: arial;
	font-size: 16px;
	color: #999;
	background: #f5f5f5;
	border-radius: 50%;
	overflow: hidden;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.page-list a:last-child {
	margin-right: 0;
}
.page-list a .ic2 {
	display: none;
}
.page-list a:hover .ic1 {
	display: none;
}
.page-list a:hover .ic2 {
	display: block;
}
.page-list a.fyprev, .page-list a.fynext {
	font-size: 0;
	/*min-width: 1px;
	width: auto;*/
	padding: 0;
}
.page-list a.fyprev:hover, .page-list a.fynext:hover {
	background: none;
}
.page-list a.fyprev img, .page-list a.fynext img {
	max-width: 100%;
}
.page-list a:hover, .page-list a.on {
	color: #fff;
	border: none;
	background: #03a207;
}
@media only screen and (max-width: 1024px) {
	.page-list a {
		min-width: 45px;
		height: 45px;
		line-height: 45px;
	}
	.page-list a.fyprev, .page-list a.fynext {
		width: 45px;
	}
}
@media only screen and (max-width: 768px) {
	.page-list a {
		min-width: 40px;
		height: 40px;
		line-height: 40px;
	}
	.page-list a.fyprev, .page-list a.fynext {
		width: 40px;
	}
}
@media only screen and (max-width: 540px) {
	.page-list a {
		min-width: 36px;
		height: 36px;
		line-height: 36px;
		margin-right: 10px;
	}
	.page-list a.fyprev, .page-list a.fynext {
		width: 36px;
	}
}
.conwidth {
	max-width: 1420px;
	width: 100%;
	margin: auto;
}
.search_sum {
	padding-bottom: 50px;
}
.search-result {
	margin: 0px auto 50px;
	padding-top: 60px;
}
.search-result .search-number {
	font-size: 46px;
	line-height: 50px;
	padding-bottom: 20px;
	color: #222;
}
.search-result li {
	border-bottom: 1px solid #eee;
	list-style: none;
	text-align: left;
}
.search-result a {
	display: block;
	padding: 40px 0px;
	text-decoration: none;
}
.search-result a:hover, .search-result a:active {
	color: #03a207;
	text-decoration: none;
}
.search-result h2 {
	font-size: 16px;
	line-height: 1.5;
	padding-bottom: 15px;
	/* font-weight: bold; */
}
.search-result .mess {
	font-size: 14px;
	line-height: 30px;
	color: #777;
	font-weight: lighter;
}
.search-result .times {
	font-size: 14px;
	color: #777;
	font-weight: lighter;
	margin-top: 15px;
}
.search_input_sum {
	max-width: 400px;
	margin: 80px auto 0px;
}
.search_input_sum input.text {
	border: 1px solid #ddd;
	background: url("../images/search.png") 30px center no-repeat #fff;
	line-height: 40px;
	padding: 4px 20px 4px 70px;
	border-radius: 45px;
	box-sizing: border-box;
	width: calc(100% - 115px);
	float: left;
	font-size: 16px;
	color: #222;
}
.search_input_sum input.text:focus {
	border-color: #03a207;
}
.search_input_sum input.search_btn {
	float: right;
	line-height: 50px;
	width: 100px;
	text-align: center;
	background: #03a207;
	color: #fff;
	border-radius: 45px;
	border: 0;
	font-size: 18px;
}
@media screen and (max-width: 1440px) {
	.search-result a {
		padding: 30px 0;
	}
	.search-result .mess, .search-result .times {
		line-height: 1.7;
	}
}
@media screen and (max-width: 1199px) {
	.search-result {
		padding-top: 10px;
	}
	.search_input_sum {
		margin-top: 60px;
	}
	.search_input_sum input.text {
		padding: 4px 10px 4px 60px;
		font-size: 15px;
		background-position-x: 20px;
	}
	.search_input_sum input.search_btn {
		font-size: 17px;
	}
	.selected_item {
		padding: 20px 0;
	}
}
@media screen and (max-width: 540px) {
	.search-result a {
		padding: 25px 0px;
	}
	.search_input_sum {
		margin-top: 50px;
	}
	.search_input_sum input.text {
		line-height: 32px;
	}
	.search_input_sum input.search_btn {
		font-size: 16px;
		line-height: 44px;
	}
}
.search {
	position: fixed;
	z-index: 6;
	top: 90px;
	right: 0;
	height: auto;
	overflow: hidden;
	/*height: 100%;
  	max-height: 100vh;
  	overflow-y: scroll;
  	overflow-x: hidden;*/
	-webkit-overflow-scrolling: touch;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity: 0;
	visibility: hidden;
	transition-property: opacity, visibility;
	transition-duration: .5s;
	transition-delay: .5s;
}
.search.search-is-open {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity: 1;
	visibility: visible;
	transition-delay: 0s;
}
.search.search-is-open .search__container {
	transform: translateY(0) translateZ(0);
}
.search__container {
	position: relative;
	z-index: 2;
	background-color: #fff;
	transform: translateY(-100%) translateZ(0);
	transition: transform .75s cubic-bezier(.77, 0, .175, 1);
}
.search__overlay {
	position: fixed;
	z-index: 1;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
	opacity: .2;
}
.search, .search__overlay {
	left: 0;
}
.search-header {
	position: relative;
	padding-top: 10px;
	padding-bottom: 20px;
}
.row {
	position: relative;
}
.search-header .search-loader {
	position: absolute;
	top: 17px;
	left: 2.6vw;
}
.search-header .search-btn-close {
	position: absolute;
	top: 0;
	right: 0;
}
.search-header .search-input {
	font-size: 24px;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 0;
}
.search-header .search-input__wrapper:after {
	content: "";
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	background-color: #d9d9d9;
	width: 100%;
}
.search-item {
	position: relative;
	display: block;
	overflow: hidden;
	transition: background-color .2s, opacity .3s, color .3s;
	transform-origin: 0 0;
	color: #1d1d1d;
}
.search-item:after {
	content: "";
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 8.333%;
	right: 8.333%;
	height: 1px;
	background-color: #d9d9d9;
}
.search-item .solr-highlight {
	background-color: rgba(101, 32, 142, .2);
}
.search-close {
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	width: 28px;
	height: 72px;
	background: url("../images/close.png") no-repeat center;
	background-size: 24px 24px;
	cursor: pointer;
	z-index: 6;
	transition-duration: .5s;
}
.search-close:hover {
	transform: rotate(90deg);
}
.search .submit0 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	width: 28px;
	height: 75px;
	background: url("../images/icon_srh_2.svg") no-repeat center;
	border: none;
	background-size: 28px 28px;
	box-sizing: border-box;
	display: block;
}
.search-header .search-input {
	display: block;
	text-indent: 50px;
	line-height: 76px;
	font-size: 17px;
	color: #333;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 0;
	border-bottom: 1px solid #d9d9d9;
}
@media (min-width: 1800px) {
	.header .container {
		width: 1583px !important;
	}
}
@media (max-width: 1500px) {
	.header-box {
		justify-content: space-around;
	}
}
@media (max-width: 1400px) {
	.category03-fenge::after {
		right: -300px;
		width: 150px;
	}
}
@media (max-width: 1200px) {
	.search .submit0 {
		height: 60px;
		background-size: 20px 20px;
	}
	.search-close {
		height: 60px;
		background-size: 20px 20px;
	}
	.search-header .search-input {
		text-indent: 40px;
		line-height: 60px;
		font-size: 18px;
	}
}
.riifo-title {
	position: relative;
	overflow: hidden;
}
.riifo-title h5 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
.riifo-title h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
.riifo-text {
	line-height: 28px;
	opacity: .8;
}
.popup-window {
	width: 100%;
	height: 100%;
	z-index: -1;
	overflow: hidden;
	position: fixed;
	left: 0;
	top: 0;
	transition: all .4s ease;
	transform: translateY(-100%);
}
.popup-window.cur {
	display: block;
	transform: translateY(0);
	z-index: 1111;
}
.popup-window-mark {
	background: rgba(0, 0, 0, .5);
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
}
.popup-window-content {
	position: relative;
	background: #fff;
	margin: auto;
	width: 60%;
	padding: 4% 5%;
	overflow: hidden;
	transform: translate(-72%, -50%);
	z-index: 20;
	top: 50%;
	left: 50%;
}
.popup-window-content-left {
	float: left;
	width: 50%;
	overflow: hidden;
	position: relative;
	background: #f7f8fa;
}
.popup-window-content-left img.img-center {
	max-width: 70%;
	max-height: 70%;
	mix-blend-mode: multiply;
}
.popup-window-content-right {
	float: right;
	width: 45%;
	overflow: hidden;
	padding: 4% 0 0 5%;
}
.popup-window-content-right .riifo-title h3 {
	font-size: 30px;
}
.popup-window-content-right .riifo-text {
	opacity: 1;
	color: #1a1a1a;
	font-size: 16px;
	line-height: 26px;
}
.popup-window-content-scroll {
	height: 320px;
	overflow-y: auto;
	margin-top: 5%;
	padding-right: 3%;
}
.popup-window-content-right .show-item {
	margin-bottom: 2%;
	overflow: hidden;
}
.popup-window-content-right .show-item .title-1 {
	border-bottom: 1px solid #e6e6e6;
	padding: 18px 0;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}
.popup-window-content-right .show-item .title-1::before, 
.popup-window-content-right .show-item .title-1::after {
	content: '';
	position: absolute;
	background: #101010;
}
.popup-window-content-right .show-item .title-1::before {
	right: 0;
	top: 50%;
	width: 16px;
	height: 2px;
	margin-top: -1px;
}
.popup-window-content-right .show-item .title-1::after {
	right: 7px;
	top: 50%;
	width: 2px;
	height: 16px;
	margin-top: -8px;
}
.popup-window-content-right .show-item .title-1.cur strong {
	color: #03a207;
}
.popup-window-content-right .show-item .title-1.cur::after {
	display: none;
}
.popup-window-content-right .show-item .title-1.cur::before {
	background: #03a207;
}
.popup-window-content-right .show-item .title-1 i {
	position: relative;
	display: inline-block;
	width: 30px;
	height: 30px;
	vertical-align: middle;
	margin-right: 5px;
}
.popup-window-content-right .show-item .title-1 strong {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	text-transform: uppercase;
}
.popup-window-content-right .show-item .title-1 i img {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
}
.popup-window-content-right .show-item .title-1.cur i img {
	filter: none;
	-webkit-filter: none
}
.popup-window-content-right .show-item .main-2 {
	padding: 2% 0;
	overflow: hidden;
	font-size: 16px;
	line-height: 26px;
	display: none;
}
.popup-window-content-right .show-item .main-2 .row2 {
	padding: 10px 0;
	overflow: hidden;
	font-size: 14px;
	border-bottom: 1px solid #e6e6e6;
}
.popup-window-content-right .show-item .main-2 .row2 span {
	display: inline-block;
	vertical-align: middle;
	width: 49%;
}
.popup-window-content-right .show-item .main-2 .row2 strong {
	display: inline-block;
	vertical-align: middle;
	width: 49%;
	text-align: right;
}
.popup-window-content-right .show-item .main-2 .lirow2 {
	margin-top: 2%;
	overflow: hidden;
}
.popup-window-content-right .show-item .main-2 .lirow2 li {
	float: left;
	width: 50%;
	margin-bottom: 1%;
	list-style: none;
	padding-left: 15px;
	position: relative;
	box-sizing: border-box;
}
.popup-window-content-right .show-item .main-2 .lirow2 li::before {
	content: '';
	width: 4px;
	height: 4px;
	position: absolute;
	border: 2px solid #101010;
	border-radius: 100%;
	left: 0;
	top: 9px;
}
.popup-window-content-scroll::-webkit-scrollbar {
	height: 4px;
	width: 2px;
	background: #d7d9dc;
}
.popup-window-content-scroll::-webkit-scrollbar-button {
	height: 0;
	width: 5px;
	background: #d7d9dc;
}
.popup-window-content-scroll::-webkit-scrollbar-thumb {
	background-color: #333;
	box-shadow: inset 1px 1px 0 #333, inset 0 -1px 0 #333;
}
.popup-close {
	background: #03a207 url("../images/xxb.png") center no-repeat;
	width: 60px;
	height: 60px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 11;
	cursor: pointer;
}
.popup-close:hover {
	background: #b4000f url("../images/xxb.png") center no-repeat;
}
.popup-window-content-left .popup-window-content-left.popup-window-content-left-pic-swiper {
	overflow: hidden;
}
.popup-window-content-left .popup-window-content-left-pic-swiper .img {
	background-color: transparent;
}
.popup-window-content-left .popup-window-content-left-pic-swiper img.img-center {
	max-width: 100%;
	max-height: 100%;
	mix-blend-mode: normal;
}
.popup-window-content-left-pic-swiper .popup-next, 
.popup-window-content-left-pic-swiper .popup-prev {
	left: auto;
	right: 0;
	width: 60px;
	height: 60px;
	margin: 0;
	top: auto;
	bottom: 0;
	opacity: 1;
}
.popup-window-content-left-pic-swiper .popup-next::after, 
.popup-window-content-left-pic-swiper .popup-prev::after {
	display: none;
}
.popup-window-content-left-pic-swiper .popup-next {
	right: 0;
	background: #ccc url("../images/about_15.png") center no-repeat;
}
.popup-window-content-left-pic-swiper .popup-prev {
	right: 60px;
	background: #03a207 url("../images/about_14.png") center no-repeat;
}
.riifo-text-2 {
	font-size: 16px;
	line-height: 26px;
	padding: 2% 0 4% 0;
	overflow: hidden;
}
.riifo-text-3 {
	font-size: 16px;
	line-height: 26px;
	padding: 4% 0;
	overflow: hidden;
	border-top: 1px solid #e6e6e6;
}
/* Form */
.msgbg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 999;
	display: none;
}
.msg-form {
	position: fixed;
	max-width: 800px;
	height: 510px;
	top: 50%;
	left: 50%;
	width: 90%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1000;
	/* height: 80%; */
	overflow-x: auto;
	display: none;
	-webkit-overflow-scrolling: touch;
}
.m-msg-table {
	background: #F4F4F4;
	border-top: 5px solid #03a207;
	padding: 30px 40px 35px;
}
.formtitle {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #333;
	padding-right: 60px;
	margin-bottom: 10px;
}
.form-text {
	font-size: 15px;
	color: rgba(47, 47, 47, 0.7);
}
.msg-formtable {
	margin-top: 20px;
	border-top: 1px solid #D2D2D2;
	padding: 18px 0 0;
}
.input-item {
	position: relative;
}
.name-tit {
	font-size: 16px;
	margin-bottom: 10px;
	color: #373737;
}
.name-tit em {
	font-style: normal;
	color: #d91921;
}
.quote-box {
	position: relative;
	background: #fff;
}
.quote-box span {
	position: absolute;
	width: 55px;
	top: 0;
	left: 0;
	height: 100%;
	background: #cacaca;
	text-align: center;
}
.quote-box span img {
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.quote-box input, .quote-box textarea, .quote-box select {
	font-size: 15px;
	height: 50px;
	width: 100%;
	padding: 10px 0;
	line-height: 1.4;
}
.quote-box textarea {
	height: 90px;
}
.quote-box select {
	background: url("../images/wicon20.png") right center no-repeat;
}
.sign-text {
	color: rgba(47, 47, 47, 0.7);
	font-size: 16px;
	padding-top: 20px;
}
.sign-text .check-icon {
	width: 25px;
	height: 25px;
	display: inline-block;
	vertical-align: -7px;
	margin-right: 10px;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	border-radius: 50%;
	border: 1px solid #eee;
}
.sign-text.cur .check-icon {
	background: rgba(255, 255, 255, 0.8) url("../images/icon_star.png") 4px 3px no-repeat;
	background-size: 68%;
}
.contact-submit {
	margin-top: 28px;
	margin-bottom: 0;
}
.contact-submit input {
	display: block;
	width: 240px;
	height: 46px;
	line-height: 46px;
	font-size: 16px;
	color: #fff;
	background: #03a207;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	text-transform: uppercase;
	letter-spacing: 5px;
}
.popclose-btn {
	width: 40px;
	height: 40px;
	background: #03a207;
	border-radius: 4px;
	display: block;
	position: absolute;
	right: 30px;
	top: 30px;
	cursor: pointer;
}
.popclose-btn:after, .popclose-btn:before {
	content: "";
	position: absolute;
	width: 24px;
	height: 2px;
	left: 8px;
	top: 20px;
	background-color: #FFF;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.popclose-btn:before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.message {
	float: right !important;
}
.message h4 {
	height: 58px;
	background: #03a207;
	color: #fff;
	line-height: 58px;
	text-align: center;
	font-size: 18px;
}
.message .request-list {
	margin-top: 7px;
	background: #EEE;
	border-top: 5px solid #DB0F19;
}
.message .request-list .reitem {
	position: relative;
	padding: 15px 40px 15px 50px;
	line-height: 24px;
	border-bottom: 1px solid #F4F4F4;
}
.message .request-list .reitem:before {
	content: "";
	width: 6px;
	height: 6px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	background: #DB0F19;
	display: block;
	position: absolute;
	left: 25px;
	top: 28px;
}
.request-table {
	margin-top: 35px;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	border-right: 1px solid #D7D7D7;
}
.request-table table {
	min-width: 640px;
	width: 100%;
}
.request-table thead tr {
	background: url("../images/wimg30.jpg") center 0 no-repeat;
	-moz-background-size: 100% 70px;
	-o-background-size: 100% 70px;
	background-size: 100% 70px;
	text-align: center;
}
.request-table thead tr td {
	height: 60px;
	color: #fff;
	font-size: 18px;
}
.request-table tbody tr td {
	border-left: 1px solid #D7D7D7;
	border-bottom: 1px solid #D7D7D7;
	padding: 10px 24px;
}
.formtitle {
	font-size: 28px;
	margin-bottom: 20px;
}
.msg-formtable ul li.sgitem {
	margin: 0 -20px 18px;
}
.msg-formtable ul li.sgitem .input-item {
	float: left;
	width: 50%;
	padding: 0 20px;
	margin-bottom: 0;
}
.name-tit {
	font-size: 16px;
	margin-bottom: 15px;
}
.quote-box {
	padding-left: 75px;
}
.quote-box span {
	width: 55px;
}
.quote-box input, .quote-box textarea, .quote-box select {
	height: 50px;
}
.quote-box textarea {
	height: 88px;
}
@media screen and (max-width: 1440px) {
	.popup-window-content {
		width: 74%;
		padding: 3%;
		transform: translate(-62%, -50%);
	}
	.popup-window-content-right .riifo-text, .popup-window-content-right .show-item .main-2 {
		font-size: 12px;
		line-height: 22px;
	}
	.popup-window-content-right {
		padding: 2% 0 0 5%;
	}
}
@media screen and (max-width: 1000px) {
	.popup-window-content {
		width: 100%;
		padding: 0;
		transform: none;
		top: 0;
		left: 0;
		height: 100%;
		box-sizing: border-box;
		overflow: auto;
	}
	.popup-window-content-left, .popup-window-content-right, .riifo-product-index-text {
		width: 100%;
		box-sizing: border-box;
	}
	.popup-window-content-right {
		padding: 5%;
	}
	.popup-window-content-right .riifo-title h3 {
		font-size: 24px;
	}
}

@media screen and (max-width: 768px) {
	.header {
		display: none;
	}
	.m_header {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 0 4vw;
		height: 60px;
		background-color: #fff;
		border-bottom: 1px solid #eee;
		z-index: 99;
	}
	.m_header .logo {
		height: 40px;
	}
	.m_header .logo img {
		height: 100%;
		width: 100%;
		object-fit: cover;
	}
	.nav-menu li {
		list-style: none;
		color: #dadbdd;
		font-weight: 600;
	}
	.menu div {
		width: 25px;
		height: 3px;
		background-color: #03a207;
		margin: 4px;
		cursor: pointer;
	}
	.nav-menu {
		position: absolute;
		top: 60px;
		right: 0;
		bottom: 0;
		width: 50vw;
		height: calc(100vh - 80px);
		background-color: rgb(65, 81, 101, 0.9);
		padding: 5px 0;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
		transform: translateX(100%);
	}
	.nav-menu.open {
		transform: translateX(0);
		transition: 0.4s ease-in-out;
	}
	.nav-menu li {
		font-size: 16px;
		margin: 3vh;
		transform: translateX(20px);
		opacity: 0;
	}
	.s_nav_img img {
		max-width: 30px;
		max-height: 30px;
	}
	.message {
		float: left !important;
		padding-left: 12%;
	}
	.menu.active div {
		transition: 0.3s ease-in-out 0.3s;
	}
	.menu.active .top-line {
		transform: rotate(45deg) translate(4px, 6px);
	}
	.menu.active .mid-line {
		opacity: 0;
		transform: translateX(10px);
		transition: 0.3s ease-in-out;
	}
	.menu.active .bot-line {
		transform: rotate(-45deg) translate(4px, -6px);
	}
	.swiper-slide .text {
		letter-spacing: 0;
		top: 10%;
	}
	.banner {
		height: 50vw;
	}
	.banner .b_con p br {
		display: none;
	}
	.banner-main img {
		height: 100% !important;
		object-fit: cover !important;
	}
	.banner-main-title h5 {
		font-size: 20px !important;
	}
	.banner-main-title p {
		font-size: 14px !important;
	}
	.banner-main-title {
		min-width: 300px !important;
	}
	.banner .b_con h1, .ser2_01 .row01 .row01_l h1, .ser2_01 .row01 .row01_r .row01_r_txt .big, .ser_02 .row02 .row02_top h1, .ser_02 .row02 .row02_top .top_txt span {
		font-size: 20px !important;
	}
	.banner .b_con p, .ser2_01 .row01 .row01_r p, .ser_02 .row02 .row02_top p {
		font-size: 15px !important;
		line-height: 1.6;
	}
	.swiper-slide .text h1 {
		font-size: 16px !important;
	}
	.swiper-slide .text p {
		font-size: 16px;
	}
	.about {
		padding: 3vw 0 6vw;
	}
	.about .abo_top .abo_p {
		font-size: 14px !important;
	}
	.about .abo_top .abo_h3 {
		font-size: 20px !important;
	}
	.about .abo_top .abo_txt {
		font-size: 16px !important;
		margin: 0 0 10px;
	}
	.about_con {
		width: 100%;
		position: relative;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.about_con_box.container {
		width: 96%;
	}
	.about_con .con_top .con_top_l {
		width: 100%;
	}
	.about_con .con_top .con_top_l .con_top_h1 {
		font-size: 22px;
		font-weight: 600;
		padding-bottom: 16px;
		margin-bottom: 15px;
	}
	.con_top_r_box {
		line-height: 1.8;
		margin-bottom: 20px;
	}
	.con_top_txt {
		font-size: 1.05rem;
		line-height: 1.8;
	}
	.about_con .con_top .con_top_l .con_top_btn {
		float: right;
		height: 2.5rem;
		width: 6rem;
		border: 1px solid #c4dae6;
		margin-top: 1rem;
		font-size: 1rem;
		line-height: 2.4rem;
	}
	.about_con .con_top .con_top_r .con_r_box img {
		width: 80%;
		height: 80%;
	}
	.cont01 .row .row_l .l_box .l_txt span {
		max-width: 263px !important;
	}
	.about_con .con_top .con_top_l .con_top_btn {
		font-size: 13px !important;
	}
	.about_con .cont_nav ul li {
		width: 100% !important;
	}
	.about_con {
		height: 850px !important;
	}
	.culture .cul .cul_box {
		width: 100% !important;
	}
	.culture .cul .cul_box .about_detail {
		padding-bottom: 20px;
	}
	.culture .cul .cul_box .cul_h1 {
		font-size: 20px;
		text-align: center;
		margin-bottom: 20px;
	}
	.culture .cul .cul_box .cul_h1::after {
		margin: 15px auto 0;
	}
	.culture .cul .cul_box .cul_txt {
		font-size: 15px;
		line-height: 1.8;
		margin-top: 20px;
	}
	.culture .cul .cul_img {
		width: 100%;
	}
	.about_con .cont_nav ul li {
		width: 100% !important;
	}
	.about_con .con_top .con_top_r .con_r_box {
		padding-bottom: 15px;
		margin-bottom: 15px !important;
	}
	.honor {
		padding-top: 30px;
		padding-bottom: 140px;
	}
	.honor .h_con .cor_t span {
		font-size: 22px;
	}
	.honor .h_con .cor_t span::after {
		top: 71px !important;
	}
	.honor-top .swiper-button-next, .honor-top .swiper-button-prev {
		width: 40px;
		height: 40px;
	}
	.customer {
		padding-bottom: 50px !important;
	}
	.customer .cust_con .cor_t span {
		font-size: 22px;
	}
	.customer .cust_con .cor_t span::after {
		top: 71px !important;
	}
	.serve .serve_box {
		padding-top: 2.5rem;
		padding-right: 0;
		padding-left: 0;
	}
	.serve .serve_box .serve_nav {
		margin-top: 25px;
	}
	.serve .serve_box .serve_nav .s_nav_top ul li {
		width: 20%;
		justify-content: space-around !important;
		min-height: 70px !important;
		padding: 15px 0 10px;
	}
	.serve .serve_box .serve_nav .s_nav_top ul li .s_nav_p {
		font-size: 14px !important;
		line-height: 1.3;
		width: 100%;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		padding: 0 10px;
	}
	.serve .serve_box .serve_nav .s_nav_item .s_nav_con {
		margin: 10px 0 25px;
	}
	.serve .serve_box .serve_nav .s_nav_con .s_nav_l .s_nav_p {
		line-height: 1.8;
	}
	.serve .serve_box .serve_nav .s_nav_con .s_nav_l .s_nav_btn {
		margin-top: 15px;
	}
	.carousel-p {
		font-size: 14px !important;
	}
	.ser {
		padding-top: 20px;
	}
	.ser .row .row01 {
		margin-bottom: 20px;
	}
	.ser .row .row01 .row01_l h1 {
	    margin: 0 0 18px;
	    padding-bottom: 18px;
	}
	.ser .row .row01 .row01_l p {
		line-height: 1.8;
		margin: 10px 0 20px !important;
	}
	.ser .row .row01 .row01_l .r_btn {
		font-size: 13px;
		line-height: 38px !important;
	}
	.ser2_01 .row01 {
		padding-bottom: 0;
	}
	.ser2_01 .row01 .row01_r {
	    width: 100%;
	}
	.ser2_01 .row01_r .detail {
	    font-size: 15px;
	}
	.ser2_01 .row01_r .detail .list ul li h3 {
	    font-size: 18px;
	}
	.ser_03 .row03 .row03_r .box .img {
		width: 100% !important;
		height: 100% !important;
		margin: 0 auto;
	}
	.ser_03 .row03 {
		padding: 25px 0 !important;
	}
	.ser_03 .row03 .row03_l h1, .ser_03 .row03 .row03_l .l_txt span {
		font-size: 20px !important;
	}
	.ser_03 .row03 .row03_l p {
		font-size: 14px !important;
	}
	.ind .row .row01 {
		margin-bottom: 30px !important;
	}
	.qualit01 .row01 .top p br {
		display: none;
	}

	.index_product {
		padding: 20px 10px;
	}
	.news .news_con .con1 {
		height: 226px;
	}
	.news .news_con .con2 {
		height: auto !important;
		padding-bottom: 60px !important;
		margin-top: 20px;
	}
	.news .news_con .con2 .con2_h1 a {
		white-space: initial !important;
		font-size: 16px !important;
		line-height: 1.3;
		margin: 5px 10px 10px;
	}
	.news .news_con .con2 .con2_h2 a {
		white-space: initial !important;
		line-height: 1.6;
		margin: 15px 10px 12px;
	}
	.news .news_con .con2 .con2_title {
		font-size: 14px !important;
	}
	.news .news_con .con2 .con2_foot .con2_foot_y {
		padding-bottom: 5px;
		margin: 0 10px;
	}
	.news .news_con .con2 .con2_foot .con2_foot_n {
		font-size: 24px;
		line-height: 20px;
		padding-left: 10px;
		padding-bottom: 10px;
	}
	.news .news_con .con2 .con2_foot .con2_foot_img {
		margin-right: 10px;
	}
	.news .news_con .con1_box {
		width: 100%;
		bottom: 0;
		left: 0;
		padding: 10px 15px;
	}
	.news .news_con .con1_y {
		font-size: 13px;
		line-height: 1.3;
	}
	.news .news_con .con1 img {
		aspect-ratio: 3 / 2;
		object-fit: cover !important;
	}
	.news .news_con .con1 .con1_img {
		height: 100% !important;
	}
	.news .news_con .con1_h1 {
		font-size: 15px !important;
		font-weight: 500;
		line-height: 1.5;
		margin-bottom: 0;
	}
	.news .news_con .con1_p {
		display: none;
		font-size: 14px;
		line-height: 1.5;
	}
	.news01_nav .row {
		padding: 13px 0 !important;
		margin-bottom: 0;
	}
	.news01_nav .row .news_top.posi, .news01_nav .row .news_top.posi a {
		font-size: 14px;
	}
	.news02 .row .row01 .row01_top .row01_top_l, .news02 .row .row01 .row01_top_r {
		padding: 0 !important;
	}
	.news_content .con_d .con_d_l {
        margin-bottom: 0;
	}
	.news_content .con_d .con_d_l span {
		font-size: 13px;
    	margin-right: 20px;
	}
	.news_content .con_d .con_d_l .l-con {
    	line-height: 1.8;
		border-top: 1px solid #e9e9e9;
    	border-bottom: 1px solid #e9e9e9;
    	margin: 15px 0 20px;
    	padding: 20px 0;
	}
	.news_content .con_d .con_d_l .l-con p {
	    font-size: 15px;
	    line-height: 1.8;
	}
	.news_content .con_d .con_d_l .l_foot span a {	
	    font-size: 14px;
	    line-height: 1.5;
	}
	.news_content .con_d .con_d_l .l_foot div {
        margin-bottom: 5px;
    }
    .news_content .con_d .con_d_r {
	    display: none;
    }
    .news02 {
	    padding: 25px 0 0;
    }
    .news02 .row .row01 .row01_item ul li {
    	width: 48%;
    	margin-right: 4%;
    	margin-bottom: 4%;
    }
    .news02 .row .row01 .row01_item ul li:nth-child(3n) {
    	margin-right: 4%;
    }
    .news02 .row .row01 .row01_item ul li:nth-child(2n) {
	    margin-right: 0;
    }
	.news02 .row .row01 .row01_top .row01_top_l .l_img {
		height: 350px !important;
	}
	.news02 .row .row01 .row01_top .row01_top_l .l_img img {
		object-fit: cover;
	}
	.news02 .row .row01 .row01_top .row01_top_l .l_txt {
		left: 15px !important;
		bottom: 15px !important;
		right: 15px !important;
		padding: 0 !important;
	}
	.news02 .row .row01 .page {
		margin: 0 0 80px 0 !important;
	}
	.case {
		padding: 20px 0;
	}
	.case .case_top {
		margin-bottom: 23px
	}
	.case .case_top .case_h1 {
		font-size: 20px;
	}
	.case .case_top .case_btn {
		width: 100px !important;
		height: 38px !important;
		line-height: 36px !important;
		font-size: 13px !important;
	}
	.category01-minibox {
		display: block;
		height: 28px !important;
        width: 100% !important;
		background: rgb(0, 149, 223, 0.7);
		padding: 0 10px !important;
	}
	.category01-minibox-l h5 {
		color: #fff;
		font-size: 14px !important;
        text-align: center;
        line-height: 2;
	}
	.category01-minibox-l h5 a {
		color: #fff;
	}
	.category01-minibox-l p {
		display: none;
		font-size: 12px;
		line-height: 1.2;
	}
	.conbox-slide {
		padding-bottom: 60px;
	}
	.conbox-slide .swiper-slide {
		margin-right: 20px !important;
	}
	.Box {
		margin-left: 5%;
	}
	.detail02 .row02 .row02_con .item {
		flex-direction: column;
	}
	.detail02 .row02 .row02_con .item .item_l {
		width: 100% !important;
	}
	.detail02 .row02 .row02_con .item .item_r {
		width: 100% !important;
		padding: 15px !important;
	}
	.conbox-slide .swiper-pagination {
		left: 35%;
	}
	.ind .row {
		padding: 30px 0 !important;
	}
	.solu {
		height: auto !important;
		background-size: cover !important;
	}
	.solu .row02 .row02_top {
		flex-direction: column;
	}
	.solu .row02 .row02_top .h1 {
		width: 100% !important;
	}
	.solu .row02 .row02_top h1 {
		margin-bottom: 30px !important;
	}
	.solu .row02 .row02_top .top_p {
		width: 100% !important;
		padding: 0 !important;
		margin-bottom: 30px !important;
	}
	.solu .row02 .row02_con a {
		width: 100% !important;
	}
	.solu02 .row03 {
		padding-top: 30px !important;
	}
	.solu02 .row03 .img {
		height: 100% !important;
	}
	.join01 .row01 .row01_con .item {
		width: 100% !important;
		margin-bottom: 30px !important;
	}
	.join2-ul {
		z-index: 1;
	}
	.join2 .row01 .row01_top .item {
		width: 100% !important;
	}
	.join02 .row02 .row02_item {
		flex-wrap: wrap;
	}
	.join02 {
		height: 100% !important;
		background-size: cover !important;
		background-position: left !important;
	}
	.join02 .row02 {
		padding: 50px 0 !important;
	}
	.join02 .row02 .row02_item .item {
		width: 100% !important;
	}
	.join02 .row02 .row02_item .item .item_top .top_l {
		width: auto !important;
		height: auto !important;
	}
	.jion03-box {
		padding-top: 200px !important;
	}
	.jion03 {
		margin-top: 50px !important;
	}
	.jion03-slide .swiper-slide-active {
		transform: scale(1.0) !important;
		margin: 0 !important;
	}
	.join04 .row04 .row04_img {
		height: 300px;
	}
	.join04 .row04 .row04_img img {
		height: 100%;
	}
	.join04 {
		margin-top: 50px !important;
	}
	.cont01 .row .row_l {
		padding: 0 !important;
		margin: 20px 0 !important;
	}
	.cont01 .row .row_l .l_box {
		padding: 15px 0 !important;
	}
	.cont01 .row .row_l .l_box .img {
		padding: 24px;
		margin-right: 15px;
	}
	.cont01 .row .row_l .l_box .l_txt h1 {
		font-size: 14px !important;
		padding-top: 5px;
		margin: 0 0 8px;
	}
	.cont01 .row .row_l .l_box .l_txt p {
		font-size: 15px;
		line-height: 1.6;
	}
	.cont01 .row .roe_r {
		padding: 0 !important;
	}
	.cont01 .row .roe_r .form .group {
		margin-top: 15px;
	}
	.cont01 .row .roe_r .form .text {
		height: 40px;
		line-height: 40px;
		border-radius: 0;
	}
	.cont01 .row .roe_r .form .msg {
		height: 100px;
		border-radius: 0;
	}
	.cont01 .row .roe_r .form .text, .cont01 .row .roe_r .form .msg {
		font-size: 14px;
		padding: 10px;
	}
	.cont01 .row .roe_r .page-more {
		width: 120px;
		line-height: 39px;
		font-size: 14px;
	}
	.cont02 {
		padding-top: 30px;
	}
	.amap-layer {
		width: 100% !important;
	}
	.index_quote {
		padding: 15px 0 35px;
	}
	.index_quote h2 {
		font-size: 20px;
	}
	.index_quote .desc {
        font-size: 15px;
        font-weight: 300;
        line-height: 1.7;
    	margin: 15px auto;
	}
	.vbtn {
		line-height: 31px;
		padding: 0 20px;
	}
	.vbtn.bg {
		font-size: 15px;
	}
	.footer {
		padding: 30px 0 10px !important;
	}
	.footer .foot {
		font-size: 13px !important;
		line-height: normal !important;
		padding: 15px 0 6px;
		margin-top: 20px;
	}
	.footer .foot a {
		font-size: 13px !important;
		display: none;
	}
	.footer_top {
		flex-wrap: wrap;
	}
	.footer .footer_top .footer_l {
		width: 100% !important;
	}
	.footer .footer_top .footer_l .h1 {
		font-size: 15px !important;
	}
	.footer .footer_top .footer_l .footer_item a {
		font-size: 13px !important;
	}
	.footer .footer_top .footer_l .footer_l_b {
		margin-bottom: 30px;
		width: 33%;
	}
	.footer .footer_top .footer_l .footer_l_b:nth-child(1) {
		text-align: left;
	}
	.footer .footer_top .footer_l .footer_l_b:nth-child(2) {
		text-align: center;
	}
	.footer .footer_top .footer_l .footer_l_b:nth-child(3) {
		text-align: right;
	}
	.footer .footer_top .footer_l .h1 {
		padding-bottom: 15px;
		margin-bottom: 0;
	}
	.footer .footer_top .footer_l .h1::after {
		display: none;
	}
	.footer .foot .foot_r {
		display: none;
		float: left !important;
	}
	.footer .footer_top .footer_r {
		width: 100% !important;
		font-size: 14px !important;
		text-align: left !important;
	}
	.footer .footer_top .footer_r .r_ph {
		font-size: 25px !important;
	}
	.footer .footer_top .footer_r .r_add {
		margin: 0 0 12px;
	}
	.footer_img {
		justify-content: flex-start !important;
	}
	.footer_img-box {
		margin: 0 15px 0 0 !important;
	}
	.gotop {
		width: 40px;
		height: 40px;
		border-radius: 50%;
	}
	.container-fluid {
		font-size: 1rem;
		color: #666;
		line-height: 1.8;
	}
	p {
		margin: 0;
	}
	h1 {
		font-size: 1.5rem !important;
		padding-top: .6rem;
	}
	.p-5 {
		padding: 0 1.5rem !important;
	}
	#translate {
		top: 3%;
		right: 5%;
	}
	#translate > .translateSelectLanguage {
		font-size: .8rem;
		padding: 5px 8px;
	}
	.main {
		padding-top: 60px;
	}
	.logotab {
		width: 66px;
		margin-top: .6rem;
	}
	.container-fluid .lead {
		font-size: 12px;
		line-height: 1;
		margin-bottom: 20px;
	}
	.container-fluid .lead i {
		font-size: 12px;
	}
	.footxia .footxia2 .footxrgbot .span1 {
		display: none;
	}
	.footerma {
		left: 190%;
	}
	.msg-form {
		width: 99%;
		height: auto;
		padding: 10px 20px 20px;
	}
	.m-msg-table {
		border-top: 4px solid #03a207;
	}
	.popclose-btn {
		width: 28px;
		height: 28px;
		right: 20px;
		top: 20px;
	}
	.popclose-btn:after, .popclose-btn:before {
		width: 22px;
		left: 3px;
		top: 13px;
	}
	.formtitle {
		font-size: 20px;
		margin-bottom: 15px;
	}
	.form-text {
		font-size: 15px;
		line-height: 1.5;
	}
	.msg-formtable ul li:last-child {
		padding-top: 5px;
	}
	.msg-formtable ul li.sgitem {
		margin: 0 -20px;
	}
	.msg-formtable ul li.sgitem .input-item {
		width: 100%;
		padding: 5px 20px;
		margin-bottom: 5px;
	}
	.quote-box {
		padding-left: 64px;
	}
	.quote-box input, .quote-box select {
		height: 46px;
	}
	.quote-box input, .quote-box textarea, .quote-box select {
		font-size: 15px;
		line-height: 1.5;
	}
	.quote-box span {
		width: 50px;
	}
	.quote-box span img {
		width: 50%;
	}
	.sign-text {
		font-size: 15px;
		padding-top: 15px;
	}
	.contact-submit {
		margin-top: 15px;
	}
	.contact-submit input {
		font-size: 15px;
		width: 180px;
		height: 42px;
		line-height: 42px;
	}
	.credit {
		position: relative;
		line-height: 1.5;
		margin-top: 9rem;
	}
	.social a.message {
		font-size: 13px;
	}
	.intro-right {
		display: none;
	}
}