/* Animate.css动画演示 */
@import "../plugin/swiper/animate.min.css";

/* Swiper 7.4.1 */
@import "../plugin/swiper/swiper-bundle.min.css";

/* 字体图标 */
@import "../plugin/font/css/font-awesome.min.css";

/* 核心样式 */
@import "../css/core/bootstrap.min.css";

/* 公用样式 */
@import "../css/public.css";

/* 关于环跃 */
.company {
  width: 100%;
  overflow: hidden;
  padding: 50px 0;
}
.dqwzTitle {
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #bebebe;
  padding: 40px 0 34px 0;
  background: url(../images/about_title_icon.png) no-repeat center top;
  line-height: 1;
  font-size: 36px;
  color: #0c5ac2;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}
.companyTxt {
  display: block;
  overflow: hidden;
  font-size: 16px;
  color: #323232;
  line-height: 30px;
}
.companyTxt>img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto 35px auto;
}

@media (max-width: 1200px) {
  .company {
    padding: 40px 0;
  }
  .dqwzTitle {
    margin-bottom: 40px;
  }
}

@media (max-width: 991px) {
  .company {
    padding: 30px 0;
  }
  .dqwzTitle {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .company {
    padding: 0;
  }
  .dqwzTitle {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-bottom: 0;
    border: none;
    padding: 0;
    background: #0c5ac2;
    color: #fff;
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    text-align: center;
  }
  .companyTxt {
    font-size: 14px;
    line-height: 24px;
    padding: 15px 0;
  }
  .companyTxt>img {
    margin: 0 auto 15px auto;
  }
  .companyTxt img {
    max-width: 100%;
	  height: auto;
	  margin-top: 5px;
  }
}
/* END-关于环跃 */

/* 海鲜池工程/海洋馆设计&施工/亚克力鱼缸 */
/* 十余载砥砺前行 */
.cp {
  width: 100%;
  overflow: hidden;
  background-color: #f6f8fa;
  padding: 40px 0;
}
.cpTitle {
  display: block;
  overflow: hidden;
  text-align: center;
  padding-top: 30px;
  background: url(../images/about_title_icon.png) no-repeat center top;
  line-height: 36px;
  font-size: 24px;
  color: #212121;
}
.cpTitle>span {
  display: block;
  overflow: hidden;
  line-height: 54px;
  font-size: 36px;
  color: #0c5ac2;
  font-weight: bold;
}
.cpList {
  display: block;
  overflow: hidden;
  width: 1464px;
  padding-top: 50px;
}
.cpList>li {
  width: 342px;
  float: left;
  margin: 0 24px 50px 0;
  border-bottom: 2px solid #c3c3c3;
  position: relative;
}
.cpList>li::before {
  content: "";
  display: block;
  width: 94px;
  float: left;
  height: 2px;
  background-color: #00deff;
  position: absolute;
  left: 0;
  bottom: -2px;
  z-index: 2;
}
.cpList>li>a {
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
}
.cpList>li>a::before {
  content: "";
  display: block;
  padding-top: 130.3207%;
}
.cpList>li>a .cpImg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
.cpList>li>a .cpBox {
  width: 100%;
  height: auto;
  padding: 30px 0 15px 0;
  background-color: #f6f8fa;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  align-content: flex-end;
}
.cpList>li>a .cpBox .cpSubTitle {
  width: 100%;
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 24px;
  color: #1e1e1e;
}
.cpList>li>a .cpBox .cpSubTxt {
  width: 100%;
  display: block;
  overflow: hidden;
  height: 72px;
  line-height: 24px;
  font-size: 14px;
  color: #757575;
  margin-top: 25px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.cpList>li>a .cpBox .cpSubMore {
  width: 100%;
  display: block;
  overflow: hidden;
  line-height: 24px;
  margin-top: 5px;
}
.cpList>li>a .cpBox .cpSubMore>span {
  float: left;
  background: url(../images/cp_jiantou.png) no-repeat right center;
  padding-right: 38px;
  font-size: 14px;
  color: #353535;
}
.cpList>li>a:hover .cpBox {
  background-color: rgba(12, 90, 194, 0.8);
  height: 100%;
  padding: 0 20px 40px 20px;
}
.cpList>li>a:hover .cpBox .cpSubTitle,
.cpList>li>a:hover .cpBox .cpSubTxt {
  color: #fff;
}
.cpList>li>a:hover .cpBox .cpSubMore {
  display: none;
}

@media (max-width: 1440px) {
  .cpList {
    width: 102%;
    margin-left: -1%;
    padding-top: 40px;
  }
  .cpList>li {
    width: 23%;
    margin: 0 1% 40px 1%;
  }
}

@media (max-width: 1200px) {
  .cpList>li>a .cpBox {
    padding: 15px 0;
  }
  .cpList>li>a .cpBox .cpSubTitle {
    line-height: 24px;
    font-size: 20px;
  }
  .cpList>li>a .cpBox .cpSubTxt {
    margin-top: 15px;
  }
}

@media (max-width: 991px) {
  .cp {
    padding: 30px 0;
  }
  .cpList {
    padding-top: 30px;
  }
  .cpList>li {
    margin: 0 1% 20px 1%;
  }
  .cpList>li>a .cpBox {
    padding: 10px 0;
  }
  .cpList>li>a .cpBox .cpSubTitle {
    line-height: 22px;
    font-size: 18px;
  }
  .cpList>li>a .cpBox .cpSubTxt {
    margin-top: 10px;
    height: 60px;
    line-height: 20px;
  }
}

@media (max-width: 767px) {
  .cp {
    padding: 15px 0;
  }
  .cpTitle {
    padding-top: 15px;
    background-size: auto 15px;
    line-height: 20px;
    font-size: 14px;
  }
  .cpTitle>span {
    line-height: 30px;
    font-size: 20px;
  }
  .cpList {
    padding-top: 15px;
  }
  .cpList>li {
    width: 48%;
    margin: 0 1% 10px 1%;
  }
  .cpList>li>a .cpBox .cpSubTitle {
    line-height: 20px;
    font-size: 16px;
  }
  .cpList>li>a .cpBox .cpSubTxt {
    margin-top: 5px;
    height: 40px;
    line-height: 20px;
    -webkit-line-clamp: 2;
  }
}

/* 工程案例赏析 */
.cpCase {
  width: 100%;
  overflow: hidden;
  padding: 60px 0 80px 0;
}
.cpCaseList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
  position: relative;
}
.cpCaseList>li {
  width: 50%;
  float: left;
  margin-bottom: 15px;
}
.cpCaseList>li>a {
  width: 65%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
}
.cpCaseList>li>a::before {
  content: "";
  display: block;
  padding-top: 76.2821%;
}
.cpCaseList>li:nth-child(even)>a {
  float: right;
}
.cpCaseList>li:last-child {
  width: 32.5%;
  height: calc(100% - 15px);
  float: left;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.cpCaseList>li:last-child>a {
  width: 100%;
}
.cpCaseList>li>a:hover>img {
  transform: scale(1.1);
}
.cpCaseMore {
  display: flex;
  justify-content: center;
  padding-top: 40px;
}
.cpCaseMore>a {
  width: 172px;
  float: left;
  height: 52px;
  line-height: 52px;
  border-radius: 26px;
  background-color: #0c5ac2;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  position: relative;
}
.cpCaseMore>a::before {
  content: "";
  width: 40px;
  float: left;
  height: 18px;
  background: url(../images/more_left.png) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  left: -44px;
  top: 50%;
  transform: translateY(-50%);
}
.cpCaseMore>a::after {
  content: "";
  width: 40px;
  float: left;
  height: 18px;
  background: url(../images/more_right.png) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  right: -44px;
  top: 50%;
  transform: translateY(-50%);
}
.cpCaseMore>a:hover {
  background-color: #00deff;
  color: #fff;
}

@media (max-width: 1440px) {
  .cpCase {
    padding: 50px 0;
  }
  .cpCaseList {
    margin-top: 40px;
  }
  .cpCaseMore {
    padding-top: 30px;
  }
}

@media (max-width: 1200px) {
  .cpCase {
    padding: 40px 0;
  }
  .cpCaseList {
    margin-top: 30px;
  }
  .cpCaseMore {
    padding-top: 20px;
  }
}

@media (max-width: 991px) {
  .cpCase {
    padding: 30px 0;
  }
  .cpCaseList {
    margin-top: 20px;
  }
  .cpCaseMore {
    padding-top: 10px;
  }
}

@media (max-width: 767px) {
  .cpCase {
    padding: 15px 0;
  }
  .cpCaseList {
    margin-top: 10px;
  }
  .cpCaseList>li {
    margin-bottom: 5px;
  }
  .cpCaseList>li:last-child {
    height: calc(100% - 5px);
  }
  .cpCaseMore {
    padding-top: 10px;
  }
  .cpCaseMore>a {
    width: 122px;
    height: 36px;
    line-height: 36px;
    border-radius: 18px;
    font-size: 16px;
  }
}

/* 实力雄厚 */
.cpPower {
  width: 100%;
  overflow: hidden;
  background: url(../images/cpPower_bj.jpg) no-repeat center center;
  background-size: cover;
  padding: 90px 0;
}
.cpPower>.container {
  position: relative;
}
#gallery {
  width: 100%;
  background-color: #fff;
}
.cpPowerLeft {
  width: 50%;
  float: left;
  padding: 90px 80px 90px 65px;
}
.cpPowerLeft .cpPowerTitle {
  display: block;
  overflow: hidden;
  padding-bottom: 40px;
  border-bottom: 1px solid #787878;
}
.cpPowerLeft .cpPowerTitle .cpPowerSub {
  width: 90px;
  height: 68px;
  float: right;
  overflow: hidden;
  position: relative;
  text-align: center;
  line-height: 1;
  font-size: 60px;
  color: #c0c0c0;
}
.cpPowerLeft .cpPowerTitle .cpPowerSub::after {
  content: "";
  width: 120px;
  height: 34px;
  background-color: #fff;
  border-top: 1px solid #787878;
  position: absolute;
  left: 20%;
  top: 30%;
  transform: rotate(-40deg);
}
.cpPowerLeft .cpPowerTitle .cpPowerSubTitle {
  display: block;
  overflow: hidden;
  position: relative;
  padding-left: 62px;
}
.cpPowerLeft .cpPowerTitle .cpPowerSubTitle>img {
  float: left;
  width: auto;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.cpPowerLeft .cpPowerTitle .cpPowerSubTitle .cpPowerCn {
  display: block;
  overflow: hidden;
  line-height: 38px;
  font-size: 30px;
  color: #0c5ac2;
  font-weight: bold;
}
.cpPowerLeft .cpPowerTitle .cpPowerSubTitle .cpPowerEn {
  display: block;
  overflow: hidden;
  line-height: 16px;
  font-size: 12px;
  color: #969696;
  font-weight: bold;
  text-transform: uppercase;
}
.cpPowerLeft .cpPowerTxt {
  display: block;
  overflow: hidden;
  height: 140px;
  line-height: 24px;
  font-size: 14px;
  color: #8a8a8a;
  margin-top: 30px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.cpPowerLeft .cpPowerTxt>p>span {
  display: block;
  overflow: hidden;
  line-height: 34px;
  font-size: 18px;
  color: #484848;
  font-weight: bold;
  margin-bottom: 10px;
}
.cpPowerRight {
  width: 50%;
  float: left;
  overflow: hidden;
  position: relative;
}
.cpPowerRight::before {
  content: "";
  display: block;
  padding-top: 85.2778%;
}
/* 圆点 */
#gallery .swiper-pagination {
  width: 50%;
  padding: 0 80px 0 65px;
  bottom: 210px;
}
#gallery .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  float: left;
  background: #fff;
  border: 2px solid #979797;
  opacity: 1;
  border-radius: 50%;
}
#gallery .banner-roll>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}
#gallery .swiper-pagination-bullet-active {
  opacity: 1;
  border-color: #0c5ac2;
}

#thumbs {
  width: calc(100% - 120px);
  position: absolute;
  left: 50%;
  bottom: -90px;
  transform: translateX(-50%);
  background-color: #fff;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.2);
  height: 110px;
  border-radius: 55px;
  overflow: hidden;
}
#thumbs .swiper-slide {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  cursor: pointer;
}
#thumbs .swiper-slide .cpPowerIcon {
  width: 54px;
  float: left;
  height: 54px;
  position: relative;
  overflow: hidden;
  margin-right: 25px;
}
#thumbs .swiper-slide .cpPowerIcon>img:first-child {
  opacity: 1;
}
#thumbs .swiper-slide .cpPowerIcon>img:last-child {
  opacity: 0;
}
#thumbs .swiper-slide .cpPowerTxt {
  color: #414141;
  font-size: 24px;
}
#thumbs .swiper-slide-thumb-active {
  background-color: #0c5ac2;
}
#thumbs .swiper-slide-thumb-active .cpPowerIcon>img:first-child {
  opacity: 0;
}
#thumbs .swiper-slide-thumb-active .cpPowerIcon>img:last-child {
  opacity: 1;
}
#thumbs .swiper-slide-thumb-active .cpPowerTxt {
  color: #fff;
}

@media (max-width: 1440px) {
  .cpPower {
    padding: 70px 0;
  }
  #gallery .swiper-pagination {
    bottom: 140px;
  }
  #thumbs {
    bottom: 30px;
    height: 80px;
    border-radius: 40px;
  }
}

@media (max-width: 1200px) {
  .cpPower {
    padding: 50px 0;
  }
  .cpPowerLeft {
    padding: 50px;
  }
  #gallery .swiper-pagination {
    padding: 0 50px;
    bottom: 20px;
  }
  #thumbs {
    width: 100%;
    position: relative;
    bottom: 0;
    height: 80px;
    border-radius: 40px;
    margin-top: 20px;
  }
}

@media (max-width: 991px) {
  .cpPower {
    padding: 30px 0;
  }
  .cpPowerLeft {
    padding: 30px;
  }
  .cpPowerLeft .cpPowerTitle {
    padding-bottom: 20px;
  }
  .cpPowerLeft .cpPowerTitle .cpPowerSub {
    width: 68px;
    height: 54px;
    font-size: 50px;
  }
  .cpPowerLeft .cpPowerTxt {
    margin-top: 15px;
  }
  #gallery .swiper-pagination {
    padding: 0 30px;
    bottom: 10px;
  }
  #thumbs .swiper-slide .cpPowerIcon {
    margin-right: 10px;
  }
  #thumbs .swiper-slide .cpPowerTxt {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .cpPower {
    padding: 15px 0;
  }
  .cpPowerLeft {
    width: 100%;
    padding: 15px;
  }
  .cpPowerLeft .cpPowerTitle .cpPowerSub::after {
    left: -15%;
    top: 20%;
    transform: rotate(-30deg);
  }
  .cpPowerLeft .cpPowerTitle .cpPowerSubTitle {
    padding-left: 55px;
  }
  .cpPowerLeft .cpPowerTitle .cpPowerSubTitle .cpPowerCn {
    line-height: 30px;
    font-size: 20px;
  }
  .cpPowerLeft .cpPowerTitle .cpPowerSub {
    width: 50px;
    height: 46px;
    font-size: 40px;
  }
  .cpPowerLeft .cpPowerTitle {
    padding-bottom: 10px;
  }
  .cpPowerLeft .cpPowerTxt {
    height: auto;
    line-height: 20px;
    margin-top: 10px;
    -webkit-line-clamp: initial;
  }
  .cpPowerLeft .cpPowerTxt>span {
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 5px;
  }
  .cpPowerRight::before {
    padding-top: 56.25%;
  }
  #gallery .swiper-pagination {
    width: 100%;
    padding: 0 10px;
    display: flex;
    justify-content: center;
  }
  .cpPowerRight {
    width: 100%;
  }
  #thumbs {
    height: auto;
    border-radius: 0;
    margin-top: 10px;
  }
  #thumbs .swiper-slide {
    padding: 10px;
    flex-wrap: wrap;
  }
  #thumbs .swiper-slide .cpPowerIcon {
    width: 100%;
    height: 40px;
    margin-right: 0;
  }
  #thumbs .swiper-slide .cpPowerTxt {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
  }
}

/* 我们的优势 */
.ys {
  width: 100%;
  overflow: hidden;
  padding: 80px 0 0 0;
  background-color: #f4f4f4;
}
.ysList {
  display: block;
  overflow: hidden;
  padding: 80px 0;
  position: relative;
}
.ysList::before {
  content: "";
  width: 1px;
  float: left;
  height: 100%;
  background-color: #c0c0c0;
  position: absolute;
  left: 50%;
  top: 0;
}
.ysList>li {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  margin-bottom: 45px;
  position: relative;
}
.ysList>li::before {
  content: "";
  width: 23px;
  float: left;
  height: 23px;
  border-radius: 50%;
  background-color: #f4f4f4;
  border: 5px solid #48d0fc;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
.ysList>li:last-child {
  margin: 0;
}
.ysList>li .ysLeft {
  width: 50%;
  float: left;
  display: flex;
  justify-content: center;
}
.ysList>li .ysLeft>img {
  display: block;
  max-width: 100%;
  height: auto;
}
.ysList>li .ysRight {
  width: 50%;
  float: left;
  padding: 0 60px;
}
.ysList>li .ysRight .ysTitle {
  display: block;
  overflow: hidden;
}
.ysList>li .ysRight .ysTitle .ysSub {
  width: 102px;
  float: left;
  height: 86px;
  background: url(../images/ys_sub.png) no-repeat center center;
  background-size: 100% 100%;
  margin: 8px 28px 0 0;
  padding-right: 13px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #aaa;
  text-transform: uppercase;
}
.ysList>li .ysRight .ysTitle .ysSub>span {
  display: block;
  width: 100%;
  overflow: hidden;
  line-height: 40px;
  text-align: center;
  font-size: 36px;
  color: #6b6b6b;
}
.ysList>li .ysRight .ysTitle .ysCn {
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #d0d0d0;
  padding-bottom: 9px;
  line-height: 28px;
  font-size: 20px;
  color: #454545;
  font-weight: bold;
}
.ysList>li .ysRight .ysTitle .ysCn>span {
  display: block;
  overflow: hidden;
  line-height: 44px;
  margin-bottom: 10px;
  font-size: 36px;
  color: #0c5ac2;
}
.ysList>li .ysRight .ysTxt {
  display: block;
  overflow: hidden;
  padding-left: 130px;
  font-size: 15px;
  color: #555;
  line-height: 30px;
  margin-top: 20px;
}
.ysList>li:nth-child(even) {
  flex-direction: row;
}
.ysList>li:nth-child(even) .ysRight .ysTitle .ysSub {
  float: right;
  margin: 8px 0 0 28px;
  background: url(../images/ys_sub2.png) no-repeat center center;
  background-size: 100% 100%;
  padding: 0 0 0 13px;
}
.ysList>li:nth-child(even) .ysRight .ysTitle .ysCn {
  text-align: right;
}
.ysList>li:nth-child(even) .ysRight .ysTxt {
  padding: 0 130px 0 0;
}

@media (max-width: 1440px) {
  .ys {
    padding: 70px 0 0 0;
  }
  .ysList {
    padding: 70px 0;
  }
  .ysList>li .ysRight {
    padding: 0 50px;
  }
}

@media (max-width: 1200px) {
  .ys {
    padding: 50px 0 0 0;
  }
  .ysList {
    padding: 50px 0;
  }
  .ysList>li .ysRight {
    padding: 0 40px;
  }
}

@media (max-width: 991px) {
  .ys {
    padding: 30px 0 0 0;
  }
  .ysList {
    padding: 30px 0;
  }
  .ysList>li {
    margin-bottom: 25px;
  }
  .ysList>li .ysRight {
    padding: 0 15px 0 0;
  }
  .ysList>li .ysRight .ysTitle .ysSub {
    margin: 8px 15px 0 0;
  }
  .ysList>li .ysRight .ysTitle .ysCn {
    line-height: 22px;
    font-size: 16px;
  }
  .ysList>li .ysRight .ysTitle .ysCn>span {
    line-height: 30px;
    margin-bottom: 5px;
    font-size: 26px;
  }
  .ysList>li .ysRight .ysTxt {
    padding-left: 0;
    font-size: 14px;
    line-height: 24px;
    margin-top: 15px;
  }
  .ysList>li:nth-child(even) .ysRight {
    padding: 0 0 0 15px;
  }
  .ysList>li:nth-child(even) .ysRight .ysTitle .ysSub {
    margin: 8px 0 0 15px;
  }
  .ysList>li:nth-child(even) .ysRight .ysTxt {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .ys {
    padding: 15px 0 0 0;
  }
  .ysList {
    padding: 15px 0;
  }
  .ysList::before {
    display: none;
  }
  .ysList>li {
    margin-bottom: 10px;
  }
  .ysList>li::before {
    display: none;
  }
  .ysList>li .ysLeft {
    width: 100%;
  }
  .ysList>li .ysRight {
    width: 100%;
    margin-top: 10px;
    padding: 0;
  }
  .ysList>li .ysRight .ysTitle {
    display: flex;
    align-items: center;
  }
  .ysList>li .ysRight .ysTitle .ysSub {
    margin: 0;
  }
  .ysList>li .ysRight .ysTitle .ysCn {
    padding-bottom: 4px;
    line-height: 20px;
    font-size: 12px;
    flex: 1;
  }
  .ysList>li .ysRight .ysTitle .ysCn>span {
    line-height: 20px;
    margin-bottom: 5px;
    font-size: 18px;
  }
  .ysList>li .ysRight .ysTxt {
    line-height: 22px;
    margin-top: 10px;
  }
  .ysList>li:nth-child(even) .ysRight {
    padding: 0;
  }
  .ysList>li:nth-child(even) .ysRight .ysTitle .ysSub {
    margin: 0;
    background: url(../images/ys_sub.png) no-repeat center center;
    background-size: 100% 100%;
    padding: 0 13px 0 0;
  }
  .ysList>li:nth-child(even) .ysRight .ysTitle .ysCn {
    text-align: left;
  }
}

/* 服务流程 精细定制 */
.cpFwlc {
  width: 100%;
  overflow: hidden;
  padding: 105px 0;
}
.cpFwlcContect {
  display: flex;
  width: 100%;
  max-width: 1220px;
  position: relative;
  margin: 30px auto 0 auto;
}
.cpFwlcContect>img {
  display: block;
  width: 100%;
  max-width: 726px;
  height: auto;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
.cpFwlcList {
  width: 100%;
  float: left;
  height: 60%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.cpFwlcList>li {
  width: 50%;
  float: left;
  line-height: 30px;
  position: relative;
  display: flex;
  align-items: center;
}
.cpFwlcList>li>a {
  float: left;
  font-size: 20px;
  color: #474747;
  font-weight: bold;
  padding-right: 30px;
  position: relative;
  white-space: nowrap;
}
.cpFwlcList>li>a::before {
  content: "";
  width: 14px;
  float: left;
  height: 14px;
  background-color: #d2e2f3;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.cpFwlcList>li>a::after {
  content: "";
  width: 8px;
  float: left;
  height: 8px;
  background-color: #005cba;
  border-radius: 50%;
  position: absolute;
  right: 3px;
  top: 50%;
  transform: translateY(-50%);
}
.cpFwlcList>li:nth-child(even) {
  justify-content: flex-end;
}
.cpFwlcList>li:nth-child(even)::before {
  content: "";
  float: left;
  width: 260px;
  height: 1px;
  background-color: #005cba;
  position: relative;
  right: -3px;
}
.cpFwlcList>li:nth-child(even)>a {
  padding: 0 0 0 30px;
}
.cpFwlcList>li:nth-child(even)>a::before {
  right: initial;
  left: 0;
}
.cpFwlcList>li:nth-child(even)>a::after {
  right: initial;
  left: 3px;
}
.cpFwlcList>li:nth-child(odd)::after {
  content: "";
  float: left;
  width: 160px;
  height: 1px;
  background-color: #005cba;
  position: relative;
  left: -3px;
}
.cpFwlcList>li:nth-child(1),
.cpFwlcList>li:nth-child(9) {
  padding-left: 60px;
}
.cpFwlcList>li:nth-child(3),
.cpFwlcList>li:nth-child(7) {
  padding-left: 15px;
}

.cpFwlcList>li:nth-child(2),
.cpFwlcList>li:nth-child(10) {
  padding-right: 60px;
}
.cpFwlcList>li:nth-child(4),
.cpFwlcList>li:nth-child(8) {
  padding-right: 15px;
}

@media (max-width: 1440px) {
  .cpFwlc {
    padding: 80px 0;
  }
}

@media (max-width: 1200px) {
  .cpFwlc {
    padding: 50px 0;
  }
  .cpFwlcContect>img {
    width: 60%;
  }
}

@media (max-width: 991px) {
  .cpFwlc {
    padding: 30px 0;
  }
  .cpFwlcList {
    height: 80%;
  }
  .cpFwlcContect>img {
    width: 50%;
  }
  .cpFwlcList>li:nth-child(even)::before {
    width: 200px;
  }
  .cpFwlcList>li:nth-child(1),
  .cpFwlcList>li:nth-child(9) {
    padding-left: 0;
  }
  .cpFwlcList>li:nth-child(3),
  .cpFwlcList>li:nth-child(7) {
    padding-left: 0;
  }
  .cpFwlcList>li:nth-child(2),
  .cpFwlcList>li:nth-child(10) {
    padding-right: 0;
  }
  .cpFwlcList>li:nth-child(4),
  .cpFwlcList>li:nth-child(8) {
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .cpFwlc {
    padding: 15px 0;
  }
  .cpFwlcContect {
    margin: 15px auto 0 auto;
  }
  .cpFwlcList>li>a {
    font-size: 14px;
    padding-right: 15px;
  }
  .cpFwlcList>li:nth-child(even)>a {
    padding: 0 0 0 15px;
  }
  .cpFwlcContect>img {
    width: 50%;
  }
}

/* 横幅 */
.hf {
  width: 100%;
  min-height: 508px;
  overflow: hidden;
  background: url(../images/hf_bj.png) no-repeat center top #fff;
  background-size: cover;
  display: flex;
  align-items: flex-end;
  padding-bottom: 110px;
}
.hf>.container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hfLeft {
  float: left;
  padding: 30px 0 28px 0;
  color: #fff;
  position: relative;
}
.hfLeft::before {
  content: "";
  width: 224px;
  float: left;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border: 5px solid #00deff;
  border-right: none;
}
.hfTitle {
  width: 100%;
  float: left;
  position: relative;
  line-height: 28px;
  font-size: 20px;
  padding-left: 56px;
}
.hfTitle>span {
  display: block;
  overflow: hidden;
  line-height: 38px;
  font-weight: bold;
  font-size: 30px;
}
.hfTitle::before {
  content: "";
  width: 5px;
  float: left;
  height: 25px;
  background-color: #00deff;
  position: absolute;
  left: 219px;
  top: -30px;
}
.hfTitle::after {
  content: "";
  width: 5px;
  float: left;
  height: 25px;
  background-color: #00deff;
  position: absolute;
  left: 219px;
  bottom: -28px;
}
.hfRight {
  width: 182px;
}
.hfRight>a {
  display: flex;
  overflow: hidden;
  height: 64px;
  border: 2px solid #fff;
  border-radius: 32px;
  line-height: 60px;
  text-align: center;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.hfRight>a>span {
  float: left;
  font-size: 18px;
  color: #fff;
  padding-left: 38px;
  background: url(../images/hf_dianhua.png) no-repeat left center;
}
.hfRight>a:hover {
  background-color: #005cba;
  border-color: #005cba;
}

@media (max-width: 1200px) {
  .hf {
    min-height: 400px;
    padding-bottom: 80px;
  }
}

@media (max-width: 991px) {
  .hf {
    min-height: 300px;
    padding-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .hf {
    min-height: 100%;
    padding: 15px 0;
    background: url(../images/sj_hf_bj.png) no-repeat center center #fff;
    background-size: cover;
  }
  .hf>.container {
    flex-wrap: wrap;
  }
  .hfLeft {
    width: 100%;
    padding: 0 0 15px 0;
  }
  .hfLeft::before,
  .hfTitle::before,
  .hfTitle::after {
    display: none;
  }
  .hfTitle {
    line-height: 22px;
    font-size: 16px;
    text-align: center;
    padding-left: 0;
  }
  .hfTitle>span {
    line-height: 30px;
    font-size: 20px;
  }
  .hfRight {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .hfRight>a {
    width: 140px;
    height: 44px;
    border-radius: 22px;
    line-height: 40px;
  }
  .hfRight>a>span {
    font-size: 16px;
  }
}
/* END-海鲜池工程/海洋馆设计&施工/亚克力鱼缸 */

/* 工程案例 */
.caseTitle {
  display: block;
  overflow: hidden;
  background-color: #f6f8fa;
}
.caseNav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.caseNav>li {
  width: 14.285%;
  float: left;
}
.caseNav>li>a {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  overflow: hidden;
  height: 82px;
  border-bottom: 3px solid transparent;
  font-size: 18px;
  color: #393939;
}
.caseNav>li>a:hover,
.caseNav>li.caseActive>a {
  background-color: #0c5ac2;
  color: #fff;
  border-bottom-color: #00deff;
  font-weight: bold;
}
.caseContect {
  display: block;
  overflow: hidden;
  padding: 75px 0;
}
.caseList {
  display: block;
  overflow: hidden;
  width: 1461px;
}
.caseList>li {
  width: 465px;
  float: left;
  margin: 0 21px 21px 0;
}
.caseList>li>a {
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
}
.caseList>li>a::before {
  content: "";
  display: block;
  padding-top: 86.2366%;
}
.caseList>li>a .caseTxt {
  opacity: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(12, 90, 194, 0.5);
  font-size: 20px;
  color: #fff;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.caseList>li>a:hover>img {
  transform: scale(1.1);
}
.caseList>li>a:hover .caseTxt {
  opacity: 1;
}


.caxqLeft {
  width: 50%;
  float: left;
}
.caxqSwiper {
  background-color: #f3f3f3;
}
.caxqSwiper .swiper-slide::before {
  content: "";
  display: block;
  padding-top: 70.5556%;
}
.caxqBox {
  width: 100%;
  overflow: hidden;
  margin-top: 15px;
  position: relative;
  padding: 0 35px;
}
.caxqBox .swiper-slide {
  border: 1px solid #ccc;
  cursor: pointer;
}
.caxqBox .swiper-slide::before {
  content: "";
  display: block;
  padding-top: 70.5556%;
}
.caxqBox .swiper-slide-thumb-active {
  border-color: #005cba;
}
.caxqBox .caxq-prev,
.caxqBox .caxq-next {
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  float: left;
  height: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  font-family: SimSun;
  font-size: 36px;
  color: #676767;
  font-weight: bold;
  cursor: pointer;
}
.caxqBox .caxq-next {
  left: initial;
  right: 0;
}

.caxqRight {
  width: calc(50% - 20px);
  float: right;
  background-color: #f3f3f3;
  padding: 30px;
}
.caxqTitle {
  display: block;
  overflow: hidden;
  font-size: 24px;
  color: #2c2c2c;
  line-height: 40px;
  font-weight: bold;
}
.caxqTxt {
  display: block;
  overflow: hidden;
  min-height: 270px;
  font-size: 16px;
  color: #4d4d4d;
  line-height: 30px;
  margin: 20px 0 30px 0;
}
.caxqMore {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.caxqDianhua {
  width: 50%;
  float: left;
  height: 90px;
  background-color: #0c5ac2;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  color: #fff;
  line-height: 24px;
  font-size: 22px;
}
.caxqDianhua>div {
  float: left;
  padding-left: 54px;
  background: url(../images/casexq_icon1.png) no-repeat left center;
}
.caxqDianhua>div>span {
  display: block;
  overflow: hidden;
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
}
.caxqMore>a {
  width: 50%;
  float: left;
  background-color: #fff;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  font-size: 22px;
  color: #4c4c4c;
}
.caxqMore>a>span {
  float: left;
  padding-left: 55px;
  background: url(../images/casexq_icon2.png) no-repeat left center;
  line-height: 40px;
}

@media (max-width: 1440px) {
  .caseContect {
    padding: 60px 0;
  }
  .caseList {
    width: 102%;
    margin-left: -1%;
  }
  .caseList>li {
    width: 31.3333%;
    margin: 0 1% 21px 1%;
  }
}

@media (max-width: 1200px) {
  .caseContect {
    padding: 50px 0;
  }
  .caxqRight {
    padding: 20px;
  }
  .caxqTxt {
    min-height: 240px;
    margin: 20px 0;
  }
}

@media (max-width: 991px) {
  .caseContect {
    padding: 30px 0;
  }
  .caxqTxt {
    min-height: 180px;
  }
  .caxqDianhua {
    width: 100%;
    height: auto;
    padding: 10px;
  }
  .caxqMore>a {
    width: 100%;
    height: auto;
    padding: 10px;
  }
}

@media (max-width: 767px) {
  .menuTitle {
    width: calc(100% + 30px);
    margin-left: -15px;
    background: #0c5ac2;
    color: #fff;
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    position: relative;
  }
  .menuTitle::after {
    content: "\f078";
    font-family: FontAwesome;
    font-size: 16px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
  .caseNav {
    display: block;
    padding-bottom: 3px;
  }
  .caseNav>li {
    width: 48%;
    margin-top: 3px;
	float: left;
	margin: 1%;
  }
  .caseNav>li>a {
    height: 40px;
    border-bottom: 0 solid transparent;
    font-size: 16px;
    background-color: #fff;
  }
  .caseNav>li>a:hover,
  .caseNav>li.caseActive>a {
    background-color: #0c5ac2;
    border-bottom-color: initial;
  }
  .caseContect {
    padding: 15px 0;
  }
  .caseList>li {
    width: 48%;
    margin: 0 1% 10px 1%;
  }

  .caxqLeft {
    width: 100%;
  }
  .caxqRight {
    width: 100%;
    padding: 10px;
    margin-top: 15px;
  }
  .caxqTitle {
    font-size: 18px;
    line-height: 26px;
  }
  .caxqTxt {
    min-height: 100%;
    line-height: 24px;
    font-size: 14px;
    margin: 10px 0;
  }
}
/* END-工程案例 */

/* 配套服务 */
.serviceNav>li {
  width: 16.6666%;
}
.serviceList {
  width: 100%;
  float: left;
}
.serviceList>li {
  width: 100%;
  float: left;
  margin-bottom: 40px;
}
.serviceList>li>a {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
}
.serviceList>li>a .serviceLeft {
  width: 50%;
  float: left;
  overflow: hidden;
  position: relative;
}
.serviceList>li>a .serviceLeft::before {
  content: "";
  display: block;
  padding-top: 65.2778%;
}
.serviceList>li>a .serviceRight {
  width: 50%;
  float: left;
  display: flex;
  align-items: center;
  position: relative;
}
.serviceList>li>a .serviceRight .serviceBox {
  width: calc(100% + 44px);
  background-color: #fff;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  float: left;
  position: absolute;
  left: -44px;
  top: 50%;
  transform: translateY(-50%);
  padding: 50px 45px;
  z-index: 2;
}
.serviceList>li>a .serviceRight .serviceBox .serviceTitle {
  display: block;
  overflow: hidden;
  line-height: 46px;
  font-size: 30px;
  color: #0c5ac2;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.serviceList>li>a .serviceRight .serviceBox .serviceTxt {
  display: block;
  overflow: hidden;
  height: 150px;
  line-height: 30px;
  font-size: 16px;
  color: #7a7a7a;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  margin-top: 30px;
}
.serviceList>li>a:hover .serviceLeft>img {
  transform: scale(1.1);
}
.serviceList>li>a:hover .serviceRight .serviceBox {
  background-color: #0c5ac2;
}
.serviceList>li>a:hover .serviceRight .serviceBox .serviceTitle,
.serviceList>li>a:hover .serviceRight .serviceBox .serviceTxt {
  color: #fff;
}
.serviceList>li:nth-child(even)>a {
  flex-direction: row-reverse;
}
.serviceList>li:nth-child(even)>a .serviceRight .serviceBox {
  left: 0;
}

@media (max-width: 1200px) {
  .serviceList>li>a .serviceRight .serviceBox {
    padding: 30px;
  }
  .serviceList>li>a .serviceRight .serviceBox .serviceTxt {
    margin-top: 20px;
  }
}

@media (max-width: 991px) {
  .serviceList>li {
    margin-bottom: 30px;
  }
  .serviceList>li>a .serviceRight .serviceBox {
    padding: 15px;
  }
  .serviceList>li>a .serviceRight .serviceBox .serviceTitle {
    line-height: 30px;
    font-size: 26px;
  }
  .serviceList>li>a .serviceRight .serviceBox .serviceTxt {
    margin-top: 15px;
    line-height: 24px;
    height: 120px;
  }
}

@media (max-width: 767px) {
  .serviceNav>li {
    width: 100%;
  }
  .serviceList>li {
    margin-bottom: 10px;
  }
  .serviceList>li>a .serviceLeft {
    width: 100%;
  }
  .serviceList>li>a .serviceLeft::before {
    padding-top: 56.15%;
  }
  .serviceList>li>a .serviceRight {
    width: 100%;
  }
  .serviceList>li>a .serviceRight .serviceBox {
    padding: 10px;
    position: relative;
    left: 0;
    border-radius: 0;
  }
  .serviceList>li>a .serviceRight .serviceBox .serviceTitle {
    line-height: 24px;
    font-size: 18px;
  }
  .serviceList>li>a .serviceRight .serviceBox .serviceTxt {
    margin-top: 5px;
    line-height: 20px;
    font-size: 14px;
    height: auto;
    -webkit-line-clamp: initial;
  }
}
/* END-配套服务 */

/* 资讯动态 */
.xwList {
  display: block;
  overflow: hidden;
}
.xwList>li {
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
}
.xwList>li>a {
  width: 100%;
  float: left;
  display: flex;
  background-color: #f0f0f0;
  padding: 20px;
}
.xwList>li>a .xwImg {
  width: 22%;
  float: left;
  overflow: hidden;
  position: relative;
}
.xwList>li>a .xwRight {
  width: 78%;
  float: left;
  padding: 15px 30px;
}
.xwList>li>a .xwRight .xwTitle {
  display: block;
  overflow: hidden;
  line-height: 44px;
  font-size: 24px;
  color: #272727;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.xwList>li>a .xwRight .xwTxt {
  display: block;
  overflow: hidden;
  height: 90px;
  line-height: 30px;
  font-size: 16px;
  color: #5d5d5d;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin: 10px 0;
}
.xwList>li>a .xwRight .xwTime {
  display: block;
  overflow: hidden;
  line-height: 20px;
  font-size: 14px;
  color: #a3a3a3;
  text-decoration: underline;
}
.xwList>li>a:hover {
  background-color: #005cba;
}
.xwList>li>a:hover .xwImg>img {
  transform: scale(1.1);
}
.xwList>li>a:hover .xwRight .xwTitle,
.xwList>li>a:hover .xwRight .xwTxt,
.xwList>li>a:hover .xwRight .xwTime {
  color: #fff;
}

.xwxq {
  display: block;
  overflow: hidden;
}
.xwxqTitle {
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 30px;
  color: #272727;
  font-weight: bold;
  line-height: 1.2;
}
.xwxqTime {
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
  color: #a3a3a3;
  line-height: 1.1;
  padding: 15px 0;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 15px;
}
.xwxqContect {
  display: block;
  overflow: hidden;
  font-size: 16px;
  color: #5d5d5d;
  line-height: 30px;
  padding-top: 15px;
}
.xwxqContect img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .xwList>li>a .xwImg {
    width: 30%;
  }
  .xwList>li>a .xwRight {
    width: 70%;
    padding: 15px 20px;
  }
}

@media (max-width: 767px) {
  .xwList>li {
    margin-bottom: 10px;
  }
  .xwList>li>a {
    padding: 5px;
  }
  .xwList>li>a .xwImg {
    width: 35%;
  }
  .xwList>li>a .xwRight {
    width: 65%;
    padding: 10px;
  }
  .xwList>li>a .xwRight .xwTitle {
    line-height: 24px;
    font-size: 16px;
  }
  .xwList>li>a .xwRight .xwTxt {
    height: 40px;
    line-height: 20px;
    font-size: 14px;
    margin: 5px 0;
    -webkit-line-clamp: 2;
  }

  .xwxqTitle {
    font-size: 16px;
  }
  .xwxqTime {
    padding: 10px 0;
    margin-bottom: 10px;
  }
  .xwxqContect {
    font-size: 14px;
    line-height: 24px;
    padding-top: 10px;
  }
}
/* END-资讯动态 */

/* 联系我们 */
.contact {
  display: flex;
  flex-wrap: wrap;
}
.contactLeft {
  width: 25%;
  float: left;
  background-color: #0c5ac2;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  padding: 35px;
}
.contactTxt {
  display: block;
  overflow: hidden;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
}
.contactTxt>span {
  display: block;
  overflow: hidden;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}
.contactWx {
  display: block;
  overflow: hidden;
  width: 150px;
  margin-top: 15px;
}
.contactWx>img {
  width: 100%;
  display: block;
  height: auto;
}
.contactWx>span {
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  margin-top: 10px;
  color: #fff;
}
.contactTxt {
  display: block;
  overflow: hidden;
  font-size: 16px;
  line-height: 30px;
}
.contactMap {
  width: 75%;
  float: left;
  overflow: hidden;
  height: 540px;
  border: none;
}

@media (max-width: 1200px) {
  .contactLeft {
    width: 30%;
    padding: 25px;
  }
  .contactMap {
    width: 70%;
    height: 500px;
  }
}

@media (max-width: 991px) {
  .contactLeft {
    width: 40%;
    padding: 15px;
  }
  .contactMap {
    width: 60%;
    height: 400px;
  }
}

@media (max-width: 767px) {
  .contact {
    padding: 15px 0;
  }
  .contactLeft {
    width: 100%;
    padding: 10px;
  }

  .contactTxt {
    font-size: 14px;
    line-height: 24px;
  }
  .contactTxt>span {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .contactMap {
    width: 100%;
    height: 300px;
  }
}
/* END-联系我们 */