/* 取消页面全局内外边距 */

* {
	margin: 0;
	padding: 0;
	
}


/* 设置全局大小 */

body {
	min-width: 1200px;
	background: #fff;

	font-family: Microsoft Yahei;
}


/* 中间内容设置 */

.content {
	width: 1200px;
	margin: auto;
}


/* 设置文本超链接a */

a {
	text-decoration: none;
	color: #333;
}


/*===== 统一设置列表的margin和padding，以及列表表形式 =====*/

ul,
ol {
	list-style: none;
	margin: 0;
	padding: 0;
}


/* input样式设置 */

input,
button {
	outline: none;
	height: 25px;
}


/*===== 去除个别浏览器图片底部的几个像素，以及设置图片形式链接无边框 =====*/

img {
	vertical-align: middle;
}

a img {
	border: 0 none;
}

.hide {
	display: none;
}

.show {
	display: block;
}


/* 浮动 */

.float-left {
	float: left;
}

.float-right {
	float: right;
}


/* 文本位置 */

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.text-left {
	text-align: left;
}

/* 清楚浮动 */
.flo:after {
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
	clear: both;
}

/*兼容IE浏览器*/
.flo {
	zoom: 1;
}
/* 头部导航 header*/

header {
	width: 1200px;
	background: #fff;
	text-align: left;
	margin: auto;
}

header nav {
	display: inline-block;
}

header nav>div {
	display: inline-block;
	text-align: center;
}

header nav>div a {
	width: 64px;
	display: inline-block;
	margin-left: 35px;
	height: 74px;
	line-height: 74px;
	font-size: 16px;
	color: #6d6d6d;
	border-bottom: 3px solid #fff;
	border-top: 3px solid #fff;
	font-weight: normal;
}

header nav h1 {
	display: inline-block;
	font-size: 16px;
	font-weight: normal;
}


/* header nav:nth-child(2){display: flex;justify-content: space-between;text-align: center;} */

header nav img {
	width: 120px;
	height: 50px;
}

header>div {
	width: 205px;
	height: 30px;
	background-color: #ececec;
	border-radius: 15px;
	display: inline-block;
	float: right;
	margin-top: 25px;
}

header input {
	width: 140px;
	height: 30px;
	border: none;
	outline: none;
	background: none;
	font-size: 14px;
	margin-left: 15px;
	line-height: 30px;
}

header button {
	width: 50px;
	height: 30px;
	background: none;
	border: none;
	outline: none;
	border-radius: 0px 15px 15px 0px;
	margin-right: -15px;
}

header button:hover {
	background: #5bcdc5;
}

header button img {
	vertical-align: text-bottom;
}


/* 字体包 */

@font-face {
	font-family: "hxbnst";
	src:
		url("../font/hxbnst.ttf"),
		url("../font/hxbnst.otf"),
		url("../font/hxbnst.woff"),
		url("../font/hxbnst.eot");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "Playfair Display";
	src: url("../font/PlayfairDisplay-Italic-6.ttf"),
	url("../font/PlayfairDisplay-Italic-6.otf"),
	url("../font/PlayfairDisplay-Italic-6.woff"),
	url("../font/PlayfairDisplay-Italic-6.eot");
	font-weight: normal;
	font-style: normal;
}

.banner-font div a:hover {
	background: #F1ECEC;
}


/* 默认导航 */

.action {
	border-top: 3px solid #5bcdc5;
	color: #5bcdc5;
}


/* 导航滑动 */

header nav div a:hover {
	border-top: 3px solid #5bcdc5;
	color: #5bcdc5;
}

.aheader {
	color: #5bcdc5;
}


/* 底部 */

footer {
	width: 100%;
	background: #333333;
	text-align: center;
	min-width: 1200px;
	padding-top: 45px;
	padding-bottom: 45px;
}

.footer-div {
	width: 1200px;
	margin: auto;
}

.footer-div>div {
	display: inline-block;
}

.footer-div1 {
	vertical-align: top;
	position: relative;
}

.footer-div1 span {
	color: #feffff;
	font-size: 12px;
	letter-spacing: 1px;
	position: absolute;
	display: inline-block;
	width: 184px;
	top: 176px;
	left: 0px;
}

.footer-div2 {
	margin-left: 55px;
	vertical-align: top;
	text-align: left;
}

.footer-div2 p {
	color: #afafaf;
	margin-top: 10px;
}

.footer-div2 div {
	width: 275px;
	height: 1px;
	background-color: #afafaf;
	opacity: 0.3;
	margin-top: 20px;
	margin-bottom: 10px;
}

.footer-div2 img {
	vertical-align: bottom;
	margin-right: 15px;
}

.footer-div2 p:nth-child(1) {
	margin-top: 20px;
}

.footer-div2 p:nth-child(1) img {
	margin-right: 20px;
}

.footer-div3 {
	text-align: left;
	margin-left: 97px;
	vertical-align: top;
}

.footer-div4 {
	text-align: left;
	margin-left: 55px;
	vertical-align: top;
}

.footer-div5 {
	width: 320px;
	float: right;
	/* margin-left: 55px; */
}

.footer-div5 p {
	text-align: left;
	font-size: 16px;
	font-weight: normal;
	line-height: 26px;
	color: #afafaf;
	opacity: 0.5;
	width: 320px;
	letter-spacing: 0px;
}

.footer-div .h6 {
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #ffffff;
	margin-bottom: 30px;
	text-align: left;
}

.footer-div a {
	display: block;
	font-size: 16px;
	font-weight: normal;
	line-height: 26px;
	letter-spacing: 1px;
	color: #afafaf;
}

.footer-div a:hover {
	color: #72cec8;
}

.footer-p {
	text-align: center;
	font-size: 14px;
	color: #999999;
	margin-top: 40px;
}

.footer-p a {
	color: #72cec8;
	margin-left: 20px;
}

.footer-p a:nth-child(1) {
	margin-left: 0px;
}

.footer-p a:nth-child(4) {
	margin-left: 0px;
}

.footer-p a:hover {
	color: #fff;
}


/* 分页 */

.page {
	margin-top: 30px;
	margin-bottom: 50px;
	text-align: center;
}

.page .h6 {
	display: inline-block;
	width: 68px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	background-color: #ffffff;
	box-shadow: 0px 0px 4px 0px rgba(157, 157, 157, 0.44);
	border-radius: 12px;
	font-size: 14px;
	font-weight: normal;
	cursor: pointer;
	margin-left: 20px;
}

.page .h6:nth-child(1) {
	margin-right: 20px;
	margin-left: 0px;
}

.page .h6:hover {
	color: #dddddd;
}

.page span {
	width: 28px;
	height: 28px;
	background-color: #ffffff;
	box-shadow: 0px 0px 4px 0px rgba(157, 157, 157, 0.44);
	text-align: center;
	line-height: 28px;
	border-radius: 100%;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 14px;
	cursor: pointer;
	display: inline-block;
}

.page a {
	width: 28px;
	height: 28px;
	background-color: #ffffff;
	box-shadow: 0px 0px 4px 0px rgba(157, 157, 157, 0.44);
	text-align: center;
	line-height: 28px;
	border-radius: 100%;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 14px;
	cursor: pointer;
	display: inline-block;
}

.page .current {
	color: #fff;
	background: #6ED4CC;
}

.page .page-span {
	color: #fff;
	background: #6ED4CC;
}

.page span:hover {
	color: #fff;
	background: #6ED4CC;
}

.page a:hover {
	color: #fff;
	background: #6ED4CC;
}


/* 特点隐藏 */

.features-span {
	display: none;
}

.installed-top-h1-a {
	display: inline-block;
	font-size: 14px;
	color: #333;
	font-weight: normal;
}

.installed-top-h1-b {
	display: inline;
	font-size: 14px;
	color: #666666;
	font-weight: normal;
}

.installed-top-h1-a {
	display: inline-block;
	font-size: 14px;
	color: #333;
	font-weight: normal;
}

.installed-top-h1-b {
	display: inline;
	font-size: 14px;
	color: #666666;
	font-weight: normal;
}

.video-top-h1-a {
	display: inline-block;
	font-size: 14px;
	color: #333;
	font-weight: normal;
}

.video-top-h1-b {
	display: inline;
	font-size: 14px;
	color: #666666;
	font-weight: normal;
}


.top-r {
	display: inline-block;
	vertical-align: top;
	width: 15px;
	height: 15px;
	border: solid #333 1px;
	border-radius: 100%;
	text-align: center;
	transform: scale(0.73);
	margin-left: -10px;
	-webkit-transform: scale(0.73);
	-moz-transform: scale(0.73);
	-ms-transform: scale(0.73);
	-o-transform: scale(0.73);
}

.top-r .top-span {
	display: inherit;
	position: relative;
	top: 1px;
	font-size: 12px;
	color: #333;
	vertical-align: top;
	font-family: Helvetica Neue, 'Arial', sans-serif;

}

.banner-font .h2 .top-r {
	border: solid #fff 1px;
	letter-spacing: 0px;
	margin-top: -8px;
	margin-left: 0px;
	margin-right: 10px;
}

.banner-font .h2 .top-span {
	display: inherit;
	position: relative;
	top: 1px;
	font-size: 12px;
	color: #fff;
	vertical-align: top;
	line-height: normal;
	letter-spacing: 0px;
	font-weight: normal;

}