#credible-box {
  width: 100%;
  background: #fff;
}
#credible-box .header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 78px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  z-index: 2;
}
#credible-box .header .logo {
  float: left;
  height: 100%;
  width: 180px;
}
#credible-box .header .logo .logo-img {
  display: block;
  height: 40px;
  width: 100%;
  margin-top: 20px;
}
#credible-box .header .navbar-default {
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  border: none;
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
}
#credible-box .header .navbar-default .navbar-nav {
  height: 100%;
  width: 980px;
  padding-left: 60px;
  margin: 0;
  float: left;
}
#credible-box .header .navbar-default .navbar-nav .active > a,
#credible-box .header .navbar-default .navbar-nav .active > a:focus,
#credible-box .header .navbar-default .navbar-nav .active > a:hover {
  color: #FFFFFF;
  background-color: transparent;
  border-bottom-color: #FFFFFF;
}
#credible-box .header .navbar-default .navbar-nav li {
  float: left;
}
#credible-box .header .navbar-default .navbar-nav li a {
  color: #FFFFFF;
  line-height: 46px;
  border-bottom: 1px solid transparent;
  padding: 15px 30px;
}
#credible-box .header .navbar-default .navbar-nav li a:focus,
#credible-box .header .navbar-default .navbar-nav li a:hover {
  color: #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}
#credible-box .header .navbar-default .navbar-nav .open > a,
#credible-box .header .navbar-default .navbar-nav .open > a:focus,
#credible-box .header .navbar-default .navbar-nav .open > a:hover {
  color: #FFFFFF;
  background-color: transparent;
  border-color: transparent;
}
#credible-box .header .navbar-default .navbar-nav .dropdown-menu {
  top: 60px;
  left: 14px;
  min-width: 109px;
  line-height: 24px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 4px;
}
#credible-box .header .navbar-default .navbar-nav .dropdown-menu li {
  float: none;
}
#credible-box .header .navbar-default .navbar-nav .dropdown-menu li a {
  padding: 0 20px;
  color: #1F2325;
}
#credible-box .header .navbar-default .navbar-nav .dropdown-menu li a:focus,
#credible-box .header .navbar-default .navbar-nav .dropdown-menu li a:hover {
  background-color: #f5f5f5;
}
#credible-box .header .navbar-default .navbar-nav .dropdown-menu .tran {
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: -20px;
  left: 20%;
}
#credible-box .banner {
  height: 600px;
  width: 100%;
  background: url('https://huluwa-portal.oss-cn-qingdao.aliyuncs.com/hlw/banner/kexinwangzhan.jpg') no-repeat center center;
  background-size: 100% 100%;
}
#credible-box .web-authen {
  width: 100%;
  text-align: center;
  background: #f7f7f7;
}
#credible-box .web-authen img {
  width: 1200px;
}
#credible-box h3 {
  font-size: 32px;
  color: #333;
  text-align: center;
  font-weight: bold;
  padding: 80px 0 60px;
}
#credible-box .core-value {
  width: 100%;
  height: 580px;
}
#credible-box .core-value ul {
  width: 1200px;
  height: 330px;
  margin: 0 auto;
}
#credible-box .core-value ul li {
  float: left;
  width: 288px;
  height: 330px;
  transition: all .3s;
  padding: 34px 16px 0;
}
#credible-box .core-value ul li img {
  display: block;
  height: 100px;
  width: 100px;
  margin: 0 auto;
}
#credible-box .core-value ul li h6 {
  font-size: 18px;
  text-align: center;
  padding-top: 34px;
  color: #333;
}
#credible-box .core-value ul li p {
  padding-top: 14px;
  font-size: 14px;
  color: #666;
  line-height: 24px;
}
#credible-box .core-value ul li:hover {
  box-shadow: 0 2px 10px rgba(50, 50, 50, 0.1);
}
#credible-box .multi-platform {
  width: 100%;
  height: auto;
  padding: 0 0 80px;
  background: #f4f4f4;
}
#credible-box .multi-platform .multi-content {
  width: 1002px;
  height: auto;
  margin: 0 auto;
  border: 1px solid #ddd;
}
#credible-box .multi-platform .nav-tabs {
  height: 60px;
  border-bottom: 1px solid #ddd;
}
#credible-box .multi-platform .nav-tabs li {
  height: 100%;
  width: 250px;
  border-right: 1px solid #ddd;
}
#credible-box .multi-platform .nav-tabs li a {
  margin-right: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  border: none;
  border-radius: 0;
  text-align: center;
  line-height: 60px;
  font-size: 18px;
  color: #333;
}
#credible-box .multi-platform .nav-tabs li:last-child {
  border-right: 0;
}
#credible-box .multi-platform .nav-tabs .active a {
  background-color: #1989FA;
  color: #fff;
}
#credible-box .multi-platform .tab-content {
  padding: 30px 16px 0;
}
#credible-box .multi-platform .tab-content li {
  float: left;
  width: 312px;
  margin-right: 16px;
}
#credible-box .multi-platform .tab-content li img {
  display: block;
  width: 100%;
  height: 208px;
}
#credible-box .multi-platform .tab-content li p {
  font-size: 14px;
  color: #666;
  text-align: center;
  padding-top: 18px;
}
#credible-box .multi-platform .tab-content li:last-child {
  margin-right: 0;
}
#credible-box .multi-platform .tab-content .show-one {
  height: 270px;
}
#credible-box .multi-platform .tab-content .show-two {
  height: auto;
  padding-bottom: 30px;
}
#credible-box .multi-platform .tab-content .show-two .tab-content {
  padding: 0;
}
#credible-box .multi-platform .tab-content .show-two .img-one {
  height: 650px;
  width: 800px;
  margin: 0 auto;
}
#credible-box .multi-platform .tab-content .show-two .img-one img {
  display: block;
  height: 100%;
  width: 100%;
}
#credible-box .multi-platform .tab-content .show-two .img-two {
  height: 1028px;
  width: 820px;
  margin: 0 auto;
}
#credible-box .multi-platform .tab-content .show-two .img-two img {
  display: block;
  height: 100%;
  width: 100%;
}
#credible-box .multi-platform .tab-content .show-two .nav-tabs {
  height: 30px;
  width: 160px;
  margin: 20px auto 0;
  border-bottom: 0;
}
#credible-box .multi-platform .tab-content .show-two .nav-tabs li {
  height: 100%;
  width: 80px;
  float: left;
  border: 1px solid #ddd;
  margin-right: 0;
}
#credible-box .multi-platform .tab-content .show-two .nav-tabs li a {
  margin-right: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  border: none;
  border-radius: 0;
  text-align: center;
  line-height: 28px;
  font-size: 14px;
  color: #1989FA;
}
#credible-box .multi-platform .tab-content .show-two .nav-tabs .active {
  border: 1px solid #1989FA;
}
#credible-box .multi-platform .tab-content .show-two .nav-tabs .active a {
  background-color: #1989FA;
  color: #fff;
}
#credible-box .multi-platform .tab-content .show-three {
  height: 270px;
  padding-left: 52px;
}
#credible-box .multi-platform .tab-content .show-three li {
  margin-right: 38px;
}
#credible-box .multi-platform .tab-content .show-three li:last-child {
  margin-right: 0;
  width: 172px;
}
#credible-box .multi-platform .tab-content .show-three li:last-child img {
  height: 216px;
}
#credible-box .multi-platform .tab-content .show-four {
  height: 410px;
  padding: 0 16px;
}
#credible-box .multi-platform .tab-content .show-four li {
  width: 460px;
}
#credible-box .multi-platform .tab-content .show-four li img {
  height: 346px;
}
#credible-box .search-web {
  height: 285px;
  width: 100%;
}
#credible-box .search-web .search-content {
  width: 725px;
  height: 130px;
  margin: 0 auto;
}
#credible-box .search-web ul {
  width: 274px;
  float: left;
  margin-right: 46px;
}
#credible-box .search-web ul li {
  float: left;
  width: 52px;
  height: 52px;
  margin-right: 22px;
  margin-bottom: 20px;
}
#credible-box .search-web ul .no-margin {
  margin-right: 0;
}
#credible-box .search-web ul .soso {
  width: 94px;
  height: 30px;
  margin-top: 10px;
}
#credible-box .search-web p {
  float: left;
  width: 400px;
  font-size: 14px;
  line-height: 24px;
  color: #666;
}
#credible-box .version {
  height: 930px;
  width: 100%;
  padding-bottom: 80px;
}
#credible-box .version .version-content {
  height: 676px;
  width: 1000px;
  margin: 0 auto;
}
#credible-box .version .version-content thead tr {
  background: #D10D27;
  font-size: 26px;
  color: #fff;
}
#credible-box .version .version-content thead tr th {
  height: 78px;
  width: 220px;
  padding: 0;
  font-weight: bold;
  text-align: center;
  line-height: 78px;
  position: relative;
}
#credible-box .version .version-content thead tr .left-title {
  width: 160px;
}
#credible-box .version .version-content thead tr th .label {
  display: block;
  height: 46px;
  width: 46px;
  position: absolute;
  right: 0;
  top: -7px;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  line-height: 36px;
  background: url('../../images/credibleWeb/label.png') no-repeat center center;
  background-size: 100% 100%;
}
#credible-box .version .version-content tbody tr td {
  padding: 0;
  text-align: center;
  height: 78px;
  line-height: 78px;
  font-size: 18px;
  color: #333;
}
#credible-box .version .version-content tbody tr .text {
  text-align: left;
  line-height: 24px;
  padding: 14px 28px 0;
}
#credible-box .version .version-content tbody tr .title {
  height: 78px;
  line-height: 78px;
  padding: 0;
  font-weight: bold;
  font-size: 24px;
  color: #EF8014;
  text-align: center;
}
#credible-box .version .version-content tbody tr .price {
  font-weight: 400;
}
#credible-box .version .version-content tbody tr .new-title {
  height: 100px;
  line-height: 100px;
}
#credible-box .version .version-content tbody tr .new-text {
  padding: 0;
  line-height: 28px;
  padding: 20px 188px;
}
#credible-box .version .version-content tbody tr .img-title {
  height: 76px;
  line-height: 76px;
}
#credible-box .version .version-content tbody tr .imgs {
  height: 33px;
  line-height: 33px;
  text-align: center;
  padding: 0;
  padding-top: 10px;
}
#credible-box .version .version-content tbody tr .line {
  display: inline-block;
  height: 2px;
  width: 150px;
  background: #999999;
}
#credible-box .containers {
  min-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1240px) {
  #credible-box .containers {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #credible-box .navbar-nav .open .dropdown-menu {
    position: absolute;
    float: left;
    width: 109px;
    margin-top: 0;
    background-color: rgba(255, 255, 255, 0.8);
    border: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  }
}

/* SSL证书部署流程 */
.lastest {
  padding: 80px 0;
  background-color: #ecebeb;
}
.lastest .subhead {
  text-align: center;
  color: #333;
  margin-bottom: 60px;
}
.lastest .title{
  font-weight:bold;
  font-size: 32px;
  color: #333;
  text-align: center;
  margin-bottom: 20px;
}
.lastest .flow {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.lastest .flow li .section {
  display: inline-block;
  text-align: center;
  font-size: 16px;
  color: #333;
}
/* .lastest .flow li .section .pic {
  width: 120px;
  height: 120px;
  text-align: center;
  line-height: 120px;
  border-radius: 50%;
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 2px solid #327fd8;
} */
.lastest .flow li .section img {
width: 120px;
margin-bottom: 20px;
  /* vertical-align: middle; */
}
.lastest .flow li .arrow {
display: inline-block;
font-size: 32px;
vertical-align: top;
color: #333;
margin-top: 40px;
margin-left: 10px;
}

/* 返回顶部+咨询 */
.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) {
  #credible-box .banner{
      height: 550px;
  }
}
@media screen and (max-width: 1500px) {
  #credible-box .banner{
      height: 500px;
  }
}
@media screen and (max-width: 1366px) {
  #credible-box .banner{
      height: 450px;
  }
}
