/*******S   公用样式*********/
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
i,
b,
p,
input,
select,
button {
  font-family: Microsoft YaHei;
}
body {
  min-width: 1200px;
  background-color: #f1f2f6;
}
.btn-bar {
  width: 592px;
  height: 56px;
  margin: 30px auto 0;
  cursor: pointer;
}
.btn-bar .text {
  float: left;
  height: 100%;
  line-height: 52px;
  border: 1px solid #10bbb8;
  border-right: none;
  border-radius: 4px 0 0 4px;
  padding-left: 25px;
  width: 400px;
  background: #ffffff;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}
.btn-bar .text img {
  vertical-align: middle;
}
.btn-bar .text span {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  vertical-align: middle;
}
.btn-bar .text b {
  font-size: 20px;
  font-family: DIN;
  font-weight: bold;
  color: #10bbb8;
  vertical-align: middle;
}
.btn-bar .btn {
  float: left;
  width: 190px;
  background-color: #10bbb8;
  color: #fff;
  text-align: center;
  line-height: 56px;
  height: 100%;
  border-radius: 0 4px 4px 0;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
}
.main-title {
  text-align: center;
  padding: 37px 0 14px;
}
.main-title h3 span {
  font-size: 32px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #292e2e;
  margin: 0 15px;
  vertical-align: middle;
}
.main-title h3 img {
  vertical-align: middle;
}
.main-title > span {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}
.navi {
  width: 360px;
  margin: 0 auto 23px;
}
.our{
    width: 240px !important;
}
.navi li {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
  width: 104px;
  height: 32px;
  border: 1px solid #dadada;
  border-radius: 16px;
  text-align: center;
  float: left;
  margin-right: 16px;
  cursor: pointer;
}
.navi li.active {
  border: none;
  background-color: #10bbb8;
  color: #fff;
  line-height: 32px;
}
.chatBtn {
  width: 87px;
  height: 32px;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  text-align: center;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 30px;
  background: none;
  transition: all linear 0.2s;
}
.swiper-slide li {
  float: left;
  width: 286px;
  height: 164px;
  border-radius: 4px;
  background-size: 100% 100%;
  padding: 20px 24px;
  margin: 0 8px 8px 0;
}
.swiper-slide li:hover h5 span {
  font-size: 18px;
}
.swiper-slide li:hover button {
  background-color: #ff6600;
  border: none;
  color: #fff;
  line-height: 32px;
}
.swiper-slide li h5 {
  height: 24px;
}
.swiper-slide li h5 span {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  transition: all linear 0.2s;
  vertical-align: middle;
}
.swiper-slide li h5 img {
  margin-left: 4px;
  vertical-align: middle;
}
.swiper-slide li p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  margin: 10px 0 15px;
  width: 210px;
  height: 42px;
}
.swiper-slide li button {
  width: 87px;
  height: 32px;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  text-align: center;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 30px;
  background: none;
  transition: all linear 0.2s;
}
.swiper-pagination {
  bottom: 5px!important;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #10bbb8;
  border: none;
}
.swiper-pagination .swiper-pagination-bullet {
  border: 1px solid #b5b5b5;
  background-color: transparent;
  opacity: 1;
  box-sizing: border-box;
}
.wrapper {
  background-color: #fff;
  padding: 16px;
}
#tc {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  left: 0;
  top: 0;
  z-index: 100;
}
#tc .success-box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  width: 480px;
  height: 325px;
  background: #ffffff;
  border-radius: 8px;
  padding-top: 64px;
  text-align: center;
}
#tc .success-box h4 {
  margin: 22px 0 24px;
  font-size: 24px;
  color: #333;
  font-weight: 700;
}
#tc .success-box p {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  color: #999999;
  line-height: 32px;
  width: 288px;
  margin: 0 auto;
}
#tc .success-box .close-icon {
  position: absolute;
  top: 24px;
  right: 24px;
  cursor: pointer;
}
/*******E   公用样式*********/
/*******S   头部*********/
/*******E   头部*********/
/*******S   banner*********/
.banner {
  cursor: pointer;
  position: relative;
  height: 460px;
}
.banner img {
  width: 100%;
  height: 100%;
}
/*******E   banner*********/
/*******S   表单*********/
.form-box {
  background-color: #fff;
  background-image: url(../images/jiaoluo.png);
  background-repeat: no-repeat;
  background-position: 4px 4px;
  position: relative;
  margin-top: -40px;
  padding: 0 40px 30px;
  height: 218px;
  z-index: 1;
}
.form-box .form-title {
  text-align: center;
  padding: 30px 0 21px;
}
.form-box .form-title img,
.form-box .form-title span {
  vertical-align: middle;
}
.form-box .form-title span {
  margin: 0 16px;
  font-size: 28px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}
.form-box form {
  border: 2px solid #ff6600;
  border-radius: 0px 2px 2px 0px;
}
.form-box form .form-wrap {
  float: left;
  width: 240px;
  height: 56px;
  line-height: 56px;
  padding: 0 16px;
  border-right: 1px solid rgba(229, 229, 229, 0.59);
  position: relative;
}
.form-box form .form-wrap.wider {
  width: 270px;
  border: none;
}
.form-box form .form-wrap img,
.form-box form .form-wrap span,
.form-box form .form-wrap input {
  vertical-align: middle;
}
.form-box form .form-wrap span {
  display: inline-block;
  width: 175px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  margin-left: 7px;
  background-image: url(../images/xiala_1.png);
  background-repeat: no-repeat;
  background-position: center right;
}
.form-box form .form-wrap span.selected {
  color: #333;
}
.form-box form .form-wrap span.up {
  background-image: url(../images/xiala_2.png);
}
.form-box form .form-wrap input {
  padding-bottom: 1px;
}
.form-box form .form-wrap > button {
  position: absolute;
  right: 8px;
  top: 14px;
  width: 92px;
  height: 28px;
  background: #ffecd0;
  border-radius: 4px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ff6d00;
  line-height: 28px;
}
.form-box form .form-wrap .drop-down {
  position: absolute;
  width: 242px;
  height: 227px;
  left: 0;
  background-image: url(../images/xiala_bg.png);
  background-size: 100% 100%;
  padding-top: 13px;
  display: none;
  overflow: hidden;
}
.form-box form .form-wrap .drop-down .drop-wrapper {
  overflow-y: scroll;
  height: 209px;
  margin-top: -5px;
}
.form-box form .form-wrap .drop-down .drop-wrapper::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 6px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
.form-box form .form-wrap .drop-down .drop-wrapper::-webkit-scrollbar-thumb:vertical {
  /*滚动条里面小方块*/
  background: #dddee0;
}
.form-box form .form-wrap .drop-down .drop-wrapper::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  background: transparent;
}
.form-box form .form-wrap .drop-down ul {
  margin-top: 5px;
  margin-left: 1px;
}
.form-box form .form-wrap .drop-down ul li {
  height: 32px;
  line-height: 32px;
  padding-left: 24px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
}
.form-box form .form-wrap .drop-down ul li:hover,
.form-box form .form-wrap .drop-down ul li.active {
  color: #ff6600;
  background: #fff7f1;
}
.form-box form > button {
  float: left;
  width: 126px;
  height: 56px;
  background: #ff6600;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
  line-height: 35px;
}
.form-box .data-line {
  margin-top: 16px;
  padding-left: 176px;
}
.form-box .data-line .data-wrap {
  float: left;
  font-size: 14px;
  margin-left: 35px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}
.form-box .data-line .data-wrap:first-child {
  margin-left: 0;
}
.form-box .data-line .data-wrap span {
  font-weight: bold;
  font-size: 18px;
  color: #ff6600;
}
.form-box .data-line .data-info {
  float: left;
  padding-top: 4px;
  margin-left: 28px;
  overflow: hidden;
  height: 21px;
}
.form-box .data-line .data-info > span {
  color: #333333;
  font-size: 14px;
  float: left;
}
.form-box .data-line .data-info ul {
  float: left;
}
.form-box .data-line .data-info ul li{
  height: 21px;
}
.form-box .data-line .data-info ul li .timer {
  color: #666;
}
.form-box .data-line .data-info ul li .user {
  color: #999;
  margin: 0 15px 0 20px;
}
.form-box .data-line .data-info ul li .fix {
  color: #ff6600;
}
.form-box .data-line .data-info ul li .product {
  color: #333;
  font-weight: bold;
}
/*******E   表单*********/
/*******S   工商服务*********/
.gs-service {
  padding-bottom: 48px;
}
.gs-service .carousel .wrapper {
  padding: 16px 16px 0 16px;
}
.gs-service .carousel .wrapper .gs-swiper {
  padding-bottom: 32px;
}
.gs-service .carousel .wrapper .swiper-slide li {
  float: left;
  width: 286px;
  height: 164px;
  border-radius: 4px;
  background-size: 100% 100%;
  padding: 20px 24px;
  margin: 0 8px 8px 0;
}
.gs-service .carousel .wrapper .swiper-slide li:hover h5 span {
  font-size: 18px;
}
.gs-service .carousel .wrapper .swiper-slide li:hover button {
  background-color: #ff6600;
  border: none;
  color: #fff;
  line-height: 32px;
}
.gs-service .carousel .wrapper .swiper-slide li:nth-child(1) {
  background-image: url(../images/gszc_img1.png);
}
.gs-service .carousel .wrapper .swiper-slide li:nth-child(2) {
  background-image: url(../images/gszc_img2.png);
}
.gs-service .carousel .wrapper .swiper-slide li:nth-child(3) {
  background-image: url(../images/gszc_img3.png);
}
.gs-service .carousel .wrapper .swiper-slide li:nth-child(4) {
  background-image: url(../images/gszc_img4.png);
  margin-right: 0;
}
.gs-service .carousel .wrapper .swiper-slide li:nth-child(5) {
  background-image: url(../images/gszc_img5.png);
  margin-bottom: 0;
}
.gs-service .carousel .wrapper .swiper-slide li:nth-child(6) {
  background-image: url(../images/gszc_img6.png);
  margin-bottom: 0;
}
.gs-service .carousel .wrapper .swiper-slide li:nth-child(7) {
  background-image: url(../images/gszc_img7.png);
  margin-bottom: 0;
}
.gs-service .carousel .wrapper .swiper-slide li:nth-child(8) {
  background-image: url(../images/gszc_img8.png);
  margin-right: 0;
  margin-bottom: 0;
}
.gs-service .carousel .wrapper .swiper-slide li h5 {
  height: 24px;
}
.gs-service .carousel .wrapper .swiper-slide li h5 span {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  transition: all linear 0.2s;
  vertical-align: middle;
}
.gs-service .carousel .wrapper .swiper-slide li h5 img {
  margin-left: 4px;
  vertical-align: middle;
}
.gs-service .carousel .wrapper .swiper-slide li p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  margin: 10px 0 15px;
  width: 210px;
  height: 42px;
}
.gs-service .carousel .wrapper .swiper-slide li button {
  width: 87px;
  height: 32px;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  text-align: center;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 30px;
  background: none;
  transition: all linear 0.2s;
}
.gs-service .carousel .wrapper .swiper-slide.gsbg li:nth-child(1) {
  background-image: url(../images/gsbg_img1.png);
}
.gs-service .carousel .wrapper .swiper-slide.gsbg li:nth-child(2) {
  background-image: url(../images/gsbg_img2.png);
}
.gs-service .carousel .wrapper .swiper-slide.gsbg li:nth-child(3) {
  background-image: url(../images/gsbg_img3.png);
}
.gs-service .carousel .wrapper .swiper-slide.gsbg li:nth-child(4) {
  background-image: url(../images/gsbg_img4.png);
}
.gs-service .carousel .wrapper .swiper-slide.gsbg li:nth-child(4) {
  background-image: url(../images/gsbg_img4.png);
}
.gs-service .carousel .wrapper .swiper-slide.gsbg li:nth-child(5) {
  background-image: url(../images/gsbg_img5.png);
}
.gs-service .carousel .wrapper .swiper-slide.gsbg li:nth-child(6) {
  background-image: url(../images/gsbg_img6.png);
}
.gs-service .carousel .wrapper .swiper-slide.gsbg li:nth-child(7) {
  background-image: url(../images/gsbg_img7.png);
}
.gs-service .carousel .wrapper .swiper-slide.gsbg li:nth-child(8) {
  background-image: url(../images/gsbg_img8.png);
}
.gs-service .carousel .service-list {
  margin-top: 16px;
}
.gs-service .carousel .service-list li {
  float: left;
  width: 230px;
  height: 165px;
  background: #ffffff;
  margin-right: 12px;
  padding-top: 32px;
  overflow: hidden;
  transition: all linear 0.2s;
  text-align: center;
}
.gs-service .carousel .service-list li:last-child {
  margin-right: 0;
}
.gs-service .carousel .service-list li:hover {
  padding-top: 24px;
}
.gs-service .carousel .service-list li:hover .icon {
  width: 48px;
  height: 48px;
}
.gs-service .carousel .service-list li:hover h6 {
  margin: 8px 0;
  font-size: 18px;
  font-weight: bold;
}
.gs-service .carousel .service-list li .icon {
  width: 64px;
  height: 64px;
  margin: 0 auto;
  transition: all linear 0.2s;
}
.gs-service .carousel .service-list li h6 {
  margin-top: 12px;
  margin-bottom: 40px;
  text-align: center;
  transition: all linear 0.2s;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}
.gs-service .carousel .service-list li button {
  width: 95px;
  height: 32px;
  line-height: 32px;
  background: #ff6600;
  border-radius: 4px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  transition: all linear 0.2s;
}
/*******E   工商服务*********/
/*******S   财会服务*********/
.ck-service {
  background-image: url(../images/ck_bg.jpg);
  padding-bottom: 48px;
}
.ck-service .main-title span {
  color: #fff;
}
.ck-service .navi li {
  border-color: #fff;
  color: #fff;
  cursor: pointer;
}
.ck-service .wrapper .ck-swiper .dljz-swiper {
  float: left;
  width: 286px;
  height: 336px;
}
.ck-service .wrapper .ck-swiper .dljz-swiper .swiper-slide {
  padding: 20px 0 0 24px;
  width: 286px;
  height: 336px;
  background-image: url(../images/kjfw_img1.png);
  border-radius: 4px;
}
.ck-service .wrapper .ck-swiper .dljz-swiper .swiper-slide:hover h5 span {
  font-size: 18px;
}
.ck-service .wrapper .ck-swiper .dljz-swiper .swiper-slide:hover button {
  background-color: #ff6600;
  border: none;
  color: #fff;
  line-height: 32px;
}
.ck-service .wrapper .ck-swiper .dljz-swiper .swiper-slide.dljz2 {
  background-image: url(../images/kjfw_img2.png);
}
.ck-service .wrapper .ck-swiper .dljz-swiper .swiper-slide h5 {
  height: 24px;
}
.ck-service .wrapper .ck-swiper .dljz-swiper .swiper-slide h5 span {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  transition: all linear 0.2s;
  vertical-align: middle;
}
.ck-service .wrapper .ck-swiper .dljz-swiper .swiper-slide h5 img {
  vertical-align: middle;
}
.ck-service .wrapper .ck-swiper .dljz-swiper .swiper-slide p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
  margin: 5px 0 14px;
  width: 224px;
  height: 42px;
}
.ck-service .wrapper .ck-swiper .dljz-swiper .swiper-pagination {
  bottom: 5px;
  text-align: left;
  padding-left: 24px;
}
.ck-service .wrapper .ck-swiper .list {
  float: left;
  margin-left: 8px;
  width: 874px;
}
.ck-service .wrapper .ck-swiper .list li:nth-child(3n) {
  margin-right: 0;
}
.ck-service .wrapper .ck-swiper .list li:nth-child(1) {
  background-image: url(../images/kjfw_img3.png);
}
.ck-service .wrapper .ck-swiper .list li:nth-child(2) {
  background-image: url(../images/kjfw_img4.png);
}
.ck-service .wrapper .ck-swiper .list li:nth-child(3) {
  background-image: url(../images/kjfw_img7.png);
}
.ck-service .wrapper .ck-swiper .list li:nth-child(4) {
  background-image: url(../images/kjfw_img6.png);
}
.ck-service .wrapper .ck-swiper .list li:nth-child(5) {
  background-image: url(../images/kjfw_img5.png);
}
.ck-service .wrapper .ck-swiper .list li:nth-child(6) {
  background-image: url(../images/kjfw_img8.png);
}
.ck-service .wrapper .ck-swiper .swch .swiper-slide {
  background-image: url(../images/swch_img1.png);
}
.ck-service .wrapper .ck-swiper .swch .swiper-slide.swch2 {
  background-image: url(../images/swch_img2.png);
}
.ck-service .wrapper .ck-swiper .swch .list li:nth-child(1) {
  background-image: url(../images/swch_img3.png);
}
.ck-service .wrapper .ck-swiper .swch .list li:nth-child(2) {
  background-image: url(../images/swch_img4.png);
}
.ck-service .wrapper .ck-swiper .swch .list li:nth-child(3) {
  background-image: url(../images/swch_img5.png);
}
.ck-service .wrapper .ck-swiper .swch .list li:nth-child(4) {
  background-image: url(../images/swch_img6.png);
}
.ck-service .wrapper .ck-swiper .swch .list li:nth-child(5) {
  background-image: url(../images/swch_img7.png);
}
.ck-service .wrapper .ck-swiper .swch .list li:nth-child(6) {
  background-image: url(../images/swch_img8.png);
}
/*******E   财会服务*********/
/*******S   证书服务*********/
.certi-service {
  padding-bottom: 48px;
}
.certi-service .certi-swiper .swiper-slide li {
  background-image: linear-gradient(0deg, #f9f9f9, #eef6f8);
  background-size: 100% 100%;
  position: relative;
}
.certi-service .certi-swiper .swiper-slide li:nth-child(4n) {
  margin-right: 0;
}
.certi-service .certi-swiper .swiper-slide li .icons {
  position: absolute;
  right: 10px;
  bottom: 6px;
}
/*******E   证书服务*********/
/*******S   顶呱呱实力见证*********/
.strength {
  background-color: #fff;
  padding-bottom: 48px;
}
.strength .strength-wrapper {
  padding-top: 16px;
}
.strength .tab-list {
  float: left;
  width: 387px;
  height: 394px;
  background-color: #fff;
  box-shadow: 0px 0px 16px 0px rgba(152, 170, 184, 0.2);
}
.strength .tab-list li {
  float: left;
  text-align: center;
  width: 193px;
  height: 198px;
  padding-top: 38px;
}
.strength .tab-list li:nth-child(1) {
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
.strength .tab-list li:nth-child(1):hover,
.strength .tab-list li:nth-child(1).on {
  background-color: #ff6600;
}
.strength .tab-list li:nth-child(1):hover .icon,
.strength .tab-list li:nth-child(1).on .icon {
  background-position: -224px 0;
}
.strength .tab-list li:nth-child(2) {
  border-bottom: 1px solid #eeeeee;
}
.strength .tab-list li:nth-child(2) .icon {
  background-position: -56px 0;
}
.strength .tab-list li:nth-child(2):hover,
.strength .tab-list li:nth-child(2).on {
  background-color: #ff6600;
}
.strength .tab-list li:nth-child(2):hover .icon,
.strength .tab-list li:nth-child(2).on .icon {
  background-position: -280px 0;
}
.strength .tab-list li:nth-child(3) {
  border-right: 1px solid #eeeeee;
}
.strength .tab-list li:nth-child(3) .icon {
  background-position: -112px 0;
}
.strength .tab-list li:nth-child(3):hover,
.strength .tab-list li:nth-child(3).on {
  background-color: #ff6600;
}
.strength .tab-list li:nth-child(3):hover .icon,
.strength .tab-list li:nth-child(3).on .icon {
  background-position: -336px 0;
}
.strength .tab-list li:nth-child(4) .icon {
  background-position: -168px 0;
}
.strength .tab-list li:nth-child(4):hover,
.strength .tab-list li:nth-child(4).on {
  background-color: #ff6600;
}
.strength .tab-list li:nth-child(4):hover .icon,
.strength .tab-list li:nth-child(4).on .icon {
  background-position: -392px 0;
}
.strength .tab-list li:hover,
.strength .tab-list li.on {
  background-color: #ff6600;
  border: none;
}
.strength .tab-list li:hover span,
.strength .tab-list li.on span {
  color: #fff;
}
.strength .tab-list li:hover i,
.strength .tab-list li.on i {
  background-position: -20px 0;
}
.strength .tab-list li .icon {
  margin: 0 auto;
  width: 56px;
  height: 56px;
  background-image: url(../images/shili_left_icon.png);
}
.strength .tab-list li span {
  font-size: 16px;
  display: inline-block;
  margin: 15px 0 12px;
}
.strength .tab-list li i {
  margin: 0 auto;
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(../images/shili_jiantou.png);
}
.strength .content-box {
  float: left;
  background-color: #fff;
  width: 792px;
  height: 394px;
  margin-left: 20px;
  box-shadow: 0px 0px 16px 0px rgba(152, 170, 184, 0.2);
  padding: 32px 24px 24px;
}
.strength .content-box .content:not(:first-child) {
  display: none;
}
.strength .content-box h5 {
  color: #333;
  font-size: 18px;
  font-weight: bold;
}
.strength .content-box .divider {
  width: 30px;
  height: 3px;
  background: #ff6600;
  margin: 10px 0;
}
.strength .content-box p {
  color: #888888;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  height: 84px;
}
.strength .content-box ul {
  margin-top: 20px;
}
.strength .content-box ul li {
  float: left;
  margin-right: 12px;
}
.strength .content-box ul li:last-child {
  margin-right: 0;
}
.strength .content-box ul li .img-box {
  position: relative;
  overflow: hidden;
}
.strength .content-box ul li .img-box img {
  transition: all linear 0.2s;
}
.strength .content-box ul li .img-box:hover img {
  transform: scale(1.1);
}
.strength .content-box ul li .img-box h6 {
  position: absolute;
  bottom: 0;
  width: 240px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  border-radius: 4px;
  color: #fff;
}
/*******E   顶呱呱实力见证*********/
