/*明星产品*/
#pageContainer .pageCell_StarProduct {
  position: relative;
  z-index: 10;
}
/*各个模块头部标题栏的样式*/
#pageContainer .cellTitle {
  padding-top: 20px;
  padding-bottom: 25px;
  font-family: "SimHei";
}

#pageContainer .cellTitle p {
  text-align: center;
  color: #0c3388;
}

#pageContainer .cellTitle p.CH_title {
  line-height: 28px;
  font-size: 28px;
}

#pageContainer .cellTitle p.EN_title {
  line-height: 16px;
  font-size: 16px;
  padding-top: 15px;
}

/*定义动画*/
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
#pageContainer .pageCell_StarProduct {
  opacity: 0;
}
#pageContainer .pageCell_StarProduct .wrapper {
  width: 100%;
}

#pageContainer .pageCell_StarProduct .ProductsContainer {
  width: 1200px;
  height: 480px;
  margin: 0 auto;
  overflow: hidden;
}

#pageContainer .pageCell_StarProduct .ProductsContainer .pro_left {
  float: left;
  width: 300px;
  height: 100%;
  overflow: hidden;
  animation: fadeInUp 1.5s linear 0.1s;
}

#pageContainer .pageCell_StarProduct .ProductsContainer .pro_left a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

#pageContainer .pageCell_StarProduct .ProductsContainer .pro_left a p {
  position: absolute;
  width: 100%;
  line-height: 22px;
  top: 50%;
  text-align: center;
  color: #fff;
  font-size: 22px;
}

#pageContainer .pageCell_StarProduct .ProductsContainer .pro_left a img {
  width: 100%;
  height: 100%;
}
#pageContainer .pageCell_StarProduct .ProductsContainer .pro_right {
  width: 900px;
  height: 100%;
  float: right;
  overflow: hidden;
}

#pageContainer .pageCell_StarProduct .ProductsContainer .pro_right ul {
  overflow: hidden;
  height: 239px;
}

#pageContainer .pageCell_StarProduct .ProductsContainer .pro_right ul.col3 {
  margin-bottom: 2px;
}

#pageContainer
  .pageCell_StarProduct
  .ProductsContainer
  .pro_right
  ul.col3
  li:first-child {
  animation: fadeInUp 1.8s linear 0.2s;
}

#pageContainer
  .pageCell_StarProduct
  .ProductsContainer
  .pro_right
  ul.col3
  li:nth-child(2) {
  animation: fadeInUp 1.8s linear 0.4s;
}

#pageContainer
  .pageCell_StarProduct
  .ProductsContainer
  .pro_right
  ul.col3
  li:nth-child(3) {
  animation: fadeInUp 1.8s linear 0.6s;
}

#pageContainer .pageCell_StarProduct .ProductsContainer .pro_right ul li {
  float: left;
  height: 100%;
  overflow: hidden;
  margin-left: 2px;
}

#pageContainer .pageCell_StarProduct .ProductsContainer .pro_right ul li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
/**/
#pageContainer .pageCell_StarProduct .ProductsContainer .pro_left a .cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: rgba(255, 255, 255, 0.9);
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-out;
}

#pageContainer
  .pageCell_StarProduct
  .ProductsContainer
  .pro_left
  a
  .cover
  .proName {
  height: 39px;
  text-align: center;
  margin: 200px 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 16px;
}

#pageContainer
  .pageCell_StarProduct
  .ProductsContainer
  .pro_left
  a
  .cover
  .proName
  .text {
  transform: translateY(40px);
  transition: all 0.3s ease-out;
}
/*鼠标移入*/
#pageContainer
  .pageCell_StarProduct
  .ProductsContainer
  .pro_left
  a:hover
  .cover {
  visibility: visible;
  opacity: 1;
}

#pageContainer
  .pageCell_StarProduct
  .ProductsContainer
  .pro_left
  a:hover
  .proImg {
  transform: scale(1.1);
}

#pageContainer
  .pageCell_StarProduct
  .ProductsContainer
  .pro_left
  a:hover
  .cover
  .proName
  .text {
  transform: translateY(10px);
}
/**/
#pageContainer
  .pageCell_StarProduct
  .ProductsContainer
  .pro_right
  ul
  li
  a
  .cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: rgba(255, 255, 255, 0.9);
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-out;
}

#pageContainer
  .pageCell_StarProduct
  .ProductsContainer
  .pro_right
  ul
  li
  a
  .cover
  .proName {
  height: 39px;
  text-align: center;
  margin: 100px 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 16px;
}

#pageContainer
  .pageCell_StarProduct
  .ProductsContainer
  .pro_right
  ul
  li
  a
  .cover
  .proName
  .text {
  transform: translateY(40px);
  transition: all 0.3s ease-out;
}

#pageContainer .pageCell_StarProduct .ProductsContainer .pro_right ul li a img {
  transition: all 0.3s ease-out;
  width: 100%;
  height: 100%;
}

#pageContainer .pageCell_StarProduct .ProductsContainer .pro_right ul.col3 li {
  width: 298px;
}

#pageContainer .pageCell_StarProduct .ProductsContainer .pro_right ul.col2 li {
  width: 448px;
}

#pageContainer
  .pageCell_StarProduct
  .ProductsContainer
  .pro_right
  ul.col2
  li:first-child {
  animation: fadeInUp 1.5s linear 0.8s;
}

#pageContainer
  .pageCell_StarProduct
  .ProductsContainer
  .pro_right
  ul.col2
  li:last-child {
  animation: fadeInUp 1.5s linear 1s;
}
/*鼠标移入*/
#pageContainer
  .pageCell_StarProduct
  .ProductsContainer
  .pro_right
  ul
  li
  a:hover
  .cover {
  visibility: visible;
  opacity: 1;
}

#pageContainer
  .pageCell_StarProduct
  .ProductsContainer
  .pro_right
  ul
  li
  a:hover
  .proImg {
  transform: scale(1.1);
}

#pageContainer
  .pageCell_StarProduct
  .ProductsContainer
  .pro_right
  ul
  li
  a:hover
  .cover
  .proName
  .text {
  transform: translateY(10px);
}
/*核心技术*/
#pageContainer .pageCell_CoreTechnology {
  position: relative;
  padding-bottom: 8px;
}

#pageContainer .pageCell_CoreTechnology .cellTitle {
  width: 390px;
  margin: 0 auto;
}

#pageContainer .pageCell_CoreTechnology .TechnologyContainer {
  width: 1200px;
  height: 400px;
  margin: 0 auto;
}

#pageContainer .pageCell_CoreTechnology .TechnologyContainer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

#pageContainer .pageCell_CoreTechnology .TechnologyContainer ul li {
  float: left;
  width: 285px;
  height: 400px;
  margin-right: 20px;
  border-radius: 2px;
  overflow: hidden;
  /* background-color: #e5e5e5; */
  background: linear-gradient(to bottom right, #f6f6f6, #f7f7f7);
  transition: all 0.3s linear;
}

#pageContainer .pageCell_CoreTechnology .TechnologyContainer ul li:last-child {
  margin-right: 0;
}

#pageContainer .pageCell_CoreTechnology .TechnologyContainer ul li > a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s linear;
}

#pageContainer .pageCell_CoreTechnology .TechnologyContainer ul li:hover {
  box-shadow: 1px 1px 3px 1px #e6e6e6;
  margin-top: -20px;
}

#pageContainer .pageCell_CoreTechnology .TechnologyContainer ul li .Icon {
  width: 140px;
  height: 140px;
  overflow: hidden;
  margin: 25px auto;
}

#pageContainer .pageCell_CoreTechnology .TechnologyContainer ul li .Icon img {
  width: 100%;
  height: 100%;
}

#pageContainer .pageCell_CoreTechnology .TechnologyContainer ul li .sketch {
  font-family: "SimHei";
  font-size: 20px;
  line-height: 20px;
  color: #4b4b4b;
  text-align: center;
}

#pageContainer .pageCell_CoreTechnology .TechnologyContainer ul li .text {
  height: 190px;
  overflow: hidden;
  padding: 30px 35px 10px 35px;
  line-height: 26px;
  color: #838383;
  font-size: 14px;
}

#pageContainer .pageCell_CoreTechnology .moreCase {
  height: 100px;
  position: relative;
}

#pageContainer .pageCell_CoreTechnology .moreCase a {
  position: absolute;
  width: 90px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #0c3388;
  color: #fff;
  font-size: 15px;
}
/* 视频展示 */
#pageContainer .pageCell_VideoShow {
  position: relative;
  /* background-color: #dfdfdf; */
  opacity: 0;
  background: linear-gradient(to bottom right, #f6f6f6, #f7f7f7);
}

#pageContainer .videoBg {
  background: url("../../images/videoBg.png") no-repeat;
  background-size: 100% 100%;
}
#pageContainer .msgBox {
  float: left;
  width: calc(45% - 100px);
  height: 100%;
  padding: 20px 0;
  margin-left: 80px;
  margin-right: 20px;
  box-sizing: border-box;
  color: #fff;
  line-height: 1.5;
}

#pageContainer .msgBox .title {
  padding: 20px 0;
  font-size: 20px;
  font-weight: 600;
}

#pageContainer .videoBox {
  position: relative;
  float: right;
  width: 500px;
  height: 100%;
  margin-left: 20px;
  margin-right: 80px;
  text-align: center;
  box-sizing: border-box;
  overflow: hidden;
}

#pageContainer .videoBox video {
  height: 100%;
  width: 100%;
  margin: 0 auto;
  /* object-fit: cover; */
  object-position: center center;
}

#pageContainer .videoBox img {
  position: absolute;
  width: 45px;
  top: calc(50% - 22px);
  left: calc(50% - 22px);
  cursor: pointer;
  z-index: 99;
}
#pageContainer .videoBox .videoPhoto {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 98;
  background: #fff;
}
#pageContainer .pageCell_VideoShow .VideoShowContainer {
  width: 1200px;
  height: 340px;
  padding: 20px 0;
  margin: 0 auto;
}
#pageContainer .pageCell_VideoShow .VideoShowContainerThumbs {
  width: 1200px;
  height: 150px;
  padding: 15px 0;
  margin: 0 auto;
}
#pageContainer
  .pageCell_VideoShow
  .VideoShowContainerThumbs
  .swiper-slide-thumb-active {
  top: -5px;
}

#pageContainer .pageCell_VideoShow .swiper-container {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

#pageContainer .pageCell_VideoShow .swiper-slide {
  background-size: cover;
  background-position: center;
}

#pageContainer .pageCell_VideoShow .gallery-top {
  height: 100%;
  width: 100%;
}

#pageContainer .pageCell_VideoShow .gallery-thumbs {
  height: 100%;
  box-sizing: border-box;
  padding-top: 5px;
  padding-bottom: 25px;
}
#pageContainer .pageCell_VideoShow .gallery-thumbs .title {
  width: 100%;
  position: absolute;
  bottom: -20px;
  padding-left: 5px;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#pageContainer .pageCell_VideoShow .gallery-thumbs .swiper-slide {
  height: 100%;
  opacity: 0.4;
  cursor: pointer;
  border: 1px solid #000;
}

#pageContainer .pageCell_VideoShow .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
#pageContainer .pageCell_VideoShow .moreCase {
  height: 70px;
  position: relative;
}

#pageContainer .pageCell_VideoShow .moreCase a {
  position: absolute;
  width: 90px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #0c3388;
  color: #fff;
  font-size: 15px;
}

#pageContainer .pageCell_VideoShow .moreCase a .more {
  transition: all 0.5s;
}

#pageContainer .pageCell_VideoShow .moreCase a:hover .more {
  transform: scale(1.1);
}
/*经典案例*/
#pageContainer .pageCell_ClassicCase {
  width: 100%;
  height: 600px;
  overflow: hidden;
  /* background-color: #dfdfdf; */
  background: linear-gradient(to bottom right, #f6f6f6, #f7f7f7);
}

#pageContainer .pageCell_ClassicCase .cellTitle p {
  color: #0c3388;
  font-family: "SimHei";
}

#pageContainer .pageCell_ClassicCase .caseScroll {
  width: 1602px;
  height: 360px;
  margin: 0 auto;
  position: relative;
}

#pageContainer .pageCell_ClassicCase .caseScroll .caseLists {
  width: 100%;
  overflow: hidden;
}

#pageContainer .pageCell_ClassicCase .caseScroll .caseLists ul {
  width: 99999px;
  height: 360px;
  overflow: hidden;
  position: relative;
}

#pageContainer .pageCell_ClassicCase .caseScroll .caseLists ul li {
  float: left;
  width: 390px;
  height: 360px;
  overflow: hidden;
  margin: 0 5px;
}

#pageContainer .pageCell_ClassicCase .caseScroll .caseLists ul li a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#pageContainer .pageCell_ClassicCase .caseScroll .caseLists ul li img {
  width: 100%;
  height: 100%;
}

#pageContainer .pageCell_ClassicCase .caseScroll .caseLists ul li .case_cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.4);
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-out;
  padding-top: 120px;
}

#pageContainer
  .pageCell_ClassicCase
  .caseScroll
  .caseLists
  ul
  li
  .case_cover
  .icon {
  height: 45px;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 16px;
}

#pageContainer
  .pageCell_ClassicCase
  .caseScroll
  .caseLists
  ul
  li
  .case_cover
  .icon
  .fa-search {
  transform: translateY(45px);
  opacity: 0;
  transition: all 0.3s ease-out;
}

#pageContainer
  .pageCell_ClassicCase
  .caseScroll
  .caseLists
  ul
  li
  .case_cover
  .fa-search {
  text-align: center;
  color: #fff;
  line-height: 50px;
  font-size: 30px;
}

#pageContainer
  .pageCell_ClassicCase
  .caseScroll
  .caseLists
  ul
  li
  .case_cover
  .caseName {
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-size: 15px;
  padding: 0 20px;
}
/*鼠标移入效果*/
#pageContainer
  .pageCell_ClassicCase
  .caseScroll
  .caseLists
  ul
  li:hover
  .case_cover {
  visibility: visible;
  opacity: 1;
}

#pageContainer
  .pageCell_ClassicCase
  .caseScroll
  .caseLists
  ul
  li:hover
  .case_cover
  .icon
  .fa-search {
  transform: translateY(0px);
  opacity: 1;
}
/*左右箭头*/
#pageContainer .pageCell_ClassicCase .caseScroll .arrows {
  position: absolute;
  width: 60px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 80px;
  color: #fff;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 10;
}

#pageContainer .pageCell_ClassicCase .caseScroll .left_arrow {
  left: -80px;
}

#pageContainer .pageCell_ClassicCase .caseScroll .right_arrow {
  right: -80px;
}
/*更多*/
#pageContainer .pageCell_ClassicCase .moreCase {
  height: 120px;
  position: relative;
}

#pageContainer .pageCell_ClassicCase .moreCase a {
  position: absolute;
  width: 90px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #0c3388;
  color: #fff;
  font-size: 15px;
}

#pageContainer .pageCell_ClassicCase .moreCase a .more {
  transition: all 0.5s;
}

#pageContainer .pageCell_ClassicCase .moreCase a:hover .more {
  transform: scale(1.1);
}
/*关于博浪*/
#pageContainer .pageCell_AboutBoLang {
  height: 500px;
  overflow: hidden;
  /* background-color: #f4f4f4; */
  background: linear-gradient(to bottom right, #f6f6f6, #f7f7f7);
  padding-bottom: 50px;
}

#pageContainer .pageCell_AboutBoLang .BoLangContent {
  width: 1200px;
  height: 330px;
  margin: 0 auto;
  overflow: hidden;
}

#pageContainer .pageCell_AboutBoLang .BoLangContent .BoLangContext {
  float: left;
  width: 50%;
  height: 330px;
  overflow: hidden;
  position: relative;
}

#pageContainer .pageCell_AboutBoLang .BoLangContent .BoLangContext .moreDetail {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 90px;
  height: 35px;
  border: 2px #0c3388 solid;
  color: #0c3388;
  font-size: 16px;
  overflow: hidden;
}

#pageContainer
  .pageCell_AboutBoLang
  .BoLangContent
  .BoLangContext
  .moreDetail
  .text {
  height: 35px;
  line-height: 33px;
  text-align: center;
  transition: all 0.5s;
}

#pageContainer
  .pageCell_AboutBoLang
  .BoLangContent
  .BoLangContext
  .moreDetail
  .text:hover {
  transform: scale(1.1);
}

#pageContainer .pageCell_AboutBoLang .BoLangContent .BoLangContext .context {
  padding-right: 80px;
  height: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 65px auto;
  font-size: 20px;
  line-height: 40px;
  letter-spacing: 2px;
  font-family: "SimHei";
}

#pageContainer .pageCell_AboutBoLang .BoLangContent .BoLangPic {
  float: left;
  width: 50%;
  height: 330px;
  overflow: hidden;
}

#pageContainer .pageCell_AboutBoLang .BoLangContent .BoLangPic > a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  transition: all 0.3s linear;
}

#pageContainer .pageCell_AboutBoLang .BoLangContent .BoLangPic > a:hover {
  transform: scale(1.1);
}

#pageContainer .pageCell_AboutBoLang .BoLangContent .BoLangPic img {
  width: 100%;
  height: 100%;
}

#pageContainer .pageCell_AboutBoLang .moreDetail {
  width: 1200px;
  height: 130px;
  margin: 0 auto;
  position: relative;
}

#pageContainer .pageCell_AboutBoLang .moreDetail a {
  position: absolute;
  font-family: "SimHei";
  font-size: 12px;
  width: 130px;
  height: 45px;
  bottom: 32px;
  right: 10px;
  border-radius: 10px;
  z-index: 10;
  border: 1px #0c3388 solid;
  overflow: hidden;
  text-transform: uppercase;
}

#pageContainer .pageCell_AboutBoLang .moreDetail a .ScrollText {
  position: absolute;
  width: 100%;
  height: 80px;
  top: 0;
  left: 0;
  transition: all 0.5s;
  background: #0c3388;
  font-family: "SimHei";
}

#pageContainer .pageCell_AboutBoLang .moreDetail a .ScrollText:hover {
  top: -40px;
  background: #fff;
}

#pageContainer .pageCell_AboutBoLang .moreDetail a .ScrollText > span {
  display: block;
  height: 40px;
  line-height: 45px;
  text-align: center;
  color: #0d3488;
}

#pageContainer
  .pageCell_AboutBoLang
  .moreDetail
  a
  .ScrollText
  > span:first-child {
  color: #fff;
}

#pageContainer .pageCell_AboutBoLang .moreDetail a .ScrollText > span.active {
  display: block;
  height: 40px;
  line-height: 48px;
  text-align: center;
  color: #0b2e5e;
}
/*用户评价*/
#pageContainer .pageCell_UsereEvaluation {
  background: #fff;
  height: 600px;
  overflow: hidden;
}

#pageContainer .pageCell_UsereEvaluation .evaluateArea {
  width: 1200px;
  height: 480px;
  margin: 0 auto;
  overflow: hidden;
}

#pageContainer .pageCell_UsereEvaluation .evaluateArea > ul {
  width: 100%;
  height: 380px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#pageContainer .pageCell_UsereEvaluation .evaluateArea > ul > li {
  width: 275px;
  float: left;
  margin-left: 33px;
}

#pageContainer .pageCell_UsereEvaluation .evaluateArea > ul > li:first-child {
  margin-left: 0;
}

#pageContainer .pageCell_UsereEvaluation .evaluateArea > ul > li .proName {
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background-color: #0b2e5e;
}

#pageContainer
  .pageCell_UsereEvaluation
  .evaluateArea
  > ul
  > li
  .evaluateContent {
  /*height: 270px;*/
  height: 340px;
  overflow: hidden;
  /*background-color: #0B3073;*/
  padding: 15px;
  background: url(/Content/images/kuang.png) no-repeat top;
}

#pageContainer
  .pageCell_UsereEvaluation
  .evaluateArea
  > ul
  > li
  .evaluateContent
  .evaluatePic {
  width: 100%;
  height: 130px;
  line-height: 130px;
  text-align: center;
  overflow: hidden;
}

#pageContainer
  .pageCell_UsereEvaluation
  .evaluateArea
  > ul
  > li
  .evaluateContent
  .evaluatePic
  img {
  width: 100%;
  height: 100%;
}

#pageContainer
  .pageCell_UsereEvaluation
  .evaluateArea
  > ul
  > li
  .evaluateContent
  .evaluateUser {
  height: 40px;
  overflow: hidden;
  padding: 0 10px;
}

#pageContainer
  .pageCell_UsereEvaluation
  .evaluateArea
  > ul
  > li
  .evaluateContent
  .evaluateUser
  p {
  width: 50%;
  height: 100%;
  float: left;
  line-height: 40px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 14px;
}

#pageContainer
  .pageCell_UsereEvaluation
  .evaluateArea
  > ul
  > li
  .evaluateContent
  .evaluateUser
  p.userAddress {
  text-align: right;
}

#pageContainer
  .pageCell_UsereEvaluation
  .evaluateArea
  > ul
  > li
  .evaluateContent
  .evaluateContext {
  width: 100%;
  height: 80px;
  line-height: 20px;
  font-size: 12px;
  padding: 0 10px;
  overflow: hidden;
}

#pageContainer .pageCell_UsereEvaluation .evaluateArea > ul > li .readDetail {
  display: block;
  width: 100px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #0b2e5e;
  font-size: 14px;
  margin: 0 auto;
}
/*查看更多*/
#pageContainer .pageCell_UsereEvaluation .evaluateArea .readMore {
  height: 100px;
  line-height: 100px;
  text-align: center;
  position: relative;
}

#pageContainer .pageCell_UsereEvaluation .evaluateArea .readMore a {
  display: inline-block;
  width: 90px;
  height: 30px;
  line-height: 30px;
  background-color: #0c3388;
  color: #fff;
  overflow: hidden;
}

#pageContainer .pageCell_UsereEvaluation .evaluateArea .readMore a .text {
  height: 40px;
  margin: 0 auto;
  line-height: 40px;
  text-align: center;
  background-color: #0c3388;
  color: #fff;
  font-size: 16px;
  transition: all 0.5s;
}

#pageContainer .pageCell_UsereEvaluation .evaluateArea .readMore a .text:hover {
  transform: scale(1.1);
}
/*新闻中心*/
#pageContainer .pageCell_NewsCenter {
  overflow: hidden;
}

#pageContainer .pageCell_NewsCenter > ul {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#pageContainer .pageCell_NewsCenter > ul li {
  width: 48%;
  height: 100%;
  overflow: hidden;
}

#pageContainer .pageCell_NewsCenter > ul li .news_title {
  height: 50px;
  line-height: 50px;
  font-size: 20px;
}

#pageContainer .pageCell_NewsCenter > ul li .news_content {
  height: 180px;
  padding-bottom: 10px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#pageContainer .pageCell_NewsCenter > ul li .news_content .newsDiagram {
  width: 240px;
  height: 100%;
  overflow: hidden;
}

#pageContainer .pageCell_NewsCenter > ul li .news_content .newsDiagram img {
  width: 100%;
  height: 100%;
  transition: all 0.3s linear;
}

#pageContainer
  .pageCell_NewsCenter
  > ul
  li
  .news_content
  .newsDiagram:hover
  img {
  transform: scale(1.1);
}

#pageContainer .pageCell_NewsCenter > ul li .news_content .newsContext {
  padding-left: 20px;
  width: 360px;
  overflow: hidden;
}

#pageContainer
  .pageCell_NewsCenter
  > ul
  li
  .news_content
  .newsContext
  .textTitle {
  height: 30px;
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

#pageContainer
  .pageCell_NewsCenter
  > ul
  li
  .news_content
  .newsContext
  .newsDate {
  height: 20px;
  line-height: 20px;
  font-size: 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

#pageContainer
  .pageCell_NewsCenter
  > ul
  li
  .news_content
  .newsContext
  .newsBrief {
  height: 60px;
  overflow: hidden;
  line-height: 20px;
  font-size: 15px;
  margin: 15px 0;
}

#pageContainer .pageCell_NewsCenter > ul li .news_content .newsContext a {
  display: block;
  width: 65px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #aaa;
  color: #fff;
  -webkit-transform: skewX(-30deg);
  -ms-transform: skewX(-30deg);
  transform: skewX(-30deg);
}

#pageContainer .pageCell_NewsCenter > ul li .news_content .newsContext a:hover {
  background-color: #0c3388;
  color: #fff;
}

#pageContainer .pageCell_NewsCenter > ul li .news_content .newsContext a span {
  display: inline-block;
  -webkit-transform: skewX(30deg);
  -ms-transform: skewX(30deg);
  transform: skewX(30deg);
}
/*其他消息*/
#pageContainer .pageCell_NewsCenter > ul li .otherNews {
  margin: 10px auto;
  max-height: 297px;
  overflow-x: hidden;
  overflow-y: scroll;
}

#pageContainer .pageCell_NewsCenter > ul li .otherNews li {
  width: 100%;
  height: 25px;
}

#pageContainer .pageCell_NewsCenter > ul li .otherNews li a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  font-size: 15px;
}

#pageContainer .pageCell_NewsCenter > ul li .otherNews li a:hover {
  color: #0c3388;
}

#pageContainer .pageCell_NewsCenter > ul li .otherNews li .newsTitle {
  width: 70%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

#pageContainer .pageCell_NewsCenter > ul li .otherNews li .newsDate {
  width: 30%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: right;
  padding-right: 30px;
}
/*隐藏每个模块*/
.pageCell_CoreTechnology,
.pageCell_ClassicCase,
.pageCell_AboutBoLang,
.pageCell_UsereEvaluation,
.pageCell_NewsCenter {
  opacity: 0;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.pageCell_CoreTechnology.active .pro_left {
  animation: fadeInUp 1.5s linear 0.1s;
}

.pageCell_CoreTechnology.active .pro_right ul.col3 li:first-child {
  animation: fadeInUp 1.8s linear 0.2s;
}

.pageCell_CoreTechnology.active .pro_right ul.col3 li:nth-child(2) {
  animation: fadeInUp 1.8s linear 0.4s;
}

.pageCell_CoreTechnology.active .pro_right ul.col3 li:nth-child(3) {
  animation: fadeInUp 1.8s linear 0.6s;
}

.pageCell_CoreTechnology.active .pro_right ul.col2 li:first-child {
  animation: fadeInUp 1.5s linear 0.8s;
}

.pageCell_CoreTechnology.active .pro_right ul.col2 li:last-child {
  animation: fadeInUp 1.5s linear 1s;
}

@-webkit-keyframes fadeInUp2 {
  0% {
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp2 {
  0% {
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
/*核心技术*/
.pageCell_CoreTechnology.active ul li:first-child {
  animation: fadeInUp 1s linear 0.1s;
}

.pageCell_CoreTechnology.active ul li:nth-child(2) {
  animation: fadeInUp 1s linear 0.3s;
}

.pageCell_CoreTechnology.active ul li:nth-child(3) {
  animation: fadeInUp 1s linear 0.5s;
}

.pageCell_CoreTechnology.active ul li:nth-child(4) {
  animation: fadeInUp 1s linear 0.8s;
}

@media screen and (max-width: 1600px) {
  #pageContainer .pageCell_ClassicCase .caseScroll {
    width: 1202px;
  }
}
