﻿
/*header*/
.header {
	position: fixed;
	width: 100%;
	z-index: 999;
	background: none;
	transition: 0.5s;
}

.header .search {
	display: none;
}
/*index-banner*/
.index-banner {
	min-width: 1200px;
}
.index-banner {
	background: url(../images/banner.jpg) no-repeat bottom center;
	position: relative;
}
.index-banner .s {
	padding: 230px 0 150px;
	position: relative;
	z-index: 100;
	text-align: center;
}
.index-banner h2 {
	font-size: 45px;
	line-height: 50px;
	color: #fff;
}
.index-banner h2 span {
	color: #fff;
}
.index-banner .mc {
	color: #0595c7;
	margin-left: 20px;
}
.index-banner h6 {
	padding-top: 20px;
	line-height: 30px;
	font-size: 18px;
	color: #ddd;
}
.index-slogan {
	position: relative;
	z-index: 100;
	padding: 20px 0;
	background: rgba(0,0,0,0.3);
}
.index-slogan .service-subject {
	float: left;
	width: 23%;
	padding: 0 1%;
}
.index-slogan .m {
	float: left;
	width: 50px;
	padding: 11px 0;
	margin-right: 12px;
}
.index-slogan .m img {
	vertical-align: middle;
}
.index-slogan .title-sub {
	line-height: 36px;
	font-size: 18px;
	color: #eee;
}
.index-slogan .des {
	font-size: 13px;
	color: #93979f;
	line-height: 18px;
	height: 36px;
	overflow: hidden;
}
