* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
}

.w {
	width: 1200px;
	margin: 0 auto;
}


.focus {
	background-color: rgb(129, 216, 217)!important;
}

.home {
	background-color: #e8f8f7;
}

.header {
	height: 172px;
	background-color: #fff;
}

.h-top {
	height: 100px;
	background-color: #fff;
}

.logo {
	float: left;
	width: 45px;
	height: 100%;
	padding: 5px;
}

.logo img {
	width: 100%;
	height: 100%;
}

.search {
	float: right;
	width: 395px;
	height: 48px;
	margin-top: 26px;
	position: relative;
}

	.search input {
	
		height: 100%;
		width: 100%;
		border: 1px solid #999999;
		border-radius: 4px;
		outline: none;
		padding-left: 30px;
	}
	.search img {
		position: absolute;
		top: 13px;
		right: 16px;
		cursor: pointer;
	}


.nav {
	height: 72px;
	background-color: #293b3d;
}

.navbar ul {
	width: 100%;
}

.navbar ul li {
	float: left;
	height: 72px;
	width: 20%;
}

.navbar ul li a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 72px;
	font-size: 18px;
	font-weight: 700;
	color: #ffffff;
}

.navbar ul li a:hover {
	background-color: rgb(129, 216, 217);
}

.banner {
	height:550px;
	background-color: #999999;
}


.swiper-1 {
	width: 100%;
	height: 100%;
}

.swiper-1 .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-1 .swiper-slide img {
	width: 100%;
	height:100%;
}

	.swiper-1 .swiper-pagination-bullet{
		background:#fff;
		opacity:1;
	}

	.company {
		height: 475px;
		margin-top: 120px;
	}

.company .title {
	margin: 0 auto;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #333333;
}

.line {
	width: 134px;
	height: 5px;
	background-color: #333;
	margin: 10px auto;
}

.company .con {
	margin-top: 55px;
}

.company .con .left {
	float: left;
	height: 100%;
	width: 49%;
	overflow:hidden;
}

.company .con .left img {
	width: 100%;
	height: 100%;
	transition:all 0.4s;
}

	.company .con .left img:hover {
		transform:scale(1.1);
	}

	.company .con .right {
		float: right;
		height: 100%;
		width: 49%;
		
	}

		.company .con .right p {
			font-size: 14px;
			color: #666;
			line-height: 30px;
			display: -webkit-box;
			-webkit-box-orient: vertical;
			-webkit-line-clamp: 9;
			overflow: hidden;
			/* padding: 50px 0 20px; */
		}

.company .con .right .more {
	font-size: 16px;
	color: #333;

}


.pro {
	margin-top: 50px;
}

.pro .title {
	margin: 0 auto;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #333333;
}

.line {
	width: 134px;
	height: 5px;
	background-color: #333;
	margin: 10px auto;
}

.pro .con {
	margin-top: 50px;
}

.pro .con .swiper-2 {
	width: 100%;
	height: 100%;
}

.pro .con .swiper-2 .swiper-slide {
	height:340px;
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	overflow:hidden;
}

.pro .con .swiper-2 .swiper-slide img {
	width: 100%;
	height: 100%;
	transition:all 0.4s;
}

	.pro .con .swiper-2 .swiper-slide img:hover{
		transform:scale(1.1);
	}

	.swiper-2 .swiper-pagination {
		display: none !important;
	}

.aboutUs {
	height: 570px;
	margin-top: 100px;
	margin-bottom: 100px;
}

.aboutUs .title {
	margin: 0 auto;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #333333;
}

.line {
	width: 134px;
	height: 5px;
	background-color: #333;
	margin: 10px auto;
}

.aboutUs .con {
	margin-top: 50px;
}

.aboutUs .con .left {
	float: left;
	width: 100%;
	height: 400px;
	background-color: #aaff7f;
	position: relative;
}

.aboutUs .con .left img {
	width: 100%;
	height: 445px;
}

.aboutUs .con .left .zhe {
	position: absolute;
	top: 0;
	left: 0;
	width: 264px;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
}

.aboutUs .con .left .zhe .box {
	margin-top: 20%;
	padding-left: 30px;
}

	.aboutUs .con .left .zhe .box .text {
		line-height: 21px;
		padding: 5px;
		color: #fff;
		font-size: 14px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 9;
		overflow: hidden;
	}

.aboutUs .con .left .zhe .box .btn {
	width: 108px;
	height: 35px;
	line-height: 26px;
	background-color: #81d8cf;
	text-align: center;
	color: #fff;
	font-size: 14px;
	margin: 80px 60px;
	border-radius: 0;
	border: none;
	font-weight: 100;
}

.aboutUs .con .right {
	float: right;
	width: 58%;
	height: 100%;
}

.aboutUs .con .right .item {
	width: 100%;
	height: 90px;
	margin-bottom: 30px;

}

.aboutUs .con .right .item a {
	display: block;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.aboutUs .con .right .item a .left1 {
	width: 90px;
	height: 100%;
	background-color: #334546;
	color: #fff;
	font-size: 24px;
	text-align: center;
	padding-top: 8px;
}

.aboutUs .con .right .item a .right1 {
	width: 610px;
	height: 100%;
	padding: 0px 20px;
}

.aboutUs .con .right .item a .right1:hover {
	cursor: pointer;
	background-color: #fff;
}

	.aboutUs .con .right .item a .right1 p:nth-child(1) {
		font-size: 16px;
		font-weight: 700;
		color: #333333;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
	}

.aboutUs .con .right .item a .right1 p:nth-child(2) {
	font-size: 14px;
	color: #666;
	margin-top: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.aboutUs .con .right .item:last-child {
	margin-bottom: 0;
}

footer {
	height: 380px;
	background-color: #334546;
	overflow: hidden;
	position: relative;
}

footer .ul {
	height: 30px;
	margin-top: 50px;
}

footer .ul li {
	float: left;
	width: 20%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-right: 1px solid #fff;
}

footer .ul li:nth-child(1) {
	/* text-align: left; */
}

footer .ul li:nth-child(5) {
	/* text-align: right; */
	border-right: none;
}

footer .ul li a {
	color: #fff;
	font-size: 18px;
}

footer .lx {
	height: 165px;
	margin-top: 65px;
}

	footer .w{
		width:1300px;
	}

	footer .lx ul {
		height: 100%;
	}

footer .lx ul li {
	height: 100%;
	width: 20%;
	float: left;
	padding-top: 0px;
}

footer .lx ul li:nth-child(1) {
	padding-top: 0;
	text-align: center;
}

footer .lx ul li:nth-child(5) {
	padding-top: 0;
	text-align: center;
}

footer .lx ul li:nth-child(5) img {
	width: 128px;
}

footer .lx ul li p {
	margin-top: 5px;
	font-size: 14px;
	color: #fff;
}

.bainfo {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background-color: rgba(255, 255, 255, .2);
}



/* 关于我们 */
.aboutCon {
	margin-top: 100px;
}

.aboutCon {
	margin-top: 100px;
	margin-bottom: 100px;
}

.aboutCon .title {
	margin: 0 auto;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #333333;
}

.aboutCon .con {
	margin-top: 50px;
}

.aboutCon .con .img {
	position: relative;
}

.aboutCon .con img:nth-child(1) {
	width: 700px;
	height: 495px;
}

.aboutCon .con img:nth-child(2) {
	width: 550px;
	height: 375px;
	position: absolute;
	top: 50%%;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}

.aboutCon .con .text {
	width: 100%;
	height: auto;
	padding: 15px;
	font-size: 16px;
	color: #666;
}

.aboutCon .con .text p {
	margin-top: 20px;
}



/* 新闻中心0 */

.newsCon {
	margin-top: 100px;
}

.newsCon {
	margin-top: 100px;
	margin-bottom: 100px;
}

.newsCon .title {
	margin: 0 auto;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #333333;
}

.newsCon .con {
	margin-top: 50px;
}

.newsCon .con ul li a {
	margin-top: 30px;
	display: block;
	height: 225px;
}

.newsCon .con ul li a:hover {
	background-color: #fff;
}

.newsCon .con ul li a .left {
	float: left;
	width: 300px;
	height: 100%;
	background-color: #9eff1e;
}

.newsCon .con ul li a .left img {
	width: 100%;
	height: 100%;
}

.newsCon .con ul li a .right-1 {
	float: left;
	width: 900px;
	height: 100%;
	padding: 10px 20px;
}

.newsCon .con ul li a .right-1 p:nth-child(1) {
	font-size: 18px;
	font-weight: 700;
	color: #333333;
}

.newsCon .con ul li a .right-1 p:nth-child(2) {
	font-size: 14px;
	line-height: 20px;
	color: #666;
	margin: 5px 0 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 7;
	overflow: hidden;
}

.newsCon .con ul li a .right-1 .more {
	font-size: 16px;
	color: #333;
}

	.newsCon .con ul li a .right-1 .more:hover {
		font-size: 16px;
		color: #333;
		display: inline-block;
		width: 120px;
		height: 33px;
		background: rgb(129, 216, 217);
		text-align: center;
		line-height: 30px;
		color: #fff;
	}

	.newsCon .con ul li a:hover {
		transform: scale(1.05);
	}




/* 产品 */
.proCon {
	height: auto;
}

	.proCon ul:nth-child(1) {
		display: flex;
		width: 100%;
		justify-content: space-between;
	}

	.proCon ul li a {
		display: block;
		height: 80px;
		background-color: #fff;
		color: #666666;
		line-height: 80px;
		text-align: center;
		font-size: 20px;
		/* float: left; */
		font-family: "Comic Sans MS";
	}

	.proCon ul:nth-child(1) li {
		width: 25%;
		width: 22%;
		/*border: 1px solid #ccc;*/
		margin: 1%;
		box-shadow: 1px 2px 7px 2px #cecece;
		font-weight: 700 !important;
		font-size: 22px !important;
	}

	.proCon ul li:nth-child(1) a {
		background: #7d6045 !important;
		color:#fff!important;
		

	}
	.proCon ul li:nth-child(1) a:hover {
		color: #333 !important;
	}

	.proCon ul li:nth-child(2) a {
		background: #30504b !important;
		color:#fff!important;
	}
	.proCon ul li:nth-child(2) a:hover {
		color: #333 !important;
	}

	.proCon ul li:nth-child(3) a{
		background: #e6e3d8 !important;
	}
	.proCon ul li:nth-child(4) a {
		background: rgb(200,163,46)!important;
	}
	.proCon ul li:nth-child(3) a:hover {
		color: #fff !important;
	}
	.proCon ul li:nth-child(4) a:hover {
		color: #fff !important;
	}

	.proCon ul:nth-child(2) li {
		width: 24%;
	}

.proCon ul:nth-child(2) {
	display: flex;
	flex-wrap: wrap;
	justify-content:start;
	width: 100%;
}
	.proCon ul:nth-child(2) li {
		margin: 0 5px;
	}
	.proCon ul li a {
		display: block;
		height: 80px;
		background-color: #fff;
		color: #666666;
		line-height: 80px;
		text-align: center;
		font-size: 20px;
		/* float: left; */
	}

.proCon ul li a:hover {
	background-color: #81d8cf;
	color: #fff;
}

.proCon .con .miaoshu {
	padding:20px 0;
}

.proCon .con .miaoshu p {
	font-size: 16px;
	color: #666;
	line-height: 25px;
	text-indent: 2em;
	margin-bottom: 15px;
}

.proCon .con ul {
	margin-left: -20px;
}

.proCon .con ul li a {
	display: block;
	height: 355px;
	width: 100%;
	background-color: #fff;
	/* float: left; */
	margin-left: 20px;
	margin-bottom: 20px;
	overflow:hidden;
}

.proCon .con ul li a img {
	width: 100%;
	height: 100%;
	transition:all 0.4s;
}
	.proCon .con ul li a img:hover {
	transform:scale(1.1);
	}


.w1{
	width:1350px!important;
	margin:0 auto!important;
}
/* 联系我们 */
.lianxi {
	height: auto;
	margin-top: 100px;
	margin-bottom: 70px;
}

.lianxi .title {
	margin: 0 auto;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #333333;
}

.lianxi .con {
	margin-top: 40px;
}

.lianxi .con ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}

.lianxi .con ul li {

	width: 31%;
	height: 100%;
	padding: 50px 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #fff;
}
.tit{
	font-weight:700;
}
.lianxi .con ul li img {
	width: 35%;
}

.lianxi .con ul li .wen {
	width: 60%;
}

.lianxi .con ul li .wen p {
	font-size: 15px;
}

.map {
	height: 448px;
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
}

.map .left-map {
	width: 45%;
	height: 100%;
}

.map .right-map {
	width: 54%;
	height: 100%;
}

.box-t {
	height: 70px;
	font-size: 14px;
	color: #333;
}

.box-t p:nth-child(1) {
	font-size: 18px;
	color: #333333;
	font-weight: 700;
}

.ipt {
	margin-top: 30px;
	height: calc(100% - 100px);
}

.ipt input {
	display: block;
	border: none;
	outline: none;
	width: 100%;
	height: 62px;
	background-color: #fff;
	padding: 20px;
	margin-bottom: 12px;
}

.ipt textarea {
	width: 100%;
	height: 150px;
	background-color: #fff;
	border: none;
	padding: 20px;
}

.right-map {
	background: url(../images/map.png) no-repeat;
	background-size: 100% 100%;
}

.hbg {
		display: none;
	}


.subMit {
	width: 120px;
	height: 35px;
	border: none;
	outline: none;
	border: 1px solid rgb(129, 216, 217);
	text-align: center;
	line-height: 35px;
	margin: 10px 0;
	background: rgb(129, 216, 217);
	color:#fff;
}

.webdiyerCss .redcss, .webdiyerCss .page_go {
	background: rgb(129, 216, 217) !important;
	border:1px solid rgb(129, 216, 217) !important;
}

.bx-Search .bx-Search-title{
	font-size:14px!important;
}
.pull-left {
	font-size: 14px !important;
}


.swiper-button-next, .swiper-button-prev{
	color:#999!important;
}

	.swiper-button-prev:hover {
		color: rgb(129, 216, 217) !important;
	}
	.swiper-button-next:hover {
		color: rgb(129, 216, 217) !important;
	}

.aboutUs .con .left {
	overflow: hidden;
}

	.aboutUs .con .left img {
		width: 100%;
		height: auto;
		transition: all 0.4s;
	}

		.aboutUs .con .left img:hover {
			transform: scale(1.1);
		}



#timer{
	display:none!important;
}

.banner-pro {
	height: 480px;
}

.banner-pro img{
	width:100%;
	height:100%;
}

.banner-news {
	height: 480px;
}

.banner-news img {
	width: 100%;
	height: 100%;
}
.banner-cont {
	height: 480px;
}

.banner-cont img {
	width: 100%;
	height: 100%;
}

/* 响应式 */
@media screen and (max-width:1199px) {
	.hbg {
		display: none;
	}

	.h-top {
		width: 100%;
		height: 100px;
		background-color: #fff;
		padding: 0 10px;
	}

	.w {
		width: 100%;
	}

	.company {
		height: 355px;
		margin-top: 45px;
		padding: 0 10px;
	}

	.pro {
		margin-top: 25px;
		padding: 0 10px;
	}

	.aboutUs {
		height: 570px;
		margin-top: 45px;
		margin-bottom: 45px;
		padding: 0 10px;
	}

	.aboutCon {
		margin-top: 45px;
		margin-bottom: 45px;
		padding: 0 10px;
	}

	.newsCon {
		margin-top: 45px;
		margin-bottom: 45px;
		padding: 0 10px;
	}

	.newsCon .con ul li a .left {
		float: left;
		width: 32%;
		height: 100%;
		background-color: #9eff1e;
	}

	.newsCon .con ul li a .right-1 {
		float: left;
		width: 68%;
		height: 100%;
		padding: 10px 20px;
	}

	.company .con .right p {
		font-size: 14px;
		color: #666;
		line-height: 30px;
		/* padding: 50px 0 20px; */
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 5;
		overflow: hidden;
	}

	.proCon .con .miaoshu {
		padding-top: 50px;
		padding: 0 10px;
	}

	.proCon .con ul {
		margin-left: -20px;
		padding: 0 10px;
	}

	.proCon .con ul li a {
		height: 330px;
	}

	.lianxi {
		height: auto;
		margin-top: 45px;
		margin-bottom: 40px;
		padding: 0 10px;
	}

	.box-t p {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
	}
}

@media screen and (max-width:991px) {
	.hbg {
		display: none;
	}

	.h-top {
		width: 100%;
		height: 100px;
		background-color: #fff;
		padding: 0 10px;
	}

	.w {
		width: 100%;
	}

	.company {
		height: 355px;
		margin-top: 45px;
		padding: 0 10px;
	}

	.pro {
		margin-top: 25px;
		padding: 0 10px;
	}

	.aboutUs {
		height: 570px;
		margin-top: 45px;
		margin-bottom: 45px;
		padding: 0 10px;
	}

	.aboutCon {
		margin-top: 45px;
		margin-bottom: 45px;
		padding: 0 10px;
	}

	.newsCon {
		margin-top: 45px;
		margin-bottom: 45px;
		padding: 0 10px;
	}

	.newsCon .con ul li a .left {
		float: left;
		width: 32%;
		height: 100%;
		background-color: #9eff1e;
	}

	.newsCon .con ul li a .right-1 {
		float: left;
		width: 68%;
		height: 100%;
		padding: 10px 20px;
	}

	.company .con .right p {
		font-size: 14px;
		color: #666;
		line-height: 30px;
		/* padding: 50px 0 20px; */
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 5;
		overflow: hidden;
	}

	.proCon .con .miaoshu {
		padding-top: 50px;
		padding: 0 10px;
	}

	.proCon .con ul {
		margin-left: -20px;
		padding: 0 10px;
	}

	.proCon .con ul li a {
		height: 330px;
	}

	.lianxi {
		height: auto;
		margin-top: 45px;
		margin-bottom: 40px;
		padding: 0 10px;
	}

	.box-t p {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
	}

}

@media screen and (max-width:767px) {


	.h-top {
		width: 100%;
		padding: 0 15px;
	}
.hbg {
		display: block;
	}
	.navbar {
		width: 100%;
	}

	.search {
		width: 80%;
	}

	.nav {
		height: 50px;
		background-color: #293b3d;
		position: fixed;
		width: 100%;
		top: 0;
		z-index: 999999;
	}

	.header {
		height: auto !important;
		background-color: #fff;
	}

	.h-top {
		height: auto !important;
		padding: 0 15px;
	}

	.logo {
		float: left;
		width: 45px;
		height: 100%;
		padding: 5px;
		display: none;
	}

	.search {
		width: 75%;
		height: 30px;
		border-radius: 4px;
		outline: none;
		padding-left: 15px;
		position: fixed;
		top: -17px;
		z-index: 9999999999999;
		left: 0px;
	}

	.navbar {
		display: none;
		width: 100%;
		position: absolute;
		top: 50px;
		left: 0;
		z-index: 99;
		background: black;
	}

	.navbar ul li {
		float: left;
		height: 50px;
		width: 100%;
		text-align: center;
	}

	.navbar ul li a {
		line-height: 50px;
		font-size: 15px;
	}

	.hbg {
		position: absolute;
		top: 18px;
		right: 10px;
		z-index: 9999;
	}

	.hbg .line {
		width: 25px;
		height: 2.5px;
		margin-top: -4px;
		background-color: #ffffff;
		transition: all .5s;
	}

	.banner {
		margin-top: 50px;
		height:160px!important;
	}

	.company {
		width: 100%;
		height: auto;
		margin-top: 20px;
		padding: 0 15px;
	}

	.company .con .left {
		float: none;
		height: 100%;
		width: 100%;
	}

	.company .con .right {
		float: none;
		height: 100%;
		width: 100%;
	}

	.pro {
		width: 100%;
		height: auto;
		margin-top: 20px;
		padding: 0 15px;
	}

	.aboutUs {
		width: 100%;
		height: auto;
		margin-top: 20px;
		padding: 0 15px;
		margin-bottom: 0;
	}

	.company .con {
		margin-top: 0;
	}

	.pro .con {
		margin-top: 0;
	}

	.aboutUs .con {
		margin-top: 0;
	}

	.line {
		width: 35px;
		height: 1px;
	}

	.company .title {
		font-size: 18px
	}

	.company .con .right p {
		padding: 3px 0;
		font-size: 12px
	}

	.pro .title {
		font-size: 18px
	}

	.aboutUs .title {
		font-size: 18px
	}

	.aboutUs .con .left {
		float: none;
		width: 100%;
		/*height: auto;*/
	}

	.aboutUs .con .right {
		float: none;
		width: 100%;
		height: auto;
	}

	.aboutUs .con .left .zhe {
		width: 100%;
	}

	.aboutUs .con .left .zhe .box {
		margin-top: 45px;
		padding-left: 20px;
		overflow: hidden;
	}

	.aboutUs .con .left .zhe .box .btn {
		margin: 15px 0;
	}

	.aboutUs .con .right .item {
		margin-bottom: 0;
		height: 75px;
	}

	.aboutUs .con .right .item a .left1 {
		font-size: 16px;
		padding: 5px;
	}

	.aboutUs .con .right .item a .right1 p:nth-child(2) {
		margin-top: 0;
	}

	.aboutUs .con .right {
		margin: 20px 0;
	}

	.swiper-button-next,
	.swiper-button-prev {
		display: none !important;
	}

	.aboutUs .con .left .zhe .box .text {
		line-height: 25px;
		padding: 5px;
		color: #fff;
		font-size: 14px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 5;
		overflow: hidden;
	}

	.aboutUs .con .left{
		overflow:hidden;
	}
	.aboutUs .con .left img {
		width: 100%;
		height: 100%;
		transition: all 0.4s;
	}
		.aboutUs .con .left img:hover{
			transform:scale(1.1);
		}
		.aboutCon {
			width: 100%;
			margin: 5px 0;
		}

	.aboutCon .con {
		margin-top: 10px;
	}

	.aboutCon .title {
		font-size: 20px;
	}

	.aboutCon .con img:nth-child(2) {
		display: none;
	}

	.aboutCon .con img:nth-child(1) {
		width: 100%;
		height: auto;
	}

	.aboutCon .con .text p {
		margin-top: 10px;
	}

	.newsCon {
		margin-top: 0px;
		margin-bottom: 0px;
		width: 100%;
	}

	.newsCon .con {
		margin-top: 15px;
		overflow: hidden;
	}

	.newsCon .title {
		font-size: 20px;
	}

	.newsCon .con ul li a .right-1 {
		float: left;
		width: 100%;
		height: 100%;
		padding: 10px 20px;
	}

	.newsCon .con ul li a {
		margin-top: 5px;
		display: block;
		height: auto;
	}

	.newsCon .con ul li a .left {
		width: 100%;
	}

	.proCon {
		width: 100%;
		height: auto;
	}

	.proCon ul:nth-child(1) li a {
		display: block;
		height: 45px;
		width: 100%;
		background-color: #fff;
		color: #666666;
		line-height: 45px;
		text-align: center;
		font-size: 16px;
		float: left;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
		padding: 0 8px;
	}

	.proCon ul:nth-child(2) li {
		width: 100%;
		height: auto;
	}

	.proCon .con .miaoshu {
		padding: 17px 10px;
	}


	.lianxi {
		width: 100%;
		height: auto;
		margin-top: 10px;
		margin-bottom: 0;
	}

	.lianxi .con {
		margin-top: 20px;
	}

	.lianxi .con ul {
		display: block;
		justify-content: space-between;
		align-items: center;
		height: 100%;
		width: 100%;
		text-align: center;
	}

	.lianxi .con ul li {
		width: 100%;
		height: 100%;
		padding: 50px 20px;
		display: block;
		justify-content: space-between;
		align-items: center;
		background-color: #fff;
	}

	.lianxi .con ul li .wen {
		width: 100%;
		margin: 10px;
	}

	.lianxi .con ul li {
		width: 100%;
		height: 100%;
		padding: 10px;
		display: block;
		justify-content: space-between;
		align-items: center;
		background-color: #fff;
	}

	.lianxi .title {
		margin: 0 auto;
		text-align: center;
		font-size: 20px;
		font-weight: bold;
		color: #333333;
	}

	.map {
		height: 448px;
		margin-top: 50px;
		display: block;
		padding: 10px;
		justify-content: space-between;
	}

	.map .left-map {
		width: 100%;
		height: 100%;
	}

	.map {
		height: auto;
		margin-top: 10px;
		display: block;
		padding: 10px;
		justify-content: space-between;
	}

	.ipt {
		margin-top: 50px;
		height: calc(100% - 100px);
	}

	footer {
		height: 545px;
	}

	footer .ul {
		height: auto;
		width: 100%;
	}

	footer .ul li {
		float: left;
		width: 31%;
		height: 30px;
		line-height: 30px;
		text-align: center;
		border-right: 1px solid #fff;
		margin-bottom: 10px;
		display: none;
	}

	footer .lx {
		height: auto;
		margin-top: 0;
		width: 100%;
		background: red;
	}

	footer .lx ul li {
		height: 90px;
		width: 100%;
		/* float: left; */
		padding-top: 0px;
	}

	footer .lx ul li p {
		margin-top: -5px;
		font-size: 15px;
		color: #fff;
		text-align: center;
	}
		footer .lx ul li:nth-child(3) {
		height:40px;
		}
	footer .lx ul li:nth-child(5) {
		padding-top: 0;
		text-align: center;
	}

	footer .lx ul li:nth-child(5) img {
		width: 80px;
		margin-top:8%;
	}

	.search img {
		position: absolute;
		top: 7px;
		right: 7px;
		width: 15px;
		cursor:pointer;
	}

	.map .right-map{
		width:100%;
	}
	.right-map{
		background:none;
	}
	.right-map iframe {
		width: 100% !important;
		margin: 15px 0 !important;
	}

	.bx-mb-nav{
		display:none;
	}

	.newsCon .con ul li a:hover {
		transform: scale(1);
	}

	.banner-pro, .banner-news,.banner-cont {
		height: 150px;
		margin-top: 13%;
	}

		.banner-pro img {
			width: 100%;
			height: 100%;
		}
		.banner-news img {
			width: 100%;
			height: 100%;
		}
	.banner-cont img {
		width: 100%;
		height: 100%;
	}

	.w1 {
		width: auto !important;
	}

	.menuList{
		display:none;
	}
	.pro .con .swiper-2 .swiper-slide {
		height:auto!important;
	}
	.swiper-1 .swiper-slide img{
		height:100%;
	}

	.link-1 {
	
		margin: 8px 28%!important;
	}


	.gywm {
		display:inherit!important;
	}

		.gywm .swiper-slide{
			width:100%!important;
		}
		.gywm .hotBnner{
			width:auto!important;
		}
	
}

.link-1 {
	display: inline-block;
	width: 200px;
	margin: 8px 32%;
}
.link-1 i{
	margin:0 5px;
}



.menuList {
	width: 120px;
	height: 320px;
	position: fixed;
	top: 50%;
	right: 3%;
	transform: translate(-50%,-50%);
	z-index: 999;
}

	.menuList ul li {
		height: 80px;
		background: red;
		line-height: 20px;
		font-size: 18px;
		padding: 17% 7%;
		margin:5% 0;
	}

		.menuList ul li:nth-child(1){
			background: #7d6045 !important;
			
		}

		.menuList ul li:nth-child(1) a{
			color: #fff !important;
		}
			.menuList ul li:nth-child(1) a:hover {
				color: #333 !important;
			}

		.menuList ul li:nth-child(2) {
			background: #30504b !important;
		}

			.menuList ul li:nth-child(2) a {
				color: #fff !important;
			}

		.menuList ul li:nth-child(2) a:hover {
			color: #333 !important;
		}

		.menuList ul li:nth-child(3) {
			background: #e6e3d8 !important;
			padding: 14% 10%!important;
		}

			.menuList ul li:nth-child(3) a {
				color: #333 !important;
				font-size:14px!important;
			}

		.menuList ul li:nth-child(3) a:hover {
			color: #fff !important;
		}


		.menuList ul li:nth-child(4) {
			background: rgb(200,163,46) !important;
			padding: 14% 10% !important;
		}

			.menuList ul li:nth-child(4) a {
				color: #333 !important;
				font-size: 14px !important;
			}
		.menuList ul li:nth-child(4) a:hover {
			color: #fff !important;
		}


/*.swiper-4{
	width:50%!important;
}*/
.gywm{
	display:flex;
	justify-content:space-between;
	align-items:center;
}

.gywm .hotBnner {
	width: 40%;
}
.gywm .hottj {
	width: calc(100% - 40%);
}