/*聚诚在线（jc128.net）安全--简单--易用*/
.banner .content .sub,.banner .content .sub a{
	color: #fff;
    font-size: 20px;
    font-weight: 600;
}
.banner .content .sub a{
	display: contents
}
.about_us .content .title {
    line-height: 1.5;
}

.paging .nav_box .pagination {
  display: flex;
  justify-content: center;
}
.paging .nav_box a {
  display: inline-block;
  color: #8AC0FB;
  padding: 10px 17px;
  font-size: 18px;
  line-height: 1.3333333;
  text-decoration: none;
  background: #fff;
  margin: 0 3px;
  border: 1px solid #ddd;
  width: auto;
}
.pagination>a:first-child, .pagination>a:first-child>span {
    margin-left: 0;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.pagination>a:last-child, .pagination>a:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.paging .nav_box .pagination a.page-num-current {
  color: #fff;
  background-color: #8AC0FB;
  border-color: #8AC0FB;
}
.details .lead p{
    font-size: 14px;
    line-height: 2.2;
    padding: 6px 0;
    font-weight: 400;
}
.maximg img{
	max-width: 100%;
	height: auto !important;
}
.search_div{
	position: fixed;
	z-index: 9;
	background: #fff;
	width: 100%;
}
.over9 {
  display: -webkit-box;
  /*word-break: break-all;*/
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 9;
  overflow: hidden;
  text-overflow: ellipsis;
}

.imgzb{
    float: right;
    margin-left: 15px;
}

@media screen and (max-width: 992px) {
    .imgzb{
        float: right;
        margin-left: 0;
        width: 100%;
        margin-bottom: 15px;
    }
}




