@charset "utf-8";
.banner {
  height: 600px;
  background: #193CD5;
}
.banner .swiper-container {
  height: 100%;
}
.banner .swiper-container .swiper-pagination {
  bottom: 40px;
}
.banner .swiper-container .swiper-pagination-bullet {
  width: 30px;
  height: 3px;
  background: #F5F8FD;
  border-radius: 2px;
  opacity: 1;
}
.banner .swiper-container .swiper-pagination-bullet-active {
  background: #0178FD;
}
.banner .banner-item {
  width: 1180px;
  height: 100%;
  margin: 0 auto;
  padding-top: 101px;
  position: relative;
}
.banner .banner-item .banner-left {
  padding-top: 39px;
}
.banner .banner-item .banner-left .banner-logo {
  width: 186px;
  height: 48px;
  padding-top: 18px;
  background: url(../images/logo01.png) no-repeat center;
  background-size: 186px 48px;
  margin-bottom: 56px;
  margin-bottom: 32px;
  animation: translate-top 0.5s ease-in 0s 1;
}
.banner .banner-item .banner-left .banner-title {
  font-size: 54px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 54px;
  margin-bottom: 32px;
  animation: translate-top 0.5s ease-in 0s 1;
}
.banner .banner-item .banner-left .banner-title span {
  color: #FFD667;
}
.banner .banner-item .banner-left .banner-subtitle {
  font-size: 26px;
  font-weight: normal;
  color: #FFFFFF;
  line-height: 26px;
  margin-bottom: 67px;
  animation: translate-top1 0.6s ease-in 0s 1;
}
.banner .banner-item .banner-left .probation {
  display: block;
  width: 136px;
  height: 48px;
  background: #0178FD;
  border-radius: 24px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 48px;
  animation: translate-top 0.5s ease-in 0s 1;
}
.banner .banner-item .mapbox {
  position: absolute;
  top: 101px;
  left: 452px;
  width: 675px;
  height: 499px;
}
.banner .banner-item .mapbox .mapimg1 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 675px;
  height: 499px;
  opacity: 1;
  animation: map-animate01 2s ease-in 0s 1, map1-animate01 1s ease-in 3s alternate infinite;
  overflow: hidden;
}
.banner .banner-item .mapbox .mapimg1 .mapimg1-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 675px;
  height: 499px;
  background: url(../images/map_02.png) no-repeat center;
}
.banner .banner-item .mapbox .mapimg2 {
  width: 376px;
  height: 309px;
  background: url(../images/map_03.png) no-repeat center;
  position: absolute;
  top: 21px;
  left: 147px;
  opacity: 1;
  animation: close-opacity 3s ease-in 0s 1, map-animate02 1s ease-in 3s alternate infinite;
}
@keyframes translate-top {
  from {
    opacity: 0;
    transform: translate(0px, 58px);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes translate-top1 {
  from {
    opacity: 0;
    transform: translate(0px, 28px);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes map1-animate01 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.3;
  }
}
@keyframes map-animate01 {
  from {
    width: 0px;
    height: 0px;
  }
  to {
    width: 675px;
    height: 499px;
  }
}
@keyframes map-animate02 {
  from {
    transform: translate(0px, 0px);
  }
  to {
    transform: translate(0px, 3px);
  }
}
@keyframes close-opacity {
  0% {
    opacity: 0;
    transform: translate(0px, 5px);
  }
  67% {
    opacity: 0;
    transform: translate(0px, 5px);
  }
  100% {
    opacity: 1;
    transform: translate(0px, 0px);
  }
}
.bohai-affectbox {
  width: 100%;
  height: 136px;
  background-color: #fff;
  padding-top: 37px;
}
.bohai-affectbox .affect-wrap {
  background: #fff;
  display: flex;
  justify-content: space-between;
}
.bohai-affectbox .affect-wrap .affect-item {
  display: flex;
}
.bohai-affectbox .affect-wrap .affect-item img {
  width: 62px;
  height: 62px;
  margin-right: 17px;
}
.bohai-affectbox .affect-wrap .affect-item dl dt {
  font-size: 20px;
  font-weight: 700;
  color: #333333;
  line-height: 36px;
}
.bohai-affectbox .affect-wrap .affect-item dl dd {
  line-height: 24px;
  font-size: 16px;
  color: #999999;
  margin-top: 0px;
}
.bohai-product {
  padding: 80px 0 120px;
  background-color: #F5F8FD;
}
.bohai-product .product-wrap {
  padding-top: 62px;
  height: 622px;
}
.bohai-product .product-item {
  position: relative;
  cursor: pointer;
  float: left;
  width: 254px;
  height: 560px;
  background: #FFFFFF;
  margin-left: 20px;
  -webkit-transition: width 0.15s linear;
  -moz-transition: width 0.15s linear;
  -o-transition: width 0.15s linear;
  transition: width 0.15s linear;
}
.bohai-product .product-item:first-child {
  margin-left: 0px;
}
.bohai-product .product-item .product {
  height: 560px;
  padding-top: 56px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  opacity: 1;
}
.bohai-product .product-item .product .product-img {
  display: block;
  height: 106px;
  width: 106px;
  margin: 0 auto;
  margin-bottom: 32px;
}
.bohai-product .product-item .product p {
  width: 194px;
  font-size: 26px;
  font-weight: bold;
  color: #333333;
  line-height: 26px;
  text-align: center;
  padding-bottom: 31px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  margin: 0px auto 32px;
}
.bohai-product .product-item .product ul li {
  text-align: center;
}
.bohai-product .product-item .product ul li i {
  display: inline-block;
  width: 12px;
  height: 10px;
  background: url(../images/CHECK.png) no-repeat center;
  vertical-align: middle;
  margin-right: 5px;
}
.bohai-product .product-item .product ul li span {
  font-size: 20px;
  color: #666;
  line-height: 40px;
  vertical-align: middle;
}
.bohai-product .product-item .product-open {
  height: 560px;
  background: url(../images/product_bg.png) no-repeat center 0;
  background-size: 272px 278px;
  background-color: #0178FD;
  padding: 32px 60px 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  display: none;
}
.bohai-product .product-item .product-open .product-img {
  display: block;
  height: 168px;
  width: 168px;
  margin: 0 auto;
  margin-bottom: 16px;
}
.bohai-product .product-item .product-open p {
  position: absolute;
  top: 169px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  line-height: 26px;
  text-align: center;
}
.bohai-product .product-item .product-open ul {
  width: 238px;
  padding: 12px 0;
  margin: 0 auto 23px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: grid;
  grid-template-columns: repeat(2, 50%);
}
.bohai-product .product-item .product-open ul li i {
  display: inline-block;
  width: 12px;
  height: 10px;
  background: url(../images/CHECK01.png) no-repeat center;
  vertical-align: middle;
  margin-right: 5px;
}
.bohai-product .product-item .product-open ul li span {
  font-size: 18px;
  color: #fff;
  line-height: 40px;
  vertical-align: middle;
}
.bohai-product .product-item .product-open .product-des {
  width: 254px;
  font-size: 16px;
  color: #EBF4FF;
  margin: 0 auto;
  line-height: 26px;
}
.bohai-product .product-item.active {
  width: 358px;
}
.bohai-product .product-item.active .product {
  display: none;
  opacity: 0;
}
.bohai-product .product-item.active .product-open {
  display: block;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.bohai-linking {
  height: 220px;
  background-color: #0178FD;
  padding-top: 36px;
  overflow: hidden;
  position: relative;
}
.bohai-linking .linking-bg {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -820px;
  width: 1506px;
  height: 166px;
  background: url(../images/img_03.png) no-repeat center;
}
.bohai-linking .linking-wrap ul {
  display: flex;
  justify-content: center;
  padding-top: 44px;
}
.bohai-linking .linking-wrap ul li {
  flex-shrink: 0;
  padding: 0 60px 0 74px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.bohai-linking .linking-wrap ul li:last-child {
  border: none;
}
.bohai-linking .linking-wrap ul li p {
  text-align: center;
  color: #fff;
}
.bohai-linking .linking-wrap ul li p:first-child {
  font-size: 50px;
  line-height: 38px;
  margin-bottom: 16px;
  font-weight: bold;
  color: #FFFFFF;
}
.bohai-linking .linking-wrap ul li p:first-child span {
  vertical-align: middle;
}
.bohai-linking .linking-wrap ul li p:first-child span:last-child {
  font-size: 36px;
  margin-left: 5px;
  position: relative;
}
.bohai-linking .linking-wrap ul li p:first-child span:last-child::before {
  content: '+';
  position: absolute;
  font-size: 20px;
  top: -10px;
  right: -20px;
}
.bohai-linking .linking-wrap ul li p:last-child {
  font-size: 16px;
  color: #FFFFFF;
  line-height: 16px;
}
.bohai-industry {
  width: 100%;
  background: #fff;
  padding-top: 80px;
  padding-bottom: 128px;
}
.bohai-industry .industry-tab {
  width: 100%;
  margin-top: 40px;
  padding: 0 24px;
  margin-bottom: 48px;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.bohai-industry .industry-tab .sPrev {
  width: 24px;
  height: 56px;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
}
.bohai-industry .industry-tab .sPrev:hover::before {
  border-right: 8px solid #0178FD;
}
.bohai-industry .industry-tab .sPrev::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 4px;
  transform: translateY(-50%);
  border-top: 8px solid transparent;
  border-right: 8px solid #636363;
  border-bottom: 8px solid transparent;
}
.bohai-industry .industry-tab .sPrev::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 6px;
  transform: translateY(-50%);
  border-top: 6px solid transparent;
  border-right: 6px solid #F5F8FD;
  border-bottom: 6px solid transparent;
}
.bohai-industry .industry-tab .prevStop:hover::before {
  border-right: 8px solid #C6C6C6;
}
.bohai-industry .industry-tab .prevStop::before {
  border-right: 8px solid #C6C6C6;
}
.bohai-industry .industry-tab .sNext {
  width: 24px;
  height: 56px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.bohai-industry .industry-tab .sNext:hover::before {
  border-left: 8px solid #0178FD;
}
.bohai-industry .industry-tab .sNext::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 4px;
  transform: translateY(-50%);
  border-top: 8px solid transparent;
  border-left: 8px solid #636363;
  border-bottom: 8px solid transparent;
}
.bohai-industry .industry-tab .sNext::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
  border-top: 6px solid transparent;
  border-left: 6px solid #F5F8FD;
  border-bottom: 6px solid transparent;
}
.bohai-industry .industry-tab .nextStop:hover::before {
  border-left: 8px solid #C6C6C6;
}
.bohai-industry .industry-tab .nextStop::before {
  border-left: 8px solid #C6C6C6;
}
.bohai-industry .industry-tab .industry-tempwrap {
  overflow-x: hidden;
  position: relative;
  min-width: 100%;
}
.bohai-industry .industry-tab .industry-tempwrap ul {
  min-width: 100%;
  height: 56px;
  overflow: hidden;
  position: relative;
  left: 0;
  display: flex;
  margin: 0 -20px;
}
.bohai-industry .industry-tab .industry-tempwrap ul li {
  flex-shrink: 0;
  font-size: 18px;
  color: #666666;
  height: 56px;
  width: 190px !important;
  text-align: center;
  line-height: 56px;
  padding: 0 20px;
  cursor: pointer;
}
.bohai-industry .industry-tab .industry-tempwrap ul li:hover {
  color: #0178FD;
}
.bohai-industry .industry-tab .industry-tempwrap ul .temp-color {
  color: #0178FD;
}
.bohai-industry .industry-tab .industry-tempwrap ul .temp-active {
  position: relative;
  color: #0178FD;
}
.bohai-industry .industry-tab .industry-tempwrap ul .temp-active::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
  width: 60px;
  height: 2px;
  background: #0178FD;
}
.bohai-industry .industry-project {
  height: 335px;
  overflow: hidden;
}
.bohai-industry .industry-project .project-item {
  padding: 0 24px;
  display: none;
}
.bohai-industry .industry-project .project-item .project-img {
  height: 335px;
  width: 560px;
  float: left;
  margin-right: 40px;
}
.bohai-industry .industry-project .project-item .project-info {
  width: 532px;
  float: left;
}
.bohai-industry .industry-project .project-item .project-info .project-title a {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  line-height: 28px;
  margin-bottom: 12px;
}
.bohai-industry .industry-project .project-item .project-info .project-title a:hover {
  color: #0178FD;
}
.bohai-industry .industry-project .project-item .project-info .project-des {
  font-size: 16px;
  color: #999;
  line-height: 26px;
  margin-bottom: 25px;
}
.bohai-industry .industry-project .project-item .project-info .project-td ul {
  display: flex;
}
.bohai-industry .industry-project .project-item .project-info .project-td ul li {
  margin-right: 50px;
}
.bohai-industry .industry-project .project-item .project-info .project-td ul li:last-child {
  margin-right: 0;
}
.bohai-industry .industry-project .project-item .project-info .project-td ul li img {
  display: block;
  width: 52px;
  height: 52px;
  margin: 0 auto 10px;
}
.bohai-industry .industry-project .project-item .project-info .project-td ul li p {
  font-size: 14px;
  line-height: 22px;
  color: #666666;
  text-align: center;
  margin-bottom: 22px;
}
.bohai-industry .industry-project .project-item .project-info .project-pro dt {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  line-height: 28px;
}
.bohai-industry .industry-project .project-item .project-info .project-pro dd span {
  font-size: 16px;
  color: #666666;
  line-height: 28px;
}
.bohai-industry .industry-project .project-item .project-info .project-pro dd a {
  font-size: 16px;
  color: #0178FD;
  line-height: 28px;
  margin-left: 5px;
}
.bohai-industry .industry-project .project-active {
  display: block;
}
.bohai-scene {
  height: 478px;
  background: url(../images/img_01.png) no-repeat center;
  background-color: #003C8E;
  padding-top: 80px;
}
.bohai-scene .title {
  color: #fff;
}
.bohai-scene .subtitle {
  color: #fff;
  opacity: 0.8 !important;
}
.bohai-scene .bohai-numbox {
  width: 100%;
  padding: 62px 0;
}
.bohai-scene .bohai-numbox .num-list {
  display: flex;
}
.bohai-scene .bohai-numbox .num-list li {
  flex: 1;
  flex-shrink: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.bohai-scene .bohai-numbox .num-list li:last-child {
  border: none;
}
.bohai-scene .bohai-numbox .num-list li p {
  text-align: center;
  color: #fff;
}
.bohai-scene .bohai-numbox .num-list li p:first-child {
  font-size: 50px;
  line-height: 38px;
  margin-bottom: 16px;
  font-weight: bold;
  color: #FFFFFF;
}
.bohai-scene .bohai-numbox .num-list li p:first-child span {
  vertical-align: middle;
}
.bohai-scene .bohai-numbox .num-list li p:first-child span:last-child {
  font-size: 36px;
  margin-left: 5px;
  position: relative;
}
.bohai-scene .bohai-numbox .num-list li p:first-child span:last-child::before {
  content: '+';
  position: absolute;
  font-size: 20px;
  top: -10px;
  right: -20px;
}
.bohai-scene .bohai-numbox .num-list li p:last-child {
  font-size: 16px;
  color: #FFFFFF;
  line-height: 16px;
}
.bohai-scene .more-case a {
  display: block;
  width: 160px;
  height: 48px;
  margin: 0 auto;
  font-size: 20px;
  text-align: center;
  line-height: 48px;
  font-weight: 500;
  color: #FFFFFF;
  background: #0178FD;
  border-radius: 24px;
}
.bohai-program {
  padding: 80px 0 120px;
}
.bohai-program .program-tab {
  padding-top: 36px;
  margin-bottom: 40px;
}
.bohai-program .program-tab ul {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  display: flex;
  justify-content: center;
}
.bohai-program .program-tab ul li {
  font-size: 18px;
  color: #666666;
  line-height: 66px;
  margin: 0 30px;
  cursor: pointer;
}
.bohai-program .program-tab ul li.active-tab {
  color: #0178FD;
  position: relative;
}
.bohai-program .program-tab ul li.active-tab::before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 2px;
  background: #0178FD;
}
.bohai-program .program-wrap {
  height: 335px;
  position: relative;
}
.bohai-program .program-wrap::before {
  content: '';
  position: absolute;
  z-index: 1000000;
  top: 109px;
  left: -76px;
  width: 136px;
  height: 136px;
  background: url(../images/case_bg.png) no-repeat center;
}
.bohai-program .program-wrap .program-item {
  height: 335px;
  display: none;
}
.bohai-program .program-wrap .program-item:first-child {
  display: block;
}
.bohai-program .program-wrap .program-item .swiper-container {
  height: 335px;
}
.bohai-program .program-wrap .program-item .swiper-slide {
  opacity: 0 !important;
}
.bohai-program .program-wrap .program-item .swiper-slide-duplicate-active {
  opacity: 1 !important;
}
.bohai-program .program-wrap .program-item .swiper-pagination {
  text-align: initial;
  left: 330px;
}
.bohai-program .program-wrap .program-item .swiper-pagination .swiper-pagination-bullet-active {
  width: 20px;
  height: 8px;
  border-radius: 4px;
}
.bohai-program .program-wrap .program-item .case-item {
  display: flex;
  justify-content: flex-end;
}
.bohai-program .program-wrap .program-item .case-item .case-info {
  width: 467px;
  padding-top: 50px;
}
.bohai-program .program-wrap .program-item .case-item .case-info .case-title {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  line-height: 20px;
  text-align: center;
  margin-bottom: 32px;
}
.bohai-program .program-wrap .program-item .case-item .case-info .case-subtitle {
  font-size: 16px;
  color: #999999;
  line-height: 28px;
  text-align: center;
}
.bohai-program .program-wrap .program-item .case-item .caseimg {
  width: 560px;
  height: 335px;
  margin-left: 40px;
}
.bohai-partner {
  height: 400px;
  background: url(../images/img_02.png) no-repeat center;
  background-color: #0178FD;
  padding-top: 80px;
}
.bohai-partner .title,
.bohai-partner .subtitle {
  color: #fff;
}
.bohai-partner .page-content {
  position: relative;
}
.bohai-partner .partner-list {
  position: absolute;
  left: -10px;
  top: 147px;
  width: 1200px;
  height: 300px;
  background: #FCFCFD;
  box-shadow: 0px 15px 30px 0px rgba(98, 113, 162, 0.08);
}
.bohai-partner .partner-list ul {
  padding: 30px 12px 0;
  display: flex;
  flex-wrap: wrap;
}
.bohai-partner .partner-list ul li {
  width: 168px;
  height: 80px;
  cursor: pointer;
}
.bohai-partner .partner-list ul li a {
  display: block;
  height: 100%;
}
.bohai-partner .partner-list ul li:nth-child(1) a {
  background: url(../images/xr_01.png) no-repeat center;
  background-size: 168px 80px;
}
.bohai-partner .partner-list ul li:nth-child(1) a:hover {
  background: url(../images/xr_02.png) no-repeat center;
}
.bohai-partner .partner-list ul li:nth-child(2) a {
  background: url(../images/yd_01.png) no-repeat center;
  background-size: 168px 80px;
}
.bohai-partner .partner-list ul li:nth-child(2) a:hover {
  background: url(../images/yd_02.png) no-repeat center;
}
.bohai-partner .partner-list ul li:nth-child(3) a {
  background: url(../images/fh_01.png) no-repeat center;
  background-size: 168px 80px;
}
.bohai-partner .partner-list ul li:nth-child(3) a:hover {
  background: url(../images/fh_02.png) no-repeat center;
}
.bohai-partner .partner-list ul li:nth-child(4) a {
  background: url(../images/ly_01.png) no-repeat center;
  background-size: 168px 80px;
}
.bohai-partner .partner-list ul li:nth-child(4) a:hover {
  background: url(../images/ly_02.png) no-repeat center;
}
.bohai-partner .partner-list ul li:nth-child(5) a {
  background: url(../images/xds_01.png) no-repeat center;
  background-size: 168px 80px;
}
.bohai-partner .partner-list ul li:nth-child(5) a:hover {
  background: url(../images/xds_02.png) no-repeat center;
}
.bohai-partner .partner-list ul li:nth-child(6) a {
  background: url(../images/xda_01.png) no-repeat center;
  background-size: 168px 80px;
}
.bohai-partner .partner-list ul li:nth-child(6) a:hover {
  background: url(../images/xda_02.png) no-repeat center;
}
.bohai-partner .partner-list ul li:nth-child(7) a {
  background: url(../images/tl_01.png) no-repeat center;
  background-size: 168px 80px;
}
.bohai-partner .partner-list ul li:nth-child(7) a:hover {
  background: url(../images/tl_02.png) no-repeat center;
}
.bohai-partner .partner-list ul li:nth-child(8) a {
  background: url(../images/am_01.png) no-repeat center;
  background-size: 168px 80px;
}
.bohai-partner .partner-list ul li:nth-child(8) a:hover {
  background: url(../images/am_02.png) no-repeat center;
}
.bohai-partner .partner-list ul li:nth-child(9) a {
  background: url(../images/zb_01.png) no-repeat center;
  background-size: 168px 80px;
}
.bohai-partner .partner-list ul li:nth-child(9) a:hover {
  background: url(../images/zb_02.png) no-repeat center;
}
.bohai-partner .partner-list ul li:nth-child(10) a {
  background: url(../images/lima_01.png) no-repeat center;
  background-size: 168px 80px;
}
.bohai-partner .partner-list ul li:nth-child(10) a:hover {
  background: url(../images/lima_02.png) no-repeat center;
}
.bohai-partner .partner-list ul li:nth-child(11) a {
  background: url(../images/cw_01.png) no-repeat center;
  background-size: 168px 80px;
}
.bohai-partner .partner-list ul li:nth-child(11) a:hover {
  background: url(../images/cw_02.png) no-repeat center;
}
.bohai-partner .partner-list ul li:nth-child(12) a {
  background: url(../images/ky_01.png) no-repeat center;
  background-size: 168px 80px;
}
.bohai-partner .partner-list ul li:nth-child(12) a:hover {
  background: url(../images/ky_02.png) no-repeat center;
}
.bohai-partner .partner-list ul li:nth-child(13) a {
  background: url(../images/dbkd_01.png) no-repeat center;
  background-size: 168px 80px;
}
.bohai-partner .partner-list ul li:nth-child(13) a:hover {
  background: url(../images/dbkd_02.png) no-repeat center;
}
.bohai-partner .partner-list ul li:nth-child(14) a {
  background: url(../images/yt_01.png) no-repeat center;
  background-size: 168px 80px;
}
.bohai-partner .partner-list ul li:nth-child(14) a:hover {
  background: url(../images/yt_02.png) no-repeat center;
}
.bohai-partner .partner-list ul li:nth-child(15) a {
  background: url(../images/cnex_01.png) no-repeat center;
  background-size: 168px 80px;
}
.bohai-partner .partner-list ul li:nth-child(15) a:hover {
  background: url(../images/cnex_02.png) no-repeat center;
}
.bohai-partner .partner-list ul li:nth-child(16) a {
  background: url(../images/wk_01.png) no-repeat center;
  background-size: 168px 80px;
}
.bohai-partner .partner-list ul li:nth-child(16) a:hover {
  background: url(../images/wk_02.png) no-repeat center;
}
.bohai-partner .partner-list ul li:nth-child(17) a {
  background: url(../images/sz_01.png) no-repeat center;
  background-size: 168px 80px;
}
.bohai-partner .partner-list ul li:nth-child(17) a:hover {
  background: url(../images/sz_02.png) no-repeat center;
}
.bohai-partner .partner-list ul li:nth-child(18) a {
  background: url(../images/zgyd_01.png) no-repeat center;
  background-size: 168px 80px;
}
.bohai-partner .partner-list ul li:nth-child(18) a:hover {
  background: url(../images/zgyd_02.png) no-repeat center;
}
.bohai-partner .partner-list ul li:nth-child(19) a {
  background: url(../images/xd_01.png) no-repeat center;
  background-size: 168px 80px;
}
.bohai-partner .partner-list ul li:nth-child(19) a:hover {
  background: url(../images/xd_02.png) no-repeat center;
}
.bohai-partner .partner-list ul li:nth-child(20) a {
  background: url(../images/at_01.png) no-repeat center;
  background-size: 168px 80px;
}
.bohai-partner .partner-list ul li:nth-child(20) a:hover {
  background: url(../images/at_02.png) no-repeat center;
}
.bohai-partner .partner-list ul li:nth-child(21) a {
  background: url(../images/ehi_01.png) no-repeat center;
  background-size: 168px 80px;
}
.bohai-partner .partner-list ul li:nth-child(21) a:hover {
  background: url(../images/ehi_02.png) no-repeat center;
}
.bohai-news {
  height: 1126px;
  background: #fff;
  padding-top: 286px;
}
.bohai-news .newswrap {
  padding-top: 59px;
  display: flex;
  justify-content: space-between;
}
.bohai-news .newswrap .newsbox-item {
  width: 560px;
}
.bohai-news .newswrap .newsbox-item img {
  width: 100%;
  height: 120px;
}
.bohai-news .newswrap .newsbox-head {
  font-size: 18px;
  display: flex;
  height: 20px;
  margin-bottom: 32px;
  justify-content: space-between;
}
.bohai-news .newswrap .newsbox-head p {
  color: #333333;
  line-height: 20px;
  font-weight: bold;
}
.bohai-news .newswrap .newsbox-head a {
  color: #999999;
}
.bohai-news .newswrap .newsbox-head a:hover {
  color: #0178FD;
}
.bohai-news .newswrap .news-list ul .news-item {
  padding: 16px 0 18px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.bohai-news .newswrap .news-list ul .news-item .news-item-title {
  padding: 0 120px 0 15px;
  position: relative;
  cursor: pointer;
}
.bohai-news .newswrap .news-list ul .news-item .news-item-title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 6px;
  height: 10px;
  transform: translateY(-50%);
  background: url(../images/news.png) no-repeat center;
}
.bohai-news .newswrap .news-list ul .news-item .news-item-title a {
  display: block;
  font-size: 16px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 28px;
}
.bohai-news .newswrap .news-list ul .news-item .news-item-title a:hover {
  color: #0178FD;
}
.bohai-news .newswrap .news-list ul .news-item .news-item-title .time {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 12px;
  color: #999999;
  line-height: 28px;
}
.bohai-news .newswrap .news-list ul .news-item .open-show::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 6px;
  height: 10px;
  transform: translateY(-50%);
  background: url(../images/news_open.png) no-repeat center;
}
.bohai-news .newswrap .news-list ul .news-item .open-show a {
  color: #337ab7;
}
.bohai-news .newswrap .news-list ul .news-item .iteminf {
  display: none;
}
.bohai-news .newswrap .news-list ul .news-item .iteminf p {
  padding-top: 6px;
  font-size: 14px;
  color: #999999;
  line-height: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.bohai-news .newswrap .news-list ul .news-item.active .news-item-title::before {
  background: url(../images/news_open.png) no-repeat center;
}
.bohai-news .newswrap .news-list ul .news-item.active .news-item-title a {
  color: #0178FD;
}
.bohai-news .newswrap .news-list ul .news-item.active .iteminf {
  display: block;
}
/*******2021-10-29 核心产品列表******/
.product-list-wrap {
  display: grid;
  grid-template-columns: repeat(2, 560px);
  grid-gap: 60px;
  margin-top: 60px;
}
.product-list-wrap .baseinf-head {
  width: 560px;
  height: 100px;
  background: linear-gradient(90deg, #0178FD 0%, #568FFF 100%);
}
.product-list-wrap .baseinf-head .head-wrap {
  height: 100%;
  background: url(../images/head_bg.png) no-repeat center right;
  font-size: 24px;
  font-weight: 500;
  padding-left: 48px;
  line-height: 100px;
  color: #FFFFFF;
}
.product-list-wrap .baseinf-content {
  height: 460px;
  padding: 48px 80px 0 48px;
  position: relative;
}
.product-list-wrap .baseinf-content h4 {
  font-size: 20px;
  font-weight: 500;
  color: #333333;
  line-height: 22px;
  padding-left: 10px;
  margin-bottom: 24px;
  position: relative;
}
.product-list-wrap .baseinf-content h4::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 3px;
  height: 14px;
  background: #0178FD;
}
.product-list-wrap .baseinf-content .type-list {
  margin-bottom: 40px;
}
.product-list-wrap .baseinf-content .type-list ul {
  display: flex;
  flex-wrap: wrap;
}
.product-list-wrap .baseinf-content .type-list ul li {
  width: 80px;
  height: 36px;
  border: 1px solid #E5E5E5;
  border-radius: 2px;
  margin-right: 16px;
  text-align: center;
  line-height: 34px;
}
.product-list-wrap .baseinf-content .info-cite {
  width: 75%;
  font-size: 16px;
  color: #666666;
}
.product-list-wrap .baseinf-content .detalie-btn {
  display: block;
  position: absolute;
  bottom: 87px;
  width: 160px;
  height: 48px;
  border: 1px solid #0178FD;
  border-radius: 24px;
  font-size: 18px;
  font-weight: 500;
  color: #0178FD;
  text-align: center;
  line-height: 48px;
}
.product-list-wrap .product-baseinf {
  transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
}
.product-list-wrap .product-baseinf:hover {
  margin-top: -10px;
  transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
}
.product-list-wrap .product-baseinf:hover .detalie-btn {
  background: #0178FD;
  border: 1px solid #0178FD;
  color: #fff;
}
.product-list-wrap .product-baseinf:nth-child(1) .baseinf-content {
  background: url(../images/infoimg_01.png) no-repeat 380px bottom;
  background-color: #fff;
}
.product-list-wrap .product-baseinf:nth-child(2) .baseinf-content {
  background: url(../images/infoimg_02.png) no-repeat 370px 218px;
  background-color: #fff;
}
