@charset "utf-8";

.head .logo img {
	width: 545px;
}

/* 搜索 */

.top {
	overflow: hidden;
}

.head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 0;
}

.top .centerBox {
	max-width: 1200px;
}

.search {
	margin-right: 0px;
}

.head .search form {
	width: 170px;
	height: 40px;
	position: relative;
	border: 1px solid #666666;
	border-radius: 20px;
}

.head .search .key {
	width: 115px;
	height: 100%;
	color: #666666;
	border: 1px solid #666666;
	border: none;
	border-radius: 20px;
	padding-left: 20px;
}

.head .search .submit {
	width: 40px;
	height: 100%;
	background: url(../images/ss_03.png)center no-repeat;
	background-size: 22px 22px;
	border: none;
	position: absolute;
	border-radius: 0px 20px 20px 0px;
	margin-right: 10px;
	right: 0;
	top: 0;
}

/* 导航 */
.header .centerBox {
	width: 1200px;
}

.head_one>ul>li {
	display: inline-block;
	padding: 25px 0;
	color: #FFFFFF;
	margin-left: 150px;
	font-size: 16px;
	position: relative;
}

.header {
	position: absolute;
	width: 100%;
	left: 0;
	background: rgba(55, 55, 57, 0.7);
	top: 0;
	z-index: 99;
}

.head_one ul li.on:after {
	display: block;
}

.head_one ul li:after {
	content: '';
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #27a93b;
	display: none;
	position: absolute;
}

.header .head_one .select {
	width: 150px;
	background: rgb(54, 54, 53, 0.5);
	box-sizing: border-box;
	position: absolute;
	margin-top: 25px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 99999;
	display: none;
}

.select li {
	width: 100%;
	display: block;
	text-align: center;
	box-sizing: border-box;
	color: #f5f5f5;
	font-size: 16px;
	line-height: 51px;
}

.select li:hover {
	background: #64ba4f;
}

.header .head_one ul li:hover .select {
	display: block;
}

/* banner */
.banner {
	position: relative;
}

.banner .swiper-pagination-bullet {
	background: #FFFFFF;
}

.banner .swiper-pagination-bullet {
	width: 30px;
	height: 4px;
	display: inline-block;
	border-radius: 20px;
	opacity: 1;
	margin: 0 10px !important;
}

.banner .swiper-pagination-bullet-active {
	background: #27a93b;
}

.banner .swiper-container .swiper-slide:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgb(48, 48, 48, 0.3);
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.banner .swiper-slide img {
	width: 100%;
}

.ban_zi {
	position: absolute;
	top: 40%;
	left: 22%;
	z-index: 99;
	color: #FFFFFF;
}

.ban_zi h3 {
	font-size: 30px;
	font-weight: bold;
}

.ban_zi p {
	margin-top: 30px;
	font-size: 18px;
	text-align: center;
	color: #dcdcdc;
}

.ban_zi h6 {
	width: 130px;
	margin: 0 auto;
	text-align: center;
	border: 1px solid #FFFFFF;
	padding: 10px 25px 10px 25px;
	margin-top: 20px;
	font-size: 14px;
}

.ban_img img {
	width: 100%;
}

/* 底部 */
.footer .centerBox {
	width: 1200px;
}

.footer {
	background: #3e3e3e;
}

.nav {
	color: #FFFFFF;
	display: flex;
	justify-content: space-between;
	padding-top: 55px;
}

.foot_li ul li {
	display: inline-block;
	margin-right: 60px;
	font-size: 20px;
}

.foot_xin {
	margin-top: 50px;
}

.foot_xin ul li {
	font-size: 14px;
	line-height: 36px;
}

.foot_you .foot_img ul li {
	display: inline-block;
	margin-right: 20px;
	text-align: center;
	line-height: 36px;
	font-size: 14px;
}

.foot_img ul li:last-child {
	margin-right: 0;
}

.foot_img ul li img {
	width: 120px;
}

.foot_bei {
	font-size: 14px;
	color: #999999;
	text-align: center;
	border-top: 1px solid #999999;
	padding: 10px 0;
	margin-top: 50px;
}

/* index */
/* 产品中心 */
.index .centerBox {
	width: 1200px;
}

.chan h2 {
	font-size: 48px;
	color: #ededed;
	text-align: center;
	margin-top: 80px;
	text-transform: uppercase;
	font-weight: normal;
}

.chan h3 {
	text-align: center;
	font-size: 30px;
	font-weight: normal;
	position: relative;
	top: -30px;
}

.chan h3:after {
	content: "";
	display: block;
	width: 50px;
	height: 3px;
	background: #27a93b;
	margin: 20px auto 0;
}

.ch_li ul li {
	width: 285px;
	background: #f5f5f5;
	display: inline-block;
	margin-right: 15px;
}

.ch_li ul li h3 {
	text-align: center;
	margin-top: 25px;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: normal;
}

.ch_li ul li p {
	text-align: center;
	font-size: 14px;
	color: #999999;
	margin-bottom: 20px;
}

.ch_li ul li:last-child {
	margin-right: 0;
}

.ch_li {
	margin-bottom: 160px;
}

.ch_li ul li:hover {
	box-shadow: 0px 0px 10px 5px #d3d3d3;
}

/* 我们的优势 */
.our {
	margin-bottom: 240px;
}

.our .our_one h3 {
	font-size: 24px;
	color: #27a93b;
	font-weight: bold;
	border-bottom: 1px dashed #dddddd;
	padding-bottom: 20px;
	margin-top: 70px;
}

.our .our_one p {
	font-size: 18px;
	margin-top: 25px;
}

/* 首页 */
.index .home {
	margin-bottom: 110px;
}

/* 联系我们 */
.map {
	margin-top: 20px;
}

.lian {
	overflow: hidden;
	margin-top: 40px;
}

.lian .lian_zuo {
	width: 350px;
	float: left;
	font-size: 14px;
	color: #999999;
	line-height: 30px;
}

.lian_zuo h2 {
	font-size: 24px;
	color: #27a93b;
	font-weight: bold;
}

.lian_zuo h3 {
	font-size: 18px;
	font-weight: normal;
	margin-top: 20px;
}

.lian .lian_you {
	width: 725px;
	float: right;
}

/* 表单 */

.lian_you form .inp {
	width: 360px;
	height: 50px;
	background: #eef7ef;
	border-radius: 10px;
	border: none;
	padding-left: 20px;
	font-size: 18px;
}


.lian_you form textarea {
	width: 725px;
	height: 200px;
	background: #eef7ef;
	border-radius: 10px;
	border: none;
	margin-top: 20px;
	resize: none;
	padding-left: 20px;
	padding-top: 15px;
	font-size: 18px;
}

.lian_you form .submit {
	display: block;
	margin: auto;
	width: 160px;
	line-height: 50px;
	text-align: center;
	background: #27a93b;
	font-size: 18px;
	color: #ffffff;
	border-radius: 10px;
	margin-top: 20px;
	border: none;
}

/* 服务热线 */
.fu_wu {
	display: flex;
	justify-content: space-between;
	border-top: 1px solid #dddddd;
	margin-top: 40px;
	margin-bottom: 130px;
}

.fu_wu .fu_one {
	display: flex;
	align-items: center;
	padding-top: 40px;
}

.fu_one .fu_img img {
	width: 50px;
}

.fu_one .fu_re {
	margin-left: 20px;
}

.fu_re h3 {
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}

.fu_re {
	font-size: 18px;
	color: #999999;
}

/* 产品分类 */

.fe_two ul li {
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 35px;
}

.fe_two ul li img {
	width: 275px;
}

.fe_two ul li:nth-child(5n) {
	margin-right: 0;
}

.fe_two ul li p {
	text-align: center;
	font-size: 16px;
	margin-top: 20px;
}

/* 分页 */

#pages {
	font-family: 宋体;
	text-align: -webkit-center;
	font-size: 14px;
	margin-bottom: 60px;
}

#pages a {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	background: #fff;
	border: 1px solid #e3e3e3;
	text-align: center;
	color: #333;
	padding: 0 10px
}

#pages a.a1 {
	width: 56px;
	padding: 0
}

#pages a:hover {
	background: #f1f1f1;
	color: #000;
	text-decoration: none
}

#pages span {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	background: #27a93b;
	border: 1px solid #27a93b;
	color: #fff;
	text-align: center;
	padding: 0 10px
}

.page .noPage {
	display: inline-block;
	width: 56px;
	height: 30px;
	line-height: 30px;
	background: url(../img/icu/titleBg.png) repeat-x 0 -55px;
	border: 1px solid #e3e3e3;
	text-align: center;
	color: #a4a4a4;
}

/* 弹窗 */
.fe_one {
	position: relative;
}

.tan {
	display: flex;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.lunbo {
	width: 660px;
}

.lunbo .swiper-slide img {
	width: 660px;
}

.xinxi {
	background: #FFFFFF;
	width: 540px;
}

.xinxi .wen {
	padding: 20px 30px 0px 30px;
}

.xinxi .wen h4 {
	font-size: 24px;
	color: #333333;
	font-weight: normal;
	border-bottom: 1px solid #dddddd;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.xinxi .wen p {
	font-size: 14px;
	color: #666666;
	line-height: 30px;
	word-break: break-word;
}

.xinxi .wen span {
	font-size: 16px;
	font-weight: bold;
}

.kuang .black {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgb(48, 48, 48, 0.5);
	z-index: 99;
}

.lunbo .swiper-button-prev {
	background-image: url(../images/zuo_10.png);
	background-size: 20px 30px;
}

.lunbo .swiper-button-next {
	background-image: url(../images/zuo_1.png);
	background-size: 20px 30px;
}

.kuang .black {
	display: none;
}

/* 关于我们 */

.guan .gu_one img {
	width: 100%;
}

.guan .hang {
	font-size: 17px;
	line-height: 36px;
	color: #444444;
	margin-bottom: 170px;
}
