		.title{
			margin-right: 25px;
			font-size: 25px;
		}
		.search-wrap{
			width: 315px;
			height: 50px;
			line-height: 50px;
			color: #000;
			font-size: 16px;
			margin-right: 50px;
			position: relative;
		}
		.search-wrap input{
			width: 100%;
			height: 50px;
			line-height: 50px;
			border-radius: 25px;
			background: #fff;
			border:none;
			padding-left: 20px;
			padding-right: 60px;
			box-sizing: border-box;
		}
		.search-wrap img{
			position: absolute;
			top: 12px;
			right: 20px;
			width: 30px;
			height: 30px;
			cursor: pointer;
		}
		.matter-item{
			width: 220px;
			height: 140px;
			line-height: 20px;
			margin-right: 25px;
		}
		.content .swiper-slide >div:nth-child(4n){
			margin-right: 25px;
		}
		.content .swiper-slide >div:nth-child(5n){
			margin-right: 0;
		}
		.header >div, .content, .footer >div{
			width: 1200px;
			min-width: 1200px;
		}
		.content-index{
			position: relative;
		}
		.swiper-other{
			width: 1200px;
			overflow: hidden;
		}
		.swiper-button-next{
		    right: -100px;
		    background: url(../img/next.png) rgba(66, 93, 174, 0.3) no-repeat 25px;
		    padding: 50px 35px;
		}
		.swiper-button-prev{
			left: -100px;
			background: url(../img/next.png) rgba(66, 93, 174, 0.3) no-repeat 25px;
		    padding: 50px 35px;
	        transform: rotate(180deg);
		}
		.swiper-button-next, .swiper-button-prev{
			width: 21px;
			height: 40px;
			top:47%;
		}
		.swiper-button-next:hover, .swiper-button-prev:hover{
			background-color: #425dae;
		}