.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%;
}

.about__infor {
	overflow: hidden;
	width: 1100px;
	margin: auto;
}
.about__infor h1{

}
.about__infor p {
	text-indent: 2em;
	font-size: 16px;
	line-height: 24px;
	color: #7d889c;
	margin-bottom: 30px;
}
.about__honorwrap {
	width: 100%;
	background-color: #fafbfc;
}
.about__honor {
	width: 1200px;
	margin: auto;
	position: relative;
}
.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: 640px;
	/* float: left; */
	margin: 0 auto;
}
.about__honorleft img {
	margin-bottom: 20px;
}
.about__honorleft p {
	text-align: left;
	line-height: 38px;
	color: #7d889c;
	font-size: 16px;
	vertical-align: top;
}
.about__honorleft p b{
	font-weight: bold;
	color: #2e3748;
	display: inline-block;
	width: 152px;
}
.about__honorleft p span{
	display: inline-block;
	width: 487px;
	vertical-align: top;
}
.about__honorright {
	height: 312px;
	position: relative;
	left: 40px;
	top: 30px;
}
.about__honorintrod {
	width: 100%;
	height: 469px;
	background: url('/v3/images/1-6about_bg.png') repeat-x 50%;
	color: #fff;
}
.about__honorintrod p {
	margin: auto;
	line-height: 30px;
	font-size: 16px;
}
 
.about__positionwrap {
	width: 100%;
	background-color: #fafbfd;
	padding-bottom: 40px;
}
.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: 500px;
	height: 280px;
	border: 1px solid #ccc;
	float: left;
	background-color: #fff;
}
.about__positionright {
	float: left;
	width: 600px;
	padding-left: 30px;
	line-height: 30px;
}
.about__positionright h4 {
	font-size: 20px;
	color: #2e3748;
	line-height: 1;
	font-weight: bold;
}
.about__position1, .about__position2 {
	padding: 16px 0;
	font-size: 16px;
	line-height: 30px;
}
.about__position1{
	border-bottom: 1px solid #bcc3d0;
}
.about__position1 p {
	line-height: 30px;
}
.picture_list{
	margin-right: -40px;
	margin-bottom: 80px;
}
.picture_list::after{
	display: table;
	content: '';
	clear: both;
}
.picture_list li{
	margin-right: 40px;
	width: 340px;
	height: 220px;
	float: left;
}
.picture_list li img{
	display: block;
	width: 100%;
	height: 100%;
}
.about_wrap{
	overflow: hidden;
	width: 1100px;
	margin: auto;
	padding-bottom: 25px;
}
.about_wrap h2{
	font-size: 30px;
	line-height: 1;
	margin-top: 80px;
	margin-bottom: 80px;
	text-align: center;;
}
.feature6{text-align: center;}
.feature6 .feature6__box {
	width: 1000px;
	margin: 0 auto;
	margin-bottom: 5px;
}

.feature6 .feature6__box li {
	overflow: hidden;
	transition: box-shadow 0.3s;
}

.feature6 .feature6__box li:hover {
	border-radius: 4px;
	box-shadow: 0px 0px 16px #d2d7da;
}
.feature6 .feature6__box li:hover .feature6__boxCenter p{
	color: #21a8df !important;
}
.feature6 .feature6__box ul li > a{
	display: table;
	vertical-align: middle;
	padding: 2px;
	padding-left: 10px;
}
.feature6__box .feature6__boxLeft {
	width: 66px;
	height: 66px;
	text-align: center;
	margin-right: 24px;
	display: table-cell;
	vertical-align: middle;

}

.feature6__box .feature6__boxLeft p {
	font-size: 18px;
	color: #fff;
}
.feature6__boxCatalog{
	color: #000;
	width: 80px;
	overflow: hidden;
	display: table-cell;
	vertical-align: middle;
	padding-right: 20px;
}
.feature6__box .catalog_p{
	width: 80px;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	text-align: center;
}
.feature6__box .feature6__boxCenter {
	font-size: 16px;
	color: #2e3748;
	display: table-cell;
	vertical-align: middle;
	padding-left: 26px;
	position: relative;
	width: 779px;
	overflow: hidden;
	padding-right: 40px;
}

.feature6__boxCenter p {
	overflow: hidden;
	width: 601px;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: left;
	color: #434d60;
	/* height: 40px; */
	line-height: 40px;
}
.feature6__boxCenter::before {
	width: 1px;
	height: 16px;
	background: #87919e;
	position: absolute;
	top: 11px;
	left: 4px;
	content: '';
}
.feature6__boxRight {
	font-size: 16px;
	display: table-cell;
	vertical-align: middle;
}

.feature6__boxRight p {
	color: #606c82;
	padding-left: 12px;
}

.feature_tag_green, .feature_tag_1, .feature_tag_4{
	color: #78bc14;
	border: 1px solid #78bc14;
}
.feature_tag_orange, .feature_tag_2, .feature_tag_5{
	color: #ff9900;
	border: 1px solid #ff9900;
}
.feature_tag_blue, .feature_tag_3, .feature_tag_6{
	color: #21a8df;
	border: 1px solid #21a8df;
}
.btn-learn-more{
	height: 50px;
	width: 130px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	margin:50px auto;
	border: 1px solid #7d889c;
	border-radius: 35px;
	color: #7d889c;
	background: #fff;
	transition: all .2s;
}
.btn-learn-more:hover{
	box-shadow: 0px 0px 13px rgba(153, 153, 153, 0.16);
    color: #21a8df;
    border: 1px solid #21a8df;
}
.about_wrap_reset{
	width: 1000px;
}