﻿@charset "UTF-8";
/**
 * 
 * date: 2025-4-2
 * author: 王亮;
 */
.slogan {
    height: 398px;
    background: url(../images/title-bg.png) no-repeat center;
}

.box3 {
    height: 399px;
    margin: 20px auto 30px;
    background: url(../images/business-bg.png) no-repeat center;
}
.box3 .title {
    margin: 0 auto;
    padding-top: 30px;
}
.box3 .type {
    width: 1114px;
    margin: 24px auto 0;
    display: flex;
    justify-content: space-between;
}
.box3 .type li {
    width: 308px;
    height: 276px;
    position: relative;
    display: flex;
}
.box3 .type li a {
    width: 308px;
    height: 276px;
}
.box3 .type li p {
    position: absolute;
    bottom: 0;
    width: 308px;
    height: 59px;
    line-height: 59px;
    text-align: center;
    color: #fff;
    font-size: 26px;
    font-weight: 500;
    background: rgba(37, 127, 201, 0.35);
}
.box3 .type li:nth-child(1) {
    background: url(../images/image1.png) no-repeat;
}
.box3 .type li:nth-child(2) {
    background: url(../images/image2.png) no-repeat;
}
.box3 .type li:nth-child(3) {
    background: url(../images/image3.png) no-repeat;
}

.container .item li {
    position: relative;
    width: 100%;
    height: 48px;
    display: flex;
    align-items: center;
    padding-left: 22px;
    cursor: pointer;
}
.container .item li a {
    width: 95%;
    display: flex;
    justify-content: space-between;
}
.container .item li a span {
    font-size: 16px;
}
.container .item li a span:nth-child(1) {
    letter-spacing: 2px;
    color: #333;
    width: 75%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.container .item li a span:nth-child(2) {
    color: #999;
}
.container .item li::after {
    content: '';
    position: absolute;
    left: 0;
    width: 9px;
    height: 10px;
    background: url(../images/icon.png) no-repeat left;
}
.container .item li:hover {
    background: #e9f4ff;
}
.container .item li:hover a span {
    color: #2565c9;
}
.container .box1 {
    margin: 30px auto;
    display: flex;
    justify-content: space-between;
}
.container .box1 .ct-l {
    width: 36%;
}
.container .box1 .ct-l .swiper-img {
    position: relative;
    width: 100%;
}
.container .box1 .ct-l .swiper-img .swiper-slide {
    position: relative;
}
.container .box1 .ct-l .swiper-img .swiper-slide img {
    width: 100%;
    height: 323px;
}
.container .box1 .ct-l .swiper-img .swiper-slide .info {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    background: rgba(44, 104, 190, 0.83);
}
.container .box1 .ct-l .swiper-img .my-swiper-pagination {
    bottom: 27px;
    width: 98%;
    position: absolute;
    display: flex;
    justify-content: flex-end;
    z-index: 1;
}
.container .box1 .ct-l .swiper-img .my-swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 6px;
    border-radius: 21px;
    background: #fffbff;
    opacity: 1;
}
.container .box1 .ct-l .swiper-img .my-swiper-pagination .swiper-pagination-bullet-active {
    width: 25px;
    background: #e95004;
}
.container .box1 .ct-r {
    width: 61%;
    display: flex;
    justify-content: space-between;
}
.container .box1 .ct-r .con {
    width: 48%;
}
.container .box1 .ct-r .con .item li span:nth-child(1) {
    width: 73%;
}
.container .box-img {
  display: flex;
  justify-content: space-between;
}
.container .box-img img {
  width: 700px;
}
.container .box2 {
    height: 327px;margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items:center;
}
.container .box2 .openlayer {
    position: absolute;
    font-size: 16px;
    top: 10px;
    right: 0;
    color: #999;
    font-weight: 500;
    cursor: pointer;
}
.container .box2 .openlayer a {
    color: #999;
}
.container .box2 .openlayer a:hover {
    text-decoration: underline;
}
.container .box2 .ct-l,
.container .box2 .ct-m {
    position: relative;
    width: 35%;
    height: 327px;
}
.container .box2 .ct-l .item li span:nth-child(1),
.container .box2 .ct-m .item li span:nth-child(1) {
    width: 75%;
}
.container .box2 .ct-r {
    width: 21%;
    height:230px !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.container .box2 .ct-r .con p {
    width: 100%;
    height: 50px;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    line-height: 50px;
}
.container .box2 .ct-r .con ul {
    display: flex;
    justify-content: space-between;
    padding: 10px 42px 0;
}
.container .box2 .ct-r .con ul li a {
    color: #4883e9;
    font-size: 16px;
}
.container .box2 .ct-r .con:nth-child(1) p {
    background: url(../images/title-bg1.png) no-repeat;
    background-size: 100% 100%;
}
.container .box2 .ct-r .con:nth-child(2) p {
    background: url(../images/title-bg2.png) no-repeat;
    background-size: 100% 100%;
}
.container .box2 .ct-r .con:nth-child(3) p {
    background: url(../images/title-bg3.png) no-repeat;
    background-size: 100% 100%;
}
.container .box2 .ct-r .con:nth-child(4) p {
    background: url(../images/title-bg4.png) no-repeat;
    background-size: 100% 100%;
}
.container .box2 .ct-r .con:nth-child(5) p {
    background: url(../images/title-bg5.png) no-repeat;
    background-size: 100% 100%;
}
.container .box4 {
    position: relative;
    padding: 136px 0 30px;
}
.container .box4 img {
    position: absolute;
    width: 436px;
    height: 86px;
    top: 30px;
    left: 50%;
    transform: translate(-50%, 0);
}
.container .box4 .tab2 li {
    display: flex;
    width: 100px;
    height: 230px;
    color: #e61920;
    font-size: 24px;
    font-weight: 700;
    background: #fee;
    text-align: center;
    cursor: pointer;
}
.container .box4 .tab2 li p {
    padding: 55px 38px 0;
}
.container .box4 .tab2 li.active {
    color: #fff;
    background: url(../images/tab-act-bg2.png) no-repeat;
}
.container .box4 .box-ct {
    display: flex;
    justify-content: space-between;
}
.container .box4 .box-ct .ct-l,
.container .box4 .box-ct .ct-r {
    display: flex;
    justify-content: space-between;
    width: 48%;
}
.container .box4 .box-ct .ct-l .item,
.container .box4 .box-ct .ct-r .item {
    width: 81%;
    height: 460px;
    margin: 0 0 0 0px;
    display: flex;
    flex-direction: column;
}
.container .box4 .box-ct .ct-l .item li,
.container .box4 .box-ct .ct-r .item li {
    width: 95%;
    line-height: 46px;
}
.container .box4 .box-ct .ct-l .item li a,
.container .box4 .box-ct .ct-r .item li a {
    width: 100%;
}
.container .box4 .box-ct .ct-l .item li::after,
.container .box4 .box-ct .ct-r .item li::after {
    background: url(../images/icon2.png) no-repeat left;
}
.container .box4 .box-ct .ct-l .item li span:nth-child(1),
.container .box4 .box-ct .ct-r .item li span:nth-child(1) {
    width: 69%;
}
.container .box4 .box-ct .ct-l .tab2 li {
    height: 460px;
    background-size:100% 100%;
    line-height: 60px;
}
.container .box4 .box-ct .ct-l .tab2 li p {
  padding:100px 38px 0;
}
.container .box4 .box-ct .ct-r .tab2 li {
    color: #db7406;
    background: #fef4ea;
}
.container .box4 .box-ct .ct-r .tab2 li.active {
    color: #fff;
    background: url(../images/tab-act-bg3.png) no-repeat;
}
.container .box4 .box-ct2 {
    display: flex;
    justify-content: space-between;
    margin: 30px 0;
}
.container .box4 .box-ct2 li {
    display: flex;
    width: 49%;
    height: 200px;
}
.container .box4 .box-ct2 li a {
    width: 100%;
}
.container .box4 .box-ct2 li:nth-child(1) {
    position: relative;
}
.container .box4 .box-ct2 li:nth-child(1) p {
    position: absolute;
    top: 127px;
    left: 50%;
    transform: translate(-50%, 0);
    color: #fff;
    font-size: 20px;
    width: 132px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
    background: url(../images/label-bg1.png) no-repeat;
}
.container .box4 .box-ct2 li:nth-child(1) p a {
    color: #fff;
}
.container .box4 .box-ct2 li:nth-child(2) {
    position: relative;
}
.container .box4 .box-ct2 li:nth-child(2) span {
    color: #333;
    font-size: 24px;
    font-weight: 700;
    position: absolute;
    top: 126px;
    left: 50%;
    transform: translate(-50%, 0);
    cursor: pointer;
}
.container .box4 .box-ct2 li:nth-child(2) span a {
    color: #333;
}
.container .box4 .box-ct2 li:nth-child(2) span::before,
.container .box4 .box-ct2 li:nth-child(2) span::after {
    content: '';
    position: absolute;
    top: 8px;
    width: 18px;
    height: 17px;
    background: url(../images/star.png) no-repeat;
}
.container .box4 .box-ct2 li:nth-child(2) span::before {
    left: -28px;
}
.container .box4 .box-ct2 li:nth-child(2) span::after {
    right: -28px;
}
.container .box4 .box-ct2 li:nth-child(1) {
    background: url(../images/title2-bg1.png) no-repeat;
    background-size: 100% 100%;
}
.container .box4 .box-ct2 li:nth-child(2) {
    background: url(../images/title2-bg2.png) no-repeat;
    background-size: 100% 100%;
}
