body {
	margin: 0 0;
	font-family: "微软雅黑";
	background-color: #f6f6f6;
}

.clear {
	clear: both;
}

/*内容部分*/
.content {
	width: 100%;
}

/*顶部标题部分*/
.topTittle {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
	position: fixed;
	top: 0;
	height: 48px;
	z-index: 1000;
	box-sizing: border-box;
	overflow: hidden;
	border-bottom: 1px solid #efefef;
}

.topTittle .logo {
	float: left;
	margin-left: 10px;
	height: 22px;
	margin-top: 13px;
}

/*.topTittle .search{
	width: 5%;
	float: right;
	margin-right: 8px;
	margin-top: 5px;
}*/
.topTittle .search-box {
	float: right;
	margin-right: 7px;
	position: relative;
	border-radius: 4px;
	border: 1px solid #ececec;
	width: 50%;
	margin-top: 7px;
}

.topTittle .search-box input {
	height: 32px;
	outline: none;
	background-color: #fff;
	padding: 0 10px;
	font-size: 13px;
	padding-right: 30px;
	width: 100%;
	box-sizing: border-box;
	border: none;
}

.topTittle .search-btn {
	width: 32px;
	position: absolute;
	top: 0;
	right: 0;
	box-sizing: border-box;
	background: url(/public/site/img/help/sousuo.png) no-repeat center;
	background-size: 18px;
	height: 31px;
}

/*主题内容部分*/
.mainBox {
	width: 100%;
	background-color: #f6f6f6;
	overflow-y: auto;
}

/*轮播图*/
.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 14px;
	background: #fff;  /* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-slide img {
	width: 100%;
}

/*了解产品模块*/
.productBox {
	width: 100%;
}

/*产品模块标题*/
.productBox .productTittle {
	text-align: center;
}

.productTittle .tittleFirst {
	color: #666;
	font-size: 16px;
	padding-top: 4%;
}

.productTittle .tittleSecond {
	color: #A3A3A3;
	font-size: 13px;
	line-height: 36px;
	padding-bottom: 4px;
}

/*产品模块列表*/
.productContent .productList {
	width: 25%;
	text-align: center;
	float: left;
	padding: 6px 0;
}

.productContent .productList img {
	width: 40%;
}

.productContent .productList span {
	display: block;
	color: #666;
	font-size: 13px;
    line-height: 1.5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*搜索*/
.productSearch {
	width: 95%;
	background-color: #fff;
	margin: 16px auto;
	color: #666;
	font-size: 14px;
	padding: 0 10px;
	box-sizing: border-box;
	border-radius: 3px;
}

.introduceDetailList:last-child:after {
	height: 0;
}

/*产品介绍列表*/
.productIntroduce {
	width: 95%;
	margin: 16px auto;
	color: #666;
	font-size: 14px;
}

.productIntroduce .introduceList {
	margin-bottom: 8px;
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 1px 1px 1px #eee;
}

.introduceList .introduceTittle {
	padding: 7px 0;
}

.introduceList .introduceTittle span {
	display: block;
	float: left;
	height: 30px;
	line-height: 30px;
	margin-left: 7px;
	max-width: 230px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.introduceList .introduceTittle .newPic {
	width: 30px;
	float: left;
	margin-left: 8px;
	height: 30px;
	border-radius: 3px;
}

.introduceList .introduceTittle .row-down {
	float: right;
	width: 14px;
	margin-right: 11px;
	margin-top: 13px;
}

.introduceDetail {
	padding: 0;
	margin: 0 8px;
	display: none;
}

.introduceDetailList:last-child:after {
	height: 0;
}

.introduceDetailList p {
	margin: 0 0;
	line-height: 1.6;
}

.introduceDetailList a {
	display: block;
	padding: 9px 0;
	padding-right: 30px;
	background: url(/public/site/img/help/icon-right.png) no-repeat right center;
	background-size: 12px;
}

.introduceDetailFirst {
	color: #666;
	font-size: 14px;
}

.introduceDetailSecond {
	color: #A3A3A3;
	font-size: 12px;
	padding-bottom: 2px;
}

.active {
	display: block;
}

/*中间线*/
.line {
	height: 8px;
	background-color: #f6f6f6;
	width: 100%;
}