.hs {
	width: 100%;
	height: 380px;
	position: relative;
}
.hs__sideUl {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.hs__sideUl li {
	position: absolute;
	left: 100%;
}
.hs__sideUl a,
.hs__sideUl li {
	width: 100%;
	height: 100%;
}
.hs__sideUl a {
	display: block;
}
.hs__sideUl li.active {
	left: 0;
}
.hs__btnWrap {
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 10px;
	z-index: 10;
}
.hs__btnWrap span {
	width: 10px;
	height: 10px;
	display: inline-block;
	background: hsla(0, 0%, 100%, 0.2);
	border-radius: 50%;
	margin: 3px;
	cursor: pointer;
}
.hs__btnWrap span.active {
	background: #22a666;
}
.hsmain {
	padding-top: 40px;
	width: 100%;
	overflow: hidden;
	background: #f4f4f4;
}
.hsmain .tab_active {
	display: block;
}
.hsmain__nav {
	width: 1200px;
	height: 40px;
	margin: auto;
	background: url(/images/nav_bgborder.png) no-repeat 0 100%;
}
.hsmain__nav ul {
	margin-left: 40px;
}
.hsmain__nav li {
	width: 345px;
	height: 39px;
	line-height: 39px;
	margin-left: 20px;
	border: 1px solid #c8c8c8;
	float: left;
	border-bottom: none;
	text-align: center;
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	background-color: #fff;
}
.hsmain__nav li a {
	font-size: 18px;
}
.hsmain__nav li.active,
.hsmain__nav li:hover {
	border-color: #22a666;
	background: #22a666;
	height: 45px;
	margin-top: -5px;
	line-height: 45px;
}
.hsmain__nav li.active a,
.hsmain__nav li:hover a {
	color: #fff;
}
.hsmain__tab {
	display: none;
	width: 100%;
	margin: auto;
}
.hsmain__tab h3 {
	font-size: 30px;
	text-align: center;
	padding: 40px 0 30px;
}
.hsmain__listUl {
	width: 1200px;
	margin: auto;
	padding-bottom: 30px;
	overflow: hidden;
}
.hsmain__ul {
	margin-left: -53px;
	margin-top: 20px;
}
.hsmain__ul li {
	background-color: #fff;
	padding: 10px;
	width: 258px;
	min-height: 210px;
	border: 1px solid #e1e1e1;
	border-radius: 2px;
	float: left;
	margin-left: 53px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.hsmain__ul li p {
	margin-top: 10px;
}
.hsmain__ul li:hover {
	box-shadow: 3px 5px 6px #e1e1e1;
}
.hsmain__liimg {
	width: 233px;
	margin: auto;
}
.hsmain__server {
	width: 100%;
	background-color: #fff;
	padding-bottom: 50px;
}
.hsmain__serverWrap {
	width: 1200px;
	margin: auto;
	background-color: #f8fffc;
	border: 1px solid #7fd3aa;
	overflow: hidden;
}
.hsmain__serverUl {
	width: 50%;
	padding: 15px;
	float: left;
}
.hsmain__serverUl h4 {
	font-size: 24px;
	color: #22a666;
	text-align: center;
	font-weight: 700;
}
.hsmain__serverUl li {
	margin-top: 15px;
	overflow: hidden;
}
.hsmain__serverUl li p {
	font-size: 16px;
	margin: 10px 0 0 10px;
	float: left;
	font-weight: 600;
}
.hsmain__seal {
	float: left;
	font-size: 16px;
	width: 48px;
	color: #22a666;
	border: 1px solid #22a666;
	text-align: center;
	font-weight: 700;
}
.hsmain__serContUl {
	margin-left: -20px;
}
.hsmain__serContUl div.hsmain__liimg {
	width: 272px;
}
.hsmain__serContUl h5 {
	font-size: 20px;
	text-align: center;
	margin-top: 10px;
	font-weight: 700;
}
.hsmain__serContUl li {
	padding: 5px;
	width: 285px;
	margin-left: 20px;
	height: 420px;
}
.hsmain__advant {
	width: 100%;
	background-color: #f4f4f4;
}
.hsmain__advantlist {
	width: 1200px;
	margin: auto;
	overflow: hidden;
}
.hsmain__advantUl li {
	width: 25%;
	float: left;
	padding: 25px;
}
.hsmain__advantUl li span {
	margin: 15px auto 0;
	display: block;
}
.hsmain__advantSeal {
	margin: auto;
	width: 150px;
	height: 150px;
	padding: 10px;
	border-radius: 50%;
	border: 1px solid #22a666;
}
.hsmain__advantSeal p {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #22a666;
	color: #fff;
	text-align: center;
	line-height: 40px;
	font-size: 34px;
	padding-top: 22px;
}
.hsmain__infor {
	width: 460px;
	margin: 20px auto 50px;
	height: 50px;
	border: 1px solid #ff7d09;
	border-radius: 26px;
	position: relative;
	overflow: hidden;
}
.hsmain__infor input {
	width: 100%;
	height: 100%;
	line-height: 50px;
	padding-left: 25px;
}
.hsmain__infor a,
.hsmain__infor input {
	border: none;
}
.hsmain__infor a {
	position: absolute;
	top: 0;
	right: 0;
	height: 50px;
	line-height: 30px;
	font-size: 20px;
	border-radius: 0;
}
.hsmain__welfareUl {
	margin-left: 30px;
}
.hsmain__welfareUl li {
	height: 218px;
	margin-left: 90px;
}
.hsmain__welfareUl li p {
	text-align: center;
	font-weight: 500;
	font-size: 16px;
}
.hsmain__welServerUl li {
	border: none;
}
.hsmain__welServerUl li p {
	padding: 0 20px;
	font-size: 16px;
}
.hsmain__welServerUl li:hover {
	box-shadow: none;
}
.hsmain__welServerUl .hsmain__liimg {
	background: url(/images/welfare_bg.png) no-repeat 0 0;
	width: 170px;
	height: 170px;
}
.hsmain__welServerUl .liimg2 {
	background-position: -200px 0;
}
.hsmain__welServerUl .liimg3 {
	background-position: -400px 0;
}
.hsmain__welServerUl .liimg4 {
	background-position: -600px 0;
}
.hsmain__welServerlistUl {
	position: relative;
}
.hsmain__welServerlistUl span.arrow {
	width: 63px;
	height: 45px;
	display: block;
	background: url(/images/welfare_bg.png) no-repeat 0 -200px;
	position: absolute;
}
.hsmain__welServerlistUl .arrow1 {
	top: 70px;
	left: 260px;
}
.hsmain__welServerlistUl .arrow2 {
	top: 70px;
	left: 570px;
}
.hsmain__welServerlistUl .arrow3 {
	top: 70px;
	left: 880px;
}
.hsmain__consult {
	width: 100%;
	height: 469px;
	background: url(/images/welfare_sever_bg.png) repeat-x 50%;
	position: relative;
}
.hsmain__consult a {
	position: absolute;
	bottom: 50px;
	left: 50%;
	margin-left: -150px;
	width: 300px;
	height: 70px;
	font-size: 35px;
	font-weight: 700;
	line-height: 40px;
	border-radius: 35px;
	text-align: center;
}
.hsmain__advantage {
	background: url(/images/advantage.jpg) no-repeat 50%;
	height: 460px;
}
.hsmain__advantinfo {
	position: absolute;
	left: 50%;
	margin-left: -230px;
	bottom: 30px;
}
.hsmain__advantinfo a {
	width: 120px;
	font-size: 18px;
	position: absolute;
	top: 0;
	right: 0;
	left: auto;
	height: 48px;
	line-height: 34px;
	border-radius: 0 24px 24px 0;
}
.about {
	width: 100%;
}
.about__inforwrap {
	width: 100%;
	padding: 60px 0 60px;
}
.about__infor {
	overflow: hidden;
	width: 1200px;
	margin: auto;
}
.about__infoleft {
	float: left;
	width: 426px;
	height: 233px;
	padding: 10px;
	border: 1px solid #eee;
}
.about__inforright {
	float: left;
	margin-left: 40px;
	width: 730px;
}
.about__inforright h3 {
	font-size: 30px;
	margin-bottom: 30px;
}
.about__inforright p {
	text-indent: 2em;
	font-size: 14px;
	line-height: 30px;
}
.about__honorwrap {
	width: 100%;
	background-color: #f5f5f5;
	padding: 30px;
}
.about__honor {
	width: 1200px;
	margin: auto;
	position: relative;
	padding-top: 67px;
}
.about__honor h3 {
	position: absolute;
	left: 50%;
	margin-left: -75px;
	top: 0;
	text-align: center;
	font-size: 30px;
	margin-bottom: 30px;
	z-index: 2;
}
.about__honorleft {
	width: 533px;
}
.about__honorleft img {
	margin-bottom: 20px;
}
.about__honorleft p {
	text-align: left;
	line-height: 38px;
}
.about__honorright {
	width: 567px;
	height: 473px;
	position: absolute;
	top: -30px;
	right: 0;
	z-index: 0;
}
.about__honorintrod {
	width: 100%;
	height: 321px;
	/* background: url(/images/about_04.png) repeat-x 50%; */
	background: url('//static.que360.com/que360/index/about_04.png') repeat-x 50%;
	color: #fff;
}
.about__honorintrod h3 {
	text-align: center;
	font-size: 30px;
	padding-top: 48px;
	margin-bottom: 30px
}
.about__honorintrod p {
	width: 1110px;
	margin: auto;
	line-height: 30px;
}
.about__dynamicwrap {
	width: 100%;
	overflow: hidden;
	padding-bottom: 60px;
}
.about__dynamic {
	width: 1200px;
	margin: auto;
	padding-top: 30px;
}
.about__dynamic h3 {
	font-size: 30px;
	text-align: center;
	margin-bottom: 30px;
}
.about__dynamicleft {
	float: left;
	width: 593px;
	height: 304px;
	padding: 10px;
	border: 1px solid #eee;
}
.about__dynamicright {
	width: 562px;
	float: right;
}
.about__dynamicright li {
	height: 45px;
	border-bottom: 1px dashed #eee;
}
.about__dynamicright a {
	line-height: 45px;
	position: relative;
	padding-right: 200px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}
.about__dynamicright a span {
	position: absolute;
	/*top: 0;*/
	right: 10px;
}
.about__dynamicright a:hover {
	color: #22a666;
}
.about__positionwrap {
	width: 100%;
	background-color: #f5f5f5;
	padding-bottom: 50px;
}
.about__position {
	width: 1200px;
	margin: auto;
	overflow: hidden;
}
.about__position h3 {
	padding-top: 30px;
	font-size: 30px;
	text-align: center;
	padding-bottom: 50px;
}
.about__positionleft {
	width: 610px;
	height: 320px;
	border: 1px solid #ccc;
	padding: 10px;
	float: left;
	background-color: #fff;
}
.about__positionright {
	float: right;
	width: 540px;
}
.about__positionright h5 {
	font-size: 26px;
	color: #333;
}
.about__position1 {
	border-bottom: 1px solid #ccc;
	padding: 16px 0 15px 0;
}
.about__position1 p {
	line-height: 23px;
}
