html, body {
	min-width: 1260px;
	width: 100%;
	overflow-x: auto;
}

@font-face {
	font-family: 'siyuanlight';
	src: url('../font/SourceHanSansCN-Light.ttf');
}

@font-face {
	font-family: 'siyuanmedium';
	src: url('../font/SourceHanSansCN-Medium.ttf');
}

@font-face {
	font-family: 'siyuannormal';
	src: url('../font/SourceHanSansCN-Normal.ttf');
}

@font-face {
	font-family: 'siyuanregular';
	src: url('../font/SourceHanSansCN-Regular.ttf');
}

@font-face {
	font-family: 'regular';
	src: url("../font/59--Regular-Regular.TTF") format("truetype");
	font-weight: normal;
	font-style: normal;
}

#header {
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	background-color: #656565;
}

#header .w {
	height: 100%;
	height: 40px;
	line-height: 40px;
}

#header .head-right {
	float: right;
}

#header .lazy_speak {
	margin-right: 112px;
	float: left;
}

#header .lazy_speak img {
	display: inline-block;
	line-height: 40px;
	vertical-align: middle;
}

#header .tel {
	line-height: 40px;
	float: right;
}

#header .tel img {
	display: inline-block;
	line-height: 40px;
	vertical-align: middle;
}

#header .tel p {
	display: inline-block;
	color: white;
}

#nav {
	height: 80px;
	line-height: 80px;
	/* 	background-color: #2A2C2B; */
}

#nav .w {
	height: 100%;
}

#nav .w .logo {
	float: left;
}

#nav .w .logo a {
	display: inline-block;
	height: 80px;
	line-height: 80px;
}

#nav .w .logo a img {
	display: inline-block;
	line-height: 80px;
	vertical-align: middle;
}

#nav .w ul {
	height: 100%;
	float: right;
}

#nav .w ul li {
	width: 140px;
	height: 98%;
	box-sizing: border-box;
	float: left;
}

#nav .w ul li a {
	color: #929292;
	height: 100%;
	display: block;
	margin-left: 36px;
	text-align: center;
}

#nav .w ul .cur {
	color: #5167AF;
}

.banner {
	overflow: hidden;
}

.banner img {
	width: 100%;
	display: block;
}

.hack {
	height: 140px;
	background: #2a62af;
}

.hack .w {
	height: 100%;
}

.hack .w .title {
	height: 240px;
}

.hack .w .title .title-box {
	padding-top: 90px;
}

.hack .w .title p {
	font-size: 12px;
	color: #959595;
	text-align: center;
	margin-bottom: 12px;
}

.hack .w .title h2 {
	font-size: 20px;
	font-weight: 100;
	color: #333;
	width: 100%;
	text-align: center;
	position: relative;
}

.hack .w .title h2:before {
	content: '';
	position: absolute;
	top: 52%;
	background: #3f80d2;
	width: 7%;
	left: 30%;
	height: 1px;
}

.hack .w .title h2:after {
	content: '';
	position: absolute;
	top: 52%;
	background: #3f80d2;
	width: 7%;
	right: 30%;
	height: 1px;
}

.hack .w .list {
	width: 100%;
}

.hack .w .list dl {
	width: 300px;
	padding-left: 35px;
	height: 140px;
	/*border: 1px solid #ddd;*/
	float: left;
	text-align: center;
	/*margin-right: 20px;*/
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	position: relative;
}

.hack .w .list dl.border::before {
	content: "";
	height: 100%;
	width: 1px;
	background: #3173ce;
	position: absolute;
	right: 0;
}

.hack .w .list dl.borderaf::after {
	content: "";
	height: 100%;
	width: 1px;
	background: #3173ce;
	position: absolute;
	right: 0;
}

.hack .w .list dl.cur {
	background: #3373cb;
}

.hack .w .list .active {
	background: #0bb4f6;
	color: white;
}

.hack .w .list dl dt {
	height: 140px;
	line-height: 140px;
	float: left;
}

.hack .w .list dl dt img {
	vertical-align: middle;
	display: inline-block;
}

.hack .w .list dl dd {
	/*float: left;*/
	text-align: center;
	display: inline-block;
	margin: 44px auto;
}

.hack .w .list dl dd p {
	color: white;
	width: auto;
	margin: auto;
	line-height: 25px;
}

.hack .w .list dl dd p:nth-of-type(odd) {
	font-size: 18px;
}

.hack .w .list dl dd p:nth-of-type(even) {
	font-size: 16px;
}

.life {
	height: 600px;
	background: #eee;
	background-size: cover;
}

.life .w .title {
	height: 186px;
	line-height: 192px;
	position: relative;
	text-align: center;
	color: black;
	font-size: 24px;
}

.life .w .title::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 30px;
	width: 70px;
	margin-left: -35px;
	height: 4px;
	background: #0084c8;
}
/*.life .w .title:before {
	content: '';
	position: absolute;
	top: 52%;
	background: #aaa;
	width: 10%;
	left: 30%;
	height: 1px;
}

.life .w .title:after {
	content: '';
	position: absolute;
	top: 52%;
	background: #aaa;
	width: 10%;
	right: 30%;
	height: 1px;
}*/
.life .w .life_list dl {
	width: 240px;
	height: 180px;
	float: left;
	text-align: center;
}

.life .w .life_list dl dt {
	height: 101px;
}

.life .w .life_list dl dt img {
	vertical-align: middle;
	display: inline-block;
	margin: 20px auto;
}

.life .w .life_list dl dd {
	color: black;
	margin-top: 20px;
}

.demo {
	/* height: 600px; */
	
}

.demo .w {
	overflow: hidden;
}

.demo .w .title {
	height: 240px;
}

.demo .w .title .title-box {
	padding-top: 90px;
}

.demo .w .title p {
	font-size: 12px;
	color: #959595;
	text-align: center;
	margin-bottom: 12px;
}

.demo .w .title h2 {
	font-size: 24px;
	font-weight: 400;
	color: black;
	width: 100%;
	height: 100%;
	text-align: center;
	position: relative;
}

.demo .w .title h2::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -50px;
	width: 70px;
	margin-left: -35px;
	height: 4px;
	background: #0084c8;
}
/*.demo .w .title h2:before {
	content: '';
	position: absolute;
	top: 52%;
	background: #3f80d2;
	width: 7%;
	left: 28%;
	height: 1px;
}

.demo .w .title h2:after {
	content: '';
	position: absolute;
	top: 52%;
	background: #3f80d2;
	width: 7%;
	right: 28%;
	height: 1px;
}*/
.demo .w .lunbo  .active {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	display: block;
}

.demo .w .lunbo {
	position: relative;
	width: 3600px;
}

.demo .w .lunbo .pic_box {
	float: left;
	overflow: hidden;
	height: 333px;
	width: 1200px;
	display: block;
}

.demo .w .lunbo ul {
	width: 50%;
	margin-top: 350px;
	position: absolute;
	left: 50%;
	margin-left: -25px;
}

/* .demo .w .lunbo ul li {
	height: 4px;
	width: 50px;
	background: #e5e5e5;
	margin-right: 20px;
	cursor: pointer;
	float: left;
}

.demo .w .lunbo ul li.active {
	background: #3f80d2;
} */

/* #footer {
	background: #0E7CE0;
} */
#footer .w {
	padding-top: 51px;
	padding-bottom: 24px;
	display: block;
	overflow: hidden;
}

#footer .w .left {
	display: flex;
	/* justify-content: space-between;
	flex-direction: row; */
	width: 60%;
	margin: 0 auto;
}

#footer .w .left>div {
	float: left;
}

#footer .w .left .item {
	float: left;
	color: #595D5D;
	font-size: 16px;
	font-family: siyuanmedium;
}

#footer .w .left .item h2 {
	/* font-weight: 100; */
	
}

#footer .w .left .item h2 p {
	font-size: 16px;
}

#footer .w .left .item .abox {
	margin-top: 10px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

#footer .w .left .item .abox a {
	color: #595D5D;
	font-size: 16px;
	display: block;
}

#footer .w .left .item .abox p {
	font-size: 16px;
	line-height: 24px;
	display: block;
}

#footer .w .left .item .abox a:hover {
	color: #888;
}

#footer .w .left .last {
	margin-right: 10px;
}

#footer .w .right {
	float: right;
	color: #595D5D;
}

#footer .w .right h2 {
	
}

#footer .w .right h2 p {
	font-size: 16px;
}

#footer .w .right .abox {
	/* margin-top: 10px; */
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

#footer .w .right .abox p {
	font-size: 16px;
	/* line-height: 24px; */
	display: block;
}

#footer .copy {
	position: relative;
	text-align: center;
	line-height: 30px;
	font-size: 13px;
	font-family: siyuannormal;
	padding: 30px 0 12px 0;
}

#footer .copy .line {
	position: absolute;
	display: block;
	width: 100%;
	height: 1px;
	background: #595D5D;
	top: 15px;
}

#footer .copy .line_content {
	display: inline-block;
	position: relative;
	margin: 0 auto;
	text-align: center;
	font-size: 12px;
	background: #204a9c;
	color: #595D5D;
	z-index: 2;
}

#footer .copy .beian {
	display: inline-block;
	position: relative;
	margin: 0 auto;
	text-align: center;
	padding: 0 20px;
	color: #595D5D;
	font-size: 13px;
	z-index: 2;
}

#footer .copy .beian .beian_link {
	color: #595D5D;
}

/* .menu {
	margin-top: 30px;
	margin-bottom: 20px;
} */
.menu .w .logo {
	float: left;
}

.nav .logo a {
	height: 30px;
	line-height: 67px;
}

.nav .logo a img {
	display: inline-block;
	line-height: 67px;
	vertical-align: middle;
	margin-top: -4px;
	width: 164px;
	border: none;
}

.nav {
	/* display: flex;
	flex-direction: row; */
	width: 78%;
	height: 67px;
	margin: 0 auto;
}

/** 主页footer */
/* .home_footer {
	background: #fff !important;
}

.home_footer .w .left .item {
	color: #000000 !important;
}

.home_footer .w .left .item .abox a {
	color: #000000 !important;
}

.home_footer .w .left .item .abox a:hover {
	color: #888 !important;
}

.home_footer .w .right {
	color: #000000 !important;
}

.home_footer .copy .line {
	background: #888 !important;
}

.home_footer .copy .line_content {
	background: #fff !important;
	color: #888 !important;
}

.home_footer .copy .beian {
	background: #fff !important;
	color: #888 !important;
}

.home_footer .copy .beian .beian_link {
	color: rgba(136, 136, 136, 0.89) !important;
} */
.resetH1 {
	font-size: 15px;
	font-weight: normal;
	margin: 0 0;
}

.resetPartH2 {
	font-size: 32px;
	display: inline;
	font-weight: normal;
}

.resetSmartHostPartH2 {
	font-size: 32px;
	display: inline;
	font-weight: unset;
}

.resetQwznPartH2 {
	font-size: 28px;
	font-weight: normal;
}