/* 版心 */
.wrap {
  width: 1250px;
  margin: 0 auto;
}
/* 头部 */
.header {
  /* max-width: 1920px; */
  width: 100%;
  min-width: 1250px;
  margin: 0 auto;
  background-color: #fff;
}
.header .wrap {
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .logo {
  display: flex;
  align-items: center;
  height: 100px;
  padding: 15px;
}
.header .logo img {
  width: 70px;
  height: 70px;
}
.header .logo p {
  font-size: 26px;
  font-weight: 700;
  color: rgba(51, 51, 51, 1);
  margin-left: 10px;
}
.header .nav .menu {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.header .nav .menu-item {
  margin: 0 15px;
}
.header .nav .menu-item a {
  display: block;
  color: rgba(51, 51, 51, 1);
  text-align: center;
  padding: 0px 16px;
  height: 100px;
  line-height: 100px;
  text-decoration: none;
  box-sizing: border-box;
}

.header .nav .active a {
  color: rgb(7, 108, 224);
  border-bottom: 3px solid #076ce0;
}

.header .nav .menu-item a:hover {
  color: rgb(7, 108, 224);
  border-bottom: 3px solid #076ce0;
}

.header .nav .submenu {
  display: none;
  position: absolute;
  background: #fff;
  min-width: 100px;
  padding: 15px 0;
  border-radius: 5px;
  z-index: 2;
}

.header .nav .submenu li a {
  color: rgba(51, 51, 51, 1);
  height: 50px;
  line-height: 50px;
  padding: 0px 16px;
}

.header .nav .menu-item.dropdown:hover .submenu {
  display: block;
}

.header .nav .menu-item.dropdown:hover .submenu a {
  border-bottom: none;
}
.header .nav .menu-item .submenu:hover::before {
  width: 96px;
  height: 3px;
  background-color: #076ce0;
  content: '';
  position: absolute;
  top: -3px;
  left: 0;
}
/* 内容1 */
.box1 {
  width: 100%;
  margin: 0 auto;
}
.box1 .swiper .bg1 {
  background: url(../images/lunbobg2.jpg) no-repeat center center / cover;
}
.box1 .swiper .bg2 {
  background: url(../images/lunbobg1.jpg) no-repeat center center / cover;
}
.box1 .swiper .wrap {
  height: 700px;
  margin: 0 auto;
}
/* .box1 .swiper .swiper-slide:nth-last-child(2) .wrap {
  height: 700px;
  display: flex;
  justify-content: end;
  margin: 0 auto;
} */
.box1 .swiper .wrap .list {
  width: 625px;
  height: 700px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* align-items: center; */
}
/* .box1 .swiper .swiper-slide:nth-last-child(2) .wrap .list {
  width: 500px;
} */
.box1 .swiper .wrap .h {
  color: rgb(255, 255, 255);
  font-size: 46px;
}
.box1 .swiper .wrap .p {
  font-size: 18px;
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.7);
  text-align: justify;
}
/* 内容2 */
.box2 {
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid #ccc;
}
.box2 .wrap {
  height: 165px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.box2 .wrap .list {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #ccc;
}
.box2 .wrap .list:last-child {
  border-right: none;
}
.box2 .wrap .list .text {
  margin-left: 20px;
}
.box2 .wrap .list .text .h {
  font-size: 16px;
  color: #000;
}
.box2 .wrap .list .text .p {
  font-size: 14px;
  color: rgb(102, 102, 102);
  margin-top: 5px;
}
/* 内容3 */
.box3 {
  width: 100%;
  margin: 0 auto;
  background: url(../images/box3bg.jpg) no-repeat center center / cover;
}
.box3 .wrap {
  height: 500px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.box3 .list {
  width: 416px;
  height: 330px;
}
.box3 .list .title {
  padding: 45px 75px 0px 75px;
}
.box3 .list .title .h {
  font-size: 24px;
}
.box3 .list .title .p {
  font-size: 16px;
  margin-top: 15px;
}
.box3 .list:nth-child(1) {
  background: url(../images/box3bg1-1.jpg) no-repeat top center / cover;
  background-size: 416px 330px;
}
.box3 .list:nth-child(1) .title {
  color: rgb(19, 87, 189);
}
.box3 .list:nth-child(2) {
  background: url(../images/box3bg2-1.jpg) no-repeat center center / cover;
  background-size: 416px 330px;
}
.box3 .list:nth-child(2) .title {
  color: rgb(13, 114, 170);
}
.box3 .list:nth-child(3) {
  background: url(../images/box3bg3-1.jpg) no-repeat center center / cover;
  background-size: 416px 330px;
}
.box3 .list:nth-child(3) .title {
  color: rgb(92, 67, 164);
}
.box3 .list .text {
  padding: 10px 75px 0px 75px;
  font-size: 16px;
  color: rgb(153, 153, 153);
  line-height: 30px;
}
/* 内容4 */
.box4 {
  width: 100%;
  margin: 0 auto;
  background: url(../images/box4bg.jpg) no-repeat center center / cover;
}
.box4 .wrap {
  margin: 0 auto;
  height: 696px;
}
.box4 .title {
  width: 100%;
  height: 165px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.box4 .title .h {
  font-size: 30px;
}
.box4 .title .p {
  font-size: 16px;
  margin-top: 10px;
}
.box4 .list {
  display: flex;
}
.box4 .tabs {
  display: flex;
  flex-direction: column;
  align-items: end;
  cursor: pointer;
  padding-left: 25px;
}
.box4 .tab {
  width: 183px;
  height: 80px;
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 80px;
  background: rgba(255, 255, 255, 0.3);
  color: white;
  border-radius: 40px 0 0 40px;
  transition: background-color 0.3s;
  text-align: center;
}
.box4 .tab:last-child {
  margin-bottom: 0;
}
.box4 .tab:hover,
.tab.active {
  width: 213px;
  background-color: white;
  color: #076ce0;
}
.box4 .content {
  width: 930px;
  height: 530px;
  margin-left: 55px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #f9f9f9;
}
.box4 .tab-content {
  display: none;
}
.box4 .content .img {
  width: 930px;
  height: 400px;
}
.box4 .content .img img {
  width: 930px;
  height: 400px;
}
.box4 .tab-content .h {
  font-size: 18px;
  color: rgb(51, 51, 51);
  margin: 30px 50px 0 50px;
}
.box4 .tab-content .p {
  font-size: 16px;
  color: rgb(153, 153, 153);
  margin: 10px 50px 0 50px;
}
.box4 .tab-content.active {
  display: block;
}
/* 内容5 */
.box5 {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  /* background: url(../images/box5bg.jpg) no-repeat center center / cover; */
}
.box5 .wrap {
  height: 1000px;
}
.box5 .title {
  width: 100%;
  height: 225px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #000;
}
.box5 .title .h {
  font-size: 30px;
}
.box5 .title .p {
  font-size: 16px;
  margin-top: 10px;
  color: rgb(153, 153, 153);
}
.box5 .list {
  height: 730px;
}
.box5 .tabs {
  display: flex;
  justify-content: center;
  cursor: pointer;
  border-bottom: 1px solid #ccc;
}
.box5 .tab {
  width: 180px;
  height: 90px;
  margin: 0 15px;
  font-size: 16px;
  line-height: 90px;
  color: #000;
  transition: background-color 0.3s;
  text-align: center;
}
.box5 .tab_5:hover,
.tab_5.active {
  color: #076ce0;
  background-color: transparent;
  border-bottom: 2px solid #076ce0;
}
.box5 .content {
  width: 100%;
  height: 640px;
  /* border: 1px solid #ccc; */
  border-radius: 5px;
  background-color: transparent;
}
.box5 .tab-content {
  display: none;
}
.box5 .list-content {
  width: 100%;
  height: 640px;
  display: flex;
  align-items: center;
}
.box5 .tab-content .h {
  font-size: 26px;
  color: rgb(51, 51, 51);
  margin: 26px 50px 0 50px;
}
.box5 .tab-content .p {
  font-size: 16px;
  line-height: 30px;
  color: rgb(153, 153, 153);
  margin: 30px 50px 0 50px;
}
.box5 .tab-content .img {
  width: 668px;
  height: 417px;
}
.box5 .tab-content img {
  width: 668px;
  height: 417px;
}
.box5 .tab-content.active {
  display: block;
}
/* 内容6 */
.box6 {
  width: 100%;
  margin: 0 auto;
  background: url(../images/box6bg.jpg) no-repeat center center / cover;
}
.box6 .wrap {
  height: 535px;
  display: flex;
  align-items: center;
}
.box6 .left {
  width: 392px;
  padding: 0 50px 0 30px;
  color: #fff;
}
.box6 .left .h {
  font-size: 24px;
  line-height: 50px;
}
.box6 .left .p {
  font-size: 14px;
  line-height: 36px;
}
.box6 .right {
  width: 858px;
  display: flex;
  color: #000;
}
.box6 .right .text {
  width: 275px;
  text-align: center;
  border-right: 1px solid #ccc;
}
.box6 .right .text:last-child {
  border-right: none;
}
.box6 .right .h {
  font-size: 36px;
  line-height: 50px;
}
.box6 .right .p {
  font-size: 16px;
  line-height: 36px;
  color: rgb(153, 153, 153);
}
/* 底部 */
.footer {
  width: 100%;
  height: 150px;
  padding: 20px 0;
  color: #ccc;
  background-color: rgb(0, 0, 0, 0.7);
}
.footer ul {
  display: flex;
  flex-wrap: wrap;
}
.footer ul li {
  margin-top: 20px;
  margin-right: 50px;
}
/* 最大1550px */
@media (max-width: 1550px) {
}
