@charset "utf-8";
html,
body {
    max-width: 100%;
    min-width: 1280px;
    /* margin: 0 auto; */
    background: #FFFFFF;
    height: 100%;
    /* overflow:scroll;
	overflow-y:hidden;
	overflow-x:hidden; */
    scroll-behavior: smooth;
}


/* 集团概况 */

.u-lower {
    width: 11px;
    height: 5px;
    margin-left: 15px;
}

.swiper-top {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.body-item {
    width: 100%;
    height: 200px;
    background-color: #007AFF;
}

.hotspot-colum {
    position: absolute;
    right: 0px;
    top: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.swiper-slide-p {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

@media screen and (max-width: 1800px) {
    .index-container .elegant-box,
    .index-container .notice-bid-container,
    .information-disclosure-box .box-container,
    .head {
        width: 80%;
    }
}

@media screen and (max-width: 1400px) {
    .index-container .elegant-box,
    .index-container .notice-bid-container,
    .information-disclosure-box .box-container,
    .head {
        width: 94%;
    }
}

.public {
    margin: 0 auto;
    font-weight: 400;
    position: relative;
}

.top-swiper {
    position: relative;
    width: 100%;
    height: 100%;
    background: #000000;
    overflow: hidden;
}

.top-swiper .swiper-wrapper {
    width: 100%;
}

.top-swiper .swiper-wrapper.swiper-slide {
    width: 100%;
    height: 100%;
}

.top-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 24px;
    height: 24px;
    margin: 0 40px;
    background: url("../img/pagination.png");
}

.top-swiper .swiper-pagination-bullet {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #FFFFFF;
    behavior: url(PIE.htc);
    cursor: pointer;
    margin: 0 40px;
}

.top-swiper .top-pagination {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    position: absolute;
    z-index: 20;
    top: 768px;
    width: 100%;
    height: 1px;
    background-color: #ffffff;
    text-align: center;
}

.group-pagination {}

.swiper1 {
    height: 413px;
    background: no-repeat right center;
    overflow: hidden;
}

.swiper1 .group-pagination {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0 auto;
    position: absolute;
    z-index: 20;
    left: 21px;
    bottom: 13px;
    text-align: center;
}

.swiper1 .swiper-wrapper .swiper-slide {
    background-size: cover;
}

.swiper1 .swiper-pagination-bullet {
    display: inline-block;
    margin-right: 16px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #FFFFFF;
    behavior: url(PIE.htc);
    cursor: pointer;
}

.swiper1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #219794;
}

.swiper-img {
    background: url(../img/baraImg.png)no-repeat center;
    background-size: cover;
    object-fit: cover;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.pagination-p {
    width: 100%;
    position: absolute;
    top: 0;
    height: 940px;
    animation: mymove 5s infinite;
    -webkit-animation: mymove 5s infinite;
}

@keyframes mymove {
    from {
        opacity: 0.9;
        /* background-color: red; */
    }
    to {
        background: rgba(0, 0, 0, .1);
        /* background-color: blue; */
    }
}

@-webkit-keyframes mymove {
    from {
        /* background-color: red; */
    }
    to {
        /* background-color: blue; */
    }
}

.banner-size {
    max-width: 100%;
    background-size: cover;
    object-fit: cover;
    animation: fadeInDown 1s;
    -webkit-animation: fadeInDown 1s;
    transition: all 3s linear 0s;
}

@keyframes fadeInDown {
    0% {
        margin-top: -200px;
        opacity: 0;
    }
    100% {
        margin-top: 0px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeInDown {
    0% {
        margin-top: -200px;
        opacity: 0;
    }
    100% {
        margin-top: 0px;
        opacity: 1;
    }
}

.banner-size1 {
    max-width: 100%;
    background-size: cover;
    object-fit: cover;
    transition: ease 5s;
}

@keyframes sizeInDown {
    0% {
        margin-left: -200px;
        opacity: 0;
    }
    100% {
        margin-left: 0px;
        opacity: 1;
    }
}

@-webkit-keyframes sizeInDown {
    0% {
        margin-left: -200px;
        opacity: 0;
    }
    100% {
        margin-left: 0px;
        opacity: 1;
    }
}

.banner-size2 {
    max-width: 100%;
    background-size: cover;
    object-fit: cover;
    transition: ease-out 3s;
}

@keyframes bannerInDown {
    0% {
        margin-top: -200px;
        opacity: 0;
    }
    100% {
        margin-top: 0px;
        opacity: 1;
    }
}

@-webkit-keyframes bannerInDown {
    0% {
        margin-top: -200px;
        opacity: 0;
    }
    100% {
        margin-top: 0px;
        opacity: 1;
    }
}

.swiper3 {
    width: 61%;
    height: 548px;
    /* box-sizing: border-box; */
    padding-top: 88px;
    overflow: hidden;
    position: relative;
    right: -120px;
    opacity: 0;
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=0);
}

.swiper3 .swiper-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex: 1;
    color: #FFFFFF;
}

.swiper3 .swiper-wrapper .swiper-slide:hover {
    top: -88px;
    zoom: 1;
}

.swiper3 .swiper-wrapper .swiper-slide {
    background-color: #0A1E3D;
    border: solid 9px #FFFFFF;
    margin-left: 10px;
    height: 460px !important;
    width: 30.7% !important;
    transition-duration: 0.5s;
    top: 0;
    animation: 0.5s;
    cursor: pointer;
    overflow: hidden;
}

.swiper3 .swiper-wrapper .swiper-slide img {
    cursor: pointer;
    width: 100% !important;
    height: 230px !important;
    transform-origin: 100% 100%;
    transition: transform 1s;
}


/* .swiper3 .swiper-wrapper .swiper-slide img:hover {
    transform: scale(1.2);
} */


/* .swiper3:hover .swiper-wrapper .swiper-slide img{
	transform: scale(1.2)
} */

.swiper-name {
    background-color: #2ca9a7;
    bottom: 0;
    height: 230px;
    width: 100% !important;
    z-index: 10;
}

.month {
    font-family: MicrosoftYaHei-Bold;
    font-size: 40px;
    font-weight: 600;
}

.swiper-year {
    padding-top: 8px;
    width: 40px;
    font-size: 14px;
    padding-left: 14px;
}

.swiper-name-p {
    text-align: left;
    margin: 0 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.swiper-name h2 {
    margin: 18px 0 13px 20px;
}

.swiper-row {
    display: flex;
    flex-direction: row;
    padding-top: 25px;
    padding-left: 21px;
}

.swiper-more-p {
    position: relative;
    font-size: 14px;
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.swiper-more-p:hover {
    cursor: pointer;
    width: 80px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background-color: #FFFFFF;
    border-radius: 4px;
    font-size: 14px;
    color: #219794;
}

.swiper-more-p:hover a {
    color: #219794;
}

.swiper-more-p:hover .swipe-jia {
    left: 60px;
}

.more-size14 {
    color: #FFFFFF;
}


/* .more-size14 a:visited{
	color: #FFFFFF;
} */

.swipe-jia {
    left: 45px;
    position: absolute;
    top: -8px;
}

.lin-party-background.swiper-banner2 {
    position: relative;
    top: -80px;
}

.news-swiper2 {
    width: 100%;
    height: 205px;
    background: no-repeat center;
    background-size: cover;
}

.group-cy {
    text-align: left;
    margin-left: 254px;
    margin-top: 160px;
}

.u-oa {
    width: 81px;
    height: 31px;
    line-height: 31px;
    text-align: center;
    color: #219794;
    border-radius: 4px;
    border: solid 1px #219794;
    font-size: 18px;
    font-weight: 400;
    display: inline-block;
}

.hotspot {
    width: 100%;
    height: 62px;
    display: flex;
    margin: 0 auto;
    flex-direction: row;
    align-items: center;
    position: relative;
    background: url(../img/hotspot.png)no-repeat center;
    background-size: auto 100%;
    margin-top: 150px;
    position: relative;
    left: -120px;
    opacity: 0;
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=0);
}

.hotspot-1 {
    /* position: absolute;
	top: 1px; */
}

.hotspot-1 h1 {
    color: #219794;
}

.hotspot-1 h2 {
    color: #e6e6e6;
}

.hotspot-a {
    width: 73%;
    margin: 0 auto;
}

.work {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-family: MicrosoftYaHei;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    /* padding: 0 0px 0 20px; */
}

.lin-time {
    font-size: 14px;
    color: #999999;
}

.notice {
    width: 85px;
    height: 40px;
    text-align: center;
    display: inline-block;
    line-height: 40px;
    background-color: #219794;
    border-radius: 2px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    margin-right: 20px;
}

.news-colum {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    color: #999999;
    font-family: MicrosoftYaHei-Bold;
    margin-left: 50px;
}

.news-start {
    /* display: flex;
	flex-direction: row; */
    border-bottom: 1px solid #cccccc;
    padding-bottom: 5px;
}

.news-activ {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex: 1;
    width: 70%;
    cursor: pointer;
}

.news-title {
    font-size: 20px;
    font-weight: 600;
}

.news-color {
    color: #333333;
    margin-bottom: -7px;
    border-bottom: 3px solid #219794;
}

.news-bor {
    width: 1px;
    height: 40px;
    margin: 8px 13px 0 13px;
    background-color: #cccccc;
}

.newsList1 {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 20px;
}

.news-bor2 {
    padding-bottom: 5px;
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid#FFFFFF;
}

.newsList1 :hover.news-title-a {
    color: #219794;
    font-weight: 600;
}

.newsList1 :hover.news-bor2 {
    border-bottom: 1px solid #219794;
}

.news-colum-item {
    display: flex;
    flex-direction: column;
}

.news-num {
    font-size: 30px;
    font-weight: 800;
    margin-top: -5px;
}

.news-year {
    width: 48px;
    font-size: 12px;
}

.u-oa.oA {
    cursor: pointer;
    background-color: #219794;
    border-radius: 4px;
    color: #FFFFFF;
}

.news-title-a {
    font-family: MicrosoftYaHei;
    font-size: 18px;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.news-title-b {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin-top: 7px;
    /* margin-bottom: 5px; */
    width: 100%;
}

.swiper-news {
    width: 47%;
    background-color: #219794;
    opacity: 0.9;
    position: absolute;
    right: 40px;
    top: 314px;
    padding: 0 37px;
    z-index: 9999;
}

.swiper-news:hover a {
    color: #FFFFFF;
}

.swiper-title {
    font-family: MicrosoftYaHei-Bold;
    font-size: 20px;
    color: #ffffff;
    margin: 30px 0;
}

.news-wrapper {
    position: relative;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    left: -120px;
    opacity: 0;
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=0);
}

.news-wrapper2 {
    position: relative;
    right: -120px;
    opacity: 0;
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=0);
}


/* 集团简介 */

.group {
    position: relative;
    left: -120px;
    opacity: 0;
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=0);
}

.one {
    overflow: hidden;
    width: 50%;
    posopacity: 0;
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=0);
    position: relative;
    right: -150px;
    margin-top: 50px;
}

.one .one-img {
    height: 436px;
    transform-origin: 100% 100%;
    transition: transform 1s;
    background-size: cover;
    background-image: url(../img/banner1.jpg);
}


/* .one:hover .one-img {
    cursor: pointer;
    transform: scale(1.2)
} */

.swiper-more {
    cursor: pointer;
    width: 77px;
    height: 12px;
    background: url(../img/more.png)no-repeat center;
    animation: movetip 1s infinite;
    margin: 20px 0;
}

@keyframes movetip {
    from {
        top: 0px;
    }
    to {
        top: -10px;
    }
}

.news-right {
    text-align: center;
    background: url(../img/right.png)no-repeat center;
    background-size: 100% 100%;
    width: 131px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: 400;
    color: #219794;
    margin-top: 44px;
    position: relative;
}

.news-right a:visited {
    color: #219794;
}

.news-right:hover {
    background: url(../img/right-p.png)no-repeat center;
    color: #ffffff;
}

.news-right:hover a {
    color: #ffffff;
}

.group-list {
    width: 73%;
    margin: 0 auto;
}

.jia {
    position: absolute;
    top: -10px;
}

.group-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 0 auto;
    width: 73%;
}

.u-dropdown.link {
    border: solid 1px #219794;
    background-color: #219794;
}

.bttom-but a {
    color: #ffffff;
}

.group-left {
    text-align: center;
    background: url(../img/left.png)no-repeat center;
    background-size: 100% 100%;
    width: 131px;
    height: 40px;
    line-height: 40px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: 400;
    margin-top: 105px;
    color: #fcfcfc;
}

.group-left a {
    color: #fcfcfc;
}


}
.group-banner {
    width: 46%;
    height: 436px;
    background: no-repeat center;
    background-size: cover;
    margin-top: 50px;
}
.group-row h1 {
    color: #219794;
    margin-top: 39px;
}
.group-row p {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #9b9b9b;
    line-height: 30px;
    margin: 45px 127px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    /* 	display: block;
	display: inline-block;
	-webkit-line-clamp:4;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis; */
}
.group-hcImg {
    width: 100%;
    height: 750px;
    background: url("../img/hcImg.png") no-repeat center;
    background-size: cover;
}
.group-industry {
    width: 100%;
    height: 940px;
    background: url("../img/industry.png") no-repeat right center;
    background-size: cover;
    position: relative;
    /* text-align: center; */
}
.group-name.industry {
    color: #3ac6c6;
}
.group-jt {
    width: 225px;
    height: 225px;
    text-align: center;
    line-height: 225px;
    border: solid 3px #219794;
    border-radius: 50%;
}
.group-jt1 {
    width: 189px;
    height: 189px;
    background-color: #ffffff;
    border-radius: 50%;
}
.groupName {
    font-family: MicrosoftYaHei-Bold;
    font-size: 26px;
    font-weight: 600;
    color: #000000;
    text-align: left;
}
.public-row1 {
    margin-top: 30px;
}
.public-row1 a {
    font-family: MicrosoftYaHei;
    font-size: 18px;
    color: #666666;
    text-align: left;
    margin-left: 35px;
    margin-top: 10px;
}
.public-row1 :hover a {
    color: #219794;
}
.banner-3 {
    transform-origin: 100% 100%;
    transition: transform 1s;
    background-size: cover;
    height: 307px;
}
.bannar-colum2.colum2 {
    width: 32.5%;
    margin-top: 20px;
    margin-right: 1.25%;
}
.bannar-colum2.colum2:nth-child(3n+3){
    margin-right: 0;
}
.bannar-colum2.colum2 a {
    text-align: left;
    margin-top: 5px;
}
.bannar-colum2.colum2 h2 {
    text-align: center;
    margin-top: 8px;
}
.structure {
    width: 100%;
    margin-top: 75px;
    margin-bottom: 70px;
}
.colum2 {
    overflow: hidden;
}
.line-text {
    height: 135px;
    background-color: #ffffff;
}
.line-text h2 {
    color: #219794;
}
.line-text--two.line-name {
    text-align: left;
    margin: 0 20px;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 23px;
    letter-spacing: 0px;
    color: #666666;
}
.group-item {
    display: flex;
    align-items: flex-start;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    cursor: pointer;
    color: #323333;
}
.align-items-center {
    align-items: center;
}
.group-colum3 {
    display: flex;
    flex-direction: column;
}
.group-colum3 .group-date {
    width: 107px;
    height: 38px;
    margin-bottom: 20px;
    border-radius: 3px;
    border: solid 1px #219794;
    font-size: 16px;
    line-height: 38px;
    text-align: center;
    color: #333333;
}
.group-colum3 .group-date:hover {
    color: #219794;
}
.group-date.group-date-p {
    background-color: #219794;
    color: #FFFFFF;
}
.group-date.group-date-p:hover {
    color: #fff;
}
.group-border {
    width: 14px;
    height: 14px;
    align-items: center;
    margin-top: 4px;
}
.group-item h2 {
    color: #219794;
    margin: 0 20px;
    flex-shrink: 0;
}
.group-item a {
    font-size: 18px;
    line-height: 24px;
}
.group-dsj {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    padding-left: 78px;
}
.group-dsj::before {
    content: '';
    width: 1px;
    height: calc(100% + 50px);
    position: absolute;
    top: 0;
    left: 84.5px;
    background: #999999;
}
.group-dsj .group-item:last-child {
    margin-bottom: 0;
}

/* .group-bor {
    width: 1px;
    margin-top: 34px;
    background: url(../img/bor.png) center;
    background-size: auto 100%;
    height: 424px;
    left: 85px;
    position: relative;
} */
.group-position {
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
}
.group-top {
    margin-top: 20px;
}
.group-text {
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #666666;
}
.line-group-row {
    width: 100%;
    display: flex;
    flex-direction: row;
}
.group-fly {
    position: relative;
    left: -120px;
    opacity: 0;
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=0);
}
.group1 {
    position: relative;
    left: -120px;
    opacity: 0;
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=0);
}
.line-left {
    width: 55%;
    position: relative;
    right: -120px;
    opacity: 0;
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=0);
}
.one-1 {
    overflow: hidden;
    position: relative;
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=0);
    width: 30%;
    opacity: 0;
    z-index: 999;
    top: -475px;
    left: 80%;
    margin-top: 34px;
}
.one-1 .line-banner2 {
    height: 380px;
    background-image: url(../img/group-img.jpg);
    transform-origin: 100% 100%;
    transition: transform 1s;
    background-size: cover;
}

/* .one-1:hover .line-banner2 {
    cursor: pointer;
    transform: scale(1.2)
} */
.line-left h2 {
    color: #219794;
    margin-top: 38px;
    margin-bottom: 21px;
}
.line-num {
    width: 100%;
    height: 120px;
    background-color: #219794;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 37px;
}
.line-row {
    display: flex;
    flex-direction: row;
    font-family: MicrosoftYaHei-Bold;
    align-items: center;
    font-weight: 400;
    font-stretch: normal;
    margin-left: 13.5%;
}
.line-row li {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.line-row li h1 {
    color: #fefefe;
    font-size: 30px;
}
.line-name {
    font-size: 18px;
    color: #fefefe;
    margin-top: 10px;
}
.line-boy {
    width: 1px;
    height: 58px;
    background-color: #ffffff;
    margin: 0 40px;
}
.one-2 {
    overflow: hidden;
    width: 32%;
    position: relative;
    opacity: 0;
    left: -120px;
    /* cursor: pointer; */
    
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=0);
}
.one-2 .line-banner3 {
    height: 299px;
    margin-right: 62px;
    transform-origin: 100% 100%;
    transition: transform 1s;
    background-size: cover;
    background-image: url(../img/zjImg.jpg);
}

/* .one-2:hover .line-banner3 {
    cursor: pointer;
    transform: scale(1.2)
} */
.news-address1 {
    position: relative;
    top: 200px;
    cursor: pointer;
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=0);
}
.background-size {
    margin-bottom: 40px;
}
.line-text1 h2 {
    margin-top: 40px;
}
.group-echarts {
    width: 100%;
    height: 89px;
    margin-top: 22px;
    background: url(../img/echarts.png) no-repeat center;
    background-size: 100% 100%;
}
.line-assets {
    font-family: MicrosoftYaHei-Bold;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 0px;
    color: #666666;
    margin-top: 25px;
}
.yuan {
    font-size: 18px;
    font-weight: 400;
    margin-top: 30px;
    color: #219794;
}
.group-banner10 {
    width: 100%;
    right: -200px;
    opacity: 0;
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=0);
}
.line-number {
    font-size: 50px;
    font-weight: 600;
    color: #219794;
}
.line-echarts {
    /* width: 100%; */
    
    display: flex;
    flex-direction: row;
    /* justify-content: space-between;
	flex: 1; */
}
.line-echarts-colum {
    width: 50%;
    display: flex;
    flex-direction: column;
}

/* .group-hcImg {
	width: 100%;
	height: 264px;
	background-size: cover;
	background: no-repeat center right;


} */
.group-noData {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    margin: 200px 0 300px 0;
}
.group-bttom {
    width: 10px;
    margin-left: -100%;
    opacity: 0;
    /* margin-top: 220px; */
}
.traffic {
    background: url(../img/traffic.png)no-repeat center;
    background-size: 100%;
    height: 231px;
    width: 231px;
    margin-top: 140px;
    position: absolute;
    top: 220px;
    left: 260px;
    cursor: pointer;
    transition: all 0.1s linear;
}
#open-1 {
    height: 131px;
    width: 131px;
    opacity: 0;
}
#open-2 {
    height: 131px;
    width: 131px;
    opacity: 0;
}
#open {
    height: 131px;
    width: 131px;
    position: absolute;
    top: 220px;
    left: 290px;
    cursor: pointer;
    opacity: 0;
}

/* .traffic:hover {
    cursor: pointer;
    transform: scale(1.2);
    background: url(../img/traffic-2.png)no-repeat center;
} */
.traffic.upper-p {
    background: url(../img/track-3.png)no-repeat center;
    position: absolute;
    left: 59%;
    top: 50px
}
.traffic.upper-p:hover {
    background: url(../img/track-4.png)no-repeat center;
}
.traffic.right-p {
    background: url(../img/track-5.png)no-repeat center;
    position: absolute;
    top: 390px;
    left: 70%;
}
.traffic.right-p:hover {
    background: url(../img/track-6.png)no-repeat center;
}
.group-traffic-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 128px;
    height: 120px;
    margin-left: 51px;
    padding-top: 45px;
    line-height: 28px;
}
.group-track {
    height: 57px;
    width: 45px;
    background: url(../img/track.png)no-repeat center;
}
.group-track:hover {
    width: 128px;
    height: 120px;
    margin-left: 30px;
    margin-top: 20px;
    line-height: 28px;
    background: url(../img/track-1.png)no-repeat center;
}
.group-name-1 {
    font-family: MicrosoftYaHei;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    font-stretch: normal;
    line-height: 26px;
    width: 544px;
    margin: 0 auto;
    color: #ffffff;
    opacity: 0;
    padding-top: 1500px;
}
.group-map-content {
    width: 90%;
    height: 890px;
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #fdfdfd;
    opacity: 0.9;
    position: absolute;
    top: 20px;
    right: 0;
    z-index: 9999;
}
.model {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-family: MicrosoftYaHei;
    font-weight: 400;
}
.model-text {
    position: relative;
    bottom: -120px;
    opacity: 0;
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=0);
}
.group-model {
    display: flex;
    flex-direction: column;
    width: 70%;
    margin-left: 201px;
}
.group-model h1 {
    color: #0f9ea3;
    margin-left: 20px;
}
.group-model h2 {
    margin-bottom: 56px;
    margin-top: 9px;
}
.group-model h3 {
    color: #0f9ea3;
    margin-bottom: 10px;
}
.group-model p {
    text-align: left;
    font-size: 16px;
    line-height: 30px;
    color: #454545;
}
.right-1 {
    width: 23px;
    height: 76px;
}
.industry-but {
    cursor: pointer;
    background: url(../img/but.png)no-repeat center;
    width: 133px;
    height: 42px;
    line-height: 42px;
    background-size: 100% 100%;
    font-weight: 400;
    color: #219794;
    font-size: 16px;
    margin-top: 20px;
    position: relative;
}
.pagination-lower {
    color: #219794;
}
.jia-p {
    position: absolute;
    top: -5px;
    /* right: 30px; */
}
.industry-more {
    margin-left: 24px;
}
.industry-but:hover {
    background: url(../img/left.png)no-repeat center;
    color: #FFFFFF;
}

/* 
.industry-but .color-p {
	color: #219794;
} */
.industry-but a:visited {
    color: #219794;
    /*已访问的链接  */
}
.industry-but:hover a {
    color: #FFFFFF;
}
.lin-party {
    height: 100%;
    width: 100%;
    /* padding-top: 20px; */
    
    background: url(../img/party.png) no-repeat center;
    background-size: 100% 100%;
}
.lin-party-row {
    display: flex;
    flex-direction: row;
    /* justify-content: space-around;
	flex: 1; */
}
.lin-party-colum {
    display: flex;
    flex-direction: column;
    width: 30%;
    align-items: center;
    position: relative;
    left: -120px;
    opacity: 0;
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=0);
}
.lin-partyImg {
    width: 369px;
    height: 52px;
    margin-top: 250px;
}
.emblem {
    border: #0A1E3D;
    width: 115px;
    height: 126px;
    margin: 54px 0 30px 0px;
}
.left-a {
    width: 35px;
    height: 35px;
    margin-left: -30px;
    background: url(../img/right-b.png);
    cursor: pointer;
}
.left-a:hover {
    background: url(../img/right-a.png);
}
.right-a {
    width: 35px;
    height: 35px;
    background: url(../img/left-a.png);
    margin-left: 33px;
    cursor: pointer;
}
.right-a:hover {
    background: url(../img/left-b.png);
}
.lin-party-row.Button {
    margin-top: 120px;
}
.lin-swiper {
    position: relative;
    width: 60%;
    margin-top: 351px;
    background-color: #F0C3C1;
}
.lin-party-row.item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex: 1;
    background-color: #F0C3C1;
}
.carousel-row {
    *zoom: 1;
}
.carousel-row :after {
    content: "";
    clear: both;
    display: block;
    height: 0;
}
.carousel-row .item {
    background-color: #F0C3C1;
}
.lin-party-background {
    width: 31%;
    height: 400px;
    background-color: red;
    border: solid 9px #ffffff;
    float: left;
}
.lin-slide {
    width: 100%;
    height: 400px;
}
.hotspot-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex: 1;
}
.upper {
    width: 17px;
    height: 11px;
}
.symbol {
    align-items: center;
    width: 7px;
    height: 9px;
    margin-right: 4px;
}
.work-li {
    /* margin-top: 15px; */
    
    margin-left: 80px;
}
.follow {
    font-family: MicrosoftYaHei-Bold;
    font-size: 24px;
    font-weight: 600;
    color: #219794;
}
.hotspot-1 {
    font-family: MicrosoftYaHei-Bold;
    font-size: 16px;
    font-weight: 600;
    color: #e6e6e6;
}
.size {
    margin-top: 51px;
}
.news-position {
    color: #909090;
}
.line-item {
    display: flex;
    height: 32px;
    /* flex-direction: row; */
}
.line-item h2 {
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    margin-top: 9px;
}