@charset "utf-8";
/*首页*/
.index-title {
	width: 100%;
	line-height: 45px;
	height: 45px;
	background: #e7e7e7;
	padding-right: 45px;
}
.index-title h2 {
	display: inline-block;
	background: #027bcc;
	line-height: 45px;
	padding:0 16px 0 26px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}
.index-title img {
	vertical-align: top;
}

/*产品*/
.index-pro-box {
	margin-top: 20px;
	overflow: hidden;
}
.index-pro-box .index-pro-sb img{
	width: 100%;
	transition: all 0.3s;
}
.index-pro-box .index-pro-sb p{
	font-size: 16px;
	line-height: 30px;
	color: #027bcc;
}
.index-pro-box .index-pro-sb:hover img {
	transform: scale(1.04);
}
.index-pro-box .index-pro-sb:hover p {
	color: #55B443;
}

/*关于秀朗*/
.index-about {
	margin-top: 60px;
}
.index-about .swiper-container{
	width:100%;
	background: #fafafa;
	border: 1px solid #eaeaea;
}
.index-about .swiper-slide {
	text-align:center;
	font-size:18px;
	background:#fff;
	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;
}
.index-about .swiper-pagination-bullet{
	width:30px;
	height:20px;
	text-align:center;
	line-height:20px;
	font-size:12px;
	color:#000;
	opacity:1;
	background: #CCCCCC;
	border-radius: 0;
	margin: 0!important;
}
.index-about .swiper-pagination-bullet-active{
	color:#fff;
	background:#F82E35;
}
.index-about .swiper-pagination {
	text-align: right;
	left: -10px;
}
.index-about-left .swiper-slide {
	background: #fafafa;
	padding: 10px;
}
.index-about-info {
	text-indent: 2em;
}

.index-about-right {
	background-color: #fafafa;
	border: solid 1px #eaeaea;
	width: 100%;
	padding: 28px 25px;
	height: 341px;
}
.index-about-right h2{
	font-size: 26px;
	font-weight: bold;
	line-height: 26px;
	color: #449bd5;
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 14px;
}
.index-about-right h2::after {
	display: block;
	content: "";
	width: 35px;
	height: 1px;
	background-color: #449bd5;
	margin-top: 14px;
}
.index-about-right h2 span{
	font-size: 20px;
	font-weight: normal;
	line-height: 26px;
	color: #666666;
}
.more1 {
	display: block;
	font-size: 14px;
	width: 80px;
	height: 25px;
	background-color: #449bd5;
	color: #FFF;
	text-align: center;
	line-height: 25px;
	border-radius: 4px;
}
.more1:hover {
	background: #55B443;
	color: #fff;s
}
/*四块*/
.about-four {
	margin-left: -10px;
	margin-right: -10px;
	margin-top: 60px;
}
.about-four li {
	width: 25%;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	position: relative;
}
.about-four li img {
	width: 100%;
	/*-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;*/
    transition: all 0.3s;
}
.about-four li:hover img{
	width: 100%;
	/*-webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
    filter: gray;*/
    transform: scale(1.02);
}
.about-four li p {
	position: absolute;
	bottom: 0;
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	line-height: 30px;
	padding-left: 20px;
}
.about-four li p::after {
	display: block;
	content: "";
	width: 20px;
	height: 2px;
	background: #fff;
	margin: 10px 0 15px;
}
.banner {
	margin: 60px auto;
}