.links{
			margin: 20px auto 0;
			width: 1200px;
		}
		.links-title{
			overflow: hidden;
			position: relative;
		}
		.links-title b{
			font-size: 22px;
			font-weight: 900;
			color: #333;
		} 
		.links-title:after{
			content: '';
			display: block;
			width: calc(100% - 240px);
			height: 1px;
			background: #E5E5E5;
			position: absolute;
			top: 16px;
			left: 120px;
		}
		.links-title a{
			display: block;
			float: right;
			padding: 6px 12px;
			border-radius: 3px;
			border: 1px solid #2F7BFF;
			color: #2F7BFF;
			transition:0.3s;
		}
		.links-title a:hover{
			background: #2F7BFF;
			color: #fff;
		}
		.linksTab{
			margin-top: 15px;
			overflow: hidden;
		}
		.linksTab li{
			float: left;
			padding: 5px 0;
			cursor: pointer;
			margin-right: 5px;
			white-space: nowrap;
			overflow: hidden;
			text-overflow: ellipsis;
			display: block;
			width: 72px;
			text-align: center;
			color: #555;
		}
		.links-container{
			width: 100%;
		}
		.linksTab .links-active{
			color: #fff;
			background: #2F7BFF;
			border-radius: 3px;
		}
		.links-container .swiper-slide{
			padding: 15px 5px;
			box-sizing: border-box;
			margin-left:5px;
		}
		.links-container .swiper-slide ul li a{
			display: block;
			width: 18%;
			padding: 0 5px 5px 0;
			float: left;
			transition: 0.3s;
			color: #727272;
			font-size: 13px;
			white-space: nowrap;
			overflow: hidden;
			text-overflow: ellipsis;
		}
		.links-container .swiper-slide ul li a:hover{
			color: #2F7BFF;
			text-decoration: underline;
		}
		@media (max-width:768px) {
			.links{
				width: 100%;
				padding: 0 10px;
			}
			.linksTab li{
				width: 23.5%;
				margin: 0 2% 2% 0;
				padding: 5px;
			}
			.linksTab li:nth-child(4n){
				margin-right: 0;
			}
			.links-container .swiper-slide ul li a{
				width: 20%;
			}
		}
		.banner,.banner-container{
			height: 500px;
		}
		.banner .swiper-slide{
			background-position: center !important;
			background-repeat: no-repeat !important;
			background-size: cover !important;
		}
		.banner .swiper-pagination-bullet {
		    background: #fff;
		    margin: 0 2px;
		    opacity: 0.8;
		}
		.banner .swiper-pagination-bullet-active {
		    background: #2F7BFF;
		    width: 12px;
		    height: 12px;
		    border: 2px solid #FFFFFF;
		    top: 2px;
		    position: relative;
		    opacity: 1;
		}
		@media (max-width:768px) {
			.banner,.banner-container{
				height: 200px;
			}
		}