* {
    padding: 0;
    margin: 0;
    /* color: #4d4d4d; */
}

body {
    text-align: center;
    /* color: #4d4d4d; */
}

img {
    font-size: 0;
    line-height: 0;
    vertical-align: middle;
    /* display: block; */
}

ul,li {
    list-style: none;
}

a {
    text-decoration: none;
}

@font-face {
    font-family: 'SourceHanSerifCN-Heavy';
    src: url('../font/SourceHanSerifCN-Heavy.otf') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SourceHanSerifCN-Regular';
    src: url('../font/SourceHanSerifCN-Regular.otf') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.container {
    max-width: 1200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    /* margin-top: -50px; */
}

.banner img {
    width: 100%;
    /* display: block; */
}

.nav {
    background-color: #515151;
}

.nav ul {
    display: flex;
    justify-content: center;
    border-top: 2px solid #8d8d8d;
}

.nav ul li {
    width: 240px;
    border-right: 2px solid #8d8d8d;
    box-sizing: border-box;
}

.nav ul li:first-child {
    border-left: 2px solid #8d8d8d;
}

.nav a {
    display: inline-block;
    width: 100%;
    font-size: 24px;
    line-height: 75px;
    color: #fff;
    text-decoration: none;
}

.nav a:hover {
    background-color: #008baf;
}

.theme {
    padding-bottom: 80px;
}

.theme h2 {
    margin-top: 60px;
    color: #008baf;
    font-size: 46px;
    font-family: 'SourceHanSerifCN-Heavy';
    font-weight: bold;
}

.theme p {
    margin-top: 20px;
    font-size: 20px;
}

.title {
    margin-bottom: 40px;
    margin-top: 80px;
}

.title span {
    position: relative;
    padding: 32px 22px 2px;
    display: inline-block;
    font-size: 46px;
    font-family: "SourceHanSerifCN-Heavy";
    color: #008baf;
}

.title span::before {
    position: absolute;
    top: 50%;
    left: -30px;
    content: '';
    background: url(../images/title_left.png) no-repeat;
    width: 29px;
    height: 29px;
}

.title span::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -30px;
    background: url(../images/title_right.png) no-repeat;
    width: 29px;
    height: 29px;
}

.bright {
    background: url(../images/bright_bg.png) no-repeat top center;
    padding-bottom: 50px;
}

.exh-bright-title {
    margin-top: 0;
}

.counsel-title span::after {
    width: 88%;
}

.bright-con {
    background-color: white;
    padding: 30px;
    border-radius: 30px;
}

.exh-bright-con {
    height: 354px;
    overflow: hidden;
    display: flex;
}

.exh-bright-left {
    position: relative;
    width: 600px;
    min-width: 600px;
    height: 354px;
    box-shadow: 0 0 10px #ccc;
}

.exh-bright-left .content {
    position: absolute;
}

.exh-bright-left li {
    height: 354px;
    width: 100%;
    background-color: #008baf;
    position: relative;
}

.exh-bright-left img {
    vertical-align: middle;
    width: 100%;
}

.exh-bright-left-more {
    float: right;
    margin-top: 20px;
}

.bright-fixed {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #53becf;
    width: 99%;
    padding: 5px;
    text-align: center;
    font-size: 14px;
    color: white;
}

.exh-bright-right {
    text-align: left;
    background-color: #ebf6ff;
    padding: 20px;
    border-radius: 10px;
    margin-right: 20px;
}

.exh-bright-right .normal {
    padding: 10px;
    transition: all .5s;
    height: auto;
    border-bottom: 1px dashed #cccccc;
}

.exh-bright-right .exh-bright-active {
    background-color: #d7ebfb;
}

.exh-bright-right a {
    display: block;
    color: #000;
}

.exh-bright-right img {
    margin-bottom: 16px;
}

.exh-bright-right h4 {
    font-size: 16px;
    background: url(../images/sanjiao.png) no-repeat left center;
    padding-left: 20px;
    height: 25px;
    overflow: hidden;
    line-height: 25px;
}

.exh-bright-right p {
    height: auto;
    margin: 0;
    padding: 0 20px;
    font-size: 12px;
    color: #666666;
    font-weight: normal;
    overflow: visible;
    margin-top: 10px;
}

.exh-main {
    padding-top: 50px;
    padding-bottom: 60px;
    background: url(../images/bg01.png) no-repeat left center;
    background-size: 100%;
}

.shuffling {
    position: relative;
    margin-top: 50px;
}

.slideContent {
    width: 1120px;
    margin: auto;
}

.slideContent ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    transition: all 1s;
    opacity: 0;
    box-sizing: border-box;
}

.slideContent li {
    list-style: none;
    width: 32.5%;
    height: 242px;
    box-sizing: border-box;
    margin-bottom: 10px;
    background-image: linear-gradient(to bottom, #008baf, rgb(255, 254, 176));
    transition: all .1s;
}

.slideContent li img {
    width: 100%;
    object-fit: cover;
    vertical-align: middle;
}

.slideContent li:hover {
    padding: 6px;
}

.shuffling > a {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #008baf;
}

.shuffling > a.right {
    left: auto;
    right: 0;
}

.counsel-main {
    background: url(../images/bg02.png) no-repeat left bottom;
    padding-bottom: 100px;
}

.counsel-main2 {
    background: url(../images/bg03.png) no-repeat top center;
    padding: 50px 0;
}

.counsel {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.counsel-list {
    /* background-color: #ebf6ff; */
    padding: 20px;
    border-radius: 10px;
    margin-right: 20px;
    width: 45%;
    background-color: rgba(235, 246, 255, 0.6);
}

.counsel-list li {
    border-top: 1px dashed #cccccc;
    height: 50px;
    line-height: 28px;
    padding: 10px 0;
}

.counsel-list li:first-child {
    border-top: none;
}

.counsel-list li a {
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: left;
    transition: all .5s;
}

.counsel-list li a strong {
    font-size: 16px;
    color: #4d4d4d;
    display: block;
    background: url(../images/sanjiao.png) no-repeat left center;
    padding-left: 20px;
}

.counsel-list li a:hover {
    background-color: #cee5f7;
}

.counsel-list li span {
    display: block;
    padding: 0 3px;
    font-size: 12px;
    color: #999999;
    padding-left: 20px;
}

.h360 {
    height: 360px;
}

/*  */
/*  */
.kele-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.kele-row .kele-row-left {
    /* padding-bottom: 10px; */
    width: 40%;
    background-color: #f3f3f3;
    box-shadow: 0 0 5px #ccc;
    text-align: left;
}

.kele-row .kele-row-right {
    padding-left: 10px;
    width: 58%;
    box-sizing: border-box;
    text-align: left;
}

.kele-row-right > div {
    width: 24%;
    background-color: #fff;
    box-shadow: 0 0 5px #ccc;
}

.kele-row-right > div:nth-child(1), .kele-row-right > div:nth-child(2), .kele-row-right > div:nth-child(3), .kele-row-right > div:nth-child(4) {
    margin-bottom: 10px;
}

.live-box {
    margin-top: 40px;
}
.fmore{
    background: -webkit-gradient(linear, 0 50%, 100% 50%, from(#0492b6), to(#2ac9f1));
    background: -webkit-linear-gradient(left, #0492b6, #2ac9f1);
    background: -o-linear-gradient(left, #0492b6, #2ac9f1);
    padding: 2px 15px;
    border-radius: 5px;
    color: #ffffff;
    font-size: 16px;
    float: right;
}

.list-fixed {
    color: rgb(255, 255, 255);
    /* width: 100%; */
    /* min-height: 62px; */
    background: rgb(0, 139, 175);
    padding: 8px 5px 5px;
    border-top: 1px solid rgb(204, 204, 204);
}

.list-fixed a {
    font-size: 16px;
    margin-bottom: 5px;
    display: block;
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-decoration: none;
}

.btn1 {
    width: 48%;
    background-color: #69d9ec;
    line-height: 1.5;
    color: #555;
    padding: 4px;
    border-radius: 6px;
    font-weight: bold;
    transition: all .5s;
    border: none;
    cursor: pointer;
}

.btn1:hover {
    background-color: #fff100;
}

.list-fixed ul li:last-child img {
    width: 14px;
    height: 14px;
    vertical-align: middle;
    border-radius: 50%;
    margin-right: 5px;
}

.list-img {
    position: relative;
    overflow: hidden;
}

.list-img img {
    width: 100%;
    transform: scale(1);
    transition: all .5s;
    border-bottom: 0;
}

.live-con:hover .list-img img {
    transform: scale(1.2);
}

.live-con {
    width: 31.3%;
    margin-left: 2%;
    margin-bottom: 10px;
    position: relative;
    display: block;
    box-shadow: 0 0 5px #ccc;
}

.live-con:hover .list-video {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.rwd {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.rwd>li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    line-height: 22px;
}

.drop-down {
    display: none;
    position: absolute;
    color: #333;
    background-color: white;
    border: 1px solid #aaa;
    z-index: 9;
    padding: 0 2px;
    border-radius: 4px;
    box-shadow: 1px 1px 2px #aaa;
}

.sanjiao {
    position: absolute;
    top: -8px;
    left: 20px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid white;
}

.list-video {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 40%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin: -40px 0 0 -25px;
    background: url(https://e.cippe.com.cn/tpl/default/live/images/playicon.png) no-repeat;
    transform: scale(2);
    backface-visibility: hidden;
    transition: all .25s ease-out;
}

.list-img-2025 .list-video {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: scale(2);
    backface-visibility: hidden;
    transition: all .25s ease-out;
}

.live-con:hover .list-img-2025 .list-video-img img {
    transform: scale(1);
}

.list-time {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80%;
    background-color: rgba(0, 0, 0, 0.7);
    /* background-color: rgba(0, 0, 0, 0.5); */
    backface-visibility: hidden;
}

.list-hei {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px;
    display: flex;
    align-items: center;
    color: #fff;
    box-sizing: border-box;
}


.list-video {
    opacity: 0;
    filter: alpha(opacity = 0);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin: auto;
    background: url(https://e.cippe.com.cn/tpl/default/live/images/playicon.png) no-repeat;
    transform: translate(-50%,-50%) scale(2);
    backface-visibility: hidden;
    transition: all .25s ease-out;
}

.live-con:hover .list-video, a.live-con:hover .list-video {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%,-50%) scale(1);
}

.live-con:hover .list-hei {
    opacity: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
}

.title-list {
    padding: 6px 6px 10px;
}

.kele-row-left .title-list {
    padding-top: 10px;
}

.title-list a {
    display: inline-block;
    width: 100%;
    font-size: 12px;
    color: #000;
    line-height: 1.3;
    text-decoration: none;
}

.title-list a:hover {
    color: #008baf;
}

.kele-table {
    display: table;
    width: 100%;
    box-sizing: border-box;
}

a.kele-tr {
    display: table-row;
}

.kele-tr span {
    display: table-cell;
    padding: 3px 0;
}

.kele-absolute-mask {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
}

.kele-absolute {
    position: fixed;
    top: 40%;
    left: 50%;
    padding: 20px;
    z-index: 999;
    background-color: #fff;
    user-select: none;
}

.kele-absolute img {
    width: 200px;
}

.kele-absolute span {
    display: block;
    text-align: center;
}

.chuangxin {
    margin-top: 80px;
}

.gold-con {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}

.gold-left {
    /* padding-top: 20px; */
    min-width: 630px;
}

.kele-slide {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.kele-slide .img {
    overflow: hidden;
    position: absolute;
    transition: width 0.4s, height 0.4s, top 0.4s, left 0.4s, z-index 0.4s;
    text-align: center;
}

.kele-slide .img1 {
    width: 60%;
    height: 60%;
    top: 15%;
    left: 0%;
    z-index: 1;
    opacity: 0.5;
    background-size: contain;
}

.kele-slide .img2 {
    width: 80%;
    height: 80%;
    top: 10%;
    left: 2%;
    z-index: 2;
    opacity: 0.7;
    background-size: contain;
}

.kele-slide .img3 {
    width: 570px;
    height: 100%;
    top: 5%;
    left: 4.5%;
    z-index: 3;
    background-size: contain;
}

.kele-slide .img4 {
    width: 80%;
    height: 80%;
    top: 10%;
    left: 18%;
    z-index: 2;
    opacity: 0.7;
    background-size: contain;
}

.kele-slide .img5 {
    width: 60%;
    height: 60%;
    top: 15%;
    left: 40%;
    z-index: 1;
    opacity: 0.5;
    background-size: contain;
}

.kele-slide img {
    width: 100%;
}

.gold-right {
    /* padding-left: 20px; */
    box-sizing: border-box;
    background-color: #ebf6ff;
    padding: 20px 0;
    border-radius: 20px;
}

.gold-title {
    margin-bottom: 20px;
    padding-top: 10px;
    font-size: 18px;
    /* background-image: linear-gradient(to bottom, #cce8ef, #fff); */
    line-height: 28px;
}

.gold-right p {
    text-align: left;
    font-size: 14px;
    width: 90%;
    margin: 0 auto;
    font-size: 14px;
    color: rgb(53, 52, 52);
    margin-bottom: 12px;
    line-height: 28px;
    text-indent: 2em;
}

.gold-more a {
    display: inline-block;
    margin-top: 20px;
    padding: 10px;
    font-size: 18px;
    color: #000;
    background-image: linear-gradient(to bottom, #fff, #cce8ef );
}

.roll-con {
    position: relative;
    margin-top: 40px;
    overflow: hidden;
    display: flex;
    width: 1200px;
}

.roll-ul, .roll-ulul {
    position: relative;
    display: flex;
}

.roll-li {
    padding: 0 5px;
    width: 230px;
    height: 160px;
}

.roll-li img {
    width: 100%;
    height: 100%;
}

.photo-main {
    /* padding-top: 97px; */
    /* padding-bottom: 120px; */
    background-size: 100%;
}

.title-photo {
    /* padding-bottom: 60px; */
    padding: 50px 0;
}

.accrodion-group {
    overflow: hidden;
}

.accordion {
    white-space: nowrap;
}

.footer-linkage {
    position: relative;
}

.footer-linkage img {
    width: 100%;
}

.footer-linkage a {
    position: absolute;
    top: 38.9%;
    width: 16%;
    height: 53%;
    opacity: .5;
}

.footer-linkage .a1 {
    left: 15.7%;
}

.footer-linkage .a2 {
    left: 33.2%;
}

.footer-linkage .a3 {
    left: 50.8%;
}

.footer-linkage .a4 {
    left: 68.3%;
}

#pictureViewer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .3);
    z-index: 10000;
}

#pictureViewer>.content {
    background-color: #fff;
    position: absolute;
    width: 800px;
    height: 600px;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#pictureViewer .menu-bar {
    width: 100%;
}

#pictureViewer .menu-bar .handel {
    width: 40px;
    height: 40px;
    float: right;
    background-repeat: no-repeat;
    background-position: 50%;
    cursor: pointer;
}

#pictureViewer .menu-bar .handel.maximization {
    background-image: url(https://www.cippe.com.cn/special/cippe2023huigu/images/icons/maximization_black.png);
    background-size: 14px;
}

#pictureViewer .menu-bar .handel.miniaturization {
    background-size: 16px;
    background-image: url(https://www.cippe.com.cn/special/cippe2023huigu/images/icons/miniaturization_black.png);
}

#pictureViewer .menu-bar .handel.close-view {
    background-image: url(https://www.cippe.com.cn/special/cippe2023huigu/images/icons/close_black.png);
    background-size: 15px;
}

#pictureViewer .handel-prev, #pictureViewer .handel-next {
    display: inline-block;
    width: 50px;
    height: 70px;
    position: relative;
    top: calc(50% - 80px);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: 50%;
    cursor: pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

#pictureViewer .handel-prev {
    background-image: url(https://www.cippe.com.cn/special/cippe2023huigu/images/icons/prev_blank.png);
}

#pictureViewer .handel-next {
    background-image: url(https://www.cippe.com.cn/special/cippe2023huigu/images/icons/next_blank.png);
}

#pictureViewer .picture-content {
    display: inline-block;
    width: 80%;
    height: calc(100% - 80px);
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
}

#pictureViewer .picture-content .cover {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
}

#pictureViewer .counter {
    position: absolute;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    width: 100%;
    text-align: center;
    color: #808080;
    font-size: 13px;
}

#pictureViewer .hide {
    display: none;
}

#pictureViewer .left {
    float: left;
}

#pictureViewer .right {
    float: right;
}

#pictureViewer .clear-flex {
    clear: both;
}

#pictureViewer img {
    max-width: 100%;
    max-height: 100%;
}

/* tab */
.clear {
    clear: both;
}


.hide {
    display: none;
}

#tab {
    /* position:relative; */
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#tab .tab_menu {
    width: 22%;
}

#tab .tab_menu li {
    float: left;
    width: 252px;
    height: 55px;
    line-height: 25px;
    background: url(../images/tabbg1.png) no-repeat;
    text-align: center;
    margin-bottom: 35px;
    _position: relative;
    overflow: hidden;
    display: table;
}

#tab .tab_menu li a {
    vertical-align: middle;
    display: table-cell;
    _position: absolute;
    _top: 50%;
    color: #008aae;
    font-size: 16px;
}

#tab .tab_menu .selected {
    background: url(../images/tabbg.png) no-repeat;
    cursor: pointer;
    width: 252px;
}

#tab .tab_menu .selected a {
    color: #ffffff;
}

.boxcon {
    display: flex;
    align-items: stretch;
    /* gap: 20px; */
}

.hide {
    display: none;
}

#tab .tab_box {
    width: 78%;

    top: 0px;

}

#tab .tab_box img {
    width: 100%;
}


.tab_box .boxconl {
    width: 40%;
    /* height:210px; */
    border: 1px solid #cccccc;
    border-right: none;
    padding: 10px;
    /* margin-top: 50px; */
}

.tab_box .boxconl .contitle {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #DADADA;
}

.tab_box .boxconl .contitle span {
    border-left: 7px solid #34BEFC;
    padding-left: 10px;
}

.tab_box .boxconl p {
    font-size: 12px;
    text-indent: 2em;
    line-height: 22px;
    margin-top: 10px;
    text-align: left;
}

.tab_box .boxconl p a {
    color: #f00;
    font-size: 12px;
    margin-left: 5px;
}

.tab_box .boxconr {
    padding: 10px;
    width: 60%;
    border: 1px solid #cccccc;
    border-bottom: none;
    box-shadow: 0 5px 9px rgba(0,0,0,0.12), 0 5px 5px rgba(0,0,0,0.24);
}

.carousel-container {
    width: 1300px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 50px;
    overflow: hidden;
    /* border-radius: 16px; */
    /* background: rgba(255, 255, 255, 0.05); */
    backdrop-filter: blur(10px);
    /* box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2); */
}

.carousel-container {}

.carousel-wrapper {
    display: flex;
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.carousel-slide {
    display: flex;
    flex-wrap: wrap;
    width: 1300px;
    flex-shrink: 0;
    align-content: flex-start;
    padding: 0 70px 20px 70px;
    box-sizing: border-box;
}

.img-container {
    position: relative;
    margin: 15px;
    overflow: hidden;
    transition: all 0.5s ease;
    perspective: 1000px;
    cursor: pointer;
}

.img-container::before {
    content: '';
    position: absolute;
    inset: -2px;
    z-index: -1;
    border-radius: 12px;
    background: linear-gradient(45deg, #ff0066, #3333ff, #00ff99);
    background-size: 400% 400%;
    animation: gradientBorder 8s ease infinite;
}

@keyframes gradientBorder {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.img-card {
    width: 100%;
    height: 100%;
    background: #1a1a2e;
    border-radius: 10px;
    transform-style: preserve-3d;
    transition: transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.img-container:hover .img-card {
    transform: rotateY(15deg) translateZ(10px);
}

.img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    transition: all 0.5s ease;
    filter: brightness(0.9);
}

.img-container:hover img {
    filter: brightness(1.1);
    transform: scale(1.05);
}

.img-container {
    width: calc(33.333% - 30px);
    height: 240px;
}

.carousel-nav {
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    width: 96%;
    display: flex;
    justify-content: space-between;
    padding: 0 25px;
    pointer-events: none;
    z-index: 10;
}

.carousel-nav button {
    pointer-events: auto;
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 50%;
    background: rgba(204, 204, 204, 0.8);
    backdrop-filter: blur(10px);
    color: #FFFFFC;
    font-size: 22px;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-nav button:hover {
    background: linear-gradient(45deg, #d7ebfb, #008baf);
    transform: scale(1.1);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.carousel-indicators {
    display: flex;
    justify-content: center;
    padding: 20px 0;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    z-index: 10;
}

.carousel-indicators .indicator {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(204, 204,204, 0.6);
    margin: 0 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.carousel-indicators .indicator.active {
    background: linear-gradient(90deg, #d7ebfb, #008baf);
    width: 30px;
    border-radius: 6px;
    box-shadow: 0 0 15px #d7ebfb;
}

.bg4 {
    background: url(../images/bg04.png) no-repeat center bottom;
    background-size: contain;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .title span {
        padding-top: 24px;
        font-size: 32px;
        background-size: 170px;
    }

    .title span::before {
        font-size: 8px;
    }

    .container {
        max-width: 992px;
    }

    .nav ul {
        margin: auto;
        max-width: 992px;
        box-sizing: border-box;
    }

    .nav ul li {
        width: 20%;
    }

    .theme {
        padding-bottom: 60px;
    }

    .theme h2 {
        font-size: 40px;
    }

    .theme p {
        font-size: 16px;
    }

    .exh-bright-con {
        height: 292px;
    }

    .exh-bright-left {
        min-width: 420px;
        width: 420px;
        height: 248px;
        overflow: hidden;
    }

    .exh-bright-left li {
        height: 248px;
    }

    .exh-bright-right {
        padding-left: 15px;
    }

    .exh-bright-right img {
        margin-bottom: 8px;
    }

    .exh-bright-right p {
        padding-top: 6px;
    }

    .exh-main {
        padding-top: 40px;
        padding-bottom: 60px;
    }

    .slideContent {
        width: 900px;
    }

    .slideContent li {
        height: 195px;
    }

    .slideContent li:hover {
        padding: 4px 6px;
    }

    .counsel-list li {
        width: 49%;
    }

    .counsel-list li span {
        font-size: 12px;
    }

    .counsel-list li span+span {
        margin-right: 6px;
        font-size: 12px;
    }

    .counsel-main {
        background-position: center 0;
    }

    .h360 {
        height: 330px;
    }

    .title-list a {
        font-size: 10px;
    }

    .h194 {
        height: 230px;
    }

    .gold-left {
        min-width: 500px;
    }

    .kele-slide .img3 {
        width: 455px;
    }

    .gold-right p {
        width: 95%;
    }

    .photo-main {
        padding-top: 70px;
        padding-bottom: 100px;
    }
}

@media (min-width: 768px) and (max-width: 991.9px) {
    .title span {
        padding-top: 24px;
        font-size: 32px;
        background-size: 170px;
    }

    .title span::before {
        font-size: 8px;
    }

    .container {
        max-width: 768px;
    }

    .nav ul {
        margin: auto;
        max-width: 768px;
        box-sizing: border-box;
    }

    .nav ul li {
        width: 20%;
    }

    .nav a {
        font-size: 20px;
        line-height: 50px;
    }

    .theme {
        padding-bottom: 60px;
    }

    .theme h2 {
        margin-top: 50px;
        font-size: 30px;
    }

    .theme p {
        margin-top: 14px;
        font-size: 12px;
    }

    .exh-bright-con {
        display: block;
        height: auto;
    }

    .exh-bright-left {
        min-width: 100%;
        width: 100%;
        height: 453px;
        overflow: hidden;
    }

    .exh-bright-left .content {
        width: 100%;
    }

    .exh-bright-left li {
        height: 453px;
    }

    .exh-bright-right {
        margin-top: 20px;
        padding-left: 0;
    }

    .exh-bright-right img {
        margin-bottom: 8px;
    }

    .exh-bright-right p {
        padding-top: 6px;
    }

    .exh-main {
        padding-top: 40px;
        padding-bottom: 60px;
    }

    .slideContent {
        width: 690px;
    }

    .slideContent li {
        height: 150px;
    }

    .slideContent li:hover {
        padding: 4px 6px;
    }

    .counsel-list li {
        width: 100%;
    }

    .counsel-list li span {
        font-size: 16px;
    }

    .counsel-list li span+span {
        margin-right: 6px;
        font-size: 12px;
    }

    .counsel-main {
        background-position: center 340px;
    }

    .h360 {
        height: 234px;
    }

    .kele-row .kele-row-left {
        width: 100%;
    }

    .kele-row .kele-row-right {
        margin-top: 20px;
        padding-left: 0;
        width: 100%;
    }

    .h194 {
        height: 90px;
    }

    .gold-con {
        display: block;
    }

    .gold-left {
        width: 100%;
    }

    .kele-slide .img3 {
        width: 700px;
    }

    .gold-right {
        margin-top: 20px;
    }

    .gold-right p {
        width: 95%;
    }

    .photo-main {
        padding-top: 70px;
        padding-bottom: 100px;
    }
}

@media (min-width: 320px) and (max-width: 767.9px) {
    .container {
        max-width: 100%;
        overflow: hidden;
        padding: 0 10px;
        box-sizing: border-box;
    }

    .title span {
        font-size: 30px;
        background-size: 150px;
    }

    .nav ul {
        border-top-width: 1px;
    }

    .nav ul li {
        width: 20%;
    }

    .nav a {
        font-size: 11px;
        line-height: 34px;
    }

    .theme {
        padding-bottom: 30px;
    }

    .theme h2 {
        margin-top: 30px;
        font-size: 20px;
    }

    .theme p {
        margin-top: 10px;
        padding: 0 20px;
        font-size: 12px;
    }

    .exh-bright-con {
        display: block;
        margin-top: 30px;
        margin-bottom: 15px;
        height: auto;
    }

    .exh-bright-left {
        width: 100%;
        min-width: 100%;
        height: 220px;
        overflow: hidden;
    }

    .exh-bright-right {
        margin-top: 20px;
        padding-left: 0;
    }

    .exh-bright-right .exh-bright-active {
        background-color: transparent;
    }

    /* .exh-bright-right p{
    display: none;
  } */
    .exh-main {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .shuffling {
        margin-top: 25px;
    }

    .slideContent {
        width: 100%;
    }

    .slideContent li {
        height: auto;
    }

    .counsel-main {
        background: none;
    }

    .counsel-list li {
        width: 100%;
    }

    .counsel-list li span:nth-child(2) {
        width: calc(100% - 95px);
        line-height: 24px;
    }

    .h360, .h194 {
        height: 30px;
    }

    .kele-row .kele-row-left {
        width: 100%;
    }

    .kele-row .kele-row-right {
        margin-top: 15px;
        padding-left: 0;
        padding-bottom: 10px;
        width: 100%;
    }

    .kele-row-right > div {
        width: 49%;
        margin-bottom: 10px;
    }

    .gold-con {
        margin-top: 0px;
        display: block;
    }

    .gold-left {
        min-width: 100%;
    }

    .kele-slide .img3 {
        width: 90%;
    }

    .gold-right {
        margin-top: 10px;
        padding-left: 0;
    }

    .title-photo {
        padding-bottom: 20px;
    }

    .chuangxin img, .title-photo img {
        width: 144px;
    }

    .roll-con {
        display: none;
    }

    .photo-main {
        padding-top: 30px;
    }
}
