/* header */
.header-box {
    /* height: 575px; */
    text-align: center;
}
.header-box .title {
    font-size: 77px;
    font-weight: 600;
    line-height: 77px;
    color: #FFFFFF;
    letter-spacing: 1.6rem;
    padding-top: 14.25rem;
    margin-bottom: 3.6875rem;
}
.header-box .explain{
    color: #FFFFFF;
    font-weight: 600;
    font-size: 46px;
    line-height: 46px;
    letter-spacing: 1.2rem;
}

/* 轮播图 */
.header-box .pc_imgBox{
    display: block;
    width: 100%;
    height: 600px;
    background-size: cover;
    background-position:  center;
    background-repeat: no-repeat;
  }
  .header-box  .m_imgBox{
    display: block;
    width: 100%;
  }
  .header-box .jump .lbBanner{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    /* background-color: red; */
    padding-top: 120px;
  }
  .header-box .jump .lbBanner img{
      display: block;
      margin-bottom: 30px;
  }
  .header-box .jump .lbBanner .jumpBtn{
      text-align: left;
      width: 114px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      border: 1px solid #fff;
      color: #fff;
  }
  /* 轮播图  end*/

/* 内容部分 */
.content {
    width: 100%;
}
.content .con-title {
    font-size: 32px;
    line-height: 32px;
    font-weight: bold;
    color: #333333;
    text-align: center;
}
/* 互联网安全认证云平台 */
.safety {
    max-width: 1200px;
    margin: 0 auto;
    padding: 5% 0;
}
.safety .row {
    display: flex;
    justify-content: space-around;
    margin-top: 5%;
}
.safety .row .col {
    max-width: 280px;
    height: 230px;
    background-color: #ffffff;
    text-align: center;
    padding: 0;
    box-shadow:0px 2px 4px 2px rgba(207,206,206,0.75);
}
.safety .row .col img {
    display: inline-block;
    height: 72px;
    margin-top: 38px;
}
.safety .row .col .icon-name {
    font-size: 18px;
    line-height: 18px;
    color: #333333;
    font-family: bold;
    margin: 6px 0 16px;
    font-weight: bold;
}
.safety .row .col .icon-explain {
    font-size: 14px;
    line-height: 14px;
    color: #666666;
    font-family: 400;
}
.safety .row .col a{
    display: inline-block;
    width: 100%;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #1C5FBA;
    margin-top: 10%;
    text-decoration: none;
}
.safety .row .col a:hover {
    color: #ffffff;
    background-color: #1C5FBA;
}
.describe {
    color: #333333 !important;
}
.safety .row .contract .icon-name {
    margin: 6px 0 0;
}
.safety .row .contract .icon-explain {
    margin: 8px 0;
}
.safety .row .col.contract a {
    margin-top: 2.4%;
}
.contract .free {
    width: 92px;
    color: #fff;
    padding: 3px 0;
    margin: 0 auto;
    background-color: #e21d27;
}

/* 服务保障 */
.ser-explain {
    font-size: 14px;
    line-height: 14px;
    color: #ffffff;
    font-weight: 400;
    margin-top: 1.2%;
    text-align: center;
}
.service-box {
    background: url('../images/hyser.png') no-repeat;
    background-size: 100% 100%;
}
.service-box .service {
    max-width: 1200px;
    margin: 0 auto;
    padding: 5rem 0 6rem;
}
.service-box .service .con-title {
    color: #FFFFFF;
}
.service-box .service .row {
    display: flex;
    justify-content: space-around;
    margin-top: 4.6%;
}
.service-box .service .row .col {
    max-width: 195px;
    text-align: center;
}
.service-box .service .row .col .img-box {
    width: 195px;
    height: 195px;
    background:rgba(255,255,255,.2);
    border:2px solid rgba(255,255,255,1);
    border-radius:50%;
}
.service-box .service .row .col img{
    margin-top: 2.5rem;
}
.service-box .service .row .col .img-txt {
    width: 195px;
    font-size: 18px;
    line-height: 27px;
    color: #FFFFFF;
    margin-top: .75rem;
    font-weight: 400;
}

/* 新闻中心 */
.news{
    max-width: 1200px;
    margin: 0 auto;
}
.news .con-title {
    margin-top: 5%;
}
.news .news-explain {
    color: #333333;
    margin-bottom: 5%;
}
.news .container {
    width: 100%;
    padding: 0;
}
.news .container .row {
    display: flex;
    justify-content: space-between;
}
.news .container #row a {
    display: inline-block;
    max-width: 380px;
    height: 300px;
}
.news .container .row .col {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    padding: 0;
    box-shadow:0px 2px 4px 2px rgba(207,206,206,0.75);
}
.news .container .row .col img {
    width: 100%;
    height: 200px;
}
.news .container .row .col .news-detail {
    padding: 0 1rem;
    font-size: 14px;
    line-height: 14px;
    color: #666666;
}
.news .container .row .col .news-detail .news-title-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 1.5rem 0 1.1rem;
}
.news .container .row .col .news-detail .news-title-box .news-title {
    color: #333333;
    font-weight: bold;
    width: 76%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news .container .row .col .news-detail .news-title-box .news-time {
    width: 23%;
    white-space: nowrap;
    overflow: hidden;
}
.news .container .row .col .news-detail .news-explain {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news .tonews {
    display: block;
    width: 100%;
    text-align: right;
    margin-top: 39px;
    margin-bottom: 99px;
    font-size:20px;
    font-family:MicrosoftYaHei;
    font-weight:400;
    color:rgba(102,102,102,1);
} 

/* 安全认证合作案例 */
.case {
    background: url('../images/hycasebg.png') no-repeat;
    background-size: 100% 100%;
    padding: 6.25rem 0;
}
.case .con-title {
    line-height: 48px;
    color: #FFFFFF;
    padding-bottom: 30px;
}
.case .list {
    width: 100%;
    overflow: hidden;
    margin: 29px auto 0;
    white-space: nowrap;
}
.case .list .wrapper {
    position: relative;
    white-space: nowrap;
    animation: move 90s infinite linear;
}
.case .list .wrapper.reverse {
    animation: move 90s infinite linear reverse;
}
.case .list .wrapper .body {
    display: inline-block;
    vertical-align: middle;
}
.case .list .wrapper .body .item {
    display: inline-block;
    width:296px;
    height:143px;
    line-height: 140px;
    margin: 0 10px;
    overflow: hidden;
    text-align: center;
    background-color: #FFFFFF;
}
.case .list .wrapper .body .item img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

@keyframes move {
    0% {
        left: -3202px;
    }
    100% {
        left: 0px;
    }
}

/* 返回顶部+咨询 */
.consult {
    position: fixed;
    top: 36.5%;
    right: 5px;
}
.consult .gotop {
    display: inline-block;
    width: 45px;
    height: 45px;
    border: 1px solid #1C5FBA;
    border-radius: 4px;
    text-align: center;
    padding-top: 10px;
    background-color: #FFFFFF;
}
.consult .gotop img {
    width: 23px;
}
.consult .consult-detial {
    width: 45px;
    height: 112px;
    background: url('../images/hbg.png') no-repeat;
    background-size: cover;
    margin-top: 10px;
    padding-top: 20px;
    text-align: center;
    cursor: pointer;
    position: relative;
}
.consult .consult-detial img {
    width: 23px;
}
.consult .consult-detial .ask {
    font-size: 14px;
    color: #FFFFFF;
    writing-mode: vertical-rl;
    margin-left: 15px;
    margin-top: 17px;
    font-weight: 400;
}
#floatDivBoxs {
    width: 160px;
    background: #fff;
    position: absolute;
    right: 57px;
    top: -30px;
    text-align: left;
    font-size: 14px;
    display: none;
}
#floatDivBoxs .floatDtt {
    width: 100%;
    height: 45px;
    line-height: 45px;
    background: url('../images/vbg.png') no-repeat;
    background-size: 100% 100%;
    color: #FFFFFF;
    text-indent: 14px;
    font-weight: 400;
}
.floatShadow {
    background: #fff;
    display: none;
}
#floatDivBoxs .floatDqq {
    list-style: none;
    padding: 0 14px;
}
#floatDivBoxs .floatDqq li {
    height: 42px;
    line-height: 42px;
    color: #666666;
}
#floatDivBoxs .floatDqq li a:hover {
    color: #1C5FBA;
}
#floatDivBoxs .floatDqq li a img {
    vertical-align: middle;
}
.floatDext {
    color: #666666;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    display: none;
}
#floatDivBoxs .wxcode {
    text-align: center;
    display: none;
}
#floatDivBoxs .wxcode img {
    width: 95%;
}

@media screen and (max-width: 1800px) {
    .header-box .pc_imgBox{
        height: 550px;
    }
}
@media screen and (max-width: 1500px) {
    .header-box .pc_imgBox{
        height: 500px;
    }
}
@media screen and (max-width: 1366px) {
    .header-box .pc_imgBox{
        height: 450px;
    }
}

.bit {
    width: 145px;
    height: 40px;
    position: absolute;
    top: 46.1%;
    left: 53.3%;
    color: white;
    font-size: 24px;
    line-height: 40px;
    cursor: pointer;
    border: 1px solid white;
}
.linkbox {
    width: 594px;
    position: absolute;
    top: 56%;
    left: 0;
    right: 0;
    margin: auto;
}
.linkbox li {
    display: inline-block;
}
.linkbox li:not(:last-child) {
    margin-right: 36px;
}
.linkbox li a {
    display: block;
}
.linkbox li:nth-child(2) img{
    width: 82px;
}
.linkbox li:nth-child(4) img{
    width: 60px;
}
.linkbox li:nth-child(1) img,
.linkbox li:nth-child(3) img,
.linkbox li:nth-child(5) img,
.linkbox li:nth-child(6) img{
    width: 62px;
}
.htb-cooperation ul{
    max-width: 1200px;
    margin: 0 auto;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.htb-cooperation ul li{
    width: 16%;
    height: 66px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
    margin-bottom: 8px;
    /* border: 1px solid #eee; */
    text-align: center;
    line-height: 60px;
    background-color: #fff;
}
.htb-cooperation ul li img{
    vertical-align: middle;
}