/*banner部分*/
.info-box {
	height: 100%;
}

.info-nav {
	position: relative;
	height: 400px;
	padding-top: 128px;
	padding-bottom: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	box-sizing: border-box;
}
.info-banner {
	position: relative;
	height: 400px;
	width: 100%;
	min-width: 1220px;
	background: linear-gradient(180deg, #0080ff 0%, #0080ff3b 50%, rgba(255, 255, 255, .9) 100%);
	overflow: hidden;
}

.product-info {
	padding-top: 0;
	text-align: center;
	flex: 0 0 auto;
}

.product-info-title {
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 12px;
	line-height: 1.2;
}

.product-info-title .title-prefix {
	color: #000000;
}

.product-info-title .title-main {
	color: #ff0000;
}

.product-info-subtitle {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 20px;
	line-height: 1.4;
}

.product-info-detail {
    margin-top: 10px;
    width: 720px;
    font-size: 14px;
    color: #ffffff;
    line-height: 30px;
}
.product-info-btn {
	margin: 0 0 20px;
	text-align: center;
	flex: 0 0 auto;
}

.product-info-btn a {
	display: inline-block;
	width: 130px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 15px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;
}

.info-btn1 {
	background: #ff6600;
	color: #ffffff;
	margin-right: 20px;
}
.info-btn1:hover {
	background-color: #ff8533;
	color: #ffffff;
}

.info-btn2 {
	background: #ffffff;
	border: solid 1px #d9d9d9;
	color: #000000;
}
.info-btn2:hover {
	background-color: #f5f5f5;
	color: #000000;
}

.product-features {
	display: flex;
	justify-content: center;
	gap: 36px;
	margin-top: 0;
	flex: 1 1 auto;
	flex-wrap: wrap;
	max-width: 1220px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 20px;
	align-items: flex-start;
	overflow: hidden;
}

.feature-item {
	width: 260px;
	text-align: left;
	flex: 0 0 auto;
}

.feature-title {
	font-size: 16px;
	font-weight: bold;
	color: #1890ff;
	margin-bottom: 8px;
}

.feature-content {
	font-size: 13px;
	color: #000000;
	line-height: 20px;
}
a.info-btn3 {
	margin-left: 20px;
	background: #fff;
	color: #059fff;
	border: 1px solid #059fff;
	line-height: 35px;
}
.margin-left-0 {
	margin-left: 0!important;
}
.product-info-stand {
	/* margin-top: 25px; */
	/* padding-left: 30px; */
	/* background: url(img/introduce_tip.png) no-repeat left center; */
	font-size: 12px;
	margin-bottom: 14px;;
	font-weight: normal;
	font-stretch: normal;
	/* line-height: 48px; */
	letter-spacing: 0px;
	color: #fff;
}

.product-info-stand a {
	margin: 0px 2px;
	display: inline-block;
	color: #059fff;
}
/*公共标题*/
.module-title {
	position: relative;
	height: 32px;
	line-height: 32px;
	text-align: center;
}
.module-title .module-title-name {
	display: inline-block;
	padding-right: 15px;
	font-size: 26px;
	color: #333;
}
/* .module-title .group-span {
	float: right;
    margin-top: -25px;
	margin-left: 20px;
    width: 100%;
    height: 20px;
	font-size: 14px;
    display: inline-block;
    background: url(img/line_ico.png) repeat-x;
    z-index: 10;
} */
.group-title {
	font-size: 18px;
	color: #333;
}
/* 常见问题 */
.fff .faq-wrap{
	background: #fff;
	display: none !important; /* 隐藏常见问题模块 */
}
.faq-wrap{
	background-color: #f7f8fa;
	padding: 60px 0;
	display: none !important; /* 隐藏常见问题模块 */
}
.qa-box {
	margin: 50px 0px 40px 0px;
}
.qa-box li {
	position: relative;
	float: left;
	width: 364px;
	height: 240px;
	/* border-left: 1px dashed #eee; */
	background: #fff;
	margin:0 20px
}
.qa-box li:first-child {
	border-left: 0px;
}
.qa-title {
	position: relative;
	height: 36px;
	line-height: 36px;
	margin-top: 22px;
	/* background-image: url(img/introduce_question.png); */
	/* background-repeat: no-repeat; */
}
.qa-title1 {
	background-position: 30px 0;
}
.qa-title2 {
	background-position: 30px -46px;
}
.qa-title3 {
	background-position: 30px -92px;
}
.qa-title span {
	display: inline-block;
	margin-left: 30px;
	font-size: 18px;
	color: #333;
}
.qa-title a {
	position: absolute;
	right: 22px;
	top: 0px;
	display: inline-block;
	font-size: 12px;
	color: #0080ff;
}
.qa-box-list {
	margin-left: 30px;
	margin-top: 8px;
	margin:8px 0px 0px 30px;
}
.qa-box-list a {
	position: relative;
	display: block;
	padding-left: 6px;
	font-size: 12px;
	color: #666;
	height: 30px;
	line-height: 30px;
	width: 240px;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	white-space: nowrap;
}
.qa-box-list a:before {
	position: absolute;
	left: 0px;
	top: -4px;
	content: ".";
	font-size: 12px;
	color: #333;
}
/*根据屏幕决定定位*/
