/* 检索样式 */


/**
 * Swiper 8.3.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 6, 2022
 */

.index-search {
    padding: 10px 0 0 0;
}

.index-search ul {
    height: 30px;
    background: #FFFFFF;
    border: 1px solid #1395a7;
    box-shadow: 0px 4px 8px 0px rgba(181, 181, 181, 0.3);
    border-radius: 40px;
    padding: 10px;
}

.index-search ul li.select-bar {
    float: left;
    width: 208px;
    border-right: 1px solid #ddd;
    height: 30px;
    position: relative;
    z-index: 9;
}

.index-search ul li.select-bar span {
    display: block;
    width: 146px;
    line-height: 30px;
    float: right;
    position: relative;
    font-size: 16px;
    font-weight: bolder;
    color: #222;
    margin-right: 7px;
    padding-left: 40px;
    z-index: 10;
    background-color: #fff;
    position: relative;
}

.index-search ul li.select-bar span i {
    display: block;
    position: absolute;
    width: 15px;
    height: 8px;
    background: url('img/icon-upRow.png') 0 0 no-repeat;
    background-size: 100% auto;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    top: 50%;
    margin-top: -4px;
    right: 30px;
}

.index-search ul li.select-bar p {
    width: 186px;
    overflow: hidden;
    height: 0;
    background: #FFFFFF;
    box-shadow: 0px 0px 11px 1px rgba(148, 148, 148, 0.2);
    border-radius: 20px;
    position: absolute;
    top: 0;
    right: 7px;
}

.index-search ul li.select-bar p a {
    display: block;
    width: 136px;
    line-height: 50px;
    border-radius: 10px;
    margin: 0 auto;
    color: #1395a7;
    padding-left: 30px;
    position: relative;
}

.index-search ul li.select-bar p a i {
    position: absolute;
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
    left: 15px;
    top: 50%;
    margin-top: -3px;
    display: block;
}

.index-search ul li.select-bar p a:hover {
    background: #DDD;
    font-weight: bolder;
}

.index-search ul li.select-bar p a:hover i {
    background: #1395a7;
}

.index-search ul li.select-bar p a:nth-child(1) {
    border-top: 1px dashed #DDD;
    margin-top: 50px;
}

.index-search ul li.select-bar:hover p {
    height: 255px;
    padding-bottom: 10px;
}

.index-search ul li.select-bar:hover span i {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
}

.index-search ul li.input-bar {
    float: left;
    width: 810px;
    padding: 5px 0 5px 90px;
    height: 20px;
    background: url('img/icon-search.png') 50px center no-repeat;
    background-size: 22px auto;
}

.index-search ul li.input-bar input {
    height: 20px;
    width: 100%;
    line-height: 20px;
    font-size: 16px;
    color: #888;
    border: none 0;
}

.index-search ul li.input-bar input::placeholder {
    color: #999;
    opacity: 0.7;
}

.index-search ul li.btn-bar {
    float: right;
}

.index-search ul li.btn-bar button {
    width: 120px;
    height: 30px;
    background: #1395a7;
    border-radius: 20px;
    text-align: center;
    margin: 0;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    border: none;
}

.swiper-container-1 {
    height: 470px;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    margin-top: 15px;
}

.swiper-container-1 .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: relative;
    z-index: 1;
}

.swiper-container-1 .button-next {
    position: absolute;
    width: 36px;
    height: 36px;
    background: url(img/right_btn.jpg) 0 0 no-repeat;
    background-size: 100% auto;
    margin: auto;
    top: 0;
    bottom: -42px;
    right: 80px;
    /* bottom: 180px; */
    z-index: 2;
    font-size: 0;
}

.swiper-container-1 .button-prev {
    position: absolute;
    width: 36px;
    height: 36px;
    background: url(img/left_btn.jpg) 0 0 no-repeat;
    background-size: 100% auto;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 80px;
    /* bottom: 180px; */
    z-index: 2;
    font-size: 0;
}

.swiper-container-1 .swiper {
    --swiper-theme-color: rgba(255, 255, 255, 0.6);
    --swiper-pagination-color: rgba(255, 255, 255, 0.6);
    /* 两种都可以 */
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 70px;
}

.sub-links {
    width: 1160px;
    height: 50px;
    background: #FFFFFF;
    box-shadow: 0px 8px 30px 0px rgba(211, 211, 211, 0.5);
    border-radius: 20px;
    margin: -50px auto 50px auto;
    padding: 25px 0;
    position: relative;
    z-index: 50;
}

.sub-links ul li {
    float: left;
    width: 289px;
    border-right: 1px solid #D2CBC1;
    height: 50px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #1395a7;
    line-height: 1;
}

.sub-links ul li:last-child {
    border-right: 0 none;
}

.sub-links ul li img {
    width: 35px;
    height: 35px;
}

.sub-links ul li a {
    color: #444;
}

.sub-links ul li:hover {
    opacity: 0.7;
}

.sub-links ul li p {
    margin-top: 10px;
}

.index-common-bg {
    background: #f1f1f1;
}

.common-title {
    text-align: center;
    font-size: 30px;
    font-family: PingFang SC;
    font-weight: bolder;
    color: #222;
    line-height: 1;
    letter-spacing: 3px;
    padding: 48px 0;
}

.common-title-1 {
    color: #fff;
}

.common-title img.img-1 {
    height: 46px;
    margin-top: 60px;
    margin-bottom: 30px;
}

.common-title img.img-2 {
    height: 46px;
    margin-top: 60px;
    margin-bottom: 40px;
}

.common-title img.img-3 {
    height: 42px;
    margin-top: 60px;
}

.common-title img.img-4 {
    height: 39px;
    margin-top: 44px;
    margin-bottom: 38px;
}

.index-lastest-bar {
    overflow: hidden;
}

.index-lastest-bar .swiper-slide {
    float: left;
    width: 318px;
    height: 380px;
    padding: 20px;
    overflow: hidden;
    position: relative;
}

.index-lastest-bar .swiper-slide .swiper-slide-into {
    width: 318px;
    height: 380px;
    overflow: hidden;
    border-radius: 20px;
    position: relative;
}

.index-lastest-bar .swiper-slide .swiper-slide-into:hover {
    box-shadow: 5px 5px 20px rgba(148, 134, 97, 0.5);
    margin-left: -5px;
}

.index-lastest-bar .swiper-slide .swiper-slide-into img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
}

.index-lastest-bar .swiper-slide .swiper-slide-into .sub-title {
    position: absolute;
    width: 318px;
    height: 50px;
    left: 0;
    bottom: 0;
    cursor: pointer;
}

.index-lastest-bar .swiper-slide .swiper-slide-into .sub-title span {
    font-size: 18px;
    color: #FFF;
    margin: 0 17px;
    line-height: 50px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    position: relative;
    z-index: 3;
}

.index-lastest-bar .swiper-slide .swiper-slide-into .sub-title i {
    display: block;
    position: absolute;
    width: 318px;
    height: 50px;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 2;
}

.index-lastest-bar .swiper-slide .swiper-slide-into .sub-title-cur {
    bottom: -50px
}

.index-lastest-bar .swiper-slide .swiper-slide-into .cover-full-title {
    position: absolute;
    width: 318px;
    height: 380px;
    left: 0;
    bottom: -380px;
    cursor: pointer;
    color: #FFF;
}

.index-lastest-bar .swiper-slide .swiper-slide-into .cover-full-title a {
    color: #FFF;
    position: relative;
    z-index: 3;
    display: block;
}

.index-lastest-bar .swiper-slide .swiper-slide-into .cover-full-title i.bg-cover {
    display: block;
    position: absolute;
    width: 318px;
    height: 380px;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 2;
}

.index-lastest-bar .swiper-slide .swiper-slide-into .cover-full-title p.time-bar {
    margin: 200px 17px 0 17px;
    overflow: hidden;
}

.index-lastest-bar .swiper-slide .swiper-slide-into .cover-full-title p.time-bar b {
    font-size: 36px;
    font-weight: 600;
    line-height: 1;
    display: block;
    float: left;
}

.index-lastest-bar .swiper-slide .swiper-slide-into .cover-full-title p.time-bar i {
    font-size: 26px;
    font-weight: 500;
    line-height: 1;
    margin-top: 20px;
    display: block;
    float: left;
}

.index-lastest-bar .swiper-slide .swiper-slide-into .cover-full-title p.time-bar span {
    font-size: 22px;
    font-weight: 500;
    line-height: 1;
    margin-top: 25px;
    margin-left: 5px;
    display: block;
    float: left;
}

.index-lastest-bar .swiper-slide .swiper-slide-into .cover-full-title h5.title-bar {
    margin: 20px 17px 0 17px;
    font-size: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    font-weight: bold;
    line-height: 1;
}

.index-lastest-bar .swiper-slide .swiper-slide-into .cover-full-title p.title-bar-1 {
    margin: 18px 17px 0 17px;
    font-size: 16px;
    line-height: 1;
}

.index-lastest-bar .swiper-slide .swiper-slide-into .cover-full-title p.mark-bar {
    margin: 20px 17px 0 17px;
}

.index-lastest-bar .swiper-slide .swiper-slide-into .cover-full-title p.mark-bar span {
    padding: 0 5px;
    line-height: 24px;
    border-radius: 4px;
    display: inline-block;
    text-align: center;
    color: #fff;
}

.index-lastest-bar .swiper-slide .swiper-slide-into .cover-full-title p.mark-bar span.type-1 {
    background: #FF6A45;
}

.index-lastest-bar .swiper-slide .swiper-slide-into .cover-full-title p.mark-bar span.type-2 {
    background: #C00;
}

.index-lastest-bar .swiper-slide .swiper-slide-into .cover-full-title p.mark-bar span.type-3 {
    background: green;
}

.index-lastest-bar .swiper-slide .swiper-slide-into .cover-full-title-cur {
    bottom: 0px
}

.index-lastest-bar .button-next-act,
.index-lastest-bar .button-prev-act {
    width: 21px;
    height: 40px;
    position: absolute;
    z-index: 3;
    top: 50%;
    margin-top: -20px;
    font-size: 0;
}

.index-lastest-bar .button-next-act {
    left: -30px;
    background: url('img/icon-left.png') 0 0 no-repeat;
    background-size: 100% auto;
}

.index-lastest-bar .button-prev-act {
    right: -30px;
    background: url('img/icon-right.png') 0 0 no-repeat;
    background-size: 100% auto;
}

.index-lastest-bar:hover .button-next-act {
    left: 50px;
}

.index-lastest-bar:hover .button-prev-act {
    right: 30px;
}

.index-commom-reaadMore {
    text-align: center;
    margin-bottom: 30px;
}

.index-commom-reaadMore a {
    display: inline-block;
    width: 140px;
    line-height: 40px;
    border: 1px solid #aaa;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #666;
}

.index-commom-reaadMore a:hover {
    opacity: 0.7;
}

.index-resouce-bar {
    background: url('img/resoouce-bg.jpg?v=123') center 0 no-repeat;
    background-size: 1920px 1915px;
    height: 958px;
}

.index-resouce-bar .resouce-list {
    overflow: hidden;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
}

.index-resouce-bar .resouce-list li {
    float: left;
    width: 255px;
    height: 164px;
    border-top: 1px solid rgba(0, 0, 0, 0);
    border-right: 1px solid rgba(0, 0, 0, 0);
    position: relative;
    transition: all 0.5s linear 0s;
    -webkit-transition: all 0.5s linear 0s;
    -moz-transition: all 0.5s linear 0s;
    -o-transition: all 0.5s linear 0s;
    -ms-transition: all 0.5s linear 0s;
}

.index-resouce-bar .resouce-list li dl {
    width: 215px;
    height: 104px;
    padding: 30px 20px;
    position: relative;
}

.index-resouce-bar .resouce-list li i {
    width: 255px;
    height: 164px;
    display: block;
    left: 0;
    top: 0;
    position: absolute;
}

.index-resouce-bar .resouce-list li dl a {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.index-resouce-bar .resouce-list li dl dd {}

.index-resouce-bar .resouce-list li dl dd h5 {
    font-size: 22px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 1;
    margin-top: 13px;
    transition: all 0.5s linear 0s;
    -webkit-transition: all 0.5s linear 0s;
    -moz-transition: all 0.5s linear 0s;
    -o-transition: all 0.5s linear 0s;
    -ms-transition: all 0.5s linear 0s;
}

.index-resouce-bar .resouce-list li dl dd p {
    font-size: 14px;
    font-weight: 300;
    color: #eee;
    line-height: 1.4;
    text-align: justify;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 76px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    justify-content: center;
    align-items: center;
    padding: 0 50px;
    box-sizing: border-box;
    opacity: 0;
    transition: all 0.5s linear 0s;
    -webkit-transition: all 0.5s linear 0s;
    -moz-transition: all 0.5s linear 0s;
    -o-transition: all 0.5s linear 0s;
    -ms-transition: all 0.5s linear 0s;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical
}

.index-resouce-bar .resouce-list li dl dd p.font-12 {
    font-size: 12px;
}

.index-resouce-bar .resouce-list li dl dt {
    transition: all 0.5s linear 0s;
    -webkit-transition: all 0.5s linear 0s;
    -moz-transition: all 0.5s linear 0s;
    -o-transition: all 0.5s linear 0s;
    -ms-transition: all 0.5s linear 0s;
}

.index-resouce-bar .resouce-list li dl dt img {
    height: 50px;
    display: block;
}

.index-resouce-bar .resouce-list li:nth-child(5),
.index-resouce-bar .resouce-list li:nth-child(10) {
    border-right: none;
}

.index-resouce-bar .resouce-list li:nth-child(even) i {
    background: #fff;
    opacity: 0.8;
    transition: all 0.5s linear 0s;
    -webkit-transition: all 0.5s linear 0s;
    -moz-transition: all 0.5s linear 0s;
    -o-transition: all 0.5s linear 0s;
    -ms-transition: all 0.5s linear 0s;
}

.index-resouce-bar .resouce-list li:nth-child(even) dl dd h5 {
    color: #00869E;
}

.index-resouce-bar .resouce-list li:nth-child(even) dl dd p {
    color: #00869E;
}

.index-resouce-bar .resouce-list li:nth-child(odd) i {
    background: #000514;
    opacity: 0.15;
    transition: all 0.5s linear 0s;
    -webkit-transition: all 0.5s linear 0s;
    -moz-transition: all 0.5s linear 0s;
    -o-transition: all 0.5s linear 0s;
    -ms-transition: all 0.5s linear 0s;
}

.index-resouce-bar .resouce-list li:nth-child(odd):hover i {
    opacity: 0.3;
}

.index-resouce-bar .resouce-list li:hover dl dd p {
    opacity: 1;
}

.index-resouce-bar .resouce-list li:hover dl dd h5,
.index-resouce-bar .resouce-list li:hover dl dt {
    opacity: 0;
}

.index-resouce-bar .resouce-list li:nth-child(even):hover i {
    /* background: #0095A9; */
    opacity: 0.65;
}

.flip-horizontal-bottom {
    -webkit-animation: flip-horizontal-bottom 0.8s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
    animation: flip-horizontal-bottom 0.8s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
}

@-webkit-keyframes flip-horizontal-bottom {
    0% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
    }
    50% {
        -webkit-transform: rotateY(-180deg);
        transform: rotateY(-180deg);
    }
    100% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
    }
}

@keyframes flip-horizontal-bottom {
    0% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
    }
    50% {
        -webkit-transform: rotateY(-180deg);
        transform: rotateY(-180deg);
    }
    100% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
    }
}

.index-resouce-bar .resouce-list-btm {
    margin-top: 54px;
    height: 193px;
}

.index-resouce-bar .resouce-list-btm dl {
    float: left;
    margin: 0 43px;
    width: 76px;
}

.index-resouce-bar .resouce-list-btm dl:hover {
    opacity: 1;
}

.index-resouce-bar .resouce-list-btm dl dt {
    position: relative;
    width: 100%;
    height: 68px;
}

.index-resouce-bar .resouce-list-btm dl dt span {
    width: 100%;
    height: 68px;
    position: absolute;
    left: 0;
    top: 0;
    background: url('img/icon-bg.png') 0 0 no-repeat;
    background-size: 100% auto;
}

.index-resouce-bar .resouce-list-btm dl dt img {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.index-resouce-bar .resouce-list-btm dl dd {
    font-size: 16px;
    font-weight: 400;
    color: #EEEEEE;
    text-align: center;
    line-height: 1;
    margin-top: 15px;
}

.index-resouce-bar .resouce-list-btm dl:first-child {
    margin: 0 43px 0 35px;
}

.index-resouce-bar .resouce-list-btm dl:last-child {
    margin: 0 35px 0 43px;
}

.index-resouce-bar .index-commom-reaadMore a {
    border: 1px solid #fff;
    color: #fff;
}

.index-case-bar {}

.index-case-into {
    overflow: hidden;
    margin-bottom: 54px;
    padding-top: 50px;
}

.index-case-into dl {
    float: left;
    width: 300px;
    margin: 0 50px;
}

.index-case-into dl dt {
    background: #f1f1f1;
    border-radius: 50%;
    padding: 7px;
    overflow: hidden;
    width: 186px;
    height: 186px;
    margin: 0 auto;
}

.index-case-into dl dt img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index-case-into dl dd {
    padding: 39px 7px 0 7px;
}

.index-case-into dl dd h5 {
    margin-bottom: 15px;
}

.index-case-into dl dd h5 span {
    display: block;
    overflow: hidden;
    font-size: 20px;
    font-weight: 500;
    color: #1395a7;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    font-weight: bolder;
    line-height: 1;
    text-align: justify;
    margin-bottom: 13px;
}

.index-case-into dl dd h5 i {
    display: block;
    width: 98px;
    height: 2px;
    background: #1395a7;
    border-radius: 1px;
}

.index-case-into dl dd p {
    font-size: 16px;
    font-weight: 400;
    color: #666;
    line-height: 1.5;
}

.index-case-into dl:hover dt {
    background: #f1f1f1;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}

.index-case-into dl:hover dt img {}

.index-case-into dl:hover dd h5 i {
    width: 100%;
}

.index-exhibion-bar {
    overflow: hidden;
}

.index-exhibion-bar .index-commom-reaadMore {
    position: relative;
    z-index: 200;
}

.container-exhibion {
    height: 410px;
}

.swiper-container-exhibion .swiper-slide {
    height: 462px;
}

.swiper-container-exhibion dl {
    float: left;
    width: 396px;
    height: 462px;
    padding: 0 15px;
}

.swiper-container-exhibion dl dt {
    position: relative;
    height: 270px;
    border-radius: 20px;
    overflow: hidden;
    z-index: 1;
    box-shadow: 0 0 10px rgba(148, 134, 97, 0.3);
}

.swiper-container-exhibion dl dt img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.swiper-container-exhibion dl dd {
    margin-top: -33px;
    position: relative;
    z-index: 2;
    width: 100%;
}

.swiper-container-exhibion dl dd span {
    display: block;
    width: 64px;
    height: 64px;
    background: #1395a7;
    border-radius: 0px 0px 0px 20px;
    float: left;
    margin-top: 16px;
    position: relative;
}

.swiper-container-exhibion dl dd span img {
    width: 23px;
    height: 16px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -8px 0 0 -11px;
    z-index: 4;
}

.swiper-container-exhibion dl dd div.tips {
    float: right;
    width: 282px;
    background: #FFFFFF;
    border-radius: 0px 0px 20px 0px;
    padding: 20px 25px;
    box-shadow: 0 0 10px rgba(148, 134, 97, 0.3);
}

.swiper-container-exhibion dl dd div.tips h5 {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 500;
    color: #222222;
}

.swiper-container-exhibion dl dd div.tips p {
    font-size: 14px;
    line-height: 1.2;
    font-weight: 300;
    color: #999999;
    margin-top: 10px;
}

.swiper-container-exhibion dl dd div.tips p {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.swiper-container-exhibion dl dd div.tips h5 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.swiper-container-exhibion dl:hover dt {
    box-shadow: 0 0 10px #f1f1f1;
}

.swiper-container-exhibion dl:hover dd .tips {
    box-shadow: 0 0 10px #f1f1f1;
}

.swiper-container-exhibion dl:hover dd span img {
    margin: -8px 0 0 -5px;
}

.swiper-container-exhibion .swiper-pagination {
    width: 1280px;
    height: 2px;
    border-radius: 1px;
    bottom: 100px;
}

.swiper-container-exhibion .swiper-pagination-bullet {
    width: 426px;
    margin: 0;
    border-radius: 0;
    height: 2px;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    background: #cbcbcb;
    opacity: 1;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active,
.swiper-container-exhibion .swiper-pagination-bullet-active {
    background: #1695a7;
}

.index-exhibion-bar .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0;
}

.index-exhibion-bar .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active {
    background: #53939C;
}

.index-news-into {
    overflow: hidden;
    padding: 58px 0;
}

.index-news-bar {
    background: #f1f1f1;
}

.index-news-bar .index-news-unit {
    float: left;
    width: 540px;
    padding-left: 100px;
}

.index-news-bar .index-news-unit1 {
    border-right: 1px solid #aaa;
    width: 539px;
    padding-left: 0;
    padding-right: 100px;
}

.index-news-bar .index-news-unit h5 {
    width: 100%;
    height: 25px;
    overflow: hidden;
    margin-bottom: 22px;
}

.index-news-bar .index-news-unit h5 span {
    float: left;
    display: block;
    height: 25px;
    font-size: 26px;
    font-family: PingFang SC;
    font-weight: bolder;
    color: #222;
    line-height: 1;
    letter-spacing: 3px;
}

.index-news-bar .index-news-unit h5 a {
    display: block;
    float: right;
    line-height: 25px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
}

.index-news-bar .index-news-unit h5 a:hover {
    opacity: 0.7;
}

.index-news-bar .index-news-unit ul li {
    padding: 20px 0;
    border-bottom: 1px dashed #ddd;
    width: 100%;
    overflow: hidden;
}

.index-news-bar .index-news-unit ul li p {
    float: left;
    width: 335px;
    font-size: 16px;
    font-weight: 400;
    color: #444;
    line-height: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    line-height: 20px;
    text-align: justify;
}

.index-news-bar .index-news-unit ul li i {
    float: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
}

.index-news-bar .index-news-unit ul li span.s {
    display: block;
    float: left;
    width: 44px;
    line-height: 20px;
    margin-right: 26px;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    border-radius: 10px
}

.index-news-bar .index-news-unit ul li span.s-bg-1 {
    background: #0095A9;
}

.index-news-bar .index-news-unit ul li span.s-bg-2 {
    background: #FF6A45;
}

.index-news-bar .index-news-unit ul li span.t {
    width: 265px;
    line-height: 20px;
    float: left;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    text-align: justify;
}

.index-news-bar .index-news-unit ul li:hover {
    opacity: 0.7;
}

.btm-footer-link {
    background: url('img/btm-bg.png') center 0 no-repeat;
    background-size: 100% auto;
    margin-top: 50px;
    padding-bottom: 55px;
}

.footer-link-into {
    overflow: hidden;
}

.footer-link-into .swiper-slide {
    float: left;
    margin-right: 10px;
    width: auto;
    margin-left: 1px;
}

.footer-link-into .swiper-slide p {
    float: left;
    border: 1px solid #ddd;
    border-radius: 20px;
    padding: 25px 10px;
    width: auto;
    background: #fff;
}

.footer-link-into .swiper-slide img {
    height: 40px;
}

.footer-link-into .swiper-slide a:hover {
    opacity: 0.7;
}

.index-museum-into {
    width: 1280px;
    height: 500px;
    border: 1px solid #0095A9;
    border-radius: 9px;
    overflow: hidden;
    background: #E8EBEB;
    margin-bottom: 61px;
}

.index-museum-into .index-museum-tacs {
    float: left;
    width: 886px;
    overflow: hidden;
}

.index-museum-into .index-museum-tacs li {
    display: none;
    width: 886px;
    height: 500px;
    overflow: hidden;
}

.index-museum-into .index-museum-tacs li.curMuseum {
    display: block;
}

.index-museum-into .index-museum-tacs li img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index-museum-into .index-museum-tabs {
    float: right;
    width: 388px;
    height: 500px;
    overflow: hidden;
    background: #F7FAFA;
}

.index-museum-into .index-museum-tabs .swiper {
    width: 100%;
    height: 100%;
}

.index-museum-into .index-museum-tabs .swiper .swiper-slide {
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.index-museum-into .index-museum-tabs .swiper .swiper-slide p {
    line-height: 124px;
    border-bottom: 1px solid rgba(240, 242, 242, 1);
    margin-left: 20px;
}

.index-museum-into .index-museum-tabs .swiper .swiper-scrollbar.swiper-scrollbar-vertical {
    position: absolute;
    left: 9px;
    top: 6%;
    z-index: 50;
    width: 2px;
    height: 94%;
    background: #E8EDED;
}

.index-museum-into .index-museum-tabs .swiper .swiper-scrollbar.swiper-scrollbar-vertical .swiper-scrollbar-drag {
    background: #1395a7;
}

.index-museum-into .index-museum-tabs .swiper .swiper-slide p a {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #666;
    padding-left: 8px;
    box-sizing: border-box;
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index-museum-into .index-museum-tabs .swiper .swiper-slide p a:hover,
.index-museum-into .index-museum-tabs .swiper .swiper-slide p.cur a {
    color: #1395a7;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0;
}

.index-law-img {
    width: 1280px;
    height: 500px;
    min-height: 500px;
    border: 1px solid #0095A9;
    border-radius: 9px;
    overflow: hidden;
    background: #E8EBEB;
    margin: 0 auto 30px auto;
}

.index-law-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.js-search-tips {
    position: fixed;
    z-index: 200;
    padding: 20px 30px;
    left: 50%;
    top: 300px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 5px;
    font-size: 16px;
    text-align: center;
    display: none;
}

.js-search-tips p {
    margin-bottom: 20px;
}

.js-search-tips span {
    display: inline-block;
    padding: 0 15px;
    font-size: 12px;
    background: #eee;
    color: #888;
    border-radius: 3px;
    line-height: 2;
}

.common-title {
    display: flex;
    align-items: center;
    justify-content: center;
}

.common-title img {
    width: 30px;
    margin-left: 40px;
}

.activities ul {
    padding: 30px 0 120px 0;
    display: flex;
    justify-content: space-between;
}

.activities ul li {
    width: 267px;
    height: 347px;
    overflow: hidden;
    border-radius: 15px;
    position: relative;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
}

.activities ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
}

.activities ul li h5 {
    height: 75px;
    line-height: 75px;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 28px;
    background: url('/template_resource/20823/img/cover.png') center bottom repeat-x;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.activities ul li.on {
    width: 428px;
    margin-top: -42px;
}

.wrap {
    margin: 30px auto 72px auto;
    position: relative;
    height: 500px;
    width: 100%;
}

.wrap .pic {
    width: 920px;
    height: 500px;
    cursor: pointer;
}

.wrap .pic .pic_num {
    height: 40px;
    margin-left: 30px;
}

.wrap .pic .pic-cover {
    width: 100%;
    height: 460px;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    background: #fff;
    position: relative;
}

.wrap .pic .pic-cover a {
    display: block;
    width: 100%;
    height: 100%;
}

.wrap .pic .pic-cover img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wrap .pic .pic-cover span {
    display: block;
    height: 75px;
    line-height: 75px;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 28px;
    background: url('/template_resource/20823/img/cover.png') center bottom repeat-x;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.wrap .pic1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.wrap .pic1 .pic_num_1 {
    background: url('/template_resource/20823/img/focus/t4_num_org.png') 0 0 no-repeat;
    background-size: auto 100%;
}

.wrap .pic2 {
    position: absolute;
    top: 0;
    left: 90px;
    z-index: 3;
}

.wrap .pic2 .pic_num_2 {
    background: url('/template_resource/20823/img/focus/t5_num_org.png') 0 0 no-repeat;
    background-size: auto 100%;
}

.wrap .pic3 {
    position: absolute;
    top: 0;
    left: 180px;
    z-index: 5;
}

.wrap .pic3 .pic_num_3 {
    background: url('/template_resource/20823/img/focus/t2_num_org.png') 0 0 no-repeat;
    background-size: auto 100%;
}

.wrap .pic4 {
    position: absolute;
    top: 0;
    left: 270px;
    z-index: 5;
}

.wrap .pic4 .pic_num_4 {
    background: url('/template_resource/20823/img/focus/t1_num_org.png') 0 0 no-repeat;
    background-size: auto 100%;
}

.wrap .pic5 {
    position: absolute;
    top: 0;
    left: 360px;
    z-index: 7;
}

.wrap .pic5 .pic_num_5 {
    background: url('/template_resource/20823/img/focus/t3_num_org.png') 0 0 no-repeat;
    background-size: auto 100%;
}

.wrap .on .pic_num_1 {
    background: url('/template_resource/20823/img/focus/t4_num.png') 0 0 no-repeat;
    background-size: auto 100%;
}

.wrap .on .pic_num_2 {
    background: url('/template_resource/20823/img/focus/t5_num.png') 0 0 no-repeat;
    background-size: auto 100%;
}

.wrap .on .pic_num_3 {
    background: url('/template_resource/20823/img/focus/t2_num.png') 0 0 no-repeat;
    background-size: auto 100%;
}

.wrap .on .pic_num_4 {
    background: url('/template_resource/20823/img/focus/t1_num.png') 0 0 no-repeat;
    background-size: auto 100%;
}

.wrap .on .pic_num_5 {
    background: url('/template_resource/20823/img/focus/t3_num.png') 0 0 no-repeat;
    background-size: auto 100%;
}