@charset "utf-8";
a:link {
  color: #333;
}
a:visited {
  color: #333;
}
a:hover {
  color: #475cc9;
  text-decoration: none;
}
a:active {
  color: #475cc9;
}
a {
  color: #333;
  text-decoration: none;
  outline: 0;
  outline: none !important;
}
a:focus {
  text-decoration: none;
}
input {
  border: 0;
  outline: 0;
}
img {
  max-width: 100%;
  border: 0;
}
html,
body {
  font: 14px/1.4 -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC,
    Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial,
    sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  color: #333;
  height: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
.clearfix {
  display: block;
  zoom: 1;
}
.clearfix:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.lo-table {
  width: 100%;
  height: 100%;
  display: table;
}
.lo-table-cell {
  display: table-cell;
  vertical-align: middle;
}

.flex-box {
  height: 100%;
  display: flex;
  align-items: flex-end;
  /* justify-content: center; */
}
.flex-box-title {
  margin-bottom: 100px;
}
.speakbtn {
  display: block;
  margin-top: 54px;
  width: 120px;
  height: 36px;
  border-radius: 2px;
  border: 1px solid #ffffff;
  text-align: center;
}
.speakbtn a {
  line-height: 36px;
  color: #ffffff;
  font-weight: 400;
}

/*提示升级*/
.browser {
  background: rgba(0, 0, 0, 0.8);
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr='#E5000000', endcolorstr='#E5000000');
  color: #ffffff;
  text-align: center;
  font-size: 20px;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 12;
  padding-top: 260px;
}
/*head*/
.navbar-wrap {
  color: #fff;
  font-size: 16px;
  margin-bottom: 0;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
.navbar-wrap .navbar-header .navbar-brand {
  height: auto;
  padding: 0;
  font-size: medium;
  line-height: normal;
  padding-top: 14px;
  color: #fff;
}
.navbar-wrap .navbar-header .navbar-brand > img {
  display: inline-block;
  margin-right: 6px;
  height: 20px;
  vertical-align: bottom;
}
.navbar-wrap .navbar-header .navbar-brand .logo-txt {
  font-weight: bold;
  font-size: 16px;
}
.navbar-wrap .navbar-collapse {
  background: #384ebf;
}
.navbar-wrap .navbar-nav > li.active > a {
  background-color: #7686d7;
}
.navbar-wrap .navbar-nav > li > a {
  color: #fff;
  display: inline-block;
}
.navbar-wrap .navbar-nav > li > a:hover,
.navbar-wrap .navbar-nav > li > a:focus {
  background-color: #7686d7;
}
.navbar-wrap .navbar-toggle {
  border: 1px solid #e6e6e6;
  margin-right: 0;
}
.navbar-wrap .navbar-toggle .icon-bar {
  background: #e6e6e6;
}
/* footer */
.footer {
  background: #0a1021;
  /* padding: 65px 0; */
  color: #d6d6d6;
}
.footer a {
  color: #d6d6d6;
}
.footer a:hover {
  color: #475cc9;
}
.footer .cont-txt h3 {
  color: #fff;
  margin-bottom: 20px;
}
.footer .f-link {
  padding-top: 40px;
}
.footer .f-link a {
  display: inline-block;
  margin-right: 26px;
}
.footer .f-link .iconfont {
  font-size: 2em;
  color: #fff;
  vertical-align: middle;
}
.footer .qrcode-wrap {
  font-size: 0;
  margin-top: 20px;
}
.footer .qrcode-wrap .qrcode-im {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
}
.footer .qrcode-wrap .qrcode-im:last-of-type {
  margin-left: 20px;
}
.footer .qrcode-wrap .qrcode-im img {
  width: 80px;
  height: 80px;
}
.full-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.banner {
  height: 420px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-color: #475cc9;
}
.banner .container {
  height: 100%;
}
.banner .ban-txt {
  text-align: center;
  color: #fff;
}
.banner .left-txt {
  color: #fff;
}
.banner .ban-txt h2 {
  /* font-size: 2.8em; */
}
.banner .ban-txt p {
  font-size: 1.3em;
  margin-top: 15px;
}
.banner .ban-txt .ban-btn {
  display: inline-block;
  background-color: #0dd197;
  width: 208px;
  height: 65px;
  line-height: 65px;
  margin-top: 45px;
  font-size: 1.6em;
  color: #fff;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.banner .ban-txt .ban-btn:hover {
  background: #0cb986;
}
.banner.index {
  height: 816px;
  margin-bottom: 40px;
  text-align: center;
}
.banner.index .ban-txt {
  margin-top: 170px;
}
.banner.index .pc {
  margin-top: 25px;
  height: auto;
}
.banner.contact {
  height: 625px;
}
.banner.contact .ban-txt h2 {
  display: inline-block;
}
.banner.contact .ban-txt .typed-cursor {
  font-size: 2.3em;
  vertical-align: text-bottom;
  line-height: 1.3;
  color: #0dd197;
}
/* 首页 */
.index-sol {
  padding-top: 130px;
  padding-bottom: 90px;
}
.index-sol h2 {
  margin-bottom: 120px;
}
.index-sol .index-sol-im {
  margin-bottom: 35px;
}
.index-sol .index-sol-im .pic {
  position: relative;
  display: inline-block;
}
.index-sol .index-sol-im .pic:after {
  content: "";
  width: 280px;
  height: 22px;
  background: url("https://dolphin-official-static.wd.dilabs.cn/images/index-sol-pic-wave.png")
    no-repeat center;
  background-size: contain;
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -11px;
}
.index-sol .index-sol-im .pic img {
  display: inline-block;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.index-sol .index-sol-im .pic img:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}
.index-sol .index-sol-im p {
  font-size: 18px;
  margin-top: 20px;
}
.index-sol .index-sol-im:last-of-type .pic:after {
  display: none;
}
.index-course {
  padding: 60px 40px;
}
.index-course > h2 {
  margin-bottom: 60px;
}
.index-course .index-course-tab li {
  border-bottom: 0;
  position: relative;
  display: table-cell;
  width: 1%;
  padding-right: 3px;
}
.index-course .index-course-tab li.active {
  background: #fff;
}
.index-course .index-course-tab li.active:hover {
  background: transparent;
}
.index-course .index-course-tab li.active > a,
.index-course .index-course-tab li.active > a:focus {
  color: #475cc9;
  border: 0;
  background: #fff;
  box-shadow: 0 0 5px #eee;
}
.index-course .index-course-tab li.active > a:hover,
.index-course .index-course-tab li.active > a:focus:hover {
  color: #475cc9;
  border: 0;
  background: transparent;
}
.index-course .index-course-tab li:hover > a {
  color: #475cc9;
}
.index-course .index-course-tab li > a {
  display: block;
  padding: 20px 15px;
  border-radius: 0;
  border: 0;
  font-size: 20px;
  margin-bottom: 0;
  background: #e7e9ff;
}
.index-course .index-course-tab li > a .iconfont {
  font-size: 1.2em;
}
.index-course .index-course-tab li > a .iconfont:first-of-type {
  font-size: 1.36em;
}
.index-course .course-item .lt {
  padding: 50px 65px;
}
.index-course .course-item .lt h3 {
  margin-bottom: 30px;
}
.index-course .course-item li {
  margin-top: 20px;
  padding-left: 30px;
  font-size: 16px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkY4QzQzODk1NzVCQzExRTg5RkJCQjdGREYzMzdFQTRDIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkY4QzQzODk2NzVCQzExRTg5RkJCQjdGREYzMzdFQTRDIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RjhDNDM4OTM3NUJDMTFFODlGQkJCN0ZERjMzN0VBNEMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RjhDNDM4OTQ3NUJDMTFFODlGQkJCN0ZERjMzN0VBNEMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5FrtspAAAAY0lEQVR42mI8dOgQAxCoAnEHELswQMAeIK4A4tuMQAXqQMYJIBZgQAUfgNiCCUi0YZFkgIq1MSEZiw24MTEQAExQB+ECu0AKqqEOYsDiyGqQghsg1wLxOiD+DMXroGI3AAIMAHEXFSb3Lk/oAAAAAElFTkSuQmCC")
    no-repeat left center;
}
.index-course .tab-pane {
  padding-top: 100px;
}
.index-video {
  padding: 70px 0 140px;
}
.index-video h2 {
  margin-bottom: 100px;
}
.index-video .video-cont {
  background: #000;
  position: relative;
  width: 86%;
  margin: 0 auto;
}
.index-video .video-cont .cover {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.index-video .video-cont .play {
  width: 58px;
  height: 58px;
  cursor: pointer;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -29px;
  margin-left: -29px;
  z-index: 10;
  box-shadow: 0 0 5px #eee;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.index-video .video-cont .play:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 12px;
  border-color: transparent transparent transparent #000000;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  margin-left: -4px;
}
.index-video .video-cont video {
  display: block;
  width: 100%;
  height: auto;
}
.index-team {
  padding: 50px 0 90px;
}
.index-team .team-head p {
  font-size: 16px;
  margin: 30px 0 70px;
}
.index-team .team-im-box {
  padding: 0 4%;
}
.index-team .team-im {
  padding: 50px 30px;
  color: #666;
  text-align: center;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.index-team .team-im h4 {
  color: #333;
  font-weight: bold;
}
.index-team .team-im .job {
  font-size: 12px;
}
.index-team .team-im .pic {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background-color: #edefee;
}
.index-team .team-im .des {
  font-size: 16px;
  height: 90px;
  margin-top: 20px;
  overflow: hidden;
}
.index-team .team-im:hover {
  color: #fff;
  background: #475cc9;
}
.index-team .team-im:hover h4 {
  color: #fff;
}
.index-team .carousel-inner {
  padding-bottom: 110px;
}
.index-team .carousel-indicators li {
  background-color: #eee;
  vertical-align: middle;
  border: 0;
}
.index-team .carousel-indicators li.active {
  width: 10px;
  height: 10px;
  background-color: #475cc9;
  border: 0;
}
.index-team .carousel-btns {
  width: 100%;
  position: absolute;
  top: -10px;
  text-align: right;
  /* .prev {
            left: 0;
        }
        .next {
            right: 0;
        } */
}
.index-team .carousel-btns .ctrl-btn {
  padding: 5px 10px;
  background: #fafafa;
}
@media screen and (min-width: 480px) {
  .index-team .carousel-btns {
    display: none;
  }
}
.index-partner {
  padding: 0 0 130px;
}
.index-partner h2 {
  margin-bottom: 100px;
}
.index-partner #partnerCarousel .part-ctrl {
  position: absolute;
  top: 0;
  font-size: 20px;
  color: #bfbfbf;
  text-align: center;
}
.index-partner #partnerCarousel .part-ctrl.prev {
  left: 0;
  top: 50%;
  margin-top: -10px;
}
.index-partner #partnerCarousel .part-ctrl.next {
  right: 0;
  top: 50%;
  margin-top: -10px;
}
.index-partner #partnerCarousel .carousel-inner .col-md-2 {
  text-align: center;
}
.index-partner #partnerCarousel .carousel-inner .col-md-2 img {
  height: 112px;
  display: inline-block;
  margin-top: 10px;
}
.index-partner #partnerCarousel .carousel-inner .col-md-2 p {
  margin-top: 15px;
}
.index-partner .owl-slider {
  position: relative;
}
.index-partner .owl-slider .owl-ctrl .part-ctrl {
  position: absolute;
  top: 0;
  font-size: 20px;
  color: #bfbfbf;
  text-align: center;
  z-index: 100;
  cursor: pointer;
}
.index-partner .owl-slider .owl-ctrl .part-ctrl.prev {
  left: 0;
  top: 50%;
  margin-top: -10px;
}
.index-partner .owl-slider .owl-ctrl .part-ctrl.next {
  right: 0;
  top: 50%;
  margin-top: -10px;
}
.index-partner .owl-carousel .owl-nav {
  display: none;
}
.index-partner .owl-carousel .owl-item {
  text-align: center;
}
.index-partner .owl-carousel .owl-item img {
  width: 112px;
  height: 112px;
  display: inline-block;
  margin-top: 10px;
}
.index-partner .owl-carousel .owl-item p {
  margin-top: 15px;
}
/* 产品与服务 */
.solution {
  padding-top: 75px;
  padding-bottom: 200px;
}
.solution .sol-tit h2 {
  margin-bottom: 20px;
}
.solution .sol-tit p {
  font-size: 18px;
}
.solution .sol-list {
  padding-top: 90px;
}
.solution .pro-item {
  padding: 55px 45px;
  border-bottom: 4px solid #475cc9;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.solution .pro-item li {
  margin-top: 20px;
  padding-left: 40px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkY4QzQzODk1NzVCQzExRTg5RkJCQjdGREYzMzdFQTRDIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkY4QzQzODk2NzVCQzExRTg5RkJCQjdGREYzMzdFQTRDIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RjhDNDM4OTM3NUJDMTFFODlGQkJCN0ZERjMzN0VBNEMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RjhDNDM4OTQ3NUJDMTFFODlGQkJCN0ZERjMzN0VBNEMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5FrtspAAAAY0lEQVR42mI8dOgQAxCoAnEHELswQMAeIK4A4tuMQAXqQMYJIBZgQAUfgNiCCUi0YZFkgIq1MSEZiw24MTEQAExQB+ECu0AKqqEOYsDiyGqQghsg1wLxOiD+DMXroGI3AAIMAHEXFSb3Lk/oAAAAAElFTkSuQmCC")
    no-repeat left center;
}
.solution .pro-item:hover {
  background-color: #475cc9;
  color: #fff;
}
.solution .pro-item:hover li {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkY1RDg1OERBNzVCQzExRThCMDkyQ0UzQ0E2NkREN0I4IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkY1RDg1OERCNzVCQzExRThCMDkyQ0UzQ0E2NkREN0I4Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RjVEODU4RDg3NUJDMTFFOEIwOTJDRTNDQTY2REQ3QjgiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RjVEODU4RDk3NUJDMTFFOEIwOTJDRTNDQTY2REQ3QjgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6e8fsTAAAAZklEQVR42mL88uULAxCoAnEHELswQMAeIK4A4tuMQAXqQMYJIBZgQAUfgNgCpGAtkBHEgB2sAyn4CGTw4VDwhYmBAGCCOggX2AWyQgPIOI7DkZYgE26AXAtyEBB/huJ1ULEbAAEGAFPkIB9RkD6OAAAAAElFTkSuQmCC")
    no-repeat left center;
}
.pro-ad {
  height: 360px;
  background-image: url("https://dolphin-official-static.wd.dilabs.cn/images/pro-ad.jpg");
  text-align: center;
}
.pro-ad .ad-txt {
  font-size: 36px;
  color: #fff;
}
.pro-case-wrap {
  padding-top: 88px;
  padding-bottom: 136px;
}
.pro-case-wrap .case-tit {
  margin-bottom: 70px;
}
.pro-case-wrap .nav-tabs.pro-case-tab,
.pro-case-wrap .pro-case-tab {
  margin-bottom: 100px;
  padding: 0;
}
.pro-case-wrap .nav-tabs.pro-case-tab > li,
.pro-case-wrap .pro-case-tab > li {
  list-style: none;
  display: table-cell;
  width: 1%;
  border-bottom: 2px solid #e6e6e6;
}
.pro-case-wrap .nav-tabs.pro-case-tab > li.active,
.pro-case-wrap .pro-case-tab > li.active {
  border-bottom: 2px solid #475cc9;
}
.pro-case-wrap .nav-tabs.pro-case-tab > li.active > a,
.pro-case-wrap .pro-case-tab > li.active > a,
.pro-case-wrap .nav-tabs.pro-case-tab > li.active > a:focus,
.pro-case-wrap .pro-case-tab > li.active > a:focus {
  color: #475cc9;
  border: 0;
}
.pro-case-wrap .nav-tabs.pro-case-tab > li.active > a:hover,
.pro-case-wrap .pro-case-tab > li.active > a:hover,
.pro-case-wrap .nav-tabs.pro-case-tab > li.active > a:focus:hover,
.pro-case-wrap .pro-case-tab > li.active > a:focus:hover {
  color: #475cc9;
  border: 0;
  background: transparent;
}
.pro-case-wrap .nav-tabs.pro-case-tab > li:hover > a,
.pro-case-wrap .pro-case-tab > li:hover > a {
  color: #475cc9;
  border: 0;
  background: transparent;
}
.pro-case-wrap .nav-tabs.pro-case-tab > li > a,
.pro-case-wrap .pro-case-tab > li > a {
  display: block;
  padding: 10px 15px;
  padding-bottom: 30px;
  border-radius: 0;
  border: 0;
  font-size: 20px;
}
.pro-case-wrap .tab-pane,
.pro-case-wrap .tab-content .item {
  background-color: #f7f7f7;
}
.pro-case-wrap .case-tab-item {
  margin-right: 0;
  margin-left: 0;
  border-bottom: 1px solid #e6e6e6;
}
.pro-case-wrap .case-tab-item:last-of-type {
  border-bottom: 0;
}
.pro-case-wrap .case-tab-item .lt-cell {
  padding-top: 25px;
  padding-bottom: 15px;
}
.pro-case-wrap .case-tab-item .rt-cell {
  padding-top: 25px;
  padding-bottom: 15px;
}
.pro-case-wrap .case-tab-item .txt-lt {
  font-size: 18px;
  padding: 15px 0;
  padding-left: 37px;
  height: 100%;
}
.pro-case-wrap .case-tab-item ul li {
  padding: 15px 0;
}
.pro-ad2 {
  height: 510px;
  background-image: url("https://dolphin-official-static.wd.dilabs.cn/images/pro-ad2.jpg");
}
.pro-ad2 .ad2-txt {
  text-align: center;
  color: #fff;
}
.pro-ad2 .ad2-txt h2 {
  font-size: 2.8em;
}
.pro-ad2 .ad2-txt p {
  font-size: 1.3em;
  margin-top: 15px;
}
.pro-ad2 .ad2-txt .ban-btn {
  display: inline-block;
  background-color: #0dd197;
  width: 208px;
  height: 65px;
  line-height: 65px;
  margin-top: 45px;
  font-size: 1.6em;
  color: #fff;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.pro-ad2 .ad2-txt .ban-btn:hover {
  background: #0cb986;
}

/* 联系 */
.contact-form {
  padding: 90px 0 60px;
}
.contact-form .form-group {
  margin-bottom: 25px;
}
.contact-form .form-group label {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 10px;
}
.contact-form .form-group .red {
  color: red;
}
.contact-form .form-control {
  background-color: #f4f4f4;
  border: 1px solid #eee;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.contact-form .form-control:focus {
  border-color: #6277e2;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(98, 119, 226, 0.6);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(98, 119, 226, 0.6);
}
.contact-form input.form-control {
  height: 46px;
}
.contact-form select.form-control {
  height: 46px;
}
.contact-form textarea {
  resize: none;
}
.contact-form .btn-sub {
  color: #fff;
  font-size: 20px;
  background-color: #6277e2;
  width: 97px;
  height: 41px;
  line-height: 41px;
  padding: 0;
  border-radius: 20.5px;
  -moz-border-radius: 20.5px;
  -webkit-border-radius: 20.5px;
}
.map {
  padding: 70px 0;
  background-color: #fafafa;
  font-size: 16px;
}
.map .ltd {
  font-size: 20px;
  margin: 20px 0;
}
.map .add-cont {
  margin-bottom: 15px;
}
.map .add-cont .tel {
  text-align: center;
}
.map .add-txt {
  margin-bottom: 10px;
}
/* 竞赛注册 */
.register-form {
  padding: 0;
}
.register-form .has-error .form-control {
  border-color: #a94442;
}
.register-form-title {
  padding: 40px 0;
  text-align: center;
  font-weight: 500;
  font-size: 24px;
  color: #333333;
  line-height: 33px;
}
/* 产品及服务 */
.solution .sol-list-mini {
  margin-top: 40px;
}
.syjs {
  height: 100%;
  background-color: rgba(17, 17, 17, 0.6);
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #ffffff;
}
.syjs:hover {
  background-color: rgba(71, 92, 201, 0.8);
}
.syjs .pic {
  margin-bottom: 30px;
}
.syjs-1 {
  height: 360px;
  background-image: url("https://dolphin-official-static.wd.dilabs.cn/images/syjs-1.png");
  text-align: center;
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
}
.syjs-2 {
  height: 360px;
  background-image: url("https://dolphin-official-static.wd.dilabs.cn/images/syjs-2.png");
  text-align: center;
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
}
.syjs-3 {
  height: 360px;
  background-image: url("https://dolphin-official-static.wd.dilabs.cn/images/syjs-3.png");
  text-align: center;
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
}
.lab-source {
  margin: 40px auto;
  padding: 0 40px;
  height: 40px;
  text-align: center;
}
.lab-source-item {
  padding: 15px 8px;
  font-size: 16px;
  display: inline-block;
  cursor: pointer;
  border-bottom: 1px solid transparent;
}
.lab-source-item.active {
  color: #6d81ec;
  border-bottom: 1px solid #6d81ec;
}
.lab-source-table {
  display: none;
}
.lab-source-table.active {
  display: block;
}
.lab-source-table thead {
  background-color: #475cc917;
}
.lab-source-table table > thead > tr > th {
  border-bottom-width: 1px;
}
.lab-source-table table > tbody > tr > td {
  padding: 12px 12px;
  font: 14px/1.4 "Helvetica Neue", Helvetica, Arial, Helvetica, sans-serif;
}
.flex-center {
  display: flex;
  justify-content: center;
}
.button-box {
  width: 110px;
}
.button-box .btn {
  border-radius: 0;
}
.button-box .btn:hover {
  background-color: #ffffff;
}
.button-box .btn.active {
  background-color: #475cc9;
  border-color: #475cc9;
  color: #ffffff;
}
.configuration {
  display: none;
}
.configuration.active {
  display: block;
}
/* 资讯 */
.news-comp {
  padding-top: 110px;
}
.news-comp .tit {
  font-size: 30px;
  margin-bottom: 65px;
}
.news-comp ul li {
  margin-bottom: 60px;
}
.news-comp ul li .meta span {
  display: inline-block;
}
.news-comp ul li .meta span i {
  margin-right: 10px;
}
.news-comp ul li .meta span.views {
  margin-left: 80px;
}
.news-comp ul li .pic img {
  width: 100%;
  height: auto;
}
.news-comp ul li .info {
  margin-top: 24px;
}
.news-industry {
  padding: 90px 0 40px;
}
.news-industry .tit {
  font-size: 30px;
  margin-bottom: 65px;
}
.news-industry .item {
  margin-bottom: 50px;
}
.news-industry .item .pic {
  position: relative;
  padding-bottom: 58.33%;
  background: #ececec;
}
.news-industry .item .pic img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.news-industry .item .txt h4 {
  height: 38px;
  overflow: hidden;
}
.news-industry .item .date {
  font-size: 14px;
  color: #616161;
}
.news-industry .item .info {
  margin: 20px 0 17px;
  color: #616161;
}
.news-industry .item .btn-link {
  text-align: center;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  background-color: #475cc9;
  width: 97px;
  height: 41px;
  line-height: 41px;
  padding: 0;
  border-radius: 20.5px;
  -moz-border-radius: 20.5px;
  -webkit-border-radius: 20.5px;
}
.page-box .page {
  font-size: 0;
  text-align: center;
  padding: 20px 0;
}
.page-box .page a {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  width: 31px;
  height: 31px;
  line-height: 31px;
  text-align: center;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background-color: #f2f2f2;
  margin: 4px;
}
.page-box .page a.on {
  color: #fff;
  background: #475cc9;
}
.page-pagenationjs ul {
  font-size: 0;
  text-align: center;
  padding: 20px 0;
}
.page-pagenationjs ul li {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  width: 31px;
  height: 31px;
  line-height: 31px;
  text-align: center;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background-color: #f2f2f2;
  margin: 4px;
}
.page-pagenationjs ul li.active {
  color: #fff;
  background: #475cc9;
}
.page-pagenationjs ul li.active a {
  color: #fff;
}
.page-pagenationjs ul li.disabled {
  cursor: no-drop;
}
.page-pagenationjs ul li a {
  display: block;
}
@media (min-width: 768px) {
  .navbar-wrap {
    height: 100px;
    line-height: 100px;
  }
  .navbar-wrap .navbar-header {
    /* margin-right: 30px; */
  }
  .navbar-wrap .navbar-header .navbar-brand {
    padding-top: 34px;
  }
  .navbar-wrap .navbar-header .navbar-brand > img {
    height: 30px;
    max-height: 100px;
  }
  .navbar-wrap .navbar-header .navbar-brand .logo-txt {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
  }
  .navbar-wrap .navbar-collapse {
    background: transparent;
  }

  .navbar-wrap .navbar-right .nav-btn {
    width: 100px;
    height: 37px;
    line-height: 37px;
    padding: 0;
    margin-right: 10px;
    text-align: center;
    border: 1px solid #e6e6e6;
  }
  .navbar-wrap .navbar-right .nav-btn.on {
    color: #384ebf;
    background-color: #fff;
  }
  .navbar-wrap .navbar-right .nav-btn:hover {
    color: #fff;
    background-color: #7686d7;
  }
  .pro-case-wrap .case-tab-item .rt-cell {
    border-left: 1px solid #e6e6e6;
  }
  .news-industry .item .info {
    height: 60px;
    overflow: hidden;
  }
  .footer .qrcode-wrap {
    text-align: right;
  }
  .footer .qrcode-wrap .qrcode-im {
    text-align: center;
  }
}
@media screen and (max-width: 1200px) {
  .index-sol .index-sol-im .pic:after {
    width: 220px;
  }
}
@media screen and (max-width: 992px) {
  .index-sol .index-sol-im .pic:after {
    display: none;
  }
  .toplatForm-box {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .navbar-wrap .navbar-header {
    /* margin-right: 22px; */
  }
  .camp-banner .camp-banner-list {
    display: none;
  }
  .camp-banner .camp-banner-icon {
    display: none;
  }
  .camp-banner {
    margin-top: 230px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .navbar-wrap .navbar-right .nav-btn {
    width: 100px;
  }
}
@media (max-width: 768px) {
  .camp-banner {
    margin-top: 230px !important;
  }
  .dropdown-menu {
    a {
      color: #fff !important;
    }
  }
}
@media (max-width: 480px) {
  .banner.banner-respond {
    height: 460px;
  }
  .index-sol {
    padding-top: 0;
    padding-bottom: 0;
  }
  .index-sol h2 {
    margin-bottom: 50px;
  }
  .index-course {
    padding: 60px 15px;
  }
  .index-course .index-course-tab li > a {
    padding: 10px 15px;
  }
  .index-course .tab-pane {
    padding-top: 0;
  }
  .index-course .course-item .lt {
    padding: 30px 20px;
  }
  .index-video {
    padding: 0 0 20px;
  }
  .index-video h2 {
    margin-bottom: 50px;
  }
  .index-team {
    padding: 50px 0 40px;
  }
  .index-team .carousel-inner {
    padding-bottom: 50px;
  }
  .index-team .carousel-inner .team-im {
    padding: 10px 20px;
  }
  .index-partner {
    padding: 0 0 60px;
  }
  .banner.index {
    height: 700px;
  }
  .banner.index .ban-txt {
    margin-top: 130px;
  }
  .banner .ban-txt,
  .pro-ad2 .ad2-txt {
    font-size: 10px;
  }
  .banner .ban-txt .ban-btn,
  .pro-ad2 .ad2-txt .ban-btn {
    width: 160px;
    height: 46px;
    line-height: 46px;
  }
  .solution {
    padding-top: 30px;
    padding-bottom: 100px;
  }
  .solution .sol-tit h2 {
    font-size: 24px;
  }
  .solution .sol-list {
    padding-top: 40px;
  }
  .solution .pro-item {
    padding: 30px 10px;
  }
  .pro-case-wrap {
    padding-top: 30px;
    padding-bottom: 70px;
  }
  .pro-case-wrap .case-tit {
    margin-bottom: 30px;
  }
  .pro-case-wrap .case-tab-item .txt-lt {
    padding-left: 0;
  }
  .pro-case-wrap .pro-case-tab {
    margin-bottom: 50px;
  }
  .pro-case-wrap .pro-case-tab > li > a {
    padding-bottom: 10px;
  }
  .pro-case-wrap .case-tab-item ul li {
    padding: 6px 0;
  }
  .pro-ad2 {
    height: 425px;
  }
  .contact-form {
    padding: 35px 0 50px;
  }
  .map {
    padding: 15px 0;
  }
  .map .add-cont .tel {
    text-align: left;
  }
  .news-comp {
    padding-top: 45px;
  }
  .news-comp .tit {
    margin-bottom: 30px;
  }
  .news-comp ul li {
    margin-bottom: 30px;
  }
  .news-industry {
    padding: 40px 0 40px;
  }
  .circular-right {
    display: none !important;
  }
}
@media (max-width: 320px) {
  .banner.pro {
    height: 400px;
  }
  .banner.pro .ban-txt h2 {
    font-size: 2em;
  }
  .pro-ad {
    height: 300px;
  }
  .pro-ad .ad-txt {
    font-size: 30px;
  }
  .pro-case-wrap .pro-case-tab > li > a {
    padding: 0;
    padding-bottom: 12px;
    font-size: 16px;
  }
  .pro-ad2 {
    height: 356px;
  }
  .pro-ad2 .ad2-txt h2 {
    font-size: 2.2em;
  }
  .footer .cont-txt h3 {
    font-size: 22px;
  }
  .solution .sol-tit h2 {
    font-size: 18px;
  }
  .solution .pro-item {
    font-size: 16px;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .banner .ban-txt h2 {
    font-size: 2.2em;
  }
  .pro-case-wrap .pro-case-tab > li > a {
    font-size: 16px;
    padding: 10px 10px;
  }
  .solution .sol-tit h2 {
    font-size: 18px;
  }
  .solution .pro-item {
    font-size: 16px;
  }
}
@media (max-width: 1000px) {
  /* .enterprise-pro img {
    display: none;
  }
  .enterprise-content {
    margin: 0 40px;
  } */
  .talent-content {
    padding: 0 40px;
  }
  .product-content {
    padding: 0 40px;
  }
  .innovate-content {
    padding: 0 40px;
  }
  .product-box-content {
    flex-wrap: wrap;
  }
  .product-box1-content {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .product-box-left {
    width: 100% !important;
    margin-right: 0 !important;
  }
  .product-box-right {
    width: 100% !important;
  }
  .product-box1-left {
    width: 100% !important;
  }
  .product-box-link {
    margin-bottom: 20px;
  }
  .product-box1-right {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .product-box-title {
    text-align: center;
  }
  .product-display-tab {
    flex-wrap: wrap;
  }
  .product-tab-bar {
    width: 200px;
  }
}
@media (max-width: 560px) {
  .lab-source {
    padding: 0;
  }
  .enterprise-number {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .enterprise-number div {
    min-width: 105px;
  }
  .enterprise-margin-92 {
    margin-right: 0 !important;
  }
  .certification-list {
    justify-content: center !important;
  }
  .honor-content .honor-list {
    justify-content: center !important;
  }
}
.product-display {
  padding-top: 60px;
  padding-bottom: 100px;
}
.product-display-tab {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-tab-bar {
  width: 288px;
  height: 320px;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid #e9ebf5;
  margin: 0 6px 12px;
}
.activetab .product-tab-bar-box {
  display: none;
}
.activetab .product-tab-bar-active {
  display: block;
}
.product-tab-bar-box {
  height: 100%;
  text-align: center;
  background: #f9fafe;
  padding-top: 50px;
  padding-left: 29px;
  padding-right: 29px;
}
.product-tab-bar:hover {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.16);
}
.product-tab-bar-box img {
  width: 90px;
  height: 90px;
}
.product-tab-bar-box .title {
  font-size: 24px;
  color: #333;
  margin-top: 10px;
  margin-bottom: 16px;
}
.product-tab-bar-active {
  display: none;
  text-align: center;
  padding-top: 40px;
  background: #586dda;
  height: 100%;
  color: #fff;
}
.product-tab-bar-active .title {
  font-size: 24px;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 16px;
}
.product-tab-bar-active i {
  display: block;
  width: 40px;
  height: 4px;
  background: #fff;

  margin: 0 auto 24px;
}
.product-tab-bar-active .detailBtn {
  width: 240px;
  height: 48px;
  background: #798ae1;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.product-detail {
  display: none;
}
.activeTab1 {
  display: block;
}
.product-box .nav-pills > li.active > a {
  background: none;
  color: #4b83f2;
}
.product-box .nav-pills > li:hover > a {
  background: none;
  color: #4b83f2;
}
.product-title {
  text-align: center;
  font-size: 28px;
  color: #333333;
  line-height: 40px;
}
.product-box-nav {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}
.product-box-content {
  width: 100%;
  display: flex;
}
.product-box1-content {
  width: 100%;
  display: flex;
}
.product-box-left {
  width: 30%;
  margin-right: 40px;
}
.product-box-right {
  width: 70%;
}
.product-box1-left {
  width: 70%;
}
.product-box1-right {
  width: 30%;
  margin-left: 40px;
}
.product-box {
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}
.product-box-title {
  font-size: 20px;
  color: #333333;
  margin-bottom: 24px;
}
.product-box-desc {
  font-size: 16px;
  color: #a5a5a5;
  line-height: 22px;
}
.product-box-desc p {
  text-indent: 2em;
}
.product-box-link {
  margin-top: 40px;
  width: 114px;
  height: 46px;
  background: #586dda;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #ffffff !important;
  cursor: pointer;
}
.product-box-link:hover {
  color: #fff !important;
}

.enterprise-pro {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 60px;
}
.enterprise-pro img {
  width: 288px;
  height: 369px;
}
.enterprise-content {
  display: flex;
  flex-direction: column;
  color: #333;
  padding: 0 20px;
}
.enterprise-content-p {
  line-height: 32px;
  max-width: 620px;
}
.enterprise-number {
  display: flex;
  margin-top: 40px;
}
.enterprise-margin-92 {
  margin-right: 92px;
}
.enterprise-font-34 {
  font-size: 34px;
  font-weight: 600;
  line-height: 48px;
}
.enterprise-font-color {
  font-size: 16px;
  font-weight: 400;
  color: #428dfc;
}
.certification {
  width: 100%;
  background: #f5f7f9;
}
.certification-active {
  bottom: -20px;
}
.certification-active li {
  background-color: #eee;
  vertical-align: middle;
  border: 0;
}
.certification-active li.active {
  background-color: #5988ff;
  border: 0;
}
.certification-content {
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 54px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.certification-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.certification-card {
  width: 227px;
  height: 315px;
  background-color: #fff;
  margin-bottom: 36px;
  display: flex;
  flex-direction: column;
  border: 1px solid #d9d6d6;
  padding: 24px 14px 0px;
}
.certification-card p {
  text-align: center;
}
.certification-img {
  width: 199px;
  height: 222px;
  background: #f4f4f4;
  display: flex;
  justify-content: center;
  align-items: center;
}
.literature-card {
  width: 227px;
  height: 257px;
  background-color: #fff;
  margin-bottom: 26px;
  display: flex;
  flex-direction: column;
  border: 1px solid #d9d6d6;
  padding: 24px 14px 0px;
}
.literature-img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.honor {
  width: 100%;
  background: #f5f7f9;
}
.honor-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.honor-content .honor-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.honor-content .honor-list .honor-card {
  width: 287px;
  height: 178px;
  background: #fefefe;
  border: 1px solid #e0e0e0;
  list-style: none;
  margin-bottom: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.partner .active .choice-bottom {
  background: #a1b9f5;
}
.partner .active .choice-title {
  color: #6b6b6b;
}
.partner .choice-bottom {
  background: #ebecef;
}
.partner .choice-title {
  color: #6b6b6b;
  color: #b5afaf;
}
.myselect .active .choice-bottom {
  background: #a1b9f5;
}
.myselect .active .choice-title {
  color: #6b6b6b;
}
.myselect .choice-bottom {
  background: #ebecef;
}
.myselect .choice-title {
  color: #6b6b6b;
  color: #b5afaf;
}
.talent {
  width: 100%;
  background-color: #fff;
}
.talent-content {
  margin: 80px auto 59px;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.product {
  width: 100%;
  background-color: #f5f7f9;
  padding: 44px 0 52px;
}
.product-content {
  margin: 0 auto;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.innovate {
  width: 100%;
  background-color: #fff;
  padding: 44px 0 52px;
}
.innovate-content {
  margin: 0 auto;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.success-case {
  width: 100%;
  background-color: #fff;
}
.success-case-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 52px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
/* 实训营 */
.camp-banner {
  width: 100%;
  height: 100%;
  text-align: center;
  color: #ffffff;
  margin-top: 115px;
  position: relative;
}
.camp-banner-list {
  margin-top: 38px;
  display: flex;
  justify-content: space-around;
}
.camp-banner-icon {
  position: absolute;
  right: -237px;
  bottom: 115px;
}
.camp-banner-list-li {
  width: 356px;
  min-height: 182px;
  background: rgba(132, 132, 132, 0.16);
  border-radius: 6px;
  border: 1px solid #565656;
  backdrop-filter: blur(10px);
}
.camp-banner-list-li-tit {
  padding: 20px;
  padding-top: 27px;
}
.camp-banner-list-li-tit span {
  display: inline-block;
  padding: 8px 29px;
  background: #fee0a9;
  border-radius: 21px;
  color: #804911;
  font-size: 16px;
}
.camp-banner-list-li p {
  text-align: start;
  display: block;
  padding: 0 20px;
  padding-top: 6px;
  padding-bottom: 20px;
}
.camp.lo-table {
  height: 468px;
  box-sizing: border-box;
  /* padding-top: 50px; */
}
.camp-tab-btn-box {
  text-align: center;
}
.camp-tab-btn {
  position: relative;
  padding: 10px 12px;
  font-size: 18px;
  color: #ffffff;
  cursor: pointer;
  opacity: 0.5;
}
.camp-tab-btn:hover {
  /* background-color: #8698fb; */
}
.camp-tab-btn-box .active {
  opacity: 1;
}
.camp-tab-btn.active:after {
  position: absolute;
  bottom: -20px;
  left: 43%;
  content: "";
  border: 10px solid #fff;
  margin-left: 1px;
  border-color: transparent transparent #fff;
}
.camp-content-card-box {
  display: none;
  margin: 0 24px;
}
.camp-content-card-box.active {
  display: block;
}
.camp-content-card-box fieldset {
  height: 200px;
  padding: 0.35em 0.625em 0.75em;
  margin: 0 auto;
  border: 1px solid silver;
  font-size: 14px;
  color: #4e4e4e;
  min-height: 197px;
  overflow: hidden;
  max-width: 380px;
}
.camp-content-card-box .title {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
}
.camp-content-card-box legend {
  font-size: 28px;
  color: #475bcb;
  font-weight: 600;
  width: 70px;
  border-bottom: 0px;
}
.qiyi-img {
  max-width: none;
  width: 100%;
}
.container .sol-list-mini {
  margin-top: 20px;
}
.camp-client-box {
  /* background-color: #eee; */
  margin-top: -110px;
  padding: 20px 0 0 0;
}
.camp-client-tab-box {
  padding: 30px;
  background-color: #fff;
}
.camp-client li {
  list-style-type: none;
}
.camp-client-item {
  text-align: center;
}
.camp-client-item p {
  margin-top: 20px;
}
.camp-client-item .active {
  display: none;
}
.camp-client-item.active img {
  display: none;
}
.camp-client-item.active .active {
  display: inline;
}
.camp-client-tab-item .master-picture {
  width: 100%;
}
.camp-client-tab-item-footer {
  text-align: center;
  margin-top: 10px;
}
.camp-client-tab-item .rt .div-img {
  margin-top: 38px;
}
.camp-client-tab-item .rt h4 {
  font-size: 20px;
  margin-top: 0;
}
.empty-div {
  padding-top: 50px;
}
.line-height {
  line-height: 2;
}
.flex-colum {
  height: 402px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
