html,body{
  font-family: Arial, "Microsoft YaHei", "PingHei", "STHeitiSC-Light", "SF Pro SC", "SF Pro Text", "PingFang SC", "Helvetica Neue", "Helvetica";
}
/* 服务声明 */
.nav-warp{
  position: relative;
  background: #fff;
}

/* 声明 */
.statement-content{
  width: 1200px;
  background: #fff;
  margin: 66px auto 0;
  padding: 20px 8px 81px;
  box-sizing: border-box;
}
.statement-content>h4{
  text-align: center;
  font-size: 25px;
	letter-spacing: 0px;
  color: #28517E;
  margin-bottom: 10px;
}
.statement-content>h4:last-of-type{
  margin-bottom: 30px;
}
.statement-content>p{
  width: 1172px;
	background-color: #f6f6f6;
	border-radius: 2px;
  font-size: 16px;
  line-height: 24px;
	text-indent: 2em;
  color: #333333;
  padding: 10px 19px 10px 0;
  box-sizing: border-box;
}
.statement-content>.one-p{
  padding-top: 0;
}
.statement-content>.two-p{
  padding-bottom: 0;
}
.statement-content>ul{
  margin-top: 28px;
}
.statement-content>ul>li>h6{
  height: 25px;
  font-size: 20px;
  color: #28517E;
  margin-bottom: 17px;
  display: flex;
  overflow: hidden;
  justify-content: start;
}
.statement-content>ul>li>h6>span{
	font-size: 20px;
	font-weight: 600;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #28517E;
}
.statement-content>ul>li>h6>p{
  height: 25px;
  flex: auto;
}
.statement-content>ul>li>h6>p::after{
  display: inline-block;
  content:"";
  width: 100%;
  flex: auto;
	height: 1px;
  border-bottom: dashed 1px #cccccc;
  vertical-align: bottom;
  margin-left: 10px;
}
.statement-content>ul>li>p{
  width: 1153px;
  font-size: 16px;
  line-height: 26px;
  color: #333333;
  text-indent: 2em;
  margin-bottom: 20px;
  margin-left: 5px;
}
.statement-content>ul>li>div{
  font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
  color: #666666;
  margin-bottom: 22px;
}
.statement-content>ul>li>ul{
  height: 185px;
  margin-left: 34px;
  margin-bottom: 60px;
}
.statement-content>ul>li>ul>li{
  font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
  color: #666666;
  margin-bottom: 10px;
}

/* 返回上一页 */
.back-previous>button{
  display: block;
  width: 203px;
  height: 42px;
	background-color: #ffffff;
  border-radius: 2px;
  font-size: 14px;
  text-align: center;
  line-height: 42px;
	color: #666666;
  margin: 51px auto 0;
  cursor: pointer;
}

/* 底部 */