@charset "utf-8";

/* CSS Document */
html {
	font-size: 62.5%;
	height: 100%;
	scroll-behavior: smooth;
}

body {
	margin: 0 auto;
	font-family: Poppins-Regular, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	height: 100%;
	background: #fff;
	width: 100%;
	max-width: 1920px;
	overflow-x: hidden;
}


img {
	border: none;
}

ul li {
	list-style-type: none;
}

ul,
form,
p,
a,
img,
table,
tr,
td,
li,
dd,
dt,
dl,
span,
em {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #333;
}

img {
	display: block;
	transition: 0.5s;
}

a {
	text-decoration: none;
	color: #333;
	outline: none;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-webkit-transition: 0.5s;
}

h1,
h2 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #333;
}

.clear {
	clear: both;
}

.maln {
	margin-left: auto !important
}

input,
textarea,
select {
	font-family:Poppins-Regular, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	color: #999999;
	border: none;
	outline: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
	display: block
}

input[type="button"],
input[ type="submit"],
input[type="reset"] {
	-webkit-appearance: none;
}

button {
	border-radius: 0px;
	-webkit-border-radius: 0px;
}

::selection {
	color: #fff;
	background: #7eb34e;
}

* {
	margin: 0px;
	padding: 0px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.fons0 {
	font-size: 0px;
	font-size: 0rem;
}

::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #333;
	opacity: 1
}

:-o-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #333;
	opacity: 1
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #333;
	opacity: 1
}

:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #333;
	opacity: 1
}

.Allsafe {
	max-width: 1534px;
	width: calc(100% - 120px);
	margin: 0 auto;
}

.Allsafe2 {
	max-width: 1400px;
	width: calc(100% - 120px);
	margin: 0 auto;
}


@media screen and (max-width:999px) {
	.Allsafe {
		width: calc(100% - 50px);
	}

	.Allsafe2 {
		width: calc(100% - 50px);
	}
}

@media screen and (max-width:768px) {
	.Allsafe {
		width: calc(100% - 30px);
	}

	.Allsafe2 {
		width: calc(100% - 30px);
	}
}















a:hover img {
	transform: scale(1.1, 1.1)
}

img {
	max-width: 100%;
}

a:hover {
	color: #7eb34e;
}

.mp {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 30px;
	color: #666666;
}

.mp p,
.mp a {
	color: #666666;
	display: block;
}
.mp a{ color:#7eb34e}
.mp a:hover {
	color: #7eb34e;
}

@media screen and (max-width:1359px) {
	.mp {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 26px !important;
	}
}

@media screen and (max-width:767px) {
	.mp {
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 22px !important;
	}
}

.img1 {
	display: block;
	position: relative;
	overflow: hidden;
}

.img1 img {
	width: 100%;
	position: relative;
	z-index: 1
}

.img1:before {
	content: '';
	position: absolute;
	width: 0px;
	height: 100%;
	background: #fff;
	opacity: 0.5;
	left: 50%;
	transform: translateX(-50%);
	top: 0px;
	transition: 1s;
	z-index: 2
}

.img1:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 0px;
	background: #fff;
	opacity: 0.5;
	top: 50%;
	transform: translateY(-50%);
	left: 0px;
	transition: 1s;
	z-index: 2
}

.img1:hover:before {
	width: 100%;
	opacity: 0
}

.img1:hover:after {
	height: 100%;
	opacity: 0
}

@keyframes m1tu {
	0% {
		opacity: 0;
		left: 0px;
	}

	50% {
		opacity: 1;
		left: 50%;
	}

	100% {
		opacity: 0;
		left: 100%
	}
}

.img2 {
	display: block;
	width: 300px;
	margin: auto;
	position: relative;
	overflow: hidden;
	z-index: 1
}

.img2 img {
	width: 100%;
}

.img2:after {
	content: "";
	height: 100%;
	position: absolute;
	top: 0px;
	transition: 0.5s;
	background: #fff;
	width: 40px;
	filter: blur(30px);
	opacity: 0;
	z-index: 3
}

.img2:hover:after {
	-webkit-animation-name: m1tu;
	animation-name: m1tu;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1
}

.niu1 {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
}

.niu1 span {
	position: relative;
	z-index: 2;
}

.niu1:before {
	position: absolute;
	content: '';
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: -50px;
	border-bottom: 50px solid #ffc10e;
	border-right: 30px solid transparent;
	-webkit-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	transition: all 600ms ease;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
}

.niu1:after {
	position: absolute;
	content: '';
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: -50px;
	border-left: 30px solid transparent;
	border-bottom: 50px solid #ffc10e;
	-webkit-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	transition: all 600ms ease;
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
}

.niu1:hover:before {
	-webkit-transform: translateX(-40%);
	-moz-transform: translateX(-40%);
	-ms-transform: translateX(-40%);
	-o-transform: translateX(-40%);
	transform: translateX(-40%);
}

.niu1:hover:after {
	-webkit-transform: translateX(40%);
	-moz-transform: translateX(40%);
	-ms-transform: translateX(40%);
	-o-transform: translateX(40%);
	transform: translateX(40%);
}

.niu2 {
	overflow: hidden;
	position: relative;
}

.niu2 span {
	position: relative;
	display: block;
	z-index: 2;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.niu2 span:before {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	height: 100%;
	width: 100%;
	content: "";
	background-color: #ffc10e;
	-webkit-transform: scale(0, 1);
	-moz-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	-o-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: top right;
	-moz-transform-origin: top right;
	-ms-transform-origin: top right;
	-o-transform-origin: top right;
	transform-origin: top right;
	transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
	transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.niu2:hover span:before {
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: bottom left;
	-moz-transform-origin: bottom left;
	-ms-transform-origin: bottom left;
	-o-transform-origin: bottom left;
	transform-origin: bottom left;
}

.niu3 {
	position: relative;
	z-index: 1;
	overflow: hidden;
	-webkit-transition: background 0.4s linear, color 0.3s linear;
	-o-transition: background 0.4s linear, color 0.3s linear;
	-moz-transition: background 0.4s linear, color 0.3s linear;
	transition: background 0.4s linear, color 0.3s linear;
}

.niu3:after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 120%;
	height: 50%;
	opacity: 0;
	z-index: -1;
	content: '';
	background: #ffc10e;
	-webkit-transition: all 0.4s linear 0s;
	-o-transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.niu3:hover {
	color: #fff;
}

.niu3:hover:after {
	height: 500%;
	opacity: 1;
}


.at-resp-share-element .at4-share-count-container {
	text-decoration: none;
	float: right;
	padding-right: 15px;
	line-height: 25px !important;
}

.at-resp-share-element .at-icon {
	width: 24px !important;
	height: 24px !important;
}

.at-style-responsive .at-share-btn {
	padding: 0 !important;
	border-radius: 2px !important;
}

.at-resp-share-element .at-share-btn .at-icon-wrapper {
	width: 24px !important;
	height: 24px !important;
}

.at-resp-share-element .at-share-btn {
	margin-bottom: 0 !important;
	margin-right: 3px !important;
}

.at-resp-share-element .at-icon {
	width: 24px !important;
	height: 24px !important;
}

.at-style-responsive .at-share-btn {
	padding: 0 !important;
	border-radius: 2px !important;
}

.at-resp-share-element .at-share-btn .at-icon-wrapper {
	width: 24px !important;
	height: 24px !important;
}

.at-resp-share-element .at-share-btn {
	margin-bottom: 0 !important;
	margin-right: 3px !important;
}

/*  head  */
.head {
	position: fixed;
	width: 100%;
	left: 0px;
	top: 0px;
	transition: 1s;
	background: #fff;
	border-bottom: 1px solid #ddd;
	z-index: 9999;
}

.head .zong {
	position: relative;
	padding-top: 10px;
}

.logo {
	display: block;
	float: left;
	width: 188px;
	margin-top: 24px;
}

.logo img {
	display: block;
	margin: auto;
	width: 100%;
	max-width: 188px;
	transition: 1s;
}

.logo .logo1 {}

.logo .logo2 {
	opacity: 0;
}

/*  sousuo  */
.sousuo {
	float: right;
	width: 26px;
	height: 37px;
	margin-top: 32px;
	position: relative;
	z-index: 9999;
	transition: 0.5s;
}

.sousuo form {
	width: 233px;
	height: 0px;
	overflow: hidden;
	position: absolute;
	right: 0px;
	top: 37px;
	background: #fff;
	border-radius: 4px;
	color: #2f3135;
	border: 0px solid rgba(0, 0, 0, 0);
	transition: 0.5s;
	z-index: 99999
}

.sou {
	width: 180px;
	height: 33px;
	line-height: 33px;
	border-radius: 4px;
	padding-left: 10px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #2f3135;
	background: none;
}

.suo {
	width: 26px;
	height: 35px;
	float: right;
	background: none;
	position: relative;
	z-index: 9999999;
	border-radius: 4px;
	cursor: pointer;
}

.sou2,
.sou1 {
	width: 26px;
	height: 33px;
	text-align: center;
	line-height: 33px;
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: 18px !important;
	color: #333;
	cursor: pointer;
	z-index: 99990;
	transition: 1s;
}

.sou1 {
	color: #2f3135
}

.sousuof form {
	height: 35px;
	border: 1px solid #ececec
}

.sousuo select {
	width: 80px;
	height: 33px;
	line-height: 33px;
	font-family: Lato-Regular, Arial, Helvetica, sans-serif;
	border-radius: 4px;
	text-align: center;
	cursor: pointer;
	position: absolute;
	left: 0px;
	top: 0px;
	background: none;
	color: #ffffff;
	font-size: 14px;
	font-size: 1.4rem;
	z-index: 9999999
}

.sousuo option {
	cursor: pointer;
	color: #333;
}


.yvn {
	float: right;
	position: relative;
	background: #ffffff;
	border-radius: 4px;
	margin-right: 20px;
	margin-top: 33px;
	z-index: 9999
}

.yvzhonga {
	display: block;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-family: Poppins-Medium;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;
	cursor: pointer;
	position: relative;
	z-index: 99999
}

.head-btn {
	width: 197px;
	height: 49px;
	background-color: #2b8bbe;
	border-radius: 6px;
	float: right;
	margin-top: 25px;
	margin-right: 21px;
}

.head-btn a {
	font-family: Poppins;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 49px;
	letter-spacing: 0px;
	color: #ffffff;
	text-align: center;
	display: block;
}

.yvul {
	width: 100%;
	min-width: 100px;
	position: absolute;
	top: 36px;
	right: 0px;
	background: #fff;
	border: 1px solid #ccc;
	display: none;
}

.yvul a {
	display: block;
	padding: 5px 10px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 26px;
	color: #333;
}

.yvul a:hover {
	background: #7eb34e;
	color: #fff;
}

.daohang {
	float: right;
	transition: 0.5s;
	margin-top: 14px;
}

.daohang>li {
	float: left;
	position: relative;
	z-index: 999;
	margin-left: 28px;
	margin-right: 24px;
	margin-bottom: 47px;
	margin-top: 18px;
}

.daohang>li:nth-child(7) {
	margin-right: 36px;
	margin-left: 9px;
	margin-top: 5px;
}

.daohang>li>a {
	display: block;
	font-family: Poppins-Regular;
	font-size: 22px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;
	cursor: pointer;
	transition: 1s;
	position: relative;
	padding: 4px 10px;
}

.daohang>li:hover>a {
	color: #ffffff !important;
	background-color: #7eb34e;
	border-radius: 4px;
	transition: 0s;
}

.dangqiandao>a {
	color: #ffffff !important;
	background-color: #7eb34e;
	border-radius: 4px;
}

.dangqiandao {}


.yijiw {
padding-top: 14px;
	background: rgba(255, 255, 255, 0);
	position: absolute;
	width: 274px;
	left: 50%;
	transform: translateX(-50%);
	top: -9999px;
}

.yiji {
	background: #ffffff;
	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
	padding: 10px 0; border-radius: 4px; border-bottom: 8px solid #7eb34e;
}

.yiji li {
	position: relative;
	transition: 0.5s;
}

.yiji li a {
	display: block;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 0px;
	padding: 5px 18px;
}

.yiji li:hover>a {
	color: #2b8bbe;
}

.erji {
	position: absolute;
	width: 270px;
	background: #fff;
	top: -9999px;
	left: 100%;
	padding: 10px 0;box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35); border-bottom: 8px solid #7eb34e;
}

.sanji {
	position: absolute;
	width: 270px;
	background: #fff;
	top: -9999px;
	left: 100%;
	padding: 10px 0;box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35); border-bottom: 8px solid #7eb34e;
}

.daohang>li:hover .yijiw {
	top: 100%;
}

.daohang>li:hover .yiji>li>a {
	line-height: 26px;
}

.yiji>li:hover .erji {
	top: 0px;
}

.yiji>li:hover .erji>li>a {
	line-height: 26px;
}

.erji>li:hover .sanji {
	top: 0px;
}

.erji>li:hover .sanji>li>a {
	line-height: 26px;
}

.matn {
	margin-top: auto !important;
}

.xiala {
	position: absolute;
	background: #fff;
	width: 100%;
	left: 0;
	top: 91px;
	font-size: 0px;
	padding: 32px;
	padding-bottom: 10px;
	padding-top: 6px;
	/*box-shadow:0 0 3px rgba(0,0,0,0.3);*/
	transition: 0.5s;
	visibility: hidden;
	opacity: 0;
	top: 110px;
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
	display: none;
}

.xllie {
	width: 16.666%;
	display: inline-block;
	vertical-align: top;
	padding: 15px;
}

.xlbiao {
	display: block;
	font-family: Lato-Bold, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 24px;
}

.xltu {
	width: 100%;
	display: block;
	margin: 9px 0;
}

.xltu img {
	width: 100%;
}

.xln {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 30px;
	font-family: Lato-Regular, Arial, Helvetica, sans-serif;
}

.xln a {
	display: block;
}

.xln a:hover {
	color: #01488b;
}

.xlbiao:hover {
	color: #01488b;
}

.daohang>li:hover .xiala {
	visibility: visible;
	opacity: 1;
	top: 129px;
	display: block;
}


.mat1 {
	margin-top: 129px;
}

.headd {
	float: right;
	margin-top: 40px;
	margin-right: 10px;
}

.daohang2,
sousuo2,
.xnav {
	display: none
}

.headh {
	background: #333 !important;
}

@media screen and (max-width:1555px) {

	.daohang>li {
		margin-right: 18px;
		margin-left: 10px;
		margin-bottom: 25px;
	}

	.head-btn a {
		font-size: 14px;
	}

	.head-btn {
		width: 150px;
		height: 40px;
		line-height: 38px;
		margin-top: 30px;
	}

	.head-btn a {
		line-height: 38px;
	}

	.daohang>li>a {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 36px;
	}

	.yijiw {
		width: 250px;
	}

	.erji,
	.sanji {
		width: 200px;
	}

	.yiji li a {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 30px;
		padding: 5px 10px;
	}
}

@media screen and (max-width:1359px) {

	/* .sousuo {
		margin-right: 10px;
		margin-top: 5px;
	} */
	.daohang {
		margin-top: 0px;
	}

	.logo {
		width: 110px;
	}

	.daohang {
		margin-right: 0px;
	}

	.daohang>li {
		margin-right: 10px;
	}

	.daohang>li:hover:before {
		width: 50px;
		margin-left: -25px;
	}

	.daohang>li>a {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 26px;
	}

	.dangqiandao:before {
		width: 50px !important;
		margin-left: -25px !important;
	}

	.yvzhonga {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.daohang>li {
		margin-top: 16px;
		margin-bottom: 26px;
	}

	.head-btn {
		margin-top: 16px;
	}

	.yvn {
		margin-top: 20px;
	}

	.sousuo {
		margin-top: 20px;
	}

	.daohang>li {
		margin-right: 5px;
		margin-left: 5px;
	}

	.head-btn a {
		font-size: 12px;

	}

	.head-btn {
		width: 131px;
		margin-right: 11px;
	}

}

@media screen and (min-width:1000px) {

	.carousel,
	.nav,
	.clear2 {
		display: none
	}
}

@media screen and (max-width:999px) {
	.head {
		/* position: relative; */
		padding-bottom: 8px;
	}

	.logo {
		display: block;
		width: 100px;
	}

	.daohang {
		margin-top: 20px;
		float: none;
		text-align: center;
	}

	.yijiw,
	.yiji2,
	.xiala {
		display: none
	}

	.daohang {
		margin-top: 10px;
		display: none
	}

	.daohang>li {
		float: none;
		display: inline-block;
		*float: left;
		margin: auto;
		padding-bottom: 0px;
		margin: 0 19px;
	}

	.daohang>li>a {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 26px;
	}

	.clear2 {
		clear: both;
	}

	.sousuo {
		display: none
	}

	.yvn {
		margin-right: 40px;
		margin-top: 24px;
	}

	.yvzhonga {
		width: 57px;
		height: 26px;
		line-height: 26px;
	}

	.yvzhonga i {
		font-size: 18px;
	}

	.mat1 {
		margin-top: 0px;
	}

	.headd {
		position: absolute;
		right: 100px;
		top: -30px;
	}

	.xnav {
		display: block
	}

	.nav {
		position: fixed;
		width: 35px;
		height: 24px;
		background: #2b8bbe;
		right: 2.5%;
		top: 24px;
		cursor: pointer;
		border-radius: 5px;
		z-index: 999999999;
	}

	.nav span {
		display: block;
		width: 20px;
		height: 2px;
		background: #ffffff;
		position: absolute;
		left: 50%;
		margin-left: -10px;
		top: 50%;
		transition: 0.8s;
		z-index: 99999991
	}

	.nav .nav1 {
		margin-top: -1px;
	}

	.nav .nav2 {
		margin-top: -8px;
	}

	.nav .nav3 {
		margin-top: 6px;
	}

	.nav:hover .nav1 {
		width: 25px;
	}

	.navh .nav1 {
		transform: rotate(45deg)
	}

	.navh .nav2 {
		transform: rotate(-45deg);
		width: 10px;
		margin-left: -1px;
		margin-top: -5px;
	}

	.navh .nav3 {
		transform: rotate(-45deg);
		width: 9px;
		margin-top: 3px;
		margin-left: -8px;
	}

	.navh:hover .nav2 {
		margin-top: -8px;
		margin-left: 7px;
	}

	.navh:hover .nav3 {
		margin-top: 5px;
		margin-left: -12px;
	}

	.smdaohang {
		position: fixed;
		width: 300px;
		height: 0px;
		overflow: auto;
		top: 0px;
		right: 0px;
		background: #2b8bbe;
		background: rgba(43, 139, 190, 0.95);
		z-index: 9999999;
		transition: 0.8s;
		text-align: center;
	}

	.smdaohangh {
		right: 0px;
		top: 0px;
		height: 100%;
	}

	.topnav {
		margin: auto;
		margin-top: 30px;
		padding: 20px;
	}

	ul.topnav li {
		text-align: left;
		position: relative;
	}

	ul.topnav li a {
		padding: 5px;
		padding-left: 0px;
		color: #fff;
		display: block;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 24px;
		padding-right: 50px;
		font-family: Lato-Regular, Arial, Helvetica, sans-serif;
	}

	ul.topnav ul {
		display: none;
	}

	ul.topnav ul li {
		clear: both;
	}

	ul.topnav ul li a {
		padding-left: 20px;
		font-size: 14px;
		font-size: 1.4rem;
		font-weight: normal;
		outline: 0;
	}

	ul.topnav ul li a:hover {}

	ul.topnav ul ul li a {
		padding-left: 40px;
	}

	ul.topnav ul ul ul li a {
		padding-left: 60px;
	}

	ul.topnav span {
		display: block;
		position: absolute;
		right: 0px;
		top: 7px;
		width: 20px;
		height: 20px;
		background: #fff;
		background: rgba(255, 255, 255, 0.6);
		cursor: pointer;
		border-radius: 50%;
		transition: 0.5s;
	}

	ul.topnav span:before {
		content: "";
		width: 6px;
		height: 2px;
		background: #333;
		position: absolute;
		left: 50%;
		margin-left: -3px;
		top: 50%;
		margin-top: 0px;
		transform: rotate(45deg);
		transform-origin: right center
	}

	ul.topnav span:after {
		content: "";
		width: 6px;
		height: 2px;
		background: #333;
		position: absolute;
		left: 50%;
		margin-left: -3px;
		top: 50%;
		margin-top: -1px;
		transform: rotate(-45deg);
		transform-origin: right center;
		transition: 0.5s;
	}

	ul.topnav span.yizi {
		transform: rotate(90deg)
	}

	.smdaohang form {
		margin-top: 15px;
		margin-bottom: 15px;
		width: 240px;
		height: 26px;
		border: 1px solid #fff;
		position: relative;
		background: #fff;
		border-radius: 13px;
	}

	.smdaohang form .iptc {
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding-left: 15px;
		background-color: #fff;
		width: 80%;
		height: 24px;
		line-height: 24px;
		display: block;
		float: left;
		border-radius: 10px;
	}

	.smdaohang form .ipsc {
		width: 20%;
		height: 24px;
		line-height: 24px;
		display: block;
		float: right;
		background: transparent;
		position: relative;
		z-index: 99;
	}

	.smdaohang form i {
		position: absolute;
		right: 10px;
		top: 2px;
	}

	.logo {
		margin-top: 14px;
		margin-bottom: 9px;
	}

	.head-btn {
		margin-top: 10px;
		margin-bottom: 6px;
	}

	.yvn {
		margin-top: 15px;
	}

	.nav {
		top: 16px;
	}

	.head-btn {
		display: none;
	}
    
    .banner .slick-dots li.slick-active a{ width: 10px !important; height: 10px !important; background: #8ccc52 !important;}
    
}

@media screen and (min-width:768px) {
	.clear3 {
		display: none
	}
}

@media screen and (max-width:767px) {
	.head {
		padding-bottom: 8px;
	}

	.daohang2 {
		display: block;
		text-align: center;
		margin-top: 20px;
	}

	.daohang2 a {
		float: left;
		width: 25%;
		font-size: 14px;
		font-size: 1.4rem;
		color: #fff;
		line-height: 24px;
		text-align: center;
	}

	.daohang2 .dangqiandao {
		color: #082b2f !important
	}

	.daohang,
	.daohang1 {
		display: none
	}

	.clear3 {
		clear: both;
	}

	.banner1 .dotList {
		display: none;
	}

	.banner1 .carousel-control {
		margin-top: -30px;
		width: 40px;
		height: 40px;
		background-size: 100% !important;
		background-position: center !important;
	}
	.yvul a {
	display: block;
	padding: 3px 10px;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 20px;
	color: #333;
}
}

/* banner */
.banner {
	position: relative;
	z-index: 2;
	line-height: 0;
	font-size: 0;
}
.banner img{ transform: scale(1) !important}
.banner .slick-arrow {
	position: absolute;
	z-index: 99;
	display: block !important;
	top: 50%;
	margin-top: -31px;
	width: 62px;
	height: 62px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}

.banner .slick-prev {
	left: 0;
	background-image: url("../../../../index.php/Portal/Index/error_html.html");
	cursor: pointer;
}

.banner .slick-next {
	right: 0;
	background-image: url("../../../../index.php/Portal/Index/error_html.html");
	cursor: pointer;
}

.banner .slick-dots {
	position: absolute;
	z-index: 999999;
	left: 0;
	right: 0;
	bottom: 28px;
	text-align: center;
	font-size: 0;
	letter-spacing: 0;
	text-align: center;
}

.banner .slick-dots li {
	margin: 0 11px;
	display: inline-block; vertical-align: middle;
	*display: inline;
	*zoom: 1;
}

 
.banner .slick-dots li.slick-active a {
    background: url("../images/carshop.png");
	width: 38px;
	height: 46px;
    cursor: pointer;
	background-color: none;
	display: block;
} 

.banner .slick-dots a {
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #ffffff;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}

.banner.hide {
	display: none;
}

@media screen and (max-width: 959px) {
	.banner {
		display: block;
	}

	.banner.hide {
		display: block;
	}

	.banner .slick-arrow {
		display: none !important;
	}

	.banner .slick-dots {
		bottom: 10px;
	}

	.banner .slick-dots li {
		margin: 0 5px;
	}

	.banner .slick-dots a {
		width: 10px;
		height: 10px;
	}

	.banner2 {
		display: none;
	}
}

.slick-list,
.slick-slider,
.slick-track {
	position: relative;
	display: block
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
	visibility: hidden
}

.slick-slider {
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: 0
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	top: 0;
	left: 0
}

.slick-track:after,
.slick-track:before {
	display: table;
	content: ''
}

.slick-track:after {
	clear: both
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}

[dir=rtl] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

.slick-dots .slide-count {
	display: none;
}

.slick-slide {
	position: relative;
}

.slick-slide iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.slick-slide video {
	position: absolute;
	display: block;
	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%);
	min-width: 101%;
	min-height: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
	display: none \9;
	display: block \9\0;
}

@media screen and (max-width: 991px) {
	.slick-slide video {
		object-position: inherit;
		object-fit: inherit;
		width: 100%;
		height: 100%;
		transform: translate(0, 0);
		left: 0;
		top: 0;
	}
}

/* ***********M1************************* */

.M1-border {
	padding-top: 63px;
}

.M1-title {
	font-family: Poppins;
	font-size: 60px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 88px;
	letter-spacing: 0px;
	color: #2b8bbe;
	text-align: center;
	display: block;
	width: 96%;
	margin: auto;
}

.img-scroll {
	position: relative;
	margin-top: 78px;
}

.img-scroll .prev,
.img-scroll .next {
	position: absolute;
	text-align: center;
	display: block;
	width: 65px;
	height: 50px;
	line-height: 48px;
	text-align: center;
	bottom: 0;
	transition: 0.5s;
	z-index: 999;
	color: #fff;
	font-size: 26px;
}

.img-scroll .prev {
	left: 50%;
	margin-left: -65px;
	cursor: pointer;
	background-color: #2b8bbe;
	border: 1px solid #2b8bbe;
}

.img-scroll .next {
	right: 50%;
	margin-right: -65px;
	cursor: pointer;
	background-color: #8ccc52;
	border: 1px solid #8ccc52;
}

.img-scroll .prev:hover {
	background-color: #fff;
	color: #2b8bbe;
}

.img-scroll .next:hover {
	background-color: #fff;
	color: #8ccc52;
}

.img-list {
	position: relative;
	overflow: hidden;
}

.img-list ul {
	width: 10000%;
}

.img-list li {
	float: left;
	width: 1%;
	margin-right: 0%;
	border-left: none;
	position: relative;
}

.M1-block {
	display: flex;
	flex-flow: wrap;
	width: 100%;
	background-color: #ddebcf;
}

.M1-bl {
	width: 50%;
	display: flex;
	align-items: center;
}

.M1-blimg {
	display: block;
	overflow: hidden;
	position: relative; padding-top: 78.125%; overflow: hidden; 	width: 100%;
}
.M1-blimg  img{ position: absolute; left: 0; top: 0; width: 100%;}


.M1-br {
	width: 50%;
	background-color: #ddebcf;
	padding-left: 90px;
}

.M1-brbox {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-top: 125px;
}

.M1-brsafe {
	width: 67%;
	padding-top: 50px;
}

.M1-brtitle {
	font-family: Poppins;
	font-size: 30px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	display: block;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical; padding-bottom: 25px;
}

.M1-brtitle::before {
	width: 81px;
	height: 4px;
	background-color: #2b8bbe;
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0;
}

.M1-brbimg {
    /*border: 4px solid #fff;*/
    width: 49%; 
    max-width: 269px
}
.M1-brbimg img {
	display: block;
	overflow: hidden;
}

.M1-brinfo {
	display: block;
	font-family: Poppins-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #666666;
	padding-top: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;

}

.M1-brbtn {
	width: 188px;
	height: 48px;
	background-color: #2b8bbe;
	border: 1px solid #2b8bbe;
	border-radius: 6px;
	font-family: Poppins-Medium;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 46px;
	letter-spacing: 0px;
	color: #ffffff;
	display: block;
	text-align: center;
	margin-top: 27px;
	text-transform:uppercase;
}

.M1-brbtn:hover {
	background-color: #fff;
	color: #2b8bbe;
}

.M1-brbimg {
	display: block;
	overflow: hidden;
}

@media screen and (max-width:1555px) {
	.M1-brsafe {
		width: 88%;
	}

	.M1-brbox {
		margin-top: 40px;
	}

	.M1-br {
		padding-left: 31px;
	}

	.M1-title {
		font-size: 46px;
		line-height: 50px;
	}
}

@media screen and (max-width:1333px) {
	.M1-brinfo {
		font-size: 14px;
		line-height: 26px;
	}

	.M1-brbtn {
		font-size: 14px;
		line-height: 40px;
		height: 42px;
	}

	.img-scroll .prev,
	.img-scroll .next {
		font-size: 20px;
	}

	.M1-brtitle {
		font-size: 26px;
		line-height: 30px;
	}

	.M1-title {
		font-size: 26px;
		line-height: 30px;
	}

	.M1-border {
		padding-top: 30px;
	}

	.img-scroll {
		margin-top: 30px;
	}
}


@media screen and (max-width:999px) {
	.M1-brtitle {
		font-size: 24px;
	}

	.M1-title {
		font-size: 24px;
	}

	.M1-brtitle::before {
		display: none;
	}

	.M1-brinfo {
		padding-top: 23px;
	}

	.M1-brsafe {
		padding-top: 30px;
	}

	.M1-border {
		padding-top: 20px;
	}

	.img-scroll {
		margin-top: 20px;
	}
}

@media screen and (max-width:768px) {
	.M1-brinfo {
		font-size: 12px;
		line-height: 22px;
	}

	.M1-brbtn {
		font-size: 12px;
		line-height: 36px;
		height: 38px;
		margin-top: 12px;
	}

	.M1-brtitle {
		font-size: 22px;
	}

	.M1-title {
		font-size: 22px;
	}

	.M1-brinfo {
		padding-top: 9px;
	}

	.M1-brbox {
		margin-top: 16px;
	}

	.img-scroll .prev,
	.img-scroll .next {
		width: 40px;
		height: 34px;
		line-height: 32px;
		font-size: 16px;
	}

	.img-scroll .prev {
		margin-left: -40px;
	}

	.img-scroll .next {
		margin-right: -40px;
	}

	.M1-brinfo {
		-webkit-line-clamp: 4;
	}
}

@media screen and (max-width:538px) {
	.M1-border {
		padding-top: 30px;
	}

	.M1-brtitle {
		font-size: 20px;
	}

	.M1-title {
		font-size: 20px;
	}

	.M1-bl {
		width: 100%;
	}

	.M1-br {
		width: 100%;
	}

	.img-list {
		padding-bottom: 50px;
		background-color: #ddebcf;
	}

	.M1-brsafe {
		width: 97%;
		margin: auto;
	}

	.M1-br {
		padding-left: 0px;
	}

}



/* ***************M2************************* */

.M2 {
	background: url("../images/m2-back.png") no-repeat center;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
}

.M2:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: url("../images/m2-back.png") no-repeat center;
	background-size: cover;
	z-index: -1
}

.M2::after {
	position: absolute;
	content: "";
	background: url("../images/m2-tu1.png") no-repeat;
	width: 767px;
	height: 111px;
	top: 94px;
	right: 20px;
	background-size: contain;
}

.M2-border {
	padding-top: 180px;
	padding-bottom: 131px;
}

.M2-title {
	font-family: Poppins;
	font-size: 46px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 50px;
	letter-spacing: 0px;
	color: #333333;
	display: block;
	position: relative;
	text-transform:uppercase;
}

.M2-title::before {
	position: absolute;
	content: "";
	width: 81px;
	height: 4px;
	background-color: #2b8bbe;
	left: 0;
	bottom: -25px;
}

.M2-t {
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	margin-top: 80px;
}

.M2-tl {
	width: 55%;
}

.M2-tr {
	width: 36.5%;
}

.M2-tlinfo {
	font-family: Poppins-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #666666;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
}

.M2-trinfo {
	font-family: Poppins-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 20px;
	letter-spacing: 0px;
	color: #2b8bbe;
}

.M2-trinfo a {
	color: #2b8bbe;
	overflow: hidden;

}

.M2-trinfo img {
	padding-right: 24px;
}

.M2-trinb {
	display: flex;
	align-items: center;
	margin-top: 30px;
}

.M2-trinb:first-child {
	margin-top: 0px;
}

.start {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;

}

.M2-vedio {
	margin-top: 48px;
}
.M2-vedio {
	margin-top: 48px;
	    position: relative;

}
.M2-vedio .shipin{    position: relative;
    padding-top: 44.4285%;
    overflow: hidden; 
}
.M2-vedio .shipin iframe{position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;}

@media screen and (max-width:1333px) {
	.M2::after {
		width: 400px;
		height: 60px;
	}

	.M2-border {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.M2-t {
		margin-top: 49px;
	}

	.M2-tlinfo {
		font-size: 14px;
		line-height: 26px;
	}

	.M2-trinfo a {
		font-size: 14px;
		line-height: 26px;
	}

	.M2-title {
		font-size: 24px;
		line-height: 30px;
	}

	.M2-vedio {
		margin-top: 20px;
	}

	.start img {
		width: 56px;
		height: 56px;
	}
}

@media screen and (max-width:999px) {
	.M2-vedio {
		margin-top: 23px;
	}

	.start img {
		width: 48px;
		height: 48px;
	}

	.M2-border {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.M2-title {
		font-size: 22px;
	}

	.M2::after {
		display: none;
	}

	.M2-vedio {
		margin-top: 28px;
	}

	.M2-title::before {
		display: none;
	}

	.M2-t {
		margin-top: 20px;
	}

	.M2-trinfo a img {
		width: 50px;
		display: block;
	}

}

@media screen and (max-width:768px) {
	.M2-title {
		font-size: 20px;
	}

	.M2-tlinfo {
		font-size: 12px;
		line-height: 22px;
	}

	.M2-trinfo a {
		font-size: 12px;
		line-height: 22px;
	}

	.M2-trinfo img {
		padding-right: 10px;
	}

	.M2-tl {
		width: 100%;
	}

	.M2-trinfo {
		width: 100%;
		padding-top: 20px;
	}

	.M2-trinfo img {
		width: 30px;
	}
.M2-tr {
	width: 100%; margin-top: 20px;
}
}

@media screen and (max-width:538px) {
	.M2-border {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.M2-title {
		font-size: 18px;
	}

	.M2-trinb {
		margin-top: 10px;
	}

	.M2-t {
		margin-top: 10px;
	}
}

/* **************************M3***************************** */
.M3 {
	background: url("../images/m3-back.png") no-repeat;
	background-size: contain;
}

.M3-border {
	padding-top: 152px;
	padding-bottom: 105px;
}

.M3-title {
	font-family: Poppins;
	font-size: 46px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 50px;
	letter-spacing: 0px;
	color: #333333;
	display: block;
	text-align: center;
	text-transform:uppercase;
}

.M3-box {
	display: flex;
	flex-flow: wrap;
	margin-top: 50px;
}

.M3-b {
	width: 31.5%;
	margin-right: 2.75%;
}

.M3-bimg {
	display: block;
	overflow: hidden;
}

.M3-b:nth-child(3n) {
	margin-right: 0;
}

.M3-bfont {
	font-family: Poppins-Regular;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;
	display: block;
	margin-top: 70px;
	display: flex;
	align-items: center;
	
}

.M3-bfont span {
	font-family: Poppins;
	font-size: 46px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 20px;
	letter-spacing: 0px;
	color: #333333;
	display: block;
	padding-right: 18px;
}


@media screen and (max-width:1333px) {
	.M3-bfont span {
		font-size: 24px;

	}

	.M3-bfont {
		font-size: 16px;
		line-height: 30px;
	}

	.M3-border {
		padding-top: 57px;
		padding-bottom: 50px;
	}

	.M3-title {
		font-size: 26px;
		line-height: 30px;
	}

	.M3-box {
		margin-top: 30px;
	}

	.M3-bfont {
		margin-top: 25px;
	}
}

@media screen and (max-width:999px) {
	.M3-bfont span {
		font-size: 22px;

	}

	.M3-bfont {
		font-size: 14px;
		line-height: 26px;
	}

	.M3-border {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.M3-title {
		font-size: 24px;
	}
}

@media screen and (max-width:768px) {
	.M3-bfont span {
		font-size: 20px;

	}

	.M3-bfont {
		font-size: 12px;
		line-height: 22px;
		margin-top: 10px;
	}

	.M3-title {
		font-size: 22px;
	}

	.M3-box {
		margin-top: 16px;
	}
	
	.M3-bfont{align-items: flex-start;}

}

@media screen and (max-width:538px) {
	.M3-bfont span {
		font-size: 18px;

	}

	.M3-border {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.M3-title {
		font-size: 20px;
	}

	.M3-b {
		width: 49%;
		margin-right: 2%;
		margin-top: 10px;
	}

	.M3-b:nth-child(3n) {
		margin-right: 2%;
	}

	.M3-b:nth-child(2n) {
		margin-right: 0%;
	}

}

/* *************Main4************************************** */
.M4-border {
	padding-bottom: 98px;
}

.M4-box {
	margin-top: 69px;
}

.M4-b {
	display: flex;
	flex-flow: wrap;
	background-color: #f2f2f2;
	padding: 24px;
	margin-top: 26px; transition: 0.5s
}
.nemain .M4-b{background: #fff;}

.M4-b:hover {
	background-color: #ddebcf;
}

.M4-b1 {
	width: 18%;
}
.M4-b1 .M4-b1img{
    position: relative; 
    padding-top: 76.67%; 
    overflow: hidden;
    display: block;
    width:100%;
    height:100%;
}
.M4-b1 .M4-b1img img{
    position: absolute; 
    left: 0; 
    top: 0; 
    width: 100%;
    height:100%;
}
.M4-b2num1 {
	font-family: Poppins;
	font-size: 63px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 70px;
	letter-spacing: 0px;
	color: #333333;
	display: block;
	padding-top: 16px; transition: 0.5s
}

.M4-b2num2 {
	font-family: Poppins-Regular;
	font-size: 16px;
	font-weight: normal;
	font-style: italic;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;
	display: block;
	padding-top: 14px; transition: 0.5s;
}

.M4-b2 {
	width: 15%;
}


.M4-b3 {
	width: 50%;
}

.M4-b3title {
	font-family: Poppins;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;
	display: block;
	padding-top: 6px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.M4-b3info {
	font-family: Poppins-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #666666;
	display: block;
	padding-top: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;

}

.M4-b4btn {
	width: 188px;
	height: 48px;
	background-color: #2b8bbe;
	border: 1px solid #2b8bbe;
	border-radius: 6px;
	display: block;
	font-family: Poppins-Medium;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 46px;
	letter-spacing: 0px;
	color: #ffffff;
	text-align: center;
	text-transform:uppercase;
}

.M4-b4btn:hover {
	background-color: #fff;
	color: #2b8bbe;
}
/*.M4-b:hover .M4-b2num1 {
	color: #2b8bbe;
}*/



.M4-b4 {
	width: 17%;
	display: flex;
	justify-content: end;
	align-items: center;
}

@media screen and (max-width:1333px) {
	.M4-b3title {
		font-size: 20px;
	}

	.M4-b3info {
		font-size: 14px;
		line-height: 26px;
	}

	.M4-b2num1 {
		font-size: 30px;
		line-height: 30px;
	}

	.M4-b4btn {
		font-size: 14px;
	}

	.M4-b2 {
		width: 10%;
	}

	.M4-b {
		justify-content: space-between;
	}

	.M4-box {
		margin-top: 45px;
	}

	.M4-border {
		padding-bottom: 50px;
	}

	.M4-b2num2 {
		font-size: 12px;
		line-height: 22px;
	}

	.M4-b1 {
		display: flex;
		align-items: center;
	}
}

@media screen and (max-width:999px) {
	.M4-b3title {
		font-size: 18px;
	}

	.M4-box {
		margin-top: 26px;
	}

	.M4-border {
		padding-bottom: 30px;
	}
    .M4-b3info {
        -webkit-line-clamp: 2;
    }
}

@media screen and (max-width:768px) {
	.M4-b3title {
		font-size: 16px;
	}

	.M4-b3info {
		font-size: 12px;
		line-height: 22px;
	}

	.M4-b4btn {
		font-size: 12px;
	}
}

@media screen and (max-width:538px) {
	.M4-b3title {
		font-size: 14px;
	}

	.M4-b {
		flex-direction: column;
	}

	.M4-b1 {
		width: 100%;
	}

	.M4-b2 {
		width: 100%;
	}

	.M4-b3 {
		width: 100%;
	}

	.M4-b4 {
		width: 100%;
	}

	.M4-b1img {
		width: 100%;
		padding-top: 36.67% !important;
		display: block;
		overflow: hidden;
	}

	.M4-b1img img {
		max-width: 100%;
		display:block;
		margin-left:auto;
		margin-right:auto;
		left: 50% !important;
        transform: translate(-50%);
        width: revert !important;
        height: revert !important;
	}

	.M4-b4btn {
		margin-top: 15px;
	}

	.M4-b3info {
		padding-top: 6px;
	}

	.M4-b {
		margin-top: 10px;
	}

	.M4-b4btn {
		display: none;
	}

	.M4-box {
		margin-top: 13px;
	}

	.M4-b {
		padding: 10px;
	}

	.M4-b2num1 {
		font-size: 20px;
		line-height: 30px;
	}

	.M4-b2num2 {
		padding-top: 2px;
	}
}

/* ***********product Main1******************************* */
.pM1 {
	background-color: #f5f9f2;
}

.pM1-border {
	padding-top: 74px;
}

.banner-font {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.banner-f1 {
	font-family: Poppins;
	font-size: 40px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #ffffff;
	display: block;
}

.mianbao {
	display: flex;
	font-family: Poppins-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #ffffff;
	justify-content: center;
	padding-top: 39px;

}

.mianbao a {
	color: #ffffff;
	display: block;
	text-align: center;
}
.mianbao a:hover{ color: #fff;}
.comian{color: #fff !important}

#outer6 {
	font-size: 0px;
	position: relative;
	margin-top: 0px;
	position: relative;
}

.tab6 {
	position: relative;
}

#tab6 {
	font-size: 0px;
	position: relative;
	margin: auto;
	overflow: hidden;
	white-space: nowrap;
	z-index: 99;
	margin-left: 20px;
	margin-right: 20px;
}

#tab6 li {
	display: inline-block;
	vertical-align: bottom;
	width: 18%;
	margin-right: 2.5%;
	transition: 0.8s;
	cursor: pointer;
	position: relative;
	text-align: center;
	padding-bottom: 56px;
}

#tab6 li:last-child {
	margin-right: 0px;
}

#outer6 .prev2 {
	font-size: 26px;
	color: #333;
	left: 0;
	top: 70px;
	position: absolute;
	z-index: 9999;
	cursor: pointer;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 38px;
}

#outer6 .next2 {
	font-size: 26px;
	color: #333;
	right: 0;
	top: 70px;
	position: absolute;
	z-index: 99999999999999999999999999999;
	cursor: pointer;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 38px;
}

#content6 {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	position: relative;

}

#content6 .tabul6 {
	display: none;
	font-size: 14px;
	vertical-align: middle;
}

.t6-inimg img {
	margin: auto;box-shadow: 0px 5px 10px 0px 
		rgba(0, 0, 0, 0.15);
		border-radius:50%;
		
}

#tab6 li.current6 .t6-infont,#tab6 li.current6 .t6-infont a {
	color: #2b8bbe;
}
#tab6 li.current6{position: relative;}
#tab6 li.current6:before{content: ""; position: absolute; bottom: 0px; left: 50%; transform: translateX(-50%); width: 0; border: 22px solid #fff; border-top-color:transparent ; border-left-color: transparent; border-right-color: transparent;}

.t6-infont {
	font-family: Poppins-Regular;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;
	display: block;
	white-space: normal;
	padding-top: 7px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.t6-infont:hover {
	color: #2b8bbe;
}


.wc3n {
	width: 100%;
	background-color: #ffffff;
	border-radius: 10px;
	padding: 27px 43px;
	border-radius: 7px;
	margin: auto;
	position: relative;
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	align-items: center;
}
/*.wc3n:before{content: ""; position: absolute; bottom: 100%; left: 8%; width: 0; border: 22px solid #fff; border-top-color:transparent ; border-left-color: transparent; border-right-color: transparent;}*/

.ab3tu {
	width: 334px;
	display: block;
	border-radius: 7px;
}

.ab3tu img {
	width: 100%;
	border-radius: 7px;
}

.ab3zi {
	width: calc(100% - 346px);
	padding: 10px;
}

.ab3a {
	display: block;
	font-family: Roboto-Bold, Arial, "Arial Black", "sans-serif", Verdana;
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 34px;
}

.ab3p {
	margin-top: 13px;
	font-family: Poppins-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
}

.ab3p p {
	color: #666666;
	padding-bottom: 26px;
}

.abmain3 .prev2,
.abmain3 .next2 {
	position: absolute;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #a6a6a6;
	font-size: 34px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	z-index: 999;
}

.abmain3 .prev2 {
	left: 78px;
}

.abmain3 .next2 {
	right: 78px;
}

.abmain3 .prev2:hover,
.abmain3 .next2:hover {
	color: #1b91dc;
}


@media screen and (max-width:1559px) {
	.t6-inimg {
		width: 100%;
	}

	.t6-inimg img {
		width: 100%;
	}

	.abmain3 {
		margin-top: 70px;
		padding-bottom: 50px;
	}

	.ab3biao span {
		font-size: 35px;
		font-size: 3.5rem;
		line-height: 50px;
	}

	.ab3biao span:before {
		width: 40px;
		left: -58px;
	}

	.ab3biao span:after {
		width: 40px;
		right: -58px;
	}

	.ab3pz {
		font-size: 20px;
		font-size: 2rem;
		line-height: 28px;
	}

	.ab3p p {
		padding-bottom: 0px;
	}
}

@media screen and (max-width:1359px) {
	.banner-f1 {
		font-size: 22px;
	}

	.mianbao {
		font-size: 14px;
		line-height: 26px;
		padding-top: 8px;
	}

	.abmain3 {
		padding-bottom: 50px;
		margin-top: 30px;
	}

	.ab3pz {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 28px;
	}

	.abmain3 .prev2 {
		left: 0px;
	}

	.abmain3 .next2 {
		right: 0px;
	}

	.wc3n {}

	#tab6 {
		margin-top: 20px;
	}
    #tab6 li{padding-bottom: 40px;}
	#tab6 li a {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 26px;
	}


	#outer6 .prev2,
	#outer6 .next2 {
		font-size: 20px;
	}

	.abmain3 .prev2,
	.abmain3 .next2 {
		top: auto;
		transform: translate(0);
		bottom: 0px;
		font-size: 20px;
	}

	.abmain3 .prev2 {
		left: 50%;
		margin-left: -40px;
	}

	.abmain3 .next2 {
		right: 50%;
		margin-right: -40px;
	}

	.pM1-border {
		padding-top: 30px;
	}

	.ab3p {
		font-size: 14px;
		line-height: 26px;
	}

	.wc3n {
		padding: 10px 10px;
	}

}

@media screen and (max-width:999px) {
	#tab6 li {
		width: 24%;
		margin-right: 1.333%;
	}

#tab6 li.current6:before{ border: 15px solid #fff; border-top-color:transparent ; border-left-color: transparent; border-right-color: transparent;}

	.wc3n {
		padding: 20px;
	}

	.ab3p {
		margin-top: 0px;
	}

	.ab3a {
		font-size: 22px;
		font-size: 2.2rem;
		line-height: 30px;
	}

	#outer6:before {
		top: 60px;
	}

	#tab6 li {
		padding-bottom: 20px;
	}

}

@media screen and (max-width:768px) {
	#tab6 li a {
		font-size: 12px;
		line-height: 22px;
	}

	.ab3p {
		font-size: 12px;
		line-height: 22px;
	}

	#tab6 li {
		width: 33%;
		margin-right: 0.5%;
	}

	.abmain3 {
		padding-bottom: 30px;
		margin-top: 30px;
	}

	.ab3pz {
		font-size: 12px;
		font-size: 1.6rem;
		line-height: 22px;
		max-width: 870px;
		margin-top: 10px;
	}

	.ab3tu {
		width: 100%;
		max-width: 400px;
		margin: auto;
	}

	.ab3zi {
		width: 100%;
		padding: 10px;
	}
    #outer6 .prev2{left: -15px;}
    #outer6 .next2{right: -15px;}
    .fenbanner{ background: #2b8bbe; padding: 0px !important; height: auto !important; padding: 20px 0 !important;}
    .fenbanner img{display: none;}
    .banner-font{ position: relative; transform: translate(0); left: auto; top: auto;}
    
    .t6-infont{font-size: 16px;}
}

@media screen and (max-width:399px) {
	#tab6 li {
		width: 49%;
		margin-right: 2%;
	}

    #tab6 li.current6:before{ border: 10px solid #fff; border-top-color:transparent ; border-left-color: transparent; border-right-color: transparent;}
	.pM1-border {
		padding-top: 12px;
	}
}


/* ***********************pM2******************************* */
.pM2 {
	background-color: #f5f9f2;
}

.pM2-border {
	padding-bottom: 70px;
}

.pM2-box {
	display: flex;
	flex-flow: wrap;
	margin-bottom: 88px;
}

.pM2-b {
	width: 49%;
	margin-right: 2%;
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	margin-top: 59px;
	margin-bottom: 20px;
}

.pM2-b:nth-child(2n) {
	margin-right: 0%;
}

.pM2-bl {
	width: 48.2%;
	display: flex;
	align-items: center;
}

.pM2-blimg {
	display: block;
	overflow: hidden;
}

.pM2-br {
	width: 48%;
}

.pM2-brtitle {
	font-family: Poppins;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.pM2-brinfo {
	font-family: Poppins-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #666666;
	display: block;
	padding-top: 19px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.pM2-brbtn {
	width: 146px;
	height: 42px;
	background-color: #2b8bbe;
	border-radius: 6px;
	font-family: Poppins-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 0px;
	display: block;
	text-align: center;
	margin-top: 53px;
}
.pM2-brbtn input{cursor: pointer;}
.pM2-brbtn:hover {
	background-color: #7eb34e;
}

.pM2-brbtn a {
	color: #ffffff;
}

@media screen and (max-width:1333px) {
	.pM2-brtitle {
		font-size: 16px;
		line-height: 30px;
	}

	.pM2-brinfo {
		font-size: 14px;
		line-height: 26px;
	}

	.pM2-brbtn {
		margin-top: 27px;
		font-size: 14px;
	}

	.pM2-brbtn {
		width: 120px;
		height: 36px;
		line-height: 34px;
	}

	.pM2-b {
		margin-top: 30px;
		margin-bottom: 1px;
	}

	.pM2-box {
		margin-bottom: 40px;
	}

	.pM2-border {
		padding-bottom: 42px;
	}
}

@media screen and (max-width:999px) {
	.pM2-brtitle {
		font-size: 14px;
		line-height: 26px;
		-webkit-line-clamp: 1;
	}

	.pM2-brinfo {
		padding-top: 6px;
	}

	.pM2-brbtn {
		margin-top: 16px;
	}
}

@media screen and (max-width:768px) {
	.pM2-brinfo {
		font-size: 12px;
		line-height: 22px;
	}

	.pM2-brbtn {
		font-size: 12px;
	}
}

@media screen and (max-width:538px) {
	.pM2-brbtn {
		margin-top: 8px;
	}

	.pM2-b {
		width: 100%;
	}

	.pM2-box {
		margin-bottom: 24px;
	}

	.pM2-border {
		padding-bottom: 23px;
	}
}

/* ***************************pM3********************************** */
.pM3 {
	background: url("../images/pm3-tu1.png") no-repeat center;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
}

.pM3:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: url("../images/pm3-tu1.png") no-repeat center;
	background-size: cover;
	z-index: -1
}

.pM3-border {
	padding-top: 100px;
	padding-bottom: 91px;
}

.pM3-title {
	text-align: center;
	display: block;
	font-family: Poppins;
	font-size: 30px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 47px;
	letter-spacing: 0px;
	color: #ffffff;
}

.pM3-info {
	padding-top: 7px;
	text-align: center;
	display: block;
	font-family: Poppins-Regular;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 47px;
	letter-spacing: 0px;
	color: #ffffff;
}

.pM3-btn {
	margin: auto;
	margin-top: 46px;
	text-align: center;
	display: block;
	width: 214px;
	height: 44px;
	border-radius: 4px;
	border: solid 1px #ffffff;
	font-family: Poppins-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 42px;
	letter-spacing: 0px;
	color: #ffffff;
	text-align: center;
}

@media screen and (max-width:1333px) {
	.pM3-border {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.pM3-title {
		font-size: 24px;
		line-height: 30px;
	}

	.pM3-info {
		font-size: 16px;
		line-height: 30px;
	}

	.pM3-btn {
		font-size: 14px;
		height: 40px;
		line-height: 38px;
		margin-top: 22px;
	}
}

@media screen and (max-width:999px) {
	.pM3-border {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.pM3-title {
		font-size: 22px;
	}

	.pM3-info {
		font-size: 14px;
		line-height: 26px;
	}
}

@media screen and (max-width:768px) {
	.pM3-title {
		font-size: 20px;
	}

	.pM3-info {
		font-size: 12px;
		line-height: 22px;
	}

	.pM3-btn {
		font-size: 12px;
	}
}

@media screen and (max-width:538px) {
	.pM3-border {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.pM3-title {
		font-size: 18px;
	}
}

/* ******************pM4******************************************* */
.pM4 {
	background-color: #f5f9f2;
}

.pM4-border {
	padding-top: 30px;
	padding-bottom: 30px;
}
.pM4-border2{padding-top: 30px;}
.pM4-box {
	margin-bottom: 55px;
}

.pM4-b {
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
	margin-top: 46px;
}

.pM4-bl {
	width: 27.8%;
	display: flex;
	align-items: center;
}

.pM4-br {
	width: 69%;
	padding-top: 27px;
}

.sM1-brsafe {
	width: 90%;
	padding-top: 70px;
	padding-bottom: 70px;
}

.pM4-brtitle {
	font-family: Poppins;
	font-size: 22px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 34px;
	letter-spacing: 0px;
	color: #333333;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.pM4-brinfo {
	font-family: Poppins-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #666666;
	display: block;
	padding-top: 37px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;


}

.pM4-bbtn {
	width: 188px;
	height: 48px;
	background-color: #2b8bbe;
	border: 1px solid #2b8bbe;
	border-radius: 6px;
	font-family: Poppins-Medium;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 46px;
	letter-spacing: 0px;
	color: #ffffff;
	text-align: center;
	display: block;
	margin-top: 53px;
	text-transform:uppercase;
}

.pM4-bbtn:hover {
	background-color: #fff;
	color: #2b8bbe;
}

@media screen and (max-width:1333px) {
	.pM4-brtitle {
		font-size: 22px;
		line-height: 30px;
	}

	.pM4-brinfo {
		font-size: 14px;
		line-height: 26px;
		padding-top: 19px;
	}

	.pM4-bbtn {
		font-size: 14px;
		width: 160px;
		height: 40px;
		line-height: 38px;
		margin-top: 24px;
	}

	.pM4-br {
		padding-top: 18px;
	}

	.pM4-b {
		margin-top: 20px;
	}

	.pM4-border {
		padding-top: 22px;
		padding-bottom: 41px;
	}
}

@media screen and (max-width:999px) {
	.pM4-brtitle {
		font-size: 20px;
	}

	.pM4-brtitle {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
	}
}

@media screen and (max-width:768px) {
	.pM4-brtitle {
		font-size: 18px;
	}

	.pM4-brinfo {
		padding-top: 5px;
	}

	.pM4-bbtn {
		margin-top: 10px;
	}

	.pM4-br {
		padding-top: 8px;
	}

	.pM4-bbtn {
		display: none;
	}

	.pM4-brinfo {
		font-size: 12px;
		line-height: 22px;
	}
}

@media screen and (max-width:538px) {
	.pM4-brtitle {
		font-size: 16px;
	}

	.pM4-border {
		padding-top: 10px;
		padding-bottom: 16px;
	}

	.pM4-bl {
		width: 40%;
	}

	.pM4-br {
		width: 56%;
	}

	.pM4-b {
		margin-top: 10px;
	}
}



/* *************************sM1********************* */
.sM1 {
	background-color: #f5f9f2;
}

.sM1-box {
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
	background-color: #fff;
}

.sM1-bl {
	width: 60%;
}

.sM1-brtitle {
	font-family: Poppins;
	font-size: 22px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 34px;
	letter-spacing: 0px;
	color: #333333;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.sM1-brinfo {
	font-family: Poppins-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #666666;
	display: block;
	padding-top: 47px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.sM1-blimg {
	display: block;
	overflow: hidden;
}

.sM1-br {
	width: 37%;
	display: flex;
	align-items: center;
}

.sM1 .pM4-bbtn {
	margin-top: 60px;
}

.img-scroll2 {
	position: relative;
	padding-top: 80px;
}

.img-scroll2 .prev,
.img-scroll2 .next {
	position: absolute;
	text-align: center;
	display: block;
	width: 65px;
	height: 50px;
	line-height: 48px;
	text-align: center;
	background: #ffffff;
	bottom: 0;
	transition: 0.5s;
	z-index: 999;
	color: #fff;
	font-size: 26px;
}

.img-scroll2 .prev {
	right: 13px;
    bottom: 16px;
	margin-right: 65px;
	cursor: pointer;
	background-color: #2b8bbe;
	border: 1px solid #2b8bbe;
}

.img-scroll2 .prev:hover {
	background-color: #fff;
	color: #2b8bbe;
}

.img-scroll2 .next {
	right: 13px;
    bottom: 16px;
	cursor: pointer;
	background-color: #8ccc52;
	border: 1px solid #8ccc52;
}

.img-scroll2 .next:hover {
	background-color: #fff;
	color: #8ccc52;
}



.img-list2 {
	position: relative;
	overflow: hidden;
}

.img-list2 ul {
	width: 10000%;
}

.img-list2 li {
	float: left;
	width: 1%;
	border-left: none;
	position: relative;
}

@media screen and (max-width:1333px) {
	.sM1-brtitle {
		font-size: 22px;
		line-height: 30px;
	}

	.sM1-brinfo {
		font-size: 14px;
		line-height: 26px; padding-top: 20px;
	}

	.img-scroll2 .prev,
	.img-scroll2 .next {
		width: 50px;
		height: 40px;
		line-height: 38px;
		font-size: 16px;
	}

	.img-scroll2 .prev {
		margin-right: 50px;
	}

	.img-scroll2 {
		padding-top: 32px;
	}
.sM1 .pM4-bbtn {
	margin-top: 20px;
}
}

@media screen and (max-width:999px) {
	.sM1-brtitle {
		font-size: 20px;
	}

	.pM4-box {
		margin-bottom: 30px;
	}

}

@media screen and (max-width:768px) {
	.sM1-brtitle {
		font-size: 18px;
		-webkit-line-clamp: 1;
	}

	.sM1-brinfo {
		font-size: 12px;
		line-height: 22px;
	}

	.sM1-brinfo {
		padding-top: 12px;
	}

}

@media screen and (max-width:538px) {
	.sM1-brtitle {
		font-size: 16px;
	}

	.sM1-br {
		align-items: flex-start;
		width: 100%;
	}

	.sM1-bl {
		width: 100%;
	}

	.sM1-brsafe {
		padding-bottom: 73px;
		margin: auto;
		padding-top: 8px;
	}

	.pM4-box {
		margin-bottom: 18px;
	}
}

/* ************3-1about*********************************** */
.aM1 {
	background-color: #f5f9f2;
}

.aM1-border {
	padding-top: 78px;
	padding-bottom: 80px;
}

.aM1-box {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}

.aM1-l {
	width: 48%;
	padding-top: 34px;
}

.aM1-ltitle {
	font-family: Poppins;
	font-size: 40px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 70px;
	letter-spacing: 0px;
	color: #333333;
	display: block;
	position: relative;
}

.aM1-ltitle::before {
	position: absolute;
	width: 104px;
	height: 5px;
	background-color: #7eb34e;
	content: "";
	left: 0;
	bottom: -32px;
}

.aM1-linfo {
	font-family: Poppins-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #666666;
	display: block;
	padding-top: 69px;
}
.aM1-linfo p,.aM1-linfo2 p{font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #666666;}

.aM1-r {
	width: 50%;
}

.aM1-r .aM1-rimg{    position: relative;
    padding-top: 67.28%;
    overflow: hidden; 
}
.aM1-r .aM1-rimg iframe{position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;}


@media screen and (max-width:1333px) {
	.aM1-ltitle {
		font-size: 24px;
		line-height: 30px;
	}

	.aM1-linfo,.aM1-linfo p,.aM1-linfo2 p {
		font-size: 14px;
		line-height: 26px;
	}

	.aM1-border {
		padding-top: 50px;
		padding-bottom: 24px;
	}

	.aM1-box {
		display: block;
	}

	.aM1-r {
		float: right;
		clear: both;
	}

	.aM1-l {
		width: auto;
		overflow: visible;
	}
}

@media screen and (max-width:999px) {
	.aM1-ltitle {
		font-size: 22px;
	}

	.aM1-r {
		padding-left: 25px;
	}

	.aM1-ltitle::before {
		display: none;
	}

	.aM1-linfo {
		padding-top: 16px;
	}

	.aM1-l {
		padding-top: 6px;
	}
}

@media screen and (max-width:768px) {
	.aM1-ltitle {
		font-size: 20px;
	}

	.aM1-linfo,.aM1-linfo p,.aM1-linfo2 p {
		font-size: 12px;
		line-height: 22px;
	}

	.aM1-border {
		padding-top: 30px;
		padding-bottom: 20px;
	}
}

@media screen and (max-width:538px) {
	.aM1-ltitle {
		font-size: 18px;
	}

	.aM1-l {
		width: 100%;
	}

	.aM1-r {
		padding-left: 0px;
		width: 100%;
		margin-top: 0px;
		float: none;
	}

	.aM1-l {
		padding-top: 20px;
	}

	.aM1-border {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.aM1-linfo {
		padding-top: 8px;
	}

	.aM1-l {
		padding-top: 13px;
	}
}


/* ********aM2************************************** */

.aM2 {
	background-color: #f5f9f2;
	position: relative;
}

.aM2::before {
	position: absolute;
	content: "";
	background: url("../images/m2-tu1.png") no-repeat;
	width: 767px;
	height: 111px;
	top: -41px;
	left: 50%;
	transform: translateX(-50%);
	background-size: contain;
}

.aM2-border {
	padding-top: 142px;
	padding-bottom: 95px;
}

.aM2 .M2-trinfo {
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
}

.aM2 .M2-trinb {
	width: 47%;
}

@media screen and (max-width:1666px) {
	.aM2::before {
		top: 0;
		width: 600px;
		height: 90px;
	}
}

@media screen and (max-width:1333px) {
	.aM2::before {
		top: 10%;
		width: 400px;
		height: 70px;
	}

	.aM2-border {
		padding-top: 122px;
		padding-bottom: 50px;
	}
}

@media screen and (max-width:999px) {
	.aM2::before {
		display: none;
	}

	.aM2-border {
		padding-top: 0px;
	}
}

@media screen and (max-width:768px) {
	.M2-trinfo {
		padding-top: 0px;
	}

	.aM2-border {
		padding-bottom: 20px;
	}
}

@media screen and (max-width:538px) {}


/* ***************************aM3********************************** */
.aM3box {
	background-color: #f5f9f2;
}

.aM3 {
	position: relative;
	background: url("../images/3-1about_02.jpg") no-repeat;
	background-size: contain;
}

/* .aM3::before{
	position: absolute;
	background: url("../images/am3-back.png") no-repeat;
	width: 950px;
	height: 486px;
	content: "";
	left: 0;
	top: 0;
} */
.aM3-border {
	padding-bottom: 80px;
	padding-top: 51px;
}

.img-scroll3 {
	position: relative;

}

.img-scroll3 .prev,
.img-scroll3 .next {
	position: absolute;
	text-align: center;
	display: block;
	width: 65px;
	height: 50px;
	line-height: 48px;
	text-align: center;
	background: #ffffff;
	bottom: 0%;
	transition: 0.5s;
	z-index: 999;
	color: #fff;
	font-size: 22px;
	font-weight: bolder;
}

.img-scroll3 .prev {
	left: 50%;
	margin-left: -65px;
	cursor: pointer;
	background-color: #2b8bbe;
	border: 1px solid #2b8bbe;
}

.img-scroll3 .next {
	right: 50%;
	margin-right: -65px;
	cursor: pointer;
	background-color: #8ccc52;
	border: 1px solid #8ccc52;
}

.img-scroll3 .prev:hover {
	background-color: #fff;
	color: #2b8bbe;
}

.img-scroll3 .next:hover {
	background-color: #fff;
	color: #8ccc52;
}

.img-list3 {
	position: relative;
	overflow: hidden;
	padding-bottom: 93px;
}

.img-list3 ul {
	width: 10000%;
}

.img-list3 li {
	float: left;
	width: 0.287%;
	margin-right: 0.0695%;
	border-left: none;
	position: relative;
}

.aM3-bf1 {
	font-family: Poppins-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #666666;
	display: block;
	text-align: center;

}

@media screen and (max-width:1333px) {
	.aM3-border {
		padding-bottom: 40px;
	}

	.aM3::before {
		height: 300px;
	}

	.aM3-bf1 {
		font-size: 14px;
		line-height: 26px;
	}
}

@media screen and (max-width:999px) {
	.aM3 {
		background: none;
	}

	.aM3-border {
		padding-top: 19px;
		padding-bottom: 23px;
	}

	.img-scroll3 .prev,
	.img-scroll3 .next {
		width: 40px;
		height: 38px;
		line-height: 36px;
		font-size: 16px;
	}

	.img-scroll3 .prev {
		margin-left: -40px;
	}

	.img-scroll3 .next {
		margin-right: -40px;
	}

	.img-list3 {
		padding-bottom: 65px;
	}
}

@media screen and (max-width:538px) {
	.img-list3 li {
		width: 0.33%;
		margin-right: 0.005%;
	}

	.aM3-border {
		padding-top: 19px;
		padding-bottom: 20px;
	}

	.img-list3 {
		padding-bottom: 53px;
	}
}

/* *********************aM4****************************************** */
.aM4 {
	background-color: #f5f9f2;
}

.aM4-border {
	padding-top: 35px;
	padding-bottom: 80px;
}

.aM4 .aM1-ltitle {
	text-align: center;
}

.aM4 .aM1-ltitle::before {
	left: 50%;
	transform: translateX(-50%);
	bottom: -12px;
}

.aM4-box {
	display: flex;
	justify-content: space-between;
	padding-top: 68px;
	flex-flow: wrap;
}

.aM4-bl {
	width: 49%;
}

.aM4-bl p {
	font-family: Poppins-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #666666;
}

.aM4-br {
	width: 48%;
}

.aM4-br p {
	font-family: Poppins-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #666666;
}

.aM4-bimg {
	padding-top: 46px;
	padding-bottom: 20px;
}
 .aM4-bimg {}
 .aM4-bimg .am4shipin{    position: relative;
    padding-top: 44.5%;
    overflow: hidden; 
}
 .aM4-bimg iframe{position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;}

@media screen and (max-width:1333px) {
	.aM4-bl p {
		font-size: 14px;
		line-height: 26px;
	}

	.aM4-br p {
		font-size: 14px;
		line-height: 26px;
	}

	.aM4-border {
		padding-top: 0px;
		padding-bottom: 37px;
	}

	.aM4-box {
		padding-top: 36px;
	}

	.aM4-bimg {
		padding-top: 19px;
		padding-bottom: 13px;
	}
}

@media screen and (max-width:999px) {
	.aM4-box {
		padding-top: 15px;
	}
}

@media screen and (max-width:768px) {
	.aM4-bl p {
		font-size: 12px;
		line-height: 22px;
	}

	.aM4-br p {
		font-size: 12px;
		line-height: 22px;
	}

	.aM4-border {
		padding-bottom: 20px;
	}
}

@media screen and (max-width:538px) {
	.aM4-bl {
		width: 100%;
	}

	.aM4-br {
		width: 100%;
	}

	.aM4-box {
		padding-top: 6px;
	}
}

/* *******************************aM5******************************* */
.aM5 {
	background-color: #f5f9f2;
}

.aM5-border {
	padding-top: 60px;
	padding-bottom: 125px;
}

.img-scroll4 {
	position: relative;
	padding-bottom: 92px;
}

.img-scroll4 .prev,
.img-scroll4 .next {
	position: absolute;
	text-align: center;
	display: block;
	width: 65px;
	height: 50px;
	line-height: 48px;
	text-align: center;
	background: #ffffff;
	bottom: 0;
	transition: 0.5s;
	z-index: 999;
	color: #fff;
	font-size: 22px;
	font-weight: bolder;
}

.img-scroll4 .prev {
	left: 50%;
	cursor: pointer;
	background-color: #2b8bbe;
	border: 1px solid #2b8bbe;
	margin-left: -65px;
}

.img-scroll4 .next {
	right: 50%;
	cursor: pointer;
	background-color: #8ccc52;
	border: 1px solid #8ccc52;
	margin-right: -65px;
}

.img-scroll4 .prev:hover {
	background-color: #fff;
	color: #2b8bbe;
}

.img-scroll4 .next:hover {
	background-color: #fff;
	color: #8ccc52;
}

.img-list4 {
	position: relative;
	overflow: hidden;
}

.img-list4 ul {
	width: 10000%;
}

.img-list4 li {
	float: left;
	width: 1%;
	border-left: none;
	position: relative;
}

.aM5 {
	background: url("../images/am5-back.png") no-repeat center;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
}

.aM5:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: url("../images/am5-back.png") no-repeat center;
	background-size: cover;
	z-index: -1
}

.aM5-box {
	margin-top: 60px;
}


.aM5 .aM1-ltitle {
	text-align: center;
}

.aM5-tab {
	width: 65%;
	margin: auto;
	display: flex;
	justify-content: space-between;
}

.aM5-tab li {
	width: 42%;
	
	background-color: rgba(43, 139, 190, 0.8);
	border-radius: 43px;
	font-family: Poppins;
	font-size: 22px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 84px;
	letter-spacing: 0px;
	text-align: center;
	cursor: pointer;
}

.aM5-tab li span {
	color: #ffffff;
}
.aM5-tab li span i{display: inline-block; vertical-align: middle; width: 10px; height: 10px; background: #ffffff; border-radius: 50%; margin: 0 5px;}

.aM5-content {
	margin-top: 63px;
}




.aM5-cbox {
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
}

.aM5-cl {
	width: 46%;
	padding-top: 72px;
}

.aM5-cltitle {
	font-family: Poppins-Regular;
	font-size: 22px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 70px;
	letter-spacing: 0px;
	color: #333333;
	display: block;
}

.aM5-cltitle span {
	width: 49px;
	height: 49px;
	font-family: Poppins-Regular;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 47px;
	letter-spacing: 0px;
	color: #333333;
	text-align: center;
	display: inline-block;
	background-color: #8ccc52;
	border-radius: 50%;
}

.aM5-info {
	font-family: Poppins-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #666666;
	display: block;
	padding-top: 8px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 12;
	-webkit-box-orient: vertical;

}

.aM5-cr {
	width: 50%;
}

.aM5-crimg {
	display: block;
	overflow: hidden;
}

.aM5-con {
	display: none;
}

@media screen and (max-width:1333px) {
	.aM5-tab li {
	
		line-height: 32px;
		font-size: 18px;
	}

	.aM5-cl {
		padding-top: 0px;
	}

	.aM5-cltitle {
		line-height: 30px;
	}

	.img-scroll4 .prev,
	.img-scroll4 .next {
		width: 54px;
		height: 40px;
		line-height: 38px;
		font-size: 14px;
	}

	.img-scroll4 .prev {
		margin-left: -54px;
	}

	.img-scroll4 .next {
		margin-right: -54px;
	}

	.aM5-border {
		padding-top: 51px;
		padding-bottom: 50px;
	}

	.aM5-content {
		margin-top: 40px;
	}

	.aM5-info {
		font-size: 14px;
		line-height: 26px;
	}

	.aM5-cltitle {
		font-size: 20px;
		line-height: 30px;
	}
}

@media screen and (max-width:999px) {
	.aM5-tab {
		flex-direction: column;
	}

	.aM5-tab li {
		margin-top: 15px;
		width: 100%;
		height: 46px;
		line-height: 44px;
	}

	.aM5-box {
		margin-top: 6px;
	}

	.aM5-cltitle {
		font-size: 18px;
	}

	.aM5-info {
		-webkit-line-clamp: 10;
	}

	.aM5-tab li {
		font-size: 16px;
	}
}

@media screen and (max-width:768px) {
	.aM5-info {
		font-size: 12px;
		line-height: 22px;
	}

	.aM5-cltitle {
		font-size: 16px;
	}

	.img-scroll4 {
		padding-bottom: 68px;
	}

	.aM5-border {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.aM5-cltitle span {
		width: 30px;
		height: 30px;
		line-height: 28px;
	}

	.aM5-cl {
		width: 100%;
	}

	.aM5-cr {
		width: 100%;
		margin-top: 20px;
	}

	.aM5-crimg {
		width: 100%;
	}

	.aM5-crimg img {
		width: 100%;
	}

	.aM5-content {
		margin-top: 23px;
	}

	.aM5-tab li {
		font-size: 14px;
	}
}

@media screen and (max-width:538px) {
	.aM5-tab {
		width: 80%;
	}
}

/* ******************rM1************************* */
.rM1 {
	background-color: #f5f9f2;
}

.rM1-border {
	padding-top: 80px;
	padding-bottom: 55px;
}

.rM1-box {
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
}

.rM1-bl {
	width: 43.2%;
}

.rM1-blimg {
	display: block;
	overflow: hidden;
}

.rM1-br {
	width: 51%;
	padding-top: 47px;
}

.rM1-brtitle {
	font-family: Poppins;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.rM1-brdate {
	font-family: Poppins-Regular;
	font-size: 16px;
	font-weight: normal;
	font-style: italic;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #999999;
	padding-top: 35px;
}

.rM1-brinfo {
	font-family: Poppins-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #666666;
	display: block;
	padding-top: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.rM1 .M4-b4btn {
	margin-top: 38px;
}




/* ******************rM2************************* */
.rM2 {
	background-color: #f5f9f2;
}


.rM2-border {
	padding-top: 0px;
	padding-bottom: 131px;
}

.rM2 .M4-box {
	padding-bottom: 76px;
	margin-top: 0px;
}

.rM2 .M4-b {
	margin-top: 44px;
}

.rM2 .M4-b:nth-child(1) {
	margin-top: 0px;
}

@media screen and (max-width:1333px) {
	.rM1-brtitle {
		font-size: 20px;
	}

	.rM1-brdate {
		font-size: 14px;
		line-height: 26px;
	}

	.rM1-brinfo {
		font-size: 14px;
		line-height: 26px;
		padding-top: 14px;
	}

	.rM1-brdate {
		padding-top: 20px;
	}

	.rM1 .M4-b4btn {
		margin-top: 30px;
	}

	.rM1-bl {
		width: 46.2%;
	}

	.rM2 .M4-b {
		margin-top: 20px;
	}

	.rM2 .M4-box {
		padding-bottom: 40px;
	}

	.rM2-border {
		padding-bottom: 50px;
	}
}

@media screen and (max-width:999px) {
	.rM1-brtitle {
		font-size: 18px;
	}

	.rM1-border {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

@media screen and (max-width:768px) {
	.rM1-br {
		padding-top: 10px;
	}

	.rM1 .M4-b4btn {
		margin-top: 16px;
	}

	.rM1-brdate {
		padding-top: 12px;
	}

	.rM1-brtitle {
		font-size: 16px;
	}

	.rM1-brinfo {
		padding-top: 7px;
	}

	.rM1-border {
		padding-top: 31px;
		padding-bottom: 26px;
	}

	.rM1-brdate {
		font-size: 12px;
		line-height: 22px;
	}

	.rM1-brinfo {
		font-size: 12px;
		line-height: 22px;
	}
}

@media screen and (max-width:538px) {
	.rM1-bl {
		width: 100%;
	}

	.rM1-br {
		width: 100%;
		margin-top: 15px;
	}
}


/* *****************r2M1******************************** */

.r2M1 {
	background-color: #f5f9f2;
}

.r2M1-border {
	padding-top: 77px;
}

.nemain2 h1 {
	font-family: Poppins;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;
}

.share1 {
	font-family: Poppins-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 49px;
	letter-spacing: 0px;
	color: #999999;
}

.news2share {
	display: flex;
	align-items: center;
}

.ne2t {
	display: flex;
	margin-top: 8px;
}

.ne2riqi {
	display: flex;
	align-items: center;
	color: #999999;
	font-size: 16px;
	font-size: 1.6rem;
	font-family: Poppins-Regular;
	line-height: 49px;
	color: #999999;
}

.ne2riqi i {
	margin-right: 5px;
}

.ne2t .news2share {
	margin-left: 15px;
}

.nexiang {
	border-top: 1px solid #e6e6e6;
	color: #333333;
	padding-top: 54px;
	padding-bottom: 57px;
	margin-top: 23px;
	border-bottom: 1px solid #e6e6e6;
	;
}

/*.nexiang p,
.nexiang strong,
.nexiang em {
	font-family: Poppins-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #666666;
}*/

.nexiang p,
.nexiang strong,
.nexiang em {
	font-family: Poppins-Regular;
	font-size: 16px;

	line-height: 30px;

	color: #666666;
}
.nexiang p a{ display:inline-block}
.nexiang p a:hover{color: #666666 !important;}

.nexiang p:nth-child(1) {
	margin-top: 0px;
}

.nexiang img {
	display: inline-block;
	max-width: 100%;
}

.fanpian {
	padding: 24px 0px;
	line-height: 32px;
	margin-top: 4px;
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
}

.fanpian p {
	color: #999999;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 0 40px;
	position: relative;
	width:48%;
}
.fanpian p:last-child{ text-align:right}
.fanpian p:hover i {
	background-color: #2b8bbe;
}

.fanpian p:hover a {
	color: #2b8bbe;
}

.fanpian i {
	display: block;
	width: 32px;
	height: 32px;
	background: #d7d7d7;
	line-height: 32px;
	text-align: center;
	border-radius: 2px;
	text-align: center;
	color: #ffffff;
	position: absolute;
	top: 0px;
}

.fanpian p a {
	color: #999999;
}

.fanpian p:nth-child(1) i {
	left: 0px;
}

.fanpian p:nth-child(2) i {
	right: 0px;
}

@media screen and (max-width:1359px) {
	.share1 {
		font-size: 14px;
	}

	.nexiang {
		margin-top: 10px;
	}

	.ne2t {
		margin-top: 12px;
	}

	.ne2riqi {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.fanpian {
		padding: 10px;
		line-height: 32px;
		margin-top: 20px;
	}

	.fanpian p {
		font-size: 14px;
		font-size: 1.4rem;
		padding: 0 40px;
	}

	.nexiang p {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 26px;
	}

	.nexiang {
		padding-top: 23px;
		padding-bottom: 23px;
	}

	.nemain2 h1 {
		font-size: 20px;
		line-height: 30px;
	}

	.r2M1-border {
		padding-top: 44px;
		padding-bottom: 12px;
	}

}

@media screen and (max-width:999px) {
	.nemain2 h1 {
		font-size: 18px;
	}

	.ne2riqi {
		font-size: 1.4rem;
		font-size: 14px;
	}
}

@media screen and (max-width:768px) {
	.fanpian {
		margin-top: 0px;
	}

	.fanpian p {
		width: 100%;
		padding-right: 0px !important;
		margin: 3px 0;
		font-size: 12px;
		font-size: 1.2rem;
	}
.fanpian p:last-child{ text-align:left}
	.fanpian p:nth-child(2) i {
		right: auto;
		left: 0px;
	}

	.nexiang p {
		margin-top: 15px;
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 26px;
	}

	.r2M1-border {
		padding-top: 25px;
		padding-bottom: 19px;
	}

	.ne2riqi {
		line-height: 26px;
	}

	.share1 {
		line-height: 26px;
	}

	.nemain2 h1 {
		font-size: 16px;
		line-height: 30px;
	}

	.ne2riqi {
		font-size: 12px;
	}

	.share1 {
		font-size: 12px;
	}
}

@media screen and (max-width:538px) {
	.ne2riqi {
		width: 100%;
	}

	.ne2t .news2share {
		width: 100%;
		margin-left: 0px;
	}

	.ne2t {
		flex-direction: column;
	}

	.r2M1-border {
		padding-top: 18px;
		padding-bottom: 18px;
	}
	.nexiang {
		padding-top: 13px;
		padding-bottom: 23px;
	  }
}

/* *******************r2M2**************************** */
.r2M2{
	background-color: #f5f9f2;
}

.r2M2-border {
	padding-top: 46px;
	padding-bottom: 123px;
}

.r2M2-title {
	font-family: Poppins;
	font-size: 30px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 20px;
	letter-spacing: 0px;
	color: #333333;
	display: block;
}

.img-scroll5 {
	position: relative;
	margin-top: 53px;
}

.img-scroll5 .prev,
.img-scroll5 .next {
	position: absolute;
	text-align: center;
	display: block;
	width: 65px;
	height: 50px;
	line-height: 48px;
	text-align: center;
	background: #ffffff;
	top:0%;
	top: -93px;
	color: #fff;
	transition: 0.5s;
	z-index: 999;
	font-size: 22px;
	font-weight: bolder;
}

.img-scroll5 .prev {
	right: 0px;
	margin-right: 65px;
	cursor: pointer;
	background-color: #2b8bbe;
}

.img-scroll5 .next {
	right: 0px;
	cursor: pointer;
	background-color: #8ccc52;
}

.img-scroll55 .prev:hover,
.img-scroll .next:hover {
	color: #0064fb;
}

.img-list5 {
	position: relative;
	overflow: hidden;
}

.img-list5 ul {
	width: 10000%;
}

.img-list5 li {
	float: left;
	width: 0.24%;
	margin-right: 0.02%;
	border-left: none;
	position: relative;
}
.r2M2-blimg{
	display: block;
	overflow: hidden;
}
.r2M2-bf1 {
	padding-top: 10px;
	font-family: Poppins-Regular;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 20px;
	letter-spacing: 0px;
	color: #666666;
	display: block;
	padding-top: 23px;
}

@media screen and (max-width:1333px){
	.r2M2-border {
		padding-top: 10px;
		padding-bottom: 53px;
	  }
	  .r2M2-title{
		font-size: 22px;
		line-height: 30px;
	  }
	  .img-scroll5 .prev, .img-scroll5 .next{
		width: 52px;
		height: 48px;
		line-height: 46px;
		font-size: 16px;
	  }
	  .img-scroll5 .prev{
		margin-right: 52px;
	  }
	  .r2M2-bf1{
		font-size: 14px;
		line-height: 26px;
		padding-top: 10px;
	  }
	  .img-scroll5{
		margin-top: 24px;
	  }
	  .img-scroll5 .prev, .img-scroll5 .next{
		top: -58px;
	  }
	 
}
@media screen and (max-width:999px){
	.r2M2-title{
		font-size: 20px;
	  }
	  .r2M2-border {
		padding-top: 10px;
		padding-bottom: 28px;
	  }
	  .img-scroll5 .prev, .img-scroll5 .next{
		width: 30px;
		height: 30px;
		line-height: 28px;
		font-size: 16px;
	  }
	  .img-scroll5 .prev{
		margin-right: 30px;
	  }

	.img-list5 li{
		width: 0.33%;
		margin-right: 0.005%;
	}
	 
}
@media screen and (max-width:768px){
	.r2M2-title{
		font-size: 18px;
	  }
	  .r2M2-bf1{
		font-size: 12px;
		line-height: 22px;
	  }
}
@media screen and (max-width:538px){
	.img-list5 li{
		width: 0.49%;
		margin-right: 0.02%;
	}
	.img-scroll5 {
		margin-top: 16px;
	  }
}


/* *************************baguetteBoxOne****************** */
#baguetteBox-overlay {
	display: none;
	opacity: 0;
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #222;
	background-color: rgba(0, 0, 0, .8);
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;
	z-index: 99999999999999999999999999999999999999;
}

#baguetteBox-overlay.visible {
	opacity: 1
}

#baguetteBox-overlay .full-image {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
}

#baguetteBox-overlay .full-image figure {
	display: inline;
	margin: 0;
	height: 100%
}

#baguetteBox-overlay .full-image img {
	display: inline-block;
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
}

#baguetteBox-overlay .full-image figcaption {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	line-height: 1.8;
	color: #ccc;
	background-color: #000;
	background-color: rgba(0, 0, 0, .6);
	font-family: Verdana, Geneva, sans-serif;
}

#baguetteBox-overlay .full-image:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px
}

#baguetteBox-slider {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	white-space: nowrap;
	-webkit-transition: left .4s ease, -webkit-transform .4s ease;
	transition: left .4s ease, -moz-transform .4s ease;
	transition: left .4s ease, transform .4s ease
}

#baguetteBox-slider.bounce-from-right {
	-webkit-animation: bounceFromRight .4s ease-out;
	animation: bounceFromRight .4s ease-out
}

#baguetteBox-slider.bounce-from-left {
	-webkit-animation: bounceFromLeft .4s ease-out;
	animation: bounceFromLeft .4s ease-out
}

.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
	top: 50%;
	top: calc(50% - 30px);
	width: 44px;
	height: 60px
}

.baguetteBox-button {
	position: absolute;
	cursor: pointer;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	-moz-border-radius: 15%;
	border-radius: 15%;
	background-color: #323232;
	background-color: rgba(50, 50, 50, .5);
	color: #ddd;
	font: 1.6em sans-serif;
	-webkit-transition: background-color .4s ease;
	transition: background-color .4s ease;
}

.baguetteBox-button:hover {
	background-color: rgba(50, 50, 50, .9)
}

.baguetteBox-button#next-button {
	right: 2%
}

.baguetteBox-button#previous-button {
	left: 2%
}

.baguetteBox-button#close-button {
	top: 20px;
	right: 2%;
	right: calc(2% + 6px);
	width: 30px;
	height: 30px
}

.baguetteBox-button svg {
	position: absolute;
	left: 0;
	top: 0
}

.spinner {
	width: 40px;
	height: 40px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px
}

.double-bounce1,
.double-bounce2 {
	width: 100%;
	height: 100%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	opacity: .6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: bounce 2s infinite ease-in-out;
	animation: bounce 2s infinite ease-in-out
}

.double-bounce2 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s
}

@-webkit-keyframes bounceFromRight {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: -30px
	}

	100% {
		margin-left: 0
	}
}

@keyframes bounceFromRight {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: -30px
	}

	100% {
		margin-left: 0
	}
}

@-webkit-keyframes bounceFromLeft {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: 30px
	}

	100% {
		margin-left: 0
	}
}

@keyframes bounceFromLeft {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: 30px
	}

	100% {
		margin-left: 0
	}
}

@-webkit-keyframes bounce {

	0%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}

	50% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes bounce {

	0%,
	100% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		transform: scale(0)
	}

	50% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1)
	}
}


/***************************** page *****************************/

.page {
	display: flex;
	justify-content: center;
}

.page-border {
	display: flex;
	flex-flow: wrap;
}

.page-box {
	display: flex;
	flex-flow: wrap;
	align-items: center;
}

.page a,.page>span {
	display: block;
	width: 36px;
	height: 30px;
	background-color: #ffffff;
	border: solid 1px #e5e5e5;
	line-height: 30px;
	text-align: center;
	margin-left: 8px;
	letter-spacing: 0px;
	color: #999999;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #999999;
}

.page a:hover {
	background-color: #7eb34e;
	color: #fff;
	border: 1px solid #7eb34e;
}



.page .pagepre,.page .big {
	minwidth: 69px;
	height: 30px;
	background-color: #ffffff;
	border: solid 1px #e5e5e5;
}

.page-box a.inquiry {
	min-width: 200px;
	height: 30px;
	background-color: #ffffff;
	border: solid 1px #e5e5e5;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #999999;
	text-align: center;
	margin-left: 8px;
}

.page-box a.inquiry:hover {
	color: #7eb34e;
	background-color: #fff;
	border: 1px solid #7eb34e;
}

.page .big {
	width: 69px;
	height: 30px;
	background-color: #ffffff;
	border: solid 1px #e5e5e5;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #999999;
	text-align: center;
	margin-left: 8px;
}

.page .big:hover {
	color: #7eb34e;
	background-color: #fff;
	border: 1px solid #7eb34e;
}

.page-long {
	width: 155px;
	height: 36px;
	text-align: center;
	cursor: pointer;
	font-size: 16px;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #7eb34e;
	margin-left: 10px;
	background: none;
}

.page-long:hover {
	color: #7eb34e;
}

.page .page-select {
	background-color: #7eb34e;
	color: white;
	border: 1px solid #7eb34e;
}

.page-arrow {
	display: flex;
	align-items: center;
}


@media screen and (max-width:1333px) {
	.page {
		display: flex;
		justify-content: center;
	}

}

@media screen and (max-width:999px) {
	.page-long{
		margin-top: 6px;
	}
	.page-arrow img{
		width: 10px;
	}

	.page a,.page>span {
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 14px;
	}

	.page-long {
		width: 125px;
		height: 30px;
		line-height: 30px;
		font-size: 14px;
	}
	.page-arrow{
		padding-left: 6px;
	}

	.page .big {
		font-size: 14px;
	}
}

@media screen and (max-width:538px) {
.page a,.page>span {
		font-size: 12px;
	}

	.page-box a {
		margin-top: 5px;
	}

	.page-long,.page .big {
		font-size: 12px;
	}
}



/* ***********vedio tankuang*************************************** */
.tankaunga {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: #000;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	z-index: 9999999999
}

.tankaunga:before {
	content: "X";
	position: absolute;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	top: 10px;
	right: 10px;
	background: #fff;
	border-radius: 50%;
	font-size: 18px;
}

.tankaungn2 {
	position: fixed;
	left: 5%;
	top: 5%;
	right: 5%;
	bottom: 5%;
}

.tankaungn2 iframe,
.tankaungn2 video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.tankaungn2 iframe body {
	margin: 0px !important;
}

@media screen and (max-width:767px) {
	.tankaungn2 {
		position: fixed;
		left: 5%;
		top: 10%;
		right: 5%;
		bottom: 10%;
	}
}

.ab1shipin {
	position: relative;
}

.ab1shipin img {
	margin: auto;
}


/*  foot  */
.fosou::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #999999;
	opacity: 1
}

.fosou:-o-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #999999;
	opacity: 1
}

.fosou::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #999999;
	opacity: 1
}

.fosou:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #999999;
	opacity: 1
}

.foot {
	background-color: #19455d;
	padding-top: 58px;
}

.foot>.zong {
	position: relative;
	padding-bottom: 10px;
	font-size: 0px;
}

.fo1 {
	width: 17%;
	float: left;
}

.fo2 {
	width: 19%;
	float: left;
	margin-left: 8.6%;
}

.fo3 {
	width: 25%;
	float: left;
	margin-left: 2.5%;
}

.fo4 {
	width: 22.6%;
	float: right;
}

.fobiao {
	display: block;
	color: #ffffff;
	font-size: 20px;
	font-size: 2rem;
	line-height: 30px;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
}

.fo1p {
	color: #cfcece;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 28px;
	margin-top: 23px;
	font-family: Poppins-Regular;
}

.fo1p p {
	color: #cfcece;
}

.fo1mor {
	display: block;
	width: 188px;
	height: 48px;
	background-color: #7eb34e;
	border: 1px solid #7eb34e;
	border-radius: 6px;
	line-height: 46px;
	text-align: center;
	color: #ffffff;
	font-size: 16px;
	font-size: 1.6rem;
	color: #fff;
	margin-top: 22px;
}

.fo1mor i {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	margin-left: 8px;
}

.fonav {
	color: #cfcece;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 36px;
	margin-top: 19px;
	font-family: Poppins-Regular;
}

.fonav a {
	display: block;
	color: #cfcece;
}

.foul {
	color: #cfcece;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 28px;
	margin-top: 22px;
}

.foul li {
	color: #cfcece;
	position: relative;
	padding-left: 30px;
	margin-bottom: 9px;
	font-family: Poppins-Regular;
}

.foul li a {
	color: #cfcece;
}

.foul li i {
	color: #cfcece;
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 18px;
}

.fosousuo {
	width: 100%;
	background: #ffffff;
	height: 46px;
	line-height: 46px;
	position: relative;
	margin-top: 30px;
}

.fosou {
	width: 100%;
	height: 46px;
	line-height: 46px;
	padding-left: 13px;
	padding-right: 110px;
	color: #999999;
	font-size: 14px;
	font-size: 1.4rem;
}

.fosuo {
	width: 102px;
	background: #2b8bbe;
	height: 46px;
	position: absolute;
	right: 0px;
	top: 0px;
	color: #fefefe;
	font-size: 18px;
	font-size: 1.8rem;
	cursor: pointer;
}

.shejiao {
	font-size: 0px;
	padding-top: 20px;
}

.shejiao a {
	display: inline-block;
	vertical-align: middle;
	width: 34px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background: #dcdcdc;
	color: #ffffff;
	font-size: 20px;
	margin-left: 17px;
	margin-top: 5px;
}

.shejiao a:first-child {
	margin-left: auto;
}

.foxian {
	position: absolute;
	top: 0px;
	bottom: 30px;
	border-left: 1px dashed #676767;
}

.foxian1 {
	left: 13.83%
}

.foxian2 {
	left: 41.83%
}

.foxian3 {
	right: 28.75%
}

.foot2 {
	background: #d2cccc;
	background-color: rgba(210, 204, 204, 0.25);
	/* text-align: center; */
	padding-top: 16px;
	padding-bottom: 53px;
	margin-top: 20px;
}

.fop {
	color: #acacac;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 22px;
}

.fop a {
	color: #acacac;
	display: inline-block;
}

.fop a img {
	display: inline-block;
}

.youlian {
	color: #acacac;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 22px;
}

.youlian span,
.youlian a {
	color: #acacac;
	display: inline-block;
	vertical-align: middle;
}

.youlian a {
	margin: 0 10px;
}

.foot a:hover {
	color: #7eb34e;
}

.fo1mor:hover {
	background: #fff;
}

.shejiao a:hover {
	background-color: #2b8bbe;
	color: #fff;
}

.clear2 {
	display: none
}

@media screen and (max-width:1699px) {
	.fo1 {
		width: 22%;
		float: left;
	}

	.fo2 {
		width: 22%;
		float: left;
		margin-left: 3%;
	}

	.fo3 {
		width: 23%;
		float: left;
		margin-left: 3%;
	}

	.fo4 {
		width: 25%;
		float: right;
	}

	.shejiao {
		padding-top: 20px;
	}

	.shejiao a {
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 16px;
		margin-left: 3px;
		margin-top: 5px;
	}

	.fosuo {
		width: 80px;
		font-size: 14px;
		font-size: 1.4rem;
	}

	.fosou {
		padding-left: 5px;
		padding-right: 85px;
		font-size: 14px;
		font-size: 1.4rem;
	}
}

@media screen and (max-width:999px) {
	.foot>.Allsafe2 {
		display: flex;
		flex-flow: wrap;
	}

	.foot {
		padding-top: 36px;
	}

	.fo1 {
		width: 49%;
		float: none;
		display: inline-block;
		vertical-align: top;
	}

	.fo2 {
		width: 49%;
		float: none;
		display: inline-block;
		vertical-align: top;
		margin-left: 2%;
	}

	.fo3 {
		width: 49%;
		float: none;
		display: inline-block;
		vertical-align: top;
		margin-left: auto;
		margin-top: 20px;
	}

	.fo4 {
		width: 49%;
		float: none;
		display: inline-block;
		vertical-align: top;
		margin-left: 2%;
		margin-top: 20px;
	}

	.clear2 {
		clear: both;
		display: block;
	}

	.foxian {
		display: none
	}

	.fonav {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 30px;
		margin-top: 12px;
	}

	.foul {
		line-height: 30px;
		margin-top: 14px;
	}

	.fop {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.youlian {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.foot2 {
		padding-bottom: 70px;
		margin-top: 10px;
	}
}

@media screen and (max-width:767px) {
	.foot {
		padding-top: 20px;
	}

	.fo1,
	.fo2,
	.fo3 {
		display: none
	}

	.fo4 {
		width: 100%;
		margin: auto;
	}

	.youlian {
		display: none
	}

	.foot>.zong {
		padding-bottom: 20px;
	}

	.fop {
		font-size: 12px;
		font-size: 1.2rem;
	}
}

/* *******************kefu******************** */
/*********** kefu************** */
.top {
	width: 53px;
	height: 53px;
	background-color: #2b8bbe;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
	border-radius: 5px;
	line-height: 51px;
	color: #fff;
	font-size: 18px !important;
	text-align: center;
	margin-top: 3px;
	cursor: pointer;
	position: fixed;
	transition: 0.9s;
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
}

.top i {
	width: 24px;
	height: 24px;
	border: 1px solid #fff;
	border-radius: 50%;
	display: block;
	line-height: 22px;
	text-align: center;
}


.lianxi {
	position: fixed;
	width: 53px;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99999;
}

.lianxi div a {
	display: block;
	width: 53px;
	height: 53px;
	text-align: center;
	line-height: 51px;
	background-color: #dfdfdf;
	font-size: 22px;
	color: #fff;
	margin-top: 3px;
}

.ke1 {
	background: #000000;
}

.ke2 {
	background: #555555;
}

.ke3 {
	background: #000000;
}

.ke4 {
	background: #15418f;
}

.weixin {
	position: relative;
	cursor: pointer;
}

.weixin img {
	position: absolute;
	width: 149px;
	height: 150px;
	max-width: none;
	top: 0px;
	left: -149px;
	display: none;
}

.weixin:hover img {
	display: block;
}

.weixin2,
.tankuang {
	display: none;
}

.tankuang {
	position: absolute;
	bottom: 50px;
	left: 50% !important;
	margin-left: -75px;
}

.tankuang img {
	display: block;
	position: relative;
	width: 150px;
	height: 150px;
	left: auto;
	margin: auto;
}

.lianxi div a:hover {
	background-color: #2b8bbe;
	color: #fff;
}

.clear2 {
	display: none;
}

@media screen and (max-width: 999px) {
	.youlian {
		display: none;
	}

	.top {
		width: 25%;
		height: 53px;
		line-height: 53px;
		bottom: 0px;
		right: 0px;
		border-radius: 0px;
		border: none;
		box-shadow: none;
		background-color: #2b8bbe;
	}

	.lianxi {
		width: 100%;
		right: auto;
		top: auto;
		margin: auto;
		left: 0px;
		bottom: 0px;
		border-top: 1px solid #fff;
		transform: translateY(0);
	}

	.lianxi div {
		width: 25%;
		float: left;
	}

	.lianxi div a {
		margin: auto;
		width: 100%;
		background-color: #2b8bbe;
		color: #fff !important;
		border-radius: 0px;
	}

	.weixin2 {
		display: block;
	}

	.weixin1 {
		display: none;
	}
}

/****************************  4-3  ***************************/
.semain1{ background: #f5f9f2; padding-top: 70px; padding-bottom: 73px;}
.se1biao{ font-size: 46px; font-size: 4.6rem; line-height: 54px; text-align: center; font-family: 'Poppins', Arial, "Arial Black", "sans-serif", Verdana; text-transform:uppercase;}
.se1n{ font-size: 0px; padding-top: 41px; display: flex; flex-flow: wrap;}
.se1lie{ width: 23%; margin-left: 2.66%; display: inline-block; vertical-align: top; position: relative; margin-top: 56px; background: #eff8e6; border-radius: 10px; padding: 33px 25px;}
.se1lie:nth-child(4n-3){margin-left: 0px;}
.se1tu{ display: block; width: 93px; position: absolute; top: 0px; left: 50%; transform: translate(-50%,-50%);}
.se1tu img{width: 100%;}
.se1zi{ font-size: 18px; font-size: 1.8rem; line-height: 30px; color: #666666; text-align: center; margin-top: 57px;}
.se1tu2{ margin-top: 50px;}

@media screen and (max-width:1359px) {
.se1biao{ font-size: 36px; font-size: 3.6rem; line-height: 44px;}
.se1n{ padding-top: 20px;}
.se1lie{ width: 24%; margin-left: 1.333%; margin-top: 56px; padding: 33px 10px;}
.se1tu{ width: 70px;}
.se1zi{ font-size: 16px; font-size: 1.6rem; line-height: 30px; margin-top: 20px;}
}
@media screen and (max-width:999px) {
.semain1{ padding-top: 40px; padding-bottom: 70px;}
.se1lie{ margin-top: 40px; padding: 20px 10px;}
.se1biao{ font-size: 30px; font-size: 3rem; line-height: 40px;}
.se1tu{ width: 60px;}
.se1zi{ font-size: 14px; font-size: 1.4rem; line-height: 26px; margin-top: 20px;}
.se1tu2{ margin-top: 30px;}
}
@media screen and (max-width:768px) {
.semain1{ padding-top: 30px; padding-bottom: 30px;}
.se1biao{ font-size: 24px; font-size: 2.4rem; line-height: 30px;}
.se1lie{ width: 49%; margin-left: 2%;}
.se1lie:nth-child(2n-1){margin-left: 0px;}
.se1zi{ font-size: 12px; font-size: 1.2rem; line-height: 22px; margin-top: 20px;}
}

.semain2{ background: url("../images/se2bei.jpg") no-repeat center; background-size: cover; background-attachment: fixed; position: relative; text-align: center; padding-top: 103px; padding-bottom: 93px;}
.semain2:before{content: ""; position: absolute; width: 100%; height: 100%; left: 0px; top: 0px; background: url("../images/se2bei.jpg") no-repeat center; background-size: cover; z-index: -1}
.se2biao{ color: #ffffff; font-size: 30px; font-size: 3rem; line-height: 40px; font-family: 'Poppins', Arial, "Arial Black", "sans-serif", Verdana;}
.se2p{ color: #ffffff; font-size: 20px; font-size: 2rem; line-height: 30px; margin-top: 19px;}
.se2mor{display: block; width: 214px; height: 44px; line-height: 42px !important; text-align: center; border-radius: 4px;	border: solid 1px #ffffff; color: #ffffff; margin: auto; margin-top: 55px;}
.se2mor:hover{ background: #7eb34e; border-color: #7eb34e; color: #fff;}

.semain3{ background: #f5f9f2; padding-top: 92px; padding-bottom: 80px;}

@media screen and (max-width:1359px) {
.se2biao{ font-size: 24px; font-size: 2.4rem; line-height: 30px;}
.se2p{ font-size: 16px; font-size: 1.6rem; line-height: 26px; margin-top: 19px;}
.se2mor{ margin-top: 30px;}
.semain3{ padding-top: 50px; padding-bottom: 50px;}
}
@media screen and (max-width:999px) {
.semain2{ padding-top: 60px; padding-bottom: 60px;}
}
@media screen and (max-width:768px) {
.se2biao{ font-size: 20px; font-size: 2rem; line-height: 30px;}
.se2p{ font-size: 14px; font-size: 1.4rem; line-height: 24px; margin-top: 10px;}
.se2mor{ margin-top: 20px;}
.semain3{ padding-top: 30px; padding-bottom: 30px;}
}

/****************************  4-5  ***************************/
.famain{ padding-bottom: 90px; padding-top: 59px; background: #f5f9f2;}
.famain .Allsafe2{ display: flex; flex-flow: wrap; justify-content: space-between;}
.fal{ width: calc(100% - 403px);}
.far{ width: 349px;}

.ab5n{ padding-bottom:10px;}
.ab5n:after{ content:""; clear:both; display:block;}
.ab5lie{ margin-top:25px; border-radius: 6px; overflow: hidden; box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.042);}
.wen{ padding:15px 18px; background:#f0f6ea; padding-right:50px; line-height:30px; font-size:18px; font-size:1.8rem; position:relative; transition:0.5s; font-family: 'Poppins', Arial, "Arial Black", "sans-serif", Verdana; cursor:pointer}
.wen span{ transition:0.5s;}
.wen:before{ content:""; position:absolute; width:17px; height:3px; background:#2b8bbe; right:23px; top:50%; margin-top:-1px; transition:0.5s;}
.wen:after{ content:""; position:absolute; width:17px; height:3px; background:#2b8bbe; right:23px; top:50%; margin-top:-1px; transform:rotate(90deg); transition:0.5s;}

.wen:hover,.ab5lieh .wen{ background:#e0ecd4; color:#333333;}
.wen:hover span,.ab5lieh .wen span{ color:#333333;}
.ab5lieh .wen:after,.wen:hover:after{ transform:rotate(0deg);}

.da{ display:none; padding:1px 17px; padding-bottom:14px; font-size:16px; font-size:1.6rem; color:#666666; line-height:30px; background:#e0ecd4; position:relative;}
.da p,.da strong,.da em{ color:#666666;}
.ab5lieh .da{ display:block;}

.fap{color: #2b8bbe; font-size: 20px; font-size: 2rem; line-height: 30px; margin-top: 36px;}
.faa{display: block; width: 300px; height: 50px; background: #7eb34e; border: 1px solid #7eb34e; border-radius: 6px; line-height: 48px; text-align: center; color: #ffffff; font-size: 18px; font-size: 1.8rem; margin-top: 22px;}
.faa:hover{ background: #fff;}

@media screen and (max-width: 999px) {
.famain{ padding-bottom: 50px; padding-top: 40px;}
.wen{ padding:15px 10px; padding-right:50px; line-height:30px; font-size:16px; font-size:1.6rem;}
.da{ padding:1px 10px; padding-bottom:14px; font-size:14px; font-size:1.4rem; line-height:26px;}

.fap{ font-size: 16px; font-size: 1.6rem; line-height: 30px; margin-top: 20px;}
.faa{width: 240px; height: 50px; line-height: 48px; font-size: 14px; font-size: 1.4rem; margin-top: 10px;}
}
@media screen and (max-width: 767px) {
.famain{ padding-bottom: 30px; padding-top: 30px;}
.ab5lie{ margin-top:10px;}
.wen{ line-height:30px; font-size:14px; font-size:1.4rem; line-height: 24px; padding: 10px; padding-right:30px;}
.wen:before{ width:10px; height:2px; right:10px;}
.wen:after{ width:10px; height:2px; right:10px;}
.da{ font-size:12px; font-size:1.2rem; line-height:24px;}

.fap{ font-size: 14px; font-size: 1.4rem; line-height: 26px; margin-top: 20px;}
.faa{width: 200px; height: 40px; line-height: 38px; font-size: 12px; font-size: 1.2rem; margin-top: 10px;}
}

.faxin{ background: #ffffff; box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15); border-radius: 12px; padding: 30px 28px; padding-top: 20px; margin-top: 19px;}
.fara{text-align: center; font-size: 20px; font-size: 2rem; line-height: 30px; font-family: 'Poppins', Arial, "Arial Black", "sans-serif", Verdana;}
.faxin .int1{ width: 100%; margin-top: 18px;}
.faxin .int2{ width: 100%; margin-top: 18px; position: relative; padding-right: 100px;}
.faxin .int3{ width: 100%; margin-top: 27px;}

.faxin .farp{ color: #666666;}
.faxin .farp em{color: #ff0000;}
.faxin input{ width: 100%; height: 50px; background: #eeeeee; border-radius: 6px; line-height: 50px; padding: 0 10px; font-size: 14px; font-size: 1.4rem; color: #333; margin-top: 5px;}
.faxin textarea{ width: 100%; height: 118px; background: #eeeeee; border-radius: 6px; line-height: 30px; padding: 10px; font-size: 14px; font-size: 1.4rem; color: #333; margin-top: 5px;}
.faxin .yanzheng{ position: absolute; right: 0px; bottom: 0px; width: 90px; height: 50px; cursor: pointer;}
.faxin .int3 input{ background: #2b8bbe; border: 1px solid #2b8bbe; color: #fff; padding: 0px; font-size: 20px; font-size: 2rem; cursor: pointer; transition: 0.5s;}
.faxin .int3 input:hover{ background: #fff; color: #2b8bbe;}

.famain .page-border{ margin: auto; margin-top: 49px;}

@media screen and (max-width:1359px) {
.fal{ width: calc(100% - 320px);}
.far{ width: 300px;}
}
@media screen and (max-width:999px) {
.fal{ width: calc(100% - 280px);}
.far{ width: 260px;}
    .faxin{ padding: 20px 10px;}
    .faxin .int3 input{ font-size: 14px; font-size: 1.4rem;}
.famain .page-border{ margin-top: 20px;}
}
@media screen and (max-width:768px) {
.fal{ width: 100%;}
.far{ width: 100%; display: none; margin-top: 10px;}
}


/****************************  product2  ***************************/
.prmain2{  margin-top: 78px;}
.prmain2 .Allsafe2{display: flex; flex-flow: wrap; justify-content: space-between; padding-top: 44px; padding-bottom: 45px; position: relative;}
.prmain2 .Allsafe2:before{content: ""; position: absolute; left: 30.9%; right: 0px; height: 100%; top: 0px; background: #ddebcf;}

.zoomPad{position:relative; float:left; z-index:99; cursor:crosshair; }
.zoomPreload{-moz-opacity:0.8; opacity: 0.8; filter: alpha(opacity = 80); color: #333; font-size: 12px; font-family: Tahoma; text-decoration: none; border: 1px solid #CCC; background-color: white; padding: 8px; text-align:center; background-image: url(../images/zoomloader.gif); background-repeat: no-repeat; background-position: 43px 30px; z-index:110; width:90px; height:43px; position:absolute; top:0px; left:0px; * width:100px; * height:49px; }
.zoomPup{overflow:hidden; background-color: #FFF; -moz-opacity:0.6; opacity: 0.6; filter: alpha(opacity = 60); z-index:120; position:absolute; border:1px solid #CCC; z-index:101; cursor:crosshair; }
.zoomOverlay{position:absolute; left:0px; top:0px; background:#FFF;	z-index:5000; width:100%; height:100%; display:none; z-index:101; }
.zoomWindow{position:absolute; left:110%; top:40px; background:#FFF; z-index:6000; height:auto; z-index:10000; z-index:110; }
.zoomWrapper{position:relative; border:1px solid #999; z-index:110; }
.zoomWrapperTitle{display:block; background:#999; color:#FFF; height:18px; line-height:18px; width:100%; overflow:hidden; text-align:center; font-size:10px; position:absolute; top:0px; left:0px; z-index:120; -moz-opacity:0.6; opacity: 0.6; filter: alpha(opacity = 60); }
.zoomWrapperImage{display:block; position:relative; overflow:hidden; z-index:110; }
.zoomWrapperImage img{border:0px; display:block; position:absolute; z-index:101; }
.zoomIframe{z-index: -1; filter:alpha(opacity=0); -moz-opacity: 0.80; opacity: 0.80; position:absolute; display:block; }

.m-propic { width:47.5%; display: flex; flex-flow: wrap; justify-content: space-between; align-items: center;}
.m-propic .pic-big { position: relative; width:78.5%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.m-propic .big-img { display: block; line-height: 0; font-size: 0; border: solid 4px #ffffff;}
.m-propic .big-img img{ transform: scale(1,1) !important; transition: 0s;}
.m-propic .big-img .zoomPad { float: none; z-index: 8;}
.m-propic .zoomWrapperImage img { max-width: 1200px; }
.m-propic .pic-small { position: relative; width: 19%; overflow: hidden;}
.m-propic .pic-btn { position: absolute; margin: 0 auto; left: 0; right: 0; display: block; width:100%; height:22px; line-height:22px; text-align:center; font-size:24px; font-size:2.4rem; font-weight: bold; cursor: pointer; color:#fff; z-index:1}
.m-propic .pic-btn.prev { top: 0px;}
.m-propic .pic-btn.next { bottom: 0px;}
.m-propic .pic-btn.prev:hover,.m-propic .pic-btn.next:hover { color: #2b8bbe;}
.m-propic .pic-list { position: relative; height: 0px; padding-bottom:248%; margin-top: 33px; margin-bottom: 33px; overflow: hidden;}
.m-propic .pic-list ul { height: 2000px; position: absolute; top: 0px; left: 0px;}
.m-propic .list-item { margin-bottom:5%;}
.m-propic .item-pic,.m-propic .pic-list .item-video { display: block; overflow:hidden; border-radius: 10px;}
.m-propic .item-pic img,.m-propic .pic-list .item-video img { width: 100%; display: block; transition:0.3s;-webkit-transition:0.3s;-moz-transition:0.3s;-o-transition:0.3s;border: solid 4px #ffffff;}
.m-propic .item-pic:hover { border-color: #23a5e3;}
.m-propic .item-pic:hover img {-webkit-transform: scale(1.1,1.1); -moz-transform: scale(1.1,1.1); -ms-transform: scale(1.1,1.1); -o-transform: scale(1.1,1.1); transform: scale(1.1,1.1);}
.m-propic .item-pic.zoomThumbActive { border-color: #23a5e3; }
.m-propic:hover .pic-btn{opacity: 1}

.m-propic2 { display: none; }
.m-propic .provideo-box { width: 100%; overflow: hidden; position: absolute; top: 0; left: 0; z-index: 9; }
.m-propic .provideo-box .provideo { position: relative; overflow: hidden; padding-bottom: 100%; height: 0; }
.m-propic .provideo-box .provideo iframe, .pro2-box .m-propic .provideo-box .provideo video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; }
.m-propic .provideo-box .provideo iframe body { margin: 0px !important;}

.m-propic .item-pic:hover, .m-propic .item-pic.active,
.m-propic .item-video:hover, .m-propic .item-video.active{ border-color: #23a5e3 !important; }

.item-pic{ position:relative;}
.item-pic video,.item-pic iframe{ position:absolute; width:100%; height:100%; left:0px; top:0px;}

.jianjie{ width:52.5%; padding-left: 50px; padding-right: 60px; position: relative; padding-top: 12px;}
.jianjie h1{ font-size:24px; font-size:2.4rem; line-height:30px; border-bottom: 1px solid #2b8bbe; padding-bottom: 21px; color: #2b8bbe; position: relative; font-family: 'Poppins', Arial, "Arial Black", "sans-serif", Verdana;}

.jiann{ line-height: 26px; padding-top: 17px;}
.jiann p{ position: relative; padding-left: 25px; margin-top: 25px; color: #333;}
.jiann p:before{content: ""; position: absolute; left: 0px; top: 5px; width: 0; border: 7px solid #2b8bbe; border-bottom-color:transparent ; border-top-color: transparent; border-right-color: transparent;}

.table{ width:100%; overflow:auto;}
.jianjie .table table{ width:100%; border-collapse:collapse; line-height:26px;}
.jianjie .table table tr{}
.jianjie .table table tr td{ padding:5px 0px; color: #666666;;}

.prin2{ margin-top: 39px;}

.share{ text-align: left; margin-top: 10px; display: inline-block; vertical-align: middle; margin-left: 30px;}
.share1{ display:inline-block; font-size:14px; font-size:1.4rem; line-height:18px; margin-right:5px; vertical-align:middle; color: #999999;}
.share2{display:inline-block; vertical-align:middle;}

.inno{ font-size: 0px; display: inline-block; vertical-align: middle; width: 239px; margin-top: 10px;}
.inno a{display: inline-block; vertical-align: middle; width: 100%; max-width: 290px; height: 49px; background: #7eb34e; line-height: 49px; text-align: center; font-size: 20px; font-size: 2rem; color: #ffffff; margin-top: 5px;}
.inno a:hover{ background: #2b8bbe; color: #fff;}

@media screen and (max-width: 1359px) { 
.prmain2{  margin-top: 30px;}
.prmain2 .Allsafe2{ padding-top: 20px; padding-bottom: 20px;}

.jianjie{ padding-top: 0px; padding-left: 20px; padding-right: 10px;}
.jiann{ min-height: 0px; margin-top: 10px; padding-top: 5px;}

.jianbiao{ font-size: 16px; font-size: 1.6rem; line-height: 24px;}
.jianjie h1{ font-size:18px; font-size:1.8rem; line-height:30px; margin-top: 10px; padding-bottom: 5px;}

.prin2{ margin-top: 20px;}
.inno{ width: 150px;}
.inno a{ font-size: 16px; font-size: 1.6rem; height: 40px; line-height: 40px;}
.share{ margin-left: 10px;}
}
@media screen and (max-width:999px){
.pr2main1{ padding-top: 15px;}
    .prmain2 .Allsafe2:before{display: none;}
.m-propic { width:100%; max-width: 450px; margin: auto;}
.jianjie{ width: 100%; margin-top: 10px;}
.m-propic1 {
  display: none;
}
.m-propic2{
		display: block;
	}
	.m-propic2 {
		position: relative;
		display: block;
		overflow: hidden;
		width: 100%;
		padding-left: 30px;
		padding-right: 30px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		float: none;
	}

	.m-propic2 .box-btn {
		position: absolute;
		top: 50%;
		margin-top: -12px;
		display: block;
		width: 17px;
		height: 32px;
		background-repeat: no-repeat;
		background-position: center;
		background-size: 100% 100%;
	}

	.m-propic2 .box-btn.prev {
		left: 0;
	}

	.m-propic2 .box-btn.next {
		right: 0;
		;
	}

	.m-propic2 .box-btn.prev:hover {}

	.m-propic2 .box-btn.next:hover {}

	.m-propic2 .box-list {
		overflow: hidden;
	}

	.m-propic2 .box-list ul {
		width: 1000%;
	}

	.m-propic2 .list-item {
		float: left;
		margin-left: .1%;
		margin-right: .1%;
		margin-bottom: 0;
		width: 3.13%;
		padding: 0px;
	}
	.m-propic2 .item-video{
		position: relative;
		padding-top: 100%;
		overflow: hidden;
		border-radius: 6px;
		border: solid 1px #e5e5e5;

	}
	.m-propic2 .item-video iframe{
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}

.pr2l{ width: 240px;}
.pr2r{ width: calc(100% - 260px)}

.m-propic { width: 100%; max-width: 500px; float: left;}
.zoomPad { cursor: default !important; }
.zoomPup { display: none !important; }
.zoomWindow { display: none !important; }
.zoomPreload { display: none !important; }
.m-propic { float: none; margin: auto;}	
    .m-propic .pic-btn{color: #333;}
    
.jianjie{ width:100%; float:none; margin-top:20px; padding: 0px; padding-left: 0px; text-align: center;}
.jianjie h1{ font-size:18px; font-size:1.8rem; margin: 0px;}
.jiann p{ padding-left: 0px; margin-top: 0px;}
.jiann p:before{display: none;}

.m-propic .pic-btn { font-size:12px; font-size:1.8rem;}
.m-propic .pic-btn.prev { top: 0px;}
.m-propic .pic-btn.next { bottom: 0px;}

.prin2{ position: relative; left: auto; bottom: auto; width: 100%; margin-top: 15px; text-align: center; max-width: 400px; margin: auto;}
.share{ text-align: center; margin-top: 13px;}
.inno{ margin: auto;}
.inno a{ font-size: 14px; font-size: 1.4rem;}
}
@media only screen and (max-width:767px ) {
.prmain2 .Allsafe2{ padding-top: 1px; padding-bottom: 20px;}
.jianjie .table table tr td,.chanxiang .table table tr td{ font-size:12px; font-size:1.2rem; padding: 5px;}
.jianjie{ margin-top:10px;}
}

.pr2main2{ padding-top: 60px;}
.chanxbiao{ display: block; font-size: 46px; font-size: 4.6rem; line-height: 54px; padding-bottom: 19px; border-bottom: 2px solid #a0cbdc; font-family: Poppins, Arial, "Arial Black", "sans-serif", Verdana; text-transform:uppercase;}
.pr23n{ margin-top: 50px;}
.pr23lie{ display: flex; flex-flow: wrap; justify-content: space-between; align-items: center;}
.pr23lie1{ flex-direction: row-reverse;}
.pr23tu{ width: 49%;}
.pr23zi{ width: calc(50% - 117px); line-height: 26px;}

.pr23zi p{ position: relative; padding-left: 35px; margin-top: 26px;}
.pr23zi p:before{content: ""; position: absolute; left: 0px; top: 5px; width: 0; border: 9px solid #7eb34e; border-bottom-color:transparent ; border-top-color: transparent; border-right-color: transparent;}

@media screen and (max-width:1359px) {
.pr2main2{ padding-top: 40px;}
.chanxbiao{ font-size: 36px; font-size: 3.6rem; line-height: 44px; padding-bottom: 10px;}
.pr23zi{ width: calc(50% - 30px);}
}
@media screen and (max-width:999px) {
.pr2main2{ padding-top: 30px;}
.pr23n{ margin-top: 30px;}
.pr23zi p{ padding-left: 20px; margin-top: 0px;}
.pr23zi p:before{ top: 7px; border: 5px solid #7eb34e; border-bottom-color:transparent ; border-top-color: transparent; border-right-color: transparent;}
.chanxbiao{ font-size: 26px; font-size: 2.6rem; line-height: 34px; padding-bottom: 10px;}
}
@media screen and (max-width:768px) {
.pr2main2{ padding-top: 20px;}
.chanxbiao{ font-size: 22px; font-size: 2.2rem; line-height: 30px; padding-bottom: 10px;}
}
@media screen and (max-width:559px) {
.pr23tu{ width: 100%;}
.pr23zi{ width: 100%; line-height: 26px; padding: 15px 0;}
.pr23zi p:before{ top: 5px;}
}

.pr2main3{ padding-top: 64px; padding-bottom:20px}
.chanxiang{ padding-top: 45px;}
.chanxiang p,.chanxiang em,.chanxiang strong{ color: #666;}
.chanxiang img{ display: inline-block;}
.chanxiang a{ display: inline-block; color: #2b8bbe;}

.table{ width:100%; overflow:auto;}
.table table{ width:100%; border-collapse:collapse; line-height:22px;}
.table table tr{}
.table table tr td{ padding:15px 5px; padding: 25px 45px; color: #666666;}
.table table tr:nth-child(2n-1) td{ background: #f0f1ef;}
.table table tr:first-child td{font-family: Poppins, Arial, "Arial Black", "sans-serif", Verdana; color: #333; font-size: 18px; font-size: 1.8rem;}
.table table tr:first-child td p{color: #333;}

.pr2main4{ padding-top: 55px; padding-bottom: 32px;}
.prtan{ font-size: 16px; font-size: 1.6rem; line-height: 30px; padding-top: 39px;}
.prtan a{display: inline-block; vertical-align: middle; margin-right: 65px;}
.prtan a:hover{color: #2b8bbe;}

@media screen and (max-width:1359px) {
.pr2main3{ padding-top: 40px;}
.chanxiang{ padding-top: 25px;}
.table table tr:first-child td{ font-size: 16px; font-size: 1.6rem;}
.pr2main4{ padding-top: 30px; padding-bottom: 32px;}
}
@media screen and (max-width:999px) {
.pr2main3{ padding-top: 30px;}
.table table tr:first-child td{ font-size: 14px; font-size: 1.4rem;}
.prtan{ font-size: 14px; font-size: 1.4rem; line-height: 26px; padding-top: 20px;}
.prtan a{ margin-right: 20px;}
}
@media screen and (max-width:768px) {
.pr2main3{ padding-top: 20px;}
.prtan{ font-size: 12px; font-size: 1.2rem; line-height: 22px; padding-top: 20px;}
}

/****************************  contact  ***************************/
.quxin input::-webkit-input-placeholder {/* WebKit browsers */
 color:#999999;opacity:1}
.quxin input:-o-placeholder {/* Mozilla Firefox 4 to 18 */
 color:#999999;opacity:1 }
.quxin input::-moz-placeholder {/* Mozilla Firefox 19+ */
 color:#999999;opacity:1 }
.quxin input:-ms-input-placeholder {/* Internet Explorer 10+ */
 color:#999999;opacity:1 }

.quxin textarea::-webkit-input-placeholder {/* WebKit browsers */
 color:#999999;opacity:1}
.quxin textarea:-o-placeholder {/* Mozilla Firefox 4 to 18 */
 color:#999999;opacity:1 }
.quxin textarea::-moz-placeholder {/* Mozilla Firefox 19+ */
 color:#999999;opacity:1 }
.quxin textarea:-ms-input-placeholder {/* Internet Explorer 10+ */
 color:#999999;opacity:1 }

.qumain1{ display: flex; flex-flow: wrap; justify-content: space-between; margin-top: 79px;}
.qul{ width: 49.5%; padding: 38px 50px; padding-right: 20px; background: #e9f2e1; box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);}
.qur{ width: 49.3%; padding:18px 63px; padding-bottom: 30px; background: #e9f2e1; box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);}

.qubiao{ font-size: 30px; font-size: 3rem; line-height: 40px; color: #333333; font-family: Poppins, Arial, "Arial Black", "sans-serif", Verdana; text-transform:uppercase;}

.qulpz{ margin-top: 16px;}

.quln{ padding-top: 8px;}
.qullie{  min-height: 40px; margin-top: 26px;display: flex;
align-items: center;}
.qultu{ line-height: 38px; height: 40px; border-radius: 50%;}
.qultu em{ color: #2b8bbe; font-size: 30px;}
.qulzi{ padding-left: 20px;}
.qula{ font-size: 18px; font-size: 1.8rem; line-height: 26px; color: #333333;}
.qulp{ margin-top: 3px;}
.qulp a{display: inline-block;}
.qulp a:hover{ text-decoration: underline;}

.qurp{ max-width: 530px; margin-top: 10px;}
.qurp strong{ color: #b80a24;}

.quxin{display: flex; flex-flow: wrap; justify-content: space-between; width: 100%; max-width: 504px;}
.quxin .int1{width: 100%; margin-top: 29px;}
.quxin .int2{width: 100%; margin-top: 29px;}
.quxin .int4{width: calc(100% - 166px); margin-top: 29px; position: relative;}
.quxin .int5{width: 157px; margin-top: 29px;}

.quxin input{ width: 100%; height: 45px; line-height: 43px; background: #ffffff; border: solid 1px #dadada; padding-left: 25px; padding-right: 10px; font-size: 16px; font-size: 1.6rem;}
.quxin textarea{ width: 100%; height: 128px; line-height: 23px; background: #ffffff; border: solid 1px #dadada; padding: 10px; padding-left: 25px; font-size: 16px; font-size: 1.6rem;}
.quxin .int4 .yanzheng{ position: absolute; right: 5px; top: 50%; transform: translateY(-50%); width: 98px; height: 30px; cursor: pointer;}
.quxin .int4 input{padding-right: 110px;}
.quxin .int5 input{ background: #7eb34e; border-color: #7eb34e; padding: 0px; color: #ffffff; font-size: 16px; font-size: 1.6rem; cursor: pointer; transition: 0.5s;}
.quxin .int5 input:hover{ background: #fff; color: #7eb34e;}
.quxin .xing input,.quxin .xing textarea{ background:#fff url("../images/xing.jpg") no-repeat 16px 16px;}

.ditu{ margin-top: 72px; margin-bottom: 133px;}

@media screen and (max-width:1359px) {
.qumain1{ margin-top: 40px;}
.qul{ padding:30px 20px;}
.qur{ padding:30px 20px;}

.qubiao{ font-size: 26px; font-size: 2.6rem; line-height: 34px;}
    
.quln{ padding-top: 1px;}
.qullie{ min-height: 40px; margin-top: 20px;}
.qultu{ line-height: 32px; height: 34px; top: 11px;}
.qultu em{ font-size: 20px;}
.qulzi{ padding-left: 20px;}
.qula{ font-size: 16px; font-size: 1.6rem; line-height: 26px;}

.quxin .int1,.quxin .int2,.quxin .int3,.quxin .int4,.quxin .int5{ margin-top: 20px;}
.ditu{ margin-top: 40px; margin-bottom: 40px;}
.quxin input,.quxin textarea{ font-size: 14px; font-size: 1.4rem;}
}
@media screen and (max-width:999px) {
.qumain1{ margin-top: 30px;}
.qubiao{ font-size: 22px; font-size: 2.2rem; line-height: 30px;}
.ditu{ margin-top: 30px; margin-bottom: 40px;}
.quxin .int1,.quxin .int2,.quxin .int3,.quxin .int4,.quxin .int5{ margin-top: 10px;}
.quxin .int4{width: calc(100% - 110px);}
.quxin .int5{width: 100px;}

.qul{ padding:30px 20px;}
.qur{ padding:20px 20px; margin-top: 20px;}
}
@media screen and (max-width:767px) {
.qumain1{ margin-top: 30px;}
.qul{ width: 100%; padding:20px 10px;}
.qur{ width: 100%; padding:20px 10px;}
.qubiao{ font-size: 22px; font-size: 2.2rem; line-height: 30px;}
.qullie{ margin-top: 20px;}
.ditu{ margin-top: 30px; margin-bottom: 30px;}
.quxin{ max-width: none;}
.quxin input,.quxin textarea{ font-size: 12px; font-size: 1.2rem;}
}
@media screen and (max-width:399px) {
.quxin .int4{width: 100%;}
.quxin .int5{width: 100%;}
}








@media screen and (max-width:1359px) {

}
@media screen and (max-width:999px) {

}
@media screen and (max-width:768px) {

}





@font-face {
	font-family: "iconfont";
	/* Project id 3908259 */
	src: url('../fonts/iconfontf3bc.woff2?t=1681117327720') format('woff2'),
		url('../fonts/iconfontf3bc.woff?t=1681117327720') format('woff'),
		url('../fonts/iconfontf3bc.ttf?t=1681117327720') format('truetype');
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-kefu-copy:before {
	content: "\e6b4";
}

.icon-xianxingtubiaozhizuomoban-12:before {
	content: "\e619";
}

.icon-android:before {
	content: "\e669";
}

.icon-pingguo:before {
	content: "\e60b";
}

.icon-duigou-cu:before {
	content: "\e621";
}

.icon-sanjiao01:before {
	content: "\e810";
}

.icon-triangle-up:before {
	content: "\e67c";
}

.icon-lajitong:before {
	content: "\e606";
}

.icon-hr:before {
	content: "\e60a";
}

.icon-jiantou:before {
	content: "\e641";
}

.icon-jiantou_qiehuanzuo_o:before {
	content: "\eb90";
}

.icon-xinlangweibo:before {
	content: "\e604";
}

.icon-qqkongjian1:before {
	content: "\e613";
}

.icon-QQ:before {
	content: "\e882";
}

.icon-gouwuche:before {
	content: "\e655";
}

.icon-biaoqian_o:before {
	content: "\eb47";
}

.icon-diqiu:before {
	content: "\e631";
}

.icon-weixin:before {
	content: "\e856";
}

.icon-messenger:before {
	content: "\e663";
}

.icon-iconfontlajitong:before {
	content: "\e656";
}

.icon-home:before {
	content: "\e624";
}

.icon-edit:before {
	content: "\e611";
}

.icon-facebook:before {
	content: "\e620";
}

.icon-pinterest:before {
	content: "\e8ab";
}

.icon-linkedin:before {
	content: "\e648";
}

.icon-youtube:before {
	content: "\e6d6";
}

.icon-twitter:before {
	content: "\e607";
}

.icon-bigger:before {
	content: "\e647";
}

.icon-left:before {
	content: "\e72c";
}

.icon-right:before {
	content: "\e72d";
}

.icon-up1:before {
	content: "\e72e";
}

.icon-bottom1:before {
	content: "\e72f";
}

.icon-left1:before {
	content: "\e730";
}

.icon-right1:before {
	content: "\e731";
}

.icon-up:before {
	content: "\e73e";
}

.icon-bottom:before {
	content: "\e73f";
}

.icon-instagram:before {
	content: "\e79d";
}

.icon-tumblr:before {
	content: "\e79e";
}

.icon-download:before {
	content: "\e7a0";
}

.icon-download1:before {
	content: "\e7a7";
}

.icon-search4:before {
	content: "\e7b2";
}

.icon-address:before {
	content: "\e7bc";
}

.icon-email:before {
	content: "\e7bd";
}

.icon-contact:before {
	content: "\e7be";
}

.icon-whatsapp:before {
	content: "\e7bf";
}

.icon-fax:before {
	content: "\e7c2";
}

.icon-mobile:before {
	content: "\e7c6";
}

.icon-phone:before {
	content: "\e7c8";
}

.icon-tel:before {
	content: "\e7c7";
}

.icon-phone1:before {
	content: "\e7cb";
}

.icon-skype:before {
	content: "\e7cc";
}

.icon-whatsapp1:before {
	content: "\e7c1";
}

.icon-address1:before {
	content: "\e7c3";
}

.icon-contact1:before {
	content: "\e7c4";
}

.icon-email1:before {
	content: "\e7c5";
}

.icon-skype1:before {
	content: "\e7c9";
}

.icon-fax1:before {
	content: "\e7ca";
}

.icon-qq:before {
	content: "\e7ce";
}

.icon-tel1:before {
	content: "\e7cd";
}

.icon-wechat:before {
	content: "\e7cf";
}

.icon-phone2:before {
	content: "\e7d0";
}

.icon-message:before {
	content: "\e7da";
}

.icon-calendar:before {
	content: "\e7e1";
}

.icon-calendar1:before {
	content: "\e7e3";
}

.icon-top:before {
	content: "\e7ed";
}

.icon-youbian:before {
	content: "\e60f";
}

.icon-jian2:before {
	content: "\e600";
}

.icon-jia2:before {
	content: "\e608";
}

.icon-vk:before {
	content: "\e735";
}

.icon-instagram1:before {
	content: "\e640";
}

.icon-up7:before {
	content: "\e722";
}

.icon-bottom7:before {
	content: "\e723";
}

.icon-left7:before {
	content: "\e724";
}

.icon-right7:before {
	content: "\e725";
}

.icon-sousuo4:before {
	content: "\e610";
}

.icon-sousuo:before {
	content: "\e616";
}

.icon-sousuo1:before {
	content: "\e65b";
}

.icon-shangchuan:before {
	content: "\e602";
}

.icon-top2:before {
	content: "\e637";
}




@font-face {
	font-family: 'Poppins';
	src: url('../fonts/PoppinsBold.eot');
	src: url('../fonts/PoppinsBold.eot') format('embedded-opentype'),
		url('../fonts/PoppinsBold.woff2') format('woff2'),
		url('../fonts/PoppinsBold.woff') format('woff'),
		url('../fonts/PoppinsBold.ttf') format('truetype'),
		url('../fonts/PoppinsBold.svg#PoppinsBold') format('svg');
}

@font-face {
	font-family: 'Poppins-Light';
	src: url('../fonts/PoppinsLight.eot');
	src: url('../fonts/PoppinsLight.eot') format('embedded-opentype'),
		url('../fonts/PoppinsLight.woff2') format('woff2'),
		url('../fonts/PoppinsLight.woff') format('woff'),
		url('../fonts/PoppinsLight.ttf') format('truetype'),
		url('../fonts/PoppinsLight.svg#PoppinsLight') format('svg');
}

@font-face {
	font-family: 'Poppins-Medium';
	src: url('../fonts/PoppinsMedium.eot');
	src: url('../fonts/PoppinsMedium.eot') format('embedded-opentype'),
		url('../fonts/PoppinsMedium.woff2') format('woff2'),
		url('../fonts/PoppinsMedium.woff') format('woff'),
		url('../fonts/PoppinsMedium.ttf') format('truetype'),
		url('../fonts/PoppinsMedium.svg#PoppinsMedium') format('svg');
}

@font-face {
	font-family: "Poppins-SemiBold";
	font-display: swap;
	src: url("../fonts/Poppins-SemiBold.woff2") format("woff2"),
		url("../fonts/Poppins-SemiBold.woff") format("woff"),
		url("../fonts/Poppins-SemiBold.ttf") format("truetype"),
		url("../fonts/Poppins-SemiBold.eot") format("embedded-opentype"),
		url("../fonts/Poppins-SemiBold.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Poppins-Regular';
	src: url('../fonts/PoppinsRegular.eot');
	src: url('../fonts/PoppinsRegular.eot') format('embedded-opentype'),
		url('../fonts/PoppinsRegular.woff') format('woff'),
		url('../fonts/PoppinsRegular.ttf') format('truetype'),
		url('../fonts/PoppinsRegular.svg#PoppinsRegular') format('svg');
}

.wuone{ font-size:14px; font-size:1.4rem; line-height:30px; padding-top:20px}
.xunpanc{ width:100%; margin-top:10px;}
.xunpanc .table table tr td{font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;}
.xunpanc a{ color:#333} 	
.xunpanc a:hover{ color:#7eb34e}	
.listcart {
	width: 100%;
	
	margin-top:20px;
}
.listcart a {
	display: inline-block;
	height: 30px;
	min-width: 150px;
	line-height: 30px;
	cursor: pointer;
	border: none;
	overflow: hidden;
	background: #7eb34e;
	cursor: pointer;

	padding-left: 10px;
	padding-right: 10px;
	text-align: center; 
	font-size: 14px;
	font-size: 1.4rem;
	margin-left: 10px; color:#fff;
}
.listcart a:hover {
	
	background: #333;
	color: #fff
}
 @media screen and (max-width:767px) {
.listcart a {
	width: 40%;
	margin-left: 2.5%;
	margin-right: 2.5%;
	padding-left: 0px;
	padding-right: 0px
}
.listcart {
	width: 100%;
	margin-top: 2rem
}
}
 @media screen and (max-width:420px) {
.listcart a {
	width: 95% !important;
	float: none;
	overflow: hidden;
	margin-bottom: 1rem;
	margin-bottom: 1rem
}
}

.m-videol .box-item{
	margin-bottom: 50px;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
}

.m-videol .box-item:first-child{
	margin-top: 0;
}

.m-videol .box-item:hover{
	background-color: #eff8e6;
}

.m-videol .item-pic{
	width: 58.928%;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
}

.m-videol .item-text{
	width: 41.072%;
	padding-left: 65px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	box-sizing: border-box;
}

.m-videol .item-title{
	line-height: 34px;
	font-size: 24px;
	font-size: 2.4rem;
	font-family: Poppins;
	/*overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;*/
}

.m-videol .item-desc{
	margin-top: 55px;
	line-height: 30px;
	font-size: 16px;
	font-size: 1.6rem;
	color: #666;
	/*max-height: 150px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;*/
	overflow: hidden;
}

.m-videol .item-link{
	margin-top: 70px;
}

.m-videol .item-link a{
	display: inline-block;
	min-width: 188px;
	line-height: 28px;
	padding: 10px;
	background-color: #2b8bbe;
	border-radius: 6px;
	font-size: 16px;
	font-size: 1.6rem;
	text-align: center;
	font-family: Poppins-Medium;
	color: #fff;
}

.m-videol .item-link a:hover{
	color: #fff;
	background-color: #333;
}

@media screen and (max-width: 1219px){
	.m-videol .box-item{
		margin-bottom: 20px;
	}

	.m-videol .item-text{
		padding-left: 20px;
	}

	.m-videol .item-title{
		line-height: 26px;
		font-size: 16px;
		font-size: 1.6rem;
	}

	.m-videol .item-desc{
		margin-top: 10px;
	/*	max-height: 120px;*/
		line-height: 24px;
		font-size: 14px;
		font-size: 1.4rem;
	}

	.m-videol .item-link{
		margin-top: 15px;
	}

	.m-videol .item-link a{
		min-width: 120px;
		line-height: 24px;
		font-size: 14px;
		font-size: 1.4rem;
		padding: 5px 10px;
	}
}

@media screen and (max-width: 640px){
	.m-videol .item-link{
		display: none;
	}
}

@media screen and (max-width: 480px){
	.m-videol .item-pic{
		width: 100%;
	}

	.m-videol .item-text{
		width: 100%;
		padding: 15px 10px;
	}
}

.j-videomodal {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999999;
	width: 100%;
	height: 100%;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.5);
	display: none;
  }
  .j-videomodal iframe {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 1200px;
	height: 600px;
	max-width: 90%;
	max-height: 80%;
}

.zoomPad {
	position: relative;
	float: left;
	z-index: 99;
	cursor: crosshair;
}

.zoomPreload {
	-moz-opacity: 0.8;
	opacity: 0.8;
	filter: alpha(opacity=80);
	color: #333;
	font-size: 12px;
	font-family: Tahoma;
	text-decoration: none;
	border: 1px solid #CCC;
	background-color: white;
	padding: 8px;
	text-align: center;
	background-image: url(../images/zoomloader.gif);
	background-repeat: no-repeat;
	background-position: 43px 30px;
	z-index: 110;
	width: 90px;
	height: 43px;
	position: absolute;
	top: 0px;
	left: 0px;
}


.zoomPup {
	overflow: hidden;
	background-color: #FFF;
	-moz-opacity: 0.6;
	opacity: 0.6;
	filter: alpha(opacity=60);
	z-index: 120;
	position: absolute;
	border: 1px solid #CCC;
	z-index: 101;
	cursor: crosshair;
}

.zoomOverlay {
	position: absolute;
	left: 0px;
	top: 0px;
	background: #FFF;
	z-index: 5000;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 101;
}

.zoomWindow {
	position: absolute;
	left: 110%;
	top: 40px;
	background: #FFF;
	z-index: 6000;
	height: auto;
	z-index: 10000;
	z-index: 110;
}

.zoomWrapper {
	position: relative;
	border: 1px solid #999;
	z-index: 110;
}

.zoomWrapperTitle {
	display: block;
	background: #999;
	color: #FFF;
	height: 18px;
	line-height: 18px;
	width: 100%;
	overflow: hidden;
	text-align: center;
	font-size: 10px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 120;
	-moz-opacity: 0.6;
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.zoomWrapperImage {
	display: block;
	position: relative;
	overflow: hidden;
	z-index: 110;
}

.zoomWrapperImage img {
	border: 0px;
	display: block;
	position: absolute;
	z-index: 101;
}

.zoomIframe {
	z-index: -1;
	filter: alpha(opacity=0);
	-moz-opacity: 0.80;
	opacity: 0.80;
	position: absolute;
	display: block;
}

  .tab6_center{display: flex;
justify-content: center;}
@media screen and (max-width: 640px){
    
    .tab6_center{ display: inline-block;}
    
     
    
}
.nexiang iframe{width: 100%;}
.nexiang iframe body{ margin:0px !important;}

.xinwenpa{ margin-top:20px; margin-bottom:20px}