/* 发光效果 */

.faguang1 {

    border-radius: 15px;

    /* box-shadow: 0 0 20px #43ebe1; */
    /* box-shadow: 0 0 20px grey; */
    box-shadow: 0px 0px 33px -14px rgba(0, 0, 0, 0.35);
}


/* 轮图 */

.about_index {
    width: 1350px;
    height: 580px;
    background-color: #fff;
    margin: 0 auto;
    display: flex;
}

.lunbo {
    width: 785px;
    height: 510px;
    background-color: rgba(255, 255, 255, 0);
    float: left;
    margin-top: 25px;
    margin-left: 0px;
    box-sizing: border-box;
    padding: 20px;
    /* overflow: hidden; */
}

.lunbo .videoview {
    width: 100%;
    height: 100%
}

.middle-space {
    flex: 1;
    /* 中间空间自动填充剩余宽度 */
}

#xinw {
    width: 530px;
    height: 505px;
    background-color: white;

    margin-top: 25px;
    margin-left: 35px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    /* box-shadow:0px 0px 33px -14px rgba(0, 0, 0, 0.35); */
}

#xinwtop {
    width: 530px;
    height: 60px;
    /* background-color: aqua; */
    background: repeating-linear-gradient(to right, #3d8ad5, #ADD8E8);
    border-radius: 15px;
    display: flex;
    justify-content: space-between;
}

.imgbt {
    width: 760px;
    height: 60px;
    background-color: white;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    position: relative;
    top: 0px;
    left: 15px;
}

.lunbobt {
    display: block;
    font-size: 18px;
    font-weight: bolder;
    color: black;
    line-height: 50px;
    margin-left: 15px;
}


/* 新闻列表样式 */

.xinwlist {
    display: block;
    margin-top: 20px;
}

.xinwlistf {
    display: block;
    line-height: 57px;
    margin-left: 10px;
}

.xinwlistf span {
    font-size: 16px;
}

.xinwlistf span a:hover {
    color: #22529e;
}

.landian {
    display: block;
    width: 20px;
    float: left;
    font-size: 30px;
    font-weight: bolder;
    color: #22529e;
}

.xinwneir {
    display: block;
    width: 370px;
    float: left;
}

.xinwneir:hover {
    color: #22529e;
}

.xinwriqi {
    display: block;
    float: left;
    width: 110px;
}

.xinwbt {
    display: block;
    font-size: 24px;
    font-weight: bolder;
    line-height: 50px;
    text-align: center;
}



.gengduo1 {
    width: 70px;
    height: 30px;
    border-radius: 10px;
    border: 1px solid white;
    background-color: #ed700a;
    text-align: center;
    line-height: 30px;
}

.gengduo1 span a {
    font-size: 16px;
    color: white;
    font-weight: bolder;
    text-decoration: none;
}


#jxw1 {
    width: 100px;
    height: 75px;
    position: relative;
    top: -570px;
    left: 340px;
}

#jxw2 {
    width: 100px;
    height: 75px;
    position: relative;
    top: -360px;
    left: 340px;
}


/* middle */

#middle {
    width: 1350px;
    height: 150px;
    background-color: #fff;
    margin: 0 auto;
}

.videolistbyt {
    width: 785px;
    height: 160px;
    background-color: white;
    border-radius: 15px;
    float: left;
    margin-top: -30px;
    margin-left: 0px;
    position: relative;
    overflow: hidden;
    /* box-shadow: 0 0 20px #43ebe1; */
    /* box-shadow: 0 0 20px grey; */
    box-shadow: 0px 0px 33px -14px rgba(0, 0, 0, 0.35);
}

.videobyt {
    width: 240px;
    height: 135px;
    overflow: hidden;
    float: left;
    margin-top: 15px;
    margin-left: 12px;
    padding-left: 19px;
}

.videobyt img {
    width: 230px;
    height: 130px;
    cursor: pointer;
    transition: all 0.6s;
}

.videobyt img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.xinwxia {
    width: 530px;
    height: 260px;
    /* background-color: azure; */
    float: left;
    margin-top: -130px;
    margin-left: 35px;
    border-radius: 15px;
    box-shadow: 0px 0px 33px -14px rgba(0, 0, 0, 0.35);
}

#xinwxiatop {
    width: 530px;
    height: 60px;
    /* background-color: aqua; */
    background: repeating-linear-gradient(to right, #b355a6, #ADD8E8);
    border-radius: 15px;
}

.gengduo2 {
    width: 70px;
    height: 30px;
    border-radius: 10px;
    border: 1px solid white;
    background-color: #2a78c3;
    text-align: center;
    line-height: 30px;
    position: relative;
    top: -295px;
    left: 220px;
}

.gengduo2 span a {
    font-size: 16px;
    color: white;
    font-weight: bolder;
    text-decoration: none;
}

#bottom {
    width: 1350px;
    height: 400px;
    /* background-color: #ADD8E8; */
    margin: 0 auto;
    /* border: 1px solid; */
}


/* 悬浮滑块 */

.xuanfudiv {
    width: 1350px;
    height: 80px;
    background: repeating-linear-gradient(to right, #6584fd, #9c45fb);
    margin: 0 auto;
    position: relative;
    z-index: 99999;
}

#bm_xf {
    font-size: 32px;
    font-weight: bolder;
    color: white;
    display: block;
    width: 600px;
    float: left;
    line-height: 80px;
    margin-left: 110px;
    letter-spacing: 3px;
    text-indent: 2em;
}

#zsbm_xf {
    width: 200px;
    height: 45px;
    float: left;
    margin-top: 20px;
    border-radius: 30px;
    border: 1px solid white;
    background: repeating-linear-gradient(to right, #e9a1fe, #c9deff);
}

#zsbm_xf a {
    color: black;
    text-decoration: none;
}

#zsbm_xf img {
    margin-top: 6px;
    margin-left: 22px;
}

#zsbm_xf span {
    font-size: 20px;
    display: block;
    margin-top: -30px;
    margin-left: 75px;
}

#cgsbm_xf {
    width: 200px;
    height: 45px;
    float: left;
    margin-top: 20px;
    margin-left: 35px;
    border-radius: 30px;
    border: 1px solid white;
    background: repeating-linear-gradient(to right, #e9a1fe, #c9deff);
}

#cgsbm_xf a {
    color: black;
    text-decoration: none;
}

#cgsbm_xf img {
    margin-top: 6px;
    margin-left: 22px;
}

#cgsbm_xf span {
    font-size: 20px;
    display: block;
    margin-top: -30px;
    margin-left: 65px;
}

#haha_d {
    position: absolute;
    top: -35px;
    left: 10px;
}

#qiaqiad {
    position: absolute;
    top: -25px;
    left: 1200px;
}

#logo_x {
    position: absolute;
    top: 20px;
    left: 115px;
}

#cha_d {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0px;
    left: 1330px;
}

#zyhd {
    width: 1350px;
    height: 520px;
    margin: 0 auto;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0px 0px 33px -14px rgba(0, 0, 0, 0.35);
}

.home-title {
    width: 100%;
    text-align: center;
    font-size: 30px;
    color: #333;
}

#xnzt {
    width: 100%;
    height: 970px;
    margin: 0 auto;
    margin-top: 30px;
}


/* 右侧悬浮 */


a {
    text-decoration: none;
}

.floating_ck {
    position: fixed;
    right: 20px;
    top: 30%;
    z-index: 1000;
}

.floating_ck dl dd {
    position: relative;
    width: 72px;
    height: 72px;
    background-color: #0074c1;
    border-bottom: solid 1px #ffffff;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center 20%;
    cursor: pointer;
}

.floating_ck dl dd:hover {
    background-color: #004e93;
    border-bottom: solid 1px #ffffff;
}

.floating_ck dl dd:hover .floating_left {
    display: block;
}

.app {
    background-color: #33cc00 !important;
}

.app:hover {
    background-color: #009900 !important;
}

.xf1 {
    background-image: url(../../images2023/logo_top_cb.png);
    border-radius: 10px 10px 0 0;
    font-size: 12px;
}

.xf2 {
    background-image: url(../../images2023/xf2.png);
    font-size: 12px;
}

.xf3 {
    background-image: url(../../images2023/xf3.png);
    font-size: 12px;
}

.xf4 {
    background-image: url(../../images2023/vr.png);
    font-size: 12px;
}

.xf5 {
    background-image: url(../../images2023/zl.png);
    font-size: 12px;
}

.xf6 {
    background-image: url(../../images2023/lxdh.png);
    border-radius: 0 0 10px 10px;
    font-size: 12px;
}

.wx {
    background-image: url(../../images2023/wx.png);
    font-size: 12px;
}

.app {
    background-image: url(../../images2023/yhz.png);
    font-size: 12px;
}

.floating_ck dd span {
    color: #fff;
    display: block;
    padding-top: 44px;
}


.floating_left {
    position: absolute;
    left: -200px;
    top: 0px;
    width: 200px;
    height: 72px;
    background-color: #004e93;
    border-bottom: solid 1px #ffffff;
    display: none;
}

.floating_left a {
    color: #fff;
    line-height: 72px;
}

.floating_ewm {
    height: 200px;
    top: -128px;
}

.floating_ewm i {
    background-image: url(../../images2023/erweima.png);
    display: block;
    width: 145px;
    height: 145px;
    margin: auto;
    margin-top: 17px;
}

.floating_ewm p {
    color: #fff;
    margin-top: 5px;
}

.floating_ewm .qrcord_p02 {
    font-size: 16px;
}

.floating_vx {
    height: 200px;
    top: -128px;
}

.floating_vx i {
    background-image: url(../../images2023/wx2.jpg);
    display: block;
    width: 145px;
    height: 145px;
    margin: auto;
    margin-top: 17px;
}

.floating_vx p {
    color: #fff;
    margin-top: 5px;
}

.floating_vx .qrcord_p02 {
    font-size: 16px;
}

.floating_sj {
    height: 200px;
    top: -128px;
    background-color: #009900;
}

.floating_sj i {
    background-image: url(../../images2023/sjbm.jpg);
    display: block;
    width: 145px;
    height: 145px;
    margin: auto;
    margin-top: 17px;
}

.floating_sj p {
    color: #fff;
    margin-top: 5px;
}

.floating_sj .qrcord_p02 {
    font-size: 16px;
}

a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #333333;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
    /* color: #000000; */
}

a:hover {
    text-decoration: none;
    /* color: #2e53a2; */
}

a:active {
    text-decoration: none;
    color: #000000;
}

a.样式2:link {
    color: #FFFFFF;
    text-decoration: none;
}

a.样式2:visited {
    color: #FFFFFF;
    text-decoration: none;
}

a.样式2:hover {
    color: #09e3d6;
}

a.样式2:active {
    color: #FFFFFF;
}

a.样式3:link {
    color: #999999;
    text-decoration: none;
}

a.样式3:visited {
    color: #999999;
    text-decoration: none;
}

a.样式3:hover {
    color: #09e3d6;
    ;
}

a.样式3:active {
    color: #999999;
}

.STYLE206 {
    color: #666666
}

.STYLE201 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #FFFFFF;
    font-size: 30px;
    letter-spacing: 2px;
    line-height: 40px;
}

.STYLE202 {
    font-family: Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    font-size: 24px;
    letter-spacing: 2px;
    font-weight: 500;
}

.STYLE403 {
    font-family: Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 800;
    line-height: 35px;
    letter-spacing: 2px;

}

.STYLE404 {
    font-family: Arial, Helvetica, sans-serif;
    color: #ffff66;
    font-size: 20px;
    line-height: 35px;
    font-weight: 800;
    letter-spacing: 2px;

}

.STYLE405 {
    font-family: Arial, Helvetica, sans-serif;
    color: #ffffff;
    font-size: 28px;
    line-height: 35px;
    font-weight: 800;
    letter-spacing: 2px;

}

.STYLE204 {
    font-family: Arial, Helvetica, sans-serif;
    color: #FFFF00;
    font-size: 60px;
    font-weight: 600;
    letter-spacing: 2px;
}

.STYLE205 {
    font-size: 32px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.STYLE207 {
    font-family: Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    font-size: 16px;
}


/* 朋友圈视频 */
.videolist:hover {
    cursor: pointer;
}

.videolist {
    position: relative;
    width: 306px;
    height: 306px;
}

.videoed {
    display: none;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 8%;
    top: 72%;
    z-index: 99;
    border-radius: 100%;
}

.videos {
    display: none;
    border: 1px solid #080808;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -320px;
    margin-top: -210px;
    z-index: 100;
    width: 640px;
    height: 360px;
}

.vclose {
    position: absolute;
    right: 1%;
    top: 1%;
    border-radius: 100%;
    cursor: pointer;
}

.videolist1 {
    position: relative;
    width: 306px;
    height: 306px;
}


.memlink {
    position: relative;
}


.xinw1 {
    width: 100%;
    height: 430px;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    display: block;
    box-sizing: border-box;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    margin-top: 20px;
}

.xinw1 h3 {
    text-align: center;
}

.xinw1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #667eea, #764ba2, #f093fb, #f5576c);
}

.xinw1 h3 {
    color: #2c3e50;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #3498db;
    position: relative;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.xinw1 h3::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 80px;
    height: 2px;
    background: linear-gradient(90deg, #667eea, #764ba2);
}

.xinw1 p {
    margin-top: 15px;
    text-indent: 2em;
    line-height: 1.8;
    color: #34495e;
    font-size: 15px;
    transition: all 0.3s ease;
    position: relative;
    padding-left: 15px;
}

.xinw1 p::before {
    content: '▶';
    position: absolute;
    left: 0;
    top: 2px;
    color: #3498db;
    font-size: 12px;
    opacity: 0.7;
    transition: all 0.3s ease;
}

.xinw1 p:hover {
    color: #2c3e50;
    transform: translateX(5px);
    background: rgba(255, 255, 255, 0.5);
    padding: 8px 15px;
    border-radius: 8px;
    margin-left: -8px;
    margin-right: -8px;
}

.xinw1 p:hover::before {
    color: #2c3e50;
    top: 12px;

}

/* 装饰性元素 */
.xinw1::after {
    content: '';
    position: absolute;
    top: -50px;
    right: -50px;
    width: 100px;
    height: 100px;
    background: linear-gradient(45deg, rgba(102, 126, 234, 0.1), rgba(118, 75, 162, 0.1));
    border-radius: 50%;
    z-index: 0;
}

.xinw1>* {
    position: relative;
    z-index: 1;
}

/* 滚动条美化 */
.xinw1::-webkit-scrollbar {
    width: 6px;
}

.xinw1::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 3px;
}

.xinw1::-webkit-scrollbar-thumb {
    background: linear-gradient(90deg, #667eea, #764ba2);
    border-radius: 3px;
}

.xinw1::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(90deg, #5a6fd8, #6b4190);
}

/* 响应式设计 */
@media (max-width: 768px) {
    .xinw1 {
        padding: 20px;
        height: auto;
        min-height: 300px;
    }

    .xinw1 h3 {
        font-size: 18px;
    }

    .xinw1 p {
        font-size: 14px;
    }
}



.zhanlanwrap {
    width: 1350px;
    margin: 0 auto;
    display: flex;
    /*两端对齐*/
    justify-content: space-between;
    align-items: center;
}

.zhanlanfuwu {
    width: 800px;
    border-radius: 15px;
    margin: 20px 0;
    margin-top: 140px;

}

.service-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 25px;
    margin: 0 auto;
}

.service-item {
    position: relative;
    transition: transform 0.3s ease;
}

.service-item:hover {
    transform: translateY(-8px);
}

.service-card {
    position: relative;
    width: 100%;
    height: 190px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    transition: all 0.4s ease;
    background: linear-gradient(45deg, #667eea, #764ba2);
}

.service-card::before {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    background: linear-gradient(45deg, #667eea, #764ba2, #f093fb, #f5576c);
    border-radius: 15px;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.service-card:hover::before {
    opacity: 1;
}

.service-card:hover {
    box-shadow: 0 15px 40px rgba(102, 126, 234, 0.4);
    transform: rotateX(5deg) rotateY(5deg);
}

.service-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease, filter 0.4s ease;
}

.service-card:hover img {
    transform: scale(1.1);
    filter: brightness(0.7);
}

.service-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
    color: white;
    padding: 20px;
    transform: translateY(100%);
    transition: transform 0.4s ease;
}

.service-card:hover .service-overlay {
    transform: translateY(0);
}

.service-overlay h4 {
    margin: 0 0 8px 0;
    font-size: 18px;
    font-weight: bold;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.service-overlay p {
    margin: 0;
    font-size: 14px;
    opacity: 0.9;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

/* 特殊效果：错位背景 */
.service-item:nth-child(1) .service-card::after {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    right: -10px;
    bottom: -10px;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.2), rgba(118, 75, 162, 0.2));
    border-radius: 12px;
    z-index: -2;
    transition: all 0.3s ease;
}

.service-item:nth-child(2) .service-card::after {
    content: '';
    position: absolute;
    top: -10px;
    left: 10px;
    right: -10px;
    bottom: 10px;
    background: linear-gradient(135deg, rgba(240, 147, 251, 0.2), rgba(245, 87, 108, 0.2));
    border-radius: 12px;
    z-index: -2;
    transition: all 0.3s ease;
}

.service-item:nth-child(3) .service-card::after {
    content: '';
    position: absolute;
    top: 10px;
    left: -10px;
    right: 10px;
    bottom: -10px;
    background: linear-gradient(135deg, rgba(52, 211, 153, 0.2), rgba(34, 197, 94, 0.2));
    border-radius: 12px;
    z-index: -2;
    transition: all 0.3s ease;
}

.service-item:nth-child(4) .service-card::after {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: 10px;
    bottom: 10px;
    background: linear-gradient(135deg, rgba(251, 146, 60, 0.2), rgba(245, 101, 101, 0.2));
    border-radius: 12px;
    z-index: -2;
    transition: all 0.3s ease;
}

.service-item:hover .service-card::after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.8;
}

/* 响应式设计 */
@media (max-width: 768px) {
    .service-grid {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(4, 1fr);
        gap: 15px;
    }

    .service-card {
        height: 150px;
    }

    .zhanlanfuwu {
        padding: 20px;
    }
}

/* 加载动画 */
.service-item {
    animation: fadeInUp 0.6s ease forwards;
    opacity: 0;
    transform: translateY(30px);
}

.service-item:nth-child(1) {
    animation-delay: 0.1s;
}

.service-item:nth-child(2) {
    animation-delay: 0.2s;
}

.service-item:nth-child(3) {
    animation-delay: 0.3s;
}

.service-item:nth-child(4) {
    animation-delay: 0.4s;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.erweima{
    padding-top:130px;
}
.erweima-img{
    width:500px;
    padding-left: 80px;
    text-align: center;
    box-sizing: border-box;
    border-left:2px solid #fff;
    margin-left: 80px; 
    height: 405px;
}

.erweima-text{
  
    text-align: center;
    padding-top: 20px;
    color: #fff;
     
}
.erweima-text h3{ font-weight: normal;}