#content {
	width: 100%;
	padding:0;	
}

#content>.introduce>ul{
	 list-style-type: square;
	 color: rgb(51,51,51);
	 font-size: 15px;
}

#content>.introduce h1, #content>.introduce h2, #content>.introduce ul, #content>.introduce p{
	margin: 10px 0;
}

div.swiper{
	height: 200px;
	overflow: hidden;
	white-space: nowrap;
	width: 100%;
	padding: 20px 0;
	position: relative;
}

div.swiper>ul{
	position: relative;
	height: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
    white-space: nowrap;
}

div.swiper>ul>li{
	display: inline-block;
	height: 100%;
	padding-right: 10px;
	border: 1px solid gray;
	border-radius: 8px;
}

div.swiper>ul>li>a>img{
	height: 100%;
}

div.swiper>div.button-prev-wraper,div.swiper>div.button-next-wraper{
	position: absolute;
    top: calc(50% - 35.36px);
    z-index: 10;
    cursor: pointer;
    left: 44px;
    right: auto;
	height: 71px;
    width: 37px;
}

div.swiper>div.button-prev-wraper>div.button-prev,div.swiper>div.button-next-wraper>div.button-next{
	position: relative;
    top: 10px;
    left: 10px;
    width: 50px;
    height: 50px;
    border-color: black;
    border-style: solid;
    border-width: 0 0 1px 1px;
    transform: rotate(45deg);
}

div.swiper>div.button-next-wraper{
    left: auto;
    right: 44px;
	>div.button-next{
	    left: -25px;
		transform: rotate(225deg);
	}
}
