@import "//at.alicdn.com/t/font_2693992_kyhf9hb4s8m.css";
/* Tooltip 容器 */
.tooltip {
    position: relative;
}

/* Tooltip 文本 */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;

    /* 定位 */
    position: absolute;
    z-index: 1;
}

.tooltip .tooltiptext {
    width: 120px;
    top: 100%;
    left: 50%;
    margin-left: -60px; /* 使用一半宽度 (120/2 = 60) 来居中提示工具 */
    margin-top: 10px;
}

/* 鼠标移动上去后显示提示框 */
.tooltip:hover .tooltiptext {
    visibility: visible;
}

.tooltip .tooltiptext::after {
    content: " ";
    position: absolute;
    bottom: 100%; /* 提示工具头部 */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent black transparent;
}

.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

html, body {
    height: 100%;
    position: relative;
}

body {
    margin: 0;
    padding: 0;
    min-width: 1355px;
    font-size: 14px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('img/BG.jpg');
}

.headerRect {
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    min-width: 1355px;
    height: 100px;
    position: fixed;
}

.header {
    display: flex;
    height: 100px;
    min-width: 1355px;
    justify-content: space-between;
    align-items: center;
}

.header .logo {
    display: flex;
    align-items: center;
}

.title-img {
    margin: 0 auto;
    width: 64px;
    height: 64px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100%;
    background-image: url(img/lo.png);
    background-position-y: 0;
}

.title-img.white {
    background-image: url(img/lo1.png)
}

.header .logo img {
    height: 50px;
}

.header .menuRect {
    display: flex;
    height: 50px;
}

.header .menuRect .menu {
    position: relative;
    height: 50px;
    color: #fff;
    cursor: pointer;
    line-height: 50px;
}

.header .menuRect .menu + .menu {
    margin-left: 50px;
}

.header .menuRect .menu i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: #f3a803;
    border-radius: 20px;
    font-size: 26px;
    color: #fff;
}

.header .menuRect .menu.active::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background: #f7ac03;
    bottom: 0;
    left: 0;
}

.header .menuRect .menu img {
    width: 40px;
    height: 40px;
    margin-top: 5px;
}

.swiper-slide1 {
    display: flex;
    align-items: center;
    background-size: cover;
    justify-content: center;
    background-repeat: no-repeat;
    background-image: url('img/BG.jpg');
}

.swiperSlide1Rect {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -55%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.swiperSlide1Rect > img:first-child {
    width: 500px;
    opacity: .7;
}

.swiperSlide1Rect > img:last-child {
    margin-top: -10%;
    opacity: .9;
}

.bottomRect {
    left: 0;
    z-index: 9;
    width: 100%;
    bottom: 20px;
    height: 35px;
    position: fixed;
    text-align: center;
    cursor: pointer;
}

/* 第二屏 */
.swiper-slide2 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-slide2 > img {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
}

.swiper_slide2_rect {
    margin-top: -200px;
    text-align: center;
}

.swiper_slide2_rect {
    z-index: 1;
    width: 940px;
    height: 360px;
}

#swiper2 {
    width: 700px;
}

.changeRect {
    width: 100%;
    height: 80px;
    margin-top: 30px;
}

.changeRect .list {
    float: left;
    height: 80px;
    display: flex;
    text-align: center;
}

.changeRect .list .listTop {
    height: 35px;
    color: #666;
    position: relative;
    display: inline-block;
}

.changeRect .list .listBottom {
    width: 46px;
    height: 100%;
    position: relative;
    display: inline-block;
}

.changeRect .list .listBottom .xuxian {
    top: 20px;
    left: -5px;
    width: 100%;
    position: absolute;
}

/* 第三屏幕 */
.swiper-slide3 {
    display: flex;
    align-items: center;
    background-size: cover;
    justify-content: center;
    background-repeat: no-repeat;
    background-image: url('img/BGscopt.jpg');
}

.baner3Info {
    width: 546px;
    height: 350px;
    overflow: hidden;
}

.banner3Rect {
    width: 1200px;
    height: 500px;
}

.banner3RectLeft {
    float: left;
    width: 546px;
    color: #fff;
    height: 500px;
}

.banner3RectRight {
    float: left;
    width: 644px;
    height: 500px;
}

.banner3RectRight img {
    width: 644px;
}

.banner3RectLeftTitle {
    font-size: 34px;
    margin-top: 150px;
    position: relative;
    padding-left: 30px;
}

.banner3RectLeftTitle img {
    left: 0;
    top: 17px;
    width: 25px;
    position: absolute;
    display: inline-block;
}

.banner3RectLeftDec {
    font-size: 16px;
    margin-top: 34px;
    line-height: 30px;
    padding-right: 65px;
}

#swiper3 {
    width: 644px;
    height: 547px;
    line-height: 547px;
}

#swiper3 .swiper-slide {
    height: 547px;
    position: relative;
}

#swiper3 .swiper-slide img {
    top: 50%;
    position: absolute;
    transform: translate(0%, -50%);
}

.arrowRect {
    height: 67px;
    margin-top: 64px;
    margin-right: 64px;
}

.arrowRectLeft {
    float: left;
    width: 148px;
    height: 67px;
}

.arrowRectLeft .leftArrow {
    width: 64px;
    height: 67px;
    background-size: 100%;
    display: inline-block;
    background-repeat: no-repeat;
    background-image: url('img/left1.png');
}

.arrowRectLeft .rightArrow {
    width: 64px;
    height: 67px;
    background-size: 100%;
    display: inline-block;
    background-repeat: no-repeat;
    background-image: url('img/right1.png');
}

/* .leftArrow:hover {
  cursor: pointer;
  background-image: url('img/left1.png');
}
.rightArrow:hover {
  cursor: pointer;
  background-image: url('img/right2.png');
} */
.arrowRectRight {
    float: left;
    height: 67px;
    width: 300px;
}

.arrowRectRight div {
    width: 67px;
    height: 67px;
    font-size: 30px;
    color: #63667a;
    line-height: 67px;
    font-style: italic;
    text-align: center;
    display: inline-block;
}

/* 第四屏幕 */
.swiper-slide4 {
    display: flex;
    align-items: center;
    background-size: cover;
    justify-content: center;
    background-repeat: no-repeat;
    background-image: url('img/BG_4.jpg');
}

.banner4Rect {
    width: 1170px;
    margin-top: -50px;
}

.banner4RectTitle {
    height: 40px;
    font-size: 34px;
    font-weight: 600;
    text-align: center;
    position: relative;
}

.banner4RectDesRect {
    width: 100%;
    height: 500px;
    margin-top: 40px;
}

.banner4RectDes {
    float: left;
    width: 362px;
    color: #fff;
    text-align: center;
    margin-right: 42px;
    border-radius: 20px;
    background: #1f98ec;
}

.banner4RectDes3 {
    color: #313a4a !important;
}

.banner4RectDesTitle {
    font-size: 24px;
    font-weight: 600;
    margin-top: 31px;
}

.banner4RectDesTitle2 {
    margin-top: 18px;
}

.banner4RectDesTitle3 {
    font-size: 20px;
    margin-top: 10px;
    position: relative;
    padding-left: 10px;
    margin-bottom: 15px;
}

.banner4RectDesTitle3 img {
    top: 3px;
    right: 240px;
    position: absolute;
}

.line {
    width: 318px;
    height: 1px;
    margin: 0 auto;
    margin-top: 34px;
    background: #fff;
}

/* 第5屏幕 */
.swiper-slide5 {
    display: flex;
    align-items: center;
    background-size: cover;
    justify-content: center;
    background: #3e4357;
    /*background-repeat: no-repeat;
    background-image: url('img/BG_5.jpg');*/
}

.swiperSlide5Rect {
    max-width: 1355px;
    position: relative;
    /* margin-top: -200px; */
}

.swiperSlide5RectTite {
    color: #fff;
    font-size: 34px;
    font-weight: 600;
    padding-left: 35px;
    position: relative;
}

.swiperSlide5RectTite img {
    position: absolute;
    top: 20px;
    left: 0;
}

.swiperSlide5RectDes {
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    overflow: hidden;
}

.swiperSlide5RectDes img {
    width: 160px;
    float: left;
    margin-right: 10px;
    border-radius: 5px;
}

.swiperSlide5RectButton {
    width: 356px;
    height: 68px;
    color: #fff;
    font-size: 22px;
    margin-top: 60px;
    line-height: 68px;
    text-align: center;
    border-radius: 68px;
    background-color: #f7ac03;
    cursor: pointer;
}

.swiperSlide5RectBottom {
    display: flex;
    margin-top: 36px;
}

.swiperSlide5RectLeft {
    flex-grow: 1;
    margin-right: 40px;
    overflow: hidden;
}

#map {
    width: 100%;
    height: 100%;
    padding-bottom: 20px;
    margin-top: -10px;
}

#map .anchorBL {
    display: none;
}

.swiperSlide5RectRight {
    display: flex;
    color: #fff;
}

.swiperSlide5RectRight a {
    color: #fff;
}

.swiperSlide5RectRightLeft {
    float: left;
    width: 117px;
}

.swiperSlide5RectRightLeft img {
    width: 118px;
    height: 118px;
}

.swiperSlide5RectRightRight {
    float: left;
    margin-left: 40px;
}


.swiper-slide6 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #fff;
    background-image: url(img/BG_4.jpg);
}

.news {
    width: 1200px;
    margin: 0 auto;

}

.news .title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.news .title h2 {
    height: 40px;
    font-size: 34px;
    font-weight: 600;
}

.news .title h2 a {
    color: #333;
    text-decoration-line: none;
}

.news .title .divider {
    display: block;
    height: 1px;
    width: 100%;
    margin: 20px 0;
    background-color: #DCDFE6;
    position: relative;
}

.news .content {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    color: #fff;
}

.news .content a {
    color: #fff;
    text-decoration: none;
}

.news .title .divider .text {
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    padding: 0 20px;
    background-color: #fff;
    font-size: 16px;
}

.news .content .column {
    box-sizing: border-box;
    width: 32%;
    background: #58638a;
    border-radius: 20px;
    padding: 20px;
}


.news .content .column .hd {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    line-height: 50px;
    border-bottom: 2px solid #fff;
}

.news .content .column .hd .title {
    font-size: 16px;
    font-weight: normal;
    border-bottom: 2px solid #aaa;
    margin-bottom: -2px;
}

.news .content .column .bd ul {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.news .content .column .bd ul li {
    display: flex;
    justify-content: space-between;
    line-height: 30px;
}

.news .content .column .bd ul li a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-decoration: none;
}

.news .content .column .bd ul li .time {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    margin-left: 20px;
    color: #f8f8f8;
}

.news .content .column .bd ul li .time i {
    margin-right: 5px;
}

.footer {
    width: 1200px;
    margin: 20px auto;
}

.footer .info {
    text-align: center;
    line-height: 26px;
    color: #666;
}

.footer .info a {
    color: #666;
    text-decoration: none;
}

.footer .info p {
    margin: 0;
}

.footer .friend-link {
    margin-top: 20px;
    color: #666;
}

.footer .friend-link a {
    color: #666;
    text-decoration: none;
}