.header{
  background-color: #064ced;
}

.banner {
  position: relative;
  width: 100%;
}

.banner img {
  width: 100%;
  height: 692px;
  object-fit: cover;
}

.banner .parnet {
  padding: 0;
}

.banner .in {
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  text-align: center;
}

.banner .in span {
  font-size: 32px;
  color: #FFFFFF;
}

.banner .in h2 {
  font-size: 53px;
  color: #FFFFFF;
  margin-bottom: 20px;
  text-shadow: 12px 10px 0px rgba(0, 0, 0, 0.12);
}

.banner .in p {
  font-size: 24px;
  color: #FFFFFF;
}

.banner .list {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 140px;
  background-color: rgba(255, 255, 255, 0.1);
  z-index: 2;
}

.banner .list .item {
  position: relative;
  width: 343px;
  text-align: center;
}

.banner .list .item::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  content: '';
  width: 2px;
  height: 34px;
  background-color: rgba(255, 255, 255, .1);
}

.banner .list .item:last-child::after {
  content: unset;
}

.banner .list .item span {
  color: #fff;
  font-size: 36px;
}

.banner .list .item p {
  color: #fff;
  font-size: 20px;
}

.main .content {
  width: 100%;
  padding: 100px 0;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-size: cover;
}

.main .content h3 {
  color: #1C1B1B;
  font-size: 40px;
  text-align: center;
}

.main .content .line {
  width: 80px;
  height: 4px;
  margin: 30px auto 80px;
  background: #1763FF;
}

.main .content .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
}

.main .content .list .item {
  width: 50%;
  padding-right: 60px;
  box-sizing: border-box;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  ;
}

.main .content .list .item:nth-child(2n) {
  padding-left: 60px;
  padding-right: 0;
  border-right: 0;
}

.main .content .list .item h4 {
  color: #1C1B1B;
  font-size: 24px;
  margin-bottom: 20px;
}

.main .content .list .item p {
  position: relative;
  color: #3D4961;
  font-size: 16px;
  margin-bottom: 20px;
  padding-left: 20px;
  box-sizing: border-box;
}

.main .content .list .item p::before {
  position: absolute;
  top: 10px;
  left: 0;
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #3D4961;
}

.main .content .list .item:nth-child(2n) p::before {
  background-color: #1763FF;
}

.case {
  width: 100%;
  padding: 100px 0;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}

.case .w {
  overflow: hidden;
  position: relative;
}

.case h3 {
  color: #000;
  font-size: 40px;
  text-align: center;
}

.case .line {
  width: 80px;
  height: 4px;
  margin: 30px auto 80px;
  background: #1763FF;
}

.case .swiper {
  position: relative;
  width: 1230px;
  height: 360px;
  margin: 50px;
  padding: 30px;
  /* box-sizing: border-box; */
 
}

.case .swiper-slide {
  height: 340px;
  /* border:1px solid #eaeaea; */
  box-shadow:0 0 20px #e1e8ff;
  box-sizing: border-box;
}

.case .title {
  width: 100%;
  height: 110px;
  color: #1C1B1B;
  font-size: 24px;
  padding: 20px;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-size: cover;
}

.case .nr {
  width: 100%;
  height: 176px;
  padding: 10px 20px;
  box-sizing: border-box;
  background-color: #fff;
}

.case .nr::after {
  display: block;
  content: '';
  clear: both;
}

.case .nr p {
  color: #3D4961;
  font-size: 16px;
  line-height: 35px;
  height: 72px;
}

.case .nr .more {
  float: right;
  color: #3D4961;
  font-size: 16px;
  margin-top: 100px;
}

.case .swiper-slide:hover .more {
  color: #0076FF;
}

.case .next {
  position: absolute;
  top: 58%;
  right: 0;
  transform: translateY(-50%);
  cursor: pointer;
}

.case .next img {
  width: 36px;
  height: 36px;
}

.case .prev {
  position: absolute;
  top: 58%;
  left: 0;
  transform: translateY(-50%);
  cursor: pointer;
}

.case .prev img {
  width: 36px;
  height: 36px;
}

.case .img2 {
  display: none;
}

.case .next:hover .img1 {
  display: none;
}

.case .next:hover .img2 {
  display: block;
}

.case .prev:hover .img1 {
  display: none;
}

.case .prev:hover .img2 {
  display: block;
}

.parnet {
  width: 100%;
  padding: 100px 0;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.parnet h3 {
  color: #1C1B1B;
  font-size: 40px;
  text-align: center;
}

.parnet .line {
  width: 80px;
  height: 4px;
  margin: 30px auto 80px;
  background: #1763FF;
}

.parnet .Rotation {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
}

.parnet .Rotation .next1 {
  position: absolute;
  top: 50%;
  right: 36px;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
}

.parnet .Rotation .next1 img {
  width: 54px;
  height: 54px;
}

.parnet .Rotation .prev1 {
  position: absolute;
  top: 50%;
  left: 36px;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 2;
}

.parnet .Rotation .prev1 img {
  width: 54px;
  height: 54px;
}

.parnet .lunbo {
  position: relative;
  width: 100%;
  padding: 36px;
  box-sizing: border-box;
  background-color: #fff;
}

.parnet .lunbo .swiper {
  position: relative;
  width: 1230px;
  margin: 0 auto;
}

.parnet .lunbo .swiper-slide {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.parnet .lunbo .left {
  width: 387px;
}

.parnet .lunbo .left img {
  width: 100%;
}

.parnet .lunbo .right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 762px;
}

.parnet .lunbo .right p,
.parnet .lunbo .right span {
  font-size: 20px;
  color: #3D4961;
}

.parnet .lunbo .next1 {
  position: absolute;
  top: 50%;
  right: 36px;
  transform: translateY(-50%);
  cursor: pointer;
}

.parnet .lunbo .next1 img {
  width: 36px;
  height: 36px;
}

.parnet .lunbo .prev1 {
  position: absolute;
  top: 50%;
  left: 36px;
  transform: translateY(-50%);
  cursor: pointer;
}

.parnet .lunbo .prev1 img {
  width: 36px;
  height: 36px;
}

.parnet .lunbo .img2,
.parnet .Rotation .img2 {
  display: none;
}

.parnet .lunbo .next1:hover .img1,
.parnet .Rotation .next1:hover .img1 {
  display: none;
}

.parnet .lunbo .next1:hover .img2,
.parnet .Rotation .next1:hover .img2 {
  display: block;
}

.parnet .lunbo .prev1:hover .img1,
.parnet .Rotation .prev1:hover .img1 {
  display: none;
}

.parnet .lunbo .prev1:hover .img2,
.parnet .Rotation .prev1:hover .img2 {
  display: block;
}

.parnet .list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 20px;
}

.parnet .list img {
  width: 19%;
  margin-right: 1.2%;
  margin-bottom: 20px;
}

.parnet .list img:nth-child(5n) {
  margin-right: 0;
}

.fenxi {
  width: 100%;
  padding: 60px 0;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-size: cover;
}

.fenxi .title {
  width: 100%;
  margin-bottom: 86px;
}

.fenxi .title h3 {
  color: #fff;
  font-size: 36px;
  text-align: center;
}

.fenxi .title p {
  color: #fff;
  font-size: 18px;
  text-align: center;
  margin: 20px 0;
}

.fenxi .title a {
  display: block;
  width: 164px;
  height: 48px;
  line-height: 48px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  margin: 0 auto;
  background: #4381FF;
  border-radius: 0px 2px 2px 0px;
  transition: all .3s;
}

.fenxi .title a:hover {
  background-color: #0545d9;
}

.fenxi .list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.fenxi .list .item {
  width: 15%;
  text-align: center;
  margin-right: 2%;
  margin-bottom: 20px;
}

.fenxi .list img {
  display: block;
  width: 80px;
  height: 80px;
  margin: 0 auto 12px;
  border-radius: 50%;
}

.fenxi .list .item span {
  color: #fff;
  font-size: 16px;
}

.fenxi .list .item:nth-child(6n) {
  margin-right: 0;
}