@charset "utf-8"; @keyframes trun {
                      0% {
                          -webkit-transform: rotate(0);
                          -ms-transform: rotate(0);
                          -o-transform: rotate(0);
                          transform: rotate(0);
                      }

                      100% {
                          -webkit-transform: rotate(360deg);
                          -ms-transform: rotate(360deg);
                          -o-transform: rotate(360deg);
                          transform: rotate(360deg);
                      }
                  }

.banner_box {
    position: relative;
    z-index: 5;
}

.banner_box .swiDots {
    position: absolute;
    left: 1.95rem;
    bottom: 1.7rem !important;
    right: 1.95rem;
    z-index: 10;
}

.banner_box .swiDots span {
    margin: 0 0.04rem;
    display: block;
    width: 0.2rem;
    height: 0.2rem;
    position: relative;
    background-color: transparent;
    border-radius: 0;
    opacity: 1;
}

.banner_box .swiDots span:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 2px;
    background-color: #F4D9AC;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.banner_box .swiDots span:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(180deg, #DEA84D 0%, rgba(222, 168, 77, 0) 100%);
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.banner_box .swiDots span.active {
}

.banner_box .swiDots span.active:before {
    height: 100%;
    opacity: 0;
}

.banner_box .swiDots span.active:after {
    height: 100%;
    opacity: 1;
}

.banner {
    height: 100vh;
}

.banner .swiper-slide {
    height: auto;
}

.banner a, .banner .slideImg, .banner .slideImg img {
    height: 100% !important;
}

.banner a {
    display: block;
    position: relative;
    overflow: hidden;
}

.banner a .slideImg {
    width: 100%;
    overflow: hidden;
    position: relative;
    display: block;
    padding-bottom: 0;
    height: calc(100vh - 1.2rem);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transform: scale(1.16);
    transition: 5s;
}

.banner a .slideImg img, .banner a .slideImg video {
    width: 100%;
    transition: .5s;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 1;
}

.banner .swiper-slide-active a .slideImg {
    transform: scale(1);
}

.nav-g1 {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1.3rem;
    background-color: rgba(0, 0, 0, .4);
    z-index: 10;
}

.nav-g1 ul {
}

.nav-g1 li {
    margin-left: -1px;
    flex-shrink: 0;
}

.nav-g1 .con {
    padding: 0 0.2rem;
    min-width: 2.29rem;
    height: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    align-items: center;
}

.nav-g1 .con:before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 2px;
    height: 0.38rem;
    background-color: #FFFFFF;
    opacity: .5;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -2;
}

.nav-g1 .con:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/ls-bg1.jpg) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: -1;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.nav-g1 .icon {
    margin-right: 0.1rem;
    display: block;
    width: 0.6rem;
    height: 0.6rem;
    position: relative;
    z-index: 1;
    flex-shrink: 0;
}

.nav-g1 .bg-circle {
    margin-top: -0.21rem;
    position: absolute;
    left: -0.3rem;
    top: 40%;
    width: 0.42rem;
    height: 0.42rem;
    border-radius: 50%;
    background: linear-gradient(40deg, #F7D7A1 14%, rgba(247, 215, 161, 0) 82%);
    z-index: -1;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.nav-g1 .tit {
    font-family: Arial;
    font-size: 0.22rem;
    color: #FFFFFF;
    font-weight: normal;
}

.nav-g1 li:last-child {
}

.nav-g1 li:last-child .con:before {
    display: none;
}

.nav-g1 .con:hover {
}

.nav-g1 .con:hover:before {
}

.nav-g1 .con:hover:after {
    opacity: 1;
}

.nav-g1 .con:hover .bg-circle {
    left: -0.1rem;
    top: 50%;
    opacity: 1;
}

.swiperNews-g1 {
    height: 5.7rem;
    position: relative;
    border-radius: 0.16rem;
    overflow: hidden;
}

.swiperNews-g1 .swiper-slide {
    height: auto;
}

.swiperNews-g1 .swiDots {
    position: absolute;
    left: auto !important;
    right: 0.3rem !important;
    bottom: 0.5rem !important;
    width: auto !important;
    z-index: 10;
}

.swiperNews-g1 .swiDots span {
    margin: 0 0.12rem !important;
    width: 0.08rem;
    height: 0.08rem;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    opacity: 1;
}

.swiperNews-g1 .swiDots span.active {
    background-color: #FFFFFF;
}

.swiperNews-g1 .con {
    display: block;
    height: 100%;
    position: relative;
}

.swiperNews-g1 .tag {
    padding-left: 0.3rem;
    position: absolute;
    left: 0;
    top: 0.26rem;
    z-index: 10;
}

.swiperNews-g1 .tag:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 0.3rem;
    height: 1px;
    background-color: #133984;
}

.swiperNews-g1 .tag:after {
    content: '';
    position: absolute;
    left: 0.26rem;
    top: 50%;
    width: 0.09rem;
    height: 0.09rem;
    border: 1px solid #133984;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.swiperNews-g1 .tag span {
    padding: 0 0.26rem;
    display: block;
    line-height: 0.42rem;
    background-color: #ffffff;
    border: 1px solid #133984;
    border-radius: 0.3rem;
    font-size: 0.2rem;
    color: #133984;
}

.swiperNews-g1 .pic {
    height: 100%;
}

.swiperNews-g1 .pic .a {
}

.swiperNews-g1 .text {
    padding: 0.22rem 0.34rem;
    padding-right: 2.6rem;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
}

.swiperNews-g1 .text:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 2rem;
    background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    opacity: .8;
    z-index: -1;
}

.swiperNews-g1 .date {
    font-family: 'CanelaWeb';
    margin-right: 0.18rem;
    color: #FFFFFF;
    line-height: 0.9;
    text-align: center;
    width: 0.74rem;
    height: 0.74rem;
    border: 1px solid #fff;
    border-radius: 0.06rem;
    flex-shrink: 0;
}

.swiperNews-g1 .date span {
    display: block;
}

.swiperNews-g1 .date .d1 {
    font-size: 0.38rem;
}

.swiperNews-g1 .date .d2 {
    font-size: 0.16rem;
}

.swiperNews-g1 .tit {
    width: calc(100% - 0.92rem);
    font-size: 0.26rem;
    color: #F3F3F9;
    font-weight: bold;
    line-height: 1.46;
    max-height: 2.92em;
    overflow: hidden;
    flex-shrink: 0;
}

.swiperAct-g1 {
    padding-bottom: 0.45rem;
    position: relative;
    overflow: hidden;
}

.swiperAct-g1 .swiper-slide {
    height: auto;
}

.swiperAct-g1 .swiArrow {
    margin: 0 -0.17rem;
    position: absolute;
    right: 0.42rem;
    bottom: 0;
    z-index: 10;
}

.swiperAct-g1 .swiArrow .prev, .swiperAct-g1 .swiArrow .next {
    margin: 0 0.17rem;
    height: 0.32rem;
    border: 1px solid #B4C0D1;
    border-radius: 0.5rem;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 0.2rem auto;
    background-size: 0.2rem auto;
    cursor: pointer;
    flex-shrink: 0;
}

.swiperAct-g1 .swiArrow .prev {
    width: 1.04rem;
    background-image: url(../images/icon-arrow1.png);
}

.swiperAct-g1 .swiArrow .next {
    width: 0.32rem;
    background-image: url(../images/icon-arrow6.png);
    -webkit-background-size: 0.12rem auto;
    background-size: 0.12rem auto;
}

.swiperAct-g1 .swiArrow .prev:hover, .swiperAct-g1 .swiArrow .next:hover {
    border-color: #0F479D;
    background-color: #0F479D;
}

.swiperAct-g1 .swiArrow .prev:hover {
    background-image: url(../images/icon-arrow3.png);
}

.swiperAct-g1 .swiArrow .next:hover {
    background-image: url(../images/icon-arrow8.png);
}

.swiperAct-g1 .con {
    padding: 0.52rem 0.44rem;
    display: block;
    height: 100%;
    min-height: 3.2rem;
    position: relative;
    border-radius: 0.14rem;
    z-index: 1;
    overflow: hidden;
}

.swiperAct-g1 .con:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/ls-bg3.jpg) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.swiperAct-g1 .tit {
    font-size: 0.22rem;
    color: #333333;
    font-weight: normal;
    line-height: 1.64;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.swiperAct-g1 .desc {
    margin-top: 0.04rem;
    font-size: var(--fz16);
    color: #7D7E7F;
    line-height: 1.5;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.swiperAct-g1 .desc, .swiperAct-g1 .desc p {
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.swiperAct-g1 .info {
    margin-top: 0.4rem;
    font-size: 0.16rem;
    color: #7D7E7F;
    line-height: 1.6;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.swiperAct-g1 .info .itm {
    margin-bottom: 0.11rem;
    display: flex;
    align-items: flex-start;
}

.swiperAct-g1 .info i {
    margin: 0.03rem 0.2rem 0 0;
    display: block;
    width: 0.2rem;
    height: 0.2rem;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: contain;
    background-size: contain;
    flex-shrink: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.swiperAct-g1 .info .icon-user {
    background-image: url(../images/icon-user1.png);
}

.swiperAct-g1 .info .icon-date {
    background-image: url(../images/icon-date1.png);
}

.swiperAct-g1 .info .icon-pos {
    background-image: url(../images/icon-pos1.png);
}

.swiperAct-g1 .active .con, .swiperAct-g1 .con:hover {
}

.swiperAct-g1 .active .con:before, .swiperAct-g1 .con:hover:before {
    opacity: 1;
}

.swiperAct-g1 .active .tit, .swiperAct-g1 .active .desc, .swiperAct-g1 .con:hover .tit, .swiperAct-g1 .con:hover .desc {
    color: #ffffff;
}

.swiperAct-g1 .active .info, .swiperAct-g1 .con:hover .info {
    color: #B7C7E1;
}

.swiperAct-g1 .active .info .icon-user, .swiperAct-g1 .con:hover .info .icon-user {
    background-image: url(../images/icon-user2.png);
}

.swiperAct-g1 .active .info .icon-date, .swiperAct-g1 .con:hover .info .icon-date {
    background-image: url(../images/icon-date2.png);
}

.swiperAct-g1 .active .info .icon-pos, .swiperAct-g1 .con:hover .info .icon-pos {
    background-image: url(../images/icon-pos2.png);
}

.lst-g1 {
}

.lst-g1 li {
}

.lst-g1 .con {
    height: 1.53rem;
    position: relative;
    overflow: hidden;
}

.lst-g1 .con:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1px;
    background-color: #B8C9E1;
}

.lst-g1 .con:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0.85rem;
    height: 3px;
    background-color: #133984;
    -webkit-transform: skewX(-50deg);
    -ms-transform: skewX(-50deg);
    -o-transform: skewX(-50deg);
    transform: skewX(-50deg);
    transform-origin: 0 100%;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.lst-g1 .date {
    font-family: 'CanelaWeb';
    width: 1.06rem;
    color: #133984;
    line-height: 1;
    text-align: center;
    flex-shrink: 0;
}

.lst-g1 .date span {
    display: block;
}

.lst-g1 .date .d1 {
    margin-bottom: 0.12rem;
    font-size: 0.42rem;
    position: relative;
}

.lst-g1 .date .d1:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 90%;
    width: 0.18rem;
    height: 0.14rem;
    background: url(../images/line3.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.lst-g1 .date .d2 {
    font-size: 0.14rem;
}

.lst-g1 .tit {
    width: calc(100% - 1.06rem);
    font-size: 0.22rem;
    color: #222222;
    font-weight: normal;
    line-height: 1.7;
    height: 3.4em;
    overflow: hidden;
    flex-shrink: 0;
}

.lst-g1 .con:hover {
}

.lst-g1 .con:hover:after {
    width: 82.3%;
    background-color: #DEA84D;
}

.lst-g2 {
    margin: 0 -0.1rem -0.1rem;
}

.lst-g2 li {
    padding: 0 0.1rem;
    margin-bottom: 0.1rem;
    width: 33.33%;
    flex-shrink: 0;
}

.lst-g2 .con {
    padding: 0.38rem 0.26rem;
    position: relative;
    z-index: 1;
    border-radius: 0.14rem;
    overflow: hidden;
    align-items: flex-start;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.lst-g2 .con:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/ls-bg2.jpg) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: -1;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.lst-g2 .date {
    font-family: 'CanelaWeb';
    margin-right: 0.24rem;
    width: 0.68rem;
    height: 0.68rem;
    font-size: 0.2rem;
    color: #ffffff;
    line-height: 1.1;
    text-align: center;
    background-color: #0A459D;
    border-radius: 50%;
    position: relative;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.lst-g2 .date:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0.23rem;
    width: 0.33rem;
    height: 0.26rem;
    background: url(../images/line4.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.lst-g2 .date span {
    display: block;
}

.lst-g2 .date .d1 {
    padding-right: 0.18rem;
}

.lst-g2 .date .d2 {
    padding-left: 0.3rem;
}

.lst-g2 .text {
    padding-top: 0.03rem;
    width: calc(100% - 0.92rem);
    flex-shrink: 0;
}

.lst-g2 .tit {
    font-size: 0.22rem;
    color: #333333;
    font-weight: normal;
    line-height: 1.6;
    height: 3.2em;
    overflow: hidden;
}

.lst-g2 .desc {
    margin-top: 0.14rem;
    font-size: 0.16rem;
    color: #999999;
    line-height: 1.63;
    height: 3.26em;
    overflow: hidden;
}

.lst-g2 .con:hover {
    box-shadow: 0 0.03rem 0.16rem 0 rgba(18, 78, 162, 0.3);
}

.lst-g2 .con:hover:before {
    opacity: 1;
}

.lst-g2 .con:hover .date {
    background-color: #DEA84D;
}

.lst-g3 {
}

.lst-g3 li {
}

.lst-g3 .con {
    height: 5.6rem;
    display: block;
    position: relative;
    border-radius: 0.14rem;
    overflow: hidden;
    z-index: 10;
    border-radius: 0.14rem 0.14rem 0 0.14rem\0;
}
.lst-g3 .con::after{content: "";position: absolute;right: 0;bottom: 0;width: 1.23rem;height: 1.24rem;background: url(../images/zhezhao.png) center no-repeat;background-size: cover;z-index: 11; display: none; display: block\0;}


.lst-g3 .pic {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-mask-image: url(../images/ls-bg4.png);
    mask-image: url(../images/ls-bg4.png);
    mask-position: right bottom;
    -webkit-mask-size: cover;
    mask-size: cover;
    border-radius: 0.14rem;
    overflow: hidden;
}

.lst-g3 .pic:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 2.7rem;
    background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    opacity: .8;
    z-index: 5;
}

.lst-g3 .text {
    padding: 0.41rem 0.5rem;
    padding-right: 1.54rem;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
}

.lst-g3 .date {
    font-family: 'CanelaWeb';
    font-size: 0.2rem;
    color: #FFFFFF;
}

.lst-g3 .tit {
    margin-top: 0.11rem;
    font-size: 0.24rem;
    color: #FFFFFF;
    font-weight: normal;
    line-height: 1.42;
    max-height: 2.84em;
    overflow: hidden;
}

.lst-g3 .more {
    position: absolute;
    right: 0.04rem;
    bottom: 0.04rem;
    width: 0.8rem;
    height: 0.8rem;
    background: #DEA84D url(../images/icon-arrow11.png) center center no-repeat;
    -webkit-background-size: 0.4rem auto;
    background-size: 0.4rem auto;
    border-radius: 50%;
    z-index: 12;
}

.lst-g4 {
    margin: 0 -0.16rem -0.4rem;
}

.lst-g4 li {
    padding: 0 0.16rem;
    margin-bottom: 0.4rem;
    width: 50%;
    flex-shrink: 0;
}

.lst-g4 .con {
    display: block;
    height: 100%;
}

.lst-g4 .pic {
    margin-bottom: 0.35rem;
    height: 2.84rem;
    border-radius: 0.14rem;
    position: relative;
    overflow: hidden;
}

.lst-g4 .text {
    padding: 0 0.16rem;
}

.lst-g4 .date {
    font-family: 'CanelaWeb';
    font-size: 0.18rem;
    color: #133984;
}

.lst-g4 .tit {
    margin-top: 0.17rem;
    font-size: 0.2rem;
    color: #222222;
    font-weight: normal;
    line-height: 1.7;
    height: 3.4em;
    overflow: hidden;
}

.lst-g4 .desc {
    margin-top: 0.19rem;
    font-size: 0.16rem;
    color: rgba(125, 126, 127, .8);
    line-height: 1.63;
    max-height: 4.89em;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.lst-g5 {
    margin: 0 -0.15rem;
}

.lst-g5 .its1 {
    padding: 0 0.15rem;
    margin-bottom: -0.32rem;
    width: 33.33%;
    flex-shrink: 0;
}

.lst-g5 li {
    margin-bottom: 0.32rem;
}

.lst-g5 .con {
    display: block;
    position: relative;
    border-radius: 0.14rem;
    overflow: hidden;
}

.lst-g5 .pic {
    height: 3.2rem;
    position: relative;
    border-radius: 0.14rem;
    overflow: hidden;
}

.lst-g5 .tit {
    margin-top: 0.15rem;
    padding: 0 0.18rem;
    font-size: 0.2rem;
    color: #3B3B3B;
    font-weight: normal;
    line-height: 1.5;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.lst-g5 .tit img {
    margin: -0.02rem 0.1rem 0 0;
    display: inline-block;
    vertical-align: middle;
    width: 0.3rem;
    flex-shrink: 0;
}

.lst-g5 .text {
    padding: 0.26rem;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
}

.lst-g5 .text:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3.2rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 64%, #000000 102%);
    z-index: -1;
}

.lst-g5 .text .tit {
    margin: 0;
    padding: 0;
    color: #FFFFFF;
}

.lst-g5 .its1:nth-child(2) {
    margin-top: -1.7rem;
}

.lst-g5 .its1:nth-child(3) {
    margin-top: -2.9rem;
}

.lst-g5 .its1:nth-child(3) .pic, .lst-g5 .its1:nth-child(3) .text:before {
    height: 7.2rem;
}

.lst-g5 .its1:nth-child(3) .text {
    padding: 0.39rem 0.28rem;
}

.lst-g6 {
}

.lst-g6 li {
    width: 1.92rem;
    position: relative;
}

.lst-g6 li:before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 0.38rem;
    background-color: #CCD4E2;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.lst-g6 .con {
    padding: 0 0.2rem;
    height: 100%;
    min-height: 1.2rem;
}

.lst-g6 .icon {
    margin: 0 auto 0.08rem;
    width: 0.52rem;
    height: 0.52rem;
    position: relative;
}

.lst-g6 .icon img {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.lst-g6 .icon .ig2 {
    opacity: 0;
}

.lst-g6 .tit {
    font-size: 0.16rem;
    color: #222222;
    font-weight: normal;
    line-height: 1.38;
    text-align: center;
}

.lst-g6 li:last-child:before {
    display: none;
}

.lst-g6 .con:hover {
}

.lst-g6 .con:hover .icon img {
    opacity: 0;
}

.lst-g6 .con:hover .icon .ig2 {
    opacity: 1;
}

.lineL-g1, .lineR-g1 {
    margin-top: 0.12rem;
    display: block;
    height: 1.5px;
    position: relative;
    flex-grow: 1;
}

.lineL-g1 {
    order: -1;
}

.lineR-g1 {
    order: 10;
}

.lineL-g1:before, .lineR-g1:before {
    margin-top: -2px;
    content: '';
    position: absolute;
    top: 50%;
    width: 0.16rem;
    height: 3px;
    background-color: #5883BE;
}

.lineL-g1:before {
    right: 0;
}

.lineR-g1:before {
    left: 0;
}

.lineL-g1:after {
    content: '';
    position: absolute;
    right: 0.2rem;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #799BDF;
    opacity: .3;
}

.lineR-g1:after {
    content: '';
    position: absolute;
    left: 0.2rem;
    top: 0;
    right: 1.52rem;
    height: 100%;
    background-color: #799BDF;
    opacity: .3;
}

.lineR-g1 i {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 1.52rem;
    height: 0.19rem;
    background: url(../images/line1.png) left bottom no-repeat;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
}

.hd-g1 {
    position: relative;
    z-index: 10;
    overflow: hidden;
}

.hd-g1 .cn {
    font-family: 'SourceHanSerifCN-Medium';
    font-size: 0.52rem;
    color: #2C2C2C;
    font-weight: normal;
    line-height: 1.44;
    text-align: center;
}

.hd-g1 .box {
    margin-top: 0.08rem;
    position: relative;
    align-items: center;
}

.hd-g1 .icon {
    margin: 0 0.18rem;
    width: 0.5rem;
    height: 0.5rem;
    position: relative;
    flex-shrink: 0;
}

.hd-g1 .en {
    font-family: 'PHILOSOPHER';
    font-size: 0.14rem;
    color: #5883BE;
    text-transform: uppercase;
    line-height: 1.43;
    text-align: center;
}

.hd-g1 .more {
    padding: 0 0.1rem;
    position: absolute;
    right: 0;
    top: 0.87rem;
    font-size: 0.16rem;
    color: #818C9C;
    line-height: 1.9;
}

.hd-g1.c1 {
}

.hd-g1.c1 .cn {
    color: #ffffff;
}

.hd-g1.c1 .en {
    color: #ADC8EE;
}

.hd-g1.c1 .lineL-g1:before, .hd-g1.c1 .lineR-g1:before, .hd-g1.c1 .lineL-g1:after, .hd-g1.c1 .lineR-g1:after {
    background-color: #ADC8EE;
}

.hd-g1.c1 .lineR-g1 i {
    background-image: url(../images/line2.png);
}

.hd-g1.c1 .more {
    color: #fff;
}

.hd-g2 {
    position: relative;
    z-index: 10;
}

.hd-g2 .box {
    align-items: center;
}

.hd-g2 .lineL-g1 {
    width: 0;
    margin-left: -5.18rem;
    padding-left: 5rem;
    flex-shrink: 0;
    flex-grow: 0;
}

.hd-g2 .icon {
    margin-left: 0.18rem;
    width: 0.5rem;
    height: 0.5rem;
    position: relative;
    flex-shrink: 0;
}

.hd-g2 .cn {
    font-family: 'SourceHanSerifCN-Medium';
    margin-right: 0.18rem;
    font-size: 0.52rem;
    color: #2C2C2C;
    font-weight: normal;
    line-height: 1.44;
}

.hd-g2 .en {
    padding-left: 0.5rem;
    font-size: 0.14rem;
    color: #8BA2C2;
    text-transform: uppercase;
    line-height: 1.43;
}

.hd-g2 .more {
    padding: 0 0.18rem;
    position: absolute;
    right: 0;
    top: 0.18rem;
    font-size: 0.16rem;
    color: #818C9C;
    line-height: 1.63;
}

.hd-g2.c1 {
}

.hd-g2.c1 .cn {
    color: #ffffff;
}

.hd-g2.c1 .en {
    color: #ADC8EE;
}

.hd-g2.c1 .lineL-g1:before, .hd-g2.c1 .lineR-g1:before, .hd-g2.c1 .lineL-g1:after, .hd-g2.c1 .lineR-g1:after {
    background-color: #ADC8EE;
}

.hd-g2.c1 .lineR-g1 i {
    background-image: url(../images/line2.png);
}

.hd-g2.c1 .more {
    color: #fff;
}

.hd-g2.v2 {
}

.hd-g2.v2 .lineR-g1 {
    width: 0.64rem;
    flex-shrink: 0;
    flex-grow: 0;
}

.hd-g2.v2 .lineR-g1:after {
    right: 0;
}

.hd-g2.v2 .lineR-g1 i {
    display: none;
}

.hd-g3 {
}

.hd-g3 .title {
    font-size: 0.3rem;
    color: #133984;
    font-weight: normal;
    line-height: 1.13;
}

.main-ind1 {
    background: #fff url(../images/row-bg1.jpg) center top no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.main-ind1:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -0.97rem;
    right: 0;
    height: 5.61rem;
    background-repeat: no-repeat;
    background-position: center bottom;
    -webkit-background-size: cover;
    background-size: cover;
    background-image: url(../images/row-bg4.png);
    z-index: -1;
}

.row-home1 {
    padding: 0.28rem 0 0.74rem;
    position: relative;
    z-index: 1;
}

.row-home1 .sec-bg1 {
    position: absolute;
    right: -0.5rem;
    top: 4.15rem;
    width: 14.11%;
    z-index: -1;
}

.row-home1 .sec-bg1:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 8.46rem;
    height: 8.46rem;
    border-radius: 50%;
    background: radial-gradient(50% 50% at 50% 50%, #DEE8FA 0%, rgba(221, 231, 250, 0) 100%);
    z-index: -1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.row-home1 .sec-bg1 img {
    margin: 0 auto;
    display: block;
}

.row-home1 .sec-bg2 {
    position: absolute;
    left: -0.64rem;
    bottom: 4.26rem;
    width: 5.46rem;
    z-index: -1;
}

.row-home1 .sec-bg2:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 8.46rem;
    height: 8.46rem;
    border-radius: 50%;
    background: radial-gradient(50% 50% at 50% 50%, #DEE8FA 0%, rgba(221, 231, 250, 0) 100%);
    z-index: -1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.row-home1 .sec-bg2 img {
    margin: 0 auto;
    display: block;
}

.row-ind1 {
    padding: 0.4rem 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.row-ind1 .hd-g1 {
    margin-bottom: 0.3rem;
}

.row-ind2 {
    padding: 0.4rem 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.row-ind2 .hd-g1 {
    margin-bottom: 0.3rem;
}

.row-ind3 {
    padding: 0.4rem 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.row-ind3 .hd-g2 {
    margin: 0.43rem 0 0.6rem;
    width: 10.8rem;
}

.row-ind4 {
    padding: 0.62rem 0;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden;
}

.row-ind4 .hd-g1 {
    margin-bottom: 0.24rem;
}

.row-ind5 {
    padding: 0.83rem 0 1.62rem;
    position: relative;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden;
}

.row-ind5 .sec-bg1 {
    position: absolute;
    left: -1.56rem;
    top: 0.98rem;
    width: 7.04rem;
    z-index: -1;
}

.row-ind5 .sec-bg1:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 9.96rem;
    height: 9.96rem;
    border-radius: 50%;
    background: radial-gradient(50% 50% at 50% 50%, #CDDAF1 0%, rgba(212, 224, 246, 0) 100%);
    z-index: -1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.row-ind5 .sec-bg1 img {
    margin: 0 auto;
    display: block;
    opacity: .6;
}

.row-ind5 .sec-bg2 {
    position: absolute;
    right: -0.5rem;
    bottom: 0.4rem;
    width: 4.15rem;
    z-index: -1;
}

.row-ind5 .sec-bg2:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 7.74rem;
    height: 7.74rem;
    border-radius: 50%;
    background: radial-gradient(50% 50% at 50% 50%, #CDDAF1 0%, rgba(212, 224, 246, 0) 100%);
    z-index: -1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.row-ind5 .sec-bg2 img {
    margin: 0 auto;
    display: block;
    opacity: .8;
}

.row-ind5 .hd-g1 {
    margin-bottom: 0.55rem;
}

.row-home2 {
    position: relative;
    z-index: 1;
}

.row-home2 .sec-bg1 {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 7.3rem;
    background-repeat: no-repeat;
    background-position: center bottom;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: -1;
}

.row-home2 .sec-bg2 {
    position: absolute;
    left: 0;
    bottom: -0.97rem;
    right: 0;
    height: 5.61rem;
    background-repeat: no-repeat;
    background-position: center bottom;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: -1;
}

.row-ind6 {
    padding: 1.05rem 0 0.77rem;
    overflow: hidden;
}

.row-ind6 .hd-g2 {
    margin: 0.4rem 0 0.32rem;
    width: 5.44rem;
}

.row-ind6 .hd-g2 .more {
    display: none;
}

.row-ind6 .boxShare-g1 {
    margin-bottom: 0.32rem;
}

.row-ind7 {
    padding: 0.77rem 0 0.45rem;
    overflow: hidden;
}

.row-ind7 .wp {
    padding-right: 2rem;
}

.row-ind7 .hd-g3 {
    margin-bottom: 0.28rem;
}

.row-ind7 .row-content {
    align-items: flex-start;
}

.row-ind7 .lst-g6 {
    margin: 0 -0.5rem;
}

.row-ind7 .boxCode-g1 {
    margin: -0.5rem 0 0 0.3rem;
}

.boxNes-g1 {
}

.boxNes-g1 .box-col, .boxNes-g1 .box-cor {
    flex-shrink: 0;
}

.boxNes-g1 .box-col {
    width: 57.25%;
}

.boxNes-g1 .box-cor {
    margin-top: -0.44rem;
    width: 38.81%;
}

.boxAct-g1 {
    align-items: flex-start;
}

.boxAct-g1 .box-col, .boxAct-g1 .box-cor {
    flex-shrink: 0;
}

.boxAct-g1 .box-col {
    margin-right: 0.1rem;
    width: 55.6%;
}

.boxAct-g1 .box-cor {
    margin-top: -0.76rem;
    width: 31.94%;
    position: relative;
    z-index: 1;
}

.boxAct-g1 .box-bg1 {
}

.boxAct-g1 .box-bg1:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 8.54rem;
    height: 5.1rem;
    background: url(../images/bg5.png) left bottom no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: -1;
}

.boxAct-g1 .box-bg1:after {
    content: '';
    position: absolute;
    left: 0.7rem;
    bottom: 0.6rem;
    width: 7.89rem;
    height: 5.02rem;
    background: url(../images/bg6.png) left bottom no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: -2;
}

.boxCalInn-g1 {
    font-family: 'HarmonyOSSansSC';
    padding: 0.3rem 0 0.1rem;
    min-height: 4.6rem;
    background-color: #fff;
    box-shadow: -0.08rem 0.04rem 0.1rem 0 rgba(173, 193, 226, 0.6);
}

.boxCalInn-g1 .calendar-hd {
    padding: 0 1.2rem;
    margin-bottom: 0.1rem;
    height: 0.56rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.boxCalInn-g1 .calendar-hd .prev, .boxCalInn-g1 .calendar-hd .next {
    display: block;
    width: 0.6rem;
    height: 0.6rem;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 0.2rem auto;
    background-size: 0.2rem auto;
    cursor: pointer;
    position: relative;
    z-index: 10;
}

.boxCalInn-g1 .calendar-hd .prev {
    background-image: url(../images/icon-arrow9.png);
}

.boxCalInn-g1 .calendar-hd .next {
    background-image: url(../images/icon-arrow10.png);
}

.boxCalInn-g1 .calendar-hd .year-m {
    font-size: 0.22rem;
    color: #003F98;
    height: 100%;
    position: relative;
}

.boxCalInn-g1 .calendar-hd .year-m .current {
    cursor: pointer;
    display: flex;
    align-items: center;
}

.boxCalInn-g1 .calendar-hd .year-m ul {
    padding: 0.1rem 0;
    position: absolute;
    left: 50%;
    top: 100%;
    font-size: 0.16rem;
    min-width: 2rem;
    background-color: #fff;
    box-shadow: 0 0 0.1rem rgba(0, 0, 0, .2);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10;
    height: 2.36rem;
    overflow-y: auto;
    display: none;
}

.boxCalInn-g1 .calendar-hd .year-m ul li {
    padding: 0.04rem 0.2rem;
    cursor: default;
}

.boxCalInn-g1 .calendar-hd .year-m ul li:hover {
    background-color: #003F98;
    color: #fff;
}

.boxCalInn-g1 .calendar-content {
    padding: 0 0.6rem;
    position: relative;
    z-index: 1;
}

.boxCalInn-g1 .calendar-content:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 0.56rem;
    background-color: rgba(220, 228, 246, .5);
    z-index: -1;
}

.boxCalInn-g1 .calendar-content table {
    width: 100%;
    border-spacing: 0;
}

.boxCalInn-g1 .calendar-content th {
    height: 0.56rem;
    font-size: 0.18rem;
    color: #003F98;
    font-weight: normal;
    text-align: center;
}

.boxCalInn-g1 .calendar-content td {
    padding: 0.05rem 0;
    font-size: 0.18rem;
    color: #003F98;
    text-align: center;
}

.boxCalInn-g1 .calendar-content span {
    display: inline-block;
    min-width: 0.38rem;
    height: 0.38rem;
    line-height: 0.38rem;
}

.boxCalInn-g1 .calendar-content .calendar-has {
    cursor: pointer;
}

.boxCalInn-g1 .calendar-content .calendar-has span {
    border-radius: 50%;
    background-color: #dfe6f3;
}

.boxCalInn-g1 .calendar-content .calendar-this {
}

.boxCalInn-g1 .calendar-content .calendar-this span {
    border-radius: 50%;
    background-color: #DEA84D;
}

.boxData-g1 {
    min-height: 6.84rem;
    position: relative;
}

.boxData-g1 .desc {
    margin: 0 auto 0.46rem;
    width: 9.96rem;
    max-width: 100%;
    font-size: 0.2rem;
    color: #FFFFFF;
    line-height: 2;
    text-align: center;
}

.boxData-g1 .big-pic {
    margin: 0 auto -4.53rem;
    width: 9.22rem;
    height: 9.22rem;
    position: relative;
    align-items: center;
}

.boxData-g1 .big-pic .line {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    border-radius: 50%;
}

.boxData-g1 .big-pic .dot {
}

.boxData-g1 .big-pic .dot i {
    margin: -0.11rem 0 0 -0.05rem;
    position: absolute;
    left: 50%;
    top: 0;
    width: 0.22rem;
    height: 0.22rem;
    background-color: #F7D7A1;
    border-radius: 50%;
    border: 0.06rem solid #0D4299;
}

.boxData-g1 .big-pic .pic {
    width: 8.8rem;
    height: 8.8rem;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

.boxData-g1 .big-pic .pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.boxData-g1 .big-pic .pic img:hover {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.boxData-g1 .list {
}

.boxData-g1 .list li {
    position: absolute;
}

.boxData-g1 .list .con {
    height: 100%;
}

.boxData-g1 .list .inn {
    padding: 0.1rem;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    align-items: center;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.boxData-g1 .list .inn:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/icon-ding1.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.boxData-g1 .list .circle {
    margin: -47.5% 0 0 -47.5%;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 95%;
    height: 95%;
    background: url(../images/icon-circle2.png) center center no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    opacity: 0;
    z-index: -1;
}

.boxData-g1 .list .num {
    margin-bottom: 0.07rem;
    width: 100%;
    font-size: 0.24rem;
    color: #DEA84D;
    line-height: 1.4;
    justify-content: center;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.boxData-g1 .list .num span {
    font-family: 'CanelaWeb';
    margin: 0 0.03rem -0.08rem 0;
    font-size: 0.66rem;
    line-height: 1;
}

.boxData-g1 .list .num em {
    margin-right: 0.02rem;
    font-size: 0.36rem;
    line-height: 1;
}

.boxData-g1 .list .txt {
    width: 100%;
    font-size: 0.18rem;
    color: #222222;
    line-height: 1.33;
    text-align: center;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.boxData-g1 .list li:nth-child(1) {
    left: 0.4rem;
    top: 0.13rem;
    width: 2.32rem;
    height: 2.32rem;
}

.boxData-g1 .list li:nth-child(1) .inn {
    background-color: #FCF6ED;
}

.boxData-g1 .list li:nth-child(2) {
    left: 3.24rem;
    top: 2.61rem;
    width: 1.81rem;
    height: 1.81rem;
}

.boxData-g1 .list li:nth-child(3) {
    left: 0;
    top: 3.94rem;
    width: 1.55rem;
    height: 1.55rem;
}

.boxData-g1 .list li:nth-child(4) {
    right: 2.02rem;
    top: 1.12rem;
    width: 1.6rem;
    height: 1.6rem;
}

.boxData-g1 .list li:nth-child(5) {
    right: 0;
    top: 2.69rem;
    width: 2rem;
    height: 2rem;
}

.boxData-g1 .list li:nth-child(5) .inn {
    background-color: #FCF6ED;
}

.boxData-g1 .list li:nth-child(6) {
    right: 2.24rem;
    top: 4.04rem;
    width: 2.4rem;
    height: 2.4rem;
}

.boxData-g1 .list .con:hover {
}

.boxData-g1 .list .con:hover .circle {
    opacity: 1;
    animation: trun 4s linear infinite alternate;
}

.boxData-g1 .list .con:hover .inn {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.boxData-g1 .list .con:hover .inn:before {
    opacity: 1;
}

.boxData-g1 .list .con:hover .num, .boxData-g1 .list .con:hover .txt {
    color: #fff;
}

.boxBus-g1 {
}

.boxBus-g1 .box-col, .boxBus-g1 .box-cor {
    width: 49%;
    flex-shrink: 0;
}

.boxShare-g1 {
    margin: 0 -0.15rem -0.2rem;
}

.boxShare-g1 .item {
    padding: 0 0.15rem;
    margin-bottom: 0.2rem;
    display: block;
    position: relative;
    flex-shrink: 0;
}

.boxShare-g1 .icon {
    width: 0.7rem;
    height: 0.7rem;
    background-color: rgba(255, 255, 255, .06);
    border-radius: 50%;
    position: relative;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.boxShare-g1 .icon img {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.boxShare-g1 .icon .ig2 {
    opacity: 0;
}

.boxShare-g1 .code {
    padding-top: 15px;
    position: absolute;
    left: 50%;
    top: 100%;
    width: 1.2rem;
    -webkit-transform: translate(-50%, 0.2rem);
    -ms-transform: translate(-50%, 0.2rem);
    -o-transform: translate(-50%, 0.2rem);
    transform: translate(-50%, 0.2rem);
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.boxShare-g1 .code .inn {
    position: relative;
    border: 1px solid #D2DAE8;
    background-color: #FFFFFF;
}

.boxShare-g1 .code .inn:before {
    content: '';
    position: absolute;
    left: 50%;
    top: -0.1rem;
    width: 0.18rem;
    height: 0.1rem;
    background: url(../images/icon-arrow12.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
}

.boxShare-g1 .code img {
    margin: 0 auto;
    display: block;
    max-width: 100%;
}

.boxShare-g1 .item:hover {
}

.boxShare-g1 .item:hover .icon {
    background-color: #fff;
}

.boxShare-g1 .item:hover .icon img {
    opacity: 0;
}

.boxShare-g1 .item:hover .icon .ig2 {
    opacity: 1;
}

.boxShare-g1 .item:hover .code {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    opacity: 1;
    visibility: visible;
}

@media (max-width: 1680px) {
    .banner_box .swiDots {
        left: 2%;
    }
}

@media (max-width: 1399px) {
}

@media (max-width: 1199px) {
    .goTop {
        bottom: 0.2rem;
        right: 0.05rem;
        width: 0.4rem;
        height: 0.4rem;
        line-height: 0.4rem;
    }

    .goTop img {
        max-width: 0.2rem;
        max-height: 0.2rem;
    }

    .lineL-g1:after, .lineR-g1:after {
        height: 1px;
    }

    .lineR-g1:after {
        right: 1.3rem;
    }

    .lineR-g1 i {
        width: 1.5rem;
        height: 0.16rem;
    }

    .hd-g1 .cn {
        font-size: 0.38rem;
    }

    .hd-g1 .box {
        margin-top: 0.04rem;
    }

    .hd-g1 .icon {
        margin: 0 0.1rem;
        width: 0.36rem;
        height: 0.36rem;
    }

    .hd-g1 .en {
        font-size: 0.1rem;
    }

    .hd-g1 .more {
        padding: 0 0.05rem;
        top: 0.54rem;
    }

    .hd-g2 .icon {
        width: 0.36rem;
        height: 0.36rem;
    }

    .hd-g2 .cn {
        font-size: 0.38rem;
    }

    .hd-g2 .en {
        padding-left: 0.36rem;
    }

    .banner_box .swiDots {
        right: 0.3rem;
        bottom: 0.15rem !important;
        padding: 0;
    }

    .banner_box .swiDots:before {
        display: none;
    }

    .banner {
        height: 100%;
    }

    .banner a .slideImg {
        height: 54vw;
    }

    .swiperNews-g1 {
        height: auto;
    }

    .swiperNews-g1 .swiDots {
        right: 0.1rem !important;
        bottom: 0.3rem !important;
    }

    .swiperNews-g1 .swiDots span {
        margin: 0 0.03rem !important;
    }

    .swiperNews-g1 .con {
        height: auto;
        padding-top: 62.23%;
        position: relative;
    }

    .swiperNews-g1 .pic {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

    .swiperNews-g1 .tag span {
        padding: 0 0.15rem;
        line-height: 0.32rem;
        font-size: 0.16rem;
    }

    .swiperNews-g1 .text {
        padding: 0.15rem 0.2rem;
        padding-right: 0.95rem;
    }

    .swiperNews-g1 .date {
        margin-right: 0.1rem;
        width: 0.62rem;
        height: 0.62rem;
    }

    .swiperNews-g1 .date .d1 {
        font-size: 0.3rem;
    }

    .swiperNews-g1 .date .d2 {
        margin-top: 0.02rem;
        font-size: 0.12rem;
    }

    .swiperNews-g1 .tit {
        width: calc(100% - 0.72rem);
        font-size: 0.2rem;
        line-height: 1.4;
        max-height: 2.8em;
    }

    .nav-g1 {
        padding: 0.2rem 0;
        position: static;
        height: auto;
        background-color: rgba(1, 60, 150, .8);
    }

    .nav-g1 ul {
        flex-grow: 1;
        justify-content: flex-start;
    }

    .nav-g1 li {
        width: 25%;
        flex-shrink: 1;
        flex-grow: 1;
    }

    .nav-g1 .con {
        padding: 0.1rem 0.2rem;
        min-width: 0;
        min-height: 0.8rem;
        flex-direction: column;
    }

    .nav-g1 .con:before {
        height: 0.28rem;
    }

    .nav-g1 .bg-circle {
        width: 0.32rem;
        height: 0.32rem;
    }

    .nav-g1 .icon {
        margin: 0;
        margin-bottom: 0.05rem;
        width: 0.34rem;
        height: 0.34rem;
        line-height: 0.34rem;
        flex-shrink: 0;
    }

    .nav-g1 .tit {
        font-size: 0.15rem;
    }

    .nav-g1 li:nth-child(4n) .con:before {
        display: none;
    }

    .nav-g1 .con:hover .bg-circle {
        top: 62%;
    }

    .lst-g1 .con {
        height: 1.1rem;
    }

    .lst-g1 .date {
        width: 0.9rem;
    }

    .lst-g1 .date .d1 {
        font-size: 0.3rem;
    }

    .lst-g1 .date .d2 {
        font-size: 0.12rem;
    }

    .lst-g1 .tit {
        font-size: 0.18rem;
    }

    .lst-g1 .tit {
        width: calc(100% - 0.9rem);
        line-height: 1.6;
        height: 3.2em;
    }

    .lst-g2 li {
        width: 100%;
    }

    .lst-g2 .con {
        padding: 0.15rem;
    }

    .lst-g2 .date {
        font-size: 0.18rem;
    }

    .lst-g2 .text {
        padding-top: 0;
    }

    .lst-g2 .desc {
        margin-top: 0.1rem;
    }

    .lst-g3 .con {
        height: auto;
        padding-top: 71.43%;
        position: relative;
    }
    .lst-g3 .con::after{content: "";position: absolute;right: 0;bottom: 0;width: 1.23rem;height: 1.24rem;background: url(../images/zhezhao.png) center no-repeat;background-size: cover;z-index: 22;}


    .lst-g3 .text {
        padding: 0.15rem;
        padding-right: 0.7rem;
    }

    .lst-g3 .date {
        font-size: 0.16rem;
    }

    .lst-g3 .tit {
        font-size: 0.2rem;
    }

    .lst-g3 .more {
        width: 0.45rem;
        height: 0.45rem;
        -webkit-background-size: 0.2rem auto;
        background-size: 0.2rem auto;
    }

    .lst-g4 {
        margin: 0 -0.05rem -0.2rem;
    }

    .lst-g4 li {
        padding: 0 0.05rem;
        margin-bottom: 0.2rem;
    }

    .lst-g4 .pic {
        margin-bottom: 0.2rem;
        height: auto;
        padding-top: 74.47%;
        position: relative;
    }

    .lst-g4 .text {
        padding: 0 0.1rem;
    }

    .lst-g4 .date {
        font-size: 0.16rem;
    }

    .lst-g4 .tit {
        margin-top: 0.06rem;
        line-height: 1.5;
        height: 3em;
    }

    .lst-g4 .desc {
        margin-top: 0.06rem;
    }

    .lst-g5 {
        display: block;
    }

    .lst-g5 .its1 {
        margin-top: 0 !important;
        margin-bottom: 0.25rem;
        width: 100%;
    }

    .lst-g5 li {
        margin-bottom: 0.25rem;
    }

    .lst-g5 .tit {
        /* color: #fff;*/
    }

    .lst-g5 .pic {
        height: auto;
        padding-top: 62.5%;
        position: relative;
    }

    .lst-g5 .its1:nth-child(3) .pic, .lst-g5 .its1:nth-child(3) .text:before {
        height: auto;
        padding-top: 62.5%;
    }

    .lst-g5 .its1:nth-child(3) .text {
        padding: 0.26rem;
    }

    .lst-g6 li {
        width: 33.33%;
        flex-grow: 1;
    }

    .lst-g6 li:before {
        display: block;
    }

    .lst-g6 li:nth-child(3n):before {
        display: none;
    }

    .lst-g6 .con {
        min-height: 1.1rem;
    }

    .row-home1 {
        padding: 0;
    }

    .row-ind1 .hd-g1, .row-ind2 .hd-g1, .row-ind3 .hd-g2, .row-ind5 .hd-g1, .row-ind6 .hd-g2, .row-ind7 .hd-g3 {
        margin: 0;
        margin-bottom: 0.25rem;
    }

    .row-ind2 {
        padding: 0.2rem 0;
    }

    .row-ind4, .row-ind5 {
        padding: 0.4rem 0;
    }

    .row-ind1, .row-ind6 {
        padding: 0.4rem 0 0.2rem;
    }

    .row-ind3, .row-ind7 {
        padding: 0.2rem 0 0.4rem;
    }

    .row-ind4 .hd-g1 {
        margin-bottom: 0.2rem;
    }

    .row-ind6 .hd-g2 {
        width: 100%;
    }

    .row-ind6 .hd-g2 .more {
        display: block;
    }

    .row-ind6 .boxShare-g1 {
        margin-bottom: 0.1rem;
    }

    .row-ind7 .wp {
        padding: 0 15px;
    }

    .row-ind7 .lst-g6 {
        margin: 0;
        min-width: 100%;
    }

    .row-ind7 .boxCode-g1 {
        margin: 0.2rem auto 0;
    }

    .boxNes-g1 {
        display: block;
    }

    .boxNes-g1 .box-col, .boxNes-g1 .box-cor {
        width: 100%;
    }

    .boxNes-g1 .box-cor {
        margin: 0;
    }

    .boxAct-g1 {
        flex-wrap: wrap;
    }
    .row-ind3 .hd-g2{
        width:100%;
    }
    .row-ind3 .hd-g2 .lineR-g1{
        margin-top: 0.4rem;
        display: none;
    }
    .boxAct-g1 .box-col, .boxAct-g1 .box-cor {
        width: 100%;
    }
    .boxAct-g1 .box-bg1:before,
    .boxAct-g1 .box-bg1:after{
        display:none;
    }
    .boxAct-g1 .box-col {
        order: 2;
    }

    .boxAct-g1 .box-cor {
        margin: 0;
        margin-bottom: 0.2rem;
        order: 1;
    }

    .boxCalInn-g1 {
        padding: 0.15rem 0;
        min-height: 3.8rem;
    }

    .boxCalInn-g1 .calendar-hd {
        margin-bottom: 0;
        padding: 0 0.7rem;
    }

    .boxCalInn-g1 .calendar-hd .prev, .boxCalInn-g1 .calendar-hd .next {
        width: 0.4rem;
        height: 0.4rem;
    }

    .boxCalInn-g1 .calendar-content {
        padding: 0 0.2rem;
    }

    .boxCalInn-g1 .calendar-content td {
        padding: 0;
    }

    .swiperAct-g1 .con {
        padding: 0.3rem;
        min-height: 2.6rem;
    }

    .swiperAct-g1 .info {
        margin-top: 0.2rem;
    }

    .boxData-g1 {
        min-height: 5.6rem;
    }

    .boxData-g1 .box-cont {
        position: relative;
    }

    .boxData-g1 .desc {
        margin-bottom: 0.2rem;
        line-height: 1.8;
    }

    .boxData-g1 .big-pic {
        margin-bottom: -1.7rem;
        width: 4.4rem;
        height: 4.4rem;
    }

    .boxData-g1 .big-pic .pic {
        width: 4.2rem;
        height: 4.2rem;
    }

    .boxData-g1 .list .num {
        font-size: 0.1rem;
        line-height: 1;
    }

    .boxData-g1 .list .num em {
        font-size: 0.1rem;
    }

    .boxData-g1 .list .num span {
        font-size: 0.3rem;
    }

    .boxData-g1 .list .txt {
        font-size: 0.1rem;
    }

    .boxData-g1 .list li:nth-child(1) {
        left: 0.15rem;
        top: -0.21rem;
        width: 1.2rem;
        height: 1.2rem;
    }

    .boxData-g1 .list li:nth-child(2) {
        left: 0.5rem;
        top: 1rem;
        width: 0.9rem;
        height: 0.9rem;
    }

    .boxData-g1 .list li:nth-child(3) {
        left: -0.1rem;
        top: 1.76rem;
        width: 0.8rem;
        height: 0.8rem;
    }

    .boxData-g1 .list li:nth-child(4) {
        right: 0.7rem;
        top: -0.22rem;
        width: 0.8rem;
        height: 0.8rem;
    }

    .boxData-g1 .list li:nth-child(5) {
        right: -0.2rem;
        top: 0.58rem;
        width: 1rem;
        height: 1rem;
    }

    .boxData-g1 .list li:nth-child(6) {
        right: 0.27rem;
        top: 1.7rem;
        width: 1.1rem;
        height: 1.1rem;
    }

    .boxBus-g1 {
        display: block;
    }

    .boxBus-g1 .box-col, .boxBus-g1 .box-cor {
        width: 100%;
    }

    .boxBus-g1 .box-col {
        margin-bottom: 0.25rem;
    }

    .boxShare-g1 {
        justify-content: center;
    }

    .boxShare-g1 .item {
        padding: 0 0.1rem;
    }

    .boxShare-g1 .icon {
        width: 0.5rem;
        height: 0.5rem;
    }
}

@media (max-width: 550px) {
    .lst-g5 .tit {
        color: #fff;
    }
}