@charset "utf-8"; .banner_box {
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.banner_box .swiBtns {
    padding: 0 0.24rem;
    position: absolute;
    left: calc((100vw - 16rem)/2);
    bottom: 0.55rem;
    font-size: 0.18rem;
    color: #EBFAFF;
    line-height: 0.42rem;
    z-index: 10;
    display: flex;
    align-items: center;
}

.banner_box .swiBtns .left {
    margin-right: 0.28rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner_box .swiProgressbar {
    margin: 0 0.08rem;
    position: relative;
    width: 1.26rem;
    height: 2px;
    background-color: rgba(162, 162, 162, .4);
}

.banner_box .swiProgressbar .swiper-pagination-progressbar-fill {
    height: 100%;
    background-color: #FFFFFF;
}

.banner_box .current {
}

.banner_box .total {
}

.banner_box .swiArrow {
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner_box .swiArrow .prev, .banner_box .swiArrow .next {
    margin: 0 0.04rem;
    display: block;
    width: 0.41rem;
    height: 0.41rem;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: contain;
    background-size: contain;
    cursor: pointer;
}

.banner_box .swiArrow .prev {
    background-image: url(../images/swi-arrow1.png);
}

.banner_box .swiArrow .next {
    background-image: url(../images/swi-arrow2.png);
}

.banner_box .swiArrow .prev:hover, .banner_box .swiArrow .next:hover {
    animation: beat .5s;
}

.banner {
    height: 100%;
    position: relative;
    overflow: hidden;
}

.banner .swiper-slide {
    height: auto;
    overflow: hidden;
}

.banner .con {
    display: block;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.banner .bg, .banner video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: 1;
    -webkit-transition: 8s 1s linear;
    -o-transition: 8s 1s linear;
    transition: 8s 1s linear;
}

.banner .swiper-slide-active {
}

.banner .swiper-slide-active .bg {

}

.swiNews1 {
    padding: 0 0.18rem;
    padding-bottom: 0.61rem;
    position: relative;
    overflow: hidden;
}

.swiNews1 .swiBtns {
    padding: 0 0.18rem 0 0.24rem;
    position: absolute;
    left: 0;
    bottom: 0.1rem;
    right: 0;
    z-index: 10;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.swiNews1 .swiProgressbar {
    margin-right: 0.35rem;
    position: relative;
    height: 3px;
    background-color: transparent;
    flex-grow: 1;
}

.swiNews1 .swiProgressbar:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 1px;
    background-color: #D5D5D5;
    z-index: -1;
}

.swiNews1 .swiProgressbar .swiper-pagination-progressbar-fill {
    height: 100%;
    background-color: #B2151E;
}

.swiNews1 .swiArrow {
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiNews1 .swiArrow .prev, .swiNews1 .swiArrow .next {
    margin: 0 0.04rem;
    display: block;
    width: 0.34rem;
    height: 0.34rem;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: contain;
    background-size: contain;
    cursor: pointer;
}

.swiNews1 .swiArrow .prev {
    background-image: url(../images/swi-arrow3.png);
}

.swiNews1 .swiArrow .next {
    background-image: url(../images/swi-arrow4.png);
}

.swiNews1 .swiArrow .prev:hover, .swiNews1 .swiArrow .next:hover {
    animation: beat .5s;
}

.swiNews1 .swiper-slide {
    height: auto;
}

.swiNews1 .con {
    display: block;
    box-shadow: 0.05rem 0.06rem 0.15rem 0 rgba(98,84,85,0.24);
}

.swiNews1 .pic {
    padding-top: 61.54%;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.swiNews1 .text {
    padding: 0.16rem 0.24rem;
    height: 1.04rem;
    position: relative;
    z-index: 10;
}

.swiNews1 .text:before, .swiNews1 .text:after {
    content: '';
    position: absolute;
    left: -1px;
    bottom: 0;
    right: -1px;
    height: 1.69rem;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    z-index: -1;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.swiNews1 .text:before {
    background-image: url(../images/ls-bg1.png);
}

.swiNews1 .text:after {
    background-image: url(../images/ls-bg2.png);
    z-index: -2;
}

.swiNews1 .tit {
    font-size: 0.2rem;
    color: #191A1E;
    font-weight: normal;
    line-height: 1.5;
    max-height: 3em;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.swiNews1 .con:hover {
}

.swiNews1 .con:hover .text:before {
    opacity: 0;
}

.swiNews1 .con:hover .text:after {
    opacity: 1;
}

.swiNews1 .con:hover .tit {
    color: #fff;
    font-weight: bold;
}

.swiNews2 {
    padding-bottom: 0.38rem;
    position: relative;
    overflow: hidden;
}

.swiNews2 .swiPagination {
    position: absolute;
    right: 0;
    bottom: 0 !important;
    left: auto;
    width: auto !important;
    font-size: 0;
    text-align: center;
    z-index: 10;
}

.swiNews2 .swiPagination .swiper-pagination-bullet {
    margin: 0 0.15rem;
    display: inline-block;
    vertical-align: middle;
    width: 0.12rem;
    height: 0.12rem;
    border: 2px solid #f4ca91;
    border-radius: 50%;
    background-color: transparent;
    opacity: 1;
}

.swiNews2 .swiPagination .swiper-pagination-bullet-active {
    background-color: #f4ca91;
}

.swiNews2 .swiper-slide {
    height: auto;
}

.swiNews2 .con {
    display: block;
}

.swiNews2 .pic {
    margin-bottom: 0.28rem;
    height: 4.5rem;
    position: relative;
    overflow: hidden;
}

.swiNews2 .text {
}

.swiNews2 .tit {
    font-size: 0.2rem;
    color: #000000;
    font-weight: bold;
    line-height: 1.5;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.swiNews2 .desc {
    margin-top: 0.15rem;
    font-size: 0.16rem;
    color: #000000;
    line-height: 1.88;
    max-height: 3.76em;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
}

.swiNews2 .con:hover {
}

.swiNews2 .con:hover .tit {
    color: #108B96;
}

.swiFeatures1 {
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}

.swiFeatures1 .swiArrow {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 10;
    display: flex;
    justify-content: flex-end;
}

.swiFeatures1 .swiArrow .prev, .swiFeatures1 .swiArrow .next {
    display: block;
    width: 0.34rem;
    height: 0.34rem;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: contain;
    background-size: contain;
    opacity: .6;
    cursor: pointer;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.swiFeatures1 .swiArrow .prev {
    background-image: url(../images/swi-arrow7.png);
}

.swiFeatures1 .swiArrow .next {
    margin-left: 0.3rem;
    background-image: url(../images/swi-arrow8.png);
}

.swiFeatures1 .swiArrow .prev:hover, .swiFeatures1 .swiArrow .next:hover {
    opacity: 1;
}

.swiFeatures1 .swiper-slide {
    height: auto;
}

.swiFeatures1 .swiper-imgs {
    width: 50.67%;
    position: relative;
    flex-shrink: 0;
}

.swiFeatures1 .swiper-imgs:before, .swiFeatures1 .swiper-imgs:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    display: none;
}

.swiFeatures1 .swiper-imgs:before {
    margin-top: -0.99rem;
    left: 6.37%;
    top: 50%;
    width: 95.84%;
    height: 88.79%;
    background-color: rgba(179, 21, 30, .3);
}

.swiFeatures1 .swiper-imgs:after {
    margin-top: -0.91rem;
    left: 17.73%;
    top: 50%;
    width: 86.98%;
    height: 81.61%;
    background-color: rgba(179, 21, 30, .07);
    z-index: -2;
}

.swiFeatures1 .swiper-imgs .slider {
    position: relative;
    overflow: hidden;
    padding-right: .17rem;
}

.swiFeatures1 .swiper-imgs .con {
    display: block;
}

.swiFeatures1 .swiper-imgs .pic {
    height: 2.23rem;
    position: relative;
    overflow: hidden;
}

.swiFeatures1 .swiper-text {
    padding-top: 1.31rem;
    width: 49.33%;
    position: relative;
    overflow: hidden;
}
.swiFeatures1 .swiper-text .item{
    display: none;
}
.swiFeatures1 .swiper-text .item.active{
    display: block;
}
.swiFeatures1 .swiper-text .con {
    padding-left: 0.34rem;
    display: block;
    height: 100%;
}

.swiFeatures1 .swiper-text .tit {
    font-size: 0.2rem;
    color: #191A1E;
    font-weight: bold;
    line-height: 1.5;
    max-height: 3em;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.swiFeatures1:hover {
}

.swiFeatures1:hover .tit {
    color: #108B96;
}

.swiCQUPTers1 {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
}

.swiCQUPTers1 .swiPagination {
    padding-left: 0.65rem;
    position: absolute;
    left: 66.1%;
    bottom: 0.15rem !important;
    width: auto !important;
    font-size: 0;
    text-align: center;
    z-index: 10;
}

.swiCQUPTers1 .swiPagination .swiper-pagination-bullet {
    margin-right: 0.3rem;
    width: 0.12rem;
    height: 0.12rem;
    border: 2px solid #108B96;
    border-radius: 50%;
    background-color: transparent;
    opacity: 1;
}

.swiCQUPTers1 .swiPagination .swiper-pagination-bullet-active {
    background-color: #108B96;
}

.swiCQUPTers1 .swiper-slide {
    height: auto;
}

.swiCQUPTers1 .swiper-imgs {
    width: 66.1%;
    height: 4.5rem;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
}

.swiCQUPTers1 .swiper-imgs .con {
    display: block;
    height: 100%;
    overflow: hidden;
}

.swiCQUPTers1 .swiper-imgs .pic {
    height: 100%;
    position: relative;
    overflow: hidden;
}

.swiCQUPTers1 .swiper-text {
    margin-bottom: 0.54rem;
    margin-left: -1.06rem;
    width: 34.7%;
    background-color: #108B96;
    box-shadow: 0.06rem 0.07rem 0.27rem 0 rgba(124,131,154,0.68);
    position: relative;
    z-index: 10;
    overflow: hidden;
}

.swiCQUPTers1 .swiper-text .con {
    padding: 0.38rem 0.42rem 0.34rem;
    display: block;
    height: 100%;
}

.swiCQUPTers1 .swiper-text .tit {
    font-size: 0.2rem;
    color: #FFFFFF;
    font-weight: bold;
    line-height: 1.5;
    height: 3em;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
}

.swiCQUPTers1 .swiper-text .desc {
    margin-top: 0.22rem;
    font-size: 0.16rem;
    color: #FFFFFF;
    line-height: 1.5;
    height: 4.5em;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    overflow: hidden;
}

.swiCQUPTers1 .swiper-text .date {
    margin-top: 0.26rem;
    font-size: 0.18rem;
    color: #FFFFFF;
    line-height: 1.2;
}

.swiCQUPTers2 {
    margin: 0 -0.3rem;
    padding: 0.3rem;
    position: relative;
    overflow: hidden;
}

.swiCQUPTers2 .swiArrow {
    margin-top: -0.3rem;
    position: absolute;
    top: 50%;
    width: 0.6rem;
    height: 0.6rem;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    cursor: pointer;
    z-index: 15;
}

.swiCQUPTers2 .swiArrow.prev {
    left: 0;
    background-image: url(../images/swi-arrow7.png);
}

.swiCQUPTers2 .swiArrow.next {
    right: 0;
    background-image: url(../images/swi-arrow8.png);
}

.swiCQUPTers2 .swiper-slide {
    height: auto;
}

.swiCQUPTers2 .con {
    padding-bottom: 0.9rem;
    display: block;
    height: 100%;
    background-color: #FFFFFF;
    box-shadow: 0.06rem 0.07rem 0.25rem 0 rgba(173,187,234,0.29);
}

.swiCQUPTers2 .pic {
    padding-top: 60.32%;
    position: relative;
    overflow: hidden;
}

.swiCQUPTers2 .text {
    padding: 0 0.32rem;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1.44rem;
    z-index: 10;
}

.swiCQUPTers2 .text:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1.44rem;
    background: url(../images/ls-bg9.png) center center no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    z-index: -1;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.swiCQUPTers2 .date {
    font-size: 0.18rem;
    color: #FFFFFF;
    line-height: 0.6rem;
}

.swiCQUPTers2 .tit {
    margin-top: 0.28rem;
    font-size: 0.2rem;
    color: #111111;
    font-weight: normal;
    line-height: 1.5;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.swiCQUPTers2 .swiper-slide-active {
}

.swiCQUPTers2 .swiper-slide-active .text:before {
}

.swiCQUPTers2 .swiper-slide-active+.swiper-slide {
}

.swiCQUPTers2 .swiper-slide-active+.swiper-slide .text:before {
    background-image: url(../images/ls-bg10.png);
}

.swiCQUPTers2 .swiper-slide-active+.swiper-slide+.swiper-slide {
}

.swiCQUPTers2 .swiper-slide-active+.swiper-slide+.swiper-slide .text:before {
    background-image: url(../images/ls-bg11.png);
}

.swiCQUPTers2 .con:hover {
}

.swiCQUPTers2 .con:hover .tit {
    color: #108B96;
    font-weight: bold;
}

.swiCollaboration1 {
    margin: 0 -0.3rem;
    padding: 0 0.3rem;
    padding-bottom: 1rem;
    position: relative;
    overflow: hidden;
}

.swiCollaboration1 .swiBtns {
    position: absolute;
    left: 0.76rem;
    bottom: 0.1rem;
    right: 0.46rem;
    z-index: 15;
    display: flex;
    align-items: center;
}

.swiCollaboration1 .swiProgressbar {
    margin-right: 0.35rem;
    position: relative;
    height: 4px;
    background-color: transparent;
    flex-grow: 1;
}

.swiCollaboration1 .swiProgressbar:before {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    right: 0;
    height: 2px;
    background-color: #D5D5D5;
    z-index: -1;
}

.swiCollaboration1 .swiProgressbar .swiper-pagination-progressbar-fill {
    height: 100%;
    background-color: #108B96;
}

.swiCollaboration1 .swiArrow {
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiCollaboration1 .swiArrow .prev, .swiCollaboration1 .swiArrow .next {
    margin: 0 0.04rem;
    display: block;
    width: 0.41rem;
    height: 0.41rem;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: contain;
    background-size: contain;
    cursor: pointer;
}

.swiCollaboration1 .swiArrow .prev {
    background-image: url(../images/swi-arrow5.png);
}

.swiCollaboration1 .swiArrow .next {
    background-image: url(../images/swi-arrow6.png);
}

.swiCollaboration1 .swiArrow .prev:hover, .swiCollaboration1 .swiArrow .next:hover {
    animation: beat .5s;
}

.swiCollaboration1 .swiper-slide {
    height: auto;
}

.swiCollaboration1 .con {
    display: block;
    height: 100%;
}

.swiCollaboration1 .pic {
    padding-top: 54.18%;
    position: relative;
    overflow: hidden;
}

.swiCollaboration1 .text {
    margin-left: -0.2px;
    margin-top: -0.32rem;
    margin-right: 0.2rem;
    padding: 0.32rem 0.46rem 0.2rem;
    height: 1.56rem;
    background-color: #fff;
    box-shadow: 0 0.34rem 0.2rem 0 rgba(119,123,142,0.11);
    position: relative;
    z-index: 1;
}

.swiCollaboration1 .text:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 1.59rem;
    height: 1.29rem;
    background: url(../images/ls-bg12.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    z-index: -1;
}

.swiCollaboration1 .text:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 4px;
    background-color: #108B96;
}

.swiCollaboration1 .tit {
    font-size: 0.2rem;
    color: #191A1E;
    font-weight: normal;
    line-height: 1.5;
    height: 3em;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
}

.swiCollaboration1 .line {
    margin-top: 0.25rem;
    height: 1px;
    position: relative;
    background-color: #D5D5D5;
}
.swiNotice1 .swiper-slide .line2{
    position: absolute;
    content: '';
    left: 4px;
    top: 0;
    bottom: 0;
    width: 4px;
    background: #108B96;
display:none;
}
.swiCollaboration1 .line:before {
    content: '';
    position: absolute;
    left: 0;
    top: -1px;
    width: 0.5rem;
    height: 3px;
    background-color: #108B96;
}

.swiCollaboration1 .con:hover {
}

.swiCollaboration1 .con:hover .tit {
    color: #108B96;
    font-weight: bold;
}

.swiNotice1 {
    padding: 0.88rem 0.4rem 1rem;
    margin: 0 -0.4rem -0.82rem;
    position: relative;
    overflow: hidden;
}

.swiNotice1 .swiPagination {
    position: absolute;
    left: 0;
    bottom: 0.8rem !important;
    right: 0;
    font-size: 0;
    text-align: center;
    z-index: 15;
}

.swiNotice1 .swiPagination .swiper-pagination-bullet {
    margin: 0 0.15rem;
    display: inline-block;
    vertical-align: middle;
    width: 0.12rem;
    height: 0.12rem;
    border: 2px solid #108B96;
    border-radius: 50%;
    background-color: transparent;
    opacity: 1;
}

.swiNotice1 .swiPagination .swiper-pagination-bullet-active {
    background-color: #f4ca91;
    border-color: #f4ca91;
}

.swiNotice1 .swiper-slide {
    height: auto;
    position: relative;
}

.swiNotice1 .swiper-slide-active .con, .swiNotice1 .swiper-slide-prev .con, .swiNotice1 .swiper-slide-next .con {
    opacity: 1;
}

.swiNotice1 .swiper-slide-active .con {
    -webkit-transform: translateY(-0.6rem);
    -ms-transform: translateY(-0.6rem);
    -o-transform: translateY(-0.6rem);
    transform: translateY(-0.6rem);
}

.swiNotice1 .con {
    padding: 0.38rem 0.28rem 0.2rem;
    display: block;
    height: 2.6rem;
    border: 1px solid rgba(255, 255, 255, .3);
    border-left: none;
    box-shadow: 0 0.18rem 0.3rem 0.21rem rgba(119,123,142,0.11);
    opacity: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.swiNotice1 .con:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background-color: #108B96;
}

.swiNotice1 .con:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    height: 0;
    background: linear-gradient(180deg,#108B96 0%,transparent 100%);
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.swiNotice1 .date {
    font-size: 0.2rem;
    color: #108B96;
    line-height: 1.2;
}

.swiNotice1 .tit {
    margin-top: 0.14rem;
    font-size: 0.2rem;
    color: #191A1E;
    font-weight: normal;
    line-height: 1.5;
    max-height: 3em;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
}

.swiNotice1 .desc {
    margin-top: 0.16rem;
    font-size: 0.16rem;
    color: #191A1E;
    line-height: 1.5;
    max-height: 3em;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
}

.swiNotice1 .con:hover {
    box-shadow: 0 0.34rem 0.27rem 0 rgba(119,123,142,0.05);
}

.swiNotice1 .con:hover:after {
    height: 100%;
    opacity: 1;
}
.swiNotice1 .con:hover .date{
    color: #f4ca91;
}
.swiNotice1 .con:hover .tit {
    font-weight: bold;
    color: #f4ca91;
}

.tabs-g1 {
}

.tabs-g1 ul {
    margin: 0 -0.1rem;
    display: flex;
    flex-wrap: wrap;
}

.tabs-g1 li {
    padding: 0 0.1rem;
}

.tabs-g1 a {
    padding: 0 0.15rem;
    display: block;
    min-width: 1.6rem;
    font-size: 0.2rem;
    color: #050505;
    text-align: center;
    line-height: 0.5rem;
    position: relative;
    z-index: 1;
}

.tabs-g1 a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #108B96;
    -webkit-transform: skewX(-30deg);
    -ms-transform: skewX(-30deg);
    -o-transform: skewX(-30deg);
    transform: skewX(-30deg);
    opacity: 0;
    z-index: -1;
}

.tabs-g1 .on {
}

.tabs-g1 .on a {
    color: #fff;
}

.tabs-g1 .on a:before {
    opacity: 1;
}

.tabsDs-g1 {
}

.tabsDs-g1 .tab-item {
    display: none;
}

.tabsDs-g1 .tab-item.on {
    display: block;
}

.ls-g1 {
}

.ls-g1 li {
    border-bottom: 1px dashed #D2F4F7;
}

.ls-g1 li:last-child {
    border: none;
}

.ls-g1 .con {
    padding: 0 0.12rem;
    display: block;
    height: 0.95rem;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
}

.ls-g1 .bg {
    position: absolute;
    left: -0.06rem;
    top: 0;
    right: -0.06rem;
    height: 100%;
    background: url(../images/ls-bg3.png) center center no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    z-index: -1;
    opacity: 0;
    -webkit-transform: skewX(10deg);
    -ms-transform: skewX(10deg);
    -o-transform: skewX(10deg);
    transform: skewX(10deg);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.ls-g1 .bg:before, .ls-g1 .bg:after {
    content: '';
    position: absolute;
    width: 1.09rem;
    height: 0.07rem;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    z-index: 2;
}

.ls-g1 .bg:before {
    left: 0.12rem;
    bottom: 0.02rem;
    background-image: url(../images/ls-bg4.png);
}

.ls-g1 .bg:after {
    right: 0.12rem;
    top: 0.02rem;
    background-image: url(../images/ls-bg5.png);
}

.ls-g1 .date {
    margin-right: 0.06rem;
    width: 0.7rem;
    color: #108B96;
    text-align: center;
    line-height: 1;
    flex-shrink: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.ls-g1 .date span {
    display: block;
}

.ls-g1 .date .s1 {
    font-size: 0.34rem;
}

.ls-g1 .date .s2 {
    margin-top: 0.01rem;
    font-size: 0.12rem;
}

.ls-g1 .right {
    width: calc(100% - 0.78rem);
    flex-shrink: 0;
}

.ls-g1 .tit {
    font-size: 0.2rem;
    color: #191A1E;
    font-weight: normal;
    line-height: 1.5;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.ls-g1 li:hover {
    border-color: transparent;
}

.ls-g1 li:hover .ls-g1 .con:hover {
}

.ls-g1 .con:hover .bg {
    opacity: 1;
    -webkit-transform: skewX(0);
    -ms-transform: skewX(0);
    -o-transform: skewX(0);
    transform: skewX(0);
}

.ls-g1 .con:hover .date, .ls-g1 .con:hover .tit {
    color: #f4ca91;
}

.ls-g1 .con:hover .tit {
    font-weight: bold;
}

.ls-g2 {
}

.ls-g2 li {
    margin-bottom: 0.24rem;
}

.ls-g2 .con {
    display: block;
    height: 2.74rem;
    position: relative;
    overflow: hidden;
}

.ls-g2 .pic {
    height: 100%;
    position: relative;
    overflow: hidden;
}

.ls-g2 .text {
    padding: 0.12rem 0.32rem;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
}

.ls-g2 .text:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 0.98rem;
    background: url(../images/ls-bg6.png) center center no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    z-index: -1;
}

.ls-g2 .date {
    font-size: 0.18rem;
    color: #FFFFFF;
}

.ls-g2 .tit {
    margin-top: 0.07rem;
    font-size: 0.2rem;
    color: #FFFFFF;
    font-weight: normal;
    line-height: 1.5;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.ls-g2 .con:hover {
}

.ls-g2 .con:hover .tit {
    font-weight: bold;
}

.ls-g3 {
}

.ls-g3 li {
    margin-bottom: 0.2rem;
}

.ls-g3 li:last-child {
    margin-bottom: 0;
}

.ls-g3 .con {
    padding: 0 0.38rem 0 0.1rem;
    display: block;
    height: 1.24rem;
    background-color: #fff;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.ls-g3 .con:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: #108B96;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    z-index: -1;
}

.ls-g3 .date {
    margin-right: 0.14rem;
    width: 0.6rem;
    color: #108B96;
    line-height: 1;
    text-align: center;
    flex-shrink: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.ls-g3 .date span {
    display: block;
}

.ls-g3 .date .s1 {
    font-size: 0.34rem;
}

.ls-g3 .date .s2 {
    margin-top: 0.01rem;
    font-size: 0.12rem;
}

.ls-g3 .right {
    width: calc(100% - 0.74rem);
    flex-shrink: 0;
}

.ls-g3 .tit {
    font-size: 0.2rem;
    color: #191A1E;
    font-weight: normal;
    line-height: 1.5;
    max-height: 3em;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.ls-g3 .con:hover {
}

.ls-g3 .con:hover:before {
    width: 100%;
}

.ls-g3 .con:hover .date, .ls-g3 .con:hover .tit {
    color: #f4ca91;
}

.ls-g3 .con:hover .tit {
    font-weight: bold;
}

.ls-g4 {
}

.ls-g4 li {
}

.ls-g4 .con {
    padding: 0.33rem 0.56rem 0.2rem;
    display: block;
    height: 1.89rem;
    position: relative;
    z-index: 1;
}

.ls-g4 .con:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background: linear-gradient(180deg,#108B96 0%,transparent 100%);
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.ls-g4 .tit {
    font-size: 0.2rem;
    color: #191A1E;
    font-weight: normal;
    line-height: 1.5;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.ls-g4 .info {
    margin-top: 0.04rem;
    font-size: 0.16rem;
    color: #191A1E;
    line-height: 0.3rem;
}

.ls-g4 .info p {
    padding: 0 0.04rem;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.ls-g4 .info i {
    margin-top: -2px;
    margin-right: 0.18rem;
    display: inline-block;
    vertical-align: middle;
    width: 0.22rem;
    height: 0.22rem;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: contain;
    background-size: contain;
}

.ls-g4 .info .icon-user {
    background-image: url(../images/ls5-icn1.png);
}

.ls-g4 .info .icon-date {
    background-image: url(../images/ls5-icn2.png);
}

.ls-g4 .info .icon-pos {
    background-image: url(../images/ls5-icn3.png);
}

.ls-g4 .con:hover {
}

.ls-g4 .con:hover:before {
    height: 100%;
    box-shadow: 0.05rem 0.06rem 0.73rem 0 rgba(218, 231, 253, .36);
    opacity: 1;
}

.ls-g4 .con:hover .tit {
    color: #f4ca91;
}

.ls-g5 {
}

.ls-g5 li {
}

.ls-g5 .con {
    display: block;
    height: 2.06rem;
    position: relative;
    overflow: hidden;
}

.ls-g5 .pic {
    height: 100%;
    position: relative;
    overflow: hidden;
}

.ls-g5 .text {
    padding: 0.16rem 0.26rem;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
}

.ls-g5 .text:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1.47rem;
    background: url(../images/ls-bg8.png) center center no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    z-index: -1;
}

.ls-g5 .tit {
    font-size: 0.2rem;
    color: #FFFFFF;
    font-weight: bold;
    line-height: 1.5;
    max-height: 3em;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
}

.ls-g6 {
}

.ls-g6 li {
    border-bottom: 1px dashed #D2F4F7;
}

.ls-g6 .con {
    display: block;
    height: 1.2rem;
    display: flex;
    align-items: center;
}

.ls-g6 .tit {
    font-size: 0.2rem;
    color: #000000;
    font-weight: normal;
    line-height: 1.5;
    max-height: 3em;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
}

.ls-g6 .con:hover {
}

.ls-g6 .con:hover .tit {
    color: #f4ca91;
    font-weight: bold;
}

.ls-g7 {
}

.ls-g7 li {
}

.ls-g7 .con {
    display: block;
    height: 4.66rem;
    position: relative;
    overflow: hidden;
}

.ls-g7 .pic {
    height: 100%;
    position: relative;
    overflow: hidden;
}

.ls-g7 .text {
    padding: 0.27rem 0.36rem;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
    display: flex;
    align-items: flex-end;
}

.ls-g7 .text:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 2.77rem;
    background: url(../images/ls-bg13.png) center center no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    z-index: -1;
}

.ls-g7 .left {
    margin-right: 0.22rem;
    width: 0.62rem;
    flex-shrink: 0;
}

.ls-g7 .right {
    width: calc(100% - 0.84rem);
    flex-shrink: 0;
}

.ls-g7 .date {
    color: #FFFFFF;
    text-align: center;
    line-height: 1;
}

.ls-g7 .date span {
    display: block;
}

.ls-g7 .date .s1 {
    font-size: 0.34rem;
}

.ls-g7 .date .s2 {
    margin-top: 0.02rem;
    font-size: 0.12rem;
}

.ls-g7 .lg {
    margin-top: 0.15rem;
    height: 0.32rem;
    line-height: 0.32rem;
    font-size: 0;
    text-align: center;
}

.ls-g7 .lg img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}

.ls-g7 .tit {
    line-height: 0.36rem;
    font-size: 0.2rem;
    color: #FFFFFF;
    font-weight: bold;
    line-height: 1.5;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.ls-g8 {
    margin: 0 -0.14rem -0.28rem;
    display: flex;
    flex-wrap: wrap;
}

.ls-g8 li {
    padding: 0 0.14rem;
    margin-bottom: 0.28rem;
    width: 50%;
    flex-shrink: 0;
}

.ls-g8 .con {
    padding: 0.27rem 0.26rem 0.2rem;
    display: block;
    height: 2.19rem;
    background-color: #fff;
    box-shadow: 0.06rem 0.07rem 0.27rem 0 rgba(173,187,234,0.29);
    position: relative;
    z-index: 1;
}

.ls-g8 .con:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/ls-bg14.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;
}

.ls-g8 .lg {
    height: 0.4rem;
    position: relative;
}

.ls-g8 .lg img {
    position: absolute;
    left: 0;
    top: 50%;
    max-width: 100%;
    max-height: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.ls-g8 .lg .ig2 {
    opacity: 0;
}

.ls-g8 .tit {
    margin-top: 0.18rem;
    font-size: 0.2rem;
    color: #111111;
    font-weight: normal;
    line-height: 1.5;
    height: 3em;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.ls-g8 .bt {
    margin-top: 0.21rem;
    line-height: 0.3rem;
    overflow: hidden;
}

.ls-g8 .date {
    float: left;
    font-size: 0.18rem;
    color: #108B96;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.ls-g8 .icon-arrow {
    float: right;
    width: 0.2rem;
    height: 0.3rem;
    background: url(../images/icon-arrow3.png) center center no-repeat;
    -webkit-background-size: 0.2rem auto;
    background-size: 0.2rem auto;
    -webkit-transform: translateX(-0.15rem);
    -ms-transform: translateX(-0.15rem);
    -o-transform: translateX(-0.15rem);
    transform: translateX(-0.15rem);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.ls-g8 .con:hover {
}

.ls-g8 .con:hover:before {
    opacity: 1;
}

.ls-g8 .con:hover .lg img {
    opacity: 0;
}

.ls-g8 .con:hover .lg .ig2 {
    opacity: 1;
}

.ls-g8 .con:hover .tit, .ls-g8 .con:hover .date {
    color: #f4ca91;
}

.ls-g8 .con:hover .tit {
    font-weight: bold;
}

.ls-g8 .con:hover .icon-arrow {
    background-image: url(../images/icon-arrow4.png);
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
}

.bg-house1 {
    position: absolute;
    right: 1.52rem;
    bottom: 0;
    width: 6.26rem;
    height: 1.61rem;
    z-index: -1;
}

.bg-house1 img {
    display: block;
    width: 100%;
}

.bg-house2 {
    position: absolute;
    right: 0;
    top: 2.3rem;
    width: 8.27rem;
    height: 12.35rem;
    z-index: -1;
}

.bg-house2 img {
    display: block;
    width: 100%;
}

.row-home1 {
    padding: 1.1rem 0 0.54rem;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.row-sy1 {
    margin-bottom: 1rem;
}

.row-sy1 .wp {
    padding: 0.6rem 0.42rem;
    padding-bottom: 0.06rem;
    padding-left: 4.8rem;
    background: url(../images/row-bg1.jpg) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.row-sy1 .bg-people {
    position: absolute;
    left: -0.18rem;
    bottom: 0;
    width: 5.47rem;
    height: 3.82rem;
    z-index: 10;
    display: flex;
    align-items: flex-end;
}

.row-sy1 .bg-people img {
    display: block;
    width: 100%;
    max-height: 100%;
    flex-shrink: 0;
}

.row-sy2 {
}

.row-sy2 .hd-g1 .s1 {
    padding: 0 0.3rem;
    font-size: 0.2rem;
    color: #fff;
}
.row-sy2 .hd-g1 .s1 .icon-arrow {
    background-image: url(../images/icon-arrow2.png);
}
.row-sy2 .hd-g1 .s1:before {
    opacity: 1;
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    -o-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.row-sy2 .hd-g1 {
    margin-bottom: 0.32rem;
}

.row-sy3 {
    padding: 0.71rem 0 0.82rem;
    background-color: #F2F2F2;
    overflow: hidden;
}

.row-sy3 .hd-g1 {
    margin-bottom: 0.36rem;
}

.row-home2 {
    padding: 1.08rem 0 1rem;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.row-sy4 {
    margin-bottom: 0.74rem;
}

.row-sy4 .hd-g1 {
    margin-bottom: 0.3rem;
}

.row-sy5 {
    margin-bottom: 0.8rem;
}

.row-sy5 .hd-g1 {
    margin-bottom: 0.32rem;
}

.row-sy6 {
    margin-bottom: 1.11rem;
}

.row-sy6 .hd-g1 {
    margin-bottom: 0.3rem;
}

.row-sy7 {
}

.row-sy7 .hd-g1 {
    position: relative;
    z-index: 20;
}

.row-sy7 .hd-g1 .tit-g1 {
    margin-right: 1.26rem;
}

.box-news1 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.box-news1 .boxNews-col {
    width: 50%;
}

.box-news1 .boxNews-cor {
    width: 46.6%;
}

.box-features2 {
    margin-top: 0.14rem;
    position: relative;
    z-index: 1;
}

.box-features2 .hd-g1 {
    margin: 0 !important;
    position: absolute;
    left: calc(48.4% + 0.28rem);
    top: 0.2rem;
    z-index: 10;
}

.box-features2 .tit-g1 .en {
    margin-left: 0.06rem;
}

.box-research1 {
    display: flex;
    justify-content: space-between;
}

.box-research1 .boxResearch-col, .box-research1 .boxResearch-com, .box-research1 .boxResearch-cor {
    flex-shrink: 0;
}

.box-research1 .boxResearch-col, .box-research1 .boxResearch-com {
    width: 30.38%;
}

.box-research1 .boxResearch-cor {
    width: 35.56%;
    background-color: #fff;
    box-shadow: 0 0.01rem 0.68rem 0 #E8EDF5;
}

.box-CQUPTers1 {
    margin-bottom: 0.26rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.box-CQUPTers1 .boxCQUPTers-col, .box-CQUPTers1 .boxCQUPTers-cor {
    flex-shrink: 0;
}

.box-CQUPTers1 .boxCQUPTers-col {
    width: 23.75%;
}

.box-CQUPTers1 .boxCQUPTers-cor {
    width: 73.75%;
}

.box-focus1 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.box-focus1 .boxFocus-col, .box-focus1 .boxFocus-cor {
    flex-shrink: 0;
}

.box-focus1 .boxFocus-col {
    width: 51.75%;
}

.box-focus1 .boxFocus-cor {
    width: 46.44%;
}

@media (max-width: 1199px) {
    .banner_box {
        position: relative;
        height: 3.7rem;
    }

    .banner_box .swiBtns {
        left: 15px;
        right: 15px;
        bottom: 0.2rem !important;
    }

    .swiNews1 {
        margin: 0 -0.18rem;
    }

    .swiNews2 {
        padding-bottom: 0.3rem;
    }

    .swiNews2 .swiPagination .swiper-pagination-bullet {
        margin: 0 0.08rem !important;
    }

    .swiNews2 .pic {
        height: 53vw;
    }

    .swiCQUPTers1 .swiPagination .swiper-pagination-bullet {
        margin: 0 0.08rem !important;
    }

    .swiCQUPTers1 .swiper-imgs {
        height: 3.8rem;
    }

    .swiCQUPTers1 .swiper-text {
        width: 42%;
    }

    .swiCQUPTers2 {
        margin: 0;
        padding: 0.2rem;
        overflow: visible;
    }

    .swiCQUPTers2 .text {
        padding: 0 0.2rem;
        height: 1.22rem;
    }

    .swiCQUPTers2 .text:before {
        height: 1.22rem;
    }

    .swiCQUPTers2 .date {
        line-height: 0.54rem;
    }

    .swiCQUPTers2 .tit {
        margin-top: 0.2rem;
    }

    .swiCollaboration1 {
        padding-bottom: 0.8rem;
    }

    .swiCollaboration1 .swiBtns {
        left: 0.3rem;
    }

    .swiCollaboration1 .text {
        padding: 0.3rem 0.2rem 0.2rem;
        height: 1.46rem;
    }

    .swiNotice1 .swiPagination .swiper-pagination-bullet {
        margin: 0 0.08rem !important;
    }

    .swiNotice1 .con {
        padding: 0.3rem 0.28rem 0.2rem;
        height: 2.3rem;
    }

    .tabs-g1 a {
        min-width: 1.3rem;
    }

    .ls-g2 .con {
        height: 53vw;
    }

    .ls-g5 .con {
        height: 53vw;
    }

    .ls-g7 .con {
        height: 53vw;
    }

    .row-home1, .row-home2 {
        padding: 0.5rem 0;
    }

    .row-sy1, .row-sy4, .row-sy5, .row-sy6 {
        margin-bottom: 0.5rem;
    }

    .row-sy1 .bg-people {
        display: none;
    }

    .row-sy1 .wp {
        padding: 0.3rem 0.2rem 0.2rem;
    }

    .row-sy3 {
        padding: 0.5rem 0;
    }

    .row-sy7 .hd-g1 {
        margin: 0 !important;
    }

    .row-sy7 .hd-g1 .tit-g1 {
        margin-right: 0.4rem;
    }

    .box-news1 {
        display: block;
    }

    .box-news1 .boxNews-col, .box-news1 .boxNews-cor {
        width: 100%;
    }

    .box-news1 .boxNews-col {
        margin-bottom: 0.2rem;
    }

    .box-research1 {
        display: block;
    }

    .box-research1 .boxResearch-col, .box-research1 .boxResearch-com, .box-research1 .boxResearch-cor {
        width: 100%;
    }

    .box-research1 .boxResearch-col, .box-research1 .boxResearch-com {
        margin-bottom: 0.25rem;
    }

    .box-CQUPTers1 {
        display: block;
    }

    .box-CQUPTers1 .boxCQUPTers-col, .box-CQUPTers1 .boxCQUPTers-cor {
        width: 100%;
    }

    .box-CQUPTers1 .boxCQUPTers-col {
        margin-bottom: 0.25rem;
    }

    .box-focus1 {
        display: block;
    }

    .box-focus1 .boxFocus-col, .box-focus1 .boxFocus-cor {
        width: 100%;
    }

    .box-focus1 .boxFocus-col {
        margin-bottom: 0.25rem;
    }

}

@media (max-width: 959px) {
}

@media (max-width: 767px) {
    .banner_box {
        height: 47vw;
    }

    .banner_box .swiBtns {
        padding: 0;
        bottom: 0.05rem !important;
        line-height: 0.18rem;
    }

    .banner_box .swiArrow {
        display: none;
    }

    .swiNews1 .text {
        padding: 0.2rem 0.24rem;
    }

    .swiNews2 .pic {
        margin-bottom: 0.2rem;
    }

    .swiNews2 .tit {
        font-size: 0.22rem;
    }

    .swiNews2 .desc {
        margin-top: 0.1rem;
    }

    .swiFeatures1 {
        padding-bottom: 0.4rem;
        display: block;
    }

    .swiFeatures1 .swiArrow .next {
        margin-left: 0.2rem;
    }

    .swiFeatures1 .swiper-imgs, .swiFeatures1 .swiper-text {
        width: 100%;
        padding: 0;
    }

    .swiFeatures1 .swiper-imgs {
        margin-bottom: 0.15rem;
    }

    .swiFeatures1 .swiper-imgs:before, .swiFeatures1 .swiper-imgs:after {
        display: none;
    }

    .swiFeatures1 .swiper-imgs .pic {
        height: 53vw;
    }

    .swiFeatures1 .swiper-text .con {
        padding-left: 0;
    }

    .swiFeatures1 .swiper-text .tit {
        font-size: 0.22rem;
    }

    .swiCQUPTers1 {
        padding-bottom: 0.4rem;
        margin: 0 -15px;
        display: block;
    }

    .swiCQUPTers1 .swiPagination {
        left: 0;
        right: 0;
        padding: 0;
        text-align: center;
    }

    .swiCQUPTers1 .swiper-imgs, .swiCQUPTers1 .swiper-text {
        width: 100%;
    }

    .swiCQUPTers1 .swiper-text {
        margin: 0;
    }

    .swiCQUPTers1 .swiper-text .con {
        padding: 0.25rem;
    }

    .swiCQUPTers1 .swiper-text .desc, .swiCQUPTers1 .swiper-text .date {
        margin-top: 0.15rem;
    }

    .swiCQUPTers2 .swiArrow {
        margin-top: -0.27rem;
        width: 0.54rem;
        height: 0.54rem;
    }

    .swiCollaboration1 {
        padding-bottom: 0.7rem;
    }

    .swiNotice1 {
        padding: 0.25rem 0.4rem 0.55rem;
        margin-bottom: -0.4rem;
    }

    .swiNotice1 .swiPagination {
        bottom: 0.25rem !important;
    }

    .swiNotice1 .swiper-slide-active .con {
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        -o-transform: translate(0);
        transform: translate(0);
    }

    .tabs-g1 {
        margin: 0 -15px;
        white-space: nowrap;
        overflow: hidden;
        overflow-x: auto;
    }

    .tabs-g1 ul {
        margin: 0;
        display: block;
        width: 100%;
        text-align: center;
    }

    .tabs-g1 li {
        display: inline-block;
        vertical-align: middle;
    }

    .tabs-g1 a {
        min-width: 1.2rem;
        line-height: 0.46rem;
    }

    .ls-g1 .con {
        padding: 0;
        padding-right: 0.12rem;
        height: 0.84rem;
    }

    .ls-g1 .date .s2 {
        font-size: 0.14rem;
    }

    .ls-g2 .text {
        padding: 0.12rem 0.25rem;
    }

    .ls-g3 .con {
        height: 1rem;
    }

    .ls-g3 .date .s2 {
        font-size: 0.14rem;
    }

    .ls-g4 .con {
        padding: 0.2rem 0.3rem 0.15rem;
        height: 1.6rem;
    }

    .ls-g4 .info i {
        margin-right: 0.1rem;
        width: 0.18rem;
        height: 0.18rem;
    }

    .ls-g6 .con {
        height: 1.1rem;
    }

    .ls-g7 .text {
        padding: 0.25rem;
    }

    .ls-g7 .date .s2 {
        font-size: 0.14rem;
    }

    .ls-g8 {
        margin: 0 -0.05rem -0.1rem;
    }

    .ls-g8 li {
        padding: 0 0.05rem;
        margin-bottom: 0.1rem;
    }

    .ls-g8 .con {
        padding: 0.2rem;
        height: 1.8rem;
    }

    .ls-g8 .lg {
        height: 0.28rem;
    }

    .ls-g8 .tit {
        margin-top: 0.12rem;
    }

    .ls-g8 .bt {
        margin-top: 0.1rem;
    }

    .ls-g8 .icon-arrow {
        width: 0.16rem;
        -webkit-background-size: 0.16rem auto;
        background-size: 0.16rem auto;
        -webkit-transform: translateX(-0.1rem);
        -ms-transform: translateX(-0.1rem);
        -o-transform: translateX(-0.1rem);
        transform: translateX(-0.1rem);
    }

    .bg-house2 {
        display: none;
    }

    .row-home1 {
        padding-top: 0;
    }

    .row-sy7 {
    }

    .row-sy7 .hd-g1 .hd-l {
        width: 100%;
    }

    .row-sy7 .hd-g1 .tit-g1 {
        margin: 0;
    }

    .row-sy7 .hd-g1 .btns-g1 {
        position: absolute;
        right: 0;
        top: 0.15rem;
    }

    .row-sy7 .tabs-g1 {
        margin-top: 0.15rem;
        min-width: calc(100% + 30px);
    }

    .box-features2 {
        margin-top: 0.5rem;
    }

    .box-features2 .hd-g1 {
        margin-bottom: 0.2rem !important;
        position: static;
    }
}

.row-sy1-tit{
    margin-bottom: .32rem;
}

@media (max-width: 1199px) {
    .row-sy1-tit{
        margin-bottom: 0;
        margin-top: .4rem;
    }
}

@media (min-width: 1025px) {
    .swiFeatures1 .swiper-imgs .swiper-slide{
        width: 3.61rem;
        height: 2.23rem;
    }
}

@media (max-width: 1025px) {
    .swiCollaboration1 .swiArrow{
        display: none;
    }
    .swiCollaboration1 .swiProgressbar{
        margin-right: 0;
    }
    .swiCollaboration1 .line{
        display: none;
    }
    .swiCollaboration1 {
        padding-bottom: .4rem;
    }
}