/* 暂时隐藏 */
/* .C-zsHide {
    display: none !important;
} */

/* 暂时隐藏-感言 */
/* .C-zsOpacity {
    opacity: 0 !important;
} */

/* .C-yuLiu1,*/
/*.C-yuLiu2,*/
/*.C-yuLiu3,*/
/*.C-yuLiu4,*/
/*.C-yuLiu5,*/
/*.C-yuLiu6 {*/
/*    display: none;*/
/*} */

/* 暂时点击没反应 */
/* .C-zsNoPointer {
    pointer-events: none !important;
    position: relative;
} */

/* .C-zsNoPointer::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
} */

@media screen and (max-width:10000px) {

    /* 前端白明明 */
    /* @font-face {
        font-family: 'zt_45_l';
        src: url("../fonts/Alibaba_PuHuiTi_2.0_45_Light_45_Light.ttf")
    }

    @font-face {
        font-family: 'zt_55_r';
        src: url("../fonts/Alibaba_PuHuiTi_2.0_55_Regular_55_Regular.ttf")
    }

    @font-face {
        font-family: 'zt_65_m';
        src: url("../fonts/Alibaba_PuHuiTi_2.0_65_Medium_65_Medium.ttf")
    }

    @font-face {
        font-family: 'zt_85_b';
        src: url("../fonts/Alibaba_PuHuiTi_2.0_55_Regular_85_Bold.ttf")
    }

    @font-face {
        font-family: 'zt_105_h';
        src: url("../fonts/Alibaba_PuHuiTi_2.0_105_Heavy_105_Heavy.ttf")
    } */



    .zt_45_l {
        font-family: 'zt_45_l';
    }

    .zt_55_r {
        font-family: 'zt_55_r';
    }

    .zt_65_m {
        font-family: 'zt_65_m';
    }

    .zt_85_b {
        font-family: 'zt_85_b';
    }

    .zt_105_h {
        font-family: 'zt_105_h';
    }



    *,
    *:before,
    *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    * {
        margin: 0;
        padding: 0;
    }

    body {
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        margin: 0 auto;
        overflow-x: hidden;
        max-width: 768px;
        position: relative;
        padding-top: 50px;
        width: 100%;
        color: #000;
        font-family: '微软雅黑', Arial, Helvetica, sans-serif, Microsoft Yahei;
        font-size: 14px;
        line-height: 1;
        background: #fff;
    }


    .xfHead {
        padding-top: 0;
    }

    .head-zhanwei {
        height: 50px;
    }

    html.act {
        overflow: hidden;
        width: 100%;
        height: 100vh;
    }

    .ul,
    .ul li,
    .ul1 li,
    .ul td,
    .ul,
    .ul dd,
    .uls,
    .uls li,
    .uls li,
    .uls td,
    .uls,
    .uls dd {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

    .clearfix:after {
        content: " ";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    .clearfix {
        *zoom: 1;
    }

    a {
        display: inline-block;
        text-decoration: none;
        cursor: pointer;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        transition: all .5s;
        color: #000;
    }

    textarea,
    select {
        outline: none;
        color: #666;
        font-size: 14px;
        width: 100%;
    }

    img {
        border: none;
        display: block;
        max-width: 100%;
    }

    img[src=""] {
        opacity: 0;
    }

    .gdt::-webkit-scrollbar {
        width: 4px;
        height: 1px;
    }

    .gdt::-webkit-scrollbar-thumb {
        background: #000;
    }

    .gdt::-webkit-scrollbar-track {
        background: #fff;
    }

    .f_12 {
        font-size: 12px;
    }

    .f_14 {
        font-size: 14px;
    }

    .f_16 {
        font-size: 16px;
    }

    .f_18 {
        font-size: 18px;
    }

    .f_20 {
        font-size: 20px;
    }

    .f_22 {
        font-size: 22px;
    }

    .f_24 {
        font-size: 24px;
    }

    .f_26 {
        font-size: 26px;
    }

    .f_28 {
        font-size: 28px;
    }

    .f_30 {
        font-size: 30px;
    }

    .f_32 {
        font-size: 32px;
    }

    .f_34 {
        font-size: 34px;
    }

    .f_36 {
        font-size: 36px;
    }

    .f_38 {
        font-size: 38px;
    }

    .f_40 {
        font-size: 40px;
    }

    /*分页*/

    .a_dw {
        position: relative;
        top: -70px;
    }

    .box {
        min-width: 200px;
        width: 90%;
        margin: 0 auto;
        position: relative;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        transition: all .5s;
        box-sizing: border-box;
    }

    .alltime,
    .alltime * {
        -webkit-transition: all .4s cubic-bezier(.4, 0, .2, 1);
        -moz-transition: all .4s cubic-bezier(.4, 0, .2, 1);
        transition: all .4s cubic-bezier(.4, 0, .2, 1);
    }

    .wow {
        opacity: 0;
    }

    .wow1 {
        opacity: 1;
    }

    .fbd {
        font-weight: bold;
    }

    .pd50 {
        padding: 50px 0;
    }

    /* 头部 */

    .head {
        display: block;
        width: 100%;
        background: #fff;
        position: fixed;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: 9;
        height: 50px;
        overflow: hidden;
        max-width: 768px;
    }

    .xfHead .head {
        background: transparent;
    }

    .head .box {
        width: 100%;
        padding: 0 12px;
    }

    .head .box .logo {
        display: block;
        float: left;
        width: 70px;
        padding: 18px 0;
    }

    .head .box .menu {
        display: block;
        width: 18px;
        height: 50px;
        background: url(https://aisikai2024.oss-cn-hangzhou.aliyuncs.com/public/cn/m/images/caidan.svg) no-repeat center/contain;
        float: right;
        margin-left: 25px;
    }

    .xfHead .head .box .menu {
        background: url(https://aisikai2024.oss-cn-hangzhou.aliyuncs.com/public/cn/m/images/caidan2.svg) no-repeat center/contain;
    }

    .head .box .ss {
        display: block;
        width: 18px;
        height: 50px;
        background: url(https://aisikai2024.oss-cn-hangzhou.aliyuncs.com/public/cn/m/images/ss.svg) no-repeat center/contain;
        float: right;
    }

    .xfHead .head .box .ss {
        background: url(https://aisikai2024.oss-cn-hangzhou.aliyuncs.com/public/cn/m/images/ss2.svg) no-repeat center/contain;
    }

    .head1 {
        position: fixed;
        width: 100%;
        height: 100vh;
        top: 0;
        left: 0;
        z-index: 99;
        background: #E7E7E7;
        display: none;
    }

    .head1 .htop {
        height: 50px;
        background: #fff;
        overflow: hidden;
    }

    .head1 .htop .box {
        width: 100%;
        padding: 0 12px;
    }

    .head1 .box .logo {
        display: block;
        float: left;
        width: 70px;
        padding: 18px 0;
    }

    .head1 .box .out {
        display: block;
        width: 18px;
        height: 50px;
        background: url(https://aisikai2024.oss-cn-hangzhou.aliyuncs.com/public/cn/m/images/out2.svg) no-repeat center/contain;
        float: right;
    }

    .head1 .hbtm {
        height: calc(100% - 50px);
        overflow: auto;
        width: 100%;
        padding: 50px 12px;
    }

    .head1 .mbox .ul1 {}

    .head1 .mbox .ul1 li .ltop {
        position: relative;
        line-height: 40px;
        display: flex;
    }

    .head1 .mbox .ul1 li .ltop a {
        display: block;
        font-size: 16px;
        font-weight: bold;
    }

    .head1 .mbox .ul1 li .ltop span {
        display: block;
        width: 40px;
        height: 40px;
        background: url(https://aisikai2024.oss-cn-hangzhou.aliyuncs.com/public/cn/m/images/dh_jia.svg) center no-repeat;
        background-size: 20px;
    }

    .head1 .mbox .ul1 li .ltop.act span {
        background: url(https://aisikai2024.oss-cn-hangzhou.aliyuncs.com/public/cn/m/images/dh_jian.svg) center no-repeat;
        background-size: 20px;
    }

    .head1 .mbox .ul1 li .lbtm {
        display: none;
        padding: 2px 0;
    }

    .head1 .mbox .ul1 li .lbtm a {
        display: block;
        width: 100%;
        line-height: 30px;
        font-size: 15px;
        color: #3d3d3d;
    }



    /* 底部 */

    .footer {
        margin-top: 90px;
    }

    .footer .aox {
        border-top: 1px solid #d8d8d8;
        padding: 15px 0 1px;
    }

    .footer .aox .a {
        display: block;
        margin-bottom: 15px;
        line-height: 1.4;
    }

    .footer .aox .yy {
        display: flex;
        align-items: center;
        align-content: center;
    }

    .footer .aox .yy s {
        display: block;
        width: 14px;
        height: 14px;
        background: url(https://aisikai2024.oss-cn-hangzhou.aliyuncs.com/public/cn/m/images/yy.svg) no-repeat center/contain;
        margin-right: 5px;
    }

    .footer .aox .yy span {
        color: #999;
    }

    .footer .ul1 {
        display: flex;
       
    }
    


    .footer .ul1 li {
        width: 20px;
        margin-right: 20px;
        position: relative;
        z-index: 1;
        -webkit-transition: all 0s cubic-bezier(.4, 0, .2, 1);
    -moz-transition: all 0s cubic-bezier(.4, 0, .2, 1);
    transition: all 0s cubic-bezier(.4, 0, .2, 1);
    }

    .footer .ul1 li .ewm {
        width: 80px;
        position: absolute;
        top: 25px;
        left: 0;
        padding: 10px;
        background: #f8f8f8;
        border-radius: 8px;
        opacity: 0;
        display: none;
    }
    
    .footer .ul1 li:hover{
        padding-bottom: 65px;
    }

    .footer .ul1 li:hover .ewm {
        opacity: 1;
        display: block;
    }


.footer2 {
    line-height: 1.5;
    padding: 10px 0 20px;
}

.footer2 .fttt{margin: 15px 0 10px;}

.footer2 .fttt a{color: #000;}

.footer2 .fttc{display: flex;justify-content: space-between;}

.footer2  *{color: #d8d8d8;}


    /* 首页 */

    
.i1 {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.i1 .bg {
    position: relative;
    width: 100%;
}

.i1 .bg img {
    display: block;
    width: 100%;
    height: 100%;
}



.i1 .bg video {
    display: block;
    z-index: 1;
    width: 100%;
    pointer-events: none !important;
}



.i1 .bg::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    background: rgba(0, 0, 0, 0);
}


    .i1 .txt {
        width: 100%;
        top: 0;
        left: 0;
        z-index: 3;
        color: #fff;
        padding: 45px 5%;
        position: absolute;
    }

    .swiper1 {
        width: 100%;
        margin: 0 auto;
        height: 72px;
    }

    .swiper1 .swiper-slide {
        display: flex;
        justify-content: center;
        align-items: center;
        align-items: center;
    }

    .swiper1 .swiper-slide .sbox {
        color: #fff;
        height: 72px;
        line-height: 1.5;
        display: block;
    }

    .swiper1 .swiper-slide .sbox .wz {
        width: 100%;
        text-align: center;
    }

    .swiper1 .swiper-slide .sbox .jia {
        display: inline-block;
        width: 16px;
        height: 16px;
        background: url(https://aisikai2024.oss-cn-hangzhou.aliyuncs.com/public/cn/m/images/in_jia.svg ) center no-repeat;
        background-size: cover;
    }

    .i2 {
        text-align: center;
        line-height: 1.5;
    }

    .gd {
        display: block;
        width: 60px;
        line-height: 30px;
        background: #006DB8;
        color: #fff;
        text-align: center;
        border-radius: 30px;
        margin: 0 auto;
    }

    .i2 a {
        margin: 10px auto 50px;
    }

    .swiper1_cp {}

    .swiper1_cp .swiper-slide {
        background: #d8d8d8;
        border-radius: 8px;
        padding: 50px 1px 10px;
    }

    .swiper1_cp .swiper-slide .sbox {
        text-align: center;
        line-height: 1.5;
        width: 100%;
    }

    .swiper1_cp .swiper-slide .C-jia2 {
        margin: 15px auto;
    }

    .swiper1_cp .swiper-slide .img {
        width: 60%;
        margin: 0 auto;
    }

    .i3 {
        padding-bottom: 50px;
    }

    .i4 {}

    .i4 .txt {
        text-align: center;
        line-height: 1.5;
    }

    .i4 .C-jia2 {
        margin: 10px auto;
    }

    .i5 {
        padding-bottom: 0;
    }

    .i5 .tt {
        line-height: 1.4;
        padding: 0 5%;
        margin-bottom: 40px;
        color: #3D3D3D;
    }

    .swiper2 {}

    .swiper2 .swiper-slide {}

    .swiper2 .swiper-slide .sbox {
        position: relative;
        border-radius: 8px;
        overflow: hidden;
        background: #000;
    }

    .swiper2 .swiper-slide .sbox>img {
        width: 100%;
        border-radius: 8px;
        opacity: .6;
    }

    .swiper2 .swiper-slide .sbox .bf {
        position: absolute;
        width: 80px;
        height: 80px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        z-index: 5;
        color: #fff;
        text-align: center;
    }

    .swiper2 .swiper-slide .sbox .bf img {
        margin: 0 auto 10px;
        width: 40px;
    }


    /* 技术支持 */
    .sup1 .ul1 li .a {
        display: block;
    }

    .sup1 .ul1 li .txt {
        display: flex;
        flex-wrap: wrap;
        padding: 17px 0;
    }

    .sup1 .ul1 li .txt a {
        display: block;
        width: 50%;
        text-align: center;
    }

    .sup1 .ul1 li .a,
    .sup1 .ul1 li .a img {
        display: block;
        width: 100%;
        position: relative;
    }

    .sup1 .ul1 li .a .wz {
        position: absolute;
        left: 0;
        bottom: 0;
        padding: 2px;
    }




    /* 弹窗 */

    .vid_tanchuang {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 11;
        overflow: hidden;
        background: rgb(0, 0, 0);
        display: flex;
        justify-content: center;
        align-items: center;
        display: none;
    }

    .vid_tanchuang.act {
        display: flex;
    }

    .vid_tanchuang video {
        display: block;
        width: 100%;
        object-fit: cover;
    }

    .vid_tanchuang .out {
        display: block;
        width: 40px;
        height: 40px;
        position: absolute;
        top: 20px;
        right: 20px;
        z-index: 3;
        background: url(https://aisikai2024.oss-cn-hangzhou.aliyuncs.com/public/cn/m/images/out.svg) center no-repeat;
        cursor: pointer;
    }

    .swiper-button-disabled {
        opacity: 0;
    }



    .lan {
        color: #006DB8;
    }

    .sear1 {
        padding: 65px 0 100px;
        min-height: calc(100vh - 100px);
    }

    .sear1 .ss {
        display: flex;
        background: #d8d8d8;
        border-radius: 15px;
        padding: 0 10px;
        height: 60px;
    }

    .sear1 .ss .so {
        display: block;
        width: 60px;
        height: 60px;
        background: url(https://aisikai2024.oss-cn-hangzhou.aliyuncs.com/public/cn/m/images/ss.svg) center no-repeat;
        background-size: 50%;
    }

    .sear1 .ss input {
        display: block;
        width: calc(100% - 60px);
        border: 0;
        height: 100%;
        background: rgba(0, 0, 0, 0);
        outline: none;
        resize: none;
    }

    .sear1 .ss input::placeholder {
        color: #000;
    }

    .sear1 .stop .tt {
        line-height: 1.4;
        margin: 97px 0 20px;
    }

    .sear1 .stop .tc {
        display: flex;
        flex-wrap: wrap;
    }

    .sear1 .stop .tc a {
        display: block;
        min-width: 25%;
        padding: 0 10px 10px 0;
        color: #3d3d3d;
        line-height: 1.5;
    }

    .sear1 .sbtm .tt {
        line-height: 1.4;
        margin: 50px 0 15px;
        color: #3D3D3D;
    }

    .sear1 .sbtm .tc {
        color: #3d3d3d;
    }

    .sear1 .sbtm .ul1 {}

    .sear1 .sbtm .ul1 li {
        border-bottom: 1px solid #d8d8d8;
    }

    .sear1 .sbtm .ul1 li a {
        display: block;
        padding: 46px 0 25px;
    }

    .sear1 .sbtm .ul1 li a .ltt {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 40px;
    }

    .sear1 .sbtm .ul1 li a .ltc {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 26px;
    }

    .sear1 .sbtm .ul1 li:hover a .ltt {
        color: #006DB8;
    }

    .sear1 .sbtm .dl1 {}

    .sear1 .sbtm .dl1 dd {}

    .sear1 .sbtm .dl1 dd a {
        display: block;
        width: 100%;
        padding: 15px 0;
        border-bottom: 1px solid #d8d8d8;
    }

    .sear1 .sbtm .dl1 dd a .ltt {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 30px;
    }

    .sear1 .sbtm .dl1 dd a .ltc {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 50px;
    }

    .sear1 .sbtm .dl1 dd a .ltc span {
        color: #006DB8;
    }
    .js-picZoomin{
        background: #fff !important;
    }
    .js-picZoomin img{
        background: #fff !important;
    }
}

@media (prefers-color-scheme: dark) {
    .js-picZoomin{
        background: #fff !important;
    }
    :root {
        color-scheme: light;
    }
}


@media screen {




    .zt_45_l {
        font-family: 'zt_45_l';
    }

    .zt_55_r {
        font-family: 'zt_55_r';
    }

    .zt_65_m {
        font-family: 'zt_65_m';
    }

    .zt_85_b {
        font-family: 'zt_85_b';
    }

    .zt_105_h {
        font-family: 'zt_105_h';
    }



    *,
    *:before,
    *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    * {
        margin: 0;
        padding: 0;
    }

    body {
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        margin: 0 auto;
        overflow-x: hidden;
        max-width: 204.8vw;
        position: relative;
        padding-top: 13.333vw;
        width: 100%;
        color: #000;
        font-family: '微软雅黑', Arial, Helvetica, sans-serif, Microsoft Yahei;
        line-height: 1;
        background: #fff;
    }


    .xfHead {
        padding-top: 0;
    }

    .head-zhanwei {
        height: 13.333vw;
    }

    html.act {
        overflow: hidden;
        width: 100%;
        height: 100vh;
    }

    .ul,
    .ul li,
    .ul1 li,
    .ul td,
    .ul,
    .ul dd,
    .uls,
    .uls li,
    .uls li,
    .uls td,
    .uls,
    .uls dd {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

    .clearfix:after {
        content: " ";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    .clearfix {
        *zoom: 1;
    }

    a {
        display: inline-block;
        text-decoration: none;
        cursor: pointer;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        transition: all .5s;
        color: #000;
    }

    textarea,
    select {
        outline: none;
        color: #666;
        width: 100%;
    }

    img {
        border: none;
        display: block;
        max-width: 100%;
    }

    img[src=""] {
        opacity: 0;
    }

    .gdt::-webkit-scrollbar {
        width: 1.067vw;
        height: 0.267vw;
    }

    .gdt::-webkit-scrollbar-thumb {
        background: #000;
    }

    .gdt::-webkit-scrollbar-track {
        background: #fff;
    }

    /*分页*/

    .a_dw {
        position: relative;
        top: -18.667vw;
    }

    .box {
        min-width: 53.333vw;
        width: 90%;
        margin: 0 auto;
        position: relative;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        transition: all .5s;
        box-sizing: border-box;
    }

    .alltime,
    .alltime * {
        -webkit-transition: all .4s cubic-bezier(.4, 0, .2, 1);
        -moz-transition: all .4s cubic-bezier(.4, 0, .2, 1);
        transition: all .4s cubic-bezier(.4, 0, .2, 1);
    }

    .wow {
        opacity: 0;
    }

    .wow1 {
        opacity: 1;
    }

    .fbd {
        font-weight: bold;
    }

    .pd50 {
        padding: 13.333vw 0;
    }

    /* 头部 */

    .head {
        display: block;
        width: 100%;
        background: #fff;
        position: fixed;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: 9;
        height: 13.333vw;
        overflow: hidden;
        max-width: 204.8vw;
    }

    .xfHead .head {
        background: transparent;
    }

    .head .box {
        width: 100%;
        padding: 0 3.2vw;
    }

    .head .box .logo {
        display: block;
        float: left;
        width: 18.667vw;
        padding: 4.8vw 0;
    }

    .head .box .menu {
        display: block;
        width: 12vw;
        height: 13.333vw;
        background: url(../images/dh.svg) no-repeat center/contain;
        float: right;
        margin-left: 20px;
    }

    .xfHead .head .box .menu {
        background: url(https://aisikai2024.oss-cn-hangzhou.aliyuncs.com/public/cn/m/images/caidan2.svg) no-repeat center/contain;
    }

    .head .box .ss {
        display: block;
        width: 4.8vw;
        height: 13.333vw;
        background: url(https://aisikai2024.oss-cn-hangzhou.aliyuncs.com/public/cn/m/images/ss.svg) no-repeat center/contain;
        float: right;
    }

    .xfHead .head .box .ss {
        background: url(https://aisikai2024.oss-cn-hangzhou.aliyuncs.com/public/cn/m/images/ss2.svg) no-repeat center/contain;
    }

    .head1 {
        position: fixed;
        width: 100%;
        height: 100vh;
        top: 0;
        left: 0;
        z-index: 99;
        background: #E7E7E7;
        display: none;
    }

    .head1 .htop {
        height: 13.333vw;
        background: #fff;
        overflow: hidden;
    }

    .head1 .htop .box {
        width: 100%;
        padding: 0 3.2vw;
    }

    .head1 .box .logo {
        display: block;
        float: left;
        width: 18.667vw;
        padding: 4.8vw 0;
    }





    /* 首页 */







    



    .lan {
        color: #006DB8;
    }

    .sear1 {
        padding: 65px 5% 100px;
        min-height: calc(100vh - 100px);
    }
    
    .sear1 .ss {
        display: flex;
        background: #d8d8d8;
        border-radius: 15px;
        padding: 0 10px;
        height: 50px;
    }
    
    .sear1 .ss .so {
        display: block;
        width: 50px;
        height: 50px;
        background: url(https://aisikai2024.oss-cn-hangzhou.aliyuncs.com/public/cn/m/images/ss.svg) center no-repeat;
        background-size: 50%;
    }
    
    .sear1 .ss input {
        display: block;
        width: calc(100% - 60px);
        border: 0;
        height: 100%;
        background: rgba(0, 0, 0, 0);
        outline: none;
        resize: none;
    }
    
    .sear1 .ss input::placeholder {
        color: #000;
    }
    
    .sear1 .stop .tt {
        line-height: 1.4;
        margin: 37px 0 20px;
    }
    
    .sear1 .stop .tc {
        display: flex;
        flex-wrap: wrap;
    }
    
    .sear1 .stop .tc a {
        display: block;
        min-width: 25%;
        padding: 0 10px 10px 0;
        color: #3d3d3d;
        line-height: 1.5;
    }
    
    .sear1 .sbtm .tt {
        line-height: 1.4;
        margin: 37px 0 15px;
        color: #3D3D3D;
    }
    
    .sear1 .sbtm .tc {
        color: #3d3d3d;
    }
    
    .sear1 .sbtm .ul1 {}
    
    .sear1 .sbtm .ul1 li {
        border-bottom: 1px solid #d8d8d8;
    }
    
    .sear1 .sbtm .ul1 li a {
        display: block;
        padding: 26px 0 15px;
    }
    
    .sear1 .sbtm .ul1 li a .ltt {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 40px;
    }
    
    .sear1 .sbtm .ul1 li a .ltc {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 26px;
    }
    
    .sear1 .sbtm .ul1 li:hover a .ltt {
        color: #006DB8;
    }
    
    .sear1 .sbtm .dl1 {}
    
    .sear1 .sbtm .dl1 dd {}
    
    .sear1 .sbtm .dl1 dd a {
        display: block;
        width: 100%;
        padding: 15px 0;
        border-bottom: 1px solid #d8d8d8;
    }
    
    .sear1 .sbtm .dl1 dd a .ltt {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 30px;
    }
    
    .sear1 .sbtm .dl1 dd a .ltc {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 50px;
    }
    
    .sear1 .sbtm .dl1 dd a .ltc span {
        color: #006DB8;
    }
}
