.tips-img {
    display: none;
    position: fixed;
    z-index: 9999;
    /* top: 15%; */

    width: 100%;
    height: 100%;
}

.tips-img .info-img {
    position: absolute;
    width: 1200px;
    height: 620px;
    top: 15%;
    left: 50%;
    transform: translateX(-50%);
    background-image: url('../images/01 首页_slices/反诈骗@2x.png');
    background-size: cover;
    background-position: center;
}

.tips-img .info-img .close-img {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 30px;
    right: 40px;
    background-image: url('../images/01 首页_slices/关闭按钮.png');
    background-size: cover;
    background-position: center;
}

.nav-container {
    position: fixed;
    top: 25%;
    right: 60px;
    z-index: 999;
    display: none;
}

.nav-block {
    width: 76px;
    height: 76px;
    margin-bottom: 12px;
    background: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    overflow: hidden;
}

.nav-block .nav-icon {
    width: 30px;
    height: 30px;
    margin: 13px auto 0;
}

.nav-block .nav-icon img {
    width: 100%;
    height: 100%;
}

.nav-block .nav-icon.back {
    width: 36px;
    height: 36px;
    margin: 20px auto;
}

.nav-block .nav-txt {
    font-weight: 400;
    font-size: 14px;
    color: #3267C3;
    line-height: 20px;
    text-align: center;
}

.content-block {
    display: none;
}

.content-block.block2 {
    width: 150px;
    height: 70px;
    background: #FFFFFF;
    border-radius: 6px 6px 6px 6px;
}

.content-block.block2 .block2-txt1 {
    margin: 15px 0 3px 18px;
    width: 98px;
    height: 20px;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
}

.content-block.block2 .block2-txt2 {
    margin-left: 18px;
    /* width: 108px; */
    height: 20px;
    font-weight: 700;
    font-size: 16px;
    color: #3267C3;
    line-height: 22px;
}

.content-block .block-gzh {
    width: 110px;
    height: 108px;
    background: #FFFFFF;
    border-radius: 6px 6px 6px 6px;
}

.content-block .block-gzh img {
    width: 100%;
    height: 100%;
    border-radius: 6px 6px 6px 6px;
}

/* 轮播 */
.banner {
    position: relative;
    width: 100%;
}

.banner .next {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 50px;
    width: 56px;
    height: 56px;
}

.banner .experience {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 198px;
    height: 61px;
    bottom: 25%;
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 61px;
    letter-spacing: 4px;
    text-align: center;
    background: rgba(102, 148, 255);
    border-radius: 31px 31px 31px 31px;
}

.banner .next img {
    width: 100%;
    height: 100%;
}

/* 本例子css */
.slideBox {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.slideBox .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -60px;
    bottom: 30px;
    z-index: 1;
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slideBox .hd ul li {
    float: left;
    margin: 0 6px;
    width: 9px;
    height: 9px;
    background: #fff;
    cursor: pointer;
    border-radius: 9px 9px 9px 9px;
}

.slideBox .hd ul li.on {
    width: 25px;
    height: 9px;
    background: #fff;
    border-radius: 9px 9px 9px 9px;
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
    background-image: url('../images/banner1.jpg');
    background-size: cover;
    background-position: center;
}

.slideBox .bd li {
    width: 100%;
    height: 100vh;
}

/* 轮播结束 */
section {
    width: 100%;
}

.sec-cont {
    width: 1200px;
    margin: 0 auto;
}

.sec-cont h3 {
    text-align: center;
    margin-bottom: 40px;
}

/* 简介 */
.intro {
    width: 100%;
    height: 755px;
    background-image: url('../images/intro.jpg');
    background-size: cover;
    background-position: center;
}

.intro .sec-cont {
    position: relative;
    padding: 146px 0 10px;
}

.intro .sec-cont .title {
    height: 45px;
    font-weight: 400;
    font-size: 32px;
    color: #3D3D3D;
    line-height: 45px;
}

.intro .sec-cont .e-title {
    height: 22px;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 22px;
    margin-top: 10px;
}

.intro .sec-cont .line {
    width: 582px;
    height: 0px;
    border: 1px solid #D8D8D8;
    margin: 24px 0;
}

.intro .sec-cont .intro-cont {
    width: 761px;
    height: 169px;
    font-weight: 400;
    font-size: 16px;
    color: #3D3D3D;
    line-height: 32px;
}

.intro .sec-cont .num {
    margin-top: 17px;
    display: flex;
    text-align: center;
}

.intro .sec-cont .num .num-li {
    width: 120px;
}

.intro .sec-cont .num .num-li.num-line {
    padding: 0 40px;
    margin: 0 50px;
    width: 250px;
    border-right: 1px solid #D8D8D8;
    border-left: 1px solid #D8D8D8;
}

.intro .sec-cont .num .num-li .year {
    font-family: 'Inter-Bold-4';
    height: 54px;
    font-weight: 900;
    font-size: 42px;
    color: #3267C3;
    line-height: 54px;
    letter-spacing: 2px;
}

.intro .sec-cont .num .num-li .text {
    height: 28px;
    font-weight: 400;
    font-size: 16px;
    color: #3D3D3D;
    line-height: 32px;
    text-align: center;
    margin-top: 11px;
}

.intro .sec-cont .intro-btn {
    width: 221px;
    height: 54px;
    margin-top: 45px;
    background-image: url('../images/intro-btn.png');
    background-size: cover;
    background-position: center;
    padding-left: 31px;
    line-height: 54px;
    color: rgba(255, 255, 255, 0.88);
}

/* 产品与服务 */
.proAndSer {
    width: 100%;
    height: 960px;
    background-image: url('../images/proAndSer-bg.png');
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.proAndSer .sec-cont .title {
    font-family: 'Inter-Bold-4';
    margin: 99px 0 10px;
    height: 45px;
    font-weight: 400;
    font-size: 32px;
    color: #3D3D3D;
    line-height: 45px;
}

.proAndSer .sec-cont .title-e {
    font-family: 'Inter-Bold-4';
    margin-bottom: 82px;
    height: 39px;
    font-weight: 400;
    font-size: 28px;
    color: #333333;
    line-height: 39px;
}

.proAndSer .sec-cont .products {
    display: flex;
    justify-content: space-between;
}

.proAndSer .sec-cont .products .list {
    overflow: hidden;
    width: 285px;
    height: 495px;
    background-size: 100%;
    background-position: center;
    transition: all 0.5s;
}

.proAndSer .sec-cont .products .list:hover {
    background-size: 120%;
}

.proAndSer .sec-cont .products .list:hover .list-btn {
    display: block;
    /* 显示按钮 */
    opacity: 1;
    /* 按钮渐显 */
}

.proAndSer .sec-cont .products .list .list-txt1 {
    margin: 44px 0 0 39px;
    height: 35px;
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 35px;
}

.proAndSer .sec-cont .products .list .line {
    width: 10px;
    height: 3px;
    background: #D8D8D8;
    border-radius: 0px 0px 0px 0px;
    margin: 49px 0 29px 39px;
}

.proAndSer .sec-cont .products .list .list-txt2 {
    margin: 6px 0 0 39px;
    height: 56px;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 20px;
}

.proAndSer .sec-cont .products .list .list-btn {
    display: none;
    margin: 184px 0 0 75px;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 46px;
    text-align: center;
    width: 135px;
    height: 46px;
    background: #6694FF;
    border-radius: 23px 23px 23px 23px;
}

/* 服务客户 */
.customers {
    width: 100%;
    height: 810px;
    overflow: hidden;
    background-image: url('../images/customers.png');
    background-size: cover;
    background-position: center;
}

.customers .sec-cont .title {
    font-family: 'Inter-Bold-4';
    margin: 86px 0 10px;
    height: 45px;
    font-weight: 400;
    font-size: 32px;
    color: #FFFFFF;
    line-height: 45px;
    text-align: center;
}

.customers .sec-cont .title-e {
    font-family: 'Inter-Bold-4';
    margin-bottom: 52px;
    height: 22px;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 22px;
    text-align: center;
}

.customers .sec-cont .container {
    width: 1200px;
    height: 429px;
    padding-top: 14px;
    overflow: hidden;
    position: relative;
}

.customers .sec-cont .tips {
    margin-top: 52px;
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
    line-height: 20px;
    text-align: center;
}

/* 添加左右渐变效果 */
.container::before {
    position: absolute;
    content: "";
    width: 100px;
    height: 100%;
    top: 0;
    left: 0;
    /* background: linear-gradient( 270deg, rgba(216,216,216,0) 0%, #D8D8D8 8%, #D8D8D8 92%, rgba(216,216,216,0) 100%); */
    z-index: 9;
}

.container::after {
    position: absolute;
    content: "";
    width: 100px;
    height: 100%;
    bottom: 0;
    right: 0;
    /* background: linear-gradient( 270deg, rgba(216,216,216,0) 0%, #D8D8D8 8%, #D8D8D8 92%, rgba(216,216,216,0) 100%); */
    z-index: 9;
}

.row {
    display: flex;
    white-space: nowrap;
    position: relative;
    margin-bottom: 24px;
}

.row img {
    display: inline-block;
    width: 182px;
    /* 调整图片的宽度 */
    height: 80px;
    margin-right: 10px;
    /* 根据需要调整图片间的距离 */
}

/* 合作伙伴 */
.buddy {
    width: 100%;
    height: 820px;
    overflow: hidden;
    background-image: url('../images/buddy-bg.png');
    background-size: cover;
    background-position: center;
}

.buddy .sec-cont .title {
    font-family: 'Inter-Bold-4';
    margin: 94px 0 10px;
    height: 45px;
    font-weight: 400;
    font-size: 32px;
    color: #3D3D3D;
    line-height: 45px;
    text-align: center;
}

.buddy .sec-cont .title-e {
    font-family: 'Inter-Bold-4';
    margin-bottom: 52px;
    height: 22px;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 22px;
    text-align: center;
}

.buddy .sec-cont .buddyBox {
    position: relative;
    height: 500px;

}

.buddyBox::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100px;
    top: 0;
    left: 0;
    background-image: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    z-index: 9;
}

.buddyBox::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100px;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    z-index: 9;
}

.buddy .sec-cont .buddyBox .bd {
    height: 448px;
}

.buddy .sec-cont .buddyBox .bd .tempWrap {
    height: 448px !important;
}

.buddy .sec-cont .buddyBox .tips {
    margin-top: 52px;
    font-weight: 400;
    font-size: 14px;
    color: #3D3D3D;
    line-height: 20px;
    text-align: center;
}

.buddy .sec-cont .buddy-icon {
    display: flex;
    justify-content: space-between;
    align-content: space-between;
    flex-wrap: wrap;
    height: 100px;
    margin-bottom: 16px;
}

.buddy .sec-cont .buddy-icon .icon {
    width: 194px;
    height: 100px;
}

.buddy .sec-cont .buddy-icon .icon img {
    width: 100%;
    height: 100%;
}

/* 本例子css */
.picMarquee-top {
    width: 1200px;
    overflow: hidden;
    position: relative;
}

.picMarquee-top .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picMarquee-top .bd ul li {
    text-align: center;
    zoom: 1;
}

.picMarquee-top .bd ul li .pic {
    text-align: center;
}

.brand-cont {
    width: 1200px;
    height: 125px;
}

.brand-cont span {
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 240px;
    height: 125px;
    padding: 0 20px;
    cursor: pointer;
}

/* 移动端间距 */
.intro.intro-phone .sec-cont{
    padding: 146px 20px 10px;
}

.proAndSer.proAndSer-phone .sec-cont{
    padding: 0 20px;
}