.core-banner-box {
  width: 100%;
  margin-top: -70px;
}
.core-banner-box .nbanner {
  min-height: 300px;
}
.core-industry-box ul {
  display: flex;
  flex-wrap: wrap;
}
.core-industry-box ul li {
  width: 30%;
  position: relative;
  margin-bottom: 40px;
}
.core-industry-box ul li .img {
  width: 100%;
  height: 239px;
  overflow: hidden;
  border-radius: 10px;
}
.core-industry-box ul li .img:hover img {
  transform: scale(1.1);
  filter: saturate(200%);
}
.core-industry-box ul li .img img {
  width: 100%;
  height: 100%;
  transition: opacity 0.3s, filter 1s ease-out, transform 1s ease-out;
}
.core-industry-box ul li .tit {
  position: absolute;
  bottom: 15px;
  left: 20px;
  font-size: 27px;
  color: #fff;
}
.core-analysis-box {
  background: url(../images/i-img08.png) no-repeat top center;
  background-size: 100% 100%;
  padding-bottom: 5%;
}
.core-analysis-box .top-tit {
  text-align: center;
  color: #fff;
  padding: 3% 0;
}
.core-analysis-box .top-tit h1 {
  font-size: 35px;
}
.core-analysis-box .top-tit h3 {
  font-size: 18px;
  padding: 2% 0;
}
.core-analysis-box .n1-cont {
  width: 100%;
  height: 700px;
  background-color: #fff;
  padding: 20px;
  display: flex;
  justify-content: space-between;
}
.core-analysis-box .n1-cont .l-part {
  width: 45%;
  margin-top: 5%;
  padding-left: 5%;
}
.core-analysis-box .n1-cont .l-part .tit {
  font-size: 24px;
  color: #000000;
  width: 100% ;
  border-bottom: 1px solid #DADADA;
  font-weight: bold;
  font-style: italic;
  height: 60px;
  position: relative;
}
.core-analysis-box .n1-cont .l-part .tit i {
  width: 80px;
  height: 8px;
  background-color: #064D99;
  position: absolute;
  bottom: 0;
  left: 0;
}
.core-analysis-box .n1-cont .l-part .text {
  color: #666666;
  line-height: 25px;
  font-size: 16px;
  margin: 15px 0;
}
.core-analysis-box .n1-cont .l-part a {
  color: #0E57A2;
  font-size: 15px;
  margin: 8% 0;
  display: block;
}
.core-analysis-box .n1-cont .l-part ul {
  display: flex;
  flex-wrap: wrap;
}
.core-analysis-box .n1-cont .l-part ul li {
  width: 42%;
  text-align: center;
  margin: 3% 0;
}
.core-analysis-box .n1-cont .l-part ul li p {
  color: #064D99;
  font-size: 25px;
  margin: 5% 0;
}
.core-analysis-box .n1-cont .r-part {
  width: 50%;
  margin-top: 5%;
}
.core-analysis-box .n1-cont .r-part .text {
  color: #666666;
  margin: 18% 2% ;
  font-size: 15px;
  line-height: 30px;
}
.core-scene-box {
  background-color: #F3F7FF;
  width: 100%;
  padding-bottom: 5%;
}
.core-scene-box .top-tit {
  width: 100%;
  text-align: center;
  padding: 3% 0;
  border-bottom: 1px solid #CFCFCF;
}
.core-scene-box .top-tit h1 {
  color: #000000;
  font-size: 35px;
}
.core-scene-box .top-tit h3 {
  color: #666666;
  font-size: 16px;
  margin-top: 3%;
}
.core-scene-box ul.category {
  display: flex;
  flex-wrap: wrap;
}
.core-scene-box ul.category li {
  width: 25%;
  text-align: center;
  height: 60px;
  line-height: 60px;
  margin-top: 2%;
  font-size: 22px;
  cursor: pointer;
}
.core-scene-box ul.category li.active {
  border-bottom: 3px solid #064D99;
  color: #064D99;
}
.core-scene-box ul.content-part {
  display: flex;
  flex-wrap: wrap;
}
.core-scene-box ul.content-part li {
  background-color: #FFFFFF;
  width: 30%;
  padding-bottom: 8px;
  margin-top: 4%;
  overflow: hidden;
}
.core-scene-box ul.content-part li .img {
  width: 100%;
  height: 176px;
  overflow: hidden;
}
.core-scene-box ul.content-part li .img:hover img {
  transform: scale(1.1);
  filter: saturate(200%);
}
.core-scene-box ul.content-part li .img img {
  width: 100%;
  height: 100%;
  transition: opacity 0.3s, filter 1s ease-out, transform 1s ease-out;
}
.core-scene-box ul.content-part li .name {
  color: #064D99;
  font-size: 20px;
  margin: 20px 15px;
}
.core-scene-box ul.content-part li .type {
  display: flex;
  margin: 10px 15px;
}
.core-scene-box ul.content-part li .type span {
  display: block;
  padding: 5px 10px;
  margin-right: 10px;
  background-color: rgba(6, 77, 153, 0.2);
  color: #064D99;
}
.core-advantage-box {
  background-color: #F4F4F4;
}
.core-advantage-box .hvr-float-shadow:before {
  display: none;
}
.core-advantage-box ul {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
}
.core-advantage-box ul li {
  background-color: #FFFFFF;
  padding: 30px 40px;
  display: flex;
  width: 45%;
  margin-bottom: 50px;
  transition: all 0.5s ease-out;
}
.core-advantage-box ul li:hover {
  box-shadow: 0px 0px 23px 5px rgba(64, 173, 255, 0.24);
  transition: all 0.5s ease-out;
}
.core-advantage-box ul li img {
  width: 45px;
  height: 47px;
}
.core-advantage-box ul li .fr {
  margin-left: 20px;
}
.core-advantage-box ul li .fr .name {
  color: #000000;
  font-size: 20px;
}
.core-advantage-box ul li .fr .text {
  color: #666666;
}
.core-open-box {
  background: url(../images/c-img07.png) no-repeat top center;
  background-size: 100% 100%;
  text-align: center;
  padding-bottom: 3%;
}
.core-open-box h1 {
  font-size: 28px;
  color: #fff;
  padding: 30px 0;
}
.core-open-box .but {
  display: flex;
  margin: 0  auto;
  width: 150px;
}
.core-open-box .but a {
  width: 120px;
  line-height: 40px;
  border-radius: 2px;
  border: 1px solid #FFFFFF;
  text-align: center;
  color: #fff;
  font-size: 16px;
  margin: 0 15px;
}
.core-open-box .but a.active {
  background-color: #FFFFFF;
  color: #074D9A;
}
