/* header */
header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	padding: 5px 0;
	background-color: #fff;
}

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

header #menu-bar {
	position: relative;
	display: none;
	font-size: 25px;
	color: #333;
	cursor: pointer;
	z-index: 1;
	width: 20px;
	height: 25px;
}

#menu-bar span {z-index: -1; display: block;width: 20px;height: 2px;background: #333;position: absolute;left: 50%;margin-left: -10px;top: 50%;transition: 0.8s;z-index: 99999991}
#menu-bar .nav1 {margin-top: -1px;}
#menu-bar .nav2 {margin-top: -8px;}
#menu-bar .nav3 {margin-top: 6px;}

header .logo {
	width: 83px;
	height: 83px;
}

header nav {
	display: flex;
	align-items: center;
}

header .navList {
	display: flex;
	align-items: center;
}


header .navbar .navList .item {
	margin-right: 64px;
}

header .navbar .navList .item:last-child {
	margin-right: 0px;
}

header .navList li a {
	font-family: Montserrat-Regular;
	font-size: 18px;
	color: #000;
	line-height: 28px;

}

header .navbar .navList li a.active {
	color: #58b33e;
}

header .navbar .navList li:hover>a {
	color: #58b33e;
}

header .navbar .navList li:hover>ul {
	display: block;
}

header .search {
	color: #58b33e;
	font-size: 25px;
	margin-left: 55px;
	cursor: pointer;

}

header .navbar {
	position: relative;
}

header .searchInput {
	position: absolute;
	top: 100%;
	right: 0%;
	padding: 10px;
	border: 1px solid #58b33e;
	background: #fff;
	overflow: hidden;
	border-radius: 20px;
	display: none;
}

header .searchInput input{
	font-size: 16px;
}

header .searchInput.active {
	display: block;
}

header .searchInput .goSearch {
	background-color: #fff;
	color: #58b33e;
	cursor: pointer;
}


header .navbar .product {
	position: relative;
}

header .navbar .product .product1,
header .navbar .product .product2,
header .navbar .product .product3 {
	display: none;
	position: absolute;
	background-color: #fff;
	border-radius: 10px;
	width: 240px;
	padding: 5px 5px;
	box-shadow: 0px 3px 7px 0px rgb(0 0 0 / 35%);
}
header .navbar .product .product1{
	top: 100%;
}
header .navbar .product .product2,
header .navbar .product .product3 {
	top: 0;
}

header .product1 li {
	margin: 10px 0;
	border-radius: 10px;
	position: relative;
}

header .product1 li a {
	line-height: 26px;
	font-size:16px;
	padding: 5px 20px;
	text-transform: none;
}

header .navbar .product1 li:hover {
	background-color: #fff;
}

header .product .product2 {
	top: 60%;
	left: 90%;
}

header .product .product3 {
	top: 60%;
	left: 90%;
}


header .navbar2 {
	display: none;
}

header .navbar2 {
	padding: 10px 30px;
	position: absolute;
	top: 100%;
	right: -100%;
	width: 50%;
	background: #eee;
	border-top: 1px solid rgba(0, 0, 0, .1);
	flex-direction: column;
	background-color: #58b33e;
	background-color: rgba(88, 179, 62, .95);
	overflow: auto;
	height: 85vh;
}

header .navbar2 .searchInput {
	display: block;
	position: static;
	margin: 10px 0;
}

header .navbar2 .searchInput form {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

header .navbar2 .searchInput .searchContent {
	flex: 1;
}
header .navbar2 .pull{
	display: flex;
	align-items: center;
}
header .navbar2 .pull a{
	flex: 1;
}
header .navbar2 .pull .icon-right7{
	width: 25px;
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	font-weight: bolder;
	background-color: rgba(255, 255, 255, .6);
	border-radius: 50%;
	text-align: center;
	cursor: pointer;
	flex-shrink: 0;
	display: none;
	
}
header .navbar2 .pull .pullBtnActive{
	transform: rotate(90deg);
}


header .navbar2 .product .product1,
header .navbar2 .product .product2,
header .navbar2 .product .product3 {
	border-radius: 0px;
	box-shadow: none;
	height: 0;
	overflow: hidden;
}
header  .navbar2 .product .productActive{
	height: auto;
	padding: 10px;
}
header .navbar2 .navList {
		flex-direction: column;
		align-items: flex-start;
	}

	header .navbar2.active {
		right: 0%;
	}
	header .navbar2 .navList li.item {
		margin: 0;
	}
	header .navbar2 .navList li.item a {
		padding: 10px 20px;
	}
	header .navbar2 .navList li a {
		font-size: 18px;
	}

	header  .navbar2 .product1 li {
		margin: 0;
	}
@media screen and (max-width:1333px) {
	header .logo {
		width: 70px;
		height: 70px;
	}

	header .navList li a {
		font-size: 16px;
	}
}

@media screen and (max-width:1200px) {
	header .logo {
		width: 50px;
		height: 50px;
	}

	header .navList li a {
		font-size: 14px;
	}

	header .navList li.item {
		margin-right: 30px;
	}
	header .navbar .navList .item{
		margin-right: 30px;
	}
}

@media screen and (max-width:999px) {
	header .navbar {
		display: none;
	}
	header .navbar2 {
		display: block;
	}
	header #menu-bar {
		display: block;
	}
	


}

@media screen and (max-width:768px) {
	header nav {
		width: 100%;
	}

	header nav .navList li a {
		font-size: 14px;
	}

	header nav img {
		display: none;
	}

	header .logo {
		width: 35px;
		height: 35px;
	}
	header .navbar2 .navList li a{
		font-size: 16px;
	}
}
@media screen and (max-width:520px) {
	header .navbar2{
		width: 100%;
	}
	header .navbar2 .navList li a{
		font-size: 14px;
	}
}

/* footer */
.footer {
	padding-top: 60px;
	background-color: #222222;
}

.footer .head {
	padding: 15px 45px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #393939;
	border-radius: 6px;
}

.footer .head .main {
	display: flex;
	align-items: center;
}

.footer .head .icon {
	width: 80px;
	height: 80px;
	margin-right: 40px;
	flex-shrink: 0;
}

.footer .head .title a {
	padding-right: 20px;
	font-family: Montserrat-Bold;
	font-size: 24px;
	color: #ffffff;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;

}

.footer .head .title:hover a {
	color: #58b33e;
}

.footer .head .icons {
	display: flex;
	align-items: center;
}

.footer .head .icons a {
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 50%;
	border: 1px solid #ccc;
	margin-right: 12px;
	color: #ccc;
	background-color: transparent;
}
.icons img{ 	display:inline-block;}
/*.footer .head .icons a:nth-child(1) {	border: 1px solid #1e9ced;	color: #fff; background-color: #1e9ced;}*/
.footer .head .icons a:nth-child(1) {	border: 1px solid #7d7d8b;	color: #fff; background-color: #7d7d8b;}
.footer .head .icons a:nth-child(2) { 	border: 1px solid #e70224;	color: #fff; background-color: #e70224;}
.footer .head .icons a:nth-child(3) { border: 1px solid #0b61fa;	color: #fff; background-color: #0b61fa;}
.footer .head .icons a:nth-child(4) {border: 1px solid #0963af;	color: #fff; background-color: #0963af;}
.footer .head .icons a:nth-child(5) { border: 1px solid #da4167;	color: #fff; background-color: #da4167;}
.footer .head .icons a:nth-child(6) { border: 1px solid #fa0101;	color: #fff; background-color: #fa0101;}
.footer .head .icons a:hover { 
	background-color: #58b33e;
	border-color: #58b33e;
	color: #fff;
	cursor: pointer;
}

.footer .head .icons a:last-child {
	margin-right: 0;
}

.footer .content {
	padding-top: 65px;
}

.footer .content .lists {
	display: flex;
}

.footer .content .lists .list:nth-child(1) {
	/*margin-right: 11%;*/
		margin-right: 6%;
	max-width:25%;
}

.footer .content .lists .list:nth-child(2) {
	margin-right: 14%;
}

.footer .content .lists .list:nth-child(3) {
	margin-right: 15%;
}

.footer .content .lists .list .title {
	font-family: Montserrat-Bold;
	font-size: 18px;
	color: #ffffff;
	text-transform:uppercase;
}

.footer .content .lists .list a.title:hover {
	color: #58b33e;
}

.footer .content .lists .list ul {
	margin-top: 27px;
}

.footer .content .lists .list ul li {
	font-size: 16px;
	line-height: 36px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.footer .content .lists .list ul a {
	color: #999999;
	display:inline-block;
}

.footer .content .lists .list ul p {
	color: #999999;
		display:inline-block;
		    white-space: inherit;
}
.fa-bars:before{
	display: none;
}

.footer .content .lists .list ul a:hover {
	color: #58b33e;
}

.footer .content .lists .list .form {
	width: 351px;

}

.footer .content .lists .list .form {
	width: 100%;
}

.footer .content .lists .list ul li div {
	flex: 1;
	height: 45px;
	background-color: #393939;
	border-radius: 6px;
	overflow: hidden;
	padding: 5px;
}
.footer .content .lists .list ul li .fyanzheng{ position:relative; background:none !important}
.footer .content .lists .list ul li .fyanzheng img{ position:absolute; left:50%;  top:50%; transform:translate(-50%,-50%) }
.footer .content .lists .list ul li div:nth-child(2n-1) {
	margin-right: 10px;
}

.footer .content .lists .list ul li div.textArea {
	margin-right: 0;
	height: 90px;
}

.footer .content .lists .list ul li {
	margin-bottom: 10px;
}

.footer .content .lists .list ul li input {
	width: 100%;
	height: 100%;
	background-color: transparent;
	font-size: 14px;
	color: #999;
}

.footer input::-webkit-input-placeholder {
	/* WebKit browsers */
	font-family: Montserrat-Light;
	font-size: 14px;
	line-height: 28px;
	color: #999999;
}

.footer input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	font-family: Montserrat-Light;
	font-size: 14px;
	line-height: 28px;
	color: #999999;

}

.footer input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	font-family: Montserrat-Light;
	font-size: 14px;
	line-height: 28px;
	color: #999999;

}

.footer input:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	font-family: Montserrat-Light;
	font-size: 14px;
	line-height: 28px;
	color: #999999;
}

.footer .content .lists .list ul li textarea {
	background-color: transparent;
	font-size: 14px;
	color: #999;
	width: 100%;
	height: 100%;
	/* border: none;
	outline: none;
	resize: none; */
}

.footer textarea::-webkit-input-placeholder {
	background-color: transparent;
	font-size: 14px;
	color: #999;
	width: 100%;
	height: 100%;
}

.footer textarea:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	font-family: Montserrat-Light;
	font-size: 14px;
	line-height: 28px;
	color: #999999;

}

.footer textarea::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	font-family: Montserrat-Light;
	font-size: 14px;
	line-height: 28px;
	color: #999999;

}

.footer textarea:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	font-family: Montserrat-Light;
	font-size: 14px;
	line-height: 28px;
	color: #999999;
}

.footer .content .lists .list ul li .code {
	display: flex;
	align-items: center;
}

.footer .content .list ul li div.send {
	font-family: Montserrat-Light;
	font-size: 18px;
	text-align: center;
}

.footer .content .list ul li div.send:hover {
	background-color: #58b33e;
}

.footer .content .list ul li div.send input {
	color: #ffffff;
	cursor: pointer;
	text-transform:uppercase;
}

.footer .foot {
	text-align: center;
	font-family: Montserrat-Light;
	font-size: 14px;
	line-height: 30px;
	color: #999999;
	padding: 25px 0;
}

.footer .line {
	height: 1px;
	background-color: #353535;
}

.foot a {
	color: #999999;
	vertical-align: middle;
	display: flex;
	align-items: center;
}

.foot p {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	color: #999;
}

.foot a:hover {
	color: #58b33e;
}

p.footLink a {
	margin-right: 10px;
}

p.footLink a:last-child {
	margin-right: 0px;
}

@media screen and (max-width: 1400px) {
	.footer .content .lists .list:nth-child(n) {
		margin-right: auto;
	}
}

@media screen and (max-width: 999px) {
	.footer{
		padding-top: 20px;
	}
	.footer .head{
		padding: 10px 0;
	}
	.footer .foot{
		padding-top: 10px;
		padding-bottom: 60px;
	}
	.footer .content .lists .list {
		display: none;
	}

	.footer .content .lists .list:last-child {
		width: 100%;
		display: block;
	}

	.footer .head .main {
		display: none;
	}

	.footer .head .icons {
		margin: 0 auto;
	}

	.footer .content {
		padding-top: 20px;
	}

	.foot {
		margin-bottom: 5%;
	}

}

@media screen and (max-width: 765px) {
	p.footLink {
		display: none;
	}

	.form {
		display: none;
	}

	.footer .list .title {
		display: none;
	}

	.footer .head .icons {
		flex-wrap: wrap;
	}

	.footer .head .icons a {
		flex-shrink: 0;
		margin: 5px;
	}

	.foot {
		margin-bottom: 8%;
	}
}

/* kefu */
.lianxi {
	position: fixed;
	width: 48px;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99999;
}

.lianxi div a {
	display: block;
	width: 48px;
	height: 48px;
	text-align: center;
	line-height: 48px;
	background-color: #f5f5f5;
	font-size: 22px;
	color: #a3a3a3;
	margin-top: 2px;
}

.lianxi .top a {
	width: 48px;
	height: 48px;
	background-color: #58b33e;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
	line-height: 48px;
	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;
}

.lianxi .top i {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	display: block;
	line-height: 22px;
	text-align: center;
}


.lianxi div a:hover {
	background-color: #58b33e;
	color: #fff;
}

.clear2 {
	display: none;
}

.weixinCode {
	position: relative;
}

.weixinCode img {
	position: absolute;
	top: 0;
	right: 100%;
	max-width: 149px;
	display: none;
}

.weixinCode:hover>img {
	display: block;
}

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

	.lianxi .top a {
		width: 25%;
		height: 48px;
		line-height: 48px;
		bottom: 0px;
		right: 0px;
		border-radius: 0px;
		border: none;
		box-shadow: none;
		background-color: #58b33e;
	}

	.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: #58b33e;
		color: #fff !important;
		border-radius: 0px;
	}

	.lianxi .weixinCode img {
		top: -290%;
		right: 10%;
	}
}
.Main1{ margin-top:90px;}
@media screen and (max-width: 1229px) {
    .Main1{ margin-top:60px;}
}
@media screen and (max-width: 767px) {
    .Main1{ margin-top:50px;}
}