*{
	padding: 0;
	margin: 0;
	font-family: 'Noto Sans CJK SC', 'Noto Sans CJK', 'Source Han Sans', source-han-sans-simplified-c, sans-serif;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
}

img {
	display: block;
}

.selected {
	border: 1px solid #1FABF4;
}

.table-cell-top {
	display: table-cell;
	vertical-align: top;
}

.table-cell-middle {
	display: table-cell;
	vertical-align: middle;
}

.table-cell-bottom {
	display: table-cell;
	vertical-align: bottom;
}

.none {
	display: none;
}

.rotate90 {
	transform: rotate(90deg);
}

@font-face {
	font-family: 'iconfont';
	src: url('//cdn.quickbass.com/static/www/iconfont/iconfont.eot');
	src: url('//cdn.quickbass.com/static/www/iconfont/iconfont.eot?#iefix') format('embedded-opentype'),
	url('//cdn.quickbass.com/static/www/iconfont/iconfont.woff') format('woff'),
	url('//cdn.quickbass.com/static/www/iconfont/iconfont.ttf') format('truetype'),
	url('//cdn.quickbass.com/static/www/iconfont/iconfont.svg#iconfont') format('svg');
}

.iconfont{
	font-family: "iconfont" !important;
	font-style:normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}


.nav-container {
	width: 100%;
	background-color: #FFFFFF;
	box-shadow: 0 2px 4px 0 rgba(236,236,236,0.5);
}

.nav-container .nav {
	width: 1200px;
	height: 68px;
	margin: auto;
}

.nav-logo {
	width: 632px;
	height: 68px;
}

.nav-item a {
	width: 89px;
	height: 40px;
	margin-left: 20px;
	line-height: 40px;
	border-radius: 6px;
	display: inline-block;
	text-align: center;
	font-size: 16px;
	color: #1FABF4;
	box-sizing: border-box;
}


.footer-container {
	width: 100%;
	background-color: #333333;
}

.footer {
	width: 1200px;
	margin: auto;
	overflow: hidden;
	padding-bottom: 56px;
	border-bottom: 2px solid #4B5054;
}

.footer-container ul {
	margin-top: 25px;
	float: left;
}

.footer-width-350 {
	width: 350px;
}

.footer-width-170 {
	width: 170px;
}

.footer-container ul li {
	margin-top: 16px;
}

.footer-container ul li p,
.footer-container ul li a {
	font-size:16px;
	color: #9B9EA0;
	text-indent: 23px;
	display: inline-block;
}

.footer-container ul li a:hover {
	color: #1FABF4;
}

.footer-container ul li h3 {
	font-size: 22px;
	color: #FFFFFF;
}

.footer-container ul li h3 i {
	margin-right: 5px;
}

.footer-container .footer-end {
	width: 100%;
	line-height: 55px;
	text-align: center;
	display: inline-block;
}

.footer-end p a,
.footer-end p
{
	font-size: 14px;
	color: #F0F0F0;
	display: inline-block;
}

.footer-end p a img {
	float: right;
}


.suspend {
	width: 40px;
	background-color: #FFFFFF;
	position: fixed;
	top: 200px;
	right: 200px;
	border: 1px solid #E5E5E5;
	border-radius: 5px;
}

.suspend .btn {
	width: 100%;
	font-size: 14px;
	text-align: center;
	display: inline-block;
}

.suspend-blue {
	color: #1FABF4;
}

.suspend-gray {
	color: #999999;
}

.suspend-bor {
	border-bottom: 1px solid #E5E5E5;
}

.suspend .btn span {
	width: 14px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin: auto;
	display: inline-block;
}

.suspend .btn span i {
	display: inline-block;
	transform:rotate(270deg);
	-ms-transform:rotate(270deg);
	-moz-transform:rotate(270deg);
	-webkit-transform:rotate(270deg);
	-o-transform:rotate(270deg);
}

.suspend div {
	width: 127px;
	height: 274px;
	position: absolute;
	right: -130px;
	top: 0;
	border-radius: 5px;
	border: 1px solid #E5E5E5;
	background-color: #1FABF4;
}

.suspend div ul {
	width: 100%;
}

.suspend div ul .top {
	width: 100%;
	height: 70px;
	overflow: hidden;
	text-align: center;
	background-color: #FFFFFF;
}

.suspend div ul .top img {
	width: 26px;
	height: 26px;
	margin: auto;
	margin-top: 10px;
}

.suspend div ul .top p {
	font-size: 14px;
	color: #1FABF4;
	margin-top: 5px;
}

.suspend div ul .bottom {
	width: 100%;
	overflow: hidden;
	text-align: center;
}

.suspend div ul .bottom .service {
	width: 89px;
	height: 89px;
	margin: auto;
	margin-top: 13px;
}

.suspend div ul .bottom p {
	width: 84px;
	font-size: 14px;
	color: #FFFFFF;
	margin: auto;
}

.suspend div ul .bottom a {
	width: 90px;
	line-height: 30px;
	margin-top: 10px;
	display: inline-block;
	background-color: #FFFFFF;
	box-shadow: 0 1px 1px 0 rgba(23,119,174,1);
	border-radius: 5px;
	position: relative;
}

.suspend div ul .bottom a img {
	width: 19px;
	height: 19px;
	position: absolute;
	left: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.suspend div ul .bottom a small {
	color: #1FABF4;
	font-size: 14px;
	margin-left: 20px;
}
