		* {
			margin: 0;
			padding: 0;
			list-style:none;
		}
		.inner {
			width: 1100px;
			margin:0 auto;
		}
		h2 {
			font-weight: 500;
			text-align: center;
			font-size: 31px;
			font-family:"微软雅黑";
			margin: 50px auto;
			margin-bottom:40px;
			color:#000;
		}
		.content .title p {
			font-size: 16px;
			font-family:"微软雅黑";
			color:#000;
			line-height: 26px;
		}
		.content .title p:first-child {
			margin-bottom:3px;
		}
		.content .title p span {
			display: inline-block;
			width:100px;
			height:15px;
			border-bottom: 1px dashed #000;
			position:relative;
			top:2px;
		}
		.content .title .special {
			margin-top:10px;
			font-size: 15px;
			margin-bottom: 16px;
		}
		ul, .connect {
			float:left;
			width:140px;
			height:130px;
			overflow:hidden;
		}
		.scrollToTop {
	      position:fixed;
	      bottom:0;
	      right:0;
	       cursor:pointer;
	    }