.search-cont {
	border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.search-kd {
	flex: 1;
	line-height: 84px;
	background: url(../images/search_kd.png) 0 50% no-repeat;
}

.search-kd h3 {
	padding-left: 42px;
	color: #777777;
	font-size: 14px;
	font-weight: normal;
	display: inline-block;
}

.search-kd a {
	color: #777777;
	font-size: 14px;
	display: inline-block;
	margin-right: 15px;
}

.search-kd a:hover {
	color: #0c47ab;
}

.search-forms {
	margin-top: 22px;
}

.search-forms #s_btn {
	background: #0c47ab;
	border: none;
	width: 45px;
	height: 36px;
	margin-left: -4px;
	line-height: 36px;
	position: relative;
	top: 3px;
}

.search-forms #s_btn .icon-search:before {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}

.search-forms #keyword {
	width: 272px;
	height: 36px;
	line-height: 36px;
	border-radius: 0;
	border: 1px solid #dedede;
	padding-left: 15px;
}

.index-shebei {
	padding-top: 70px;
}

.index-shebei #shebei {
	margin-top: 3%;
}


#shebei {
	position: relative;
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
}

#shebei .shebei-cont {
	padding: 0 50px;
}

#shebei .swiper-container {
	padding-bottom: 70px;
}

#shebei  .swiper-slide {
	width: 670px;
	height: 438px;
	position: relative;
}
#shebei  .swiper-slide img{
	height: 100%;
	width: 100%;
	display:block;
}
#shebei  .swiper-slide p {
	line-height: 60px;
	padding-top: 0;
	text-align: center;
	color: #333333;
	font-size: 24px;
	display: none;
	margin-top: 30px;
}

#shebei  .swiper-slide-active p {
	display: block;
}

#shebei  .swiper-slide-active {
	border: 5px solid #fff;
	box-shadow: 0 8px 30px #ddd;
}

#shebei .swiper-button-prev {
	left: -54px;
	width: 54px;
	height: 54px;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
}

#shebei .swiper-button-prev:hover {
	background-position: 0 -54px;
	background-size: 100%
}

#shebei .swiper-button-prev::after, #shebei .swiper-button-next::after {
	display: none;
}

#shebei .swiper-button-next {
	right: -54px;
	width: 54px;
	height: 54px;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
}

#shebei .swiper-button-next:hover {
	background-position: 0 -54px;
	background-size: 100%
}

@media (max-width: 1500px) {
	#shebei  .swiper-slide {
		width: 620px;
		height: 405px;
	}
	#shebei .swiper-button-prev {
		left: 0;
	}
	#shebei .swiper-button-next {
		right: 0;
	}
}

@media (max-width: 1400px) {
	#shebei  .swiper-slide {
		width: 580px;
		height: 379px;
	}
}

@media (max-width: 768px) {
	#shebei .swiper-slide {
		width: 320px;
		height: 170px;
	}

	#shebei .swiper-button-prev,#shebei .swiper-button-next {
		width: 27px;
		height: 27px;
		display: block;
	}

	#shebei .swiper-button-prev:hover {
		background-position: 0 -27px;
	}

	#shebei .swiper-button-next:hover {
		background-position: 0 -27px;
	}

	#shebei .swiper-slide-active {
		box-shadow: none;
	}
}

.fuwu-process {
	background: #f5f5f5;
	padding: 3% 0;
	margin-top: 3%;
}

.fuwu-list {
	margin-top: 3.5%;
	background: #fff;
	border: 1px solid #eeeeee;
	display: flex;
	flex-wrap: wrap;
}

.fuwu-list li {
	width: calc(100% / 6);
	text-align: center;
	position: relative;
	padding: 3% 0;
}

.fuwu-list li:not(:last-child) {
	border-right: 1px solid #eeeeee;
}

.fuwu-list li .img {
	overflow: hidden;
}

.fuwu-list li .img img {
	max-width: 80px;
}

.fuwu-list li h3 {
	color: #333333;
	font-size: 20px;
	margin: 20px 0 10px 0;
}

.fuwu-list li p {
	color: #666666;
	font-size: 16px;
}

.fuwu-list li:not(:last-child):after {
	content: "";
    display: block;
    width: 41px;
    height: 41px;
    position: absolute;
    right: -20.5px;
    top: 50%;
    margin-top: -20.5px;
    background: url(../images/fw_jt.png) center no-repeat;
}

.index-message {
	background: #fff;
	padding: 1.5%;
	margin-top: 2%;
}

.index-message .message {
	display: flex;
	flex-wrap: wrap;
}

.index-message .message .input-group {
	margin-right: 20px;
	width: calc(21.5% - 20px);
}

.index-message .message .input-text {
	height: 70px;
	line-height: 70px;
	background: #f5f5f5;
	color: #999999;
	font-size: 16px;
	padding-left: 20px;
	border: none;
	width: 100%;
}

.index-message .message .input-btn {
	border: none;
	height: 70px;
	line-height: 70px;
	background: #0c47ab;
	color: #fff;
	font-size: 16px;
	width: 14%;
}

@media (max-width: 768px) {
	.about .about-l, .about .about-r {
		flex: 0 0 100%;
	}
	.about .about-l {
		margin-bottom: 20px;
	}

	.about-title {
		font-size: 24px;
	}

	.about .num-list li p {
		font-size: 12px;
	}

	.about .num-list li:not(:last-child) {
		margin-right: 3%;
	}

	.about .more a {
		line-height: 45px;
	    height: 45px;
	    width: 140px;
	}

	.about-imgs ul {
		padding: 20px 15px;
	}

	.about-imgs ul dl {
		width: 50%;
		margin: 10px 0;
		height: auto;
	}

	.about-imgs dt {
		margin: 0 auto;
	}

	.about-imgs dd {
		font-size: 14px;
		width: 100%;
		text-align: center;
		margin-left: 0;
		margin-top: 5px;
	}

	.about-imgs dd p {
		font-size: 12px;
	}

	.product .list {
		margin-top: 30px;
	}

	.product .list li {
		width: calc(50% - 10px);
		margin: 0 5px;
		margin-bottom: 10px;
	}

	.product .list li .txt {
		font-size: 12px;
		line-height: 30px;
		height: 30px;
	}

	.index-shebei {
		padding-top: 40px;
	}

	#shebei .swiper-container {
		padding-bottom: 45px;
	}

	#shebei .swiper-slide p {
		line-height: 36px;
		font-size: 14px;
		margin-top: 10px;
	}

	.fuwu-process {
		padding: 10% 0;
	}

	.fuwu-list {
		margin-top: 6%;
	}

	.fuwu-list li {
		width: 50%;
	}

	.fuwu-list li h3 {
		font-size: 14px;
	}

	.fuwu-list li p {
		font-size: 12px;
	}

	.fuwu-list li:not(:last-child):after {
		display: none;
	}

	.index-message .message .input-group {
		width: 100%;
		margin: 5px 0;
	}

	.index-message .message .input-btn {
		width: 100%;
		height: 50px;
		line-height: 50px;
		font-size: 14px;
	}

	.index-message .message .input-text {
		height: 50px;
		line-height: 50px;
		font-size: 14px;
	}

	.news_cont .news-l {
		width: 100%;
	}

	.news_cont .news-head li > div .date span {
		margin-left: 15px;
		font-size: 14px;
	}

	.news_cont .news-head li > div .date span:nth-child(1) {
		font-size: 18px;
		margin-top: 20px;
	}

	.news_cont .news-head li h3 a {
		font-size: 16px;
	}

	.news_cont .news-head li p {
		font-size: 13px;
	}

	.news_cont .news-top li a h3 {
		font-size: 14px;
	    padding-right: 65px;
	    white-space: nowrap;
	    overflow: hidden;
	    text-overflow: ellipsis;
	}

	.news_cont .news-top li a span {
		font-size: 12px;
	}

	.news_cont .news-r {
		width: 100%;
		margin-top: 20px;
	}

	.news_cont .news-r li {
		padding-bottom: 10px;
	}

	.news_cont .news-r li .img {
		width: 100%;
	}

	.news_cont .news-r li .text {
		width: 100%;
	}

	.news_cont .news-r li .text a {
		font-size: 16px;
	}

	.news_cont .news-r li .text p {
		font-size: 13px;
	}

	.news {
		padding: 30px 0 10px 0;
	}
}